[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-plaintext/

2016-06-10 Thread Hans de Graaff
commit: e67efa47731dc69d4167a687455c4782bd15627f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 11 05:45:35 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 11 05:45:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67efa47

dev-ruby/hiera-eyaml-plaintext: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild 
b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
index b9256ff..debcb2f 100644
--- a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
+++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2016-06-10 Thread Hans de Graaff
commit: 6a22ec4ae46d8a64383735f13d1faed2ab6b3ffa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 11 05:52:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 11 05:52:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a22ec4a

dev-ruby/activeresource: add 4.1.0

Package-Manager: portage-2.2.28

 dev-ruby/activeresource/Manifest   |  1 +
 .../activeresource/activeresource-4.1.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/activeresource/Manifest b/dev-ruby/activeresource/Manifest
index cb8fafe..6189cda 100644
--- a/dev-ruby/activeresource/Manifest
+++ b/dev-ruby/activeresource/Manifest
@@ -1,2 +1,3 @@
 DIST activeresource-4.0.0.tgz 69142 SHA256 
b2f8094b56c589193fa9c275e4a970fdcd4eb7e7885c8a7a12c86eda6c8d2f37 SHA512 
bad94922b7125f79988fb8c6694d6a0370ff1271b47d031e1c249441079e98f75a8069602c1eebf2ec8d7e28aab21b0ca42502c79fe06f46dfa5d42659ff79ab
 WHIRLPOOL 
04120c0a81e140435194ae28a98b4c2ba69e3ef663b7fbf02783839b842c92db70742e4c5d204168dfe4a28caac8d3a8d4c2aea81842959819590544b648d867
+DIST activeresource-4.1.0.tgz 73640 SHA256 
46538064c998a508af10ede7484c75b45b357974916f7423359a67cc100c0a66 SHA512 
13e93245e16c4515cf1e949e200461e6eea464b9f801e0064c613fdbdad7ad82e1059c2cdab10a8a0850516e1684eaa7ec6895a423bb6f4b4d04da3f5078bde6
 WHIRLPOOL 
b26d4fac3d0cd3e01e4a48ab4a24ca55caddeee4160496e269c89eabd2be90d3a71e13428862d0e4f1927e50fae8ec2d325574b1f3fecb1c389d9236f5d3dad8
 DIST rails-3.2.22.2.tgz 3571822 SHA256 
6aaef5723f3a409d057ace5500f1743168bde8f45114d9b5d861bb6e05444356 SHA512 
b0c1817164168e2b8ae5b748dd1dd88097c2047d2e2eb31e403a5b865a1e50c43f8841a0e60ccdda6d5a859bba9acdfb06462cb8ba93a3e9ecc57dc349f8be13
 WHIRLPOOL 
8f5e674020a4c00a9a5da6e2e25aceb408ccb01f8adce74128a99cbb602d08da31de44b496a42d86bbf3887830785bfb961c95231d98bb1ce5d17755741dd3e1

diff --git a/dev-ruby/activeresource/activeresource-4.1.0.ebuild 
b/dev-ruby/activeresource/activeresource-4.1.0.ebuild
new file mode 100644
index 000..0da5bad
--- /dev/null
+++ b/dev-ruby/activeresource/activeresource-4.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Think Active Record for web resources"
+HOMEPAGE="http://rubyforge.org/projects/activeresource/;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/activesupport-4*:*
+   =dev-ruby/activemodel-4*:*
+   >=dev-ruby/rails-observers-0.1.2:0.1"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/test-unit:2
+   >=dev-ruby/mocha-0.13.0:0.13
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   rm Gemfile || die "Unable to remove Gemfile"
+}



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

2016-06-10 Thread Hans de Graaff
commit: b397908191eb85f35da8a7701dfdff2fd4be2524
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 11 05:53:34 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 11 05:53:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3979081

dev-ruby/activeresource: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/activeresource/activeresource-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/activeresource/activeresource-4.0.0.ebuild 
b/dev-ruby/activeresource/activeresource-4.0.0.ebuild
index 8bf8352..ed995f6 100644
--- a/dev-ruby/activeresource/activeresource-4.0.0.ebuild
+++ b/dev-ruby/activeresource/activeresource-4.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_DOCDIR="doc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-plaintext/

2016-06-10 Thread Hans de Graaff
commit: 118b262dc21077e978e42339ce7aa31d5cae9838
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 11 05:44:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 11 05:44:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118b262d

dev-ruby/hiera-eyaml-plaintext: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild 
b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
index 0b9cb61..b9256ff 100644
--- a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
+++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2016-06-10 Thread Benda XU
commit: fe59d66599849f194881eac781f5a958e07141cd
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Jun 11 05:40:18 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Jun 11 05:40:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe59d665

net-ftp/lftp: specify readline location to support Prefix.

Package-Manager: portage-2.2.28

 net-ftp/lftp/lftp-4.7.2-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-ftp/lftp/lftp-4.7.2-r1.ebuild 
