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

2015-10-19 Thread Matt Thode
commit: 328baff688c3ae68722aa39909e6f4877c632ce4
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 06:38:15 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct 19 06:38:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328baff6

dev-python/oslo-context: bup for liberty

Package-Manager: portage-2.2.20.1

 dev-python/oslo-context/Manifest  |  1 +
 dev-python/oslo-context/oslo-context-0.6.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
index f54c354..317bbac 100644
--- a/dev-python/oslo-context/Manifest
+++ b/dev-python/oslo-context/Manifest
@@ -1,3 +1,4 @@
 DIST oslo.context-0.1.0.tar.gz 12320 SHA256 
0340e533033607c18ce6a305d92f38a71fd89aaf439bf45074fd4ba9ee086971 SHA512 
3e2e2cab4d5efbf8385277ac33d2babad3054b22713b3f343a47644c4420b1034e7711d353990116d2e149383293ba5a1ab1fe9247b42bf119705f5006e1a5b0
 WHIRLPOOL 
61b8b1be44213a8f1520c29de80adffd1341a3d3278fce0c7fc0bd50165a5b6793aaf6d62ea7685871cf20b59b922d773d3e67fbc26e3d7d13ef01773cbd8e7d
 DIST oslo.context-0.2.0.tar.gz 12726 SHA256 
30bee9680a2bf5f947227cfd5996cebb17fd8c8e3013e5a594f7a7accb2947dd SHA512 
afc1cf80a97bb90386750719e8314801057bf75c7cab1c2689d774bb337944cff324dc3737931f78b24bbf686ba4b5bbcb1e1ac1aae5347e700fd148556e6881
 WHIRLPOOL 
99dc8b37c582befbb9b32c26d8d106eb89bd9ef561193bc2cbf22c5ed0c2470f0f60a79bd06f9390866849eab2e65525ced9c8974c330ff5df2df3b5f3261e82
 DIST oslo.context-0.3.0.tar.gz 13108 SHA256 
5ac98e1bf0f502de8f31d4ae397ce6b663beab26870e9f9a80d231400353b9cb SHA512 
3a6cb17ec85b159d3bc496d3acfcfd7f03e92f32e5483c79be391d45a2af88ceb3c8ec2aae6714ac75f66b6664e3260a1e29c6f14c6802e8fa156f303b943ffa
 WHIRLPOOL 
c511b7470c09281402809af78ff7bd57d6ca241ab15736c876a9f705c08da8c7b5ce3dccd1867325e7b2052e83aec4fdd9fd9a32a9bd05f68ad10ccb4a9983cc
+DIST oslo.context-0.6.0.tar.gz 12684 SHA256 
0655075480c7bc1f01977f3b13463746fd48498b9884a535498b0e36334e999b SHA512 
8baf0de0be92bf061f6040d57c4121c1251a329844d341b333bf1c32398aa84313459e1d402dbee09efe8d1271306cc7e095d41e56f6711dec8f11bd086faacb
 WHIRLPOOL 
616d9b76823cdfd9531203a5927160d1fd9b51364d64a70234cc91b3616bc486c5c05ef511cf4363e6c05193e598d885ac61896d7c260f143af236437f51a03b

diff --git a/dev-python/oslo-context/oslo-context-0.6.0.ebuild 
b/dev-python/oslo-context/oslo-context-0.6.0.ebuild
new file mode 100644
index 000..a69f6f7
--- /dev/null
+++ b/dev-python/oslo-context/oslo-context-0.6.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Helpers to maintain useful information about a request context"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.context;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
+S="${WORKDIR}/oslo.context-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   

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

2015-10-19 Thread Matt Thode
commit: 3cc058cbacbdb60d6e08e96b1b79621122b65989
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 06:47:10 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct 19 06:47:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc058cb

