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

2016-08-18 Thread Tim Harder
commit: 528787f76aa6effa5f757394462f3cc152cbe31a
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 05:32:22 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 05:32:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528787f7

media-libs/vigra: update HOMEPAGE

 media-libs/vigra/vigra-1.10.0.ebuild | 2 +-
 media-libs/vigra/vigra-1.9.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/vigra/vigra-1.10.0.ebuild 
b/media-libs/vigra/vigra-1.10.0.ebuild
index 1710741..f36dc51 100644
--- a/media-libs/vigra/vigra-1.10.0.ebuild
+++ b/media-libs/vigra/vigra-1.10.0.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads,xml"
 inherit cmake-utils python-r1
 
 DESCRIPTION="C++ computer vision library with emphasize on customizable 
algorithms and data structures"
-HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/;
+HOMEPAGE="https://ukoethe.github.io/vigra/;
 
SRC_URI="https://github.com/ukoethe/vigra/releases/download/Version-${MY_V}/${MY_P}.tar.gz;
 
 LICENSE="MIT"

diff --git a/media-libs/vigra/vigra-1.9.0.ebuild 
b/media-libs/vigra/vigra-1.9.0.ebuild
index 1ff5bca..0bc41dc 100644
--- a/media-libs/vigra/vigra-1.9.0.ebuild
+++ b/media-libs/vigra/vigra-1.9.0.ebuild
@@ -14,7 +14,7 @@ inherit cmake-utils eutils multilib python-single-r1
 MY_P=${P}-src
 
 DESCRIPTION="a C++ computer vision library with emphasis on customizability of 
algorithms and data structures"
-HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/;
+HOMEPAGE="https://ukoethe.github.io/vigra/;
 SRC_URI="http://hci.iwr.uni-heidelberg.de/${PN}/${MY_P}.tar.gz;
 
 LICENSE="MIT"



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

2016-08-18 Thread Michał Górny
commit: 58a659534b0c077698dff2ff33bb568e124d96bc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 19 05:09:22 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 19 05:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a65953

dev-lang/python: Backport gcc[-libffi(-)] blocker fix to all versions

 dev-lang/python/python-2.7.10-r1.ebuild | 2 +-
 dev-lang/python/python-2.7.11-r2.ebuild | 2 +-
 dev-lang/python/python-2.7.12.ebuild| 2 +-
 dev-lang/python/python-3.3.5-r3.ebuild  | 2 +-
 dev-lang/python/python-3.3.5-r8.ebuild  | 2 +-
 dev-lang/python/python-3.4.3-r1.ebuild  | 2 +-
 dev-lang/python/python-3.4.3-r7.ebuild  | 2 +-
 dev-lang/python/python-3.4.4.ebuild | 2 +-
 dev-lang/python/python-3.4.5.ebuild | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lang/python/python-2.7.10-r1.ebuild 
b/dev-lang/python/python-2.7.10-r1.ebuild
index aaf1b14..de85de7 100644
--- a/dev-lang/python/python-2.7.10-r1.ebuild
+++ b/dev-lang/python/python-2.7.10-r1.ebuild
@@ -61,7 +61,7 @@ RDEPEND="app-arch/bzip2
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND="app-eselect/eselect-python"

diff --git a/dev-lang/python/python-2.7.11-r2.ebuild 
b/dev-lang/python/python-2.7.11-r2.ebuild
index 9eeab0c..6954f3f 100644
--- a/dev-lang/python/python-2.7.11-r2.ebuild
+++ b/dev-lang/python/python-2.7.11-r2.ebuild
@@ -63,7 +63,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"

diff --git a/dev-lang/python/python-2.7.12.ebuild 
b/dev-lang/python/python-2.7.12.ebuild
index 992882b..0856ef2 100644
--- a/dev-lang/python/python-2.7.12.ebuild
+++ b/dev-lang/python/python-2.7.12.ebuild
@@ -63,7 +63,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"

diff --git a/dev-lang/python/python-3.3.5-r3.ebuild 
b/dev-lang/python/python-3.3.5-r3.ebuild
index 42477ed..bc6f2a0 100644
--- a/dev-lang/python/python-3.3.5-r3.ebuild
+++ b/dev-lang/python/python-3.3.5-r3.ebuild
@@ -51,7 +51,7 @@ RDEPEND="app-arch/bzip2
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND="app-eselect/eselect-python"

diff --git a/dev-lang/python/python-3.3.5-r8.ebuild 
b/dev-lang/python/python-3.3.5-r8.ebuild
index e7f91bd..b39a7bb 100644
--- a/dev-lang/python/python-3.3.5-r8.ebuild
+++ b/dev-lang/python/python-3.3.5-r8.ebuild
@@ -57,7 +57,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${PYVER} )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"

diff --git a/dev-lang/python/python-3.4.3-r1.ebuild 
b/dev-lang/python/python-3.4.3-r1.ebuild
index d7dab16..573a11e 100644
--- a/dev-lang/python/python-3.4.3-r1.ebuild
+++ b/dev-lang/python/python-3.4.3-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="app-arch/bzip2
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
 PDEPEND="app-eselect/eselect-python"
 

diff --git a/dev-lang/python/python-3.4.3-r7.ebuild 
b/dev-lang/python/python-3.4.3-r7.ebuild
index 51a14db..22cd3b3 100644
--- a/dev-lang/python/python-3.4.3-r7.ebuild
+++ b/dev-lang/python/python-3.4.3-r7.ebuild
@@ -51,7 +51,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"
 