b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
index ee27925..e1cd91d 100644
--- a/net-ftp/lftp/lftp-4.7.2-r1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.2-r1.ebuild
@@ -75,6 +75,7 @@ src_configure() {
$(use_enable ipv6) \
$(usex ssl "$(use_with !gnutls openssl ${EPREFIX}/usr)" 
'--without-openssl') \
$(use_with socks5 socksdante "${EPREFIX}"/usr) \
+   --with-readline="${EPREFIX}"/usr \
--enable-packager-mode \
--sysconfdir="${EPREFIX}"/etc/${PN} \
--with-modules \



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

2016-06-10 Thread Anthony G. Basile
commit: 7621bfc0e2a03921b2ca981c7eb7aaef185d19e1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jun 11 01:05:49 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jun 11 01:06:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7621bfc0

sys-libs/argp-standalone: build with gcc6, bug #582776

Package-Manager: portage-2.2.28

 .../argp-standalone/argp-standalone-1.3-r1.ebuild  | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild 
b/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild
new file mode 100644
index 000..17c1c57
--- /dev/null
+++ b/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="Standalone argp library for use with uclibc"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/misc/;
+SRC_URI="http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~s390 ~sh ~x86"
+IUSE=""
+
+DEPEND="!sys-libs/glibc"
+
+src_prepare() {
+   epatch "${FILESDIR}/${P}-throw-in-funcdef.patch"
+}
+
+src_configure() {
+   append-cflags -fgnu89-inline
+   default
+}
+
+src_install() {
+   dolib.a libargp.a
+
+   insinto /usr/include
+   doins argp.h
+}



[gentoo-commits] dev/xmw:master commit in: app-office/texstudio/files/, app-office/texstudio/

2016-06-10 Thread Michael Weber
commit: ecb8c06a1253b8067a8086fa4568306185cd046b
Author: Michael Weber  xmw  de>
AuthorDate: Sat Jun 11 00:39:28 2016 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Jun 11 00:39:28 2016 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=ecb8c06a

app-office/texstudio: Version bump for bug 584888.

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0x71D573A82F434065

 app-office/texstudio/Manifest  |  21 
 app-office/texstudio/files/texmakerx_my.pri|  18 
 .../texstudio/files/texstudio-2.10.6-desktop.patch |  18 
 app-office/texstudio/metadata.xml  |  18 
 app-office/texstudio/texstudio-2.11.0.ebuild   | 110 +
 5 files changed, 185 insertions(+)

diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest
new file mode 100644
index 000..0780334
--- /dev/null
+++ b/app-office/texstudio/Manifest
@@ -0,0 +1,21 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST texstudio-2.11.0.tar.gz 26263749 SHA256 
170e6d68952251e8c64589b0d147cb7692005e135cc6fc14579c6fd593f54307 SHA512 
773010bfa25de17e4deb0ae32325c26b5ff737bea837fba34fde28ec00d8e9a4d2c816d1f431c3c4e5a506354d1ff541e6b74bd36323e0fd3f20f4d389aab3be
 WHIRLPOOL 
3f7b6feeeccef41f78da14a5f483a2f435ccc575b9ace3c4a3ab774426cd6ff5811ad662a5e210b7ae5223435b509392c634cb30e547535fe475b83e0ee84142
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAEBCAAGBQJXW126AAoJEHHVc6gvQ0BlNI8P/0VZiLpMcX6S/uPVkqrkqnQW
+Wbd+N09sFOatVC3LYotOFZBCaDmkINKm33kCh5UPknLw0JaT76g/2x/9HvLMpmUH
+Ymim0OAM61F3tzBI8Yf85l8ZMMAWQ82PoawTM0qVXAbuNMxIY6Pc3/Oc7MA+zKe0
++VYAfNFw3rvBpodevurG9Bfs4eMnGEiyCYGVbdM46zPF1gpvDdNpNU1vkYVcKJ82
+bSmxK1nMNUQANa/ZkgprrnRNBYsv7e9RHZO6xH38WSwZIWXNj83bfGdrw8LWtaX1
+09FTTJOuk1HM0vVKK0xP3N2eHBfNd82+/LosA9Y0bXXusME2L51qJoLGo8xt/I5d
+Qme5XsmJpCpdwn2F8sBuuW6riGEZcc+jr4ppHk8wMLAvWCZaM0HOISZKJd+rVjJX
+HtQzqMe1OGKudUuAdV9si8/XmEar+Xd8cCys5eo3q8qiDXDrHTAaCeLITl5grmv7
+CsS5dinKvDRbALlIPmrL9KI5tiX+/wN9MbU+zHhOXuKzJMmS+fsvxiVL4OD9HESy
+Hb2rYO3lsPfqwd76bqGMSaAuTl+Hkc0NyK3rI2O1NOP3hHI+UkfBBcMb9xvxbLZU
+GLxYCOpeB+FfiaKj8IeLKByf3GFOylzzfqVDvGxVUq2gBcOaRRmdJ6ovoF796gcl
+RdeFExWxF5qXxMrCwiSG
+=BeuZ
+-END PGP SIGNATURE-

diff --git a/app-office/texstudio/files/texmakerx_my.pri 
b/app-office/texstudio/files/texmakerx_my.pri
new file mode 100644
index 000..06426fc
--- /dev/null
+++ b/app-office/texstudio/files/texmakerx_my.pri
@@ -0,0 +1,18 @@
+CONFIG   += link_pkgconfig
+
+# System Quazip
+INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/quazip
+LIBS += -lquazip
+#INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/qt4/QCodeEdit
+#INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/qt4/QtSolutions
+
+# System hunspell
+PKGCONFIG += hunspell
+
+# System qtsingleapplication
+#QT += solutions
+CONFIG += qtsingleapplication
+
+# System qcodeedit
+# Not working currently
+#CONFIG += qcodeedit

diff --git a/app-office/texstudio/files/texstudio-2.10.6-desktop.patch 
b/app-office/texstudio/files/texstudio-2.10.6-desktop.patch
new file mode 100644
index 000..ab2822f
--- /dev/null
+++ b/app-office/texstudio/files/texstudio-2.10.6-desktop.patch
@@ -0,0 +1,18 @@
+--- utilities/texstudio.desktop.old2016-01-17 16:38:44.283878626 +0100
 utilities/texstudio.desktop2016-01-17 16:39:08.374876711 +0100
+@@ -1,6 +1,5 @@
+ [Desktop Entry]
+ 
Categories=Office;Publishing;Qt;X-SuSE-Core-Office;X-Mandriva-Office-Publishing;X-Misc;
+-Encoding=UTF-8
+ Exec=texstudio %F
+ GenericName=LaTeX Editor
+ GenericName[fr]=Editeur LaTeX
+@@ -8,7 +7,7 @@
+ Comment[fr]=Environnement de développement LaTeX
+ Icon=texstudio
+ Keywords=LaTeX;TeX;editor;
+-MimeType=text/x-tex;
++MimeType=text/X-tex;
+ Name=TeXstudio
+ StartupNotify=false
+ Terminal=false

diff --git a/app-office/texstudio/metadata.xml 
b/app-office/texstudio/metadata.xml
new file mode 100644
index 000..10d4fb9
--- /dev/null
+++ b/app-office/texstudio/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+   
+   t...@gentoo.org
+   Gentoo TeX Project
+   
+   
+   Use phonon for video embedding
+   
+   
+   texstudio
+   
+

diff --git a/app-office/texstudio/texstudio-2.11.0.ebuild 
b/app-office/texstudio/texstudio-2.11.0.ebuild
new file mode 100644
index 000..e87bc1e
--- /dev/null
+++ b/app-office/texstudio/texstudio-2.11.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit fdo-mime prefix qmake-utils
+
+DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
+HOMEPAGE="http://texstudio.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="video qt4 

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

2016-06-10 Thread Davide Pesavento
commit: df3dd7a84882602ec9e0ecc95040252bfeab8964
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jun 11 00:08:27 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jun 11 00:08:27 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=df3dd7a8

qt5-build.eclass: -nis is completely gone, don't even mention it

See qtbase commit 644d0e75240811212ed9fd0c21e3bd05db3ba5db

 eclass/qt5-build.eclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 349e551..47c121d 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -594,9 +594,6 @@ qt5_base_configure() {
# print verbose information about each configure test
-verbose
 
-   # obsolete flag, does nothing
-   #-nis
-
# always enable iconv support
-iconv
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/files/, dev-lang/spidermonkey/

2016-06-10 Thread Ian Stakenvicius
commit: e4cd861a39c8552ded3bdfefafbe5d0413ac6990
Author: Austin English  gentoo  org>
AuthorDate: Fri Jun  3 05:22:39 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Jun 10 23:55:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cd861a

dev-lang/spidermonkey: fix building with clang

Gentoo-Bug: https://bugs.gentoo.org/458142
Closes: https://github.com/gentoo/gentoo/pull/1589

 .../spidermonkey/files/spidermonkey-17-clang.patch |  18 +++
 .../spidermonkey/spidermonkey-17.0.0-r5.ebuild | 140 +
 2 files changed, 158 insertions(+)

diff --git a/dev-lang/spidermonkey/files/spidermonkey-17-clang.patch 
b/dev-lang/spidermonkey/files/spidermonkey-17-clang.patch
new file mode 100644
index 000..062bd06b
--- /dev/null
+++ b/dev-lang/spidermonkey/files/spidermonkey-17-clang.patch
@@ -0,0 +1,18 @@
+Fix compilation of spidermonkey-17 with clang
+
+Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=458142
+Upstream-Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=887645
+
+b/js/src/js-config.in
+--- a/js/src/jsinterp.cpp  2016-06-03 00:08:04.376312080 -0500
 b/js/src/jsinterp.cpp  2016-06-03 00:12:17.740329180 -0500
+@@ -3664,7 +3664,9 @@
+ BEGIN_CASE(JSOP_LEAVEFORLETIN)
+ BEGIN_CASE(JSOP_LEAVEBLOCKEXPR)
+ {
++#ifdef DEBUG
+ DebugOnly blockDepth = regs.fp()->blockChain().stackDepth();
++#endif
+ 
+ regs.fp()->popBlock(cx);
+ 

diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild 
b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
new file mode 100644
index 000..897b2a0
--- /dev/null
+++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+WANT_AUTOCONF="2.1"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+inherit toolchain-funcs multilib python-any-r1 versionator pax-utils
+
+MY_PN="mozjs"
+MY_P="${MY_PN}${PV}"
+DESCRIPTION="Stand-alone JavaScript C library"
+HOMEPAGE="http://www.mozilla.org/js/spidermonkey/;
+SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz;
+
+LICENSE="NPL-1.1"
+SLOT="17"
+# "MIPS, MacroAssembler is not supported" wrt #491294 for -mips
+KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
+IUSE="debug jit minimal static-libs test"
+
+REQUIRED_USE="debug? ( jit )"
+RESTRICT="ia64? ( test )"
+
+S="${WORKDIR}/${MY_P}"
+BUILDDIR="${S}/js/src"
+
+RDEPEND=">=dev-libs/nspr-4.9.4
+   virtual/libffi
+   sys-libs/readline:0
+   >=sys-libs/zlib-1.1.4"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   app-arch/zip
+   virtual/pkgconfig"
+
+pkg_setup(){
+   if [[ ${MERGE_TYPE} != "binary" ]]; then
+   python-any-r1_pkg_setup
+   export LC_ALL="C"
+   fi
+}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-${SLOT}-js-config-shebang.patch
+   "${FILESDIR}"/${PN}-${SLOT}-ia64-mmap.patch
+   "${FILESDIR}"/${PN}-17.0.0-fix-file-permissions.patch
+   "${FILESDIR}"/${PN}-17-clang.patch
+   "${FILESDIR}"/${PN}-perl-defined-array-check.patch
+)
+
+src_prepare() {
+   default
+
+   # Remove obsolete jsuword bug #506160
+   sed -i -e '/jsuword/d' "${BUILDDIR}"/jsval.h || die "sed failed"
+
+   if [[ ${CHOST} == *-freebsd* ]]; then
+   # Don't try to be smart, this does not work in cross-compile 
anyway
+   ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname 
-s)$(uname -r).mk" || die
+   fi
+}
+
+src_configure() {
+   cd "${BUILDDIR}" || die
+
+   CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
+   AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" \
+   LD="$(tc-getLD)" \
+   econf \
+   ${myopts} \
+   --enable-jemalloc \
+   --enable-readline \
+   --enable-threadsafe \
+   --with-system-nspr \
+   --enable-system-ffi \
+   --enable-jemalloc \
+   $(use_enable debug) \
+   $(use_enable jit tracejit) \
+   $(use_enable jit methodjit) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests)
+}
+
+cross_make() {
+   emake \
+   CFLAGS="${BUILD_CFLAGS}" \
+   CXXFLAGS="${BUILD_CXXFLAGS}" \
+   AR="${BUILD_AR}" \
+   CC="${BUILD_CC}" \
+   CXX="${BUILD_CXX}" \
+   RANLIB="${BUILD_RANLIB}" \
+   "$@"
+}
+src_compile() {
+   cd "${BUILDDIR}" || die
+   if tc-is-cross-compiler; then
+   tc-export_build_env BUILD_{AR,CC,CXX,RANLIB}
+   cross_make host_jsoplengen host_jskwgen
+   cross_make -C config nsinstall
+   mv {,native-}host_jskwgen || die
+   mv {,native-}host_jsoplengen || die
+   mv config/{,native-}nsinstall || die
+   sed -i \

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

2016-06-10 Thread Michael Weber
commit: 4e5615f9203089cfaf3c0f157943ac6ecd80695f
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Jun 10 23:24:05 2016 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Jun 10 23:24:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5615f9

app-misc/qlcplus: Version bump.

Package-Manager: portage-2.2.28

 app-misc/qlcplus/Manifest  |  1 +
 app-misc/qlcplus/qlcplus-4.10.4.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-misc/qlcplus/Manifest b/app-misc/qlcplus/Manifest
index 8bd45b6..e72bc59 100644
--- a/app-misc/qlcplus/Manifest
+++ b/app-misc/qlcplus/Manifest
@@ -1,2 +1,3 @@
 DIST qlcplus_4.10.2b.tar.gz 9711691 SHA256 
1bcd2eef3e327714b3a83d0f0ff4695caa81bc1336f35abce29a047232b1a780 SHA512 
d9716bcdd7289a0d5b94482ae3a7a4a047dc548c0a0b0b488c1f5af50280921a6769fe6479810862291d08508884a1403327be7722681a3a367ee3f77b895eab
 WHIRLPOOL 
5b08afb4cac96926220140dba7283666829dc46e0fdcc517f28442c0b311febce81d0127adc3eaeb7bb3b7a570662558daa98a661acecd9b889e3669d8105ef8
 DIST qlcplus_4.10.3.tar.gz 9786835 SHA256 
eb2de10c2f7200522188f879aa6a98ac6eeedf50e0cc888fb418e9b736a630d7 SHA512 
32d951e465fd9dccbc28b9798dc1416e2dfa7741225cc535288fac0e2e0724568fbaf2345946b907af6696c430f2b58ca7d8640254cdc34ff0d1a20ef28d5292
 WHIRLPOOL 
08580bc6b81a603b2a8c14b086eacf2e63982b0684040ce9f39c8cfff05597c9367866d3f933f5f17e774ce99621f4c9ae30a6d831e06ec7d7a3502dc62b95bc
+DIST qlcplus_4.10.4.tar.gz 9391198 SHA256 
14b75aecee2c63bb3d36868c946b2e7f435827ae1f4ef24c898c52f996d91c4e SHA512 
2e087a9a0ec9ed508914e60c6bc1fdb65103831b9a0af91377c8aa759e1217819db157e8f54fb2ccf5538563c4f749b24975b9879bc3453b6101808b709acb94
 WHIRLPOOL 
aae84cebd31cd4926d508655c8f6a86fdd8bd5d6b6c5ae8b94aa026c7c40815354969e94291c3dcc184ef575a2c170e802126842fc79756342d40292ae3005cd

diff --git a/app-misc/qlcplus/qlcplus-4.10.4.ebuild 
b/app-misc/qlcplus/qlcplus-4.10.4.ebuild
new file mode 100644
index 000..53690a7
--- /dev/null
+++ b/app-misc/qlcplus/qlcplus-4.10.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils qt4-r2 eutils virtualx
+
+DESCRIPTION="QLC+ - Q Light Controller Plus to control DMX interfaces"
+HOMEPAGE="http://www.qlcplus.org/;
+SRC_URI="http://www.${PN}.org/downloads/${PV}/${PN}_${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="qt4 qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+RDEPEND="dev-libs/glib:2
+   virtual/libusb:0
+   virtual/libusb:1
+   media-libs/alsa-lib
+   media-libs/libmad
+   media-libs/libsndfile
+   sci-libs/fftw:3.0
+   virtual/udev
+   || ( dev-embedded/libftdi:1 dev-embedded/libftdi:0 )
+   qt4? ( dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtscript:4
+   dev-qt/qttest:4 )
+   qt5? ( dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5[widgets]
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5 )"
+
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${P/b/}
+
+src_prepare() {
+   sed -e "s:/etc/udev/rules.d:${EROOT}lib/udev/rules.d:" -i \
+   plugins/hid/hid.pro \
+   plugins/udmx/src/src.pro \
+   plugins/dmxusb/src/src.pro \
+   plugins/spi/spi.pro \
+   plugins/peperoni/unix/unix.pro || die
+}
+
+src_configure() {
+   use qt5 && eqmake5
+   use qt4 && eqmake4
+}
+
+src_test() {
+   Xemake check
+}



[gentoo-commits] proj/openrc:master commit in: src/rc/

2016-06-10 Thread William Hubbs
commit: b2c92b88cc6ce6d81444667efbc6d44542db1788
Author: William Hubbs  gmail  com>
AuthorDate: Tue Jun  7 09:31:48 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 10 22:16:37 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b2c92b88

fstabinfo/mountinfo: ensure /etc/fstab exists before calling setmntent

This is based on a patch by A. Wilcox  foxkit.us>.

X-Gentoo-Bug: 478226
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=478226

X-Gentoo-Bug: 478226
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=478226

 src/rc/fstabinfo.c | 3 +++
 src/rc/mountinfo.c | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c
index bd2372d..75c8bc2 100644
--- a/src/rc/fstabinfo.c
+++ b/src/rc/fstabinfo.c
@@ -178,6 +178,9 @@ int main(int argc, char **argv)
FILE *fp;
 #endif
 
+   /* fail if there is no /etc/fstab */
+   if (!exists("/etc/fstab"))
+   eerrorx("/etc/fstab does not exist");
/* Ensure that we are only quiet when explicitly told to be */
unsetenv("EINFO_QUIET");
 

diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index 10e3238..29eb160 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -297,6 +297,9 @@ getmntfile(const char *file)
struct mntent *ent = NULL;
FILE *fp;
 
+   if (!exists("/etc/fstab"))
+   return NULL;
+
fp = setmntent("/etc/fstab", "r");
while ((ent = getmntent(fp)))
if (strcmp(file, ent->mnt_dir) == 0)



[gentoo-commits] dev/xmw:master commit in: media-libs/libasdcp-cth/, profiles/, virtual/xmwce/

2016-06-10 Thread Michael Weber
commit: 19aa89bdb83831dffb605137e12d4c9917b49761
Author: Michael Weber  xmw  de>
AuthorDate: Fri Jun 10 22:27:42 2016 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Jun 10 22:27:42 2016 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=19aa89bd

ffmpeg-3 is masked

 .../libasdcp-cth/.libasdcp-cth-0.1.1.ebuild.swp| Bin 0 -> 12288 bytes
 profiles/package.mask  |   4 +
 virtual/xmwce/metadata.xml |   2 +-
 virtual/xmwce/xmwce-0_p20160531.ebuild |  98 
 virtual/xmwce/xmwce-0_p20160607.ebuild |  99 +
 5 files changed, 202 insertions(+), 1 deletion(-)

diff --git a/media-libs/libasdcp-cth/.libasdcp-cth-0.1.1.ebuild.swp 
b/media-libs/libasdcp-cth/.libasdcp-cth-0.1.1.ebuild.swp
new file mode 100644
index 000..191fdcd
Binary files /dev/null and 
b/media-libs/libasdcp-cth/.libasdcp-cth-0.1.1.ebuild.swp differ

diff --git a/profiles/package.mask b/profiles/package.mask
index 878dcc5..ac175cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -14,3 +14,7 @@ media-libs/raspberrypi-videocore-bin
 # Michael Weber  (13 Mar 2013)
 # segfault in snprintf
 =media-radio/ebook2cw-0.8.2
+
+# Michael Weber  (11 Jun 2016)
+# ffmpeg-3 is masked
+media-video/dcpomatic

diff --git a/virtual/xmwce/metadata.xml b/virtual/xmwce/metadata.xml
index d5eee05..dbefdaf 100644
--- a/virtual/xmwce/metadata.xml
+++ b/virtual/xmwce/metadata.xml
@@ -1,7 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
 x...@gentoo.org
 Michael Weber
 

diff --git a/virtual/xmwce/xmwce-0_p20160531.ebuild 
b/virtual/xmwce/xmwce-0_p20160531.ebuild
new file mode 100644
index 000..f8a2f03
--- /dev/null
+++ b/virtual/xmwce/xmwce-0_p20160531.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Michael Weber (xmw) console environment"
+SRC_URI=""
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dev +root +wlan +kernel mpc"
+
+RDEPEND="
+   app-admin/makepasswd
+   app-arch/hardlink
+   app-arch/zip
+   app-editors/vim
+   app-misc/screen
+   app-misc/when
+   app-portage/eix
+   app-portage/genlop
+   app-portage/pfl
+   app-shells/zsh
+   app-vim/gnupg
+   app-vim/pathogen
+   dev-util/strace
+   dev-vcs/git
+   media-gfx/exif
+   net-analyzer/netcat6
+   net-analyzer/nmap
+   net-dns/bind-tools
+   net-misc/mosh
+   net-misc/openssh
+   net-misc/telnet-bsd
+   net-misc/whois
+   sys-apps/iproute2
+   sys-apps/less
+   sys-apps/mlocate
+   sys-apps/pv
+   sys-block/buffer
+   sys-fs/ncdu
+   sys-fs/sshfs
+   sys-process/glances
+   sys-process/htop
+   sys-process/iotop
+   sys-process/lsof
+   sys-process/parallel
+   dev? (
+   app-portage/gentoolkit
+   app-portage/gentoolkit-dev
+   )
+   kernel? (
+   app-admin/eclean-kernel
+   app-arch/cpio
+   app-arch/lz4
+   app-arch/lzop
+   )
+   mpc? (
+   media-sound/ncmpcpp[outputs,clock,visualizer,curl]
+   media-sound/alsa-utils
+   )
+   root? (
+   app-admin/logrotate
+   app-admin/syslog-ng
+   app-admin/tmpreaper
+   app-portage/layman
+   app-portage/layman[git]
+   app-portage/porticron
+   app-portage/smart-live-rebuild
+   mail-mta/postfix
+   net-analyzer/iptraf-ng
+   net-analyzer/tcpdump
+   net-firewall/iptables
+   net-misc/dhcp
+   net-misc/ntp
+   sys-apps/ethtool
+   sys-apps/hwloc
+   sys-apps/lm_sensors
+   sys-apps/lshw
+   sys-apps/pciutils
+   sys-apps/usbutils
+   sys-fs/ddrescue
+   sys-libs/gpm
+   sys-process/dcron
+   amd64? (
+   sys-apps/smartmontools
+   sys-power/acpid
+   sys-power/cpupower
+   )
+   )
+   wlan? (
+   net-wireless/iw
+   net-wireless/wireless-tools
+   net-wireless/wpa_supplicant
+   )
+   "
+DEPEND=""

diff --git a/virtual/xmwce/xmwce-0_p20160607.ebuild 
b/virtual/xmwce/xmwce-0_p20160607.ebuild
new file mode 100644
index 000..1d57bdd
--- /dev/null
+++ b/virtual/xmwce/xmwce-0_p20160607.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Michael Weber (xmw) console environment"
+SRC_URI=""
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dev +root +wlan +kernel mpc"
+
+RDEPEND="
+  

[gentoo-commits] dev/xmw:master commit in: media-video/dcpomatic/, media-video/dcpomatic/files/

2016-06-10 Thread Michael Weber
commit: f8edbbad0048d59c2c077f60e3ae63e8c29a8927
Author: Michael Weber  xmw  de>
AuthorDate: Fri Jun 10 22:26:41 2016 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Jun 10 22:26:41 2016 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=f8edbbad

media-video/dcpomatic: Initial import.

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0x71D573A82F434065

 media-video/dcpomatic/Manifest | 22 ++
 media-video/dcpomatic/dcpomatic-2.8.0.ebuild   | 51 ++
 .../dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch   | 13 ++
 media-video/dcpomatic/metadata.xml |  8 
 4 files changed, 94 insertions(+)

diff --git a/media-video/dcpomatic/Manifest b/media-video/dcpomatic/Manifest
new file mode 100644
index 000..3386e69
--- /dev/null
+++ b/media-video/dcpomatic/Manifest
@@ -0,0 +1,22 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST dcpomatic-2.8.0.tar.bz2 37255367 SHA256 
d3a308129a2290f7a3dddaf642b5c5b209df6210ddd91618460040da41edd7e5 SHA512 
e8da00b43867ec2ddb39d5429271b6c9dd1126d766d9f7285b1120aaa84b972c609bae686d1d7c0e66ef37c7fa5771900a95dfa1565ae670f9c27df1f59b46d9
 WHIRLPOOL 
5971b6b9a0d127c3f1f6fbd11366f53c8b668eddd0c14ccd6cd077f981e6b0b0f8fd3ab770de13b1e2eb662f34cc8586b6da4f928be22c5f41633fa94b05da59
+DIST waf-1.8.21.tar.bz2 1365817 SHA256 
b14db0532c1ba9e89ae3aea53cb4b5c769b751952f1fc194dc1e306ac03794e2 SHA512 
53f39472acc24bd31a904651a1fda7dbe71f5fdd559248ceef9b70c862c141b3fbfa46340c897a89e3d11d645e5be260a17801e77294bd4ade4a36cd4b653192
 WHIRLPOOL 
53f06747b4e6fd73375a5b179e623cbc00e6df6a5a4679dceb99b28709f0351678f50e29d9971253b5da3ed7cc223158ec9c8771144fa353fa9b517fbd63
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAEBCAAGBQJXWz6dAAoJEHHVc6gvQ0BlNlwP/3Jklxsxy0mj1zS4t6pqAvSr
+lzfOzhtO8Xj6PJyuoUI7v++MHoNrKNn9nrDOb8tbsu6dAuA6AcjEy/+mC3ZRa6Gr
++sbcPH1l33bLDxxYqbdVfGgBqueo6x6OmE5zpR3oDTQNFcnr258xaU70stzzIM1A
+DBN+aXhsHLh5bofKuQG5PeuaVFRhh8gXN9XMNOwtQvqGakVf3DxJmDyPNgaOkH0+
+Ig9nD7NpT+eNGL9myitGSow1bEOUOJVfN70Ka65sbu6GVqbLTMXCKRyLXcOsf2bP
+rW5EeYiteGKhpSfSGhfQ5KrOaARCrYqIppkvcg7rg7gcEepMYArPVMqv29SDEu2j
+lvj7NNUlq90IiWAO15U8LgTSTj7iyRpNino5So63ZROyecCLsAUAenw5eTctkhSu
+Eip2A1obFW/8GQks5UaycAZZ+kQ3kek3Kp0/3rOdwhT5uQ0zQ+Amwr6fWExkvvQU
+7ZGcpHQDB3g5c2GazmNBLHlj92BYHio8LdqS4x1sH6ORA1tdPIcWpeyK/k2Yt9CU
+sqILkd5vUkqGt5+d4px7TsYxiuJkHL0Id13TDt5ymcpGvN+M6+KAcDgNUjC1NqRQ
+bF1ASDlVD2vpuNyq9x8IRsiqe6FDhj1beU+Xv6fWI8AO7kp7XtVTWfKGZUUVX0pY
+PCDNkub138tJRVMV/vS8
+=0mV8
+-END PGP SIGNATURE-

diff --git a/media-video/dcpomatic/dcpomatic-2.8.0.ebuild 
b/media-video/dcpomatic/dcpomatic-2.8.0.ebuild
new file mode 100644
index 000..9452d1b
--- /dev/null
+++ b/media-video/dcpomatic/dcpomatic-2.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+PYTHON_REQ_USE="threads(+)"
+inherit eutils python-any-r1 waf-utils wxwidgets
+
+DESCRIPTION="create Digital Cinema Packages (DCPs) from videos, images and 
sound files"
+HOMEPAGE="http://dcpomatic.com/;
+SRC_URI="http://${PN}.com/downloads/${PV}/${P}.tar.bz2
+   https://waf.io/waf-1.8.21.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-cpp/cairomm
+   dev-cpp/glibmm:2
+   dev-cpp/libxmlpp:2.6
+   dev-cpp/pangomm:1.4
+   dev-libs/boost
+   dev-libs/glib:2
+   dev-libs/icu
+   dev-libs/libcxml
+   dev-libs/libzip
+   dev-libs/openssl:0
+   media-gfx/imagemagick
+   media-libs/fontconfig:1.0
+   media-libs/libdcp:1.0
+   media-libs/libsamplerate
+   media-libs/libsndfile
+   media-libs/libsub:1.0
+   >=media-video/ffmpeg-3
+   net-libs/libssh
+   net-misc/curl
+   x11-libs/gtk+:2
+   x11-libs/wxGTK:3.0 "
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-wxGTK3.patch
+
+   cp -v ../waf*/waf .
+
+   default
+}

diff --git a/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch 
b/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
new file mode 100644
index 000..9d85ad5
--- /dev/null
+++ b/media-video/dcpomatic/files/dcpomatic-2.8.0-wxGTK3.patch
@@ -0,0 +1,13 @@
+--- dcpomatic-2.8.0/src/wx/wscript
 dcpomatic-2.8.0/src/wx/wscript
+@@ -103,8 +103,8 @@
+ 
+ def configure(conf):
+ try:
+-wx_config = 'wx-config-3.0-gtk2'
+-conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0-gtk2',
++wx_config = 'wx-config-3.0'
++conf.check_cfg(msg='Checking for wxWidgets using wx-config-3.0',
+package='',
+path=wx_config,
+args='--cppflags --cxxflags --libs std,richtext',

diff --git a/media-video/dcpomatic/metadata.xml 
b/media-video/dcpomatic/metadata.xml
new file mode 100644
index 000..a535b88

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

2016-06-10 Thread William Hubbs
commit: 1b32af17225a4b18ced7f4326727cbe8265e7fd2
Author: William Hubbs  gmail  com>
AuthorDate: Fri Jun 10 21:02:25 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jun 10 21:02:25 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1b32af17

increment version to 0.22

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 7b83a65..bd85c44 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.21
+VERSION=   0.22
 PKG=   ${NAME}-${VERSION}



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

2016-06-10 Thread Alexander Vershilov
commit: d590ae8516d9d6f19ace8a18e4c2b1ef312e46a4
Author: Alexander Vershilov  gentoo  org>
AuthorDate: Fri Jun 10 20:29:31 2016 +
Commit: Alexander Vershilov  gentoo  org>
CommitDate: Fri Jun 10 20:29:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d590ae85

dev-haskell/threads: bump up to 0.5.1.4

Package-Manager: portage-2.2.28

 dev-haskell/threads/Manifest   |  2 +-
 .../threads/{threads-0.5.1.3.ebuild => threads-0.5.1.4.ebuild} | 10 ++
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-haskell/threads/Manifest b/dev-haskell/threads/Manifest
index 7248a66..00078d5 100644
--- a/dev-haskell/threads/Manifest
+++ b/dev-haskell/threads/Manifest
@@ -1 +1 @@
-DIST threads-0.5.1.3.tar.gz 7239 SHA256 
02bd4c7597f77d0d5064db4031547cd7b4989f453c77d520223ba2b1b9846411 SHA512 
1fc63f892598310537deedb090b263d04f37c1ddba0bbe7f4f9833b1077995d64b020463bc6db47d1d4e6cc5f2b560a3ee3584399800a0ffb9354eb4ad7d783b
 WHIRLPOOL 
87a299bdc6d830c3c4d585c93d1bc859159f697328beba394a64affc25a0d4b166deb6e7019c4a245d14ad86aa6a1035de93f2dd0e637c6ee4f0379543cc8d5a
+DIST threads-0.5.1.4.tar.gz 7395 SHA256 
d3b805b743cc7c0bce2a9b142f45bb1ad07e7bd6c2bd97a5fc442c007276febd SHA512 
4fcce77d88bf5eeb0ef172efec8525327ae11739c89a7d31b775ed686ad943aecb53f8140539262fdc8992b338943e9f905ebf97bc7c01312a12a88ac4c08129
 WHIRLPOOL 
ea857f2771445d62ff65630753748312b7b300e20495ccab2737814b5a8cb3f641eea80fe591f60241292cf4545d853bf97ed3da138b7a579f4a7861775bfd77

diff --git a/dev-haskell/threads/threads-0.5.1.3.ebuild 
b/dev-haskell/threads/threads-0.5.1.4.ebuild
similarity index 76%
rename from dev-haskell/threads/threads-0.5.1.3.ebuild
rename to dev-haskell/threads/threads-0.5.1.4.ebuild
index c719afb..66a7dae 100644
--- a/dev-haskell/threads/threads-0.5.1.3.ebuild
+++ b/dev-haskell/threads/threads-0.5.1.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-# ebuild generated by hackport 0.4.4.
+# ebuild generated by hackport 0.4.7.
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
 inherit haskell-cabal
@@ -24,13 +24,7 @@ RDEPEND=">=dev-haskell/stm-2.1:=[profile?] 
= 1.2.2 && < 1.3' 'HUnit
>= 1.2.2' \
-   'base >= 4.4   && < 4.9' 'base 
>= 4.4'
-}



[gentoo-commits] proj/python-gentoo-patches: New branch: 3.4.4

2016-06-10 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 20:17:53 2016 +

New branch: 3.4.4




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

2016-06-10 Thread Michał Górny
commit: 66faa8a8ce224eb34541e5fbbbaef87dc233032a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 20:11:09 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 20:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66faa8a8

dev-lang/python: Bump to 3.4.4

 dev-lang/python/Manifest|   2 +
 dev-lang/python/python-3.4.4.ebuild | 353 
 2 files changed, 355 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 711f532..db61ee6 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -2,11 +2,13 @@ DIST Python-2.7.10.tar.xz 12250696 SHA256 
1cd3730781b91caf0fa1c4d472dc2927418648
 DIST Python-2.7.11.tar.xz 12277476 SHA256 
962b4c45af50124ea61f11a30deb4342fc0bc21126790fa1d7f6c79809413f46 SHA512 
72166763a2fe6aab45ecf378f55a1efc7322d1742c4638bae84f4ed4b9fb4c01f2a0293733c64426ae2c70df24d95ff2b1e2a4f3c2715de00d8f320d4d939ea0
 WHIRLPOOL 
7ebcff7a2fe775a21a3847dee10369b73aaea8685eb63b4bc33dab0f562b8fb984c398cb34e8158cf1e24f106002829649540aad30a5ec7f4de0018ce7449f69
 DIST Python-3.3.5.tar.xz 12116308 SHA256 
abe99b484434503d8b23be0f243ec27139e743a4798cd71c1dce3cf40e63b6e5 SHA512 
562ebd85291f29ff18d37f05682763fc45aa9d070688006f4ef5c89392a48022357c3ca9ee1d795e9e863bdef413e6bab77b8d65581d374a76dbe7cacec65550
 WHIRLPOOL 
f4b6010d32b28b7bb038cbb7c5f98d325cc4253fd1be9a0a1089ed6fd7dd414c5169931d21ef819137d5c1084517a650828f260cf2a1d8ce871bc67aeef3fff8
 DIST Python-3.4.3.tar.xz 14421964 SHA256 
b5b3963533768d5fc325a4d7a6bd6f666726002d696f1d399ec06b043ea996b8 SHA512 
55b2d7c07da8ad3a3971b4687da2e45809c6f1474732e93b0432f121f287d0b63ad8a9bf381987ea70f47a03d9474c3e55b7d86d14800bf7ef29b3324d8d35b9
 WHIRLPOOL 
f851dedc6a1ea35adec83d60784a5fbcd9dfcf6aa8858bb5ada114fa2ff55add1fbf323ab94ec039ecdedb26d59e8f2e6e171cd9fc1ed41ad9cfa434a555cff3
+DIST Python-3.4.4.tar.xz 14307620 SHA256 
a797d3820155ec6cb654a652b9acfb11792d4e7d568eef1f9199009e042b6ba2 SHA512 
2e114636f2b8bc02f30816cc69781e24065855bc294bb500b8cc44913a21fb6061a6918d4ac810511c829f183ec026897f73848cc026679b34fa6ff5d6e8166f
 WHIRLPOOL 
9031e5de8527a40447290a360764cb546031aeb68918334ecc2f263f5d777f59769e8647d17810792ad855da971db0d4430d107b790c29a0cb872cb876af2b54
 DIST Python-3.5.0.tar.xz 14808460 SHA256 
d6d7aa1634a5eeeca6ed4fca266982a04f84bd8f3945a9179e20b24ad2e2be91 SHA512 
f06bd652484aa89371021d0f9fcb08e6e905e90b39ae065d7df75b367e66b7ea43a818ca33ce04aa3d6746b5e8b1b83e90b709ac2203324fb7a595c1017be149
 WHIRLPOOL 
aef3970297911324537e4e1e9d0e179c925bf51fea9d6a6413a08e3f349fd244d834e6fe732e9120669b762c302b47f821de170ce083d2cc39b7e35f51fdd1f0
 DIST Python-3.5.1.tar.xz 14830408 SHA256 
c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9 SHA512 
261c9e42ae351853c718707a8887817e308b3ba7a37e9463a0bc8f50ee9be9ac1a011b2891f8877ecdb40beab99279bcfa8e04f813b8998fcf6cefb7fd52d850
 WHIRLPOOL 
7ff4ddb852c74f75d1f327e418f5af09ae66403cc3fb2431ab31786c046cec2d761ee57e8c6674a92bb08f95cfff7c7c7d5ddd965994096a0380fbd6b55fcc8f
 DIST python-gentoo-patches-2.7.10-0.tar.xz 12892 SHA256 
c9a838bd62ae50cc385da23a837acfd05f2b74e4f086c9c76eb4d3aa5366ef6d SHA512 
5f100944635e360691dc0a2b340a906646c4ae9ee558246ddffc56e8b15d389f25f1fbdc1db4cc08e7d29560d04d66b058b3904902899d58ecae8c408ebdf056
 WHIRLPOOL 
f69e9a518bb7ee50c1b262a21e70e1e2443f859ee6d2f4fa84421120dbd054a06ce8dd6cfea8512cbc64bce806322b879c25c561d5eb05e1ba6cc15035b373a9
 DIST python-gentoo-patches-2.7.11-0.tar.xz 12916 SHA256 
e14b47bb1fd64d366d7dfb8339cc2cbf4a53fc288b11dd83f575eb36a8a6408d SHA512 
f0447bb699a163afc08df39b111394377539935546ae23732d7239e78d2bff0c04bc94949f86aef0c1be83736127dbd25c2c531e49befed2d638c3cd4940ac52
 WHIRLPOOL 
305992849d9d244da1e308e739c9bf62a3ef5c74eb65c765bdc666fb5767eb16c7a609f7c442c17da17f76c3ab81e4b09fa8c21e43f89366539a6a9d656bea77
 DIST python-gentoo-patches-3.3.5-0.tar.xz 12892 SHA256 
a7240de9598033cb40f8f273d8104d4e2b1dcaea028d45ac28efaa3c680ff6f7 SHA512 
27eef4c2b3f631b000db3f6a5c426d9b498d63a08fe82b1ab7c2c010fb72208109461a5f008d47703852526655b70a734ea95be8742897026db5750bb9cc9d16
 WHIRLPOOL 
edab9222d7da94cab3b1de0e1a27c6c7dbd49194b813a0a1cf9e532063029c4e4f19151c9f4878eeabed3168ff1f97eae7f008280c7ed2897fc14c5516c68d7e
 DIST python-gentoo-patches-3.4.3-0.tar.xz 11736 SHA256 
917a9d98d40a91379c81ea57922a8632ba3c6f6db6f304ed6262bc88c5044946 SHA512 
7ad1b30cf8bb7900fe518ed71e4ee55dd92ce7e23ae583a1f2f851b26cfa8c4f4271d28f418e780f3725a48d4ca8eeb8fd083f850810c66c29fb08c430828d72
 WHIRLPOOL 
074e8c0055b49a028eebda21d1acfb8a25ec968eb8b350c2bed37e042f9f354871e413db13e0ef2fe41d7e56d647178a7b3622019f36c4819c2c68f088366eb1
+DIST python-gentoo-patches-3.4.4-0.tar.xz 11748 SHA256 
94aa14d0f7894b99d2ee9d3448f999aeea5faa1c41350a2fb92c912bbebb9292 SHA512 
e9852063fbab34cead5bc6f39d8fe28105d51767930174d418ed3dfcd661b8011f2eb1bc60900e6bbc7069ca72b6633bf7bb0bce54d28d16d0202eedd5b5db2d
 WHIRLPOOL 

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

2016-06-10 Thread Richard Farina
commit: cfcff321b06a63722cdbe3bc4ff02c0b78f79dba
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri Jun 10 19:19:00 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Jun 10 19:19:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcff321

dev-ruby/octokit: ship gemspec for bug #585518

Package-Manager: portage-2.3.0_rc1

 dev-ruby/octokit/{octokit-4.3.0.ebuild => octokit-4.3.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/octokit/octokit-4.3.0.ebuild 
b/dev-ruby/octokit/octokit-4.3.0-r1.ebuild
similarity index 95%
rename from dev-ruby/octokit/octokit-4.3.0.ebuild
rename to dev-ruby/octokit/octokit-4.3.0-r1.ebuild
index a16dcf8..b9cd7d8 100644
--- a/dev-ruby/octokit/octokit-4.3.0.ebuild
+++ b/dev-ruby/octokit/octokit-4.3.0-r1.ebuild
@@ -8,6 +8,7 @@ USE_RUBY="ruby20 ruby21 ruby22"
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
 
 inherit multilib ruby-fakegem
 



[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/

2016-06-10 Thread Maciej Mrozowski
commit: fb2ce2b53777c307a3c330200ef97778bef9ea3e
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Jun 10 19:15:19 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Jun 10 19:15:19 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb2ce2b5

Documentation/package.mask/no-kde5: add yakuake

 Documentation/package.mask/no-kde5 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/package.mask/no-kde5 
b/Documentation/package.mask/no-kde5
index 56f387f..9440a8d 100644
--- a/Documentation/package.mask/no-kde5
+++ b/Documentation/package.mask/no-kde5
@@ -224,3 +224,4 @@
 >=kde-apps/thumbnailers-15.12.3
 >=kde-apps/umbrello-15.12.3
 >=kde-apps/zeroconf-ioslave-15.12.3
+>=kde-misc/yakuake-3.0.0



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

2016-06-10 Thread Matt Thode
commit: 64f02e61f7d816ad5a477502dddebb47ef27ef1b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 10 19:05:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun 10 19:05:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f02e61

sys-cluster/swift: bup

Package-Manager: portage-2.2.28

 sys-cluster/swift/Manifest   |   1 +
 sys-cluster/swift/swift-2.8.0.ebuild | 121 +++
 2 files changed, 122 insertions(+)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index 96c7589..dc5d730 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1,2 +1,3 @@
 DIST swift-2.5.0.tar.gz 1524422 SHA256 
ede167854a47577ebd98765cf31476f79045f0739fab65f59b37e0ec184d4a42 SHA512 
770d1aeb62803288b29edbac7576a8e870f09df5d111ba29d4845c755d65d66b501c9e95d6468e0c635625f04b7009fa2b6d769307348b66984f5cf5ea3481ed
 WHIRLPOOL 
ba00f4350c0f2b645f595b1dde8974dfdadcd66f33184776f478db123ec4dd5bb3c1e6cbe42b8cfb856391ceb6da3d1f212ceb3428280195c1993d2146ece435
 DIST swift-2.7.0.tar.gz 1685470 SHA256 
ef71126c2fb5e59617b94179dff710c5362ca7e7bfc63fd906e622c95410256e SHA512 
4b4944dac53f521ffafe2d16072eb9c51f211e849243df413ee2af81da02917d334b169dc56ba8b17b9d22056a63f78096f680b4163e27c3f90b061023f4fffa
 WHIRLPOOL 
8df84e1aa1a7c9fdae553952eafed3467b09f3b88c95355baf4f90a2e13dffd7d94b9bf7194d0cdbf17fe49196b88b53408c1bc2ce174674faac871acc1ca92a
+DIST swift-2.8.0.tar.gz 1710949 SHA256 
0b013da5bf8a7d82e41f683c9f7512b1bda4f3e2c363676b60daa28d56839c78 SHA512 
9afc4c08ad30634735f9bccd449ec41dd8b9f3888fe2f24200bea1bf765ece12169ba9bbee26af66e30c682d3d1dc36ef69efd4eb2a9dafc0840920544c9c97a
 WHIRLPOOL 
2d6f34e59fdfa0f039294b3cb5e5ae01b7ade4e15767e69f6c6708e8027e5f9281b74c8cf6fbe733f479a179cc8ec2ae1f55732affb4955121573f6c2f23fa80

diff --git a/sys-cluster/swift/swift-2.8.0.ebuild 
b/sys-cluster/swift/swift-2.8.0.ebuild
new file mode 100644
index 000..bca2f5d
--- /dev/null
+++ b/sys-cluster/swift/swift-2.8.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="proxy account container object test +memcached"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND="
+   >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
+   https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install() {
+   distutils-r1_python_install
+   keepdir /etc/swift
+   insinto /etc/swift
+
+   newins "etc/swift.conf-sample" "swift.conf"
+   newins "etc/rsyncd.conf-sample" "rsyncd.conf"
+   newins "etc/mime.types-sample" "mime.types-sample"
+   newins "etc/memcache.conf-sample" "memcache.conf-sample"
+   newins "etc/drive-audit.conf-sample" "drive-audit.conf-sample"
+   newins "etc/dispersion.conf-sample" "dispersion.conf-sample"
+
+   if use proxy; then
+   newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
+   newins "etc/proxy-server.conf-sample" "proxy-server.conf"
+   if use memcached; then
+   sed -i '/depend/a\
+need memcached' "${D}/etc/init.d/swift-proxy"
+   fi
+   fi
+   if use account; then
+   newinitd "${FILESDIR}/swift-account.initd" "swift-account"
+   newins "etc/account-server.conf-sample" "account-server.conf"
+   fi
+   if use container; then
+   newinitd "${FILESDIR}/swift-container.initd" "swift-container"
+   newins "etc/container-server.conf-sample" 
"container-server.conf"
+   fi
+   if use object; then
+   newinitd "${FILESDIR}/swift-object.initd" "swift-object"
+   newins "etc/object-server.conf-sample" "object-server.conf"
+   newins "etc/object-expirer.conf-sample" "object-expirer.conf"
+   fi
+
+   fowners swift:swift "/etc/swift" || die "fowners failed"
+}
+
+pkg_postinst() {
+   elog "Openstack swift will default to using insecure http unless a"
+   elog "certificate is created in /etc/swift/cert.crt and the associated 
key"
+   elog "in /etc/swift/cert.key.  These can be created with the following:"
+   elog "  * cd /etc/swift"
+   elog "  * openssl req -new -x509 -nodes -out cert.crt -keyout cert.key"
+}



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

2016-06-10 Thread Matt Thode
commit: 7df206225ea211405765694dff7eaa991b6a6a82
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 10 19:12:06 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun 10 19:12:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df20622

sys-cluster/neutron: double bup

Package-Manager: portage-2.2.28

 sys-cluster/neutron/Manifest |   4 +
 sys-cluster/neutron/neutron-7.1.1.ebuild | 303 +++
 sys-cluster/neutron/neutron-8.1.2.ebuild | 216 ++
 3 files changed, 523 insertions(+)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 84ba94a..861934c 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,10 +1,14 @@
 DIST neutron-7.0.4.tar.gz 2535795 SHA256 
6088bd85ffbf170d2463948de64b8eb8e0a5f42dcd1fdddb5283c6c5c91a5ee4 SHA512 
2756681c0795b3ba0514c938c89d6b15f42c2a405371e99d547b4ed1b7bda383ae989a2d539950f782265badcce5e755f2cea9002e5875d263f1dfd8497c8d64
 WHIRLPOOL 
707d7c19c69a94788b45f6187cd0a3527cd67a3edacec4dea423b07f6a48cd98fdc77855d6edf2c126ce4c792f1ee8b70098aaca8c04db1fe0c332f4c8f46d04
 DIST neutron-7.1.0.tar.gz 2560006 SHA256 
301f96ab109d32a0021e2d1929d0f7e9f0ddbfd915cb764596554e8bfa180afe SHA512 
c58994e7d75b83d000141dd5eccbd31561f65e21656b5c1b11f27459fc5e6260b30366a70922ac3297de12aa42e88afe20fe4efff628f6b192af35d6efe1e35c
 WHIRLPOOL 
43fbf0809a6868fe76dcdaf3ce9ffe7466f3b4701f6842b196d6dba43369f072d07d334eb1cbfadbd729d33d8822c9da6aaa42912fe9978d78bffed6b9c84987
+DIST neutron-7.1.1.tar.gz 2563050 SHA256 
154b7f16f14768f1b7c8c6bf6fa2d79b7aeafab0e34c6a0d5b41f546137b94ab SHA512 
86e6bd5df2cf14c2c6eaf422547de0a440ad878ab50988db9d3af23f65f14527aabe5b1dc4308fae375b6dd3a773466fb7cc8e025d4df8dad964b78ca30d28ff
 WHIRLPOOL 
c0f0b5e2f1e4bcfa22a33e6c3cc0dec769c017d400d628ff7532a6cd73ed5057f6eb0346f7df8f9331ab1093f584ba3f6622e32a22a3204bece011c89584f7b6
 DIST neutron-8.0.0.tar.gz 2842712 SHA256 
c6b03f33ec7f3bb325914d79c290e086e3f9d884a30962d6e2d56d6c49296a22 SHA512 
ef25b2401d5dd070a2cc69370c682de36ca3b729dcd2170130530a240f936486f5bec631a45e9e7203529c1b6a91ed05b5fc4aae78d7cb2e46fc208d4a21c5a8
 WHIRLPOOL 
4bf710708190db86d1a91346e276118f589fdf64fe615fbccdfd979caadd3080a944ec095fad3e831e3d1021eb1b79151a07f6ab1a68c339bed399c20a287d34
 DIST neutron-8.1.1.tar.gz 2821087 SHA256 
f143f3cdb5527b6c152d200d3c521fcc71506cd82f88f997def754325d541572 SHA512 
83724e7d943fd21e27646c0bbebf3549d0ca1431d4da6ddb202c194dbbd9dab0b06a61a97d196bb7a85407c1e6eb1b62deaa302852218cce0f705707c388f901
 WHIRLPOOL 
4d45c2b74f792387486c66e25abf89975089ac6c5c74d3be80656fcccdeaa0eec1203b5e1a14a8c338aa70fac57d168468871ce0dfbd886dbd72f527e772debf
+DIST neutron-8.1.2.tar.gz 2825641 SHA256 
a3fdeed1421e1586bbdabd046474f1060bff4751257eacd90489f9e1b6eeff9d SHA512 
70ae87033f8cc7c0b00373ed6fa82cd1406fdb12fa3688bb59e27f42c928944368e87099ee6c312f318375998cb3405ee70773feec8eaf4e20035d1a5442ff23
 WHIRLPOOL 
f9313c89eebb7987dd9d6e3581179a9f49f8ce1c8e33de08136b6e32e0fb9486b49c91cd7ed9083a7609413f740c9dfb23d81f05db09edb0722d93f7601f80ab
 DIST neutron-configs-2016.1..tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
 DIST neutron-configs-8.0.0.tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
 DIST neutron-configs-8.1.1.tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
+DIST neutron-configs-8.1.2.tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
 DIST neutron-ml2-plugins-2016.1..tar.gz 2031 SHA256 
af1f0436924a64d9a07f0770f06d0a2e48457b45389e1ab90e42c7157797557b SHA512 
b0c194ad29d7e7a44c04b74a109523044cf268ebd8cb91965759a5cbba7cef47c252f7d0ab49bf888a74b1776891b99402dd54d45fd6099734fa03afd519350d
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2016-06-10 Thread Andreas Hüttel
commit: 7d0eeef49b16891cf7e60c4c49f0b1f4272ec8c4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jun 10 19:11:40 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 10 19:12:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0eeef4

sci-visualization/gnuplot: Forward-port fixes from releases and remove 
triplicate eautoreconf calls

Package-Manager: portage-2.3.0_rc1

 sci-visualization/gnuplot/gnuplot-5.0..ebuild | 30 +--
 sci-visualization/gnuplot/gnuplot-5.1..ebuild | 27 +---
 2 files changed, 40 insertions(+), 17 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.0..ebuild 
b/sci-visualization/gnuplot/gnuplot-5.0..ebuild
index ad098d2..74c3e3f 100644
--- a/sci-visualization/gnuplot/gnuplot-5.0..ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.0..ebuild
@@ -4,13 +4,13 @@
 
 EAPI=5
 
-inherit eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs wxwidgets
+inherit autotools eutils flag-o-matic multilib readme.gentoo-r1 
toolchain-funcs wxwidgets
 
 DESCRIPTION="Command-line driven interactive plotting program"
 HOMEPAGE="http://www.gnuplot.info/;
 
 if [[ -z ${PV%%*} ]]; then
-   inherit autotools cvs
+   inherit cvs
ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
ECVS_MODULE="gnuplot"
ECVS_BRANCH="branch-5-0-stable"
@@ -23,7 +23,6 @@ else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-   inherit autotools
 fi
 
 LICENSE="gnuplot bitmap? ( free-noncomm )"
@@ -50,7 +49,7 @@ RDEPEND="
libcerf? ( sci-libs/libcerf )
svga? ( media-libs/svgalib )
wxwidgets? (
-   x11-libs/wxGTK:2.8[X]
+   x11-libs/wxGTK:3.0[X]
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:2 )
@@ -69,12 +68,14 @@ E_SITEFILE="lisp/50${PN}-gentoo.el"
 TEXMF="${EPREFIX}/usr/share/texmf-site"
 
 src_prepare() {
+   # Fix underlinking
+   epatch "${FILESDIR}"/${PN}-5.0.1-fix-underlinking.patch
+
if [[ -z ${PV%%*} ]]; then
local dir
for dir in config demo m4 term tutorial; do
emake -C "$dir" -f Makefile.am.in Makefile.am
done
-   eautoreconf
fi
 
# Add special version identification as required by provision 2
@@ -98,6 +99,17 @@ src_prepare() {
you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT
environment variables. See the FAQ file in /usr/share/doc/${PF}/
for more information.'
+
+   mv configure.in configure.ac || die
+   eautoreconf
+
+   # Make sure we don't mix build & host flags.
+   sed -i \
+   -e 's:@CPPFLAGS@:$(BUILD_CPPFLAGS):' \
+   -e 's:@CFLAGS@:$(BUILD_CFLAGS):' \
+   -e 's:@LDFLAGS@:$(BUILD_LDFLAGS):' \
+   -e 's:@CC@:$(CC_FOR_BUILD):' \
+   docs/Makefile.in || die
 }
 
 src_configure() {
@@ -106,11 +118,13 @@ src_configure() {
fi
 
if use wxwidgets; then
-   WX_GTK_VER="2.8"
+   WX_GTK_VER="3.0"
need-wxwidgets unicode
fi
 
tc-export CC CXX#453174
+   tc-export_build_env BUILD_CC
+   export CC_FOR_BUILD=${BUILD_CC}
 
econf \
--without-pdf \
@@ -131,13 +145,13 @@ src_configure() {
--enable-stats \
$(use_with qt4 qt qt4) \
$(use_enable wxwidgets) \
-   DIST_CONTACT="http://bugs.gentoo.org/; \
+   DIST_CONTACT="https://bugs.gentoo.org/; \
EMACS=no
 }
 
 src_compile() {
# Prevent access violations, see bug 201871
-   VARTEXFONTS="${T}/fonts"
+   export VARTEXFONTS="${T}/fonts"
 
# We believe that the following line is no longer needed.
# In case of problems file a bug report at bugs.gentoo.org.

diff --git a/sci-visualization/gnuplot/gnuplot-5.1..ebuild 
b/sci-visualization/gnuplot/gnuplot-5.1..ebuild
index 989bfc8..5aa64ea 100644
--- a/sci-visualization/gnuplot/gnuplot-5.1..ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.1..ebuild
@@ -4,13 +4,13 @@
 
 EAPI=5
 
-inherit eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs wxwidgets
+inherit autotools eutils flag-o-matic multilib readme.gentoo-r1 
toolchain-funcs wxwidgets
 
 DESCRIPTION="Command-line driven interactive plotting program"
 HOMEPAGE="http://www.gnuplot.info/;
 
 if [[ -z ${PV%%*} ]]; then
-   inherit autotools cvs
+   inherit cvs
ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"

[gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/, sys-cluster/lustre/files/

2016-06-10 Thread Alexey Shvetsov
commit: 1a90a17ec827f5827bbb38024ff5f1e0ac9189f5
Author: Alexey Shvetsov  omrb  pnpi  spb  ru>
AuthorDate: Fri Jun 10 19:06:04 2016 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Jun 10 19:06:04 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a90a17e

sys-cluster/lustre: Update patches

Package-Manager: portage-2.3.0_rc1

 ...cfs-update-zfs-proc-handling-to-seq_files.patch | 204 --
 ...m-Backport-shrinker-changes-from-upstream.patch | 753 -
 sys-cluster/lustre/lustre-.ebuild  |   5 +-
 3 files changed, 1 insertion(+), 961 deletions(-)

diff --git 
a/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch
 
b/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch
deleted file mode 100644
index 2860b4b..000
--- 
a/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch
+++ /dev/null
@@ -1,204 +0,0 @@
-From 4e55f198a630e3beb9daad9bf72133da44ca7242 Mon Sep 17 00:00:00 2001
-From: James Simmons 
-Date: Wed, 23 Apr 2014 09:31:09 -0400
-Subject: [PATCH 1/3] LU-3319 procfs: update zfs proc handling to seq_files
-
-Migrate all zfs proc handling to using strictly seq_files.
-
-Signed-off-by: James Simmons 
-Change-Id: I6dc7e65c3e74e7934a17939815ec3c334fac58c7

- lustre/osd-zfs/osd_handler.c  | 13 +++---
- lustre/osd-zfs/osd_internal.h |  3 +-
- lustre/osd-zfs/osd_lproc.c| 92 +--
- 3 files changed, 61 insertions(+), 47 deletions(-)
-
-diff --git a/lustre/osd-zfs/osd_handler.c b/lustre/osd-zfs/osd_handler.c
-index 42e6e20..83b243d 100644
 a/lustre/osd-zfs/osd_handler.c
-+++ b/lustre/osd-zfs/osd_handler.c
-@@ -761,12 +761,13 @@ static int osd_process_config(const struct lu_env *env,
-   break;
-   case LCFG_PARAM: {
-   LASSERT(>od_dt_dev);
--  rc = class_process_proc_param(PARAM_OSD, lprocfs_osd_obd_vars,
--cfg, >od_dt_dev);
-+  rc = class_process_proc_seq_param(PARAM_OSD,
-+lprocfs_osd_obd_vars, cfg,
-+>od_dt_dev);
-   if (rc > 0 || rc == -ENOSYS)
--  rc = class_process_proc_param(PARAM_OST,
--lprocfs_osd_obd_vars,
--cfg, >od_dt_dev);
-+  rc = class_process_proc_seq_param(PARAM_OST,
-+lprocfs_osd_obd_vars,
-+cfg, >od_dt_dev);
-   break;
-   }
-   default:
-@@ -923,7 +924,7 @@ int __init osd_init(void)
- 
-   rc = class_register_type(_obd_device_ops, NULL, true, NULL,
- #ifndef HAVE_ONLY_PROCFS_SEQ
--   lprocfs_osd_module_vars,
-+   NULL,
- #endif
-LUSTRE_OSD_ZFS_NAME, _device_type);
-   if (rc)
-diff --git a/lustre/osd-zfs/osd_internal.h b/lustre/osd-zfs/osd_internal.h
-index c53ad8b..1773313 100644
 a/lustre/osd-zfs/osd_internal.h
-+++ b/lustre/osd-zfs/osd_internal.h
-@@ -405,8 +405,7 @@ enum {
- };
- 
- /* osd_lproc.c */
--extern struct lprocfs_vars lprocfs_osd_obd_vars[];
--extern struct lprocfs_vars lprocfs_osd_module_vars[];
-+extern struct lprocfs_seq_vars lprocfs_osd_obd_vars[];
- 
- int osd_procfs_init(struct osd_device *osd, const char *name);
- int osd_procfs_fini(struct osd_device *osd);
-diff --git a/lustre/osd-zfs/osd_lproc.c b/lustre/osd-zfs/osd_lproc.c
-index bc8a807..f19ed11 100644
 a/lustre/osd-zfs/osd_lproc.c
-+++ b/lustre/osd-zfs/osd_lproc.c
-@@ -107,27 +107,27 @@ out:
-   RETURN(result);
- }
- 
--static int lprocfs_osd_rd_fstype(char *page, char **start, off_t off,
--  int count, int *eof, void *data)
-+static int zfs_osd_fstype_seq_show(struct seq_file *m, void *data)
- {
--  return snprintf(page, count, "zfs\n");
-+  return seq_printf(m, "zfs\n");
- }
-+LPROC_SEQ_FOPS_RO(zfs_osd_fstype);
- 
--static int lprocfs_osd_rd_mntdev(char *page, char **start, off_t off, int 
count,
--  int *eof, void *data)
-+static int zfs_osd_mntdev_seq_show(struct seq_file *m, void *data)
- {
--  struct osd_device *osd = osd_dt_dev((struct dt_device *)data);
-+  struct osd_device *osd = osd_dt_dev((struct dt_device *)m->private);
- 
-   LASSERT(osd != NULL);
--  *eof = 1;
--
--  return snprintf(page, count, "%s\n", osd->od_mntdev);
-+  return seq_printf(m, "%s\n", osd->od_mntdev);
- }
-+LPROC_SEQ_FOPS_RO(zfs_osd_mntdev);
- 
--static int lprocfs_osd_wr_force_sync(struct file *file, const char *buffer,
--  unsigned long count, void *data)

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

2016-06-10 Thread Matt Thode
commit: ada88c123972df1043f35a267c3f4af721145560
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun 10 19:03:42 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun 10 19:03:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada88c12

dev-python/oslo-concurrency: bup

Package-Manager: portage-2.2.28

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-3.7.1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index c5674be..7299289 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -3,3 +3,4 @@ DIST oslo.concurrency-1.8.1.tar.gz 53044 SHA256 
12c5339c9263c994feb5c59290f7fb0e
 DIST oslo.concurrency-1.8.2.tar.gz 53278 SHA256 
149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca SHA512 
b73b52cef9dca932b8d0b737bd544f0a6d138de701aa9d2309d6e7698af337e4aea5cbb47c78c2ebda14abc164b8cc2b40fee6c8e92a30ee674318f436cf3b94
 WHIRLPOOL 
1ad6cc6dc0d339b2bec4959539fdadfb0914b1677005e250b4e74da3be97310474d20514003b0c0f50a4c6dff021ac8efa25e1f9b4502f419ab9763117caa16e
 DIST oslo.concurrency-2.5.0.tar.gz 35903 SHA256 
279c7cca885f69cfb7b3b50d686cd3d7c8d50dfb8eb13aada01bf733ef5ccc45 SHA512 
866c3b7ea938c2b1fed7a004a34398b99fd6b084ca3c709a8448464f4845445a16fc1a016ea30b391190625ac53bf6756509dfbee28c89000f689743622246e0
 WHIRLPOOL 
0067b6d3089d94c41491e5e208392bad7cd7eebb9d7ba9c5300b985cfbad924273c30ec575674ba2177fe4ba3b17fe2dcd709c778753b013989bfb285070aa2b
 DIST oslo.concurrency-3.7.0.tar.gz 39703 SHA256 
30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32 SHA512 
6be8b6e07278d53d076d382fed92ac5c79e957279791193aeee5023ce0beb466e76819ba0659178554994ae6af9968ce8a3d6159c5c03bb9f50222eeb6430c9f
 WHIRLPOOL 
cc196fd07c99c15fcc8747099273c4b8d38e4d785b0f58fa647035a748e3a71f9ff545249ca6e7dc66ca41d1e433d2ee40f1329f2a53fadb97db023be6c9cdb7
+DIST oslo.concurrency-3.7.1.tar.gz 39914 SHA256 
254a42d9f0a5f21e9d56e5fd5ca7c3e355ba22d06ea47f6eb094155242ccc0f6 SHA512 
8146f22c06fd75202d0bae75a99e77a613675359cab1f6221ff68f89035b105cc6d96b6a1d8013c983a94166d826fbeaa4502fd307af9707d0a1462db678fb4f
 WHIRLPOOL 
03c55b366199e0c7a2af895fe0ad3a769778be58382ee5a40ce1e0220f80bb6273b8615d7fc295f1e25111487772291597dfc8a54ebdbe44deff68ab94916923

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
new file mode 100644
index 000..71c155b
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-3.7.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.concurrency;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDPEND="
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   

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

2016-06-10 Thread Michał Górny
commit: 4f6961452baf934870733711315469cb895c1694
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 18:33:29 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 18:33:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f696145

dev-python/pycxx: Disable known-broken PyPy support, #513266

 dev-python/pycxx/pycxx-6.2.5.ebuild | 4 ++--
 dev-python/pycxx/pycxx-6.2.6.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pycxx/pycxx-6.2.5.ebuild 
b/dev-python/pycxx/pycxx-6.2.5.ebuild
index 2954372..aeb694c 100644
--- a/dev-python/pycxx/pycxx-6.2.5.ebuild
+++ b/dev-python/pycxx/pycxx-6.2.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit eutils distutils-r1
 

diff --git a/dev-python/pycxx/pycxx-6.2.6.ebuild 
b/dev-python/pycxx/pycxx-6.2.6.ebuild
index a6ddf14..a4a3ee4 100644
--- a/dev-python/pycxx/pycxx-6.2.6.ebuild
+++ b/dev-python/pycxx/pycxx-6.2.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit eutils distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/wcstools/, sci-astronomy/wcstools/files/

2016-06-10 Thread Sebastien Fabbro
commit: f77ad5634d6f37f9f2f17e7d97c7adf06471675b
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Fri Jun 10 17:06:17 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Fri Jun 10 17:12:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77ad563

sci-astronomy/wcstools: Version bump

Added 3 extra patches (from Debian) to take care of various leaks.
Removed leaky versions.

Package-Manager: portage-2.3.0_rc1

 sci-astronomy/wcstools/Manifest|   3 +-
 .../wcstools/files/wcstools-3.8.3-autotools.patch  | 142 -
 .../wcstools/files/wcstools-3.8.4-implicits.patch  |  21 ---
 .../wcstools/files/wcstools-3.8.4-overflows.patch  |  11 --
 ...cstools-3.9.2-additional_pointer_increase.patch |  14 ++
 .../files/wcstools-3.9.2-ctype_copy_to_wcs.patch   |  19 +++
 .../wcstools-3.9.2-off-by-one-allocation.patch |  15 +++
 sci-astronomy/wcstools/wcstools-3.8.7.ebuild   |  62 -
 ...wcstools-3.9.2.ebuild => wcstools-3.9.3.ebuild} |  29 +++--
 9 files changed, 64 insertions(+), 252 deletions(-)

diff --git a/sci-astronomy/wcstools/Manifest b/sci-astronomy/wcstools/Manifest
index 3eaca9b..e752294 100644
--- a/sci-astronomy/wcstools/Manifest
+++ b/sci-astronomy/wcstools/Manifest
@@ -1,2 +1 @@
-DIST wcstools-3.8.7.tar.gz 961222 SHA256 
8e4140fc6d691a0555d5aaa41dbe0253c2edc5775f4a8eebc9667933091b1c28 SHA512 
f076c31dd64dad0bda77ec5ae2483035617b69378cfdcf286084c83677c7cb35788769de62f17459e65198107ce534fdee3e38403dd6a44f9881a7631f107187
 WHIRLPOOL 
ca73eeba30c378a3a25621a9371d24683dd3933821cbaf4d5a445e72c63d3ac60af93ca69933f9ec9747b404d67658fdfdcf99f0713357acaa223ffd29c03204
-DIST wcstools-3.9.2.tar.gz 8523655 SHA256 
481fe357cf755426fb8e25f4f890e827cce5de657a4e5044d4e31ce27bef1c8b SHA512 
b9030cdcaf3f87ab761362a2b8c4a76557694ec4e683371a05e8d58823179d320a2859e883c4ca2c3d65d5adb70ad1ac859587f4c210cd315ced26288fbe107a
 WHIRLPOOL 
257e54e5c545a0584c9ff52f2e3298db73f7d1b4e8d71e0621db18aed8f138dbb0093773883351cbb56ea8a35998ec3b0a2b8e7fc5334dc8d2ebb1c3c4410af4
+DIST wcstools-3.9.3.tar.gz 8526152 SHA256 
1af69a8d524d747f452667689be3272503c4c49d3dc345364dd1e9fdf898aecd SHA512 
d2a5a6c13d89ff0d1e79a60fb174a90c152b045d63fd480c282a29226fff81dc80ab3ddc296ba6450e30294f86ac6ece1e0331a7b551ce865d6d8d1c6ea4643a
 WHIRLPOOL 
a41de2580592c8471f772e97959336bc5d016aabf9ae2d95f656636da98290703c1e8929298ca0e1d7a49d1e420b5048a11d4574985669ba3e4265b438265d2d

diff --git a/sci-astronomy/wcstools/files/wcstools-3.8.3-autotools.patch 
b/sci-astronomy/wcstools/files/wcstools-3.8.3-autotools.patch
deleted file mode 100644
index 8293174..000
--- a/sci-astronomy/wcstools/files/wcstools-3.8.3-autotools.patch
+++ /dev/null
@@ -1,142 +0,0 @@
 configure.ac   1970-01-01 01:00:00.0 +0100
-+++ configure.ac   2011-04-10 15:54:07.0 +0100
-@@ -0,0 +1,11 @@
-+AC_PREREQ([2.59])
-+AC_INIT(wcstools, 3.8.x , [http://tdc-www.harvard.edu/wcstools/])
-+AM_INIT_AUTOMAKE([foreign])
-+AC_CONFIG_HEADERS([config.h])
-+
-+AC_PROG_CC
-+AC_PROG_LIBTOOL
-+AC_C_CONST
-+AC_CHECK_LIB(m, sin)
-+AC_CONFIG_FILES([libwcs/Makefile libned/Makefile Makefile wcstools.pc])
-+AC_OUTPUT
 libned/Makefile.am 1970-01-01 01:00:00.0 +0100
-+++ libned/Makefile.am 2011-04-10 15:53:44.0 +0100
-@@ -0,0 +1,5 @@
-+lib_LTLIBRARIES = libned.la
-+noinst_HEADERS = nedc.h  ned_client.h
-+libned_la_SOURCES = \
-+  ned_cli.c ned_cif.c ned_err.c ned_sk.c
-+EXTRA_DIST = README
 libwcs/Makefile.am 1970-01-01 01:00:00.0 +0100
-+++ libwcs/Makefile.am 2011-04-10 16:00:15.0 +0100
-@@ -0,0 +1,17 @@
-+lib_LTLIBRARIES = libwcstools.la
-+libwcstools_la_SOURCES = \
-+  imsetwcs.c imgetwcs.c matchstar.c findstar.c daoread.c wcscon.c \
-+  fitswcs.c wcsinit.c wcs.c ty2read.c webread.c tmcread.c \
-+  gscread.c gsc2read.c ujcread.c uacread.c ubcread.c ucacread.c \
-+  sdssread.c tabread.c binread.c ctgread.c actread.c catutil.c \
-+  skybotread.c imrotate.c fitsfile.c imhfile.c \
-+  hget.c hput.c imio.c dateutil.c imutil.c \
-+  worldpos.c tnxpos.c zpxpos.c dsspos.c platepos.c \
-+  sortstar.c platefit.c iget.c fileutil.c \
-+  wcslib.c lin.c cel.c proj.c sph.c wcstrig.c distort.c poly.c
-+
-+wcsdir = $(includedir)/wcs
-+wcs_HEADERS = \
-+  wcscat.h wcslib.h wcs.h lwcs.h fitshead.h fitsfile.h imio.h
-+
-+noinst_HEADERS = fitsfile1.h wcscat1.h
 Makefile.am1970-01-01 01:00:00.0 +0100
-+++ Makefile.am2011-04-10 15:55:47.0 +0100
-@@ -0,0 +1,81 @@
-+SUBDIRS = libwcs libned
-+INCLUDES = -I$(top_srcdir)/libwcs
-+
-+pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfig_DATA = wcstools.pc
-+
-+bin_SCRIPTS = wcstools
-+
-+EXTRA_DIST = wcstools COPYING Readme NEWS Programs
-+
-+bin_PROGRAMS = \
-+  cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
-+  imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \
-+  keyhead skycoor subpix xy2sky wcshead 

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

2016-06-10 Thread Patrick McLean
commit: f3f6a28b7a6969de5040c5694757192d2413db1e
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Jun 10 17:04:57 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 10 17:04:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f6a28b

net-misc/lldpd: Revision bump, update seccomp patch to add missing syscalls

Gentoo-bug: 564566

Package-Manager: portage-2.3.0_rc1

 .../files/lldpd-0.9-seccomp-missing-syscalls.patch |   9 +-
 net-misc/lldpd/lldpd-0.9.3-r1.ebuild   | 105 +
 2 files changed, 112 insertions(+), 2 deletions(-)

diff --git a/net-misc/lldpd/files/lldpd-0.9-seccomp-missing-syscalls.patch 
b/net-misc/lldpd/files/lldpd-0.9-seccomp-missing-syscalls.patch
index be7d341..183306a 100644
--- a/net-misc/lldpd/files/lldpd-0.9-seccomp-missing-syscalls.patch
+++ b/net-misc/lldpd/files/lldpd-0.9-seccomp-missing-syscalls.patch
@@ -1,8 +1,13 @@
 diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c
-index bccd378..7cd8e7d 100644
+index bccd378..4f9e6e6 100644
 --- a/src/daemon/priv-seccomp.c
 +++ b/src/daemon/priv-seccomp.c
-@@ -152,6 +152,7 @@ priv_seccomp_init(int remote, int child)
+@@ -148,10 +148,12 @@ priv_seccomp_init(int remote, int child)
+   if ((rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(read), 0)) < 0 
||
+   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(write), 0)) < 
0 || /* write needed for */
+   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(open), 0)) < 0 
||
++  (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(fcntl), 0)) < 
0 ||
+   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(kill), 0)) < 0 
||
(rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(socket), 0)) < 
0 ||
(rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(bind), 0)) < 0 
||
(rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(setsockopt), 
0)) < 0 ||

