[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Warn/

2016-12-17 Thread Kent Fredric
commit: 39713f0b737d2950ba099e58460009126c065ad0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 18 07:56:17 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 07:57:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39713f0b

dev-perl/Test-Warn: Bump to version 0.310.0

- EAPI6
- Parallel tests

Upstream:
- Add experimental support for matching warnigs that have a
  trailing "\n", which were previously overlooked due to the
  missing "at file <> line ... " component.

Package-Manager: portage-2.3.3

 dev-perl/Test-Warn/Manifest |  1 +
 dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild | 29 +
 dev-perl/Test-Warn/metadata.xml |  1 -
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Test-Warn/Manifest b/dev-perl/Test-Warn/Manifest
index 3f835ce..723019f 100644
--- a/dev-perl/Test-Warn/Manifest
+++ b/dev-perl/Test-Warn/Manifest
@@ -1 +1,2 @@
 DIST Test-Warn-0.30.tar.gz 11281 SHA256 
8197555b94189d919349a03f7058f83861f145af9bee59f505bfe47562144e41 SHA512 
23d01f3ec91d7e57200d768ff85aee8ef0df3fd16bf1f12ce56722334e73b1335236c1b1c5e6e72d46cf0b32a6049c085f84ff9ec19e93210a587e64c477979e
 WHIRLPOOL 
a7d697594da8e255bb04cae2b4391b7b4a722dffa02eb0d1e2966ee520585b6c8a41796b149f46da384991976066a8978e47f033a34b4807b01f104b95108d6b
+DIST Test-Warn-0.31.tar.gz 11582 SHA256 
de752f0015e2f2deb8e185cd53fd019117afcb417d5bfd678bc071e094e7173a SHA512 
8a12d6a360f3f513151c990a84cd9199215c70a50dc2572432662d5a5bd9d8b2ea1237967d63d7400e91eb736e25cad130d1ae794aaf452f3a8c0b11d2cc97cc
 WHIRLPOOL 
21bde1c261a6f39667cb8e9b617fa2e27990d0f31b58b9c2319686096fe8ff0694ec8fa1ee15e5aba45732127946ac5788ff11edac935f5c71f31f0e5f62cb5a

diff --git a/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild 
b/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild
new file mode 100644
index ..3b6e43c
--- /dev/null
+++ b/dev-perl/Test-Warn/Test-Warn-0.310.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BIGJ
+DIST_VERSION=0.31
+inherit perl-module
+
+DESCRIPTION="Perl extension to test methods for warnings"
+
+SLOT="0"
+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 
~x86-solaris"
+
+IUSE="test"
+
+# Test::Builder::Tester 1.02 -> Test::Simple 0.63
+RDEPEND="
+   >=virtual/perl-Carp-1.220.0
+   >=dev-perl/Sub-Uplevel-0.12
+   >=virtual/perl-Test-Simple-0.880.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   )
+"

diff --git a/dev-perl/Test-Warn/metadata.xml b/dev-perl/Test-Warn/metadata.xml
index 93872ad..76b409b 100644
--- a/dev-perl/Test-Warn/metadata.xml
+++ b/dev-perl/Test-Warn/metadata.xml
@@ -9,6 +9,5 @@
 Test-Warn
 Test::Warn
 Test::Warn::Categorization
-Test::Warn::DAG_Node_Tree
   
 



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

2016-12-17 Thread Hans de Graaff
commit: 1b3ad2a46e3f4885f68e919844931e16e09c687c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:14:21 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:14:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3ad2a4

dev-ruby/awesome_print: add ruby23

Package-Manager: portage-2.3.0

 dev-ruby/awesome_print/awesome_print-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
index bea73ff..c11bbb9 100644
--- a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



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

2016-12-17 Thread Hans de Graaff
commit: 96993dac955bd17870d0f18e6bb91433cadb908a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 06:53:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 06:53:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96993dac

dev-ruby/async_sinatra: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild 
b/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild
index 0ddbeb8..5cf5c69 100644
--- a/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild
+++ b/dev-ruby/async_sinatra/async_sinatra-1.2.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"



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

2016-12-17 Thread Hans de Graaff
commit: 9cae0bcbd8e388b5321fc1727de421a25a93e994
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:20:56 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:20:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cae0bcb

dev-ruby/blankslate: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild 
b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild
index 127826a..ff9df0e 100644
--- a/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild
+++ b/dev-ruby/blankslate/blankslate-2.1.2.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_EXTRADOC="README"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2016-12-17 Thread Hans de Graaff
commit: 667df08cfb686a81c424d5acdd5664abdb28ac60
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 06:45:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 06:45:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667df08c

dev-ruby/concurrent-ruby: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/concurrent-ruby/Manifest  |  2 --
 .../concurrent-ruby/concurrent-ruby-1.0.0.ebuild   | 36 --
 .../concurrent-ruby/concurrent-ruby-1.0.1.ebuild   | 36 --
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/concurrent-ruby/Manifest 
b/dev-ruby/concurrent-ruby/Manifest
index 70ceac9..b7c6920 100644
--- a/dev-ruby/concurrent-ruby/Manifest
+++ b/dev-ruby/concurrent-ruby/Manifest
@@ -1,3 +1 @@
-DIST concurrent-ruby-1.0.0.tar.gz 1269980 SHA256 
21a5942bd18d6ca2bdf547f16925f167b0c18592f737091ea5531f07de92fba0 SHA512 
5b2a6b5d0e43d1df768d9e18328ecee04796af70edaa72646431e0c4e2ff75387542cce8f78b69d73514166348ed73f906f00bd6e627969159ab1ce4e2a75e6c
 WHIRLPOOL 
c7875df7f5c3f91487c1a85a46948225ccfebeb625ae1d4c6fd5b87ba7f224bc50aeb782a58bcfd6f5423d52dea7a54ef57189ae0bc4a23b5996e0b9b41feede
-DIST concurrent-ruby-1.0.1.tar.gz 1277569 SHA256 
696c1f8044f072512d512b48c21e9c66ec4e970706cdbb8fa90e0fab5a4ea254 SHA512 
14dfdad55701fcdf6ac97e87ac9ee4113340d8f2a01eb1970b2635b175a34d04c9f208d2ed445dfd8d28f67acb5cd8b6e2e89ace86bccff8c8728ee69eb0f87a
 WHIRLPOOL 
5166bd500deeab934e97ff9c560e6d56d37113201436f528a63a57af91cc9cbb2e4ff5f45397fd77ff01db8b4eb816ec4678cf8f404e09cfd740e79dbffdf929
 DIST concurrent-ruby-1.0.2.tar.gz 1278198 SHA256 
a8051789e6b08448ae350031cf13ec563b0a176651b7d81d9f9e845b9b126ff4 SHA512 
ad82af8bb5a6aeb6133466580e3e6b51cc37dcc9391b0bbfdc5230ac761453747fcac1b080a09772c90d7a05047ae4ac0ba4113fbd048c4b3c3712064b7a22d9
 WHIRLPOOL 
55a8d668cad46f357d3b54428f0ab42b349f46b5e9a785cf053944ef96a4f0267b775911b7cec5d6d64bc40fb7efc1f1cc0ef5affdc7307ea5e40db8af6dc87c

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.0.ebuild 
b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.0.ebuild
deleted file mode 100644
index 6fe323e..
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Modern concurrency tools including agents, futures, promises, 
thread pools, more"
-HOMEPAGE="https://github.com/ruby-concurrency/concurrent-ruby";
-SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove edge files as defined in support/file_map.rb
-   rm -rf {lib,spec}/concurrent/{actor,channel,edge}* \
-  lib/concurrent/{concurrent-edge,lazy_register.rb} \
-   spec/concurrent/lazy_register_spec.rb || die
-   sed -i -e '/concurrent-edge/ s:^:#:' spec/spec_helper.rb || die
-
-   # Remove specs for the ext gem
-   rm -rf spec/concurrent/atomic || die
-
-   sed -i -e '/file_map/d' -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild 
b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild
deleted file mode 100644
index 8757822..
--- a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Modern concurrency tools including agents, futures, promises, 
thread pools, more"
-HOMEPAGE="https://github.com/ruby-concurrency/concurrent-ruby";
-SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
-   # Remove edge files as defined in support/file_map.rb
-   rm -rf {lib,spec}/concurrent/{actor,channel,edge}* \
-  lib/concurrent/{concurrent-edge,lazy_register.rb} \
-   spec/concurrent/lazy_register_spec.rb || die
-   sed -i -e '/concurrent-edge/ s:^:#:' spec/spec_helper.rb || die
-
-   # Remove specs for the ext gem
-   rm -rf spec/concurrent/atomic || die
-
-   sed -i -e '/file_map/d' -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



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

2016-12-17 Thread Hans de Graaff
commit: 2ae242a7553183d1ca4998517bc614f313942337
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:22:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:22:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae242a7

dev-ruby/color: add ruby23

Package-Manager: portage-2.3.0

 dev-ruby/color/color-1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/color/color-1.8.ebuild b/dev-ruby/color/color-1.8.ebuild
index f8baa87..b27fc0a 100644
--- a/dev-ruby/color/color-1.8.ebuild
+++ b/dev-ruby/color/color-1.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



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

2016-12-17 Thread Hans de Graaff
commit: 3bfb432f37fea88e1fa448a3a72da77688e092e8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:25:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:25:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfb432f

dev-ruby/state_machine: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/state_machine/state_machine-1.2.0.ebuild 
b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
index c9f75c6..7ed722d 100644
--- a/dev-ruby/state_machine/state_machine-1.2.0.ebuild
+++ b/dev-ruby/state_machine/state_machine-1.2.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-12-17 Thread Hans de Graaff
commit: 1598da4bfde054f71a342c6379b36f8560553fd8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 06:54:31 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 06:54:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598da4b

dev-ruby/awesome_print: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/awesome_print/Manifest   |  1 -
 dev-ruby/awesome_print/awesome_print-1.6.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index 669cb9b..7009947 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1,2 +1 @@
-DIST awesome_print-1.6.1.gem 32256 SHA256 
0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 
394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92
 WHIRLPOOL 
9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40
 DIST awesome_print-1.7.0.tar.gz 39436 SHA256 
9f844b1f085718d5ba1968be79614dc93202b05166df4b09649e974db37e9634 SHA512 
a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080
 WHIRLPOOL 
b6c9c5b3fde85618448145f050b7fe4cd9ea067c254bb25beb4dcc98e128597a1f2546022548d3a8502417f98bad04fb321021188ea7211e0087380dd56db225

diff --git a/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
deleted file mode 100644
index 35214dd..
--- a/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
-HOMEPAGE="https://github.com/michaeldv/awesome_print";
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""



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

2016-12-17 Thread Hans de Graaff
commit: 38bd0abfc36683560eaef1e26bf4a4d2848c7654
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 06:44:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 06:44:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bd0abf

dev-ruby/bunny: add 2.6.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 8a993e4..f0f5b56 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -2,3 +2,4 @@ DIST bunny-2.5.0.gem 188416 SHA256 
bae146f653e4e9ef75fddf34577c572bfe829b83f2cca
 DIST bunny-2.5.1.gem 188928 SHA256 
8a05fe5fe105545b2509fb941f069cd61904cf780374cc0aed7ab421893a1e59 SHA512 
a1d1a13f50d97fcef065b7f30841be1f7a3215ac3fef743a01ab0b7cc0582512a7baa1511eff930352bed02c60abba6e4ab3802cc5dc89d032cfafc92e34ff36
 WHIRLPOOL 
638fcb51c73dd9933190c7a91cf73b290f52a36fcd8eb5f6ee4df9ddc2515b12122a4369959efd509cdd82dda1f98d132b1a6efbe9013244c7b800525c98bd16
 DIST bunny-2.6.0.gem 189952 SHA256 
c86c112b0c8b015895fd4de5e0cb04204c0b0899bed9e43cc59f2d30a2160407 SHA512 
d916be15c770ed1c77e480b8eafd4e19904a26dee78d6e70c88632e1dc9e369acaa13a173b493d6f8527b85b959c77e0ac919c0df429e92e1bd773b684e6ca7e
 WHIRLPOOL 
86f6204a3eee19886659f152365eeb30c9f5a6565e200c5e6369d8c0af50f9f61e147932ab7fe70aaa993adf5e1cffd9b9472ca773611a404ea9403969319ef7
 DIST bunny-2.6.1.gem 189952 SHA256 
8ad45ed5aa810693eacd2aca0550343ddf2b0c5ead651fa2081e55f2bba9048a SHA512 
082c25a68e7c6a0fcf90879f4b7f9990b7f21b1b90609dfb17c569b382931d047de04f8a0932e20dc93bbc6fed8009d9d247bce1ff12d8d86698b591cc5c7fed
 WHIRLPOOL 
0ed4387b8da5256b61b0edce48a9806a57305584eeaa7bfbb6e873a16626d1bd130396ba4961060cad499ddc703ff0311d5158241909b9b19ed5e782ac467547
+DIST bunny-2.6.2.gem 188928 SHA256 
cd0610c75c4e5ff3d52062766c36ab20cfdf3d0a472ceda25dcd69b8c1aec121 SHA512 
4204beb2f813f6fb3d952b4e834bb25b5038a8cbd48dcadeaabc1a2bb14aaa18615cf2b471078c48d2502ca416716c867da6dbd8f83690e7e6f81087103afb98
 WHIRLPOOL 
7909a6448625fc39d4a1e46727f40f3ea0f0632bfdab552bfcc8dca0d7c924513f370bab840020dea8acb132a507039cfb5d105434409d4ab5b0e4ece786bd59

diff --git a/dev-ruby/bunny/bunny-2.6.2.ebuild 
b/dev-ruby/bunny/bunny-2.6.2.ebuild
new file mode 100644
index ..43c398e
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.6.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



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

2016-12-17 Thread Hans de Graaff
commit: 314f368940fc1b6f570b3341def6bf7adf8946bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 06:54:43 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 06:54:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314f3689

dev-ruby/concurrent-ruby: add 1.0.3

Package-Manager: portage-2.3.0

 dev-ruby/concurrent-ruby/Manifest  |  1 +
 .../concurrent-ruby/concurrent-ruby-1.0.3.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/concurrent-ruby/Manifest 
b/dev-ruby/concurrent-ruby/Manifest
index b7c6920..a4686df 100644
--- a/dev-ruby/concurrent-ruby/Manifest
+++ b/dev-ruby/concurrent-ruby/Manifest
@@ -1 +1,2 @@
 DIST concurrent-ruby-1.0.2.tar.gz 1278198 SHA256 
a8051789e6b08448ae350031cf13ec563b0a176651b7d81d9f9e845b9b126ff4 SHA512 
ad82af8bb5a6aeb6133466580e3e6b51cc37dcc9391b0bbfdc5230ac761453747fcac1b080a09772c90d7a05047ae4ac0ba4113fbd048c4b3c3712064b7a22d9
 WHIRLPOOL 
55a8d668cad46f357d3b54428f0ab42b349f46b5e9a785cf053944ef96a4f0267b775911b7cec5d6d64bc40fb7efc1f1cc0ef5affdc7307ea5e40db8af6dc87c
+DIST concurrent-ruby-1.0.3.tar.gz 1281328 SHA256 
fb30442c8e880b8c9fd9f6cc87aa0f6bac38c9c6fae2efe08864acd232df474f SHA512 
c866e26938effca0aa508f86330a08d0885c68c012bfb64f28b44f9490b6b2c71d99cfe0101a5dcaf1b6038948051f98960907cb7e27c44c60325a27e08c35dc
 WHIRLPOOL 
0ef989bd5c6150dada21bb57f117d6252bd1b2eddd17aa233ff6906bf5e8403e6bcfee98adfcb6bf5de17f45c285c06f4bfbdff3ce611f5adb97016018f7570d

diff --git a/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.3.ebuild 
b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.3.ebuild
new file mode 100644
index ..f73f700
--- /dev/null
+++ b/dev-ruby/concurrent-ruby/concurrent-ruby-1.0.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Modern concurrency tools including agents, futures, promises, 
thread pools, more"
+HOMEPAGE="https://github.com/ruby-concurrency/concurrent-ruby";
+SRC_URI="https://github.com/ruby-concurrency/concurrent-ruby/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.7.4 )"
+
+all_ruby_prepare() {
+   # Remove edge files as defined in support/file_map.rb
+   rm -rf {lib,spec}/concurrent/{actor,channel,edge}* \
+  lib/concurrent/{concurrent-edge,lazy_register.rb} \
+   spec/concurrent/lazy_register_spec.rb || die
+   sed -i -e '/concurrent-edge/ s:^:#:' spec/spec_helper.rb || die
+
+   # Remove specs for the ext gem
+   rm -rf spec/concurrent/atomic || die
+
+   sed -i -e '/file_map/d' -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2016-12-17 Thread Hans de Graaff
commit: ab05d61ae254bfa99d072e0bdc5727f57515eeda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:39:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05d61a

dev-ruby/git: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/git/Manifest   |  1 -
 dev-ruby/git/git-1.2.9.1.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index c32632d..5eb473f 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,2 +1 @@
-DIST git-1.2.9.1.tar.gz 124499 SHA256 
4c260dcb8103eb6410386352859884fdfcb8246a0d8b1ec9f0feb8c33e10ef23 SHA512 
81a4886c82528a5777e27711b6fa69a2a57f774db097fdc53ccc5a3726bee5f153a8d70ae9f8c6b458ebf52df12ce87898452796ea5e73a76ea0c8823674d0c6
 WHIRLPOOL 
b2ad73b34d599e1d1b3dbc1cf006f507bcb26eeea6556191e77cf70c1c092fe4f1f769189b9359dc39a3d381f422f217657f72840955fcb63b37e1e21bedcd8b
 DIST git-1.3.0.tar.gz 124800 SHA256 
8830ac37bd6305c3766876e693f355f366d80fd4980093114d54e39f68f49270 SHA512 
a5c86030f20580886b92b0a258cfc5d281d9fb093069c6350d0afb69a9dccb372a257cbbabd415132b35ccd26620bbc3589a5dc6ac1a418f35f42f7d225c9307
 WHIRLPOOL 
aeed20f46d8c1040bbf041e2d41452276e2237576652654aef1172df2eb7f28e8fe7ae5998893e01587d20eddc0198f52f38369cfbfa48b4548a3bf371226881

diff --git a/dev-ruby/git/git-1.2.9.1.ebuild b/dev-ruby/git/git-1.2.9.1.ebuild
deleted file mode 100644
index 7f1efd3..
--- a/dev-ruby/git/git-1.2.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/schacon/ruby-git";
-SRC_URI="https://github.com/schacon/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="ruby-git-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
-RDEPEND+=">=dev-vcs/git-1.6.0.0"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Needs test-unit, the test-unit version distributed with ruby19 is
-   # not good enough.
-   sed -i -e '3igem "test-unit"' Rakefile || die
-
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-}



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

2016-12-17 Thread Hans de Graaff
commit: 72f3f44a67d63b3b4c8acb0fc31d66f01a68b659
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:44:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:44:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f3f44a

dev-ruby/gnuplot: add ruby22, ruby23

Package-Manager: portage-2.3.0

 dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild 
b/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild
index df270c6..60d15cf 100644
--- a/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild
+++ b/dev-ruby/gnuplot/gnuplot-2.6.2-r2.ebuild
@@ -3,8 +3,8 @@
 # $Id$
 
 EAPI=5
-# ruby22 -> not compatible since Config is removed
-USE_RUBY="ruby20 ruby21"
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="AUTHORS.txt ChangeLog README.textile"
@@ -26,6 +26,8 @@ RDEPEND+=" sci-visualization/gnuplot"
 all_ruby_prepare() {
# Existing metadata causes a crash in jruby, so use our own.
rm -f ../metadata || die "Unable to remove metadata."
+
+   sed -i -e 's/Config/RbConfig/' test/test_gnuplot.rb || die
 }
 
 each_ruby_test() {



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

2016-12-17 Thread Hans de Graaff
commit: 069b7168b8b95c79181290ba60a825acbadbd3f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:35:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069b7168

dev-ruby/GeoRuby: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild 
b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild
index c09ecd0..47203b1 100644
--- a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild
+++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2016-12-17 Thread Hans de Graaff
commit: c8affab9d86062183222d2a23c6a467c9024cad5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:38:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:38:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8affab9

dev-ruby/gh: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/gh/Manifest |  1 -
 dev-ruby/gh/gh-0.14.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
index 139b27e..9efa50f 100644
--- a/dev-ruby/gh/Manifest
+++ b/dev-ruby/gh/Manifest
@@ -1,3 +1,2 @@
-DIST gh-0.14.0.gem 15360 SHA256 
a243023cbd972df27799b3949a59efeae284d4189155681fb6bbcfdfab34f548 SHA512 
05f5c520698c7424efeb1da7d166463c61d003085053e35534ad3fdbaf2282ee025f1a7336b585805051dd0e93974d0c437fcbed77c64db36ee52032984cf33a
 WHIRLPOOL 
8f29664d04b7c8dbe8ffd730bfc4a4bafce29d1f37d0f7b880e5c6b852535b0c0c5393e74ded4b92044535f1a0aeb8aa2d8a6b34fbeac4de7d9f2e4b6fad02a4
 DIST gh-0.14.0.tar.gz 64205 SHA256 
ddc973a2835ca2eaddaf3663413c7f3f1da6188104630cddfbab4a2b8f4d0b68 SHA512 
8fd4c7bac702c57d98ee509d35dbbc81291f45977bb0e2c3b1f06e2cc3d8635d0656adafa5569ef6b3f9d6acbc563f8db7c69b43cf177dd379335d673f5ef781
 WHIRLPOOL 
164621c8121e0d5a9d31c39cd37f69f73bd34d71409e143ecca99df7085e1ff82e530714a2ba5e0c12f22adbc16e49c7067572e8664632a9f19638fce16ed7d8
 DIST gh-0.15.0.tar.gz 64056 SHA256 
4739528f33e21cfa884a38d8e30766d8744bf9d8122b327a347e7cbee7014293 SHA512 
d191477b368536770f021c7897d0c6e57c5ff4945ce4e936d9c6d13174508e1fd2d63dd44f18b106bca9c78e4e5c23bcaba19633588029239300b3a93e326599
 WHIRLPOOL 
270e63f22949aa0d7fe62df9c5e0f623b37cfe8bd7b6ac8d48602b072b7220ecd862675802068a435ed859913ac66d954a4f7cf5201e5ccb1e994d59fc159476

diff --git a/dev-ruby/gh/gh-0.14.0.ebuild b/dev-ruby/gh/gh-0.14.0.ebuild
deleted file mode 100644
index 7986e57..
--- a/dev-ruby/gh/gh-0.14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="multi-layer client for the github api v3"
-HOMEPAGE="http://gh.rkh.im/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "
-   dev-ruby/webmock
-"
-
-ruby_add_rdepend "
-   dev-ruby/addressable
-   dev-ruby/backports
-   >dev-ruby/faraday-0.8
-   >dev-ruby/multi_json-1.0
-   >=dev-ruby/net-http-persistent-2.7
-   dev-ruby/net-http-pipeline
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Remove/

2016-12-17 Thread Kent Fredric
commit: 45f52b196260f4648c806701c5c1729173422d15
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 07:26:04 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 06:15:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f52b19

dev-perl/File-Remove: Bump to version 1.570.0

Upstream:
- Switch to EUMM

Package-Manager: portage-2.3.3

 dev-perl/File-Remove/File-Remove-1.570.0.ebuild | 32 +
 dev-perl/File-Remove/Manifest   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/File-Remove/File-Remove-1.570.0.ebuild 
b/dev-perl/File-Remove/File-Remove-1.570.0.ebuild
new file mode 100644
index ..28e5748
--- /dev/null
+++ b/dev-perl/File-Remove/File-Remove-1.570.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=1.57
+inherit perl-module
+
+DESCRIPTION="Remove files and directories"
+
+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"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-File-Path
+   >=virtual/perl-File-Spec-3.290.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-IO
+   virtual/perl-Test-Simple
+   virtual/perl-File-Temp
+   )
+"
+src_test() {
+   perl_rm_files t/release-*.t t/author-*.t
+   perl-module_src_test
+}

diff --git a/dev-perl/File-Remove/Manifest b/dev-perl/File-Remove/Manifest
index b6b2386..212481a 100644
--- a/dev-perl/File-Remove/Manifest
+++ b/dev-perl/File-Remove/Manifest
@@ -1,2 +1,3 @@
 DIST File-Remove-1.52.tar.gz 38230 SHA256 
4154dc574b8a9a3a555d323f152ac742363c6a69c1f61de15b72728813550bdd SHA512 
6651de14d8fccee9bfeb83bd794c399135aee91733beb7a8a30e6611b4f514ad1989df2459bc72b2d17c9ded57d018d95ade36da2ee24fcf8a22a9659ecdeb5b
 WHIRLPOOL 
638239e511fc3ca6b37ab482cb8eae04f68f79c68613ee1b409d0de74b8d69d85fead8167205b88b631fc7cc3213c8ddc4a5cadbc95e1bc6b3fa33a6a87171f1
 DIST File-Remove-1.55.tar.gz 22052 SHA256 
4c3ebbdcf879036cebe121d585f85a601d8088347ec342192e51fcecd7e5a91f SHA512 
93745d8019420907ac6dc00097ca18ea4112f2c7e035956cbaa86256776ee1ca9aa14b7cd1887cad02a4a08eda0ab58290505fbca445b18670df2c8820c74cfc
 WHIRLPOOL 
f38daec37535c03a488ca619c7d80b2e9b5e1c7e13f64629be78cf092e0e4254feaa3425c5addd137f7a94202317e0d38e580c1f0bcbf5f8137d86104aeaa8fb
+DIST File-Remove-1.57.tar.gz 22157 SHA256 
b3becd60165c38786d18285f770b8b06ebffe91797d8c00cc4730614382501ad SHA512 
dec41e9ffaabe953e72386fa0f5112fe6ebaac0fdf6752256749162d505aaf17b905500fcf52d0cb2ef944788b8e13cb3b2cf37be8671a47aab9081e228bc92e
 WHIRLPOOL 
9ce350afceed1337551bfa784906ba27a56f72fb9de36501964e6a17c81a2d9626e326429a8b6a5ccc5f901b5eafeafac12708c9da596b68a27156db13124ce4



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Scan-ClamAV/

2016-12-17 Thread Kent Fredric
commit: c837c445d09740b9812bc6b948a029c1a96f132c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 11:44:51 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 06:15:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c837c445

dev-perl/File-Scan-ClamAV: Bump to version 1.950.0

- Extend testing implementation to make clearer to arch-testers
  that tests can be turned on, and by all means is encouraged and
  expected to work *if* ClamAV is configured.

Upstream:
- Stream scanners now use INSTREAM

Package-Manager: portage-2.3.3

 .../File-Scan-ClamAV-1.950.0.ebuild| 39 ++
 dev-perl/File-Scan-ClamAV/Manifest |  1 +
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild 
b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
new file mode 100644
index ..a4a4441
--- /dev/null
+++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ESAYM
+DIST_VERSION=1.95
+
+inherit perl-module
+
+DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send 
commands"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="app-antivirus/clamav"
+DEPEND="${DEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+# Test's can't be run in parallel because they internally spawn a
+# clam server on the same shared socket
+DIST_TEST="do"
+
+src_test() {
+   if [[ "${TEST_SCAN_CLAMAV:-0}" == "1" || -n "${DIST_TEST_OVERRIDE}" ]]; 
then
+   perl_rm_files t/pod-coverage.t t/pod.t
+   perl-module_src_test
+   else
+   einfo "Skipping Tests."
+   einfo
+   einfo "Tests require a manually and correctly configured 
ClamAV."
+   einfo
+   einfo "Set TEST_SCAN_CLAMAV=1 if you wish to run this test and 
have"
+   einfo "configured ClamAV"
+   fi
+}

diff --git a/dev-perl/File-Scan-ClamAV/Manifest 
b/dev-perl/File-Scan-ClamAV/Manifest
index 8f3f7bb..52a43bd 100644
--- a/dev-perl/File-Scan-ClamAV/Manifest
+++ b/dev-perl/File-Scan-ClamAV/Manifest
@@ -1,2 +1,3 @@
 DIST File-Scan-ClamAV-1.91.tar.gz 7048 SHA256 
f9f265acfac680e590dc81c0d9f3e4eb4aaa833cf4910c7e21f881e1a4784b7e SHA512 
f47751f16095caa5faed2eaab2dc8f204bc11ab8869231a231b04655669fbd67df61a1ec96ce660ab05ef66f766742fb5c5ff00ebac425304e3daa3830679805
 WHIRLPOOL 
6158cc38c317f2ee76eab608e43c48a4f609cab4400b12a6989a14eae0994c48b9340f2ffd6d20413e174cf5e07b43b3bf6f18cbd638cdd838fdf1a84b960c23
 DIST File-Scan-ClamAV-1.93.tar.gz 8358 SHA256 
d2b01ad2b1fce58023bd38876c89c27b41d7890ecbb28991e7b4669687bb4d18 SHA512 
61fbd3851c5cd03ab39844ba3d5f0226ab5daa252b226427486fad0cda9f3aa6469a6638dd53e4a68075bb6133b76cabff36a132daf5dcdc1d19d8a3dafdd770
 WHIRLPOOL 
c824042acc480bc4ed2ad29c07286af2a4c6b9341ca1e7848aa92e1d9324f95fdc61a22fd0177ff13dedf2906b241cd4d8926389d050fecfdd6e5fa8aa6d931c
+DIST File-Scan-ClamAV-1.95.tar.gz 15010 SHA256 
d2418fcc8022fb541da609df47393219514b02c4968bd92d6372d2f836639f85 SHA512 
604b3e4f876be41e0963e4969b8b06d4b720092d2e5e7b4b2f6f39db502fb213b38025d3904c1528d1c3d1aaf81e43e09924618efd1b29db221ac4e8e6149b93
 WHIRLPOOL 
