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

2016-08-09 Thread Hans de Graaff
commit: 4f78d8fbb90d262d37ff59b9ec425be8e884f005
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 10 05:29:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 10 05:29:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f78d8fb

dev-ruby/ox: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/ox/Manifest|  2 --
 dev-ruby/ox/ox-2.4.1.ebuild | 33 -
 dev-ruby/ox/ox-2.4.2.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 8bf8566..f71d9f4 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,3 +1 @@
-DIST ox-2.4.1.tar.gz 188550 SHA256 
c9f26c026d614e1af52585dd271cbd4c794b861242ac1b71b08c2e195b10b1b9 SHA512 
69f0d24d8b712cdc34e3da2ab72e503af40c96387c0f6eeb73f4a753e4b64ebd0c2f214c10511d2d02395ceb86dffb6f0b94bee5272577e203f731bf4fde4630
 WHIRLPOOL 
99006b2963a1c61a6efd7da47c8e28b5e3fb23660a9a493cb94c99674789fc42a455a50f78bd0f511ced52913229b3a7ee5875cdbb2e3aa3056bccc969aeeb68
-DIST ox-2.4.2.tar.gz 188957 SHA256 
375755d57786519c98ffdb6a2bd34337d1bb02b80ec12f547ea411eb11857c7f SHA512 
64bfbe7d57878901b7b30ff3bc078edfad8a5d5a28ffac243193ab51a7c22d15781056f4b92505dbadbc860a231661cdab8ca06f65e548709f1bb5105ffa32d1
 WHIRLPOOL 
2a4f975492dd88a713229c610ef80f210692aa00c581d5638d84048bbc8baec0986ba33f171052dab1b0699b73b540168394b5ae2eb5be99ba0aa3e4430431e8
 DIST ox-2.4.3.tar.gz 189105 SHA256 
df757234b810fefcda98603f76f98b30d6192919b05bad3eacca617badcab529 SHA512 
c9e3b88dc5c9893d55d5740f7a13709a29618b56169ab7278ad910bbb279fdb47dc2e6562444e792402ddf830e6318b00cbbf100660268baf56f67f9950f18a9
 WHIRLPOOL 
810fc842ce0b8939a6afd51875de7d0d05b62c0c14dde1ab506906ecda134474d1c99b834b584ea26c8f5e66855bd2a8f650555bc3f6562060e31d3baaac2f14

diff --git a/dev-ruby/ox/ox-2.4.1.ebuild b/dev-ruby/ox/ox-2.4.1.ebuild
deleted file mode 100644
index 7137319..000
--- a/dev-ruby/ox/ox-2.4.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/ox
-   cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/tests.rb || die
-}

diff --git a/dev-ruby/ox/ox-2.4.2.ebuild b/dev-ruby/ox/ox-2.4.2.ebuild
deleted file mode 100644
index 7137319..000
--- a/dev-ruby/ox/ox-2.4.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast XML parser and Object marshaller"
-HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
-SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ox extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/ox
-   cp ext/ox/ox$(get_modname) lib/ox/ || die
-}
-
-each_ruby_test() {
-   ${RUBY} test/tests.rb || die
-}



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

2016-08-09 Thread Hans de Graaff
commit: 19cf8b47a646faa5d13d8bab03df51bff09323ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 10 05:30:38 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 10 05:30:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cf8b47

dev-ruby/ox: add 2.4.4

Package-Manager: portage-2.2.28

 dev-ruby/ox/Manifest|  1 +
 dev-ruby/ox/ox-2.4.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index f71d9f4..90d0e2a 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1 +1,2 @@
 DIST ox-2.4.3.tar.gz 189105 SHA256 
df757234b810fefcda98603f76f98b30d6192919b05bad3eacca617badcab529 SHA512 
c9e3b88dc5c9893d55d5740f7a13709a29618b56169ab7278ad910bbb279fdb47dc2e6562444e792402ddf830e6318b00cbbf100660268baf56f67f9950f18a9
 WHIRLPOOL 
810fc842ce0b8939a6afd51875de7d0d05b62c0c14dde1ab506906ecda134474d1c99b834b584ea26c8f5e66855bd2a8f650555bc3f6562060e31d3baaac2f14
+DIST ox-2.4.4.tar.gz 189087 SHA256 
38d3ea29c89828b8f96beb25e65af0401053ec009f4ebc74b6a84348afe9114a SHA512 
83a043941c6cb2acaba1d2568d7166f844f0ed269deb49319be4fb275d79cd12ef53ddf6c531fb16647d76bb254801a6b25fc146ba5ced75e116051b6f639757
 WHIRLPOOL 
c0c9ab40e0e785bc38200ba613d696e9b7c6d096b94765172aef79f19fda12fefd8480448774b4ad954018900f7fcde53fbe53965066f9168e3888bea0c8c256

diff --git a/dev-ruby/ox/ox-2.4.4.ebuild b/dev-ruby/ox/ox-2.4.4.ebuild
new file mode 100644
index 000..7137319
--- /dev/null
+++ b/dev-ruby/ox/ox-2.4.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox;
+SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ox extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ox
+   cp ext/ox/ox$(get_modname) lib/ox/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/tests.rb || die
+}



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

2016-08-09 Thread Hans de Graaff
commit: 00a36b7bf752b15f4f56cf9005427963790d8a4d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 10 05:28:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 10 05:28:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a36b7b

dev-util/cucumber-rails: add 1.4.4

Package-Manager: portage-2.2.28

 dev-util/cucumber-rails/Manifest   |  1 +
 .../cucumber-rails/cucumber-rails-1.4.4.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-util/cucumber-rails/Manifest b/dev-util/cucumber-rails/Manifest
index 40869c8..da1ce55 100644
--- a/dev-util/cucumber-rails/Manifest
+++ b/dev-util/cucumber-rails/Manifest
@@ -1 +1,2 @@
 DIST cucumber-rails-1.4.3.gem 405504 SHA256 
35f210b2bf2a0c9d102f64d89e3b2a6245bb52154fcef9650b5b4840bb81af3f SHA512 
44b5653fc44f483a20f32fc6ed99e446fd9c22e9abe3a5c5430b7b84ce0e95a0d806f21809fedcc1c1848244d6b0f8351299f1981882f9995a8491b896db5391
 WHIRLPOOL 
f52f63f2cd1da0bc5f422986f9b733342c92a3b5470b362d0e956cf89437ce12e824a95622d501d927e587898a04dac5501bc77756b53e99ae52c22eda627034
+DIST cucumber-rails-1.4.4.gem 406016 SHA256 
b8298a430d97642cf4ef00140a5ce96177890519fb3ed4162592c336dab7f74d SHA512 
b9355adda3c322b0f7cb6de8a3fbed00706f800cbc71105ac1292390ced37f040a4467e39fe8f8bc9b26026e94c96de97588bb724a7b442fda04ab919f6a3ec0
 WHIRLPOOL 
606a111ff2569af26a9db7d22fc226837487d79ef2ffedb0f8876ed06c4179a898f78cebcc93ffa83fa0c053c7d1a26b90cee580bedba9e2778a9e73fe994f71

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.4.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.4.4.ebuild
new file mode 100644
index 000..d553521
--- /dev/null
+++ b/dev-util/cucumber-rails/cucumber-rails-1.4.4.ebuild
@@ -0,0 +1,48 @@
+# 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_TASK_DOC=""
+
+# There are also cucumber features. They require a Rails project with
+# factory girl which we don't have packaged yet.
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="cucumber-rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Executable feature scenarios for Rails"
+HOMEPAGE="https://github.com/cucumber/cucumber/wikis;
+LICENSE="Ruby"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE=""
+
+# Restrict tests since Appraisal is now mandatory to manage different
+# rails versions, even for the specs.
+RESTRICT="test"
+#ruby_add_bdepend "
+#  test? (
+#  >=dev-ruby/ammeter-0.2.2
+#  >=dev-ruby/rspec-rails-2.7.0:2
+#  )"
+
+ruby_add_rdepend "
+   >=dev-util/cucumber-1.3.8 =dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/capybara-1.1.2:* =dev-ruby/railties-3.0.0:* =dev-ruby/mime-types-1.16:* 

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

2016-08-09 Thread Hans de Graaff
commit: 7d4b4d48ec3c5e3b146bb9758a62082b2fd63e35
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 10 05:26:22 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 10 05:26:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4b4d48

dev-util/cucumber-rails: cleanup

Package-Manager: portage-2.2.28

 dev-util/cucumber-rails/Manifest   |  2 -
 .../cucumber-rails/cucumber-rails-1.4.1.ebuild | 48 --
 .../cucumber-rails/cucumber-rails-1.4.2.ebuild | 48 --
 3 files changed, 98 deletions(-)

diff --git a/dev-util/cucumber-rails/Manifest b/dev-util/cucumber-rails/Manifest
index 6d1d652..40869c8 100644
--- a/dev-util/cucumber-rails/Manifest
+++ b/dev-util/cucumber-rails/Manifest
@@ -1,3 +1 @@
-DIST cucumber-rails-1.4.1.gem 404480 SHA256 
6c4c97732c5539d4c9da3ea1dfb7d49fffecc27e089d30b62085f0752f895575 SHA512 
6f0dd5a08a72a7d37e3ca0343c374a66071f893ba9389bacd51516ccbd129396e6f770bb18e10a80d00588b833bfa23b288f8e2b73dd3d7e618bae0ff40179fd
 WHIRLPOOL 
a73ff228acaec8ece7c7cd52dd8868d265fe800521a1c659fd020be0051719af74d08d8851b100400cc8625783c102f95b1f397472f059dfd1f2acaec903
-DIST cucumber-rails-1.4.2.gem 404480 SHA256 
42cfe2f754a6676ec32825d2e3db59f49d68fcdf7606af18ba191f0180c555f3 SHA512 
bacaf0f3ab153dc374a688ffe9b4a18bd015cbbef2d8715a7d0916748287ab674708c9af42116b31b4b8055a28d10aa7148c39b88bd6063154e0227bbe6c9b18
 WHIRLPOOL 
c1a0399ced2f2f5ef804dfff300694cdc8b522462efe7a5b9a83e1182f8b43cc7c367b840ac8f34247ae6d7ef471f61725249b2516c99c2a77d0603363b7cb1e
 DIST cucumber-rails-1.4.3.gem 405504 SHA256 
35f210b2bf2a0c9d102f64d89e3b2a6245bb52154fcef9650b5b4840bb81af3f SHA512 
44b5653fc44f483a20f32fc6ed99e446fd9c22e9abe3a5c5430b7b84ce0e95a0d806f21809fedcc1c1848244d6b0f8351299f1981882f9995a8491b896db5391
 WHIRLPOOL 
f52f63f2cd1da0bc5f422986f9b733342c92a3b5470b362d0e956cf89437ce12e824a95622d501d927e587898a04dac5501bc77756b53e99ae52c22eda627034

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
deleted file mode 100644
index 9b57322..000
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-# There are also cucumber features. They require a Rails project with
-# factory girl which we don't have packaged yet.
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber-rails.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios for Rails"
-HOMEPAGE="https://github.com/cucumber/cucumber/wikis;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE=""
-
-# Restrict tests since Appraisal is now mandatory to manage different
-# rails versions, even for the specs.
-RESTRICT="test"
-#ruby_add_bdepend "
-#  test? (
-#  >=dev-ruby/ammeter-0.2.2
-#  >=dev-ruby/rspec-rails-2.7.0:2
-#  )"
-
-ruby_add_rdepend "
-   >=dev-util/cucumber-1.3.8
-   >=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/capybara-1.1.2 =dev-ruby/rails-3.0.0
-   >=dev-ruby/mime-types-1.16:0"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild
deleted file mode 100644
index fbdabcc..000
--- a/dev-util/cucumber-rails/cucumber-rails-1.4.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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=""
-
-# There are also cucumber features. They require a Rails project with
-# factory girl which we don't have packaged yet.
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber-rails.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios for Rails"
-HOMEPAGE="https://github.com/cucumber/cucumber/wikis;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE=""
-
-# Restrict tests since Appraisal is now mandatory to manage different
-# rails versions, even for the specs.
-RESTRICT="test"
-#ruby_add_bdepend "
-#  test? (
-#  >=dev-ruby/ammeter-0.2.2
-#  >=dev-ruby/rspec-rails-2.7.0:2
-#  )"
-
-ruby_add_rdepend "
-   >=dev-util/cucumber-1.3.8
-   >=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/capybara-1.1.2 =dev-ruby/rails-3.0.0
-   >=dev-ruby/mime-types-1.16:0"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2016-08-09 Thread Kent Fredric
commit: 33eda1ad89b7f3b5dea3922c9e695ad67d40d77f
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug 10 05:21:35 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Aug 10 05:21:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33eda1ad

dev-perl/Data-OptList: Bump to version 0.110.0

- EAPI6

Upstream:
- Major optimisation of 'mkopt'

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild | 27 +++
 dev-perl/Data-OptList/Manifest|  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild 
b/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild
new file mode 100644
index 000..e53b7d4
--- /dev/null
+++ b/dev-perl/Data-OptList/Data-OptList-0.110.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.110
+inherit perl-module
+
+DESCRIPTION="parse and validate simple name/value option pairs"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/Sub-Install-0.921.0
+   dev-perl/Params-Util
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   >=virtual/perl-Test-Simple-0.960.0
+   )"

diff --git a/dev-perl/Data-OptList/Manifest b/dev-perl/Data-OptList/Manifest
index 540ec81..53abed7 100644
--- a/dev-perl/Data-OptList/Manifest
+++ b/dev-perl/Data-OptList/Manifest
@@ -1 +1,2 @@
 DIST Data-OptList-0.109.tar.gz 16110 SHA256 
1cd7c781c4c102810e4e0c878da3746fe8df46b49d01c4d6c034dfab45cd84c8 SHA512 
dee6e8e01fcb7004d8be991b5f162fba0184cc48c9f8ebcaec074e760f478ca3af2c3bc5d47bcbf922dedbff433957ae7543091d1969cbed51dcfde1ce0a53c9
 WHIRLPOOL 
0febcae0a5674c5144228ab94584a3798d6ed65d5c80ed968cfce47a7c1652a7808f777dfe52010fc93e4f09f49a5990c18ca4bda0443c2f55f1f938ae4b0bee
+DIST Data-OptList-0.110.tar.gz 18846 SHA256 
366117cb2966473f2559f2f4575ff6ae69e84c69a0f30a0773e1b51a457ef5c3 SHA512 
68393958a38f509a71cfba61f6dff8303821918ba29ad8492af0c23cfd4f741c6ce98c4f68ad295f27e166287fc546229c430816f0bdd6009d4f60860c967b76
 WHIRLPOOL 
e6c9da430b4b4ee9779c52304d73c5f27d6c0ca7ccc08ac4151147d1a024db1ebf7b09af5f0be8cd42e0a1438c4971c748d80234bbba9c6698cb3e8b4f74422c



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

2016-08-09 Thread Kent Fredric
commit: 95ca912cf42318a922d477572479bf55d9446b16
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Aug 10 03:04:34 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Aug 10 05:05:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ca912c

dev-perl/Module-Build: Bump to version 0.421.800

Upstream:
- extra_linker_flags accessor now correctly called where relevant (matters
for subclassing)
- Win32 gmake and escaping fixes.
- Skip XS test when link_executable fails.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Module-Build/Manifest |  1 +
 .../Module-Build/Module-Build-0.421.800.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Module-Build/Manifest b/dev-perl/Module-Build/Manifest
index d936983..a3ff4d6 100644
--- a/dev-perl/Module-Build/Manifest
+++ b/dev-perl/Module-Build/Manifest
@@ -1,2 +1,3 @@
 DIST Module-Build-0.4205.tar.gz 309120 SHA256 
1e7a597607329db642ad68ddde00c8f48d6f660ced6d2dff4c99c84e0dd1f501 SHA512 
8fe81ea27e1870a489633da1280e7270babaa2d01365a22e854ae7e0c608b5c20885c0eb8d60ea23fe1f54a28b1ffbbf0e635fdf3ccc8539db7d5733d23090c2
 WHIRLPOOL 
860c55b0e222567dc2c8f18909bf6af58ec94f5f85feaa3a4c8ff0586d95a37ca62fe7fc755297a733aacafecbe2806bd256a842ed47b478ace28d5af63f9a59
 DIST Module-Build-0.4216.tar.gz 305240 SHA256 
661e030ee9f83027e8a5067788175d53050b5d1292be1bfd85d44ad141fb7671 SHA512 
46b5d03e6bea1ee33a1202a38d68231daf49931b25b792b41fa39ab3b3c1321d8a47819a2714bf90a981e6686fc566aa5a6067edf61d78fe8166c7e4f83eeaa9
 WHIRLPOOL 
78d027fa13afa8832c916d9939c0639ed3f1e7b056522fceb10aebcdcfe04db6528c74b1a1cf1e0929d1ce5ccec0ec03c26b8ddb3563ae4df4d35612c2bd77c3
+DIST Module-Build-0.4218.tar.gz 305533 SHA256 
1ef0aa529a3f296f894a5e79240a77d71be60dd595e8cad3a0d04c7ea187c0d0 SHA512 
d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc93495254a8cc7c67cbd943f88ffaab301
 WHIRLPOOL 
a1c1d6ac5102ccaad3844ae4841540e96a422ba30a0c52b0cab918f087e779631d0d11af0ab0e3cdd492640db126829eb5ac0f4929eed8e28415f74c441c210d

diff --git a/dev-perl/Module-Build/Module-Build-0.421.800.ebuild 
b/dev-perl/Module-Build/Module-Build-0.421.800.ebuild
new file mode 100644
index 000..c30c134
--- /dev/null
+++ b/dev-perl/Module-Build/Module-Build-0.421.800.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.4218
+inherit perl-module
+
+DESCRIPTION="Build and install Perl modules"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-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"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-CPAN-Meta-2.142.60
+   virtual/perl-Data-Dumper
+   >=virtual/perl-ExtUtils-CBuilder-0.270.0
+   virtual/perl-ExtUtils-Install
+   virtual/perl-ExtUtils-Manifest
+   virtual/perl-ExtUtils-MakeMaker
+   >=virtual/perl-ExtUtils-ParseXS-2.210.0
+   >=virtual/perl-File-Spec-0.820.0
+   virtual/perl-Getopt-Long
+   >=virtual/perl-Module-Metadata-1.0.2
+   >=virtual/perl-Perl-OSType-1
+   >=virtual/perl-Test-Harness-3.290.0
+   virtual/perl-Text-ParseWords
+   >=virtual/perl-podlators-2.170.0
+   >=virtual/perl-version-0.870.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-CPAN-Meta-YAML-0.3.0
+   >=virtual/perl-File-Temp-0.150.0
+   >=virtual/perl-Parse-CPAN-Meta-1.440.100
+   test? (
+   >=virtual/perl-Test-Simple-0.490.0
+   )
+"



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

2016-08-09 Thread Mike Frysinger
commit: 95f338849ca7de74a3c97ada366ed4b99f677c88
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Aug 10 04:32:36 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Aug 10 04:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f33884

dev-libs/libunistring: clean up code to use more EAPI=5 logic

 dev-libs/libunistring/libunistring-0.9.6.ebuild | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libunistring/libunistring-0.9.6.ebuild 
b/dev-libs/libunistring/libunistring-0.9.6.ebuild
index a276a20..08f726a 100644
--- a/dev-libs/libunistring/libunistring-0.9.6.ebuild
+++ b/dev-libs/libunistring/libunistring-0.9.6.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI="5"
 