dev-python/futurist: fixing futures dep

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/futurist/futurist-0.4.0.ebuild 
b/dev-python/futurist/futurist-0.4.0.ebuild
index 2fa646a..3146bb9 100644
--- a/dev-python/futurist/futurist-0.4.0.ebuild
+++ b/dev-python/futurist/futurist-0.4.0.ebuild
@@ -26,5 +26,5 @@ RDEPEND="
${CDEPEND}
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/monotonic-0.3[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')]
>=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/i2p/, net-p2p/i2p/files/

2015-10-19 Thread Patrice Clement
commit: c85acc4bd0e9f3df8690db1348db80e42a31e805
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 19 07:26:01 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 19 07:26:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85acc4b

net-p2p/i2p: Add back version 0.9.18.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 net-p2p/i2p/Manifest   |   1 +
 net-p2p/i2p/files/i2p-0.9.18_fix-paths.patch   | 137 +
 .../{i2p-0.9.22-r1.ebuild => i2p-0.9.18.ebuild}|  40 +++---
 net-p2p/i2p/i2p-0.9.22-r1.ebuild   |   5 +-
 net-p2p/i2p/i2p-0.9.22.ebuild  |   5 +-
 5 files changed, 160 insertions(+), 28 deletions(-)

diff --git a/net-p2p/i2p/Manifest b/net-p2p/i2p/Manifest
index 94ddc36..7d3f2e2 100644
--- a/net-p2p/i2p/Manifest
+++ b/net-p2p/i2p/Manifest
@@ -1 +1,2 @@
+DIST i2psource_0.9.18.tar.bz2 24147960 SHA256 
6f02f38c933662874c485cb52ca800a9e07c36e74a26fdfeece65e25979beb4b SHA512 
6cc336f94f8e4331b26d6e42958808f193ad3709ab6098981077c9390749233fb3d20df5c8fea34ec7810bc8846fd2e11ed7a79bf7c1ec68402b1ccacae999d6
 WHIRLPOOL 
467285b189af69b300c56756992e53979aa049515cb89ce0d5cbff80b9270c4ab1188f419dd0206b2406780b36ddde73861b5e2e69c7b2e7d8ed00b7bcaaa7a7
 DIST i2psource_0.9.22.tar.bz2 24338146 SHA256 
91ac91f7a3e202d248f5294f4951f6b7d8b9bde32991adf7a813ae1bb9188898 SHA512 
0fdcd0369f79cc143c449774cb205d2fb4fa5ad32e0b5bd3ed0dee5b24402cc21b1c5650d535518e68aaa98cee5380bf0af041df8b3e1724698aebf61cfb5583
 WHIRLPOOL 
bd36ce760f7a7b942651de576662b3fadbf19bbdb84a020a16783689f3ae4919bf9441762f2d951ed1c02781e62131370b5cc36cd257c187185862901454e971

diff --git a/net-p2p/i2p/files/i2p-0.9.18_fix-paths.patch 
b/net-p2p/i2p/files/i2p-0.9.18_fix-paths.patch
new file mode 100644
index 000..d1c207f
--- /dev/null
+++ b/net-p2p/i2p/files/i2p-0.9.18_fix-paths.patch
@@ -0,0 +1,137 @@
+--- clients.config 2015-03-15 02:02:29.021408673 -0700
 clients.config 2015-03-15 02:24:33.460308396 -0700
+@@ -60,7 +60,7 @@
+ clientApp.4.name=Open Router Console in web browser at startup
+ clientApp.4.args=http://127.0.0.1:7657/
+ clientApp.4.delay=3
+-clientApp.4.startOnLoad=true
++clientApp.4.startOnLoad=false
+ 
+ # BOB bridge
+ clientApp.5.args=
+--- eepget 2015-03-15 02:02:29.078407997 -0700
 eepget 2015-03-15 02:17:51.441075791 -0700
+@@ -1,3 +1,3 @@
+ #!/bin/sh
+-I2P="%INSTALL_PATH"
++I2P="/usr/share/i2p"
+ java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"
+--- i2prouter  2015-03-15 02:02:29.079407985 -0700
 i2prouter  2015-03-15 02:11:13.023194731 -0700
+@@ -28,20 +28,22 @@
+ # Note that (percent)INSTALL_PATH, (percent)USER_HOME,  and 
(percent)SYSTEM_java_io_tmpdir
+ # should have been replaced by the izpack installer.
+ # If you did not run the installer, replace them with the appropriate paths.
+-I2P="%INSTALL_PATH"
++USER_HOME="$HOME"
++SYSTEM_java_io_tmpdir="$USER_HOME/.i2p"
++I2P="/usr/share/i2p"
+ if [ "`uname -s`" = "Darwin" ]; then
+-   if [ -d "%USER_HOME/Library/Application Support" ]; then
+-   I2P_CONFIG_DIR="%USER_HOME/Library/Application Support/i2p"
++   if [ -d "$USER_HOME/Library/Application Support" ]; then
++   I2P_CONFIG_DIR="$USER_HOME/Library/Application Support/i2p"
+else
+-   I2P_CONFIG_DIR="%USER_HOME/.i2p"
++   I2P_CONFIG_DIR="$USER_HOME/.i2p"
+fi
+ else
+-I2P_CONFIG_DIR="%USER_HOME/.i2p"
++I2P_CONFIG_DIR="$USER_HOME/.i2p"
+ fi
+-I2PTEMP="%SYSTEM_java_io_tmpdir"
++I2PTEMP="$SYSTEM_java_io_tmpdir"
+ # PORTABLE installation:
+ # Use the following instead.
+-#I2PTEMP="%INSTALL_PATH"
++#I2PTEMP="/usr/share/i2p"
+ 
+ # Application
+ APP_NAME="i2p"
+--- runplain.sh2015-03-15 02:02:29.078407997 -0700
 runplain.sh2015-03-15 02:18:46.530422508 -0700
+@@ -11,8 +11,8 @@
+ # Note that (percent)INSTALL_PATH and (percent)SYSTEM_java_io_tmpdir
+ # should have been replaced by the izpack installer.
+ # If you did not run the installer, replace them with the appropriate path.
+-I2P="%INSTALL_PATH"
+-I2PTEMP="%SYSTEM_java_io_tmpdir"
++I2P="/usr/share/i2p"
++I2PTEMP="$SYSTEM_java_io_tmpdir"
+ 
+ # Having IPv6 enabled can cause problems with certain configurations. 
Changing the
+ # next value to true may help. 
+--- wrapper.config 2015-03-15 02:02:29.022408661 -0700
 wrapper.config 2015-03-15 02:21:50.666238909 -0700
+@@ -60,13 +60,17 @@
+ # classes, or all the classes of i2p.jar, are in a different directory).
+ # Be sure there are no other duplicate classes.
+ #
+-wrapper.java.classpath.1=$INSTALL_PATH/lib/*.jar
++wrapper.java.classpath.1=/usr/share/i2p/lib/*.jar
++wrapper.java.classpath.2=/usr/share/jakarta-jstl/lib/*.jar
++wrapper.java.classpath.3=/usr/share/java-service-wrapper/lib/*.jar
++wrapper.java.classpath.4=/usr/share/bcprov/lib/*.jar
+ #  uncomment this to use the system classpath as well (e.g. to get tools.jar)
+ # 

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

2015-10-19 Thread Matt Thode
commit: 1a2479b902f223b25a46cede57f2b36de7ddd633
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 06:44:34 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct 19 06:44:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2479b9

dev-python/oslo-i18n: fixing sed

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/oslo-i18n/oslo-i18n-2.6.0.ebuild 
b/dev-python/oslo-i18n/oslo-i18n-2.6.0.ebuild
index 5bb53e1..e4b13d0 100644
--- a/dev-python/oslo-i18n/oslo-i18n-2.6.0.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-2.6.0.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
 "
 
 python_prepare_all() {
-   sed -i 's/python/python2\.7/g' tools/config/generate_sample.sh || die
+   sed -i '/^hacking/d' test-requirements.txt || die
distutils-r1_python_prepare_all
 }
 



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

2015-10-19 Thread Patrice Clement
commit: ed9d02ac4c59587768e07197a9b28e84bd5c907d
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Oct 19 06:51:57 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 19 06:55:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9d02ac

sys-cluster/mpe2: Add missing use keyword.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild 
b/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild
index 6cda3da..c85516f 100644
--- a/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild
+++ b/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild
@@ -65,7 +65,7 @@ pkg_setup() {
 
einfo "Building with support for: sys-cluster/${MPE_IMP}"
 
-   if ! minimal; then
+   if ! use minimal; then
java-pkg-opt-2_pkg_setup
fi
 }
@@ -76,7 +76,7 @@ src_prepare() {
epatch "${FILESDIR}"/slog2sdk-trace_rlog-makefile-fixes.patch
epatch "${FILESDIR}"/slog2sdk-trace_sample-makefile-fixes.patch
 
-   if ! minimal; then
+   if ! use minimal; then
java-pkg-opt-2_src_prepare
fi
 }



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

2015-10-19 Thread Michael Palimaka
commit: 525ee6d049cff5324781fa80e3aad73ae67dd584
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Oct 18 11:43:54 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 12:47:26 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=525ee6d0

kde-frameworks/kparts: Drop knotifications dependency

See also: https://git.reviewboard.kde.org/r/125673/

Package-Manager: portage-2.2.23

 kde-frameworks/kparts/kparts-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kparts/kparts-.ebuild 
b/kde-frameworks/kparts/kparts-.ebuild
index 77a1fe5..7d8746a 100644
--- a/kde-frameworks/kparts/kparts-.ebuild
+++ b/kde-frameworks/kparts/kparts-.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)



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

2015-10-19 Thread Justin Lecher
commit: 6edae1be48203dde97dcc4898182326125aea90a
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 12:45:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:47:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edae1be

dev-vcs/gitsh: Version Bump

thanks Fabio Coatti for the ebuild

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563232

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-vcs/gitsh/Manifest  |  1 +
 dev-vcs/gitsh/gitsh-0.10.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-vcs/gitsh/Manifest b/dev-vcs/gitsh/Manifest
index 8fc5c7d..339f895 100644
--- a/dev-vcs/gitsh/Manifest
+++ b/dev-vcs/gitsh/Manifest
@@ -1 +1,2 @@
+DIST gitsh-0.10.tar.gz 57550 SHA256 
a5b07c44d68700c6e41681c838625650dbe1313f2bbe0976a3ee30086b4d5f93 SHA512 
e51858c62e31e6b3644fb7239e6ffb7e8ffc7dd9983d67f792f739fd3459a8741d29f67709738127754454ff1e0f87014f8eb77cfd506cc5d32c5d9c719b2b16
 WHIRLPOOL 
daac99aa5fef26652e606de5039e00be0d25579c3045e9eb5f4c2195ae34ec038408e29f8c55fdde7b9bef7ad1b3aab31aade2e5a03b60a8bbe46ccd0cf515b1
 DIST gitsh-0.8.tar.gz 48393 SHA256 
61125105819f8b10005ed41ed334ab2ad6104a8dba799090b0827b72075b1665 SHA512 
9ec115f0e71e3708245b11cef0c853446b2e774c30372b5516a239e9db03937d9cde1d1525ca1812759b5c3d59101179490691756a84478ebd8667268beeb8ae
 WHIRLPOOL 
9b0368091ffe59191eff481073b9fa06172d39f2a14076ff03866767349daf0fb3e1de62d7d176bd88efefaceecf68eec607b0ec72a86b1709c8ae9f71f3a96e

diff --git a/dev-vcs/gitsh/gitsh-0.10.ebuild b/dev-vcs/gitsh/gitsh-0.10.ebuild
new file mode 100644
index 000..7f7c2fd
--- /dev/null
+++ b/dev-vcs/gitsh/gitsh-0.10.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit autotools ruby-fakegem
+
+DESCRIPTION="An interactive shell for git"
+HOMEPAGE="https://github.com/thoughtbot/gitsh;
+SRC_URI="https://github.com/thoughtbot/gitsh/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/bundler
+   dev-ruby/blankslate:0
+   dev-ruby/coderay
+   dev-ruby/diff-lcs
+   dev-ruby/method_source
+   dev-ruby/parslet
+   dev-ruby/pry
+   dev-ruby/slop:3
+   dev-ruby/rspec:3
+   dev-ruby/rspec-core:3
+   dev-ruby/rspec-expectations:3
+   dev-ruby/rspec-mocks:3
+   dev-ruby/rspec-support:3
+   "
+
+DOCS="README.md"
+
+each_ruby_prepare() {
+   rm Gemfile.lock || die
+   eautoreconf
+}
+
+each_ruby_configure() {
+   default
+}
+
+each_ruby_compile() {
+   default
+}
+
+all_ruby_install() {
+   all_fakegem_install
+   doman "${S}"/man/man1/${PN}.1
+}



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

2015-10-19 Thread Justin Lecher
commit: 4807a694b0ee90f7d50aaf4b6131f4775f96bf8b
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 12:35:31 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:47:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4807a694

dev-python/astropy-helpers: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild 
b/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
index 509beac..ef25606 100644
--- a/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
+++ b/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit distutils-r1
 



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

2015-10-19 Thread Justin Lecher
commit: 09c64fbd734a16eab7ba51935db5dfdf19250499
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 12:38:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:47:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c64fbd

dev-python/cffi: Add back last stable version on sparc

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/cffi/Manifest b/dev-python/cffi/Manifest
index 5e9731e..d3d7ea9 100644
--- a/dev-python/cffi/Manifest
+++ b/dev-python/cffi/Manifest
@@ -1,2 +1,3 @@
+DIST cffi-0.8.6.tar.gz 196835 SHA256 
2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610 SHA512 
b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790
 WHIRLPOOL 
4a03a077f15f943e0f06acf1bc10572b19680379e36805dbfc3dfffb8a5d735d28d9bab38e2d233f3a347fc03cede8126cc2ce017c6e3a0896b9baecddfae39f
 DIST cffi-1.1.2.tar.gz 326758 SHA256 
390970b602708c91ddc73953bb6929e56291c18a4d80f360afa00fad8b6f3339 SHA512 
d146984013b63382ea64bd2d6188cdbf9154cf83d66bf4dbb9353f1daea66f9eae07c6da47e152c5758d3458a742adde0310f71c792eb0a80950d7f857bfb943
 WHIRLPOOL 
02b92f0d13b02e351ba63e55a731c0b5480ae0b376c99a8dc1a256b3b55bf0119b4238dca88171605c1348b0847a6ff305ba4ec69cd1b42b9950708f42d6067e
 DIST cffi-1.2.1.tar.gz 335778 SHA256 
eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d SHA512 
26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88
 WHIRLPOOL 
a8bbe3c24be660946c1f31fbb8b1f50810f78b9485a32aadfb091a624b5386641bde71981c58792f8e95e8e77cfce7d9959eb197c417464cf5351e568aa6336d

diff --git a/dev-python/cffi/cffi-0.8.6.ebuild 
b/dev-python/cffi/cffi-0.8.6.ebuild
new file mode 100644
index 000..a7862a6
--- /dev/null
+++ b/dev-python/cffi/cffi-0.8.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Foreign Function Interface for Python calling C code"
+HOMEPAGE="http://cffi.readthedocs.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="doc"
+
+RDEPEND="virtual/libffi
+   dev-python/pycparser[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die 
"Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   use doc && dohtml -r doc/build/
+}



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

2015-10-19 Thread Justin Lecher
commit: a6a30c1612ed3bded7f074a56f20b0c6c4e4b45a
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 12:33:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:47:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a30c16

dev-python/configobj: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/configobj/configobj-5.0.6.ebuild | 9 ++---
 dev-python/configobj/metadata.xml   | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/configobj/configobj-5.0.6.ebuild 
b/dev-python/configobj/configobj-5.0.6.ebuild
index 7b15b62..c58c7ad 100644
--- a/dev-python/configobj/configobj-5.0.6.ebuild
+++ b/dev-python/configobj/configobj-5.0.6.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1
 
@@ -19,8 +20,10 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 
 python_prepare_all() {
# Not to install un-needed _version.py
-   sed -e "/^MODULES =/s/, '_version'//" -i setup.py
-   sed -e "s/^from _version import __version__$/__version__ = '${PV}'/" -i 
configobj.py
+   sed -e "/^MODULES =/s/, '_version'//" -i setup.py || die
+   sed \
+   -e "s/^from _version import __version__$/__version__ = 
'${PV}'/" \
+   -i configobj.py || die
 
distutils-r1_python_prepare_all
 }

diff --git a/dev-python/configobj/metadata.xml 
b/dev-python/configobj/metadata.xml
index 3b31e82..a1a4091 100644
--- a/dev-python/configobj/metadata.xml
+++ b/dev-python/configobj/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   python



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

2015-10-19 Thread Sergey Popov
commit: 2091c3a9d7ceccca564d8277d4de8e0e934615d7
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Sat Oct 17 21:44:31 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Oct 19 10:52:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2091c3a9

mail-mta/exim: use freeradius-client instead of radiusclient

Also fix compilation with USE=radius. It was broken since
4.86 release.

Acked-by: Sergey Popov  gentoo.org>
Gentoo-Bug: 563356

 mail-mta/exim/exim-4.86-r2.ebuild  | 513 +
 mail-mta/exim/files/exim-4.86-radius-include.patch |  15 +
 .../exim/files/exim-4.86-radius-type-fix.patch |  25 +
 3 files changed, 553 insertions(+)

diff --git a/mail-mta/exim/exim-4.86-r2.ebuild 
b/mail-mta/exim/exim-4.86-r2.ebuild
new file mode 100644
index 000..ef5243c
--- /dev/null
+++ b/mail-mta/exim/exim-4.86-r2.ebuild
@@ -0,0 +1,513 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs multilib pam systemd
+
+IUSE="dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl gnutls 
ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres +prdr 
proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X"
+REQUIRED_USE="spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) 
pkcs11? ( gnutls )"
+
+COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo 
/test)"
+
+DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
+SRC_URI="${COMM_URI}/${P//rc/RC}.tar.bz2
+   mirror://gentoo/system_filter.exim.gz
+   doc? ( ${COMM_URI}/${PN}-html-${PV//rc/RC}.tar.bz2 )"
+HOMEPAGE="http://www.exim.org/;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND=">=sys-apps/sed-4.0.5
+   >=sys-libs/db-3.2
+   dev-libs/libpcre
+   perl? ( dev-lang/perl:= )
+   pam? ( virtual/pam )
+   tcpd? ( sys-apps/tcp-wrappers )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   gnutls? ( net-libs/gnutls[pkcs11?]
+ dev-libs/libtasn1 )
+   ldap? ( >=net-nds/openldap-2.0.7 )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql )
+   sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
+   redis? ( dev-libs/hiredis )
+   spf? ( >=mail-filter/libspf2-1.2.5-r1 )
+   dmarc? ( mail-filter/opendmarc )
+   srs? ( mail-filter/libsrs_alt )
+   X? ( x11-proto/xproto
+   x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXaw
+   )
+   sqlite? ( dev-db/sqlite )
+   radius? ( net-dialup/freeradius-client )
+   virtual/libiconv
+   "
+   # added X check for #57206
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/mini-qmail
+   !=mail-mta/msmtp-1.4.19-r1[mta]
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   !net-mail/mailwrapper
+   >=net-mail/mailbase-0.00-r5
+   virtual/logger
+   dcc? ( mail-filter/dcc )
+   selinux? ( sec-policy/selinux-exim )
+   "
+
+S=${WORKDIR}/${P//rc/RC}
+
+src_prepare() {
+   epatch "${FILESDIR}"/exim-4.14-tail.patch
+   epatch "${FILESDIR}"/exim-4.74-localscan_dlopen.patch
+   epatch "${FILESDIR}"/exim-4.69-r1.27021.patch
+   epatch "${FILESDIR}"/exim-4.74-radius-db-ENV-clash.patch # 287426
+   epatch "${FILESDIR}"/exim-4.82-makefile-freebsd.patch # 235785
+   epatch "${FILESDIR}"/exim-4.77-as-needed-ldflags.patch # 352265, 391279
+   epatch "${FILESDIR}"/exim-4.76-crosscompile.patch # 266591
+   epatch "${FILESDIR}"/exim-4.86-radius-type-fix.patch
+   epatch "${FILESDIR}"/exim-4.86-radius-include.patch
+
+   if use maildir ; then
+   epatch "${FILESDIR}"/exim-4.20-maildir.patch
+   else
+   epatch "${FILESDIR}"/exim-4.80-spool-mail-group.patch # 438606
+   fi
+
+   # user Exim believes it should be
+   MAILUSER=mail
+   MAILGROUP=mail
+   if use prefix && [[ ${EUID} != 0 ]] ; then
+   MAILUSER=$(id -un)
+   MAILGROUP=$(id -gn)
+   fi
+}
+
+src_configure() {
+   # general config and paths
+
+   sed -i.orig \
+   -e 
"/SYSTEM_ALIASES_FILE/s'SYSTEM_ALIASES_FILE'${EPREFIX}/etc/mail/aliases'" \
+   "${S}"/src/configure.default || die
+
+   sed -i -e 's/^buildname=.*/buildname=exim-gentoo/g' Makefile || die
+
+   sed -e "48i\CFLAGS=${CFLAGS}" \
+   -e 
"s:BIN_DIRECTORY=/usr/exim/bin:BIN_DIRECTORY=${EPREFIX}/usr/sbin:" \
+   -e 

[gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/

2015-10-19 Thread Justin Lecher
commit: 78c188a4b1d604cbf68ae0b1e2dac96c78f2ebcd
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 11:19:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c188a4

app-text/html-xml-utils: Drop old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 app-text/html-xml-utils/Manifest  |  1 -
 app-text/html-xml-utils/html-xml-utils-6.8.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-text/html-xml-utils/Manifest b/app-text/html-xml-utils/Manifest
index 2208f99..63da240 100644
--- a/app-text/html-xml-utils/Manifest
+++ b/app-text/html-xml-utils/Manifest
@@ -1,2 +1 @@
-DIST html-xml-utils-6.8.tar.gz 310688 SHA256 
f09b7de5e427ea930ed9ceaf0ee7e6a816cf51113149a040fa84a1664ddfa189 SHA512 
f4e942636064727da08b32989353e7d260d981363346f7654d65aa561aa01a1e70c478fbc9257bc5d027d34dc62d896c29dc7bff8d50c67b382387d540395546
 WHIRLPOOL 
e31796f24fcf173da2e29d9e0f2f45be54de468fc8a93b56380a7e0ad25d9e61b78cf9b643b77e62820ec6bfc4dfa78c14f13204df0c3210c69bde411a95e645
 DIST html-xml-utils-6.9.tar.gz 311449 SHA256 
9cf401dc84ca01752adf1f2d9862c4f227bb089504ed9d03d7fd40603e87fab2 SHA512 
590a04e91130d7daecc4c1935808d872f3d49967be345060039bae5986b70be3be40104bc215524017a08c5492671a1fd96b63028f26f84faa400a9fbd283778
 WHIRLPOOL 
b89b0bf5225256af2a0464429f2aa7eb1171ea982afc02ae0377e7cbd0633ee33cd39069bb0cd9056c712c20e7568b3716e448b1b8e47a9eb92193076734c353

diff --git a/app-text/html-xml-utils/html-xml-utils-6.8.ebuild 
b/app-text/html-xml-utils/html-xml-utils-6.8.ebuild
deleted file mode 100644
index 1c53a49..000
--- a/app-text/html-xml-utils/html-xml-utils-6.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
-SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
-HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/;
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-src_prepare() {
-   sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"



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

2015-10-19 Thread Justin Lecher
commit: 521f50a3f3d7644ca0a2889fa3f7eec3b21a30c1
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 10:31:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521f50a3

app-admin/ansible: Drop old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-1.9.2.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index d4b79fe..ff33842 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-1.9.2.tar.gz 927525 SHA256 
c25ef4738b08fdfb3094247c012f3fd1b29972acbd37f988070b2a85f5fbee00 SHA512 
6c0b3eaac11e11bf90f5b63c54da86df0cb33b0ee98c987c48a68fa643b39e9f0817884767f2bd9c0f6e8852d37fd1b197d5299abc574fccc181fbb22985d4ad
 WHIRLPOOL 
19d50845b9920d85c5ce0380303144e7a4237e673dd4beb5ff020042d7bac59dc0706cff88f08155029ce1a3aa9decc3c54261f9f16524b6e5e3b42e599d3a6b
 DIST ansible-1.9.3.tar.gz 936633 SHA256 
2594f642fd800056a427c1026410dc6ed8dfa7c0033f5c3d187abdb2b0d4eeed SHA512 
280d7506417affc11fe8c8715f82ffb011991e48e96db73aca915e1393d51073564c78a98b018c380b7fb8e697ce0fac6208822da44f2bac545f142707325d43
 WHIRLPOOL 
5738bcd263ca32279bbca30e3f1b5c53e5bd72a18025fdb82393a8d85e5a826b3be4ce78cbbc648133768d212fa49d1c3320af4b34f948c1b1cee40d73147f8a
 DIST ansible-1.9.4.tar.gz 937120 SHA256 
972c2face49f1577bd0ff7989440bfe2820e66fb10d7579915cc536bccfa6fe3 SHA512 
53ef5b3390be620cedc92687c7c9853c42f38547494f9b77056d5ea48ccd8f43d193648a7f4569fcba5afad343a9202b123296ab47c8cd02eecfe455d83b9586
 WHIRLPOOL 
0b88a27f690ff940eae1969ff163d8f8c26df038d2e9aa76694bdba1448ac9cbe8123795d0787e528c6d22cf66cc01d6b89add8e3e97bbb107a3f1a96860fd8e

diff --git a/app-admin/ansible/ansible-1.9.2.ebuild 
b/app-admin/ansible/ansible-1.9.2.ebuild
deleted file mode 100644
index a08091b..000
--- a/app-admin/ansible/ansible-1.9.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils readme.gentoo
-
-DESCRIPTION="Radically simple deployment, model-driven configuration 
management, and command execution framework"
-HOMEPAGE="http://ansible.com/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
-IUSE="test"
-
-RDEPEND="
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/keyczar[${PYTHON_USEDEP}]
-   >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   net-misc/sshpass
-   virtual/ssh
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/passlib[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )"
-
-# not included in release tarball
-RESTRICT="test"
-
-python_test() {
-   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
-}
-
-python_install_all() {
-   EXAMPLES=( examples )
-   distutils-r1_python_install_all
-
-   doman docs/man/man1/*.1
-
-   newenvd "${FILESDIR}"/${PN}.env 95ansible
-}
-
-src_install() {
-   distutils-r1_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   optfeature "Alternative ssh transport" dev-python/paramiko
-}



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

2015-10-19 Thread Justin Lecher
commit: 34cd93e857b244629dd9d3c00c1ec34fe337a796
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 10:24:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cd93e8

dev-python/cffi: Drop old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/cffi/Manifest  |  2 --
 dev-python/cffi/cffi-0.8.6.ebuild | 38 --
 dev-python/cffi/cffi-0.9.2.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-python/cffi/Manifest b/dev-python/cffi/Manifest
index c4cd18a..5e9731e 100644
--- a/dev-python/cffi/Manifest
+++ b/dev-python/cffi/Manifest
@@ -1,4 +1,2 @@
-DIST cffi-0.8.6.tar.gz 196835 SHA256 
2532d9e3af9e3c6d0f710fc98b0295b563c7f39cfd97dd2242bd36fbf4900610 SHA512 
b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790
 WHIRLPOOL 
4a03a077f15f943e0f06acf1bc10572b19680379e36805dbfc3dfffb8a5d735d28d9bab38e2d233f3a347fc03cede8126cc2ce017c6e3a0896b9baecddfae39f
-DIST cffi-0.9.2.tar.gz 209160 SHA256 
1988ce7ff9c64ecd506175e90fd8f0a8c827cb241a23647175ce08126bb2 SHA512 
93371a1189955d3f794915f8e7c6f6b9ab36cd531ff0ddeeb2108364c94dbf4dbe5d7d3f75e0aa52576d1a59559c13ec3e0f68dec4d52e6221e683ac519b850c
 WHIRLPOOL 
dcdf3a35b35607a4982035e75332c0e2f87d2df5cca9df77c48c5d57cc783d341b77fd95f71681877695b03a12564f8f28717a975bd51e832f496b71f73c3736
 DIST cffi-1.1.2.tar.gz 326758 SHA256 
390970b602708c91ddc73953bb6929e56291c18a4d80f360afa00fad8b6f3339 SHA512 
d146984013b63382ea64bd2d6188cdbf9154cf83d66bf4dbb9353f1daea66f9eae07c6da47e152c5758d3458a742adde0310f71c792eb0a80950d7f857bfb943
 WHIRLPOOL 
02b92f0d13b02e351ba63e55a731c0b5480ae0b376c99a8dc1a256b3b55bf0119b4238dca88171605c1348b0847a6ff305ba4ec69cd1b42b9950708f42d6067e
 DIST cffi-1.2.1.tar.gz 335778 SHA256 
eab571deb0a152e2f53c404c08a94870a131526896cad08cd43bf86ce3771e3d SHA512 
26ab695d34ef1895f38c735b2c6400cbf6325d622ce93799513130791365bb71d656288e991b86861ac8e899872504c1f4368d27104c4ac9b881c83c7f8dad88
 WHIRLPOOL 
a8bbe3c24be660946c1f31fbb8b1f50810f78b9485a32aadfb091a624b5386641bde71981c58792f8e95e8e77cfce7d9959eb197c417464cf5351e568aa6336d

diff --git a/dev-python/cffi/cffi-0.8.6.ebuild 
b/dev-python/cffi/cffi-0.8.6.ebuild
deleted file mode 100644
index a7862a6..000
--- a/dev-python/cffi/cffi-0.8.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND="virtual/libffi
-   dev-python/pycparser[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die 
"Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   use doc && dohtml -r doc/build/
-}

diff --git a/dev-python/cffi/cffi-0.9.2.ebuild 
b/dev-python/cffi/cffi-0.9.2.ebuild
deleted file mode 100644
index 3d6e250..000
--- a/dev-python/cffi/cffi-0.9.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Foreign Function Interface for Python calling C code"
-HOMEPAGE="http://cffi.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
-IUSE="doc"
-
-RDEPEND="virtual/libffi
-   dev-python/pycparser[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die 
"Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-  

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/

2015-10-19 Thread Justin Lecher
commit: f96eead8f5d94ed9945dab40981add070489d315
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 11:17:10 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96eead8

dev-tcltk/bwidget: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-tcltk/bwidget/Manifest |  1 +
 dev-tcltk/bwidget/bwidget-1.9.9.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-tcltk/bwidget/Manifest b/dev-tcltk/bwidget/Manifest
index 6cf3053..8d2191e 100644
--- a/dev-tcltk/bwidget/Manifest
+++ b/dev-tcltk/bwidget/Manifest
@@ -1 +1,2 @@
 DIST bwidget-1.9.8.tar.gz 252668 SHA256 
545016e3ee998991308f54d8ef26bbf16144ee50fa432b9100d37ef806bdb314 SHA512 
437958871809c8ce285cbf4521ff08720d106dca708183ff94234015da2b04ccb3a7b05df13d8e3f46466106c91418607c5983fc4ed8d9c4285ae0a0b1071262
 WHIRLPOOL 
4ee88816e8abab426c846ccc8a688a347ba9bdc43288b10ec56fec3f695f7733140441a686f321035cb1aebfc100178c263945c8a36c4b15b1ad227af72ee844
+DIST bwidget-1.9.9.tar.gz 243001 SHA256 
b0e943b31b3513e9cc9a49e3f71d8b895ab55f5c8dfeaf849c8c308697f13573 SHA512 
6374c9127ab37dd2cc3ede30fc525a7d0f226a995e44f7b1c9751e1c5520090bfbbae5cfcb5cbeec4d1c89eb8f4cd7eb2e453ac055d4ae5ef4b7b77512d2e042
 WHIRLPOOL 
8801d61696deaed01ab10f18aa421db9e4d2db95b150be222c40fd57174526c472644ac8cdc089c05975becade45cfc53633609611b36510004f4813341e59cb

diff --git a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
new file mode 100644
index 000..434922d
--- /dev/null
+++ b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib virtualx
+
+MY_PN=${PN/bw/BW}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="High-level widget set for Tcl/Tk"
+HOMEPAGE="http://tcllib.sourceforge.net/;
+SRC_URI="mirror://sourceforge/project/tcllib/${MY_PN}/${PV}/${P}.tar.gz"
+
+LICENSE="tcltk"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="dev-lang/tk:0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.9.8-test.patch
+}
+
+src_test() {
+   VIRTUALX_COMMAND=tclsh
+   virtualmake tests/entry.test
+}
+
+src_install() {
+   insinto /usr/$(get_libdir)/${P}
+   doins *.tcl
+   doins -r images lang
+
+   insinto /usr/share/doc/${PF}/
+   doins -r demo
+   dodoc ChangeLog README.txt
+
+   use doc && dohtml BWman/*
+}



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

2015-10-19 Thread Justin Lecher
commit: fe495bbc504d4be6b183727ffcad148c40e1f7a1
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 12:06:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe495bbc

dev-python/astropy: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/astropy/Manifest |  1 +
 dev-python/astropy/astropy-1.0.5.ebuild | 89 +
 2 files changed, 90 insertions(+)

diff --git a/dev-python/astropy/Manifest b/dev-python/astropy/Manifest
index 880a83b..b0d7371 100644
--- a/dev-python/astropy/Manifest
+++ b/dev-python/astropy/Manifest
@@ -3,3 +3,4 @@ DIST astropy-0.3.2.tar.gz 6375740 SHA256 
0b564870f5c198885d9bbb1b3d07e526439303f
 DIST astropy-0.4.4.tar.gz 6939433 SHA256 
8b2bc2a82b8de48e5ee247c52f20e6d9c32a801e338b3086e9cd39b5219e3389 SHA512 
235cd2a9a48276872fd7bcdfe11a74809fef042b9e2caf9d493c804ac48340793fc1ba542327c2e10a94ac569365d6421544bcc7b7a842b50b638f4abc6ae0b0
 WHIRLPOOL 
b947dbe718f02edd773e32a7922b67d7fba2d74ee06bc262defb5616f9cee5354105a3d5076e0e138cc0faa1fac65256550a63506e2fbb1e5f92a4326be0700f
 DIST astropy-0.4.tar.gz 6906375 SHA256 
bcb16f7e01d74851d43c13a372fd5e240014ae9bc695a87ed2e2693d36581aba SHA512 
661c9a5ea01aa5b38737606df5fdceb1e59cd63d669db01cb18dc20939301b058f5a1696725f25a21f87798fd2457bc96e726c4b52f5bf2473236c0e423e8047
 WHIRLPOOL 
951af517a3d5612be9ed1a23684a48e750521723fb5b982947e0c08a0f80fc53a1adce36d055b47f1374ec28028d08d47a0258570c1b4075448a72f95a2d588a
 DIST astropy-1.0.4.tar.gz 7693852 SHA256 
c64be72f3246ef699d2e0627a757afc0d59701fc9533088a8be0de23e16595a9 SHA512 
5f66f61c93ad88afd2f24fedf96d553688de3c9f2a926dca9b1037ff24b4fd83bd486b870a0abf3c9810ad4e3e902c64f8dfb7f023363d0677e233a21667dfcc
 WHIRLPOOL 
ab10edec3650cc39d82e0f023ab107e5b23e75a03cbf8e24b0e902f3700c78921f86983f89ff533c56d9f4bc3b9d0109d8ee57cd6450ab239845b8a403bc5c26
+DIST astropy-1.0.5.tar.gz 7641836 SHA256 
701b7bfef0ab99a2b9d5c4796eb7021d7bbdac19b60ff244c5428e3ea78177d4 SHA512 
fe0e34db1719b9659fc10f453c619d00174fd34956299c14a76dc6497ab83aa0276e21ab9122b38edea3e31583b75575573062bbd20c17d349dbb4d1c0362716
 WHIRLPOOL 
4d699f4f3f3ff1cdbc149985e2a0fc92e16180c64efee95ca68f7c870d6841421bc4d9709fada1a73e7753ac1528ea84a7a619e76cb952a41a538b786c2ee014

diff --git a/dev-python/astropy/astropy-1.0.5.ebuild 
b/dev-python/astropy/astropy-1.0.5.ebuild
new file mode 100644
index 000..3a3666e
--- /dev/null
+++ b/dev-python/astropy/astropy-1.0.5.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Core functionality for performing astrophysics with Python"
+HOMEPAGE="http://astropy.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-libs/expat-2.1.0:0=
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   >=sci-astronomy/erfa-1.2:0=
+   >=sci-astronomy/wcslib-4.25:0=
+   >=sci-libs/cfitsio-3.350:0=
+   sys-libs/zlib:0="
+DEPEND="${RDEPEND}
+   dev-python/astropy-helpers[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   doc? (
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   dev-libs/libxml2[${PYTHON_USEDEP}]
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.0.4-disable_helper.patch"
+   "${FILESDIR}/${PN}-1.0.4-system-six.patch"
+   "${FILESDIR}/${PN}-1.0.4-system-pytest.patch"
+   "${FILESDIR}/${PN}-1.0.4-system-configobj.patch"
+   )
+
+python_prepare_all() {
+   export mydistutilsargs="--offline"
+   rm -r ${PN}_helpers || die
+   cp "${FILESDIR}"/astropy-ply.py astropy/extern/ply.py || die
+   rm -r cextern/{expat,erfa,cfitsio,wcslib} || die
+   #rm -rvf ${PN}/extern/* || die
+   #{configobj,{six,pytest,configobj}.py} || die
+
+   cat >> setup.cfg <<-EOF
+   
+   [build]
+   use_system_libraries=1
+   EOF
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   python_export_best
+   VARTEXFONTS="${T}"/fonts \
+   MPLCONFIGDIR="${BUILD_DIR}" \
+   PYTHONPATH="${BUILD_DIR}"/lib \
+  

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

2015-10-19 Thread Justin Lecher
commit: b3398ceb061fd93088ec4f492623b61a1488d901
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 07:26:37 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3398ceb

dev-python/astropy-helpers: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/astropy-helpers/Manifest|  1 +
 .../astropy-helpers/astropy-helpers-1.0.5.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/astropy-helpers/Manifest 
b/dev-python/astropy-helpers/Manifest
index 6f175af..e882381 100644
--- a/dev-python/astropy-helpers/Manifest
+++ b/dev-python/astropy-helpers/Manifest
@@ -1,2 +1,3 @@
 DIST astropy-helpers-0.4.1.tar.gz 98477 SHA256 
0b4e47e535e7226d8795efb9e9453cac9343759058970a20734e66f443074577 SHA512 
85975268372624bec4024dfbe560ef820bda308db898919c4d29643f10df11636f4996a8ff3f2fb7deece44f88963ddb0c8ca231e030713cf17db7503ceae42e
 WHIRLPOOL 
b37fa02ebe3e750052a9681e1e8a3a0aa9eede1909e69c70e2004ba738139707e1a0c21797681454ee782a6543bc8808b8de574d60aba601d228966c8659bb9f
 DIST astropy-helpers-1.0.3.tar.gz 127177 SHA256 
0733f3081db46ec02faa08595dad9a72d79d0ed73e54fe3404620703d737594d SHA512 
74d4f191290914cf51f91b9cc1a9ed168799a47f586c33505a4ebdef554b7e4cdc90625fbd9b8c9e29b44fc2a988fdf0f50446ce9461017a9755c7ec2a2b1ed4
 WHIRLPOOL 
43a00a990b3caabeeecefac90bbb91e2b42a7f184c66887855ea188b123f0b74125fb9b694e7d503e78dbed720769329b95aaddd17c16d65807113ec7253b448
+DIST astropy-helpers-1.0.5.tar.gz 127951 SHA256 
b872547580861564023f31a201dcb63d5e9f134f47f4224eb3904a6341b42507 SHA512 
31e0c858f126d1e02167faaed2395529ade4e484d0c9c53f809d15de2fda68a4ce9dcd36951546c071d3556feb6f64ca4b0ed5678405af57cb80f3e0cf8de13d
 WHIRLPOOL 
1481eff853e04c94dd95f689c148a68f83cc18d7026f766d2af7d6c4ffc5c0f9eca107c3403b9295f245aed3dea562377ba59cf2bbb303d4653fb4712f6a037c

diff --git a/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild 
b/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
new file mode 100644
index 000..509beac
--- /dev/null
+++ b/dev-python/astropy-helpers/astropy-helpers-1.0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Helpers for Astropy and Affiliated packages"
+HOMEPAGE="https://github.com/astropy/astropy-helpers;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+
+python_prepare_all() {
+   sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing 
ah_bootstrap failed"
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/files/, app-office/scribus/

2015-10-19 Thread Justin Lecher
commit: 3e6927120ea7bd661efa99f1c676b1f93311c411
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 19 11:35:32 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 19 12:06:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e692712

app-office/scribus: Patch merged upstream

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563386

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 app-office/scribus/files/scribus--fpic.patch | 192 ---
 app-office/scribus/scribus-.ebuild   |   5 +-
 2 files changed, 1 insertion(+), 196 deletions(-)

diff --git a/app-office/scribus/files/scribus--fpic.patch 
b/app-office/scribus/files/scribus--fpic.patch
deleted file mode 100644
index dbc640b..000
--- a/app-office/scribus/files/scribus--fpic.patch
+++ /dev/null
@@ -1,192 +0,0 @@
- Scribus/CMakeLists.txt  | 15 +++
- Scribus/scribus/colormgmt/CMakeLists.txt|  2 ++
- Scribus/scribus/desaxe/CMakeLists.txt   |  1 +
- Scribus/scribus/fonts/CMakeLists.txt|  1 +
- Scribus/scribus/styles/CMakeLists.txt   |  2 ++
- Scribus/scribus/text/CMakeLists.txt |  1 +
- Scribus/scribus/third_party/lib2geom/CMakeLists.txt |  8 +---
- Scribus/scribus/third_party/pgf/CMakeLists.txt  |  2 ++
- Scribus/scribus/third_party/prc/CMakeLists.txt  |  2 ++
- Scribus/scribus/third_party/rtf-qt/CMakeLists.txt   |  2 ++
- Scribus/scribus/third_party/wpg/CMakeLists.txt  |  7 ---
- Scribus/scribus/third_party/zip/CMakeLists.txt  |  2 ++
- 12 files changed, 35 insertions(+), 10 deletions(-)
-
-diff --git a/Scribus/CMakeLists.txt b/Scribus/CMakeLists.txt
-index 8ab9525..f2ebf64 100644
 a/Scribus/CMakeLists.txt
-+++ b/Scribus/CMakeLists.txt
-@@ -131,6 +131,21 @@ IF (_machine_sparc64)
-   SET(ARCH64BIT 1)
- ENDIF (_machine_sparc64)
- 
-+STRING(REGEX MATCH "(hppa*)" _machine_hppa "${MACHINE}")
-+IF (_machine_hppa)
-+  MESSAGE(STATUS "Found target Hppa")
-+  SET(ARCH_HPPA 1)
-+ENDIF (_machine_hppa)
-+
-+
-+# We need to pass -fPIC to lib2geom on amd64, mips, mipsel, and hppa. See:
-+# http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1=3 and
-+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559133
-+
-+IF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1 OR ARCH_PPC_64 EQUAL 1)
-+  SET(CMAKE_CXX_FLAGS_FPIC "-fPIC")
-+ENDIF (ARCH_X86_64 EQUAL 1 OR ARCH_HPPA EQUAL 1 OR ARCH_MIPS EQUAL 1 OR 
ARCH_MIPS_64 EQUAL 1 OR ARCH_PPC_64 EQUAL 1)
-+
- ## Do our Apple OSX version setup
- IF (APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 8 AND (ARCH_X86 EQUAL 1 OR 
ARCH_X86_64 EQUAL 1))
-   STRING(REGEX REPLACE ".*-darwin([0-9]+).*" "\\1" _apple_ver 
"${MACHINE}")
-diff --git a/Scribus/scribus/colormgmt/CMakeLists.txt 
b/Scribus/scribus/colormgmt/CMakeLists.txt
-index 7298a28..87c4f5e 100644
 a/Scribus/scribus/colormgmt/CMakeLists.txt
-+++ b/Scribus/scribus/colormgmt/CMakeLists.txt
-@@ -3,6 +3,8 @@ ${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/scribus
- )
- 
-+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}")
-+
- INCLUDE_DIRECTORIES( ${LCMS2_INCLUDE_DIR} )
- SET(SCRIBUS_LCMS_IMPL_SOURCES
-   sclcms2colormgmtengineimpl.cpp
-diff --git a/Scribus/scribus/desaxe/CMakeLists.txt 
b/Scribus/scribus/desaxe/CMakeLists.txt
-index 0098028..85e76b6 100644
 a/Scribus/scribus/desaxe/CMakeLists.txt
-+++ b/Scribus/scribus/desaxe/CMakeLists.txt
-@@ -4,6 +4,7 @@ ${CMAKE_SOURCE_DIR}/scribus
- ${FREETYPE_INCLUDE_DIRS}
- )
- 
-+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}")
- 
- SET(SCRIBUS_DESAXE_LIB_SOURCES
- saxXML.cpp
-diff --git a/Scribus/scribus/fonts/CMakeLists.txt 
b/Scribus/scribus/fonts/CMakeLists.txt
-index a8f0e8d..beade2e 100644
 a/Scribus/scribus/fonts/CMakeLists.txt
-+++ b/Scribus/scribus/fonts/CMakeLists.txt
-@@ -4,6 +4,7 @@ ${CMAKE_SOURCE_DIR}/scribus
- ${FREETYPE_INCLUDE_DIRS}
- )
- 
-+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}")
- 
- SET(SCRIBUS_FONTS_LIB_SOURCES
-   scface.cpp
-diff --git a/Scribus/scribus/styles/CMakeLists.txt 
b/Scribus/scribus/styles/CMakeLists.txt
-index 6e0cf0a..2839689 100644
 a/Scribus/scribus/styles/CMakeLists.txt
-+++ b/Scribus/scribus/styles/CMakeLists.txt
-@@ -4,6 +4,8 @@ INCLUDE_DIRECTORIES(
-   ${FREETYPE_INCLUDE_DIRS}
- )
- 
-+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}")
-+
- SET(SCRIBUS_STYLES_MOC_CLASSES
- )
- 
-diff --git a/Scribus/scribus/text/CMakeLists.txt 
b/Scribus/scribus/text/CMakeLists.txt
-index 1cd112f..4f658e3 100644
 a/Scribus/scribus/text/CMakeLists.txt
-+++ b/Scribus/scribus/text/CMakeLists.txt
-@@ -4,6 +4,7 @@ INCLUDE_DIRECTORIES(
-   ${FREETYPE_INCLUDE_DIRS}
- )
- 
-+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}")
- 
- SET(SCRIBUS_TEXT_MOC_CLASSES
-   storytext.h
-diff --git 

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

2015-10-19 Thread James Le Cuirot
commit: c342eec21010cf7255728ad0480cf99a891b750d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Oct 19 12:51:06 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Oct 19 12:54:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c342eec2

profiles: Mask dev-java/commons-attributes and dev-java/xjavadoc

Dead projects with no revdeps. Removal in 30 days.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 56845ff..ad0026c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot  (19 Oct 2015)
+# Dead projects with no revdeps. Removal in 30 days.
+dev-java/commons-attributes
+dev-java/xjavadoc
+
 # Mike Frysinger  (18 Oct 2015)
 # apache-2.4.17 includes support for http2 now.
 www-apache/mod_h2



[gentoo-commits] repo/gentoo:master commit in: net-misc/vtun/files/, net-misc/vtun/

2015-10-19 Thread Sergey Popov
commit: 05f750bd6f10187b4d6c966d3a77656bbb448d72
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Oct 19 11:09:45 2015 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Oct 19 11:09:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f750bd

net-misc/vtun: drop old version

Package-Manager: portage-2.2.23

 net-misc/vtun/Manifest |  1 -
 .../vtun-3.0.2-build-racing-condition-fix.patch| 17 -
 net-misc/vtun/files/vtun-3.0.2-includes.patch  | 72 --
 net-misc/vtun/vtun-3.0.2-r2.ebuild | 54 
 4 files changed, 144 deletions(-)

diff --git a/net-misc/vtun/Manifest b/net-misc/vtun/Manifest
index 5e43678..3ef73fe 100644
--- a/net-misc/vtun/Manifest
+++ b/net-misc/vtun/Manifest
@@ -1,2 +1 @@
-DIST vtun-3.0.2.tar.gz 125777 SHA256 
db26d4dbc35a2b3d65519f68b8ae55c80d7ec4e6569aeec7a432aa82f24c56d6 SHA512 
1cf15ca7856c74318f921d9a6c4b47b10fd1aa69e12a223d41c6c41e570333beb825d37d3aea4217d305bb37f53c5beff70081079516d809068f8024dc8a039f
 WHIRLPOOL 
ee72023902f2e4688ac84c0e1d9c5a3ad6982fb847dcf162ecd2f12efac0abeaeb11344b0a34322a4ad6f0adabcd986dff9546f98174a7f201c9b87e5ccb5c72
 DIST vtun-3.0.3.tar.gz 130051 SHA256 
69dcbe4f8c5ce7d91b4150a6309e536d03b61841169746ca5788413ac7edb9cb SHA512 
5fa789d08b556f97492b89515a89c2322c4b0a8fa95bd1035f5ed19061b3654a6a36a9911792096ac872ae9ae5451848cab87d0343dc0ffc064affea1f7d0d54
 WHIRLPOOL 
8939c132622d4833a8780003548850103c8f35cabd25b38198a254200a80747b57edba327b4ab91b6af954542d2605a5f2d9dda42a64218a5e0a586fe5705475

diff --git a/net-misc/vtun/files/vtun-3.0.2-build-racing-condition-fix.patch 
b/net-misc/vtun/files/vtun-3.0.2-build-racing-condition-fix.patch
deleted file mode 100644
index 6fa7652..000
--- a/net-misc/vtun/files/vtun-3.0.2-build-racing-condition-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 Makefile.in.orig   2012-06-12 00:20:24.359206241 +0400
-+++ Makefile.in2012-06-12 00:22:46.735301510 +0400
-@@ -60,10 +60,12 @@
- vtund: $(OBJS)
-   $(CC) $(CFLAGS) -o vtund $(OBJS) $(LFD_OBJS) $(LDFLAGS)
- 
--cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h
-+cfg_file.tab.h:
-   $(YACC) $(YACCFLAGS) -b cfg_file cfg_file.y
- 
--cfg_file.lex.c: cfg_file.l cfg_kwords.h config.h
-+cfg_file.tab.c: cfg_file.y cfg_kwords.h config.h cfg_file.tab.h
-+
-+cfg_file.lex.c: cfg_file.l cfg_kwords.h config.h cfg_file.tab.h
-   $(LEX) $(LEXFLAGS) cfg_file.l > cfg_file.lex.c 
- 
- depend:

diff --git a/net-misc/vtun/files/vtun-3.0.2-includes.patch 
b/net-misc/vtun/files/vtun-3.0.2-includes.patch
deleted file mode 100644
index 8634a65..000
--- a/net-misc/vtun/files/vtun-3.0.2-includes.patch
+++ /dev/null
@@ -1,72 +0,0 @@
 a/lfd_encrypt.c2008-01-07 23:35:32.0 +0100
-+++ b/lfd_encrypt.c2010-09-18 04:53:31.0 +0200
-@@ -44,6 +44,7 @@
- #include 
- #include 
- #include 
-+#include  /* htonl() */
- 
- #include "vtun.h"
- #include "linkfd.h"
 a/lib.c2008-01-07 23:35:40.0 +0100
-+++ b/lib.c2010-09-18 04:52:51.0 +0200
-@@ -34,6 +34,7 @@
- #include 
- #include 
- #include 
-+#include  /* nanosleep() */
- 
- #include "vtun.h"
- #include "linkfd.h"
 a/lib.h2008-01-07 23:35:41.0 +0100
-+++ b/lib.h2010-09-18 04:56:50.0 +0200
-@@ -26,6 +26,7 @@
- #include 
- #include 
- #include 
-+#include  /* read(), write() */
- 
- #ifdef HAVE_LIBUTIL_H
- #include 
 a/vtun.h   2008-01-07 23:36:07.0 +0100
-+++ b/vtun.h   2010-09-18 04:56:08.0 +0200
-@@ -219,5 +219,9 @@
- int  tunnel(struct vtun_host *host);
- int  read_config(char *file);
- struct vtun_host * find_host(char *host);
-+int send_msg(int len, char *in, char **out);
-+int send_ib_mesg(int *len, char **in);
-+int recv_msg(int len, char *in, char **out);
-+int recv_ib_mesg(int *len, char **in);
- 
- #endif
 a/lock.c   2008-01-07 23:35:50.0 +0100
-+++ b/lock.c   2010-09-18 05:01:21.0 +0200
-@@ -32,6 +32,7 @@
- #include 
- #include 
- #include 
-+#include  /* nanosleep() */
- 
- #include "vtun.h"
- #include "linkfd.h"
 a/server   2008-01-07 23:36:01.0 +0100
-+++ b/server.c 2010-09-18 05:02:45.0 +0200
-@@ -49,6 +49,7 @@
- #include "auth.h"
- 
- #include "compat.h"
-+#include "netlib.h" /* generic_addr() */
- 
- static volatile sig_atomic_t server_term;
- static void sig_term(int sig)
 a/lfd_shaper.c 2008-01-07 23:35:36.0 +0100
-+++ b/lfd_shaper.c 2010-09-18 05:07:12.0 +0200
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include  /* nanosleep() */
- 
- #include "vtun.h"
- #include "linkfd.h"

diff --git a/net-misc/vtun/vtun-3.0.2-r2.ebuild 
b/net-misc/vtun/vtun-3.0.2-r2.ebuild
deleted file mode 100644
index b9f1472..000
--- a/net-misc/vtun/vtun-3.0.2-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit 

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

2015-10-19 Thread Agostino Sarubbo
commit: 64094f5aff5ece237aa6546cedb8110b90fae904
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 11:02:52 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 11:02:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64094f5a

Remove old

Package-Manager: portage-2.2.20.1

 www-client/chromium/Manifest  |   4 -
 www-client/chromium/chromium-45.0.2454.101.ebuild | 633 -
 www-client/chromium/chromium-45.0.2454.85.ebuild  | 631 -
 www-client/chromium/chromium-46.0.2490.22.ebuild  | 633 -
 www-client/chromium/chromium-46.0.2490.42.ebuild  | 635 --
 5 files changed, 2536 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index f9a987b..36361ca 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,7 +1,3 @@
-DIST chromium-45.0.2454.101-lite.tar.xz 242364644 SHA256 
014720920ad049e354aa190eba66badb4eef106ad1064209141d3f5272a308fa SHA512 
e43f9ba6424370258eecbeba53275553988453ba1e5d665857c5cae9a7238a428e24d2462a33831e83108d17c4d170747f234403ab94251097ed6a4b5b151edd
 WHIRLPOOL 
5977fef019ada796960582ac175f013b83d666d215e02fbba82556bfe76281fff684a77974832be9cb5c81992a267ecefbe0da192fdb534c59786275b3560a62
-DIST chromium-45.0.2454.85-lite.tar.xz 242569440 SHA256 
fafb4792c69c235d6ea85e904df68a64c51783cb338b783a1092b4ea6c888e71 SHA512 
04f482ef18cddaf140224a98189ebd565416e3fe617877d58b2e691fb6030a3c9248720efcb7285cd18a034c345f9a65c677489d8a49f1ac95deafecb9b7d82a
 WHIRLPOOL 
86b382b4dd2406559cef76ae260fcfe26e376bd957be3381b9822f706e8a5fb0ac7240fb00d64858ee1262eec17fadd253acae2b8a9318d3d996fb5d596de665
-DIST chromium-46.0.2490.22-lite.tar.xz 261632508 SHA256 
23a7448cfca032c240262a8d5760f23d9e89bf783ef54467353297856620edb6 SHA512 
8d4f8c4cb2c7a4c3c9fb557b4fb2d34c5d7313a82c84fce340254ae59b5fcbc21b2d7b7723d8dd3f7b717175ac12e87373d0889397f01ce189c5718a7deb6de4
 WHIRLPOOL 
dc1fee05d0acc46f9842281e475d1f9d006216c8d8e264ea3eecee63eb14054ff94ed6dd15e6d690305b08670516888a3361f5a3be8f0189c41472d77f0172bb
-DIST chromium-46.0.2490.42-lite.tar.xz 261753316 SHA256 
8d24a64af63f88d2654141f2db843dbd6a58c3de5a44b31a34e64813080d9501 SHA512 
58681cbc0a99b5c299ea1d17bd8a1681c1c14297fd8d30155b7d1234536791b89f0202de1787c79ff03d978ddc270dc3d9f26fc2fb9cf0aa2a60bd7bf1b9571e
 WHIRLPOOL 
8331c494bdfe793f9a777b30c316321ff40a67d3212f56f12b90568b21dc7f1f9273b0a82e38cdf74387335724047103ec85280320c6965f778e8d18190c7313
 DIST chromium-46.0.2490.71-lite.tar.xz 261722748 SHA256 
28248eea8ee6855e6b5e41ff1cd28d8f5878896c2c388e113e419141c07dcbaf SHA512 
e889739ab2783d617626e113642804c6e92bae08e4192b656c62f5efa57bee8db7eda2edc2e48a2245936f6c1a359ee55847c52a9d63588a0c5253332aeddd71
 WHIRLPOOL 
b33fdc7f46dc90341acdb9cafd4854235479020d722fe6431c2e0e5626634eb0f8e1f34d0bb1f55adbc984c889f60f136f465bcc578005089f3b2b6360b57843
 DIST chromium-47.0.2526.16-lite.tar.xz 302984700 SHA256 
771deecde8d861e6ac7ba125113269566cad6a9dbdcf129eeac1005b38691096 SHA512 
fed1e62c98ec2c21d7ff4b0357fdcd67b536b2bdf9eec3b043dd50127c073749cf8e138e7909481992ab3b4de4a47d34ede3bc348b4dad4964c4c2cd9cf52f84
 WHIRLPOOL 
c45149bb9b91c215be65254680d878c5260ecdfb0a97325fd5726ad67d6fcedae8b70bb158ba1be1e10aed10cb6713625f444a85348c08098f25710df53be239
 DIST chromium-47.0.2526.6-lite.tar.xz 302688196 SHA256 
c794fa33f97b0ab9b77a9438d8ba86cd1311d18241acd53a6f23df058f051279 SHA512 
838ca886e78e03e53bc8c6c9d0bd89d04004a8befc5021cc13cc1ac0b30620cac88d543353518a413ea94be503fcb64c0810b8bd24c706afa64c5e4425e4827e
 WHIRLPOOL 
ee7636c223d63bd46f65da05839af4da369445afe427eefb268066a86c5819385c75cdc1abb8ec9506defe631b0e1ef29b6e71a1d8d7331edc63c3be3a90a82a

diff --git a/www-client/chromium/chromium-45.0.2454.101.ebuild 
b/www-client/chromium/chromium-45.0.2454.101.ebuild
deleted file mode 100644
index c450cda..000
--- a/www-client/chromium/chromium-45.0.2454.101.ebuild
+++ /dev/null
@@ -1,633 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh_CN zh_TW"
-
-inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
-   portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}-lite.tar.xz;
-
-LICENSE="BSD hotwording? ( no-source-code )"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="cups gnome gnome-keyring hidpi hotwording kerberos neon pic 
+proprietary-codecs pulseaudio selinux +tcmalloc"
-RESTRICT="proprietary-codecs? ( bindist )"
-

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

2015-10-19 Thread Julian Ospald
commit: 7deee818dbffc935cb90daf11733a74e59c4d46b
Author: Julian Ospald  gentoo  org>
AuthorDate: Mon Oct 19 11:11:47 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Mon Oct 19 11:12:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7deee818

dev-db/couchdb: add missing inherit on autotools

Gentoo-Bug: 561436

 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
index 506dabe..3f57ed7 100644
--- a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
+++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils multilib pax-utils user
+inherit autotools eutils multilib pax-utils user
 
 DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free 
document-oriented database."
 HOMEPAGE="http://couchdb.apache.org/;



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

2015-10-19 Thread Michael Palimaka
commit: 50c71c2796a2daf93a76f57783e4f16ee7db6997
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Oct 18 14:22:16 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 12:47:44 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=50c71c27

kde-frameworks/kio: Add USE="kwallet", KDE_HANDBOOK

Package-Manager: portage-2.2.23

 kde-frameworks/kio/kio-.ebuild | 9 ++---
 kde-frameworks/kio/metadata.xml| 3 +++
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index 91d7b8c..6b765152 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -5,13 +5,15 @@
 EAPI=5
 
 VIRTUALX_REQUIRED="test"
+KDE_HANDBOOK="true"
+KDE_DOC_DIR="docs"
 KDE_PUNT_BOGUS_DEPS=true
 inherit kde5
 
 DESCRIPTION="Framework providing transparent file and data management"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="acl kerberos X"
+IUSE="acl kerberos +kwallet X"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -29,7 +31,6 @@ COMMON_DEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
@@ -47,10 +48,10 @@ COMMON_DEPEND="
virtual/acl
)
kerberos? ( virtual/krb5 )
+   kwallet? ( $(add_frameworks_dep kwallet) )
X? ( dev-qt/qtx11extras:5 )
 "
 DEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep kdoctools)
dev-qt/qtconcurrent:5
test? ( sys-libs/zlib )
X? (
@@ -72,7 +73,9 @@ RESTRICT="test"
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package acl)
+   $(cmake-utils_use_find_package handbook KF5DocTools)
$(cmake-utils_use_find_package kerberos GSSAPI)
+   $(cmake-utils_use_find_package kwallet KF5Wallet)
$(cmake-utils_use_find_package X X11)
)
 