diff --git a/dev-lang/python/python-3.4.4.ebuild 
b/dev-lang/python/python-3.4.4.ebuild
index a5ef671..39e9bcc 100644
--- a/dev-lang/python/python-3.4.4.ebuild
+++ b/dev-lang/python/python-3.4.4.ebuild
@@ -51,7 +51,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( 

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

2016-08-18 Thread Hans de Graaff
commit: 6594762ea9326bccd768378141456beddbbde4c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 18 19:23:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:07:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6594762e

dev-ruby/bunny: add 2.5.1

Package-Manager: portage-2.2.28

 dev-ruby/bunny/Manifest   |  1 +
 dev-ruby/bunny/bunny-2.5.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 95c50b3..00b0b81 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -2,3 +2,4 @@ DIST bunny-2.3.0.gem 184832 SHA256 
798d16dcecb47bbfea5226aa4a433e8aa4a530f0d1249
 DIST bunny-2.3.1.gem 185344 SHA256 
3e1f727d93b18b7b94fd7fe2023b281272895b2e5643ce65491c015ab20d3978 SHA512 
54a5b91904d8692febba8ec589320a41b4007f2c6fd5a809b81d78625a8d4567b911af393bd9fb7b3a6f62116824d54b51c4c5fc5d186b870686eabfc82b13bb
 WHIRLPOOL 
3613901312662059e9cc0a70a323f9135c8a94363ee2a325f359444e74bcad7e69fcc4c63e7b3aa12fd21aa206f663d26cdf0b943de0a538bd34818cb8b54dd4
 DIST bunny-2.4.0.gem 187392 SHA256 
bcce78445d163cbce9a55c122468f2d3470db16e011a23e793471dbe746a2655 SHA512 
d5fe6588045867ab773caa05adc66bfe52dcf8913b919843f9704cb715848d25fe65ff453daaee11438d6f1e9d4cd0b1cbc67a16c3ff3bc62f3dc2dcc7ad5902
 WHIRLPOOL 
ef4eb07bb2d62451a92b57484f4f804f74da8dfecce888c16c6a0ed72d42e1d62fe4d2a3c65454e0ca700e27e0b6bcceab3f69fcab6193bfef6d58416eea8ede
 DIST bunny-2.5.0.gem 188416 SHA256 
bae146f653e4e9ef75fddf34577c572bfe829b83f2cca272c159db5d9e8648a9 SHA512 
321ac85e5cfd0abe8111708ca149c779b5fc0694084b6e064c1fee90f7c9a4802e4dfa6cae0cc58d0ce9aaf3c59f736064267c9aeac3b8c795a1da5a434d8aff
 WHIRLPOOL 
5c54e82654d649b559da5472fd0c462e991549b28b843a307afc8b87ce3ebb8f1df139a1ddc655cf9a706aaf584c48b2d653973a439f9be0fb2a913cc4016e36
+DIST bunny-2.5.1.gem 188928 SHA256 
8a05fe5fe105545b2509fb941f069cd61904cf780374cc0aed7ab421893a1e59 SHA512 
a1d1a13f50d97fcef065b7f30841be1f7a3215ac3fef743a01ab0b7cc0582512a7baa1511eff930352bed02c60abba6e4ab3802cc5dc89d032cfafc92e34ff36
 WHIRLPOOL 
638fcb51c73dd9933190c7a91cf73b290f52a36fcd8eb5f6ee4df9ddc2515b12122a4369959efd509cdd82dda1f98d132b1a6efbe9013244c7b800525c98bd16

diff --git a/dev-ruby/bunny/bunny-2.5.1.ebuild 
b/dev-ruby/bunny/bunny-2.5.1.ebuild
new file mode 100644
index 000..6a98443
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.5.1.ebuild
@@ -0,0 +1,32 @@
+# 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_TASK_DOC=""
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



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

2016-08-18 Thread Hans de Graaff
commit: a265ddf47e0a14b4ae2a62b13b5ba35a5581d18e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 18 19:16:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:07:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a265ddf4

dev-ruby/bson: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/bson/Manifest  |  1 -
 dev-ruby/bson/bson-3.2.4.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 2bd86f9..89e7e2f 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,3 +1,2 @@
-DIST bson-3.2.4.tar.gz 51208 SHA256 
adcc339e4618fbd9bc8dc91677971118834adfd19bf6ae783d79308f2fb446b2 SHA512 
d7817d5ec068895e4a883921dc8495aa9d44401b7a66c77f29b71434428efaf417f1219ebbb1bd7065a8beebba41c0c461e7b9f5376bc9259ada695f6eb97715
 WHIRLPOOL 
670239430ec0ccfe01a4a50d843fbc871faea06b0d5cf7db4cf53d32ec7a6dcca7ef06497589d1e0f4ee8e20e451bff33b7d0bcfea298b71dead22716f07eab2
 DIST bson-3.2.6.tar.gz 51846 SHA256 
b7d848b93de622c32cc65cf6debf21aaa0e66d554d65cc7805dc8f76e56c55fb SHA512 
da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2
 WHIRLPOOL 
ece0e17aca10f684cdbea703702b5f886340fe93ede11045430c7711f2d546c5e2558003261d8252a29a55fc999664be0315f0ac693d02181a9dcf006d44a3c6
 DIST mongo-ruby-driver-1.12.0.tar.gz 360669 SHA256 
84c87d26601c9bd91a6604bcb3630be50d239e471542f9b0a68379705dd03e11 SHA512 
725110c527867379def85fde50b6825e94a320356f062e4403d9d55c223f2503676f83ae42916d6ab45afd90d30b2a4272519e070c4af2095c0965297fd72bb6
 WHIRLPOOL 
c152aa579a0535707909560cc73fc878521aac95c034ec71bca6c2397754b5e057c1e7ca32f6b2b3393ce975f122e65926820cdde29aa5f5734fb9717bd980e0

diff --git a/dev-ruby/bson/bson-3.2.4.ebuild b/dev-ruby/bson/bson-3.2.4.ebuild
deleted file mode 100644
index f7eda92..000
--- a/dev-ruby/bson/bson-3.2.4.ebuild
+++ /dev/null
@@ -1,45 +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"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongodb"
-GITHUB_PROJECT="bson-ruby"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
-HOMEPAGE="http://www.mongodb.org/;
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="bson-ruby-${PV}"
-
-LICENSE="APSL-2"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE="test doc"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove project-specific rspec options
-   rm .rspec || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp ext/bson/*$(get_modname) lib/ || die
-}



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

2016-08-18 Thread Hans de Graaff
commit: bd57dcc4adb7c569173867f848bbf7095c3e1849
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 18 19:20:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:07:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd57dcc4

dev-ruby/bson: add 4.1.1

Package-Manager: portage-2.2.28

 dev-ruby/bson/Manifest  |  1 +
 dev-ruby/bson/bson-4.1.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 89e7e2f..c77a4a1 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,2 +1,3 @@
 DIST bson-3.2.6.tar.gz 51846 SHA256 
b7d848b93de622c32cc65cf6debf21aaa0e66d554d65cc7805dc8f76e56c55fb SHA512 
da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2
 WHIRLPOOL 
ece0e17aca10f684cdbea703702b5f886340fe93ede11045430c7711f2d546c5e2558003261d8252a29a55fc999664be0315f0ac693d02181a9dcf006d44a3c6
+DIST bson-4.1.1.tar.gz 55417 SHA256 
965d0da14886e795230686168676784c74117c705b262ee468205c0066166f64 SHA512 
b98b568fe0a94e6430433a9bb57930c0a95c9b268d928a6fabb1ce6bd4343406e700de11db531f6a49bc270e449637c70ce0ad0a8f7f6cae7857f0ad627f1956
 WHIRLPOOL 
b7f0735cb0d3e49d257f805398368e397a70f87dd38460ce04064ca34fc0f9b60f6e776403955be0e2db9360b94bb0b09f48d5c3e7036a10d8393b715c455b41
 DIST mongo-ruby-driver-1.12.0.tar.gz 360669 SHA256 
84c87d26601c9bd91a6604bcb3630be50d239e471542f9b0a68379705dd03e11 SHA512 
725110c527867379def85fde50b6825e94a320356f062e4403d9d55c223f2503676f83ae42916d6ab45afd90d30b2a4272519e070c4af2095c0965297fd72bb6
 WHIRLPOOL 
c152aa579a0535707909560cc73fc878521aac95c034ec71bca6c2397754b5e057c1e7ca32f6b2b3393ce975f122e65926820cdde29aa5f5734fb9717bd980e0

diff --git a/dev-ruby/bson/bson-4.1.1.ebuild b/dev-ruby/bson/bson-4.1.1.ebuild
new file mode 100644
index 000..d7874ba
--- /dev/null
+++ b/dev-ruby/bson/bson-4.1.1.ebuild
@@ -0,0 +1,45 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="mongodb"
+GITHUB_PROJECT="bson-ruby"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
+HOMEPAGE="http://www.mongodb.org/;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="bson-ruby-${PV}"
+
+LICENSE="APSL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="test doc"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove project-specific rspec options
+   rm .rspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp ext/bson/*$(get_modname) lib/ || die
+}



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

2016-08-18 Thread Matthias Maier
commit: 10782c29927e4b46669a30df53784f25af6356f3
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Aug 19 02:26:08 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Aug 19 04:17:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10782c29

sci-visualization/paraview: add missing dependency on dev-qt/qttest:5, bug 
#591228

Thanks to Thomas Haschka

Package-Manager: portage-2.2.28

 sci-visualization/paraview/paraview-5.1.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/paraview/paraview-5.1.0-r1.ebuild 
b/sci-visualization/paraview/paraview-5.1.0-r1.ebuild
index 772bb85..23fa295 100644
--- a/sci-visualization/paraview/paraview-5.1.0-r1.ebuild
+++ b/sci-visualization/paraview/paraview-5.1.0-r1.ebuild
@@ -70,6 +70,7 @@ RDEPEND="
dev-qt/qthelp:5
dev-qt/qtopengl:5
dev-qt/qtsql:5
+   dev-qt/qttest:5
dev-qt/qtwebkit:5
dev-qt/qtx11extras:5
)



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

2016-08-18 Thread Matthias Maier
commit: d4d698ee89d2dd6931f726dd77a710daad36b33c
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Aug 19 03:05:55 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Aug 19 04:17:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d698ee

sci-visualization/paraview: ver bump, enable openmp support, bug #590746

- version bump to 5.1.0
- add USE=openmp to control openmp support
- switch to OpenGL2 rendering engine.

Package-Manager: portage-2.2.28

 sci-visualization/paraview/Manifest  |   1 +
 sci-visualization/paraview/paraview-5.1.2.ebuild | 285 +++
 2 files changed, 286 insertions(+)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index 1e11e68..897fb95 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,3 +1,4 @@
 DIST ParaView-v4.1.0-source.tar.gz 50460304 SHA256 
80ef898c158d7fd9ceb0bcd83be1f679eef06ce4f20514a2435330cc97a3fdf3 SHA512 
da91f7332a91746d60968a9d6cc1fe4878a3710f8e4a3d675dc65c337d6844f39df4c3e307d424ee0d2a832fd3c0f3d0c4da6a8b0a2aa6902920988fb53b9f7f
 WHIRLPOOL 
c3572d12f05b8443eb21a342c140d55e3c41e2af383aa850491aaeec412e62a45a4ee44e6d772dc9b6f141028911cb96b22a7818c6f15bc80bb8553d37008d96
 DIST ParaView-v4.4.0-source.tar.gz 58397252 SHA256 
c2dc334a89df24ce5233b81b74740fc9f10bc181cd604109fd13f6ad2381fc73 SHA512 
092dee4ca75b9f4e3b4a53c85ebc89f406a91f6dd9ac9a3deb65de776189c2582d15c2b1f8f0393ff4d7a438333f8801de22d2cf916b314d8b85d93cc5f4671e
 WHIRLPOOL 
722be36c45563066a2e91e7ea3e382d6928056a38c01920089f6e16a721259e1e8f99b26c982f136f9cfac8f1cb1d9f54ee0267cea79360ace4c00e81a47e61b
 DIST ParaView-v5.1.0.tar.gz 51613148 SHA256 
1ce345e9c5533c2854ad7e89cf4f90992bafee23707ae9f85d12b38405169f2a SHA512 
c9af27d8be03783c7353735718a41ee03732db0f2e4f6e2db5e1e72d3df01801bb77294713c2b96eaf17e75d1fd6a30e340b3c33f496f7e705d07badfa196e69
 WHIRLPOOL 
08cd669f02fd54b7fc4054f23f04a3dc274e4ba8ebdf54fb14caaa95bc0c9fb2e2e5551a9e74d88062f2230eb511b7e18d6cb75bb43f4291e19dbaa2ed53cd1f
+DIST ParaView-v5.1.2.tar.gz 51635420 SHA256 
ff02b7307a256b7c6e8ad900dee5796297494df7f9a0804fe801eb2f66e6a187 SHA512 
9204732ecbe5048c96536a2d63f37ec51f331416bab11c982797d07cd0233e1424193d1c8cac6dfe7e91696997f8aaf92c3a32d7b05674c0b176d93444672e40
 WHIRLPOOL 
1bbb95672279317304dde1f3123a51f3ca787f0f0b1a28ce09e53f0fbfdf685da89efeb2b13c0409982cbc5566e3984542eeeb519aa757bdd849186135c57a64

diff --git a/sci-visualization/paraview/paraview-5.1.2.ebuild 
b/sci-visualization/paraview/paraview-5.1.2.ebuild
new file mode 100644
index 000..38dc364
--- /dev/null
+++ b/sci-visualization/paraview/paraview-5.1.2.ebuild
@@ -0,0 +1,285 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils cmake-utils multilib python-single-r1 toolchain-funcs 
versionator
+
+MAIN_PV=$(get_major_version)
+MAJOR_PV=$(get_version_component_range 1-2)
+MY_P="ParaView-v${PV}"
+
+DESCRIPTION="ParaView is a powerful scientific data visualization application"
+HOMEPAGE="http://www.paraview.org;
+SRC_URI="http://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.gz;
+RESTRICT="mirror"
+
+LICENSE="paraview GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql 
nvcontrol openmp plugins python +qt5 sqlite tcl test tk"
+RESTRICT="test"
+
+REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
+   mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
+
+RDEPEND="
+   dev-libs/expat
+   >=dev-libs/jsoncpp-0.10.1
+   dev-libs/libxml2:2
+   dev-libs/protobuf
+   media-libs/freetype
+   media-libs/libpng:0
+   media-libs/libtheora
+   media-libs/tiff:0=
+   sci-libs/hdf5[mpi=]
+   >=sci-libs/netcdf-4.2[hdf5]
+   >=sci-libs/netcdf-cxx-4.2:3
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt
+   coprocessing? (
+   plugins? (
+   dev-python/PyQt5
+   dev-qt/qtgui:5
+   )
+   )
+   ffmpeg? ( virtual/ffmpeg )
+   mpi? ( virtual/mpi[cxx,romio] )
+   mysql? ( virtual/mysql )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   dev-python/twisted-core
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   mpi? ( dev-python/mpi4py )
+   qt5? ( dev-python/PyQt5[opengl,webkit,${PYTHON_USEDEP}] )
+   )
+   qt5? (
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtopengl:5
+   

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

2016-08-18 Thread Tim Harder
commit: 8660919a1a7b3fd9650f3b233de4af8c92632c4a
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:25:11 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:25:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8660919a

media-gfx/pngcrush: version bump to 1.8.4

 media-gfx/pngcrush/Manifest  |  2 ++
 media-gfx/pngcrush/pngcrush-1.8.4.ebuild | 41 
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/pngcrush/Manifest b/media-gfx/pngcrush/Manifest
index ad7aa4f..e2674d2 100644
--- a/media-gfx/pngcrush/Manifest
+++ b/media-gfx/pngcrush/Manifest
@@ -2,3 +2,5 @@ DIST pngcrush-1.8.0-nolib.tar.xz 60224 SHA256 
baa7048351c341e3a0c4769db7093b3206
 DIST pngcrush-1.8.0.tar.xz 358772 SHA256 
94491583c625e284e580f102657f9c2b3036372ab486e08682112f6cbb66522c SHA512 
b572d6ee3aebffdf60836adffabff84b6ac12a50f9b33b5d6e7749af728f6aa441d53cb66926d40d988a94864524351f92edba72d3f0f55206746aa45037d653
 WHIRLPOOL 
2209a267cd54e6e6fde6e7f2e693065e83585e990801e4b704f3cfaf11d953abc44aa82626c6e7badf524214f5bc692831e72b7f7f0cb61b1f104a220d2f2925
 DIST pngcrush-1.8.2-nolib.tar.xz 61588 SHA256 
4a2b4a0445008f0d528cffebd143ca9b15ec41cbc5abb79ce244d6eedaf452b1 SHA512 
f0bfd95a84c9eef48abe624ca8ea4c2064862e9b6330776f91d7647b2796b1221a9edccf8de73fdbad7031cdee0d161072ce44063c60a6a7880a51130fb5c0f9
 WHIRLPOOL 
07e5566bb12e82e34472d72d96c8eb35a34c7a3282763e5fb8d13f4551d3f31b4dd651e1c3fd5fee9f779d8978c8be933455329ff0ea965e68579237ece2096e
 DIST pngcrush-1.8.2.tar.xz 361644 SHA256 
0fa49fdd8bbdc290aa6a9958ad9482ae60a7a229bb237bf35e7bcfe1ee216440 SHA512 
6f5abc419f3a0c8dad237d941183b58678752157076bf5392d41cef1ced937ba891d0443164e832142d8c7e5281032f5c10ab1545c870f2ccffa5a452f97b43b
 WHIRLPOOL 
da9baca97b449215068f67601ea467c2eee27fbd2c956b6be6ecc0b361ef4a91f7dbb29ad308a62fca4a2997c090bfb985c03b56d129a3716d2c9b3fc7baee9e
+DIST pngcrush-1.8.4-nolib.tar.xz 63548 SHA256 
4ef6d790677cf57f622db693337d841b60d62c044e8681299245c298bd56161a SHA512 
f246a62727d5ecfda72e4be544c857ff4e67673cc54ac80ba60db5b1b2bea68c22780dd3999d76ee0ccfde5b8ca001c828ee22f46431e1b22e972b37f88f3192
 WHIRLPOOL 
3cac34b5b982711abb3c58c064830b0bd319420cf590939c569552ac01c2ce8ac25af42f3e5ab5349a54b4d8186a6e43373e69f1f4bc764803fe5af7d56bcd91
+DIST pngcrush-1.8.4.tar.xz 366980 SHA256 
25cbdb0dec7fb9f6a1bddc172a807a3123ee88144cfe955f25502329ea620821 SHA512 
2e9919f82f07b98e341a4eb65f814514d0dc731a36677e5ef18486fb858694c7d6b9a0c80e1b2cab2a9354eb14239ce8169f53efd64ebb42405066f1fb175ef2
 WHIRLPOOL 
7a5e63994b5d198c8a7b8e02564a41319a7fd2ec2b980e93f7dffd61ad121909cb3d3d6e31e4b58af53d1884101b22bae96cdc2693e8e70310cdd3dad0e38fec

diff --git a/media-gfx/pngcrush/pngcrush-1.8.4.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.4.ebuild
new file mode 100644
index 000..d796850
--- /dev/null
+++ b/media-gfx/pngcrush/pngcrush-1.8.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
+HOMEPAGE="http://pmt.sourceforge.net/pngcrush/;
+SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz )
+   !system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )"
+
+LICENSE="pngcrush"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="+system-libs"
+
+RDEPEND="
+   system-libs? (
+   media-libs/libpng:0=
+   sys-libs/zlib:=
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils"
+
+pkg_setup() {
+   use system-libs && S+="-nolib"
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc ChangeLog.html
+}



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

2016-08-18 Thread Tim Harder
commit: 93bd1896f03d2f68a4e24f786fbfce75e0b83e18
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:23:57 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:23:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd1896

sys-apps/moreutils: version bump to 0.60

 sys-apps/moreutils/Manifest  |  1 +
 sys-apps/moreutils/moreutils-0.60.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/sys-apps/moreutils/Manifest b/sys-apps/moreutils/Manifest
index b5d70ce..1009e26 100644
--- a/sys-apps/moreutils/Manifest
+++ b/sys-apps/moreutils/Manifest
@@ -1,3 +1,4 @@
+DIST moreutils-0.60.tar.gz 93137 SHA256 
a095e9647ccde72d43a4d39ee215c6ac59a00b2cd1da17ccbcaf70e3923ae011 SHA512 
b09b81606fc307abe26173fbd2e50ab3ee84db53b7242dc57a0747a83489088b1702435cfad5a171af00d56ab154b9d4c3062a3d4ac7c002dc03315c6fca0cab
 WHIRLPOOL 
9d0183cf422a408957ccf027f5f141cae11ab5b99eaeff2b3a5949b88d87544b865a3466286a2e2208103bda7a91728f3ec5078361940d6ce3bc058277ba568a
 DIST moreutils_0.50.tar.gz 46952 SHA256 
4df833f17c2c6781c1d500ac51455af1929db5aeb96d06e45b00489393b37714 SHA512 
d83a0552693cf32509b5ea2bf781e5f415d6a78470200234f1f18197d2d1f7ffefb0eed0a5cb09737211dc35009d175cf261651a7d9af99ead7df2b2161b9e54
 WHIRLPOOL 
ac74c23824d76e97b410bde0e345f358fa8817e55e94380bdb5b1906d4d737853885238bd346397cfbc4baa29e9e6a756c4c6b8c1c2af1e7a070da2d0841ab5a
 DIST moreutils_0.51.tar.gz 47404 SHA256 
579e1e61f874d105ec3b6cf898a3ce7e487a58773a44769ce34c2fc7315cb141 SHA512 
d81e2a51d5a7740590bebef7db929a0296f73fe3d58a58e3524cbe8392b3ba8c77769136327784bda0c23558a2b4109ec84c263a48abfa3a1fbdaeef12e877aa
 WHIRLPOOL 
7fbbae5937ca9e634ba888fa99090c534f7c43618ab227f06725d68f36294816ecbdb2e81bdb66db95d2486ca39135f7ea86220dd793e2bbd36f6a6d4e25e79e
 DIST moreutils_0.52.tar.gz 47511 SHA256 
c4bcf2f5bac09312ed5aa48d2cecd77a1c9609017b7a2acb2ac9fdd197480ffb SHA512 
a2d9380bcaa1cefc1c1c744e71bf551fadeee4a76d7fac67051d4ca746e8f8df2a1c0a8e5721b430223958208189931168885777a5a0cb1ca66dc74421ef5b1b
 WHIRLPOOL 
e78fc1d9299e1dd2c333e895323566dac25cbe513d5ecddbfeee6104d1d925a4e67d3bcf1195dd4faf44b025e7619d15a4c257fc37150bc77bff42bfe9cb8b5a

diff --git a/sys-apps/moreutils/moreutils-0.60.ebuild 
b/sys-apps/moreutils/moreutils-0.60.ebuild
new file mode 100644
index 000..b58a14f
--- /dev/null
+++ b/sys-apps/moreutils/moreutils-0.60.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="a collection of tools that nobody thought to write when Unix was 
young"
+HOMEPAGE="http://joeyh.name/code/moreutils/;
+#SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
+SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux"
+IUSE="+doc +perl"
+
+RDEPEND="
+   perl? (
+   dev-lang/perl
+   dev-perl/IPC-Run
+   dev-perl/Time-Duration
+   dev-perl/TimeDate
+   )"
+DEPEND="
+   doc? (
+   dev-lang/perl
+   >=app-text/docbook2X-0.8.8-r2
+   app-text/docbook-xml-dtd:4.4
+   )"
+
+src_prepare() {
+   # don't build manpages
+   if ! use doc ; then
+   sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die
+   fi
+
+   # don't install perl scripts
+   if ! use perl ; then
+   sed -i -e '/PERLSCRIPTS/d' Makefile || die
+   fi
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN=docbook2man.pl 
PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install
+
+   # sys-process is more advanced than parallel from moreutils, rename it
+   if use doc; then
+   mv "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
+   fi
+   mv "${ED}"usr/bin/{,${PN}_}parallel || die
+}



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

2016-08-18 Thread Tim Harder
commit: f483df5353eeb7f0db8873232d9925bbb34ceb56
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:10:39 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:12:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f483df53

dev-libs/cdk: version bump to 5.0.20150928

 dev-libs/cdk/Manifest|  1 +
 dev-libs/cdk/cdk-5.0.20150928.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/cdk/Manifest b/dev-libs/cdk/Manifest
index f50709a..59fb8e0 100644
--- a/dev-libs/cdk/Manifest
+++ b/dev-libs/cdk/Manifest
@@ -1,2 +1,3 @@
 DIST cdk-5.0-20131107.tgz 495455 SHA256 
2b3670b95d330cce34ddd929f985c423cf86b05ba8a33bf5f217c4702131f565 SHA512 
93e0c78bfd12fb9c554b9b6996b9c93542201afb67ddd63ecea7330171ca079da73d81b3f3b2f27a28ecd3527ed6c7333203a9438ecd196a66d3bad78233f439
 WHIRLPOOL 
bedf5a441175436fb0eb54b216a61acd296d97dbbb2be1eb817b024778f58383f0ea00f6159c67c05f116f21ad6e0030a2d979aa8db2798a4f103f36f3e3198b
 DIST cdk-5.0-20141106.tgz 509310 SHA256 
d7ce8d9698b4998fa49a63b6e19309d3eb61cc3a019bfc95101d845ef03c4803 SHA512 
8a92363c8036acb61fe8dcfcf3690653f2573407123b8c684c0bf165d5b99b6a4c7e8bcded8773304ebc13108e90ae3488f0e74ed026f3bc69f6a5b007e651e4
 WHIRLPOOL 
d497624acb49bec7a1f18afe13c1279f5e8c06b71d4f904b88b9f639e01fae0b4d959ae90df169c477292e0f56f787944e5cffddb4416d30d85784155bde2dee
+DIST cdk-5.0-20150928.tgz 515214 SHA256 
028da75d5f777a1c4184f88e34918bd273bd83bbe3c959bc11710c4f0ea2e448 SHA512 
5774e28d91edd477854e30eb456b7725987e82ec27f5cf055c1d1e46581e11d2958bafbac408124f274bf7454be68476d18643a265df7c74b8f43eb1895bf19d
 WHIRLPOOL 
637cf7405139dedb82a21b3481f8673fd3c27289813e74da44afe739c258d6674fd4288f202166b9a624357ea686971010c06250f7770c2c37d538f0e7fbb12b

diff --git a/dev-libs/cdk/cdk-5.0.20150928.ebuild 
b/dev-libs/cdk/cdk-5.0.20150928.ebuild
new file mode 100644
index 000..e5e6802
--- /dev/null
+++ b/dev-libs/cdk/cdk-5.0.20150928.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 versionator
+
+MY_P="${PN}-$(replace_version_separator 2 -)"
+DESCRIPTION="A library of curses widgets"
+HOMEPAGE="http://dickey.his.com/cdk/cdk.html;
+SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz;
+
+LICENSE="BSD"
+SLOT="0/6" # subslot = soname version
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="examples static-libs unicode"
+
+DEPEND=">=sys-libs/ncurses-5.2:0=[unicode?]"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch )
+
+src_configure() {
+   econf \
+   --with-libtool \
+   --with-shared \
+   --with-ncurses$(usex unicode "w" "")
+}
+
+src_install() {
+   # parallel make installs duplicate libs
+   emake -j1 \
+   DESTDIR="${ED}" \
+   DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" install
+
+   if use examples ; then
+   for x in include c++ demos examples cli cli/utils cli/samples; 
do
+   docinto $x
+   find $x -maxdepth 1 -mindepth 1 -type f -print0 | xargs 
-0 dodoc
+   done
+   fi
+
+   use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) 
-delete
+}



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

2016-08-18 Thread Tim Harder
commit: 8f3dd06d8276a6623a077f7b925081e115767f2d
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:06:23 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3dd06d

media-libs/libmatroska: version bump to 1.4.5

 media-libs/libmatroska/Manifest |  1 +
 media-libs/libmatroska/libmatroska-1.4.5.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 3c0fb7f..b7b2655 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1,3 +1,4 @@
 DIST libmatroska-1.2.0.tar.bz2 80394 SHA256 
8b68ed72c4563363fc17517d0fe0862d6a51747870f51ee7d1bb362274a5d44f SHA512 
59fe80146dbd287f435fb477f2e589b8e5659fe5abb1a0869b1f6ca4b85e281431b7a18f1e3728d2b406b141039ab1b5e6a1a247a2bc23a7e64e7b5e67e29374
 WHIRLPOOL 
e6706ca647306784a4e056e49db86375b48968e05fe77b7bfbea54c3c2d22adf28c52b88a9604ea9f1251f9f050e3b34cedbe2d415a01b8b216a52064c1934e9
 DIST libmatroska-1.3.0.tar.bz2 80542 SHA256 
5231ec958571365e719a6fd3c220227af6cf0f14e0bd1bcf766ddbc068d18e69 SHA512 
adbb5f85b0e55e39b6a5f629bac82041fc8d1ac0cdf8aecc6ea9966320c35aee4fe9437ca620229b7e15d3d8f7c2d4cf1beb71280789e1e6700087b4d2ec0c8a
 WHIRLPOOL 
341e5b7568f1d609c98e1b164ca5eb4b1a27db33e1218982a48197975b66c46614a2d76b659a094d6a878f491a1a2400bef44ccceb19ca1fd10bdecc4a471fc2
 DIST libmatroska-1.4.4.tar.bz2 604396 SHA256 
d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7 SHA512 
19d16d5fb4e1a5f516c4b5774e278c35190af22b4adf7267b25ad933b5cf16e127919ae34fe3baa573ddf09429c42155fc24e3df818f854a45d21d927c1e7090
 WHIRLPOOL 
e37f526fce0e551d4ce8f6e495151ba92009ce6e9b27ac9c6232a83421d839955b0a8db0028a5a790fbdbf7806d4b0af8bb0354a755fa2b2b17fcc01682b1301
+DIST libmatroska-1.4.5.tar.bz2 612987 SHA256 
79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc SHA512 
94ce6fd920e5023b2846b629438a0bd42ff80f21b8f96e270d280311fba3619ab59f1cc6b73778c014ca2dbf060f3b119da052ea143f79aa1e83fac888799f3d
 WHIRLPOOL 
215636ed993bd4c93228204457b2c8989678929f6b78db4aec978eb79e084dd22b892a2a2551f8ce9c4933c0f483b071ddbed51d6c0d6e04f82ed9234e2b3e4d

diff --git a/media-libs/libmatroska/libmatroska-1.4.5.ebuild 
b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
new file mode 100644
index 000..2629ed4
--- /dev/null
+++ b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Extensible multimedia container format based on EBML"
+HOMEPAGE="http://www.matroska.org/ 
https://github.com/Matroska-Org/libmatroska/;
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/6" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libebml-1.3.4:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2016-08-18 Thread Tim Harder
commit: 80e6ab4cba3ec14990eb9267c1905138509478af
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:04:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e6ab4c

dev-libs/libebml: version bump to 1.3.4

 dev-libs/libebml/Manifest |  1 +
 dev-libs/libebml/libebml-1.3.4.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index ecac6fd..a8e85df 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -3,3 +3,4 @@ DIST libebml-1.2.2.tar.bz2 60802 SHA256 
476b08c6436a96c024a53e788e7c945ce9b41cd8
 DIST libebml-1.3.0.tar.gz 70425 SHA256 
cd48a6d943905afe877e86f421647092956d71c7345dc9264a5123750ca8b158 SHA512 
804b8e9e29add421304ef104f48170ee434cc97d6063dc4338b7fd6ad559733ed1bffd8440146674b70b3d6906f45ded4cc482d606c94c8c04bf424fd85c366e
 WHIRLPOOL 
b5656fa835753bee8b4cfa995db220de85d69604d7332e793c6b45c13100e4041e0fee8517940bde600909b529d3eee959340d3f997b174b249f13c4183ed5cd
 DIST libebml-1.3.1.tar.bz2 599116 SHA256 
195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295 SHA512 
b42d198611e480a4938fe95b920f6ee6ca37453f9551990e4310ed82651f93284f1de1d871357b6280219634bbbf6a98d4ac988e25e7bd7b5bbf5c0ba5766334
 WHIRLPOOL 
10879d351eb66dce6e04b0a1635e370dc82a9215b1ee61ad4b300466257bb0b06219f3ea65b090e415aef354bb8e200e19e35859d25ec5d46fa3208501373801
 DIST libebml-1.3.3.tar.bz2 588607 SHA256 
35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 SHA512 
3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d
 WHIRLPOOL 
85e973177ba1d437c0b461d81fd3b82432f22db5b1462fb6285cde7a0d6d8528ad7c9e24b0d64aa53eba78d44aec64d3842a96f00a0b6d72b255946967de1b81
+DIST libebml-1.3.4.tar.bz2 606205 SHA256 
c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387 SHA512 
ebf5b71afe725e40ee6415463e51ca14810eecc2fef186caacd0269077f5febeb62623fd48674b21ea732f43a620d0c91603fa48d3f8d163284d1cf204642194
 WHIRLPOOL 
9502f132fea7d7d10add1c42da33bc2eac1a13b3b02f5b4eb331b1ab5f14a41a255503fedb16b579bb8defa94786d0f6fc5324cd55c06b6d7b5319de74a75e84

diff --git a/dev-libs/libebml/libebml-1.3.4.ebuild 
b/dev-libs/libebml/libebml-1.3.4.ebuild
new file mode 100644
index 000..72f0399
--- /dev/null
+++ b/dev-libs/libebml/libebml-1.3.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Extensible binary format library (kinda like XML)"
+HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/;
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0/4" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="debug static-libs"
+
+src_prepare() {
+   default
+   sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2016-08-18 Thread Mike Gilbert
commit: d0aadc2f1825bf4c8bbfa7b3ef4ec18e1daf2325
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Aug 19 03:05:20 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Aug 19 03:05:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aadc2f

www-client/chromium: beta channel bump (53.0.2785.70)

Package-Manager: portage-2.3.0_p16

 www-client/chromium/Manifest| 2 +-
 .../{chromium-53.0.2785.21.ebuild => chromium-53.0.2785.70.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 657788a..a61aced 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-52.0.2743.116.tar.xz 458156660 SHA256 
a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 SHA512 
c9a8b6d7a22d3b086f1761678f1fa047191a8e44bc6ebe8745e76ea92420b1330fc6e4134ca7bc22c0367e7a25df04900156d0ebb44eae3ef7f98d1deb5362e5
 WHIRLPOOL 
90cc620e9dab964690a24606ae456e20f1a9dc556301fef33f3599a395ec247cb03712c94522a681f20332b54163896e118463b1b402aff6153b513deb25c5cc
-DIST chromium-53.0.2785.21.tar.xz 460600312 SHA256 
68f4a97af24f0c1c964b668eab68ead815833b56ea9a9f925a5b3b35baef SHA512 
8ccc84506ca47f0d8c77f542b1c0fe7e8f5b8849ce8378ef49a0b7916822bdc622f4e6a4a53b7c5e2b51b68d191e71b6b6757d2258d732103bca507cfc799e90
 WHIRLPOOL 
30404088b6e8cd572c9c3715ee0ba75c9823e3acea464c956fcd2f7deee2e375eca35ee10cd254b866ecd91e6653ba876893c4d5b810fbd39f9a1caa470217e6
 DIST chromium-53.0.2785.34.tar.xz 460739532 SHA256 
261ba008c96b335a55feff18785b01484af2d678f85b58206008b31c9e9c372f SHA512 
99e0b7a30e34f70ec844ef50f02eadadead2b83f2a47ca7d5779cf0a90bf49e7d3efc1bbc98eb4d1294ed283edd04a993a639003a365e06ae8b2adf26cc1c865
 WHIRLPOOL 
dec533670c1664f88ea32fe253644e479b81fb93bd93f1bc5dbfe41c56979a7642afdfcd041ddf05ca3f0da8e1bedc7ddf48779be3b965038026f65ab199f344
+DIST chromium-53.0.2785.70.tar.xz 460838212 SHA256 
edd660ea30eeb1a3fccb1c18c725c96bf464b6ea34134c8210ef9dfa8cd35179 SHA512 
7029915f983f854ceb2e43b1bc896b2954eb2ca4f704a81070a837e2435ffd0f5a4e4128456826fc70e439997febb1eb715ed33b3336734f137952632f61dd7e
 WHIRLPOOL 
d6e51313b37c6408e6f41900b984f1cc835fb247dfb0371eaca9554425df5df2ae1d56e4efd31093c2ffcd0359b457338558ee8e66cd1a67f69528f5461cd5b2
 DIST chromium-54.0.2810.2.tar.xz 460923284 SHA256 
f038e72cbd8b7383d13c286329623fda8d6d48f45fa2d964e554b5565283ad71 SHA512 
069edcc27427dc7e3c6c3af1932b7d88d2070f8280c9e1881bcba3cbf13bd2d74fe13b79d1e89194c51b9edf71b8ff0f5e45a0a9727798cc723cb8237b95df8c
 WHIRLPOOL 
64b32d5b5c06f9a4d3e774d340da935b92c46bb1573923dfd4f5748af310214ff7295f1b1e101dd6cb50de383e36fd2813087af801bed47df889e69441a6a375
 DIST chromium-54.0.2824.0.tar.xz 459683224 SHA256 
7aae8ea2ae681b6971624c1dbcbf9cb56353456a20b91f369381488c8f2e0e94 SHA512 
4867661f78fe72c32e8cea5a476cedd5fee9586fe8df8a7bd79f793542caa15fe52596996f8615f66376e75d9bdd92aeaa8aa6241472503ae015ef761f6435a3
 WHIRLPOOL 
88baed0d7fb13b815df82ffcd5e511ac9ef6ee92d98dff571f5ba5115300859345490c27fa45dab7c3dc99e5cd44310bcaa502ae37808b8694ce1276293d3549

diff --git a/www-client/chromium/chromium-53.0.2785.21.ebuild 
b/www-client/chromium/chromium-53.0.2785.70.ebuild
similarity index 99%
rename from www-client/chromium/chromium-53.0.2785.21.ebuild
rename to www-client/chromium/chromium-53.0.2785.70.ebuild
index ad4ba42..1fa5fbb 100644
--- a/www-client/chromium/chromium-53.0.2785.21.ebuild
+++ b/www-client/chromium/chromium-53.0.2785.70.ebuild
@@ -439,7 +439,7 @@ src_configure() {
 
if [[ $(tc-getCC) == *clang* ]]; then
myconf_gyp+=" -Dclang=1"
-   myconf_gn+=" is_clang=true"
+   myconf_gn+=" is_clang=true clang_base_path=\"/usr\" 
clang_use_chrome_plugins=false"
else
myconf_gyp+=" -Dclang=0"
myconf_gn+=" is_clang=false"



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

2016-08-18 Thread Tim Harder
commit: f40351886e86a5707e6c60e6746b877260309cc7
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:55:47 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4035188

dev-python/ijson: remove old

 dev-python/ijson/Manifest |  4 
 dev-python/ijson/ijson-1.1.ebuild | 20 
 dev-python/ijson/ijson-2.0.ebuild | 20 
 dev-python/ijson/ijson-2.1.ebuild | 20 
 dev-python/ijson/ijson-2.2.ebuild | 24 
 5 files changed, 88 deletions(-)

diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index d0aacab..222fded 100644
--- a/dev-python/ijson/Manifest
+++ b/dev-python/ijson/Manifest
@@ -1,5 +1 @@
-DIST ijson-1.1.tar.gz 8415 SHA256 
33d10eac83d6dd757e2861b4ce06b3467a828481d608017af3d0caeb023ba32a SHA512 
aebb3e46688b785a18366230b9f94c1b36d44f0764d8603b7ae50a2426b53eddad883c5d1fbda8f52d655d789880f1a7329bc6d1383ed963e9835d7ec40bdfdf
 WHIRLPOOL 
3921e6fa8f0f8a1b17aa234cdcdcf3fc0d3bb97fce78803b84502ac762f5526cc526ee5fc48d65ecf4e88cde90be71414ef4912bf95781070e5266b7b3809f7b
-DIST ijson-2.0.tar.gz 9560 SHA256 
85bfc06b2bb492f205bc5dd9531ff0e64d2e18e03e64665934715d58331c1dd8 SHA512 
8ea8b89766d3e3ccc3f0bf348ba9068cd80f24aa7648e7bfd2272e701430445f2ab81744280dce8dde9e18dd0582f0fde784aae61493479b4f5a44a5175d7fc7
 WHIRLPOOL 
495e023bc79b5ffe55e50975af3c6fb65993156b2a9a32e1b98b1891fc8235c739d854baf511625fba5b1806fcbef8944809e3de13e7feaaedfeb8489c6d7fe3
-DIST ijson-2.1.tar.gz 9859 SHA256 
bc69a512399db0469f5faabe34f9f7ce21964d1993c6a6720cc4cea911fb8a45 SHA512 
67773540c1d7df6aaaf22b064d0ea7660c8b69b4371a15ec9f46228f1ebbe604aa29b1d93821f62928b41841ecd411419d39c636aae7dddacffd2b8d881d865e
 WHIRLPOOL 
ede0bb85abad4023d06eeb036249ffeb2aaafb95774da9a280cb765e2ac0c5e40dfa3ca80a0f043616884391da97d95847ff727e4593ecc9c3db045606c1567b
-DIST ijson-2.2.tar.gz 10282 SHA256 
58aeeeda35c9d72061a34861ca7ff7b214e701e413b65f8e9ec06589c4aa2d30 SHA512 
bcfc3571ccf6b011e745a2bf84b50ba3793e999cbebb0a2d377d56fa68d5068ecf549457fd14de6849059bc909f2493d6def41c1df581e1283e2826eb1b789b4
 WHIRLPOOL 
72c0210500f64ec39dfffb9c6aa5f7dcb2b969981bf908af55c55487694bf0f68912281acdb019cc1beace31ea646c3aaf6bb34330d877ac3d1d1e83aa5f
 DIST ijson-2.3.tar.gz 11800 SHA256 
5db72cc5ebad786ee2cf85ae277ae068c14f965e0747fd8b65bf4d8d9c4c8395 SHA512 
4d6647cb72661b26a3b36addeabec79fbc047a6c3b86aa419c178dfb8ef09bcdefdf37ed729f26b4b6b176cec06230ef3dab53bdff4c4b401bbc835eb486d038
 WHIRLPOOL 
0f1bef3e7f3237d259839253cd0c433bdeafdef4314cc2f50d1965abb835179a4781c39f11a8fd4cdfdec1688c53f26bec7d051a94b40fa808ef71a7df6be5f9

diff --git a/dev-python/ijson/ijson-1.1.ebuild 
b/dev-python/ijson/ijson-1.1.ebuild
deleted file mode 100644
index 9cb0868..000
--- a/dev-python/ijson/ijson-1.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="https://github.com/isagalaev/ijson 
https://pypi.python.org/pypi/ijson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/yajl"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/ijson/ijson-2.0.ebuild 
b/dev-python/ijson/ijson-2.0.ebuild
deleted file mode 100644
index 6aec897..000
--- a/dev-python/ijson/ijson-2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="https://github.com/isagalaev/ijson 
https://pypi.python.org/pypi/ijson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/yajl"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ijson/ijson-2.1.ebuild 
b/dev-python/ijson/ijson-2.1.ebuild
deleted file mode 100644
index 40725ac..000
--- a/dev-python/ijson/ijson-2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="https://github.com/isagalaev/ijson 
https://pypi.python.org/pypi/ijson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/yajl"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ijson/ijson-2.2.ebuild 
b/dev-python/ijson/ijson-2.2.ebuild
deleted 

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

2016-08-18 Thread Tim Harder
commit: 22f8272cbbea9f0e4363c25c0d01136f0c5af743
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:54:43 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:54:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f8272c

dev-python/ijson: stabilize 2.3

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

diff --git a/dev-python/ijson/ijson-2.3.ebuild 
b/dev-python/ijson/ijson-2.3.ebuild
index bd73656..4ac6992 100644
--- a/dev-python/ijson/ijson-2.3.ebuild
+++ b/dev-python/ijson/ijson-2.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/isagalaev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-libs/yajl"
 DEPEND="${RDEPEND}



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

2016-08-18 Thread Tim Harder
commit: 4ae9bd0b6b3ecae0d7ff8c9a9748d15e34658eb7
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:47:05 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:51:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae9bd0b

dev-libs/fstrm: version bump to 0.3.0

 dev-libs/fstrm/Manifest   |  1 +
 dev-libs/fstrm/fstrm-0.3.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/fstrm/Manifest b/dev-libs/fstrm/Manifest
index e88758c..21d16ad 100644
--- a/dev-libs/fstrm/Manifest
+++ b/dev-libs/fstrm/Manifest
@@ -1 +1,2 @@
 DIST fstrm-0.2.0.tar.gz 434627 SHA256 
ad5d39957a4b334a6c7fcc94f308dc7ac75e1997cc642e9bb91a18fc0f42a98a SHA512 
4425c3aa57f7c87dfa2a5cc6e3c9b7f8e293086c2092b57b5d227b13dba3ec23cb8460abbfaf153b2f3a27c6a613e31e7a805948cbc5d567707880f353453f42
 WHIRLPOOL 
25360591002a366bff79a626f6f1514155445eca9608163378e4be1278652c7581f9b893465e0f7bf1653ac140215104174c16e24ebbfeff033e9b0e079192b9
+DIST fstrm-0.3.0.tar.gz 185153 SHA256 
531ef29ed2a15dfe4993448eb4e8463c5ed8eebf1472a5608c6ac0a6f62b3a12 SHA512 
4134da0ed8579cb6784a419bba76b3be7487ec67b6fad65e0e662b40e668389010381176794d15da9c96339292f0faedc143f87b7ef3815b69bbc8b165af5c4d
 WHIRLPOOL 
5ff46b41a25c581b525b42db6e2926546768318f602c55ec0ccbd5fe0de055803629786ea14e465045d93459ad3ff3a3a07e10e1b598113b0348284610dddee3

diff --git a/dev-libs/fstrm/fstrm-0.3.0.ebuild 
b/dev-libs/fstrm/fstrm-0.3.0.ebuild
new file mode 100644
index 000..d37861d
--- /dev/null
+++ b/dev-libs/fstrm/fstrm-0.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools multilib-minimal
+
+DESCRIPTION="Frame Streams implementation in C"
+HOMEPAGE="https://github.com/farsightsec/fstrm;
+SRC_URI="https://github.com/farsightsec/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="static-libs utils"
+
+RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+src_prepare() {
+   default
+   eautoreconf
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable utils programs)
+}
+
+multilib_src_install_all() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2016-08-18 Thread Tim Harder
commit: 06d4a39247b9b8d1f00badb87937fff3f80b71e1
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:36:45 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:36:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d4a392

app-misc/when: version bump to 1.1.36

 app-misc/when/Manifest   |  1 +
 app-misc/when/when-1.1.36.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/app-misc/when/Manifest b/app-misc/when/Manifest
index 3bac698..4503c72 100644
--- a/app-misc/when/Manifest
+++ b/app-misc/when/Manifest
@@ -1,2 +1,3 @@
 DIST when-1.1.33.tar.gz 49740 SHA256 
568a49e999363a018186e03c38d116c587b332f7fcf60820f9cfc34779050ab0 SHA512 
5c0934257133f75a7de984499f99f68dde5343d51051acf1b454f04dae82254c733e946a6c5ead546dc3c07cd113d938a48c95af39b80cbfc04ee6d748223c83
 WHIRLPOOL 
9bcbe73a4034b817fc34d302689a0b404563081163c692ee23e484fbb9ab993a90a5d468f2586e7f5327abad98f4033ebd7546255f682898e899a9fdd7629c97
 DIST when-1.1.35.tar.gz 51308 SHA256 
f880c0d80b1023a05df99690e36be133c46071657b9921fc9e8d16115fb13ae6 SHA512 
b9acd1e3ea69c3ea9672eb16bd291c79612bbd037b4b96f6350d44da1400729a62bfc320eed2637646a728c243abacd7e26f22e76b5b12006dbd0c70bcb4a7da
 WHIRLPOOL 
04ac240b99c5a0a3a2e0f80e7edd6ab0fd85939676016877f595d5698c8238d754ca4deb697eea507744bb936f64f6011548aa062751d99ffcc47a24362dbf4f
+DIST when-1.1.36.tar.gz 50926 SHA256 
3ff95c1881e8fe25c82943720a81c9b9b3bd4ac002cd8ffc2d25c588fe7d50b1 SHA512 
04b2efbcebae79325d8410a5aa5cdf59662fe42c06229ebc91f3b7163091d305a6ba91914a2a9117d86807d5ca0c875d48679dbc3545162a7263679bf605a52e
 WHIRLPOOL 
1e7ed8d6e2939eaf898e01acebcd74f340e33eff5af17613e60eed62b756e8dd4df300990194b3cbebec64751c2adc1cb44848f1aad3d0b840bc9fe7174ea144

diff --git a/app-misc/when/when-1.1.36.ebuild b/app-misc/when/when-1.1.36.ebuild
new file mode 100644
index 000..73272c1
--- /dev/null
+++ b/app-misc/when/when-1.1.36.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek 
who wants something minimalistic"
+HOMEPAGE="http://www.lightandmatter.com/when/when.html;
+SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/when_dist
+
+src_prepare() {
+   default
+
+   # Fix path for tests
+   sed -i 's,^ when,   ./when,' Makefile || die 'sed failed'
+}
+
+src_compile() { :; }
+
+src_test() {
+   # The when command requires these files, or attempts to run setup 
function.
+   mkdir "${HOME}"/.when || die 'mkdir failed'
+   touch "${HOME}"/.when/{calendar,preferences} || die 'touch failed'
+   emake test
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README
+}



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

2016-08-18 Thread Tim Harder
commit: 0ed518df1af1e2ad4ae73ccda38e151b7b0c4259
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:34:17 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:34:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed518df

app-misc/byobu: version bump to 5.111

 app-misc/byobu/Manifest   |  1 +
 app-misc/byobu/byobu-5.111.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest
index 9412688..83497b2 100644
--- a/app-misc/byobu/Manifest
+++ b/app-misc/byobu/Manifest
@@ -1 +1,2 @@
+DIST byobu_5.111.orig.tar.gz 664384 SHA256 
b28c93f72cd9a62e1b1aa11abc8d8863f06c43da2c7089f6529683bbf13a50fc SHA512 
f4b20fd3ac01b4361a9ea02428326c3920a8bf728b03c309d491413daf603b3b2807ab1770274034f08299947d66a759777a1b2ddd087d7c9c19c67c7baec48a
 WHIRLPOOL 
32cddcc542137a438bffde637190663d7f56ba44de622110134b79f536b5f33ff3e80a28824d33b12ad792efd27e9bf898ee13e186df7923f46dce29d0a01b44
 DIST byobu_5.94.orig.tar.gz 660103 SHA256 
4917013f590110d25b18293a51af02bd1ebcd1c665474f62e2566fb9b8f62916 SHA512 
b4e07d7d197f8796c26f33aa08c1d61dab463ce5cd2d646bf32c4c5a4be17ffe2b8996cb305c999ca0be20a1fab81c24dbd0eae5588b74e8da1e7726c293b2e6
 WHIRLPOOL 
d2832c4ecac9d4d6907051d33efb8f51816866ce4bd0d75d5684322dd83a56d0a4717d2b6fd7736a0ca488d5e2e648a0e48a09de6a0bffcd779aa63cefd50c4c

diff --git a/app-misc/byobu/byobu-5.111.ebuild 
b/app-misc/byobu/byobu-5.111.ebuild
new file mode 100644
index 000..7bd23b5
--- /dev/null
+++ b/app-misc/byobu/byobu-5.111.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="A set of profiles for the GNU Screen console window manager 
(app-misc/screen)"
+HOMEPAGE="http://byobu.co;
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="screen"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/newt[${PYTHON_USEDEP}]
+   screen? ( app-misc/screen )
+   !screen? ( app-misc/tmux )"
+
+src_prepare() {
+   default
+
+   python_fix_shebang .
+
+   # Set default system backend to screen
+   if use screen ; then
+   sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' 
etc/byobu/backend || die
+   fi
+}
+
+src_install() {
+   default
+
+   # Create symlinks for backends
+   dosym ${PN} /usr/bin/${PN}-screen
+   dosym ${PN} /usr/bin/${PN}-tmux
+
+   docompress -x /usr/share/doc/${PN}
+}



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

2016-08-18 Thread Tim Harder
commit: 6af5af5194e8eb7d06ac86c02acf2fa6c226ec62
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:29:41 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:29:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af5af51

media-sound/abcm2ps: stabilize 8.8.4

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

diff --git a/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild
index d6c3832..86e11a8 100644
--- a/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild
+++ b/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://moinejf.free.fr/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="examples pango"
 
 RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"



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

2016-08-18 Thread Tim Harder
commit: 43643c69dca679c847d22be096ef411ae4343f8b
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:28:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:28:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43643c69

media-sound/abcm2ps: version bump to 8.12.1

 media-sound/abcm2ps/Manifest  |  1 +
 media-sound/abcm2ps/abcm2ps-8.12.1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index 04b5c12..13cb671 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -1,4 +1,5 @@
 DIST abcm2ps-6.6.22.tar.gz 298108 SHA256 
be3dde653a349c8875dd1c98810c7a5263ddaaee9bc99085a41749c3e53ce560 SHA512 
fb7e526e7036456df8f8826c9d552de1ff9b007cdf5b5a623ac164a346cad9af07d26ed081d8693ff549cfde37fc541a02eea2d8cb45f4902b66ac05ab96f939
 WHIRLPOOL 
e7d82037462f60ec4c9f6a8411c109eaeebae09373169d5d3b751d789c2c221d88a7062a9b6750e25b8062f999ea213f0c3d031390ea750dcfe9868469424363
+DIST abcm2ps-8.12.1.tar.gz 237316 SHA256 
792eb95495f8b731d9487728a97778c7bcc2f3a389ad775e9dc0392fbb4bce60 SHA512 
2cd21cdc842ef000ce8c372842d0056b3df43c1741a80b4653dc584bcd1279196835917b5f16869896f3b0ad2c8f7bffaff0cf159547985607b251e37be7
 WHIRLPOOL 
8c572a5e0f74e624d7e39abf1871becc227ede2267b2d38a4d5b3430151472238e7c87e9fe07916615988ba544b6b4694ab64b02463ce822e08547610ca64f71
 DIST abcm2ps-8.5.2.tar.gz 231017 SHA256 
466446ef3007a3bbedf01667e647ba66fcdd81e3bc714bfe5b13a1c16f536c69 SHA512 
605ad9eed7470ab89ce87cb0192d58cdfce6dd481b787f58c829c8cfed999fb11ffccbc1fe0ad325a311eabf40405f1ae676c7c64ce84db0ecaf9d58b509b293
 WHIRLPOOL 
06ad4b92557cd65fcf18b80a40aae36b688137793397cf9aef8e286b73af1218cedacfcbaff8e6e4bd29ab78aac158ef174dfc3eb7cbe00ae560a54cd169636e
 DIST abcm2ps-8.8.3.tar.gz 238617 SHA256 
7a802a535ccb92e8ff0231ba70fdc9e522f9fbadf00d5a22c0a833853730db17 SHA512 
61e6ebbf822a48d558e78e876ed123a7ed5125d858aae6de30b16906c3023509caaa52eeea9123c59fed3128d079965fe0bc95b2603c444bb4d01cfda22d24b3
 WHIRLPOOL 
5c14ee3c86714c94a65ffea4b6397e891c954f771523df028691d034f549d96d63324e3a7b2f09bd8856ccfd2567a8163d632864d0e9ae4ded1caa3e7c71fa5e
 DIST abcm2ps-8.8.4.tar.gz 238574 SHA256 
961ba76372832bbff5e07eb89c8e9ff98817fa3d7f4d13b6eedd16937120937b SHA512 
f139f2bd324742a23ee9db3768746792974e6e8a78e65547cec527a7b10d4bcbacf1687dd7966791910efb8ea972042031186f89913d1051d52fb46787b34229
 WHIRLPOOL 
11f6287d2549d9a8d804eb9c363f505385552a5a6b3c80c676214890c0fdbd874124ff2f3cf5f4e4b72d4611e2805cea8c4a45e1ad7c65cc71b8d8a1783d3ca6

diff --git a/media-sound/abcm2ps/abcm2ps-8.12.1.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.12.1.ebuild
new file mode 100644
index 000..ab13763
--- /dev/null
+++ b/media-sound/abcm2ps/abcm2ps-8.12.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A program to convert abc files to Postscript files"
+HOMEPAGE="http://moinejf.free.fr/;
+SRC_URI="http://moinejf.free.fr/${P}.tar.gz
+   http://moinejf.free.fr/transpose_abc.pl;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples pango"
+
+RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --enable-a4 \
+   --enable-deco-is-roll \
+   $(use_enable pango)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dobin abcm2ps
+
+   insinto /usr/share/${PN}
+   doins *.fmt
+
+   dodoc Changes README *.txt
+
+   if use examples ; then
+   docinto examples
+   dodoc *.{abc,eps}
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   docinto contrib
+   dodoc "${DISTDIR}"/transpose_abc.pl
+}



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

2016-08-18 Thread Tim Harder
commit: 2fad4baf4b9643645d256c1f4a400897f683799e
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:30:17 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:30:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fad4baf

media-sound/abcm2ps: remove old

 media-sound/abcm2ps/Manifest  |  3 --
 media-sound/abcm2ps/abcm2ps-6.6.22.ebuild | 44 ---
 media-sound/abcm2ps/abcm2ps-8.5.2.ebuild  | 49 ---
 media-sound/abcm2ps/abcm2ps-8.8.3.ebuild  | 49 ---
 4 files changed, 145 deletions(-)

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index 13cb671..7bfbfd6 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -1,6 +1,3 @@
-DIST abcm2ps-6.6.22.tar.gz 298108 SHA256 
be3dde653a349c8875dd1c98810c7a5263ddaaee9bc99085a41749c3e53ce560 SHA512 
fb7e526e7036456df8f8826c9d552de1ff9b007cdf5b5a623ac164a346cad9af07d26ed081d8693ff549cfde37fc541a02eea2d8cb45f4902b66ac05ab96f939
 WHIRLPOOL 
e7d82037462f60ec4c9f6a8411c109eaeebae09373169d5d3b751d789c2c221d88a7062a9b6750e25b8062f999ea213f0c3d031390ea750dcfe9868469424363
 DIST abcm2ps-8.12.1.tar.gz 237316 SHA256 
792eb95495f8b731d9487728a97778c7bcc2f3a389ad775e9dc0392fbb4bce60 SHA512 
2cd21cdc842ef000ce8c372842d0056b3df43c1741a80b4653dc584bcd1279196835917b5f16869896f3b0ad2c8f7bffaff0cf159547985607b251e37be7
 WHIRLPOOL 
8c572a5e0f74e624d7e39abf1871becc227ede2267b2d38a4d5b3430151472238e7c87e9fe07916615988ba544b6b4694ab64b02463ce822e08547610ca64f71
-DIST abcm2ps-8.5.2.tar.gz 231017 SHA256 
466446ef3007a3bbedf01667e647ba66fcdd81e3bc714bfe5b13a1c16f536c69 SHA512 
605ad9eed7470ab89ce87cb0192d58cdfce6dd481b787f58c829c8cfed999fb11ffccbc1fe0ad325a311eabf40405f1ae676c7c64ce84db0ecaf9d58b509b293
 WHIRLPOOL 
06ad4b92557cd65fcf18b80a40aae36b688137793397cf9aef8e286b73af1218cedacfcbaff8e6e4bd29ab78aac158ef174dfc3eb7cbe00ae560a54cd169636e
-DIST abcm2ps-8.8.3.tar.gz 238617 SHA256 
7a802a535ccb92e8ff0231ba70fdc9e522f9fbadf00d5a22c0a833853730db17 SHA512 
61e6ebbf822a48d558e78e876ed123a7ed5125d858aae6de30b16906c3023509caaa52eeea9123c59fed3128d079965fe0bc95b2603c444bb4d01cfda22d24b3
 WHIRLPOOL 
5c14ee3c86714c94a65ffea4b6397e891c954f771523df028691d034f549d96d63324e3a7b2f09bd8856ccfd2567a8163d632864d0e9ae4ded1caa3e7c71fa5e
 DIST abcm2ps-8.8.4.tar.gz 238574 SHA256 
961ba76372832bbff5e07eb89c8e9ff98817fa3d7f4d13b6eedd16937120937b SHA512 
f139f2bd324742a23ee9db3768746792974e6e8a78e65547cec527a7b10d4bcbacf1687dd7966791910efb8ea972042031186f89913d1051d52fb46787b34229
 WHIRLPOOL 
11f6287d2549d9a8d804eb9c363f505385552a5a6b3c80c676214890c0fdbd874124ff2f3cf5f4e4b72d4611e2805cea8c4a45e1ad7c65cc71b8d8a1783d3ca6
 DIST transpose_abc.pl 21045 SHA256 
bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848 SHA512 
dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3
 WHIRLPOOL 
81e327bbd76b40826adab06f7756c79c60289b21432b792c848db3ba1354528fa4f1a074cba890b6087cfac6e712427c6cbb2c9e6679c8ced22c362f6ec005f3

diff --git a/media-sound/abcm2ps/abcm2ps-6.6.22.ebuild 
b/media-sound/abcm2ps/abcm2ps-6.6.22.ebuild
deleted file mode 100644
index 36b5d0c..000
--- a/media-sound/abcm2ps/abcm2ps-6.6.22.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/;
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
-   http://moinejf.free.fr/transpose_abc.pl;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="examples pango"
-
-RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --enable-a4 \
-   --enable-deco-is-roll \
-   $(use_enable pango)
-}
-
-src_install() {
-   dobin abcm2ps
-
-   insinto /usr/share/${PN}
-   doins *.fmt
-
-   dodoc Changes README *.txt
-
-   if use examples ; then
-   docinto examples
-   dodoc *.{abc,eps}
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   docinto contrib
-   dodoc "${DISTDIR}"/transpose_abc.pl
-}

diff --git a/media-sound/abcm2ps/abcm2ps-8.5.2.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.5.2.ebuild
deleted file mode 100644
index 86e11a8..000
--- a/media-sound/abcm2ps/abcm2ps-8.5.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/;
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
-   http://moinejf.free.fr/transpose_abc.pl;
-
-LICENSE="GPL-2"

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

2016-08-18 Thread Tim Harder
commit: 6225a89e0205cb0a80fcf7850037c21bb24f
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:26:13 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:26:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6225a89e

media-sound/abcmidi: version bump to 2016.07.20

 media-sound/abcmidi/Manifest  |  1 +
 media-sound/abcmidi/abcmidi-2016.07.20.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index c9506b1..fc2c3a7 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,2 +1,3 @@
 DIST abcMIDI-2015-08-25.zip 665906 SHA256 
614d8e7bac0d9092e08b69ec79066fe202e0dd5dd79a2d99b16e88dcda9f7c31 SHA512 
2253d13611c41d2faff6393497f15dbbda583ff99093df6c368942ce2227ac22f2c0f84a33eb96ba7e6553325c6363dd9f550d432571a253f83e9a94cd0ed12b
 WHIRLPOOL 
b36e3af032f298954630e3adc25397054c4b5c2ddde42b48d2bb92736f91b8a1ad6814446d9acb8688021ea743bd2d24c532702e54c1b1e59c5dfc227561a154
 DIST abcMIDI-2016.05.05.zip 671937 SHA256 
6000e11172552c3eb0194267c1acadca620514bd35e141978f85bc4ec47aa22b SHA512 
c3525ea399a5b71d7d0604cb04334e07e8d92613cd62313c8500143ed776a49c45b6ee22dd251d35a690b774ec807a2a8ba4533d81d33b1c146c3233d163aba0
 WHIRLPOOL 
3ef0ec16df40ae1dadbbda9b78c7561f29de394b70eaba950f6a0ad1cbf0f71060b64f273fe3f40c6c58a731f380b5791e9cc9afa702558152f35d3073f4bc2b
+DIST abcMIDI-2016.07.20.zip 672095 SHA256 
a5539c2c3b3b23aec75ac2b9bafa79ea26e70cc0de021096f021e47a0641e75e SHA512 
414ea0386747f26e3d1dabd5960e5f46e0da26e818671bfcf31621be9a60caf41ef49069ccff021a416125cbc2fe5cb4a61d60b579b03f5d6463408a63c0522f
 WHIRLPOOL 
3a02f8349eaf27a854534fd48555ef12d572fd0c934aa347b00453e95969952fd8854286027a286ab71d9143d1c69f8545b6b4562668bbd385ed4d9915544015

diff --git a/media-sound/abcmidi/abcmidi-2016.07.20.ebuild 
b/media-sound/abcmidi/abcmidi-2016.07.20.ebuild
new file mode 100644
index 000..9d2ae4c
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2016.07.20.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+MY_P="abcMIDI-${PV}"
+DESCRIPTION="Programs for processing ABC music notation files"
+HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html;
+SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
+   default
+
+   rm configure makefile || die
+   sed -i "s:-O2::" configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
+
+   if use examples ; then
+   docinto examples
+   dodoc samples/*.abc
+   fi
+}



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

2016-08-18 Thread Tim Harder
commit: e3a1a407c36e0a3751aab94c95cdf4c4a4f90380
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:18:18 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:18:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a1a407

media-sound/lilypond: fix alpha keywording

 media-sound/lilypond/lilypond-2.18.2-r2.ebuild | 2 +-
 media-sound/lilypond/lilypond-2.19.46.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild 
b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
index e27ca36..ccd4ef1 100644
--- a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
+++ b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://lilypond.org/;
 
 LICENSE="GPL-3 FDL-1.3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
 IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/media-sound/lilypond/lilypond-2.19.46.ebuild 
b/media-sound/lilypond/lilypond-2.19.46.ebuild
index 2a3aaaf..83a3051 100644
--- a/media-sound/lilypond/lilypond-2.19.46.ebuild
+++ b/media-sound/lilypond/lilypond-2.19.46.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
 else

SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~hppa ~x86"
+   KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2016-08-18 Thread Tim Harder
commit: 212ed5c8fa207d9b35269a1cc88c948110d0e7c5
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:19:13 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:19:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212ed5c8

media-sound/lilypond: keyword ~arm (bug #565880)

 media-sound/lilypond/lilypond-2.18.2-r2.ebuild | 2 +-
 media-sound/lilypond/lilypond-2.19.46.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild 
b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
index ccd4ef1..4d11003 100644
--- a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
+++ b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://lilypond.org/;
 
 LICENSE="GPL-3 FDL-1.3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
 IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/media-sound/lilypond/lilypond-2.19.46.ebuild 
b/media-sound/lilypond/lilypond-2.19.46.ebuild
index 83a3051..63535e7 100644
--- a/media-sound/lilypond/lilypond-2.19.46.ebuild
+++ b/media-sound/lilypond/lilypond-2.19.46.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
 else

SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2016-08-18 Thread Tim Harder
commit: 531ba7b539caea9d3c5fa35c174f24f031504337
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:18:47 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:18:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531ba7b5

media-sound/lilypond: remove old

 media-sound/lilypond/Manifest  |   1 -
 media-sound/lilypond/lilypond-2.18.2-r1.ebuild | 132 
 media-sound/lilypond/lilypond-2.19.42.ebuild   | 137 -
 3 files changed, 270 deletions(-)

diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
index 3ee..a80e41e 100644
--- a/media-sound/lilypond/Manifest
+++ b/media-sound/lilypond/Manifest
@@ -1,3 +1,2 @@
 DIST lilypond-2.18.2.tar.gz 16027977 SHA256 
329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07 SHA512 
0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
 WHIRLPOOL 
95db264992a1e425fd1ee53d980941eef554c1784a1adfc105750d82d11664f61207c2b1897b6e99448790131c0715f08401f45b663c420553925596c6fd4b1c
-DIST lilypond-2.19.42.tar.gz 16870150 SHA256 
f925284e994a67712c9d57437f2ff4329a987793e071d6944bdf32d762b81c8c SHA512 
2f94656f20bae50797985657c0e557aca793044c8b9ae137ee6bbdee60cb4aa72cca0988d8ae19bf24cc4948d2ba73cb87ce9530a746daeb93632e0092ea5acf
 WHIRLPOOL 
887f4fa188f999474ab3b3240dafb1130861b38768bfbae18dd2096488bfb645b189ab47563f5d6de0dee81279d6fe84f5d2c9af690db0c0e767cf26dfb1fa72
 DIST lilypond-2.19.46.tar.gz 16899476 SHA256 
f609051e2128c40da17698c0432fe8a96858583d197a8264fc4bceeab0378674 SHA512 
594921b784f6604bfb2210569fac03911cb5c4c11e2e9241f62153d7c012b5e10cd2cacd3ac3d69c1719c9b6fddc550d381a9fa9b96f22ada63019b38ef95de1
 WHIRLPOOL 
b77b1bc76ccdf6e17179fd9b1497beac96da2bd1ce83b7944a2a8f4a5d6274581c8e7f4c9e2de44b53912df702731456cd2658d96cccb186347f1a4577146a4d

diff --git a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild 
b/media-sound/lilypond/lilypond-2.18.2-r1.ebuild
deleted file mode 100644
index 6567168..000
--- a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit elisp-common autotools eutils python-single-r1
-
-DESCRIPTION="GNU Music Typesetter"
-SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz;
-HOMEPAGE="http://lilypond.org/;
-
-LICENSE="GPL-3 FDL-1.3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
-LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
-IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=app-text/ghostscript-gpl-8.15
-   >=dev-scheme/guile-1.8.2:12[deprecated,regex]
-   media-fonts/urw-fonts
-   media-libs/fontconfig
-   media-libs/freetype:2
-   >=x11-libs/pango-1.12.3
-   emacs? ( virtual/emacs )
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   app-text/t1utils
-   dev-lang/perl
-   dev-libs/kpathsea
-   >=dev-texlive/texlive-metapost-2013
-   || (
-   >=app-text/texlive-core-2013
-   >=dev-tex/metapost-1.803
-   )
-   virtual/pkgconfig
-   media-gfx/fontforge[png]
-   >=sys-apps/texinfo-4.11
-   >=sys-devel/bison-2.0
-   sys-devel/flex
-   sys-devel/gettext
-   sys-devel/make"
-
-# Correct output data for tests isn't bundled with releases
-RESTRICT="test"
-
-pkg_setup() {
-   # make sure >=metapost-1.803 is selected if it's installed, bug 498704
-   if [[ ${MERGE_TYPE} != binary ]] && has_version 
">=dev-tex/metapost-1.803" ; then
-   if [[ $(readlink "${EROOT}"/usr/bin/mpost) =~ mpost-texlive-* 
]] ; then
-   einfo "Updating metapost symlink"
-   eselect mpost update || die
-   fi
-   fi
-
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.17.2-tex-docs.patch
-   epatch "${FILESDIR}"/${P}-fontforge.patch
-
-   if ! use vim-syntax ; then
-   sed -i 's/vim//' GNUmakefile.in || die
-   fi
-
-   # respect CFLAGS
-   sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
-
-   for lang in ${LANGS}; do
-   use linguas_${lang} || rm po/${lang}.po || die
-   done
-
-   # respect AR
-   sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make 
|| die
-
-   # remove bundled texinfo file (fixes bug #448560)
-   rm tex/texinfo.tex || die
-
-   epatch_user
-
-   eautoreconf
-}
-
-src_configure() {
-   # documentation generation currently not supported since it requires a 
newer
-   # version of texi2html than is currently in the tree
-
-   econf \
-   --with-ncsb-dir=/usr/share/fonts/urw-fonts \
-   

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

2016-08-18 Thread Tim Harder
commit: 329fdb7f5a54504f0a8672179ba5ddf40d053b24
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:14:10 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:15:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329fdb7f

media-sound/lilypond: version bump to 2.19.46

Also, fix build with guile2.

 media-sound/lilypond/Manifest  |  1 +
 ...ilypond-.ebuild => lilypond-2.19.46.ebuild} | 23 +-
 media-sound/lilypond/lilypond-.ebuild  | 23 +-
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
index dd9b0f9..3ee 100644
--- a/media-sound/lilypond/Manifest
+++ b/media-sound/lilypond/Manifest
@@ -1,2 +1,3 @@
 DIST lilypond-2.18.2.tar.gz 16027977 SHA256 
329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07 SHA512 
0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
 WHIRLPOOL 
95db264992a1e425fd1ee53d980941eef554c1784a1adfc105750d82d11664f61207c2b1897b6e99448790131c0715f08401f45b663c420553925596c6fd4b1c
 DIST lilypond-2.19.42.tar.gz 16870150 SHA256 
f925284e994a67712c9d57437f2ff4329a987793e071d6944bdf32d762b81c8c SHA512 
2f94656f20bae50797985657c0e557aca793044c8b9ae137ee6bbdee60cb4aa72cca0988d8ae19bf24cc4948d2ba73cb87ce9530a746daeb93632e0092ea5acf
 WHIRLPOOL 
887f4fa188f999474ab3b3240dafb1130861b38768bfbae18dd2096488bfb645b189ab47563f5d6de0dee81279d6fe84f5d2c9af690db0c0e767cf26dfb1fa72
+DIST lilypond-2.19.46.tar.gz 16899476 SHA256 
f609051e2128c40da17698c0432fe8a96858583d197a8264fc4bceeab0378674 SHA512 
594921b784f6604bfb2210569fac03911cb5c4c11e2e9241f62153d7c012b5e10cd2cacd3ac3d69c1719c9b6fddc550d381a9fa9b96f22ada63019b38ef95de1
 WHIRLPOOL 
b77b1bc76ccdf6e17179fd9b1497beac96da2bd1ce83b7944a2a8f4a5d6274581c8e7f4c9e2de44b53912df702731456cd2658d96cccb186347f1a4577146a4d

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-2.19.46.ebuild
similarity index 90%
copy from media-sound/lilypond/lilypond-.ebuild
copy to media-sound/lilypond/lilypond-2.19.46.ebuild
index f27ba36..2a3aaaf 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-2.19.46.ebuild
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
 # Correct output data for tests isn't bundled with releases
 RESTRICT="test"
 
-DOCS=( README.txt )
+DOCS=( DEDICATION HACKING README.txt ROADMAP )
 
 pkg_setup() {
# make sure >=metapost-1.803 is selected if it's installed, bug 498704
@@ -67,6 +67,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
if ! use vim-syntax ; then
sed -i 's/vim//' GNUmakefile.in || die
fi
@@ -84,8 +86,6 @@ src_prepare() {
# remove bundled texinfo file (fixes bug #448560)
rm tex/texinfo.tex || die
 
-   eapply_user
-
eautoreconf
 }
 
@@ -93,13 +93,18 @@ src_configure() {
# documentation generation currently not supported since it requires a 
newer
# version of texi2html than is currently in the tree
 
-   econf \
-   --with-texgyre-dir=/usr/share/fonts/tex-gyre \
-   --disable-documentation \
-   --disable-optimising \
-   --disable-pipe \
-   $(use_enable debug debugging) \
+   local myeconfargs+=(
+   --with-texgyre-dir=/usr/share/fonts/tex-gyre
+   --disable-documentation
+   --disable-optimising
+   --disable-pipe
+   $(use_enable debug debugging)
$(use_enable profile profiling)
+   )
+
+   has_version ">=dev-scheme/guile-2" && myeconfargs+=( --enable-guile2 )
+
+   econf "${myeconfargs[@]}"
 }
 
 src_compile() {

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-.ebuild
index f27ba36..2a3aaaf 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-.ebuild
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
 # Correct output data for tests isn't bundled with releases
 RESTRICT="test"
 
-DOCS=( README.txt )
+DOCS=( DEDICATION HACKING README.txt ROADMAP )
 
 pkg_setup() {
# make sure >=metapost-1.803 is selected if it's installed, bug 498704
@@ -67,6 +67,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
if ! use vim-syntax ; then
sed -i 's/vim//' GNUmakefile.in || die
fi
@@ -84,8 +86,6 @@ src_prepare() {
# remove bundled texinfo file (fixes bug #448560)
rm tex/texinfo.tex || die
 
-   eapply_user
-
eautoreconf
 }
 
@@ -93,13 +93,18 @@ src_configure() {
# documentation generation currently not supported since it requires a 
newer
# version of texi2html than is currently in the tree
 
-   econf \
-   --with-texgyre-dir=/usr/share/fonts/tex-gyre \
-   

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

2016-08-18 Thread Mike Gilbert
commit: 746c559118d7b3c95a1f78d4d7730d9ba4c8e4f6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Aug 19 01:49:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Aug 19 01:50:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746c5591

net-firewall/iptables: drop iptables.service

This unit really serves no real purpose. The utility of being able to call
"systemctl enable iptables" is questionable at best.

Given that iptables is not really a daemon but rather a kernel process, having
as single unit that persists with RemainAfterExit seems wrong as well.

Bug: https://bugs.gentoo.org/555920

Package-Manager: portage-2.3.0_p16

 .../iptables/{iptables-1.6.0.ebuild => iptables-1.6.0-r1.ebuild}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-firewall/iptables/iptables-1.6.0.ebuild 
b/net-firewall/iptables/iptables-1.6.0-r1.ebuild
similarity index 94%
rename from net-firewall/iptables/iptables-1.6.0.ebuild
rename to net-firewall/iptables/iptables-1.6.0-r1.ebuild
index d3c06aa..a8fe282 100644
--- a/net-firewall/iptables/iptables-1.6.0.ebuild
+++ b/net-firewall/iptables/iptables-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -101,9 +101,9 @@ src_install() {
newconfd "${FILESDIR}"/ip6tables-1.4.13.confd ip6tables
fi
 
-   systemd_dounit "${FILESDIR}"/systemd/iptables{,-{re,}store}.service
+   systemd_dounit "${FILESDIR}"/systemd/iptables-{re,}store.service
if use ipv6 ; then
-   systemd_dounit 
"${FILESDIR}"/systemd/ip6tables{,-{re,}store}.service
+   systemd_dounit 
"${FILESDIR}"/systemd/ip6tables-{re,}store.service
fi
 
# Move important libs to /lib #332175



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

2016-08-18 Thread Tim Harder
commit: a70cc03e4dab8c2ac11db8c913b6cc8e57f897fd
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 01:43:23 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 01:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70cc03e

dev-util/byacc: version bump to 20160606

 dev-util/byacc/Manifest  |  1 +
 dev-util/byacc/byacc-20160606.ebuild | 19 +++
 dev-util/byacc/metadata.xml  |  5 -
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index e7e132d..28d7358 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,3 +1,4 @@
 DIST byacc-20140101.tgz 244706 SHA256 
78aea5a34ccb6c9f1ff673a94cd3e66b0f669b7a042c2fcfdada85f0f399421c SHA512 
83a2d20d3ffebd8019d9e35216d37cde6beee054aa9d0e4d5d2498069b920214cc0c866beabdf5b4ab2dd4399c7dbb3a2fc23209b80df02b1fe8f5f16def0a9c
 WHIRLPOOL 
6c6dbe6a7b8d495792d9eed0959ec734b56cd9cfcf793115cc9bc56e5e7e7ab84284a9ca9928ffd42bc9fee02612743301965e438934484bfc779ec33a6d36fc
 DIST byacc-20141128.tgz 710145 SHA256 
f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0 SHA512 
a41debde13d489e47c635bd61ce691e7b0a1470a91df3d16e43bd7c0985064708c4d69b8fabe2134ac4d06b17e484ea9c0b7efc7a624e7d8b7ed850e89afd71c
 WHIRLPOOL 
747b86f7292012c21204c6c7684dc5467465fd1073a0aa266d5a8cb31e131a129305dd4db519876fba97961614e29c7546efa27d7b47e053355b0fd381315c06
 DIST byacc-20150711.tgz 714438 SHA256 
c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248 SHA512 
348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9
 WHIRLPOOL 
212615a81bc70db84820259dd8a61e27efed28a796e037c61e5f13e310f64b5aa8cdfe7172de120b19dbeda176118c625f09a13c030d98ab8b6028d238ae4420
+DIST byacc-20160606.tgz 706191 SHA256 
cc8fdced486cb70cec7a7c9358de836bfd267d19d6456760bb4721ccfea5ac91 SHA512 
b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea
 WHIRLPOOL 
61932d8984c4aabb511b9b74b6626eec4b055f08175ffae4f49f3185aa440efc6f2c5935f0cd09d78334dac0d9b29b0d4c4b951858dffb41a3606c5347361a52

diff --git a/dev-util/byacc/byacc-20160606.ebuild 
b/dev-util/byacc/byacc-20160606.ebuild
new file mode 100644
index 000..4e8eb6d
--- /dev/null
+++ b/dev-util/byacc/byacc-20160606.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="the best variant of the Yacc parser generator"
+HOMEPAGE="http://invisible-island.net/byacc/byacc.html;
+SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
+
+src_configure() {
+   econf --program-prefix=b
+}

diff --git a/dev-util/byacc/metadata.xml b/dev-util/byacc/metadata.xml
index 6f49eba..56c1244 100644
--- a/dev-util/byacc/metadata.xml
+++ b/dev-util/byacc/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+   base-sys...@gentoo.org
+   Gentoo Base System
+
 



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

2016-08-18 Thread Tim Harder
commit: 66e88a1dc854745bc4a4ccb056fc299323a292d1
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 18 20:08:00 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 01:39:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e88a1d

dev-python/pafy: version bump to 0.5.2

 dev-python/pafy/Manifest  |  1 +
 dev-python/pafy/pafy-0.5.2.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest
index 68976e4..f531a58 100644
--- a/dev-python/pafy/Manifest
+++ b/dev-python/pafy/Manifest
@@ -1 +1,2 @@
 DIST pafy-0.5.1.tar.gz 26295 SHA256 
1e1f6f841e87875004679e200389e751f7ae5f45efdebc257f5b8191d0572920 SHA512 
d18b04f0785124b516fc68eea3b11ede3c9cf6f59211f1536e3c936ccf8f0a3781a7af1c6f8f6c31651eb6dea30b6fc780916cb1c280d813a319b0687f9d4f4b
 WHIRLPOOL 
01914026a0dc56affe08dfc5eb3e3f791efc872c05f1610fab6e266f23c5db27bb66dd811507be53fe12e60d3de79be916e162f168bfd43bcfd1539af5d9
+DIST pafy-0.5.2.tar.gz 26343 SHA256 
11e0cb83bd9e636bc4d0d6f7d7ce964f4975c6f0e037fe285ef2acedafcf7bb2 SHA512 
bb292bdb0d7cf6312234fc4135d4ae5ecf5fcbc38ffc68cb1cc394a46430ab6681298591fa206eaf09eea9efbed90810453fcf973ec17f813bd82b3994401185
 WHIRLPOOL 
15ecd015a766c14791dc7990e17282e302382e65b67d4bc70831758248e780f1b494db4098aa07b5fff40c0a27e5a2fd62da59a9132ab1527dc95792c10fe36f

diff --git a/dev-python/pafy/pafy-0.5.2.ebuild 
b/dev-python/pafy/pafy-0.5.2.ebuild
new file mode 100644
index 000..61d4ff0
--- /dev/null
+++ b/dev-python/pafy/pafy-0.5.2.ebuild
@@ -0,0 +1,18 @@
+# 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} )
+inherit distutils-r1
+
+DESCRIPTION="Python library to retrieve YouTube content and metadata"
+HOMEPAGE="http://np1.github.io/pafy/ https://pypi.python.org/pypi/pafy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]"



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

2016-08-18 Thread Jeroen Roovers
commit: 87fc8eb96bc1613a0ac5f6cc85f743d467194058
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:08:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:08:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fc8eb9

net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild | 94 
 2 files changed, 95 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index ed7dc1e..be7df61 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
-DIST youtube-dl-2016.08.12.tar.gz 2318468 SHA256 
fb5224b78cee45df9514d96441c4ec9d9934215e504c07fe8c9252285a33ea5e SHA512 
2bc1a32fd92df327588f4fdb2a8cadbb1d56349b28b037b85855cb8fcc0eb2277aaad8b8a62c2fb54d5d48bf0dfcb6287d8a31b94b6945e898133f4d05914a08
 WHIRLPOOL 
914b372624780bc84865e88aca5f8f0f49c5a024ae5828fc97be4a8aa0962dd5340c569cf4ce6bdf6b2d54d3c57cf676bbc71901079fe1321218fa9b9814ed21
 DIST youtube-dl-2016.08.13.tar.gz 2317746 SHA256 
b68b00744f5578c3225d1231d4001a39c79b5912a68de2da1c39c648e36dfeba SHA512 
5ab1ddfd31c469a9783125b860cc0cfcd9b0e97beabbf5b00cbb6c92e6f29f02ccc0bc6a6c0b2e8be781e1fb8ca379269bc6dfd8fd478815d18dacecd8ee245f
 WHIRLPOOL 
d0a0ce0110ba1b8f60580f8823be3597c563bae868088ed5a0d2461d4892d8cdda55e11dcef71e3ce3c6cd89ab0c48f4900d104c36b6e67d53cf981cfa6f8cd6
 DIST youtube-dl-2016.08.19.tar.gz 2329613 SHA256 
9094084dca47da3f8a3071c608b81e28f7c1e8c9b3e92da6b55aeeae961f SHA512 
db9e6301b28e0904bd1b002e06ae10cbd0ff54907af33f100220e58817ba68728ce28c60620a307228fed9d97e34e53ed25c2b7aad71e92fe1d99fc71d308378
 WHIRLPOOL 
a52048a65359d860c8ab23734ba004558d32f4813e3fd702606c753d23718194923373f984b7d52a2c5cbac116fe9a3c3e5e86c0ca8cb2596db24bb541248046

diff --git a/net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild
deleted file mode 100644
index 9d7ca82..000
--- a/net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   pornhub xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 'youtube_dl/extractor/%s.py ' 

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

2016-08-18 Thread Jeroen Roovers
commit: e6f5a99aeec3d63c602e9554f5bfa1fe7c4b620a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:08:07 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f5a99a

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild | 94 
 2 files changed, 95 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 5eea2b3..ed7dc1e 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.08.12.tar.gz 2318468 SHA256 
fb5224b78cee45df9514d96441c4ec9d9934215e504c07fe8c9252285a33ea5e SHA512 
2bc1a32fd92df327588f4fdb2a8cadbb1d56349b28b037b85855cb8fcc0eb2277aaad8b8a62c2fb54d5d48bf0dfcb6287d8a31b94b6945e898133f4d05914a08
 WHIRLPOOL 
914b372624780bc84865e88aca5f8f0f49c5a024ae5828fc97be4a8aa0962dd5340c569cf4ce6bdf6b2d54d3c57cf676bbc71901079fe1321218fa9b9814ed21
 DIST youtube-dl-2016.08.13.tar.gz 2317746 SHA256 
b68b00744f5578c3225d1231d4001a39c79b5912a68de2da1c39c648e36dfeba SHA512 
5ab1ddfd31c469a9783125b860cc0cfcd9b0e97beabbf5b00cbb6c92e6f29f02ccc0bc6a6c0b2e8be781e1fb8ca379269bc6dfd8fd478815d18dacecd8ee245f
 WHIRLPOOL 
d0a0ce0110ba1b8f60580f8823be3597c563bae868088ed5a0d2461d4892d8cdda55e11dcef71e3ce3c6cd89ab0c48f4900d104c36b6e67d53cf981cfa6f8cd6
+DIST youtube-dl-2016.08.19.tar.gz 2329613 SHA256 
9094084dca47da3f8a3071c608b81e28f7c1e8c9b3e92da6b55aeeae961f SHA512 
db9e6301b28e0904bd1b002e06ae10cbd0ff54907af33f100220e58817ba68728ce28c60620a307228fed9d97e34e53ed25c2b7aad71e92fe1d99fc71d308378
 WHIRLPOOL 
a52048a65359d860c8ab23734ba004558d32f4813e3fd702606c753d23718194923373f984b7d52a2c5cbac116fe9a3c3e5e86c0ca8cb2596db24bb541248046

diff --git a/net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild
new file mode 100644
index 000..9d7ca82
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild
@@ -0,0 +1,94 @@
+# 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 bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   pornhub xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' 

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

2016-08-18 Thread Jeroen Roovers
commit: f0ea6362fd5f3770760f5e3d261e267836a3a651
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:01:31 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:01:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ea6362

media-sound/ncmpcpp: Version bump.

Package-Manager: portage-2.3.0

 media-sound/ncmpcpp/Manifest |  1 +
 media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild | 70 
 2 files changed, 71 insertions(+)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index f79d7db..1cbc44c 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,3 +1,4 @@
 DIST ncmpcpp-0.7.3.tar.bz2 442209 SHA256 
2c8b29435ca4fd845400cee7c9fd50a731bee215e92fd7e98a7446c84136b212 SHA512 
6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732
 WHIRLPOOL 
f50986be48ee8032295da6b9b806e03762f574f889ebcb2b9e54aeb0ab8fbf372cb2d79152e37c870e4a39f27030087146bc14ba5d03ea20bbe87dd52e35eaf0
 DIST ncmpcpp-0.7.4.tar.bz2 442743 SHA256 
d70425f1dfab074a12a206ddd8f37f663bce2bbdc0a20f7ecf290ebe051f1e63 SHA512 
e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918
 WHIRLPOOL 
57f771c83bbd9afcbeb8b7b8b7a50f0e3fbc95eb74b1ad6b199358431f5f80ed891d1c27902369cf29f9a29622fe88a83aa2fcf7053e0543afb7c23486413999
+DIST ncmpcpp-0.7.5.tar.bz2 443072 SHA256 
7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d SHA512 
5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8
 WHIRLPOOL 
c9fb96f91f308d9937bc832a85cc50293aedcb6fb2eb62e879d08f6ee334b2bb131bbeecd83608fe050c00a3facf025070d8c586796a4a05bc70665e53b47c19
 DIST ncmpcpp-0.7.tar.bz2 442319 SHA256 
50924ff0502c9b90ce1b679638769122defd03bc85eb8a95924c62c8d303ff77 SHA512 
00477a9044e46c5d0ce4687b16d59d81fc31323a9c23eeebb6701e20c2fe3c50e3e56030844b68bdcf319af04c1f1a3bd50d0732cc9b4614488a918165c2f112
 WHIRLPOOL 
2bc6ba5935bef72e46b568a98f49a87720d48c0d9699ab35abf3f2f7ed250bc331fc165372d3f352ed5f16ae16da614c3b6c1c6e309a2d1b8d94abefb5e66a0b

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild
new file mode 100644
index 000..18f1f28
--- /dev/null
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
+HOMEPAGE="http://ncmpcpp.rybczak.net/;
+SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="clock curl outputs taglib unicode visualizer"
+
+RDEPEND="
+   !dev-libs/boost:0/1.57.0
+   >=media-libs/libmpdclient-2.1
+   dev-libs/boost:=[nls,threads]
+   sys-libs/ncurses:=[unicode?]
+   sys-libs/readline:*
+   curl? ( net-misc/curl )
+   taglib? ( media-libs/taglib )
+   unicode? (
+   dev-libs/boost:=[icu]
+   dev-libs/icu:=
+   )
+   visualizer? ( sci-libs/fftw:3.0= )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
+   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable clock) \
+   $(use_enable outputs) \
+   $(use_enable unicode) \
+   $(use_enable visualizer) \
+   $(use_with curl) \
+   $(use_with taglib) \
+   $(use_with visualizer fftw) \
+   --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+   default
+
+   dodoc doc/{bindings,config}
+}
+
+pkg_postinst() {
+   echo
+   elog "Example configuration files have been installed at"
+   elog "${ROOT}usr/share/doc/${PF}"
+   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
+   elog "as user configuration files."
+   echo
+   if use visualizer; then
+   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
+   echo
+   fi
+}



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

2016-08-18 Thread Jeroen Roovers
commit: 547934ae8ad5686ebf71cbfa3ded1d36b7086c87
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:02:19 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:02:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547934ae

media-sound/ncmpcpp: Old.

Package-Manager: portage-2.3.0

 media-sound/ncmpcpp/Manifest|  1 -
 media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 1cbc44c..2e98c40 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,4 +1,3 @@
-DIST ncmpcpp-0.7.3.tar.bz2 442209 SHA256 
2c8b29435ca4fd845400cee7c9fd50a731bee215e92fd7e98a7446c84136b212 SHA512 
6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732
 WHIRLPOOL 
f50986be48ee8032295da6b9b806e03762f574f889ebcb2b9e54aeb0ab8fbf372cb2d79152e37c870e4a39f27030087146bc14ba5d03ea20bbe87dd52e35eaf0
 DIST ncmpcpp-0.7.4.tar.bz2 442743 SHA256 
d70425f1dfab074a12a206ddd8f37f663bce2bbdc0a20f7ecf290ebe051f1e63 SHA512 
e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918
 WHIRLPOOL 
57f771c83bbd9afcbeb8b7b8b7a50f0e3fbc95eb74b1ad6b199358431f5f80ed891d1c27902369cf29f9a29622fe88a83aa2fcf7053e0543afb7c23486413999
 DIST ncmpcpp-0.7.5.tar.bz2 443072 SHA256 
7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d SHA512 
5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8
 WHIRLPOOL 
c9fb96f91f308d9937bc832a85cc50293aedcb6fb2eb62e879d08f6ee334b2bb131bbeecd83608fe050c00a3facf025070d8c586796a4a05bc70665e53b47c19
 DIST ncmpcpp-0.7.tar.bz2 442319 SHA256 
50924ff0502c9b90ce1b679638769122defd03bc85eb8a95924c62c8d303ff77 SHA512 
00477a9044e46c5d0ce4687b16d59d81fc31323a9c23eeebb6701e20c2fe3c50e3e56030844b68bdcf319af04c1f1a3bd50d0732cc9b4614488a918165c2f112
 WHIRLPOOL 
2bc6ba5935bef72e46b568a98f49a87720d48c0d9699ab35abf3f2f7ed250bc331fc165372d3f352ed5f16ae16da614c3b6c1c6e309a2d1b8d94abefb5e66a0b

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild
deleted file mode 100644
index 2356397..000
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/;
-SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~ppc ppc64 ~sparc ~x86"
-IUSE="clock curl outputs taglib unicode visualizer"
-
-RDEPEND="
-   !dev-libs/boost:0/1.57.0
-   >=media-libs/libmpdclient-2.1
-   dev-libs/boost:=[nls,threads]
-   sys-libs/ncurses:=[unicode?]
-   sys-libs/readline:*
-   curl? ( net-misc/curl )
-   taglib? ( media-libs/taglib )
-   unicode? (
-   dev-libs/boost:=[icu]
-   dev-libs/icu:=
-   )
-   visualizer? ( sci-libs/fftw:3.0= )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable clock) \
-   $(use_enable outputs) \
-   $(use_enable unicode) \
-   $(use_enable visualizer) \
-   $(use_with curl) \
-   $(use_with taglib) \
-   $(use_with visualizer fftw) \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-
-   dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-   echo
-   elog "Example configuration files have been installed at"
-   elog "${ROOT}usr/share/doc/${PF}"
-   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-   elog "as user configuration files."
-   echo
-   if use visualizer; then
-   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
-   echo
-   fi
-}



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

2016-08-18 Thread Jeroen Roovers
commit: 7f6ec726efee3b15835e34e50cf41ac63c79e20d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 23:33:01 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 23:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6ec726

dev-libs/libgcrypt: Stable for HPPA (bug #591534).

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

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
index 963489e..317f6a4 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



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

2016-08-18 Thread Jeroen Roovers
commit: 61d55bc8b348e51e9749566a16ffd4469e486ed3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 23:32:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 23:33:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d55bc8

app-crypt/gnupg: Stable for HPPA PPC64 (bug #591536).

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

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

diff --git a/app-crypt/gnupg/gnupg-1.4.21.ebuild 
b/app-crypt/gnupg/gnupg-1.4.21.ebuild
index d47c101..a168d6b 100644
--- a/app-crypt/gnupg/gnupg-1.4.21.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib"
 
 COMMON_DEPEND="



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

2016-08-18 Thread Jeroen Roovers
commit: d85504a4803de99d429322f79629a0c0f357b546
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 23:30:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 23:33:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85504a4

dev-libs/libgcrypt: Stable for PPC64 (bug #591534).

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

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
index 00dbaf8..963489e 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/

2016-08-18 Thread Christoph Junghans
commit: 28116701d003c4edacb13418359e6170fdb3a95b
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Aug 18 23:28:57 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Aug 18 23:29:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28116701

sci-physics/hoomd-blue: remove old

Package-Manager: portage-2.2.28

 sci-physics/hoomd-blue/Manifest|  2 -
 sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild | 61 --
 sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild | 56 ---
 3 files changed, 119 deletions(-)

diff --git a/sci-physics/hoomd-blue/Manifest b/sci-physics/hoomd-blue/Manifest
index 35a8a7d..efdfd16 100644
--- a/sci-physics/hoomd-blue/Manifest
+++ b/sci-physics/hoomd-blue/Manifest
@@ -1,4 +1,2 @@
-DIST hoomd-blue-1.0.2.tar.bz2 2755462 SHA256 
bca7d377fa152b5f99047c5701db0fecb244f56a7861c35eef0ded6106c520d1 SHA512 
f9042e3afacc14e62490802d16a13a77592195befa61837703a39aeedf679e81f31aaafb377384d3b0a2f0e9e40dbce7ddd8b2673086706ba223fe265a2dff27
 WHIRLPOOL 
b72c12a88941899c7a51a0a8e78783bf8c108b85f3969663453b2048a9a9c43ab8d4fd3fbcefa0a6d3add47ac880a2462d92760dc9efc5dd7a822be0252bce19
-DIST hoomd-blue-2.0.1.tar.bz2 3208100 SHA256 
432cba74cde199f178dfadf7467738d356b83e1d5026c6c83c23880898c76019 SHA512 
1edb634fd714c07401df98e6897c37638ac0a7205c10f9063866b2e759a550f5655cef2a62911020d22c7d089a5ab84456f6f7e05677f82bc37532389693ded7
 WHIRLPOOL 
eb78fd60683591e913d0623f980486049cd69bb280724151f0158076863637b824bf29d522b03cb8a2ec9b246c5540553a5b3b65c9454a009529d261bd1a3130
 DIST hoomd-blue-2.0.2.tar.bz2 2942198 SHA256 
6ed0b7c28d4490a00081630fe9afd831a862cb895636679b89e2fb0a11637861 SHA512 
6480639bc1b8d0534c220c7512f742a6f9eba76ad25991153735cc7f4ff88345332be4c215abd94de85249e79e85a6970be1a74a96350d4693a2c1291fbbf689
 WHIRLPOOL 
e0a9e23a1a5aa8348496400140e4e288a3b79c5bd7f3c09675d592aebd02a781d4ef6cc9e5fe7ac9f671e1ff791ea75d70d3fa25189ade78d9229dfae6e9a21a
 DIST libgetar-0.5.0.tar.bz2 217067 SHA256 
8b03a352f63dcf8d14e88af758f65f71e5e4f92ed01c1566cda90164ab42 SHA512 
a27de8f7c976e5578142319684de15afca47c24953f590b34cad4ef88c3778aa47aa5eb9a1f83b1473aa49f4394e45dfaa4a8b5107264fa93101dea78ec5fa6b
 WHIRLPOOL 
d5dbb0bc51bdc7241ba4c51461da0a54eb57b0e9f76e1f0a7127010ccbd375146b4aae0bfd98a431f96595459913168097502edc9d7fe60f3180ca56fb44e91a

diff --git a/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild 
b/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild
deleted file mode 100644
index 63ea837..000
--- a/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils cuda python-single-r1
-
-DESCRIPTION="a general-purpose particle simulation toolkit"
-HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/;
-
-if [[ ${PV} =  ]]; then
-   EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
-   inherit git-r3
-   KEYWORDS=
-else
-   inherit vcs-snapshot
-   SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="hoomd-blue"
-SLOT="0"
-IUSE="cuda doc test mpi +zlib"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   mpi? ( virtual/mpi )
-   cuda? ( dev-util/nvidia-cuda-sdk )
-   zlib? ( sys-libs/zlib )
-   dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   use cuda && cuda_src_prepare
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_enable mpi MPI)
-   $(cmake-utils_use_enable doc DOXYGEN)
-   $(cmake-utils_use_enable cuda CUDA)
-   $(cmake-utils_use_enable zlib ZLIB)
-   $(cmake-utils_use_build test BUILD_TESTING)
-   -DPYTHON_SITEDIR=$(python_get_sitedir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* )
-   cmake-utils_src_install
-
-   sed -i "s/^python/${EPYTHON}/" "${ED}"/usr/bin/hoomd || die
-}

diff --git a/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild 
b/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild
deleted file mode 100644
index 30fe9f3..000
--- a/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils cuda flag-o-matic python-single-r1
-
-DESCRIPTION="a general-purpose particle simulation toolkit"
-HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/;
-EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
-
-if [[ ${PV} =  ]]; then

[gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/

2016-08-18 Thread Christoph Junghans
commit: b099686b02b6acf5276ae6ed300d742d054acd94
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Aug 18 21:50:28 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Aug 18 23:29:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b099686b

sci-physics/hoomd-blue: version bump

Package-Manager: portage-2.2.28

 sci-physics/hoomd-blue/Manifest|  1 +
 sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/sci-physics/hoomd-blue/Manifest b/sci-physics/hoomd-blue/Manifest
index b6969d6..35a8a7d 100644
--- a/sci-physics/hoomd-blue/Manifest
+++ b/sci-physics/hoomd-blue/Manifest
@@ -1,3 +1,4 @@
 DIST hoomd-blue-1.0.2.tar.bz2 2755462 SHA256 
bca7d377fa152b5f99047c5701db0fecb244f56a7861c35eef0ded6106c520d1 SHA512 
f9042e3afacc14e62490802d16a13a77592195befa61837703a39aeedf679e81f31aaafb377384d3b0a2f0e9e40dbce7ddd8b2673086706ba223fe265a2dff27
 WHIRLPOOL 
b72c12a88941899c7a51a0a8e78783bf8c108b85f3969663453b2048a9a9c43ab8d4fd3fbcefa0a6d3add47ac880a2462d92760dc9efc5dd7a822be0252bce19
 DIST hoomd-blue-2.0.1.tar.bz2 3208100 SHA256 
432cba74cde199f178dfadf7467738d356b83e1d5026c6c83c23880898c76019 SHA512 
1edb634fd714c07401df98e6897c37638ac0a7205c10f9063866b2e759a550f5655cef2a62911020d22c7d089a5ab84456f6f7e05677f82bc37532389693ded7
 WHIRLPOOL 
eb78fd60683591e913d0623f980486049cd69bb280724151f0158076863637b824bf29d522b03cb8a2ec9b246c5540553a5b3b65c9454a009529d261bd1a3130
+DIST hoomd-blue-2.0.2.tar.bz2 2942198 SHA256 
6ed0b7c28d4490a00081630fe9afd831a862cb895636679b89e2fb0a11637861 SHA512 
6480639bc1b8d0534c220c7512f742a6f9eba76ad25991153735cc7f4ff88345332be4c215abd94de85249e79e85a6970be1a74a96350d4693a2c1291fbbf689
 WHIRLPOOL 
e0a9e23a1a5aa8348496400140e4e288a3b79c5bd7f3c09675d592aebd02a781d4ef6cc9e5fe7ac9f671e1ff791ea75d70d3fa25189ade78d9229dfae6e9a21a
 DIST libgetar-0.5.0.tar.bz2 217067 SHA256 
8b03a352f63dcf8d14e88af758f65f71e5e4f92ed01c1566cda90164ab42 SHA512 
a27de8f7c976e5578142319684de15afca47c24953f590b34cad4ef88c3778aa47aa5eb9a1f83b1473aa49f4394e45dfaa4a8b5107264fa93101dea78ec5fa6b
 WHIRLPOOL 
d5dbb0bc51bdc7241ba4c51461da0a54eb57b0e9f76e1f0a7127010ccbd375146b4aae0bfd98a431f96595459913168097502edc9d7fe60f3180ca56fb44e91a

diff --git a/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild 
b/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild
new file mode 100644
index 000..d7a2cd9
--- /dev/null
+++ b/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild
@@ -0,0 +1,70 @@
+# 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} )
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils cuda python-r1
+
+DESCRIPTION="a general-purpose particle simulation toolkit"
+HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/;
+EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
+
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
+   inherit git-r3
+else
+   inherit vcs-snapshot
+   GETTAR_VER=0.5.0
+   SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2
+   
https://bitbucket.org/glotzer/libgetar/get/v${GETTAR_VER}.tar.bz2 -> 
libgetar-${GETTAR_VER}.tar.bz2"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="hoomd-blue"
+SLOT="0"
+IUSE="cuda test mpi"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   mpi? ( virtual/mpi )
+   cuda? ( dev-util/nvidia-cuda-sdk )
+   dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   [[ ${PV} =  ]] || mv ../libgetar-${GETTAR_VER}/* 
hoomd/extern/libgetar || die
+   use cuda && cuda_src_prepare
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   src_configure_internal() {
+   local mycmakeargs=(
+   -DENABLE_MPI=$(usex mpi)
+   -DENABLE_CUDA=$(usex cuda)
+   -DBUILD_TESTING=$(usex test)
+   -DUPDATE_SUBMODULES=OFF
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   -DCMAKE_INSTALL_PREFIX=$(python_get_sitedir)
+   )
+   cmake-utils_src_configure
+   }
+   python_foreach_impl src_configure_internal
+}
+
+src_compile() {
+   python_foreach_impl cmake-utils_src_make
+}
+
+src_test() {
+   python_foreach_impl cmake-utils_src_test
+}
+
+src_install() {
+   python_foreach_impl cmake-utils_src_install
+}



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

2016-08-18 Thread Davide Pesavento
commit: 794bb9c9fef27794ded3e01a6ffa7df57a8c6955
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:53:15 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794bb9c9

dev-qt/qt-docs: _p0 -> _p1 bump for 5.6.1

Package-Manager: portage-2.3.0

 dev-qt/qt-docs/Manifest | 2 +-
 dev-qt/qt-docs/{qt-docs-5.6.1_p0.ebuild => qt-docs-5.6.1_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest
index 5a2fbb4..c4d4134 100644
--- a/dev-qt/qt-docs/Manifest
+++ b/dev-qt/qt-docs/Manifest
@@ -1,3 +1,3 @@
 DIST 5.5.1-0qt5_docs.7z 99268409 SHA256 
012b6e7fa6060f19e07a99777b6187b1be7597a94840fc051f0a08dd5ac79182 SHA512 
ce5054bc7978e5dec4fdc7fadff29e078a39e5463dffd0985fedc80216587d53166b88457e43dc11dd1e8fbe09e26c4a47669cd28983fd7e27e8fbaf182f8945
 WHIRLPOOL 
0df887a24157363ad269f5e302e0fc4d5a280ea2e22dc906d06d307c436ada6f26f85e33030515fa3d13d4402d282edec3dc9ad8b36d06a52776e6b284d161be
-DIST 5.6.1-0qt-everywhere-documentation-5.6.1.7z 125583367 SHA256 
94db176dcf795ff614c7c4e322bc6a8e41f740c3416a8f650608fb4eb8388bb4 SHA512 
ac5474d11be5508f277cb73f7d1bb49027b3dcfa98565af49f1a74ba2bf638c3e1dd349d039ddb5a5a83eee4c5e34339d83d5b3122f5cdfe01cb4fcfccd31b1f
 WHIRLPOOL 
a35b466b1d04f417299a39102c7032242adac7ccf53254fad789fae0f3b5ee45eb3cea081ba1891a94ae3faf7c3f8de9fee57f5bdf2a06b70b0419c0486fd6cc
+DIST 5.6.1-1qt-everywhere-documentation-5.6.1.7z 125597447 SHA256 
cf78e4f7dde039197c9962491fb13a99862fdc6eaf4c61b87388bf33e4071995 SHA512 
65a7afada70489b382fcd5c7417f3ddb3c184eaa954042370bce26f96de98f9b068258239a0c5f14c73c802ce5428e214a6be4fb16010033f03a62f8f370f28d
 WHIRLPOOL 
00ad1a4360f483dbdf8d6ce413c60fda0e4546c84fbdbb22de4d51a6ae9334e4c6de6bd402cb72cf088bb404d4836e87fa04147e784b373043fc6694c1162c07
 DIST 5.7.0-1qt-everywhere-documentation-5.7.0.7z 173871175 SHA256 
62311f5cb3eb85169230aafbc9ab5487eb68d9ade04de6918fd0e16bb3ba7fca SHA512 
074dea5b40811990461a349e768bff94513af1c59f680f5fc809cf2c2b2e73277dc4be00eadb0aff62b60438a63e34d999e12ac718b62b910ddcd21cfe6e7857
 WHIRLPOOL 
1b20d8335a5ac448e1b1a14b607e9ad585e64132e0584102466b6796669955cc076a395186ca22243f23560a21d365468af199d4ba0ec9b56d266a51db386d1f

diff --git a/dev-qt/qt-docs/qt-docs-5.6.1_p0.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
similarity index 100%
rename from dev-qt/qt-docs/qt-docs-5.6.1_p0.ebuild
rename to dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild



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

2016-08-18 Thread Davide Pesavento
commit: 7279ab964057b941f83e69e2b4f95b5f4e8d3b69
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:57:15 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:57:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7279ab96

dev-qt/qt-docs: stabilize 5.6.1

Package-Manager: portage-2.3.0

 dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
index d9142ef..c73d4f7 100644
--- a/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
+++ b/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${M
 
 LICENSE="FDL-1.3"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/p7zip"
 



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

2016-08-18 Thread Davide Pesavento
commit: a112c74d075db751b243b8f782cf293caca1c7cf
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:40:33 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:57:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a112c74d

dev-qt/qt-docs: 5.7.0 version bump

Package-Manager: portage-2.3.0

 dev-qt/qt-docs/Manifest|  1 +
 dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest
index 17dd4a8..5a2fbb4 100644
--- a/dev-qt/qt-docs/Manifest
+++ b/dev-qt/qt-docs/Manifest
@@ -1,2 +1,3 @@
 DIST 5.5.1-0qt5_docs.7z 99268409 SHA256 
012b6e7fa6060f19e07a99777b6187b1be7597a94840fc051f0a08dd5ac79182 SHA512 
ce5054bc7978e5dec4fdc7fadff29e078a39e5463dffd0985fedc80216587d53166b88457e43dc11dd1e8fbe09e26c4a47669cd28983fd7e27e8fbaf182f8945
 WHIRLPOOL 
0df887a24157363ad269f5e302e0fc4d5a280ea2e22dc906d06d307c436ada6f26f85e33030515fa3d13d4402d282edec3dc9ad8b36d06a52776e6b284d161be
 DIST 5.6.1-0qt-everywhere-documentation-5.6.1.7z 125583367 SHA256 
94db176dcf795ff614c7c4e322bc6a8e41f740c3416a8f650608fb4eb8388bb4 SHA512 
ac5474d11be5508f277cb73f7d1bb49027b3dcfa98565af49f1a74ba2bf638c3e1dd349d039ddb5a5a83eee4c5e34339d83d5b3122f5cdfe01cb4fcfccd31b1f
 WHIRLPOOL 
a35b466b1d04f417299a39102c7032242adac7ccf53254fad789fae0f3b5ee45eb3cea081ba1891a94ae3faf7c3f8de9fee57f5bdf2a06b70b0419c0486fd6cc
+DIST 5.7.0-1qt-everywhere-documentation-5.7.0.7z 173871175 SHA256 
62311f5cb3eb85169230aafbc9ab5487eb68d9ade04de6918fd0e16bb3ba7fca SHA512 
074dea5b40811990461a349e768bff94513af1c59f680f5fc809cf2c2b2e73277dc4be00eadb0aff62b60438a63e34d999e12ac718b62b910ddcd21cfe6e7857
 WHIRLPOOL 
1b20d8335a5ac448e1b1a14b607e9ad585e64132e0584102466b6796669955cc076a395186ca22243f23560a21d365468af199d4ba0ec9b56d266a51db386d1f

diff --git a/dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild 
b/dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild
new file mode 100644
index 000..d9142ef
--- /dev/null
+++ b/dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)
+MY_P=${PV/_p/-}qt-everywhere-documentation-${PV%%_p*}
+
+DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
+HOMEPAGE="https://www.qt.io/;
+SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${MY_P}.7z;
+
+LICENSE="FDL-1.3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/p7zip"
+
+S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)
+
+src_install() {
+   # ${PV} instead of ${PF} is intentional
+   local dest=/usr/share/doc/qt-${PV%%_p*}
+   insinto "${dest}"
+   doins -r *
+   docompress -x "${dest}"
+}



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

2016-08-18 Thread Jeroen Roovers
commit: 60ec9cf5e4373293ef8986c113e9421976f48eef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 22:41:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 22:41:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ec9cf5

profiles/desc: Add more locales

 profiles/desc/l10n.desc | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index fda1388..a92f9d8 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -52,6 +52,7 @@ dz - Dzongkha
 el - Modern Greek
 en - English
 en-GB - English (United Kingdom)
+en-US - English (United States)
 en-ZA - English (South Africa)
 eo - Esperanto
 es - Spanish
@@ -67,6 +68,7 @@ fi - Finnish
 fil - Filipino
 fo - Faroese
 fr - French
+fr-CA - French (Canada)
 fy - Western Frisian
 ga - Irish
 gd - Scottish Gaelic
@@ -94,13 +96,14 @@ ko - Korean
 kok - Konkani (macrolanguage)
 ks - Kashmiri
 ku - Kurdish
-ky - Kyrgyz (Kirghiz) locale
+ky - Kyrgyz (Kirghiz)
 la - Latin
 lb - Luxembourgish
 lo - Lao
 lt - Lithuanian
 lv - Latvian
 mai - Maithili
+me - Montenegrin (Crnogorski)
 mi - Maori
 mk - Macedonian
 ml - Malayalam
@@ -141,9 +144,9 @@ sl - Slovenian
 son - Songhai languages
 sq - Albanian
 sr - Serbian
-sr-ijekavsk - Serbian (Ijekavian pronunciation)
 sr-Latn - Serbian (Latin script)
 sr-Latn-ijekavsk - Serbian (Latin script, Ijekavian pronunciation)
+sr-ijekavsk - Serbian (Ijekavian pronunciation)
 ss - Swati
 st - Southern Sotho
 sv - Swedish



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

2016-08-18 Thread Jeroen Roovers
commit: 1331fca87230955a9a7ceacd861bf789f4cd1c6e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 22:42:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 22:42:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1331fca8

www-client/opera-beta: Version bump.

Package-Manager: portage-2.3.0

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

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index a64c702..467ec59 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,6 @@
 DIST opera-beta_40.0.2308.11_amd64.deb 48262760 SHA256 
b1c52a582f5097a575008d480bc68158582746e981ae80fc8be942cabda5c596 SHA512 
87bb63cb1f4d24f8d41f30692cf6c244ef3ff04d9e3724b447537ea99f2542b6828c853b32c4b1a6238bf05106153de6d9d9cb2ef7300449170cc6819c676318
 WHIRLPOOL 
1ed9caafd22f9bd7c2be9baf04e4fbaf8f67df0dcfee3b05f09a9472fb59f98c6ad3537a3b3f939d11be33b887888a47e89278da2c77f48f774218887d50db58
 DIST opera-beta_40.0.2308.11_i386.deb 49359880 SHA256 
a250a87c779491290892cd4d036e38644d551a24dc760fa04f1fae9047befce9 SHA512 
e0ec340452eaee5724e9b79af151076391a0be2fa36c4e2a49e1f4762948b05d2047e793fa5a86068fed36c24d24155f512d5201b0c8c9ef590058a59efdb51d
 WHIRLPOOL 
fc43c0b4b1f65644c2b5265f6ce903d28cd4604bf637195e3f09d9efaacbe46376120245dd8212d5608d2a57aa1d72a7838b5961c066637c13a8a2966afa9c53
+DIST opera-beta_40.0.2308.15_amd64.deb 48257698 SHA256 
85bca35d641ce9c431b36fb5c9d3e75e1aa4c3264fb6ea3ca9e6ac9612feaa0d SHA512 
5a113e0348e3371bb9502a8c738e9d8ae84b8d4d889a233561bd1f3f22e0170b3c3c579656f5f4810a6450f71020b134828fdd2657c1980743ceb9955837
 WHIRLPOOL 
60bc4bbca6bcb1c20f1095ccf3ef8ac3bf653817a9b0ca87f42690cb7a3e0acb91fd91008be9bdbced3e33a87236347c92e53edc13b49783e2c9bb89c24f1237
+DIST opera-beta_40.0.2308.15_i386.deb 49314244 SHA256 
e7f5180b19a05ef6ea3714bbf53bad1e353edf97b8715f78e933feac3e95bad8 SHA512 
f4cf28113ff841fdc444888e21deca822bf17f8d9cfc68c76e157ae680476115e179a40aa85c1e2c4625586003b641d027bdfc3fcc49239ee84ba4bdc1567808
 WHIRLPOOL 
bd27829ed51b57bbc6b8e5186faf6728bda071706218055934649fdfbbc4d1a2f77dac9824c592cbbc0cd0cc9a9033915eac50a17df42fa5eded8465f339d4fe
 DIST opera-beta_40.0.2308.3_amd64.deb 48272008 SHA256 
a51609b065df9f5fcdf4224d07887a2038aa28c4b9ad3adae6f0bcda055f2b6e SHA512 
344bee524d20a3f312f7f6f7f2bbb177b25b7d538ebb7fb797deaf93a9baf50d978819a71cf7c2b33aabedb8ef755fcccd0612acfc0b506cda492b3a733da01a
 WHIRLPOOL 
97dfd744f36cf874d09d729885afd2217a840eaaa79f284883e3012f7f87b4de9fc3a4f62c43922ddcaf38eac8b77caa08dd93ca199e151ccdf2ec39b6ea0e11
 DIST opera-beta_40.0.2308.3_i386.deb 48746218 SHA256 
c551d043718c376fb5099619aee44971164465d300ec76e82b56d88d88b9f15b SHA512 
c658797cfa20bc02bce3e4fca6f2e9f8f576805b4aa27fc9d9290885a50242472a04f27a37883ed93a1f9e7473610d73738e48031bb4d53553144271d3d972ae
 WHIRLPOOL 
a25aa38bc03b2bd62e0b00c906d4cd2e1bb35dbf750ad3a3d40f43c42bb4b112c802ecaef13fd7acaeda29effcf1473303738081c509c5309888564b0ff3517a

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

[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/, dev-qt/qtxml/, dev-qt/qt3d/, dev-qt/qtlocation/, ...

2016-08-18 Thread Davide Pesavento
commit: 0b1d79c1b563f02d81228e173c1fa9bfb0046dde
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:32:02 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:32:02 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b1d79c1

dev-qt: add live ebuilds for the 5.8 branch

 dev-qt/assistant/assistant-5.8..ebuild |  38 +
 dev-qt/designer/designer-5.8..ebuild   |  41 +
 .../linguist-tools/linguist-tools-5.8..ebuild  |  36 +
 dev-qt/linguist/linguist-5.8..ebuild   |  29 
 dev-qt/pixeltool/pixeltool-5.8..ebuild |  27 
 dev-qt/qdbus/qdbus-5.8..ebuild |  26 +++
 dev-qt/qdbusviewer/qdbusviewer-5.8..ebuild |  28 
 dev-qt/qdoc/qdoc-5.8..ebuild   |  25 +++
 dev-qt/qt3d/qt3d-5.8..ebuild   |  22 +++
 dev-qt/qtbluetooth/qtbluetooth-5.8..ebuild |  34 
 dev-qt/qtcharts/qtcharts-5.8..ebuild   |  30 
 dev-qt/qtconcurrent/qtconcurrent-5.8..ebuild   |  24 +++
 dev-qt/qtcore/qtcore-5.8..ebuild   |  42 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.8..ebuild |  32 
 dev-qt/qtdbus/qtdbus-5.8..ebuild   |  39 +
 dev-qt/qtdeclarative/qtdeclarative-5.8..ebuild |  53 +++
 dev-qt/qtdiag/qtdiag-5.8..ebuild   |  26 +++
 .../qtgraphicaleffects-5.8..ebuild |  22 +++
 dev-qt/qtgui/qtgui-5.8..ebuild | 175 +
 dev-qt/qthelp/qthelp-5.8..ebuild   |  32 
 .../qtimageformats/qtimageformats-5.8..ebuild  |  24 +++
 dev-qt/qtlocation/qtlocation-5.8..ebuild   |  30 
 dev-qt/qtmultimedia/qtmultimedia-5.8..ebuild   |  77 +
 dev-qt/qtnetwork/qtnetwork-5.8..ebuild |  54 +++
 dev-qt/qtopengl/qtopengl-5.8..ebuild   |  35 +
 dev-qt/qtpaths/qtpaths-5.8..ebuild |  24 +++
 dev-qt/qtplugininfo/qtplugininfo-5.8..ebuild   |  24 +++
 dev-qt/qtpositioning/qtpositioning-5.8..ebuild |  35 +
 .../qtprintsupport/qtprintsupport-5.8..ebuild  |  43 +
 .../qtquickcontrols-5.8..ebuild|  33 
 .../qtquickcontrols2-5.8..ebuild   |  22 +++
 dev-qt/qtscript/qtscript-5.8..ebuild   |  37 +
 dev-qt/qtscxml/qtscxml-5.8..ebuild |  20 +++
 dev-qt/qtsensors/qtsensors-5.8..ebuild |  27 
 dev-qt/qtserialport/qtserialport-5.8..ebuild   |  28 
 dev-qt/qtsql/qtsql-5.8..ebuild |  54 +++
 dev-qt/qtsvg/qtsvg-5.8..ebuild |  24 +++
 dev-qt/qttest/qttest-5.8..ebuild   |  30 
 .../qttranslations/qttranslations-5.8..ebuild  |  20 +++
 dev-qt/qtwayland/qtwayland-5.8..ebuild |  41 +
 dev-qt/qtwebchannel/qtwebchannel-5.8..ebuild   |  27 
 dev-qt/qtwebengine/qtwebengine-5.8..ebuild |  92 +++
 dev-qt/qtwebkit/qtwebkit-5.8..ebuild   | 108 +
 dev-qt/qtwebsockets/qtwebsockets-5.8..ebuild   |  28 
 dev-qt/qtwidgets/qtwidgets-5.8..ebuild |  42 +
 dev-qt/qtx11extras/qtx11extras-5.8..ebuild |  22 +++
 dev-qt/qtxml/qtxml-5.8..ebuild |  26 +++
 dev-qt/qtxmlpatterns/qtxmlpatterns-5.8..ebuild |  20 +++
 48 files changed, 1828 insertions(+)

diff --git a/dev-qt/assistant/assistant-5.8..ebuild 
b/dev-qt/assistant/assistant-5.8..ebuild
new file mode 100644
index 000..bd7939c
--- /dev/null
+++ b/dev-qt/assistant/assistant-5.8..ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+fi
+
+IUSE="webkit"
+
+DEPEND="
+   ~dev-qt/qtcore-${PV}
+   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qthelp-${PV}
+   ~dev-qt/qtnetwork-${PV}
+   ~dev-qt/qtprintsupport-${PV}
+   ~dev-qt/qtsql-${PV}[sqlite]
+   ~dev-qt/qtwidgets-${PV}
+   webkit? ( ~dev-qt/qtwebkit-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+   src/assistant/assistant
+)
+
+src_prepare() {
+   qt_use_disable_mod webkit webkitwidgets \
+   src/assistant/assistant/assistant.pro
+
+   qt5-build_src_prepare
+}

diff --git a/dev-qt/designer/designer-5.8..ebuild 
b/dev-qt/designer/designer-5.8..ebuild
new file mode 100644
index 000..716dfbe
--- /dev/null
+++ b/dev-qt/designer/designer-5.8..ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DESCRIPTION="WYSIWYG tool for designing and 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/files/

2016-08-18 Thread Matt Thode
commit: 3fd25247a2740bf64477f851d1f3f4c278c26639
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 18 21:43:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 18 21:43:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd25247

app-emulation/cloud-init: fixing the /bin/ip thing in opennebula

Package-Manager: portage-2.2.28

 .../files/cloud-init-0.7.7-gentooinit.patch| 26 ++
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch 
b/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch
index 8378810..ddb4f38 100644
--- a/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch
+++ b/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch
@@ -1,13 +1,21 @@
+diff --git a/cloudinit/sources/DataSourceOpenNebula.py 
b/cloudinit/sources/DataSourceOpenNebula.py
+index 7b3a76b..635a836 100644
+--- a/cloudinit/sources/DataSourceOpenNebula.py
 b/cloudinit/sources/DataSourceOpenNebula.py
+@@ -407,7 +407,7 @@ def read_context_disk_dir(source_dir, asuser=None):
+ # http://opennebula.org/documentation:rel3.8:cong#network_configuration
+ for k in context:
+ if re.match(r'^ETH\d+_IP$', k):
+-(out, _) = util.subp(['/sbin/ip', 'link'])
++(out, _) = util.subp(['ip', 'link'])
+ net = OpenNebulaNetwork(out, context)
+ results['network-interfaces'] = net.gen_conf()
+ break
 diff --git a/setup.py b/setup.py
-index 4abbb67..4885cb5 100755
+index bbadd7b..1578a3d 100755
 --- a/setup.py
 +++ b/setup.py
-@@ -1,3 +1,4 @@
-+#!/usr/bin/env python
- # vi: ts=4 expandtab
- #
- #Distutils magic for ec2-init
-@@ -74,6 +75,7 @@ INITSYS_FILES = {
+@@ -74,6 +74,7 @@ INITSYS_FILES = {
  'sysvinit': [f for f in glob('sysvinit/redhat/*') if is_f(f)],
  'sysvinit_freebsd': [f for f in glob('sysvinit/freebsd/*') if is_f(f)],
  'sysvinit_deb': [f for f in glob('sysvinit/debian/*') if is_f(f)],
@@ -15,7 +23,7 @@ index 4abbb67..4885cb5 100755
  'systemd': [f for f in (glob('systemd/*.service') +
  glob('systemd/*.target')) if is_f(f)],
  'systemd.generators': [f for f in glob('systemd/*-generator') if is_f(f)],
-@@ -83,6 +85,7 @@ INITSYS_ROOTS = {
+@@ -83,6 +84,7 @@ INITSYS_ROOTS = {
  'sysvinit': '/etc/rc.d/init.d',
  'sysvinit_freebsd': '/usr/local/etc/rc.d',
  'sysvinit_deb': '/etc/init.d',
@@ -23,7 +31,7 @@ index 4abbb67..4885cb5 100755
  'systemd': pkg_config_read('systemd', 'systemdsystemunitdir'),
  'systemd.generators': pkg_config_read('systemd',
'systemdsystemgeneratordir'),
-@@ -203,7 +206,7 @@ setuptools.setup(
+@@ -205,7 +207,7 @@ setuptools.setup(
  author='Scott Moser',
  author_email='scott.mo...@canonical.com',
  url='http://launchpad.net/cloud-init/',



[gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/files/, dev-db/percona-toolkit/

2016-08-18 Thread Christian Ruppert
commit: 0c0356979ce7de262f19864e6a215bf02f5e355f
Author: Sergiy Borodych  gmail  com>
AuthorDate: Thu Aug 18 11:56:21 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Thu Aug 18 21:16:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c035697

dev-db/percona-toolkit: version bump to 2.2.19

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

Signed-off-by: Christian Ruppert  gentoo.org>

 dev-db/percona-toolkit/Manifest|  1 +
 .../percona-toolkit-2.2.19-fix-package-name.patch  | 13 +++
 .../percona-toolkit/percona-toolkit-2.2.19.ebuild  | 45 ++
 3 files changed, 59 insertions(+)

diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest
index d8d5ddd..d09ef88 100644
--- a/dev-db/percona-toolkit/Manifest
+++ b/dev-db/percona-toolkit/Manifest
@@ -1,2 +1,3 @@
 DIST percona-toolkit-2.2.11.tar.gz 1389718 SHA256 
848a8a57bf04dc1b2cc2ab555dd594a2c708b76656042ff38b1a91b8ccb1df4b SHA512 
d5e34fce1b6b69dfc1a8ecd7bcbe84e586e950976553f4fd30afb887a850770c08990216e41fc194bdd0a5642034905ee2d69c2f8b3781503c9b4aab47017cdb
 WHIRLPOOL 
79e02087c97b86e6e282215cf73c89d7d6842978a1d40d3b9e2a484437e6939a9957c7028feb8690ffc8b915c26627c943204f230f4cb09749bb3e22ec4189ff
 DIST percona-toolkit-2.2.17.tar.gz 1420968 SHA256 
5a49c84bd8cf9dceca943f1e2879d0a67b58b73325dc7db725aec81a6a125262 SHA512 
a6ac84db9fc77b57fffd4f18b1e6c147fa39821a8b8db128af15bac6884a2937f973aa59adb05b738c3a15d9006c71db49276207c5b321acbefd8bd3a6130b76
 WHIRLPOOL 
f2041c61f0e58c68cad1cb1ddca09aca7f9c0b9bb2ffc81303e80e483211b5fcf59f176d32d9bc324cf1bce6404fe15ad730fda40ad5c9b96c4bc81fc5b9e437
+DIST percona-toolkit-2.2.19.tar.gz 1425623 SHA256 
e9f4d4730265813fa7a39ed8799d12ca5775c8e5d6fa27ff48bae11db0f7e671 SHA512 
8da35e2ee4d81465131623e5b423c2c49c0bf0faf01862952dd5ca72c2ffea64fabcaf88dda883e633e23de8ae4a6c75a095a751708bac6a8136fc8daaae2383
 WHIRLPOOL 
7539e661230c321b3ba74b625a67d1e19d3c21676e2e5bbc66d843c1f896df6fc679e406d2703c42b990e7446f490f2fb2cd39298059eb382fbc8af39a46bc31

diff --git 
a/dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch 
b/dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch
new file mode 100644
index 000..283299b
--- /dev/null
+++ b/dev-db/percona-toolkit/files/percona-toolkit-2.2.19-fix-package-name.patch
@@ -0,0 +1,13 @@
+Source https://github.com/percona/percona-toolkit/pull/84
+Adapted to current version
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,7 +1,7 @@
+ use ExtUtils::MakeMaker;
+
+ WriteMakefile(
+-NAME  => 'percona-toolkit',
++NAME  => 'Percona::Toolkit',
+ VERSION   => '2.2.19',
+ EXE_FILES => [  ],
+ MAN1PODS  => {

diff --git a/dev-db/percona-toolkit/percona-toolkit-2.2.19.ebuild 
b/dev-db/percona-toolkit/percona-toolkit-2.2.19.ebuild
new file mode 100644
index 000..2672360
--- /dev/null
+++ b/dev-db/percona-toolkit/percona-toolkit-2.2.19.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit perl-module
+
+DESCRIPTION="Advanced command-line tools to perform a variety of MySQL and 
system tasks"
+HOMEPAGE="https://www.percona.com/software/mysql-tools/percona-toolkit;
+SRC_URI="https://www.percona.com/downloads/${PN}/${PV}/tarball/${P}.tar.gz;
+
+LICENSE="|| ( GPL-2 Artistic )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+# Package warrants IUSE doc
+IUSE=""
+
+COMMON_DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   virtual/perl-Time-HiRes"
+RDEPEND="${COMMON_DEPEND}
+   dev-perl/JSON
+   dev-perl/libwww-perl
+   dev-perl/Role-Tiny
+   virtual/perl-File-Path
+   virtual/perl-Getopt-Long
+   virtual/perl-Time-Local
+   virtual/perl-Digest-MD5
+   virtual/perl-IO-Compress
+   virtual/perl-File-Temp
+   virtual/perl-File-Spec
+   virtual/perl-Scalar-List-Utils
+   dev-perl/TermReadKey"
+DEPEND="${COMMON_DEPEND}
+   virtual/perl-ExtUtils-MakeMaker"
+
+src_prepare() {
+   # Bug #501904 - CVE-2014-2029
+   # sed -i -e '/^=item --\[no\]version-check/,/^default: yes/{/^default: 
yes/d}' bin/*
+   eapply -p2 "${FILESDIR}"/${PN}-2.2.7-no-versioncheck.patch
+   eapply -p1 "${FILESDIR}"/${PN}-2.2.19-fix-package-name.patch
+
+   default
+}



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

2016-08-18 Thread Christian Ruppert
commit: 48ed8550c93240511894b01030f2b393150473fb
Author: Christian Ruppert  gentoo  org>
AuthorDate: Thu Aug 18 21:09:52 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Thu Aug 18 21:14:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ed8550

dev-db/percona-toolkit: Remove old version

Package-Manager: portage-2.3.0

 dev-db/percona-toolkit/Manifest|  1 -
 .../percona-toolkit/percona-toolkit-2.2.15.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest
index a449b93..d8d5ddd 100644
--- a/dev-db/percona-toolkit/Manifest
+++ b/dev-db/percona-toolkit/Manifest
@@ -1,3 +1,2 @@
 DIST percona-toolkit-2.2.11.tar.gz 1389718 SHA256 
848a8a57bf04dc1b2cc2ab555dd594a2c708b76656042ff38b1a91b8ccb1df4b SHA512 
d5e34fce1b6b69dfc1a8ecd7bcbe84e586e950976553f4fd30afb887a850770c08990216e41fc194bdd0a5642034905ee2d69c2f8b3781503c9b4aab47017cdb
 WHIRLPOOL 
79e02087c97b86e6e282215cf73c89d7d6842978a1d40d3b9e2a484437e6939a9957c7028feb8690ffc8b915c26627c943204f230f4cb09749bb3e22ec4189ff
-DIST percona-toolkit-2.2.15.tar.gz 1401540 SHA256 
ad9fffcee66852ac19c5d138e17474ff48af0083bc0fd8d0a6fb9400bab130f3 SHA512 
b7035701909c3587ded1438bef7bdaa4ca1f40b339dbce001826aeadff46335ff39023a020c05ebd3e81a9ede70de26a162c48e5852e47577e7c6b3ec49a57c0
 WHIRLPOOL 
782134712d7562699f6e1f60299852d67e1bb1193c846c4cf48dba666f4fac44da655157bd2d5dafb4ae89db64e371d8e2e875d0397b8d2c3f257302928873d4
 DIST percona-toolkit-2.2.17.tar.gz 1420968 SHA256 
5a49c84bd8cf9dceca943f1e2879d0a67b58b73325dc7db725aec81a6a125262 SHA512 
a6ac84db9fc77b57fffd4f18b1e6c147fa39821a8b8db128af15bac6884a2937f973aa59adb05b738c3a15d9006c71db49276207c5b321acbefd8bd3a6130b76
 WHIRLPOOL 
f2041c61f0e58c68cad1cb1ddca09aca7f9c0b9bb2ffc81303e80e483211b5fcf59f176d32d9bc324cf1bce6404fe15ad730fda40ad5c9b96c4bc81fc5b9e437

diff --git a/dev-db/percona-toolkit/percona-toolkit-2.2.15.ebuild 
b/dev-db/percona-toolkit/percona-toolkit-2.2.15.ebuild
deleted file mode 100644
index f2aba78..000
--- a/dev-db/percona-toolkit/percona-toolkit-2.2.15.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils perl-app perl-module toolchain-funcs
-
-DESCRIPTION="essential command-line utilities for MySQL"
-HOMEPAGE="http://www.percona.com/software/percona-toolkit/;
-SRC_URI="http://www.percona.com/downloads/${PN}/${PV}/tarball/${P}.tar.gz;
-
-LICENSE="|| ( GPL-2 Artistic )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-# Package warrants IUSE doc
-IUSE=""
-
-COMMON_DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   virtual/perl-Time-HiRes"
-RDEPEND="${COMMON_DEPEND}
-   dev-perl/JSON
-   dev-perl/libwww-perl
-   dev-perl/Role-Tiny
-   virtual/perl-File-Path
-   virtual/perl-Getopt-Long
-   virtual/perl-Time-Local
-   virtual/perl-Digest-MD5
-   virtual/perl-IO-Compress
-   virtual/perl-File-Temp
-   virtual/perl-File-Spec
-   virtual/perl-Scalar-List-Utils
-   dev-perl/TermReadKey"
-DEPEND="${COMMON_DEPEND}
-   virtual/perl-ExtUtils-MakeMaker"
-
-src_prepare() {
-   # bug 501904 - CVE-2014-2029
-   # sed -i -e '/^=item --\[no\]version-check/,/^default: yes/{/^default: 
yes/d}' bin/*
-   epatch "${FILESDIR}/${PN}-2.2.7-no-versioncheck.patch"
-}
-
-# Percona Toolkit does NOT contain the UDF code for Murmur/FNV any more.
-src_install() {
-   perl-module_src_install
-   dodoc docs/percona-toolkit.pod
-}



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

2016-08-18 Thread Matt Thode
commit: 43d54c0b1029a18779588b23fb6cdbe5fa0fa4ba
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 18 21:12:23 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 18 21:13:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d54c0b

app-emulation/cloud-init: bup

Package-Manager: portage-2.2.28

 app-emulation/cloud-init/Manifest  |  1 +
 app-emulation/cloud-init/cloud-init-0.7.7.ebuild   | 86 ++
 .../files/cloud-init-0.7.7-gentooinit.patch| 34 +
 3 files changed, 121 insertions(+)

diff --git a/app-emulation/cloud-init/Manifest 
b/app-emulation/cloud-init/Manifest
index 6a04d99..343c268 100644
--- a/app-emulation/cloud-init/Manifest
+++ b/app-emulation/cloud-init/Manifest
@@ -1,2 +1,3 @@
 DIST cloud-init-0.7.6.tar.gz 515670 SHA256 
9e8fd22eb7f6e40ae6a5f66173ddc3cc18f65ee406c460a728092b37db2f3ed7 SHA512 
aa2397328afda8e77ed6d642e7642f41a4b4b5bcd3d0e87056aa8c88b56624ec65c57cfc66b0d13ccc235f1840baf1d577316974902a0439cf2f2eb0f8eef36d
 WHIRLPOOL 
639a556e51b4b4b180951f9e481f9a0dcd45067d1d5760ce7e871ceea8bbb4e195258d96273d3ef88c7e2f2520318e9172c3ad0cb23d6ad0ae1835e17087e3a5
 DIST cloud-init-0.7.6_p1212.tar.gz 451717 SHA256 
d213ee72a62cef5ef63369737a52c0ce0c2034ca1ae230925b6679f4335e685d SHA512 
25c5d1cc7c8fa887859624b4f28416d455063c278e3f00bfb3561ab0c99aa708d9fa431ff17c42994aba43eb985538982e5175bf0531857cc18fd8e724ef1fd3
 WHIRLPOOL 
d6608c750370fd470d6aae0e88125e9e56b424c40a5b1131b610cb675808b1f7e0657169273db29c4e994d3dce12f6076566eccbac6deee8c4277ffd33ceae38
+DIST cloud-init-0.7.7.tar.gz 477287 SHA256 
d7b75e314ecdb99619014f21f3b622294a6c3bde248887dfb5e9cedb927ad0b0 SHA512 
06cd2bba67da9668204416073af771145668db43777d6f183dcb54e8e1d9d12471fe3bfc99dfbc03a81814c5614347ff7d6acc5dbe117e1206d7fc2041ae4b62
 WHIRLPOOL 
9fccfba02aacc138dc62a6be9547fa1e5bd6959a96eef9b7f6f1ac86112049b36751882d954ac0e8d7aa5bf9580c5e27ec9abfdc2ef542628af448c00c468a09

diff --git a/app-emulation/cloud-init/cloud-init-0.7.7.ebuild 
b/app-emulation/cloud-init/cloud-init-0.7.7.ebuild
new file mode 100644
index 000..1453bb7
--- /dev/null
+++ b/app-emulation/cloud-init/cloud-init-0.7.7.ebuild
@@ -0,0 +1,86 @@
+# 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 python3_5 )
+
+inherit distutils-r1 eutils multilib systemd
+
+DESCRIPTION="cloud initialisation magic"
+HOMEPAGE="https://launchpad.net/cloud-init;
+# Launchpad does not provide consistent checksums 
https://bugs.launchpad.net/launchpad/+bug/1576338
+# 
SRC_URI="http://bazaar.launchpad.net/~${PN}-dev/${PN}/trunk/tarball/${PV/*_p} 
-> ${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz 
http://dev.gentoo.org/~prometheanfire/dist/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   dev-python/oauthlib[${PYTHON_USEDEP}]
+   dev-python/prettytable[${PYTHON_USEDEP}]
+   dev-python/pyserial[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${CDEPEND}
+   >=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-python/pep8[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/hacking[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/iproute2
+   sys-fs/growpart
+   virtual/logger
+"
+
+PATCHES=( "${FILESDIR}/cloud-init-0.7.7-gentooinit.patch" )
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   emake test
+}
+
+python_install() {
+   distutils-r1_python_install "--init-system=sysvinit_openrc"
+}
+
+python_install_all() {
+   keepdir /etc/cloud
+
+   distutils-r1_python_install_all
+
+   chmod +x "${D}"/etc/init.d/cloud-config
+   chmod +x "${D}"/etc/init.d/cloud-final
+   chmod +x "${D}"/etc/init.d/cloud-init
+   chmod +x "${D}"/etc/init.d/cloud-init-local
+
+   insinto /etc/cloud/templates
+   doins "${FILESDIR}/hosts.gentoo.tmpl"
+   insinto /etc/cloud
+   doins "${FILESDIR}/cloud.cfg"
+
+   systemd_dounit "${S}"/systemd/cloud-config.service
+   systemd_dounit "${S}"/systemd/cloud-config.target
+   systemd_dounit "${S}"/systemd/cloud-final.service
+   systemd_dounit "${S}"/systemd/cloud-init-local.service
+   systemd_dounit "${S}"/systemd/cloud-init.service
+}

diff --git 

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

2016-08-18 Thread Zac Medico
commit: 298cd2a3de67822aaaed643d1a6b9f23cddd98ac
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Aug 18 21:04:36 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Aug 18 21:10:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298cd2a3

dev-python/case: new package

Package-Manager: portage-2.3.0

 dev-python/case/Manifest  |  1 +
 dev-python/case/case-1.2.3.ebuild | 21 +
 dev-python/case/metadata.xml  | 11 +++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
new file mode 100644
index 000..f57cf44
--- /dev/null
+++ b/dev-python/case/Manifest
@@ -0,0 +1 @@
+DIST case-1.2.3.tar.gz 55405 SHA256 
6e6a6b824ee2641657415305a343fa66d3cf9c29f25202ba749957b4f17f5051 SHA512 
7dcc2fc593e4c5382879b9f09aecc35c0937d1070d945688e641d08611ecc263531a9d87eef730685cab41ed32a0e770b06ff36060b212d288752442814700e0
 WHIRLPOOL 
c88f5e70cd2f377d3b0ff68110610d4a15ee76067b2bd5ea3243a667c9ff0baf2d6d235e555dd4c7a6da4e0c26aa81f3f9325672695f64603cdeedcf6b3079c1

diff --git a/dev-python/case/case-1.2.3.ebuild 
b/dev-python/case/case-1.2.3.ebuild
new file mode 100644
index 000..2cbcd62
--- /dev/null
+++ b/dev-python/case/case-1.2.3.ebuild
@@ -0,0 +1,21 @@
+# 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} pypy  pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python unittest Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/case/metadata.xml b/dev-python/case/metadata.xml
new file mode 100644
index 000..8b0594a
--- /dev/null
+++ b/dev-python/case/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   
+   
+   case
+   celery/case
+   
+



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

2016-08-18 Thread Zac Medico
commit: f2163feed1bc49a5f8189aa68781f8586dd901b3
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Aug 18 21:07:50 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Aug 18 21:10:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2163fee

dev-python/billiard: version bump to 3.5.0.0

Package-Manager: portage-2.3.0

 dev-python/billiard/Manifest|  1 +
 dev-python/billiard/billiard-3.5.0.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-python/billiard/Manifest b/dev-python/billiard/Manifest
index 58637ad..9c629a4 100644
--- a/dev-python/billiard/Manifest
+++ b/dev-python/billiard/Manifest
@@ -3,3 +3,4 @@ DIST billiard-3.3.0.19.tar.gz 150943 SHA256 
6e6b8ec6e45b89389051737c7e6215d8e55a
 DIST billiard-3.3.0.20.tar.gz 150990 SHA256 
688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc SHA512 
e068be5e0bc8bc68a38dd1cec2574da25494cfac2d9b4b951af3fd9f019080a4fe402d4b407162bcc0edbd0ac4fa406a964913e4bf1dd98dbf8a937294a34321
 WHIRLPOOL 
41a2ae0648d7f960c569491d0dea519787e3ba779fa27e71c2dcf12e7955175cf3b9697ca750f4e164e263abd880af287f5645c0864115ef88bb0088d31b74c2
 DIST billiard-3.3.0.21.tar.gz 151141 SHA256 
9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9 SHA512 
29c3e0b78858dc4693a122360a23b8a0f4a40f542ef5451b1c26e8606623a40a586f2f5a99d04ff91dd2dcc34f084fa35d6ee80ca6efd98690517dd46c6ead8b
 WHIRLPOOL 
cf4e9476e0b7b18f62f945408f98d96820ee8837dd4838e9fd7c080784e66c5688fe1c05bc91927aeb57365f036ef60b200220958b1bcf14c57dc8723434b7e5
 DIST billiard-3.3.0.22.tar.gz 151192 SHA256 
d216181387317f8696c6d1c80a2491258d037493c1f0c6eb58992a549481e77e SHA512 
751d6406efa4d4854070921eb91fa000e8cd01adebe36627e6cb1fb2281a9c9ab49694d3692fd666f8782804db5590f1fde9318873bbaa6765bcb45fad517bed
 WHIRLPOOL 
6c25ff76fdfd50dd6cea63504acc412d264f354b2235ef6eab1444e8cf0c737bfd729da1107362bbd3afb1e813fb2c6f709ad9139db8c8a5f3f9f4497573e296
+DIST billiard-3.5.0.0.tar.gz 155959 SHA256 
800fa0ac7b362585d43d2d4b8d6aeb5ada25796121956e15dc1e68cfe5319234 SHA512 
c73adb0cd470e66cc6aaca848f24a991df3eda44e7adf0e83d2a7a1e87bba4381b165842e8cd297d43a4d01d4c006953107354b841cdad9fdde4e00e7a80c4f1
 WHIRLPOOL 
8b63cfd62dcf7f33c6441a6cc0f9fc6b668bef694c823ff6b3ffec3e6ea2d8c183639011d791038c621d83991ae686f9cfae50d8ece87b6c9ff373e935f55740

diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild 
b/dev-python/billiard/billiard-3.5.0.0.ebuild
new file mode 100644
index 000..002e9c5
--- /dev/null
+++ b/dev-python/billiard/billiard-3.5.0.0.ebuild
@@ -0,0 +1,58 @@
+# 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} pypy  pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python multiprocessing fork"
+HOMEPAGE="https://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/case[${PYTHON_USEDEP}]
+   >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.4[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy pypy3 )
+   )"
+# The usual req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if !  python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
+}
+
+python_test() {
+   cd "${BUILD_DIR}" || die
+   # The teardown in __init__.py breaks pypy's installed nose
+   if [[ "${EPYTHON}" == pypy ]]; then
+   rm lib/billiard/tests/__init__.py || die
+   echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
+   fi
+   nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+   distutils-r1_python_install_all
+}



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

2016-08-18 Thread Christian Ruppert
commit: 9ca2349f9031c19c9666f477849df21deec88eae
Author: Christian Ruppert  gentoo  org>
AuthorDate: Thu Aug 18 21:07:46 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Thu Aug 18 21:07:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca2349f

dev-db/xtrabackup-bin: Version bump

Package-Manager: portage-2.3.0

 dev-db/xtrabackup-bin/Manifest| 4 ++--
 .../{xtrabackup-bin-2.4.1.ebuild => xtrabackup-bin-2.4.4.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/xtrabackup-bin/Manifest b/dev-db/xtrabackup-bin/Manifest
index 18d4ea7..453e434 100644
--- a/dev-db/xtrabackup-bin/Manifest
+++ b/dev-db/xtrabackup-bin/Manifest
@@ -1,2 +1,2 @@
-DIST percona-xtrabackup-2.4.1-Linux-i686.tar.gz 79585648 SHA256 
be80de6c40aa13717566cd4a6c7d8ee26933c0df0656f800e1e88a6d00f8303d SHA512 
8aaa8b3490fc975925e061138c62976c0b64a6578cf725b73786fd9ce71065115cc857fd06ebecf771dbbacaca00428fd342498275ac8af0235a1a27b2cb50e3
 WHIRLPOOL 
51919ec6872687d709d87c2a962c07c76a2fa7f95baa810af473e2869d6d58f79023a944385d0084dda7c51b55949916752672475f4561c0bd8e627395bbf432
-DIST percona-xtrabackup-2.4.1-Linux-x86_64.tar.gz 80754302 SHA256 
ba1423df58da1ca21d9db4ea6c3d29886a52af708bfb85859f89d1aaa4135b21 SHA512 
38c0229674154eb5e17b3300f9d8a413f7ec548f8357a1ad3309f0353f32a479f59767679d364a76b8ffa5b72bb764bb2d4f162ad5a28993f71b69bd95869a7b
 WHIRLPOOL 
ca8994c40d215c9389f8a16f56a5445fc327cc104be56d908dd330b20ff2b8e94ec51ce56b3984771f47d2163b5dd36c62e0e8636a51524c645273a807252401
+DIST percona-xtrabackup-2.4.4-Linux-i686.tar.gz 80913003 SHA256 
0f822861fd38b45132f2529fea0d9662407a6f232cb842ecc29c3cddc8e7e448 SHA512 
88ab0c46a6bdb4c524e66f5f58a8a32f5cb0b728129eadda4c5002625c4fcedd48f4c6328af3745bcdae5a6c2d17c77dbd72b860b35728f16379d3f98add412a
 WHIRLPOOL 
59ecd56e98584b8f7378671f592a9a130c0c86a6c36735a06dec4fe6a069cd52d1df1627363c257ff4362fc4c176838eaff614bc674c5f38abc4adf4aa2c284c
+DIST percona-xtrabackup-2.4.4-Linux-x86_64.tar.gz 82348558 SHA256 
1e59e4d061d9af9bbb821dc70dd8ee98a25afd70c5663f3c43d1011468d28b47 SHA512 
265ffc8a6976daaa8de2a22e1db2a15734fcbfe4881cb3482130fccbc69bda7302b013adb2c52cf93a1881baaaec2b08e98f3e5252b295802a426a2597960039
 WHIRLPOOL 
5aef403ee24473b0300bd1f7c47c94ea9b34464f62273a4889cac814736764e1312455dc913a6556b97eebb70e3ec7fb365d72b24c8315f8029ed88f5f4c3036

diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild 
b/dev-db/xtrabackup-bin/xtrabackup-bin-2.4.4.ebuild
similarity index 100%
rename from dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild
rename to dev-db/xtrabackup-bin/xtrabackup-bin-2.4.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/xtrabackup-bin/files/, dev-db/xtrabackup-bin/

2016-08-18 Thread Christian Ruppert
commit: 480871067e25d5c1ae230d93132cc4c33080e081
Author: Christian Ruppert  gentoo  org>
AuthorDate: Thu Aug 18 20:54:35 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Thu Aug 18 20:54:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48087106

dev-db/xtrabackup-bin: Remove old version

Package-Manager: portage-2.3.0

 dev-db/xtrabackup-bin/Manifest |  2 -
 .../xtrabackup-bin-2.1.7-no-versioncheck.patch | 13 -
 dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild  | 60 --
 3 files changed, 75 deletions(-)

diff --git a/dev-db/xtrabackup-bin/Manifest b/dev-db/xtrabackup-bin/Manifest
index 1f688fd..18d4ea7 100644
--- a/dev-db/xtrabackup-bin/Manifest
+++ b/dev-db/xtrabackup-bin/Manifest
@@ -1,4 +1,2 @@
-DIST percona-xtrabackup-2.2.5-5027-Linux-i686.tar.gz 24942813 SHA256 
b904bb8d7bc48b48aaadf1af8a21df9987198f36c23c576e2a2090c9e06eb55a SHA512 
16ca7739e43b65f22ac5ab9cc9e0e701d4b0ecbe179ebac70719902000a36cb37de87446b9a2830813fe2714ffdfa7bccb938961951c01804d8e2ec98f6d7c10
 WHIRLPOOL 
3d565e29ddaf9f21d3c0e85d49f2ba8379ab1c07961561853abdc197bbf3c4c7aa067e9e0da3d5de96569b41834282e2954a02e4d8169ed0030606c3f4169e6c
-DIST percona-xtrabackup-2.2.5-5027-Linux-x86_64.tar.gz 25313698 SHA256 
90b5ca03e872581e95aa3e24972212940417d3c64879b28bc37a848f89bba7e9 SHA512 
54576cecd24797730ab0b262558424e2716135de88ccc80dfb7716adfcf404fdb2ac2ceec99b436eb1e31392fffdf5eba122e15070cc0f10906aaf5617bada85
 WHIRLPOOL 
655143c2a75db8a38b9f97a657c3c199bf1054552a5b638ff8c27d3ad76b1d67b1504628077577664711010c8085b3185a754507c0f330e5603e94ebccbf25d2
 DIST percona-xtrabackup-2.4.1-Linux-i686.tar.gz 79585648 SHA256 
be80de6c40aa13717566cd4a6c7d8ee26933c0df0656f800e1e88a6d00f8303d SHA512 
8aaa8b3490fc975925e061138c62976c0b64a6578cf725b73786fd9ce71065115cc857fd06ebecf771dbbacaca00428fd342498275ac8af0235a1a27b2cb50e3
 WHIRLPOOL 
51919ec6872687d709d87c2a962c07c76a2fa7f95baa810af473e2869d6d58f79023a944385d0084dda7c51b55949916752672475f4561c0bd8e627395bbf432
 DIST percona-xtrabackup-2.4.1-Linux-x86_64.tar.gz 80754302 SHA256 
ba1423df58da1ca21d9db4ea6c3d29886a52af708bfb85859f89d1aaa4135b21 SHA512 
38c0229674154eb5e17b3300f9d8a413f7ec548f8357a1ad3309f0353f32a479f59767679d364a76b8ffa5b72bb764bb2d4f162ad5a28993f71b69bd95869a7b
 WHIRLPOOL 
ca8994c40d215c9389f8a16f56a5445fc327cc104be56d908dd330b20ff2b8e94ec51ce56b3984771f47d2163b5dd36c62e0e8636a51524c645273a807252401

diff --git 
a/dev-db/xtrabackup-bin/files/xtrabackup-bin-2.1.7-no-versioncheck.patch 
b/dev-db/xtrabackup-bin/files/xtrabackup-bin-2.1.7-no-versioncheck.patch
deleted file mode 100644
index 5460e43..000
--- a/dev-db/xtrabackup-bin/files/xtrabackup-bin-2.1.7-no-versioncheck.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bin/innobackupex b/bin/innobackupex
-index 1df8d91..9729b6c 100755
 a/bin/innobackupex
-+++ b/bin/innobackupex
-@@ -142,7 +142,7 @@ my $option_rebuild_threads = 0;
- 
- my $option_debug_sleep_before_unlock = '';
- 
--my $option_version_check = '1';
-+my $option_version_check = '0';
- 
- my $option_force_non_empty_dirs = '';
- 

diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild 
b/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
deleted file mode 100644
index 2d55fe0..000
--- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="percona-${PN/-bin}"
-MY_PVR="${PV}-5027"
-MY_P="${MY_PN}-${PV}"
-MY_PF="${MY_PN}-${MY_PVR}"
-
-inherit eutils
-
-DESCRIPTION="MySQL hot backup software that performs non-blocking backups for
-InnoDB and XtraDB databases"
-HOMEPAGE="http://www.percona.com/software/percona-xtrabackup;
-SRC_URI="
-   amd64? (
-   
http://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_PF}-Linux-x86_64.tar.gz
-   )
-   x86? (
-   
http://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/binary/tarball/${MY_PF}-Linux-i686.tar.gz
-   )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-libs/libaio
-   dev-libs/libgcrypt:11/11
-   dev-libs/libgpg-error
-   dev-perl/DBD-mysql
-   sys-libs/zlib"
-
-src_unpack() {
-   default
-
-   if use amd64; then
-   S="${WORKDIR}/${MY_P}-Linux-x86_64"
-   elif use x86; then
-   S="${WORKDIR}/${MY_P}-Linux-i686"
-   fi
-}
-
-src_prepare() {
-   # bug 501904 - CVE-2014-2029
-   epatch "${FILESDIR}/${PN}-2.1.7-no-versioncheck.patch"
-}
-
-src_install() {
-   for bin in innobackupex xbcrypt xbstream xtrabackup; do
-   dobin bin/${bin}
-   done
-}
-
-pkg_postinst() {
-   einfo "xtrabackup 2.2.x is for MySQL/MariaDB 5.6 only"
-}



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

2016-08-18 Thread Christian Ruppert
commit: 53281f8174ce7727fdbe2bfe02afcfd029b262af
Author: Christian Ruppert  gentoo  org>
AuthorDate: Thu Aug 18 20:50:28 2016 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Thu Aug 18 20:50:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53281f81

net-proxy/haproxy: Version bump

Package-Manager: portage-2.3.0

 net-proxy/haproxy/Manifest   | 2 +-
 net-proxy/haproxy/{haproxy-1.6.7.ebuild => haproxy-1.6.8.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 68179c8..00567be 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -1,3 +1,3 @@
 DIST haproxy-1.5.14.tar.gz 1345345 SHA256 
9565dd38649064d0350a2883fa81ccfe92eb17dcda457ebdc01535e1ab0c8f99 SHA512 
83d6101fd402f37845ab3febc914335e4c6d9bdebbb0ff81c8e048d5252ffa5a1b77c4250a434fed5dd541ef1f1f2c47d969b59f7a51d6ab9aea38a8646a9798
 WHIRLPOOL 
7d2c580589b9b31e1eba169e4bf930ac42d2564e21eb1c25adbdd39b701abd221fd671ebc227167ab956a48b2c30eeb740a6394355a8fa748c408ee42fdff6fc
 DIST haproxy-1.5.18.tar.gz 1360582 SHA256 
14a5684d85cf65c34a8d441afff2aaa4dd9b4234e81b3d4ddd242e6e7c97257e SHA512 
b4f85986a6b1e0d152b643f576a0ff770fbc190457d3e0130fbb923ff9bf4d00b634e64edf0eadd5b47d0eb758fd9f6ecf33907fc4c21150a518064df954e7d0
 WHIRLPOOL 
5faf0aec42332564a3c392b0bbca25dc56c6a754672e1853ca765fc5d95d9ca963cd041dc705bbb38085a3da77219adf061966f2caa209e327ff02f3ee8fde3b
-DIST haproxy-1.6.7.tar.gz 1565243 SHA256 
583e0c0c3388c0597dea241601f3fedfe1d7ff8c735d471831be67315f58183a SHA512 
fba060517aa316c3c66ac709c4b718cba7d265565ce191f8b022410a5c1c34ca8383b18e3ad6b6f8d1d9ee7648768b0bf1cd76ad3de3449144b0529dc16fcd00
 WHIRLPOOL 
73eede3745213adb9915898ff1cdfb6798e6716547b1d888785e1da3653b2ad7068c76299dda3ba19a8cd5cf0addf97e841b6f2b6c4741a52c3402a94f96f56c
+DIST haproxy-1.6.8.tar.gz 1566594 SHA256 
a51b7bf667245369683f8aafb288c4e33cb55d36c4b4b836f1dfc9aa56bb095c SHA512 
692f93e0abf4ba457f74c25a17940ed855f39cbc50b4a4912e066cc8299cba5ba95d90dae98af95fbfa73b5b2fbb6ad21da7b6fa91cde7a91754f17f5bc332a3
 WHIRLPOOL 
1ecfced926da5c582bfe38fc20815bf57209c3c8afe5284a38c1e3e9446941993c8c3b2c9ba8b67256adf3c507d365fce02ab4ce175bbb411817b7753dee1a1c

diff --git a/net-proxy/haproxy/haproxy-1.6.7.ebuild 
b/net-proxy/haproxy/haproxy-1.6.8.ebuild
similarity index 100%
rename from net-proxy/haproxy/haproxy-1.6.7.ebuild
rename to net-proxy/haproxy/haproxy-1.6.8.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-libs/rb_libtorrent/files/, net-libs/rb_libtorrent/

2016-08-18 Thread Davide Pesavento
commit: 9a7268d86d008c69d0f0ccbb3cda4ed455febdba
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 20:24:15 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 20:30:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7268d8

net-libs/rb_libtorrent: revbump with several fixes and improvements

  * add libressl support (bug 574004)
  * use official "prepared" tarball, saves eautoreconf call (bug 577288)
  * link python bindings against the just-built library (bug 578026)
  * backport patch for CVE-2016-5301 (bug 585278)
  * add subslot
  * use system copy of geoip library and allow disabling it via USE flag
  * drop some obsolete/redundant options from econf invocation
  * revise which logging options are turned on by USE=debug
  * fix and unrestrict tests
  * don't install .la file when not needed

Package-Manager: portage-2.3.0

 net-libs/rb_libtorrent/Manifest|   1 +
 .../files/rb_libtorrent-1.0.9-CVE-2016-5301.patch  | 289 +
 .../rb_libtorrent-1.0.9-test_torrent_parse.patch   |  41 +++
 net-libs/rb_libtorrent/metadata.xml|   3 +-
 .../rb_libtorrent/rb_libtorrent-1.0.9-r2.ebuild| 114 
 5 files changed, 446 insertions(+), 2 deletions(-)

diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest
index e13d166..dcccf65 100644
--- a/net-libs/rb_libtorrent/Manifest
+++ b/net-libs/rb_libtorrent/Manifest
@@ -1,4 +1,5 @@
 DIST libtorrent-rasterbar-0.16.17.tar.gz 3018881 SHA256 
67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 SHA512 
532b2438e24c3ecad239480a1bd6241a0d73d40f8d5bdcf61ddfcee1a41f1644c9004d4f234968efd50158224219b78852ec936a05b75b15f3442b594460cdd6
 WHIRLPOOL 
755e201741ed77cf91cb0976cbaa83c645647341d2cfe40564552599f2792ba76bd02e82a94669d80b199f1a1d6290824686d2bb52d6b0da8663d2274176f3eb
 DIST libtorrent-rasterbar-0.16.19.tar.gz 3030253 SHA256 
9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982 SHA512 
8e605802cb1ae80228d253adba44da6f5af39e7d65c59f65e15444ed1122500529ee068f6d3608b1c2a249f18b4de695073f7b67772fa445618757697d779340
 WHIRLPOOL 
4429d07bd95f398a09f283a7cbcf6611aeb8ac5d2b8ed76d98f89d601aa6ed66e6eb8f044b351fad6cca3606351ccc67081dba7c8dd8d9c3c433eae84aedeb2c
 DIST libtorrent-rasterbar-1.0.7.tar.gz 3298005 SHA256 
3e16e024b175fefada17471c659fdbcfab235f9619d4f0913faa13cb02ca8d83 SHA512 
d60736af4b7c38317821810995dd9bec21688a9506e9b908394c2a1a87acd2abf23000856dedcad487b9ecc7b5680f83cfc09ff9db79af00fe21e94337daeacf
 WHIRLPOOL 
aff289e3ca85eedf688e8a898f0164a4d692e8c813b04dbae6323bc56003f5c3af862167a1d00a8bfe193dfda15d20a18a48bcbeac9313e29d6f2de35d20e621
+DIST libtorrent-rasterbar-1.0.9.tar.gz 3292886 SHA256 
11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6 SHA512 
68558d440c8220711a410e54a28316b7b98f6dd4d0dae2d56cee3a3f0bd031f8b0623a8eb3fde312c4d1b61b4be8fc21396cb3e9fd7f6d86e3a9a693ee036b66
 WHIRLPOOL 
2c2f695458fe1069d4159d308def7591bc318eed30e649bc5ad4579fef1c67d3ccabc6acfb7570ae09a9b78fe8c00f975c88d48231b9db71e714672e1043d1f5
 DIST rb_libtorrent-1.0.9.tar.gz 2977503 SHA256 
f4eadcbc779edc590d0162b0188c1b179d2cc72519c3756989ef925e376ddecd SHA512 
0980ebb5567310ad6f235899770cfc7a23ef754f5a8513e1baa8bbec139ff26006a6b47a1cca62e45da496b901c6646eee3dd76ab4bb5410ce3fc119e717c072
 WHIRLPOOL 
7c6862d9d4fbc27d6de04cba8ac605dbffafcf1b26a3519bc94964727416655450b74cb62928f27fa568dcc163c8a599ca78f080a86171b6e1283d9b794924b8

diff --git 
a/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.9-CVE-2016-5301.patch 
b/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.9-CVE-2016-5301.patch
new file mode 100644
index 000..19ebeeb
--- /dev/null
+++ b/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.9-CVE-2016-5301.patch
@@ -0,0 +1,289 @@
+From 22099cec46741417a6fb6df560468eb64655db33 Mon Sep 17 00:00:00 2001
+From: arvidn 
+Date: Sat, 4 Jun 2016 12:49:38 -0400
+Subject: [PATCH] back-port http_parser bugfix
+
+---
+ src/http_parser.cpp   |  32 +++
+ test/test_http_parser.cpp | 142 --
+
+diff --git a/src/http_parser.cpp b/src/http_parser.cpp
+index 7664cad..89de739 100644
+--- a/src/http_parser.cpp
 b/src/http_parser.cpp
+@@ -151,6 +151,7 @@ namespace libtorrent
+   if (m_state == read_status)
+   {
+   TORRENT_ASSERT(!m_finished);
++  TORRENT_ASSERT(pos <= recv_buffer.end);
+   char const* newline = std::find(pos, recv_buffer.end, 
'\n');
+   // if we don't have a full line yet, wait.
+   if (newline == recv_buffer.end)
+@@ -171,6 +172,7 @@ namespace libtorrent
+ 
+   char const* line = pos;
+   ++newline;
++  TORRENT_ASSERT(newline >= pos);
+   int incoming = int(newline - pos);
+   m_recv_pos += incoming;

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

2016-08-18 Thread Davide Pesavento
commit: 9c2dcda81afe398fb9f0e635168e73919e59ecb1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug  6 03:10:19 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 20:30:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2dcda8

net-libs/rb_libtorrent: remove a few old versions

Package-Manager: portage-2.3.0

 net-libs/rb_libtorrent/Manifest|   1 -
 .../rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild  |  73 -
 net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild  | 109 ---
 net-libs/rb_libtorrent/rb_libtorrent-1.0.9.ebuild  | 116 -
 4 files changed, 299 deletions(-)

diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest
index eece58d..e13d166 100644
--- a/net-libs/rb_libtorrent/Manifest
+++ b/net-libs/rb_libtorrent/Manifest
@@ -1,5 +1,4 @@
 DIST libtorrent-rasterbar-0.16.17.tar.gz 3018881 SHA256 
67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 SHA512 
532b2438e24c3ecad239480a1bd6241a0d73d40f8d5bdcf61ddfcee1a41f1644c9004d4f234968efd50158224219b78852ec936a05b75b15f3442b594460cdd6
 WHIRLPOOL 
755e201741ed77cf91cb0976cbaa83c645647341d2cfe40564552599f2792ba76bd02e82a94669d80b199f1a1d6290824686d2bb52d6b0da8663d2274176f3eb
 DIST libtorrent-rasterbar-0.16.19.tar.gz 3030253 SHA256 
9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982 SHA512 
8e605802cb1ae80228d253adba44da6f5af39e7d65c59f65e15444ed1122500529ee068f6d3608b1c2a249f18b4de695073f7b67772fa445618757697d779340
 WHIRLPOOL 
4429d07bd95f398a09f283a7cbcf6611aeb8ac5d2b8ed76d98f89d601aa6ed66e6eb8f044b351fad6cca3606351ccc67081dba7c8dd8d9c3c433eae84aedeb2c
 DIST libtorrent-rasterbar-1.0.7.tar.gz 3298005 SHA256 
3e16e024b175fefada17471c659fdbcfab235f9619d4f0913faa13cb02ca8d83 SHA512 
d60736af4b7c38317821810995dd9bec21688a9506e9b908394c2a1a87acd2abf23000856dedcad487b9ecc7b5680f83cfc09ff9db79af00fe21e94337daeacf
 WHIRLPOOL 
aff289e3ca85eedf688e8a898f0164a4d692e8c813b04dbae6323bc56003f5c3af862167a1d00a8bfe193dfda15d20a18a48bcbeac9313e29d6f2de35d20e621
-DIST rb_libtorrent-1.0.8.tar.gz 2977324 SHA256 
24498625d946b80b2269789fb666196240fe805a0b6417d83d1f4dd9ee5f9a7a SHA512 
7ab98712225e19224c969fe4c6cd2f21f0aff3f5130dc1b3a0ea1b339b23b3cd303e76aeec9ac23e253c77865c60fd6623f7c8cd4e336c5a16fdf3d4627b88e2
 WHIRLPOOL 
23c3f84f304e642c7c25239a8a209d37afde41454f8688ef1b24c680d0d268e9163244dc06b973a49a8173f7e1cd7b7bf4f359fb89294cee5868060a64dbb2eb
 DIST rb_libtorrent-1.0.9.tar.gz 2977503 SHA256 
f4eadcbc779edc590d0162b0188c1b179d2cc72519c3756989ef925e376ddecd SHA512 
0980ebb5567310ad6f235899770cfc7a23ef754f5a8513e1baa8bbec139ff26006a6b47a1cca62e45da496b901c6646eee3dd76ab4bb5410ce3fc119e717c072
 WHIRLPOOL 
7c6862d9d4fbc27d6de04cba8ac605dbffafcf1b26a3519bc94964727416655450b74cb62928f27fa568dcc163c8a599ca78f080a86171b6e1283d9b794924b8

diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild 
b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild
deleted file mode 100644
index f11971e..000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-PYTHON_REQ_USE="threads"
-DISTUTILS_OPTIONAL=true
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils multilib distutils-r1
-
-MY_P=${P/rb_/}
-MY_P=${MY_P/torrent/torrent-rasterbar}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="http://libtorrent.org;
-SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc examples python ssl static-libs test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-libs/boost-1.48:=[threads]
-   sys-libs/zlib
-   examples? ( !net-p2p/mldonkey )
-   ssl? ( dev-libs/openssl:0= )
-   python? (
-   ${PYTHON_DEPS}
-   dev-libs/boost[python,${PYTHON_USEDEP}]
-   )"
-DEPEND="${RDEPEND}
-   >=sys-devel/libtool-2.2"
-
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${P}-python.patch )
-
-src_configure() {
-   local myeconfargs=(
-   --disable-silent-rules # bug 441842
-   --with-boost-libdir=/usr/$(get_libdir)
-   $(use_enable debug)
-   $(use_enable test tests)
-   $(use_enable examples)
-   $(use_enable ssl encryption)
-   $(use_enable python python-binding)
-   $(usex debug "--enable-logging=verbose" "")
-   )
-
-   use python && python_setup
-
-   autotools-utils_src_configure
-   use python && cd "${BUILD_DIR}"/bindings/python && 
distutils-r1_src_configure
-}
-
-src_compile() {
-   autotools-utils_src_compile
-   use python && cd 

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

2016-08-18 Thread Markus Meier
commit: c1a5c56f61d98c9530e3b6b6734ac4bc7196e9ec
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:51:19 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:51:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a5c56f

dev-vcs/subversion: arm stable, bug #586046

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-vcs/subversion/subversion-1.9.4.ebuild 
b/dev-vcs/subversion/subversion-1.9.4.ebuild
index 3ac7edd..1055041 100644
--- a/dev-vcs/subversion/subversion-1.9.4.ebuild
+++ b/dev-vcs/subversion/subversion-1.9.4.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.7.12



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

2016-08-18 Thread Markus Meier
commit: 447ef4d34c916a9f05cf657fd228c16066b9e777
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:43:44 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:43:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447ef4d3

dev-php/PEAR-Net_LDAP2: add ~arm, bug #589104

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild 
b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
index ac08f35..30af621 100644
--- a/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
+++ b/dev-php/PEAR-Net_LDAP2/PEAR-Net_LDAP2-2.2.0-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 MY_PN="${PN/PEAR-/}"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 DESCRIPTION="OO interface for searching and manipulating LDAP-entries"
 HOMEPAGE="https://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_PN}-${PV}.tgz;



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

2016-08-18 Thread Markus Meier
commit: 9200e566938266b1720d832e8040f5917f65abeb
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:43:02 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:43:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9200e566

dev-php/phpunit: add ~arm, bug #589104

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 dev-php/phpunit/phpunit-5.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phpunit/phpunit-5.0.10.ebuild 
b/dev-php/phpunit/phpunit-5.0.10.ebuild
index 4c2b768..51e9e64 100644
--- a/dev-php/phpunit/phpunit-5.0.10.ebuild
+++ b/dev-php/phpunit/phpunit-5.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="https://phar.phpunit.de/${PHPUNIT_PHAR};
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE=""
 
 DEPEND="



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

2016-08-18 Thread Markus Meier
commit: 6d3b36ddabaf394ddd59de90d2ac996bf05751f0
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:42:18 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:42:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3b36dd

dev-ruby/listen: add ~arm, bug #589798

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/listen/listen-3.1.5.ebuild 
b/dev-ruby/listen/listen-3.1.5.ebuild
index 0e2a7c9..7fec157 100644
--- a/dev-ruby/listen/listen-3.1.5.ebuild
+++ b/dev-ruby/listen/listen-3.1.5.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/guard/listen;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="test"
 
 # Block on other packages trying to install a /usr/bin/listen



[gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/

2016-08-18 Thread Michael Palimaka
commit: 88bdc10579f67180038744dac2aec0d78e9acb04
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 19:41:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 19:41:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bdc105

dev-games/tiled: version bump

Package-Manager: portage-2.3.0

 dev-games/tiled/Manifest|  1 +
 dev-games/tiled/tiled-0.17.0.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index e619f8b..5c8c2cf 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1 +1,2 @@
 DIST tiled-0.16.2.tar.gz 4503339 SHA256 
801f607ae1eb306cbffd5d3e42ac1131dca0c0be958e126c8cc842474351 SHA512 
a8cd9aee4111586de16935e00824b4adcea69a8e610578fa1f0cf417d2320f5e60aa97796221c9962bfbb7a0198bcfc79c47cde6f43531165d93ab6c0263060f
 WHIRLPOOL 
b1960db6c7d70ff8be7a4fa0e03df3bfe779eecbc25562e4e6d5c61c7a4963d01f42b6f716f70d23b2cd14bf16a1a5a9fee42c806f49a08cecaf88dec61eeb83
+DIST tiled-0.17.0.tar.gz 4852620 SHA256 
f7fce2006a04c9e6e5d45a15fb31d342a4a66f7a01e1e6bc0753035cfbf42f31 SHA512 
bf9b0cdd08c9091238a5e37f0670f2f3c389a46892c682a81f817e5daae0e6e3b13edf5d61a4105d9064e44585a4d6c7f7956b4c69b14488ee04af1834bf066c
 WHIRLPOOL 
9e8b21098016cb20be66071e115f678bd10531a63b99c949e8a0e04ba6302834c414cc1ddf294f36b13bf1e43c22b9403a2aa13dc52ddbe84c24eb95d9b88ddb

diff --git a/dev-games/tiled/tiled-0.17.0.ebuild 
b/dev-games/tiled/tiled-0.17.0.ebuild
new file mode 100644
index 000..7caaf47
--- /dev/null
+++ b/dev-games/tiled/tiled-0.17.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
+
+DESCRIPTION="A general purpose tile map editor"
+HOMEPAGE="http://www.mapeditor.org/;
+SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz;
+
+LICENSE="BSD BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples python"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.6:5
+   >=dev-qt/qtgui-5.6:5
+   >=dev-qt/qtnetwork-5.6:5
+   >=dev-qt/qtopengl-5.6:5
+   >=dev-qt/qtwidgets-5.6:5
+   sys-libs/zlib
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+DOCS=( AUTHORS COPYING NEWS.md README.md )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
DISABLE_PYTHON_PLUGIN="$(usex !python)"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   einstalldocs
+
+   if use examples ; then
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   fi
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}



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

2016-08-18 Thread Markus Meier
commit: 69a8b17da2f2e285368373e69c2757d1da38a5f2
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:41:27 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:41:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a8b17d

dev-ruby/ruby_dep: add ~arm, bug #589798

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/ruby_dep/ruby_dep-1.4.0.ebuild 
b/dev-ruby/ruby_dep/ruby_dep-1.4.0.ebuild
index 61b116c..7433826 100644
--- a/dev-ruby/ruby_dep/ruby_dep-1.4.0.ebuild
+++ b/dev-ruby/ruby_dep/ruby_dep-1.4.0.ebuild
@@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/e2/ruby_dep;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE=""



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

2016-08-18 Thread Markus Meier
commit: c40b72e03724f94b2fe96d5331a1cede5826921a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:40:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:40:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40b72e0

media-libs/libmikmod: arm stable, bug #591424

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 media-libs/libmikmod/libmikmod-3.3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmikmod/libmikmod-3.3.8.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.8.ebuild
index 2219384..19150b5 100644
--- a/media-libs/libmikmod/libmikmod-3.3.8.ebuild
+++ b/media-libs/libmikmod/libmikmod-3.3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
 
 LICENSE="LGPL-2+ LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
 
 REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"



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

2016-08-18 Thread Markus Meier
commit: 8d93a4ec0ed8cea80fd8aa27415a2fa301bf0299
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:39:42 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:39:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d93a4ec

dev-util/yacc: arm stable, bug #591024

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 dev-util/yacc/yacc-1.9.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/yacc/yacc-1.9.1-r6.ebuild 
b/dev-util/yacc/yacc-1.9.1-r6.ebuild
index 9406382..b31fc70 100644
--- a/dev-util/yacc/yacc-1.9.1-r6.ebuild
+++ b/dev-util/yacc/yacc-1.9.1-r6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/

2016-08-18 Thread Markus Meier
commit: 3c26a02ed403c87a417045f3ee50a868195031f0
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:38:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:38:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c26a02e

net-fs/autofs: arm stable, bug #590304

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 net-fs/autofs/autofs-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/autofs/autofs-5.1.2.ebuild 
b/net-fs/autofs/autofs-5.1.2.ebuild
index 863a883..ba2a2fe 100644
--- a/net-fs/autofs/autofs-5.1.2.ebuild
+++ b/net-fs/autofs/autofs-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
 
 # USE="sasl" adds SASL support to the LDAP module which will not be build. If



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

2016-08-18 Thread Markus Meier
commit: 501ec2537b068172c6da4ef5ab9074bbd579c0f4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:37:56 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:37:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501ec253

dev-db/postgresql: arm stable, bug #591052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/postgresql/postgresql-9.5.4.ebuild 
b/dev-db/postgresql/postgresql-9.5.4.ebuild
index e58671f..4502d61 100644
--- a/dev-db/postgresql/postgresql-9.5.4.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.4.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-08-18 Thread Markus Meier
commit: 3db65e2870eafa348fb5b2587965d43368a60c72
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:36:52 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:36:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db65e28

dev-db/postgresql: arm stable, bug #591052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/postgresql/postgresql-9.4.9.ebuild 
b/dev-db/postgresql/postgresql-9.4.9.ebuild
index df0924a..6305109 100644
--- a/dev-db/postgresql/postgresql-9.4.9.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.9.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-08-18 Thread Markus Meier
commit: 5122cb9f659f6035afa03883cfc20c4ebfd6e446
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:35:46 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:35:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5122cb9f

dev-db/postgresql: arm stable, bug #591052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/postgresql/postgresql-9.3.14.ebuild 
b/dev-db/postgresql/postgresql-9.3.14.ebuild
index 1c140af..f4ec2fa 100644
--- a/dev-db/postgresql/postgresql-9.3.14.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.14.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-08-18 Thread Markus Meier
commit: 9a5203d2307f977a49c19f7ea8683c504d6f2fc7
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:34:42 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:34:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5203d2

dev-db/postgresql: arm stable, bug #591052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/postgresql/postgresql-9.2.18.ebuild 
b/dev-db/postgresql/postgresql-9.2.18.ebuild
index 6eea742..b8a6e55 100644
--- a/dev-db/postgresql/postgresql-9.2.18.ebuild
+++ b/dev-db/postgresql/postgresql-9.2.18.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-08-18 Thread Markus Meier
commit: 545701b43e9d5f0c1687440abefa57b3b94f9fe3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:33:38 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:33:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545701b4

dev-db/postgresql: arm stable, bug #591052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/postgresql/postgresql-9.1.23.ebuild 
b/dev-db/postgresql/postgresql-9.1.23.ebuild
index a728f51..a226c27 100644
--- a/dev-db/postgresql/postgresql-9.1.23.ebuild
+++ b/dev-db/postgresql/postgresql-9.1.23.ebuild
@@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-08-18 Thread Markus Meier
commit: 7248b64648e35a42fe8cd9788f8ea55702f38646
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:32:00 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:32:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7248b646

dev-libs/nettle: arm stable, bug #590484

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 dev-libs/nettle/nettle-3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nettle/nettle-3.2-r1.ebuild 
b/dev-libs/nettle/nettle-3.2-r1.ebuild
index 211e3c6..7ed9125 100644
--- a/dev-libs/nettle/nettle-3.2-r1.ebuild
+++ b/dev-libs/nettle/nettle-3.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/6" # subslot = libnettle soname version
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
 
 DEPEND="gmp? ( >=dev-libs/gmp-5.0:0[${MULTILIB_USEDEP}] )"



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

2016-08-18 Thread Markus Meier
commit: 6164947895c81ea399d19e857df4ec19e521a200
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:31:10 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:31:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61649478

media-gfx/potrace: arm stable, bug #564874

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 media-gfx/potrace/potrace-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/potrace/potrace-1.13.ebuild 
b/media-gfx/potrace/potrace-1.13.ebuild
index 97ad84c..4efd8d4 100644
--- a/media-gfx/potrace/potrace-1.13.ebuild
+++ b/media-gfx/potrace/potrace-1.13.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="metric static-libs"
 
 RDEPEND="sys-libs/zlib"



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2016-08-18 Thread Markus Meier
commit: 20819e57596934a7597f274df4f06f2f3917b0f1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:30:21 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:30:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20819e57

app-portage/repoman: arm stable, bug #589878

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 app-portage/repoman/repoman-2.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-2.3.0-r1.ebuild 
b/app-portage/repoman/repoman-2.3.0-r1.ebuild
index 9056922..2a2e669 100644
--- a/app-portage/repoman/repoman-2.3.0-r1.ebuild
+++ b/app-portage/repoman/repoman-2.3.0-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo 
ebuilds"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



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

2016-08-18 Thread Markus Meier
commit: 928e05e53ace3fac5f381d324dbf83ac9b5047bb
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:29:27 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:29:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928e05e5

sys-apps/portage: arm stable, bug #589822

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

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



[gentoo-commits] sites/www:master commit in: _posts/

2016-08-18 Thread Alex Legler
commit: 18bf92f37f05d65343170a74c11664fdad7bc9c6
Author: Alex Legler  a3li  li>
AuthorDate: Thu Aug 18 19:29:28 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Thu Aug 18 19:29:28 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=18bf92f3

Add froscon news item

 _posts/2016-08-18-froscon.md | 8 
 1 file changed, 8 insertions(+)

diff --git a/_posts/2016-08-18-froscon.md b/_posts/2016-08-18-froscon.md
new file mode 100644
index 000..ba39ed5
--- /dev/null
+++ b/_posts/2016-08-18-froscon.md
@@ -0,0 +1,8 @@
+---
+title: 'Events: FrOSCon 11'
+---
+
+This weekend, the University of Applied Sciences Bonn-Rhein-Sieg will host the 
[Free and Open Source Software Conference](https://www.froscon.de/en/home/), 
better known as **FrOSCon.**
+Gentoo will be present there on 20 and 21 August with a chance for you to meet 
devs and other users, grab merchandise, and compile your own Gentoo button 
badges.
+
+See you there!



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

2016-08-18 Thread Markus Meier
commit: 58947ecd889432b4ef98b59afa36190535b9dcca
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 18 19:27:58 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 18 19:27:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58947ecd

dev-db/sqlite: arm stable, bug #590178

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/sqlite/sqlite-3.13.0.ebuild 
b/dev-db/sqlite/sqlite-3.13.0.ebuild
index 32c93a7..5a674f8 100644
--- a/dev-db/sqlite/sqlite-3.13.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.13.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2016/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 
 RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: virtual/mysql/

2016-08-18 Thread Brian Evans
commit: e60b94bcfb31a03a083fd93ea408c504d73c0a7d
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 19:14:07 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 19:14:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60b94bc

virtual/mysql: Revbump to include dev-db/mariadb-10.2*

Package-Manager: portage-2.3.0

 virtual/mysql/mysql-5.6-r9.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/virtual/mysql/mysql-5.6-r9.ebuild 
b/virtual/mysql/mysql-5.6-r9.ebuild
new file mode 100644
index 000..4fffdb5
--- /dev/null
+++ b/virtual/mysql/mysql-5.6-r9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Virtual for MySQL database server"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/18"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="embedded static"
+
+DEPEND=""
+RDEPEND="|| (
+   =dev-db/mariadb-10.2*[embedded?,server,static?]
+   =dev-db/mariadb-10.1*[embedded?,server,static?]
+   =dev-db/mariadb-10.0*[embedded?,server,static?]
+   =dev-db/mysql-${PV}*[embedded?,server,static?]
+   =dev-db/percona-server-${PV}*[embedded?,server,static?]
+   =dev-db/mariadb-galera-10.0*[embedded?,server,static?]
+   =dev-db/mysql-cluster-7.3*[embedded?,server,static?]
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/

2016-08-18 Thread Justin Bronder
commit: c87b6e191a7aafc90b474e737168f311c112f328
Author: Justin Bronder  gentoo  org>
AuthorDate: Thu Aug 18 19:09:50 2016 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Thu Aug 18 19:09:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87b6e19

net-nntp/sabnzbd: REPLACING_VERSIONS is a list

Fixes #589500

Package-Manager: portage-2.2.28

 net-nntp/sabnzbd/sabnzbd-1.0.3.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-nntp/sabnzbd/sabnzbd-1.0.3.ebuild 
b/net-nntp/sabnzbd/sabnzbd-1.0.3.ebuild
index 2df677f..fd4a8a4 100644
--- a/net-nntp/sabnzbd/sabnzbd-1.0.3.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-1.0.3.ebuild
@@ -117,12 +117,16 @@ pkg_postinst() {
einfo "As growl isn't default notification system on gentoo we disable 
it."
einfo "By default notifications are forwarded to the 23053 port(gntp)."
 
-   if [ "$(get_major_version ${REPLACING_VERSIONS})" == "0" ]; then
-   echo
-   ewarn "Upgrading from ${PN}-0.x.y to ${PN}-1.x.y introduces 
incompatible changes"
-   ewarn "See http://wiki.sabnzbd.org/introducing-1-0-0.;
-   ewarn "In particular, you need to let your queue complete 
before restarting ${PN}"
-   fi
+   local replacing
+   for replacing in ${REPLACING_VERSIONS}; do
+   if [ "$(get_major_version ${replacing})" == "0" ]; then
+   echo
+   ewarn "Upgrading from ${PN}-0.x.y to ${PN}-1.x.y 
introduces incompatible changes"
+   ewarn "See http://wiki.sabnzbd.org/introducing-1-0-0.;
+   ewarn "In particular, you need to let your queue 
complete before restarting ${PN}"
+   break
+   fi
+   done
 }
 
 pkg_postrm() {



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

2016-08-18 Thread Brian Evans
commit: 836a715435cac59db7309810ae423b89d0069762
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 18:45:43 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 18:46:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836a7154

dev-db/mariadb: Version bump the new alpha masked

Package-Manager: portage-2.3.0

 dev-db/mariadb/Manifest|   2 +
 dev-db/mariadb/mariadb-10.2.1_alpha.ebuild | 220 +
 dev-db/mariadb/metadata.xml|   1 +
 3 files changed, 223 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index c3ac623..fa96a51 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -4,6 +4,7 @@ DIST mariadb-10.1.12.tar.gz 55254244 SHA256 
795f466ac0e4df148981b85df735855d4161
 DIST mariadb-10.1.13.tar.gz 55272572 SHA256 
21e1c7da1421146c69f5e8077333aaac06778a87046a1943ee4f449fbcefc00d SHA512 
fdaa35f1a93e2a124339f3a4a85d7247c223ffec2cd7ed36f029f63a76bd348b8f41f491e5b2f81f53bed82ed79bc89b62dd6966d5a946910299070ece667b5e
 WHIRLPOOL 
0ff2891af910380749be8b31bdacec02777cc4f2b474172b3257cecc10b900222c3c089515c9fd4621ea75ea58179b1f1336b7c26185ec43282df0ce661e621d
 DIST mariadb-10.1.14.tar.gz 55341017 SHA256 
18e71974a059a268a3f28281599607344d548714ade823d575576121f76ada13 SHA512 
dad8f296320f95b2ab2f3a9e888c1829df63229cb8c76161ad004c6c1a1a488f0db7918e3e655de04281dc65aab71f6e5d9ecab75e6071521799631355cfeadf
 WHIRLPOOL 
6788513c58e1b0875dba4a2f661a161e6d7a355503ff018c75cc298b8b2609e2d720a1c572904214aebc34aa71e394bb5eb1df8f6808ecf39b84aa72656b5a6a
 DIST mariadb-10.1.16.tar.gz 55527069 SHA256 
67cb35c62cc5d4cf48d7b614c0c7a9245a762ca23d4e588e15c616c102e64393 SHA512 
4bf9a0b9c964f2526ecb48a0b7863c39a43ca3a6d3685b6397f79a4004d0f065108ea2367116d53da42dd70e42a4b4761bf4ead79c0483e0ba65915f58a6dd73
 WHIRLPOOL 
f881982cf04018c875f5128a5e9a94fc368d4eaedd2bf2cff03118cf79bbeab69a90eed7ee8f6d02953fecff9ac8d750836eded4a5df18077d48fe0f3298aee2
+DIST mariadb-10.2.1.tar.gz 55721519 SHA256 
90b7a17f3372c92c12dff084b37fcca8c4cf8106f4dcabd35fadc8efbaa348a2 SHA512 
3dde348e4bba2b6837e0a0671e9ec944aa494e4a01ebb4704e067cc8fe71865aef685f4ce368e9a81c5adeb1e8cc4f3a1b4067193a4b1ffc1fc567bf79a0b4ff
 WHIRLPOOL 
cbf33b7f6fb131a834367214ff4ab49bbda8aebb6e6fe449c7be2648934bcdab79c50a043907c07603f51892041701be59ff45984db43e302b2174f6fd40bc31
 DIST mariadb-5.5.49.tar.gz 45738390 SHA256 
2c82f2af71b88a7940d5ff647498ed78922c92e88004942caa213131e20f4706 SHA512 
4eceb8ab4e1fb7144374f100440b83a8b3294fa9da61027086c27b02b8ff899e3f9d4511adbb02fb50ddab92a48bf6a39ad71ab9e00bc8be00022a4ea4e6fc2f
 WHIRLPOOL 
e757ff389b184fa235e39bebbfd4bd53e29a20da640a90a6a2454537a238edfff07f9a76da32e65a7756aa25421174d57f6f28d94924bb3ee0aa7ac6474d03c3
 DIST mariadb-5.5.50.tar.gz 45731073 SHA256 
030b60a787333bf20ec0ee02b02da52474772c069954dc914f894a7703989b76 SHA512 
b20f0aefa3e9ff9ef94151a03ba9c6dc43d6993ee27356d5ead9c076554ed7196c9dca35d3a8547e395b094bfb121baa21d05da5fa343fb2b76c738d1276f72f
 WHIRLPOOL 
c8e7b539a51250216b3bd9c65a805675827a2660c8a24f79fdbae8557a2b4f72ba03fda4d8b9b3e996a25b4e8e8fe031e8a21f5c13ef5512a31bf13647746735
 DIST mariadb-5.5.51.tar.gz 45747820 SHA256 
877268e7056067aff1dd365249b7a7c87f3fa80aadd7a4f118c9595d665967e9 SHA512 
aadffd3a8f86328a7836523349f0e730471100b23680fab0c0b24a7a59f8d5ddb0dc64a1946ebd6ca2a1c2e637e9da258d7566cb18877b87022861e82d1f7dd6
 WHIRLPOOL 
d9646ec7f6a77d086174a3ee18e9e16f7ff179d961b511bb7e2844ed199743766bd4a51e439a3a29a1480c1eba81d1f19ba8ee10009677a46e644ea7802c1620
@@ -12,3 +13,4 @@ DIST mysql-extras-20151223-1501Z.tar.bz2 295335 SHA256 
8b5100aef8e0f8f6302bb3895
 DIST mysql-extras-20160131-0252Z.tar.bz2 295849 SHA256 
442966972d2f9d9bcc3a27c1df31ed5a5bbcba13fa7ca1254c8964e9d0b7805e SHA512 
d8018fd46c94a344fcbcdedfcdee4b3d75878b879b28cd4d07dfb9f29e62df217b243cf43f1e80ebca3507faef9c37c14c21372db84f9ba487c98ed32d7f3c0b
 WHIRLPOOL 
4416bb455ed5862dd1d012ffe6fa6e65d5d24bb60b5b5b71adac2c3ccebb46a3ec75f82a7eef75ff5c37d3a0ab91d191b2395beb643e71a98ee0238b13d4b7fe
 DIST mysql-extras-20160629-1442Z.tar.bz2 299152 SHA256 
c90979db927772468f8b398c640469ff4740f950068e740c04ff60500e714766 SHA512 
1de46daf6b4534dadf9d3eff8d5d557778e63b5e04aedb57fe56d3016ba93a9d55d80faee38f77852d23da5169879e4f25b3386abe44ee8d961db7ffc4145715
 WHIRLPOOL 
d8c94e4e43e772307d8d137a28e18991fa24a27b1587ec19ae5bd12c733cc0931e459092de2c43216776e3284c7c416d52030fe20c98a6439388507c5fe5111f
 DIST mysql-extras-20160721-1526Z.tar.bz2 301788 SHA256 
45198f8adb4a61fdd89a5d3c7966ce2fe9241381510e1f7b93e793502a32dfcb SHA512 
c7450039780e4e2684c932ba7c291c1de25dd1a64e4c6e88aa13b790768b4100955f36ae4a3bf983569ea23b43be02da6dad3d5985c1163ec9e8aa91f0efd85d
 WHIRLPOOL 
becdf0d4d7b8b5a269246d2fcf1bc09c4313046468b264f07394ae9f1de2f736ad3fff8cad35e544df7a3623688050e6fb9635dfea3876ea082d19cf9fe88927
+DIST mysql-extras-20160818-1822Z.tar.bz2 302657 SHA256 
7e4f42ea0754af120d2ad6b4a3e40dd9bd5a769913ac141453a2c53419bd6c05 

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

2016-08-18 Thread Brian Evans
commit: 5dc877e65a81fe22c3a0906ceea63feeeb71cf32
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 18:27:38 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 18:46:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc877e6

package.mask: Mask new MariaDB alpha version

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7cf1787..0a81c8b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans  (18 Aug 2016)
+# Mask new MariaDB alphas for testing
+>=dev-db/mariadb-10.2.0
+
 # Michael Palimaka  (14 Aug 2016)
 # Requires API that is no longer functional.
 # Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/amd64/, profiles/arch/arm/

2016-08-18 Thread Brian Evans
commit: 54dfa5aa40e70a92e6709779b8d0d30512dcf782
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 18:44:12 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 18:46:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dfa5aa

profiles: mask jdbc USE on dev-db/mariadb on most arches

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/x86/package.use.mask   | 4 
 profiles/base/package.use.mask   | 4 
 4 files changed, 16 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 0c634c3..d805dd6 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans  (18 Aug 2016)
+# Allow jdbc on this arch
+dev-db/mariadb -jdbc
+
 # Andrew Savchenko  (11 Aug 2016)
 # PGO is fixed on amd64
 >=www-client/firefox-48 -pgo

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index d2ea11c..a611bab 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Brian Evans  (18 Aug 2016)
+# Allow jdbc on this arch
+dev-db/mariadb -jdbc
+
 # David Seifert  (31 Jul 2016)
 # media-gfx/graphicsmagick is not keyworded on arm, users will need
 # to enable imagemagick flag and disable graphicsmagick use flag

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index be963c5..938d5de 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -4,6 +4,10 @@
 
 # This file requires >=portage-2.1.1
 
+# Brian Evans  (18 Aug 2016)
+# Allow jdbc on this arch
+dev-db/mariadb -jdbc
+
 # Patrice Clement  (05 Jun 2016)
 # on behalf of Ilya Tumaykin 
 # dev-lua/busted lacks x86 keyword. See bug #581210.

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3eac398..a6f38de 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 Evans  (18 Aug 2016)
+# Mask jdbc as most arches don't support java
+dev-db/mariadb jdbc
+
 # Brian Dolbec  (9 Aug 2016)
 # Mask doc use flag due to needed sphinx pkg update
 >=dev-util/buildbot-0.9.0_rc1 doc



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

2016-08-18 Thread Michael Palimaka
commit: 250deb51d7cb37ab24525e664fe01be561ac6606
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 18:43:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 18:43:31 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=250deb51

dev-qt/qtlocation: add ~arm keyword

Package-Manager: portage-2.3.0

 dev-qt/qtlocation/qtlocation-5.6..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.7..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5..ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.6..ebuild 
b/dev-qt/qtlocation/qtlocation-5.6..ebuild
index b0d8a77..dc3ad83 100644
--- a/dev-qt/qtlocation/qtlocation-5.6..ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.6..ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The Location module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE=""

diff --git a/dev-qt/qtlocation/qtlocation-5.7..ebuild 
b/dev-qt/qtlocation/qtlocation-5.7..ebuild
index b0d8a77..dc3ad83 100644
--- a/dev-qt/qtlocation/qtlocation-5.7..ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.7..ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The Location module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE=""

diff --git a/dev-qt/qtlocation/qtlocation-5..ebuild 
b/dev-qt/qtlocation/qtlocation-5..ebuild
index b0d8a77..dc3ad83 100644
--- a/dev-qt/qtlocation/qtlocation-5..ebuild
+++ b/dev-qt/qtlocation/qtlocation-5..ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The Location module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE=""



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

2016-08-18 Thread Michael Palimaka
commit: a82754e700e6661d22faa69ea6a76922b888039f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 18:43:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 18:43:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82754e7

dev-qt/qtlocation: add ~arm keyword

Tested on Raspberry Pi 2.

Package-Manager: portage-2.3.0

 dev-qt/qtlocation/qtlocation-5.6.1.ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.7.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.6.1.ebuild 
b/dev-qt/qtlocation/qtlocation-5.6.1.ebuild
index b0d8a77..dc3ad83 100644
--- a/dev-qt/qtlocation/qtlocation-5.6.1.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.6.1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The Location module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE=""

diff --git a/dev-qt/qtlocation/qtlocation-5.7.0.ebuild 
b/dev-qt/qtlocation/qtlocation-5.7.0.ebuild
index b0d8a77..dc3ad83 100644
--- a/dev-qt/qtlocation/qtlocation-5.7.0.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.7.0.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The Location module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE=""



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20160818-1822Z

2016-08-18 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 18:22:48 2016 +

New tag: mysql-extras-20160818-1822Z




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

2016-08-18 Thread Pacho Ramos
commit: 35c183ce3b6c41fbea8bdaafc01e5e12009b7724
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 17:40:43 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 17:43:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c183ce

net-p2p/ed2k_hash: fltk support is completely broken (#359643)

Package-Manager: portage-2.3.0

 net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild | 38 +
 net-p2p/ed2k_hash/files/ed2k_64bit.patch|  4 +--
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild 
b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild
new file mode 100644
index 000..0d94638
--- /dev/null
+++ b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="Tool for generating eDonkey2000 links"
+HOMEPAGE="http://ed2k-tools.sourceforge.net/ed2k_hash.shtml;
+RESTRICT="mirror"
+SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="" # fltk support is broken, bug #359643
+
+DEPEND=""
+RDEPEND=""
+#DEPEND="fltk? ( x11-libs/fltk:1 )"
+
+PATCHES=( "${FILESDIR}/ed2k_64bit.patch" )
+
+src_configure() {
+#  if use fltk; then
+#  append-ldflags "$(fltk-config --ldflags)"
+#  export CPPFLAGS="$(fltk-config --cxxflags)"
+#  else
+   export ac_cv_lib_fltk_main='no'
+#  fi
+
+   econf
+}
+
+src_install() {
+   emake install DESTDIR="${D}" mydocdir=/usr/share/doc/${PF}/html
+   einstalldocs
+}

diff --git a/net-p2p/ed2k_hash/files/ed2k_64bit.patch 
b/net-p2p/ed2k_hash/files/ed2k_64bit.patch
index 7425bb0..3523b1f 100644
--- a/net-p2p/ed2k_hash/files/ed2k_64bit.patch
+++ b/net-p2p/ed2k_hash/files/ed2k_64bit.patch
@@ -1,5 +1,5 @@
 ed2k_hash-0.4.0/work/ed2k_hash-0.4.0/ed2k_hash/md4.h   2002-09-04 
18:24:37.0 +0100
-+++ ed2k_hash-0.4.0_orig/work/ed2k_hash-0.4.0/ed2k_hash/md4.h  2004-09-02 
21:13:49.900613616 +0100
+--- a/ed2k_hash/md4.h  2002-09-04 18:24:37.0 +0100
 b/ed2k_hash/md4.h  2004-09-02 21:13:49.900613616 +0100
 @@ -66,7 +66,8 @@
  typedef unsigned short int UINT2;
  



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

2016-08-18 Thread William Hubbs
commit: 1467fad32f91f90d3faad1fda14ea766ccc3c1a1
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Aug 18 17:25:33 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Aug 18 17:41:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1467fad3

app-emulation/containerd: 0.2.3 version bump

Package-Manager: portage-2.2.28

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-0.2.3.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 429b927..7529736 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,3 +1,4 @@
 DIST containerd-0.2.0.tar.gz 635248 SHA256 
1462e0c233763800b91ac2a670d82994ba1988560928e153f751fb1c0a6608c0 SHA512 
381c0a21733fb79e90364649b46cbdadbc32d07245bd7a320465f6619ee5895e9552b7cc4393cb8d409295a7b867b7e461c079715cf1938e6313d4b888d81518
 WHIRLPOOL 
d4e70a8be832227be671c13b77242a790cdf8645ff294c31d72e8cf01de2b30b9d78c691a156624adb004de42af6f133cb88b46aff37a33bc94d72bf87a0ee8a
 DIST containerd-0.2.2.tar.gz 635882 SHA256 
a21efc7ea4bb97306ae9807caadca6782358679f38d3afd606cb599b6853bc52 SHA512 
db6111984ccce01e928d46f0a22aaeed8d0eb50c2578df4e0cd5f56f43f8bdea43aad3203c2afb743ccf82908bd5961792681eafe07818a4057ca5f5f31c5396
 WHIRLPOOL 
ce80bf79970faeacc3329cb4e365973a88539508904003da3d0f32afce9966e89bdf13a8894657e1fd983392cf2ab88b053393cbbc2018f509d9cbc57ab835cc
 DIST containerd-0.2.2_p20160622.tar.gz 989827 SHA256 
1bab9b392ae8905edae0e339d6cdff8a0cbad84f0c4803a21920851f27f4e125 SHA512 
5463c96c297f01e8f1d7c418d7acee0c279614bcf38d949b1410decddae03b41ff50cb75ebac085bb50547f38bd8154a82c8d90d9b882a3640a7b3072f050a62
 WHIRLPOOL 
96bfee570a2e0757973ab4d24b2c28c394782062e8e82651f641614e7414f1501cfe10d7a17b73c5212d745794ee50ddd1b1250b2eb9ee9b3c5a59a854b1efb0
+DIST containerd-0.2.3.tar.gz 997239 SHA256 
247c459179b451cb235354d3f23876ad1a326a6bda430608f9306beeb0364287 SHA512 
f850ea7558a3c772930d42352d7913ec00ec24536676720f8872153ec87b92785259645648d885bb5b27514ca01de7f207a931665c3074e787d8b74b48c51952
 WHIRLPOOL 
ac5f5f38ce874146571017bb5ac0229af43782ccf7eb378c6c39ecfb4725cf6941a12a1b05b9a6840a75c85599a881d429eaea030148356a36d2b401874e01e4

diff --git a/app-emulation/containerd/containerd-0.2.3.ebuild 
b/app-emulation/containerd/containerd-0.2.3.ebuild
new file mode 100644
index 000..583f678
--- /dev/null
+++ b/app-emulation/containerd/containerd-0.2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+EGO_PN="github.com/docker/${PN}"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_/-}"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.tools;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+seccomp"
+
+DEPEND=""
+RDEPEND=">=app-emulation/runc-1.0.0_rc1
+   seccomp? ( sys-libs/libseccomp )"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+src_compile() {
+   local options=( $(usex seccomp "seccomp") )
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   LDFLAGS= emake GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
+}
+
+src_install() {
+   dobin bin/containerd* bin/ctr
+}



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

2016-08-18 Thread William Hubbs
commit: 9bfda36276896716fa2dc262cea2455f5b0a25fd
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Aug 18 17:41:05 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Aug 18 17:41:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfda362

app-emulation/containerd: Remove temporary 0.2.2 snapshot

Package-Manager: portage-2.2.28

 app-emulation/containerd/Manifest  |  1 -
 .../containerd/containerd-0.2.2_p20160622.ebuild   | 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 7529736..ba23a88 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,4 +1,3 @@
 DIST containerd-0.2.0.tar.gz 635248 SHA256 
1462e0c233763800b91ac2a670d82994ba1988560928e153f751fb1c0a6608c0 SHA512 
381c0a21733fb79e90364649b46cbdadbc32d07245bd7a320465f6619ee5895e9552b7cc4393cb8d409295a7b867b7e461c079715cf1938e6313d4b888d81518
 WHIRLPOOL 
d4e70a8be832227be671c13b77242a790cdf8645ff294c31d72e8cf01de2b30b9d78c691a156624adb004de42af6f133cb88b46aff37a33bc94d72bf87a0ee8a
 DIST containerd-0.2.2.tar.gz 635882 SHA256 
a21efc7ea4bb97306ae9807caadca6782358679f38d3afd606cb599b6853bc52 SHA512 
db6111984ccce01e928d46f0a22aaeed8d0eb50c2578df4e0cd5f56f43f8bdea43aad3203c2afb743ccf82908bd5961792681eafe07818a4057ca5f5f31c5396
 WHIRLPOOL 
ce80bf79970faeacc3329cb4e365973a88539508904003da3d0f32afce9966e89bdf13a8894657e1fd983392cf2ab88b053393cbbc2018f509d9cbc57ab835cc
-DIST containerd-0.2.2_p20160622.tar.gz 989827 SHA256 
1bab9b392ae8905edae0e339d6cdff8a0cbad84f0c4803a21920851f27f4e125 SHA512 
5463c96c297f01e8f1d7c418d7acee0c279614bcf38d949b1410decddae03b41ff50cb75ebac085bb50547f38bd8154a82c8d90d9b882a3640a7b3072f050a62
 WHIRLPOOL 
96bfee570a2e0757973ab4d24b2c28c394782062e8e82651f641614e7414f1501cfe10d7a17b73c5212d745794ee50ddd1b1250b2eb9ee9b3c5a59a854b1efb0
 DIST containerd-0.2.3.tar.gz 997239 SHA256 
247c459179b451cb235354d3f23876ad1a326a6bda430608f9306beeb0364287 SHA512 
f850ea7558a3c772930d42352d7913ec00ec24536676720f8872153ec87b92785259645648d885bb5b27514ca01de7f207a931665c3074e787d8b74b48c51952
 WHIRLPOOL 
ac5f5f38ce874146571017bb5ac0229af43782ccf7eb378c6c39ecfb4725cf6941a12a1b05b9a6840a75c85599a881d429eaea030148356a36d2b401874e01e4

diff --git a/app-emulation/containerd/containerd-0.2.2_p20160622.ebuild 
b/app-emulation/containerd/containerd-0.2.2_p20160622.ebuild
deleted file mode 100644
index aa33e5a..000
--- a/app-emulation/containerd/containerd-0.2.2_p20160622.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-EGO_PN="github.com/docker/${PN}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   EGIT_COMMIT=14e7949
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A daemon to control runC"
-HOMEPAGE="https://containerd.tools;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+seccomp"
-
-DEPEND=""
-RDEPEND=">=app-emulation/runc-1.0.0_rc1
-   seccomp? ( sys-libs/libseccomp )"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_prepare() {
-   eapply_user
-}
-
-src_compile() {
-   local options=( $(usex seccomp "seccomp") )
-   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
-   LDFLAGS= emake GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
-}
-
-src_install() {
-   dobin bin/containerd* bin/ctr
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dvd+rw-tools/, app-cdr/dvd+rw-tools/files/

2016-08-18 Thread Pacho Ramos
commit: 8f2938a48efdf12e2c766c2f7ea64b4de765466f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 17:33:26 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 17:33:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2938a4

app-cdr/dvd+rw-tools: Apply more Fedora patches fixing more bugs (#230648 also)

Package-Manager: portage-2.3.0

 app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild| 55 ++
 .../files/dvd+rw-tools-7.0-reload.patch| 12 +
 .../dvd+rw-tools-7.1-bluray_pow_freespace.patch| 14 ++
 .../files/dvd+rw-tools-7.1-bluray_srm+pow.patch| 12 +
 .../files/dvd+rw-tools-7.1-lastshort.patch | 12 +
 .../files/dvd+rw-tools-7.1-noevent.patch   | 19 
 6 files changed, 124 insertions(+)

diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild 
b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
new file mode 100644
index 000..4db8572
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A set of tools for DVD+RW/-RW drives"
+HOMEPAGE="http://fy.chalmers.se/~appro/linux/DVD+RW/;
+SRC_URI="http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="virtual/cdrtools"
+DEPEND="${RDEPEND}
+   sys-devel/m4"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0-sysmacros.patch
+   "${FILESDIR}"/${PN}-7.0-wctomb-r1.patch
+   "${FILESDIR}"/${PN}-7.0-glibc2.6.90.patch
+   "${FILESDIR}"/${PN}-7.0-dvddl-r1.patch
+   "${FILESDIR}"/${PN}-7.0-wexit.patch
+   "${FILESDIR}"/${PN}-7.0-reload.patch
+   "${FILESDIR}"/${PN}-7.1-noevent.patch
+   "${FILESDIR}"/${PN}-7.1-lastshort.patch
+   "${FILESDIR}"/${PN}-7.1-bluray_srm+pow.patch
+   "${FILESDIR}"/${PN}-7.1-bluray_pow_freespace.patch
+)
+
+src_prepare() {
+   # Linux compiler flags only include -O2 and are incremental.
+   sed -i '/FLAGS/s:-O2::' Makefile.m4 || die "failed to sed out FLAGS"
+   default
+}
+
+src_compile() {
+   emake SHELL="${EPREFIX}"/bin/bash CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+}
+
+src_install() {
+   emake SHELL="${EPREFIX}"/bin/bash prefix="${ED}/usr" install
+   dodoc index.html
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+   elog 'If you receive an error, "unable to anonymously mmap...'
+   elog 'Resource temporarily unavailable" when running growisofs,'
+   elog 'then you may need to run "ulimit -l unlimited".'
+   fi
+}

diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch 
b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch
new file mode 100644
index 000..49352e5
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch
@@ -0,0 +1,12 @@
+diff -Nrup dvd+rw-tools-7.0/growisofs_mmc.cpp 
dvd+rw-tools-7.0_mod/growisofs_mmc.cpp
+--- dvd+rw-tools-7.0/growisofs_mmc.cpp 2006-09-23 20:45:49.0 +0800
 dvd+rw-tools-7.0_mod/growisofs_mmc.cpp 2007-11-19 18:20:46.0 
+0800
+@@ -138,7 +138,7 @@ int media_reload (char *name=NULL,struct
+   cmd[0] = 0x1B;  // START/STOP UNIT
+   cmd[4] = 0x2;   // "Eject"
+   cmd[5] = 0;
+-  if (cmd.transport()) return 1;
++  cmd.transport();
+   }
+ #if defined(__sun) || defined(sun)
+   else if (volmgt_running())

diff --git 
a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch 
b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch
new file mode 100644
index 000..3b56282
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch
@@ -0,0 +1,14 @@
+diff -up wrk/growisofs_mmc.cpp.wrk wrk/growisofs_mmc.cpp
+--- wrk/growisofs_mmc.cpp.wrk  2014-11-14 13:22:49.579552118 +0100
 wrk/growisofs_mmc.cpp  2014-11-14 13:35:36.779730963 +0100
+@@ -410,7 +410,9 @@ static unsigned int get_2k_capacity (Scs
+   }
+ 
+   nwa = 0;
+-  if (buf[7]&1 && !bdr_plus_pow)  // NWA_V
++  //if (buf[7]&1 && !bdr_plus_pow)// NWA_V
++  //!bdr_plus_pow patched out for Fedora
++  if (buf[7]&1)   // NWA_V
+   {   nwa  = buf[12]<<24;
+   nwa |= buf[13]<<16;
+   nwa |= buf[14]<<8;

diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch 
b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch
new file mode 100644
index 000..8fc1a6d
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch
@@ -0,0 +1,12 @@
+diff -up dvd+rw-tools-7.1/growisofs_mmc.cpp.wrk 

[gentoo-commits] proj/mysql-extras:master commit in: /

2016-08-18 Thread Brian Evans
commit: 009f5a042196fb7d379070aed3fd8852c919dd96
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 17:25:12 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 17:25:12 2016 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=009f5a04

Respin clientlibs patch for MariaDB 10.2.1

 ...l_mariadb-10.2.1-without-clientlibs-tools.patch | 114 +
 1 file changed, 114 insertions(+)

diff --git a/20018_all_mariadb-10.2.1-without-clientlibs-tools.patch 
b/20018_all_mariadb-10.2.1-without-clientlibs-tools.patch
new file mode 100644
index 000..92c3d37
--- /dev/null
+++ b/20018_all_mariadb-10.2.1-without-clientlibs-tools.patch
@@ -0,0 +1,114 @@
+diff -aurN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2015-06-17 10:54:11.0 -0400
 b/CMakeLists.txt   2015-06-24 10:34:17.314169100 -0400
+@@ -354,8 +354,6 @@
+ MYSQL_CHECK_ZLIB_WITH_COMPRESS()
+ # Add bundled yassl/taocrypt or system openssl.
+ MYSQL_CHECK_SSL()
+-# Add readline or libedit.
+-MYSQL_CHECK_READLINE()
+ 
+ SET(MALLOC_LIBRARY "system")
+ CHECK_JEMALLOC()
+@@ -394,22 +392,33 @@
+  CONFIGURE_PLUGINS()
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+ ADD_SUBDIRECTORY(dbug)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+ ADD_SUBDIRECTORY(mysys)
+ ADD_SUBDIRECTORY(mysys_ssl)
+ ADD_SUBDIRECTORY(libmysql)
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(extra)
+ ADD_SUBDIRECTORY(libservices)
+ ADD_SUBDIRECTORY(sql/share)
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add readline or libedit.
++  MYSQL_CHECK_READLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(tests)
+   ADD_SUBDIRECTORY(sql)
+   OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
+-  IF(WITH_EMBEDDED_SERVER) 
++  IF(WITH_EMBEDDED_SERVER)
++   IF(WITHOUT_TOOLS)
++  MYSQL_CHECK_READLINE()
++   ENDIF(WITHOUT_TOOLS)
+ADD_SUBDIRECTORY(libmysqld)
+ADD_SUBDIRECTORY(libmysqld/examples)
+   ENDIF(WITH_EMBEDDED_SERVER)
+diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt
+--- a/extra/CMakeLists.txt 2015-06-17 10:54:11.0 -0400
 b/extra/CMakeLists.txt 2015-06-24 10:37:31.879169100 -0400
+@@ -54,12 +54,14 @@
+   DEPENDS 
+   ${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp)
+ 
+-MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
+-TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
+ 
+-MYSQL_ADD_EXECUTABLE(perror perror.c)
+-ADD_DEPENDENCIES(perror GenError)
+-TARGET_LINK_LIBRARIES(perror mysys)
++  MYSQL_ADD_EXECUTABLE(perror perror.c)
++  ADD_DEPENDENCIES(perror GenError)
++  TARGET_LINK_LIBRARIES(perror mysys)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ 
+ IF(UNIX)
+ MYSQL_ADD_EXECUTABLE(resolveip resolveip.c)
+diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+--- a/scripts/CMakeLists.txt   2015-06-24 10:28:12.800169100 -0400
 b/scripts/CMakeLists.txt   2015-06-24 10:42:49.682169100 -0400
+@@ -327,6 +327,5 @@
+   # On Unix, most of the files end up in the bin directory
+   SET(BIN_SCRIPTS
+ msql2mysql
+-mysql_config
+ mysql_fix_extensions
+ mysql_setpermission
+@@ -341,6 +340,12 @@
+ ${WSREP_BINARIES}
+ ${SYSTEMD_SCRIPTS}
+   )
++  IF(NOT WITHOUT_CLIENTLIBS)
++SET(BIN_SCRIPTS
++  ${BIN_SCRIPTS}
++  mysql_config
++)
++  ENDIF(NOT WITHOUT_CLIENTLIBS)
+   FOREACH(file ${BIN_SCRIPTS})
+ IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh)
+   CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh
+diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
+--- a/libmysql/CMakeLists.txt  2015-06-24 12:32:11.606169100 -0400
 b/libmysql/CMakeLists.txt  2015-06-24 13:44:53.857169100 -0400
+@@ -440,12 +440,12 @@
+   SET(${OUTNAME} ${LIBNAME}${EXTENSION}${DOT_VERSION})
+ ENDIF() 
+   ENDMACRO()
+-  IF(ENABLE_STATIC_LIBS)
++  IF(ENABLE_STATIC_LIBS AND NOT WITHOUT_CLIENTLIBS)
+ INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient 
${INSTALL_LIBDIR} Development)
+   ENDIF()
+ ENDIF()
+ 
+-IF(NOT DISABLE_SHARED)
++IF(NOT DISABLE_SHARED AND NOT WITHOUT_CLIENTLIBS)
+   MERGE_LIBRARIES(libmysql SHARED ${LIBS}
+ EXPORTS ${CLIENT_API_FUNCTIONS} ${CLIENT_API_5_1_EXTRA} 
${CLIENT_API_5_5_EXTRA}
+ COMPONENT SharedLibraries)



[gentoo-commits] proj/kde:master commit in: app-cdr/k3b/

2016-08-18 Thread Michael Palimaka
commit: 8ad276cdc7344411bdd51c3d5e7304874e0c1923
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 17:21:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 17:22:17 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ad276cd

app-cdr/k3b: trim description

Package-Manager: portage-2.3.0

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

diff --git a/app-cdr/k3b/k3b-.ebuild b/app-cdr/k3b/k3b-.ebuild
index e7ebdb5..88750c1 100644
--- a/app-cdr/k3b/k3b-.ebuild
+++ b/app-cdr/k3b/k3b-.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 inherit kde5
 
-DESCRIPTION="Full-featured CD/DVD/Blu-ray burning and ripping application 
based on KDE Frameworks"
+DESCRIPTION="Full-featured burning and ripping application based on KDE 
Frameworks"
 HOMEPAGE="http://www.k3b.org/;
 
 LICENSE="GPL-2 FDL-1.2"



[gentoo-commits] proj/mysql-extras:master commit in: /

2016-08-18 Thread Brian Evans
commit: 21b42c38bed537d2bc8d9af2df91ba668404d9e2
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 17:19:50 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 17:19:50 2016 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=21b42c38

Respin elib patch for 10.2.1

 20006_all_cmake_elib-mariadb-10.2.1.patch | 188 ++
 1 file changed, 188 insertions(+)

diff --git a/20006_all_cmake_elib-mariadb-10.2.1.patch 
b/20006_all_cmake_elib-mariadb-10.2.1.patch
new file mode 100644
index 000..32ae3af
--- /dev/null
+++ b/20006_all_cmake_elib-mariadb-10.2.1.patch
@@ -0,0 +1,188 @@
+diff -ur mysql-old/cmake/install_layout.cmake mysql/cmake/install_layout.cmake
+--- mysql-old/cmake/install_layout.cmake   2014-01-18 22:28:40.431273470 
-0100
 mysql/cmake/install_layout.cmake   2014-01-18 22:40:48.646301163 -0100
+@@ -44,7 +44,8 @@
+ # - INSTALL_SYSCONFDIR(my.cnf config file. Usually /etc or 
nothing)
+ # - INSTALL_SYSCONF2DIR (additional config files, e.g. /etc/mysql/conf.d)
+ #
+-# - INSTALL_LIBDIR  (directory with client end embedded libraries)
++# - INSTALL_LIBDIR  (directory with client libraries)
++# - INSTALL_ELIBDIR (directory with embedded libraries)
+ # - INSTALL_PLUGINDIR   (directory for plugins)
+ #
+ # - INSTALL_INCLUDEDIR  (directory for MySQL headers)
+@@ -120,6 +121,7 @@
+ SET(INSTALL_SCRIPTDIR_STANDALONE"scripts")
+ #
+ SET(INSTALL_LIBDIR_STANDALONE   "lib")
++SET(INSTALL_ELIBDIR_STANDALONE  "lib")
+ SET(INSTALL_PLUGINDIR_STANDALONE"lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_STANDALONE   "include/mysql")
+@@ -150,9 +152,11 @@
+ #
+ IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+   SET(INSTALL_LIBDIR_RPM"lib64")
++  SET(INSTALL_ELIBDIR_RPM   "lib64")
+   SET(INSTALL_PLUGINDIR_RPM "lib64/mysql/plugin")
+ ELSE()
+   SET(INSTALL_LIBDIR_RPM"lib")
++  SET(INSTALL_ELIBDIR_RPM   "lib")
+   SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin")
+ ENDIF()
+ #
+@@ -183,6 +187,7 @@
+ SET(INSTALL_SYSCONF2DIR_DEB "/etc/mysql/conf.d")
+ #
+ SET(INSTALL_LIBDIR_DEB  "lib")
++SET(INSTALL_ELIBDIR_DEB "lib")
+ SET(INSTALL_PLUGINDIR_DEB   "lib/mysql/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_DEB  "include/mysql")
+@@ -210,6 +215,7 @@
+ SET(INSTALL_SCRIPTDIR_SVR4  "scripts")
+ #
+ SET(INSTALL_LIBDIR_SVR4 "lib")
++SET(INSTALL_ELIBDIR_SVR4"lib")
+ SET(INSTALL_PLUGINDIR_SVR4  "lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_SVR4 "include/mysql")
+@@ -241,7 +247,7 @@
+ # Set INSTALL_FOODIR variables for chosen layout (for example, INSTALL_BINDIR
+ # will be defined  as ${INSTALL_BINDIR_STANDALONE} by default if STANDALONE
+ # layout is chosen)
+-FOREACH(var BIN SBIN LIB MYSQLSHARE SHARE PLUGIN INCLUDE SCRIPT DOC MAN 
SYSCONF SYSCONF2
++FOREACH(var BIN SBIN LIB ELIB MYSQLSHARE SHARE PLUGIN INCLUDE SCRIPT DOC MAN 
SYSCONF SYSCONF2
+ INFO MYSQLTEST SQLBENCH DOCREADME SUPPORTFILES MYSQLDATA UNIX_ADDR
+ SYSTEMD_UNIT)
+   SET(INSTALL_${var}DIR  ${INSTALL_${var}DIR_${INSTALL_LAYOUT}}
+diff -ur mysql-old/cmake/libutils.cmake mysql/cmake/libutils.cmake
+--- mysql-old/cmake/libutils.cmake 2014-01-18 22:28:40.430273470 -0100
 mysql/cmake/libutils.cmake 2014-01-18 22:28:52.801273941 -0100
+@@ -211,11 +211,12 @@
+ #  [linklib1  linklibN]
+ #  [EXPORTS exported_func1  exportedFuncN]
+ #  [OUTPUT_NAME output_name]
++#  [OUTPUT_DIR output_dir]
+ #)
+ MACRO(MERGE_LIBRARIES)
+   CMAKE_PARSE_ARGUMENTS(ARG
+ "STATIC;SHARED;MODULE;NOINSTALL"
+-"OUTPUT_NAME;COMPONENT;VERSION;SOVERSION"
++"OUTPUT_NAME;COMPONENT;VERSION;SOVERSION;OUTPUT_DIR"
+ "EXPORTS"
+ ${ARGN}
+   )
+@@ -274,7 +275,11 @@
+ IF(ARG_COMPONENT)
+   SET(COMP COMPONENT ${ARG_COMPONENT}) 
+ ENDIF()
+-MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
++IF(ARG_OUTPUT_DIR)
++  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${ARG_OUTPUT_DIR}" ${COMP})
++ELSE()
++  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
++ENDIF()
+   ENDIF()
+   SET_TARGET_PROPERTIES(${TARGET} PROPERTIES LINK_INTERFACE_LIBRARIES "")
+   IF(ARG_SHARED AND LINK_FLAG_NO_UNDEFINED)
+diff -ur mysql-old/libmysql/CMakeLists.txt mysql/libmysql/CMakeLists.txt
+--- mysql-old/libmysql/CMakeLists.txt  2014-01-18 22:28:40.429273470 -0100
 mysql/libmysql/CMakeLists.txt  2014-01-18 22:28:53.025273949 -0100
+@@ -327,9 +327,14 @@
+ 
+ SET(LIBS clientlib dbug strings vio mysys ${ZLIB_LIBRARY} ${SSL_LIBRARIES} 
${LIBDL})
+
++SET(INSTALL_STATIC_LIBS "")
++IF(NOT ENABLE_STATIC_LIBS)
++  SET(INSTALL_STATIC_LIBS "NOINSTALL")
++ENDIF()
++
+ # Merge several convenience libraries into one big mysqlclient
+ # and link them together into shared 

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

2016-08-18 Thread Michael Palimaka
commit: 7889f72c4853669b485043af4ac12bb30c80d67a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 17:17:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 17:17:42 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=7889f72c

travis: update

 .travis.yml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9196bf4..1640275 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,17 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.2.28"
+- PORTAGE_VER="2.3.0"
+before_install:
+- sudo apt-get -qq update
+- pip install lxml
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/
 - mv .git travis-overlay/
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
+- wget 
"https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz; -O 
portage-${PORTAGE_VER}.tar.gz
 - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; -O 
portage-tree.tar.gz
 - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
 - chmod a+rwx spinner.sh
@@ -21,7 +24,7 @@ before_script:
 - echo "portage::250:portage,travis" >> /etc/group
 - mkdir -p /etc/portage /usr/portage/distfiles
 - wget "https://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
-- tar xzf portage-${PORTAGE_VER}.tar.gz
+- tar xzf portage-${PORTAGE_VER}.tar.gz && mv 
portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
@@ -29,7 +32,7 @@ before_script:
 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
 - cd travis-overlay
 script:
-- ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
+- ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman 
full -d"
 # You can append own scripts after this line
 notifications:
   irc:



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

2016-08-18 Thread Michael Palimaka
commit: 596eb2d3547e0c81253905f71287ed6caba541c8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 17:14:41 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 17:14:58 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=596eb2d3

travis: update

 .travis.yml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4d63157..c192ae3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,17 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.2.28"
+- PORTAGE_VER="2.3.0"
+before_install:
+- sudo apt-get -qq update
+- pip install lxml
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/
 - mv .git travis-overlay/
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
+- wget 
"https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz; -O 
portage-${PORTAGE_VER}.tar.gz
 - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; -O 
portage-tree.tar.gz
 - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
 - chmod a+rwx spinner.sh
@@ -21,7 +24,7 @@ before_script:
 - echo "portage::250:portage,travis" >> /etc/group
 - mkdir -p /etc/portage /usr/portage/distfiles
 - wget "https://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
-- tar xzf portage-${PORTAGE_VER}.tar.gz
+- tar xzf portage-${PORTAGE_VER}.tar.gz && mv 
portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
@@ -29,7 +32,7 @@ before_script:
 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
 - cd travis-overlay
 script:
-- ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
+- ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman 
full -d"
 # You can append own scripts after this line
 notifications:
   irc:



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

2016-08-18 Thread Michael Palimaka
commit: 519e24eded22d97bf18778e0956e3aa9f7bd7ff8
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug 18 15:24:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 16:10:37 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=519e24ed

profiles: Add kde-applications-16.08.0 and kdepim-16.08.0 package.mask

 profiles/package.mask/kde-applications-16.08.0 |  4 ++
 profiles/package.mask/kdepim-16.08.0   | 59 ++
 2 files changed, 63 insertions(+)

diff --git a/profiles/package.mask/kde-applications-16.08.0 
b/profiles/package.mask/kde-applications-16.08.0
new file mode 100644
index 000..7d6711f
--- /dev/null
+++ b/profiles/package.mask/kde-applications-16.08.0
@@ -0,0 +1,4 @@
+# Johannes Huber  (23 Jul 2016)
+# KDE Applications 16.08.0 mask
+# Requires Qt 5.7.0
+~kde-apps/minuet-16.08.0
\ No newline at end of file

diff --git a/profiles/package.mask/kdepim-16.08.0 
b/profiles/package.mask/kdepim-16.08.0
new file mode 100644
index 000..d66d9a8
--- /dev/null
+++ b/profiles/package.mask/kdepim-16.08.0
@@ -0,0 +1,59 @@
+~kde-apps/accountwizard-16.08.0
+~kde-apps/akonadi-16.08.0
+~kde-apps/akonadi-calendar-16.08.0
+~kde-apps/akonadi-contacts-16.08.0
+~kde-apps/akonadi-mime-16.08.0
+~kde-apps/akonadi-notes-16.08.0
+~kde-apps/akonadi-search-16.08.0
+~kde-apps/akonadiconsole-16.08.0
+~kde-apps/akregator-16.08.0
+~kde-apps/blogilo-16.08.0
+~kde-apps/calendarjanitor-16.08.0
+~kde-apps/calendarsupport-16.08.0
+~kde-apps/eventviews-16.08.0
+~kde-apps/gpgmepp-16.08.0
+~kde-apps/grantleeeditor-16.08.0
+~kde-apps/grantleetheme-16.08.0
+~kde-apps/importwizard-16.08.0
+~kde-apps/incidenceeditor-16.08.0
+~kde-apps/kaddressbook-16.08.0
+~kde-apps/kalarm-16.08.0
+~kde-apps/kalarmcal-16.08.0
+~kde-apps/kblog-16.08.0
+~kde-apps/kcalcore-16.08.0
+~kde-apps/kcalutils-16.08.0
+~kde-apps/kcontacts-16.08.0
+~kde-apps/kdepim-addons-16.08.0
+~kde-apps/kdepim-apps-libs-16.08.0
+~kde-apps/kdepim-meta-16.08.0
+~kde-apps/kdepim-runtime-16.08.0
+~kde-apps/kholidays-16.08.0
+~kde-apps/kidentitymanagement-16.08.0
+~kde-apps/kimap-16.08.0
+~kde-apps/kldap-16.08.0
+~kde-apps/kleopatra-16.08.0
+~kde-apps/kmail-16.08.0
+~kde-apps/kmailtransport-16.08.0
+~kde-apps/kmbox-16.08.0
+~kde-apps/kmime-16.08.0
+~kde-apps/knotes-16.08.0
+~kde-apps/konsolekalendar-16.08.0
+~kde-apps/kontact-16.08.0
+~kde-apps/kontactinterface-16.08.0
+~kde-apps/korganizer-16.08.0
+~kde-apps/kpimtextedit-16.08.0
+~kde-apps/ktnef-16.08.0
+~kde-apps/libgravatar-16.08.0
+~kde-apps/libkdepim-16.08.0
+~kde-apps/libkleo-16.08.0
+~kde-apps/libksieve-16.08.0
+~kde-apps/libktnef-16.08.0
+~kde-apps/mailcommon-16.08.0
+~kde-apps/mailimporter-16.08.0
+~kde-apps/mboximporter-16.08.0
+~kde-apps/messagelib-16.08.0
+~kde-apps/pimcommon-16.08.0
+~kde-apps/pimsettingexporter-16.08.0
+~kde-apps/sieveeditor-16.08.0
+~kde-apps/storageservicemanager-16.08.0
+~kde-apps/syndication-16.08.0



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

2016-08-18 Thread Pacho Ramos
commit: d429134c9c62729169a429f95704bb3882a96ffc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 16:55:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 16:56:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d429134c

www-apache/mod_auth_kerb: Properly provide and apply Fedora patches (#327445)

Package-Manager: portage-2.3.0

 .../files/mod_auth_kerb-5.4-s4u2proxy-r3.patch | 603 -
 .../files/mod_auth_kerb-5.4-s4u2proxy.patch|  46 +-
 .../mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild  |  22 +-
 3 files changed, 41 insertions(+), 630 deletions(-)

diff --git 
a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-s4u2proxy-r3.patch 
b/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-s4u2proxy-r3.patch
deleted file mode 100644
index efc183a..000
--- a/www-apache/mod_auth_kerb/files/mod_auth_kerb-5.4-s4u2proxy-r3.patch
+++ /dev/null
@@ -1,603 +0,0 @@
-
-Add S4U2Proxy feature:
-
-https://sourceforge.net/mailarchive/forum.php?thread_name=4EE665D1.3000308%40redhat.com_name=modauthkerb-help
-
-The attached patches add support for using s4u2proxy 
-(http://k5wiki.kerberos.org/wiki/Projects/Services4User) to allow the 
-web service to obtain credentials on behalf of the authenticated user.
-
-The first patch adds basic support for s4u2proxy. This requires the web 
-administrator to manually create and manage the credentails cache for 
-the apache user (via a cron job, for example).
-
-The second patch builds on this and makes mod_auth_kerb manage the 
-ccache instead.
-
-These are patches against the current CVS HEAD (mod_auth_krb 5.4).
-
-I've added a new module option to enable this support, 
-KrbConstrainedDelegation. The default is off.
-
 mod_auth_kerb-5.4.orig/README  2008-11-26 11:51:05.0 -0500
-+++ mod_auth_kerb-5.4/README   2012-01-04 11:17:22.0 -0500
-@@ -122,4 +122,16 @@ KrbSaveCredentials, the tickets will be 
- credential cache that will be available for the request handler. The ticket
- file will be removed after request is handled.
- 
-+Constrained Delegation
-+--
-+S4U2Proxy, or constrained delegation, enables a service to use a client's
-+ticket to itself to request another ticket for delegation. The KDC
-+checks krbAllowedToDelegateTo to decide if it will issue a new ticket.
-+If KrbConstrainedDelegation is enabled the server will use its own credentials
-+to retrieve a delegated ticket for the user. For this to work the user must
-+have a forwardable ticket (though the delegation flag need not be set).
-+The server needs a valid credentials cache for this to work.
-+
-+The module itself will obtain and manage the necessary credentials.
-+
- $Id: README,v 1.12 2008/09/17 14:01:55 baalberith Exp $
-diff -up --recursive mod_auth_kerb-5.4.orig/src/mod_auth_kerb.c 
mod_auth_kerb-5.4/src/mod_auth_kerb.c
 mod_auth_kerb-5.4.orig/src/mod_auth_kerb.c 2011-12-09 17:55:05.0 
-0500
-+++ mod_auth_kerb-5.4/src/mod_auth_kerb.c  2012-03-01 14:19:40.0 
-0500
-@@ -42,6 +42,31 @@
-  * POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+/*
-+ * Locking mechanism inspired by mod_rewrite.
-+ *
-+ * Licensed to the Apache Software Foundation (ASF) under one or more
-+ * contributor license agreements.  See the NOTICE file distributed with
-+ * this work for additional information regarding copyright ownership.
-+ * The ASF licenses this file to You under the Apache License, Version 2.0
-+ * (the "License"); you may not use this file except in compliance with
-+ * the License.  You may obtain a copy of the License at
-+ *
-+ * http://www.apache.org/licenses/LICENSE-2.0
-+ *
-+ * Unless required by applicable law or agreed to in writing, software
-+ * distributed under the License is distributed on an "AS IS" BASIS,
-+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-+ * See the License for the specific language governing permissions and
-+ * limitations under the License.
-+ */
-+
-+/*
-+ * S4U2Proxy code
-+ *
-+ * Copyright (C) 2012  Red Hat
-+ */
-+
- #ident "$Id: mod_auth_kerb.c,v 1.150 2008/12/04 10:14:03 baalberith Exp $"
- 
- #include "config.h"
-@@ -49,6 +74,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #define MODAUTHKERB_VERSION "5.4"
- 
-@@ -122,6 +148,12 @@
- module auth_kerb_module;
- #endif
- 
-+#ifdef STANDARD20_MODULE_STUFF
-+/* s4u2proxy only supported in 2.0+ */
-+static const char *lockname;
-+static apr_global_mutex_t *s4u2proxy_lock = NULL;
-+#endif
-+
- /*** 
-  Macros To Ease Compatibility
-  ***/
-@@ -156,6 +188,7 @@
-   int krb_method_gssapi;
-   int krb_method_k5pass;
-   int krb5_do_auth_to_local;
-+   int krb5_s4u2proxy;
- #endif
- #ifdef KRB4
-   char *krb_4_srvtab;
-@@ -176,6 +209,11 @@
- 
- static const char*
- 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2016-08-18 Thread Christoph Junghans
commit: bae98c653a86bdf98d02fe91f1a6fcbb9ea15e7b
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Aug 18 16:45:55 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Aug 18 16:48:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae98c65

app-emulation/virtualbox-guest-additions: disable pointless gcc check

Package-Manager: portage-2.2.28

 .../virtualbox-guest-additions-5.0.20.ebuild  | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.0.20.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.0.20.ebuild
index 2bf21c9..99fe674 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.0.20.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-5.0.20.ebuild
@@ -88,6 +88,10 @@ src_prepare() {
done
done
 
+   # Remove pointless GCC version limitations in check_gcc()
+   sed -e 
"/\s*-o\s*\\\(\s*\$cc_maj\s*-eq\s*[5-9]\s*-a\s*\$cc_min\s*-gt\s*[0-5]\s*\\\)\s*\\\/d"
 \
+   -i configure || die
+
eapply_user
 }
 



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

2016-08-18 Thread Pacho Ramos
commit: eeb523e2f8fac7fcaebd8b6c36823a8ab0765888
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 16:44:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 16:44:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb523e2

www-apache/mod_auth_kerb: Drop old

Package-Manager: portage-2.3.0

 www-apache/mod_auth_kerb/Manifest |  1 -
 www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/www-apache/mod_auth_kerb/Manifest 
b/www-apache/mod_auth_kerb/Manifest
index 741f1fd..2d942c7 100644
--- a/www-apache/mod_auth_kerb/Manifest
+++ b/www-apache/mod_auth_kerb/Manifest
@@ -1,2 +1 @@
-DIST mod_auth_kerb-5.3.tar.gz 73530 SHA256 
89cd779a94405521770cbcb169af5af61e7f2aad91c4f4b82efaae35df7595ec SHA512 
888c2c16c743a8ef12641cce3877b845afc9d8f035d8ed48252d7b10a5b5e194ffcf9b9c18df18e788d2da53ef42bc3e7315d20dfd41e48a2e195708c43c0e60
 WHIRLPOOL 
54c24285748f840d04fb545a1bbecc449f272e75ae7cf882d360d2ba7bda0ec79d3663248e5c4f8337f3a624325bd35b049717fa0253627cb65bf3322c48bee4
 DIST mod_auth_kerb-5.4.tar.gz 93033 SHA256 
690ddd66c6d941e2fa2dada46588329a6f57d0a3b9b2fd9bf055ebc427558265 SHA512 
93fdf0e43af1c24e8c8204d09240b708747068ef99dd8d21b45cb4d132d31e6d582d49ea5e23b905f55cb0d4a20b1ecb58de1bcbfdad1d016e536fc622b63214
 WHIRLPOOL 
1b92217b7cf66d731a72cf9d58f188002ccadd75fc3d9075290347e6b4f151d3cff147fab73616951cbdb9430e8038adf5c4e204d374886bec3be69ff51c

diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild 
b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild
deleted file mode 100644
index 69affa6..000
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit apache-module
-
-DESCRIPTION="An Apache authentication module using Kerberos"
-HOMEPAGE="http://modauthkerb.sourceforge.net/;
-SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz"
-
-LICENSE="BSD openafs-krb5-a HPND"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="virtual/krb5"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="11_${PN}"
-APACHE2_MOD_DEFINE="AUTH_KERB"
-
-DOCFILES="INSTALL README"
-
-need_apache2_2
-
-src_compile() {
-   CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die 
"econf failed"
-   emake || die "emake failed"
-}



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

2016-08-18 Thread Pacho Ramos
commit: 1b5a32c0487ea16ff41391485521c8fc55078227
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 16:33:36 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 16:34:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5a32c0

net-dialup/dtrace: Stabilize

Package-Manager: portage-2.3.0

 net-dialup/dtrace/dtrace-2.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/dtrace/dtrace-2.01-r3.ebuild 
b/net-dialup/dtrace/dtrace-2.01-r3.ebuild
index b721fe5..ace286a 100644
--- a/net-dialup/dtrace/dtrace-2.01-r3.ebuild
+++ b/net-dialup/dtrace/dtrace-2.01-r3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="ftp://ftp.avm.de/develper/d3trace/linux/dtrace.static -> ${P}.static
 
 LICENSE="AVM-dtrace"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 RESTRICT="mirror bindist"
 
 RDEPEND="net-dialup/capi4k-utils"



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

2016-08-18 Thread Pacho Ramos
commit: bf61b881df33c6343430432e40c1ec3b489ffec4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 16:33:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 16:34:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf61b881

net-dialup/dtrace: Drop old

Package-Manager: portage-2.3.0

 net-dialup/dtrace/dtrace-2.01-r2.ebuild | 35 -
 1 file changed, 35 deletions(-)

diff --git a/net-dialup/dtrace/dtrace-2.01-r2.ebuild 
b/net-dialup/dtrace/dtrace-2.01-r2.ebuild
deleted file mode 100644
index 8c32f3b..000
--- a/net-dialup/dtrace/dtrace-2.01-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="DTRACE traces ISDN messages with AVM ISDN-controllers"
-HOMEPAGE="ftp://ftp.avm.de/develper/d3trace/;
-SRC_URI="ftp://ftp.avm.de/develper/d3trace/linux/dtrace.static -> ${P}.static
-   ftp://ftp.avm.de/develper/d3trace/linux/readme.txt -> ${P}-readme.txt"
-
-LICENSE="AVM-dtrace"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="mirror bindist"
-
-RDEPEND="net-dialup/capi4k-utils"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   cp "${DISTDIR}"/${P}.static "${DISTDIR}"/${P}-readme.txt . || die
-}
-
-src_prepare() {
-   edos2unix ${P}-readme.txt
-}
-
-src_install() {
-   exeinto /opt/bin
-   newexe ${P}.static dtrace-avm
-   newdoc ${P}-readme.txt README
-}



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