@@ -24,13 +23,11 @@ src_configure() {
 }
 
 src_install() {
-   dodoc AUTHORS README ChangeLog || die "dodoc failed"
+   default
if use doc; then
-   dohtml doc/*.html || die "dohtml failed"
-   doinfo doc/*.info || die "doinfo failed"
+   dohtml doc/*.html
+   doinfo doc/*.info
fi
 
-   emake DESTDIR="${D}" install || die "Install failed"
-
prune_libtool_files
 }



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

2016-08-09 Thread Mike Frysinger
commit: 28cf638cb9c154f38437f7df137f2b7ac75ffd38
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Aug 10 04:32:55 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Aug 10 04:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cf638c

dev-libs/libunistring: keyword for everyone #590520

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

diff --git a/dev-libs/libunistring/libunistring-0.9.6.ebuild 
b/dev-libs/libunistring/libunistring-0.9.6.ebuild
index 08f726a..8f2141e 100644
--- a/dev-libs/libunistring/libunistring-0.9.6.ebuild
+++ b/dev-libs/libunistring/libunistring-0.9.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 GPL-3"
 SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux"
 IUSE="doc static-libs"
 
 src_prepare() {



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

2016-08-09 Thread Mike Frysinger
commit: 952ab0871242df092b18ae5ab133a93c3fbd36ff
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Aug 10 04:42:58 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Aug 10 04:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952ab087

sys-devel/autogen: version bump to 5.18.10 #584092

 sys-devel/autogen/Manifest   |  1 +
 sys-devel/autogen/autogen-5.18.10.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/sys-devel/autogen/Manifest b/sys-devel/autogen/Manifest
index 3404caa..7d2072f 100644
--- a/sys-devel/autogen/Manifest
+++ b/sys-devel/autogen/Manifest
@@ -1 +1,2 @@
+DIST autogen-5.18.10.tar.xz 1017960 SHA256 
4e248e02c50404ea5c5fc29027d26600f895a9eae7ea5ef851be2c8587abc148 SHA512 
cfb06566aebe2aa833f2a032c513aa1d57a803eee82f03d6f6fe3806a0f570d5dbf8331015d2afde89a3d4e4c967b6a367d3e2820addb3ff6a5ac6d481a058be
 WHIRLPOOL 
2eae849d10083da05e0c42931b5f52a9e6ab0f548473a3812e089515ec5ed76dc94008466ab6f4e5bcf5c220898aa7ffba6ecdcbde7d8fbe0134daf45788994a
 DIST autogen-5.18.4.tar.xz 1017936 SHA256 
7fbaff0c25035aee5b96913de2c83d9a5cc973b8dc08d6b7489ecbcfd72eb84b SHA512 
a02363484de5019bd90fb6f2cf52b1b9556d6cf310c62a68830d0b2408ea4870d3c262fe5d1c27e3586ed3af4a7487d7422ad117760ac2a01ef3cfcfc1f2bfb6
 WHIRLPOOL 
109cb5637558f8e16cbb9afcb629a9bbd3d5ceae6b897a00101fce99b1a39b06ecc497d9b43441e40b58981dd2402027e89ce6ae76da73b73db934c64bca2b63

diff --git a/sys-devel/autogen/autogen-5.18.10.ebuild 
b/sys-devel/autogen/autogen-5.18.10.ebuild
new file mode 100644
index 000..05b31b0
--- /dev/null
+++ b/sys-devel/autogen/autogen-5.18.10.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Program and text file generation"
+HOMEPAGE="https://www.gnu.org/software/autogen/;
+SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="libopts static-libs"
+
+# This should be guile-1.8+, but upstream has a bug with older versions:
+# https://savannah.gnu.org/support/index.php?109051
+RDEPEND=">=dev-scheme/guile-2.0:=
+   dev-libs/libxml2"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   # https://savannah.gnu.org/support/index.php?109050
+   sed -i \
+   -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
+   configure || die
+}
+
+src_configure() {
+   # suppress possibly incorrect -R flag
+   export ag_cv_test_ldflags=
+
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+
+   if ! use libopts ; then
+   rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/ia64/, profiles/arch/sparc/, ...

2016-08-09 Thread Mike Frysinger
commit: 88c7baf1bbc3c77b61ce32b3403c1b0c139f252c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Aug 10 04:37:26 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Aug 10 04:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c7baf1

profiles: unmask guile-2.0 now that libunistring is keyworded #590520

 profiles/arch/alpha/package.mask   | 5 -
 profiles/arch/hppa/package.mask| 7 ---
 profiles/arch/ia64/package.mask| 5 -
 profiles/arch/powerpc/package.mask | 5 -
 profiles/arch/sparc/package.mask   | 5 -
 5 files changed, 27 deletions(-)

diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask
index 3963c8c..309029f 100644
--- a/profiles/arch/alpha/package.mask
+++ b/profiles/arch/alpha/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Alexey Shvetsov  (21 May 2012)
 # Need deps pecl-apc and pecl-uploadprogress bug #416897
 >=www-apps/drupal-7.14

diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask
index 60bdc19..5b64a27 100644
--- a/profiles/arch/hppa/package.mask
+++ b/profiles/arch/hppa/package.mask
@@ -1,9 +1,2 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-

diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask
index 6cec8f4..b42e0b4 100644
--- a/profiles/arch/ia64/package.mask
+++ b/profiles/arch/ia64/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Alexis Ballier  (27 Jun 2013)
 # TeX Live 2013 mask.
 # kpathsea has to be there because it has config files without /usr/share/texmf

diff --git a/profiles/arch/powerpc/package.mask 
b/profiles/arch/powerpc/package.mask
index 7526368..f30ba8e 100644
--- a/profiles/arch/powerpc/package.mask
+++ b/profiles/arch/powerpc/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Brent Baude  (20 Nov 2012)
 # Masking kgcc64 now that toolchain is biarch
 sys-devel/kgcc64

diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask
index 260d0ce..4ee917f 100644
--- a/profiles/arch/sparc/package.mask
+++ b/profiles/arch/sparc/package.mask
@@ -2,11 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Amy Winston  (04 August 2016)
-# Necessary dependency dev-libs/libunistring
-# not keyworded bug #590520
->=dev-scheme/guile-2.0.12
-
 # Patrice Clement  (30 Oct 2015)
 # Requires dependencies that are not stable on sparc yet.
 # See https://qa-reports.gentoo.org/output/gentoo-ci/7182f7a/5.html#l2294



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

2016-08-09 Thread Mike Frysinger
commit: 51807254068c3fa3a9b8dc71be5c21c9fcca5eea
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Aug 10 03:59:33 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Aug 10 04:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51807254

sys-devel/remake: handle automagic guile dep

 sys-devel/remake/remake-4.1.1.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-devel/remake/remake-4.1.1.1.ebuild 
b/sys-devel/remake/remake-4.1.1.1.ebuild
index 6f67c70..c6dbe12 100644
--- a/sys-devel/remake/remake-4.1.1.1.ebuild
+++ b/sys-devel/remake/remake-4.1.1.1.ebuild
@@ -13,16 +13,17 @@ SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2"
 LICENSE="GPL-1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
-IUSE="readline"
+IUSE="guile readline"
 
-RDEPEND="readline? ( sys-libs/readline:0= )"
+RDEPEND="readline? ( sys-libs/readline:0= )
+   guile? ( >=dev-scheme/guile-1.8:= )"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
use readline || export vl_cv_lib_readline=no
-   default
+   econf $(use_with guile)
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/

2016-08-09 Thread Tim Harder
commit: 2f13af6b351d09119f3264bae39ef185eedf145b
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 10 03:00:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 10 03:02:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f13af6b

net-proxy/sshuttle: version bump to 0.78.1

 net-proxy/sshuttle/Manifest   |  1 +
 net-proxy/sshuttle/sshuttle-0.78.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/net-proxy/sshuttle/Manifest b/net-proxy/sshuttle/Manifest
index bb119f6..a4b01bd 100644
--- a/net-proxy/sshuttle/Manifest
+++ b/net-proxy/sshuttle/Manifest
@@ -1 +1,2 @@
 DIST sshuttle-0.78.0.tar.gz 63391 SHA256 
6bd80d48f73eb04d4449a8aa636081704107cfdef05980b3b02166ff44e419a2 SHA512 
e4ecb09e79905c1be6d3d7935863231c54bd68144fbb1ca38af29d5efb35c42261db4319368d5c83474ed9714859b04012c9ad4108a77d283a0a041356f90cbd
 WHIRLPOOL 
9f7c0ea7be81b4605ee4e9c14be1bc309fc273cc367be348a64f04569e5505888a12350e0ac07415edc541539dfdc3c3a5c6ac90421189dd6c6567ccc2131b37
+DIST sshuttle-0.78.1.tar.gz 67173 SHA256 
03a71648ce476de06a075bd9a972492d494b414ae51304bf535b80ff22be2d3c SHA512 
506b01f20d152e97a41c93299f47d6bba4d7f9fda11e066aca3d79426be68790ff30a3a081ea05ca538aba921ed69e711b672fcfd9084aba6bdae6498beb7e8d
 WHIRLPOOL 
d356bf17ba5f6f01351dc316745af3fd07237160340f675e1ecef52d73cb15caf4c5eee65d1ed56ea4008081623362688957f268da30d487d5aa6be02632ddda

diff --git a/net-proxy/sshuttle/sshuttle-0.78.1.ebuild 
b/net-proxy/sshuttle/sshuttle-0.78.1.ebuild
new file mode 100644
index 000..cb49965
--- /dev/null
+++ b/net-proxy/sshuttle/sshuttle-0.78.1.ebuild
@@ -0,0 +1,43 @@
+# 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_5} )
+
+inherit linux-info distutils-r1
+
+DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
+HOMEPAGE="https://github.com/sshuttle/sshuttle 
https://pypi.python.org/pypi/sshuttle;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   net-firewall/iptables
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+CONFIG_CHECK="~NETFILTER_XT_TARGET_HL ~IP_NF_TARGET_REDIRECT ~NF_NAT"
+
+python_prepare_all() {
+   # don't run tests via setup.py pytest
+   sed -i "/setup_requires=/s/'pytest-runner'//" setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test || die "Tests fail under ${EPYTHON}"
+}



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

2016-08-09 Thread Tim Harder
commit: 7c6f065a5e767767cc397668fb1f469c18e2fe67
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Aug 10 03:04:22 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Aug 10 03:04:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6f065a

dev-python/setuptools_scm: version bump to 1.11.1

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-1.11.1.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 41fd4be..fb38d26 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,4 +1,5 @@
 DIST setuptools_scm-1.10.0.tar.bz2 16093 SHA256 
080fccdf74121d8239aff8a17574123c9d2369dadf82178cf565422b2973632b SHA512 
8a7eaf56dbebea08f12d606ef36033fbe9a0b725f92245d600a56d051988a87b73c43c7ead46a8ce4f83593db4b5a8c77f6dd331bfa381c7348f72743b0a
 WHIRLPOOL 
9b988f77b5905f34da687b04841f606986e804ceb57f7aa2ca1de69a8e9b925d23325cf5c7db9be3f9b1f7051ebf3af0bd198ea0fc891dd7888369c962e5ae19
 DIST setuptools_scm-1.10.1.tar.bz2 16244 SHA256 
1cdea91bbe1ec4d52b3e9c451ab32ae6e1f3aa3fd91e90580490a9eb75bea286 SHA512 
2e38b9cf00b168ff95b3653feee1a15234cd8421f1e5dbe435172af3a711de548b07e790c6116f024c89fa21b1216bcc198fa79c5d68194473fa45d48fac
 WHIRLPOOL 
7ad39aa819d51b3ebce0f28ec71f75023fd8ff719eca8c29a219ee2e38707edae99d94e738d0b30ab5c4f8a012a77cee5b23c9808498f366ad95dc2c3bf5cb05
+DIST setuptools_scm-1.11.1.tar.gz 21262 SHA256 
8c45f738a23410c5276b0ed9294af607f491e4260589f1eb90df8312e23819bf SHA512 
f5d814e65e273c78ef0aa8a8b479deb25322b0d23d08b0787441611cefcfeab1c6449459caa729453774b599f2c9dec807bbb2df308d26dde0b4af3357034023
 WHIRLPOOL 
3f08cf64ad880bc4b5661f2230d2ac59e66a3ecafcd281735337e94d89fb5af3d7d9b9ffa148ec9f11a72147aa18dadc0ba2641da752b83cfda62b2c47650954
 DIST setuptools_scm-1.8.0.tar.bz2 14491 SHA256 
ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 SHA512 
a109fa3ffc89d3f6e515fa58026cebbd8ba98c1a401c49d5008e0dfc693f0e9e9468823621bd7b055911d3c898394e0ed1e498136cecaaa0be25e6312ec059df
 WHIRLPOOL 
ed87332ea7c27f1618c5c0c69b95360d48ec3b7d762d928d4cb097310fc0435c1aac15e53155417c0bdc0b9ba6ae6835e28f35735c10d70c6164d91340b09762
 DIST setuptools_scm-1.9.0.tar.gz 17669 SHA256 
b17362734ea2494a5fee611a2b3f09c251356fa5b9ed4567b666fe91105d4478 SHA512 
e44cd8fa4e6badd707e8987e0d91f79d6dee4cda3dbab42bba70f661a66b841cc16dc9b59b35fecc0948b80e6ef198fb19f267aa839e32d09a543f3b724645cd
 WHIRLPOOL 
f688f00d2c700946ba17bc2acbc357412569068063893fd72414ab41d5e4e3360d410ae3e48b837ddebec5979e7e024ab544e75556b428d5e2603edf2b82acff

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.11.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.11.1.ebuild
new file mode 100644
index 000..064fb98
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-1.11.1.ebuild
@@ -0,0 +1,30 @@
+# 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,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-vcs/git
+   dev-vcs/mercurial
+   )"
+
+python_test() {
+   py.test -v -v -x || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2016-08-09 Thread William Hubbs
commit: af660d70a66bd60c1256f5f29e6b67d0b30ade19
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 10 02:43:56 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 10 02:43:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af660d70

Revert "sys-boot/grub: do not force multislot use flag on"

This reverts commit bd29c07ee1edf51553ced4ff9d57076b3ce6732c.
I need to wait another day for this.

 sys-boot/grub/grub-2.02_beta2-r8.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta2-r9.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta3-r1.ebuild | 2 +-
 sys-boot/grub/grub--r1.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/grub/grub-2.02_beta2-r8.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
index 6d73c02..3169d40 100644
--- a/sys-boot/grub/grub-2.02_beta2-r8.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
@@ -44,7 +44,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"

diff --git a/sys-boot/grub/grub-2.02_beta2-r9.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
index 1997e45..48b6fbf 100644
--- a/sys-boot/grub/grub-2.02_beta2-r9.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
@@ -44,7 +44,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"

diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild 
b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
index 1aecead..edef1e7 100644
--- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild
+++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
@@ -49,7 +49,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen xen-32 )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"

diff --git a/sys-boot/grub/grub--r1.ebuild 
b/sys-boot/grub/grub--r1.ebuild
index 51e376e..9fe3b54 100644
--- a/sys-boot/grub/grub--r1.ebuild
+++ b/sys-boot/grub/grub--r1.ebuild
@@ -46,7 +46,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen xen-32 )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"



[gentoo-commits] data/gentoo-news:master commit in: 2016-08-10-grub2_multislot_default/

2016-08-09 Thread William Hubbs
commit: b366ac9a735c51273e10e6568fcff8cb2fc0fece
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 10 02:42:10 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 10 02:42:10 2016 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=b366ac9a

Revert "Add newsitem for grub2 multislot default change"

This reverts commit 805769fda2b0bf6e15b07bccd65a729332fa737f.
I need to wait another day for this.

 .../2016-08-10-grub2_multislot_default.en.txt   | 21 -
 .../2016-08-10-grub2_multislot_default.en.txt.asc   | 17 -
 2 files changed, 38 deletions(-)

diff --git 
a/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt 
b/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt
deleted file mode 100644
index cc3e203..000
--- 
a/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Title: Grub2 multislot default setting is changing
-Author: William Hubbs 
-Author: Ian Stakenvicius 
-Content-Type: text/plain
-Posted: 2016-08-10
-Revision: 1
-News-Item-Format: 1.0
-Display-If-Installed: >=sys-boot/grub-2
-
-The multislot use flag in sys-boot/grub-2.x is no longer enabled by
-default.
-
-When the flag is enabled, all upstream binaries and documentation are
-renamed to "grub2" so as not to collide with grub-0.  Now that the use
-flag is no longer default-enabled, these names will revert back to
-their upstream defaults.  For example, grub2-mkconfig will become
-grub-mkconfig, grub2-install will become grub-install, etc.
-
-If you wish to retain the previous naming scheme, please make sure to
-explicitly enable USE="multislot" on sys-boot/grub in the usual manner.
-

diff --git 
a/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt.asc
 
b/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt.asc
deleted file mode 100644
index 026ba50..000
--- 
a/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt.asc
+++ /dev/null
@@ -1,17 +0,0 @@
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2
-
-iQIcBAABCAAGBQJXqooCAAoJEJtAqO3K+uczhioP/1CJoErGA8a4i3Ds0sMVvlZn
-E63NeJNd6t8Lfp5DnmXk8xWWfhahxxkilNnGnmkMGxNkLWgwN0kIQ3VT26TyuKCW
-vF2az74a6zyqupWSh8RvJ9PDAB9XcqKoZ12ymTxhPy/FGQdvtHAiPfpAPZv1+pJx
-72Ai5nEi0Ra3ujf58jFQSOauJZ68U29xPfV26UTLd4OfmrCQ381ppcPIlOhvJD/6
-sah5i39E6k146TXYLO1FWXeK3QiQgo1Ge0wwWs6eAedx812PQen22TvY6mcWCXT6
-mW1N9RnRjrFPEL1QZNEr50EgsmuxL7HMSO2EAP4usEdpYbxlPGJIoxb0hGd6kd/6
-jtMnBGsUeY+uK/aAHo1+D9dYCvhLFqnoN5IOJ0Sjmh0KU/ooC/GXGDwtjolM6plQ
-X2Yt7ivTmtoDe35iSZd7rDubgvpymAbDr7kUMSm0eGubJS6mEo/bsIbqxYbMiI58
-K2QRX1dnILPHmfL9xJMo6VH8OPYcjVipfwI4hxli44snNaPXYjleGzxZLYx2x+xg
-G4OF+8IiEDS2KNVdCS5ga/lsrmXL3t5/wrInzD6JR8J+FcLYgnFfbvHN+s2jswWi
-XX47L6bRBFQefiFEDtXNFSy0liX5dUKKcMaVzOYoHcibfulXY2+PQu003j3NwOpC
-I2dl5D48x6Xgu0Sptsci
-=oq28
--END PGP SIGNATURE-



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2016-08-09 Thread William Hubbs
commit: bd29c07ee1edf51553ced4ff9d57076b3ce6732c
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 10 02:33:59 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 10 02:33:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd29c07e

sys-boot/grub: do not force multislot use flag on

 sys-boot/grub/grub-2.02_beta2-r8.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta2-r9.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta3-r1.ebuild | 2 +-
 sys-boot/grub/grub--r1.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/grub/grub-2.02_beta2-r8.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
index 3169d40..6d73c02 100644
--- a/sys-boot/grub/grub-2.02_beta2-r8.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
@@ -44,7 +44,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"

diff --git a/sys-boot/grub/grub-2.02_beta2-r9.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
index 48b6fbf..1997e45 100644
--- a/sys-boot/grub/grub-2.02_beta2-r9.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
@@ -44,7 +44,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"

diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild 
b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
index edef1e7..1aecead 100644
--- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild
+++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
@@ -49,7 +49,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen xen-32 )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"

diff --git a/sys-boot/grub/grub--r1.ebuild 
b/sys-boot/grub/grub--r1.ebuild
index 9fe3b54..51e376e 100644
--- a/sys-boot/grub/grub--r1.ebuild
+++ b/sys-boot/grub/grub--r1.ebuild
@@ -46,7 +46,7 @@ HOMEPAGE="https://www.gnu.org/software/grub/;
 # Includes licenses for dejavu and unifont
 LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
 SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount +multislot nls static sdl 
test +themes truetype libzfs"
+IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
 
 GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen xen-32 )
 IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"



[gentoo-commits] data/gentoo-news:master commit in: 2016-08-10-grub2_multislot_default/

2016-08-09 Thread William Hubbs
commit: 805769fda2b0bf6e15b07bccd65a729332fa737f
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 10 01:59:51 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 10 01:59:51 2016 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=805769fd

Add newsitem for grub2 multislot default change

 .../2016-08-10-grub2_multislot_default.en.txt   | 21 +
 .../2016-08-10-grub2_multislot_default.en.txt.asc   | 17 +
 2 files changed, 38 insertions(+)

diff --git 
a/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt 
b/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt
new file mode 100644
index 000..cc3e203
--- /dev/null
+++ 
b/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt
@@ -0,0 +1,21 @@
+Title: Grub2 multislot default setting is changing
+Author: William Hubbs 
+Author: Ian Stakenvicius 
+Content-Type: text/plain
+Posted: 2016-08-10
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: >=sys-boot/grub-2
+
+The multislot use flag in sys-boot/grub-2.x is no longer enabled by
+default.
+
+When the flag is enabled, all upstream binaries and documentation are
+renamed to "grub2" so as not to collide with grub-0.  Now that the use
+flag is no longer default-enabled, these names will revert back to
+their upstream defaults.  For example, grub2-mkconfig will become
+grub-mkconfig, grub2-install will become grub-install, etc.
+
+If you wish to retain the previous naming scheme, please make sure to
+explicitly enable USE="multislot" on sys-boot/grub in the usual manner.
+

diff --git 
a/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt.asc
 
b/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt.asc
new file mode 100644
index 000..026ba50
--- /dev/null
+++ 
b/2016-08-10-grub2_multislot_default/2016-08-10-grub2_multislot_default.en.txt.asc
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQIcBAABCAAGBQJXqooCAAoJEJtAqO3K+uczhioP/1CJoErGA8a4i3Ds0sMVvlZn
+E63NeJNd6t8Lfp5DnmXk8xWWfhahxxkilNnGnmkMGxNkLWgwN0kIQ3VT26TyuKCW
+vF2az74a6zyqupWSh8RvJ9PDAB9XcqKoZ12ymTxhPy/FGQdvtHAiPfpAPZv1+pJx
+72Ai5nEi0Ra3ujf58jFQSOauJZ68U29xPfV26UTLd4OfmrCQ381ppcPIlOhvJD/6
+sah5i39E6k146TXYLO1FWXeK3QiQgo1Ge0wwWs6eAedx812PQen22TvY6mcWCXT6
+mW1N9RnRjrFPEL1QZNEr50EgsmuxL7HMSO2EAP4usEdpYbxlPGJIoxb0hGd6kd/6
+jtMnBGsUeY+uK/aAHo1+D9dYCvhLFqnoN5IOJ0Sjmh0KU/ooC/GXGDwtjolM6plQ
+X2Yt7ivTmtoDe35iSZd7rDubgvpymAbDr7kUMSm0eGubJS6mEo/bsIbqxYbMiI58
+K2QRX1dnILPHmfL9xJMo6VH8OPYcjVipfwI4hxli44snNaPXYjleGzxZLYx2x+xg
+G4OF+8IiEDS2KNVdCS5ga/lsrmXL3t5/wrInzD6JR8J+FcLYgnFfbvHN+s2jswWi
+XX47L6bRBFQefiFEDtXNFSy0liX5dUKKcMaVzOYoHcibfulXY2+PQu003j3NwOpC
+I2dl5D48x6Xgu0Sptsci
+=oq28
+-END PGP SIGNATURE-



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

2016-08-09 Thread Jeroen Roovers
commit: 76267ffa7b1f3d37054aeca12a43bcb801f9db41
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 10 00:04:16 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 10 00:04:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76267ffa

www-client/firefox: Stable for PPC64 (bug #590330).

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

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

diff --git a/www-client/firefox/firefox-45.3.0.ebuild 
b/www-client/firefox/firefox-45.3.0.ebuild
index 3f7489f..e19583e 100644
--- a/www-client/firefox/firefox-45.3.0.ebuild
+++ b/www-client/firefox/firefox-45.3.0.ebuild
@@ -38,7 +38,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils mozconfig-v6
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~x86 ~amd64-linux 
~x86-linux"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2016-08-09 Thread Brian Dolbec
commit: ced3cb209df83157a8626d40fb6c92c48bd810a9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:58:13 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced3cb20

dev-python/blockdiag: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/blockdiag/Manifest   |  1 +
 dev-python/blockdiag/blockdiag-1.5.3.ebuild | 46 +
 dev-python/blockdiag/metadata.xml   | 24 +++
 3 files changed, 71 insertions(+)

diff --git a/dev-python/blockdiag/Manifest b/dev-python/blockdiag/Manifest
new file mode 100644
index 000..2b45656
--- /dev/null
+++ b/dev-python/blockdiag/Manifest
@@ -0,0 +1 @@
+DIST blockdiag-1.5.3.tar.gz 2704391 SHA256 
5ea3501fca0ca40fba6f4ca177750e4b610009e021faa4868c0f6480ae8b SHA512 
11ff6334d1ae50c103158db6ef9acce76116a17cfb8e0066581c234138f17fabfddd183b154f407fe95dcd414b0054aebdc22682e82a8e7595905f1ee2fd6222
 WHIRLPOOL 
40897fffa4c6e78d0d665123ca68c7864f4de4e1e16440a47c163ed8ac74713bff8ce4f6f1ce8d1f1d60fb02f4cc92cc2eaac1a14e1367bb7b8f1586ad220183

diff --git a/dev-python/blockdiag/blockdiag-1.5.3.ebuild 
b/dev-python/blockdiag/blockdiag-1.5.3.ebuild
new file mode 100644
index 000..bc07fb1
--- /dev/null
+++ b/dev-python/blockdiag/blockdiag-1.5.3.ebuild
@@ -0,0 +1,46 @@
+# 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,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="blockdiag generates block-diagram image from text"
+HOMEPAGE="http://blockdiag.com/ https://pypi.python.org/pypi/blockdiag/ 
https://bitbucket.org/blockdiag/blockdiag/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
+   >=dev-python/pillow-2.2.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/reportlab[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/pep8-1.3[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   sed -i -e /build-base/d setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+pkg_postinst() {
+   einfo "For additional functionality, install the following optional 
packages:"
+   einfo "dev-python/reportlab for pdf format"
+   einfo "media-gfx/imagemagick"
+   einfo "wand: https://pypi.python.org/pypi/Wand;
+   einfo "  Ctypes-based simple MagickWand API binding for Python"
+}

diff --git a/dev-python/blockdiag/metadata.xml 
b/dev-python/blockdiag/metadata.xml
new file mode 100644
index 000..e6125c2
--- /dev/null
+++ b/dev-python/blockdiag/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   i.tkom...@gmail.com
+   Takeshi Komiya
+   
+   blockdiag
+   
+   blockdiag generate block-diagram image file from 
spec-text
+   file.  Additional functionality is available with dev-python/reportlab
+   (pdf's), media-gfx/imagemagick and an imagemagic python bindings package
+   named wand (available from pypi).
+   
+



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

2016-08-09 Thread Brian Dolbec
commit: a903155694d535c3d8cc961c652a9831aa727a2e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:02:39 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9031556

dev-python/pyjade: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/pyjade/Manifest|  1 +
 dev-python/pyjade/metadata.xml| 24 
 dev-python/pyjade/pyjade-4.0.0.ebuild | 30 ++
 3 files changed, 55 insertions(+)

diff --git a/dev-python/pyjade/Manifest b/dev-python/pyjade/Manifest
new file mode 100644
index 000..8392c09
--- /dev/null
+++ b/dev-python/pyjade/Manifest
@@ -0,0 +1 @@
+DIST pyjade-4.0.0.tar.gz 29251 SHA256 
8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7 SHA512 
0a384b843d2eb5884f2690ed5bb9b9b253474568ff1e9faca356a5c50749bb53fb759a099c7719bef495dc7af0073f143afad1c0d6d68f0f61d63624506f12b6
 WHIRLPOOL 
d1527b7d792551f6fc015c6c1fd7b6d9d37e252e7e45d2c2915e53f70456ac41caaa97482fa7a0af290df5cfe071e97488e622f0ed41bdd3c4339e681d3e7baa

diff --git a/dev-python/pyjade/metadata.xml b/dev-python/pyjade/metadata.xml
new file mode 100644
index 000..e63eabf
--- /dev/null
+++ b/dev-python/pyjade/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   m...@syrusakbary.com
+   Syrus Akbary
+   
+   pyjade
+   
+PyJade is a high performance port of Jade-lang for python,
+that converts any .jade source to the each Template-language (Django,
+Jinja2, Mako or Tornado).
+
+

diff --git a/dev-python/pyjade/pyjade-4.0.0.ebuild 
b/dev-python/pyjade/pyjade-4.0.0.ebuild
new file mode 100644
index 000..ead85ad
--- /dev/null
+++ b/dev-python/pyjade/pyjade-4.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Jade syntax adapter for Django, Jinja2 and Mako templates"
+HOMEPAGE="https://github.com/syrusakbary/pyjade;
+SRC_URI="https://pypi.python.org/packages/4a/04/396ec24e806fd3af7ea5d0f3cb6c7bbd4d00f7064712e4dd48f24c02ca95/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   dev-python/pyramid[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   )
+"



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

2016-08-09 Thread Brian Dolbec
commit: cfffec5d3b243be7afd3d01c8a8b60efa874cda4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:05:48 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfffec5d

dev-python/txrequests: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/txrequests/Manifest|  1 +
 dev-python/txrequests/metadata.xml| 24 +++
 dev-python/txrequests/txrequests-0.9.2.ebuild | 28 +++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/txrequests/Manifest b/dev-python/txrequests/Manifest
new file mode 100644
index 000..ef9ea5e
--- /dev/null
+++ b/dev-python/txrequests/Manifest
@@ -0,0 +1 @@
+DIST txrequests-0.9.2.tar.gz 5223 SHA256 
dc29e7c9305a74be3e88cd0253bde1981855426e39fbf4a7f4af647542eb7d4e SHA512 
99ea6ed752e23f6539cbf571b304fab3b73a173ce23e669191d377961c68773513d9602e0600b45f454c99051f527f7719f7712e2b8e91696afa0c405c95
 WHIRLPOOL 
5721d372157d1ea9b65650a8a7d1685495144bd2c5eb4dd5810f7cf37780121b3a89eeecc928750d5893d5541e9e7011ff86e8d93feb81bb97ad9a78aada7412

diff --git a/dev-python/txrequests/metadata.xml 
b/dev-python/txrequests/metadata.xml
new file mode 100644
index 000..028d3e5
--- /dev/null
+++ b/dev-python/txrequests/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   tar...@gmail.com
+   Pierre Tardy
+   
+   txrequests
+   
+   Small add-on for the python requests http library.
+   Makes use twisted's ThreadPool, so that the requests'API returns
+   deferred.  The additional API and changes are minimal and 
strives to
+   avoid surprises.
+   
+

diff --git a/dev-python/txrequests/txrequests-0.9.2.ebuild 
b/dev-python/txrequests/txrequests-0.9.2.ebuild
new file mode 100644
index 000..e44e477
--- /dev/null
+++ b/dev-python/txrequests/txrequests-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Asynchronous Python HTTP for Humans"
+HOMEPAGE="https://github.com/tardyp/txrequests;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/requests-1.2.0[${PYTHON_USEDEP}]
+   || (
+   >=dev-python/twisted-core-9.0.0[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2016-08-09 Thread Brian Dolbec
commit: 1f6e4e956f45a71cc4ca09af253731d5f986b01e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:50:15 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6e4e95

dev-util/buildbot-worker: New buildbot-0.9 worker (slave)

This new package replaces the dev-util/buildbot-slave package.
This new build slave is not comaptible with buildbot versions prior to 0.9*.

Package-Manager: portage-2.3.0

 dev-util/buildbot-worker/Manifest  |  1 +
 .../buildbot-worker-0.9.0_rc1.ebuild   | 67 ++
 .../buildbot-worker/buildbot-worker-.ebuild| 67 ++
 .../buildbot-worker/files/buildbot_worker.confd|  9 +++
 .../buildbot-worker/files/buildbot_worker.initd| 48 
 .../buildbot-worker/files/buildbot_worker.service  | 12 
 dev-util/buildbot-worker/metadata.xml  | 19 ++
 7 files changed, 223 insertions(+)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
new file mode 100644
index 000..f5d3c01
--- /dev/null
+++ b/dev-util/buildbot-worker/Manifest
@@ -0,0 +1 @@
+DIST buildbot-worker-0.9.0rc1.tar.gz 98041 SHA256 
5fc9bc888aee3af5e144c51a6c11d8f5afe57e459644749c66b495e82fba7e7e SHA512 
c9201649d8af74bc988032a69c20b220bf70b2fe7bba7eb27638408a34f2d82b90f6421a39f3a2af8cfbe8ea11429dc04faa1de635bff77fd5a9b13c9d78f167
 WHIRLPOOL 
6205a8bc018a65674e955fa6edeb9f32ec1f0dbc05bf50f649cab7271f506cfad61c8556a05c0d2185f364b9b9a493130bdea2e798cd96238f7b0797f6d12257

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild
new file mode 100644
index 000..b59c113
--- /dev/null
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit readme.gentoo user distutils-r1
+
+DESCRIPTION="BuildBot Slave Daemon"
+HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot-slave;
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE="test"
+
+RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
+https://github.com/buildbot/buildbot.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit readme.gentoo user distutils-r1
+
+DESCRIPTION="BuildBot Slave Daemon"
+HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot-slave;
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE="test"
+
+RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   || ( >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot-slave
+   
+



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

2016-08-09 Thread Brian Dolbec
commit: 8fa079ffedfd8cfece7a5cb14075537ae2278af9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:32:40 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa079ff

dev-util/buildbot-www: New buildbot-0.9 base web interface pkg

This is the base package for the web interface plugins.

Package-Manager: portage-2.3.0

 dev-util/buildbot-www/Manifest |  1 +
 .../buildbot-www/buildbot-www-0.9.0_rc1.ebuild | 45 ++
 dev-util/buildbot-www/metadata.xml | 22 +++
 3 files changed, 68 insertions(+)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
new file mode 100644
index 000..4f9e569
--- /dev/null
+++ b/dev-util/buildbot-www/Manifest
@@ -0,0 +1 @@
+DIST buildbot-www-0.9.0rc1.tar.gz 687202 SHA256 
1bd29a1587bb836faf725f03ce31ff990a03ddf20d4024887016d17cc8e4e38c SHA512 
82be17b617d763a657286095d4dc53d0a52c31e34320e9c024b2e1e071092f6769532c4a8adc4ee026c9a7637763e37a0aee4b9365073999a68abf7d7151136c
 WHIRLPOOL 
0464a6b1ccf7272ab459f2bcf9400e9ce5b2723d71e4cd3c5f9c9ab2b077470fc5dd9513e97ba9785d80c1952263b788fd8e138eb299e26ed3027fe8c5b9098d

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild
new file mode 100644
index 000..e92547f
--- /dev/null
+++ b/dev-util/buildbot-www/buildbot-www-0.9.0_rc1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
+HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   =dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-www/metadata.xml 
b/dev-util/buildbot-www/metadata.xml
new file mode 100644
index 000..e4a3609
--- /dev/null
+++ b/dev-util/buildbot-www/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   The BuildBot-www package is the base or 
common code used for the other user interface
+packages such as the waterfall and console views.
+
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot
+   
+



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

2016-08-09 Thread Brian Dolbec
commit: 6876c4d431ee294c53d563d6542f582da9722900
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:46:55 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876c4d4

dev-util/buildbot: Version bump, update live ebuild

This version is a major change from previous version.

 dev-util/buildbot/Manifest  |   1 +
 dev-util/buildbot/buildbot-0.9.0_rc1.ebuild | 161 
 dev-util/buildbot/buildbot-.ebuild  | 145 +
 dev-util/buildbot/files/buildbot9..service  |  14 +++
 dev-util/buildbot/files/buildmaster.confd.9 |  10 ++
 dev-util/buildbot/files/buildmaster.initd.9 |  54 ++
 dev-util/buildbot/metadata.xml  |   8 +-
 7 files changed, 345 insertions(+), 48 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index eae5a72..3f4671f 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -1,2 +1,3 @@
 DIST buildbot-0.8.10.tar.gz 4822307 SHA256 
c4964d2ebd81cb80a14cb058fb2aab0572a1d8d86672d514e775b42deb08a5f4 SHA512 
e148a1670a56837587d858d1697fe117661cbbfedab42bf7be905f9e8e4266e4ff0170b0cd81aed61234d30497a05427061c3084033f09811d0bc306b200661b
 WHIRLPOOL 
26397b6f914266201aba4feb4df7353facad4fd0f51bdf7e35cf25205c45eadcf83f24c265e540b13d327750ce9561362be6a5aa237152cf1298d970c504f76c
 DIST buildbot-0.8.12.tar.gz 4834352 SHA256 
c6b66976dff712268566574d57131ec15e5682f6d4390cd5c8559bab0980c4d6 SHA512 
18c5144132fb033f3581d3c494d5e8ff35d3e8b1548764452ce9ae543d710e58a2c6e3e8e46a0ef237804f9a6a45485890ae4616ab655fb00d4ccf328d6f6645
 WHIRLPOOL 
5754b7c0278fb5e7da8a7dd66253f6f4d12f54c125f6a78aa9018a2b6b22fd88a27e79e6821ab05e4cd9e87bf0dd08c3c73c7914d4c499ac13c48ca232ed21c8
+DIST buildbot-0.9.0rc1.tar.gz 3004783 SHA256 
f089c4c6494c82ad8d42bf80a356eef62580054d864a9c8b2217adeeec53ba27 SHA512 
4ec664f24f001c172d378d378ced95ad4507893a0f989178b078f4364fc9e52b2fb79196fc6f440f94f36cb14fd7b9e53530b4f5ee21fb81a0698789676be778
 WHIRLPOOL 
049f9c4efa37658bb2d5c9b04017f260c3d04e5b2df4a66eb3b3d99d6119343dcb5f78f50c8b00959932c323acf512729dbc5acd76d46eb418c6f120a8cba4b6

diff --git a/dev-util/buildbot/buildbot-0.9.0_rc1.ebuild 
b/dev-util/buildbot/buildbot-0.9.0_rc1.ebuild
new file mode 100644
index 000..fcaba40
--- /dev/null
+++ b/dev-util/buildbot/buildbot-0.9.0_rc1.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="https://github.com/buildbot/${PN}.git;
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit readme.gentoo-r1 user systemd distutils-r1
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+
+DESCRIPTION="BuildBot build automation system"
+HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="crypt doc examples irc mail manhole test"
+
+RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
+   || (
+   >=dev-python/twisted-web-14.0.1[${PYTHON_USEDEP}]
+   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+   )
+   >=dev-python/sqlalchemy-0.8[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
+   crypt? (
+   >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/service_identity[${PYTHON_USEDEP}]
+   )
+   irc? (
+   || ( >=dev-python/twisted-words-14.0.1[${PYTHON_USEDEP}]
+   =dev-python/twisted-mail-14.0.1[${PYTHON_USEDEP}]
+   =dev-python/twisted-conch-14.0.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+   >=dev-python/autobahn-0.10.2[${PYTHON_USEDEP}]
+   =dev-python/txaio-2.2.2[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/sphinx-1.4.3[${PYTHON_USEDEP}] )
+   test? (
+   >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   || (
+   (
+   
>=dev-python/twisted-mail-14.0.1[${PYTHON_USEDEP}]
+   
>=dev-python/twisted-web-14.0.1[${PYTHON_USEDEP}]
+   
>=dev-python/twisted-words-14.0.1[${PYTHON_USEDEP}]
+   )
+   =0.8',
+#'sphinx-jinja',)
+
+S=${WORKDIR}/${MY_P}
+[[ ${PV} == * ]] && S=${S}/master
+
+pkg_setup() {
+   enewuser buildbot
+
+   

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

2016-08-09 Thread Brian Dolbec
commit: 3f1a63db0564b4a83587801bee3a3fee66f9fb85
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:29:59 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1a63db

dev-util/buildbot-pkg: New buildbot-0.9 pkg

This package is used for the various buildbot-www base and plugins.

Package-Manager: portage-2.3.0

 dev-util/buildbot-pkg/Manifest |  1 +
 .../buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild | 44 ++
 dev-util/buildbot-pkg/metadata.xml | 32 
 3 files changed, 77 insertions(+)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
new file mode 100644
index 000..8c0d825
--- /dev/null
+++ b/dev-util/buildbot-pkg/Manifest
@@ -0,0 +1 @@
+DIST buildbot-pkg-0.9.0rc1.tar.gz 3363 SHA256 
0bbbf10361087493cc6ee62e077863eafe1b3e24c43a8429a6eb1a75b35359b6 SHA512 
b9bf46252ddb28f1d83f4425f65cd8cdc187eaaee0006ec84d3bf9fe89d32001295ff631fa2f4f29d61a0da3ea9ab89e5b95a402bbd781b537e3f1497fa1ec23
 WHIRLPOOL 
33d643cae5ec89d418ec3a41c3903a8d8c1f6a95626a8391a4ffde3872184e5d8cfb776affe392cd70f6500267be08f972e4e92c9360029f9880b887e4c78cd5

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild
new file mode 100644
index 000..9900daa
--- /dev/null
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+
+DESCRIPTION="BuildBot common www build tools for packaging releases"
+HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-pkg/metadata.xml 
b/dev-util/buildbot-pkg/metadata.xml
new file mode 100644
index 000..5a7ed40
--- /dev/null
+++ b/dev-util/buildbot-pkg/metadata.xml
@@ -0,0 +1,32 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   The BuildBot is a system to automate the 
compile/test cycle required
+by most software projects to validate code changes.
+Features:
+  * run builds on a variety of slave platforms
+  * arbitrary build process: handles projects using C, Python, whatever
+  * minimal host requirements: python and Twisted
+  * slaves can be behind a firewall if they can still do checkout
+  * status delivery through web page, email, IRC, other protocols
+  * track builds in progress, provide estimated completion time
+  * flexible configuration by subclassing generic build process classes
+  * debug tools to force a new build, submit fake Changes, query slave
+status
+  * released under the GPL
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot
+   
+



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

2016-08-09 Thread Brian Dolbec
commit: c1a8f12c0daff4a971212f39381b6f8f42e2a580
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:17:12 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a8f12c

dev-python/ramlfications: New package, dep og buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/ramlfications/Manifest  |  1 +
 dev-python/ramlfications/metadata.xml  | 24 +++
 .../ramlfications/ramlfications-0.1.9.ebuild   | 35 ++
 3 files changed, 60 insertions(+)

diff --git a/dev-python/ramlfications/Manifest 
b/dev-python/ramlfications/Manifest
new file mode 100644
index 000..a69a837
--- /dev/null
+++ b/dev-python/ramlfications/Manifest
@@ -0,0 +1 @@
+DIST ramlfications-0.1.9.tar.gz 1094577 SHA256 
7bb89c11b13bc6b4099ee7fa07c5285a54b64a5e9c71eb6ca99660358fb27677 SHA512 
5f93556e8f008b86bbe1e3b96dba3b20a31e583800334931b9c3972da897bc19a93ba5fdd687799e99aee79a93e10e58ca1b3eb5b0f38fb2b28d0f0ba0723e82
 WHIRLPOOL 
b58c21ab3d03578fe69bd29f331744c81ff5d88ce0ed7f03c1d0abd72058069638413043d8b63cb6e8a5a2b11b078b60cb5c1baf2491e73c44a33700cd51c97a

diff --git a/dev-python/ramlfications/metadata.xml 
b/dev-python/ramlfications/metadata.xml
new file mode 100644
index 000..ea8b031
--- /dev/null
+++ b/dev-python/ramlfications/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   s...@lynnroot.com
+   Lynn Root
+   
+   ramlfications
+   
+   ramlfications is an Apache-2.0 licensed reference 
implementation
+of a RAML parser in Python intended to be used for parsing API definitions
+(e.g. for static documentation-generation).
+   
+

diff --git a/dev-python/ramlfications/ramlfications-0.1.9.ebuild 
b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
new file mode 100644
index 000..44d8fe5
--- /dev/null
+++ b/dev-python/ramlfications/ramlfications-0.1.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 pypy)
+
+inherit eutils distutils-r1
+
+DESCRIPTION="RAML reference implementation in Python"
+HOMEPAGE="https://ramlfications.readthedocs.org/ 
https://pypi.python.org/pypi/ramlfications/;
+SRC_URI="https://github.com/spotify/${PN}/releases/download/0.1.9/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/markdown2[${PYTHON_USEDEP}]
+   dev-python/jsonref[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"



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

2016-08-09 Thread Brian Dolbec
commit: 661c66b3fd0b8adcc719beb412493bd36958f033
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:07:19 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661c66b3

dev-python/txgithub: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/txgithub/Manifest   |  1 +
 dev-python/txgithub/metadata.xml   | 20 
 dev-python/txgithub/txgithub-15.0.0.ebuild | 24 
 3 files changed, 45 insertions(+)

diff --git a/dev-python/txgithub/Manifest b/dev-python/txgithub/Manifest
new file mode 100644
index 000..a24e205
--- /dev/null
+++ b/dev-python/txgithub/Manifest
@@ -0,0 +1 @@
+DIST txgithub-15.0.0.tar.gz 9871 SHA256 
1427b52d12369b8c6789ba9cfcb62e94c4f95771642eb6311dabd5fe3e1b1f1f SHA512 
40449089c7c82e901f738935e915a2a6e250600f46ceea7011ef48357851513dccd0fe0f45539cff6de8a45acfe3e34082156e2b70e54dec695633be01d03510
 WHIRLPOOL 
ac7e1f542b6ec228f7bde83565c6d4410b0dae7bb0ae6cd1754bacf6bd47f5471e16b006ef1c145d180711d5a82a44de988c7bf2ca95b0907a0595a18a89ca9b

diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml
new file mode 100644
index 000..eadceab
--- /dev/null
+++ b/dev-python/txgithub/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   tom.pri...@ualberta.net
+   Tom Prince
+   
+   txgithub
+   
+   txgithub is a library based on Twisted for accessing 
GitHub's API version 3
+

diff --git a/dev-python/txgithub/txgithub-15.0.0.ebuild 
b/dev-python/txgithub/txgithub-15.0.0.ebuild
new file mode 100644
index 000..f914430
--- /dev/null
+++ b/dev-python/txgithub/txgithub-15.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="GitHub API client implemented using Twisted"
+HOMEPAGE="https://github.com/tomprince/txgithub 
https://pypi.python.org/pypi/txgithub;
+SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
+   >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2016-08-09 Thread Brian Dolbec
commit: ab3ca7115d83ff0002839c443720f76f7d29ec99
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:42:25 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ca711

dev-util/buildbot-console-view: New buildbot-0.9 interface plugin

Package-Manager: portage-2.3.0

 dev-util/buildbot-console-view/Manifest|  1 +
 .../buildbot-console-view-0.9.0_rc1.ebuild | 46 ++
 dev-util/buildbot-console-view/metadata.xml| 22 +++
 3 files changed, 69 insertions(+)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
new file mode 100644
index 000..612a0ea
--- /dev/null
+++ b/dev-util/buildbot-console-view/Manifest
@@ -0,0 +1 @@
+DIST buildbot-console-view-0.9.0rc1.tar.gz 627043 SHA256 
4cd6c276082a65d2a7d6c9f8fbc14c9f7a57f80ca6ffa09b111976e026ab9d3c SHA512 
80ceae74a2dc2035e6e389ee462a5c92aaf3f4d06008c5b01b2b71b6725c4380cc82b2145ffb09e77425926cf06b6ab60a027996d128579c4e83ca0984c40f06
 WHIRLPOOL 
87194dc0e6ca5b027f1d8f8d64756b145eadc958d02435508f6b5cb9a11323a1c1bd11bc5dad9780d1d4ecc5ac7dad7c5f01cc2a2bada221e8233849724c9c12

diff --git 
a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
new file mode 100644
index 000..52840dd
--- /dev/null
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot console-view plugin"
+HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   =dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-console-view/metadata.xml 
b/dev-util/buildbot-console-view/metadata.xml
new file mode 100644
index 000..3dad55e
--- /dev/null
+++ b/dev-util/buildbot-console-view/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   The buildbot-console-view plugin is the user 
interface code used to
+display information about the builds to the console.
+   
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2016-08-09 Thread Brian Dolbec
commit: b8ef96c5e53a12a9c9da71d0326391763f109977
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:44:53 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ef96c5

dev-util/buildbot-waterfall-view: New buildbot-0.9 waterfall-view plugin

Package-Manager: portage-2.3.0

 dev-util/buildbot-waterfall-view/Manifest  |  1 +
 .../buildbot-waterfall-view-0.9.0_rc1.ebuild   | 46 ++
 dev-util/buildbot-waterfall-view/metadata.xml  | 22 +++
 3 files changed, 69 insertions(+)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
new file mode 100644
index 000..8d84a18
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -0,0 +1 @@
+DIST buildbot-waterfall-view-0.9.0rc1.tar.gz 701353 SHA256 
8822f75ceac242d00dc10cdc381864e460b936532a1618bf47ce9b353a63814a SHA512 
3829faf9da4fb8a2137affbafc0fc4e08e3bfd229a861089e1140e715348305896235dfeb44df93b4b8da3273f261b1d98e02073d4b822c99c4eec7736824def
 WHIRLPOOL 
e616ab438b5d64a63ee33cf47475bb35869c27e9b277797ef99a246f72a95339eb8145afed1b18f412d2212be0292c6bae63f4741a7f1611d95529f67d8cae98

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild
new file mode 100644
index 000..648f02e
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot waterfall-view plugin"
+HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
+
+MY_PV="${PV/_p/p}"
+MY_V="0.9.0rc1"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   =dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   =dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_install_all() {
+   distutils-r1_python_install_all
+}

diff --git a/dev-util/buildbot-waterfall-view/metadata.xml 
b/dev-util/buildbot-waterfall-view/metadata.xml
new file mode 100644
index 000..508d23a
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   
+   The buildbot-waterfall-view plugin is the 
user interface code used to generate
+the web pages used to display information about the builds.
+   
+   
+   
+   de...@buildbot.net
+   Developers List
+   
+   buildbot
+   
+



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

2016-08-09 Thread Brian Dolbec
commit: 78e6f61c22ee89726421a97373d47b4cd7a6e9c0
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:09:37 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e6f61c

dev-python/future: Add ~x86 keyword

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/future/future-0.15.2.ebuild 
b/dev-python/future/future-0.15.2.ebuild
index 4c506af..05d6707 100644
--- a/dev-python/future/future-0.15.2.ebuild
+++ b/dev-python/future/future-0.15.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 python_test() {



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

2016-08-09 Thread Brian Dolbec
commit: da96a8a9ea74b7fed1ba4eb5ea98eebf899490a6
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 22:01:13 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da96a8a9

dev-python/jsonref: New package, dep of buildbot-0.9

Package-Manager: portage-2.3.0

 dev-python/jsonref/Manifest   |  1 +
 dev-python/jsonref/jsonref-0.1.ebuild | 20 
 dev-python/jsonref/metadata.xml   | 25 +
 3 files changed, 46 insertions(+)

diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
new file mode 100644
index 000..847f822
--- /dev/null
+++ b/dev-python/jsonref/Manifest
@@ -0,0 +1 @@
+DIST jsonref-0.1.tar.gz 12296 SHA256 
56e0ce228798bdecadff865c142741b1ffdd57a5e9c40c40ec2b641d7c430ad3 SHA512 
9900601feab0c20c902a6d5575fd411898af126a650d0c9ff955f50f5bd1f5da8e5a071ca86cac31ce3c5fb35a516f849cbb70098cac2cfdc910ba33a1f7411b
 WHIRLPOOL 
f1249188c03e90fb03a090dd4b2faec272aa9b9edcadceee32403ecf79a8a62029af9380cab8273094fa6cb04d086bf5e529febc9606e68f00016686817e2a05

diff --git a/dev-python/jsonref/jsonref-0.1.ebuild 
b/dev-python/jsonref/jsonref-0.1.ebuild
new file mode 100644
index 000..3ef20c6
--- /dev/null
+++ b/dev-python/jsonref/jsonref-0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit eutils distutils-r1
+
+DESCRIPTION="An implementation of JSON Reference for Python"
+HOMEPAGE="https://github.com/gazpachoking/jsonref 
https://pypi.python.org/pypi/jsonref;
+SRC_URI="https://github.com/gazpachoking/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-python/jsonref/metadata.xml b/dev-python/jsonref/metadata.xml
new file mode 100644
index 000..d7c9ca7
--- /dev/null
+++ b/dev-python/jsonref/metadata.xml
@@ -0,0 +1,25 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Brian Dolbec
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   Chase Sterling
+   chase.sterl...@gmail.com
+   
+   jsonref
+   
+   jsonref is a library for automatic dereferencing of 
JSON Reference
+objects for Python (supporting 2.6+ including Python 3).
+This library lets you use a data structure with JSON reference objects, as if 
the
+references had been replaced with the referent data.
+   
+



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

2016-08-09 Thread Brian Dolbec
commit: 537f7b2fd68a77c432f09861acd8b38420b02a5e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  9 21:23:58 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  9 23:47:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537f7b2f

profiles/base/package.use.mask: Mask doc use flag due to missing dep

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 50a3032..3eac398 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Brian Dolbec  (9 Aug 2016)
+# Mask doc use flag due to needed sphinx pkg update
+>=dev-util/buildbot-0.9.0_rc1 doc
+
 # James Le Cuirot  (26 Jul 2016)
 # Only available on amd64.
 dev-java/icedtea shenandoah



[gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/

2016-08-09 Thread Patrice Clement
commit: bbfceac801a8d61d5bf137336551cf270432b562
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  9 22:45:34 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 22:47:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfceac8

app-vim/xsl-syntax: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild 
b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
index 62f7a29..75af74d 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
 IUSE=""
 VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257;
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/

2016-08-09 Thread Patrice Clement
commit: 71532b88de6248c0e9b2ce4f08eabfaa8876539c
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  9 22:46:28 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 22:47:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71532b88

app-vim/xsl-syntax: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild 
b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
deleted file mode 100644
index 8ce20c7..000
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257;
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257;
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   # hi link is evil. See bug #101787, bug #101804.
-   sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
-}



[gentoo-commits] proj/betagarden:master commit in: dev-python/blessed/

2016-08-09 Thread Sebastian Pipping
commit: 7c5205e383bf7e7a48fa7b98496757abe651610c
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Aug  9 21:58:38 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Aug  9 21:58:38 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7c5205e3

dev-python/blessed: 1.14.1

 dev-python/blessed/ChangeLog |  5 +
 dev-python/blessed/blessed-1.14.1.ebuild | 27 +++
 dev-python/blessed/metadata.xml  |  7 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/blessed/ChangeLog b/dev-python/blessed/ChangeLog
new file mode 100644
index 000..6397dc5
--- /dev/null
+++ b/dev-python/blessed/ChangeLog
@@ -0,0 +1,5 @@
+*blessed-1.14.1 (09 Aug 2016)
+
+  09 Aug 2016; Sebastian Pipping  +blessed-1.14.1.ebuild,
+  +metadata.xml:
+  dev-python/blessed: 1.14.1

diff --git a/dev-python/blessed/blessed-1.14.1.ebuild 
b/dev-python/blessed/blessed-1.14.1.ebuild
new file mode 100644
index 000..8bc42a3
--- /dev/null
+++ b/dev-python/blessed/blessed-1.14.1.ebuild
@@ -0,0 +1,27 @@
+# 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,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Wrapper around terminal styling, screen positioning, and keyboard 
input"
+HOMEPAGE="https://github.com/jquast/blessed 
https://pypi.python.org/pypi/blessed/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   # The tests need an interactive terminal
+   # https://github.com/erikrose/blessings/issues/117
+   script -eqc "nosetests -w \"${BUILD_DIR}\"" /dev/null \
+   || die "tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/blessed/metadata.xml b/dev-python/blessed/metadata.xml
new file mode 100644
index 000..82b7b79
--- /dev/null
+++ b/dev-python/blessed/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sp...@gentoo.org
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-mail/offlineimap/

2016-08-09 Thread Tim Harder
commit: ae2304e3af5de6f24f4765adbbdd668339eca57f
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug  9 19:49:43 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug  9 19:49:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2304e3

net-mail/offlineimap: version bump to 7.0.4

 net-mail/offlineimap/Manifest |  1 +
 net-mail/offlineimap/offlineimap-7.0.4.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/net-mail/offlineimap/Manifest b/net-mail/offlineimap/Manifest
index 2593bcb..c341a49 100644
--- a/net-mail/offlineimap/Manifest
+++ b/net-mail/offlineimap/Manifest
@@ -1,3 +1,4 @@
 DIST offlineimap-6.5.6.tar.gz 187801 SHA256 
650fa588bdf86624575a5196fa12e9059b74673a51593718d058365230189abd SHA512 
3f7cb63d00486de2d648aa9dd3637ce252dd100bc8237742d11f749726b2b14907c07c802ba0fd5891c88f5062f9a2d05ebc78ceee8c30981f4c4579c3143d6e
 WHIRLPOOL 
0ca66a196683555c5a9e193ccb0a84a8104b2a7715a3839f364d77d1376637a4938b39fa7e9a47f925cde2516a4b0ace94d9e4f9d62dcff50501510c834cb023
 DIST offlineimap-6.5.7.tar.gz 20 SHA256 
b7de52c7d8995e0657bb55da13531c8d6f96d828217159477c685ae408e390a3 SHA512 
eb2d7c627b1a5563cb685549eeaaef2cd164e69ab5c541ee64b2d081dfe5493cd51de449e6283447e8132503545f7f37cb6bf7e6764b626f243e502cf77bda4f
 WHIRLPOOL 
dbedde3030f1483dda00ee56d2a735c6d131f65dcafac37f476b136de86dbd0d76d87b8701c99e642f050a181f6bb657be9bbae44e2f289137e785759136395f
 DIST offlineimap-7.0.3.tar.gz 688967 SHA256 
db002ba68ac5ce9336487741d9828e33dd435ee33dc5009ae91c3586d1b4507e SHA512 
5ebb0411810b617f7b878df147d10bedf1a9d928645f8080f6d81683f621f503bda3ecc50dbaa86fe0d8b500e355236eebced3833313abb694b0593e626be330
 WHIRLPOOL 
3e4b3b42f732771e5b1d680dac12a49e2dac2c0e45174e3b40fef961f8917280d76612a048121a7f379edb014f553966f6b40df362a65a93dcf2f752666b8ca3
+DIST offlineimap-7.0.4.tar.gz 689027 SHA256 
3f848027a5b9865061f9ff56bc8a0ee6d7370f53fe5bb5a76e3e9220fea63ebc SHA512 
29b22d5cf8deea937c6eb461b9a7e8211792e761374407ae6a17eb53a6a9a0f8ce6e43b84b90470802112389b50018cd6ee8ca85f7e0b3744720707e35a9119b
 WHIRLPOOL 
3aa9a4e401e6851d806bff9a8a95f5bd37ce1ab16ccb5b9baa0ec2eefdb559489203927b5e3de6ad010b54c3ab6785662c979287cd706f7f05ec989ab6c8eaaf

diff --git a/net-mail/offlineimap/offlineimap-7.0.4.ebuild 
b/net-mail/offlineimap/offlineimap-7.0.4.ebuild
new file mode 100644
index 000..2915dc7
--- /dev/null
+++ b/net-mail/offlineimap/offlineimap-7.0.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Normally you need only one version of this.
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_REQ_USE="threads,sqlite,ssl?"
+
+inherit distutils-r1
+
+DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
+HOMEPAGE="http://offlineimap.org;
+SRC_URI="https://github.com/OfflineIMAP/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="doc ssl"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="doc? ( app-text/asciidoc )"
+
+# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 284925
+PATCHES=(
+   "${FILESDIR}/${PN}-7.0.3-darwin10.patch"
+)
+
+src_compile() {
+   distutils-r1_src_compile
+   use doc && emake -C docs man
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc offlineimap.conf offlineimap.conf.minimal
+   use doc && doman docs/{offlineimap.1,offlineimapui.7}
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "You will need to configure offlineimap by creating 
~/.offlineimaprc"
+   elog "Sample configurations are in /usr/share/doc/${PF}/"
+   elog ""
+   elog "If you connect via ssl/tls and don't use CA cert 
checking, it will"
+   elog "display the server's cert fingerprint and require you to 
add it to the"
+   elog "configuration file to be sure it connects to the same 
server every"
+   elog "time. This serves to help fixing CVE-2010-4532 
(offlineimap doesn't"
+   elog "check SSL server certificate) in cases where you have no 
CA cert."
+   fi
+}



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2016-08-09 Thread Andrew John Hughes
commit: 962b767be57bdd71aaf090338ea3c84fbae01e9d
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Tue Aug  9 19:43:52 2016 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Tue Aug  9 19:43:52 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=962b767b

dev-java/icedtea: Bump to 3.2.0pre02 and sync with changes to 3.1.0 ebuild.

Package-Manager: portage-2.2.27

 dev-java/icedtea/ChangeLog   |  6 ++
 dev-java/icedtea/Manifest| 18 +-
 ...3.2.0_pre01.ebuild => icedtea-3.2.0_pre02.ebuild} | 20 ++--
 3 files changed, 25 insertions(+), 19 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index ea47455..359c816 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-3.2.0_pre02 (09 Aug 2016)
+
+  09 Aug 2016; Andrew John Hughes 
+  +icedtea-3.2.0_pre02.ebuild, -icedtea-3.2.0_pre01.ebuild:
+  dev-java/icedtea: Bump to 3.2.0pre02 and sync with changes to 3.1.0 ebuild.
+
 *icedtea-3.2.0_pre01 (05 Aug 2016)
 
   05 Aug 2016; Andrew John Hughes 

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index f588bbe..70a6388 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -23,15 +23,15 @@ DIST icedtea-3.1-nashorn-289b6e3c6e05.tar.xz 2219684 SHA256 
56b36f5f7c073b140f83
 DIST icedtea-3.1-openjdk-453780834f92.tar.xz 334244 SHA256 
c19f7ffaec510db20b3c66b6447040012c28df319ab1dcfaf0a41c0e807bdddc SHA512 
f2b40a39418e9df667a871293629cec85a8b43edd9051caf80961e1b92916e7a7509dfebaaf6c461ff0d51e6e8d653d7584de8ff35fb7229e8def6ee0f8ddadc
 WHIRLPOOL 
a072fd9dac5cefd00f60557bd25f4089ede0400caf64b179924df2cd1a18ded15d9eef072d355870c735d311012ecb53178b834ea3a738d994decacf13433b16
 DIST icedtea-3.1-shenandoah-997386c525f7.tar.xz 6839400 SHA256 
9363a37649f102de9c49e11f1fdd2b42be82f83e004265894cfc036325d511ea SHA512 
7cf4b07c62d790225ce102ab7e835e00bf53cbeace9c1bc10faf84f5d1a8b6eb9e2be62e542e98d7ecef75594738fa660bb738e951c91067220487cd105b3454
 WHIRLPOOL 
8bf3d81d01d84e362ed0d446a9183702e6f22a3eb186842cf4e63a98842263e28e98fd4d16d4c995cd6b2c87e839ee2484b2182edca6b02ae6702a25f7cdf61e
 DIST icedtea-3.1.0.tar.xz 1437400 SHA256 
75616641ad6d8437124c32fed3fadddac67b14bba26757e15f6c2f69149233b4 SHA512 
85b54df0d50e5554b62191c7e868c7c2154619617732af227408a8d6a9c8b2a4b86fc2f98f33b58c4b14485931e6da4eff8d50026d63b0f7a5a46bf9d66140a3
 WHIRLPOOL 
c2f3b42a2b16fd1e28d3a9f1929cba76e2f0aa77872eac8f451b53fb20eaaf7aec140c769133af976e0377315742d6a2cc054a325c82195380dd8cc5e5bc45c7
-DIST icedtea-3.2-corba-48dbf4a68dc7.tar.xz 938700 SHA256 
61c64bbde1c1ce16b85f78af33d5127d951fd2873d44cca0da6cba59d0749d55 SHA512 
e939c3afe05dc6618f2934a163ea1a5994185043fe9757f1e6423090fd0d4cc7dcb43bd6e9e6dd77fde61cc1f069dd08494d6084f045b707daa45638d30384d6
 WHIRLPOOL 
d08c406b4afe31ed0d158ba1fa573fa3479e35bd19c690e8a84a0272df5dfe6d3afe2c4f3afa70f903e0c99dc21e2b9ea9199009f911dea477d8490e8fb4b3b4
-DIST icedtea-3.2-hotspot-90416ba05ba1.tar.xz 6798000 SHA256 
9d29cc0f6aa14c57788efcaf4be9e1d20297d07f0535941e31b64d42f4034c4c SHA512 
bc5a49c59c5b0f064e965e17890c97ac4b8db4a002f3fdf22ca94a177d1687bbc9b1bc9396e94707b51f3960d9792d4f86e3d0c11b4f582d186ba95b3925c55c
 WHIRLPOOL 
b298334e62d4c4d538ca3b3421eb7e090c66a0f22593fd0433d565110a60fc090e29578a595c0925957f5f6edb649017a41dd114e1bb396f3993fdb36438a076
-DIST icedtea-3.2-jaxp-2acc40d95975.tar.xz 2299204 SHA256 
8d6564a9ff6b12ad2536f2998ab45639bdbb6109566c4c9d9f70bb1546602d5c SHA512 
a23630b5daeded1cd5a695f9efc68cddefc2e3b6c92d51d11431dea63d3806b1ed6af370b6d2faf1841c9797889ff30315f9158904c3215cc910712cda0d86c9
 WHIRLPOOL 
6800e2b90865de3600e404217c7909c1ea16a99fef5476dbb6d53591aa2095da222b469899d987d4a12eb6d319e6f40df534eb96231c6da01921da83adadc055
-DIST icedtea-3.2-jaxws-cfba1219c991.tar.xz 2267744 SHA256 
52e621cd3a7914a0cc98484ec9db3ee1c6a4e7621f882521ed9b9e0b3b85875c SHA512 
7e7a241a7efc45b2b2cd4a2e4b1584c33d5e949a8173c7823a7830a044a2cacafcba3e2f0866d5b40538de675a8b1c0380457460f3e19abfb0809efe93869455
 WHIRLPOOL 
e36d9c66be6899abfac3e06e067cda5e6a0f63e880992e7f4f1ad97e037a117ca88c91138fec22c15695f876a0dacccb73ff98c5d2400447d007aee8cbf72731
-DIST icedtea-3.2-jdk-39845e69dc6b.tar.xz 38649052 SHA256 
f0396153b6f9b2c9d12f8c3458131801875402d695314378646f6e94e176e365 SHA512 
792245f66a8f52b5f1554ac620f17f550c6c0221ac990decb6b336093f598a299eed89b4ecfffb10724e4358b8aa56c79ed67056a8b5e79343388724887c38f8
 WHIRLPOOL 
9d0ce3292e2cba24252c00fd73ca82eac5f0bc83b3ed496430df7b5ab2c0c9ac6b56c543930c5489db8f77c7166f814f8bc95b7ac64333f686f03861bfd79eda
-DIST icedtea-3.2-langtools-88f7b4f1b721.tar.xz 2060092 SHA256 
9a16afa19c6975e225949878ddaa9df38589b5e815b379ff1703a51c2bff SHA512 

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

2016-08-09 Thread Matt Thode
commit: 37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2
Author: Geaaru  gmail  com>
AuthorDate: Fri Aug  5 14:25:44 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Aug  9 19:25:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fb95c2

net-misc/openvswitch: Fix deps for pure systemd env.

Signed-off-by: Matthew Thode  gentoo.org>

 net-misc/openvswitch/openvswitch-2.5.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild 
b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index 111e873..e1a284c 100644
--- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
@@ -17,7 +17,11 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug modules monitor +ssl"
 
-RDEPEND=">=sys-apps/openrc-0.10.5
+RDEPEND="
+   || (
+   >=sys-apps/openrc-0.10.5
+   sys-apps/systemd
+   )
ssl? ( dev-libs/openssl:= )
monitor? (
${PYTHON_DEPS}



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

2016-08-09 Thread Matt Thode
commit: b68e17af07334e9671735484bd2cb170cdf5a29d
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Aug  9 19:23:31 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Aug  9 19:23:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68e17af

app-admin/puppetdb: bup

Package-Manager: portage-2.2.28

 app-admin/puppetdb/Manifest  |  1 +
 app-admin/puppetdb/puppetdb-4.2.0.ebuild | 91 
 2 files changed, 92 insertions(+)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index 4c7bf6f..e88fdc7 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -2,3 +2,4 @@ DIST puppetdb-4.0.0.tar.gz 22121324 SHA256 
e28d898e1912a43cb3f2555c5bacf4cb03d81
 DIST puppetdb-4.0.2.tar.gz 22131185 SHA256 
7306f509f2caf642e37c0b8c1d67a07734a7912ae6ce0887c805d038e3d43fb6 SHA512 
60594246df950f644cdc8d17da16685b15ab3b4838586820a1fd2a242aaa66a0320a1ffd8da445c7a071f8af15305ad711a588eb1ac5c0646a8bfed65e5b935f
 WHIRLPOOL 
77406d20e62014f3e3ac4c688ffa9792b1590ea05b5a176aa4a36d34e7f74792d86350f74e4b4274015fe6e96dbc198f26bf016b8c10993621e507c0e9cd
 DIST puppetdb-4.1.0.tar.gz 22315267 SHA256 
c06320f4befd5422308af38f44d76986c14b56cd1940705954b06754035e250c SHA512 
a9d8fbaa3fa2cc7edb02058250144becc43be3841bd702600a584438f8c4ce58abdea466e75d00aea2ff04d1f17a183ef018cb42c4d1cb952c2f71e8ff389bd1
 WHIRLPOOL 
f2c764c85e5ca33469413e551406e1112ff3e98112f372a3b5f8ad89c464dfa159d571e61dbd80839b59762b3549e64040a38668f45187a8fe3ed8fe98e8e59d
 DIST puppetdb-4.1.2.tar.gz 22313557 SHA256 
d0752931e57ed7c524e4de2f0aa68aa13986db9aeb1a059782d65c063c028773 SHA512 
fa53493ea0af7b2441de4572b836289346d0f8d7cd6b6fecabaccca6b21f6686dcee0dc1280c38001347b3e3214b11512ae402587385114c654a7c1a9bbfb670
 WHIRLPOOL 
8fee8fe966d8b848f8b6fbfc05f176313c32e3c0e112520571ee9eba98e6895732787d455ca70cf3cbe8d8ac8d8fbd34dc50c6b794b2d85b90b93bf62dd047b2
+DIST puppetdb-4.2.0.tar.gz 22410191 SHA256 
cd5e62c826bb13fbfe5a5ceae24c41a1e8f7bb1bb33c191efa50ba010e82b52c SHA512 
75391761d8d72edc33417bd0157191c38c5a1ef7db72ad39c1858c973d678e2455ba403737c94457c20199393c78d83da547d2e703025b5ae6c743f36d13a532
 WHIRLPOOL 
4ac8fe28b189b84174ae5221c7074fe2425f3d1d6e25fcc1cdc1f123e1eb60eccf98549d4a12442cb7578361c58c7b1b1ac791e452a39dae669a2dd38c4c158e

diff --git a/app-admin/puppetdb/puppetdb-4.2.0.ebuild 
b/app-admin/puppetdb/puppetdb-4.2.0.ebuild
new file mode 100644
index 000..1386a3e
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-4.2.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit multilib systemd user
+
+DESCRIPTION="PuppetDB collects data generated by Puppet."
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
+SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+=">=virtual/jdk-1.7.0"
+DEPEND+=""
+
+pkg_setup() {
+   enewgroup puppetdb
+   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
+}
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   dodir /opt/puppetlabs/server/data/puppetdb
+   insinto /opt/puppetlabs/server/apps/puppetdb
+   insopts -m0744
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppetdb.jar
+   insinto /etc/puppetlabs/puppetdb
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetdb/conf.d
+   doins ext/config/conf.d/jetty.ini
+   doins ext/config/conf.d/repl.ini
+   doins ext/config/conf.d/database.ini
+   doins ext/config/conf.d/config.ini
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
+   doins ext/cli/foreground
+   doins ext/cli/ssl-setup
+   doins ext/cli/export
+   doins ext/cli/config-migration
+   doins ext/cli/foreground
+   doins ext/cli/anonymize
+   doins ext/cli/import
+   insinto /opt/puppetlabs/server/apps/puppetdb/bin
+   doins ext/bin/puppetdb
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym 

[gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/

2016-08-09 Thread Patrice Clement
commit: 350aeb3f9f59fa01d6e66525aec583f1c7090220
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Tue Aug  9 10:00:27 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 18:26:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350aeb3f

app-shells/mpv-bash-completion: require mpv>=0.14.0 for 3.3.4.

mpv-bash-completion-3.3.4 doesn't build otherwise.

Gentoo-Bug: https://bugs.gentoo.org/590794
Closes: https://github.com/gentoo/gentoo/pull/2047

Package-Manager: portage-2.3.0

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

 app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild 
b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild
index fc46881..862931b 100644
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild
+++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.4.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="luajit"
 
-COMMON_DEPEND="media-video/mpv[cli]"
+COMMON_DEPEND=">=media-video/mpv-0.14.0[cli]"
 RDEPEND="${COMMON_DEPEND}
>=app-shells/bash-completion-2.3-r1
 "



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

2016-08-09 Thread Mike Frysinger
commit: 88bbbd5a0d7e190677c2f22321141146ab1c12f2
Author: Siarhei Siamashka  gmail  com>
AuthorDate: Tue Aug  9 16:57:57 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Aug  9 16:59:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bbbd5a

toolchain-funcs.eclass: add or1k tuple support #589682

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

diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index 9bb5232..5bac36b 100644
--- a/eclass/toolchain-funcs.eclass
+++ b/eclass/toolchain-funcs.eclass
@@ -488,7 +488,7 @@ ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
mips*)  echo mips;;
nios2*) echo nios2;;
nios*)  echo nios;;
-   or32*)  echo openrisc;;
+   or1k|or32*) echo openrisc;;
powerpc*)
# Starting with linux-2.6.15, the 'ppc' and 'ppc64' 
trees
# have been unified into simply 'powerpc', but until 
2.6.16,



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

2016-08-09 Thread Christoph Junghans
commit: e633382c75aa58983d1535bd36aecdefbf1b4bb9
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Aug  9 16:46:36 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Aug  9 16:47:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e633382c

sci-libs/fftw: workaround for bug #590446

Package-Manager: portage-2.2.28

 sci-libs/fftw/fftw-3.3.5-r1.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/sci-libs/fftw/fftw-3.3.5-r1.ebuild 
b/sci-libs/fftw/fftw-3.3.5-r1.ebuild
index ff0c93d..6eec1c9 100644
--- a/sci-libs/fftw/fftw-3.3.5-r1.ebuild
+++ b/sci-libs/fftw/fftw-3.3.5-r1.ebuild
@@ -163,7 +163,15 @@ src_install() {
DOCS=( AUTHORS ChangeLog NEWS README TODO COPYRIGHT CONVENTIONS )
HTML_DOCS=( doc/html/ )
 
-   multibuild_foreach_variant multilib-minimal_src_install
+   #workaroud for bug #590446
+   my_abi_install() {
+   pushd "${BUILD_DIR}" >/dev/null || die
+   emake DESTDIR="${D}" install
+   popd >/dev/null || die
+   }
+   multibuild_foreach_variant multilib_foreach_abi my_abi_install
+
+   einstalldocs
 
if use doc; then
dodoc doc/*.pdf



[gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/, app-crypt/monkeysphere/files/

2016-08-09 Thread Kristian Fiskerstrand
commit: 5ca3028d1a392aa98808a72b098651fe22e8493e
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Aug  9 15:36:33 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Aug  9 15:37:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca3028d

app-crypt/monkeysphere: Version bump to 0.38

Package-Manager: portage-2.3.0

 app-crypt/monkeysphere/Manifest|  1 +
 .../files/monkeysphere-0.38-asprintf.patch | 45 ++
 ...monkeysphere-0.38-revert-executable-patch.patch | 98 ++
 .../monkeysphere-0.38-syssharedir-whitespace.patch | 53 
 app-crypt/monkeysphere/monkeysphere-0.38.ebuild| 61 ++
 5 files changed, 258 insertions(+)

diff --git a/app-crypt/monkeysphere/Manifest b/app-crypt/monkeysphere/Manifest
index e905342..44a78ab 100644
--- a/app-crypt/monkeysphere/Manifest
+++ b/app-crypt/monkeysphere/Manifest
@@ -1,2 +1,3 @@
 DIST monkeysphere_0.36.orig.tar.gz 98876 SHA256 
6ae4edeff2cc29b6913346e15b61500ea7cc06d761a9f42e67de83b7d2607be7 SHA512 
eb6776bd9996db8a5d6a1d16b5b06e6733069cbb3cb35f4e3965508575e084c6f08576f31c71429432daf93910d145804ecf155c3d7550a0f4550a056cb4f0c8
 WHIRLPOOL 
c163d0be77d3c6d838f752c8f53d967b17aeafd798e4fca694a31bf55628fb57d18b6a4664ca9552bd3daf3b89b6f86452d430529985ca0a31c3c4aa48470bc0
 DIST monkeysphere_0.37.orig.tar.gz 99557 SHA256 
b510b8a414fb400356e80f1f882488785df72ac54078410b54d4c50a84686e59 SHA512 
ebf636caaa0985a2495314375a9d78d131173ccedc116993e02b7bbc0ddc8c43c718dc65cb725619ecf7e72e0b7e11b941f3eb342d7c23d17ca0507b2ab28512
 WHIRLPOOL 
d27a3712ce4cd529986c4ac0af7398f8d69d66c1b5aed9842d3b21f417bab5d2b3afc7be9e069ce0e9f307b17ad33ef9e8d49d7624ec0d7d2aab60949982b9c1
+DIST monkeysphere_0.38.orig.tar.gz 107546 SHA256 
6951821d11ad646e6e7651d677bfab8f800fbc52703a0ab9942d03cd13959073 SHA512 
fd87460fe16b0133fd507ff93926a5dea6419343b45c3ba33e6e981333646f4fa840c127bb1f3e7750bc3ede66c5e07f417a8354cf38d89159422dca390f
 WHIRLPOOL 
26f96f1d845ce1178337cc23e50140576a785536f656e73ceaba4d64192106b2462bb046328758c2771b48de64abe1a3d866cfc2fadc7ac0d0e2341778cd9105

diff --git a/app-crypt/monkeysphere/files/monkeysphere-0.38-asprintf.patch 
b/app-crypt/monkeysphere/files/monkeysphere-0.38-asprintf.patch
new file mode 100644
index 000..dbf9d5f
--- /dev/null
+++ b/app-crypt/monkeysphere/files/monkeysphere-0.38-asprintf.patch
@@ -0,0 +1,45 @@
+From b756fd2e58ab013b5c9bfc2658ed9ad48868067c Mon Sep 17 00:00:00 2001
+From: Daniel Kahn Gillmor 
+Date: Sun, 7 Aug 2016 18:24:47 -0400
+Subject: [PATCH] avoid warning about unused asprintf return value
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+some versions of gcc produce this warning, which is treated as an
+error due to our conservative defaults in Makefile:
+
+src/agent-transfer/main.c: In function ‘main’:
+src/agent-transfer/main.c:676:5: error: ignoring return value of ‘asprintf’, 
declared with attribute warn_unused_result [-Werror=unused-result]
+ asprintf (_comment, "GnuPG keygrip %s", args.keygrip);
+ ^
+cc1: all warnings being treated as errors
+
+this patch avoids the warning.
+---
+ src/agent-transfer/main.c | 9 +++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/src/agent-transfer/main.c b/src/agent-transfer/main.c
+index 406aaa3..3038f5c 100644
+--- a/src/agent-transfer/main.c
 b/src/agent-transfer/main.c
+@@ -672,8 +672,13 @@ int main (int argc, const char* argv[]) {
+ return 1;
+   }
+ 
+-  if (!args.comment)
+-asprintf (_comment, "GnuPG keygrip %s", args.keygrip);
++  if (!args.comment) {
++err = asprintf (_comment, "GnuPG keygrip %s", args.keygrip);
++if (err < 0) {
++  fprintf (stderr, "failed to generate key comment\n");
++  return 1;
++}
++  }
+   
+   err = send_to_ssh_agent (, ssh_sock_fd, args.seconds, args.confirm,
+args.comment ? args.comment : alt_comment);
+-- 
+2.7.3
+

diff --git 
a/app-crypt/monkeysphere/files/monkeysphere-0.38-revert-executable-patch.patch 
b/app-crypt/monkeysphere/files/monkeysphere-0.38-revert-executable-patch.patch
new file mode 100644
index 000..4d98c0a
--- /dev/null
+++ 
b/app-crypt/monkeysphere/files/monkeysphere-0.38-revert-executable-patch.patch
@@ -0,0 +1,98 @@
+From c75c7553a88e387013e2b4310f4c4956adfd8a98 Mon Sep 17 00:00:00 2001
+From: Daniel Kahn Gillmor 
+Date: Mon, 8 Aug 2016 20:45:07 -0400
+Subject: [PATCH 1/2] avoid treating src/share/common as an executable
+
+having src/share/common treated as an executable (commit
+ed10318d3760b56e57d5e1bef04ab57761ab8bd1) was actually a terrible
+idea.
+
+In addition to causing "monkeysphere version" to print the version
+number twice, it meant that any invocation of a monkeysphere command
+that sourced src/share/common and had a first argument that happened
+to be a function name would accidentally invoke that 

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

2016-08-09 Thread Mike Frysinger
commit: 3e65e5e67e1bb1b66f76cef4d769d84c301ce872
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Aug  9 15:12:47 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Aug  9 15:15:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e65e5e6

sys-fs/xfsprogs: mark 4.5.0 ia64/s390/sh/sparc stable #583706

 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 8bec273..e5776a1 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: sys-fs/xfsprogs/, sys-fs/xfsprogs/files/

2016-08-09 Thread Mike Frysinger
commit: 70a8ffef42b679303defdd6c05bcfd920d800771
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Aug  9 15:15:03 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Aug  9 15:15:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a8ffef

sys-fs/xfsprogs: drop some older versions

 sys-fs/xfsprogs/Manifest   |   4 -
 .../files/xfsprogs-3.1.10-sharedlibs.patch | 120 -
 .../files/xfsprogs-3.1.11-sharedlibs.patch | 106 --
 .../xfsprogs/files/xfsprogs-4.2.0-sharedlibs.patch |  80 --
 sys-fs/xfsprogs/xfsprogs-3.1.10.ebuild |  96 -
 sys-fs/xfsprogs/xfsprogs-3.1.11-r1.ebuild  |  96 -
 sys-fs/xfsprogs/xfsprogs-4.2.0.ebuild  |  97 -
 sys-fs/xfsprogs/xfsprogs-4.3.0.ebuild  |  97 -
 8 files changed, 696 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index ea7c845..5a40814 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,7 +1,3 @@
-DIST xfsprogs-3.1.10.tar.gz 1375721 SHA256 
9ec8dc77bf3bc114c3ba89f87316a32e3097efb3e7fc44df23421614bb21aa6c SHA512 
c5ff72978e13fc74e4b0e5294d2a7e2efffda088051cd39c7f71629bbc5f9f4c694c4aff6b50e57d60d3bd0c15a90ddd18afc3697336cd8d2429939cc82554bb
 WHIRLPOOL 
9c0f9b36de3314e8add80a20a227ec36cd582cf4f98eafaf55ad5fe14521eceaf9d202c9ac46968f73ce1c97233cbec45d8c421127ff31819f72bf0f9f18276a
-DIST xfsprogs-3.1.11.tar.gz 1399833 SHA256 
adf4980177b5c890c1ca86b9c0e3e4d69a3f95bfc01746844280c2393cf4d6be SHA512 
6de16f0904709e53e6ceea8239e23b7e109375733fd712fd97bfbbf74ec7f1376147e61d1fbe498f1d5be2148bf8ca233c0577d5b88e9201bfd4bb87e696c28a
 WHIRLPOOL 
d52f177d172940e46c813575459917d73042739629f83537932eff38b28a524956484ad6ebbbd2d5d698f1a4b60c1a0f127ca1dd22bba86dcd74c5b94bf51962
 DIST xfsprogs-3.2.4.tar.gz 1482424 SHA256 
dde65ead82d3cbfa9b4ded9796b6d22095d7d759a22d41ae6f1a4ec458bb0465 SHA512 
fb1ea5beb933b86970cac198fa4e296457f0f5b30bd72fda54452644730277929dee28f11f35a154910e4a19857455ecffdd21b3df456023e0da95e2fd0aa0eb
 WHIRLPOOL 
dec87905b5a5af053e71e88f1670470c00b94a758dbb3adbc601db61b4efaaba306f344a4334b11680973d5153fcc7f8b5d59c4698f21d654570e8355fe9
-DIST xfsprogs-4.2.0.tar.gz 1487831 SHA256 
3deab1ad0f4635e54053aa45add27bd48cd87a188c16ac60f4789e01730e5260 SHA512 
1bafa9b8eeb834126d02e6e4d582e3ac637ca81c3dc262e3cd742fcc43679ac11a8aa160964264267bc2793822b6af8de87cc7a09c8a9e28826458b17b430620
 WHIRLPOOL 
a608a1b5cad9d22deb26836432730b47ec7a270bbb0e7ff1e41e5a169b5bae5baf143d63129a0ea1936d73a9c479e8787701f9437fdcea2680a41097d64a3437
-DIST xfsprogs-4.3.0.tar.gz 1496635 SHA256 
3e570ad51153e4be3792f42b2c805ddbd46b55d166eba3102ec87d5006d4cb5c SHA512 
c19c07497eb78dd2beb6dc35b8c21abf5fa3ac164eed32f7b95b71d460c8f08bba5550ecc156fafe412bf1b5452e40180e6fcd439d289a660afd594477f209d2
 WHIRLPOOL 
99661abf6bc31c2ab2e504cdfbcceea2e86b55faed02ec3da0c9d31830b213ae9eb42dc1bcf2612dbbfe2866b538f05f7bb97a60a9ed24a36af0846981825fde
 DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469
 DIST xfsprogs-4.7.0.tar.gz 1534909 SHA256 
88580bb3e6847c3edef436703a4fae403fc19b20739db4c31166ee4b256178d7 SHA512 
5184f1dbc3989f3c1f1b103d5cbd70462db107cfe113424166581ebcfaad4041c9c78f5d038f4bd4728ff99a2f9705219582ba9bfd10745354a1cab0b7dfe613
 WHIRLPOOL 
8157b2e8df5946acacc22ed761e38b382ef464f4984971148069b2f215418f4e23ac142721394439c041c236cbd460e0b56ff071d1c10e343070147709f42af3

diff --git a/sys-fs/xfsprogs/files/xfsprogs-3.1.10-sharedlibs.patch 
b/sys-fs/xfsprogs/files/xfsprogs-3.1.10-sharedlibs.patch
deleted file mode 100644
index 5c07a1b..000
--- a/sys-fs/xfsprogs/files/xfsprogs-3.1.10-sharedlibs.patch
+++ /dev/null
@@ -1,120 +0,0 @@
-ripped from PLD Linux
-
 xfsprogs-3.1.2/libdisk/Makefile
-+++ xfsprogs-3.1.2/libdisk/Makefile
-@@ -25,8 +25,10 @@
- include $(BUILDRULES)
- 
- install: default
-+  $(INSTALL_LTLIB)
- 
- install-dev: default
-+  $(INSTALL_LTLIB_DEV)
- 
- install-qa: install-dev
- 
 xfsprogs-3.1.2/libxcmd/Makefile
-+++ xfsprogs-3.1.2/libxcmd/Makefile
-@@ -32,6 +32,12 @@
- 
- include $(BUILDRULES)
- 
--install install-dev install-qa: default
-+install: default
-+  $(INSTALL_LTLIB)
-+
-+install-dev: default
-+  $(INSTALL_LTLIB_DEV)
-+
-+install-qa: default
- 
- -include .dep
 xfsprogs-3.1.2/libxfs/Makefile
-+++ xfsprogs-3.1.2/libxfs/Makefile
-@@ -41,7 +41,9 @@
- include $(BUILDRULES)
- 
- install: default
-+  $(INSTALL_LTLIB_ROOT)
- 
- install-dev: default
-+  $(INSTALL_LTLIB_DEV)
- 
- install-qa: default
 xfsprogs-3.1.2/libxlog/Makefile
-+++ 

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

2016-08-09 Thread Mike Frysinger
commit: d45e1ea18c1302c70d994efd8651717b536b9961
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Aug  9 15:11:45 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Aug  9 15:15:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45e1ea1

sys-fs/xfsprogs: version bump to 4.7.0

 sys-fs/xfsprogs/Manifest   |  1 +
 .../files/xfsprogs-4.7.0-libxcmd-link.patch| 30 +++
 .../xfsprogs/files/xfsprogs-4.7.0-sharedlibs.patch | 81 ++
 sys-fs/xfsprogs/xfsprogs-4.7.0.ebuild  | 95 ++
 4 files changed, 207 insertions(+)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 04a286b..ea7c845 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -4,3 +4,4 @@ DIST xfsprogs-3.2.4.tar.gz 1482424 SHA256 
dde65ead82d3cbfa9b4ded9796b6d22095d7d7
 DIST xfsprogs-4.2.0.tar.gz 1487831 SHA256 
3deab1ad0f4635e54053aa45add27bd48cd87a188c16ac60f4789e01730e5260 SHA512 
1bafa9b8eeb834126d02e6e4d582e3ac637ca81c3dc262e3cd742fcc43679ac11a8aa160964264267bc2793822b6af8de87cc7a09c8a9e28826458b17b430620
 WHIRLPOOL 
a608a1b5cad9d22deb26836432730b47ec7a270bbb0e7ff1e41e5a169b5bae5baf143d63129a0ea1936d73a9c479e8787701f9437fdcea2680a41097d64a3437
 DIST xfsprogs-4.3.0.tar.gz 1496635 SHA256 
3e570ad51153e4be3792f42b2c805ddbd46b55d166eba3102ec87d5006d4cb5c SHA512 
c19c07497eb78dd2beb6dc35b8c21abf5fa3ac164eed32f7b95b71d460c8f08bba5550ecc156fafe412bf1b5452e40180e6fcd439d289a660afd594477f209d2
 WHIRLPOOL 
99661abf6bc31c2ab2e504cdfbcceea2e86b55faed02ec3da0c9d31830b213ae9eb42dc1bcf2612dbbfe2866b538f05f7bb97a60a9ed24a36af0846981825fde
 DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469
+DIST xfsprogs-4.7.0.tar.gz 1534909 SHA256 
88580bb3e6847c3edef436703a4fae403fc19b20739db4c31166ee4b256178d7 SHA512 
5184f1dbc3989f3c1f1b103d5cbd70462db107cfe113424166581ebcfaad4041c9c78f5d038f4bd4728ff99a2f9705219582ba9bfd10745354a1cab0b7dfe613
 WHIRLPOOL 
8157b2e8df5946acacc22ed761e38b382ef464f4984971148069b2f215418f4e23ac142721394439c041c236cbd460e0b56ff071d1c10e343070147709f42af3

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.7.0-libxcmd-link.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.7.0-libxcmd-link.patch
new file mode 100644
index 000..77ded53
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-4.7.0-libxcmd-link.patch
@@ -0,0 +1,30 @@
+From d01d3689fd512811b9d860598ddf26089bb5955c Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Tue, 9 Aug 2016 22:37:45 +0800
+Subject: [PATCH xfsprogs] libxcmd: link against used libs
+
+Since this lib uses symbols from libxfs (platform_findsizes) and many
+symbols from libblkid, link against both.  Otherwise, the resulting
+shared lib has missing symbols which makes linking against annoying.
+
+Signed-off-by: Mike Frysinger 
+---
+ libxcmd/Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/libxcmd/Makefile b/libxcmd/Makefile
+index aab8d6d63624..46ba138a37e2 100644
+--- a/libxcmd/Makefile
 b/libxcmd/Makefile
+@@ -12,6 +12,8 @@ LT_AGE = 0
+ 
+ CFILES = command.c input.c paths.c projects.c help.c quit.c topology.c
+ 
++LTLIBS = $(LIBXFS) $(LIBBLKID)
++
+ ifeq ($(HAVE_GETMNTENT),yes)
+ LCFLAGS += -DHAVE_GETMNTENT
+ endif
+-- 
+2.9.0
+

diff --git a/sys-fs/xfsprogs/files/xfsprogs-4.7.0-sharedlibs.patch 
b/sys-fs/xfsprogs/files/xfsprogs-4.7.0-sharedlibs.patch
new file mode 100644
index 000..b5395ff
--- /dev/null
+++ b/sys-fs/xfsprogs/files/xfsprogs-4.7.0-sharedlibs.patch
@@ -0,0 +1,81 @@
+--- xfsprogs-4.7.0/include/buildmacros
 xfsprogs-4.7.0/include/buildmacros
+@@ -70,18 +70,9 @@
+ # /usr/lib.
+ ifeq ($(ENABLE_SHARED),yes)
+ INSTALL_LTLIB_DEV = \
+-  cd $(TOPDIR)/$(LIBNAME)/.libs; \
+-  ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
+-  ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_LIB_DIR); \
+-  ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la ; \
+-  ../$(INSTALL) -m 755 -d $(PKG_ROOT_LIB_DIR); \
+-  ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_ROOT_LIB_DIR); \
+-  if [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \
+-   "x$(shell readlink -f $(PKG_ROOT_LIB_DIR))" ]; then \
+-  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \
+-  ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la 
$(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \
+-  ../$(INSTALL) -S $(PKG_ROOT_LIB_DIR)/$(LIBNAME).so 
$(PKG_LIB_DIR)/$(LIBNAME).so; \
+-  fi
++  set -e; cd $(TOPDIR)/$(LIBNAME); \
++  $(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
++  env -uDIST_ROOT $(LTINSTALL) 

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

2016-08-09 Thread Alon Bar-Lev
commit: a5bca1e5bc0a70d6acb0a0887bf914bda80cd743
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Aug  9 15:04:53 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Aug  9 15:05:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bca1e5

net-libs/gnutls: add tls-heartbeat, sslv2, sslv3 USE flags

Bug: 590856

Package-Manager: portage-2.2.28

 net-libs/gnutls/gnutls-3.4.14.ebuild |  9 +++--
 net-libs/gnutls/gnutls-3.5.3.ebuild  | 11 +--
 net-libs/gnutls/metadata.xml |  9 +
 3 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.4.14.ebuild 
b/net-libs/gnutls/gnutls-3.4.14.ebuild
index ed0dc89..d6af315 100644
--- a/net-libs/gnutls/gnutls-3.4.14.ebuild
+++ b/net-libs/gnutls/gnutls-3.4.14.ebuild
@@ -10,14 +10,11 @@ DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the 
GNU project"
 HOMEPAGE="http://www.gnutls.org/;
 SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
 
-# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
-# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
-LICENSE="GPL-3 LGPL-3"
+LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs 
test +tools zlib ${IUSE_LINGUAS// / linguas_}"
-# heartbeat support is not disabled until re-licensing happens fullyf
+IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs 
test +tls-heartbeat +tools zlib ${IUSE_LINGUAS// / linguas_}"
 
 # NOTICE: sys-devel/autogen is required at runtime as we
 # use system libopts
@@ -96,7 +93,6 @@ multilib_src_configure() {
econf \
--disable-valgrind-tests \
--without-included-libtasn1 \
-   --enable-heartbeat-support \
$(use_enable cxx) \
$(use_enable dane libdane) \
$(multilib_native_enable manpages) \
@@ -108,6 +104,7 @@ multilib_src_configure() {
$(multilib_native_use_enable test tests) \
$(use_enable nls) \
$(use_enable openssl openssl-compatibility) \
+   $(use_enable tls-heartbeat heartbeat-support) \
$(use_enable static-libs static) \
$(use_with pkcs11 p11-kit) \
$(use_with zlib) \

diff --git a/net-libs/gnutls/gnutls-3.5.3.ebuild 
b/net-libs/gnutls/gnutls-3.5.3.ebuild
index efe6884..117fc94 100644
--- a/net-libs/gnutls/gnutls-3.5.3.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.3.ebuild
@@ -10,14 +10,11 @@ DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the 
GNU project"
 HOMEPAGE="http://www.gnutls.org/;
 SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
 
-# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
-# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
-LICENSE="GPL-3 LGPL-3"
+LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx dane doc examples guile nls +openssl pkcs11 static-libs test +tools 
zlib ${IUSE_LINGUAS// / linguas_}"
-# heartbeat support is not disabled until re-licensing happens fullyf
+IUSE="+cxx dane doc examples guile nls +openssl pkcs11 sslv2 +sslv3 
static-libs test +tls-heartbeat +tools zlib ${IUSE_LINGUAS// / linguas_}"
 
 # NOTICE: sys-devel/autogen is required at runtime as we
 # use system libopts
@@ -89,7 +86,6 @@ multilib_src_configure() {
econf \
--disable-valgrind-tests \
--without-included-libtasn1 \
-   --enable-heartbeat-support \
$(use_enable cxx) \
$(use_enable dane libdane) \
$(multilib_native_enable manpages) \
@@ -100,6 +96,9 @@ multilib_src_configure() {
$(multilib_native_use_enable test tests) \
$(use_enable nls) \
$(use_enable openssl openssl-compatibility) \
+   $(use_enable tls-heartbeat heartbeat-support) \
+   $(use_enable sslv2 ssl2-support) \
+   $(use_enable sslv3 ssl3-support) \
$(use_enable static-libs static) \
$(use_with pkcs11 p11-kit) \
$(use_with zlib) \

diff --git a/net-libs/gnutls/metadata.xml b/net-libs/gnutls/metadata.xml
index 615fc41..7abdcd0 100644
--- 

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

2016-08-09 Thread Alon Bar-Lev
commit: bc8f99a785a2863863851fa3753690a8ee5d9e59
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Aug  9 15:06:49 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Aug  9 15:06:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8f99a7

net-libs/gnutls: cleanup

Package-Manager: portage-2.2.28

 net-libs/gnutls/Manifest|   3 -
 net-libs/gnutls/gnutls-3.5.0.ebuild | 133 
 net-libs/gnutls/gnutls-3.5.1.ebuild | 127 --
 net-libs/gnutls/gnutls-3.5.2.ebuild | 127 --
 4 files changed, 390 deletions(-)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index c2c1291..b67ebab 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -3,7 +3,4 @@ DIST gnutls-3.3.23.tar.xz 6304332 SHA256 
f53453857e369d66d665c40389201c0b9dacb7c
 DIST gnutls-3.3.24.tar.xz 6294532 SHA256 
5b65fe2a91c8dfa32bedc78acffcb152e5426cd3349e2afc439bdaf18aa5 SHA512 
1fbb2e15ade14db15d7acc9ff559ecfc39517fd99e6c784583a7a4f8786daf8053f35f41e39cde0eeb5a1dfd3193ad908b52f62f945fbd43c147dc87e55f192f
 WHIRLPOOL 
0725b35af9bbb4a7ee8f430af95e078066fb455328dd0ee71cca6633d093fe0433c7d869ebf0fabf8983679a32ff8451a2b631aec672810eb7bc55a3de28cc7d
 DIST gnutls-3.4.13.tar.xz 6670508 SHA256 
fd3386e8e72725980bcd7f40949aa0121dcb7650b5147c6490e794555ed25859 SHA512 
bec4832560945ca127524a7b529757aa36b7eb9a070d7385f8e5d10628e39b76ae20c1c146fab286860c70add8755f17a4b61bfa1a266eeb30d481f259120406
 WHIRLPOOL 
aaee0a5b597305a2dab0064e9ef1fb1cf05f1f301de30601fa8a8c81f9c35f72c82df8c1c24e57c7f4beb132b4c50285f765ba998829ba7ab0681eadf7cfe7f7
 DIST gnutls-3.4.14.tar.xz 6673148 SHA256 
35deddf2779b76ac11057de38bf380b8066c05de21b94263ad5b6dfa75dfbb23 SHA512 
d75f6b4dea2dc742cd7f60ee0ee540d41b69991aaa937ca0138cfdf4a1e0dfaaa3863464303bfa5799e14ee02de252f71c59a7a9e57b96ff8af653e419edfd4e
 WHIRLPOOL 
1869b831521f4ef5dde5a6694fdf6239793b404478a9b7e97ec2b4af2f1a4326fa5b65521a74d664113a84d2ff1b660269fcf1f3ca1db361fddfab2af3c191dd
-DIST gnutls-3.5.0.tar.xz 6716848 SHA256 
fc6b3b544d411e6ca54dd6167541770559070ea15e6868946cf56a621d58ae25 SHA512 
0b53b8084972e9b47e71c47ca9a42d0413c781641f4da640a1016aa0c1a736863a57eadbd9bb81248d3fdf723796edbb1424b14f9846b2300ad7650925f2ac27
 WHIRLPOOL 
0f1b3e07f94f101b004ecb1024424a10826d32bab0168076e412cd8d3881af8d77b440395b1811a910188d950ed71a2eb13e87dae029ee4c8c461a3d71077ba3
-DIST gnutls-3.5.1.tar.xz 6799264 SHA256 
bc4a0f80a627c3aca6e7ea59d30e50cda118c61e0e3fab367ff1451d6ec8bdbd SHA512 
d59d0a7624a2783645d217a2f6955e8a5e67eea4a9bc682b101cf939f7b623f046b381bc12ae0bae08c17031e4bd178e615afbe2cdde3914433b8d829c353e14
 WHIRLPOOL 
1ce587c664896115a0b8f4d8bfadb562738b85db15dc592d049c89a10c1386ec2ec73f7bc94a7291188e590cd862419a15dac8ac37670629998231216a2450ce
-DIST gnutls-3.5.2.tar.xz 6829132 SHA256 
2b45e95cbfd21d76da6fc4846794d8845dbc66bb03c6aa1428881586cfbe8582 SHA512 
c9438a5c20316e41bbcaaa5e88c3fcbb750f336d8ac8ea196e0d7840fb4ccc64b00cda70ea81afbe8ee9fa790fbfb3ed3c84689378397adaf97031fbc2f260d0
 WHIRLPOOL 
b27d6c72eea6c135fde946dd5db64d3ba23864aa48e96c2d9271dd845878c9947f70d2f78270396d5556dada95b84bb9fd7a884e697fb0dd6c4bd8a78152d3cb
 DIST gnutls-3.5.3.tar.xz 6895068 SHA256 
92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef SHA512 
d53d8067628ce49e5bb0dbbd76761a27f585b0a38356c0d8524db6cf96542f54a7f8a87c5772335c1ca1ceec1e111e11c54636bb24ca2ac014c367b96c9e3969
 WHIRLPOOL 
fc0b7a744c6c08a48c43a2e95781ec7139600b45b12f8352db01824468f301ab56f2adfec6f7a4806247fe33eadaa234ad541a27c75d8689c2817a0f5967aa05

diff --git a/net-libs/gnutls/gnutls-3.5.0.ebuild 
b/net-libs/gnutls/gnutls-3.5.0.ebuild
deleted file mode 100644
index 0f42068..000
--- a/net-libs/gnutls/gnutls-3.5.0.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools libtool eutils multilib-minimal versionator
-
-DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
-HOMEPAGE="http://www.gnutls.org/;
-SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
-
-# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
-# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
-LICENSE="GPL-3 LGPL-3"
-SLOT="0/30" # libgnutls.so number
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx dane doc examples guile nls +openssl pkcs11 static-libs test +tools 
zlib ${IUSE_LINGUAS// / linguas_}"
-# heartbeat support is not disabled until re-licensing happens fullyf
-
-# NOTICE: sys-devel/autogen is required at runtime as we
-# use system libopts

[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-geoip/files/, dev-php/pecl-geoip/

2016-08-09 Thread Brian Evans
commit: 2c8393d80338e09a6ec56b28da86a0540cba92f4
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Aug  9 13:25:27 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  9 13:25:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8393d8

dev-php/pecl-geoip: Revbump with unreleased upstream patches wrt bug 590850

Two patches were included in the upstream repo but never released

1.1.0-public-init.patch replaces a private API database initializer with
a public one
1.1.0-php7-support.patch adds basic PHP 7 support to the extension

Package-Manager: portage-2.3.0

 dev-php/pecl-geoip/files/1.1.0-php7-support.patch | 446 ++
 dev-php/pecl-geoip/files/1.1.0-public-init.patch  |  21 +
 dev-php/pecl-geoip/pecl-geoip-1.1.0-r1.ebuild |  28 ++
 3 files changed, 495 insertions(+)

diff --git a/dev-php/pecl-geoip/files/1.1.0-php7-support.patch 
b/dev-php/pecl-geoip/files/1.1.0-php7-support.patch
new file mode 100644
index 000..bd50326
--- /dev/null
+++ b/dev-php/pecl-geoip/files/1.1.0-php7-support.patch
@@ -0,0 +1,446 @@
+--- a/geoip.c  2015/02/15 15:08:09 335947
 b/geoip.c  2015/02/15 17:56:49 335948
+@@ -129,11 +129,19 @@
+ {
+   if (stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) {
+   GEOIP_G(set_runtime_custom_directory) = 1;
++#if PHP_MAJOR_VERSION >= 7
++  geoip_change_custom_directory(new_value->val);
++#else
+   geoip_change_custom_directory(new_value);
++#endif
+   return SUCCESS;
+   }
+   
++#if PHP_MAJOR_VERSION >= 7
++  return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, 
stage TSRMLS_CC);
++#else
+   return OnUpdateString(entry, new_value, new_value_length, mh_arg1, 
mh_arg2, mh_arg3, stage TSRMLS_CC);
++#endif
+ }
+ /* }}} */
+ #endif
+@@ -251,7 +259,7 @@
+ /* {{{ proto boolean geoip_db_avail( [ int database ] ) */
+ PHP_FUNCTION(geoip_db_avail)
+ {
+-  long edition;
++  zend_long edition;
+ 
+   if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", ) == 
FAILURE) {
+   return;
+@@ -270,7 +278,7 @@
+ /* {{{ proto string geoip_db_filename( [ int database ] ) */
+ PHP_FUNCTION(geoip_db_filename)
+ {
+-  long edition;
++  zend_long edition;
+ 
+   if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", ) == 
FAILURE) {
+   return;
+@@ -283,7 +291,11 @@
+   }
+   
+   if (NULL != GeoIPDBFileName[edition])
++#if PHP_MAJOR_VERSION >= 7
++  RETURN_STRING(GeoIPDBFileName[edition]);
++#else
+   RETURN_STRING(GeoIPDBFileName[edition], 1); 
++#endif
+ }
+ /* }}} */
+ 
+@@ -298,16 +310,31 @@
+   {
+   if (NULL != GeoIPDBDescription[i])
+   {
++#if PHP_MAJOR_VERSION >= 7
++  zval real_row;
++  zval *row = _row;
++
++  array_init(row);
++#else
+   zval *row;
+   ALLOC_INIT_ZVAL(row);
+   array_init(row);
++#endif
+ 
+   add_assoc_bool(row, "available", GeoIP_db_avail(i));
+   if (GeoIPDBDescription[i]) {
++#if PHP_MAJOR_VERSION >= 7
++  add_assoc_string(row, "description", (char 
*)GeoIPDBDescription[i]);
++#else
+   add_assoc_string(row, "description", (char 
*)GeoIPDBDescription[i], 1);
++#endif
+   }
+   if (GeoIPDBFileName[i]) {
++#if PHP_MAJOR_VERSION >= 7
++  add_assoc_string(row, "filename", 
GeoIPDBFileName[i]);
++#else
+   add_assoc_string(row, "filename", 
GeoIPDBFileName[i], 1);
++#endif
+   }
+ 
+   add_index_zval(return_value, i, row);
+@@ -322,7 +349,7 @@
+ {
+   GeoIP * gi;
+   char * db_info;
+-  long edition = GEOIP_COUNTRY_EDITION;
++  zend_long edition = GEOIP_COUNTRY_EDITION;
+   
+   if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", ) == 
FAILURE) {
+   return;
+@@ -347,12 +374,45 @@
+   db_info = GeoIP_database_info(gi);
+   GeoIP_delete(gi);
+ 
++#if PHP_MAJOR_VERSION >= 7
++  RETVAL_STRING(db_info);
++#else
+   RETVAL_STRING(db_info, 1);
++#endif
+   free(db_info);
+ }
+ /* }}} */
+ 
+ /* {{{ */
++#if PHP_MAJOR_VERSION >= 7
++#define GEOIPDEF(php_func, c_func, db_type) \
++  PHP_FUNCTION(php_func) \
++  { \
++  GeoIP * gi; \
++  char * hostname = NULL; \
++  const char * return_code; \
++  size_t arglen; \
++  \
++  if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", 
, ) == FAILURE) { \
++  return; \
++  } \
++  \
++  if (GeoIP_db_avail(db_type)) { \
++  gi = GeoIP_open_type(db_type, GEOIP_STANDARD); \
++  

[gentoo-commits] proj/sci:master commit in: sci-libs/nipype/

2016-08-09 Thread Marius Brehler
commit: 6af335f648ecc5db0d49385d2bc3213abf8a9e23
Author: Horea Christian  yandex  com>
AuthorDate: Mon Aug  8 11:28:26 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Aug  8 11:28:26 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6af335f6

Nipype - version bump and EAPI upgrade (#656)

* sci-libs/nipype: version bump

Package-Manager: portage-2.3.0

* sci-libs/nipype: updted EAPI version

Package-Manager: portage-2.3.0

 sci-libs/nipype/nipype-0.11.0.ebuild   | 2 +-
 sci-libs/nipype/nipype-0.12.0.ebuild   | 2 +-
 sci-libs/nipype/{nipype-0.11.0.ebuild => nipype-0.12.1.ebuild} | 2 +-
 sci-libs/nipype/nipype-.ebuild | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild 
b/sci-libs/nipype/nipype-0.11.0.ebuild
index 7afa841..ed497f0 100644
--- a/sci-libs/nipype/nipype-0.11.0.ebuild
+++ b/sci-libs/nipype/nipype-0.11.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 # pyamg missing py3 support
 # PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )

diff --git a/sci-libs/nipype/nipype-0.12.0.ebuild 
b/sci-libs/nipype/nipype-0.12.0.ebuild
index 7afa841..ed497f0 100644
--- a/sci-libs/nipype/nipype-0.12.0.ebuild
+++ b/sci-libs/nipype/nipype-0.12.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 # pyamg missing py3 support
 # PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )

diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild 
b/sci-libs/nipype/nipype-0.12.1.ebuild
similarity index 99%
copy from sci-libs/nipype/nipype-0.11.0.ebuild
copy to sci-libs/nipype/nipype-0.12.1.ebuild
index 7afa841..ed497f0 100644
--- a/sci-libs/nipype/nipype-0.11.0.ebuild
+++ b/sci-libs/nipype/nipype-0.12.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 # pyamg missing py3 support
 # PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )

diff --git a/sci-libs/nipype/nipype-.ebuild 
b/sci-libs/nipype/nipype-.ebuild
index 21eff08..7c8c8ed 100644
--- a/sci-libs/nipype/nipype-.ebuild
+++ b/sci-libs/nipype/nipype-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 # pyamg missing py3 support
 # PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )



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

2016-08-09 Thread Andrey Grozin
commit: 82c7d6660f916fcb28187dcc4b2157c35f087af8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug  9 12:06:55 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug  9 12:06:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c7d666

dev-python/bpython: python3_5 added

Package-Manager: portage-2.3.0

 dev-python/bpython/bpython-0.15-r1.ebuild | 59 +++
 1 file changed, 59 insertions(+)

diff --git a/dev-python/bpython/bpython-0.15-r1.ebuild 
b/dev-python/bpython/bpython-0.15-r1.ebuild
new file mode 100644
index 000..d1ea308
--- /dev/null
+++ b/dev-python/bpython/bpython-0.15-r1.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,4,5} )
+
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
+HOMEPAGE="http://www.bpython-interpreter.org/ 
https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/curtsies-0.1.18[${PYTHON_USEDEP}]
+   =dev-python/six-1.5[${PYTHON_USEDEP}]
+   dev-python/urwid[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
+
+# Req'd for clean build by each impl
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build -b html -c doc/sphinx/source/ \
+   doc/sphinx/source/ doc/sphinx/source/html || die "docs 
build failed"
+   fi
+}
+
+python_test() {
+   pushd build/lib > /dev/null
+   "${PYTHON}" -m unittest discover || die
+   popd > /dev/null
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/sphinx/source/html/. )
+   distutils-r1_python_install_all
+}



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

2016-08-09 Thread Andrey Grozin
commit: 48aadde8f56a374cac2c5eee0c6ec20504243c48
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug  9 12:04:22 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug  9 12:04:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aadde8

dev-python/curtsies: python3_5 added to 0.1.23 (for bpython)

Package-Manager: portage-2.3.0

 dev-python/curtsies/curtsies-0.1.23-r1.ebuild | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/dev-python/curtsies/curtsies-0.1.23-r1.ebuild 
b/dev-python/curtsies/curtsies-0.1.23-r1.ebuild
new file mode 100644
index 000..cbf858a
--- /dev/null
+++ b/dev-python/curtsies/curtsies-0.1.23-r1.ebuild
@@ -0,0 +1,35 @@
+# 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,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Curses-like terminal wrapper, with colored strings"
+HOMEPAGE="https://github.com/thomasballinger/curtsies;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
+   >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pyte[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests --verbose tests || die
+}



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

2016-08-09 Thread Andrey Grozin
commit: c115fa20950893797c1e8c19f928b0a22456974c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug  9 12:01:49 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug  9 12:01:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c115fa20

dev-python/pyte: python3_5 added

Package-Manager: portage-2.3.0

 dev-python/pyte/pyte-0.5.2-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-python/pyte/pyte-0.5.2-r1.ebuild 
b/dev-python/pyte/pyte-0.5.2-r1.ebuild
new file mode 100644
index 000..6074854
--- /dev/null
+++ b/dev-python/pyte/pyte-0.5.2-r1.ebuild
@@ -0,0 +1,33 @@
+# 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,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple VTXXX-compatible terminal emulator"
+HOMEPAGE="https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test --verbose
+}



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