diff --git a/kde-frameworks/kio/metadata.xml b/kde-frameworks/kio/metadata.xml
index a23f444..570e533 100644
--- a/kde-frameworks/kio/metadata.xml
+++ b/kde-frameworks/kio/metadata.xml
@@ -2,4 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
kde
+   
+   Enable permanent storage of passwords for 
kpasswdserver with kde-frameworks/kwallet
+   
 



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

2015-10-19 Thread Agostino Sarubbo
commit: 66da5fa66e693bbbc60d68b046448790178af46a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:27 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66da5fa6

dev-libs/elfutils: amd64 stable wrt bug #563250

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-libs/elfutils/elfutils-0.163.ebuild 
b/dev-libs/elfutils/elfutils-0.163.ebuild
index a2ae40f..b7322d9 100644
--- a/dev-libs/elfutils/elfutils-0.163.ebuild
+++ b/dev-libs/elfutils/elfutils-0.163.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2-with-exceptions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils zlib"
 
 # This pkg does not actually seem to compile currently in a uClibc



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

2015-10-19 Thread Agostino Sarubbo
commit: 2712b1bc0a37274458c623cbe6a1127d3b70f886
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:34 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2712b1bc

www-client/dillo: amd64 stable wrt bug #562614

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/www-client/dillo/dillo-3.0.5.ebuild 
b/www-client/dillo/dillo-3.0.5.ebuild
index 2006ff9..9db79eb 100644
--- a/www-client/dillo/dillo-3.0.5.ebuild
+++ b/www-client/dillo/dillo-3.0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="doc +gif ipv6 +jpeg +png ssl"
 
 RDEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: 441764b8ea0b2f8227178095950ca998b3a407c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:51 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441764b8