5c05e1a93675e92774d1f9c889c00c2d53dfacb8834d13d0bf806742c92c70eae4470d130685f6f6f676231e30e6b6dc30057d2915bf34166b302697b7ec4911



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Next/

2016-12-17 Thread Kent Fredric
commit: 0486ccb6de93d929bc153e3128345832e2d25d6a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 07:11:03 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 06:15:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0486ccb6

dev-perl/File-Next: Bump to version 1.160.0

- EAPI6
- Parallel Tests

Upstream:
- Fix tests failing in parallel
- Switch META.license to Artistic-2
- from_file() no longer uses error_handler for warnings
- from_file() no longer ignores warning_handler

Package-Manager: portage-2.3.3

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 29 +
 dev-perl/File-Next/Manifest |  1 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
new file mode 100644
index ..161a3c0
--- /dev/null
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PETDANCE
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="File::Next is an iterator-based module for finding files"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+   # Ugh, Upstream has tests that depend on tests ...
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod.t"
+   echo 'print qq[1..1\nok 1];' > "${S}/t/pod-coverage.t"
+   perl-module_src_test
+}

diff --git a/dev-perl/File-Next/Manifest b/dev-perl/File-Next/Manifest
index 2dbc655..1451243 100644
--- a/dev-perl/File-Next/Manifest
+++ b/dev-perl/File-Next/Manifest
@@ -1 +1,2 @@
 DIST File-Next-1.12.tar.gz 16842 SHA256 
cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a SHA512 
eb742ed03f91463946ffe9d2ddade77f794996f4007ba6ae924255cf028d14959a3263c254ef9e7bed1e10ec40a244364743c40b2f34c2160064059b1f4c6f2f
 WHIRLPOOL 
1abab70a23b867e8e97dbbb782bb03b1949c8f4c38852b093d21050ed83b119e20c39bb71878f6a9833c2fdc1cddee4af8f4e5319e03d5fdd8a3bd5336693abe
+DIST File-Next-1.16.tar.gz 17914 SHA256 
6965f25c2c132d0ba7a6f72b57b8bc6d25cf8c1b7032caa3a9bda8612e41d759 SHA512 
42c812b8927a18e1f01758a2218f37f2079083117763b41adcee1eb4947b36b1379405707304b948fddd4640e2c34070f4dcd0f217fb60b7ba765efe98be8ad3
 WHIRLPOOL 
5dcb5994a79cf9aec8aaec143f7ffdb6c87f3de1b52a1be15872e653c89ec7df8e58ea38e7b664e696105d99bee9c28acaf917e33118277bf3bfb8163feb6ee1



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/

2016-12-17 Thread Kent Fredric
commit: 7249b60bdb64abc5bf1417fd0e6c4077811e87ba
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 18 06:14:47 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 06:16:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7249b60b

dev-perl/HTML-Format: Fix bad author tests

Lots of these tests declare dependencies which never get used,
and aren't used by us, but another test checks for them being installed
and subsequently fails.

This patches out those superfluous dependencies.

Package-Manager: portage-2.3.3

 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild 
b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
index 991673d..83a6f38 100644
--- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
+++ b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -33,3 +33,12 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.960.0
)
 "
+src_test() {
+   local badfile
+   perl_rm_files t/author-* t/release-*
+   for badfile in t/000-report-versions.t META.yml; do
+   einfo "Stripping bad test dependencies from ${badfile}"
+   sed -i -r -e 
'/Test::(CPAN|EOL|Kwalitee|NoTabs|Pod|Port|YAML)/d' "${badfile}" || die "Can't 
fix bad deps in ${badfile}"
+   done
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatText-WithLinks-AndTables/files/, ...

2016-12-17 Thread Kent Fredric
commit: 42c838e51054cc3170b1f9fac216d9187adbf12c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 18 06:04:53 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Dec 18 06:16:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c838e5

dev-perl/HTML-FormatText-WithLinks-AndTables: Bump to version 0.70.0

- EAPI6

Upstream:
- Strip \240 characters emitted by HTML::Formatter when it translates  

Package-Manager: portage-2.3.3

 ...ML-FormatText-WithLinks-AndTables-0.70.0.ebuild | 31 ++
 .../HTML-FormatText-WithLinks-AndTables/Manifest   |  1 +
 .../files/README-INC.patch |  7 +
 3 files changed, 39 insertions(+)

diff --git 
a/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0.ebuild
 
b/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0.ebuild
new file mode 100644
index ..b340491
--- /dev/null
+++ 
b/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DALEEVANS
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Converts HTML to text with tables intact"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+PATCHES=( "${FILESDIR}/README-INC.patch" )
+RDEPEND="
+   dev-perl/HTML-Format
+   dev-perl/HTML-FormatText-WithLinks
+   dev-perl/HTML-Tree
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+   perl_rm_files t/author-*.t t/pod.t t/boilerplate.t
+   perl-module_src_test
+}

diff --git a/dev-perl/HTML-FormatText-WithLinks-AndTables/Manifest 
b/dev-perl/HTML-FormatText-WithLinks-AndTables/Manifest
index 8baadcb..2bf7afa 100644
--- a/dev-perl/HTML-FormatText-WithLinks-AndTables/Manifest
+++ b/dev-perl/HTML-FormatText-WithLinks-AndTables/Manifest
@@ -1 +1,2 @@
 DIST HTML-FormatText-WithLinks-AndTables-0.06.tar.gz 299894 SHA256 
e5b23f0475fb81fd6fed688bb914295a39542b3e5b43c8517494226a52d868fa SHA512 
c930fcc5919d20a67a00826aec11d1d2416a3ae145cf30acee98aa45bc64523858ba49907957c5772b4bedaa1e79ed7a0afef3101c29f913fcf983ce14c2
 WHIRLPOOL 
6cf0c0053bc020448d73334ef7d5f2a8ef1ac99dee5eea15bfb75517d37e535863bb0f9f341fab65b09762592d6cb37ca14fc833a9fcc6e55faa96979baedc8f
+DIST HTML-FormatText-WithLinks-AndTables-0.07.tar.gz 11934 SHA256 
809ee2f11705706b33c54312b5c7bee674838f2beaaedaf8cb945e702aae39b6 SHA512 
3deea4406f7f9dd55d22d60c169d3889be7ef802a43507fb8b608c45ecdff52f743c9cb3a4703f1e44cdcf033c4c64b4c993192fe1a39efc9eae78c6fb66ff3e
 WHIRLPOOL 
417ba74b6bc2f79f9d5bed199747d26569b086f200534fb650b235c25c22fc01acc0e94769c9ac9b223df91c6fd7937129b756153214689c2a27167c73b10056

diff --git 
a/dev-perl/HTML-FormatText-WithLinks-AndTables/files/README-INC.patch 
b/dev-perl/HTML-FormatText-WithLinks-AndTables/files/README-INC.patch
new file mode 100644
index ..a2f7c3d
--- /dev/null
+++ b/dev-perl/HTML-FormatText-WithLinks-AndTables/files/README-INC.patch
@@ -0,0 +1,7 @@
+https://github.com/daleevans/HTML-FormatText-WithLinks-AndTables/pull/2
+
+diff --git a/INSTALL.SKIP b/INSTALL.SKIP
+--- /dev/null
 b/INSTALL.SKIP
+@@ -0,0 +1 @@
++\bREADME\.pod$



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/

2016-12-17 Thread Andrey Grozin
commit: 498742682f8defc576e7080dca79a9d177942f16
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Dec 18 04:54:12 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Dec 18 04:54:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49874268

