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

2017-09-25 Thread Hans de Graaff
commit: a19f56dda7ecb178099c040ca5172d21955121be
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 26 05:35:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 26 05:35:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19f56dd

dev-ruby/selenium-webdriver: add 3.6.0

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-3.6.0.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 1694192c3c7..f3e81c5f134 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -3,3 +3,4 @@ DIST selenium-webdriver-3.4.3.gem 837632 SHA256 
61b29ae4970250f811f559bdf67dc704
 DIST selenium-webdriver-3.4.4.gem 838144 SHA256 
4188bcf6db106b97e5961295a736492e72d02fae16942c6d70015410f1df0a57 SHA512 
57382abfb5e01781c38688c2d70bfbddd31708b84851b099ce06959f33c12aa3e93ec6455c8c310484ab556fff0fe1d27c02990a9cf0a563cf1259abad38d57d
 WHIRLPOOL 
11fe418dc5dbc73a0c2c9c327f80e7b19042000dcfd5a20108859a738445d6bcbcc0a439505c2962bb39a4a65a0b9bb31f7c1b95cda6c7fd9d1702853f41b203
 DIST selenium-webdriver-3.5.1.gem 830464 SHA256 
7fb36c73618ddcd1553313de9e2e3100d4e767ec752f2e2cdb17b553e6d9ee28 SHA512 
5a3c0776d4ab6816b107e8e8bca62afd7df9f90b3f757563b2180de4764a4b4499b9afd88668913cbcec9b10df04a94be27a91ad96181f4a4d7e9008e7062fa8
 WHIRLPOOL 
db091e5eb671bf98096bb8c3d41b2814a96bab11f8c6dbce87ae0aa04c98b6c072ac6efe96c5e58617167e46ff818ea10c726887fa430ef3e9c8e460b4a611bc
 DIST selenium-webdriver-3.5.2.gem 830976 SHA256 
fe42fdc7dfb654488715b79b970f59937a19acbbd1ad52e30206bfb3a8815d82 SHA512 
c0a8c0e23e4323762d5cad329774337688cc831658de4bb4712f69c2b4c3f0e189fcd0e3576d8132ec9a3fd5c0365ad128bf65061045514b2871a43b30eaeb3a
 WHIRLPOOL 
1c45abe6a2354b5f780e0c5ccf0d40304d27eac6b89af1ad2418d9f1a9cb945057fcff02f973877c52a0ced39c58d1c8541ef74123bb4e202e8b4035a8180664
+DIST selenium-webdriver-3.6.0.gem 841216 SHA256 
1276317792e13f24a556f4bec954bbd5213ac22018fa4ecb194904a450499626 SHA512 
c0cea582314167de0390007fe26d94e7470020bbb999787fa0883eb65a491a6ecfcbfad9938a50cbc415023edf2ee7ee44ba88ea35d22cbe87d0ed435f38fc99
 WHIRLPOOL 
54d67d1272c9e47c95d1257646b466276b63e268f34e969d9e5f8d1c82bc6a81038afa4658a5753f0ebe1db0aeafcb36f43951bf709456f4a0046962afd65a25

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.6.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.6.0.ebuild
new file mode 100644
index 000..c4c4d1b87cc
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="https://github.com/seleniumhq/selenium;
+
+LICENSE="Apache-2.0"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
+   dev-ruby/rubyzip:1"



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

2017-09-25 Thread Hans de Graaff
commit: c4640b099b0de4ea681ba166e5df2c994d34053e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 26 05:48:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 26 05:48:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4640b09

dev-ruby/rspectacular: add missing dependency on shoulda-matchers

Package-Manager: Portage-2.3.8, Repoman-2.3.2

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

diff --git a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild 
b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
index a42b43d5423..675f377b735 100644
--- a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
+++ b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild
@@ -20,4 +20,4 @@ SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2"
+ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 
dev-ruby/shoulda-matchers:3"



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

2017-09-25 Thread Hans de Graaff
commit: 1c7e00e837dc387e7e3c54132e7ec0d9b52233ad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 26 05:49:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 26 05:49:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7e00e8

dev-ruby/ruby-progressbar: add 1.8.3

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar/ruby-progressbar-1.8.3.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 7cfe293ecde..afebdd06719 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,3 +1,4 @@
 DIST ruby-progressbar-1.4.2.gem 24064 SHA256 
1285524b097446471bc60c4b756f9f8c4b527dd870eaf318e7d83380cde99fa7 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 WHIRLPOOL 
50bcbefce6fe3e1b05ad20476f67f9e610e5e91e5d9bc92a8ecc0ef5ab79233c16237c04f3782878855fae8115e556d53a0c6624d151fcd49bd58792aeb370f7
 DIST ruby-progressbar-1.7.5.gem 21504 SHA256 
71c754e2e3f26b87f307e360dee8f2267800b88327a7def0098d7e6cb752d643 SHA512 
1a5cb4b8ca9a9669bdaa60fcf3f01bec347b4ac1aefe737a7c6014bf40166c72d74ab0f489638c12ffd5245cc2b0a19186f7ab440bd7629579bf00d5155a8741
 WHIRLPOOL 
13e05a761c10c6fbb87cfb11f83f18acae93daeec1e11306b432ee751427e0d95a56d63cd7528590242b3e5241d4de6eaef2ea1b9190a1c1196430f4828f5580
 DIST ruby-progressbar-1.8.1.gem 26112 SHA256 
95ded755295440de814704970d7ccaf3cb259854534f03a03a6d05918f3eece3 SHA512 
bded41f29ed3386b83b0c4fe208813de330cb6be527c4b91cbf436f44d0efe58cb717a783d104f32b697fe1d9b71eeec500c8a72a9a5b34fc416c86e7565bc01
 WHIRLPOOL 
3e2c00c55734819fab7eaf9e0b1666cc1ff7a733edf2d14260f4f5baf77d2d608db1473c76c45759a5d055ee5c59ef7fdbd7869964e00b4ef6ea23882bce2150
+DIST ruby-progressbar-1.8.3.tar.gz 44706 SHA256 
b3ac685d7b1dcf21cb41ec381faadd74d854eeac1dc0256772d5cdad6e0c8b54 SHA512 
c8394c9be76e00692e3e51b27be92b0aac9baede288ae514a2656a7880df61fde44f07cf16395c69a5215c3cdeb6474cce106af054be9c6ecdfd5887150c111b
 WHIRLPOOL 
9b1e7155ce44cceb3727378b7e32244f1c5010c102fa2a49c0da2fa21991f7a37eb4e46cc2515545d71291bed38e76dc8bfea603c73af64f9c714c244302a7b6

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
new file mode 100644
index 000..6f35a98714a
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+}



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

2017-09-25 Thread Kent Fredric
commit: c1d60dd3886e2eff2d767ae685e48beeaaff5792
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep 26 05:26:00 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 26 05:26:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d60dd3

virtual/perl-Safe: spread hppa stable from perl-5.24.1-r2

All virtuals that track specific versions of dev-lang/perl should be kept
in-step with Perl and this only slips sometimes due to being overlooked

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild 
b/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild
index a7faa0885ab..d9d209aeda2 100644
--- a/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild
+++ b/virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-AutoLoader/, virtual/perl-Thread-Semaphore/, virtual/perl-Digest/, ...

2017-09-25 Thread Kent Fredric
commit: 5ddbc45000a18d1ea30691c0bc15b9bfd4c2868b
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Sep 26 04:49:24 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 26 05:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddbc450

virtual/perl-*: spread arm64 stable from perl-5.24.1-r2

All virtuals that track specific versions of dev-lang/perl should be kept
in-step with Perl and this only slips sometimes due to being overlooked

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r5.ebuild   | 2 +-
 virtual/perl-B-Debug/perl-B-Debug-1.230.0-r3.ebuild | 2 +-
 virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r4.ebuild  | 2 +-
 virtual/perl-DB_File/perl-DB_File-1.835.0-r3.ebuild | 2 +-
 virtual/perl-Digest/perl-Digest-1.170.100_rc-r4.ebuild  | 2 +-
 virtual/perl-Filter-Simple/perl-Filter-Simple-0.920.0-r3.ebuild | 2 +-
 virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.400.0-r5.ebuild | 2 +-
 virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r3.ebuild   | 2 +-
 virtual/perl-IPC-Cmd/perl-IPC-Cmd-0.920.100_rc-r4.ebuild| 2 +-
 .../perl-Locale-Maketext-Simple-0.210.100_rc-r4.ebuild  | 2 +-
 virtual/perl-Memoize/perl-Memoize-1.30.100_rc-r4.ebuild | 2 +-
 .../perl-Module-Load-Conditional-0.640.0-r3.ebuild  | 2 +-
 virtual/perl-Module-Loaded/perl-Module-Loaded-0.80.0-r9.ebuild  | 2 +-
 virtual/perl-Net-Ping/perl-Net-Ping-2.430.100_rc-r4.ebuild  | 2 +-
 virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r3.ebuild  | 2 +-
 virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r3.ebuild   | 2 +-
 virtual/perl-Safe/perl-Safe-2.390.0-r3.ebuild   | 2 +-
 virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r3.ebuild | 2 +-
 virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.120.0-r9.ebuild   | 2 +-
 virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r8.ebuild | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r5.ebuild 
b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r5.ebuild
index 43da18a7e6f..30ba034b375 100644
--- a/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r5.ebuild
+++ b/virtual/perl-AutoLoader/perl-AutoLoader-5.740.0-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.230.0-r3.ebuild 
b/virtual/perl-B-Debug/perl-B-Debug-1.230.0-r3.ebuild
index 5f5cbb5edf7..124474b90f9 100644
--- a/virtual/perl-B-Debug/perl-B-Debug-1.230.0-r3.ebuild
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.230.0-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )

diff --git a/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r4.ebuild 
b/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r4.ebuild
index cf55e20a11c..c0d7867662c 100644
--- a/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r4.ebuild
+++ b/virtual/perl-CPAN/perl-CPAN-2.110.100_rc-r4.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 
 RDEPEND="
|| ( =dev-lang/perl-5.24.3* =dev-lang/perl-5.24.2* 
=dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} )

diff --git a/virtual/perl-DB_File/perl-DB_File-1.835.0-r3.ebuild 
b/virtual/perl-DB_File/perl-DB_File-1.835.0-r3.ebuild
index 676393c3ea8..5c31b1f29a5 100644
--- a/virtual/perl-DB_File/perl-DB_File-1.835.0-r3.ebuild
+++ 

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

2017-09-25 Thread Kent Fredric
commit: 522907f07209b4b34bd3e8c569edbb31058c7917
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep 25 13:22:54 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 26 05:07:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522907f0

sci-biology/hmmer: de-stabilize

Sci Team don't want unnecessary stable pacakges, and this is not
necessary.

The stated stable versions are broken on all available perls anyway.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-biology/hmmer/hmmer-2.3.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild 
b/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
index f721d4c3a68..0d1a357d4d0 100644
--- a/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
+++ b/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.genetics.wustl.edu/pub/eddy/${PN}/${PV}/${P}.tar.gz;
 
 SLOT="0"
 IUSE="threads test"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND=""
 RDEPEND=""



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

2017-09-25 Thread Kent Fredric
commit: fe35d658bf8673eba70e65f1b6b6de9d7c88
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep 25 13:24:20 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Sep 26 05:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe35

sci-biology/hmmer: Cleanup broken versions re bug #421799

Closes: https://bugs.gentoo.org/421799
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-biology/hmmer/hmmer-2.3.2-r3.ebuild | 52 -
 1 file changed, 52 deletions(-)

diff --git a/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild 
b/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
deleted file mode 100644
index 0d1a357d4d0..000
--- a/sci-biology/hmmer/hmmer-2.3.2-r3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sequence analysis using profile hidden Markov models"
-LICENSE="GPL-2"
-HOMEPAGE="http://hmmer.janelia.org/;
-SRC_URI="ftp://ftp.genetics.wustl.edu/pub/eddy/${PN}/${PV}/${P}.tar.gz;
-
-SLOT="0"
-IUSE="threads test"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND=""
-
-src_configure() {
-   econf \
-   --host=${CHOST} \
-   --prefix="${D}"/usr \
-   --exec_prefix="${D}"/usr \
-   --mandir="${D}"/usr/share/man \
-   --enable-lfs \
-   $(use_enable threads)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   pushd src >/dev/null || die
-   dolib libhmmer.a
-   insinto /usr/include/hmmer
-   doins *.h
-   popd >/dev/null || die
-
-   pushd squid >/dev/null || die
-   dobin afetch alistat compalign compstruct revcomp seqstat seqsplit 
sfetch shuffle sreformat sindex weight translate
-   dolib libsquid.a
-   insinto /usr/include/hmmer
-   doins *.h
-   popd >/dev/null || die
-
-   dodoc NOTES
-   newdoc 00README README
-   insinto /usr/share/doc/${PF}
-   doins Userguide.pdf
-}
-
-src_test() {
-   emake check
-}



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

2017-09-25 Thread Tim Harder
commit: be726952d58dbe5d678dfc5375fc75b6d6a99079
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 26 00:13:22 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 26 01:43:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be726952

dev-python/paramiko: version bump to 2.3.1

 dev-python/paramiko/Manifest  |  1 +
 dev-python/paramiko/paramiko-2.3.1.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
index 317725bebf4..e7cc412b789 100644
--- a/dev-python/paramiko/Manifest
+++ b/dev-python/paramiko/Manifest
@@ -2,3 +2,4 @@ DIST paramiko-1.16.0.tar.gz 1335094 SHA256 
3297ebd3cd072f573772f7c7426939a443c62
 DIST paramiko-2.1.2.tar.gz 1196746 SHA256 
5fae49bed35e2e3d45c4f7b0db2d38b9ca626312d91119b3991d0ecf8125e310 SHA512 
465c5381b1b0a472d2ad8e690f0916a5f51713880486c7b94cadcf85ea0a52569e18337ccfee5440869e4a0c76bd2b1bc15c414128c07326b40ecd36ea021466
 WHIRLPOOL 
39014f4ab316ccf13ce336a594befd00c68dd3eb371f9e29592ec32ee1afcc91ae9307b2c9ae4227569fbc5d5d2c639532cce4552780d4e35743cd5c834a28a3
 DIST paramiko-2.2.1.tar.gz 1205818 SHA256 
ff94ae65379914ec3c960de731381f49092057b6dd1d24d18842ead5a2eb2277 SHA512 
6aa2cce301f32c15d66e2137bc8a5c10ea4a667c599b24047a1e176b10636fe3abd28c7b2974befdde432a86c924acceace056c0572ea3006d3e4a8160b725c3
 WHIRLPOOL 
90f7d92c2d19343ab4f1ce78284458892af332197192f9368d862aa8d759fdbf37faf14c83f5ffacad4b7228be697bf011bf11e23800d49c5b58eaf149d3e9ff
 DIST paramiko-2.3.0.tar.gz 279279 SHA256 
4c4bb490dc861c7f5e0b354c0cb7d51fcbef92fa6a7f3c855020e9bf2ca721fb SHA512 
a7935b76805a938e389fcf38beca0eb653cc1bc370ed7869726361d5758235d282e747c42582781c122f7c8e4299e61292c1ac96dc3921d44aedaf8a699c1ebc
 WHIRLPOOL 
335f7c127bf14d595c652b548ab0c10b263716d20099d7a1b5b6143e95d036a9fb8c85713e7d7131cfdff00dd2fdb6d620945fd70493bc1748279db3c8a9713e
+DIST paramiko-2.3.1.tar.gz 282553 SHA256 
3b50a5a2ce206cb540c27ce83245f565d0139104ee83af33f695db944c926166 SHA512 
b63a177f1f03937d5650d6f2a3ca4c00e0c3ffb0080e5e5a8141aab435c3ad415f5af8c61cb2894d176544b854ff26ee510eaa41081b452dfa6213cdc055
 WHIRLPOOL 
e86c29bf83554a54b7e2fbc4c45afac0da17c50769c230c8c9914f6bee472a8541f889dd8b7d63666a6ea45b90de44fbda34dd6764036c1c82643835624ce2cf