app-text/apvlv: amd64 stable wrt bug #561214

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-text/apvlv/apvlv-0.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/apvlv/apvlv-0.1.5.ebuild 
b/app-text/apvlv/apvlv-0.1.5.ebuild
index 87b91dd..298612f 100644
--- a/app-text/apvlv/apvlv-0.1.5.ebuild
+++ b/app-text/apvlv/apvlv-0.1.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug djvu html"
 
 RDEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: 27c70561d309d802f77c73204aaa26b71fc3de90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c70561

net-firewall/firehol: amd64 stable wrt bug #562504

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-firewall/firehol/firehol-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firehol/firehol-2.0.3.ebuild 
b/net-firewall/firehol/firehol-2.0.3.ebuild
index 182c9eb..eda56e5 100644
--- a/net-firewall/firehol/firehol-2.0.3.ebuild
+++ b/net-firewall/firehol/firehol-2.0.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://firehol.org/download/releases/v${PV}/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="doc"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 RDEPEND="net-firewall/iptables
sys-apps/iproute2[-minimal]



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

2015-10-19 Thread Agostino Sarubbo
commit: f9a59918fd5c39bb7b0e8462e19415db94c6905e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:22 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a59918

app-emulation/simh: amd64 stable wrt bug #560220

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-emulation/simh/simh-3.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/simh/simh-3.9.0-r1.ebuild 
b/app-emulation/simh/simh-3.9.0-r1.ebuild
index 1149d0f..dc64c27 100644
--- a/app-emulation/simh/simh-3.9.0-r1.ebuild
+++ b/app-emulation/simh/simh-3.9.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://simh.trailing-edge.com/sources/${MY_P}.zip;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="net-libs/libpcap"



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

2015-10-19 Thread Agostino Sarubbo
commit: 6483707801d8aa3653d23ac727a581ee3ae10ead
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:57 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64837078

media-sound/gimmix: amd64 stable wrt bug #563302

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild 
b/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild
index dc9f230..6ec20d2 100644
--- a/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild
+++ b/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="cover lyrics taglib"
 
 RDEPEND=">=media-libs/libmpd-0.17



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

2015-10-19 Thread Agostino Sarubbo
commit: a6cfe12cd6bf9eea947383db39ece8fade1756f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:16 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cfe12c

dev-python/wxpython: amd64 stable wrt bug #562482

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/wxpython/wxpython-3.0.2.0.ebuild 
b/dev-python/wxpython/wxpython-3.0.2.0.ebuild
index e3d0ed9..5715e71 100644
--- a/dev-python/wxpython/wxpython-3.0.2.0.ebuild
+++ b/dev-python/wxpython/wxpython-3.0.2.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="wxWinLL-3"
 SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="cairo examples libnotify opengl"
 
 RDEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: 96abd63ea84d783045dbd35faef2d833efac711c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96abd63e

net-irc/ninja: amd64 stable wrt bug #563118

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild 
b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
index be9de0a..b5c4fa8 100644
--- a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
+++ b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://ninja.qoop.org/;
 SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz;
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ncurses ipv6 ssl"
 
 RESTRICT="test"



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

2015-10-19 Thread Agostino Sarubbo
commit: e9537229071296750f924734b0a9465214c10b03
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:09 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9537229

media-libs/libsdl: amd64 stable wrt bug #562978

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-libs/libsdl/libsdl-1.2.15-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild 
b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
index f74f8b9..2c5f1a6 100644
--- a/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.15-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 # WARNING:
 # If you turn on the custom-cflags use flag in USE and something breaks,
 # you pick up the pieces.  Be prepared for bug reports to be marked INVALID.



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

2015-10-19 Thread Agostino Sarubbo
commit: 666ca4361492f356fb88480f08b806c85ae97cf4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:03 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666ca436

net-libs/telepathy-qt: amd64 stable wrt bug #562582

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
index 22f5415..c1796dc 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="debug farstream +qt4 qt5 test"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



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

2015-10-19 Thread Agostino Sarubbo
commit: 7818e3e75e2689701bc44913f69082521d90ea2d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:27:02 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:27:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7818e3e7

media-sound/mpc: amd64 stable wrt bug #563304

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/media-sound/mpc/mpc-0.27.ebuild b/media-sound/mpc/mpc-0.27.ebuild
index b742f1e..459e80f 100644
--- a/media-sound/mpc/mpc-0.27.ebuild
+++ b/media-sound/mpc/mpc-0.27.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="iconv"
 
 RDEPEND=">=media-libs/libmpdclient-2.2



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/

2015-10-19 Thread Agostino Sarubbo
commit: a356d7cb0475b7488027f63df648a05f4aa30638
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:27:14 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:27:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a356d7cb

net-wireless/bluez: amd64 stable wrt bug #563310

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-wireless/bluez/bluez-5.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez/bluez-5.35.ebuild 
b/net-wireless/bluez/bluez-5.35.ebuild
index 49c03c1..385b8cd 100644
--- a/net-wireless/bluez/bluez-5.35.ebuild
+++ b/net-wireless/bluez/bluez-5.35.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="cups debug +obex +readline selinux systemd test +udev"
 
 CDEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: bed3764b7ec113b25f40dc7567f8fa80a7b8d404
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:16 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed3764b

dev-python/cangjie: amd64 stable wrt bug #562650

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/cangjie/cangjie-1.2.ebuild 
b/dev-python/cangjie/cangjie-1.2.ebuild
index eb1e698..9958c44 100644
--- a/dev-python/cangjie/cangjie-1.2.ebuild
+++ b/dev-python/cangjie/cangjie-1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Cangjians/pycangjie/releases/download/v${PV}/cangjie
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="${PYTHON_DEPS}
app-i18n/libcangjie



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

2015-10-19 Thread Agostino Sarubbo
commit: 4402e4d9f57e19dbe646c5ad271b602456feb9e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:51 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4402e4d9

