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

2017-01-20 Thread Hans de Graaff
commit: 115bf43a4fd4639ae8f1c252957e846c2389882b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 07:38:52 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 07:38:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115bf43a

dev-ruby/rubygems: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/rubygems/Manifest  |   2 -
 dev-ruby/rubygems/rubygems-2.6.6.ebuild | 111 
 dev-ruby/rubygems/rubygems-2.6.7.ebuild | 111 
 3 files changed, 224 deletions(-)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 08305f6..491201a 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -1,5 +1,3 @@
 DIST rubygems-2.2.5.tgz 416772 SHA256 
0f015d63ee3f48be2cc440332d992a33f6df113ced25b7a0007372d304bfeaa4 SHA512 
eac6d7c4801d7bf65ac8e244ff88677929e491db8c5054a31d936eaf1e1fabfc8c4b560040c01c7d9707758cfbad9a8063144bb37b494dd1b6f66a0222871e03
 WHIRLPOOL 
6e02359ce84352f39b13c3f59d9fd82788a5a2ae88d069df05642d5349cb33c06c3477de56c937a44742fb6aa6cfdb7b32dbadac131fb12e6387f983564879c6
 DIST rubygems-2.5.2.tgz 475434 SHA256 
5171ce6fa04c74606991f9c318a924f095241d7ce18c21a00455c8ebe4aeecca SHA512 
43544619799ac6f0b22285954a3b46a2d8aea425ef16a26de4ebb5ea1b3a4f2d3a2031ac53bb890554fe935ca1d03101a5d4d9eae4619aaab72a079650fd8921
 WHIRLPOOL 
59806bd34ab0bfa66bd770c02054c16bd5c5bb836d0213018151339fda422780e5ace4bfecfad408075ae25d6c74e40d0925dccdc7a46aff545b93cc21faa4b2
-DIST rubygems-2.6.6.tgz 730034 SHA256 
78e63243fc5a2bfd298276ff98c2b4a29915995e4d9ac4f302ed0893396d1474 SHA512 
69d86c5f7c3490e64c3eb9acd9ff542bf3113c001efe8f13b1396fc833de2e8b3d64088c9debe35f98d627674b09ce03078b6337e89613b618d67a329a7d7d9b
 WHIRLPOOL 
8e4c7e2fc0f33b5d7669c3249f82cd6cfc85da46365cc74959630b5c7f1b801d6a67caeac02a83b4a26d5785a04590512523504e6264ddd40a738c9768a326cf
-DIST rubygems-2.6.7.tgz 730463 SHA256 
0f07ef521859a4df4e0c0dbb90b05e76da9bcb64aeaff2891d8796252e156e5b SHA512 
fe93d37039f644c9e23e90380290f230f0030536c98af91365fe70ead248b53641c63a464dbb1e7b6e8d7d8a25b133b0c81e71a3c0325b7d6d34362e9fe7d90e
 WHIRLPOOL 
3957096d1bf2166a8ce14ee424ef2cacd04593f383e61cabd3accaec771b9d250c1ebb28e2a00517cc1800b52bd6ef01417502e47d2f6ed945fe10f6af621338
 DIST rubygems-2.6.8.tgz 754300 SHA256 
81aeb9f14e579c1753c90a8c70c76c3b2d510ee1a12e179cef8016cc9036d6ec SHA512 
d676293ac5120b235a58c779ceb518d0052ee0435f06ee3a4e891119a037873c25a233ef82146b9b66f8719012999b61a12ce4f08d982f67b662eedfe6983e27
 WHIRLPOOL 
ee05c9af9edb56681f7c287d955d96e8b8cdcd98a6b1612501ecf9e322704d4949418baac5b0b65e637f6f598ebd261967aa4bdd2cbc612765ebab4cf9c3d24d

diff --git a/dev-ruby/rubygems/rubygems-2.6.6.ebuild 
b/dev-ruby/rubygems/rubygems-2.6.6.ebuild
deleted file mode 100644
index fb6765e..
--- a/dev-ruby/rubygems/rubygems-2.6.6.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-inherit ruby-ng prefix
-
-DESCRIPTION="Centralized Ruby extension management system"
-HOMEPAGE="https://rubygems.org/;
-LICENSE="|| ( Ruby MIT )"
-
-SRC_URI="https://rubygems.org/rubygems/${P}.tgz;
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="server test"
-
-PDEPEND="server? ( >=dev-ruby/builder-2.1 )"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/minitest-4:0
-   dev-ruby/rdoc
-   )"
-
-all_ruby_prepare() {
-
-   mkdir -p lib/rubygems/defaults || die
-   cp "${FILESDIR}/gentoo-defaults.rb" 
lib/rubygems/defaults/operating_system.rb || die
-
-   eprefixify lib/rubygems/defaults/operating_system.rb
-
-   # Disable broken tests when changing default values:
-   sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
-
-   # Skip tests for default gems that all fail
-   sed -i -e '/test_default_gems_use_full_paths/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
-   sed -i -e '/test_execute_ignore_default_gem_verbose/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_cleanup_command.rb || die
-   sed -i -e '/test_execute_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_contents_command.rb 
test/rubygems/test_gem_commands_pristine_command.rb || die
-   sed -i -e '/test_execute_\(default_details\|show_default_gems\)/,/^  
end/ s:^:#:' test/rubygems/test_gem_commands_query_command.rb || die
-   sed -i -e '/test_execute_all/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_uninstall_command.rb || die
-   sed -i -e 
'/\(test_default_gem\|test_check_executable_overwrite\|test_require_works_after_cleanup\)/,/^
  end/ s:^:#:' \
-   

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

2017-01-20 Thread Hans de Graaff
commit: 6bb37de09a44e35043a8823b6c29e9764e798cea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 07:44:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 07:44:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb37de0

dev-ruby/rubygems: add 2.6.9

Package-Manager: portage-2.3.0

 dev-ruby/rubygems/Manifest  |   1 +
 dev-ruby/rubygems/rubygems-2.6.9.ebuild | 114 
 2 files changed, 115 insertions(+)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 491201a..0b75192 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -1,3 +1,4 @@
 DIST rubygems-2.2.5.tgz 416772 SHA256 
0f015d63ee3f48be2cc440332d992a33f6df113ced25b7a0007372d304bfeaa4 SHA512 
eac6d7c4801d7bf65ac8e244ff88677929e491db8c5054a31d936eaf1e1fabfc8c4b560040c01c7d9707758cfbad9a8063144bb37b494dd1b6f66a0222871e03
 WHIRLPOOL 
6e02359ce84352f39b13c3f59d9fd82788a5a2ae88d069df05642d5349cb33c06c3477de56c937a44742fb6aa6cfdb7b32dbadac131fb12e6387f983564879c6
 DIST rubygems-2.5.2.tgz 475434 SHA256 
5171ce6fa04c74606991f9c318a924f095241d7ce18c21a00455c8ebe4aeecca SHA512 
43544619799ac6f0b22285954a3b46a2d8aea425ef16a26de4ebb5ea1b3a4f2d3a2031ac53bb890554fe935ca1d03101a5d4d9eae4619aaab72a079650fd8921
 WHIRLPOOL 
59806bd34ab0bfa66bd770c02054c16bd5c5bb836d0213018151339fda422780e5ace4bfecfad408075ae25d6c74e40d0925dccdc7a46aff545b93cc21faa4b2
 DIST rubygems-2.6.8.tgz 754300 SHA256 
81aeb9f14e579c1753c90a8c70c76c3b2d510ee1a12e179cef8016cc9036d6ec SHA512 
d676293ac5120b235a58c779ceb518d0052ee0435f06ee3a4e891119a037873c25a233ef82146b9b66f8719012999b61a12ce4f08d982f67b662eedfe6983e27
 WHIRLPOOL 
ee05c9af9edb56681f7c287d955d96e8b8cdcd98a6b1612501ecf9e322704d4949418baac5b0b65e637f6f598ebd261967aa4bdd2cbc612765ebab4cf9c3d24d
+DIST rubygems-2.6.9.tgz 764277 SHA256 
2608a9f8447b3657fd96e3b2d91e1df3f0064efab6db56f00ecba744aba2bef5 SHA512 
dd92e03f760c708af1697be98f2d094480c4674ca80ff3d2537906920be06ca2f49efac5261fa36988a0606450d9c07ef81db90684547c0a7983ce20119caacb
 WHIRLPOOL 
dc46a16083b1fa18e988c092f3df2bf2a903df954df5c5d8584fdf18b7eee4ce6af6dba0f5a1b6a5ecd69759afd45695f870799012c4bd43909f9fcefa047b02

diff --git a/dev-ruby/rubygems/rubygems-2.6.9.ebuild 
b/dev-ruby/rubygems/rubygems-2.6.9.ebuild
new file mode 100644
index ..3a84ba0
--- /dev/null
+++ b/dev-ruby/rubygems/rubygems-2.6.9.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23 ruby24"
+
+inherit ruby-ng prefix
+
+DESCRIPTION="Centralized Ruby extension management system"
+HOMEPAGE="https://rubygems.org/;
+LICENSE="|| ( Ruby MIT )"
+
+SRC_URI="https://rubygems.org/rubygems/${P}.tgz;
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="server test"
+
+PDEPEND="server? ( >=dev-ruby/builder-2.1 )"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/minitest-4:0
+   dev-ruby/rdoc
+   )"
+
+all_ruby_prepare() {
+
+   mkdir -p lib/rubygems/defaults || die
+   cp "${FILESDIR}/gentoo-defaults.rb" 
lib/rubygems/defaults/operating_system.rb || die
+
+   eprefixify lib/rubygems/defaults/operating_system.rb
+
+   # Disable broken tests when changing default values:
+   sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+
+   # Skip tests for default gems that all fail
+   sed -i -e '/test_default_gems_use_full_paths/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
+   sed -i -e '/test_execute_ignore_default_gem_verbose/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_cleanup_command.rb || die
+   sed -i -e '/test_execute_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_contents_command.rb 
test/rubygems/test_gem_commands_pristine_command.rb || die
+   sed -i -e '/test_execute_\(default_details\|show_default_gems\)/,/^  
end/ s:^:#:' test/rubygems/test_gem_commands_query_command.rb || die
+   sed -i -e '/test_execute_all/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_uninstall_command.rb || die
+   sed -i -e 
'/\(test_default_gem\|test_check_executable_overwrite\|test_require_works_after_cleanup\)/,/^
  end/ s:^:#:' \
+   test/rubygems/test_{gem_installer,require}.rb || die
+   sed -i -e '/test_\(load_default_gem\|default_spec_stub\)/,/^  end/ 
s:^:#:' test/rubygems/test_gem_specification.rb || die
+   sed -i -e '/test_uninstall_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_uninstaller.rb || die
+   rm -f test/rubygems/test_gem_indexer.rb || die
+
+   # Avoid tests playing tricks with ruby engine that don't seem to
+   # work for us.
+   rm 

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

2017-01-20 Thread Hans de Graaff
commit: e5632745e6baaaf7d1181a8abe03c6d6ce01ace6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 07:15:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 07:15:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5632745

dev-ruby/aws-sigv4: initial import of 1.0.0

New dependency for the aws-sdk packages.

Package-Manager: portage-2.3.0

 dev-ruby/aws-sigv4/Manifest   |  1 +
 dev-ruby/aws-sigv4/aws-sigv4-1.0.0.ebuild | 20 
 dev-ruby/aws-sigv4/metadata.xml   | 11 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-ruby/aws-sigv4/Manifest b/dev-ruby/aws-sigv4/Manifest
new file mode 100644
index ..e7071da
--- /dev/null
+++ b/dev-ruby/aws-sigv4/Manifest
@@ -0,0 +1 @@
+DIST aws-sigv4-1.0.0.gem 10752 SHA256 
5fb7c395a40dc46c37836d2a185b8341cd841c08af45077bc606d9ae5677d932 SHA512 
2a3d558452fdb3d620ef92f296ad637456cdef2be1cb546693f66b6edd6a551fe29962680c539306c4c3523af3644a8f87dd6d7616364b0e66353acf4219de43
 WHIRLPOOL 
8983c38f53627f58094a470d69ea9aeecf5e531cdfa922802fdbe84ad1e84d9a57bd805f56be7ff9b124fd40a7e0fc843bfcb028c0a7452efd45c482af70d6e5

diff --git a/dev-ruby/aws-sigv4/aws-sigv4-1.0.0.ebuild 
b/dev-ruby/aws-sigv4/aws-sigv4-1.0.0.ebuild
new file mode 100644
index ..7f4ac61
--- /dev/null
+++ b/dev-ruby/aws-sigv4/aws-sigv4-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Amazon Web Services Signature Version 4 signing library"
+HOMEPAGE="http://aws.amazon.com/sdkforruby;
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-ruby/aws-sigv4/metadata.xml b/dev-ruby/aws-sigv4/metadata.xml
new file mode 100644
index ..d27944e
--- /dev/null
+++ b/dev-ruby/aws-sigv4/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+aws/aws-sdk-ruby
+  
+



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

2017-01-20 Thread Hans de Graaff
commit: 3828c66db18fc7ceae2c0c4396287de204e93046
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 07:02:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 07:02:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3828c66d

app-admin/puppet-lint: add 2.1.0

Drop x86 keyword due to a new test dependency on
dev-ruby/rspec-json_expectations, bug 606664.

Package-Manager: portage-2.3.0

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index a270d94..521b1fa 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-1.1.0.gem 43520 SHA256 
739f566cd4f1e77b92c1191217fdb59ce12353f3ec2703f30933d2bba877b35b SHA512 
65b72ace2d5d9d22994ef9ed2ae2d544c4bf7d24a16b573e04b14668de69c56139949a936ed607045e5a6f11d0260a4d2773b2faab296e21f2e6b81e44f9be6a
 WHIRLPOOL 
5d94bed7cee54617ccf68297dd9668832ea042bb818348e1482a5dea4843e7c2fbc76493ee2ae2ae003735daa09238650ab6b7e47111ad63808a12c87b0b62cf
 DIST puppet-lint-2.0.0.gem 46080 SHA256 
90f2b3c84cd569aebd9b3f2709bd59c0b92e0357098fb882480d3e52e3a7df2a SHA512 
e4576e50f66fa1c4e5e0c23f9f764ba954aacddfb9f6b69c58e44911aa56fa019d7a0ca631afd523fcf1519dc3d377b376788a2b82afda5e568506423c8c25c8
 WHIRLPOOL 
df2e12eef7708e15c4f7649baab2481e386ee36df7400ebd3f295b59fd3fd32a1ecf4ba6c35da6ea83c05b288e4396c3de18c5c450119153e5005311f3a22753
 DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 
e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692
 WHIRLPOOL 
168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
+DIST puppet-lint-2.1.0.gem 66048 SHA256 
9e22529314ed737b4cde3f1e1f221e044661534e85149e70abf0546d1f633be1 SHA512 
52b39c97c8b8b8d242a0260e2d7587e70c5e04873c67fd1986f5808ec92b0d17e93a112c67c67f594225b77a7cbbad0a893f0d5433a9826c1cf8b8dc3b2108c4
 WHIRLPOOL 
09073c354dbd37582fcec4291cf27a149e490afc41c7d690bf45dd427ddb204d25fe207e8ad340af75a68f7a516bf819f38372906c57fd697afb02b0afca1d77

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
new file mode 100644
index ..252731d
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 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="README.md"
+
+inherit eutils ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="http://puppet-lint.com/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"



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

2017-01-20 Thread Mike Frysinger
commit: da3d51a2cef391deadc6bc63cd63820875b534df
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 03:17:21 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 03:17:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3d51a2

sys-fs/lufis: restore stable keywords

Previous commit here didn't intend to move to ~arch.

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

diff --git a/sys-fs/lufis/lufis-0.3.ebuild b/sys-fs/lufis/lufis-0.3.ebuild
index d94121f..df57946 100644
--- a/sys-fs/lufis/lufis-0.3.ebuild
+++ b/sys-fs/lufis/lufis-0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="!

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

2017-01-20 Thread Zac Medico
commit: 72b03880cbdf58a4053a4a92d4d56fb4fe84b4ba
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jan 21 02:09:31 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jan 21 02:22:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b03880

dev-python/celery: version bump to 4.0.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/celery/Manifest|   1 +
 dev-python/celery/celery-4.0.2.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
index c712a11..418e0fe 100644
--- a/dev-python/celery/Manifest
+++ b/dev-python/celery/Manifest
@@ -3,3 +3,4 @@ DIST celery-3.1.18.tar.gz 1298756 SHA256 
0924f94070c6fc57d408b169848c5b38832668f
 DIST celery-3.1.19.tar.gz 1302241 SHA256 
bd6a21290c822ecf78947a7dbc8b2270d88a5fa08a7a2bfcd908bb3d5ed66b71 SHA512 
47aef118fb4178a4874608a8e9370d6f81d5594aba6d25e679a78bd530b57f0566a27db4fdb50786a237b1747dfc2b662462f107230d0653da28ac1d4b64b703
 WHIRLPOOL 
37076e3d414cdd74e4b2d2145189a11380da58f77fe1acd44d190f8de1744b909512d895c00ec2c0252c23d9300b7b011f06b388a45526d9573fa00bc71986d7
 DIST celery-3.1.20.tar.gz 1308238 SHA256 
d02f191c3d92a851c9d2028e91baf2a0f2734cd3b659743d3624011d1ef7a6d5 SHA512 
70fda5336e36bd8a15ac8a7488dd1b86a73256a0290c76c8c04a199b044922fb284129f51d0d1bcea6a0a3503081c89851632e4d44f68625181a61dce373f7db
 WHIRLPOOL 
a8f07e8189a14dd7ad9556c4946bf0cc48443ad7145d5a5714a6a726bbcb6af8e1dddf45d9bf2f4ccdc5b50addfff735c7c51a271b95593243fa502824804bbd
 DIST celery-3.1.24.tar.gz 1330180 SHA256 
99b8085ff3013c8cebb9211857fadf5f402882ccada863d67c4d74db60be027a SHA512 
6f2e1c5fe417183bc44f39deee669957800b805790475bea1c93d9efb37e0bb6db5aed9606ff79350f404c145908e3af6fa5ce94d86fb70238f2c2f2425ddd3c
 WHIRLPOOL 
cc16895b3641a78cfe6de4f5012520ec78a5c5e831e39b1d2a75897a12cb9ec18ea3366f682650d86620d10b27898bbefa7f2b8ed81a7649a97f40b1ab7fb57c
+DIST celery-4.0.2.tar.gz 1337804 SHA256 
e3d5a6c56a73ff8f2ddd4d06dc37f4c2afe4bb4da7928b884d0725ea865ef54d SHA512 
1110b634cafa13f9d9ab0b0a7a17042325271bd5ea45a5f442e36e871db87b87e3f496d54b771d274a1676900d9dfdc7e21887943dfd1a299a9fcd8b3f6d2189
 WHIRLPOOL 
050a041d32a4fb2a9b9658b2e70972cd5606fb13f848fdb7848faeb0116be7d1e061ed8e1d631be46b2740a4307d474396fe1599daea2c20ac58111fb6c99d55

diff --git a/dev-python/celery/celery-4.0.2.ebuild 
b/dev-python/celery/celery-4.0.2.ebuild
new file mode 100644
index ..9b12a77
--- /dev/null
+++ b/dev-python/celery/celery-4.0.2.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1 bash-completion-r1
+
+DESCRIPTION="Asynchronous task queue/job queue based on distributed message 
passing"
+HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# There are a number of other optional 'extras' which overlap with those of 
kombu, however
+# there has been no apparent expression of interest or demand by users for 
them. See requires.txt
+IUSE="doc examples redis sqs test yaml"
+
+RDEPEND="
+   =dev-python/kombu-4.0.2[${PYTHON_USEDEP}]
+   >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}]
+   

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

2017-01-20 Thread Mike Frysinger
commit: 1858310612002849971e1524095c17bf87d53fd2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 02:11:15 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 02:11:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18583106

udev.eclass: add multiple inclusion protection

 eclass/udev.eclass | 5 +
 1 file changed, 5 insertions(+)

diff --git a/eclass/udev.eclass b/eclass/udev.eclass
index eb5c659..0968559 100644
--- a/eclass/udev.eclass
+++ b/eclass/udev.eclass
@@ -28,6 +28,9 @@
 # }
 # @CODE
 
+if [[ -z ${_UDEV_ECLASS} ]]; then
+_UDEV_ECLASS=1
+
 inherit toolchain-funcs
 
 case ${EAPI:-0} in
@@ -113,3 +116,5 @@ udev_reload() {
eend $?
fi
 }
+
+fi



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

2017-01-20 Thread Mike Frysinger
commit: d573fff1da8a7eafcc809911fb63a4ed289608bf
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 02:12:51 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 02:12:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d573fff1

eutils.eclass: move EAPI conditional funcs under the multiple inclusion 
protection check

 eclass/eutils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index d868467..b55f506 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1620,8 +1620,6 @@ optfeature() {
fi
 }
 
-fi
-
 check_license() {
die "you no longer need this as portage supports ACCEPT_LICENSE itself"
 }
@@ -1845,3 +1843,5 @@ in_iuse() {
 
 ;;
 esac
+
+fi



[gentoo-commits] repo/gentoo:master commit in: dev-java/freemarker/, app-dicts/wordnet/, x11-wm/icewm/, sys-auth/pam_ldap/, ...

2017-01-20 Thread Mike Frysinger
commit: 62fa24bb8afe5b4e83a853b62649cb5a7ae100f5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 01:52:40 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 01:53:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fa24bb

fix quoting to a lot of patch calls

 app-admin/procinfo-ng/procinfo-ng-2.0.304-r1.ebuild  |  4 ++--
 app-benchmarks/acovea/acovea-5.1.1-r1.ebuild |  2 +-
 app-benchmarks/acovea/acovea-5.1.1.ebuild|  2 +-
 app-dicts/wordnet/wordnet-3.0-r4.ebuild  |  3 ++-
 app-dicts/wordnet/wordnet-3.0-r5.ebuild  |  2 +-
 app-laptop/ibam/ibam-0.5.2-r3.ebuild |  4 ++--
 app-office/texmacs/texmacs-1.99.2-r1.ebuild  |  2 +-
 app-office/texstudio/texstudio-2.10.8.ebuild |  4 ++--
 app-text/cmigemo/cmigemo-1.3c.ebuild |  2 +-
 app-text/htmlinc/htmlinc-1.0_beta1.ebuild|  2 +-
 app-text/info2html/info2html-2.0.ebuild  |  2 +-
 app-text/uudeview/uudeview-0.5.20-r2.ebuild  |  2 +-
 dev-db/freetds/freetds-0.91-r1.ebuild|  2 +-
 dev-java/freemarker/freemarker-2.3.13-r2.ebuild  |  2 +-
 dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild |  6 ++
 dev-java/jackrabbit-webdav/jackrabbit-webdav-2.10.1.ebuild   |  2 +-
 dev-java/jung/jung-1.7.6.ebuild  |  2 +-
 dev-java/jusb/jusb-0.4.4-r1.ebuild   |  4 ++--
 dev-lang/ferite/ferite-1.1.17-r1.ebuild  |  2 +-
 dev-libs/libmcal/libmcal-0.7-r5.ebuild   |  8 
 dev-libs/log4sh/log4sh-1.2.5-r1.ebuild   |  2 +-
 dev-tcltk/tcllib/tcllib-1.15-r2.ebuild   |  2 +-
 dev-tcltk/tcllib/tcllib-1.16.ebuild  |  2 +-
 dev-tcltk/tclpython/tclpython-4.1-r4.ebuild  |  2 +-
 dev-tcltk/tclpython/tclpython-4.1-r6.ebuild  |  2 +-
 dev-util/dropwatch/dropwatch-1.4-r1.ebuild   |  2 +-
 eclass/bzr.eclass|  4 ++--
 games-rpg/mana/mana-0.6.1.ebuild |  4 ++--
 media-libs/emfengine/emfengine-0.8.ebuild|  4 ++--
 media-sound/audicle/audicle-1.0.0.7-r1.ebuild|  2 +-
 net-analyzer/poink/poink-2.03.ebuild |  2 +-
 net-analyzer/sslsniff/sslsniff-0.8-r2.ebuild |  2 +-
 net-fs/samba/samba-4.2.11.ebuild |  2 +-
 net-fs/samba/samba-4.2.14.ebuild |  2 +-
 net-libs/http-parser/http-parser-2.6.1.ebuild|  2 +-
 net-libs/http-parser/http-parser-2.6.2.ebuild|  2 +-
 net-mail/qlogtools/qlogtools-3.1.ebuild  |  2 +-
 net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild   |  2 +-
 net-misc/iputils/iputils-20160308.ebuild |  2 +-
 net-misc/mosh/mosh-1.2.5-r1.ebuild   |  2 +-
 net-misc/quagga/quagga-1.0.20160315-r4.ebuild|  2 +-
 net-misc/stone/stone-2.3e-r1.ebuild  |  2 +-
 net-p2p/retroshare/retroshare-0.6.0.ebuild   |  2 +-
 net-print/npadmin/npadmin-0.8.7.ebuild   |  2 +-
 net-proxy/bfilter/bfilter-1.1.4-r2.ebuild|  2 +-
 net-wireless/adm8211/adm8211-20060111.ebuild | 12 ++--
 sci-biology/bwa/bwa-0.7.12.ebuild|  2 +-
 sci-chemistry/autodock/autodock-4.2.6.ebuild |  2 +-
 sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild|  2 +-
 sci-geosciences/gpsbabel/gpsbabel-1.4.3.ebuild   |  2 +-
 sci-geosciences/gpsbabel/gpsbabel-1.4.4.ebuild   |  2 +-
 sci-libs/linux-gpib/linux-gpib-3.2.21-r1.ebuild  |  2 +-
 sci-mathematics/prover9/prover9-2009.11a.ebuild  |  2 +-
 sci-mathematics/twelf/twelf-1.7.1.ebuild |  4 ++--
 .../nonolith-connect/nonolith-connect-1.1.ebuild |  2 +-
 sys-apps/mouseemu/mouseemu-0.12.ebuild   |  4 ++--
 sys-apps/sparc-utils/sparc-utils-1.9-r4.ebuild   |  2 +-
 sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild   |  2 +-
 sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild   |  2 +-
 sys-auth/pam_ldap/pam_ldap-183.ebuild|  2 +-
 sys-auth/pam_ldap/pam_ldap-184.ebuild|  2 +-
 sys-boot/milo/milo-2.4.18.ebuild |  6 +++---
 sys-cluster/slurm/slurm-16.05.2.ebuild   |  2 +-
 sys-devel/gcc/gcc-3.4.6-r2.ebuild|  2 +-
 sys-fs/ocfs2-tools/ocfs2-tools-1.8.2-r1.ebuild   |  8 
 x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild  |  2 

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

2017-01-20 Thread Mike Frysinger
commit: 9fc147e9903a3a2c72f1ca32807ca321a438dab9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 01:46:06 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 01:53:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc147e9

sys-fs/lufis: update to EAPI=6

 sys-fs/lufis/files/lufis-0.2-lufs.patch | 250 
 sys-fs/lufis/lufis-0.3.ebuild   |  32 ++--
 2 files changed, 18 insertions(+), 264 deletions(-)

diff --git a/sys-fs/lufis/files/lufis-0.2-lufs.patch 
b/sys-fs/lufis/files/lufis-0.2-lufs.patch
deleted file mode 100644
index 00edacb..
--- a/sys-fs/lufis/files/lufis-0.2-lufs.patch
+++ /dev/null
@@ -1,250 +0,0 @@
-This patch makes it possible to compile lufis without the lufs package.
-It has been merged to the lufis cvs tree.
-We would like to remove lufs soon in favour of the newer system fuse.
-
-diff -Naur lufis-0.2.orig/lufs/fs.h lufis-0.2/lufs/fs.h
 lufis-0.2.orig/lufs/fs.h   1970-01-01 01:00:00.0 +0100
-+++ lufis-0.2/lufs/fs.h2004-11-12 21:07:45.714978800 +0100
-@@ -0,0 +1,112 @@
-+/*
-+ * lufs.h
-+ * Copyright (C) 2002 Florin Malita 
-+ *
-+ * This file is part of LUFS, a free userspace filesystem implementation.
-+ * See http://lufs.sourceforge.net/ for updates.
-+ *
-+ * LUFS is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License as published by
-+ * the Free Software Foundation; either version 2 of the License, or
-+ * (at your option) any later version.
-+ *
-+ * LUFS is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-+ */
-+
-+#ifndef _LUFS_FS_H_
-+#define _LUFS_FS_H_
-+
-+#include 
-+
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
-+struct dir_cache;
-+struct directory;
-+struct lufs_fattr;
-+struct file_system;
-+struct list_head;
-+struct dir_cache;
-+
-+#define MAX_LEN   64
-+
-+struct credentials{
-+char  user[MAX_LEN];
-+char  group[MAX_LEN];
-+uid_t uid;
-+gid_t gid;
-+};
-+
-+
-+struct directory* lu_cache_mkdir(char*);
-+int lu_cache_add2dir(struct directory*, char*, char*, struct lufs_fattr*);
-+int lu_cache_lookup(struct dir_cache*, char*, char*, struct lufs_fattr*, 
char*, int);
-+void lu_cache_add_dir(struct dir_cache*, struct directory*);
-+void lu_cache_killdir(struct directory*);
-+
-+int lu_check_to(int, int, int);
-+int lu_atomic_read(int, char*, int, int);
-+int lu_atomic_write(int, char*, int, int);
-+
-+int lu_opt_loadcfg(struct list_head*, char*);
-+int lu_opt_parse(struct list_head*, char*, char*);
-+int lu_opt_getint(struct list_head*, char*, char*, long int*, int);
-+const char* lu_opt_getchar(struct list_head*, char*, char*);
-+
-+
-+#ifdef __cplusplus
-+} /* end of extern "C" { */
-+#endif
-+
-+#ifdef TRACE
-+#undef TRACE
-+#endif
-+#ifdef WARN
-+#undef WARN
-+#endif
-+#ifdef ERROR
-+#undef ERROR
-+#endif
-+
-+#ifdef __cplusplus
-+
-+#include 
-+
-+#ifdef DEBUG
-+#define TRACE(x)  
cout<
-+ *
-+ * This file is part of LUFS, a free userspace filesystem implementation.
-+ * See http://lufs.sourceforge.net/ for updates.
-+ *
-+ * LUFS is free software; you can redistribute it and/or modify
-+ * it under the terms of the GNU General Public License as 

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

2017-01-20 Thread Mike Frysinger
commit: d3a213c8374e6ea3a3d22d3dbe5ac2a0cbc3a49e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Jan 21 01:32:10 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 21 01:53:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a213c8

app-text/dvibook: update to EAPI=6

 app-text/dvibook/dvibook-20001129.ebuild | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/app-text/dvibook/dvibook-20001129.ebuild 
b/app-text/dvibook/dvibook-20001129.ebuild
index 7bd5977..bfe0374 100644
--- a/app-text/dvibook/dvibook-20001129.ebuild
+++ b/app-text/dvibook/dvibook-20001129.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit eutils
+EAPI="6"
+
+inherit toolchain-funcs
 
 DESCRIPTION="DVI file utilities: dvibook, dviconcat, dvitodvi, and dviselect"
 HOMEPAGE="http://www.ctan.org/tex-archive/dviware/dvibook/;
@@ -12,27 +13,25 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="dvibook"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-
 IUSE=""
+
 DEPEND="x11-misc/imake
x11-misc/gccmakedep
app-text/rman"
 RDEPEND=""
 
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
 
-src_unpack() {
-   unpack ${A}
-   epatch ${FILESDIR}/${P}.patch
-}
+PATCHES=(
+   "${FILESDIR}/${P}.patch"
+)
 
 src_compile() {
xmkmf -a || die "xmkmf failed"
-   emake || die "emake failed"
+   emake CC="$(tc-getCC)"
 }
 
 src_install() {
-   make DESTDIR=${D} install install.man || die
-
+   emake DESTDIR="${D}" install install.man
dodoc README
 }



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

2017-01-20 Thread Lars Wendler
commit: b82225d9803ad4e7946ca331adf45fc1f063169f
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 01:53:15 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 21 01:53:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82225d9

media-gfx/imagemagick: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/imagemagick/Manifest   |   2 -
 media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild | 178 ---
 media-gfx/imagemagick/imagemagick-6.9.7.0.ebuild | 178 ---
 3 files changed, 358 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 4eed814..19a4759 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,6 +1,4 @@
-DIST ImageMagick-6.9.6-2.tar.xz 8784120 SHA256 
39244823fe736626fb4ea22c4b6cb4cae30c6a27a38a02ecd774f0ce3c4d308d SHA512 
7d639684474eb5da7fc85adba0977d81252eca92d671ce1d16863e4e66118b0231f9c926b1adf2623fb029b3663715217c60f97b852915c105b4ec92f5cb4df1
 WHIRLPOOL 
ad735cddb6d5a53d989124abf98c39f29bb291b15b98b84f2691b9ab432a703ca2ee2ca479147809762d315babd519c5252a9c742c26385997d24c3ed5e57645
 DIST ImageMagick-6.9.6-6.tar.xz 8787060 SHA256 
9cd1fe001d3ecb68b7d053ede40950d411956d47afc5267acc3ca57a77070d0a SHA512 
6721f9f7973d6931006314c6afa090209766432b2d14d4e37e3d11b1042797012c9fe41e469c169bbe6862cdfc4c832eac4f9a6f8c052e1c0d41e40a13c9d95e
 WHIRLPOOL 
32b92606bf03e36e5ac09a2be9da2ddba6590093edd68aa320c6126f5406c0c82dfeaf80f31258109b2875d0c2af3ced3e27911e7df54c159c895caa6f3ff27f
-DIST ImageMagick-6.9.7-0.tar.xz 8786428 SHA256 
bd657e9d348b25d35f9f8f5f5e3de64c99eed1a1a0402358030c56515570ce30 SHA512 
c7f025cba1f4f07bbc6924abb53bacc929ede681c439c603486dbb7c2a213868623ab58a496ffb89d266b6934c79faadc4e61b1e5bc4ebc277cd562213941c92
 WHIRLPOOL 
35d054bdc6bf323840425d70ce9376fe93f31565e43ffc2d692a368315a85deaa7b362b08d13d3820de9007f97c67431e91351e34c2513ea0e5206b57a108847
 DIST ImageMagick-6.9.7-3.tar.xz 8795016 SHA256 
801767344b835b810a5f88c26f062f0fa01a97264dfe9bf5e5adf59a0b5c91a1 SHA512 
e0d247691d49e17a35569e2579ac63f3d7016411959d8c2e8a69042618af896a737a3ae2b3a32028e8306d78f6a7f9ec23550760f8ef0370125ab4e6c8dbd5ba
 WHIRLPOOL 
509e32634e17b9f2604b7052291e9b1e1225957c2d5e6b625beb6ff2083b6e8758d47dff6e4af5546fd5fd72f9d7fc7fd5d806428364c448e1284536ecfea63b
 DIST ImageMagick-6.9.7-4.tar.xz 8797776 SHA256 
68842c55ed9c958b84aae17974961cefff4212bf7146f09fd15c09dbdc2d9629 SHA512 
9ee9cf01c486575183a67e418bdbdcf4ac2b7ea2f9ff033db6a74f8271af0567da00f020dd8c18e042221d20444bed21d5d5256944ddeaf9916b62bf1844acf6
 WHIRLPOOL 
7c75006dafd28bb0fe02e130b4fcbae5fe54c6fbfdb29ba6b49796a14354e7aeb56b80c498eb57a4a8c7b383af025406dfeba66735ba89fd35d61125b51e7d41
 DIST ImageMagick-7.0.4-4.tar.xz 8305764 SHA256 
c46975d23ff0c587219daaa3e1dbd43a54a5d7d5ec20d0bdc2c34188facdb0f9 SHA512 
3dd561c3a816aebf51904bffd680d00cbfb4c36e6f37f078906c404f872c15447c2f14dabff517005a4a6ed260b090b685b7e224cb401565d4c832eb6147e6fe
 WHIRLPOOL 
9cb95101162eb65ef0d537bab37d9d7f0876ced002acd7c4c71a16b893007ef81b10e327fd52d02c7ce8f445e6caeac213f36e6cba8f1d18762f631c6ebdbd67

diff --git a/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
deleted file mode 100644
index 05e5d75..
--- a/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator
-
-MY_P=ImageMagick-$(replace_version_separator 3 '-')
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="http://www.imagemagick.org/;
-SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
-
-LICENSE="imagemagick"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript 
q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
-
-RESTRICT="perl? ( userpriv )"
-
-RDEPEND="
-   dev-libs/libltdl:0
-   autotrace? ( >=media-gfx/autotrace-0.31.1 )
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( 

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

2017-01-20 Thread Lars Wendler
commit: fe5350e4d1132f9428348c0a9af0f0fb384786a6
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 01:52:25 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 21 01:53:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5350e4

media-gfx/imagemagick: Security bump to versions 6.9.7.4 and 7.0.4.4

Gentoo bug #606654

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/imagemagick/Manifest | 3 ++-
 .../{imagemagick-7.0.4.3.ebuild => imagemagick-6.9.7.4.ebuild} | 0
 .../{imagemagick-7.0.4.3.ebuild => imagemagick-7.0.4.4.ebuild} | 0
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 31c9185..4eed814 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -2,4 +2,5 @@ DIST ImageMagick-6.9.6-2.tar.xz 8784120 SHA256 
39244823fe736626fb4ea22c4b6cb4cae
 DIST ImageMagick-6.9.6-6.tar.xz 8787060 SHA256 
9cd1fe001d3ecb68b7d053ede40950d411956d47afc5267acc3ca57a77070d0a SHA512 
6721f9f7973d6931006314c6afa090209766432b2d14d4e37e3d11b1042797012c9fe41e469c169bbe6862cdfc4c832eac4f9a6f8c052e1c0d41e40a13c9d95e
 WHIRLPOOL 
32b92606bf03e36e5ac09a2be9da2ddba6590093edd68aa320c6126f5406c0c82dfeaf80f31258109b2875d0c2af3ced3e27911e7df54c159c895caa6f3ff27f
 DIST ImageMagick-6.9.7-0.tar.xz 8786428 SHA256 
bd657e9d348b25d35f9f8f5f5e3de64c99eed1a1a0402358030c56515570ce30 SHA512 
c7f025cba1f4f07bbc6924abb53bacc929ede681c439c603486dbb7c2a213868623ab58a496ffb89d266b6934c79faadc4e61b1e5bc4ebc277cd562213941c92
 WHIRLPOOL 
35d054bdc6bf323840425d70ce9376fe93f31565e43ffc2d692a368315a85deaa7b362b08d13d3820de9007f97c67431e91351e34c2513ea0e5206b57a108847
 DIST ImageMagick-6.9.7-3.tar.xz 8795016 SHA256 
801767344b835b810a5f88c26f062f0fa01a97264dfe9bf5e5adf59a0b5c91a1 SHA512 
e0d247691d49e17a35569e2579ac63f3d7016411959d8c2e8a69042618af896a737a3ae2b3a32028e8306d78f6a7f9ec23550760f8ef0370125ab4e6c8dbd5ba
 WHIRLPOOL 
509e32634e17b9f2604b7052291e9b1e1225957c2d5e6b625beb6ff2083b6e8758d47dff6e4af5546fd5fd72f9d7fc7fd5d806428364c448e1284536ecfea63b
-DIST ImageMagick-7.0.4-3.tar.xz 8294292 SHA256 
bc09ea103a82d1c2c093889eda7e36dd0aa7aa98a06c55de4b73932838459fc4 SHA512 
056e9151efe131a9ff1b9ea4edf2bcbe4eeb35b58b7ef20a1c9e041ca80d3a8cf226d75c014c4185dd0322d7b13d01c003562c0c3618eaff4d32ad2e335d5345
 WHIRLPOOL 
666371cbda178ef9f798da031a17f9477b730f73bdaa6203cc927253ad16f99e59bdbe4491e87a8fd30940d687a1dde97812c0ccd808e8a0895e3b23a77202fb
+DIST ImageMagick-6.9.7-4.tar.xz 8797776 SHA256 
68842c55ed9c958b84aae17974961cefff4212bf7146f09fd15c09dbdc2d9629 SHA512 
9ee9cf01c486575183a67e418bdbdcf4ac2b7ea2f9ff033db6a74f8271af0567da00f020dd8c18e042221d20444bed21d5d5256944ddeaf9916b62bf1844acf6
 WHIRLPOOL 
7c75006dafd28bb0fe02e130b4fcbae5fe54c6fbfdb29ba6b49796a14354e7aeb56b80c498eb57a4a8c7b383af025406dfeba66735ba89fd35d61125b51e7d41
+DIST ImageMagick-7.0.4-4.tar.xz 8305764 SHA256 
c46975d23ff0c587219daaa3e1dbd43a54a5d7d5ec20d0bdc2c34188facdb0f9 SHA512 
3dd561c3a816aebf51904bffd680d00cbfb4c36e6f37f078906c404f872c15447c2f14dabff517005a4a6ed260b090b685b7e224cb401565d4c832eb6147e6fe
 WHIRLPOOL 
9cb95101162eb65ef0d537bab37d9d7f0876ced002acd7c4c71a16b893007ef81b10e327fd52d02c7ce8f445e6caeac213f36e6cba8f1d18762f631c6ebdbd67

diff --git a/media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild
similarity index 100%
copy from media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild
copy to media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild

diff --git a/media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.4.4.ebuild
similarity index 100%
rename from media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild
rename to media-gfx/imagemagick/imagemagick-7.0.4.4.ebuild



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

2017-01-20 Thread Matt Turner
commit: 5596c286365c93818e87942d0c9ced133ff891a3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jan 21 01:45:40 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan 21 01:46:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5596c286

x11-libs/libICE: Only depend on libbsd if elibc_glibc.

 x11-libs/libICE/libICE-1.0.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libICE/libICE-1.0.9-r1.ebuild 
b/x11-libs/libICE/libICE-1.0.9-r1.ebuild
index 2621d20..22ca8e1 100644
--- a/x11-libs/libICE/libICE-1.0.9-r1.ebuild
+++ b/x11-libs/libICE/libICE-1.0.9-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Inter-Client Exchange library"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE="ipv6"
 
-RDEPEND="dev-libs/libbsd
+RDEPEND="elibc_glibc? ( dev-libs/libbsd )
x11-libs/xtrans
>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



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

2017-01-20 Thread David Seifert
commit: a5376baff9bf11f341f7af411abc13a1faed2788
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan 21 00:39:12 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:41:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5376baf

dev-python/pytools: bump to 2016.2.6, EAPI=6, fix deps

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

 dev-python/pytools/Manifest|  1 +
 dev-python/pytools/pytools-2016.2.6.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 3d66242..0cb55f3 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,2 +1,3 @@
 DIST pytools-2014.3.5.tar.gz 47522 SHA256 
62a77a3c1865d5254ce212473da2af04f43d82eb0020ae9a009f97408e74968e SHA512 
94d2b51cdd87dd11263fdc7d04040979240dea0e0090da0ff325112df9770aacb0849e20812b90f807024ad3815313bc344307a30add8f6795a70e7ebd6adfaa
 WHIRLPOOL 
bc3b4c118627d790a1d5bf07f1a4f9e5a4a76a1b38d43b9e6cd3130b8f8415a87807fef4b82ebda778a255e7ed71616f7c8e515fd20f1dad56bdac28023247bf
 DIST pytools-2016.1.tar.gz 47498 SHA256 
084feeb68171fc36ddb40f27c4ad5b60d3596716a5f3ad3523257a0d27a351cc SHA512 
5492b8b78b6fd00f190d97f3be82c3e807a8e73661888f3b70fc26c5825544f3a76f94c76149b825d77557a74aee2d956231193a9f8056cd433e108556af61df
 WHIRLPOOL 
7c89f0ff132af7782e4738475e493513251c8f18b859b93c57e178a3991e8cd342fa07596e5b049f8707c489e9c3fb9ca2bf0dd0fb274cf0ded68632bf6aee54
+DIST pytools-2016.2.6.tar.gz 49708 SHA256 
6dd49932b8f81a8b622685cff3dd515e351a9290aef0fd5d020e4df00c06aa95 SHA512 
87faf5221982815ffecf8bbe4a81eb21aa8f893132cb5ed0d23e3464b651dcd5070589972c5dc7fac7c4dce768dfe4e064d8346e637af4bfff36aea17833
 WHIRLPOOL 
d44ca24506e48b6005e528f4e8f8aec94a5835aa0841b24a55327a915bad102ed8d1367f6be699be27ee8feff2134252f7abfe1c74208eae8f2835a282083bba

diff --git a/dev-python/pytools/pytools-2016.2.6.ebuild 
b/dev-python/pytools/pytools-2016.2.6.ebuild
new file mode 100644
index ..c9147a3
--- /dev/null
+++ b/dev-python/pytools/pytools-2016.2.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of tools missing from the Python standard library"
+HOMEPAGE="https://mathema.tician.de/software/pytools/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



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

2017-01-20 Thread David Seifert
commit: 90c252b88d27c7fdc38b9d49bf0ed66b0f2fbcff
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan 21 00:56:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:41:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c252b8

dev-python/pytools: update metadata, use https for HOMEPAGE

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

 dev-python/pytools/metadata.xml| 15 ---
 dev-python/pytools/pytools-2014.3.5.ebuild |  4 ++--
 dev-python/pytools/pytools-2016.1.ebuild   |  4 ++--
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/dev-python/pytools/metadata.xml b/dev-python/pytools/metadata.xml
index 8fabef7..b757727 100644
--- a/dev-python/pytools/metadata.xml
+++ b/dev-python/pytools/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-pytools
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   pytools
+   inducer/pytools
+   
 

diff --git a/dev-python/pytools/pytools-2014.3.5.ebuild 
b/dev-python/pytools/pytools-2014.3.5.ebuild
index 7469c2a..710b114 100644
--- a/dev-python/pytools/pytools-2014.3.5.ebuild
+++ b/dev-python/pytools/pytools-2014.3.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_4 )
 inherit distutils-r1
 
 DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools;
+HOMEPAGE="https://mathema.tician.de/software/pytools/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/pytools/pytools-2016.1.ebuild 
b/dev-python/pytools/pytools-2016.1.ebuild
index 8942b0f..896ae65 100644
--- a/dev-python/pytools/pytools-2016.1.ebuild
+++ b/dev-python/pytools/pytools-2016.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 inherit distutils-r1
 
 DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools;
+HOMEPAGE="https://mathema.tician.de/software/pytools/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2017-01-20 Thread David Seifert
commit: c9273a1274587c2922c001505b14a76647640266
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Jan 21 00:47:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:41:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9273a12

dev-python/pytools: live ebuild: add py3.5, update git repo URI

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

 dev-python/pytools/pytools-.ebuild | 26 +-
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/dev-python/pytools/pytools-.ebuild 
b/dev-python/pytools/pytools-.ebuild
index 7bd405b..f11d02d 100644
--- a/dev-python/pytools/pytools-.ebuild
+++ b/dev-python/pytools/pytools-.ebuild
@@ -1,28 +1,36 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
-EGIT_MIN_CLONE_TYPE=single
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
 inherit distutils-r1 git-r3
 
 DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools;
-EGIT_REPO_URI="http://git.tiker.net/trees/pytools.git;
+HOMEPAGE="https://mathema.tician.de/software/pytools/;
+EGIT_REPO_URI="https://github.com/inducer/pytools;
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
 IUSE="test"
 
+RDEPEND="
+   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
+"
 DEPEND="
>=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
 
 python_test() {
py.test -v || die "Tests fail with ${EPYTHON}"



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

2017-01-20 Thread David Seifert
commit: b65d70485ffbbdc71adc83b3ed91aa00cc309bfe
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 21 01:12:37 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:34:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65d7048

dev-python/typing: Add pypy and pypy3 to PYTHON_COMPAT

* Also fix test suite to actually run when
  FEATURES=test is set

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/typing/typing-3.5.2.2.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/typing/typing-3.5.2.2.ebuild 
b/dev-python/typing/typing-3.5.2.2.ebuild
index 60885d1..1b87ead 100644
--- a/dev-python/typing/typing-3.5.2.2.ebuild
+++ b/dev-python/typing/typing-3.5.2.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
 
 inherit distutils-r1
 
@@ -21,5 +21,12 @@ DEPEND=""
 RDEPEND=""
 
 python_test() {
-   "${EPYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}"
+   cd "${BUILD_DIR}" || die
+   if [[ ${EPYTHON} == python2* || ${EPYTHON} == pypy ]]; then
+   cp "${S}"/python2/test_typing.py . || die
+   else
+   cp "${S}"/src/test_typing.py . || die
+   fi
+
+   "${EPYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
 }



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

2017-01-20 Thread David Seifert
commit: d8eb375382005d24fd19828df162b1dbdce50e25
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 21 00:46:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:12:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8eb3753

dev-python/pytest-runner: Version bump to 2.10.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pytest-runner/Manifest  |  1 +
 .../pytest-runner/pytest-runner-2.10.1.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pytest-runner/Manifest 
b/dev-python/pytest-runner/Manifest
index f7d8abd..9c7ae65 100644
--- a/dev-python/pytest-runner/Manifest
+++ b/dev-python/pytest-runner/Manifest
@@ -1,3 +1,4 @@
+DIST pytest-runner-2.10.1.tar.gz 8815 SHA256 
ecc9549ed1ce9bbfc9e7c9bad33d3f9fa91da2334632070a191a35aa96f0be35 SHA512 
11c570051a0a7ff56fbb4fdc2a87185af6bb05be012eeaefd775efbf21a3fb167a95ae603d627461b3775ee8cfb56b10d356044a4ae3966a7bf9f1b1f4a8
 WHIRLPOOL 
c2a0c8a77abf5fedd31e0348a9e28ef60febbab7e4d18d7a8444fe6ca82f61c5f36b1cb183524ed9063e246cf6b8a76ca6427f3a63bba0e3c594e03e4a34fb13
 DIST pytest-runner-2.6.2.tar.gz 6379 SHA256 
e775a40ee4a3a1d45018b199c44cc20bbe7f3df2dc8882f61465bb4141c78cdb SHA512 
6a993e8729d5e203986f2526d46e96b7ac19e65fc26493a55a98e858304ecde0c47576476864a0ee1817ea1a7b02cfda952fc03f79b84fff249021f140f3d00d
 WHIRLPOOL 
968a38864b58d35d4c9fb0fa2855bae9f87bcb68936b5f129c5bc67b2c751e51bf5f9e5f54d27f36ccd6e89df7d4f8c4a6556de408cc8287f52725e1eb73fef5
 DIST pytest-runner-2.8.tar.gz 8535 SHA256 
1ec44deddaa551f85fd563c40a4c483a2609aca1f284a95399566a74d0680d5c SHA512 
bdbd71dc4713dca2b00fa63e8414dab0611af460c25746d5377881024c23e2c8a6f1374ab9c94fa33dae1ac2f0b7ba10f747287a3cbaeb5a44ff1dd4542e122e
 WHIRLPOOL 
541421d6f2a8490c58fb1c33c7227ab685f9031626c8007f867d2bbc81c8913a3bcc709f34707eca2d239706eb86b090bd49024b8ee5111a4d5e84f9a292a2f0
 DIST pytest-runner-2.9.tar.gz 8601 SHA256 
50378de59b02f51f64796d3904dfe71b9dc6f06d88fc6bfbd5c8e8366ae1d131 SHA512 
2d92ab162282171d97bd931f790793b1abb01412dd54fca85e6f6fde1aa0019c1691a9a0a206cafcdd52ee57029fdda206646208493e1420a65a3c08c1121c10
 WHIRLPOOL 
edf12d710d84b9fabbf430310215c704b4a0d4fba67ef75cdb447d6b9ee5c9e93bb82350ffeda7aeb1bfff180345a446a3a018a390e387fd5cb996b3b7cecd57

diff --git a/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild 
b/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild
new file mode 100644
index ..fd54c1c
--- /dev/null
+++ b/dev-python/pytest-runner/pytest-runner-2.10.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Adds support for tests during installation of setup.py files"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-runner 
https://bitbucket.org/pytest-dev/pytest-runner;
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+SLOT="0"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
+   "
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+
+# Test not included
+RESTRICT="test"
+
+python_compile_all() {
+   # The build by rst2html.py makes non fatal errors building index.rst
+   if use doc; then
+   rst2html.py docs/history.rst > docs/history.html
+   rst2html.py docs/index.rst > docs/index.html
+   HTML_DOCS=( docs/*.html )
+   fi
+}
+
+python_test() {
+   esetup.py pytest
+}



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

2017-01-20 Thread David Seifert
commit: b725237df868831487c200fd37c7833227e86caf
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 21 00:24:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:13:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b725237d

dev-python/mccabe: Version bump to 0.5.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/mccabe/Manifest|  1 +
 dev-python/mccabe/mccabe-0.5.3.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/mccabe/Manifest b/dev-python/mccabe/Manifest
index a929946..dc83c95 100644
--- a/dev-python/mccabe/Manifest
+++ b/dev-python/mccabe/Manifest
@@ -3,3 +3,4 @@ DIST mccabe-0.3.1.tar.gz 7586 SHA256 
5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29
 DIST mccabe-0.3.tar.gz 6127 SHA256 
3d8ca9bf65c5014f469180544d1dd5bb5b9df709aad6304f9c2e4370ae0a7b7c SHA512 
3bb176d486de5e0d3de8db0bf923b4b03e5ad2fd82df079babd6e6551afe9077b956698ac335f23d340a16212d73c1c5ab5a3055d2788b7f81040f3cb0d1b4ee
 WHIRLPOOL 
bfa0480cca9cc082f60c20d07d6edac203c5e9144f2caf57576304dbf01c8a96b19e111f9e1abe5774a4de235729d69c3c89d4fddf8213f403568228e92f38f6
 DIST mccabe-0.4.0.tar.gz 7916 SHA256 
9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b SHA512 
4a7158a3a28eed0a98ae64b3a0394542f263c9b4e08fc31ad47b2317ba434b1002e13d40a9766e4e39ea798aa35e83a79b81936cebdaabdae582160f1780e1a2
 WHIRLPOOL 
d3b1ce9613ababb86f54e392fb9a5b5e96de7226ce6a3d6fd1c72ae2985c2dfe27319851ddaf8140b3b4f92f1b44f02683b88a2237539d5495199b479b267303
 DIST mccabe-0.5.2.tar.gz 8366 SHA256 
3473f06c8b757bbb5cdf295099bf64032e5f7d6fe0ec2f97ee9b23cb0a435aff SHA512 
08dbfadc4d270e5fe58492536a27d9008efd61c77aac817b2d77b9b4510cccb41e76e1e016ff1228ebe3ac6ea1cc6ce396601f6a692388e981ddba2549288e01
 WHIRLPOOL 
715242d4f242a1055b7e10abc3f03103bc221f3344682e0bdecb0e8eb7bdcd27812451c79ce68e4e3cdf8df7d514420acc31bf5aa0559ea41f17eb76a72c4b38
+DIST mccabe-0.5.3.tar.gz 8460 SHA256 
16293af41e7242031afd73896fef6458f4cad38201d21e28f344fff50ae1c25e SHA512 
c1985deb9c8067948430b553bf28b06e2db32c45e765b7d1733cfd4526c4829572240f809d0f661bc1ba593687d7c1596446d53bbef3a670aa1c4b3492076deb
 WHIRLPOOL 
75414ff2a2ae82d88eb7513afa1a958a0fc13d154013e633bff42a581046c8d464dd3103aea22d73c1ba19bd89c2802f5c22e71878eaf5854da9266e0750d5b2

diff --git a/dev-python/mccabe/mccabe-0.5.3.ebuild 
b/dev-python/mccabe/mccabe-0.5.3.ebuild
new file mode 100644
index ..4a93412
--- /dev/null
+++ b/dev-python/mccabe/mccabe-0.5.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="flake8 plugin: McCabe complexity checker"
+HOMEPAGE="https://github.com/PyCQA/mccabe;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i -e '/pytest-runner/d' setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test -v || die "Testing failed with ${EPYTHON}"
+}



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

2017-01-20 Thread David Seifert
commit: a109f9d56891f4c943e96dc3cb1820192457484d
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 21 00:39:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 21 01:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a109f9d5

dev-python/flake8: Version bump to 3.2.1

Gentoo-bug: 602654

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/flake8/Manifest|  1 +
 dev-python/flake8/flake8-3.2.1.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/flake8/Manifest b/dev-python/flake8/Manifest
index 2436427..37dde0b 100644
--- a/dev-python/flake8/Manifest
+++ b/dev-python/flake8/Manifest
@@ -6,3 +6,4 @@ DIST flake8-2.5.0.tar.gz 82600 SHA256 
8216c8c6ee092ae93d51f89bc91045648c88cd9be7
 DIST flake8-2.5.1.tar.gz 83692 SHA256 
448aed48b0671fe6062f47b98c3081f3a4b36fbe99ddb8ac2a3be6e6cb135603 SHA512 
030d2464717f62e3c5501631e7bc4482321086ca3e7f7dfe845dab66aaf38be94565c1e147792ba7e7d2850fd5290e61a24fe1006daf18c3be2ff81348c5731c
 WHIRLPOOL 
63a6915eeb32be4aa51f3b69c5c6918c3a2953a4dff203515d20a10e58dc12cf7732a5e715b279c17d2a0e4b77f6879dc9f489395ddbcb6d0c340a21be39f9e4
 DIST flake8-2.5.4.tar.gz 81663 SHA256 
cc1e58179f6cf10524c7bfdd378f5536d0a61497688517791639a5ecc867492f SHA512 
31cbec556fc41361ac464d2547275e319ab663c907a4a8644113a2288a9f349bcfbec85197b6dfa13a7db9e82419f01e0f2abc84a347e133c144ea137e0daa28
 WHIRLPOOL 
2547b78092b1a85edd2a0d03d9e0bc31e7d3b7cb3958cf5dea9947377851a69d5c37f64c0d65a5d7e88ab9573597729adbe07ae758b0510e455b26bf62292f47
 DIST flake8-3.0.4.tar.gz 1382588 SHA256 
b4c210c998f07d6ff24325dd91fbc011f2c37bcd6bf576b188de01d8656e970d SHA512 
845b38824112edfc8244f6ec795b5659f99b4e8171af5e6c737f345e5a429f7b26f57e24ccc42fa2d8117b7ceff4dd100fe840064260fa17f203804e4b83ab06
 WHIRLPOOL 
79300674a1a326d95e80208cee664b0ddcd518653cac2aac381a3a32c1bcc40b4ddb00f95b064e119bc7f40098240e77b16898db688b87a2571ad523eac72a44
+DIST flake8-3.2.1.tar.gz 129458 SHA256 
c7c460b5aff3a2063c798a77af18ec70af3941d35a22e2e76965e3c0e0b36055 SHA512 
9ccb4e13d87ae1198466f112138d5ef423f55e9af1d6ab9f14d6927bd40b9d621d1a74e0acd43b1ba4e12cae67d7671dde205c04f5760d760ca9d982655d4ebf
 WHIRLPOOL 
a4210bbc535fc6d61853c39ad44e2274963e8854eadaf4236c7edbe5dc367ea31d60f742e5f634b4b1ff0aea55a43aaebd29201cb5dcfc818e94aac4d6d34bf4

diff --git a/dev-python/flake8/flake8-3.2.1.ebuild 
b/dev-python/flake8/flake8-3.2.1.ebuild
new file mode 100644
index ..2ef4e59
--- /dev/null
+++ b/dev-python/flake8/flake8-3.2.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
+HOMEPAGE="https://bitbucket.org/tarek/flake8 
https://pypi.python.org/pypi/flake8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+IUSE="test"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+LICENSE="MIT"
+SLOT="0"
+
+# requires.txt inc. mccabe however that creates a circular dep
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
'pypy*' )
+   >=dev-python/pyflakes-0.8.1[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
+   =pep8-1.6.2-r1.
+   sed -i -e 's:, != 1.6.2::' setup.py || die
+   # Flake8 falsely assumes it needs pytest-runner unconditionally and will
+   # try to install it, causing sandbox violations.
+   sed -i -e "/setup_requires=\['pytest-runner'\],/d" setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # The test suite assumes the presence of a tox.ini file in ${S},
+   # yet the distributed tarballs do not include that file.
+   touch "${S}/tox.ini" || die "Could not create tox.ini"
+
+   # using "test" instead of "ptr" results in name collisions
+   esetup.py ptr
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/, profiles/arch/ia64/

2017-01-20 Thread Thomas Deutschmann
commit: 3804c76c1a5b76d2286b7489c04a1a0f8977f363
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 21 01:06:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 21 01:11:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3804c76c

Partially revert "profiles/arch/ia64: Clean obsolete package.use* entries"

This partially reverts commit b4f128587993f6bbf998227cd2bc43db39daad56 because
otherwise dev-util/geany-plugins would have a non solvable dependency on
app-text/gtkspell:3.

It also adds a new mask for uclibc-based arches where app-text/gtkspell:3 is
not available as well to make repoman happy.

 profiles/arch/ia64/package.use.stable.mask | 2 +-
 profiles/default/linux/uclibc/package.use.mask | 7 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/ia64/package.use.stable.mask 
b/profiles/arch/ia64/package.use.stable.mask
index bbfe51d..544e15e 100644
--- a/profiles/arch/ia64/package.use.stable.mask
+++ b/profiles/arch/ia64/package.use.stable.mask
@@ -20,7 +20,7 @@
 
 # Pacho Ramos  (02 Jul 2014)
 # Mask due Gnome3 not going to be stabilized on this arch
-dev-util/geany-plugins markdown
+dev-util/geany-plugins gtkspell markdown
 >=gnome-base/gnome-desktop-2.32.1-r2 license-docs
 gnome-base/gvfs google
 >=net-libs/webkit-gtk-2.4 geoloc

diff --git a/profiles/default/linux/uclibc/package.use.mask 
b/profiles/default/linux/uclibc/package.use.mask
index 54a8bdd..ed38d20 100644
--- a/profiles/default/linux/uclibc/package.use.mask
+++ b/profiles/default/linux/uclibc/package.use.mask
@@ -1,7 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Thomas Deutschmann  (21 Jan 2017)
+# Mask due Gnome3 not going to be stabilized on this arch
+# due to uclibc
+dev-util/geany-plugins gtkspell
+
 # Joshua Kinard  (18 Jan 2016)
 # Fails linking to gettext/libintl for symbol 'libintl_gettext'.
 # Is fixable by using 'append-ldflags' from flag-o-matic to force



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

2017-01-20 Thread Tim Harder
commit: dd869f7a705bfdf8a2c340bbb43cb5f3db9a52cc
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan 21 00:52:09 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan 21 00:53:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd869f7a

dev-util/app: drop last-rited package

 dev-util/aap/Manifest |  2 -
 dev-util/aap/aap-1.076.ebuild | 44 ---
 dev-util/aap/aap-1.091-r2.ebuild  | 42 --
 dev-util/aap/aap-1.091-r3.ebuild  | 52 ---
 dev-util/aap/files/aap-1.091-module-install.patch | 26 
 dev-util/aap/metadata.xml | 11 -
 profiles/package.mask |  5 ---
 7 files changed, 182 deletions(-)

diff --git a/dev-util/aap/Manifest b/dev-util/aap/Manifest
deleted file mode 100644
index adc88e2..
--- a/dev-util/aap/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST aap-1.076.zip 1637913 SHA256 
dc223d5e88a25426544bcfeebe4f97a71cfb3aea5fe983956f643d83b6f3841e SHA512 
581f34f7bc531e989c725b2e732d47bac57b85b5c738aca3df35279d5979c050277cf9fafffce8bafe304034be1d490abbd089eda2244cf272ad77a61958df11
 WHIRLPOOL 
52a369f73830c92865ae86b5405ef0e883ef4ff84403e8b4abb086680dd27575e390a5db360aa4e1a6865a14c3e40e844437490d563422fc4a2c45871c98b3ad
-DIST aap-1.091.zip 1645498 SHA256 
1cae4e5c6426f3862ef6795e3e1966ef15ab618cde57be2005a0a6c6eac41aae SHA512 
37fbbc1d816bfdadf3c4e16a31d002326ce86dbfbdfa60b30785f88aa202e52d79a13c91e7e0e843d93620e5eb9ba50545bc761550386b715359122cd375341e
 WHIRLPOOL 
9b7ec209fe3c86d288037ced9cc5b44b406ed55ccabfada96c1a3423f8eecc91ae50e76f01b07f47d7bb54c0b06f47c7150a3dd5620e71045f3810fc32a857fd

diff --git a/dev-util/aap/aap-1.076.ebuild b/dev-util/aap/aap-1.076.ebuild
deleted file mode 100644
index d08f1a5..
--- a/dev-util/aap/aap-1.076.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-IUSE="doc"
-
-DESCRIPTION="Bram Moolenaar's super-make program"
-HOMEPAGE="http://www.a-a-p.org/;
-SRC_URI="mirror://sourceforge/a-a-p/${P}.zip"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc sparc x86"
-DEPEND="app-arch/unzip"
-RDEPEND=">=dev-lang/python-1.5"
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-   mkdir "${S}" && cd "${S}" && unzip -q "${DISTDIR}"/${A} || die
-}
-
-src_install() {
-   rm doc/*.sgml
-   rm doc/*.pdf
-
-   if use doc ; then
-   dodir /usr/share/doc/${PF}/html
-   cp -R doc/* "${D}"/usr/share/doc/${PF}/html
-   fi
-   rm doc/*.html
-   rm -fr doc/images
-
-   dodoc doc/*
-   doman aap.1
-   rm -rf doc aap.1
-
-   # Move the remainder directly into the dest tree
-   dodir /usr/share
-   cd "${WORKDIR}"
-   mv aap "${D}"/usr/share
-
-   # Create a symbolic link for the executable
-   dodir /usr/bin
-   ln -s ../share/aap/aap "${D}"/usr/bin/aap
-}

diff --git a/dev-util/aap/aap-1.091-r2.ebuild b/dev-util/aap/aap-1.091-r2.ebuild
deleted file mode 100644
index 49089bd..
--- a/dev-util/aap/aap-1.091-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Bram Moolenaar's super-make program"
-HOMEPAGE="http://www.a-a-p.org/;
-SRC_URI="mirror://sourceforge/a-a-p/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND="${PYTHON_DEPS}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-S=${WORKDIR}
-
-src_install() {
-   rm doc/*.sgml doc/*.pdf COPYING || die
-   use doc && dohtml -r doc/*.html doc/images
-   rm -r doc/*.html doc/images || die
-
-   dodoc doc/*
-   doman aap.1
-   rm -r doc aap.1 || die
-
-   # Move the remainder directly into the dest tree
-   python_moduleinto /usr/share/aap
-   python_domodule .
-
-   # Create a symbolic link for the executable
-   dosym ../share/aap/aap /usr/bin/aap
-   python_fix_shebang "${ED}"/usr/share/aap/aap
-}

diff --git a/dev-util/aap/aap-1.091-r3.ebuild b/dev-util/aap/aap-1.091-r3.ebuild
deleted file mode 100644
index 0003a71..
--- a/dev-util/aap/aap-1.091-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Bram Moolenaar's super-make program"
-HOMEPAGE="http://www.a-a-p.org/;
-SRC_URI="mirror://sourceforge/a-a-p/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
-IUSE="doc"
-

[gentoo-commits] repo/gentoo:master commit in: media-plugins/gimp-gmic/, profiles/, media-plugins/gimp-gmic/files/

2017-01-20 Thread Tim Harder
commit: 6ed8e821e28ddcdf05f7b5fb5b67dbf2e0b9fc78
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan 21 00:54:20 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan 21 00:54:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed8e821

media-plugins/gimp-gmic: remove old package

 media-plugins/gimp-gmic/Manifest   |   2 -
 .../gimp-gmic/files/gmic-1.6.5.0-makefile.patch| 154 -
 .../gimp-gmic/files/gmic-1.6.5.1-makefile.patch| 153 
 media-plugins/gimp-gmic/gimp-gmic-1.6.5.0.ebuild   |  58 
 media-plugins/gimp-gmic/gimp-gmic-1.6.5.1.ebuild   |  58 
 media-plugins/gimp-gmic/metadata.xml   |  11 --
 profiles/package.mask  |   4 -
 7 files changed, 440 deletions(-)

diff --git a/media-plugins/gimp-gmic/Manifest b/media-plugins/gimp-gmic/Manifest
deleted file mode 100644
index 7a6735d..
--- a/media-plugins/gimp-gmic/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gmic_1.6.5.0.tar.gz 3005945 SHA256 
ebc98c4f5848b8343d581104e072299529ac3edbcea7b565ffd6e1fb4bfd66ed SHA512 
3feb5589dcc341106ce1305ce2d3f90776f074607bec3b8413519aa5f2c9dc9554a9ee7a5ba1d52d1a9e7676e6bff135d444276c989511f973cd456136d0e4e1
 WHIRLPOOL 
02f3f711fa9c876fba39e56a42c30f62a6c2d0848ae836f9635d7df0ef57f48f2a8f09ca361232c2239e473046fe7d085260ac365d2e7b6d49e65c3c0aa2e9bc
-DIST gmic_1.6.5.1.tar.gz 3092777 SHA256 
63737973848c292ef3877e1f6af3839e20fa209dd7a1bbacbdbac03bbb6fce85 SHA512 
cfbb8db9a3f884ac27b4929a774c94372523a1e59a205180dde452d34310d32df4ef76c9cdfcc4ef5adf0ba72c5e1e44564cfeb2e9bc003ec8fae45df9c606c4
 WHIRLPOOL 
e5e0e9d4dfff7a5b0da9d613bc998e32f71925cc44eb504519811327697fd13edf2abb1b94bd22619b17fa111d1e984944a01d7417ff0e328950b4258a7172fb

diff --git a/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch 
b/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch
deleted file mode 100644
index ebf5e45..
--- a/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch
+++ /dev/null
@@ -1,154 +0,0 @@
 gmic-1.6.5.0/src/Makefile
-+++ gmic-1.6.5.0/src/Makefile
-@@ -85,7 +85,6 @@
- ifndef NO_STDLIB
- MANDATORY_CFLAGS += -std=c++11
- endif
--MANDATORY_LIBS += -L$(USR)/$(LIB)
- ifeq ($(notdir $(CC)),g++)
- MANDATORY_CFLAGS += -Wall -W
- MANDATORY_LIBS += -lm
-@@ -139,14 +138,14 @@
- # (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
- # This requires the presence of the X11 include and library files.
- # (package 'libx11-dev' on Debian).
--X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" 
-I/usr/X11R6/include #-Dcimg_use_xrandr
--X11_LIBS = -L/usr/X11R6/lib -lX11 -lpthread #-lXrandr
-+X11_CFLAGS = -Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" #-Dcimg_use_xrandr
-+X11_LIBS = -lX11 -lpthread #-lXrandr
- 
- # Flags to enable fast display, using XShm.
- # This requires the presence of the X11 extension include and library files.
- # (package 'libx11-dev' on Debian).
- XSHM_CFLAGS = -Dcimg_use_xshm
--XSHM_LIBS = -L$(USR)/X11R6/lib -lXext
-+XSHM_LIBS = -lXext
- 
- # Flags to enable image display, using GDI32.
- # This requires the presence of the GDI32 include and library files.
-@@ -174,8 +173,8 @@
- # Flags to enable native support for MINC2 image files, using the MINC2 
library.
- # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )
- # (package 'libminc-dev' on Debian).
--MINC2_CFLAGS = -Dcimg_use_minc2 -I${HOME}/local/include
--MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz 
-L${HOME}/local/lib
-+MINC2_CFLAGS = -Dcimg_use_minc2
-+MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz
- 
- # Flags to enable native support for downloading files from the network.
- # ( https://curl.haxx.se/libcurl/ )
-@@ -325,7 +324,6 @@
- 
- cli:
-   $(MAKE) "CFLAGS+=$(STD_CLI_CFLAGS) $(OPT_CFLAGS)" 
"LIBS+=$(STD_CLI_LIBS)" gmic
--  strip gmic$(EXE)
- 
- gimp:
-   $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" 
"LIBS+=$(STD_GIMP_LIBS)" gmic_gimp
-@@ -335,11 +333,9 @@
- 
- gmicol:
-   $(MAKE) "CFLAGS+=$(STD_GMICOL_CFLAGS) $(OPT_CFLAGS)" 
"LIBS+=$(STD_GMICOL_LIBS)" gmic
--  strip gmic$(EXE)
- 
- static:
-   $(MAKE) "CFLAGS+=$(STATIC_CLI_CFLAGS) $(OPT_CFLAGS)" 
"LIBS+=$(STATIC_CLI_LIBS)" gmic
--  strip gmic$(EXE)
- 
- debug:
-   $(MAKE) "CFLAGS+=$(STD_CLI_CFLAGS) $(DEBUG_CFLAGS)" 
"LIBS+=$(STD_CLI_LIBS)" gmic
-@@ -355,24 +351,22 @@
- libgmic.o: gmic.cpp gmic.h gmic_def.h CImg.h
-   $(CC) -o libgmic.o -c gmic.cpp -fPIC $(CFLAGS)
- 
--libgmic: libgmic.o gmic_use_lib.cpp
--  ar rcs libgmic.a libgmic.o
-+libgmic: libgmic.o
-+  $(AR) rcs libgmic.a libgmic.o
- ifeq ($(OS),Darwin)
--  $(CC) -shared -o libgmic.so libgmic.o $(LIBS)
-+  $(CC) $(LDFLAGS) -shared -o libgmic.so libgmic.o $(LIBS)
- else
--  $(CC) -shared -Wl,-soname,libgmic.so.1 -o libgmic.so libgmic.o $(LIBS)
--  $(CC) -o gmic_use_lib gmic_use_lib.cpp -L. -lgmic
-+  $(CC) $(LDFLAGS) 

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

2017-01-20 Thread Tim Harder
commit: 8d246f138059e95b095928ef4289e14c9957
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan 21 00:45:44 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan 21 00:46:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d246f13

sys-apps/the_silver_searcher: stabilize 1.0.2

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

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild
index a926bff..cab52e1 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="lzma test zlib"
 
 RDEPEND="dev-libs/libpcre



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

2017-01-20 Thread Tim Harder
commit: e7eaeb263a1cdf663372a3c26111422525097800
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Jan 21 00:46:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Jan 21 00:47:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7eaeb26

sys-apps/the_silver_searcher: remove old

 sys-apps/the_silver_searcher/Manifest  |  3 --
 .../the_silver_searcher-0.32.0.ebuild  | 41 --
 .../the_silver_searcher-0.33.0.ebuild  | 46 -
 .../the_silver_searcher-1.0.1.ebuild   | 48 --
 4 files changed, 138 deletions(-)

diff --git a/sys-apps/the_silver_searcher/Manifest 
b/sys-apps/the_silver_searcher/Manifest
index 92447d7..da4f4d5 100644
--- a/sys-apps/the_silver_searcher/Manifest
+++ b/sys-apps/the_silver_searcher/Manifest
@@ -1,4 +1 @@
-DIST the_silver_searcher-0.32.0.tar.gz 152041 SHA256 
c5b208572e5cfc8a3cf366e8eb337b0c673c2ffa90c1ad90dfdcbe78251ba4cc SHA512 
c5664205844f17d7739742949524d42f7ff403884a1bb13b32c9a14bde76d5129259d26a782057adf340ea1afc0caa6bd7b51d59caf795937389ff88f3a373bc
 WHIRLPOOL 
85b284bf928a4cf5e28014678f01450c1083f15b08837069c4d4097122c84122a558f6175789131198fb003715b7dc030b48957d76cb7e00624d499812ce065f
-DIST the_silver_searcher-0.33.0.tar.gz 153459 SHA256 
351ab79ada811fd08f81296de10a7498ea3c46b681d73696d5a2911edbdc19db SHA512 
7ce2eb32f2ed1f49c53de13f9edb755c43b8915424039c242b4ce947ac9c54094f285fd1018386bdb6bcf3dd088f9d943e0c4d22d82b9b2387a9664fc20a6ca3
 WHIRLPOOL 
f93bbf2dd7f2ddae4e8aaad37ad0994585e3dfcbdaa1df57a225b9af2aa4232f8b45d1c5a1f28c47333097fe16350d0f1b1dffade3371a47f049e4d0517e4848
-DIST the_silver_searcher-1.0.1.tar.gz 156764 SHA256 
a79e6b024c6c756589b0d5ffbffe65983c750a07099d28aa5036d47a9feec86b SHA512 
4d9d7f32a8268112636d9aac33f9b7fb3e2730cec1db70ffe246f2feb7d5c66150d44862f71e3ab02d35b9f0748db09c3e69c9769cda37a2a431af808dbb50c8
 WHIRLPOOL 
888d06fb25b5ffde2289a2e91f7dcc1c97dd2bafdd67dbb32baa84f51178211fa2c3fb07da94b89ed5cbdb412954b62b2e6de2efd5c4ac8fac6b9a7c348a2b76
 DIST the_silver_searcher-1.0.2.tar.gz 156870 SHA256 
4cb73a4436fccf2c2cae91479a0167bacaa968a4deca28f3ff9d5abd98f01009 SHA512 
58f06133907cf7d7f229b5153bef96b5e76ae6cbbcdaf7d00b52bd9d6595c006417365c2b8535254f943c2fd5559792953e14cc9ba1041d5dfbe0d5b4a3ba2c5
 WHIRLPOOL 
441613aebcbcf7119506d04020b7f9dd3c46b69e68868ea8db2c29267f4c2b678a0a26a62e55acb5bf3cf4836ef40220e1a3f24fca7fa494ffca1d7b42989bd4

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.32.0.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-0.32.0.ebuild
deleted file mode 100644
index 863c652..
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.32.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit autotools bash-completion-r1
-
-DESCRIPTION="A code-searching tool similar to ack, but faster"
-HOMEPAGE="https://github.com/ggreer/the_silver_searcher;
-SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="lzma zlib"
-
-RDEPEND="dev-libs/libpcre
-   lzma? ( app-arch/xz-utils )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="README.md"
-
-src_prepare() {
-   sed -i '/^dist_bashcomp/d' Makefile.am || die
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable lzma) \
-   $(use_enable zlib)
-}
-
-src_install() {
-   default
-   newbashcomp ag.bashcomp.sh ag
-}

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.33.0.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-0.33.0.ebuild
deleted file mode 100644
index 26916e3..
--- a/sys-apps/the_silver_searcher/the_silver_searcher-0.33.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit autotools bash-completion-r1
-
-DESCRIPTION="A code-searching tool similar to ack, but faster"
-HOMEPAGE="https://github.com/ggreer/the_silver_searcher;
-SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="lzma test zlib"
-
-RDEPEND="dev-libs/libpcre
-   lzma? ( app-arch/xz-utils )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/cram )"
-
-DOCS="README.md"
-
-src_prepare() {
-   sed '/^dist_bashcomp/d' -i Makefile.am || die
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable lzma) \
-   $(use_enable zlib)
-}
-
-src_test() {
-   cram -v tests/*.t || die "tests 

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

2017-01-20 Thread Lars Wendler
commit: e422bb8f40b88a7317718049ab1e8eaa6801c91f
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 00:36:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 21 00:36:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e422bb8f

sys-apps/util-linux: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/util-linux/Manifest   |   1 -
 .../files/util-linux-2.27.1-sysmacros.patch| 278 -
 sys-apps/util-linux/util-linux-2.27.1.ebuild   | 186 --
 3 files changed, 465 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index adaf831..7cadb19 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,5 +1,4 @@
 DIST util-linux-2.26.2.tar.xz 3863868 SHA256 
0e29bda142528a48a0a953c39ff63093651a4809042e1790fbd6aa8663fd9666 SHA512 
1cb8e2f32882b3f496d31c250a45cfb61bedb79f7a2802b358c23134d4257fa9bc9cdecfa1aaba12109f82b93345c6dc0bec2d11629ffa084f2a4476a91b
 WHIRLPOOL 
699ff057f9930fe53f44090817c64ffe089345e7aba4c836e18cd3d201add805640b0e41b8d60bc08e3632be919025417feb9c2ddda454c87821a59122ed
-DIST util-linux-2.27.1.tar.xz 3964512 SHA256 
0a818fcdede99aec43ffe6ca5b5388bff80d162f2f7bd4541dca94fecb87a290 SHA512 
a450a0c2d26a6deaf5e53b8f6bddf59409aefb1f0aaf07393f68a418408fbc62c5da353c8ba53c7cac8ea6e3dddfad59161753d888c31f5ccea445e81accbad8
 WHIRLPOOL 
b0641f013762a667efcb2fabe6e3e09dd09252835d841e25cde506aca3a74876ad34f8130f3227683c7e8f19359205c4014dfcd9055d860ae6e3e54621478639
 DIST util-linux-2.28.2.tar.xz 4149700 SHA256 
b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd SHA512 
ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
 WHIRLPOOL 
1735e33620dba30cc1f42e60b707adb72234006b7fea242ac98c389295617bd0225563bcffa76b9d0753dfa100775dd9a2b73614843645ce667db5536842e308
 DIST util-linux-2.29.1.tar.xz 4278756 SHA256 
0ce40600b934ec2fecfa6bfc4efe6982d051ba96c2832b05201347aec582f54f SHA512 
221fc7651eb0534c55206eaf9184b2eb55d9f838cd0e1623cadac5d4ac57a118d96cdd770b6492b39381dd1316b81553866bc0f8c25dbb52dac9641f2fa0f7fa
 WHIRLPOOL 
d509168960b0ad54ade4d03dc39dca1dcf0bb0a5b51a594f04bc02ff3a6c89fc5966cff4653dfc826f75f8864497da600c7a86039099845b98e6f9d7981cff98
 DIST util-linux-2.29.tar.xz 4249020 SHA256 
2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7 SHA512 
ec6d5b2ef49069341dbb805ccdaca7a2e4d6aaa4d06f34c1de24e538ed971bd83749b6c5a6ce75d72d86817edb6b4eb3396579d18cdb523eb02b92427f41d7f3
 WHIRLPOOL 
b07750566086a183175c6ec6eb935ce2e37ffaf5eeca4b58ea7e823c6dfdd63dd52543b7009014ace20ef9cb9be363cfade85bcbfbd4fa7ac388e0eefbb80f05

diff --git a/sys-apps/util-linux/files/util-linux-2.27.1-sysmacros.patch 
b/sys-apps/util-linux/files/util-linux-2.27.1-sysmacros.patch
deleted file mode 100644
index 9c64e07..
--- a/sys-apps/util-linux/files/util-linux-2.27.1-sysmacros.patch
+++ /dev/null
@@ -1,278 +0,0 @@
-From 71cd37a19acef366ff12f322c78c711559764e13 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Mon, 7 Mar 2016 16:42:05 -0500
-Subject: [PATCH] include sysmacros.h where used
-
-BSD/Linux systems stick major/minor/makedev in sysmacros.h.  Newer Linux
-libraries have been moving away from including sysmacros.h implicitly via
-sys/types.h, so include it directly.
-
-Signed-off-by: Mike Frysinger 

-
-diff --git a/lib/ismounted.c b/lib/ismounted.c
-index f83be65..9b0e447 100644
 a/lib/ismounted.c
-+++ b/lib/ismounted.c
-@@ -18,6 +18,7 @@
- #include 
- #include 
- #include 
-+#include 
- #ifdef __APPLE__
- #include 
- #include 
-diff --git a/lib/sysfs.c b/lib/sysfs.c
-index 9e973a4..4b46459 100644
 a/lib/sysfs.c
-+++ b/lib/sysfs.c
-@@ -7,6 +7,7 @@
-  * Written by Karel Zak 
-  */
- #include 
-+#include 
- 
- #include "c.h"
- #include "at.h"
-diff --git a/login-utils/sulogin-consoles.c b/login-utils/sulogin-consoles.c
-index fe8eab1..56f5336 100644
 a/login-utils/sulogin-consoles.c
-+++ b/login-utils/sulogin-consoles.c
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/libblkid/src/devname.c b/libblkid/src/devname.c
-index dbbe5b5..d583800 100644
 a/libblkid/src/devname.c
-+++ b/libblkid/src/devname.c
-@@ -25,6 +25,7 @@
- #ifdef HAVE_SYS_TYPES_H
- #include 
- #endif
-+#include 
- #include 
- #ifdef HAVE_SYS_STAT_H
- #include 
-diff --git a/libblkid/src/devno.c b/libblkid/src/devno.c
-index 58fbce5..4b8f3db 100644
 a/libblkid/src/devno.c
-+++ b/libblkid/src/devno.c
-@@ -31,6 +31,7 @@
- #endif
- #include 
- #include 
-+#include 
- 
- #include "blkidP.h"
- #include "pathnames.h"
-diff --git a/libmount/src/tab_parse.c b/libmount/src/tab_parse.c
-index cee7008..29b4428 100644
 a/libmount/src/tab_parse.c
-+++ b/libmount/src/tab_parse.c
-@@ -16,6 +16,7 @@
- #include 
- #include 

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

2017-01-20 Thread Lars Wendler
commit: e04ed3a777e0a058ed3d68260ad9652921fa4b2d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 21 00:35:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 21 00:35:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04ed3a7

sys-apps/util-linux: Bump to version 2.29.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/util-linux/Manifest |   1 +
 sys-apps/util-linux/util-linux-2.29.1.ebuild | 187 +++
 2 files changed, 188 insertions(+)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 57c1ac4..adaf831 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,4 +1,5 @@
 DIST util-linux-2.26.2.tar.xz 3863868 SHA256 
0e29bda142528a48a0a953c39ff63093651a4809042e1790fbd6aa8663fd9666 SHA512 
1cb8e2f32882b3f496d31c250a45cfb61bedb79f7a2802b358c23134d4257fa9bc9cdecfa1aaba12109f82b93345c6dc0bec2d11629ffa084f2a4476a91b
 WHIRLPOOL 
699ff057f9930fe53f44090817c64ffe089345e7aba4c836e18cd3d201add805640b0e41b8d60bc08e3632be919025417feb9c2ddda454c87821a59122ed
 DIST util-linux-2.27.1.tar.xz 3964512 SHA256 
0a818fcdede99aec43ffe6ca5b5388bff80d162f2f7bd4541dca94fecb87a290 SHA512 
a450a0c2d26a6deaf5e53b8f6bddf59409aefb1f0aaf07393f68a418408fbc62c5da353c8ba53c7cac8ea6e3dddfad59161753d888c31f5ccea445e81accbad8
 WHIRLPOOL 
b0641f013762a667efcb2fabe6e3e09dd09252835d841e25cde506aca3a74876ad34f8130f3227683c7e8f19359205c4014dfcd9055d860ae6e3e54621478639
 DIST util-linux-2.28.2.tar.xz 4149700 SHA256 
b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd SHA512 
ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
 WHIRLPOOL 
1735e33620dba30cc1f42e60b707adb72234006b7fea242ac98c389295617bd0225563bcffa76b9d0753dfa100775dd9a2b73614843645ce667db5536842e308
+DIST util-linux-2.29.1.tar.xz 4278756 SHA256 
0ce40600b934ec2fecfa6bfc4efe6982d051ba96c2832b05201347aec582f54f SHA512 
221fc7651eb0534c55206eaf9184b2eb55d9f838cd0e1623cadac5d4ac57a118d96cdd770b6492b39381dd1316b81553866bc0f8c25dbb52dac9641f2fa0f7fa
 WHIRLPOOL 
d509168960b0ad54ade4d03dc39dca1dcf0bb0a5b51a594f04bc02ff3a6c89fc5966cff4653dfc826f75f8864497da600c7a86039099845b98e6f9d7981cff98
 DIST util-linux-2.29.tar.xz 4249020 SHA256 
2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7 SHA512 
ec6d5b2ef49069341dbb805ccdaca7a2e4d6aaa4d06f34c1de24e538ed971bd83749b6c5a6ce75d72d86817edb6b4eb3396579d18cdb523eb02b92427f41d7f3
 WHIRLPOOL 
b07750566086a183175c6ec6eb935ce2e37ffaf5eeca4b58ea7e823c6dfdd63dd52543b7009014ace20ef9cb9be363cfade85bcbfbd4fa7ac388e0eefbb80f05

diff --git a/sys-apps/util-linux/util-linux-2.29.1.ebuild 
b/sys-apps/util-linux/util-linux-2.29.1.ebuild
new file mode 100644
index ..ed45315
--- /dev/null
+++ b/sys-apps/util-linux/util-linux-2.29.1.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \
+   python-single-r1 multilib-minimal systemd
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-2 autotools
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+   
SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
+fi
+
+DESCRIPTION="Various useful Linux utilities"
+HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/;
+
+LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
+SLOT="0"
+IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline 
selinux slang static-libs +suid systemd test tty-helpers udev unicode"
+
+# Most lib deps here are related to programs rather than our libs,
+# so we rarely need to specify ${MULTILIB_USEDEP}.
+RDEPEND="caps? ( sys-libs/libcap-ng )
+   cramfs? ( sys-libs/zlib )
+   ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
+   pam? ( sys-libs/pam )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
+   slang? ( sys-libs/slang )
+   !build? ( systemd? ( sys-apps/systemd ) )
+   udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   test? ( sys-devel/bc )
+   virtual/os-headers"
+RDEPEND+="
+   kill? (
+   !sys-apps/coreutils[kill]
+   !sys-process/procps[kill]
+   )
+   !sys-process/schedutils
+   !sys-apps/setarch
+   ! "${T}"/fallocate.${ABI}.c
+   #define _GNU_SOURCE
+   #include 
+   main() { return fallocate(0, 0, 0, 0); }
+  

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

2017-01-20 Thread Tim Harder
commit: fab97301cd44358e1bffd8ed60a936baf53ca1f4
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 23:54:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 23:54:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab97301

app-backup/bup: version bump to 0.29

 app-backup/bup/Manifest|  1 +
 app-backup/bup/bup-0.29.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/app-backup/bup/Manifest b/app-backup/bup/Manifest
index 5906177..4895d29 100644
--- a/app-backup/bup/Manifest
+++ b/app-backup/bup/Manifest
@@ -1 +1,2 @@
 DIST bup-0.28.1.tar.gz 377712 SHA256 
fd962dbdade1b8ea257ac0e95d771ba11e6da4ef6f8ca6bee498a5b1bce8c817 SHA512 
b27a9486366f9f97081611d8e0443686ed8c4070d45729ad4efe1d48ee9f528d3257bfd5d37d6243927f5b63d6b613bf5ae2c39117012979ccd5ccecf9d2
 WHIRLPOOL 
5415df9bee662e0ffdcd81fa766c56a2d747df269d78dda0341bf59d607f4d2570bb1d9fdb055d4bc11992a707b8a36b1d9d7f11d0cfd6e504aa501e1cec7ba1
+DIST bup-0.29.tar.gz 388173 SHA256 
26abe107feaead4d4412ac66b37f5ecf37cdf56ce5b6d362c0c6c3862bcbb2e8 SHA512 
3a70d747c6bae2640809d48141b726fa7897f33af9f19047c8d4cfba88abe04ac907980f0ce572847b900e2c8d02a3303e886c8ad7af9a97a7804540c7da1705
 WHIRLPOOL 
62881e320fa19935941e1d926e88d284ce6de1b4291e28eb27e2f7cc5a343b03c5fe4f2e61c7db21c85ea2c48aaeaafe33e61d0e6bb0a45e09038c83f7afe428

diff --git a/app-backup/bup/bup-0.29.ebuild b/app-backup/bup/bup-0.29.ebuild
new file mode 100644
index ..fcab228
--- /dev/null
+++ b/app-backup/bup/bup-0.29.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="A highly efficient backup system based on the git packfile format"
+HOMEPAGE="https://bup.github.io/ https://github.com/bup/bup;
+SRC_URI="https://github.com/bup/bup/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test web"
+
+RDEPEND="${PYTHON_DEPS}
+   app-arch/par2cmdline
+   dev-python/fuse-python[${PYTHON_USEDEP}]
+   dev-python/pylibacl[${PYTHON_USEDEP}]
+   dev-python/pyxattr[${PYTHON_USEDEP}]
+   web? ( www-servers/tornado[${PYTHON_USEDEP}] )
+   sys-libs/readline:0
+   dev-vcs/git"
+DEPEND="${RDEPEND}
+   test? (
+   dev-lang/perl
+   net-misc/rsync
+   )
+   app-text/pandoc
+"
+
+# unresolved sandbox issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   sed -e "/^CFLAGS :=/s/-O2 -Werror//" \
+   -i Makefile || die
+}
+
+src_configure() {
+   ./configure || die
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr LIBDIR="/usr/$(get_libdir)/bup" 
DOCDIR="/usr/share/${PF}" install
+   python_fix_shebang "${ED}"
+   python_optimize "${ED}"
+}



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

2017-01-20 Thread Tim Harder
commit: a9c97a2bd9e155e6751a74da8910d9f35165afc7
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 23:36:41 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 23:41:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c97a2b

dev-lang/swig: version bump to 3.0.11

 dev-lang/swig/Manifest   |  1 +
 dev-lang/swig/swig-3.0.11.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest
index 9bfdd55..c827379 100644
--- a/dev-lang/swig/Manifest
+++ b/dev-lang/swig/Manifest
@@ -2,5 +2,6 @@ DIST swig-1.3.40.tar.gz 4891020 SHA256 
1945b3693bcda6777bd05fef1015a0ad1a4604cde
 DIST swig-2.0.12.tar.gz 5312394 SHA256 
65e13f22a60cecd7279c59882ff8ebe1ffe34078e85c602821a541817a4317f7 SHA512 
7969cd8ce309ca46316fa4851b5cdd72122cb075cde8c17d74ee97969cd9555eff0d995f60bf17ff4090c83f66f6c66df2c61d9c06e2e30a2b36a4b8204c5890
 WHIRLPOOL 
fdc0477d049c793267420769b0346283087bcf14d519d279bae15b5ffaff7c079fa6a6de3f18b74825f7ea0bce13913e591f7d48b396cd7eaf941fa57dfe925e
 DIST swig-2.0.9.tar.gz 5307341 SHA256 
586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539 SHA512 
9967eb2e1733c11ceb813bfa18c8c4187ba527d45de9b2ad962f287afba9cb0e1432b921670c5fe07ed31decc2e2785a16f42f69148a4e8a1959a9b66ce2e91f
 WHIRLPOOL 
6649934f33d36b7bf9314a7f6582245217795b6e9c36eb02436ed769f8fb06a3a038af2380f444a1311aa353d3f29c4a3159765f873d09ed90980998e0752e81
 DIST swig-3.0.10.tar.gz 8029827 SHA256 
2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c SHA512 
599883a08b673cb0975176084fa7a6f5c7e3f6ffa86e8ba600e9d81d80b9d7632668e61c8db519b4c800bdbddcdbf55b0f5ef49f6a80ceafaef864ffcaaa30c1
 WHIRLPOOL 
bcdbc754d32c45e202cd55a73e7584240e3f073ec21116db88325558374d5477803d83308f467a469e50b8dcbc4fa2a5d5146d6d73fbd7d3abc0e879766b2b73
+DIST swig-3.0.11.tar.gz 8141827 SHA256 
d9031d531d7418829a54d0d51c4ed9007016b213657ec70be44031951810566e SHA512 
36771bd29fcec159d283f0f8d056937c6c913fec717f1f3b97a9b17fa27a8a85aa5f7b79bec3c46d70b625c36c26e9e856a4750cbd0872070ca18e9174842a52
 WHIRLPOOL 
49fac0b8ff0786671b2eb0d7c9955054ec2b17be07d1ce5c2ca063022d89c56e3598c3ce5133eac92eee4286f7ecfc52da6003993cd1bf6a7704162344ca31bd
 DIST swig-3.0.5.tar.gz 5873209 SHA256 
9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c SHA512 
1cd9eaea1443d08ac0f9a80f9cb3d60121e888e30c9f00aaaf285d6afe8a5494a3be017a38092b879d332305911c177202cfccd2570cb61eb40554fcc573fd01
 WHIRLPOOL 
49dc145dbd24bbe0dd9d5baa82ab8e1b79b0cec14035038d22fd506010ce5185731876a157c811d2087f35360ce04aafed8c7beff7f7feaf246f964891395ea9
 DIST swig-3.0.8.tar.gz 7937213 SHA256 
58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453 SHA512 
85605bd98bf2b56f5bfca23ae23d76d764d76a174b05836c8686825e912d6326c370e9cf2134c0bf4f425560be103b16bf9c9d075077f52e713a69082616e906
 WHIRLPOOL 
7b6e5b0339b5fd42992464ca16935d1e8447d46c2e561579eb99dda90755bc3ca88baeff8bb0c0dffe91b109dd9af0465a360fec2fd871bd5bfaef278229bbf9

diff --git a/dev-lang/swig/swig-3.0.11.ebuild b/dev-lang/swig/swig-3.0.11.ebuild
new file mode 100644
index ..155189c
--- /dev/null
+++ b/dev-lang/swig/swig-3.0.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simplified Wrapper and Interface Generator"
+HOMEPAGE="http://www.swig.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+ BSD BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="ccache doc pcre"
+RESTRICT="test"
+
+DEPEND="pcre? ( dev-libs/libpcre )
+   ccache? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+
+DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO )
+
+src_configure() {
+   econf \
+   $(use_enable ccache) \
+   $(use_with pcre)
+}
+
+src_install() {
+   default
+
+   if use doc; then
+   docinto html
+   dodoc -r Doc/{Devel,Manual}
+   fi
+}



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

2017-01-20 Thread Andreas Hüttel
commit: 446f4d53d5a2b7519e17de9eced3b92f74125264
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan 20 23:37:34 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jan 20 23:37:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446f4d53

www-apache/mod_perl: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild | 165 ---
 1 file changed, 165 deletions(-)

diff --git a/www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild 
b/www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild
deleted file mode 100644
index 0f895d1..
--- a/www-apache/mod_perl/mod_perl-2.0.8-r3.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit depend.apache apache-module perl-module eutils
-
-DESCRIPTION="An embedded Perl interpreter for Apache2"
-HOMEPAGE="https://projects.apache.org/projects/mod_perl.html;
-SRC_URI="mirror://apache/perl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-# Make sure we always use the latest Apache-Test version or even check the
-# version of the bundled Apache-Test!
-#
-# We need both, apache and perl but either apache without threads or perl with
-# ithreads, bug 373943
-DEPEND="
-   >=dev-perl/Apache-Test-1.360
-   >=dev-perl/CGI-3.08
-   dev-lang/perl[ithreads]
-   www-servers/apache
-"
-RDEPEND="${DEPEND}"
-PDEPEND=">=dev-perl/Apache-Reload-0.11
-   >=dev-perl/Apache-SizeLimit-0.95"
-
-APACHE2_MOD_FILE="${S}/src/modules/perl/mod_perl.so"
-APACHE2_MOD_CONF="2.0.3/75_${PN}"
-APACHE2_MOD_DEFINE="PERL"
-
-SRC_TEST="do"
-
-DOCFILES="Changes INSTALL README STATUS"
-
-need_apache2_4
-
-src_prepare() {
-   perl-module_src_prepare
-
-   # I am not entirely happy with this solution, but here's what's
-   # going on here if someone wants to take a stab at another
-   # approach.  When userpriv compilation is off, then the make
-   # process drops to user "nobody" to run the test servers.  This
-   # server is closed, and then the socket is rebound using
-   # SO_REUSEADDR.  If the same user does this, there is no problem,
-   # and the socket may be rebound immediately.  If a different user
-   # (yes, in my testing, even root) attempts to rebind, it fails.
-   # Since the "is the socket available yet" code and the
-   # second-batch bind call both run as root, this will fail.
-
-   # The upstream settings on my test machine cause the second batch
-   # of tests to fail, believing the socket to still be in use.  I
-   # tried patching various parts to make them run as the user
-   # specified in $config->{vars}{user} using getpwnam, but found
-   # this patch to be fairly intrusive, because the userid must be
-   # restored and the patch must be applied to multiple places.
-
-   # For now, we will simply extend the timeout in hopes that in the
-   # non-userpriv case, the socket will clear from the kernel tables
-   # normally, and the tests will proceed.
-
-   # If anybody is still having problems, then commenting out "make
-   # test" below should allow the software to build properly.
-
-   # Robert Coie  2003.05.06
-#  sed -i -e "s/sleep \$_/sleep \$_ << 2/" \
-#  "${S}"/Apache-Test/lib/Apache/TestServer.pm \
-#  || die "problem editing TestServer.pm"
-
-   # rendhalver - this got redone for 2.0.1 and seems to fix the make test 
problems
-   epatch "${FILESDIR}"/${PN}-2.0.1-sneak-tmpdir.patch
-   epatch "${FILESDIR}"/${PN}-2.0.4-inline.patch #550244
-
-   # bug 352724
-   epatch "${FILESDIR}/${P}-bundled-Apache-Test.patch"
-   rm -rf Apache-{Test,Reload,SizeLimit}/ lib/Bundle/
-   sed -i \
-   -e 's:^Apache-\(Reload\|SizeLimit\|Test\).*::' \
-   -e 's:^lib/Bundle/Apache2.pm::' \
-   MANIFEST || die
-
-   # 410453
-   epatch 
"${FILESDIR}/use-client_ip-client_add-instead-of-remote_ip-remote.patch"
-   epatch "${FILESDIR}/use-log.level-instead-of-loglevel.patch"
-
-   # 554794
-   epatch "${FILESDIR}/mod_perl_init_b554794.patch"
-}
-
-src_configure() {
-   local debug=$(usex debug 1 0)
-   perl Makefile.PL \
-   PREFIX="${EPREFIX}"/usr \
-   INSTALLDIRS=vendor \
-   MP_USE_DSO=1 \
-   MP_APXS=${APXS} \
-   MP_APR_CONFIG=/usr/bin/apr-1-config \
-   MP_TRACE=${debug} \
-   MP_DEBUG=${debug} \
-   || die
-}
-
-src_test() {
-   # make test notes whether it is running as root, and drops
-   # privileges all the way to "nobody" if so, so we must adjust
-   # write permissions accordingly in this case.
-
-   # IF YOU SUDO TO EMERGE AND HAVE 

[gentoo-commits] proj/sci:master commit in: sci-biology/picard/

2017-01-20 Thread Martin Mokrejs
commit: 4ded557f598731a54f12134b26083685a6e1
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Fri Jan 20 23:24:38 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Fri Jan 20 23:24:38 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ded557e

sci-biology/picard: still not working ebuild for current gradle-based build 
system

https://github.com/broadinstitute/picard/issues/693

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/picard/picard-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/picard/picard-.ebuild 
b/sci-biology/picard/picard-.ebuild
index a75aa88..e3f22b9 100644
--- a/sci-biology/picard/picard-.ebuild
+++ b/sci-biology/picard/picard-.ebuild
@@ -38,13 +38,13 @@ 
EANT_GENTOO_CLASSPATH="snappy-1.1,cofoja,commons-jexl-2,ant-core,htsjdk"
 
 java_prepare() {
default
-   rm -r src/ src/test/java/* || die
epatch "${FILESDIR}"/${PV}-build.xml.patch
 }
 
 src_compile(){
-   # work around gradle writing $HOME/.gradle and requiring $HOME/.git
+   # work around gradle writing $HOME/.gradle, requiring $HOME/.git and 
$HOME/.m2/
# https://github.com/samtools/htsjdk/issues/660#issuecomment-232155965
+   # make jure SDK-1.8 is available, JRE-1.8 is not enough
GRADLE_USER_HOME="${WORKDIR}" ./gradlew || die
 }
 



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

2017-01-20 Thread Mike Frysinger
commit: 904daec246d40adce9fe4db42514f1dabd4fcd5c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 20 22:47:17 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 20 22:53:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904daec2

app-shells/bash: version bump to 4.4_p11

 app-shells/bash/Manifest|   6 +
 app-shells/bash/bash-4.4_p11.ebuild | 254 
 2 files changed, 260 insertions(+)

diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index 117f060..0c0b20e 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -289,3 +289,9 @@ DIST bash44-002 1946 SHA256 
7020a0183e17a7233e665b979c78c184ea369cfaf3e8b4b11f55
 DIST bash44-003 1593 SHA256 
51df5a9192fdefe0ddca4bdf290932f74be03ffd0503a3d112e4199905e718b2 SHA512 
e61db89bdd1a7ae15013fe258046a343c9ea41e5a1c6d2c810947500a617fce7536b8d51194e14bb42499fe0de6d70cc9b2c81da0afdcb5a2278459f4f76d748
 WHIRLPOOL 
d1d7ef24cbe04a23e8d759e1db3c6e339086611138a3745a833754c11c6c6a0f37f4e7f11a0cb4762ea86b5713b5e6a28313fb75cedb5e02d26c2a36c023da27
 DIST bash44-004 2350 SHA256 
ad080a30a4ac6c1273373617f29628cc320a35c8cd06913894794293dc52c8b3 SHA512 
7570cf15518f79230cfe91b3e58c795c16c7fb6ba6418d967355b36fb7982e7919a9eaaef9177fb605c7fb7d7efb8a8335e725c1bac69a098433f5adc9c7
 WHIRLPOOL 
fa5c49f7aae54e2316493609fa424d457ab96b558a0a23c937a9325a030565d09f9342af0059a7d9631dd804e684d9c025a624d800e62e7fc7779af956192bca
 DIST bash44-005 1439 SHA256 
221e4b725b770ad0bb6924df3f8d04f89eeca4558f6e4c777dfa93e967090529 SHA512 
7546a6c90c8e8508567dde713722291477ca87c1116905b46432514a4fc632840a855b84f102591914cd4c44d5bf2eb7400866e26366fc94525fb401ea844a8f
 WHIRLPOOL 
40688381559436cd77a3dffaee24d6cbb48cab471ab94f62b618ebf9372ab08cb00824312b3440249e042159f9d927861ffbb100399b86e360b09b324596b478
+DIST bash44-006 1805 SHA256 
6a8e2e2a6180d0f1ce39dcd651622fb6d2fd05db7c459f64ae42d667f1e344b8 SHA512 
5edcd76cf97bfe289f71924ba279ff48a1167eb3cc36f811cbcc23732746f5c821d1d39d4b137b7d99d57809a4b7270a54f4a41176fcfde0708bf92ddc68b77f
 WHIRLPOOL 
7f1919a3a0b2ac117c61e67bc54f79fb34ae04f96e5e07268ac91966c4bcbe3139f90225e0802b9dba2d6fecf15339ebe6522a86f563961790764649be3df758
+DIST bash44-007 4640 SHA256 
de1ccc07b7bfc9e25243ad854f3bbb5d3ebf9155b0477df16aaf00a7b0d5edaf SHA512 
386c019debee414697abc648d9a77894e842bb0b7a2a71709e8b3398582f25065e68963405fa22fb77439c6b431ee94a2ecbb16734c2436af3dfb4d1b5f06fcf
 WHIRLPOOL 
819e79b2a4609baa852a0a61bda1b03be09e0ecc7f20756dc06a0a2d69170006dec4a53733f83dbc3920093de0dedff7ef2bcb0c41a21fe9e78c76f0139f94a0
+DIST bash44-008 2223 SHA256 
86144700465933636d7b945e89b77df95d3620034725be161ca0ca5a42e239ba SHA512 
d9a8924f1c9263deab89153bb688a87f211913ebd72c8077e607db6fdddc7e5af05042dd22a9a2df593e518ea74b54ca79d20afc796e47d871827a2556e233d0
 WHIRLPOOL 
2f7a1f6e64d40d1b729545eddefbb98ec04e079829049b6d8bde0481e2f4c1ae18476d2dffcf32fd9dd6ff5a8024f7da4215eaac3dc1841d7d1fb3cd
+DIST bash44-009 3117 SHA256 
0b6bdd1a18a0d20e330cc3bc71e048864e4a13652e29dc0ebf3918bea729343c SHA512 
3b01c080cf4a54658679b36c282a69a9ac48b900b19ceb42dbaf084abd395d50e5ff14db90a7fdf0c9856dad150897dca561160686c931634765782447fc076e
 WHIRLPOOL 
6de4092994c58164c8c49664a929c9037044c2bad8bfb7a7c01f161fd4716aa7f8fb0b78295a10979dd4b5e076a03adf83072f5bafda752fe0c1eb866e3e9eee
+DIST bash44-010 1670 SHA256 
8465c6f2c56afe559402265b39d9e94368954930f9aa7f3dfa6d36dd66868e06 SHA512 
54ff556b62fd88381e7a495db50957b016474973b3a51c65b649a40960f2d3355221b3a71fb292128aad92a45d73d9816d63833bc416b4d15acdef391b98
 WHIRLPOOL 
5f1f9cd94381c4874aec9eefd9b314a0d505c82b22dbb768f30a4d7e0d2a7bd8b76d8cc983f19f8d74ac3045f487b79608f5604e234db46111c98b5e853cbc4d
+DIST bash44-011 1603 SHA256 
dd56426ef7d7295e1107c0b3d06c192eb9298f4023c202ca2ba6266c613d170d SHA512 
6b5b068b74978fc691749ccff5e094c768047f702430e97114f5bf342f078696f7d7616d0642d4061b062e9112dfe00a1c2309c65de4147e0e98fb52c593d844
 WHIRLPOOL 
5de1209872c1650be012a365737123f2a1c1331b814406c98b0a4b56223aa5f9e724ffc134dc8a51a51f99e265ce7c68457744c0caa9b120406137079655f41b

diff --git a/app-shells/bash/bash-4.4_p11.ebuild 
b/app-shells/bash/bash-4.4_p11.ebuild
new file mode 100644
index ..307df10
--- /dev/null
+++ b/app-shells/bash/bash-4.4_p11.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils flag-o-matic toolchain-funcs multilib prefix
+
+# Official patchlevel
+# See ftp://ftp.cwru.edu/pub/bash/bash-4.4-patches/
+PLEVEL=${PV##*_p}
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+is_release() {
+   case ${PV} in
+   *_alpha*|*_beta*|*_rc*) return 1 ;;
+   *) return 0 ;;
+   esac
+}
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
+   [[ ${plevel} -eq 0 ]] && return 1
+   eval set -- {1..${plevel}}
+   set -- 

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

2017-01-20 Thread Tim Harder
commit: 00b8a64d06d0548ab0970a7d9e985752427e206b
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 22:38:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 22:39:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b8a64d

net-irc/weechat: version bump to 1.7

 net-irc/weechat/Manifest| 1 +
 net-irc/weechat/{weechat-.ebuild => weechat-1.7.ebuild} | 6 +++---
 net-irc/weechat/weechat-.ebuild | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index 0edd0e9..9568d9e 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,3 +1,4 @@
 DIST weechat-1.4.tar.bz2 2464362 SHA256 
e06d9949ccececdd9692c95c41304c2f7fe9ec47b5eedd0d0a8529f6a3c1ddd4 SHA512 
4c4bf25da513c25a16b24d94c1a6971db12d5cf168c83aa9757053c634f7b25e92f1dbe54fefd09eeb69ece9ddc4be115bb6f6fc078ef7682dcb1df21f04
 WHIRLPOOL 
1db202131c1cd68e0f436f2e316ad73d0887d48533c417c1446a671bc620fdaaedb6198ac23876d62a51458ab55231d528635fc4e7fa2aa0067c60f656e3d6e5
 DIST weechat-1.5.tar.bz2 2546183 SHA256 
326e27c4f0548a7c6f21302516356f1e9e3541262b31058e37181f95205c8c58 SHA512 
8999ffd4f5034f973f790bf7e0e6b1bacd73ab588d7dce7dcbea15861efb766510d1a2f722b9fa86b52a8345aef37918f3c949b85a0451e19485cee4e76d45b2
 WHIRLPOOL 
51f91af5fccfe242712f5e21a9934d75747ca2a2ea31bd25194c6a37ba32e3dc519eb46da13fdf15f6483c2cc9bc0a80a1a6f296c0f31069b0339fe4fad6d5c3
 DIST weechat-1.6.tar.bz2 2558398 SHA256 
73eca5212fadb7056f5f72d9dfc96453dea0342c963d1f1ca36c84def5653c34 SHA512 
ff0666904eae180f7091f475fade089128999ab1736e0e4a64ff79139eecb14f091d830be3110b75ec50ce85472bbf49343606ec827959d7711a19a33bfd4059
 WHIRLPOOL 
39c07b6797fd634bfd1394308e6abf62eb13bf2b4fcdbd2516ee123474b177d783ea3a5559279b954344601f48af917d3bf51e6d28c6a80efb565827868173f8
+DIST weechat-1.7.tar.xz 1837004 SHA256 
599348337a4bff179bf50888dad135751fa401538ebaadc59831d2223be52db3 SHA512 
1de4af1e6b8189a96d830480f062bb1a92626f3ccf4ef0d73d081d72472e9a0840a4776403846032582e0387b6df8b8d7dbbce2ca309263554facd3bc6a5b050
 WHIRLPOOL 
9f62824e6dccf4e4d95422dd2ca6e2e135f4556fa697c11ad6004047375505612082ba4299ba1b4668a32cbffbad67f9d129c33f343287222dad34263ff32505

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-1.7.ebuild
similarity index 94%
copy from net-irc/weechat/weechat-.ebuild
copy to net-irc/weechat/weechat-1.7.ebuild
index d54cbdc..0d45b29 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/weechat/weechat.git;
 else
-   SRC_URI="https://weechat.org/files/src/${P}.tar.bz2;
+   SRC_URI="https://weechat.org/files/src/${P}.tar.xz;
KEYWORDS="~amd64"
 fi
 
@@ -39,7 +39,7 @@ RDEPEND="
nls? ( virtual/libintl )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 
dev-lang/ruby:2.0 ) )
+   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 
dev-lang/ruby:2.1 ) )
ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )
tcl? ( >=dev-lang/tcl-8.4.15:0= )

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index d54cbdc..0d45b29 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/weechat/weechat.git;
 else
-   SRC_URI="https://weechat.org/files/src/${P}.tar.bz2;
+   SRC_URI="https://weechat.org/files/src/${P}.tar.xz;
KEYWORDS="~amd64"
 fi
 
@@ -39,7 +39,7 @@ RDEPEND="
nls? ( virtual/libintl )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 
dev-lang/ruby:2.0 ) )
+   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 
dev-lang/ruby:2.1 ) )
ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )
tcl? ( >=dev-lang/tcl-8.4.15:0= )



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

2017-01-20 Thread David Seifert
commit: 7a2873df45fd3df7db1786e5c58a29aa08dc6704
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 20 22:07:18 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 22:23:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2873df

dev-python/geoip-python: add py3.5, fix CFLAGS, EAPI=6

The -fno-strict-aliasing flag is correctly set by the build system
for Python 2 only.

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

 .../geoip-python/geoip-python-1.3.2-r1.ebuild  | 43 ++
 dev-python/geoip-python/metadata.xml   | 15 
 2 files changed, 51 insertions(+), 7 deletions(-)

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
new file mode 100644
index ..72f0ffb
--- /dev/null
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="geoip-api-python"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python bindings for GeoIP"
+HOMEPAGE="https://github.com/maxmind/geoip-api-python;
+SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE="examples test"
+
+RDEPEND=">=dev-libs/geoip-1.4.8"
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( README.rst ChangeLog.md )
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/geoip-python/metadata.xml 
b/dev-python/geoip-python/metadata.xml
index a8969ea..362cd6b 100644
--- a/dev-python/geoip-python/metadata.xml
+++ b/dev-python/geoip-python/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-maxmind/geoip-api-python
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   maxmind/geoip-api-python
+   GeoIP
+   
 



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

2017-01-20 Thread Sergei Trofimovich
commit: b01edd420d7e84e956b070cd4f3f41d7a1dd98d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jan 20 22:16:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan 20 22:16:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01edd42

dev-lang/crystal: bump up to 0.20.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/crystal/Manifest  |  1 +
 dev-lang/crystal/crystal-0.20.5.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index 8b7dc6a..db933a8 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -21,3 +21,4 @@ DIST crystal-0.20.3.tar.gz 1520457 SHA256 
5372ba2a35d885345207047a51b9389f9190fd
 DIST crystal-0.20.4-1-linux-i686.tar.gz 17176550 SHA256 
93e7df2bea3220728987a49a2f93d1c615e2ccae63843e0259a5d891c53a0b80 SHA512 
c66dd5e417a1875af8ba7b763201cc41f97db9a321a8246607c625d3a447b73fa454c3373e69cd4bcd0ab6a1890cb8a988d0925e44e966e423136736852e10f3
 WHIRLPOOL 
937af1b3e4c7be0b95e4f33de472d3250a3725d7bf4ee8189fa9b4bfdd9e7963a3b0721f552e61f50a593e8d22d0635bd22ab917e3989d848dd6797b5154f858
 DIST crystal-0.20.4-1-linux-x86_64.tar.gz 1773 SHA256 
cdc11c30235f8bd3b89e1fc13b56838f99d585715fb66563d6599026f5393e37 SHA512 
4f443c6e50962f5d7629ea6b3066443b5521cc58066bd944a5f61a1fb4dcd2593b09f71099d2fc86e64c167aa52d8cd566518f8bec30cc7294e03deb1910cf7c
 WHIRLPOOL 
08026df37fefc8d8c3a4d9d9fdd397efbb453b6f2944778f413694d8d9433c62e5837db25caeba1540124aa4cad6847fca1d71f1b148990a09cbb850e6d9500c
 DIST crystal-0.20.4.tar.gz 1537577 SHA256 
fd099f278b71bbb5cad1927c93933d1feba554fbf8f6f4ab9165f535765f5e31 SHA512 
1ded5cf104314b6b8b76fa519ec87a913a40a8bdb82445fe78b3f942567abe8c354cefcdd360c365e0c9f0756fc0e4819eec681584c11f94c9838e9a61ec89fe
 WHIRLPOOL 
f51185267fd2152e7acbb0528cabf17c973e763db3cb097c13ec805cee44f191f9054bb2dfbfa6b885dab850c7a24ae722b0c238c7ba8d1296de1e06060ebba9
+DIST crystal-0.20.5.tar.gz 1550878 SHA256 
ee1e5948c6e662ccb1e62671cf2c91458775b559b23d74ab226dc2a2d23f7707 SHA512 
cb27ad485f5bf51307541901a230f635e1b3922f3802fc4db0a8746c7aa3399940791f9ec7d7e71325af5c93e8928f4a94b30a25d87e7ed45fa77661ddd876f0
 WHIRLPOOL 
7d1d2011b6319ebf50ba10935e3d55b5320d0e2bdf3fe00ace16aef74a740449968c1230d7ccb5033d8ef0ef222fd323ad226bed15a0573d666d8fae05caffef

diff --git a/dev-lang/crystal/crystal-0.20.5.ebuild 
b/dev-lang/crystal/crystal-0.20.5.ebuild
new file mode 100644
index ..13cc990
--- /dev/null
+++ b/dev-lang/crystal/crystal-0.20.5.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+BV=0.20.4-1
+BV_AMD64=${BV}-linux-x86_64
+BV_X86=${BV}-linux-i686
+
+DESCRIPTION="The Crystal Programming Language"
+HOMEPAGE="http://crystal-lang.org;
+SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   amd64? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_AMD64}.tar.gz
 )
+   x86? ( 
https://github.com/crystal-lang/crystal/releases/download/${PV}/crystal-${BV_X86}.tar.gz
 )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples +xml +yaml"
+
+# dev-libs/boehm-gc[static-libs] dependency problem,  check the issue: 
https://github.com/manastech/crystal/issues/1382
+DEPEND="
+   >=sys-devel/llvm-3.9.0
+   dev-libs/boehm-gc[static-libs,threads]
+   dev-libs/libatomic_ops
+   dev-libs/libevent
+   dev-libs/libpcre
+   sys-libs/libunwind
+   dev-libs/pcl
+   dev-libs/gmp:0
+"
+RDEPEND="${DEPEND}
+   xml? ( dev-libs/libxml2 )
+   yaml? ( dev-libs/libyaml )
+"
+
+src_compile() {
+   emake \
+   release=1 \
+   threads=4 \
+   PATH="${WORKDIR}"/${PN}-${BV}/bin:"${PATH}" \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV} \
+   CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal"
+   use doc && emake doc
+}
+
+src_test() {
+   emake spec \
+   CRYSTAL_PATH=src \
+   CRYSTAL_CONFIG_VERSION=${PV}
+}
+
+src_install() {
+   insinto /usr/$(get_libdir)/crystal
+   doins -r src/.
+   dobin .build/crystal
+
+   insinto /usr/share/zsh/site-functions
+   newins etc/completion.zsh _crystal
+
+   use examples && dodoc -r samples
+
+   if use doc ; then
+   docinto api
+   dodoc -r doc/.
+   fi
+}



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

2017-01-20 Thread Sergei Trofimovich
commit: 0d435cf5cf725cb9ed027deeb04cfa3872264ad8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jan 20 22:16:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan 20 22:16:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d435cf5

dev-lang/crystal: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/crystal/Manifest  | 20 --
 dev-lang/crystal/crystal-0.15.0.ebuild | 71 --
 dev-lang/crystal/crystal-0.18.7.ebuild | 71 --
 dev-lang/crystal/crystal-0.19.0.ebuild | 71 --
 dev-lang/crystal/crystal-0.19.1.ebuild | 69 -
 dev-lang/crystal/crystal-0.19.2.ebuild | 69 -
 dev-lang/crystal/crystal-0.19.3.ebuild | 69 -
 dev-lang/crystal/crystal-0.19.4.ebuild | 69 -
 dev-lang/crystal/crystal-0.20.0.ebuild | 69 -
 dev-lang/crystal/crystal-0.20.1.ebuild | 69 -
 dev-lang/crystal/crystal-0.20.3.ebuild | 69 -
 11 files changed, 716 deletions(-)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index db933a8..ad5c9f6 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -1,23 +1,3 @@
-DIST crystal-0.15.0-1-linux-i686.tar.gz 12829634 SHA256 
438c2b6ae818d6eb9e685ba352bf1310d3baf64c01e80dd9676ce43b63c393c9 SHA512 
889ab12dcbd6e317d5d13a46280741a887f6c85c9888450f4a36cbd7f747f1a0475829022aff9faa5805175e967e8e10b4211028d1950bf73c8db18561e87184
 WHIRLPOOL 
bb53e1e39d7148e6b7f238aba5045143c806f02c4b09ecb891909a3d10cd382fd1e7100d88febdf26cfdd7098442a14d8bc6feb72e3401d061dee216f1b90ec1
-DIST crystal-0.15.0-1-linux-x86_64.tar.gz 12414258 SHA256 
538d3e327a5237ac521c1053ca1d98565545c3e243dc6bf7298508ae1ff474ab SHA512 
f6f3cff8305c63931997279c408b27473118f1a2571885d7d8932a8c9003e5a6796f6ed71cdadbb6e9abc97904862fd224c0d4faa82f8f90051b333502067da5
 WHIRLPOOL 
25072726b174409296004a15ff32fbbf89800408a848bdb910c33127663d24642c612694bb30748b014f29ae149bb07d76ccf9efe1209ddd98aa8f8c7370b240
-DIST crystal-0.15.0.tar.gz 1188583 SHA256 
d79445ec92faa2a045af150fca4886d90ecd9fba27451003b68118c8714b26bd SHA512 
48da951e9502d882505d6c0e6dc9e9bc14cf24c3e666b33fe0d76e62fc075d8b80414686a202bbff8fcf77e61ac23438975c58bc011755d63db5a26641977ba7
 WHIRLPOOL 
796c7d5c70cef833419be07d62f7b389949cede1a01c5c56b9684449b158f813fedd66fc5b5b3ee72647302a6a46105cf89126bed3ab1c49281964d294fa1687
-DIST crystal-0.18.7-1-linux-i686.tar.gz 14273325 SHA256 
b84e9d4050b4667012bd7f59f4802f690a2933188370703558a57c51b7661eb2 SHA512 
0733f7dc45c677465f24c5615a6a97739d0f9a7276a31f44d6bd297fa49914058451eb04d2805f1c9835a08006c22caef8a44c4eff273a57b438a48f6e6d8c54
 WHIRLPOOL 
99668a5fc398422447543aaab34a16ba5bc28035df06cfec6225ea622354e1cdfb765243a0f7c855dfbe907ff1a8130e8526c17b391e4532146cc8edc3832efd
-DIST crystal-0.18.7-1-linux-x86_64.tar.gz 13977303 SHA256 
8be06d53e91d14ad05417c5504931b0ac8485a101a98711181b6a40f008f3fa8 SHA512 
69366aa66f921534cb8c3f2e03555736d6e451658e0eec1038f26e74bd8ba31c61513d61d52259291431834e8bbd941d6364f329846e81bcdfb05c5d8382343c
 WHIRLPOOL 
7cb68ab111dc5050bb92fffe7a9b243d1bd39d097c4af39d3bb43dd5ec72e1b8e393988550255605a04084afc6e0b19270003b49ff27dd948264cd8afce49291
-DIST crystal-0.18.7.tar.gz 1359375 SHA256 
72b33fd4bd903a9f0957c74c2f95429e8c0f94c04df86396711b5560f540805d SHA512 
4d176036d0f003cc17be73e6a0a9c5c2c9df2764123051007156d86a7dc967c93821c3e087d8c1e27fe7f7b79efa43ea0503bc902813c5b322ca12cd2212da90
 WHIRLPOOL 
3f7b266be386459918c2e546faf1c3989e7c285400e1f68d0af15b3a639cf72c6a08e0f821703e0413661d8080da499da22035806e0c0a6169f0dbd43792f93f
-DIST crystal-0.19.0.tar.gz 1389070 SHA256 
4d7d9770891bd8bd835251e2654316412a3f44074db0adeca28357c0993eb2d8 SHA512 
23c2f10f32ce1340639639f784703274a9f96799b7762289144ea0551aadd4685814ffcc781750e526ee06b5418c66ec48faeaf6d95a6e63a5e26a839918958b
 WHIRLPOOL 
d310a3a738273789856c57351e74ce99bc4eddc3e7398b3e791fdd967d46ca2edc3114f2bf34916708129184e4c1d8bc53434decdb40fb82b3d415b59a3b6fc9
-DIST crystal-0.19.1.tar.gz 1393220 SHA256 
7528fc1ec63a3e9db9aabbfc8985511d6a54e44c5a1b26ccd0ee37275937 SHA512 
6a2ab736ad65cbc435fae87d46cb235e2f3d88c7eb5b64bc1753f298deec0de4f72813d0413807002cde8acd21f183e6babe70e9f7a6f10e0cbdaaf205d964b6
 WHIRLPOOL 
695fb60acb728240525ec2dc1c2fd5779d398021b4a1ab0c7bcc58b360d11b6c927a0accceb84eae4c0f3f3c7251f356418fdd850721d14a290fdfbcfdad5fad
-DIST crystal-0.19.2.tar.gz 1413666 SHA256 
18b8b847162529b1ea6e886ad2fbe344a1bcb22fd8b29cebedc5a827939d3819 SHA512 
7115693702c96c7897ce2fcef768a032d560310b1b43f7fda45d28896fee82b8f61e3e6ac6d9ab07fca4a9652dc2515df69186b8f983bcc0f12fb7135d738c45
 WHIRLPOOL 
20ae30b42786dbdd05906bf82af3a449068bdd0d0d260ac8061a0a60fc5253df7b5801abe1a6b5bc4b2e92ea4e49059cdce5319b76c43799eb4a61e82cfdcaa1
-DIST 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/s390/, profiles/prefix/aix/, ...

2017-01-20 Thread Michał Górny
commit: a3be0c77c80acdb53e34aad2e87d4d42a142b364
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 22:03:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 22:04:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3be0c77

profiles: Clean up obsolete use.force/use.force entries

 profiles/arch/alpha/use.mask   | 39 +-
 profiles/arch/amd64/use.mask   | 14 +---
 profiles/arch/arm/use.mask | 27 ---
 profiles/arch/arm64/use.mask   | 27 ---
 profiles/arch/hppa/use.mask| 48 +
 profiles/arch/ia64/use.mask| 54 --
 profiles/arch/m68k/use.mask|  5 --
 profiles/arch/mips/use.mask| 41 +--
 profiles/arch/nios2/use.mask   | 27 ---
 profiles/arch/powerpc/ppc64/64ul/use.mask  | 19 +
 profiles/arch/powerpc/ppc64/use.mask   |  1 -
 profiles/arch/powerpc/use.mask | 53 --
 profiles/arch/s390/use.mask| 15 
 profiles/arch/sh/use.mask  | 17 -
 profiles/arch/sparc/use.mask   | 71 +-
 profiles/arch/x86/use.mask |  7 +-
 profiles/base/use.mask | 99 +-
 profiles/default/bsd/fbsd/use.mask |  3 +-
 profiles/default/bsd/use.mask  |  4 +-
 profiles/features/selinux/use.mask |  5 +-
 profiles/hardened/linux/powerpc/ppc64/use.mask |  5 --
 profiles/hardened/linux/use.mask   |  5 +-
 profiles/prefix/aix/use.mask   | 16 +
 profiles/prefix/bsd/use.mask   | 16 +
 profiles/prefix/darwin/use.mask|  7 +-
 profiles/prefix/hpux/use.mask  | 16 +
 profiles/prefix/mint/use.mask  | 16 +
 profiles/prefix/sunos/use.mask | 16 +
 profiles/prefix/windows/cygwin/use.mask|  6 +-
 profiles/prefix/windows/interix/use.mask   | 12 +---
 profiles/prefix/windows/winnt/use.mask | 12 +---
 profiles/uclibc/mips/use.mask  |  4 --
 profiles/uclibc/ppc/use.mask   | 27 ---
 33 files changed, 21 insertions(+), 713 deletions(-)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index cccb7f0..6ecd8ad 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License, v2
 # $Id$
 
@@ -36,46 +36,32 @@ bluetooth
 bluray
 chipcard
 dvb
-gnokii
 gps
 hbci
 ios
 ipod
-ivtv
 mtp
-mythtv
-nvtv
 lirc
 openct
 pcmcia
 pda
 sms
 upnp
-ups
 wifi
 
 # Hardware not available on alpha
 apm
 battery
-cpufreq
-dell
 dmi
-laptop
 pm-utils
 
 # Stuff that doesn't work on alpha, or not tested
-avi
 clang
 djbfft
 emboss
-freetts
-gnustep
 hardened
-howl
 mecab
-mzscheme
 netbeans
-pike
 timidity
 valgrind
 vaapi
@@ -92,7 +78,6 @@ fdk
 emf
 mono
 ocamlopt
-webm
 openexr
 
 # Stuff we don't want
@@ -124,28 +109,15 @@ networkmanager
 
 # alpha doesn't have java support
 java
-java-internal
-java-external
 pdfannotextractor
 
 # Mask vpopmail until net-mail/vpopmail goes out of package.mask
 vpopmail
 
-# Mask pyste until gccxml / elementtree work on alpha
-pyste
-
-# RDEPEND on mono
-beagle
-
-# apache segfaults when using mpm-peruser (bug 105778)
-mpm-peruser
-
 # We don't have any virtual/mpi (bug 111807)
 mpi
 
 # masks required for asterisk
-bri
-pri
 zaptel
 
 # Modular X: mask non-alpha cards
@@ -153,7 +125,6 @@ video_cards_apm
 video_cards_ark
 video_cards_ast
 video_cards_chips
-video_cards_cyrix
 video_cards_i128
 video_cards_i740
 video_cards_intel
@@ -177,10 +148,6 @@ video_cards_vmware
 video_cards_amdgpu
 video_cards_radeonsi
 
-# dspam and dspam-web use this one
-# We've never supported cyrus-imapd because nobody asked for
-cyrus
-
 # disable until tested
 # # bug 148402
 pcsc-lite
@@ -210,10 +177,6 @@ connman
 # sys-apps/entropy is not keyworded
 entropy
 
-# Matt Turner  (31 Dec 2012)
 # media-libs/xine-lib is not keyworded
 xine

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 2fa9867..3a7373b 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -194,14 +194,6 @@
 
 # SECTION: Unavailable/Broken
 
-# 2007/01/18 - Jeffrey Gardner 
-# Mask gamess support temporarily.
-gamess
-
-# 2006/12/21 - Diego Pettenò 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-DSA/

2017-01-20 Thread Andreas Hüttel
commit: 750af6d23278edc1ae62cc251519b855e99b7221
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan 20 21:58:49 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jan 20 21:58:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750af6d2

dev-perl/Crypt-OpenSSL-DSA: Un-parallelize tests since they fail otherwise

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild 
b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
index 5e18be7..abeed1a 100644
--- a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
@@ -19,3 +19,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
+
+DIST_TEST=do
+# otherwise random fails occur



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

2017-01-20 Thread Dirkjan Ochtman
commit: 2384bb3c7630001410fb8a8e46ae92d7f8c9efa6
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:55:02 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:55:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2384bb3c

dev-python/setuptools: remove old versions

Package-Manager: portage-2.3.0

 dev-python/setuptools/Manifest |  4 --
 dev-python/setuptools/setuptools-27.2.0.ebuild | 69 --
 dev-python/setuptools/setuptools-28.7.1.ebuild | 69 --
 dev-python/setuptools/setuptools-28.8.0.ebuild | 69 --
 dev-python/setuptools/setuptools-30.3.0.ebuild | 69 --
 5 files changed, 280 deletions(-)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 1a29db2..d1659f4 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,7 +1,3 @@
 DIST setuptools-18.4.tar.gz 626632 SHA256 
cdea5098e60b4ad83453d58723a61dc481ca8e2df251fe4ccbea9afa5a7d111f SHA512 
f45f0bdec365642d1648c502a964bafeb518e8f0ed63091a50b278629cf1e17df7f66769b0ddaab1e7c5ae2574673435ccab72886a2d5eb311eaac451c485854
 WHIRLPOOL 
e0c5d69f57ce234b0e002a50c882df0bf1e908224c045baa8b5a62e91148d654f048cfbb64375b59f61f0845a5e850ec03594606933fdfaa9cce9b357bb45aa7
 DIST setuptools-20.6.7.tar.gz 675428 SHA256 
d20152ee6337323d3b6d95cd733fb719d6b4f3fbc40f61f7a48e5a1bb96478b2 SHA512 
91a212b5007f9fdfacb4341e06dc0355c5c29897eb8ea407dd4864091f845ba1417bb0d33b5ed6897869d0233e2d0ec6548898d3dbe9eda23f751829bd51a104
 WHIRLPOOL 
553a1579991e9478b8eb8dd2f4ab042cd5286c1233f325d1fe1c08092035c6346aa454c03307359d7dd562174133247200c3a5424f5fc24f4718db0ad80d84fc
-DIST setuptools-27.2.0.tar.gz 638181 SHA256 
afdd54245ebdf5662a26114139d37d3b5bc35f9f6af26fd5212b133c413a14db SHA512 
8205de94094d3c0726726e254892f375ae863eb80d6b4704d382101b12558c057e5f6a41c24db2612d19e746194d0a79221c70706ba21b0d00214a4daded4610
 WHIRLPOOL 
ba4f93b85aa86edf2614ac78d77ea452a7a558445603079238133d87d831368ea755d2a6a8cb73647b91f71edfda344df56862806650e40d017950b1383d53fe
-DIST setuptools-28.7.1.tar.gz 645407 SHA256 
6aae26f13411c3102fc915db6e44b62a97f76a7ba7e963daabf78c57240ac166 SHA512 
9fe2c6abbe21516742d2f03ce0962061ef50fcafd2c95f6aabf0441571b12c2af40c73244c00629dadd3b97f2404ea761d8d8f131dfceea8411828f71b0738d8
 WHIRLPOOL 
a7a7ede4b27af9a3ce761e143006de09d38422277fa47d27a0498f7e6b335ca5c25fa4731a5371d622f8d06f8cafd513bcde2f0fff81bde18e3195a3967bd686
-DIST setuptools-28.8.0.tar.gz 646952 SHA256 
432a1ad4044338c34c2d09b0ff75d509b9849df8cf329f4c1c7706d9c2ba3c61 SHA512 
da7381ecf6deaaa100202165c76c1abddfe825d9ec4e05ec976a455e5abf5b00a52d4e8806fef751dd2347869adb4dffbecb899e51716cb6abc7164ec0c8a1cb
 WHIRLPOOL 
b86b6662522125e9cad05d3bd435dd9975b22ef18737aaca401493c786d49b663c588c6407e1c679578cef1be39d6751bba7ef11831f8c5d1d42c65d7d8067f0
-DIST setuptools-30.3.0.tar.gz 655000 SHA256 
2ea217cc858de2ad59c87a5ccb4d22422abd8cf7235803b06df7983e1a581096 SHA512 
dec552b8603a003e5b8200155f480c10b5df54f77b9640cf92d6a80ec840e017691af51ce392dfee5339c18a17cd0437cc67a04f036722877d17e4e27280835e
 WHIRLPOOL 
9d095dc1017d169f2ae97b47adf8e68202d24acae32deeaa8ddf4b94ec1d849f9d3aebc0e5ade7bd2195c1435332a22284462404385f32eea87100ffd1bdea23
 DIST setuptools-30.4.0.tar.gz 655934 SHA256 
2bea341aa5b48ae05521374d9c473713e42dde7f8712a731904a6f8257e896ed SHA512 
8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515
 WHIRLPOOL 
4866efbe00d23291ad07b401d7924f2f150a38664ab0a3d9afe9e00aa4e887de6c9e82f81e7d2ec157b1bf05406b2616a08772fa9f3a45e1e20fddbe27c11fd2

diff --git a/dev-python/setuptools/setuptools-27.2.0.ebuild 
b/dev-python/setuptools/setuptools-27.2.0.ebuild
deleted file mode 100644
index c1bedfe..
--- a/dev-python/setuptools/setuptools-27.2.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/pypa/setuptools.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Collection of extensions to Distutils"
-HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.python.org/pypi/setuptools;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=""
-#  >=dev-python/packaging-16.4[${PYTHON_USEDEP}]
-#  

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

2017-01-20 Thread Dirkjan Ochtman
commit: 7d988b44e7102756a12f117c958f1c9f7b34380c
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:47:52 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:55:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d988b44

dev-python/cryptography: remove old versions

Package-Manager: portage-2.3.0

 dev-python/cryptography/Manifest   |  3 --
 dev-python/cryptography/cryptography-1.1.2.ebuild  | 50 -
 .../cryptography/cryptography-1.5.3-r1.ebuild  | 51 --
 dev-python/cryptography/cryptography-1.6.ebuild| 51 --
 4 files changed, 155 deletions(-)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index 3480881..ad9f521 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -1,7 +1,4 @@
-DIST cryptography-1.1.2.tar.gz 349022 SHA256 
7f51459f84d670444275e615839f4542c93547a12e938a0a4906dafe5f7de153 SHA512 
566e346a76cfd6b1c6afbf64d1fe496770b1ad5f471c42877ad6931a441ab77408815ae066ba3f0450766c86ae9dd10d7a5966321f93a979a4e1ab9e1201371b
 WHIRLPOOL 
9a552e65047c45e19e313e0530031fa282aec51577bcc64f9346f37ac99663db052f7ccc1798532103edffa6e778f9585e937a862a475f6d7bd9140d06bbcf57
 DIST cryptography-1.3.1.tar.gz 383852 SHA256 
b4b36175e0f95ddc88435c26dbe3397edce48e2ff5fe41d504cdb3beddcd53e2 SHA512 
8b833619d0aec5e6630c8e069e886f6b708b0b3a4f4ca4e37797a24c69be4cacf162f20c068deaecc3222ee0323583582d384e49fa3dbaeaeefc0d7d8c92918a
 WHIRLPOOL 
f9e7c75e910699afdf4adc4fb7257135b97c357c967bbca95f332e1f2ed262716ebba6a648427f86a524e75f6ac46aea7f891fe42100c9d7cf8ffcc317fb7905
 DIST cryptography-1.3.4.tar.gz 384109 SHA256 
423ff890c01be7c70dbfeaa967eeef5146f1a43a5f810ffdc07b178e48a105a9 SHA512 
abbc027433658702d2331282c9f63d99ea2eb42f5cdfe066b2b0ae6d9b86a35e23891716bb2e9e2ca707aa0d38fb69cba22ec5d95d2b9073047444fdae7a9224
 WHIRLPOOL 
5bd007cfe304620a7237b0f63fbe87ab22bd1cc252941f4815398382122b1c56c5a22e2dc35ce86aba2c2b2d9403de3313bafde23a3695bd26e4eb0f23c9dea9
 DIST cryptography-1.5.2.tar.gz 400673 SHA256 
eb8875736734e8e870b09be43b17f40472dc189b1c422a952fa8580768204832 SHA512 
7f50edfe7a7270a7acef52b7c55a32eca1845c5e410f078c42690a2e18fce001ed5dfd268fb18a2219011eff073914f1e2271d8e957c58b5200615a815a4b4c0
 WHIRLPOOL 
2625cbe43d7b0ce41cfcb4a1a9f8127b5933abe86bf30151cfd0b2dc8de0aeea01dc19649528474989ec0121c8b6e6e2e9c8fe72a60e1f2eb10536d7042ea272
-DIST cryptography-1.5.3.tar.gz 400889 SHA256 
cf82ddac919b587f5e44247579b433224cc2e03332d2ea4d89aa70d7e6b64ae5 SHA512 
0985d22a77821c2b3e78887e17d4046873bf19ff167561e228cfea4cabc02e6ac894b2c72638b7c3414ae5aeb51d1b8bbd67e255ef3dc2043cfcc8ee67bb412f
 WHIRLPOOL 
fd35a44f0415ef55a9b5f1e8d53c08824972420a53e402ecbfa90f39ff04fae0be534cd15a6d96f702cb58e1eccf4c6c251d0f39525acd8b703a1f9f752348c0
-DIST cryptography-1.6.tar.gz 410073 SHA256 
4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f SHA512 
d88ee2e81414964be461c8401c01f94d03ac7870242d3e90b401ec4b46eab3023a7950425792d50992c15459c6e5789dd859b15adf6e081d672682038d1447ea
 WHIRLPOOL 
8ac50b063c3de39113ec853d1ba1741d94377124f66afd01bc8ca1dae21b86f43a0706105a16d55c0ba9a3ba148f97d10a2509df1ef750b5cc0848781eb1
 DIST cryptography-1.7.1.tar.gz 420673 SHA256 
953fef7d40a49a795f4d955c5ce4338abcec5dea822ed0414ed30348303fdb4c SHA512 
fb88b0ee9e314526fcdbb6d35da409b7335c7408a69d2350c58379471d2b9d76021010955629cf776d26312f22d4f8aa3f135955a19dfbff9d602176c9bbfd40
 WHIRLPOOL 
24b705889b95b568000600662ec82e3f5571582525db3571f3285b99f985b0a21eefd14dccc577700bc082891f7d3c563ac78a8bfd8d810da3ff38914ae5a86d

diff --git a/dev-python/cryptography/cryptography-1.1.2.ebuild 
b/dev-python/cryptography/cryptography-1.1.2.ebuild
deleted file mode 100644
index a2a9787..
--- a/dev-python/cryptography/cryptography-1.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Library providing cryptographic recipes and primitives"
-HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 BSD )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="libressl test"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 
'python*')
-   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
python3_3 pypy)
-   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-  

[gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-forms/

2017-01-20 Thread Patrice Clement
commit: b48a36d1819ed979c2e17adf45a1cbb1a02539e9
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 20 21:34:24 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:46:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a36d1

dev-java/jgoodies-forms: stable for amd64. mark stable for the remaining arches 
using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 .../jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild| 20 
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild 
b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
index 9377a68..1519e71 100644
--- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
+++ b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,31 +12,27 @@ MY_PN="forms"
 MY_PV=${PV//./_}
 MY_P="${MY_PN}-${MY_PV}"
 
-DESCRIPTION="JGoodies Forms Library"
+DESCRIPTION="JGoodies library"
 HOMEPAGE="http://www.jgoodies.com/;
 SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-macos"
-IUSE=""
+KEYWORDS="amd64 ppc64 x86"
 
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-EANT_FILTER_COMPILTER="jikes"
-
 java_prepare() {
-   find -name "*.jar" -delete || die
+   java-pkg_clean
 }
 
 src_install() {
-   java-pkg_dojar build/${MY_PN}.jar
+   java-pkg_dojar "build/${MY_PN}.jar"
 
-   dodoc RELEASE-NOTES.txt README.html || die
+   dodoc RELEASE-NOTES.txt README.html
 
use doc && java-pkg_dohtml -r docs/*
use source && java-pkg_dosrc src/{core,extras}/com



[gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-forms/

2017-01-20 Thread Patrice Clement
commit: 160385f7ce834c6af506de6cebe5cb0d9a599165
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 20 21:36:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:46:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160385f7

dev-java/jgoodies-forms: clean up old.

Package-Manager: portage-2.3.0

 .../jgoodies-forms/jgoodies-forms-1.3.0.ebuild | 57 --
 1 file changed, 57 deletions(-)

diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild 
b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild
deleted file mode 100644
index b43552d..
--- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_PN="forms"
-MY_PV=${PV//./_}
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="JGoodies Forms Library"
-HOMEPAGE="http://www.jgoodies.com/;
-SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_unpack() {
-   unpack ${A} || die "Unpack failed"
-   cd "${S}"
-
-   # Remove the packaged jars
-   rm -v *.jar || die "rm failed"
-}
-
-src_compile() {
-   # it does not like unset ${build.compiler.executable}
-   # feel free to fix if you want jikes back
-   java-pkg_filter-compiler jikes
-   # not setting the bootcp breaks ecj, javac apparently ignores nonsense
-   eant -Dbuild.boot.classpath="$(java-config -g BOOTCLASSPATH)" jar
-}
-
-#Needs X
-#src_test() {
-#  ANT_TASKS="ant-junit" eant test \
-#  -Djunit.jar="$(java-pkg_getjars junit)"
-#}
-
-src_install() {
-   java-pkg_dojar build/${MY_PN}.jar
-
-   dodoc RELEASE-NOTES.txt README.html || die
-
-   use doc && java-pkg_dohtml -r docs/*
-   use source && java-pkg_dosrc src/{core,extras}/com
-   use examples && java-pkg_doexamples src/tutorial
-}



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

2017-01-20 Thread David Seifert
commit: 7c3bd4d10aef624a40fe8bb4dbaadc8e3b9fa30b
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 20 21:27:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 21:43:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3bd4d1

dev-python/snappy: add py3.5, EAPI=6, fix deps

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

 dev-python/snappy/metadata.xml | 15 ---
 dev-python/snappy/snappy-0.5-r3.ebuild | 32 
 2 files changed, 40 insertions(+), 7 deletions(-)

diff --git a/dev-python/snappy/metadata.xml b/dev-python/snappy/metadata.xml
index 24add7c..0c0b879 100644
--- a/dev-python/snappy/metadata.xml
+++ b/dev-python/snappy/metadata.xml
@@ -1,11 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-python-snappy
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   python-snappy
+   andrix/python-snappy
+   
 

diff --git a/dev-python/snappy/snappy-0.5-r3.ebuild 
b/dev-python/snappy/snappy-0.5-r3.ebuild
new file mode 100644
index ..a246a79
--- /dev/null
+++ b/dev-python/snappy/snappy-0.5-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN=python-${PN}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python library for the snappy compression library from Google"
+HOMEPAGE="https://pypi.python.org/pypi/python-snappy;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND=">=app-arch/snappy-1.0.2"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${RDEPEND}
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   "${EPYTHON}" test_snappy.py -v || die "Tests fail with ${EPYTHON}"
+}



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

2017-01-20 Thread Dirkjan Ochtman
commit: 1c7cd46a23418502cb4a9170067a24cb4e098f5e
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:34:31 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:34:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7cd46a

dev-util/rebar: version bump to 2.6.3

Package-Manager: portage-2.3.0

 dev-util/rebar/Manifest   |  1 +
 dev-util/rebar/rebar-2.6.3.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
index 0f9dc7a..71d2c1f 100644
--- a/dev-util/rebar/Manifest
+++ b/dev-util/rebar/Manifest
@@ -1,2 +1,3 @@
 DIST rebar-2.6.1.tar.gz 191063 SHA256 
aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60 SHA512 
0baa10aac65ad78c05d6ecd180327b8752a31bbc51f3b3aa6060f4d2adf9269de83c6481767d9abc8a599e231f569c0496edc6c47f43d1e2892c4e98de6ccd85
 WHIRLPOOL 
85934f20d0da344376e9beff056275a994c5cd9373df056349217db5e67bd3727b185c6751738104a37ece25dc40063bb3197daeb00762a8f2bf2a2a1a788a1b
 DIST rebar-2.6.2.tar.gz 210775 SHA256 
ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400 SHA512 
410129defbf98af00f5040f9d3956299a70a0a1a21d28c42db32350b922e207f8af5830d8c322e9d3cfed8697ddcb228d5a98b983995414ed32662659a5c4c96
 WHIRLPOOL 
2c5dfcb1e7bc94c205d75594c76bf31b35a6e7621a665c4d0b41c251412c7db0dc6979892a40531a0e705bafb3fe9e21521799dd9617b578866affc6d2b504fd
+DIST rebar-2.6.3.tar.gz 213146 SHA256 
e4b645747bcc1cde3994ccc7a3861a97408df9be387ea1e7bc8910cd013154e0 SHA512 
451f18cec02f9b23ab1e522d4e9bc2a43cf5ace5fea6a7543874a76615cdb55e3d705ad2be94e7c28e6e1acfbc519eb345250f0846b928f8a28369623dde
 WHIRLPOOL 
e4bf0b80d8082aa3f5283494dc92faaf473e23038b2eb2f7beaac53c27028effe6b475630f3ed4ee3ec8cd857b75f6871f3431502d319abace08d381d330a38f

diff --git a/dev-util/rebar/rebar-2.6.3.ebuild 
b/dev-util/rebar/rebar-2.6.3.ebuild
new file mode 100644
index ..bc8437b
--- /dev/null
+++ b/dev-util/rebar/rebar-2.6.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit bash-completion-r1
+
+DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP 
principles"
+HOMEPAGE="https://github.com/rebar/rebar;
+SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/erlang"
+DEPEND="${RDEPEND}"
+
+src_test() {
+   emake xref
+}
+
+src_install() {
+   dobin rebar
+   dodoc rebar.config.sample THANKS
+   dobashcomp priv/shell-completion/bash/${PN}
+}



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

2017-01-20 Thread Dirkjan Ochtman
commit: 98001ed1fb883cea5467ef47fd01071a05ff2372
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:30:56 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:30:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98001ed1

www-apache/mod_wsgi: remove old versions

Package-Manager: portage-2.3.0

 www-apache/mod_wsgi/Manifest   |  2 --
 www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild | 38 --
 www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild  | 38 --
 3 files changed, 78 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index cf26e3c..6a7670f 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,6 +1,4 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 
69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 
b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c
 WHIRLPOOL 
e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
-DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 
23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 
acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968
 WHIRLPOOL 
868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 
10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 
b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca
 WHIRLPOOL 
da29639d19cf47e63967caabe5d76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
 DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 
6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 
94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
 WHIRLPOOL 
e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
-DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 
c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 
973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c
 WHIRLPOOL 
d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae
 DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 
8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 
99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c
 WHIRLPOOL 
34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild
deleted file mode 100644
index 2638ae2..
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils python-single-r1
-
-DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi;
-SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-   econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-   default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild
deleted file mode 100644
index 6839279..
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils python-single-r1
-
-DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi;
-SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-

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

2017-01-20 Thread Dirkjan Ochtman
commit: 9a6f308f9f0a6557421f3724a062ddb278731358
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:30:08 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:30:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6f308f

www-apache/mod_wsgi: version bump to 4.5.13

Package-Manager: portage-2.3.0

 www-apache/mod_wsgi/Manifest   |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 3dd6aed..cf26e3c 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,5 +1,6 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 
69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 
b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c
 WHIRLPOOL 
e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 
23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 
acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968
 WHIRLPOOL 
868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 
10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 
b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca
 WHIRLPOOL 
da29639d19cf47e63967caabe5d76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
+DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 
6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 
94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
 WHIRLPOOL 
e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
 DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 
c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 
973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c
 WHIRLPOOL 
d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae
 DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 
8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 
99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c
 WHIRLPOOL 
34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild 
b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
new file mode 100644
index ..033d228
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils python-single-r1
+
+DESCRIPTION="An Apache2 module for running Python WSGI applications"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi;
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+   econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+   default
+}



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

2017-01-20 Thread Dirkjan Ochtman
commit: 7a9f30a743e09cd6669bd6f5ef3967b7139dfedd
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:21:57 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:22:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9f30a7

dev-lang/erlang: version bump to 19.2

Package-Manager: portage-2.3.0

 dev-lang/erlang/Manifest   |   3 +
 dev-lang/erlang/erlang-19.2.ebuild | 155 +
 2 files changed, 158 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index b26b64a..5e536f8 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -2,11 +2,14 @@ DIST otp_doc_html_17.5.tar.gz 33510258 SHA256 
baba1d373c1faacf4a1a6ec1220d57d0cb
 DIST otp_doc_html_18.3.tar.gz 34285271 SHA256 
8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f SHA512 
0ac429f67ca9ae7f235cda72eb0f4e5b0b43ae90b70c706aeea08be0ad88968677ccc80eb1ba006e90c9f024de586ffd91741d4cef4d614d1dfac51b407d2659
 WHIRLPOOL 
7d64c2ec433b4bc2da4c56290ad6d21b85d15f72fe9b78654955d27e65b26e1b929d0c9b7d5f60c25c1f16db8d22e36c2ad6ca2a75044707ccd1eea1197fa15d
 DIST otp_doc_html_19.0.tar.gz 34550919 SHA256 
b6f7c4e96467f6c3eea8530dd988b41339b8912ae293f6f1b429489159ff SHA512 
51d6da443d028fe533f12e2f2b8e12cb301977bc91cdf08530d1db53b707d60bf8ef8319b23d85ad1efbd5aaf08910b2f2a99e961b772a47e9647a03166f7d9f
 WHIRLPOOL 
22ccd960ca4258a8afed3e68d6d3f7ef37842fd92c224f2cf6d942fcafee2539e7f91984286988b2f2bca63cb71cc8f8100e3d7f3df497f8d1d3bbeff5f6ffdd
 DIST otp_doc_html_19.1.tar.gz 34624316 SHA256 
76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 SHA512 
2c6448af0be4bf35427950aca82eac3aac7554575ba07a8ba8942c27e1eb668461fde00604c3be28fbaca8a1e28ee4861608e33a9c79bc951bb695f99b1c1ac8
 WHIRLPOOL 
5c344246b32f21abc5ad8403c136263a6f9f5f2664b8027ad7f574e1b7cfa9b127f7863547550114b889daba363c19936cf7a0199a0bf5b4da8ac23c02dd24d0
+DIST otp_doc_html_19.2.tar.gz 34761971 SHA256 
c373c8c1a9fe7433825088684932f3ded76f53d5b8a4d3d2a364263f1f783043 SHA512 
ac9393f3e077be33a4a6e2b50c7848d28298b0f61fbd3b3cc0c650902ebed48d90defcbd6bd3031ac252efa845a6ed94ed781743c04a94c709ae65e5d5957dbb
 WHIRLPOOL 
576ee94e04cf2089a98b949e55443c1b415224a427cf066ff6e7d9871de50c0b21a998ea2346a10c699136d34e5dc1049268e98121f2a4083b4711cf0db3f9b5
 DIST otp_doc_man_17.5.tar.gz 1363320 SHA256 
85b1b2a1011fc01af550f1fe9e5a599a4c5f2a35d264d2804af1d05590a857c3 SHA512 
98d241aa127cfe377e5efc52284cd324713cacefc96db5992275c4f8712a9e35e43f0dbc0d2a8d58a1127fbfa3f762eb001aea1bb1c9fa82205a3d83659ad548
 WHIRLPOOL 
b790046a449824aa02e11bef6b84a7027351edba0fffd241221e690739df30c9c692074b7354612970d8d02b3c1bccfdbd81bb988af9874d181f177ffed49e2c
 DIST otp_doc_man_18.3.tar.gz 1395166 SHA256 
978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 SHA512 
d45d72d7ee7492e081dd5fac1a4d1cea93fe5f5287900be13c92e1c1802f7ec77573eeb4d271497154b9e0723c393700f35982ceedbe29be6cb759a0ebe83325
 WHIRLPOOL 
03b57a87573630a2826dd5e9a597ab0bb67daa73e4b2b733982b6ce4a3cf6a32c5ad17cb3ba3fc0a29248c867b1ba303098c7f61c0cfe42636621aa8a370790f
 DIST otp_doc_man_19.0.tar.gz 1405918 SHA256 
c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e SHA512 
bb31563542c51eaf94e8780717f57718ab49592f7718e0dee855f3dfeae809d67cc3ed750d28c0fa53e3bae29dd27c9511d9228bde21bf010cd1d8588d4b1b7b
 WHIRLPOOL 
53889e4dd5140bdcb1e3311edbabebd80a13c032581d67987e705989022c0b4459742b6fbb7b9ba062a212ea2c3460579c59f8dd02636172e663390935f097db
 DIST otp_doc_man_19.1.tar.gz 1405580 SHA256 
7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 SHA512 
4ee35feeff70419ff5500e00dc17e34fdea8be21342d41cf1e255b84a1826b51057046be543ee1052153ae8c8cd215f4720cecae7d9fe1576cbd681dcf4b2334
 WHIRLPOOL 
e94333be9d1d9239d1dc6e9bbcc6930b148eda8d8a73e3d21896e498c331c062ea1541d8fa03a2d0dd6f21510874f5aa6062b22a3738c85d1b18a30b09fb5482
+DIST otp_doc_man_19.2.tar.gz 1409661 SHA256 
8a76ff3bb40a6d6a1552fa5a4204c8a3c7d99d2ea6f12684f02d038b23ad25cb SHA512 
613b50841443fb71e5666a281edbf580b35f28e9fad6a246170017552ee5a04770700b95eae8bcfef3fa2e327a559c43969568091ed8389ecfe3eeea4f67d674
 WHIRLPOOL 
2d59d572a7f13e8fcb2aed60d5adf44a9d6aa19737b6a0487a1df3e733713306b3b405d4f1e6da4a7ad02df9835eee556d741af4d2baeb261c9a0db5e8596998
 DIST otp_src_17.5.tar.gz 67242289 SHA256 
3c28820c981b30c50df8ac2a4a238e5813454fa3ed2ad530bc7948a282846474 SHA512 
cfd082c8baee7ded370a34f15a1ba3b846b7d81e06edc36c62308c9220697925f1feda91eeecb70fc658f8987087256f51a2ebd0c526d16eeb09c72889d2390d
 WHIRLPOOL 
3c3d987981383bf148b9788fae0574da398ff63d81eea13da0463bed303922d06fe54354de1cd3d37091eb23438939c645176ab565877f06cc1f11235c4d8d3d
 DIST otp_src_18.3.tar.gz 68292101 SHA256 
fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 SHA512 
f4a69bb14743d9f913d7060cfb6426f7c54693d07ed439506ede5160a0ba5a79a81cf08a56aaa02c68b3377cd22fed66a0fbeb216378330d7ad5c6348ed82014
 WHIRLPOOL 

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

2017-01-20 Thread Patrice Clement
commit: 49bb1445c24332d2ac81bdd10c67b076d6a5c490
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jan 19 21:41:15 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bb1445

app-misc/when: install docs using einstalldocs.

Package-Manager: portage-2.3.0

 app-misc/when/when-1.1.36.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-misc/when/when-1.1.36.ebuild b/app-misc/when/when-1.1.36.ebuild
index 1cd4345..1396d1a 100644
--- a/app-misc/when/when-1.1.36.ebuild
+++ b/app-misc/when/when-1.1.36.ebuild
@@ -15,7 +15,9 @@ KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-mac
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"
 
-S=${WORKDIR}/when_dist
+S="${WORKDIR}/when_dist"
+
+DOCS=( README )
 
 src_prepare() {
default
@@ -34,7 +36,7 @@ src_test() {
 }
 
 src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README
+   dobin "${PN}"
+   doman "${PN}.1"
+   einstalldocs
 }



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

2017-01-20 Thread Patrice Clement
commit: 25225838e3737699d0fd42b6a16841de86f8bccd
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jan 19 21:58:37 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:19:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25225838

app-misc/symlinks: EAPI 6 bump.

Package-Manager: portage-2.3.0

 app-misc/symlinks/symlinks-1.4-r3.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild 
b/app-misc/symlinks/symlinks-1.4-r3.ebuild
new file mode 100644
index ..467d0af
--- /dev/null
+++ b/app-misc/symlinks/symlinks-1.4-r3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic eutils toolchain-funcs
+
+DESCRIPTION="Scans for and fixes broken or messy symlinks"
+HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/;
+SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz;
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+DOCS=( symlinks.lsm )
+
+src_prepare() {
+   default
+   # could be useful if being used to repair
+   # symlinks that are preventing shared libraries from
+   # functioning.
+   use static && append-flags -static
+   append-lfs-flags
+   sed 's:-O2::g' -i Makefile || die
+}
+
+src_compile() {
+   emake CC=$(tc-getCC) CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+}
+
+src_install() {
+   dobin "${PN}"
+   doman "${PN}.8"
+}



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

2017-01-20 Thread Patrice Clement
commit: 7797474fdb3ccab4c7291f5bf4c71e160a3486c5
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jan 19 21:38:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:19:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7797474f

app-misc/calendar: EAPI 6 bump.

Package-Manager: portage-2.3.0

 app-misc/calendar/calendar-0.9.1-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild 
b/app-misc/calendar/calendar-0.9.1-r1.ebuild
new file mode 100644
index ..f320572
--- /dev/null
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD"
+HOMEPAGE="http://bsdcalendar.sourceforge.net/;
+SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+DOCS=( README )
+
+src_compile() {
+   tc-export CC
+   emake
+}
+
+src_install() {
+   cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
+   dobin "${PN}"
+   doman "${PN}.1"
+   einstalldocs
+}



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

2017-01-20 Thread Patrice Clement
commit: 25f6e16a9d613f58aa74c8b045b70d78813f56fe
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jan 19 21:39:44 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:19:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f6e16a

app-misc/mencal: install docs using einstalldocs.

Package-Manager: portage-2.3.0

 app-misc/mencal/mencal-3.0.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/mencal/mencal-3.0.ebuild 
b/app-misc/mencal/mencal-3.0.ebuild
index 52d342c..3562ebd 100644
--- a/app-misc/mencal/mencal-3.0.ebuild
+++ b/app-misc/mencal/mencal-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,9 @@ IUSE=""
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}"
 
+DOCS=( README )
+
 src_install() {
dobin "${PN}"
-   dodoc README
+   einstalldocs
 }



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

2017-01-20 Thread Patrice Clement
commit: 3e953dea15da64d6c31a1be190f2f418b55e76ce
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jan 18 23:39:56 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 20 21:18:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e953dea

x11-misc/xclip: tidy up ebuild.

Package-Manager: portage-2.3.0

 x11-misc/xclip/xclip-0.13.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild
index 209439c..2f48bd3 100644
--- a/x11-misc/xclip/xclip-0.13.ebuild
+++ b/x11-misc/xclip/xclip-0.13.ebuild
@@ -13,11 +13,13 @@ 
SRC_URI="https://github.com/astrand/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE=""
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+   x11-libs/libX11
x11-libs/libXmu"
-DEPEND="${RDEPEND}
+
+DEPEND="
+   ${RDEPEND}
x11-libs/libXt"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2017-01-20 Thread Dirkjan Ochtman
commit: 195f59b21f05bff7fec4dac2793a4ab8147c65e1
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Fri Jan 20 21:16:00 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:16:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195f59b2

mail-filter/rspamd: clean up old versions

Package-Manager: portage-2.3.0

 mail-filter/rspamd/Manifest   |  3 --
 mail-filter/rspamd/rspamd-1.3.5-r2.ebuild | 73 ---
 mail-filter/rspamd/rspamd-1.4.0.ebuild| 73 ---
 mail-filter/rspamd/rspamd-1.4.1-r1.ebuild | 71 --
 mail-filter/rspamd/rspamd-1.4.1.ebuild| 73 ---
 5 files changed, 293 deletions(-)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 99165f0..9a9dd56 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -1,5 +1,2 @@
-DIST rspamd-1.3.5.tar.xz 1483044 SHA256 
d4413ccfc238c3023e2b8a9441b101a6437f521f333fc9db2dd924d473fee696 SHA512 
6d7223c6be6e49296a5228d3d05a5f8dfd4a4002df9d247740bce75f2f652a01d86c30456b8475d08d529d2787aa30191713961ffc82c380c00612cae371b61c
 WHIRLPOOL 
4017484d4653a23b5a987ab0bdd40a709cd5d116dea5c02a767c5cad94bd5399d6319aa8f75e726cec5d0bd7ae9e0722786cacc33963e2f9b8fbdd0fb0986729
-DIST rspamd-1.4.0.tar.xz 1769860 SHA256 
30c9acf93bdcc6c009524c8b2770931475929c6c9e948faa90d7412306055a1c SHA512 
39bfccee070b829f3ea5019ebde0020a850abf7fe92f7e5bb5b9212088d4c98544e6f55228984d3422c09c31f356b209237da6a6eb9c18e3feb7940429de663a
 WHIRLPOOL 
449a15148067e4af38ca7d4218dca69064679d1a064c53d0edf99e63418d6a898fd80cdfce8707f706f19da659d44efadedab3a7ea8c3dcd54c65794f695e3d0
-DIST rspamd-1.4.1.tar.xz 1779492 SHA256 
11e39e4b44a85feaf546696d28a72ffc32e35c01a028a251d5175ba58343eb28 SHA512 
bc3be3f20a9692a5d188d9a254ad459dba4ca01ae3c917689943be7eed85e17ab638e0d0b9f4dd574864b4f39eb7a728b7b0ecf3088727a92dfb99a2df4a5a6d
 WHIRLPOOL 
1cbe02c664596cd467f2f955691ec79c70ccf23a89cadf8853a1881264d555af248a1503a58da1df59142c73193074af556ca768aad349b832b95314f61615d5
 DIST rspamd-1.4.2.tar.xz 1777596 SHA256 
d106f98a632ffc5cbc5e7482067d568db7687a2ffb078f97f528f9202f90a5a1 SHA512 
7a2c9c736d6612088eb8d48e313feec310c740263aa3a5e30b1ae88937ecf088de533589a8ef783e238fe3dc5e579592220bd86ea0e45672bd3fc06c52f96782
 WHIRLPOOL 
b39e81a6ddbc7f639db9373116f48ca30c031f76c888945f30d5578289d62270f649b29004ffa937549b9d529973f52ad802bd23f42130cd67fb6949e296a57f
 DIST rspamd-1.4.3.tar.xz 1780104 SHA256 
144cddc25ce8d8519b289d2c00d34b37c931f3c7293e2b0d16c408680021a1bf SHA512 
bae86953d881be446f049384cc8bf8451b04619b461a7e2d571407d5af5f2547af8bc9db578e84190e8c55d01f9e32ea1d29e998daa2bbb2fac431ed50df27ca
 WHIRLPOOL 
82e3d7254e1def62fc503f0b9ead0274cc26ecd973b114210c9dd37556c08bfd3922ece4d2063c1158bad151619c323814db216ff39009b40f7e27e3d6375898

diff --git a/mail-filter/rspamd/rspamd-1.3.5-r2.ebuild 
b/mail-filter/rspamd/rspamd-1.3.5-r2.ebuild
deleted file mode 100644
index e482ce7..
--- a/mail-filter/rspamd/rspamd-1.3.5-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils pax-utils user systemd
-
-DESCRIPTION="Rapid spam filtering system"
-SRC_URI="https://rspamd.com/downloads/${P}.tar.xz;
-HOMEPAGE="https://github.com/vstakhov/rspamd;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="fann +jit libressl"
-
-RDEPEND="!libressl? ( dev-libs/openssl:0[-bindist] )
-   libressl? ( dev-libs/libressl:0 )
-   fann? ( sci-mathematics/fann )
-   jit? (
-   dev-libs/libpcre[jit]
-   dev-lang/luajit:2
-   )
-   !jit? (
-   dev-libs/libpcre[-jit]
-   >=dev-lang/lua-5.1:0
-   )
-   dev-libs/libevent
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/gmime
-   dev-util/ragel
-   sys-apps/file
-   virtual/libiconv"
-DEPEND="dev-util/ragel
-   ${RDEPEND}"
-
-QA_MULTILIB_PATHS="usr/lib/rspamd/.*"
-
-pkg_setup() {
-   enewgroup rspamd
-   enewuser rspamd -1 -1 /var/lib/rspamd rspamd
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCONFDIR=/etc/rspamd
-   -DRUNDIR=/var/run/rspamd
-   -DDBDIR=/var/lib/rspamd
-   -DLOGDIR=/var/log/rspamd
-   -DENABLE_LUAJIT=$(usex jit ON OFF)
-   -DENABLE_FANN=$(usex fann ON OFF)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   pax-mark m "${ED}"/usr/bin/rspamadm-*
-   pax-mark m "${ED}"/usr/bin/rspamd-*
-   newinitd "${FILESDIR}/rspamd.init-r2" rspamd
-
-   dodir /var/lib/rspamd
-   dodir /var/log/rspamd
-
-   fowners rspamd:rspamd 

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

2017-01-20 Thread Tim Harder
commit: 3ed76694f95a62add5df970312415f15512711ed
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 21:09:58 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 21:11:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed76694

sys-apps/ripgrep: version bump to 0.4.0

 sys-apps/ripgrep/Manifest |  1 +
 sys-apps/ripgrep/ripgrep-0.4.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest
index c9fb528..0563257 100644
--- a/sys-apps/ripgrep/Manifest
+++ b/sys-apps/ripgrep/Manifest
@@ -1,3 +1,4 @@
 DIST ripgrep-0.2.9.tar.xz 36405508 SHA256 
f5013f18620495a24af5bfa7a58b9f336831f489c34acbd91d963f27ab24a77d SHA512 
3196b7e9cc9302e327ef09d87e5f586829deac5394e229b131bb4d76a54db05f12a9207f7b3b0d1d8c0790857ffd86dc4b177a31065f82f31192b3a7e6211399
 WHIRLPOOL 
be4836c70ffc70827fdb2bf187624ddfa2238a97f93e7bb73dc4f3e13ea569f7a80bdb4ca0e956e661440849663891af88d3848eb8bc4758e02cbd6898806e6d
 DIST ripgrep-0.3.1.tar.xz 36308304 SHA256 
aa53e1518b692ea6de4d533cb6c22c7cf66d37b1d6aa20b0b66916d0796f23ae SHA512 
130d987aad1dd9e1834579aaa095bdd0624fdf495418875179b3a0fbeccbb850531be446b86321d1b3d08dbbea157196fb037ecd4d491c44f573501a67ad4a98
 WHIRLPOOL 
1e421a23f596968444084873ad036ed417beeea8433b9572f4763ef74dc3653a7b49aa4309c531d3414f9f866aa44f8ef8a2474da6171cc535c26a7e2b83397f
 DIST ripgrep-0.3.2.tar.xz 36002204 SHA256 
a45c2af4efac72c12b8fe9eae05ca5f84f06f7387f94e6dcc614d4334955e44a SHA512 
49463d442f1425b591fb17fc33ef8e1a34f368ce7d5862f375094936afc5140f09cece13fa193e9848d85c810e67503f648ec04d19298e23517f1443b7afc426
 WHIRLPOOL 
6972b47d8b34f76cd2b4ecf0787e8cede8454676dbc1a9cf889bba1d4a877a03eda844b705eea11a42def712c0253a6de7d602a4f0c52d888c36cbd0a9668ef4
+DIST ripgrep-0.4.0.tar.xz 39090216 SHA256 
4ebf332e904af6a49195457dc235d8f543a15e130862bf604052a44792406c04 SHA512 
a39986b7d08b9661d0d2a3c352a885eeecc0e0dba5fc130ce003f536e1f4638051ba95ab28f0502b778467f3a9a5dc02dd94f38d243b08cb547a8973665e89dd
 WHIRLPOOL 
9b41f8e47cca59ed878283e0fc15211eb745223a54caafc5a9c396a617bbfa9f46783d1cc1ed7d58085de19b0bf3d789e2ec3dbf02216aa0f0f0a44d1042ae1d

diff --git a/sys-apps/ripgrep/ripgrep-0.4.0.ebuild 
b/sys-apps/ripgrep/ripgrep-0.4.0.ebuild
new file mode 100644
index ..8dd3de7
--- /dev/null
+++ b/sys-apps/ripgrep/ripgrep-0.4.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="a command line search tool that combines usability with raw speed"
+HOMEPAGE="https://github.com/BurntSushi/ripgrep;
+#SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+# custom tarball bundling all deps and index, otherwise cargo fetches from the 
network
+SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz;
+
+LICENSE="|| ( MIT Unlicense )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-util/cargo
+   >=dev-lang/rust-1.11
+"
+
+src_prepare() {
+   default
+
+   # move cache dir where cargo expects it
+   mv .cargo "${HOME}" || die
+}
+
+src_compile() {
+   cargo build --release --verbose || die
+}
+
+src_test() {
+   cargo test || die "tests failed"
+}
+
+src_install() {
+   dobin target/release/rg
+   doman doc/rg.1
+   dodoc CHANGELOG.md README.md
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2017-01-20 Thread Dirkjan Ochtman
commit: 516aa59601330b83c60cc68bb7b96113d790d2d7
Author: Christian Roessner  roessner-network-solutions  com>
AuthorDate: Wed Jan 18 16:27:42 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Fri Jan 20 21:11:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516aa596

mail-filter/rspamd: version bump to 1.4.3

 mail-filter/rspamd/Manifest|  1 +
 mail-filter/rspamd/rspamd-1.4.3.ebuild | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 9a440db..99165f0 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -2,3 +2,4 @@ DIST rspamd-1.3.5.tar.xz 1483044 SHA256 
d4413ccfc238c3023e2b8a9441b101a6437f521f
 DIST rspamd-1.4.0.tar.xz 1769860 SHA256 
30c9acf93bdcc6c009524c8b2770931475929c6c9e948faa90d7412306055a1c SHA512 
39bfccee070b829f3ea5019ebde0020a850abf7fe92f7e5bb5b9212088d4c98544e6f55228984d3422c09c31f356b209237da6a6eb9c18e3feb7940429de663a
 WHIRLPOOL 
449a15148067e4af38ca7d4218dca69064679d1a064c53d0edf99e63418d6a898fd80cdfce8707f706f19da659d44efadedab3a7ea8c3dcd54c65794f695e3d0
 DIST rspamd-1.4.1.tar.xz 1779492 SHA256 
11e39e4b44a85feaf546696d28a72ffc32e35c01a028a251d5175ba58343eb28 SHA512 
bc3be3f20a9692a5d188d9a254ad459dba4ca01ae3c917689943be7eed85e17ab638e0d0b9f4dd574864b4f39eb7a728b7b0ecf3088727a92dfb99a2df4a5a6d
 WHIRLPOOL 
1cbe02c664596cd467f2f955691ec79c70ccf23a89cadf8853a1881264d555af248a1503a58da1df59142c73193074af556ca768aad349b832b95314f61615d5
 DIST rspamd-1.4.2.tar.xz 1777596 SHA256 
d106f98a632ffc5cbc5e7482067d568db7687a2ffb078f97f528f9202f90a5a1 SHA512 
7a2c9c736d6612088eb8d48e313feec310c740263aa3a5e30b1ae88937ecf088de533589a8ef783e238fe3dc5e579592220bd86ea0e45672bd3fc06c52f96782
 WHIRLPOOL 
b39e81a6ddbc7f639db9373116f48ca30c031f76c888945f30d5578289d62270f649b29004ffa937549b9d529973f52ad802bd23f42130cd67fb6949e296a57f
+DIST rspamd-1.4.3.tar.xz 1780104 SHA256 
144cddc25ce8d8519b289d2c00d34b37c931f3c7293e2b0d16c408680021a1bf SHA512 
bae86953d881be446f049384cc8bf8451b04619b461a7e2d571407d5af5f2547af8bc9db578e84190e8c55d01f9e32ea1d29e998daa2bbb2fac431ed50df27ca
 WHIRLPOOL 
82e3d7254e1def62fc503f0b9ead0274cc26ecd973b114210c9dd37556c08bfd3922ece4d2063c1158bad151619c323814db216ff39009b40f7e27e3d6375898

diff --git a/mail-filter/rspamd/rspamd-1.4.3.ebuild 
b/mail-filter/rspamd/rspamd-1.4.3.ebuild
new file mode 100644
index ..af049b0
--- /dev/null
+++ b/mail-filter/rspamd/rspamd-1.4.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils pax-utils user systemd
+
+DESCRIPTION="Rapid spam filtering system"
+SRC_URI="https://rspamd.com/downloads/${P}.tar.xz;
+HOMEPAGE="https://github.com/vstakhov/rspamd;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="fann jemalloc +jit libressl pcre2"
+
+RDEPEND="!libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   fann? ( sci-mathematics/fann )
+   pcre2? ( dev-libs/libpcre2[jit=] )
+   !pcre2? ( dev-libs/libpcre[jit=] )
+   jit? ( dev-lang/luajit:2 )
+   jemalloc? ( dev-libs/jemalloc )
+   dev-libs/libevent
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/gmime
+   dev-util/ragel
+   sys-apps/file
+   virtual/libiconv"
+DEPEND="dev-util/ragel
+   ${RDEPEND}"
+
+QA_MULTILIB_PATHS="usr/lib/rspamd/.*"
+
+pkg_setup() {
+   enewgroup rspamd
+   enewuser rspamd -1 -1 /var/lib/rspamd rspamd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFDIR=/etc/rspamd
+   -DRUNDIR=/var/run/rspamd
+   -DDBDIR=/var/lib/rspamd
+   -DLOGDIR=/var/log/rspamd
+   -DENABLE_LUAJIT=$(usex jit ON OFF)
+   -DENABLE_FANN=$(usex fann ON OFF)
+   -DENABLE_PCRE2=$(usex pcre2 ON OFF)
+   -DENABLE_JEMALLOC=$(usex jemalloc ON OFF)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   newinitd "${FILESDIR}/rspamd.init-r2" rspamd
+
+   # Remove mprotect for JIT support
+   if use jit; then
+   pax-mark m "${ED}"/usr/bin/rspamd-* "${ED}"/usr/bin/rspamadm-* 
|| die
+   fi
+
+   dodir /var/lib/rspamd
+   dodir /var/log/rspamd
+
+   fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/rspamd.logrotate" rspamd
+
+   systemd_newunit rspamd.service rspamd.service
+}



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

2017-01-20 Thread Tim Harder
commit: 73bb14fb5c020b51dd3acf127d87534e571a7890
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 21:10:17 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 21:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bb14fb

sys-apps/ripgrep: remove old

 sys-apps/ripgrep/Manifest |  2 --
 sys-apps/ripgrep/ripgrep-0.2.9.ebuild | 41 ---
 sys-apps/ripgrep/ripgrep-0.3.1.ebuild | 41 ---
 3 files changed, 84 deletions(-)

diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest
index 0563257..65ed6c4c 100644
--- a/sys-apps/ripgrep/Manifest
+++ b/sys-apps/ripgrep/Manifest
@@ -1,4 +1,2 @@
-DIST ripgrep-0.2.9.tar.xz 36405508 SHA256 
f5013f18620495a24af5bfa7a58b9f336831f489c34acbd91d963f27ab24a77d SHA512 
3196b7e9cc9302e327ef09d87e5f586829deac5394e229b131bb4d76a54db05f12a9207f7b3b0d1d8c0790857ffd86dc4b177a31065f82f31192b3a7e6211399
 WHIRLPOOL 
be4836c70ffc70827fdb2bf187624ddfa2238a97f93e7bb73dc4f3e13ea569f7a80bdb4ca0e956e661440849663891af88d3848eb8bc4758e02cbd6898806e6d
-DIST ripgrep-0.3.1.tar.xz 36308304 SHA256 
aa53e1518b692ea6de4d533cb6c22c7cf66d37b1d6aa20b0b66916d0796f23ae SHA512 
130d987aad1dd9e1834579aaa095bdd0624fdf495418875179b3a0fbeccbb850531be446b86321d1b3d08dbbea157196fb037ecd4d491c44f573501a67ad4a98
 WHIRLPOOL 
1e421a23f596968444084873ad036ed417beeea8433b9572f4763ef74dc3653a7b49aa4309c531d3414f9f866aa44f8ef8a2474da6171cc535c26a7e2b83397f
 DIST ripgrep-0.3.2.tar.xz 36002204 SHA256 
a45c2af4efac72c12b8fe9eae05ca5f84f06f7387f94e6dcc614d4334955e44a SHA512 
49463d442f1425b591fb17fc33ef8e1a34f368ce7d5862f375094936afc5140f09cece13fa193e9848d85c810e67503f648ec04d19298e23517f1443b7afc426
 WHIRLPOOL 
6972b47d8b34f76cd2b4ecf0787e8cede8454676dbc1a9cf889bba1d4a877a03eda844b705eea11a42def712c0253a6de7d602a4f0c52d888c36cbd0a9668ef4
 DIST ripgrep-0.4.0.tar.xz 39090216 SHA256 
4ebf332e904af6a49195457dc235d8f543a15e130862bf604052a44792406c04 SHA512 
a39986b7d08b9661d0d2a3c352a885eeecc0e0dba5fc130ce003f536e1f4638051ba95ab28f0502b778467f3a9a5dc02dd94f38d243b08cb547a8973665e89dd
 WHIRLPOOL 
9b41f8e47cca59ed878283e0fc15211eb745223a54caafc5a9c396a617bbfa9f46783d1cc1ed7d58085de19b0bf3d789e2ec3dbf02216aa0f0f0a44d1042ae1d

diff --git a/sys-apps/ripgrep/ripgrep-0.2.9.ebuild 
b/sys-apps/ripgrep/ripgrep-0.2.9.ebuild
deleted file mode 100644
index ea3ae7b..
--- a/sys-apps/ripgrep/ripgrep-0.2.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="a command line search tool that combines usability with raw speed"
-HOMEPAGE="https://github.com/BurntSushi/ripgrep;
-#SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-# custom tarball bundling all deps and index, otherwise cargo fetches from the 
network
-SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz;
-
-LICENSE="|| ( MIT Unlicense )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-util/cargo
-   dev-lang/rust
-"
-
-src_prepare() {
-   default
-
-   # move cache dir where cargo expects it
-   mv .cargo "${HOME}" || die
-}
-
-src_compile() {
-   cargo build --release --verbose || die
-}
-
-src_test() {
-   cargo test || die "tests failed"
-}
-
-src_install() {
-   dobin target/release/rg
-   doman doc/rg.1
-   dodoc CHANGELOG.md README.md
-}

diff --git a/sys-apps/ripgrep/ripgrep-0.3.1.ebuild 
b/sys-apps/ripgrep/ripgrep-0.3.1.ebuild
deleted file mode 100644
index 8dd3de7..
--- a/sys-apps/ripgrep/ripgrep-0.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="a command line search tool that combines usability with raw speed"
-HOMEPAGE="https://github.com/BurntSushi/ripgrep;
-#SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-# custom tarball bundling all deps and index, otherwise cargo fetches from the 
network
-SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz;
-
-LICENSE="|| ( MIT Unlicense )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-util/cargo
-   >=dev-lang/rust-1.11
-"
-
-src_prepare() {
-   default
-
-   # move cache dir where cargo expects it
-   mv .cargo "${HOME}" || die
-}
-
-src_compile() {
-   cargo build --release --verbose || die
-}
-
-src_test() {
-   cargo test || die "tests failed"
-}
-
-src_install() {
-   dobin target/release/rg
-   doman doc/rg.1
-   dodoc CHANGELOG.md README.md
-}



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

2017-01-20 Thread Thomas Deutschmann
commit: e156d77839f174236dbe2eab3719af8142f55701
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 20 21:07:41 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 20 21:10:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e156d778

net-libs/libvncserver: Rev bump to remove sub slot

In commit 13bf08599c6d3 I (Whissi) introduced a sub slot which the main
proxy-maintainer declines (see bug #604192 comment 7).

This rev bump will remove the sub slot.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604192#c7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{libvncserver-0.9.11.ebuild => libvncserver-0.9.11-r1.ebuild}  | 3 ++-
 net-libs/libvncserver/metadata.xml | 3 ---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-libs/libvncserver/libvncserver-0.9.11.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
similarity index 97%
rename from net-libs/libvncserver/libvncserver-0.9.11.ebuild
rename to net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
index dc77dbb..f4e5e49 100644
--- a/net-libs/libvncserver/libvncserver-0.9.11.ebuild
+++ b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
@@ -13,7 +13,8 @@ HOMEPAGE="https://libvnc.github.io/;
 SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="GPL-2"
-SLOT="0/1"
+# No sub slot wanted (yet), see #578958
+SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd 
test threads +zlib"
 REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"

diff --git a/net-libs/libvncserver/metadata.xml 
b/net-libs/libvncserver/metadata.xml
index 404451b..6c1ab10 100644
--- a/net-libs/libvncserver/metadata.xml
+++ b/net-libs/libvncserver/metadata.xml
@@ -20,9 +20,6 @@ surfing the internet.
 Now that you want to make a VNC server, that is, a server which speaks 
 the RFB protocol, you can download this library from sourceforge.

-   
-   Reflect major ABI of libvncserver.so.
-   

enable 24bpp support
enable support for gcrypt



[gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/, net-im/bitlbee/files/

2017-01-20 Thread Tim Harder
commit: f488b698d3c4e4a34cbb7fa0b9ba275b9e2e7836
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 20:59:44 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 21:00:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f488b698

net-im/bitlbee: version bump to 3.5

 net-im/bitlbee/Manifest|   1 +
 .../{bitlbee-.ebuild => bitlbee-3.5.ebuild}|  22 ++-
 net-im/bitlbee/bitlbee-.ebuild |  22 ++-
 .../bitlbee/files/bitlbee-3.5-systemd-user.patch   |  10 ++
 .../bitlbee/files/bitlbee-3.5-verbose-build.patch  | 200 +
 5 files changed, 243 insertions(+), 12 deletions(-)

diff --git a/net-im/bitlbee/Manifest b/net-im/bitlbee/Manifest
index 521ead2..aa75627 100644
--- a/net-im/bitlbee/Manifest
+++ b/net-im/bitlbee/Manifest
@@ -1,2 +1,3 @@
 DIST bitlbee-3.4.1.tar.gz 688072 SHA256 
500a0b19943040d67458eb3beb0a63d004abb2aa54a777addeb2a895d4f5c0e1 SHA512 
fad297c7a792c932ba74daf7dc894883037842ae5d39a4c831c6615100580073001806c1af60555aa1c775399e8a484d99a4e601e96c6a075e12546e5d153532
 WHIRLPOOL 
431faa8f065233ee7345d4950d147fea9fc627ba4b78ca0f25bed9627804d3dd4d512a12c9f98bd29a01ebfb680c8cf7e756bb53b38a484b304a0e973c657993
 DIST bitlbee-3.4.2.tar.gz 719456 SHA256 
69c85554def74f314e3b6e390389a30b0e748f23ef37883e9d7545ee2c45ea57 SHA512 
2b839c014cfad037d815aa0e0867dda1b4628ff076d8de6fec1e80ab1499bca565d9afbe104929d492ff68c86b745cc3f76acbeba102766d656f2d359b70302e
 WHIRLPOOL 
43803ba2bbe6297e05e465912d22b0547bb0f9c3cd184a6c0c924dc023b9d505e3666aa732de83c79249e59aa0e2d6f621ee15c508ccc17eed1898b755f0112e
+DIST bitlbee-3.5.tar.gz 657177 SHA256 
549d02181ab303dfe8a219faafd7a1aea7ee642eb071b767f668782a57388319 SHA512 
7f044474fff5b1213dddc29e19aae102d1bbe4361cddcf9e58f965c01a58b6f7ed41cbf6ecec050a96f91f55dca15f6df948dee105eff001086d9daa15ba0499
 WHIRLPOOL 
72434e9d7d43a0d1bf6d1f8c0eda10a099fca262d5431430d0001a7dc7b34e7594e5a6dc0942eebc04f7073bc73d4d8b3f7d00991b21b47d1cfb15ea542715c7

diff --git a/net-im/bitlbee/bitlbee-.ebuild 
b/net-im/bitlbee/bitlbee-3.5.ebuild
similarity index 90%
copy from net-im/bitlbee/bitlbee-.ebuild
copy to net-im/bitlbee/bitlbee-3.5.ebuild
index ae09048..d010143 100644
--- a/net-im/bitlbee/bitlbee-.ebuild
+++ b/net-im/bitlbee/bitlbee-3.5.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit user systemd
+inherit user systemd toolchain-funcs
 
 if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git;
inherit git-r3
 else
-   SRC_URI="http://get.bitlbee.org/src/${P}.tar.gz;
+   SRC_URI="https://get.bitlbee.org/src/${P}.tar.gz;
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="irc to IM gateway that support multiple IM protocols"
-HOMEPAGE="http://www.bitlbee.org/;
+HOMEPAGE="https://www.bitlbee.org/;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -41,7 +41,7 @@ COMMON_DEPEND="
!libressl? ( dev-libs/openssl:0= )
)
)
-   "
+"
 DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
selinux? ( sec-policy/selinux-bitlbee )
@@ -57,7 +57,12 @@ pkg_setup() {
 }
 
 src_prepare() {
-   [[ ${PV} != "" ]] && eapply "${FILESDIR}"/${P}-systemd-user.patch
+   if [[ ${PV} != "" ]]; then
+   eapply \
+   "${FILESDIR}"/${P}-systemd-user.patch \
+   "${FILESDIR}"/${P}-verbose-build.patch
+   fi
+
eapply_user
 }
 
@@ -112,6 +117,7 @@ src_configure() {
--systemdsystemunitdir=$(systemd_get_systemunitdir) \
--doc=1 \
--strip=0 \
+   --verbose=1 \
"${myconf[@]}" || die
 
sed -i \
@@ -119,6 +125,10 @@ src_configure() {
Makefile.settings || die
 }
 
+src_compile() {
+   emake CC="$(tc-getCC)" LD="$(tc-getLD)"
+}
+
 src_install() {
emake DESTDIR="${D}" install install-etc install-doc install-dev 
install-systemd
 

diff --git a/net-im/bitlbee/bitlbee-.ebuild 
b/net-im/bitlbee/bitlbee-.ebuild
index ae09048..d010143 100644
--- a/net-im/bitlbee/bitlbee-.ebuild
+++ b/net-im/bitlbee/bitlbee-.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit user systemd
+inherit user systemd toolchain-funcs
 
 if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git;
inherit git-r3
 else
-   SRC_URI="http://get.bitlbee.org/src/${P}.tar.gz;
+   SRC_URI="https://get.bitlbee.org/src/${P}.tar.gz;
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="irc to IM gateway that support multiple IM protocols"

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-01-20 Thread Mike Gilbert
commit: 3a1e5866682853f05753c0dc6d47de014f88dce8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jan 20 20:39:52 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 20 20:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1e5866

www-plugins/chrome-binary-plugins: automated update (56.0.2924.67, 57.0.2986.0)

Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 59_beta.ebuild => chrome-binary-plugins-56.0.2924.67_beta.ebuild} | 0
 0_alpha.ebuild => chrome-binary-plugins-57.0.2986.0_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index f186123..dcab13b 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_56.0.2924.59-1_amd64.deb 48760940 SHA256 
307a27c5a25eff77419bda342d59dc73631cee151e7d36f9b39929ad01c85244 SHA512 
27d5bc7efe10b5f2793e9adfd8080ee5830196e2e210d8b227f1d5cd94fe35e3bd49791dec005a20b2ce66fad6256f3014581d677b85cfe0d0d11b1f3855a5b9
 WHIRLPOOL 
058eb21a7b3fe57997dbc68bd159897b85b8484edc54b947c77a996dca8759989c7aa54e56620c1e3c25822661e9f2360c73086bc4800c28b9f6d484041e70b8
+DIST google-chrome-beta_56.0.2924.67-1_amd64.deb 48773074 SHA256 
47e353a057c9cfc4bea7be6ff855ee5bfc367a2be223843bb2e4340f626f0a95 SHA512 
7e6c18ab499daa0a1163f3e14d77ea855be46fd0eb0e121706cdce1d2c8a5256b2dc147b7e6b0ae348c7464a2dcdbf8aa7544fa393b3a7c8325e8d81c75407aa
 WHIRLPOOL 
d1d15c593505a34439483dee619a0e13dab981dcde388d4f0af673407c81eca56b7048b14b2996790b040d2c4e7df7702f178d816f73e81be260a37929c3462f
 DIST google-chrome-stable_55.0.2883.87-1_amd64.deb 46241756 SHA256 
15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3 SHA512 
767a4651892dd86512e57235888281b8a0df14f843ffe9ac6144a5324896a8310fff99292b7ae72e737c91ca12178c61a8579106d17025bd288cf0cc43ca5d9c
 WHIRLPOOL 
fb68559e9189fbfa3bc564741be418fa22f1cf19ddd4d8448b03f29e35b5f4ea46a2d7241227b1150392e158fedf3980024e966bd37cc5e1201440019806c378
-DIST google-chrome-unstable_57.0.2970.0-1_amd64.deb 49540416 SHA256 
18fbc4e20d4f71ffa0617b157bd18a0c10b4e925b47d36e11e1df443c864295f SHA512 
81756d916ed905fa8cb6f289c4337322cf6534aebf2a6fe262cdfcfb7f5f8c343e3db5ba52c15ffa12876f057c553dddb6d4431a2f5f05e929ef34b7326fa527
 WHIRLPOOL 
78d5e818711696832dd868531ba751fb7004b44027ab77e0007e2db715a4c7f652928b1f0cd4359485898d66e7a8313c16afd08d68ec05211a41dadcc4c669c3
+DIST google-chrome-unstable_57.0.2986.0-1_amd64.deb 49693168 SHA256 
581fc8277eb96ff38a5da338cac5602c5bb544395382dd9a9ee0dba4225956bf SHA512 
0ed56d492c1f031eda1076e57aefbc8b9a13bbdc833541e404a6df347f04d428864fa439602116e5d70ae85f1b47b0b1df36f26a8acb82ab63893744a21c4e0e
 WHIRLPOOL 
881ebaf0ee79f64f1df77767816e77906b34d4583638003427de75b593c90f8b52a496e1b3c44dfcfb75267cd89c999c0bd4760827db79acfac50ab9c383a0f4

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.59_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.67_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.59_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.67_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2970.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2986.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2970.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2986.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-01-20 Thread Mike Gilbert
commit: 5a0ad2b4e7f0d3dcbb0fd83bcd4f1a08341e7e52
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jan 20 20:40:04 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 20 20:40:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0ad2b4

www-client/google-chrome-unstable: automated update (57.0.2986.0)

Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-57.0.2970.0.ebuild => google-chrome-unstable-57.0.2986.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 7549812..ac50c02 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_57.0.2970.0-1_amd64.deb 49540416 SHA256 
18fbc4e20d4f71ffa0617b157bd18a0c10b4e925b47d36e11e1df443c864295f SHA512 
81756d916ed905fa8cb6f289c4337322cf6534aebf2a6fe262cdfcfb7f5f8c343e3db5ba52c15ffa12876f057c553dddb6d4431a2f5f05e929ef34b7326fa527
 WHIRLPOOL 
78d5e818711696832dd868531ba751fb7004b44027ab77e0007e2db715a4c7f652928b1f0cd4359485898d66e7a8313c16afd08d68ec05211a41dadcc4c669c3
+DIST google-chrome-unstable_57.0.2986.0-1_amd64.deb 49693168 SHA256 
581fc8277eb96ff38a5da338cac5602c5bb544395382dd9a9ee0dba4225956bf SHA512 
0ed56d492c1f031eda1076e57aefbc8b9a13bbdc833541e404a6df347f04d428864fa439602116e5d70ae85f1b47b0b1df36f26a8acb82ab63893744a21c4e0e
 WHIRLPOOL 
881ebaf0ee79f64f1df77767816e77906b34d4583638003427de75b593c90f8b52a496e1b3c44dfcfb75267cd89c999c0bd4760827db79acfac50ab9c383a0f4

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-57.0.2970.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-57.0.2986.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-57.0.2970.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-57.0.2986.0.ebuild



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

2017-01-20 Thread Mike Gilbert
commit: f3808ae3f901cf69cdde05729300a15d67b1f334
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jan 20 20:40:12 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jan 20 20:40:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3808ae3

www-client/google-chrome-beta: automated update (56.0.2924.67)

Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-56.0.2924.59.ebuild => google-chrome-beta-56.0.2924.67.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 268fa61..e84a66d 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_56.0.2924.59-1_amd64.deb 48760940 SHA256 
307a27c5a25eff77419bda342d59dc73631cee151e7d36f9b39929ad01c85244 SHA512 
27d5bc7efe10b5f2793e9adfd8080ee5830196e2e210d8b227f1d5cd94fe35e3bd49791dec005a20b2ce66fad6256f3014581d677b85cfe0d0d11b1f3855a5b9
 WHIRLPOOL 
058eb21a7b3fe57997dbc68bd159897b85b8484edc54b947c77a996dca8759989c7aa54e56620c1e3c25822661e9f2360c73086bc4800c28b9f6d484041e70b8
+DIST google-chrome-beta_56.0.2924.67-1_amd64.deb 48773074 SHA256 
47e353a057c9cfc4bea7be6ff855ee5bfc367a2be223843bb2e4340f626f0a95 SHA512 
7e6c18ab499daa0a1163f3e14d77ea855be46fd0eb0e121706cdce1d2c8a5256b2dc147b7e6b0ae348c7464a2dcdbf8aa7544fa393b3a7c8325e8d81c75407aa
 WHIRLPOOL 
d1d15c593505a34439483dee619a0e13dab981dcde388d4f0af673407c81eca56b7048b14b2996790b040d2c4e7df7702f178d816f73e81be260a37929c3462f

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-56.0.2924.59.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-56.0.2924.67.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-56.0.2924.59.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-56.0.2924.67.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/

2017-01-20 Thread David Seifert
commit: d6042216c9f48678894cc4342ae288925323fa19
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 20 14:23:41 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 20:20:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6042216

net-p2p/airdcpp-webclient: remove old

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

 net-p2p/airdcpp-webclient/Manifest |  1 -
 .../airdcpp-webclient-1.4.0.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/net-p2p/airdcpp-webclient/Manifest 
b/net-p2p/airdcpp-webclient/Manifest
index d211154..0bfa33c 100644
--- a/net-p2p/airdcpp-webclient/Manifest
+++ b/net-p2p/airdcpp-webclient/Manifest
@@ -1,3 +1,2 @@
 DIST airdcpp-webclient-1.3.1.tar.gz 736889 SHA256 
3ec4e2aca343a7d715008482b8197c09b00677d8cb2798470274d944e6e4f5bf SHA512 
0a2b4e7a6d639167d51d7ddd4a40e577df7a8babd76df7af7a3a7eb246f73b9840a1f0d96e2a3b494cd05a881881167cc7932b676e9e7d64a28a100c4e0b7467
 WHIRLPOOL 
ea11b7ed94cf4c1fd5ffed0b7e64781bee2b1f4a8255204d662b63bef46bf9808c006ca2b9d6bde572abbfc3e98e25e6300e5ddb99ce90d3717bf2a811433d19
-DIST airdcpp-webclient-1.4.0.tar.gz 742614 SHA256 
83c0cea711dab4b657b100e6c179ccf0aaa09b7cfbcbed9fd85d38ffc8b92cb0 SHA512 
10bc22004870dc08ca722ff7addb5abd940141f19da777d4249621cb4437440de43238c9397498e21c856e8f2380637f81e4ca3c49b513f8d74530e31f340c21
 WHIRLPOOL 
3a9037be8d3f660af1095092cca22533d338a45031d422eccb6f086e8da45fc574a39167bb0d07087cbc473bff18ec61d316f83e7d34d2bcd07d691cfc5d2264
 DIST airdcpp-webclient-1.4.1.tar.gz 743631 SHA256 
9acb61366c91a7aaa03cae58e9aee28ccac05ffe9dff0ec947836fa81967f27f SHA512 
7b973251574cb5b49942efa868cef9f689fcf8d804be632ad17c445be98ab55ca9973c5fe9dce052d542006d47a7850af7d236953010c2c0e3158c54e448afe1
 WHIRLPOOL 
e43ccfddc50dbdd0ce8a3cd5b00fc4c844ed69051967d67cca9c9c72b073227d1d20ac510d34b07161c231c7c7d69b945d60872d8756a0ef2c91dfe4a843fe06

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-1.4.0.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-1.4.0.ebuild
deleted file mode 100644
index a1b9601..
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-1.4.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils user
-
-DESCRIPTION="Cross-platform Direct Connect client"
-HOMEPAGE="https://airdcpp-web.github.io/;
-SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="nat-pmp +tbb +webui"
-
-RDEPEND="
-   app-arch/bzip2
-   dev-cpp/websocketpp
-   dev-libs/boost:=
-   dev-libs/geoip
-   dev-libs/leveldb
-   dev-libs/openssl:0=[-bindist]
-   net-libs/miniupnpc:=
-   sys-libs/zlib
-   virtual/libiconv
-   nat-pmp? ( net-libs/libnatpmp )
-   tbb? ( dev-cpp/tbb )
-"
-DEPEND="
-   dev-lang/python:*
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-PDEPEND="webui? ( www-apps/airdcpp-webui )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_WEB_UI=OFF
-   -DLIB_INSTALL_DIR=$(get_libdir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   newconfd "${FILESDIR}/airdcppd.confd" airdcppd
-   newinitd "${FILESDIR}/airdcppd.initd" airdcppd
-   keepdir /var/lib/airdcppd
-   fowners airdcppd:airdcppd /var/lib/airdcppd
-   cmake-utils_src_install
-}
-
-pkg_setup() {
-   enewgroup airdcppd
-   enewuser airdcppd -1 -1 /var/lib/airdcppd airdcppd
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "Run 'airdcppd --configure' to set up ports and 
authentication"
-   fi
-}



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

2017-01-20 Thread David Seifert
commit: 8b6596f187991bfe593096f79706cf00558586ba
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Jan 20 06:38:17 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 20:20:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6596f1

net-mail/notmuch: remove unused patch/file

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

 ...01-test-exit-with-nonzero-value-when-not-.patch | 56 --
 net-mail/notmuch/files/60notmuch-pick-gentoo.el|  1 -
 2 files changed, 57 deletions(-)

diff --git 
a/net-mail/notmuch/files/0.16-0001-test-exit-with-nonzero-value-when-not-.patch 
b/net-mail/notmuch/files/0.16-0001-test-exit-with-nonzero-value-when-not-.patch
deleted file mode 100644
index f66a124..
--- 
a/net-mail/notmuch/files/0.16-0001-test-exit-with-nonzero-value-when-not-.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From c1f05bfb791e82776f5759e38c758cedd7e6190f Mon Sep 17 00:00:00 2001
-From: Tomi Ollila 
-Date: Sun, 8 Sep 2013 18:53:30 +0300
-Subject: [PATCH] test: exit with nonzero value when not all tests completed
- successfully
-
-If any of the tests in our test system is not passing the execution
-of the test suite completes with nonzero exit value.
-
-It is better to rely on the exit value of the test system instead
-of some arbitrary strings in test output (or use both).

- test/aggregate-results.sh | 9 +
- test/notmuch-test | 3 +++
- 2 files changed, 12 insertions(+)
-
-diff --git a/test/aggregate-results.sh b/test/aggregate-results.sh
-index 732d6ca..b016edb 100755
 a/test/aggregate-results.sh
-+++ b/test/aggregate-results.sh
-@@ -1,5 +1,7 @@
- #!/usr/bin/env bash
- 
-+set -eu
-+
- fixed=0
- success=0
- failed=0
-@@ -79,3 +81,10 @@ if [ "$skipped" != "0" ]; then
- tests=$(pluralize "test" $skipped)
- echo "$skipped $tests skipped."
- fi
-+
-+if [ $success -gt 0 -a $fixed -eq 0 -a $failed -eq 0 -a $skipped -eq 0 ]
-+then
-+exit 0
-+else
-+exit 1
-+fi
-diff --git a/test/notmuch-test b/test/notmuch-test
-index 6db7979..aa28bb0 100755
 a/test/notmuch-test
-+++ b/test/notmuch-test
-@@ -97,6 +97,9 @@ trap - HUP INT TERM
- 
- # Report results
- ./aggregate-results.sh test-results/*
-+ev=$?
- 
- # Clean up
- rm -rf test-results corpus.mail
-+
-+exit $ev
--- 
-1.8.3.2
-

diff --git a/net-mail/notmuch/files/60notmuch-pick-gentoo.el 
b/net-mail/notmuch/files/60notmuch-pick-gentoo.el
deleted file mode 100644
index 84ef4b4..
--- a/net-mail/notmuch/files/60notmuch-pick-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(autoload 'notmuch-pick "notmuch-pick" "Run notmuch pick with the given 
`query' and display the results" t)



[gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/

2017-01-20 Thread David Seifert
commit: 0748370ce2fbd9c49e8d8ba1a87628cd9eb0f31a
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 20 14:18:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 20:20:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0748370c

net-p2p/airdcpp-webclient: bump to 1.4.1, fix python deps

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

 net-p2p/airdcpp-webclient/Manifest |  1 +
 .../airdcpp-webclient-1.4.1.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/net-p2p/airdcpp-webclient/Manifest 
b/net-p2p/airdcpp-webclient/Manifest
index 95881b2..d211154 100644
--- a/net-p2p/airdcpp-webclient/Manifest
+++ b/net-p2p/airdcpp-webclient/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webclient-1.3.1.tar.gz 736889 SHA256 
3ec4e2aca343a7d715008482b8197c09b00677d8cb2798470274d944e6e4f5bf SHA512 
0a2b4e7a6d639167d51d7ddd4a40e577df7a8babd76df7af7a3a7eb246f73b9840a1f0d96e2a3b494cd05a881881167cc7932b676e9e7d64a28a100c4e0b7467
 WHIRLPOOL 
ea11b7ed94cf4c1fd5ffed0b7e64781bee2b1f4a8255204d662b63bef46bf9808c006ca2b9d6bde572abbfc3e98e25e6300e5ddb99ce90d3717bf2a811433d19
 DIST airdcpp-webclient-1.4.0.tar.gz 742614 SHA256 
83c0cea711dab4b657b100e6c179ccf0aaa09b7cfbcbed9fd85d38ffc8b92cb0 SHA512 
10bc22004870dc08ca722ff7addb5abd940141f19da777d4249621cb4437440de43238c9397498e21c856e8f2380637f81e4ca3c49b513f8d74530e31f340c21
 WHIRLPOOL 
3a9037be8d3f660af1095092cca22533d338a45031d422eccb6f086e8da45fc574a39167bb0d07087cbc473bff18ec61d316f83e7d34d2bcd07d691cfc5d2264
+DIST airdcpp-webclient-1.4.1.tar.gz 743631 SHA256 
9acb61366c91a7aaa03cae58e9aee28ccac05ffe9dff0ec947836fa81967f27f SHA512 
7b973251574cb5b49942efa868cef9f689fcf8d804be632ad17c445be98ab55ca9973c5fe9dce052d542006d47a7850af7d236953010c2c0e3158c54e448afe1
 WHIRLPOOL 
e43ccfddc50dbdd0ce8a3cd5b00fc4c844ed69051967d67cca9c9c72b073227d1d20ac510d34b07161c231c7c7d69b945d60872d8756a0ef2c91dfe4a843fe06

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-1.4.1.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-1.4.1.ebuild
new file mode 100644
index ..ccfa4e5
--- /dev/null
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-1.4.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+
+inherit cmake-utils user python-any-r1
+
+DESCRIPTION="Cross-platform Direct Connect client"
+HOMEPAGE="https://airdcpp-web.github.io/;
+SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="nat-pmp +tbb +webui"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-cpp/websocketpp
+   dev-libs/boost:=
+   dev-libs/geoip
+   dev-libs/leveldb
+   dev-libs/openssl:0=[-bindist]
+   net-libs/miniupnpc:=
+   sys-libs/zlib
+   virtual/libiconv
+   nat-pmp? ( net-libs/libnatpmp )
+   tbb? ( dev-cpp/tbb )
+"
+DEPEND="
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   ${RDEPEND}
+"
+PDEPEND="webui? ( www-apps/airdcpp-webui )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   enewgroup airdcppd
+   enewuser airdcppd -1 -1 /var/lib/airdcppd airdcppd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_WEB_UI=OFF
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   newconfd "${FILESDIR}/airdcppd.confd" airdcppd
+   newinitd "${FILESDIR}/airdcppd.initd" airdcppd
+   keepdir /var/lib/airdcppd
+   fowners airdcppd:airdcppd /var/lib/airdcppd
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Run 'airdcppd --configure' to set up ports and 
authentication"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux/, profiles/prefix/darwin/macos/arch/x86/, ...

2017-01-20 Thread Michał Górny
commit: 050953fb1c317d11350c49121ad3d296248e0712
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 20:13:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050953fb

profiles/prefix: Clean obsolete package.use* entries

 profiles/prefix/aix/package.use.force   |  9 +
 profiles/prefix/darwin/macos/10.5/ppc/package.use.mask  |  6 +++---
 profiles/prefix/darwin/macos/arch/ppc/package.use.mask  | 10 +++---
 profiles/prefix/darwin/macos/arch/x64/package.use.mask  |  4 +---
 profiles/prefix/darwin/macos/arch/x86/package.use.mask  |  4 +---
 profiles/prefix/darwin/macos/package.use.force  |  6 +-
 profiles/prefix/darwin/macos/package.use.mask   |  8 ++--
 profiles/prefix/darwin/package.use.mask | 10 +++---
 profiles/prefix/linux/package.use   |  9 -
 profiles/prefix/mint/package.use.force  |  6 +++---
 profiles/prefix/mint/package.use.mask   |  6 +-
 profiles/prefix/sunos/solaris/5.10/x86/package.use.mask |  9 -
 profiles/prefix/sunos/solaris/5.9/package.use.force |  6 --
 profiles/prefix/windows/interix/package.use.force   |  4 +---
 14 files changed, 20 insertions(+), 77 deletions(-)

diff --git a/profiles/prefix/aix/package.use.force 
b/profiles/prefix/aix/package.use.force
index 9f6373e..c554a21 100644
--- a/profiles/prefix/aix/package.use.force
+++ b/profiles/prefix/aix/package.use.force
@@ -1,14 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Michael Haubenwallner  (2009-03-18)
 # Plugins need to be built and installed using libtool (#261186)
 net-nds/openldap minimal
-
-# Michael Haubenwallner  (2008-05-09)
-# Gentoo's PIE patch for gcc-3 does not work on AIX.
-# One might want to use gcc-3.4 on AIX, because IBM Rational Purify
-# might not support gcc-4. The first gcc-support (gcc-3.4) has come
-# with PurifyPlus Interim Fix v7.0.0.0-010 (released in February 2008).
-=sys-devel/gcc-3* nopie

diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask 
b/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask
index e67fbdd..54d3278 100644
--- a/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask
+++ b/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 
 # flag returns compile errors
-media-video/mplayer livecd cpudetection
+media-video/mplayer cpudetection
 # libs mising
-media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca cdparanoia samba 
xanim live openal
+media-video/mplayer sdl libcaca dv nas bidi enca cdparanoia samba live openal

diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.use.mask 
b/profiles/prefix/darwin/macos/arch/ppc/package.use.mask
index 426aa9d..29d709f 100644
--- a/profiles/prefix/darwin/macos/arch/ppc/package.use.mask
+++ b/profiles/prefix/darwin/macos/arch/ppc/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,12 +8,8 @@
 
 # Elias Pipping  (01 Sep 2007)
 # imlib2 does not compile with USE=mmx
-media-libs/imlib2 mmx
-
-# Elias Pipping  (01 Sep 2007)
-# libpng does not compile with USE=mmx
-media-libs/libpng mmx
+media-libs/imlib2 cpu_flags_x86_mmx
 
 # Elias Pipping  (01 Sep 2007)
 # mpg123 does not compile with USE=mmx
-media-sound/mpg123 mmx
+media-sound/mpg123 cpu_flags_x86_mmx

diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.mask 
b/profiles/prefix/darwin/macos/arch/x64/package.use.mask
index 8177cbc..c63cbaa 100644
--- a/profiles/prefix/darwin/macos/arch/x64/package.use.mask
+++ b/profiles/prefix/darwin/macos/arch/x64/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,10 +12,8 @@ media-libs/xvid -pic
 
 # Jeremy Olexa  (29 Jul 2010)
 # Relocation issues on 32-bit OSX only, bug #329859
-media-sound/mpg123 -mmx -sse
 media-sound/mpg123 -cpu_flags_x86_mmx -cpu_flags_x86_sse
 
 # Fabian Groffen  (01 Feb 2009)
 # Doesn't compile on 32-bits OSX only, bug #257225
-media-video/ffmpeg -mmx
 media-video/ffmpeg -cpu_flags_x86_mmx

diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask 
b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
index 78bca45..bd95080 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/, profiles/targets/desktop/kde/, ...

2017-01-20 Thread Michał Górny
commit: 507e01b897d5c7d950da06588b5d5d6dd2d36b70
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 20:16:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507e01b8

profiles/targets: Clean obsolete package.use* entries

 profiles/targets/desktop/gnome/package.use  | 17 ++---
 profiles/targets/desktop/kde/package.use|  5 ++---
 profiles/targets/desktop/package.use| 22 +-
 profiles/targets/desktop/plasma/package.use |  1 -
 4 files changed, 5 insertions(+), 40 deletions(-)

diff --git a/profiles/targets/desktop/gnome/package.use 
b/profiles/targets/desktop/gnome/package.use
index b79dc65..e5988ff 100644
--- a/profiles/targets/desktop/gnome/package.use
+++ b/profiles/targets/desktop/gnome/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,7 +26,6 @@ app-emulation/wine -gstreamer
 # Required for gnome-base/gnome-2.32 to be merged directly, for
 # gnome-extra/hamster-applet-2.32 and x11-misc/alacarte-0.13
 dev-lang/python sqlite
-gnome-base/gnome-menus python
 
 # REQUIRED_USE="?? ( pulseaudio gstreamer )", and we want pulse in gnome
 net-misc/spice-gtk -gstreamer
@@ -35,17 +34,9 @@ net-misc/spice-gtk -gstreamer
 app-accessibility/speech-dispatcher python
 
 # gtk3 input method plugins required for gnome3; gnome-shell wants ibus[dconf]
-app-i18n/ibus dconf gtk3
+app-i18n/ibus gtk3
 app-i18n/uim gtk3
 
-# Require gnome-panel-2, preventing upgrade to gnome-3, bug #496722
-app-i18n/im-ja -gnome
-app-dicts/verbiste -gnome
-dev-ml/lablgtk -gnome
-
-# incompatible with >=evolution-data-server-3.6, bug #449138
- (17 Sep 2014)
-# Disable glamor for xf86-video-intel since it also needs uxa, which is
-# disabled by default
-x11-drivers/xf86-video-intel -glamor
-
 # Samuli Suominen  (24 Jul 2014)
 # Because targets/desktop/make.defaults has USE="bluetooth" but 
net-libs/libpcap doesn't
 # support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting 
packages:
 net-libs/libpcap -bluetooth
 
-# Rick Farina  (31 May 2014)
-# wireshark 1.10.x has a mostly non-functional qt4 interface so keep
-# gtk3 the default until 1.11.x or higher is stabilized
- (08 May 2014)
 # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X]
 # and the X flag is enabled by default in the desktop profile
 x11-libs/libxcb xkb
 
-# Alexandre Rostovtsev  (04 May 2014)
-# Enable cairo LTO by default only for desktop profiles, where cairo's
-# performance really matters, bug #509552
-x11-libs/cairo lto
-
 # Julian Ospald  (19 Apr 2014)
 # Overwrite default +sdl from desktop profile, since
 # this codepath is untested and should not be exposed
 # to regular desktop users wrt #506982
 media-video/mpv -sdl
 
-# Samuli Suominen  (15 May 2012)
-# Replaced by USE="udisks" in make.defaults for -r1 and higher
- (07 Oct 2011)
 # Required by mesa, ultimately by xorg-server (every desktop) bug 385843
 dev-libs/libxml2 python
@@ -66,7 +47,6 @@ media-libs/libpng apng
 # gudev, required by freedesktop.org udev helpers like udisks and upower
 # introspection, exception, enabled from here instead of ebuild to skip extra 
deps for a system package
 dev-libs/libgudev introspection
-sys-apps/systemd gudev introspection
 sys-fs/eudev gudev introspection
 sys-fs/udev gudev introspection
 virtual/libgudev introspection

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index fc3b404..94e20c9 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -65,7 +65,6 @@ sys-auth/polkit-kde-agent minimal
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 >=app-office/texmaker-4.4.1 -qt4
 >=app-office/texstudio-2.9.4 -qt4
-dev-db/sqlitebrowser -qt4
 >=dev-libs/quazip-0.7.1 -qt4
 net-misc/owncloud-client -qt4
 net-p2p/bitcoin-qt -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/powerpc/ppc64/13.0/, ...

2017-01-20 Thread Michał Górny
commit: cf8a985d315bd2d140dc64f4b92ec0e825790f6b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 20:03:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8a985d

profiles/default/linux: Clean obsolete package.use* entries

 profiles/default/linux/package.use.mask  | 12 +---
 .../default/linux/powerpc/ppc32/13.0/package.use.stable.mask |  6 +-
 .../default/linux/powerpc/ppc64/13.0/package.use.stable.mask |  7 +--
 profiles/default/linux/sparc/13.0/package.use.stable.mask|  7 ---
 profiles/default/linux/uclibc/mips/package.use.force |  8 +---
 5 files changed, 4 insertions(+), 36 deletions(-)

diff --git a/profiles/default/linux/package.use.mask 
b/profiles/default/linux/package.use.mask
index 87078a5..daadde1 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,10 +21,6 @@ kde-frameworks/kcoreaddons fam
 # 
https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7
 net-dns/bind seccomp
 
-# Patrick Lauer  (17 Mar 2014)
-# Fallout from ruby1.8 masking #505226
-=app-mobilephone/obexftp-0.23-r1 ruby
-
 # Matt Turner  (07 Mar 2014)
 # media-libs/libomxil-bellagio keyworded on amd64/x86
 media-libs/mesa openmax
@@ -79,12 +75,6 @@ app-arch/libarchive -e2fsprogs
 # they are excluded.
 >=media-sound/pulseaudio-0.9.16_rc5 oss
 
-# Diego E. Pettenò  (9 Mar 2011)
-#
-# Mask usb USE flag for newest PCSC-Lite, since on Linux we want to
-# use libudev instead.
->=sys-apps/pcsc-lite-1.7.0 usb
-
 # Diego E. Pettenò  (27 Mar 2011)
 #
 # Unmask pdnsd's Linux-specific USE flags.

diff --git a/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask 
b/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask
index 5e9d410..22e98f4 100644
--- a/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask
+++ b/profiles/default/linux/powerpc/ppc32/13.0/package.use.stable.mask
@@ -1,11 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Patrick Lauer  (17 Apr 2014)
-# Mask dbus-python[test] until #494132 maybe gets fixed
-=dev-python/dbus-python-1.2.0 test
-
 # Ben de Groot =opus-1.0.3 is not stable (bug 500868)

diff --git a/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask 
b/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask
index 4c52538..5dbea9e 100644
--- a/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask
+++ b/profiles/default/linux/powerpc/ppc64/13.0/package.use.stable.mask
@@ -1,12 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Tom Wijsman  (17 Apr 2014)
-# Mask dbus-python[test] until #494132 maybe gets fixed
-=dev-python/dbus-python-1.2.0 test
-

diff --git a/profiles/default/linux/sparc/13.0/package.use.stable.mask 
b/profiles/default/linux/sparc/13.0/package.use.stable.mask
deleted file mode 100644
index e1057f2..
--- a/profiles/default/linux/sparc/13.0/package.use.stable.mask
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation

  
-# Distributed under the terms of the GNU General Public License v2 

  
-# $Id$
-
-# Patrick Lauer  (17 Apr 2014)
-# Mask dbus-python[test] until #494132 maybe gets fixed
-=dev-python/dbus-python-1.2.0 test

diff --git a/profiles/default/linux/uclibc/mips/package.use.force 
b/profiles/default/linux/uclibc/mips/package.use.force
index 8a1c533..417ed5c 100644
--- a/profiles/default/linux/uclibc/mips/package.use.force
+++ b/profiles/default/linux/uclibc/mips/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,9 +6,3 @@
 # Force the host target to 

[gentoo-commits] repo/gentoo:master commit in: profiles/features/multilib/, profiles/features/selinux/, ...

2017-01-20 Thread Michał Górny
commit: 0bdcc9278d58ac3ad5e583d44851b23ba16bbc5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 20:06:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdcc927

profiles/features: Clean obsolete package.use* entries

 profiles/features/64bit-native/package.use.force |  7 ---
 profiles/features/multilib/package.use.mask  |  8 
 profiles/features/prefix/package.use.mask| 13 ++---
 profiles/features/selinux/package.use.mask   |  4 ++--
 4 files changed, 4 insertions(+), 28 deletions(-)

diff --git a/profiles/features/64bit-native/package.use.force 
b/profiles/features/64bit-native/package.use.force
deleted file mode 100644
index 9273097..
--- a/profiles/features/64bit-native/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Alexandre Rostovtsev  (04 Jul 2012)
-# Force 64-bit parts of wine, bug #351436
-app-emulation/wine win64

diff --git a/profiles/features/multilib/package.use.mask 
b/profiles/features/multilib/package.use.mask
deleted file mode 100644
index 1ee6a4a..
--- a/profiles/features/multilib/package.use.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Matt Turner  (19 Sep 2012)
-# multilib requires 32-bit libGL provided by emul-linux-x86-opengl
-# but also collides with 32-bit libGLU installed by emul-linux-x86-opengl
-media-libs/glu multilib

diff --git a/profiles/features/prefix/package.use.mask 
b/profiles/features/prefix/package.use.mask
index 3ccb0aa..4db14fa 100644
--- a/profiles/features/prefix/package.use.mask
+++ b/profiles/features/prefix/package.use.mask
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Benda Xu  (28 Jul 2016)
 # Needs root privilege.
-sys-fs/eudev hwdb kmod firmware-loader
+sys-fs/eudev hwdb kmod
 
 # Kacper Kowalik  (14 Jan 2012)
 # sci-libs/mkl don't have prefix keywords
@@ -38,15 +38,6 @@ app-editors/emacs hesiod m17n-lib
 # it currently causes failures on linux. It can be made a "less global" mask.
 dev-lang/python berkdb
 
-# Jeremy Olexa  (02 Sep 2009)
-# these don't work, because they rely on the host having sufficient xorg-server
-# version.
-xfce-base/xfce4-meta session
-
-# Jeremy Olexa  (13 Feb 2009)
-# Can't make USE=ssl to work, bad build system. bug #256699
-dev-lang/pike ssl
-
 # Elias Pipping  (18 Nov 2007)
 # feynmf fails to build documentation
 dev-tex/feynmf doc

diff --git a/profiles/features/selinux/package.use.mask 
b/profiles/features/selinux/package.use.mask
index cd0a18e..1d5ce9a 100644
--- a/profiles/features/selinux/package.use.mask
+++ b/profiles/features/selinux/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ app-portage/flaggie python_targets_pypy python_targets_pypy3
 # SystemD has no support in the SELinux policy at the moment.
 # Please see: 
https://wiki.gentoo.org/wiki/SELinux/FAQ#Can_I_use_SELinux_with_SystemD.3F
 app-emulation/libvirt firewalld
-gnome-base/gdm systemd wayland
+gnome-base/gdm wayland
 net-firewall/fwknop firewalld
 www-servers/uwsgi uwsgi_plugins_systemd_logger
 x11-wm/mutter kms



[gentoo-commits] repo/gentoo:master commit in: profiles/default/bsd/fbsd/, profiles/default/bsd/

2017-01-20 Thread Michał Górny
commit: 2965fb3e681a2ae1259e9af1ab243afd9adb3b63
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:57:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2965fb3e

profiles/default/bsd: Clean obsolete package.use* entries

 profiles/default/bsd/fbsd/package.use.force |  4 
 profiles/default/bsd/fbsd/package.use.mask  |  9 +
 profiles/default/bsd/package.use.force  |  4 
 profiles/default/bsd/package.use.mask   | 24 ++--
 4 files changed, 3 insertions(+), 38 deletions(-)

diff --git a/profiles/default/bsd/fbsd/package.use.force 
b/profiles/default/bsd/fbsd/package.use.force
index 0dbdff6..323ffb5 100644
--- a/profiles/default/bsd/fbsd/package.use.force
+++ b/profiles/default/bsd/fbsd/package.use.force
@@ -1,7 +1,3 @@
-# Naohiro Aota  (08 Nov 2011)
-# Always enable hardened not to depend glibc
-app-emulation/wine hardened
-
 # app-arch/xz-utils[threads=] required by app-arch/libarchive
 # https://bugs.gentoo.org/show_bug.cgi?id=594980
 app-arch/libarchive threads

diff --git a/profiles/default/bsd/fbsd/package.use.mask 
b/profiles/default/bsd/fbsd/package.use.mask
index 039dca4..66134e8 100644
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ b/profiles/default/bsd/fbsd/package.use.mask
@@ -30,12 +30,10 @@ sys-apps/openrc pam
 app-admin/gkrellm hddtemp
 
 # Somehow, check's tests are broken..
-dev-libs/confuse test
 dev-util/checkstyle test
 
-# Dillo won't run on FreeBSD
 # PDA masked until we can do some testing on it
-mail-client/claws-mail dillo pda
+mail-client/claws-mail pda
 
 # Original spell plugin uses ispell that requires
 # miscfiles.. that in turn does not work
@@ -48,9 +46,6 @@ sys-process/vixie-cron pam
 
 x11-misc/xscreensaver new-login
 
-# net-wireless/aircrack-ng - wireless capture tools not needed.
-net-wireless/aircrack-ng wifi
-
 # Gilles Dartiguelongue  (22 Oct 2007)
 # GNU attr isn't supported
 dev-libs/glib xattr
@@ -74,7 +69,6 @@ sys-auth/pambase cracklib pam_ssh sha512
 # that we do not have (bug #257052)
 # Mask it for now
 gnome-base/nautilus tracker
-media-video/totem tracker
 
 # Naohiro Aota  (04 Aug 2011)
 # ads require krb5, which is maksed on FreeBSD
@@ -95,7 +89,6 @@ net-dns/bind gssapi
 # Upstream does not support FreeBSD wifi nor crashreporter;
 # net-wireless/wireless-tools useless on fbsd, keep mozilla stuff
 # from bringing it in via mozconfig-3.eclass
-mail-client/thunderbird wifi
 www-client/firefox wifi
 www-client/seamonkey wifi
 

diff --git a/profiles/default/bsd/package.use.force 
b/profiles/default/bsd/package.use.force
index 596e1d1..4c8d172 100644
--- a/profiles/default/bsd/package.use.force
+++ b/profiles/default/bsd/package.use.force
@@ -1,7 +1,3 @@
-# Peter Weller  (10 March 2007)
-# lprng deps on a p.masked package, force xarchiver to use cups
-xfce-base/xfprint cups
-
 # Javier Villavicencio  (22 Jan 2009)
 # Otherwise useless tar.
 app-arch/libarchive bzip2 zlib lzma

diff --git a/profiles/default/bsd/package.use.mask 
b/profiles/default/bsd/package.use.mask
index 5e5d61b..8a0be41 100644
--- a/profiles/default/bsd/package.use.mask
+++ b/profiles/default/bsd/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,19 +26,10 @@ net-analyzer/tcpdump drop-root
 # pm-utils is Linux-specific
 kde-plasma/powerdevil pm-utils
 
-# Diego Elio Pettenò  (16 Jul 2012)
-# Allow using iconv in blender
-media-gfx/blender -iconv
-
 # Sebastian Pipping  (22 Feb 2011)
 # No dev-util/source-highlight or media-sound/lilypond here, yet (bug #356069, 
bug #344289)
 app-text/asciidoc test highlight
 
-app-misc/mc pam
-
-# Requires Linux-only packages
-app-accessibility/gok usb
-
 # iproute2 - linux only
 net-misc/openvpn iproute2
 
@@ -46,22 +37,19 @@ app-admin/sshguard -ipfilter
 media-video/ffmpeg ieee1394 iec61883
 net-libs/c-client pam
 net-proxy/squid -ipf-transparent -pf-transparent
-sys-apps/baselayout pam
 sys-apps/coreutils acl
 sys-apps/help2man nls
 
 # NetworkManager is Linux-only, Zephyr requires kerberos
 net-im/pidgin networkmanager zephyr
 
-media-video/totem bluetooth
-
 # Alexis Ballier  (18 Jul 2008)
 # Requires a linux only library,  bug #226085
 dev-lang/erlang sctp
 
 # Alexis Ballier  (8 Aug 2008)
 # Linux only useflags for vlc
-media-video/vlc dc1394 ieee1394 fbosd
+media-video/vlc dc1394 ieee1394
 
 # Alexis Ballier  (8 Aug 2008)
 # Depends on torque which is a linux only thing
@@ -82,24 +70,16 @@ app-text/texlive xindy
 # Alexis Ballier  (28 Nov 2008)
 # Requires bluez-libs which is linux only
 net-libs/libpcap bluetooth

[gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/amd64/no-multilib/, profiles/hardened/linux/, ...

2017-01-20 Thread Michał Górny
commit: 80a5366cdaf820852e8a6389789691fb6071baf2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 20:07:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a5366c

profiles/hardened: Clean obsolete package.use* entries

 profiles/hardened/linux/amd64/no-multilib/package.use.force | 7 ---
 profiles/hardened/linux/amd64/no-multilib/package.use.mask  | 4 ++--
 profiles/hardened/linux/amd64/package.use.mask  | 6 +-
 profiles/hardened/linux/package.use.force   | 6 +-
 profiles/hardened/linux/package.use.mask| 9 -
 5 files changed, 4 insertions(+), 28 deletions(-)

diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use.force 
b/profiles/hardened/linux/amd64/no-multilib/package.use.force
deleted file mode 100644
index 8be8c78..
--- a/profiles/hardened/linux/amd64/no-multilib/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Alexandre Rostovtsev  (24 Jun 2012)
-# Force 64-bit parts of wine, bug #351436
-app-emulation/wine win64

diff --git a/profiles/hardened/linux/amd64/no-multilib/package.use.mask 
b/profiles/hardened/linux/amd64/no-multilib/package.use.mask
index 8a40576..94190bb 100644
--- a/profiles/hardened/linux/amd64/no-multilib/package.use.mask
+++ b/profiles/hardened/linux/amd64/no-multilib/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ sys-apps/memtest86+ floppy
 
 # Alexandre Rostovtsev  (24 Jun 2012)
 # Disable 32-bit parts of wine, bug #351436
-app-emulation/wine mono win32
+app-emulation/wine mono
 
 # Apr 28, 2008 Sébastien Fabbro 
 # ifc masked

diff --git a/profiles/hardened/linux/amd64/package.use.mask 
b/profiles/hardened/linux/amd64/package.use.mask
index 3329f0f..59e5e7c 100644
--- a/profiles/hardened/linux/amd64/package.use.mask
+++ b/profiles/hardened/linux/amd64/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,10 +19,6 @@
 # This target support VTV #547040.
 >=sys-devel/gcc-4.9 -vtv
 
-# Kacper Kowalik  (29 Jul 2011)
-# mask assembler as it currently doesn't work
-dev-lang/path64 assembler
-
 # Magnus Granberg  (29 Nov 2012)
 # Bug #444786 disable nvidia on app-admin/conky
 app-admin/conky nvidia

diff --git a/profiles/hardened/linux/package.use.force 
b/profiles/hardened/linux/package.use.force
index 9d29b58..c20f345 100644
--- a/profiles/hardened/linux/package.use.force
+++ b/profiles/hardened/linux/package.use.force
@@ -1,11 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# Kacper Kowalik  (24 Aug 2011)
-# Force hardened flag to make repoman happy
-app-emulation/wine hardened
-
 # Needed for XATTR_PAX flags
 app-arch/tar xattr
 sys-apps/coreutils xattr

diff --git a/profiles/hardened/linux/package.use.mask 
b/profiles/hardened/linux/package.use.mask
index a102633..7255837 100644
--- a/profiles/hardened/linux/package.use.mask
+++ b/profiles/hardened/linux/package.use.mask
@@ -15,15 +15,6 @@ sys-apps/hwloc gl
 sys-devel/gcc -hardened
 sys-libs/glibc -hardened
 
-# bug 407689
-media-tv/xbmc profile
-
-# Have no way to disable jit in esr release.
-=www-client/firefox-10* pgo
-
-# bug #468404
-net-analyzer/wireshark profile
-
 # Ian Stakenvicius  (03 Dec 2014)
 # Have no way of knowing what Gecko Media Plugins will install in profiles
 www-client/firefox gmp-autoupdate



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

2017-01-20 Thread Thomas Deutschmann
commit: 1d2df5a7f50ed711cae9ade0efbe7e3437549be0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 20 20:05:00 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 20 20:05:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2df5a7

profiles: Add package.use.mask for net-libs/libvncserver on fbsd

 profiles/default/bsd/fbsd/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/default/bsd/fbsd/package.use.mask 
b/profiles/default/bsd/fbsd/package.use.mask
index 341448d..039dca4 100644
--- a/profiles/default/bsd/fbsd/package.use.mask
+++ b/profiles/default/bsd/fbsd/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Thomas Deutschmann  (20 Jan 2017)
+# libressl: dev-libs/libressl is a base package on FreeBSD
+net-libs/libvncserver libressl
+
 # Felix Janda  (24 Sep 2016)
 # net-libs/libnetfilter_conntrack is not keyworded on FreeBSD
 net-dns/dnsmasq conntrack



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

2017-01-20 Thread Thomas Deutschmann
commit: 13bf08599c6d332501292db40aea7b9179efc257
Author: Alex Xu  yahoo  ca>
AuthorDate: Fri Jan 20 19:59:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 20 20:05:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bf0859

net-libs/libvncserver: Bump to v0.9.11 (bug #604192)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/libvncserver/Manifest   |  1 +
 net-libs/libvncserver/libvncserver-0.9.11.ebuild | 72 
 net-libs/libvncserver/metadata.xml   |  3 +
 3 files changed, 76 insertions(+)

diff --git a/net-libs/libvncserver/Manifest b/net-libs/libvncserver/Manifest
index eb03d4e..a0a440b 100644
--- a/net-libs/libvncserver/Manifest
+++ b/net-libs/libvncserver/Manifest
@@ -1,2 +1,3 @@
 DIST LibVNCServer-0.9.10.tar.gz 1415191 SHA256 
ed10819a5bfbf269969f97f075939cc38273cc1b6d28bccfb0999fba489411f7 SHA512 
eb637dfb72dc50fb713a715c9d0cc8824a6871527c2edb497e70c92e2e708021fbd5d8134f2dee6a9e90d1c8fd3fee53c5f5ece790c2804e938011a980ffceae
 WHIRLPOOL 
821234e772d15668b88bd99e72345a7b5d1a9072fd868ddd47fb47a1e4c6b3c1c2de2380622231a968bd98ac05f20a004a80dfbe43db77f8170056121207b9f4
+DIST LibVNCServer-0.9.11.tar.gz 1413739 SHA256 
193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894 SHA512 
e473c081b68dd3cdd96a1756b4f4945ece79d3c8e4cef62140be1699671555fc16d3080e81d764197a14ea83203ffcd0e18c3cc182e012d036e3faae943003fb
 WHIRLPOOL 
98a24e533a0b8065d1f3c52672b601750f26a89e29cee8e3b253cc15219d0249befd1aa2735f06351d7911777ff7dc3ce39dc903f7046f39a0abf0af277dff11
 DIST libvncserver-0.9.10_p20160127.tar.gz 1407878 SHA256 
cac045bc068e567e9639624e66fb0db18205d93c12845366e16b8351b70ebd2e SHA512 
3e8079d814c624e7c8f6f4dd91dfdf05e035ec489fc87a797a4a08b4f8998156b420b941b94c48f6b5f783f1a962f802e83d4bbdefc1f4093837331c8247676d
 WHIRLPOOL 
4884303a7071c450f06b93b2b483903d45f871c0d6e1dd55f2a1c141feb3eca97d9fbcd32e8f02bf6413beb6a11e70f53b498f15172bb2f04be1796045095331

diff --git a/net-libs/libvncserver/libvncserver-0.9.11.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.11.ebuild
new file mode 100644
index ..dc77dbb
--- /dev/null
+++ b/net-libs/libvncserver/libvncserver-0.9.11.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools eutils multilib-minimal
+
+MY_PN="LibVNCServer"
+
+DESCRIPTION="library for creating vnc servers"
+HOMEPAGE="https://libvnc.github.io/;
+SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd 
test threads +zlib"
+REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"
+
+DEPEND="
+   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] )
+   gnutls? (
+   >=net-libs/gnutls-2.12.23-r6:0=[${MULTILIB_USEDEP}]
+   >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
+   )
+   !gnutls? (
+   ssl? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
+   )
+   )
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   systemd? ( sys-apps/systemd:= )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1:0=[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${MY_PN}-${PV}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_prepare() {
+   default
+
+   sed -i -r \
+   -e "/^SUBDIRS/s:\<$(usex test '' 
'test|')client_examples|examples\>::g" \
+   Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-silent-rules \
+   $(use_enable static-libs static) \
+   $(use_with 24bpp) \
+   $(use_with gnutls) \
+   $(usex gnutls --with-gcrypt $(use_with gcrypt)) \
+   $(usex gnutls --without-ssl $(use_with ssl)) \
+   $(use_with ipv6) \
+   $(use_with jpeg) \
+   $(use_with png) \
+   $(use_with threads pthread) \
+   $(use_with zlib)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}

diff --git a/net-libs/libvncserver/metadata.xml 
b/net-libs/libvncserver/metadata.xml
index 6c1ab10..404451b 100644
--- a/net-libs/libvncserver/metadata.xml
+++ b/net-libs/libvncserver/metadata.xml
@@ -20,6 +20,9 @@ surfing the internet.
 Now that you want to make a VNC server, that is, a server which speaks 
 the RFB protocol, you can download this library from 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/amd64-fbsd/todo/, ...

2017-01-20 Thread Michał Górny
commit: 0b1d9e8f3611733bb114b0eeef25568619405566
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:13:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1d9e8f

profiles/arch/amd64*: clean unused package.use* entries

 profiles/arch/amd64-fbsd/todo/package.use.mask| 14 +--
 profiles/arch/amd64/no-multilib/package.use.force |  7 
 profiles/arch/amd64/package.use.mask  | 49 ++-
 profiles/arch/amd64/package.use.stable.mask   |  6 ---
 4 files changed, 4 insertions(+), 72 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/todo/package.use.mask 
b/profiles/arch/amd64-fbsd/todo/package.use.mask
index 3255f7e..15e1537 100644
--- a/profiles/arch/amd64-fbsd/todo/package.use.mask
+++ b/profiles/arch/amd64-fbsd/todo/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -45,7 +45,6 @@ sys-apps/hwloc numa
 # dev-lang/mono
 net-dns/libidn mono
 media-libs/libcaca mono
-dev-java/antlr mono
 
 # dev-lang/mono
 # >=dev-dotnet/gtk-sharp-2
@@ -66,7 +65,6 @@ media-gfx/ufraw gimp
 # net-libs/libproxy
 net-libs/neon libproxy
 net-libs/glib-networking libproxy
-media-video/vlc libproxy
 
 # dev-libs/pakchois
 net-libs/neon pkcs11
@@ -101,9 +99,6 @@ gnome-base/gvfs ios
 # >=sys-fs/fuse-2.8.0
 gnome-base/gvfs fuse
 
-# >=gnome-base/libgdu-3.0.2
-gnome-base/gvfs gdu
-
 # >=x11-libs/libva-0.32
 media-video/ffmpeg vaapi
 virtual/ffmpeg vaapi
@@ -198,13 +193,6 @@ media-gfx/graphviz devil
 # sys-apps/util-linux (libuuid)
 net-misc/wget uuid
 
-# dev-util/valgrind
-dev-libs/eina valgrind
-
-# dev-util/lcov
-dev-libs/eina test
-dev-libs/eet test
-
 # net-misc/freerdp (doesnt build)
 media-video/vlc rdp
 

diff --git a/profiles/arch/amd64/no-multilib/package.use.force 
b/profiles/arch/amd64/no-multilib/package.use.force
deleted file mode 100644
index 8be8c78..
--- a/profiles/arch/amd64/no-multilib/package.use.force
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Alexandre Rostovtsev  (24 Jun 2012)
-# Force 64-bit parts of wine, bug #351436
-app-emulation/wine win64

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 820f7c2..a298dc2 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -102,10 +102,6 @@ media-libs/libbluray -bdplus
 # pidgin-opensteamworks is only available for amd64, ppc32 and x86
 net-im/telepathy-connection-managers -steam
 
-# Andrey Grozin  (23 Feb 2015)
-# Does not compile with this flag
-=dev-lisp/ecls-15.2.21 cpu_flags_x86_sse
-
 # Tim Harder  (11 Oct 2014)
 # Unmask skype support for unstable keywords
 net-im/bitlbee -skype
@@ -125,7 +121,6 @@ media-libs/mesa -openmax
 # Samuli Suominen  (16 Feb 2014)
 # Still considered experimental by upstream:
 # https://sourceforge.net/p/mikmod/bugs/16/#17ea
-media-libs/libmikmod sse2
 media-libs/libmikmod cpu_flags_x86_sse2
 
 # Andreas K. Huettel  (4 Jan 2014)
@@ -163,10 +158,6 @@ dev-python/pypy-bin cpu_flags_x86_sse2
 dev-python/pypy3 cpu_flags_x86_sse2
 dev-python/pypy3-bin cpu_flags_x86_sse2
 
-# Jeroen Roovers  (11 Jun 2013)
-# The debug version of www-plugins/adobe-flash is 32-bit only
-www-plugins/adobe-flash debug
-
 # Justin Lecher  (21 Feb 2013)
 # cuda only works on x86 and amd64
 sci-libs/cholmod -cuda
@@ -210,8 +201,8 @@ sys-boot/grub -libzfs
 dev-libs/gobject-introspection -doctool
 
 # Michał Górny  (11 Apr 2012)
-# JIT compilation in libzpaq generates code for x86/amd64.
-app-arch/libzpaq -jit
+# JIT compilation in zpaq generates code for x86/amd64.
+app-arch/zpaq -jit
 
 # Arun Raghavan  (29 Mar 2012)
 # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
@@ -228,7 +219,6 @@ gnustep-base/gnustep-make -libobjc2
 # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
 # it's masked in base profile and unmasked here (bug #396313).
 net-libs/webkit-gtk -jit
-www-client/epiphany -jit
 www-client/midori -jit
 
 # Davide Pesavento  (30 Nov 2011)
@@ -247,10 +237,6 @@ gnome-base/gvfs -bluray
 # Temporarily unmask in amd64/x86, bug 384647
 dev-libs/glib -systemtap
 
-# Kacper Kowalik  (29 Jul 2011)
-# mask assembler as it currently doesn't work
-dev-lang/path64 assembler
-
 # Robin H. Johnson  (10 Jul 2011)
 # PPS should work on all arches, but only keyworded on amd64/x86
 >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
@@ -267,20 +253,10 @@ dev-lang/path64 assembler
 # 

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

2017-01-20 Thread Michał Górny
commit: 39706e6476256a731c8702e58ed3c7dbd83d103e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:52:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39706e64

profiles/base: Clean obsolete package.use* entries

 profiles/base/package.use |  10 +--
 profiles/base/package.use.force   |   1 -
 profiles/base/package.use.mask| 145 +-
 profiles/base/package.use.stable.mask |  18 -
 4 files changed, 6 insertions(+), 168 deletions(-)

diff --git a/profiles/base/package.use b/profiles/base/package.use
index fc9981e..87da234 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ sys-devel/clang llvm_targets_BPF
 sys-devel/llvm llvm_targets_BPF
 
 # Michael Palimaka  (31 Aug 2016)
-dev-python/kdevelop-python:5 python_targets_python3_5
+dev-util/kdevelop-python:5 python_targets_python3_5
 
 # Justin Lecher  (08 Dec 2015)
 # Only py3 and single target supported
@@ -24,7 +24,6 @@ dev-util/devhelp python_single_target_python3_4
 # bugs #555930 and #472932
 gnome-extra/gnome-builder python_single_target_python3_4
 media-libs/lensfun python_single_target_python3_4
-media-sound/gnome-music python_single_target_python3_4
 media-video/pitivi python_single_target_python3_4
 
 # Chí-Thanh Christopher Nguyễn  (27 Jul 2012)
@@ -37,11 +36,6 @@ x11-base/xorg-server xorg
 # untested.
 app-admin/sudo -ldap
 
-# Doug Goldstein  (30 Aug 2010)
-# bug #332077 - Disable xcb backend by default for cairo-1.10. Its not
-# really prime time ready prior to cairo-1.10
- (04 Dec 2009)
 # Bug #295615 - Disable cxx by default, in order to avoid a die
 # in pkg_setup with default USE settings (cxx requires sasl).

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index c9c5caf..168903d 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -77,4 +77,3 @@ dev-libs/libpcre unicode
 # implementation that cannot, thus, be turned off.
 dev-ruby/bitescript ruby_targets_jruby
 dev-ruby/duby ruby_targets_jruby
-dev-ruby/jruby-openssl ruby_targets_jruby

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 257163f..b366cf3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -112,10 +112,6 @@ dev-db/percona-server tokudb tokudb-backup-plugin
 media-plugins/grilo-plugins chromaprint
 
 # Pacho Ramos  (21 Aug 2016)
-# media-libs/libdlna is being removed, bug #540214
-media-video/ushare dlna
-
-# Pacho Ramos  (21 Aug 2016)
 # x11-libs/libsvg-cairo is being removed, bug #537918
 dev-ml/cairo-ocaml svg
 
@@ -123,14 +119,6 @@ dev-ml/cairo-ocaml svg
 # net-libs/libzrtpcpp will be removed, bug #528514
 net-libs/ortp zrtp
 
-# Pacho Ramos  (20 Aug 2016)
-# xanim is going to be removed, bug #181959
-media-video/mplayer xanim
-
-# Pacho Ramos  (20 Aug 2016)
-# mpb is going to be removed, bug #449964
-sci-physics/meep mpb
-
 # Lars Wendler  (19 Aug 2016)
 # gnutls is broken for years
 >=net-libs/gsoap-2.8.0 gnutls
@@ -233,17 +221,6 @@ net-im/qutim otr
 # dev-util/kdevplatform:5
 kde-plasma/plasma-sdk plasmate
 
-# James Le Cuirot  (2 Jan 2016)
-# Incorrectly depends on gjdoc, which is going to be
-# last-rited. Doesn't actually install the javadocs in this ebuild
-# version anyway. Unfortunately this will also prevent the other HTML
-# docs from installing. Sorry about that.
-=net-dns/libidn-1.30 doc
-
-# Manuel Rüger  (24 Dec 2015)
-# media-tv/xawtv is masked for removal
-net-im/ayttm webcam
-
 # Patrice Clement  (27 Nov 2015)
 # Unsastified dependencies are upsetting repoman. Needs investigation.
 app-arch/cfv bittorrent
@@ -296,14 +273,10 @@ sys-apps/systemd gnuefi
  (1 Sep 2015)
 # Currently broken upstream. We still hope it will get fixed.
@@ -322,10 +295,6 @@ dev-java/gcj-jdk awt
 # Gentoo bug: 554484
 >=dev-lang/mono-3.12.1 doc
 
-# Ben de Groot  (12 Aug 2015)
-# Seems to link correctly, but fails to run. Bug #557354.
-=media-sound/qsampler-0.3.1 libgig
-
 # James Le Cuirot  (29 Jul 2015)
 # JavaFX and the browser plugin are not included on some platforms.
 dev-java/oracle-jdk-bin javafx nsplugin
@@ -334,11 +303,6 @@ dev-java/oracle-jre-bin javafx nsplugin
 # Manuel Rüger  (05 Jul 2015)
 # app-text/migemo is masked because it fails for ruby20
 app-text/cmigemo emacs
-www-client/w3m migemo
-
-# Matthias Maier  (27 May 2015)
-# mask lcms use flag 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86-fbsd/, profiles/arch/x86/

2017-01-20 Thread Michał Górny
commit: 2c32491084d2247a6027b0d76ce19729a1910044
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:41:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c324910

profiles/arch/x86*: Clean obsolete package.use* entries

 profiles/arch/x86-fbsd/package.use.mask   | 14 +
 profiles/arch/x86/package.use.mask| 34 +++
 profiles/arch/x86/package.use.stable.mask |  2 --
 3 files changed, 4 insertions(+), 46 deletions(-)

diff --git a/profiles/arch/x86-fbsd/package.use.mask 
b/profiles/arch/x86-fbsd/package.use.mask
index ff48792..8369e8b 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,6 @@ net-im/gajim kde
 # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
 # it's masked in base profile and unmasked here (bug #396313).
 net-libs/webkit-gtk -jit
-www-client/epiphany -jit
 
 # Pacho Ramos  (18 Mar 2011)
 # Missing keywords on deps (GNOME related packages)
@@ -41,25 +40,14 @@ net-im/gajim jingle
 # MKL not available on this arch
 media-gfx/povray mkl
 
-# Romain Perier  (18 Oct. 2009)
-# >=networkmanager-0.7.0 is not keyworded.
-gnome-base/gnome-applets networkmanager
-
 # Java currently uses generation 1
 dev-libs/cyrus-sasl java
 
 # nvidia-driver uses acpid
 x11-drivers/nvidia-drivers acpi
 
-# Gilles Dartiguelongue  (19 Oct 2007)
-# afs not keyworded
->=gnome-base/gdm-2.20 afs
-
 # gavl and opencv do not build
 media-plugins/frei0r-plugins scale0tilt facedetect
 
-# needs to rework xanim's ebuild to make it bsd-friendly
-media-video/mplayer xanim
-
 # Dependencies not keyworded, bug #424571
 net-nds/openldap smbkrb5passwd

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 27d0c02..8bb03a7 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -52,10 +52,6 @@ media-video/aegisub test
 =dev-ruby/bundler-audit-0.5.0 test
 
 # Mike Gilbert  (03 Mar 2016)
-# google-chrome dropped x86 support
-app-admin/lastpass chrome
-
-# Mike Gilbert  (03 Mar 2016)
 # chrome-binary-plugins dropped x86 support
 www-client/chromium widevine
 
@@ -89,10 +85,6 @@ media-libs/libbluray -bdplus
 # pidgin-opensteamworks is only available for amd64, ppc32 and x86
 net-im/telepathy-connection-managers -steam
 
-# Andrey Grozin  (23 Feb 2015)
-# Does not compile with this flag
-=dev-lisp/ecls-15.2.21 cpu_flags_x86_sse
-
 # Jeroen Roovers  (31 Jan 2015)
 # >x11-drivers/nvidia-drivers-346 on x86 has no UVM support (bug #534156)
 >x11-drivers/nvidia-drivers-346 uvm
@@ -120,7 +112,6 @@ media-libs/mesa -openmax
 # Samuli Suominen  (16 Feb 2014)
 # Still considered experimental by upstream:
 # https://sourceforge.net/p/mikmod/bugs/16/#17ea
-media-libs/libmikmod sse2
 media-libs/libmikmod cpu_flags_x86_sse2
 
 # Sergey Popov  (27 Dec 2013)
@@ -189,8 +180,8 @@ app-crypt/johntheripper -cuda
 dev-libs/gobject-introspection -doctool
 
 # Michał Górny  (11 Apr 2012)
-# JIT compilation in libzpaq generates code for x86/amd64.
-app-arch/libzpaq -jit
+# JIT compilation in zpaq generates code for x86/amd64.
+app-arch/zpaq -jit
 
 # Arun Raghavan  (29 Mar 2012)
 # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
@@ -212,7 +203,6 @@ app-emulation/qemu  spice
 # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
 # it's masked in base profile and unmasked here (bug #396313).
 net-libs/webkit-gtk -jit
-www-client/epiphany -jit
 www-client/midori -jit
 
 # Samuli Suominen  (06 Dec 2011)
@@ -253,27 +243,14 @@ dev-libs/glib -systemtap
 # Masked in base, unmask for amd64/x86
 >=media-video/mplayer-1.0_rc4_p20101219 -bluray
 
-# Thomas Kahle  (15 Jan 2011)
-# we dropped stable prelude but don't want to drop stable nufw
-=net-firewall/nufw-2.2.21 prelude
-
 # Chí-Thanh Christopher Nguyễn  (28 Nov 2010)
 # sys-devel/llvm is keyworded on x86
 media-libs/mesa -llvm
 
-# Nirbheek Chauhna  (26 Jun 2010)
-# Inter-process communication doesn't work on anything except x86/amd64/arm
-# due to lack of atomic ops, bug 325185
-www-client/firefox -ipc
-
 # Tomáš Chvátal  (4 Apr 2010)
 # x86 platforms works
 sys-power/pm-utils -video_cards_intel -video_cards_radeon
 
-# Jim Ramsay  (24 March 2011)
-# '64bit' '32bit' 'nspluginwrapper' are for amd64 only
-www-plugins/adobe-flash 32bit 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc-fbsd/, profiles/arch/sparc/

2017-01-20 Thread Michał Górny
commit: 20ba2cd3571d73d30f8aa3c013d4e50e73eb7f69
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:38:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ba2cd3

profiles/arch/sparc*: Clean obsolete package.use* entries

 profiles/arch/sparc-fbsd/package.use.mask   |  5 
 profiles/arch/sparc/package.use.mask| 40 +
 profiles/arch/sparc/package.use.stable.mask |  4 +--
 3 files changed, 3 insertions(+), 46 deletions(-)

diff --git a/profiles/arch/sparc-fbsd/package.use.mask 
b/profiles/arch/sparc-fbsd/package.use.mask
deleted file mode 100644
index e55c169..
--- a/profiles/arch/sparc-fbsd/package.use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-dev-lang/swig ocaml pike

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 5b5925d..3b6156b 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -165,17 +165,12 @@ dev-haskell/vector test
 
 # Michał Górny  (30 Oct 2014)
 # Requires non-keyworded >=x11-libs/libxkbcommon-0.4.
-sys-apps/systemd terminal
 sys-apps/systemd xkb
 
 # Pacho Ramos  (03 Oct 2014)
 # Missing keywords, bug #524352
 >=app-accessibility/orca-3.12.3 braille
 
-# Maciej Mrozowski  (13 Aug 2014)
-# Missing keywords on dev-libs/protobuf-c (bug 519772)
->=net-libs/libgadu-1.12.0 gg11
-
 # Christoph Junghans  (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)
 sci-visualization/gnuplot libcerf
@@ -203,7 +198,6 @@ net-misc/modemmanager mbim
 # Pacho Ramos  (10 Feb 2014)
 # Missing keywords, bug #495254
 >=dev-libs/totem-pl-parser-3.10 quvi
->=media-video/totem-3.10 flash
 
 # Raúl Porcel  (1 Feb 2014)
 # Sigbuses
@@ -239,7 +233,6 @@ media-libs/phonon zeitgeist
 
 # Patrick Lauer  (27 May 2013)
 # stable keywords missing on tagpy/coherence
-media-video/totem upnp-av
 media-sound/rhythmbox upnp-av
 
 # Julian Ospald  (31 Mar 2013)
@@ -285,11 +278,6 @@ www-apache/mod_security jit
 # Needs x11-misc/lightdm(which also requires some other deps)
 x11-misc/xscreensaver new-login
 
-# Alexandre Rostovtsev  (25 May 2012)
-# Remove mask entry when app-misc/geoclue and app-accessibility/at-spi2-core
-# are keyworded here, bug #411761
-net-libs/webkit-gtk webkit2
-
 # Pacho Ramos  (07 May 2012)
 # libhid is not keyworded
 app-misc/lcdproc hid
@@ -307,10 +295,6 @@ net-libs/glib-networking smartcard
 # Mask use numa for openmpi
 sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem 
openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl 
openmpi_rm_slurm openmpi_ofed_features_rdmacm
 
-# Alexandre Rostovtsev  (03 Nov 2011)
-# Missing keywords in gst-plugins-faac, bug #389433
-gnome-extra/gnome-media aac
-
 # Raúl Porcel  (08 Oct 2011)
 # Needs media-sound/lilypond
 app-text/asciidoc test
@@ -328,18 +312,6 @@ dev-libs/libmemcached tcmalloc
 sys-apps/hwloc numa
 sys-cluster/openmpi numa
 
-# Sergei Trofimovich  (03 Aug 2011)
-# sys-devel/llvm has no sparc keywords yet (bug #320221)
-dev-lang/ghc llvm
-
-# Patrick Lauer  (03 Aug 2011)
-# Missing jre on sparc
-net-analyzer/metasploit gui
-
-# Pacho Ramos  (19 Jul 2011)
-# Missing keywords on dependencies
-app-cdr/brasero vcd
-
 # Pacho Ramos  (27 Jan 2011)
 # missing keywords on needed plugins
 media-plugins/gst-plugins-meta dts dv libvisual modplug vcd wavpack
@@ -356,9 +328,6 @@ net-analyzer/wireshark doc-pdf
 # MKL not available on this arch
 media-gfx/povray mkl
 
-# uses games-board/ggz-gtk-client
-games-strategy/freeciv ggz
-
 # Ben de Groot  (16 Jan 2010)
 # qtmultimedia is not keyworded, bug 293671
 dev-python/PyQt4 multimedia
@@ -368,10 +337,6 @@ dev-python/PyQt4 multimedia
 dev-libs/uriparser doc
 media-libs/libxspf doc
 
-# Romain Perier  (18 Oct. 2009)
-# >=networkmanager-0.7.0 is not keyworded.
-gnome-base/gnome-applets networkmanager
-
 # Raúl Porcel 
 # Depends on dev-java/fop which requires java...
 sci-geosciences/gpsbabel doc
@@ -379,9 +344,6 @@ sci-geosciences/gpsbabel doc
 # depends on mpich2 which isn't keyworded (bug #217854)
 sci-libs/hdf5 mpi
 
-# wavgain fails to build
-media-sound/rubyripper wav
-
 # Needs libmodplug
 media-libs/sdl-sound mikmod
 

diff --git 

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

2017-01-20 Thread Michał Górny
commit: cde19ebc09f4d85c650258f473e3a8a23af1b378
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:23:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde19ebc

profiles/arch/hppa: Clean obsolete package.use* entries

 profiles/arch/hppa/package.use.force |  4 +---
 profiles/arch/hppa/package.use.mask  | 15 +--
 2 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/profiles/arch/hppa/package.use.force 
b/profiles/arch/hppa/package.use.force
index 27f57e3..5a5cbd2 100644
--- a/profiles/arch/hppa/package.use.force
+++ b/profiles/arch/hppa/package.use.force
@@ -1,9 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Mike Frysinger  (16 Mar 2015)
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
-
->=sys-libs/glibc-2.5 nptl

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 46bac0c..a60f245 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -58,10 +58,6 @@ dev-python/pyzor gevent
 # dev-python/greenlet which has not been ported to HPPA (bug #525246)
 dev-python/wsgiproxy2 test
 
-# Jeroen Roovers  (13 Aug 2014)
-# Needs dev-libs/protobuf{-c} which has not been ported to HPPA (bug #519772)
-net-libs/libgadu gg11
-
 # Jeroen Roovers  (29 Jul 2014)
 # Test phase requires dev-db/mongodb which requires dev-util/google-perftools
 # which has not been ported to HPPA (bug #517880, bug #525246)
@@ -70,8 +66,7 @@ dev-python/pymongo test
 
 # Jeroen Roovers  (6 Mar 2014)
 # USE=gui requires x11-libs/qscintilla,
-# USE=jit requires sys-devel/llvm (bug #503594)
-sci-mathematics/octave gui jit
+sci-mathematics/octave gui
 
 # Jeroen Roovers  (31 Jan 2014)
 # Mask x11-libs/libgksu dependency (bug #499900)
@@ -185,14 +180,6 @@ media-video/mplayer cpudetection
 # app-text/xindy needs dev-lisp/clisp and clisp does not build (bug #229217)
 app-text/texlive xindy
 
-# Tobias Scherbaum  (31 May 2008)
-# Mask ups for nagios-plugins which would pull in sys-power/nut
-net-analyzer/nagios-plugins ups
-
 # Mart Raudsepp  (02 Apr 2008)
 # media-plugins/gst-plugins-{dvb,fluendo-mpegdemux,bad} not keyworded
 media-plugins/gst-plugins-meta dvb
-
-# Jeroen Roovers  (12 Apr 2007)
-# Mask until fixed.
-net-misc/tightvnc server



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

2017-01-20 Thread Michał Górny
commit: 96f077834620833417303780a9057b473f92b36d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:36:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f07783

profiles/arch/s390: Clean obsolete package.use* entries

 profiles/arch/s390/package.use.mask | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 4037b28..46d3dff 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -47,9 +47,6 @@ net-firewall/iptables netlink
 # Needs gtk USE-flag
 net-dns/avahi python
 
-# Masking this so repoman shuts up about paludis
-sys-apps/paludis ruby-bindings
-
 # missing keyword for sys-cluster/openmpi sys-cluster/mpich2
 dev-libs/boost mpi
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/arm/armv7a/

2017-01-20 Thread Michał Górny
commit: 636d80d719ae976623509f1d2e93c2429ec330c8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:19:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636d80d7

profiles/arch/arm: Clean obsolete package.use* entries

 profiles/arch/arm/armv7a/package.use.mask |  3 +-
 profiles/arch/arm/package.use.mask| 64 +--
 profiles/arch/arm/package.use.stable.mask |  3 +-
 3 files changed, 3 insertions(+), 67 deletions(-)

diff --git a/profiles/arch/arm/armv7a/package.use.mask 
b/profiles/arch/arm/armv7a/package.use.mask
index ef2c32d..4004fd4 100644
--- a/profiles/arch/arm/armv7a/package.use.mask
+++ b/profiles/arch/arm/armv7a/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,5 +8,4 @@
 # because webkit-gtk only reliable tests webkit-gtk on this and JIT support is 
likely
 # to break in several ways on every version bump on non-arm7 (#523400)
 net-libs/webkit-gtk -jit
-www-client/epiphany -jit
 www-client/midori -jit

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 3560b67..3a0c2b8 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -248,10 +248,6 @@ dev-qt/qt-mobility messaging
 # app-emulation/qemu is not keyworded on arm arch.
 app-emulation/xen-tools system-qemu
 
-# Markus Meier  (25 Feb 2014)
-# stable reverse deps of media-libs/libquvi, bug #495254
-=dev-libs/totem-pl-parser-2.32.6-r3 quvi
-
 # Markus Meier  (23 Feb 2014)
 # Needs sci-physics/bullet tested #499974
 dev-libs/efl physics
@@ -269,10 +265,6 @@ net-analyzer/metasploit java
 >=dev-libs/DirectFB-1.7.1 timidity swfdec
 
 # Markus Meier  (26 Dec 2013)
-# Unkeyworded deps, bug #493780
-=dev-ruby/rack-1.4.5 test
-
-# Markus Meier  (26 Dec 2013)
 # Unkeyworded deps, bug #488724
 app-office/gnumeric libgda
 
@@ -329,25 +321,17 @@ dev-libs/weston rdp
 # Fix per-arch mask of phonon[zeitgeist] #460140
 media-libs/phonon zeitgeist
 
-# Patrick Lauer  (31 May 2013)
-# no stable jdk+java-config
-net-misc/tightvnc java
-
 # Andreas K. Huettel  (27 May 2013)
 # Firmware loader not keyworded yet
 sci-libs/linux-gpib firmware
 
-# Markus Meier  (11 May 2013)
-# unkeyworded deps for x11-wm/enlightenment
-x11-wm/enlightenment emotion
-
 # Markus Meier  (10 May 2013)
 # unkeyworded deps for dev-python/ipython
 dev-python/ipython mongodb
 
 # Markus Meier  (09 May 2013)
 # unkeyworded deps for x11-misc/lightdm
-x11-misc/lightdm razor kde
+x11-misc/lightdm kde
 
 # Agostino Sarubbo  (05 May 2013)
 # dev-util/google-perftools is not keyworded for arm
@@ -381,13 +365,9 @@ dev-util/oprofile java
 =dev-db/qdbm-1.8.78-r1 java
 dev-libs/beecrypt java
 dev-libs/cyrus-sasl java
-=dev-libs/xapian-bindings-1.2.12 java
-=dev-libs/xapian-bindings-1.2.12-r1 java
 dev-tex/tex4ht java
 dev-vcs/subversion java
-=media-gfx/graphviz-2.26.3-r3 java
 =media-gfx/graphviz-2.26.3-r4 java
-=media-libs/libcaca-0.99_beta17 java
 =media-libs/libcaca-0.99_beta18-r2 java
 media-libs/libjpeg-turbo java
 net-dns/libidn java
@@ -395,7 +375,6 @@ net-misc/tigervnc java
 net-print/cups java
 sys-devel/gettext java
 sys-libs/db java
-=www-client/seamonkey-2.0.14-r1 java
 
 # Alexandre Rostovtsev  (22 Jan 2013)
 # remove mask if/when media-gfx/argyllcms is keywored here.
@@ -436,18 +415,10 @@ kde-apps/kstars indi
 kde-apps/kdeutils-meta floppy
 kde-apps/kdenetwork-meta ppp
 
-# Alexandre Rostovtsev  (15 Dec 2012)
-# media-video/coherence not keyworded
-=media-video/totem-2* upnp-av
-
 # Markus Meier  (08 Dec 2012)
 # mask app-office/libreoffice java extensions
 app-office/libreoffice libreoffice_extensions_scripting-beanshell 
libreoffice_extensions_scripting-javascript 
libreoffice_extensions_wiki-publisher coinmp gltf
 
-# Markus Meier  (17 Oct 2012)
-# spidermonkey is broken on arm see bug #420471
-=net-libs/libproxy-0.4.10 spidermonkey
-
 # Steev Klimaszewski  (03 Aug 2012)
 # No java on ARM
 net-analyzer/wireshark doc-pdf
@@ -456,10 +427,6 @@ net-analyzer/wireshark doc-pdf
 # no stable media-video/vlc yet, bug #401313
 media-libs/phonon vlc
 
-# Chí-Thanh Christopher Nguyen  (02 Jun 2012)
-# Mask udis86 flag for llvm, which is of limited use outside x86/amd64.
-sys-devel/llvm udis86
-
 # Alexandre Rostovtsev  (12 Apr 2012)
 # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
 # gobject-introspection[doctool], bug #411761
@@ -481,27 +448,14 @@ 

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

2017-01-20 Thread Michał Górny
commit: 05493c6d895bc2bed9ce821d756a50788afd7d4a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:36:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05493c6d

profiles/arch/sh: Clean obsolete package.use* entries

 profiles/arch/sh/package.use.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/sh/package.use.mask 
b/profiles/arch/sh/package.use.mask
index 1a55dbc..1667b6a 100644
--- a/profiles/arch/sh/package.use.mask
+++ b/profiles/arch/sh/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -43,10 +43,6 @@ media-libs/mesa gallium
 # pkcs11-helper is not keyworded
 net-misc/openvpn pkcs11
 
-# Gilles Dartiguelongue  (19 Oct 2007)
-# gdm depends on zenity which is not keyworded
->=gnome-base/gdm-2.20 remote
-
 # Christoph Mende  (14 May 2008)
 # media-sound/wavpack is not keyworded
 media-sound/mpd wavpack



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/, profiles/arch/powerpc/ppc64/, ...

2017-01-20 Thread Michał Górny
commit: f5c23c4e12e9d1561c611b3f6ccbc7cfd0e7d95f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:35:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c23c4e

profiles/arch/powerpc: Clean obsolete package.use* entries

 profiles/arch/powerpc/package.use.force|  6 +--
 profiles/arch/powerpc/package.use.mask | 50 +-
 profiles/arch/powerpc/package.use.stable.mask  |  5 +--
 profiles/arch/powerpc/ppc32/package.use.mask   |  3 +-
 .../arch/powerpc/ppc32/package.use.stable.mask | 16 +--
 profiles/arch/powerpc/ppc64/32ul/package.use.mask  |  5 +--
 profiles/arch/powerpc/ppc64/package.use.mask   | 35 +--
 .../arch/powerpc/ppc64/package.use.stable.mask |  3 +-
 8 files changed, 10 insertions(+), 113 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.force 
b/profiles/arch/powerpc/package.use.force
index 707495a..7827e48 100644
--- a/profiles/arch/powerpc/package.use.force
+++ b/profiles/arch/powerpc/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,10 +11,6 @@ sys-devel/llvm llvm_targets_PowerPC
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
 
-# Matti Bickel  - 2007-12-31
-# only the java interface is usable on ppc
-net-p2p/sancho-bin java
-
 # Kacper Kowalik  (16 Jan 2011)
 # bug 303931
 # sci-chemistry/arp-warp-bin is not available for ppc

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index d76017f..f2d0042 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,10 +31,7 @@ net-voip/ekiga kde
 sys-auth/polkit kde
 sys-block/gparted kde
 virtual/notification-daemon kde
-www-plugins/gnash kde
 x11-misc/lightdm kde
-x11-themes/qtcurve kde
-x11-wm/compiz kde
 
 # Davide Pesavento  (06 Jun 2016)
 # Requires unkeyworded dev-python/PyQt5
@@ -124,7 +121,6 @@ dev-util/bnfc test
 
 # Michał Górny  (30 Oct 2014)
 # Requires non-keyworded >=x11-libs/libxkbcommon-0.4.
-sys-apps/systemd terminal
 sys-apps/systemd xkb
 
 # Anthony G. Basile  (17 Aug 2014)
@@ -140,18 +136,9 @@ dev-ruby/sprockets test
 dev-ruby/haml test
 
 # Anthony G. Basile  (14 Aug 2014)
-# Mask USE=doc because it pulls in matplotlib whic has
-# too many unkeyworded dependencies. Bug #517086
-=dev-python/networkx-1.9 doc examples test
-
-# Anthony G. Basile  (14 Aug 2014)
 # Mask these flags since mongodb is broken on ppc/ppc64
 dev-python/ipython doc matplotlib mongodb nbconvert notebook qt4
 
-# Maciej Mrozowski  (13 Aug 2014)
-# Missing keywords on dev-libs/protobuf-c (bug 519772)
->=net-libs/libgadu-1.12.0 gg11
-
 # Anthony G. Basile  (12 Aug 2014)
 # Ultimately pulls in nodejs which is broken.
 dev-ruby/actionpack test
@@ -183,7 +170,6 @@ kde-apps/gwenview semantic-desktop
 # Pacho Ramos  (10 Feb 2014)
 # Missing keywords, bug #495254
 >=dev-libs/totem-pl-parser-3.10 quvi
->=media-video/totem-3.10 flash
 
 # Pacho Ramos  (28 Nov 2013)
 # Missing keywords, bug #492820
@@ -209,10 +195,6 @@ gnome-extra/zeitgeist-datasources mono
 # Klibc does not work anymore on ppc
 app-shells/mksh static
 
-# Nathan Phillip Brink  (31 Jul 2013)
-# app-text/discount missing ~ppc.
-dev-util/geany-plugins markdown
-
 # Pacho Ramos  (20 Jul 2013)
 # Keywords pending, bug #476710
 >=gnome-base/gnome-extra-apps-3.8 games
@@ -262,10 +244,6 @@ dev-ruby/rack-test test
 # Does not work on ppc/ppc64
 net-misc/tor tor-hardening
 
-# Andreas K. Huettel  (28 May 2012)
-# Mask new useflag of opencv, as dependency dev-cpp/tbb is not keyworded on ppc
-media-libs/opencv tbb
-
 # Brent Baude  (06 Mar 2012)
 # masking kde on gajim
 net-im/gajim kde
@@ -276,7 +254,7 @@ app-misc/lcdproc hid
 
 # Brent Baude  (06 Mar 2012)
 # masking wimax use flag
-net-misc/connman wimax ofono
+net-misc/connman ofono
 
 # Alexey Shvetsov  (20 Jan 2012)
 # Mask some use flags for openmpi due to unkeyworded deps
@@ -286,10 +264,6 @@ sys-cluster/openmpi openmpi_fabrics_psm 
openmpi_fabrics_knem openmpi_fabrics_ope
 # Dropped dietlibc wrt #364103
 sys-fs/dmraid dietlibc
 
-# Pacho Ramos  (26 Sep 2011)
-# Dependencies not keyworded yet, bug #372245
-media-video/miro xvid
-
 # Patrick McLean  (07 Sep 

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

2017-01-20 Thread Michał Górny
commit: a9e3c21b55afd0221076c5d4efebeec0902a2b25
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:29:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e3c21b

profiles/arch/nios2: Clean obsolete package.use* entries

 profiles/arch/nios2/package.use.mask | 57 ++--
 1 file changed, 3 insertions(+), 54 deletions(-)

diff --git a/profiles/arch/nios2/package.use.mask 
b/profiles/arch/nios2/package.use.mask
index 085acbe..4d8161d 100644
--- a/profiles/arch/nios2/package.use.mask
+++ b/profiles/arch/nios2/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,10 +14,6 @@ sys-devel/gcc gcj graphite regression-test
 >=dev-libs/DirectFB-1.7.1 timidity swfdec
 
 # Markus Meier  (26 Dec 2013)
-# Unkeyworded deps, bug #493780
-=dev-ruby/rack-1.4.5 test
-
-# Markus Meier  (26 Dec 2013)
 # Unkeyworded deps, bug #488724
 app-office/gnumeric libgda
 
@@ -73,17 +69,13 @@ media-libs/phonon zeitgeist
 # Firmware loader not keyworded yet
 sci-libs/linux-gpib firmware
 
-# Markus Meier  (11 May 2013)
-# unkeyworded deps for x11-wm/enlightenment
-x11-wm/enlightenment emotion
-
 # Markus Meier  (10 May 2013)
 # unkeyworded deps for dev-python/ipython
 dev-python/ipython mongodb
 
 # Markus Meier  (09 May 2013)
 # unkeyworded deps for x11-misc/lightdm
-x11-misc/lightdm razor kde
+x11-misc/lightdm kde
 
 # Agostino Sarubbo  (05 May 2013)
 # dev-util/google-perftools is not keyworded for arm
@@ -143,26 +135,17 @@ app-accessibility/speech-dispatcher flite
 # Markus Meier  (23 Dec 2012)
 # mask kde-apps/* flags due to unkeyworded dependencies
 kde-apps/kalzium editor solver
-kde-apps/krdc rdesktop
-kde-apps/kopete jingle msn
+kde-apps/kopete jingle
 kde-plasma/kdeplasma-addons fcitx oauth qwt scim
 kde-apps/okular ebook chm
 kde-apps/kstars indi
 kde-apps/kdeutils-meta floppy
 kde-apps/kdenetwork-meta ppp
 
-# Alexandre Rostovtsev  (15 Dec 2012)
-# media-video/coherence not keyworded
-=media-video/totem-2* upnp-av
-
 # Markus Meier  (08 Dec 2012)
 # mask app-office/libreoffice java extensions
 app-office/libreoffice libreoffice_extensions_scripting-beanshell 
libreoffice_extensions_scripting-javascript 
libreoffice_extensions_wiki-publisher
 
-# Markus Meier  (17 Oct 2012)
-# spidermonkey is broken on arm see bug #420471
-=net-libs/libproxy-0.4.10 spidermonkey
-
 # Steev Klimaszewski  (03 Aug 2012)
 # No java on ARM
 net-analyzer/wireshark doc-pdf
@@ -171,10 +154,6 @@ net-analyzer/wireshark doc-pdf
 # no stable media-video/vlc yet, bug #401313
 media-libs/phonon vlc
 
-# Chí-Thanh Christopher Nguyen  (02 Jun 2012)
-# Mask udis86 flag for llvm, which is of limited use outside x86/amd64.
-sys-devel/llvm udis86
-
 # Alexandre Rostovtsev  (12 Apr 2012)
 # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
 # gobject-introspection[doctool], bug #411761
@@ -188,38 +167,24 @@ app-admin/syslog-ng json
 # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
 # it's masked in base profile and unmasked here (bug #396313).
 net-libs/webkit-gtk -jit
-www-client/epiphany -jit
 
 # Anthony G. Basile  (Dec 21, 2011)
 # Mask the vde flag on tinc because net-misc/vde is not
 # keyworded for arm
 net-misc/tinc vde
 
-# Alexandre Rostovtsev  (03 Nov 2011)
-# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433
-gnome-extra/gnome-media aac mp3 speex twolame
-
 # Tobias Klausmann  (02 Nov 2011)
 # libpcre jit is not supported on alpha
 dev-libs/libpcre jit
 
 # Markus Meier  (05 Sep 2011)
 # unkeyworded deps for bug 379657 and bug 379651
-gnome-base/gnome-control-center socialweb
 app-admin/packagekit-base entropy
 
 # Robin H. Johnson  (03 Sep 2011)
 # Remove this for your arch after you keyword dev-utils/google-perftools and 
virtual/gsasl (bug #381737)
 dev-libs/libmemcached sasl
 
-# Pacho Ramos  (19 Jul 2011)
-# Missing keywords on dependencies
-app-cdr/brasero vcd
-
-# Pacho Ramos  (02 Apr 2011)
-# quvi support is needed to play youtube files now
-media-video/totem flash youtube
-
 # Markus Meier  (13 Mar 2011)
 # needs stable kde stuff
 sys-auth/polkit kde
@@ -232,19 +197,6 @@ app-text/asciidoc test
 # kde-frameworks/kdelibs is not stable for arm
 net-libs/libproxy kde
 
-# Justin Lecher  (14 Jen 2011)
-# x11-libs/fltk is not keyworded for arm
-app-misc/nut X

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

2017-01-20 Thread Michał Górny
commit: 04ac8a76aa8020ce48aa12e2b125e18885ddf33a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:22:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ac8a76

profiles/arch/arm64: Clean obsolete package.use* entries

 profiles/arch/arm64/package.use.mask | 55 ++--
 1 file changed, 2 insertions(+), 53 deletions(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 1345a17..4a33cee 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -26,10 +26,6 @@ sys-devel/gcc gcj graphite regression-test
 >=dev-libs/DirectFB-1.7.1 timidity swfdec
 
 # Markus Meier  (26 Dec 2013)
-# Unkeyworded deps, bug #493780
-=dev-ruby/rack-1.4.5 test
-
-# Markus Meier  (26 Dec 2013)
 # Unkeyworded deps, bug #488724
 app-office/gnumeric libgda
 
@@ -85,17 +81,13 @@ media-libs/phonon zeitgeist
 # Firmware loader not keyworded yet
 sci-libs/linux-gpib firmware
 
-# Markus Meier  (11 May 2013)
-# unkeyworded deps for x11-wm/enlightenment
-x11-wm/enlightenment emotion
-
 # Markus Meier  (10 May 2013)
 # unkeyworded deps for dev-python/ipython
 dev-python/ipython mongodb
 
 # Markus Meier  (09 May 2013)
 # unkeyworded deps for x11-misc/lightdm
-x11-misc/lightdm razor kde
+x11-misc/lightdm kde
 
 # Agostino Sarubbo  (05 May 2013)
 # dev-util/google-perftools is not keyworded for arm
@@ -155,26 +147,17 @@ app-accessibility/speech-dispatcher flite
 # Markus Meier  (23 Dec 2012)
 # mask kde-apps/* flags due to unkeyworded dependencies
 kde-apps/kalzium editor solver
-kde-apps/krdc rdesktop
-kde-apps/kopete jingle msn
+kde-apps/kopete jingle
 kde-plasma/kdeplasma-addons fcitx oauth qwt scim
 kde-apps/okular ebook chm
 kde-apps/kstars indi
 kde-apps/kdeutils-meta floppy
 kde-apps/kdenetwork-meta ppp
 
-# Alexandre Rostovtsev  (15 Dec 2012)
-# media-video/coherence not keyworded
-=media-video/totem-2* upnp-av
-
 # Markus Meier  (08 Dec 2012)
 # mask app-office/libreoffice java extensions
 app-office/libreoffice libreoffice_extensions_scripting-beanshell 
libreoffice_extensions_scripting-javascript 
libreoffice_extensions_wiki-publisher
 
-# Markus Meier  (17 Oct 2012)
-# spidermonkey is broken on arm see bug #420471
-=net-libs/libproxy-0.4.10 spidermonkey
-
 # Steev Klimaszewski  (03 Aug 2012)
 # No java on ARM
 net-analyzer/wireshark doc-pdf
@@ -183,10 +166,6 @@ net-analyzer/wireshark doc-pdf
 # no stable media-video/vlc yet, bug #401313
 media-libs/phonon vlc
 
-# Chí-Thanh Christopher Nguyen  (02 Jun 2012)
-# Mask udis86 flag for llvm, which is of limited use outside x86/amd64.
-sys-devel/llvm udis86
-
 # Alexandre Rostovtsev  (12 Apr 2012)
 # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
 # gobject-introspection[doctool], bug #411761
@@ -200,7 +179,6 @@ app-admin/syslog-ng json
 # jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
 # it's masked in base profile and unmasked here (bug #396313).
 net-libs/webkit-gtk -jit
-www-client/epiphany -jit
 
 # Anthony G. Basile  (Dec 21, 2011)
 # Mask the vde flag on tinc because net-misc/vde is not
@@ -211,31 +189,18 @@ net-misc/tinc vde
 # mask conntrack USE flag for dnsmasq as dep is not keyworded
 net-dns/dnsmasq conntrack
 
-# Alexandre Rostovtsev  (03 Nov 2011)
-# Missing keywords in gst-plugins-{faac,lame,speex,twolame}, bug #389433
-gnome-extra/gnome-media aac mp3 speex twolame
-
 # Tobias Klausmann  (02 Nov 2011)
 # libpcre jit is not supported on alpha
 dev-libs/libpcre jit
 
 # Markus Meier  (05 Sep 2011)
 # unkeyworded deps for bug 379657 and bug 379651
-gnome-base/gnome-control-center socialweb
 app-admin/packagekit-base entropy
 
 # Robin H. Johnson  (03 Sep 2011)
 # Remove this for your arch after you keyword dev-utils/google-perftools and 
virtual/gsasl (bug #381737)
 dev-libs/libmemcached sasl
 
-# Pacho Ramos  (19 Jul 2011)
-# Missing keywords on dependencies
-app-cdr/brasero vcd
-
-# Pacho Ramos  (02 Apr 2011)
-# quvi support is needed to play youtube files now
-media-video/totem flash youtube
-
 # Markus Meier  (13 Mar 2011)
 # needs stable kde stuff
 sys-auth/polkit kde
@@ -248,19 +213,6 @@ app-text/asciidoc test
 # kde-frameworks/kdelibs is not stable for arm
 net-libs/libproxy kde
 
-# Justin Lecher  (14 Jen 2011)
-# x11-libs/fltk is not keyworded for arm
-app-misc/nut X
-
-# Nirbheek Chauhan  (26 Jun 2010)
-# Inter-process communication 

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

2017-01-20 Thread Michał Górny
commit: 22842ade82e1c0fb980b9fc51773403fd77c718c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:27:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22842ade

profiles/arch/mips: Clean obsolete package.use* entries

 profiles/arch/mips/package.use.force |  8 +---
 profiles/arch/mips/package.use.mask  | 12 
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/profiles/arch/mips/package.use.force 
b/profiles/arch/mips/package.use.force
index 9fdc5d3..c64d046 100644
--- a/profiles/arch/mips/package.use.force
+++ b/profiles/arch/mips/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,9 +10,3 @@ sys-devel/llvm llvm_targets_Mips
 # Mike Frysinger  (16 Mar 2015)
 # Needs dev-lang/luajit tested #499974
 dev-libs/efl oldlua
-
-# Vicente Olivert Riera  (12 Sep 2014)
-# If deprecated USE flag is not set, www-client/midori will
-# depend on net-libs/webkit-gtk:3 which fails to compile
-# on MIPS
-www-client/midori deprecated

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 4933ccb..4d42b6b 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -91,11 +91,7 @@ dev-libs/apr-util mysql
 # Stuart Longland  (07 Sep 2007)
 # mplayer not tested with these flags yet.  I may remove these slowly as I test
 # more functions of mplayer.
-media-video/mplayer bidi bl cddb cdio cdparanoia cpudetection dga dv dvb enca 
joystick live mad openal pnm pvr radio rar rtc svga tga xanim xinerama zoran
-
-# Gilles Dartiguelongue  (19 Oct 2007)
-# gdm depends on zenity which is not keyworded
->=gnome-base/gdm-2.20 remote
+media-video/mplayer bidi bl cddb cdio cdparanoia cpudetection dga dv dvb enca 
joystick live mad openal pnm pvr radio rar rtc tga xinerama zoran
 
 # Steve Dibb  (01 Nov 2007)
 # needs media-libs/ladspa-sdk keyworded
@@ -112,12 +108,12 @@ app-portage/layman bazaar
 app-portage/layman darcs
 
 # deps missing keywords
-games-strategy/freeciv auth ggz
+games-strategy/freeciv auth
 
 # Mart Raudsepp  (27 Sept 2010)
 # Extra functionality that has external unkeyworded dependencies
 # and is not tested yet
-net-fs/samba ads cluster debug
+net-fs/samba ads cluster
 
 # Matt Turner  (06 Dec 2010)
 # dev-db/tokyocabinet not keyworded



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

2017-01-20 Thread Michał Górny
commit: b4f128587993f6bbf998227cd2bc43db39daad56
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 19:25:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:53:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f12858

profiles/arch/ia64: Clean obsolete package.use* entries

 profiles/arch/ia64/package.use.mask| 32 +-
 profiles/arch/ia64/package.use.stable.mask |  4 ++--
 2 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 432b025..a24810b 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -144,13 +144,8 @@ dev-haskell/vector test
 
 # Michał Górny  (30 Oct 2014)
 # Requires non-keyworded >=x11-libs/libxkbcommon-0.4.
-sys-apps/systemd terminal
 sys-apps/systemd xkb
 
-# Maciej Mrozowski  (13 Aug 2014)
-# Missing keywords on dev-libs/protobuf-c (bug 519772)
->=net-libs/libgadu-1.12.0 gg11
-
 # Christoph Junghans  (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)
 sci-visualization/gnuplot libcerf
@@ -182,7 +177,6 @@ dev-util/dbus-test-runner test
 # Pacho Ramos  (10 Feb 2014)
 # Missing keywords, bug #495254
 >=dev-libs/totem-pl-parser-3.10 quvi
->=media-video/totem-3.10 flash
 
 # Pacho Ramos  (19 Jan 2014)  
 # Missing keywords, bug #478254
@@ -224,10 +218,6 @@ media-libs/gst-plugins-base ivorbis
 # depends on mono/monodevelop
 >=net-irc/hexchat-2.9.4-r1 theme-manager
 
-# Sergei Trofimovich  (26 Mar 2013)
-# sys-devel/llvm has no ia64 keywords
-dev-lang/ghc llvm
-
 # Agostino Sarubbo  (09 Feb 2013)
 # Mask media-video/libav[hardcoded-tables] bug #453328
 # I don't use use.mask because it works on ffmpeg
@@ -250,18 +240,10 @@ app-misc/tracker thunderbird
 # keyworded here. Remove mask if this situation changes.
 gnome-extra/sushi office
 
-# Alexandre Rostovtsev  (26 Dec 2012)
-# remove when app-accessibility/at-spi2-core is stable for ia64
-=net-libs/webkit-gtk-1.8.3-r300 webkit2
-
 # Agostino Sarubbo  (18 Dec 2012)
 # kde is not stable, then no needs phonon backends
 media-libs/phonon gstreamer vlc
 
-# Alexandre Rostovtsev  (15 Dec 2012)
-# media-video/coherence not keyworded
-=media-video/totem-2* upnp-av
-
 # Robin H Johnson  (01 Nov 2012)
 # MySQL 5.5 wants systemtap, tcmalloc & jemalloc
 >=dev-db/mysql-5.5 tcmalloc
@@ -284,10 +266,6 @@ sys-cluster/openmpi openmpi_fabrics_psm 
openmpi_fabrics_knem openmpi_fabrics_ope
 # jit not supported on ia64
 dev-libs/libpcre jit
 
-# Alexandre Rostovtsev  (03 Nov 2011)
-# Missing keywords in gst-plugins-{faac,lame,twolame}, bug #389433
-gnome-extra/gnome-media aac mp3 twolame
-
 # Robin H. Johnson  (03 Sep 2011)
 # Remove this for your arch after you keyword dev-utils/google-perftools (bug 
#381737
 dev-libs/libmemcached tcmalloc
@@ -296,10 +274,6 @@ dev-libs/libmemcached tcmalloc
 # Mask numa use flag per bug #381313
 sys-apps/hwloc numa
 
-# Pacho Ramos  (19 Jul 2011)
-# Missing keywords on dependencies
-app-cdr/brasero vcd
-
 # Tomáš Chvátal  (4 Apr 2011)
 # Needs sci-libs/umfpack keyworded. Bug #361947.
 media-libs/gegl umfpack
@@ -316,10 +290,6 @@ sys-apps/smartmontools caps
 # Needs testing
 www-client/elinks javascript
 
-# Raúl Porcel  (19 Sep 2010)
-# dev-ruby/ffi fails to build
-dev-ruby/nokogiri ffi
-
 # Raúl Porcel  (26 Jun 2010)
 # custom-optimization doesn't work on ia64
 mail-client/thunderbird custom-optimization

diff --git a/profiles/arch/ia64/package.use.stable.mask 
b/profiles/arch/ia64/package.use.stable.mask
index a6d39e9..bbfe51d 100644
--- a/profiles/arch/ia64/package.use.stable.mask
+++ b/profiles/arch/ia64/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@
 
 # Pacho Ramos  (02 Jul 2014)
 # Mask due Gnome3 not going to be stabilized on this arch
-dev-util/geany-plugins devhelp gtkspell markdown webkit
+dev-util/geany-plugins markdown
 >=gnome-base/gnome-desktop-2.32.1-r2 license-docs
 gnome-base/gvfs google
 >=net-libs/webkit-gtk-2.4 geoloc



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-sdk/

2017-01-20 Thread Justin Lecher
commit: 5afa176331c32f936d594e32bac415c62f91b952
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Jan 20 19:31:47 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 20 19:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afa1763

dev-util/nvidia-cuda-sdk: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-util/nvidia-cuda-sdk/Manifest  |   2 -
 .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild  | 155 -
 2 files changed, 157 deletions(-)

diff --git a/dev-util/nvidia-cuda-sdk/Manifest 
b/dev-util/nvidia-cuda-sdk/Manifest
index 73fcfaa..c2e10a6 100644
--- a/dev-util/nvidia-cuda-sdk/Manifest
+++ b/dev-util/nvidia-cuda-sdk/Manifest
@@ -1,5 +1,3 @@
-DIST cuda_6.5.14_linux_32.run 76788277 SHA256 
63fa1fe5d013e9944d6c1a3a71768fa4dcb35d6a157c1b06765bb56198c205c5 SHA512 
89649ee0f4543b37037b7c8f5ed0b8bd502512afb4d93e3158b3df4786123be05a5288986b5abbfe15c14eb010777d2527b715225bea96a354a898c34e4a2fcc
 WHIRLPOOL 
c1094dd84883ef08d91c6eec3634a285496418db1e76b70f449f833dcb01069a620af504b6df7fe2752559688ed1f60f4adda8c97d849d648cba1be0f8196954
-DIST cuda_6.5.14_linux_64.run 972320904 SHA256 
f3e527f34f317314fe8fcd8c85f10560729069298c0f73105ba89225db69da48 SHA512 
fecca731b86955f5bc7b09d88b02951e3ee5d4b1f1cf5f92658227a029b87cd35d6ac22956a5fa0afe62dcdc57191f1d12bb08c9f7cc05128727cd8455947b1e
 WHIRLPOOL 
0b890771dcca352168fed1b1df9b29504b03f8c29da59cec29914c541283998edf65f5ca6a41362143a2d5d7359822b036894f563c56b39583b1ac4c64e35180
 DIST cuda_6.5.19_linux_32.run 81882112 SHA256 
9f767f38b84f52c097bec81669f99e4a6c4c9c09b5da1bc09fe49e0f804bc7a6 SHA512 
1ce9bd6b472b7e4f1fb181eb340dfcb757714d59a89aaa02146cfe1a97c8ccb7eb7699b4ec823276f277eb4d82d95050eaba17e7ed5fd2e47b9b5d78531c5d4e
 WHIRLPOOL 
ac94b4e7f29811b4240623fb69b3c54214e7f0c60a286d899944dbab9da7fd3c122760199a3357667e33879bd48fbf352d5d39029acca6021e7caf21785557ed
 DIST cuda_6.5.19_linux_64.run 982446238 SHA256 
5279bc159b72b7445d8aae5f289d24bb4042c35422ef32da68049d8f666d3ff5 SHA512 
06854f020a5f72cf4bd714859e6966248ac2f589284113674e869fdaa1254cae27d4101940758ecda5df4724ad3e448a1f6d0c053b6cbc28107750872b6a5797
 WHIRLPOOL 
6ae8e53719e12997de60ec3688167f3fe33b1145d01217182e39ac386c25b358c8ba6cee45ad6c80e33ef66fd9a511338dce4589f10a31635b8437b6e528fd7a
 DIST cuda_7.5.18_linux.run 1195424633 SHA256 
08411d536741075131a1858a68615b8b73c51988e616e83b835e4632eea75eec SHA512 
97459dfd124060200f1c43f763e5bce0bea53e35ed4bef72bee6c8ba1c04ecffb8695af11755443513316f91fdb5cb4d35662f7b87bca7e3de85d562d4e49363
 WHIRLPOOL 
59d186f5e9176db25e5991e8088417ac778953c3ed2f0dcef034968f7ea695c5d4cfea81759ac0f7f1290c3842d9d0339b5b74d2d90ec8b333135aa1b986ca10

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild
deleted file mode 100644
index f5ffe2c..
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker 
versionator
-
-MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
-
-DESCRIPTION="NVIDIA CUDA Software Development Kit"
-HOMEPAGE="http://developer.nvidia.com/cuda;
-CURI="http://developer.download.nvidia.com/compute/cuda/${MYD}/rel/installers;
-SRC_URI="
-   amd64? ( ${CURI}/cuda_${PV}_linux_64.run )
-   x86? ( ${CURI}/cuda_${PV}_linux_32.run )"
-
-LICENSE="CUDPP"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug +doc +examples opencl +cuda"
-
-RDEPEND="
-   ~dev-util/nvidia-cuda-toolkit-${PV}
-   media-libs/freeglut
-   examples? (
-   media-libs/freeimage
-   media-libs/glew:0=
-   virtual/mpi
-   >=x11-drivers/nvidia-drivers-340.32[uvm]
-   x86? ( https://dev.gentoo.org/~jlec/distfiles/CUDA_Toolkit_Release_Notes.pdf;
-   fi
-}
-
-src_prepare() {
-   export RAWLDFLAGS="$(raw-ldflags)"
-#  epatch "${FILESDIR}"/${P}-asneeded.patch
-
-   sed \
-   -e 's:-O2::g' \
-   -e 's:-O3::g' \
-   -e "/LINK/s:gcc:$(tc-getCC) ${LDFLAGS}:g" \
-   -e "/LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g" \
-   -e "/CC/s:gcc:$(tc-getCC):g" \
-   -e "/GCC/s:g++:$(tc-getCXX):g" \
-   -e "/NVCC /s|\(:=\).*|:= ${EPREFIX}/opt/cuda/bin/nvcc|g" \
-   -e "/ CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g" \
-   -e "/ CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g" \
-   -e "/NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g" \
-   -e 's:-Wimplicit::g' \
-   -e "s|../../common/lib/linux/\$(OS_ARCH)/libGLEW.a|$(pkg-config 
--libs glew)|g" \
-   -e "s|../../common/lib/\$(OSLOWER)/libGLEW.a|$(pkg-config 
--libs glew)|g" \
-

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

2017-01-20 Thread Justin Lecher
commit: bc45041e8ba0382ddfb5c666d9349f87b8f5f07a
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Jan 20 19:39:41 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 20 19:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc45041e

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher  gentoo.org>

 sys-kernel/aufs-sources/Manifest   | 15 
 .../aufs-sources/aufs-sources-3.18.47.ebuild   | 85 +
 sys-kernel/aufs-sources/aufs-sources-4.4.43.ebuild | 86 ++
 sys-kernel/aufs-sources/aufs-sources-4.4.44.ebuild | 86 ++
 sys-kernel/aufs-sources/aufs-sources-4.9.4.ebuild  | 85 +
 sys-kernel/aufs-sources/aufs-sources-4.9.5.ebuild  | 85 +
 6 files changed, 442 insertions(+)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index 9d214f1..a86c8d5 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -9,6 +9,9 @@ DIST genpatches-3.18-43.extras.tar.xz 16176 SHA256 
5c2df2453a5d742d5b47758cc0959
 DIST genpatches-3.18-45.base.tar.xz 1129464 SHA256 
70795d777e2076e75a8826f6e85dac7c701cbf5f151c9ce11c5cbef2d95f7e0a SHA512 
f78e275519eaf98946b7bee7e0f806c2b2c0983d22ec0502e39e0147a35b0829c716a11ff296ab0fd634a64163678a9b1a76017805e413ba820e42b36e7cc4db
 WHIRLPOOL 
15e44fec693874c2657960c2564f7945c880b18c431d68d935ba3f065f751adec2604bfe5eeaa852fff5f4c527e3bd83fb88fab6a064e7a513906a4673c406f5
 DIST genpatches-3.18-45.experimental.tar.xz 61732 SHA256 
b4b67f6f20c4a71ad97c0791445c744cd5fbcac0c274acc8ae1a323e5255de2d SHA512 
1ad62d4f1ff57a24bb0e3737560ec3a7bcb3a4de07d64fdf3de17bbe23a82acb31c823ad92282e0b2d32eca5ed424cf4b99b86ac20130d88c91e3e41478e23fd
 WHIRLPOOL 
135f6c5125f28b60ed6aad97441143933f74b7d09c75748133836ba5fc9190f832351b1d39ee9850dfd17805494a0c3442b3c0a7bba52a4f88dda4de9112c7f0
 DIST genpatches-3.18-45.extras.tar.xz 16404 SHA256 
501bffca23a82219e96af8ab29e2f23acfebf0f5be78a22419585a2a6e00180c SHA512 
3951bbe832b9cd848c43d17e65e79891f30ef05b51bd6e64c202f9b6f713619c448fa91ec2d79ce5f842883aa2f91c804feb8276e51fe61d7bb57552326dd919
 WHIRLPOOL 
57299f70f0b712a50ce767b4afde213afc603b284588ddf412aabf8a101f661001c848f6d00be704b0f97756e08bb9bb7470380df4a33ea932d5f99b7b5b591a
+DIST genpatches-3.18-46.base.tar.xz 1147020 SHA256 
4fb91a24289634854f48557ee9b83ce03adb505b63ffd648ee10ef7e2aa486c9 SHA512 
3858604b9e0f549d7ec9a06a065e99eed36759d338a738a227f2308bf24aeba8dad38ad8bdb7774f58bd18aa12b573ff7095aea35f6235fd0c52ecb167f7aab0
 WHIRLPOOL 
5c98e479fbf5685841cb90635ae1609f5461ded5ad285d088f4d3fcb76f41a68d600efeffbc8477f525fc0223dfbfc941c88e6bd07d5537f7df92b561f1cb2a3
+DIST genpatches-3.18-46.experimental.tar.xz 61744 SHA256 
6c1078514e22483238c48c158dd89b13bc236e6267b21668279a99ed3c980e46 SHA512 
1c3db394ca8a059836237a0976bdd7a5f7132c2191b4050d59b7420937881f199170f8cd7bcd90f3e13de7c64fb7328beb88c1e7bf217b3cff159def20421f0f
 WHIRLPOOL 
3854ae9129cdbe839b26cee60f85b153329621c8697f77d3a42fb84f5cbad3cd6966d3656a717aeec888e597a3ec305adbc6e79c9c38f97da9ad8f2d038838f1
+DIST genpatches-3.18-46.extras.tar.xz 16408 SHA256 
ffd14d819bbf1dbb6b7c5c2e3eb3d2e5f9542b77369f6f1763f6678b18fa1093 SHA512 
88d78ce5fe3182fc43a1c86d2c922ee0325f8d9e99f6d3b61b7928470a1ce46cbffc7eaa8f44191250c854869ef7e537b8a3ddf8ebaa811d82c9a40a0d3bbaf4
 WHIRLPOOL 
d8feef7c057052b02f7b63b8a650c49bcf8cc316d5f62a806dc618c1f7f96a84b385aebbb42f4084a31f96760c10ae551a765bc8c66ba360c8426d3a5c07e156
 DIST genpatches-4.4-28.base.tar.xz 784432 SHA256 
40b5a66857a5a0d8707782c642218e551f0dba2c1e3bd138c2b10a40f49d8440 SHA512 
eaea6e6d3ad25360d07bbed3882a77d49d2a53e369fad754b691d28be72dfc7b44a22a04017986048689b5805e9013dd66a27a3dbb063d5ca4af366b9fa71e7d
 WHIRLPOOL 
d0bbbe004052c047c4090befa1488d864ebef32b76699aba7e34035cc3debc8d13e106b8abd19c4605aa04b06c6b8d4d28f9c86b804ae354d250b4641a57acd6
 DIST genpatches-4.4-28.experimental.tar.xz 87788 SHA256 
14bf426c45e1f680b3ef6e7fa67fb9046cb72da64b4b36d9736cefce6e979282 SHA512 
4e53cfcc0faedcf3040cd31f1291388f1fb4d50873b1bdd4cb376e52ac608855f608ae9b5849e717632266bfa096d5117515ff2e0ca8e608a06cd97b1717710f
 WHIRLPOOL 
b02da5f954e588bd6144f89820ff449469b05629ca3992c6fff505b312bf9ef5bcd2d8db2a97922801db7fa2ec52f6d4f376bd29a49378f0cf8391fddac38bae
 DIST genpatches-4.4-28.extras.tar.xz 16360 SHA256 
6c1331851468c372e7f9ea2c456b458e2842aec4752d67817be2a9305df27fc8 SHA512 
ca7b353f31e0b0460c78420b26ca8d82ae04f0efe5a395097471bd30d16744ba39e6e1e53ae857e2d4d1773a2ee30c9ce80ae855fc0d33c1d2c93e8ff5b35a66
 WHIRLPOOL 
16a92ff57cb514bd5b5942b293d290eb631bbeec7bfc13905dedbde83c1abe18050374c6217706d17a4b20dbc0d9f399b4fe10c304c14fefa460cdd95c920e6d
@@ -27,6 +30,12 @@ DIST genpatches-4.4-45.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005
 DIST genpatches-4.4-46.base.tar.xz 965248 SHA256 

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

2017-01-20 Thread David Seifert
commit: e925adac9648e5279bf198b6221507a28497f27f
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Thu Jan 19 18:13:25 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 19:34:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e925adac

app-shells/mpv-bash-completion: verbump to 3.3.8

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

 app-shells/mpv-bash-completion/Manifest|  1 +
 .../mpv-bash-completion-3.3.8.ebuild   | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-shells/mpv-bash-completion/Manifest 
b/app-shells/mpv-bash-completion/Manifest
index 0bb3de7..55a8d0e 100644
--- a/app-shells/mpv-bash-completion/Manifest
+++ b/app-shells/mpv-bash-completion/Manifest
@@ -1 +1,2 @@
 DIST mpv-bash-completion-3.3.7.tar.gz 18986 SHA256 
8eb7f516539b0a1b9221088ba0e6676bda63746432ce1c7ec7a2dd91c3dff766 SHA512 
927aae0a720c562046cdeda6cedd1dccda45c27789a421e538039c3e1f99d4dc6825a87b1d4493ca9508f32a7b810ff47a7f65e61ef4e53da1aae4ecfe3a5d8d
 WHIRLPOOL 
9fdf1c857243f6b965f95fe7f4e9cd835808f95b05a8d07c23469d6af06eb5f589b19a4d8685fcb2ef0bdf1386540e3a1b7f106808668a91b2e7c90eeb4da120
+DIST mpv-bash-completion-3.3.8.tar.gz 19002 SHA256 
67bb3565daafb1e3f64b24262b0859f7843ac052960e0159e3fe3a375ffed181 SHA512 
4d6cfc3ac2d1fd6a28be1a40e3ca28d61f5d9ed40a850c5c60e45501b958b929d6ef9266027d2be95ed0c2b0dedccfdbb04fe4115bb7bcfd39435cb73f2dc452
 WHIRLPOOL 
62012925d3fb212c473e889930c1add93ce36533313a677cc9ddbc7acce2d9dfc1a18f9054dad901f7a0cb2b57c56a05f302f1fadc83b4bbeda5baa06fb2c7c8

diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.8.ebuild 
b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.8.ebuild
new file mode 100644
index ..c0ab8a6
--- /dev/null
+++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.8.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1
+
+DESCRIPTION="Bash completion for the mpv video player"
+HOMEPAGE="https://2ion.github.io/mpv-bash-completion/;
+SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="luajit"
+
+COMMON_DEPEND=">=media-video/mpv-0.14.0[cli]"
+RDEPEND="${COMMON_DEPEND}
+   >=app-shells/bash-completion-2.3-r1
+"
+DEPEND="${COMMON_DEPEND}
+   !luajit? ( dev-lang/lua:* )
+   luajit? ( dev-lang/luajit:2 )
+"
+
+src_prepare() {
+   default_src_prepare
+   # Avoid 'mpv' make target that supports lua only.
+   sed -i -e 's|check: mpv|check:|' Makefile || die
+}
+
+src_compile() {
+   $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
+}
+
+src_install() {
+   dobashcomp mpv
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! has_version 'x11-apps/xrandr'; then
+   elog
+   elog "If you want completion of window sizes, please install 
'x11-apps/xrandr'."
+   elog
+   fi
+}



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

2017-01-20 Thread Mike Frysinger
commit: 31ba7a6956054e40b599f58bf71eb4eba1811211
Author: James Ausmus  gmail  com>
AuthorDate: Thu Jan 19 23:45:42 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 20 19:26:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ba7a69

net-libs/nghttp2: add missing net-dns/c-ares dep with USE=utils #604708

 net-libs/nghttp2/nghttp2-1.18.1.ebuild | 1 +
 net-libs/nghttp2/nghttp2-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-libs/nghttp2/nghttp2-1.18.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.18.1.ebuild
index d41e498..2c00bea 100644
--- a/net-libs/nghttp2/nghttp2-1.18.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.18.1.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
!libressl? ( 
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
>=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
+   net-dns/c-ares:=[${MULTILIB_USEDEP}]
)
xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}

diff --git a/net-libs/nghttp2/nghttp2-.ebuild 
b/net-libs/nghttp2/nghttp2-.ebuild
index 5f101b4..eb70466 100644
--- a/net-libs/nghttp2/nghttp2-.ebuild
+++ b/net-libs/nghttp2/nghttp2-.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
!libressl? ( 
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
>=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
+   net-dns/c-ares:=[${MULTILIB_USEDEP}]
)
xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}



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

2017-01-20 Thread Mike Frysinger
commit: 175bcba82218df8e7ad40919b5d45dbcc3d2ac30
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 20 19:21:20 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 20 19:26:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175bcba8

app-emulation/qemu: generate init.d script from upstream settings

 app-emulation/qemu/files/qemu-binfmt.initd.head | 64 +
 app-emulation/qemu/files/qemu-binfmt.initd.tail | 14 ++
 app-emulation/qemu/qemu-.ebuild | 49 ++-
 3 files changed, 125 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/files/qemu-binfmt.initd.head 
b/app-emulation/qemu/files/qemu-binfmt.initd.head
new file mode 100644
index ..858d5d7
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-binfmt.initd.head
@@ -0,0 +1,64 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Enable automatic non-native program execution by the kernel.
+
+# Defaulting to OC should be safe because it comes down to:
+#  - do we trust the interp itself to not be malicious?  yes; we built it.
+#  - do we trust the programs we're running?  ish; same permission as native
+#binaries apply.  so if user can do bad stuff natively, cross isn't worse.
+: ${QEMU_BINFMT_FLAGS:=OC}
+
+depend() {
+   after procfs
+}
+
+start() {
+   ebegin "Registering qemu-user binaries (flags: ${QEMU_BINFMT_FLAGS})"
+
+   if [ ! -d /proc/sys/fs/binfmt_misc ] ; then
+   modprobe -q binfmt_misc
+   fi
+
+   if [ ! -d /proc/sys/fs/binfmt_misc ] ; then
+   eend 1 "You need support for 'misc binaries' in your kernel!"
+   return
+   fi
+
+   if [ ! -f /proc/sys/fs/binfmt_misc/register ] ; then
+   mount -t binfmt_misc -o nodev,noexec,nosuid \
+   binfmt_misc /proc/sys/fs/binfmt_misc >/dev/null 2>&1
+   eend $? || return
+   fi
+
+   # Probe the native cpu type so we don't try registering them.
+   local cpu="$(uname -m)"
+   case "${cpu}" in
+   armv[4-9]*)
+   cpu="arm"
+   ;;
+   i386|i486|i586|i686|i86pc|BePC|x86_64)
+   cpu="i386"
+   ;;
+   m68k)
+   cpu="m68k"
+   ;;
+   mips*)
+   cpu="mips"
+   ;;
+   "Power Macintosh"|ppc|ppc64)
+   cpu="ppc"
+   ;;
+   s390*)
+   cpu="s390"
+   ;;
+   sh*)
+   cpu="sh"
+   ;;
+   sparc*)
+   cpu="sparc"
+   ;;
+   esac
+
+   # Register the interpreter for each cpu except for the native one.

diff --git a/app-emulation/qemu/files/qemu-binfmt.initd.tail 
b/app-emulation/qemu/files/qemu-binfmt.initd.tail
new file mode 100644
index ..7679481
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-binfmt.initd.tail
@@ -0,0 +1,14 @@
+   eend 0
+}
+
+stop() {
+   # We unregister everything in the "qemu-xxx" namespace.
+   ebegin "Unregistering qemu-user binaries"
+   local f
+   for f in /proc/sys/fs/binfmt_misc/qemu-* ; do
+   if [ -f "${f}" ] ; then
+   echo '-1' > "${f}"
+   fi
+   done
+   eend 0
+}

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 28b1867..6a78bbb 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -560,13 +560,58 @@ qemu_python_install() {
python_doscript "${S}/scripts/qmp/qemu-ga-client"
 }
 
+# Generate the /etc/init.d/qemu-binfmt script which registers the user 
handlers.
+generate_initd() {
+   local out="${T}/qemu-binfmt"
+   local d="${T}/binfmt.d"
+
+   einfo "Generating qemu init.d script"
+
+   # Generate the debian fragments first.
+   mkdir -p "${d}"
+   "${S}"/scripts/qemu-binfmt-conf.sh \
+   --debian \
+   --exportdir "${d}" \
+   --qemu-path "${EPREFIX}/usr/bin" \
+   || die
+   # Then turn the fragments into a shell script we can source.
+   sed -E -i \
+   -e 's:^([^ ]+) (.*)$:\1="\2":' \
+   "${d}"/* || die
+
+   # Generate the init.d script by assembling the fragments from above.
+   local f qcpu package interpreter magic mask
+   cat "${FILESDIR}"/qemu-binfmt.initd.head >"${out}" || die
+   for f in "${d}"/qemu-* ; do
+   source "${f}"
+
+   # Normalize the cpu logic like we do in the init.d for the 
native cpu.
+   qcpu=${package#qemu-}
+   case ${qcpu} in
+   arm*)   qcpu="arm";;
+   mips*)  qcpu="mips";;
+   ppc*)   qcpu="ppc";;
+   s390*)  qcpu="s390";;
+   sh*)qcpu="sh";;
+   sparc*) qcpu="sparc";;
+ 

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

2017-01-20 Thread David Seifert
commit: 08cfa167f384fcec01041810d9f6c1b269cf8a87
Author: Louis Sautier  gmail  com>
AuthorDate: Thu Jan 19 12:10:02 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 19:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cfa167

dev-python/pylibmc: add py3.5, doc, drop pypy

Tests fail with pypy as it doesn't have a sys.refcount method.

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

 dev-python/pylibmc/Manifest|  2 +-
 dev-python/pylibmc/pylibmc-1.5.1-r1.ebuild | 51 ++
 dev-python/pylibmc/pylibmc-1.5.1.ebuild|  4 +--
 3 files changed, 54 insertions(+), 3 deletions(-)

diff --git a/dev-python/pylibmc/Manifest b/dev-python/pylibmc/Manifest
index 83e496c..493833d 100644
--- a/dev-python/pylibmc/Manifest
+++ b/dev-python/pylibmc/Manifest
@@ -1,3 +1,3 @@
 DIST pylibmc-1.4.3.tar.gz 53063 SHA256 
44167da299eaec2674eea7f8ebead646e361ad07e242e35b755181f88bab44ff SHA512 
562091ecc046e1f4d181071dede056865649704e02d705f5af5845ad003ad775ed006c1431d48b330cf3b9fdeaceec6a6748ea9e120f673f06fdb99ed4953318
 WHIRLPOOL 
6055d0aee74f7edcc995d4350542cfebadeea97ffb367db8595e63cee6c4e0aae61b56471b619c07a7d289f87a2c1b9f0fa538939d113f1d395ceff3e96a86c4
 DIST pylibmc-1.5.0.tar.gz 53077 SHA256 
16255595616a6d78cd786a55cc6431da5b7accf46512df854712a0cdbb3acfaa SHA512 
0b89ad56d44205c0a20c5e2b56f70ac5128b46df81b4fcb9c72918b5d32e455dd3d976366872fe1d0acf40b61460d08fa6f30a8fa26977c1d65509e28bbbf80d
 WHIRLPOOL 
3d3b8cd8842a6e0e602b5addfed12db94da4fbfb6d4f215546ca6ba9cfc0b24f5ce333e5f2740ba625a416663097e46dc40749418cc4c1a52f3123a032c4b45f
-DIST pylibmc-1.5.1.tar.gz 59726 SHA256 
ecba261859c3e1ba3365389cb4f4dfffb7e02120a9f57a288cacf2f42c45cdd6 SHA512 
10c8a8aed676efe703047baae928d2d64b6ee7411225e3407ff3dd7c19d087b66b18a94993eab77a433fd20f896714fe4415858ea79e393e99ed06b76cd1385b
 WHIRLPOOL 
133a78d1e992cbb0498211a811973f3150bdbf59b59c9f9a9e183b724cebb09638b3acca7e3d2a82f9fd54002e56375a15c4936d0d6058189fb430aa25682eb5
+DIST pylibmc-1.5.1.tar.gz 69525 SHA256 
18fa39885fce5464977d657185f55e491315b84686533db58054605165fd9b06 SHA512 
efc40fae9721a6be589f87b66109132d4656725f718e1d63d7d25b9b27790b7c00fc3c7e4e47235895b7127cebc64229ddb284d23d0d903d3a510da7e1ce4549
 WHIRLPOOL 
668fd46c7d2a9d30bd5055649095fdcc6d38d739c473f66e23293838034b5b8b15aa982f015b029f0d57487080064de9b19600e172e78968c21d94f048666c82

diff --git a/dev-python/pylibmc/pylibmc-1.5.1-r1.ebuild 
b/dev-python/pylibmc/pylibmc-1.5.1-r1.ebuild
new file mode 100644
index ..fdee866
--- /dev/null
+++ b/dev-python/pylibmc/pylibmc-1.5.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Libmemcached wrapper written as a Python extension"
+HOMEPAGE="http://sendapatch.se/projects/pylibmc/ 
https://pypi.python.org/pypi/pylibmc;
+# One image is missing from the doc at PyPI
+# https://github.com/lericson/pylibmc/pull/221
+SRC_URI="https://github.com/lericson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=">=dev-libs/libmemcached-0.32"
+# Older sphinx versions fail to compile the doc
+# https://github.com/sphinx-doc/sphinx/issues/3266
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/sphinx-1.5.1-r1[${PYTHON_USEDEP}] )
+   test? (
+   net-misc/memcached
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   sed -e "/with-info=1/d" -i setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   # This variable is added to sys.path
+   # but it does not seem to be useful
+   PYLIBMC_DIR="." emake -C docs
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   memcached -d -p 11219 -u nobody -l localhost -P "${T}/m.pid" || die
+   MEMCACHED_PORT=11219 nosetests
+   local ret=${?}
+   kill "$(<"${T}/m.pid")" || die
+   [[ ${ret} == 0 ]] || die "Tests fail with ${EPYTHON}!"
+}

diff --git a/dev-python/pylibmc/pylibmc-1.5.1.ebuild 
b/dev-python/pylibmc/pylibmc-1.5.1.ebuild
index 9fec59b..62108a6 100644
--- a/dev-python/pylibmc/pylibmc-1.5.1.ebuild
+++ b/dev-python/pylibmc/pylibmc-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Libmemcached wrapper written as a Python extension"
 HOMEPAGE="http://sendapatch.se/projects/pylibmc/ 
https://pypi.python.org/pypi/pylibmc;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/lericson/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 

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

2017-01-20 Thread Michał Górny
commit: a510eef8cb41f502ef58681cc5fe12fbbc41d6c7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 18:48:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 19:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a510eef8

profiles/arch/alpha: Clean obsolete package.use* entries

 profiles/arch/alpha/package.use.mask| 36 ++---
 profiles/arch/alpha/package.use.stable.mask |  2 +-
 2 files changed, 3 insertions(+), 35 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 7e59007..a5f51e5 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -104,12 +104,6 @@ dev-python/restkit cli
 # work on alpha. Mask USE flag for layman accordingly
 app-portage/layman -g-sorcery
 
-# Tobias Klausmann  (16 Sep 2015)
-# Mask USE=sssd for sudo because sys-auth/sssd is relatively big and doesn't
-# compile on alpha. The version specified does not have the USE flag, but that
-# version of sudo has the optional functionality.
->=app-admin/sudo-1.8.6 sssd
-
 # Alexandre Rostovtsev  (10 Sep 2015)
 # Requires wifi USE flag, which is masked for this arch
 net-misc/networkmanager wext
@@ -178,7 +172,6 @@ media-video/vlc opencv
 
 # Michał Górny  (30 Oct 2014)
 # Requires non-keyworded >=x11-libs/libxkbcommon-0.4.
-sys-apps/systemd terminal
 sys-apps/systemd xkb
 
 # Tobias Klausmann  (11 Oct 2014)
@@ -190,10 +183,6 @@ net-misc/spice-gtk smartcard
 # Missing keyword on app-accessibility/brltty
 app-accessibility/orca braille
 
-# Maciej Mrozowski  (13 Aug 2014)
-# Missing keywords on dev-libs/protobuf-c (bug 519772)
->=net-libs/libgadu-1.12.0 gg11
-
 # Tobias Klausmann 
 # media-libs/x265 doesn't work on alpha (bug 519046)
 media-video/ffmpeg x265
@@ -271,10 +260,6 @@ media-libs/phonon gstreamer vlc
 # remove mask when dev-java/fop is keyworded here
 gnome-extra/libgda reports
 
-# Alexandre Rostovtsev  (15 Dec 2012)
-# media-video/coherence not keyworded
-=media-video/totem-2* upnp-av
-
 # Luca Barbato  (11 Nov 2012)
 # Libav 9 can use fdk-aac
 >=media-video/libav-9_beta2 fdk
@@ -291,18 +276,12 @@ dev-python/PyQt4 webkit
 dev-qt/assistant webkit
 dev-qt/designer webkit
 dev-qt/qtdeclarative webkit
-dev-qt/qthelp webkit
 net-irc/kvirc webkit
 
 # Raúl Porcel  (28 May 2012)
 # Needs x11-misc/lightdm(which also requires some other deps)
 x11-misc/xscreensaver new-login
 
-# Alexandre Rostovtsev  (25 May 2012)
-# Remove mask entry when app-accessibility/at-spi2-core
-# is keyworded here, bug #411761
-net-libs/webkit-gtk webkit2
-
 # Alexey Shvetsov  (17 Dec 2011)
 # mask use numa for openmpi
 sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem 
openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl 
openmpi_rm_slurm openmpi_ofed_features_rdmacm
@@ -333,18 +312,10 @@ sys-apps/hwloc numa
 # This mask also implies masking the numa flag on openmpi
 sys-cluster/openmpi numa
 
-# Pacho Ramos  (19 Jul 2011)
-# Missing keywords on dependencies
-app-cdr/brasero dvd
-
 # Pacho Ramos  (30 Jun 2011)
 # Needed plugins are not keyworded on this arch
 media-plugins/gst-plugins-meta dts libvisual
 
-# Pacho Ramos  (02 Apr 2011)
-# quvi support is needed to play youtube files now
-media-video/totem flash youtube
-
 # Diego Elio Pettenò  (17 Dec 2010)
 # needs sys-libs/libcap-ng that is masked right now
 sys-apps/smartmontools caps
@@ -369,9 +340,6 @@ www-client/seamonkey custom-optimization
 # quesoglc is not keyworded
 x11-misc/rss-glx quesoglc
 
-# uses games-board/ggz-gtk-client
-games-strategy/freeciv ggz
-
 # Ben de Groot  (16 Jan 2010)
 # qtmultimedia is not keyworded, bug 293671
 dev-python/PyQt4 multimedia
@@ -387,7 +355,7 @@ sys-apps/iproute2 atm
 net-dialup/ppp atm
 
 # Needs nut and qstat respectively, neither is keyworded on alpha.
-net-analyzer/nagios-plugins ups nagios-game
+net-analyzer/nagios-plugins nagios-game
 
 # Matt Turner  (26 Dec 2010)
 # No idea why. Bug 347827

diff --git a/profiles/arch/alpha/package.use.stable.mask 
b/profiles/arch/alpha/package.use.stable.mask
index 6d7e41a..0fd21ff 100644
--- a/profiles/arch/alpha/package.use.stable.mask
+++ b/profiles/arch/alpha/package.use.stable.mask
@@ -38,7 +38,7 @@ gnome-base/gvfs nfs
 
 # Pacho Ramos  (02 Jul 2014)
 # Mask due Gnome3 not going to be stabilized on this arch
-dev-util/geany-plugins devhelp gtkspell markdown

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

2017-01-20 Thread David Seifert
commit: 78d059feec5f5d81c4c8d4cbdaff11d09f3bd44c
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan 20 18:55:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 18:55:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d059fe

media-libs/opus: Fix overlong DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/opus/opus-1.1.3.ebuild | 2 +-
 media-libs/opus/opus-1.1.ebuild   | 4 ++--
 media-libs/opus/opus-1.2_alpha.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/opus/opus-1.1.3.ebuild 
b/media-libs/opus/opus-1.1.3.ebuild
index 42d8e50..46d6eac 100644
--- a/media-libs/opus/opus-1.1.3.ebuild
+++ b/media-libs/opus/opus-1.1.3.ebuild
@@ -13,7 +13,7 @@ else
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
-DESCRIPTION="Open versatile codec designed for interactive speech and audio 
transmission over the internet"
+DESCRIPTION="Open codec designed for internet transmission of interactive 
speech and audio"
 HOMEPAGE="http://opus-codec.org/;
 SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz;
 

diff --git a/media-libs/opus/opus-1.1.ebuild b/media-libs/opus/opus-1.1.ebuild
index 205c25b..3b82e69 100644
--- a/media-libs/opus/opus-1.1.ebuild
+++ b/media-libs/opus/opus-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ else
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
-DESCRIPTION="Open versatile codec designed for interactive speech and audio 
transmission over the internet"
+DESCRIPTION="Open codec designed for internet transmission of interactive 
speech and audio"
 HOMEPAGE="http://opus-codec.org/;
 SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz;
 

diff --git a/media-libs/opus/opus-1.2_alpha.ebuild 
b/media-libs/opus/opus-1.2_alpha.ebuild
index 79f8f61..6123875 100644
--- a/media-libs/opus/opus-1.2_alpha.ebuild
+++ b/media-libs/opus/opus-1.2_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ else
fi
 fi
 
-DESCRIPTION="Open versatile codec designed for interactive speech and audio 
transmission over the internet"
+DESCRIPTION="Open codec designed for internet transmission of interactive 
speech and audio"
 HOMEPAGE="http://opus-codec.org/;
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: media-libs/opus/files/, media-libs/opus/

2017-01-20 Thread David Seifert
commit: fedc905f2f73265c4108e2a4b359846d10dee66d
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jan 20 18:53:40 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 18:56:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedc905f

media-libs/opus: Add patch for CVE-2017-0381

Gentoo-bug: 605894

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../opus/files/opus-1.1.3-CVE-2017-0381.patch  | 24 +
 media-libs/opus/opus-1.1.3-r1.ebuild   | 42 ++
 2 files changed, 66 insertions(+)

diff --git a/media-libs/opus/files/opus-1.1.3-CVE-2017-0381.patch 
b/media-libs/opus/files/opus-1.1.3-CVE-2017-0381.patch
new file mode 100644
index ..621236b
--- /dev/null
+++ b/media-libs/opus/files/opus-1.1.3-CVE-2017-0381.patch
@@ -0,0 +1,24 @@
+From 79e8f527b0344b0897a65be35e77f7885bd99409 Mon Sep 17 00:00:00 2001
+From: Felicia Lim 
+Date: Thu, 28 Jul 2016 15:21:19 +0200
+Subject: [PATCH] Ensure that NLSF cannot be negative when computing a min
+ distance between them
+
+Signed-off-by: Jean-Marc Valin 
+---
+ silk/NLSF_stabilize.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/silk/NLSF_stabilize.c b/silk/NLSF_stabilize.c
+index 1fa1ea3..8f3426b 100644
+--- a/silk/NLSF_stabilize.c
 b/silk/NLSF_stabilize.c
+@@ -130,7 +130,7 @@ void silk_NLSF_stabilize(
+ 
+ /* Keep delta_min distance between the NLSFs */
+ for( i = 1; i < L; i++ )
+-NLSF_Q15[i] = silk_max_int( NLSF_Q15[i], NLSF_Q15[i-1] + 
NDeltaMin_Q15[i] );
++NLSF_Q15[i] = silk_max_int( NLSF_Q15[i], silk_ADD_SAT16( 
NLSF_Q15[i-1], NDeltaMin_Q15[i] ) );
+ 
+ /* Last NLSF should be no higher than 1 - NDeltaMin[L] */
+ NLSF_Q15[L-1] = silk_min_int( NLSF_Q15[L-1], (1<<15) - 
NDeltaMin_Q15[L] );

diff --git a/media-libs/opus/opus-1.1.3-r1.ebuild 
b/media-libs/opus/opus-1.1.3-r1.ebuild
new file mode 100644
index ..cfe478a
--- /dev/null
+++ b/media-libs/opus/opus-1.1.3-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit multilib-minimal
+
+if [[ ${PV} == * ]] ; then
+   inherit git-2
+   EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
+else
+   SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+fi
+
+DESCRIPTION="Open codec designed for internet transmission of interactive 
speech and audio"
+HOMEPAGE="http://opus-codec.org/;
+SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+INTRINSIC_FLAGS="cpu_flags_x86_sse neon"
+IUSE="ambisonics custom-modes doc static-libs ${INTRINSIC_FLAGS}"
+
+DEPEND="doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.3-CVE-2017-0381.patch
+)
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable custom-modes)
+   $(use_enable ambisonics)
+   $(use_enable doc)
+   )
+   for i in ${INTRINSIC_FLAGS} ; do
+   use ${i} && myeconfargs+=( --enable-intrinsics )
+   done
+   ECONF_SOURCE="${S}" \
+   econf "${myeconfargs[@]}"
+}



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

2017-01-20 Thread David Seifert
commit: d8980181a9dbdac711c70504984e20c40d9c5fb2
Author: Louis Sautier  gmail  com>
AuthorDate: Fri Jan 20 01:05:10 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 18:41:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8980181

dev-python/python-distutils-extra: bump to 2.39, add py3.5, pypy3

Also update LICENSE, remove useless DISTUTILS_IN_SOURCE_BUILD,
use pytest to exclude broken tests, bump to EAPI=6.

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

 dev-python/python-distutils-extra/Manifest |  1 +
 dev-python/python-distutils-extra/metadata.xml |  1 +
 .../python-distutils-extra-2.39.ebuild | 55 ++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/python-distutils-extra/Manifest 
b/dev-python/python-distutils-extra/Manifest
index f007fc1..8bf1660 100644
--- a/dev-python/python-distutils-extra/Manifest
+++ b/dev-python/python-distutils-extra/Manifest
@@ -1 +1,2 @@
 DIST python-distutils-extra-2.38.tar.gz 27748 SHA256 
3d100d5d3492f40b3e7a6a4500f71290bfa91e2c50dc31ba8e3ff9b5d82ca153 SHA512 
bbaea59a8f251f354e6cf3799b67c12225095cc869c7c4e299e719ad7bcfd1292cff99f95ab25f04fb9c3e2432da5ea614ee76154781388c47960fdf2c90a3d7
 WHIRLPOOL 
10ca7754985aa634aaef7f7fc80777ca4a2b79ecc11e80c48bb2e6c1765cc9f38fbf9696957f974533f50f06db3d1bdb6527f1ed6dbe05619f3d0a17184b885d
+DIST python-distutils-extra-2.39.tar.gz 27389 SHA256 
723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af SHA512 
e3b4d1ed22767fb4c6dbbdccef960865b6fda01d18dc38cb8f9357c09c7eabb78466fce053e407a196eca257d07d57c5c1ef47f358a5979c7f22e4b11775124e
 WHIRLPOOL 
a485aa70267eaed03dc1174b73ab482ae409aeed5fcbbe82ab4ab377d8a8f91e1fa8aa3b9bb9af8c9b6bc3bc306284974d99943473afdce7f1d6b7322edd0623

diff --git a/dev-python/python-distutils-extra/metadata.xml 
b/dev-python/python-distutils-extra/metadata.xml
index ea8f049..930ec08 100644
--- a/dev-python/python-distutils-extra/metadata.xml
+++ b/dev-python/python-distutils-extra/metadata.xml
@@ -7,5 +7,6 @@


python-distutils-extra
+   
https://bugs.launchpad.net/python-distutils-extra

 

diff --git 
a/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild 
b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
new file mode 100644
index ..d039db3
--- /dev/null
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.39.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Gettext support, themed icons and scrollkeeper-based 
documentation in distutils"
+HOMEPAGE="https://launchpad.net/python-distutils-extra;
+SRC_URI="https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( doc/{README,FAQ} )
+
+python_prepare_all() {
+   # This line is run when the file is imported
+   # https://bugs.launchpad.net/python-distutils-extra/+bug/1657919
+   sed -i '/^unittest.main()$/d' test/auto.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # 5 tests fail with disabled byte-compilation (they rely on exact
+   # output from python).
+   # The other 4 are broken.
+   py.test -k "not (test_pot_manual or test_pot_auto_explicit or \
+   test_pot_auto or test_modules or test_packages) and not \
+   (test_desktop or test_po or test_policykit or \
+   test_requires_provides)" test/auto.py || \
+   die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   docinto examples
+   dodoc doc/{setup.cfg.example,setup.py.example}
+   docompress -x /usr/share/doc/${PF}/examples
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/

2017-01-20 Thread Manuel Rüger
commit: 2a49b1170923239858f6a48f503096644fab1ade
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan 20 18:24:52 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan 20 18:24:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a49b117

x11-drivers/xf86-video-intel: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-drivers/xf86-video-intel/Manifest  |  2 -
 .../xf86-video-intel-2.99.917_p20161110.ebuild | 87 -
 .../xf86-video-intel-2.99.917_p20161118.ebuild | 89 --
 3 files changed, 178 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/Manifest 
b/x11-drivers/xf86-video-intel/Manifest
index f5e284a..7376780 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -1,5 +1,3 @@
 DIST xf86-video-intel-2.99.917.tar.bz2 2259040 SHA256 
00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9 SHA512 
cbf4d46ad1ad5e5587c0f1f620ff534ef0645270517b60056b9f03e83d8216e2f456de46352a06c37c0c46963cc4ed20b71b815b20ec1bf680ff046e535f580f
 WHIRLPOOL 
b26f1b303a27825120e1036f15493119e8869ebae74a2663204fe1ee63cf9fc217e593c469d6c33151a73c9ea6e9df88d0e3a0bb74ece5109b51593785fd4d7d
 DIST xf86-video-intel-2.99.917_p20160621.tar.xz 941280 SHA256 
1dcb1ba06321921f7de84d95ba25e18277df74bb09d143b3ec759ffe5c6be392 SHA512 
9face5d348a0805b9bdd98fa42a466ad4dcca1050f8abdc114f8475e713ae7315d2ac19ff50756071f305bcca8526fe9be0d448d2d10fab51300d0d2d50fe60a
 WHIRLPOOL 
886064d7f75c59be7a24429eb04dc70f47ae48a580734234a71f1a570c39926f11b8d6807082b537f0bb843ae677c54b3a303dbd1830b29186d0338ce88a36ba
-DIST xf86-video-intel-2.99.917_p20161110.tar.xz 944812 SHA256 
d6f5db5321241fa06a5f31b66301d5d2501ac1825ac3f59abc453ea91cb45db8 SHA512 
8977436725ecf3689298a790b3386814e38915ca98035756c6af1dfcf3a18e5f7581e05321808fae4c21b496ab208e8deb43599d0eb07e9b036e526cabb5e1c8
 WHIRLPOOL 
fdfe81a057c76acf5c0ff49af5d74c4d303ab9363de4a7be369b66927f900bd597411b18f6ffb1bde07a56646eba5794dbada836ca4d3f7d0b304b41179e184e
-DIST xf86-video-intel-2.99.917_p20161118.tar.xz 945020 SHA256 
dbe2d60a5281a7350143cafb4b2286bfcec4a0b08a9dd677e8cfe6ae23e1edfd SHA512 
8e72ec8554642e38ab22467e81ee17f1cceb67cd6364c16a2600504ca25f3ce210db0e8c69f9fe882fb26084f28ad9801749fbf0715f13e3bcbad9d781dd8959
 WHIRLPOOL 
aa454ef66160b4c3a67339146cc586f6bcc546fe686eef527db90d1300b2528bdb23bf07e80d9daa955d94303b05955d153ca04a27b4e270b9a47a726d8ee8f6
 DIST xf86-video-intel-2.99.917_p20161206.tar.xz 945400 SHA256 
3ab9de284bdcef9c3e47aed1593c78b4726fd4faa8571327590b1725f870f2cf SHA512 
68554a24e94caa6a19f7f8b0d91738c1d810ffb8ecc51f311a94a7e0a86ffcc88c4485bb34528929977ce2db57dd430f5930e01d4bf114275dd7b86a4ea21d64
 WHIRLPOOL 
774df4eba385b73f39ff7d8fc3469cbe9d11b96ab849583e97fff0685c183d3cb0666299244c6b576def34103ebc5705d38084cdeac67d5a8d55e1446184f9e9

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild
deleted file mode 100644
index 1c05779..
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20161110.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DRI=dri
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2 flag-o-matic
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
-IUSE="debug dri3 +sna +udev uxa xvmc"
-COMMIT_ID="dad64e9f76c718033402be7bfd2129866d492304"
-SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz
 -> ${P}.tar.xz"
-
-S=${WORKDIR}/${COMMIT_ID}
-
-REQUIRED_USE="
-   || ( sna uxa )
-"
-RDEPEND="x11-libs/libXext
-   x11-libs/libXfixes
-   >=x11-libs/pixman-0.27.1
-   >=x11-libs/libdrm-2.4.29[video_cards_intel]
-   dri3? (
-   >=x11-base/xorg-server-1.18
-   )
-   sna? (
-   >=x11-base/xorg-server-1.10
-   )
-   udev? (
-   virtual/udev
-   )
-   xvmc? (
-   x11-libs/libXvMC
-   >=x11-libs/libxcb-1.5
-   x11-libs/xcb-util
-   )
-"
-DEPEND="${RDEPEND}
-   >=x11-proto/dri2proto-2.6
-   x11-proto/dri3proto
-   x11-proto/presentproto
-   x11-proto/resourceproto"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.99.917-config-header.patch #575970
-)
-
-src_configure() {
-   replace-flags -Os -O2
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable debug)
-   $(use_enable dri)
-   $(use_enable dri dri3)
-   $(usex dri3 "--with-default-dri=3")
-   $(use_enable sna)
-   $(use_enable udev)
-   $(use_enable uxa)
-   $(use_enable xvmc)
-   )
-   xorg-2_src_configure
-}
-
-pkg_postinst() {
-   if linux_config_exists && \
-   kernel_is -lt 4 3 && 

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ivtv/

2017-01-20 Thread Manuel Rüger
commit: 233c94cf23b3e6eebd64b1f5114625e787f400d6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan 20 18:22:43 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan 20 18:22:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233c94cf

x11-drivers/xf86-video-ivtv: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-drivers/xf86-video-ivtv/Manifest   |  1 -
 .../xf86-video-ivtv-1.1.2-r1.ebuild| 26 --
 .../xf86-video-ivtv/xf86-video-ivtv-1.1.2.ebuild   | 17 --
 3 files changed, 44 deletions(-)

diff --git a/x11-drivers/xf86-video-ivtv/Manifest 
b/x11-drivers/xf86-video-ivtv/Manifest
index 3fd43fd..fe97cf6 100644
--- a/x11-drivers/xf86-video-ivtv/Manifest
+++ b/x11-drivers/xf86-video-ivtv/Manifest
@@ -1,3 +1,2 @@
-DIST xf86-video-ivtv-1.1.2-r1.patch.tar.bz2 9418 SHA256 
2623f51cce4724cebffc0a38738a9fa360be114a4d22cc3fb926e240cd034b91 SHA512 
751e52d47853bee79fa80396f2e8fecaa2c02bc4b0a45703c7b0ee2b70915a1a55dcf70a29441bad566bcbc389250a1692c1ba16b84fe14c3cd7056460d3251f
 WHIRLPOOL 
d66cf37c7e47fb806a7c9e81b6989bf7f5b20f82b1e7b2fcc5a65ba559c09cabc5e9977147c9b00f26cff0638b24164f29a764b58aa481df4885e09fabdb64dd
 DIST xf86-video-ivtv-1.1.2-r2.patch.tar.bz2 9565 SHA256 
22a2a8d7e17eecc2d4549f6a73080b071d9075f20230da01b21804b247ccb67e SHA512 
5b96375ea885dec713b5321f6f6554c0bd9b047b76abd4cf4baa1605466c7ab7612802c43674166a6397f0fa6a6c81d31805923cc342c710184a895a919f1270
 WHIRLPOOL 
e591ba8d9c7bb6afe4ae8aea41bd7a95e9c883a2afc2f2ef503d3d171b92903d720cf23bb44648b627c0807858fe2ed8000f7f55cc961da1b0df16a326c29dbe
 DIST xf86-video-ivtv-1.1.2.tar.gz 303046 SHA256 
863f449ec9dc9b2a2a15c8305660267a3365c72fa2e805d1e311dddf2791c938 SHA512 
d5decad6cbd1d09372a8393373608b9f07a673e8d8c1de08dc0188330861f9da3e221c0147e2da97f26d8344472e9cdbe30fa5c6386d0bb21b18f3e2f37930d7
 WHIRLPOOL 
597cc7a2c59aba99a5ececc150839b55d0ef98790fcd77c608dda0d1330672e0c731359e25a03920c9d66a75eb61e8518d3020766537878f6cdabfe3f2e3450c

diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild 
b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild
deleted file mode 100644
index 41421eb..
--- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit xorg-2
-
-DESCRIPTION="X.Org driver for TV-out on ivtvdev cards"
-HOMEPAGE="http://ivtvdriver.org/;
-SRC_URI="http://dl.ivtvdriver.org/${PN}/${P}.tar.gz \
-   mirror://gentoo/${PF}.patch.tar.bz2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="http://ivtvdriver.org/;
-SRC_URI="http://dl.ivtvdriver.org/${PN}/${P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2017-01-20 Thread Manuel Rüger
commit: 76635d387e6985c15521cae8eaee2478346ceef0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jan 20 18:21:24 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jan 20 18:21:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76635d38

x11-drivers/xf86-input-libinput: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-drivers/xf86-input-libinput/Manifest   |  2 --
 .../xf86-input-libinput-0.19.1.ebuild  | 22 --
 .../xf86-input-libinput-0.22.0.ebuild  | 22 --
 3 files changed, 46 deletions(-)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index a1ab28c..6a96adf 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1,5 +1,3 @@
 DIST xf86-input-libinput-0.14.0.tar.bz2 312256 SHA256 
e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265 SHA512 
229b45cb9e76ca96dce4247b421135ff74054f2cbcfd019d2ceb409fdb4bc8166e3fa1d068ba6e8f6d6ac0c44ade275e31cc6a1ee6d7f6de8918eced5c59d508
 WHIRLPOOL 
45400e7966d730fe809043ced977dc0faa456336157dba9049558f0489463c8ade5f9a130b77ea2e85ae82e27c320e1f70780acca53fae253f930a53c0ac823b
 DIST xf86-input-libinput-0.19.0.tar.bz2 346512 SHA256 
6c5d30dc7c8b8ae34261340e1dc9cbb8ef435078e084b8ef507527a8a21af477 SHA512 
8709670accad3231652350253d19d3c1e03d97c0ad593d10d6e941319ecc77f5e78e69d76a98b7ec40636f1d856f25fc72dc572be3581054dfac10e5f856e8ad
 WHIRLPOOL 
58fc92c97a46ba575345e61f62129e036051d7ced479580eafe629c2074e0df00b75cc3210469938fe2ffea21c5042e70e7426066c99832a1ed329cadf74f5ae
-DIST xf86-input-libinput-0.19.1.tar.bz2 347024 SHA256 
c7f1c9406f4af2dc28b6ed3c7cb9fe9d79e9a548c0bba823fbaba20795cd010d SHA512 
4aa558e931f9d59f0d0c3f758c2a0e6a57180c606f216ef7c878af2dc663b43a927a42718f2ac087ca0b254bbcde792fbaa6b787af7665c0094d091be79a0524
 WHIRLPOOL 
179cbd6254a7290acb8b57ecd2dabf868bd5f935579bfbfc3cf7d203edef16b548bf9252090209eb70075e2d9872e6061fb64c436bdfc01e5506b852920a8ffd
-DIST xf86-input-libinput-0.22.0.tar.bz2 356808 SHA256 
c762b4072ed448e2ae9f35cebd7fec8df7fd42b3ae61462cc3b2f720a873eae2 SHA512 
96eb9937a082ba73f858ef507d2a5251697ae9e46ac8b9c27af0904279aff62b5721e2827b17674cba13afe6ca09e43dc0c73aaec4f93b33eaf9f055a2eadea7
 WHIRLPOOL 
6ceeecc279d5cbdbeabada23bb5a782a6e94dc93ca65f7f4fb8488bdbf74471dd05a520b4565f6b21895645e02fc7d6023b741f48897ab8b05c42d343144e80d
 DIST xf86-input-libinput-0.23.0.tar.bz2 358432 SHA256 
0b53ebdfe8f8fc7554dd92af1b1c3088a6d3ec4ae1a33fc76f57d635c736a9dc SHA512 
11aeeb2d8db67371d530dd06fc83d3ded6a6e3dfd4311e69738ff748b5684dc98af7ba81643d7837f988314265f93d7ddb016a4781d69957dba4046533352223
 WHIRLPOOL 
ddbf78372bf33c48c8492ee1310f08ad7a9c3526e0f5a8d4dfc6ed7cd5c6ada7cac4b91e9566697c9a3f3a9564e9b20d2bbb930798759f36a1af7bf0f2fc56a6

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild
deleted file mode 100644
index 2f42b9b..
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libinput-1.2.0:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" "conf/60-libinput.conf" )
-
-pkg_pretend() {
-   CONFIG_CHECK="~TIMERFD"
-   check_extra_config
-}

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.22.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.22.0.ebuild
deleted file mode 100644
index 0c8c820..
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.22.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libinput-1.5.0:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( "README.md" "conf/40-libinput.conf" )
-
-pkg_pretend() {
-   CONFIG_CHECK="~TIMERFD"
-   check_extra_config
-}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/files/, sys-libs/ncurses/

2017-01-20 Thread Mike Frysinger
commit: 4f015364e4d818e24e584c3685601d75e886a65d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jan 20 18:13:09 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jan 20 18:13:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f015364

sys-libs/ncurses: fix cross-compiling configure tests #601426

 .../ncurses/files/ncurses-6.0-cppflags-cross.patch | 35 ++
 sys-libs/ncurses/ncurses-6.0-r1.ebuild |  1 +
 2 files changed, 36 insertions(+)

diff --git a/sys-libs/ncurses/files/ncurses-6.0-cppflags-cross.patch 
b/sys-libs/ncurses/files/ncurses-6.0-cppflags-cross.patch
new file mode 100644
index ..decdc26
--- /dev/null
+++ b/sys-libs/ncurses/files/ncurses-6.0-cppflags-cross.patch
@@ -0,0 +1,35 @@
+https://bugs.gentoo.org/601426
+https://lists.gnu.org/archive/html/bug-ncurses/2015-02/msg00012.html
+
+From: John Vogel
+Subject: [PATCH] c++ binding missed when cross compiling
+Date: Mon, 16 Feb 2015 01:01:48 -0500
+
+The configure script hard codes the include dir to the prefix'ed include dir,
+when checking if c++ compiler works. This breaks the compiler's built-in search
+path. I've included two patches. The first works on the configure.in file, 
which
+requires your autoconf stuff to test and I'm not ready to meddle with at the
+moment. The other works directly on the configure file. I've tested the second
+one; it should mirror what the first patch tries to achieve and works for me.
+
+--- a/configure
 b/configure
+@@ -2938,10 +2938,6 @@
+   echo "$as_me:2938: checking if $CXX works" >&5
+ echo $ECHO_N "checking if $CXX works... $ECHO_C" >&6
+ 
+-  save_CPPFLAGS="$CPPFLAGS"
+-  eval cf_includedir=${includedir}
+-  CPPFLAGS="$CPPFLAGS -I${cf_includedir}"
+-
+ cat >conftest.$ac_ext <<_ACEOF
+ #line 2946 "configure"
+ #include "confdefs.h"
+@@ -2978,7 +2974,6 @@
+ cf_cxx_works=no
+ fi
+ rm -f conftest.$ac_objext conftest.$ac_ext
+-  CPPFLAGS="$save_CPPFLAGS"
+ 
+   echo "$as_me:2983: result: $cf_cxx_works" >&5
+ echo "${ECHO_T}$cf_cxx_works" >&6

diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild 
b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
index ccdd8a5..e173592 100644
--- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
@@ -37,6 +37,7 @@ PATCHES=(
"${FILESDIR}/${PN}-6.0-pkg-config.patch"
"${FILESDIR}/${PN}-5.9-gcc-5.patch" #545114
"${FILESDIR}/${PN}-6.0-ticlib.patch" #557360
+   "${FILESDIR}/${PN}-6.0-cppflags-cross.patch" #601426
 )
 
 src_prepare() {



  1   2   3   >