dev-lisp/clisp: add -falign-functions=4 on x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lisp/clisp/{clisp-2.49-r9.ebuild => clisp-2.49-r100.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/clisp/clisp-2.49-r9.ebuild 
b/dev-lisp/clisp/clisp-2.49-r100.ebuild
similarity index 98%
rename from dev-lisp/clisp/clisp-2.49-r9.ebuild
rename to dev-lisp/clisp/clisp-2.49-r100.ebuild
index 4ed6f77..99b7235 100644
--- a/dev-lisp/clisp/clisp-2.49-r9.ebuild
+++ b/dev-lisp/clisp/clisp-2.49-r100.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://clisp.sourceforge.net/";
 SRC_URI="mirror://sourceforge/clisp/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-SLOT="2/${PF}"
+SLOT="2/7"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk pari +pcre postgres +readline 
svm -threads +unicode +zlib"
 # "jit" disabled ATM
@@ -73,6 +73,10 @@ src_configure() {
append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D 
NO_SINGLEMAP -D NO_TRIVIALMAP'
fi
 
+   if use x86; then
+   append-flags -falign-functions=4
+   fi
+
# QA issue with lisp.run
append-flags -Wa,--noexecstack
 



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

2016-12-17 Thread Andrey Grozin
commit: 9204984143fe4b4f9439118c410d59586d068dbc
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Dec 18 04:47:05 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Dec 18 04:47:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92049841

dev-python/spyder: install spyder2 and spyder3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/spyder/spyder-3.0.2-r1.ebuild | 63 
 1 file changed, 63 insertions(+)

diff --git a/dev-python/spyder/spyder-3.0.2-r1.ebuild 
b/dev-python/spyder/spyder-3.0.2-r1.ebuild
new file mode 100644
index ..fd3d8d9
--- /dev/null
+++ b/dev-python/spyder/spyder-3.0.2-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Python IDE with matlab-like features"
+HOMEPAGE="https://github.com/spyder-ide/spyder/ 
https://pypi.python.org/pypi/spyder/ http://pythonhosted.org/spyder/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc hdf5"
+
+RDEPEND="
+   || ( dev-python/PyQt5[${PYTHON_USEDEP},svg,webkit]
+   dev-python/PyQt4[${PYTHON_USEDEP},svg,webkit]
+   dev-python/pyside[${PYTHON_USEDEP},svg,webkit] )
+   dev-python/QtPy[${PYTHON_USEDEP},svg,webkit]
+   dev-python/qtconsole[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/rope[${PYTHON_USEDEP}]' python2_7)
+   $(python_gen_cond_dep 'dev-python/rope_py3k[${PYTHON_USEDEP}]' 
python3_4 python3_5)
+   dev-python/jedi[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pylint[${PYTHON_USEDEP}]
+   dev-python/pep8[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/qtawesome[${PYTHON_USEDEP}]
+   dev-python/pickleshare[${PYTHON_USEDEP}]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+# Courtesy of Arfrever
+PATCHES=( "${FILESDIR}"/${P}-build.patch )
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build doc doc/html || die "Generation of documentation 
failed"
+   fi
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_newscript scripts/${PN} ${PN}${EPYTHON:6:1}
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   distutils-r1_python_install_all
+   doicon spyder/images/spyder.svg
+   make_desktop_entry spyder Spyder spyder "Development;IDE"
+}



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

2016-12-17 Thread Andrey Grozin
commit: 24ccc05d9e81d8468d616365f9aaa1ad3dfba17c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Dec 17 08:37:24 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Dec 18 04:44:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ccc05d

dev-util/pycharm-community: bump to 2016.3.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2016.3.1.ebuild  | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 18a2e9f..3be0ad6 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -3,3 +3,4 @@ DIST pycharm-community-2016.1.4.tar.gz 207346180 SHA256 
bc548a200022111e741604e7
 DIST pycharm-community-2016.2.1.tar.gz 212670595 SHA256 
76a5d58a6ecbafa48abde9823948f0614472ecbc0535c639ceb593569a1e06a7 SHA512 
46777642ca0adb6aa40828d37328846b399b44c6625065ed00a6d2d46b3c82f10f1640a4206d703be84c3429ec2d76a71dfdb38fe9ae70a8b094d518d0f3a60b
 WHIRLPOOL 
086aa3c1e05d0c0ba7fddb904a3e793dfcf00a9bd830fdd65b3bdf70b8ad9cb700fead63be7186a90b5a32a9b3584afa89a9a84c098d24dedc82daedca49ea9b
 DIST pycharm-community-2016.2.2.tar.gz 212722955 SHA256 
6bf50910355f680983246ab51f7a082ae6f34f799db222986c1c59003bf1dbec SHA512 
20840a8e1642ea47909bc0913a701b103843e78b29b3d0333d150d30b6ba202dc07db086795224557788b171da3265e849e01bfcb064021ad0ef78a18c67228a
 WHIRLPOOL 
ef5d3bb7a4e8069bb5eb256c84a0150773ccf87ff7a8db5ccaba58307c1ae723f17feee461e921ecc1fdc5b3682ec713880fd1a3da664308475b2cb7a2c80c88
 DIST pycharm-community-2016.2.3.tar.gz 213950652 SHA256 
8ea07f6ff9f63a56cd6c779a3b1727157e177c2c4da8c056dec60b056e03f05a SHA512 
073cfdaeb67a82d84860afd50cd429d20f8fe2bdd470bb4f609d36195991f9b435ba611655d1a91d3e8a571c17be24a97219b7666ae4e33573690875a47c3252
 WHIRLPOOL 
a13239b9570afd97e52f490ff632993d0f629c1fa1c666bb258dae5e59c5a35a2c7b32c47e7ee7b90c8724583dc973c126997883d783eba6481a625a4ea39355
+DIST pycharm-community-2016.3.1.tar.gz 215588574 SHA256 
69a18300b09f1b031e8a75f60152e4c42ea163b65aa0279e0b365a1cf9186b29 SHA512 
0b39ce77b584b908eef9f77a398cbcd4af4c2861c166449caadbd7efb425fd4e9fa8fd7a0ad86da68f4c30c1f4910e3cd2ec2159c1a70322b43c45015d598a06
 WHIRLPOOL 
8267fcc2e3f93d6692eb8ffb5004647e5fa1d44ad8dae7909faae5d3b623885df722098093654a14eb2d3e1b07c0851de7d235eeafeacfa7f414e0d11362ae6f

diff --git a/dev-util/pycharm-community/pycharm-community-2016.3.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2016.3.1.ebuild
new file mode 100644
index ..233c509
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2016.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils readme.gentoo-r1
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/";
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND=""
+
+RESTRICT="mirror strip"
+QA_PREBUILT="/opt/${PN}/bin/fsnotifier
+   /opt/${PN}/bin/fsnotifier64"
+
+MY_PN=${PN/-community/}
+
+QA_PREBUILT="*"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym /opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon "bin/${MY_PN}.png" ${PN}.png
+   make_desktop_entry ${PN} "${PN}" "${PN}"
+
+   readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/, sys-process/procps/files/

2016-12-17 Thread Mike Frysinger
commit: c66fba6a50fc550918df1804ef4afc90613ec28f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Dec 18 04:42:55 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Dec 18 04:43:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66fba6a

sys-process/procps: fix test failures under some kernel configs #583036

 .../procps/files/procps-3.3.12-proc-tests.patch| 47 ++
 sys-process/procps/procps-3.3.12.ebuild|  1 +
 2 files changed, 48 insertions(+)

diff --git a/sys-process/procps/files/procps-3.3.12-proc-tests.patch 
b/sys-process/procps/files/procps-3.3.12-proc-tests.patch
new file mode 100644
index ..9549252
--- /dev/null
+++ b/sys-process/procps/files/procps-3.3.12-proc-tests.patch
@@ -0,0 +1,47 @@
+https://bugs.gentoo.org/583036
+http://www.freelists.org/post/procps/Patch-Test-suite-fails-if-procpidsmaps-is-absent,1
+
+From: to...@opentrash.com
+To: pro...@freelists.org
+Date: Sun, 11 Sep 2016 15:01:29 +0200
+Subject: [procps] [Patch] Test suite fails if /proc//smaps is absent
+Message-Id: <20160911130129.9a8b3322...@astra4649.startdedicated.de>
+
+Summary: Some Linux systems do not have /proc//smaps, hence the test
+suite fails. Attached a patch to skip tests in that case it.
+
+When pmap is called with either -c, -x, or -x it tries to read
+/proc//smaps (pmap.c, l. 540). If not present it exits.
+The file /proc//smaps exits on Linux systems only if the kernel is
+compiled with the option CONFIG_PROC_PAGE_MONITOR (see man page proc(5)).
+
+In the test suite some tests check the output of pmap -X et al, but they
+fail if /proc//smaps is not present, because pmap does not produce
+their expected output.
+
+Attached a patch which checks if /proc//smaps exits, if not it
+skipps the test related to it.
+
+Note: It is unclear what the 'expected' behaviour/output of pmap should
+be if the file /proc//smaps is not present. Maybe add an additional
+test to check the return code if /proc//smaps is absent.
+
+--- a/testsuite/pmap.test/pmap.exp
 b/testsuite/pmap.test/pmap.exp
+@@ -45,6 +45,11 @@
+ spawn $pmap -qd $mypid
+ expect_table $test $pmap_procname $pmap_device_items "\$"
+ 
++if  { [ file readable "/proc/self/smaps" ] == 0 } {
++unsupported "Skipping test which require pmap to access 
/proc//smaps, because kernel seems to be compiled without 
CONFIG_PROC_PAGE_MONITOR."
++
++} else {
++
+ set test "pmap extended output"
+ spawn $pmap -x $mypid
+ expect_table $test $pmap_ext_header $pmap_ext_items $pmap_ext_footer
+@@ -66,3 +71,4 @@
+ spawn $pmap -XX 1
+ expect_pass $test "$pmap_initname\$"
+ 
++}

diff --git a/sys-process/procps/procps-3.3.12.ebuild 
b/sys-process/procps/procps-3.3.12.ebuild
index fea54a1..bdfbd2f 100644
--- a/sys-process/procps/procps-3.3.12.ebuild
+++ b/sys-process/procps/procps-3.3.12.ebuild
@@ -35,6 +35,7 @@ S="${WORKDIR}/${PN}-ng-${PV}"
 PATCHES=(
"${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209
"${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304
+   "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch #583036
 
# Upstream fixes
"${FILESDIR}"/${P}-strtod_nol_err.patch



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

2016-12-17 Thread Davide Pesavento
commit: 51b9134ef7acf173e69578fe5f763c84f5a32837
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Dec 18 03:58:47 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Dec 18 03:58:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b9134e

dev-qt/qt-creator: restrict dep on qbs

Build fails against the newly released qbs-1.7.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-qt/qt-creator/qt-creator-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-creator/qt-creator-4.1.0.ebuild 
b/dev-qt/qt-creator/qt-creator-4.1.0.ebuild
index f2e2ab2..a34a793 100644
--- a/dev-qt/qt-creator/qt-creator-4.1.0.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.1.0.ebuild
@@ -59,7 +59,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
sys-devel/gdb[client,python]
clangcodemodel? ( >=sys-devel/clang-3.8.0:= )
-   qbs? ( >=dev-util/qbs-1.6.0 )
+   qbs? ( ~dev-util/qbs-1.6.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-${QT_PV} )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )



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

2016-12-17 Thread Doug Goldstein
commit: 96539b8b287768193dc75a892119427a4f1d0dae
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec 18 03:26:20 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec 18 03:35:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96539b8b

dev-util/cargo: fix wrong dependencies

When these packages were added the wrong crate dependencies were used
and as a result the package relies on reaching out to the internet
during the compile phase to build properly. This fails for users using
FEATURE="network-sandbox". The dependencies are generated using
https://crates.io/crates/cargo-ebuild

Signed-off-by: Doug Goldstein  gentoo.org>

 dev-util/cargo/Manifest   | 4 
 dev-util/cargo/cargo-0.13.0-r1.ebuild | 7 ++-
 dev-util/cargo/cargo-0.14.0.ebuild| 6 +-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index fc2a367..555c930 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -6,7 +6,9 @@ DIST aho-corasick-0.5.3.crate 252052 SHA256 
ca972c2ea5f742bfce5687b9aef75506a764
 DIST bitflags-0.1.1.crate 8719 SHA256 
2a6577517ecd0ee0934f48a7295a89aaef3e6dfafeac404f94c0b3448518ddfe SHA512 
aa85c6adda0e9d192f2ae817e3c727167bac8609eb85c8153d99bb42d990de3f931e890924841ca11ba8dbd1413d1c5bf20acd584d182292e8828ed56fcedc18
 WHIRLPOOL 
c93a45bb238b32e551dee23f9023db97eab10c2418a59dd9e3c44ca8cf7c8916de90ffbb5e84b7bff4863ce7a71de54e9fa760967989be906a90bec509a2956a
 DIST bitflags-0.7.0.crate 10851 SHA256 
aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d SHA512 
fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0
 WHIRLPOOL 
60551486cd6688c78ecd0ac40ca39b1f3d75537dd96ec32e9882e205bfe2062de939a129777d66f8c269c8a71e2f2aa240e015c0b3bfa51adbad478024e296d4
 DIST bufstream-0.1.1.crate 7437 SHA256 
7e493de6a8aed51697088e36dc5245ea3edd34e6872e32c732e5f996ed5b23b2 SHA512 
e1d378a5dd9d6b096f9b8d9de018c17652615ff373d1644b0978b74325f22fba2157ce0aa9fba423e1f452119af1485a72c2e44f7b3b8c5350dfd3f8f2e93436
 WHIRLPOOL 
de26e042bbb6323946d8570c682fa9ea08292508910ca7c928206935d6c1f6c888d3cb04bf285f1404b59c109cf813cc79ecbc64a6d16dfabf72412aabfc6be9
+DIST bufstream-0.1.2.crate 7477 SHA256 
7b48dbe2ff0e98fa2f03377d204a9637d3c9816cd431bfe05a8abbd0ea11d074 SHA512 
ddbb8597cd430111e58facfc30e6cf93bce174b09a8f7eeaf7d7062dc856137dbd238a0c7794336d9a2b7d0a1859dc8b8d225116c0c57591106dc6f2e1adc0a9
 WHIRLPOOL 
7a5bac1c3309d6f5d9dad3a21a7fa146815d2b35444dc356ade49f6f05df2896ee0d88570ac3964939db20633651721e41d7757060b9a5c1b2c5878e68c5adfe
 DIST cargo-0.12.0.tar.gz 574902 SHA256 
4080d76b56b8202f7df271b4bb7d7d22abea5ff8c261aef42e6e5d248ca5972b SHA512 
6fba348b068c07d49a6a263f143b31c3dff1e0aa399b90193830ad1823a3c07c5097fb39ff09fcc7713e78e85cfa1b5d8825db75055c49e2c3237fe4bffad3bc
 WHIRLPOOL 
dceacc324bf167276c0f3163c1a476064362679220e0c310c97021e69b691d3c03fc6b6f967b66290c7c63512ca70ac78c09642585ef5f96264bffd50603c832
+DIST cargo-0.13.0.crate 631199 SHA256 
8360389a6b6ba539eb1f533a4452fd5eccfa4bb2b4e73bfa103c3751d5353ea6 SHA512 
278ebedcb21df0b2e4e6a86e356a7795e23f3f980c5445ef9d0b6c5df704766f79936d30103193034a66ad2b91919f68692f48b6bd6bb79cb116c1e032deef0d
 WHIRLPOOL 
7376721ea2419f6b781a4846ef58566d4b6737b3a0c31e92ae3907cd7876963dc3c0e13b6f30c6c57b8d1c7bac4a89eb150b8d0952ba1ec4b55573bcef32a7ca
 DIST cargo-0.13.0.tar.gz 610125 SHA256 
90429180d3724385acb094f2896feea0c73690451a92215d6054d05edf4a5c49 SHA512 
04b5ad177fb586965349a11da36a1fff0d883ff2b21e783a6163c0c5497d559c44c9fb98e201eb7e5dc0e72608f83f9990e239df3a23824c961e305cced7
 WHIRLPOOL 
8d40be025f04097ec34866ecf242bd31734a9820c3955b936099266f89b7f0a1d94ce4ac5b87b64ec8a43b40160ffe196deb225359279b9bf426f9c90ba040bd
 DIST cargo-0.14.0.tar.gz 625305 SHA256 
90ec0e644586959f62e6e34e649ba57db6f74aa37b89e90972f817c49b187531 SHA512 
dcd6857f256f1b4cd4d0dfedbb7fceedadcf3ecbe92014f58ff3e668870624d5a1cddda1c4b2653b6ec713c6aef4810760e112e589b6eba81bba9692356acb4f
 WHIRLPOOL 
d9794dc55539356d48d05f72fd16794956b4dc6b05e31a2df214513d3aabc32e81ae41ef17b42c6852de01dc7c4bc8ca1fdb988fd717e8d062e681a0f92f45a4
 DIST cargo-registry-14f7adaa984f78037839f7e64912fe89d7af025a.tar.gz 2567101 
SHA256 ee2e0232c730876a49f212e227b1f4990059a090300b061a79ca358d590533e2 SHA512 
16c2c0fbbb9632547a1227d241025d550bd40125e9c6b04ddd3b1e07dc829dd7b41ad645cce0934e0e4b4c174cf4ba94eea404642de268d137359e06948288c0
 WHIRLPOOL 
f7eb57414927a9d704254d7dd67064f3d89e9c92adb71a55e43e486330eea50a664f738582f1d959c1cb80c2c2bdc70bc95805148a758cfda98c625d034f9c35
@@ -14,6 +16,7 @@ DIST 
cargo-registry-2aed1d5050840971fd1527e2a2961e05dd392e04.tar.gz 2340078 SHA2
 DIST cargo-registry-64a9f2f594cefc2ca652e0cecf7ce6e41c0279ee.tar.gz 2149630 
SHA256 3c0f6e30fa266e39975e8b983d325f34c0d34e6b9bfb82ad93c625b33f2adc82 SHA512 
57341ef04e747ddb67d1105b7599ad59fbb386b71ae885158c5163654d409933e086bc55cc5bc15735afdb1013e3fe127df4

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

2016-12-17 Thread Doug Goldstein
commit: 5d06dccb7adb121b7e3af043b86e9acd6ece5921
Author: Doug Goldstein  gentoo  org>
AuthorDate: Sun Dec 18 03:32:18 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Sun Dec 18 03:36:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d06dccb

dev-util/cargo: use a newer snapshot to build

Use a newer snapshot of Cargo to build Cargo so that we can drop the
special casing in the ebuild.

Signed-off-by: Doug Goldstein  gentoo.org>

 dev-util/cargo/Manifest   |  4 +--
 dev-util/cargo/cargo-0.13.0-r1.ebuild | 50 +--
 dev-util/cargo/cargo-0.14.0.ebuild| 50 +--
 3 files changed, 4 insertions(+), 100 deletions(-)

diff --git a/dev-util/cargo/Manifest b/dev-util/cargo/Manifest
index 555c930..7433f78 100644
--- a/dev-util/cargo/Manifest
+++ b/dev-util/cargo/Manifest
@@ -11,11 +11,11 @@ DIST cargo-0.12.0.tar.gz 574902 SHA256 
4080d76b56b8202f7df271b4bb7d7d22abea5ff8c
 DIST cargo-0.13.0.crate 631199 SHA256 
8360389a6b6ba539eb1f533a4452fd5eccfa4bb2b4e73bfa103c3751d5353ea6 SHA512 
278ebedcb21df0b2e4e6a86e356a7795e23f3f980c5445ef9d0b6c5df704766f79936d30103193034a66ad2b91919f68692f48b6bd6bb79cb116c1e032deef0d
 WHIRLPOOL 
7376721ea2419f6b781a4846ef58566d4b6737b3a0c31e92ae3907cd7876963dc3c0e13b6f30c6c57b8d1c7bac4a89eb150b8d0952ba1ec4b55573bcef32a7ca
 DIST cargo-0.13.0.tar.gz 610125 SHA256 
90429180d3724385acb094f2896feea0c73690451a92215d6054d05edf4a5c49 SHA512 
04b5ad177fb586965349a11da36a1fff0d883ff2b21e783a6163c0c5497d559c44c9fb98e201eb7e5dc0e72608f83f9990e239df3a23824c961e305cced7
 WHIRLPOOL 
8d40be025f04097ec34866ecf242bd31734a9820c3955b936099266f89b7f0a1d94ce4ac5b87b64ec8a43b40160ffe196deb225359279b9bf426f9c90ba040bd
 DIST cargo-0.14.0.tar.gz 625305 SHA256 
90ec0e644586959f62e6e34e649ba57db6f74aa37b89e90972f817c49b187531 SHA512 
dcd6857f256f1b4cd4d0dfedbb7fceedadcf3ecbe92014f58ff3e668870624d5a1cddda1c4b2653b6ec713c6aef4810760e112e589b6eba81bba9692356acb4f
 WHIRLPOOL 
d9794dc55539356d48d05f72fd16794956b4dc6b05e31a2df214513d3aabc32e81ae41ef17b42c6852de01dc7c4bc8ca1fdb988fd717e8d062e681a0f92f45a4
-DIST cargo-registry-14f7adaa984f78037839f7e64912fe89d7af025a.tar.gz 2567101 
SHA256 ee2e0232c730876a49f212e227b1f4990059a090300b061a79ca358d590533e2 SHA512 
16c2c0fbbb9632547a1227d241025d550bd40125e9c6b04ddd3b1e07dc829dd7b41ad645cce0934e0e4b4c174cf4ba94eea404642de268d137359e06948288c0
 WHIRLPOOL 
f7eb57414927a9d704254d7dd67064f3d89e9c92adb71a55e43e486330eea50a664f738582f1d959c1cb80c2c2bdc70bc95805148a758cfda98c625d034f9c35
-DIST cargo-registry-2aed1d5050840971fd1527e2a2961e05dd392e04.tar.gz 2340078 
SHA256 7739c0aeb11da985849240e86fc3df17c5494a01b79311400a268f368d66f341 SHA512 
f7f001813811c1734238fdeb766537e8fdb2c79d57f6e434ef662c96c7b4ee3ca4c8afd751e7e24a39a22181676ef4a07ac0c9f3d1797a1c9b764a25fcc0b9fb
 WHIRLPOOL 
80101bc037e4402dc8ae3ea1446c0fe3f85b77935b82b043f79b4074d00cba63f5d5bb03cfc0700e93b974189072035f75d7804993586a5dbb79c26a427d7c88
 DIST cargo-registry-64a9f2f594cefc2ca652e0cecf7ce6e41c0279ee.tar.gz 2149630 
SHA256 3c0f6e30fa266e39975e8b983d325f34c0d34e6b9bfb82ad93c625b33f2adc82 SHA512 
57341ef04e747ddb67d1105b7599ad59fbb386b71ae885158c5163654d409933e086bc55cc5bc15735afdb1013e3fe127df474269073c9d800c598af026592cc
 WHIRLPOOL 
d2eb55b69f5fc7163672a43e626d475b1bf4d15ddf0a66e6a0b8fa7dce2deb7bf5ed4aa5754db5761d483b6516bf97c2ad6b70e887473e036272725e749f0c1b
 DIST cargo-snapshot-amd64-2016-03-21.tar.gz 4163903 SHA256 
55ad9a8929303b4e06c18d0dd30b0d6296da784606d9c55cce98d5d7fc39a0b2 SHA512 
475087ff1905fc42bd875488696d8f67fc68f9fb3e48ef9f25bbd6d8f949aa9a3984f61a8bd1741ce8c98e33c6910e020ea7fd5cb67cf2b7fc1703947561ae0e
 WHIRLPOOL 
ddda8983c38f238237fbb78fd8242e08df44c31bd0c29d2e75b53dcb0ecc601660f4c765b00e066781da6feb9f8df494b99228b126f3cdd89d028253c2c5
+DIST cargo-snapshot-amd64-2016-09-01.tar.gz 4453020 SHA256 
365e5cad79512d244b8ced32f8e5b86a710fc6c17f0d0f5f744b8058ef6dc756 SHA512 
a87cd21e5be8f7dc580e1d0b78a2ca57b98c8cf09d5d1517a7422448b5e27e6af82ad61d2170b39c2265fd02078ceb9714bd6e79116a30d9cdeefdfe97eceeac
 WHIRLPOOL 
8f7ac8c98a79f59635bcfa3f9872495b0476bb3e9997d09d404169c12cc43f2aa810eeba8b55247abed7cb1c6b4526d9f9ba0f757427f02a15c59e9061b4380d
 DIST cargo-snapshot-x86-2016-03-21.tar.gz 3889095 SHA256 
b2a1c4c33fb9274771c8d830cd8ac07f7ae96af341fa30399d6929ffd6c8b425 SHA512 
3c6d6a9c6ee2a93abec5c9c3d79f86a623db6429e192d028729279c07d5769548d6f716afbd8e984ab2f6449f75cd24efb32b87f97b6b90c0e7b3b25779e8624
 WHIRLPOOL 
8bafd298e6cf54d22c420859c105be98047b556802494d2ccf9b13b06837f85902cf61fd1846dcff3e527d0ce0ee188723f44f4cb598cc34e0fedb6c2f2b3d41
+DIST cargo-snapshot-x86-2016-09-01.tar.gz 4145052 SHA256 
764617ab0a46edfaf5d714488fdb8283edaf9bff96e7132844d14d44c14e69cb SHA512 
8f8715c117f7e54101db7dabef12a0a69696a3b173789e4b1c05f578d785ee4f77ecf9f9076d0caf74e1f0effe6c68304280afdd4013e9d8f840b7e090e6c137
 WHIRLPOOL 
de900c1b213e46b28e651d73fb5be13fdf5a28b588ddfdf2ddee3051f94cbe86df1652a7e5a714

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

2016-12-17 Thread Marc Schiffbauer
commit: c8eb04ee9b1675b39f9d40b868c34f804d382c3d
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:59:43 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:59:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8eb04ee

app-backup/obnam: fix #589450

Package-Manager: portage-2.3.2

 app-backup/obnam/obnam-1.18.2-r2.ebuild | 10 +-
 app-backup/obnam/obnam-1.19.1.ebuild|  8 
 app-backup/obnam/obnam-1.20.ebuild  |  8 
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/app-backup/obnam/obnam-1.18.2-r2.ebuild 
b/app-backup/obnam/obnam-1.18.2-r2.ebuild
index dc2efb7..ce4caf8 100644
--- a/app-backup/obnam/obnam-1.18.2-r2.ebuild
+++ b/app-backup/obnam/obnam-1.18.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -41,11 +41,3 @@ src_install() {
doins "${FILESDIR}"/obnam.conf
keepdir /var/log/obnam
 }
-
-pkg_postinst() {
-   if [[ $REPLACING_VERSIONS < "1.2" ]]; then
-   elog "You will need to setup a config file before running obnam 
for the first time."
-   elog "For details, please see the obnam(1) manual page."
-   elog "An example file has been installed as /etc/obnam.conf for 
your convenience."
-   fi
-}

diff --git a/app-backup/obnam/obnam-1.19.1.ebuild 
b/app-backup/obnam/obnam-1.19.1.ebuild
index fe090cb..46d86fb 100644
--- a/app-backup/obnam/obnam-1.19.1.ebuild
+++ b/app-backup/obnam/obnam-1.19.1.ebuild
@@ -41,11 +41,3 @@ src_install() {
doins "${FILESDIR}"/obnam.conf
keepdir /var/log/obnam
 }
-
-pkg_postinst() {
-   if [[ $REPLACING_VERSIONS < "1.2" ]]; then
-   elog "You will need to setup a config file before running obnam 
for the first time."
-   elog "For details, please see the obnam(1) manual page."
-   elog "An example file has been installed as /etc/obnam.conf for 
your convenience."
-   fi
-}

diff --git a/app-backup/obnam/obnam-1.20.ebuild 
b/app-backup/obnam/obnam-1.20.ebuild
index fe090cb..46d86fb 100644
--- a/app-backup/obnam/obnam-1.20.ebuild
+++ b/app-backup/obnam/obnam-1.20.ebuild
@@ -41,11 +41,3 @@ src_install() {
doins "${FILESDIR}"/obnam.conf
keepdir /var/log/obnam
 }
-
-pkg_postinst() {
-   if [[ $REPLACING_VERSIONS < "1.2" ]]; then
-   elog "You will need to setup a config file before running obnam 
for the first time."
-   elog "For details, please see the obnam(1) manual page."
-   elog "An example file has been installed as /etc/obnam.conf for 
your convenience."
-   fi
-}



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

2016-12-17 Thread Marc Schiffbauer
commit: b1e969260dbe85c4d5e112fe4193560b823f044c
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:45:37 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:45:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e96926

net-dns/opendnssec: fix sed calls, fixes #601310

Thanks to Kévin Beaubestre for the patch!

 net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild 
b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
index 1d8076a..06b45e3 100644
--- a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
+++ b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
@@ -197,8 +197,8 @@ src_install() {
 
# patch scripts to find schema files
sed -i \
-   -e 's,^SCHEMA=../src/db/,/usr/share/opendnssec/db/,' \
-   -e 's,^SCHEMA=../../src/db/,/usr/share/opendnssec/db/,' \
+   -e 's,^SCHEMA=../src/db/,SCHEMA=/usr/share/opendnssec/db/sql/,' 
\
+   -e 
's,^SCHEMA=../../src/db/,SCHEMA=/usr/share/opendnssec/db/sql/,' \
"${ED}"/usr/share/opendnssec/db/convert_* \
"${ED}"/usr/share/opendnssec/db/1.4-2.0_db_convert/convert_*
 



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

2016-12-17 Thread Marc Schiffbauer
commit: 508d22ca0c09af51e3d9ffcea6fd1752ea187a1c
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:36:18 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:36:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508d22ca

dev-libs/softhsm: bump version

Package-Manager: portage-2.3.2

 dev-libs/softhsm/Manifest |  1 +
 dev-libs/softhsm/softhsm-2.2.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest
index 3aba458..4230439 100644
--- a/dev-libs/softhsm/Manifest
+++ b/dev-libs/softhsm/Manifest
@@ -1,3 +1,4 @@
 DIST softhsm-1.3.6.tar.gz 435893 SHA256 
e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486 SHA512 
fa344b298da6f15a616eaaa90e9e2153cb48ee1a5d4c3089a4195080efc5d15cccf27536279206587f8e1a55ac1b3745303712797296aba560be5ca958783b70
 WHIRLPOOL 
6451e039d31932306627f6af23041dbd7d386d1b137eb529332f45ce523ae0c61b736876815ca614a8ec54b0dbae9d83b510bbf126dafd17cbf6d12c745ed7a8
 DIST softhsm-1.3.7.tar.gz 438437 SHA256 
d12d6456a85561266d9da427565f3ee3746a35df6670d5e6be75de253c2810a4 SHA512 
287400b981b7b420a300593129696e4739afe085a8106047ef429bc741d205bed214386b422572327c3bda63f0fb1b7558bb4d30d184ca3ec2ba9900153f075d
 WHIRLPOOL 
47e66a8ae7f85b6505bdd751114a1594bc2e4b7bea71c6681bf77e8b7cc226d3515d9bdbd74ef0327899257d1844722c95446115f22724474f03cee0a99ca4f3
 DIST softhsm-2.0.0.tar.gz 936954 SHA256 
eae8065f6c472af24f4c056d6728edda0fd34306f41a818697f765a6a662338d SHA512 
1db5b79bc59707d97a3c8ba5306d6778cd02d7049a6b294ef5e60214ef7b1dcc4d51405cc32f3720443d9477377e8b04b68d6cee143731f87b6357e4e5565fe2
 WHIRLPOOL 
014213f4501145c493ad4c22d0cfd262f7ca8693c3d13ca74d34bd7b24f85cf60a5117d0869e7544d9d61b0473b676e582ea41bdeba647427ffc1067def9f8f7
+DIST softhsm-2.2.0.tar.gz 966806 SHA256 
eb6928ae08da44fca4135d84d6b79ad7345f408193208c54bf69f5b2e71f85f7 SHA512 
6ef17deef491f7298244a3d2ddefe25843fc17534c4e5f2e08927f05cafdaf05601beb953539fce5d34fa02fe355cbd4ab3aaabb6e5a106936b04c06aae9793c
 WHIRLPOOL 
9e2ead19b2091fc46c6cdf63d2aaa26ad21dfe7d69d047ea85b38d725576885c8a1c6656cbec9d79e480158a9b8f9a90d36cf3fad0a80af317b883ee59ffba06

diff --git a/dev-libs/softhsm/softhsm-2.2.0.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0.ebuild
new file mode 100644
index ..3aa06a0
--- /dev/null
+++ b/dev-libs/softhsm/softhsm-2.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A software PKCS#11 implementation"
+HOMEPAGE="http://www.opendnssec.org/";
+SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz";
+
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +migration-tool"
+SLOT="2"
+LICENSE="BSD"
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-libs/botan[threads,-bindist]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( NEWS README.md )
+
+src_configure() {
+   econf \
+   --disable-static \
+   --localstatedir=/var \
+   --with-botan="${EPREFIX}/usr/" \
+   $(use_with migration-tool migrate) \
+   $(use_enable amd64 64bit) \
+   $(use debug && echo "--with-loglevel=4")
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2016-12-17 Thread Marc Schiffbauer
commit: 725b43296899f75b43f2b685c5dda4e7e1a95d5b
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:54:00 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:54:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725b4329

dev-libs/softhsm: add blocker to 2.0.0:0

Package-Manager: portage-2.3.2

 dev-libs/softhsm/softhsm-2.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/softhsm/softhsm-2.2.0.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0.ebuild
index 3aa06a0..f0aec47 100644
--- a/dev-libs/softhsm/softhsm-2.2.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0.ebuild
@@ -16,6 +16,7 @@ LICENSE="BSD"
 RDEPEND="
dev-db/sqlite:3
dev-libs/botan[threads,-bindist]
+   !=dev-libs/softhsm-2.0.0:0
 "
 DEPEND="${RDEPEND}"
 



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

2016-12-17 Thread Marc Schiffbauer
commit: 8fc665b5a6c9ded4a0482bd28e24dc2228e5dfd4
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:41:10 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:42:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc665b5

net-dns/opendnssec: remove base inherit

 net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild| 2 +-
 net-dns/opendnssec/opendnssec-1.4.8.2.ebuild  | 4 ++--
 .../{opendnssec-2.0.1.ebuild => opendnssec-2.0.1-r1.ebuild}   | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild 
b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
index 0f38b64..ce4b1bd 100644
--- a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 MY_P="${P/_}"
 PKCS11_IUSE="+softhsm opensc external-hsm"
-inherit base autotools multilib user
+inherit autotools multilib user
 
 DESCRIPTION="An open-source turn-key solution for DNSSEC"
 HOMEPAGE="http://www.opendnssec.org/";

diff --git a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild 
b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
index 032caea..8aa2023 100644
--- a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 MY_P="${P/_}"
 PKCS11_IUSE="+softhsm opensc external-hsm"
-inherit base autotools multilib user
+inherit autotools multilib user
 
 DESCRIPTION="An open-source turn-key solution for DNSSEC"
 HOMEPAGE="http://www.opendnssec.org/";

diff --git a/net-dns/opendnssec/opendnssec-2.0.1.ebuild 
b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
similarity index 100%
rename from net-dns/opendnssec/opendnssec-2.0.1.ebuild
rename to net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild



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

2016-12-17 Thread Marc Schiffbauer
commit: d8ba4f71005de67d28d326fff4664dcfef68768e
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:44:34 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:44:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ba4f71

net-dns/opendnssec: fix softhsm dependency (add slot)

 net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild | 2 +-
 net-dns/opendnssec/opendnssec-1.4.10.ebuild| 2 +-
 net-dns/opendnssec/opendnssec-1.4.8.2.ebuild   | 2 +-
 net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild 
b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
index ce4b1bd..6e6ca53 100644
--- a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
dev-perl/DBD-mysql
)
opensc? ( dev-libs/opensc )
-   softhsm? ( dev-libs/softhsm )
+   softhsm? ( dev-libs/softhsm:* )
sqlite? (
dev-db/sqlite:3
dev-perl/DBD-SQLite

diff --git a/net-dns/opendnssec/opendnssec-1.4.10.ebuild 
b/net-dns/opendnssec/opendnssec-1.4.10.ebuild
index 7e2931f..dce3f84 100644
--- a/net-dns/opendnssec/opendnssec-1.4.10.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.4.10.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
dev-perl/DBD-mysql
)
opensc? ( dev-libs/opensc )
-   softhsm? ( dev-libs/softhsm )
+   softhsm? ( dev-libs/softhsm:* )
sqlite? (
dev-db/sqlite:3
dev-perl/DBD-SQLite

diff --git a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild 
b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
index 8aa2023..6b5fb50 100644
--- a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
+++ b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
dev-perl/DBD-mysql
)
opensc? ( dev-libs/opensc )
-   softhsm? ( dev-libs/softhsm )
+   softhsm? ( dev-libs/softhsm:* )
sqlite? (
dev-db/sqlite:3
dev-perl/DBD-SQLite

diff --git a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild 
b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
index f2caf66..1d8076a 100644
--- a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
+++ b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
)
opensc? ( dev-libs/opensc )
readline? ( sys-libs/readline:0 )
-   softhsm? ( dev-libs/softhsm )
+   softhsm? ( dev-libs/softhsm:* )
sqlite? (
dev-db/sqlite:3
dev-perl/DBD-SQLite



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

2016-12-17 Thread Marc Schiffbauer
commit: f500309a20868f75c6b6631bcda9417698ad4b8c
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:47:36 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:47:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f500309a

net-dns/opendnssec: bump version

Package-Manager: portage-2.3.2

 net-dns/opendnssec/Manifest|   1 +
 net-dns/opendnssec/opendnssec-2.0.3.ebuild | 240 +
 2 files changed, 241 insertions(+)

diff --git a/net-dns/opendnssec/Manifest b/net-dns/opendnssec/Manifest
index 156c921..6adc4fd 100644
--- a/net-dns/opendnssec/Manifest
+++ b/net-dns/opendnssec/Manifest
@@ -2,3 +2,4 @@ DIST opendnssec-1.3.18.tar.gz 1143889 SHA256 
e61d23ae0cc57b6e09d408bade6872fe524
 DIST opendnssec-1.4.10.tar.gz 1036069 SHA256 
55b44c1da3a665eef0af1d1b3f4d1c57d20f50f77858b1dd3d03ca6ebc1df7cb SHA512 
00ba6ceba595f9d4d7736af982b78779f204eb52fcf9256792368328647ca1a4c84b4db64dcdd9a0119292f132a4efd15e60436c2a125bf6a8fb3f33540e
 WHIRLPOOL 
2122feed10b83b38f8954ebaaf5d065bbf124d573c085559d0b3542dc8b58b8c55a489ceda9707836501a03efbe7a81bc7518e394c86ef1f682822943bbc0a82
 DIST opendnssec-1.4.8.2.tar.gz 1043171 SHA256 
7fd553ee39173e807477ed1daff6ee2f8b1c83875cd2e52a1df3315bf0015513 SHA512 
7f2e10b425f60947aca40c61509b07ddc4363105cc882b518ffa816437299d6f881411cb38325f27b3a34c2005953988b39c945362866dd0f1f7c6ef973bfa06
 WHIRLPOOL 
38079a89d8e3d039aeab28c80b7fb1a9739014736d6076442c546fae1b13e1c89faa1858beb6f4d2f495d19a2a1187a7af10c55c0ed33563bc9b2d57945de807
 DIST opendnssec-2.0.1.tar.gz 1101523 SHA256 
bf874bbb346699a5b539699f90a54e0c15fff0574df7a3c118abb30938b7b346 SHA512 
aa12818f92688e087acaff8a6771d2a7da733e04d9e821967d313c7ff880a1056f470b11988eba1e7aad606418c3a4587f654163d74f68e3f61943c74d86d052
 WHIRLPOOL 
865fbd0d21cd015e87da5f26858e39a233464fb04e56a21683b4713d3836b925eea80973446571da78730ef765d5a1a3fc5f8ad192dd09fdf6eb7467ae417769
+DIST opendnssec-2.0.3.tar.gz 1103355 SHA256 
ebeb5481d696cf83c21c5dfbecce6ab5dcc73df1a08573ef257f2f6fe10f6214 SHA512 
4745a9ac317cc65d6f5b14be640687efd5fde2149541f692fb607a458378d27e903f175023c1aa16a777d17cef9cc68f1a84e7e7cdb233466d26756721b34424
 WHIRLPOOL 
51389851b46b62ee1829dd2af5cb41edbe28484ff23dd9b281f77ee7966dd67aa743f1c8d869052bb0a598cf42ab850ad0d2f80343b26aaf551940bb9f0d3f41

diff --git a/net-dns/opendnssec/opendnssec-2.0.3.ebuild 
b/net-dns/opendnssec/opendnssec-2.0.3.ebuild
new file mode 100644
index ..06b45e3
--- /dev/null
+++ b/net-dns/opendnssec/opendnssec-2.0.3.ebuild
@@ -0,0 +1,240 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_P="${P/_}"
+PKCS11_IUSE="+softhsm opensc external-hsm"
+inherit autotools eutils multilib user
+
+DESCRIPTION="An open-source turn-key solution for DNSSEC"
+HOMEPAGE="http://www.opendnssec.org/";
+SRC_URI="http://www.${PN}.org/files/source/${MY_P}.tar.gz";
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc +mysql readline +signer sqlite test ${PKCS11_IUSE}"
+
+RDEPEND="
+   dev-lang/perl
+   dev-libs/libxml2
+   dev-libs/libxslt
+   net-libs/ldns
+   mysql? (
+   virtual/mysql
+   dev-perl/DBD-mysql
+   )
+   opensc? ( dev-libs/opensc )
+   readline? ( sys-libs/readline:0 )
+   softhsm? ( dev-libs/softhsm:* )
+   sqlite? (
+   dev-db/sqlite:3
+   dev-perl/DBD-SQLite
+   )
+"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   test? (
+   app-text/trang
+   )
+"
+
+REQUIRED_USE="
+   ^^ ( mysql sqlite )
+   ^^ ( softhsm opensc external-hsm )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-fix-localstatedir-2.0.x.patch"
+   "${FILESDIR}/${PN}-fix-run-dir-2.0.x.patch"
+   "${FILESDIR}/${PN}-drop-privileges-2.0.x.patch"
+   "${FILESDIR}/${PN}-use-system-trang.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( MIGRATION NEWS )
+
+check_pkcs11_setup() {
+   # PKCS#11 HSM's are often only available with proprietary drivers not
+   # available in portage tree.
+
+   if use softhsm; then
+   PKCS11_LIB=softhsm
+   if has_version ">=dev-libs/softhsm-1.3.1"; then
+   PKCS11_PATH=/usr/$(get_libdir)/softhsm/libsofthsm.so
+   else
+   PKCS11_PATH=/usr/$(get_libdir)/libsofthsm.so
+   fi
+   elog "Building with SoftHSM PKCS#11 library support."
+   fi
+   if use opensc; then
+   PKCS11_LIB=opensc
+   PKCS11_PATH=/usr/$(get_libdir)/opensc-pkcs11.so
+   elog "Building with OpenSC PKCS#11 library support."
+   fi
+   if use external-hsm; then
+   if [[ -n ${PKCS11_SCA6000} ]]; then
+   PKCS11_LIB=sca6000
+   PKCS11_PATH=${PKCS11_SCA6000}
+   elif [[ -n ${PKCS11_ETOKEN} ]]; then
+ 

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

2016-12-17 Thread Marc Schiffbauer
commit: 5b1c82b3ff033137da150a63282a980d98465e17
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Dec 18 02:18:31 2016 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Dec 18 02:18:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1c82b3

dev-libs/softhsm: revbump new slot and new USE flag (fix #601314)

SLOT this version so it can be installed together with
1.x version
add use flag 'migration-tool' which will build the
db migration tool (enabled by default)

Thanks to Kévin Beaubestre for reporting

Fixes bug #601314

Package-Manager: portage-2.3.2

 dev-libs/softhsm/metadata.xml  | 5 +
 dev-libs/softhsm/{softhsm-2.0.0.ebuild => softhsm-2.0.0-r1.ebuild} | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-libs/softhsm/metadata.xml b/dev-libs/softhsm/metadata.xml
index 56df135..9afd1b5 100644
--- a/dev-libs/softhsm/metadata.xml
+++ b/dev-libs/softhsm/metadata.xml
@@ -4,4 +4,9 @@

msch...@gentoo.org

+   
+   
+   Build db migration tool
+   
+   
 

diff --git a/dev-libs/softhsm/softhsm-2.0.0.ebuild 
b/dev-libs/softhsm/softhsm-2.0.0-r1.ebuild
similarity index 89%
rename from dev-libs/softhsm/softhsm-2.0.0.ebuild
rename to dev-libs/softhsm/softhsm-2.0.0-r1.ebuild
index 4572953..3aa06a0 100644
--- a/dev-libs/softhsm/softhsm-2.0.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.0.0-r1.ebuild
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.opendnssec.org/";
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz";
 
 KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-SLOT="0"
+IUSE="debug +migration-tool"
+SLOT="2"
 LICENSE="BSD"
 
 RDEPEND="
@@ -26,6 +26,7 @@ src_configure() {
--disable-static \
--localstatedir=/var \
--with-botan="${EPREFIX}/usr/" \
+   $(use_with migration-tool migrate) \
$(use_enable amd64 64bit) \
$(use debug && echo "--with-loglevel=4")
 }



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

2016-12-17 Thread Aaron Bauman
commit: b12f48d7eda2212674d673b470d243042d79e07f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 18 02:14:52 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 18 02:14:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12f48d7

media-libs/opus: amd64 stable wrt bug #602086

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

diff --git a/media-libs/opus/opus-1.1.3.ebuild 
b/media-libs/opus/opus-1.1.3.ebuild
index 0e18312..e9c6f21 100644
--- a/media-libs/opus/opus-1.1.3.ebuild
+++ b/media-libs/opus/opus-1.1.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
 else
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz";
-   KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+   KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 fi
 
 DESCRIPTION="Open versatile codec designed for interactive speech and audio 
transmission over the internet"



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

2016-12-17 Thread Aaron Bauman
commit: 1697489d2714dacdbe722b184e4f395610ef4b7b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 18 01:57:15 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 18 01:58:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1697489d

media-libs/libogg: amd64 stable wrt bug #601758. Fix invalid copyright

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

diff --git a/media-libs/libogg/libogg-1.3.2.ebuild 
b/media-libs/libogg/libogg-1.3.2.ebuild
index beed7b1..e5cf8ef 100644
--- a/media-libs/libogg/libogg-1.3.2.ebuild
+++ b/media-libs/libogg/libogg-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2016-12-17 Thread Aaron Bauman
commit: 3ddacdb4f66f8f44d7b3d58257a68c2fd2b5fabf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 18 01:54:28 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 18 01:58:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddacdb4

media-libs/libvorbis: amd64 stable wrt bug #601760

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

diff --git a/media-libs/libvorbis/libvorbis-1.3.5.ebuild 
b/media-libs/libvorbis/libvorbis-1.3.5.ebuild
index 4cba674..c13eaea 100644
--- a/media-libs/libvorbis/libvorbis-1.3.5.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.3.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/

2016-12-17 Thread Göktürk Yüksek
commit: 58dbd3b20f7414a62e3e136ab4e0a2a5914598a9
Author: Raymond Jennings  gmail  com>
AuthorDate: Sat Dec 17 23:51:35 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Dec 18 01:53:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dbd3b2

net-im/skypeforlinux: remove old version 1.13.0.3

Package-Manager: portage-2.3.0

 net-im/skypeforlinux/Manifest  |   1 -
 net-im/skypeforlinux/skypeforlinux-1.13.0.3.ebuild | 112 -
 2 files changed, 113 deletions(-)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 236685b..d2f340e 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,2 +1 @@
-DIST skypeforlinux_1.13.0.3-1.x86_64.rpm 63441090 SHA256 
33f5bebdfc3d14dacbd14e10bbb6d7c95cb781112a4163dc0c43e38781e94886 SHA512 
18d3cc9a18860c58b146b84e9409589b5d3bae9a35e1f06db088660869e71d5d35ca04a668ac103126cfc71c57021c419ef1ec8a958fb461dbdc891c6850ff20
 WHIRLPOOL 
6729406237f3599a109c3b36963def40c6f003a07a57b544416d57b1f0bcc0ac7c33e0970ce95cf41fd19168c1c6c2e3dc4a33d4acda72874ae4116d0642e04b
 DIST skypeforlinux_1.14.0.5-1.x86_64.rpm 63562538 SHA256 
21c880ce78742994b69a1ce362ea1a000353196d44ea02cbbdbc23a180e8e5b3 SHA512 
389d77b323a0876b7846b2a74ee01727e605a8389ef4a93072b2f07c18cea4103a91edb0c070d6cbac581e8a592e697442359b0c35e75f0fe4f7d7d571a5f54f
 WHIRLPOOL 
de5f1f9e193ff8abb5a6c4e5f6e4ffa0c7e8c7affacb36d04abb78089b1a4795c92cf5040ffa50c3cfa708fb2427bc981b10a8159443165fe1ba139db4d12349

diff --git a/net-im/skypeforlinux/skypeforlinux-1.13.0.3.ebuild 
b/net-im/skypeforlinux/skypeforlinux-1.13.0.3.ebuild
deleted file mode 100644
index 28b5b84..
--- a/net-im/skypeforlinux/skypeforlinux-1.13.0.3.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils rpm
-
-DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
-HOMEPAGE="https://www.skype.com/";
-SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm";
-
-LICENSE="Skype-TOS no-source-code"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="pax_kernel"
-
-S="${WORKDIR}"
-QA_PREBUILT=opt/skypeforlinux/skypeforlinux
-RESTRICT="mirror bindist strip" #299368
-
-RDEPEND="dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   gnome-base/libgnome-keyring
-   media-libs/alsa-lib
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   net-print/cups
-   sys-apps/dbus
-   sys-devel/gcc[cxx]
-   sys-libs/glibc
-   virtual/ttf-fonts
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango"
-
-src_unpack() {
-   rpm_src_unpack ${A}
-}
-
-src_prepare() {
-   default
-   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
-   -i usr/bin/skypeforlinux || die
-   sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
-   -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
-   -i usr/share/applications/skypeforlinux.desktop || die
-}
-
-src_install() {
-   insinto /opt/skypeforlinux/locales
-   doins usr/share/skypeforlinux/locales/*.pak
-
-   insinto 
/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release
-   doins 
usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
-
-   insinto /opt/skypeforlinux/resources
-   doins usr/share/skypeforlinux/resources/*.asar
-
-   insinto /opt/skypeforlinux
-   doins usr/share/skypeforlinux/*.pak
-   doins usr/share/skypeforlinux/*.bin
-   doins usr/share/skypeforlinux/*.dat
-   doins usr/share/skypeforlinux/version
-   exeinto /opt/skypeforlinux
-   doexe usr/share/skypeforlinux/*.so
-   doexe usr/share/skypeforlinux/skypeforlinux
-
-   into /opt
-   dobin usr/bin/skypeforlinux
-
-   dodoc -r usr/share/doc/skypeforlinux/.
-
-   doicon usr/share/pixmaps/skypeforlinux.png
-
-   local res
-   for res in 16 32 256 512; do
-   newicon -s ${res} 
usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png
-   done
-
-   domenu usr/share/applications/skypeforlinux.desktop
-
-   if use pax_kernel; then
-   paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
-   eqawarn "You have set USE=pax_kernel meaning that you intend to 
run"
-   eqawarn "${PN} under a PaX enabled kernel. To do so, 

[gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/

2016-12-17 Thread Göktürk Yüksek
commit: 27a7b874e67da966560adcc1ac601730db2872e4
Author: Raymond Jennings  gmail  com>
AuthorDate: Sat Dec 17 23:46:23 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Dec 18 01:53:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a7b874

net-im/skypeforlinux: Version bump to 1.14.0.5

Gentoo-bug: 602928

Package-Manager: portage-2.3.0

 net-im/skypeforlinux/Manifest  |   1 +
 net-im/skypeforlinux/skypeforlinux-1.14.0.5.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index abfaf9d..236685b 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1 +1,2 @@
 DIST skypeforlinux_1.13.0.3-1.x86_64.rpm 63441090 SHA256 
33f5bebdfc3d14dacbd14e10bbb6d7c95cb781112a4163dc0c43e38781e94886 SHA512 
18d3cc9a18860c58b146b84e9409589b5d3bae9a35e1f06db088660869e71d5d35ca04a668ac103126cfc71c57021c419ef1ec8a958fb461dbdc891c6850ff20
 WHIRLPOOL 
6729406237f3599a109c3b36963def40c6f003a07a57b544416d57b1f0bcc0ac7c33e0970ce95cf41fd19168c1c6c2e3dc4a33d4acda72874ae4116d0642e04b
+DIST skypeforlinux_1.14.0.5-1.x86_64.rpm 63562538 SHA256 
21c880ce78742994b69a1ce362ea1a000353196d44ea02cbbdbc23a180e8e5b3 SHA512 
389d77b323a0876b7846b2a74ee01727e605a8389ef4a93072b2f07c18cea4103a91edb0c070d6cbac581e8a592e697442359b0c35e75f0fe4f7d7d571a5f54f
 WHIRLPOOL 
de5f1f9e193ff8abb5a6c4e5f6e4ffa0c7e8c7affacb36d04abb78089b1a4795c92cf5040ffa50c3cfa708fb2427bc981b10a8159443165fe1ba139db4d12349

diff --git a/net-im/skypeforlinux/skypeforlinux-1.14.0.5.ebuild 
b/net-im/skypeforlinux/skypeforlinux-1.14.0.5.ebuild
new file mode 100644
index ..28b5b84
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-1.14.0.5.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils rpm
+
+DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
+HOMEPAGE="https://www.skype.com/";
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm";
+
+LICENSE="Skype-TOS no-source-code"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="pax_kernel"
+
+S="${WORKDIR}"
+QA_PREBUILT=opt/skypeforlinux/skypeforlinux
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   gnome-base/libgnome-keyring
+   media-libs/alsa-lib
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   net-print/cups
+   sys-apps/dbus
+   sys-devel/gcc[cxx]
+   sys-libs/glibc
+   virtual/ttf-fonts
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango"
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
+   -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
+   -i usr/share/applications/skypeforlinux.desktop || die
+}
+
+src_install() {
+   insinto /opt/skypeforlinux/locales
+   doins usr/share/skypeforlinux/locales/*.pak
+
+   insinto 
/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release
+   doins 
usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
+
+   insinto /opt/skypeforlinux/resources
+   doins usr/share/skypeforlinux/resources/*.asar
+
+   insinto /opt/skypeforlinux
+   doins usr/share/skypeforlinux/*.pak
+   doins usr/share/skypeforlinux/*.bin
+   doins usr/share/skypeforlinux/*.dat
+   doins usr/share/skypeforlinux/version
+   exeinto /opt/skypeforlinux
+   doexe usr/share/skypeforlinux/*.so
+   doexe usr/share/skypeforlinux/skypeforlinux
+
+   into /opt
+   dobin usr/bin/skypeforlinux
+
+   dodoc -r usr/share/doc/skypeforlinux/.
+
+   doicon usr/share/pixmaps/skypeforlinux.png
+
+   local res
+   for res in 16 32 256 512; do
+   newicon -s ${res} 
usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png
+   done
+
+   domenu usr/share/applications/skypeforlinux.desktop
+
+   if use pax_kernel; then
+   paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
+   eqawarn "You have set USE=pax_kernel meaning that you intend to 
run"
+   eqawarn "${PN} under a PaX enabled kern

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

2016-12-17 Thread Aaron Bauman
commit: 995bb408afabd1cd83a71795d29e5a43972510e5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 18 01:43:25 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 18 01:43:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bb408

sys-apps/dstat: amd64 stable wrt bug #593570

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

diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild 
b/sys-apps/dstat/dstat-0.7.3.ebuild
index 6a84316..38ee976 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="wifi doc examples"
 
 RDEPEND="wifi? ( net-wireless/python-wifi )"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/

2016-12-17 Thread Aaron Bauman
commit: d39863bfcdb2b3a51092ab1f29ace8f3121a3f48
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 18 01:34:05 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 18 01:34:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39863bf

sys-kernel/linux-headers: amd64 stable wrt bug #598613

 sys-kernel/linux-headers/linux-headers-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.4.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.4.ebuild
index f3bb64b..3164f15 100644
--- a/sys-kernel/linux-headers/linux-headers-4.4.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.4.ebuild
@@ -13,7 +13,7 @@ PATCH_VER="1"
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
 
-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"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



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

2016-12-17 Thread Manuel Rüger
commit: 06d6c5cf8876d3d637d120e48b4eda589f3ff171
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 18 01:14:43 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 18 01:14:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d6c5cf

app-emulation/docker: Remove old

Package-Manager: portage-2.3.3

 app-emulation/docker/Manifest |   2 -
 app-emulation/docker/docker-1.12.4.ebuild | 292 --
 app-emulation/docker/docker-1.13.0_rc2.ebuild | 287 -
 3 files changed, 581 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index bced40d..b246e8f 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,7 +1,5 @@
 DIST docker-1.11.0.tar.gz 10637394 SHA256 
088869b9a19ae17656e068aa6d3d473866e8133365427c601c671da1b2189057 SHA512 
ecb7f531a5632fd6274e3eec59a5194c61d0788ab9f3864845cbc248232c2f14671a26c34abab8c5ca85ce6106ae72ea3ae4e5d133ad1efb126069ae82a2dba0
 WHIRLPOOL 
20b0ef1642d2fea2ae186a17786d95f138fb7df92daa104f00c481488f82eadd5e8f27a0a8e926d68f495fd62bc132d83817a0831f84b3786474a9408d87878f
 DIST docker-1.12.3.tar.gz 13678274 SHA256 
cf4f876593abde06b4c19f971163a853a21b1992d75bd2fe5d8bea9015b09f87 SHA512 
8577bcfe892d1fae6ca4edcd72c1a1c0a223ea3e322f3b63674dcb4833605c2dd2365cf376e4e08c0a900db50a927aaa0518ceb25f9542fe30c52a28903b0201
 WHIRLPOOL 
853f0a55836d4a34010f87399e875b9402703f1fb665e760255b198da6a68417c50b162cffe65e2c704e076be0520e3ecdb1418749cd3ddf63f426851bc0fbde
-DIST docker-1.12.4.tar.gz 13688795 SHA256 
7028c71bc08b18256b79b6bca83f860d3214cc466d3f36c18220bab86e862b83 SHA512 
b47ecb73c3e08acc19be5157ba6b49b84d0e17dd22c9f8638c54f853336fcd79eda462b1285b8148b708e1a4f890dd9266f1c8d4b66d5d997d905f8893872dd6
 WHIRLPOOL 
22391a91b95e0baa9609ab3056039cc705d24fd505882bd73fc781acd33716e301a0c4c421f29cee0e681b4ce048275951c28fac4e7d488b5c1b0b9cefadaa2d
 DIST docker-1.12.5.tar.gz 13693501 SHA256 
81b337368efafb631a75f6ad5469413fd5828ce672592c374adf894dc05abd38 SHA512 
a116f6c7ae83c21a0560b7860872f55d095687bf276685e78ebfaec5d63b6108fb1553ea0f5ea9d143bd495a4b213398a4d1032b6f4f4fb29b6e8c07c509deb2
 WHIRLPOOL 
8cf85f3954926491996b304bb0b4a136813e78039facf19fed0d6d054853f6b6dfa221962fb3731884a4d1e01f3a34516b7d64eff4a74365de442faacf3c
-DIST docker-1.13.0_rc2.tar.gz 7708479 SHA256 
290ecfbcdf117b4358be383243294c35bfc46ee4321d1e5f44ee2e48299c5104 SHA512 
f8910a29166a9356a41b4ac744ef97bd3dfbaf302ebb756e97a737081d8ac16f81f9a017741f8cd2f134a481316364e74f69f7bd8794b470a077f447a7d42aff
 WHIRLPOOL 
ac7edb8af35af107344c41f34bf150208c41497f16d0394004b33788cdb8b8adb774b2158c8ea68bdd6d623639a2f62cb6e8180c07318a0a41ed53132fc63818
 DIST docker-1.13.0_rc3.tar.gz 7722545 SHA256 
4180849430a43b310d6c3e5cfe3d49bd2e12b3807c6de4a3ea93eb194851339b SHA512 
d7b515411b8bcaa5da6846c0d5db722f99d9f81a5a336f503cf2f62ab7bd7f921a9ccd7ccbd1090e385b14a003564709c54673b7074dcbb905c8342c23a93699
 WHIRLPOOL 
4dc2f0c425e86dd12a854c5a268c3deff490c1786491e646d94188760b3241a0cbf0943091133290c9fd5bf754b6040ecbb6fa1b342574607d2620d7fcd30be9
 DIST docker-1.13.0_rc4.tar.gz 7734320 SHA256 
1dedaf5171da17e71b51e5c2fec137dd379096a66be02473f7a2625f3e537aee SHA512 
ced0fba2ef279db6061ed07c79e13912fc2af23a3736f5fd41ae7af23fe219b39c9461b878c0e68e40f22af2f4901f1b25466451a36c4f207e2070fa5715af7c
 WHIRLPOOL 
42a33357ea821f772bc9ead821067314809858d00a475378c48aec8eb88ed8c4541a48d43e4b87221ef35c1254e1a9b97610dd12f154c29ea347f4cc2478e490

diff --git a/app-emulation/docker/docker-1.12.4.ebuild 
b/app-emulation/docker/docker-1.12.4.ebuild
deleted file mode 100644
index b2f4658..
--- a/app-emulation/docker/docker-1.12.4.ebuild
+++ /dev/null
@@ -1,292 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git";
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="1564f02"
-   EGIT_COMMIT="v${MY_PV}"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +device-mapper experimental hardened overlay seccomp"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm

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

2016-12-17 Thread Manuel Rüger
commit: 6545e744e2df1d86f17be2cd3da23017d03480b9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 18 01:14:10 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 18 01:14:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6545e744

app-emulation/docker: Version bump to 1.13.0_rc4

Package-Manager: portage-2.3.3

 app-emulation/docker/Manifest |   1 +
 app-emulation/docker/docker-1.13.0_rc4.ebuild | 287 ++
 2 files changed, 288 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 0bfefbc..bced40d 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -4,3 +4,4 @@ DIST docker-1.12.4.tar.gz 13688795 SHA256 
7028c71bc08b18256b79b6bca83f860d3214cc
 DIST docker-1.12.5.tar.gz 13693501 SHA256 
81b337368efafb631a75f6ad5469413fd5828ce672592c374adf894dc05abd38 SHA512 
a116f6c7ae83c21a0560b7860872f55d095687bf276685e78ebfaec5d63b6108fb1553ea0f5ea9d143bd495a4b213398a4d1032b6f4f4fb29b6e8c07c509deb2
 WHIRLPOOL 
8cf85f3954926491996b304bb0b4a136813e78039facf19fed0d6d054853f6b6dfa221962fb3731884a4d1e01f3a34516b7d64eff4a74365de442faacf3c
 DIST docker-1.13.0_rc2.tar.gz 7708479 SHA256 
290ecfbcdf117b4358be383243294c35bfc46ee4321d1e5f44ee2e48299c5104 SHA512 
f8910a29166a9356a41b4ac744ef97bd3dfbaf302ebb756e97a737081d8ac16f81f9a017741f8cd2f134a481316364e74f69f7bd8794b470a077f447a7d42aff
 WHIRLPOOL 
ac7edb8af35af107344c41f34bf150208c41497f16d0394004b33788cdb8b8adb774b2158c8ea68bdd6d623639a2f62cb6e8180c07318a0a41ed53132fc63818
 DIST docker-1.13.0_rc3.tar.gz 7722545 SHA256 
4180849430a43b310d6c3e5cfe3d49bd2e12b3807c6de4a3ea93eb194851339b SHA512 
d7b515411b8bcaa5da6846c0d5db722f99d9f81a5a336f503cf2f62ab7bd7f921a9ccd7ccbd1090e385b14a003564709c54673b7074dcbb905c8342c23a93699
 WHIRLPOOL 
4dc2f0c425e86dd12a854c5a268c3deff490c1786491e646d94188760b3241a0cbf0943091133290c9fd5bf754b6040ecbb6fa1b342574607d2620d7fcd30be9
+DIST docker-1.13.0_rc4.tar.gz 7734320 SHA256 
1dedaf5171da17e71b51e5c2fec137dd379096a66be02473f7a2625f3e537aee SHA512 
ced0fba2ef279db6061ed07c79e13912fc2af23a3736f5fd41ae7af23fe219b39c9461b878c0e68e40f22af2f4901f1b25466451a36c4f207e2070fa5715af7c
 WHIRLPOOL 
42a33357ea821f772bc9ead821067314809858d00a475378c48aec8eb88ed8c4541a48d43e4b87221ef35c1254e1a9b97610dd12f154c29ea347f4cc2478e490

diff --git a/app-emulation/docker/docker-1.13.0_rc4.ebuild 
b/app-emulation/docker/docker-1.13.0_rc4.ebuild
new file mode 100644
index ..b7b934e
--- /dev/null
+++ b/app-emulation/docker/docker-1.13.0_rc4.ebuild
@@ -0,0 +1,287 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git";
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   DOCKER_GITCOMMIT="88862e7"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   >app-emulation/containerd-0.2.2
+   app-emulation/runc[apparmor?,seccomp?]
+   app-emulation/docker-proxy
+   container-init? ( >=sys-process/tini-0.13.0[static] )
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~KEY

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

2016-12-17 Thread Manuel Rüger
commit: 51f681ebd2c95b657d26fdfb0f3ec59aa383b9da
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 18 01:03:31 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 18 01:06:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f681eb

app-emulation/runc: Add myself as maintainer

Package-Manager: portage-2.3.3

 app-emulation/runc/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/runc/metadata.xml b/app-emulation/runc/metadata.xml
index f69f23e..5a682ed 100644
--- a/app-emulation/runc/metadata.xml
+++ b/app-emulation/runc/metadata.xml
@@ -13,6 +13,10 @@
willi...@gentoo.org
William Hubbs

+   
+   mr...@gentoo.org
+   Manuel Rüger
+   


Enable AppArmor support.



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

2016-12-17 Thread Manuel Rüger
commit: 20b74d2af4c5e129a48457725567547d72d54024
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 18 01:04:38 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 18 01:06:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b74d2a

app-emulation/runc: Remove old

Package-Manager: portage-2.3.3

 app-emulation/runc/Manifest  |  2 --
 app-emulation/runc/runc-0.0.2.ebuild | 49 
 app-emulation/runc/runc-0.0.5.ebuild | 52 -
 app-emulation/runc/runc-1.0.0_rc2.ebuild | 56 
 4 files changed, 159 deletions(-)

diff --git a/app-emulation/runc/Manifest b/app-emulation/runc/Manifest
index 9c0b7dc..4d3e3e0 100644
--- a/app-emulation/runc/Manifest
+++ b/app-emulation/runc/Manifest
@@ -1,5 +1,3 @@
-DIST runc-0.0.2.tar.gz 370712 SHA256 
3d0aa68ebb1622853d0bbed432ebd4b6c9ef210881ac74f3a695b4e914d246dc SHA512 
e0a44d5dd8a1b8eaeaf7d466cebc7dc8beaa26f49bd0e76d3a955cef9c5c266d2afe6652f28fa905a408b5b93966f52e345112fa7aef373216561ad7069181c5
 WHIRLPOOL 
e7ed1ee3d159a81fb0b2b0f5fac9a9a66116035babc88f6f266a6c8455953ce372e93351baf7c621c42ab8c5907961fd899b1d158e7f7b1335f83fcef7252c71
-DIST runc-0.0.5.tar.gz 441874 SHA256 
e80323412883e4afcfcf8e1b2eaefdcb74632628d02fd7f48618caf78e5e4aa0 SHA512 
625d67ec02e23c66a3d1a97113a0c58f3f200404866839556bc3cd5b3e34342230b8091613d17ef4a38d05ca51df586cd7366dc6bddeeddd6b69bb9a2ae7efda
 WHIRLPOOL 
862b08621b67fc57286940ad5e20557d90cfef63aae5be0a90fc6f5b764d032b187ba5ad5dcb1fa99fb5ec59d6217941aa19ca9048637bd02b64e52c8cecdce6
 DIST runc-0.1.0.tar.gz 496358 SHA256 
681d6d89541ae2e06757f999a242a1f97bbcb1ad6e10f4cdee287ec4a9d2bff9 SHA512 
8a9ff02b0161eda0a730194b0fbf7ad76e8f379992e74061ef49302da3492fd0c53f06db9153ded4d934d67bbf6f4291d6154254f1b924ef73c97c44cd14ffcf
 WHIRLPOOL 
81f488a4f1e23e8704a9fa8404965b2f12f74a875ba8e67dc15de93f43b075dc538cd0d89c7a1187cb74ac6320317b5985855945fb8bf8f749d6736df47b844a
 DIST runc-0.1.1.tar.gz 496416 SHA256 
f9955daed1e73e842b2f28a258fba51f4e72a6b4b64cc3fc06415481d55ce000 SHA512 
074482636fd2342c490c450d7a379cd14cd6c7b1ec6109cf729c4b451cc8cfb0e6b286d0df8e0cc0dba7b24d63d12bd5978013e08301a785db5e4280c595fdaa
 WHIRLPOOL 
f605e70d2bea88b5ba10f6375543824167509630cc3ed839575d5e0d3b05bb07edcac8fcee168aa3ae89adaf0ccf5ab816a201b27022ddcf31fd0218bd59c357
 DIST runc-1.0.0_rc2.tar.gz 550449 SHA256 
638742c48426b9a3281aeb619e27513d972de228bdbd43b478baea99c186d491 SHA512 
83a3d45efbb86d3d583b96062202b9e60121d250af2c0dd37d07fda574b642aa6f05e29cac6644ad3d624647400db694082e280383e41ca9f31dc0a33b87ed76
 WHIRLPOOL 
990a45739689db80bbeed43b0fd3a4ce4d0563ea833361b9112e750782313f19e638c4bfbd455f5dd1882d64c724dcf0213701322029c2c9f98f624863c744f3

diff --git a/app-emulation/runc/runc-0.0.2.ebuild 
b/app-emulation/runc/runc-0.0.2.ebuild
deleted file mode 100644
index f5bb49f..
--- a/app-emulation/runc/runc-0.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="runc container cli tools"
-HOMEPAGE="http://runc.io";
-
-GITHUB_URI="github.com/opencontainers/runc"
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="git://${GITHUB_URI}.git"
-   inherit git-r3
-else
-   SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-inherit multilib
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.4:="
-RDEPEND=""
-
-src_prepare() {
-   epatch_user
-}
-
-src_compile() {
-   # Taken from app-emulation/docker-1.7.0-r1
-   export CGO_CFLAGS="-I${ROOT}/usr/include"
-   export CGO_LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
-
-   # Setup GOPATH so things build
-   rm -rf .gopath
-   mkdir -p .gopath/src/"$(dirname "${GITHUB_URI}")"
-   ln -sf ../../../.. .gopath/src/"${GITHUB_URI}"
-   export GOPATH="${PWD}/.gopath:${PWD}/vendor"
-
-   make
-}
-
-src_install() {
-   dobin runc
-}

diff --git a/app-emulation/runc/runc-0.0.5.ebuild 
b/app-emulation/runc/runc-0.0.5.ebuild
deleted file mode 100644
index 5cd3836..
--- a/app-emulation/runc/runc-0.0.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib
-
-DESCRIPTION="runc container cli tools"
-HOMEPAGE="http://runc.io";
-
-GITHUB_URI="github.com/opencontainers/runc"
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="git://${GITHUB_URI}.git"
-   inherit git-r3
-else
-   SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+seccomp"
-
-DEPEND=">=dev-lang/go-1.4:="
-RDEPEND="seccomp? ( sys-libs/libseccomp )"
-
-src_prepare() {
-   epatch_user
-}
-
-src_compile() {
-   # Taken from app-emulation/docker-1

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

2016-12-17 Thread Manuel Rüger
commit: 1dd052c61bcfacc8896ed20a9ce55450a1fdd6ac
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Dec 18 01:05:37 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Dec 18 01:06:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd052c6

app-emulation/containerd: Remove old

Package-Manager: portage-2.3.3

 app-emulation/containerd/Manifest|  2 --
 app-emulation/containerd/containerd-0.2.2.ebuild | 41 
 app-emulation/containerd/containerd-0.2.3.ebuild | 39 --
 3 files changed, 82 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 80e13a9..eed951e 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,5 +1,3 @@
 DIST containerd-0.2.0.tar.gz 635248 SHA256 
1462e0c233763800b91ac2a670d82994ba1988560928e153f751fb1c0a6608c0 SHA512 
381c0a21733fb79e90364649b46cbdadbc32d07245bd7a320465f6619ee5895e9552b7cc4393cb8d409295a7b867b7e461c079715cf1938e6313d4b888d81518
 WHIRLPOOL 
d4e70a8be832227be671c13b77242a790cdf8645ff294c31d72e8cf01de2b30b9d78c691a156624adb004de42af6f133cb88b46aff37a33bc94d72bf87a0ee8a
-DIST containerd-0.2.2.tar.gz 635882 SHA256 
a21efc7ea4bb97306ae9807caadca6782358679f38d3afd606cb599b6853bc52 SHA512 
db6111984ccce01e928d46f0a22aaeed8d0eb50c2578df4e0cd5f56f43f8bdea43aad3203c2afb743ccf82908bd5961792681eafe07818a4057ca5f5f31c5396
 WHIRLPOOL 
ce80bf79970faeacc3329cb4e365973a88539508904003da3d0f32afce9966e89bdf13a8894657e1fd983392cf2ab88b053393cbbc2018f509d9cbc57ab835cc
-DIST containerd-0.2.3.tar.gz 997239 SHA256 
247c459179b451cb235354d3f23876ad1a326a6bda430608f9306beeb0364287 SHA512 
f850ea7558a3c772930d42352d7913ec00ec24536676720f8872153ec87b92785259645648d885bb5b27514ca01de7f207a931665c3074e787d8b74b48c51952
 WHIRLPOOL 
ac5f5f38ce874146571017bb5ac0229af43782ccf7eb378c6c39ecfb4725cf6941a12a1b05b9a6840a75c85599a881d429eaea030148356a36d2b401874e01e4
 DIST containerd-0.2.4.tar.gz 1002344 SHA256 
34805aef6300fbf37adcf4362a2315fac1ea57a9ceb8b0c7b1a0859cba975428 SHA512 
f35d8d31cc76c1bf3dcbe25178868ce64624e6032756813e13222816155c10941abdaf7ba0558297f87557336a6e3d07eda06dbfd1099ee8de328f1ecc93c413
 WHIRLPOOL 
1f3c4b2f5a9e0d2265ec2d4162ff1a4b609ba28d3a94794e1a73129c070a240fd6ee9a3c2cfdcd76ff2fe378a7549b390cacb34e2ed7915fa5a304bb84b397c7
 DIST containerd-0.2.5.tar.gz 1003500 SHA256 
88e099af66b50abe7f2159f13bdab793fa5199d8d5b9a9ef7a68171abb4359be SHA512 
ba1e074bb7556a7c4be4d68dc62aa2fa4b823682c209d1609c1f11518a7b7167139ea159d31e0b21ba190d83115a67e5e45b54b6a4770742d49e9e561309551f
 WHIRLPOOL 
eb3622ba99c4d4806bda9a45853422a5b0b884869ed3be4c3caec4c20f49027e8db78b9885eca7bc83a0f3b08e9a66eca950390f0eda1ef2535fd3ab41623bf4

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

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

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

2016-12-17 Thread Matt Thode
commit: 9b4f8812a4491a03698aedd0a2e00da1d0f8f697
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 18 01:03:43 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Dec 18 01:03:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b4f8812

app-admin/keepass: fixing bug 592130

Package-Manager: portage-2.3.0

 app-admin/keepass/keepass-2.34-r1.ebuild | 116 +++
 1 file changed, 116 insertions(+)

diff --git a/app-admin/keepass/keepass-2.34-r1.ebuild 
b/app-admin/keepass/keepass-2.34-r1.ebuild
new file mode 100644
index ..b790b54
--- /dev/null
+++ b/app-admin/keepass/keepass-2.34-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils fdo-mime gnome2-utils mono-env multilib
+
+MY_PN="KeePass"
+DESCRIPTION="A free, open source, light-weight and easy-to-use password 
manager"
+HOMEPAGE="http://keepass.info/";
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-Source.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aot"
+
+COMMON_DEPEND=">=dev-lang/mono-2.10.5"
+RDEPEND="${COMMON_DEPEND}
+   dev-dotnet/libgdiplus[cairo]"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}
+
+src_prepare() {
+   # Force text mode for >grep-2.21 (bug #574480)
+   epatch "${FILESDIR}/${PN}-2.31-force-text-grep.patch"
+
+   # Remove Windows-specific things
+   pushd Build > /dev/null || die
+   . PrepMonoDev.sh || die
+   popd > /dev/null || die
+
+   # KeePass looks for some XSL files in the same folder as the executable,
+   # we prefer to have it in /usr/share/KeePass
+   epatch "${FILESDIR}/${PN}-2.20-xsl-path-detection.patch"
+   # bug # 558094
+   if has_version ">=dev-lang/mono-4" ; then
+   sed -i -e 's! ToolsVersion="3.5"!!g' 
Translation/TrlUtil/TrlUtil.csproj || die
+   sed -i -e 's/Format Version 10.00/Format Version 11.00/' 
KeePass.sln || die
+   fi
+}
+
+src_compile() {
+   # Build with Release target
+   xbuild /target:KeePass /property:Configuration=Release || die
+
+   # Run Ahead Of Time compiler on the binary
+   if use aot; then
+   cp Ext/KeePass.exe.config Build/KeePass/Release/
+   mono --aot -O=all Build/KeePass/Release/KeePass.exe || die
+   fi
+}
+
+src_install() {
+   # Wrapper script to launch mono
+   make_wrapper ${PN} "mono /usr/$(get_libdir)/${PN}/KeePass.exe"
+
+   # Some XSL files
+   insinto /usr/share/${PN}/XSL
+   doins Ext/XSL/*
+
+   insinto /usr/$(get_libdir)/${PN}/
+   exeinto /usr/$(get_libdir)/${PN}/
+   doins Ext/KeePass.exe.config
+   # Default configuration, simply says to use user-specific configuration
+   doins Ext/KeePass.config.xml
+
+   # The actual executable
+   doexe Build/KeePass/Release/KeePass.exe
+
+   # Copy the AOT compilation result
+   if use aot; then
+   doexe Build/KeePass/Release/KeePass.exe.so
+   fi
+
+   # Prepare the icons
+   newicon -s 256 Ext/Icons_04_CB/Finals/plockb.png "${PN}.png"
+   newicon -s 256 -t gnome -c mimetypes Ext/Icons_04_CB/Finals/plockb.png 
"application-x-${PN}2.png"
+
+   # Create a desktop entry and associate it with the KeePass mime type
+   make_desktop_entry ${PN} ${MY_PN} ${PN} "System;Security" 
"MimeType=application/x-keepass2;"
+
+   # MIME descriptor for .kdbx files
+   insinto /usr/share/mime/packages/
+   doins "${FILESDIR}/${PN}.xml"
+
+   # sed, because patching this really sucks
+   sed -i 's/mono/mono --verify-all/g' "${D}/usr/bin/keepass"
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+
+   if ! has_version x11-misc/xdotool ; then
+   elog "Optional dependencies:"
+   elog "  x11-misc/xdotool (enables autotype)"
+   fi
+
+   elog "Some systems may experience issues with copy and paste 
operations."
+   elog "If you encounter this, please install x11-misc/xsel."
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+}



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

2016-12-17 Thread Aaron Bauman
commit: 1dcf933448cfd43a1da7f3541a8258f95969e981
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 18 00:49:27 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 18 00:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcf9334

sys-devel/gcc: amd64 stable wrt bug #595560

 sys-devel/gcc/gcc-4.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-4.9.4.ebuild b/sys-devel/gcc/gcc-4.9.4.ebuild
index 04d5612..8ef12f5 100644
--- a/sys-devel/gcc/gcc-4.9.4.ebuild
+++ b/sys-devel/gcc/gcc-4.9.4.ebuild
@@ -22,7 +22,7 @@ SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
 
 inherit eutils toolchain
 
-KEYWORDS="alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2016-12-17 Thread Mike Frysinger
commit: 655594736c943e5569b1aab633ec656b08f0af71
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Dec 18 00:12:23 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Dec 18 00:13:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65559473

sys-apps/iproute2: improve configure tests #602960

 sys-apps/iproute2/iproute2-4.4.0.ebuild | 8 
 sys-apps/iproute2/iproute2-4.5.0.ebuild | 8 
 sys-apps/iproute2/iproute2-4.6.0.ebuild | 8 
 sys-apps/iproute2/iproute2-4.7.0.ebuild | 8 
 sys-apps/iproute2/iproute2-4.8.0.ebuild | 8 
 sys-apps/iproute2/iproute2-4.9.0.ebuild | 8 
 sys-apps/iproute2/iproute2-.ebuild  | 8 
 7 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/sys-apps/iproute2/iproute2-4.4.0.ebuild 
b/sys-apps/iproute2/iproute2-4.4.0.ebuild
index 1689227..50d9b37 100644
--- a/sys-apps/iproute2/iproute2-4.4.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.4.0.ebuild
@@ -69,10 +69,10 @@ src_configure() {
# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd "${T}" >/dev/null
-   echo 'main(){return setns();};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n
-   echo 'main(){};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' "${S}"/Makefile
+   printf '#include \nint main(){return setns(0, 0);}\n' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} test.c >&/dev/null 
&& setns=y || setns=n
+   echo 'int main(){return 0;}' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || 
sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile
popd >/dev/null
 
cat <<-EOF > Config

diff --git a/sys-apps/iproute2/iproute2-4.5.0.ebuild 
b/sys-apps/iproute2/iproute2-4.5.0.ebuild
index e916e84..d144f17 100644
--- a/sys-apps/iproute2/iproute2-4.5.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.5.0.ebuild
@@ -69,10 +69,10 @@ src_configure() {
# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd "${T}" >/dev/null
-   echo 'main(){return setns();};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n
-   echo 'main(){};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' "${S}"/Makefile
+   printf '#include \nint main(){return setns(0, 0);}\n' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} test.c >&/dev/null 
&& setns=y || setns=n
+   echo 'int main(){return 0;}' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || 
sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile
popd >/dev/null
 
cat <<-EOF > Config

diff --git a/sys-apps/iproute2/iproute2-4.6.0.ebuild 
b/sys-apps/iproute2/iproute2-4.6.0.ebuild
index 9a1447d..f8ff844 100644
--- a/sys-apps/iproute2/iproute2-4.6.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.6.0.ebuild
@@ -79,10 +79,10 @@ src_configure() {
# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd "${T}" >/dev/null
-   echo 'main(){return setns();};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n
-   echo 'main(){};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' "${S}"/Makefile
+   printf '#include \nint main(){return setns(0, 0);}\n' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} test.c >&/dev/null 
&& setns=y || setns=n
+   echo 'int main(){return 0;}' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || 
sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile
popd >/dev/null
 
cat <<-EOF > Config

diff --git a/sys-apps/iproute2/iproute2-4.7.0.ebuild 
b/sys-apps/iproute2/iproute2-4.7.0.ebuild
index 4b4f69e..89523f6 100644
--- a/sys-apps/iproute2/iproute2-4.7.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.7.0.ebuild
@@ -79,10 +79,10 @@ src_configure() {
# This sure is ugly.  Should probably move into toolchain-funcs at some 
point.
local setns
pushd "${T}" >/dev/null
-   echo 'main(){return setns();};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n
-   echo 'main(){};' > test.c
-   ${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i 
'/^LDLIBS/s:-lresolv::' "${S}"/Makefile
+   printf '#include \nint main(){return setns(0, 0);}\n' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} -D_GNU_SOURCE ${LDFLAGS} test.c >&/dev/null 
&& setns=y || setns=n
+   echo 'int main(){return 0;}' > test.c
+   ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || 
sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Make

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

2016-12-17 Thread Mike Frysinger
commit: fe680d5ff01dda55fae13a7942b7c220076fc968
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Dec 18 00:07:38 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Dec 18 00:13:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe680d5f

sys-apps/iproute2: drop old <4.4.0 versions

 sys-apps/iproute2/Manifest |   9 -
 .../iproute2/files/iproute2-2.6.26-ldflags.patch   |  15 -
 .../iproute2/files/iproute2-2.6.29.1-flush.patch   | 224 --
 .../iproute2/files/iproute2-2.6.29.1-hfsc.patch| 885 -
 .../files/iproute2-2.6.35-cached-routes.patch  |  34 -
 .../files/iproute2-2.6.35-no-iptables.patch|  15 -
 .../iproute2/files/iproute2-2.6.35-no-ipv6.patch   |  27 -
 .../iproute2/files/iproute2-2.6.35-xtables.patch   |  30 -
 .../files/iproute2-2.6.38-parallel-build.patch |  40 -
 .../iproute2/files/iproute2-3.1.0-no-ipv6.patch|  41 -
 .../iproute2/files/iproute2-3.10.0-no-ipv6.patch   |  41 -
 .../iproute2/files/iproute2-3.6.0-pkg-config.patch |  67 --
 sys-apps/iproute2/files/iproute2-3.7.0-clang.patch |  72 --
 sys-apps/iproute2/files/iproute2-3.7.0-man7.patch  |  55 --
 .../files/iproute2-3.8.0-old-mount-libc.patch  |  38 -
 .../iproute2-4.0.0-tc-show-buffer-overflow.patch   |  62 --
 sys-apps/iproute2/iproute2-2.6.38.ebuild   |  90 ---
 sys-apps/iproute2/iproute2-3.17.0.ebuild   | 124 ---
 sys-apps/iproute2/iproute2-3.19.0.ebuild   | 124 ---
 sys-apps/iproute2/iproute2-3.3.0.ebuild| 105 ---
 sys-apps/iproute2/iproute2-3.8.0.ebuild| 117 ---
 sys-apps/iproute2/iproute2-4.0.0-r2.ebuild | 129 ---
 sys-apps/iproute2/iproute2-4.1.1.ebuild| 131 ---
 sys-apps/iproute2/iproute2-4.2.0.ebuild| 131 ---
 sys-apps/iproute2/iproute2-4.3.0.ebuild| 129 ---
 25 files changed, 2735 deletions(-)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index b9c994c..a6c1e7c 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -1,12 +1,3 @@
-DIST iproute2-2.6.38.tar.bz2 390166 SHA256 
47629a4f547f21d94d8e823a87dd8e13042cadecefea2e2dc433e4134fa9aec4 SHA512 
b3a0c15c41184554da1b7f2521f5f0586ae0df1a62899afe2514d4adb93f05ecfd10fc964e027ec8f83a990586f5858b0c9fb24ea8c78477ec6c7c51593c54bd
 WHIRLPOOL 
bbd3a415c8396adf1ab63f2f3c91591c65809f8da12f6333f6ea66997cbca428ec2339759f53d0bcc41a1e9c85718e598efde0206a000d394560cacc9a78e8cc
-DIST iproute2-3.17.0.tar.xz 440188 SHA256 
09e406636e7598e46d5d4f7b928bf5db57049d65dbeb9a496005957ee16f6000 SHA512 
1bc261526b0c72fe79b792f0ae497420ac66641dc24a067c903275c63b51b257f540ca6fc6a3d60f93f416c5111841ea53ca28b038e51217a24783171ee4dacd
 WHIRLPOOL 
58bd417385272140260bbd56d379881f7218e789580b874dc9bed06931097a67286f5a63966a730362079aa83903c965dce84575283d656d47a665edbb9599c4
-DIST iproute2-3.19.0.tar.xz 455004 SHA256 
e2f9f8c36e166f2ba6c0e1e7a9ad84cdf7c1615b93df49dac44563d7b57fd7b0 SHA512 
fc533b6a526cfda234f043ac25302a3206a81ab2a740640b997b6bfb22e6f94ddc21b704191a358ea8721a327ba785e0224a4b4129111ef5008b4003379c3706
 WHIRLPOOL 
6a0aa1a948286d7dcb3663d787167c27760d756385295bf0ca631920aed50fbd984c19204247097116ef0d4e293c3c8dbe13b0b44c6ec83e7815a7461293c89f
-DIST iproute2-3.3.0.tar.bz2 416353 SHA256 
f328ec01bac64854f477b9440b0bbeae91895b4ba266821597ceac6bd1501c3b SHA512 
825b473e3fb17cf724bc389bb99dabbdabf9c5bfee89890f723027f3412a82a9c7f77ac8b792a218ff50dd552e31105206ccff1897b68fe201d83e5764032feb
 WHIRLPOOL 
7827cb8d447eb86d89dc14dedecb94d7e1a9fc9380ee2130d28047f834f5b96045226409448a8f159501f9bd20b1eebe7c32ae17d5687c4c071459ae9c807ebc
-DIST iproute2-3.8.0.tar.xz 407608 SHA256 
579145749f1aaf60e7c7a5de24b7f00fa2200a961094733c792b4ff139181e4f SHA512 
0d93070044f573055a7cc58bd006e476f5b0fcb75cb5d49a37417aa7583e637a92e460947434cef9b9449267e4529c655a23b5ed3d549a2aba128148cb8d4ade
 WHIRLPOOL 
bfb29c34953f205f7c801a86a38f58d9352b716504649e61665ced6dd48557291412de5fd8987dbab44fbd397dab4a6b55d6c371c7cbaaea3d6e29269df115df
-DIST iproute2-4.0.0.tar.xz 459364 SHA256 
5cd06eb1050b858b308b65705725042bb566fd261135e35a73dafb48cd632618 SHA512 
8e0587ed484a9697af99b4f37b460fddd28136b3c19898a11809b1e8ca9a75a18dcc83bc512f5b74361e6128732e69a3e66b3a62c38a5ae5f13c3e18af186be4
 WHIRLPOOL 
6abdf2b4587abd7a73d2b7692a4bb478ac379dc3a27f564ad78e34f25f06ae5dd9e0e4873c6510d30767a398375dcdcd2da777412c725885e0c3d4bd89c71a9b
-DIST iproute2-4.1.1.tar.xz 496388 SHA256 
73077a989efb934450bd655cbd9aaddaa747cb696c64d0c9a3323768a6a8e66f SHA512 
af2e4021faf931d17a67c242c66b4f6a6ce93a69cee5408dd3951d488da511c99d693534e91d0a317bd82dfdcb6a543605cecf2514d512004639db8d17afb93e
 WHIRLPOOL 
24542b56275675609aaad69ca68e89145d4da84ddb2429ae546179a249bcc1213f89168673657966122e01e992763fec053c118fbd69b7db1677ad7be97397b6
-DIST iproute2-4.2.0.tar.xz 506120 SHA256 
a4101e743e0da36b55f63353ff489699ddcd634ceca854a9a272346588f30f30 SHA512 
a2580cab92ee4c3e78e52bd8b742e9a1f2097815022a392241136b5589dd1de2ff1d

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

2016-12-17 Thread Mike Frysinger
commit: 42e35ede14419918e87c32cf3a8234a523edd849
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Dec 18 00:03:33 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Dec 18 00:13:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e35ede

sys-apps/iproute2: mark 4.4.0 arm64/m68k/s390/sh stable

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

diff --git a/sys-apps/iproute2/iproute2-4.4.0.ebuild 
b/sys-apps/iproute2/iproute2-4.4.0.ebuild
index f74aacd..1689227 100644
--- a/sys-apps/iproute2/iproute2-4.4.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.4.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
 fi
 
 DESCRIPTION="kernel routing and traffic control utilities"



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Dates/

2016-12-17 Thread Kent Fredric
commit: a6379bf5d728670df82cf0672e9de73d258e3fcd
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 18 00:03:14 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sun Dec 18 00:03:14 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a6379bf5

dev-perl/Task-Kensho-Dates: Fix dependency on dev-perl/Time-ParseDate

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild 
b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
index f1f0ef5..c4a0a25 100644
--- a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
+++ b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -11,13 +11,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 
-# Time::ParseDate -> Time-modules
 RDEPEND="
dev-perl/Date-Tiny
dev-perl/DateTime
dev-perl/DateTime-Tiny
dev-perl/Time-Tiny
-   dev-perl/Time-modules
+   dev-perl/Time-ParseDate
 "
 DEPEND="
${RDEPEND}



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/X11-XCB/

2016-12-17 Thread Kent Fredric
commit: 8051f8b701e0c4eecfe6f9b3efed755633a4b9be
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:50:28 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:51:04 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8051f8b7

dev-perl/X11-XCB: Fix dep on dev-perl/ExtUtils-PkgConfig

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 .../X11-XCB/{X11-XCB-0.120.0.ebuild => X11-XCB-0.120.0-r1.ebuild}| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/X11-XCB/X11-XCB-0.120.0.ebuild 
b/dev-perl/X11-XCB/X11-XCB-0.120.0-r1.ebuild
similarity index 89%
rename from dev-perl/X11-XCB/X11-XCB-0.120.0.ebuild
rename to dev-perl/X11-XCB/X11-XCB-0.120.0-r1.ebuild
index 6013ab9..1a9d502 100644
--- a/dev-perl/X11-XCB/X11-XCB-0.120.0.ebuild
+++ b/dev-perl/X11-XCB/X11-XCB-0.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,6 @@ RDEPEND_XS="
>=x11-libs/libxcb-1.2
x11-libs/xcb-util
 "
-# ExtUtils::PkgConfig -> extutils-pkgconfig
 RDEPEND="
dev-perl/Mouse
dev-perl/MouseX-NativeTraits
@@ -38,7 +37,7 @@ DEPEND="
dev-perl/XML-Descent
dev-perl/XML-Simple
dev-perl/XS-Object-Magic
-   dev-perl/extutils-pkgconfig
+   dev-perl/ExtUtils-PkgConfig
test? (
dev-perl/Test-Deep
dev-perl/Test-Exception



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-FormFu/

2016-12-17 Thread Kent Fredric
commit: 0f6f15c4236784a60d470f428beb3153b5ae5f4b
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 18 00:00:04 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sun Dec 18 00:00:04 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0f6f15c4

dev-perl/HTML-FormFu: Fix dep on dev-perl/Regexp-Common

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 .../{HTML-FormFu-2.10.0-r2.ebuild => HTML-FormFu-2.10.0-r3.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-FormFu/HTML-FormFu-2.10.0-r2.ebuild 
b/dev-perl/HTML-FormFu/HTML-FormFu-2.10.0-r3.ebuild
similarity index 97%
rename from dev-perl/HTML-FormFu/HTML-FormFu-2.10.0-r2.ebuild
rename to dev-perl/HTML-FormFu/HTML-FormFu-2.10.0-r3.ebuild
index a5d759c..32f78e9 100644
--- a/dev-perl/HTML-FormFu/HTML-FormFu-2.10.0-r2.ebuild
+++ b/dev-perl/HTML-FormFu/HTML-FormFu-2.10.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -63,7 +63,7 @@ RDEPEND="
dev-perl/Task-Weaken
>=dev-perl/YAML-LibYAML-0.320.0
virtual/perl-autodie
-   dev-perl/regexp-common
+   dev-perl/Regexp-Common
 "
 DEPEND="
${RDEPEND}



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Cairo-GObject/

2016-12-17 Thread Kent Fredric
commit: b8ce2b51ca540b6c6fc605066d35c1374abb53b2
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:49:11 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:49:11 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b8ce2b51

dev-perl/Cairo-GObject: Fix dep on dev-perl/ExtUtils-PkgConfig

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 dev-perl/Cairo-GObject/Cairo-GObject-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0.ebuild 
b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0.ebuild
index e5d4c40..11949aa 100644
--- a/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0.ebuild
+++ b/dev-perl/Cairo-GObject/Cairo-GObject-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,5 +24,5 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/ExtUtils-Depends-0.200.0
-   >=dev-perl/extutils-pkgconfig-1.0.0
+   >=dev-perl/ExtUtils-PkgConfig-1.0.0
 "



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Scheduler/

2016-12-17 Thread Kent Fredric
commit: 1a7d139e31c9cccf85c57601125d995e2ce05ed0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:41:57 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:41:57 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1a7d139e

dev-perl/Catalyst-Plugin-Scheduler: Fix dep on dev-perl/Set-Scalar

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 ...ler-0.100.0.ebuild => Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild 
b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild
similarity index 89%
rename from 
dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
rename to 
dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild
index 06b1a86..93b63b3 100644
--- 
a/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0.ebuild
+++ 
b/dev-perl/Catalyst-Plugin-Scheduler/Catalyst-Plugin-Scheduler-0.100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
>=dev-perl/Catalyst-Runtime-5.610.0
dev-perl/DateTime-Event-Cron
-   dev-perl/set-scalar
+   dev-perl/Set-Scalar
virtual/perl-Storable
dev-perl/YAML
dev-perl/MRO-Compat



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-Server-Syslog/

2016-12-17 Thread Kent Fredric
commit: c524319a2102ddb0868faadf3b64e8da3e3187a5
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Dec 18 00:02:16 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sun Dec 18 00:02:16 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c524319a

dev-perl/POE-Component-Server-Syslog: fix dep on dev-perl/Time-ParseDate

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 ...-1.200.0.ebuild => POE-Component-Server-Syslog-1.200.0-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.200.0.ebuild
 
b/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.200.0-r1.ebuild
similarity index 91%
rename from 
dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.200.0.ebuild
rename to 
dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.200.0-r1.ebuild
index 0530993..fa7a696 100644
--- 
a/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.200.0.ebuild
+++ 
b/dev-perl/POE-Component-Server-Syslog/POE-Component-Server-Syslog-1.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,13 +18,12 @@ SRC_TEST="do"
 IUSE="test"
 # IO::Socket, IO::Socket::iINET -> IO
 # POE::Driver::SysRW, POE::Wheel::ReadWrite, POE::Wheel::SocketFactory -> POE
-# Time::ParseDate -> Time-modules
 RDEPEND="
virtual/perl-Carp
virtual/perl-IO
>=dev-perl/POE-0.240.0
dev-perl/Params-Validate
-   dev-perl/Time-modules
+   dev-perl/Time-ParseDate
>=dev-lang/perl-5.6.1
 "
 DEPEND="${RDEPEND}



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-Ofa/

2016-12-17 Thread Kent Fredric
commit: 5de0ee90ef876265ca40e3d5ffb033c56b350ad7
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:47:41 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:47:41 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5de0ee90

dev-perl/Audio-Ofa: Fix dep on dev-perl/ExtUtils-PkgConfig

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 .../{Audio-Ofa-1.10.0-r1.ebuild => Audio-Ofa-1.10.0-r2.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Audio-Ofa/Audio-Ofa-1.10.0-r1.ebuild 
b/dev-perl/Audio-Ofa/Audio-Ofa-1.10.0-r2.ebuild
similarity index 88%
rename from dev-perl/Audio-Ofa/Audio-Ofa-1.10.0-r1.ebuild
rename to dev-perl/Audio-Ofa/Audio-Ofa-1.10.0-r2.ebuild
index 147900d..9c43f93 100644
--- a/dev-perl/Audio-Ofa/Audio-Ofa-1.10.0-r1.ebuild
+++ b/dev-perl/Audio-Ofa/Audio-Ofa-1.10.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ COMMON_DEPEND="
 "
 DEPEND="
${COMMON_DEPEND}
-   dev-perl/extutils-pkgconfig
+   dev-perl/ExtUtils-PkgConfig
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-CPANTS-Analyse/

2016-12-17 Thread Kent Fredric
commit: 3be4e671bbb5158f7136b60303ce6f89f8e5
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:43:09 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:43:09 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3be4e671

dev-perl/Module-CPANTS-Analyse: Fix dep on dev-perl/Set-Scalar

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 ...lyse-0.960.0-r1.ebuild => Module-CPANTS-Analyse-0.960.0-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.960.0-r1.ebuild 
b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.960.0-r2.ebuild
similarity index 94%
rename from 
dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.960.0-r1.ebuild
rename to dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.960.0-r2.ebuild
index ca0d049..4310325 100644
--- a/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.960.0-r1.ebuild
+++ b/dev-perl/Module-CPANTS-Analyse/Module-CPANTS-Analyse-0.960.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -26,7 +26,7 @@ RDEPEND="
dev-perl/JSON-MaybeXS
>=dev-perl/Module-ExtractUse-0.330.0
>=dev-perl/Module-Pluggable-2.960.0
-   dev-perl/set-scalar
+   dev-perl/Set-Scalar
>=dev-perl/Software-License-0.103.8
dev-perl/Software-License-CCpack
virtual/perl-Text-Balanced



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/, profiles/

2016-12-17 Thread Kent Fredric
commit: 53000ad2d73ad177591f31834abc4302166f6cfe
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:23:18 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:23:18 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=53000ad2

dev-perl/Log-Any-Adapter: Treeclean

 .../Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild | 44 --
 dev-perl/Log-Any-Adapter/metadata.xml  | 21 ---
 profiles/package.mask  |  4 --
 3 files changed, 69 deletions(-)

diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild 
b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild
deleted file mode 100644
index 02f0490..000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-   # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-   echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-   # Capture::Tiny 0.12 ( 0.120.0 )
-   echo \>=dev-perl/Capture-Tiny-0.120.0
-   # Carp
-   echo dev-lang/perl
-   # Devel::GlobalDestruction
-   echo dev-perl/Devel-GlobalDestruction
-   # Guard
-   echo dev-perl/Guard
-   # IO::File
-   echo virtual/perl-IO
-   # Log::Any
-   echo dev-perl/Log-Any
-}
-perl_meta_test() {
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-DEPEND="
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-"
-RDEPEND="
-   $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Log-Any-Adapter/metadata.xml 
b/dev-perl/Log-Any-Adapter/metadata.xml
deleted file mode 100644
index 5000776..000
--- a/dev-perl/Log-Any-Adapter/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   kentfred...@gmail.com
-   Kent Fredric
-   
-   
-   Log-Any-Adapter
-   Log::Any::Adapter
-   Log::Any::Adapter::Base
-   Log::Any::Adapter::File
-   Log::Any::Adapter::Stderr
-   Log::Any::Adapter::Stdout
-   Log::Any::Manager
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index ba75840..56e07e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,8 +1,4 @@
 # Kent Fredric  (30 Aug 2015)
-# Subsumed by dev-perl/Log-Any, Removal on or after 30 Sept
-<=dev-perl/Log-Any-Adapter-0.110.0-r999
-
-# Kent Fredric  (30 Aug 2015)
 # Vanished on CPAN, assumed dead. Removal on or after 30 Sept
 <=dev-perl/WWW-CheckSite-0.20.0
 



[gentoo-commits] proj/perl-overlay:master commit in: profiles/

2016-12-17 Thread Kent Fredric
commit: 790c69fbd4153cff9068a78c4275565a846fbfac
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:33:04 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:33:04 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=790c69fb

profiles: unmask MooseX-Types-DateTime-0.70.0

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f591fa..fdecae0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,10 +16,6 @@ dev-perl/Test-TempDir
 <=dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r2
 <=dev-perl/KiokuDB-Backend-DBI-1.230.0
 
-# Kent Fredric  (08 Jun 2015)
-# Needs newer versions in ::gentoo
-=dev-perl/MooseX-Types-URI-0.70.0
-
 # Kent Fredric  (03 Jul 2014)
 # Depends on old version of Date-Manip which is no longer available in portage 
since
 # 11 Jun 2014, and upstream are unresponsive.



[gentoo-commits] proj/perl-overlay:master commit in: profiles/

2016-12-17 Thread Kent Fredric
commit: 0b6fb04beba8803b7cb129d18f93d2db9059693e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:36:34 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:36:34 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0b6fb04b

profiles: remove redundant Time-Format/Weather-Com mask

Date-Manip is fixed and both these packages are now in ::gentoo

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fdecae0..51f8301 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -15,12 +15,3 @@ dev-perl/Test-TempDir
 <=dev-perl/BerkeleyDB-Manager-0.120.0-r1
 <=dev-perl/Catalyst-Plugin-Session-Store-BerkeleyDB-0.40.0-r2
 <=dev-perl/KiokuDB-Backend-DBI-1.230.0
-
-# Kent Fredric  (03 Jul 2014)
-# Depends on old version of Date-Manip which is no longer available in portage 
since
-# 11 Jun 2014, and upstream are unresponsive.
-# Presently unresolvable as lots of things need the newer version, which has a 
new ABI
-# Unmask if upstream fixes Time-Format.
-# Trim these modules from tree if this problem exists after Jul 2015
-<=dev-perl/Time-Format-0.80.0
-<=dev-perl/Weather-Com-2.0.0



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Engine-PSGI/, profiles/

2016-12-17 Thread Kent Fredric
commit: fb8aebcb34a3f55a56b7ee24aefb1fbcd47ea606
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:25:07 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:25:07 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fb8aebcb

dev-perl/Catalyst-Engine-PSGI: Treeclean

 .../Catalyst-Engine-PSGI-0.130.0-r1.ebuild | 28 --
 dev-perl/Catalyst-Engine-PSGI/metadata.xml | 19 ---
 profiles/package.mask  |  4 
 3 files changed, 51 deletions(-)

diff --git 
a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.130.0-r1.ebuild 
b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.130.0-r1.ebuild
deleted file mode 100644
index c03ee95..000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.130.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/Catalyst-Runtime-5.800.300
-   dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
-   virtual/perl-Test-Simple
-   test? (
-   dev-perl/Plack
-   dev-perl/Test-TCP
-   dev-perl/Test-Requires
-   )
-"

diff --git a/dev-perl/Catalyst-Engine-PSGI/metadata.xml 
b/dev-perl/Catalyst-Engine-PSGI/metadata.xml
deleted file mode 100644
index 068fc8d..000
--- a/dev-perl/Catalyst-Engine-PSGI/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   m...@cattlegrid.info
-   Michele Beltrame
-   
-   
-   Catalyst-Engine-PSGI
-   Catalyst::Controller::Metal
-   Catalyst::Engine::PSGI
-   Catalyst::Helper::PSGI
-   Plack::Test::Adopt::Catalyst
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 997e4a7..2f591fa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,7 +1,3 @@
-# Kent Fredric  (20 Jun 2015)
-# Deprecated by upstream, built in support in Catalyst since 5.9000
-<=dev-perl/Catalyst-Engine-PSGI-0.130.0-r999
-
 # Kent Fredric  (08 Jun 2015)
 # Catalyst::Controller::ActionRole deprecated by upstream.
 dev-perl/Catalyst-Controller-ActionRole



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-CheckSite/, profiles/

2016-12-17 Thread Kent Fredric
commit: 5dd5ee1d8706bc973c8000b7c09e4265db2108ed
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 17 23:24:04 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Sat Dec 17 23:24:04 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5dd5ee1d

dev-perl/WWW-CheckSite: Treeclean

 dev-perl/WWW-CheckSite/WWW-CheckSite-0.20.0.ebuild | 41 --
 dev-perl/WWW-CheckSite/metadata.xml| 15 
 profiles/package.mask  |  4 ---
 3 files changed, 60 deletions(-)

diff --git a/dev-perl/WWW-CheckSite/WWW-CheckSite-0.20.0.ebuild 
b/dev-perl/WWW-CheckSite/WWW-CheckSite-0.20.0.ebuild
deleted file mode 100644
index 30facae..000
--- a/dev-perl/WWW-CheckSite/WWW-CheckSite-0.20.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=ABELTJE
-MODULE_VERSION=0.020
-inherit perl-module
-
-DESCRIPTION="Interface to an iterator that checks a website"
-HOMEPAGE="http://backpan.perl.org/authors/id/A/AB/ABELTJE/";
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-SRC_TEST="do"
-
-perl_meta_configure() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   echo dev-perl/WWW-RobotRules
-   echo virtual/perl-Time-HiRes
-   echo dev-perl/libwww-perl
-   echo \>=dev-perl/Template-Toolkit-2.0.0
-   echo \>=dev-perl/WWW-Mechanize-1.200.0
-   echo \>=virtual/perl-Storable-2.60.0
-}
-perl_meta_test() {
-   # Test::More
-   echo virtual/perl-Test-Simple
-}
-DEPEND="
-   $(perl_meta_configure)
-   $(perl_meta_runtime)
-   test? ( $(perl_meta_test) )
-"
-RDEPEND="
-   $(perl_meta_runtime)
-"

diff --git a/dev-perl/WWW-CheckSite/metadata.xml 
b/dev-perl/WWW-CheckSite/metadata.xml
deleted file mode 100644
index 39dbf94..000
--- a/dev-perl/WWW-CheckSite/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   mud...@dark-lab.net
-   mudler
-   
-   
-   WWW-CheckSite
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 56e07e0..997e4a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,7 +1,3 @@
-# Kent Fredric  (30 Aug 2015)
-# Vanished on CPAN, assumed dead. Removal on or after 30 Sept
-<=dev-perl/WWW-CheckSite-0.20.0
-
 # Kent Fredric  (20 Jun 2015)
 # Deprecated by upstream, built in support in Catalyst since 5.9000
 <=dev-perl/Catalyst-Engine-PSGI-0.130.0-r999



[gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/files/, media-video/makemkv/

2016-12-17 Thread James Le Cuirot
commit: 2d2e27068addf11b3a4f60265a031686383fd741
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Dec 17 23:42:32 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Dec 17 23:43:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2e2706

media-video/makemkv: Fix building against Qt 5.7, closes bug #599228

The -std=c++11 flag is needed for building against Qt 5.7. Trouble is
that upstream builds with CC rather than CXX. This only exhibits a
warning but if you try to force CXX, it fails to build the C parts,
which probably explains why upstream did this in the first place. I
thought -x none might work but it breaks unless you put it before
every C file. Possibly a GCC bug? Ideally upstream would just use
automake and avoid this whole mess. The easiest way out is to only
apply CXX and -std=c++11 to the makemkv binary, which doesn't have any
C sources.

The new patch also respects LDFLAGS. CFLAGS (not CXXFLAGS) is already
respected by upstream now so src_compile is no longer needed.

Some of the src_install stuff has also been dropped in favour of
default as we now want upstream behaviour.

Package-Manager: portage-2.3.3

 media-video/makemkv/files/makemkv-flags.patch | 51 +++
 media-video/makemkv/makemkv-1.10.3.ebuild | 24 +++--
 2 files changed, 55 insertions(+), 20 deletions(-)

diff --git a/media-video/makemkv/files/makemkv-flags.patch 
b/media-video/makemkv/files/makemkv-flags.patch
new file mode 100644
index ..f88bde0
--- /dev/null
+++ b/media-video/makemkv/files/makemkv-flags.patch
@@ -0,0 +1,51 @@
+diff -Naur a/Makefile.in b/Makefile.in
+--- a/Makefile.in  2016-12-11 16:14:27.0 +
 b/Makefile.in  2016-12-17 23:13:03.227251463 +
+@@ -2,9 +2,11 @@
+ include makefile.common
+ 
+ GCC=@CC@
++GXX=@CXX@
+ MOC=@QT_MOC@
+ 
+ CFLAGS=@CFLAGS_OPT@ -D_linux_ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS 
-D__STDC_LIMIT_MACROS
++LDFLAGS=@LDFLAGS@
+ DESTDIR=@DESTDIR@
+ PREFIX=@prefix@
+ ENABLE_GUI=@ENABLE_GUI@
+@@ -51,13 +53,13 @@
+ 
+ out/libdriveio.so.0.full:
+   mkdir -p out
+-  $(GCC) $(CFLAGS) -D_REENTRANT -shared -Wl,-z,defs -o$@ 
$(LIBDRIVEIO_INC) $(LIBDRIVEIO_SRC) \
++  $(GCC) $(CFLAGS) $(LDFLAGS) -D_REENTRANT -shared -Wl,-z,defs -o$@ 
$(LIBDRIVEIO_INC) $(LIBDRIVEIO_SRC) \
+   -fPIC -Xlinker -dy -Xlinker 
--version-script=libdriveio/src/libdriveio.vers \
+   -Xlinker -soname=libdriveio.so.0 -lc -lstdc++
+ 
+ out/libmakemkv.so.1.full: tmp/gen_buildinfo.h
+   mkdir -p out
+-  $(GCC) $(CFLAGS) -D_REENTRANT -shared -Wl,-z,defs -o$@ $(LIBEBML_INC) 
$(LIBEBML_DEF) $(LIBMATROSKA_INC) \
++  $(GCC) $(CFLAGS) $(LDFLAGS) -D_REENTRANT -shared -Wl,-z,defs -o$@ 
$(LIBEBML_INC) $(LIBEBML_DEF) $(LIBMATROSKA_INC) \
+   $(LIBMAKEMKV_INC) $(SSTRING_INC) $(MAKEMKVGUI_INC) $(LIBABI_INC) 
$(LIBFFABI_INC) $(LIBDCADEC_DEF) \
+   $(LIBEBML_SRC) $(LIBMATROSKA_SRC) $(LIBMAKEMKV_SRC) $(GLIBC_SRC) 
$(SSTRING_SRC) \
+   $(LIBABI_SRC) $(LIBABI_SRC_LINUX) $(LIBFFABI_SRC) $(LIBDCADEC_SRC) \
+@@ -67,16 +69,16 @@
+ 
+ out/libmmbd.so.0.full:
+   mkdir -p out
+-  $(GCC) $(CFLAGS) -D_REENTRANT -shared -Wl,-z,defs -o$@ 
$(MAKEMKVGUI_INC) $(LIBMMBD_INC) \
++  $(GCC) $(CFLAGS) $(LDFLAGS) -D_REENTRANT -shared -Wl,-z,defs -o$@ 
$(MAKEMKVGUI_INC) $(LIBMMBD_INC) \
+   $(LIBMAKEMKV_INC) $(SSTRING_INC) $(LIBABI_INC) $(LIBMMBD_SRC) 
$(LIBMMBD_SRC_LINUX) $(SSTRING_SRC) \
+   -fPIC -Xlinker -dy -Xlinker --version-script=libmmbd/src/libmmbd.vers \
+   -Xlinker -soname=libmmbd.so.0 -lc -lstdc++ -lrt -lpthread -lcrypto
+ 
+ out/makemkv.full: $(MAKEMKVGUI_GEN) $(MAKEMKVGUI_SRC_LINUX) 
tmp/gen_buildinfo.h
+   mkdir -p out
+-  $(GCC) $(CFLAGS) -o$@ $(MAKEMKVGUI_INC) $(LIBMAKEMKV_INC) 
$(SSTRING_INC) $(LIBDRIVEIO_INC) $(LIBABI_INC) \
++  $(GXX) $(CFLAGS) $(LDFLAGS) -o$@ $(MAKEMKVGUI_INC) $(LIBMAKEMKV_INC) 
$(SSTRING_INC) $(LIBDRIVEIO_INC) $(LIBABI_INC) \
+   $(MAKEMKVGUI_SRC) $(MAKEMKVGUI_SRC_LINUX) $(MAKEMKVGUI_GEN) 
$(SSTRING_SRC) $(LIBDRIVEIO_SRC_PUB) \
+-  -DHAVE_BUILDINFO_H -Itmp \
++  -std=c++11 -DHAVE_BUILDINFO_H -Itmp \
+   @QT_INC@ -lc -lstdc++ \
+   @QT_LIB@ -lpthread -lz -lrt
+ 

diff --git a/media-video/makemkv/makemkv-1.10.3.ebuild 
b/media-video/makemkv/makemkv-1.10.3.ebuild
index d2a5e6e..fd12203 100644
--- a/media-video/makemkv/makemkv-1.10.3.ebuild
+++ b/media-video/makemkv/makemkv-1.10.3.ebuild
@@ -46,7 +46,7 @@ RDEPEND="${DEPEND}
 S="${WORKDIR}/makemkv-oss-${PV}"
 
 src_prepare() {
-   PATCHES+=( "${FILESDIR}"/${PN}-{makefile,path,sysmacros}.patch )
+   PATCHES+=( "${FILESDIR}"/${PN}-{makefile,path,sysmacros,flags}.patch )
 
# Qt5 always trumps Qt4 if it is available. There are no configure
# options or variables to control this and there is no publicly
@@ -75,15 +75,10 @@ src_configure() {
econf "${econf_args[@]}"
 }
 
-src_compile() {
-   emake GCC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
-}
-

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mapserver/

2016-12-17 Thread Sam Jorna
commit: ceba01e641ac710cdfe813e43226cf693bf7e8cc
Author: Sam Jorna  gentoo  org>
AuthorDate: Sat Dec 17 23:08:45 2016 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sat Dec 17 23:09:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceba01e6

sci-geosciences/mapserver: bump to 7.0.3 #602616

Version bump to 7.0.3. Resolves information leakage from OGR driver.
Remove PHP5.5.

Gentoo-bug: 602616
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/mapserver/Manifest   |  2 +-
 ...{mapserver-7.0.1-r1.ebuild => mapserver-7.0.3.ebuild} | 16 +---
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/mapserver/Manifest 
b/sci-geosciences/mapserver/Manifest
index c4d472d..c93b27c 100644
--- a/sci-geosciences/mapserver/Manifest
+++ b/sci-geosciences/mapserver/Manifest
@@ -1 +1 @@
-DIST mapserver-7.0.1.tar.gz 2606929 SHA256 
2c9567e59ae3ebd99bb645740485be6a25798b8b57f93ca3413a3e0369a1bd8f SHA512 
10cf58920a3083280a748efa087f105ed2e29650d10b56b7d457c46fd7fc4670a021db1aa27186997aaa3ea1b6a5b2772f2ffc5d8de48130f5ebed654215f2df
 WHIRLPOOL 
0ef70bd312aba706c19ebc8d324e9ac2bc72bb400cbdb539c20ca0ea383744f363425dbc2dc1b70f8e133b0e84409645505a880f2e5689345e8c7bd7c5e952d5
+DIST mapserver-7.0.3.tar.gz 2621285 SHA256 
dbec8f0ccdf506e7117cec5b704e8f9692451f72a07d9f4879d508ed96c0 SHA512 
7630461948e7b371c6d4d6d49cc596ad8fc6b076a8bbfdc88358fc076fa0d4ebaaab10663ec9c3c64e246b5735a07cef5cc28eba88b00dd09259048a49d2b81b
 WHIRLPOOL 
4306a29758ae2b8f6acaf5f8c9157f0851a028f25fba4cd130022d37b5f31e35f486be49b4393351123f5e9923ab2c342430d33dc15e4b07c0904c3bcad7e259

diff --git a/sci-geosciences/mapserver/mapserver-7.0.1-r1.ebuild 
b/sci-geosciences/mapserver/mapserver-7.0.3.ebuild
similarity index 89%
rename from sci-geosciences/mapserver/mapserver-7.0.1-r1.ebuild
rename to sci-geosciences/mapserver/mapserver-7.0.3.ebuild
index 0392bd6..4010eda 100644
--- a/sci-geosciences/mapserver/mapserver-7.0.1-r1.ebuild
+++ b/sci-geosciences/mapserver/mapserver-7.0.3.ebuild
@@ -10,7 +10,7 @@ PHP_EXT_OPTIONAL_USE="php"
 PHP_EXT_NAME="php_mapscript"
 PHP_EXT_S="${WORKDIR}/${MY_P}/mapscript/php/"
 PHP_EXT_SKIP_PHPIZE="no"
-USE_PHP="php5-6 php5-5"
+USE_PHP="php5-6"
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -30,7 +30,7 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="bidi cairo gdal geos mysql opengl perl php postgis proj python threads 
tiff xml xslt" # ruby php tcl
 
-REQUIRED_USE="php? ( ^^ ( php_targets_php5-6 php_targets_php5-5 ) )
+REQUIRED_USE="php? ( php_targets_php5-6 )
xslt? ( xml )"
 
 RDEPEND="
@@ -153,7 +153,17 @@ src_configure() {
if use php ; then
local slot
for slot in $(php_get_slots); do
-   mycmakeargs+=( 
-DPHP5_CONFIG_EXECUTABLE="${EPREFIX}/usr/$(get_libdir)/${slot}/bin/php-config" )
+   local 
php_config="${EPREFIX}/usr/$(get_libdir)/${slot}/bin/php-config"
+   [[ -x ${php_config} ]] \
+   || die "php-config '${php_config}' not valid or 
not executable"
+
+   local php_include_dir=$(${php_config} --include-dir)
+   [[ -d ${php_include_dir} ]] || die "PHP Include dir not 
found or not valid"
+
+   mycmakeargs+=(
+   -DPHP5_CONFIG_EXECUTABLE="${php_config}"
+   -DPHP5_INCLUDES="${php_include_dir}"
+   )
done
fi
 



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

2016-12-17 Thread Patrice Clement
commit: 744c061e32d2d091932e93605e4a3aac7bd6d5dd
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 17 22:51:47 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 17 22:51:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744c061e

app-shells/hstr: mark stable for the remaining arches using the ALLARCHES 
policy.

Package-Manager: portage-2.3.0

 app-shells/hstr/hstr-1.21.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-shells/hstr/hstr-1.21.ebuild b/app-shells/hstr/hstr-1.21.ebuild
index bb1908c..45909eb 100644
--- a/app-shells/hstr/hstr-1.21.ebuild
+++ b/app-shells/hstr/hstr-1.21.ebuild
@@ -14,13 +14,15 @@ 
SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+RDEPEND="
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig"
 
 DOCS=( CONFIGURATION.md README.md )
 



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

2016-12-17 Thread Patrice Clement
commit: 61e926ecc26045f680ce90f95765afef6b3da833
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 17 22:58:47 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 17 22:58:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e926ec

app-shells/hstr: clean up old.

Package-Manager: portage-2.3.0

 app-shells/hstr/Manifest |  1 -
 app-shells/hstr/hstr-1.19.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index 7696cc8..d3db61f 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,2 +1 @@
-DIST hstr-1.19.tar.gz 43946 SHA256 
1783fa175416e99cb540cbc47092b87dc2362dc2a2f988f59eb66b0d793e4136 SHA512 
f3c6598f21f1b77fa33b4910e945ae398741a9e94ea0c496b03542b394523c0b0fe34e24d9778280847486859728e7dcb798b6e1776c9e5e5d54c3378f7b720c
 WHIRLPOOL 
76508633d70292df71989bbab7f549066f6c48f8018c4d94d0d5508e966efd4beb4f2f59acafb3a84b60fb70fef5edf1050da8ed4d107d1d9d2a3cc882d08662
 DIST hstr-1.21.tar.gz 45851 SHA256 
f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3 SHA512 
dbcb8766ca7f5ca2265f30726c451b9fe9a51d9dc7a08293fae1e9eb5cb2f562a5a9fa96fa90bd703ae3db0446628c884349c636060fbebd97bd7413a5c6e4d0
 WHIRLPOOL 
33cc21efe738efe7dd2bccf7c7fc7b79e6b0fb9bca0d458232a44695a0c422aa6184962ea69964e5b8e22a73aa7c54dc859dbb9666ab8b0e48abfeb6d8c72afd

diff --git a/app-shells/hstr/hstr-1.19.ebuild b/app-shells/hstr/hstr-1.19.ebuild
deleted file mode 100644
index 23ab740..
--- a/app-shells/hstr/hstr-1.19.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Shell history suggest box"
-HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com";
-SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( CONFIGURATION.md README.md )
-
-src_prepare() {
-   sed \
-   -e 's:-O2::g' \
-   -i src/Makefile.am || die
-   autotools-utils_src_prepare
-}



[gentoo-commits] proj/openrc:master commit in: init.d/

2016-12-17 Thread William Hubbs
commit: 72c0824961fc257b634a9439496e04d1b3392ef1
Author: Doug Freed  mtu  edu>
AuthorDate: Sat Dec 17 18:39:53 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec 17 18:39:53 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=72c08249

localmount: add comment about types variable

 init.d/localmount.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/init.d/localmount.in b/init.d/localmount.in
index f02f929..cae80c3 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -22,6 +22,7 @@ depend()
 start()
 {
# Mount local filesystems in /etc/fstab.
+   # The types variable must start with no, and must be a type
local critical= types="noproc" x= no_netdev= rc=
for x in $net_fs_list $extra_net_fs_list; do
types="${types},${x}"



[gentoo-commits] proj/openrc:master commit in: sh/

2016-12-17 Thread William Hubbs
commit: f27d60add9ee1ef8a90ea0034edf6f4e4e6d0ed8
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu Dec 15 22:43:34 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec 17 22:50:11 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=f27d60ad

sh/openrc-run.sh: expose default start/stop/status

Supervisor setups break easily when start/stop/status functions are not
default.

Applications that write multiple PIDs to a pidfile (eg HAProxy as
described in bug 601540), can also benefit from being able to call the
default start/stop/status with modified environment variables.

Expose the default start/stop/status functions as
default_start/stop/status, and use them for the defaults
start/stop/status.

Trivial usage example:
```
  stop()
  {
t=$(mktemp)
for pid in $(cat $pidfile) ; do
  echo $pid >$t
  pidfile=$t default_stop
done
rm -f $t
  }
```

X-Gentoo-Bug: 601540
X-Gentoo-Bug-URL: https://bugs.gentoo.org/601540
Signed-off-by: Robin H. Johnson  gentoo.org>

 sh/openrc-run.sh.in | 27 +++
 1 file changed, 23 insertions(+), 4 deletions(-)

diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in
index 4cbfb16..f5ffe17 100644
--- a/sh/openrc-run.sh.in
+++ b/sh/openrc-run.sh.in
@@ -146,10 +146,9 @@ _status()
fi
 }
 
-# Template start / stop / status functions
 # These functions select the appropriate function to call from the
 # supervisor modules
-start()
+default_start()
 {
local func=ssd_start
case "$supervisor" in
@@ -163,7 +162,7 @@ start()
$func
 }
 
-stop()
+default_stop()
 {
local func=ssd_stop
case "$supervisor" in
@@ -177,7 +176,7 @@ stop()
$func
 }
 
-status()
+default_status()
 {
local func=ssd_status
case "$supervisor" in
@@ -191,6 +190,26 @@ status()
$func
 }
 
+# Template start / stop / status functions
+# package init scripts may override these, but the bodies are as minimal as
+# possible, so that the init scripts can creatively wrap default_*
+# functions.
+start()
+{
+   default_start
+}
+
+stop()
+{
+   default_stop
+}
+
+status()
+{
+   default_status
+}
+
+# Start debug output
 yesno $RC_DEBUG && set -x
 
 # Load configuration settings. First the global ones, then any



[gentoo-commits] proj/openrc:master commit in: sh/, etc/

2016-12-17 Thread William Hubbs
commit: 8ad460c54ce66aa0900cf872d9ebfacf0c03f9da
Author: Doug Freed  mtu  edu>
AuthorDate: Sat Dec 17 18:41:02 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec 17 18:41:02 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=8ad460c5

Fix typos

Fixes #99

 etc/rc.shutdown.in  | 2 +-
 sh/init.sh.Linux.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in
index b85a962..de3e09b 100644
--- a/etc/rc.shutdown.in
+++ b/etc/rc.shutdown.in
@@ -14,7 +14,7 @@ trap : SIGINT SIGQUIT
 
 # Try and use stuff in /lib over anywhere else so we can shutdown
 # local mounts correctly.
-LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LDLIBRARY_PATH}" ; export 
LD_LIBRARY_PATH
+LD_LIBRARY_PATH="/lib${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}" ; export 
LD_LIBRARY_PATH
 
 # If $TERM is not set then assume default of @TERM@
 # This gives us a nice colour boot :)

diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in
index 7645775..fcae0d2 100644
--- a/sh/init.sh.Linux.in
+++ b/sh/init.sh.Linux.in
@@ -32,7 +32,7 @@ unset f
 
 if $mountproc; then
procfs="proc"
-   [ "$RC_UNAME" = "GNU/kFreeBSD" ] && proc="linprocfs"
+   [ "$RC_UNAME" = "GNU/kFreeBSD" ] && procfs="linprocfs"
ebegin "Mounting /proc"
if ! fstabinfo --mount /proc; then
mount -n -t "$procfs" -o noexec,nosuid,nodev proc /proc



[gentoo-commits] proj/openrc:master commit in: init.d/

2016-12-17 Thread William Hubbs
commit: 5b7e3490ef2ce96c35e6c18b4c64e8c61586bb7a
Author: Alan Somers  gmail  com>
AuthorDate: Sat Dec 17 05:51:13 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec 17 18:35:58 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5b7e3490

Localmount shouldn't mount remote filesystems

The /etc/init.d/localmount script has a syntax error that causes it to
attempt to mount remote filesystems, causing the boot to fail. The
script appends a "no" to each remote filesystem type, but it should only
be append the "no" to the beginning of the list.  This patch fixes
localmount on FreeBSD 12.0.  A review of the mount(8) manpage on Ubuntu
12.04 suggests that this patch is correct for Linux, too.

 init.d/localmount.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/localmount.in b/init.d/localmount.in
index c953524..f02f929 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -24,7 +24,7 @@ start()
# Mount local filesystems in /etc/fstab.
local critical= types="noproc" x= no_netdev= rc=
for x in $net_fs_list $extra_net_fs_list; do
-   types="${types},no${x}"
+   types="${types},${x}"
done
 
if [ "$RC_UNAME" = Linux ]; then



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

2016-12-17 Thread Patrice Clement
commit: f077a399863697f3db9c0cb87c59ddc9b2a8af48
Author: Wim Muskee  gmail  com>
AuthorDate: Tue Dec  6 20:52:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 17 22:43:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f077a399

app-admin/logcheck: update elog doc link.

Gentoo-Bug: https://bugs.gentoo.org/534460

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

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

 app-admin/logcheck/logcheck-1.3.15-r1.ebuild | 4 ++--
 app-admin/logcheck/logcheck-1.3.15-r2.ebuild | 4 ++--
 app-admin/logcheck/logcheck-1.3.16.ebuild| 4 ++--
 app-admin/logcheck/logcheck-1.3.17.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-admin/logcheck/logcheck-1.3.15-r1.ebuild 
b/app-admin/logcheck/logcheck-1.3.15-r1.ebuild
index 9fa7be7..d0cf98d 100644
--- a/app-admin/logcheck/logcheck-1.3.15-r1.ebuild
+++ b/app-admin/logcheck/logcheck-1.3.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -41,6 +41,6 @@ src_install() {
 pkg_postinst() {
chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die
 
-   elog "Please read the guide ad 
https://www.gentoo.org/doc/en/logcheck.xml";
+   elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck";
elog "for installation instructions."
 }

diff --git a/app-admin/logcheck/logcheck-1.3.15-r2.ebuild 
b/app-admin/logcheck/logcheck-1.3.15-r2.ebuild
index e199c0d..7f6dc76 100644
--- a/app-admin/logcheck/logcheck-1.3.15-r2.ebuild
+++ b/app-admin/logcheck/logcheck-1.3.15-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -47,6 +47,6 @@ src_install() {
 pkg_postinst() {
chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die
 
-   elog "Please read the guide ad 
https://www.gentoo.org/doc/en/logcheck.xml";
+   elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck";
elog "for installation instructions."
 }

diff --git a/app-admin/logcheck/logcheck-1.3.16.ebuild 
b/app-admin/logcheck/logcheck-1.3.16.ebuild
index cb630c5..e68b56f 100644
--- a/app-admin/logcheck/logcheck-1.3.16.ebuild
+++ b/app-admin/logcheck/logcheck-1.3.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -47,6 +47,6 @@ src_install() {
 pkg_postinst() {
chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die
 
-   elog "Please read the guide ad 
https://www.gentoo.org/doc/en/logcheck.xml";
+   elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck";
elog "for installation instructions."
 }

diff --git a/app-admin/logcheck/logcheck-1.3.17.ebuild 
b/app-admin/logcheck/logcheck-1.3.17.ebuild
index a12bcda..3e28786 100644
--- a/app-admin/logcheck/logcheck-1.3.17.ebuild
+++ b/app-admin/logcheck/logcheck-1.3.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -47,6 +47,6 @@ src_install() {
 pkg_postinst() {
chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die
 
-   elog "Please read the guide ad 
https://www.gentoo.org/doc/en/logcheck.xml";
+   elog "Please read the guide at https://wiki.gentoo.org/wiki/Logcheck";
elog "for installation instructions."
 }



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

2016-12-17 Thread Patrice Clement
commit: 728d55f473afa06a1eab6e9360f60385312fb761
Author: Wim Muskee  gmail  com>
AuthorDate: Wed Dec 14 18:57:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 17 22:43:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728d55f4

mail-filter/clamsmtp: update SRC_URI and HOMEPAGE.

Gentoo-Bug: https://bugs.gentoo.org/586738

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

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

 mail-filter/clamsmtp/clamsmtp-1.10.ebuild | 10 +-
 mail-filter/clamsmtp/metadata.xml |  3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/mail-filter/clamsmtp/clamsmtp-1.10.ebuild 
b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild
index 7107d9f..f41e185 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.10.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses 
using the ClamAV anti-virus software"
-HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/";
+DESCRIPTION="An SMTP filter to check for viruses using the ClamAV anti-virus 
software"
+HOMEPAGE="http://thewalter.net/stef/software/clamsmtp/";
 
-SRC_URI="http://memberwebs.com/nielsen/software/clamsmtp/${P}.tar.gz";
+SRC_URI="http://thewalter.net/stef/software/${PN}/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 hppa ~sparc x86"
@@ -30,7 +30,7 @@ src_install() {
 pkg_postinst() {
echo
elog "For help configuring Postfix to use clamsmtpd, see:"
-   elog "http://memberwebs.com/nielsen/software/clamsmtp/postfix.html";
+   elog "http://thewalter.net/stef/software/clamsmtp/postfix.html";
echo
ewarn "You'll need to have ScanMail support turned on in clamav.conf"
ewarn "Also, make sure the clamd scanning daemon is running (not just 
freshclam)"

diff --git a/mail-filter/clamsmtp/metadata.xml 
b/mail-filter/clamsmtp/metadata.xml
index 9bdfcd9..baf10cb 100644
--- a/mail-filter/clamsmtp/metadata.xml
+++ b/mail-filter/clamsmtp/metadata.xml
@@ -6,4 +6,7 @@
Net-Mail

ClamSMTP is an SMTP filter that allows you to check 
for viruses using the ClamAV anti-virus software. It accepts SMTP connections 
and forwards the SMTP commands and responses to another SMTP server. The 'DATA' 
email body is intercepted and scanned before forwarding.
+   
+   
http://thewalter.net/stef/software/clamsmtp/ChangeLog
+   
 



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

2016-12-17 Thread Johannes Huber
commit: bdbb331f97864ba83ea3a73f7aa3c286a0ad09a9
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 22:28:56 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 22:28:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbb331f

kde-apps/kjots: Version bump 5.0.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kjots/Manifest   |  1 +
 kde-apps/kjots/kjots-5.0.2.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/kde-apps/kjots/Manifest b/kde-apps/kjots/Manifest
index 0b7cc70..e0010ed 100644
--- a/kde-apps/kjots/Manifest
+++ b/kde-apps/kjots/Manifest
@@ -1,3 +1,4 @@
 DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 
b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 
e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d
 WHIRLPOOL 
f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e
 DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 
19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 
a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03
 WHIRLPOOL 
9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089
 DIST kjots-5.0.1.tar.xz 225172 SHA256 
a0844dcda1a33d8ceac8a650e604717ac016d0e3dabdbfa6fafa481f95497f06 SHA512 
5973deb76c2922005b5dbf31997e336e5214e803e8873f8281398b5abc225f59a20e85f6d208caf181923b8aaee05dace2d177224809309eb478a274c40b05f1
 WHIRLPOOL 
c836be2107c687b32cf24a269047fd03e7b1d216bf09d86d4edde861b43f90886d079661815a9bbbf215042f028850a0f41a2ccfa0946be9f111f22bec3572ab
+DIST kjots-5.0.2.tar.xz 230608 SHA256 
5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3 SHA512 
a652765c56cebcaeba7b879cc07c28667abdba84d11e986e5ffb440fbc776116f363992dd84d939918ae7d80ef5c2e1093da28d114b18041e10e5209b225
 WHIRLPOOL 
18e4dd955e275bdaceed16a4206e4ac5116cb26f2d1d87d35ef8b676ea61679e0c168176a50b94e96dadc5c944b56604d595541d158e982cc1222e5b52f3a1b6

diff --git a/kde-apps/kjots/kjots-5.0.2.ebuild 
b/kde-apps/kjots/kjots-5.0.2.ebuild
new file mode 100644
index ..8e6e387
--- /dev/null
+++ b/kde-apps/kjots/kjots-5.0.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Note taking utility by KDE"
+HOMEPAGE="https://www.kde.org/applications/utilities/kjots/";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi-notes)
+   $(add_kdeapps_dep kmime)
+   $(add_kdeapps_dep kontactinterface)
+   $(add_kdeapps_dep kpimtextedit)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtwidgets)
+   dev-libs/grantlee:5
+   dev-libs/libxslt
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kjots/, kde-apps/kjots/files/

2016-12-17 Thread Johannes Huber
commit: 551058afe94869ee1d7ce05d28d5a3447776dc20
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 22:30:43 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 22:30:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551058af

kde-apps/kjots: Remove 5.0.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kjots/Manifest|  1 -
 kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch | 21 --
 kde-apps/kjots/kjots-5.0.1.ebuild  | 45 --
 3 files changed, 67 deletions(-)

diff --git a/kde-apps/kjots/Manifest b/kde-apps/kjots/Manifest
index e0010ed..fc7f11e 100644
--- a/kde-apps/kjots/Manifest
+++ b/kde-apps/kjots/Manifest
@@ -1,4 +1,3 @@
 DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 
b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 
e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d
 WHIRLPOOL 
f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e
 DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 
19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 
a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03
 WHIRLPOOL 
9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089
-DIST kjots-5.0.1.tar.xz 225172 SHA256 
a0844dcda1a33d8ceac8a650e604717ac016d0e3dabdbfa6fafa481f95497f06 SHA512 
5973deb76c2922005b5dbf31997e336e5214e803e8873f8281398b5abc225f59a20e85f6d208caf181923b8aaee05dace2d177224809309eb478a274c40b05f1
 WHIRLPOOL 
c836be2107c687b32cf24a269047fd03e7b1d216bf09d86d4edde861b43f90886d079661815a9bbbf215042f028850a0f41a2ccfa0946be9f111f22bec3572ab
 DIST kjots-5.0.2.tar.xz 230608 SHA256 
5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3 SHA512 
a652765c56cebcaeba7b879cc07c28667abdba84d11e986e5ffb440fbc776116f363992dd84d939918ae7d80ef5c2e1093da28d114b18041e10e5209b225
 WHIRLPOOL 
18e4dd955e275bdaceed16a4206e4ac5116cb26f2d1d87d35ef8b676ea61679e0c168176a50b94e96dadc5c944b56604d595541d158e982cc1222e5b52f3a1b6

diff --git a/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch 
b/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch
deleted file mode 100644
index 38c3d9d..
--- a/kde-apps/kjots/files/kjots-5.0.1-fix-startup.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit d536dbdf606d18baa437d03a9852fa6bb7289953
-Author: Andreas Sturmlechner 
-Date:   Sun Jan 31 00:09:17 2016 +0100
-
-Fix Exec in desktop file
-
-thx to dvratil for the correct solution.
-
-diff --git a/data/org.kde.kjots.desktop b/data/org.kde.kjots.desktop
-index cd40af1..f7e3533 100755
 a/data/org.kde.kjots.desktop
-+++ b/data/org.kde.kjots.desktop
-@@ -36,7 +36,7 @@ GenericName[uk]=Записна книжка
- GenericName[x-test]=xxNote Takerxx
- GenericName[zh_CN]=笔记记录工具
- Icon=kjots
--Exec=kjots -caption %c
-+Exec=kjots -qwindowtitle %c
- Type=Application
- Terminal=false
- X-KDE-StartupNotify=true

diff --git a/kde-apps/kjots/kjots-5.0.1.ebuild 
b/kde-apps/kjots/kjots-5.0.1.ebuild
deleted file mode 100644
index 831e328..
--- a/kde-apps/kjots/kjots-5.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Note taking utility by KDE"
-HOMEPAGE="https://www.kde.org/applications/utilities/kjots/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-notes)
-   $(add_kdeapps_dep kmime)
-   $(add_kdeapps_dep kontactinterface)
-   $(add_kdeapps_dep kpimtextedit)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtwidgets)
-   dev-libs/grantlee:5
-   dev-libs/libxslt
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-startup.patch" )



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

2016-12-17 Thread Johannes Huber
commit: f31d980532b25d14dc93216caf137603f15cc0d6
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 22:17:25 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 22:18:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31d9805

media-gfx/kphotoalbum: Version bump 5.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/kphotoalbum/Manifest   |  1 +
 media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index b4dab77..b02378e 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1 +1,2 @@
 DIST kphotoalbum-5.0.1.tar.xz 9539204 SHA256 
e43beb6cb93d749b30aa171ebce5ac5473b16704ea6d36bf6dcc2ce54328ce55 SHA512 
e182e0f594aa1ce2a53ee529990eba0e61b0d694d74a6e0c2bd37d57658c6e3173e9107f49f82afef85b8cb9a84af626d6e060e7f6d992c8606902b16abff848
 WHIRLPOOL 
4b235af854a5faba228d487498a06112ef138827e7abe14b73b04bc76cb9dabe02a623bf1e15597fcf6acdb79000942622de343fd57f8c02dad82fa1141535f3
+DIST kphotoalbum-5.1.tar.xz 9544460 SHA256 
9c6e175090fc6de1e7d0565a88e1715496e0b1cfbdfc7a11dd4818694b8504b7 SHA512 
fea7b30e164801d1de2622ad1fc1b0d13139646b1e78737b056dad3a1ee81cc401706d4fe1496980e56bb8679d5e2e5beb8c235a6e83649d86b15eebad08db5d
 WHIRLPOOL 
aba0637c25844d4818a835dfa504251f564b9caa2992eabad59269cff0bf2370bc92aad56f97020a4cd438016ceb8a9cd4a77266df8bc10940d586b2f978c23e

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild
new file mode 100644
index ..8a91e39
--- /dev/null
+++ b/media-gfx/kphotoalbum/kphotoalbum-5.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Tool for indexing, searching, and viewing images"
+HOMEPAGE="http://www.kphotoalbum.org/";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+ FDL-1.2"
+KEYWORDS="~amd64 ~x86"
+IUSE="face +kipi +map +raw"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql 'sqlite')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   media-gfx/exiv2:=
+   media-libs/phonon[qt5]
+   virtual/jpeg:0
+   face? ( $(add_kdeapps_dep libkface) )
+   kipi? ( $(add_kdeapps_dep libkipi) )
+   map? ( $(add_kdeapps_dep libkgeomap) )
+   raw? ( $(add_kdeapps_dep libkdcraw) )
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   media-video/mplayer
+   kipi? ( media-plugins/kipi-plugins:5 )
+   !media-gfx/kphotoalbum:4
+"
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_PLAYGROUND=ON
+   $(cmake-utils_use_find_package face KF5KFace)
+   $(cmake-utils_use_find_package kipi KF5Kipi)
+   $(cmake-utils_use_find_package map KF5KGeoMap)
+   $(cmake-utils_use_find_package raw KF5KDcraw)
+   )
+
+   kde5_src_configure
+}



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

2016-12-17 Thread Patrice Clement
commit: cca5f1dd2d75f4cd6133f46e0c7f59d70204d55d
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Dec 14 16:14:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 17 22:02:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca5f1dd

net-p2p/syncthing: version bump to 0.14.14.

Go 1.7 is no longer required, the build process has been simplified too.

Gentoo-Bug: https://bugs.gentoo.org/602732
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3116

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

 net-p2p/syncthing/Manifest |   1 +
 net-p2p/syncthing/syncthing-0.14.14.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 76d121b..9c9a9ac 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,3 +1,4 @@
 DIST syncthing-0.14.10.tar.gz 6439231 SHA256 
abd0695f12a4bc1dbb9ac1c5f3a9caf7b20e3c2cdeee9ab3859d66df98070dce SHA512 
69f9d7ab3b3df663604d0da272d35abcf47553ae7e0b825d22385a3331848621597d35c6bd4b9591231c1160d9fb2c8d368fb9845f0d2e80aef7833acb829b7a
 WHIRLPOOL 
bf63ee69f889ed54f5bded339224a131ef2aa9781df4cbfbfb7d279fe83c9268c9ca350ccbaa3f8509d46297e05754f2454d854d96966ef366340bc05fef29cd
 DIST syncthing-0.14.12.tar.gz 6464612 SHA256 
0778785636e2c095f8f6cd353a206e0e1b1db37c40a4c79156a08eaaffcff81f SHA512 
89e6bc7ae351da8904cb8d84af912f6864a66ad509dedbc74cda9ba2eaa5035f0e5123d76402070ca3251fde3caeb94eb25897cef23152265651a9478835bc9d
 WHIRLPOOL 
66a96998d1aec638de770dc5fb424a46aa13d84e86a8584e7b41b2014ac3c1df2627eaf2faf42ddca11b0b9cf54cc676609a2483b307c7e8242f2ab8e37d5998
 DIST syncthing-0.14.13.tar.gz 6468568 SHA256 
13bce8afff0814817a0d70cdd4deddcdb2fa46494561976ad75e238a0ffbdb47 SHA512 
24f7f46e965df962a3759b1fdad15bded4b2b3c81a9a266798570b9686c3aad40a7ba99507ad5955ee2a5f1ed5224a8ba89b20459c65ca5f5338f2958d42fcf8
 WHIRLPOOL 
73d971209b1d6548b43e3209a019030278cafa69cf2e7b17ac442c3c3639c6867f0fd22ebcf96bf9fa4e071f9e053d75909b9d77684966837bba12ac3fafa7b1
+DIST syncthing-0.14.14.tar.gz 5947169 SHA256 
a719570ebe206a1ad97044db73d92298131d3858d5af8a22e579627592c52a4e SHA512 
0b5934d87aa04b23e1059249c2dc3e4f1214825826e9c2b201487af33c991187e7b9909f41b29ee424cf4ec9d93be42f584af995eaee06d35297e0bfd8e316b4
 WHIRLPOOL 
fa3c9aa13f5baea2600042763733469a7bdacb82c971c98f9fe0e430129fc3922fe118f356b312db33f35fbb12e18589b917ed7377ec90a14c3d2fd92e2eb84b

diff --git a/net-p2p/syncthing/syncthing-0.14.14.ebuild 
b/net-p2p/syncthing/syncthing-0.14.14.ebuild
new file mode 100644
index ..ca243ee
--- /dev/null
+++ b/net-p2p/syncthing/syncthing-0.14.14.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/${PN}/${PN}"
+
+inherit golang-vcs-snapshot systemd user versionator
+
+DESCRIPTION="Open Source Continuous File Synchronization"
+HOMEPAGE="https://syncthing.net";
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm"
+IUSE="tools"
+
+DOCS=(README.md AUTHORS CONTRIBUTING.md)
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+
+   if use tools ; then
+   # separate user for the relay server
+   enewgroup strelaysrv
+   enewuser strelaysrv -1 -1 /var/lib/strelaysrv strelaysrv
+   # and his home folder
+   keepdir /var/lib/strelaysrv
+   fowners strelaysrv:strelaysrv /var/lib/strelaysrv
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i \
+   's|^ExecStart=.*|ExecStart=/usr/libexec/syncthing/strelaysrv|' \
+   
src/${EGO_PN}/cmd/strelaysrv/etc/linux-systemd/strelaysrv.service \
+   || die
+}
+
+src_compile() {
+   export GOPATH="${S}:$(get_golibdir_gopath)"
+   cd src/${EGO_PN} || die
+   go run build.go -version "v${PV}" -no-upgrade install \
+   $(usex tools "all" "") || die "build failed"
+}
+
+src_test() {
+   cd src/${EGO_PN} || die
+   go run build.go test || die "test failed"
+}
+
+src_install() {
+   pushd src/${EGO_PN} >& /dev/null || die
+   doman man/*.[157]
+   einstalldocs
+
+   dobin bin/syncthing
+   if use tools ; then
+   exeinto /usr/libexec/syncthing
+   local exe
+   for exe in bin/* ; do
+   [[ "${exe}" == "bin/syncthing" ]] || doexe "${exe}"
+   done
+   fi
+   popd >& /dev/null || die
+
+   # openrc and systemd service files
+   systemd_dounit 
src/${EGO_PN}/etc/linux-systemd/system/${PN}{@,-resume}.service
+   systemd_douserunit src/${EGO_PN}/etc/linux-systemd/user/${PN}.service
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+
+   keepdir /var

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

2016-12-17 Thread Patrice Clement
commit: b8b8993132c16265a36687cc8d7f7fd15a9b5af7
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Dec 14 16:27:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 17 22:02:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b89931

net-p2p/syncthing: remove vulnerable versions.

All versions prior to 0.14.14 suffer from serious vulnerabilities.
https://github.com/syncthing/syncthing/releases/tag/v0.14.14

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3116

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

 net-p2p/syncthing/Manifest |   3 -
 net-p2p/syncthing/syncthing-0.14.10.ebuild | 123 -
 net-p2p/syncthing/syncthing-0.14.12.ebuild | 122 
 net-p2p/syncthing/syncthing-0.14.13.ebuild | 122 
 4 files changed, 370 deletions(-)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 9c9a9ac..1c9a177 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -1,4 +1 @@
-DIST syncthing-0.14.10.tar.gz 6439231 SHA256 
abd0695f12a4bc1dbb9ac1c5f3a9caf7b20e3c2cdeee9ab3859d66df98070dce SHA512 
69f9d7ab3b3df663604d0da272d35abcf47553ae7e0b825d22385a3331848621597d35c6bd4b9591231c1160d9fb2c8d368fb9845f0d2e80aef7833acb829b7a
 WHIRLPOOL 
bf63ee69f889ed54f5bded339224a131ef2aa9781df4cbfbfb7d279fe83c9268c9ca350ccbaa3f8509d46297e05754f2454d854d96966ef366340bc05fef29cd
-DIST syncthing-0.14.12.tar.gz 6464612 SHA256 
0778785636e2c095f8f6cd353a206e0e1b1db37c40a4c79156a08eaaffcff81f SHA512 
89e6bc7ae351da8904cb8d84af912f6864a66ad509dedbc74cda9ba2eaa5035f0e5123d76402070ca3251fde3caeb94eb25897cef23152265651a9478835bc9d
 WHIRLPOOL 
66a96998d1aec638de770dc5fb424a46aa13d84e86a8584e7b41b2014ac3c1df2627eaf2faf42ddca11b0b9cf54cc676609a2483b307c7e8242f2ab8e37d5998
-DIST syncthing-0.14.13.tar.gz 6468568 SHA256 
13bce8afff0814817a0d70cdd4deddcdb2fa46494561976ad75e238a0ffbdb47 SHA512 
24f7f46e965df962a3759b1fdad15bded4b2b3c81a9a266798570b9686c3aad40a7ba99507ad5955ee2a5f1ed5224a8ba89b20459c65ca5f5338f2958d42fcf8
 WHIRLPOOL 
73d971209b1d6548b43e3209a019030278cafa69cf2e7b17ac442c3c3639c6867f0fd22ebcf96bf9fa4e071f9e053d75909b9d77684966837bba12ac3fafa7b1
 DIST syncthing-0.14.14.tar.gz 5947169 SHA256 
a719570ebe206a1ad97044db73d92298131d3858d5af8a22e579627592c52a4e SHA512 
0b5934d87aa04b23e1059249c2dc3e4f1214825826e9c2b201487af33c991187e7b9909f41b29ee424cf4ec9d93be42f584af995eaee06d35297e0bfd8e316b4
 WHIRLPOOL 
fa3c9aa13f5baea2600042763733469a7bdacb82c971c98f9fe0e430129fc3922fe118f356b312db33f35fbb12e18589b917ed7377ec90a14c3d2fd92e2eb84b

diff --git a/net-p2p/syncthing/syncthing-0.14.10.ebuild 
b/net-p2p/syncthing/syncthing-0.14.10.ebuild
deleted file mode 100644
index 1b9c505..
--- a/net-p2p/syncthing/syncthing-0.14.10.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/${PN}/${PN}"
-
-inherit golang-vcs-snapshot systemd user versionator
-
-DESCRIPTION="Open Source Continuous File Synchronization"
-HOMEPAGE="https://syncthing.net";
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~arm"
-IUSE="tools"
-
-DOCS="README.md AUTHORS CONTRIBUTING.md"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   if use tools ; then
-   # separate user for the relay server
-   enewgroup strelaysrv
-   enewuser strelaysrv -1 -1 /var/lib/strelaysrv strelaysrv
-   # and his home folder
-   keepdir /var/lib/strelaysrv
-   fowners strelaysrv:strelaysrv /var/lib/strelaysrv
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i \
-   's|^ExecStart=.*|ExecStart=/usr/libexec/syncthing/strelaysrv|' \
-   
src/${EGO_PN}/cmd/strelaysrv/etc/linux-systemd/strelaysrv.service \
-   || die
-}
-
-src_compile() {
-   export GOPATH="${S}:$(get_golibdir_gopath)"
-   cd src/${EGO_PN} || die
-   # If we pass "build" to build.go, it builds only syncthing itself, and
-   # places the binary in the root folder. If we do not pass "build", all 
the
-   # tools are built, and all binaries are placed in folder ./bin.
-   ST_BUILD="build"
-   if use tools ; then
-   ST_BUILD=""
-   fi
-   go run build.go -version "v${PV}" -no-upgrade ${ST_BUILD} || die "build 
failed"
-}
-
-src_test() {
-   cd src/${EGO_PN} || die
-   go run build.go test || die "test failed"
-}
-
-src_install() {
-   cd src/${EGO_PN} || die
-   doman man/*.[157]
-   einstalldocs
-
-   if use tools ; then
-   dobin bin/syncthing
-   exeinto /usr/libexec/syncthing
-   local exe
-   for exe in bin/* ; do
-  

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

2016-12-17 Thread Ulrich Müller
commit: df4649ed77ff4e35d4401ffd51ca62290eb568ed
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Dec 17 21:15:00 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Dec 17 21:15:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4649ed

profiles: Add LLVM-Grant to MISC-FREE license group.

Bug: 598106

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 4f7a13a..7377b23 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -31,7 +31,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # Licenses in this list should NOT appear directly or indirectly in
 # @FSF-APPROVED or @OSI-APPROVED.
 # Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j eGenixPublic-1.1 
ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK 
freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP 
inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE keynote LambdaMOO 
LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 LPPL-1.3b lsof 
Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack MIT-with-advertising mm 
mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT openafs-krb5-a Openwall otter 
PCRE perforce photopc PHP-2.02 PIZZA-WARE pngcrush pngnq Princeton psutils 
qmail-nelson rc regexp-UofT RSA rwpng scanlogd Sendmail Sendmail-Open-Source 
shrimp SMAIL Snd SNIA SSLeay Subversion SVFL tablelist tcltk 
tcp_wrappers_license telegram TermReadKey TeX TeX-other-free the-Click-license 
Time-Format Ti
 me-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x xbatt xboing 
XC Xdebug xtrs xvt YaTeX yuuji ZSH
+MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA DES docbook dom4j eGenixPublic-1.1 
ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK 
freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP 
inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE keynote LambdaMOO 
LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LLVM-Grant LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license telegram TermReadKey TeX TeX-other-free 
the-Click-license Tim
 e-Format Time-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x 
xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji ZSH
 
 # Metaset for all free software
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE



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

2016-12-17 Thread Anthony G. Basile
commit: 2c285477b55837af99ce068b858f2b4659ec589a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Dec 17 20:34:01 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Dec 17 20:34:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c285477

net-misc/minissdpd: version bump to 1.5.20161216

Package-Manager: portage-2.3.0

 net-misc/minissdpd/Manifest  |  1 +
 net-misc/minissdpd/minissdpd-1.5.20161216.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/net-misc/minissdpd/Manifest b/net-misc/minissdpd/Manifest
index 90e12be..b727094 100644
--- a/net-misc/minissdpd/Manifest
+++ b/net-misc/minissdpd/Manifest
@@ -1 +1,2 @@
 DIST minissdpd-1.5.20160301.tar.gz 34827 SHA256 
9ba6f87264898b9953f0e808a6ba6c6bdd38f4b47fe6d8e5dee2c92296657114 SHA512 
b8dbfa7ce05fc006c09378fe53fb3345cd8d4aad486ba0bd4adb4d7f5d662e34ba04d82ad48bdc721eca1a7d1d083a9f42be69c5d1086223a0e8803068c15426
 WHIRLPOOL 
e2f430ee76582e3d4652994d6c10ed3b07face490e2d040f2929602143b6aa2e53dddab720418189be01564c656a899ac6853608e09ffe521e061b60f79f9c99
+DIST minissdpd-1.5.20161216.tar.gz 35078 SHA256 
b04f8f9d6f0ec9e9a99c23dfaeb14d33cb2e8e6c48f2928f1235f38df6a9d228 SHA512 
4fe1dbc14a39a18bcc834c73cc0150cda656b2be7ffcc0a72dc2854dbd698f3528bfdcd80af741124546f916d914921ffc428bb4f19b34e7493f0cbf9ff54928
 WHIRLPOOL 
13f9c46d8bd2688463180f1dac519b2bc1a9b0d0c769740dd2a208c493e4e6964e500d1e34919a4522c25fcc559a45725723e343433f53fc043ac82fd7095ed1

diff --git a/net-misc/minissdpd/minissdpd-1.5.20161216.ebuild 
b/net-misc/minissdpd/minissdpd-1.5.20161216.ebuild
new file mode 100644
index ..67186ce
--- /dev/null
+++ b/net-misc/minissdpd/minissdpd-1.5.20161216.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+inherit toolchain-funcs
+
+DESCRIPTION="MiniSSDP Daemon"
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz";
+HOMEPAGE="http://miniupnp.free.fr/";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libnfnetlink"
+
+RDEPEND="$DEPEND
+   || ( net-misc/miniupnpd net-libs/miniupnpc )"
+
+PATCHES=( "${FILESDIR}/${PN}-1.2-remove-initd.patch" )
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install () {
+   emake PREFIX="${D}" install
+   newinitd "${FILESDIR}/${PN}.initd-r2" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+   dodoc Changelog.txt README
+   doman minissdpd.1
+}



[gentoo-commits] proj/kde:master commit in: media-gfx/krita/files/, media-gfx/krita/

2016-12-17 Thread Johannes Huber
commit: 04b9e9a2ac731a7b07bed9f57ee3b816849196f8
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:54:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:54:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=04b9e9a2

media-gfx/krita: Sync with gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch | 17 -
 media-gfx/krita/krita-.ebuild   |  4 
 2 files changed, 21 deletions(-)

diff --git a/media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch 
b/media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch
deleted file mode 100644
index 11c1105..000
--- a/media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Avoid automagic CXXFLAG detection courtesy of dev-libs/vc.
-
-Gentoo-bug: 584118
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -525,10 +525,6 @@
- endif()
- endmacro()
- 
--if (NOT PACKAGERS_BUILD)
--# Optimize everything for the current architecture
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Vc_DEFINITIONS}")
--endif ()
- endif()
- set(CMAKE_MODULE_PATH ${OLD_CMAKE_MODULE_PATH} )
- 

diff --git a/media-gfx/krita/krita-.ebuild 
b/media-gfx/krita/krita-.ebuild
index 8ee6353..6360555 100644
--- a/media-gfx/krita/krita-.ebuild
+++ b/media-gfx/krita/krita-.ebuild
@@ -71,10 +71,6 @@ RDEPEND="${COMMON_DEPEND}
!app-office/calligra-l10n:4[calligra_features_krita(+)]
 "
 
-PATCHES=(
-   "${FILESDIR}/${PN}-3.0.1-vc-cxxflags.patch"
-)
-
 src_configure() {
local mycmakeargs=(
-DWITH_FFTW3=$(usex fftw)



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

2016-12-17 Thread Johannes Huber
commit: dbdbd6a518e3f5037c88e2709d157c93069cd98c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:26:01 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:26:01 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbdbd6a5

kde4-base.eclass: Add KDevelop 4.7.4 SRC_URI

 eclass/kde4-base.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index c79a00e..1fd79e9 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -509,6 +509,7 @@ _calculate_src_uri() {
case ${KDEVELOP_VERSION} in
4.[123].[6-9]*) 
SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" ;;
4.7.3) 
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2" ;;
+   4.7.4) 
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/${P}.tar.xz" ;;
*) 
SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz" ;;
esac
;;



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

2016-12-17 Thread Göktürk Yüksek
commit: 0f1163bb386c3c5f354cb97d7223794037df91ea
Author: mo  openmailbox  org>
AuthorDate: Sat Dec 17 16:31:14 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Dec 17 16:31:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1163bb

net-misc/buka: remove old 1.0

Package-Manager: portage-2.3.0

 net-misc/buka/Manifest|  1 -
 net-misc/buka/buka-1.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/net-misc/buka/Manifest b/net-misc/buka/Manifest
index 5918697..dffa508 100644
--- a/net-misc/buka/Manifest
+++ b/net-misc/buka/Manifest
@@ -1,2 +1 @@
-DIST buka-1.0.tar.gz 13443 SHA256 
175f6bad7d5087c0555d51984ccd301c0f903d9e68f2ed5f9a0a3700a29f9d53 SHA512 
115eaebb23efe205a61ac87e803a5375be6daf1e4c7e685e2bcb1e105caf5100cac48af96fd570b1815b7b7f655c2954d93afe2661d759e88d64faf7e8d01b2b
 WHIRLPOOL 
bc8af288344957baacebcfd0b33dc871b3eef80e3f98d016315be41a7a4dc50183aeba9afdf896a3ce3ed09a6d77a52663ff9d75499a8d0f5469410051829e3f
 DIST buka-2.0.tar.gz 14088 SHA256 
b7d33f15687198a78b7114251038e54ef70f3ef1a74dd84a36176874ca699793 SHA512 
809c35fa0caed30c11f438fc5d68a446a2c8a6ffa6b233f5e65bb522d8de8db095ad3ef8c0811a3670a49e3994d4956f917d3d2dfda3ff488ca8793d7389e4a6
 WHIRLPOOL 
761a9614b41cecc821bc1279d863b620512fd7788a1ec3cbd8ad3d75e89a47ffd8e485b45b323964970ae90c5852becc10fdb61672b19e4d26bae76b67ff0135

diff --git a/net-misc/buka/buka-1.0.ebuild b/net-misc/buka/buka-1.0.ebuild
deleted file mode 100644
index d7e0d09..
--- a/net-misc/buka/buka-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Download manga from buka.cn"
-HOMEPAGE="https://gitgud.io/drylemon/buka";
-SRC_URI="http://lick.moe/buka/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-process/parallel
-   net-misc/curl
-   dev-util/dialog"
-
-src_install()
-{
-   default
-   doman ${PN}.1
-   dobin ${PN}
-}



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

2016-12-17 Thread Göktürk Yüksek
commit: e3845f5bdd275c1ccdb8de24e33d175c88495121
Author: mo  openmailbox  org>
AuthorDate: Sat Dec 17 16:29:19 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Dec 17 16:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3845f5b

net-misc/buka: version bump to 2.0

added support for pdf and cbz file formats.

Package-Manager: portage-2.3.0

 net-misc/buka/Manifest|  1 +
 net-misc/buka/buka-2.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/net-misc/buka/Manifest b/net-misc/buka/Manifest
index 238cc68..5918697 100644
--- a/net-misc/buka/Manifest
+++ b/net-misc/buka/Manifest
@@ -1 +1,2 @@
 DIST buka-1.0.tar.gz 13443 SHA256 
175f6bad7d5087c0555d51984ccd301c0f903d9e68f2ed5f9a0a3700a29f9d53 SHA512 
115eaebb23efe205a61ac87e803a5375be6daf1e4c7e685e2bcb1e105caf5100cac48af96fd570b1815b7b7f655c2954d93afe2661d759e88d64faf7e8d01b2b
 WHIRLPOOL 
bc8af288344957baacebcfd0b33dc871b3eef80e3f98d016315be41a7a4dc50183aeba9afdf896a3ce3ed09a6d77a52663ff9d75499a8d0f5469410051829e3f
+DIST buka-2.0.tar.gz 14088 SHA256 
b7d33f15687198a78b7114251038e54ef70f3ef1a74dd84a36176874ca699793 SHA512 
809c35fa0caed30c11f438fc5d68a446a2c8a6ffa6b233f5e65bb522d8de8db095ad3ef8c0811a3670a49e3994d4956f917d3d2dfda3ff488ca8793d7389e4a6
 WHIRLPOOL 
761a9614b41cecc821bc1279d863b620512fd7788a1ec3cbd8ad3d75e89a47ffd8e485b45b323964970ae90c5852becc10fdb61672b19e4d26bae76b67ff0135

diff --git a/net-misc/buka/buka-2.0.ebuild b/net-misc/buka/buka-2.0.ebuild
new file mode 100644
index ..57f5610
--- /dev/null
+++ b/net-misc/buka/buka-2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Download manga from buka.cn"
+HOMEPAGE="https://gitgud.io/drylemon/buka";
+SRC_URI="http://lick.moe/buka/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-process/parallel
+   net-misc/curl
+   dev-util/dialog"
+
+src_install()
+{
+   default
+   doman ${PN}.1
+   dobin ${PN}
+}
+
+pkg_postinst()
+{
+   optfeature "pdf support" media-gfx/imagemagick
+   optfeature "cbz support" app-arch/zip
+}



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

2016-12-17 Thread Johannes Huber
commit: 579645e62f7de13dea285220dba38a5b789acce2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 19:51:25 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 19:51:25 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=579645e6

kde-apps/kmail: Fix file collision

Collides with kde-apps/ktnef:4 as well.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-16.12.49..ebuild | 2 +-
 kde-apps/kmail/kmail-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kmail/kmail-16.12.49..ebuild 
b/kde-apps/kmail/kmail-16.12.49..ebuild
index ac2d938..f139949 100644
--- a/kde-apps/kmail/kmail-16.12.49..ebuild
+++ b/kde-apps/kmail/kmail-16.12.49..ebuild
@@ -78,7 +78,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim:5
!kde-apps/kdepim-common-libs:4
-   !kde-apps/ktnef:5
+   !kde-apps/ktnef
 "
 
 src_prepare() {

diff --git a/kde-apps/kmail/kmail-.ebuild b/kde-apps/kmail/kmail-.ebuild
index d61e458..28da36a 100644
--- a/kde-apps/kmail/kmail-.ebuild
+++ b/kde-apps/kmail/kmail-.ebuild
@@ -77,7 +77,7 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-common-libs:4
-   !kde-apps/ktnef:5
+   !kde-apps/ktnef
 "
 
 src_prepare() {



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

2016-12-17 Thread Johannes Huber
commit: b37fe5b5a756b23e04f31a9b4a6754342e776c9e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 19:49:49 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 19:49:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37fe5b5

kde-apps/kmail: Typo

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-16.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-16.12.0.ebuild 
b/kde-apps/kmail/kmail-16.12.0.ebuild
index 5dd6773..a936a69 100644
--- a/kde-apps/kmail/kmail-16.12.0.ebuild
+++ b/kde-apps/kmail/kmail-16.12.0.ebuild
@@ -78,7 +78,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim:5
!kde-apps/kdepim-common-libs:4
-   kde-apps/ktnef
+   !kde-apps/ktnef
 "
 
 src_prepare() {



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

2016-12-17 Thread Johannes Huber
commit: 62817a18f30cc5b9ae78e7c2ec8b715ec386c76f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 19:48:04 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 19:48:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62817a18

kde-apps/kmail: Fix file collision

Collides with kde-apps/ktnef:4 as well.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kmail/kmail-16.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-16.12.0.ebuild 
b/kde-apps/kmail/kmail-16.12.0.ebuild
index 75b1d89..5dd6773 100644
--- a/kde-apps/kmail/kmail-16.12.0.ebuild
+++ b/kde-apps/kmail/kmail-16.12.0.ebuild
@@ -78,7 +78,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim:5
!kde-apps/kdepim-common-libs:4
-   !kde-apps/ktnef:5
+   kde-apps/ktnef
 "
 
 src_prepare() {



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

2016-12-17 Thread Johannes Huber
commit: 999b21a4501f926cb41c21981d0fcae56730663f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 19:39:25 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 19:40:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999b21a4

dev-util/kdevelop: Drop deprecated Plasma 4 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/kdevelop/kdevelop-4.7.2.ebuild | 8 ++--
 dev-util/kdevelop/kdevelop-4.7.4.ebuild | 8 ++--
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-4.7.2.ebuild 
b/dev-util/kdevelop/kdevelop-4.7.2.ebuild
index c2aeedc..0ea90f0 100644
--- a/dev-util/kdevelop/kdevelop-4.7.2.ebuild
+++ b/dev-util/kdevelop/kdevelop-4.7.2.ebuild
@@ -12,7 +12,7 @@ inherit kde4-base
 
 DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="+cmake +cxx debug +gdbui okteta qthelp"
+IUSE="+cmake +cxx debug okteta qthelp"
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
KEYWORDS="amd64 x86"
@@ -21,10 +21,6 @@ fi
 DEPEND="
dev-libs/qjson
dev-qt/qtdeclarative:4[webkit]
-   gdbui? (
-   kde-plasma/ksysguard:4
-   kde-plasma/libkworkspace:4
-   )
okteta? ( $(add_kdeapps_dep okteta) )
qthelp? ( dev-qt/qthelp:4 )
 "
@@ -38,10 +34,10 @@ RESTRICT="test"
 
 src_configure() {
local mycmakeargs=(
+   -DWITH_KDE4Workspace=OFF
$(cmake-utils_use_build cmake)
$(cmake-utils_use_build cmake cmakebuilder)
$(cmake-utils_use_build cxx cpp)
-   $(cmake-utils_use_with gdbui KDE4Workspace)
$(cmake-utils_use_with okteta LibKasten)
$(cmake-utils_use_with okteta LibOkteta)
$(cmake-utils_use_with okteta LibOktetaKasten)

diff --git a/dev-util/kdevelop/kdevelop-4.7.4.ebuild 
b/dev-util/kdevelop/kdevelop-4.7.4.ebuild
index ef58d98..232b066 100644
--- a/dev-util/kdevelop/kdevelop-4.7.4.ebuild
+++ b/dev-util/kdevelop/kdevelop-4.7.4.ebuild
@@ -12,7 +12,7 @@ inherit kde4-base
 
 DESCRIPTION="Integrated Development Environment, supporting KDE/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="+cmake +cxx debug +gdbui okteta qthelp"
+IUSE="+cmake +cxx debug okteta qthelp"
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
KEYWORDS="~amd64 ~x86"
@@ -21,10 +21,6 @@ fi
 DEPEND="
dev-libs/qjson
dev-qt/qtdeclarative:4[webkit]
-   gdbui? (
-   kde-plasma/ksysguard:4
-   kde-plasma/libkworkspace:4
-   )
okteta? ( $(add_kdeapps_dep okteta) )
qthelp? ( dev-qt/qthelp:4 )
 "
@@ -38,10 +34,10 @@ RESTRICT="test"
 
 src_configure() {
local mycmakeargs=(
+   -DWITH_KDE4Workspace=OFF
-DBUILD_cmake=$(usex cmake)
-DBUILD_cmakebuilder=$(usex cmake)
-DBUILD_cpp=$(usex cxx)
-   -DWITH_KDE4Workspace=$(usex gdbui)
-DWITH_LibKasten=$(usex okteta)
-DWITH_LibOkteta=$(usex okteta)
-DWITH_LibOktetaKasten=$(usex okteta)



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

2016-12-17 Thread Johannes Huber
commit: b2478712877abde73f2910ecdedc5342219a847f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:50:43 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:50:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2478712

media-gfx/krita: Remove 3.0.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/krita/Manifest   |  1 -
 .../files/krita-3.0.1-breeze-collisions.patch  | 16 
 .../krita/files/krita-3.0.1-vc-cxxflags.patch  | 17 
 media-gfx/krita/krita-3.0.1.ebuild | 94 --
 4 files changed, 128 deletions(-)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index 83a924d..815e3e9 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1 @@
-DIST krita-3.0.1.tar.gz 206137161 SHA256 
3c820ec30c3f4c93a33e2982571017eac8f8af2a734a6a1474ef11e1db26d006 SHA512 
4d3446b90f7d5e9049ce77e9ac0dff2868dfe8ee1c707eec5d4c9d8e2168867447499079bae63ba45cc4f887ff00f0c91221e9a95c2185c0b023a1be02f09305
 WHIRLPOOL 
4e7165fa508616f2c36bd22b5a1a4d5c8147a0340ad6dcf1b183a85306aa9d052eea4bf7e068d1e358a1272baaa16ca316fac8fbc1515c1c1bcfae72138c8951
 DIST krita-3.1.1.tar.gz 209529508 SHA256 
62ef2c4b9b19563c1e2e6dc0643dd0880e04469dd5798373401d8dd666720e8f SHA512 
7de24ee9fe36fd832d8c98b14a585ce7c56bab7acd34001cb99009d02059de9e4c0aaf690cd9e48aa5a3db32e94a820e80c78dbeaf22495bf1bd1a8da9f1
 WHIRLPOOL 
15b097752b3d656b206933c4fd885baeedef01724fbcc7e141bb124a97448168c61cc5df1891d728ccd86e6fadb039b6c9c1c03105f19e97abdb6ab8

diff --git a/media-gfx/krita/files/krita-3.0.1-breeze-collisions.patch 
b/media-gfx/krita/files/krita-3.0.1-breeze-collisions.patch
deleted file mode 100644
index 890f825..
--- a/media-gfx/krita/files/krita-3.0.1-breeze-collisions.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Avoid installing files that collide with kde-plasma/breeze.
-
-Gentoo-bug: 594594
-KDE-bug: 368093
-
 a/krita/data/themes/CMakeLists.txt
-+++ b/krita/data/themes/CMakeLists.txt
-@@ -1,8 +1,6 @@
- ### install files ###
- 
- install(FILES
--BreezeDark.colors
--BreezeHighContrast.colors
- BreezeLight.colors
- KritaNeutral.colors
- KritaBlender.colors

diff --git a/media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch 
b/media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch
deleted file mode 100644
index 11c1105..
--- a/media-gfx/krita/files/krita-3.0.1-vc-cxxflags.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Avoid automagic CXXFLAG detection courtesy of dev-libs/vc.
-
-Gentoo-bug: 584118
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -525,10 +525,6 @@
- endif()
- endmacro()
- 
--if (NOT PACKAGERS_BUILD)
--# Optimize everything for the current architecture
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Vc_DEFINITIONS}")
--endif ()
- endif()
- set(CMAKE_MODULE_PATH ${OLD_CMAKE_MODULE_PATH} )
- 

diff --git a/media-gfx/krita/krita-3.0.1.ebuild 
b/media-gfx/krita/krita-3.0.1.ebuild
deleted file mode 100644
index 7e00db7..
--- a/media-gfx/krita/krita-3.0.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
-HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="color-management fftw +gsl +jpeg openexr pdf +raw tiff vc"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   dev-libs/boost:=
-   media-gfx/exiv2:=
-   media-libs/lcms
-   media-libs/libpng:=
-   net-misc/curl
-   sys-libs/zlib
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXi
-   color-management? ( media-libs/opencolorio )
-   fftw? ( sci-libs/fftw:3.0= )
-   gsl? ( sci-libs/gsl:= )
-   jpeg? ( virtual/jpeg:0 )
-   openexr? (
-   media-libs/ilmbase:=
-  

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

2016-12-17 Thread Johannes Huber
commit: 24847ce9babc750e5cf4403669f27b6f62ce0af5
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:06:23 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:06:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24847ce9

kde-apps/bomber: Fix file collision

Block games-action/xbomber due to file collision.

Gentoo-bug: 602904
Gentoo-bug: 602902

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/bomber/bomber-16.08.3.ebuild | 4 +++-
 kde-apps/bomber/bomber-16.12.0.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/bomber/bomber-16.08.3.ebuild 
b/kde-apps/bomber/bomber-16.08.3.ebuild
index e549897..723cc81 100644
--- a/kde-apps/bomber/bomber-16.08.3.ebuild
+++ b/kde-apps/bomber/bomber-16.08.3.ebuild
@@ -25,4 +25,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !games-action/xbomber
+"

diff --git a/kde-apps/bomber/bomber-16.12.0.ebuild 
b/kde-apps/bomber/bomber-16.12.0.ebuild
index e549897..723cc81 100644
--- a/kde-apps/bomber/bomber-16.12.0.ebuild
+++ b/kde-apps/bomber/bomber-16.12.0.ebuild
@@ -25,4 +25,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !games-action/xbomber
+"



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

2016-12-17 Thread Johannes Huber
commit: ded498baa57f4d8ebc9e08fe6650732ee0346dcf
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:47:54 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:47:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded498ba

media-gfx/krita: Version bump 3.1.1

Gentoo-bug: 602648
Thanks-to: rx80  gmail.com>

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/krita/Manifest   |  1 +
 media-gfx/krita/krita-3.1.1.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index dc71f7e..e9a4328 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1,3 @@
 DIST krita-3.0.1.tar.gz 206137161 SHA256 
3c820ec30c3f4c93a33e2982571017eac8f8af2a734a6a1474ef11e1db26d006 SHA512 
4d3446b90f7d5e9049ce77e9ac0dff2868dfe8ee1c707eec5d4c9d8e2168867447499079bae63ba45cc4f887ff00f0c91221e9a95c2185c0b023a1be02f09305
 WHIRLPOOL 
4e7165fa508616f2c36bd22b5a1a4d5c8147a0340ad6dcf1b183a85306aa9d052eea4bf7e068d1e358a1272baaa16ca316fac8fbc1515c1c1bcfae72138c8951
 DIST krita-3.0.tgz 193020370 SHA256 
4cea85623b709d6d32084c98a0fd76b97ad96d11be9808fca9fcaad2839a9c5a SHA512 
a32507b010b5b785a40d830beb49272155d502c4c27ba874f1c9e75cbf49c7f1f730b3ecef06f24fc1ee9d3e9505c940bc20cb275f97c65e090cc5a59529486b
 WHIRLPOOL 
fe3b7b308aa754b597375aad49ef5f07d4e0e346f0109aec3b731d6dc1aea320380b01a2166a305c8cc578cad44cc19a1b4ba7fdabf9f7a841e3d5e0bae3e7fa
+DIST krita-3.1.1.tar.gz 209529508 SHA256 
62ef2c4b9b19563c1e2e6dc0643dd0880e04469dd5798373401d8dd666720e8f SHA512 
7de24ee9fe36fd832d8c98b14a585ce7c56bab7acd34001cb99009d02059de9e4c0aaf690cd9e48aa5a3db32e94a820e80c78dbeaf22495bf1bd1a8da9f1
 WHIRLPOOL 
15b097752b3d656b206933c4fd885baeedef01724fbcc7e141bb124a97448168c61cc5df1891d728ccd86e6fadb039b6c9c1c03105f19e97abdb6ab8

diff --git a/media-gfx/krita/krita-3.1.1.ebuild 
b/media-gfx/krita/krita-3.1.1.ebuild
new file mode 100644
index ..322285e
--- /dev/null
+++ b/media-gfx/krita/krita-3.1.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
+HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="color-management fftw +gsl +jpeg openexr pdf +raw tiff vc"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui '-gles2')
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   dev-libs/boost:=
+   media-gfx/exiv2:=
+   media-libs/lcms
+   media-libs/libpng:=
+   net-misc/curl
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXi
+   color-management? ( media-libs/opencolorio )
+   fftw? ( sci-libs/fftw:3.0= )
+   gsl? ( sci-libs/gsl:= )
+   jpeg? ( virtual/jpeg:0 )
+   openexr? (
+   media-libs/ilmbase:=
+   media-libs/openexr
+   )
+   pdf? ( app-text/poppler[qt5] )
+   raw? ( media-libs/libraw:= )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-cpp/eigen:3
+   dev-lang/perl
+   sys-devel/gettext
+   vc? ( >=dev-libs/vc-1.1.0 )
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/calligra:4[calligra_features_krita]
+   !app-office/calligra-l10n:4[calligra_features_krita(+)]
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_FFTW3=$(usex fftw)
+   -DWITH_GSL=$(usex gsl)
+   -DWITH_JPEG=$(usex jpeg)
+   -DWITH_LibRaw=$(usex raw)
+   -DWITH_OCIO=$(usex color-management)
+   -DWITH_OpenEXR=$(usex openexr)
+   -DWITH_Poppler=$(usex pdf)
+   -DWITH_TIFF=$(usex tiff)
+   -DWITH_Vc=$(usex vc)
+   )
+
+   kde5_src_configure
+}



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

2016-12-17 Thread Johannes Huber
commit: 11dd7e2cd62e8113893ac918160e68132788c5d9
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:49:45 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:49:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dd7e2c

media-gfx/krita: Remove 3.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/krita/Manifest |  1 -
 media-gfx/krita/krita-3.0.ebuild | 93 
 2 files changed, 94 deletions(-)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index e9a4328..83a924d 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,3 +1,2 @@
 DIST krita-3.0.1.tar.gz 206137161 SHA256 
3c820ec30c3f4c93a33e2982571017eac8f8af2a734a6a1474ef11e1db26d006 SHA512 
4d3446b90f7d5e9049ce77e9ac0dff2868dfe8ee1c707eec5d4c9d8e2168867447499079bae63ba45cc4f887ff00f0c91221e9a95c2185c0b023a1be02f09305
 WHIRLPOOL 
4e7165fa508616f2c36bd22b5a1a4d5c8147a0340ad6dcf1b183a85306aa9d052eea4bf7e068d1e358a1272baaa16ca316fac8fbc1515c1c1bcfae72138c8951
-DIST krita-3.0.tgz 193020370 SHA256 
4cea85623b709d6d32084c98a0fd76b97ad96d11be9808fca9fcaad2839a9c5a SHA512 
a32507b010b5b785a40d830beb49272155d502c4c27ba874f1c9e75cbf49c7f1f730b3ecef06f24fc1ee9d3e9505c940bc20cb275f97c65e090cc5a59529486b
 WHIRLPOOL 
fe3b7b308aa754b597375aad49ef5f07d4e0e346f0109aec3b731d6dc1aea320380b01a2166a305c8cc578cad44cc19a1b4ba7fdabf9f7a841e3d5e0bae3e7fa
 DIST krita-3.1.1.tar.gz 209529508 SHA256 
62ef2c4b9b19563c1e2e6dc0643dd0880e04469dd5798373401d8dd666720e8f SHA512 
7de24ee9fe36fd832d8c98b14a585ce7c56bab7acd34001cb99009d02059de9e4c0aaf690cd9e48aa5a3db32e94a820e80c78dbeaf22495bf1bd1a8da9f1
 WHIRLPOOL 
15b097752b3d656b206933c4fd885baeedef01724fbcc7e141bb124a97448168c61cc5df1891d728ccd86e6fadb039b6c9c1c03105f19e97abdb6ab8

diff --git a/media-gfx/krita/krita-3.0.ebuild b/media-gfx/krita/krita-3.0.ebuild
deleted file mode 100644
index ad99049..
--- a/media-gfx/krita/krita-3.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
-HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tgz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64"
-IUSE="color-management fftw +gsl +jpeg jpeg2k openexr pdf +raw tiff vc"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   dev-libs/boost:=
-   media-gfx/exiv2:=
-   media-libs/lcms
-   media-libs/libpng:=
-   net-misc/curl
-   sys-libs/zlib
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXi
-   color-management? ( media-libs/opencolorio )
-   fftw? ( sci-libs/fftw:3.0= )
-   gsl? ( sci-libs/gsl:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/openjpeg:0= )
-   openexr? (
-   media-libs/ilmbase:=
-   media-libs/openexr
-   )
-   pdf? ( app-text/poppler[qt5] )
-   raw? ( media-libs/libraw:= )
-   tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/eigen:3
-   dev-lang/perl
-   sys-devel/gettext
-   vc? (
-   >=dev-libs/vc-0.7.4
-   

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

2016-12-17 Thread Johannes Huber
commit: 90bfe16fdae06941adf2567e10ed991573267cc5
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 17:03:47 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 17:07:35 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=90bfe16f

kde-apps/bomber: Fix file collision

Block games-action/xbomber due to file collision.

Gentoo-bug: 602904
Gentoo-bug: 602902

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/bomber/bomber-16.12.49..ebuild | 4 +++-
 kde-apps/bomber/bomber-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/bomber/bomber-16.12.49..ebuild 
b/kde-apps/bomber/bomber-16.12.49..ebuild
index 7f2bfaf..6999546 100644
--- a/kde-apps/bomber/bomber-16.12.49..ebuild
+++ b/kde-apps/bomber/bomber-16.12.49..ebuild
@@ -25,4 +25,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !games-action/xbomber
+"

diff --git a/kde-apps/bomber/bomber-.ebuild 
b/kde-apps/bomber/bomber-.ebuild
index 7f2bfaf..6999546 100644
--- a/kde-apps/bomber/bomber-.ebuild
+++ b/kde-apps/bomber/bomber-.ebuild
@@ -25,4 +25,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !games-action/xbomber
+"



[gentoo-commits] proj/kde-sunset:master commit in: dev-util/kdevelop-pg-qt/, dev-util/kdevelop/, dev-util/bouml/, ...

2016-12-17 Thread Johannes Huber
commit: 6b4247c3bef2d0c6dbbfddd91c68b2c109e16dee
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Dec 17 19:33:16 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Dec 17 19:33:16 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6b4247c3

dev-util: Import KDevelop 4

>From gentoo main tree.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/bouml/metadata.xml|  6 +--
 .../kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild | 27 +++
 dev-util/{bouml => kdevelop-pg-qt}/metadata.xml|  6 +--
 .../kdevelop-php-docs-1.7.4.ebuild | 21 +
 dev-util/{bouml => kdevelop-php-docs}/metadata.xml |  6 +--
 .../files/kdevelop-php-1.2.0-parmake.patch | 12 +
 dev-util/kdevelop-php/kdevelop-php-1.7.4.ebuild| 32 +
 dev-util/{bouml => kdevelop-php}/metadata.xml  |  6 +--
 .../kdevelop-python/kdevelop-python-1.7.3.ebuild   | 43 +
 dev-util/{bouml => kdevelop-python}/metadata.xml   |  6 +--
 .../kdevelop-qmake/kdevelop-qmake-1.7.0.ebuild | 39 
 dev-util/{bouml => kdevelop-qmake}/metadata.xml|  9 ++--
 .../kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild | 28 +++
 dev-util/{bouml => kdevelop-qmljs}/metadata.xml|  6 +--
 dev-util/kdevelop/kdevelop-4.7.4.ebuild| 52 +
 dev-util/kdevelop/metadata.xml | 24 +-
 dev-util/kdevplatform/kdevplatform-1.7.4.ebuild| 54 ++
 dev-util/kdevplatform/metadata.xml | 10 
 dev-util/qgit/metadata.xml |  6 +--
 19 files changed, 342 insertions(+), 51 deletions(-)

diff --git a/dev-util/bouml/metadata.xml b/dev-util/bouml/metadata.xml
index f22e201..7a38bb9 100644
--- a/dev-util/bouml/metadata.xml
+++ b/dev-util/bouml/metadata.xml
@@ -1,9 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-
-flamee...@gentoo.org
-Diego Pettenò
-
+   
 

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild
new file mode 100644
index 000..adb56a1
--- /dev/null
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDEBASE="kdevelop"
+inherit kde4-base
+
+if [[ $PV == ** ]]; then
+   KEYWORDS=""
+else
+   SRC_URI="https://quickgit.kde.org/?p=${PN}.git&a=snapshot&h=${PV%%.0} 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
+LICENSE="LGPL-2"
+IUSE="debug"
+
+DEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+RDEPEND="dev-util/kdevelop:4"
+
+S="${WORKDIR}/${PN}"

diff --git a/dev-util/bouml/metadata.xml b/dev-util/kdevelop-pg-qt/metadata.xml
similarity index 54%
copy from dev-util/bouml/metadata.xml
copy to dev-util/kdevelop-pg-qt/metadata.xml
index f22e201..7a38bb9 100644
--- a/dev-util/bouml/metadata.xml
+++ b/dev-util/kdevelop-pg-qt/metadata.xml
@@ -1,9 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-
-flamee...@gentoo.org
-Diego Pettenò
-
+   
 

diff --git a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.4.ebuild 
b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.4.ebuild
new file mode 100644
index 000..ce64afc
--- /dev/null
+++ b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KMNAME="kdevelop"
+WEBKIT_REQUIRED="always"
+inherit kde4-base
+
+DESCRIPTION="PHP documentation plugin for KDevelop 4"
+LICENSE="GPL-2 LGPL-2"
+IUSE="debug"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+   !=dev-util/kdevelop-plugins-1.0.0
+"

diff --git a/dev-util/bouml/metadata.xml 
b/dev-util/kdevelop-php-docs/metadata.xml
similarity index 54%
copy from dev-util/bouml/metadata.xml
copy to dev-util/kdevelop-php-docs/metadata.xml
index f22e201..7a38bb9 100644
--- a/dev-util/bouml/metadata.xml
+++ b/dev-util/kdevelop-php-docs/metadata.xml
@@ -1,9 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-
-flamee...@gentoo.org
-Diego Pettenò
-
+   
 

diff --git a/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch 
b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch
new file mode 100644
index 000..4e64c9f
--- /dev/null
+++ b/dev-util/kdevelop-php/files/kdevelop-php-1.2.0-parmake.patch
@@ -0,0 +1,12 @@
+diff -ruN kdevelop-php-1.2.0.orig/parser/CMakeLists.txt 
kdevelop-php-1.2.0/parser/CMakeLists.txt
+--- kdevelop-php-1.2.0.orig/parser/CMakeLists.txt  2011-01-23 
20:42:54.0 +0100
 kdevelop-php-1.2.0/parser/CMakeLists.txt   2011-04-25 22:29:05.486182541 
+0200
+@@ -21,6 +21,8 @@
+ ${KDE4_KTEXTEDITOR_LIBS}
+ )
+ 
++add_d

[gentoo-commits] repo/gentoo:master commit in: sci-misc/cdfplayer/

2016-12-17 Thread Andreas Hüttel
commit: e348921d2f596a198217bcdaaeabe3fcaafbef30
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 17 19:31:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 17 19:31:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e348921d

sci-misc/cdfplayer: Add missing dependency

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild 
b/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild
index 49d8e1a..326bdf0 100644
--- a/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild
+++ b/sci-misc/cdfplayer/cdfplayer-10.4.0.ebuild
@@ -41,6 +41,7 @@ RDEPEND="
dev-libs/icu
x11-libs/libxcb
dev-libs/libxml2
+   || ( sys-libs/ncurses:5/5 sys-libs/ncurses:0/5 )
 "
 
 # we need this a few times



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

2016-12-17 Thread Justin Lecher
commit: 38747acc6b11e00d4c075a07a026a6de0c6e521a
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec 17 18:11:22 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec 17 18:11:22 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=38747acc

License missing and fetch restricted

Signed-off-by: Justin Lecher  gentoo.org>

 sci-biology/annovar/annovar-20160201.ebuild | 38 -
 sci-biology/annovar/metadata.xml| 12 -
 2 files changed, 50 deletions(-)

diff --git a/sci-biology/annovar/annovar-20160201.ebuild 
b/sci-biology/annovar/annovar-20160201.ebuild
deleted file mode 100644
index 79ddbd1..000
--- a/sci-biology/annovar/annovar-20160201.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Annotate variation data in input VCF files"
-HOMEPAGE="http://annovar.openbioinformatics.org";
-SRC_URI="annovar-20160201.tar.gz
-   annovar-20160201_table_annovar.pl"
-
-LICENSE="annovar_personal_only"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl
-   ${DEPEND}"
-
-RESTRICT="fetch"
-
-S="${WORKDIR}"/"${PN}"
-
-pkg_nofetch() {
-   einfo "Please visit ${HOMEPAGE} and obtain the file"
-   einfo "\"${P}.tar.gz\" and place it in ${DISTDIR}."
-   einfo "Also fetch an updated version of 
http://www.openbioinformatics.org/annovar/download/table_annovar.pl";
-   einfo "and place it into ${DISTDIR} as ${P}__table_annovar.pl."
-}
-
-src_install(){
-   dobin *.pl
-   # install a "patch" from table_annovar.pl
-   newbin "${DISTDIR}"/${P}_table_annovar.pl table_annovar.pl
-   insinto /usr/share/"${PN}"
-   doins -r example humandb
-}

diff --git a/sci-biology/annovar/metadata.xml b/sci-biology/annovar/metadata.xml
deleted file mode 100644
index f68a1b6..000
--- a/sci-biology/annovar/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-mmokr...@fold.natur.cuni.cz
-Martin Mokrejs
-  
-  
-sci-biol...@gentoo.org
-Gentoo Biology Project
-  
-



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

2016-12-17 Thread Justin Lecher
commit: d60913ebe9a9712f0e92412ac7ddb884c295e835
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec 17 18:05:07 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec 17 18:05:07 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d60913eb

Merge remote-tracking branch 'github/master'

* github/master:
  sci-biology/ncbi-genome-download: new ebuild (#712)
  sci-visualization/mricrogl: version bump and dependency update (#711)

 sci-biology/ncbi-genome-download/Manifest   |  1 +
 sci-biology/ncbi-genome-download/metadata.xml   | 12 
 .../ncbi-genome-download-0.2.2.ebuild   | 21 +
 sci-visualization/mricrogl/Manifest |  1 +
 ...2015.ebuild => mricrogl-1.0.20160930.ebuild} | 14 +++---
 sci-visualization/mricrogl/mricrogl-.ebuild |  4 ++--
 6 files changed, 44 insertions(+), 9 deletions(-)



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

2016-12-17 Thread Justin Lecher
commit: ea03cc4fb804978b09344a9d12c4db066d184150
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec 17 15:47:18 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec 17 18:04:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea03cc4f

sys-fs/aufs4: Bump to latest aufs release

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

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

diff --git a/sys-fs/aufs4/Manifest b/sys-fs/aufs4/Manifest
index 6549e51..861374b 100644
--- a/sys-fs/aufs4/Manifest
+++ b/sys-fs/aufs4/Manifest
@@ -3,3 +3,4 @@ DIST aufs4-standalone-0_pre20160223.tar.xz 1072092 SHA256 
46c9e0bb68902fb92028a4
 DIST aufs4-standalone-0_pre20160627.tar.xz 1427036 SHA256 
47e8fbaef29d62b7d5856103966e254840771d329dc2a181014d43a19629063b SHA512 
c2e3d92fc6ca8968071a40d2773b63ec21fdd2bb12e8375dced30279ffcafcd06cacb0c20a6bb5378704c5de670426d0d92149bb5737507e3515b5df648e1b81
 WHIRLPOOL 
813262655193abf9fc61b993f70c11e052f5803b66ac8fdfcbd4b476ef03e7ae7c7be13520e9c7c3349d1ab89628dabf6b01a81f98ed82082c15515922ab07c5
 DIST aufs4-standalone-0_pre20160815.tar.xz 1648360 SHA256 
35b2b8c558a9927eb6079055fbe040bc790d31131193afde6270f5cc6dd19603 SHA512 
a9a86ce4fce04100704cce1acf04b8eeff6a2b81cc591d3ceeafa736a3a8e8fed59538f9301af6cb3ec496dd914b81a3134669ba8871624b2266cc3f731b9fae
 WHIRLPOOL 
68c6241c7680670e68d2b09fdc8008a90b666c9baf49960785c626637d412811ba12582b62830a49309cc8f2b36a1ff874973ad89eb61b80ed0cf02e58a86a53
 DIST aufs4-standalone-0_pre20161010.tar.xz 1635556 SHA256 
86d9ba7c401640a990991ca7dbea587ac755253791e0d325ec77ca01730359e3 SHA512 
520f47255ee33762f111f93ceeaaee9cf6136c13fb6968a7a7d49388c189e112875f076c5fecdad2123d137a2bc0b74e9c0e6e8913e75dfede30e7a65dd74616
 WHIRLPOOL 
6b8b1836093ba29bfbf24a6a02231c9514a406d99a5b78bd9db660d388efc9f6e09957b11bc5c3f1f4dc71188a37822e708d48bf5940627881373897b08f3c85
+DIST aufs4-standalone-0_pre20161219.tar.xz 1823772 SHA256 
92554aa017279d31c3a3228f32dee70f7dee3cdd105b4f281f16e92900120d24 SHA512 
59fc0df19716d8f03e2547d98d6f412e921576d60afd783e5691a07c09b298ee61f491501e07ec154665a56d11b1887f94813ef5972254e6391251a48ba156c9
 WHIRLPOOL 
8470f594e6ebb6d56da9b4c20d1b372a77aac2e0b7e009e15f76d082b8ad51b287ccc1da7f64cbcb4d513af4780795b811dea1b1f953e306bb23d56a72453a36

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

[gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/

2016-12-17 Thread Justin Lecher
commit: 1f9654ca196a760347de8c2e04c14ccf6b1ec907
Author: Horea Christian  yandex  com>
AuthorDate: Tue Dec 13 07:57:08 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec 13 07:57:08 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f9654ca

sci-visualization/mricrogl: version bump and dependency update (#711)

* sci-visualization/mricrogl: dependency update

Package-Manager: Portage-2.3.3, Repoman-2.3.1

* sci-visualization/mricrogl: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{mricrogl-.ebuild => mricrogl-1.0.20160930.ebuild}   | 12 +++-
 sci-visualization/mricrogl/mricrogl-.ebuild  |  4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/sci-visualization/mricrogl/mricrogl-.ebuild 
b/sci-visualization/mricrogl/mricrogl-1.0.20160930.ebuild
similarity index 77%
copy from sci-visualization/mricrogl/mricrogl-.ebuild
copy to sci-visualization/mricrogl/mricrogl-1.0.20160930.ebuild
index 1b0a0ab..560e251 100644
--- a/sci-visualization/mricrogl/mricrogl-.ebuild
+++ b/sci-visualization/mricrogl/mricrogl-1.0.20160930.ebuild
@@ -2,21 +2,23 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
-inherit git-r3 gnome2-utils
+inherit gnome2-utils
 
 DESCRIPTION="A simle medical imaging visualization tool"
 HOMEPAGE="https://github.com/neurolabusc/MRIcroGL";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/neurolabusc/MRIcroGL.git";
+SRC_URI="https://github.com/neurolabusc/MRIcroGL/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=""
 DEPEND="dev-lang/fpc
-   dev-lang/lazarus"
+   >=dev-lang/lazarus-1.6.2"
+
+S="${WORKDIR}/MRIcroGL-${PV}"
 
 src_compile() {
lazbuild -B --lazarusdir="/usr/share/lazarus/" simplelaz.lpi || die

diff --git a/sci-visualization/mricrogl/mricrogl-.ebuild 
b/sci-visualization/mricrogl/mricrogl-.ebuild
index 1b0a0ab..c3904fa 100644
--- a/sci-visualization/mricrogl/mricrogl-.ebuild
+++ b/sci-visualization/mricrogl/mricrogl-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
 inherit git-r3 gnome2-utils
 
@@ -16,7 +16,7 @@ SLOT="0"
 
 RDEPEND=""
 DEPEND="dev-lang/fpc
-   dev-lang/lazarus"
+   >=dev-lang/lazarus-1.6.2"
 
 src_compile() {
lazbuild -B --lazarusdir="/usr/share/lazarus/" simplelaz.lpi || die



  1   2   3   >