dev-ruby/systemu: amd64 stable wrt bug #562278

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-ruby/systemu/systemu-2.6.5.ebuild 
b/dev-ruby/systemu/systemu-2.6.5.ebuild
index 9837a85..bff6e4d 100644
--- a/dev-ruby/systemu/systemu-2.6.5.ebuild
+++ b/dev-ruby/systemu/systemu-2.6.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/systemu/;
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 all_ruby_install() {



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

2015-10-19 Thread Agostino Sarubbo
commit: fcc7de340f26d4c99efd85d56bae3739c090d9e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:11 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc7de34

app-i18n/libcangjie: amd64 stable wrt bug #562648

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/app-i18n/libcangjie/libcangjie-1.3.ebuild 
b/app-i18n/libcangjie/libcangjie-1.3.ebuild
index f7afc0e..0068346 100644
--- a/app-i18n/libcangjie/libcangjie-1.3.ebuild
+++ b/app-i18n/libcangjie/libcangjie-1.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/Cangjians/libcangjie/releases/download/v${PV}/libcan
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-db/sqlite:3="
 



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-newlife/

2015-10-19 Thread Mikle Kolyada
commit: af35c98c77d2dde14e8d24b51c4359fb0d725ab0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:04:32 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af35c98c

app-leechcraft/lc-newlife: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild 
b/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild
index d606105..f8a2803 100644
--- a/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild
+++ b/app-leechcraft/lc-newlife/lc-newlife-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="New Life imports settings from various other applications into 
LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-secman/

2015-10-19 Thread Mikle Kolyada
commit: 7ce461c8ae850113f338e82eb5b74763a7f846c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:09:34 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce461c8

app-leechcraft/lc-secman: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild 
b/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild
index d3909da..f7c6174 100644
--- a/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild
+++ b/app-leechcraft/lc-secman/lc-secman-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Security and personal data manager for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-ooronee/

2015-10-19 Thread Mikle Kolyada
commit: 3f6664d42d3ce66bb0dc9f9f70816c39c09b0c6b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:04:44 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6664d4

app-leechcraft/lc-ooronee: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild 
b/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild
index 88749dc..de38863 100644
--- a/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild
+++ b/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit eutils leechcraft
 DESCRIPTION="Quark handling text and images droppend onto it"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-pogooglue/

2015-10-19 Thread Mikle Kolyada
commit: f6d14084dd84e72d97df9955398d1a7d057b4b56
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:06:19 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d14084

app-leechcraft/lc-pogooglue: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild 
b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild
index 71c6910..c445500 100644
--- a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild
+++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Provides searching with Google to other LeechCraft plugins"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/, www-apache/mod_gnutls/files/

2015-10-19 Thread Lars Wendler
commit: 2d3ba0825c41f10d2c7d833627fc55402f2c7668
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Oct 19 08:49:30 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Oct 19 08:49:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3ba082

www-apache/mod_gnutls: Bump to version 0.7.1

Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler  gentoo.org>

 www-apache/mod_gnutls/Manifest |  1 +
 .../mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch   | 31 
 www-apache/mod_gnutls/mod_gnutls-0.7.1.ebuild  | 57 ++
 3 files changed, 89 insertions(+)

diff --git a/www-apache/mod_gnutls/Manifest b/www-apache/mod_gnutls/Manifest
index f488876..f94e07a 100644
--- a/www-apache/mod_gnutls/Manifest
+++ b/www-apache/mod_gnutls/Manifest
@@ -1,2 +1,3 @@
 DIST mod_gnutls-0.5.10.tar.bz2 245958 SHA256 
469fea5f2f422c459b4153c1b959d5d62568d3ddf87f90ca6fe880c81b3b8374 SHA512 
c23fb1380565dc90f805fc1e05f8f1dc4544def16e2740548dea0c575a3f5a1d4148ce3dabd886b90b3a275da9955a82789653861892bf311b605622cc96005e
 WHIRLPOOL 
4266b21fcb9f026eeb24d4b26d56ec23b5c29f1cc7e554979c7644d7aeae9666d2cf6c0ecc1d30f9b50aa41063140fe792f900db7430643f2b9f23fe0823cb8c
 DIST mod_gnutls-0.6.tar.gz 70522 SHA256 
5fb2c79fd64f55faabde50c6ba3ef7b959825c8a6130152d00ca18f6d99bc041 SHA512 
95e9d0e9bedaa46c5d74f97b95472f552004321f475679889844c8cd9bcff80780a610358a62ee3829159844f9ea87b525ea23eef0fc2aff028e87760b9563b9
 WHIRLPOOL 
2950abc6e59f8dd5d7fe8ee1b38e3ebd950539f6c880b76bced2ae57d66a312c6abd91c51eedac41709035680938aa27f181d19f1603c70a3310f84fec637e8d
+DIST mod_gnutls-0.7.1.tar.bz2 330390 SHA256 
f20ad0d61131834f9f63cd3a171ce6f0031603efd3a233633433e8f4c946b3be SHA512 
60e82b6c97974a8405dc1c8e429b7ba05c2bd25eda17150df0c4d07b7e2f4edda6b544b4b91431940464ffa5bdcb90a0b7aa1946e1f0a9afc7a89024e20dc2a5
 WHIRLPOOL 
ea1f00d8184e05cf161cdcfc677f46443cffe6a7db160760e0c8bcfddebf8f1bd48af5930b8375add36f8d4dcf141eb1e29dce1c3eae2f9cd3cd73d65f3b67df

diff --git 
a/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch 
b/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch
new file mode 100644
index 000..bc95fee
--- /dev/null
+++ b/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch
@@ -0,0 +1,31 @@
+--- mod_gnutls-0.7.1/m4/apr_memcache.m4
 mod_gnutls-0.7.1/m4/apr_memcache.m4
+@@ -40,23 +40,20 @@
+ if test -n "$apr_memcache_includes"; then
+ apr_memcache_includedir=$apr_memcache_includes
+ elif test -n "$apr_memcache_prefix"; then
+-apr_memcache_includedir=$apr_memcache_prefix/include/apr_memcache-0
++apr_memcache_includedir=$apr_memcache_prefix/include/aprutil-1
+ else
+-apr_memcache_includedir=$includedir/apr_memcache-0
++apr_memcache_includedir=$includedir/aprutil-1
+ fi
+ 
+ CFLAGS="-I$apr_memcache_includedir $CFLAGS"
+ 
+ 
+ AC_CHECK_LIB(
+-apr_memcache,
++aprutil-1,
+ apr_memcache_create,
+ [
+-  APR_MEMCACHE_LIBS="-lapr_memcache"
+-  if test -n "$apr_memcache_libdir"; then
+-  APR_MEMCACHE_LIBS="-R$apr_memcache_libdir -L$apr_memcache_libdir 
$APR_MEMCACHE_LIBS"
+-  fi
+-  APR_MEMCACHE_CFLAGS="-I$apr_memcache_includedir"
++APR_MEMCACHE_LIBS="`apu-1-config --link-ld`"
++APR_MEMCACHE_CFLAGS="`apu-1-config --includes`"
+ ]
+ )
+ 

diff --git a/www-apache/mod_gnutls/mod_gnutls-0.7.1.ebuild 
b/www-apache/mod_gnutls/mod_gnutls-0.7.1.ebuild
new file mode 100644
index 000..08d
--- /dev/null
+++ b/www-apache/mod_gnutls/mod_gnutls-0.7.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit apache-module autotools eutils
+
+DESCRIPTION="mod_gnutls uses GnuTLS to provide SSL/TLS encryption for Apache2, 
similarly to mod_ssl"
+HOMEPAGE="https://mod.gnutls.org/;
+SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND=">=net-libs/gnutls-2.10.0:="
+DEPEND="${CDEPEND}
+   test? ( app-crypt/monkeysphere )"
+RDEPEND="${CDEPEND}"
+
+# Fails because gpg-agent cannot be accessed
+RESTRICT="test"
+
+APACHE2_MOD_CONF="47_${PN}"
+APACHE2_MOD_DEFINE="GNUTLS"
+
+DOCFILES="CHANGELOG NOTICE README"
+
+need_apache2
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-0.7.1-apr_memcache_m4_dirty.patch"
+
+   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+
+   epatch_user
+   eautoreconf
+}
+
+src_configure() {
+   econf --with-apxs="${APXS}"
+}
+
+src_compile() {
+   emake
+}
+
+src_install() {
+   mv -f src/.libs/libmod_gnutls.so src/.libs/${PN}.so
+   keepdir /var/cache/${PN}
+   apache-module_src_install
+}
+
+src_test() {
+   emake -j1 check
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/csv/

2015-10-19 Thread Alexis Ballier
commit: d18c3cd58650768846cc37bfeb2a7b84e1f94134
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Oct 19 08:19:12 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Oct 19 08:19:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18c3cd5

dev-ml/csv: Bump to 1.4.2.

Package-Manager: portage-2.2.23

 dev-ml/csv/Manifest |  1 +
 dev-ml/csv/csv-1.4.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ml/csv/Manifest b/dev-ml/csv/Manifest
index fdd6ac2..49daa87 100644
--- a/dev-ml/csv/Manifest
+++ b/dev-ml/csv/Manifest
@@ -1,3 +1,4 @@
 DIST csv-1.3.0.tar.gz 72014 SHA256 
b381d07fa63e041b5619f12521efbf9b4ce522c839542ff288f6be5cf7ff4421 SHA512 
57fcc356571cd08f30ad4add9e9cebe6a8716f86af9c9387b108250f02b3cffdeda2fabb346dea3c349079653207131f5b462f6a07dd99170b42268f3f17cd8d
 WHIRLPOOL 
2abb194a7fd10fded2125c22f035d855e179e15f5e82a897bad6e5f07f0cf33ccae318822d2310ac1dd60ad2e80c7ea37157d847e130d9075dd1e1e3c1451f78
 DIST csv-1.3.3.tar.gz 75978 SHA256 
0236cf88e49d75a365c9505209a3af21c93f93d0c51eae81bf9dcc6307df1aa7 SHA512 
909500556d72641548b93154704c0cb9b85f269785d9624898a1baad71c02c4f846ea492ec1b9a0a353cb17da5fd9ae1ea66e8d597c4fb695afab143e46126f5
 WHIRLPOOL 
c0b8109cdf90f047a457eb79e93fe68b1f1dec28e908d11657c0ef7538dbd0dfffb0afc856bf7326a89df51e02baa6ce0288f07d95ac0502b4a5659d38e9e269
+DIST csv-1.4.2.tar.gz 83091 SHA256 
d6185e9ef8e600493aa32db3e56c095b7d4912168b027602dce879671734b2e8 SHA512 
efba3ca4d48439dbea241b348d851c12fb0dbd784eece20766a2dc7e7f3675c9de0a98b893bd450dcadce6be9eedeeb933d2cc401cc63b38459136b4fee82e15
 WHIRLPOOL 
80f34d9b33c077ca69a81efbd56e8e665272d167444a5d91b22b226fe005d188c36e523c241fb466952297132a4055a1c42a71e0eac7fc469a8fcad579588e5a
 DIST csv-1.4.tar.gz 81711 SHA256 
5fed7ed6ebadd963993149b807114d8e903db2de09cd51ae2ba754b457b12476 SHA512 
b13a5d11c552a5e5bfe61d3e26a889fca6ec341430c270cc677341d09caf09f4b5975e07b2cc9568c11dff782826593793e78602f646677467990cce8d4d66e9
 WHIRLPOOL 
f72bf8f983e0eb65b3665f6363649126580d3d669f53dc40a71ec42eb91fa0169f813fffe66588c93dab3f7aab329eb20325a601c4a7b8c12d7036c97f68e1f4

diff --git a/dev-ml/csv/csv-1.4.2.ebuild b/dev-ml/csv/csv-1.4.2.ebuild
new file mode 100644
index 000..b74ab2b
--- /dev/null
+++ b/dev-ml/csv/csv-1.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="A pure OCaml library to read and write CSV files"
+HOMEPAGE="https://github.com/Chris00/ocaml-csv;
+SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.txt" "AUTHORS.txt" )



[gentoo-commits] proj/pms:eapi-6 commit in: /

2015-10-19 Thread Ulrich Müller
commit: 9348c479d8079a73d07648164194117566ee41c9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Oct 19 08:26:11 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Oct 19 08:42:52 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=9348c479

EAPI 6, cheat sheet: Replace "function" by "command" in two places.

 eapi-cheatsheet.tex  | 2 +-
 pkg-mgr-commands.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index 6ccc849..99de04e 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -384,7 +384,7 @@ differences between these previous EAPIs.
 true if the USE flag given as its argument is available in the
 ebuild for USE queries.
 See \featureref{in-iuse}.
-\item[\code{get\_libdir}] The \code{get\_libdir} function outputs
+\item[\code{get\_libdir}] The \code{get\_libdir} command outputs
 the \code{lib*} directory basename suitable for the current ABI.
 See \featureref{get-libdir}.
 \item[\code{package*} and \code{use*} in profiles] Instead of

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index c1ef798..049de0e 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -157,7 +157,7 @@ Ebuilds must not run any of these commands once the current 
phase function has r
 \item[eapply\_user] \featurelabel{eapply-user} Takes no arguments. Package 
managers supporting it
 apply user-provided patches to the source tree in the current working 
directory. Exact behaviour
 is implementation defined and beyond the scope of this specification. 
Package managers not
-supporting it must implement the function as a no-op. Only available in 
EAPIs listed in
+supporting it must implement the command as a no-op. Only available in 
EAPIs listed in
 table~\ref{tab:patch-commands} as supporting \t{eapply\_user}. In EAPIs 
where it is supported,
 \t{eapply\_user} must be called exactly once in the \t{src\_prepare} phase.
 \end{description}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/files/

2015-10-19 Thread Bernard Cafarelli
commit: c10c0fdc70840219621339b61c94126c5a9c82da
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 19 09:36:02 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 19 09:36:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10c0fdc

net-ftp/filezilla: fix patches cleanup

The wrong file was removed in 92b578678a2ad86dfff37a9ba024461629785c6f

Package-Manager: portage-2.2.23

 .../filezilla/files/filezilla-3.10.2-debug.patch   | 13 +++
 .../files/filezilla-3.13.0-fzputtygen_interface.h  | 40 --
 2 files changed, 13 insertions(+), 40 deletions(-)

diff --git a/net-ftp/filezilla/files/filezilla-3.10.2-debug.patch 
b/net-ftp/filezilla/files/filezilla-3.10.2-debug.patch
new file mode 100644
index 000..74e3fc3
--- /dev/null
+++ b/net-ftp/filezilla/files/filezilla-3.10.2-debug.patch
@@ -0,0 +1,13 @@
+--- configure.ac.orig  2015-03-03 17:04:56.300296016 +0100
 configure.ac   2015-03-03 17:05:20.739299967 +0100
+@@ -46,8 +46,8 @@
+ if ! test "$localesonly" = "yes"; then
+ 
+   if test "X$GCC" = Xyes; then
+-CFLAGS="$CFLAGS -Wall -g"
+-CXXFLAGS="$CXXFLAGS -Wall -g"
++CFLAGS="$CFLAGS -Wall"
++CXXFLAGS="$CXXFLAGS -Wall"
+   fi
+ 
+   # Check for C++11 support

diff --git a/net-ftp/filezilla/files/filezilla-3.13.0-fzputtygen_interface.h 
b/net-ftp/filezilla/files/filezilla-3.13.0-fzputtygen_interface.h
deleted file mode 100644
index b72d470..000
--- a/net-ftp/filezilla/files/filezilla-3.13.0-fzputtygen_interface.h
+++ /dev/null
@@ -1,40 +0,0 @@
-#ifndef FILEZILLA_FZPUTTYGEN_INTERFACE_HEADER
-#define FILEZILLA_FZPUTTYGEN_INTERFACE_HEADER
-
-#include 
-
-class CFZPuttyGenInterface
-{
-public:
-   CFZPuttyGenInterface(wxWindow* parent);
-   virtual ~CFZPuttyGenInterface();
-   bool LoadKeyFile(wxString& keyFile, bool silent, wxString& comment, 
wxString& data);
-
-   void EndProcess();
-   void DeleteProcess();
-   bool IsProcessCreated();
-   bool IsProcessStarted();
-
-protected:
-   // return -1 on error
-   int NeedsConversion(wxString keyFile, bool silent);
-
-   // return -1 on error
-   int IsKeyFileEncrypted(wxString keyFile, bool silent);
-
-   wxProcess* m_pProcess{};
-   bool m_initialized{};
-   wxWindow* m_parent;
-   
-   enum ReplyCode {
-   success,
-   error,
-   failure
-   };
-
-   bool LoadProcess(bool silent);
-   bool Send(const wxString& cmd);
-   ReplyCode GetReply(wxString& reply);
-};
-
-#endif /* FILEZILLA_FZPUTTYGEN_INTERFACE_HEADER */



[gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/

2015-10-19 Thread Agostino Sarubbo
commit: 9ba326420fd525385b2fc76d0dfd85307cbdac1b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:27:25 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:27:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba32642

www-servers/varnish: amd64 stable wrt bug #562282

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 www-servers/varnish/varnish-4.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/varnish/varnish-4.0.3.ebuild 
b/www-servers/varnish/varnish-4.0.3.ebuild
index 24d34d0..f636adf 100644
--- a/www-servers/varnish/varnish-4.0.3.ebuild
+++ b/www-servers/varnish/varnish-4.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz;
 
 LICENSE="BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips ~x86"
 IUSE="jemalloc jit static-libs"
 
 CDEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: 2de825a13a4d384b35317ee6f59cd10957725e0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:45 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de825a1

net-analyzer/tcpreplay: amd64 stable wrt bug #562276

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild 
b/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild
index 1eeb57f..e70bd4f 100644
--- a/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild
+++ b/net-analyzer/tcpreplay/tcpreplay-4.1.0-r1.ebuild
@@ -11,7 +11,7 @@ LICENSE="BSD GPL-3"
 SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE="debug pcapnav +tcpdump"
 
 DEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: be1cb709bc331620cc6ab6013435c4ad773faad8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:40 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1cb709

dev-ruby/ruby-shadow: amd64 stable wrt bug #562874

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild 
b/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild
index ee6a5ad..0892766 100644
--- a/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild
+++ b/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/apalmblad/ruby-shadow 
http://ttsky.net;
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc ~x86"
 IUSE=""
 
 each_ruby_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-office/lyx/

2015-10-19 Thread Agostino Sarubbo
commit: 054f6244e2512fa7d86c3fc536ad0a0f51e677a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:40 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054f6244

app-office/lyx: amd64 stable wrt bug #562960

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-office/lyx/lyx-2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.1.4.ebuild b/app-office/lyx/lyx-2.1.4.ebuild
index 75f94cc..4188665 100644
--- a/app-office/lyx/lyx-2.1.4.ebuild
+++ b/app-office/lyx/lyx-2.1.4.ebuild
@@ -19,7 +19,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
 IUSE="cups debug nls +latex monolithic-build html rtf dot docbook dia 
subversion rcs svg gnumeric +hunspell aspell enchant"
 
 LANGS="ar ca cs de da el en es eu fi fr gl he hu ia id it ja nb nn pl pt ro ru 
sk sr sv tr uk zh_CN zh_TW"



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

2015-10-19 Thread Agostino Sarubbo
commit: 006edc770f8ced04908ddfc2da25ebadd5d725cb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:58 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006edc77

net-misc/sslh: amd64 stable wrt bug #562754

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/net-misc/sslh/sslh-1.17.ebuild b/net-misc/sslh/sslh-1.17.ebuild
index 01046ac..b92ece0 100644
--- a/net-misc/sslh/sslh-1.17.ebuild
+++ b/net-misc/sslh/sslh-1.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.rutschle.net/tech/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~sh ~x86"
+KEYWORDS="amd64 ~arm ~m68k ~mips ~s390 ~sh ~x86"
 IUSE="caps tcpd"
 
 RDEPEND="caps? ( sys-libs/libcap )



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

2015-10-19 Thread Agostino Sarubbo
commit: 06c5e9325172e1e55c074b4176bf2ce8d8f24ad5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:25:46 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:25:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c5e932

media-sound/qpitch: amd64 stable wrt bug #563132

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-sound/qpitch/qpitch-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qpitch/qpitch-1.0.1-r1.ebuild 
b/media-sound/qpitch/qpitch-1.0.1-r1.ebuild
index 7a02ece..8e0d8d3 100644
--- a/media-sound/qpitch/qpitch-1.0.1-r1.ebuild
+++ b/media-sound/qpitch/qpitch-1.0.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.gna.org/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: b907b9ac5bef1b95c440248ec851df14365fc40c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:34 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b907b9ac

media-sound/mpd: amd64 stable wrt bug #563296

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/media-sound/mpd/mpd-0.19.10.ebuild 
b/media-sound/mpd/mpd-0.19.10.ebuild
index da43a94..5f7f51f 100644
--- a/media-sound/mpd/mpd-0.19.10.ebuild
+++ b/media-sound/mpd/mpd-0.19.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x64-macos"
 IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug +eventfd expat faad
+fifo +ffmpeg flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack
lame mms libav libmpdclient libsamplerate libsoxr +mad mikmod modplug



[gentoo-commits] repo/gentoo:master commit in: net-im/dianara/

2015-10-19 Thread Agostino Sarubbo
commit: 4523810a58c301ab7e4af6452c60d6c0d75c6d46
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:26:27 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:26:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4523810a

net-im/dianara: amd64 stable wrt bug #562654

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-im/dianara/dianara-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dianara/dianara-1.3.1-r1.ebuild 
b/net-im/dianara/dianara-1.3.1-r1.ebuild
index 37dad4c..6dba725 100644
--- a/net-im/dianara/dianara-1.3.1-r1.ebuild
+++ b/net-im/dianara/dianara-1.3.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/dianara/${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2015-10-19 Thread Agostino Sarubbo
commit: 73a207f3aca043ecb52207a98a284f0ca41ee1fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:27:20 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:27:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a207f3

net-misc/dhcpcd-ui: amd64 stable wrt bug #559216

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild 
b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
index 090d530..a7e0678 100644
--- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
+++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://roy.marples.name/downloads/${PN%-ui}/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug gtk gtk3 qt4 libnotify"
 
 REQUIRED_USE="



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

2015-10-19 Thread Agostino Sarubbo
commit: c839b390182816bb4365ac297f5e8fc0b15cd236
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 09:27:08 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 09:27:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c839b390

media-sound/mpdas: amd64 stable wrt bug #563306

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0.ebuild
index cc68699..1e124dd 100644
--- a/media-sound/mpdas/mpdas-0.4.0.ebuild
+++ b/media-sound/mpdas/mpdas-0.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/libmpd



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-vrooby/

2015-10-19 Thread Mikle Kolyada
commit: 6d68077ec10fd85fc66426f40a5be7d57cd51f42
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:12:55 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d68077e

app-leechcraft/lc-vrooby: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild 
b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild
index 257a7a6..a6c5a96 100644
--- a/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild
+++ b/app-leechcraft/lc-vrooby/lc-vrooby-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Vrooby, removable device manager for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-vgrabber/

2015-10-19 Thread Mikle Kolyada
commit: b021f5b78824b837ffb57c99e1e83eb60413f279
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:12:43 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b021f5b7

app-leechcraft/lc-vgrabber: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild 
b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild
index a2d5866..c8537c8 100644
--- a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild
+++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in 
LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-xproxy/

2015-10-19 Thread Mikle Kolyada
commit: 4a16684b1a6c142cd9ec689d6367b3fe5da9caa6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:13:19 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a16684b

app-leechcraft/lc-xproxy: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild 
b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild
index 5253a03..13ea0c3 100644
--- a/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild
+++ b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Provides advanced proxy support features for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-qrosp/

2015-10-19 Thread Mikle Kolyada
commit: 116c00c5c677b502bc1ce4c9bb03dabe1614e2b1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:07:38 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116c00c5

app-leechcraft/lc-qrosp: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild 
b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild
index 0eab39a..b778e51 100644
--- a/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild
+++ b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-networkmonitor/

2015-10-19 Thread Mikle Kolyada
commit: 73922f43d0ccbb839abf2c42231d0d5e7f10678b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:03:59 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73922f43

app-leechcraft/lc-networkmonitor: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild 
b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild
index f75c50b..ef0d96a 100644
--- a/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild
+++ b/app-leechcraft/lc-networkmonitor/lc-networkmonitor-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="NetworkMonitor watches HTTP requests in for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-touchstreams/

2015-10-19 Thread Mikle Kolyada
commit: 3299210e701976391c979dae695b71f5ebb4f66a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:11:55 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3299210e

app-leechcraft/lc-touchstreams: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild 
b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild
index 2dc319b..619ae82 100644
--- a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild
+++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="VKontakte music source plugin for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-scroblibre/

2015-10-19 Thread Mikle Kolyada
commit: 2bd520af224a402ee632f650e58f399d98fbd063
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:09:08 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd520af

app-leechcraft/lc-scroblibre: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild 
b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild
index 4c533a3..bf82722 100644
--- a/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild
+++ b/app-leechcraft/lc-scroblibre/lc-scroblibre-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Submissions API 1.2-compliant scrobbler for services like 
libre.fm"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/leechcraft-meta/

2015-10-19 Thread Mikle Kolyada
commit: af586f2feec1609103d124a8990823ed9c58e855
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:14:18 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af586f2f

app-leechcraft/leechcraft-meta: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild 
b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild
index 8d80ca2..d4afa70 100644
--- a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild
+++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.6.70.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Metapackage containing all ready-to-use LeechCraft 
plugins"
 HOMEPAGE="http://leechcraft.org/;
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 LICENSE="GPL-3"
 IUSE="de"
 



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-tpi/

2015-10-19 Thread Mikle Kolyada
commit: 76602f74f5f77dbb9863b144ef8f5c5e2c708bfc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:12:29 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76602f74

app-leechcraft/lc-tpi: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild 
b/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild
index 3c14547..ff6245c 100644
--- a/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild
+++ b/app-leechcraft/lc-tpi/lc-tpi-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Task progress indicator quark for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-summary/

2015-10-19 Thread Mikle Kolyada
commit: c865983ec4048c645f357a76b12e72a8030bd8d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:10:30 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c865983e

app-leechcraft/lc-summary: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild 
b/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild
index a1035d9..957d168 100644
--- a/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild
+++ b/app-leechcraft/lc-summary/lc-summary-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Summary plugin for Leechcraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-otlozhu/

2015-10-19 Thread Mikle Kolyada
commit: 08a44ef1034a1bdb7f8983654fe9cbeb585074b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:05:07 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a44ef1

app-leechcraft/lc-otlozhu: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild 
b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild
index 2d2e4a8..0194d7f 100644
--- a/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild
+++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Otlozhu, a GTD-inspired ToDo manager plugin for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-sysnotify/

2015-10-19 Thread Mikle Kolyada
commit: b4e8d311d17ac66fa1afe49534a95b5ead54a9fa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:10:46 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e8d311

app-leechcraft/lc-sysnotify: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild 
b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild
index 98ebc1c..a06eb49 100644
--- a/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild
+++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Notifications via system libnotify daemon for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-seekthru/

2015-10-19 Thread Mikle Kolyada
commit: 0f40d63f0bd88d6f79c2d970ded47d653e3fc8eb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:10:03 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f40d63f

app-leechcraft/lc-seekthru: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild 
b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild
index 22c9cf3..6e04956 100644
--- a/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild
+++ b/app-leechcraft/lc-seekthru/lc-seekthru-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="OpenSearch support for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-netstoremanager/

2015-10-19 Thread Mikle Kolyada
commit: 0b2ab55f5a1271193b3eaee716b852103b8fae55
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:03:47 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2ab55f

app-leechcraft/lc-netstoremanager: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild 
b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild
index 083c410..602dd63 100644
--- a/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild
+++ b/app-leechcraft/lc-netstoremanager/lc-netstoremanager-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="LeechCraft plugin for supporting and managing Internet data 
storages like Yandex.Disk"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+googledrive +yandexdisk"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-popishu/

2015-10-19 Thread Mikle Kolyada
commit: 7f5da8467d6725d01126d7f201bb26591697cd6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:06:51 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5da846

app-leechcraft/lc-popishu: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild 
b/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild
index ea37729..41110b2 100644
--- a/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild
+++ b/app-leechcraft/lc-popishu/lc-popishu-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS=" amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-tabsessmanager/

2015-10-19 Thread Mikle Kolyada
commit: 22588dc88b049a69aa133f397d1663e249dec97e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:11:13 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22588dc8

app-leechcraft/lc-tabsessmanager: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild 
b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild
index b4a2ea9..d9598d7 100644
--- a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild
+++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Provides session restore between LeechCraft runs as well as 
manual saves/restores"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-poshuku/

2015-10-19 Thread Mikle Kolyada
commit: df067eeff8fb7e0a62bfcaf9d9e52a5503317d5d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:07:12 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df067eef

app-leechcraft/lc-poshuku: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild 
b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild
index e1b6321..8553a46 100644
--- a/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild
+++ b/app-leechcraft/lc-poshuku/lc-poshuku-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit confutils leechcraft
 DESCRIPTION="Poshuku, the full-featured web browser plugin for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+autosearch debug +dcac +cleanweb +fatape +filescheme +fua +idn 
+keywords +onlinebookmarks
+pcre postgres qrd +sqlite wyfv"
 



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lmp/

2015-10-19 Thread Mikle Kolyada
commit: a0d1a6f0e710566e56b925c7721436aace4fcba9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:14:07 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d1a6f0

app-leechcraft/lc-lmp: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild 
b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
index cca5b5d..5631d54 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug +fradj +graffiti +guess +mpris +mp3tunes potorchu"
 
 # depend on gstreamer:0.10 to match current Qt deps



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-tabslist/

2015-10-19 Thread Mikle Kolyada
commit: cec4aa6454f140ce19f9a97299fd35488ba05438
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:11:32 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec4aa64

app-leechcraft/lc-tabslist: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild 
b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild
index 94d4692..3985bdf 100644
--- a/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild
+++ b/app-leechcraft/lc-tabslist/lc-tabslist-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Quick navigation between tabs in LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-sb2/

2015-10-19 Thread Mikle Kolyada
commit: 8715f1341cd0665b234430085de78345dd2556a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:08:43 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8715f134

app-leechcraft/lc-sb2: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild 
b/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild
index a0f8793..fa1005c 100644
--- a/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild
+++ b/app-leechcraft/lc-sb2/lc-sb2-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Next-generation sidebar for LeechCraft with combined launcher and 
tab switcher, as well as tray area"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-pintab/

2015-10-19 Thread Mikle Kolyada
commit: a451a2eebe7f5de10fe1b4f18ef256b1434304c6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Oct 19 10:05:51 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Oct 19 10:16:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a451a2ee

app-leechcraft/lc-pintab: amd64 stable wrt bug #563420

Package-Manager: portage-2.2.20.1

 app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild 
b/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild
index 850f796..5d39f24 100644
--- a/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild
+++ b/app-leechcraft/lc-pintab/lc-pintab-0.6.70.ebuild
@@ -9,7 +9,7 @@ inherit leechcraft
 DESCRIPTION="Provides support for pinning tabs for LeechCraft"
 
 SLOT="0"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}"



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

2015-10-19 Thread Agostino Sarubbo
commit: aa6f05725f6faff58ca0afce0793448ac033a318
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 19 08:48:41 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 19 08:48:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6f0572

sys-kernel/git-sources: Automated version bump to 4.3_rc6

Package-Manager: portage-2.2.20.1

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-4.3_rc6.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 6acbc62..2b136b7 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-4.3-rc2.xz 6285616 SHA256 
b467915f75047d805d5b9da01d416c420aea3533211
 DIST patch-4.3-rc3.xz 6370684 SHA256 
5fb1f48e05e7523223498dcb319cfbdb5de8211713fae3bab17f75239afc13ab SHA512 
937352ac6ad4e003938635d9fb3fcb8c8c78268b1f9fb55b09623530391ca9f089b64537422dd7f1a3b0d7bb24bbc0ca896532318067a9e5c1e6904dfef8d65d
 WHIRLPOOL 
ea98b91bfefc9f1d3b71c9c3cbf8c2b23ef0a1e3092a05bbe3a7d4dcceb1073e9d361b07bb669fb50e92ae875e230148a66a67c265e6db1ff00c7836bf44e3ed
 DIST patch-4.3-rc4.xz 6415156 SHA256 
8ca3c9cefc9fff22ebe8cd8dba1100fa053ecc2d6197156bf3fe6aeca1570e97 SHA512 
dfc14556e14a0b3ac786b189ede36e79b71ab8711cf635b0be5793d293447d7e45e59dfeed562a3295149a7a23cb03ee6713e35d511a8285d21b7a65e758e356
 WHIRLPOOL 
4251e94d6c31f530bd577cdbdd21f5c79f99a5a3ee124d36bbe347766e380e79e3f5e5585787bf8a808de4c964c799ca2a7f6af853941f0ac50599566fd563b7
 DIST patch-4.3-rc5.xz 6432572 SHA256 
b77ae187707167ac73363ca9ef34dd38552ff0a08d5dc0467460a16bd41582c6 SHA512 
c07c4cd33a3cebb616a35d1aab69d70d046c60f82e317fe2ead733e632ef22e93a39e5181dc3f6261665cc0ec80535246b47e7d37fcb46dc4891efe8bbed4258
 WHIRLPOOL 
7de2dc159da2ee66e2438bd0744210586596e7f6565a97bc61cd0c975e389c23036b206f394404999f985a4393f4d5d5e453933f5a2962e0f9500c0efa4004db
+DIST patch-4.3-rc6.xz 6446876 SHA256 
622b65bb48d11caa34b599f1f89ed9eb5559b8c2dc186b6cf984e30ec0a6f4a3 SHA512 
e6d3b571676afa8a8ede771d999dfb096dc6693dcee86130570f71eee1ee781ff8e4aaab3e361320de82f121604b7faddc4446b160fa8bbb6eb592ee54ea95c3
 WHIRLPOOL 
6f291f2cbf88e9093c662265ebdcb8b93ae9ea34136a692f92d4adb48056c9d5426b8bb9c978a1938b88b483fd640aa4055f6727009fd1ef903e1567dcebc95b

diff --git a/sys-kernel/git-sources/git-sources-4.3_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-4.3_rc6.ebuild
new file mode 100644
index 000..13457db
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.3_rc6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="yes"
+K_BASE_VER="4.2"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.4"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze/files/, kde-plasma/breeze/

2015-10-19 Thread Michael Palimaka
commit: efdb9c17f2b350888383d4ad5011e6e320945092
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Oct 18 22:25:05 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 13:08:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdb9c17

kde-plasma/breeze: Fix breeze-dark icon theme

Package-Manager: portage-2.2.20.1

 kde-plasma/breeze/breeze-5.4.2-r1.ebuild   | 66 ++
 .../files/breeze-5.4.2-fix-breeze-dark.patch   | 23 
 2 files changed, 89 insertions(+)

diff --git a/kde-plasma/breeze/breeze-5.4.2-r1.ebuild 
b/kde-plasma/breeze/breeze-5.4.2-r1.ebuild
new file mode 100644
index 000..21bdadf
--- /dev/null
+++ b/kde-plasma/breeze/breeze-5.4.2-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5 multibuild
+
+DESCRIPTION="Breeze visual style for the Plasma desktop"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/breeze;
+KEYWORDS="~amd64 ~x86"
+IUSE="qt4"
+
+DEPEND="
+   $(add_frameworks_dep frameworkintegration)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_plasma_dep kdecoration)
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   x11-libs/libxcb
+   qt4? (
+   kde-base/kdelibs:4
+   x11-libs/libX11
+   )
+"
+RDEPEND="${DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-breeze-dark.patch" )
+
+pkg_setup() {
+   kde5_pkg_setup
+   MULTIBUILD_VARIANTS=( kf5 $(usev qt4) )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=()
+
+   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+   mycmakeargs+=( -DUSE_KDE4=true )
+   fi
+
+   kde5_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant kde5_src_compile
+}
+
+src_install() {
+   multibuild_foreach_variant kde5_src_install
+}