2016-08-09 Thread Thomas Kahle
commit: 425bef738fa25a74c298fa20ff1fa8e7ac86563b
Author: Thomas Kahle  gentoo  org>
AuthorDate: Tue Aug  9 11:58:43 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Tue Aug  9 11:58:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425bef73

app-text/tesseract: Fix linguas->l10n breakage

Package-Manager: portage-2.3.0

 app-text/tesseract/tesseract-3.04.01.ebuild | 76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

diff --git a/app-text/tesseract/tesseract-3.04.01.ebuild 
b/app-text/tesseract/tesseract-3.04.01.ebuild
index ee55a25..9acfdc1 100644
--- a/app-text/tesseract/tesseract-3.04.01.ebuild
+++ b/app-text/tesseract/tesseract-3.04.01.ebuild
@@ -17,46 +17,46 @@ 
SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
${URI_PREFIX}eng.traineddata -> eng.traineddata-${LANGPACKV}
doc? ( 
https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02-doc-html.tar.gz
 )
math? ( ${URI_PREFIX}equ.traineddata -> equ.traineddata-${LANGPACKV} )
-   linguas_ar? ( ${URI_PREFIX}ara.traineddata -> 
ara.traineddata-${LANGPACKV} )
-   linguas_bg? ( ${URI_PREFIX}bul.traineddata -> 
bul.traineddata-${LANGPACKV} )
-   linguas_ca? ( ${URI_PREFIX}cat.traineddata -> 
cat.traineddata-${LANGPACKV} )
-   linguas_chr? ( ${URI_PREFIX}chr.traineddata -> 
chr.traineddata-${LANGPACKV} )
-   linguas_cs? ( ${URI_PREFIX}ces.traineddata -> 
ces.traineddata-${LANGPACKV} )
-   linguas_de? ( ${URI_PREFIX}deu.traineddata -> 
deu.traineddata-${LANGPACKV}
+   l10n_ar? ( ${URI_PREFIX}ara.traineddata -> ara.traineddata-${LANGPACKV} 
)
+   l10n_bg? ( ${URI_PREFIX}bul.traineddata -> bul.traineddata-${LANGPACKV} 
)
+   l10n_ca? ( ${URI_PREFIX}cat.traineddata -> cat.traineddata-${LANGPACKV} 
)
+   l10n_chr? ( ${URI_PREFIX}chr.traineddata -> 
chr.traineddata-${LANGPACKV} )
+   l10n_cs? ( ${URI_PREFIX}ces.traineddata -> ces.traineddata-${LANGPACKV} 
)
+   l10n_de? ( ${URI_PREFIX}deu.traineddata -> deu.traineddata-${LANGPACKV}
  ${URI_PREFIX}deu_frak.traineddata -> 
deu_frak.traineddata-${LANGPACKV} )
-   linguas_da? ( ${URI_PREFIX}dan.traineddata -> 
dan.traineddata-${LANGPACKV}
+   l10n_da? ( ${URI_PREFIX}dan.traineddata -> dan.traineddata-${LANGPACKV}
  ${URI_PREFIX}dan_frak.traineddata -> 
dan_frak.traineddata-${LANGPACKV} )
-   linguas_el? ( ${URI_PREFIX}ell.traineddata -> 
ell.traineddata-${LANGPACKV} )
-   linguas_es? ( ${URI_PREFIX}spa.traineddata -> 
spa.traineddata-${LANGPACKV} )
-   linguas_fi? ( ${URI_PREFIX}fin.traineddata -> 
fin.traineddata-${LANGPACKV} )
-   linguas_fr? ( ${URI_PREFIX}fra.traineddata -> 
fra.traineddata-${LANGPACKV} )
-   linguas_he? ( ${URI_PREFIX}heb.traineddata -> 
heb.traineddata-${LANGPACKV} )
-   linguas_hi? ( ${URI_PREFIX}hin.traineddata -> 
hin.traineddata-${LANGPACKV} )
-   linguas_hu? ( ${URI_PREFIX}hun.traineddata -> 
hun.traineddata-${LANGPACKV} )
-   linguas_id? ( ${URI_PREFIX}ind.traineddata -> 
ind.traineddata-${LANGPACKV} )
-   linguas_it? ( ${URI_PREFIX}ita.traineddata -> 
ita.traineddata-${LANGPACKV} )
-   linguas_ja? ( ${URI_PREFIX}jpn.traineddata -> 
jpn.traineddata-${LANGPACKV} )
-   linguas_ko? ( ${URI_PREFIX}kor.traineddata -> 
kor.traineddata-${LANGPACKV} )
-   linguas_lt? ( ${URI_PREFIX}lit.traineddata -> 
lit.traineddata-${LANGPACKV} )
-   linguas_lv? ( ${URI_PREFIX}lav.traineddata -> 
lav.traineddata-${LANGPACKV} )
-   linguas_nl? ( ${URI_PREFIX}nld.traineddata -> 
nld.traineddata-${LANGPACKV} )
-   linguas_no? ( ${URI_PREFIX}nor.traineddata -> 
nor.traineddata-${LANGPACKV} )
-   linguas_pl? ( ${URI_PREFIX}pol.traineddata -> 
pol.traineddata-${LANGPACKV} )
-   linguas_pt? ( ${URI_PREFIX}por.traineddata -> 
por.traineddata-${LANGPACKV} )
-   linguas_ro? ( ${URI_PREFIX}ron.traineddata -> 
ron.traineddata-${LANGPACKV} )
-   linguas_ru? ( ${URI_PREFIX}rus.traineddata -> 
rus.traineddata-${LANGPACKV} )
-   linguas_sk? ( ${URI_PREFIX}slk.traineddata -> 
slk.traineddata-${LANGPACKV}
+   l10n_el? ( ${URI_PREFIX}ell.traineddata -> ell.traineddata-${LANGPACKV} 
)
+   l10n_es? ( ${URI_PREFIX}spa.traineddata -> spa.traineddata-${LANGPACKV} 
)
+   l10n_fi? ( ${URI_PREFIX}fin.traineddata -> fin.traineddata-${LANGPACKV} 
)
+   l10n_fr? ( ${URI_PREFIX}fra.traineddata -> fra.traineddata-${LANGPACKV} 
)
+   l10n_he? ( ${URI_PREFIX}heb.traineddata -> heb.traineddata-${LANGPACKV} 
)
+   l10n_hi? ( ${URI_PREFIX}hin.traineddata -> hin.traineddata-${LANGPACKV} 
)
+   l10n_hu? ( ${URI_PREFIX}hun.traineddata -> hun.traineddata-${LANGPACKV} 
)
+   l10n_id? ( ${URI_PREFIX}ind.traineddata -> ind.traineddata-${LANGPACKV} 
)
+   l10n_it? ( ${URI_PREFIX}ita.traineddata -> ita.traineddata-${LANGPACKV} 
)
+   l10n_ja? ( ${URI_PREFIX}jpn.traineddata -> 

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

2016-08-09 Thread Andrey Grozin
commit: 00c48cefd6cd104caf3d3c60f038704b3ffb1bca
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug  9 11:43:07 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug  9 11:43:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c48cef

dev-python/watchdog: python3_5 added

Package-Manager: portage-2.3.0

 dev-python/watchdog/watchdog-0.8.3-r1.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/dev-python/watchdog/watchdog-0.8.3-r1.ebuild 
b/dev-python/watchdog/watchdog-0.8.3-r1.ebuild
new file mode 100644
index 000..d678faa
--- /dev/null
+++ b/dev-python/watchdog/watchdog-0.8.3-r1.ebuild
@@ -0,0 +1,37 @@
+# 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,4,5} pypy)
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python API and shell utilities to monitor file system events"
+HOMEPAGE="https://github.com/gorakhargosh/watchdog;
+SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   dev-python/argh[${PYTHON_USEDEP}]
+   dev-python/pathtools[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   optfeature "Bash completion" dev-python/argcomplete
+}



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

2016-08-09 Thread Andrey Grozin
commit: 428c80d13ea0220fc6b75ee223cc660412779368
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug  9 11:39:15 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug  9 11:40:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428c80d1

dev-python/pathtools: python3_5 added

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/pathtools/pathtools-0.1.2-r1.ebuild 
b/dev-python/pathtools/pathtools-0.1.2-r1.ebuild
new file mode 100644
index 000..1f1cc4d
--- /dev/null
+++ b/dev-python/pathtools/pathtools-0.1.2-r1.ebuild
@@ -0,0 +1,19 @@
+# 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,3_5} pypy)
+inherit distutils-r1
+
+DESCRIPTION="Pattern matching and various utilities for file systems paths"
+HOMEPAGE="https://pypi.python.org/pypi/pathtools/;
+SRC_URI="mirror://pypi/p/pathtools/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-text/tesseract/files/, app-text/tesseract/

2016-08-09 Thread Thomas Kahle
commit: c049a5c2ecd9a07a7aacd34c192b5824b9ccad74
Author: Thomas Kahle  gentoo  org>
AuthorDate: Tue Aug  9 11:35:28 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Tue Aug  9 11:35:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c049a5c2

app-text/tesseract: Bump to 3.04.01 (bug 590788)

Package-Manager: portage-2.3.0

 app-text/tesseract/Manifest|   1 +
 .../tesseract-3.04.01-use-system-piccolo2d.patch   |  27 
 app-text/tesseract/tesseract-3.04.01.ebuild| 150 +
 3 files changed, 178 insertions(+)

diff --git a/app-text/tesseract/Manifest b/app-text/tesseract/Manifest
index 6ec6df6..d4b3c5d 100644
--- a/app-text/tesseract/Manifest
+++ b/app-text/tesseract/Manifest
@@ -70,6 +70,7 @@ DIST swe.traineddata-3.04.00 9460295 SHA256 
2a6407bbf187eb1fcfd1633fae9abffcd622
 DIST swe.traineddata.gz 959911 SHA256 
25331ca1f41378a86336604476049810a0c5350417205e300cb2d11048cec2c1 SHA512 
e38fe9fd7d26420ee1aab3db7f700d58210dbfaef45d03114679d2671bc1942d7b031499e763204e15ebeadafa2f8f063f78941f2299b2c74f635425ddce856a
 WHIRLPOOL 
db1225d47e2e3b26372689f96164d8286701dbb2e0f1a82368c784c8d127a0d11248924936abd05d0092ba8ad5ce222b6d113ceb0f440b85faaca37396781480
 DIST tesseract-3.03-rc1.tar.gz 12812907 SHA256 
d244956236f7491d74d7f342895f611a6c46c45fa9900173d5b7625d8461d2ea SHA512 
4acd6a3c0db5568bd6cb199776a52fbf1643692cf2d9da7449644662461c0c3ef7e5941bb49be94135433a90de400413df062edd612ce9ec9c06e9206a57113f
 WHIRLPOOL 
93f33f62aeb5a9f65a7642bc282138622076989618f787a044ad79463ab9cd9a9ebaeb5e34e52cf5c95c569b01fc552a44d2eda24e697d0c9a045fb626b9aa77
 DIST tesseract-3.04.00.tar.gz 2264427 SHA256 
7e6e48b625e1fba9bc825a4ef8c39f12c60aae1084939133b3c6a00f8f8dc38c SHA512 
60c31bad40b4c01395782fb98b3326407e75ebdbda962de4fb0e878824efb05140bdcb139dcf7d4f699ae5350e81a00320ebe7fbec083a0d374952488cc59e25
 WHIRLPOOL 
81b685e4d50d94056a4f99ce6beb4c73983e9449e1eed07a69d4649b0a8231b17fede430a8c181b37216a55e9f6102a578c85d84b2bbe6e9643ca98f16ae3260
+DIST tesseract-3.04.01.tar.gz 2269105 SHA256 
57f63e1b14ae04c3932a2683e4be4954a2849e17edd638ffe91bc5a2156adc6a SHA512 
816f6c29f8efeaf157891ddb022bd0daf8eb27c0cb8b6df5542e745d209f0ce617245e4583c59a561ed3216044d3afb38f8620ee94cdea656364923dcb140b5b
 WHIRLPOOL 
995502084484d172becdfdaa3cd21f0fe2b8845fe4a64726f9fbcd35310d64153be6325016dd50ca37b95069112b63d4f0528bd989a58c3b88dc6c6a6813
 DIST tesseract-ocr-3.01.heb-com.tar.gz 270977 SHA256 
20a9d53172a8dbf1a4bbd7f7e9e3a523a9435c47c751533642e8a9becc8584ff SHA512 
378dc49da535f70c860c29b9a43cae478f6d8403c93a623b1781194c02aad3ea12345f9ea6ebbac4fb2033179964d23fb075e6aa206ec79530b41947d5d44411
 WHIRLPOOL 
cc6463928c05d5904af71ea6170e946e601639761eaab317f0570275e0eaee81cba2c0636dc5dec40f8ba6d16ad498e7177a0c2bf5a886f2598c99568f151fd6
 DIST tesseract-ocr-3.01.osd.tar.gz 4320544 SHA256 
7861210fd0970ad30503e8c70d7841de6716bd293d8512fd8787a1a07219b7aa SHA512 
ad0d6246574db10dbe5a439ba4266765114b1343228608c5ad35bea125c5e308e286a133ecf2fc9407287af56ea57bb48c32f445fef98256a119a2f432f6e2b6
 WHIRLPOOL 
ffa5a9f209e54a36860e2a2cdee955a83df768fbb814717a2d1e0efe05b3aa2283bc14a33cfa72d7179ddeb684587fe04c0d37cefa944ba2182c9c7e6c9affd4
 DIST tesseract-ocr-3.01.slk-frak.tar.gz 292809 SHA256 
f35b8a858d509c540a5829d94e8f8800ed25db4c904661000f4c4fa528d5c156 SHA512 
a015719fe72b5463b6e9849de0ba5cdb9ed996ac60a47a7fab360c1028cc52b3ad41872b8b35e988f4430f991791ae0837c6823e479cb1549b65d5f530f62fe6
 WHIRLPOOL 
79419ea93b9d69d4be3ef8399656a5adb6dc383b9496434c99db8f5f0d6fca70314d68e96f59940674a51b79448e43b5ed59389e382528bf050134e6a6edb00d

diff --git 
a/app-text/tesseract/files/tesseract-3.04.01-use-system-piccolo2d.patch 
b/app-text/tesseract/files/tesseract-3.04.01-use-system-piccolo2d.patch
new file mode 100644
index 000..a9dd004
--- /dev/null
+++ b/app-text/tesseract/files/tesseract-3.04.01-use-system-piccolo2d.patch
@@ -0,0 +1,27 @@
+diff -U 3 -dHrN tesseract-3.04.01/java/Makefile.am 
tesseract-3.04.01-scrollview/java/Makefile.am
+--- tesseract-3.04.01/java/Makefile.am 2016-02-16 22:27:01.0 +0100
 tesseract-3.04.01-scrollview/java/Makefile.am  2016-08-09 
13:18:12.810503862 +0200
+@@ -36,10 +36,9 @@
+   com/google/scrollview/ScrollView.class
+ 
+ SCROLLVIEW_LIBS = \
+-  $(srcdir)/piccolo2d-core-3.0.jar \
+-  $(srcdir)/piccolo2d-extras-3.0.jar
++  /usr/share/piccolo2d/lib/piccolo2d.jar
+ 
+-CLASSPATH = 
$(srcdir)/piccolo2d-core-3.0.jar:$(srcdir)/piccolo2d-extras-3.0.jar
++CLASSPATH = /usr/share/piccolo2d/lib/piccolo2d.jar
+ 
+ ScrollView.jar : $(SCROLLVIEW_CLASSES)
+   $(JAR) cfm $@ Manifest.txt com/google/scrollview/*.class \
+diff -U 3 -dHrN tesseract-3.04.01/viewer/Makefile.am 
tesseract-3.04.01-scrollview/viewer/Makefile.am
+--- tesseract-3.04.01/viewer/Makefile.am   2016-02-16 22:27:01.0 
+0100
 tesseract-3.04.01-scrollview/viewer/Makefile.am2016-08-09 
13:20:57.788318147 +0200
+@@ -17,3 +17,7 @@
+ 
+ 

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

2016-08-09 Thread Patrick Lauer
commit: 79c314fd55d595847916c1067481d30f4b01a31b
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 10:54:04 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 10:54:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c314fd

dev-python/flask: Bump

Package-Manager: portage-2.3.0

 dev-python/flask/Manifest|  1 +
 dev-python/flask/flask-0.11.1.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/dev-python/flask/Manifest b/dev-python/flask/Manifest
index f5c5653..87a864d 100644
--- a/dev-python/flask/Manifest
+++ b/dev-python/flask/Manifest
@@ -1,2 +1,3 @@
 DIST Flask-0.10.1.tar.gz 544247 SHA256 
4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373 SHA512 
0008d62d03a46b071c7d0510513d011a9bfd2b77df7f677371a446ca9805d16b1ee5e17dd8dd7cde6443a629370234e44735e20381de20a7da385969797f053f
 WHIRLPOOL 
f30a306ed00fe6d4c8e47b781c556c576b99b3545f833ae06f6b778d91c3127dc0adcc34d48221a0f1db1bb1633f2329d6085b7a4550afc672530525fdff474f
+DIST Flask-0.11.1.tar.gz 564993 SHA256 
b4713f2bfb9ebc2966b8a49903ae0d3984781d5c878591cf2f7b484d28756b0e SHA512 
62168dea0d44a1fcf862373def1f6d55d53145800cf353634b108bef2fcf9170b75e05d1e7d374e45e7fe261f170b6d7bf503816120dd9034dc19b6b83f1e384
 WHIRLPOOL 
66c766658e4786dda9105078c839c739ae0bc87f6f72790db65aaf2ad476b0ab36c17041b8d8926844581683cf023ddc26e4bd6510257f5c792e5e8f5ff362b2
 DIST Flask-0.11.tar.gz 563928 SHA256 
29a7405a7f0de178232fe48cd9b2a2403083bf03bd34eabe12168863d4cdb493 SHA512 
77ee9998c96ba5e4eb007b81e04a051a6f8fc3ac837496a8c9e6637fdbff3e6fbba4912919b1cb2c5ed72951cc9fb8eb28d699e3f15de14ecbb51c362111eafc
 WHIRLPOOL 
ee65af738a841a05c7d2ad2e9b021e3b0a0e046db706c747802d675d76246701b62d1911fae321aa460f7aafd17274b21177fd2cc5c647383ac6b6eba37cd36d

diff --git a/dev-python/flask/flask-0.11.1.ebuild 
b/dev-python/flask/flask-0.11.1.ebuild
new file mode 100644
index 000..b73ffaa
--- /dev/null
+++ b/dev-python/flask/flask-0.11.1.ebuild
@@ -0,0 +1,55 @@
+# 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,4,5} pypy{,3} )
+
+inherit distutils-r1
+
+MY_PN="Flask"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions"
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+HOMEPAGE="https://github.com/pallets/flask/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples test"
+
+RDEPEND=">=dev-python/blinker-1[${PYTHON_USEDEP}]
+   >=dev-python/werkzeug-0.7[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.4[${PYTHON_USEDEP}]
+   >=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
+   >=dev-python/click-2[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+# Prevent un-needed d'loading
+   sed -e "s/ 'sphinx.ext.intersphinx',//" -i docs/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test -v || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   use doc && HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-08-09 Thread Patrick Lauer
commit: 3ec6a6e814e9110cebb2ab618fe1cca5bd137c54
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 11:01:12 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 11:01:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec6a6e8

dev-python/flask-babel: Bump

Package-Manager: portage-2.3.0

 dev-python/flask-babel/Manifest  |  1 +
 dev-python/flask-babel/flask-babel-0.11.1.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-python/flask-babel/Manifest b/dev-python/flask-babel/Manifest
index 6f07a06..69ea738 100644
--- a/dev-python/flask-babel/Manifest
+++ b/dev-python/flask-babel/Manifest
@@ -1,3 +1,4 @@
 DIST Flask-Babel-0.10.0.tar.gz 42036 SHA256 
b8eecfd6410bc3f9063d7e160f17a2d313e64b8c6fd4b5ae68213323abbadae8 SHA512 
f634e1b0bee4a8ac4d64301b1eac8fc01b57fb1be0ad304050a962a3381e696bdf1454f6809ad1e84ad7731238a3143f085e29de5d24a34aa3f4ebf2316f3b34
 WHIRLPOOL 
11741fafaae053cc950fbbfc20e54768c53a71e84474fe8b03e57f84a42864ab3a6920d86912f5bdc1da780f6940340f6249f0aec20ecc7bb773af4aca0ef7b5
+DIST Flask-Babel-0.11.1.tar.gz 40494 SHA256 
d29b36c399e42e98bc9401c8c1c159f2befcb8c12a2a2a87ec49ad7623036899 SHA512 
a70ab4c10d2e495121f8e050e2d6ed136a85b1030c90e540a7746c6e759a63f12940fe44b4551f221445839e972e298053e7778d3fcf1e4ecb7cd9a79699b19a
 WHIRLPOOL 
57ac267da8fb9a0e4034f54b26a73d7b241a0c25705ee3f958b9f8784e5e39e8826279401e0a9423fdd0b02021eb921cdb0241237660a2c51255d122c2a5b9b0
 DIST Flask-Babel-0.8.tar.gz 44520 SHA256 
a255d77910ddfbebc6318c618d9a23cda5d018c86c7e0dea64dc860a16cb3daa SHA512 
76e34df0748ec0ee2c0964ab07e85dd708c38601e55626fcc40b5a6064e5f2065c1969c4f27225daf0ce2bf0a41670ba020f7d52b93915f4120cc478798d
 WHIRLPOOL 
35f914bc4e765e03ccf699bbba696980b1ea48e07491d9e401c9ac76ce701575e8d0d69a63c144ad45fd2df76c7d3948b15cadfdbbc7ffd528ee5eca73e0bd31
 DIST Flask-Babel-0.9.tar.gz 38881 SHA256 
4afd150f360434b00684ba7848358f7961072fd0658a6e81aaa578522699fb4c SHA512 
c667c8a532332bb3dd0d694932d17f7f9b2b51f68151767624116853b2e71f2a6b4c47164d17a6f368b67a5cabce97495b18147655fb36aee5034c058d3b9a89
 WHIRLPOOL 
28309a4a27bfd0fbe30be52613ee9eef5110e3cc38e863c6de200cced579476870e01b92edaeb08fd29e0deabcaa13d14742d188960742d61cf8ba5384476cd1

diff --git a/dev-python/flask-babel/flask-babel-0.11.1.ebuild 
b/dev-python/flask-babel/flask-babel-0.11.1.ebuild
new file mode 100644
index 000..4581172
--- /dev/null
+++ b/dev-python/flask-babel/flask-babel-0.11.1.ebuild
@@ -0,0 +1,37 @@
+# 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 distutils-r1
+
+MY_PN="Flask-Babel"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="i18n and l10n support for Flask based on Babel and pytz"
+HOMEPAGE="https://pythonhosted.org/Flask-Babel/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/Babel[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/speaklater-1.2[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.5[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+   nosetests || die "Tests failed under ${EPYTHON}"
+}



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

2016-08-09 Thread Patrick Lauer
commit: 51f8d841738c334e8c5f26b872581dfb05eca299
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 10:50:56 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 10:50:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f8d841

dev-python/testify: Bump

Package-Manager: portage-2.3.0

 dev-python/testify/Manifest  |  1 +
 dev-python/testify/testify-0.11.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/testify/Manifest b/dev-python/testify/Manifest
index e6f627c..8ff81f1 100644
--- a/dev-python/testify/Manifest
+++ b/dev-python/testify/Manifest
@@ -1,4 +1,5 @@
 DIST testify-0.10.0.tar.gz 68155 SHA256 
a0870944e21d52c6f15950cf4f2bcaad5a172882973ec9a99e53ddf1ab00274e SHA512 
18e1b46c7a54493eac6f061baf428fe41b4a975766cdf37a2c08c9091356248a2aa62c50b1b602ba1d9890cf659e31a9f57f5da52edf3f304fa1052342addeac
 WHIRLPOOL 
0090d4afaa72ad77b4c6fd9cce017c7e67e2404204cd0e2d8472f3f7839a67cd9fdfe8d90bcc96fa5aa67c8edf83ed851d50b31377385a0a044e93743ea6ad57
+DIST testify-0.11.0.tar.gz 67914 SHA256 
04880b44dd34494e498018bf7c0c79370b4f61bee048e2be76068d0a36ab1c82 SHA512 
ed19a9b5cfa509b65bfa366aa8c5fb311f00a2996dca9b5028a7dfe8d7ad06ab88964dd7e7ea7aa31e183537d769bbd81eb6dbd7d57d7576b6ec8fca9b684dd0
 WHIRLPOOL 
b855c87cda58b797c47221756580ff5e8db9ef4ebbc30f81bdb34582b2c57bfed49e6c94ee113efa7a83ad73721a0a18263d865ed7d03debf56b9c21a6be368a
 DIST testify-0.5.7.tar.gz 166954 SHA256 
153796d3b20b2d8554e52af26a8c891e6f02dfd6cc7be29f9241dad244cff044 SHA512 
410ac412306c11bba992b882624fcacdbff00e2865cd986c560d8b50ea8dff0ead8603b18f40414d8dbbe1f3ab9426e0f61170dc450927f6d2282e389800ff21
 WHIRLPOOL 
2cc958efea71bd475c698cee36e4f1bdb7197c8cb54c38efbf66927d5abc60e769a8995ae7fb4107fab8b74e4b05afcaf16e5c0aec9db3471ddbd771bafa3adf
 DIST testify-0.7.2.tar.gz 102858 SHA256 
7c209530fbb67344fe8985012056116d7d8eadd6ff126f91c93aa19208fd3ec9 SHA512 
4b470aabe1ada88ddaf89145c77dbc5c2d000c8e0fab431535c08b4ff05a04c12f215d4c05d678ba718fdf3295be74fef23041d01d3c05e0b9e2c43c5ab0ed1e
 WHIRLPOOL 
37ff8d7068ba4569215e3df440186ef3149a5fde0e12ec5efefc5b666adf2958b11f4db18995b46536cbf504dadec48f00b5f38e524ae09eb815c8170b8cf669
 DIST testify-0.8.0.tar.gz 68996 SHA256 
065cb852110547892d6f971b66795e71ee032a4bcc23decb984878b3ba402aaf SHA512 
c3a198fbf9d58c817e6eeffbfba282571e87b952f4d473118b13ec9f1451f94309032bea62bdba866eff0932233cc29be4f7731a56db99fae8fa1e2b3f12ecfc
 WHIRLPOOL 
c9e8d80ed802b3effd9c63595f1d2557e314f5d358991a6384c1f91c242b15fbb25a931d8f40171f6d4099584743e7eebe3c15ff30f7c8595318a7e490806da2

diff --git a/dev-python/testify/testify-0.11.0.ebuild 
b/dev-python/testify/testify-0.11.0.ebuild
new file mode 100644
index 000..abd1101
--- /dev/null
+++ b/dev-python/testify/testify-0.11.0.ebuild
@@ -0,0 +1,46 @@
+# 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} )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="A more pythonic replacement for the unittest module and nose"
+HOMEPAGE="https://github.com/Yelp/testify 
https://pypi.python.org/pypi/testify/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   >=dev-python/six-1.7.3[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )"
+
+python_prepare_all() {
+   # Correct typo in setup.py
+   sed -e 's:mock,:mock:' -i setup.py || die
+
+   # Correct use of local importing in pertinent test_ files
+   sed -e s':from .test:from test:' \
+   -i test/test_runner_test.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   einfo; einfo "Output reporting exceptions \"ImportError: No module 
named \""
+   einfo "are instances of exceptions expected to be raised, similar to 
xfails by nose"; einfo""
+   for test in test/test_*_test.py;
+   do
+   "${PYTHON}" $test || die "test $test failed under ${EPYTHON}"
+   done
+}



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

2016-08-09 Thread Patrick Lauer
commit: 0a39b9955b49b83c1f8f8994ebcde084c414a806
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 10:48:34 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 10:48:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a39b995

dev-python/awscli: Bump

Package-Manager: portage-2.3.0

 dev-python/awscli/Manifest  |  1 +
 dev-python/awscli/awscli-1.10.53.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/awscli/Manifest b/dev-python/awscli/Manifest
index 6ee207f..3377b3a 100644
--- a/dev-python/awscli/Manifest
+++ b/dev-python/awscli/Manifest
@@ -2,3 +2,4 @@ DIST awscli-1.10.38.tar.gz 471647 SHA256 
56fc0d938aa1ee6ec71c9e7f6f0d7b96614419c
 DIST awscli-1.10.42.tar.gz 474475 SHA256 
32198bc80438f11f239ac12ce727b21b32e00cfddc6a7e065de8fbfcdd593866 SHA512 
d122c322706e7efc30b9db77db9a92f3426d2dab08fb852a1283f7da57d5235a5dbc740d4732bdada1351d4322f04e919290f7f696ae5417cd66b0bf90172c23
 WHIRLPOOL 
38a9c2b5e46fdc29ae5dc1e054072ebf7f3635d05751e9239b73697999725c536bac34f63e7d61351f833f4847dc63537d24fd85e0d14177be41caa1979e4932
 DIST awscli-1.10.47.tar.gz 474746 SHA256 
176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70 SHA512 
9869435462d8b6e48558bee87872fde0e432ce9d7e30cd3fe638cb11ab82b7f9cb49f36e355dd674c62395a314f32ee960617aa2b6d527be5ea1c17bb7deef0c
 WHIRLPOOL 
9e42da9b74cffa5995e96ef8d02439b1243c87d54f0559ba72d721e367e291b484a3db05733bd4c674a9a0a34bbf47387e539f1959f29197513b5b8df00f80ab
 DIST awscli-1.10.51.tar.gz 474702 SHA256 
98690bcc6d6ecc10212ab7b838a45940b25c01e240409c3d03f172cb9dc9c7a6 SHA512 
55b002023f05cd6a1761b87d80a6c68664f91ac9d70724f51dadff053797766a9f407f1c5edff52ddd22c5e537a39a60f03e7c46bc8e5f912e3d39babe57171a
 WHIRLPOOL 
beee371326aecaa33074fcf0e81a0acd912a58eac3e844973b847a103b98083534a6125df8cb27792fe635dbf7f75702feb173de8437c7d276842b231a9eeece
+DIST awscli-1.10.53.tar.gz 474558 SHA256 
c925e734d23dd082142b7815e1aa870f1cca93c507e63e742ae0503c7f7b0c12 SHA512 
6735055c1b9d79eee9832532dd6a284fe6bdaf08bec10872458d44ce2a549bd0833c1908e1e236282f2b197cc7d4817173c4911e057e301e350fb195f96c1acc
 WHIRLPOOL 
7b0995b0788ba299c852cd1e026354cc2a719cafe036c995983eb466d9bb7f083aef2a3321e218e0302dcb6ee25d105bf70daf68c2c58ddfb75ef3bacf2bc0b5

diff --git a/dev-python/awscli/awscli-1.10.53.ebuild 
b/dev-python/awscli/awscli-1.10.53.ebuild
new file mode 100644
index 000..f1631b5
--- /dev/null
+++ b/dev-python/awscli/awscli-1.10.53.ebuild
@@ -0,0 +1,29 @@
+# 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_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="http://pypi.python.org/pypi/awscli;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/botocore[${PYTHON_USEDEP}]
+   <=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   <=dev-python/rsa-3.5.0[${PYTHON_USEDEP}]
+   dev-python/s3transfer[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "



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

2016-08-09 Thread Patrick Lauer
commit: 941d3129c1613608fd4caaacf06b7c108c4f7e2c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 10:46:36 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 10:48:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941d3129

dev-python/blaze: Bump

Package-Manager: portage-2.3.0

 dev-python/blaze/Manifest|  1 +
 dev-python/blaze/blaze-0.10.2.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/dev-python/blaze/Manifest b/dev-python/blaze/Manifest
index 89787c5..c9b20c9 100644
--- a/dev-python/blaze/Manifest
+++ b/dev-python/blaze/Manifest
@@ -1,5 +1,6 @@
 DIST blaze-0.10.0.tar.gz 9672628 SHA256 
259a6674d09b2fc7be3f2f88cabf641161fa6f39c6dd48ae2982d7e717a6a798 SHA512 
33d8320ed98aec19fda2771cf455ccaa9f9b6d8887669f37fa9778abfadaf90a0fa32ead0db1b982c923fd1055b9d7c59f2eb918b73705b51dfab9e04ab0
 WHIRLPOOL 
1d49d4c2136570659eb472f11107a05a52e55e1226e81bf1cf4de53c469bd15fad0e01655256137735419f440beef9da9b0a2f5d1c487288a968ae0c836c40fb
 DIST blaze-0.10.1.tar.gz 9677246 SHA256 
9dfd46d95b76210438996381b58283167a852ce6590d12300519cd5c3d78a0b6 SHA512 
a99033f82f4a5cf9f8c40399053d53326777ffec58455cb13672efb6419c7a39b3cce9f0765ceb00920616104e3ebad6d190e5291a2da98c532cd02f215bfea4
 WHIRLPOOL 
717227972ccbe40eba74b9be20424aefa6453621d8ce54809bf98af4a7aa9a1316cb6f36eba8964bd86e1174f4b509e99400e7d862f109faf5358c4c5e6e7120
+DIST blaze-0.10.2.tar.gz 9681767 SHA256 
c525fe93b35f1bb755cfc06f8c6094b16f8255ca870026a008d0a5fb3f440834 SHA512 
01b7c5563f928c336f13eb13c6397f1089bca7c1cf0824da672acdabf28b18356c52678c58b2fa7af303601c6013e9d6f4fe26359ee6ab9a01f8b735c7d24a56
 WHIRLPOOL 
7dee091947694a6145fdfbb78539099c517701f4d4a696141c761ca2672bd622ed3f8aea15f743a37805769341f37e8a28765eeafb89943f9f8c568c071e160c
 DIST blaze-0.7.1.tar.gz 760204 SHA256 
2ea89bd0736530731643bf4a8f16b955b2e3bdcc2a36155af085385f6d10cd5b SHA512 
cb94a4a58835bc120fc19810be03104ba9ad0b3cbc4ec6667b35b09ac9c7376934c03e897dfbeebf4161b227dac03cbd082067fba896bc07ace4dfbf21985b3f
 WHIRLPOOL 
d52b700c0127bebed2face3d3cd45436c8d2cc8b0485992f4c1b7a2f3582fdee65f55b3770a60697dd64e55008bbc1ea28a5238197daac8455c3f0ff80fbf58f
 DIST blaze-0.8.0.tar.gz 6718278 SHA256 
0ec507286a15eb18ccbf87d007c88cfe9d5f254f539687455b6216cd0dc667b6 SHA512 
067032d50bdd91d9beddbf6329289d00b633003f8c114e47d01b439f35d68c44f285bd9f67283f79987ab166ece0ffa8bac62444e36803f8a47108a2de847ed5
 WHIRLPOOL 
c0e28d88fea84b1c67213b5572d19623a7cffa76a14da57eb950483013a922798dad512177e8383308d60fbac178176dd8ef05b7c168e562291ee9c4bfa5aa0c
 DIST blaze-0.8.2.tar.gz 9845331 SHA256 
1f5a1dd306661a7493c95daafec07bab18fca3d99d03f1c6ab2be474afa73c01 SHA512 
fc33e080e2af51606a719c12f38c14ea82de7e32e22bcb273a6e104ebb8ec7fc87e502d7fc48ba70992ce61ed624b167dc95a277dc9d0330b4a7fce4b1803df2
 WHIRLPOOL 
17d31889f07036e0c031c422566921f130cccb0feffbaecf5231fd916c678a725d8490bb322bb93c57aa18793296947b1318a85dabb8a5ea461e76df6d0fbd66

diff --git a/dev-python/blaze/blaze-0.10.2.ebuild 
b/dev-python/blaze/blaze-0.10.2.ebuild
new file mode 100644
index 000..fbbadcd
--- /dev/null
+++ b/dev-python/blaze/blaze-0.10.2.ebuild
@@ -0,0 +1,85 @@
+# 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_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Next generation Python numpy"
+HOMEPAGE="http://blaze.pydata.org/;
+SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+# Currently doc build fails, reason now, attempt to import mystery modules in 
datashape
+# Leaving doc build content in case this is fixed
+IUSE="examples test"
+
+# pyspark appears an optional dep not in portage. pyskit appears to be dropped
+# some packages including pyparsing appear required despite their absence from 
requirements.txt
+
+RDEPEND="
+   dev-python/datashape[${PYTHON_USEDEP}]
+   >=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   dev-python/cytoolz[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.15.0[${PYTHON_USEDEP}]
+   dev-python/h5py[${PYTHON_USEDEP}]
+   dev-python/unicodecsv[${PYTHON_USEDEP}]
+   >=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pytables-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pymongo-2.8[${PYTHON_USEDEP}]
+   dev-python/xlrd[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/into[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   

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

2016-08-09 Thread Patrick Lauer
commit: ee00a2ecc8d0bafe52a0a5fac14f43b66fecc983
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 10:30:58 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 10:48:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee00a2ec

dev-python/s3transfer: Bump

Package-Manager: portage-2.3.0

 dev-python/s3transfer/Manifest|  1 +
 dev-python/s3transfer/s3transfer-0.1.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 1907d08..f2962c2 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1 +1,2 @@
 DIST s3transfer-0.0.1.tar.gz 9465 SHA256 
2bb9ed8db58af94dfa78f75f554d646dfe4b4741fc87f63a20c2bfb3f70f4355 SHA512 
77ef39d2043b7ca7cfa105d3a682881392ae8048dd2e1263a9c88390a28e24578e49733afc330ace78027c1a3e3ff5401b30fc12f8a5fac70544bda099f33461
 WHIRLPOOL 
6a31f8d40c649a244d6f43deb97bc844ad2cb61856ab9e07bf527d8afa576decc22d962baeeec64ea96c715e01a6f9731bc4db49a68f48017a189d8aa95db7b9
+DIST s3transfer-0.1.1.tar.gz 82198 SHA256 
6b9131b704819b0e559a97eec373ff6cc8a9b258e4c8f58ad339650b5019f00f SHA512 
3e784b8e5a723ff18d587d8dc56bec3737f4be7c644320d5a9eba25b28912cb9ce488f4d37ef48c507eef6e1df6cb30dfd22109231a8cadb6f0d63ff40ae712d
 WHIRLPOOL 
64447ef8ad10b02712b63e8dc5c9708827c4234e01571d825e7a10bc0645c5b0e11968fc43c2b4589bff7355efa639db65ae8c95d3645f3cffc83176bb246415

diff --git a/dev-python/s3transfer/s3transfer-0.1.1.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.1.ebuild
new file mode 100644
index 000..eb56624
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.1.1.ebuild
@@ -0,0 +1,25 @@
+# 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_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Amazon S3 Transfer Manager"
+HOMEPAGE="http://pypi.python.org/pypi/s3transfer;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/botocore[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "



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

2016-08-09 Thread Anthony G. Basile
commit: 4ec6aad87ce6549a1a1f65e1f0df56fe5a340928
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug  9 10:40:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug  9 10:40:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec6aad8

app-admin/paxtest: version bump to 0.9.15

Package-Manager: portage-2.2.28

 app-admin/paxtest/Manifest  |  1 +
 app-admin/paxtest/paxtest-0.9.15.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/app-admin/paxtest/Manifest b/app-admin/paxtest/Manifest
index 1f0c111..2a54169 100644
--- a/app-admin/paxtest/Manifest
+++ b/app-admin/paxtest/Manifest
@@ -1 +1,2 @@
 DIST paxtest-0.9.14.tar.gz 34286 SHA256 
7dead81fcdc8db2f88e3da1027e6d7c93596f2e6e4dac25ec9b54c41fa808048 SHA512 
6e2d642e1dfe7e3381ed520956d2f5b19ad8c8e569c4ddcf43a2772a76ed67701bb18fe55d7fe2b82ff50644f92470622243ac974083d87448f560f6d48d8727
 WHIRLPOOL 
bef2998611b0487590364648b8f5d4ddc470b212c2a8b0282f4220b1da8033f23299298b51dc932c35f37099f7076a99220726b30d91472ca266042f16c4ed02
+DIST paxtest-0.9.15.tar.gz 37929 SHA256 
d553848431fd8c2ab6c8361b62e5cedfed1cc1d60088241f4a33d2af15dd667f SHA512 
e152f5ada943f69b3745b51ac6d80f35a4c1aff777e93360287ef18b117d07861216d9d0d2075d2511d33e2cb4ea07168bb9ff2f00e79de6060e546b6806c487
 WHIRLPOOL 
db58265b8140209bb253f05de912bcd4017c06bd99e6b8247f052b93081f98b88b04030b4539993a9f180969722e9d4958f929bd8a0395a027ff4e7a25b48f26

diff --git a/app-admin/paxtest/paxtest-0.9.15.ebuild 
b/app-admin/paxtest/paxtest-0.9.15.ebuild
new file mode 100644
index 000..473de0f
--- /dev/null
+++ b/app-admin/paxtest/paxtest-0.9.15.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="PaX regression test suite"
+HOMEPAGE="http://pax.grsecurity.net;
+SRC_URI="http://grsecurity.net/~spender/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   sys-apps/paxctl"
+
+# EI_PAX flags are not strip safe.
+RESTRICT="strip"
+
+QA_EXECSTACK="usr/bin/${PN}
+   usr/$(get_libdir)/${PN}/getamap
+   usr/$(get_libdir)/${PN}/shlibtest2.so
+   usr/$(get_libdir)/${PN}/execheap
+   usr/$(get_libdir)/${PN}/mprotstack
+   usr/$(get_libdir)/${PN}/mprotdata
+   usr/$(get_libdir)/${PN}/mprotheap
+   usr/$(get_libdir)/${PN}/randshlib
+   usr/$(get_libdir)/${PN}/randmain1
+   usr/$(get_libdir)/${PN}/getshlib
+   usr/$(get_libdir)/${PN}/randheap2
+   usr/$(get_libdir)/${PN}/rettofunc2x
+   usr/$(get_libdir)/${PN}/shlibdata
+   usr/$(get_libdir)/${PN}/shlibbss
+   usr/$(get_libdir)/${PN}/getmain1
+   usr/$(get_libdir)/${PN}/execdata
+   usr/$(get_libdir)/${PN}/execstack
+   usr/$(get_libdir)/${PN}/rettofunc2
+   usr/$(get_libdir)/${PN}/mprotshdata
+   usr/$(get_libdir)/${PN}/getstack1
+   usr/$(get_libdir)/${PN}/randamap
+   usr/$(get_libdir)/${PN}/rettofunc1x
+   usr/$(get_libdir)/${PN}/getheap2
+   usr/$(get_libdir)/${PN}/getheap1
+   usr/$(get_libdir)/${PN}/randheap1
+   usr/$(get_libdir)/${PN}/getstack2
+   usr/$(get_libdir)/${PN}/getmain2
+   usr/$(get_libdir)/${PN}/rettofunc1
+   usr/$(get_libdir)/${PN}/randstack2
+   usr/$(get_libdir)/${PN}/mprotshbss
+   usr/$(get_libdir)/${PN}/randstack1
+   usr/$(get_libdir)/${PN}/mprotanon
+   usr/$(get_libdir)/${PN}/randmain2
+   usr/$(get_libdir)/${PN}/writetext
+   usr/$(get_libdir)/${PN}/mprotbss
+   usr/$(get_libdir)/${PN}/anonmap
+   usr/$(get_libdir)/${PN}/execbss
+   usr/$(get_libdir)/${PN}/shlibtest.so"
+
+src_prepare() {
+   mv Makefile.psm Makefile
+   epatch "${FILESDIR}/${PN}-0.9.13-Makefile.patch"
+   sed -i "s/^CC := gcc/CC := $(tc-getCC)/" Makefile
+   sed -i "s/^LD := ld/LD := $(tc-getLD)/" Makefile
+}
+
+src_compile() {
+   emake RUNDIR=/usr/$(get_libdir)/paxtest || die
+}
+
+src_install() {
+   emake DESTDIR="${D}" BINDIR=/usr/bin RUNDIR=/usr/$(get_libdir)/paxtest 
install || die
+
+   newman debian/manpage.1.ex paxtest.1 || die
+   dodoc ChangeLog README || die
+}



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

2016-08-09 Thread Anthony G. Basile
commit: 1929ca26863b4fb11187bba203ed65f619fdbe3d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug  9 10:35:39 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug  9 10:36:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1929ca26

net-misc/stunnel: version bump to 5.35

Package-Manager: portage-2.2.28

 net-misc/stunnel/Manifest|  1 +
 net-misc/stunnel/stunnel-5.35.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index 7675c26..e5f5997 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -1,3 +1,4 @@
 DIST stunnel-5.24.tar.gz 631730 SHA256 
ab2e5a1034d422951ddad21b572eb7fa8efb4c4ce04bc86536c6845f3d02b07e SHA512 
d9a1ef9cdd3ffafc2a3d1b3383bcf3dfc1a52cdd5a0bcfd64f50addf78a0fd0ce0def6b32ed801f8dfcabbecd64284454b1c90a18435b5d603ecba594d840340
 WHIRLPOOL 
b625adbc9299c04308733bb5ee732350084b603128734214ec3079f58c02b58d08bfc53bf604468cd83cc5dc1bf5d968a4d5139cd98d7b2219303fdd3d6eae64
 DIST stunnel-5.30.tar.gz 638771 SHA256 
7d6eb389f6a1954b3bcf6c71d4ae3c5f9dde1990dd0b9e0cb1c7caf138d60570 SHA512 
66bb610241e70881f8b14bfaec712a48361ec43a631db8b38ea0c94547fa184896e2d1fbbce52eb13c65411aa1ca10b3e9e42bde1651b38a5d551504b3b38f3c
 WHIRLPOOL 
6b375be08c52088de065028d4d2e4d99301dbeb3a6771bbfe19f715d1dd9f7ccf893b87b973dbb19bfc5decf7f6e487322d857e04fdccdd535140ebecef358f8
 DIST stunnel-5.34.tar.gz 644677 SHA256 
78668a84a5a01188dddfcecb37d8c69a4c725dc3b476fbbd294e86741a55 SHA512 
32edd2e3461536a35b150068720492a84d3174f8ede46b3d79e42a1c00e5096ea631dae41072c982c95b46ce3cb9dcf8dd1e48a4c429e94933d30b12c21d1181
 WHIRLPOOL 
fc0d22cdb8a9bf4c5bdbd12c14d09d2fbb31ec3d16e5b9d32436980aaedd321cdffed031ced9b93b04bc1f97111d7379f8473400b44064abf417fb65d846ff18
+DIST stunnel-5.35.tar.gz 645148 SHA256 
ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b54aba1d SHA512 
cdec7ddafbfac4a1d420704baec72fedbd655871137ec8283c066203c0859019c6e11ce00647e5b471a019409e4eb5e9525166eddd7ddffa25055b95c0cacd9e
 WHIRLPOOL 
9d3c4538827ce94a27ad6922a2c4e38192ec8a3d23e0059e328651eaadf7c0696c8751174553bce801a2e940c34c164d871d76b7b623a59133cd0a5c6b00aed2

diff --git a/net-misc/stunnel/stunnel-5.35.ebuild 
b/net-misc/stunnel/stunnel-5.35.ebuild
new file mode 100644
index 000..53ee300
--- /dev/null
+++ b/net-misc/stunnel/stunnel-5.35.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit ssl-cert eutils multilib systemd user
+
+DESCRIPTION="TLS/SSL - Port Wrapper"
+HOMEPAGE="http://www.stunnel.org/index.html;
+SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   
http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
+   http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ipv6 libressl selinux stunnel3 tcpd"
+
+DEPEND="tcpd? ( sys-apps/tcp-wrappers )
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )"
+RDEPEND="${DEPEND}
+   stunnel3? ( dev-lang/perl )
+   selinux? ( sec-policy/selinux-stunnel )"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup stunnel
+   enewuser stunnel -1 -1 -1 stunnel
+}
+
+src_prepare() {
+   # Hack away generation of certificate
+   sed -i -e "s/^install-data-local:/do-not-run-this:/" \
+   tools/Makefile.in || die "sed failed"
+
+   # libressl compat
+   epatch "${FILESDIR}"/stunnel-compat-libressl.patch
+
+   echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
+}
+
+src_configure() {
+   econf \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
+   $(use_enable ipv6) \
+   $(use_enable tcpd libwrap) \
+   --with-ssl="${EPREFIX}"/usr \
+   --disable-fips
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -rf "${ED}"/usr/share/doc/${PN}
+   rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
+   "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
+   use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
+
+   # The binary was moved to /usr/bin with 4.21,
+   # symlink for backwards compatibility
+   dosym ../bin/stunnel /usr/sbin/stunnel
+
+   dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
+   dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
+   

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

2016-08-09 Thread Andrey Grozin
commit: ee3c982f6f0f6b81c5d7b2678d778ee6ec71d9fd
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Aug  9 10:25:58 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Aug  9 10:25:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3c982f

dev-python/gmpy: bump to 2.0.8, python3_5 added

Package-Manager: portage-2.3.0

 dev-python/gmpy/Manifest  |  1 +
 dev-python/gmpy/gmpy-2.0.8.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/gmpy/Manifest b/dev-python/gmpy/Manifest
index 4681b4f..c4517f7 100644
--- a/dev-python/gmpy/Manifest
+++ b/dev-python/gmpy/Manifest
@@ -1,3 +1,4 @@
 DIST gmpy2-2.0.4.zip 280459 SHA256 
c2b06e75d876960adabce575f01361f96884a64401740af49e8b9ef356bbbecf SHA512 
98f57a0b140bb352dc1403dc799845685d52d346e87e6402d1e10c8ef46bbe90bae598143bd2ebffedb617c0519f75590a6cc9b30d887dc08ff6d5ae4fd7ec75
 WHIRLPOOL 
2f9c903c91c864ef4eb7e02b4004204580af1b7ddf67c67719ab68506a95cf57af64e06bed24ef445eb7eb2de0e7ef550748ac6e8b41e10297fcc22b04cfbca9
 DIST gmpy2-2.0.6.zip 280353 SHA256 
5041d0ae24407c24487106099f5bcc4abb1a5f58d90e6712cc95321975eddbd4 SHA512 
fae7952e86c821d8a4ae083a54d6e7e3516459abbf9bcb16408ea0d7989f309aa27348bb51781e0f52466eaf121cb193b54f5f4453093f022ce8394d273196a0
 WHIRLPOOL 
d9a301d5d5f0872ddb517bba815cefaf8c2a3a1fa7e3e0b38f0ea0d2ec1ef8e0526549f8a3d4713b35a878125f1a766bbd3c31e0eb27902266bf3ae8a8dc2559
 DIST gmpy2-2.0.7.zip 280400 SHA256 
7ee694b8a4c3854f27890676aa8a509a2e3f8dbdd0916fa94cbed612420b9c86 SHA512 
47ba58da98cc36d4eb1eaafbf3b8c0ef31fa898d85bead6bf2fccd24ce5e33a23b66c199349b85e5ae0289ca7e651ccb0a5dd2657b4419331a14a17c9291
 WHIRLPOOL 
099fac123707851be1743ac3e23dcbfe613bc18f608369e46541b7fdc9f52b5cc61a4ab5d1233f9e88db3a058fb402f5996c33c3c2e81d47dd4adf1e12cb559a
+DIST gmpy2-2.0.8.zip 280551 SHA256 
dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f SHA512 
090f449641f378c73eb166831b1d956c6cee3da83e42fde8741f18aa0fa687e37927fc3b045d4b35e3a3b75570e6b1074150d8bc29d16119ab5c717bcfcf9fb4
 WHIRLPOOL 
e78b7fda27a3df8f72750b7ae6a6ff734013a68e8a39b52a3e0cc64076084ae8c5e7024684714a9a83fe22a28d7a1be4bfff7b289bfd4b797900e20790c279b0

diff --git a/dev-python/gmpy/gmpy-2.0.8.ebuild 
b/dev-python/gmpy/gmpy-2.0.8.ebuild
new file mode 100644
index 000..4631ae3
--- /dev/null
+++ b/dev-python/gmpy/gmpy-2.0.8.ebuild
@@ -0,0 +1,69 @@
+# 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,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN}2"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python bindings for GMP, MPC, MPFR and MPIR libraries"
+HOMEPAGE="https://github.com/aleaxit/gmpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+IUSE="doc mpir"
+
+RDEPEND="
+   >=dev-libs/mpc-1.0.2
+   >=dev-libs/mpfr-3.1.2
+   !mpir? ( dev-libs/gmp:0= )
+   mpir? ( sci-libs/mpir )"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}"/${MY_P}
+
+python_prepare_all() {
+   # rm non std test file
+   rm test*/gmpy_test_thr.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   mydistutilsargs=(
+   $(usex mpir --mpir --gmp)
+   )
+}
+
+python_compile() {
+   python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   cd test || die
+   "${PYTHON}" runtests.py || die "tests failed under ${EPYTHON}"
+   if python_is_python3; then
+   cd ../test3 || die
+   else
+   cd ../test2 || die
+   fi
+   "${PYTHON}" gmpy_test.py || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2016-08-09 Thread Patrick Lauer
commit: ea13a63dfc5e63de7fd5a0c9d4d98529d7060c3f
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 09:56:08 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 09:56:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea13a63d

net-libs/nodejs: Bump

Package-Manager: portage-2.3.0

 net-libs/nodejs/Manifest|   1 +
 net-libs/nodejs/nodejs-6.3.1.ebuild | 193 
 2 files changed, 194 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 2729d41..168dece 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -10,3 +10,4 @@ DIST node-v5.11.0.tar.xz 13298460 SHA256 
083766aff72fc5c78f6999dd0d00bc0340a052a
 DIST node-v5.9.1.tar.xz 13226192 SHA256 
668067077dfceb3d2039d0df693fec6aa20b920d01a42b53dc61d4aa91e0ae55 SHA512 
34774d88eda775bdf153a76bd02b26c499e4a9ef47d8e94ad7b66d360d04891b45ce8f211833ca69e8c0a786ca36424b0c620a90b1fbc6d5afc77d20f4b5fadb
 WHIRLPOOL 
d666aa6fd4d577f7a6f89c3bfa75e62a0281e0dd7592373f384bfe01fa2dcbf81156bf6a21fc2097d48d5024a39057713c2593f4609c70ff8f84090471b073a9
 DIST node-v6.2.2.tar.xz 15018808 SHA256 
2dfeeddba750b52a528b38a1c31e35c1fb40b19cf28fbf430c3c8c7a6517005a SHA512 
f489a1aa017514e84340e5c6f8d8621244d00ab19fe8bdc5804136133d72d482ed64db57ba79e5e16cfaebf3bc098e2127b45ce171e5a3bf073a98e9a6e15548
 WHIRLPOOL 
348e25cd1fe17a638d3d0ef266b4f68f2466141aba2fb45c18aa88c987850819d58c82c23761660b4ff49085654b5390031bd9d219d5f65afb35c9c155adc5e4
 DIST node-v6.3.0.tar.xz 15387148 SHA256 
66c2015bfedfff219f6026b1271a7a94942eb66856929cca1f40f895fbbef62c SHA512 
b0387eed5dce0003925719faa221bb5f742bce8447c29c9b529f62c16784d44ae51b393827031614a25650b6bd0551e07eba31277bd43562afaa09828562fa0f
 WHIRLPOOL 
94de5c7d3484b8318c8dd281f63af3de2c9f0fe39db22744354e935c32c057f61b6dbfb162633302a29c8b926fc922065007936d477e953a2538946c3f18877f
+DIST node-v6.3.1.tar.xz 15375200 SHA256 
6fe584814b70d5e715be23f54545490609cdf1693372c2cdf47c76c798b02a1b SHA512 
340db4f0ef70eeecde6a1ef5551e0016664305016a564cf112d204e5b98f38570736a987dbfc81fcf018ca413853b9d18d7371c041de0d8f431588f22253f245
 WHIRLPOOL 
4c6295173c373592c3b79b5d394dec3c9f4ab6276ae6b34bbf173efa855d5b3db3e463bf15a80538bdbcae7557123bf853585c2bab78d6301e18e4caafbf4473

diff --git a/net-libs/nodejs/nodejs-6.3.1.ebuild 
b/net-libs/nodejs/nodejs-6.3.1.ebuild
new file mode 100644
index 000..4e76890
--- /dev/null
+++ b/net-libs/nodejs/nodejs-6.3.1.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-single-r1 
toolchain-funcs
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl test"
+
+RDEPEND="icu? ( >=dev-libs/icu-56:= )
+   npm? ( ${PYTHON_DEPS} )
+   >=net-libs/http-parser-2.6.2:=
+   >=dev-libs/libuv-1.9.0:=
+   >=dev-libs/openssl-1.0.2g:0=[-bindist]
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   test? ( net-misc/curl )"
+
+S="${WORKDIR}/node-v${PV}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=(
+   "${FILESDIR}"/gentoo-global-npm-config.patch
+)
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # make sure we use python2.* while using gyp
+   sed -i -e "s/python/${EPYTHON}/" deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
+   sed -i -e "s/|| 'python'/|| '${EPYTHON}'/" 
deps/npm/node_modules/node-gyp/lib/configure.js || die
+
+   # less verbose install output (stating the same as portage, basically)
+   sed -i -e "/print/d" tools/install.py || die
+
+   # proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
+   local LIBDIR=$(get_libdir)
+   sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
+   sed -i -e "s/'lib'/'${LIBDIR}'/" lib/module.js || die
+   sed -i -e "s|\"lib\"|\"${LIBDIR}\"|" deps/npm/lib/npm.js || die
+
+   # Avoid writing a depfile, not useful
+   sed -i -e "/DEPFLAGS =/d" 

[gentoo-commits] repo/gentoo:master commit in: app-admin/aerospike-amc-community/

2016-08-09 Thread Patrick Lauer
commit: b8395631032eec16802d75214b5dce1abcef7545
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 09:44:18 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 09:44:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8395631

app-admin/aerospike-amc-community: Bump

Package-Manager: portage-2.3.0

 app-admin/aerospike-amc-community/Manifest |  1 +
 .../aerospike-amc-community-3.6.10.1.ebuild| 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-admin/aerospike-amc-community/Manifest 
b/app-admin/aerospike-amc-community/Manifest
index 473653c..627ecd9 100644
--- a/app-admin/aerospike-amc-community/Manifest
+++ b/app-admin/aerospike-amc-community/Manifest
@@ -1,3 +1,4 @@
+DIST aerospike-amc-community-3.6.10.1.all.x86_64.deb 1434334 SHA256 
1f8424f64d2d3a609ec1a4ad30569ccbf13ac411eddb96f3e855efc396523b02 SHA512 
2f9d208c501800d7a73d419347883ff9b4f8d65e76238c8676f1f04ad6c38aae2c9746ea65ed0d4ef36bcc9419a3a70b4d95f42aea72556935cdb3e82d943f05
 WHIRLPOOL 
5062770392f4ebe62ab616bb67b9848591cdaed334dc94476b88ede7691b6734c2fe0d91b2a7e1ca7f69c48931c194cbec630eee58281d3e8414ebf5072499e9
 DIST aerospike-amc-community-3.6.8.2.all.x86_64.deb 1429424 SHA256 
6509c10fa4af2c41aa9f2a17ad75e2f1383010bb9d12586e19858aa990b127d5 SHA512 
ed1b82f825888ce2985b77d75e2e9988f87a241159fc0452af12892f66c37ec0d88f7edd2be6fce6d06184a5c09305f5e9727af48774e55b6290402fa406abc3
 WHIRLPOOL 
7c98bf26f9cd32461a015572fb3f7c9f6d17dff8fa28a13adbac47267db0f83d3d2139faceb1ebb89a259df20dbdd6f9b81c8cdd9f305597835e84c3f985805c
 DIST aerospike-amc-community-3.6.8.all.x86_64.deb 1429404 SHA256 
7c29269746a806f04c3828188a249af6407135ebcf151fe0d84d2e8dc464 SHA512 
de44333471307410461bd53266b84fdc9fa92f7115012eb4b29b3ad415dd471ca3d9bf1a7c52bec7063df02a7e600dce9366910a089751dd19163cc212574d28
 WHIRLPOOL 
134a8f6dbd006b9918be787f090ca762b45b4c9083f43b6f039b3f33ab1a43ef38be30e3fa31c137185e35672620eace1a2cff7615091f9a9bfab955dfa1f914
 DIST aerospike-amc-community-3.6.9.all.x86_64.deb 1431182 SHA256 
fb3a21ed712b134ae0fbe41bcc60ee3b62fddb1a08af660b7197528cb978d827 SHA512 
67059ef2b96c4cf69b8a2edacb3edc711a18889b7eee16a038c63e8176d80e4b5ff23f126c0c16113a529e181b9c6f16601cbfa0251b0b12231ad7a23b8bc65e
 WHIRLPOOL 
c04a136ed27029503fd58c08a872fd86c9f3530b161183cb74a86db9f66150b817df05492f697214ecf8bbde3951d3b5091eea5c53787faf79888606670ddba5

diff --git 
a/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.10.1.ebuild 
b/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.10.1.ebuild
new file mode 100644
index 000..942b7c9
--- /dev/null
+++ b/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.10.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils user
+
+DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition 
Server"
+HOMEPAGE="http://www.aerospike.com;
+SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}.all.x86_64.deb;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="app-crypt/gcr
+   dev-python/eventlet
+   dev-python/flask
+   dev-python/greenlet
+   dev-python/setproctitle
+   www-servers/gunicorn"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+   default
+   mkdir "${P}"
+   tar -xf data.tar.xz -C "${S}" || die
+   tar -xzf "${S}"/opt/amc.tar.gz -C "${S}"/opt/ || die
+}
+
+src_install() {
+   mv opt/amc/amc/* opt/amc/
+   rm -rf opt/amc/amc
+   rm -f opt/amc/install
+   rm -f opt/amc/bin/uninstall
+   rm -f opt/amc/bin/amc_*.sh
+   rm -f opt/amc/bin/gunicorn
+   rm -rf opt/amc/server/site-packages/
+   rm -rf opt/amc/server/setups/
+
+   insinto /etc/logrotate.d
+   newins opt/amc/config/logrotate amc
+   rm -f opt/amc/config/logrotate
+
+   insinto /etc/cron.daily
+   newins opt/amc/config/logcron amc
+   rm -f opt/amc/config/logcron
+
+   sed -e 's@/tmp/amc.pid@/run/amc.pid@g' -i 
opt/amc/config/gunicorn_config.py || die
+
+   insinto /etc/amc/config
+   doins -r opt/amc/config/*
+   rm -rf opt/amc/config/
+
+   echo "${PV}" > opt/amc/amc_version
+
+   insinto /opt/amc/
+   doins -r opt/amc/*
+
+   keepdir /var/log/amc
+
+   newinitd "${FILESDIR}"/amc.init amc
+}



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

2016-08-09 Thread Patrick Lauer
commit: 2933e856e1d7d6206e034d6fa9080bfaae1e4411
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 09:37:31 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 09:44:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2933e856

dev-python/elasticsearch-curator: Bump

Package-Manager: portage-2.3.0

 dev-python/elasticsearch-curator/Manifest  |   1 +
 .../elasticsearch-curator-4.0.5.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/dev-python/elasticsearch-curator/Manifest 
b/dev-python/elasticsearch-curator/Manifest
index cdec9a8..75b34aa 100644
--- a/dev-python/elasticsearch-curator/Manifest
+++ b/dev-python/elasticsearch-curator/Manifest
@@ -2,3 +2,4 @@ DIST elasticsearch-2.2.1.tar.gz 29424648 SHA256 
7d43d18a8ee8d715d827ed26b4ff3d93
 DIST elasticsearch-2.3.3.tar.gz 27542289 SHA256 
5fe0a6887432bb8a8d3de2e79c9b81c83cfa241e6440f0f0379a686657789165 SHA512 
d3899d2f45128d218693ed2a0f9210ec6ce5fe4101d543b46edaaadceeb6768fe3cf04bf161ad09b38629bada74368133727dd735ef11132fffe81aabe0ef88b
 WHIRLPOOL 
5f51b0c1a913a60073c212c9ee06b024b0ca50bbf7857f2ce1883ab51bbb8295c51c1c2d4e7fd98b5dc9db65cd753fd282a0eccf7568fad6608b3529f5e9ea36
 DIST elasticsearch-curator-3.5.1.tar.gz 93121 SHA256 
3b578c1d8a88da22501a79346792288478f3191d75058e4c43d05fc261c9b874 SHA512 
59ddc5feb575f626afcbce9c80b113827d9752bb4ba1bc8f7e7f110f8be661314dbf0421310cb07ce1b15c9d6dba2f181718befb5cfa93803ad5e63226ac9556
 WHIRLPOOL 
8b0529116cf735cb45872073a7668bdb94e0e61306bcbd6d3609a73616f75f74747847cbf8a860d5727fe3f475ab59c66f1382a04d543cdb3c22de4edfd068e2
 DIST elasticsearch-curator-4.0.1.tar.gz 107792 SHA256 
a7aa6a48f93a35d005f174a87ee05115230bc0b84994367e01c21873aedd519f SHA512 
d948d38b3b17e046a139f3bea1c9a9a927bef2621477689b897e0845211bcb3c35507c7661a0801361933a72b01868553fb84ecc9aefa5e5fc363a4f516e63cb
 WHIRLPOOL 
44edb992ec6e8194b4696c18c6d4d5ac4cc3a0d9fe488a15ee6d693a6fc4f32585411e74a46e64864baba57327dd8ed60da8ea30deb2666c9feaf2f5efcf7ed0
+DIST elasticsearch-curator-4.0.5.tar.gz 110573 SHA256 
84f9df5fb19e59e734b224cba35d7c48c6dbdbe6317d8274276f5ad81cfbfd12 SHA512 
08270cd53510e4356e1f01bb27c9202dcf2ac7d66c9852c2bc5d93de7c701802f67bf0b0117d4a155b9a930a4842d021a08f85436007654a812e47a0de8d870d
 WHIRLPOOL 
a80fdbdd30d82d1b189eba97e07779a6c632f58a5d242aef8fc3a450be0c93c64ec02651793fea8475936934f6ea8ed227d18c22f32e9a9d7d5e8506e9c2679e

diff --git 
a/dev-python/elasticsearch-curator/elasticsearch-curator-4.0.5.ebuild 
b/dev-python/elasticsearch-curator/elasticsearch-curator-4.0.5.ebuild
new file mode 100644
index 000..688fdb5
--- /dev/null
+++ b/dev-python/elasticsearch-curator/elasticsearch-curator-4.0.5.ebuild
@@ -0,0 +1,112 @@
+# 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_4,3_5} )
+
+MY_PN="curator"
+ES_VERSION="2.3.3"
+
+inherit distutils-r1
+
+DESCRIPTION="Tending time-series indices in Elasticsearch"
+HOMEPAGE="https://github.com/elasticsearch/curator;
+SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/elasticsearch-py-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/click-3.3[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.8.3[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   || ( virtual/jre:1.8 virtual/jre:1.7 )
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/nosexcover[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+   ES="${WORKDIR}/elasticsearch-${ES_VERSION}"
+   ES_PORT="25123"
+   ES_LOG="${ES}/logs/elasticsearch.log"
+   PID="${ES}/elasticsearch.pid"
+
+   # run Elasticsearch instance on custom port
+   sed -i "s/# http.port: 9200/http.port: ${ES_PORT}/g; \
+   s/# cluster.name: my-application/cluster.name: 
gentoo-es-curator-test/g" \
+   ${ES}/config/elasticsearch.yml
+
+   # Elasticsearch 1.6+ needs to set path.repo
+   grep -q "^path.repo" "${ES}/config/elasticsearch.yml"
+   if [ $? -ne 0 ]; then
+   echo "path.repo: /" >> "${ES}/config/elasticsearch.yml"
+   fi
+
+   # start local instance of elasticsearch
+   ${ES}/bin/elasticsearch -d -p ${PID}
+
+   for i in {1..10}; do
+   grep -q "started" ${ES_LOG} 2> /dev/null
+   if 

[gentoo-commits] repo/gentoo:master commit in: dev-db/aerospike-server-community/

2016-08-09 Thread Patrick Lauer
commit: a89c3d4a7c2c52887f28deceec668a15bb2460ca
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 09:42:30 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 09:44:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89c3d4a

dev-db/aerospike-server-community: Bump, remove old

Package-Manager: portage-2.3.0

 dev-db/aerospike-server-community/Manifest |  5 +-
 .../aerospike-server-community-3.8.1.2.ebuild  | 69 --
 .../aerospike-server-community-3.8.1.ebuild| 69 --
 .../aerospike-server-community-3.8.2.2.ebuild  | 69 --
 ...d => aerospike-server-community-3.9.0.3.ebuild} |  0
 5 files changed, 1 insertion(+), 211 deletions(-)

diff --git a/dev-db/aerospike-server-community/Manifest 
b/dev-db/aerospike-server-community/Manifest
index 66fad81..0429be3 100644
--- a/dev-db/aerospike-server-community/Manifest
+++ b/dev-db/aerospike-server-community/Manifest
@@ -1,8 +1,5 @@
-DIST aerospike-server-community-3.8.1-debian7.tgz 10981771 SHA256 
c10eaa991e24e256b5ce558ade94a6d7480a75a5de1ab78a7620757bf6e7bb7c SHA512 
1f54d2dc7a2630981af749b25e4926cb52ab9b0396943e3d753457da79eadae1b4525abb5ebe878368bb5356a6727842a55b92a54d60db9215f696793a7bd6a6
 WHIRLPOOL 
282f17afeff5f3d458226848a6985b71abe4cf5c1f0eea6b39754fc54132be448e0823562d0522455fe2e467070eba374a0915977416a9e015d481e9b9354ae9
-DIST aerospike-server-community-3.8.1.2-debian7.tgz 10985656 SHA256 
7b386b801e66ee66ae2e9dd2f10ef92035c49092d51e1c20420dbf1fa8fc42e8 SHA512 
15d053b9f81d63155680c4cd9bd1f8e06b3ecbaaa99313b18ffd6e21a41d225508b5a5919a7c4d74e6ff33303dde75abee84964d560776712d2e1957f3638eb2
 WHIRLPOOL 
d4570f8a370219b5ae0d36312627355c31925df896ef41e3527c73ddbf25cd386d06c387d86e599a4f53898f299db880d9373910522accb3b9d937abf29c5b27
-DIST aerospike-server-community-3.8.2.2-debian7.tgz 11011170 SHA256 
0ac186e36889793ac1aeba3ab5a2cdb5c269fd9e6101b1ec9f2acae036569c0f SHA512 
d8f2372e7e5f885697b232acb8fb002795fec73a4fc7765d567c49254923b71bc6faf527004dde3473a96c3f4c6c8f81d633207b603431acd0f1c22195cc57ec
 WHIRLPOOL 
c3791feef90133f785b7cc803a4866d0d90c8cf093a95aa048a163e1ca53612920481592c7b2388950dbed45d3c69fcc5223a9898bf97c53f1e838b57900e2a6
 DIST aerospike-server-community-3.8.2.4-debian7.tgz 11010893 SHA256 
28f166dde56cab497bf2f3a962caa0f9b2ec43210ae5f6bf987c8f88d5dc38f7 SHA512 
bbce8138c6c966881c87bd926e438dcff1f78824b319e66d6b78c0a1bcd50a980be259c4707fd0102647781f28fdab57b447ecaf19f5e809e4a924b3760f4177
 WHIRLPOOL 
66a37fecc92b1510548aa2cf31f619382c3d5b960fecff1e544ab3eff7421bb532d1df8bd60c92b8679347f680b3b0e25c116da5b4fd7da8aaf8e5bb74b816db
 DIST aerospike-server-community-3.8.3-debian7.tgz 11204222 SHA256 
1b2adeb889d855042b6129249375f17cc391f5803e3afb3db97dbaee5dbefffb SHA512 
7dd2e058cb82f71d893e2d693f6058868cf2468eb2543494ce398d461f9d9df68e3c99263b2de7095f509c025d203da203f94b894278338b1840f11c314ae2da
 WHIRLPOOL 
d4d01f38b9eed2e8ed204a3294b6585462b8b805eca6b4d7ed141388b4ac253ab2916d41d35a91fcbd8e39351458e644f5a2ce29254c26868c62f16e35c5c40f
 DIST aerospike-server-community-3.8.4-debian7.tgz 11204421 SHA256 
6181d318428a8a46954f81502986f3a5508fce1a5182eb2aafb9c968384f73df SHA512 
b592afbdb239c96448803edf909e10f4002f229303c74c1dd35a2c37091be76e639ee9ee9993ac4f68e80218467b34278eecfaf005e351ddc370f001fc5ca0ac
 WHIRLPOOL 
0855d4877df96f58193403b3592231e2308c4a0bd7de25084262ec4ed03ed1c1e34760d13f7d2fe79a2610f345ec4d54aed8649f6e3e3f06e059f196b44c6b97
-DIST aerospike-server-community-3.9.0-debian7.tgz 9781116 SHA256 
8598f9d1708727e3147d88f25c9f56f65268286da906789b2d2d7f3decf19f51 SHA512 
22d0c61d9c7e90826fd8c04e5a6b2d36c89708b041ebc5c376100c7bed2465f52ad6fe1c6af55cd230aa65abc21ababc81f23bdfe7d8bcdede82a9d2cbf9312e
 WHIRLPOOL 
3fb086d3551e3ba56556c4b292126900420ee4effbf1ab6b44db77693bb68daf04ee3d9ec3c8c992baee1251741ae0bae82326dfda4987c480a78d144ec2afef
 DIST aerospike-server-community-3.9.0.2-debian7.tgz 9783416 SHA256 
d822e3e0b1766484f2f5c8568db8169c58bc4db92deb92d52c8883dda44ae739 SHA512 
f2c39b45f498ce5566234945987cfddf9dfb3a43afec42d735e1a6f8707dfa53f00bd40b98f59430dc63b35a05fa94b98ec5ccae767061a382b6cc4ddbd0f089
 WHIRLPOOL 
f526fa7090912f042ec9808ba972d598269f6e2365baa68bb9777cfc0b5502b419364ac0828146bc34dffadde64f6a97fd5f722a5630b2743d3175c5e86cf9ce
+DIST aerospike-server-community-3.9.0.3-debian7.tgz 9783678 SHA256 
ec09d7f12c1001b8341892bff50f15a75a7e8f312b510c3627066befb9fc5612 SHA512 
82b826fdb6bfdbb8508346accb2b0bf34f55a601b95e214d8b7fd108790a889e64dd5b76b4351285baa3f1c4f9d6a98945737c8ca42f26229364030674a2623b
 WHIRLPOOL 
f7bac66a56ad8b9ee47b3eedc16337b13d8674f42dba40f445876fe9c46ec3620dad73a9324f4a33daef98c740643c6361b86733ac6c741a68757b332101eefb

diff --git 
a/dev-db/aerospike-server-community/aerospike-server-community-3.8.1.2.ebuild 
b/dev-db/aerospike-server-community/aerospike-server-community-3.8.1.2.ebuild
deleted file mode 100644
index 6327f9e..000
--- 

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

2016-08-09 Thread Alon Bar-Lev
commit: 4d7d135fa009ff950c343c26b56c7be68474c4f7
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Aug  9 09:23:56 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Aug  9 09:24:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7d135f

net-libs/gnutls: version bump

Package-Manager: portage-2.2.28

 net-libs/gnutls/Manifest|   1 +
 net-libs/gnutls/gnutls-3.5.3.ebuild | 127 
 2 files changed, 128 insertions(+)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 46eecfb..c2c1291 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -6,3 +6,4 @@ DIST gnutls-3.4.14.tar.xz 6673148 SHA256 
35deddf2779b76ac11057de38bf380b8066c05d
 DIST gnutls-3.5.0.tar.xz 6716848 SHA256 
fc6b3b544d411e6ca54dd6167541770559070ea15e6868946cf56a621d58ae25 SHA512 
0b53b8084972e9b47e71c47ca9a42d0413c781641f4da640a1016aa0c1a736863a57eadbd9bb81248d3fdf723796edbb1424b14f9846b2300ad7650925f2ac27
 WHIRLPOOL 
0f1b3e07f94f101b004ecb1024424a10826d32bab0168076e412cd8d3881af8d77b440395b1811a910188d950ed71a2eb13e87dae029ee4c8c461a3d71077ba3
 DIST gnutls-3.5.1.tar.xz 6799264 SHA256 
bc4a0f80a627c3aca6e7ea59d30e50cda118c61e0e3fab367ff1451d6ec8bdbd SHA512 
d59d0a7624a2783645d217a2f6955e8a5e67eea4a9bc682b101cf939f7b623f046b381bc12ae0bae08c17031e4bd178e615afbe2cdde3914433b8d829c353e14
 WHIRLPOOL 
1ce587c664896115a0b8f4d8bfadb562738b85db15dc592d049c89a10c1386ec2ec73f7bc94a7291188e590cd862419a15dac8ac37670629998231216a2450ce
 DIST gnutls-3.5.2.tar.xz 6829132 SHA256 
2b45e95cbfd21d76da6fc4846794d8845dbc66bb03c6aa1428881586cfbe8582 SHA512 
c9438a5c20316e41bbcaaa5e88c3fcbb750f336d8ac8ea196e0d7840fb4ccc64b00cda70ea81afbe8ee9fa790fbfb3ed3c84689378397adaf97031fbc2f260d0
 WHIRLPOOL 
b27d6c72eea6c135fde946dd5db64d3ba23864aa48e96c2d9271dd845878c9947f70d2f78270396d5556dada95b84bb9fd7a884e697fb0dd6c4bd8a78152d3cb
+DIST gnutls-3.5.3.tar.xz 6895068 SHA256 
92c4bc999a10a1b95299ebefaeea8333f19d8a98d957a35b5eae74881bdb1fef SHA512 
d53d8067628ce49e5bb0dbbd76761a27f585b0a38356c0d8524db6cf96542f54a7f8a87c5772335c1ca1ceec1e111e11c54636bb24ca2ac014c367b96c9e3969
 WHIRLPOOL 
fc0b7a744c6c08a48c43a2e95781ec7139600b45b12f8352db01824468f301ab56f2adfec6f7a4806247fe33eadaa234ad541a27c75d8689c2817a0f5967aa05

diff --git a/net-libs/gnutls/gnutls-3.5.3.ebuild 
b/net-libs/gnutls/gnutls-3.5.3.ebuild
new file mode 100644
index 000..efe6884
--- /dev/null
+++ b/net-libs/gnutls/gnutls-3.5.3.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools libtool eutils multilib-minimal versionator
+
+DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
+HOMEPAGE="http://www.gnutls.org/;
+SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
+
+# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library.
+# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
+LICENSE="GPL-3 LGPL-3"
+SLOT="0/30" # libgnutls.so number
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
+IUSE="+cxx dane doc examples guile nls +openssl pkcs11 static-libs test +tools 
zlib ${IUSE_LINGUAS// / linguas_}"
+# heartbeat support is not disabled until re-licensing happens fullyf
+
+# NOTICE: sys-devel/autogen is required at runtime as we
+# use system libopts
+RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
+   >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
+   >=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
+   tools? ( sys-devel/autogen )
+   dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
+   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
+   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND="${RDEPEND}
+   >=sys-devel/automake-1.11.6
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   doc? (
+   sys-apps/texinfo
+   dev-util/gtk-doc
+   )
+   nls? ( sys-devel/gettext )
+   test? ( app-misc/datefudge )"
+
+pkg_setup() {
+   # bug#520818
+   export TZ=UTC
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \
+   doc/Makefile.am || die
+
+   # force regeneration of autogen-ed files
+   local file
+   for file in $(grep -l AutoGen-ed src/*.c) ; do
+   

[gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/, app-misc/elasticsearch/files/

2016-08-09 Thread Patrick Lauer
commit: 466d922c9a8abcbe09464ca8550c2200924c8f50
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Aug  9 09:19:44 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Tue Aug  9 09:20:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466d922c

app-misc/elasticsearch: Bump, fix #585824

Package-Manager: portage-2.3.0

 app-misc/elasticsearch/Manifest|  1 +
 app-misc/elasticsearch/elasticsearch-2.3.5.ebuild  | 82 ++
 .../elasticsearch/files/elasticsearch.sysctl.d |  1 +
 .../elasticsearch/files/elasticsearch.tmpfiles.d   |  1 +
 4 files changed, 85 insertions(+)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index fd794e5..2d44084 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -9,3 +9,4 @@ DIST elasticsearch-2.3.1.tar.gz 27540442 SHA256 
f0092e73038e0472fcdd923e5f2792e1
 DIST elasticsearch-2.3.2.tar.gz 27543334 SHA256 
04c4d3913d496d217e038da88df939108369ae2e78eea29cb1adf1c4ab3a000a SHA512 
73c4ca82eb0f4dc22907a94b9025e79183f6fcd38dbb82795800d10fc810dbee412784e62f9247390f0fb9aa19545976584bd2b62f1afe79d2cd64bb55f76dc8
 WHIRLPOOL 
5cc44a827de5281a9fb823a8a2e43755e0853dc5aa27f5ef7f8d1c5605d80a2dbf4c8756f01811a54307938cb3030634be6c8af2ffa465e2f35cd2a4aabeeb20
 DIST elasticsearch-2.3.3.tar.gz 27542289 SHA256 
5fe0a6887432bb8a8d3de2e79c9b81c83cfa241e6440f0f0379a686657789165 SHA512 
d3899d2f45128d218693ed2a0f9210ec6ce5fe4101d543b46edaaadceeb6768fe3cf04bf161ad09b38629bada74368133727dd735ef11132fffe81aabe0ef88b
 WHIRLPOOL 
5f51b0c1a913a60073c212c9ee06b024b0ca50bbf7857f2ce1883ab51bbb8295c51c1c2d4e7fd98b5dc9db65cd753fd282a0eccf7568fad6608b3529f5e9ea36
 DIST elasticsearch-2.3.4.tar.gz 27547169 SHA256 
371e0c5f4ded0a8548f1cce55faff3efebcfd5f895c2c816f220146521f6f06e SHA512 
d6b61069b499d2fab1f4102240a5dfd9c0a0806d0cd7047935ef49da669e61066ca37284bd367df96aec79c47417b499988094737bf2e5a6e4c69f682e311bc0
 WHIRLPOOL 
46311e0a24d64d3b464ba1640b80294ab5ce2ab34a215a48f72a98492c2f07fd878ec99edd36a206b3445c4eebffac7be30e5af140e475ced312a6de2a8d3c06
+DIST elasticsearch-2.3.5.tar.gz 27547995 SHA256 
1119a8c18620b98c4b85261318663a1f26dea92a26f34dfeb7f813fb7cbb468a SHA512 
9c0cc8a9ae0fa2b52db583a5c006b05a84c1f84e1b8dbbafa88bec90d056a23bd384d4241ce00dc8b56a6840857b296e4c0d2bf911f352ef67f128a87ca7
 WHIRLPOOL 
de2aee3773d14c9b4abc0f20c3c8df1fe374a91ea54493f2c1df59fb8c02c97d684fd94b6bfaf140eebcfea4913197b10469b5aef34f62db89d825ae508a5095

diff --git a/app-misc/elasticsearch/elasticsearch-2.3.5.ebuild 
b/app-misc/elasticsearch/elasticsearch-2.3.5.ebuild
new file mode 100644
index 000..198f14a
--- /dev/null
+++ b/app-misc/elasticsearch/elasticsearch-2.3.5.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils systemd user
+
+MY_PN="${PN%-bin}"
+DESCRIPTION="Open Source, Distributed, RESTful, Search Engine"
+HOMEPAGE="https://www.elastic.co/products/elasticsearch;
+SRC_URI="https://download.elasticsearch.org/${MY_PN}/release/org/${MY_PN}/distribution/tar/${MY_PN}/${PV}/${P}.tar.gz;
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="strip"
+
+RDEPEND="|| ( virtual/jre:1.8 virtual/jre:1.7 )"
+
+pkg_preinst() {
+   if has_version '

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

2016-08-09 Thread Jeroen Roovers
commit: 2b395917741e52594a2c1c95f987fcb6ce9b7c19
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  9 08:41:00 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  9 08:41:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b395917

net-analyzer/netperf: Fix permissions on debug output file (bug #389975).

Package-Manager: portage-2.3.0

 net-analyzer/netperf/files/netperf-2.7.0-init  | 23 +++
 .../netperf/files/netperf-2.7.0-space.patch| 17 +
 net-analyzer/netperf/metadata.xml  | 11 
 net-analyzer/netperf/netperf-2.7.0-r1.ebuild   | 76 ++
 4 files changed, 127 insertions(+)

diff --git a/net-analyzer/netperf/files/netperf-2.7.0-init 
b/net-analyzer/netperf/files/netperf-2.7.0-init
new file mode 100644
index 000..3d1bb0c
--- /dev/null
+++ b/net-analyzer/netperf/files/netperf-2.7.0-init
@@ -0,0 +1,23 @@
+#!/sbin/openrc-run
+#
+# init.d script for net-analyzer/netperf's netserver
+#
+
+depend() {
+   use net
+}
+
+start() {
+   checkpath -o netperf:netperf -d /var/log/netperf
+
+   ebegin 'Starting netperf server (netserver)'
+   start-stop-daemon --start --user netperf \
+   --exec /usr/sbin/netserver -- ${NETSERVER_ARGS}
+   eend $?
+}
+
+stop() {
+   ebegin 'Stopping netperf server (netserver)'
+   start-stop-daemon --stop --quiet --exec /usr/sbin/netserver
+   eend $?
+}

diff --git a/net-analyzer/netperf/files/netperf-2.7.0-space.patch 
b/net-analyzer/netperf/files/netperf-2.7.0-space.patch
new file mode 100644
index 000..9ad4327
--- /dev/null
+++ b/net-analyzer/netperf/files/netperf-2.7.0-space.patch
@@ -0,0 +1,17 @@
+--- a/src/netserver.c
 b/src/netserver.c
+@@ -165,12 +165,12 @@
+ #elif defined(ANDROID)
+ #define DEBUG_LOG_FILE_DIR "/data/local/tmp/"
+ #else
+-#define DEBUG_LOG_FILE_DIR "/var/log/"
++#define DEBUG_LOG_FILE_DIR "/var/log/netperf/"
+ #endif
+ #endif /* DEBUG_LOG_FILE_DIR */
+ 
+ #ifndef DEBUG_LOG_FILE
+-#define DEBUG_LOG_FILE DEBUG_LOG_FILE_DIR"netserver.debug"
++#define DEBUG_LOG_FILE DEBUG_LOG_FILE_DIR "/netserver.debug"
+ #endif
+ 
+ #if !defined(PATH_MAX)

diff --git a/net-analyzer/netperf/metadata.xml 
b/net-analyzer/netperf/metadata.xml
index e00d443..8b0f127 100644
--- a/net-analyzer/netperf/metadata.xml
+++ b/net-analyzer/netperf/metadata.xml
@@ -5,6 +5,17 @@
 net...@gentoo.org
 Gentoo network monitoring and analysis project
 
+
+Netperf is a benchmark that can be used to measure the performance of many
+different types of networking. It provides tests for both unidirectional
+throughput, and end-to-end latency. The environments currently measureable by
+netperf include:
+
+ - TCP and UDP via BSD Sockets for both IPv4 and IPv6
+ - DLPI
+ - Unix Domain Sockets
+ - SCTP for both IPv4 and IPv6
+
 
 Emit interim results during the run. May affect 
results
 

diff --git a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild 
b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
new file mode 100644
index 000..8f70f66
--- /dev/null
+++ b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic user
+
+DESCRIPTION="Network performance benchmark"
+SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2;
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+HOMEPAGE="http://www.netperf.org/;
+LICENSE="netperf"
+SLOT="0"
+IUSE="demo sctp"
+
+DEPEND=">=sys-apps/sed-4"
+
+pkg_setup() {
+   enewuser netperf
+   enewgroup netperf
+}
+
+src_prepare() {
+   eapply \
+   "${FILESDIR}"/${PN}-fix-scripts.patch \
+   "${FILESDIR}"/${PN}-2.6.0-log-dir.patch \
+   "${FILESDIR}"/${PN}-2.7.0-includes.patch \
+   "${FILESDIR}"/${PN}-2.7.0-space.patch
+
+   # Fixing paths in scripts
+   sed -i \
+   -e 's:^\(NETHOME=\).*:\1"/usr/bin":' \
+   doc/examples/sctp_stream_script \
+   doc/examples/tcp_range_script \
+   doc/examples/tcp_rr_script \
+   doc/examples/tcp_stream_script \
+   doc/examples/udp_rr_script \
+   doc/examples/udp_stream_script \
+   || die
+
+   # netlib.c:2292:5: warning: implicit declaration of function 
‘sched_setaffinity’
+   # nettest_omni.c:2943:5: warning: implicit declaration of function 
‘splice’
+   append-cppflags -D_GNU_SOURCE
+
+   eapply_user
+}
+
+src_configure() {
+   econf \
+   $(use_enable demo) \
+   $(use_enable sctp)
+}
+
+src_install () {
+   default
+
+   # move netserver into sbin as we had it before 2.4 was released with its
+   # autoconf goodness
+   dodir /usr/sbin
+   mv "${D}"/usr/{bin,sbin}/netserver || die
+
+   # init.d / conf.d
+   newinitd "${FILESDIR}"/${PN}-2.7.0-init netperf

[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/

2016-08-09 Thread Lars Wendler
commit: 476b05fde2416f780c30d855ea62bbe0198c86c1
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  9 08:08:55 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  9 08:10:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476b05fd

app-i18n/man-pages-de: Stable for all arches. Removed old.

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

 app-i18n/man-pages-de/Manifest |  1 -
 app-i18n/man-pages-de/man-pages-de-1.12.ebuild | 53 --
 app-i18n/man-pages-de/man-pages-de-1.13.ebuild |  2 +-
 3 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest
index c07a00a..7e84861 100644
--- a/app-i18n/man-pages-de/Manifest
+++ b/app-i18n/man-pages-de/Manifest
@@ -1,3 +1,2 @@
-DIST manpages-de-1.12.tar.xz 1475896 SHA256 
ad7e49205fdc438eccf69823f406eb5ea6d5fb562a89b6ccac24a07f92b0bb77 SHA512 
dd2873e4f72ec1d3c634b95c6b8a843a907ebdf9c79efb74ae333a1ac32003d403dd4e4fa346a6902a9397c06b4dc643a8bed73c90cab522d146f31253249c1d
 WHIRLPOOL 
cc3957ec918fa6fc86bda6148c5c7071dd7fe3a8a7cd33413e636a38f1c5d007e24333f680f843ed14d95f8620998d3097ede5aefaca5592cc28d8d591ffb817
 DIST manpages-de-1.13.tar.xz 1487316 SHA256 
d8e278055008ffb11e662fed10aa5b9200caa963ebac41697f38d4f2e9641fff SHA512 
ba7c95c83550318c5453bc45c78d162aa83c5d95802c539d62b4e85cc432d20dcace5ab8482f496eca6c50728497a71888f1274df64344a99d6370a256c9e20c
 WHIRLPOOL 
fffc6fcb65662dd740253e45bcee00d0539332503392f198db0abd086feaeef5b43f48e303e060fd9d2669ed20d611ac5ba34618884e5549f2f82854af008d5e
 DIST manpages-de-1.14.tar.xz 1508600 SHA256 
b5b8baecb7a7fb414e825a90377e96546f7b6c503a800ab6fe19f9ed60db1047 SHA512 
096f883f430311fb5be56905d30d6c79e516842cb1d7338f24b5fffaf89d287f235ddc0839040bea3318b96cd5c291317a103992ed4a1735065eac74f4fba6dc
 WHIRLPOOL 
a542ac7f844144dfbf0a69fee6e74725dd9ed56a58d36215b2ab9aa4587d950d8eab990c6c6b05a66f5bab36fa5f675988d79555eef14f804e174977641034b5

diff --git a/app-i18n/man-pages-de/man-pages-de-1.12.ebuild 
b/app-i18n/man-pages-de/man-pages-de-1.12.ebuild
deleted file mode 100644
index b65845a..000
--- a/app-i18n/man-pages-de/man-pages-de-1.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${PN/-/}-${PV}"
-
-DESCRIPTION="A somewhat comprehensive collection of Linux german man page 
translations"
-HOMEPAGE="http://alioth.debian.org/projects/manpages-de/;
-SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz;
-
-LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE=""
-
-RDEPEND="virtual/man"
-DEPEND="app-text/po4a"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.3-bzip2.patch"
-)
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-
-   # Use the same compression as every other manpage
-   local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
-   if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then
-   PORTAGE_COMPRESS_LOCAL="#"
-   fi
-   if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
-   case ${PORTAGE_COMPRESS_LOCAL} in
-   bzip2|gzip)  local PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
-   ;;
-   esac
-   fi
-   sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} 
${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\
-   po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die
-   eautoreconf
-}
-
-src_compile() { :; }
-
-src_install() {
-   emake mandir="${ED}"/usr/share/man install
-   dodoc CHANGES README
-}

diff --git a/app-i18n/man-pages-de/man-pages-de-1.13.ebuild 
b/app-i18n/man-pages-de/man-pages-de-1.13.ebuild
index 8eb53fa..b65845a 100644
--- a/app-i18n/man-pages-de/man-pages-de-1.13.ebuild
+++ b/app-i18n/man-pages-de/man-pages-de-1.13.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz;
 
 LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/

2016-08-09 Thread Lars Wendler
commit: 7c8040255f8b39dd763938fa7f5c2bf33bba5364
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  9 08:06:51 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  9 08:09:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c804025

app-i18n/man-pages-de: Bump to version 1.14 (bug #590858).

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

 app-i18n/man-pages-de/Manifest |  1 +
 app-i18n/man-pages-de/man-pages-de-1.14.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest
index b574a7e..c07a00a 100644
--- a/app-i18n/man-pages-de/Manifest
+++ b/app-i18n/man-pages-de/Manifest
@@ -1,2 +1,3 @@
 DIST manpages-de-1.12.tar.xz 1475896 SHA256 
ad7e49205fdc438eccf69823f406eb5ea6d5fb562a89b6ccac24a07f92b0bb77 SHA512 
dd2873e4f72ec1d3c634b95c6b8a843a907ebdf9c79efb74ae333a1ac32003d403dd4e4fa346a6902a9397c06b4dc643a8bed73c90cab522d146f31253249c1d
 WHIRLPOOL 
cc3957ec918fa6fc86bda6148c5c7071dd7fe3a8a7cd33413e636a38f1c5d007e24333f680f843ed14d95f8620998d3097ede5aefaca5592cc28d8d591ffb817
 DIST manpages-de-1.13.tar.xz 1487316 SHA256 
d8e278055008ffb11e662fed10aa5b9200caa963ebac41697f38d4f2e9641fff SHA512 
ba7c95c83550318c5453bc45c78d162aa83c5d95802c539d62b4e85cc432d20dcace5ab8482f496eca6c50728497a71888f1274df64344a99d6370a256c9e20c
 WHIRLPOOL 
fffc6fcb65662dd740253e45bcee00d0539332503392f198db0abd086feaeef5b43f48e303e060fd9d2669ed20d611ac5ba34618884e5549f2f82854af008d5e
+DIST manpages-de-1.14.tar.xz 1508600 SHA256 
b5b8baecb7a7fb414e825a90377e96546f7b6c503a800ab6fe19f9ed60db1047 SHA512 
096f883f430311fb5be56905d30d6c79e516842cb1d7338f24b5fffaf89d287f235ddc0839040bea3318b96cd5c291317a103992ed4a1735065eac74f4fba6dc
 WHIRLPOOL 
a542ac7f844144dfbf0a69fee6e74725dd9ed56a58d36215b2ab9aa4587d950d8eab990c6c6b05a66f5bab36fa5f675988d79555eef14f804e174977641034b5

diff --git a/app-i18n/man-pages-de/man-pages-de-1.14.ebuild 
b/app-i18n/man-pages-de/man-pages-de-1.14.ebuild
new file mode 100644
index 000..8eb53fa
--- /dev/null
+++ b/app-i18n/man-pages-de/man-pages-de-1.14.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+MY_P="${PN/-/}-${PV}"
+
+DESCRIPTION="A somewhat comprehensive collection of Linux german man page 
translations"
+HOMEPAGE="http://alioth.debian.org/projects/manpages-de/;
+SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz;
+
+LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/man"
+DEPEND="app-text/po4a"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3-bzip2.patch"
+)
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # Use the same compression as every other manpage
+   local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2}
+   if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then
+   PORTAGE_COMPRESS_LOCAL="#"
+   fi
+   if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
+   case ${PORTAGE_COMPRESS_LOCAL} in
+   bzip2|gzip)  local PORTAGE_COMPRESS_FLAGS_LOCAL="-9"
+   ;;
+   esac
+   fi
+   sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} 
${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\
+   po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die
+   eautoreconf
+}
+
+src_compile() { :; }
+
+src_install() {
+   emake mandir="${ED}"/usr/share/man install
+   dodoc CHANGES README
+}



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