diff --git a/net-misc/lldpd/lldpd-0.9.3-r1.ebuild 
b/net-misc/lldpd/lldpd-0.9.3-r1.ebuild
new file mode 100644
index 000..7e0ac8a
--- /dev/null
+++ b/net-misc/lldpd/lldpd-0.9.3-r1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils user systemd bash-completion-r1 autotools
+
+DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
+HOMEPAGE="https://vincentbernat.github.com/lldpd/;
+SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdp doc +dot1 +dot3 edp fdp graph jansson +lldpmed old-kernel
+   sanitizers seccomp sonmp snmp static-libs readline xml zsh-completion"
+
+RDEPEND="dev-libs/libbsd
+   >=dev-libs/libevent-2.0.5
+   snmp? ( net-analyzer/net-snmp[extensible(+)] )
+   xml? ( dev-libs/libxml2 )
+   jansson? ( dev-libs/jansson )
+   seccomp? ( sys-libs/libseccomp )
+   zsh-completion? ( app-shells/zsh )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   graph? ( app-doc/doxygen[dot] )
+   !graph? ( app-doc/doxygen )
+   )"
+
+REQUIRED_USE="graph? ( doc )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.7.11-zsh-completion-dir.patch"
+   "${FILESDIR}/${PN}-0.9-seccomp-missing-syscalls.patch"
+)
+
+pkg_setup() {
+   ebegin "Creating lldpd user and group"
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+   eend $?
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize
+}
+
+src_configure() {
+   econf \
+   --without-embedded-libevent \
+   --with-privsep-user=${PN} \
+   --with-privsep-group=${PN} \
+   --with-privsep-chroot=/run/${PN} \
+   --with-lldpd-ctl-socket=/run/${PN}.socket \
+   --with-lldpd-pid-file=/run/${PN}.pid \
+   --docdir=/usr/share/doc/${PF} \
+   $(use_enable cdp) \
+   $(use_enable doc doxygen-man) \
+   $(use_enable doc doxygen-pdf) \
+   $(use_enable doc doxygen-html) \
+   $(use_enable dot1) \
+   $(use_enable dot3) \
+   $(use_enable edp) \
+   $(use_enable fdp) \
+   $(use_enable graph doxygen-dot) \
+   $(use_with jansson json) \
+   $(use_enable lldpmed) \
+   $(use_enable old-kernel oldies) \
+   $(use_enable sonmp) \
+   $(use_enable static-libs static) \
+   $(use_with readline) \
+   $(use_enable sanitizers) \
+   $(use_with seccomp) \
+   $(use_with snmp) \
+   $(use_with xml)
+}
+
+src_compile() {
+   emake
+   use doc && emake doxygen-doc
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   prune_libtool_files
+
+   newinitd "${FILESDIR}"/${PN}-initd-5 ${PN}
+   newconfd "${FILESDIR}"/${PN}-confd-1 

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

2016-06-10 Thread Patrick McLean
commit: 47e9a098415367ba1cfe9768da00fe345c7cbf62
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Jun 10 17:05:41 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jun 10 17:05:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e9a098

net-misc/lldpd: Clear out old ebuild for 0.9.3

Package-Manager: portage-2.3.0_rc1

 net-misc/lldpd/lldpd-0.9.3.ebuild | 105 --
 1 file changed, 105 deletions(-)

diff --git a/net-misc/lldpd/lldpd-0.9.3.ebuild 
b/net-misc/lldpd/lldpd-0.9.3.ebuild
deleted file mode 100644
index 7e0ac8a..000
--- a/net-misc/lldpd/lldpd-0.9.3.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils user systemd bash-completion-r1 autotools
-
-DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="https://vincentbernat.github.com/lldpd/;
-SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdp doc +dot1 +dot3 edp fdp graph jansson +lldpmed old-kernel
-   sanitizers seccomp sonmp snmp static-libs readline xml zsh-completion"
-
-RDEPEND="dev-libs/libbsd
-   >=dev-libs/libevent-2.0.5
-   snmp? ( net-analyzer/net-snmp[extensible(+)] )
-   xml? ( dev-libs/libxml2 )
-   jansson? ( dev-libs/jansson )
-   seccomp? ( sys-libs/libseccomp )
-   zsh-completion? ( app-shells/zsh )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   graph? ( app-doc/doxygen[dot] )
-   !graph? ( app-doc/doxygen )
-   )"
-
-REQUIRED_USE="graph? ( doc )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.7.11-zsh-completion-dir.patch"
-   "${FILESDIR}/${PN}-0.9-seccomp-missing-syscalls.patch"
-)
-
-pkg_setup() {
-   ebegin "Creating lldpd user and group"
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-   eend $?
-}
-
-src_prepare() {
-   default
-
-   eautoreconf
-   elibtoolize
-}
-
-src_configure() {
-   econf \
-   --without-embedded-libevent \
-   --with-privsep-user=${PN} \
-   --with-privsep-group=${PN} \
-   --with-privsep-chroot=/run/${PN} \
-   --with-lldpd-ctl-socket=/run/${PN}.socket \
-   --with-lldpd-pid-file=/run/${PN}.pid \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_enable cdp) \
-   $(use_enable doc doxygen-man) \
-   $(use_enable doc doxygen-pdf) \
-   $(use_enable doc doxygen-html) \
-   $(use_enable dot1) \
-   $(use_enable dot3) \
-   $(use_enable edp) \
-   $(use_enable fdp) \
-   $(use_enable graph doxygen-dot) \
-   $(use_with jansson json) \
-   $(use_enable lldpmed) \
-   $(use_enable old-kernel oldies) \
-   $(use_enable sonmp) \
-   $(use_enable static-libs static) \
-   $(use_with readline) \
-   $(use_enable sanitizers) \
-   $(use_with seccomp) \
-   $(use_with snmp) \
-   $(use_with xml)
-}
-
-src_compile() {
-   emake
-   use doc && emake doxygen-doc
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   prune_libtool_files
-
-   newinitd "${FILESDIR}"/${PN}-initd-5 ${PN}
-   newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
-   newbashcomp src/client/completion/lldpcli lldpcli
-
-   use doc && dodoc -r doxygen/html
-
-   insinto /etc
-   doins "${FILESDIR}/lldpd.conf"
-   keepdir /etc/${PN}.d
-
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   systemd_newtmpfilesd "${FILESDIR}"/tmpfilesd ${PN}.conf
-}



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