diff --git a/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch 
b/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch
new file mode 100644
index 000..b6e7eab
--- /dev/null
+++ b/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch
@@ -0,0 +1,23 @@
+From: Harald Sitter 
+Date: Mon, 05 Oct 2015 13:14:00 +
+Subject: Install emotes and mimtetypes directories of the dark icon theme
+X-Git-Url: 
http://quickgit.kde.org/?p=breeze.git=commitdiff=12d8b9a9907b28ba1cbaffc380f4eeae4de9774d
+---
+Install emotes and mimtetypes directories of the dark icon theme
+
+CCMAIL: kain...@gmail.com
+---
+
+
+--- a/icons-dark/CMakeLists.txt
 b/icons-dark/CMakeLists.txt
+@@ -11,7 +11,7 @@
+ 
+ ### install files ###
+ 
+-set( breeze_icon_dark_dirs  actions apps categories devices emblems places 
status)
++set( breeze_icon_dark_dirs  actions apps categories devices emblems emotes 
mimetypes places status)
+ 
+ 
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)
+



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

2015-10-19 Thread Ian Delaney
commit: a163aa4b2fef7f498dfcb51520d5023b7f7528f5
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Oct 19 13:31:02 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Oct 19 13:31:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a163aa4b

dev-python/elasticsearch-py: bump to -1.8.0

add new deps for test phase, re-write of test phase, drop arm keyword
enforced by lack of support by new deps, ebuild submitted by
proxy maintainer via the gentoo bug

Gentoo bug: #563192

Package-Manager: portage-2.2.20.1

 dev-python/elasticsearch-py/Manifest   |  2 +
 .../elasticsearch-py/elasticsearch-py-1.8.0.ebuild | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
index 6999e9a..5399df1 100644
--- a/dev-python/elasticsearch-py/Manifest
+++ b/dev-python/elasticsearch-py/Manifest
@@ -1,3 +1,5 @@
+DIST elasticsearch-1.7.3.tar.gz 28510917 SHA256 
af517611493374cfb2daa8897ae17e63e2efea4d0377d316baa351c1776a2bca SHA512 
0cb6b2ebd77c3d1467f6a22f845bfbf9f4a7c9c9ddedae17aeb6bd2d2bc576171fc80e3a4963e7b890af574e9fd0b0faa152e7f2671a74254826e14fe2554c9f
 WHIRLPOOL 
c86de3076389a9b95cf4d424673edb3c3b1dae0b4470b18b15a5f2e9bde6669a61b8ffd5cc3f7fc3b52f99441915a84b0396a5673ebbc12fec0d83eb41a03c74
 DIST elasticsearch-py-1.4.0.tar.gz 74498 SHA256 
7959787b47c3523e9c9aeffec441091fcd2b293d26c4fd5f576cf84cfb85ef63 SHA512 
dbe51362f68d40e95a0cfefde4feb8d9d9c61b4f4795cbf69fd70bf981f290812ebac19a20ae8594cc39ac46a3c35ddfe450ff436fca0fada060736128478cf7
 WHIRLPOOL 
a6730b1201048f82aed6e63b7e73f38150002dd9889c575c9edf52834bc6f9a8256977ac27b092f3865074e4699729cc766564a4b731766d77d6a6de6324
 DIST elasticsearch-py-1.5.0.tar.gz 77037 SHA256 
275eaeb2f64c8eba8691d953ac0d8a16e4f759d9cad797323b7cbd0ef87a69ce SHA512 
10d473a221be3deb086dca0c5463324647e38f8be4f4bbea934079b002f1414d30c98976c56fd2fc55c97d24ed2338137a9983194e8bf82c95cc70321ee5ee86
 WHIRLPOOL 
3aa83b9bfd5363ea39baf58cc7bdaaa9606085e471e7e683518cf707642fc9a514264c51cf3e296db071a2a5333f58b8e1335bc4473477df9d085bea63c584ba
 DIST elasticsearch-py-1.6.0.tar.gz 77205 SHA256 
59dd03284ab7314e5eb50d13ba92df65efb93778ca318906baad5776b152aff7 SHA512 
09cdec0b3f50707b9a5e11534fe28507db669e4da44bbda1952d07b6ac8e3aea0c0c05297db26d9425c2247724681fa4e5485e9525571ff64f070e700a9a9b07
 WHIRLPOOL 
04f43a848cc811d1bee22d2bf7931a4348fb4a455172e381bedad5179d72313320009cb8b2dfdadb252aacc13cc1a4ef15b311488401d6b2bc23e242272bb74b
+DIST elasticsearch-py-1.8.0.tar.gz 73848 SHA256 
9394a1eef66223f8292f005bbe0c2309df10f76e8065823966e045e5e0a76cb3 SHA512 
c4ca91db0fd1094dd02b1a9e7ca94f11c4c528373a71f180c5e256efdf53515802fc854866dcb7077e2f5c6300ee88cb80fd6c766e22f1f76357a0b970e1444d
 WHIRLPOOL 