2016-08-09 Thread Anthony G. Basile
commit: eee4f39cc19e4a78b2866a505750e192dca2902c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug  9 07:53:00 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug  9 07:53:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee4f39c

net-misc/tor: version bump to 0.2.9.1_alpha

Package-Manager: portage-2.2.28

 net-misc/tor/Manifest |  1 +
 net-misc/tor/tor-0.2.9.1_alpha.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 93a530b..8b103e0 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -1,2 +1,3 @@
 DIST tor-0.2.7.6.tar.gz 4869754 SHA256 
493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d SHA512 
9b0dbfabe6cd05189b179da24bfaa73b89ab237775e3b5b0ebc0a22ee98909e9b13e55841a466f04000e0ff876c15f76515ff46abca28d05eeddbdc52f183afc
 WHIRLPOOL 
03adf1d113049ad0b7df11f4d7f2d21f2a4582fcf51046534666b748f8d2dae383fa9e9cc2b44a2388f993d21681801bff33cc2a0a9cb5aaa7cfb9600f62e4ad
 DIST tor-0.2.8.6.tar.gz 5163500 SHA256 
3dc9fc02f7cd22ed5fce707e0d9b26a72b1bd0976766a804cb13078d32e3ab5a SHA512 
2a550fa82135b3d5b0ae3c9e11d0fee1053a6b70e1dfd1921934bce280dc2a130966d541783f5f1a2d9f3c1ba87cec301d0d29acd9fbeaf47c0f206447d1bedc
 WHIRLPOOL 
