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

2016-07-02 Thread Hans de Graaff
commit: 03607ee1ce2cb48450db242cc5c0b3b211438409
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:53:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:53:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03607ee1

dev-ruby/rack: add missing slot to blocker

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/rack/rack-2.0.1.ebuild b/dev-ruby/rack/rack-2.0.1.ebuild
index 0f2d2c4..19ab1a6 100644
--- a/dev-ruby/rack/rack-2.0.1.ebuild
+++ b/dev-ruby/rack/rack-2.0.1.ebuild
@@ -29,7 +29,7 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5 
dev-ruby/concurrent-ruby )"
 # make them dependencies at all.
 
 # Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !

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

2016-07-02 Thread Hans de Graaff
commit: c695e2d9353944fc80ac05b938fe919e77552691
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:47:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:47:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c695e2d9

dev-ruby/rspec-expectations: add rspec 3.5

Package-Manager: portage-2.2.28

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.5.0.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index c05fbf53..55d0fe3 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -2,3 +2,4 @@ DIST rspec-expectations-2.14.5-git.tgz 93680 SHA256 
ceba7a62ad87285f1ea01db4798e
 DIST rspec-expectations-2.99.2-git.tgz 106884 SHA256 
4c1b38198d214ab2d4e297fdfbd89d3c3ae20c6b144882e53e935cfbc9878f68 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 WHIRLPOOL 
4a390f55bac3180a876bd59f58ce7c2ed87611b94c9610c950dc138ef14c8966e62d79aa4f63771c373760d0b9f4f51a9aaa6cbc4fc600573c6cb12ddc0e278d
 DIST rspec-expectations-3.3.1-git.tgz 171117 SHA256 
a40feb73c5c54fd6464ca262af4be50ef9d5e4a785b5ae7862946da42837e112 SHA512 
fe0e5fc4e00c8d51866bc9699bc25b1e702c765c5443abbebe2f016833c6f09f9f8f35d86520b59d51ad0a196551f68c39a5ec707658826af838ed274f4986ff
 WHIRLPOOL 
5dc55d62ec1df5add711c07470d2d7020b875bf43a57788ceb84b05807ec9d3b2e395fde16f14c06d265e8c36b44e9a9c9da306c049a019289a1bc3d265e18e1
 DIST rspec-expectations-3.4.0-git.tgz 181527 SHA256 
4cfdedf39382d27335208fc1ce7efbf3babd3212e021ece5593e39feb3e51556 SHA512 
688fcee04517e1354ce7d180c9e8c8e55614261af416b80dfc663293f9d66348fc2c17dc9b31aec7bc12fd9045d6507d9f11017bb5a757e41dbcaea18efa684f
 WHIRLPOOL 
3d9a8f9b7515433b80dc70ba922813f0b2564bd0e1a0f1fe6dd370befef76a8453b1ce59b8fede435a99f8f604a24a56c158bd5c0be5bc3627c0b2181193ca16
+DIST rspec-expectations-3.5.0-git.tgz 187600 SHA256 
edbd7dec2b1e685b12e3a14c3ea4d8bb3c5d82fe0f69afeea9c9f4d10da03c1d SHA512 
e6077549a028de0e34cdd50d93552ca3ee0f30bb550e9df20d391f287beb57070dcb3a5104627e7adb55689e7b102c91b7d3a3b944b8c4ff1235761140f2dce0
 WHIRLPOOL 
d173b832c43e723b0a46caa72f45fa27f8c611567eca544ad6e30e661ca32edca063ba4cd621fb411c527f64371b9e1c04b58192b330878704de2a47b31dc451

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
new file mode 100644
index 000..58165ec
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2016-07-02 Thread Hans de Graaff
commit: 2c3afefb016cf3dbc4aaab0ace10c2d16e581b85
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:46:08 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:46:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3afefb

dev-ruby/rspec-support: add rspec 3.5

Package-Manager: portage-2.2.28

 dev-ruby/rspec-support/Manifest   |  1 +
 dev-ruby/rspec-support/rspec-support-3.5.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index a702ca1..8255e72 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-support-3.3.0-git.tgz 45380 SHA256 
cea58331f616e407c4ee25bb0b74bad26dbdc793fd341010d37749dea15e30a2 SHA512 
88f0fdbc7609093c8f14bff220a03d0788847315e5ac73c025cd181d84a3ac120c294aca89a0c11c9f11e35019dc337f9e43fc2c33cabe4856d87e36fa1e
 WHIRLPOOL 
6f355bb1dc71bbb7804fd3d4a4227042bbe0d166ef336e4121730abce52e1596b25b94ae38e72a6284ca2eac6d0eb6146a02f54d08792b1ff5a6320d40524a2a
 DIST rspec-support-3.4.0-git.tgz 55405 SHA256 
07826d61234ab87ff935c74ce15b5b96a2cc5ad0c66e6aea2ebe906f986081c0 SHA512 
a309e86b57c6c0e89c39f9bccf01479a1ef42b51017d4e012de4a223a3d6d7f348362c4b5da3bdaafaf53564761b1c8d4e3d19e1a058923116b40f086a6eb9b7
 WHIRLPOOL 
62a5c1be1b4fb1ca39965826c1a3ab10af74c6b10c89a37677dc737d10baf9d99c9f73742145ee42f6b06206aabe43710a83014feff8df3d27e70458ed660707
 DIST rspec-support-3.4.1-git.tgz 8 SHA256 
e5e641ee3e42d8e7bd33927d8b5388f8a4a85f9c3204fbbe29675a8f6fa14116 SHA512 
7318d8701d4e38dc9be5b2633c8acbe7d329f9b713da90b8307570b952ede435d2e0f0dcf42e6692491df8a54b81dc8908250739d3916cf11068d37d7b906b40
 WHIRLPOOL 
4ad29f8e1ff586cf3fe92b74813a17c62e3cc5556a1f66298c6d97f5f8803bddd762289b9fcf3f14efef6142dab010ed5208579a493d41d09d1a947c706659cb
+DIST rspec-support-3.5.0-git.tgz 59824 SHA256 
856a052e7fd6d3a368c543580528495e660bb1ce40001ba4be48e39a518f SHA512 
246d86c131dae12d6ca9040dba800ea5e378cfce083b1840492cc2c968e4d17fe67617332aa77d46817356113f81d8d9584698e4fe9e4873291d18ebe04eacbc
 WHIRLPOOL 
ed288c0681b14670e6bbb43c5672d7240c408e98be2927b32d38eb330b5b941d2169c4d3c30b1a0c7f715554f4f67d5399451da466a4a15f4c90c9ce208313b1

diff --git a/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild
new file mode 100644
index 000..a4f52c1
--- /dev/null
+++ b/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 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"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-support;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.5.0:3 )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Remove spec that, by following symlinks, tries to scan pretty much
+   # the whole filesystem.
+   rm spec/rspec/support/caller_filter_spec.rb || die
+
+   # Avoid a spec requiring a specific locale
+   sed -i -e '/copes with encoded strings/ 
s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
+}



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

2016-07-02 Thread Hans de Graaff
commit: 94553c90bc7de234cdafd7d7206ef35b05b593d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:44:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:44:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94553c90

dev-ruby/ammeter: add ruby22

Package-Manager: portage-2.2.28

 dev-ruby/ammeter/ammeter-1.1.3-r1.ebuild | 66 
 1 file changed, 66 insertions(+)

diff --git a/dev-ruby/ammeter/ammeter-1.1.3-r1.ebuild 
b/dev-ruby/ammeter/ammeter-1.1.3-r1.ebuild
new file mode 100644
index 000..9611c04
--- /dev/null
+++ b/dev-ruby/ammeter/ammeter-1.1.3-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Write specs for your Rails 3+ generators"
+HOMEPAGE="https://github.com/alexrothenberg/ammeter;
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# Restrict tests since they now require the specific rspec version to be
+# provided in an environment variable.
+#RESTRICT="test"
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-3.0:*
+   >=dev-ruby/railties-3.0:*
+   >=dev-ruby/rspec-rails-2.2:*
+"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rails-4.0
+   >=dev-ruby/uglifier-1.3
+   >=dev-ruby/rake-0.10
+   >=dev-ruby/coffee-rails-4.0
+   >=dev-ruby/sass-rails-4.0
+   >=dev-ruby/jquery-rails-3.0
+   dev-util/cucumber
+   dev-util/aruba
+   dev-ruby/sqlite3
+   dev-ruby/bundler
+   )"
+
+all_ruby_prepare() {
+   # fix the gemspec; we remove the version dependencies from there, as
+   # it requires _older_ versions of its dependencies.. it doesn't
+   # really seem to be the case though. Also remove the references to
+   # git ls-files to avoid calling it.
+   sed -i \
+   -e '/git ls-files/d' \
+   -e '/\(cucumber\|aruba\)/s:,.*$::' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # haml-rails is not packaged
+   sed -i -e '/haml-rails/d' ${RUBY_FAKEGEM_GEMSPEC} Gemfile || die
+   rm -f spec/ammeter/rspec/generator/matchers/have_correct_syntax_spec.rb 
|| die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec ${RUBY} -S rspec-3 spec || die
+}



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

2016-07-02 Thread Hans de Graaff
commit: d404853508608c9813ad683afa9e208ee2b41f59
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:49:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:49:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4048535

dev-ruby/rspec-rails: add rspec 3.5

Package-Manager: portage-2.2.28

 dev-ruby/rspec-rails/Manifest |  1 +
 dev-ruby/rspec-rails/rspec-rails-3.5.0.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index 2fd2341..2af3844 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -2,3 +2,4 @@ DIST rspec-rails-2.14.2.tar.gz 75049 SHA256 
c5ec91e3c360033a7ef640d0a08b4f916703
 DIST rspec-rails-2.99.0.tar.gz 78448 SHA256 
81ff54e638432c2b734ebefd5398f646960bcc72b92e381393d2420fc9525882 SHA512 
0453450cf5a5435dc4f870ae7a37a299c6b17a4df04de730c14ca3d070808c9a9a70a6f485a1d0c6f4f8ddf3def6e4710ae5842e9e8f0b59c10b2177299670f4
 WHIRLPOOL 
0a5774bab31786cca0a3146641306cce38d2a809bc94a9728cc2c479be761b66246cb54bdf9185c478519434d95f7808f9d8f7f9ddecac1ffc01251cf9dcd5a6
 DIST rspec-rails-3.3.3.tar.gz 102963 SHA256 
b0edc645a25c929deb39a7334894922cdf67cf7cb895bb728751d0d3a459fac9 SHA512 
72c8a027d3ac7c8487c4dec23c91c7014456e6d8ed10f80f72e71c90e7bde0a3c005dd6b57985b1f3e32b32cb6d4610f651f8aa4b81156536a667a266e816603
 WHIRLPOOL 
78b00968fe75cd632b94bd4b2f244dc6ac50e708b9023baf882bba6ef76b827b681f55dd88be0220988c49d308b9bde4e3344456980db0d9a5654e39f65edd93
 DIST rspec-rails-3.4.2.tar.gz 114252 SHA256 
ff54962e135baad173aa987ba08ea4d35b2479cc32beaa2d348e2dfb95bffc85 SHA512 
922a666ac674d6e91083caf5b5526556add9ffc8783f3f5af8a7d60afb2353b99730e367d522b91bf487fcbe9282fbf51648487c9d0bed005882dc57d7fb57bc
 WHIRLPOOL 
7004dec656c42d2c0ad1a930c4df04955acb0b936c75699f902cd42acb1e42fc9cab7340acf8da834b769d5740431d2ad6e83ea1b61d60939d7d523bb6462977
+DIST rspec-rails-3.5.0.tar.gz 123486 SHA256 
ab64b15b4eae1d3eb62876eaf1a4496d7881a97e70f840a76dbde6fd361da92e SHA512 
b49d8dc463a528a1591f2558b8c55c3208e4e9012b8e8a12592577a1236bb30afbbabdf4e5f784ef3fc65068b4efbf73e7d0287019239ff7ddcc13c9ab9f6d81
 WHIRLPOOL 
69a970d20f675db679ee9cf0478b7877548fe709fd8dc045257290fa24036a8eb5329a090890a9592987cb24ed426db3ef0fe4082cd1c46a1ba26ebac3660c91

diff --git a/dev-ruby/rspec-rails/rspec-rails-3.5.0.ebuild 
b/dev-ruby/rspec-rails/rspec-rails-3.5.0.ebuild
new file mode 100644
index 000..357b351
--- /dev/null
+++ b/dev-ruby/rspec-rails/rspec-rails-3.5.0.ebuild
@@ -0,0 +1,56 @@
+# 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="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="RSpec's official Ruby on Rails plugin"
+HOMEPAGE="http://rspec.info/;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0:*
+   >=dev-ruby/actionpack-3.0:*
+   >=dev-ruby/railties-3.0:*
+   =dev-ruby/rspec-${SUBVERSION}*"
+
+# Depend on the package being already installed for tests, because
+# requiring ammeter will load it, and we need a consistent set of rspec
+# and rspec-rails for that to work.
+ruby_add_bdepend "test? (
+   =dev-ruby/mocha-0.10*
+   >=dev-ruby/capybara-2.0.0
+   >=dev-ruby/ammeter-1.1.2
+   ~dev-ruby/rspec-rails-${PV}
+)"
+
+all_ruby_prepare() {
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm -f .rspec || die
+
+   # Avoid bundler-specific specs.
+   rm -f spec/sanity_check_spec.rb || die
+
+   # Avoid broken controller generator specs for now.
+   rm -fr spec/generators/rspec || die
+
+   # Avoid loading rspec/rails explicitly since ammeter/init will also
+   # do this and loading it twice causes an error
+   sed -i -e '/rspec\/rails/ s:^:#:' spec/spec_helper.rb || die
+}



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

2016-07-02 Thread Hans de Graaff
commit: acc866c5af5586bc6e5ab41ae3d3196cd4692b82
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:48:44 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:48:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc866c5

dev-ruby/rspec: add rspec 3.5

Package-Manager: portage-2.2.28

 dev-ruby/rspec/Manifest   |  1 +
 dev-ruby/rspec/rspec-3.5.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/rspec/Manifest b/dev-ruby/rspec/Manifest
index 2846afa..52cb2bb 100644
--- a/dev-ruby/rspec/Manifest
+++ b/dev-ruby/rspec/Manifest
@@ -3,3 +3,4 @@ DIST rspec-2.14.1.gem 4608 SHA256 
4f9fc6c58696faa22571ca80d710fd0e4f30eaeb700155
 DIST rspec-2.99.0.gem 5632 SHA256 
432b31d528aac0dd192b3fa7c83f6cc22dec4a0385fb4020d293cc6777870393 SHA512 
bcdf5e86938b102200144c49370e0a0691e39a8720048df2eab1a55f95a5bc5e4ced84c7da86d0ddc83ee4ce0f40602c2ae7ee10e55dccf8bb8b769ab048ebb8
 WHIRLPOOL 
7c71c569e3dd2a94f4564298c7af1069d29c0a1ca8b6045cd5b8ba0ae6833fa2e948b572d048397adc2aae90578e2cdf1f98e3fb0197697927538e925bef7b1c
 DIST rspec-3.3.0.gem 10240 SHA256 
99548f038d0b9e55f670e77edb0f1ebcaf127d456c64a1adff803d158efec5ae SHA512 
cafc2bcfae261da8f990a8c6327db88f800d73c9fed2dbf4ca360930376906ae6621349ac9cc92b900e069647eb9d1dde1e41feb6ba25b84d30228ae038efbd4
 WHIRLPOOL 
ecf1b141131b60c9b074ed09d794bfc797487c369aa3e9e632c6ca187760b43063fb9eb3d4b354e7516bc8cbbf4f44069afd365020befe1ecfd374c67ea11907
 DIST rspec-3.4.0.gem 10752 SHA256 
1a1d69ef92aaa50f80aba930880886a19a51cda9be5350866fa00a69c5875d89 SHA512 
b73040fd946931d5dcdf6d48456fda50f614ecab5853308b7c02432614c080cde05bc0eeeb0302f81dae3f25767eb2d4529ae0ae48c824ef077d299e5fea25de
 WHIRLPOOL 
9ec06dc235a4fe964921016570f92973087b365902a5ff56a3015c84b80dc601616fc18a80f433adc4498d287ef45147a514f6da42830203722a2ef3b3be2596
+DIST rspec-3.5.0.gem 10752 SHA256 
dab06dc328931b0711943f074989ff45cfc3341e4c7cb6cd022ea50463ade399 SHA512 
0500f09e46244746967f5efebcfbc96d4cef14c5f68e6ad3d510e151ed83c865a3478ae6e42dec0f0793db7db52ae2394768b6b331ea5ca8d30bc19523cad5b0
 WHIRLPOOL 
9fcdaac3a44c737947742673617307f70a5092d33ea4152c28066f2383b75efb03e5d31c96def8b7c143e902a2a99e770cca17569d1be0aa828680395f3cc4da

diff --git a/dev-ruby/rspec/rspec-3.5.0.ebuild 
b/dev-ruby/rspec/rspec-3.5.0.ebuild
new file mode 100644
index 000..5d6bb1c
--- /dev/null
+++ b/dev-ruby/rspec/rspec-3.5.0.ebuild
@@ -0,0 +1,28 @@
+# 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_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-core-${SUBVERSION}*
+   =dev-ruby/rspec-expectations-${SUBVERSION}*
+   =dev-ruby/rspec-mocks-${SUBVERSION}*"



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

2016-07-02 Thread Hans de Graaff
commit: 9a579736d740d3a2c264e1587103a9aa30b7425d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:47:58 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:47:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a579736

dev-ruby/rspec-core: add rspec 3.5

Package-Manager: portage-2.2.28

 dev-ruby/rspec-core/Manifest|   1 +
 dev-ruby/rspec-core/rspec-core-3.5.0.ebuild | 100 
 2 files changed, 101 insertions(+)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index bba6417..3267159 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -3,3 +3,4 @@ DIST rspec-core-2.99.2-git.tgz 212935 SHA256 
75794e3f94f3323b1212b93e827d37d6ab2
 DIST rspec-core-3.3.2-git.tgz 332730 SHA256 
aef9a2867a435aa7be57826c850e88e593232077dc42f12bfed89a92c7704d26 SHA512 
6cadfa43d63df8d24105d88d6e8b22a495a30f04b289c71c8887ea3fead9ec8f071a6c734a140b1e4910f25094fd36c7c37b54a0724e734233ca584202f0cf32
 WHIRLPOOL 
1e385223ea8c9b32bfc6ecc93146ccad793441bae3426f6cb4acc07d7a1f2bc6e20be11597fcd27f3c6bb207482213e2eaf214835041df631d06b9bc524e5b70
 DIST rspec-core-3.4.3-git.tgz 355961 SHA256 
9dea290b7a1e30e483d61451e968554591a0ce385b66bc75d27d0f9eed7455e3 SHA512 
26973fb7de7e2055cfafece0b3d68c2dab3498f6e3705bc2a4d41633b18783d142c7c9bee82fbec0d577b7d97d85c747c8cbdeb0cf8d2b5c017009fa087f2ec2
 WHIRLPOOL 
f52dfaa2dc83efb49f66693e7b9eff20d5237d0593985ed88283247d50e2fa24d6f3739d9c01c0a4fa298b9da1072a01b055b0d4618eadeb8de9e7403cccb7be
 DIST rspec-core-3.4.4-git.tgz 355992 SHA256 
a1f3cbf0748ac87a5b3b5bea2428121e1c6ab6a2133f466da81dfbb49bb22785 SHA512 
f73eda7bab8622f7457286e4c2a19d8ee231f484743d9963cd4a020d149eaad19007e8d5d4eb049e4fe62ead4f7a84de55e63ac1ac26e2c7b6d599d14eaa17b7
 WHIRLPOOL 
1c25e860ce672da49e3d5d95b92ceef9d92fcb44095401926e166463ea8b21ac6cdcdc615cdec6b33bdb48e5ca7689febdfa41f18ae9254536e6b958d37eb780
+DIST rspec-core-3.5.0-git.tgz 365231 SHA256 
519402638aebb8cd584f34dacd2f1ffda5237f24fd57a4810d8bb257fa398519 SHA512 
043ef9cd7ea064e3f12b786c333b1478bbce2eef7d1c781ec47cc46305bb37bf602eb900ef83486b8f7f90bc329ef45a4d4e271801ea59d2587a6b221b4a897d
 WHIRLPOOL 
119d12cbb5f60f3beb6778b88d1f83dae24a1d7e2ddb9a65b1617c38e28f469829c934f2a5c837a8ff54ba8ef3bc2726bb555ccf000b969a8b2eb53455da32cf

diff --git a/dev-ruby/rspec-core/rspec-core-3.5.0.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.5.0.ebuild
new file mode 100644
index 000..5132461
--- /dev/null
+++ b/dev-ruby/rspec-core/rspec-core-3.5.0.ebuild
@@ -0,0 +1,100 @@
+# 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_TEST="none"
+RUBY_FAKEGEM_TASK_DOC="none"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+# Also install this custom path since internal paths depend on it.
+RUBY_FAKEGEM_EXTRAINSTALL="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-core;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="highlight"
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-support-${SUBVERSION}*
+   !!=dev-ruby/coderay-1.0.9 )
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/nokogiri-1.5.2
+   >=dev-ruby/coderay-1.0.9
+   dev-ruby/syntax
+   >=dev-ruby/thread_order-1.1.0
+   >=dev-ruby/rspec-expectations-3.3.0:3
+   >=dev-ruby/rspec-mocks-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Avoid dependency on cucumber since we can't run the features anyway.
+   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
+
+   # Duplicate exe also in bin. We can't change it since internal stuff
+   # also depends on this and fixing that is going to be fragile. This
+   # way we can at least install proper bin scripts.
+   cp -R exe bin || die
+
+   # Avoid unneeded dependency on git.
+   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
+
+   # Avoid aruba dependency so that we don't end up in dependency hell.
+   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
+   rm 
spec/integration/{failed_line_detection,filtering,order,persistence_failures}_spec.rb
 spec/support/aruba_support.rb || die
+
+   # Avoid a spec failing due to path issues
+   sed -i -e '/does not load files in the default path when run by 
ruby/,/end/ 

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

2016-07-02 Thread Hans de Graaff
commit: f2f2aaf19f722b0562226c27b4ec310b7e80ebdf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  3 05:46:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  3 05:46:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f2aaf1

dev-ruby/rspec-mocks: add rspec 3.5

Package-Manager: portage-2.2.28

 dev-ruby/rspec-mocks/Manifest |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 92ad0e9..ecd4372 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -3,3 +3,4 @@ DIST rspec-mocks-2.99.2-git.tgz 101731 SHA256 
fad961e30ef67e014625fb6b4bb62db0f6
 DIST rspec-mocks-3.3.2-git.tgz 174849 SHA256 
faec1a03eecdda1217238df7989c80f4201cf7613580af3824b2fa3af2c45ec0 SHA512 
b03dd81232650d851db51dd62a11c6f34df7e3d47db9ec96168259f7d4045d2497098de903b5ef6865c29a5f4835ee1865ff64a8177f9212e8f699175ec7fe90
 WHIRLPOOL 
33936705596662c74c31b74b1bc5ac57bb76290b4fda1375edb18b9491c7b1ced0dd545c21ae6b67174275235ff767ddc322b73da97685a0dc6eeff13b9c9b61
 DIST rspec-mocks-3.4.0-git.tgz 182517 SHA256 
87673a6c2a2c4c4054dcf2694c6deecc304fc8a1cb8684e3b55b21536ee1e593 SHA512 
1d697c501a256031c1070706082d4dcd86c7441935f9427a9479a79da91fa432414ffdce0cf0b32178e2c2731f8947446780b1bd9f325bff61878425d5f86328
 WHIRLPOOL 
15dec1303e4d58d471e6833317d282ba1cf3e6a370b4f32297e8b6a97755402cf83517fb4ca36766934946fe70baf6a41cdc74d8999581d1c6a7fa5ab99ed5e9
 DIST rspec-mocks-3.4.1-git.tgz 182922 SHA256 
0d749c3c9a229b2c9811986ae9676b6fd644b950eebac73155e7202bb275c72d SHA512 
1e5b0bad9ef95f2479cf5fe5488076fd42c3fbcd2d35278b9da6d45106819e0bde29564a3962f8214565c944cb2b44475660d3f53fd64b11916aa85f7af94fdd
 WHIRLPOOL 
0cbfffc2c79056da2134fa1217d535c8ba52362181f7bcd638ff876c64b1c70a32e049e81714a260daca21481c6c30dbaf024620eacdc660a1930974869c1f93
+DIST rspec-mocks-3.5.0-git.tgz 186806 SHA256 
19340072723eb9b632fdc3e2636540d617d585d5ae1a0b67c7c07e93cc5a84e2 SHA512 
b7dcb4ce0eac894d6652be45fea981cb7ade47a739ad926a87aa41d8a34fa9deffc45f5718d1634f03fbedaba82a77005466fa83155dc433fed6a19f8a897c4d
 WHIRLPOOL 
6dd479a9efcfa149a4342f36f28a6350d16a222b78f1141996c3a38f77f7c7995bacd1cd67b4ebd97c46bf57a8a6eb684fba92ca2a12df4d9c14ea9eb99af2f2

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild
new file mode 100644
index 000..354afdb
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild
@@ -0,0 +1,47 @@
+# 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="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.3.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+}



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/

2016-07-02 Thread Zac Medico
commit: a1262c6ff59120b4fd089275006148accfa078de
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 04:21:37 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 04:23:21 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a1262c6f

eshowkw: use portage.root for prefix support

 pym/gentoolkit/eshowkw/keywords_header.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/eshowkw/keywords_header.py 
b/pym/gentoolkit/eshowkw/keywords_header.py
index 1b9af0d..9c6538c 100644
--- a/pym/gentoolkit/eshowkw/keywords_header.py
+++ b/pym/gentoolkit/eshowkw/keywords_header.py
@@ -28,7 +28,7 @@ def load_profile_data(portdir=None, repo='gentoo'):
  {'x86': 'stable', 'mips': 'dev', ...}