b3cfd3011e97cfe97690a784e896dc794ece747ed1b82e1a3b1731b9dda25f38011ef4e0dd8271a514f31a85fb35349877baa2ce66908f908c5c7470412a23ef

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild
new file mode 100644
index 000..73ae13b
--- /dev/null
+++ b/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+
+ES_VERSION="1.7.3"
+
+inherit distutils-r1
+
+DESCRIPTION="official Python low-level client for Elasticsearch"
+HOMEPAGE="http://elasticsearch-py.rtfd.org/;
+SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="examples doc test"
+
+RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}]
+   > ${ES}/config/elasticsearch.yml
+
+   # start local instance of elasticsearch
+   ${ES}/bin/elasticsearch -d -p ${PID}
+
+   for i in `seq 10`; do
+   grep -q "started" ${ES_LOG} 2> /dev/null
+   if [ $? -eq 0 ]; then
+   einfo "Elasticsearch started"
+   eend 0
+   break
+   elif grep -q 'BindException\[Address already in use\]' 
"${ES_LOG}" 2>/dev/null; then
+   eend 1
+   eerror "Elasticsearch already running"
+   die "Cannot start Elasticsearch for tests"
+   else
+   einfo "Waiting for Elasticsearch"
+   eend 1
+   sleep 2
+   continue
+   fi
+   done
+
+   export TEST_ES_SERVER="localhost:${ES_PORT}"
+   esetup.py test
+
+   pkill -F ${PID}
+}
+
+python_compile_all() {
+   cd docs || die
+   emake man $(usex doc html "")
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( 

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

2015-10-19 Thread Sebastian Pipping
commit: 7eb2f212c1912796289d0732764dba5ef3976ea3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Oct 19 14:14:43 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Oct 19 14:15:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb2f212

x11-misc/fireflies: Fix dependencies (bug #563204)

Package-Manager: portage-2.2.23

 x11-misc/fireflies/fireflies-2.07-r2.ebuild | 2 +-
 x11-misc/fireflies/fireflies-2.08-r1.ebuild | 2 +-
 x11-misc/fireflies/fireflies-2.08.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/fireflies/fireflies-2.07-r2.ebuild 
b/x11-misc/fireflies/fireflies-2.07-r2.ebuild
index aeb090b..80b6f5d 100644
--- a/x11-misc/fireflies/fireflies-2.07-r2.ebuild
+++ b/x11-misc/fireflies/fireflies-2.07-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[X]
+RDEPEND="media-libs/libsdl[X,opengl,video]
virtual/glu
virtual/opengl
x11-libs/libX11"

diff --git a/x11-misc/fireflies/fireflies-2.08-r1.ebuild 
b/x11-misc/fireflies/fireflies-2.08-r1.ebuild
index a0ee6ed..b4b7621 100644
--- a/x11-misc/fireflies/fireflies-2.08-r1.ebuild
+++ b/x11-misc/fireflies/fireflies-2.08-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[X]
+RDEPEND="media-libs/libsdl[X,opengl,video]
virtual/glu
virtual/opengl
x11-libs/libX11"

diff --git a/x11-misc/fireflies/fireflies-2.08.ebuild 
b/x11-misc/fireflies/fireflies-2.08.ebuild
index ad6dd4b..dcbe134 100644
--- a/x11-misc/fireflies/fireflies-2.08.ebuild
+++ b/x11-misc/fireflies/fireflies-2.08.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
-RDEPEND="media-libs/libsdl[X]
+RDEPEND="media-libs/libsdl[X,opengl,video]
virtual/glu
virtual/opengl
x11-libs/libX11"



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

2015-10-19 Thread Michael Palimaka
commit: db590782d7da8ffb90695a6fb23fa4ede6136f98
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Oct 19 14:21:45 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 14:22:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db590782

kde-frameworks/frameworkintegration: revision bump to solve crash after 
upgrading Qt

Package-Manager: portage-2.2.20.1

 ...gration-5.15.0.ebuild => frameworkintegration-5.15.0-r1.ebuild} | 1 +
 .../frameworkintegration/frameworkintegration-5.15.0.ebuild| 7 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild
similarity index 98%
copy from kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild
copy to 
kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild
index 0c41d1b..076b02c 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+QT_MINIMAL="5.5.1"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild
index 0c41d1b..08ee464 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild
@@ -25,9 +25,10 @@ RDEPEND="
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
+   

[gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/, lxqt-base/liblxqt/files/

2015-10-19 Thread Michael Palimaka
commit: e7040dc794ae9ab66387ceded07e99e3ebd75feb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Oct 19 15:28:58 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 19 15:29:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7040dc7

lxqt-base/liblxqt: backport patch from upstream fixing build with Qt 5.5

Package-Manager: portage-2.2.20.1

 lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch | 22 ++
 lxqt-base/liblxqt/liblxqt-0.9.0.ebuild   |  2 ++
 2 files changed, 24 insertions(+)

diff --git a/lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch 
b/lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch
new file mode 100644
index 000..c356dd3
--- /dev/null
+++ b/lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch
@@ -0,0 +1,22 @@
+From 7303ea207de0771d6f450a31ec4a1ce69202869b Mon Sep 17 00:00:00 2001
+From: rezso 
+Date: Sun, 5 Jul 2015 18:46:13 +0200
+Subject: [PATCH] fix build with qt 5.5
+
+(lxqtnotification.h:43:5: error: 'Q_OBJECT' does not name a type)
+---
+ lxqtnotification.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lxqtnotification.h b/lxqtnotification.h
+index 4334a55..2d74504 100644
+--- a/lxqtnotification.h
 b/lxqtnotification.h
+@@ -25,6 +25,7 @@
+ #ifndef LXQTNOTIFICATION_H
+ #define LXQTNOTIFICATION_H
+ 
++#include 
+ #include 
+ #include "lxqtglobals.h"
+ 

diff --git a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild 
b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild
index 77deedc..e51251a 100644
--- a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild
@@ -32,6 +32,8 @@ DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt55.patch" )
+
 pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
[[ $(gcc-version) < 4.8 ]] && \



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

2015-10-19 Thread Bernard Cafarelli
commit: 9fba2ed7bc52047ecd71299dc29a8670df274241
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 19 14:46:49 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 19 14:46:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fba2ed7

sys-devel/llvm: adjust llvm[ocaml] blocker, thanks uzu

Package-Manager: portage-2.2.23

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

diff --git a/sys-devel/llvm/llvm-3.7.0-r2.ebuild 
b/sys-devel/llvm/llvm-3.7.0-r2.ebuild
index 82c0d64..c63f370 100644
--- a/sys-devel/llvm/llvm-3.7.0-r2.ebuild
+++ b/sys-devel/llvm/llvm-3.7.0-r2.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND="
>=dev-lang/ocaml-4.00.0:0=
dev-ml/findlib
dev-ml/ocaml-ctypes
-   !!<=sys-devel/llvm-3.7.0-r2[ocaml] )"
+   !!<=sys-devel/llvm-3.7.0-r1[ocaml] )"
 # configparser-3.2 breaks the build (3.3 or none at all are fine)
 DEPEND="${COMMON_DEPEND}
dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2015-10-19 Thread Mike Gilbert
commit: 5f0c7f9122af2fb3a9b936aa1c14920e617f1e4c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 19 14:54:11 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 14:55:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0c7f91

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.23_p4

 www-plugins/chrome-binary-plugins/Manifest| 8 
 ...ha1.ebuild => chrome-binary-plugins-47.0.2526.16_beta1.ebuild} | 0
 ...ta1.ebuild => chrome-binary-plugins-48.0.2535.0_alpha1.ebuild} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 0295613..2564f95 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,6 +1,6 @@
-DIST google-chrome-beta_46.0.2490.64-1_amd64.deb 47216802 SHA256 
87def8cb17a58b50ea5f048bdf3d23ce2a2ca3b0e73b95c21956a503f1d81bd5 SHA512 
a8efd58eae215ecaea0841d11b1b9cee99229b5486412c95e031d26b2d600e04e7e603470fb42c10cbf7deb69e95483510d6abab4f8af479d8afb6be1889cb30
 WHIRLPOOL 
9b633273d6ee84799eeb0c78a61a4b9fa3babfc1a9cb13ff6f0cfb6be7648aecaffd65f55cd466a38634beaf2986829f6bf3c89eeea2f259539159733befbade
-DIST google-chrome-beta_46.0.2490.64-1_i386.deb 46756938 SHA256 
a465c8ce96dff605e532b92bade2628e6a5b7b7f206ab97716bf64a039b33d48 SHA512 
7321ef2851bc91b093b34446d603ad8267c012149b6b95941d4418f143b1ecf7a2941b1591034b6f02947aaca381beab0ef1a7dedcd367b2dccb93d3e32e1c8f
 WHIRLPOOL 
2661821a0b2af6f7aa002e2c7e4f7e07db6883b5db4f79cc78abb84914c490b8c79c83c0c8096dcf283cd87e3a06bb6bfdae060fed5c30e4bf77ca96d679b3cf
+DIST google-chrome-beta_47.0.2526.16-1_amd64.deb 47459896 SHA256 
14f68a8f849c929b47bdda112331427dc0f7d1659432f3589ef15603d873b8db SHA512 
ff081188efd4afe7446eb4df9dbc292d281b9775b54ff1a77a7ade6cdd9a2bb5257f918f1907cfda95bd01c8a9332c3ebe62b6bebff375f900f16557d20ab76b
 WHIRLPOOL 
7be3e86a9e36e4baa6a198af07b19590312b983b4f38d54b13659f8f12e99635d5881cec8bba3153392724cbdfb7e2b422726ab4e782b32ed0e024b7f16bd7f5
+DIST google-chrome-beta_47.0.2526.16-1_i386.deb 46820172 SHA256 
a5fe7b98413a6e5b0b4747576aaeb947a57e2751380741ab5159eca21132de2a SHA512 
2ddc79ae9910d3810b41549b9dd7e501dab176ae7e562eb9a3a235ff01632fb9a0dcf216cb5c619bd6f41475ccb37d7b977c107eb8e374914472613b0e8b4932
 WHIRLPOOL 
6ee0ac0436688986fa85d398672dbad1f58c9c81fddcf53f37b6eefa821ef7ecc26be5f6832d83f865fef5ba6995f0966453eea6f664bdda8741ef69fb6cd56a
 DIST google-chrome-stable_46.0.2490.71-1_amd64.deb 46987242 SHA256 
d70e55812164bf4f35f629af302ee53fc771ee4e00ffd26205e6541f3b6c8a96 SHA512 
eb1ac7c4336d5400fd3ed50767bfc04f4e045345a9d7702154c2ae11cb2ac377cc22b6b0f1f9dcee1245cf57671bb1460fc3f30b882b797635ca76f08c1731a8
 WHIRLPOOL 
a174d60bda0cd8e6e3a90ee3125bfc467064208b7f48803afb19cba4b4f1e6dbfb909dc2b46cd13606bc568dbcff7a815ba0086d5dd1fa0d49e81c56eec85dbb
 DIST google-chrome-stable_46.0.2490.71-1_i386.deb 46770472 SHA256 
4e931cedefb37ce905c51075c4a328202bfc97ec06eae37ff3b3fe26c6632aec SHA512 
f38b88c365afab4ed1d6a3e04a1b5c3e1ed1763a922e6f52f029afb9b95f724df331b8788343f407d0434999265ce6a9f60c04d6d8a293bc05299af08bd6029c
 WHIRLPOOL 
83ae90f1b7418fdbb9d362bc5d9d3b8a38dc2d3e1d3776aca19d1baf9b525b5aceec5b8d194c0f3e1b2e9d1dcc04fa1dedef7ca2de9325b14aa890e79ff8d12d
-DIST google-chrome-unstable_47.0.2526.16-1_amd64.deb 47465764 SHA256 
655c88fde4cc4e9646c1544703e4c6034960bed41ba04e640eab09b928561e29 SHA512 
35ec1d821b9e98035cc5a9524f428d65fa85af1b30c17414f9951437804162b4a8f97f7e57856ea4d8bec7b406202b799dc81b2a69c1c3045b20380560a1bd90
 WHIRLPOOL 
26da90bae8d2f43912891b51ac5f9b51a1915304211d38544761f8ee96c2415aa499336a19da2a708e8b6f11612b13cf2f0742f22478944bb7724de6c39551ae
-DIST google-chrome-unstable_47.0.2526.16-1_i386.deb 46807966 SHA256 
fcad6c38f35a64cb2bdb016b3400baa18976d71daf24c9f4fd809e600bd43ce0 SHA512 
752e5d57753727f0c75a79232f238f839165f9d7dfd68917a1cff0db94287d52d71a4156f8df3b9fdbbd621568598229b8831a2e3303aa11c4ef625c6ede3e72
 WHIRLPOOL 
0b8c7373ed81743af302fb91dbb928c064ee40cd5a9deca756f8e836023d34f04539fd47eabd30871652c1d87bc3b1bcaf8b1c7179e46d7d2db94c0e0e36dc1f
+DIST google-chrome-unstable_48.0.2535.0-1_amd64.deb 47698618 SHA256 
a107c14521652ffacced9754c039121ac027c25f0b568bceae0b85a2f5b9b5f5 SHA512 
fedeea38d7d67b261fe591c64f2ce132e3cfa79ceb7b877dda4af002ba76f5b01f72e324ee1ca62d762cc1fbafdc20905f0405cd47bef78208b0b225829468c4
 WHIRLPOOL 
ed4c03801275042fc3ce4665588d83db6b725a96ccd3b1f0c456c87b087ff2bb4fdffe516f5b68778500b23ff6c91533b1a865c13e31f219f735cb4dfce3326f
+DIST google-chrome-unstable_48.0.2535.0-1_i386.deb 46985194 SHA256 
2bc818bb6482c9974137fb79d8d456cab76061561daa45a7642c63e2408383b9 SHA512 
825f2202391a9fac791fd787d39de8f786251e1074057c41ad9ddd57c59bbc62a96d1bef31ea0de06a8a7bb0687b96a4bde7487a943cca98b8524a1a010daf1a
 WHIRLPOOL 

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

2015-10-19 Thread Mike Gilbert
commit: 3afae64ebeed54a357e7ccc2caf8217f62f24227
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 19 14:54:45 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 14:55:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afae64e

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.2.23_p4

 www-client/google-chrome-beta/Manifest| 4 ++--
 0.2490.64_p1.ebuild => google-chrome-beta-47.0.2526.16_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index a8f98d0..9c06977 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-beta_46.0.2490.64-1_amd64.deb 47216802 SHA256 
87def8cb17a58b50ea5f048bdf3d23ce2a2ca3b0e73b95c21956a503f1d81bd5 SHA512 
a8efd58eae215ecaea0841d11b1b9cee99229b5486412c95e031d26b2d600e04e7e603470fb42c10cbf7deb69e95483510d6abab4f8af479d8afb6be1889cb30
 WHIRLPOOL 
9b633273d6ee84799eeb0c78a61a4b9fa3babfc1a9cb13ff6f0cfb6be7648aecaffd65f55cd466a38634beaf2986829f6bf3c89eeea2f259539159733befbade
-DIST google-chrome-beta_46.0.2490.64-1_i386.deb 46756938 SHA256 
a465c8ce96dff605e532b92bade2628e6a5b7b7f206ab97716bf64a039b33d48 SHA512 
7321ef2851bc91b093b34446d603ad8267c012149b6b95941d4418f143b1ecf7a2941b1591034b6f02947aaca381beab0ef1a7dedcd367b2dccb93d3e32e1c8f
 WHIRLPOOL 
2661821a0b2af6f7aa002e2c7e4f7e07db6883b5db4f79cc78abb84914c490b8c79c83c0c8096dcf283cd87e3a06bb6bfdae060fed5c30e4bf77ca96d679b3cf
+DIST google-chrome-beta_47.0.2526.16-1_amd64.deb 47459896 SHA256 
14f68a8f849c929b47bdda112331427dc0f7d1659432f3589ef15603d873b8db SHA512 
ff081188efd4afe7446eb4df9dbc292d281b9775b54ff1a77a7ade6cdd9a2bb5257f918f1907cfda95bd01c8a9332c3ebe62b6bebff375f900f16557d20ab76b
 WHIRLPOOL 
7be3e86a9e36e4baa6a198af07b19590312b983b4f38d54b13659f8f12e99635d5881cec8bba3153392724cbdfb7e2b422726ab4e782b32ed0e024b7f16bd7f5
+DIST google-chrome-beta_47.0.2526.16-1_i386.deb 46820172 SHA256 
a5fe7b98413a6e5b0b4747576aaeb947a57e2751380741ab5159eca21132de2a SHA512 
2ddc79ae9910d3810b41549b9dd7e501dab176ae7e562eb9a3a235ff01632fb9a0dcf216cb5c619bd6f41475ccb37d7b977c107eb8e374914472613b0e8b4932
 WHIRLPOOL 
6ee0ac0436688986fa85d398672dbad1f58c9c81fddcf53f37b6eefa821ef7ecc26be5f6832d83f865fef5ba6995f0966453eea6f664bdda8741ef69fb6cd56a

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-46.0.2490.64_p1.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-47.0.2526.16_p1.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-46.0.2490.64_p1.ebuild
rename to 
www-client/google-chrome-beta/google-chrome-beta-47.0.2526.16_p1.ebuild



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

2015-10-19 Thread Mike Gilbert
commit: d2a7ccac892d2e914195fe4c15d042c8c2c87f18
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 19 14:54:35 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Oct 19 14:55:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a7ccac

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.23_p4

 www-client/google-chrome-unstable/Manifest| 4 ++--
 ...2526.16_p1.ebuild => google-chrome-unstable-48.0.2535.0_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e86b8ac..aca7666 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-unstable_47.0.2526.16-1_amd64.deb 47465764 SHA256 
655c88fde4cc4e9646c1544703e4c6034960bed41ba04e640eab09b928561e29 SHA512 
35ec1d821b9e98035cc5a9524f428d65fa85af1b30c17414f9951437804162b4a8f97f7e57856ea4d8bec7b406202b799dc81b2a69c1c3045b20380560a1bd90
 WHIRLPOOL 
26da90bae8d2f43912891b51ac5f9b51a1915304211d38544761f8ee96c2415aa499336a19da2a708e8b6f11612b13cf2f0742f22478944bb7724de6c39551ae
-DIST google-chrome-unstable_47.0.2526.16-1_i386.deb 46807966 SHA256 
fcad6c38f35a64cb2bdb016b3400baa18976d71daf24c9f4fd809e600bd43ce0 SHA512 
752e5d57753727f0c75a79232f238f839165f9d7dfd68917a1cff0db94287d52d71a4156f8df3b9fdbbd621568598229b8831a2e3303aa11c4ef625c6ede3e72
 WHIRLPOOL 
0b8c7373ed81743af302fb91dbb928c064ee40cd5a9deca756f8e836023d34f04539fd47eabd30871652c1d87bc3b1bcaf8b1c7179e46d7d2db94c0e0e36dc1f
+DIST google-chrome-unstable_48.0.2535.0-1_amd64.deb 47698618 SHA256 
a107c14521652ffacced9754c039121ac027c25f0b568bceae0b85a2f5b9b5f5 SHA512 
fedeea38d7d67b261fe591c64f2ce132e3cfa79ceb7b877dda4af002ba76f5b01f72e324ee1ca62d762cc1fbafdc20905f0405cd47bef78208b0b225829468c4
 WHIRLPOOL 
ed4c03801275042fc3ce4665588d83db6b725a96ccd3b1f0c456c87b087ff2bb4fdffe516f5b68778500b23ff6c91533b1a865c13e31f219f735cb4dfce3326f
+DIST google-chrome-unstable_48.0.2535.0-1_i386.deb 46985194 SHA256 
2bc818bb6482c9974137fb79d8d456cab76061561daa45a7642c63e2408383b9 SHA512 
825f2202391a9fac791fd787d39de8f786251e1074057c41ad9ddd57c59bbc62a96d1bef31ea0de06a8a7bb0687b96a4bde7487a943cca98b8524a1a010daf1a
 WHIRLPOOL 
50374395238e4607638cea82bb62bfc42c6475f937385755696ba1a8da7b7e8560c65811743cabe64d4aba46c10c3ea372ecd16eac23a2d3df2ac764a9e5d4d3

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



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

2015-10-19 Thread Bernard Cafarelli
commit: 8fa051e25fcb530334c5059ef223ca7964eb802d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Oct 19 14:51:27 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Oct 19 14:51:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa051e2

x11-libs/libdockapp: version bump

Package-Manager: portage-2.2.23

 x11-libs/libdockapp/Manifest|  1 +
 x11-libs/libdockapp/libdockapp-0.7.1.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/x11-libs/libdockapp/Manifest b/x11-libs/libdockapp/Manifest
index 0f63452..3e13c65 100644
--- a/x11-libs/libdockapp/Manifest
+++ b/x11-libs/libdockapp/Manifest
@@ -1,3 +1,4 @@
 DIST libdockapp-0.6.1.tar.bz2 155920 SHA256 
eacae024ce6f2bdaba50f18bd18a27a9b4a3e290300f92048fdb11ebd273bd9f SHA512 
bb0282db7b02fa1acd4456636f9b20eae98e6f1f1aae552016a103a7d75a712a689d111abd5502302cbc0eacade8235a74c6fad9f1e6548c5411b1c4c18b09ce
 WHIRLPOOL 
f2b655882747c43f95beaf190d18039bbaaa507a86f6858843a0687fd1ff6e0c6b9a4c0770e730b162c6e6a8f5c03c4c209621af2c35f22d7048880672d44a33
 DIST libdockapp-0.6.4.tar.gz 32200 SHA256 
188e95f093a79746450294a6d9a7be74bfa658215a7f617eb1b63a2bb013fae7 SHA512 
8246434de903f113888dd7ef21c27d4bd3991d901b453963c696e5474082f5295de80b00f09d690de8a4a7fbbfa174d1727e138714015ddfbd39b8348e064c6f
 WHIRLPOOL 
2e13efca76d879e9f5d86043e5d9570dad7e212dae6020356644bfa57d26cdb7d421f7a6b671843d396ea26ea18025286c4c6aaf00f59869f93d7211a94cdd7e
 DIST libdockapp-0.7.0.tar.gz 39051 SHA256 
03392b1b393089c696fdf448b489167191df2b7edf61f86d4354a327db8de15a SHA512 
853564de3181a34b38c05d93df0faa4a142f66d82513af17689a6485f56b1f68436a9c85eb23332d9d0acb0069a08e30eedb60bd70896963810669a0d3980247
 WHIRLPOOL 
40ba54fcf62fc80c307f1dc2b912a91b6ac1b0b02ffe10fc6dae5f918e020edd0eb1c902174d4a4bf23721cd055dfb1b825ac49267f93396a9d6d33eba72953c
+DIST libdockapp-0.7.1.tar.gz 40070 SHA256 
d74e54fab837b4c353431d07cd06689be2eeb75d46eb39498b6c80933a3aa942 SHA512 
e020b4404f9fd1835aa06295de59695b2fa9a49a456962d188e8cba9ecdc3ab5c2af26dfce69991af007458b3ba7e9332d0aafd9cd1e1cb789ea522ffd3e4e6e
 WHIRLPOOL 
683659ea97e37a93c93e5f72b1ccf696f40f2499d3b975fd4b717079b8bd1d8b5eb4c1677c9fe2033eb51e3cf86f5cd57a61551c2462b9c34b36edd6391ea1f3