2016-06-10 Thread Patrice Clement
commit: 9845099d284d9529839c9aed6ddf6b077e1b054b
Author: Karl Linden  gmail  com>
AuthorDate: Thu Jun  9 18:42:21 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 10 16:27:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9845099d

sys-kernel/rt-sources: version bump to 4.4.12_p19

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1636

Signed-off-by: Patrice Clement  gentoo.org>

 sys-kernel/rt-sources/Manifest |  2 +
 sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild | 46 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 1290e1a..cf0455a 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -19,6 +19,8 @@ DIST patch-3.18.29-rt30.patch.xz 166268 SHA256 
d75ff961fc5ea4d2d338db1fe9ab31baf
 DIST patch-3.18.29.xz 832136 SHA256 
c406a8488d8d4d9e11934479b188126bce5dc41477be19a1bb389fd4a94ecb53 SHA512 
99e27e64876d1cbdb7ce4f283d70dd81c43ccea859a4779f0095a9168583988cfa15ed500c8d2c603a9a31d3cfd06937685390c76edfb73488cc2a5b7265c984
 WHIRLPOOL 
486ec464264dbbd6a1153915b36daf41ee299b98f303160c0848cb7b95ef84ad31f85fd48c3111a35838ed9e7cff608fece790295c89d52ff8d3ce2ab2699460
 DIST patch-4.1.20-rt23.patch.xz 178388 SHA256 
66be26d74f5a5a13c9af87de79b6c54d59e263ac17ced58f8f6bfb5c8643d1c7 SHA512 
d1f9cfcc9290bf307cd57e48ef01dd74892310e9e3dee723dd271f8620a150413be6467ff4415b49adbb4836fce0c0575af26dd52dff7c4caa9232efd091bacb
 WHIRLPOOL 
7001c1f4a27ff7c85d0260136cf1869973dd4d591386d9585956ef61366279ed4586ddf47ab2d477ddbef75ca8f454ded225e50517a0a337bd319ae87aaeee5a
 DIST patch-4.1.20.xz 615912 SHA256 
c9cb7370fe790df645a13967919628e5bcf1ff333f334fedac6a3c474714c45d SHA512 
5c919982d33270c75b49e1deda32a9704ac8c68c4f07595471357c6b98694a4429dbd85bb31f662e63150294c031205b2d31426e117d0197ce7afdfd45f1c313
 WHIRLPOOL 
6edd49f7764b19e792897e6e394dacc27fe183affb494b03cc78ab5a72744e3779613c6ab29aa554248dd258debd91fb766858750e1a9d631cc0d085fd86b495
+DIST patch-4.4.12-rt19.patch.xz 185432 SHA256 
0fe3f95956b73d0682c44c0520eef11a9de067739d799c33eaf8bc1130331a1d SHA512 
f5572d62d132670e0e42eca4c95bac1ae513dbf47aa5e9f5774ab42b1ae223f7167d544378b2b60149de423a77108dc102c42575f44760876624708ad9f1bb17
 WHIRLPOOL 
0d77e44071ae7d9ab1887dafb1460480a23ade25c12806e9c42e6736ce0300ba8be756e6f1bf58f1a14ae8af5013287c8e3a4b4f54130e888a6a6b97bd65eac4
+DIST patch-4.4.12.xz 433048 SHA256 
1eb897e89caf2df17470b4b15da451ef1aa97f8e1a88578a8ee2da75729a SHA512 
c3aca55f26fc883b489635a90b79c03d7c6d591efddb4e406b5bfe49fc4326ff2a957521b1d8ea126b95f1d0573e5185d96bce10d05eae595a51f8eb27690404
 WHIRLPOOL 
27a889415e00a0192ad3951604f5d6a2e912e2e83e265e36246d746283cdbe7fe53fb1f47769ed6334443aef51c61b2b63edd5df6f7057d09eb2264167557b40
 DIST patch-4.4.7-rt16.patch.xz 185100 SHA256 
2ff8616f1fcbf8070650fe0287523c57f556c76c0e8acabd627f4acf2737b387 SHA512 
87699fb92cb1d045adb5dbc53e271679a0a8ceea304d2b9a8a90d9f52b3f9cb80d5f51d59e98284a62da4602f38b053b4d1a448649aa900effd8a60ec6a02547
 WHIRLPOOL 
1b8c14ba8c7bfebfe693a0121acb3d749e068178f2e7b3835f99c45ba458eca06037152d18c81b6309c60d809562e131cfdf624869060b2e26b4cc19353e8143
 DIST patch-4.4.7.xz 295220 SHA256 
34a0e0bc123fe2224a83e13a4da25f7f816438fd77c58dce19588441f5166f0e SHA512 
b88e8fdfcba306b49bb1d6d3e6cf5a97ee47481b0b801c199db9bade4f1298930ae3d1fe36d003a7927867bd5a092eeecdcbd151c9b2e85470c69f99b0d4bcc5
 WHIRLPOOL 
87e504ece360708c84ca0c69f7dfc4e12d21a3f1bb44f5f718185cc4f9d012b182ac3cc9a50468af132fd6a0512e82ce5082b5814b04da850028ae763a1fe5f1
 DIST patch-4.4.9-rt17.patch.xz 184760 SHA256 
ed338f3245c51b2e4499f9c705700cf428d57bdf6f255d70739007e337063357 SHA512 
a65998402e354b7065b088968b051518da9a2b42c6a84395b9814f30f4340a37c25eb5a3128c28ec2454b1fe603d7026c92694eaa0432d116614cdcf01386416
 WHIRLPOOL 
405c41ad28315e40d31c34750d35d93b4029d545ae2cf6050f00ec7001e55b4cebdda047f35b199a4880445080e6bfdbfccabfb82915ad771c251bd7b5aa824b

diff --git a/sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild
new file mode 100644
index 000..8352c29
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="yes"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux 

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

2016-06-10 Thread Patrice Clement
commit: a82cd34d56952c904fb5b810a38b85bc8828324a
Author: Craig Inches  craiginches  com>
AuthorDate: Thu Jun  9 22:27:03 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 10 16:27:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82cd34d

media-gfx/displaycal: Version bump 3.1.3.1

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1637

Signed-off-by: Patrice Clement  gentoo.org>

 media-gfx/displaycal/Manifest  |  1 +
 media-gfx/displaycal/displaycal-3.1.3.1.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/media-gfx/displaycal/Manifest b/media-gfx/displaycal/Manifest
index 60fffe1..164e024 100644
--- a/media-gfx/displaycal/Manifest
+++ b/media-gfx/displaycal/Manifest
@@ -1,2 +1,3 @@
 DIST DisplayCAL-3.0.6.0.tar.gz 16228 SHA256 
ff19c4299e33a587103ab475d136e446bfc7a5b631c8b90563227fe6b9898077 SHA512 
003110ddb26b01e1517a2605d341649600b64dfa4b55c3cb8e38b5160c5d2b0d876ae76e6a5b4571740b0030c3c713958bc1d7723d5c0c31e626ac4c702e91ee
 WHIRLPOOL 
30ebaf130f0ae3765fd2ada8852d4bd9443ce24b3b53cdd3c111abe9d5b4715e42214ddf69747b2dc806f119106f93436d3f894fc0dcf00c5748b701f08af8a7
 DIST DisplayCAL-3.1.2.0.tar.gz 9361108 SHA256 
78dbfd2be1cf7542657cc0f5ed9e16e27558206a4878ffae5ce68bd62460680d SHA512 
2c14ed0230e6bdd6f8876a5e8887498e3005941e2f68aedad2926f9b8dda642e909f9aa70205977123b1b7c1376dd3f361ad08ecc5015bfae77342ff1b848837
 WHIRLPOOL 
74f311618190974e6e9c0c5b895ab7f0dba18de06e52dcf1cca4df0373a278b4c4e170b6add51bdf550b21499ff1ecf249cae6f2eb2f3e0813c666bd0bc4f941
+DIST DisplayCAL-3.1.3.1.tar.gz 9555280 SHA256 
d48e0b12c0b4fe75e0c99eb5fd85c8651afc2c3a2e72d29ade9bb0a76e61f645 SHA512 
ef560155cf0eebf4fcd9beab699afd6f0e766901e44d6aba8f33242662aae68a5644e6e253f3bdfe2bb687b30e967190ddf746ef4467c41c9cda06c6bd9326ef
 WHIRLPOOL 
b696c68d7b25388b51c056534ca37f7e14d0f918b2471cd1e6662cfadc186eb989ad9429c3a40bc74992c9352d762c40e05add69773a834e99971ac46339f015