2016-08-18 Thread Matt Thode
commit: 6784f7d917df8f90a85279bae5e094a1d8da231c
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 18 16:28:53 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 18 16:28:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6784f7d9

app-admin/puppetdb: bup

Package-Manager: portage-2.2.28

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

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index e88fdc7..6adfc3c 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -3,3 +3,4 @@ DIST puppetdb-4.0.2.tar.gz 22131185 SHA256 
7306f509f2caf642e37c0b8c1d67a07734a79
 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
+DIST puppetdb-4.2.1.tar.gz 22408841 SHA256 
3d9ee12a3713046d57b6b1eb8cfd36643037cb06ac7e9573f00490a40e337666 SHA512 
93fd8fbfd0f142f9da761e54ee578be163ab9d8e70cf278c7e2c1b981a7bd03dd0aa9d1a6909d36ee2e5e1d42ab227984749e584b2c32083ba0ef36d23c607b2
 WHIRLPOOL 
ae54f063352aa50ffe1431940cc8db69562fda62e23050532e8a0786905dfc5e0829862fced827961bd103a3bf3f3601c6fda556b31f93da42529b45d039c217

diff --git a/app-admin/puppetdb/puppetdb-4.2.1.ebuild 
b/app-admin/puppetdb/puppetdb-4.2.1.ebuild
new file mode 100644
index 000..1386a3e
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-4.2.1.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: profiles/base/

2016-08-18 Thread Brian Evans
commit: 8594ffb9ca0615bbff9a81f56266c4873fd4c021
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 16:17:34 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 16:18:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8594ffb9

profiles/base/package.use.stable.mask: fix sst-xtrabackup mask to be 
mariadb-galera not mysql

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 061c48d..34cfd6f 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -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$
 
@@ -10,7 +10,7 @@
 # flag until a source based version that doesn't depend
 # on a vulnerable libgcrypt version is in tree
 dev-db/mariadb sst-xtrabackup
-dev-db/mysql sst-xtrabackup
+dev-db/mariadb-galera sst-xtrabackup
 
 # William Hubbs 

  1   2   >