"""
if portdir is None:
-   portdir = 
portage.db['/']['vartree'].settings.repositories[repo].location
+   portdir = 
portage.db[portage.root]['vartree'].settings.repositories[repo].location
 
arch_status = {}
 



[gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/

2016-07-02 Thread Zac Medico
commit: 8fb13e5184fec426206985aec3445febfbe00b2a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 01:04:21 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 01:04:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb13e51

mail-client/mailx-support: add ${EPREFIX} to emake prefix

Package-Manager: portage-2.3.0

 mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild 
b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
index 658f959..7ee0a50 100644
--- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild
+++ b/mail-client/mailx-support/mailx-support-20060102-r2.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$
 
@@ -35,5 +35,5 @@ src_compile() {
 }
 
 src_install() {
-   emake prefix="${D}/usr" install
+   emake prefix="${ED}/usr" install
 }



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

2016-07-02 Thread Zac Medico
commit: f3e3daffb4dfa66b836974297763538f707692f5
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 00:55:04 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 00:55:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e3daff

sys-apps/smartmontools: add ${EPREFIX} to econf --with-drivedbdir

Package-Manager: portage-2.3.0

 sys-apps/smartmontools/smartmontools-6.5.ebuild  | 2 +-
 sys-apps/smartmontools/smartmontools-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/smartmontools/smartmontools-6.5.ebuild 
b/sys-apps/smartmontools/smartmontools-6.5.ebuild
index ff70dcf..cea715a 100644
--- a/sys-apps/smartmontools/smartmontools-6.5.ebuild
+++ b/sys-apps/smartmontools/smartmontools-6.5.ebuild
@@ -47,7 +47,7 @@ src_configure() {
# in our src_install, so no need to manually delete it.
myeconfargs=(
--docdir="${EPREFIX}/usr/share/doc/${PF}"
-   --with-drivedbdir=/var/db/${PN} #575292
+   --with-drivedbdir="${EPREFIX}/var/db/${PN}" #575292
--with-initscriptdir="${EPREFIX}/etc/init.d"
$(use_with caps libcap-ng)
$(use_with selinux)

diff --git a/sys-apps/smartmontools/smartmontools-.ebuild 
b/sys-apps/smartmontools/smartmontools-.ebuild
index ff70dcf..cea715a 100644
--- a/sys-apps/smartmontools/smartmontools-.ebuild
+++ b/sys-apps/smartmontools/smartmontools-.ebuild
@@ -47,7 +47,7 @@ src_configure() {
# in our src_install, so no need to manually delete it.
myeconfargs=(
--docdir="${EPREFIX}/usr/share/doc/${PF}"
-   --with-drivedbdir=/var/db/${PN} #575292
+   --with-drivedbdir="${EPREFIX}/var/db/${PN}" #575292
--with-initscriptdir="${EPREFIX}/etc/init.d"
$(use_with caps libcap-ng)
$(use_with selinux)



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

2016-07-02 Thread Zac Medico
commit: e4132b01636a47202e6700f3d12d236d652b6f95
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 00:35:34 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 00:35:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4132b01

sys-fs/dosfstools: add ${EPREFIX} to econf --docdir argument

Package-Manager: portage-2.3.0

 sys-fs/dosfstools/dosfstools-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild 
b/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild
index fce6ebf..14327e6 100644
--- a/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild
+++ b/sys-fs/dosfstools/dosfstools-4.0-r1.ebuild
@@ -33,7 +33,7 @@ src_prepare() {
 
 src_configure() {
econf \
-   --docdir=/usr/share/doc/${PF} \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
$(use_enable compat compat-symlinks) \
$(use_with udev)
 }



[gentoo-commits] repo/gentoo:master commit in: app-doc/xmltoman/

2016-07-02 Thread Zac Medico
commit: 85a60d71e62bfe19c7dede195eedac7c901ef0f2
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul  3 00:12:37 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul  3 00:12:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a60d71

app-doc/xmltoman: add ${EPREFIX} to emake PREFIX

Package-Manager: portage-2.3.0

 app-doc/xmltoman/xmltoman-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild 
b/app-doc/xmltoman/xmltoman-0.4.ebuild
index a04aa41..3368666 100644
--- a/app-doc/xmltoman/xmltoman-0.4.ebuild
+++ b/app-doc/xmltoman/xmltoman-0.4.ebuild
@@ -18,7 +18,7 @@ RDEPEND="dev-lang/perl
 DEPEND="${RDEPEND}"
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
dodoc README
doman xmltoman.1 xmlmantohtml.1
 }



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

2016-07-02 Thread Zac Medico
commit: 62845ff576690a3c5788773f0e9c09a7aa09f6f2
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jul  2 23:22:06 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jul  2 23:23:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62845ff5

dev-util/geany: add ${EPREFIX} to econf --docdir argument

Package-Manager: portage-2.3.0

 dev-util/geany/geany-1.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany/geany-1.27.ebuild b/dev-util/geany/geany-1.27.ebuild
index f6276c5..1700223 100644
--- a/dev-util/geany/geany-1.27.ebuild
+++ b/dev-util/geany/geany-1.27.ebuild
@@ -46,7 +46,7 @@ src_prepare() {
 src_configure() {
econf \
--disable-dependency-tracking \
-   --docdir="/usr/share/doc/${PF}" \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable gtk3) \
$(use_enable vte)
 }



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

2016-07-02 Thread Anthony G. Basile
commit: 0e7ab43cc8a026ab88134ff98d5f4c634289f557
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jul  2 22:42:24 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jul  2 22:42:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7ab43c

sys-libs/uclibc-ng: version bump to 1.0.16

Package-Manager: portage-2.2.28

 sys-libs/uclibc-ng/Manifest|   1 +
 sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild | 406 +
 2 files changed, 407 insertions(+)

diff --git a/sys-libs/uclibc-ng/Manifest b/sys-libs/uclibc-ng/Manifest
index 301a419..305ecc2 100644
--- a/sys-libs/uclibc-ng/Manifest
+++ b/sys-libs/uclibc-ng/Manifest
@@ -1,2 +1,3 @@
 DIST uClibc-ng-1.0.14.tar.bz2 2859522 SHA256 
5e3ed3c217786b238e7e356fae05c75a158d1852e72ddea954787bdcf4d63dfa SHA512 
293b9260ca9a62170746e441de161ebfedb171050f168db0131fa1aec1819477ff792204525747aec82c7f473b2f48eb93aedabcd768814ac207b28032112366
 WHIRLPOOL 
93dce8443c3b6d0b4a616de6084cf5169d24a55e0cf9445d90d24ea66dc51902f1612371747171967431ad30a8129fa3b22830d55d746e013dc2929a0f4d81eb
 DIST uClibc-ng-1.0.15.tar.bz2 2765526 SHA256 
89a91aa18909ffb27407cd6f56dfd3ab504f0c415e42410870290b5dc45a1cd9 SHA512 
a4f7520fad9b1927d8ca738410b213514c3151822d5c01474ffc71e4cf4e60815bcb3a5fb98f141cf615d0fe57a7f1d3d0d2b1fd217ad5eaf8835d41ea686dc0
 WHIRLPOOL 
88f481cbac54844c9620de916a22e57dfb15ade01b223712ac679d4224807bdfd47ae4e157a1672e33d38beda618ae970605861d6e18c4a312720eca2e608c93
+DIST uClibc-ng-1.0.16.tar.bz2 2769238 SHA256 
f0ded5cb1ff7aac670ca9df931fc820648d91b27085a3efecc1b7f06d65f57f6 SHA512 
05110f0b6651862f16b01d1b45d59258b93686a7635815f9e050ab6b8f0eb14581782c95f305649d62aa80e78060865620a5306a657ea7e9ac396c68d61347cb
 WHIRLPOOL 
d79830b46d4bcb2f19917da936a35443da95728c25a050e5a313f6a374669be8c29d5df12a6e9ac5efc65416a0206672a70c7b6d75cb3fdc4017220e3bf3

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild
new file mode 100644
index 000..e99f8d7
--- /dev/null
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild
@@ -0,0 +1,406 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit flag-o-matic multilib savedconfig toolchain-funcs versionator
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://uclibc-ng.org/git/uclibc-ng"
+   inherit git-r3
+   MY_P=uclibc-ng-${PV}
+else
+   MY_P=uClibc-ng-${PV}
+fi
+
+DESCRIPTION="C library for developing embedded Linux systems"
+HOMEPAGE="http://www.uclibc-ng.org/;
+if [[ ${PV} != "" ]] ; then
+   PATCH_VER=""
+   SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2;
+   KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug hardened iconv ipv6 rpc crosscompile_opts_headers-only"
+RESTRICT="strip"
+
+# 1) We can't upgrade from uclibc to uclibc-ng via a soft blocker since portage
+#will delete the ld.so sym link prematurely and break the system. So we
+#will hard block and give manual migration instructions.
+# 2) Currently uclibc and uclibc-ng's iconv are in bad shape.  We've been using
+#the breakout library.  The disadvantage here is that we have to sprinkle
+#LDFAGS=-liconv on build systems that need to link against libiconv.
+RDEPEND="
+   !!sys-libs/uclibc
+   iconv? ( dev-libs/libiconv )"
+
+S=${WORKDIR}/${MY_P}
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CHOST} == ${CTARGET} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+alt_build_kprefix() {
+   if [[ ${CBUILD} == ${CHOST} && ${CHOST} == ${CTARGET} ]] ; then
+   echo /usr/include
+   else
+   echo /usr/${CTARGET}/usr/include
+   fi
+}
+
+just_headers() {
+   use crosscompile_opts_headers-only && is_crosscompile
+}
+
+uclibc_endian() {
+   # XXX: this wont work for a toolchain which is bi-endian, but we
+   #  dont have any such thing at the moment, so not a big deal
+   touch "${T}"/endian.s
+   $(tc-getAS ${CTARGET}) "${T}"/endian.s -o "${T}"/endian.o
+   case $(file "${T}"/endian.o) in
+   *" MSB "*) echo "BIG";;
+   *" LSB "*) echo "LITTLE";;
+   *) echo "NFC";;
+   esac
+   rm -f "${T}"/endian.{s,o}
+}
+
+kconfig_q_opt() {
+   local flag=$1; shift
+   case ${flag} in
+   y|n) ;;
+   *) flag=$(usex ${flag} y n) ;;
+   esac
+
+   local var="defs_${flag}"
+   eval "${var}+=( $* )"
+}
+
+get_opt() {
+   (
+   unset ${1}
+   . ${2:-"${S}"/.config}
+   echo ${!1}
+   )
+}
+
+make_oldconfig() {
+   yes "" 2>/dev/null | emake -s oldconfig >/dev/null
+}
+
+make_config() {
+   restore_config 

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

2016-07-02 Thread Andreas Hüttel
commit: ce3b3b5ce5cd5483c61ec819297931173e9e7149
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 22:22:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 22:22:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3b3b5c

app-text/liblangtag: Reset XDG_... env vars, bug 587036

Package-Manager: portage-2.3.0

 app-text/liblangtag/liblangtag-0.5.6.ebuild | 5 +++--
 app-text/liblangtag/liblangtag-0.5.8.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/liblangtag/liblangtag-0.5.6.ebuild 
b/app-text/liblangtag/liblangtag-0.5.6.ebuild
index bdca934..15b0a21 100644
--- a/app-text/liblangtag/liblangtag-0.5.6.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/;
@@ -30,6 +30,7 @@ RESTRICT="test"
 PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" )
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)

diff --git a/app-text/liblangtag/liblangtag-0.5.8.ebuild 
b/app-text/liblangtag/liblangtag-0.5.8.ebuild
index bcfe020..525f81d 100644
--- a/app-text/liblangtag/liblangtag-0.5.8.ebuild
+++ b/app-text/liblangtag/liblangtag-0.5.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit autotools-utils
+inherit xdg-utils autotools-utils
 
 DESCRIPTION="An interface library to access tags for identifying languages"
 HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/;
@@ -28,6 +28,7 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_configure() {
+   xdg_environment_reset
local myeconfargs=(
$(use_enable introspection)
$(use_enable test)



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

2016-07-02 Thread Andreas Hüttel
commit: c967fe9af85a548b4e4e852dbcceb16f67ee647c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 22:12:42 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 22:12:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c967fe9a

app-office/libreoffice: Fix automagic dependency on gnome-base/dconf, bug 582632

Package-Manager: portage-2.3.0

 app-office/libreoffice/libreoffice-5.1.4.2.ebuild  | 2 ++
 app-office/libreoffice/libreoffice-5.1..ebuild | 2 ++
 app-office/libreoffice/libreoffice-5.2..ebuild | 2 ++
 app-office/libreoffice/libreoffice-.ebuild | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild 
b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
index 5320fe3..22da8a7 100644
--- a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
@@ -152,6 +152,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
+   gnome? ( gnome-base/dconf )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -467,6 +468,7 @@ src_configure() {
$(use_enable firebird firebird-sdbc) \
$(use_enable gltf) \
$(use_enable gnome gio) \
+   $(use_enable gnome dconf) \
$(use_enable gstreamer gstreamer-1-0) \
$(use_enable gtk) \
$(use_enable gtk3) \

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index 5320fe3..22da8a7 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -152,6 +152,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
+   gnome? ( gnome-base/dconf )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -467,6 +468,7 @@ src_configure() {
$(use_enable firebird firebird-sdbc) \
$(use_enable gltf) \
$(use_enable gnome gio) \
+   $(use_enable gnome dconf) \
$(use_enable gstreamer gstreamer-1-0) \
$(use_enable gtk) \
$(use_enable gtk3) \

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 09797cc..8f34304 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -151,6 +151,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
+   gnome? ( gnome-base/dconf )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -456,6 +457,7 @@ src_configure() {
$(use_enable firebird firebird-sdbc) \
$(use_enable gltf) \
$(use_enable gnome gio) \
+   $(use_enable gnome dconf) \
$(use_enable gstreamer gstreamer-1-0) \
$(use_enable gtk) \
$(use_enable gtk3) \

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index a1000be..dd67838 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -151,6 +151,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
)
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
+   gnome? ( gnome-base/dconf )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
@@ -457,6 +458,7 @@ src_configure() {
$(use_enable firebird firebird-sdbc) \
$(use_enable gltf) \
$(use_enable gnome gio) \
+   $(use_enable gnome dconf) \
$(use_enable gstreamer gstreamer-1-0) \
$(use_enable gtk) \
$(use_enable gtk3) \



[gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/

2016-07-02 Thread Andreas Hüttel
commit: a601f08f8fe3a0703062288f5cb385f3ca21f68f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 21:39:21 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:54:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a601f08f

app-officeext/languagetool: Version bump

Package-Manager: portage-2.3.0

 app-officeext/languagetool/Manifest|  1 +
 app-officeext/languagetool/languagetool-3.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-officeext/languagetool/Manifest 
b/app-officeext/languagetool/Manifest
index be44824..588dfd7 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1,2 +1,3 @@
 DIST LanguageTool-2.5.oxt 46952282 SHA256 
0ceb08b67c1d85505f3e97a978316ed54ade4d7bfd6ef848c02b710ee3deee17 SHA512 
8813a7d3e4c199d416287ab9af38b8429f7d484bc6e93f775917ba968a302b3a64581588e5464cce9b6b368aabe62576f8cb9d4d8ad27e8d04f1ef622dcd081d
 WHIRLPOOL 
6d2742d11a039953c9c4c728f2188fd3bb5c98f10bfaefb726c38346126359b01a59756c11560e4c0438af9a10dd8cbc80b82787491c90962b770ee614886fa1
 DIST LanguageTool-3.1.oxt 56681035 SHA256 
cd74a911a7501c9a6263458a51b9e33baacc536b384b8bedb18f2b13706bc937 SHA512 
9e41e34d6476bb799259ba4689c63704da24195ce46bb9c8055ce6264fbe706baacc9b84cd5bc870fdbe919f4ccfa2744fe19d40da68b121f8d95fc64e27114e
 WHIRLPOOL 
29eeae88310796704dc0f956e463d28839d4f5e8b20ee802eab630c1e045f5ec6284899aa3f1dea790c1909320b5f2ff82ded8e66c657ecf4fcb2579a5f25797
+DIST LanguageTool-3.4.oxt 58043690 SHA256 
1edc68e9318c3d38193b102c240f2e286bce4cf1e19d8fc1595c3d1c1cf3ef05 SHA512 
29eda8c4a26eb4da4dce68db6f962c8a8828bb0eb76aef3e31a58607aea9a15705aaccc4a1bc5366760bdb00c9133ef225291941e5873cbcc384627464eb9a8f
 WHIRLPOOL 
988fc94af733d7acd8c65986c20202936ae0682a4f1ae4295bb93985c339aaa4fccc4403d4a99a99c235b00351d2997f0b69ecfa6c79d9f613ae66393931d9fc

diff --git a/app-officeext/languagetool/languagetool-3.4.ebuild 
b/app-officeext/languagetool/languagetool-3.4.ebuild
new file mode 100644
index 000..c628d42
--- /dev/null
+++ b/app-officeext/languagetool/languagetool-3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_P="LanguageTool-${PV}"
+
+OFFICE_REQ_USE="java"
+
+OFFICE_EXTENSIONS=(
+   "${MY_P}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="Style and Grammar Checker for libreoffice"
+HOMEPAGE="https://www.languagetool.org/;
+SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8"



[gentoo-commits] repo/gentoo:master commit in: app-officeext/languagetool/

2016-07-02 Thread Andreas Hüttel
commit: f062aef87671e55d6449c8df66e13afa6013314d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  2 21:34:34 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:54:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f062aef8

app-officeext/languagetool: Remove old

Package-Manager: portage-2.3.0

 app-officeext/languagetool/Manifest|  2 --
 app-officeext/languagetool/languagetool-2.7.ebuild | 26 --
 app-officeext/languagetool/languagetool-2.9.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/app-officeext/languagetool/Manifest 
b/app-officeext/languagetool/Manifest
index 8975e0a..be44824 100644
--- a/app-officeext/languagetool/Manifest
+++ b/app-officeext/languagetool/Manifest
@@ -1,4 +1,2 @@
 DIST LanguageTool-2.5.oxt 46952282 SHA256 
0ceb08b67c1d85505f3e97a978316ed54ade4d7bfd6ef848c02b710ee3deee17 SHA512 
8813a7d3e4c199d416287ab9af38b8429f7d484bc6e93f775917ba968a302b3a64581588e5464cce9b6b368aabe62576f8cb9d4d8ad27e8d04f1ef622dcd081d
 WHIRLPOOL 
6d2742d11a039953c9c4c728f2188fd3bb5c98f10bfaefb726c38346126359b01a59756c11560e4c0438af9a10dd8cbc80b82787491c90962b770ee614886fa1
-DIST LanguageTool-2.7.oxt 52195597 SHA256 
18fa219a674f449cb1925a16dfe6b8f94bfcc1cb678506ce100db361dccdd075 SHA512 
6ea98063939e32430adaaf3915776939ed5cd0b43d4fcb70ebd1b0780d844253295bd65e3fa5d745e67947d91613785a6425107f326596fa380f93a02b6508bd
 WHIRLPOOL 
7d26d021b4935680bba696add8e89b11146d40967e60521fc8818bb47975fb082ea42d379e35d9cf5d17ea1c5cabd67baa915a3d9920b2dac4fdf38d4efc9773
-DIST LanguageTool-2.9.oxt 55628675 SHA256 
e8d4c262e33a046b57590199b920ff765e6a865c96714f8aac0339f982456cf0 SHA512 
eddd2dda2da966beac1fe3a94eb0564e485bc4b45ada9c52dedaba256e8d8d64cb510df4e35f2805ccbae03b5e9d0fde92ec988b01f3c6a0265a6b3eb83fc810
 WHIRLPOOL 
c9dfe02c48e6767beb4406bb54f9279fd71b98cb427225468f5267191e1a9dcc190abc3cedb51c3111caff194550ddd030aa98ef5f874005d7debc21f163de6e
 DIST LanguageTool-3.1.oxt 56681035 SHA256 
cd74a911a7501c9a6263458a51b9e33baacc536b384b8bedb18f2b13706bc937 SHA512 
9e41e34d6476bb799259ba4689c63704da24195ce46bb9c8055ce6264fbe706baacc9b84cd5bc870fdbe919f4ccfa2744fe19d40da68b121f8d95fc64e27114e
 WHIRLPOOL 
29eeae88310796704dc0f956e463d28839d4f5e8b20ee802eab630c1e045f5ec6284899aa3f1dea790c1909320b5f2ff82ded8e66c657ecf4fcb2579a5f25797

diff --git a/app-officeext/languagetool/languagetool-2.7.ebuild 
b/app-officeext/languagetool/languagetool-2.7.ebuild
deleted file mode 100644
index 82c0cc5..000
--- a/app-officeext/languagetool/languagetool-2.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P="LanguageTool-${PV}"
-
-OFFICE_REQ_USE="java"
-
-OFFICE_EXTENSIONS=(
-   "${MY_P}.oxt"
-)
-
-inherit office-ext-r1
-
-DESCRIPTION="Style and Grammar Checker for libreoffice"
-HOMEPAGE="http://www.languagetool.org/;
-SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jdk-1.7"

diff --git a/app-officeext/languagetool/languagetool-2.9.ebuild 
b/app-officeext/languagetool/languagetool-2.9.ebuild
deleted file mode 100644
index 006d776..000
--- a/app-officeext/languagetool/languagetool-2.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_P="LanguageTool-${PV}"
-
-OFFICE_REQ_USE="java"
-
-OFFICE_EXTENSIONS=(
-   "${MY_P}.oxt"
-)
-
-inherit office-ext-r1
-
-DESCRIPTION="Style and Grammar Checker for libreoffice"
-HOMEPAGE="http://www.languagetool.org/;
-SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jdk-1.7"



[gentoo-commits] dev/mgorny:master commit in: dev-binpkg/pypy/

2016-07-02 Thread Michał Górny
commit: b18d768f49e564f98767f7b9f71ba565e1b03ae6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:53:36 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:53:36 2016 +
URL:https://gitweb.gentoo.org/dev/mgorny.git/commit/?id=b18d768f

dev-binpkg/pypy: Bump to 5.3.1

 dev-binpkg/pypy/Manifest  |   1 +
 dev-binpkg/pypy/pypy-5.3.1.ebuild | 193 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-binpkg/pypy/Manifest b/dev-binpkg/pypy/Manifest
index be9e958..9bf23b9 100644
--- a/dev-binpkg/pypy/Manifest
+++ b/dev-binpkg/pypy/Manifest
@@ -4,3 +4,4 @@ DIST pypy-4.0.1-src.tar.bz2 17172844 SHA256 
29f5aa6ba17b34fd980e85172dfeb4086fdc
 DIST pypy-5.0.0-src.tar.bz2 17223494 SHA256 
89027b1b33553b53ff7733dc4838f0a76af23552c0d915d9f6de5875b8d7d4ab SHA512 
2af686cdad13a1083114a03a7361f58c4dd482e3a83a63b43f8d40922a11120383f91deb6f1607510c4bbd22fd8c59dcf1b58406c2e5cf5548a48542e1b20f89
 WHIRLPOOL 
61c9ada98e710019832cb6468e68c8b17e429e48f2ea0480371b2f04521bc77ab774a21dba2280bb40b97e528ad391a83d139bb839461899f9dc214d60683716
 DIST pypy-5.1.1-src.tar.bz2 17328934 SHA256 
ca3d943d7fbd78bb957ee9e5833ada4bb8506ac99a41b7628790e286a65ed2be SHA512 
2d81b62747ac02980c275fe24fff689e93b4b352e6279c55ca570fd76b8477a55f819e81fab4c6ffdb6991f29536c606d75e238d5bbe04518357509020f23ca9
 WHIRLPOOL 
17f78c8c7df9e07af3fce15392061652284606fbd872706888094ec01d222957c8ee43d2667369377ceb1a9720692d130e4a540bcaff269b4c7d8896b14d708d
 DIST pypy2-v5.3.0-src.tar.bz2 17361429 SHA256 
4142eb8f403810bc88a4911792bb5a502e152df95806e33e69050c828cd160d5 SHA512 
6387987b93bebf8ca6d820bde6c42c1a7427a778ff01cf93766df34be792cb1a8d927b3e402f90159df75f68aa1c913a28e9d453e3b13b28489cb68670ef121d
 WHIRLPOOL 
57b9718b1ed72f13005a6d5a60b24d0fdab522ff63b3f91264433cf17f0bb4c5f36e3121d8d92744386fa5d31fbce14711689c85f87a53b68bfdbddaa19a3edd
+DIST pypy2-v5.3.1-src.tar.bz2 17361760 SHA256 
31a52bab584abf3a0f0defd1bf9a29131dab08df43885e7eeddfc7dc9b71836e SHA512 
3138dde3cb1a155e389a2be615601e22f468d2bc77dd219a35b310052fa06f68f80c3ff62fa4d0a9179eae014ace18620d0a076a0528cb155b1c33cc94d6b397
 WHIRLPOOL 
518b73ec649673fb1fc333b5d0e7669f06e9569624e2f8b55dbbf24b5f109a3b9680ed1d45c6401eb62ee8761043ec9c38a33e6d396c39c3f2fb5ba30f15e93a

diff --git a/dev-binpkg/pypy/pypy-5.3.1.ebuild 
b/dev-binpkg/pypy/pypy-5.3.1.ebuild
new file mode 100644
index 000..63dc8fe
--- /dev/null
+++ b/dev-binpkg/pypy/pypy-5.3.1.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 pypy )
+inherit check-reqs eutils multilib multiprocessing pax-utils python-any-r1 
toolchain-funcs versionator
+
+MY_P=pypy2-v${PV}
+
+DESCRIPTION="A fast, compliant alternative implementation of the Python 
language"
+HOMEPAGE="http://pypy.org/;
+SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0/$(get_version_component_range 1-2 ${PV})"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 +jit low-memory ncurses sandbox shadowstack sqlite 
cpu_flags_x86_sse2"
+
+DEPEND=">=sys-libs/zlib-1.1.3:0=
+   virtual/libffi:0=
+   virtual/libintl:0=
+   dev-libs/expat:0=
+   dev-libs/openssl:0=[-bindist]
+   bzip2? ( app-arch/bzip2:0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   app-arch/lzip
+   ${PYTHON_DEPS}"
+
+S="${WORKDIR}/${MY_P}-src"
+
+pkg_pretend() {
+   if use low-memory; then
+   if ! python_is_installed pypy; then
+   eerror "USE=low-memory requires a (possibly old) 
version of dev-python/pypy"
+   eerror "or dev-python/pypy-bin being installed. Please 
install it using e.g.:"
+   eerror
+   eerror "  $ emerge -1v dev-python/pypy-bin"
+   eerror
+   eerror "before attempting to build 
dev-python/pypy[low-memory]."
+   die "dev-python/pypy-bin (or dev-python/pypy) needs to 
be installed for USE=low-memory"
+   fi
+
+   CHECKREQS_MEMORY="1750M"
+   use amd64 && CHECKREQS_MEMORY="3500M"
+   else
+   CHECKREQS_MEMORY="3G"
+   use amd64 && CHECKREQS_MEMORY="6G"
+   fi
+
+   check-reqs_pkg_pretend
+
+   [[ ${PYPY_BINPKG_STORE} ]] || die 'PYPY_BINPKG_STORE unset, wtf?!'
+}
+
+pkg_setup() {
+   pkg_pretend
+
+   if python_is_installed pypy; then
+   if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] || use low-memory; 
then
+   einfo "Using already-installed PyPy to perform the 
translation."
+   local EPYTHON=pypy
+   else
+   einfo "Using ${EPYTHON} to perform the translation. 
Please note that upstream"
+   einfo "recommends using PyPy for that. If you wish to 
do so, please unset"
+  

[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 7fec7439613efcc3bf6df2d16dca8b49a23432b4
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 21:38:32 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 21:38:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fec7439

app-backup/burp: Remove unneeded revisions

Package-Manager: portage-2.3.0

 app-backup/burp/burp-1.4.40-r2.ebuild | 108 ---
 app-backup/burp/burp-1.4.40-r3.ebuild | 116 --
 2 files changed, 224 deletions(-)

diff --git a/app-backup/burp/burp-1.4.40-r2.ebuild 
b/app-backup/burp/burp-1.4.40-r2.ebuild
deleted file mode 100644
index 6abcbda..000
--- a/app-backup/burp/burp-1.4.40-r2.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils user
-
-DESCRIPTION="Network backup and restore client and server for Unix and Windows"
-HOMEPAGE="http://burp.grke.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
-   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acl afs ipv6 libressl nls tcpd xattr"
-
-DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   dev-libs/uthash
-   sys-libs/libcap
-   ~net-libs/librsync-0.9.7
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   acl? ( sys-apps/acl )
-   afs? ( net-fs/openafs )
-   nls? ( sys-devel/gettext )
-   tcpd? ( sys-apps/tcp-wrappers )
-   xattr? ( sys-apps/attr )
-   "
-RDEPEND="${DEPEND}
-   virtual/logger
-   "
-
-DOCS=( CONTRIBUTORS DONATIONS UPGRADING )
-PATCHES=(
-   "${FILESDIR}/${PV}-non-zero-or-build-failure.patch"
-   "${FILESDIR}/${PV}-bedup-conf-path.patch"
-   "${FILESDIR}/${PV}-tinfo.patch"
-   )
-
-pkg_setup() {
-   enewgroup "${PN}"
-   enewuser "${PN}" -1 "" "" "${PN}"
-}
-
-src_prepare() {
-   epatch "${PATCHES[@]}"
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --sbindir=/usr/sbin
-   --sysconfdir=/etc/burp
-   --enable-largefile
-   $(use_enable acl)
-   $(use_enable afs)
-   $(use_enable ipv6)
-   $(use_enable nls)
-   $(use_enable xattr)
-   $(use_with tcpd tcp-wrappers)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   fowners root:burp /etc/burp /var/spool/burp
-   fperms 0775 /etc/burp /var/spool/burp
-   fowners root:burp /etc/burp/clientconfdir
-   fperms 0750 /etc/burp/clientconfdir
-   fowners root:burp /etc/burp/burp-server.conf
-   fperms 0640 /etc/burp/burp-server.conf
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   dodoc docs/*
-
-   local scripts_dir=/usr/share/burp/scripts
-   dodir "${scripts_dir}"
-   local script
-   for script in notify_script ssl_extra_checks_script summary_script \
-   timer_script; do
-   mv "${D}etc/burp/${script}" "${D}${scripts_dir}/"
-   sed -r \
-   -e 
"s|(=\\s*)/etc/burp/${script}\\s*$|\1${scripts_dir}/${script}|" \
-   -i "${D}etc/burp/burp-server.conf"
-   done
-
-   sed -e 's|^# user=graham|user = burp|' \
-   -e 's|^# group=nogroup|group = burp|' \
-   -e 's|^pidfile = .*|lockfile = /run/lock/burp/server.lock|' \
-   -i "${D}etc/burp/burp-server.conf" || die
-}
-
-pkg_postinst() {
-   if [[ ! -e /etc/burp/CA/index.txt ]]; then
-   elog "At first run burp server will generate DH parameters and 
SSL"
-   elog "certificates.  You should adjust configuration before."
-   elog "Server configuration is located at"
-   elog ""
-   elog "  /etc/burp/burp-server.conf"
-   elog ""
-   fi
-}

diff --git a/app-backup/burp/burp-1.4.40-r3.ebuild 
b/app-backup/burp/burp-1.4.40-r3.ebuild
deleted file mode 100644
index d1784b1..000
--- a/app-backup/burp/burp-1.4.40-r3.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils user
-
-DESCRIPTION="Network backup and restore client and server for Unix and Windows"
-HOMEPAGE="http://burp.grke.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
-   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acl afs ipv6 libressl nls tcpd xattr"
-
-DEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   dev-libs/uthash
-   sys-libs/libcap
-   ~net-libs/librsync-0.9.7
-   sys-libs/ncurses:0=
-   

[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 581dd3cd70bdeda41d7bd8442aaed4007fe24c10
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 21:27:57 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 21:32:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581dd3cd

app-backup/burp: Unblock librsync-1.0.0 and higher

Gentoo-Bug: 573150

Package-Manager: portage-2.3.0

 app-backup/burp/burp-1.4.40-r4.ebuild | 116 ++
 1 file changed, 116 insertions(+)

diff --git a/app-backup/burp/burp-1.4.40-r4.ebuild 
b/app-backup/burp/burp-1.4.40-r4.ebuild
new file mode 100644
index 000..5dc34f5
--- /dev/null
+++ b/app-backup/burp/burp-1.4.40-r4.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils user
+
+DESCRIPTION="Network backup and restore client and server for Unix and Windows"
+HOMEPAGE="http://burp.grke.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
+   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl afs ipv6 libressl nls tcpd xattr"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   dev-libs/uthash
+   sys-libs/libcap
+   net-libs/librsync:0=
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+   acl? ( sys-apps/acl )
+   afs? ( net-fs/openafs )
+   nls? ( sys-devel/gettext )
+   tcpd? ( sys-apps/tcp-wrappers )
+   xattr? ( sys-apps/attr )
+   "
+RDEPEND="${DEPEND}
+   virtual/logger
+   "
+
+DOCS=( CONTRIBUTORS DONATIONS UPGRADING )
+PATCHES=(
+   "${FILESDIR}/${PV}-non-zero-or-build-failure.patch"
+   "${FILESDIR}/${PV}-bedup-conf-path.patch"
+   "${FILESDIR}/${PV}-tinfo.patch"
+   )
+
+pkg_setup() {
+   enewgroup "${PN}"
+   enewuser "${PN}" -1 "" "" "${PN}"
+}
+
+src_prepare() {
+   epatch "${PATCHES[@]}"
+   eautoreconf
+   sed -e '/autoupgrade/d' -i "${S}"/Makefile.in || die
+   rm "${S}"/docs/autoupgrade.txt || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --sbindir=/usr/sbin
+   --sysconfdir=/etc/burp
+   --enable-largefile
+   $(use_enable acl)
+   $(use_enable afs)
+   $(use_enable ipv6)
+   $(use_enable nls)
+   $(use_enable xattr)
+   $(use_with tcpd tcp-wrappers)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   fowners root:burp /etc/burp
+   fperms 0775 /etc/burp
+   fowners root:burp /etc/burp/burp-server.conf
+   fperms 0640 /etc/burp/burp-server.conf
+   fowners root:burp /etc/burp/clientconfdir
+   fperms 0750 /etc/burp/clientconfdir
+   fowners root:burp /var/spool/burp
+   fperms 0770 /var/spool/burp
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   dodoc docs/*
+
+   local scripts_dir=/usr/share/burp/scripts
+   dodir "${scripts_dir}"
+   local script
+   for script in notify_script ssl_extra_checks_script summary_script \
+   timer_script; do
+   mv "${D}etc/burp/${script}" "${D}${scripts_dir}/" || die
+   sed -r \
+   -e 
"s|(=\\s*)/etc/burp/${script}\\s*$|\1${scripts_dir}/${script}|" \
+   -i "${D}etc/burp/burp-server.conf" \
+   || die
+   done
+
+   sed -e '/autoupgrade/d' -i "${D}etc/burp/burp.conf" || die
+   sed -e '/autoupgrade/,+1d' -i "${D}etc/burp/burp-server.conf" || die
+
+   sed -e 's|^# user=graham|user = burp|' \
+   -e 's|^# group=nogroup|group = burp|' \
+   -e 's|^pidfile = .*|lockfile = /run/lock/burp/server.lock|' \
+   -i "${D}etc/burp/burp-server.conf" || die
+}
+
+pkg_postinst() {
+   if [[ ! -e /etc/burp/CA/index.txt ]]; then
+   elog "At first run burp server will generate DH parameters and 
SSL"
+   elog "certificates.  You should adjust configuration before."
+   elog "Server configuration is located at"
+   elog ""
+   elog "  /etc/burp/burp-server.conf"
+   elog ""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 1205b71e519517900cdd38c06a3bb1e509958872
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 21:31:40 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 21:32:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1205b71e

app-backup/burp: Correct version restriction on net-libs/librsync

Gentoo-Bug: 573150

Package-Manager: portage-2.3.0

 app-backup/burp/burp-1.3.48-r1.ebuild | 2 +-
 app-backup/burp/burp-1.4.40-r1.ebuild | 2 +-
 app-backup/burp/burp-1.4.40-r2.ebuild | 2 +-
 app-backup/burp/burp-1.4.40-r3.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-backup/burp/burp-1.3.48-r1.ebuild 
b/app-backup/burp/burp-1.3.48-r1.ebuild
index ca07f1d..0e50013 100644
--- a/app-backup/burp/burp-1.3.48-r1.ebuild
+++ b/app-backup/burp/burp-1.3.48-r1.ebuild
@@ -20,7 +20,7 @@ DEPEND="
dev-libs/openssl:0
dev-libs/uthash
sys-libs/libcap
-   

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libjson-rpc-cpp/

2016-07-02 Thread Michał Górny
commit: 1a8d40400bb7f0b671288a50c8503092c388af16
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:07:50 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8d4040

dev-cpp/libjson-rpc-cpp: Add missing cond RESTRICT=test

 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.5.0.ebuild | 2 ++
 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.6.0.ebuild | 2 ++
 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-.ebuild  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.5.0.ebuild 
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.5.0.ebuild
index 62e02bd..576319b 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.5.0.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.5.0.ebuild
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? ( dev-libs/boost )"
 
+RESTRICT="!test? ( test )"
+
 src_configure() {
local mycmakeargs=(
-DHTTP_CLIENT=$(usex http-client)

diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.6.0.ebuild 
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.6.0.ebuild
index 69e35db..3d81da2 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.6.0.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.6.0.ebuild
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? ( dev-cpp/catch )"
 
+RESTRICT="!test? ( test )"
+
 src_prepare() {
default
 

diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-.ebuild 
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-.ebuild
index 967818a..a8d3e54 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-.ebuild
@@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
test? ( dev-cpp/catch )"
 
+RESTRICT="!test? ( test )"
+
 src_configure() {
local mycmakeargs=(
-DHTTP_CLIENT=$(usex http-client)



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

2016-07-02 Thread Michał Górny
commit: dbfaeace2be21407130871a926e5fd648a3fef8a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:15:51 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfaeace

net-misc/aria2: Add missing cond RESTRICT=test

 net-misc/aria2/aria2-1.15.2.ebuild | 2 ++
 net-misc/aria2/aria2-1.23.0.ebuild | 1 +
 net-misc/aria2/aria2-1.24.0.ebuild | 1 +
 3 files changed, 4 insertions(+)

diff --git a/net-misc/aria2/aria2-1.15.2.ebuild 
b/net-misc/aria2/aria2-1.15.2.ebuild
index 53100fa..374b9f3 100644
--- a/net-misc/aria2/aria2-1.15.2.ebuild
+++ b/net-misc/aria2/aria2-1.15.2.ebuild
@@ -44,6 +44,8 @@ RDEPEND="${CDEPEND}
nls? ( virtual/libiconv virtual/libintl )
scripts? ( dev-lang/ruby )"
 
+RESTRICT="!test? ( test )"
+
 pkg_setup() {
if use scripts && use !xmlrpc && use !metalink; then
ewarn "Please note that you may need to enable USE=xmlrpc to 
run the aria2rpc"

diff --git a/net-misc/aria2/aria2-1.23.0.ebuild 
b/net-misc/aria2/aria2-1.23.0.ebuild
index 72e117f..38d2f53 100644
--- a/net-misc/aria2/aria2-1.23.0.ebuild
+++ b/net-misc/aria2/aria2-1.23.0.ebuild
@@ -52,6 +52,7 @@ RDEPEND="${CDEPEND}
 
 REQUIRED_USE="jemalloc? ( !tcmalloc )
tcmalloc? ( !jemalloc )"
+RESTRICT="!test? ( test )"
 
 pkg_setup() {
if use scripts && use !xmlrpc && use !metalink; then

diff --git a/net-misc/aria2/aria2-1.24.0.ebuild 
b/net-misc/aria2/aria2-1.24.0.ebuild
index 72e117f..38d2f53 100644
--- a/net-misc/aria2/aria2-1.24.0.ebuild
+++ b/net-misc/aria2/aria2-1.24.0.ebuild
@@ -52,6 +52,7 @@ RDEPEND="${CDEPEND}
 
 REQUIRED_USE="jemalloc? ( !tcmalloc )
tcmalloc? ( !jemalloc )"
+RESTRICT="!test? ( test )"
 
 pkg_setup() {
if use scripts && use !xmlrpc && use !metalink; then



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

2016-07-02 Thread Michał Górny
commit: 2627203ff42357612c3f55db8cff2e4154c59ec1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:18:57 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2627203f

sys-apps/paludis: Add missing cond RESTRICT=test

 sys-apps/paludis/paludis-2.0.0.ebuild | 1 +
 sys-apps/paludis/paludis-2.4.0.ebuild | 1 +
 sys-apps/paludis/paludis-2.6.0.ebuild | 1 +
 sys-apps/paludis/paludis-.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/sys-apps/paludis/paludis-2.0.0.ebuild 
b/sys-apps/paludis/paludis-2.0.0.ebuild
index e1bd370..ee49cd6 100644
--- a/sys-apps/paludis/paludis-2.0.0.ebuild
+++ b/sys-apps/paludis/paludis-2.0.0.ebuild
@@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild 
b/sys-apps/paludis/paludis-2.4.0.ebuild
index ca19dc8..dce3e99 100644
--- a/sys-apps/paludis/paludis-2.4.0.ebuild
+++ b/sys-apps/paludis/paludis-2.4.0.ebuild
@@ -54,6 +54,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild 
b/sys-apps/paludis/paludis-2.6.0.ebuild
index 4bff156..d3a3687 100644
--- a/sys-apps/paludis/paludis-2.6.0.ebuild
+++ b/sys-apps/paludis/paludis-2.6.0.ebuild
@@ -51,6 +51,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then

diff --git a/sys-apps/paludis/paludis-.ebuild 
b/sys-apps/paludis/paludis-.ebuild
index 2c09943..211e913 100644
--- a/sys-apps/paludis/paludis-.ebuild
+++ b/sys-apps/paludis/paludis-.ebuild
@@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND="app-eselect/eselect-package-manager"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
 
 pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]]; then



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

2016-07-02 Thread Michał Górny
commit: 70085e39cdb961b4af4e415e36f897b81c4e618f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:14:51 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70085e39

net-misc/aria2: Drop old

 net-misc/aria2/Manifest|   3 -
 net-misc/aria2/aria2-1.19.0.ebuild | 148 
 net-misc/aria2/aria2-1.19.2.ebuild | 149 -
 net-misc/aria2/aria2-1.21.0.ebuild | 149 -
 4 files changed, 449 deletions(-)

diff --git a/net-misc/aria2/Manifest b/net-misc/aria2/Manifest
index caa4a65..18e16be 100644
--- a/net-misc/aria2/Manifest
+++ b/net-misc/aria2/Manifest
@@ -1,6 +1,3 @@
 DIST aria2-1.15.2.tar.bz2 2043212 SHA256 
6400431f4248f7a779ae8216ec2711b56ad7481fc659f06db1f22ed97b260836 SHA512 
6fc09ba1f682d13db829a3f5881a06ea0d0d2c1622511408f149cc109a12a01b19cec34caeeac10982061e9633bbb67e9ec40c23ee39a418fec6fb604af23bbe
 WHIRLPOOL 
b9544bb5359fc22dca5ba4e5328086deb0cf7d40fc69e7528ed57f14a89b30ffa6022ab7bfbe5f2fbd150b3974272286ff2f26d011bccaf5f973ccca00f2a44e
-DIST aria2-1.19.0.tar.bz2 2155310 SHA256 
ae2b6fce7a0974c9156415cccf2395cd258580ab34eec2b34a8e76120b7240ce SHA512 
ba505b45f84266543cb403752cc3592469545dea806e77bd7b7fec1fbe7ed5baf14372cf6dea840ccbdd054cd0c92cdeb4516eb52b167aca03909000f02aec95
 WHIRLPOOL 
b13502f9dd646832799af6a0db199e87abae042c0e48b778f9b782d56d838c5b9d36bc04c487534f3fe1c59e970dc34702facc5508927325e34bcffa39946519
-DIST aria2-1.19.2.tar.xz 1377356 SHA256 
3605486dd495cd8c2f672b7d0b763397989d831396862f15730697ebcf0ad53e SHA512 
ae3fb231fa9f989a8c4f8015d7e64db2b62b922548839a884454ef1fc6dc024363b482268200efa234ac71a1dba969aaefbeb81c811223e2e117f3adae9a8468
 WHIRLPOOL 
10f4ad709e26f29685b05e5db4fde687c733404a994649d4f5c5a8f66bf60142ae3bc65179db7b83766e32663100b5c7c58f1b6e4a6f6a4d2f089176604a8c95
-DIST aria2-1.21.0.tar.xz 1438608 SHA256 
225c5f2c8acc899e0a802cdf198f82bd0d3282218e80cdce251b1f9ffacf6580 SHA512 
2862d82f064de160b64705ee5ae9180e7402859c7c0d9bc5421b1368cebd143e0a0e2e971713cd27f11efbeffe6618e801309ff34b12aeb00060b9de58652251
 WHIRLPOOL 
07030ec26b002c98f8a76984bec1594b76dba404c40dbda8d4d80d682ee41ac7667c45c9fb723fa335906ebf0f462f4d2bd924ce64422a26d23d7da4ae5b62d9
 DIST aria2-1.23.0.tar.xz 1493704 SHA256 
585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93 SHA512 
c64877f5d2a2fd9c45b0a592af508dab25c4f4610fb56243db77f660a004c48e567f0c6be707c8f44b8f6b1a3e7f90e0d1be77b421e56957b5a24b1252ffc5fd
 WHIRLPOOL 
5a6ab2a6b002b3279a9a96071f878029928d19c29f4442fa1c1fb26099976443bb8d260105fdafe59020749e1f9f481a81ca7c80af96fb0d49f3de4d0b3e14f1
 DIST aria2-1.24.0.tar.xz 1495632 SHA256 
35a496d2704ffb07e0b0dcac16c6d9b2854327967f984218517403d187f7bf37 SHA512 
3e7f3fc2cd30edb5813b0d0fe6742671000730aa8d7e41e5396ab673912b8492885273de740985517b4a16efccedb1bdffb9bfdc235aa0d5fc31d2b547ae61e7
 WHIRLPOOL 
31a22233c5aacfaf8ee93da4bc13af0138ab6bc6eec6a458cb846834d61ddf2f1082a69a1eb24ee8feaad65d426a8fd4c235ffd886dbee44fb8749ecf79c3f0e

diff --git a/net-misc/aria2/aria2-1.19.0.ebuild 
b/net-misc/aria2/aria2-1.19.0.ebuild
deleted file mode 100644
index 367eb2b..000
--- a/net-misc/aria2/aria2-1.19.0.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="A download utility with segmented downloading with BitTorrent 
support"
-HOMEPAGE="http://aria2.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls 
sqlite scripts ssh ssl tcmalloc test xmlrpc"
-
-CDEPEND="sys-libs/zlib:0=
-   ssl? (
-   app-misc/ca-certificates
-   gnutls? ( >=net-libs/gnutls-1.2.9:0= )
-   !gnutls? ( dev-libs/openssl:0= ) )
-   adns? ( >=net-dns/c-ares-1.5.0:0= )
-   bittorrent? (
-   ssl? (
-   gnutls? (
-   nettle? ( >=dev-libs/nettle-2.4:0=[gmp] 
>=dev-libs/gmp-5:0= )
-   !nettle? ( >=dev-libs/libgcrypt-1.2.2:0= ) ) )
-   !ssl? (
-   nettle? ( >=dev-libs/nettle-2.4:0=[gmp] 
>=dev-libs/gmp-5:0= )
-   !nettle? ( >=dev-libs/libgcrypt-1.2.2:0= ) ) )
-   jemalloc? ( dev-libs/jemalloc )
-   libuv? ( dev-libs/libuv:0= )
-   metalink? (
-   libxml2? ( >=dev-libs/libxml2-2.6.26:2= )
-   !libxml2? ( dev-libs/expat:0= ) )
-   sqlite? ( dev-db/sqlite:3= )
-   ssh? ( net-libs/libssh2:= )
-   tcmalloc? ( dev-util/google-perftools )
-   xmlrpc? (
-   libxml2? ( >=dev-libs/libxml2-2.6.26:2= )
-   !libxml2? ( 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/files/, sys-apps/paludis/

2016-07-02 Thread Michał Górny
commit: b91283a3e1946a62683dab6a8a5d6f76dd5a2d7b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:17:25 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91283a3

sys-apps/paludis: Drop old

Drop intermediate old versions, keeping only the stable versions using
EAPI 5 and EAPI 4.

 sys-apps/paludis/Manifest  |   3 -
 ...udis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch |  88 ---
 .../paludis-2.2.0-filter-EBUILD_PHASE_FUNC.patch   |  22 ---
 .../paludis-2.2.0-filter-IUSE_EFFECTIVE.patch  |  31 
 .../files/paludis-2.2.0-fix-MERGE_TYPE.patch   |  81 --
 .../files/paludis-2.2.0-fix-PWD-handling.patch |  30 
 sys-apps/paludis/paludis-1.4.2-r1.ebuild   | 157 ---
 sys-apps/paludis/paludis-2.2.0-r2.ebuild   | 169 -
 sys-apps/paludis/paludis-2.2.0.ebuild  | 159 ---
 sys-apps/paludis/paludis-2.4.0_p20160112.ebuild| 154 ---
 10 files changed, 894 deletions(-)

diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest
index a6c2d07..ff10717 100644
--- a/sys-apps/paludis/Manifest
+++ b/sys-apps/paludis/Manifest
@@ -1,6 +1,3 @@
-DIST paludis-1.4.2.tar.bz2 1791385 SHA256 
ac342d908572e97968abcdd806ba9f390585a06f8da213b34374475972cb2611 SHA512 
1176812683453e61897005612f525aad42b38063ff680e645ee840d63c3ffe866578f4c2756f85f7d8bea5be8ca70d3ad1713c0ea2de9e18a76135251126c109
 WHIRLPOOL 
72b7391b242cebd78883e43ad82d736825841de64a2e4675a7b43a751a51edd3da8acdf37888b5112f4c9aa22c0137502e519cb81b6a1085681a4d860dafcd1c
 DIST paludis-2.0.0.tar.bz2 1787616 SHA256 
9e635d86e655658d31adde5813f5fcad2982b5fe8847c3c565eca7d28a1ec639 SHA512 
e1df4d0617b4e021d1b63181517c0ecb9ece55669226c6ea0bba318b6899277c09a8d8ccc11ef673a3f27e77302c84702df4ae7568b44a87e0b138e346623728
 WHIRLPOOL 
90dcd765ebc864d14e569a01071fe3effae3c4424cf7f3004ce1f273c721c512697c6100e3b775d34732640bd770220fe5304f4d2b5e67f2de86c9f04c9ffe97
-DIST paludis-2.2.0.tar.bz2 1786405 SHA256 
0b0bcb14a6539874d274c72e6a7b9825aa80fa083c2b61e1d5b14daf24829346 SHA512 
9b4dd4613ec31683021d6fc5b5eb094024ceada47c41e09d1f0cb86f1de5b621869756401ba14ec0ec5f5dd20a5f8bf5b596c3891724bb9c245400b5fef4961f
 WHIRLPOOL 
9cd602561b38e1bb6fc3d9baa5452c63a394c1e51faf299d8d1e82dad9a53969f14be542dac3f90974fcdf08c16c267cfdf45273c5244f378f9a2b7b6288bd97
 DIST paludis-2.4.0.tar.bz2 1787689 SHA256 
f47b4bb5503dc127022453b15ca811dec22ee2f04c3c3b76ed1c5a83dbe1af1f SHA512 
5fbb15d2285c892fdf19288b8838c51ec2439817a9abc685b8692ff4a3ddf76632d3ab51b2e0298c8eacf00f8b00f4e66b47b34db12844cd4eb77cbfb87ca32e
 WHIRLPOOL 
d9dc107886b8bf09bb203704d559dd030190b8390607964578c3f2e10a5c5cd4400146ffed894a968143761fc8149796d37597274b34b8414133b26c7252345b
-DIST paludis-2.4.0_p20160112.tar.xz 1296724 SHA256 
2b209337b6a4667ffe8b3db431a88314b3b224cf0f9d57a6d4fdd8c2c00f4b19 SHA512 
898853bf75e60dcfcb8aca7e45da3b7eeec2bb119db5b77a12e876282abe936bb3064bf52c27b7a7a949ab0865e7fbbfea78dc66408a09d00a02e1a2069153ae
 WHIRLPOOL 
5167ad0d234f874ef304e0725ea78517c7bcd2e0ef09b5e8ac6b6cf4213fcbccd3b6057caf89274ed67bfd7b35efa0f33fc82d479f5b5f31937a0b7c48c3
 DIST paludis-2.6.0.tar.bz2 1885055 SHA256 
bde018c89fce95c2cc793d9171e5a51748ad682d06f839fab394e233257aaf4c SHA512 
78a9c0a19703dbbc07934de389b749ab83365454e29b19c323d6c03304162e35ff4d92f7ac1f28067ad853057f2422be43418b3c6a57a193c4b8dd5a4e81eba4
 WHIRLPOOL 
dc4f4ecad0ccbb4b8e6b1b4d0a2c71772b5be244f09dc5456fe42d5510b6b7432ca087f99ae86b2bbbd05b18f70a15371dca1193ead556751faffd01ef227dd6

diff --git 
a/sys-apps/paludis/files/paludis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch 
b/sys-apps/paludis/files/paludis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch
deleted file mode 100644
index 1950f69..000
--- a/sys-apps/paludis/files/paludis-2.2.0-check-IUSE_EFFECTIVE-in-EAPI-5.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From bfb1bd7682b4a678cfa7dccb87d1f49d842317ac Mon Sep 17 00:00:00 2001
-From: David Leverton 
-Date: Sat, 21 Mar 2015 20:04:30 +
-Subject: Only check IUSE_EFFECTIVE for EAPI 5
-
-In other EAPIs the value isn't set by C++, and therefore may leak in
-from the calling environment.
-
-diff --git a/paludis/repositories/e/ebuild/0/list_functions.bash 
b/paludis/repositories/e/ebuild/0/list_functions.bash
-index 0c5d91a..4998c2b 100644
 a/paludis/repositories/e/ebuild/0/list_functions.bash
-+++ b/paludis/repositories/e/ebuild/0/list_functions.bash
-@@ -37,13 +37,6 @@ usev()
- 
- useq()
- {
--if [[ -n "${IUSE_EFFECTIVE:+x}" ]] ; then
--local i=( $IUSE_EFFECTIVE )
--if ! hasq ${1#!} "${i[@]#[+-]}" ; then
--die "Flag '${1#!}' is not included in 
IUSE_EFFECTIVE=\"${IUSE_EFFECTIVE}\""
--fi
--fi
--
- if [[ "${1:0:1}" == "!" ]] ; then
- ! hasq "${1#!}" "${USE}"
- else
-diff --git 

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

2016-07-02 Thread Michał Górny
commit: ace87f9e81825c100b6a4dc1479bbd46db67dcab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:00:28 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace87f9e

app-cdr/mirage2iso: Bump to EAPI 6, clean up

 ...iso-0.4.1.ebuild => mirage2iso-0.4.1-r1.ebuild} | 14 +++
 app-cdr/mirage2iso/mirage2iso-.ebuild  | 46 +++---
 2 files changed, 21 insertions(+), 39 deletions(-)

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild 
b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
similarity index 83%
rename from app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild
rename to app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
index 22b637f..bc44d40 100644
--- a/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
-inherit autotools-utils versionator
+EAPI=6
 
 TESTS_PV=0.3
 
@@ -27,15 +25,17 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
pinentry? ( app-crypt/pinentry )"
 
+RESTRICT="!test? ( test )"
+
 src_configure() {
-   myeconfargs=(
+   local myconf=(
$(use_with pinentry libassuan)
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
 }
 
 src_test() {
mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
-   autotools-utils_src_test
+   default
 }

diff --git a/app-cdr/mirage2iso/mirage2iso-.ebuild 
b/app-cdr/mirage2iso/mirage2iso-.ebuild
index 55d9c69..327133a 100644
--- a/app-cdr/mirage2iso/mirage2iso-.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-.ebuild
@@ -1,60 +1,42 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git;
-
-inherit git-r3
-#endif
-
-inherit autotools-utils versionator
-
-TESTS_PV=0.3
+inherit autotools git-r3
 
 DESCRIPTION="CD/DVD image converter using libmirage"
 HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/;
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2
-   test? ( 
https://www.bitbucket.org/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz 
)"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="pinentry test"
 
 COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0=
dev-libs/glib:2=
pinentry? ( dev-libs/libassuan:0= )"
 DEPEND="${COMMON_DEPEND}
+   dev-libs/libassuan
virtual/pkgconfig
test? ( app-arch/xz-utils )"
 RDEPEND="${COMMON_DEPEND}
pinentry? ( app-crypt/pinentry )"
 
-#if LIVE
-DEPEND="${DEPEND}
-   dev-libs/libassuan"
-KEYWORDS=
-SRC_URI=
-#endif
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+   default
+   eautoreconf
+}
 
 src_configure() {
-   myeconfargs=(
+   local myconf=(
$(use_with pinentry libassuan)
)
 
-   autotools-utils_src_configure
-}
-
-src_test() {
-#if LIVE
-   autotools-utils_src_test
-   return ${?}
-
-#endif
-   mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
-   autotools-utils_src_test
+   econf "${myconf[@]}"
 }



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

2016-07-02 Thread Michał Górny
commit: 580805c98ca41f9a4ac561e87010c7ef135782af
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:11:04 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580805c9

dev-util/xdelta: Remove unnecessary USE=test

 dev-util/xdelta/xdelta-3.0.10.ebuild | 2 +-
 dev-util/xdelta/xdelta-3.0.11.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/xdelta/xdelta-3.0.10.ebuild 
b/dev-util/xdelta/xdelta-3.0.10.ebuild
index ec926a8..ae0d71a 100644
--- a/dev-util/xdelta/xdelta-3.0.10.ebuild
+++ b/dev-util/xdelta/xdelta-3.0.10.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${MY_P}.
 LICENSE="GPL-2"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples lzma test"
+IUSE="examples lzma"
 
 RDEPEND="lzma? ( app-arch/xz-utils:= )"
 DEPEND="${RDEPEND}"

diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild 
b/dev-util/xdelta/xdelta-3.0.11.ebuild
index 53f2f26..8a5b570 100644
--- a/dev-util/xdelta/xdelta-3.0.11.ebuild
+++ b/dev-util/xdelta/xdelta-3.0.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.ta
 LICENSE="GPL-2"
 SLOT="3"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="examples lzma test"
+IUSE="examples lzma"
 
 RDEPEND="lzma? ( app-arch/xz-utils:= )"
 DEPEND="${RDEPEND}"



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

2016-07-02 Thread Michał Górny
commit: e345a4b43b2f638f549d8a5bfcb78f04c5574f82
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:09:26 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e345a4b4

dev-libs/jsoncpp: Add missing cond RESTRICT=test

 dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild | 2 ++
 dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild| 2 ++
 dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild | 2 ++
 dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild | 2 ++
 dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild | 2 ++
 5 files changed, 10 insertions(+)

diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild 
b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
index c7fc443..23cfd7f 100644
--- a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild
@@ -26,6 +26,8 @@ DEPEND="
)"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 PATCHES=(
# fix broken path subst in .pc file
"${FILESDIR}"/jsoncpp-1.6.2-fix-pkgconfig.patch

diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild 
b/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild
index e88a1c8..e22a610 100644
--- a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild
@@ -26,6 +26,8 @@ DEPEND="
)"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup

diff --git a/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild
index 6e006b0..ea2b000 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.6.5.ebuild
@@ -26,6 +26,8 @@ DEPEND="
)"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup

diff --git a/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild
index a82892a..8f24a36 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.7.2.ebuild
@@ -26,6 +26,8 @@ DEPEND="
)"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup

diff --git a/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild
index a82892a..8f24a36 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild
@@ -26,6 +26,8 @@ DEPEND="
)"
 RDEPEND=""
 
+RESTRICT="!test? ( test )"
+
 pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2016-07-02 Thread Michał Górny
commit: 31985d4938f7ab6990bc4fc2c2960e8923b4d900
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 21:06:16 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 21:19:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31985d49

dev-cpp/catch: Avoid unnecessary IUSE=test

 dev-cpp/catch/catch-1.5.6.ebuild | 17 +++--
 dev-cpp/catch/catch-.ebuild  | 17 +++--
 2 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/dev-cpp/catch/catch-1.5.6.ebuild b/dev-cpp/catch/catch-1.5.6.ebuild
index 7034812..15572fe 100644
--- a/dev-cpp/catch/catch-1.5.6.ebuild
+++ b/dev-cpp/catch/catch-1.5.6.ebuild
@@ -13,22 +13,19 @@ 
SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${P^}.tar
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE=""
 
 S=${WORKDIR}/${P^}
 CMAKE_USE_DIR=${S}/projects/CMake
 
-src_configure() {
-   # CMake is only used to build & run tests
-   use test && cmake-utils_src_configure
-}
-
-src_compile() {
-   use test && cmake-utils_src_compile
-}
+# CMake is only used to build & run tests, so override phases
+src_configure() { :; }
+src_compile() { :; }
 
 src_test() {
-   use test && cmake-utils_src_test
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+   cmake-utils_src_test
 }
 
 src_install() {

diff --git a/dev-cpp/catch/catch-.ebuild b/dev-cpp/catch/catch-.ebuild
index ee8fefd..8fb27fb 100644
--- a/dev-cpp/catch/catch-.ebuild
+++ b/dev-cpp/catch/catch-.ebuild
@@ -14,21 +14,18 @@ SRC_URI=""
 LICENSE="Boost-1.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="test"
+IUSE=""
 
 CMAKE_USE_DIR=${S}/projects/CMake
 
-src_configure() {
-   # CMake is only used to build & run tests
-   use test && cmake-utils_src_configure
-}
-
-src_compile() {
-   use test && cmake-utils_src_compile
-}
+# CMake is only used to build & run tests, so override phases
+src_configure() { :; }
+src_compile() { :; }
 
 src_test() {
-   use test && cmake-utils_src_test
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+   cmake-utils_src_test
 }
 
 src_install() {



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

2016-07-02 Thread Andreas Hüttel
commit: 2ed0f7a6012687058661e1cb93b51bb599719b98
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Jun  7 23:43:33 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed0f7a6

app-office/libreoffice: Exclude clang from GCC version check

Gentoo-bug: 460902

Package-Manager: portage-2.2.28

 app-office/libreoffice/libreoffice-5.1..ebuild | 7 ---
 app-office/libreoffice/libreoffice-5.2..ebuild | 7 ---
 app-office/libreoffice/libreoffice-.ebuild | 7 ---
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index 26d1209..5320fe3 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -260,9 +260,10 @@ pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
check-reqs_pkg_pretend
 
-   if [[ $(gcc-major-version) -lt 4 ]] || {
-   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ]]; }
-   then
+   if [[ $(tc-getCC) == clang ]] ; then
+   : # ignore clang, which works
+   elif [[ $(gcc-major-version) -lt 4 ]] || {
+   [[ $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -lt 7 ]]; } then
eerror "Compilation with gcc older than 4.7 is not 
supported"
die "Too old gcc found."
fi

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 4792129..9b090c0 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -258,9 +258,10 @@ pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
check-reqs_pkg_pretend
 
-   if [[ $(gcc-major-version) -lt 4 ]] || {
-   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ]]; }
-   then
+   if [[ $(tc-getCC) == clang ]] ; then
+   : # ignore clang, which works
+   elif [[ $(gcc-major-version) -lt 4 ]] || {
+   [[ $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -lt 7 ]]; } then
eerror "Compilation with gcc older than 4.7 is not 
supported"
die "Too old gcc found."
fi

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 4792129..9b090c0 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -258,9 +258,10 @@ pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
check-reqs_pkg_pretend
 
-   if [[ $(gcc-major-version) -lt 4 ]] || {
-   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ]]; }
-   then
+   if [[ $(tc-getCC) == clang ]] ; then
+   : # ignore clang, which works
+   elif [[ $(gcc-major-version) -lt 4 ]] || {
+   [[ $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -lt 7 ]]; } then
eerror "Compilation with gcc older than 4.7 is not 
supported"
die "Too old gcc found."
fi



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

2016-07-02 Thread Andreas Hüttel
commit: d3ddc1717eeba73b65220b70f6d681d6533bbf4e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Jun  7 23:26:14 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ddc171

app-office/libreoffice: Drop EXT_URI and old comment

That stuff was apparently last used in 3.4.4.2, URI works but contains
downloads that haven't been updated in 5 years.

Package-Manager: portage-2.2.28

 app-office/libreoffice/libreoffice-5.1..ebuild | 7 ---
 app-office/libreoffice/libreoffice-5.2..ebuild | 7 ---
 app-office/libreoffice/libreoffice-.ebuild | 7 ---
 3 files changed, 21 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index aba9c40..26d1209 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -19,7 +19,6 @@ DEV_URI="
http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
http://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice;
 ADDONS_URI="http://dev-www.libreoffice.org/src/;
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
@@ -74,14 +73,8 @@ ADDONS_SRC=(
 SRC_URI+=" ${ADDONS_SRC[*]}"
 
 unset ADDONS_URI
-unset EXT_URI
 unset ADDONS_SRC
 
-# Unpackaged separate extensions:
-# diagram: lo has 0.9.5 upstream is weirdly patched 0.9.4 -> wtf?
-# hunart: only on ooo extensions -> fubared download path somewhere on sf
-# numbertext, typo, validator, watch-window: ^^
-# oooblogger: no homepage or anything
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 40ef04b..4792129 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -19,7 +19,6 @@ DEV_URI="
http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
http://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice;
 ADDONS_URI="http://dev-www.libreoffice.org/src/;
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
@@ -73,14 +72,8 @@ ADDONS_SRC=(
 SRC_URI+=" ${ADDONS_SRC[*]}"
 
 unset ADDONS_URI
-unset EXT_URI
 unset ADDONS_SRC
 
-# Unpackaged separate extensions:
-# diagram: lo has 0.9.5 upstream is weirdly patched 0.9.4 -> wtf?
-# hunart: only on ooo extensions -> fubared download path somewhere on sf
-# numbertext, typo, validator, watch-window: ^^
-# oooblogger: no homepage or anything
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 40ef04b..4792129 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -19,7 +19,6 @@ DEV_URI="
http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
http://download.documentfoundation.org/libreoffice/old/${PV}/
 "
-EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice;
 ADDONS_URI="http://dev-www.libreoffice.org/src/;
 
 BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
@@ -73,14 +72,8 @@ ADDONS_SRC=(
 SRC_URI+=" ${ADDONS_SRC[*]}"
 
 unset ADDONS_URI
-unset EXT_URI
 unset ADDONS_SRC
 
-# Unpackaged separate extensions:
-# diagram: lo has 0.9.5 upstream is weirdly patched 0.9.4 -> wtf?
-# hunart: only on ooo extensions -> fubared download path somewhere on sf
-# numbertext, typo, validator, watch-window: ^^
-# oooblogger: no homepage or anything
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/, app-office/libreoffice/

2016-07-02 Thread Andreas Hüttel
commit: 32675b5da15fff3d2d446523002b8236cee3cbee
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jun 18 11:26:11 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32675b5d

app-office/libreoffice: Version bump to 5.1.4.2

Package-Manager: portage-2.2.28

 app-office/libreoffice-l10n/Manifest   | 168 ++
 .../libreoffice-l10n-5.1.4.2.ebuild|  89 
 app-office/libreoffice/Manifest|   2 +
 app-office/libreoffice/libreoffice-5.1.4.2.ebuild  | 575 +
 4 files changed, 834 insertions(+)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index eb6a8ac..009f533 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -502,3 +502,171 @@ DIST LibreOffice_5.1.3.2_Linux_x86_rpm_langpack_xh.tar.gz 
504375 SHA256 e65e539c
 DIST LibreOffice_5.1.3.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 575628 SHA256 
24feb21c4ad5c7dba506241d3e7c8d7cc33efea444c3cfa1d58b3957b9854972 SHA512 
4fa305a7fbbfa32e12ea4a87e4e7efcc0d00b76518cb763b040ebc913e9ba4fed17d5c15b1772470d2959141cbeb16fa95fd50ae379bc3cca26dee4c3e67a015
 WHIRLPOOL 
e3469480aa9d6c2779079cb6136cdc3f1433dd9eac4bcf200305b640f942e8d6596d9d4a9fac0e4565c98ad1887a69ac967da8d450c88f8cc91a0a2562164538
 DIST LibreOffice_5.1.3.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 572998 SHA256 
04ba1d4485a7bbfd623e1cbe70030abe711215ac84bf5799f22e2ce08a4132b7 SHA512 
37311fe6be416b5d42d4d426b34e6d79aab3d1130e6a92e433c6d8cb5921f74d2af65eed3273da1ee0f55f1361fb971bab027b0a1748a678891c5308a01b369d
 WHIRLPOOL 
fec8a7220346aa28ed6c1466136e135824502cb656e11371ccc2d045e83ea91e52139554935bb1284e150d46d27990f209dce590c7f85a3ecdaa5ac6ebcfe8a6
 DIST LibreOffice_5.1.3.2_Linux_x86_rpm_langpack_zu.tar.gz 506651 SHA256 
460fae49a79c3ac97fc3339a8b9e51b7537f910907b5487ed2c7bfa1c057c9e8 SHA512 
2396598c28dbcbbf6f8ac722e4e9e05d12fef3704813ac242ceb21789bd383c2f2420eee514f0e5aba1b1c9e5dc2073034d09e85c1b448e0ec39925432818707
 WHIRLPOOL 
9c04527b8d9354369357b609a6945d10b7a697f6afda044c997c1f28e0ef994a32c6383ff89e835730708fad75196e67b482eee99fbeebdbd8190bf1b0a8daf3
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_am.tar.gz 7617053 SHA256 
821ff5f970dffb8ca7e6232d96787f9638bc373a2266675b59271d12bf93e348 SHA512 
cf1f675842af2f0b091694fd5d1662f20d737b2b3eb26406688e092309c18de4c7e9799690f0d2da072b2920c2b2a4b90d5a8d964fd819563254f597fa3605e7
 WHIRLPOOL 
4eaab3212dd2f4a678282b9219efb889f4f70fca02c2f216030a616cd8e529d300ea5bf6c12bcec7b3182189cb1792cefebcce92981187acdb52d42a9cc53936
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_ast.tar.gz 8092051 SHA256 
20361058a69d31eec46d02358bb2c0e6ffd84d84b529755f0221bf534361bbb1 SHA512 
28956d7289fa7e5b226751765d172dc72edbbf180c6c208209d9dd1453ef55fa68d829ee4a6947110764be2122fb7d11606f87ed9b229feda0973e9eac0f7970
 WHIRLPOOL 
4bd2b14d0ebf7d57fc59cbb490661e606995b4de6d2a084c621fe7a282280504cacd3f71e9fbad4153b1a0cc67e8aa5ab8689b1f0d794c9e8cd77d9830ef1b0b
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_bg.tar.gz 8325366 SHA256 
0a04bfd55e7f2c5474d52ddde596a256347406ea0d0259ec342e4c3241d40a9c SHA512 
bbb2f077c898f2b752c898e4d3366aa4743847e0534b285410b21e9cbad610a2830c9a23c462977742a67827af8839909565f19283a24d5182264e26026dbd88
 WHIRLPOOL 
22e8bece9eef7d2cc99f293fb4667716b0ad98a704ce1ef52d9d6a97c4ba2cbad39287acf68fb364c14f21c7d8bd18702db41ce90397a88d5a86a515b4ade986
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_bn-IN.tar.gz 9831120 SHA256 
f1e587433441f8b2a3d2f4bff07ade97fc25c4ce9a81a14ad558a151315db5db SHA512 
fbd83237835a15c0d92d9c85363b94f06bf2595da21e0c8286f7c06f55bfe6f88ddd1b4b1c94c05bebabb1405725a4cce6cf0d8baa298da4386f0eba06763aa8
 WHIRLPOOL 
585da7a307da67b728a4faf6d5574852e9b36b60b3ec7531631ab4a83c25afde43ce26131b1f8739d0b186beaafc78d3845e2a4a10e82f690e14a606656e
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_bn.tar.gz 9831085 SHA256 
f56ec01cfd3f48d9f71c359232b70b1acb2bd177a37b3b24f68ff749ebc47215 SHA512 
8f4831e7275ab4c46b8c58f6d13906ca06e4963fa63482f263584461f60543865a245866d62dfdc25b26816b8b8753313f1f0d1e61b16ad20b9fee4e9251702c
 WHIRLPOOL 
5127e91a6eadef71e8425989761a56b5535e0952d500f712c033643bdafb20ba7696772d409fb0584107a8a24f329e43e71eb67aefa95236ead9df4ef9eb639b
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_bo.tar.gz 9493263 SHA256 
f7f640faa7d940d599019d6a1eafebec6fc4def32ab01ba1371267ee5836ea70 SHA512 
56585f6f1db4d9b5141910c883c0e2231a1fbc32085d4ad4b3079a44ff18da98f8df9da32b4439325f9881fbea5cb0f82e1e5363833a076e956e468786ef625d
 WHIRLPOOL 
588bfc2732dedc8a83ad9b104dd48ceeb4e39adcf5a0209bb0f25a4d7b72f3a7f3e36e112513e7f6504f0eeb23a928c98170fa0de061706e83f3405a44dc
+DIST LibreOffice_5.1.4.2_Linux_x86_rpm_helppack_bs.tar.gz 7131462 SHA256 
4d2c0479834a11df5b99b8fdc7bde85ef04385b8b16386110f1b236b517ab821 SHA512 

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

2016-07-02 Thread Andreas Hüttel
commit: 4e14521c09a396a9af32d303fc9fe342fb82eb74
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 12 19:00:24 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e14521c

app-office/libreoffice: Old crashdump option removed in master

Package-Manager: portage-2.2.28

 app-office/libreoffice/libreoffice-5.2..ebuild |  8 
 app-office/libreoffice/libreoffice-.ebuild | 11 ++-
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 9b090c0..09797cc 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -406,10 +406,10 @@ src_configure() {
#   not linked or anything else, worthless to depend on
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}/" \
+   --with-system-dicts \
--with-system-headers \
-   --with-system-libs \
--with-system-jars \
-   --with-system-dicts \
+   --with-system-libs \
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
@@ -418,15 +418,15 @@ src_configure() {
--enable-python=system \
--enable-randr \
--enable-release-build \
-   --disable-hardlink-deliver \
--disable-ccache \
--disable-crashdump \
--disable-dependency-tracking \
--disable-epm \
--disable-fetch-external \
--disable-gstreamer-0-10 \
-   --disable-report-builder \
+   --disable-hardlink-deliver \
--disable-online-update \
+   --disable-report-builder \
--disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo 
"system") \
--with-build-version="Gentoo official package" \

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 9b090c0..a1000be 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -392,6 +392,7 @@ src_configure() {
fi
 
# system headers/libs/...: enforce using system packages
+   # --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
# --enable-cairo: ensure that cairo is always required
# --enable-graphite: disabling causes build breakages
# --enable-*-link: link to the library rather than just dlopen on 
runtime
@@ -406,10 +407,10 @@ src_configure() {
#   not linked or anything else, worthless to depend on
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}/" \
+   --with-system-dicts \
--with-system-headers \
-   --with-system-libs \
--with-system-jars \
-   --with-system-dicts \
+   --with-system-libs \
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
@@ -418,15 +419,15 @@ src_configure() {
--enable-python=system \
--enable-randr \
--enable-release-build \
-   --disable-hardlink-deliver \
+   --disable-breakpad \
--disable-ccache \
-   --disable-crashdump \
--disable-dependency-tracking \
--disable-epm \
--disable-fetch-external \
--disable-gstreamer-0-10 \
-   --disable-report-builder \
+   --disable-hardlink-deliver \
--disable-online-update \
+   --disable-report-builder \
--disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo 
"system") \
--with-build-version="Gentoo official package" \



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

2016-07-02 Thread Andreas Hüttel
commit: c6bfd1025fed3403492d28630625d2ae3b484380
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jun  4 19:06:43 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bfd102

app-office/libreoffice: Sort and cleanup *DEPENDs

Package-Manager: portage-2.2.28

 app-office/libreoffice/libreoffice-5.1..ebuild | 35 ++
 app-office/libreoffice/libreoffice-5.2..ebuild | 35 ++
 app-office/libreoffice/libreoffice-.ebuild | 35 ++
 3 files changed, 48 insertions(+), 57 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index 9d7daf4..3111ec9 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 KDE_REQUIRED="optional"
-QT_MINIMAL="4.7.4"
 KDE_SCM="git"
 CMAKE_REQUIRED="never"
 
@@ -95,16 +94,14 @@ SLOT="0"
 [[ ${PV} == ** ]] || \
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   app-arch/zip
+COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip
+   app-arch/zip
app-text/hunspell
-   app-text/mythes
>=app-text/libabw-0.1.0
-   app-text/libexttextcat
>=app-text/libebook-0.1
>=app-text/libetonyek-0.1
+   app-text/libexttextcat
app-text/liblangtag
>=app-text/libmspub-0.1.0
>=app-text/libmwaw-0.3.1
@@ -112,10 +109,12 @@ COMMON_DEPEND="
app-text/libwpd:0.10[tools]
app-text/libwpg:0.3
>=app-text/libwps-0.4
+   app-text/mythes
app-text/poppler:=[cxx]
>=dev-cpp/clucene-2.3.3.4-r2
=dev-cpp/libcmis-0.5*
dev-db/unixODBC
+   dev-lang/perl
>=dev-libs/boost-1.55:=
dev-libs/expat
dev-libs/hyphen
@@ -124,7 +123,6 @@ COMMON_DEPEND="
dev-libs/librevenge
dev-libs/nspr
dev-libs/nss
-   >=dev-lang/perl-5.0
!libressl? ( >=dev-libs/openssl-1.0.0d:0 )
libressl? ( dev-libs/libressl )
>=dev-libs/redland-1.0.16
@@ -134,13 +132,13 @@ COMMON_DEPEND="
>=media-libs/glew-1.10
>=media-libs/harfbuzz-0.9.18:=[icu(+)]
media-libs/lcms:2
-   >=media-libs/libpng-1.4:0=
>=media-libs/libcdr-0.1.0
>=media-libs/libfreehand-0.1.0
media-libs/libpagemaker
+   >=media-libs/libpng-1.4:0=
>=media-libs/libvisio-0.1.0
-   net-misc/curl
net-libs/neon
+   net-misc/curl
net-nds/openldap
sci-mathematics/lpsolve
virtual/jpeg:0
@@ -161,6 +159,10 @@ COMMON_DEPEND="
)
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
gtk? (
x11-libs/gdk-pixbuf
>=x11-libs/gtk+-2.24:2
@@ -170,10 +172,6 @@ COMMON_DEPEND="
dev-libs/gobject-introspection
>=x11-libs/gtk+-3.8:3
)
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
jemalloc? ( dev-libs/jemalloc )
libreoffice_extensions_scripting-beanshell? ( dev-java/bsh )
libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 )
@@ -186,8 +184,8 @@ RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/libreoffice-bin-debug
!app-office/openoffice
-   media-fonts/libertine
media-fonts/liberation-fonts
+   media-fonts/libertine
media-fonts/urw-fonts
java? ( >=virtual/jre-1.6 )
kde? ( $(add_kdeapps_dep kioclient) )
@@ -206,6 +204,7 @@ fi
 #after everything upstream is under gbuild
 #as dmake execute tests right away
 DEPEND="${COMMON_DEPEND}
+   !=dev-libs/libatomic_ops-7.2d
>=dev-libs/libxml2-2.7.8
dev-libs/libxslt
@@ -219,7 +218,6 @@ DEPEND="${COMMON_DEPEND}
sys-devel/bison
sys-devel/flex
sys-devel/gettext
-   !=app-text/libabw-0.1.0
-   app-text/libexttextcat
>=app-text/libebook-0.1
>=app-text/libetonyek-0.1
+   app-text/libexttextcat
app-text/liblangtag
>=app-text/libmspub-0.1.0
>=app-text/libmwaw-0.3.1
@@ -111,10 +108,12 @@ COMMON_DEPEND="
app-text/libwpd:0.10[tools]
app-text/libwpg:0.3
>=app-text/libwps-0.4
+   app-text/mythes
app-text/poppler:=[cxx]
>=dev-cpp/clucene-2.3.3.4-r2
=dev-cpp/libcmis-0.5*
dev-db/unixODBC
+   dev-lang/perl
>=dev-libs/boost-1.55:=
dev-libs/expat
dev-libs/hyphen
@@ -123,7 +122,6 @@ COMMON_DEPEND="
dev-libs/librevenge
dev-libs/nspr
dev-libs/nss
-   

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

2016-07-02 Thread Andreas Hüttel
commit: 89ec37fafb07e352a63157c08e1fbead95888059
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Jun  7 18:05:10 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  2 21:15:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ec37fa

app-office/libreoffice: Add USE=google, GAPI auth for gdrive integration

Existing ID and secret taken from www-client/chromium

Gentoo-bug: 584168

 app-office/libreoffice/libreoffice-5.1..ebuild | 12 ++--
 app-office/libreoffice/libreoffice-5.2..ebuild | 12 ++--
 app-office/libreoffice/libreoffice-.ebuild | 12 ++--
 app-office/libreoffice/metadata.xml|  1 +
 4 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.1..ebuild 
b/app-office/libreoffice/libreoffice-5.1..ebuild
index 3111ec9..aba9c40 100644
--- a/app-office/libreoffice/libreoffice-5.1..ebuild
+++ b/app-office/libreoffice/libreoffice-5.1..ebuild
@@ -85,8 +85,8 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome gstreamer
-+gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
+IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome google
+gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
@@ -357,6 +357,12 @@ src_configure() {
local internal_libs
local ext_opts
 
+   # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+   # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
+   # your own set of keys. Feel free to contact chrom...@gentoo.org for 
more info.
+   local google_default_client_id="329227923882.apps.googleusercontent.com"
+   local google_default_client_secret="vgKG0NNv7GoDpbtoFNLxCUXu"
+
# optimization flags
export GMAKE_OPTIONS="${MAKEOPTS}"
# System python enablement:
@@ -479,6 +485,8 @@ src_configure() {
$(use_with coinmp system-coinmp) \
$(use_with collada system-opencollada) \
$(use_with gltf system-libgltf) \
+   $(use_with google gdrive-client-id ${google_default_client_id}) 
\
+   $(use_with google gdrive-client-secret 
${google_default_client_secret}) \
$(use_with java) \
$(use_with mysql system-mysql-cppconn) \
$(use_with odk doxygen) \

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 7ae6ee1..40ef04b 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -84,8 +84,8 @@ unset ADDONS_SRC
 # Extensions that need extra work:
 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
 
-IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome gstreamer
-+gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
+IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf 
gnome google
+gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
@@ -354,6 +354,12 @@ src_configure() {
local java_opts
local ext_opts
 
+   # Set up Google API keys, see 
http://www.chromium.org/developers/how-tos/api-keys
+   # Note: these are for Gentoo use ONLY. For your own distribution, 
please get
+   # your own set of keys. Feel free to contact chrom...@gentoo.org for 
more info.
+   local google_default_client_id="329227923882.apps.googleusercontent.com"
+   local google_default_client_secret="vgKG0NNv7GoDpbtoFNLxCUXu"
+
# optimization flags
export GMAKE_OPTIONS="${MAKEOPTS}"
# System python enablement:
@@ -468,6 +474,8 @@ src_configure() {
$(use_with coinmp system-coinmp) \
$(use_with collada system-opencollada) \
$(use_with gltf system-libgltf) \
+   $(use_with google gdrive-client-id ${google_default_client_id}) 
\
+   $(use_with google gdrive-client-secret 
${google_default_client_secret}) \
$(use_with java) \
$(use_with mysql system-mysql-cppconn) \
$(use_with odk doxygen) \

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 7ae6ee1..40ef04b 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -84,8 +84,8 @@ unset ADDONS_SRC
 # Extensions that need extra 

[gentoo-commits] proj/portage:master commit in: man/, pym/_emerge/, pym/portage/tests/emerge/

2016-07-02 Thread Zac Medico
commit: e2d88ef3ff5958571ef2da5f69e8756522390f0f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jul  1 06:48:03 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jul  2 21:04:47 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e2d88ef3

Add emerge --autounmask-continue option (bug 582624)

This option will cause emerge to automatically apply autounmask changes
to configuration files, and continue to execute the specified command.
If the dependency calculation is not entirely successful, then emerge
will simply abort without modifying any configuration files.

This sort of behavior can be very useful in a continuous integration
setting, where the emerge invocation might be inside of a container that
is later discarded (so there is no threat of negative consequences).
It's also safe for general use, when combined with the --ask option.

X-Gentoo-Bug: 582624
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=582624
Acked-by: Brian Dolbec  gentoo.org>

 man/emerge.1| 14 +++-
 pym/_emerge/actions.py  | 36 +++--
 pym/_emerge/depgraph.py | 40 +
 pym/_emerge/main.py |  9 
 pym/portage/tests/emerge/test_simple.py | 15 +
 5 files changed, 102 insertions(+), 12 deletions(-)

diff --git a/man/emerge.1 b/man/emerge.1
index 75862d7..da1d852 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -1,4 +1,4 @@
-.TH "EMERGE" "1" "Feb 2016" "Portage VERSION" "Portage"
+.TH "EMERGE" "1" "Jul 2016" "Portage VERSION" "Portage"
 .SH "NAME"
 emerge \- Command\-line interface to the Portage system
 .SH "SYNOPSIS"
@@ -361,6 +361,18 @@ the specified configuration file(s), or enable the
 \fBEMERGE_DEFAULT_OPTS\fR variable may be used to
 disable this option by default in \fBmake.conf\fR(5).
 .TP
+.BR "\-\-autounmask\-continue [ y | n ]"
+Automatically apply autounmask changes to configuration
+files, and continue to execute the specified command. If
+the dependency calculation is not entirely successful, then
+emerge will simply abort without modifying any configuration
+files.
+\fBWARNING:\fR
+This option is intended to be used only with great caution,
+since it is possible for it to make nonsensical configuration
+changes which may lead to system breakage. Therefore, it is
+advisable to use \fB\-\-ask\fR together with this option.
+.TP
 .BR "\-\-autounmask\-only [ y | n ]"
 Instead of doing any package building, just unmask
 packages and generate package.use settings as necessary

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 2ca7902..1dc2b0d 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -96,8 +96,22 @@ if sys.hexversion >= 0x300:
 else:
_unicode = unicode
 
-def action_build(settings, trees, mtimedb,
-   myopts, myaction, myfiles, spinner):
+def action_build(emerge_config, trees=DeprecationWarning,
+   mtimedb=DeprecationWarning, myopts=DeprecationWarning,
+   myaction=DeprecationWarning, myfiles=DeprecationWarning, spinner=None):
+
+   if not isinstance(emerge_config, _emerge_config):
+   warnings.warn("_emerge.actions.action_build() now expects "
+   "an _emerge_config instance as the first parameter",
+   DeprecationWarning, stacklevel=2)
+   emerge_config = load_emerge_config(
+   action=myaction, args=myfiles, trees=trees, opts=myopts)
+   adjust_configs(emerge_config.opts, emerge_config.trees)
+
+   settings, trees, mtimedb = emerge_config
+   myopts = emerge_config.opts
+   myaction = emerge_config.action
+   myfiles = emerge_config.args
 
if '--usepkgonly' not in myopts:
old_tree_timestamp_warn(settings['PORTDIR'], settings)
@@ -327,6 +341,11 @@ def action_build(settings, trees, mtimedb,
display_missing_pkg_set(root_config, e.value)
return 1
 
+   if success and mydepgraph.need_config_reload():
+   load_emerge_config(emerge_config=emerge_config)
+   adjust_configs(emerge_config.opts, emerge_config.trees)
+   settings, trees, mtimedb = emerge_config
+
if "--autounmask-only" in myopts:
mydepgraph.display_problems()
return 0
@@ -2384,7 +2403,13 @@ def load_emerge_config(emerge_config=None, **kargs):
settings = root_trees["vartree"].settings
settings._init_dirs()
setconfig = load_default_config(settings, root_trees)
-   root_trees["root_config"] = RootConfig(settings, root_trees, 
setconfig)
+   root_config = RootConfig(settings, root_trees, setconfig)
+   if "root_config" in root_trees:
+   # Propagate changes to the existing 

[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/files/, app-backup/burp/

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 9f367ab90f56e5dbcfde65a1cf3ef97498fd7cae
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 20:46:24 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 20:49:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f367ab9

app-backup/burp: Correct permissions

Remove autoupgrade configuration.

Package-Manager: portage-2.3.0

 app-backup/burp/burp-1.4.40-r3.ebuild | 116 ++
 app-backup/burp/files/burp.initd  |   7 +-
 2 files changed, 122 insertions(+), 1 deletion(-)

diff --git a/app-backup/burp/burp-1.4.40-r3.ebuild 
b/app-backup/burp/burp-1.4.40-r3.ebuild
new file mode 100644
index 000..f7cbc66
--- /dev/null
+++ b/app-backup/burp/burp-1.4.40-r3.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils user
+
+DESCRIPTION="Network backup and restore client and server for Unix and Windows"
+HOMEPAGE="http://burp.grke.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
+   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl afs ipv6 libressl nls tcpd xattr"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   dev-libs/uthash
+   sys-libs/libcap
+   

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

2016-07-02 Thread Lars Wendler
commit: bb4e86912193faac1e4ab1b4e252ef11763161f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jul  2 20:36:09 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jul  2 20:36:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4e8691

dev-libs/nss: Bump to version 3.25

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

 dev-libs/nss/Manifest|   1 +
 dev-libs/nss/nss-3.25.ebuild | 340 +++
 2 files changed, 341 insertions(+)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index aa7e190..0a0e751 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -3,5 +3,6 @@ DIST nss-3.20.tar.gz 692 SHA256 
5e38d4b9837ca338af966b97fc91c07f67ad647fb38d
 DIST nss-3.22.2.tar.gz 6982164 SHA256 
07d49287c527ac31200f02dcf8494cef19e936d8ed470802749c4dfc782d3650 SHA512 
0c73ba579cb697fe295bca2ee62315bc1830b542f607c1ecfbf591fa881d2ccfb5a6d830b47cd1434bdfbac07e03848b4fe9e6bda9c6d131a2c34973dc3b337c
 WHIRLPOOL 
37137526ffc6f583ba54615c5fadb1076a5c0830b8aef6db394fb1da02345d5b1cf394b6a3cac7b8ce5727bf23ed1053f3f0f2865f0eab7c922c8459d5768142
 DIST nss-3.23.tar.gz 7467001 SHA256 
94b383e31c9671e9dfcca81084a8a813817e8f05a57f54533509b318d26e11cf SHA512 
f3e388a415493685faa6df932e9e968af41ea2e8e4cba3fbd539c60177443e4042e8d2e2bfe74183552e14522d49048be2f80fbe038bdbd499971e82abf2cc32
 WHIRLPOOL 
77e22bd7a525c5b10723e1d5fb6db1e9d2efebfcdf9828aa79296f71c441c065201ecda56291f37790333d9b1d1e38fef1391a033382a885b83da31a646d6243
 DIST nss-3.24.tar.gz 7307782 SHA256 
2f0841492f91cca473b73dec6cab9cf765a485e032d48d2e8ae7261e54c419ed SHA512 
9cf6d5dcbe8292bce53e043cf2713e55f01f979827c6f5f39a22ea8d1f40a2579728454a12c30540e8fb06e8119640a539cc5c6913aa12d97008d68386abfe6e
 WHIRLPOOL 
49baf7a1847ffab1d549752854e999a56fd6cf52cf920310199aa95078af5c7894eb61a226cf3170cf93bffa525a674fac512a586f67ccafae91a952052e9800
+DIST nss-3.25.tar.gz 7338238 SHA256 
5d1ad475da19d0c033a716350dc5f8a747999d3eba5ac07ee0368c5bad6e2359 SHA512 
a33cff42d0d85eea091057648d598b7421de88f16ed357965ea08a8812de968c3f18d45452afd21afc90122f65c2c5bb2d7071357947b45e935aae55d28c4218
 WHIRLPOOL 
3857bffe7a58043612bbeaf0e596b3afdd4f0792441af667fb503dd2d354a535bb8523c258242b470d888ef2beff267b4480e6398a3328f0c44193b83f4a5934
 DIST nss-pem-015ae754dd9f6fbcd7e52030ec9732eb27fc06a8.tar.bz2 27506 SHA256 
50d9ec26a75835e900302f631456e278e13d4b435b8f98aa69f79dd439ddc6ab SHA512 
0158a140f112a905f7db5a4f4d04f49f6742db1d2665ddf6c32913c367f0b93a57f86ba13b9883a42a528aff44c48196941d7c0fd7a27005db6adaf07802e501
 WHIRLPOOL 
279ef11d2d6f0cb7c192189d64bc6971cdada7417b93a65a3ff0ba4548b736b53b9812803024c2349114e94e0864f2b58c23812687ed3f75cf28334b0f6e11ac
 DIST nss-pem-20140125.tar.bz2 28805 SHA256 
62604dfc4178399a804e87ca7566d8316a0a40a535de3b2d0fa48fd80c97f768 SHA512 
352faf812735e1374c534ada6dd577842603ea193dafaacfd51f201599ffe3f7a23ce1c673421e42f8b692091b58085f90843c29f70ae916949715e7baba2b39
 WHIRLPOOL 
3ae81410f6f4d2699e9dc55982cad03c226045fbeee25984d53d37ff78ce5c96d008d6837e1c0a10b6c96cdff17c21142e437159896d314e81afc8820867ca62

diff --git a/dev-libs/nss/nss-3.25.ebuild b/dev-libs/nss/nss-3.25.ebuild
new file mode 100644
index 000..8a72adc
--- /dev/null
+++ b/dev-libs/nss/nss-3.25.ebuild
@@ -0,0 +1,340 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
+
+NSPR_VER="4.12"
+RTM_NAME="NSS_${PV//./_}_RTM"
+# Rev of https://git.fedorahosted.org/cgit/nss-pem.git
+PEM_GIT_REV="015ae754dd9f6fbcd7e52030ec9732eb27fc06a8"
+PEM_P="${PN}-pem-20140125"
+
+DESCRIPTION="Mozilla's Network Security Services library that implements PKI 
support"
+HOMEPAGE="http://www.mozilla.org/projects/security/pki/nss/;
+SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
+   cacert? ( 
https://dev.gentoo.org/~anarchy/patches/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch
 )
+   nss-pem? ( https://dev.gentoo.org/~anarchy/dist/${PEM_P}.tar.bz2 )"
+
+LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="+cacert +nss-pem utils"
+CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
+DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   ${CDEPEND}"
+RDEPEND=">=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   ${CDEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r12
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${P}/${PN}"
+
+MULTILIB_CHOST_TOOLS=(
+   

[gentoo-commits] sites/www:master commit in: _plugins/, support/news-items/

2016-07-02 Thread Alex Legler
commit: 77572687eee4183849b567e8f29609c616177007
Author: Alex Legler  a3li  li>
AuthorDate: Sat Jul  2 20:14:57 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Sat Jul  2 20:15:33 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=77572687

Rework news item page

 * Mention the items only concern the main repo
 * Syntax fixes
 * Remove incomplete authors list from overview table (#587534)

 _plugins/news.rb  |  3 +--
 support/news-items/index.html | 14 ++
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/_plugins/news.rb b/_plugins/news.rb
index a90c435..2e2fde7 100644
--- a/_plugins/news.rb
+++ b/_plugins/news.rb
@@ -38,11 +38,10 @@ module Gentoo
 
   File.readlines(File.join(@base, NewsGenerator::NEWS_DIR, path, 
"#{name}.en.txt")).each do |line|
 @title = $1 if line =~ /Title: (.*)$/
-@author = $1 if line =~ /Author: (.*)$/
 @date = $1 if line =~ /Posted: (.*)$/
   end
 
-  site.data['newsitems'] << { 'title' => @title, 'author' => @author, 
'date' => @date, 'url' => data['permalink'] }
+  site.data['newsitems'] << { 'title' => @title, 'date' => @date, 'url' => 
data['permalink'] }
 
   data['title'] = @title
 end

diff --git a/support/news-items/index.html b/support/news-items/index.html
index 396aec7..5cf8701 100644
--- a/support/news-items/index.html
+++ b/support/news-items/index.html
@@ -14,7 +14,7 @@ nav2-show: true
 
   Which items affect me?
   
-  This page lists all available news items, but sometimes 
items don't affect you because you don't have the relevant package installed,
+  This page lists all available news items for the official 
Gentoo package repository, but sometimes items don't affect you because you 
don't have the relevant package installed,
   or use a different architecture.
   
   The emerge command notifies you after each operation if there are 
news items affecting your configuration:
@@ -33,17 +33,15 @@ nav2-show: true
 
 Published News Items
 
-
+
   
-Title
-Author
 Date
+Title
   
   {% for entry in site.data.newsitems %}
 
-{{ entry.title | xml_escape }}
-{{ entry.author | xml_escape }}
-{{ entry.date | xml_escape }}
+  {{ entry.date | xml_escape }}
+  {{ entry.title | xml_escape }}
 
   {% endfor %}
-
\ No newline at end of file
+



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

2016-07-02 Thread Dirkjan Ochtman
commit: ad1518dfd81bc6d79255db197625bb81fff45f35
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Jul  2 19:44:56 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Jul  2 19:44:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1518df

dev-vcs/mercurial: version bump to 3.8.4

Package-Manager: portage-2.2.28

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-3.8.4.ebuild | 135 +++
 2 files changed, 136 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 7dba839..209730f 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -2,3 +2,4 @@ DIST mercurial-3.3.2.tar.gz 4165131 SHA256 
67c617c740ac706f923371a26f02339b27cd6
 DIST mercurial-3.7.3.tar.gz 4636732 SHA256 
c099c42d74e2d520b61dd372cd996b0fa7605c06617834fd7b13c79b9a9a5b30 SHA512 
7f9f97229e40c7092c16ccf227b19a08a9839d8ce19a9d057341fff75876bff32241ee9aa10eab293f779ea3e8a1d97577597187bd96251fb499cbb1075a82cf
 WHIRLPOOL 
51d7f152a0af27924fec8b39933796f5584867efff7f271147139e740302d05f8976f3c2aa95cb724b774ba4951040483bb51b02eed1495d8b15012301ba060e
 DIST mercurial-3.8.2.tar.gz 4771143 SHA256 
cb78b16956140625266a8a6d1fadc7c868969d994086e1ec60279a66bf20bffd SHA512 
16705396e71d86e7b0eec5d42e39d013812169f62cee10998bdfc088570759576aadcb7845f438b0e12664a3d8487fe5cd19c034811aefda8b2ee59e3d9a0f60
 WHIRLPOOL 
e4428c5bc0274d4b50cc61084a6766f485df58e4ed80b0637a11033729a7e3224bd9ce7378c5d929b0e361a91e22b2e5a27c65af9a4d935b2fa05d6c435d8c4d
 DIST mercurial-3.8.3.tar.gz 4772901 SHA256 
f84556cdf9a331984261549d9d08143ab9da33d7c03f0aa323b0ee52d0782a4c SHA512 
d6106fe942406fa3fe85039fa67ca47659b934cf2a027dfe24bfaff2f26130051ea1ee6064b30648769a12c4d6c7de2764463fb29a8194f50d79bcd63a4c5246
 WHIRLPOOL 
3c97a8032f030bd8b3c3a2a402eb847a069b6e8345f872d551fd705adb3d027dc8602d28cf2ff4f30ecf4cfb7017774821a21279140c9dc03f7e0cf6df2ca925
+DIST mercurial-3.8.4.tar.gz 4775341 SHA256 
4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 SHA512 
2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c
 WHIRLPOOL 
1f0a12cc6d00f3544ab00e011a9ff9308fe1652c0598045ddba2a41ba17b55c291da200bce85d4c600d673b8746e936c441ffa7398ad810d1069bd97fb32f2db

diff --git a/dev-vcs/mercurial/mercurial-3.8.4.ebuild 
b/dev-vcs/mercurial/mercurial-3.8.4.ebuild
new file mode 100644
index 000..1e1d7b5
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-3.8.4.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/;
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+
+   dobin hgeditor
+   dobin contrib/hgk
+   python_foreach_impl python_doscript contrib/hg-ssh
+
+   if use emacs; then
+   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
+   elisp-site-file-install "${FILESDIR}"/${SITEFILE}
+   fi

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

2016-07-02 Thread Brian Dolbec
commit: f833f30eb2bb32f941d92ceb22e40e7daa0f4ea2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  2 19:23:08 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  2 19:23:08 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f833f30e

testpath: fix missed newline

 testpath | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testpath b/testpath
index 7a66fd64..d987301 100644
--- a/testpath
+++ b/testpath
@@ -12,4 +12,5 @@ if [[ "$SHELL" =~ "zsh" ]]; then
 else
export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
export PYTHONPATH=PYTHONPATH="$(dirname 
$BASH_SOURCE[0])/pym:${PYTHONPATH:+:}${PYTHONPATH}"
-fiexport PYTHONWARNINGS=d,i::ImportWarning
+fi
+export PYTHONWARNINGS=d,i::ImportWarning



[gentoo-commits] repo/gentoo:master commit in: sci-biology/clustal-omega/

2016-07-02 Thread David Seifert
commit: 9585fe3961174014edd709173976436a1cc009ac
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jul  2 19:22:27 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul  2 19:22:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9585fe39

sci-biology/clustal-omega: Unconditionally prune .la files

Package-Manager: portage-2.3.0

 .../{clustal-omega-1.2.2.ebuild => clustal-omega-1.2.2-r1.ebuild}   | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-biology/clustal-omega/clustal-omega-1.2.2.ebuild 
b/sci-biology/clustal-omega/clustal-omega-1.2.2-r1.ebuild
similarity index 84%
rename from sci-biology/clustal-omega/clustal-omega-1.2.2.ebuild
rename to sci-biology/clustal-omega/clustal-omega-1.2.2-r1.ebuild
index 9e625e4..741fc68 100644
--- a/sci-biology/clustal-omega/clustal-omega-1.2.2.ebuild
+++ b/sci-biology/clustal-omega/clustal-omega-1.2.2-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools
+inherit autotools eutils
 
 DESCRIPTION="Scalable multiple alignment of protein sequences"
 HOMEPAGE="http://www.clustal.org/omega/;
@@ -28,7 +28,5 @@ src_prepare() {
 
 src_install() {
default
-   if ! use static-libs; then
-   rm -f "${ED}"/usr/$(get_libdir)/*.a || die
-   fi
+   prune_libtool_files --all
 }



[gentoo-commits] repo/gentoo:master commit in: sci-biology/clustal-omega/

2016-07-02 Thread Justin Lecher
commit: 26f3eb9ecc1e16ca67538a3e3ec1d471c3c7f722
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 18:35:10 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 18:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f3eb9e

sci-biology/clustal-omega: Version Bump

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

 sci-biology/clustal-omega/Manifest |  1 +
 .../clustal-omega/clustal-omega-1.2.2.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sci-biology/clustal-omega/Manifest 
b/sci-biology/clustal-omega/Manifest
index 09e26af..7b133ae 100644
--- a/sci-biology/clustal-omega/Manifest
+++ b/sci-biology/clustal-omega/Manifest
@@ -1 +1,2 @@
 DIST clustal-omega-1.2.1.tar.gz 1164492 SHA256 
0ef32727aa25c6ecf732083e668a0f45bc17085c28a5c7b4459f4750419f2b0a SHA512 
1aa69e319f999f7cd746e2d2ffcafeafc0eb15ed4777abb5b32df63a39a23fa2091977efccfcf9428468103b8e48c4ab0a3ce3967b9c55daaadf3a6a3b57e8de
 WHIRLPOOL 
b079dcd659839a85e7772b717ef5dce25b816f2c96eb0f6eea5a4a53f2abd25fb4435291f2a7b739d72d94c06fdbd9c85300ff4cbb03b2861d31d1ad3d196577
+DIST clustal-omega-1.2.2.tar.gz 1169632 SHA256 
e48c533300f9ba75870861cf40516a36f3b184b1a39a5b2b926c73bd8639ea41 SHA512 
82a97b1e0ca51b9ad61fa2ba3426e55d220003386dee124aaa6103665a2c566182fb4f5cf014d4af3892b2858453e95d4ff36ce90e49d1ae81d95da9ef2ffca0
 WHIRLPOOL 
a256cf2902df9969afefc0301806b18ee16376e510a47fc1f6f4efc755eb11a157caff375b46579750a577ee0cdceff64fdf6e8360cd29a8d3bb6fb8665a198a

diff --git a/sci-biology/clustal-omega/clustal-omega-1.2.2.ebuild 
b/sci-biology/clustal-omega/clustal-omega-1.2.2.ebuild
new file mode 100644
index 000..9e625e4
--- /dev/null
+++ b/sci-biology/clustal-omega/clustal-omega-1.2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Scalable multiple alignment of protein sequences"
+HOMEPAGE="http://www.clustal.org/omega/;
+SRC_URI="http://www.clustal.org/omega/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="dev-libs/argtable"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed \
+   -e "s:-O3::g" \
+   -i configure.ac || die
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   if ! use static-libs; then
+   rm -f "${ED}"/usr/$(get_libdir)/*.a || die
+   fi
+}



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

2016-07-02 Thread Justin Lecher
commit: ba22ada81a2d3ba338f9d59937e825236646a428
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 18:31:54 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 18:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba22ada8

sys-fs/aufs3: Bump to latest aufs release

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

 sys-fs/aufs3/Manifest |   1 +
 sys-fs/aufs3/aufs3-3_p20160627.ebuild | 185 ++
 2 files changed, 186 insertions(+)

diff --git a/sys-fs/aufs3/Manifest b/sys-fs/aufs3/Manifest
index c67f57b..782b905 100644
--- a/sys-fs/aufs3/Manifest
+++ b/sys-fs/aufs3/Manifest
@@ -1,2 +1,3 @@
 DIST aufs3-standalone-3_p20160219.tar.xz 3256736 SHA256 
23652c6d8fd12a9a29454293f13add7e0f97f2ec542b69e5dfecbc99064c4247 SHA512 
af65cb3d9890c05ec24d64d27759d8c0fa98f35887d62a7ec77ebc496ec9de02563bc5a3e05b67c342926b062fe077c7a8de543291177a4e0210b2159027e1af
 WHIRLPOOL 
1ed7042c9e1e8efc29fa36fcbd2f09a10ffa51cc9d6b349869f6f6947ed27399deb2fa1035df7dbaf69dcbfa7eddb6f240b934a343732ace26f77bcf2e72167a
 DIST aufs3-standalone-3_p20160223.tar.xz 3270932 SHA256 
4e213e678991a028595893a2c3425894bef021cd374a6798f80ad8863bf7f593 SHA512 
37805b54a2471def5948d3484349de7bfc4fee09788b36b9589aba2006484cf330bb642f27862d74a528999cf2e7fa4888b5d46b54bb3e7f8468c6857f34730f
 WHIRLPOOL 
1e42d1a32a62b25923041b8f71b00f8ae1a8b8524752b1d796ae2fd2ada79792cbe2a35ad380e24ecad8374bbd432674763d69ffa9144dfc3074742b33d4d138
+DIST aufs3-standalone-3_p20160627.tar.xz 3443904 SHA256 
1802aa5232780f2840efc8cdd85b74081632b2f9e83e97de0a89a607887710ee SHA512 
6c6256d5f042dbcde26abfb665fdfd8eee4193104fc3270371fdf503a560dd888b5306e3cfe4c6a1f95cd669b41279573dfc54aec8b5b5327220fa055bbbdb3d
 WHIRLPOOL 
88b5768910562c0c9eb28796d1031d85a68123f0ab43427355f2bb8b64a1a409aacc89be9ca77aeffd92b18524827c40826c02ef545c24cffcfe03d94eb913a8

diff --git a/sys-fs/aufs3/aufs3-3_p20160627.ebuild 
b/sys-fs/aufs3/aufs3-3_p20160627.ebuild
new file mode 100644
index 000..6e88f13
--- /dev/null
+++ b/sys-fs/aufs3/aufs3-3_p20160627.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo-r1 
toolchain-funcs
+
+AUFS_VERSION="${PV%%_p*}"
+# highest branch version
+PATCH_MAX_VER=19
+# highest supported version
+KERN_MAX_VER=20
+# lowest supported version
+KERN_MIN_VER=18
+
+DESCRIPTION="An entirely re-designed and re-implemented Unionfs"
+HOMEPAGE="http://aufs.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
+
+DEPEND="
+   dev-util/patchutils
+   dev-vcs/git"
+RDEPEND="
+   sys-fs/aufs-util
+   !sys-fs/aufs
+   !sys-fs/aufs2
+   !sys-fs/aufs4"
+
+S="${WORKDIR}"/${PN}-standalone
+
+MODULE_NAMES="aufs(misc:${S})"
+
+pkg_setup() {
+   CONFIG_CHECK+=" !AUFS_FS"
+   use inotify && CONFIG_CHECK+=" ~FSNOTIFY"
+   use nfs && CONFIG_CHECK+=" EXPORTFS"
+   use fuse && CONFIG_CHECK+=" ~FUSE_FS"
+   use hfs && CONFIG_CHECK+=" ~HFSPLUS_FS"
+   use pax_kernel && CONFIG_CHECK+=" PAX" \
+   && ERROR_PAX="Please use hardened sources"
+
+   # this is needed so merging a binpkg ${PN} is
+   # possible w/out a kernel unpacked on the system
+   [[ -n "$PKG_SETUP_HAS_BEEN_RAN" ]] && return
+
+   get_version
+   kernel_is lt 3 ${KERN_MIN_VER} 0 && \
+   die "the kernel version isn't supported by upstream anymore. 
Please upgrade."
+   kernel_is gt 3 ${KERN_MAX_VER} 99 && die "kernel too new"
+
+   linux-mod_pkg_setup
+
+   if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
+   PATCH_BRANCH="x-rcN"
+   elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "25" ]]; then
+   PATCH_BRANCH="${KV_MINOR}".25+
+   elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
+   PATCH_BRANCH="${KV_MINOR}".1+
+   else
+   PATCH_BRANCH="${KV_MINOR}"
+   fi
+
+   case ${KV_EXTRA} in
+   "")
+   elog "It seems you are using vanilla-sources 
with aufs3"
+   elog "Please use sys-kernel/aufs-sources with 
USE=vanilla"
+   elog "This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade"
+   ;;
+   "-gentoo")
+   elog "It seems you are using gentoo-sources 
with aufs3"
+   elog "Please use sys-kernel/aufs-sources"
+   elog "This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade"
+   ;;

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

2016-07-02 Thread Justin Lecher
commit: b0422bf95ac00049a7cdabc3472e1b4fe143a5cb
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 18:33:56 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 18:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0422bf9

sys-fs/aufs4: Bump to latest aufs release

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

 sys-fs/aufs4/Manifest   |   1 +
 sys-fs/aufs4/aufs4-0_pre20160627.ebuild | 185 
 2 files changed, 186 insertions(+)

diff --git a/sys-fs/aufs4/Manifest b/sys-fs/aufs4/Manifest
index 13c7471..816109b 100644
--- a/sys-fs/aufs4/Manifest
+++ b/sys-fs/aufs4/Manifest
@@ -1,2 +1,3 @@
 DIST aufs4-standalone-0_pre20160219.tar.xz 1049884 SHA256 
22d0f723ff52190670da0e3dc4a3f0b81ba0b3b6f287484cf81165c6cd4b2040 SHA512 
95999199ac0d430a6ab2dbda75f34d9640179865d5be3b1db119c1e613f5bd167193dd7cf662ebcea9d81ad8008d9dbd8dd835d5a7a297456f8587364e7f16b1
 WHIRLPOOL 
a8b7a9c80c7715d0f75c9ee15e78bfbef2db11d4d9fea6ac1e8163f86b735c57b7e6a5612ac269fbcc2c483537a06c1e7704b9c3db2c7dff09b08d228ba607a1
 DIST aufs4-standalone-0_pre20160223.tar.xz 1072092 SHA256 
46c9e0bb68902fb92028a435fab9d31a6193407af8c29d8ce0cdefd2e841b723 SHA512 
adafd18416a43af076292ea216db73f0569f25ce34d03ebde5aea049745c47979cc4778eef8f671d48a5f7d7ac5751f788d286f467a106c6660412e88442b18e
 WHIRLPOOL 
c41763b4abb78afb291a4fbe7e1010ffc6c82a62a9d8b8b0cd23ecff65ae8f6142265f7de9f4e5ee260e0f98ca04f08881778ad7035ecde6e0c910d8a38e3be7
+DIST aufs4-standalone-0_pre20160627.tar.xz 1427036 SHA256 
47e8fbaef29d62b7d5856103966e254840771d329dc2a181014d43a19629063b SHA512 
c2e3d92fc6ca8968071a40d2773b63ec21fdd2bb12e8375dced30279ffcafcd06cacb0c20a6bb5378704c5de670426d0d92149bb5737507e3515b5df648e1b81
 WHIRLPOOL 
813262655193abf9fc61b993f70c11e052f5803b66ac8fdfcbd4b476ef03e7ae7c7be13520e9c7c3349d1ab89628dabf6b01a81f98ed82082c15515922ab07c5

diff --git a/sys-fs/aufs4/aufs4-0_pre20160627.ebuild 
b/sys-fs/aufs4/aufs4-0_pre20160627.ebuild
new file mode 100644
index 000..c4c9c31
--- /dev/null
+++ b/sys-fs/aufs4/aufs4-0_pre20160627.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo-r1 
toolchain-funcs
+
+AUFS_VERSION="${PV%%_p*}"
+# highest branch version
+PATCH_MAX_VER=5
+# highest supported version
+KERN_MAX_VER=6
+# lowest supported version
+KERN_MIN_VER=0
+
+DESCRIPTION="An entirely re-designed and re-implemented Unionfs"
+HOMEPAGE="http://aufs.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/aufs4-standalone-${PV}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
+
+DEPEND="
+   dev-util/patchutils
+   dev-vcs/git"
+RDEPEND="
+   sys-fs/aufs-util
+   !sys-fs/aufs
+   !sys-fs/aufs2
+   !sys-fs/aufs3"
+
+S="${WORKDIR}"/${PN}-standalone
+
+MODULE_NAMES="aufs(misc:${S})"
+
+pkg_setup() {
+   CONFIG_CHECK+=" !AUFS_FS"
+   use inotify && CONFIG_CHECK+=" ~FSNOTIFY"
+   use nfs && CONFIG_CHECK+=" EXPORTFS"
+   use fuse && CONFIG_CHECK+=" ~FUSE_FS"
+   use hfs && CONFIG_CHECK+=" ~HFSPLUS_FS"
+   use pax_kernel && CONFIG_CHECK+=" PAX" \
+   && ERROR_PAX="Please use hardened sources"
+
+   # this is needed so merging a binpkg ${PN} is
+   # possible w/out a kernel unpacked on the system
+   [[ -n "$PKG_SETUP_HAS_BEEN_RAN" ]] && return
+
+   get_version
+   kernel_is lt 4 ${KERN_MIN_VER} 0 && \
+   die "the kernel version isn't supported by upstream anymore. 
Please upgrade."
+   kernel_is gt 4 ${KERN_MAX_VER} 99 && die "kernel too new"
+
+   linux-mod_pkg_setup
+
+   if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
+   PATCH_BRANCH="x-rcN"
+   elif [[ "${KV_MINOR}" == "1" ]] && [[ "${KV_PATCH}" -ge "13" ]]; then
+   PATCH_BRANCH="${KV_MINOR}".13+
+   else
+   PATCH_BRANCH="${KV_MINOR}"
+   fi
+
+   case ${KV_EXTRA} in
+   "")
+   elog "It seems you are using vanilla-sources 
with aufs4"
+   elog "Please use sys-kernel/aufs-sources with 
USE=vanilla"
+   elog "This will save you the nasty reemerge of 
sys-fs/aufs4 on every kernel upgrade"
+   ;;
+   "-gentoo")
+   elog "It seems you are using gentoo-sources 
with aufs4"
+   elog "Please use sys-kernel/aufs-sources"
+   elog "This will save you the nasty reemerge of 
sys-fs/aufs4 on every kernel upgrade"
+   ;;
+   esac
+
+   pushd "${T}" &> /dev/null || die
+   unpack ${A}
+
+   cd ${PN}-standalone || die
+

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

2016-07-02 Thread Justin Lecher
commit: ac28ea95507c55d0409097fc9347fa7dc2850776
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 18:30:13 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 18:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac28ea95

sys-fs/aufs3: Drop vulnerable version

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

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

 sys-fs/aufs3/Manifest |   1 -
 sys-fs/aufs3/aufs3-3_p20150622.ebuild | 172 --
 2 files changed, 173 deletions(-)

diff --git a/sys-fs/aufs3/Manifest b/sys-fs/aufs3/Manifest
index c57ee9c..c67f57b 100644
--- a/sys-fs/aufs3/Manifest
+++ b/sys-fs/aufs3/Manifest
@@ -1,3 +1,2 @@
-DIST aufs3-standalone-3_p20150622.tar.xz 3063280 SHA256 
2fa44f9df9d58df7a5251ebd2cec206fa90ca8e110c1f657df18e62adb170517 SHA512 
fe7a62249130d68f72b14f21b57e5d6db402f56637afc876068d916e78884d08476c804ac58ef06eeb9e13e0a2e1cb75ac782f83054f1c06cb85c74a3c48ba01
 WHIRLPOOL 
7f85a5324d51e148c97109357c13fcab76121d25ee006211d2212f9c6d352330be110569848c8ca96421bc4582025c73030329d7e501837e4d18cafd6002f153
 DIST aufs3-standalone-3_p20160219.tar.xz 3256736 SHA256 
23652c6d8fd12a9a29454293f13add7e0f97f2ec542b69e5dfecbc99064c4247 SHA512 
af65cb3d9890c05ec24d64d27759d8c0fa98f35887d62a7ec77ebc496ec9de02563bc5a3e05b67c342926b062fe077c7a8de543291177a4e0210b2159027e1af
 WHIRLPOOL 
1ed7042c9e1e8efc29fa36fcbd2f09a10ffa51cc9d6b349869f6f6947ed27399deb2fa1035df7dbaf69dcbfa7eddb6f240b934a343732ace26f77bcf2e72167a
 DIST aufs3-standalone-3_p20160223.tar.xz 3270932 SHA256 
4e213e678991a028595893a2c3425894bef021cd374a6798f80ad8863bf7f593 SHA512 
37805b54a2471def5948d3484349de7bfc4fee09788b36b9589aba2006484cf330bb642f27862d74a528999cf2e7fa4888b5d46b54bb3e7f8468c6857f34730f
 WHIRLPOOL 
1e42d1a32a62b25923041b8f71b00f8ae1a8b8524752b1d796ae2fd2ada79792cbe2a35ad380e24ecad8374bbd432674763d69ffa9144dfc3074742b33d4d138

diff --git a/sys-fs/aufs3/aufs3-3_p20150622.ebuild 
b/sys-fs/aufs3/aufs3-3_p20150622.ebuild
deleted file mode 100644
index 9f8ba0e..000
--- a/sys-fs/aufs3/aufs3-3_p20150622.ebuild
+++ /dev/null
@@ -1,172 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo 
toolchain-funcs
-
-AUFS_VERSION="${PV%%_p*}"
-# highest branch version
-PATCH_MAX_VER=19
-# highest supported version
-KERN_MAX_VER=20
-# lowest supported version
-KERN_MIN_VER=14
-
-DESCRIPTION="An entirely re-designed and re-implemented Unionfs"
-HOMEPAGE="http://aufs.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/aufs3-standalone-${PV}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
-
-DEPEND="
-   dev-util/patchutils
-   dev-vcs/git"
-RDEPEND="
-   sys-fs/aufs-util
-   !sys-fs/aufs
-   !sys-fs/aufs2
-   !sys-fs/aufs4"
-
-S="${WORKDIR}"/${PN}-standalone
-
-MODULE_NAMES="aufs(misc:${S})"
-
-pkg_setup() {
-   CONFIG_CHECK+=" !AUFS_FS"
-   use inotify && CONFIG_CHECK+=" ~FSNOTIFY"
-   use nfs && CONFIG_CHECK+=" EXPORTFS"
-   use fuse && CONFIG_CHECK+=" ~FUSE_FS"
-   use hfs && CONFIG_CHECK+=" ~HFSPLUS_FS"
-   use pax_kernel && CONFIG_CHECK+=" PAX" && ERROR_PAX="Please use 
hardened sources"
-
-   # this is needed so merging a binpkg ${PN} is possible w/out a kernel 
unpacked on the system
-   [ -n "$PKG_SETUP_HAS_BEEN_RAN" ] && return
-
-   get_version
-   kernel_is lt 3 ${KERN_MIN_VER} 0 && die "the kernel version isn't 
supported by upstream anymore. Please upgrade."
-   kernel_is gt 3 ${KERN_MAX_VER} 99 && die "kernel too new"
-
-   linux-mod_pkg_setup
-
-   if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
-   PATCH_BRANCH="x-rcN"
-   elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
-   PATCH_BRANCH="${KV_MINOR}".21+
-   elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
-   PATCH_BRANCH="${KV_MINOR}".1+
-   else
-   PATCH_BRANCH="${KV_MINOR}"
-   fi
-
-   case ${KV_EXTRA} in
-   "")
-   elog "It seems you are using vanilla-sources 
with aufs3"
-   elog "Please use sys-kernel/aufs-sources with 
USE=vanilla"
-   elog "This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade"
-   ;;
-   "-gentoo")
-   elog "It seems you are using gentoo-sources 
with aufs3"
-   elog "Please use sys-kernel/aufs-sources"
-   elog "This will save you the nasty reemerge of 
sys-fs/aufs3 on every kernel upgrade"
-   

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

2016-07-02 Thread Justin Lecher
commit: dc24c0d40f3fe073368ea22fa0c68849c6e34ece
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 18:25:38 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 18:35:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc24c0d4

net-analyzer/zmap: Always require json-c

Drop old

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

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

 net-analyzer/zmap/Manifest  |  3 ---
 net-analyzer/zmap/zmap-1.1.1.ebuild | 43 -
 net-analyzer/zmap/zmap-1.1.2.ebuild | 43 -
 net-analyzer/zmap/zmap-1.2.0.ebuild | 38 
 net-analyzer/zmap/zmap-2.1.1.ebuild |  7 +++---
 net-analyzer/zmap/zmap-.ebuild  | 11 +-
 6 files changed, 9 insertions(+), 136 deletions(-)

diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest
index 9adecce..1cbc023 100644
--- a/net-analyzer/zmap/Manifest
+++ b/net-analyzer/zmap/Manifest
@@ -1,5 +1,2 @@
-DIST zmap-1.1.1.tar.gz 84325 SHA256 
e3a740a97f217840b6afa81e2c84e11d44f91346cb9f2b21d0f5eda11fca5128 SHA512 
daffd541b04d1c1e3e8cccbd3d08d881d2460b177524b5cafced388ebf7ea29343602f2540ba0430249cc0167ad370f1287f21f952c9254d98ce6213ba2288dd
 WHIRLPOOL 
a5882df618b1990be8bda2872175e33209cf9cedf003c2e619c4e136b4596e443f7b9a9d31b8abc2e520f8f502d9ba6b728b9fd9a320557b94e62aec09fb1a8a
-DIST zmap-1.1.2.tar.gz 84364 SHA256 
3766b1cee8287184e4f475761b78633639e130fd004ae067ce4abf79b3a2da0d SHA512 
b0f3834f30b97166576fb64814791f4aec1fa9326dfe965d65c66e7375cdeae48b6a25156c65a5af6a74e739df3964538d4c29b2d6e1c3d71b9ed3c756bb7821
 WHIRLPOOL 
b6d0629f0aee3d6321c2179395fad97a2d5f0bb5e9cdf7a08606baf2d9bfe6f3bfe19e403147fd568a164a8d75c3e1db5f996e5d4ecdf9df366a3f1395681b3f
-DIST zmap-1.2.0.tar.gz 100594 SHA256 
7658aef8338c592bebef82336f58598b2fa305d56779f6c81bffeef8c90472b0 SHA512 
68fa49647444f18adfc86b4ee85ed3e93945611ca75687eedc259504e0d66edcded267b4fba9a975299984551c88193feacb850f46432d3f3f22f1430ed7c9bd
 WHIRLPOOL 
e4a50f86dfcae802d6b432e51c0f78ca37d56a3540326f076fcc002fbb23aeb85dbb57ad4a84b4b10d863f0f41b8d06510fdec1b9264d77c80cf0ffa69e5e01a
 DIST zmap-1.2.1.tar.gz 99840 SHA256 
ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8 SHA512 
1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2
 WHIRLPOOL 
842ad32286883b554440dcb5ccfd8655997321612fd9ec49f591a6151819b6b605bc518281100c55ca8a9113819960710f870a745ebcb9994a6224b47d9a49ee
 DIST zmap-2.1.1.tar.gz 131689 SHA256 
29627520c81101de01b0213434adb218a9f1210bfd3f2dcfdfc1f975dbce6399 SHA512 
9d62dceff77fa20ff5945516b0766340366175947130bb844f19c11dac7676e658bcdedd6be29ffc945706aa3cdc0e4ac207bd127b618592769a4d3e75892857
 WHIRLPOOL 
09d7fb4e522b207b0b7f1d1ea9efcd9be49f7296d6c5e96858d795de61bf4a9d10ece07f7fa3bd56338dd3e410b5e474b51ed2c917a4b093fdc1689deec43d62

diff --git a/net-analyzer/zmap/zmap-1.1.1.ebuild 
b/net-analyzer/zmap/zmap-1.1.1.ebuild
deleted file mode 100644
index 99fac3e..000
--- a/net-analyzer/zmap/zmap-1.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-   dev-libs/gmp:0
-   net-libs/libpcap
-   json? ( dev-libs/json-c )
-   redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-   dev-util/gengetopt
-   sys-devel/flex
-   dev-util/byacc"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-out-of-src.patch
-   "${FILESDIR}"/${P}-json-c.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DEVELOPMENT=OFF
-   -DENABLE_HARDENING=OFF
-   $(cmake-utils_use_with json)
-   $(cmake-utils_use_with redis)
-   )
-   cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )

diff --git a/net-analyzer/zmap/zmap-1.1.2.ebuild 
b/net-analyzer/zmap/zmap-1.1.2.ebuild
deleted file mode 100644
index 2d594f6..000
--- a/net-analyzer/zmap/zmap-1.1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-   dev-libs/gmp:0
-   net-libs/libpcap
-   json? ( 

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

2016-07-02 Thread Brian Dolbec
commit: ba6ece2f5a3d2e2cf71ca80e62e5b1cd950b93b1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul  2 18:19:11 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul  2 18:20:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6ece2f

app-crypt/gentoo-keys: Bump for new updated expiry dates

Package-Manager: portage-2.3.0

 app-crypt/gentoo-keys/Manifest  | 2 +-
 ...{gentoo-keys-201511260245.ebuild => gentoo-keys-201607021514.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/gentoo-keys/Manifest b/app-crypt/gentoo-keys/Manifest
index a0c6695..dea40d5 100644
--- a/app-crypt/gentoo-keys/Manifest
+++ b/app-crypt/gentoo-keys/Manifest
@@ -1 +1 @@
-DIST gentoo-keys-201511260245.tar.xz 31136 SHA256 
8ab4b3c9d6542d85525e8287e74517f1906a0855ccba79ed9e8f48e8861907d6 SHA512 
fc0f9bdf36c988146ea407f0788f98c78acb6ded1aba8f1471f740f49421a32005fa325550b57eb1d0520e838286a642c05c90edb264810a2906c6da73fc3c6b
 WHIRLPOOL 
ed4bda563a9e17fbb0cb0a963330ec1c403c5a5e8b04760210f22019ab5d1dd7c0afa57604fe2fb62d1a7ef0e67aac1c2bb45df27d4cb3bf46057be78ebab2ad
+DIST gentoo-keys-201607021514.tar.xz 32324 SHA256 
5c9b3f47c00967534368e4a4e6e9cafa8ceee7c1b7bddf1a619bdf08a1c6b3da SHA512 
0d41270ce04a5e059112bbf16aeaa083fa18c921e1fd0412fee1189863cb2fe416105fd0952d30151935651c1cfa24c650b9201a0e231563efb0a0c55f89
 WHIRLPOOL 
811f6dd86ddd077bde823c172695248c64f1231b6c65a7562f3bc55bc397bc2449f55cc59863fde9918e7264d0a4faa7f159493d74f1f30a13d581fa8d199f5b

diff --git a/app-crypt/gentoo-keys/gentoo-keys-201511260245.ebuild 
b/app-crypt/gentoo-keys/gentoo-keys-201607021514.ebuild
similarity index 93%
rename from app-crypt/gentoo-keys/gentoo-keys-201511260245.ebuild
rename to app-crypt/gentoo-keys/gentoo-keys-201607021514.ebuild
index 0fec1e3..307ecc5 100644
--- a/app-crypt/gentoo-keys/gentoo-keys-201511260245.ebuild
+++ b/app-crypt/gentoo-keys/gentoo-keys-201607021514.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2014-2015 Gentoo Foundation
+# Copyright 2014-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-07-02 Thread Justin Lecher
commit: 3bb92a349795bb8219cc6d178be7db600be27751
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 17:44:45 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 17:49:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb92a34

sys-kernel/aufs-sources: Bump to latest aufs, linux and genpatch release

Move arch specific function calls out of global scope
Drop vulnerable versions

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

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

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

 sys-kernel/aufs-sources/Manifest   | 60 ---
 .../aufs-sources/aufs-sources-3.18.31.ebuild   | 85 -
 ...-3.18.29.ebuild => aufs-sources-3.18.36.ebuild} | 10 +--
 sys-kernel/aufs-sources/aufs-sources-4.1.20.ebuild | 86 --
 sys-kernel/aufs-sources/aufs-sources-4.1.22.ebuild | 86 --
 ...ces-4.4.8.ebuild => aufs-sources-4.4.12.ebuild} | 10 +--
 ...ces-4.5.2.ebuild => aufs-sources-4.4.13.ebuild} | 10 +--
 ...ces-4.5.2.ebuild => aufs-sources-4.4.14.ebuild} | 10 +--
 sys-kernel/aufs-sources/aufs-sources-4.4.6.ebuild  |  6 +-
 ...rces-4.4.6.ebuild => aufs-sources-4.5.6.ebuild} |  8 +-
 ...rces-4.5.2.ebuild => aufs-sources-4.5.7.ebuild} | 10 +--
 ...rces-4.5.2.ebuild => aufs-sources-4.6.0.ebuild} | 10 +--
 ...rces-4.5.0.ebuild => aufs-sources-4.6.1.ebuild} |  8 +-
 ...rces-4.5.2.ebuild => aufs-sources-4.6.2.ebuild} | 10 +--
 ...rces-4.5.2.ebuild => aufs-sources-4.6.3.ebuild} |  8 +-
 15 files changed, 85 insertions(+), 332 deletions(-)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index 903faff..bf7f9ab 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -1,32 +1,42 @@
-DIST aufs-sources-3.18.25+_p20160328.tar.xz 170052 SHA256 
7b7e1c3dee199194633fc3334c43959bb0dde365fdbeb1ef698987aa00e3bded SHA512 
e04280bf83f3cb8c907d2e4152aee7bb93d29dd86a78414e8a486f82a9acb4061d7e29723b9679651e39067827479ec2674970062dfd4610275011481ee0701b
 WHIRLPOOL 
9617ec775728a465f4cd1fe49022afdcababf0450d7c21760e1b9dd5c469307dff0e77e8aedc9d062713c315c553d1e97c57c33ff176d2c050346b89f7b9cc3e
-DIST aufs-sources-4.1.13+_p20160328.tar.xz 169236 SHA256 
9b3b87e18f92f77dfaeb72cf9fe0870e4f248a7fed8fccfcc795c90f92b24871 SHA512 
7a7356a80cf657e1b3e9478feb163dc3dd4b92c93eff58026ab31841588e22faf3fe3e9fcea93d5af2f205b41451a9a783a3e6cc4693483c7d42b4f477314e95
 WHIRLPOOL 
3475fabdac5ebbc3ad13d5ea802629037223d274969275923d5b491dc3022b3a111d13e83fd4345dc764fe5cc9a7a7a39db9829a607d7a849b9b7595a3dbd537
+DIST aufs-sources-3.18.25+_p20160627.tar.xz 170100 SHA256 
8d22f32fb944c239ca37a1a33b4c05241391e8d499fddf2eefa36b94a53e0304 SHA512 
3e0a6e356f92918bd9810007f711629ecb2804003445a6e5179b2773d027cc3d7705cbc125444f5b9fab5771d1332dba337d6f682490447761fe83b38c1157d8
 WHIRLPOOL 
ff37794dce145e9eea89de76714c13f9d69e7210f06337e8d103ad8305d370003c6c1d4272f8e568f4a32466ea1f5f38816174dedc180a5500b5bc08097fea81
 DIST aufs-sources-4.4_p20160328.tar.xz 169384 SHA256 
0e9b22ab0b36ef88ee464be70fdb1d22081dd34a4b5891d1b236056141267793 SHA512 
bc055618c54ff5a7fb209458ca55b92fdb9c59044a7c395297e7b9340d0de3ff2e9d8230886dbbbfa503fb1e1ea2f048142a9b6983c1d65f09c348d71caecb1c
 WHIRLPOOL 
0f4befa1bb71b9f8deec1dd0750100484745d1a6b7aa007dce890e24b77defd2aff48803e93f3d7eeda1f32d0132d75abdc2820869c080f7b4e75d7a8e370404
-DIST aufs-sources-4.5_p20160328.tar.xz 168872 SHA256 
90759e2e81388844094d174aa3ac8396fa6f49ea411be124280e4e00c6a32535 SHA512 
fa6c1392006bc894c165107079ec4c460dc4e7f972ae715658ba6fe9c718228d25cbf727319a642853d70c407ccefedbea3d70f5d5a7e7af7ec243fb936e51cf
 WHIRLPOOL 
129ba5f2baf5acab9dbee2e02ceb4bd5194c1a0f05d9dea6d84cb1046fc5c6d0f422088e3e32a649e34b5b5cea4b13e00cb68b5504abb9cb33573dfd411e251a
-DIST genpatches-3.18-30.base.tar.xz 876328 SHA256 
60435065d9f3f5ab79d2649d974b04b6d115161cde7c1f798efcd29cc38b85f2 SHA512 
2800436c2eca81c1510c9ccfdd2e225e06a6646f25956862c96ffdd3919c6c6381c2b707f7ca9453df7d7088d1a9806e33804c2e22dfd71a5b304e82c401782c
 WHIRLPOOL 
4f808c01d9540f1cd9c6947d459e0f77737dc2cb7fe67932582a34e351836acdacf9722af814392d6900448c9be6a346aa8b08afd35634119d2eb2e38d5ef0eb
-DIST genpatches-3.18-30.experimental.tar.xz 61592 SHA256 
48fcfea1b93006fecca50e1192df9b823673b62c2609459e3349d21667ad6ae8 SHA512 
56f6214f5127efe73a03aa9dbac67ef79fa314142d2c22cdbb86c50c94ab096502f6f94b71a0751883b828acfe96a89e29f5882082cb258253c6fe182dd37ffe
 WHIRLPOOL 
1ea0aad9466af8d1162bfe5810e9287a03c7d2a8338e94306b9f87caec73d63aaebed3d51f6bde120bc19ba3d46de248ee9e3d94d781a247c02afe4f2dca5d98
-DIST genpatches-3.18-30.extras.tar.xz 16180 SHA256 
f841e27ff72a11ca53b3a0af43268b1b332a3a0b88d7c906efcfed2e52075a57 SHA512 
8c196345699b10b68884e0c77cffe5c426b0b12818ad715caab92614f281eb8c53f46f4a566b646bde63c77a05a5874e150b277574f423bf6bf2cbe174980652
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: sci-biology/rebase/

2016-07-02 Thread Justin Lecher
commit: f5abfaf9a26de204a8ae510a15e910b1de6ce99b
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jul  2 17:48:07 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jul  2 17:49:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5abfaf9

sci-biology/rebase: Bump to latest version

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

 sci-biology/rebase/Manifest   | 2 +-
 sci-biology/rebase/{rebase-1601.ebuild => rebase-1607.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/rebase/Manifest b/sci-biology/rebase/Manifest
index fdaa1df..f6e4550 100644
--- a/sci-biology/rebase/Manifest
+++ b/sci-biology/rebase/Manifest
@@ -1,3 +1,3 @@
-DIST rebase-1601.tar.xz 99890720 SHA256 
de0f7dd6cf831c52434e7434491b9c738c41aab51c8f8d91b243569f25209eb8 SHA512 
a6e3faf7fc2eaf475605ed72db7f1cfdc4ba8c280f1650f723c5a664090ed64e7ac014012042c466d65edea8b2767bbcb0f38c3d5b69dbdb35e89cf0685c92ad
 WHIRLPOOL 
f06338c0d6ef59d7ac792f6f7fc48338b73d659614c0694109152fd33606174be6741cb662478f38e37e9622118de27c3c30c537b741b49e218f64973fe2c783
 DIST rebase-1602.tar.xz 101007300 SHA256 
26257dc10a6aba54024772956ae03e8530d4b2176db60dcc386427196a936d0b SHA512 
7a00a11019124a835ef3d328c33cc4ab9d59665b3c929cf02a44bc09de8ca53185b939057705ee6ce79eeddc9ca9b8246582895b949dd38abe9066a380e3a2c9
 WHIRLPOOL 
fac62146ab6ff09895cc9e4ece2b4869910c90c342051c5446085267585362adcc8a30af66a58d068d86c3eb6e7a37ceb32224a69114aa629a62a958fae09ed0
 DIST rebase-1604.tar.xz 102817536 SHA256 
f234eadba5aa30573d664c9d9caab480ecbb383f0beab256e149296ee5d982ef SHA512 
8ba6a24a8cf1b71a1ac2e0fb1634c0307d570af459fc940639046bd57362f3750e5f0390bcb7f3c7d2b924e1a5bf02825b5feb87a1f7d670d755f3b843df91a3
 WHIRLPOOL 
8ccaf435d7582fe1b86676037aaf7b0db742cd8d998a55d400f941a94e53731e1814028e1fed1be46f53bea702b570a1bffd73ba328ee06db17adcd731e3733c
+DIST rebase-1607.tar.xz 24484 SHA256 
2d795db3cc8cf7ff22eda983334e480b9c7b61c5b5ed9d38e2d626489fc4cefe SHA512 
b166f75d6d82efe68f9e2521e26c7dc1bf34dde168d6eb94195f2f938316b0c7d06a11684de7d71e9bef2f3051a12c848c87a0d48bb6e148f6f84e9f694ced48
 WHIRLPOOL 
823054e6b366b707ba1be105fd6172f315358ba07ac8cfb7bbafdac3b9f14718e3406bb4b1c048b18dc8422ead4da09512b61758470bd5ca6a8d9141ebb5c578

diff --git a/sci-biology/rebase/rebase-1601.ebuild 
b/sci-biology/rebase/rebase-1607.ebuild
similarity index 91%
rename from sci-biology/rebase/rebase-1601.ebuild
rename to sci-biology/rebase/rebase-1607.ebuild
index 875464d..9adb365 100644
--- a/sci-biology/rebase/rebase-1601.ebuild
+++ b/sci-biology/rebase/rebase-1607.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz;
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
 IUSE="emboss minimal"
 
 RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"



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

2016-07-02 Thread Jorge Manuel B. S. Vicetto
commit: 8fa54841703b7648e376a1f0fdbfd2768c529c21
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sat Jul  2 17:14:14 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sat Jul  2 17:14:14 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=8fa54841

Update the expire date of the 0xDB6B8C1F96D8BF6D signing key (portage snapshot).

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 downloads/signatures/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/downloads/signatures/index.html b/downloads/signatures/index.html
index e6a6d6f..b9011ca 100644
--- a/downloads/signatures/index.html
+++ b/downloads/signatures/index.html
@@ -30,7 +30,7 @@ nav2-show: true
 DCD0 5B71 EAB9 4199 527F 44AC DB6B 8C1F 96D8 BF6D
 Gentoo Portage Snapshot Signing Key (Automated Signing Key)
 2011-11-25
-2016-07-01
+2018-07-01
   
   
 0x9E6438C817072058 (1024-bit DSA)



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-07-02 Thread Pacho Ramos
commit: 76ef192c8f9f1b60b43d8660f018113639bce0ef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:20:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ef192c

media-video/cheese: Version bump

Package-Manager: portage-2.3.0_rc1

 media-video/cheese/Manifest |  1 +
 media-video/cheese/cheese-3.20.2.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index e32ce9d..fc9b351 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1 +1,2 @@
 DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef
+DIST cheese-3.20.2.tar.xz 1843696 SHA256 
b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775 SHA512 
d903ff1d8c7ed728d252dbafbbd73567bb885456b0ae078b68ce605e174d88258d93475019a20caeb653c6f045cd94a4234dd17e50fa958cfb4e9d6ab3096b0e
 WHIRLPOOL 
5fdd4a9f995925e597ca538f2434416f7392e1a30e5174b5f6781809032abd1dac6f7191830c99d159d371029c0ef6ad3b740c3f16046e204abe575c708192d3

diff --git a/media-video/cheese/cheese-3.20.2.ebuild 
b/media-video/cheese/cheese-3.20.2.ebuild
new file mode 100644
index 000..6b934d8
--- /dev/null
+++ b/media-video/cheese/cheese-3.20.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.26"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
+HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
+
+LICENSE="GPL-2+"
+SLOT="0/8" # subslot = libcheese soname version
+IUSE="+introspection test"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
+COMMON_DEPEND="
+   >=dev-libs/glib-2.39.90:2
+   >=x11-libs/gtk+-3.13.4:3[introspection?]
+   >=gnome-base/gnome-desktop-2.91.6:3=
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=media-libs/clutter-1.13.2:1.0[introspection?]
+   >=media-libs/clutter-gtk-0.91.8:1.0
+   media-libs/clutter-gst:3.0
+   media-libs/cogl:1.0=[introspection?]
+
+   media-video/gnome-video-effects
+   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
+   x11-libs/libX11
+   x11-libs/libXtst
+
+   media-libs/gstreamer:1.0[introspection?]
+   
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
+
+   virtual/libgudev:=
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=media-libs/gst-plugins-bad-1.4:1.0
+   media-libs/gst-plugins-good:1.0
+
+   media-plugins/gst-plugins-jpeg:1.0
+   media-plugins/gst-plugins-v4l2:1.0
+   media-plugins/gst-plugins-vpx:1.0
+"
+DEPEND="${COMMON_DEPEND}
+   $(vala_depend)
+   app-text/docbook-xml-dtd:4.3
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   x11-proto/xf86vidmodeproto
+   test? ( dev-libs/glib:2[utils] )
+"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   GST_INSPECT=$(type -P true) \
+   $(use_enable introspection) \
+   --disable-lcov \
+   --disable-static
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/, net-libs/gnome-online-accounts/files/

2016-07-02 Thread Pacho Ramos
commit: d48d302bf0f41531885ed3764c4a6d7c951b61b1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 17:05:02 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48d302b

net-libs/gnome-online-accounts: Drop old

Package-Manager: portage-2.3.0_rc1

 net-libs/gnome-online-accounts/Manifest|  2 -
 ...nome-online-accounts-3.16.3-parallel-make.patch | 34 -
 .../gnome-online-accounts-3.16.4.1.ebuild  | 88 --
 .../gnome-online-accounts-3.18.3.ebuild| 83 
 4 files changed, 207 deletions(-)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 1ec1e39..0ef0a0d 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,3 +1 @@
-DIST gnome-online-accounts-3.16.4.1.tar.xz 1440252 SHA256 
68c688730a4a0be0a29e77106a78681fd0ea2c4e1aabafe4df7e20a22dbdb120 SHA512 
3c563f422afc30994f7d3ac1102a3ace3b0c4ae645e76d4e40566a8aa01324f47737d978352a18e51e268ab3d707fc707ce7d5f0c8c281ebe3c9f86042a4f6b9
 WHIRLPOOL 
4697f67b55a7b85641efeed101afd384e4b19d9c920b871bdfcf0e6058b27850a771ba1da354b33ceab302ec87d4b6ce46a243637e401abc4e85dbcf3e449feb
-DIST gnome-online-accounts-3.18.3.tar.xz 1475580 SHA256 
bfb983831af8b1fbd81b70befda7683a38f86ca4cc911f763ae31207306e3827 SHA512 
8305ee3cafdf81c7b534d76d2f8b92dfc6bd7acfc27cb02f74f901b4513d2742815a377e523b7d767b1a2e26a2899312ed86bd00e1aedc9c7ecff924f4d91bde
 WHIRLPOOL 
62aafdc8ebb33cc6f0353a378330bb1bdbdd364503fdc86f2b79065a1ec5c5c7634dd8268a275b1f10e20fa3a3b8db1d45f159457e3bd7e5b41071e441c28246
 DIST gnome-online-accounts-3.18.4.tar.xz 1384756 SHA256 
9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d SHA512 
1d78d8720d3547e782a9c9b1fee5ec794c8a0ec56d94f690adc1cce9d4f20da07b85a7c6e657b591153db667b3580d8900217e789144ac2e40eb963a7ac8d1a8
 WHIRLPOOL 
5459b9670c555a331c1c89583abd81836b8da2369355a97784fa370473341c49d5543d88870c49a8f47afd72a11feb27e3bfdb081b10fce8eb1a057eab279d02

diff --git 
a/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.16.3-parallel-make.patch
 
b/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.16.3-parallel-make.patch
deleted file mode 100644
index 7d7cec3..000
--- 
a/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.16.3-parallel-make.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 8de9eb8f452ee7e6d780c29ebb946567d900c181 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Sat, 13 Jun 2015 12:41:15 -0400
-Subject: [PATCH] build: fix webextension parallel install failure
-
-libgoa-backend-1.0 must be installed before libgoawebextension; unpleasant
-automake syntax required.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=750897

- src/goabackend/Makefile.am | 7 +++
- 1 file changed, 7 insertions(+)
-
-diff --git a/src/goabackend/Makefile.am b/src/goabackend/Makefile.am
-index 8c14774..06467ec 100644
 a/src/goabackend/Makefile.am
-+++ b/src/goabackend/Makefile.am
-@@ -166,6 +166,13 @@ libgoawebextension_la_LDFLAGS =   
\
-   -no-undefined   \
-   $(NULL)
- 
-+# Force installation order: libgoa-backend-1.0 must be installed first, 
othwerwise
-+# libtool will incorrectly relink libgoawebextension.la under parallel make 
install.
-+# Requires ugly automake syntax - see 
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328
-+
-+installwebextensionLTLIBRARIES = install-webextensionLTLIBRARIES
-+$(installwebextensionLTLIBRARIES): install-libLTLIBRARIES
-+
- # 

- 
- BUILT_SOURCES =   
\
--- 
-2.4.3
-

diff --git 
a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
deleted file mode 100644
index 875bb6a..000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.16.4.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-IUSE="gnome +introspection kerberos" # telepathy"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-   >=dev-libs/glib-2.35:2
-   

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

2016-07-02 Thread Pacho Ramos
commit: 7ad154925fd59fc266c3709fea7313283fb3c004
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:57:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad15492

media-sound/gnome-sound-recorder: Version bump

Package-Manager: portage-2.3.0_rc1

 media-sound/gnome-sound-recorder/Manifest  |  1 +
 .../gnome-sound-recorder-3.20.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/media-sound/gnome-sound-recorder/Manifest 
b/media-sound/gnome-sound-recorder/Manifest
index df68a6b..0b800d4 100644
--- a/media-sound/gnome-sound-recorder/Manifest
+++ b/media-sound/gnome-sound-recorder/Manifest
@@ -1 +1,2 @@
 DIST gnome-sound-recorder-3.18.2.tar.xz 453944 SHA256 
6f008f81ae760cee297a6a3c8e8b9418005c06897bff973a1e845a4f8c3e202b SHA512 
258380107bda8f8063eea88b475cc91477ac50cc3dd660067f89bc14e0759e8f119f6c2cab90a9bbc89548cf75fcf17c0f726f6673111e45e516de048dfc67c7
 WHIRLPOOL 
8ddf2b5db8c209994395bd92f5d5af1b58ba8d90e7a60293f21a47792eefe15ad76fb6146477a03c6af6cd6e0ab05eedd90a982989a8abeb16259c56f7a8e421
+DIST gnome-sound-recorder-3.20.2.tar.xz 448472 SHA256 
25b2b452cb59851205164426a942121964f0bf49091c3789fb6bce9b9c6de3f2 SHA512 
8427dd26fa41bc309a2b19ecff215613e18afc352d744be6b33ec28f91db785b581fe49bfe1d2b4a5b91f57272d208492a44fc30bd21fedbd8e0fe7a50f611e2
 WHIRLPOOL 
b8b4db26331f7c918a0277d38f54f09eaaa18b603e5b8e57e84a6300cce97c136846e772763898f903033df49a4292cc63867fc5b2fb68b4607429b354bbf8f0

diff --git 
a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild 
b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.ebuild
new file mode 100644
index 000..185a4e5
--- /dev/null
+++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.20.2.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 gnome2
+
+DESCRIPTION="Simple sound recorder"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# For the list of plugins, see src/audioProfile.js
+COMMON_DEPEND="
+   dev-libs/gjs
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.12:3[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.26
+   virtual/pkgconfig
+"



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

2016-07-02 Thread Pacho Ramos
commit: 00f666d3e6afa728d45973d18da7bfd8f2dc7ecd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 17:00:32 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f666d3

net-libs/glib-networking: Version bump

Package-Manager: portage-2.3.0_rc1

 net-libs/glib-networking/Manifest  |  1 +
 .../glib-networking/glib-networking-2.48.2.ebuild  | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/net-libs/glib-networking/Manifest 
b/net-libs/glib-networking/Manifest
index 0ce3e5c..0c76f75 100644
--- a/net-libs/glib-networking/Manifest
+++ b/net-libs/glib-networking/Manifest
@@ -1,2 +1,3 @@
 DIST glib-networking-2.44.0.tar.xz 375456 SHA256 
8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346 SHA512 
318d7b7a4beeb21f75da9278bae7016bf78be48f9e2b9365d48246c97d1c6b6f5aba3365ef81f2592fd3cc3d5d16122c245dd3cfede6eaffc3e94113a527e10b
 WHIRLPOOL 
aaee32a45fbccbece1378a0a304b6215862bd1fd69991fbd99f344027693b4040b5acfe6b96f20c9d05d648cc72394dade50a233d61f19195e2f7ced5c4f0292
 DIST glib-networking-2.46.1.tar.xz 378352 SHA256 
d5034214217f705891b6c9e719cc2c583c870bfcfdc454ebbb5e5e8940ac90b1 SHA512 
0d8d1977a3841c73eeaee478ceaf84bbba810818596350afdf218ff4cae4cdfc4a3a814c38481f7e439050f6bcb71b0b06d02afd8ea3e33d390f87f436f17b96
 WHIRLPOOL 
ff448e1a8d57795c1803dfcbf0e082e09ecdd6d37111e703e2e4877af9d0aa51ee70b0fc9ee31b9142f058906e64da40dc42ebd81e8bac635c04a479db5ab926
+DIST glib-networking-2.48.2.tar.xz 392340 SHA256 
925c0c49d6b2b8b5695f2e33cd952d1dbb7d18d3f2f796413577719315bb3a84 SHA512 
e33e2f2af062eaa686bb20cd872f25eca0bbbf9bba072e74049a2996dd66fe1a2000ba991354ed63fc196f3da4d9cfa05cc4ae31cfe08cfaf997cf08a9e2fd84
 WHIRLPOOL 
75a09eb6de135419cfc7a4f2ad3b97a0c3004ba9e8a4f1c64983eda72eb7ce6e9f11d58460ee71dc36c62d0040927d01d9283269626d1647e03e19ffc52fdaa0

diff --git a/net-libs/glib-networking/glib-networking-2.48.2.ebuild 
b/net-libs/glib-networking/glib-networking-2.48.2.ebuild
new file mode 100644
index 000..f0818bb
--- /dev/null
+++ b/net-libs/glib-networking/glib-networking-2.48.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 multilib-minimal virtualx
+
+DESCRIPTION="Network-related giomodules for glib"
+HOMEPAGE="https://git.gnome.org/browse/glib-networking/;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+IUSE="+gnome +libproxy smartcard +ssl test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.46.0:2[${MULTILIB_USEDEP}]
+   gnome? ( gnome-base/gsettings-desktop-schemas )
+   libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
+   smartcard? (
+   >=app-crypt/p11-kit-0.18.4[${MULTILIB_USEDEP}]
+   >=net-libs/gnutls-3:=[pkcs11,${MULTILIB_USEDEP}] )
+   ssl? (
+   app-misc/ca-certificates
+   >=net-libs/gnutls-3:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.35.0
+   sys-devel/gettext
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   test? ( sys-apps/dbus[X] )
+"
+# eautoreconf needs >=sys-devel/autoconf-2.65:2.5
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure \
+   --disable-static \
+   
--with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
+   $(use_with gnome gnome-proxy) \
+   $(use_with libproxy) \
+   $(use_with smartcard pkcs11) \
+   $(use_with ssl gnutls)
+}
+
+multilib_src_test() {
+   # non-native tests fail if glib-networking is already installed.
+   # have no idea what's wrong. would appreciate some help.
+   multilib_is_native_abi || return 0
+
+   virtx emake check
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   multilib_pkg_postinst() {
+   gnome2_giomodule_cache_update \
+   || die "Update GIO modules cache failed (for ${ABI})"
+   }
+   multilib_foreach_abi multilib_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_pkg_postrm
+
+   multilib_pkg_postrm() {
+   gnome2_giomodule_cache_update \
+   || die "Update GIO modules cache failed (for ${ABI})"
+   }
+   multilib_foreach_abi multilib_pkg_postrm
+}



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

2016-07-02 Thread Pacho Ramos
commit: 3b3800db4443876db1bfb42de66f7b7e50bc8e67
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:55:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3800db

media-sound/gnome-music: Version bump

Package-Manager: portage-2.3.0_rc1

 media-sound/gnome-music/Manifest  |  1 +
 media-sound/gnome-music/gnome-music-3.20.2.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index e72e39c..e11709b 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1 +1,2 @@
 DIST gnome-music-3.18.2.tar.xz 1545232 SHA256 
81b6ae8b4193774a1dc05e77c59ad8ff5e7debc0aea30ce2ecd13b2ceda10bff SHA512 
0950fac77646dcd0aa8f539813b1ee5d398ede7bfd2a17cac45c258e20ac044a558babe0452ab801a8b8523aa352db48f795bd30502a357558aa47dd057c5148
 WHIRLPOOL 
6761bdee5dc3287bf14218fd6416bd114b1a6ebd434ff60371fc8c6aa091aafd6329ecb8ca3f746f7f0267a76c68f29b24af7484e1c16bd2c813aaa6398805b8
+DIST gnome-music-3.20.2.tar.xz 1537440 SHA256 
ca328bfd85ba8cb651e4e3c5d56499b111cb95b4f3e9b2e482cca7830213c7a0 SHA512 
abfc868c104d1dcdb2f97dcfdd2b1d69ea79c1236a2fbd15b076718333488bb091784614ffadda00a0720533468317d96efdf7e6388bd82237f6eddaff0ef0e5
 WHIRLPOOL 
55fa165000a3cdcbdcda545251ff7e43a81b6ba1710a823b1e0d8ea7ab037ae53aabaaa5bb57e6c7e8e48f1646ef69d0180b8cbd0696dee7b9188d3ebd614310

diff --git a/media-sound/gnome-music/gnome-music-3.20.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.20.2.ebuild
new file mode 100644
index 000..774376e
--- /dev/null
+++ b/media-sound/gnome-music/gnome-music-3.20.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Music management for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Music;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.28:2
+   >=dev-libs/gobject-introspection-1.35.9:=
+   >=media-libs/grilo-0.3.0:0.3[introspection]
+   media-libs/libmediaart:2.0
+   >=x11-libs/gtk+-3.19.3:3[introspection]
+"
+# xdg-user-dirs-update needs to be there to create needed dirs
+# https://bugzilla.gnome.org/show_bug.cgi?id=731613
+RDEPEND="${COMMON_DEPEND}
+   >=app-misc/tracker-1.7.1[introspection(+)]
+   || (
+   app-misc/tracker[gstreamer]
+   app-misc/tracker[ffmpeg]
+   )
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/grilo-plugins:0.2[tracker]
+   x11-misc/xdg-user-dirs
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.26
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   python_setup
+}



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

2016-07-02 Thread Pacho Ramos
commit: b36da9c3ba7221d082285bbfd8ad83f8a4c62f1a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:48:31 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36da9c3

media-libs/clutter-gtk: Version bump

Package-Manager: portage-2.3.0_rc1

 media-libs/clutter-gtk/Manifest |  1 +
 media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/media-libs/clutter-gtk/Manifest b/media-libs/clutter-gtk/Manifest
index 1fda6da..7676130 100644
--- a/media-libs/clutter-gtk/Manifest
+++ b/media-libs/clutter-gtk/Manifest
@@ -1 +1,2 @@
 DIST clutter-gtk-1.6.6.tar.xz 326540 SHA256 
9440a68600f58d00fe0af35383738943e8ead9907f4cf507a102d96822434a28 SHA512 
d6fa31effda83bdf79f102cfca039591289bf14bf0abf8e147307929fc91f93f5556f5b828e997cfb6a05098a8dadeb97df0e6c6a50ee2dbb790e45a0683b2b1
 WHIRLPOOL 
691c0b8ba0448a975cf60c719156b23288e6847e26e60b5c212c77845964f2c2987254a727eda7e29a5426fa669cc11aed4cb5e9189b31f5ab60ffcf6d0933b4
+DIST clutter-gtk-1.8.0.tar.xz 327068 SHA256 
742ef9d68ece36cbb1b2e1a4a6fbdad932f6645360be7e6de75abbb140dfbf1d SHA512 
20ebc7df37c1563a4dab2bb906f624b28000e2f0a8f2a0409c16f5478d60a2e1cf0bf41ba2cca3223bd52aa69ec149c92933d1a81fcf10fdb2889dce3b4ad47e
 WHIRLPOOL 
3a4d23c206e55b04a5360180dfb269663b9655eccc878d52aab8830a552df39e0f35ba9a95ed1724e78a26b7721013d533b31f2bf1a402ee4da2d0a2f35f7d1b

diff --git a/media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild 
b/media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild
new file mode 100644
index 000..68f3bfd
--- /dev/null
+++ b/media-libs/clutter-gtk/clutter-gtk-1.8.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
+HOMEPAGE="https://wiki.gnome.org/Projects/Clutter;
+LICENSE="LGPL-2.1+"
+
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X debug examples gtk +introspection wayland"
+
+RDEPEND="
+   >=x11-libs/gtk+-3.19.4:3[X=,introspection?,wayland=]
+   >=media-libs/clutter-1.23.7:1.0[X=,gtk=,introspection?,wayland=]
+   media-libs/cogl:1.0=[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.18
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-maintainer-flags \
+   --enable-deprecated \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable introspection)
+}
+
+src_install() {
+   gnome2_src_install
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins examples/{*.c,redhand.png}
+   fi
+}



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

2016-07-02 Thread Pacho Ramos
commit: d6d501bd5386c9b09b80278196d2b36f7c909861
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:12:46 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d501bd

media-sound/pulseaudio: Version bump

Package-Manager: portage-2.3.0_rc1

 media-sound/pulseaudio/Manifest  |   1 +
 media-sound/pulseaudio/pulseaudio-9.0.ebuild | 366 +++
 2 files changed, 367 insertions(+)

diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest
index 4b078c9..6604e54 100644
--- a/media-sound/pulseaudio/Manifest
+++ b/media-sound/pulseaudio/Manifest
@@ -1,2 +1,3 @@
 DIST pulseaudio-7.1.tar.xz 1506504 SHA256 
e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9 SHA512 
21f621bd76268b9dd6e5be2231b0e779a8e0cfdece44c46c8ac96a4e1d4df52fe5b9791ef95a0909a3c177bbfa5eab7d52fed9b43362840a9c8a6001e821175e
 WHIRLPOOL 
940801193832d6e9903ef547666ed1a84910a075ec8f42a32c038efdb1d111608ccf3aa97b35970d726e4157459f98edb5e228dc82cdeb3029bd15b3fd3fe691
 DIST pulseaudio-8.0.tar.xz 1517656 SHA256 
690eefe28633466cfd1ab9d85ebfa9376f6b622deec6bfee5091ac9737cd1989 SHA512 
7008abf768f720839353038ffd3e35e442f82452aa7e27d446f75d403096b042643d2b2b1d153454302bd5a51f9217f4979c8995b80ba2695f141e6a29e164fa
 WHIRLPOOL 
1b4efd629bfb5d1a40c4c4709854de1226f811345146e2bb34315d4690060d8b5ad691502c25d80272cb894473ba664b172b36a31ecb89b789a9bcd161392003
+DIST pulseaudio-9.0.tar.xz 1537568 SHA256 
c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686 SHA512 
2177d4ab2ab7ded43d6eb5ece763504bdd614f9bdc27ab007894f8f7eed3fd0006a5b7550e5fd099d1877423524bc2baa22775372c8cefd9b772c28134d3e55a
 WHIRLPOOL 
46f7accbae648143f14a51673014d8f20d578b618f79e681062d612f8cc83a3269bbe1ade769fad8b876bddd53d7ed15b04c01c3a518aa9e5fbbf2aca6253d20

diff --git a/media-sound/pulseaudio/pulseaudio-9.0.ebuild 
b/media-sound/pulseaudio/pulseaudio-9.0.ebuild
new file mode 100644
index 000..a30fc36
--- /dev/null
+++ b/media-sound/pulseaudio/pulseaudio-9.0.ebuild
@@ -0,0 +1,366 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools bash-completion-r1 eutils flag-o-matic gnome2-utils 
linux-info systemd user versionator udev multilib-minimal
+
+DESCRIPTION="A networked sound server with an advanced plugin system"
+HOMEPAGE="http://www.pulseaudio.org/;
+SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz;
+
+# libpulse-simple and libpulse link to libpulse-core; this is daemon's
+# library and can link to gdbm and other GPL-only libraries. In this
+# cases, we have a fully GPL-2 package. Leaving the rest of the
+# GPL-forcing USE flags for those who use them.
+LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+
+# +alsa-plugin as discussed in bug #519530
+IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm 
+glib
+gnome gtk ipv6 jack libsamplerate libressl lirc native-headset neon 
ofono-headset
++orc oss qt4 realtime selinux sox ssl systemd system-wide tcpd test +udev
++webrtc-aec +X xen zeroconf"
+
+# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac
+REQUIRED_USE="
+   bluetooth? ( dbus )
+   ofono-headset? ( bluetooth )
+   native-headset? ( bluetooth )
+   udev? ( || ( alsa oss ) )
+"
+
+# libpcre needed in some cases, bug #472228
+RDEPEND="
+   || (
+   elibc_glibc? ( virtual/libc )
+   elibc_uclibc? ( virtual/libc )
+   dev-libs/libpcre
+   )
+   >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}]
+   X? (
+   >=x11-libs/libX11-1.4.0[${MULTILIB_USEDEP}]
+   >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}]
+   x11-libs/libSM[${MULTILIB_USEDEP}]
+   x11-libs/libICE[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   )
+   caps? ( >=sys-libs/libcap-2.22-r2[${MULTILIB_USEDEP}] )
+   libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 )
+   alsa? ( >=media-libs/alsa-lib-1.0.19 )
+   glib? ( >=dev-libs/glib-2.4.0:2[${MULTILIB_USEDEP}] )
+   zeroconf? ( >=net-dns/avahi-0.6.12[dbus] )
+   jack? ( virtual/jack )
+   tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
+   lirc? ( app-misc/lirc )
+   dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] )
+   gtk? ( x11-libs/gtk+:3 )
+   gnome? ( >=gnome-base/gconf-2.4.0 )
+   bluetooth? (
+   >=net-wireless/bluez-5
+   >=sys-apps/dbus-1.0.0
+   media-libs/sbc
+   )
+   asyncns? ( net-libs/libasyncns[${MULTILIB_USEDEP}] )
+   udev? ( >=virtual/udev-143[hwdb(+)] )
+   realtime? ( sys-auth/rtkit )
+   equalizer? ( sci-libs/fftw:3.0 )
+   

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2016-07-02 Thread Pacho Ramos
commit: f9441c4d4d0254c0a84b1a462f245409f1b2a329
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 17:06:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9441c4d

net-libs/gnome-online-accounts: Version bump

Package-Manager: portage-2.3.0_rc1

 net-libs/gnome-online-accounts/Manifest|  1 +
 .../gnome-online-accounts-3.20.1.ebuild| 90 ++
 2 files changed, 91 insertions(+)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 0ef0a0d..d6e13de 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1 +1,2 @@
 DIST gnome-online-accounts-3.18.4.tar.xz 1384756 SHA256 
9f23460aa6b1d8a63a8f3e979cba791cc88b5e07116f07da59fdcea09d79c74d SHA512 
1d78d8720d3547e782a9c9b1fee5ec794c8a0ec56d94f690adc1cce9d4f20da07b85a7c6e657b591153db667b3580d8900217e789144ac2e40eb963a7ac8d1a8
 WHIRLPOOL 
5459b9670c555a331c1c89583abd81836b8da2369355a97784fa370473341c49d5543d88870c49a8f47afd72a11feb27e3bfdb081b10fce8eb1a057eab279d02
+DIST gnome-online-accounts-3.20.1.tar.xz 1482736 SHA256 
c37aebc1e12f31f5516d33a354181e4d202a07da4f7d3a95b0da8cf0028c0c93 SHA512 
e6c34553c3a2c6a930c96227dab832b11350d0a4f76ac1b96d418694c0593b83fefa9579ae131489a7dae34d9b59d602e9447e9eea3b6e3f9b02660e9e783b15
 WHIRLPOOL 
1c609480790e47fbdf8917a8eaa37e4a9fb89cb99dd96622f3a4ea2baa49731a5856e8dced4e2a4d4476880ad794945f48be4976acbe8ffc9bb067db1ff8b2a6

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.20.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.20.1.ebuild
new file mode 100644
index 000..f47859a
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.20.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+IUSE="debug gnome +introspection kerberos" # telepathy"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# pango used in goaeditablelabel
+# libsoup used in goaoauthprovider
+# goa kerberos provider is incompatible with app-crypt/heimdal, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
+RDEPEND="
+   >=dev-libs/glib-2.35:2
+   >=app-crypt/libsecret-0.5
+   >=dev-libs/json-glib-0.16
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/rest:0.7
+   net-libs/telepathy-glib
+   >=net-libs/webkit-gtk-2.7.2:4
+   >=x11-libs/gtk+-3.19.12:3
+   x11-libs/pango
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+   kerberos? (
+   app-crypt/gcr:0=
+   app-crypt/mit-krb5 )
+"
+#  telepathy? ( net-libs/telepathy-glib )
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.3
+   >=dev-util/gdbus-codegen-2.30.0
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+# eautoreconf needs gobject-introspection-common, gnome-common
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   # TODO: Give users a way to set the G/FB/Windows Live secrets
+   # telepathy optional support is really a badly one, bug #494456
+   gnome2_src_configure \
+   --disable-static \
+   --enable-backend \
+   --enable-documentation \
+   --enable-exchange \
+   --enable-facebook \
+   --enable-flickr \
+   --enable-foursquare \
+   --enable-imap-smtp \
+   --enable-lastfm \
+   --enable-media-server \
+   --enable-owncloud \
+   --enable-pocket \
+   --enable-telepathy \
+   --enable-windows-live \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable kerberos)
+   #$(use_enable telepathy)
+   # gudev & cheese from sub-configure is overriden
+   # by top level configure, and disabled so leave it like that
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2016-07-02 Thread Pacho Ramos
commit: d9a7fef5d012250423fca1cde597b9df1aca0a8a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:19:24 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a7fef5

media-video/cheese: Drop old

Package-Manager: portage-2.3.0_rc1

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.16.1.ebuild | 86 -
 2 files changed, 87 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index b61d2e2..e32ce9d 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.16.1.tar.xz 1823864 SHA256 
44622f6ad6d8703b22c6d40219ae317959495ccc9994b563b324592933ff90a0 SHA512 
c5af1fb76b53e8f1331f5e30052c05feb6baf1c6e0a3b63c962e99507c83240175b5e1d84817425a34f0f1ebd3c51ea126799873390685f61ae4a7add043
 WHIRLPOOL 
901cd41f7923d456f7f7f78ac248014e9223eba41e3560e3198c160250b9c148bb1c35dd2c22df6560b97c30a2ba278c54dbc626b752100de473561bd1e77785
 DIST cheese-3.18.1.tar.xz 1829408 SHA256 
fc9d8798b1f0c6b35731f063869a32c6910bab6d0386b9ea36386ebda0d57177 SHA512 
37e48f393521b242750d0cbda31537564cd63d2ceb4b3ea6a066c758c8bc9ac632dcbe4ee0ec0b36405c54058ea98ff5744ed087bf928445ffa58fdd2b04d2f7
 WHIRLPOOL 
b996dcfb5f4d3ab72811d7f072dc16d7c0c17109664ce84581659d70786585738b169949f4c9fe2f72df8b48401a30fde96c2557f2a1d888d7bafd38f5de2fef

diff --git a/media-video/cheese/cheese-3.16.1.ebuild 
b/media-video/cheese/cheese-3.16.1.ebuild
deleted file mode 100644
index 4127212..000
--- a/media-video/cheese/cheese-3.16.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.26"
-
-inherit gnome2 vala virtualx
-
-DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
-
-LICENSE="GPL-2+"
-SLOT="0/7" # subslot = libcheese soname version
-IUSE="+introspection test"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# using clutter-gst-2.0.0 results in GLSL errors; bug #478702
-COMMON_DEPEND="
-   >=dev-libs/glib-2.39.90:2
-   >=x11-libs/gtk+-3.13.4:3[introspection?]
-   >=gnome-base/gnome-desktop-2.91.6:3=
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=media-libs/clutter-1.13.2:1.0[introspection?]
-   >=media-libs/clutter-gtk-0.91.8:1.0
-   >=media-libs/clutter-gst-2.0.6:2.0
-   media-libs/cogl:1.0=[introspection?]
-
-   media-video/gnome-video-effects
-   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-   x11-libs/libX11
-   x11-libs/libXtst
-
-   media-libs/gstreamer:1.0[introspection?]
-   
media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X]
-
-   virtual/libgudev:=
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/gst-plugins-bad:1.0
-   media-libs/gst-plugins-good:1.0
-
-   media-plugins/gst-plugins-jpeg:1.0
-   media-plugins/gst-plugins-v4l2:1.0
-   media-plugins/gst-plugins-vpx:1.0
-"
-DEPEND="${COMMON_DEPEND}
-   $(vala_depend)
-   app-text/docbook-xml-dtd:4.3
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   virtual/pkgconfig
-   x11-proto/xf86vidmodeproto
-   test? ( dev-libs/glib:2[utils] )
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   $(use_enable introspection) \
-   --disable-lcov \
-   --disable-static \
-   ITSTOOL=$(type -P true)
-}
-
-src_compile() {
-   # Clutter-related sandbox violations when USE="doc introspection" and
-   # FEATURES="-userpriv" (see bug #385917).
-   unset DISPLAY
-   gnome2_src_compile
-}
-
-src_test() {
-   Xemake check
-}



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

2016-07-02 Thread Pacho Ramos
commit: e9a5e1d5fc96bcdb645902e922c322a8a636c98c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:55:32 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a5e1d5

net-irc/polari: Version bump

Package-Manager: portage-2.3.0_rc1

 net-irc/polari/Manifest |  1 +
 net-irc/polari/polari-3.20.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index 95a15e0..0a26746 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1 +1,2 @@
 DIST polari-3.18.1.tar.xz 478244 SHA256 
554a089b1edf88d49408ecf6ce79ad6f7114ecf557753c8f39a9af153a76843a SHA512 
955a87274f262af4838710969533e86553995ce1355d0a4b33acd6c2e9a9c8ddeedd42d40204dedd0e8f4d4f2dcf0341f9bb7d9de4fd00e2ac8b6a821fddb7af
 WHIRLPOOL 
2702ef3f0fc244150e03e6afd81c3f6803f2609e7df528ef86da9a3f9c49a574fa900574a3a9107cee5603a97cff4e0fb6ceda3c1e570b9c4fc2681f785fdb3f
+DIST polari-3.20.2.tar.xz 522868 SHA256 
4b7641e54ee8a2e6018e1b4cea4802d94d90c2f09b9558e0a767838effd1347f SHA512 
f796bc92567aa2f409f9d90b580b8bfbaabb3a7009ab4531d4b3cc45a185334da2bf26b7a58d33db68e7797018e05a2831dd0421dbcd81bd72cdb2f41125f316
 WHIRLPOOL 
7feb154592ac622e9101e8af7b7ddba449da493511e133f867858b0464eeccf1d5db1d403b4981fdefd0f75abb1dfbc90e355c65cdb0eace4393f761a2c70f25

diff --git a/net-irc/polari/polari-3.20.2.ebuild 
b/net-irc/polari/polari-3.20.2.ebuild
new file mode 100644
index 000..1efdad0
--- /dev/null
+++ b/net-irc/polari/polari-3.20.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="An IRC client for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   dev-libs/gjs
+   >=dev-libs/glib-2.43.4:2
+   >=dev-libs/gobject-introspection-0.9.6
+   net-libs/telepathy-glib[introspection]
+   >=x11-libs/gtk+-3.19.12:3[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+   >=net-irc/telepathy-idle-0.2
+   net-im/telepathy-logger[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/

2016-07-02 Thread Pacho Ramos
commit: f7bc7f1c7665ecb050a16e86520fdf60181a04a3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:49:14 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bc7f1c

media-video/totem: Drop old

Package-Manager: portage-2.3.0_rc1

 media-video/totem/Manifest|   1 -
 media-video/totem/totem-3.16.4.ebuild | 132 --
 2 files changed, 133 deletions(-)

diff --git a/media-video/totem/Manifest b/media-video/totem/Manifest
index fbb901c..b2dd03e 100644
--- a/media-video/totem/Manifest
+++ b/media-video/totem/Manifest
@@ -1,2 +1 @@
-DIST totem-3.16.4.tar.xz 3174092 SHA256 
47715a53c39089bb9963271c87e7b8390ef90d584dbf0bde2309656b9ff0fd27 SHA512 
2f022323f26a3229f1e0082dbc684ca70901dbaca9fb867bb832e80ea1e9633e7026c32f1c6aa72930c58f0e42b881e2fbdf1e20d770e76e8b3f13a95eb23c44
 WHIRLPOOL 
b3f0983155640efccb400b762fd18e6bb08f8a233446dd908fa9da865b941359970254ed10850ec7c47f76e40508e62068e4bb5915e1b6c0facddabeb2a7341e
 DIST totem-3.18.1.tar.xz 3172416 SHA256 
d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2 SHA512 
cc4dcd81c2473a2c91786d0d329d1426cb23c372fbef9738be21762b00aaf02e50f54ed6d6c81b9325312db02347baf267d73d74be4052ffdb14c899e1f4f069
 WHIRLPOOL 
195b3d62101edaa33ca27238f200b51073810500b552c5ba3592e17ba51f8a4c451e209611b4ceb2d4827856ac20fecc6bf164547e34ab7bbbc77b702cb0b29a

diff --git a/media-video/totem/totem-3.16.4.ebuild 
b/media-video/totem/totem-3.16.4.ebuild
deleted file mode 100644
index e6e6b2d..000
--- a/media-video/totem/totem-3.16.4.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes" # plugins are dlopened
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit autotools eutils gnome2 multilib python-single-r1
-
-DESCRIPTION="Media player for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Videos;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="+introspection lirc nautilus +python test zeitgeist"
-# see bug #359379
-REQUIRED_USE="
-   python? ( introspection ${PYTHON_REQUIRED_USE} )
-   zeitgeist? ( introspection )
-"
-
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-# FIXME:
-# Runtime dependency on gnome-session-2.91
-RDEPEND="
-   >=dev-libs/glib-2.35:2[dbus]
-   >=dev-libs/libpeas-1.1[gtk]
-   >=dev-libs/libxml2-2.6:2
-   >=dev-libs/totem-pl-parser-3.10.1:0=[introspection?]
-   >=media-libs/clutter-1.17.3:1.0[gtk]
-   >=media-libs/clutter-gst-2.99.2:3.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=x11-libs/cairo-1.14
-   >=x11-libs/gdk-pixbuf-2.23.0:2
-   >=x11-libs/gtk+-3.16:3[introspection?]
-
-   >=media-libs/grilo-0.2.12:0.2[playlist]
-   media-plugins/grilo-plugins:0.2
-   >=media-libs/gstreamer-1.3.1:1.0
-   >=media-libs/gst-plugins-base-1.4.2:1.0[X,introspection?,pango]
-   media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/gst-plugins-taglib:1.0
-
-   x11-libs/libX11
-
-   gnome-base/gnome-desktop:3
-   gnome-base/gsettings-desktop-schemas
-   x11-themes/gnome-icon-theme-symbolic
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-   lirc? ( app-misc/lirc )
-   nautilus? ( >=gnome-base/nautilus-2.91.3 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=x11-libs/gtk+-3.5.2:3[introspection] )
-   zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.5
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-proto/xextproto
-   x11-proto/xproto
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# eautoreconf needs:
-#  app-text/yelp-tools
-#  dev-libs/gobject-introspection-common
-#  gnome-base/gnome-common
-# docbook-xml-dtd is needed for user doc
-# Prevent dev-python/pylint dep, bug #482538
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Prevent pylint usage by tests, bug #482538
-   sed -i -e 's/ check-pylint//' src/plugins/Makefile.plugins || die
-
-   eautoreconf
-   gnome2_src_prepare
-
-   # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 
& co.
-   # gst-inspect causes sandbox violations when a plugin needs write 
access to
-   # /dev/dri/card* in its init phase.
-   sed -e 

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

2016-07-02 Thread Pacho Ramos
commit: 212b51c8c6d5433b6054c94c616f247e443fc7d3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:13:33 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212b51c8

media-sound/sound-juicer: Drop old

Package-Manager: portage-2.3.0_rc1

 media-sound/sound-juicer/Manifest  |  1 -
 .../sound-juicer/sound-juicer-3.18.1.ebuild| 59 --
 2 files changed, 60 deletions(-)

diff --git a/media-sound/sound-juicer/Manifest 
b/media-sound/sound-juicer/Manifest
index 5c6723a..c91cc95 100644
--- a/media-sound/sound-juicer/Manifest
+++ b/media-sound/sound-juicer/Manifest
@@ -1,2 +1 @@
-DIST sound-juicer-3.18.1.tar.xz 819428 SHA256 
526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76 SHA512 
00091ab962409c97afee7dec0c8a4135c33203a439584c33f958e883338df9d4bbc8022e9541fcf061ab09bb14844f3d2480deb703709a4d077f0f07788462f2
 WHIRLPOOL 
74cd69c719da6cfec62b04c80e4919d4366c324a518fddcdad45ea2d7bd82c6470c80cbba76b4f79069c9433f97271e9c9ce945c878cfb92556a22ea529228cd
 DIST sound-juicer-3.18.2.tar.xz 821624 SHA256 
fd51d09dc733a5fa68dfa4457094ab0daa36eb4a76b3fdb27e36d61f533eac30 SHA512 
34fbdbe0214afe20cb6eb5a60e47c08f98194f85f52c32336b457fc723a1cd2cae17a88fab3ec9508fa30771f3ae7191d560b9f2a47b208d426debabdc3636e9
 WHIRLPOOL 
234ecc5515dab9104e766e5a980b7de3fa3577b837b1228ea7585e9d84021acc4b6212137be1e7549dbf390f772833e11761b09173c2832e90fda5ea988cf234

diff --git a/media-sound/sound-juicer/sound-juicer-3.18.1.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.18.1.ebuild
deleted file mode 100644
index c7add3d..000
--- a/media-sound/sound-juicer/sound-juicer-3.18.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="CD ripper for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="flac test vorbis"
-
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.38:2[dbus]
-   >=x11-libs/gtk+-3.4:3
-   media-libs/libcanberra[gtk3]
-   >=app-cdr/brasero-2.90
-   sys-apps/dbus
-   gnome-base/gsettings-desktop-schemas
-
-   media-libs/libdiscid
-   >=media-libs/musicbrainz-5.0.1:5
-
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0[vorbis?]
-   flac? ( media-plugins/gst-plugins-flac:1.0 )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gvfs[cdda,udev]
-   || (
-   media-plugins/gst-plugins-cdparanoia:1.0
-   media-plugins/gst-plugins-cdio:1.0 )
-   media-plugins/gst-plugins-meta:1.0
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   test? ( ~app-text/docbook-xml-dtd-4.3 )
-"
-# eautoreconf needs gnome-common
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # FIXME: gst macros does not take GST_INSPECT override anymore but we 
need a
-   # way to disable inspection due to gst-clutter always creating a GL 
context
-   # which is forbidden in sandbox since it needs write access to
-   # /dev/card*/dri
-   sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \
-   -i configure || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/

2016-07-02 Thread Pacho Ramos
commit: 3b464906c47a8167497d2800cc1059fcde03012b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:53:41 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b464906

media-video/totem: Version bump

Package-Manager: portage-2.3.0_rc1

 media-video/totem/Manifest|   1 +
 media-video/totem/totem-3.20.1.ebuild | 131 ++
 2 files changed, 132 insertions(+)

diff --git a/media-video/totem/Manifest b/media-video/totem/Manifest
index b2dd03e..b036b7b 100644
--- a/media-video/totem/Manifest
+++ b/media-video/totem/Manifest
@@ -1 +1,2 @@
 DIST totem-3.18.1.tar.xz 3172416 SHA256 
d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2 SHA512 
cc4dcd81c2473a2c91786d0d329d1426cb23c372fbef9738be21762b00aaf02e50f54ed6d6c81b9325312db02347baf267d73d74be4052ffdb14c899e1f4f069
 WHIRLPOOL 
195b3d62101edaa33ca27238f200b51073810500b552c5ba3592e17ba51f8a4c451e209611b4ceb2d4827856ac20fecc6bf164547e34ab7bbbc77b702cb0b29a
+DIST totem-3.20.1.tar.xz 3190932 SHA256 
6f22480361ae869fd336854b4f83614fde528aff4e808eb716de33432eb45c27 SHA512 
2dc856d1f911d9ca79a3610ea2616281227d7980801325ec7b6649f46e13ac33b125bcfff79b3954db7358ab764fd8b2fcf7f93a209c4343c8708cb9d8efda62
 WHIRLPOOL 
6beae91b82c9b92dedf7f399c93d6420259aa5ed6766bfee5763d686cb5126d6c737671af28dfb381e5ea32efe7ad48afe3c72e157b4bdfdeef3c62df3c78102

diff --git a/media-video/totem/totem-3.20.1.ebuild 
b/media-video/totem/totem-3.20.1.ebuild
new file mode 100644
index 000..208866f
--- /dev/null
+++ b/media-video/totem/totem-3.20.1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes" # plugins are dlopened
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE="threads"
+
+inherit autotools eutils gnome2 multilib python-single-r1
+
+DESCRIPTION="Media player for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Videos;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="debug +introspection lirc nautilus +python test zeitgeist"
+# see bug #359379
+REQUIRED_USE="
+   python? ( introspection ${PYTHON_REQUIRED_USE} )
+   zeitgeist? ( introspection )
+"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+
+# FIXME:
+# Runtime dependency on gnome-session-2.91
+RDEPEND="
+   >=dev-libs/glib-2.35:2[dbus]
+   >=dev-libs/libpeas-1.1[gtk]
+   >=dev-libs/libxml2-2.6:2
+   >=dev-libs/totem-pl-parser-3.10.1:0=[introspection?]
+   >=media-libs/clutter-1.17.3:1.0[gtk]
+   >=media-libs/clutter-gst-2.99.2:3.0
+   >=media-libs/clutter-gtk-1.7.1:1.0
+   >=x11-libs/cairo-1.14
+   >=x11-libs/gdk-pixbuf-2.23.0:2
+   >=x11-libs/gtk+-3.19.4:3[introspection?]
+
+   >=media-libs/grilo-0.3.0:0.3[playlist]
+   media-plugins/grilo-plugins:0.3
+   >=media-libs/gstreamer-1.6.0:1.0
+   >=media-libs/gst-plugins-base-1.6.0:1.0[X,introspection?,pango]
+   media-libs/gst-plugins-good:1.0
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/gst-plugins-taglib:1.0
+
+   x11-libs/libX11
+
+   gnome-base/gnome-desktop:3=
+   gnome-base/gsettings-desktop-schemas
+   x11-themes/adwaita-icon-theme
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+   lirc? ( app-misc/lirc )
+   nautilus? ( >=gnome-base/nautilus-2.91.3 )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=x11-libs/gtk+-3.5.2:3[introspection] )
+   zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.5
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-proto/xextproto
+   x11-proto/xproto
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+# eautoreconf needs:
+#  app-text/yelp-tools
+#  dev-libs/gobject-introspection-common
+#  gnome-base/gnome-common
+# docbook-xml-dtd is needed for user doc
+# Prevent dev-python/pylint dep, bug #482538
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Prevent pylint usage by tests, bug #482538
+   sed -i -e 's/ check-pylint//' src/plugins/Makefile.plugins || die
+
+   eautoreconf
+   gnome2_src_prepare
+
+   # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 
& co.
+   # gst-inspect causes sandbox violations when a plugin needs write 
access to
+   # /dev/dri/card* in its init phase.
+   sed -e "s|\(gst10_inspect=\).*|\1$(type -P true)|" \
+ 

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

2016-07-02 Thread Pacho Ramos
commit: 8ad6ad33d8901d9438cae7acf2ff0a3baf06063c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:56:45 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad6ad33

media-sound/gnome-sound-recorder: Drop old

Package-Manager: portage-2.3.0_rc1

 media-sound/gnome-sound-recorder/Manifest  |  1 -
 .../gnome-sound-recorder-3.16.0.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/media-sound/gnome-sound-recorder/Manifest 
b/media-sound/gnome-sound-recorder/Manifest
index d07716f..df68a6b 100644
--- a/media-sound/gnome-sound-recorder/Manifest
+++ b/media-sound/gnome-sound-recorder/Manifest
@@ -1,2 +1 @@
-DIST gnome-sound-recorder-3.16.0.tar.xz 437788 SHA256 
9af4935a8007810f750b40039a77cc762c260cb554339c1fc13e6ee52f6a1c04 SHA512 
4d94f4f81d7b3cb3fa16e6b8ba26994c70ac9000482db1e1773a48ffe8ea7094f83c4f2b5f3f65a4b58f549d475f736fe1e117b788a64002169c18b609b9de10
 WHIRLPOOL 
4e4cd9f7bd859b3eeb5e1876c07658a8f300b63d924c4373d9c0235a8541ac67fc5a66364ede108a0032f614c6c4ea2c6b07ca96b82bd5d97df348c41e06f871
 DIST gnome-sound-recorder-3.18.2.tar.xz 453944 SHA256 
6f008f81ae760cee297a6a3c8e8b9418005c06897bff973a1e845a4f8c3e202b SHA512 
258380107bda8f8063eea88b475cc91477ac50cc3dd660067f89bc14e0759e8f119f6c2cab90a9bbc89548cf75fcf17c0f726f6673111e45e516de048dfc67c7
 WHIRLPOOL 
8ddf2b5db8c209994395bd92f5d5af1b58ba8d90e7a60293f21a47792eefe15ad76fb6146477a03c6af6cd6e0ab05eedd90a982989a8abeb16259c56f7a8e421

diff --git 
a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild 
b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild
deleted file mode 100644
index 9f9535e..000
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.16.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Simple sound recorder"
-HOMEPAGE="https://wiki.gnome.org/ThreePointEleven/Features/SoundRecorder;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# For the list of plugins, see src/audioProfile.js
-COMMON_DEPEND="
-   dev-libs/gjs
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.12:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.26
-   virtual/pkgconfig
-"



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

2016-07-02 Thread Pacho Ramos
commit: bb96783e3740b514f56ec9b41e6f5ac6fc46085c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:55:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb96783e

net-irc/polari: Drop old

Package-Manager: portage-2.3.0_rc1

 net-irc/polari/Manifest |  1 -
 net-irc/polari/polari-3.16.1.ebuild | 32 
 net-irc/polari/polari-3.18.1.ebuild | 32 
 3 files changed, 65 deletions(-)

diff --git a/net-irc/polari/Manifest b/net-irc/polari/Manifest
index 6760873..95a15e0 100644
--- a/net-irc/polari/Manifest
+++ b/net-irc/polari/Manifest
@@ -1,2 +1 @@
-DIST polari-3.16.1.tar.xz 437300 SHA256 
1d37a66db4c8763ca04de0adca92290ac34ca65f69b5fbfd6c044f746261f070 SHA512 
884b0f8c0ff91bc8e55d43fa52a66e0508c30b65f6b4b1e0fc9cfb665d40b267d02c71081d37251628ba0fb21704c197d7c24573dbe311716d1caf7fbcf1fc64
 WHIRLPOOL 
70f662faeafd90ffb53691638e776284ad92900ff8b167ef57a3e6b4e60c52bdd7414bdda191cfa6848286972d18605108afc876f0644a56e64df62430b8aa10
 DIST polari-3.18.1.tar.xz 478244 SHA256 
554a089b1edf88d49408ecf6ce79ad6f7114ecf557753c8f39a9af153a76843a SHA512 
955a87274f262af4838710969533e86553995ce1355d0a4b33acd6c2e9a9c8ddeedd42d40204dedd0e8f4d4f2dcf0341f9bb7d9de4fd00e2ac8b6a821fddb7af
 WHIRLPOOL 
2702ef3f0fc244150e03e6afd81c3f6803f2609e7df528ef86da9a3f9c49a574fa900574a3a9107cee5603a97cff4e0fb6ceda3c1e570b9c4fc2681f785fdb3f

diff --git a/net-irc/polari/polari-3.16.1.ebuild 
b/net-irc/polari/polari-3.16.1.ebuild
deleted file mode 100644
index 7aeb89f..000
--- a/net-irc/polari/polari-3.16.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-   dev-libs/gjs
-   >=dev-libs/glib-2.43.4:2
-   >=dev-libs/gobject-introspection-0.9.6
-   net-libs/telepathy-glib[introspection]
-   >=x11-libs/gtk+-3.15.6:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-irc/telepathy-idle-0.2
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   virtual/pkgconfig
-"

diff --git a/net-irc/polari/polari-3.18.1.ebuild 
b/net-irc/polari/polari-3.18.1.ebuild
deleted file mode 100644
index 7aeb89f..000
--- a/net-irc/polari/polari-3.18.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="An IRC client for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Polari;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-   dev-libs/gjs
-   >=dev-libs/glib-2.43.4:2
-   >=dev-libs/gobject-introspection-0.9.6
-   net-libs/telepathy-glib[introspection]
-   >=x11-libs/gtk+-3.15.6:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=net-irc/telepathy-idle-0.2
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   virtual/pkgconfig
-"



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

2016-07-02 Thread Pacho Ramos
commit: 728215a2317a85e91e7644b251d8b39c6b604953
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:45:06 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728215a2

media-gfx/simple-scan: Version bump

Package-Manager: portage-2.3.0_rc1

 media-gfx/simple-scan/Manifest  |  1 +
 media-gfx/simple-scan/simple-scan-3.20.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/media-gfx/simple-scan/Manifest b/media-gfx/simple-scan/Manifest
index fc3573c..9f68abc 100644
--- a/media-gfx/simple-scan/Manifest
+++ b/media-gfx/simple-scan/Manifest
@@ -1 +1,2 @@
 DIST simple-scan-3.18.2.tar.xz 510416 SHA256 
061b58e5909362200e5cdffcdcc70d1afb8f8948efc1ec8ab592c7783c8939e9 SHA512 
d2374bc8d7186647851729c3e3b879fa81fab7a38ba78ea9a4d9a72b7e8a63d6c58fc68602942d21eb350d1255d03bed731ca243ff69ffb88231a1c54f9df8c6
 WHIRLPOOL 
672a04293fa578fa0f9ce907aa177c3a42f0b52d01159087f856360c5d2bc08ac95b2c7f790c323e5c56d1b4d804ea24573a4b6930fe9116463521ca670254c0
+DIST simple-scan-3.20.0.tar.xz 550444 SHA256 
8df5a5a5b06220e98770f11c53db8fc5d0d8d675d1c395f2bcd19fc8656eb62c SHA512 
2b06d3d98ad740a864fbe2278d509e958f5b3c8eaf8eb27cc15b4b033986ca7e7c7db301e60a2a0a204b16cb9a27e9d50fefcf956f15685bd79d27375bfd308b
 WHIRLPOOL 
17007ec48097471cf3ea44359b3803249b6fbe692f883998b3d5cfca976580a1a10560f05ff2ae3460fa251d7f9df42ddc117d905317d5f4ac608398b2fb20ed

diff --git a/media-gfx/simple-scan/simple-scan-3.20.0.ebuild 
b/media-gfx/simple-scan/simple-scan-3.20.0.ebuild
new file mode 100644
index 000..2762679
--- /dev/null
+++ b/media-gfx/simple-scan/simple-scan-3.20.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 vala versionator
+
+DESCRIPTION="Simple document scanning utility"
+HOMEPAGE="https://launchpad.net/simple-scan;
+
+MY_PV=$(get_version_component_range 1-2)
+SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="colord"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgusb[vala]
+   >=media-gfx/sane-backends-1.0.20:=
+   >=sys-libs/zlib-1.2.3.1:=
+   virtual/jpeg:0=
+   x11-libs/cairo:=
+   >=x11-libs/gtk+-3:3
+   colord? ( >=x11-misc/colord-0.1.24:=[udev] )
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-misc/xdg-utils
+   x11-themes/adwaita-icon-theme
+"
+DEPEND="${COMMON_DEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # https://bugs.launchpad.net/simple-scan/+bug/1462769
+   rm -f src/simple_scan_vala.stamp || die
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-packagekit \
+   $(use_enable colord)
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/

2016-07-02 Thread Pacho Ramos
commit: 065f2d2a166881a3176fbf2a8d58d58aed7bb069
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 17:08:27 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065f2d2a

media-video/pitivi: Version bump

Package-Manager: portage-2.3.0_rc1

 media-video/pitivi/Manifest   |  1 +
 media-video/pitivi/pitivi-0.96.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
index 029beb3..4176221 100644
--- a/media-video/pitivi/Manifest
+++ b/media-video/pitivi/Manifest
@@ -1 +1,2 @@
 DIST pitivi-0.95.tar.xz 3341488 SHA256 
5f15220bcc3d02cef4edacaa19da284014caf725e41fc9cbec70469582e1d313 SHA512 
e628302ecbb790e955459a4dc124e8580081f6eff8abde210a1b537ae18696c3861bd619efe1434e8e1cf1069adb72cbff0cf44c64706c4046d2cfb7f9aecdfa
 WHIRLPOOL 
df6e625dddcf113a8e84aabf5a7a40d90e6b38130e63201a1674f4a576a735696c6b9a9a35b2743cbe5bac8d444c04cd0ea9c5a43358718e1b32b6ebc97f435c
+DIST pitivi-0.96.tar.xz 3324396 SHA256 
fa0b469bb71ea10138144ec2adbe3e575d33678b5e48fc906e5e8cb8eb19ad84 SHA512 
dd608effc1f7196ac4784d707ec5a6f25088a3a216262a004ed81fd4e078bc80dde67c0601cc690b4b6a3a8febeef6bd841c30513449cbf722aa23d5d655f00d
 WHIRLPOOL 
4a61842cbd7704e2c2445fb47ce8016fc96be543b72825d092bfbcf6d35fdd3944d5395a09386c6102ffb1fc672a1c8226f7c48390cce43bcb23563b3fce6478

diff --git a/media-video/pitivi/pitivi-0.96.ebuild 
b/media-video/pitivi/pitivi-0.96.ebuild
new file mode 100644
index 000..94f5221
--- /dev/null
+++ b/media-video/pitivi/pitivi-0.96.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+PYTHON_REQ_USE="sqlite"
+
+inherit gnome2 python-single-r1 virtualx
+
+DESCRIPTION="A non-linear video editor using the GStreamer multimedia 
framework"
+HOMEPAGE="http://www.pitivi.org;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="v4l test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Do not forget to check pitivi/check.py for dependencies
+# pycanberra, gnome-desktop, libav and libnotify are optional
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
+   >=x11-libs/cairo-1.10
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-libs/glib-2.30.0:2
+
+   >=dev-libs/gobject-introspection-1.34:=
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pycanberra[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+
+   gnome-base/librsvg:=
+   gnome-base/gnome-desktop:3=[introspection]
+
+   >=media-libs/gstreamer-1.6.0:1.0[introspection]
+   >=media-libs/gstreamer-editing-services-1.6.0:1.0[introspection]
+   >=media-libs/gst-plugins-base-1.6.0:1.0
+   >=media-libs/gst-plugins-bad-1.6.1:1.0[gtk]
+   >=media-libs/gst-plugins-good-1.6.0:1.0
+   >=media-plugins/gst-plugins-libav-1.6.0:1.0
+
+   x11-libs/libnotify[introspection]
+   >=x11-libs/gtk+-3.10.0:3[introspection]
+
+   v4l? ( >=media-plugins/gst-plugins-v4l2-1.4:1.0 )
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-python/setuptools
+   >=dev-util/intltool-0.35.5
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static
+}
+
+src_test() {
+   export PITIVI_TOP_LEVEL_DIR="${S}"
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+   python_fix_shebang "${D}"
+}



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

2016-07-02 Thread Pacho Ramos
commit: 23ba28495c20004b7c3df419adcad8684d66d584
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:47:52 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ba2849

media-libs/clutter-gtk: Drop old

Package-Manager: portage-2.3.0_rc1

 media-libs/clutter-gtk/Manifest |  1 -
 media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild | 45 -
 media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild | 45 -
 3 files changed, 91 deletions(-)

diff --git a/media-libs/clutter-gtk/Manifest b/media-libs/clutter-gtk/Manifest
index 87c5be7..1fda6da 100644
--- a/media-libs/clutter-gtk/Manifest
+++ b/media-libs/clutter-gtk/Manifest
@@ -1,2 +1 @@
-DIST clutter-gtk-1.6.2.tar.xz 314600 SHA256 
bbd03dfa9a20102d5cdb440513b0a035933da557ad7e9da31546034de2daf069 SHA512 
60e4131878b8db6aa87c3d1cde5f978e61074f5fa471f3a725cbd7e85ea71ddf319eb3a0210683d4403613458badf564e8418e31dce608b16729215ce5e6e068
 WHIRLPOOL 
2e95063c9463fe7d455a2f800996525c635c58bcf001a82fd25bff0f9779054e247cbe1a66aa8ab1304011061ca42f31234a3bed4badc3ff413ad92283db5916
 DIST clutter-gtk-1.6.6.tar.xz 326540 SHA256 
9440a68600f58d00fe0af35383738943e8ead9907f4cf507a102d96822434a28 SHA512 
d6fa31effda83bdf79f102cfca039591289bf14bf0abf8e147307929fc91f93f5556f5b828e997cfb6a05098a8dadeb97df0e6c6a50ee2dbb790e45a0683b2b1
 WHIRLPOOL 
691c0b8ba0448a975cf60c719156b23288e6847e26e60b5c212c77845964f2c2987254a727eda7e29a5426fa669cc11aed4cb5e9189b31f5ab60ffcf6d0933b4

diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild 
b/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild
deleted file mode 100644
index f8328ad..000
--- a/media-libs/clutter-gtk/clutter-gtk-1.6.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
-HOMEPAGE="https://wiki.gnome.org/Projects/Clutter;
-LICENSE="LGPL-2.1+"
-
-SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="examples +introspection"
-
-RDEPEND="
-   >=x11-libs/gtk+-3.6.0:3[introspection?]
-   >=media-libs/clutter-1.22.3:1.0[introspection?]
-   media-libs/cogl:1.0=[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-maintainer-flags \
-   --enable-deprecated \
-   $(use_enable introspection)
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins examples/{*.c,redhand.png}
-   fi
-}

diff --git a/media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild 
b/media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild
deleted file mode 100644
index 0d91726..000
--- a/media-libs/clutter-gtk/clutter-gtk-1.6.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
-HOMEPAGE="https://wiki.gnome.org/Projects/Clutter;
-LICENSE="LGPL-2.1+"
-
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples +introspection"
-
-RDEPEND="
-   >=x11-libs/gtk+-3.8.0:3[introspection?]
-   >=media-libs/clutter-1.23.7:1.0[introspection?]
-   media-libs/cogl:1.0=[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-maintainer-flags \
-   --enable-deprecated \
-   $(use_enable introspection)
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins examples/{*.c,redhand.png}
-   fi
-}



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

2016-07-02 Thread Pacho Ramos
commit: df2bbc552bdc765a22a14d450e8c613a5b14bad2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 16:17:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:11:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2bbc55

media-sound/sound-juicer: Version bump

Package-Manager: portage-2.3.0_rc1

 media-sound/sound-juicer/Manifest  |  1 +
 .../sound-juicer/sound-juicer-3.20.0.ebuild| 62 ++
 2 files changed, 63 insertions(+)

diff --git a/media-sound/sound-juicer/Manifest 
b/media-sound/sound-juicer/Manifest
index c91cc95..bde84d5 100644
--- a/media-sound/sound-juicer/Manifest
+++ b/media-sound/sound-juicer/Manifest
@@ -1 +1,2 @@
 DIST sound-juicer-3.18.2.tar.xz 821624 SHA256 
fd51d09dc733a5fa68dfa4457094ab0daa36eb4a76b3fdb27e36d61f533eac30 SHA512 
34fbdbe0214afe20cb6eb5a60e47c08f98194f85f52c32336b457fc723a1cd2cae17a88fab3ec9508fa30771f3ae7191d560b9f2a47b208d426debabdc3636e9
 WHIRLPOOL 
234ecc5515dab9104e766e5a980b7de3fa3577b837b1228ea7585e9d84021acc4b6212137be1e7549dbf390f772833e11761b09173c2832e90fda5ea988cf234
+DIST sound-juicer-3.20.0.tar.xz 823416 SHA256 
77e2b75f3f6fa82fc182ad782afe93c1be8d227979c80a7db9c5c54520d50c1a SHA512 
366e815ebcba961d31397d2412752e9c8bfc36d3c4ec666e1120aea3b4dcdc732f9256965c8515cc371e7ab36c522fa9039d96d51931db456555ac89c4a0692c
 WHIRLPOOL 
0870acff102e9866057751125a47b0675750a550b882428307d4afbccf2638129d81bf7bf740f5f7b5e58fc51c2b7064e0f249b934c35498922b7b1333c55d32

diff --git a/media-sound/sound-juicer/sound-juicer-3.20.0.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.20.0.ebuild
new file mode 100644
index 000..b5df27d
--- /dev/null
+++ b/media-sound/sound-juicer/sound-juicer-3.20.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="CD ripper for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug flac test vorbis"
+
+COMMON_DEPEND="
+   app-text/iso-codes
+   >=dev-libs/glib-2.38:2[dbus]
+   >=x11-libs/gtk+-3.19.6:3
+   media-libs/libcanberra[gtk3]
+   >=app-cdr/brasero-2.90
+   sys-apps/dbus
+   gnome-base/gsettings-desktop-schemas
+
+   >=media-libs/libdiscid-0.3.0
+   >=media-libs/musicbrainz-5.0.1:5
+
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0[vorbis?]
+   flac? ( media-plugins/gst-plugins-flac:1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gvfs[cdda,udev]
+   || (
+   media-plugins/gst-plugins-cdparanoia:1.0
+   media-plugins/gst-plugins-cdio:1.0 )
+   media-plugins/gst-plugins-meta:1.0
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+   test? ( ~app-text/docbook-xml-dtd-4.3 )
+"
+# eautoreconf needs gnome-common
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # FIXME: gst macros does not take GST_INSPECT override anymore but we 
need a
+   # way to disable inspection due to gst-clutter always creating a GL 
context
+   # which is forbidden in sandbox since it needs write access to
+   # /dev/card*/dri
+   sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \
+   -i configure || die
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug=yes ' ')
+}



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

2016-07-02 Thread Pacho Ramos
commit: 37aa6529c07234ca74376bda0df2a01ec154d004
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:50:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37aa6529

media-libs/gupnp-dlna: Drop old

Package-Manager: portage-2.3.0_rc1

 media-libs/gupnp-dlna/Manifest |  1 -
 media-libs/gupnp-dlna/gupnp-dlna-0.10.3.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/media-libs/gupnp-dlna/Manifest b/media-libs/gupnp-dlna/Manifest
index 8b9b935..2b04b0f 100644
--- a/media-libs/gupnp-dlna/Manifest
+++ b/media-libs/gupnp-dlna/Manifest
@@ -1,2 +1 @@
-DIST gupnp-dlna-0.10.3.tar.xz 328376 SHA256 
dcbe5f5f721c76781f3d3bb1bfcdf9818df0905203d4e5759aecb9cb127872d5 SHA512 
751969c117a21534a8137e3b89268518ee93a086e70a3d985656a14719c19abdae5c604195bbe68c114725be8ef3f56960b6288f82be59cb13b2e2ff27809f35
 WHIRLPOOL 
b1f8680086564d661de5ff24ede40b635cc4e68597316a5c1ff1b55aa7082d9c7cd73d3e771ad0fa9540f666d36cdebc6a1df010544cf581470b92d727452069
 DIST gupnp-dlna-0.10.4.tar.xz 328596 SHA256 
5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6 SHA512 
167562dd493f6de0a7afd43337b8c191157b7903653c834c4219313e60e7725adf3d30f21f4c0655f9e6849677ecac80ea7d7e8a9786387204a387f1b9afa598
 WHIRLPOOL 
546dfed0a9ae93ceb73112855bf5a964d39d782fa215eb4fe6d0d054b0f851fa58e0c7309fa9e083a5a58eeb79dc1735a691bc32025ac09fa0f679ea44fa69fe

diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.10.3.ebuild 
b/media-libs/gupnp-dlna/gupnp-dlna-0.10.3.ebuild
deleted file mode 100644
index bea2747..000
--- a/media-libs/gupnp-dlna/gupnp-dlna-0.10.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library providing DLNA-related functionality for MediaServers"
-HOMEPAGE="http://gupnp.org/;
-
-LICENSE="LGPL-2"
-SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.34:2
-   >=dev-libs/libxml2-2.5:2
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.11
-   virtual/pkgconfig
-   introspection? ( $(vala_depend) )
-"
-
-src_prepare() {
-   # Make doc parallel installable
-   cd "${S}"/doc/gupnp-dlna
-   sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
-   -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
-   -i Makefile.am Makefile.in || die
-   sed -e "s/\(

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

2016-07-02 Thread Pacho Ramos
commit: 0ffbc41facfe0e7b9f33b79f4fe9fe15fcc46c7b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:53:32 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffbc41f

media-sound/gnome-music: Drop old

Package-Manager: portage-2.3.0_rc1

 media-sound/gnome-music/Manifest  |  1 -
 media-sound/gnome-music/gnome-music-3.16.2.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index 7350f5b..e72e39c 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1,2 +1 @@
-DIST gnome-music-3.16.2.tar.xz 1479984 SHA256 
362cf90f6cd41c38845b7afa01ce2f5fbb70ce7694139a69f5dac16620723588 SHA512 
c634a72f5c539e7e0792f780dcced1b48c56a0467182ab60506d3d22d1b7b7ff030b79f440ea874b8fca5b084bc121668cd5f03f2eb3ffbd82b7fa810a2885d2
 WHIRLPOOL 
e576f033d1194ea7b9232d420a3e5e4a895ce6836f0e4d592579ea0baeab2b3113f9cf3eafa2f17922ad14c2f45e9b79f07291664ab7404000d74d421bf0c9b4
 DIST gnome-music-3.18.2.tar.xz 1545232 SHA256 
81b6ae8b4193774a1dc05e77c59ad8ff5e7debc0aea30ce2ecd13b2ceda10bff SHA512 
0950fac77646dcd0aa8f539813b1ee5d398ede7bfd2a17cac45c258e20ac044a558babe0452ab801a8b8523aa352db48f795bd30502a357558aa47dd057c5148
 WHIRLPOOL 
6761bdee5dc3287bf14218fd6416bd114b1a6ebd434ff60371fc8c6aa091aafd6329ecb8ca3f746f7f0267a76c68f29b24af7484e1c16bd2c813aaa6398805b8

diff --git a/media-sound/gnome-music/gnome-music-3.16.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.16.2.ebuild
deleted file mode 100644
index 75f50c8..000
--- a/media-sound/gnome-music/gnome-music-3.16.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Music management for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Music;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.28:2
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=media-libs/grilo-0.2.6:0.2[introspection]
-   media-libs/libmediaart:2.0
-   >=x11-libs/gtk+-3.13.2:3[introspection]
-"
-# xdg-user-dirs-update needs to be there to create needed dirs
-# https://bugzilla.gnome.org/show_bug.cgi?id=731613
-RDEPEND="${COMMON_DEPEND}
-   app-misc/tracker[introspection(+)]
-   || (
-   app-misc/tracker[gstreamer]
-   app-misc/tracker[ffmpeg]
-   )
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/grilo-plugins:0.2[tracker]
-   x11-misc/xdg-user-dirs
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.26
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   python_setup
-}



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

2016-07-02 Thread Pacho Ramos
commit: 404ad15904db5f58132a79ca72a2d173f769e65e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:44:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404ad159

media-gfx/simple-scan: Drop old

Package-Manager: portage-2.3.0_rc1

 media-gfx/simple-scan/Manifest  |  1 -
 media-gfx/simple-scan/simple-scan-3.16.2.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/media-gfx/simple-scan/Manifest b/media-gfx/simple-scan/Manifest
index 8a21676..fc3573c 100644
--- a/media-gfx/simple-scan/Manifest
+++ b/media-gfx/simple-scan/Manifest
@@ -1,2 +1 @@
-DIST simple-scan-3.16.2.tar.xz 487808 SHA256 
1c6727591813e7fd44da932adbae226001ce3a7b8f1a162c9b19d1dc630d7402 SHA512 
5f665698f7c7bad57a41bfbb388c6861839cc56d6d25dbd74ea563d64fab63b6fd798f2b957b46ae69177b7e15963ef8f17d26f2a071bf89b6f1e2b6e7f1a835
 WHIRLPOOL 
098d8f3b16d3bac85e12d3034902df84fa1e3b76a346277114d3f19b5f8fd5a80b84fc1e88b595035cdfa483bdac952128ab20fd16f0f68040455f8afffa74db
 DIST simple-scan-3.18.2.tar.xz 510416 SHA256 
061b58e5909362200e5cdffcdcc70d1afb8f8948efc1ec8ab592c7783c8939e9 SHA512 
d2374bc8d7186647851729c3e3b879fa81fab7a38ba78ea9a4d9a72b7e8a63d6c58fc68602942d21eb350d1255d03bed731ca243ff69ffb88231a1c54f9df8c6
 WHIRLPOOL 
672a04293fa578fa0f9ce907aa177c3a42f0b52d01159087f856360c5d2bc08ac95b2c7f790c323e5c56d1b4d804ea24573a4b6930fe9116463521ca670254c0

diff --git a/media-gfx/simple-scan/simple-scan-3.16.2.ebuild 
b/media-gfx/simple-scan/simple-scan-3.16.2.ebuild
deleted file mode 100644
index 168df38..000
--- a/media-gfx/simple-scan/simple-scan-3.16.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-DESCRIPTION="Simple document scanning utility"
-HOMEPAGE="https://launchpad.net/simple-scan;
-
-MY_PV=$(get_version_component_range 1-2)
-SRC_URI="https://launchpad.net/${PN}/${MY_PV}/${PV}/+download/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=media-gfx/sane-backends-1.0.20:=
-   >=sys-libs/zlib-1.2.3.1:=
-   virtual/jpeg:0=
-   virtual/libgudev:=
-   x11-libs/cairo:=
-   >=x11-libs/gtk+-3:3
-   >=x11-misc/colord-0.1.24:=[udev]
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-misc/xdg-utils
-   || (
-   x11-themes/adwaita-icon-theme
-   x11-themes/gnome-icon-theme )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-"
-
-src_configure() {
-   DOCS="NEWS README.md"
-   gnome2_src_configure \
-   VALAC=$(type -P true)
-}



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

2016-07-02 Thread Pacho Ramos
commit: 50ace07e3faf806149c17e87b1d2be9df0b84790
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:51:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ace07e

media-libs/gupnp-dlna: Version bump

Package-Manager: portage-2.3.0_rc1

 media-libs/gupnp-dlna/Manifest |  1 +
 media-libs/gupnp-dlna/gupnp-dlna-0.10.5.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/gupnp-dlna/Manifest b/media-libs/gupnp-dlna/Manifest
index 2b04b0f..9812a33 100644
--- a/media-libs/gupnp-dlna/Manifest
+++ b/media-libs/gupnp-dlna/Manifest
@@ -1 +1,2 @@
 DIST gupnp-dlna-0.10.4.tar.xz 328596 SHA256 
5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6 SHA512 
167562dd493f6de0a7afd43337b8c191157b7903653c834c4219313e60e7725adf3d30f21f4c0655f9e6849677ecac80ea7d7e8a9786387204a387f1b9afa598
 WHIRLPOOL 
546dfed0a9ae93ceb73112855bf5a964d39d782fa215eb4fe6d0d054b0f851fa58e0c7309fa9e083a5a58eeb79dc1735a691bc32025ac09fa0f679ea44fa69fe
+DIST gupnp-dlna-0.10.5.tar.xz 329468 SHA256 
123e368227c11d5c17fc1aa76cbdaffa345355eb51d172cd39fc74a5b468ff6a SHA512 
060e997dc85d840722bc31c8eb2c7f986151220ac6f3de9e073f4dd62fdd57ffa049b628080832d6b96c1988f49eacc29d539f738ed61797019264f68ebf7680
 WHIRLPOOL 
9147cc42ab3252a14dc890b260a6a4c5bf1a02761fab3f516a22066d48e89ed0fef942d822c9822e500c94f7d96e09582082135f6888ce6e874cdb4b88a3a2c5

diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.10.5.ebuild 
b/media-libs/gupnp-dlna/gupnp-dlna-0.10.5.ebuild
new file mode 100644
index 000..421e21f
--- /dev/null
+++ b/media-libs/gupnp-dlna/gupnp-dlna-0.10.5.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library providing DLNA-related functionality for MediaServers"
+HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
+
+LICENSE="LGPL-2"
+SLOT="2.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.34:2
+   >=dev-libs/libxml2-2.5:2
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.11
+   virtual/pkgconfig
+   introspection? ( $(vala_depend) )
+"
+
+src_prepare() {
+   # Make doc parallel installable
+   cd "${S}"/doc/gupnp-dlna
+   sed -e "s/\(DOC_MODULE.*=\).*/\1${PN}-${SLOT}/" \
+   -e "s/\(DOC_MAIN_SGML_FILE.*=\).*/\1${PN}-docs-${SLOT}.sgml/" \
+   -i Makefile.am Makefile.in || die
+   sed -e "s/\(

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

2016-07-02 Thread Pacho Ramos
commit: 5d1d3419c61732a86488216842ac72b79149ac29
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:44:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1d3419

media-gfx/shotwell: Version bump

Package-Manager: portage-2.3.0_rc1

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.23.2.ebuild | 97 +++
 2 files changed, 98 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index fa786cf..82a48d4 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,3 +1,4 @@
 DIST shotwell-0.23.1.tar.xz 1963512 SHA256 
e24d33ff19f1902fa9595ef73288784f6332bfa99d40171efe60ab2ac68d358a SHA512 
c47da700f28a8c14e6ea81069399d381b5a2eb33f6bd4c21763d42d25d9f0f6dcb2894a8b6ebf9967809fc828ea65b222be7002a4ff6f6a6165dbecdac66f96f
 WHIRLPOOL 
e99c29ed18cbcedcc5b975509d33cc4a7af0ab4e6f41e373c9f6c9fc1a3560e3eff7c383202dd78352f5a156d1d5a556275e2e3bac7f7c536c74375c04d65817
+DIST shotwell-0.23.2.tar.xz 2073932 SHA256 
d52caae4e3204f2f78e2eb828d955848ea6fef5c91d3ac6e9eb0b185c0490b39 SHA512 
769e7cb0c4b8fc4e7f03d258de9025763e4a8d019daad76f4520771cca5b94c8ceba7297446ad8979dda6acb853b56249d4e14c35e833395a087b34f08a467a1
 WHIRLPOOL 
ab22212688821afd9fd683efd5da3a3dadc4ba02ef8f1b04083d4eca52414e1ae6ddad6e82c2ebec599d5402f44a4012c1443f61cd1896d3d5fb04f70372cabb
 DIST shotwell-icons.tar.bz2 61397 SHA256 
edab0b34992dab8e1d397c30a4dca2ef3dad601c6c75e9c1cc771040089762c2 SHA512 
b06ce3bb34728253bc3a3643ff7adde38ed7939961d79e001ae445e71435efc8aaefa94e5a3306a10abb9821511d2421590db7488bf7a95c8e5d6d677ecc712c
 WHIRLPOOL 
783c5d0f354791cc8a9ec47aadda2ab3fdc2c73add236306f641422d02ecd6ff36ee38a45d356cd805cd592358471e24f27b67e8e24694523cf4f6340d7ca8bb
 DIST shotwell.1 1238 SHA256 
7f4036f14a6c599835bd121d63705ddc766388aae8c6414eb3a405c85b9a5014 SHA512 
8090d5d339a44992d2543ba9ed1bb6e0eb18da8d3fe6ad4f95f917d3aca352e6af0b8c21a7da3a8be9aa1cb04a13e8602d9db8484d4801547cfadc6c40500ad4
 WHIRLPOOL 
cb3c1ef3cb6a577fa94d0aec4dfc06ee84a1f1268e3217704fed269cd0cd3c220a4e68d270c152b34dc2e438e193d47aee87dd891a39fd8236a6d269eb3b

diff --git a/media-gfx/shotwell/shotwell-0.23.2.ebuild 
b/media-gfx/shotwell/shotwell-0.23.2.ebuild
new file mode 100644
index 000..ab03981
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.23.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+CORE_SUPPORTED_LANGUAGES="
+   af ar as ast bg bn bn_IN bs ca cs da de el en_GB eo es et eu fi fr gd 
gl gu
+   he hi hr hu ia id it ja kk km kn ko ky lt lv mk ml mr nb nl nn or pa pl 
pt
+   pt_BR ro ru sk sl sr sr@latin sv ta te th tr uk vi zh_CN zh_HK zh_TW"
+
+for x in ${CORE_SUPPORTED_LANGUAGES}; do
+   IUSE+="linguas_${x} "
+done
+
+RDEPEND="
+   app-text/gnome-doc-utils
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.30.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   >=dev-util/desktop-file-utils-0.13
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.4.90
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   >=net-libs/libsoup-2.26.0:2.4
+   >=net-libs/rest-0.7:0.7
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.12.2:3[X]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   >=sys-devel/m4-1.4.13
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   local x
+   local linguas="en_GB ${LINGUAS}"
+
+   vala_src_prepare
+
+   sed \
+   -e 's|CFLAGS :|CFLAGS +|g' \
+   -i plugins/Makefile.plugin.mk || die
+
+   # remove disabled lenguages from build
+   for x in ${CORE_SUPPORTED_LANGUAGES}; do
+   if ! has ${x} ${linguas}; then
+   sed -i "/^${x}$/d" "${S}"/po/LINGUAS || die
+   fi
+   done
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # Not a normal configure
+   ./configure \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   

[gentoo-commits] repo/gentoo:master commit in: media-gfx/shotwell/, media-gfx/shotwell/files/

2016-07-02 Thread Pacho Ramos
commit: 36fa6d812919c0e396f0b13be467f22ab999a2d0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  2 15:35:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  2 17:10:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fa6d81

media-gfx/shotwell: Drop old

Package-Manager: portage-2.3.0_rc1

 media-gfx/shotwell/Manifest|   1 -
 .../shotwell/files/shotwell-0.13.1-ldflags.patch   |  28 -
 media-gfx/shotwell/shotwell-0.22.0-r1.ebuild   | 117 -
 media-gfx/shotwell/shotwell-0.22.0.ebuild  | 112 
 4 files changed, 258 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 021fa5c..fa786cf 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,4 +1,3 @@
-DIST shotwell-0.22.0.tar.xz 1872952 SHA256 
01b192c5c1c188ecd11bfdb6143d8f177f313c7eab7fe320bd20ac3ca352f831 SHA512 
486f27a1fa06512a925ecae60504f3cbc487d44834f635efd0897dd20cb304a731c08133ab4b04b32a754235fc8c63dc9b05787b1a0c72a98c89ca91c64f452c
 WHIRLPOOL 
8b93b6a92822c26aa7962f30e7402322371db1e6d297d7cd4e612f01f0418bcf2ee3598954e7d2a59d62f7e9704479bb24cb6fcf4263ab5315668c20543445c3
 DIST shotwell-0.23.1.tar.xz 1963512 SHA256 
e24d33ff19f1902fa9595ef73288784f6332bfa99d40171efe60ab2ac68d358a SHA512 
c47da700f28a8c14e6ea81069399d381b5a2eb33f6bd4c21763d42d25d9f0f6dcb2894a8b6ebf9967809fc828ea65b222be7002a4ff6f6a6165dbecdac66f96f
 WHIRLPOOL 
e99c29ed18cbcedcc5b975509d33cc4a7af0ab4e6f41e373c9f6c9fc1a3560e3eff7c383202dd78352f5a156d1d5a556275e2e3bac7f7c536c74375c04d65817
 DIST shotwell-icons.tar.bz2 61397 SHA256 
edab0b34992dab8e1d397c30a4dca2ef3dad601c6c75e9c1cc771040089762c2 SHA512 
b06ce3bb34728253bc3a3643ff7adde38ed7939961d79e001ae445e71435efc8aaefa94e5a3306a10abb9821511d2421590db7488bf7a95c8e5d6d677ecc712c
 WHIRLPOOL 
783c5d0f354791cc8a9ec47aadda2ab3fdc2c73add236306f641422d02ecd6ff36ee38a45d356cd805cd592358471e24f27b67e8e24694523cf4f6340d7ca8bb
 DIST shotwell.1 1238 SHA256 
7f4036f14a6c599835bd121d63705ddc766388aae8c6414eb3a405c85b9a5014 SHA512 
8090d5d339a44992d2543ba9ed1bb6e0eb18da8d3fe6ad4f95f917d3aca352e6af0b8c21a7da3a8be9aa1cb04a13e8602d9db8484d4801547cfadc6c40500ad4
 WHIRLPOOL 
cb3c1ef3cb6a577fa94d0aec4dfc06ee84a1f1268e3217704fed269cd0cd3c220a4e68d270c152b34dc2e438e193d47aee87dd891a39fd8236a6d269eb3b

diff --git a/media-gfx/shotwell/files/shotwell-0.13.1-ldflags.patch 
b/media-gfx/shotwell/files/shotwell-0.13.1-ldflags.patch
deleted file mode 100644
index 97a9956..000
--- a/media-gfx/shotwell/files/shotwell-0.13.1-ldflags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Respect LDFLAGS when building C files. Bug #435048
-Patch hasn't been sent upstream yet.
-Index: shotwell-0.13.1/Makefile
-===
 shotwell-0.13.1.orig/Makefile
-+++ shotwell-0.13.1/Makefile
-@@ -697,7 +697,7 @@ $(EXPANDED_C_FILES): $(VALA_STAMP)
-   @
- 
- $(EXPANDED_OBJ_FILES): %.o: %.c $(CONFIG_IN) Makefile
--  $(CC) -c $(VALA_CFLAGS) $(CFLAGS) -o $@ $<
-+  $(CC) -c $(VALA_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
- 
- $(PROGRAM): $(EXPANDED_OBJ_FILES) $(RESOURCES) $(LANG_STAMP) 
$(THUMBNAILER_BIN)
-   $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(LDFLAGS) $(RESOURCES) 
$(VALA_LDFLAGS) $(EXPORT_FLAGS) -o $@
-Index: shotwell-0.13.1/plugins/Makefile.plugin.mk
-===
 shotwell-0.13.1.orig/plugins/Makefile.plugin.mk
-+++ shotwell-0.13.1/plugins/Makefile.plugin.mk
-@@ -54,7 +54,7 @@ $(CFILES): .stamp
-   @
- 
- $(OFILES): %.o: %.c $(CFILES)
--  $(CC) -c $(CFLAGS) $(DEFINES) -I../.. $(CFILES)
-+  $(CC) -c $(CFLAGS) $(LDFLAGS) $(DEFINES) -I../.. $(CFILES)
- 
- $(PLUGIN).so: $(OFILES)
-   $(CC) $(CFLAGS) $(LDFLAGS) -shared $(OFILES) $(LIBS) -o $@

diff --git a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild 
b/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
deleted file mode 100644
index 677f5aa..000
--- a/media-gfx/shotwell/shotwell-0.22.0-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.30"
-VALA_MAX_API_VERSION="0.30"
-
-inherit eutils gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-SRC_URI="
-   mirror://gnome/sources/${PN}/$(get_version_component_range 
1-2)/${P}.tar.xz
-   http://pkgs.fedoraproject.org/cgit/shotwell.git/plain/shotwell.1
-   
http://pkgs.fedoraproject.org/cgit/shotwell.git/plain/shotwell-icons.tar.bz2
-   "
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-CORE_SUPPORTED_LANGUAGES="
-   af ar as ast bg bn bn_IN bs ca cs da de el en_GB eo es et eu fi 

[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-gui/

2016-07-02 Thread Michael Palimaka
commit: 01ba6894df1c392edb196097d42a79831884b555
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  2 16:55:14 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:59:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ba6894

net-print/foomatic-gui: remove last rited package

Gentoo-bug: 584164

 net-print/foomatic-gui/Manifest|  1 -
 .../foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild| 36 --
 net-print/foomatic-gui/metadata.xml| 11 ---
 3 files changed, 48 deletions(-)

diff --git a/net-print/foomatic-gui/Manifest b/net-print/foomatic-gui/Manifest
deleted file mode 100644
index 9e53a6f..000
--- a/net-print/foomatic-gui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST foomatic-gui_0.7.9.5.tar.gz 122249 SHA256 
e0ae4afa43a39bbcc74510ad22796a95eefd898f780fb392cf39afd3318931ff SHA512 
d118caa3f905d8b2a20f55d7b51c41501f83455c5ef18b1e18c99414cefaa5d32a051f33cad8a446740566e7f4928c7ff4ccca3cfee9f20b39ca43290d05987e
 WHIRLPOOL 
0988a5635297ecff94410bea2e71fe2d3b603ed5b6bb7a4cf2c62d9e20e33d84d6723e66c8651a3ce9ccf603956e433e3e03a918ff9ddcf9b1a2a465d45f614f

diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild 
b/net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild
deleted file mode 100644
index 526c912..000
--- a/net-print/foomatic-gui/foomatic-gui-0.7.9.5-r1.ebuild
+++ /dev/null
@@ -1,36 +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 )
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-DESCRIPTION="GNOME interface for configuring the Foomatic printer filter 
system"
-HOMEPAGE="http://freshmeat.net/projects/foomatic-gui/;
-SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-python/libgnome-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:2[${PYTHON_USEDEP}]
-   dev-python/libbonobo-python[${PYTHON_USEDEP}]
-   dev-python/gnome-vfs-python[${PYTHON_USEDEP}]
-   dev-python/ipy[${PYTHON_USEDEP}]
-   dev-python/pygtk:2[${PYTHON_USEDEP}]
-   dev-python/pywebkitgtk[${PYTHON_USEDEP}]
-   net-print/foomatic-db-engine"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}

diff --git a/net-print/foomatic-gui/metadata.xml 
b/net-print/foomatic-gui/metadata.xml
deleted file mode 100644
index bf89ef9..000
--- a/net-print/foomatic-gui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   print...@gentoo.org
-   Gentoo Printing Project
-   
-   
-   foomatic-gui
-   
-



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

2016-07-02 Thread Michael Palimaka
commit: f486a22b685ecf59979204f450b2bddbcd2b9473
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  2 16:58:55 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:59:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f486a22b

profiles: drop mask for removed sys-libs/libfreevec

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b6df3a0..ca52156 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,11 +286,6 @@ dev-util/weblint
 # Masked for removal in 30 days.
 dev-util/osdt
 
-# Michael Palimaka  (1 Jun 2016)
-# Ancient. Unused. Dead upstream. Masked for removal in 30 days.
-# Bug 584374.
-sys-libs/libfreevec
-
 # Michael Palimaka  (26 May 2016)
 # Depends on vulnerable slot of net-libs/webkit-gtk.
 # Dead upstream. Unmaintained. Masked for removal in 30 days.



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

2016-07-02 Thread Michael Palimaka
commit: 41f8fe3d279cc9d8e0127512d28a74c2223a2a4f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  2 16:58:29 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:59:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f8fe3d

sys-libs/libfreevec: remove last rited package

Gentoo-bug: 584374

 sys-libs/libfreevec/Manifest|  1 -
 sys-libs/libfreevec/libfreevec-1.0.4.ebuild | 25 -
 sys-libs/libfreevec/metadata.xml| 11 ---
 3 files changed, 37 deletions(-)

diff --git a/sys-libs/libfreevec/Manifest b/sys-libs/libfreevec/Manifest
deleted file mode 100644
index c181e5f..000
--- a/sys-libs/libfreevec/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libfreevec-1.0.4.tar.bz2 485620 SHA256 
4f0ea1cbb4daa27fe700766b9a545c820e8ae73460ed79eced682552ed1e586b SHA512 
f37632273c58231af4cb0d27f47390d656f521305ccd5c3d2fbd0446fc28c50f930ac5eafc839da50c973dd8115d35caab193db4800aeb961efcd10c6dbba2ce
 WHIRLPOOL 
f717cc398394e4f81bb9fafa2cd5383a25e7eb73b7223a872e8a32798200e0cabaa5f5dc2f0e01a1a32daf92c698f173e221e1e15dea903e9dc622af8e1864ca

diff --git a/sys-libs/libfreevec/libfreevec-1.0.4.ebuild 
b/sys-libs/libfreevec/libfreevec-1.0.4.ebuild
deleted file mode 100644
index 5045cd8..000
--- a/sys-libs/libfreevec/libfreevec-1.0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Altivec enabled libc memory function"
-HOMEPAGE="http://freevec.org;
-SRC_URI="http://www.codex.gr/system/files/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~ppc ~ppc64"
-IUSE=""
-
-DEPEND=">=sys-devel/gcc-4.2"
-RDEPEND=""
-
-src_compile() {
-   econf || die "econf failed"
-   emake || die "emake failed"
-
-}
-src_install() {
-   make DESTDIR="${D}" install || die "install failed"
-   dodoc TODO README INSTALL
-}

diff --git a/sys-libs/libfreevec/metadata.xml b/sys-libs/libfreevec/metadata.xml
deleted file mode 100644
index a8d7439..000
--- a/sys-libs/libfreevec/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-  lu_z...@gentoo.org
-
-
-  p...@gentoo.org
-  Gentoo Linux PowerPC Development
-
-



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

2016-07-02 Thread Michael Palimaka
commit: 0cd93702fff0d696e42ac3e7f3990f63c99380e0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  2 16:57:16 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:59:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd93702

app-admin/sulfur: remove last rited package

Gentoo-bug: 584454

 app-admin/sulfur/Manifest   |  1 -
 app-admin/sulfur/metadata.xml   | 10 --
 app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild | 53 -
 3 files changed, 64 deletions(-)

diff --git a/app-admin/sulfur/Manifest b/app-admin/sulfur/Manifest
deleted file mode 100644
index 8adc3e8..000
--- a/app-admin/sulfur/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sulfur-1.0_rc104.tar.bz2 541140 SHA256 
fbed99b527ee7f190dd0ddd49d0350ccb72473ec71aa2a5db1180fb5578aab1c SHA512 
11038694fe8e0d145c3bd97c4a85d629aa7844bffe925d85e863c8cd72d555de0bf23d3a3115c255a62c4e48bc3501b201ad4bf918c6a5d2989ea0607a1a83f2
 WHIRLPOOL 
3ee09e6ed417c78e1db1907c4126b4f7892699e11be3ac8445794722c7a593a07083fc4236d290dc961bcc38eaef57127aad7fe65d3ae89845e161a2c36d5f67

diff --git a/app-admin/sulfur/metadata.xml b/app-admin/sulfur/metadata.xml
deleted file mode 100644
index 15f07e4..000
--- a/app-admin/sulfur/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   lx...@gentoo.org
-   Fabio Erculiani
-   
-   
-   
-

diff --git a/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild 
b/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild
deleted file mode 100644
index 0caf441..000
--- a/app-admin/sulfur/sulfur-1.0_rc104-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2-utils fdo-mime python-single-r1
-
-DESCRIPTION="Sulfur, the Entropy Package Manager Store"
-HOMEPAGE="http://www.sabayon.org;
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-SRC_URI="mirror://sabayon/app-admin/sulfur-${PV}.tar.bz2"
-
-RDEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]
-   >=sys-apps/entropy-${PV}[${PYTHON_USEDEP}]
-   sys-apps/file[python,${PYTHON_USEDEP}]
-   sys-devel/gettext
-   x11-libs/vte:0[python,${PYTHON_USEDEP}]
-   x11-misc/xdg-utils"
-DEPEND="sys-devel/gettext"
-
-src_compile() {
-   emake || die "make failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" LIBDIR="usr/lib" install || die "make install 
failed"
-   dodir /etc/gconf/schemas
-   insinto /etc/gconf/schemas
-   doins "${S}/misc/entropy-handler.schemas"
-
-   python_fix_shebang "${ED}"
-   python_optimize "${ED%/}"/usr/lib/entropy
-}
-
-pkg_postinst() {
-   fdo-mime_mime_database_update
-   fdo-mime_desktop_database_update
-   gnome2_gconf_savelist
-   gnome2_gconf_install
-}
-
-pkg_postrm() {
-   gnome2_gconf_savelist
-   gnome2_gconf_uninstall
-}



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

2016-07-02 Thread Michael Palimaka
commit: e1934ce0ebe1821ace635fc383d479cdf662d785
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  2 16:55:35 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:59:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1934ce0

profiles: drop mask for removed net-print/foomatic-gui

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2752fa3..d3a9f72 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -295,11 +295,6 @@ sys-libs/libfreevec
 # Obsolete package. Masked for removal in 30 days. Bug 584454.
 app-admin/sulfur
 
-# Michael Palimaka  (1 Jun 2016)
-# Depends on vulnerable slot of net-libs/webkit-gtk. Dead upstream.
-# Masked for removal in 30 days. Bug 584164.
-net-print/foomatic-gui
-
 # Michael Palimaka  (26 May 2016)
 # Depends on vulnerable slot of net-libs/webkit-gtk.
 # Dead upstream. Unmaintained. Masked for removal in 30 days.



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

2016-07-02 Thread Michael Palimaka
commit: d8f9b6cbf8a19d0c7ca94d851d421e30fac0b00c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  2 16:57:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:59:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f9b6cb

profiles: drop mask for removed app-admin/sulfur

 profiles/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d3a9f72..b6df3a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -291,10 +291,6 @@ dev-util/osdt
 # Bug 584374.
 sys-libs/libfreevec
 
-# Michael Palimaka  (1 Jun 2016)
-# Obsolete package. Masked for removal in 30 days. Bug 584454.
-app-admin/sulfur
-
 # Michael Palimaka  (26 May 2016)
 # Depends on vulnerable slot of net-libs/webkit-gtk.
 # Dead upstream. Unmaintained. Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-runtime/

2016-07-02 Thread Michael Palimaka
commit: 5023b040f12288e76b1dd9d6060f601ee431d29b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 26 11:54:03 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5023b040

kde-apps/kdepim-runtime: Block incompatible kdepimlibs versions

Gentoo-bug: 586626

Package-Manager: portage-2.2.28

 kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild
index 41280b4..ba5ccc3 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-4.14.10.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${DEPEND}
$(add_kdeapps_dep kdepim-icons)
>=kde-frameworks/oxygen-icons-5.19.0:5
)
+   !>=kde-apps/kdepimlibs-4.14.11_pre20160211
!kde-misc/akonadi-google
 "
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-l10n/

2016-07-02 Thread Michael Palimaka
commit: bfa30592a42cb1a1813512f3c4cd4e222f35a2f5
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 26 11:29:00 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa30592

kde-apps/kdepim-l10n: Set SRC_URI in ebuild and fix it

It being the only ebuild with that SRC_URI, was wrong in eclass anyway.

Package-Manager: portage-2.2.28

 kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild 
b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
index 7252976..3f02b70 100644
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
+++ b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.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$
 
@@ -28,7 +28,7 @@ MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et 
eu
 
 PIM_L10N="kdepim kdepimlibs"
 
-URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
+URI_BASE="mirror://kde/Attic/4.4.5/src/kde-l10n"
 SRC_URI=""
 
 for MY_LANG in ${MY_LANGS} ; do



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

2016-07-02 Thread Michael Palimaka
commit: aef5dfd778b43ec617dce08e46b2e11c9f573e60
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 26 11:32:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef5dfd7

kde4-base.eclass: Cleanup SRC_URIs

 eclass/kde4-base.eclass | 10 --
 1 file changed, 10 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 23c85e8..b6ee447 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -433,10 +433,6 @@ _calculate_src_uri() {
case ${KDEBASE} in
kde-base)
case ${PV} in
-   4.4.11.1)
-   # KDEPIM 4.4, special case
-   # TODO: Remove this part when KDEPIM 
4.4 gets out of the tree
-   
SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2" ;;
4.4.20*)
# KDEPIM 4.4 no-akonadi branch, special 
case
# TODO: Remove this part when KDEPIM 
4.4 gets out of the tree
@@ -444,18 +440,12 @@ _calculate_src_uri() {
4.?.[6-9]? | 4.??.[6-9]?)
# Unstable KDE SC releases

SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.xz" ;;
-   4.11.19)
-   # Part of 15.04.1 actually, sigh. Not 
stable for next release!
-   
SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.11.22)
# Part of 15.08.0 actually, sigh. Not 
stable for next release!

SRC_URI="mirror://kde/stable/applications/15.08.0/src/${_kmname_pv}.tar.xz" ;;
4.14.3)
# Last SC release

SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.xz" ;;
-   4.14.8)
-   # Part of 15.04.1 actually, sigh. Used 
by kdelibs and KDE PIM 4.
-   
SRC_URI="mirror://kde/Attic/applications/15.04.1/src/${_kmname_pv}.tar.xz" ;;
4.14.10)
# Part of 15.04.3 actually, sigh. Used 
by last version of KDE PIM 4.

SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-l10n/

2016-07-02 Thread Michael Palimaka
commit: 8a301388a673d9f606436071d7b9bbc2acbc7b31
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 26 10:51:20 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a301388

kde-apps/kdepim-l10n: Drop old, conflicting versions

All revbumps were stabilised.

Package-Manager: portage-2.2.28

 kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild | 111 
 .../kdepim-l10n/kdepim-l10n-4.4.11.1-r1.ebuild | 112 -
 2 files changed, 223 deletions(-)

diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild 
b/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild
deleted file mode 100644
index d76ee3b..000
--- a/kde-apps/kdepim-l10n/kdepim-l10n-4.14.3.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-inherit kde4-base
-
-DESCRIPTION="KDE PIM internationalization package"
-HOMEPAGE="http://l10n.kde.org;
-
-DEPEND="
-   sys-devel/gettext
-"
-RDEPEND=""
-
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
-hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
-sl sr sv tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE/kdepim/kde}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
-   local LNG DIR
-   if [[ -z ${A} ]]; then
-   elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
-   elog
-   elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
-   elog
-   fi
-
-   # For EAPI >= 3, or if not using .tar.xz archives:
-   [[ -n ${A} ]] && unpack ${A}
-   cd "${S}"
-
-   # add all linguas to cmake
-   if [[ -n ${A} ]]; then
-   for LNG in ${LINGUAS}; do
-   DIR="kde-l10n-${LNG}-${PV}"
-   if [[ -d "${DIR}" ]] ; then
-   echo "add_subdirectory( ${DIR} )" >> 
"${S}"/CMakeLists.txt
-   fi
-
-   # remove everything except kdepim and kdepim-runtime
-   for SUBDIR in data docs messages scripts ; do
-   if [[ -d "${S}/${DIR}/${SUBDIR}" ]] ; then
-   einfo "   ${SUBDIR} subdirectory"
-   echo > 
"${S}/${DIR}/${SUBDIR}/CMakeLists.txt"
-   [[ -d "${S}/${DIR}/${SUBDIR}/kdepim" ]] 
&& ( echo "add_subdirectory(kdepim)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
-   [[ -d 
"${S}/${DIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo 
"add_subdirectory(kdepim-runtime)" >> "${S}/${DIR}/${SUBDIR}/CMakeLists.txt" )
-   fi
-   done
-
-   # in some cases we may have sub-lingua subdirs, e.g. sr 
:(
-   for XSUBDIR in "${S}/${DIR}/${LNG}"@* ; do
-   XLNG=$(echo ${XSUBDIR}|sed -e 's:^.*/::')
-   if [[ -d "${XSUBDIR}" ]] ; then
-   einfo "   ${XLNG} variant"
-   # remove everything except kdepim and 
kdepim-runtime
-   for SUBDIR in data docs messages 
scripts ; do
-   if [[ -d "${XSUBDIR}/${SUBDIR}" 
]] ; then
-   einfo "  ${SUBDIR} 
subdirectory"
-   echo > 
"${XSUBDIR}/${SUBDIR}/CMakeLists.txt"
-   [[ -d 
"${XSUBDIR}/${SUBDIR}/kdepim" ]] && ( echo "add_subdirectory(kdepim)" >> 
"${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
-   [[ -d 
"${XSUBDIR}/${SUBDIR}/kdepim-runtime" ]] && ( echo 
"add_subdirectory(kdepim-runtime)" >> "${XSUBDIR}/${SUBDIR}/CMakeLists.txt" )
-   fi
-   done
-   fi
-   done
-   done
-   fi
-}
-
-src_prepare() {
-   [[ -n ${A} ]] && kde4-base_src_prepare
-}
-
-src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_build handbook docs)
-   )
-   [[ -n ${A} ]] && 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/

2016-07-02 Thread Michael Palimaka
commit: 79c8c5d7465a6b12a1210db13fe38bc167be26b0
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 26 11:46:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c8c5d7

kde-apps/kmail: Block incompatible kdepimlibs versions

Gentoo-bug: 586626

Package-Manager: portage-2.2.28

 kde-apps/kmail/kmail-4.14.10.ebuild | 5 ++---
 kde-apps/kmail/kmail-4.4.2015.06.ebuild | 4 +++-
 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 4 +++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kmail/kmail-4.14.10.ebuild 
b/kde-apps/kmail/kmail-4.14.10.ebuild
index d92a869..17f4556 100644
--- a/kde-apps/kmail/kmail-4.14.10.ebuild
+++ b/kde-apps/kmail/kmail-4.14.10.ebuild
@@ -20,9 +20,8 @@ DEPEND="
$(add_kdeapps_dep korganizer)
$(add_kdeapps_dep kdepim-common-libs)
 "
-RDEPEND="
-   ${DEPEND}
-   !=kde-apps/kdepim-common-libs-4.12.1-r1
+RDEPEND="${DEPEND}
+   !>=kde-apps/kdepimlibs-4.14.11_pre20160211
 "
 
 RESTRICT="test"

diff --git a/kde-apps/kmail/kmail-4.4.2015.06.ebuild 
b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
index 741b12d..6fdba1d 100644
--- a/kde-apps/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2015.06.ebuild
@@ -20,7 +20,9 @@ DEPEND="
$(add_kdeapps_dep libkleo '' 4.4.2015)
$(add_kdeapps_dep libkpgp '' 4.4.2015)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
 
 KMEXTRACTONLY="
korganizer/org.kde.Korganizer.Calendar.xml

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild 
b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
index 5ea14c1..01126d5 100644
--- a/kde-apps/kmail/kmail-4.4.2016.01.ebuild
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -21,7 +21,9 @@ DEPEND="
$(add_kdeapps_dep libkleo '' 4.4.2015)
$(add_kdeapps_dep libkpgp '' 4.4.2015)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !>=kde-apps/kdepimlibs-4.14.11_pre20160211
+"
 
 KMEXTRACTONLY="
korganizer/org.kde.Korganizer.Calendar.xml



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kde4-l10n/

2016-07-02 Thread Michael Palimaka
commit: d98e06a015ae4e52299e2eba253cd381fa290c7b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul  2 08:11:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  2 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98e06a0

kde-apps/kde4-l10n: Drop old, conflicting versions

15.12.3-r1 is stable while current stable kdepim-l10n ebuilds have
!http://l10n.kde.org;
-
-DEPEND="
-   sys-devel/gettext
-"
-RDEPEND=""
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="minimal"
-
-# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 
's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '
-MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he
-hi hr hu ia id is it ja kk km ko lt lv mr nb nds nl nn pa pl pt pt_BR ro ru sk
-sl sr sv tr ug uk wa zh_CN zh_TW"
-
-URI_BASE="${SRC_URI/kde4/kde}"
-URI_BASE="${URI_BASE/-${PV}.tar.xz/}"
-SRC_URI=""
-
-for MY_LANG in ${MY_LANGS} ; do
-   IUSE="${IUSE} linguas_${MY_LANG}"
-   SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( 
${URI_BASE}/kde-l10n-${MY_LANG}-${PV}.tar.xz )"
-done
-
-S="${WORKDIR}"
-
-src_unpack() {
-   if [[ -z ${A} ]]; then
-   elog
-   elog "You either have the LINGUAS variable unset, or it only"
-   elog "contains languages not supported by ${P}."
-   elog "You won't have any additional language support."
-   elog
-   elog "${P} supports these language codes:"
-   elog "${MY_LANGS}"
-   elog
-   fi
-
-   [[ -n ${A} ]] && unpack ${A}
-}
-
-src_prepare() {
-   local LNG DIR
-   # add all linguas to cmake
-   if [[ -n ${A} ]]; then
-   for LNG in ${LINGUAS}; do
-   DIR="kde-l10n-${LNG}-${PV}"
-   if [[ -d "${DIR}" ]] ; then
-   echo "add_subdirectory( ${DIR} )" >> 
"${S}"/CMakeLists.txt
-   fi
-   done
-   fi
-   find "${S}" -name CMakeLists.txt -type f \
-   -exec sed -i -e 's:^ *add_subdirectory( *kdepim-runtime *):# no 
kdepim-runtime:g' {} +
-   find "${S}" -name CMakeLists.txt -type f \
-   -exec sed -i -e 's:^ *add_subdirectory( *kdepim *):# no 
kdepim:g' {} +
-   find "${S}" -name CMakeLists.txt -type f \
-   -exec sed -i -e 's:^ *add_subdirectory( *kdepimlibs *):# no 
kdepimlibs:g' {} +
-
-   # Drop translations that get installed with plasma 5 and kde apps 5 
packages
-   if use minimal; then
-
-   # KDE Workspace 4
-   rm -f "${S}"/*/messages/kde-workspace/{freespacenotifier,\
-joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
-kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
-kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
-kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\
-kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\
-kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\
-kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\
-khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\
-kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\
-ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\
-libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\
-plasma_applet_quicklaunch,plasma_applet_system-monitor,\
-plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\
-plasma_containmentactions_switchwindow,plasma_engine_keystate,\
-plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\
-plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\
-plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\
-plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\
-plasma_runner_placesrunner,plasma_runner_plasma-desktop,\
-plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
-plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
-plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
-powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
-powerdevilprofilesconfig,processcore,processui,systemsettings}.po
-
-   # KDE Runtime 4
-   rm -f "${S}"/*/messages/kde-runtime/{attica_kde,drkonqi,\
-filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
-kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
-khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
-kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
-kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
-ktraderclient,phonon_kde,soliduiserver}.po
-
-   # KDE Plasma 

[gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/

2016-07-02 Thread Thomas Beierlein
commit: 71cc615bca5d97b881789bdf0b8ae006b1514def
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Jul  2 16:44:14 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Jul  2 16:44:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cc615b

media-radio/flrig: Maintenance release

Package-Manager: portage-2.3.0

 media-radio/flrig/Manifest|  1 +
 media-radio/flrig/flrig-1.3.26.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest
index ed754a2..7a17eff 100644
--- a/media-radio/flrig/Manifest
+++ b/media-radio/flrig/Manifest
@@ -2,3 +2,4 @@ DIST flrig-1.3.19.tar.gz 617353 SHA256 
4b697d6737b94b3e3cf1237283f23587ffaf6de84
 DIST flrig-1.3.21.tar.gz 621380 SHA256 
d5d83832ab8e072962e01d90a66b609d93992a2a9266e9647adfbb35ef28dd91 SHA512 
5f1d96ab2464089448c0dcdcb35134f7e26e2c17d9c63c19cd256650a34a16bff5e1b41913842bba7f8c7f320bdc9f15e9d48f1e721c3a2fd8b316ab6a91ca6d
 WHIRLPOOL 
b5079105b9b5796c07b57a160bb54125709feba02959232da8f82ca44a966be795d6cf48c872aedbc8720740e1b486e73a3bb4d4fe5bf82b42f66a7f9113dd11
 DIST flrig-1.3.22.tar.gz 613526 SHA256 
be30ceaf06a64cc7db9f12f0a7d1da597a5569f248323f2dc2cd037fd1730908 SHA512 
51525de330ead7dd5f79d447dc53c6710a99faa4550c06fe3a80e6e504f67bd0a40fbd4befb907ee8770d7a69831ab993f1553e9ecb44e96d8140cc8471b3235
 WHIRLPOOL 
a3370812bd01ef93555b5084c1f177ed1e965642e10e027ef4b98305f9436c8483391a3f79f36b7a0fe2c8102fbb87215f86ba782d4dcab2e12313f7e5310b1b
 DIST flrig-1.3.25.tar.gz 659060 SHA256 
56e1ffb2ea6fccaa00141fe6efbc492d260efc7ea449aca827625095f5d8b257 SHA512 
b845b125d58f4254f00d5e3fc758e7b3ee1cbf502df8d88058d47e791ef0e6fc4e5daccc477c4d1b5f716a9eaded309cb2e80b3b94499970620173a1c5c86b62
 WHIRLPOOL 
22f4932277e07c69e028b28fd3758ceda1011cc9591da67c7d02e78615d005d8977708aa43925c7412b153026998ceaa85999c7c4492d7fd2bbcfd80215575ec
+DIST flrig-1.3.26.tar.gz 659073 SHA256 
b9367a70445fd5229b5fc7aba9d47970d0f32600b80c117084875a9ffb9a646b SHA512 
1fd4169fa5fee80d9c36e7f663fafdc13dc32e9eed80a13e0b98734fbab7132708577a93f1cc7eaf84bf3ac8aba278b94ce07ef0e1183eca6bbf3c6147a2e811
 WHIRLPOOL 
76357ff07415dc6e5dfa046bef12a07d546c2cac7e4ba946e4ef46f1b804f148086a89d8f433e769ca08235196fe789bc5c00448b2dbea6796a278304711e150

diff --git a/media-radio/flrig/flrig-1.3.26.ebuild 
b/media-radio/flrig/flrig-1.3.26.ebuild
new file mode 100644
index 000..e8fc0e2
--- /dev/null
+++ b/media-radio/flrig/flrig-1.3.26.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="Transceiver control program for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html;
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/fltk:1
+   x11-misc/xdg-utils"
+
+DEPEND="${RDEPEND}
+   sys-devel/gettext"
+
+src_prepare() {
+   epatch "${FILESDIR}"/fix-bashism.patch
+   eautoreconf
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog README
+}



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

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 44b228d869e892525c0957ec42f35b654e28582f
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 16:16:17 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 16:16:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b228d8

net-mail/notmuch: Make tests verbose in stable ebuilds as well

Package-Manager: portage-2.3.0

 net-mail/notmuch/notmuch-0.18.2.ebuild  | 4 ++--
 net-mail/notmuch/notmuch-0.19-r1.ebuild | 4 ++--
 net-mail/notmuch/notmuch-0.20.2.ebuild  | 4 ++--
 net-mail/notmuch/notmuch-0.21.ebuild| 4 ++--
 net-mail/notmuch/notmuch-0.22.ebuild| 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-mail/notmuch/notmuch-0.18.2.ebuild 
b/net-mail/notmuch/notmuch-0.18.2.ebuild
index 9651014..a0070f8 100644
--- a/net-mail/notmuch/notmuch-0.18.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.18.2.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$
 
@@ -133,7 +133,7 @@ src_compile() {
 src_test() {
pax-mark -m notmuch
emake download-test-databases
-   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }
 

diff --git a/net-mail/notmuch/notmuch-0.19-r1.ebuild 
b/net-mail/notmuch/notmuch-0.19-r1.ebuild
index 656236c..7e0b38c 100644
--- a/net-mail/notmuch/notmuch-0.19-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.19-r1.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$
 
@@ -147,7 +147,7 @@ src_compile() {
 src_test() {
pax-mark -m notmuch
emake download-test-databases
-   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }
 

diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild 
b/net-mail/notmuch/notmuch-0.20.2.ebuild
index 2979688..8b88dd9 100644
--- a/net-mail/notmuch/notmuch-0.20.2.ebuild
+++ b/net-mail/notmuch/notmuch-0.20.2.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$
 
@@ -143,7 +143,7 @@ src_compile() {
 src_test() {
pax-mark -m notmuch
emake download-test-databases
-   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }
 

diff --git a/net-mail/notmuch/notmuch-0.21.ebuild 
b/net-mail/notmuch/notmuch-0.21.ebuild
index 896f474..211a70e 100644
--- a/net-mail/notmuch/notmuch-0.21.ebuild
+++ b/net-mail/notmuch/notmuch-0.21.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$
 
@@ -143,7 +143,7 @@ src_compile() {
 src_test() {
pax-mark -m notmuch
emake download-test-databases
-   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }
 

diff --git a/net-mail/notmuch/notmuch-0.22.ebuild 
b/net-mail/notmuch/notmuch-0.22.ebuild
index 1cf92ce..3c6dfdd 100644
--- a/net-mail/notmuch/notmuch-0.22.ebuild
+++ b/net-mail/notmuch/notmuch-0.22.ebuild
@@ -141,7 +141,7 @@ src_compile() {
 src_test() {
pax-mark -m notmuch
emake download-test-databases
-   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/, app-backup/burp/files/

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 4b23af00c3b7d9dd6b2099541fe01561edb25262
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Thu Jun 30 22:54:13 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 16:11:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b23af00

app-backup/burp: Move scripts out of /etc

Burp needs /etc/burp directory to be writable for its daemon (at least
first time it runs). On the other hand an executable cannot be placed
into a group-writable directory and this is where Burp scripts are
installed by default. Move all scripts to /usr/share/burp/scripts. /etc
is not a good place for scripts anyway.

Gentoo-Bug: 562470

Package-Manager: portage-2.3.0

 app-backup/burp/burp-1.4.40-r2.ebuild | 108 ++
 app-backup/burp/files/burp.initd  |   7 ++-
 2 files changed, 112 insertions(+), 3 deletions(-)

diff --git a/app-backup/burp/burp-1.4.40-r2.ebuild 
b/app-backup/burp/burp-1.4.40-r2.ebuild
new file mode 100644
index 000..da09df4
--- /dev/null
+++ b/app-backup/burp/burp-1.4.40-r2.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils user
+
+DESCRIPTION="Network backup and restore client and server for Unix and Windows"
+HOMEPAGE="http://burp.grke.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
+   http://burp.grke.org/downloads/${P}/${P}.tar.bz2;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl afs ipv6 libressl nls tcpd xattr"
+
+DEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   dev-libs/uthash
+   sys-libs/libcap
+   

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

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 67d71e92930ef8716512c0111c30d796e01a0880
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 09:27:20 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 16:11:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d71e92

net-mail/notmuch: Rename debug flag to valgrind (in testing ebuild only)

Require valgrind only for build. 'debug' flag was actually misused.

Gentoo-Bug: 587560

Package-Manager: portage-2.3.0

 net-mail/notmuch/metadata.xml   | 1 +
 net-mail/notmuch/notmuch-0.22-r2.ebuild | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-mail/notmuch/metadata.xml b/net-mail/notmuch/metadata.xml
index d476d72..332a3c0 100644
--- a/net-mail/notmuch/metadata.xml
+++ b/net-mail/notmuch/metadata.xml
@@ -15,6 +15,7 @@
Install experimental tag sharing /
pseudo-bug-tracking script for Notmuch
(see http://notmuchmail.org/nmbug/)
+   Depend on dev-util/vagrind for test 
suite


Notmuch is a system for indexing, searching, reading, and 
tagging large

diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild 
b/net-mail/notmuch/notmuch-0.22-r2.ebuild
index 41765a4..6f415c8 100644
--- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
+++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
@@ -22,9 +22,9 @@ KEYWORDS="~amd64 ~x86"
 REQUIRED_USE="
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )
-   test? ( crypt debug emacs python )
+   test? ( crypt emacs python valgrind )
"
-IUSE="crypt debug doc emacs mutt nmbug python test"
+IUSE="crypt doc emacs mutt nmbug python test valgrind"
 
 CDEPEND="
>=app-shells/bash-completion-1.9
@@ -35,7 +35,6 @@ CDEPEND="
>=sys-libs/zlib-1.2.5.2
sys-libs/talloc
crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] )
-   debug? ( dev-util/valgrind )
emacs? ( >=virtual/emacs-23 )
python? ( ${PYTHON_DEPS} )
"
@@ -45,6 +44,7 @@ DEPEND="${CDEPEND}
test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
>=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb
crypt? ( app-crypt/gnupg dev-libs/openssl ) )
+   valgrind? ( dev-util/valgrind )
"
 RDEPEND="${CDEPEND}
crypt? ( app-crypt/gnupg )
@@ -99,7 +99,7 @@ src_prepare() {
 
rm -f Makefile.config # assure that new Makefile.config will be 
generated
 
-   if use debug; then
+   if use test; then
append-cflags -g
append-cxxflags -g
fi



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

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: f6489a7a70061cde87b035b4523f20ecaf7bbb8c
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 16:06:24 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 16:11:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6489a7a

net-mail/notmuch: Make tests verbose

 net-mail/notmuch/notmuch-0.22-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild 
b/net-mail/notmuch/notmuch-0.22-r2.ebuild
index 6f415c8..3b36766 100644
--- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
+++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
@@ -142,7 +142,7 @@ src_compile() {
 src_test() {
pax-mark -m notmuch
emake download-test-databases
-   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+   LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }
 



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

2016-07-02 Thread Amadeusz Piotr Żołnowski
commit: 76a5c44143763c31f2fab5efaef913bba4fe51db
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  2 16:10:59 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  2 16:11:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a5c441

net-mail/notmuch: Let package manager download test database

Put test notmuch database into SRC_URI and copy it to test directory
rather than downloading it in src_test phase.

Package-Manager: portage-2.3.0

 net-mail/notmuch/Manifest   | 1 +
 net-mail/notmuch/notmuch-0.22-r2.ebuild | 9 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest
index 64dc7b3..8933e71 100644
--- a/net-mail/notmuch/Manifest
+++ b/net-mail/notmuch/Manifest
@@ -1,3 +1,4 @@
+DIST database-v1.tar.xz 204876 SHA256 
4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2 SHA512 
e2d87373e00b65756d7fea40c54fb236d7a37ce839145c3afd99ab26efdc17796e540c021e2c24e521df2d0a01ccbf918994f87a0d83235ff9b109a51555b3d0
 WHIRLPOOL 
c3a4d99405ce5143ee2ac0cbdebdabbee0213ecfcb25615612b1577165547dd7c5b6b1d1930302dc3a8afc92b3691a6a4cc48255e91b08a297f9d2510e789233
 DIST notmuch-0.18.2.tar.gz 635438 SHA256 
e99f7bfee1250aa9f23e05d926ec278316fb8dd135262b0e24f4ba1a78febc9c SHA512 
f6c7c9f17b1a7560bae8d3c7023be2fa6661a1dee5d69a6449a7b7c4468730b6917a857f015b67f09e18801e084a4c65a24a01603683e0ed12fc24b9feb9250e
 WHIRLPOOL 
40191e7078088b45deda2ab2d61a3e2448c61e63b69dd725a88ff68cfaedf68a6270f2d9171ef6a8cb475c4faefd9d84b899f7239953b53aebceede79a76199c
 DIST notmuch-0.19.tar.gz 659038 SHA256 
396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb SHA512 
41eba85d2e6f89693f53d607abdef837973204e709f2c7385e64507a19b316913851f17b3b6dc93d8a622c72756b3e696aad8189570a563df38994cf346791a5
 WHIRLPOOL 
380d2508f106fc08b31f7928d63587cfc7ed63835a0cde287d7ba09d3f6814070c789aad1d0bf6a3bab387273b2d37a8c783d939c2f4afa475b9785f2618a25a
 DIST notmuch-0.20.2.tar.gz 652945 SHA256 
f741a26345bff389fd8a4a119c4174c6585730f71844809583a54ef2a865adec SHA512 
08ab75df324f232edd7c36f73d01d7453c058ffb55c4f548afdf9abe843317c1d7066f21e7600c66c53577f7d31787914bf69743aa5d221e239e182452681c75
 WHIRLPOOL 
1698cb1b09046f50a57ebf23625a2dd68f86cac7cb1142be81e77b5625e49960cb2311c8acff44de0894238bced48853cdd72b7edf34109ecee0bc53d5b086fc

diff --git a/net-mail/notmuch/notmuch-0.22-r2.ebuild 
b/net-mail/notmuch/notmuch-0.22-r2.ebuild
index 3b36766..6ef3939 100644
--- a/net-mail/notmuch/notmuch-0.22-r2.ebuild
+++ b/net-mail/notmuch/notmuch-0.22-r2.ebuild
@@ -12,7 +12,8 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic 
pax-utils \
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
 HOMEPAGE="http://notmuchmail.org/;
-SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz"
+SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz
+   test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
 
 LICENSE="GPL-3"
 # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
@@ -90,6 +91,11 @@ pkg_setup() {
fi
 }
 
+src_unpack() {
+   unpack "${P}".tar.gz
+   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test-databases/
+}
+
 src_prepare() {
[[ "${MY_PATCHES[@]}" ]] && epatch "${MY_PATCHES[@]}"
 
@@ -141,7 +147,6 @@ src_compile() {
 
 src_test() {
pax-mark -m notmuch
-   emake download-test-databases
LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
pax-mark -ze notmuch
 }



[gentoo-commits] dev/ikelos:master commit in: dev-python/pypy/, dev-python/pypy/files/

2016-07-02 Thread Mike Auty
commit: aba3b64f7db0ad54d2953d4d35c1cdf4c1edaff7
Author: layman  localhost>
AuthorDate: Sat Jul  2 15:44:49 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sat Jul  2 15:44:49 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=aba3b64f

Remove old pypy ebuild.

 dev-python/pypy/ChangeLog  |  83 -
 dev-python/pypy/Manifest   |  11 -
 dev-python/pypy/files/1.7-patches.patch|  40 ---
 dev-python/pypy/files/1.7-scripts-location.patch   |  11 -
 .../pypy/files/1.8-elf-metadata-26a8d3fc57a7.patch |  10 -
 .../files/1.8-sext-instructions-02dc2f6160ee.patch |  22 --
 ...ils-fix_handling_of_executables_and_flags.patch | 391 -
 UnixCCompiler.runtime_library_dir_option.patch |  11 -
 .../pypy/files/pypy-1.8-unknown-opcodes.patch  |  15 -
 dev-python/pypy/metadata.xml   |  16 -
 dev-python/pypy/pypy-1.9.ebuild| 102 --
 11 files changed, 712 deletions(-)

diff --git a/dev-python/pypy/ChangeLog b/dev-python/pypy/ChangeLog
deleted file mode 100644
index 9eedca0..000
--- a/dev-python/pypy/ChangeLog
+++ /dev/null
@@ -1,83 +0,0 @@
-# ChangeLog for dev-python/pypy
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.17 2012/02/28 
19:24:00 floppym Exp $
-
-  28 Feb 2012; Mike Gilbert  pypy-1.7-r2.ebuild,
-  pypy-1.8-r1.ebuild:
-  Apply patch from Arfrever for bug 406129. Tested by Ian Delaney.
-
-  16 Feb 2012; Dirkjan Ochtman  pypy-1.8-r1.ebuild:
-  Add fake xml useflag for dependencies (suggested by Arfrever).
-
-*pypy-1.8-r1 (16 Feb 2012)
-
-  16 Feb 2012; Dirkjan Ochtman  +pypy-1.8-r1.ebuild,
-  +files/1.8-sext-instructions-02dc2f6160ee.patch,
-  +files/1.8-elf-metadata-26a8d3fc57a7.patch:
-  Made xml mandatory, stackless is built by default, split patches.
-
-  14 Feb 2012; Mike Gilbert  pypy-1.7-r2.ebuild,
-  pypy-1.8.ebuild:
-  Adjust memory requirements.
-
-  12 Feb 2012; Mike Gilbert  -pypy-1.7.ebuild,
-  pypy-1.7-r2.ebuild, pypy-1.8.ebuild:
-  Rename 1.7 tarball as well. Override src_unpack to avoid having to hardcode 
S.
-  Drop old version.
-
-  12 Feb 2012; Mike Gilbert  pypy-1.8.ebuild:
-  Rename source tarball.
-
-*pypy-1.8 (12 Feb 2012)
-
-  12 Feb 2012; Dirkjan Ochtman  +pypy-1.8.ebuild, 
metadata.xml:
-  Version bump to 1.8. Some test failures, but seems to be okay.
-
-  02 Feb 2012; Mike Gilbert  pypy-1.7-r2.ebuild:
-  Add sqlite USE flag, patch by Arfrever. Make several variables local.
-
-*pypy-1.7-r2 (01 Feb 2012)
-
-  01 Feb 2012; Mike Gilbert  +pypy-1.7-r2.ebuild,
-  -pypy-1.7-r1.ebuild,
-  files/pypy-1.7-distutils-fix_handling_of_executables_and_flags.patch:
-  Updated patch from Arfrever.
-
-*pypy-1.7-r1 (30 Jan 2012)
-
-  30 Jan 2012; Mike Gilbert 
-  +files/pypy-1.7-distutils-fix_handling_of_executables_and_flags.patch, 
+files/
-  
pypy-1.7-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patc
-  h, +pypy-1.7-r1.ebuild:
-  Apply patches from Arfrever to resolve bug 397523.
-
-  15 Jan 2012; Markos Chandras  pypy-1.7.ebuild:
-  Don't call use() in global scope. Patch by Arfrever.
-
-  13 Dec 2011; Nirbheek Chauhan  pypy-1.7.ebuild,
-  metadata.xml:
-  Remove USE=stackless, which is not optional any longer. Add the ~x86 keyword.
-  Add myself as co-maintainer.
-
-  30 Nov 2011; Dirkjan Ochtman  pypy-1.7.ebuild:
-  Fix problems resulting from earlier failing ${S}.
-
-  30 Nov 2011; Dirkjan Ochtman  -files/1.5-patches.patch,
-  -pypy-1.5.ebuild:
-  Remove old version.
-
-*pypy-1.7 (30 Nov 2011)
-
-  30 Nov 2011; Dirkjan Ochtman  +files/1.7-patches.patch,
-  +files/1.7-scripts-location.patch, +pypy-1.7.ebuild:
-  Version bump to 1.7 (bugs fixed: 379791, 383063, 373487).
-
-  24 Jun 2011; Dirkjan Ochtman  pypy-1.5.ebuild:
-  Fix bug 372641, bug 372639, bug 372517.
-
-*pypy-1.5 (06 Jun 2011)
-
-  06 Jun 2011; Dirkjan Ochtman  +files/1.5-patches.patch,
-  +pypy-1.5.ebuild, +metadata.xml:
-  Initial version of pypy (bug 300301).
-

diff --git a/dev-python/pypy/Manifest b/dev-python/pypy/Manifest
deleted file mode 100644
index 1107b5b..000
--- a/dev-python/pypy/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
-AUX 1.7-patches.patch 1842 RMD160 ee42ff2383477353cf0230a8567b22d87a4b4d56 
SHA1 4fa9f1ac91b3b5466e21d8d58dbc9f09b1fd90dd SHA256 
1417373a73221b65dcccdee1539a7a11018384ea3f7908cacc2e07b525ebe291
-AUX 1.7-scripts-location.patch 412 RMD160 
811c3cc38370f97274f8ec5cc36f34b3e79dae56 SHA1 
c03fa9679443ed9461829745f5bb00cfecd3eb22 SHA256 
abc39fbbf69d1d6b478a4a16626950e8e0b607fb05c6e1e1c10618c59fccdda9
-AUX 

[gentoo-commits] dev/ikelos:master commit in: dev-python/pythonnet/

2016-07-02 Thread Mike Auty
commit: e086f559cc44527d662c8e4ace519bdb70933be1
Author: layman  localhost>
AuthorDate: Thu Jun 16 09:11:18 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Thu Jun 16 09:11:18 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=e086f559

Add in initial Python for .NET code.

 dev-python/pythonnet/Manifest   |  1 +
 dev-python/pythonnet/pythonnet-2.1.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pythonnet/Manifest b/dev-python/pythonnet/Manifest
new file mode 100644
index 000..390cab0
--- /dev/null
+++ b/dev-python/pythonnet/Manifest
@@ -0,0 +1 @@
+DIST pythonnet-2.1.0.tar.gz 738139 SHA256 
6cb02d715b4d7b2696af7c88edad7b01e22080db5bcee00fba8779599696d408 SHA512 
92df62d0389ac5ef933afb573cf08209a7deb42094ffe77e73fe2479887a461ad0e4465ca5bec51333c20322dec612eb211dc941852b64363ab0c2e2be22ecdf
 WHIRLPOOL 
f8919eb297eac2a34e5e92e7a58482e49d16d6adb91339d310647d9deeb915150a4535680b69fce2e13d3f348bbd47eff7e5ecb037ca7c11c34d9b70b2cd7b89

diff --git a/dev-python/pythonnet/pythonnet-2.1.0.ebuild 
b/dev-python/pythonnet/pythonnet-2.1.0.ebuild
new file mode 100644
index 000..8399b2b
--- /dev/null
+++ b/dev-python/pythonnet/pythonnet-2.1.0.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_4 )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings to use .NET and mono assemblies."
+HOMEPAGE="http://pythonnet.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/mono
+sys-devel/clang[python]"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/, games-util/xboxdrv/files/

2016-07-02 Thread James Le Cuirot
commit: 1a467e8b2506662594afc28732a9249e8686c10e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jul  2 15:33:32 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jul  2 15:35:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a467e8b

games-util/xboxdrv: Version bump to 0.8.8, EAPI bump to 6, bug #567182

Includes patch to fix 60 second delay, upstream GitHub issue #144.

Package-Manager: portage-2.3.0

 games-util/xboxdrv/Manifest|  1 +
 games-util/xboxdrv/files/github-144.patch  | 15 ++
 games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch | 13 +
 games-util/xboxdrv/xboxdrv-0.8.8.ebuild| 63 ++
 4 files changed, 92 insertions(+)

diff --git a/games-util/xboxdrv/Manifest b/games-util/xboxdrv/Manifest
index 4f53fe7..a5eaa4a 100644
--- a/games-util/xboxdrv/Manifest
+++ b/games-util/xboxdrv/Manifest
@@ -1 +1,2 @@
 DIST xboxdrv-linux-0.8.5.tar.bz2 265805 SHA256 
411195c4f5310a1a5f21f015daaf00b277f75da89df710308f8abfcf8f337e78 SHA512 
954a3664462dfeff63a455f3dfea4bc14f8c3e07fa9b0c299bb523b4089faad7f8d634511eb66c023bd289adbbf18e96ce26cbcf5b8ffc9bb3088f1afe532601
 WHIRLPOOL 
f47cdbcf40bd237715ff2b55354c6570ebbccd9cd0beb09b91869fa37db247c57019593b317d2acd767044fe92019defa01c9592bb3b63d2283103ff10dae844
+DIST xboxdrv-linux-0.8.8.tar.bz2 267919 SHA256 
f4fb8c09c0ce3841798f129ae4c2caf3f6db9786d78ad941994e425e3ffc168a SHA512 
2978b33d23636431ee0cc393ea32d3d26ebe9f2b914f0bf8bc0e096f98202726768142e653bc5765ac55084b105ff3a6214bdf6e745fdd8aa167260c54c10494
 WHIRLPOOL 
a27c0c68171cb08c6edc12aeafb84ae3a2edb14b8d4a87ad607f722581a58955d11808acb8c0b7169581850f52dd76be2c100de5e284a1521d10f0ae108a867d

diff --git a/games-util/xboxdrv/files/github-144.patch 
b/games-util/xboxdrv/files/github-144.patch
new file mode 100644
index 000..5782e1a
--- /dev/null
+++ b/games-util/xboxdrv/files/github-144.patch
@@ -0,0 +1,15 @@
+diff -Naur xboxdrv-linux-0.8.5.orig/src/usb_gsource.cpp 
xboxdrv-linux-0.8.5/src/usb_gsource.cpp
+--- xboxdrv-linux-0.8.5.orig/src/usb_gsource.cpp   2013-04-07 
18:27:49.0 +0100
 xboxdrv-linux-0.8.5/src/usb_gsource.cpp2016-07-02 12:35:41.692355904 
+0100
+@@ -174,7 +174,10 @@
+ gboolean
+ USBGSource::on_source()
+ {
+-  libusb_handle_events(NULL);
++  struct timeval to;
++  to.tv_sec = 0;
++  to.tv_usec = 0;
++  libusb_handle_events_timeout_completed(NULL, , NULL);
+   return TRUE;
+ }
+ 

diff --git a/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch 
b/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch
new file mode 100644
index 000..7900b25
--- /dev/null
+++ b/games-util/xboxdrv/files/xboxdrv-0.8.8-scons.patch
@@ -0,0 +1,13 @@
+http://dev.gentoo.org/~vapier/scons-blows.txt
+
+diff -Naur xboxdrv-linux-0.8.8.orig/SConstruct xboxdrv-linux-0.8.8/SConstruct
+--- xboxdrv-linux-0.8.8.orig/SConstruct2015-11-09 10:19:35.0 
+
 xboxdrv-linux-0.8.8/SConstruct 2016-07-02 16:13:52.560961836 +0100
+@@ -84,6 +84,7 @@
+ opts.Add('CXXFLAGS', 'C++ Compiler flags')
+ opts.Add('LINKFLAGS', 'Linker Compiler flags')
+ opts.Add('AR', 'Library archiver')
++opts.Add('RANLIB', 'Archive indexer')
+ opts.Add('CC', 'C Compiler')
+ opts.Add('CXX', 'C++ Compiler')
+ opts.Add('BUILD', 'Build type: release, custom, development')

diff --git a/games-util/xboxdrv/xboxdrv-0.8.8.ebuild 
b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
new file mode 100644
index 000..04d3c7d
--- /dev/null
+++ b/games-util/xboxdrv/xboxdrv-0.8.8.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit linux-info scons-utils toolchain-funcs systemd udev
+
+MY_P=${PN}-linux-${PV}
+DESCRIPTION="Userspace Xbox 360 Controller driver"
+HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/;
+SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/boost:=
+   dev-libs/dbus-glib:=
+   virtual/libudev:=
+   sys-apps/dbus:=
+   dev-libs/glib:2=
+   virtual/libusb:1=
+   x11-libs/libX11:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-scons.patch
+   "${FILESDIR}"/github-144.patch
+)
+
+CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"
+
+src_compile() {
+   escons \
+   BUILD=custom \
+   CXX="$(tc-getCXX)" \
+   AR="$(tc-getAR)" \
+   RANLIB="$(tc-getRANLIB)" \
+   CXXFLAGS="-Wall ${CXXFLAGS}" \
+   LINKFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin xboxdrv
+   doman doc/xboxdrv.1
+   dodoc AUTHORS NEWS PROTOCOL README.md TODO
+
+   newinitd "${FILESDIR}"/xboxdrv.initd xboxdrv
+   newconfd "${FILESDIR}"/xboxdrv.confd xboxdrv
+
+   insinto /etc/dbus-1/system.d/
+   doins 

  1   2   3   >