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

2017-01-18 Thread Göktürk Yüksek
commit: 36fa8373148b620d2d08a6980b78371e3e6b8f31
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Jan 19 06:02:29 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Jan 19 06:03:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fa8373

kernel-2.eclass: s/uf/if/ in handle_genpatches doc block

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

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 29b2987..3522573 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -249,7 +249,7 @@ debug-print-kernel2-variables() {
 # @FUNCTION: handle_genpatches
 # @USAGE: [--set-unipatch-list]
 # @DESCRIPTION:
-# add genpatches to list of patches to apply uf wanted 
+# add genpatches to list of patches to apply if wanted
 
 handle_genpatches() {
local tarball want_unipatch_list



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

2017-01-18 Thread Hans de Graaff
commit: 2f8b9df46cedf14530589e8ec54e5d6b705249f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 19 05:59:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 19 05:59:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8b9df4

dev-ruby/stringex: add 2.7.0

Package-Manager: portage-2.3.0

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.7.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index de6252c..cecebe3 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1 +1,2 @@
 DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1
+DIST stringex-2.7.0.gem 130048 SHA256 
e9864b143c4c27a61a2af5d8ad585809e36d7708b51daee412919ed44682031a SHA512 
f47cbddc0e298548d230759c5d0da84bca4d754141ad900cbafad09748d389505358e2a4dd0b61f2e55804c15d9c6d1b0fbccde9c3cd3408814dd898461e1212
 WHIRLPOOL 
2de63c63fa28b726e87b5e5961d6790a3838b3cb0ae182a11ef15b916c5f7d03887cf54de18c8f6d0a360b13f670e82f8a4a4548fa97d8f8a31174aba65d3ce6

diff --git a/dev-ruby/stringex/stringex-2.7.0.ebuild 
b/dev-ruby/stringex/stringex-2.7.0.ebuild
new file mode 100644
index ..26469ec
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex";
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



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

2017-01-18 Thread Hans de Graaff
commit: b49720b4938a26de8af3bf7bb3206e927d32eb22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 19 05:54:52 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 19 05:54:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49720b4

dev-ruby/diff-lcs: add 1.3

Package-Manager: portage-2.3.0

 dev-ruby/diff-lcs/Manifest|  1 +
 dev-ruby/diff-lcs/diff-lcs-1.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/diff-lcs/Manifest b/dev-ruby/diff-lcs/Manifest
index f49dca7..03742f5 100644
--- a/dev-ruby/diff-lcs/Manifest
+++ b/dev-ruby/diff-lcs/Manifest
@@ -1 +1,2 @@
 DIST diff-lcs-1.2.5.gem 49152 SHA256 
a1d3dde665292317a883d319066792e3f0e6a24cade4bc4cc47605d27664c9ed SHA512 
ce15cb794a97f9af8585c46b7a2404e1ad6e24e4910b6aa6c5126ef5996d86700979a54a154bab1c0602f19021b287dc865db3eebdc901fb42056f1e2180d0fe
 WHIRLPOOL 
10076561d9895a3cc3c880f21e34e17aacdfcb790dbad44eedf48644eef5e9e04e65d3e4e8c16353f8bbfaa4a1d848a827cd5c2e2d57b8b58eeea3441bce1d7d
+DIST diff-lcs-1.3.gem 46080 SHA256 
ea7bf591567e391ef262a7c29edaf87c6205204afb5bb39dfa8f08f2e51282a3 SHA512 
b82de390d22e0c1337ddca923621b1cc842f583a93953ef07a303b428fe3a389f8a4a1a63617a58136c8d6215aff025a3bbec2a2f618e9ea81f471964f93b078
 WHIRLPOOL 
df90c17e060324b8349f0b639514054972b17d8b786d23fbc5dceba62594d8a5aaa72e15806e1bbbc3485475e6485ea56146464b36a249ff5fb8b8911c49fd0a

diff --git a/dev-ruby/diff-lcs/diff-lcs-1.3.ebuild 
b/dev-ruby/diff-lcs/diff-lcs-1.3.ebuild
new file mode 100644
index ..f46ad4f
--- /dev/null
+++ b/dev-ruby/diff-lcs/diff-lcs-1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
+HOMEPAGE="https://github.com/halostatue/diff-lcs";
+
+LICENSE="|| ( MIT Ruby GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""



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

2017-01-18 Thread Mike Frysinger
commit: d667baf2c48d90d6052372e3bce0faf8ab9c8c8b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 04:54:59 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 04:54:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d667baf2

app-editors/nano: version bump to 2.7.4

 app-editors/nano/Manifest  |  2 +-
 app-editors/nano/files/nano-2.7.3-tiny.patch   | 29 --
 .../nano/{nano-2.7.3.ebuild => nano-2.7.4.ebuild}  |  7 +++---
 app-editors/nano/nano-.ebuild  |  9 +++
 4 files changed, 8 insertions(+), 39 deletions(-)

diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
index 4045fce..3183cbf 100644
--- a/app-editors/nano/Manifest
+++ b/app-editors/nano/Manifest
@@ -1,3 +1,3 @@
 DIST nano-2.5.3.tar.gz 1967760 SHA256 
b2b060129b9feff2d4870d803a441178c96531de9aed144ec0b83bd63ccb12ee SHA512 
1d859f0bd88b9d907cfcaa84edc212bcaea4335c203922eb5b7378c2b45d88dffe1f3e4cb499a824d33781485834ef564997c58cf1fd92610d08f6ce8dcb67d5
 WHIRLPOOL 
a2ca1c41d3cb26756cc9aba5b5fa0aeaea220626b98d0abfa1c5c4d4d57c3a5ef688d5edf00a6a00849ee25a67b2bbab93c4d454f6eb5a204b10fa01de3e298f
 DIST nano-2.6.3.tar.gz 2019354 SHA256 
4f4054e12f2181c8e436163e931a0a565612242ff9e566c4d1adeda0f91fd503 SHA512 
5079c0da976e3cfef9f3980e37c2501837bc66bb98fadd6fe7f02b061b83c99454678833fd43c74e6796cdc4ee9028ccba7a8a05e0f86e7a6517ba4d4c6bc95e
 WHIRLPOOL 
94520ca9c7a11342133adfd3a1e9e9c77a6c07ab18b1b51bf39918b331abc6bd7ebeb937c2ec8ed3e59b8d0468e40f4e5811e66a8aecd469ad42c595c1b61fe4
-DIST nano-2.7.3.tar.gz 2048675 SHA256 
3574d4594d051f3b572c47d63bfc3763fb1148c50b811ba7a016bacd94887a88 SHA512 
cd159cf193f05b37f770ac79e532fe96be158688d241ab7090861016fe0da9dde2ab504d0703b8feea8043e1deded3f10f0ab4dd5cceba99fe4a1dfcf5062b0b
 WHIRLPOOL 
19b042c29be4c8afca33870e85f0b893aa9f9d958be3043272dcef5ad8d775dc3b43fe1a418efee283c89a301be1503b04b825758666be1a8e25596f3a36b8be
+DIST nano-2.7.4.tar.gz 2023560 SHA256 
23ffc2de52d687739fed6dc2fc94df36aa7da7bb52c8740c523fdd7336fdbc8c SHA512 
029fa2ef72a8762f376f1cfc3f4cdcabfcb226868e5c68c5980162333099f23e74e77da2dda66b4e70e2840b9a0e472db821248327b417b3cf5132093eeb80ee
 WHIRLPOOL 
9fb363d52c538165d73828aec6564cf9b79612e2fd489c3edfa4db8049d676cba2c668f4f704df4fc31f9b6cea738c63fc2b2c3e0b0d0cde0b1f72a4226bc391

diff --git a/app-editors/nano/files/nano-2.7.3-tiny.patch 
b/app-editors/nano/files/nano-2.7.3-tiny.patch
deleted file mode 100644
index 148716d..
--- a/app-editors/nano/files/nano-2.7.3-tiny.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From fc89ac11d25a5d052a63c01006c1fd767d9f5879 Mon Sep 17 00:00:00 2001
-From: Felix Janda 
-Date: Thu, 29 Dec 2016 13:43:06 -0500
-Subject: [PATCH] speller: fix build when tiny build is enabled
-
-URL: https://bugs.gentoo.org/604000

- src/text.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/text.c b/src/text.c
-index bd1737687e65..a8b34f2f6bba 100644
 a/src/text.c
-+++ b/src/text.c
-@@ -3079,9 +3079,11 @@ const char *do_alt_speller(char *tempfile_name)
- stat(tempfile_name, &spellfileinfo);
- if (spellfileinfo.st_mtime != timestamp) {
-   set_modified();
-+#ifndef NANO_TINY
-   /* Flush the undo stack, to avoid making a mess when the user
-* tries to undo things in spell-corrected lines. */
-   discard_until(NULL, openfile);
-+#endif
- }
- #ifndef NANO_TINY
- /* Unblock SIGWINCHes again. */
--- 
-2.11.0
-

diff --git a/app-editors/nano/nano-2.7.3.ebuild 
b/app-editors/nano/nano-2.7.4.ebuild
similarity index 94%
rename from app-editors/nano/nano-2.7.3.ebuild
rename to app-editors/nano/nano-2.7.4.ebuild
index 26259bc..f68c6ce 100644
--- a/app-editors/nano/nano-2.7.3.ebuild
+++ b/app-editors/nano/nano-2.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -35,7 +35,6 @@ src_prepare() {
if [[ ${PV} == "" ]] ; then
eautoreconf
fi
-   epatch "${FILESDIR}"/${P}-tiny.patch #604000
epatch_user
 }
 
@@ -67,11 +66,11 @@ src_install() {
default
rm -rf "${D}"/trash
 
-   dodoc doc/nanorc.sample
+   dodoc doc/sample.nanorc
docinto html
dodoc doc/faq.html
insinto /etc
-   newins doc/nanorc.sample nanorc
+   newins doc/sample.nanorc nanorc
if ! use minimal ; then
# Enable colorization by default.
sed -i \

diff --git a/app-editors/nano/nano-.ebuild 
b/app-editors/nano/nano-.ebuild
index c75dad9..ab05f55 100644
--- a/app-editors/nano/nano-.ebuild
+++ b/app-editors/nano/nano-.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=6
+EAPI="6"
 
 inherit eutils flag-o-matic
 if [[ ${PV} 

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

2017-01-18 Thread Mike Frysinger
commit: dc34c3e6ef990bd54427db180377e82eb40771e9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 03:31:07 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 03:31:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc34c3e6

net-libs/libmbim: move libgudev to RDEPEND

Since the library links against libgudev, make sure it's listed
in RDEPEND.  Use a subslot too to make sure we get rebuilds.

Reported-by: Ben Chan  chromium.org>

 net-libs/libmbim/libmbim-1.10.0.ebuild | 4 ++--
 net-libs/libmbim/libmbim-1.12.2.ebuild | 4 ++--
 net-libs/libmbim/libmbim-1.12.4.ebuild | 4 ++--
 net-libs/libmbim/libmbim-1.14.0.ebuild | 4 ++--
 net-libs/libmbim/libmbim-1.6.0.ebuild  | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-libs/libmbim/libmbim-1.10.0.ebuild 
b/net-libs/libmbim/libmbim-1.10.0.ebuild
index d73ff9b..e01c9b7 100644
--- a/net-libs/libmbim/libmbim-1.10.0.ebuild
+++ b/net-libs/libmbim/libmbim-1.10.0.ebuild
@@ -20,10 +20,10 @@ LICENSE="LGPL-2"
 SLOT="0"
 IUSE="static-libs"
 
-RDEPEND=">=dev-libs/glib-2.32:2"
+RDEPEND=">=dev-libs/glib-2.32:2
+   virtual/libgudev:="
 DEPEND="${RDEPEND}
dev-util/gtk-doc-am
-   virtual/libgudev
virtual/pkgconfig"
 [[ ${PV} == "" ]] && DEPEND+=" dev-util/gtk-doc" #469214
 

diff --git a/net-libs/libmbim/libmbim-1.12.2.ebuild 
b/net-libs/libmbim/libmbim-1.12.2.ebuild
index 76fb367..d6c6a0f 100644
--- a/net-libs/libmbim/libmbim-1.12.2.ebuild
+++ b/net-libs/libmbim/libmbim-1.12.2.ebuild
@@ -20,10 +20,10 @@ LICENSE="LGPL-2"
 SLOT="0"
 IUSE="static-libs"
 
-RDEPEND=">=dev-libs/glib-2.32:2"
+RDEPEND=">=dev-libs/glib-2.32:2
+   virtual/libgudev:="
 DEPEND="${RDEPEND}
dev-util/gtk-doc-am
-   virtual/libgudev
virtual/pkgconfig"
 [[ ${PV} == "" ]] && DEPEND+=" dev-util/gtk-doc" #469214
 

diff --git a/net-libs/libmbim/libmbim-1.12.4.ebuild 
b/net-libs/libmbim/libmbim-1.12.4.ebuild
index ba6f236..8dea354 100644
--- a/net-libs/libmbim/libmbim-1.12.4.ebuild
+++ b/net-libs/libmbim/libmbim-1.12.4.ebuild
@@ -20,10 +20,10 @@ LICENSE="LGPL-2"
 SLOT="0"
 IUSE="static-libs"
 
-RDEPEND=">=dev-libs/glib-2.32:2"
+RDEPEND=">=dev-libs/glib-2.32:2
+   virtual/libgudev:="
 DEPEND="${RDEPEND}
dev-util/gtk-doc-am
-   virtual/libgudev
virtual/pkgconfig"
 [[ ${PV} == "" ]] && DEPEND+=" dev-util/gtk-doc" #469214
 

diff --git a/net-libs/libmbim/libmbim-1.14.0.ebuild 
b/net-libs/libmbim/libmbim-1.14.0.ebuild
index c087ed4..058610c 100644
--- a/net-libs/libmbim/libmbim-1.14.0.ebuild
+++ b/net-libs/libmbim/libmbim-1.14.0.ebuild
@@ -15,9 +15,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~mips ~ppc64 x86"
 IUSE="static-libs udev"
 
-RDEPEND=">=dev-libs/glib-2.32:2"
+RDEPEND=">=dev-libs/glib-2.32:2
+   udev? ( virtual/libgudev:= )"
 DEPEND="${RDEPEND}
-   udev? ( virtual/libgudev )
dev-util/gtk-doc-am
virtual/pkgconfig"
 

diff --git a/net-libs/libmbim/libmbim-1.6.0.ebuild 
b/net-libs/libmbim/libmbim-1.6.0.ebuild
index ec943cf..53d8fa2 100644
--- a/net-libs/libmbim/libmbim-1.6.0.ebuild
+++ b/net-libs/libmbim/libmbim-1.6.0.ebuild
@@ -20,9 +20,9 @@ LICENSE="LGPL-2"
 SLOT="0"
 IUSE="doc static-libs test"
 
-RDEPEND=">=dev-libs/glib-2.32"
+RDEPEND=">=dev-libs/glib-2.32
+   virtual/libgudev:="
 DEPEND="${RDEPEND}
-   virtual/libgudev
doc? ( dev-util/gtk-doc )
virtual/pkgconfig"
 [[ ${PV} == "" ]] && DEPEND+=" dev-util/gtk-doc" #469214



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

2017-01-18 Thread Lars Wendler
commit: e6451dfabbf4763596cdcc3773a9a0f8e19ef00b
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 02:30:52 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 02:43:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6451dfa

base/package.use.mask: Masked "system-heimdal" flag for net-fs/samba.

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 463381c..c496ba4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Lars Wendler  (19 Jan 2017)
+# Masked until system heimdal can finally be used with AD DC
+net-fs/samba system-heimdal
+
 # Magnus Granberg  (18 Jan 2017)
 # Mask it globally, unmask it on supported arch
 >=sys-devel/gcc-6.2.0 pie



[gentoo-commits] repo/gentoo:master commit in: net-print/cups/, net-print/cups/files/

2017-01-18 Thread Lars Wendler
commit: 7ee57377c41da4814963ba9a162d03bc466448d8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 02:43:30 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 02:43:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee57377

net-print/cups: Revbump to fix cupsd startup error with USE="-kerberos".

This fixes Gentoo bug #606472.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{cups-2.2.2.ebuild => cups-2.2.2-r1.ebuild}|  6 +++
 .../cups/files/cups-2.2.2-no_kerberos_config.patch | 57 ++
 2 files changed, 63 insertions(+)

diff --git a/net-print/cups/cups-2.2.2.ebuild 
b/net-print/cups/cups-2.2.2-r1.ebuild
similarity index 99%
rename from net-print/cups/cups-2.2.2.ebuild
rename to net-print/cups/cups-2.2.2-r1.ebuild
index 047d637..0e8b61d 100644
--- a/net-print/cups/cups-2.2.2.ebuild
+++ b/net-print/cups/cups-2.2.2-r1.ebuild
@@ -145,6 +145,12 @@ pkg_setup() {
 }
 
 src_prepare() {
+   if ! use kerberos ; then
+   PATCHES+=(
+   "${FILESDIR}/${PN}-2.2.2-no_kerberos_config.patch"
+   )
+   fi
+
default
 
# Remove ".SILENT" rule for verbose output (bug 524338).

diff --git a/net-print/cups/files/cups-2.2.2-no_kerberos_config.patch 
b/net-print/cups/files/cups-2.2.2-no_kerberos_config.patch
new file mode 100644
index ..a26b399
--- /dev/null
+++ b/net-print/cups/files/cups-2.2.2-no_kerberos_config.patch
@@ -0,0 +1,57 @@
+Don't add kerberos policies into cupsd config when no kerberos support was
+compiled in.
+
+https://bugs.gentoo.org/606472
+
+--- cups-2.2.2/conf/cupsd.conf.in
 cups-2.2.2/conf/cupsd.conf.in
+@@ -134,49 +134,3 @@
+ Order deny,allow
+   
+ 
+-
+-# Set the kerberized printer/job policies...
+-
+-  # Job/subscription privacy...
+-  JobPrivateAccess default
+-  JobPrivateValues default
+-  SubscriptionPrivateAccess default
+-  SubscriptionPrivateValues default
+-
+-  # Job-related operations must be done by the owner or an administrator...
+-  
+-AuthType Negotiate
+-Order deny,allow
+-  
+-
+-  
+-AuthType Negotiate
+-Require user @OWNER @SYSTEM
+-Order deny,allow
+-  
+-
+-  # All administration operations require an administrator to authenticate...
+-  
+-AuthType Default
+-Require user @SYSTEM
+-Order deny,allow
+-  
+-
+-  # All printer operations require a printer operator to authenticate...
+-  
+-AuthType Default
+-Require user @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
+-Order deny,allow
+-  
+-
+-  # Only the owner or an administrator can cancel or authenticate a job...
+-  
+-AuthType Negotiate
+-Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
+-Order deny,allow
+-  
+-
+-  
+-Order deny,allow
+-  
+-



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

2017-01-18 Thread Lars Wendler
commit: 2c7a396fe1d3be3ad2fecdc276aca7503de26461
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 02:30:19 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 02:43:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7a396f

base/package.use.mask: Removed obsolete entry.

 profiles/base/package.use.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 86a2da0..463381c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -590,14 +590,6 @@ app-editors/gvim luajit racket
 # unmask in particular profiles
 sys-apps/hwloc cuda gl opencl
 
-# Samuli Suominen  (07 Aug 2013)
-# There is no support for recent app-pda/libimobiledevice wrt bug #471920
-# Upstream removed entire support in future release:
-# 
https://code.google.com/p/clementine-player/source/detail?r=3d434f1c881890dd77fea6d0e3de3afc86971196
-# Remove this entry once <=media-sound/clementine-1.1.1 has left the building
-media-sound/clementine ios
- (07 Aug 2013)
 # Newer lightdm doesn't work with current razorqt-lightdm-greeter, bug 479734
 >=x11-misc/lightdm-1.5.0 razor



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/, net-fs/samba/files/

2017-01-18 Thread Lars Wendler
commit: 4e557b9116160c188cd2ca685e69aea4844bf47a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 02:15:30 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 02:43:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e557b91

net-fs/samba: Bump to versions 4.5.4 and 4.6.0_rc1

Added possibility to build AD Domain Controller against bundled heimdal.
Thanks to Denis Kaganovich and David Williams for providing patches in
Gentoo bug #594130.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-fs/samba/Manifest  |  4 +-
 .../samba/files/samba-4.5.1-compile_et_fix.patch   | 16 ++
 net-fs/samba/metadata.xml  |  3 ++
 .../{samba-4.5.2.ebuild => samba-4.5.4.ebuild} | 59 +++-
 .../{samba-4.5.2.ebuild => samba-4.6.0_rc1.ebuild} | 62 --
 5 files changed, 114 insertions(+), 30 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 6dd456e..5856653 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -3,10 +3,12 @@ DIST samba-4.2.14.tar.gz 20883281 SHA256 
db820a9947e44f04b0eb25e4aa0c3db32c4042f
 DIST samba-4.3.12.tar.gz 20587617 SHA256 
7e9c75b1e269224fd2fcd80415c813c7cf8021389e40777c7b63348d94a25180 SHA512 
cba129bae5bb01e85b48e82336ddf8e348852e922829a3ed37a8aa02860057441f3b941cab6d9989cd09099ca4c45ee89cb343f30c10de51dff398ffbcaa43ce
 WHIRLPOOL 
8f885da2ea0a15a04d7deb6aeb1919214b9a19306285e4e1c1ee1557e26b6dcc6f252f50e41fe5d3bc0ac537c446610c820909321c4e6aeb22e4708e6e05dcbc
 DIST samba-4.4.7.tar.gz 20739248 SHA256 
a69d6612e4a421640242ca66c4dbb0e4c20281e77dc24970a332770814d45c7c SHA512 
a5c4fb9224c622c21efe479bccb5a14a9a55c92838dce2e45faf466cf9ca8cbf786dd4a4c0ed1b19d9fd0ee6a5b0c2a916d367ae96389d2280269971121b418c
 WHIRLPOOL 
64d01c5041f12a4debec25fb5ec8a5f31a0aaa60274be34d96cccaf642dba3f0a709b12a5bbbc79633ad0e2548aa8f71c00fa52b67ac9e217ed849ec51af8f71
 DIST samba-4.4.9.tar.gz 20750010 SHA256 
10f76fa113213ae512db4a4823351178c93fb6bc95d98d0ebc72e3a74d43386f SHA512 
9fda913ece883fbd4309623b03676629d944c6f14df359904db938ac956a2f56b347d51fd7293417b021d5b18145fb693649a54ec2125868ae3fb88f63a17e12
 WHIRLPOOL 
ba92ee892e64e0192b9198423cea86548b4f8b1552634d8775fcff1b7d5c85b874155e4150568e5364b921678d69b668d907de955c2de4f03bc0c0a8075724ee
-DIST samba-4.5.2.tar.gz 20944229 SHA256 
9297c4da1a2ee2cdb65161699b7007bc94afb39d46c25acd33f64e64c6b4397a SHA512 
ac8309273de08703be9bfc182143175168dccc895c7e33dfe65d621d80788b10baa5a04f3b6d84476661c158769ee0a813dfe4890f6a511ed6e43441de18f722
 WHIRLPOOL 
6dee3ebceb0d6b06607b1c39ee7ab91368e721588e4f15b5d8f7f246a99a1c8ca422c4c82de42407b85d14dbdf7bd86bfa84d4fbd58f4b8dcfde66ea1d2bde4b
 DIST samba-4.5.3.tar.gz 20946015 SHA256 
f06dc454a1bb72b21a329e1ad75a14795886401671ec7439d69a6b824c492eca SHA512 
3ba4002131a5d7db35a62bc5841ed7aa7c43d85f7f3509237aa97bd1ff8bac6358eb3acec178ddfa6e8fa9c390dadb947fa90eec27d1299e2a9ccdecc5e9bc16
 WHIRLPOOL 
6667ca8dac8f315f3d27ad8751f26538d0bc0749c16796640e09bdb8e085ceb095e780ff60c4bfcd29f77a65c56933bb42ec9358d706a62ca9d3612b70d68a8f
+DIST samba-4.5.4.tar.gz 20958348 SHA256 
1800d10ea14cabef67c83cc56a0f37f4f30ba5df218b3a1e7c874069a08c0f40 SHA512 
7b24227e17ab091e6165c605f28af19fa846de63f3f24508411db2b509d942e599702dd278c8430481d7a404c5a97005148286ea4e94a35b57a1ec303b1a4409
 WHIRLPOOL 
a1b84726b0a0addb1ca2de8d84429280a82001bf2fb0fbd7524dd2499fb18370d19e099b0852b93cb105b3db45583688b107533d404703ac635c2e6e8e2cb81b
+DIST samba-4.6.0rc1.tar.gz 20981499 SHA256 
9b940a1d099e4953552fec204fb67e4d20e329fb26a7233b608b054ebf3d1db9 SHA512 
6204d133c0cbe108f6bdd818ccce0ea462b9f6e5dc3da7033b9d544108617c8826f8223cd9712b46b1230ed9a6b87ab45f326b8644db30dcbfd7158ec2f14130
 WHIRLPOOL 
82071173ff61a12ada51b8e4710a3990e8310a811ebf751d2bdbe6d3e0cc9705f9c0cde6121225829a80fcac97952e41d5aee497e6b269c1e3feae4c1f5ad88e
 DIST samba-disable-python-patches-4.2.12.tar.xz 6052 SHA256 
8903eacbabdfaf7b64cbde03d7c367d1efdc92e54090f0f4b9ed5d2a462b1c18 SHA512 
c527d0a052d3211e5b12c17bc94db56cc5e5545189ed65a760c0656c94c22e27a4b159e6439eb0370873e1619873a741f3b3bd10d3876b38eb3914a87eace372
 WHIRLPOOL 
ad63db55d5dc96f56e6c9b30c2092e2f6e206b0ed5d13c249879d10753c8db2f475c5d4e651e2fc042ad992b648d3b4465f1b28c6b4bbf821cf503d27f741f7e
 DIST samba-disable-python-patches-4.2.9.tar.xz 6016 SHA256 
222d0153f03e28a0b906ee2b27076223ac88b84a998aaa285f658861edfa SHA512 
02fc666a36f8e733e522663d80775d130fabee9d5fb4e1c261d28815e07be425ae8977213f9216c7af62dd8b2619e7e13d71f9a25780b058c8119901c2115a18
 WHIRLPOOL 
ebba3a6d41a41844621759672aa8c984d26f44d12007c8e929405470c381bc262523ec68d3972e86cf675c45f092fa287496167e42940e70d704790753e47b03
 DIST samba-disable-python-patches-4.3.12.tar.xz 6172 SHA256 
d46c03d906d3ab1009bcfd511b85107b276b7950854f2a36c714a6a73244f632 SHA512 
5396419fb4e104564b889806596d76c8e84620c9236da7421e12e2eaeaa48811e4528f51fae49b832cb917010c2e10defd5fd70e8d65b6706f7833bdac4c8892
 WHIRLPOOL 
f4aa70cf50e592e603

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

2017-01-18 Thread Lars Wendler
commit: e7e96835f82d7a0061934f2b555968a9f536db0a
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 02:17:59 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 02:43:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e96835

package.mask: Unleashed =net-fs/samba-4.5* into ~arch.

 profiles/package.mask | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e27f79c..bc5dff4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -268,12 +268,6 @@ sci-geosciences/googleearth
 # Masked for testing, see bug #588894.
 =x11-misc/light-locker-1.7.0-r1
 
-# Lars Wendler  (06 Sep 2016)
-# Breaks samba's nmbd process (bug #592502)
-# Masked the possible fixed samba version until more testing has been 
performed.
->=sys-libs/tevent-0.9.30
->=sys-libs/ldb-1.1.29
-
 # Ian Stakenvicius  (31 Aug 2016)
 # Mask old versions of thunderbird as they are no longer supported,
 # but we keep them in the repo for now in case there is a need
@@ -500,8 +494,10 @@ sys-fs/bedup
 =app-emulation/vmware-modules-271*
 
 # Lars Wendler  (09 Sep 2015)
-# Masked for testing
->=net-fs/samba-4.3.0
+# Masked for testing and other various issues.
+=net-fs/samba-4.3*
+=net-fs/samba-4.4*
+>=net-fs/samba-4.6.0_rc1
 
 # Lars Wendler  (20 Aug 2015)
 # Releases are not from original upstream but from a fork.



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

2017-01-18 Thread Alice Ferrazzi
commit: 0acdaee738fbd92214e5f78b82edd834c3e87584
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Thu Jan 19 02:37:10 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Jan 19 02:37:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acdaee7

sys-kernel/gentoo-sources: Linux kernel 4.1.38

Package-Manager: portage-2.3.2

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.1.38.ebuild| 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1386e06..11eed9f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -53,6 +53,9 @@ DIST genpatches-4.1-42.extras.tar.xz 16420 SHA256 
e8d9995830a65146198ab957a95b3d
 DIST genpatches-4.1-43.base.tar.xz 1009164 SHA256 
6147e90c0dca9f8c71a49d8e44b3fae76cdff3bed841b1015ddb500a215520ed SHA512 
139bfa2a8f9758a43b6de2b959659a20f59b01036208b72f00839347cdda0e5b14c48de001d41f49cddd251a52c934a44d6da11620e5c977fc00ca077186a99f
 WHIRLPOOL 
b4bc0c42d65c9f8776d42b8aecf2c386e2c1efa743e4f9a46d6a289b647be8527df7c1c2e88b87ce6fa47569cb3e42ef06bc68fb7a93294abddf58978e661f11
 DIST genpatches-4.1-43.experimental.tar.xz 61748 SHA256 
21bbddd7c73b1acae7c0f3e49eaea0dc05199ff7e9f7629c02e047b2c13de72f SHA512 
8fdb95601239f3334307240e7eee7174178a092a1bcc3095a52a4a87955faa47cabaf39e046315ebe190aff3b57712711b1dde4397c58f74be3c97d3844f3170
 WHIRLPOOL 
f9741245264c2d5453db6360b991f09209fc3c73e2bc41349931dcdb8d1140018057e2703614e1b4e0c0f298d394474001bec3cf75534a11f73de708437b9aa5
 DIST genpatches-4.1-43.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005875e775bfb326295daa4c6208af01bc5a7 SHA512 
1c316ce90ac8a09a74e6a4fcf0b440975f839ff9229da0d97525cae912df947bc010e17b2a0a48994dc20c49bd090bd17c792828cc46b4a81ff2d797e10a8b8b
 WHIRLPOOL 
ed46ebdd56b50cc4d9111fe5ff74b61ee46ff7a66e351f23ad03a9612de226490aa1befa4fe8b4f8e6eb9849d080e5c6e8be8ba89a3b9075cbb4c56e8e6a2056
+DIST genpatches-4.1-44.base.tar.xz 1026292 SHA256 
66dfce7165b5dabbd980d72468af6df44699909ac6d82fc1b0e9cd4b02c22c20 SHA512 
cafc22319e42b701398480b91325df68c93b0df6a9e7f32d328d628c386b3c49ee32cb38eed27d72a7b523255540679652687ab78baacb3f00f5e65ae36a9a8b
 WHIRLPOOL 
c5a7957479b0d3ad018ce011dda18a6d0267de21f7175bd8319fa3c1fe2502ec511e3f9dc5e5a1227d3bbcaa1c674f836b5e727cbbcff1794e4d1777b7bef341
+DIST genpatches-4.1-44.experimental.tar.xz 61748 SHA256 
21bbddd7c73b1acae7c0f3e49eaea0dc05199ff7e9f7629c02e047b2c13de72f SHA512 
8fdb95601239f3334307240e7eee7174178a092a1bcc3095a52a4a87955faa47cabaf39e046315ebe190aff3b57712711b1dde4397c58f74be3c97d3844f3170
 WHIRLPOOL 
f9741245264c2d5453db6360b991f09209fc3c73e2bc41349931dcdb8d1140018057e2703614e1b4e0c0f298d394474001bec3cf75534a11f73de708437b9aa5
+DIST genpatches-4.1-44.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005875e775bfb326295daa4c6208af01bc5a7 SHA512 
1c316ce90ac8a09a74e6a4fcf0b440975f839ff9229da0d97525cae912df947bc010e17b2a0a48994dc20c49bd090bd17c792828cc46b4a81ff2d797e10a8b8b
 WHIRLPOOL 
ed46ebdd56b50cc4d9111fe5ff74b61ee46ff7a66e351f23ad03a9612de226490aa1befa4fe8b4f8e6eb9849d080e5c6e8be8ba89a3b9075cbb4c56e8e6a2056
 DIST genpatches-4.4-28.base.tar.xz 784432 SHA256 
40b5a66857a5a0d8707782c642218e551f0dba2c1e3bd138c2b10a40f49d8440 SHA512 
eaea6e6d3ad25360d07bbed3882a77d49d2a53e369fad754b691d28be72dfc7b44a22a04017986048689b5805e9013dd66a27a3dbb063d5ca4af366b9fa71e7d
 WHIRLPOOL 
d0bbbe004052c047c4090befa1488d864ebef32b76699aba7e34035cc3debc8d13e106b8abd19c4605aa04b06c6b8d4d28f9c86b804ae354d250b4641a57acd6
 DIST genpatches-4.4-28.experimental.tar.xz 87788 SHA256 
14bf426c45e1f680b3ef6e7fa67fb9046cb72da64b4b36d9736cefce6e979282 SHA512 
4e53cfcc0faedcf3040cd31f1291388f1fb4d50873b1bdd4cb376e52ac608855f608ae9b5849e717632266bfa096d5117515ff2e0ca8e608a06cd97b1717710f
 WHIRLPOOL 
b02da5f954e588bd6144f89820ff449469b05629ca3992c6fff505b312bf9ef5bcd2d8db2a97922801db7fa2ec52f6d4f376bd29a49378f0cf8391fddac38bae
 DIST genpatches-4.4-28.extras.tar.xz 16360 SHA256 
6c1331851468c372e7f9ea2c456b458e2842aec4752d67817be2a9305df27fc8 SHA512 
ca7b353f31e0b0460c78420b26ca8d82ae04f0efe5a395097471bd30d16744ba39e6e1e53ae857e2d4d1773a2ee30c9ce80ae855fc0d33c1d2c93e8ff5b35a66
 WHIRLPOOL 
16a92ff57cb514bd5b5942b293d290eb631bbeec7bfc13905dedbde83c1abe18050374c6217706d17a4b20dbc0d9f399b4fe10c304c14fefa460cdd95c920e6d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.38.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.38.ebuild
new file mode 100644
index ..cf8c56d
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.38.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="44"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia

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

2017-01-18 Thread Matthias Maier
commit: d5507b09850e07d9c6468de6f43793cd6b5b4b53
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Jan 19 02:03:58 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Jan 19 02:05:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5507b09

dev-python/libvirt-python: Ebuild maintenance, remove superfluous variable

Thanks to Louis Sautier for pointing this out.

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-python/libvirt-python/libvirt-python-1.3.5.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-2.0.0.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-2.1.0.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-2.2.0.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-2.3.0.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-2.4.0.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-2.5.0.ebuild | 4 +---
 dev-python/libvirt-python/libvirt-python-.ebuild  | 4 +---
 8 files changed, 8 insertions(+), 24 deletions(-)

diff --git a/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild
index a98a318..7c50146 100644
--- a/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-AUTOTOOLIZE=yes
-
 MY_P="${P/_rc/-rc}"
 
 inherit eutils distutils-r1

diff --git a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
index 2923465..f19400c 100644
--- a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-AUTOTOOLIZE=yes
-
 MY_P="${P/_rc/-rc}"
 
 inherit eutils distutils-r1

diff --git a/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild
index 83d51fa..7c50146 100644
--- a/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-AUTOTOOLIZE=yes
-
 MY_P="${P/_rc/-rc}"
 
 inherit eutils distutils-r1

diff --git a/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild
index 3e3002d..f19400c 100644
--- a/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-AUTOTOOLIZE=yes
-
 MY_P="${P/_rc/-rc}"
 
 inherit eutils distutils-r1

diff --git a/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild
index 83d51fa..7c50146 100644
--- a/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-AUTOTOOLIZE=yes
-
 MY_P="${P/_rc/-rc}"
 
 inherit eutils distutils-r1

diff --git a/dev-python/libvirt-python/libvirt-python-2.4.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.4.0.ebuild
index 3e3002d..f19400c 100644
--- a/dev-python/libvirt-python/libvirt-python-2.4.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 
-AUTOTOOLIZE=yes
-
 MY_P="${P/_rc/-rc}"
 
 inherit eutils distutils-r1

diff --git a/dev-python/libvirt-python/libvirt-python-2.5.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.5.0.ebuild
index 3e3002d..f19400c 100644
--- a/dev-python/libvirt-python/libvirt-python-2.5.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,8 +6,6 @

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

2017-01-18 Thread Yixun Lan
commit: ada359c76cd9c01ba4a2b675f26884960c03c2a2
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Jan 19 01:46:40 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jan 19 01:47:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada359c7

sys-process/criu: version bump 2.10

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-process/criu/Manifest |  1 +
 sys-process/criu/criu-2.10.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/sys-process/criu/Manifest b/sys-process/criu/Manifest
index 7120b09..37ffe94 100644
--- a/sys-process/criu/Manifest
+++ b/sys-process/criu/Manifest
@@ -1,3 +1,4 @@
+DIST criu-2.10.tar.bz2 640205 SHA256 
05359b9def8abfc5967911325791a93468ce889f0f489949f925b371c143260d SHA512 
6e59ff8a97297583b9f7d31492f0ac59e217fe6372253584db7f9409a4d890104feb9caac663b17d036c39eb79621be6000a7d5e814b65ce5d151e0a053d324b
 WHIRLPOOL 
6d9dbd92941122256041dfe9f8d3c42e125808845904135631758a8474f10488c29f7881ecf56e05c6b8ba2baf7c4749eb3e17e1f9b510f37ded58741fcf2753
 DIST criu-2.5.tar.bz2 605226 SHA256 
d2a9ffec0b659c3d3a71e1d473e95e36b208b2563f136ce8f471ff9600fcc51a SHA512 
ccf942005ff3b2a567726ddb8aa44048c130f1adf6e2cbdf48e919043c84a4e1c03ad0ec34b44263e5764bea62807a2cc0fa1135b929ad3166fb9486c2880570
 WHIRLPOOL 
9896fe45d4516a73e6b7c403a044d25902ed4a9000b0a0a053ff9d52c053adfb58c8ce0225b9841bc7e2f38de6a8e4fc6d3073d878ea5b09b81cc89cba91de62
 DIST criu-2.6.tar.bz2 614488 SHA256 
b85b50296175b1751fa2b26936cbcf5041d08a9fb49c32cb0f2b590e82dea322 SHA512 
37c5a207803213e4a98c2ea1b8f781f6bee2d7fb3c004fae4db5c56c64f61ff3177ad3fb314d1225cab4723e05900f55fc4ab466c11e7c9f9a4921634bbf90c5
 WHIRLPOOL 
5443c16af70b383d935318a9c15f9359d4f69de272533c0f713a2015718dec6f64cad59173664458a0fffc224a8f47b3c846d8cb66ce813f59ba6c32177effa4
 DIST criu-2.7.tar.bz2 618653 SHA256 
c9aae64a4d2a6e881225ec14a00527aef228171a11227034b6322c126c2ece04 SHA512 
fb80c3d48116489775e23231e93e6385614b57bd3710a2650c540090c3f2464d3a337a43c2d1f6e6a3d1360ca09adaa76cb6298f411add5fba998f3c3a323ed9
 WHIRLPOOL 
01c5d190691839e1123bc48da6c9add76bab0b6fdb87e840555b92833a9d8605c895fe9f0e6595c7d289d02955ae05b3933fa92a50b73d5b755f304321c4ec8a

diff --git a/sys-process/criu/criu-2.10.ebuild 
b/sys-process/criu/criu-2.10.ebuild
new file mode 100644
index ..e006547
--- /dev/null
+++ b/sys-process/criu/criu-2.10.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils toolchain-funcs linux-info flag-o-matic python-r1 
python-utils-r1
+
+DESCRIPTION="utility to checkpoint/restore a process tree"
+HOMEPAGE="http://criu.org/";
+SRC_URI="http://download.openvz.org/criu/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="python setproctitle"
+
+RDEPEND="dev-libs/protobuf-c
+   dev-libs/libnl:3
+   net-libs/libnet:1.1
+   sys-libs/libcap
+   python? ( ${PYTHON_DEPS} )
+   setproctitle? ( dev-libs/libbsd )"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto"
+RDEPEND="${RDEPEND}
+   python? (
+   dev-libs/protobuf[python,${PYTHON_USEDEP}]
+   dev-python/ipaddr[${PYTHON_USEDEP}]
+   )"
+
+CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL 
~INOTIFY_USER
+   ~IA32_EMULATION ~UNIX_DIAG ~INET_DIAG ~INET_UDP_DIAG ~PACKET_DIAG 
~NETLINK_DIAG"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/2.2/${PN}-2.2-flags.patch
+   "${FILESDIR}"/2.3/${PN}-2.3-no-git.patch
+   "${FILESDIR}"/${PN}-2.8-automagic-libbsd.patch
+   "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
+   "${FILESDIR}"/2.3/${PN}-2.3-aarch64.patch
+)
+
+criu_arch() {
+   # criu infers the arch from $(uname -m).  We never want this to happen.
+   case ${ARCH} in
+   amd64) echo "x86";;
+   arm64) echo "aarch64";;
+   *) echo "${ARCH}";;
+   esac
+}
+
+src_compile() {
+   RAW_LDFLAGS="$(raw-ldflags)" emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   ARCH="$(criu_arch)" \
+   V=1 WERROR=0 DEBUG=0 \
+   SETPROCTITLE=$(usex setproctitle) \
+   PYCRIU=$(usex python) \
+   all docs
+}
+
+src_test() {
+   # root privileges are required to dump all necessary info
+   if [[ ${EUID} -eq 0 ]] ; then
+   emake -j1 CC="$(tc-getCC)" ARCH="$(criu_arch)" V=1 WERROR=0 test
+   fi
+}
+
+install_crit() {
+   "${PYTHON:-python}" ../scripts/crit-setup.py install --root="${D}" 
--prefix="${EPREFIX}/usr/"
+}
+
+src_install() {
+   emake \
+   ARCH="$(criu_arch)" \
+   PREFIX="${EPREFIX}"/usr \
+   LOGROTATEDIR="${EPREFIX}"/etc/logrotate.d \
+   DES

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

2017-01-18 Thread Austin English
commit: aeb5bb41a2f58175517f818979dd1d6fe7f53ff2
Author: Austin English  gentoo  org>
AuthorDate: Tue Nov 15 19:48:47 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jan 19 01:10:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb5bb41

app-emulation/vice: call xdg_environment_reset() in src_prepare() to avoid 
sandbox violations

Gentoo-Bug: https://bugs.gentoo.org/599576

Package-Manager: portage-2.3.2

 app-emulation/vice/vice-2.4.27-r3.ebuild | 179 +++
 1 file changed, 179 insertions(+)

diff --git a/app-emulation/vice/vice-2.4.27-r3.ebuild 
b/app-emulation/vice/vice-2.4.27-r3.ebuild
new file mode 100644
index ..610845f
--- /dev/null
+++ b/app-emulation/vice/vice-2.4.27-r3.ebuild
@@ -0,0 +1,179 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils toolchain-funcs flag-o-matic xdg-utils
+
+DESCRIPTION="The Versatile Commodore 8-bit Emulator"
+HOMEPAGE="http://vice-emu.sourceforge.net/";
+SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"
+
+# upstream says gtk3 and sdl2 shouldn't be exposed yet.
+#REQUIRED_USE="?? ( gtk2 gtk3 sdl )"
+REQUIRED_USE="?? ( gtk sdl )"
+
+GTK_COMMON="
+   x11-libs/pango
+   x11-libs/cairo"
+#  gtk3? (
+#  x11-libs/gtk+:3
+#  vte? ( x11-libs/vte:2.90 )
+#  ${GTK_COMMON}
+#  )
+
+RDEPEND="
+   virtual/jpeg:0
+   virtual/opengl
+   media-libs/giflib
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+   sdlsound? ( media-libs/libsdl[sound] )
+   ethernet? (
+   >=net-libs/libpcap-0.9.8
+   >=net-libs/libnet-1.1.2.1:1.1
+   )
+   ffmpeg? ( virtual/ffmpeg )
+   lame? ( media-sound/lame )
+   nls? ( virtual/libintl )
+   png? ( media-libs/libpng:0 )
+   zlib? ( sys-libs/zlib )
+   sdl? (
+   media-libs/libsdl[joystick,video]
+   )
+   !sdl? (
+   fullscreen? (
+   x11-libs/libXrandr
+   x11-libs/libXxf86vm )
+   x11-libs/libX11
+   x11-libs/libXext
+   sys-libs/readline:0
+   )
+   gtk? (
+   x11-libs/gtk+:2
+   vte? ( x11-libs/vte:0 )
+   x11-libs/gtkglext
+   ${GTK_COMMON}
+   )
+   !sdl? ( !gtk? (
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libXv
+   Xaw3d? ( x11-libs/libXaw3d )
+   !Xaw3d? ( x11-libs/libXaw )
+   ) )
+   "
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   !sdl? (
+   fullscreen? ( x11-proto/xf86vidmodeproto )
+   !gtk? (
+   x11-libs/libICE
+   x11-libs/libSM
+   )
+   )
+   x11-apps/bdftopcf
+   x11-apps/mkfontdir
+   x11-proto/xproto
+   x11-proto/xextproto
+   media-libs/fontconfig
+   x11-proto/videoproto
+   nls? ( sys-devel/gettext )"
+
+PATCH=(
+   "${FILESDIR}"/${P}-autotools.patch
+)
+   #"${FILESDIR}"/vice_rath.txt
+
+src_prepare() {
+   # See https://bugs.gentoo.org/599576
+   xdg_environment_reset
+
+   default
+   sed -i \
+   -e 's/building//' \
+   doc/Makefile.am || die
+   sed -i \
+   -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
+   doc/Makefile.am \
+   doc/readmes/Makefile.am || die
+   sed -i \
+   -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
+   doc/html/Makefile.am || die
+   sed -i \
+   -e "s:/usr/local/lib/VICE:/usr/$(get_libdir)/${PN}:" \
+   man/vice.1 \
+   $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
+   sed -i \
+   -e "/VICEDIR=/s:=.*:=\"/usr/$(get_libdir)/${PN}\";:" \
+   configure.ac || die
+   sed -i \
+   -e "s:\(#define LIBDIR \).*:\1\"/usr/$(get_libdir)/${PN}\":" \
+   -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
+   src/arch/unix/archdep.h \
+   src/arch/sdl/archdep_unix.h || die
+   rm -rf src/lib/{libffmpeg,liblame} || die
+   sed -i \
+   -e '/SUBDIRS/s/libffmpeg//;' \
+   -e '/SUBDIRS/s/liblame//;' \
+   src/lib/Makefile.am || die
+   AT_NO_RECURSIVE=1 eautoreconf
+}
+
+src_configure() {
+   local gui_arg snd_arg
+
+   snd_arg+=" $(use_with alsa)"
+   snd_arg+=" $(use_with oss)"
+   snd_arg+=" $(use_with pulseaudio pulse)"
+   snd_arg+=" $(use_with sdlsound)"
+
+   gui

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

2017-01-18 Thread Austin English
commit: d9c501814d21131afa03728bf9d319163839f489
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 19 01:07:31 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jan 19 01:07:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c50181

dev-util/artifactory-bin: version bump - artifactory-bin-4.16.0

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 dev-util/artifactory-bin/Manifest  |  1 +
 .../artifactory-bin/artifactory-bin-4.16.0.ebuild  | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-util/artifactory-bin/Manifest 
b/dev-util/artifactory-bin/Manifest
index 781756d..70f83f7 100644
--- a/dev-util/artifactory-bin/Manifest
+++ b/dev-util/artifactory-bin/Manifest
@@ -11,6 +11,7 @@ DIST artifactory-4.13.2.zip 41396298 SHA256 
f228ac35bfc506754c64c45e7a8630643437
 DIST artifactory-4.14.0.zip 41394700 SHA256 
09d2f77e7cb6f1853cd5b8245312b979d2a0670656993df2672d27bf653554fa SHA512 
b922f2af5be087288be7e3a862158a8c68100a842d17a695235ffbdce5566d15be7e3e3c166732faf9a414e54a69d7837b0cbdb983c9e7f7a600e2ce96567268
 WHIRLPOOL 
11f6d1bd55837722f7f4ef408e9041e507dbd5f92255a32c0353cb79ecb2041c4b1ba3e846398b0c16b3b1c40cfbcdaafa8e419f2856c5dc615439c67e1bd03c
 DIST artifactory-4.14.1.zip 41393806 SHA256 
48deba9f045a0b3b796646043c2c01a26a673eb5706b3f9477cfc9292ddfef7e SHA512 
0d096e004ac91728fb7c80c12fbc4e6633de7b481c5b5043c95dab16b9b63df25449532dc8d94a582aa9eb5991d58bf2dd082630f3b3b166fde5ef0e5d2fff1d
 WHIRLPOOL 
d70c9516c93390798758018cbf3a0d17c89ba1d7e9fde4c5c3766f883cd95241ab75f64798154370d1f0832d142e734d1e5973dbf284c8651c979fc6cc0a4d9d
 DIST artifactory-4.14.2.zip 41412238 SHA256 
74ffcb027fc6d6a93acb8f454fe09a90907ed6f8ff7880c282d0ce7f2bef8865 SHA512 
c0a4dbab5f9badb451f6ef06878f0eb5f18aa54db8595ae92adc3ced1e1d43f2220b844fd9b782272685f9ddc59e661c27c4c4e0f4e2fa844e78de3c92a95542
 WHIRLPOOL 
c000b3798726ddfda99469ad317dc9c58d9d74ea6611bc86899a40835580f1280dbcf888b3f3e4f330bee8862693a24124a04b81bc3424cab7fd4aced57178ee
+DIST artifactory-4.16.0.zip 41455447 SHA256 
f5711536cdf0a597799e01c570bbd38e6f5f3ffb6935cde21d38119be6592f16 SHA512 
e861b66ed7586ba881267312462584fd9037e2b72021e930a52489ae718ca2449c7997278cb26cb3dead774f16d74cf285c8ce2fca0c085e7edb444f71deaa14
 WHIRLPOOL 
01a60743fe85909d06f69ef4bda94a2cfb37e847ee481ee025075c0b586df8566f7f99352a7808147eec51fc1bacb649853baa97a90253ab89d3b92279a5
 DIST artifactory-4.7.6.zip 40332783 SHA256 
8f2ee405e7b13ea2121a0e1c97ef3097ae54e9753d7288cc4ee95d3831cb01dd SHA512 
06d102b8a17172a8f6a67e9f166278b59569ba8439c9eea02bc1a7401182f72bc00da8ea3484a30b1c96ab167d331868169edd3051f6e027d772a9c5ede50852
 WHIRLPOOL 
296dc74c9698058b2fc020ce0561929a7a75dc47ad48cce37be1d4e86e0c4bbddfb7ab108f58ee1175bb0fff113a4a216a11c6ddf01380d3fd8c826607712990
 DIST artifactory-4.7.7.zip 40327123 SHA256 
953a208daa35767ca915a9bab20310493c9abd78f238f787387c89077d377716 SHA512 
2ebda9b45a819c9f060a7d789878f09ffb5e8791f9913ba5f86498ad69a01731fca9efde7c0ed9e206ea35a98d733052146c407208f28a3efc0b25423b11a894
 WHIRLPOOL 
57e60d9426849f140fdd67bc775c9d9e08c0c78926347dc5bd64cf0c5d0fd1ab759539756e98183e093e6e9b27301d5bb6192ca5c023c71664a49bded23b8a0e
 DIST artifactory-4.8.0.zip 41084705 SHA256 
2de13962ad1e6f4f1537e1fd86b6e70da6afae67a2449bf0cb369d3a84267647 SHA512 
a21310a7699c63a2fe3f305f42fef0aab6a0b9d43b2b8ba89d2360e5f8364d233f6f64616271d6cd4e79c1cecd18b1a7197fbb034a5eabd77d97b257e09b2910
 WHIRLPOOL 
e6a62c25f2927ea069fa512c40f8b7ea4cecb8625acdd8149c1f2db298b7375e362ee616562b37e9a00d5ed5451cb5861bf906d4d5c796eec9735e62b2a46e88

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.16.0.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.16.0.ebuild
new file mode 100644
index ..9d90b25
--- /dev/null
+++ b/dev-util/artifactory-bin/artifactory-bin-4.16.0.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Using a binary ebuild until a source ebuild is doable.
+# This was previously blocked by two major bugs upstream:
+# A lack of documented build instructions - 
https://www.jfrog.com/jira/browse/RTFACT-8960
+# A lack of source releases - https://www.jfrog.com/jira/browse/RTFACT-8961
+# Upstream now releases source and instructions (yay!), but most of 
artifactory's
+# dependencies are not in portage yet.
+
+EAPI=6
+
+inherit user
+
+MY_P="${P/-bin}"
+MY_PN="${PN/-bin}"
+MY_PV="${PV/-bin}"
+
+DESCRIPTION="The world's most advanced repository manager for maven"
+HOMEPAGE="http://www.jfrog.org/products.php";
+SRC_URI="https://bintray.com/artifact/download/jfrog/artifactory/jfrog-artifactory-oss-${MY_PV}.zip
 -> ${MY_P}.zip"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="ssl"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=">=virtual/jdk-1.8
+   app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}-oss-${MY_PV}"
+
+pkg_setup() {
+   enewgroup artifactory
+   enewuser artifactory -1 /bin/sh -1

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

2017-01-18 Thread David Seifert
commit: daa8cfe0a3d9151388a3c8d8694ada2376470092
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jan 16 17:34:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jan 19 00:48:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa8cfe0

dev-python/sphinx: Version bump to 1.5.1

Gentoo-bug: 579106
* EAPI=6
* Basis for ebuild by Brian Dolbec (dol-sen)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3371

 dev-python/sphinx/Manifest |   1 +
 .../files/sphinx-1.5.1-fix-pycode-grammar.patch|  14 +++
 dev-python/sphinx/metadata.xml |  20 ++--
 dev-python/sphinx/sphinx-1.5.1.ebuild  | 114 +
 4 files changed, 140 insertions(+), 9 deletions(-)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index 0ea155c..80d5f32 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -3,3 +3,4 @@ DIST Sphinx-1.2.2.tar.gz 3143671 SHA256 
2d3415f5b3e6b7535877f4c84fe228bdb802a899
 DIST Sphinx-1.2.3.tar.gz 3200548 SHA256 
94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04 SHA512 
00346516e826a65145a3a7fd25ef7cee569ae7fdcc0c1bec3a7301fc08d5d8730d02eee792c3efedfcac17e712ea7e2ad70ea1fcdedc11720ad54f6bcb51ad05
 WHIRLPOOL 
0c0e2e21a52829893857939f977e8312c4eac11f5d2aec3b8e4f9c8ffdbf14c4aa46a6c26dac0ad4abfe92b3bdad72a3468e6d2ff2485df6efaf3fccd17ae69b
 DIST Sphinx-1.3.1.tar.gz 3469782 SHA256 
1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114 SHA512 
8b92b69c4ced242c5e608ea03a7a061b0d2908f34f3150048ff4ce08b5d56be4a642a6aec13fa249ff8208fa8dd2d38d8a10d37ebbcc68385ee51f527ede0b94
 WHIRLPOOL 
f3e442fd1f1c260b21f3e2381f028884b6247758448439e7be4cf784f50ec12494e384c77a0c4ccac473f25d7bb88f5424be937d72bb3fac1b6f6387a5746f66
 DIST Sphinx-1.3.5.tar.gz 3679978 SHA256 
b7d133bb4990d010a2ad934c319b52d8a2156cb0491484f5e2a558619bc9ae04 SHA512 
90eda9cdbd24575d9f763e5c35e176d9970d1c83dd06dd41e9137f5c6035738fd21c4c57ff98810fc8adf91fa625192e6534bf0bbf70e78cc98f73df59eaabbc
 WHIRLPOOL 
5877015f700ed0818e0879868f2190ec818d088e235d9c12fe6bd472b0006bd8d26156273023ff93a098c8503bdc440cedd1ba8758fdc25f742bb5794940559f
+DIST Sphinx-1.5.1.tar.gz 4397246 SHA256 
8e6a77a20b2df950de322fc32f3b508697d9d654fe984e3cc88f446a5b4c17c5 SHA512 
ec06998921663c0e01096743c7908131b6173ace42373eea8a95a3e24706db119eaf3eb096a70e12ecb5a4a135ee599abdf36c53f786bd392a32fdad45438794
 WHIRLPOOL 
11bc6a0d308513c8e1face57123a0048899788a7307ee75ed0d52508628f08cc64d08a889d1af3ed67f70ef71d3549fbc5ee394d79203286cb690ca61a8f8ee0

diff --git a/dev-python/sphinx/files/sphinx-1.5.1-fix-pycode-grammar.patch 
b/dev-python/sphinx/files/sphinx-1.5.1-fix-pycode-grammar.patch
new file mode 100644
index ..e72d4d4
--- /dev/null
+++ b/dev-python/sphinx/files/sphinx-1.5.1-fix-pycode-grammar.patch
@@ -0,0 +1,14 @@
+environment.py has been turned into a directory,
+without actually porting the code using it.
+
+--- a/sphinx/pycode/__init__.py
 b/sphinx/pycode/__init__.py
+@@ -352,7 +352,7 @@
+ import pprint
+ x0 = time.time()
+ # ma = ModuleAnalyzer.for_file(__file__.rstrip('c'), 
'sphinx.builders.html')
+-ma = ModuleAnalyzer.for_file('sphinx/environment.py',
++ma = ModuleAnalyzer.for_file('sphinx/environment/__init__.py',
+  'sphinx.environment')
+ ma.tokenize()
+ x1 = time.time()

diff --git a/dev-python/sphinx/metadata.xml b/dev-python/sphinx/metadata.xml
index f4d877b..fe4bfd2 100644
--- a/dev-python/sphinx/metadata.xml
+++ b/dev-python/sphinx/metadata.xml
@@ -1,13 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pyt...@gentoo.org
-Python
-  
-  Sphinx is a tool to create documentation for 
Python projects (or
-other documents consisting of multiple reStructuredText 
sources).
-  
-Sphinx
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   Sphinx is a tool to create documentation for 
Python projects (or other documents consisting of multiple reStructuredText 
sources).
+   
+   Sphinx
+   
+   
+   enable internet capabilities
+   
 

diff --git a/dev-python/sphinx/sphinx-1.5.1.ebuild 
b/dev-python/sphinx/sphinx-1.5.1.ebuild
new file mode 100644
index ..938c086
--- /dev/null
+++ b/dev-python/sphinx/sphinx-1.5.1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="http://sphinx.pocoo.org/ https://pypi.python.org/pypi/Sphinx";
+SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="doc latex net test"
+
+RDEPEND="
+   =dev-python/alabaster-0.7*[${PYTHON_U

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

2017-01-18 Thread NP Hardass
commit: 63cb35d829797f139b3464bbea65fe38d3908602
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Jan 19 00:09:24 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Jan 19 00:09:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cb35d8

app-emulation/wine: Bump mono version and prevent double patch for flex

Package-Manager: portage-2.3.0

 app-emulation/wine/Manifest | 1 +
 app-emulation/wine/wine-.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index a858ca4..d4c44a1 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -46,6 +46,7 @@ DIST wine-mono-4.5.6.msi 53705216 SHA256 
ac681f737f83742d786706529eb85f4bc8d6bdd
 DIST wine-mono-4.6.0.msi 45690368 SHA256 
635c6bc88bad8d6bf8c6016a589627142ae56ac2e7368192102a16fdbaa29cc3 SHA512 
d2ab7a7b98d18132cc28ffd52352fcc6cdb16b1750a658e9ec961044e808e4e8e1605732f1e87bbb6a275f57fdb94aebaab3760f679472358c7df608b0fa3262
 WHIRLPOOL 
f8f6e83be5bd4eb7bde6e6c0d1f17bd4d4c887c52fa2018f20e51a30ca7ec0a9550884423298bc571587fe3c203f921057d91c3c78c12ebf9e911996bdd7e77d
 DIST wine-mono-4.6.2.msi 45676544 SHA256 
a46c5b32b6ed66e2e8d7ac9b15ff9ffe143a3aa6f12f2ea07a6ca9a4d2023e41 SHA512 
7ff31b64539976cc4d5ded1b38549c9bec620ee7679b5a53093195b7df1a93a57db04ef81d94342ec6e4389fef356660e3eb4c35e7b50b6df98288ca19eb633f
 WHIRLPOOL 
eef536a301127f78b06d56054a95e86e73ce7ecd0522a41f6d581d6cfb8660ded5b8148e00e9f8ee77361bfa4a66996559480cd7881c4d132169b5de698f4ef2
 DIST wine-mono-4.6.3.msi 45591040 SHA256 
f883e88ae78c7ea3d887c24023aa1ed03bb71a83f717c6595abf18b31fef28b9 SHA512 
b940d7c07d0892ac76ad9e4c3d4d159afeee43765b6bfe07f14beee1fc8674b58a9af20a5ee0a4d9667a15b83a0e6538c0143b9072c677dd753e32bbdd17065b
 WHIRLPOOL 
f04002904d99dc2615a179c13ae810c8208808c60c5e5eda7f9c3f07163d645cccf6f74d4354331fa25dfb41ef2c24e432f83670a3e7c3a90fa6d144b3d193b9
+DIST wine-mono-4.6.4.msi 45592064 SHA256 
91b7d58177b9a9355edf007dab94535471aebdddae12734ceb4a219d2ecc4152 SHA512 
1d50df5d4d000998c74fbee79b8ffc691d88ee3b34db9fd7124e0df68d6f84768ece489ac8c3f5f3141c2073c8666b93ae23ca6cd652a6542a821df3d1b66b6d
 WHIRLPOOL 
54b77eabdb357822a89f3ff0d318755d0bae60a4a1df44ad33e663138d3f874f2bd271368df86e350ecc96908e77e82cc9ff7eef6cd80e20998b5cfc068703df
 DIST wine-staging-1.8.1.tar.gz 9598557 SHA256 
12a4e54376515e2ab8ad79855ba724ba065c8de619c5da192ec528cc365f9c97 SHA512 
d24bb78aed1e50ad73e742608048a68097d40e3c6563c1bd5adc2fab6abe0838dbce2d9f700ef71d876c6dfee232e97bef91bbc8f6b6c9092ff8db5a2d0f05ac
 WHIRLPOOL 
cb1400586860d4e6dad3f3bad78bdde27f8ea9fb703180533f5852368041879efe93e716df8f54bbeabba38b7d921ec0e2737bc6121c8cb5fd5af8d117d7e538
 DIST wine-staging-1.8.2.tar.gz 9593817 SHA256 
388cdcdfcb80df56df10c0487c03b1f2a5d5ad5762eaf4036ea59dacd43eb64c SHA512 
8dc795b99cecdc852d9725c90250de1441f2a9ba8abb96f9c7340115541cd670efd1e8640d34502c15a6e3eb77a1d9fc581f5464109976e148665ab25465b7b9
 WHIRLPOOL 
0a54f239fb21201bc72e72aa3fd5f94b5411a8fdbda85515b53cf04d77439d7d98db3c385a175036b1d3478af071e478f1fb16050823c6455078f719ab85b2b6
 DIST wine-staging-1.8.3.tar.gz 9581722 SHA256 
f217439b29c296f9f61f5bfc84b17d97ae86e2fe87e3a2a0b259889c4dcdb65e SHA512 
762f1d6569d5b585540e9adf2cfe9a4a76b958e5f4e4442265b19abc1e621b2020ca77896c6aa7c34d19b792084693468ca0f07ec6e90361f5e8a95c5bbec8da
 WHIRLPOOL 
a23cfaa28d7abd78cba8306b57a5900ce2d6a720aa6f580ec7dacd159c4648442ad994d68d428ce9690e35713d4c75d4b42a18d307897a51230bc0183999e752

diff --git a/app-emulation/wine/wine-.ebuild 
b/app-emulation/wine/wine-.ebuild
index b6f6e76..19c2d39 100644
--- a/app-emulation/wine/wine-.ebuild
+++ b/app-emulation/wine/wine-.ebuild
@@ -22,9 +22,9 @@ else
 fi
 
 VANILLA_GV="2.47"
-VANILLA_MV="4.6.3"
+VANILLA_MV="4.6.4"
 STAGING_GV="2.47"
-STAGING_MV="4.6.3"
+STAGING_MV="4.6.4"
 [[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
 STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
@@ -347,6 +347,7 @@ src_prepare() {
ewarn "Wine bugzilla should explicitly state that staging was 
used."
 
local STAGING_EXCLUDE=""
+   STAGING_EXCLUDE="${STAGING_EXCLUDE} -W 
winhlp32-Flex_Workaround" # Avoid double patching 
https://bugs.winehq.org/show_bug.cgi?id=42132
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W 
Pipelight"
 
# Launch wine-staging patcher in a subshell, using eapply as a 
backend, and gitapply.sh as a backend for binary patches



[gentoo-commits] proj/linux-patches: New tag: 4.1-44

2017-01-18 Thread Alice Ferrazzi
commit: 
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Thu Jan 19 00:08:04 2017 +

New tag: 4.1-44




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

2017-01-18 Thread Mike Pagano
commit: 2671229d06fc782300506084f091cba12a064108
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 18 23:54:26 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 18 23:54:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2671229d

sys-kernel/gentoo-sources: Linux patch 3.18.46 and 3.18.47. Removal of 
redundant patch.

Package-Manager: portage-2.3.0

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e453224..1386e06 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-3.18-43.extras.tar.xz 16176 SHA256 
5c2df2453a5d742d5b47758cc0959
 DIST genpatches-3.18-45.base.tar.xz 1129464 SHA256 
70795d777e2076e75a8826f6e85dac7c701cbf5f151c9ce11c5cbef2d95f7e0a SHA512 
f78e275519eaf98946b7bee7e0f806c2b2c0983d22ec0502e39e0147a35b0829c716a11ff296ab0fd634a64163678a9b1a76017805e413ba820e42b36e7cc4db
 WHIRLPOOL 
15e44fec693874c2657960c2564f7945c880b18c431d68d935ba3f065f751adec2604bfe5eeaa852fff5f4c527e3bd83fb88fab6a064e7a513906a4673c406f5
 DIST genpatches-3.18-45.experimental.tar.xz 61732 SHA256 
b4b67f6f20c4a71ad97c0791445c744cd5fbcac0c274acc8ae1a323e5255de2d SHA512 
1ad62d4f1ff57a24bb0e3737560ec3a7bcb3a4de07d64fdf3de17bbe23a82acb31c823ad92282e0b2d32eca5ed424cf4b99b86ac20130d88c91e3e41478e23fd
 WHIRLPOOL 
135f6c5125f28b60ed6aad97441143933f74b7d09c75748133836ba5fc9190f832351b1d39ee9850dfd17805494a0c3442b3c0a7bba52a4f88dda4de9112c7f0
 DIST genpatches-3.18-45.extras.tar.xz 16404 SHA256 
501bffca23a82219e96af8ab29e2f23acfebf0f5be78a22419585a2a6e00180c SHA512 
3951bbe832b9cd848c43d17e65e79891f30ef05b51bd6e64c202f9b6f713619c448fa91ec2d79ce5f842883aa2f91c804feb8276e51fe61d7bb57552326dd919
 WHIRLPOOL 
57299f70f0b712a50ce767b4afde213afc603b284588ddf412aabf8a101f661001c848f6d00be704b0f97756e08bb9bb7470380df4a33ea932d5f99b7b5b591a
+DIST genpatches-3.18-46.base.tar.xz 1147020 SHA256 
4fb91a24289634854f48557ee9b83ce03adb505b63ffd648ee10ef7e2aa486c9 SHA512 
3858604b9e0f549d7ec9a06a065e99eed36759d338a738a227f2308bf24aeba8dad38ad8bdb7774f58bd18aa12b573ff7095aea35f6235fd0c52ecb167f7aab0
 WHIRLPOOL 
5c98e479fbf5685841cb90635ae1609f5461ded5ad285d088f4d3fcb76f41a68d600efeffbc8477f525fc0223dfbfc941c88e6bd07d5537f7df92b561f1cb2a3
+DIST genpatches-3.18-46.experimental.tar.xz 61744 SHA256 
6c1078514e22483238c48c158dd89b13bc236e6267b21668279a99ed3c980e46 SHA512 
1c3db394ca8a059836237a0976bdd7a5f7132c2191b4050d59b7420937881f199170f8cd7bcd90f3e13de7c64fb7328beb88c1e7bf217b3cff159def20421f0f
 WHIRLPOOL 
3854ae9129cdbe839b26cee60f85b153329621c8697f77d3a42fb84f5cbad3cd6966d3656a717aeec888e597a3ec305adbc6e79c9c38f97da9ad8f2d038838f1
+DIST genpatches-3.18-46.extras.tar.xz 16408 SHA256 
ffd14d819bbf1dbb6b7c5c2e3eb3d2e5f9542b77369f6f1763f6678b18fa1093 SHA512 
88d78ce5fe3182fc43a1c86d2c922ee0325f8d9e99f6d3b61b7928470a1ce46cbffc7eaa8f44191250c854869ef7e537b8a3ddf8ebaa811d82c9a40a0d3bbaf4
 WHIRLPOOL 
d8feef7c057052b02f7b63b8a650c49bcf8cc316d5f62a806dc618c1f7f96a84b385aebbb42f4084a31f96760c10ae551a765bc8c66ba360c8426d3a5c07e156
 DIST genpatches-3.4-96.base.tar.xz 1492036 SHA256 
5dc75acc50da0da153e2d374690c9da56ae2f0bf818d589bde749326ea998f4f SHA512 
e22aec7a1b9f2e4271fe666a8b750b1b5eab21ca05a298a785ed28e6f209f11f6cfe7e0c14ceb4f9a027f6c9a8853ef26bc91c487234caabf72c9d0c110f0dff
 WHIRLPOOL 
ebb47d781a6207c54637c03ddb9452679ec3fc93535542087f5713f893b01963542072dce343fdbe569535055fa62e646bed3c0b7daa559ee00acb97ad1f907f
 DIST genpatches-3.4-96.extras.tar.xz 18232 SHA256 
4943a7821c3518f5b359bdc6802a69e36bb02a580fa023513789dea1730bd469 SHA512 
2340238580655e70de67a5f0b31875d4e33ad70218e477e55addb5e963b6d4868133cd3593566934568f4e7bd94aa5e4b9ed9f01d5b0447bf5626784be246f39
 WHIRLPOOL 
35d00040495172b10c52a9b3e4a97ac643bcf0497b547b3f66ed45c413f181dcce245e1beba3296ec4441a5e2b4a666fe15b26e9a5a41b7c4af22d78e14edcab
 DIST genpatches-3.4-97.base.tar.xz 1492500 SHA256 
6266de3989981edb8ea0d23ec0a24ae1e25b0a770608138c9dbe964e4ef63070 SHA512 
d459c7eca973adc3d502c735a1bdac17053758b3d959f178c4d3f6f24c70436d7ef8577e1587361e800fc39f93812b3b23cd1a50e75da51a322e078e0d9ccc16
 WHIRLPOOL 
266ea8bc0f4d14d7e2eb98851a2a73b830f87e140030450f1d1c5d298d7e2d259bb69c2062563eb36e678e64f2b9deaeac644958d517b52329b174a98e34a1d7

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.18.47.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.18.47.ebuild
new file mode 100644
index ..177f129
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.18.47.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="46"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORD

[gentoo-commits] proj/linux-patches:4.1 commit in: /

2017-01-18 Thread Alice Ferrazzi
commit: d98fbf46c2bf583f517b78dda8df9422fdffe1b2
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Jan 18 23:49:33 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Jan 18 23:49:33 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=d98fbf46

Linux patch 4.1.38

 _README |4 +
 1037_linux-4.1.38.patch | 2415 +++
 2 files changed, 2419 insertions(+)

diff --git a/_README b/_README
index e28d8f1..061bd5e 100644
--- a/_README
+++ b/_README
@@ -191,6 +191,10 @@ Patch:  1036_linux-4.1.37.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.1.37
 
+Patch:  1037_linux-4.1.38.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.1.38
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1037_linux-4.1.38.patch b/1037_linux-4.1.38.patch
new file mode 100644
index 000..a0b5049
--- /dev/null
+++ b/1037_linux-4.1.38.patch
@@ -0,0 +1,2415 @@
+diff --git a/Documentation/virtual/kvm/api.txt 
b/Documentation/virtual/kvm/api.txt
+index 9fa2bf8c3f6f..7830f1c34a7d 100644
+--- a/Documentation/virtual/kvm/api.txt
 b/Documentation/virtual/kvm/api.txt
+@@ -1955,6 +1955,7 @@ registers, find a list below:
+   PPC   | KVM_REG_PPC_TM_VSCR   | 32
+   PPC   | KVM_REG_PPC_TM_DSCR   | 64
+   PPC   | KVM_REG_PPC_TM_TAR| 64
++  PPC   | KVM_REG_PPC_TM_XER| 64
+ |   |
+   MIPS  | KVM_REG_MIPS_R0   | 64
+   ...
+diff --git a/Makefile b/Makefile
+index df72b644f78c..1aba5352e0bd 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 1
+-SUBLEVEL = 37
++SUBLEVEL = 38
+ EXTRAVERSION =
+ NAME = Series 4800
+ 
+diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c
+index 7d0f07020c80..ab19044815f5 100644
+--- a/arch/arm/xen/enlighten.c
 b/arch/arm/xen/enlighten.c
+@@ -218,8 +218,7 @@ static int __init xen_guest_init(void)
+* for secondary CPUs as they are brought up.
+* For uniformity we use VCPUOP_register_vcpu_info even on cpu0.
+*/
+-  xen_vcpu_info = __alloc_percpu(sizeof(struct vcpu_info),
+- sizeof(struct vcpu_info));
++  xen_vcpu_info = alloc_percpu(struct vcpu_info);
+   if (xen_vcpu_info == NULL)
+   return -ENOMEM;
+ 
+diff --git a/arch/powerpc/boot/ps3-head.S b/arch/powerpc/boot/ps3-head.S
+index b6fcbaf5027b..3dc44b05fb97 100644
+--- a/arch/powerpc/boot/ps3-head.S
 b/arch/powerpc/boot/ps3-head.S
+@@ -57,11 +57,6 @@ __system_reset_overlay:
+   bctr
+ 
+ 1:
+-  /* Save the value at addr zero for a null pointer write check later. */
+-
+-  li  r4, 0
+-  lwz r3, 0(r4)
+-
+   /* Primary delays then goes to _zimage_start in wrapper. */
+ 
+   or  31, 31, 31 /* db16cyc */
+diff --git a/arch/powerpc/boot/ps3.c b/arch/powerpc/boot/ps3.c
+index 4ec2d86d3c50..a05558a7e51a 100644
+--- a/arch/powerpc/boot/ps3.c
 b/arch/powerpc/boot/ps3.c
+@@ -119,13 +119,12 @@ void ps3_copy_vectors(void)
+   flush_cache((void *)0x100, 512);
+ }
+ 
+-void platform_init(unsigned long null_check)
++void platform_init(void)
+ {
+   const u32 heapsize = 0x100 - (u32)_end; /* 16MiB */
+   void *chosen;
+   unsigned long ft_addr;
+   u64 rm_size;
+-  unsigned long val;
+ 
+   console_ops.write = ps3_console_write;
+   platform_ops.exit = ps3_exit;
+@@ -153,11 +152,6 @@ void platform_init(unsigned long null_check)
+ 
+   printf(" flat tree at 0x%lx\n\r", ft_addr);
+ 
+-  val = *(unsigned long *)0;
+-
+-  if (val != null_check)
+-  printf("null check failed: %lx != %lx\n\r", val, null_check);
+-
+   ((kernel_entry_t)0)(ft_addr, 0, NULL);
+ 
+   ps3_exit();
+diff --git a/arch/powerpc/include/asm/kvm_host.h 
b/arch/powerpc/include/asm/kvm_host.h
+index a193a13cf08b..7fe65af0035d 100644
+--- a/arch/powerpc/include/asm/kvm_host.h
 b/arch/powerpc/include/asm/kvm_host.h
+@@ -532,6 +532,7 @@ struct kvm_vcpu_arch {
+   u64 tfiar;
+ 
+   u32 cr_tm;
++  u64 xer_tm;
+   u64 lr_tm;
+   u64 ctr_tm;
+   u64 amr_tm;
+diff --git a/arch/powerpc/include/uapi/asm/kvm.h 
b/arch/powerpc/include/uapi/asm/kvm.h
+index ab4d4732c492..720b71a636c8 100644
+--- a/arch/powerpc/include/uapi/asm/kvm.h
 b/arch/powerpc/include/uapi/asm/kvm.h
+@@ -587,6 +587,7 @@ struct kvm_get_htab_header {
+ #define KVM_REG_PPC_TM_VSCR   (KVM_REG_PPC_TM | KVM_REG_SIZE_U32 | 0x67)
+ #define KVM_REG_PPC_TM_DSCR   (KVM_REG_PPC_TM | KVM_REG_SIZE_U64 | 0x68)
+ #define KVM_REG_PPC_TM_TAR(KVM_REG_PPC_TM | KVM_REG_SIZE_U64 | 0x69)
++#define KVM_REG_PPC_TM_XER(KVM_REG_PPC_TM | KVM_REG_SIZE_U64 | 0x6a)
+ 
+ /* PPC64 eXternal Interrupt Controller Specification */
+ #define KVM_DEV_XICS_GRP_SOURCES  

[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2017-01-18 Thread Jory Pratt
commit: 26b0aa68025a309ea1da9a114caacb90feb2bbb5
Author: Craig Andrews  integralblue  com>
AuthorDate: Wed Jan 18 22:50:59 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Jan 18 23:47:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b0aa68

media-tv/kodi: upower and gold fixes

* -16.1-r2, -17.0_rc3-r2, -: adjust the upower dependency
* -16.1-r2, -17.0_rc3-r2, -: always use the system linker instead of always 
trying (inappropriately based on the way Gentoo works) to use gold

Gentoo-bug: 583230, 606124
Closes: https://github.com/gentoo/gentoo/pull/3535

 media-tv/kodi/kodi-16.1-r2.ebuild  | 304 +
 .../{kodi-.ebuild => kodi-17.0_rc3-r2.ebuild}  |   7 +-
 media-tv/kodi/kodi-.ebuild |   7 +-
 3 files changed, 315 insertions(+), 3 deletions(-)

diff --git a/media-tv/kodi/kodi-16.1-r2.ebuild 
b/media-tv/kodi/kodi-16.1-r2.ebuild
new file mode 100644
index ..e95080f
--- /dev/null
+++ b/media-tv/kodi/kodi-16.1-r2.ebuild
@@ -0,0 +1,304 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Does not work with py3 here
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit eutils linux-info python-single-r1 multiprocessing autotools 
toolchain-funcs
+
+CODENAME="Jarvis"
+case ${PV} in
+)
+   EGIT_REPO_URI="git://github.com/xbmc/xbmc.git"
+   inherit git-r3
+   ;;
+*)
+   MY_PV=${PV/_p/_r}
+   MY_PV=${MY_PV//_alpha/a}
+   MY_PV=${MY_PV//_beta/b}
+   MY_PV=${MY_PV//_rc/rc}
+   MY_P="${PN}-${MY_PV}"
+   
SRC_URI="https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz
+   https://dev.gentoo.org/~soap/distfiles/${PN}-${PV}-gcc-6.patch
+   !java? ( 
https://github.com/candrews/gentoo-kodi/raw/master/${MY_P}-generated-addons-r1.tar.xz
 )"
+   KEYWORDS="~amd64 ~x86"
+
+   S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
+   ;;
+esac
+
+DESCRIPTION="Kodi is a free and open source media-player and entertainment hub"
+HOMEPAGE="https://kodi.tv/ http://kodi.wiki/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="airplay alsa bluetooth bluray caps cec css dbus debug gles java joystick 
midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp systemd test 
+texturepacker udisks upnp upower +usb vaapi vdpau webserver +X zeroconf"
+# gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
+REQUIRED_USE="
+   || ( gles opengl )
+   ?? ( gles vaapi )
+   udisks? ( dbus )
+   upower? ( dbus )
+"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   app-arch/bzip2
+   app-arch/unzip
+   app-arch/zip
+   app-i18n/enca
+   airplay? ( app-pda/libplist )
+   dev-libs/boost:=
+   dev-libs/expat
+   dev-libs/fribidi
+   dev-libs/libcdio[-minimal]
+   cec? ( >=dev-libs/libcec-3.0 )
+   dev-libs/libpcre[cxx]
+   dev-libs/libxml2
+   dev-libs/libxslt
+   >=dev-libs/lzo-2.04
+   dev-libs/tinyxml[stl]
+   >=dev-libs/yajl-2
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   media-fonts/corefonts
+   media-fonts/roboto
+   alsa? ( media-libs/alsa-lib )
+   media-libs/flac
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/jasper:=
+   media-libs/jbigkit
+   >=media-libs/libass-0.9.7
+   bluray? ( >=media-libs/libbluray-0.7.0 )
+   css? ( media-libs/libdvdcss )
+   media-libs/libmad
+   media-libs/libmodplug
+   media-libs/libmpeg2
+   media-libs/libogg
+   media-libs/libpng:0=
+   media-libs/libsamplerate
+   joystick? ( media-libs/libsdl2 )
+   >=media-libs/taglib-1.8
+   media-libs/libvorbis
+   media-libs/tiff:0=
+   media-sound/dcadec
+   pulseaudio? ( media-sound/pulseaudio )
+   media-sound/wavpack
+   >=media-video/ffmpeg-2.6:=[encode]
+   rtmp? ( media-video/rtmpdump )
+   nfs? ( net-fs/libnfs:= )
+   webserver? ( net-libs/libmicrohttpd[messages] )
+   sftp? ( net-libs/libssh[sftp] )
+   net-misc/curl
+   samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
+   bluetooth? ( net-wireless/bluez )
+   dbus? ( sys-apps/dbus )
+   caps? ( sys-libs/libcap )
+   sys-libs/zlib
+   virtual/jpeg:0=
+   usb? ( virtual/libusb:1 )
+   mysql? ( virtual/mysql )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   >=media-libs/glew-1.5.6:=
+   )
+   gles? (
+   media-libs/mesa[gles2]
+   )
+   vaapi? ( x11-libs/libva[opengl] )
+   vdpau? (
+   || ( >=x11-libs/libvdpau-1.1 
>=x11-drivers/nvidia-drivers-180.51 )
+   media-video/ffmpeg[vdpau]
+   )
+   X? (
+   x11-apps/xdpyinfo
+   x11-apps/mesa-progs
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   

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

2017-01-18 Thread Lars Wendler
commit: 8a278563748e136559a6cc193ae3895c6412c882
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 22:04:49 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 23:36:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a278563

media-sound/mixxx: Fixed compilation with >=media-libs/chromaprint-1.4

Fixes Gentoo bug #604528

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../mixxx/files/mixxx-2.0.0-chromaprint-1.4.patch  | 40 ++
 media-sound/mixxx/mixxx-2.0.0-r3.ebuild|  3 +-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/media-sound/mixxx/files/mixxx-2.0.0-chromaprint-1.4.patch 
b/media-sound/mixxx/files/mixxx-2.0.0-chromaprint-1.4.patch
new file mode 100644
index ..77827f3
--- /dev/null
+++ b/media-sound/mixxx/files/mixxx-2.0.0-chromaprint-1.4.patch
@@ -0,0 +1,40 @@
+Backported chromaprint-1.4 API changes based on the fix suggested in:
+https://github.com/mixxxdj/mixxx/pull/1073
+
+and the work done by Charlie Gehlin in:
+https://bugs.gentoo.org/604528
+
+--- mixxx-2.0.0/src/musicbrainz/chromaprinter.cpp
 mixxx-2.0.0/src/musicbrainz/chromaprinter.cpp
+@@ -25,6 +25,16 @@
+ 
+ QString ChromaPrinter::calcFingerPrint(const Mixxx::SoundSourcePointer& 
pSoundSource) {
+ 
++// Type declarations of *fprint and *encoded pointers need to account for 
Chromaprint API version
++// (void* -> uint32_t*) and (void* -> char*) changed in versions v1.4.0 
or later -- alyptik 12/2016
++#if (CHROMAPRINT_VERSION_MINOR > 3) || (CHROMAPRINT_VERSION_MAJOR > 1)
++  typedef uint32_t* uint32_p;
++  typedef char* char_p;
++#else
++  typedef void* uint32_p;
++  typedef void* char_p;
++#endif
++
+ // this is worth 2min of audio, multiply by 2 because we have 2 channels
+ // AcoustID only stores a fingerprint for the first two minutes of a song
+ // on their server so we need only a fingerprint of the first two minutes
+@@ -57,12 +67,12 @@
+ }
+ chromaprint_finish(ctx);
+ 
+-void* fprint = NULL;
++uint32_p fprint = NULL;
+ int size = 0;
+ int ret = chromaprint_get_raw_fingerprint(ctx, &fprint, &size);
+ QByteArray fingerprint;
+ if (ret == 1) {
+-void* encoded = NULL;
++char_p encoded = NULL;
+ int encoded_size = 0;
+ chromaprint_encode_fingerprint(fprint, size,
+CHROMAPRINT_ALGORITHM_DEFAULT,

diff --git a/media-sound/mixxx/mixxx-2.0.0-r3.ebuild 
b/media-sound/mixxx/mixxx-2.0.0-r3.ebuild
index 3856e2e..c9ae13a 100644
--- a/media-sound/mixxx/mixxx-2.0.0-r3.ebuild
+++ b/media-sound/mixxx/mixxx-2.0.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -70,6 +70,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.0.0-docs.patch
"${DISTDIR}"/${P}-ffmpeg30.patch
"${DISTDIR}"/${P}-ffmpeg31.patch
+   "${FILESDIR}"/${P}-chromaprint-1.4.patch #604528
 )
 
 src_prepare() {



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

2017-01-18 Thread Zac Medico
commit: 759e993a20c03366bc5de082e17ecfca2d6d9790
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jan 18 22:41:34 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan 18 22:51:56 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=759e993a

depgraph: fix 'SonameAtom' object is not subscriptable (bug 606464)

Fixes: 11467fc64099 ("depgraph: soname dependency resolution (bug 282639)")
X-Gentoo-Bug: 606464
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=606464

 pym/_emerge/depgraph.py | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 7a1427d..ce0fde1 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -1449,10 +1449,7 @@ class depgraph(object):
continue
 
for parent, atom in 
self._dynamic_config._parent_atoms.get(other, []):
-   atom_set = InternalPackageSet(
-   initial_atoms=(atom,), 
allow_repo=True)
-   if not 
atom_set.findAtomForPackage(pkg,
-   
modified_use=self._pkg_use_enabled(pkg)):
+   if not 
atom.match(pkg.with_use(self._pkg_use_enabled(pkg))):

self._dynamic_config._conflict_missed_update[pkg].setdefault(
"slot 
conflict", set())

self._dynamic_config._conflict_missed_update[pkg]["slot conflict"].add(



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

2017-01-18 Thread Patrice Clement
commit: d6e751db20bb2089600ff4bc0bd4da451b1bb9ae
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jan 18 22:59:12 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan 18 22:59:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e751db

sys-apps/noexec: EAPI 6 bump.

Package-Manager: portage-2.3.0

 sys-apps/noexec/noexec-1.1.0-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/sys-apps/noexec/noexec-1.1.0-r1.ebuild 
b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
new file mode 100644
index ..5539aa8
--- /dev/null
+++ b/sys-apps/noexec/noexec-1.1.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a package for preventing processes from using exec system calls"
+HOMEPAGE="http://noexec.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="sys-libs/glibc"
+
+DOCS=( AUTHORS BUGS ChangeLog NEWS README )
+
+src_install() {
+   emake install DESTDIR="${D}"
+   einstalldocs
+}



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

2017-01-18 Thread Patrice Clement
commit: e0fea1005291529f6ece755a44aefea901d8e7e1
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jan 18 22:59:30 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan 18 22:59:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fea100

sys-apps/noexec: clean up old.

Package-Manager: portage-2.3.0

 sys-apps/noexec/noexec-1.1.0.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/sys-apps/noexec/noexec-1.1.0.ebuild 
b/sys-apps/noexec/noexec-1.1.0.ebuild
deleted file mode 100644
index 197fa74..
--- a/sys-apps/noexec/noexec-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="a package for preventing processes from using exec system calls"
-HOMEPAGE="http://noexec.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=sys-libs/glibc-2.3.2-r9"
-
-src_install() {
-   make install DESTDIR=${D} || die "installation failed"
-   dodoc AUTHORS BUGS ChangeLog NEWS README
-}



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

2017-01-18 Thread Christoph Junghans
commit: fa2ab8aded75470b45b904895c18733be541153e
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 18 22:35:29 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 18 22:35:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2ab8ad

sys-cluster/charm: version bump

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 sys-cluster/charm/Manifest   |   1 +
 sys-cluster/charm/charm-6.7.1.ebuild | 211 +++
 2 files changed, 212 insertions(+)

diff --git a/sys-cluster/charm/Manifest b/sys-cluster/charm/Manifest
index 240348a..f084353 100644
--- a/sys-cluster/charm/Manifest
+++ b/sys-cluster/charm/Manifest
@@ -1,3 +1,4 @@
 DIST charm-6.5.1.tar.gz 19265741 SHA256 
68aa43e2a6e476e116a7e80e385c25c6ac6497807348025505ba8bfa256ed34a SHA512 
1a25c76f3699e30d0614e85f39ea0f594896cbc299b0e670c52fcea176171e8834ea7f9ba3ba0c1957598b0f1cbfa6a4ed9279ae0c030fa32faa6acca879b694
 WHIRLPOOL 
0def514af09c137b951842250fe112c68e573e8eff7d5911a71ccbe55cc38b319f1d9c4587e706777f748b0c1ef69b63c4161bbf663b05984a566ff325fa49c3
 DIST charm-6.6.0.tar.gz 18779545 SHA256 
c916010f2d4cc2c6bd30ea19764839d0298fb56d1696d8ff08d9fa9a61dfb1c9 SHA512 
fd6cc2fa8919198fdceb8187101882a61fe974fed3ddd65b102c95b850877429fe0675a55d54075e4a2accad134f615ff717a7dd39fbd9af5fa65a5c87d34e0b
 WHIRLPOOL 
97cfbb45c9456e79d3b6f868c6acfbf8c8701f87743139a17cdb25fbb3a90fdf9a137e8da04df0ab25569ca1b9307c910fe02dc61a84b247bf81d112e0547317
 DIST charm-6.6.1.tar.gz 125697465 SHA256 
2aa16fd3015dce0a0932ab5253578a72ddbcb889bc0d23584c42b28446915467 SHA512 
139409fff76ac9811b2efe6605579a877738f873b112d4e4da25f079598f6c238cf76e677ed3cf3f92aa59f29710feea3e96e59e6010e186e4191dfa4c3ef92e
 WHIRLPOOL 
d56dd8a2cf11152bcc8dd5d1bd166d28bebca02e81bb6fdc3de6c5bf4a6bdcd72f7b854cf42576d32d23fe994a207451ebca44ac9cf6a5d8b982d2e4141d422b
+DIST charm-6.7.1.tar.gz 18843211 SHA256 
744a093874fbac03b6ae8be3ce434eff46b2ee778561e860802ed578e0810fdf SHA512 
08581ad58ea737bb118ad1d382feeae2cec2ec0fd8ea1a227e2cb8080c40ba0d043de6c867de0dfa470b2291638b1b6bf6d52c89b4e4b6c9f1fdd824ac601436
 WHIRLPOOL 
efb8de98cbef4f2842877725160aa4371f444a0901f7064cc07a184790516dda1882341cf59500506e41263eaaed2eb585f80b4f29744b680794b62f103d9c1d

diff --git a/sys-cluster/charm/charm-6.7.1.ebuild 
b/sys-cluster/charm/charm-6.7.1.ebuild
new file mode 100644
index ..cacc25b
--- /dev/null
+++ b/sys-cluster/charm/charm-6.7.1.ebuild
@@ -0,0 +1,211 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+FORTRAN_STANDARD="90"
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic fortran-2 multilib multiprocessing python-any-r1 
toolchain-funcs
+
+DESCRIPTION="Message-passing parallel language and runtime system"
+HOMEPAGE="http://charm.cs.uiuc.edu/";
+SRC_URI="http://charm.cs.uiuc.edu/distrib/${P}.tar.gz";
+
+LICENSE="charm"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="charmdebug charmtracing charmproduction cmkopt doc examples mlogft mpi 
ampi numa smp static-libs syncft tcp"
+
+RDEPEND="mpi? ( virtual/mpi )"
+DEPEND="
+   ${RDEPEND}
+   doc? (
+   >=app-text/poppler-0.12.3-r3[utils]
+   dev-tex/latex2html
+   virtual/tex-base
+   $(python_gen_any_dep '
+   >=dev-python/beautifulsoup-4[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   ')
+   media-libs/netpbm
+   ${PYTHON_DEPS}
+   )"
+
+REQUIRED_USE="
+   cmkopt? ( !charmdebug !charmtracing )
+   charmproduction? ( !charmdebug !charmtracing )"
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+get_opts() {
+   local CHARM_OPTS
+
+   # TCP instead of default UDP for socket comunication
+   # protocol
+   CHARM_OPTS+="$(usex tcp ' tcp' '')"
+
+   # enable direct SMP support using shared memory
+   CHARM_OPTS+="$(usex smp ' smp' '')"
+
+   CHARM_OPTS+="$(usex mlogft ' mlogft' '')"
+   CHARM_OPTS+="$(usex syncft ' syncft' '')"
+
+   # Build shared libraries by default.
+   CHARM_OPTS+=" --build-shared"
+
+   if use charmproduction; then
+   CHARM_OPTS+=" --with-production"
+   else
+   if use charmdebug; then
+   CHARM_OPTS+=" --enable-charmdebug"
+   fi
+
+   if use charmtracing; then
+   CHARM_OPTS+=" --enable-tracing 
--enable-tracing-commthread"
+   fi
+   fi
+
+   CHARM_OPTS+="$(usex numa ' --with-numa' '')"
+   echo $CHARM_OPTS
+}
+
+src_prepare() {
+   sed \
+   -e "/CMK_CF77/s:[fg]77:$(usex mpi "mpif90" "$(tc-getF77)"):g" \
+   -e "/CMK_CF90/s:f95:$(usex mpi "mpif90" "$(tc-getFC)"):g" \
+   -e "/CMK_CF90/s:\`which f90.*$::g" \
+   -e "/CMK_CXX/s:g++:$(usex mpi "mpic++" "$(tc-getCXX)"):g" \
+   -e "/CMK_C

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

2017-01-18 Thread Johannes Huber
commit: 273797925a53313b7fb1933b07d4058a47ca0528
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan 18 22:29:22 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan 18 22:29:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27379792

x11-themes/redhat-artwork: Drop kdm use flag

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-themes/redhat-artwork/metadata.xml   | 1 -
 x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-themes/redhat-artwork/metadata.xml 
b/x11-themes/redhat-artwork/metadata.xml
index 2d7bbd8..a2f4d17 100644
--- a/x11-themes/redhat-artwork/metadata.xml
+++ b/x11-themes/redhat-artwork/metadata.xml
@@ -10,7 +10,6 @@
 Install Bluecurve cursors
 Install Bluecurve gnome-base/gdm theme
 Install Bluecurve icons
-Install Bluecurve kde-plasma/kdm theme
 Install Bluecurve gnome-base/nautilus 
icons
 
 

diff --git a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild 
b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild
index abd7c67..9d7fd2c 100644
--- a/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild
+++ b/x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 
 SLOT="0"
 KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
-IUSE="audacious cursors gdm icons kdm nautilus"
+IUSE="audacious cursors gdm icons nautilus"
 
 RDEPEND="x11-libs/gtk+:2"
 DEPEND="
@@ -134,7 +134,7 @@ src_install () {
# Some extra features - allows redhat-artwork to be very light:
###
if ! use gdm; then rm -r "${D}"/usr/share/gdm || die; fi
-   if ! use kdm; then rm -r "${D}"/usr/share/apps/kdm || die; fi
+   rm -r "${D}"/usr/share/apps/kdm || die
if ! use cursors; then rm -r "${D}"/usr/share/cursors || die; fi
if ! use icons; then
rm -r "${D}"/usr/share/icons || die



[gentoo-commits] proj/linux-patches: New tag: 3.18-46

2017-01-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 18 21:57:46 2017 +

New tag: 3.18-46




[gentoo-commits] proj/kde-sunset:master commit in: net-libs/libbluedevil/

2017-01-18 Thread Johannes Huber
commit: 0f21c404a32b31c46b77b9bcfafd732427614778
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan 18 21:39:24 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan 18 21:39:24 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0f21c404

net-libs/libbluedevil: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libbluedevil/libbluedevil-2.1.ebuild | 18 ++
 net-libs/libbluedevil/metadata.xml|  5 +
 2 files changed, 23 insertions(+)

diff --git a/net-libs/libbluedevil/libbluedevil-2.1.ebuild 
b/net-libs/libbluedevil/libbluedevil-2.1.ebuild
new file mode 100644
index 000..57cabf4
--- /dev/null
+++ b/net-libs/libbluedevil/libbluedevil-2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Qt wrapper for bluez used in the KDE bluetooth stack"
+HOMEPAGE="https://projects.kde.org/projects/playground/libs/libbluedevil";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=net-wireless/bluez-5"

diff --git a/net-libs/libbluedevil/metadata.xml 
b/net-libs/libbluedevil/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/net-libs/libbluedevil/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+



[gentoo-commits] proj/kde-sunset:master commit in: net-libs/libnm-qt/

2017-01-18 Thread Johannes Huber
commit: 5aa1659a4ebdbcfc229d95f0bf3cf66a09a661f2
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan 18 21:42:26 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan 18 21:42:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5aa1659a

net-libs/libnm-qt: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild | 56 +++
 net-libs/libnm-qt/metadata.xml|  8 +
 2 files changed, 64 insertions(+)

diff --git a/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild 
b/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild
new file mode 100644
index 000..9a9f1f4
--- /dev/null
+++ b/net-libs/libnm-qt/libnm-qt-0.9.8.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_REQUIRED="never"
+inherit kde4-base
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="mirror://kde/unstable/networkmanager-qt/${PV}/src/networkmanager-qt-${PV}.tar.xz
 -> ${P}.tar.xz"
+fi
+
+DESCRIPTION="NetworkManager bindings for Qt"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libnm-qt";
+
+LICENSE="LGPL-2"
+SLOT="0/1"
+IUSE="debug doc modemmanager test"
+
+RDEPEND="
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   net-misc/mobile-broadband-provider-info
+   || (
+   >=net-misc/networkmanager-0.9.8.4[consolekit]
+   >=net-misc/networkmanager-0.9.8.4[systemd]
+   )
+   modemmanager? ( >=net-libs/libmm-qt-1.0.0 )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+"
+
+S=${WORKDIR}/networkmanager-qt-${PV}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_EXAMPLES=OFF
+   $(cmake-utils_use_find_package doc Doxygen)
+   $(cmake-utils_use !modemmanager DISABLE_MODEMMANAGERQT)
+   $(cmake-utils_use !test DISABLE_TESTING)
+   )
+
+   kde4-base_src_configure
+}
+
+src_install() {
+   if use doc; then
+   { cd "${BUILD_DIR}" && doxygen; } || die "Generating 
documentation failed"
+   HTML_DOCS=( "${BUILD_DIR}/doc/html/" )
+   fi
+
+   cmake-utils_src_install
+}

diff --git a/net-libs/libnm-qt/metadata.xml b/net-libs/libnm-qt/metadata.xml
new file mode 100644
index 000..4a21267
--- /dev/null
+++ b/net-libs/libnm-qt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   
+   Enable support for mobile broadband 
devices
+   
+



[gentoo-commits] proj/kde-sunset:master commit in: net-libs/libmm-qt/files/, net-libs/libmm-qt/

2017-01-18 Thread Johannes Huber
commit: f8750ad5bbb2c41e1810952f2a4bba825c9631a6
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan 18 21:44:49 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan 18 21:44:49 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f8750ad5

net-libs/libmm-qt: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../libmm-qt/files/libmm-qt-1.0.1-cxxflags.patch   | 19 ++
 net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild | 30 ++
 net-libs/libmm-qt/metadata.xml |  5 
 3 files changed, 54 insertions(+)

diff --git a/net-libs/libmm-qt/files/libmm-qt-1.0.1-cxxflags.patch 
b/net-libs/libmm-qt/files/libmm-qt-1.0.1-cxxflags.patch
new file mode 100644
index 000..c09af04
--- /dev/null
+++ b/net-libs/libmm-qt/files/libmm-qt-1.0.1-cxxflags.patch
@@ -0,0 +1,19 @@
+commit 70697ac8327955a488d79aea1bfd6100f400377a
+Author: Lamarque V. Souza 
+Date:   Sat May 24 14:21:30 2014 -0300
+
+Respect external CMAKE_CXX_FLAGS values.
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5bcf7e2..40ee9c0 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -20,7 +20,7 @@ add_definitions(${QT_DEFINITIONS})
+ include(CheckCXXCompilerFlag)
+ check_cxx_compiler_flag("-Werror=return-type" HAVE_GCC_ERROR_RETURN_TYPE)
+ if (HAVE_GCC_ERROR_RETURN_TYPE)
+-set(CMAKE_CXX_FLAGS "-Werror=return-type")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=return-type")
+ endif()
+ 
+ include_directories(

diff --git a/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild 
b/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
new file mode 100644
index 000..c998228
--- /dev/null
+++ b/net-libs/libmm-qt/libmm-qt-1.0.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_REQUIRED="never"
+inherit kde4-base
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="mirror://kde/unstable/modemmanager-qt/${PV}/src/${P}.tar.xz"
+fi
+
+DESCRIPTION="Modemmanager bindings for Qt"
+HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libmm-qt";
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug"
+
+RDEPEND="
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   net-misc/mobile-broadband-provider-info
+   >=net-misc/networkmanager-0.9.8[modemmanager]
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-cxxflags.patch" )

diff --git a/net-libs/libmm-qt/metadata.xml b/net-libs/libmm-qt/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/net-libs/libmm-qt/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+



[gentoo-commits] proj/linux-patches:3.18 commit in: /

2017-01-18 Thread Mike Pagano
commit: 01cda1ddf8ce6fac303a4eb38985d4497b54bda3
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 18 21:46:15 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 18 21:46:15 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=01cda1dd

Removal of redundant patch

 _README  |  4 --
 1520_fix-race-condition-in-packet-set-ring.patch | 62 
 2 files changed, 66 deletions(-)

diff --git a/_README b/_README
index 4efb409..957c01d 100644
--- a/_README
+++ b/_README
@@ -239,10 +239,6 @@ Patch:  
1510_fs-enable-link-security-restrictions-by-default.patch
 From:   
http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/
 Desc:   Enable link security restrictions by default
 
-Patch:  1520_fix-race-condition-in-packet-set-ring.patch
-From:   
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=84ac7260236a49c79eede91617700174c2c19b0c
-Desc:   packet: fix race condition in packet_set_ring. CVE-2016-8655. Bug 
#601926.
-
 Patch:  1700_ARM-dts-patch-to-support-popoplug-e02.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=508248
 Desc:   ARM: dts: Add support for Pogoplug E02.

diff --git a/1520_fix-race-condition-in-packet-set-ring.patch 
b/1520_fix-race-condition-in-packet-set-ring.patch
deleted file mode 100644
index d85527f..000
--- a/1520_fix-race-condition-in-packet-set-ring.patch
+++ /dev/null
@@ -1,62 +0,0 @@
 a/net/packet/af_packet.c   2016-12-07 18:10:25.785812861 -0500
-+++ b/net/packet/af_packet.c   2016-12-07 18:18:45.597933525 -0500
-@@ -3648,19 +3648,25 @@ packet_setsockopt(struct socket *sock, i
- 
-   if (optlen != sizeof(val))
-   return -EINVAL;
--  if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
--  return -EBUSY;
-   if (copy_from_user(&val, optval, sizeof(val)))
-   return -EFAULT;
-   switch (val) {
-   case TPACKET_V1:
-   case TPACKET_V2:
-   case TPACKET_V3:
--  po->tp_version = val;
--  return 0;
-+  break;
-   default:
-   return -EINVAL;
-   }
-+  lock_sock(sk);
-+  if (po->rx_ring.pg_vec || po->tx_ring.pg_vec) {
-+  ret = -EBUSY;
-+  } else {
-+  po->tp_version = val;
-+  ret = 0;
-+  }
-+  release_sock(sk);
-+  return ret;
-   }
-   case PACKET_RESERVE:
-   {
-@@ -4164,6 +4170,7 @@ static int packet_set_ring(struct sock *
-   /* Added to avoid minimal code churn */
-   struct tpacket_req *req = &req_u->req;
- 
-+  lock_sock(sk);
-   /* Opening a Tx-ring is NOT supported in TPACKET_V3 */
-   if (!closing && tx_ring && (po->tp_version > TPACKET_V2)) {
-   net_warn_ratelimited("Tx-ring is not supported.\n");
-@@ -4245,8 +4252,6 @@ static int packet_set_ring(struct sock *
-   goto out;
-   }
- 
--  lock_sock(sk);
--
-   /* Detach socket from network */
-   spin_lock(&po->bind_lock);
-   was_running = po->running;
-@@ -4294,11 +4299,11 @@ static int packet_set_ring(struct sock *
-   if (!tx_ring)
-   prb_shutdown_retire_blk_timer(po, rb_queue);
-   }
--  release_sock(sk);
- 
-   if (pg_vec)
-   free_pg_vec(pg_vec, order, req->tp_block_nr);
- out:
-+  release_sock(sk);
-   return err;
- }
- 



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/files/, sci-calculators/orpie/

2017-01-18 Thread David Seifert
commit: c891896441d7b6eb6baf247c92fe33ee13025d60
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan 18 21:00:15 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 21:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8918964

sci-calculators/orpie: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533

 sci-calculators/orpie/Manifest |  1 -
 .../orpie/files/orpie-1.5.1-nogsl.patch| 30 -
 sci-calculators/orpie/orpie-1.5.1-r1.ebuild| 33 ---
 sci-calculators/orpie/orpie-1.5.1.ebuild   | 25 ---
 sci-calculators/orpie/orpie-1.5.2.ebuild   | 49 --
 5 files changed, 138 deletions(-)

diff --git a/sci-calculators/orpie/Manifest b/sci-calculators/orpie/Manifest
index 3945241..09d334d 100644
--- a/sci-calculators/orpie/Manifest
+++ b/sci-calculators/orpie/Manifest
@@ -1,2 +1 @@
-DIST orpie-1.5.1.tar.gz 370851 SHA256 
f68ee37a5351c1dd32a68edae253a22a913fc2124bace1f6cf19cc2d422100cd SHA512 
026afcaf37016f07397ba19629a92c5bdffbbec6d25b5f96e9367274afbf7468a7d6626b4ae81d1c9b426dde3a2c66a97e9b48c54dfb3a8079f0d59906f0efb7
 WHIRLPOOL 
30ba5f026ffc1f704a08d6090eabe6d47f8dfe96ec49ba6a6a772dd85337a54fe7de2b382015e832fc0058e7449a1829fedc6fc87683a074d0cac82dad48150e
 DIST orpie-1.5.2.tar.gz 379583 SHA256 
de557fc7f608c6cb1f44a965d3ae07fc6baf2b02a0d7994b89d6a0e0d87d3d6d SHA512 
5deed6d8e8e68ce5286f4d5183315b585adef38f205805ff6ccbbbf3983c97a468e370d0d44ebe2dff596de0ad9dba20401dbc0e4e9bc176bc93b118fd1cc11a
 WHIRLPOOL 
390c681dbc72d9730cbf22551ffa951f77e7a3589bf10c244fd1c0a3bc2ad81107ff8f5ede196b6486f50ed8f106554a8db03b04979cd5a88da31de4c1aeb836

diff --git a/sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch 
b/sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch
deleted file mode 100644
index 8719bfd..
--- a/sci-calculators/orpie/files/orpie-1.5.1-nogsl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 orpie-1.5.1/Makefile.in.orig   2010-06-03 21:02:14.0 +0100
-+++ orpie-1.5.1/Makefile.in2010-06-03 21:02:49.0 +0100
-@@ -38,7 +38,7 @@
- CURSES_LIB = @CURSES_LIB@
- GSL_LIB= @GSL_LIB@
- 
--INCLUDES = -I ./curses -I ./gsl -I ./units
-+INCLUDES = -I ./curses -I /usr/lib/ocaml/gsl -I ./units
- BFLAGS   = -pp camlp4o -g $(INCLUDES) -thread
- OFLAGS   = -pp camlp4o $(INCLUDES) -thread
- BLFLAGS  = -custom -cclib '@LDFLAGS@ $(CURSES_LIB) $(GSL_LIB) -lm'
-@@ -72,16 +72,8 @@
- CURSES_BOBJS = $(CURSES_CMO) $(CURSES_COBJS)
- CURSES_OOBJS = $(CURSES_CMX) $(CURSES_COBJS)
- 
--GSL_CMO = gsl/gsl_error.cmo gsl/gsl_blas.cmo gsl/gsl_complex.cmo 
gsl/gsl_matrix.cmo gsl/gsl_matrix_complex.cmo \
--  gsl/gsl_vector.cmo gsl/gsl_vector_complex.cmo 
gsl/gsl_vector_flat.cmo gsl/gsl_matrix_flat.cmo \
--  gsl/gsl_vector_complex_flat.cmo gsl/gsl_matrix_complex_flat.cmo 
gsl/gsl_vectmat.cmo \
--  gsl/gsl_permut.cmo gsl/gsl_linalg.cmo gsl/gsl_fun.cmo
--GSL_CMX = $(GSL_CMO:.cmo=.cmx)
--GSL_COBJS = gsl/mlgsl_error.o gsl/mlgsl_blas.o gsl/mlgsl_blas_complex.o 
gsl/mlgsl_complex.o \
--   gsl/mlgsl_matrix_complex.o gsl/mlgsl_matrix_double.o 
gsl/mlgsl_vector_double.o gsl/mlgsl_permut.o \
--   gsl/mlgsl_linalg.o gsl/mlgsl_linalg_complex.o gsl/mlgsl_fun.o 
gsl/mlgsl_math.o gsl/mlgsl_sf.o
--GSL_BOBJS = $(GSL_COBJS) $(GSL_CMO)
--GSL_OOBJS = $(GSL_COBJS) $(GSL_CMX)
-+GSL_BOBJS = /usr/lib/ocaml/gsl/gsl.cma
-+GSL_OOBJS = /usr/lib/ocaml/gsl/gsl.cmxa
- 
- UNITS_CMO = units/units.cmo
- UNITS_CMX = $(UNITS_CMO:.cmo=.cmx)

diff --git a/sci-calculators/orpie/orpie-1.5.1-r1.ebuild 
b/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
deleted file mode 100644
index c1bce7c..
--- a/sci-calculators/orpie/orpie-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils autotools
-
-DESCRIPTION="A fullscreen RPN calculator for the console"
-HOMEPAGE="http://pessimization.com/software/orpie/";
-SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz";
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-ml/ocamlgsl
-   sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-ocaml311.patch
-   epatch "${FILESDIR}"/${P}-nogsl.patch
-   epatch "${FILESDIR}"/${P}-orpierc.patch
-   epatch "${FILESDIR}"/${P}-tinfo.patch
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" Makefile.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   use doc && dodoc doc/manual.pdf && dohtml doc/manual.html
-}

diff --git a/sci-calculators/orpie/orpie-1.5.1.ebuild 
b/sci-calculators/orpie/orpie-1.5.1.ebuild
deleted file mode 100644
index ad57b01..
--- a/sci-calculators/orpie/orpie-1.5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 19

[gentoo-commits] repo/gentoo:master commit in: sci-misc/flashdot/

2017-01-18 Thread David Seifert
commit: 3edc0f18c07c53d3c970bea31e134536bf0cf9af
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan 18 21:04:42 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 21:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edc0f18

sci-misc/flashdot: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533

 sci-misc/flashdot/flashdot-1.1.4.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/sci-misc/flashdot/flashdot-1.1.4.ebuild 
b/sci-misc/flashdot/flashdot-1.1.4.ebuild
deleted file mode 100644
index fe83fa9..
--- a/sci-misc/flashdot/flashdot-1.1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Generator for psychophysical experiments"
-HOMEPAGE="http://www.flashdot.info/";
-SRC_URI="
-   mirror://gentoo/${P}.tar.bz2
-https://dev.gentoo.org/~tomka/files/${P}.tar.bz2";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ocamlopt"
-
-DEPEND="
-   >=dev-lang/ocaml-3.10[ocamlopt?]
-   dev-ml/ocamlsdl
-   dev-ml/ocamlgsl
-   dev-ml/lablgl[glut]
-   x11-apps/xdpyinfo"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   MAKEOPTS+=" -j1 VERSION=${PV}"
-   use ocamlopt || MAKEOPTS+=" TARGETS=flashdot_bytecode 
BYTECODENAME=flashdot"
-}
-
-src_install() {
-   emake DESTDIR="${D}" CALLMODE=script install
-}



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

2017-01-18 Thread David Seifert
commit: da1ec5f9c2537498bfa30c4e911603bf38f42d31
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan 18 21:07:16 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 21:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ec5f9

profiles: mask dev-ml/ocamlgsl for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 36c2f0c..e27f79c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (18 Jan 2017)
+# Dead upstream, spiritual successor is dev-ml/gsl-ocaml
+# Masked for removal in 30 days. Bug #574564, #593248, #601912.
+dev-ml/ocamlgsl
+
 # Michael Palimaka  (18 Jan 2017)
 # Relies on dead gstreamer:0.10. Dead upstream.
 # Masked for removal in 30 days. Bug #603270.



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/orpie/

2017-01-18 Thread David Seifert
commit: b2a107d24040665e798ad829863b0c9d3c63d723
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan 18 21:03:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 21:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a107d2

sci-calculators/orpie: Minor touchups

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533

 sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild 
b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
index 862d8dd..5020e93 100644
--- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
+++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,12 +17,12 @@ IUSE="doc"
 
 DEPEND="dev-ml/gsl-ocaml
sys-libs/ncurses:0=
-   || ( 

[gentoo-commits] proj/linux-patches:3.18 commit in: /

2017-01-18 Thread Mike Pagano
commit: 54ad828df23ad0b32ae21e574ae1fe38fd441918
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jan 18 21:38:20 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jan 18 21:38:20 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=54ad828d

Linux patches 3.18.46 and 3.18.47

 _README  |8 +
 1045_linux-3.18.46.patch |  728 ++
 1046_linux-3.18.47.patch | 1831 ++
 3 files changed, 2567 insertions(+)

diff --git a/_README b/_README
index 7eda87f..4efb409 100644
--- a/_README
+++ b/_README
@@ -223,6 +223,14 @@ Patch:  1044_linux-3.18.45.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.18.45
 
+Patch:  1045_linux-3.18.46.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.18.46
+
+Patch:  1046_linux-3.18.47.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.18.47
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1045_linux-3.18.46.patch b/1045_linux-3.18.46.patch
new file mode 100644
index 000..d6886bb
--- /dev/null
+++ b/1045_linux-3.18.46.patch
@@ -0,0 +1,728 @@
+diff --git a/Documentation/arm/CCN.txt b/Documentation/arm/CCN.txt
+index 0632b3aad83e..715776f06df6 100644
+--- a/Documentation/arm/CCN.txt
 b/Documentation/arm/CCN.txt
+@@ -38,7 +38,7 @@ Example of perf tool use:
+ / # perf list | grep ccn
+   ccn/cycles/[Kernel PMU event]
+ <...>
+-  ccn/xp_valid_flit/ [Kernel PMU event]
++  ccn/xp_valid_flit,xp=?,port=?,vc=?,dir=?/  [Kernel PMU event]
+ <...>
+ 
+ / # perf stat -C 0 -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
+diff --git a/Makefile b/Makefile
+index de29f33d03a9..e73fd98d4cfc 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 18
+-SUBLEVEL = 45
++SUBLEVEL = 46
+ EXTRAVERSION =
+ NAME = Diseased Newt
+ 
+diff --git a/arch/arm/include/asm/dma-mapping.h 
b/arch/arm/include/asm/dma-mapping.h
+index 85738b200023..260308cd9b83 100644
+--- a/arch/arm/include/asm/dma-mapping.h
 b/arch/arm/include/asm/dma-mapping.h
+@@ -117,7 +117,7 @@ static inline dma_addr_t virt_to_dma(struct device *dev, 
void *addr)
+ /* The ARM override for dma_max_pfn() */
+ static inline unsigned long dma_max_pfn(struct device *dev)
+ {
+-  return PHYS_PFN_OFFSET + dma_to_pfn(dev, *dev->dma_mask);
++  return dma_to_pfn(dev, *dev->dma_mask);
+ }
+ #define dma_max_pfn(dev) dma_max_pfn(dev)
+ 
+diff --git a/arch/x86/include/asm/tlbflush.h b/arch/x86/include/asm/tlbflush.h
+index cd791948b286..7e459b7ee708 100644
+--- a/arch/x86/include/asm/tlbflush.h
 b/arch/x86/include/asm/tlbflush.h
+@@ -32,7 +32,7 @@ DECLARE_PER_CPU_SHARED_ALIGNED(struct tlb_state, 
cpu_tlbstate);
+ /* Initialize cr4 shadow for this CPU. */
+ static inline void cr4_init_shadow(void)
+ {
+-  this_cpu_write(cpu_tlbstate.cr4, __read_cr4());
++  this_cpu_write(cpu_tlbstate.cr4, __read_cr4_safe());
+ }
+ 
+ /* Set in this cpu's CR4. */
+diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile
+index f52e033557c9..43653ba4d784 100644
+--- a/arch/x86/purgatory/Makefile
 b/arch/x86/purgatory/Makefile
+@@ -12,6 +12,7 @@ targets += purgatory.ro
+ 
+ KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes 
-fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -MD -Os 
-mcmodel=large
+ KBUILD_CFLAGS += -m$(BITS)
++KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
+ 
+ $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE
+   $(call if_changed,ld)
+diff --git a/drivers/bus/arm-ccn.c b/drivers/bus/arm-ccn.c
+index 27fd0dacad5f..4d523cfe51ce 100644
+--- a/drivers/bus/arm-ccn.c
 b/drivers/bus/arm-ccn.c
+@@ -183,6 +183,7 @@ struct arm_ccn {
+   struct arm_ccn_component *xp;
+ 
+   struct arm_ccn_dt dt;
++  int mn_id;
+ };
+ 
+ 
+@@ -322,6 +323,7 @@ struct arm_ccn_pmu_event {
+ static ssize_t arm_ccn_pmu_event_show(struct device *dev,
+   struct device_attribute *attr, char *buf)
+ {
++  struct arm_ccn *ccn = pmu_to_arm_ccn(dev_get_drvdata(dev));
+   struct arm_ccn_pmu_event *event = container_of(attr,
+   struct arm_ccn_pmu_event, attr);
+   ssize_t res;
+@@ -336,6 +338,26 @@ static ssize_t arm_ccn_pmu_event_show(struct device *dev,
+   if (event->mask)
+   res += snprintf(buf + res, PAGE_SIZE - res, ",mask=0x%x",
+   event->mask);
++
++  /* Arguments required by an event */
++  switch (event->type) {
++  case CCN_TYPE_CYCLES:
++  break;
++  case CCN_TYPE_XP:
++  res += snprintf(buf + res, PAGE_SIZE - res,
++  ",xp=?,port=?,vc=?,dir=?");
++  if (event->event == CCN_EVENT_WATCHPOINT)
++  res += snprintf(buf + res, PAGE_SIZE - r

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

2017-01-18 Thread David Seifert
commit: 8617c76a7dfd76788e943867a4101f7c68fb10f0
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan 18 19:51:46 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 21:19:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8617c76a

media-gfx/freecad: Update live ebuild

Gentoo-bug: 569498

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/freecad/freecad-.ebuild | 124 --
 1 file changed, 57 insertions(+), 67 deletions(-)

diff --git a/media-gfx/freecad/freecad-.ebuild 
b/media-gfx/freecad/freecad-.ebuild
index aca47ad..5a117b7 100644
--- a/media-gfx/freecad/freecad-.ebuild
+++ b/media-gfx/freecad/freecad-.ebuild
@@ -1,91 +1,95 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils eutils git-r3 fortran-2 multilib python-single-r1 fdo-mime
+inherit cmake-utils eutils fdo-mime fortran-2 python-single-r1
 
 DESCRIPTION="QT based Computer Aided Design application"
 HOMEPAGE="http://www.freecadweb.org/";
-EGIT_REPO_URI="https://github.com/FreeCAD/FreeCAD.git";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mdadams/jasper.git";
+else
+   SRC_URI="https://github.com/FreeCAD/FreeCAD/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+
 IUSE=""
 
-COMMON_DEPEND=">dev-cpp/eigen-3.2.2:3
-   dev-libs/boost
+#sci-libs/orocos_kdl waiting for Bug 604130 (keyword ~x86)
+#dev-qt/qtgui:4[-egl] and dev-qt/qtopengl:4[-egl] : Bug 564978
+#dev-python/pyside[svg] : Bug 591012
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-cpp/eigen:3
+   dev-java/xerces
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
dev-libs/xerces-c[icu]
-   dev-python/matplotlib
-   dev-python/pyside[X,svg]
-   dev-python/shiboken
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/pyside[X,svg,${PYTHON_USEDEP}]
+   dev-python/shiboken[${PYTHON_USEDEP}]
dev-qt/designer:4
-   dev-qt/qtgui:4
-   dev-qt/qtopengl:4
+   dev-qt/qtgui:4[-egl]
+   dev-qt/qtopengl:4[-egl]
dev-qt/qtsvg:4
dev-qt/qtwebkit:4
media-libs/coin
-   || ( sci-libs/opencascade:6.9.0[vtk] sci-libs/opencascade:6.8.0 
sci-libs/opencascade:6.7.1 )
+   media-libs/freetype
+   || ( sci-libs/opencascade:6.9.1[vtk] sci-libs/opencascade:6.9.0[vtk] 
sci-libs/opencascade:6.8.0 sci-libs/opencascade:6.7.1 )
sys-libs/zlib
-   virtual/glu
-   ${PYTHON_DEPS}"
+   virtual/glu"
 RDEPEND="${COMMON_DEPEND}
-   dev-qt/assistant:4
-   dev-python/pivy
-   dev-python/numpy"
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pivy[${PYTHON_USEDEP}]
+   dev-qt/assistant:4"
 DEPEND="${COMMON_DEPEND}
-   dev-python/pyside-tools
-   >=dev-lang/swig-2.0.4-r1:0"
+   >=dev-lang/swig-2.0.4-r1:0
+   dev-python/pyside-tools[${PYTHON_USEDEP}]"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # https://bugs.gentoo.org/show_bug.cgi?id=352435
 # 
https://www.gentoo.org/foundation/en/minutes/2011/20110220_trustees.meeting_log.txt
-RESTRICT="bindist mirror"
+RESTRICT="mirror"
 
 # TODO:
 #   DEPEND and RDEPEND:
 #  salome-smesh - science overlay
 #  zipio++ - not in portage yet
 
+S="${WORKDIR}/FreeCAD-${PV}"
+
+DOCS=( README.md ChangeLog.txt )
+
 pkg_setup() {
fortran-2_pkg_setup
python-single-r1_pkg_setup
 
-   [ -z "${CASROOT}" ] && die "empty \$CASROOT, run eselect opencascade 
set or define otherwise"
-}
-
-src_prepare() {
-   einfo remove bundled libs
-   rm -rf src/3rdParty/{boost,Pivy*}
-
-   epatch "${FILESDIR}"/${PN}-0.14.3702-install-paths.patch
-
-   #bug 518996
-   sed -e "/LibDir = /s:'lib':'"$(get_libdir)"':g" \
-   -i src/App/FreeCADInit.py || die
-
+   [[ -z ${CASROOT} ]] && die "empty \$CASROOT, run eselect opencascade 
set or define otherwise"
 }
 
 src_configure() {
+   export QT_SELECT=4
+
+   #-DOCC_* defined with cMake/FindOpenCasCade.cmake
+   #-DCOIN3D_* defined with cMake/FindCoin3D.cmake
+   #-DSOQT_ not used
+   #-DFREECAD_USE_EXTERNAL_KDL="ON" waiting for Bug 604130 (keyword ~x86)
local mycmakeargs=(
-DOCC_INCLUDE_DIR="${CASROOT}"/inc
-   -DOCC_INCLUDE_PATH="${CASROOT}"/inc
-   -DOCC_LIBRARY="${CASROOT}"/lib/libTKernel.so
-   -DOCC_LIBRARY_DIR="${CASROOT}"/lib
-   -DOCC_LIB_PATH="${CASROOT}"/lib
-   -DCOIN3D_INCLUDE_DIRS="${EROOT}"usr/include/coin
-   -DCOIN3D_LIBRARY="${EROOT}"usr/$(get_libdir)/libCoin.so
-   -DSOQT_LIBRARY="${EROOT}"usr/$(get_libdir)/libSoQt.so
-   -DSOQT_INCLUDE_PATH="${EROOT}"usr/include/coin

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

2017-01-18 Thread David Seifert
commit: d06b7207c4aac1a061284f3569fb129b8660bb3d
Author: bdouxx  yahoo  fr>
AuthorDate: Wed Dec 28 21:03:03 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan 18 21:19:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06b7207

media-gfx/freecad: Version bump to 0.16

Gentoo-bug: 580256, 580642, 591012
* change SRC_URI to github

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3266

 media-gfx/freecad/Manifest|   1 +
 media-gfx/freecad/freecad-0.16.ebuild | 138 ++
 2 files changed, 139 insertions(+)

diff --git a/media-gfx/freecad/Manifest b/media-gfx/freecad/Manifest
index ef0b503..04eee41 100644
--- a/media-gfx/freecad/Manifest
+++ b/media-gfx/freecad/Manifest
@@ -1 +1,2 @@
 DIST freecad-0.15.4671.tar.gz 93680347 SHA256 
8dda8f355cb59866a55c9c6096f39a3ebc5347892284db4c305352cc9be03bbc SHA512 
695081117b5511bbc0b7335b63a8760e164987a6dff2c5b0dc86b6b0a93bb7d7b83aa9f4fab1d66d7d2c917a42b0135af78553b463579873a1d1e52e3dd9aecb
 WHIRLPOOL 
0c351ad9ee360dfd9af54af9cc348a6ba3d8c15b6743667f6943e41aa252cec9bd2149baa32fceeceac65660a9b629aefba3c80a5c3a84c45a8d502323547287
+DIST freecad-0.16.tar.gz 111706127 SHA256 
6cc71ab4b0dc60b493d3aaa4b42f1ce1af9d4fcd539309ab0792804579e18e09 SHA512 
bc9dc8122cabd9a84f2b955746818e0d77ae90e68747ec96521099472b7803df9ff794ed823d6eb29352bd0538b8f01cf81c306ff427f1af2ee049f8f7096dbb
 WHIRLPOOL 
8d90a4213808dcd7ce7adeaeac8a30351e06b217e31326817cb034ec02dcfe7be0ea71cb5bf297e1bab3a8a6c6ac24848f51a0453f9bf09162e700bc52f9cf4d

diff --git a/media-gfx/freecad/freecad-0.16.ebuild 
b/media-gfx/freecad/freecad-0.16.ebuild
new file mode 100644
index ..a828e81
--- /dev/null
+++ b/media-gfx/freecad/freecad-0.16.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils eutils fdo-mime fortran-2 python-single-r1
+
+DESCRIPTION="QT based Computer Aided Design application"
+HOMEPAGE="http://www.freecadweb.org/";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mdadams/jasper.git";
+else
+   SRC_URI="https://github.com/FreeCAD/FreeCAD/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+#sci-libs/orocos_kdl waiting for Bug 604130 (keyword ~x86)
+#dev-qt/qtgui:4[-egl] and dev-qt/qtopengl:4[-egl] : Bug 564978
+#dev-python/pyside[svg] : Bug 591012
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-cpp/eigen:3
+   dev-java/xerces
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
+   dev-libs/xerces-c[icu]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/pyside[X,svg,${PYTHON_USEDEP}]
+   dev-python/shiboken[${PYTHON_USEDEP}]
+   dev-qt/designer:4
+   dev-qt/qtgui:4[-egl]
+   dev-qt/qtopengl:4[-egl]
+   dev-qt/qtsvg:4
+   dev-qt/qtwebkit:4
+   media-libs/coin
+   media-libs/freetype
+   || ( sci-libs/opencascade:6.9.1[vtk] sci-libs/opencascade:6.9.0[vtk] 
sci-libs/opencascade:6.8.0 sci-libs/opencascade:6.7.1 )
+   sys-libs/zlib
+   virtual/glu"
+RDEPEND="${COMMON_DEPEND}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pivy[${PYTHON_USEDEP}]
+   dev-qt/assistant:4"
+DEPEND="${COMMON_DEPEND}
+   >=dev-lang/swig-2.0.4-r1:0
+   dev-python/pyside-tools[${PYTHON_USEDEP}]"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.14.3702-install-paths.patch
+)
+
+# https://bugs.gentoo.org/show_bug.cgi?id=352435
+# 
https://www.gentoo.org/foundation/en/minutes/2011/20110220_trustees.meeting_log.txt
+RESTRICT="mirror"
+
+# TODO:
+#   DEPEND and RDEPEND:
+#  salome-smesh - science overlay
+#  zipio++ - not in portage yet
+
+S="${WORKDIR}/FreeCAD-${PV}"
+
+DOCS=( README.md ChangeLog.txt )
+
+pkg_setup() {
+   fortran-2_pkg_setup
+   python-single-r1_pkg_setup
+
+   [[ -z ${CASROOT} ]] && die "empty \$CASROOT, run eselect opencascade 
set or define otherwise"
+}
+
+src_configure() {
+   export QT_SELECT=4
+
+   #-DOCC_* defined with cMake/FindOpenCasCade.cmake
+   #-DCOIN3D_* defined with cMake/FindCoin3D.cmake
+   #-DSOQT_ not used
+   #-DFREECAD_USE_EXTERNAL_KDL="ON" waiting for Bug 604130 (keyword ~x86)
+   local mycmakeargs=(
+   -DOCC_INCLUDE_DIR="${CASROOT}"/inc
+   -DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)
+   -DCMAKE_INSTALL_DATADIR=share/${P}
+   -DCMAKE_INSTALL_DOCDIR=share/doc/${PF}
+   -DCMAKE_INSTALL_INCLUDEDIR=include/${P}
+   -DFREECAD_USE_EXTERNAL_KDL="OFF"
+   )
+
+   # TODO to remove embedded dependencies:
+   #
+   #   -DFREECAD_USE_EXTERNAL_ZIPIOS="ON" -- this option needs 
zipios++ but it's not yet in portage so the embedded zipios++
+

[gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/freespacenotifier/, kde-plasma/libplasmagenericshell/, ...

2017-01-18 Thread Johannes Huber
commit: 7f006bfa785842e0e94cdb2180402146e89073fc
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan 18 21:05:32 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan 18 21:05:32 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7f006bfa

kde-plasma: Import latest KDE Plasma 4 from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/bluedevil/bluedevil-2.1.1.ebuild|  27 
 kde-plasma/bluedevil/metadata.xml  |   5 +
 .../freespacenotifier-4.11.22.ebuild   |  12 ++
 kde-plasma/freespacenotifier/metadata.xml  |   5 +
 .../files/kcheckpass-4.4.2-no-SUID-no-GUID.patch   |  15 ++
 kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild |  36 +
 kde-plasma/kcheckpass/metadata.xml |   5 +
 kde-plasma/kcminit/kcminit-4.11.22.ebuild  |  17 +++
 kde-plasma/kcminit/metadata.xml|   5 +
 .../kde-gtk-config-2.2.1-kdelibs-4.14.11.patch |  79 ++
 .../kde-gtk-config/kde-gtk-config-2.2.1.ebuild |  44 ++
 kde-plasma/kde-gtk-config/metadata.xml |   5 +
 .../kdebase-cursors/kdebase-cursors-4.11.22.ebuild |  13 ++
 kde-plasma/kdebase-cursors/metadata.xml|   5 +
 kde-plasma/kdebase-pam/files/kde-np.pam-10 |  10 ++
 kde-plasma/kdebase-pam/files/kde.pam-10|  14 ++
 kde-plasma/kdebase-pam/kdebase-pam-10.ebuild   |  25 
 kde-plasma/kdebase-pam/metadata.xml|   5 +
 kde-plasma/kdebase-startkde/files/KDE-4|  97 
 .../kdebase-startkde/files/agent-shutdown.sh   |  13 ++
 kde-plasma/kdebase-startkde/files/agent-startup.sh |  29 
 .../files/gentoo-startkde4-4.patch |  26 
 .../files/kdebase-startkde-kscreen.patch   |  20 +++
 .../files/kdebase-startkde-kwalletd-pam.patch  |  25 
 .../kdebase-startkde-4.11.22-r2.ebuild | 152 +++
 kde-plasma/kdebase-startkde/metadata.xml   |   9 ++
 .../kdeplasma-addons-4.14.3-r1.ebuild  |  62 
 kde-plasma/kdeplasma-addons/metadata.xml   |  18 +++
 kde-plasma/kdm/files/kdm-4-gentoo-xinitrc.d.patch  |  19 +++
 kde-plasma/kdm/files/kdm-logrotate |   8 +
 kde-plasma/kdm/files/kdm.service   |  12 ++
 kde-plasma/kdm/kdm-4.11.22.ebuild  | 163 +
 kde-plasma/kdm/metadata.xml|   8 +
 kde-plasma/kephal/kephal-4.11.22.ebuild|  25 
 kde-plasma/kephal/metadata.xml |   5 +
 kde-plasma/khotkeys/khotkeys-4.11.22.ebuild|  23 +++
 kde-plasma/khotkeys/metadata.xml   |   5 +
 kde-plasma/kinfocenter/kinfocenter-4.11.22.ebuild  |  37 +
 kde-plasma/kinfocenter/metadata.xml|   5 +
 kde-plasma/klipper/klipper-4.11.22.ebuild  |  31 
 kde-plasma/klipper/metadata.xml|   8 +
 kde-plasma/kmenuedit/kmenuedit-4.11.22.ebuild  |  31 
 kde-plasma/kmenuedit/metadata.xml  |   5 +
 kde-plasma/krunner/krunner-4.11.22.ebuild  |  51 +++
 kde-plasma/krunner/metadata.xml|   5 +
 kde-plasma/kscreen/kscreen-1.0.71_p20150824.ebuild |  56 +++
 kde-plasma/kscreen/metadata.xml|   5 +
 .../files/kscreensaver-4.5.95-nsfw.patch   |  21 +++
 .../kscreensaver/kscreensaver-4.11.22.ebuild   |  22 +++
 kde-plasma/kscreensaver/metadata.xml   |   5 +
 kde-plasma/ksmserver/ksmserver-4.11.22.ebuild  |  43 ++
 kde-plasma/ksmserver/metadata.xml  |   5 +
 kde-plasma/ksplash/ksplash-4.11.22.ebuild  |  39 +
 kde-plasma/ksplash/metadata.xml|   5 +
 kde-plasma/ksshaskpass/files/ksshaskpass.sh|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild |  54 +++
 kde-plasma/ksshaskpass/metadata.xml|   5 +
 .../kstartupconfig/kstartupconfig-4.11.22.ebuild   |  12 ++
 kde-plasma/kstartupconfig/metadata.xml |   5 +
 kde-plasma/kstyles/kstyles-4.11.22.ebuild  |  22 +++
 kde-plasma/kstyles/metadata.xml|   5 +
 kde-plasma/ksysguard/ksysguard-4.11.22.ebuild  |  47 ++
 kde-plasma/ksysguard/metadata.xml  |   5 +
 kde-plasma/ksystraycmd/ksystraycmd-4.11.22.ebuild  |  15 ++
 kde-plasma/ksystraycmd/metadata.xml|   5 +
 kde-plasma/kwin/kwin-4.11.22.ebuild|  80 ++
 kde-plasma/kwin/metadata.xml   |   8 +
 kde-plasma/kwrited/kwrited-4.11.22.ebuild  |  16 ++
 kde-plasma/kwrited/metadata.xml|   5 +
 kde-plasma/libkgreeter/libkgreeter-4.11.22.ebuild  |  19 +++
 kde-plasma/libkgreeter/metadata.xml|   5 +
 .../libkscreen/libkscreen-1.0.5_p20150822.ebuild   |  28 
 kde-plasma/libkscreen/metadata.xml |   5 +
 .../libkworkspace/libkworkspace-4.

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

2017-01-18 Thread NP Hardass
commit: 7f56e5fecdd2d8a32b9e6afc82ebf13db979a555
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Jan 18 20:32:35 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Jan 18 20:38:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f56e5fe

app-arch/engrampa: Drop dep on gtk3 for caja

As per https://github.com/mate-desktop/engrampa/pull/140, gtk3 selection
not necessary in engrampa, and is automagically selected based on what caja
has selected.  Handle gtk3 only in caja rather than in engrampa

Package-Manager: portage-2.3.0

 .../engrampa/{engrampa-1.16.0.ebuild => engrampa-1.16.0-r1.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.16.0.ebuild 
b/app-arch/engrampa/engrampa-1.16.0-r1.ebuild
similarity index 95%
rename from app-arch/engrampa/engrampa-1.16.0.ebuild
rename to app-arch/engrampa/engrampa-1.16.0-r1.ebuild
index 2e1da1b..dd3c180 100644
--- a/app-arch/engrampa/engrampa-1.16.0.ebuild
+++ b/app-arch/engrampa/engrampa-1.16.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,7 @@ COMMON_DEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/pango:0
virtual/libintl:0
-   caja? ( >=mate-base/caja-1.12[gtk3(+)] )
+   caja? ( >=mate-base/caja-1.1.0 )
>=x11-libs/gtk+-3.14:3
magic? ( sys-apps/file )
packagekit? ( app-admin/packagekit-base )



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

2017-01-18 Thread Alon Bar-Lev
commit: 885ed78c5d5cadab0f906be75a8dc88af7834228
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Jan 18 20:17:41 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jan 18 20:17:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885ed78c

app-crypt/gnupg-pkcs11-scd: version bump

Package-Manager: portage-2.3.0

 app-crypt/gnupg-pkcs11-scd/Manifest|  2 +-
 ...cs11-scd-0.7.3.ebuild => gnupg-pkcs11-scd-0.7.4.ebuild} | 14 +-
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/app-crypt/gnupg-pkcs11-scd/Manifest 
b/app-crypt/gnupg-pkcs11-scd/Manifest
index f643055..4175957 100644
--- a/app-crypt/gnupg-pkcs11-scd/Manifest
+++ b/app-crypt/gnupg-pkcs11-scd/Manifest
@@ -1 +1 @@
-DIST gnupg-pkcs11-scd-0.7.3.tar.bz2 121593 SHA256 
2406f05d996a56d0d53bf66a56fe155790037a63e919053b218ba17e2e7c860a SHA512 
b87622394565b5adb2d3a8b10a7fd79820b1bd56c54263f18e151ac07ae79cd836ea3d010fdc47813bf7e1a4e4659a37e7b23f8d6815a6c7ab50629e8952c0d4
 WHIRLPOOL 
114c4ffe45f9a482a0657c65926535dc5a02525210d49c28270de9a733c9bc437ef217a490e4a7760527722eb763a4c85960ab366cc6744a0323ccec982c2fb3
+DIST gnupg-pkcs11-scd-0.7.4.tar.bz2 129662 SHA256 
790dfd55f1651fe86f6186558cc8f1631897db81feb1a91c0e2f012049c6a922 SHA512 
4b76127009e660ba18aaa191b0630e5a4c0c6aaeff2587a36c142d843f16a30dfdfa640dafd948f31014a9616f3c9d18bef20fa6ca631e2507af8dd5891e32b7
 WHIRLPOOL 
3e7f6751efd2642fd45bc28924a0fc92b023ad586cca644a48ab2dc265d97f8e5e0d6d0a9ccfc2268ef9d874182cbc38cc416805758e5c2414939eaec258887a

diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild 
b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.4.ebuild
similarity index 65%
rename from app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild
rename to app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.4.ebuild
index 5c4a028..7e7d2c6 100644
--- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.3.ebuild
+++ b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 DESCRIPTION="PKCS#11 support for GnuPG"
 HOMEPAGE="http://gnupg-pkcs11.sourceforge.net";
-SRC_URI="mirror://sourceforge/gnupg-pkcs11/${P}.tar.bz2"
+SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
@@ -16,13 +16,9 @@ IUSE="libressl"
 RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
-   =dev-libs/libassuan-2*
-   >=dev-libs/libgcrypt-1.2.2:0
+   dev-libs/libassuan:0=
+   >=dev-libs/libgcrypt-1.2.2:0=
>=dev-libs/libgpg-error-1.3
>=dev-libs/pkcs11-helper-1.02"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_configure() {
-   econf --docdir="/usr/share/doc/${PF}"
-}



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

2017-01-18 Thread Johannes Huber
commit: 71d40b4ccbc32ab737bbd772f951b5f07df6311e
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan 18 20:08:29 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan 18 20:08:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d40b4c

x11-misc/kronometer: Remove 2.1.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/kronometer/Manifest|  1 -
 x11-misc/kronometer/kronometer-2.1.1.ebuild | 32 -
 2 files changed, 33 deletions(-)

diff --git a/x11-misc/kronometer/Manifest b/x11-misc/kronometer/Manifest
index f8e156a..19fb72f 100644
--- a/x11-misc/kronometer/Manifest
+++ b/x11-misc/kronometer/Manifest
@@ -1,2 +1 @@
-DIST kronometer-2.1.1.tar.xz 116932 SHA256 
ecb182e6ef6cf33a7c3a068edb6ac243caa43ff386f1c331bb3a2d197eae4b00 SHA512 
49c40cf0c94719e1964d5c4c1415a34ee760f4aa9e8a77d93d4978649a0c1a78af889d75e2c56f910bba95867fd44253e2cbe76b4b82ed6e2f1f42ea56599c67
 WHIRLPOOL 
4c89ccf98084e0e9a57e65361401ee2caa766d00814afdd5073b2f25351fe153992317b35c6edc895a3908d051445a2f269453dae196ffb8bb1b6d84b8b645d2
 DIST kronometer-2.1.2.tar.xz 122492 SHA256 
0359c091df7d0e96b03ca1b2d2fd91a377d32d9d16d551892343edbe99a5320b SHA512 
781ea11a22f1db69dec686d4f21f22fe81b4fea89bdcb111da5e7665d563d5a07355b50e5cad31dbdd649405d00ed792c6b753ae02d14f16d3694bc83df9889b
 WHIRLPOOL 
23feb31bea70cbe3086dcfc1aa30990db822b44f19837b181f189c60cc9ce79afbb420e5ac175a6f2f6c82b6ba2c2f0a0d8252ce6b08d597ccb90c61526753a8

diff --git a/x11-misc/kronometer/kronometer-2.1.1.ebuild 
b/x11-misc/kronometer/kronometer-2.1.1.ebuild
deleted file mode 100644
index 5f99bbd..
--- a/x11-misc/kronometer/kronometer-2.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Stopwatch application"
-HOMEPAGE="http://www.aelog.org/kronometer/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"



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

2017-01-18 Thread Jeroen Roovers
commit: f902952eb9fdde6f4bd3c9df78540c0d3c9195bf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 18 18:13:19 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 18 19:45:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f902952e

www-client/opera: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/opera/Manifest  |  2 -
 www-client/opera/opera-42.0.2393.85.ebuild | 94 --
 2 files changed, 96 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 49d3070..e73e6a5 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,7 +4,5 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
 DIST opera-stable_42.0.2393.137_amd64.deb 49202176 SHA256 
6d5957aaa28c22dd19bc2fb58cdf495e2d3e22287362863947190e7e5973915f SHA512 
82a148ab6d0c83cd7dd6fbc04e7daa5093b9021fdaaa04e97aef65fc1943061de2ea66878c2e61176d0d6ac10077859d1d7467e1c3e87b452d3cd17740976aec
 WHIRLPOOL 
b6a8386dcc1c91772e1f9be46a7801ac0c4cd5269c8c5d261a39d411681d1ad21b6cd4ef57f7a8fdbc35506dbfede8b1b5b21fd8386fe165ebfa9cac4e1a4483
 DIST opera-stable_42.0.2393.137_i386.deb 50601544 SHA256 
b0338f3dbbeb6c5d798c698456e75625813dffa9336d45017a22e73853d7e7b8 SHA512 
7c9bae829d8ad285996dc927121a6d0490d3bf300b4938fdc278ab362bd4611e899c5ab95794244d079963fe473d039a2f762fc90a06619f1f929f21cf1d9102
 WHIRLPOOL 
c42295c9fbe52dc50ab93fdd35a1b4e458d750b0cb2385b4475b232fa32d217389e411d4d9845927eb180fd86ff3d175a3004e0134186c829d81e032206ff70d
-DIST opera-stable_42.0.2393.85_amd64.deb 50275434 SHA256 
be204e6bc475962b2c20747c350660c66146e1a0ee98a584fcfb1215f92c360f SHA512 
f6345076906adeb53e2623f58ae23242e103b2c51302f2d8e0b3ec7a5abdc294e79954248f565d55041ee15bbd03a75c5f6a681a443db4f2f92a3608069bbc44
 WHIRLPOOL 
931c78e7f9c4383fb0bbb338f01921c43f4ab9fd934a4d593f634560f36d823a5ce066f8804fd9cb7df6fdfaeb666542e92c168ca1442b97768b93b4d1d2945f
-DIST opera-stable_42.0.2393.85_i386.deb 50827462 SHA256 
800e6b96f8ba2bd90220884126a12bd216d15d3e3e314ba33ec0fdc193de09e3 SHA512 
f7d8f2ee22fb533a78ace7554d3e36fa342c5865704fe9416a4e6d62c64b52eef657ef8f10ad70728bdca998f7a278ed45aa6bc2530839c870c5fa82740837d1
 WHIRLPOOL 
14f660815292d95e58410e54621ae4c2c226f4bf91453b87b70c8bcf5f162e23e6451bf607b3949acec08db112cc02e02d7f5119861bacf4ab36374e1784d4c2
 DIST opera-stable_42.0.2393.94_amd64.deb 49472336 SHA256 
bea99f2ef234a4eca05af4ef21489baa53eb062cf407628e524242b53dec88fb SHA512 
f71def7bec5e60f391572eff9038e94c57fef0d2cf80a3c36f7f8bb12266bbe0a93d8f0c81714870797fdd77418eb75fa24b567bf2cf8df4cb5ae7f87dd42c8d
 WHIRLPOOL 
9cee7d3c90f382df184f7cb86c2e645447c6e418e2089edaac738e421d644350ffce2a5edae36688605f4d25b0bd12957fa8362e9aae2e98b6c9a0064fda7cee
 DIST opera-stable_42.0.2393.94_i386.deb 50770670 SHA256 
f02ea31cdddf37cf3ee1ebb0a35b0e3063e624e6988d50b10eae918de3f116c8 SHA512 
b86480ce86ce5fc50c9bd3fd2ab38ff2c971ec75ff615ca8b7740a35539afdac8940da635b7b98a0a6bcfa17870c8824785bdad44425e2ed91bf28a0de07ab1c
 WHIRLPOOL 
af8b2ebad5b1a023c61d876b50614cc5ef52557f1ed9397d19d8b51c53ebf835bb4ed8e85712e5bfe83715492b6f829836a2351dc1a96774b78db4178c78695c

diff --git a/www-client/opera/opera-42.0.2393.85.ebuild 
b/www-client/opera/opera-42.0.2393.85.ebuild
deleted file mode 100644
index 0bbeca1..
--- a/www-client/opera/opera-42.0.2393.85.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   af az be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr fy gd he 
hi
-   hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru sk sr
-   sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/";
-SRC_URI="
-   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
-   x86? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_i386.deb" )
-"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   >=dev-libs/openssl-1.0.1:0
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11

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

2017-01-18 Thread Jeroen Roovers
commit: 0d476bdc59bd52fee9fb8ac4efae715ccc46af3b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 18 18:12:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 18 19:44:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d476bdc

www-client/opera: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/opera/Manifest   |  2 +
 www-client/opera/opera-42.0.2393.137.ebuild | 94 +
 2 files changed, 96 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index e64d5b3..49d3070 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,6 +2,8 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
+DIST opera-stable_42.0.2393.137_amd64.deb 49202176 SHA256 
6d5957aaa28c22dd19bc2fb58cdf495e2d3e22287362863947190e7e5973915f SHA512 
82a148ab6d0c83cd7dd6fbc04e7daa5093b9021fdaaa04e97aef65fc1943061de2ea66878c2e61176d0d6ac10077859d1d7467e1c3e87b452d3cd17740976aec
 WHIRLPOOL 
b6a8386dcc1c91772e1f9be46a7801ac0c4cd5269c8c5d261a39d411681d1ad21b6cd4ef57f7a8fdbc35506dbfede8b1b5b21fd8386fe165ebfa9cac4e1a4483
+DIST opera-stable_42.0.2393.137_i386.deb 50601544 SHA256 
b0338f3dbbeb6c5d798c698456e75625813dffa9336d45017a22e73853d7e7b8 SHA512 
7c9bae829d8ad285996dc927121a6d0490d3bf300b4938fdc278ab362bd4611e899c5ab95794244d079963fe473d039a2f762fc90a06619f1f929f21cf1d9102
 WHIRLPOOL 
c42295c9fbe52dc50ab93fdd35a1b4e458d750b0cb2385b4475b232fa32d217389e411d4d9845927eb180fd86ff3d175a3004e0134186c829d81e032206ff70d
 DIST opera-stable_42.0.2393.85_amd64.deb 50275434 SHA256 
be204e6bc475962b2c20747c350660c66146e1a0ee98a584fcfb1215f92c360f SHA512 
f6345076906adeb53e2623f58ae23242e103b2c51302f2d8e0b3ec7a5abdc294e79954248f565d55041ee15bbd03a75c5f6a681a443db4f2f92a3608069bbc44
 WHIRLPOOL 
931c78e7f9c4383fb0bbb338f01921c43f4ab9fd934a4d593f634560f36d823a5ce066f8804fd9cb7df6fdfaeb666542e92c168ca1442b97768b93b4d1d2945f
 DIST opera-stable_42.0.2393.85_i386.deb 50827462 SHA256 
800e6b96f8ba2bd90220884126a12bd216d15d3e3e314ba33ec0fdc193de09e3 SHA512 
f7d8f2ee22fb533a78ace7554d3e36fa342c5865704fe9416a4e6d62c64b52eef657ef8f10ad70728bdca998f7a278ed45aa6bc2530839c870c5fa82740837d1
 WHIRLPOOL 
14f660815292d95e58410e54621ae4c2c226f4bf91453b87b70c8bcf5f162e23e6451bf607b3949acec08db112cc02e02d7f5119861bacf4ab36374e1784d4c2
 DIST opera-stable_42.0.2393.94_amd64.deb 49472336 SHA256 
bea99f2ef234a4eca05af4ef21489baa53eb062cf407628e524242b53dec88fb SHA512 
f71def7bec5e60f391572eff9038e94c57fef0d2cf80a3c36f7f8bb12266bbe0a93d8f0c81714870797fdd77418eb75fa24b567bf2cf8df4cb5ae7f87dd42c8d
 WHIRLPOOL 
9cee7d3c90f382df184f7cb86c2e645447c6e418e2089edaac738e421d644350ffce2a5edae36688605f4d25b0bd12957fa8362e9aae2e98b6c9a0064fda7cee

diff --git a/www-client/opera/opera-42.0.2393.137.ebuild 
b/www-client/opera/opera-42.0.2393.137.ebuild
new file mode 100644
index ..579814c
--- /dev/null
+++ b/www-client/opera/opera-42.0.2393.137.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr fy gd he 
hi
+   hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru sk sr
+   sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/";
+SRC_URI="
+   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
+   x86? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_i3

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

2017-01-18 Thread Jeroen Roovers
commit: 9af224526216fc857876e493d8405a902ba1ecf8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 18 19:44:24 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 18 19:45:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af22452

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/opera-developer/Manifest|  2 +
 .../opera-developer-44.0.2475.0.ebuild | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index dee46b0..0541606 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,4 @@
 DIST opera-developer_44.0.2463.0_amd64.deb 50539436 SHA256 
9fcb7c5976f548a25cb5f358040416f0911a26a3ddcbb4db4657224de324fcac SHA512 
bc26c397e9e7f6f52a19b94d3c4fc932aa23c6514a7d50be172cb2efb79805f3b1f7b3df9d4fde6dda33f04d9ec14b914b1dc2c4fec597249f7a37bdbd12
 WHIRLPOOL 
fdd97d7f60176a9597d3ba674e79c4089c69c0525ff10006c21725a13bc1e7906df9ae02b1262ddf1a53c3c586c50c1f4ae5335411be0d47c0d7e03d905f077e
 DIST opera-developer_44.0.2463.0_i386.deb 52191772 SHA256 
e753098686f530c1e2d89179ef64f4a53796463cada2a1c0b0052c0c1cd397ca SHA512 
967f64c6ecb5aa1484d8d8709922de10b01859d002058f47272b608dbafcfb73e66bb7944485a22531d64b7ea9dbea5f0dc54e8dff5594e4308b8d8738e5d96b
 WHIRLPOOL 
62c89eb67e42f42acda0dfad93f1ab8ef0d80d083f85cb5f51953b3d2e5b8c0f9dbf5ae2cbe3c2178981bf2467778bdd6de93920589180d1ff2e2081ece321f8
+DIST opera-developer_44.0.2475.0_amd64.deb 50686050 SHA256 
0294fa2fec5eaa87f688a0561edd52f31d5df1185c16d1e55df868ad476fe0bf SHA512 
eefd52d6cf4e66781ca2a01776d72eb4229a36a45c585588043e9e2786dd7e28f1697f06bd9bc1fc6413f3511e7da247669125f2ced8419453d435f312eb98ea
 WHIRLPOOL 
114fed3dcf6ccfad95b1e841364ecd37138f50e6abe5f14ed94992561d9ec59b6cffc53f548b4ac38ceb5a23dbd9d52099ea7e5b0ed8067c9fe4e6d0e1d3ebbc
+DIST opera-developer_44.0.2475.0_i386.deb 51739112 SHA256 
1cac8ee249199bb94a16bfffd95d6877b7e7599502602ac87c1edf23546e23f7 SHA512 
f904cf6f3c58de54e85a352d3e7797a37e6cdc777937788a38da291eb4de3772afae012ef77d5207442997cdd00fe34f08028a149ea734781c7496a7ff01f4e5
 WHIRLPOOL 
d55813fa1c4c1dcddf044f3ac86a9ebe21a1ee567a513c07ba40ff6c838323fce7a058b77bb6ede40e5739f71fcf4940d3ba65baaf76098760e5eeeb9b5a37fc

diff --git a/www-client/opera-developer/opera-developer-44.0.2475.0.ebuild 
b/www-client/opera-developer/opera-developer-44.0.2475.0.ebuild
new file mode 100644
index ..f05deae
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-44.0.2475.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA fy gd
+   he hi hr hu id it ja kk ko lt lv mk ms nb nl nn pa pl pt-BR pt-PT ro ru 
sk
+   sr sr-ME sv sw ta te th tr uk uz vi zh-CN zh-TW zu
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/";
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applica

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

2017-01-18 Thread Matt Thode
commit: d80637fba5d373dbde17706c2b3cba3ede6c8ee8
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jan 18 19:27:02 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jan 18 19:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80637fb

dev-python/oslo-config: bup

Package-Manager: portage-2.3.0

 dev-python/oslo-config/Manifest  |  1 +
 dev-python/oslo-config/oslo-config-3.17.1.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
index e29101a..0852586 100644
--- a/dev-python/oslo-config/Manifest
+++ b/dev-python/oslo-config/Manifest
@@ -1,2 +1,3 @@
 DIST oslo-config-3.14.0.tar.gz 108240 SHA256 
84ffe8ea2729384451ac0f109e255da6e68ad92437ba7954264f5f79b461045d SHA512 
3eefee688d7b0f440db4632c386b2272b05a5c4f2cc76d396c8842b70c73cb9a29c3f32c9ed8eee57a84fa63407e88e6da593c8bc7517a2f6f34d69c6e2e1f61
 WHIRLPOOL 
c53fc90f908d381bf7b82068aa6ee9340dd6f09cee5cca497390b0283450e86cc4cdc28ee2d8765e2b6cd9dc3a3b249c2fe134acf3a4eee73edcde3eda777cd1
+DIST oslo-config-3.17.1.tar.gz 110680 SHA256 
cca83fd492756239142b3ec4d49ca39cb32b7afc09cb1b26f66176577bc78ed2 SHA512 
6079bb7185375a6d10774aa410780872fa910e9bdac1c92a90117d1bc626765186f710f8b44e7564bb68281ff07c043563527c3a99eff20500edbcb441562b7b
 WHIRLPOOL 
a17bd4c84511610f84331c66990db91d9129afc97b4f6c7aa7f18a36d4f607e88569e85d0b5db23e68c2a3f369d12b15d0328dad18404484dbf394d5f348afa6
 DIST oslo-config-3.9.0.tar.gz 99255 SHA256 
ec7bdf4a3d85f90cf07d2fa03a20783558ad0f490d71bd8faf50bf4ee2923df1 SHA512 
c52d1ed16149a57748e81d4eed192636fc726a4f373cb5c5d7a1bcdbe43a0339f733f94a3d922aa85c6248749b69da06d6c671a152d301510603f50913176b1c
 WHIRLPOOL 
af288fc5b5c5fef3f6c5e128585355bf0624b9fc11519c679bb2d3399a67e5935510c677ef6d714c562197260081e9fbc7e8fc7b6cebcd7aa757eedf8b17eb2e

diff --git a/dev-python/oslo-config/oslo-config-3.17.1.ebuild 
b/dev-python/oslo-config/oslo-config-3.17.1.ebuild
new file mode 100644
index ..f0eb486
--- /dev/null
+++ b/dev-python/oslo-config/oslo-config-3.17.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Configuration API"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0[${PYTHON_USEDEP}]
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+   

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

2017-01-18 Thread Matt Thode
commit: cd34043e1a485738f2022a8e37996779d6e0527c
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jan 18 19:19:30 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jan 18 19:19:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd34043e

dev-ruby/facter: bup

Package-Manager: portage-2.3.0

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-3.5.1.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index f7f3a2b..58aec1a 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -3,3 +3,4 @@ DIST facter-3.1.4.tar.gz 620501 SHA256 
7ca1872edbdc5ffcd11dc292e5e0625c9e0d35aa7
 DIST facter-3.1.8.tar.gz 324710 SHA256 
bd393026640baf149507c11d36be144759889d4c90174d7c6bfb35e0a341fbca SHA512 
2884c2c0bb3075b2552763dee7f33228b0e70b4eb46367f52c4cbf9e01930ddc5e58d062d06ced4174900fc3eae5214d80471a4fe499bf0f2ac0278640e0e8c7
 WHIRLPOOL 
465432940e068318da0028ce1c8ea3084392212cfc6a50449a3ba034fe721836c88ba16c2248b4b3f062a890087421c93a3d14574c8d03e1eafe4f4f82b49d0d
 DIST facter-3.4.1.tar.gz 332857 SHA256 
98a576c6891725d90686ff3a0afb94ef8562ddae8cae5e1ce2c0b0bdd4061e55 SHA512 
5acee867cfbeab9d93521ab62f04aea233992c5a54bff342180de3c02929646b43ae198faf1c05465d8a6c9b2d5673cf2eb076be91dcb2754da175ce2c161f36
 WHIRLPOOL 
0632c73b882667aeeb4de7f37c16bc44ac53de94f41ef32abddd882cb0228160a30ab014d5d6b73a14b423596c89dca82aab09877a53384b84489ed8fa504802
 DIST facter-3.5.0.tar.gz 358507 SHA256 
dca30a5f0e2d7644d085ae4c315f81a2950e407e828dbc01a72c021e4ba29266 SHA512 
1a867bb04b10a5c9009f0930fc27c9be5b1bad4c2c80ec951d0f2297f3db0bc05789e820d6fe5c6ea99c944c2b9669cd7bb09dc895b773301b0d49333b8c9153
 WHIRLPOOL 
516940b18dfd39f881a2a871cfd63ff0ad5377f510bb58ec6ed3382e69b4b447f7d978c2dc91b6c43ea0e1b1756b36e781a2f3b3ffdd998cc24d9f6b676e0881
+DIST facter-3.5.1.tar.gz 359241 SHA256 
119412d4490902a3119eb54659bef76fc530f25ac4b40139b71037ac81637cb2 SHA512 
2d5dcc39ecb31796c17da96ca1d61f4b6a5acde9c8865db0af038021e73b088b7ba01e090bbc89e0c158d39b9d5c887790bcd2b322d3c436b50b0b602a9bd320
 WHIRLPOOL 
348e0f3ab564f9c439b4fce3ff1930820d41e6f522d9e2100494eaa316135318d5159d9fdb5deb34b9439b9cf1a001b9ae2adb251c128c82933b7c86c058de7e

diff --git a/dev-ruby/facter/facter-3.5.1.ebuild 
b/dev-ruby/facter/facter-3.5.1.ebuild
new file mode 100644
index ..8afa41b
--- /dev/null
+++ b/dev-ruby/facter/facter-3.5.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+inherit cmake-utils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/boost-1.54[nls]
+   >=dev-libs/leatherman-0.9.3
+   >=dev-cpp/yaml-cpp-0.5.1
+   dev-cpp/cpp-hocon"
+CDEPEND="
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   !

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

2017-01-18 Thread Alon Bar-Lev
commit: 61149280b4421fe4eba6a994c07353587ca97da9
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jan 18 18:21:41 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jan 18 18:42:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61149280

ned-dns/openresolv: remove unused file

 net-dns/openresolv/files/pdnsd | 673 -
 1 file changed, 673 deletions(-)

diff --git a/net-dns/openresolv/files/pdnsd b/net-dns/openresolv/files/pdnsd
deleted file mode 100644
index 7a2d860..
--- a/net-dns/openresolv/files/pdnsd
+++ /dev/null
@@ -1,673 +0,0 @@
-#!/bin/sh
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# /etc/pdnsd/pdnsd.conf updater
-# Written by Oldrich Jedlicka (oldium@seznam.cz)
-
-# Implementation notes:
-# * The assumptions are same as for other scripts like bind and dnsmasq:
-#   - We assume that we are a local dns cache - after all, why would a server
-# use resolvconf?
-#   - Now that we have assumed this, we also assume that generic DHCP clients
-# will enter their domains and search domains ONLY in the "search" field
-# in their resolv.confs and VPN clients will put the domain they are for
-# into the domain field only.
-#   - This allows pdnsd to forward domains for a specific VPN domain to the
-# VPN nameserver and everything else to the standard name servers.
-#
-# HOW-TO CONFIGURE:
-#
-# To get this working, you need to do only two steps
-#
-# 1. Create a basic configuration of /etc/pdnsd/pdnsd.conf, you can use
-#/etc/pdnsd/pdnsd.conf.example to start.
-#
-#Additional configuration will be created automatically be resolvconf.
-#The generated server sections has labels starting with "resolvconf", so
-#
-#DO NOT USE "resolvconf" IN YOUR LABELS!
-#
-#Check if the status_ctl is set to "on", otherwise the configuration
-#will not be automatically reloaded - see sample config file.
-#
-#You are free to edit automatically created server sections, but always
-#write one option per line. There are few options that are always recreated
-#and your changes in them will be lost. Here is the list (with example
-#values):
-#
-#preset=on;
-#ip="192.168.0.1","192.168.0.2";
-#include=".net",".com";'
-#
-#The exclude directive in "resolvconf" server section is partly recreated.
-#Known (configured) domains in the form "." or ".." are
-#added and removed automatically, unknown domains (also those not in 
-#the format above) found in this directive are kept.
-#
-#The sample configuration file /etc/pdnsd/pdnsd.conf prepared to work
-#with resolvconf would look like this:
-#
-#global {
-#  perm_cache=2048;
-#  run_as="pdnsd";
-#  status_ctl = on;   # Important to enable status control
-#  run_ipv4=on;
-#  par_queries=2; # How many servers are probed in parallel
-#  interface = "lo";  # Interface on which the pdnsd listens
-#}
-#
-# 2. The last step is to configure dns configuration for /etc/resolv.conf.
-#
-#a) For " or "resolvconf" for global
-#   section
-# * @RULE@ is @LABEL@ with translated characters '-' and '.' into '_'.
-###
-
-###
-# Main loop with label match - it will redirect the processing to
-# SED_EDIT_ONE_SERVER, when the label match is found. Special match is
-# for "resolvconf" label - the control flow is redirected to SED_ADDING to
-# allow adding new sections.
-#
-# To summarize: Old sections are edited as they appear in the file and new
-# sections are added before the "resolvconf" section.
-SED_LOOP=\
-'/^[[:space:]]*server[[:space:]]*[\{]/ b server;
-p; d;
-:server; h;
-:server_loop; n;
-/^[[:space:]]*server[[:space:]]*[\{]/ { x; p; b server_loop; };
-@MATCH_LABELS@/^[[:space:]]*label[[:space:]]*=[[:space:]]*"resolvconf"/ { H; b 
adding; };
-/^[[:space:]]*[\}]/ { H; x; p; d; };
-H;
-b server_loop;'
-
-###
-# Match for one label with a jump to SED_EDIT_ONE_SERVER
-SED_MATCH_ONE_LABEL=\
-'/^[[:space:]]*label[[:space:]]*=[[:space:]]*"@LABEL@"/ { H; x; b main_@RULE@; 
};'
-
-###
-# Editing one server. New lines are put into @SETUP@, lines are composed
-# in function compose_lines(). After the new lines are added, all "preset",
-# "ip" and "include" options are removed (not printed).
-#
-# Sanity checks: Check if there is a second label or another server directive.
-# In both cases, there is some error in the file, so go to the beginning by
-# jumping to SED_LOOP's :server.
-SED_EDIT_ONE_SERVER=\
-':main_@RULE@;
-p; @SETUP@
-:loop_@RULE@;
-n;
-/^[[:space:]]*server[[:space:]]*[\{]/ b server;
-/^[[:space:]]*label[[:space:]]*=/ b server;
-/^[[:space:]]*preset[[:space:]]*=/ b loop_@RULE@;
-/^[[:space:]]*ip[[:space:]]*=/ b loop_@RULE@;
-/^[[:space:]]*include[[:space:]]*=/ b loop_@RULE@;
-/^[[:space:]]*policy[[:space:]]*=/ b loop_@RULE@;
-/^[[:space:]]*exclude[[:space:]]*=/ b exclude_

[gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/

2017-01-18 Thread Lars Wendler
commit: b65d27d6801b384ea79237a12d387360485fedd6
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 18:18:36 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 18:27:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65d27d6

sys-libs/talloc: Removed deps on long gone emul-linux* packages.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/talloc/talloc-2.1.5.ebuild | 8 ++--
 sys-libs/talloc/talloc-2.1.7.ebuild | 8 ++--
 sys-libs/talloc/talloc-2.1.8.ebuild | 8 ++--
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/sys-libs/talloc/talloc-2.1.5.ebuild 
b/sys-libs/talloc/talloc-2.1.5.ebuild
index 40fae40..e663a90 100644
--- a/sys-libs/talloc/talloc-2.1.5.ebuild
+++ b/sys-libs/talloc/talloc-2.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,11 +21,7 @@ IUSE="compat +python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )
-   !!

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

2017-01-18 Thread Mike Frysinger
commit: baada458b67a7bedf91164b2eae0167f55ccbbf3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan 18 17:59:14 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 18 18:14:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baada458

app-text/pelican: version bump to 3.7.1

 app-text/pelican/Manifest |  1 +
 app-text/pelican/pelican-3.7.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest
index a45f186..3f31423 100644
--- a/app-text/pelican/Manifest
+++ b/app-text/pelican/Manifest
@@ -1,3 +1,4 @@
 DIST pelican-3.6.0.tar.gz 773887 SHA256 
ff0db0e355295d1170988dc6d22388f3681f75accd51d02455638ad18a85c837 SHA512 
7c4bcda6155b363d9e0d31d1763f20f9e3a3e9c5cd250ef4ce02305504e910c3ad61b3ae4ab909d1bca51a46102fe59583a6700f5a32a14d0c1cde47507db3d0
 WHIRLPOOL 
6685061f617f56b36cdb29f303765eace8703229caaae7d680b035a6a38ff7341bf72e06c8f980a8b28f156f429995e3e91c752337bd14fd9641813f63957131
 DIST pelican-3.6.3.tar.gz 775060 SHA256 
d19bc7df61afc5b68eba028f0cf0832ee2a12a04a01d7fe11bdfdd847ddd417b SHA512 
8bd8fcb72e67955d9c267731f74905417174d0767ec159d9b141e74aaa3cd8ee095270a7cc30847c413c702944df0c0b974ff8e98c55aa5004c00dbc55eadb16
 WHIRLPOOL 
d4f021bba46dddb73159aa21d034b589978a823fed29ab07ad8aac1adf15b94f8f88a813253fedf9fb118e4e3e925bdc86487ddd6ba3427954ca1e184105b2cf
 DIST pelican-3.7.0.tar.gz 784432 SHA256 
14a2fa2e366776c0ba44419a7364e3c1c4b36870920c458005584538f49a3f69 SHA512 
e4b8a771737a8f6fab109b0f4544229f09141f38210b502f605ae449be7ba12bb43db6637592d2e9060255e923f092c6cfe8dc7bbeec1431d5b625f3a9b8222d
 WHIRLPOOL 
f0706d7748327374f524093f543bbd5c58933825a3a682490d54ab09205b989997e4960880864aa565e696f86810ec9275929b66b85cfff3c4f3a269e8b9673d
+DIST pelican-3.7.1.tar.gz 784605 SHA256 
81e1c8492d6491b7a637525eda6a0840ee36d2ce11c54233419b3661ce4d5c80 SHA512 
9e04e6a2009cc134f74410d8c8349831467192e7524287e23cad0b68232f2b5dd04f5d98505222d71eb3441e466bccec1cafc7f6e3c6bfcb4c5e57e4ab0fadda
 WHIRLPOOL 
99f64656faeee81a6cef10619fe636e60b9ed94457a6d990255ab623024f7b606a73254d03eb397d39ba63d52d75a4f667612f19e4ea893213215c7669701081

diff --git a/app-text/pelican/pelican-3.7.1.ebuild 
b/app-text/pelican/pelican-3.7.1.ebuild
new file mode 100644
index ..0f09f68
--- /dev/null
+++ b/app-text/pelican/pelican-3.7.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool to generate a static blog, with restructured text or 
markdown input files"
+HOMEPAGE="http://blog.getpelican.com/ https://pypi.python.org/pypi/pelican";
+SRC_URI="https://github.com/getpelican/pelican/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples markdown test"
+
+DEPEND=">=dev-python/feedgenerator-1.9[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   dev-python/blinker[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+DOCS=( README.rst )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   if use examples; then
+   insinto "/usr/share/doc/${PF}"
+   docompress -x "/usr/share/doc/${PF}/samples"
+   doins -r samples
+   fi
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   nosetests || die "Testing failed with ${EPYTHON}"
+}



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

2017-01-18 Thread Richard Farina
commit: bf17d199cd0b37c7caf93d5165e6861db26d3aa5
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Jan 18 17:59:09 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Jan 18 17:59:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf17d199

app-crypt/hashcat: bumpity bump bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/hashcat/Manifest   |  2 +-
 .../hashcat/{hashcat-3.10-r1.ebuild => hashcat-3.30.ebuild}  | 12 +++-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-crypt/hashcat/Manifest b/app-crypt/hashcat/Manifest
index 340f885..3a6c9ef 100644
--- a/app-crypt/hashcat/Manifest
+++ b/app-crypt/hashcat/Manifest
@@ -1 +1 @@
-DIST hashcat-3.10.tar.gz 4077692 SHA256 
3b555e5f7b35ab6a4558bc460f28d80b32f5a211bf9e08d6a1ba1bad5203e3e9 SHA512 
2adf16513118b91085fe587c53b15f142abb7673f659b2721dcba8aacdac6f024b65e7b50b916f86c161c21e98eb4758f187d25ad1ca4c66cdb67a259b07ae04
 WHIRLPOOL 
64ea5b3491094b2578264675025d6438e9981d69b77376bffb2b02cdf4c1e2899a2f6585295d288197e84710a3802c105d17e392795aaa5a00a09c2eeaa4a50d
+DIST hashcat-3.30.tar.gz 3970267 SHA256 
d255147cbbf6b3cacea81b818ee228170969b61487dd7d49b339fc94dfe53e8e SHA512 
8f160a5ec4bd9add83cfc468e9335dcfc9297585180c67263fce18235a8b748f75205fa5bd5ddd1c34efc65569d94408ba98c6181a2b1ab760f33371f92c3c54
 WHIRLPOOL 
c9396118d4223175f7bb19f095a590b66ba8cdbb9970a1e84b406b7423a6a0b3009491dd6c8b7394d38eee1f796fe290ac88b839e30d6166077ae54fbedc528b

diff --git a/app-crypt/hashcat/hashcat-3.10-r1.ebuild 
b/app-crypt/hashcat/hashcat-3.30.ebuild
similarity index 80%
rename from app-crypt/hashcat/hashcat-3.10-r1.ebuild
rename to app-crypt/hashcat/hashcat-3.30.ebuild
index 06fd778..a7dc12e 100644
--- a/app-crypt/hashcat/hashcat-3.10-r1.ebuild
+++ b/app-crypt/hashcat/hashcat-3.30.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils pax-utils
+inherit eutils pax-utils multilib
 
 DESCRIPTION="World's fastest and most advanced password recovery utility"
 HOMEPAGE="https://github.com/hashcat/hashcat";
@@ -13,16 +13,18 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
 
-IUSE="video_cards_nvidia video_cards_fglrx"
+IUSE="custom-cflags video_cards_nvidia video_cards_fglrx"
 DEPEND="virtual/opencl"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
#do not strip
-   sed -i "/CFLAGS_NATIVE+= -s/d" src/Makefile || die
+   sed -i "/LFLAGS  += -s/d" src/Makefile
#do not add random CFLAGS
sed -i "s/-O2//" src/Makefile || die
export PREFIX=/usr
+   export LIBRARY_FOLDER="/usr/$(get_libdir)"
+   eapply_user
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/spnavcfg/, x11-misc/spnavcfg/files/

2017-01-18 Thread Sebastian Pipping
commit: 1385a65b7352e811ac8878a1618b0fee2d58915b
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jan 18 17:50:18 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jan 18 17:50:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1385a65b

x11-misc/spnavcfg: 0.3 (bug #606430)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/spnavcfg/Manifest |  1 +
 .../spnavcfg/files/spnavcfg-0.3-custom-flags.patch | 60 ++
 x11-misc/spnavcfg/spnavcfg-0.3.ebuild  | 35 +
 3 files changed, 96 insertions(+)

diff --git a/x11-misc/spnavcfg/Manifest b/x11-misc/spnavcfg/Manifest
index 1fd31f0..3b1e5b8 100644
--- a/x11-misc/spnavcfg/Manifest
+++ b/x11-misc/spnavcfg/Manifest
@@ -1 +1,2 @@
 DIST spnavcfg-0.2.1.tar.gz 18717 SHA256 
a26d4478480f2fb65217cb0d88da5ff81a38c27aaa74710778ea0b999259c4c1 SHA512 
8cda7e8c9c2aa0875c6cf19e96ec47b9492acdcb110e9845f278ede44bee733876a56e2aa2d1198f54d8fecb978fcfe0a61e8f7b7fe19c2754eceec957172e34
 WHIRLPOOL 
f9d40d173e66fdb022fceaabe3d05ad4f088a3e9afdb1c3f27933409682d699d67346a16dcb6fb3736e133c1a341952cdc6b6aafe3734a91c33881b11b2b3dbb
+DIST spnavcfg-0.3.tar.gz 214774 SHA256 
4c950b8d4ebd4243c0bf08b6c5922f81b8cf73ec6bb7b20acb390610cdea4bd7 SHA512 
a3411c32a6c7de2fd1cfa7960e1b0dade88e8c37435a39ded864b4b6f12fd3c8f518dad7a4ac5b465517484e74b3586f12d47e780f655fd7e4c3fea8d6186c80
 WHIRLPOOL 
13f677743dd2eed35f57ca178d8b1a9d3382ab1eb586d99b6ff33be0f080e88d80eabd91065db7c48d0ba7bff40eaf8c7d2d0fdc52f85256adb84cc6b4ef6b83

diff --git a/x11-misc/spnavcfg/files/spnavcfg-0.3-custom-flags.patch 
b/x11-misc/spnavcfg/files/spnavcfg-0.3-custom-flags.patch
new file mode 100644
index ..d0ef0db
--- /dev/null
+++ b/x11-misc/spnavcfg/files/spnavcfg-0.3-custom-flags.patch
@@ -0,0 +1,60 @@
+From e994e67a6a5c4722bdc8140528a4dd258c785402 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Wed, 18 Jan 2017 18:45:11 +0100
+Subject: [PATCH] Respect custom CFLAGS/LDFLAGS
+
+Based on spnavcfg-0.2.1-custom-flags.patch
+---
+ Makefile.in |  4 ++--
+ configure   | 13 +
+ 2 files changed, 15 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 06f23a6..296dd5d 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -7,8 +7,8 @@ warn = -Wall
+ CC = gcc
+ SED = sed
+ INSTALL = install
+-CFLAGS = -pedantic $(warn) $(dbg) $(opt) `pkg-config --cflags gtk+-2.0 
gmodule-export-2.0`
+-LDFLAGS = `pkg-config --libs gtk+-2.0 gmodule-export-2.0` -lX11
++CFLAGS = $(user_cflags) `pkg-config --cflags gtk+-2.0 gmodule-export-2.0`
++LDFLAGS = $(user_ldflags) `pkg-config --libs gtk+-2.0 gmodule-export-2.0` 
-lX11
+ 
+ $(bin): $(obj)
+   $(CC) -o $@ $(obj) $(LDFLAGS)
+diff --git a/configure b/configure
+index e211d92..0fed776 100755
+--- a/configure
 b/configure
+@@ -43,6 +43,12 @@ done
+ echo "  prefix: $PREFIX"
+ echo "  optimize for speed: $OPT"
+ echo "  include debugging symbols: $DBG"
++if [ -n "$CFLAGS" ]; then
++  echo "  cflags: $CFLAGS"
++fi
++if [ -n "$LDFLAGS" ]; then
++  echo "  ldflags: $LDFLAGS"
++fi
+ echo
+ 
+ # create Makefile
+@@ -58,6 +64,13 @@ if [ "$OPT" = 'yes' ]; then
+   echo 'opt = -O3' >>Makefile
+ fi
+ 
++if [ -n "$CFLAGS" ]; then
++echo "user_cflags = $CFLAGS" >>Makefile
++fi
++if [ -n "$LDFLAGS" ]; then
++  echo "user_ldflags = $LDFLAGS" >>Makefile
++fi
++
+ cat "$srcdir/Makefile.in" >>Makefile
+ 
+ echo ''
+-- 
+2.11.0
+

diff --git a/x11-misc/spnavcfg/spnavcfg-0.3.ebuild 
b/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
new file mode 100644
index ..62c0ff4
--- /dev/null
+++ b/x11-misc/spnavcfg/spnavcfg-0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="GTK-based GUI to configure a space navigator device"
+HOMEPAGE="http://spacenav.sourceforge.net/";
+SRC_URI="mirror://sourceforge/project/spacenav/spacenavd%20config%20gui/${PN}%20${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="x11-libs/gtk+:2"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   app-misc/spacenavd[X]"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-custom-flags.patch
+}
+
+src_compile() {
+   emake CC=$(tc-getCC) || die "Make failed."
+}
+
+src_install() {
+   emake DESTDIR="${D}" install || die "Install failed"
+   dodoc README || die
+}



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

2017-01-18 Thread Agostino Sarubbo
commit: 0c6496342f7f7bdb0307137b2718e2c2956029b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c649634

dev-python/twitter: amd64 stable wrt bug #606352

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/twitter/twitter-1.17.1.ebuild 
b/dev-python/twitter/twitter-1.17.1.ebuild
index c844d0d..3d86bac 100644
--- a/dev-python/twitter/twitter-1.17.1.ebuild
+++ b/dev-python/twitter/twitter-1.17.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/

2017-01-18 Thread Lars Wendler
commit: fa2a850f94704ec1187dad79b12523b51abbfdc7
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 16:55:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 16:56:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2a850f

net-dialup/ppp: Removed unused "mppe-mppc" USE flag description.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-dialup/ppp/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-dialup/ppp/metadata.xml b/net-dialup/ppp/metadata.xml
index c5184cf..291e09f 100644
--- a/net-dialup/ppp/metadata.xml
+++ b/net-dialup/ppp/metadata.xml
@@ -24,9 +24,6 @@
 by passprompt.so PPP plugin for reading the password from a X11 input
 terminal
 Enables support for IP version 6
-Enables support for MPPC (Microsoft Point-to-Point
-Compression) - NEEDS A PATCHED KERNEL <=2.6.14 (see
-http://mppe-mppc.alphacron.de)
 Enables PAM (Pluggable Authentication Modules)
 support
 Enables RADIUS support



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

2017-01-18 Thread Agostino Sarubbo
commit: 976a255290f4f8ddaee48e290276e108ac39f685
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976a2552

media-gfx/kphotoalbum: amd64 stable wrt bug #606262

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild
index 8a91e39..f4b4288 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.kphotoalbum.org/";
 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2+ FDL-1.2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="face +kipi +map +raw"
 
 COMMON_DEPEND="



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

2017-01-18 Thread Agostino Sarubbo
commit: 3715f5a3b94daeb398eab4c4de66f043cb5b8acb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3715f5a3

dev-python/pycairo: amd64 stable wrt bug #606276

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycairo/pycairo-1.10.0-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycairo/pycairo-1.10.0-r5.ebuild 
b/dev-python/pycairo/pycairo-1.10.0-r5.ebuild
index 072f765..0c8ef3a 100644
--- a/dev-python/pycairo/pycairo-1.10.0-r5.ebuild
+++ b/dev-python/pycairo/pycairo-1.10.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ SRC_URI="
 # || ( LGPL-2.1 MPL-1.1 ) for pycairo 1.8.10.
 LICENSE="LGPL-3 || ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="doc examples +svg test xcb"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2017-01-18 Thread Agostino Sarubbo
commit: 66bc5c4aed3ca7e44ef0abb58d11511fe142d7cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc5c4a

dev-python/pycrypto: amd64 stable wrt bug #606278

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycrypto/pycrypto-2.6.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycrypto/pycrypto-2.6.1-r1.ebuild 
b/dev-python/pycrypto/pycrypto-2.6.1-r1.ebuild
index 2b16fcf..bfd2c52 100644
--- a/dev-python/pycrypto/pycrypto-2.6.1-r1.ebuild
+++ b/dev-python/pycrypto/pycrypto-2.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ 
SRC_URI="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${P}.tar.gz";
 
 LICENSE="PSF-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="doc +gmp test"
 
 RDEPEND="gmp? ( dev-libs/gmp:0= )"



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

2017-01-18 Thread Agostino Sarubbo
commit: 2014d0f078f86d0ad9c8984bff0895223710c130
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2014d0f0

dev-python/python-sqlparse: amd64 stable wrt bug #606306

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild 
b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
index 1e16a85..68ffa00 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ HOMEPAGE="https://code.google.com/p/python-sqlparse/ 
https://github.com/andialbr
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 LICENSE="BSD-2"
 IUSE="doc test"
 



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

2017-01-18 Thread Agostino Sarubbo
commit: f37cd1b2045df57ae37da2247a79dd59cee3733d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37cd1b2

dev-python/pyjwt: amd64 stable wrt bug #606284

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyjwt/pyjwt-1.4.0.ebuild 
b/dev-python/pyjwt/pyjwt-1.4.0.ebuild
index 397ee2a..9427e71 100644
--- a/dev-python/pyjwt/pyjwt-1.4.0.ebuild
+++ b/dev-python/pyjwt/pyjwt-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-01-18 Thread Agostino Sarubbo
commit: bfee117ac86999babbe42a11ca7619e0f5921dc8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfee117a

media-libs/libafterimage: amd64 stable wrt bug #606290

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/libafterimage/libafterimage-1.20-r2.ebuild 
b/media-libs/libafterimage/libafterimage-1.20-r2.ebuild
index 3b73b63..54d7430 100644
--- a/media-libs/libafterimage/libafterimage-1.20-r2.ebuild
+++ b/media-libs/libafterimage/libafterimage-1.20-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.afterstep.org/stable/${MY_PN}/${MY_PN}-${PV}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="+X cpu_flags_x86_mmx examples gif jpeg nls opengl png static-libs shm 
+shaping svg tiff truetype"
 
 RDEPEND="



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

2017-01-18 Thread Agostino Sarubbo
commit: b0fc38c9c7ef8e37e41ae6e3d8a6460d1c3cf412
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fc38c9

dev-python/pyasn1-modules: amd64 stable wrt bug #606274

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild 
b/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild
index 56b5aed..dcbc4a0 100644
--- a/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild
+++ b/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"



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

2017-01-18 Thread Agostino Sarubbo
commit: 44a98c8a08f5e4f1df6f8703003ed63a09f5e7be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a98c8a

dev-python/pyopengl: amd64 stable wrt bug #606292

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyopengl/pyopengl-3.1.0.ebuild 
b/dev-python/pyopengl/pyopengl-3.1.0.ebuild
index 219ac7d..3f70c16 100644
--- a/dev-python/pyopengl/pyopengl-3.1.0.ebuild
+++ b/dev-python/pyopengl/pyopengl-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="tk"
 
 RDEPEND="media-libs/freeglut



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

2017-01-18 Thread Agostino Sarubbo
commit: 2e8ffd3f69d1ca90a4ad38da89fe42cff3346dd2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8ffd3f

dev-python/waitress: amd64 stable wrt bug #606362

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/waitress/waitress-1.0.1.ebuild 
b/dev-python/waitress/waitress-1.0.1.ebuild
index ced74aa..c6a2aa9 100644
--- a/dev-python/waitress/waitress-1.0.1.ebuild
+++ b/dev-python/waitress/waitress-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=""



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

2017-01-18 Thread Agostino Sarubbo
commit: cfafff9506dada5698c685fb026db90ccc37b792
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfafff95

dev-python/setuptools-git: amd64 stable wrt bug #606332

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
index e641bc5..2efc793 100644
--- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2017-01-18 Thread Agostino Sarubbo
commit: d0191ef04c83cabdef30c3b27035f9149688b0d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0191ef0

dev-python/pylast: amd64 stable wrt bug #606286

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pylast/pylast-1.6.0.ebuild 
b/dev-python/pylast/pylast-1.6.0.ebuild
index e622607..155ab68 100644
--- a/dev-python/pylast/pylast-1.6.0.ebuild
+++ b/dev-python/pylast/pylast-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # As the testing requires a last.fm account and online access it is restricted



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

2017-01-18 Thread Agostino Sarubbo
commit: e73c0f648976c6be5a20f3eb565d2f87133f5f6b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73c0f64

dev-python/rply: amd64 stable wrt bug #606326

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/rply/rply-0.7.4.ebuild 
b/dev-python/rply/rply-0.7.4.ebuild
index 1b4e262..446672d 100644
--- a/dev-python/rply/rply-0.7.4.ebuild
+++ b/dev-python/rply/rply-0.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/alex/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-01-18 Thread Agostino Sarubbo
commit: 44cf6508ffb9b89889aec9b69f7b58f529cc2b5f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cf6508

dev-python/python-mpd: amd64 stable wrt bug #606304

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/python-mpd/python-mpd-0.5.5.ebuild 
b/dev-python/python-mpd/python-mpd-0.5.5.ebuild
index 3514df2..5b8d56c 100644
--- a/dev-python/python-mpd/python-mpd-0.5.5.ebuild
+++ b/dev-python/python-mpd/python-mpd-0.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Mic92/python-mpd2";
 SRC_URI="https://github.com/Mic92/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE="test"
 



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

2017-01-18 Thread Agostino Sarubbo
commit: eab3616f773d214b8e661ec14d627b66afe6edea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab3616f

dev-python/pathtools: amd64 stable wrt bug #606250

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pathtools/pathtools-0.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pathtools/pathtools-0.1.2-r1.ebuild 
b/dev-python/pathtools/pathtools-0.1.2-r1.ebuild
index 48dbbe7..d81a45a 100644
--- a/dev-python/pathtools/pathtools-0.1.2-r1.ebuild
+++ b/dev-python/pathtools/pathtools-0.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/pathtools/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-01-18 Thread Agostino Sarubbo
commit: 4859d10f5f931706df3f77fa378b11cb5230e981
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4859d10f

dev-python/unicodecsv: amd64 stable wrt bug #606354

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild 
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index f43c8e0..63be4bd 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~ppc"
+KEYWORDS="amd64 ~arm64 ~ppc ~x86"
 IUSE=""
 
 python_test() {



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

2017-01-18 Thread Agostino Sarubbo
commit: 48653e9433aba4e41fa56682f0a48a9c4a336e0c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48653e94

dev-python/pyudev: amd64 stable wrt bug #606310

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyudev/pyudev-0.20.0.ebuild 
b/dev-python/pyudev/pyudev-0.20.0.ebuild
index 2d671fd..1fe81f5 100644
--- a/dev-python/pyudev/pyudev-0.20.0.ebuild
+++ b/dev-python/pyudev/pyudev-0.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="pygobject pyqt4 pyside test"
 
 RDEPEND="virtual/udev



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

2017-01-18 Thread Agostino Sarubbo
commit: f6066eca160e478fef77d7a6839962c5bd755afa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6066eca

dev-python/ply: amd64 stable wrt bug #606266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/ply/ply-3.9.ebuild b/dev-python/ply/ply-3.9.ebuild
index 9df5baf9..d3a2b61 100644
--- a/dev-python/ply/ply-3.9.ebuild
+++ b/dev-python/ply/ply-3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-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"
+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="examples"
 
 RDEPEND=""



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

2017-01-18 Thread Agostino Sarubbo
commit: 177e376a94d02d554008794d6f49f05eecb3f486
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177e376a

dev-python/reportlab: amd64 stable wrt bug #606320

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/reportlab/reportlab-3.3.0.ebuild 
b/dev-python/reportlab/reportlab-3.3.0.ebuild
index 0ce9ab9..a561a64 100644
--- a/dev-python/reportlab/reportlab-3.3.0.ebuild
+++ b/dev-python/reportlab/reportlab-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="doc examples"
 
 RDEPEND="



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

2017-01-18 Thread Agostino Sarubbo
commit: 877d4c4f53d4ba8f78ffa372a5db4e84d4cb6095
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:51:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877d4c4f

dev-python/pyquery: amd64 stable wrt bug #606298

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyquery/pyquery-1.2.13.ebuild 
b/dev-python/pyquery/pyquery-1.2.13.ebuild
index 702246b..f763121 100644
--- a/dev-python/pyquery/pyquery-1.2.13.ebuild
+++ b/dev-python/pyquery/pyquery-1.2.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-01-18 Thread Agostino Sarubbo
commit: fe6e9eb1bfd1d3ed5a22f9d2b7d263bc2bbf88e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:50:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6e9eb1

dev-python/pyphen: amd64 stable wrt bug #606296

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild 
b/dev-python/pyphen/pyphen-0.9.4.ebuild
index 1813d98..660e6bc 100644
--- a/dev-python/pyphen/pyphen-0.9.4.ebuild
+++ b/dev-python/pyphen/pyphen-0.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/Kozea/Pyphen";
 
 LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-01-18 Thread Agostino Sarubbo
commit: 5241e22b410e287112d0779488a013a1ef7be9ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5241e22b

dev-python/mpi4py: amd64 stable wrt bug #606232

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/mpi4py/mpi4py-2.0.0.ebuild 
b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
index 1655765..79c9115 100644
--- a/dev-python/mpi4py/mpi4py-2.0.0.ebuild
+++ b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 RDEPEND="virtual/mpi"



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

2017-01-18 Thread Agostino Sarubbo
commit: cf30853fd9d58e81bbd05a11da1a0456b2d76d0b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf30853f

dev-python/sphinxcontrib-httpdomain: amd64 stable wrt bug #606340

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild
index 66fdf44..e2fbefc 100644
--- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"



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

2017-01-18 Thread Agostino Sarubbo
commit: c10a3f440cd7fcc25fe42d1c406e8b8fbb40ab33
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:40 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10a3f44

app-misc/screen: amd64 stable wrt bug #606366

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/screen/screen-4.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/screen/screen-4.4.0.ebuild 
b/app-misc/screen/screen-4.4.0.ebuild
index 4bf636e..d6f3cff 100644
--- a/app-misc/screen/screen-4.4.0.ebuild
+++ b/app-misc/screen/screen-4.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
 CDEPEND="



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

2017-01-18 Thread Agostino Sarubbo
commit: d7500a1d3e61a96c558ae9bccba0a8c1e76242df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 16:49:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 16:52:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7500a1d

dev-python/multipledispatch: amd64 stable wrt bug #606234

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild 
b/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
index 1e6c2fb..d9de3b8 100644
--- a/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
+++ b/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 IUSE=""
 RDEPEND=""



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

2017-01-18 Thread Lars Wendler
commit: 7aaa690d3c6c2367188eb2415637d12433f3b559
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 16:50:57 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 16:51:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaa690d

media-sound/murmur: Fixed HOMEPAGE variable (bug #606376).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/murmur/murmur-1.2.17.ebuild | 6 +++---
 media-sound/murmur/murmur-1.2.18.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/murmur/murmur-1.2.17.ebuild 
b/media-sound/murmur/murmur-1.2.17.ebuild
index d36ed07..ae53aa8 100644
--- a/media-sound/murmur/murmur-1.2.17.ebuild
+++ b/media-sound/murmur/murmur-1.2.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,8 +9,8 @@ inherit eutils qmake-utils systemd user readme.gentoo-r1
 MY_P="mumble-${PV/_/~}"
 
 DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat 
software"
-HOMEPAGE="http://mumble.sourceforge.net/";
-SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz";
+HOMEPAGE="https://wiki.mumble.info";
+SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/media-sound/murmur/murmur-1.2.18.ebuild 
b/media-sound/murmur/murmur-1.2.18.ebuild
index 8c316c9..99eaa04 100644
--- a/media-sound/murmur/murmur-1.2.18.ebuild
+++ b/media-sound/murmur/murmur-1.2.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,8 +9,8 @@ inherit eutils qmake-utils systemd user readme.gentoo-r1
 MY_P="mumble-${PV/_/~}"
 
 DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat 
software"
-HOMEPAGE="http://mumble.sourceforge.net/";
-SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz";
+HOMEPAGE="https://wiki.mumble.info";
+SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"



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

2017-01-18 Thread Lars Wendler
commit: f13c5c8d578d71de08d6df8062f803623526af25
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 16:26:39 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 16:51:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13c5c8d

media-sound/mumble: Fixed HOMEPAGE variable (bug #606376).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/mumble/mumble-1.2.17.ebuild | 6 +++---
 media-sound/mumble/mumble-1.2.18.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/mumble/mumble-1.2.17.ebuild 
b/media-sound/mumble/mumble-1.2.17.ebuild
index f46a6e1..f957266 100644
--- a/media-sound/mumble/mumble-1.2.17.ebuild
+++ b/media-sound/mumble/mumble-1.2.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,8 +9,8 @@ inherit eutils multilib qmake-utils
 MY_P="${PN}-${PV/_/~}"
 
 DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat 
software"
-HOMEPAGE="http://mumble.sourceforge.net/";
-SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz";
+HOMEPAGE="https://wiki.mumble.info";
+SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz";
 
 LICENSE="BSD MIT"
 SLOT="0"

diff --git a/media-sound/mumble/mumble-1.2.18.ebuild 
b/media-sound/mumble/mumble-1.2.18.ebuild
index 0260291..e061351 100644
--- a/media-sound/mumble/mumble-1.2.18.ebuild
+++ b/media-sound/mumble/mumble-1.2.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,8 +9,8 @@ inherit eutils multilib qmake-utils
 MY_P="${PN}-${PV/_/~}"
 
 DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat 
software"
-HOMEPAGE="http://mumble.sourceforge.net/";
-SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz";
+HOMEPAGE="https://wiki.mumble.info";
+SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz";
 
 LICENSE="BSD MIT"
 SLOT="0"



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

2017-01-18 Thread Michael Palimaka
commit: e734efc2e72287a195bf999d38e5c97f195ae801
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Jan 18 16:43:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jan 18 16:44:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e734efc2

media-sound/mp3diags: add missing USE dependency

Gentoo-bug: 606102

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../mp3diags/{mp3diags-1.2.03.ebuild => mp3diags-1.2.03-r1.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mp3diags/mp3diags-1.2.03.ebuild 
b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
similarity index 93%
rename from media-sound/mp3diags/mp3diags-1.2.03.ebuild
rename to media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
index 84283f5..2fa7148 100644
--- a/media-sound/mp3diags/mp3diags-1.2.03.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
-   >=dev-libs/boost-1.37:=
+   dev-libs/boost:=[threads]
dev-qt/qtcore:4
dev-qt/qtgui:4
sys-libs/zlib



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

2017-01-18 Thread Manuel Rüger
commit: 42e9f097b1d1fbb099176b6097bdbbeb8c14c3ec
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jan 18 16:22:39 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jan 18 16:22:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e9f097

dev-python/jinja:

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/jinja/Manifest   |  1 +
 dev-python/jinja/jinja-2.9.4.ebuild | 73 +
 2 files changed, 74 insertions(+)

diff --git a/dev-python/jinja/Manifest b/dev-python/jinja/Manifest
index 24d72c1..9be0c27 100644
--- a/dev-python/jinja/Manifest
+++ b/dev-python/jinja/Manifest
@@ -2,3 +2,4 @@ DIST Jinja2-2.7.3.tar.gz 378470 SHA256 
2e24ac5d004db5714976a04ac0e80c6df6e47e98c
 DIST Jinja2-2.8.1.tar.gz 358129 SHA256 
35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891 SHA512 
0a2e2aa94f5c2f04f79d59d34d5324d2a440385b71192e85e960c761b4a073400e4ab0458e57305650f696a474593d6fbf398fb1d9518be261bb2a5cb866e163
 WHIRLPOOL 
380636268f903d05afda9c41296986d1c83949dead6c78d3e3cb880137a6c6ec06f0e2297169fc0ea8fd1348c9928f5841d37f951dd941fe89a8ccc96080e191
 DIST Jinja2-2.8.tar.gz 357055 SHA256 
bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4 SHA512 
2e80d6d9ad10dafcce1e6dd24493f5dffc43a17f71a30a650415638e12d3a3891738ebacc569701129214026d062d91a2b10e4f7a2c7b85d801dde26ded1bebb
 WHIRLPOOL 
31adc38738848aa224cceb0d0afb2b85eb080d166ed84f145eb0576eeedfb91cf8d99d7c98b6a6cc6ab4fedf33fdbe3171c80fd559df48036a7441232702e749
 DIST jinja-2.9.3.tar.gz 415502 SHA256 
1ddce1c6a45de023692aa56c2b68232dbeac6ffd83741b3876ee36f1a1a4e704 SHA512 
7f5fdfde6b8c64050a27c39460ec9907cab52afe49aff83ec38ac8ad92ef97c8e592efefc633cd2a95336b551fd6a1adfeb92446aa53c5a2a8765d03feab8311
 WHIRLPOOL 
6fccde87f7f3c77a619a0e005118abb4f59964610a314df932c60477b45e7a18a681c3103f55f150fd8a0b83938f845577c249e9cd5b16442f6044a505b27e73
+DIST jinja-2.9.4.tar.gz 416465 SHA256 
7e7dc5aca0d4e39814a138e360284ad3d92647f480df4236e355acc542f5413b SHA512 
60764e31878478c5b5adb60da8ddb8afd5d0982733728b87340f03abb5ad9092350ff8374d42cbd5be84d08904d06f0dbda2ef05f4dfbdc30110af9ab2472e5e
 WHIRLPOOL 
8c0c34691f51373c64a158e043fd8ead01bd7454905ccf1a901901c52da80d35264023b7a65aa5878b87630b323d13d7cfae2470e472cb0204618ae9f607c99a

diff --git a/dev-python/jinja/jinja-2.9.4.ebuild 
b/dev-python/jinja/jinja-2.9.4.ebuild
new file mode 100644
index ..59c208a
--- /dev/null
+++ b/dev-python/jinja/jinja-2.9.4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit eutils distutils-r1
+
+DESCRIPTION="A full-featured template engine for Python"
+HOMEPAGE="http://jinja.pocoo.org/ https://pypi.python.org/pypi/Jinja2";
+
+# pypi tarball is missing tests
+SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   !dev-python/jinja:compat"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+# XXX: handle Babel better?
+
+wrap_opts() {
+   local mydistutilsargs=()
+
+   if [[ ${EPYTHON} == python* ]]; then
+   mydistutilargs+=( --with-debugsupport )
+   fi
+
+   "${@}"
+}
+
+python_compile() {
+   wrap_opts distutils-r1_python_compile
+   if [[ ${EPYTHON} == python3.2 ]]; then
+   2to3 --no-diffs -n -w -f unicode "${BUILD_DIR}/lib" || die
+   fi
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+
+   insinto /usr/share/vim/vimfiles/syntax
+   doins ext/Vim/*
+}
+
+pkg_postinst() {
+   if ! has_version dev-python/Babel; then
+   elog "For i18n support, please emerge dev-python/Babel."
+   fi
+}



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

2017-01-18 Thread Zac Medico
commit: 75c790503028fd1d609b56c55865a38ae6a6e392
Author: Paul Varner  gentoo  org>
AuthorDate: Mon Jun  6 21:14:27 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan 18 16:14:31 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=75c79050

glsa-check: Apply list only affected versions patch from bug 400763

Author: Roland Hopferwieser  int0x80.at>
X-Gentoo-bug: 400763
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=400763

 bin/glsa-check | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/bin/glsa-check b/bin/glsa-check
index 54a7ae1..afc8eb8 100755
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -7,6 +7,8 @@ from __future__ import print_function
 import argparse
 import sys
 import codecs
+from functools import reduce
+import operator
 
 from os import path as osp
 if osp.isfile(osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), 
".portage_not_installed")):
@@ -14,6 +16,7 @@ if 
osp.isfile(osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), ".porta
 import portage
 portage._internal_caller = True
 from portage import os
+from portage.glsa import match
 from portage.output import green, red, nocolor, white
 
 __program__ = "glsa-check"
@@ -185,11 +188,15 @@ def summarylist(myglsalist, fd1=sys.stdout, 
fd2=sys.stderr, encoding="utf-8"):
if len(myglsa.packages) > 3:
fd1.write("... ")
else:
-   for pkg in myglsa.packages:
-   mylist = vardb.match(pkg)
+   for cpv in myglsa.packages.keys():
+   pkg = myglsa.packages[cpv]
+   for path in pkg:
+   v_installed = reduce(operator.add, 
[match(v, vardb) for v in path["vul_atoms"]], [])
+   u_installed = reduce(operator.add, 
[match(u, vardb) for u in path["unaff_atoms"]], [])
+   mylist = 
sorted(set(v_installed).difference(set(u_installed)))
if len(mylist) > 0:
-   pkg = color(" ".join(mylist))
-   fd1.write(" " + pkg + " ")
+   cpv = color(" ".join(mylist))
+   fd1.write(" " + cpv + " ")
 
fd1.write(")")
if list_cve:



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

2017-01-18 Thread Alexys Jacob
commit: 837ed963c9adfdaa65756d3627d8f0a18bee0210
Author: Ultrabug  gentoo  org>
AuthorDate: Wed Jan 18 16:18:51 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed Jan 18 16:19:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837ed963

dev-db/mongodb: fix 3.4 gcc dependency

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-db/mongodb/mongodb-3.4.1.ebuild 
b/dev-db/mongodb/mongodb-3.4.1.ebuild
index 39b27b8..cbcf840 100644
--- a/dev-db/mongodb/mongodb-3.4.1.ebuild
+++ b/dev-db/mongodb/mongodb-3.4.1.ebuild
@@ -34,7 +34,7 @@ RDEPEND=">=app-arch/snappy-1.1.3
libressl? ( dev-libs/libressl:0= )
)"
 DEPEND="${RDEPEND}
-   >=sys-devel/gcc-4.8.2:*
+   >=sys-devel/gcc-5.3.0:*
sys-libs/ncurses
sys-libs/readline
debug? ( dev-util/valgrind )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_bullet/

2017-01-18 Thread Alexis Ballier
commit: d995d5995a40f577ef1b04f951d8ea1f21f8a4c2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:07 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d995d599

dev-ros/tf2_bullet: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_bullet/Manifest | 2 +-
 dev-ros/tf2_bullet/tf2_bullet-0.5.14.ebuild | 2 +-
 dev-ros/tf2_bullet/tf2_bullet-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_bullet/Manifest b/dev-ros/tf2_bullet/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_bullet/Manifest
+++ b/dev-ros/tf2_bullet/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_bullet/tf2_bullet-0.5.14.ebuild 
b/dev-ros/tf2_bullet/tf2_bullet-0.5.14.ebuild
index 130d89c..f4a97cd 100644
--- a/dev-ros/tf2_bullet/tf2_bullet-0.5.14.ebuild
+++ b/dev-ros/tf2_bullet/tf2_bullet-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64"
 ROS_SUBDIR=${PN}
 

diff --git a/dev-ros/tf2_bullet/tf2_bullet-.ebuild 
b/dev-ros/tf2_bullet/tf2_bullet-.ebuild
index 97d5f87..f4a97cd 100644
--- a/dev-ros/tf2_bullet/tf2_bullet-.ebuild
+++ b/dev-ros/tf2_bullet/tf2_bullet-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64"
 ROS_SUBDIR=${PN}
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2/

2017-01-18 Thread Alexis Ballier
commit: 61f2c26fc5b683ae69f19ea8e1e08a48d20e7677
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:57 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f2c26f

dev-ros/tf2: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2/Manifest  | 2 +-
 dev-ros/tf2/tf2-0.5.14.ebuild | 2 +-
 dev-ros/tf2/tf2-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2/Manifest b/dev-ros/tf2/Manifest
index 2f0763a..866a0d8 100644
--- a/dev-ros/tf2/Manifest
+++ b/dev-ros/tf2/Manifest
@@ -1,2 +1,2 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2/tf2-0.5.14.ebuild b/dev-ros/tf2/tf2-0.5.14.ebuild
index bc53d7b..820b6dd 100644
--- a/dev-ros/tf2/tf2-0.5.14.ebuild
+++ b/dev-ros/tf2/tf2-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 

diff --git a/dev-ros/tf2/tf2-.ebuild b/dev-ros/tf2/tf2-.ebuild
index 932df2c..820b6dd 100644
--- a/dev-ros/tf2/tf2-.ebuild
+++ b/dev-ros/tf2/tf2-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/

2017-01-18 Thread Alexis Ballier
commit: dd79f005a9f094eb25644aa0c191408bb97baa5e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd79f005

dev-ros/tf2_kdl: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_kdl/Manifest  | 2 +-
 dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild | 2 +-
 dev-ros/tf2_kdl/tf2_kdl-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_kdl/Manifest
+++ b/dev-ros/tf2_kdl/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild 
b/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
index a15200f..933f853 100644
--- a/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
+++ b/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/tf2_kdl/tf2_kdl-.ebuild 
b/dev-ros/tf2_kdl/tf2_kdl-.ebuild
index 8c415ce..933f853 100644
--- a/dev-ros/tf2_kdl/tf2_kdl-.ebuild
+++ b/dev-ros/tf2_kdl/tf2_kdl-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/test_tf2/

2017-01-18 Thread Alexis Ballier
commit: 1d7d5a9fb4b04288060a7b78b5caddf06861e304
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:10:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7d5a9f

dev-ros/test_tf2: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/test_tf2/Manifest   | 2 +-
 dev-ros/test_tf2/test_tf2-0.5.14.ebuild | 2 +-
 dev-ros/test_tf2/test_tf2-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/test_tf2/Manifest b/dev-ros/test_tf2/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/test_tf2/Manifest
+++ b/dev-ros/test_tf2/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/test_tf2/test_tf2-0.5.14.ebuild 
b/dev-ros/test_tf2/test_tf2-0.5.14.ebuild
index 5998ece..f6946e9 100644
--- a/dev-ros/test_tf2/test_tf2-0.5.14.ebuild
+++ b/dev-ros/test_tf2/test_tf2-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/test_tf2/test_tf2-.ebuild 
b/dev-ros/test_tf2/test_tf2-.ebuild
index 76b129e..f6946e9 100644
--- a/dev-ros/test_tf2/test_tf2-.ebuild
+++ b/dev-ros/test_tf2/test_tf2-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_tools/

2017-01-18 Thread Alexis Ballier
commit: 2d7116a81fd062b2347ba684b3793070b3edf00f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:12:04 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7116a8

dev-ros/tf2_tools: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_tools/Manifest| 2 +-
 dev-ros/tf2_tools/tf2_tools-0.5.14.ebuild | 2 +-
 dev-ros/tf2_tools/tf2_tools-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_tools/Manifest b/dev-ros/tf2_tools/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_tools/Manifest
+++ b/dev-ros/tf2_tools/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_tools/tf2_tools-0.5.14.ebuild 
b/dev-ros/tf2_tools/tf2_tools-0.5.14.ebuild
index 2707ae9..e46adeb 100644
--- a/dev-ros/tf2_tools/tf2_tools-0.5.14.ebuild
+++ b/dev-ros/tf2_tools/tf2_tools-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/tf2_tools/tf2_tools-.ebuild 
b/dev-ros/tf2_tools/tf2_tools-.ebuild
index 047dbf6..e46adeb 100644
--- a/dev-ros/tf2_tools/tf2_tools-.ebuild
+++ b/dev-ros/tf2_tools/tf2_tools-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_py/

2017-01-18 Thread Alexis Ballier
commit: 7a326e94154cf154cd26257169724aa7176fdc8a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:37 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a326e94

dev-ros/tf2_py: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_py/Manifest | 2 +-
 dev-ros/tf2_py/tf2_py-0.5.14.ebuild | 2 +-
 dev-ros/tf2_py/tf2_py-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_py/Manifest b/dev-ros/tf2_py/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_py/Manifest
+++ b/dev-ros/tf2_py/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_py/tf2_py-0.5.14.ebuild 
b/dev-ros/tf2_py/tf2_py-0.5.14.ebuild
index 4a8bb7d..ea7b798 100644
--- a/dev-ros/tf2_py/tf2_py-0.5.14.ebuild
+++ b/dev-ros/tf2_py/tf2_py-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/tf2_py/tf2_py-.ebuild 
b/dev-ros/tf2_py/tf2_py-.ebuild
index aaa1325..ea7b798 100644
--- a/dev-ros/tf2_py/tf2_py-.ebuild
+++ b/dev-ros/tf2_py/tf2_py-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/

2017-01-18 Thread Alexis Ballier
commit: e50dd525b872a114cb61bf099301efa97b319028
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:04:27 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50dd525

dev-ros/tf2_kdl: Bump to 0.5.14.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_kdl/Manifest  |  1 +
 dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
index e6ba39e..a766250 100644
--- a/dev-ros/tf2_kdl/Manifest
+++ b/dev-ros/tf2_kdl/Manifest
@@ -1,2 +1,3 @@
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
+DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild 
b/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
new file mode 100644
index ..a15200f
--- /dev/null
+++ b/dev-ros/tf2_kdl/tf2_kdl-0.5.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="KDL binding for tf2"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-cpp/eigen:3
+   dev-ros/tf2
+   dev-ros/tf2_ros
+   dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
+   sci-libs/orocos_kdl
+   dev-ros/tf2_msgs[${PYTHON_USEDEP}]
+   dev-ros/cmake_modules
+"
+DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_ros/

2017-01-18 Thread Alexis Ballier
commit: 1e263c0ce236afad38861bd472f5a370c82a4029
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:44 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e263c0c

dev-ros/tf2_ros: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_ros/Manifest  | 2 +-
 dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild | 2 +-
 dev-ros/tf2_ros/tf2_ros-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_ros/Manifest b/dev-ros/tf2_ros/Manifest
index 2f0763a..866a0d8 100644
--- a/dev-ros/tf2_ros/Manifest
+++ b/dev-ros/tf2_ros/Manifest
@@ -1,2 +1,2 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild 
b/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild
index 1ff3c8c..221799d 100644
--- a/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild
+++ b/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/tf2_ros/tf2_ros-.ebuild 
b/dev-ros/tf2_ros/tf2_ros-.ebuild
index 4916e4c..221799d 100644
--- a/dev-ros/tf2_ros/tf2_ros-.ebuild
+++ b/dev-ros/tf2_ros/tf2_ros-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_sensor_msgs/

2017-01-18 Thread Alexis Ballier
commit: b0350f4f163590778a979a03603e42dc79440a52
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:04:59 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0350f4f

dev-ros/tf2_sensor_msgs: Bump to 0.5.14.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_sensor_msgs/Manifest   |  1 +
 .../tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/tf2_sensor_msgs/Manifest b/dev-ros/tf2_sensor_msgs/Manifest
index e6ba39e..a766250 100644
--- a/dev-ros/tf2_sensor_msgs/Manifest
+++ b/dev-ros/tf2_sensor_msgs/Manifest
@@ -1,2 +1,3 @@
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
+DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild 
b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild
new file mode 100644
index ..e0f5e38
--- /dev/null
+++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Transform sensor_msgs with tf. Most notably, PointCloud2"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2_ros[${PYTHON_USEDEP}]
+   dev-ros/tf2
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
+   dev-ros/cmake_modules"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/geometry_experimental/

2017-01-18 Thread Alexis Ballier
commit: fdb8bb2d3c0910789852470d0a1bc86738cc5094
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:17:58 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb8bb2d

ros-meta/geometry_experimental: Use geometry2 repository too.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/geometry_experimental/Manifest| 2 +-
 ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild | 2 +-
 ros-meta/geometry_experimental/geometry_experimental-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ros-meta/geometry_experimental/Manifest 
b/ros-meta/geometry_experimental/Manifest
index 2f0763a..866a0d8 100644
--- a/ros-meta/geometry_experimental/Manifest
+++ b/ros-meta/geometry_experimental/Manifest
@@ -1,2 +1,2 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild 
b/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild
index aad39ff..fb37551 100644
--- a/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild
+++ b/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64"
 ROS_SUBDIR=${PN}
 

diff --git a/ros-meta/geometry_experimental/geometry_experimental-.ebuild 
b/ros-meta/geometry_experimental/geometry_experimental-.ebuild
index c77763c..fb37551 100644
--- a/ros-meta/geometry_experimental/geometry_experimental-.ebuild
+++ b/ros-meta/geometry_experimental/geometry_experimental-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64"
 ROS_SUBDIR=${PN}
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_py/

2017-01-18 Thread Alexis Ballier
commit: 302e6310c44e7192ad798286b670c73417af78ae
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:04:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302e6310

dev-ros/tf2_py: Bump to 0.5.14.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_py/Manifest |  1 +
 dev-ros/tf2_py/tf2_py-0.5.14.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/tf2_py/Manifest b/dev-ros/tf2_py/Manifest
index e6ba39e..a766250 100644
--- a/dev-ros/tf2_py/Manifest
+++ b/dev-ros/tf2_py/Manifest
@@ -1,2 +1,3 @@
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
+DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_py/tf2_py-0.5.14.ebuild 
b/dev-ros/tf2_py/tf2_py-0.5.14.ebuild
new file mode 100644
index ..4a8bb7d
--- /dev/null
+++ b/dev-ros/tf2_py/tf2_py-0.5.14.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="TF2 python bindings"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/tf2
+   dev-ros/rospy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: ros-meta/geometry_experimental/

2017-01-18 Thread Alexis Ballier
commit: 119714527169857ccaa823cdc03a33641329e091
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:05:15 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11971452

ros-meta/geometry_experimental: Bump to 0.5.14.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/geometry_experimental/Manifest|  1 +
 .../geometry_experimental-0.5.14.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/ros-meta/geometry_experimental/Manifest 
b/ros-meta/geometry_experimental/Manifest
index 6d33925..2f0763a 100644
--- a/ros-meta/geometry_experimental/Manifest
+++ b/ros-meta/geometry_experimental/Manifest
@@ -1 +1,2 @@
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
+DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild 
b/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild
new file mode 100644
index ..aad39ff
--- /dev/null
+++ b/ros-meta/geometry_experimental/geometry_experimental-0.5.14.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="The second generation Transform Library in ros"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/test_tf2
+   dev-ros/tf2
+   dev-ros/tf2_bullet
+   dev-ros/tf2_eigen
+   dev-ros/tf2_geometry_msgs
+   dev-ros/tf2_kdl
+   dev-ros/tf2_msgs
+   dev-ros/tf2_py
+   dev-ros/tf2_ros
+   dev-ros/tf2_sensor_msgs
+   dev-ros/tf2_tools
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_sensor_msgs/

2017-01-18 Thread Alexis Ballier
commit: bab76be58da76ffb8047f4ce85dc0da0d69600ef
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab76be5

dev-ros/tf2_sensor_msgs: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_sensor_msgs/Manifest  | 2 +-
 dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild | 2 +-
 dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_sensor_msgs/Manifest b/dev-ros/tf2_sensor_msgs/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_sensor_msgs/Manifest
+++ b/dev-ros/tf2_sensor_msgs/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild 
b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild
index e0f5e38..7db073c 100644
--- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild
+++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-0.5.14.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )

diff --git a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild 
b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild
index db9168f..7db073c 100644
--- a/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild
+++ b/dev-ros/tf2_sensor_msgs/tf2_sensor_msgs-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_ros/

2017-01-18 Thread Alexis Ballier
commit: dbb215063c0646084a6ec0bae2e22462056a41b6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:04:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb21506

dev-ros/tf2_ros: Bump to 0.5.14.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_ros/Manifest  |  1 +
 dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/tf2_ros/Manifest b/dev-ros/tf2_ros/Manifest
index 6d33925..2f0763a 100644
--- a/dev-ros/tf2_ros/Manifest
+++ b/dev-ros/tf2_ros/Manifest
@@ -1 +1,2 @@
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
+DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild 
b/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild
new file mode 100644
index ..1ff3c8c
--- /dev/null
+++ b/dev-ros/tf2_ros/tf2_ros-0.5.14.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="ROS bindings for the tf2 library, for both Python and C++"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/actionlib[${PYTHON_USEDEP}]
+   dev-ros/message_filters
+   dev-ros/roscpp
+   dev-ros/rosgraph
+   dev-libs/boost:=[threads]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/tf2
+   dev-ros/tf2_py[${PYTHON_USEDEP}]
+   dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+   
dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_msgs/

2017-01-18 Thread Alexis Ballier
commit: 77f3cf26100d3a10f802f63175c4dbf03687ec6d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 18 16:11:31 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 18 16:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f3cf26

dev-ros/tf2_msgs: Use geometry2 repository since it has moved.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/tf2_msgs/Manifest   | 2 +-
 dev-ros/tf2_msgs/tf2_msgs-0.5.14.ebuild | 2 +-
 dev-ros/tf2_msgs/tf2_msgs-.ebuild   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf2_msgs/Manifest b/dev-ros/tf2_msgs/Manifest
index a766250..2c815ef 100644
--- a/dev-ros/tf2_msgs/Manifest
+++ b/dev-ros/tf2_msgs/Manifest
@@ -1,3 +1,3 @@
+DIST geometry2-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d
 DIST geometry_experimental-0.5.12.tar.gz 131234 SHA256 
430115ef4a3352e8b00596ff7406e6cb14fc1720250cf164754cf724c7f371c3 SHA512 
1a1a33db529d0810661c020552642d914de01a14e5b17b611fb7743a795c47e3f68d480ee4544b4ad86f7b1c947ea8b23cda09535ce046fdc45da1c40fc34711
 WHIRLPOOL 
fd894a43e0110eeab1f085faa32a339a72d922d57ae68ee82c2b54f73c246090f3537483f1ca68147f5b7b7a5c7502f9fd4ab733da150c68af94ea2d87859ab1
 DIST geometry_experimental-0.5.13.tar.gz 134107 SHA256 
20ad7d3b610c70e8c666937d6a29ef53dac9181025427ee6d0664c67ff94b43f SHA512 
5b31a2ec2c8f852934c1c9a6aa0127c96b8f334f178742111c673195562a240649ac11ddde8d9738defae99184bdd83a57430fe6f17eb4cbd08ae600bfa7d43d
 WHIRLPOOL 
06da030383725aaeda8626f36b56911cc05c025b538904f33cdc69975027f610113945a3479d85fe83df841fcb1f4902b8927cae2a2272e44f59b86c97d844fc
-DIST geometry_experimental-0.5.14.tar.gz 147162 SHA256 
0fd24baaa61aa4cf5d97545da86b42b51814cfc957dc793051043dbe9697753d SHA512 
1e32dbfbd46a2d72dcc53cf67914bdc6bd1907cf8d9b6c24c5b73e9738a7068b1b974ea434a267f907f276bf70b85f7169d85679449402e0808edadb9fe21e82
 WHIRLPOOL 
12711071b049e7e5f9f334206896f25d9479386f7b4a6d74d9c341ce80f4e767c7466d57be966048fe28bf2e7fe1423d38bd6de70ec615575f7f4bcb718afc1d

diff --git a/dev-ros/tf2_msgs/tf2_msgs-0.5.14.ebuild 
b/dev-ros/tf2_msgs/tf2_msgs-0.5.14.ebuild
index 560760a..951bb40 100644
--- a/dev-ros/tf2_msgs/tf2_msgs-0.5.14.ebuild
+++ b/dev-ros/tf2_msgs/tf2_msgs-0.5.14.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 ROS_SUBDIR=${PN}

diff --git a/dev-ros/tf2_msgs/tf2_msgs-.ebuild 
b/dev-ros/tf2_msgs/tf2_msgs-.ebuild
index daf3328..951bb40 100644
--- a/dev-ros/tf2_msgs/tf2_msgs-.ebuild
+++ b/dev-ros/tf2_msgs/tf2_msgs-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry_experimental";
+ROS_REPO_URI="https://github.com/ros/geometry2";
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 ROS_SUBDIR=${PN}



  1   2   3   4   >