diff --git a/dev-python/paramiko/paramiko-2.3.1.ebuild 
b/dev-python/paramiko/paramiko-2.3.1.ebuild
new file mode 100644
index 000..106bbe8627d
--- /dev/null
+++ b/dev-python/paramiko/paramiko-2.3.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="SSH2 protocol library"
+HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ 
https://pypi.python.org/pypi/paramiko/;
+# pypi tarballs are missing test data
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.5[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Required for testsuite
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_test() {
+   "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}"
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx -s sites/docs
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( build/sphinx/html/. )
+
+   distutils-r1_python_install_all
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins demos/*
+   fi
+}



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

2017-09-25 Thread Andreas Sturmlechner
commit: f1485353ae3f44a8983d764b73b7d5e1b713fde4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 26 00:49:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 26 00:50:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1485353

media-sound/lmms: metadata.xml indentation

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-sound/lmms/metadata.xml | 62 +--
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/media-sound/lmms/metadata.xml b/media-sound/lmms/metadata.xml
index 1464e7cb573..ec9eb3d1b7f 100644
--- a/media-sound/lmms/metadata.xml
+++ b/media-sound/lmms/metadata.xml
@@ -1,35 +1,35 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jaquil...@eagleeyet.net
-Jonathan Aquilina
-  
-  
-aball...@gentoo.org
-Alexis Ballier
-  
-  
-polynomia...@gentoo.org
-Lars Wendler
-  
-  
-proau...@gentoo.org
-Gentoo ProAudio Project
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-  
-   Enables GIG player plugin.
-Enables Fluidsynth MIDI software synthesis 
plugin.
-   Enalbes libsoundio support.
-Enables STK Mallet plugin.
-Enables the VeSTige plugin to run VST plugins through 
Wine.
-  
-  
-LMMS/lmms
-lmms
-  
+   
+   jaquil...@eagleeyet.net
+   Jonathan Aquilina
+   
+   
+   aball...@gentoo.org
+   Alexis Ballier
+   
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   
+   
+   proau...@gentoo.org
+   Gentoo ProAudio Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Enables GIG player plugin.
+   Enables Fluidsynth MIDI software 
synthesis plugin.
+   Enalbes libsoundio support.
+   Enables STK Mallet plugin.
+   Enables the VeSTige plugin to run VST plugins 
through Wine.
+   
+   
+   LMMS/lmms
+   lmms
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/files/, media-sound/lmms/

2017-09-25 Thread Andreas Sturmlechner
commit: 210e6d2420f60febd04e2a539593905ebce33808
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 26 00:46:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 26 00:50:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210e6d24

media-sound/lmms: Drop old

Gentoo-bug: 631906
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-sound/lmms/Manifest  |  3 --
 media-sound/lmms/files/gcc52.patch | 25 -
 media-sound/lmms/files/lmms-1.1.3-Werror.patch | 12 -
 media-sound/lmms/lmms-1.0.2.ebuild | 65 
 media-sound/lmms/lmms-1.0.3.ebuild | 65 
 media-sound/lmms/lmms-1.1.3.ebuild | 70 --
 6 files changed, 240 deletions(-)

diff --git a/media-sound/lmms/Manifest b/media-sound/lmms/Manifest
index ab1ae948e49..d5fa9d70bb9 100644
--- a/media-sound/lmms/Manifest
+++ b/media-sound/lmms/Manifest
@@ -1,4 +1 @@
-DIST lmms-1.0.2-src.tar.bz2 12273540 SHA256 
62fe46ecfa486ed046a551e366ec6cc7d17f53bda9843a5ddce690f59d919cd7 SHA512 
14742689ec21b108153daf264ba190e9cab98bfe95fa969e1ab2df609a8bbb0d9762cca128837ad947acaa6faf61c990f97764036fc3026eabb7b56aaee033d4
 WHIRLPOOL 
2e6639a618fc7dddfbb3f9e995930d0503ebf18e7dced5046872e514181dec78e3bc3216c6821824c3cce0198d7d8ad01bdc1239e12b128ae31868d24def6911
-DIST lmms-1.0.3-src.tar.bz2 12461138 SHA256 
22e045403201946d39a2f1074c64d6875f68cfd0ad47e7088b1a534062ea512d SHA512 
1cf390ac36a18ceb23dd180497c8bff458541bd43c1fc70a0c239ae3352edd6053a93f13f8b7086315f121d9108912b6819d65724cb86b1762c269299b09ba92
 WHIRLPOOL 
34e937bae271093b1618d826a0991628129ade311ff7dbbb8cef52b0d026272655165b0bdfd556437c81ad30e4d5ea904223a67f1835e5d3575f895391e2d5e2
-DIST lmms-1.1.3.tar.gz 16843533 SHA256 
59338e7b90e02fe18db73114aefe479c0e6d1e0e366185d71ea5c1a1e0f9e6bc SHA512 
55a7a57bfe30efa85a281ca8c2ca2cb64a4b834b0338dbd3be7c2c78beb695999ba801264b45c39a5c0d87a0915890997ad3be1ab0da8b28432c4fd97d7cff3e
 WHIRLPOOL 
a06d7b13d9c87c129cfb0d389a776022ebac1a21b5dc9c786e729fa9f1a2b11b12134a043987d14b5afdfe62002dd3de8533762d54a4bc7073bc23d3ea839372
 DIST lmms-1.1.90.tar.gz 16580373 SHA256 
007a4b7a6c7c09bd9e4262af0f03aafb8f0e4a627d88cfa80b845202f675cc4b SHA512 
4e8bc4ec70c613b69ff14e463860e6f86236cb7b238529d41c4e9cc1b9642590110d1d07f87b9e2a4e139454c3a1f851f95a5eaef12e95660b50dd6ea17aa486
 WHIRLPOOL 
495de690f69d2e00c7d2f99e81384e189bf235aec6911f94029be984552856be3aa19f1a5f66293e97deadacc22dbd3cbbc0d2d7a42e7111484edf9d65c196fa

diff --git a/media-sound/lmms/files/gcc52.patch 
b/media-sound/lmms/files/gcc52.patch
deleted file mode 100644
index 60892a717eb..000
--- a/media-sound/lmms/files/gcc52.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-commit 317b2f02a829f694a66c760fc6de7df1db99b006
-Author: Tobias Doerffel 
-Date:   Mon Feb 16 18:22:49 2015 +0100
-
-AutomatableModel: fix wrong comparison logic
-
-We must not negate the float but instead test for inequality in order to
-determine whether the linked model has to be updated.
-
-Closes #1761.
-
-diff --git a/src/core/AutomatableModel.cpp b/src/core/AutomatableModel.cpp
-index 6c7501c..bf56285 100644
 a/src/core/AutomatableModel.cpp
-+++ b/src/core/AutomatableModel.cpp
-@@ -318,8 +318,7 @@ void AutomatableModel::setAutomatedValue( const float 
value )
-   it != 
m_linkedModels.end(); ++it )
-   {
-   if( (*it)->m_setValueDepth < 1 &&
--  !(*it)->fittedValue( m_value ) !=
--   (*it)->m_value )
-+  (*it)->fittedValue( m_value ) != (*it)->m_value 
)
-   {
-   (*it)->setAutomatedValue( value );
-   }

diff --git a/media-sound/lmms/files/lmms-1.1.3-Werror.patch 
b/media-sound/lmms/files/lmms-1.1.3-Werror.patch
deleted file mode 100644
index 4735c3e2b0a..000
--- a/media-sound/lmms/files/lmms-1.1.3-Werror.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -334,9 +334,6 @@
- 
- # set compiler flags
- SET(WERROR_FLAGS "-Wall -Werror=unused-function -Wno-sign-compare 
-Wno-strict-overflow")
--IF(NOT LMMS_BUILD_APPLE)
--   SET(WERROR_FLAGS "${WERROR_FLAGS} -Werror")
--ENDIF()
- 
- # Due to a regression in gcc-4.8.X, we need to disable array-bounds check
- IF (CMAKE_COMPILER_IS_GNUCXX AND ((CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 
"4.8.0") OR (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.8.0")))

diff --git a/media-sound/lmms/lmms-1.0.2.ebuild 
b/media-sound/lmms/lmms-1.0.2.ebuild
deleted file mode 100644
index 4449d988d50..000
--- a/media-sound/lmms/lmms-1.0.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU 

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

2017-09-25 Thread Andreas Sturmlechner
commit: 24fbf89366fd2cd994e6ca46b58565783d8b0199
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 26 00:44:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 26 00:50:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fbf893

media-sound/lmms: Drop USE=qt5 and make it unconditional

- Drop unused eutils.eclass
- Sort DEPENDs
- Remove duplicate KEYWORDS

Gentoo-bug: 631906
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-sound/lmms/lmms-1.1.90.ebuild | 54 ++---
 media-sound/lmms/lmms-.ebuild   | 54 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/media-sound/lmms/lmms-1.1.90.ebuild 
b/media-sound/lmms/lmms-1.1.90.ebuild
index 9fb0ae7c9eb..ee2e0167921 100644
--- a/media-sound/lmms/lmms-1.1.90.ebuild
+++ b/media-sound/lmms/lmms-1.1.90.ebuild
@@ -3,14 +3,13 @@
 
 EAPI=6
 
-inherit eutils cmake-utils
+inherit cmake-utils
 
 DESCRIPTION="Cross-platform music production software"
 HOMEPAGE="https://lmms.io;
 if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/LMMS/lmms.git;
inherit git-r3
-   KEYWORDS=""
 else
SRC_URI="https://github.com/LMMS/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -19,17 +18,11 @@ fi
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 
-IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio qt5 sdl 
soundio
-   stk vst"
+IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio sdl soundio 
stk vst"
 
-RDEPEND="qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   )
-   !qt5? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4[accessibility]
-   )
+COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
>=media-libs/libsamplerate-0.1.8
>=media-libs/libsndfile-1.0.11
sci-libs/fftw:3.0
@@ -39,29 +32,36 @@ RDEPEND="qt5? (
fluidsynth? ( media-sound/fluidsynth )
jack? ( virtual/jack )
libgig? ( media-libs/libgig )
-   ogg? ( media-libs/libvorbis
-   media-libs/libogg )
+   ogg? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
portaudio? ( >=media-libs/portaudio-19_pre )
pulseaudio? ( media-sound/pulseaudio )
-   sdl? ( media-libs/libsdl
-   >=media-libs/sdl-sound-1.0.1 )
+   sdl? (
+   media-libs/libsdl
+   >=media-libs/sdl-sound-1.0.1
+   )
soundio? ( media-libs/libsoundio )
stk? ( media-libs/stk )
-   vst? ( || ( app-emulation/wine virtual/wine ) )"
-DEPEND="${RDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-   >=dev-util/cmake-2.4.5"
-RDEPEND="${RDEPEND}
-   media-plugins/swh-plugins
+   vst? ( || ( app-emulation/wine virtual/wine ) )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+   >=dev-util/cmake-2.4.5
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/ladspa-cmt
+   media-plugins/calf
media-plugins/caps-plugins
+   media-plugins/swh-plugins
media-plugins/tap-plugins
-   media-plugins/calf
-   media-libs/ladspa-cmt"
+"
 
-DOCS=(README.md doc/AUTHORS)
+DOCS=( README.md doc/AUTHORS )
 
 src_configure() {
-   mycmakeargs+=(
+   local mycmakeargs+=(
-DUSE_WERROR=FALSE
-DWANT_SYSTEM_SR=TRUE
-DWANT_CAPS=FALSE
@@ -69,6 +69,7 @@ src_configure() {
-DWANT_SWH=FALSE
-DWANT_CMT=FALSE
-DWANT_CALF=FALSE
+   -DWANT_QT5=TRUE
-DCMAKE_INSTALL_LIBDIR=$(get_libdir)
-DWANT_ALSA=$(usex alsa)
-DWANT_JACK=$(usex jack)
@@ -76,7 +77,6 @@ src_configure() {
-DWANT_OGGVORBIS=$(usex ogg)
-DWANT_PORTAUDIO=$(usex portaudio)
-DWANT_PULSEAUDIO=$(usex pulseaudio)
-   -DWANT_QT5=$(usex qt5)
-DWANT_SDL=$(usex sdl)
-DWANT_SOUNDIO=$(usex soundio)
-DWANT_STK=$(usex stk)

diff --git a/media-sound/lmms/lmms-.ebuild 
b/media-sound/lmms/lmms-.ebuild
index 9fb0ae7c9eb..ee2e0167921 100644
--- a/media-sound/lmms/lmms-.ebuild
+++ b/media-sound/lmms/lmms-.ebuild
@@ -3,14 +3,13 @@
 
 EAPI=6
 
-inherit eutils cmake-utils
+inherit cmake-utils
 
 DESCRIPTION="Cross-platform music production software"
 HOMEPAGE="https://lmms.io;
 if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/LMMS/lmms.git;
inherit git-r3
-   KEYWORDS=""
 else
SRC_URI="https://github.com/LMMS/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -19,17 +18,11 @@ fi
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 
-IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio qt5 sdl 
soundio
-   stk vst"
+IUSE="alsa debug fluidsynth jack libgig ogg portaudio pulseaudio sdl 

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

2017-09-25 Thread Tim Harder
commit: 99650c16a56f55d423f086befae53446919c2f47
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 26 00:06:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 26 00:06:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99650c16

dev-python/tox: add github/pypi sites to HOMEPAGE and github to upstream 
metadata

 dev-python/tox/metadata.xml | 1 +
 dev-python/tox/tox-2.7.0.ebuild | 2 +-
 dev-python/tox/tox-2.8.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/tox/metadata.xml b/dev-python/tox/metadata.xml
index 802ff5e046c..9a563f6807c 100644
--- a/dev-python/tox/metadata.xml
+++ b/dev-python/tox/metadata.xml
@@ -7,5 +7,6 @@


tox
+   tox-dev/tox

 

diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild
index 26a67593476..e8789438ced 100644
--- a/dev-python/tox/tox-2.7.0.ebuild
+++ b/dev-python/tox/tox-2.7.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 inherit distutils-r1
 
 DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io/;
+HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.python.org/pypi/tox;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/tox/tox-2.8.1.ebuild b/dev-python/tox/tox-2.8.1.ebuild
index 7e3ffc9322b..095e13a4c76 100644
--- a/dev-python/tox/tox-2.8.1.ebuild
+++ b/dev-python/tox/tox-2.8.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 inherit distutils-r1
 
 DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io/;
+HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.python.org/pypi/tox;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2017-09-25 Thread Tim Harder
commit: d6fc4852fa0cab0778ff88ff9bd757a402e5c231
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep 25 14:49:22 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep 25 23:43:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fc4852

dev-python/prompt_toolkit: remove old

 dev-python/prompt_toolkit/Manifest |  2 --
 .../prompt_toolkit/prompt_toolkit-1.0.0.ebuild | 29 -
 .../prompt_toolkit/prompt_toolkit-1.0.14.ebuild| 30 --
 3 files changed, 61 deletions(-)

diff --git a/dev-python/prompt_toolkit/Manifest 
b/dev-python/prompt_toolkit/Manifest
index 8a81bd87809..eb74cbb5a51 100644
--- a/dev-python/prompt_toolkit/Manifest
+++ b/dev-python/prompt_toolkit/Manifest
@@ -1,3 +1 @@
-DIST prompt_toolkit-1.0.0.tar.gz 212138 SHA256 
5108ed9e6e40d28cb1dc90ba563987859231289700d0def999007b08f4f74ea4 SHA512 
84908871df84d82b0fd0e31c1bef63b3dde38d8e3c1459d3d5466cfda68ef48477eba5a2d4c5af831e7a3fa42ab57c56f771f8050b53223638683cee27281647
 WHIRLPOOL 
a141f2ed1bc57ef9b663877094c9fe3e4a751a59f72c327da479872bfdd48b7b70ba78f3d4be2c397acb699d2adf272a8df5c8db7b3999b2711dd1b62d4a3d0d
-DIST prompt_toolkit-1.0.14.tar.gz 241612 SHA256 
cc66413b1b4b17021675d9f2d15d57e640b06ddfd99bb724c73484126d22622f SHA512 
909bf50bf0095a8cc37581fc7384f9035eb9d6fd0d16a914e8912693476262cfe0b0c78643ba1c629bd907c861981a9740155927148fcff554446ebb4fd80959
 WHIRLPOOL 
5967bab046f70bfb74ee8e548fb3a7c5cdfeb328498176db28cf3cea5c47233697e193d4e47f0ae688718c228867b4a9b8a1c7227ce0a94b3e9b30441ec44961
 DIST prompt_toolkit-1.0.15.tar.gz 243734 SHA256 
858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917 SHA512 
10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5
 WHIRLPOOL 
0736b1fa8c17cc86e8fcc729ee77d9aee658f9a505c1ccc7a6d987303a978d0e9d10df12c93f9cf6ffe35b2f9b8f8286bcbc07f29cc12c05e644bb17a8218ea4

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild 
b/dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild
deleted file mode 100644
index 541c4e77af1..000
--- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Building powerful interactive command lines in Python"
-HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ 
https://github.com/jonathanslenders/python-prompt-toolkit;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   "${PYTHON}" "${S}"/tests/run_tests.py || die
-}

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.14.ebuild 
b/dev-python/prompt_toolkit/prompt_toolkit-1.0.14.ebuild
deleted file mode 100644
index 7543b32f535..000
--- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Building powerful interactive command lines in Python"
-HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ 
https://github.com/jonathanslenders/python-prompt-toolkit;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test || die
-}



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

2017-09-25 Thread Tim Harder
commit: f65cca7a1ef82458c88e8d30cc29bd50a6e101cf
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep 25 23:43:07 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep 25 23:43:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65cca7a

dev-python/tox: update HOMEPAGE

 dev-python/tox/tox-2.7.0.ebuild | 2 +-
 dev-python/tox/tox-2.8.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tox/tox-2.7.0.ebuild b/dev-python/tox/tox-2.7.0.ebuild
index 9fa76bafad4..26a67593476 100644
--- a/dev-python/tox/tox-2.7.0.ebuild
+++ b/dev-python/tox/tox-2.7.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 inherit distutils-r1
 
 DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="http://tox.testrun.org;
+HOMEPAGE="https://tox.readthedocs.io/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/tox/tox-2.8.1.ebuild b/dev-python/tox/tox-2.8.1.ebuild
index c0177a22c3f..7e3ffc9322b 100644
--- a/dev-python/tox/tox-2.8.1.ebuild
+++ b/dev-python/tox/tox-2.8.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
 inherit distutils-r1
 
 DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="http://tox.testrun.org;
+HOMEPAGE="https://tox.readthedocs.io/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2017-09-25 Thread Tim Harder
commit: e26720906fcba71198769e6cc864c87f73bb58b4
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep 25 14:48:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep 25 23:43:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2672090

dev-python/prompt_toolkit: stabilize 1.0.15 for amd64/x86

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

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild 
b/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
index 7543b32f535..bc789a6bfbb 100644
--- a/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
+++ b/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2017-09-25 Thread Andreas Sturmlechner
commit: c41d57ecfd5aa132a1006961249313276c609dbb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 25 23:12:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 25 23:31:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41d57ec

profiles: Mask media-sound/qtmpc for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 00ab03f2edb..3bde1f5cf37 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (26 Sep 2017)
+# Requires dead Qt 4. Dead upstream. Use media-sound/cantata
+# instead, which originally started as a QtMPC fork but is
+# much more advanced. Masked for removal in 30 days.
+media-sound/qtmpc
+
 # Andreas K. Huettel  (23 Sep 2017)
 # Broken on Perl 5.26 (bug 623096), no fix in sight. No consumers.
 # Removal in 30 days.



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

2017-09-25 Thread Sergei Trofimovich
commit: c0e94047d61629092b6a8562ac989bc829361844
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 23:11:45 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 23:18:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e94047

sys-devel/binutils: bump up to 2.29.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-devel/binutils/Manifest   |  1 +
 sys-devel/binutils/binutils-2.29.1.ebuild | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 447fb9b14ba..37368e3a0f9 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -7,4 +7,5 @@ DIST binutils-2.27.tar.bz2 26099568 SHA256 
369737ce51587f92466041a97ab7d2358c6d9
 DIST binutils-2.28.1-patches-1.0.tar.xz 19772 SHA256 
50cfce6ef7f546dcdb983a8b632507b5cdd51095e4acf1f15bfcd68027d438a4 SHA512 
c2c7d22e1013e79040c4dcb4d70649e78a070976ba3a4bc2ceb4805827b9d93eea1805c85db4fcb6b31be5218c3d7b42a4990437a7c01dc01fd7e9dedb606828
 WHIRLPOOL 
2369fce643cc9b83724b486521621d744de0eaf3d95fdd34c7f1c785bc400f3ed31ae6105001870f33539664d84dd9caae854725e20007f136929d2ece755247
 DIST binutils-2.28.1.tar.bz2 28120394 SHA256 
6924999be62d4464458eb53c11f27277cfb63755df8c1cd47b8d15d02c1942ea SHA512 
5ec5212497b0fa8324f6a0884c284cb71c01942bbd39356d1ae745a5c9d97274c10f9d9c723f4bef6f0217662dfcd0c36e4e955a7599b11217658dc7b97553eb
 WHIRLPOOL 
5c616f719827e5da7db23e89c761323cd4828b4779e79c3983d3ea429bce57ed40219982c478237b4dd728b77bae0a6447d912d96490ed1f5fc279ba5fd73bc6
 DIST binutils-2.29-patches-1.0.tar.xz 7548 SHA256 
8ce4d1ea1224a305c4e36529e02dba87306075638ba0415b69ceeccedc77cd6e SHA512 
5375bfb1b796b7692cf2adfc41bd2ae2e6dc19ff497db5f6beb35a456981b3adb8552ef14f32382faf655aa40da86c2d44177a658ec71e1c0e228dc27a4f2e18
 WHIRLPOOL 
73d2b78ea18e3427442bcb24440f671c1d35c0b559bf2141f30052b2bb8d6a8a6e29994cac741e4e50071c716d761f32b36358487a176d67e8cd226dfaaeafc2
+DIST binutils-2.29.1.tar.bz2 29123355 SHA256 
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc SHA512 
4063d3426922376ccceb3f14b43e287442e82a8038cf50f4f51ad97d438c672c0e310ca4b856c9aff5aa9911073e256e8298a7a3f1844eeb60b90d955592
 WHIRLPOOL 
55bf62434bb00b9a355f8d7138c97b6d984eed3a83d7eb37137cf3ab8efcc8e536415d68eba375ae0ab30743f5b3014a664f7d3c773ed55da40c8814691e04d8
 DIST binutils-2.29.tar.bz2 29073316 SHA256 
29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf SHA512 
8148587d7e4f14ebcbcb3f984b116deaae5d4008228628acde14bc242a64a4b53faf1f6077a2c4ca4750e2f254b698ba506bd657f79e1202e87e7029b0069337
 WHIRLPOOL 
62b3e9ff6f85f8f4a13b71361f5abc4081a70de560931dcaaece1daef04c6bc7d3e0085cbacff0abbb750c4779863d45bc0d8d17273965472992c6b61b5cab20

diff --git a/sys-devel/binutils/binutils-2.29.1.ebuild 
b/sys-devel/binutils/binutils-2.29.1.ebuild
new file mode 100644
index 000..518550da571
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.29.1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PATCHVER="1.0"
+PATCH_BINUTILS_VER="2.29"
+ELF2FLT_VER=""
+inherit toolchain-binutils
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



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

2017-09-25 Thread Sergei Trofimovich
commit: de2ce41d168f7f86bf9e997c3f29a1bd85efec37
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 23:15:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 23:18:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2ce41d

sys-devel/binutils-hppa64: bump up to 2.29.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-devel/binutils-hppa64/Manifest |  1 +
 .../binutils-hppa64/binutils-hppa64-2.29.1.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index c4936b8afd3..524972d5680 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -21,4 +21,5 @@ DIST binutils-2.28.1-patches-1.0.tar.xz 19772 SHA256 
50cfce6ef7f546dcdb983a8b632
 DIST binutils-2.28.1.tar.bz2 28120394 SHA256 
6924999be62d4464458eb53c11f27277cfb63755df8c1cd47b8d15d02c1942ea SHA512 
5ec5212497b0fa8324f6a0884c284cb71c01942bbd39356d1ae745a5c9d97274c10f9d9c723f4bef6f0217662dfcd0c36e4e955a7599b11217658dc7b97553eb
 WHIRLPOOL 
5c616f719827e5da7db23e89c761323cd4828b4779e79c3983d3ea429bce57ed40219982c478237b4dd728b77bae0a6447d912d96490ed1f5fc279ba5fd73bc6
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d
 DIST binutils-2.29-patches-1.0.tar.xz 7548 SHA256 
8ce4d1ea1224a305c4e36529e02dba87306075638ba0415b69ceeccedc77cd6e SHA512 
5375bfb1b796b7692cf2adfc41bd2ae2e6dc19ff497db5f6beb35a456981b3adb8552ef14f32382faf655aa40da86c2d44177a658ec71e1c0e228dc27a4f2e18
 WHIRLPOOL 
73d2b78ea18e3427442bcb24440f671c1d35c0b559bf2141f30052b2bb8d6a8a6e29994cac741e4e50071c716d761f32b36358487a176d67e8cd226dfaaeafc2
+DIST binutils-2.29.1.tar.bz2 29123355 SHA256 
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc SHA512 
4063d3426922376ccceb3f14b43e287442e82a8038cf50f4f51ad97d438c672c0e310ca4b856c9aff5aa9911073e256e8298a7a3f1844eeb60b90d955592
 WHIRLPOOL 
55bf62434bb00b9a355f8d7138c97b6d984eed3a83d7eb37137cf3ab8efcc8e536415d68eba375ae0ab30743f5b3014a664f7d3c773ed55da40c8814691e04d8
 DIST binutils-2.29.tar.bz2 29073316 SHA256 
29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf SHA512 
8148587d7e4f14ebcbcb3f984b116deaae5d4008228628acde14bc242a64a4b53faf1f6077a2c4ca4750e2f254b698ba506bd657f79e1202e87e7029b0069337
 WHIRLPOOL 
62b3e9ff6f85f8f4a13b71361f5abc4081a70de560931dcaaece1daef04c6bc7d3e0085cbacff0abbb750c4779863d45bc0d8d17273965472992c6b61b5cab20

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.29.1.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.29.1.ebuild
new file mode 100644
index 000..46b29bfae89
--- /dev/null
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.29.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+export CTARGET=hppa64-${CHOST#*-}
+
+PATCHVER="1.0"
+PATCH_BINUTILS_VER="2.29"
+ELF2FLT_VER=""
+inherit toolchain-binutils
+
+DESCRIPTION="binutils package for building 64bit kernels on HPPA"
+
+KEYWORDS="-* ~hppa"
+
+# 66_all_binutils-2.22-warn-textrel.patch fails to apply with
+# patch-2.5.9, so require a version that for sure works
+DEPEND+=" >=sys-devel/patch-2.6.1"
+
+src_install() {
+   toolchain-binutils_src_install
+
+   # tweak the default fake list a little bit
+   cd "${D}"/etc/env.d/binutils
+   sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die
+}



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

2017-09-25 Thread Sergei Trofimovich
commit: cf3086b3e4f3fc319336a66abc7c8f63fdad41c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 22:30:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 23:18:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3086b3

toolchain-binutils.eclass: add PATCH_BINUTILS_VER handling

PATCH_BINUTILS_VER is handy when one wants to apply
patchset from a different binutils version. For example
to apply a 2.29 patchset on top of 2.29.1 version ebuild
will refer to it as:
PATCH_BINUTILS_VER="2.29"

Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/toolchain-binutils.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index 8c366aa4a6b..3fbbc57e638 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -78,8 +78,9 @@ add_src_uri() {
set -- mirror://gentoo https://dev.gentoo.org/~vapier/dist 
https://dev.gentoo.org/~tamiko/distfiles
SRC_URI="${SRC_URI} ${@/%//${a}}"
 }
-add_src_uri binutils-${BVER}-patches-${PATCHVER}.tar ${PATCHVER}
-add_src_uri binutils-${BVER}-uclibc-patches-${UCLIBC_PATCHVER}.tar 
${UCLIBC_PATCHVER}
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${BVER}}
+add_src_uri binutils-${PATCH_BINUTILS_VER}-patches-${PATCHVER}.tar ${PATCHVER}
+add_src_uri 
binutils-${PATCH_BINUTILS_VER}-uclibc-patches-${UCLIBC_PATCHVER}.tar 
${UCLIBC_PATCHVER}
 add_src_uri elf2flt-${ELF2FLT_VER}.tar ${ELF2FLT_VER}
 
 if version_is_at_least 2.18 ; then



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

2017-09-25 Thread Sergei Trofimovich
commit: 2c4d894241fbd505d2a687f5706e597db15890b3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 23:13:53 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 23:18:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4d8942

sys-libs/binutils-libs: bump up to 2.29.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-libs/binutils-libs/Manifest|  1 +
 sys-libs/binutils-libs/binutils-libs-2.29.1.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index 2eab1028b2b..40efb30b684 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -7,4 +7,5 @@ DIST binutils-2.28.1-patches-1.0.tar.xz 19772 SHA256 
50cfce6ef7f546dcdb983a8b632
 DIST binutils-2.28.1.tar.bz2 28120394 SHA256 
6924999be62d4464458eb53c11f27277cfb63755df8c1cd47b8d15d02c1942ea SHA512 
5ec5212497b0fa8324f6a0884c284cb71c01942bbd39356d1ae745a5c9d97274c10f9d9c723f4bef6f0217662dfcd0c36e4e955a7599b11217658dc7b97553eb
 WHIRLPOOL 
5c616f719827e5da7db23e89c761323cd4828b4779e79c3983d3ea429bce57ed40219982c478237b4dd728b77bae0a6447d912d96490ed1f5fc279ba5fd73bc6
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d
 DIST binutils-2.29-patches-1.0.tar.xz 7548 SHA256 
8ce4d1ea1224a305c4e36529e02dba87306075638ba0415b69ceeccedc77cd6e SHA512 
5375bfb1b796b7692cf2adfc41bd2ae2e6dc19ff497db5f6beb35a456981b3adb8552ef14f32382faf655aa40da86c2d44177a658ec71e1c0e228dc27a4f2e18
 WHIRLPOOL 
73d2b78ea18e3427442bcb24440f671c1d35c0b559bf2141f30052b2bb8d6a8a6e29994cac741e4e50071c716d761f32b36358487a176d67e8cd226dfaaeafc2
+DIST binutils-2.29.1.tar.bz2 29123355 SHA256 
1509dff41369fb70aed23682351b663b56db894034773e6dbf7d5d6071fc55cc SHA512 
4063d3426922376ccceb3f14b43e287442e82a8038cf50f4f51ad97d438c672c0e310ca4b856c9aff5aa9911073e256e8298a7a3f1844eeb60b90d955592
 WHIRLPOOL 
55bf62434bb00b9a355f8d7138c97b6d984eed3a83d7eb37137cf3ab8efcc8e536415d68eba375ae0ab30743f5b3014a664f7d3c773ed55da40c8814691e04d8
 DIST binutils-2.29.tar.bz2 29073316 SHA256 
29a29549869039aad75fdf507ac30366da5ad0b974fbff4a8e7148dbf4f40ebf SHA512 
8148587d7e4f14ebcbcb3f984b116deaae5d4008228628acde14bc242a64a4b53faf1f6077a2c4ca4750e2f254b698ba506bd657f79e1202e87e7029b0069337
 WHIRLPOOL 
62b3e9ff6f85f8f4a13b71361f5abc4081a70de560931dcaaece1daef04c6bc7d3e0085cbacff0abbb750c4779863d45bc0d8d17273965472992c6b61b5cab20

diff --git a/sys-libs/binutils-libs/binutils-libs-2.29.1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.29.1.ebuild
new file mode 100644
index 000..eb6065807e0
--- /dev/null
+++ b/sys-libs/binutils-libs/binutils-libs-2.29.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PATCHVER="1.0"
+PATCH_BINUTILS_VER="2.29"
+
+inherit eutils toolchain-funcs multilib-minimal
+
+MY_PN="binutils"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for 
external packages"
+HOMEPAGE="https://sourceware.org/binutils/;
+SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2
+   
mirror://gentoo/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCHVER}.tar.xz"
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+# The shared lib SONAMEs use the ${PV} in them.
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="64-bit-bfd multitarget nls static-libs"
+
+COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+DEPEND="${COMMON_DEPEND}
+   >=sys-apps/texinfo-4.7
+   nls? ( sys-devel/gettext )"
+# Need a newer binutils-config that'll reset include/lib symlinks for us.
+RDEPEND="${COMMON_DEPEND}
+   >=sys-devel/binutils-config-5
+   nls? ( !=2.24) make this an explicit option. #497268
+   --enable-install-libiberty
+   --disable-werror
+   --with-bugurl="https://bugs.gentoo.org/;
+   --with-pkgversion="$(pkgversion)"
+   $(use_enable static-libs static)
+   # The binutils eclass enables this flag for all bi-arch builds,
+   # but other tools often don't care about that support.  Put it
+   # beyond a flag if people really want it, but otherwise leave
+   # it disabled as it can slow things down on 32bit arches. 
#438522
+   $(use_enable 64-bit-bfd)
+   # This only disables building in the zlib subdir.
+

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2017-09-25 Thread Jeroen Roovers
commit: fdfa518ed6aba1ac75862f8b0cf91838f8794ab7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 25 22:48:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 25 22:49:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfa518e

x11-drivers/nvidia-drivers: Raise kernel sources version.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild
index fd2e8713d11..975c27145d1 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild
@@ -92,11 +92,11 @@ nvidia_drivers_versions_check() {
die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}"
fi
 
-   if use kernel_linux && kernel_is ge 4 13; then
+   if use kernel_linux && kernel_is ge 4 14; then
ewarn "Gentoo supports kernels which are supported by NVIDIA"
ewarn "which are limited to the following kernels:"
-   ewarn "

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

2017-09-25 Thread Lars Wendler
commit: 6737114f1182825ca72d550322251c7690b8e2a1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 25 22:35:18 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 25 22:37:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6737114f

sys-fs/btrfs-progs: Added myself as maintainer.

(with kind permission from slyfox)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-fs/btrfs-progs/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-fs/btrfs-progs/metadata.xml b/sys-fs/btrfs-progs/metadata.xml
index 5a009b627a6..57996067452 100644
--- a/sys-fs/btrfs-progs/metadata.xml
+++ b/sys-fs/btrfs-progs/metadata.xml
@@ -9,6 +9,10 @@
 sly...@gentoo.org
 Sergei Trofimovich
   
+  
+polynomia...@gentoo.org
+Lars Wendler
+  
   
 Build ext2 conversion utility (btrfs-convert)
Build static binaries in addition to the dynamic 
ones



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

2017-09-25 Thread Lars Wendler
commit: 18971884a8930921ab02c7c13d58ac2fa79d6c41
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 25 22:37:11 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 25 22:37:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18971884

sys-fs/btrfs-progs: Bump to version 4.13.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-fs/btrfs-progs/Manifest  |  1 +
 sys-fs/btrfs-progs/btrfs-progs-4.13.1.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index 028d4ed0e2f..6d450b35ece 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -8,6 +8,7 @@ DIST btrfs-progs-v4.1.2.tar.xz 1123080 SHA256 
62db60c6a0868afb6302112cea54c75687
 DIST btrfs-progs-v4.10.2.tar.xz 1508304 SHA256 
ed09df670338562a52d9e7d76a362cc932737e2a67adca4c09395374be1de60a SHA512 
1a21ca29d03c8d0e697ce075b841e38b021771a67da20087c80ab84bb87c5f56ea80695f9b2a25a2a159fba8b01d74a364435f5462545ec00ebd6f335d3fcd6f
 WHIRLPOOL 
621f1af0273ca3b27e63e20b8a6ec9a3f6519f67fb669f1295be7f742b68362f3c7295be5e4d12ce48e9bc5753d1099b03e52b71fdf878d02664cf1e59720de6
 DIST btrfs-progs-v4.11.tar.xz 1508580 SHA256 
e17a68cc52a27d905b715445e91ddbaa4d42de4847d54836d6ed21e012dabf0e SHA512 
914fb415f7ddec4d3ee203b67cde135dcc4c62d3e25e76e920b9a0ee5099d1cf75d21611795ce5aee78908ed466dc74b0b7ab2e036224b7e357e421f13e4f6c8
 WHIRLPOOL 
54b8d129ab0bd931dd7dab3c00c0b33cfeabaeaa9f9526d6a48adefc2b58537e8e8302538a7072820d21646360979f3b7fe78049f0244068f46cf6f7eeb6d18e
 DIST btrfs-progs-v4.12.tar.xz 1587604 SHA256 
917710c84a9d529c92038390ddf8ace19ad409f61cdcf93c38ccaf2678472ece SHA512 
6a9b13241edda68c866249874189aafb121f73515bf71e46f1f574eff858405d9ce22a251a07c6437f0dc21ca6ee55b4b57c15b431ce63faa3c16d1c8112616e
 WHIRLPOOL 
c929a5f453af005004b858873b3f5c78c8d51372644b3611cf2fc4900c45fee7a6153cf2f09fdf16336928b2427160c4393697751429dc4f1a405721f9ea70e5
+DIST btrfs-progs-v4.13.1.tar.xz 1672248 SHA256 
e04f80fe55429a8a2541ab01951bb29a12c071d7ce8baa318b8feb49f3de8ab2 SHA512 
4fabfaa36b67afcc21a3917bd1faae106a82a2bc97a3670dd054a33490ae60e63512a28af5fe27b016de1e7213809f89e096c39a082f0a5d4e48f8e377eba7ba
 WHIRLPOOL 
0adda0f7fa4bd45c433ae988dbeb64774cd0af6e690c9895fea54aca5a71e7d93b2d314f6e09e827b26cbe441e44ea428cb41eac2a6345f04008351d7404c8e9
 DIST btrfs-progs-v4.2.2.tar.xz 1143760 SHA256 
5d87e4ebb2a3a288c167791e489bfa484034d185c704870c484cb0771d921316 SHA512 
2ad23546b3bb421faad1f67da37566b6ae1887c5340c0f1d06ca59fc0cd0fb1060d92e74e36ba7bfd85b0aff30811525654cd03b7d3570b0b51c2d8e2d6d9a76
 WHIRLPOOL 
5051f232bf5d6c2d19bc0fba9f2653546fc09000279863637a7ab44ff5c8bd107e5307aef3d2fbc7113581df3c224965f882045153eb9fa10da5b34cc4318188
 DIST btrfs-progs-v4.3.1.tar.xz 1184416 SHA256 
0cb5ff15deed01cdf5a77f3f61b7dc9d2cd6787bcf6b6b7dcef424d16e8afd3a SHA512 
661c7c05ee3527cc34f3aa08e88e252e6e836a86752f7e607e3f6dc0a9a861d3bc645a6fa0a5af5f6abfe4f3f2f7e193cffc2bb1c53595e0b7f99c3ff59daeff
 WHIRLPOOL 
503ab00d8362ab2b4b9b91a8de18cca9eba1d76f2331f54cbecc7e89cc491dce3cfbd761d8e6e37773499cea7ef67a66dc7f544d7590d0c82acbef90ebe0c824
 DIST btrfs-progs-v4.4.1.tar.xz 1173248 SHA256 
9964e3ae4fb64692e109ddd733de4554e708348ffa18f0fc16a0cbd4bf40a8fc SHA512 
3086e2e0385d9e14edcfa25e1aee1ed98087dd5b91a66aa450786c932d79841b5c4ee3f9a40b8fdecee0ba1e386196b89679d28e58e4924ce66cd78c5e3c0d4a
 WHIRLPOOL 
188c4dec4f699262b023268e4a582312443aeaf0ea798446105d7288f6375cbad92ea2e8514def0b22cc8991c3ca9aefc5220dd8b6922aa4b506572da973ec33

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.13.1.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.13.1.ebuild
new file mode 100644
index 000..397d271d38c
--- /dev/null
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.13.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+libbtrfs_soname=0
+
+if [[ ${PV} !=  ]]; then
+   MY_PV=v${PV}
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
+   S="${WORKDIR}"/${PN}-${MY_PV}
+else
+   WANT_LIBTOOL=none
+   inherit autotools git-r3
+   EGIT_REPO_URI="git://repo.or.cz/btrfs-progs-unstable/devel.git"
+   EGIT_BRANCH="devel"
+fi
+
+DESCRIPTION="Btrfs filesystem utilities"
+HOMEPAGE="https://btrfs.wiki.kernel.org;
+
+LICENSE="GPL-2"
+SLOT="0/${libbtrfs_soname}"
+IUSE="+convert static static-libs"
+
+RESTRICT=test # tries to mount repared filesystems
+
+RDEPEND="
+   dev-libs/lzo:2=
+   sys-apps/util-linux:0=[static-libs(+)?]
+   sys-libs/zlib:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   )
+"
+DEPEND="${RDEPEND}
+   convert? ( sys-apps/acl )
+   >=app-text/asciidoc-8.6.0
+   app-text/docbook-xml-dtd:4.5
+   

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2017-09-25 Thread Jeroen Roovers
commit: e37d0222405bb8c6596fc6ad8338c2a5c1d4f511
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 25 22:34:57 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 25 22:34:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37d0222

x11-drivers/nvidia-drivers: Version bump (bug #631718).

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-drivers/nvidia-drivers/Manifest|   6 +
 .../nvidia-drivers/nvidia-drivers-384.90.ebuild| 578 +
 2 files changed, 584 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 1266ea367e3..6ba3b6ba9d1 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -9,6 +9,7 @@ DIST NVIDIA-FreeBSD-x86-378.13.tar.gz 59610253 SHA256 
aca461f050950f1a3a81137ec8
 DIST NVIDIA-FreeBSD-x86-381.22.tar.gz 60112159 SHA256 
f309408941c7d393fe51b2356bd424791558b70f8f17f8856fbbefb1bcf74138 SHA512 
ffe5882051fad081854e7b7fefe86a4da55b263b2ca217664991a7e0d84ff2f22d62a37c89afd578f3c99c12be897e5db7a3d1c71c747df655af8e220eb983fa
 WHIRLPOOL 
42bd9205e28d067b1f7417607da21cd66411cefbd1cec74807bbdcee2255e758df2eb15f79a0c3fe1dde7d9f010cfcf648bb6a5890b4637ea7f799cc0810340d
 DIST NVIDIA-FreeBSD-x86-384.59.tar.gz 63257550 SHA256 
0ae4aeb3beab6be586cd76f193d03ee7aa7397c66bfcdc84ab6629f808543bb0 SHA512 
00598c3fe0d2361e0a8cf945fee19edb884c3bba059000d5103ea45c1f36a06238017752130ac7d8cdca0a7be87109dbb76b5cd318a5263495cbf0b91fc45fb9
 WHIRLPOOL 
12a9d4d5fbe5af9370e40ecea9fff7b9ffd868da988dd69bc9ad9b27529401a7f910f7013cb1a3765b5edd175c9c97eab0ecdce858c44adf5d8e6450ddcb38ee
 DIST NVIDIA-FreeBSD-x86-384.69.tar.gz 63499223 SHA256 
2887ff505c56787cf24a8cbfb9648d6c3e53f15d11905ca969ac016f432de4d6 SHA512 
dcdf8ed7683d73722984b2a466cc958d95563fcde0beb5aeafefa0226539c26163159f30b1d7371c819cd41823f63aff82f3150f59a1c529895faea9b3cb398f
 WHIRLPOOL 
2e400861a1cf94371e810619b6a38b71b49f18f150225ca993df41f09e163a91bf59fb1a33d27dea9b07ae13cd981b3baf5b2b45190fedca39fa513e1f686479
+DIST NVIDIA-FreeBSD-x86-384.90.tar.gz 63539967 SHA256 
84a307e03c7db1eb230538e46c45640f815750141cb3d6bd6cb3f3e68381c31e SHA512 
16e333a846f47618f6e732d89bd92fda628c02b28784226a879f23147df764c540c96d2fe517dea465a7d07022df676a009aec22bb09c4439b9ea8b0351c6996
 WHIRLPOOL 
8ec2fdcdf841a20abb579a65e6e18d1ea405a6edad98a57a9b1baa807d4725b3812b6d540ea6f31b84ae28a12a1117e903f258e8f80d93d5dfff52de0eea8920
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.135.tar.gz 36144428 SHA256 
0e415045b96bb272150d35d72c4a17c3d8e7b593dc7ffc577f6f25cc04f9de95 SHA512 
8939f0153e7dc98ed147c79a042731461f87582ef46c4762afadf6a5e1cd0ca32ca99415a3819f7e5abefb2df5c59731454e80873d3d622b73f27e75518c8793
 WHIRLPOOL 
e8689e07f12e169f9abad243111bcddee7796826f0028d29bb5eb340649696a3688a74068f07f52d6764fba9924ddd1dba18e8ae442654fffa9b902ccbde2c7f
 DIST NVIDIA-FreeBSD-x86_64-304.137.tar.gz 36474676 SHA256 
231693189e1bdf5c1dd02315cde5ef9ed6c0854564314438f2f40f9788a34120 SHA512 
f0ae7ccea417aceedf34bfb9c96fd79b31cbf74a8fa59d5199b0ad7b81b8a4aeb66cd4801a45cc37f836979cb4267aa69e08517beaa9b8cb9c66a477d02ef8de
 WHIRLPOOL 
9eb9036d64bd52ccbc8ce641da57c34ec9165d1f74293bec21be6d874cc8338f785d68a45ae2e8cd1161a34b2c95246c9b5504bdf810dfbfae1814ad35eb6a1e
@@ -20,12 +21,14 @@ DIST NVIDIA-FreeBSD-x86_64-378.13.tar.gz 58779963 SHA256 
451b9e4b2da86609c760a9a
 DIST NVIDIA-FreeBSD-x86_64-381.22.tar.gz 59284579 SHA256 
f63001f380055da84eec7aaeddc13442a004ca6979adbfec46d3efac4bad7116 SHA512 
51c5a87fabe87ec7f2589ed97d97447b127ecb5fe501c60bc7c9fce74141c127f4f9bb820d2a9b34fb56db436476d0cb18a73845ab4e7ec2315d4975c8ce4e32
 WHIRLPOOL 
40e1c62b9c8b1d5b20eaa1737285e1ce01e912b013c1aae7c9167e6d240cce5a461fd955e5583065a206abf6d6b195c8916464ce1dd4a53bb5ee94de3679373e
 DIST NVIDIA-FreeBSD-x86_64-384.59.tar.gz 62465295 SHA256 
325612d3fa039b34f6f6e817eccfa03ef0b45346acf14e5d6daf01a6d4f4241b SHA512 
ac2dac82e24e192812dd2f0c3c33d5ae06e41ec8f8f23c26a4d617e92494cb5509c9499c934355823261daa1ab9e98f68b804efadff86e99cf7d093b8125875c
 WHIRLPOOL 
a4bf1c3980699ab355788063ba184ab142ba8f0efd2398c38f9e1def875558bb67fb8d92df761da56ff84464d5b38eef7962f36219b7c311ad05d9d3dbe56fe8
 DIST NVIDIA-FreeBSD-x86_64-384.69.tar.gz 62681463 SHA256 
d312cfa6892c83cf8fcf055f0327d24ce592643fcd619f92bbfeb47d60adb369 SHA512 
b2f3d09bc1ebeb49da9b0eece79e6977479fd918a043313da6dd8d762ff0d7face2579ebac400b334be70ef0abdc34eefb297d80d707eab11a2161d077fa3d24
 WHIRLPOOL 
00ff8c94bc06f457e44de69739eedad1275d9a19fee0978614e9e90962437284e4c2bc04efcfab553bbe94c266ac6987aaabbb329a331a2e4a7d0b5ba26760a1

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

2017-09-25 Thread Lars Wendler
commit: ddf422909fb8b4b6b4051ef065c474d02abb4aa5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 25 22:12:32 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 25 22:21:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf42290

sys-apps/less: Bump to version 520.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/less/Manifest|  1 +
 sys-apps/less/less-520.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index f8e1f6e313a..8e5345efcd3 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,3 +1,4 @@
 DIST less-487.tar.gz 318488 SHA256 
f3dc8455cb0b2b66e0c6b816c00197a71bf6d1787078adeee0bcf2aea4b12706 SHA512 
d31274fdada570fbc6706d7c52637d1accbd18ce947ec062e10b1624c251a8533c6638bc3a1d89d3c70a0c7b9c6d45740598bec9003f281d64c587b1f829125a
 WHIRLPOOL 
e1a6c5dc2ea17e57226083f022d3c39b8a9d17428b7aa15385138680e78fa1ee22800e216a40fe5aa0ca38ca4c0025792a2839031faabdf8f9384dec3c750f74
 DIST less-494.tar.gz 320397 SHA256 
02a476dccd12e1b76e5d91259cba5dac1b8c8e5a730465c1c89c798b19741509 SHA512 
e094309009c081a01da24f711ebbb22637663e06476ad2a7bcc780a2a3df826ec722dd78585fee6ef97d7fe1890ebbb263a38d41bfaa8ff4296b6d4ae3f10974
 WHIRLPOOL 
4a037b1cd356933377f99d8d0ed1969ffea9d5ba26a719c1ceea1a56b102d959698e555154c08c5154a7b2a364824a6e3f4df9064b9df9015dced2b130448e52
 DIST less-497.tar.gz 321341 SHA256 
3a8260a485f85a8aada748559cc42d6e8261325fbcb7d32fff6e60ac837b3ff2 SHA512 
8c0efb6e7f775cb0fde69f418b7a9218330b4f8dd1ab630dc75f833ab1658a1580cfd2f5a471b8cf9fb3a0c44d0b3052b09d95b4b166afef0500192cb028dde2
 WHIRLPOOL 
48c19985baf80c2c75a12a5348d8e3a701be84d816370db1993aeb39fc32ffcb6c8656863cd277f55d0e7596a4173a3d2aefad7d5150af5311ccaaba70895413
+DIST less-520.tar.gz 337959 SHA256 
7b89ea8e605c242f792594ca81dc89979f3537d8cce578f628329c748004908b SHA512 
67b51f4734a3b5a7871509110f87bbd6d1fa3068ad2d524adaa07b8917ff18a962b706cf5d55cf9800a39f9e583f21d0249837841d3c999babaaf5aa2bc4ff9d
 WHIRLPOOL 
39e78c7a34b229978935c2e9b9013214caa7323a624fce83294c47ebff614e284a7c45072ab88bbf8ab69ee4dd2e87e59e4053687ae137c8a8a480027f72b0c3

diff --git a/sys-apps/less/less-520.ebuild b/sys-apps/less/less-520.ebuild
new file mode 100644
index 000..643a59bc2b7
--- /dev/null
+++ b/sys-apps/less/less-520.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Excellent text file viewer"
+HOMEPAGE="http://www.greenwoodsoftware.com/less/;
+SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
+
+LICENSE="|| ( GPL-3 BSD-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="pcre unicode"
+
+DEPEND=">=app-misc/editor-wrapper-3
+   >=sys-libs/ncurses-5.2:0=
+   pcre? ( dev-libs/libpcre )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
+   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
+   econf \
+   --with-regex=$(usex pcre pcre posix) \
+   --with-editor="${EPREFIX}"/usr/libexec/editor
+}
+
+src_install() {
+   default
+
+   newbin "${FILESDIR}"/lesspipe.sh lesspipe
+   newenvd "${FILESDIR}"/less.envd 70less
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
+   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
+   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
+   elog "Colorization support has been dropped.  If you want that, 
check out"
+   elog "the new app-text/lesspipe package."
+   fi
+}



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

2017-09-25 Thread Lars Wendler
commit: 7949d8b765a8ae587780675efe85cb25e4ca2237
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 25 22:18:46 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 25 22:21:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7949d8b7

app-admin/monit: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-admin/monit/Manifest|  1 -
 app-admin/monit/monit-5.22.0.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index 152d6dbeb41..815d7ecfa0a 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,4 +1,3 @@
 DIST monit-5.20.0.tar.gz 1267991 SHA256 
ebac395ec50c1ae64d568db1260bc049d0e0e624c00e79d7b1b9a59c2679b98d SHA512 
653cba9d63fad42acf8c27ee9c050d047fc78e0b7e8cdb0f3d0a533d5b5e01ccf1b82d443cb6518d286547087a021e37a59cbffedbb3daf49ff8f95e8c64b884
 WHIRLPOOL 
28f9fcfa86c346fb390654e4730cc52ce30b794b2dc1e02a484079b55a8bcb50d78a71e2e856f1ce1e161dc99bcd6913b4db92ed0deab64e969c5c6a464c584d
-DIST monit-5.22.0.tar.gz 1296354 SHA256 
9fc58b5e3caafd64f0b6fff3e65ae757239fab37d04fb33efce177da15176183 SHA512 
d7325d463f92eb5e1d6c8cdae01cbf787c23799ac4dd79e66931fe47960d69dba0ed76afb0715be2e877dc42bf77cd73886f5080e10b87084cce4e0da5f71961
 WHIRLPOOL 
0959136e1a15b56d3b0632630402dd123f9a782f6445ea83a88c25c9938878f1645fa1d9788fbab7400ab41d4f8b375a1ecaef52c1d75f507db3e44e0bb64159
 DIST monit-5.23.0.tar.gz 1298472 SHA256 
dd39fe3a379c02402ba9c44c201b3ba925ebdc8f04225918820607b6c5d56713 SHA512 
6ca3de51c7fdb8a677feafb684dc459f4064539fe5501dfa53a2027bb7b1e6f6121b7fa593c9e373f009d2fd0eeca2b9dd659c337f056dfe769908a3aa7ec5b8
 WHIRLPOOL 
1d02ec6ca5152c9df3131e851354ae5af58f8526f7934184c5d4f423bbba9a620c70a6d2731336aa8862d4e33cf4bebdc9b7ef1d3950bea1b49caa2dd660ca88
 DIST monit-5.24.0.tar.gz 1352660 SHA256 
754d1f0e165e5a26d4639a6a83f44ccf839e381f2622e0946d5302fa1f2d2414 SHA512 
5260a1b543495c650e2e91ad38129c65253ce6649150e0e51d11b2902723cb7dd8e1a874c473bec3ba5b51721f2b61fdec92cf445f11cc217c1a6fcc0fab1a1e
 WHIRLPOOL 
2d12934af302f084d4657e7a57f5dc19e76ac17c7aced46181806af12c1f214f2c1f37a7cb54c47e003f78a5d94f91d590bee69cd9669edd9501d977fe5305e7

diff --git a/app-admin/monit/monit-5.22.0.ebuild 
b/app-admin/monit/monit-5.22.0.ebuild
deleted file mode 100644
index 0cbe4359523..000
--- a/app-admin/monit/monit-5.22.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit pam systemd
-
-DESCRIPTION="Monitoring and managing daemons or similar programs running on a 
Unix system"
-HOMEPAGE="http://mmonit.com/monit/;
-SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="libressl pam ssl"
-
-RDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   sys-devel/bison
-   pam? ( virtual/pam )"
-
-src_prepare() {
-   default
-
-   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
-}
-
-src_configure() {
-   econf $(use_with ssl) $(use_with pam)
-}
-
-src_install() {
-   default
-
-   dodoc README
-
-   insinto /etc; insopts -m600; doins monitrc
-   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
-}
-
-pkg_postinst() {
-   elog "Sample configurations are available at:"
-   elog "http://mmonit.com/monit/documentation/;
-}



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

2017-09-25 Thread Lars Wendler
commit: 8588844d7a804fc247bfa199105ed92a5a8464a5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 25 22:13:07 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 25 22:21:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8588844d

sys-apps/less: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/less/Manifest|  1 -
 sys-apps/less/less-494.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 8e5345efcd3..cdfdf564dcf 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,4 +1,3 @@
 DIST less-487.tar.gz 318488 SHA256 
f3dc8455cb0b2b66e0c6b816c00197a71bf6d1787078adeee0bcf2aea4b12706 SHA512 
d31274fdada570fbc6706d7c52637d1accbd18ce947ec062e10b1624c251a8533c6638bc3a1d89d3c70a0c7b9c6d45740598bec9003f281d64c587b1f829125a
 WHIRLPOOL 
e1a6c5dc2ea17e57226083f022d3c39b8a9d17428b7aa15385138680e78fa1ee22800e216a40fe5aa0ca38ca4c0025792a2839031faabdf8f9384dec3c750f74
-DIST less-494.tar.gz 320397 SHA256 
02a476dccd12e1b76e5d91259cba5dac1b8c8e5a730465c1c89c798b19741509 SHA512 
e094309009c081a01da24f711ebbb22637663e06476ad2a7bcc780a2a3df826ec722dd78585fee6ef97d7fe1890ebbb263a38d41bfaa8ff4296b6d4ae3f10974
 WHIRLPOOL 
4a037b1cd356933377f99d8d0ed1969ffea9d5ba26a719c1ceea1a56b102d959698e555154c08c5154a7b2a364824a6e3f4df9064b9df9015dced2b130448e52
 DIST less-497.tar.gz 321341 SHA256 
3a8260a485f85a8aada748559cc42d6e8261325fbcb7d32fff6e60ac837b3ff2 SHA512 
8c0efb6e7f775cb0fde69f418b7a9218330b4f8dd1ab630dc75f833ab1658a1580cfd2f5a471b8cf9fb3a0c44d0b3052b09d95b4b166afef0500192cb028dde2
 WHIRLPOOL 
48c19985baf80c2c75a12a5348d8e3a701be84d816370db1993aeb39fc32ffcb6c8656863cd277f55d0e7596a4173a3d2aefad7d5150af5311ccaaba70895413
 DIST less-520.tar.gz 337959 SHA256 
7b89ea8e605c242f792594ca81dc89979f3537d8cce578f628329c748004908b SHA512 
67b51f4734a3b5a7871509110f87bbd6d1fa3068ad2d524adaa07b8917ff18a962b706cf5d55cf9800a39f9e583f21d0249837841d3c999babaaf5aa2bc4ff9d
 WHIRLPOOL 
39e78c7a34b229978935c2e9b9013214caa7323a624fce83294c47ebff614e284a7c45072ab88bbf8ab69ee4dd2e87e59e4053687ae137c8a8a480027f72b0c3

diff --git a/sys-apps/less/less-494.ebuild b/sys-apps/less/less-494.ebuild
deleted file mode 100644
index 9c55ece254f..000
--- a/sys-apps/less/less-494.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/;
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=
-   pcre? ( dev-libs/libpcre )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   chmod a+x configure || die
-}
-
-src_configure() {
-   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-   econf \
-   --with-regex=$(usex pcre pcre posix) \
-   --with-editor="${EPREFIX}"/usr/libexec/editor
-}
-
-src_install() {
-   default
-
-   newbin "${FILESDIR}"/lesspipe.sh lesspipe
-   newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-   elog "Colorization support has been dropped.  If you want that, 
check out"
-   elog "the new app-text/lesspipe package."
-   fi
-}



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

2017-09-25 Thread Lars Wendler
commit: fabd89afce68d3d9170e9bd0ea660bc1380680c5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 25 22:17:29 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 25 22:21:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabd89af

app-admin/monit: Bump to version 5.24.0

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-admin/monit/Manifest|  1 +
 app-admin/monit/monit-5.24.0.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
index f058efbf722..152d6dbeb41 100644
--- a/app-admin/monit/Manifest
+++ b/app-admin/monit/Manifest
@@ -1,3 +1,4 @@
 DIST monit-5.20.0.tar.gz 1267991 SHA256 
ebac395ec50c1ae64d568db1260bc049d0e0e624c00e79d7b1b9a59c2679b98d SHA512 
653cba9d63fad42acf8c27ee9c050d047fc78e0b7e8cdb0f3d0a533d5b5e01ccf1b82d443cb6518d286547087a021e37a59cbffedbb3daf49ff8f95e8c64b884
 WHIRLPOOL 
28f9fcfa86c346fb390654e4730cc52ce30b794b2dc1e02a484079b55a8bcb50d78a71e2e856f1ce1e161dc99bcd6913b4db92ed0deab64e969c5c6a464c584d
 DIST monit-5.22.0.tar.gz 1296354 SHA256 
9fc58b5e3caafd64f0b6fff3e65ae757239fab37d04fb33efce177da15176183 SHA512 
d7325d463f92eb5e1d6c8cdae01cbf787c23799ac4dd79e66931fe47960d69dba0ed76afb0715be2e877dc42bf77cd73886f5080e10b87084cce4e0da5f71961
 WHIRLPOOL 
0959136e1a15b56d3b0632630402dd123f9a782f6445ea83a88c25c9938878f1645fa1d9788fbab7400ab41d4f8b375a1ecaef52c1d75f507db3e44e0bb64159
 DIST monit-5.23.0.tar.gz 1298472 SHA256 
dd39fe3a379c02402ba9c44c201b3ba925ebdc8f04225918820607b6c5d56713 SHA512 
6ca3de51c7fdb8a677feafb684dc459f4064539fe5501dfa53a2027bb7b1e6f6121b7fa593c9e373f009d2fd0eeca2b9dd659c337f056dfe769908a3aa7ec5b8
 WHIRLPOOL 
1d02ec6ca5152c9df3131e851354ae5af58f8526f7934184c5d4f423bbba9a620c70a6d2731336aa8862d4e33cf4bebdc9b7ef1d3950bea1b49caa2dd660ca88
+DIST monit-5.24.0.tar.gz 1352660 SHA256 
754d1f0e165e5a26d4639a6a83f44ccf839e381f2622e0946d5302fa1f2d2414 SHA512 
5260a1b543495c650e2e91ad38129c65253ce6649150e0e51d11b2902723cb7dd8e1a874c473bec3ba5b51721f2b61fdec92cf445f11cc217c1a6fcc0fab1a1e
 WHIRLPOOL 
2d12934af302f084d4657e7a57f5dc19e76ac17c7aced46181806af12c1f214f2c1f37a7cb54c47e003f78a5d94f91d590bee69cd9669edd9501d977fe5305e7

diff --git a/app-admin/monit/monit-5.24.0.ebuild 
b/app-admin/monit/monit-5.24.0.ebuild
new file mode 100644
index 000..0cbe4359523
--- /dev/null
+++ b/app-admin/monit/monit-5.24.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit pam systemd
+
+DESCRIPTION="Monitoring and managing daemons or similar programs running on a 
Unix system"
+HOMEPAGE="http://mmonit.com/monit/;
+SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="libressl pam ssl"
+
+RDEPEND="
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   sys-devel/bison
+   pam? ( virtual/pam )"
+
+src_prepare() {
+   default
+
+   sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in 
Makefile.in"
+}
+
+src_configure() {
+   econf $(use_with ssl) $(use_with pam)
+}
+
+src_install() {
+   default
+
+   dodoc README
+
+   insinto /etc; insopts -m600; doins monitrc
+   newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
+}
+
+pkg_postinst() {
+   elog "Sample configurations are available at:"
+   elog "http://mmonit.com/monit/documentation/;
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libqzeitgeist/, profiles/, kde-misc/akonadi-git-resource/

2017-09-25 Thread Andreas Sturmlechner
commit: ac0d5eb168645ebbe993011dd533b225fdcb2d8b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 25 22:01:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 25 22:01:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0d5eb1

profiles: Remove last-rited packages

- dev-libs/libqzeitgeist
- kde-misc/akonadi-git-resource

 dev-libs/libqzeitgeist/Manifest|  1 -
 dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild  | 47 --
 dev-libs/libqzeitgeist/metadata.xml|  8 
 kde-misc/akonadi-git-resource/Manifest |  1 -
 .../akonadi-git-resource-0_p20131023.ebuild| 22 --
 kde-misc/akonadi-git-resource/metadata.xml |  8 
 profiles/package.mask  | 10 -
 7 files changed, 97 deletions(-)

diff --git a/dev-libs/libqzeitgeist/Manifest b/dev-libs/libqzeitgeist/Manifest
deleted file mode 100644
index a1bf40e4d4b..000
--- a/dev-libs/libqzeitgeist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libqzeitgeist-0.8.0.tar.bz2 29459 SHA256 
0a8aa980d64549cce93691705807681fd7e3e079a48aee68fc4b2653f17d61ad SHA512 
55e7c3a84dba8e94bb7ef7cc22a8be845e140630878f01add94ec31b0c1d13323dbdcfecddad035dffd8d9b178e0b267395ea227cea94585154d641f8d234f80
 WHIRLPOOL 
e0b87fd54ded54759782468ba95bea5bbde3bd060592165538f221022e1cc014d669b85dd1371c599f35f997e2071af65358da02ffbd051e8fe4fe915a6f2110

diff --git a/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild 
b/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild
deleted file mode 100644
index f86c64ae8d1..000
--- a/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-KDE_REQUIRED="never"
-inherit python-any-r1 kde4-base
-
-DESCRIPTION="Qt interface to the Zeitgeist event tracking system"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/libqzeitgeist;
-if [[ ${PV} != ** ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-   KEYWORDS="~amd64 ~x86"
-else
-   KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-RDEPEND="
-   dev-libs/libzeitgeist
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtdeclarative:4
-"
-DEPEND="${RDEPEND}
-   $(python_gen_any_dep 'gnome-extra/zeitgeist[${PYTHON_USEDEP}]')
-   dev-util/automoc
-"
-
-python_check_deps() {
-   has_version "gnome-extra/zeitgeist[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-   kde4-base_pkg_setup
-}
-
-src_prepare() {
-   sed -e "/^find_package(Qt4/s/QtTest//" -i CMakeLists.txt || die
-
-   kde4-base_src_prepare
-}

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

diff --git a/kde-misc/akonadi-git-resource/Manifest 
b/kde-misc/akonadi-git-resource/Manifest
deleted file mode 100644
index 0da4e0a09d5..000
--- a/kde-misc/akonadi-git-resource/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST akonadi-git-resource-0_p20131023.tar.xz 10928 SHA256 
549b9ce173554670d7a2105df693c9c2841657c429f5dd992c0cff33b6afe319 SHA512 
82de7d331bba16aa5ecb9d8f7c3e81d70cabfd2ff01dbd5f4c4c640b078daf643deacf3c375f80fc27889e8a3e92f083af88ae0bb2b530718b5ecf403239830a
 WHIRLPOOL 
cca130da2288abfb5936bcab4cca6f7ab65558cf016fccdc6f3eaadd492e9d7898440c2f182e4085036833797b8c92713b15d361d2103a2bb2050274a573

diff --git 
a/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild 
b/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild
deleted file mode 100644
index 27a157da085..000
--- a/kde-misc/akonadi-git-resource/akonadi-git-resource-0_p20131023.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SQL_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Git commit integration in Akonadi"
-HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-git-resource;
-LICENSE="GPL-2"
-
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz;
-
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep kdepimlibs)
-   >=dev-libs/libgit2-0.17
-"

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

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

2017-09-25 Thread Sergei Trofimovich
commit: 00217cec432de1c594425abfefdb3e94f386351c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:49:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:49:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00217cec

dev-libs/libxml2: stable 2.9.4-r3 for ppc, bug #623206

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-libs/libxml2/libxml2-2.9.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
index 4031d409cb9..6a3443c3695 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2017-09-25 Thread Sergei Trofimovich
commit: c8958da1e54d4b692d04303a13d2ae79590550d7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:49:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:49:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8958da1

dev-libs/elfutils: stable 0.169-r1 for ppc, bug #618004

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild 
b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
index ce2f23a2128..835e0d8ce73 100644
--- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



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

2017-09-25 Thread Sergei Trofimovich
commit: 2db49271b4b6fd50e3b3b6c010360e682acaeaa5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:49:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:49:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db49271

dev-libs/libpcre: stable 8.41 for ppc, bug #614052

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-libs/libpcre/libpcre-8.41.ebuild 
b/dev-libs/libpcre/libpcre-8.41.ebuild
index 9d6e1e1c862..b905d5eee97 100644
--- a/dev-libs/libpcre/libpcre-8.41.ebuild
+++ b/dev-libs/libpcre/libpcre-8.41.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
 REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"



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

2017-09-25 Thread Sergei Trofimovich
commit: 86566cbb418b9aae9dc7f9d5d026e553f8fd5ac5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:49:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:49:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86566cbb

dev-libs/libpcre2: stable 10.30 for ppc, bug #617944

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-libs/libpcre2/libpcre2-10.30.ebuild 
b/dev-libs/libpcre2/libpcre2-10.30.ebuild
index 6ac2562ce10..5e9a3da4280 100644
--- a/dev-libs/libpcre2/libpcre2-10.30.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.30.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2017-09-25 Thread Sergei Trofimovich
commit: 164c5c2d247af352f13f68af28ec1a8fe58f71c0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:49:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:49:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164c5c2d

media-libs/ming: stable 0.4.8-r1 for ppc, bug #614010

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/media-libs/ming/ming-0.4.8-r1.ebuild 
b/media-libs/ming/ming-0.4.8-r1.ebuild
index ea80d3bce85..75828579264 100644
--- a/media-libs/ming/ming-0.4.8-r1.ebuild
+++ b/media-libs/ming/ming-0.4.8-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/libming/libming/archive/${P//./_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+perl php +python static-libs"
 
 RDEPEND="perl? ( dev-lang/perl:= )



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

2017-09-25 Thread Sergei Trofimovich
commit: c046bc79e62ae9c8fccbfe93b1e2db8a76c8b106
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:40:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:40:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c046bc79

dev-libs/libpcre2: stable 10.30 for ppc64, bug #617944

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-libs/libpcre2/libpcre2-10.30.ebuild 
b/dev-libs/libpcre2/libpcre2-10.30.ebuild
index c5bc12f250e..6ac2562ce10 100644
--- a/dev-libs/libpcre2/libpcre2-10.30.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.30.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2017-09-25 Thread Sergei Trofimovich
commit: ce9cb02519a2305aa3deaacd2f7c51c05094340b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:39:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:39:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9cb025

app-text/libgxps: stable 0.3.0 for ppc64, bug #626340

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-text/libgxps/libgxps-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libgxps/libgxps-0.3.0.ebuild 
b/app-text/libgxps/libgxps-0.3.0.ebuild
index 9febf2965b5..96e055fd344 100644
--- a/app-text/libgxps/libgxps-0.3.0.ebuild
+++ b/app-text/libgxps/libgxps-0.3.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgxps;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 x86"
 IUSE="+introspection jpeg lcms tiff"
 
 RDEPEND="



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

2017-09-25 Thread Sergei Trofimovich
commit: a14dd77a3e498f4c7adc8df696ed9892ac15f237
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:41:51 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:41:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14dd77a

dev-libs/libpcre: stable 8.41 for ppc64, bug #614052

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-libs/libpcre/libpcre-8.41.ebuild 
b/dev-libs/libpcre/libpcre-8.41.ebuild
index 073f885e552..9d6e1e1c862 100644
--- a/dev-libs/libpcre/libpcre-8.41.ebuild
+++ b/dev-libs/libpcre/libpcre-8.41.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
 REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"



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

2017-09-25 Thread Andreas Sturmlechner
commit: 629a15311672aa657d82ab39670055926d9e6017
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 25 21:12:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 25 21:12:06 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=629a1531

kde5-meta-pkg.eclass: There is no KDE 5

 eclass/kde5-meta-pkg.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass
index a241d5d8e2..a9417fb7d0 100644
--- a/eclass/kde5-meta-pkg.eclass
+++ b/eclass/kde5-meta-pkg.eclass
@@ -4,9 +4,10 @@
 # @ECLASS: kde5-meta-pkg.eclass
 # @MAINTAINER:
 # k...@gentoo.org
-# @BLURB: This eclass contains boilerplate for KDE 5 meta packages
+# @BLURB: This eclass contains boilerplate for KDE meta packages.
 # @DESCRIPTION:
-# This eclass should only be used for defining meta packages for KDE 5.
+# This eclass should only be used for defining meta packages bundling
+# software produced by the KDE community.
 
 if [[ -z ${_KDE5_META_PKG_ECLASS} ]]; then
 _KDE5_META_PKG_ECLASS=1



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

2017-09-25 Thread Andreas Sturmlechner
commit: c3b4273543aea9ec14487797496e86c2fbf7197f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr 25 21:42:37 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 25 21:11:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3b42735

kde5-functions.eclass: There is no KDE 5

 eclass/kde5-functions.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 95eac433ab..5e0dc3aa96 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -4,12 +4,12 @@
 # @ECLASS: kde5-functions.eclass
 # @MAINTAINER:
 # k...@gentoo.org
-# @BLURB: Common ebuild functions for KDE 5-related packages.
+# @BLURB: Common ebuild functions for packages based on KDE Frameworks 5.
 # @DESCRIPTION:
-# This eclass contains functions shared by the other KDE 5 eclasses and forms
+# This eclass contains functions shared by the other KDE eclasses and forms
 # part of their public API.
 #
-# This elass should (almost) never be inherited directly by an ebuild.
+# This eclass should (almost) never be inherited directly by an ebuild.
 
 if [[ -z ${_KDE5_FUNCTIONS_ECLASS} ]]; then
 _KDE5_FUNCTIONS_ECLASS=1



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind/

2017-09-25 Thread Sergei Trofimovich
commit: 688edf9cdb9494d0d3abd1d99c516b5f103a491a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:36:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:36:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688edf9c

net-dns/bind: stable 9.11.1_p3 for ppc, bug #623154

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-dns/bind/bind-9.11.1_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.11.1_p3.ebuild 
b/net-dns/bind/bind-9.11.1_p3.ebuild
index 2560a7c9cec..71bedf0b5d3 100644
--- a/net-dns/bind/bind-9.11.1_p3.ebuild
+++ b/net-dns/bind/bind-9.11.1_p3.ebuild
@@ -38,7 +38,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc filter- fixed-rrset geoip gost gssapi 
idn ipv6
 json ldap libressl lmdb mysql nslint odbc postgres python rpz seccomp selinux 
ssl static-libs



[gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/

2017-09-25 Thread Sergei Trofimovich
commit: 905ac4e30f50054cdbe6cd3150ae4c363c744f99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:36:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:36:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ac4e3

net-dns/c-ares: stable 1.13.0 for ppc, bug #622278

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-dns/c-ares/c-ares-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/c-ares/c-ares-1.13.0.ebuild 
b/net-dns/c-ares/c-ares-1.13.0.ebuild
index 33abc7f542a..42da694b203 100644
--- a/net-dns/c-ares/c-ares-1.13.0.ebuild
+++ b/net-dns/c-ares/c-ares-1.13.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://c-ares.haxx.se/;
 SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz;
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
 IUSE="static-libs"
 
 # Subslot = SONAME of libcares.so.2



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2017-09-25 Thread Sergei Trofimovich
commit: 49af987c3b25fb0fb7120ec5757a62dd7ed4ae8d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:36:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:36:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49af987c

net-dns/bind-tools: stable 9.11.1_p3 for ppc, bug #623154

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
index 1d108fcda17..1ea769cfb17 100644
--- a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2017-09-25 Thread Sergei Trofimovich
commit: 5e6714c5f007e19821e2c6ff37eef7d979631804
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:36:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:36:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6714c5

media-libs/libmtp: stable 1.1.13 for ppc, bug #622910

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 media-libs/libmtp/libmtp-1.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmtp/libmtp-1.1.13.ebuild 
b/media-libs/libmtp/libmtp-1.1.13.ebuild
index 75f4e387d85..43aab98b44c 100644
--- a/media-libs/libmtp/libmtp-1.1.13.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.13.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
 fi
 
 DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"



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

2017-09-25 Thread Sergei Trofimovich
commit: 865d0adab02e780f28019c27af4ad71fe9dab696
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:13:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:14:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865d0ada

dev-libs/libxml2: stable 2.9.4-r3 for ppc64, bug #623206

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-libs/libxml2/libxml2-2.9.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
index ebcc325b4be..4031d409cb9 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2017-09-25 Thread Sergei Trofimovich
commit: c4477b5b2cd03584384d6f142fd8aee2bc4f2b8d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:13:49 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:14:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4477b5b

net-dns/bind-tools: stable 9.11.1_p3 for ppc64, bug #623154

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
index 6339df62ec0..1d108fcda17 100644
--- a/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.11.1_p3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind/

2017-09-25 Thread Sergei Trofimovich
commit: 403ff52fceb3a0305cb3aed0b551d2d6d848020a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:13:44 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:14:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403ff52f

net-dns/bind: stable 9.11.1_p3 for ppc64, bug #623154

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 net-dns/bind/bind-9.11.1_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.11.1_p3.ebuild 
b/net-dns/bind/bind-9.11.1_p3.ebuild
index 44b516ee5b4..2560a7c9cec 100644
--- a/net-dns/bind/bind-9.11.1_p3.ebuild
+++ b/net-dns/bind/bind-9.11.1_p3.ebuild
@@ -38,7 +38,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc filter- fixed-rrset geoip gost gssapi 
idn ipv6
 json ldap libressl lmdb mysql nslint odbc postgres python rpz seccomp selinux 
ssl static-libs



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

2017-09-25 Thread Sergei Trofimovich
commit: fdd7a97296b33d38e1b295f8d4dc3712a5bda1a9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:13:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:14:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdd7a972

media-libs/libmtp: stable 1.1.13 for ppc64, bug #622910

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 media-libs/libmtp/libmtp-1.1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmtp/libmtp-1.1.13.ebuild 
b/media-libs/libmtp/libmtp-1.1.13.ebuild
index bc4342faedf..75f4e387d85 100644
--- a/media-libs/libmtp/libmtp-1.1.13.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.13.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
 fi
 
 DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"



[gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/

2017-09-25 Thread Sergei Trofimovich
commit: 394196806d31b98f55700fc475a7d512ab0dc02c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 21:13:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 21:14:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39419680

net-dns/c-ares: stable 1.13.0 for ppc64, bug #622278

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 net-dns/c-ares/c-ares-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/c-ares/c-ares-1.13.0.ebuild 
b/net-dns/c-ares/c-ares-1.13.0.ebuild
index bf649ef9145..33abc7f542a 100644
--- a/net-dns/c-ares/c-ares-1.13.0.ebuild
+++ b/net-dns/c-ares/c-ares-1.13.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://c-ares.haxx.se/;
 SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz;
 
 LICENSE="MIT"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
 IUSE="static-libs"
 
 # Subslot = SONAME of libcares.so.2



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

2017-09-25 Thread Andreas Hüttel
commit: 63c56087785f0a65d287ed9faa67ecfc80e85ce3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Sep 25 20:43:06 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Sep 25 20:47:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c56087

net-analyzer/snort: Allow building against libtirpc for rpc support, bug 631314

Closes: https://bugs.gentoo.org/631314
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-analyzer/snort/files/snort-2.9.8.3-rpc.patch |  26 +++
 net-analyzer/snort/metadata.xml  |   3 +
 net-analyzer/snort/snort-2.9.8.3-r2.ebuild   | 254 +++
 3 files changed, 283 insertions(+)

diff --git a/net-analyzer/snort/files/snort-2.9.8.3-rpc.patch 
b/net-analyzer/snort/files/snort-2.9.8.3-rpc.patch
new file mode 100644
index 000..51ee56d8410
--- /dev/null
+++ b/net-analyzer/snort/files/snort-2.9.8.3-rpc.patch
@@ -0,0 +1,26 @@
+diff -ruN snort-2.9.8.3.orig/configure.in snort-2.9.8.3/configure.in
+--- snort-2.9.8.3.orig/configure.in2016-04-26 10:08:28.0 -
 snort-2.9.8.3/configure.in 2017-09-25 20:21:17.632003858 -
+@@ -187,6 +187,22 @@
+ AC_CHECK_LIB(nsl, inet_ntoa)
+ fi
+ 
++AC_ARG_WITH([libtirpc],
++   AS_HELP_STRING([--with-libtirpc], [Use libtirpc as RPC 
implementation (instead of sunrpc)]),
++   [], [ with_libtirpc=no ])
++
++AS_IF([test "x$with_libtirpc" != xno], 
++  [PKG_CHECK_MODULES([TIRPC], 
++ [libtirpc], 
++ [extra_incl="$extra_incl $TIRPC_CFLAGS"; LIBS="$LIBS 
$TIRPC_LIBS";],
++[AC_MSG_ERROR([libtirpc requested, but library not 
found.])]
++   )], 
++  [AC_CHECK_HEADER(rpc/rpc.h, 
++  [],
++  [AC_MSG_ERROR([sunrpc requested, but headers are not 
present.])]
++ )]
++)
++
+ if test -z "$no_libsocket"; then
+ AC_CHECK_LIB(socket, socket)
+ fi

diff --git a/net-analyzer/snort/metadata.xml b/net-analyzer/snort/metadata.xml
index 145c62de86a..bfe81882b55 100644
--- a/net-analyzer/snort/metadata.xml
+++ b/net-analyzer/snort/metadata.xml
@@ -138,5 +138,8 @@
Allows Snort to read pcap files that are larger than 2 
GB. ONLY
VALID FOR 64bit SYSTEMS!

+   
+   Build against net-libs/libtirpc for RPC 
support
+   

 

diff --git a/net-analyzer/snort/snort-2.9.8.3-r2.ebuild 
b/net-analyzer/snort/snort-2.9.8.3-r2.ebuild
new file mode 100644
index 000..161524dd796
--- /dev/null
+++ b/net-analyzer/snort/snort-2.9.8.3-r2.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib user
+
+DESCRIPTION="The de facto standard for intrusion detection/prevention"
+HOMEPAGE="http://www.snort.org/;
+SRC_URI="https://www.snort.org/downloads/${PN}/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static +gre +ppm +perfprofiling
++non-ether-decoders control-socket file-inspect high-availability
+shared-rep side-channel sourcefire linux-smp-stats inline-init-failopen
++threads debug +active-response reload-error-restart
++react +flexresp3 large-pcap-64bit selinux +libtirpc"
+
+DEPEND=">=net-libs/libpcap-1.3.0
+   >=net-libs/daq-2.0.2
+   >=dev-libs/libpcre-8.33
+   dev-libs/libdnet
+   sys-libs/zlib
+   !libtirpc? ( sys-libs/glibc[rpc(-)] )
+   libtirpc? ( net-libs/libtirpc )
+   || ( net-libs/libnsl |config daq: afpacket|g' \
+   "${D}etc/snort/snort.conf.distrib" || die
+
+   # Set the location of the DAQ modules
+   sed -i -e 's|^# config daq_dir: |config daq_dir: 
/usr/'$(get_libdir)'/daq|g' \
+   "${D}etc/snort/snort.conf.distrib" || die
+
+   # Set the DAQ mode to passive
+   sed -i -e 's|^# config daq_mode: |config daq_mode: passive|g' \
+   "${D}etc/snort/snort.conf.distrib" || die
+
+   # Set snort to run as snort:snort
+   sed -i -e 's|^# config set_gid:|config set_gid: snort|g' \
+   "${D}etc/snort/snort.conf.distrib" || die
+   sed -i -e 's|^# config set_uid:|config set_uid: snort|g' \
+   "${D}etc/snort/snort.conf.distrib" || die
+
+   # Set the default log dir
+   sed -i -e 's|^# config logdir:|config logdir: /var/log/snort/|g' \
+   "${D}etc/snort/snort.conf.distrib" || die
+
+   # Set the correct so_rule location in the config
+sed -i -e 's|SO_RULE_PATH ../so_rules|SO_RULE_PATH 
/etc/snort/so_rules|g' \
+"${D}etc/snort/snort.conf.distrib" || die
+}
+
+pkg_postinst() {
+
+   einfo "There have been a number of improvements and new features"
+   einfo "added to ${P}. Please review the RELEASE.NOTES and"
+   einfo "ChangLog located in 

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

2017-09-25 Thread Patrice Clement
commit: fa836360d767cb4ecee7f2635827ebdacbcede65
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Sep 25 20:17:06 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Sep 25 20:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa836360

dev-util/scala-ide: revert 2fe1fffbf58ed7804a381000427a1424dbc91385.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-util/scala-ide/Manifest   |  1 -
 dev-util/scala-ide/scala-ide-4.3.0.ebuild | 17 +++---
 dev-util/scala-ide/scala-ide-4.6.1.ebuild | 38 ---
 3 files changed, 8 insertions(+), 48 deletions(-)

diff --git a/dev-util/scala-ide/Manifest b/dev-util/scala-ide/Manifest
index 5a44a871336..1ee3b3c7874 100644
--- a/dev-util/scala-ide/Manifest
+++ b/dev-util/scala-ide/Manifest
@@ -2,4 +2,3 @@ DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86.tar.gz 232347349 
SHA256 1d7054b49
 DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 232491001 SHA256 
d3e9efe1176d979dc0fe2a9457f70068b5a3fd23635a07bcd5639e2345897aca SHA512 
d5b8fe3cb3d6623e2f29e0ad5d279b363143c9b392ea5d91092ecb9de765828ac0c50c74ff879f7c825099b22a833ad3acbb0c2cfcd51c769ee19082905b63eb
 WHIRLPOOL 
8007d41e9695c6ae5c3094906ebc6fba263d8d005f6763ce70eb4398db266ea1aff64bc4bc24bc216d0e869e839a92298bb3f85f8149608dd2986d36a3863def
 DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86.tar.gz 237898838 SHA256 
3f46b5576e72f8555b322bf8a1ff8357372c5ec159f9171f2d81f78c5d753f78 SHA512 
b8fcac4e0eeace0d146028e2f1551cdd3f58d38830430080e7aa5ccd581ae6a31992a5d1f39b6e8fcb30979953f0b9777166d2de73d7310621c9e7fa2e620f3d
 WHIRLPOOL 
05756a8be2e23d50a84ea36a786f5b442c18da94e40b14c199c034880b226e0fdd8a06f4c2fbfa7238c5ab4343ea68bf71ea91830f05cd7226aba40d5389c05c
 DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 238040666 SHA256 
bc6b9289ab318a4eb7e273a2990351cc051a00051b208192591c0a6fad5da20d SHA512 
70f3a481065f79532a4a0463e2549e4ecb0590e6d6e1ca7704629eced4393a7e4f7b22cd7c368a852c1d8f63cff949db02a7dd7f1be71cd30f52219c5cfbefd5
 WHIRLPOOL 
11dddf53d364864198629dfefdc84202fc19876d325e7738488402b7614faa5d6b88e8f2867810c854e9110fd3596043529a2e6f588107af519ae807a9d711d8
-DIST scala-SDK-4.6.1-vfinal-2.12-linux.gtk.x86_64.tar.gz 265183376 SHA256 
6d15718fff347597ffc3147eb1f01f9acd73bba8226ff91cbdb697fb69055c45 SHA512 
4102e62aafb976c0e5e11f1cdde187d0d584990ed4eba912317e9afd801d22d44e7c9ea96895c992f9a6c93570fc560403b767e6bc514c7f0220e8c8ebb6705e
 WHIRLPOOL 
96af6e29a0ccaa1cba1da36e05f4eaa67dfb964410f8e2b228d8cf153ddf8269e8d081b8f7acf29a24c5ddb82262b9e3ff3e2e4fa8f74ab482635a4cfba329c9

diff --git a/dev-util/scala-ide/scala-ide-4.3.0.ebuild 
b/dev-util/scala-ide/scala-ide-4.3.0.ebuild
index 4fe500b2db6..8e637c5ccde 100644
--- a/dev-util/scala-ide/scala-ide-4.3.0.ebuild
+++ b/dev-util/scala-ide/scala-ide-4.3.0.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
 EAPI=5
 
@@ -28,28 +28,27 @@ RDEPEND=">=virtual/jdk-1.6
|| (
dev-lang/scala
dev-lang/scala-bin
-   )
-"
+   )"
 
 MY_D="/opt"
 
 src_unpack() {
default
unpack ${A}
-   mv "${WORKDIR}"/eclipse "${WORKDIR}"/"${P}"
+   mv "${WORKDIR}"/eclipse "${WORKDIR}"/"${P}" || die
 }
 
 src_prepare() {
-   mv "${WORKDIR}"/"${P}"/eclipse "${WORKDIR}"/"${P}"/"${PN}"
+   mv "${WORKDIR}"/"${P}"/eclipse "${WORKDIR}"/"${P}"/"${PN}" || die
 }
 
 src_install() {
cd "${D}" || die
-   dodir "${MY_D}" || die
+   dodir "${MY_D}"
insinto "${MY_D}"
-   doins -r "${WORKDIR}"/"${P}" || die
+   doins -r "${WORKDIR}"/"${P}"
insopts -m 0755
insinto "${MY_D}"/"${P}"
-   doins "${WORKDIR}"/"${P}"/"${PN}" || die
-   dosym ${MY_D}/${P}/${PN} /usr/bin/${PN} || die
+   doins "${WORKDIR}"/"${P}"/"${PN}"
+   dosym ${MY_D}/${P}/${PN} /usr/bin/${PN}
 }

diff --git a/dev-util/scala-ide/scala-ide-4.6.1.ebuild 
b/dev-util/scala-ide/scala-ide-4.6.1.ebuild
deleted file mode 100644
index 4585a286bdb..000
--- a/dev-util/scala-ide/scala-ide-4.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-pkg-opt-2
-
-E_V="-neon-212-20170609"
-S_V="2.12'"
-
-S_PACK="${PN/-/}-pack"
-S_SDK="${PN%-*}-SDK-${PV}-vfinal"
-
-DESCRIPTION="The Scala IDE"
-HOMEPAGE="http://www.scala-ide.org;
-KEYWORDS="~amd64"
-SRC_URI="
-   
https://downloads.typesafe.com/${S_PACK}/${PV}-vfinal${E_V}/${S_SDK}-${S_V}-linux.gtk.x86_64.tar.gz;
-
-SLOT="0"
-LICENSE="BSD"
-
-RDEPEND="
-   >=virtual/jdk-1.8
-   >=dev-lang/scala-${S_V}"
-
-MY_D="/opt"
-S="${WORKDIR}/eclipse"
-
-src_install() {
-   mv eclipse "${PN}" || die
-
-   dodir "${MY_D}"
-   mv "${S}" "${D}/${MY_D}/${P}" || die
-
-   insinto "${MY_D}/${P}"
-   dosym "${MY_D}/${P}/${PN}" 

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

2017-09-25 Thread Matt Thode
commit: 633b8bd60b7ec52b1e8e7c6952053098f59578b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 25 19:57:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep 25 19:58:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633b8bd6

app-admin/mcollective: 2.11.3 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.11.3.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index cfcda790247..44d898f5f30 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.11.1.tar.gz 1516922 SHA256 
d5e150408e61d51b3844e14c6304cf61f27243c5dc658e689bbaaee91dce6b0b SHA512 
88d2511829936a5987c8ddab068f59d17f16230cb339801672238ae54ce2115e93d7271a78001176ccc203a1b70f7ee2f35992e414059f1db9cb05db210463e5
 WHIRLPOOL 
cff40347c46464a18d6d98e3a3e2a7dab4169f5c0e1b60f08f3292cc87adcc123fc423203d664bcee1dac47a1dd44e44726702de5c2ea0ed0c5e55d8dbe0b45a
 DIST mcollective-2.11.2.tar.gz 1516590 SHA256 
aa3664d5ba2d4d20e448c374c315c91d55b5bb43918a04092747a4052bc3f969 SHA512 
1dc393fa1a09c5151b64b84086ef9af934feeebd2700a00cc4c84696fa2a25d90a410a373b553198f5fda6e1e36808ffb8dc38edcb15bb9e4253998aa7504439
 WHIRLPOOL 
f808d4f9ffbf733842dd29f8e0548b90a4705f8b502dcc62509380b013d69de786204025490d4fb67d657e5c6597fb0d3ffdac2724e8dbca6347511ef50be54a
+DIST mcollective-2.11.3.tar.gz 1516665 SHA256 
b9080779fa56c2b77a3f37404b3ac933183e0b0940e6086b0060be2c44aa38d3 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 WHIRLPOOL 
69e384489c8138aecc0c404dc9a08e5d92e09deab05a43ab4781b77506f4fe6f3bbd1a9ec9399a59e8a7c89d3462d3062d73a50fae490215628826c2794bd9ff

diff --git a/app-admin/mcollective/mcollective-2.11.3.ebuild 
b/app-admin/mcollective/mcollective-2.11.3.ebuild
new file mode 100644
index 000..795e3790264
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.11.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="https://docs.puppet.com/mcollective/;
+SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/all/marionette-collective-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



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

2017-09-25 Thread Matt Thode
commit: 47df24c4cd08303e829c240725a07f0040cbb209
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 25 19:56:16 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep 25 19:57:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47df24c4

dev-ruby/facter: 3.9.1 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-3.9.1.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 5b30f9ff62e..357d5cbd6eb 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -7,3 +7,4 @@ DIST facter-3.6.7.tar.gz 372697 SHA256 
2a5d5305f584f10269e9ed68e2ec0dc1b0e87a298
 DIST facter-3.7.1.tar.gz 374576 SHA256 
fe62b0a33c9edd3f945c1d3057e45172a26952439e0e922341d3844864b92320 SHA512 
3b2d218d60f5ad9ef756a50540f638303b7a4eb0ea2afca10d2c41f4e6e3f6c2bb6337de417e4989664e32317b0f8db921fed68e813e4cebe10083c943b33fee
 WHIRLPOOL 
342d3d26cb23116a469530f4e3621575650dbfce0b66f8e5debcd05d05736b24df14b20213b4540a0be2065b50e445385b4c3cc583c88490dce4b59b1408e806
 DIST facter-3.8.0.tar.gz 378859 SHA256 
1a481a50a621e55fdf2b1b2da089315209ec40b255687ad66cbe8bf32cce5ab9 SHA512 
e28771c7136c9b40e2f8b3509fbe07188d2640288705b5bd531521e476b8b8386e5003448b4c199c9d6cced8128ec113dcc9ae317cd4aa5319da906e605cfc4d
 WHIRLPOOL 
212ac005ab67fddea50d7bee4deaec125eb85f1d0f11fbcfb709eb95b26bfc3fbc85430d260d3a72413c368c07b5b66325bf44bd1ced4aae1cb18733ec09fa40
 DIST facter-3.9.0.tar.gz 380715 SHA256 
5567544487e7ec1f3bc2c393a9dc66449315accb53666049ae01b3a94afd2298 SHA512 
ca818ba58fe232752a74faaa8377f706a49661e37ce85af7e6eaf735ecbcdcda4071618a6b8906b0444fea989b7b16cb85171b980a089cd57aaad37508a2b905
 WHIRLPOOL 
35e9fc01a9f86a0e85ec81a5ff5f434857b13eb45387e2ad14588a13ea930a72754b0f18c0d479bd41f2e127dcfb18cadc33f58da69bc221ca7dc3f47ac2325c
+DIST facter-3.9.1.tar.gz 380762 SHA256 
9e4a4aaafcadcdf01a86249a28a007e8bd5ea14bb41ace1e531ed3ccb9339a68 SHA512 
a3b66bf40c062dbef644d60909a2c2afd0839c8a11fd02a0a15ccbbc1a1f216d9b0420a0f90dd44166487faa4e00843f2c0f3f057bb43bb30c22677dfac325a0
 WHIRLPOOL 
c1e039cc1d3ae667b68dc54d1761c885a8ae0b22c690b8344a670c7d5c07c737fe45aa16a5341656c9fe04f4ce17b8b38737131b7c27f348655c2b220a936dd8

diff --git a/dev-ruby/facter/facter-3.9.1.ebuild 
b/dev-ruby/facter/facter-3.9.1.ebuild
new file mode 100644
index 000..247eed1af45
--- /dev/null
+++ b/dev-ruby/facter/facter-3.9.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+inherit cmake-utils eutils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/leatherman-1.0.0
+   dev-cpp/cpp-hocon"
+CDEPEND="
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   >=dev-libs/boost-1.54[nls]
+   >=dev-cpp/yaml-cpp-0.5.1
+   ! "${D}/etc/env.d/00facterdir"
+   fperms 0644 /etc/env.d/00facterdir
+}



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

2017-09-25 Thread Patrice Clement
commit: 2fe1fffbf58ed7804a381000427a1424dbc91385
Author: tharvik  users  noreply  github  com>
AuthorDate: Sun Sep 24 14:17:25 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Sep 25 19:37:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe1fffb

dev-util/scala-ide: version bump to 4.6.1.

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

 dev-util/scala-ide/Manifest   |  1 +
 dev-util/scala-ide/scala-ide-4.6.1.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/scala-ide/Manifest b/dev-util/scala-ide/Manifest
index 1ee3b3c7874..5a44a871336 100644
--- a/dev-util/scala-ide/Manifest
+++ b/dev-util/scala-ide/Manifest
@@ -2,3 +2,4 @@ DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86.tar.gz 232347349 
SHA256 1d7054b49
 DIST scala-SDK-4.1.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 232491001 SHA256 
d3e9efe1176d979dc0fe2a9457f70068b5a3fd23635a07bcd5639e2345897aca SHA512 
d5b8fe3cb3d6623e2f29e0ad5d279b363143c9b392ea5d91092ecb9de765828ac0c50c74ff879f7c825099b22a833ad3acbb0c2cfcd51c769ee19082905b63eb
 WHIRLPOOL 
8007d41e9695c6ae5c3094906ebc6fba263d8d005f6763ce70eb4398db266ea1aff64bc4bc24bc216d0e869e839a92298bb3f85f8149608dd2986d36a3863def
 DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86.tar.gz 237898838 SHA256 
3f46b5576e72f8555b322bf8a1ff8357372c5ec159f9171f2d81f78c5d753f78 SHA512 
b8fcac4e0eeace0d146028e2f1551cdd3f58d38830430080e7aa5ccd581ae6a31992a5d1f39b6e8fcb30979953f0b9777166d2de73d7310621c9e7fa2e620f3d
 WHIRLPOOL 
05756a8be2e23d50a84ea36a786f5b442c18da94e40b14c199c034880b226e0fdd8a06f4c2fbfa7238c5ab4343ea68bf71ea91830f05cd7226aba40d5389c05c
 DIST scala-SDK-4.3.0-vfinal-2.11-linux.gtk.x86_64.tar.gz 238040666 SHA256 
bc6b9289ab318a4eb7e273a2990351cc051a00051b208192591c0a6fad5da20d SHA512 
70f3a481065f79532a4a0463e2549e4ecb0590e6d6e1ca7704629eced4393a7e4f7b22cd7c368a852c1d8f63cff949db02a7dd7f1be71cd30f52219c5cfbefd5
 WHIRLPOOL 
11dddf53d364864198629dfefdc84202fc19876d325e7738488402b7614faa5d6b88e8f2867810c854e9110fd3596043529a2e6f588107af519ae807a9d711d8
+DIST scala-SDK-4.6.1-vfinal-2.12-linux.gtk.x86_64.tar.gz 265183376 SHA256 
6d15718fff347597ffc3147eb1f01f9acd73bba8226ff91cbdb697fb69055c45 SHA512 
4102e62aafb976c0e5e11f1cdde187d0d584990ed4eba912317e9afd801d22d44e7c9ea96895c992f9a6c93570fc560403b767e6bc514c7f0220e8c8ebb6705e
 WHIRLPOOL 
96af6e29a0ccaa1cba1da36e05f4eaa67dfb964410f8e2b228d8cf153ddf8269e8d081b8f7acf29a24c5ddb82262b9e3ff3e2e4fa8f74ab482635a4cfba329c9

diff --git a/dev-util/scala-ide/scala-ide-4.6.1.ebuild 
b/dev-util/scala-ide/scala-ide-4.6.1.ebuild
new file mode 100644
index 000..4585a286bdb
--- /dev/null
+++ b/dev-util/scala-ide/scala-ide-4.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-opt-2
+
+E_V="-neon-212-20170609"
+S_V="2.12'"
+
+S_PACK="${PN/-/}-pack"
+S_SDK="${PN%-*}-SDK-${PV}-vfinal"
+
+DESCRIPTION="The Scala IDE"
+HOMEPAGE="http://www.scala-ide.org;
+KEYWORDS="~amd64"
+SRC_URI="
+   
https://downloads.typesafe.com/${S_PACK}/${PV}-vfinal${E_V}/${S_SDK}-${S_V}-linux.gtk.x86_64.tar.gz;
+
+SLOT="0"
+LICENSE="BSD"
+
+RDEPEND="
+   >=virtual/jdk-1.8
+   >=dev-lang/scala-${S_V}"
+
+MY_D="/opt"
+S="${WORKDIR}/eclipse"
+
+src_install() {
+   mv eclipse "${PN}" || die
+
+   dodir "${MY_D}"
+   mv "${S}" "${D}/${MY_D}/${P}" || die
+
+   insinto "${MY_D}/${P}"
+   dosym "${MY_D}/${P}/${PN}" "/usr/bin/${PN}"
+}



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

2017-09-25 Thread Andreas Hüttel
commit: d16f45da155f04acb3fdd94bc29d8af804406d78
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Sep 25 19:13:23 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Sep 25 19:14:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f45da

sci-astronomy/esomidas: Revision bump for libtirpc support, bug 631378

Closes: https://bugs.gentoo.org/631378
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sci-astronomy/esomidas/esomidas-17.02-r1.ebuild| 149 +
 .../esomidas/files/esomidas-17.02-rpc.patch|  33 +
 sci-astronomy/esomidas/metadata.xml|   3 +
 3 files changed, 185 insertions(+)

diff --git a/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild 
b/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild
new file mode 100644
index 000..70312bb3975
--- /dev/null
+++ b/sci-astronomy/esomidas/esomidas-17.02-r1.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils fortran-2 toolchain-funcs flag-o-matic
+
+# MIDVERS is actually used by MIDAS configuration scripts
+export MIDVERS="17FEBpl1.2"
+
+DESCRIPTION="European Southern Observatory Munich Image Data Analysis System"
+HOMEPAGE="http://www.eso.org/projects/esomidas/;
+SRC_URI="ftp://ftp.eso.org/pub/midaspub/17FEB/sources/${MIDVERS}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/8"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+libtirpc"
+
+RDEPEND="
+   sys-libs/readline:0=
+   x11-libs/motif:0=
+   x11-libs/libX11:=
+   x11-libs/libXt:=
+   !libtirpc? ( sys-libs/glibc[rpc(-)] )
+   libtirpc? ( net-libs/libtirpc )
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MIDVERS}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-output_to_stdout.patch"
+   "${FILESDIR}/${P}-gentoo-setup.patch"
+   "${FILESDIR}/${P}-rpc.patch"
+)
+
+src_prepare() {
+   default
+   # variables for all phases and midas internal build system
+   export MIDASHOME="${WORKDIR}"
+   export MID_HOME="${S}"
+   export MID_HOME0="/usr/$(get_libdir)/esomidas/${MIDVERS}"
+   export MID_INSTALL="${MID_HOME}/install/unix"
+   export MID_SYS="${MID_HOME}/system/unix/"
+   export MID_WORK="${MIDASHOME}/midwork"
+
+   # sadly this enforces static linking
+   if use libtirpc ; then
+   RPC_OPT="-I/usr/include/tirpc"
+   RPC_LIB="-ltirpc"
+   else
+   RPC_OPT=""
+   RPC_LIB=""
+   fi
+
+   # create a gentoo option file
+   mkdir ${MID_INSTALL}/systems/Gentoo || die
+   cat >> ${MID_INSTALL}/systems/Gentoo/make_options <<-EOF
+   CC=$(tc-getCC)
+   LDCC=$(tc-getCC)
+   F77=$(tc-getFC)
+   FC=$(tc-getFC)
+   LD77_CMD=$(tc-getFC)
+   AR=$(tc-getAR)
+   RANLIB=$(tc-getRANLIB)
+   F_OPT=
+   C_OPT=
+   E_OPT=$(use amd64 && echo -Z)
+   SYS=
+   SH_OPT=-fPIC
+   SH_CMD=${MIDASHOME}/${MIDVERS}/local/make_shared
+   GUI_OPT=-DPATH_MAX=1024
+   STRIP=echo
+   EDITFLAGS=-DVOID_SIGHANDLER -DHAVE_ALLOCA -DHAVE_ALLOCA_H 
-DHAVE_GETPW_DECLS -DHAVE_DIRENT_H -DHAVE_STRING_H -DLinux -DHAVE_UNISTD_H 
-DHAVE_STDLIB_H
+   EDITLIBS=-lreadline
+   UIMX=uimxR5
+   INSTALL_FLAG=auto
+   RPC_OPT=${RPC_OPT}
+   RPC_LIB=${RPC_LIB}
+   EOF
+   sed -e "s|gcc|$(tc-getCC) \${LDFLAGS}|" \
+   ${MID_INSTALL}/systems/Linux/make_shared \
+   > ${MID_INSTALL}/systems/Gentoo/make_shared || die
+   sed -e 's|PC/Linux|Gentoo|' \
+   ${MID_INSTALL}/systems/Linux/setup \
+   > ${MID_INSTALL}/systems/Gentoo/setup || die
+
+   # gentoo readline avoids exporting the xmalloc,xrealloc and xfree
+   append-cppflags -Dxrealloc=_rl_realloc -Dxmalloc=_rl_malloc 
-Dxfree=_rl_free
+}
+
+src_configure() {
+   ${MID_INSTALL}/select all || die "packages selection failed"
+   ${MID_INSTALL}/preinstall -a || die "preinstallation failed"
+   ${MID_INSTALL}/install2 || die "configuration failed"
+   chmod 755 ${MID_HOME}/local/make_shared
+}
+
+src_compile() {
+   CMND_YES=2 ${MID_INSTALL}/install3 -a || die "compilation failed"
+   [[ -x ${MID_HOME}/monit/midasgo.exe ]] || die "somewhere compilation 
failed"
+   emake -C monit syskeys.unix
+   ${MID_SYS}/inmidas -m ${MID_WORK} -j "@ compile.all"
+   ${MID_SYS}/inmidas -m ${MID_WORK} -j "@ ascii_bin no ; bye"
+}
+
+src_test() {
+   local test_dir="${WORKDIR}/test_tmp"
+   mkdir ${test_dir} && cd ${test_dir}
+   ${MID_SYS}/inmidas -m ${MID_WORK} -j "@ vericopy ; @@ veriall 
-nodisplay ; bye" || die
+   test -f ${MID_WORK}/veriall_* || die "tests failed somewhere"
+   rm -rf ${test_dir}
+}
+
+src_install() {
+   yes 

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

2017-09-25 Thread Fabian Groffen
commit: b39de216d8c5c71da68b300bef8b5ea7c44b549a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Sep 25 19:04:07 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Sep 25 19:04:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39de216

app-arch/lz4: marked ~x64-macos

Package-Manager: Portage-2.3.8, Repoman-2.3.1

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

diff --git a/app-arch/lz4/lz4-1.8.0.ebuild b/app-arch/lz4/lz4-1.8.0.ebuild
index 93a775dff04..17840895424 100644
--- a/app-arch/lz4/lz4-1.8.0.ebuild
+++ b/app-arch/lz4/lz4-1.8.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH=dev
 else
SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"



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

2017-09-25 Thread Sergei Trofimovich
commit: 6027d26c8c2f3f5f11cede3aa2da858df321846b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep 25 18:45:50 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 25 18:46:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6027d26c

net-libs/zeromq: stable 4.2.2-r2 for ia64, bug #618522

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 net-libs/zeromq/zeromq-4.2.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild 
b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
index 18343274ddc..cf9742823da 100644
--- a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
+++ b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/5"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE="doc pgm +sodium static-libs test unwind elibc_Darwin"
 
 RDEPEND="



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

2017-09-25 Thread Thomas Deutschmann
commit: 8ce6fd017dfc8fb475d680d63d6d8264226ddc1f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 25 17:40:44 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 25 17:40:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce6fd01

app-arch/rar: Security cleanup

Bug: https://bugs.gentoo.org/628184
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-arch/rar/Manifest |   9 ---
 app-arch/rar/rar-5.5.0_beta4_p20170628.ebuild | 109 --
 app-arch/rar/rar-5.5.0_beta5_p20170706.ebuild | 109 --
 app-arch/rar/rar-5.5.0_beta6_p20170725.ebuild | 109 --
 4 files changed, 336 deletions(-)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index ae085276578..f76590cfe63 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -1,12 +1,3 @@
-DIST rarlinux-5.5.0_beta4_p20170628.tar.gz 544409 SHA256 
08c76882c42352ce36dd7cc78ce629a875889dbed41c713af078dbc4fe721073 SHA512 
41c1da62995fab00421f788cb65dda3c5e1eb265fe1f4cd6a3bf4f9c28c63c39e4a0aa654f93ae444833c5c17397ee0beb98a6e02a515371ae245ac215d618b6
 WHIRLPOOL 
e7c9c3a47deb1524aad46063fae486adadfd36850c42929494a83c05c86108e0c7da496da13114f72cbe32ca7791545cb43c1bff53b0fcd789357eda901e2511
-DIST rarlinux-5.5.0_beta5_p20170706.tar.gz 546152 SHA256 
d94cfc792b3bf7ad90c428d3a2749f9f267a7809a5de33de11a99386631089d5 SHA512 
6440c0bf17e11370216114c8fab3994779930b10a813fe3c4195cee9d23bce239cb4575ccfee319842059688c744e91496b7e9de98eae98d98beb4884e8e84ad
 WHIRLPOOL 
668de3befd4fac0f2be6a307c7161a57cff3bc7915d4bb796bf32c24c9278ed1eb4734e645d2668555bdb566f5ec60c11eb1cd7cbcafdd36d94651a6e19611b3
-DIST rarlinux-5.5.0_beta6_p20170725.tar.gz 547172 SHA256 
dae91da11e75aa592bf0332fad9e8df437a079fbd2b9727eb385b89c634ea9ae SHA512 
7f74d55027313b2315c911e064af1bc0934d64b63db7d483c9373a2777a53b2116e44625403f99a91b33154accf31c57fdb6acfcb7a7e4960dbb89b605dd0c8a
 WHIRLPOOL 
1efc0dea28ac9975028899208d647efbd7e8c32cd91b0c48478a3c497a2404f68b913a853fa36db8d1dea9fbbc13658e918214912b45751203df5bb3ad0c3060
 DIST rarlinux-5.5.0_p20170811.tar.gz 546839 SHA256 
09af93f7d8c39baf8200fddfe507ca416a9f11cbe30a41b8d1346fa1cf3fdb0e SHA512 
c437d0be55ea90ae1dd9d657517d17d9edbba07cd77325785d8d503883847edeece2cc3993d3beec3a5b36b6830383b7026fbfc53b18f490288395994bc532cb
 WHIRLPOOL 
6f06d00a3e4908366fe3f7f68f45f0ad59c9f2d50f77a096dfadb671bf6653141e1f3e99be1afd3f6336a4fcc56a99e2ef3827cc9cb55bbfdd24e6aff16543a1
-DIST rarlinux-x64-5.5.0_beta4_p20170628.tar.gz 534501 SHA256 
5efa3b24b9f4b5aff2538f13c4d6ecae766a54badeb06d12387cbbcc1ca85608 SHA512 
630033f9a5201d53ecb8796651b89caf7351b09e37087e071fc14c4c683fd32404322e80a71f6f1e6e449f264c0209d8ce7ad554c37420dfb764f091188ced2e
 WHIRLPOOL 
17904bffb07da1670d2fc0359c0dfc116330ce938cb6dd150e6d9608e89723875d05322e26f2a803946da2a7eaae0ae8c693750964b908061be405d1da3a68a3
-DIST rarlinux-x64-5.5.0_beta5_p20170706.tar.gz 535846 SHA256 
68f2dbae2b0fd714a5c9a73369af26c8a186f910c4c7d094e39c456543eabe3c SHA512 
09ce316774b6a0a4a54cd2db5fd87f266d203cc97a893ba88ed9573df3a0e068408e0715267121a9434bea4be9c6187bfe51d114b086d4bb792f26644ae8ec86
 WHIRLPOOL 
751926132a81fba209898d197146ef57afd7d6e698af02fb755c8f5fc191ac02de2fe6a90e0c298413e6e0610a3c1579276115bab5762010488a650b2e374ea2
-DIST rarlinux-x64-5.5.0_beta6_p20170725.tar.gz 536054 SHA256 
01e8146063319439df6efbda06b9a31e9bb8c9cebd3c1b61bada95d708f065f3 SHA512 
9f6adaabe0e1f05778fa3d5265692c3b0af4216c08eea23b637d69dd24fbbb113aaa213105a9be26d7c4e4de43df60a45cbc630f78c520699d82807559b20671
 WHIRLPOOL 
6064181a986c8c695a8fe7aedd3104750556f67716c6b9d1a6a54bbe33188a2700af57659560307e63ff94e4006d5f77bbc65be23ad0a8ca1e883710f2182fbe
 DIST rarlinux-x64-5.5.0_p20170811.tar.gz 536028 SHA256 
798fa2815f62062eb2e7ca3750fcf30a9af212998f29738a33f12d819e866c4f SHA512 
1ca8cf7fbe526b43bdc9aeeccb6a0d86efd3bbaeee554e807d58ab62857294abc89662bb42b17b2cfe7e6739876c6345455cd027abbc4cb84312c58314278a66
 WHIRLPOOL 
590d482caa7c50ff9b5ba99d06a2f34930327ed39a3ddb24d88c4b949e9be4caa95f6131758c63b4cdf0b02bb63ecce36e26597b5c30c7817c4ed45a204d9c0e
-DIST winrar-x64-5.5.0_beta4_p20170628.exe 2212800 SHA256 
bf4dcf7c42ecb9028a2106297ebd6739fb75194c262e1f0ea7823ceaceccc8c8 SHA512 
5a452d5a4f96dc240b1a04d690ced1ed6395857e1eafce8bcb91a3fe1feb60a54376b36c1d4117e6660556947bda6cf550e9a495842bdba4d6029ddeb17116c1
 WHIRLPOOL 
5f91b1b9eb8a0563c969b09027ad7197cc0d5586f8cddae0b0ce44a1d45489ba3461792f639a86c7829f7437b0dc9f0e14019cb5029f854ac65ff51f111eb79a
-DIST winrar-x64-5.5.0_beta5_p20170706.exe 2215544 SHA256 
3e566c006b4941318597f9e47c3b5161ee4e944cd12b4ec9a38622f96e1af0a8 SHA512 
c64ca0b992245ab402872b44b037ba499e00d452dae695ad6b49bf6cb497b24154171b1b2bd8978c32c740d59c0da89fe0c1e56bb95714afe7ac529264371ab8
 WHIRLPOOL 
610acf4ebb67100a335bc7a70be2c69cf8a828df84a0ac90392451efd760e2e0f701a795993b43520763c5d1c9e0556426feabdebfb7841b589604b95256fa3b
-DIST winrar-x64-5.5.0_beta6_p20170725.exe 2217944 

[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/files/, app-arch/unrar/

2017-09-25 Thread Thomas Deutschmann
commit: 00f2e7b2f5cdd40bf9701c90a6e91bf48d97fa8a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 25 17:39:12 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 25 17:39:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f2e7b2

app-arch/unrar: Security cleanup

Bug: https://bugs.gentoo.org/628182
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-arch/unrar/Manifest|  4 --
 app-arch/unrar/files/unrar-5.0.2-build.patch   | 45 ---
 .../unrar/files/unrar-5.2.2-no-auto-clean.patch| 17 --
 app-arch/unrar/unrar-5.4.5.ebuild  | 62 -
 app-arch/unrar/unrar-5.5.5-r1.ebuild   | 65 --
 app-arch/unrar/unrar-5.5.6.ebuild  | 65 --
 app-arch/unrar/unrar-5.5.7.ebuild  | 65 --
 7 files changed, 323 deletions(-)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index 2d53e4f0cac..f015d91f09b 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1,5 +1 @@
-DIST unrar-5.5.5.tar.gz 220377 SHA256 
a4553839cb2f025d0d9c5633816a83a723e3938209f17620c8c15da06ed061ef SHA512 
b0979641737e3ef18f6708cc19e335c312ac5c6e2a13206d5fed9a5564ac99042c45a842da95163e53c6415131a39a91e901aeb186016da2e3781164679a07ff
 WHIRLPOOL 
e22399e866fabeb6f0c1617ca6b8852cf1bd406c0e95e5480692fe33bed9a130dd678f93dde6401015928437b99949865a80b21774788fdb1c7a12e3175560f4
-DIST unrar-5.5.6.tar.gz 221099 SHA256 
68a9d8f40c709b883bb15b21a9811907e56a07411d90aeaa992622ed9cf128c0 SHA512 
591575ba573e7f1b658041595b8439c7f1f60d354bc2b0a6aa9d3be6340d4892b2752e8ce94a928cf0270a0e1c491ce3ee59b3c36167174c53cfd657b9c85837
 WHIRLPOOL 
5c43856c418fffccc1fe1202441b628a1491dc94873643044c9791947ebfeb21e281231c6ccacaa80df512d6f62cb9d0d1f555d53c1b7e2cae280e65ad8558d0
-DIST unrar-5.5.7.tar.gz 93 SHA256 
8aef0a0d91bf9c9ac48fab8a26049ac7ac49907e75a2dcbd511a4ba375322d8f SHA512 
7dfad639df1f64db662a24b79fe77c7085096ad1d63de8f3e6ed01082334ac83e7bdf0572d2137e5fc11e261491da55b579b6fc50933a4cb3569c7fe972be5db
 WHIRLPOOL 
94208650cc3e63fa5b121f3c2fe2d1c985a1d94589e4b57c13e2112b81c1ad959c4e5d149d4193b61cef98805ae1fecd88e80093ac0affd1b7769fc1e0121f99
 DIST unrar-5.5.8.tar.gz 85 SHA256 
9b66e4353a9944bc140eb2a919ff99482dd548f858f5e296d809e8f7cdb2fcf4 SHA512 
9eac83707fa47a03925e5f3e8adf47889064d748304b732d12a2d379ab525b441f1aa33216377d4ef445f45c4e8ad73d2cd0b560601ceac344c60571b77fd6aa
 WHIRLPOOL 
3e96f6073c93b28089b53f2b39016a98d0ffe243c7cb6262bf6bc0bac95daba005279f0c0d8a7fd717443891e932a4c0d31c19a02b9a5438ddc570f3812e2687
-DIST unrarsrc-5.4.5.tar.gz 226320 SHA256 
e470c584332422893fb52e049f2cbd99e24dc6c6da971008b4e2ae4284f8796c SHA512 
ba2abf11638b5ee026cb9e0c3576c94376a01ab3c5411b9bd0e8116d64879c81e76df16f98d850f0f0f5387dda046f38be64ddfb4fe57431cc4d97066d6e3c2f
 WHIRLPOOL 
c8e035ec183f41d8faf8345b49d2a4d20e21f9c6e27f14d7794389942df4954cd66ab4a5be2fdff6d369b514ae99d5d015f35a36143d686563b2a8efdfc77dce

diff --git a/app-arch/unrar/files/unrar-5.0.2-build.patch 
b/app-arch/unrar/files/unrar-5.0.2-build.patch
deleted file mode 100644
index 61de7ee0689..000
--- a/app-arch/unrar/files/unrar-5.0.2-build.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-do not let these targets depend on clean, otherwise it could run in
-parallel with the object compile which runs into races
-https://bugs.gentoo.org/461806
-
-While we're in here, fix up a few other things:
- - append -pthread to LDFLAGS instead of replacing them
- - do not bother with `rm` in the output since linking will clober it
- - use CXXFLAGS when linking
- - append LIBFLAGS to the individual targets instead of the final link
-
 a/makefile
-+++ b/makefile
-@@ -7,7 +7,7 @@
- LIBFLAGS=-fPIC
- DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
- STRIP=strip
--LDFLAGS=-pthread
-+LDFLAGS+=-pthread
- DESTDIR=/usr
- 
- # Linux using LCC
-@@ -119,8 +119,7 @@
-   @rm -f *.o *.bak *~
- 
- unrar:clean $(OBJECTS) $(UNRAR_OBJ)
--  @rm -f unrar
--  $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
-+  $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) 
-   $(STRIP) unrar
- 
- sfx:  WHAT=SFX_MODULE
-@@ -130,10 +129,9 @@
-   $(STRIP) default.sfx
- 
- lib:  WHAT=RARDLL
--lib:  CXXFLAGS+=$(LIBFLAGS)
--lib:  clean $(OBJECTS) $(LIB_OBJ)
--  @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+$(OBJECTS) $(LIB_OBJ):CXXFLAGS+=$(LIBFLAGS)
-+lib:  $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -o libunrar.so $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) 
$(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

diff --git a/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch 
b/app-arch/unrar/files/unrar-5.2.2-no-auto-clean.patch
deleted file mode 100644
index ff78363cd5c..000
--- 

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

2017-09-25 Thread NP Hardass
commit: 4d668badf1494663dd84e8860aefa55ed8a0fda7
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep 25 17:09:57 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep 25 17:11:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d668bad

profiles: drop package.mask on slotted wine

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

diff --git a/profiles/package.mask b/profiles/package.mask
index eb31575d292..dda79e6b1ca 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -587,18 +587,6 @@ net-wireless/cpyrit-cuda
 =app-crypt/hashcat-3.30
 =app-crypt/hashcat-3.40
 
-# NP-Hardass  (10 Apr 2017)
-# Masked for testing
-virtual/wine
-app-eselect/eselect-wine
-app-emulation/wine-desktop-common
-app-emulation/wine-gecko
-app-emulation/wine-mono
-app-emulation/wine-vanilla
-app-emulation/wine-staging
-app-emulation/wine-d3d9
-app-emulation/wine-any
-
 # Lars Wendler  (24 Mar 2017)
 # Masked until Mozilla and Chrome agreed how to handle
 # Symantec trust issues properly (bug #613714)



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/files/, gnome-base/gnome-settings-daemon/

2017-09-25 Thread Mart Raudsepp
commit: 6da92d43fd40ccf450ad0687a8ee7d719834e28b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:54:18 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:54:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da92d43

gnome-base/gnome-settings-daemon: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 gnome-base/gnome-settings-daemon/Manifest  |   1 -
 .../files/3.24.2-fix-color-tests.patch |  85 ---
 .../gnome-settings-daemon-3.22.2.ebuild| 149 ---
 .../gnome-settings-daemon-3.24.2.ebuild| 160 -
 4 files changed, 395 deletions(-)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index bff715e5361..b185d4f051b 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-settings-daemon-3.22.2.tar.xz 1657132 SHA256 
0a1c1f9bce59a86617c45f77bd9cb99c6db38b96678a89d7ad2ab6b7bc6a1a01 SHA512 
7bbeb0b50d178bf951f5a8375703f3e2e88b7c5082ec7394df1f277dd08059e616118e003db23dcc175b92d803924b3927326d10a2101b7923dfb0e980d277e3
 WHIRLPOOL 
edae1afc97a314f3d90c7d77d9a456e74e9fe9059353e15a5a9b8318c32d2ebad792e7c9b7acaf54a8f3ea11a5de629f06d7bdb9cb3d5bff4f0621fe6a50683a
-DIST gnome-settings-daemon-3.24.2.tar.xz 1621368 SHA256 
4aa9d72644e3ee8a30096a38986b0e9543fca92f586c561f6c8a11fb8148dcca SHA512 
fa75a499750c9e8f8fd2c1af44d033e55f90f97ef39c4159fa58a2957aeae036b4ae505dede6333b640b0dfcd0400eacd3715aeb184fc021c1d787230b1a1f12
 WHIRLPOOL 
305f16567488b54be4f7ec359f4a1249c18de74e967a410e18fd4bc8b84748bd5146a3bd2b86852d9e6a37bc829b281e79a38c7a3cfcece5f80ae516d062780f
 DIST gnome-settings-daemon-3.24.3.tar.xz 1583044 SHA256 
68c46038bc32b7cbe933cc24fa9f1eb96127d9900c07627767ab0a802f948593 SHA512 
2450c3bb31746fe4883f194094cf79e94207e74d39c992107244d89f36c3ea373a33a2dca4a55af138f03fb4abd8733da4bacb215e2202bbc0976b566f8529a6
 WHIRLPOOL 
90fa96f9e1c641a63ba4eac2160f6fbc141f31009eaa93be7a4d3737d086553bb5f3fec7a75c32c2e9a364071216a36c578948f60d89867b6e12f8d12948dab4

diff --git 
a/gnome-base/gnome-settings-daemon/files/3.24.2-fix-color-tests.patch 
b/gnome-base/gnome-settings-daemon/files/3.24.2-fix-color-tests.patch
deleted file mode 100644
index 70069589dae..000
--- a/gnome-base/gnome-settings-daemon/files/3.24.2-fix-color-tests.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-From 63b73af23efd97de34a9dde58938c5c772040974 Mon Sep 17 00:00:00 2001
-From: Iain Lane 
-Date: Fri, 19 May 2017 16:38:07 +0100
-Subject: [PATCH] color: Make the testcase able to run uninstalled
-
-Distributions might want to be able to run their tests during package
-builds, for example.
-
-Compile the schema and set GSETTINGS_SCHEMA_DIR to the build dir.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=782170

- Makefile.am   |  2 +-
- plugins/color/Makefile.am | 11 ++-
- plugins/color/gcm-self-test.c |  6 ++
- 3 files changed, 17 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 0a32954..096c245 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -2,8 +2,8 @@ NULL =
- 
- SUBDIRS = \
-   gnome-settings-daemon   \
--  plugins \
-   data\
-+  plugins \
-   po  \
-   tests   \
-   $(NULL)
-diff --git a/plugins/color/Makefile.am b/plugins/color/Makefile.am
-index a280ba8..35dcad4 100644
 a/plugins/color/Makefile.am
-+++ b/plugins/color/Makefile.am
-@@ -30,6 +30,15 @@ gcm_self_test_LDADD =   \
- 
- TESTS = gcm-self-test
- 
-+BUILT_SOURCES = gschemas.compiled
-+
-+CLEANFILES = gschemas.compiled
-+
-+gschemas.compiled: 
$(top_builddir)/data/org.gnome.settings-daemon.plugins.color.gschema.xml
-+  $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --schema-file=$< 
--targetdir=$(builddir)
-+
-+all-am: gschemas.compiled
-+
- libexec_PROGRAMS = gsd-color
- gsd_color_SOURCES =   \
-   main.c  \
-@@ -80,7 +89,7 @@ EXTRA_DIST = \
-   test-data/Lenovo-T61-Internal.bin   \
-   test-data/LG-L225W-External.bin
- 
--CLEANFILES =  \
-+CLEANFILES += \
-   $(desktop_DATA)
- 
- DISTCLEANFILES =  \
-diff --git a/plugins/color/gcm-self-test.c b/plugins/color/gcm-self-test.c
-index 83c06c5..3f00b60 100644
 a/plugins/color/gcm-self-test.c
-+++ b/plugins/color/gcm-self-test.c
-@@ -281,11 +281,17 @@ gcm_test_frac_day (void)
- int
- main (int argc, char **argv)
- {
-+char *schema_dir;
-+
- g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
- 
- gtk_init (, );
- g_test_init (, , NULL);
- 
-+schema_dir = g_test_build_filename (G_TEST_BUILT, "", NULL);
-+

[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-gabble/

2017-09-25 Thread Mart Raudsepp
commit: c582da6e4fbcb9c28442d8749a461d65194a41bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:56:23 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:56:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c582da6e

net-voip/telepathy-gabble: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-voip/telepathy-gabble/Manifest |  1 -
 .../telepathy-gabble-0.18.3.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/net-voip/telepathy-gabble/Manifest 
b/net-voip/telepathy-gabble/Manifest
index 147b4bd1a80..40525c4109c 100644
--- a/net-voip/telepathy-gabble/Manifest
+++ b/net-voip/telepathy-gabble/Manifest
@@ -1,2 +1 @@
-DIST telepathy-gabble-0.18.3.tar.gz 2793195 SHA256 
8ec714607e9bcb8d5a3f44adf871e7b07d5db8e326e47536e74e09cba59989c2 SHA512 
51c7b754779d131c54facf8e373338bd471e6bb589d69cd8f9c0f4450b15d9676c2bbf762b64e9c3bf7067bca0e9accb6c766f2fda0051a26a36eb009d7bd5eb
 WHIRLPOOL 
e1e1e11e8a64c4587e74188827ad62ca702f7058d7d781fa7b982514bf5c16f24bb7711d38a36c113738303e9c0a90727cf57761818c55360ebf13c737d3f2c2
 DIST telepathy-gabble-0.18.4.tar.gz 2584311 SHA256 
115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c SHA512 
4303f1da7eeadf1f0e69fa881cd8b08dc41f4fd061df3f2ecdc80735d8be3e8cf24d8482f265f1858d8dfed71f62e8bc02c13f9525db8d21c9d927e25fa66218
 WHIRLPOOL 
882b2aee87abdcf6e404e4a42bb3e3c8d4e8ecc1263deb38c2479455b3a08b58d70ddfb421c6942fb2551dde0a3fcf21e799ad6db6df22a5c0dcfc9fc7ec8d03

diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild 
b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
deleted file mode 100644
index 5f175098d35..000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 eutils python-any-r1
-
-DESCRIPTION="A XMPP connection manager, handles single and multi user chats 
and voice calls"
-HOMEPAGE="https://telepathy.freedesktop.org/;
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle plugins test"
-
-# Prevent false positives due nested configure
-QA_CONFIGURE_OPTIONS=".*"
-
-# FIXME: missing sasl-2 for tests ? (automagic)
-# missing libiphb for wocky ?
-# x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug 
#495184
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=sys-apps/dbus-1.1.0
-   >=dev-libs/dbus-glib-0.82
-   >=net-libs/telepathy-glib-0.19.9
-
-   dev-db/sqlite:3
-   dev-libs/libxml2
-
-   gnutls? ( >=net-libs/gnutls-2.10.2 )
-   !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
-   jingle? ( || ( net-libs/libsoup:2.4[ssl]
-   >=net-libs/libsoup-2.33.1 )
-   >=net-libs/libnice-0.0.11 )
-   plugins? ( x11-libs/gtksourceview:3.0[introspection] )
-
-   !

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

2017-09-25 Thread Mart Raudsepp
commit: 8f90da38a25d22a4990af637947bf20c799b76da
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:45:32 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f90da38

app-misc/workrave: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-misc/workrave/Manifest |   1 -
 .../files/workrave-1.10.15-gsettings.patch |  31 --
 app-misc/workrave/workrave-1.10.15.ebuild  | 109 -
 3 files changed, 141 deletions(-)

diff --git a/app-misc/workrave/Manifest b/app-misc/workrave/Manifest
index f270ae408f5..f4ee7f40c0f 100644
--- a/app-misc/workrave/Manifest
+++ b/app-misc/workrave/Manifest
@@ -1,2 +1 @@
-DIST workrave-1.10.15.tar.gz 6375380 SHA256 
fa05bedbb32baae9d22ef2b1ac25e90bc9f1363ce588b396190b0240559f471c SHA512 
e741f5d0748ffaba9c8e69bcbd67f7b371424423ec8cea81d082462e8c33751c3e322301ae0749037668dc53cab28b19ec2b162f98eb7afbbd5ab85bae33cf7e
 WHIRLPOOL 
02c9f25f06ae0753f7edc418ade789c82bf39736b975e755265a86b2677842098efc966530cf9063401e2e63d9f1670e4fd4ba5d9b635d05faa5cc71b9146afa
 DIST workrave-1.10.16.tar.gz 6375438 SHA256 
4368306db0d06e76a3a90fc8e81b3648c1218259833b01cdc6899b1e98e5895c SHA512 
f768c46a5b7dfbaca2984fabff92e64d5fd14f3b4e4d018f5a1cf46a87fbf7ec7fbaec9b660e899f7064a93338224d159b75052ed8e532ecaf507d2f249732f2
 WHIRLPOOL 
2352b05bc1e3fb3787e4c350ab37cb877e9fdce543e4f6e117083f46e79af673b9ae3c21e3e625ed9e1b11c1e5e4072adeff1b6b059b7cd1c6c01bc8ce3a04ac

diff --git a/app-misc/workrave/files/workrave-1.10.15-gsettings.patch 
b/app-misc/workrave/files/workrave-1.10.15-gsettings.patch
deleted file mode 100644
index 6203761ff7c..000
--- a/app-misc/workrave/files/workrave-1.10.15-gsettings.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From e0516ff9a2a49b3fa5698ab1902b2579609c45b5 Mon Sep 17 00:00:00 2001
-From: Sebastian Wagner 
-Date: Fri, 13 May 2016 23:32:35 +0200
-Subject: [PATCH] Fix ifdef in GSettings hh, so gconf headers work
-
-Signed-off-by: Sebastian Wagner 

- backend/src/GSettingsConfigurator.hh | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/backend/src/GSettingsConfigurator.hh 
b/backend/src/GSettingsConfigurator.hh
-index 9b8c5d6..3974396 100644
 a/backend/src/GSettingsConfigurator.hh
-+++ b/backend/src/GSettingsConfigurator.hh
-@@ -17,8 +17,8 @@
- // along with this program.  If not, see .
- //
- 
--#ifndef GCONFCONFIGURATOR_HH
--#define GCONFCONFIGURATOR_HH
-+#ifndef GSETTINGSCONFIGURATOR_HH
-+#define GSETTINGSCONFIGURATOR_HH
- 
- #include 
- #include 
-@@ -69,4 +69,4 @@ private:
- };
- 
- 
--#endif // GCONFCONFIGURATOR_HH
-+#endif // GGSETTINGSCONFIGURATOR_HH

diff --git a/app-misc/workrave/workrave-1.10.15.ebuild 
b/app-misc/workrave/workrave-1.10.15.ebuild
deleted file mode 100644
index 1524ad00ad5..000
--- a/app-misc/workrave/workrave-1.10.15.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools gnome2 python-single-r1 versionator vcs-snapshot
-
-DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)"
-HOMEPAGE="http://www.workrave.org/;
-MY_PV=$(replace_all_version_separators '_')
-SRC_URI="https://github.com/rcaelers/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-# dbus support looks to be used only for trying to use panel applets on gnome3!
-IUSE="ayatana doc gnome gstreamer introspection mate nls pulseaudio test xfce"
-REQUIRED_USE="ayatana? ( introspection ) ${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   >=dev-libs/glib-2.28.0:2
-   >=x11-libs/gtk+-3.0:3[introspection?,X]
-   >=dev-cpp/gtkmm-3.0.0:3.0
-   >=dev-cpp/glibmm-2.28.0:2
-   >=dev-libs/libsigc++-2.2.4.2:2
-   ayatana? (
-   >=dev-libs/libdbusmenu-0.4[gtk3,introspection]
-   >=dev-libs/libindicator-0.4:3 )
-   gnome? ( >=gnome-base/gnome-shell-3.6.2 )
-   gstreamer? (
-   media-libs/gstreamer:1.0[introspection?]
-   media-libs/gst-plugins-base:1.0[introspection?]
-   media-plugins/gst-plugins-meta:1.0 )
-   introspection? ( dev-libs/gobject-introspection:= )
-   mate? ( mate-base/mate-applets )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.15 )
-   xfce? (
-   >=x11-libs/gtk+-2.6.0:2[introspection?]
-   >=xfce-base/xfce4-panel-4.4 )
-   x11-libs/libXScrnSaver
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXtst
-   x11-libs/libXt
-   x11-libs/libXmu
-   ${PYTHON_DEPS}
-"
-#dbus? (
-#>=sys-apps/dbus-1.2
-#dev-libs/dbus-glib )
-
-DEPEND="${RDEPEND}
-   dev-python/cheetah
-   

[gentoo-commits] repo/gentoo:master commit in: x11-themes/light-themes/

2017-09-25 Thread Mart Raudsepp
commit: 0fd994af65df64b515aa0172ea015bba2bffb3f6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:55:21 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:55:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd994af

x11-themes/light-themes: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-themes/light-themes/Manifest   |  1 -
 .../light-themes-17.04_p20161205-r1.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/x11-themes/light-themes/Manifest b/x11-themes/light-themes/Manifest
index 5ddb9ec2256..906b27e 100644
--- a/x11-themes/light-themes/Manifest
+++ b/x11-themes/light-themes/Manifest
@@ -1,3 +1,2 @@
 DIST Gentoo-Buttons-r1.tar.xz 80476 SHA256 
8de84366411d8a67e3550cd131fa9634614212f0127f73336e11f7aba6cc8799 SHA512 
d1c093fe8ce905a409cd3ce85fde8490f26b918bb1dd3ccb6695eaa6c7a4908d7ba1e1d14a9443a16331168ca9b3fa58b5b28805fc583b4345932602f7c19168
 WHIRLPOOL 
e12ba8b37260115f395e4a48ab211c788dbb7f967a3be63a6f80dee7841fd1a62adbf2a6c2ec608ed3532b8be513c6750300f7b3b9ed9a82d049dfc8078acba9
-DIST ubuntu-themes_16.10+17.04.20161205.orig.tar.gz 13834759 SHA256 
ff9c002dd7668fdf65ddab392ed1eedc55c11cd7e2500d765a2d9b4607142799 SHA512 
42bb622ad6818f7bf2e9f163f4a9a342fd7d8bad5e8a50db2d439857d053b0827543b7e8f626588316670fd6c63d050ecc522aef52e49c5c336ac08f6f303238
 WHIRLPOOL 
0dce7927bd66672b64e4db81db77534d648e84b08d65d324bfd44ee16176b789dfff074a33813475df33997b8372848345eb2e34574ffae510806b6cac0ffb43
 DIST ubuntu-themes_16.10+17.04.20170406.orig.tar.gz 13836108 SHA256 
791a316b2e9c07f2891d24535067187d53bb2ab84c256f052e8606f8c6c0c517 SHA512 
50d65dbe232237e1757b0d7a85ba7c2cafac18861211ca1b33a57de6a4961c325014851d1ee661adec57fac7472b7ae4f78439f30fa6f425eb751e94940d9f91
 WHIRLPOOL 
3aab2730be1035fcf0353f45658165f20c1e29a5dece23b56f2d5b81b624f03ada2b032340fdefa052126f1b0466fac5087b22e50c75601c10c2da7988d06a95

diff --git a/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild 
b/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild
deleted file mode 100644
index 36625fefc5e..000
--- a/x11-themes/light-themes/light-themes-17.04_p20161205-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-MY_PN=ubuntu-themes
-MY_PV=16.10+17.04.20161205
-
-DESCRIPTION="GTK2/GTK3 Ambiance and Radiance themes from Ubuntu"
-HOMEPAGE="https://launchpad.net/light-themes;
-SRC_URI="
-   
mirror://ubuntu/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.orig.tar.gz
-   https://dev.gentoo.org/~pacho/${PN}/Gentoo-Buttons-r1.tar.xz
-"
-
-LICENSE="CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk3"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND="
-   x11-themes/gtk-engines-murrine
-   gtk3? ( x11-themes/gtk-engines-unico )
-"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   cp -RL Ambiance/ Ambiance-Gentoo || die
-   cp -RL Radiance/ Radiance-Gentoo || die
-   sed -i -e 's/Ambiance/Ambiance-Gentoo/g' Ambiance-Gentoo/index.theme \
-   Ambiance-Gentoo/metacity-1/metacity-theme-1.xml || die
-   sed -i -e 's/Radiance/Radiance-Gentoo/g' Radiance-Gentoo/index.theme \
-   Radiance-Gentoo/metacity-1/metacity-theme-1.xml || die
-   sed -i -e 's/nselected_bg_color:#f07746/nselected_bg_color:#755fbb/g' \
-   Ambiance-Gentoo/gtk-2.0/gtkrc 
Ambiance-Gentoo/gtk-3.*/settings.ini \
-   Radiance-Gentoo/gtk-2.0/gtkrc 
Radiance-Gentoo/gtk-3.*/settings.ini || die
-   sed -i -e 's/selected_bg_color #f07746/selected_bg_color #755fbb/g' \
-   Ambiance-Gentoo/gtk-3.*/gtk-main.css \
-   Radiance-Gentoo/gtk-3.*/gtk-main.css || die
-
-   cp -f "${WORKDIR}"/Gentoo-Buttons/*.png 
"${S}"/Ambiance-Gentoo/metacity-1/. || die
-   cp -f "${WORKDIR}"/Gentoo-Buttons/*.png 
"${S}"/Radiance-Gentoo/metacity-1/. || die
-   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Ambiance-Gentoo/gtk-3.0/assets/. || die
-   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Ambiance-Gentoo/gtk-3.20/assets/. || die
-   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Radiance-Gentoo/gtk-3.0/assets/. || die
-   cp -f "${WORKDIR}"/Gentoo-Buttons/assets/*.png 
"${S}"/Radiance-Gentoo/gtk-3.20/assets/. || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   insinto /usr/share/themes
-   doins -r Radiance* Ambiance*
-
-   use gtk3 || {
-   rm -R "${D}"/usr/share/themes/*/gtk-3.0 || die
-   }
-}



[gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/, sys-devel/gcc/files/

2017-09-25 Thread Michael Haubenwallner
commit: aedebf46c4e5e9c88097e000e7fc9133a5e51c3b
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Sep 25 16:39:25 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Sep 25 16:39:25 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=aedebf46

sys-devel/gcc: build 5.3.0 with 7.1.0 host

Closes: https://bugs.gentoo.org/631976
Package-Manager: Portage-2.3.10-prefix, Repoman-2.3.3
RepoMan-Options: --force

 sys-devel/gcc/files/gcc-5.3.0-libc_name_p.patch | 111 
 sys-devel/gcc/gcc-5.3.0.ebuild  |   1 +
 2 files changed, 112 insertions(+)

diff --git a/sys-devel/gcc/files/gcc-5.3.0-libc_name_p.patch 
b/sys-devel/gcc/files/gcc-5.3.0-libc_name_p.patch
new file mode 100644
index 00..e87076b904
--- /dev/null
+++ b/sys-devel/gcc/files/gcc-5.3.0-libc_name_p.patch
@@ -0,0 +1,111 @@
+https://gcc.gnu.org/viewcvs/gcc?view=revision=233572
+
+--- a/gcc/cp/Make-lang.in
 b/gcc/cp/Make-lang.in
+@@ -111,7 +111,7 @@ else
+ # deleting the $(srcdir)/cp/cfns.h file.
+ $(srcdir)/cp/cfns.h:
+ endif
+-  gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \
++  gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L C++ \
+   $(srcdir)/cp/cfns.gperf --output-file $(srcdir)/cp/cfns.h
+ 
+ #
+--- a/gcc/cp/cfns.gperf
 b/gcc/cp/cfns.gperf
+@@ -1,3 +1,5 @@ 
++%language=C++
++%define class-name libc_name
+ %{
+ /* Copyright (C) 2000-2015 Free Software Foundation, Inc.
+ 
+@@ -16,14 +18,6 @@ for more details.
+ You should have received a copy of the GNU General Public License
+ along with GCC; see the file COPYING3.  If not see
+ .  */
+-#ifdef __GNUC__
+-__inline
+-#endif
+-static unsigned int hash (const char *, unsigned int);
+-#ifdef __GNUC__
+-__inline
+-#endif
+-const char * libc_name_p (const char *, unsigned int);
+ %}
+ %%
+ # The standard C library functions, for feeding to gperf; the result is used
+--- a/gcc/cp/cfns.h
 b/gcc/cp/cfns.h
+@@ -28,7 +28,7 @@ 
+ #error "gperf generated tables don't work with this execution character set. 
Please report a bug to ."
+ #endif
+ 
+-#line 1 "cfns.gperf"
++#line 3 "cfns.gperf"
+ 
+ /* Copyright (C) 2000-2015 Free Software Foundation, Inc.
+ 
+@@ -47,25 +47,18 @@ for more details.
+ You should have received a copy of the GNU General Public License
+ along with GCC; see the file COPYING3.  If not see
+ .  */
+-#ifdef __GNUC__
+-__inline
+-#endif
+-static unsigned int hash (const char *, unsigned int);
+-#ifdef __GNUC__
+-__inline
+-#endif
+-const char * libc_name_p (const char *, unsigned int);
+ /* maximum key range = 391, duplicates = 0 */
+ 
+-#ifdef __GNUC__
+-__inline
+-#else
+-#ifdef __cplusplus
+-inline
+-#endif
+-#endif
+-static unsigned int
+-hash (register const char *str, register unsigned int len)
++class libc_name
++{
++private:
++  static inline unsigned int hash (const char *str, unsigned int len);
++public:
++  static const char *libc_name_p (const char *str, unsigned int len);
++};
++
++inline unsigned int
++libc_name::hash (register const char *str, register unsigned int len)
+ {
+   static const unsigned short asso_values[] =
+ {
+@@ -122,14 +115,8 @@ hash (register const char *str, register
+   return hval + asso_values[(unsigned char)str[len - 1]];
+ }
+ 
+-#ifdef __GNUC__
+-__inline
+-#ifdef __GNUC_STDC_INLINE__
+-__attribute__ ((__gnu_inline__))
+-#endif
+-#endif
+ const char *
+-libc_name_p (register const char *str, register unsigned int len)
++libc_name::libc_name_p (register const char *str, register unsigned int len)
+ {
+   enum
+ {
+--- a/gcc/cp/except.c
 b/gcc/cp/except.c
+@@ -1040,7 +1040,8 @@ nothrow_libfn_p (const_tree fn)
+  unless the system headers are playing rename tricks, and if
+  they are, we don't want to be confused by them.  */
+   id = DECL_NAME (fn);
+-  return !!libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));
++  return !!libc_name::libc_name_p (IDENTIFIER_POINTER (id),
++ IDENTIFIER_LENGTH (id));
+ }
+ 
+ /* Returns nonzero if an exception of type FROM will be caught by a

diff --git a/sys-devel/gcc/gcc-5.3.0.ebuild b/sys-devel/gcc/gcc-5.3.0.ebuild
index b93e50955f..ad35214117 100644
--- a/sys-devel/gcc/gcc-5.3.0.ebuild
+++ b/sys-devel/gcc/gcc-5.3.0.ebuild
@@ -62,6 +62,7 @@ src_prepare() {
# make sure 64-bits native targets don't screw up the linker paths
#epatch "${FILESDIR}"/4.7.1/solaris-searchpath.patch
epatch "${FILESDIR}"/no-libs-for-startfile.patch
+   epatch "${FILESDIR}"/${P}-libc_name_p.patch #631976
if use prefix; then
epatch "${FILESDIR}"/4.5.2/prefix-search-dirs.patch
# try /usr/lib32 in 32bit profile on x86_64-linux (needs



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

2017-09-25 Thread Mart Raudsepp
commit: 0bea32b9c18adaa7fd1aee3de4db03f8e454a99c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:33:47 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:36:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bea32b9

app-misc/bijiben: remove old

Closes: https://bugs.gentoo.org/629124
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-misc/bijiben/Manifest  |  3 ---
 app-misc/bijiben/bijiben-3.20.2.ebuild | 41 --
 app-misc/bijiben/bijiben-3.21.2.ebuild | 39 
 app-misc/bijiben/bijiben-3.24.1.ebuild | 40 -
 4 files changed, 123 deletions(-)

diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest
index 0759692d98a..f327f7c44ff 100644
--- a/app-misc/bijiben/Manifest
+++ b/app-misc/bijiben/Manifest
@@ -1,5 +1,2 @@
-DIST bijiben-3.20.2.tar.xz 779580 SHA256 
5774dfdedb79f5ffe5bac3cebe0816dc7e6410381744dcb999815061dee6a981 SHA512 
11c00602ba5d10b30c6ce2a32f6ba854e93f2b5eecb9a6eb10ecfa5c700f59b1e96359290771afe72d01bc6275ef6e29d34cbcb5b32e4bed225749e01ad7626d
 WHIRLPOOL 
3905d6e3a52f9a82088b9a8428a86da0d232978ef26fe1652d80a3cf8dec86c2b481b695157e08cea4c8295f53ebb39af4c0783c9912fb5a053c72205addde8f
-DIST bijiben-3.21.2.tar.xz 786676 SHA256 
d7f05abd82da837d8d48d9f7acc6035a289d934c722fc89870d17007ba158e0d SHA512 
3de700ec9474402062b831460d5178a8bad11580fa8aa9082f325df382b7ed6ae6cede209d6494b09a6292f8babc7f6fd56611e7404f19c8a5335ae697b76b70
 WHIRLPOOL 
566e230536a2ddcee695e3a84b47bfb9c00612f1af24f3e2ce49eb98b235628ca164fbf04dd537e098c87067d04adde7f8a36bb2944d807025a7792c418b097f
 DIST bijiben-3.24.0.tar.xz 830884 SHA256 
2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6 SHA512 
aba794d275b05f2267b7dfdd3f3933c5197d3596e06e72b0ae3d1f9855310761e5ff1b42ec7088fe7c90f55a6ffc64f6c508d72edc389d74256a9bcec90767d1
 WHIRLPOOL 
b52996d7f7f061aa58548d7f199566f624ce6b154d2e4441f7b5d8a84478bc4c459339e9cd18338b171405025cded66c16d38dac736ac74b198b23999319956c
-DIST bijiben-3.24.1.tar.xz 837840 SHA256 
2602fc3f8ce5c39813b4273ceed7bdb014b1cf1fa82a6757fc25e5078be4f741 SHA512 
c1b14823d291b96b5ce4172d129f696905bc2349ef94ae98473b675358ca7672d5e0b7af66fe1b3288b5bcbc25820531e7229204fdf0b789abfb6d3572e52af1
 WHIRLPOOL 
8fadf2aaca38fcdd7d4df7d0155ad58929ab9b4d28a21ab18b25ae8073bf4aede30a993634c78c87ca069eeaaeb5e170117a0f25d5f0611b216217fa12c5e0c7
 DIST bijiben-3.24.2.tar.xz 843548 SHA256 
14687441988948c5a98ecc3810476519494d2c1838afefd5f016a96fc3d99a6e SHA512 
e5571c793fc75b1038a024f0f73b539079ca4415c7f4fd0756314a14baa1fe679d9513bf8c291aa20170f35616be409ebd0360e3d3ec8f962f2d3d143e02185e
 WHIRLPOOL 
bd511bd94c964c6a4c2959f379f2d55b57eaf171305e6b32451952428a67c60a5b708ce1ee5403a9adcb6292fb0a0f8e23e4c6f37e41c238006c0683f4a07e4f

diff --git a/app-misc/bijiben/bijiben-3.20.2.ebuild 
b/app-misc/bijiben/bijiben-3.20.2.ebuild
deleted file mode 100644
index 9b22d3c7fd0..000
--- a/app-misc/bijiben/bijiben-3.20.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="zeitgeist"
-
-RDEPEND="
-   >=app-misc/tracker-1:=
-   >=dev-libs/glib-2.28:2
-   dev-libs/libxml2
-   >=gnome-extra/evolution-data-server-3.13.90:=
-   net-libs/gnome-online-accounts:=
-   net-libs/webkit-gtk:3
-   sys-apps/util-linux
-   >=x11-libs/gtk+-3.11.4:3
-   zeitgeist? ( gnome-extra/zeitgeist )
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# Needed by eautoreconf:
-#  app-text/yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable zeitgeist) \
-   --disable-update-mimedb
-}

diff --git a/app-misc/bijiben/bijiben-3.21.2.ebuild 
b/app-misc/bijiben/bijiben-3.21.2.ebuild
deleted file mode 100644
index cccddf74f65..000
--- a/app-misc/bijiben/bijiben-3.21.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Bijiben;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="zeitgeist"
-
-RDEPEND="
-   >=app-misc/tracker-1:=
-   >=dev-libs/glib-2.28:2
-   dev-libs/libxml2
-   >=gnome-extra/evolution-data-server-3.13.90:=
-   net-libs/gnome-online-accounts:=
-   net-libs/webkit-gtk:3
-   sys-apps/util-linux
-   >=x11-libs/gtk+-3.11.4:3
-   zeitgeist? ( 

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

2017-09-25 Thread Mart Raudsepp
commit: c1f578ccc67b6023faf292ecb3b8afc194b86460
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:35:55 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:36:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f578cc

app-misc/geoclue: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-misc/geoclue/Manifest |  1 -
 app-misc/geoclue/geoclue-2.4.4.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/app-misc/geoclue/Manifest b/app-misc/geoclue/Manifest
index 81e72fd30d8..0e2f6a39210 100644
--- a/app-misc/geoclue/Manifest
+++ b/app-misc/geoclue/Manifest
@@ -1,3 +1,2 @@
 DIST geoclue-0.12.99.tar.gz 608074 SHA256 
fe396c91cb52de4219281f4d9223156338fc03670d34700281e86d1399b80a72 SHA512 
32f946c9ee66cff2a6564b275d5f7bdf0d42832166c9fbeccb0aa55f3c3370fd8de114ad26477df6a2ee9d22250a5b104ec384032b28c3a62c356baea05d1bc2
 WHIRLPOOL 
fc7e96d6646a7fa527807db2a3375a714243fb935f064b9acbb84f8652cc64e19d2655979c053e2f1b433c69a47a393123bc4bb2f8f16395a3ecbba668c9f1bd
-DIST geoclue-2.4.4.tar.xz 392340 SHA256 
9c43fb9d0c12067ea64400500abb0640194947d4c2c55e38545afe5d9c5c315c SHA512 
46995aa261ff5c391eb1e933088e24e40e595a98563b541675cbfab38e69f410cd3ad7a3c1f4126e4eb62eea0be9a77f8e3c37af89b4aaad81e07c150b003f7a
 WHIRLPOOL 
42691170b0e9097fb4caef656cd79c0861f61cd0bbf811a74653799848184f98f960e5294375b5632c30de29e798318443706ff803ae46d19ca422abe3caaac4
 DIST geoclue-2.4.7.tar.xz 368472 SHA256 
d17b96bb5799a84723385ea5704235565e9c3dedd2b7afac475a06e550ae0ea6 SHA512 
472cf923abfd40dee296eee2e6888c47f273ad709e1bdcce534bd794cf9f7073ceabd6addf918277e10498e094af5a6e9539b5cf24171577e78bc3b0b2d17b72
 WHIRLPOOL 
10eb6a1303e6841fb2c210fa0f1c63c82c10d80b24974e8865aae32145a1c584c981f60d5b45c9e72154f28dd1e82bcd913eae11365db27cfd4f76492b4ff1b0

diff --git a/app-misc/geoclue/geoclue-2.4.4.ebuild 
b/app-misc/geoclue/geoclue-2.4.4.ebuild
deleted file mode 100644
index 6a9a91d3fd0..000
--- a/app-misc/geoclue/geoclue-2.4.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 systemd user versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="A geoinformation D-Bus service"
-HOMEPAGE="https://freedesktop.org/wiki/Software/GeoClue;
-SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE="+introspection +modemmanager zeroconf"
-
-RDEPEND="
-   >=dev-libs/glib-2.34:2
-   >=dev-libs/json-glib-0.14
-   >=net-libs/libsoup-2.42:2.4
-   sys-apps/dbus
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-   modemmanager? ( >=net-misc/modemmanager-1 )
-   zeroconf? ( >=net-dns/avahi-0.6.10 )
-   !

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

2017-09-25 Thread Matt Thode
commit: ae693b14cbb9fcf817f17920a09d6197b7baa0e4
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 25 16:22:18 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep 25 16:23:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae693b14

sys-cluster/nova: 16.0.1 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/nova/Manifest   | 4 ++--
 sys-cluster/nova/{nova-16.0.0.ebuild => nova-16.0.1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 43e70be007c..0b0da2551cf 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,8 +1,8 @@
 DIST newton-nova.conf.sample 44496 SHA256 
a7d9b95e67b77d0335edac760e037ad117d8c9f18c4792939ba8bb02739eae58 SHA512 
ac917f0fed24c6705cbe43b4e1af31138bb656ea06f0cbe66d5b820677a47ca854abf6ca7fdf76a9a7f3a5afff758dac294ffd778d1bda82bb9f95c48d103d6e
 WHIRLPOOL 
3c54dc8e4721f4289a8f64e9ac215c4b2e4b6afd2904fea4080659d3c292dcd942535d998b463efa4dd96a6090afb9830dfa6b9b3f2062439a8d03ec09356adc
 DIST nova-14.0.8.tar.gz 5608059 SHA256 
9c38a74965b4543ddfb2f0baaa2e73673037d47fed86b1a2fc48a09878b6f2ac SHA512 
3d8177a00ecef7aa152ecd87d376c7b8d1e5a877b0831e220ba204b022425c688515cfa72a21d4604418b20bd670f3fc263f7040da856f9598682e3d627c8abd
 WHIRLPOOL 
7f4e0ca49809ed2cb0d8bd064c71cd1336b58525e55a7b5d657dabde5bd75af2fc4c0e90bbdde15fddf895fff1a191deaa655a788d87f58bb6768b42a404b559
 DIST nova-15.0.7.tar.gz 5763951 SHA256 
75d2f307301396d423e81e817b4c087da08c9db7ab2340fcef7618fc20379fb9 SHA512 
3e4b02bebdc8d0c002a09d757a2f1e96e9b7a5c16c6bd9108f0564c9be23da8ae8f90d81924050f01be691b4800c5c0ff2f5b3400fa389964899b1faa509293c
 WHIRLPOOL 
6c8c49509bbee938886c7d2b900cf113ca86105c606c46976f3528afdd215f9ebe34026103c8e36c065ce33efe05a96db4b618be6ab94d0f3c9dceaff0ef10ab
-DIST nova-16.0.0.tar.gz 10883800 SHA256 
600d1a9371c8173151f2ef88a48f2fc298ea1664c9a2a7f243375cc24560fd5b SHA512 
f43b5a64ca65fe4c2f0ed67916c8d7f6e6a8e8e97feb7059b270ab603cd5838d6510ed5b8db03ad12a77f7b38001c937b7e52be1222e30a1c14f0aec396781f2
 WHIRLPOOL 
b63f689952dd4b330ed9aed40596ebb8ee4d34ad016b06303f74098a9555790fc2b851dd47abdb80be85e8619d1ba11930e46291a45e02106cfc9ee1ea18ba06
+DIST nova-16.0.1.tar.gz 10896414 SHA256 
e657675b0ca62fbbe66808cccbb7db84bdfd007b82f9579ced98c13c215b18d6 SHA512 
bdeb3254e9ad6b95e7f8c07093192fb511e2a278790afd6336093f817288cd6cddee9c1a3d81b1ea82bddd4d8caf60234183f995f35bad631edaf6b9c0fe2b79
 WHIRLPOOL 
59750f9b4b849f78156db15c8e692ee0cdb998b786acc7466dd49cae24d6c1d869913b5b7533bba2d7993586f41e9969e10631de57593454926b50adf89a0328
 DIST nova.conf.sample-15.0.7 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
-DIST nova.conf.sample-16.0.0 360926 SHA256 
2fad4c60277289b28ec6de87bbe41086d3f5c88003839c90dda264b0e6e1c835 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 WHIRLPOOL 
bb8d5fffb6fd5e6c820a422615abe6cc8398852ce6cbce12eba5dca17e2c71e413c113342916c25d38e7651b0c26b20357fdbaa5dee6d904e4ee9cc08f3b953c
+DIST nova.conf.sample-16.0.1 360926 SHA256 
2fad4c60277289b28ec6de87bbe41086d3f5c88003839c90dda264b0e6e1c835 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 WHIRLPOOL 
bb8d5fffb6fd5e6c820a422615abe6cc8398852ce6cbce12eba5dca17e2c71e413c113342916c25d38e7651b0c26b20357fdbaa5dee6d904e4ee9cc08f3b953c
 DIST nova.conf.sample-2017.1. 344760 SHA256 
09c086c981505a6e775a4e2073856b1d38998d97b92062f019095f98d7d26e1f SHA512 
5c55c752c8752876acbd8d2348abb39d6a8449f637ad2a6515f5c9f4619dbad73c4ae7a6ac4cd164656a0c466ed000a4d68a291050a03a5641fe96b3dd7f732d
 WHIRLPOOL 
22f174d402e6d9c3e1e18da0cdec883209013083c66eb2b5a2921546fb609c1a19de594832afa8f40ee26a999f2596c563eb16ba1a08035895b5d6c72a729125
 DIST nova.conf.sample-2017.2. 360926 SHA256 
2fad4c60277289b28ec6de87bbe41086d3f5c88003839c90dda264b0e6e1c835 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 WHIRLPOOL 
bb8d5fffb6fd5e6c820a422615abe6cc8398852ce6cbce12eba5dca17e2c71e413c113342916c25d38e7651b0c26b20357fdbaa5dee6d904e4ee9cc08f3b953c

diff --git a/sys-cluster/nova/nova-16.0.0.ebuild 
b/sys-cluster/nova/nova-16.0.1.ebuild
similarity index 100%
rename from sys-cluster/nova/nova-16.0.0.ebuild
rename to sys-cluster/nova/nova-16.0.1.ebuild



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

2017-09-25 Thread Mart Raudsepp
commit: 792916cd92186c0c163f4018d670231cd76cd937
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 25 16:17:52 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 25 16:17:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792916cd

app-text/evince: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/evince/Manifest |   1 -
 app-text/evince/evince-3.22.1.ebuild |  98 -
 app-text/evince/evince-3.24.0.ebuild | 102 ---
 3 files changed, 201 deletions(-)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 19784c89eac..7ff79a3dda7 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,3 +1,2 @@
 DIST evince-3.22.1.tar.xz 3365004 SHA256 
f3d439db3b5a5745d26175d615a71dffa1535235b1e3aa0b85d397ea33ab231c SHA512 
c36a90bf98f25b4f9f05536f1a09c38be30b814529e17a4ab159ba7c1e952402a211f335d4cdf1928ace8a5b46d6d019fbbd457ce11c2ffa264d8bb7c32d5a18
 WHIRLPOOL 
7b646bab40f9c05b7689de70b1de2e313b0576a772887187d71b51b00c456251169b7e5bb85f44f443a0dcce5199a405dc303c49a4be3d62c244225493c58749
-DIST evince-3.24.0.tar.xz 3507256 SHA256 
043895af7bbd6f1b57f9ab8778e78cf9c0af5dfcc347eaa94a17bf864c04dc8f SHA512 
b793c44b2976abe58461adfdb0b1874af8d6bafaf9b80a851d94b776f9d50f6a81774bcb5b35cd59a9ad3afeea9a8b88018aa85d670373c7c2fa9617407a09c4
 WHIRLPOOL 
944a9622802d2ab99140115f65922cf79baefcabf43be08b9b3f9654fe095ef57909a03ba20ad6cfe1f396878674265d7198e48669168b288e4b21ace1172a69
 DIST evince-3.24.1.tar.xz 3511576 SHA256 
9ca0c5213407b37be55fddb04a85d9301b692c4412c5920319d975403bff0f37 SHA512 
205c1c9b68c9215bdcebf0c36841a35898e056ef8e56208db62c1fac04c4efad8fbc0800f410e3c94c526536adba5e8ead68bebec8f81061a3831789c5173726
 WHIRLPOOL 
de0074c42ec8614a7ef34848de6768a722a855f3113fdad7392993a913f707f6e4fc55f86cbab945b41bc84ba92d79c82e2bc0b680a99702681b4d775706e3c6

diff --git a/app-text/evince/evince-3.22.1.ebuild 
b/app-text/evince/evince-3.22.1.ebuild
deleted file mode 100644
index 9f7909586d2..000
--- a/app-text/evince/evince-3.22.1.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 systemd
-
-DESCRIPTION="Simple document viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
-SLOT="0/evd3.4-evv3.3"
-IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
+postscript t1lib tiff xps"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-
-# atk used in libview
-# gdk-pixbuf used all over the place
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.36:2[dbus]
-   >=dev-libs/libxml2-2.5:2
-   sys-libs/zlib:=
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.16.0:3[introspection?]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/cairo-1.10:=
-   >=app-text/poppler-0.33[cairo]
-   djvu? ( >=app-text/djvu-3.5.22:= )
-   dvi? (
-   virtual/tex-base
-   dev-libs/kpathsea:=
-   t1lib? ( >=media-libs/t1lib-5:= ) )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0 )
-   gnome? ( gnome-base/gnome-desktop:3= )
-   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-   nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
-   postscript? ( >=app-text/libspectre-0.2:= )
-   tiff? ( >=media-libs/tiff-3.6:0= )
-   xps? ( >=app-text/libgxps-0.2.1:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gvfs
-   gnome-base/librsvg
-   || (
-   >=x11-themes/adwaita-icon-theme-2.17.1
-   >=x11-themes/hicolor-icon-theme-0.10 )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   app-text/yelp-tools
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-# eautoreconf needs:
-#  app-text/yelp-tools
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Do not depend on adwaita-icon-theme, bug #326855, #391859
-   # https://bugs.freedesktop.org/show_bug.cgi?id=29942
-   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
-   -i configure || die "sed failed"
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --enable-pdf \
-   --enable-comics \
-   --enable-thumbnailer \
-   --with-platform=gnome \
-   --enable-dbus \
-   

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

2017-09-25 Thread Andreas Sturmlechner
commit: 54f1b16262cee137d0efd1d4f3e56e05cda48260
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 25 15:41:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 25 15:50:37 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=54f1b162

kde5-functions.eclass: Fix default version handling

- don't cut off version components in add_category_dep, instead do it
  in add_plasma_dep and add_kdeapps_dep

 eclass/kde5-functions.eclass | 19 ---
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 0b49851f45..95eac433ab 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -141,7 +141,7 @@ _add_category_dep() {
 
if [[ -n ${version} ]] ; then
local operator=">="
-   local version="-$(get_version_component_range 1-3 ${version})"
+   local version="-${version}"
fi
 
if [[ -n ${slot} ]] ; then
@@ -178,7 +178,7 @@ add_frameworks_dep() {
version=${3}
elif [[ ${CATEGORY} = kde-frameworks ]]; then
version=$(get_version_component_range 1-2)
-   elif [[ -z "${version}" ]] ; then
+   elif [[ -z ${3} ]] ; then
version=${FRAMEWORKS_MINIMAL}
fi
 
@@ -209,8 +209,8 @@ add_plasma_dep() {
if [[ -n ${3} ]]; then
version=${3}
elif [[ ${CATEGORY} = kde-plasma ]]; then
-   version=${PV}
-   elif [[ -z "${version}" ]] ; then
+   version=$(get_version_component_range 1-3)
+   elif [[ -z ${3} ]] ; then
version=${PLASMA_MINIMAL}
fi
 
@@ -241,8 +241,8 @@ add_kdeapps_dep() {
if [[ -n ${3} ]]; then
version=${3}
elif [[ ${CATEGORY} = kde-apps ]]; then
-   version=${PV}
-   elif [[ -z "${version}" ]] ; then
+   version=$(get_version_component_range 1-3)
+   elif [[ -z ${3} ]] ; then
version=${KDE_APPS_MINIMAL}
fi
 
@@ -268,15 +268,12 @@ add_qt_dep() {
die "${FUNCNAME} was called with too many arguments"
fi
 
-   local version
+   local version=${3}
local slot=${4}
 
-   if [[ -n ${3} ]]; then
-   version=${3}
-   elif [[ -z "${version}" ]]; then
+   if [[ -z ${version} ]]; then
version=${QT_MINIMAL}
fi
-
if [[ -z ${slot} ]]; then
slot="5"
fi



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

2017-09-25 Thread Andreas Sturmlechner
commit: 9394cad8a5f40da7595998868f4bbae6b4f9f97d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Sep 25 13:27:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 25 15:50:37 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9394cad8

kde-apps/akonadi: Depend on fixed dev-qt/qtsql-5.7.1-r1

Gentoo-bug: 626464
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-apps/akonadi/akonadi-17.08.49..ebuild | 7 ++-
 kde-apps/akonadi/akonadi-.ebuild  | 5 +
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-17.08.49..ebuild 
b/kde-apps/akonadi/akonadi-17.08.49..ebuild
index 66799666c5..02dccca7f5 100644
--- a/kde-apps/akonadi/akonadi-17.08.49..ebuild
+++ b/kde-apps/akonadi/akonadi-17.08.49..ebuild
@@ -37,7 +37,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui '' '' '5=')
$(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsql 'mysql?,postgres?')
+   $(add_qt_dep qtsql 'mysql?,postgres?' 5.7.1-r1)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
x11-misc/shared-mime-info
@@ -52,10 +52,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
!kde-apps/kdepimlibs
-   mysql? (
-   !>=dev-db/mariadb-10.2
-   virtual/mysql
-   )
+   mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
 "
 

diff --git a/kde-apps/akonadi/akonadi-.ebuild 
b/kde-apps/akonadi/akonadi-.ebuild
index afbf68988f..351b0deb27 100644
--- a/kde-apps/akonadi/akonadi-.ebuild
+++ b/kde-apps/akonadi/akonadi-.ebuild
@@ -53,10 +53,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
!kde-apps/kdepimlibs
-   mysql? (
-   !>=dev-db/mariadb-10.2
-   virtual/mysql
-   )
+   mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
 "
 



[gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libiconv/files/, dev-libs/libiconv/

2017-09-25 Thread Michael Haubenwallner
commit: 615d11603e8cd6bf5f8b978505cfdc1aedfa0700
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Sep 25 14:50:39 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Sep 25 14:50:39 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=615d1160

dev-libs/libiconv-1.14-r1: fix for winnt

Package-Manager: Portage-2.3.8-prefix, Repoman-2.3.3

 dev-libs/libiconv/files/libiconv-1.14-winnt.patch | 31 +++
 dev-libs/libiconv/libiconv-1.14-r1.ebuild |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/libiconv/files/libiconv-1.14-winnt.patch 
b/dev-libs/libiconv/files/libiconv-1.14-winnt.patch
new file mode 100644
index 00..e49d1ce755
--- /dev/null
+++ b/dev-libs/libiconv/files/libiconv-1.14-winnt.patch
@@ -0,0 +1,31 @@
+--- libiconv-1.14/configure.orig   2017-09-21 10:12:09.263109700 +0200
 libiconv-1.14/configure2017-09-21 10:12:26.809908100 +0200
+@@ -13478,7 +13478,7 @@
+ 
+ 
+ case "$host_os" in
+-  mingw* | cygwin*) is_woe32=yes ;;
++  mingw* | cygwin* | winnt*) is_woe32=yes ;;
+   *) is_woe32=no ;;
+ esac
+ WOE32=$is_woe32
+@@ -21687,7 +21687,7 @@
+ 
+ if test "$enable_shared" = yes; then
+   case "$host_os" in
+-mingw* | cygwin*) is_woe32dll=yes ;;
++mingw* | cygwin* | winnt*) is_woe32dll=yes ;;
+ *) is_woe32dll=no ;;
+   esac
+ else
+--- libiconv-1.14/woe32dll/export.h.orig   2017-09-21 10:02:45.106778900 
+0200
 libiconv-1.14/woe32dll/export.h2017-09-21 10:10:06.856742200 +0200
+@@ -104,3 +104,8 @@
+  /* Allocate a pseudo-variable IMP(x).  */  \
+  extern int x;  \
+  void * IMP(x) = 
++
++#if defined(_MSC_VER)
++# undef VARIABLE
++# define VARIABLE(x) extern __declspec(dllexport) __declspec(dllimport) int x;
++#endif

diff --git a/dev-libs/libiconv/libiconv-1.14-r1.ebuild 
b/dev-libs/libiconv/libiconv-1.14-r1.ebuild
index 932727ce37..04966b3632 100644
--- a/dev-libs/libiconv/libiconv-1.14-r1.ebuild
+++ b/dev-libs/libiconv/libiconv-1.14-r1.ebuild
@@ -21,6 +21,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-no-gets.patch
+   epatch "${FILESDIR}"/${P}-winnt.patch
elibtoolize
 }
 



[gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libintl/files/, dev-libs/libintl/

2017-09-25 Thread Michael Haubenwallner
commit: a4e90bad12fbd494c3829b386ddadf7518a4443d
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Sep 25 15:33:24 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Sep 25 15:33:24 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a4e90bad

dev-libs/libintl-0.19.8.1-r00.1: update winnt support

Package-Manager: Portage-2.3.8-prefix, Repoman-2.3.3

 dev-libs/libintl/files/0.19.3-localename.patch |  4 ++--
 dev-libs/libintl/files/0.19.8.1-winnt.patch| 11 +++
 dev-libs/libintl/libintl-0.19.8.1-r00.1.ebuild |  1 +
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libintl/files/0.19.3-localename.patch 
b/dev-libs/libintl/files/0.19.3-localename.patch
index b5e37fb421..1df7811ed7 100644
--- a/dev-libs/libintl/files/0.19.3-localename.patch
+++ b/dev-libs/libintl/files/0.19.3-localename.patch
@@ -55,7 +55,7 @@
  #endif
  
 -#if defined WINDOWS_NATIVE || defined __CYGWIN__ /* Native Windows or Cygwin 
*/
-+#if defined WINDOWS_NATIVE_ /* Native Windows */
++#if defined WINDOWS_NATIVE /* Native Windows */
  # define WIN32_LEAN_AND_MEAN
  # include 
  # include 
@@ -114,7 +114,7 @@
  #endif
  
 -#if defined WINDOWS_NATIVE || defined __CYGWIN__ /* Native Windows or Cygwin 
*/
-+#if defined WINDOWS_NATIVE_ /* Native Windows */
++#if defined WINDOWS_NATIVE /* Native Windows */
  # define WIN32_LEAN_AND_MEAN
  # include 
  # include 

diff --git a/dev-libs/libintl/files/0.19.8.1-winnt.patch 
b/dev-libs/libintl/files/0.19.8.1-winnt.patch
new file mode 100644
index 00..009e0dd551
--- /dev/null
+++ b/dev-libs/libintl/files/0.19.8.1-winnt.patch
@@ -0,0 +1,11 @@
+--- gettext-0.19.8.1/gettext-runtime/intl/export.h.orig2017-09-25 
17:11:21.466134600 +0200
 gettext-0.19.8.1/gettext-runtime/intl/export.h 2017-09-25 
17:11:23.294289400 +0200
+@@ -1,6 +1,8 @@
+ 
+ #if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
+ #define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
++#elif defined(_MSC_VER) && BUILDING_LIBINTL
++#define LIBINTL_DLL_EXPORTED __declspec(dllexport)
+ #else
+ #define LIBINTL_DLL_EXPORTED
+ #endif

diff --git a/dev-libs/libintl/libintl-0.19.8.1-r00.1.ebuild 
b/dev-libs/libintl/libintl-0.19.8.1-r00.1.ebuild
index f2b7b245be..e33cfc4414 100644
--- a/dev-libs/libintl/libintl-0.19.8.1-r00.1.ebuild
+++ b/dev-libs/libintl/libintl-0.19.8.1-r00.1.ebuild
@@ -31,6 +31,7 @@ S="${WORKDIR}/${MY_P}/gettext-runtime"
 src_prepare() {
epatch "${FILESDIR}"/0.19.3-localename.patch # Cygwin
epatch "${FILESDIR}"/0.19.8.1-hide-newlocale.patch # feature test
+   epatch "${FILESDIR}"/0.19.8.1-winnt.patch
 
# The libtool files are stored higher up, so make sure we run in the
# whole tree and not just the subdir we build.



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

2017-09-25 Thread Matt Thode
commit: 5f945f39b3502145e7b4713fae6feb696211fb98
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 25 15:21:26 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep 25 15:21:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f945f39

sys-cluster/neutron: 10.0.4 and 11.0.1 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/neutron/Manifest   |   9 +-
 ...tron-11.0.0-r1.ebuild => neutron-10.0.4.ebuild} | 100 +
 ...tron-11.0.0-r1.ebuild => neutron-11.0.1.ebuild} |   2 +-
 3 files changed, 48 insertions(+), 63 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 409c851176f..706bb16c789 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,14 +1,17 @@
 DIST neutron-10.0.3.tar.gz 3125880 SHA256 
7f4c455d54647f5f32871b61acac0d66de32dd1e7a589bad04b266560d0ba7ef SHA512 
615c5ece84d61c1e3878566cc538af15f32d92a3a3def0bfe627e804c44c9d64cb1160f7adf4f136596e687348036a795035c773213f7d57e79422fb149f560e
 WHIRLPOOL 
1c249112c5f850b6244db7264f2295106ef2b8b68cc472eafe19e407f36c6afcfd8024ac160d9b2e7da85a60c86a88f70bd385763bdd8c22fc276000151ff46c
-DIST neutron-11.0.0.tar.gz 10465282 SHA256 
ba43241542c716dab56c2911c933c77e7d3afff9b15da6e1948376c22d30b7e3 SHA512 
04a6a6338eb6fe01cd61b98e4c025bea80c0a15a004eb560dfc6b3aec5835c4e75ccefd0d4a583578709067053f76c1957cfeccdf9a109797a9a09ea1e9da4c0
 WHIRLPOOL 
fc75ae1c9919f15cd82965cb921ba1c67c97b421ab1750e6c784635480aad8c123023a3d56931ec50ac51c71db5b964e7f0499851043d4d8f8c90bf9d1f9a3f5
+DIST neutron-10.0.4.tar.gz 3124422 SHA256 
1e7c999045c8d5c1e3dcb6aca05984f880bc58935682f6b8146239739a3a121a SHA512 
f85949ac08728b6338cf58abfaf2c9e67882d49fefa16104580c73aaea3f0634602712583e88248f261fd3b0c8690172e4a72f550bd159cacf732440274cc844
 WHIRLPOOL 
6694f8372e8a2af3ff2bcc766523c11837515ebb85548160779d4cc4ea21ee7a68f1bc0636efb56f2f83764521625a1f238b5df21849c36826c8186b03e4
+DIST neutron-11.0.1.tar.gz 10472277 SHA256 
a6ea7a9e57c507bbcffea9373383543f976289c692c9aafc458a530e51db10f0 SHA512 
ab353e6ae09e32c9b520a918624a661c5635f2de4df05f78f3e9c6102258ab12ee5c657f89732d89ef182833f80cb70454418a5556cc7738bd7f86b995762b37
 WHIRLPOOL 
cb74b2feaa659f980e619c1f0fd95b5d40ddc1a581a0cc0b6b35fb2d74ec6ff93b2fb675c7b5be4ea59769c878e777ee920a6943c9612b32219a4fc619d5f2eb
 DIST neutron-9.4.1.tar.gz 3060881 SHA256 
c8a4c5a9f696b3d4455ef4b823d47d2cccfdfff7a160981e4d26c61a9cf41d0a SHA512 
94a374a2f03ab9d586d6be6a612aabcc9cb71565d5ec2415442cfdb09463811418b04d1f159f4b5a286798020ae3e83196bb0c9db3f27c43e5abedfe66ecdb33
 WHIRLPOOL 
db09caef44b969fec9b80b1898cab4293bb62d6188938aa943ccd00bc736a64e5b8f85f4a07f12de2866b4b76966e55d01b991f0db82d648b73fc8710095659d
 DIST neutron-configs-10.0.3.tar.gz 25094 SHA256 
7f210828b0c3fa9d859fca8c4735fd60aefad3cd5d0cf810b762af268df59269 SHA512 
40ab9f2f4ea338c061c57d9aa5611ee3f3476ab8f5199ac50577f94fec032ccd27028bd072d9d9d0cc9f12327613e542b4d62a0403540730f9d6efbc4992a00d
 WHIRLPOOL 
dbdaff979a40e33cd171390657e39fb9b2a311c972e8d018e301af5361b0224ba62972241febfc4991a06bf9f16390e5c779de86823ed94eaebbee610c8c6657
-DIST neutron-configs-11.0.0.tar.gz 25030 SHA256 
ad2a57865a13ccf62b852c2d31336e9f0aab0f979c6227856c59a3ef86ac SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
 WHIRLPOOL 
30a577afb2d48ee5d5c13666dc23843bee1aadcd3369d090ffa150bf7ea60ae97bfac0ecc39aa09d29106f9117aab477632c520b146db4c9a78ec021c959851d
+DIST neutron-configs-10.0.4.tar.gz 25094 SHA256 
7f210828b0c3fa9d859fca8c4735fd60aefad3cd5d0cf810b762af268df59269 SHA512 
40ab9f2f4ea338c061c57d9aa5611ee3f3476ab8f5199ac50577f94fec032ccd27028bd072d9d9d0cc9f12327613e542b4d62a0403540730f9d6efbc4992a00d
 WHIRLPOOL 
dbdaff979a40e33cd171390657e39fb9b2a311c972e8d018e301af5361b0224ba62972241febfc4991a06bf9f16390e5c779de86823ed94eaebbee610c8c6657
+DIST neutron-configs-11.0.1.tar.gz 25030 SHA256 
ad2a57865a13ccf62b852c2d31336e9f0aab0f979c6227856c59a3ef86ac SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
 WHIRLPOOL 
30a577afb2d48ee5d5c13666dc23843bee1aadcd3369d090ffa150bf7ea60ae97bfac0ecc39aa09d29106f9117aab477632c520b146db4c9a78ec021c959851d
 DIST neutron-configs-2016.2..tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-configs-2017.1..tar.gz 25094 SHA256 
7f210828b0c3fa9d859fca8c4735fd60aefad3cd5d0cf810b762af268df59269 SHA512 
40ab9f2f4ea338c061c57d9aa5611ee3f3476ab8f5199ac50577f94fec032ccd27028bd072d9d9d0cc9f12327613e542b4d62a0403540730f9d6efbc4992a00d

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

2017-09-25 Thread Mike Gilbert
commit: 712f40d09fb09832dc03f1e188616f2f3658fc12
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 25 15:04:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 25 15:04:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712f40d0

www-client/chromium: remove old

Package-Manager: Portage-2.3.6_p60, Repoman-2.3.3_p38

 www-client/chromium/Manifest |   1 -
 www-client/chromium/chromium-61.0.3163.79.ebuild | 670 ---
 2 files changed, 671 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index db606357d39..7353040b16e 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,4 @@
 DIST chromium-61.0.3163.100.tar.xz 556305252 SHA256 
4135968cac6623c1d2b224494600cd274098cce41c298f8c3908b354a34c281b SHA512 
4dfd3a493ceb7c605eeab6f387541273d529e8b935a6104927e34836469aedcfcbb4a1154591585621d5c2e842e68701d32328acba842f840a20498822165f78
 WHIRLPOOL 
a02443375a59073ad350665a46c978b67e1026078822b3a34f9fb1099a1bc62933ec25c6135c107388ebf21362d0e6a04e394a60275dd1e30b31c145ee7f93e8
-DIST chromium-61.0.3163.79.tar.xz 556218140 SHA256 
bdbc139ed86f3b5d1ec3c3b00caeaef4f9ac2c363438f03dded56e217ad10727 SHA512 
3729c4888737824937386b73e17ffce0c8c902582e0395da20d2ea86eb179bf0edc2be0d2ea780a6fc76accdeb8967a66392bea5069c7ebb71322c750f614d61
 WHIRLPOOL 
5024a89372f974b62e09c89ce4786efa87a6f52712faf211508c1ccad7edb0120cebd98540b928094893877517abc1243a9bfabcf74e057a4e5fc2cacac8480d
 DIST chromium-62.0.3202.18.tar.xz 517017924 SHA256 
38d76599b999e3636c3eb60888acd34ea8a8d7e24e6dba21ec7ae39d2045d47f SHA512 
7017bc7f17af969fc460f0001ae935dca48253d2dea65d5375a126434549bb7ce748518c716b6d06aa6ae357577ca08ec73c7fe0e11b606595c15768388bab87
 WHIRLPOOL 
305ca8e55bbd2d87c1b6444ed2580b2c6992c2c5072b0abc9751190e07e0a57bb2180d751aaf5a248beea8467c6888f681c1d76a0a7cfb6ccfc2ae5d9669f2ec
 DIST chromium-62.0.3202.9.tar.xz 516991748 SHA256 
d801d431417736098ee4bf4ecaea642f5fe6101ea88a4cf7b06a04da58331199 SHA512 
26e253dc0b779408116e4fbcc41e306afbd34687a9cb9f748d49381cec4ace4a094630aec5be14878584051696c261052ce7b07fd75b9680217165afd3909fe9
 WHIRLPOOL 
82645f14dd1a19faecc8b8af3fcfef03b2e14cb04c0ad8653bf9e11ef84169ecae7d8fdcbed1a84da0433f621dbbb331319670bb9cb0723759df617dd46e4617
 DIST chromium-63.0.3213.3.tar.xz 532417800 SHA256 
a9c680b181f18be8b39945e715b8a54640af74a4ed85c65a9de038085ad8be77 SHA512 
994ef6b733d3e3bc35ead7281ca9274206f1ca1f810f0890afa45eeeca164606ff219660452083034a29e37b861bd8f0dcd037874ff5aff21a314d96292c7f75
 WHIRLPOOL 
ab274e2fcbbf2c8deb8d5955182b9b071a0b13ca0d0dddf4b61655e6553f7fec403760fa7e23fb89b63a019a522c4a35d740b7af1ca0068fdbda506c7b3f7bfb

diff --git a/www-client/chromium/chromium-61.0.3163.79.ebuild 
b/www-client/chromium/chromium-61.0.3163.79.ebuild
deleted file mode 100644
index 4dca1421f15..000
--- a/www-client/chromium/chromium-61.0.3163.79.ebuild
+++ /dev/null
@@ -1,670 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE="component-build cups gnome-keyring +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-COMMON_DEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   dev-libs/expat:=
-   dev-libs/glib:2
-   system-icu? ( =dev-libs/nss-3.14.3:=
-   >=dev-libs/re2-0.2016.05.01:=
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   >=media-libs/harfbuzz-1.4.2:=[icu(-)]
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
-   >=media-libs/openh264-1.6.0:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? (
-   >=media-video/ffmpeg-3:=

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

2017-09-25 Thread Jeroen Roovers
commit: dd9224fd5a5dc0ef0fc025b67f266063bdcd92de
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 25 14:46:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 25 14:46:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9224fd

www-client/otter: Run things in pkg_postinst()/pkg_postrm().

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 www-client/otter/otter-0.9.12.ebuild | 13 +++--
 www-client/otter/otter-.ebuild   | 13 +++--
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/www-client/otter/otter-0.9.12.ebuild 
b/www-client/otter/otter-0.9.12.ebuild
index 123171f6303..a2e32ebc01d 100644
--- a/www-client/otter/otter-0.9.12.ebuild
+++ b/www-client/otter/otter-0.9.12.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-
-inherit eutils cmake-utils
+inherit eutils cmake-utils gnome2-utils xdg-utils
 
 DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
 HOMEPAGE="http://otter-browser.org/;
@@ -60,3 +59,13 @@ src_install() {
cmake-utils_src_install
domenu ${PN}-browser.desktop
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}

diff --git a/www-client/otter/otter-.ebuild 
b/www-client/otter/otter-.ebuild
index fdb1f94ba3a..012c8341b63 100644
--- a/www-client/otter/otter-.ebuild
+++ b/www-client/otter/otter-.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-
-inherit eutils cmake-utils git-r3
+inherit eutils cmake-utils git-r3 gnome2-utils xdg-utils
 
 DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
 HOMEPAGE="http://otter-browser.org/;
@@ -51,3 +50,13 @@ src_install() {
cmake-utils_src_install
domenu ${PN}-browser.desktop
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2017-09-25 Thread Jeroen Roovers
commit: 6afb946017d4ad195fe652a86ec36ce306236acc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 25 14:43:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 25 14:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afb9460

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 www-client/opera-developer/Manifest|  1 +
 .../opera-developer-49.0.2723.0.ebuild | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index f24f90e638e..3f85e01e0e5 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_49.0.2711.0_amd64.deb 50563538 SHA256 
815dae53361b5ccfd595cdf1fe9e91fc2743caad2adf038ba679a30506da79d0 SHA512 
3eb7976d662d9637937f84e55466017ecc8f966d1d47ad93f502e6a8772b9996d24be6fc8a6021cf2bc3d742bf75f9c6d41b3bd42040d881be017fb87a93764a
 WHIRLPOOL 
eab118d83c3e90662192af0c38f3102e80584b2824fbf802d2d58039b0725baa6847a80b39d5cefc7b9a4b16de351ce17bb143a59ff1e016142bc66b349aedb0
 DIST opera-developer_49.0.2720.0_amd64.deb 50453810 SHA256 
fa9cfcf013947f78458140897945fc4e00c5ed7faa6dd922ab1a457a4dbfad43 SHA512 
f892e0747cba76bdf5175f57bf94dbaf58b5a86a333eef92e64cc9949ab2fac449951358dbf7ee0e10fe8f48a68e834ea274c9bc5eb25fbabc28c57266c3d859
 WHIRLPOOL 
37170828e8cbd4b8bc54b72593d3a6117070de6b91268b9680d433f997799616dbe90a770d743acab3a830a33c2a02955c026c0722d1a64dcee65ca50d5531e9
+DIST opera-developer_49.0.2723.0_amd64.deb 50582782 SHA256 
fd43bc80a2b23a6233a7e2b6fee3c7a90f211c0caf4824230270c4d01fc3ebfd SHA512 
d830f43840e286e7bcbb6fd88a7a2f7efa4efa1a7640f86d863c72b2570d6abd1278f11b2ded00de34d2cfa0fabe9d39d62cfdce03387a8c89603beb42b20e98
 WHIRLPOOL 
60df11df7c6fa39a8dbf4fe3f0081b536b6cc2a5787b7f1d49d7f06852010c5b28f1ec27bd01ab0d361d57606ed695cd089a87d7b051f4d02787b991fdca93bb

diff --git a/www-client/opera-developer/opera-developer-49.0.2723.0.ebuild 
b/www-client/opera-developer/opera-developer-49.0.2723.0.ebuild
new file mode 100644
index 000..e915da3167e
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-49.0.2723.0.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   http://download1.operacdn.com/pub/
+   http://download2.operacdn.com/pub/
+   http://download3.operacdn.com/pub/
+   http://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-09-25 Thread Jeroen Roovers
commit: fcc910ec8db87906424a1055d9837046f8d0eef3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 25 14:44:17 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 25 14:46:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc910ec

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 www-client/opera-developer/Manifest|  1 -
 .../opera-developer-49.0.2711.0.ebuild | 98 --
 2 files changed, 99 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 3f85e01e0e5..28b09bc82cb 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_49.0.2711.0_amd64.deb 50563538 SHA256 
815dae53361b5ccfd595cdf1fe9e91fc2743caad2adf038ba679a30506da79d0 SHA512 
3eb7976d662d9637937f84e55466017ecc8f966d1d47ad93f502e6a8772b9996d24be6fc8a6021cf2bc3d742bf75f9c6d41b3bd42040d881be017fb87a93764a
 WHIRLPOOL 
eab118d83c3e90662192af0c38f3102e80584b2824fbf802d2d58039b0725baa6847a80b39d5cefc7b9a4b16de351ce17bb143a59ff1e016142bc66b349aedb0
 DIST opera-developer_49.0.2720.0_amd64.deb 50453810 SHA256 
fa9cfcf013947f78458140897945fc4e00c5ed7faa6dd922ab1a457a4dbfad43 SHA512 
f892e0747cba76bdf5175f57bf94dbaf58b5a86a333eef92e64cc9949ab2fac449951358dbf7ee0e10fe8f48a68e834ea274c9bc5eb25fbabc28c57266c3d859
 WHIRLPOOL 
37170828e8cbd4b8bc54b72593d3a6117070de6b91268b9680d433f997799616dbe90a770d743acab3a830a33c2a02955c026c0722d1a64dcee65ca50d5531e9
 DIST opera-developer_49.0.2723.0_amd64.deb 50582782 SHA256 
fd43bc80a2b23a6233a7e2b6fee3c7a90f211c0caf4824230270c4d01fc3ebfd SHA512 
d830f43840e286e7bcbb6fd88a7a2f7efa4efa1a7640f86d863c72b2570d6abd1278f11b2ded00de34d2cfa0fabe9d39d62cfdce03387a8c89603beb42b20e98
 WHIRLPOOL 
60df11df7c6fa39a8dbf4fe3f0081b536b6cc2a5787b7f1d49d7f06852010c5b28f1ec27bd01ab0d361d57606ed695cd089a87d7b051f4d02787b991fdca93bb

diff --git a/www-client/opera-developer/opera-developer-49.0.2711.0.ebuild 
b/www-client/opera-developer/opera-developer-49.0.2711.0.ebuild
deleted file mode 100644
index e915da3167e..000
--- a/www-client/opera-developer/opera-developer-49.0.2711.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   http://download1.operacdn.com/pub/
-   http://download2.operacdn.com/pub/
-   http://download3.operacdn.com/pub/
-   http://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}



[gentoo-commits] repo/proj/prefix:master commit in: sys-libs/db/

2017-09-25 Thread Michael Haubenwallner
commit: 7d6dc109770f711173e8538d907675de5408407a
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Sep 25 14:46:14 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Sep 25 14:46:14 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7d6dc109

sys-libs/db-5.3.28-r3: fix for x86-winnt

Package-Manager: Portage-2.3.8-prefix, Repoman-2.3.3

 sys-libs/db/db-5.3.28-r3.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/sys-libs/db/db-5.3.28-r3.ebuild b/sys-libs/db/db-5.3.28-r3.ebuild
index 13ffc4a8f2..695ebf4f91 100644
--- a/sys-libs/db/db-5.3.28-r3.ebuild
+++ b/sys-libs/db/db-5.3.28-r3.ebuild
@@ -27,7 +27,7 @@ done
 
 LICENSE="Sleepycat"
 SLOT="5.3"
-KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc java cxx tcl test"
 
 REQUIRED_USE="test? ( tcl )"
@@ -95,6 +95,8 @@ src_prepare() {
# Needed when compiling with clang
epatch "${FILESDIR}"/${PN}-5.1.29-rename-atomic-compare-exchange.patch
 
+   epatch "${FILESDIR}"/${PN}-6.0.35-winnt.patch
+
# Upstream release script grabs the dates when the script was run, so 
lets
# end-run them to keep the date the same.
export REAL_DB_RELEASE_DATE="$(awk \
@@ -170,6 +172,14 @@ multilib_src_configure() {
myconf+=(--disable-tcl )
fi
 
+   if [[ ${CHOST} == *-winnt* ]]; then
+   # this one should really sound --enable-windows, but
+   # seems the db devs only support mingw ... doesn't enable
+   # anything too specific to mingw.
+   myconf+=(--enable-mingw)
+   myconf+=(--with-mutex=win32)
+   fi
+
# sql_compat will cause a collision with sqlite3
# --enable-sql_compat
# Don't --enable-sql* because we don't want to use bundled sqlite.



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

2017-09-25 Thread Manuel Rüger
commit: 6abb8e32a3c2bd106e7843bea3115067c160e9d5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 25 14:14:59 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 25 14:15:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abb8e32

app-emulation/docker-proxy: Update snapshot for docker-ce 17.09

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emulation/docker-proxy/Manifest|  1 +
 .../docker-proxy-0.8.0_p20170917.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emulation/docker-proxy/Manifest 
b/app-emulation/docker-proxy/Manifest
index 1e23544154a..d33ad254b95 100644
--- a/app-emulation/docker-proxy/Manifest
+++ b/app-emulation/docker-proxy/Manifest
@@ -1 +1,2 @@
 DIST docker-proxy-0.8.0_p2016.tar.gz 2150464 SHA256 
204e723a3cb740173af3a0d4b0d00996507d3230da4f348a38b417a215de0959 SHA512 
86293b9cafc3c468760266b47412040f21309baad27765f584cfa1e93bc2ad88068832ed55f2ae8e4f16825e9f44619e89985fd36d98b3d47eaf1d1160f76c8e
 WHIRLPOOL 
2b885bf3865a396219af7b32fc20477b15dffa1ac7b8a26602ff1b131d9f7cb31d5f997045bfac5ddf8b75016ca083c31ed345dfe1d9023a8d68b712a72d5979
+DIST docker-proxy-0.8.0_p20170917.tar.gz 2177045 SHA256 
2eee331b6ded567a36e7db708405b34032b93938682cf049025f48b96d755bf6 SHA512 
673ea638fa5c560d8238d7c1d88f114430f9d8efe701804bfe30044d0c059a688cbf6b62922be50834e16ee055ef6cf015f6232f76f0d942768f9e84e95496cd
 WHIRLPOOL 
27b33b36bbdeaff3d25977b50aa11fc5a4708482f44efe583223c1aab40091e28824eda6eb5ac8a7f20be24ef4ddcf9b6e4a043c52c9e6953ec2c95f266fb296

diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild 
b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
new file mode 100644
index 000..0550a4eed8f
--- /dev/null
+++ b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20170917.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/docker/libnetwork"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   EGIT_COMMIT="7b2b1feb1de4817d522cc372af149ff48d25028e"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="Docker container networking"
+HOMEPAGE="https://github.com/docker/libnetwork;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RDEPEND="!

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

2017-09-25 Thread Bernard Cafarelli
commit: 06c9a86ccaa05153be24f77470ec6f1d353685e4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:05:54 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c9a86c

net-misc/pyhoca-gui: drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pyhoca-gui/Manifest |  2 --
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild | 34 
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild| 34 
 3 files changed, 70 deletions(-)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 86b5e0de20b..e79d5cac330 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,4 +1,2 @@
-DIST pyhoca-gui-0.5.0.4.tar.gz 1331234 SHA256 
72fd2a7904cc8b74d8fef937b6923ac45d1071f48445e42b2f2df088648403b9 SHA512 
a39db02604437ef64de63ef4f5ac70652e9d0b21f94dfd1916adc127fc691b4919af5146baeecabc5f4c821981c0a11f903c0ed41160ef50bc07cfb0706653d6
 WHIRLPOOL 
4416934c9b7379f140159757f60ed840de00b4bc9ff74c8be03568b09e4c31d4d746ff4186e4c323de8d2ae7b9ee59fc69ef77ac87f048822209a128b35cc688
-DIST pyhoca-gui-0.5.0.5.tar.gz 1331743 SHA256 
e780cd1707b1acc96ba65155f7b72ef1b5ade3851f9b33cf9634dca63f9da901 SHA512 
ecaa02e99b32b1564eeece3fb2fd7b68e04a5204a8faa909abc1678fd23c8b69505997093a52e627ff46cb8212c5dfa81058793f5a0f2882f0a00e5847c17d64
 WHIRLPOOL 
6f11ad6c39f862dde80c26a2ff52e1ed70fcc0a29550e6552def87037b0d74f097a09464b95cbfabfa2d10e54a17bb0bf3b0e612513faf2a18d10776b429d993
 DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 SHA256 
5e4e7b585abc3efa8a91205b585ac923c7aaff60c0e1925b5dfa351a5e5d1952 SHA512 
46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
 WHIRLPOOL 
d747f3994cb8d3cd35e3ed19a5262368aaf7d16ec3af4182fc617cdb0cafb5b5c5361ecc800112f18cfdf6b8064beb273d78947da9be7c07c88264311804a2e8
 DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 SHA256 
95aa0addfe3ee25e5724437db211ebe56f905994d2905f7ac9ce40ddf7ec4a7c SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
 WHIRLPOOL 
b6b16809851ceb40d4927c729ef8250f92526b0e57e6f54949d5b81a2fbb8bb9452e3f71647dbdcee86769438355217a294f2d1ccbdec59ebeae219ea650be6d

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild
deleted file mode 100644
index 89405cc73fb..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-HOMEPAGE="http://www.x2go.org;
-SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild
deleted file mode 100644
index 64331ff601a..000
--- a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go graphical client applet"
-HOMEPAGE="http://www.x2go.org;
-SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pycups[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/wxpython[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}



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

2017-09-25 Thread Bernard Cafarelli
commit: d58b0821fae6125879ce1cbb607841611f36681b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:06:14 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58b0821

net-misc/pyhoca-cli: drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pyhoca-cli/Manifest |  1 -
 net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/net-misc/pyhoca-cli/Manifest b/net-misc/pyhoca-cli/Manifest
index f51690ee6c0..707075cff88 100644
--- a/net-misc/pyhoca-cli/Manifest
+++ b/net-misc/pyhoca-cli/Manifest
@@ -1,3 +1,2 @@
-DIST pyhoca-cli-0.5.0.2.tar.gz 32084 SHA256 
8261fedff24553217eba269a3c57e30b9953b37f58b09038f487637d83203d5e SHA512 
46569c786014629d07d4a92e9ca31a8cf8a13cab43ba518213bf212b4391d038d169da931f536f8a088d26978b46428acb6ef8d46c7bc3737afc7086263a3a01
 WHIRLPOOL 
fbfcd99887574a09849a2959811e7c5403499aa94184bc0cc2e7f14a23bfa35d6bfc03afa746827f53cce632e4dc25002377e07bf30243a08be7511af45a1d17
 DIST pyhoca-cli-0.5.0.3.tar.gz 32170 SHA256 
4768e85b45043fc509fe6a7847a93400dc377ece4987b83620e213ba9825 SHA512 
84f92008b099fa3f753a2143115486e121d66407f318ffa4840d7b4e8fd2ee2aa620b152a384ea1c59823eb2acfdb9426257247041cbc248872e2e33dbc9c279
 WHIRLPOOL 
b64991f2e96692d66620e37b648597848be922605213978c0ffac35c6d883d1c5c1125a39a846c5a34eb2da14d4ac2341f187f17d41da23fc30ff032ed3e1ffe
 DIST pyhoca-cli-0.5.0.4.tar.gz 32486 SHA256 
7d5814b2eecec7265ef0b198d04888733130777fdb114b1681e1e9b22df2ae9d SHA512 
6dadbd01922f9957469c2f401a6b1d7da4ad7bfa9c82f38d951b230cd880b826e96a63cf3d244d27299ea9bab4d1f42239a2f0d73702e62eb4859a52c25158bd
 WHIRLPOOL 
13bfb245f1704b0a6f7b1ac3595ac4bef84f9bb0cf88d7a7e1bb8f7667294d722150ba306c3ee0dbeb8631e1db5a904d352247f3cb8a6006a34dd69cb763c41d

diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild 
b/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild
deleted file mode 100644
index 8f38c0a9eb8..000
--- a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go command line client"
-HOMEPAGE="http://www.x2go.org;
-SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]
-   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_install() {
-   distutils-r1_python_install
-   python_doscript ${PN}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/man1/*
-}



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

2017-09-25 Thread Bernard Cafarelli
commit: 8a7a220200455a809468c1b765700371ae3fc33a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:02:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a2202

net-misc/pyhoca-cli: 0.5.0.4 bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pyhoca-cli/Manifest  |  1 +
 net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/net-misc/pyhoca-cli/Manifest b/net-misc/pyhoca-cli/Manifest
index 40995bd5b13..f51690ee6c0 100644
--- a/net-misc/pyhoca-cli/Manifest
+++ b/net-misc/pyhoca-cli/Manifest
@@ -1,2 +1,3 @@
 DIST pyhoca-cli-0.5.0.2.tar.gz 32084 SHA256 
8261fedff24553217eba269a3c57e30b9953b37f58b09038f487637d83203d5e SHA512 
46569c786014629d07d4a92e9ca31a8cf8a13cab43ba518213bf212b4391d038d169da931f536f8a088d26978b46428acb6ef8d46c7bc3737afc7086263a3a01
 WHIRLPOOL 
fbfcd99887574a09849a2959811e7c5403499aa94184bc0cc2e7f14a23bfa35d6bfc03afa746827f53cce632e4dc25002377e07bf30243a08be7511af45a1d17
 DIST pyhoca-cli-0.5.0.3.tar.gz 32170 SHA256 
4768e85b45043fc509fe6a7847a93400dc377ece4987b83620e213ba9825 SHA512 
84f92008b099fa3f753a2143115486e121d66407f318ffa4840d7b4e8fd2ee2aa620b152a384ea1c59823eb2acfdb9426257247041cbc248872e2e33dbc9c279
 WHIRLPOOL 
b64991f2e96692d66620e37b648597848be922605213978c0ffac35c6d883d1c5c1125a39a846c5a34eb2da14d4ac2341f187f17d41da23fc30ff032ed3e1ffe
+DIST pyhoca-cli-0.5.0.4.tar.gz 32486 SHA256 
7d5814b2eecec7265ef0b198d04888733130777fdb114b1681e1e9b22df2ae9d SHA512 
6dadbd01922f9957469c2f401a6b1d7da4ad7bfa9c82f38d951b230cd880b826e96a63cf3d244d27299ea9bab4d1f42239a2f0d73702e62eb4859a52c25158bd
 WHIRLPOOL 
13bfb245f1704b0a6f7b1ac3595ac4bef84f9bb0cf88d7a7e1bb8f7667294d722150ba306c3ee0dbeb8631e1db5a904d352247f3cb8a6006a34dd69cb763c41d

diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild 
b/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild
new file mode 100644
index 000..2a3ca05effb
--- /dev/null
+++ b/net-misc/pyhoca-cli/pyhoca-cli-0.5.0.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go command line client"
+HOMEPAGE="http://www.x2go.org;
+SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setproctitle[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}



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

2017-09-25 Thread Bernard Cafarelli
commit: ce02115b75a0390171c956176a2deb6132ae0752
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:05:35 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce02115b

net-misc/pyhoca-gui: 0.5.0.7 bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pyhoca-gui/Manifest  |  1 +
 net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/net-misc/pyhoca-gui/Manifest b/net-misc/pyhoca-gui/Manifest
index 4fed043add5..86b5e0de20b 100644
--- a/net-misc/pyhoca-gui/Manifest
+++ b/net-misc/pyhoca-gui/Manifest
@@ -1,3 +1,4 @@
 DIST pyhoca-gui-0.5.0.4.tar.gz 1331234 SHA256 
72fd2a7904cc8b74d8fef937b6923ac45d1071f48445e42b2f2df088648403b9 SHA512 
a39db02604437ef64de63ef4f5ac70652e9d0b21f94dfd1916adc127fc691b4919af5146baeecabc5f4c821981c0a11f903c0ed41160ef50bc07cfb0706653d6
 WHIRLPOOL 
4416934c9b7379f140159757f60ed840de00b4bc9ff74c8be03568b09e4c31d4d746ff4186e4c323de8d2ae7b9ee59fc69ef77ac87f048822209a128b35cc688
 DIST pyhoca-gui-0.5.0.5.tar.gz 1331743 SHA256 
e780cd1707b1acc96ba65155f7b72ef1b5ade3851f9b33cf9634dca63f9da901 SHA512 
ecaa02e99b32b1564eeece3fb2fd7b68e04a5204a8faa909abc1678fd23c8b69505997093a52e627ff46cb8212c5dfa81058793f5a0f2882f0a00e5847c17d64
 WHIRLPOOL 
6f11ad6c39f862dde80c26a2ff52e1ed70fcc0a29550e6552def87037b0d74f097a09464b95cbfabfa2d10e54a17bb0bf3b0e612513faf2a18d10776b429d993
 DIST pyhoca-gui-0.5.0.6.tar.gz 1345011 SHA256 
5e4e7b585abc3efa8a91205b585ac923c7aaff60c0e1925b5dfa351a5e5d1952 SHA512 
46edc32425e083ef9043f6fdd6b2e4f973109688e5cc3167ed09132441213292f6aed94b26a63829101912388293c239eb689163f933cf4d95125295e3336b89
 WHIRLPOOL 
d747f3994cb8d3cd35e3ed19a5262368aaf7d16ec3af4182fc617cdb0cafb5b5c5361ecc800112f18cfdf6b8064beb273d78947da9be7c07c88264311804a2e8
+DIST pyhoca-gui-0.5.0.7.tar.gz 1345182 SHA256 
95aa0addfe3ee25e5724437db211ebe56f905994d2905f7ac9ce40ddf7ec4a7c SHA512 
bfb0eb95a87e19ff84fd13c642725be40369ec8e7f58615301033d22e3c1f81ed8b47542989711b1ee9414382989c8e258fa24f3f3c6cb950c42a53a9a6bd8b6
 WHIRLPOOL 
b6b16809851ceb40d4927c729ef8250f92526b0e57e6f54949d5b81a2fbb8bb9452e3f71647dbdcee86769438355217a294f2d1ccbdec59ebeae219ea650be6d

diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild 
b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild
new file mode 100644
index 000..6ea82c839c8
--- /dev/null
+++ b/net-misc/pyhoca-gui/pyhoca-gui-0.5.0.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go graphical client applet"
+HOMEPAGE="http://www.x2go.org;
+SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pycups[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   dev-python/wxpython[${PYTHON_USEDEP}]
+   >=net-misc/python-x2go-0.5.0.0[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   dev-python/python-distutils-extra[${PYTHON_USEDEP}]"
+
+python_install() {
+   distutils-r1_python_install
+   python_doscript ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/man1/*
+}



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

2017-09-25 Thread Bernard Cafarelli
commit: 42644db41e92bdee814bb6e66f5678a2bed77717
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:00:14 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42644db4

net-misc/python-x2go: 0.5.0.6 bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/python-x2go/Manifest   |  1 +
 net-misc/python-x2go/python-x2go-0.5.0.6.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest
index 92ed877f0bf..45a165869d1 100644
--- a/net-misc/python-x2go/Manifest
+++ b/net-misc/python-x2go/Manifest
@@ -1,3 +1,4 @@
 DIST python-x2go-0.5.0.3.tar.gz 197897 SHA256 
b6bd8fe2944b285b393accfd270c6c963a3fe21cead5f81c1983573d339c194e SHA512 
cb826bfe064fa22d3dd3be2176e54ca6ff3e7e4c49271f4f33072c491222ce2e5164d5000da0cca02f1a612c1f61adc1d61e5702e11ef6d4e5a5454f61f48a86
 WHIRLPOOL 
0775ec1edcbeb514ed2cf0fd5fee687c9b8c1656d4ac52e7ae789edb1c3fbfd6981778410270ab3fbed75ef2f4ae907e63a271a660123bf88a1d3fd868828bb2
 DIST python-x2go-0.5.0.4.tar.gz 198280 SHA256 
db971e96cc32d10782fdfbce04f1f8316c63510872d03cae99842bf96e2ab6c9 SHA512 
d643f681da6c8c108ea2368a6f27c20d91f6175530182c057b660a54e4ea33b7fbf1a829777dd6d6984f61fc7dfe6a1b544b868a5d2f664e4621e22da7b981a9
 WHIRLPOOL 
0d183531aff77bdadba9c1072408af6c21ab727afcbbfefc63c030642b73eba205e7714ce8c14b67ff2d171ec71a92767d3d9afb8400034625b763174b8a7fe0
 DIST python-x2go-0.5.0.5.tar.gz 198260 SHA256 
be41f48a28efc2b4be6cf139ed82a45b802cf5462c7361860ad37559504d491e SHA512 
a8cb97f321921b9c98a64b2ef9b3763118150a585b6797837ec890dc588d8f4884fa58d374690a0cfe025ad338b1f7e1c048e4d8c48736205975856a5d82d1d1
 WHIRLPOOL 
aab3a3a3a49bfbcaa32d9ec832b552fef9f2454f436191ea802bdb2098687b72e33f11e8b9e17359db5e2170ff7db604f503dda2453dec44e72ba8da3371b1e7
+DIST python-x2go-0.5.0.6.tar.gz 198236 SHA256 
7b6a7f373a6368a430fa777a5b4885b228ce00cad0caf269290e52fdf3a1456f SHA512 
bad064490ed1b30ec63631d4e6af4ad133f4f1049e60f345dfc0a45abfd5d54a54556953baeae40bb543573d23987da745ad67bf6270f28be4dd6b130a05a9f2
 WHIRLPOOL 
f7395970a859d97b92160f5842117a81eebff18a9e7af519497e0d8f44481aa9024373fa67c86f3aee7aada2180786b0f9211e419b50639537ac88f0e3de8ff1

diff --git a/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild 
b/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild
new file mode 100644
index 000..8f666b8ffe4
--- /dev/null
+++ b/net-misc/python-x2go/python-x2go-0.5.0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="X2Go client-side Python API"
+HOMEPAGE="http://www.x2go.org;
+SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
+DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/python-xlib[${PYTHON_USEDEP}]
+   net-misc/nx"
+RDEPEND="${DEPEND}"



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

2017-09-25 Thread Bernard Cafarelli
commit: b45f797387419606ff0db807aa8bb63ed88f622c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 25 14:00:45 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 25 14:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45f7973

net-misc/python-x2go: drop old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/python-x2go/Manifest   |  2 --
 net-misc/python-x2go/python-x2go-0.5.0.3.ebuild | 23 ---
 net-misc/python-x2go/python-x2go-0.5.0.4.ebuild | 23 ---
 3 files changed, 48 deletions(-)

diff --git a/net-misc/python-x2go/Manifest b/net-misc/python-x2go/Manifest
index 45a165869d1..ce11030aac3 100644
--- a/net-misc/python-x2go/Manifest
+++ b/net-misc/python-x2go/Manifest
@@ -1,4 +1,2 @@
-DIST python-x2go-0.5.0.3.tar.gz 197897 SHA256 
b6bd8fe2944b285b393accfd270c6c963a3fe21cead5f81c1983573d339c194e SHA512 
cb826bfe064fa22d3dd3be2176e54ca6ff3e7e4c49271f4f33072c491222ce2e5164d5000da0cca02f1a612c1f61adc1d61e5702e11ef6d4e5a5454f61f48a86
 WHIRLPOOL 
0775ec1edcbeb514ed2cf0fd5fee687c9b8c1656d4ac52e7ae789edb1c3fbfd6981778410270ab3fbed75ef2f4ae907e63a271a660123bf88a1d3fd868828bb2
-DIST python-x2go-0.5.0.4.tar.gz 198280 SHA256 
db971e96cc32d10782fdfbce04f1f8316c63510872d03cae99842bf96e2ab6c9 SHA512 
d643f681da6c8c108ea2368a6f27c20d91f6175530182c057b660a54e4ea33b7fbf1a829777dd6d6984f61fc7dfe6a1b544b868a5d2f664e4621e22da7b981a9
 WHIRLPOOL 
0d183531aff77bdadba9c1072408af6c21ab727afcbbfefc63c030642b73eba205e7714ce8c14b67ff2d171ec71a92767d3d9afb8400034625b763174b8a7fe0
 DIST python-x2go-0.5.0.5.tar.gz 198260 SHA256 
be41f48a28efc2b4be6cf139ed82a45b802cf5462c7361860ad37559504d491e SHA512 
a8cb97f321921b9c98a64b2ef9b3763118150a585b6797837ec890dc588d8f4884fa58d374690a0cfe025ad338b1f7e1c048e4d8c48736205975856a5d82d1d1
 WHIRLPOOL 
aab3a3a3a49bfbcaa32d9ec832b552fef9f2454f436191ea802bdb2098687b72e33f11e8b9e17359db5e2170ff7db604f503dda2453dec44e72ba8da3371b1e7
 DIST python-x2go-0.5.0.6.tar.gz 198236 SHA256 
7b6a7f373a6368a430fa777a5b4885b228ce00cad0caf269290e52fdf3a1456f SHA512 
bad064490ed1b30ec63631d4e6af4ad133f4f1049e60f345dfc0a45abfd5d54a54556953baeae40bb543573d23987da745ad67bf6270f28be4dd6b130a05a9f2
 WHIRLPOOL 
f7395970a859d97b92160f5842117a81eebff18a9e7af519497e0d8f44481aa9024373fa67c86f3aee7aada2180786b0f9211e419b50639537ac88f0e3de8ff1

diff --git a/net-misc/python-x2go/python-x2go-0.5.0.3.ebuild 
b/net-misc/python-x2go/python-x2go-0.5.0.3.ebuild
deleted file mode 100644
index 0acfc6f11fe..000
--- a/net-misc/python-x2go/python-x2go-0.5.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go client-side Python API"
-HOMEPAGE="http://www.x2go.org;
-SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
-DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/python-xlib[${PYTHON_USEDEP}]
-   net-misc/nx"
-RDEPEND="${DEPEND}"

diff --git a/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild 
b/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild
deleted file mode 100644
index 0acfc6f11fe..000
--- a/net-misc/python-x2go/python-x2go-0.5.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="X2Go client-side Python API"
-HOMEPAGE="http://www.x2go.org;
-SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# TODO: minimal USE flag in net-misc/nx, we only need nxproxy/nxcomp
-DEPEND="dev-python/gevent[${PYTHON_USEDEP}]
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/python-xlib[${PYTHON_USEDEP}]
-   net-misc/nx"
-RDEPEND="${DEPEND}"



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

2017-09-25 Thread Manuel Rüger
commit: 0f4e133f0c1144512d2b4fddef16fee494ca3b0a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 25 14:10:55 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 25 14:11:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4e133f

app-emulation/containerd: Update snapshot for docker-ce 17.09

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emulation/containerd/Manifest  |  1 +
 .../containerd/containerd-0.2.9_p20170917.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 509ae925f49..88e8248cdb2 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,3 +1,4 @@
 DIST containerd-0.2.5_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
 DIST containerd-0.2.9.tar.gz 1228977 SHA256 
2360fec91d40e4e93757f964f07c74e35b6bfe838252b1cc814a176e1cd1c604 SHA512 
6f0de476668e6b86a0cd5e1ea0f6dac24e0e68fe2dd52b8915dbafa5ffab137a5eea866c216f8184ffa6e4750c7b69bce3d46552e8be283a15ce676ea4356fc8
 WHIRLPOOL 
b9fdd57af3cf39e6a5efdd67f0302ad38d6634d20aa3eb45431d2900f5fbb7dc62d624b07a5028bbb09ae763e07103e37703cf52f3e14e7af72fc2198d9c7876
 DIST containerd-0.2.9_p20170605.tar.gz 1229549 SHA256 
c506121c49e3bfea27018aa77e09e4734067f84ae85b6ef75ec31b488a91ae54 SHA512 
900cf9c251c4de0f9848fb5bf26537226c1361d1a64a0fba853bda3805cb141fc2a849442fe885f0ee228b3e3a7018440af18898b484a54a7b75b4a86538aaa9
 WHIRLPOOL 
880f19a994f623b7cd8c3f771b5c56468681de349ae4196e60ffcb5a34d42ef423d8eefc82c07134c9e50c33bc0ecbfc1a9e47c3df987050d8dcb82da0178d80
+DIST containerd-0.2.9_p20170917.tar.gz 1140788 SHA256 
4d2b6e30bcc6c4bb901d6b9f19b5ac1d4a2d9b17075a9b1f110102920d01f64a SHA512 
c749bda691197ec8a7603db9ad92f2800a3f065143430a660333b7862518deb4c158a1c1fd01671dff438b40988d4a64d8f06bab05496b8728c6e2f57cd7da0a
 WHIRLPOOL 
75cb3467a94af50bef52377f309d7c85386475789fab3d2758679f022b516735728a1ac2c54307954a14100c4f84059d8fd5e8376270fdd69e572cff43453fa0

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



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

2017-09-25 Thread Pacho Ramos
commit: 0569e2544694663558175440d6fa3990f24a4bcd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Sep 25 14:09:47 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Sep 25 14:10:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0569e254

dev-python/QtPy: amd64/x86 stable, bug #625078

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/dev-python/QtPy/QtPy-1.2.1.ebuild 
b/dev-python/QtPy/QtPy-1.2.1.ebuild
index 581838a34a9..86fa7592ebd 100644
--- a/dev-python/QtPy/QtPy-1.2.1.ebuild
+++ b/dev-python/QtPy/QtPy-1.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 IUSE="designer gui opengl svg testlib webkit"
 



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

2017-09-25 Thread Pacho Ramos
commit: d1889de66897b301453199477889b32dc5d2bd7a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Sep 25 14:10:15 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Sep 25 14:10:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1889de6

dev-vcs/git-cola: amd64/x86 stable, bug #625078

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-vcs/git-cola/git-cola-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-cola/git-cola-2.11.ebuild 
b/dev-vcs/git-cola/git-cola-2.11.ebuild
index 149e64908a5..78f74ae2c03 100644
--- a/dev-vcs/git-cola/git-cola-2.11.ebuild
+++ b/dev-vcs/git-cola/git-cola-2.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 # Since PyQt5 is preferred at runtime if installed, depend on that



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

2017-09-25 Thread Manuel Rüger
commit: 58ef4c84963dc24fdd2db1e8ab2ecef85ed501fb
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 25 14:07:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 25 14:07:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ef4c84

sys-process/tini: Version bump to 0.16.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-process/tini/Manifest   |  1 +
 sys-process/tini/tini-0.16.1.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/sys-process/tini/Manifest b/sys-process/tini/Manifest
index 43028d409ed..b30859297d2 100644
--- a/sys-process/tini/Manifest
+++ b/sys-process/tini/Manifest
@@ -1,2 +1,3 @@
 DIST tini-0.13.2.tar.gz 27828 SHA256 
85e18a4e4089612821321d1d67c16337797c3c78e81117dea56ad75ece20d05f SHA512 
117822bf2e45b7cf732bfcd2aa5ea268a189c395f189c03d0e5dcd982872cff29d50adbb1a4d1b85859db4736e932900cfb64a1c487ba271a305146e9677a1d4
 WHIRLPOOL 
f271b592e5524a2297b5a6b8fb88371a9068f01122e7ea95c4d797d2f5da91847b65675a7b5043398b8c9553746a00e4b5fe5ecfd8a1171d3bba87ee78de9a55
 DIST tini-0.15.0.tar.gz 29473 SHA256 
3c0e0373c67006ac7e59ef6213e13729b53de5f414435c80133fa484174fda70 SHA512 
774aeb2bcefd1db2e4bff7c55bba6c3f4adc41e0b2a647059eef8cc5cc9d4a47b68cb4b89aa4e9e52b85916fe2680dad2a414c82b3c276beea89e3689481
 WHIRLPOOL 
94e39f36463344ae6587a407437c325138130bb83f38fa6e83a9d9d2b15dca4ff754fd862ec0e65eef1f6d3d11c3e75c37229da9bcca645221d6fc3c194c4fb1
+DIST tini-0.16.1.tar.gz 29641 SHA256 
c2b7fe2fb92e71911d06b7571b53d4e7e8985b34efe2a599670b070b000c8dbe SHA512 
aa0a802c403a07771a2b28a07b97fa2c93d40b5d5be2cba6556c8e7a92e608453010625d0236d26c27bdd2820aed3ad9ca676b70f7fcd5986d7f91eb928d053c
 WHIRLPOOL 
98697f24e3c4ace3067943fd35f28b6243651478c407f3999e4152d58433a3c303a42ccc587717a76eec2aac10300176c2b1f360faf3a616180e2637cff661e7

diff --git a/sys-process/tini/tini-0.16.1.ebuild 
b/sys-process/tini/tini-0.16.1.ebuild
new file mode 100644
index 000..bae9cb2b33c
--- /dev/null
+++ b/sys-process/tini/tini-0.16.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="A tiny but valid init for containers"
+HOMEPAGE="https://github.com/krallin/tini;
+SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+args +static"
+
+src_prepare() {
+   default
+   # Do not strip binary
+   sed -i -e 's/-Wl,-s")$/")/' CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=()
+   use args || mycmakeargs+=(-DMINIMAL=ON)
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+   if use static; then
+   mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
+   else
+   rm "${ED%/}"/usr/bin/${PN}-static || die
+   fi
+}



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

2017-09-25 Thread Manuel Rüger
commit: 492e0f3cf48d0f58aaf7a49286a9c7630ac5460f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 25 14:06:03 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 25 14:06:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492e0f3c

app-emulation/docker-runc: Add snapshot for docker-ce 17.09

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emulation/docker-runc/Manifest |  1 +
 .../docker-runc-1.0.0_rc4_p20170917.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/app-emulation/docker-runc/Manifest 
b/app-emulation/docker-runc/Manifest
index 8749bbcdb1d..e3fa704b97a 100644
--- a/app-emulation/docker-runc/Manifest
+++ b/app-emulation/docker-runc/Manifest
@@ -1,2 +1,3 @@
 DIST docker-runc-1.0.0_rc2_p20170308.tar.gz 561400 SHA256 
bdd0fc0b5db42bb1fc439d5a5d6347d97b285e676559afb620ffd9f62fc1de26 SHA512 
f17c7ff09578573a161f14616446e74d92d66039c1462bce23ea507b151eb66ede12d2ca583d3dace21d186a80bdadf222fc180bf1123e29c68e43f2f2d949c8
 WHIRLPOOL 
f6853ccdd09ca1481828b20e64403151cd9c5d46ceb81c50e884d47e18f8594c21bf53102b252852b259b6b0186f54f070fb7f3c7e4447123cbf05aa69233035
 DIST docker-runc-1.0.0_rc3_p20170706.tar.gz 1042839 SHA256 
d09b31b9a5adf0a3295d10b20e5f65ec8e1c52a371d463218694c37e075829e9 SHA512 
8e937e8ccaa114913d61a450b030496668c1e2d80eecccf5e4914c5685d7dde9a0d50bc2aef9be844dc69eab81621aa1c043abbc72ba28ab6bdb9db5e86daeaf
 WHIRLPOOL 
bec7b506a6b2522d401733b32a9f500aec69920dc6d8072ab434c7bfbb1c88a6fb00afa1d2728f78fbaac1d58f890a2b5932fdbe2b0e87b749293f2b48ed2e8a
+DIST docker-runc-1.0.0_rc4_p20170917.tar.gz 1094599 SHA256 
d5820f1c655061be79441bd57efea4e5b60b25b6a451214b64172395b9fda383 SHA512 
0cb0748812296294a87dda257dbf0947897a1ada2aa861ff3e65309a6bbecebbe798929845fca6f23b66fd0dc019bca0a032737c7192fe20618d8e1849866f3d
 WHIRLPOOL 
ed34894a3878c0cae50888c936eba1dad8d58da8d7042d5e421f06e4e98c1d7701a5c877baaba14a46d588b2ee3354e19d72bb141d5d8e7f6c0bed2d3a6b71b6

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild
new file mode 100644
index 000..8ea1d028f5b
--- /dev/null
+++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/opencontainers/${PN/docker-}"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_/-}"
+   EGIT_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64"
+   RUNC_COMMIT="3f2f8b84" # Change this when you update the ebuild
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="runc container cli tools (docker fork)"
+HOMEPAGE="http://runc.io;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+ambient apparmor hardened +seccomp"
+
+RDEPEND="
+   apparmor? ( sys-libs/libapparmor )
+   seccomp? ( sys-libs/libseccomp )
+   !app-emulation/runc
+"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "s/git rev-parse.*\$/echo gentoo)/" -e "/COMMIT :=/d" -e 
"/COMMIT_NO :=/d" Makefile || die
+}
+
+src_compile() {
+   # Taken from app-emulation/docker-1.7.0-r1
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
+   -L${ROOT}/usr/$(get_libdir)"
+
+   # build up optional flags
+   local options=(
+   $(usex ambient 'ambient' '')
+   $(usex apparmor 'apparmor' '')
+   $(usex seccomp 'seccomp' '')
+   )
+
+   GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
+   COMMIT="${RUNC_COMMIT}"
+}
+
+src_install() {
+   dobin runc
+}



[gentoo-commits] repo/proj/prefix:master commit in: sys-libs/db/files/, sys-libs/db/

2017-09-25 Thread Michael Haubenwallner
commit: c6410bbd72268c09e5dba50f4bdd5eadba1c1419
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Sep 25 13:58:54 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Sep 25 13:58:54 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c6410bbd

sys-libs/db-6.0.35-r1: fix for x86-winnt

Package-Manager: Portage-2.3.8-prefix, Repoman-2.3.3

 sys-libs/db/db-6.0.35-r1.ebuild |  12 +++-
 sys-libs/db/files/db-6.0.35-winnt.patch | 110 
 2 files changed, 121 insertions(+), 1 deletion(-)

diff --git a/sys-libs/db/db-6.0.35-r1.ebuild b/sys-libs/db/db-6.0.35-r1.ebuild
index a9aafa91ce..7f2530ae61 100644
--- a/sys-libs/db/db-6.0.35-r1.ebuild
+++ b/sys-libs/db/db-6.0.35-r1.ebuild
@@ -27,7 +27,7 @@ done
 
 LICENSE="AGPL-3"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="doc java cxx tcl test"
 
 REQUIRED_USE="test? ( tcl )"
@@ -93,6 +93,8 @@ src_prepare() {
# core, ~300MB each. This patch uses links instead, saves a lot of 
space.
epatch "${FILESDIR}"/${PN}-6.0.20-test-link.patch
 
+   epatch "${FILESDIR}"/${PN}-6.0.35-winnt.patch
+
# Upstream release script grabs the dates when the script was run, so 
lets
# end-run them to keep the date the same.
export REAL_DB_RELEASE_DATE="$(awk \
@@ -167,6 +169,14 @@ multilib_src_configure() {
myconf+=(--disable-tcl )
fi
 
+   if [[ ${CHOST} == *-winnt* ]]; then
+   # this one should really sound --enable-windows, but
+   # seems the db devs only support mingw ... doesn't enable
+   # anything too specific to mingw.
+   myconf+=(--enable-mingw)
+   myconf+=(--with-mutex=win32)
+   fi
+
# sql_compat will cause a collision with sqlite3
# --enable-sql_compat
# Don't --enable-sql* because we don't want to use bundled sqlite.

diff --git a/sys-libs/db/files/db-6.0.35-winnt.patch 
b/sys-libs/db/files/db-6.0.35-winnt.patch
new file mode 100644
index 00..7b452960a7
--- /dev/null
+++ b/sys-libs/db/files/db-6.0.35-winnt.patch
@@ -0,0 +1,110 @@
+--- db-6.0.35/dist/aclocal/cxx.m4.orig 2017-09-21 14:38:27.091198600 +0200
 db-6.0.35/dist/aclocal/cxx.m4  2017-09-21 14:38:38.481785600 +0200
+@@ -171,6 +171,7 @@
+ 
+   t44 = t4;
+   t55 = t5;
++  return 0;
+ }
+ 
+ template 
+@@ -178,6 +179,7 @@
+ {
+   T4 t44 = t4;
+   std::vector abc = t55;
++  return 0;
+ }
+ 
+ // maximum of two int values 
+--- db-6.0.35/dist/aclocal/tls.m4.orig 2017-09-21 15:41:28.325565600 +0200
 db-6.0.35/dist/aclocal/tls.m4  2017-09-21 15:41:56.388089900 +0200
+@@ -21,10 +21,10 @@
+   class TLSClass2 {
+   public: static ] $ax_tls_decl_keyword [int tlsvar;
+   };
+-  template ] $ax_tls_defn_keyword [ T* 
TLSClass::tlsvar = NULL;]
++  template ] $ax_tls_defn_keyword [ T* 
TLSClass::tlsvar = 0;]
+   $ax_tls_defn_keyword [int TLSClass2::tlsvar = 1; 
+   static $ax_tls_decl_keyword int x = 0;],
+-  [TLSClass::tlsvar = NULL; TLSClass2::tlsvar = 1;],
++  [TLSClass::tlsvar = 0; TLSClass2::tlsvar = 1;],
+   [ac_cv_tls=modifier ; break])
+   done
+   test "$ac_cv_tls" = none || break
+@@ -39,7 +39,7 @@
+  static pthread_key_t key;
+ 
+  static void init_once(void) {
+- pthread_key_create(, NULL);
++ pthread_key_create(, 0);
+  }
+  static void *get_tls() {
+  return (void *)pthread_getspecific();
+--- db-6.0.35/dist/configure.ac.orig   2017-09-21 16:12:45.638028200 +0200
 db-6.0.35/dist/configure.ac2017-09-21 16:13:11.731822700 +0200
+@@ -371,11 +371,11 @@
+ INSTALLER="\$(LIBTOOL) --mode=install cp -p"
+ 
+ MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}"
+-MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version"
+-MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}"
++MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -no-undefined 
-avoid-version"
++MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -no-undefined"
+ MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}"
+-MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version"
+-MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}"
++MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -no-undefined 
-avoid-version"
++MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -no-undefined"
+ 
+ 
+ case "$host_os" in
+@@ -411,9 +411,6 @@
+   o=".lo"
+ fi
+ 

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

2017-09-25 Thread Manuel Rüger
commit: a07f698e50d707dd923cfa68a72f37506005b3a1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 25 13:57:39 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 25 13:57:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07f698e

app-emulation/flannel: Version bump to 0.9.0

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emulation/flannel/Manifest |  1 +
 app-emulation/flannel/flannel-0.9.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-emulation/flannel/Manifest b/app-emulation/flannel/Manifest
index 530a82a99a6..eb33a19d070 100644
--- a/app-emulation/flannel/Manifest
+++ b/app-emulation/flannel/Manifest
@@ -1 +1,2 @@
 DIST flannel-0.8.0.tar.gz 8089967 SHA256 
8905f1706b649db8c9852ddd0d559ff8c1844886278455b8ff0c22b909b1e059 SHA512 
8d3693d95f67ab273c68671d0b2ab76dd3761868bb956cb14c171525bbefab8223d202f2356de249e1add1bbac89f995367a6d5c1b8e1358bebaa317b4f0a2fc
 WHIRLPOOL 
c6c2d4cc2f864b2e3271933a99d5ae8b4ef08c12b7e5cca771ca86c4902a4f2469cee990c46b5a40337a89b52c44d17cebcd56be77b502c2fedc371aad299be1
+DIST flannel-0.9.0.tar.gz 8090296 SHA256 
3d04611497eab9f066d0316a23e5cc931b730707cc5fdcd1ea9940146f41151f SHA512 
b91a3da1b69c806d9af87d4c5f8702c845b328978e375d957bbb8dd3eeb35547cc63f8f13bef7520a8e012e4e958a7c6ca047d0b06a1f9a0e31f61ec2be40a4d
 WHIRLPOOL 
da8cb9b415bb6627e33f7e040316a8e882e8b7960353a4e69dd81c25fb3025dbaf06b0ef6350df0e5566cd0cef9f7313a273bd75d2f1d613c7f8961245fadf49

diff --git a/app-emulation/flannel/flannel-0.9.0.ebuild 
b/app-emulation/flannel/flannel-0.9.0.ebuild
new file mode 100644
index 000..5135efe94f8
--- /dev/null
+++ b/app-emulation/flannel/flannel-0.9.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit golang-vcs-snapshot systemd user
+
+KEYWORDS="~amd64"
+DESCRIPTION="An etcd backed network fabric for containers"
+EGO_PN="github.com/coreos/flannel"
+HOMEPAGE="https://github.com/coreos/flannel;
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -e "s:^var Version =.*:var Version = \"${PV}\":" \
+   -i "${S}/src/${EGO_PN}/version/version.go" || die
+}
+
+src_compile() {
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"\
+   GOPATH="${WORKDIR}/${P}" \
+   go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
+   [[ -x bin/${PN} ]] || die
+}
+
+src_test() {
+   GOPATH="${WORKDIR}/${P}" \
+   go test -v -work -x "${EGO_PN}" || die
+}
+
+src_install() {
+   newbin "bin/${PN}" ${PN}d
+   cd "src/${EGO_PN}" || die
+   exeinto /usr/libexec/flannel
+   doexe dist/mk-docker-opts.sh
+   insinto /etc/systemd/system/docker.service.d
+   newins "${FILESDIR}/flannel-docker.conf" flannel.conf
+   newinitd "${FILESDIR}"/flanneld.initd flanneld
+   newconfd "${FILESDIR}"/flanneld.confd flanneld
+   keepdir /var/log/${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/flanneld.logrotated flanneld
+   systemd_newtmpfilesd "${FILESDIR}/flannel.tmpfilesd" flannel.conf
+   systemd_dounit "${FILESDIR}/flanneld.service"
+   dodoc README.md
+}



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

2017-09-25 Thread Michael Palimaka
commit: 2093a67d115b1d878be6372038927710b2af1027
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:52:30 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:52:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2093a67d

dev-qt/qtdeclarative: revision bump fixes crash when built with GCC 6

Closes: https://bugs.gentoo.org/626070
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
new file mode 100644
index 000..fae6450312c
--- /dev/null
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit flag-o-matic python-any-r1 qt5-build
+
+DESCRIPTION="The QML and Quick modules for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+fi
+
+IUSE="gles2 +jit localstorage +widgets xml"
+
+# qtgui[gles2=] is needed because of bug 504322
+COMMON_DEPEND="
+   ~dev-qt/qtcore-${PV}
+   ~dev-qt/qtgui-${PV}[gles2=]
+   ~dev-qt/qtnetwork-${PV}
+   ~dev-qt/qttest-${PV}
+   localstorage? ( ~dev-qt/qtsql-${PV} )
+   widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] )
+   xml? (
+   ~dev-qt/qtnetwork-${PV}
+   ~dev-qt/qtxmlpatterns-${PV}
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+"
+RDEPEND="${COMMON_DEPEND}
+   !

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

2017-09-25 Thread Michael Palimaka
commit: 5fd7561110b0c175975c74adf494e0f3021dab91
Author: Daniel Heule  ipwar  ch>
AuthorDate: Fri Sep  8 08:03:28 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd75611

app-admin/cdist: clean up old versions

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

 app-admin/cdist/Manifest   |  1 -
 app-admin/cdist/cdist-4.4.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
index e24595f4c59..e0077a54bce 100644
--- a/app-admin/cdist/Manifest
+++ b/app-admin/cdist/Manifest
@@ -1,2 +1 @@
-DIST cdist-4.4.1.tar.gz 377850 SHA256 
adf4c558667aaec010fa391524c0c5a9f07e89b658d51e515bc04baf79ac8bbc SHA512 
ed955c48c708c5b97dc803d3b8ea8742581b7b0153c2494dad64cecbaca00bad414c624f77caa9d5cea44130adea3b5a547bbbf3db2d5546ea694f4c736bd3b4
 WHIRLPOOL 
f7e8e17dec5f1fbc64aefbda99147709eb67e4c54c931e77841f0490ec3dad16e2a0d9892c75986e70325f23dc185cb02c6cd872e34f3cf76f36605ba3ff1bb3
 DIST cdist-4.6.1.tar.gz 454461 SHA256 
3e4d9e45a59c1c823eb3bccd395ef47f1d8c91260846c394f32f0b66e348924d SHA512 
f0c3759d00221fbd36d7662de6ccc57fc0070b8aee6a0d80e6bab6f41215c537a1cf1a6ec9fdebf81c45ad8126b8e730a14be8f1286d5baf5f4a5672611e31dc
 WHIRLPOOL 
0c2412a08f54906244071979f3adb28e7da29c22ca947bc146aeac9e0b7c6aef2dce969b4d0ef4405c4110049ed873c15354dfd7f896c128cedaea26dbee02c1

diff --git a/app-admin/cdist/cdist-4.4.1.ebuild 
b/app-admin/cdist/cdist-4.4.1.ebuild
deleted file mode 100644
index 59661b8e498..000
--- a/app-admin/cdist/cdist-4.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A usable configuration management system"
-HOMEPAGE="http://www.nico.schottelius.org/software/cdist/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/dist/html/*.html 
docs/dist/html/man{1,7}/*.html )
-   distutils-r1_python_install_all
-
-   doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
-}



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

2017-09-25 Thread Michael Palimaka
commit: b4255190f6684d917d3181f718a55a94d884e231
Author: Daniel Heule  ipwar  ch>
AuthorDate: Fri Sep  8 08:01:33 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:47:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4255190

app-admin/cdist: version bump to 4.6.1

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

 app-admin/cdist/Manifest   |  1 +
 app-admin/cdist/cdist-4.6.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
index 7d5323d1a85..e24595f4c59 100644
--- a/app-admin/cdist/Manifest
+++ b/app-admin/cdist/Manifest
@@ -1 +1,2 @@
 DIST cdist-4.4.1.tar.gz 377850 SHA256 
adf4c558667aaec010fa391524c0c5a9f07e89b658d51e515bc04baf79ac8bbc SHA512 
ed955c48c708c5b97dc803d3b8ea8742581b7b0153c2494dad64cecbaca00bad414c624f77caa9d5cea44130adea3b5a547bbbf3db2d5546ea694f4c736bd3b4
 WHIRLPOOL 
f7e8e17dec5f1fbc64aefbda99147709eb67e4c54c931e77841f0490ec3dad16e2a0d9892c75986e70325f23dc185cb02c6cd872e34f3cf76f36605ba3ff1bb3
+DIST cdist-4.6.1.tar.gz 454461 SHA256 
3e4d9e45a59c1c823eb3bccd395ef47f1d8c91260846c394f32f0b66e348924d SHA512 
f0c3759d00221fbd36d7662de6ccc57fc0070b8aee6a0d80e6bab6f41215c537a1cf1a6ec9fdebf81c45ad8126b8e730a14be8f1286d5baf5f4a5672611e31dc
 WHIRLPOOL 
0c2412a08f54906244071979f3adb28e7da29c22ca947bc146aeac9e0b7c6aef2dce969b4d0ef4405c4110049ed873c15354dfd7f896c128cedaea26dbee02c1

diff --git a/app-admin/cdist/cdist-4.6.1.ebuild 
b/app-admin/cdist/cdist-4.6.1.ebuild
new file mode 100644
index 000..59661b8e498
--- /dev/null
+++ b/app-admin/cdist/cdist-4.6.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A usable configuration management system"
+HOMEPAGE="http://www.nico.schottelius.org/software/cdist/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+python_install_all() {
+   use doc && HTML_DOCS=( docs/dist/html/*.html 
docs/dist/html/man{1,7}/*.html )
+   distutils-r1_python_install_all
+
+   doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/

2017-09-25 Thread Michael Palimaka
commit: a2b24cc77cf619d83b5be867425d0478f01063b2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:38:24 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:44:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b24cc7

dev-python/dj-database-url: stabilise 0.4.2 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/dj-database-url/dj-database-url-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild 
b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
index 723047b8f2d..f48d5a01d1f 100644
--- a/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
+++ b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2017-09-25 Thread Michael Palimaka
commit: 598c7302cbba08908c1c4ccc7a16613e57f11a51
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:40:39 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:44:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598c7302

dev-python/django-pipeline: stabilise 1.6.0 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/django-pipeline/django-pipeline-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild 
b/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild
index 0752055519b..823a233eb19 100644
--- a/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild
+++ b/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz -> $
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2017-09-25 Thread Michael Palimaka
commit: 94d0cca654221d0da45bf35a7a49a5f9dc42c5d4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:43:11 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:44:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d0cca6

dev-python/django-recaptcha: stabilise 1.0.5 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild 
b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
index 3241414ab80..6f66645fdf3 100644
--- a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
+++ b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="dev-python/django[${PYTHON_USEDEP}]"



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

2017-09-25 Thread Michael Palimaka
commit: c7ebfec17d9b28b443e7f4ebe0bd469545701a0d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:37:11 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:44:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ebfec1

dev-python/django-haystack: stabilise 2.4.1 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/django-haystack/django-haystack-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-haystack/django-haystack-2.4.1.ebuild 
b/dev-python/django-haystack/django-haystack-2.4.1.ebuild
index 02733c98e88..6a13b9ad420 100644
--- a/dev-python/django-haystack/django-haystack-2.4.1.ebuild
+++ b/dev-python/django-haystack/django-haystack-2.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/django-1.6[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2017-09-25 Thread Michael Palimaka
commit: cc844313c8f70e581ba11c9db6279eee7a5c5421
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Sep 25 13:34:22 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Sep 25 13:44:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc844313

dev-python/django-debug-toolbar: stabilise 1.5 for x86

Bug: https://bugs.gentoo.org/625000
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
index ac918f5a1eb..b80879e83b4 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples"
 
 RDEPEND="



  1   2   >