diff --git a/media-gfx/displaycal/displaycal-3.1.3.1.ebuild 
b/media-gfx/displaycal/displaycal-3.1.3.1.ebuild
new file mode 100644
index 000..0d69de9
--- /dev/null
+++ b/media-gfx/displaycal/displaycal-3.1.3.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 fdo-mime eutils
+
+MY_PN="DisplayCAL"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Display calibration and characterization powered by Argyll CMS"
+HOMEPAGE="https://displaycal.net/;
+SRC_URI="mirror://sourceforge/dispcalgui/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-gfx/argyllcms-1.1.0
+   dev-python/wxpython:2.8
+   >=x11-libs/libX11-1.3.3
+   >=x11-apps/xrandr-1.3.2
+   >=x11-libs/libXxf86vm-1.1.0
+   >=x11-proto/xineramaproto-1.2
+   >=x11-libs/libXinerama-1.1"
+RDEPEND="${DEPEND}
+   >=dev-python/numpy-1.2.1"
+
+# Just in case someone renames the ebuild
+S=${WORKDIR}/${MY_P}
+
+DOCS=(
+   README.html
+)
+
+src_prepare() {
+   # Prohibit setup from running xdg-* programs, resulting to sandbox 
violation
+   cd "${S}/DisplayCAL" || die "Cannot cd to source directory."
+   sed -e 's/if which(\"xdg-icon-resource\"):/if 
which(\"xdg-icon-resource-non-existant\"):/' \
+   -e 's/if which(\"xdg-desktop-menu\"):/if 
which(\"xdg-desktop-menu-non-existant\"):/' \
+   -i postinstall.py || die "sed'ing out the xdg-* setup functions 
failed"
+
+   # Remove deprecated Encoding key from .desktop file
+   cd "${S}" || die "Cannot cd to work directory."
+   for offendingFile in $(grep -r -l "Encoding=UTF-8" .); do
+   sed -e '/Encoding=UTF-8/d' -i "${offendingFile}" || \
+   die "removing deprecated Encoding key from .desktop files 
failed"
+   done
+
+   # Remove x-world Media Type
+   cd "${S}/misc" || die "Cannot cd to misc directory."
+   sed -e 's/x\-world\/x\-vrml\;//g' -i 
"displaycal-vrml-to-x3d-converter.desktop" \
+   || die "removing x-world media type failed"
+
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   #remove udev files
+   rm -rf "${D}"/etc/udev/rules.d
+}
+
+pkg_postinst() {
+   # Run xdg-* programs the Gentoo way since we removed this
+   # functionality from the original package
+   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   # Run xdg-* programs the Gentoo way since we removed this
+   # functionality from the original package
+   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/

2016-06-10 Thread Patrice Clement
commit: 593dfbd9545cd0c8caefb8c54ff6374040607cb7
Author: Wes Cilldhaire  sol1  com  au>
AuthorDate: Fri Jun 10 14:48:36 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 10 16:31:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593dfbd9

net-nds/389-ds-base: live ebuild for upstream's git repo Live ebuild for 
building from 389ds upstream's repo

Acked-by: wibrown  redhat.com

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1642

Signed-off-by: Patrice Clement  gentoo.org>

 net-nds/389-ds-base/389-ds-base-.ebuild | 127 
 1 file changed, 127 insertions(+)

diff --git a/net-nds/389-ds-base/389-ds-base-.ebuild 
b/net-nds/389-ds-base/389-ds-base-.ebuild
new file mode 100644
index 000..1413b66
--- /dev/null
+++ b/net-nds/389-ds-base/389-ds-base-.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_AUTOMAKE="1.13"
+
+inherit user eutils multilib flag-o-matic autotools git-r3
+
+DESCRIPTION="389 Directory Server (core librares and daemons )"
+HOMEPAGE="http://port389.org/;
+SRC_URI=""
+EGIT_REPO_URI="https://git.fedorahosted.org/git/389/ds.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise 
+presence kerberos selinux"
+
+# Pinned to db:4.8 as it is the current stable, can change to a later db 
version < 6 when they stabilize.
+# The --with-db-inc line in econf will need to be updated as well when 
changing db version.
+COMMON_DEPEND="
+   sys-libs/db:4.8
+   >=dev-libs/cyrus-sasl-2.1.19
+   >=net-analyzer/net-snmp-5.1.2
+   >=dev-libs/icu-3.4:=
+   dev-libs/nss[utils]
+   dev-libs/nspr
+   >=dev-libs/svrcore-4.1.2
+   dev-libs/openssl:0=
+   dev-libs/libpcre:3
+   >=dev-perl/perl-mozldap-1.5.3
+   dev-perl/NetAddr-IP
+   net-nds/openldap
+   sys-libs/pam
+   sys-libs/zlib
+   kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )"
+
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   sys-devel/libtool
+   doc? ( app-doc/doxygen )
+   sys-apps/sed"
+RDEPEND="${COMMON_DEPEND}
+   selinux? ( sec-policy/selinux-dirsrv )
+   virtual/perl-Time-Local
+   virtual/perl-MIME-Base64"
+
+pkg_setup() {
+   enewgroup dirsrv
+   enewuser dirsrv -1 -1 -1 dirsrv
+}
+
+src_prepare() {
+   # as per 389 documentation, when 64bit, export USE_64
+   use amd64 && export USE_64=1
+
+   eautoreconf
+
+   append-lfs-flags
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable pam-passthru) \
+   $(use_enable ldapi) \
+   $(use_enable autobind) \
+   $(use_enable dna) \
+   $(use_enable bitwise) \
+   $(use_enable presence) \
+   $(use_with kerberos) \
+   $(use_enable debug) \
+   $(use_enable auto-dn-suffix) \
+   --with-initddir=no \
+   --enable-maintainer-mode \
+   --with-fhs \
+   --with-openldap \
+   --sbindir=/usr/sbin \
+   --bindir=/usr/bin \
+   --with-db-inc=/usr/include/db4.8
+
+}
+
+src_compile() {
+   default
+   if use doc; then
+   doxygen slapi.doxy || die "cannot run doxygen"
+   fi
+}
+
+src_install () {
+   emake DESTDIR="${D}" install
+
+   # Install gentoo style init script
+   # Get these merged upstream
+   newinitd "${FILESDIR}"/389-ds.initd-r1 389-ds
+   newinitd "${FILESDIR}"/389-ds-snmp.initd 389-ds-snmp
+
+   # cope with libraries being in /usr/lib/dirsrv
+   dodir /etc/env.d
+   echo "LDPATH=/usr/$(get_libdir)/dirsrv" > "${D}"/etc/env.d/08dirsrv
+
+   if use doc; then
+   cd "${S}" || die
+   docinto html/
+   dodoc -r docs/html/.
+   fi
+}
+
+pkg_postinst() {
+   echo
+   elog "If you are planning to use 389-ds-snmp (ldap-agent),"
+   elog "make sure to properly configure: 
/etc/dirsrv/config/ldap-agent.conf"
+   elog "adding proper 'server' entries, and adding the lines below to"
+   elog " => /etc/snmp/snmpd.conf"
+   elog
+   elog "master agentx"
+   elog "agentXSocket /var/agentx/master"
+   elog
+   elog "To start 389 Directory Server (LDAP service) at boot:"
+   elog
+   elog "rc-update add 389-ds default"
+   elog
+   echo
+}



[gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/

2016-06-10 Thread Patrice Clement
commit: cbc9a638e7b8fc7601968359003330e23d87db92
Author: Wes Cilldhaire  sol1  com  au>
AuthorDate: Fri Jun 10 14:45:47 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 10 16:31:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc9a638

net-nds/389-ds-base: version bump to 1.3.5.4 New version from 389-ds-base 
upstream

Acked-by: wibrown  redhat.com

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1641

Signed-off-by: Patrice Clement  gentoo.org>

 net-nds/389-ds-base/389-ds-base-1.3.5.4.ebuild | 126 +
 net-nds/389-ds-base/Manifest   |   1 +
 2 files changed, 127 insertions(+)

diff --git a/net-nds/389-ds-base/389-ds-base-1.3.5.4.ebuild 
b/net-nds/389-ds-base/389-ds-base-1.3.5.4.ebuild
new file mode 100644
index 000..36bf842
--- /dev/null
+++ b/net-nds/389-ds-base/389-ds-base-1.3.5.4.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_AUTOMAKE="1.13"
+
+inherit user eutils multilib flag-o-matic autotools
+
+DESCRIPTION="389 Directory Server (core librares and daemons )"
+HOMEPAGE="http://port389.org/;
+SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="autobind auto-dn-suffix debug doc +pam-passthru +dna +ldapi +bitwise 
+presence kerberos selinux"
+
+# Pinned to db:4.8 as it is the current stable, can change to a later db 
version < 6 when they stabilize.
+# The --with-db-inc line in econf will need to be updated as well when 
changing db version.
+COMMON_DEPEND="
+   sys-libs/db:4.8
+   >=dev-libs/cyrus-sasl-2.1.19
+   >=net-analyzer/net-snmp-5.1.2
+   >=dev-libs/icu-3.4:=
+   dev-libs/nss[utils]
+   dev-libs/nspr
+   >=dev-libs/svrcore-4.1.2
+   dev-libs/openssl:0=
+   dev-libs/libpcre:3
+   >=dev-perl/perl-mozldap-1.5.3
+   dev-perl/NetAddr-IP
+   net-nds/openldap
+   sys-libs/pam
+   sys-libs/zlib
+   kerberos? ( >=app-crypt/mit-krb5-1.7-r100[openldap] )"
+
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   sys-devel/libtool
+   doc? ( app-doc/doxygen )
+   sys-apps/sed"
+RDEPEND="${COMMON_DEPEND}
+   selinux? ( sec-policy/selinux-dirsrv )
+   virtual/perl-Time-Local
+   virtual/perl-MIME-Base64"
+
+pkg_setup() {
+   enewgroup dirsrv
+   enewuser dirsrv -1 -1 -1 dirsrv
+}
+
+src_prepare() {
+   # as per 389 documentation, when 64bit, export USE_64
+   use amd64 && export USE_64=1
+
+   eautoreconf
+
+   append-lfs-flags
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   $(use_enable pam-passthru) \
+   $(use_enable ldapi) \
+   $(use_enable autobind) \
+   $(use_enable dna) \
+   $(use_enable bitwise) \
+   $(use_enable presence) \
+   $(use_with kerberos) \
+   $(use_enable debug) \
+   $(use_enable auto-dn-suffix) \
+   --with-initddir=no \
+   --enable-maintainer-mode \
+   --with-fhs \
+   --with-openldap \
+   --sbindir=/usr/sbin \
+   --bindir=/usr/bin \
+   --with-db-inc=/usr/include/db4.8
+
+}
+
+src_compile() {
+   default
+   if use doc; then
+   doxygen slapi.doxy || die "cannot run doxygen"
+   fi
+}
+
+src_install () {
+   emake DESTDIR="${D}" install
+
+   # Install gentoo style init script
+   # Get these merged upstream
+   newinitd "${FILESDIR}"/389-ds.initd-r1 389-ds
+   newinitd "${FILESDIR}"/389-ds-snmp.initd 389-ds-snmp
+
+   # cope with libraries being in /usr/lib/dirsrv
+   dodir /etc/env.d
+   echo "LDPATH=/usr/$(get_libdir)/dirsrv" > "${D}"/etc/env.d/08dirsrv
+
+   if use doc; then
+   cd "${S}" || die
+   docinto html/
+   dodoc -r docs/html/.
+   fi
+}
+
+pkg_postinst() {
+   echo
+   elog "If you are planning to use 389-ds-snmp (ldap-agent),"
+   elog "make sure to properly configure: 
/etc/dirsrv/config/ldap-agent.conf"
+   elog "adding proper 'server' entries, and adding the lines below to"
+   elog " => /etc/snmp/snmpd.conf"
+   elog
+   elog "master agentx"
+   elog "agentXSocket /var/agentx/master"
+   elog
+   elog "To start 389 Directory Server (LDAP service) at boot:"
+   elog
+   elog "rc-update add 389-ds default"
+   elog
+   echo
+}

diff --git a/net-nds/389-ds-base/Manifest b/net-nds/389-ds-base/Manifest
index c2107aa..65a89e0 100644
--- a/net-nds/389-ds-base/Manifest
+++ b/net-nds/389-ds-base/Manifest
@@ -1,2 +1,3 @@
 DIST 389-ds-base-1.3.4.8.tar.bz2 3396105 SHA256 
a00468afcfa50de375f921a827a04dd53b6a11b632982bb0db98cafca509e701 SHA512 

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

2016-06-10 Thread Patrice Clement
commit: 16c842dc06be668d6b9491eba9bf5c234fc2c00a
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Fri Jun 10 14:35:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 10 16:22:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c842dc

app-editors/atom: Fix app.asar repacking. Fixes bug 585490.

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

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1640

Signed-off-by: Patrice Clement  gentoo.org>

 .../{atom-1.7.4-r1.ebuild => atom-1.7.4-r2.ebuild} | 57 +-
 app-editors/atom/files/atom-apm-path.patch |  4 +-
 2 files changed, 37 insertions(+), 24 deletions(-)

diff --git a/app-editors/atom/atom-1.7.4-r1.ebuild 
b/app-editors/atom/atom-1.7.4-r2.ebuild
similarity index 89%
rename from app-editors/atom/atom-1.7.4-r1.ebuild
rename to app-editors/atom/atom-1.7.4-r2.ebuild
index c45728c..68fb871 100644
--- a/app-editors/atom/atom-1.7.4-r1.ebuild
+++ b/app-editors/atom/atom-1.7.4-r2.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit flag-o-matic python-any-r1 eutils rpm
+inherit flag-o-matic python-any-r1 eutils multiprocessing rpm
 
 DESCRIPTION="A hackable text editor for the 21st Century"
 HOMEPAGE="https://atom.io;
@@ -274,7 +274,7 @@ src_prepare() {
_s="${WORKDIR}/$(package_dir asar)"
"${_s}"/node_modules/asar/bin/asar \
extract "${S}/usr/share/atom/resources/app.asar" \
-   "${S}/build/app.asar" || die
+   "${S}/build/app" || die
 
cd "${S}" || die
 
@@ -282,7 +282,7 @@ src_prepare() {
epatch "${FILESDIR}/asar-require.patch"
 
sed -i -e "s|{{ATOM_SUFFIX}}|${suffix}|g" \
-   "${S}/build/app.asar/src/config-schema.js" || die
+   "${S}/build/app/src/config-schema.js" || die
 
eapply_user
 }
@@ -310,6 +310,14 @@ src_configure() {
 
 src_compile() {
local binmod _s x 
nodegyp="/usr/$(get_libdir)/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js"
+   local ctags_d="node_modules/symbols-view/vendor"
+   local jobs=$(makeopts_jobs) gypopts
+
+   gypopts="--nodedir=/usr/include/electron/node/ --verbose"
+
+   if [[ ${MAKEOPTS} == *-j* && ${jobs} != 999 ]]; then
+   gypopts+=" --jobs ${jobs}"
+   fi
 
mkdir -p "${S}/build/modules/" || die
 
@@ -317,17 +325,33 @@ src_compile() {
einfo "Building ${binmod}..."
_s="${WORKDIR}/$(package_dir ${binmod})"
cd "${_s}" || die
-   "${nodegyp}" --nodedir=/usr/include/electron/node/ --verbose 
build || die
+   "${nodegyp}" ${gypopts} build || die
x=${binmod##node-}
mkdir -p "${S}/build/modules/${x}"
cp build/Release/*.node "${S}/build/modules/${x}"
done
 
+   # Put compiled binary modules in place
+   _fix_binmods "${S}/build" "app"
+   _fix_binmods "${S}/usr/share/atom/resources" "app"
+
+   # Remove non-Linux vendored ctags binaries
+   rm "${S}/build/app/${ctags_d}/ctags-darwin" \
+  "${S}/build/app/${ctags_d}/ctags-win32.exe" || die
+
# Re-pack app.asar
-   _s="${WORKDIR}/$(package_dir asar)"
-   "${_s}"/node_modules/asar/bin/asar \
-   pack "${S}/build/app.asar" \
- "${S}/usr/share/atom/resources/app.asar" || die
+   # Keep unpack rules in sync with build/tasks/generate-asar-task.coffee
+   
x="--unpack={*.node,ctags-config,ctags-linux,**/node_modules/spellchecker/**,**/resources/atom.png}"
+   _s="${WORKDIR}/$(package_dir asar)/node_modules/asar/bin"
+   cd "${S}/build" || die
+   echo "asar" pack "${x}" "app" "app.asar"
+   "${_s}/asar" pack "${x}" "app" "app.asar" || die
+   cd "${S}" || die
+
+   # Replace vendored ctags with a symlink to system ctags
+   rm "${S}/build/app.asar.unpacked/${ctags_d}/ctags-linux" || die
+   ln -s "/usr/bin/ctags" \
+   "${S}/build/app.asar.unpacked/${ctags_d}/ctags-linux" || die
 }
 
 _fix_binmods() {
@@ -345,7 +369,7 @@ _fix_binmods() {
mod=$(basename ${modpath})
 
# must copy here as symlinks will cause the module loading to 
fail
-   cp "${ED}/${install_dir}/modules/${mod}/${f}" "${path}" || die
+   cp -f "${S}/build/modules/${mod}/${f}" "${path}" || die
cruft=$(find "${d}" -name '*.a' -print)
if [ -n "${cruft}" ]; then
rm ${cruft} || die
@@ -356,25 +380,14 @@ _fix_binmods() {
 src_install() {
local install_dir="$(get_install_dir)"
local suffix="$(get_install_suffix)"
-   local 
ctags_d="${ED}/${install_dir}/app.asar.unpacked/node_modules/symbols-view/vendor"
 
cd "${S}" || die
 
insinto "${install_dir}"
-   doins -r build/modules
 
-   doins 

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

2016-06-10 Thread Patrick Lauer
commit: 7d6db5288c1d30c90f95a9e6389f65150beb6868
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Jun 10 16:48:28 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Fri Jun 10 16:49:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6db528

dev-python/pbr: Add missing test dep

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/pbr/pbr-1.10.0.ebuild b/dev-python/pbr/pbr-1.10.0.ebuild
index 64ff796..bb13095 100644
--- a/dev-python/pbr/pbr-1.10.0.ebuild
+++ b/dev-python/pbr/pbr-1.10.0.ebuild
@@ -36,6 +36,7 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
dev-python/virtualenv[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
dev-vcs/git
)"
 PDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2016-06-10 Thread Andreas Hüttel
commit: d0828c3e13a68b9818e154905340e531d821f312
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Jun 10 16:05:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 10 16:06:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0828c3e

sci-visualization/gnuplot:  Import live ebuilds from sci overlay

This makes tracking the history easier, since live and derived
release ebuilds live in the same repo now.

Exact copy, will compare and/or update it from release ebuilds
within the next days.

Package-Manager: portage-2.3.0_rc1

 sci-visualization/gnuplot/gnuplot-5.0..ebuild | 193 +
 sci-visualization/gnuplot/gnuplot-5.1..ebuild | 196 ++
 2 files changed, 389 insertions(+)

diff --git a/sci-visualization/gnuplot/gnuplot-5.0..ebuild 
b/sci-visualization/gnuplot/gnuplot-5.0..ebuild
new file mode 100644
index 000..ad098d2
--- /dev/null
+++ b/sci-visualization/gnuplot/gnuplot-5.0..ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs wxwidgets
+
+DESCRIPTION="Command-line driven interactive plotting program"
+HOMEPAGE="http://www.gnuplot.info/;
+
+if [[ -z ${PV%%*} ]]; then
+   inherit autotools cvs
+   ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
+   ECVS_MODULE="gnuplot"
+   ECVS_BRANCH="branch-5-0-stable"
+   ECVS_USER="anonymous"
+   ECVS_CVS_OPTIONS="-dP"
+   MY_P="${PN}"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   MY_P="${P/_/.}"
+   SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   inherit autotools
+fi
+
+LICENSE="gnuplot bitmap? ( free-noncomm )"
+SLOT="0"
+IUSE="aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua 
qt4 readline svga wxwidgets X"
+
+RDEPEND="
+   cairo? (
+   x11-libs/cairo
+   x11-libs/pango )
+   gd? ( >=media-libs/gd-2.0.35-r3:2=[png] )
+   ggi? ( media-libs/libggi )
+   latex? (
+   virtual/latex-base
+   lua? (
+   dev-tex/pgf
+   >=dev-texlive/texlive-latexrecommended-2008-r2 ) )
+   libcaca? ( media-libs/libcaca )
+   lua? ( dev-lang/lua:0 )
+   qt4? ( >=dev-qt/qtcore-4.5:4
+   >=dev-qt/qtgui-4.5:4
+   >=dev-qt/qtsvg-4.5:4 )
+   readline? ( sys-libs/readline:0 )
+   libcerf? ( sci-libs/libcerf )
+   svga? ( media-libs/svgalib )
+   wxwidgets? (
+   x11-libs/wxGTK:2.8[X]
+   x11-libs/cairo
+   x11-libs/pango
+   x11-libs/gtk+:2 )
+   X? ( x11-libs/libXaw )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   virtual/latex-base
+   dev-texlive/texlive-latexextra
+   app-text/ghostscript-gpl )"
+
+S="${WORKDIR}/${MY_P}"
+
+GP_VERSION="${PV%.*}"
+E_SITEFILE="lisp/50${PN}-gentoo.el"
+TEXMF="${EPREFIX}/usr/share/texmf-site"
+
+src_prepare() {
+   if [[ -z ${PV%%*} ]]; then
+   local dir
+   for dir in config demo m4 term tutorial; do
+   emake -C "$dir" -f Makefile.am.in Makefile.am
+   done
+   eautoreconf
+   fi
+
+   # Add special version identification as required by provision 2
+   # of the gnuplot license
+   sed -i -e "1s/.*/& (Gentoo revision ${PR})/" PATCHLEVEL || die
+
+   # hacky workaround
+   # Please hack the buildsystem if you like
+   if use prefix && use qt4; then
+   append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4
+   fi
+
+   DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog
+   for details. You can use the "pdfcairo" terminal for PDF 
output.'
+   use cairo || DOC_CONTENTS+=' It is available with USE="cairo".'
+   use svga && DOC_CONTENTS+='\n\nIn order to enable ordinary users to use
+   SVGA console graphics, gnuplot needs to be set up as setuid 
root.
+   Please note that this is usually considered to be a security 
hazard.
+   As root, manually "chmod u+s /usr/bin/gnuplot".'
+   use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output,
+   you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT
+   environment variables. See the FAQ file in /usr/share/doc/${PF}/
+   for more information.'
+}
+
+src_configure() {
+   if ! use latex; then
+   sed -i -e '/SUBDIRS/s/LaTeX//' share/Makefile.in || die
+   fi
+
+   if use wxwidgets; then
+

[gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/

2016-06-10 Thread Andreas Hüttel
commit: 384ac33797e99c384d06414cb3124cec30867638
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Jun 10 16:05:51 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 10 16:05:51 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=384ac337

sci-visualization/gnuplot: Remove; moved to main tree

 sci-visualization/gnuplot/gnuplot-5.0..ebuild | 193 -
 sci-visualization/gnuplot/gnuplot-5.1..ebuild | 196 --
 sci-visualization/gnuplot/metadata.xml|  32 
 3 files changed, 421 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.0..ebuild 
b/sci-visualization/gnuplot/gnuplot-5.0..ebuild
deleted file mode 100644
index ad098d2..000
--- a/sci-visualization/gnuplot/gnuplot-5.0..ebuild
+++ /dev/null
@@ -1,193 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs wxwidgets
-
-DESCRIPTION="Command-line driven interactive plotting program"
-HOMEPAGE="http://www.gnuplot.info/;
-
-if [[ -z ${PV%%*} ]]; then
-   inherit autotools cvs
-   ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
-   ECVS_MODULE="gnuplot"
-   ECVS_BRANCH="branch-5-0-stable"
-   ECVS_USER="anonymous"
-   ECVS_CVS_OPTIONS="-dP"
-   MY_P="${PN}"
-   SRC_URI=""
-   KEYWORDS=""
-else
-   MY_P="${P/_/.}"
-   SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-   inherit autotools
-fi
-
-LICENSE="gnuplot bitmap? ( free-noncomm )"
-SLOT="0"
-IUSE="aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua 
qt4 readline svga wxwidgets X"
-
-RDEPEND="
-   cairo? (
-   x11-libs/cairo
-   x11-libs/pango )
-   gd? ( >=media-libs/gd-2.0.35-r3:2=[png] )
-   ggi? ( media-libs/libggi )
-   latex? (
-   virtual/latex-base
-   lua? (
-   dev-tex/pgf
-   >=dev-texlive/texlive-latexrecommended-2008-r2 ) )
-   libcaca? ( media-libs/libcaca )
-   lua? ( dev-lang/lua:0 )
-   qt4? ( >=dev-qt/qtcore-4.5:4
-   >=dev-qt/qtgui-4.5:4
-   >=dev-qt/qtsvg-4.5:4 )
-   readline? ( sys-libs/readline:0 )
-   libcerf? ( sci-libs/libcerf )
-   svga? ( media-libs/svgalib )
-   wxwidgets? (
-   x11-libs/wxGTK:2.8[X]
-   x11-libs/cairo
-   x11-libs/pango
-   x11-libs/gtk+:2 )
-   X? ( x11-libs/libXaw )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   virtual/latex-base
-   dev-texlive/texlive-latexextra
-   app-text/ghostscript-gpl )"
-
-S="${WORKDIR}/${MY_P}"
-
-GP_VERSION="${PV%.*}"
-E_SITEFILE="lisp/50${PN}-gentoo.el"
-TEXMF="${EPREFIX}/usr/share/texmf-site"
-
-src_prepare() {
-   if [[ -z ${PV%%*} ]]; then
-   local dir
-   for dir in config demo m4 term tutorial; do
-   emake -C "$dir" -f Makefile.am.in Makefile.am
-   done
-   eautoreconf
-   fi
-
-   # Add special version identification as required by provision 2
-   # of the gnuplot license
-   sed -i -e "1s/.*/& (Gentoo revision ${PR})/" PATCHLEVEL || die
-
-   # hacky workaround
-   # Please hack the buildsystem if you like
-   if use prefix && use qt4; then
-   append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/qt4
-   fi
-
-   DOC_CONTENTS='Gnuplot no longer links against pdflib, see the ChangeLog
-   for details. You can use the "pdfcairo" terminal for PDF 
output.'
-   use cairo || DOC_CONTENTS+=' It is available with USE="cairo".'
-   use svga && DOC_CONTENTS+='\n\nIn order to enable ordinary users to use
-   SVGA console graphics, gnuplot needs to be set up as setuid 
root.
-   Please note that this is usually considered to be a security 
hazard.
-   As root, manually "chmod u+s /usr/bin/gnuplot".'
-   use gd && DOC_CONTENTS+='\n\nFor font support in png/jpeg/gif output,
-   you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT
-   environment variables. See the FAQ file in /usr/share/doc/${PF}/
-   for more information.'
-}
-
-src_configure() {
-   if ! use latex; then
-   sed -i -e '/SUBDIRS/s/LaTeX//' share/Makefile.in || die
-   fi
-
-   if use wxwidgets; then
-   WX_GTK_VER="2.8"
-   need-wxwidgets unicode
-   fi
-
-   tc-export CC CXX#453174
-
-   econf \
-   --without-pdf \

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

2016-06-10 Thread Michał Górny
commit: 9d36217caccc7adffb56a7ab825e155153ff4376
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 15:47:17 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 15:48:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d36217c

app-arch/deltarpm: Fix byte-compiling installed Python modules

 app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild 
b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
index 4557c6c..534a553 100644
--- a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
+++ b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
@@ -51,3 +51,8 @@ src_compile() {
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" 
python
fi
 }
+
+src_install() {
+   default
+   python_optimize
+}



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

2016-06-10 Thread Michał Górny
commit: 1a315fb23a3cc485de21a4d9558fe044f680f31f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 15:46:46 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 15:48:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a315fb2

app-arch/deltarpm: Fix implicit python3 use, #568094

 ...m-3.6_pre20110223-r1.ebuild => deltarpm-3.6_pre20110223-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild 
b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
similarity index 91%
rename from app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild
rename to app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
index 082f90e..4557c6c 100644
--- a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild
+++ b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -35,9 +35,11 @@ pkg_setup() {
 }
 
 src_prepare() {
+   # disable implicit python3 use, #568094
sed -i \
-e '/^prefix/s:/local::' \
-e '/^mandir/s:/man:/share/man:' \
+   -e '/for/s:python3::' \
Makefile || die
epatch "${FILESDIR}/3.6_pre20110223-build.patch"
 }



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

2016-06-10 Thread Richard Farina
commit: a2b19f924960905714cf855a5681c2edf1b4d50c
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri Jun 10 15:46:37 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Jun 10 15:46:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b19f92

net-wireless/wireless-regdb: version bump, cleanup old

Package-Manager: portage-2.3.0_rc1

 net-wireless/wireless-regdb/Manifest   |  6 +---
 .../wireless-regdb/wireless-regdb-20130213.ebuild  | 34 --
 .../wireless-regdb/wireless-regdb-20141118.ebuild  | 34 --
 .../wireless-regdb/wireless-regdb-20150925.ebuild  | 34 --
 .../wireless-regdb/wireless-regdb-20151022.ebuild  | 34 --
 ...60208.ebuild => wireless-regdb-20160610.ebuild} |  0
 6 files changed, 1 insertion(+), 141 deletions(-)

diff --git a/net-wireless/wireless-regdb/Manifest 
b/net-wireless/wireless-regdb/Manifest
index a1bb528..1a3ec49 100644
--- a/net-wireless/wireless-regdb/Manifest
+++ b/net-wireless/wireless-regdb/Manifest
@@ -1,6 +1,2 @@
-DIST wireless-regdb-2013.02.13.tar.xz 12752 SHA256 
314415cf9699b385e7f8fa770097069790987f9d5c6e5b944aceba3c0a3a29be SHA512 
93e4ac80f420155ca08d15fee99c209d27c0d068dd3d3bc10cb26ebbe1d834b7ce495fe041d8b2dc0c9ba477c0252f9d5c24d42ed3da252af3e19deddeb2b739
 WHIRLPOOL 
36278fe7f865980552f025ca90e3dd44a6efc064f099b5c3f76094038f02a7eeaa840d5001a540d78b7ada1ad10397c9ea8e82283475de4219fb62250fd77052
-DIST wireless-regdb-2014.11.18.tar.xz 15036 SHA256 
eab6b50f30748a8b0065ba38cf3df05aac161a5861ae0a6c3cfd01d38a71c9dd SHA512 
a55b7d8b0917aa171fedcff53a58fcdf770721597628da1fe9ad22e2119a80773e06e12e21b21fc1b95c1a5969870415f3cc3c22b3580be07a6872777659a1c5
 WHIRLPOOL 
a5d835af9298b14e0d2da7382b138cc66612e8a6d4872becaf673afee2d99ecf59d84f84d7506d6eabcc265d1d688c7fe1066dc42ecec775614622957921256c
-DIST wireless-regdb-2015.09.25.tar.xz 15420 SHA256 
06dbcfcd4c0835440b0787084e726b7ea1a707acfb53e17a3be08eff4ee2 SHA512 
264905b85d5806c87d4fceb4dff2dbdfbd7f1cb0648a1d42b827856e3e22080222d8b525a5197a3895bce3d7fb77f7596e21551099a1dfa96befcc2662ecb148
 WHIRLPOOL 
878b18a5b5ac49493249e78c13274758a91eaf34393a71363fde1708dd0f0cd6602b38926ac242afb7d950f0d107fc7347a2f9ef99b1976d970e62cdaa40c7e3
-DIST wireless-regdb-2015.10.22.tar.xz 15708 SHA256 
19ef80c2b9d24f0c483c32294258640b2510df1775ea1c6323e84cced02f1612 SHA512 
e52f876981861ff40eed3160c1e56d7c1aa9353dc60a27157af924e8bb4a91611c456d67b1f3b8e62a80da8cb39a2235e39e4427ccf192cc67f48aacd72f9dbc
 WHIRLPOOL 
fb899d679105acda72ed8709bcf26481f1cfe69ff9f005ac37d77c225a53f29aee1640b633f02666ad4e17969014901f1caad3abc7652fdd3c42bbf4820f9df5
-DIST wireless-regdb-2016.02.08.tar.xz 15800 SHA256 
ce957b7f4fe103d8fb4d160d3b39825ad0b0da639b7453d4022d71415b6c9f9f SHA512 
bfb1e9f6b9c40f2f575f9e5866762bfb408be5157bc0c92aeafb1806c2e6c37d4cb085568e83291763469a30f47d1df8048982521b778a99a3d833d33842f569
 WHIRLPOOL 
6906f8372a54110cd9c1557c449cb3dcb43bb830061b28147d5100694bd1f0f17df8627581cefe13ec0d200f3eea28f7eaf062cad7acb41d0ab440461037dfb1
 DIST wireless-regdb-2016.05.02.tar.xz 16508 SHA256 
c9674c988a944105148091b74c05c6fa6bd9611b9bbab6b81abfb5e5387bc61e SHA512 
3a81b57430b934978be97a0532c1cd04fdcadd0528279b5fbd8723134f50e5f54ef0ddb4de74c4a397e51c6588b88714dff4cd37ebf059f02f15efed96f705ed
 WHIRLPOOL 
3ba693ff9142238615786dbea3285fd41eeaf6ef45bacd1fbba857f9089b7ea0bd79e1bbf1974b1fb331a81359e54081d142e8de42b9f2dbce9458f828f4a32c
+DIST wireless-regdb-2016.06.10.tar.xz 16596 SHA256 
cfedf1c3521b3c8f32602f25ed796e96e687c3441a00e7c050fedf7fd4f1b8b7 SHA512 
8064d18232924d86633df9e1195e9521f8f9ca0216f1e664591e3163d583085971b743b9fbbce196e650f239c231caebb7807c5019fcb409b950c6fbd8396f22
 WHIRLPOOL 
0e7032d6d8ef6735b26aed8ed8e4b77e7d6708e84aa2dcd197e06194e648cf7577833cdbf2b14f9d59cfd788a5268e9a988126b3b33f17561002bcc885135c28

diff --git a/net-wireless/wireless-regdb/wireless-regdb-20130213.ebuild 
b/net-wireless/wireless-regdb/wireless-regdb-20130213.ebuild
deleted file mode 100644
index f33f642..000
--- a/net-wireless/wireless-regdb/wireless-regdb-20130213.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib
-
-MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}"
-DESCRIPTION="Binary regulatory database for CRDA"
-HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory;
-SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz;
-LICENSE="ISC"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   einfo "Recompiling regulatory.bin from db.txt would break CRDA verify. 
Installing untouched binary version."
-}
-
-src_install() {
-   insinto /usr/$(get_libdir)/crda/
-   doins regulatory.b

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

2016-06-10 Thread Andreas Hüttel
commit: f54d7704a637b2a0fe1704c9762af5111a68743b
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Jun 10 15:33:28 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 10 15:33:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54d7704

media-gfx/inkscape: Add latex useflag for formula editing

Package-Manager: portage-2.3.0_rc1

 media-gfx/inkscape/inkscape-0.91-r2.ebuild | 171 +
 media-gfx/inkscape/metadata.xml|   1 +
 2 files changed, 172 insertions(+)

diff --git a/media-gfx/inkscape/inkscape-0.91-r2.ebuild 
b/media-gfx/inkscape/inkscape-0.91-r2.ebuild
new file mode 100644
index 000..29bf178
--- /dev/null
+++ b/media-gfx/inkscape/inkscape-0.91-r2.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit autotools eutils flag-o-matic gnome2-utils fdo-mime toolchain-funcs 
python-single-r1
+
+MY_P=${P/_/}
+
+DESCRIPTION="A SVG based generic vector-drawing program"
+HOMEPAGE="http://www.inkscape.org/;
+SRC_URI="https://inkscape.global.ssl.fastly.net/media/resources/file/${P}.tar.bz2;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
+IUSE="cdr dia dbus exif gnome imagemagick openmp postscript inkjar jpeg latex 
lcms nls spell static-libs visio wpg"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+WPG_DEPS="
+   || (
+   ( app-text/libwpg:0.3 dev-libs/librevenge )
+   ( app-text/libwpd:0.9 app-text/libwpg:0.2 )
+   )
+"
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   >=app-text/poppler-0.26.0:=[cairo]
+   >=dev-cpp/glibmm-2.28
+   >=dev-cpp/gtkmm-2.18.0:2.4
+   >=dev-cpp/cairomm-1.9.8
+   >=dev-cpp/glibmm-2.32
+   >=dev-libs/boehm-gc-6.4
+   >=dev-libs/glib-2.28
+   >=dev-libs/libsigc++-2.0.12
+   >=dev-libs/libxml2-2.6.20
+   >=dev-libs/libxslt-1.0.15
+   dev-libs/popt
+   dev-python/lxml[${PYTHON_USEDEP}]
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/libpng:0
+   sci-libs/gsl:=
+   x11-libs/libX11
+   >=x11-libs/gtk+-2.10.7:2
+   >=x11-libs/pango-1.24
+   cdr? (
+   media-libs/libcdr
+   ${WPG_DEPS}
+   )
+   dbus? ( dev-libs/dbus-glib )
+   exif? ( media-libs/libexif )
+   gnome? ( >=gnome-base/gnome-vfs-2.0 )
+   imagemagick? ( media-gfx/imagemagick:=[cxx] )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   spell? (
+   app-text/aspell
+   app-text/gtkspell:2
+   )
+   visio? (
+   media-libs/libvisio
+   ${WPG_DEPS}
+   )
+   wpg? ( ${WPG_DEPS} )
+"
+
+# These only use executables provided by these packages
+# See share/extensions for more details. inkscape can tell you to
+# install these so we could of course just not depend on those and rely
+# on that.
+RDEPEND="${COMMON_DEPEND}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   media-gfx/uniconvertor
+   dia? ( app-office/dia )
+   latex? (
+   media-gfx/pstoedit[plotutils]
+   app-text/dvipsk
+   app-text/texlive
+   )
+   postscript? ( app-text/ghostscript-gpl )
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/boost-1.36
+   >=dev-util/intltool-0.40
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+S=${WORKDIR}/${MY_P}
+
+RESTRICT="test"
+
+pkg_pretend() {
+   if use openmp; then
+   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
+   fi
+}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-0.91_pre3-automagic.patch \
+   "${FILESDIR}"/${PN}-0.91_pre3-cppflags.patch \
+   "${FILESDIR}"/${PN}-0.91_pre3-desktop.patch \
+   "${FILESDIR}"/${PN}-0.91_pre3-exif.patch \
+   "${FILESDIR}"/${PN}-0.91_pre3-sk-man.patch \
+   "${FILESDIR}"/${PN}-0.48.4-epython.patch
+
+   sed -i "s#@EPYTHON@#${EPYTHON}#" 
src/extension/implementation/script.cpp || die
+
+   eautoreconf
+
+   # bug 42
+   python_fix_shebang share/extensions
+}
+
+src_configure() {
+   # aliasing unsafe wrt #310393
+   append-flags -fno-strict-aliasing
+   # enable c++11 as needed for sigc++-2.6, #566318
+   # remove it when upstream solves the issue
+   # https://bugs.launchpad.net/inkscape/+bug/1488079
+   append-cxxflags -std=c++11
+
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable nls) \
+   $(use_enable openmp) \
+   $(use_enable exif) \
+   $(use_enable jpeg) \
+   $(use_enable lcms) \
+   --enable-poppler-cairo \
+   $(use_enable wpg) \
+  

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

2016-06-10 Thread Agostino Sarubbo
commit: 75c672c9659a43da408c7c785b4ecfaaba7d5805
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:14 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c672c9

net-misc/libreswan: amd64 stable wrt bug #585520

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

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

diff --git a/net-misc/libreswan/libreswan-3.17.ebuild 
b/net-misc/libreswan/libreswan-3.17.ebuild
index 2fd8e0c..250bd5f 100644
--- a/net-misc/libreswan/libreswan-3.17.ebuild
+++ b/net-misc/libreswan/libreswan-3.17.ebuild
@@ -8,7 +8,7 @@ inherit systemd toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-   KEYWORDS="~amd64 ~ppc ~x86"
+   KEYWORDS="amd64 ~ppc ~x86"
 else
inherit git-r3
EGIT_REPO_URI="https://github.com/libreswan/libreswan.git;



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

2016-06-10 Thread Agostino Sarubbo
commit: d1a5bb561abe7d86ef3fcb7d05db9228b6c1c80f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:54 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a5bb56

dev-perl/Test-Memory-Cycle: amd64 stable wrt bug #583720

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

 dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild 
b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild
index e0a32ba..77e1c4c 100644
--- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild
+++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for memory leaks and circular memory references"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: d5b02b4758a49be1e1ce347607c9bbb93a4fdee7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:10 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b02b47

media-libs/libdvbpsi: amd64 stable wrt bug #581084

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

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

diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild 
b/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild
index 86f84ac..c0b7d53 100644
--- a/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild
+++ b/media-libs/libdvbpsi/libdvbpsi-1.3.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # Sublot == libdvbpsi.so major
 SLOT="0/10"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc static-libs"
 
 RDEPEND=""



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

2016-06-10 Thread Agostino Sarubbo
commit: e2c2c93c6a99a183d268fbe8337df0df454d5117
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c2c93c

app-arch/lrzip: amd64 stable wrt bug #584390

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

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

diff --git a/app-arch/lrzip/lrzip-0.621.ebuild 
b/app-arch/lrzip/lrzip-0.621.ebuild
index 66ac642..697312d 100644
--- a/app-arch/lrzip/lrzip-0.621.ebuild
+++ b/app-arch/lrzip/lrzip-0.621.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-libs/lzo



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

2016-06-10 Thread Agostino Sarubbo
commit: 58f41246dd761975eabcc197f0a2e58621e1800e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:42 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f41246

dev-perl/Test-Warn: amd64 stable wrt bug #585502

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

 dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild 
b/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild
index 5eb1942..48cd848 100644
--- a/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild
+++ b/dev-perl/Test-Warn/Test-Warn-0.300.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl extension to test methods for warnings"
 
 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 ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 
 IUSE="test"
 



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

2016-06-10 Thread Agostino Sarubbo
commit: cdf51dc0affb6a53d7797f8a7ee0d600d7d6a832
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:22 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf51dc0

dev-perl/Test-Base: amd64 stable wrt bug #583520

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

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

diff --git a/dev-perl/Test-Base/Test-Base-0.880.0.ebuild 
b/dev-perl/Test-Base/Test-Base-0.880.0.ebuild
index ade44b4..b62cf7f 100644
--- a/dev-perl/Test-Base/Test-Base-0.880.0.ebuild
+++ b/dev-perl/Test-Base/Test-Base-0.880.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A Data Driven Testing Framework"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: 2db68121a8f8b0365eec2cae63f7778e7803bfcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db68121

sys-kernel/genkernel-next: amd64 stable wrt bug #517572

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

 sys-kernel/genkernel-next/genkernel-next-64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-64.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-64.ebuild
index cb397ad..bd0f3bf 100644
--- a/sys-kernel/genkernel-next/genkernel-next-64.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-64.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 if [[ "${PV}" != "" ]]; then

SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> 
${PV}.tar.gz"
RESTRICT="mirror"
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 else
EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git"
inherit git-2



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

2016-06-10 Thread Agostino Sarubbo
commit: 84199222871ae53253d225852e8daa1d6d4997cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:36 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84199222

media-sound/aacgain: amd64 stable wrt bug #543088

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

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

diff --git a/media-sound/aacgain/aacgain-1.9.ebuild 
b/media-sound/aacgain/aacgain-1.9.ebuild
index 66cd9ec..1492c83 100644
--- a/media-sound/aacgain/aacgain-1.9.ebuild
+++ b/media-sound/aacgain/aacgain-1.9.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://sbriesen.de/gentoo/distfiles/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2016-06-10 Thread Agostino Sarubbo
commit: 4a40f0ebfa12efcdcbfd7e1d93929e8b77b7ed48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a40f0eb

x11-misc/virtualgl: amd64 stable wrt bug #585066

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

 x11-misc/virtualgl/virtualgl-2.4.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/virtualgl/virtualgl-2.4.1-r3.ebuild 
b/x11-misc/virtualgl/virtualgl-2.4.1-r3.ebuild
index a0454f6..06e7617 100644
--- a/x11-misc/virtualgl/virtualgl-2.4.1-r3.ebuild
+++ b/x11-misc/virtualgl/virtualgl-2.4.1-r3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/files/${PV}/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1 wxWinLL-3.1 FLTK"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libressl ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gtkcdlabel/

2016-06-10 Thread Agostino Sarubbo
commit: 04df5e3e5cb255d9a7be9c6a91866a9454ef7236
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:51 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04df5e3e

app-cdr/gtkcdlabel: amd64 stable wrt bug #585290

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

 app-cdr/gtkcdlabel/gtkcdlabel-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gtkcdlabel/gtkcdlabel-1.14-r1.ebuild 
b/app-cdr/gtkcdlabel/gtkcdlabel-1.14-r1.ebuild
index 95d8612..a7a0282 100644
--- a/app-cdr/gtkcdlabel/gtkcdlabel-1.14-r1.ebuild
+++ b/app-cdr/gtkcdlabel/gtkcdlabel-1.14-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}



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

2016-06-10 Thread Agostino Sarubbo
commit: 37a747dca06566d112256e0cfeecbdf7535d7397
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a747dc

mail-mta/postfix: amd64 stable wrt bug #583154

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

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

diff --git a/mail-mta/postfix/postfix-3.1.0.ebuild 
b/mail-mta/postfix/postfix-3.1.0.ebuild
index c80d3dc..65709be 100644
--- a/mail-mta/postfix/postfix-3.1.0.ebuild
+++ b/mail-mta/postfix/postfix-3.1.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2016-06-10 Thread Agostino Sarubbo
commit: 117377c5b4a89a86e1c13583f81d3a14afec5e80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117377c5

dev-libs/nss: amd64 stable wrt bug #585372

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

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

diff --git a/dev-libs/nss/nss-3.23.ebuild b/dev-libs/nss/nss-3.23.ebuild
index 8a72adc..a1d3dc5 100644
--- a/dev-libs/nss/nss-3.23.ebuild
+++ b/dev-libs/nss/nss-3.23.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cacert +nss-pem utils"
 CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-pda/gtkpod/

2016-06-10 Thread Agostino Sarubbo
commit: 05eeaa885925286f26a65b291eceb90cc3744244
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05eeaa88

app-pda/gtkpod: amd64 stable wrt bug #583852

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

 app-pda/gtkpod/gtkpod-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/gtkpod/gtkpod-2.1.5.ebuild 
b/app-pda/gtkpod/gtkpod-2.1.5.ebuild
index 6fe9102..ae67680 100644
--- a/app-pda/gtkpod/gtkpod-2.1.5.ebuild
+++ b/app-pda/gtkpod/gtkpod-2.1.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2 FDL-1.2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="aac clutter curl cdr flac gstreamer mp3 vorbis"
 REQUIRED_USE="cdr? ( gstreamer )"



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

2016-06-10 Thread Agostino Sarubbo
commit: 8d16e62c249639c87d129b326373cc3965ee1126
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d16e62c

dev-perl/Test-Script: amd64 stable wrt bug #585496

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

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

diff --git a/dev-perl/Test-Script/Test-Script-1.100.0.ebuild 
b/dev-perl/Test-Script/Test-Script-1.100.0.ebuild
index 4be3121..bab0c48 100644
--- a/dev-perl/Test-Script/Test-Script-1.100.0.ebuild
+++ b/dev-perl/Test-Script/Test-Script-1.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Cross-platform basic tests for scripts"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: e1aae09062e366779465641fb2e0bc0a61665776
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1aae090

net-analyzer/tcpflow: amd64 stable wrt bug #584244

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

 net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild 
b/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild
index df272e5..2212b02 100644
--- a/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-1.4.5_p1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 "
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 SLOT="0"
 IUSE="cairo test"
 



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

2016-06-10 Thread Agostino Sarubbo
commit: 915c2f694c152e29ac874f37762a802a27d03582
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:26 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915c2f69

dev-libs/librevenge: amd64 stable wrt bug #583736

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

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

diff --git a/dev-libs/librevenge/librevenge-0.0.4.ebuild 
b/dev-libs/librevenge/librevenge-0.0.4.ebuild
index 66db901..becb1ae 100644
--- a/dev-libs/librevenge/librevenge-0.0.4.ebuild
+++ b/dev-libs/librevenge/librevenge-0.0.4.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~x86-fbsd"
 fi
 
 LICENSE="|| ( MPL-2.0 LGPL-2.1 )"



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

2016-06-10 Thread Agostino Sarubbo
commit: 72df4a245268c3f67a8e5ee0e843755d43d2f9ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:04 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72df4a24

dev-vcs/rapidsvn: amd64 stable wrt bug #584020

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

 dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild 
b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild
index 78fe971..495c126 100644
--- a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild
+++ b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2016-06-10 Thread Agostino Sarubbo
commit: b1cdb994faa3f96eb575f1d389d8b4d2270e8189
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:32:16 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:32:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cdb994

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

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

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

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



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdlabelgen/

2016-06-10 Thread Agostino Sarubbo
commit: fefff0fc2e053f8292332828364dbf6e534f4e17
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefff0fc

app-cdr/cdlabelgen: amd64 stable wrt bug #585288

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

 app-cdr/cdlabelgen/cdlabelgen-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdlabelgen/cdlabelgen-4.1.0.ebuild 
b/app-cdr/cdlabelgen/cdlabelgen-4.1.0.ebuild
index 902f7f3..fb9973d 100644
--- a/app-cdr/cdlabelgen/cdlabelgen-4.1.0.ebuild
+++ b/app-cdr/cdlabelgen/cdlabelgen-4.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.aczoom.com/pub/tools/${P}.tgz;
 
 LICENSE="aczoom"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mpm_itk/

2016-06-10 Thread Agostino Sarubbo
commit: 2b5c9f564efc9c7c7d9cad45f91840106836e343
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5c9f56

www-apache/mpm_itk: amd64 stable wrt bug #583116

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

 www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild 
b/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild
index 4a9c46c..d60cd05 100644
--- a/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild
+++ b/www-apache/mpm_itk/mpm_itk-2.4.7_p4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://mpm-itk.sesse.net/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/customizable-weather/

2016-06-10 Thread Agostino Sarubbo
commit: 850dffc51420dd5121eda137e03fa9217cd2cd2c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:10 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850dffc5

kde-misc/customizable-weather: amd64 stable wrt bug #584726

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

 kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild 
b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
index ce5b36e..97f55f9 100644
--- a/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
+++ b/kde-misc/customizable-weather/customizable-weather-1.12.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: 15841705e6d914f0f000b98dfdf02f1df8b1e1f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:31:01 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:31:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15841705

dev-perl/Test-Spec: amd64 stable wrt bug #585500

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

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

diff --git a/dev-perl/Test-Spec/Test-Spec-0.510.0.ebuild 
b/dev-perl/Test-Spec/Test-Spec-0.510.0.ebuild
index 9eda1b8..a337d60 100644
--- a/dev-perl/Test-Spec/Test-Spec-0.510.0.ebuild
+++ b/dev-perl/Test-Spec/Test-Spec-0.510.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION='Write tests in a declarative specification style'
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: 326c8e171c219525dd2d4273526acb5cbb053139
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:36 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326c8e17

dev-perl/Test-SharedFork: amd64 stable wrt bug #585498

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

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

diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild 
b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
index f61d44c..970f8e0 100644
--- a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
+++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="fork test"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: 6e52e807fc52d830b24db8fee37b27eb674cf80b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:23 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e52e807

app-admin/tripwire: amd64 stable wrt bug #584986

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

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

diff --git a/app-admin/tripwire/tripwire-2.4.3.1.ebuild 
b/app-admin/tripwire/tripwire-2.4.3.1.ebuild
index 5bbf2a1..d3a7563 100644
--- a/app-admin/tripwire/tripwire-2.4.3.1.ebuild
+++ b/app-admin/tripwire/tripwire-2.4.3.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/Tripwire/tripwire-open-source/archive/${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="libressl ssl static +tools"
 
 DEPEND="sys-devel/automake



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

2016-06-10 Thread Agostino Sarubbo
commit: 8e0d0af5195762681f2b9ee81fdbb9b9ab4285b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 15:30:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 15:30:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0d0af5

sys-kernel/linux-firmware: amd64 stable wrt bug #584484

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

 sys-kernel/linux-firmware/linux-firmware-20160331.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild
index 6791acb..7e06d3a 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild
@@ -9,10 +9,10 @@ if [[ ${PV} == * ]]; then
inherit git-2
SRC_URI=""

EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
-   KEYWORDS="alpha arm"
+   KEYWORDS="alpha amd64 arm"
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
-   KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux firmware files"



[gentoo-commits] repo/gentoo:master commit in: www-apps/guacamole/

2016-06-10 Thread Andreas Schuerch
commit: 597b88ec091c984883c51d9de3a3eab349d2bccd
Author: Andreas Schuerch  gentoo  org>
AuthorDate: Fri Jun 10 13:13:35 2016 +
Commit: Andreas Schuerch  gentoo  org>
CommitDate: Fri Jun 10 14:53:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597b88ec

www-apps/guacamole: respect jdbc-sql ebuilds and better elog. See Bug 577420

Package-Manager: portage-2.2.26

 www-apps/guacamole/guacamole-0.9.9.ebuild | 27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/www-apps/guacamole/guacamole-0.9.9.ebuild 
b/www-apps/guacamole/guacamole-0.9.9.ebuild
index 8df3aa2..9995a50 100644
--- a/www-apps/guacamole/guacamole-0.9.9.ebuild
+++ b/www-apps/guacamole/guacamole-0.9.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,11 +23,11 @@ REQUIRED_USE="|| ( ldap mysql noauth postgres )"
 DEPEND="dev-java/maven-bin:*"
 
 RDEPEND="${DEPEND}
-   www-servers/tomcat[websockets]
+   || ( www-servers/tomcat:7[websockets] www-servers/tomcat )
>virtual/jre-1.6
net-misc/guacamole-server
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql )
+   mysql? ( virtual/mysql dev-java/jdbc-mysql )
+   postgres? ( dev-db/postgresql dev-java/jdbc-postgresql )
ldap? ( net-nds/openldap )"
 
 src_compile() {
@@ -67,10 +67,11 @@ src_install() {
find 
"${WORKDIR}/${PN}-client-${PV}/extensions/${PN}-auth-jdbc/modules/${PN}-auth-jdbc-mysql/schema/"
 -name '*.sql' -exec doins '{}' +
elog "Please add a mysql database and a user and load the sql 
files in /usr/share/guacamole/schema/ into it."
elog "If this is an update, then you will need to apply the 
appropriate update script in the location above."
-   elog "You will also need to adjust the DB propeties in 
/etc/guacamole.properties!"
+   elog "You will also need to adjust the DB properties in 
/etc/guacamole.properties!"
elog "The default user and it's password is \"guacadmin\"."
-   elog "You will also need to download the mysql-connector from 
here http://dev.mysql.com/downloads/connector/j/;
-   elog "and put the contained .jar file into /etc/guacamole/lib!"
+   elog "You also have to enable jdbc-mysql in tomcat!"
+   elog "For tomcat under openrc this can be done in 
/etc/conf.d/tomcat-7 with TOMCAT_EXTRA_JARS=jdbc-mysql"
+   elog "Another way is to add 
/usr/share/jdbc-mysql/lib/jdbc-mysql.jar to the classpath."
elog "-"
fi
if use postgres; then
@@ -86,10 +87,11 @@ src_install() {
find 
"${WORKDIR}/${PN}-client-${PV}/extensions/${PN}-auth-jdbc/modules/${PN}-auth-jdbc-postgresql/schema/"
 -name '*.sql' -exec doins '{}' +
elog "Please add a postgresql database and a user and load the 
sql files in /usr/share/guacamole/schema/ into it."
elog "If this is an update, then you will need to apply the 
appropriate update script in the location above."
-   elog "You will also need to adjust the DB propeties in 
/etc/guacamole.properties!"
+   elog "You will also need to adjust the DB properties in 
/etc/guacamole.properties!"
elog "The default user and it's password is \"guacadmin\"."
-   elog "You will also need to download the postgresql-connector 
from here https://jdbc.postgresql.org/download.html#current;
-   elog "and put the contained .jar file into /etc/guacamole/lib!"
+   elog "You also have to enable jdbc-postgresql in tomcat!"
+   elog "For tomcat under openrc this can be done in 
/etc/conf.d/tomcat-7 with TOMCAT_EXTRA_JARS=jdbc-postgresql"
+   elog "Another way is to add 
/usr/share/jdbc-postgresql/lib/jdbc-postgresql.jar to the classpath."
elog "-"
fi
if use ldap; then
@@ -115,10 +117,11 @@ src_install() {
doenvd 98guacamole
insinto "/var/lib/${PN}"
newins "${S}/${PN}/target/${P}.war" "${PN}.war"
-   elog "If it is an update, please make sure to delete the old webapp in 
/var/lib/tomcat-7/webapps/ first!"
+   elog "If it is an update, please make sure to delete the old webapp in 
/var/lib/tomcat-8/webapps/ first!"
elog "To deploy guacamole with tomcat, you will need to link the war 
file and create the configuration!"
-   elog "ln -sf /var/lib/${PN}/${PN}.war /var/lib/tomcat-7-main/webapps/"
+   elog "ln -sf /var/lib/${PN}/${PN}.war /var/lib/tomcat-8/webapps/"
elog "You will also need to adjust the configuration in 
/etc/${PN}/${PN}.properties"
+   elog "With systemd make sure that the var GUACAMOLE_HOME is set to 
/etc/guacamole. for example via /etc/conf/tomcat."
elog "See 

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

2016-06-10 Thread Andreas Schuerch
commit: dcd0b78f35dd984768deb06e9b23d156c5cb3404
Author: Andreas Schuerch  gentoo  org>
AuthorDate: Fri Jun 10 14:59:00 2016 +
Commit: Andreas Schuerch  gentoo  org>
CommitDate: Fri Jun 10 14:59:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd0b78f

media-sound/ardour: ne iconpath in git. See Bug 585076

Package-Manager: portage-2.2.26

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

diff --git a/media-sound/ardour/ardour-.ebuild 
b/media-sound/ardour/ardour-.ebuild
index 6ef94c0..b17c400 100644
--- a/media-sound/ardour/ardour-.ebuild
+++ b/media-sound/ardour/ardour-.ebuild
@@ -129,7 +129,7 @@ src_install() {
waf-utils_src_install
mv ${PN}.1 ${PN}${SLOT}.1
doman ${PN}${SLOT}.1
-   newicon icons/icon/ardour_icon_tango_48px_red.png ${PN}${SLOT}.png
+   newicon "${S}/gtk2_ardour/resources/Ardour-icon_48px.png" 
${PN}${SLOT}.png
make_desktop_entry ardour4 ardour4 ardour4 AudioVideo
 }
 



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

2016-06-10 Thread Agostino Sarubbo
commit: f69a64c5187913f95607d1021274d684a10b26b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:52:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:52:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69a64c5

app-misc/pax-utils: amd64 stable wrt bug #584100

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

 app-misc/pax-utils/pax-utils-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.1.6.ebuild 
b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
index 75439ee..9ae8225 100644
--- a/app-misc/pax-utils/pax-utils-1.1.6.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.1.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2016-06-10 Thread Agostino Sarubbo
commit: e3f1249e1c5776152af6ea18d4ceda62c10123b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:40 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f1249e

sys-fs/xfsprogs: amd64 stable wrt bug #583706

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

 sys-fs/xfsprogs/xfsprogs-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-4.5.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.5.0.ebuild
index e462b06..4b590e5 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.5.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.5.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="libedit nls readline static static-libs"
 REQUIRED_USE="static? ( static-libs )"
 



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

2016-06-10 Thread Agostino Sarubbo
commit: e491e2ec66f4f6df46d19a64bb6a2055c2f99790
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:52:41 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:52:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e491e2ec

media-gfx/povray: amd64 stable wrt bug #550018

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

 media-gfx/povray/povray-3.7.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/povray/povray-3.7.0.0-r1.ebuild 
b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
index 5f0b81f..c37f655 100644
--- a/media-gfx/povray/povray-3.7.0.0-r1.ebuild
+++ b/media-gfx/povray/povray-3.7.0.0-r1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug +io-restrictions openexr static-libs tiff X"
 
 DEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: ccc24bf00ff74fae5982d39c66f31d6177edb55a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc24bf0

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

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

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

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



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

2016-06-10 Thread Agostino Sarubbo
commit: af515bdd463b0a5c983e3202a3852839c5d875c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af515bdd

dev-libs/ustr: amd64 stable wrt bug #584758

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

 dev-libs/ustr/ustr-1.0.4-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ustr/ustr-1.0.4-r8.ebuild 
b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
index 784d946..920b3d0 100644
--- a/dev-libs/ustr/ustr-1.0.4-r8.ebuild
+++ b/dev-libs/ustr/ustr-1.0.4-r8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( BSD-2 MIT LGPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
 IUSE="static-libs ustr-import"
 
 DOCS=(ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO)



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-vala/

2016-06-10 Thread Agostino Sarubbo
commit: 5d90e933116395d8e3732ec31d8cbf527478a6da
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:52:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:52:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d90e933

xfce-extra/xfce4-vala: amd64 stable wrt bug #583302

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

 xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild 
b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
index d97a01b..38cd3db 100644
--- a/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
+++ b/xfce-extra/xfce4-vala/xfce4-vala-4.10.3-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://xfce/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="$(vala_depend)



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

2016-06-10 Thread Agostino Sarubbo
commit: b43543f915662d8bea0b96fe0eab12a1634cddfd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43543f9

dev-util/android-tools: amd64 stable wrt bug #585356

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

 dev-util/android-tools/android-tools-5.1.1_p13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-tools/android-tools-5.1.1_p13.ebuild 
b/dev-util/android-tools/android-tools-5.1.1_p13.ebuild
index 4111441..74a5e88 100644
--- a/dev-util/android-tools/android-tools-5.1.1_p13.ebuild
+++ b/dev-util/android-tools/android-tools-5.1.1_p13.ebuild
@@ -21,7 +21,7 @@ mirror://gentoo/${MY_P}-f2fs-tools.tar.gz"
 # The entire source code is Apache-2.0, except for fastboot which is BSD-2.
 LICENSE="Apache-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~arm-linux ~x86-linux"
 IUSE="libressl"
 
 RDEPEND="sys-libs/zlib:=



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

2016-06-10 Thread Agostino Sarubbo
commit: 9ba996cf84a0a10579583b9c2746e5cdbf4a348b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:14 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba996cf

media-sound/ncmpcpp: amd64 stable wrt bug #583502

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

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

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
index 6dbb536..8d00357 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm hppa ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="clock curl outputs taglib unicode visualizer"
 
 RDEPEND="



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

2016-06-10 Thread Agostino Sarubbo
commit: 82a08b91daab4157cd01ef5ed8513e7c2a6a103b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:52:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:52:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a08b91

dev-util/pycharm-community: amd64 stable wrt bug #561296

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

 dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
index ebcaeb3..488018b 100644
--- a/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2016.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.8"



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

2016-06-10 Thread Agostino Sarubbo
commit: 0621ff04866a731dfc663c60bd2035c9c6f6a01a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:52:30 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:52:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0621ff04

dev-util/pycharm-professional: amd64 stable wrt bug #561296

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

 dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild
index b23a81d..a357a74 100644
--- a/dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild
+++ b/dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
 
 LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.8



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

2016-06-10 Thread Agostino Sarubbo
commit: 5e62ca72cfece4dc333afe21225848577c178406
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:08 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e62ca72

app-eselect/eselect-python: amd64 stable wrt bug #575948

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

 app-eselect/eselect-python/eselect-python-20140125-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild 
b/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild
index 638f0b3..5413bc0 100644
--- a/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20140125-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2
https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
-   KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2016-06-10 Thread Agostino Sarubbo
commit: 1e5caaccb4d978f2ffbaf3e0fcc7081734c6c0f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:53:21 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:53:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5caacc

x11-libs/motif: amd64 stable wrt bug #583344

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

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

diff --git a/x11-libs/motif/motif-2.3.5.ebuild 
b/x11-libs/motif/motif-2.3.5.ebuild
index 7105fd4..67a1f52 100644
--- a/x11-libs/motif/motif-2.3.5.ebuild
+++ b/x11-libs/motif/motif-2.3.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] )



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

2016-06-10 Thread Agostino Sarubbo
commit: a5fec895adf9c40d2aaddd760840ee2da933
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:00:44 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:00:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fec895

net-misc/iperf: amd64 stable wrt bug #585504

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

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

diff --git a/net-misc/iperf/iperf-3.0.12.ebuild 
b/net-misc/iperf/iperf-3.0.12.ebuild
index c622ad7..3a289a4 100644
--- a/net-misc/iperf/iperf-3.0.12.ebuild
+++ b/net-misc/iperf/iperf-3.0.12.ebuild
@@ -10,7 +10,7 @@ LICENSE="BSD"
 SLOT="3"
 HOMEPAGE="https://github.com/esnet/iperf/;
 SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV} -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
 IUSE="static-libs"
 
 src_prepare() {



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

2016-06-10 Thread Agostino Sarubbo
commit: 068c62d4210f2823f8a597d8dd8df0e1b7829ce9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:00:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:00:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068c62d4

net-analyzer/wireshark: amd64 stable wrt bug #585348

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

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

diff --git a/net-analyzer/wireshark/wireshark-2.0.4.ebuild 
b/net-analyzer/wireshark/wireshark-2.0.4.ebuild
index 2e15dbc..5477b96 100644
--- a/net-analyzer/wireshark/wireshark-2.0.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="
adns androiddump +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua
+netlink +pcap portaudio +qt4 qt5 selinux sbc smi tfshark



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

2016-06-10 Thread Agostino Sarubbo
commit: aadf387c116d2ca3c23181bc379996fb1f9e522a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:01:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:01:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadf387c

sys-fs/ntfs3g: amd64 stable wrt bug #550970

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

 sys-fs/ntfs3g/ntfs3g-2015.3.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/ntfs3g/ntfs3g-2015.3.14.ebuild 
b/sys-fs/ntfs3g/ntfs3g-2015.3.14.ebuild
index a5a9243..01efd6f 100644
--- a/sys-fs/ntfs3g/ntfs3g-2015.3.14.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2015.3.14.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0/86"
-KEYWORDS="alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr"
 
 RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/

2016-06-10 Thread Agostino Sarubbo
commit: 470cc1d7171c57f971d1acb26275a9768c594f95
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:01:00 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:01:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470cc1d7

www-apps/bugzilla: amd64 stable wrt bug #583236

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

 www-apps/bugzilla/bugzilla-4.4.12.ebuild | 2 +-
 www-apps/bugzilla/bugzilla-5.0.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild 
b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
index 59d0cfa..4c1a0fb 100644
--- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild
+++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"

diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
index ecdf6bc..b47cd40 100644
--- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz;
 HOMEPAGE="https://www.bugzilla.org;
 
 LICENSE="MPL-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="modperl extras graphviz mysql postgres sqlite test"
 REQUIRED_USE=" || ( mysql postgres sqlite )"



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

2016-06-10 Thread Agostino Sarubbo
commit: 46d7b68a7f2feb2ee967fd9b8d7d830b832c11d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:00:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:00:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d7b68a

dev-libs/libksba: amd64 stable wrt bug #582720

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

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

diff --git a/dev-libs/libksba/libksba-1.3.4.ebuild 
b/dev-libs/libksba/libksba-1.3.4.ebuild
index 6415faa..d56f870 100644
--- a/dev-libs/libksba/libksba-1.3.4.ebuild
+++ b/dev-libs/libksba/libksba-1.3.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2"
 
 LICENSE="LGPL-3+ GPL-2+ GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



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

2016-06-10 Thread Agostino Sarubbo
commit: 1da1675c8cb9909c7c21354eac07ec96bc78159f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:01:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:01:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da1675c

net-misc/dropbear: amd64 stable wrt bug #577050

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

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

diff --git a/net-misc/dropbear/dropbear-2016.73.ebuild 
b/net-misc/dropbear/dropbear-2016.73.ebuild
index e9426c8..1a3a653 100644
--- a/net-misc/dropbear/dropbear-2016.73.ebuild
+++ b/net-misc/dropbear/dropbear-2016.73.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2016-06-10 Thread Agostino Sarubbo
commit: 700b40a28f26fdc1e8997ca4a6ddafc97ad67e52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 10 13:01:13 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 10 13:01:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700b40a2

net-irc/atheme-services: amd64 stable wrt bug #453308

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

 net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild 
b/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
index 8cef6b4..81f7601 100644
--- a/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://atheme.net/downloads/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
 
 RDEPEND=">=dev-libs/libmowgli-2.0.0:2



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

2016-06-10 Thread Andreas Schuerch
commit: aeb425d7f3947e6d47ae04ef87dd280b7212a6ea
Author: Andreas Schuerch  gentoo  org>
AuthorDate: Fri Jun 10 12:56:23 2016 +
Commit: Andreas Schuerch  gentoo  org>
CommitDate: Fri Jun 10 12:56:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb425d7

net-misc/guacamole-server: libvncserver needs threads and jpeg is needed as 
dep. See Bug 577412

Package-Manager: portage-2.2.26

 net-misc/guacamole-server/guacamole-server-0.9.9.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/guacamole-server/guacamole-server-0.9.9.ebuild 
b/net-misc/guacamole-server/guacamole-server-0.9.9.ebuild
index d093bf3..3540efd 100644
--- a/net-misc/guacamole-server/guacamole-server-0.9.9.ebuild
+++ b/net-misc/guacamole-server/guacamole-server-0.9.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,13 +20,14 @@ IUSE="rdesktop vnc ssh pulseaudio vorbis telnet ssl"
 
 DEPEND="x11-libs/cairo
media-libs/libpng:*
+   virtual/jpeg
dev-libs/ossp-uuid
rdesktop? ( 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmaiload/

2016-06-10 Thread Bernard Cafarelli
commit: 7dd3b1593e0af746436ca116905c6b5e767b38e9
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jun 10 12:10:26 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jun 10 12:10:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd3b159

x11-plugins/wmmaiload: use current SSL connection methods, bug #584082

Reported by Toralf Förster  gmx.de>

Package-Manager: portage-2.3.0_rc1

 x11-plugins/wmmaiload/wmmaiload-2.3.0-r1.ebuild | 49 +
 1 file changed, 49 insertions(+)

diff --git a/x11-plugins/wmmaiload/wmmaiload-2.3.0-r1.ebuild 
b/x11-plugins/wmmaiload/wmmaiload-2.3.0-r1.ebuild
new file mode 100644
index 000..d26569b
--- /dev/null
+++ b/x11-plugins/wmmaiload/wmmaiload-2.3.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="dockapp that monitors one or more mailboxes"
+HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html;
+SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.2.1-checkthread.patch )
+src_prepare() {
+   sed -i -e "s/-lssl/\0 -lcrypto/" wmmaiload/Init.make || die
+   sed -e "s/SSLv2_client_method/SSLv23_client_method/" \
+   -i wmmaiload/ssl.c || die
+
+   default
+}
+
+src_configure() {
+   # The ./configure script is not autoconf based, therefore don't use 
econf:
+   ./configure -p /usr || die
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   DEBUG_LDFLAGS="" \
+   LDFLAGS="${LDFLAGS}" \
+   DEBUG_CFLAGS=""
+}
+
+src_install() {
+   dobin ${PN}/${PN} ${PN}-config/${PN}-config
+   doman doc/*.1
+   dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/files/, x11-plugins/wmpop3/

2016-06-10 Thread Bernard Cafarelli
commit: 48c4a3cd9f9786d1f467d13e0c3dfc3edb610c1c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jun 10 11:08:26 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jun 10 11:08:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c4a3cd

x11-plugins/wmpop3: fix compilation with gcc 5, bug #581718

Also update ebuild to EAPI 6
Reported by Toralf Förster  gmx.de>

Package-Manager: portage-2.3.0_rc1

 x11-plugins/wmpop3/files/wmpop3-0.5.6a-list.patch | 127 ++
 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild|  37 +++
 2 files changed, 164 insertions(+)

diff --git a/x11-plugins/wmpop3/files/wmpop3-0.5.6a-list.patch 
b/x11-plugins/wmpop3/files/wmpop3-0.5.6a-list.patch
new file mode 100644
index 000..9ef9a61
--- /dev/null
+++ b/x11-plugins/wmpop3/files/wmpop3-0.5.6a-list.patch
@@ -0,0 +1,127 @@
+diff -Naur wmpop3-0.5.6a.orig/wmgeneral/list.c wmpop3-0.5.6a/wmgeneral/list.c
+--- wmpop3-0.5.6a.orig/wmgeneral/list.c1999-08-13 17:56:19.0 
+0200
 wmpop3-0.5.6a/wmgeneral/list.c 2016-06-10 12:52:47.293968265 +0200
+@@ -38,7 +38,7 @@
+ 
+ /* Return a cons cell produced from (head . tail) */
+ 
+-INLINE LinkedList* 
++LinkedList* 
+ list_cons(void* head, LinkedList* tail)
+ {
+   LinkedList* cell;
+@@ -51,7 +51,7 @@
+ 
+ /* Return the length of a list, list_length(NULL) returns zero */
+ 
+-INLINE int
++int
+ list_length(LinkedList* list)
+ {
+   int i = 0;
+@@ -66,7 +66,7 @@
+ /* Return the Nth element of LIST, where N count from zero.  If N 
+larger than the list length, NULL is returned  */
+ 
+-INLINE void*
++void*
+ list_nth(int index, LinkedList* list)
+ {
+   while(index-- != 0)
+@@ -81,7 +81,7 @@
+ 
+ /* Remove the element at the head by replacing it by its successor */
+ 
+-INLINE void
++void
+ list_remove_head(LinkedList** list)
+ {
+   if (!*list) return;  
+@@ -101,7 +101,7 @@
+ 
+ /* Remove the element with `car' set to ELEMENT */
+ /*
+-INLINE void
++void
+ list_remove_elem(LinkedList** list, void* elem)
+ {
+   while (*list)
+@@ -112,7 +112,7 @@
+ }
+ }*/
+ 
+-INLINE LinkedList *
++LinkedList *
+ list_remove_elem(LinkedList* list, void* elem)
+ {
+ LinkedList *tmp;
+@@ -132,7 +132,7 @@
+ 
+ /* Return element that has ELEM as car */
+ 
+-INLINE LinkedList*
++LinkedList*
+ list_find(LinkedList* list, void* elem)
+ {
+   while(list)
+@@ -146,7 +146,7 @@
+ 
+ /* Free list (backwards recursive) */
+ 
+-INLINE void
++void
+ list_free(LinkedList* list)
+ {
+   if(list)
+@@ -158,7 +158,7 @@
+ 
+ /* Map FUNCTION over all elements in LIST */
+ 
+-INLINE void
++void
+ list_mapcar(LinkedList* list, void(*function)(void*))
+ {
+   while(list)
+diff -Naur wmpop3-0.5.6a.orig/wmgeneral/list.h wmpop3-0.5.6a/wmgeneral/list.h
+--- wmpop3-0.5.6a.orig/wmgeneral/list.h1999-08-13 17:56:19.0 
+0200
 wmpop3-0.5.6a/wmgeneral/list.h 2016-06-10 12:52:56.598983075 +0200
+@@ -29,31 +29,25 @@
+ #ifndef __LIST_H_
+ #define __LIST_H_
+ 
+-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
+-# define INLINE inline
+-#else
+-# define INLINE
+-#endif
+-
+ typedef struct LinkedList {
+   void *head;
+   struct LinkedList *tail;
+ } LinkedList;
+ 
+-INLINE LinkedList* list_cons(void* head, LinkedList* tail);
++LinkedList* list_cons(void* head, LinkedList* tail);
+ 
+-INLINE int list_length(LinkedList* list);
++int list_length(LinkedList* list);
+ 
+-INLINE void* list_nth(int index, LinkedList* list);
++void* list_nth(int index, LinkedList* list);
+ 
+-INLINE void list_remove_head(LinkedList** list);
++void list_remove_head(LinkedList** list);
+ 
+-INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem);
++LinkedList *list_remove_elem(LinkedList* list, void* elem);
+ 
+-INLINE void list_mapcar(LinkedList* list, void(*function)(void*));
++void list_mapcar(LinkedList* list, void(*function)(void*));
+ 
+-INLINE LinkedList*list_find(LinkedList* list, void* elem);
++LinkedList*list_find(LinkedList* list, void* elem);
+ 
+-INLINE void list_free(LinkedList* list);
++void list_free(LinkedList* list);
+ 
+ #endif

diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild 
b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
new file mode 100644
index 000..66a7a0e
--- /dev/null
+++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="dockapp for checking pop3 accounts"
+HOMEPAGE="http://www.cs.mun.ca/~scotth/;
+SRC_URI="http://www.cs.mun.ca/~scotth/download/${P/wmpop3/WMPop3}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="x11-wm/windowmaker
+   x11-libs/libXpm"
+RDEPEND="${DEPEND}"
+
+PATCHES=( ${FILESDIR}/${P}-list.patch )
+
+src_prepare() {
+   sed -e "s:-O2:${CFLAGS}:" \
+   -e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" \
+   -i ${PN}/Makefile || die
+
+   default
+}
+

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/

2016-06-10 Thread Jeroen Roovers
commit: cf410a7b1baee404b9ae40d0906e169a9b1f5998
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 10:54:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 10:54:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf410a7b

dev-qt/qtmultimedia: Stable for HPPA (bug #585390).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild
index a7f3d23..7e83560 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.5.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The Multimedia module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~hppa ppc64 x86"
+   KEYWORDS="amd64 arm hppa ppc64 x86"
 fi
 
 IUSE="alsa gles2 gstreamer gstreamer010 openal pulseaudio qml widgets"



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

2016-06-10 Thread Tiziano Müller
commit: a7efb3c1f70b339d0cf69a6b593cd5b952aee854
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri Jun 10 09:55:40 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri Jun 10 09:55:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7efb3c1

dev-python/yapsy: rev-bump for EAPI-6 and added python-3.5 support

Package-Manager: portage-2.3.0_rc1

 dev-python/yapsy/yapsy-1.11.223-r1.ebuild | 44 +++
 1 file changed, 44 insertions(+)

diff --git a/dev-python/yapsy/yapsy-1.11.223-r1.ebuild 
b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild
new file mode 100644
index 000..e3f29ee
--- /dev/null
+++ b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+MY_P="Yapsy-${PV}"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A fat-free DIY Python plugin management toolkit"
+HOMEPAGE="http://yapsy.sourceforge.net/;
+SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   # Disable erroneous test
+   sed -e 's:test_default_plugins_place_is_parent_dir:_&:' \
+   -i test/test_PluginFileLocator.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] dev/dev-zero:master commit in: dev-python/yapsy/

2016-06-10 Thread Tiziano Müller
commit: 0964d10774f2456ed38323c29b8e8e4e77fe1ed0
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri Jun 10 09:56:26 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri Jun 10 09:56:26 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=0964d107

dev-python/yapsy: changes merged to ebuild in tree

 dev-python/yapsy/Manifest |  3 ---
 dev-python/yapsy/metadata.xml | 15 ---
 dev-python/yapsy/yapsy-1.11.223-r1.ebuild | 44 ---
 3 files changed, 62 deletions(-)

diff --git a/dev-python/yapsy/Manifest b/dev-python/yapsy/Manifest
deleted file mode 100644
index 12bd7da..000
--- a/dev-python/yapsy/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Yapsy-1.10.423.tar.gz 152691 SHA256 
9ba7767f63ab591c0ad3fc8b2bd11ac19a0fabb7259bcb1733858eab5bd9b1e1 SHA512 
46447ac2cc2583fcb7fe1c89ded74654efc4d3c9ecc79f955db1e0e9875c9ac2f18e12de3b5f0886c34fdbcdadf601523eb2cd1d8e74b24b791f4f6900dcdcc3
 WHIRLPOOL 
7dbd717a40296f05da0aec09e05b40c039613d0dc8622b337aa21ddc1919c71e48d9e9ed31c8cf4b89a9c06e5752da2eb684bbdcc843c7f1e8e672920e10d20d
-DIST Yapsy-1.11.023.tar.gz 80595 SHA256 
7b494e6cd62cc598d6d6f3be49dd45e9b1670b5d341627f60664d7002e4e0539 SHA512 
98ce3925084119a7760ee5f8ed8904d6d4d39746918ff3eccfc64dd890a99aede0249dc3c97482fd53df441730083f790aa81d459ba4395e66f39248a5e14d79
 WHIRLPOOL 
91a15a51f0d4d64082202366a337ae91e433a426dca6f7c8b71470fb9f8354d36e1c45f5434a0c5a7474b2f3cfdc99c03a616402dbe1a4796519bb7a58be11a4
-DIST Yapsy-1.11.223.tar.gz 80783 SHA256 
45bb39a72461913388d7f3e92ce33816e84fff59946c45e16796eb1fb1d5f2a6 SHA512 
690d0ab78eafede5a75cf7b7bbcfce00b05c7b6f958980c3b67815bcaf848a8098b6e81afd1d95c5821fa4bb7affefab2cde208ff7c8ac7952615c8ddbafe305
 WHIRLPOOL 
05a3682f0c19a2c13ed97e9e17041f5bf7fd35a7928c4ff1bf27881a1575f1d1923c933ade7bb14569a732c6ddbcdffd3cba4ac546e8e4c1263f838876325082

diff --git a/dev-python/yapsy/metadata.xml b/dev-python/yapsy/metadata.xml
deleted file mode 100644
index 59dcad6..000
--- a/dev-python/yapsy/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   yapsy
-   
-

diff --git a/dev-python/yapsy/yapsy-1.11.223-r1.ebuild 
b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild
deleted file mode 100644
index e3f29ee..000
--- a/dev-python/yapsy/yapsy-1.11.223-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-MY_P="Yapsy-${PV}"
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A fat-free DIY Python plugin management toolkit"
-HOMEPAGE="http://yapsy.sourceforge.net/;
-SRC_URI="mirror://sourceforge/yapsy/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-   # Disable erroneous test
-   sed -e 's:test_default_plugins_place_is_parent_dir:_&:' \
-   -i test/test_PluginFileLocator.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] dev/dev-zero:master commit in: dev-python/xattr/

2016-06-10 Thread Tiziano Müller
commit: 8acbfa4e5557cf3b7b7c70278477ab0baed91037
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri Jun 10 09:48:59 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri Jun 10 09:48:59 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=8acbfa4e

dev-python/xattr: drop obsolete

 dev-python/xattr/Manifest |  2 --
 dev-python/xattr/xattr-0.4.ebuild | 20 
 2 files changed, 22 deletions(-)

diff --git a/dev-python/xattr/Manifest b/dev-python/xattr/Manifest
deleted file mode 100644
index 0ed4693..000
--- a/dev-python/xattr/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD xattr-0.4.ebuild 479 RMD160 a3c0f95cd63d92afc484e7a351a1f8e4fc7ff6df 
SHA1 22fb8aa99fc9dbd6efc34d8a51275ad1ea4cfe7a SHA256 
279b3ee7edd036c3d8200698501ad5d5830e66deda6586c8335e230a37350e40
-DIST xattr-0.4.tar.gz 10865 RMD160 f7bdc55043d562e7a9cce853f281cc38014a742c 
SHA1 fa2156e2c6bec2dc9f33c52d710949986923a925 SHA256 
fe709f67f58a11bb50b250c7ba23cd007cc5d2e9b85771faa5d39a022ad98bbf

diff --git a/dev-python/xattr/xattr-0.4.ebuild 
b/dev-python/xattr/xattr-0.4.ebuild
deleted file mode 100644
index 98224e6..000
--- a/dev-python/xattr/xattr-0.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_PYTHON="2.4"
-
-inherit distutils
-
-DESCRIPTION="A Python wrapper for Darwin's extended filesystem attributes."
-HOMEPAGE="http://undefined.org/python/#xattr;
-SRC_URI="http://pypi.python.org/packages/source/x/${PN}/${P}.tar.gz;
-LICENSE="|| ( MIT PSF-2.4 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-DOCS="TODO.txt"



[gentoo-commits] dev/dev-zero:master commit in: dev-python/sleekxmpp/

2016-06-10 Thread Tiziano Müller
commit: 7743e23cca8a3d8ca93a3e198e20d98a23df
Author: Tiziano Müller  gentoo  org>
AuthorDate: Thu Jun  9 13:37:52 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Thu Jun  9 13:37:52 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=7743e23c

dev-python/sleekxmpp: changes merged to ebuild in tree

 dev-python/sleekxmpp/Manifest  |  2 --
 dev-python/sleekxmpp/metadata.xml  | 11 --
 dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild | 29 --
 3 files changed, 42 deletions(-)

diff --git a/dev-python/sleekxmpp/Manifest b/dev-python/sleekxmpp/Manifest
deleted file mode 100644
index 26d6fd4..000
--- a/dev-python/sleekxmpp/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sleekxmpp-1.3.0.tar.gz 1013915 SHA256 
1665b42ed489c7f0411b466172b72752a6caeeb19310314763b447d9a31980e8 SHA512 
e48a9b8da8bfbcd97ed372b7fafab82727851f1b1a09870c652dbbdbd6d529d6da26c5778e3d23e2f67aa837713ac14475f9c2cbca708153c3d06960e8cbe53b
 WHIRLPOOL 
c7e8a771f015f8f1adfa1e15f4799d55d9590db668a8ddd10065353a793ea93dabe1b8f921d31246934d57de24fad12692ec7fbdecf505116efd618fa4c4a078
-DIST sleekxmpp-1.3.1.tar.gz 1014004 SHA256 
72f2887ccb29bd53f9bbf09225274d11d75e88507ea3ddee97cef0b289bcb04f SHA512 
1f3c68672536da0d20cd8717f7835096003019f03a05fb08ce87f784b0636d781aa78691ee54927d4755e71a57956972af0a653deb6eff0f7eb16b9a236baa65
 WHIRLPOOL 
464de44bff78c294d35c01b89319b82bb6f782269c0b880ddb2692b85b0e05ed5ab47e0acb3476187c10440f3bb77f1487f6795a6a08dd6f34cdcfdf8a5ff6cb

diff --git a/dev-python/sleekxmpp/metadata.xml 
b/dev-python/sleekxmpp/metadata.xml
deleted file mode 100644
index 4a8bc08..000
--- a/dev-python/sleekxmpp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-fritzy/SleekXMPP
-  
-

diff --git a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild 
b/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
deleted file mode 100644
index a714795..000
--- a/dev-python/sleekxmpp/sleekxmpp-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
-
-inherit eutils distutils-r1
-
-MY_PN=SleekXMPP
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Python library for XMPP"
-HOMEPAGE="http://sleekxmpp.com/ https://github.com/fritzy/SleekXMPP/;
-SRC_URI="https://github.com/fritzy/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="crypt? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] dev/dev-zero:master commit in: dev-python/reportlab/files/, dev-python/reportlab/

2016-06-10 Thread Tiziano Müller
commit: db772bf55361487c306b26d5081e3d993ee52331
Author: Tiziano Müller  gentoo  org>
AuthorDate: Thu Jun  9 13:31:28 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Thu Jun  9 13:31:28 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=db772bf5

dev-python/reportlab: changes merged to ebuild in tree

 dev-python/reportlab/Manifest |  4 --
 dev-python/reportlab/files/reportlab-no-pip.patch | 12 
 dev-python/reportlab/metadata.xml | 15 -
 dev-python/reportlab/reportlab-3.2.0-r2.ebuild| 79 ---
 4 files changed, 110 deletions(-)

diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest
deleted file mode 100644
index a806f6f..000
--- a/dev-python/reportlab/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pfbfer-20070710.zip 677333 SHA256 
fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 SHA512 
6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2
 WHIRLPOOL 
5aad616d063cab1862d77fbbf9f625f20c4bcbf09e45688719e312c1e8d3815f1b295d290b78f6c4789919cef39856ec223c30a2e424eeb1c81375ceb90f
-DIST reportlab-2.6.tar.gz 1954170 SHA256 
76c3cda08f6eac9b0adf0e3c86202fe5e9cb075c00503bef5760cd9e75ec34ff SHA512 
d1173231ec6924c225808607edd287b11095cda1856554ff42efb5911285b766f43b79d8747ea2867221aa5c158455ee864dbe903ceffeae535938d2fef59131
 WHIRLPOOL 
ff177ec570d581eee76f9a54ee95b16c928a1351e85f1906baa36aa270dda6ea41d4da6441274cf4eee00624b5ddb2eb855bf4792b1cba658cc4729399598358
-DIST reportlab-3.1.44.tar.gz 1946392 SHA256 
f6c22e4afefd1aed0e85f1c1216eee5e74d2eb77d53963feab0172b321b636d5 SHA512 
b14b19a1772516ef182fe64ce50f032a1f76834aae9ea4c3f017eec902d84e839a4f3b648bd3ede3579df68654dec027d17c8c9878c580938e16c79ec3ac764f
 WHIRLPOOL 
646e8eb5d4192edb37bc7570629bf2b4e2ff6e6fd35d9e7fa78a0e28be1759793dd4779fff60c7a08522e665c4cb0d3feac4b384324e4f4050be569877154f50
-DIST reportlab-3.2.0.tar.gz 1948090 SHA256 
72e687662bd854776407b9108483561831b45546d935df8b0477708199086293 SHA512 
7b5c01ec7b9ccd404f98b8db1dbe01cb829cf0f1482c29090874996fb1e2ee9296d860c3ff9b7addecad9769c4e7558c0ea51ae4d9c07cbc0cc5ad69b2d8ea9b
 WHIRLPOOL 
42c1432476b038677b42feeb1fefc6753c01a28e515d1edd4613c21f105d783d3196634b4ca0837359049811439ab7e177cbdb1c153aa8a7e80a34e71149e1da

diff --git a/dev-python/reportlab/files/reportlab-no-pip.patch 
b/dev-python/reportlab/files/reportlab-no-pip.patch
deleted file mode 100644
index 332878e..000
--- a/dev-python/reportlab/files/reportlab-no-pip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
 a/setup.py
-+++ b/setup.py
-@@ -538,7 +538,7 @@
- ],
- 
- #this probably only works for setuptools, but distutils seems to 
ignore it
--install_requires=['pillow>=2.4.0','pip>=1.4.1', 
'setuptools>=2.2'],
-+install_requires=['pillow>=2.4.0'],
- )
- print()
- print('## SUMMARY INFO #')

diff --git a/dev-python/reportlab/metadata.xml 
b/dev-python/reportlab/metadata.xml
deleted file mode 100644
index e198004..000
--- a/dev-python/reportlab/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-  The ReportLab Toolkit is a Python library for generating
-  PDFs and graphics.
-
-  
-reportlab
-  
-

diff --git a/dev-python/reportlab/reportlab-3.2.0-r2.ebuild 
b/dev-python/reportlab/reportlab-3.2.0-r2.ebuild
deleted file mode 100644
index 93ae63c..000
--- a/dev-python/reportlab/reportlab-3.2.0-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) # Tests crash with pypy
-
-inherit distutils-r1 flag-o-matic prefix
-
-DESCRIPTION="Tools for generating printable PDF documents from any data source"
-HOMEPAGE="http://www.reportlab.com/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
-   http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/pillow-2.4.0[tiff,truetype,${PYTHON_USEDEP}]
-   media-libs/libart_lgpl
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}
-   >=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
-   app-arch/unzip
-"
-
-PATCHES=(
-   "${FILESDIR}"/reportlab-no-pip.patch
-)
-
-src_unpack() {
-   unpack ${P}.tar.gz
-   cd ${P}/src/reportlab/fonts || die
-   unpack pfbfer-20070710.zip
-}
-
-python_prepare_all() {
-   sed -i \
-   -e 's|/usr/local/Acrobat|/opt/Acrobat|g' \
-   -e 's|%(HOME)s/fonts|%(HOME)s/.fonts|g' \
-   src/reportlab/rl_config.py || die
-
-   

[gentoo-commits] dev/dev-zero:master commit in: dev-python/simplegeneric/

2016-06-10 Thread Tiziano Müller
commit: 8cafc6db77e8f02d58a90ed626ce3ad7d735532a
Author: Tiziano Müller  gentoo  org>
AuthorDate: Thu Jun  9 13:33:31 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Thu Jun  9 13:33:31 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=8cafc6db

dev-python/simplegeneric: drop obsolete

 dev-python/simplegeneric/Manifest |  2 --
 dev-python/simplegeneric/simplegeneric-0.6.ebuild | 21 -
 2 files changed, 23 deletions(-)

diff --git a/dev-python/simplegeneric/Manifest 
b/dev-python/simplegeneric/Manifest
deleted file mode 100644
index f53e1cd..000
--- a/dev-python/simplegeneric/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD simplegeneric-0.6.ebuild 435 RMD160 
5cd10ac9be707c70c3fd68909ee9162fceff769c SHA1 
6b2d7194694200bdb189bdb321cc51819891237f SHA256 
76017543aa25c66c96b1b68437a000531e5a60c1f7ede6b1a5b71653bbf7b881
-DIST simplegeneric-0.6.zip 14669 RMD160 
f6a1fb8a08c7521b265c2a6aff00989e14f1a3d0 SHA1 
45d06d6477c84a78d6e4ed56733e720e5a435eef SHA256 
260bef9dc6e5f7fbedbc51f173b06f3dc5c16e277105e886b908b1d7a058b048

diff --git a/dev-python/simplegeneric/simplegeneric-0.6.ebuild 
b/dev-python/simplegeneric/simplegeneric-0.6.ebuild
deleted file mode 100644
index ecfb67f..000
--- a/dev-python/simplegeneric/simplegeneric-0.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Tiziano Müller
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit distutils
-
-DESCRIPTION="Simple generic functions."
-HOMEPAGE="http://pypi.python.org/pypi/simplegeneric/;
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.zip;
-
-LICENSE="|| ( PSF ZPL )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="app-arch/unzip
-   dev-python/setuptools"
-RDEPEND=""
-



[gentoo-commits] dev/dev-zero:master commit in: dev-python/speaklater/, dev-python/speaklater/files/

2016-06-10 Thread Tiziano Müller
commit: 7cdc97745c39085335b99ea0aab44029911ed4bd
Author: Tiziano Müller  gentoo  org>
AuthorDate: Thu Jun  9 13:39:32 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Thu Jun  9 13:39:32 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=7cdc9774

dev-python/speaklater: drop obsolete

 dev-python/speaklater/Manifest |   1 -
 .../files/speaklater-1.3-python-3.x.patch  | 164 -
 dev-python/speaklater/metadata.xml |  12 --
 dev-python/speaklater/speaklater-1.3-r2.ebuild |  26 
 4 files changed, 203 deletions(-)

diff --git a/dev-python/speaklater/Manifest b/dev-python/speaklater/Manifest
deleted file mode 100644
index fbf9617..000
--- a/dev-python/speaklater/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST speaklater-1.3.tar.gz 3582 SHA256 
59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9 SHA512 
ae137d94c497cd4214e230c8906f3ba40e092f248206d37b61de2571567e39e27b7f58bcf2145bd0c81c195c3c5ed03fc0428e0a50c657c5c909ec82719454ef
 WHIRLPOOL 
9e9edc0f6b9943f515eb36a13b038402e4093dfeb302f856858000ce87316508d31aafaf85e67e332b8bdfccec518912d87c61b3e45c930bd22bafc3dae8e1f9

diff --git a/dev-python/speaklater/files/speaklater-1.3-python-3.x.patch 
b/dev-python/speaklater/files/speaklater-1.3-python-3.x.patch
deleted file mode 100644
index a1997f8..000
--- a/dev-python/speaklater/files/speaklater-1.3-python-3.x.patch
+++ /dev/null
@@ -1,164 +0,0 @@
-From 62dd88ee0f8f39902e3950544dc02e28af5d2a2c Mon Sep 17 00:00:00 2001
-From: Thomas Waldmann 
-Date: Sun, 2 Jun 2013 04:01:37 +0200
-Subject: [PATCH] port to python 3.3 (and also support 2.6 / 2.7)
-
-added 3.3 to tox, py3 classifiers to setup.py
-added some compatibility wrappers
-adapted doctests so they work the same way on py2 and py3
-changed __repr__ so it gives the same on py2 and py3 (no "u" on py2)

- setup.py  |  2 ++
- speaklater.py | 65 ++-
- tox.ini   |  2 +-
- 3 files changed, 49 insertions(+), 20 deletions(-)
-
-diff --git a/speaklater.py b/speaklater.py
-index 67a4dc5..d14f819 100644
 a/speaklater.py
-+++ b/speaklater.py
-@@ -12,24 +12,24 @@
- 
- Example:
- 
-->>> from speaklater import make_lazy_string
-+>>> from speaklater import make_lazy_string, text_type
- >>> sval = u'Hello World'
- >>> string = make_lazy_string(lambda: sval)
- 
- This lazy string will evaluate to the value of the `sval` variable.
- 
- >>> string
--lu'Hello World'
-->>> unicode(string)
--u'Hello World'
-->>> string.upper()
--u'HELLO WORLD'
-+l'Hello World'
-+>>> text_type(string) == u'Hello World'
-+True
-+>>> string.upper() == u'HELLO WORLD'
-+True
- 
- If you change the value, the lazy string will change as well:
- 
- >>> sval = u'Hallo Welt'
-->>> string.upper()
--u'HALLO WELT'
-+>>> string.upper() == u'HALLO WELT'
-+True
- 
- This is especially handy when combined with a thread local and gettext
- translations or dicts of translatable strings:
-@@ -40,10 +40,10 @@
- >>> l.translations = {u'Yes': 'Ja'}
- >>> lazy_gettext = make_lazy_gettext(lambda: l.translations.get)
- >>> yes = lazy_gettext(u'Yes')
-->>> print yes
-+>>> print(yes)
- Ja
- >>> l.translations[u'Yes'] = u'Si'
-->>> print yes
-+>>> print(yes)
- Si
- 
- Lazy strings are no real strings so if you pass this sort of string to
-@@ -59,6 +59,9 @@
- >>> is_lazy_string(yes)
- True
- 
-+New in version 1.4: python >= 3.3 (and also 2.6 and 2.7) support,
-+repr(lazystring) is l"foo" on py2 and py3 - no "u" on 
py2!
-+
- New in version 1.2: It's now also possible to pass keyword arguments to
- the callback used with `make_lazy_string`.
- 
-@@ -66,6 +69,28 @@
- :license: BSD, see LICENSE for more details.
- """
- 
-+import sys
-+
-+PY2 = sys.version_info[0] == 2
-+_identity = lambda x: x
-+
-+if not PY2:
-+text_type = str
-+implements_to_string = _identity
-+implements_bool = _identity
-+else:
-+text_type = unicode
-+
-+def implements_to_string(cls):
-+cls.__unicode__ = cls.__str__
-+cls.__str__ = lambda x: x.__unicode__().encode('utf-8')
-+return cls
-+
-+def implements_bool(cls):
-+cls.__nonzero__ = cls.__bool__
-+del cls.__bool__
-+return cls
-+
- 
- def is_lazy_string(obj):
- """Checks if the given object is a lazy string."""
-@@ -87,10 +112,10 @@ def make_lazy_gettext(lookup_func):
- >>> lazy_gettext = make_lazy_gettext(lambda: translations.get)
- >>> x = lazy_gettext(u'Yes')
- >>> x
--lu'Ja'
-+l'Ja'
- >>> translations[u'Yes'] = u'Si'
- >>> x
--lu'Si'
-+l'Si'
- """
- def lazy_gettext(string):
- if is_lazy_string(string):
-@@ -99,6 +124,8 @@ def lazy_gettext(string):
- return 

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

2016-06-10 Thread Hans de Graaff
commit: f37ae6400175ab3722f240e8c8d6a7fb5b69f897
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 08:58:52 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 08:59:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37ae640

dev-ruby/hiera-eyaml: add 2.1.0

Package-Manager: portage-2.2.28

 dev-ruby/hiera-eyaml/Manifest |  1 +
 dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/hiera-eyaml/Manifest b/dev-ruby/hiera-eyaml/Manifest
index 4aecc9a..1c50147 100644
--- a/dev-ruby/hiera-eyaml/Manifest
+++ b/dev-ruby/hiera-eyaml/Manifest
@@ -1 +1,2 @@
 DIST hiera-eyaml-2.0.8.tar.gz 44914 SHA256 
232257c4fce926cd814992ab8c369ee5748bf68a2499216917ac0fb77fa1573c SHA512 
2b7b51f88de1d21f3773f29ed87eb4ea241805efd474340b6b33ed431625b57e118e2335b3f6617cbe8b27745a9f1615aa8d1dbfa1b34c0e9f663a26691938a9
 WHIRLPOOL 
093cee0ed76f93903adc9f88c8a657ecd3f3581e55508c583114312ac7e2b59810ab5f6fa26a9a943b451ef4e41623e4d3be329917b7e488fac10aa74017db69
+DIST hiera-eyaml-2.1.0.tar.gz 46179 SHA256 
6a7878d02143c8114385b0232a8219c9df7beb4abd01c81a9cb0a45608a88e80 SHA512 
b85de0de0cb4f4a7b381ec7e406e5b3858b1e93b5475830df6991fc679d1391a88dd988c0d266942e70fb4705ba47cb656fd732bd923f8290dd90a5bf6e4a5fb
 WHIRLPOOL 
9d6f602bc63fd015cbfb130efd9e51f5a94ffafd2015d4183b13c1b4484f3fd235c73aa002f2157b28f28ae87aef6f67c32e8e9bafd5a326536967c3718fe799

diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild 
b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild
new file mode 100644
index 000..e0bfa8e
--- /dev/null
+++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Encrypted YAML backend for hiera"
+HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml;
+SRC_URI="https://github.com/TomPoulton/hiera-eyaml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
+ruby_add_rdepend "dev-ruby/trollop:2"
+
+ruby_add_bdepend "test? ( dev-util/cucumber =dev-util/aruba-0.6.2 
app-admin/puppet dev-ruby/hiera-eyaml-plaintext )"
+
+all_ruby_prepare() {
+   # Fix highline dependency to be compatible with more versions.
+   sed -i -e '/highline/ s/~>/>=/' \
+   -e '/gem.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e 's:/tmp:'${T}':' \
+   
features/sandbox/puppet/environments/local/modules/test/manifests/init.pp \
+   
features/sandbox/puppet-hiera-merge/environments/local/modules/test/manifests/init.pp
 \
+   features/puppet.feature
+}
+
+each_ruby_test() {
+   ${RUBY} -S cucumber --format progress features || die
+}



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

2016-06-10 Thread Hans de Graaff
commit: c2fc3db17509564ff9abb965c702f91be7e8c562
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 08:59:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 08:59:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fc3db1

dev-ruby/hiera-eyaml: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild 
b/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild
index 530adf4..a3df397 100644
--- a/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild
+++ b/dev-ruby/hiera-eyaml/hiera-eyaml-2.0.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md"



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

2016-06-10 Thread Hans de Graaff
commit: 3454e96c255fffe9690a545fa5422742d8f7f6a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 08:00:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 08:59:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3454e96c

dev-ruby/github_api: add 0.14.0

Drop ppc, x86, bug 563858

Package-Manager: portage-2.2.28

 dev-ruby/github_api/Manifest |  1 +
 dev-ruby/github_api/github_api-0.14.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest
index cf8a053..ab309aa 100644
--- a/dev-ruby/github_api/Manifest
+++ b/dev-ruby/github_api/Manifest
@@ -1,2 +1,3 @@
 DIST github_api-0.11.3.gem 844288 SHA256 
cad4fb4c590468382d3d8cc3764f951549e16fdfa8396396cd58e128f8c190d5 SHA512 
452f47f6b3570c42c2d4af9b4def507d34dbcaecf29aae76e6116b1b0ae67a4bce70e18d5e978ac6fe58a0ead49806a72ab89c9d46f34075c2fde6f41fd1763c
 WHIRLPOOL 
64814598262350a0bccdddeaef4ac76bf04b22cf660b20bb32f2223b9945d5e8ab3e1c85ff53290464afc218a904db72b18325facc89e92c19c4af49395b82d7
 DIST github_api-0.12.4.tar.gz 2024775 SHA256 
14d1cb0b9872297683e3dce55808550602d31bfde6778981bae85453bb7c7b10 SHA512 
3517a5375359d233207aacc4fd1ac971e91f2be1c61dfa4529a0d531bca698e25c4f177932c5536c16808fe523bede64f20b92b9f30586706b9817ff9dc24cfe
 WHIRLPOOL 
c92e0f7a75c0a7a356afd26b664847a02f6a9f115e4cce9f200571728ffbe2f1dd00da87675b4ea5b16651262f7dece6553d430435ba3991657c61c82d3fbcde
+DIST github_api-0.14.0.tar.gz 2042476 SHA256 
e9dfa394d3401790c29204eafd5fbe959f5c66a2378566c6b623de9217245cde SHA512 
01460b0ff362ababbdb82aea697f2b02043f3e6007de1811dcb32dee915df91b2f45a00a373315d6f5b5a4499c20f3c315bb31e10e176535511d65d84c4d138f
 WHIRLPOOL 
d71e11c5aa7f475c747c50fec2fecb150cdf91a0a9cd1e6a576c6a85fbe7efc164f270f86f9f386f32e95e699b2cda86e7560e0069b299cfaa6ab00585220fc0

diff --git a/dev-ruby/github_api/github_api-0.14.0.ebuild 
b/dev-ruby/github_api/github_api-0.14.0.ebuild
new file mode 100644
index 000..20902dd
--- /dev/null
+++ b/dev-ruby/github_api/github_api-0.14.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby wrapper for the GitHub REST API v3"
+HOMEPAGE="https://github.com/peter-murach/github;
+SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="github-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.4
+   >=dev-ruby/descendants_tracker-0.0.4
+   >=dev-ruby/faraday-0.8
+   =dev-ruby/hashie-3.4
+   dev-ruby/oauth2"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"
+
+all_ruby_prepare() {
+   # Work around or avoid webmock incompatibilities
+   files=$(grep -R -l "with(inputs)" spec)
+   sed -i -e 's/\.with(inputs)//' \
+   -e 's/\.with(inputs.except(.*))//' ${files} || die
+   sed -i -e 's/.with(hub_inputs.*)//' 
spec/github/client/repos/pub_sub_hubbub/*subscribe* || die
+   sed -i -e 's/.with({})//i' 
spec/github/client/repos/{list,contributors}_spec.rb || die
+   sed -i -e 's/.with({.*})//' 
spec/github/client/orgs/memberships/edit_spec.rb || die
+   rm -f spec/github/error/service_error_spec.rb 
spec/github/client/authorizations/two_factor_spec.rb || die
+}



  1   2   >