dce56253ff0420dfceb66a9ade22318472f7161671039fe276a23000b85ec4fec749f8a7cf9b847dffb4f915e04fb6acb746413169e5b25f4becf1f65f997233
+DIST tor-0.2.9.1-alpha.tar.gz 5284721 SHA256 
1a1b57af6bb47ecb62e4c60e2ceecb5609b558b1fdd87c86a91571d1601ba3f2 SHA512 
3f66a679ece3434e772e8481a63032099c4c9e9e9c1c4a8450328551c6638021396bb7934fa1bf3802c14228a7fc3be3118ed399bfd4858b89ffa3fac54ab69c
 WHIRLPOOL 
ee7a961d43307b872cc6e4acb9828c8cd1ef13251589defb59e0f86e7225bb1f1dd7e6b131f1478c26d68756d67dc099211508e0e95b9863c46769ffaa1cac07

diff --git a/net-misc/tor/tor-0.2.9.1_alpha.ebuild 
b/net-misc/tor/tor-0.2.9.1_alpha.ebuild
new file mode 100644
index 000..0f889a9
--- /dev/null
+++ b/net-misc/tor/tor-0.2.9.1_alpha.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic readme.gentoo-r1 systemd versionator user
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/;
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz;
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+IUSE="-bufferevents libressl scrypt seccomp selinux systemd tor-hardening test 
web"
+
+DEPEND="
+   app-text/asciidoc
+   dev-libs/libevent
+   sys-libs/zlib
+   bufferevents? ( dev-libs/libevent[ssl] )
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( sys-libs/libseccomp )
+   systemd? ( sys-apps/systemd )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+pkg_setup() {
+   enewgroup tor
+   enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+   epatch_user
+}
+
+src_configure() {
+   # Upstream isn't sure of all the user provided CFLAGS that
+   # will break tor, but does recommend against -fstrict-aliasing.
+   # We'll filter-flags them here as we encounter them.
+   filter-flags -fstrict-aliasing
+
+   econf \
+   --enable-system-torrc \
+   --enable-asciidoc \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   $(use_enable bufferevents) \
+   $(use_enable scrypt libscrypt) \
+   $(use_enable seccomp) \
+   $(use_enable systemd) \
+   $(use_enable tor-hardening gcc-hardening) \
+   $(use_enable tor-hardening linker-hardening) \
+   $(use_enable web tor2web-mode) \
+   $(use_enable test unittests) \
+   $(use_enable test coverage)
+}
+
+src_install() {
+   readme.gentoo_create_doc
+
+   newconfd "${FILESDIR}"/tor.confd tor
+   newinitd "${FILESDIR}"/tor.initd-r7 tor
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_dotmpfilesd "${FILESDIR}/${PN}.conf"
+
+   emake DESTDIR="${D}" install
+
+   keepdir /var/lib/tor
+
+   dodoc -r README ChangeLog ReleaseNotes doc/HACKING
+
+   fperms 750 /var/lib/tor
+   fowners tor:tor /var/lib/tor
+
+   insinto /etc/tor/
+   newins "${FILESDIR}"/torrc-r1 torrc
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2016-08-09 Thread Patrice Clement
commit: 6e19c5d7804504bce0f9a6efcd01cb3a61ab85c0
Author: Victor Gaydov  enise  org>
AuthorDate: Mon Aug  8 08:17:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 07:32:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e19c5d7

net-im/telegram-desktop-bin: version bump to 0.10.1.

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

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

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-0.10.1.ebuild | 61 ++
 2 files changed, 64 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index cbc99dd..b45a405 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-0.10.0.tar.gz 11537756 SHA256 
e4a03fb668f0da3b1ed9debcacd15f9917465a1b3cbd239f4e047001c8bef5b1 SHA512 
bf4d3202f3160a4fbb986f8949b430c5269b2cba408afb90a65c822f55b9c587d928a0ed6d6370223020b4907acb5a881cf2c071f9bfa91a9c54bd20aab74f59
 WHIRLPOOL 
807882a55a10a2bf0576a9a93a3649dc8ac47f8d42853091cde2c98f8f263da55eef801a5bad220e0c83abd8c08f65d57892653c77f18baa093af749d5a5
+DIST tdesktop-0.10.1.tar.gz 11537914 SHA256 
0aed24ba945a3bc5b047211e58a805aba9240e9738810adc2139c90d2a9064a8 SHA512 
14b165cdd283663344db882f07c36115ae2f90e95b9e5589fd83988fab0636a971bf45f5a991be8ab04d985469b85ccab51a654c7b929c454264ad07e15c45bf
 WHIRLPOOL 
a74b801eed833c1b54bd3aa13d03289626d3debe39e3157c95237e3c451bb7fdf9c45bb007e99ae9aff23d667b61957008db47549e5cf99f6c996d2b179ada6e
 DIST tdesktop-0.9.56.tar.gz 11472682 SHA256 
69ed7364e87f8f24d6f68ddc0a5b98dfd5dae74ecc93e456cede9e65878ef404 SHA512 
cb5013c17c313f1a0f5508c7937f4936e13920537e4cbf2970de7110c9ce98074ba1066f7a285b6b51e508d642a21b7afc8534f170ca8d41f189b77cb5e7898d
 WHIRLPOOL 
f97d81f6d6a13342267a76d851dc92b46400f45b029064588fc1120ab092628db2c1020cb0ff3c879bb5282b76b79e8eabe465c318dfbdfe0d5c3e62
 DIST tsetup.0.10.0.tar.xz 20881708 SHA256 
9dde1435a9b412795ebaff9f1d04e3c2a3bde231e7f611c2036bced26448f588 SHA512 
c9e63572b870fd73cb89aced6b15d962ccc79f214fd71d7ed764c8b27e1bd686a612af66d39dbbabec80430de99467b4d37e91b83a71efd3bebb40d3712d7ca5
 WHIRLPOOL 
95ffdebe58ffa918dce87ab752730425742b37f125dfd5c1d936771543d7205dbe74797e6ac1ae7659a9a0061b4be02551502d6da3e1bfd35b0415cdca7a8062
+DIST tsetup.0.10.1.tar.xz 20883804 SHA256 
eb57fdf613c79be9408ac31476c37ad18a4991990fe8172e2007f6e90af4f1ee SHA512 
879b802e0d959a41cca027f468a44a08701975b3e5c8dd3e97b4a9e719435ae09a60bb822fcfd223853d549df18b86a51472cd9897ce9693c8d23df2315f8e70
 WHIRLPOOL 
ef477b3c8804afffb0e769cb999c53738f6f53767d28c1f62874c463c4a8a97230a741ef6c441c131bf220478d4bd98e16c909922b072662ac46240f5e3454a7
 DIST tsetup.0.9.56.tar.xz 20718752 SHA256 
e214c60771c76b81ad65e175c68345d8e9df043f68944063babd395fcc85f6c3 SHA512 
da9a6cb5049c0ae702a3ed5301368efbace95d27cf031fce203ec68794b36451f8c6ece93f5f1fa5623adfd32d13236dc6198ebbe7bf9ec574af93d167bbd881
 WHIRLPOOL 
26394ca342d765de39deaace8bfd0e4a2b3e92475f5e8670827677ae85a2f071e9a9f34823e497c159569b287cf6f331a10ec8822c5c013eba18ac2e34a7d6df
 DIST tsetup32.0.10.0.tar.xz 21598408 SHA256 
e6a02cf6a0bad7655053159583ac92bfec3d4a65a9b836be5b69c552ebcd SHA512 
c320d38ddda0c8769eb762332025dce4f38be6f27bad0db118788783b21b9ab5d23768b70a0950350e1a8df5eeca93164b8db38f4bd41a37505c04a87cf24bd2
 WHIRLPOOL 
a926c7b52363f3e7cbf462c55c423a274ff44dafcd823e581e02be0313a00ae43a79a448839bddf786076f1ad55d2fe5e1f18aec0853e855ffad6669f3a395c0
+DIST tsetup32.0.10.1.tar.xz 21596744 SHA256 
c942b08fdc452f3cdc97be398a35d2d28b7b4063f97de4b68a180007b494950a SHA512 
24daff9f17808ae33711144e81e333ae4441ad728db3098593fbfc1544369ed8153be736ce828565a26ea5a900e05b82b625cba5c983a27329c21a93e3918641
 WHIRLPOOL 
a9d57c75f7264c2d252d756e08632b4a3a4fbe820e23631aed084da8c3aad1c60ada2cb25cd6ead70e18795fec269349f42efd9c7664b3375a20fdab83a1d422
 DIST tsetup32.0.9.56.tar.xz 21387760 SHA256 
5ada229eb51ec0c02dd32ca0e1d69cfe30a2832035bf30a503a3d9627cd9b090 SHA512 
1ea67f3a61a7040e94f604e026e5ae768f3dd9eb193608460abac35658e7c4c920f0075e06cfb3c85362c96bad99796e76c878f6816652b3fa0df1af7ef4b6bc
 WHIRLPOOL 
238a404b4021b3e34e9c023c9b2cd54997c788cbf1933bd3c63a218cb6205b929b05522393539671f0c8820119ba5472f95194c554cb66ff254c66b937293b7b

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-0.10.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-0.10.1.ebuild
new file mode 100644
index 000..1d73444
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-0.10.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 

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

2016-08-09 Thread Patrice Clement
commit: 549816d4bed62893c01ed7db0b5aa57860932a0e
Author: Karl Linden  gmail  com>
AuthorDate: Fri Aug  5 14:36:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 07:25:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549816d4

sys-kernel/rt-sources: K_SECURITY_UNSUPPORTED="1" rather than "yes".

Gentoo-Bug: https://bugs.gentoo.org/587910
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2025

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

 sys-kernel/rt-sources/rt-sources-3.14.65_p68.ebuild | 2 +-
 sys-kernel/rt-sources/rt-sources-3.14.72_p75.ebuild | 2 +-
 sys-kernel/rt-sources/rt-sources-3.18.29_p30.ebuild | 2 +-
 sys-kernel/rt-sources/rt-sources-3.18.36_p37.ebuild | 2 +-
 sys-kernel/rt-sources/rt-sources-4.1.20_p23.ebuild  | 2 +-
 sys-kernel/rt-sources/rt-sources-4.1.27_p30.ebuild  | 2 +-
 sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild  | 2 +-
 sys-kernel/rt-sources/rt-sources-4.4.9_p17.ebuild   | 2 +-
 sys-kernel/rt-sources/rt-sources-4.6.1_p3.ebuild| 2 +-
 sys-kernel/rt-sources/rt-sources-4.6.2_p5.ebuild| 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/sys-kernel/rt-sources/rt-sources-3.14.65_p68.ebuild 
b/sys-kernel/rt-sources/rt-sources-3.14.65_p68.ebuild
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-3.14.65_p68.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.14.65_p68.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

diff --git a/sys-kernel/rt-sources/rt-sources-3.14.72_p75.ebuild 
b/sys-kernel/rt-sources/rt-sources-3.14.72_p75.ebuild
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-3.14.72_p75.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.14.72_p75.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

diff --git a/sys-kernel/rt-sources/rt-sources-3.18.29_p30.ebuild 
b/sys-kernel/rt-sources/rt-sources-3.18.29_p30.ebuild
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-3.18.29_p30.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.18.29_p30.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

diff --git a/sys-kernel/rt-sources/rt-sources-3.18.36_p37.ebuild 
b/sys-kernel/rt-sources/rt-sources-3.18.36_p37.ebuild
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-3.18.36_p37.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-3.18.36_p37.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

diff --git a/sys-kernel/rt-sources/rt-sources-4.1.20_p23.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.1.20_p23.ebuild
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-4.1.20_p23.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.1.20_p23.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

diff --git a/sys-kernel/rt-sources/rt-sources-4.1.27_p30.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.1.27_p30.ebuild
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-4.1.27_p30.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.1.27_p30.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

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
index 8352c29..581fa59 100644
--- a/sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild
+++ b/sys-kernel/rt-sources/rt-sources-4.4.12_p19.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
 inherit versionator
 
 CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="yes"
+K_SECURITY_UNSUPPORTED="1"
 K_DEBLOB_AVAILABLE="1"
 RT_PATCHSET="${PV/*_p}"
 

diff --git a/sys-kernel/rt-sources/rt-sources-4.4.9_p17.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.4.9_p17.ebuild
index 8352c29..581fa59 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/, www-servers/nginx/files/, profiles/desc/

2016-08-09 Thread Patrice Clement
commit: 8e825c84541e7d88387a864b9aefe3a30c7f2b8b
Author: Thomas Deutschmann  whissi  de>
AuthorDate: Tue Aug  2 12:43:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 07:22:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e825c84

www-servers/nginx: version bump to v1.11.3.

* Upstream added 3 new STREAM modules:
 - geo
 - geoip
 - split_clients

* Each HTTP/STREAM upstream module can now be enabled/disabled using a
  dedicated USE flag

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

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

 profiles/desc/nginx_modules_http.desc  |   6 +-
 profiles/desc/nginx_modules_stream.desc|   8 +
 www-servers/nginx/Manifest |   1 +
 11.3-fix-build-without-stream_ssl_module.patch |  30 +
 www-servers/nginx/nginx-1.11.3.ebuild  | 782 +
 5 files changed, 826 insertions(+), 1 deletion(-)

diff --git a/profiles/desc/nginx_modules_http.desc 
b/profiles/desc/nginx_modules_http.desc
index f6c33cc..8c5ffa7 100644
--- a/profiles/desc/nginx_modules_http.desc
+++ b/profiles/desc/nginx_modules_http.desc
@@ -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$
 
@@ -62,7 +62,11 @@ stub_status - This module provides the ability to get some 
status from nginx.
 sub - This module can search and replace text in the nginx response.
 upload_progress - This module adds the ability to track POST upload progress 
via JSON API
 upstream_check - Add health check support for upstream servers.
+upstream_hash - This module provides the ability to distribute upstream 
requests based on hashed key value.
 upstream_ip_hash - This module provides the ability to distribute upstream 
requests based on the IP-address of the client.
+upstream_keepalive - Thiis module provides the ability to cache connections to 
upstream servers.
+upstream_least_conn - This module provides the ability to distribute upstream 
requests using load balancing methods.
+upstream_zone - This module makes it possible to define a shared memory zone 
that keeps the group's configuration and run-time state that are shared between 
worker processes.
 userid - This module gives out cookies for identification of clients.
 uwsgi - External module for the uWSGI protocol for python web apps.
 xslt - This module is a filter which converts an XML response with the aid of 
one or more XSLT templates.

diff --git a/profiles/desc/nginx_modules_stream.desc 
b/profiles/desc/nginx_modules_stream.desc
index bc20e2a..d7634ac 100644
--- a/profiles/desc/nginx_modules_stream.desc
+++ b/profiles/desc/nginx_modules_stream.desc
@@ -6,5 +6,13 @@
 
 # Keep it sorted.
 access - This module allows limiting access to certain client addresses.
+geo - This module creates variables, whose values depend on the IP-address of 
the client.
+geoip - This module creates variables based on the IP-address of the client 
matched against the MaxMind GeoIP binary files.
 limit_conn - This module is used to limit the number of connections per the 
defined key.
+map - This module allows you to classify, or map a set of values into a 
different set of values and store the result in a variable.
+return - This module allows sending a specified value to the client and then 
closing the connection.
+split_clients - This module provides A/B testing support.
 upstream - This module is used to define groups of servers that can be 
referenced by the proxy_pass directive.
+upstream_hash - This module provides the ability to distribute upstream 
requests based on hashed key value.
+upstream_least_conn - This module provides the ability to distribute upstream 
requests using load balancing methods.
+upstream_zone - This module makes it possible to define a shared memory zone 
that keeps the group's configuration and run-time state that are shared between 
worker processes.

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index fde5d70..a721492 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,6 +1,7 @@
 DIST modsecurity-2.9.1.tar.gz 4261212 SHA256 
958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SHA512 
374733cbfc26e53d95b78c8f268a4e465d838163e9893fc24e33a9d272b114f1b287147bab6d0289575074cbbd94f48983e23fa59832cbcb32950046cea59269
 WHIRLPOOL 
5f41bebf032f8a269412d104b7632a06af4d4c495658c9cd1ebf69b82c10ce1bbcb34b9dd159a7b00e57348714a5e93ad3db19701dda51479accd3a9dc79a9cb
 DIST nginx-1.10.1.tar.gz 909077 SHA256 
1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 SHA512 
fa1329d40e83340380332dd5e2ed66f08dd59cc7f7582dd0e0193c493353ba550e80dc80e5165c225d70532d4197abc49cc8c760e8ab72e48f630cb57c2803e1
 WHIRLPOOL 

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

2016-08-09 Thread Patrice Clement
commit: 61e8ab13acfcb13f1e54e01e6880214fd4394dc1
Author: bdouxx  yahoo  fr>
AuthorDate: Wed Jun 29 05:26:28 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 07:18:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e8ab13

dev-util/jenkins-bin: version bump 2.11.

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

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

 dev-util/jenkins-bin/Manifest|  1 +
 dev-util/jenkins-bin/jenkins-bin-2.11.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 4e254e6..afe76e4 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,2 +1,3 @@
 DIST jenkins-bin-1.651.2.war 64673620 SHA256 
1e239db19071beaac3f2db3ec6a568346bbeb9087f5f0fcf19adf6ae62cbcc2b SHA512 
f4c8abebb3d2943314af7995d5854a709adef3bfd84fe5160cce6138c440ea113ab5de30974d73f5abcb9928e6c8ff8706649952b52cedb8c315086b1f0c65d9
 WHIRLPOOL 
6ad8f3a40cefafbd63d0b38b82e9211cb4d8c09f86ed0a55757c0c1551a6f7fff84455a542347a34ec82f52772b852227968122fe2591c65aff7c4634029f501
+DIST jenkins-bin-2.11.war 68824538 SHA256 
45f89868e66e53160cda5f367eb9c1026ac086794214e18304c51c6d320f6680 SHA512 
d045175692a9d8407bda696cf3453a36944bf72fe11a4297dc523800f104088b0328c5400869e38cb44e86f232e95d9ac90e9a3ea4b956abfcbadb36ad8d456f
 WHIRLPOOL 
0d696e8d126066b20acd74d00125f953845b2083ff82895f0e13473e8e2ab0cf53dd8fde6ea2e5ab200d223aebf7ebb3df297ae9f7ca5535ace82a6c94e6d152
 DIST jenkins-bin-2.5.war 68819605 SHA256 
d8de143eef34d0d9d12cc314901eab57f55ddce74c5f6e567920bf4fc0571823 SHA512 
7d292db6f08134e901ae23175746ad34ecd4af687d07d18a3e67c042c4964d7b9ebffaffa8596392531ecd364433dcfa6326bd6f9a866d827d53c0dc981cf6b5
 WHIRLPOOL 
0eda23ca1e3a8bbd2e1dd28c2272a67c98fcc6514d681507f61f9aa2dc07a535fb75302f22f28e42e789761c84f1c2d2bd7c5526bc2e979fca4d1f759bec0f7a

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.11.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.11.ebuild
new file mode 100644
index 000..b370ff5
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.11.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.7.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2016-08-09 Thread Patrice Clement
commit: 568cd668fbf36be1da67231f119f81c2fabe4ed3
Author: bdouxx  yahoo  fr>
AuthorDate: Wed Jul  6 05:48:04 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  9 07:18:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568cd668

dev-util/jenkins-bin: version bump 2.12.

- Enable the DescriptorVisibilityFilters for ComputerLauncher, 
RetentionStrategy and NodeProperty. (Issue 36280)
- Before starting a process, ensure that its working directory exists. (Issue 
36277)
- Prevent NullPointerException during SCM polling if SCMDecisionHandler returns 
null veto. (Issue 36232, regression in 2.11)
- Ensure that SCMDescriptor.newInstance overrides are honored when creating new 
SCM entries. (Issue 36043, Issue 35906 , regression in 2.10)
- Performance: Improve configuration page load times by removing the CodeMirror 
reloading cycle. (Issue 32027)
- Fix optional plugin dependency version resolution. (Issue 21486, previous fix 
was reverted in Jenkins 2)
- When creating a tar file, ensure that the final size does not exceed the 
value in header in the case of growing files. (Issue 20187)
- Do not inject build variables into Maven process by default for new projects. 
(Issue 25416, Issue 28790)
- Update BUILD_TAG environment variable description to mention the replacement 
of slashes with dashes. (PR #2417)
- Internal API: Make BulkChange auto-closeable. (PR #2428)

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

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

 dev-util/jenkins-bin/Manifest|  1 +
 dev-util/jenkins-bin/jenkins-bin-2.12.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index afe76e4..b9ce363 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,3 +1,4 @@
 DIST jenkins-bin-1.651.2.war 64673620 SHA256 
1e239db19071beaac3f2db3ec6a568346bbeb9087f5f0fcf19adf6ae62cbcc2b SHA512 
f4c8abebb3d2943314af7995d5854a709adef3bfd84fe5160cce6138c440ea113ab5de30974d73f5abcb9928e6c8ff8706649952b52cedb8c315086b1f0c65d9
 WHIRLPOOL 
6ad8f3a40cefafbd63d0b38b82e9211cb4d8c09f86ed0a55757c0c1551a6f7fff84455a542347a34ec82f52772b852227968122fe2591c65aff7c4634029f501
 DIST jenkins-bin-2.11.war 68824538 SHA256 
45f89868e66e53160cda5f367eb9c1026ac086794214e18304c51c6d320f6680 SHA512 
d045175692a9d8407bda696cf3453a36944bf72fe11a4297dc523800f104088b0328c5400869e38cb44e86f232e95d9ac90e9a3ea4b956abfcbadb36ad8d456f
 WHIRLPOOL 
0d696e8d126066b20acd74d00125f953845b2083ff82895f0e13473e8e2ab0cf53dd8fde6ea2e5ab200d223aebf7ebb3df297ae9f7ca5535ace82a6c94e6d152
+DIST jenkins-bin-2.12.war 68829979 SHA256 
65e51c0dbd2915f4b37f7daebfa561b49c279ab4bc04997011db0539b77d954d SHA512 
c9280daabaa2b3bcc6b95eefdb9d849745f7b4f0a8857e91127ae214e19da49ad93dafddc4c6f2c7377fe40519c7365bd433ad90c267d2765895f8ab6bea22f6
 WHIRLPOOL 
5b72b27437f86855af5618bb3dc854c159fdcd9ba18ba4764475737d1fdc51bdda401b9b326b70e2645512be9f6f76c9f4dcabbae46de8b1894a01096908942c
 DIST jenkins-bin-2.5.war 68819605 SHA256 
d8de143eef34d0d9d12cc314901eab57f55ddce74c5f6e567920bf4fc0571823 SHA512 
7d292db6f08134e901ae23175746ad34ecd4af687d07d18a3e67c042c4964d7b9ebffaffa8596392531ecd364433dcfa6326bd6f9a866d827d53c0dc981cf6b5
 WHIRLPOOL 
0eda23ca1e3a8bbd2e1dd28c2272a67c98fcc6514d681507f61f9aa2dc07a535fb75302f22f28e42e789761c84f1c2d2bd7c5526bc2e979fca4d1f759bec0f7a

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.12.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.12.ebuild
new file mode 100644
index 000..f19b348
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.12.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="http://jenkins-ci.org/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.7.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_preinst() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2016-08-09 Thread Lars Wendler
commit: b9fa635126a2429e38ec3870e8a896039a3ca165
Author: Felix Janda  posteo  de>
AuthorDate: Mon Aug  8 19:05:42 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  9 07:08:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fa6351

sys-process/cronie: fix BadInsIntoDir

 sys-process/cronie/cronie-1.5.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.1.ebuild 
b/sys-process/cronie/cronie-1.5.1.ebuild
index 62ae101..a70590a 100644
--- a/sys-process/cronie/cronie-1.5.1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1.ebuild
@@ -49,8 +49,7 @@ src_install() {
fowners root:crontab /usr/bin/crontab
fperms 2751 /usr/bin/crontab
 
-   insinto /etc/conf.d
-   newins "${S}"/crond.sysconfig ${PN}
+   newconfd "${S}"/crond.sysconfig ${PN}
 
insinto /etc
newins "${FILESDIR}/${PN}-1.3-crontab" crontab
@@ -69,7 +68,6 @@ src_install() {
fperms 0750 ${anacrondir}
 
insinto /etc
-
doins contrib/anacrontab
 
insinto /etc/cron.hourly



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2016-08-09 Thread David Seifert
commit: 8020ccb2e7e25d0ae3fbd2f3ab039538b055e31c
Author: David Seifert  gentoo  org>
AuthorDate: Tue Aug  9 07:06:37 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Aug  9 07:08:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8020ccb2

sci-mathematics/octave: Remove automagic dep on media-gfx/graphicsmagick

Gentoo-Bug: 590280
* Explicitly select dependency on the basis of USE="graphicsmagick"
  vs USE="imagemagick" only.

Package-Manager: portage-2.3.0

 sci-mathematics/octave/octave-3.6.4-r1.ebuild   | 17 +++--
 sci-mathematics/octave/octave-3.6.4.ebuild  | 17 +++--
 .../{octave-3.8.2.ebuild => octave-3.8.2-r1.ebuild} | 17 +++--
 sci-mathematics/octave/octave-4.0.0-r1.ebuild   | 17 +++--
 sci-mathematics/octave/octave-4.0.0.ebuild  | 17 +++--
 sci-mathematics/octave/octave-4.0.1-r1.ebuild   | 17 +++--
 sci-mathematics/octave/octave-4.0.1.ebuild  | 17 +++--
 .../{octave-4.0.2-r1.ebuild => octave-4.0.2-r2.ebuild}  | 17 +++--
 8 files changed, 56 insertions(+), 80 deletions(-)

diff --git a/sci-mathematics/octave/octave-3.6.4-r1.ebuild 
b/sci-mathematics/octave/octave-3.6.4-r1.ebuild
index e698a8c..3aeefdd 100644
--- a/sci-mathematics/octave/octave-3.6.4-r1.ebuild
+++ b/sci-mathematics/octave/octave-3.6.4-r1.ebuild
@@ -17,6 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 SLOT="0/${PV}"
 IUSE="curl doc fftw +glpk gnuplot graphicsmagick hdf5 +imagemagick opengl 
postscript
+qhull +qrupdate readline +sparse static-libs X zlib"
+REQUIRED_USE="?? ( graphicsmagick imagemagick )"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
@@ -29,10 +30,8 @@ RDEPEND="
glpk? ( sci-mathematics/glpk )
gnuplot? ( sci-visualization/gnuplot )
hdf5? ( sci-libs/hdf5 )
-   imagemagick? (
-   graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
-   !graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
-   )
+   graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
+   imagemagick? ( media-gfx/imagemagick:=[cxx] )
opengl? (
media-libs/freetype:2
media-libs/fontconfig
@@ -114,12 +113,10 @@ src_configure() {
$(use_with X x)
$(use_with zlib z)
)
-   if use imagemagick; then
-   if has_version media-gfx/graphicsmagick[cxx]; then
-   myeconfargs+=( "--with-magick=GraphicsMagick" )
-   else
-   myeconfargs+=( "--with-magick=ImageMagick" )
-   fi
+   if use graphicsmagick; then
+   myeconfargs+=( "--with-magick=GraphicsMagick" )
+   elif use imagemagick; then
+   myeconfargs+=( "--with-magick=ImageMagick" )
else
myeconfargs+=( "--without-magick" )
fi

diff --git a/sci-mathematics/octave/octave-3.6.4.ebuild 
b/sci-mathematics/octave/octave-3.6.4.ebuild
index db636ad..f25a0fd 100644
--- a/sci-mathematics/octave/octave-3.6.4.ebuild
+++ b/sci-mathematics/octave/octave-3.6.4.ebuild
@@ -17,6 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 SLOT="0/${PV}"
 IUSE="curl doc fftw +glpk gnuplot graphicsmagick hdf5 +imagemagick opengl 
postscript
+qhull +qrupdate readline +sparse static-libs X zlib"
+REQUIRED_USE="?? ( graphicsmagick imagemagick )"
 KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
@@ -29,10 +30,8 @@ RDEPEND="
glpk? ( sci-mathematics/glpk )
gnuplot? ( sci-visualization/gnuplot )
hdf5? ( sci-libs/hdf5 )
-   imagemagick? (
-   graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
-   !graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
-   )
+   graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
+   imagemagick? ( media-gfx/imagemagick:=[cxx] )
opengl? (
media-libs/freetype:2
media-libs/fontconfig
@@ -112,12 +111,10 @@ src_configure() {
$(use_with X x)
$(use_with zlib z)
)
-   if use imagemagick; then
-   if has_version media-gfx/graphicsmagick[cxx]; then
-   myeconfargs+=( "--with-magick=GraphicsMagick" )
-   else
-   myeconfargs+=( "--with-magick=ImageMagick" )
-   fi
+   if use graphicsmagick; then
+   myeconfargs+=( "--with-magick=GraphicsMagick" )
+   elif use imagemagick; then
+   myeconfargs+=( "--with-magick=ImageMagick" )
else
myeconfargs+=( "--without-magick" )
fi

diff --git a/sci-mathematics/octave/octave-3.8.2.ebuild 
b/sci-mathematics/octave/octave-3.8.2-r1.ebuild
similarity index 92%
rename from sci-mathematics/octave/octave-3.8.2.ebuild
rename to 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kgamma/files/, kde-apps/kgamma/, profiles/updates/

2016-08-09 Thread Johannes Huber
commit: 43fc37510ebcfdbe7e5b406d9c7cd6d72ac23c8a
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Aug  9 07:01:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Aug  9 07:01:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fc3751

kde-apps/kgamma -> kde-plasma/kgamma

 kde-apps/kgamma/Manifest  |  1 -
 kde-apps/kgamma/files/kgamma-4.14.3-cmake34.patch | 16 
 kde-apps/kgamma/kgamma-4.14.3.ebuild  | 21 -
 kde-apps/kgamma/metadata.xml  |  8 
 profiles/updates/3Q-2016  |  1 +
 5 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/kde-apps/kgamma/Manifest b/kde-apps/kgamma/Manifest
deleted file mode 100644
index 4ee57d7..000
--- a/kde-apps/kgamma/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kgamma-4.14.3.tar.xz 22932 SHA256 
93f78c56b81684152e72b6b1672814505085b372213c77f184f78fac410bf5b2 SHA512 
53633bb11bc45eefb74cc692b0c016ac7ff67214cf628c4b1e599d1b0934e2d4583804332b47b782afc8d4aa49eb28985c709dfb6f31d72e0befd993ebfa1b31
 WHIRLPOOL 
51e93a4c3d23fc25858ff1a5fda778cbda51f932910496e68fa365af60442f40d203bd78b4fd94307ad6a4c30bac6a87e6b296c582d971dd4063d30b85ee6652

diff --git a/kde-apps/kgamma/files/kgamma-4.14.3-cmake34.patch 
b/kde-apps/kgamma/files/kgamma-4.14.3-cmake34.patch
deleted file mode 100644
index 4aa0969..000
--- a/kde-apps/kgamma/files/kgamma-4.14.3-cmake34.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix build with >=cmake-3.4
-
-Gentoo-bug: 566814
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6f8a16f..8565f88 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -3,6 +3,7 @@ project(kgamma)
- find_package(KDE4 REQUIRED)
- include(KDE4Defaults)
- include(MacroLibrary)
-+include(CheckIncludeFiles)
- 
- find_package(X11 REQUIRED)
- 

diff --git a/kde-apps/kgamma/kgamma-4.14.3.ebuild 
b/kde-apps/kgamma/kgamma-4.14.3.ebuild
deleted file mode 100644
index 9845bfa..000
--- a/kde-apps/kgamma/kgamma-4.14.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="KDE screen gamma values kcontrol module"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND="
-   x11-libs/libXxf86vm
-"
-DEPEND="${RDEPEND}
-   x11-proto/xf86vidmodeproto
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake34.patch" )

diff --git a/kde-apps/kgamma/metadata.xml b/kde-apps/kgamma/metadata.xml
deleted file mode 100644
index 2fdbf33..000
--- a/kde-apps/kgamma/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-

diff --git a/profiles/updates/3Q-2016 b/profiles/updates/3Q-2016
index 6b5a35d..5c8e9d5 100644
--- a/profiles/updates/3Q-2016
+++ b/profiles/updates/3Q-2016
@@ -10,3 +10,4 @@ move dev-perl/convert-pem dev-perl/Convert-PEM
 slotmove >=dev-php/pecl-yaml-2.0.0_rc1 0 7
 move dev-perl/regexp-common dev-perl/Regexp-Common
 move dev-php/PEAR-PHP_CodeSniffer dev-php/PHP_CodeSniffer
+move kde-apps/kgamma kde-plasma/kgamma