diff --git a/x11-libs/libdockapp/libdockapp-0.7.1.ebuild 
b/x11-libs/libdockapp/libdockapp-0.7.1.ebuild
new file mode 100644
index 000..dac52b3
--- /dev/null
+++ b/x11-libs/libdockapp/libdockapp-0.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools font
+
+DESCRIPTION="Window Maker Dock Applet Library"
+HOMEPAGE="http://windowmaker.org/dockapps/?name=wmclock;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE="MIT public-domain"
+SLOT="0/3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+# Required for font eclass
+IUSE="+X"
+REQUIRED_USE="X"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"
+
+FONT_S=${S}/fonts
+FONT_SUFFIX="gz"
+DOCS="README ChangeLog NEWS AUTHORS"
+
+src_prepare()
+{
+   eautoreconf
+}
+
+src_configure()
+{
+   # Font installation handled by font eclass
+   econf --without-font --without-examples
+}
+
+src_install()
+{
+   emake DESTDIR="${D}" install
+   font_src_install
+}



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

2015-10-19 Thread Ian Delaney
commit: d4637b58279ff748ad885bc752867e6ee1659d06
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Oct 19 15:32:35 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Oct 19 15:33:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4637b58

net-analyzer/monitoring-plugins: bump to -2.1.2

ebuild submitted by proxy maintainer via the gentoo bug.
rewrite of test phase, correction of qa issue re the build by gcc,
substitute opensll support with that of libresll

Gentoo bug: #563224

Package-Manager: portage-2.2.20.1

 net-analyzer/monitoring-plugins/Manifest   |   1 +
 .../monitoring-plugins-2.1.2.ebuild| 101 +
 2 files changed, 102 insertions(+)

diff --git a/net-analyzer/monitoring-plugins/Manifest 
b/net-analyzer/monitoring-plugins/Manifest
index 734f671..7be3afa 100644
--- a/net-analyzer/monitoring-plugins/Manifest
+++ b/net-analyzer/monitoring-plugins/Manifest
@@ -1 +1,2 @@
 DIST monitoring-plugins-2.1.1.tar.gz 2612331 SHA256 
44dbace8033eafb716cc501bfef26ca9071ae3d0329b2c118bd0230fd98dd1d3 SHA512 
0b5d0aefe4aab938287509fcd20c0bb5a1e79848ef85127bbf33d365e62fd9442d230dc4ac605e5d815b68827550485a2b01973b7527d7e611b0821199ed60aa
 WHIRLPOOL 
8355cec22b8ea540a149f65ea74d16890475b2799db564109ea790fe6d3c2dc9b42af2103594048ea9e6ee3de4041fcc8c45805e53f23de5b8b56e89b77b8ba8
+DIST monitoring-plugins-2.1.2.tar.gz 2613060 SHA256 
76c6b58f0867ab7b6c8c86c7e94fcce7183618f6daab63488990d0355f5600aa SHA512 
845eb7636691aa5402119384c3d4256969e959fbc29ef5257c24fc4c21536cad3dade30747f36c9ad998cb37df0f325df66ea679d3d5b96c2993b59a9a325fed
 WHIRLPOOL 
aea22e1a3d3c7622b4645118cf8b5d499882bd30b6af8bdd81287fb99fe42bff7f906b54fda411ac2c33ff6e42872a6ea6af4dcd7611bdc95d308c0fcd954e43

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild
new file mode 100644
index 000..853de30
--- /dev/null
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic multilib user
+
+DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu"
+HOMEPAGE="https://www.monitoring-plugins.org/;
+SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnutls ipv6 ldap libressl mysql dns fping game postgres samba snmp ssh 
+ssl"
+
+# Most of the plugins use automagic dependencies, i.e. the plugin will
+# get built if the binary it uses is installed. For example, check_snmp
+# will be built only if snmpget from net-analyzer/net-snmp[-minimal] is
+# installed. End result: most of our runtime dependencies are required
+# at build time as well.
+#
+# REAL_DEPEND contains the dependencies that are actually needed to
+# build. DEPEND contains those plus the automagic dependencies.
+#
+REAL_DEPEND="dev-lang/perl
+   ldap? ( net-nds/openldap )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )
+   ssl? (
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   gnutls? ( net-libs/gnutls )
+   )"
+
+DEPEND="${REAL_DEPEND}
+   dns? ( net-dns/bind-tools )
+   game? ( games-util/qstat )
+   fping? ( net-analyzer/fping )
+   samba? ( net-fs/samba )
+   ssh? ( net-misc/openssh )
+   snmp? ( dev-perl/Net-SNMP
+   net-analyzer/net-snmp[-minimal] )"
+
+# Basically everything collides with nagios-plugins.
+RDEPEND="${DEPEND}
+   !net-analyzer/nagios-plugins"
+
+# At least one test is interactive.
+RESTRICT="test"
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # Use an array to prevent econf from mangling the ping args.
+   local myconf=()
+
+   if use ssl; then
+   myconf+=( $(use_with !gnutls openssl /usr)
+ $(use_with gnutls gnutls /usr) )
+   else
+   myconf+=( --without-openssl )
+   myconf+=( --without-gnutls )
+   fi
+
+   # The autodetection for these two commands can hang if localhost is
+   # down or ICMP traffic is filtered. Bug #468296.
+   myconf+=( --with-ping-command="/bin/ping -n -U -w %d -c %d %s" )
+
+   if use ipv6; then
+   myconf+=( --with-ping6-command="/bin/ping6 -n -U -w %d -c %d 
%s" )
+   fi
+
+   econf \
+   $(use_with mysql) \
+   $(use_with ipv6) \
+   $(use_with ldap) \
+   $(use_with postgres pgsql /usr) \
+   "${myconf[@]}" \
+   --libexecdir="/usr/$(get_libdir)/nagios/plugins" \
+   --sysconfdir="/etc/nagios"
+}
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ 

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

2015-10-19 Thread Matt Thode
commit: 532e23e2669d840b5a9cd3d37462497f4b619f27
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 19 16:04:12 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Oct 19 16:04:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532e23e2

net-analyzer/icinga2: bup

Package-Manager: portage-2.2.20.1

 net-analyzer/icinga2/Manifest  |   1 +
 net-analyzer/icinga2/icinga2-2.3.11.ebuild | 133 +
 2 files changed, 134 insertions(+)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index bb0724a..bd5eb69 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1 +1,2 @@
 DIST icinga2-2.3.10.tar.gz 830680 SHA256 
d29880b1adfd21d650a72e04a36e4dadb899b8452c4917e25e7ec3c5e65582c1 SHA512 
14dee2d856f0dd1f2cd7185d68c9f90840acc086cb8c20eaa300585d2b3a491cadc44cb295fe6931a539aa305f4d9e00adb37b3d6cf33805989ff7eec0932630
 WHIRLPOOL 
98140d95133b01c3428b092dbbc8d9d9e5299e63d922fe07e60be2d0ed56ea3177210f64d6f71eba2bc99bdec0d297729539114266186e63dd2aceab98166914
+DIST icinga2-2.3.11.tar.gz 843985 SHA256 
b499c46b9371e0046030226f61b9b056bc16e37138f318c88cd9dd2b4edf3152 SHA512 
2011b4a8f6aaab90957427dc90c5de49ae7be97ade9f487882c955807e19455a59dc54869c1ca6a0538c6f1e793fc30815438514d78591338af579a50d022dd8
 WHIRLPOOL 
69622d7848f16c29fb9bba55e8cad09d1d9cb967d4b70941e7df7379d32e85c392be843703255eac884a659fbc46a263ee4e5d6a27659055d72b628d89478277

diff --git a/net-analyzer/icinga2/icinga2-2.3.11.ebuild 
b/net-analyzer/icinga2/icinga2-2.3.11.ebuild
new file mode 100644
index 000..ca3ec56
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.3.11.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils depend.apache eutils systemd toolchain-funcs user
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="http://icinga.org/icinga2;
+SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres classicui minimal nano-syntax +plugins +vim-syntax"
+
+DEPEND="
+   dev-libs/openssl:0
+   >=dev-libs/boost-1.41
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )"
+
+RDEPEND="
+   ${DEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   classicui? ( net-analyzer/icinga[web] )"
+
+REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   enewgroup icinga
+   enewgroup icingacmd
+   enewgroup nagios  # for plugins
+   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=FALSE
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
+   -DICINGA2_USER=icinga
+   -DICINGA2_GROUP=icingacmd
+   -DICINGA2_COMMAND_USER=icinga
+   -DICINGA2_COMMAND_GROUP=icingacmd
+   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
+   )
+   # default to off if minimal, allow the flags to be set otherwise
+   if use minimal; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_MYSQL=OFF
+   -DICINGA2_WITH_PGSQL=OFF
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
+   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_install() {
+   BUILDDIR="${WORKDIR}"/icinga2-${PV}_build
+   cd $BUILDDIR || die
+
+   emake DESTDIR="${D}" install
+
+   einstalldocs
+
+   newinitd "${FILESDIR}"/icinga2.initd icinga2
+   newconfd "${FILESDIR}"/icinga2.confd icinga2
+
+   if use mysql ; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/*
+   elif use postgres ; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/pgsql.sql pgsql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/upgrade/*
+   fi
+
+   keepdir /etc/icinga2
+   keepdir /var/lib/icinga2/api/zones
+   keepdir 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/, app-emulation/vice/files/

2015-10-19 Thread Alfredo Tupone
commit: 28c4db4acc36d174c11bdd0c4a1a2b342510568c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 19 15:35:39 2015 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 19 15:36:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c4db4a

app-emulation/vice: Fix format-security Bug #560838

Package-Manager: portage-2.2.20.1

 app-emulation/vice/files/vice-2.4.20-format.patch | 20 
 app-emulation/vice/vice-2.4.20.ebuild |  1 +
 2 files changed, 21 insertions(+)

diff --git a/app-emulation/vice/files/vice-2.4.20-format.patch 
b/app-emulation/vice/files/vice-2.4.20-format.patch
new file mode 100644
index 000..1c782fd
--- /dev/null
+++ b/app-emulation/vice/files/vice-2.4.20-format.patch
@@ -0,0 +1,20 @@
+--- src/main.c.old 2015-10-19 17:25:07.549164652 +0200
 src/main.c 2015-10-19 17:25:33.106694706 +0200
+@@ -227,7 +227,7 @@
+ for (i = 0; core_team[i].name; i++) {
+ n += strlen(core_team[i].name);
+ if (n > 74) {
+-log_message(LOG_DEFAULT, tmp);
++log_message(LOG_DEFAULT, "%s", tmp);
+ n = 0; *tmp = 0;
+ }
+ strcat(tmp, core_team[i].name);
+@@ -235,7 +235,7 @@
+ strcat(tmp, ", ");
+ } else {
+ strcat(tmp, ".");
+-log_message(LOG_DEFAULT, tmp);
++log_message(LOG_DEFAULT, "%s", tmp);
+ }
+ }
+ lib_free(tmp);

diff --git a/app-emulation/vice/vice-2.4.20.ebuild 
b/app-emulation/vice/vice-2.4.20.ebuild
index 7bf5976..1ee7dc6 100644
--- a/app-emulation/vice/vice-2.4.20.ebuild
+++ b/app-emulation/vice/vice-2.4.20.ebuild
@@ -88,6 +88,7 @@ DEPEND="${RDEPEND}
 src_prepare() {
epatch \
"${FILESDIR}"/${P}-autotools.patch \
+   "${FILESDIR}"/${P}-format.patch \
"${FILESDIR}"/${P}-xf86extensions.patch
sed -i \
-e 's/building//' \



[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/, eclass/

2015-10-19 Thread Brian Evans
8e SHA512 
75d57703d43a25b74a8c72a08eb9f582b470d3108532dd3fecbdc4a928e1e7ce99f8c02fb667b069a6f036a5e528e67a86e8508a4916b0b20bc3193d5a9f1212
 WHIRLPOOL 
588366aeaa50da09134d9c0eefe8922b8cde5514373d1e25f2c311ed7a023f792cb1dc69e4cd61e9732d051f26c2ce5bf90991502f6135e7578b36f64f23590d
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.1
-
-iQJ8BAEBCABmBQJWG/0EXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
-ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NkMyRTQ0RUQ5MEUzMjc1OEU3RDU1QzBE
-MUY3ODFFRkY5RjRBM0I2AAoJENH3ge/59KO2At0P/jB8CYOdFb5gOMj434bkuJ8r
-Tkb3KdKxnCurHykSenhoMEve0l37E3/Sf+0onv83/dxtJLq46qq7XXFLlvwGtN7Y
-AuMro1Qzxgl5bMrjq79lBr5+gQFKSjNfmOKSeyh50lgYoblhg652TcxqA6lj/yIv
-IQmvWVhqQnsUC1UXeI3D/oS7mrDuYC4DFh5Tyj1XSTDI07mBHUWQSpG60E8xd0SY
-zNlTrVN6T7EgfbWRz8+sTxdZR8a4x4HUSpc21AjOIApbw69FcpZhyVvJVh1qBBFT
-REyaeafMv+Sfq/x8caNcUHSPxFIxvkapaBdM3bJr0LgVB8d81EGHBvBtMzw/NfbK
-xJ+W2PN8Qna3isCtc3h/USn8pOuyMZl/lhYceWb4bmzOWjsifi4eyCuU7vNWZzct
-EB1OAqu9xdv3/BY8Lle5iV8/dikEczkJ+YEsoIcxSb9oT+/cckuRayAyxscZQIMR
-jN/66nGq0yByOnZTkJZGyKDfafqBcZcC1HI/a6vneLivap//9JNEL1bfEUMOra07
-qYn98V04OTag2HJvc6v/wArisxjlEX9xtaOOor39uW3UXcfXgURC2/BycPyBadjJ
-BigDrYgoaNQCo+ZJj3VaU1xXYwCbi72+5LgCarDh9RD9ueaIozzkHHfhyAbc8bFO
-O+2gNMikvRRI0qN7PzCV
-=e9Dj
--END PGP SIGNATURE-
+DIST mysql-extras-20151019-1714Z.tar.bz2 1490296 SHA256 
f27297292f91c698b1ab7118740728c05a3ebfcd0bfad575898d112faaef4f4b SHA512 
00db9c76847a0f58915890e34a9487c147d25fba7b33db3aa1037e8f5d6afb32448b5eae7a5583c52c03b53693b792e077dc963b7dc84356d382ba46bebc8777
 WHIRLPOOL 
a0912ad0ecde9044761312586edb2899b58663517a8d8bab3f2c59938282bb472bdb97ed25ce097f9b18c1ad35a185494f8ad2e630c2004b717f1b61573335ca

diff --git a/dev-db/mariadb/mariadb-10.1.8.ebuild 
b/dev-db/mariadb/mariadb-10.1.8.ebuild
new file mode 100644
index 000..08140db
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.1.8.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+MY_EXTRAS_VER="20151019-1714Z"
+WSREP_REVISION="25"
+SUBSLOT="18"
+HAS_TOOLS_PATCH="yes"
+
+inherit toolchain-funcs mysql-multilib
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE mroonga systemd"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+#EPATCH_EXCLUDE=''
+
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+   mroonga? ( app-text/groonga-normalizer-mysql )
+   systemd? ( sys-apps/systemd:= )"
+RDEPEND="${RDEPEND}"
+
+# Official test instructions:
+# USE='client-libs community embedded extraengine perl server ssl static-libs 
tools' \
+# FEATURES='test userpriv -usersandbox' \
+# ebuild mariadb-X.X.XX.ebuild \
+# digest clean package
+multilib_src_test() {
+
+   if ! multilib_is_native_abi ; then
+   einfo "Server tests not available on non-native abi".
+   return 0;
+   fi
+
+   local TESTDIR="${BUILD_DIR}/mysql-test"
+   local retstatus_unit
+   local retstatus_tests
+
+   if use server ; then
+
+   # Bug #213475 - MySQL _will_ object strenously if your machine 
is named
+   # localhost. Also causes weird failures.
+   [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must 
NOT be named localhost"
+
+   if [[ $UID -eq 0 ]]; then
+   die "Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root."
+   fi
+   has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"
+
+   einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
+   addpredict /this-dir-does-not-exist/t9.MYI
+
+   # Run CTest (test-units)
+   cmake-utils_src_test
+   retstatus_unit=$?
+   [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
+
+   # Create a symlink to provided binaries so the tests can find 
them when client-libs is off
+   if ! use client-libs ; then
+   ln -srf /usr/bin/my_print_defaults 
"${BUILD_DIR}/client/my_print_defaults" || die
+   ln -srf /usr/bin/perror "${BUILD_DIR}/client/perror" || 
die
+   mysql-multilib_disable_test main.perror "String 
mismatch due to not building local perror"
+   fi
+
+   # Ensure that parallel runs don't die
+   export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
+

[gentoo-commits] gentoo commit in src/patchsets/gcc/4.4.4/piepatch: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:34

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.4.4/piepatch/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.4/piepatch/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.4/piepatch/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.4/piepatch/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.4.4/piepatch/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  8 Aug 2010 00:56:59 -   1.1
+++ README  19 Oct 2015 17:36:34 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.4.7/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:34

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.4.7/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.7/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.7/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.7/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.4.7/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  27 Mar 2012 04:49:29 -  1.1
+++ README  19 Oct 2015 17:36:34 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.8.4/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:35

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.8.4/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  26 Dec 2014 20:41:26 -  1.1
+++ README  19 Oct 2015 17:36:35 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -11,7 +11,7 @@
 From gcc 4.8.2-r1 it will have -fstack-protector on as default.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.5.3/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:34

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.5.3/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.3/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.3/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.3/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.5.3/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  4 Aug 2011 03:10:22 -   1.1
+++ README  19 Oct 2015 17:36:34 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.4.6/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:34

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.4.6/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.6/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.6/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.4.6/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.4.6/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  20 Jul 2011 06:13:37 -  1.1
+++ README  19 Oct 2015 17:36:34 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.6.4/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:35

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.6.4/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.4/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.4/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.4/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.6.4/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  16 Apr 2013 05:22:56 -  1.1
+++ README  19 Oct 2015 17:36:35 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.6.2/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:35

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.6.2/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.2/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.2/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.2/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.6.2/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  28 Oct 2011 23:20:34 -  1.1
+++ README  19 Oct 2015 17:36:35 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.5.4/pie: README

2015-10-19 Thread Mike Frysinger (vapier)
vapier  15/10/19 17:36:35

  Modified: README
  Log:
  use my real name

Revision  ChangesPath
1.2  src/patchsets/gcc/4.5.4/pie/README

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.4/pie/README?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.4/pie/README?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.4/pie/README?r1=1.1=1.2

Index: README
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.5.4/pie/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README  15 Jul 2012 05:28:55 -  1.1
+++ README  19 Oct 2015 17:36:34 -  1.2
@@ -1,5 +1,5 @@
 This work started with bugs #94325 #100689 #106222 #149292 #149649 and the 
overlay on http://overlays.gentoo.org/dev/kevquinn.
-By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, SpanKY and mentor.
+By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, 
PaX Team, Mike Frysinger and mentor.
 
 The work stalled. Some threads on the Gentoo forum started to do their own 
fixes to get it working.
 Xake started the thread where most of the new work is done: "How long until 
hardened and toolchain will produce a hardened gcc4?"
@@ -10,7 +10,7 @@
 configure command line.
 
 Thank you all:
-Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, SpanKY, Xake, Dwokfur,
+Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX 
Team, Mike Frysinger, Xake, Dwokfur,
 KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, 
qjim, Tommy[D], Genewb, radegand,
 unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 
7v5w7go9ub0o, uberpinguin, Naib, cilly,
 bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees 
Cook, mentor, Anarchy,






  1   2   3   >