[gentoo-commits] repo/gentoo:master commit in: net-misc/proxychains/, net-misc/proxychains/files/

2017-01-19 Thread Tim Harder
commit: 58c4c02fb87e486ab09da55473a5318c05e55987
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jan 20 07:28:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Jan 20 07:29:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c4c02f

net-misc/proxychains: add missing linking libs

 net-misc/proxychains/files/proxychains-4.12-makefile.patch  | 2 +-
 .../proxychains/{proxychains-4.12.ebuild => proxychains-4.12-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/proxychains/files/proxychains-4.12-makefile.patch 
b/net-misc/proxychains/files/proxychains-4.12-makefile.patch
index 4b3fe53..98fdaac 100644
--- a/net-misc/proxychains/files/proxychains-4.12-makefile.patch
+++ b/net-misc/proxychains/files/proxychains-4.12-makefile.patch
@@ -33,7 +33,7 @@
  $(LDSO_PATHNAME): $(LOBJS)
 -  $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) $(USER_LDFLAGS) \
 -  -shared -o $@ $(LOBJS)
-+  $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ 
$(LOBJS)
++  $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ 
$(LOBJS) $(LIBS)
  
  $(ALL_TOOLS): $(OBJS)
 -  $(CC) src/main.o src/common.o $(USER_LDFLAGS) -o $(PXCHAINS)

diff --git a/net-misc/proxychains/proxychains-4.12.ebuild 
b/net-misc/proxychains/proxychains-4.12-r1.ebuild
similarity index 100%
rename from net-misc/proxychains/proxychains-4.12.ebuild
rename to net-misc/proxychains/proxychains-4.12-r1.ebuild



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

2017-01-19 Thread Zac Medico
commit: aa0cf0c993759f559988c8d0d6ea50be8cf716ce
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Jan 20 06:50:54 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 07:26:52 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=aa0cf0c9

Properly retrieve the count attribute and adjust logic to properly support both 
GLSA formats

X-Gentoo-Bug: 605612
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=605612

 pym/portage/glsa.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py
index 5e6662d..ea3819b 100644
--- a/pym/portage/glsa.py
+++ b/pym/portage/glsa.py
@@ -533,8 +533,8 @@ class Glsa:
# 2007-12-30
revisedEl = myroot.getElementsByTagName("revised")[0]
self.revised = getText(revisedEl, format="strip")
-   count = revisedEl.attributes.get("count")
-   if count is None:
+   count = revisedEl.getAttribute("count")
+   if not count:
if self.revised.find(":") >= 0:
(self.revised, count) = self.revised.split(":")
else:



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

2017-01-19 Thread Zac Medico
commit: 9880514a855f5c3b7a4178cc53475e4b0a76ba6f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 07:12:53 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 07:12:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9880514a

dev-python/sphinx_celery: add package

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/sphinx_celery/Manifest  |  1 +
 dev-python/sphinx_celery/metadata.xml  | 11 +++
 .../sphinx_celery/sphinx_celery-1.3.1.ebuild   | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/sphinx_celery/Manifest 
b/dev-python/sphinx_celery/Manifest
new file mode 100644
index ..a39e866
--- /dev/null
+++ b/dev-python/sphinx_celery/Manifest
@@ -0,0 +1 @@
+DIST sphinx_celery-1.3.1.tar.gz 15334 SHA256 
490eff4b56ab716a8bf53dc614916a89627b24b698e9fd14137be431a677a416 SHA512 
b3d11204fd02f85426e1f4bcb81e61557f04440656be946a18e142087180a50f864ca4bbb53d3fff4eabd7623bf5c3682d3c1e00b9adf9184de99a27de98b2f6
 WHIRLPOOL 
15df69372faeaca1a2babee1c20e711b6f81d465be44977378cfc9d56471d5974a8fd985d1cda1ce9c518f5275cd56d33548050caa0d7a74bb9737273abe2b55

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

diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild 
b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
new file mode 100644
index ..1a33f77
--- /dev/null
+++ b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Celery Sphinx Theme and Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2017-01-19 Thread Aaron Bauman
commit: 8aed03d3c4170943568ff1446574f21e0c7396d7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Jan 20 06:50:54 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jan 20 06:50:54 2017 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8aed03d3

Properly retrieve the count attribute and adjust logic to properly support both 
GLSA formats

 pym/gentoolkit/glsa/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/gentoolkit/glsa/__init__.py b/pym/gentoolkit/glsa/__init__.py
index ba1eed7..03e685c 100644
--- a/pym/gentoolkit/glsa/__init__.py
+++ b/pym/gentoolkit/glsa/__init__.py
@@ -561,8 +561,8 @@ class Glsa:
# 2007-12-30
revisedEl = myroot.getElementsByTagName("revised")[0]
self.revised = getText(revisedEl, format="strip")
-   count = revisedEl.attributes.get("count")
-   if count is None:
+   count = revisedEl.getAttribute("count")
+   if not count:
if self.revised.find(":") >= 0:
(self.revised, count) = self.revised.split(":")
else:



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/asciimath/, dev-ruby/asciimath/files/

2017-01-19 Thread Hans de Graaff
commit: 19c7cf709b34e5de586524a00b38e45e39c0340c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 20 06:39:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 20 06:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c7cf70

dev-ruby/asciimath: add 1.0.4

Package-Manager: portage-2.3.0

 dev-ruby/asciimath/Manifest|  1 +
 dev-ruby/asciimath/asciimath-1.0.4.ebuild  | 23 ++
 .../files/asciimath-1.0.4-backslashes.patch| 22 +
 3 files changed, 46 insertions(+)

diff --git a/dev-ruby/asciimath/Manifest b/dev-ruby/asciimath/Manifest
index 1621793..85d7937 100644
--- a/dev-ruby/asciimath/Manifest
+++ b/dev-ruby/asciimath/Manifest
@@ -1 +1,2 @@
 DIST asciimath-1.0.2.gem 13824 SHA256 
d3c4485b6f32a61732d007337f74f6242d02ff572873b44bdbc1110cac9cfc37 SHA512 
109995b8c67dc159671a1498f4507d926bdb10bb6c3a84552137fc84aa3477a237aa6c739de3011981f6815cd70fd9a0dc4ce47e172ab24d02a55f80ada0af46
 WHIRLPOOL 
b83b33b31d059e0615f7eb84cc27540f1daa342b53f21e0ba57b7743a8914a73acf1a4f01225c3f5670776a4bc558deb11a24d19659fe603a8a4873d4bd86bf2
+DIST asciimath-1.0.4.gem 14336 SHA256 
ac6271729317dfb166991261f5ab0893ec89c88621eaa3ef4787d5026f9c00b5 SHA512 
e99e6f869dda3e0236392039e6dccf5912b095e32ee7acbfb4684a5d723d05f4d3c9961554d5beab2a3d703b1ef50c45ed15c0dbda2179ab35d3b1b6b8759b49
 WHIRLPOOL 
58f495835d5176a6573063ad8c81452381a87116ae70dace72d29f25661c8ce9f595a7e79da5603f5928291a24090927ec7a12234f36e3c987ffb9a1d23397d9

diff --git a/dev-ruby/asciimath/asciimath-1.0.4.ebuild 
b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
new file mode 100644
index ..e1b86d5
--- /dev/null
+++ b/dev-ruby/asciimath/asciimath-1.0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
+HOMEPAGE="https://github.com/pepijnve/asciimath;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RUBY_PATCHES=( ${P}-backslashes.patch )

diff --git a/dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch 
b/dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch
new file mode 100644
index ..9bf08ce
--- /dev/null
+++ b/dev-ruby/asciimath/files/asciimath-1.0.4-backslashes.patch
@@ -0,0 +1,22 @@
+From 1c06fdc8086077f4785479f78b0823a4a72d7948 Mon Sep 17 00:00:00 2001
+From: Pepijn Van Eeckhoudt 
+Date: Thu, 12 May 2016 18:02:45 +0200
+Subject: [PATCH] Remove spurious backslashes
+
+---
+ spec/parser_spec.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spec/parser_spec.rb b/spec/parser_spec.rb
+index def78e0..3fa5a75 100644
+--- a/spec/parser_spec.rb
 b/spec/parser_spec.rb
+@@ -45,7 +45,7 @@
+ '"Скорость"=("Расстояние")/("Время")' =>
+ 
'Скорость=РасстояниеВремя',
+ 'bb (a + b) + cc c = fr (d^n)' =>
+-'a+b+c=dn'
++'a+b+c=dn'
+ }
+ 
+ version = RUBY_VERSION.split('.').map { |s| s.to_i }



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

2017-01-19 Thread Hans de Graaff
commit: c8666ded2674dca5f1908d450f48634412efd18a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 20 06:14:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 20 06:39:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8666ded

dev-ruby/asciidoctor-diagram: add 1.5.4

Package-Manager: portage-2.3.0

 dev-ruby/asciidoctor-diagram/Manifest  |  1 +
 .../asciidoctor-diagram-1.5.4.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/asciidoctor-diagram/Manifest 
b/dev-ruby/asciidoctor-diagram/Manifest
index c14e3f9..29605b6 100644
--- a/dev-ruby/asciidoctor-diagram/Manifest
+++ b/dev-ruby/asciidoctor-diagram/Manifest
@@ -1,2 +1,3 @@
 DIST asciidoctor-diagram-1.4.0.tar.gz 2950518 SHA256 
83243bada230f2d71a7aae5df0edea8b418979d5f10a29b46b912f36a96e3edc SHA512 
9e392ad419dd73741ec12ff252d48e043151a222b2cb6b0947eef8ef87356bbf184a6caa7ab595862255e5913c2390c3d90f26b20b4a0d2a91dab79a6a65075d
 WHIRLPOOL 
9a5ea2931ee088eab6e8c2d347d1f14a27b86a274e3cead240e9cba8a968bfef52c7fcb008092467c57cc5f99a5efcef21ea6138f4d5cb7e870658b879831ec9
 DIST asciidoctor-diagram-1.5.1.tar.gz 5081222 SHA256 
c37eadec781c339d00e08c0d6a3ee7f8101a46fe17da94afad0fa6a2c0b57898 SHA512 
140fbde07f3873cf710d95b055cf062d651e3eda5a77e434fa6a1c122894425d29ef9ae3583ab1dbb5ba6e1a360cad73afd1d704bebdebdff6c05650ed90a61c
 WHIRLPOOL 
d7e45604d96c3550ca16cc447e62ed3dd426c03366f521d4caa422cbe4952bbdcd807081b8fbd55171af0cb9cf79394e467641f96394a55b05f9674fc77bfe5d
+DIST asciidoctor-diagram-1.5.4.tar.gz 5203713 SHA256 
8094c2f65f881512b47f402a23cb75a9490ee6c0cb7850bf1346a5481fd8b0e6 SHA512 
1c75d0633235a50daf1ed7514d59df0d33272086b278dbcf75b9be641834a2569d2ee56e41cdc3abc66d3c6b1631dfc1f6483e36f6041824ca5f8ec41821c5d2
 WHIRLPOOL 
820e132a74cb7ef8b13a2c1cfe98324cf8d1ea9dd784e9a249a8a71e7926a10e08d61b61c47bb00729c6bac9d6495b2ec21ad226ab774914880e228123a27e57

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.4.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.4.ebuild
new file mode 100644
index ..fb1b033
--- /dev/null
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc LICENSE.txt README.adoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A set of Asciidoctor extensions that enable you to add diagrams"
+HOMEPAGE="https://github.com/asciidoctor/asciidoctor-diagram;
+SRC_URI="https://github.com/asciidoctor/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.0"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+
+   # Avoid specs for unpackaged tools
+   rm -f spec/{blockdiag,erd,mermaid,shaape,umlet,wavedrom}_spec.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+}



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

2017-01-19 Thread Hans de Graaff
commit: b03f7ff9b344b52b1978ef73d54ca68944f1cf40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 20 06:00:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 20 06:39:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03f7ff9

dev-ruby/rspec-json_expectations: initial import of 2.1.0

New dependency for app-admin/puppet-lint

Package-Manager: portage-2.3.0

 dev-ruby/rspec-json_expectations/Manifest  |  1 +
 dev-ruby/rspec-json_expectations/metadata.xml  | 11 
 .../rspec-json_expectations-2.1.0.ebuild   | 32 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-ruby/rspec-json_expectations/Manifest 
b/dev-ruby/rspec-json_expectations/Manifest
new file mode 100644
index ..df7ddd7
--- /dev/null
+++ b/dev-ruby/rspec-json_expectations/Manifest
@@ -0,0 +1 @@
+DIST rspec-json_expectations-2.1.0.gem 14848 SHA256 
76593bd2025d076df534e18ff7b08e2cb117fb57637c2ecef3fc97b4e6866d50 SHA512 
1b09b959d6ecbc76c13b37fbf89cba381feb00505ce3a5701ad87ef1ed2ee178ea760508af809ac7dc8285c24d86dd7e33a7fb903a7f74472ca59d59f8df0daf
 WHIRLPOOL 
8498611f5c9ad2af2181d0051702be36cc45e774cad6d93d8676a37c553451c4aa48cd1a8a62c4d41e3f01df4b68cdd054e4d74ce6f08b858a260de9aef3fce8

diff --git a/dev-ruby/rspec-json_expectations/metadata.xml 
b/dev-ruby/rspec-json_expectations/metadata.xml
new file mode 100644
index ..3d3fa1d
--- /dev/null
+++ b/dev-ruby/rspec-json_expectations/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+waterlink/rspec-json_expectations
+  
+

diff --git 
a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild 
b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
new file mode 100644
index ..3543a79
--- /dev/null
+++ b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Set of matchers and helpers to allow you test your APIs 
responses."
+HOMEPAGE="https://github.com/waterlink/rspec-json_expectations;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-util/cucumber )"
+
+all_ruby_prepare() {
+   sed -i -e '1irequire "forwardable"' 
lib/rspec/json_expectations/matchers.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S cucumber --format progress features || die
+}



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

2017-01-19 Thread Hans de Graaff
commit: 190ebde5f3d8e7fb3d69d5da8246e10b97ac6fac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jan 20 06:29:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jan 20 06:39:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190ebde5

dev-ruby/haml: add ruby23

Package-Manager: portage-2.3.0

 dev-ruby/haml/haml-4.0.7-r1.ebuild | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/dev-ruby/haml/haml-4.0.7-r1.ebuild 
b/dev-ruby/haml/haml-4.0.7-r1.ebuild
new file mode 100644
index ..7a7808d
--- /dev/null
+++ b/dev-ruby/haml/haml-4.0.7-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby web page templating engine"
+HOMEPAGE="http://haml-lang.com/;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+RDEPEND="${RDEPEND} !!=dev-ruby/maruku-0.7.2-r1
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' \
+   -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
+   -e '1igem "actionpack", "~>4.2"'\
+   -e '1igem "activesupport", "~>4.2"'\
+   -e '1igem "railties", "~>4.2"'\
+   test/test_helper.rb || die
+   # Remove test that fails when RedCloth is available
+   sed -i -e "/should raise error when a Tilt filters dependencies are 
unavailable for extension/,+9 s/^/#/"\
+   test/filters_test.rb || die
+}



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

2017-01-19 Thread Jeroen Roovers
commit: 8e12d779d3ded8ab288661c96f2d5ddb022278f1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 06:19:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 06:19:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e12d779

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2017.01.18.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 2ab3537..1faac7b 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.12.22.tar.gz 2502964 SHA256 
f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524 SHA512 
87fee134da660a4feb4cfcd2cbb35cb9682e6ed08c766e3c89f6c986f991cac78c64f5bf8a1d15c4080e4df0909c6a360137407a7896b93f8f41cf4493f341cb
 WHIRLPOOL 
6909d34958e4152be3334723c68d207bb34db2996d90908829ebd3ee45d28768d7f6cba8ce0fb19de440b34fb96b46b3d5b8bf830c998037c4f4d59e574206c3
 DIST youtube-dl-2017.01.10.tar.gz 2517299 SHA256 
6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932 SHA512 
c5c8a1b9650e0580a9b0243e71401427dd9806e9bc588140d2fa7cb32fc8889361164d175c9660363f67b762a6283a7de5948135c25fb210e6da771b94423a42
 WHIRLPOOL 
0e2a2d7a6bf1ecce4a599606772cb0e6b00e43920d6961a612b158f1e1e2906d71cb2f9d0158dbcb7c446201017649d67523782e2c6c11b0b5f2ecae9d48bc6b
 DIST youtube-dl-2017.01.14.tar.gz 2518837 SHA256 
76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca SHA512 
4371dba5b1ba0b35a26e8be424cebbaaaf823338a59ef4e5c6925ef966fbe5c2bd1c15a6ff58085cb36513fe991d79a0d77171051ff5730eca017bd4df9fe494
 WHIRLPOOL 
2822a2bfe39cacc759fc123a494a78d9b541abc5468f69bb2b19a6918dcd4fab720c4edbda7ff415c5acc4c0233340918b695f6d15007b60e5568834932e1fcc
+DIST youtube-dl-2017.01.18.tar.gz 2521980 SHA256 
7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e SHA512 
12333f99ce3bd264081db42f19cf855d0739a099cd5a34cb17341fd3dd8297325bf874a1f6b6e74acb7917a5e0bfb89b5cc6bce0231587b2a15c38335a49d5d7
 WHIRLPOOL 
ae006ec199020315520173f6ae56724bb5eaa858a030e7e71e730df359a8e87caf9cb2610b6b1cd65912272891c1f19c3fd90d6304c93b45d2e51996a62cf985

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

[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2017-01-19 Thread Jeroen Roovers
commit: 2305d0b54420ece3f1a1229a61375ec30480f8a3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 06:18:17 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 06:18:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2305d0b5

www-servers/lighttpd: Stable for HPPA (bug #550458).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 www-servers/lighttpd/lighttpd-1.4.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.42.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.42.ebuild
index 40f9036..61e3642 100644
--- a/www-servers/lighttpd/lighttpd-1.4.42.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.42.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz;
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~sparc-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~sparc-fbsd 
~x86-fbsd"
 IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev libressl lua minimal mmap 
memcached mysql pcre php rrdtool selinux ssl test webdav xattr zlib"
 
 REQUIRED_USE="kerberos? ( ssl !libressl )"



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

2017-01-19 Thread Jeroen Roovers
commit: 0da58e5b25956e25f8306ea46486928fd55f785f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 06:20:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 06:20:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da58e5b

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2017.01.10.ebuild | 99 
 2 files changed, 100 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 1faac7b..a18a2b7 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.12.22.tar.gz 2502964 SHA256 
f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524 SHA512 
87fee134da660a4feb4cfcd2cbb35cb9682e6ed08c766e3c89f6c986f991cac78c64f5bf8a1d15c4080e4df0909c6a360137407a7896b93f8f41cf4493f341cb
 WHIRLPOOL 
6909d34958e4152be3334723c68d207bb34db2996d90908829ebd3ee45d28768d7f6cba8ce0fb19de440b34fb96b46b3d5b8bf830c998037c4f4d59e574206c3
-DIST youtube-dl-2017.01.10.tar.gz 2517299 SHA256 
6493d1400c5735221d65688548ada4d45875f25562f7c49c73263d9ae4369932 SHA512 
c5c8a1b9650e0580a9b0243e71401427dd9806e9bc588140d2fa7cb32fc8889361164d175c9660363f67b762a6283a7de5948135c25fb210e6da771b94423a42
 WHIRLPOOL 
0e2a2d7a6bf1ecce4a599606772cb0e6b00e43920d6961a612b158f1e1e2906d71cb2f9d0158dbcb7c446201017649d67523782e2c6c11b0b5f2ecae9d48bc6b
 DIST youtube-dl-2017.01.14.tar.gz 2518837 SHA256 
76c8bd77db6c820bfa72f1e2a873101ca736fd1d9954ccebf349fa7caef99cca SHA512 
4371dba5b1ba0b35a26e8be424cebbaaaf823338a59ef4e5c6925ef966fbe5c2bd1c15a6ff58085cb36513fe991d79a0d77171051ff5730eca017bd4df9fe494
 WHIRLPOOL 
2822a2bfe39cacc759fc123a494a78d9b541abc5468f69bb2b19a6918dcd4fab720c4edbda7ff415c5acc4c0233340918b695f6d15007b60e5568834932e1fcc
 DIST youtube-dl-2017.01.18.tar.gz 2521980 SHA256 
7c16f3ce7cf8a673a4c531e4a1fc10801467a61732cb65430e40b3ab8b2f2d2e SHA512 
12333f99ce3bd264081db42f19cf855d0739a099cd5a34cb17341fd3dd8297325bf874a1f6b6e74acb7917a5e0bfb89b5cc6bce0231587b2a15c38335a49d5d7
 WHIRLPOOL 
ae006ec199020315520173f6ae56724bb5eaa858a030e7e71e730df359a8e87caf9cb2610b6b1cd65912272891c1f19c3fd90d6304c93b45d2e51996a62cf985

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

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

2017-01-19 Thread Jeroen Roovers
commit: 2058aa49c3e52b97fe42217f2516345cc1be74c8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:52:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:52:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2058aa49

net-analyzer/arping: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/arping/Manifest   |  2 --
 net-analyzer/arping/arping-2.15.ebuild | 41 --
 net-analyzer/arping/arping-2.16.ebuild | 25 -
 3 files changed, 68 deletions(-)

diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index a93c6cc..678bf43 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1,4 +1,2 @@
-DIST arping-2.15.tar.gz 149061 SHA256 
9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 SHA512 
89fb5ef1d7663d3577094e250751675ed9bc54fe95fa96d85138a2cf31f422c9b829c90902877bd6dd3f1102194ce0b53af9ef483fbb7e33ce2ae81283b5d52b
 WHIRLPOOL 
2dd43c644f57182c8372c2bc14820352db72309eab594b2797e123af20e3f8af7a6016c22e5b014f93102b689bb7e60ace349f2b14d9ff00d5de944c6e2e4d6f
-DIST arping-2.16.tar.gz 174183 SHA256 
e0086f79cb30cd64983acd46e1fbadcf11dfd63c15f1180beae1cad63a05c854 SHA512 
90aeb0ad3341bf176b78d02c4fa762a579885c8b07f6d39f73e39760499988d33ca1b9d0d41c95a21eac13503a8923da5c7c1a08cfc6624465d5159441e36107
 WHIRLPOOL 
a717626e40e763b739bf02ec2a5535786a0b746ff105446c65ab0c608bfac2dfa74196fd9dbe7f52f8918a7b044a61a0961b5cdb976e79c31701997a42b9205e
 DIST arping-2.17.tar.gz 174346 SHA256 
b954655b2121abc086bb4464de2e242b5da643c3621edfdd3853118ea438ed01 SHA512 
062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2
 WHIRLPOOL 
79f023699b0197812d286c7a5b178cf093e0cc966ebaa26d405434ff3afd4d6b15b1901faa6a8f349b66ff37eb982fa05777cffbfeef2778575a77b813eb33b2
 DIST arping-2.18.tar.gz 175691 SHA256 
2b97c797969a597af6715c306ab03bb9c851fbc45c0378def257e8e2d57bf869 SHA512 
0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89
 WHIRLPOOL 
ae7f831de78ad7d4bbe0c15616717844b91a7cbfe632c9e82110caa835256f1c49f51bf45eeffac647a7664f3f0983ccc57dfd7dc3836eee5d19453873a7

diff --git a/net-analyzer/arping/arping-2.15.ebuild 
b/net-analyzer/arping/arping-2.15.ebuild
deleted file mode 100644
index c2cdc98..
--- a/net-analyzer/arping/arping-2.15.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A utility to see if a specific IP address is taken and what MAC 
address owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping;
-SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
-   net-libs/libpcap
-   net-libs/libnet:1.1
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   rm -f Makefile
-
-   # since we install as arping2, use arping2 in documentation
-   sed -i \
-   -e "s|\(${PN}\)|\12|g" \
-   -e "s|\(${PN}\)\(\W\)|\12\2|g" \
-   -e "s|${PN}2-|${PN}-|g" \
-   -e "s|(${PN}2 2.*\.x only)||g" \
-   doc/${PN}.8 || die
-   sed -i \
-   -e "s|\(${PN}\) |\12 |g" \
-   extra/${PN}-scan-net.sh || die
-}
-
-src_install() {
-   # since we install as arping2, we cannot use emake install
-   newsbin src/${PN} ${PN}2
-   newman doc/${PN}.8 ${PN}2.8
-   dodoc README extra/arping-scan-net.sh
-}

diff --git a/net-analyzer/arping/arping-2.16.ebuild 
b/net-analyzer/arping/arping-2.16.ebuild
deleted file mode 100644
index 24e684e..
--- a/net-analyzer/arping/arping-2.16.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit fcaps
-
-DESCRIPTION="A utility to see if a specific IP address is taken and what MAC 
address owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping;
-SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
-   net-libs/libpcap
-   net-libs/libnet:1.1
-"
-RDEPEND="
-   ${DEPEND}
-   !net-misc/iputils[arping(+)]
-"
-
-FILECAPS=( cap_net_raw /usr/sbin/arping )



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

2017-01-19 Thread Jeroen Roovers
commit: daa1aa07d5fb5cf1466ef2429a913fd9cf0e75c4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:50:25 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:50:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa1aa07

net-analyzer/arping: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/arping/Manifest   |  1 +
 net-analyzer/arping/arping-2.18.ebuild | 30 ++
 net-analyzer/arping/arping-.ebuild |  7 ---
 3 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index 727811f..a93c6cc 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1,3 +1,4 @@
 DIST arping-2.15.tar.gz 149061 SHA256 
9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 SHA512 
89fb5ef1d7663d3577094e250751675ed9bc54fe95fa96d85138a2cf31f422c9b829c90902877bd6dd3f1102194ce0b53af9ef483fbb7e33ce2ae81283b5d52b
 WHIRLPOOL 
2dd43c644f57182c8372c2bc14820352db72309eab594b2797e123af20e3f8af7a6016c22e5b014f93102b689bb7e60ace349f2b14d9ff00d5de944c6e2e4d6f
 DIST arping-2.16.tar.gz 174183 SHA256 
e0086f79cb30cd64983acd46e1fbadcf11dfd63c15f1180beae1cad63a05c854 SHA512 
90aeb0ad3341bf176b78d02c4fa762a579885c8b07f6d39f73e39760499988d33ca1b9d0d41c95a21eac13503a8923da5c7c1a08cfc6624465d5159441e36107
 WHIRLPOOL 
a717626e40e763b739bf02ec2a5535786a0b746ff105446c65ab0c608bfac2dfa74196fd9dbe7f52f8918a7b044a61a0961b5cdb976e79c31701997a42b9205e
 DIST arping-2.17.tar.gz 174346 SHA256 
b954655b2121abc086bb4464de2e242b5da643c3621edfdd3853118ea438ed01 SHA512 
062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2
 WHIRLPOOL 
79f023699b0197812d286c7a5b178cf093e0cc966ebaa26d405434ff3afd4d6b15b1901faa6a8f349b66ff37eb982fa05777cffbfeef2778575a77b813eb33b2
+DIST arping-2.18.tar.gz 175691 SHA256 
2b97c797969a597af6715c306ab03bb9c851fbc45c0378def257e8e2d57bf869 SHA512 
0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89
 WHIRLPOOL 
ae7f831de78ad7d4bbe0c15616717844b91a7cbfe632c9e82110caa835256f1c49f51bf45eeffac647a7664f3f0983ccc57dfd7dc3836eee5d19453873a7

diff --git a/net-analyzer/arping/arping-2.18.ebuild 
b/net-analyzer/arping/arping-2.18.ebuild
new file mode 100644
index ..a82e75b
--- /dev/null
+++ b/net-analyzer/arping/arping-2.18.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit fcaps
+
+DESCRIPTION="A utility to see if a specific IP address is taken and what MAC 
address owns it"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping;
+SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="test"
+
+CDEPEND="
+   net-libs/libpcap
+   net-libs/libnet:1.1
+"
+DEPEND="
+   ${CDEPEND}
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   ${CDEPEND}
+   !net-misc/iputils[arping(+)]
+"
+
+FILECAPS=( cap_net_raw /usr/sbin/arping )

diff --git a/net-analyzer/arping/arping-.ebuild 
b/net-analyzer/arping/arping-.ebuild
index 7179b5a..97dd753 100644
--- a/net-analyzer/arping/arping-.ebuild
+++ b/net-analyzer/arping/arping-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit autotools eutils fcaps git-r3
+EAPI=6
+inherit autotools fcaps git-r3
 
 DESCRIPTION="ARP Ping"
 HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping;
@@ -29,5 +29,6 @@ RDEPEND="
 FILECAPS=( cap_net_raw /usr/sbin/arping )
 
 src_prepare() {
+   default
eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/, net-dns/libidn2/files/

2017-01-19 Thread Jeroen Roovers
commit: 4b22844b3d26e466fe23ac9f632807e5113a314f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:53:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:53:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b22844b

net-dns/libidn2: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-dns/libidn2/Manifest   |  2 -
 net-dns/libidn2/files/libidn2-0.12-noinstall.patch | 11 -
 net-dns/libidn2/libidn2-0.13.ebuild| 55 --
 net-dns/libidn2/libidn2-0.14.ebuild| 52 
 4 files changed, 120 deletions(-)

diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
index fbff95b..5befebf 100644
--- a/net-dns/libidn2/Manifest
+++ b/net-dns/libidn2/Manifest
@@ -1,5 +1,3 @@
 DIST libidn2-0.11.tar.gz 1563669 SHA256 
5d397bdc258b372b8a25c8fb5240430d6fae28f9d790d3670f4b6012fa87bfff SHA512 
99cbd69b5bbc6463b1e6e1d94a644cb3cb9ea7c16e8eba8b6d8078e5a9c4f25bdca57f8105837a2ed33f955bba6939042be799f749d21f66bd28b06c44b1a773
 WHIRLPOOL 
82ebf62e087475a5264ae2c3f56dc98f34b531b5b6435149ce13110239f2d53d5d6c1c79bc54c7d3fa23bbb0fdc861f0a38ac7c6dcbacd9e9c1d351f412d3aae
-DIST libidn2-0.13.tar.gz 1504713 SHA256 
7595f68f189f8bee8c6847a71aab4df2dcb3e24fdc679912c0554043e664bafd SHA512 
eb3ed5de8d4554be85b9c85737e1140625e7262599092a6341212fddbaf9b0ee29002a43ec3e46c2931754eb0e4d8a6bb8e38b1bcae23b63769e13ad54077d4b
 WHIRLPOOL 
e9a3f922ef4ac0cf7e0dcc452389fec44e11bffae87cc9b57377fc6fddaca254280181ebfad95ba6e2c83ec94d3ca32296baae5bf50dde80adae525a8c115614
-DIST libidn2-0.14.tar.gz 1503716 SHA256 
ba5dfbf2ac617846d9a02ecbfd43d813de5e3100963d2412f1774fd16ea3218a SHA512 
5d074a0dc3adc5773a0cbdba947534a292f41fb37e66b71fc5212bba0df244fde258aded61918f2d4bc0665fe18773ed9c422d9c44995805186c623830d913c7
 WHIRLPOOL 
8caa34f46b6af7f3df2711bd1ed3140fbf646370ad62b25771f662d2b64eb2b5a77b9a6c7758df213ebbabd4ea04804e46e93761f303ffbf95db019442cab4d7
 DIST libidn2-0.15.tar.gz 1495200 SHA256 
459534cae46233f0ae8e09dae071a46ec3f201ebafd5f4edcdfa8b02bc23cf4e SHA512 
4b019bef7cbd8ea8a22fd75f81b3b01509830c764c4348d87e1ff403447cf5da4da2172f756a52b77e4df70c6dc531c884bf673d923e7b57fa00690cd6112c66
 WHIRLPOOL 
229be50b9062929f56003b78be8d38c0e00807f9bff6588bcf0734a0b70dd8af51f04c5065af2b6cabfacb2ac035cebdaeb01bda89e16d339f3eaeff7d75164c
 DIST libidn2-0.16.tar.gz 1494295 SHA256 
2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f SHA512 
85f41c79bd2b88f2724383461a78e56b47e52e66e3f088d631a922438742938721d26aeebef17f6ca4fd028d95dfb5b0fa298a96982ef777c07fefe5244d1e73
 WHIRLPOOL 
be10d0e2994e4fa0e31d710b358c7375e9454b4291bd4603a683a6ddb737241442007f04893395b36d7ef636614b6982354840bb07570e2a6b8f6aa2d888996a

diff --git a/net-dns/libidn2/files/libidn2-0.12-noinstall.patch 
b/net-dns/libidn2/files/libidn2-0.12-noinstall.patch
deleted file mode 100644
index e02779f..
--- a/net-dns/libidn2/files/libidn2-0.12-noinstall.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -18,7 +18,7 @@
- AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) -I$(top_builddir)/lib 
-I$(top_srcdir)/lib
- AM_CFLAGS = $(WARN_CFLAGS)
- 
--bin_PROGRAMS = idn2 idn2_noinstall
-+bin_PROGRAMS = idn2
- 
- idn2_SOURCES = idn2.c blurbs.h
- idn2_LDADD = libidn2_cmd.la ../libidn2.la $(LIBS)

diff --git a/net-dns/libidn2/libidn2-0.13.ebuild 
b/net-dns/libidn2/libidn2-0.13.ebuild
deleted file mode 100644
index c5848ce..
--- a/net-dns/libidn2/libidn2-0.13.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 
5891, 5892, 5893)"
-HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2;
-SRC_URI="
-   mirror://gnu-alpha/libidn/${P}.tar.gz
-"
-
-LICENSE="GPL-2+ LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~ppc-aix 
~x64-freebsd ~x86-freebsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="
-   dev-libs/libunistring[${MULTILIB_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-   sys-apps/help2man
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.12-Werror.patch
-   "${FILESDIR}"/${PN}-0.12-examples.patch
-   "${FILESDIR}"/${PN}-0.12-gengetopt.patch
-   "${FILESDIR}"/${PN}-0.12-noinstall.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   # tr46map.c is already present
-   touch gentr46map -r tr46map.c
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   econf \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install() {
-   default
-
-   prune_libtool_files
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/, net-dns/libidn2/files/

2017-01-19 Thread Jeroen Roovers
commit: 2c52c62be78c0e454e5d74a5b7bc8a00f102c516
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:52:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:52:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c52c62b

net-dns/libidn2: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-dns/libidn2/Manifest   |  1 +
 net-dns/libidn2/files/libidn2-0.16-gengetopt.patch | 11 +
 net-dns/libidn2/libidn2-0.16.ebuild| 51 ++
 3 files changed, 63 insertions(+)

diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
index ec398e1..fbff95b 100644
--- a/net-dns/libidn2/Manifest
+++ b/net-dns/libidn2/Manifest
@@ -2,3 +2,4 @@ DIST libidn2-0.11.tar.gz 1563669 SHA256 
5d397bdc258b372b8a25c8fb5240430d6fae28f9
 DIST libidn2-0.13.tar.gz 1504713 SHA256 
7595f68f189f8bee8c6847a71aab4df2dcb3e24fdc679912c0554043e664bafd SHA512 
eb3ed5de8d4554be85b9c85737e1140625e7262599092a6341212fddbaf9b0ee29002a43ec3e46c2931754eb0e4d8a6bb8e38b1bcae23b63769e13ad54077d4b
 WHIRLPOOL 
e9a3f922ef4ac0cf7e0dcc452389fec44e11bffae87cc9b57377fc6fddaca254280181ebfad95ba6e2c83ec94d3ca32296baae5bf50dde80adae525a8c115614
 DIST libidn2-0.14.tar.gz 1503716 SHA256 
ba5dfbf2ac617846d9a02ecbfd43d813de5e3100963d2412f1774fd16ea3218a SHA512 
5d074a0dc3adc5773a0cbdba947534a292f41fb37e66b71fc5212bba0df244fde258aded61918f2d4bc0665fe18773ed9c422d9c44995805186c623830d913c7
 WHIRLPOOL 
8caa34f46b6af7f3df2711bd1ed3140fbf646370ad62b25771f662d2b64eb2b5a77b9a6c7758df213ebbabd4ea04804e46e93761f303ffbf95db019442cab4d7
 DIST libidn2-0.15.tar.gz 1495200 SHA256 
459534cae46233f0ae8e09dae071a46ec3f201ebafd5f4edcdfa8b02bc23cf4e SHA512 
4b019bef7cbd8ea8a22fd75f81b3b01509830c764c4348d87e1ff403447cf5da4da2172f756a52b77e4df70c6dc531c884bf673d923e7b57fa00690cd6112c66
 WHIRLPOOL 
229be50b9062929f56003b78be8d38c0e00807f9bff6588bcf0734a0b70dd8af51f04c5065af2b6cabfacb2ac035cebdaeb01bda89e16d339f3eaeff7d75164c
+DIST libidn2-0.16.tar.gz 1494295 SHA256 
2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f SHA512 
85f41c79bd2b88f2724383461a78e56b47e52e66e3f088d631a922438742938721d26aeebef17f6ca4fd028d95dfb5b0fa298a96982ef777c07fefe5244d1e73
 WHIRLPOOL 
be10d0e2994e4fa0e31d710b358c7375e9454b4291bd4603a683a6ddb737241442007f04893395b36d7ef636614b6982354840bb07570e2a6b8f6aa2d888996a

diff --git a/net-dns/libidn2/files/libidn2-0.16-gengetopt.patch 
b/net-dns/libidn2/files/libidn2-0.16-gengetopt.patch
new file mode 100644
index ..80b10de
--- /dev/null
+++ b/net-dns/libidn2/files/libidn2-0.16-gengetopt.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -30,7 +30,7 @@
+ libidn2_cmd_la_LIBADD = ../lib/libgnu.la
+ libidn2_cmd_la_CFLAGS =
+ 
+-idn2_cmd.c idn2_cmd.h: idn2.ggo Makefile.am
++idn2_cmd.c idn2_cmd.h: idn2.ggo
+   gengetopt --unamed-opts --no-handle-version --no-handle-help \
+   --set-package="idn2" \
+   --input $^ --file-name idn2_cmd

diff --git a/net-dns/libidn2/libidn2-0.16.ebuild 
b/net-dns/libidn2/libidn2-0.16.ebuild
new file mode 100644
index ..1b90fbf
--- /dev/null
+++ b/net-dns/libidn2/libidn2-0.16.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 
5891, 5892, 5893)"
+HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 
https://gitlab.com/jas/libidn2;
+SRC_URI="
+   mirror://gnu-alpha/libidn/${P}.tar.gz
+"
+
+LICENSE="GPL-2+ LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~ppc-aix 
~x64-freebsd ~x86-freebsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND="
+   dev-libs/libunistring[${MULTILIB_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-lang/perl
+   sys-apps/help2man
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.12-Werror.patch
+   "${FILESDIR}"/${PN}-0.12-examples.patch
+   "${FILESDIR}"/${PN}-0.16-gengetopt.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   econf \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install() {
+   default
+
+   prune_libtool_files
+}



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

2017-01-19 Thread Jeroen Roovers
commit: 4b5db112068c339899df7b8879f1e553b4ef5bee
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:33:07 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:33:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5db112

app-text/a2ps: Stable for HPPA (bug #506352).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 app-text/a2ps/a2ps-4.14-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/a2ps/a2ps-4.14-r5.ebuild 
b/app-text/a2ps/a2ps-4.14-r5.ebuild
index 1f24461..d426435 100644
--- a/app-text/a2ps/a2ps-4.14-r5.ebuild
+++ b/app-text/a2ps/a2ps-4.14-r5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="emacs latex linguas_ja nls static-libs userland_BSD userland_GNU vanilla"
 
 RESTRICT=test



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

2017-01-19 Thread Jeroen Roovers
commit: 6cfc14dd5bdbeffdf82fe29ec9f37e34fcee589e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:13:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:13:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfc14dd

dev-vcs/git: Stable for HPPA (bug #601984).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-vcs/git/git-2.10.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git/git-2.10.2.ebuild b/dev-vcs/git/git-2.10.2.ebuild
index ffc7e53..156569e 100644
--- a/dev-vcs/git/git-2.10.2.ebuild
+++ b/dev-vcs/git/git-2.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ if [[ ${PV} != * ]]; then
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2017-01-19 Thread Jeroen Roovers
commit: 73d91effae9e6c371a5c8bae12561a150c0c3c49
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 05:06:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 05:06:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d91eff

media-libs/flac: Stable for HPPA (bug #540072).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/flac/flac-1.3.2-r1.ebuild 
b/media-libs/flac/flac-1.3.2-r1.ebuild
index f891c11..2459a0b 100644
--- a/media-libs/flac/flac-1.3.2-r1.ebuild
+++ b/media-libs/flac/flac-1.3.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.xz;
 
 LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="altivec +cxx debug ogg cpu_flags_x86_sse static-libs"
 
 RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )"



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

2017-01-19 Thread Jeroen Roovers
commit: d7befdfe1c1439c3c966e332334b8bf332b01c6b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 20 04:59:33 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 20 04:59:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7befdfe

dev-libs/liblognorm: Stable for HPPA (bug #605332).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild 
b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild
index a5e790d..1ee03cd 100644
--- a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild
+++ b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~hppa x86 ~amd64-linux"
+   KEYWORDS="amd64 ~arm hppa x86 ~amd64-linux"
 fi
 
 LICENSE="LGPL-2.1 Apache-2.0"



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

2017-01-19 Thread Göktürk Yüksek
commit: dcf3748ee9de042cbcff9524e1e064e7b71bfa35
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Jan 20 04:29:14 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jan 20 04:55:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf3748e

sys-kernel/ck-sources: add maintainers #585552 #606562

Package-Manager: portage-2.3.0

 sys-kernel/ck-sources/metadata.xml | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/ck-sources/metadata.xml 
b/sys-kernel/ck-sources/metadata.xml
index f6e6c10..328e8ee 100644
--- a/sys-kernel/ck-sources/metadata.xml
+++ b/sys-kernel/ck-sources/metadata.xml
@@ -1,7 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+kuze...@gmail.com
+Sarah White
+  
+  
+gokt...@gentoo.org
+Göktürk Yüksek
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 BFS by itself vs the full ck patchset
 Allow experimental code. Can break or degrade



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

2017-01-19 Thread Göktürk Yüksek
commit: b4a883ed61410fcdb4d846e7ec604fa8e27ef1e5
Author: Sarah White  gmail  com>
AuthorDate: Fri Jan 20 04:25:09 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Jan 20 04:55:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a883ed

sys-kernel/ck-sources: bump to 9.4.9 #569262

Package-Manager: portage-2.3.0

 sys-kernel/ck-sources/Manifest|  7 +++
 sys-kernel/ck-sources/ck-sources-4.9.4.ebuild | 90 +++
 2 files changed, 97 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 6238ab1..a3b32e0 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -9,12 +9,14 @@ DIST deblob-3.18 127087 SHA256 
c720eabb3911f8dfa4398c4250853df4633018abebc01a509
 DIST deblob-3.4 108298 SHA256 
b005dd372b8e55b19fc583fd99a3e95e44844b56305fdff7fdbd5f924a6c0308 SHA512 
ce3df3c4850f0da821286acfa1b6c94e16350578f76a4df93284d2fe201dd78ce15dfb5c56727d8f90012062db180d5e9ee81ac3372f5b46e0deabdcfc03ca19
 WHIRLPOOL 
79386c1e04ca84709fce6ec4ea5eb308876d86f04a1b28f1eda4653d4917b3b9aa9b8a6b82605da3456d29e800dd5bbfcb27c124f1a01057d25b18871bc8770d
 DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
 DIST deblob-4.3 137019 SHA256 
317eb90f128fc05bcf0a01eb7f167f9b5447563b0af4cef4270b774ad64dbdf8 SHA512 
e1f98cfcac9cbbe3e7042bc427c1afb5024088d0846a1eb806c7c46616ee77cbbeb63c52f7c1229ff54cda74605f9a6775833e1f5d7ba35a9ae554ca05fd7fc0
 WHIRLPOOL 
9d42765fd0592f7c8e01f5df78510deafbfff2b60128ad26c2412bdab4b02c72fc8dd0c7c0180176b5399de66cc85f625abf2968c049f8a3b9ebeb5d8c5c71f0
+DIST deblob-4.9 146273 SHA256 
af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 WHIRLPOOL 
7b5ddba1469b6515d03d2e0e91a643ab0252803fde271ca710978186582a2f1a3b01deab9718c194bcdae0a79887636b6e98e604305402c9051b15a89fd393df
 DIST deblob-check-3.10 612122 SHA256 
5a9552abac85cab9715a958785a3f901937fa135d85452647a16398181909c12 SHA512 
c52917e9de8211f66a1e6805282dd727f1ec86701f76cbf16d0909ec212a9429c0994e0993db95b57934b17d9d91b08b4fa29f80c501397a5acce84bf4e1aed9
 WHIRLPOOL 
d1c591fe7e229f9638945dd14f7dd16617ecff224b4cf2a6a3dd58913c23f7eb67496c26235d1d4637607bc9c9d260d990a0935b6b5bf2332f15e8ed58269856
 DIST deblob-check-3.14 613905 SHA256 
4c69ea1c225b1a84c41e75392dcaa94f77dd8e647aff3afe52f1ab16ac99c5e5 SHA512 
4dd7e785727ce29d78f5f68431fcb6ea9dfda5221dc8e699f40d13e3c85411707b13c288d23f8baa6b3c47f5a67ac58da0a7f1a51c4d9fdda82a7428ead88cf4
 WHIRLPOOL 
de1b67955662f072193f58b7e7dbd98c6680958c2d65632bfb831dc0681945a4d1c27abe978e6ee687ae8f48773eb71c2f9026f461377b28235e7f7e39832a67
 DIST deblob-check-3.18 654232 SHA256 
30f22602b6ddf2cbccc16ef25fdc4d92755f3972e1c671d7cab8b9d6865eb155 SHA512 
2cff9abef479a55dd6a0699371be8227ba63b18da1fb153d5df382e0a5e4f1b745b7de256a367a36efa9d12e2aad5622cc288efef009feebf81c108dbef4fe16
 WHIRLPOOL 
e92927ad1565e80ce87e8bda372f8f7eb42bc0f47ad9b19fe5cf737903b2021fd6e3756e8d22b70f3037a46c254fec8b7285b37beb10795ccb4ca99d38876f8c
 DIST deblob-check-3.4 612122 SHA256 
5a9552abac85cab9715a958785a3f901937fa135d85452647a16398181909c12 SHA512 
c52917e9de8211f66a1e6805282dd727f1ec86701f76cbf16d0909ec212a9429c0994e0993db95b57934b17d9d91b08b4fa29f80c501397a5acce84bf4e1aed9
 WHIRLPOOL 
d1c591fe7e229f9638945dd14f7dd16617ecff224b4cf2a6a3dd58913c23f7eb67496c26235d1d4637607bc9c9d260d990a0935b6b5bf2332f15e8ed58269856
 DIST deblob-check-4.1 674781 SHA256 
54aa33e23a31ead6f982b830be86003c306b88f0d0a9f96c7dc66fe7cd274acb SHA512 
51fe9d70d723992aaf70f8bfcfcc12ecfedd7a039402ddae07858fb087693b00cd80d1e0e1a5053e049f2a2b8c58ed23e4598e2dae902c499c08bc2eeb33
 WHIRLPOOL 
d2c22280e12863793f8e866b126be53ee10d564373addfe9399b2afe22dd7584513c050f334ea08e6d63dd27a1574f2754456bad9d0a42e8c8d9995eec27aed0
 DIST deblob-check-4.3 688368 SHA256 
9dff222415c2ead1edba2f6755926d6786225814d87dc3624605f99a4b760a5a SHA512 
2029b4765a4f83b71370dc4439526daff57be32f8692a329d500df82019a5381849ca979c0ae3761c2efcc04590c031560f0e25de50e71f476618df529a1445a
 WHIRLPOOL 
6dbdcfe6653e751ff00ad91f45c803bdb196fdb9c895ddffaec18a111a19720d50a77485ff8ce228287217ad2e98b6f9e9c65a3c6476f195cbf9e3b7969be34a
+DIST deblob-check-4.9 717834 SHA256 
4599c6eabd53bb352e9b536d574152e72467548add19757fc6b8e34355928d6b SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 WHIRLPOOL 
f1afe1f8d8bcd6fc43a01da5eb012d117687418f049212fe20fe7ea88700c482bc6fd3e917102ff9d12baf11e678a40355877a7d214da8b3cbf2b585a51a012e
 DIST 

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

2017-01-19 Thread Lars Wendler
commit: deb8b48135d54a27409329cb25d5544f61c636e4
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 20 04:33:57 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 20 04:34:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb8b481

x11-libs/libxkbcommon: Bump to version 0.7.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/libxkbcommon/Manifest  |  1 +
 x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/x11-libs/libxkbcommon/Manifest b/x11-libs/libxkbcommon/Manifest
index 6532b89..c6fe58c 100644
--- a/x11-libs/libxkbcommon/Manifest
+++ b/x11-libs/libxkbcommon/Manifest
@@ -2,3 +2,4 @@ DIST libxkbcommon-0.5.0.tar.xz 615504 SHA256 
90bd7824742b9a6f52a6cf80e2cadd6f534
 DIST libxkbcommon-0.6.0.tar.xz 608700 SHA256 
69235ec3a13194dea9555d7994bc4548b3ee20070e05a135af5372a958149ef0 SHA512 
b70ff4b3b85f03cc2875622ccfa60ba6f1b86a07be90df8be73b867771dd08a85740df95fe8dfef2bacf4356a6dfc9c51523ec6ce60d197184860577b39586c4
 WHIRLPOOL 
f2f07b96912ed91790511fab4da3ef11492b74dd9059d1f3df35c58def3d8bffec8857be5c24835662aabe25cdc2c13437e2721a8200736d90e1d6c557fac7d3
 DIST libxkbcommon-0.6.1.tar.xz 722288 SHA256 
5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760 SHA512 
5eab309d711ef3f4ce6d98ddd72f7f67fb6374eeea5fa13d37019830847a48a100d5b61b0312787966020c85b180b3ee8a5fd8e7acd3a8a9220ca53dcc411370
 WHIRLPOOL 
3de7a03f1733b558a672e25c41cda8c4373f1fc08badcd8d44856108ff2a2cf9ea692d4a5aaba7b2e59adef4c2bcaa71bdde023aa57ff99e256e18f082463bdd
 DIST libxkbcommon-0.7.0.tar.xz 621980 SHA256 
09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798 SHA512 
0610f4e4d177d5323e6513f90cb3c29cd07bb1680c9d09770411e8b01e64b7fcf77c8a05cf24ce3035ee08435e95619f21cf283f842cc96511a31fe3a194dc70
 WHIRLPOOL 
caee4a8c963d21695991eb3cde158f09707ff7ebb35835e496177dbf8934aa83d0ea931bb775a6da1f24d2f71bf89a1afaed7bd037341acf329ec92fa34e3d3e
+DIST libxkbcommon-0.7.1.tar.xz 622384 SHA256 
ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b SHA512 
9f209214d5d7f9334cabb2cd7e0d9b9b0392c1fae06b60e92a03398875399fe48754b543389f78b8b06dd28a86dfd440720e534bae309ca8ef882eb874dce4e1
 WHIRLPOOL 
cc397b6e24c943ea506400789d2fca501d62eb03ead929662c037175c98d2f5b7bc723e4f967b48692646e25b74d1e2120de213014d26b74cc7a85e127bda733

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
new file mode 100644
index ..5d21b33
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_EAUTORECONF="yes"
+XORG_MULTILIB="yes"
+
+if [[ ${PV} = ** ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+   EGIT_REPO_URI="git://github.com/xkbcommon/${PN}"
+else
+   XORG_BASE_INDIVIDUAL_URI=""
+   SRC_URI="http://xkbcommon.org/download/${P}.tar.xz;
+fi
+
+inherit xorg-2 ${GIT_ECLASS}
+
+DESCRIPTION="X.Org xkbcommon library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X doc test"
+
+DEPEND="sys-devel/bison
+   sys-devel/flex
+   X? ( >=x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
+   >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+   >=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
+   doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   --with-xkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+   $(use X || use_enable X x11)
+   $(use_with doc doxygen)
+   )
+   xorg-2_pkg_setup
+}



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

2017-01-19 Thread Zac Medico
commit: 168df0f9666213c167b5072217cecac8898e3faa
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 04:15:51 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 04:15:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168df0f9

dev-python/vine: keyword ~arm64 since new py-amqp needs it

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/vine/vine-1.1.3.ebuild 
b/dev-python/vine/vine-1.1.3.ebuild
index b9f372e..4d8c78e 100644
--- a/dev-python/vine/vine-1.1.3.ebuild
+++ b/dev-python/vine/vine-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-01-19 Thread Zac Medico
commit: 1d28625c3979b2027c62c2a1313323cd86129a29
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 03:09:40 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 03:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d28625c

dev-python/vine: add package

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/vine/Manifest  |  1 +
 dev-python/vine/metadata.xml  | 11 +++
 dev-python/vine/vine-1.1.3.ebuild | 29 +
 3 files changed, 41 insertions(+)

diff --git a/dev-python/vine/Manifest b/dev-python/vine/Manifest
new file mode 100644
index ..2113631
--- /dev/null
+++ b/dev-python/vine/Manifest
@@ -0,0 +1 @@
+DIST vine-1.1.3.tar.gz 52520 SHA256 
87b95da19249373430a8fafca36f1aecb7aa0f1cc78545877857afc46aea2441 SHA512 
7652b1527021b2f45f3a372c65a6f196c22edad60ab1e8adbafe7174b7dae912f24eaf34788672c762ea9145ebf3d48265fa4ad99f3084d85769242f4e8bd87f
 WHIRLPOOL 
18e8e6d640612595fa445c1903cca5d5ad79567cb627bb44ce7d10d9e774dfae5f110f40919e33b391b071312f084b1cd29d8c1ed6a73d035093cde5969f1a22

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

diff --git a/dev-python/vine/vine-1.1.3.ebuild 
b/dev-python/vine/vine-1.1.3.ebuild
new file mode 100644
index ..b9f372e
--- /dev/null
+++ b/dev-python/vine/vine-1.1.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Promises"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   esetup.py test
+}



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

2017-01-19 Thread Zac Medico
commit: bc0d399d859517b26204e9daa58dd8c43f9b203a
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jan 20 03:00:57 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jan 20 03:01:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0d399d

dev-python/case: version bump to 1.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/case/Manifest b/dev-python/case/Manifest
index f57cf44..64661e9 100644
--- a/dev-python/case/Manifest
+++ b/dev-python/case/Manifest
@@ -1 +1,2 @@
 DIST case-1.2.3.tar.gz 55405 SHA256 
6e6a6b824ee2641657415305a343fa66d3cf9c29f25202ba749957b4f17f5051 SHA512 
7dcc2fc593e4c5382879b9f09aecc35c0937d1070d945688e641d08611ecc263531a9d87eef730685cab41ed32a0e770b06ff36060b212d288752442814700e0
 WHIRLPOOL 
c88f5e70cd2f377d3b0ff68110610d4a15ee76067b2bd5ea3243a667c9ff0baf2d6d235e555dd4c7a6da4e0c26aa81f3f9325672695f64603cdeedcf6b3079c1
+DIST case-1.5.0.tar.gz 58148 SHA256 
4543fe33e38b1b00eddc06163cb8c361af2a194dd03312219eb23b9c259213e5 SHA512 
0ae03ab175903bc55a81df9c1847587960bec64202be66702456b447c3114d8a9b49fa7bfa08cb032040bc2c1f17411642392abee617e4400fae0a9b67d38702
 WHIRLPOOL 
e07834dda326b6bd62484b6a1a86e133edf6c23d8a9a04a085845fd655755c50ff8779aec768f9412b160397714b3b3aa8565f4a17d9df8e99fee07786d4

diff --git a/dev-python/case/case-1.5.0.ebuild 
b/dev-python/case/case-1.5.0.ebuild
new file mode 100644
index ..0421d6e
--- /dev/null
+++ b/dev-python/case/case-1.5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python unittest Utilities"
+HOMEPAGE="https://pypi.python.org/pypi/${PN} https://github.com/celery/${PN};
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-01-19 Thread Matthias Maier
commit: 4f8a1cdd067bff319820cf0ee9fa009a44386acd
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jan 20 02:12:08 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jan 20 02:37:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8a1cdd

app-emulation/libvirt: port to EAPI 6

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 ...ibvirt-2.5.0.ebuild => libvirt-2.5.0-r1.ebuild} | 40 --
 app-emulation/libvirt/libvirt-.ebuild  | 40 --
 2 files changed, 30 insertions(+), 50 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-2.5.0.ebuild 
b/app-emulation/libvirt/libvirt-2.5.0-r1.ebuild
similarity index 91%
rename from app-emulation/libvirt/libvirt-2.5.0.ebuild
rename to app-emulation/libvirt/libvirt-2.5.0-r1.ebuild
index 556a123..1cb69c8 100644
--- a/app-emulation/libvirt/libvirt-2.5.0.ebuild
+++ b/app-emulation/libvirt/libvirt-2.5.0-r1.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils user autotools-utils linux-info systemd readme.gentoo-r1
-
-BACKPORTS=""
+inherit autotools eutils user linux-info systemd readme.gentoo-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
@@ -21,9 +19,6 @@ else
else
SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
fi
-   SRC_URI+=" ${BACKPORTS:+
-   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
KEYWORDS="~amd64 ~x86"
SLOT="0/${PV}"
 fi
@@ -125,6 +120,13 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.0-do_not_use_sysconf.patch
+   "${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch
+   "${FILESDIR}"/${PN}-1.3.1-fix_paths_for_apparmor.patch
+   "${FILESDIR}"/${PN}-1.3.4-glibc-2.23.patch
+)
+
 pkg_setup() {
enewgroup qemu 77
enewuser qemu 77 -1 -1 "qemu,kvm"
@@ -225,17 +227,7 @@ src_prepare() {
) >.git-module-status
fi
 
-   epatch \
-   "${FILESDIR}"/${PN}-1.3.0-do_not_use_sysconf.patch \
-   "${FILESDIR}"/${PN}-1.2.16-fix_paths_in_libvirt-guests_sh.patch 
\
-   "${FILESDIR}"/${PN}-1.3.1-fix_paths_for_apparmor.patch \
-   "${FILESDIR}"/${PN}-1.3.4-glibc-2.23.patch
-
-   [[ -n ${BACKPORTS} ]] &&
-   EPATCH_FORCE=yes EPATCH_SUFFIX="patch" \
-   EPATCH_SOURCE="${WORKDIR}/patches" epatch
-
-   epatch_user
+   default
 
# Tweak the init script:
cp "${FILESDIR}/libvirtd.init-r16" "${S}/libvirtd.init" || die
@@ -245,8 +237,7 @@ src_prepare() {
-e "s/USE_FLAG_RBD/$(usex rbd 'use ceph' '')/" \
-i "${S}/libvirtd.init" || die "sed failed"
 
-   AUTOTOOLS_AUTORECONF=true
-   autotools-utils_src_prepare
+   eautoreconf
 }
 
 src_configure() {
@@ -316,7 +307,7 @@ src_configure() {
myeconfargs+=( $(use_with virtualbox vbox) )
fi
 
-   autotools-utils_src_configure
+   econf "${myeconfargs[@]}"
 
if [[ ${PV} = ** ]]; then
# Restore gnulib's config.sub and config.guess
@@ -340,9 +331,8 @@ src_test() {
 }
 
 src_install() {
-   autotools-utils_src_compile install \
-   DESTDIR="${D}" \
-   SYSTEMD_UNIT_DIR="$(systemd_get_unitdir)"
+   emake DESTDIR="${D}" \
+   SYSTEMD_UNIT_DIR="$(systemd_get_systemunitdir)" install
 
find "${D}" -name '*.la' -delete || die
 

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 556a123..1cb69c8 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils user autotools-utils linux-info systemd readme.gentoo-r1
-
-BACKPORTS=""
+inherit autotools eutils user linux-info systemd readme.gentoo-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
@@ -21,9 +19,6 @@ else
else
SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
fi
-   SRC_URI+=" ${BACKPORTS:+
-   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
KEYWORDS="~amd64 ~x86"
SLOT="0/${PV}"
 fi
@@ -125,6 +120,13 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.0-do_not_use_sysconf.patch
+   

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

2017-01-19 Thread Matthias Maier
commit: 36257e57c59799e1bb5180594e4c08d93f55393d
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jan 20 02:05:53 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jan 20 02:29:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36257e57

app-emulation/libvirt: drop obsolete

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 app-emulation/libvirt/Manifest|   3 -
 app-emulation/libvirt/libvirt-2.0.0-r3.ebuild | 394 --
 app-emulation/libvirt/libvirt-2.2.0-r1.ebuild | 391 -
 app-emulation/libvirt/libvirt-2.4.0-r1.ebuild | 393 -
 app-emulation/libvirt/libvirt-2.4.0.ebuild| 391 -
 5 files changed, 1572 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 32cffcd..b7a111e 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,8 +1,5 @@
 DIST libvirt-1.3.5-20160709.tar.xz 1336 SHA256 
d14b14661e9bd89a8805dd84d8ee5f8b39f428a4dcbf70693eea593328e28033 SHA512 
08ad8c691f145a3a8c27b594b486b9265777f756099c127e58fd76bac7249a0e84181a3f15da4cf64ffdcf35ff7e3a2f1f1ee50f3882df5d980ad7250a30e44e
 WHIRLPOOL 
8d8106314c2bed984db3947b51b90dadd45680a07d568cc980c6534ba2229bfff8d041ecf40898131030f3db8d6e223fe30ba3dc72b3fe7fedc02a77b5c37331
 DIST libvirt-1.3.5.tar.gz 35109092 SHA256 
93a23c44eb431da46c9458f95a66e29c9b98e37515d44b6be09e75b35ec94ac8 SHA512 
6c6a09623d3d4d426311bfa7039f5e39584d5f891b8e761bbdb3022601ea066b8e1c3f8d609326e8ba4081ae40b7b03086fbc8ba5759d218b8616ec98200a89d
 WHIRLPOOL 
88ac308cc461efff842c27e40263a3b25ce0bc0ca310fb6e9def9126ab893fe43aed01bda9fc3615439ee797c36e2800f741b346e0b3d96aac64e7909c269879
-DIST libvirt-2.0.0.tar.xz 13161096 SHA256 
10e90af55e613953c0ddc60b4ac3a10c73c0f3493d7014259e3f012b2ffc9acb SHA512 
1182346e9268ec50cfd191a18172ad8ca80615a111547cc72fbe227cbbe9579263a1236f80cb36542272bdbf092e2184c9060b65c56dc2098076bbd1a89dd66c
 WHIRLPOOL 
3d6d9e307228f54993c6082f7787d678b2afe84d96b47889d1565e38da489fb99691aeb598831dff04cd9fe47448ea35dc1f5a44b3c6638816cf61533155688c
 DIST libvirt-2.1.0.tar.xz 13212368 SHA256 
1a799562337472ab00f76aa30a53d54c623c96633070ec53286c9cc2a456316b SHA512 
5ad1bcf4d28be39028db7b551c77947d56a7119501912fdf41b0d46467f9c37525d364854181bd084e2107e9cd459303856403e5330bd99458c32e42abb4059c
 WHIRLPOOL 
75485a02e9c1538f91379f6e702c39e5e7acd248221e01b797ec03930e92e7859c2986050c06009059f5cf9cff6bab131c1d6758d3950b201e5ce555e3b15a90
-DIST libvirt-2.2.0.tar.xz 13209684 SHA256 
e315a8d66aeeb0e7b6459e20b8abae16a23764c3f5d24c7d9462465d26791699 SHA512 
b441188e6a7a13e7ece116b8930f532e84810b90f4d44dea603441cc7044a06330094cd73349908a2c48339a745b77efdbf2fbb82ebe3488b4a8f53d787f29a5
 WHIRLPOOL 
bbb50d9f347b3a172c1135bb9456e7f8b7d41e18d42130ef7b27d68de14f6897d0feddae445d36aa1c7d1627b2446b0cbc6b5bf6913ecfc185a32a65f6278aeb
 DIST libvirt-2.3.0.tar.xz 13224384 SHA256 
e430e69b27d3f6c97255e638617b59b179618d531d81ac7dfe0783a1c1eeafd1 SHA512 
b815704a7d021895e94f34551f783b053f4dce3d6f792e0734b98745b8bd895ddb30250b3cf9b1ecc61bb2f09073a51bc75edb2745591d22d6a7ef2935eac701
 WHIRLPOOL 
d27df68a6464e763fb119d8926ba9d4ad1e47fa37e08aa14adeb3684d2675bb0d7be69b17e22e98fffe281393d37a4c7fdd318e1641e0a6767fcab63d5a790e5
-DIST libvirt-2.4.0.tar.xz 13237652 SHA256 
b727c5f43ed3d7337ec2c2f2031ebd4207507978f68d00ad13d4f0f84aad6224 SHA512 
3f440daa08b9656dbfe8e8db4f0a4090f400abc3baa1a8b1e4e1b09d902bad536066f4e307736d46d1aae69f9f3c5283f5b75b3edca5bf598584b74745ec3509
 WHIRLPOOL 
b2bf734200d5c8670df053f1de3e28b59c34cf3648cdcb4ca15ec4c473fbb465325470ba2ef552912b244c5feb31e9766ee2faffe81ffa8eddf264aba9b2514e
 DIST libvirt-2.5.0.tar.xz 13638636 SHA256 
819dffefbfd6ae95dfe1b28cfdee15ebcf9f91bbd732157488a57705bf81cb1e SHA512 
256d6cae635851d710ffa3bdfd6b4d744687610b899a65821829af0f66a65e9c4ae287c8651534b40fc04f6525920b3704e90028a6f906af141cd61f2e79d10c
 WHIRLPOOL 
64ef68bba5b2b47ef8c191c3cadc8121267fc07f6fdc40f7969b3762bab222872b987ad8d04b22c2f6d6629d7599a7ff3263b3491f0143d59a172b269d81284c

diff --git a/app-emulation/libvirt/libvirt-2.0.0-r3.ebuild 
b/app-emulation/libvirt/libvirt-2.0.0-r3.ebuild
deleted file mode 100644
index 363d808..
--- a/app-emulation/libvirt/libvirt-2.0.0-r3.ebuild
+++ /dev/null
@@ -1,394 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils user autotools-utils linux-info systemd readme.gentoo-r1
-
-BACKPORTS=""
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
-   SRC_URI=""
-   KEYWORDS=""
-   SLOT="0"
-else
-   # Versions with 4 numbers are stable updates:
-   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz;
-   else
-   SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
-   fi
-  

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

2017-01-19 Thread Matthias Maier
commit: ce8dee78adffb07e7724b58e3c99953be73a61f7
Author: Louis Sautier  gmail  com>
AuthorDate: Thu Jan 19 22:15:30 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jan 20 02:29:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8dee78

dev-python/libvirt-python: update metadata, use https for all URLs

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

 dev-python/libvirt-python/libvirt-python-1.3.5.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-2.0.0.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-2.1.0.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-2.2.0.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-2.3.0.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-2.4.0.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-2.5.0.ebuild | 4 ++--
 dev-python/libvirt-python/libvirt-python-.ebuild  | 4 ++--
 dev-python/libvirt-python/metadata.xml| 6 +-
 9 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild
index 7c50146..0666c94 100644
--- a/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-1.3.5.ebuild
@@ -17,14 +17,14 @@ if [[ ${PV} = ** ]]; then
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
KEYWORDS="amd64 x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"
 
 DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="http://www.libvirt.org;
+HOMEPAGE="https://www.libvirt.org;
 LICENSE="LGPL-2"
 SLOT="0"
 IUSE="test"

diff --git a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
index f19400c..802d8f6 100644
--- a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
@@ -17,14 +17,14 @@ if [[ ${PV} = ** ]]; then
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
KEYWORDS="~amd64 ~x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"
 
 DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="http://www.libvirt.org;
+HOMEPAGE="https://www.libvirt.org;
 LICENSE="LGPL-2"
 SLOT="0"
 IUSE="test"

diff --git a/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild
index 7c50146..0666c94 100644
--- a/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.1.0.ebuild
@@ -17,14 +17,14 @@ if [[ ${PV} = ** ]]; then
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
KEYWORDS="amd64 x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"
 
 DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="http://www.libvirt.org;
+HOMEPAGE="https://www.libvirt.org;
 LICENSE="LGPL-2"
 SLOT="0"
 IUSE="test"

diff --git a/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild
index f19400c..802d8f6 100644
--- a/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.2.0.ebuild
@@ -17,14 +17,14 @@ if [[ ${PV} = ** ]]; then
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
KEYWORDS="~amd64 ~x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"
 
 DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="http://www.libvirt.org;
+HOMEPAGE="https://www.libvirt.org;
 LICENSE="LGPL-2"
 SLOT="0"
 IUSE="test"

diff --git a/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild
index 7c50146..0666c94 100644
--- a/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-2.3.0.ebuild
@@ -17,14 +17,14 @@ if [[ ${PV} = ** ]]; then
KEYWORDS=""
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
KEYWORDS="amd64 x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"
 
 DESCRIPTION="libvirt Python bindings"

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

2017-01-19 Thread Matthias Maier
commit: 5d6e9be21e355d1443c452a64030703e111ddb70
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Jan 20 02:04:48 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jan 20 02:29:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6e9be2

dev-python/libvirt-python: drop obsolete

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-python/libvirt-python/Manifest |  3 --
 .../libvirt-python/libvirt-python-2.0.0.ebuild | 42 --
 .../libvirt-python/libvirt-python-2.2.0.ebuild | 42 --
 .../libvirt-python/libvirt-python-2.4.0.ebuild | 42 --
 .../libvirt-python/libvirt-python-2.5.0.ebuild | 42 --
 5 files changed, 171 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 5777c71..75f1005 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,7 +1,4 @@
 DIST libvirt-python-1.3.5.tar.gz 168780 SHA256 
a0508a57637fd18a3584fb9d2322fb172f65708c9db16e0438a70eb0f36fa5c2 SHA512 
e1241e71dc0c574b14c6ecb101ec611f0c8caab6a5f82268882febb7b1382752d350ee0f6c2d648c30c6af3f19ef5b91bb518d8a0bd6ab967807b82dd4cf893f
 WHIRLPOOL 
83a861fd425320214c43b80053444cc273c761e88b2530a10d2e8bfe898b19e1563d9f3b182deabe7fc8a7f445c303fa495123bb28d41caa88954cceff40c453
-DIST libvirt-python-2.0.0.tar.gz 170475 SHA256 
7816cbc1c6ad140ba643b662825babb1ef586bd3ccfd0b04dfeba4ae2f2d1d40 SHA512 
695de54ab79d10900c44d2e12be422692da03436f5f89bd4020f3e114d250a94e13c61d112287f2d0d3d1dfadd7309af501d4226a12925c4295e4b3aae20d88c
 WHIRLPOOL 
48059b5a2c31194369096737d45ded7c64eed14055fb895e5844025c3f888a17473d32c717db5e4c5a84be8623c2f40d67efa87b7a261be68a13a06d9afb272d
 DIST libvirt-python-2.1.0.tar.gz 170607 SHA256 
74887fa1be60db2701e726da7e01e3bf18ecd3b8d1cfdf2f1f7480e1a1edbacb SHA512 
8a031b7572c11f57a16292980188e4da830d1293aa1aab3fa35f9c18746e5628086643d8c6d6450d668d194dd3c792e0a5f61605f96dc11fa430c846e459529a
 WHIRLPOOL 
96f02cc2870a9ecc722da1dbf2aa3f7d01fcbec6b5215329d75664e468d938a6ed7a5ff691618176539edaba0beb6ea0d01b02f328758099b343b86ac9e853e3
-DIST libvirt-python-2.2.0.tar.gz 171557 SHA256 
ba6b2eb3f018275e9720498d7b771959c2d51ebd54f6e956de5055f912afea76 SHA512 
d3c6679e8e9a7c875c89078733a4a8b25c65d7a37c1bad8ded7bffc1b16cac0c0db93fd5c5bfc8433cd6dd657d5d307a9bb38cc1178ecc5c730f8e03d5d6ae1d
 WHIRLPOOL 
6f5d9360bae2c7611fadecf546c0159ae718cc932c0aa096622d80b58972f4623c7efa7979be7397b7ff4dc3906d3df0bebb5ff62f4d5a239ff45840bae78edb
 DIST libvirt-python-2.3.0.tar.gz 171858 SHA256 
ad25a98c2508a6c81d65cc8bc5f3e0b4c506247cf544a7d54c41526a99caef48 SHA512 
87d3356c780f4f12a5dc7cf2b65d1d361b0572d476a207542118c276be1c46561d832c3ff7053affe06e0893f755af1f44d0a461c98980e9485363f827112b6b
 WHIRLPOOL 
43d833296e5f750bf8e326dea76bfcee4947fe84eb5d0a1da6af160240da94354daf6b8b2f4d5eeb6dc5fcf7735c839e63a2e4844e07c56316e92279796fd0d0
-DIST libvirt-python-2.4.0.tar.gz 171816 SHA256 
aa087cca41f50296306baa13366948339b875fd722fc4b92a484484cd881120c SHA512 
8a80e1a70d04666b9bd31ff64a00ac234823c1890734f00bfdbc17d85cdb9a96e40fab58f11cf755db13d04f864ba566a454609421176354ac5026b2777d3bba
 WHIRLPOOL 
b5abfaad509767f821db334fe5ea0825b35c71e55f2e4ca92071df60dac19fb955e16d6b0f2510ca215240402a260e1b2bdbf2b01d5cbbe240097e3c2b19c65b
 DIST libvirt-python-2.5.0.tar.gz 172329 SHA256 
f4fd787ad26b4cd4b32afa65b6248c344ef48edffeb42c892c7adb4866f656d1 SHA512 
2ff94ff12c20d9d0e5be8b571bc33fb1641e9940c6b49cdee37244c941674b12e1c980f9e0c73f4db52c91579ab19f92cea0c2e79a97abc67ee3309028661bb6
 WHIRLPOOL 
78712a122edfd4ce32e73332c8311e6b661be843f10ab30d3d85d426a266be36d30bfc09e63016189b8e729119884d0d4acb05844b2bef37f8fadd63

diff --git a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
deleted file mode 100644
index 802d8f6..
--- a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-MY_P="${P/_rc/-rc}"
-
-inherit eutils distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
-   SRC_URI=""
-   KEYWORDS=""
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi
-S="${WORKDIR}/${P%_rc*}"
-
-DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="https://www.libvirt.org;
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="test"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-
-# testsuite is currently not included in upstream tarball
-RESTRICT="test"
-
-python_test() 

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

2017-01-19 Thread Matthias Maier
commit: ad018540b0b10bb711e29f00d7207907e291f1cb
Author: Louis Sautier  gmail  com>
AuthorDate: Thu Jan 19 22:40:53 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jan 20 02:29:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad018540

dev-python/libvirt-python: add py3.5, examples, EAPI=6

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

 dev-python/libvirt-python/libvirt-python-.ebuild | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-python/libvirt-python/libvirt-python-.ebuild 
b/dev-python/libvirt-python/libvirt-python-.ebuild
index 00143e0..d2c9b67 100644
--- a/dev-python/libvirt-python/libvirt-python-.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 MY_P="${P/_rc/-rc}"
 
-inherit eutils distutils-r1
+inherit distutils-r1
 
 if [[ ${PV} = ** ]]; then
inherit git-r3
@@ -27,7 +27,7 @@ DESCRIPTION="libvirt Python bindings"
 HOMEPAGE="https://www.libvirt.org;
 LICENSE="LGPL-2"
 SLOT="0"
-IUSE="test"
+IUSE="examples test"
 
 DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -37,3 +37,11 @@ DEPEND="${RDEPEND}
 python_test() {
esetup.py test
 }
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2017-01-19 Thread Matthias Maier
commit: 4f3b3e2d24d2f959231e4f86b2d0b5d9b34455a6
Author: Louis Sautier  gmail  com>
AuthorDate: Thu Jan 19 22:37:42 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Jan 20 02:29:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3b3e2d

dev-python/libvirt-python: add py3.5, examples, EAPI=6, re-enable tests

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

 .../libvirt-python/libvirt-python-2.5.0-r1.ebuild  | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/dev-python/libvirt-python/libvirt-python-2.5.0-r1.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.5.0-r1.ebuild
new file mode 100644
index ..d2c9b67
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-2.5.0-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+MY_P="${P/_rc/-rc}"
+
+inherit distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="https://www.libvirt.org;
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="examples test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2017-01-19 Thread Michael Orlitzky
commit: 9d239b40bef123cac4cd6a4eea12c72f40c97344
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Jan 20 02:22:25 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Jan 20 02:28:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d239b40

dev-php/PEAR-Crypt_GPG: new version 1.6.0_beta3.

This new version drops the php-pear-r1 eclass, and fixes a few
things. The documentation and data files are now installed in the
correct place, and the tests are not installed at all. The test suite
does however run and pass. The LICENSE was also corrected.

Package-Manager: portage-2.3.0

 dev-php/PEAR-Crypt_GPG/Manifest|  2 +-
 .../PEAR-Crypt_GPG-1.6.0_beta1.ebuild  | 18 
 .../PEAR-Crypt_GPG-1.6.0_beta3.ebuild  | 49 ++
 dev-php/PEAR-Crypt_GPG/metadata.xml| 11 +++--
 4 files changed, 57 insertions(+), 23 deletions(-)

diff --git a/dev-php/PEAR-Crypt_GPG/Manifest b/dev-php/PEAR-Crypt_GPG/Manifest
index e8efb77..292e057 100644
--- a/dev-php/PEAR-Crypt_GPG/Manifest
+++ b/dev-php/PEAR-Crypt_GPG/Manifest
@@ -1,3 +1,3 @@
 DIST Crypt_GPG-1.3.2.tgz 339001 SHA256 
67f77bfb9b21dd428587f5bd336e4b9b2e200a1b62160e7ae0d0dfffd1357899 SHA512 
c045942798f2974d1d200413864708b4476b53d1999b721f1b51fd6cfafb23c05479a391ebc7ebe513f5a88641d63d991e7ba59b7edcbd8397efde365528f999
 WHIRLPOOL 
27124bb96e28d7206f56e0d0fcbee603b3f1516a4d61a98e4a72139cae7e76b357f025bde04baec83530ff4ad6ec2a7d35d92a114ad9269ff198c06c94d63aef
 DIST Crypt_GPG-1.4.2.tgz 345962 SHA256 
8e1cf98b5bf37fead50745327261c021efac8c1ee2bddd57c38be57e8f1bc969 SHA512 
c0384f0b4a35f8e7d7189b0b08c277c2629e7fa84e13f2c8c92aaafbeace7a60b6e18f2347571e7bcdf4bc504fd9463f080d9c2938063fdfcabc8f44dd7f4950
 WHIRLPOOL 
ea6e2d0dfbfc56cf4bec5bcdfa312a5f43109c305b699b501e102e81908ad1ba350a97525b5d9ada45d6713ef64512744b6e04f208b5dc2f029ad01fedbffb4e
-DIST Crypt_GPG-1.6.0b1.tgz 344406 SHA256 
a69ba79b8e5a75b3b4635045d9af1c83080b5224a1cf34b642aa86e8c50ec851 SHA512 
2ac367edf13fdcccd4c279958fd414ae36cf2cebcc03fe5d561d9c918da7ef663d756c150287c96b5f7316609b1bd744d314c806dd47c7c8c25711d9e4076d29
 WHIRLPOOL 
851b79c95cc55ec07098b605d739ee78c9d0c14dbb6056baa8b57cdf9b773ea635e47185a80229bfdf96da88d179d7e3462960bf9d995f606727fab3a42ddf82
+DIST Crypt_GPG-1.6.0b3.tgz 345445 SHA256 
fc3757b33a1ea39f9816521aca50dee4bf6c07cc9c7be60600db32066cf89d29 SHA512 
0a3cb665fac8e84a0699600155cb74e2394e4759fe0b111d971d253ca511a371d06d826e54abadfbb3f707833cd3d6b369f52d04541b3e04f217056ec8439f4c
 WHIRLPOOL 
0df9a3b21bbfc0d2f8e3cd8efaf8e19a58981520976faf1c4b501a363bbb05c2e4299de22e3c987f8f5ead36e98b5401c813d07947e4e84c6c664c2d46c4e3fa

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta1.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta1.ebuild
deleted file mode 100644
index b5ac777..
--- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit php-pear-r1
-
-DESCRIPTION="GNU Privacy Guard (GnuPG)"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-DEPEND=">=dev-lang/php-5.4.8:*[posix,unicode]"
-RDEPEND="${DEPEND}
-   app-crypt/gnupg
-   dev-php/PEAR-Console_CommandLine"

diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild 
b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
new file mode 100644
index ..f4f3090
--- /dev/null
+++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.0_beta3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV/beta/b}"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="PHP interface to the GNU Privacy Guard (GnuPG)"
+HOMEPAGE="http://pear.php.net/package/${MY_PN};
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+# Really only needs PEAR_Exception, not PEAR-PEAR.
+RDEPEND="app-crypt/gnupg
+   dev-lang/php:*[posix,unicode]
+   dev-php/PEAR-Console_CommandLine
+   dev-php/PEAR-PEAR"
+DEPEND="test? (${RDEPEND} dev-php/phpunit )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   sed -i "s|@bin-dir@|${EPREFIX}/usr/bin|" Crypt/GPG/Engine.php || die
+   sed -i "s|@package-name@|${MY_PN}|" Crypt/GPG/PinEntry.php || die
+   sed -i "s|@data-dir@|${EPREFIX}/usr/share|" Crypt/GPG/PinEntry.php || 
die
+}
+
+src_install() {
+   dodoc README.md
+   dobin scripts/crypt-gpg-pinentry
+
+   insinto "/usr/share/${MY_PN}"
+   doins -r data
+
+   insinto /usr/share/php
+   doins -r Crypt
+}
+
+src_test() {
+   phpunit tests/ || die "test suite failed"
+}

diff --git a/dev-php/PEAR-Crypt_GPG/metadata.xml 

[gentoo-commits] repo/gentoo:master commit in: games-engines/residualvm/

2017-01-19 Thread Austin English
commit: 92e65665ad9bbea2dd569c875f43623d3e4a17e0
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 19 23:50:47 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 20 01:09:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e65665

games-engines/residualvm: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 .../residualvm/residualvm-0.2.1-r1.ebuild  | 82 ++
 1 file changed, 82 insertions(+)

diff --git a/games-engines/residualvm/residualvm-0.2.1-r1.ebuild 
b/games-engines/residualvm/residualvm-0.2.1-r1.ebuild
new file mode 100644
index ..c3d0cd1
--- /dev/null
+++ b/games-engines/residualvm/residualvm-0.2.1-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs gnome2-utils
+
+DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' 
LUA-based 3D adventures"
+HOMEPAGE="http://www.residualvm.org/;
+SRC_URI="mirror://sourceforge/${PN}/${P}-sources.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# TODO: fix dynamic plugin support
+# games crash without media-libs/libsdl[alsa]
+RDEPEND="
+   media-libs/alsa-lib
+   media-libs/freetype:2
+   media-libs/libsdl[X,sound,alsa,joystick,opengl,video]
+   sys-libs/zlib
+   virtual/glu
+   virtual/opengl"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   # not an autotools script
+   # most configure options currently do nothing, verify on version bump 
!!!
+   # disable explicitly, otherwise we get unneeded linkage (some 
copy-paste build system)
+   ./configure \
+   --backend=sdl \
+   --disable-debug \
+   --disable-faad \
+   --disable-flac \
+   --disable-fluidsynth \
+   --disable-libunity \
+   --disable-mad \
+   --disable-sparkle \
+   --disable-translation \
+   --disable-tremor \
+   --disable-vorbis \
+   --docdir="/usr/share/doc/${PF}" \
+   --enable-all-engines \
+   --enable-release-mode \
+   --enable-zlib \
+   || die "configure failed"
+}
+
+src_compile() {
+   emake \
+   VERBOSE_BUILD=1 \
+   AR="$(tc-getAR) cru" \
+   RANLIB=$(tc-getRANLIB)
+}
+
+src_install() {
+   dobin residualvm
+
+   insinto "/usr/share/${PN}"
+   doins gui/themes/modern.zip dists/engine-data/residualvm-grim-patch.lab
+
+   doicon -s scalable icons/${PN}.svg
+   doicon -s 256 icons/${PN}.png
+   domenu dists/${PN}.desktop
+
+   doman dists/${PN}.6
+   dodoc AUTHORS README.md KNOWN_BUGS TODO
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/

2017-01-19 Thread Austin English
commit: 118ac130c1647587e40999cc9ab3f3e5e0058a59
Author: Austin English  gentoo  org>
AuthorDate: Fri Jan 20 01:08:57 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 20 01:09:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118ac130

games-action/bzflag: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 games-action/bzflag/bzflag-2.4.4-r1.ebuild | 58 ++
 1 file changed, 58 insertions(+)

diff --git a/games-action/bzflag/bzflag-2.4.4-r1.ebuild 
b/games-action/bzflag/bzflag-2.4.4-r1.ebuild
new file mode 100644
index ..8e98ce4
--- /dev/null
+++ b/games-action/bzflag/bzflag-2.4.4-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic
+
+DESCRIPTION="3D tank combat simulator game"
+HOMEPAGE="http://www.bzflag.org/;
+SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="dedicated upnp"
+
+DEPEND="
+   net-dns/c-ares
+   >=net-misc/curl-7.15.0
+   sys-libs/ncurses:0
+   sys-libs/zlib
+   !dedicated? (
+   media-libs/libsdl[joystick,sound,video]
+   virtual/glu
+   virtual/opengl )
+   upnp? ( net-libs/miniupnpc )"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-configure.patch
+)
+
+src_configure() {
+   local myconf
+
+   if use dedicated ; then
+   ewarn
+   ewarn "You are building a server-only copy of BZFlag"
+   ewarn
+   myconf="--disable-client --without-SDL"
+   fi
+
+   econf \
+   $(use_enable upnp UPnP) \
+   ${myconf}
+}
+
+src_install() {
+   DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
+   default
+
+   if ! use dedicated ; then
+   newicon data/bzflag-48x48.png ${PN}.png
+   make_desktop_entry ${PN} "BZFlag"
+   fi
+
+   prune_libtool_files --modules
+}



[gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm-tools/

2017-01-19 Thread Austin English
commit: cd3aa48996a7801f8a366f471e3851e433aa662c
Author: Austin English  gentoo  org>
AuthorDate: Thu Jan 19 23:52:54 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Jan 20 01:09:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3aa489

games-engines/scummvm-tools: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 .../scummvm-tools/scummvm-tools-1.8.0-r1.ebuild| 59 ++
 1 file changed, 59 insertions(+)

diff --git a/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild 
b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
new file mode 100644
index ..94c6d12
--- /dev/null
+++ b/games-engines/scummvm-tools/scummvm-tools-1.8.0-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+WX_GTK_VER=3.0
+inherit wxwidgets eutils flag-o-matic
+
+DESCRIPTION="utilities for the SCUMM game engine"
+HOMEPAGE="http://scummvm.sourceforge.net/;
+SRC_URI="http://scummvm.org/frs/scummvm-tools/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="flac iconv mad png vorbis"
+RESTRICT="test" # some tests require external files
+
+RDEPEND=">=dev-libs/boost-1.32
+   sys-libs/zlib
+   x11-libs/wxGTK:${WX_GTK_VER}
+   flac? ( media-libs/flac )
+   iconv? ( virtual/libiconv media-libs/freetype:2 )
+   mad? ( media-libs/libmad )
+   png? ( media-libs/libpng:0 )
+   vorbis? ( media-libs/libvorbis )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${P}-binprefix.patch"
+)
+
+src_prepare() {
+   default
+
+   need-wxwidgets unicode
+   rm -rf *.bat dists/win32 || die
+   sed -ri -e '/^(CC|CXX)\b/d' Makefile || die
+}
+
+src_configure() {
+   # Not an autoconf script
+   ./configure \
+   --disable-tremor \
+   --enable-verbose-build \
+   --mandir=/usr/share/man \
+   $(use_enable flac) \
+   $(use_enable iconv) \
+   $(use_enable iconv freetype) \
+   $(use_enable mad) \
+   $(use_enable png) \
+   $(use_enable vorbis) || die
+}
+
+src_install() {
+   EXEPREFIX="${PN}-" default
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-meta/

2017-01-19 Thread Mart Raudsepp
commit: 9bbd7dcb08606edbaa8a8b2d06dcf8024f32387c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 20 00:15:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan 20 00:17:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbd7dcb

media-plugins/gst-plugins-meta: Remove USE=ffmpeg gst-plugins-ffmpeg for 0.10

gst-plugins-ffmpeg:0.10 is on its way to being last rited. This revision bump
shall be ALLARCHES fast-stabled by maintainer just before gst-plugins-ffmpeg
gets last rited, as to remove the -r10 that still pulls it in.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../gst-plugins-meta-0.10-r11.ebuild   | 74 ++
 1 file changed, 74 insertions(+)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r11.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r11.ebuild
new file mode 100644
index ..95778d7
--- /dev/null
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r11.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit multilib-build
+
+DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
+HOMEPAGE="https://www.gentoo.org;
+
+LICENSE="metapackage"
+SLOT="0.10"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-solaris"
+IUSE="aac a52 alsa cdda dts dv dvb dvd flac http jack lame libass libvisual 
mms mp3 modplug mpeg musepack ogg opus oss pulseaudio taglib theora v4l vcd 
vorbis vpx wavpack X x264 xv xvid"
+REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
+
+RDEPEND=">=media-libs/gstreamer-0.10.36-r2:0.10[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-0.10.36:0.10[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-0.10.31:0.10[${MULTILIB_USEDEP}]
+   a52? ( 
>=media-plugins/gst-plugins-a52dec-0.10.19:0.10[${MULTILIB_USEDEP}] )
+   aac? ( 
>=media-plugins/gst-plugins-faad-0.10.23:0.10[${MULTILIB_USEDEP}] )
+   alsa? ( 
>=media-plugins/gst-plugins-alsa-0.10.36:0.10[${MULTILIB_USEDEP}] )
+   cdda? ( || (
+   
>=media-plugins/gst-plugins-cdparanoia-0.10.36:0.10[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-cdio-0.10.19:0.10[${MULTILIB_USEDEP}] ) )
+   dts? ( >=media-plugins/gst-plugins-dts-0.10.23:0.10[${MULTILIB_USEDEP}] 
)
+   dv? ( >=media-plugins/gst-plugins-dv-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   dvb? (
+   >=media-plugins/gst-plugins-dvb-0.10.23:0.10[${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-bad-0.10.23-r1:0.10[${MULTILIB_USEDEP}] )
+   dvd? (
+   >=media-libs/gst-plugins-ugly-0.10.19:0.10[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-a52dec-0.10.19:0.10[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-dvdread-0.10.19:0.10[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-0.10.19:0.10[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-resindvd-0.10.23:0.10[${MULTILIB_USEDEP}] )
+   flac? ( 
>=media-plugins/gst-plugins-flac-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   http? ( 
>=media-plugins/gst-plugins-soup-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   jack? ( 
>=media-plugins/gst-plugins-jack-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   lame? ( 
>=media-plugins/gst-plugins-lame-0.10.19:0.10[${MULTILIB_USEDEP}] )
+   libass? ( 
>=media-plugins/gst-plugins-assrender-0.10.23:0.10[${MULTILIB_USEDEP}] )
+   libvisual? ( 
>=media-plugins/gst-plugins-libvisual-0.10.36:0.10[${MULTILIB_USEDEP}] )
+   mms? ( 
>=media-plugins/gst-plugins-libmms-0.10.23:0.10[${MULTILIB_USEDEP}] )
+   modplug? ( 
>=media-plugins/gst-plugins-modplug-0.10.23-r1:0.10[${MULTILIB_USEDEP}] )
+   mp3? (
+   >=media-libs/gst-plugins-ugly-0.10.19:0.10[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mad-0.10.19:0.10[${MULTILIB_USEDEP}] )
+   mpeg? ( 
>=media-plugins/gst-plugins-mpeg2dec-0.10.19:0.10[${MULTILIB_USEDEP}] )
+   musepack? ( 
>=media-plugins/gst-plugins-musepack-0.10.23:0.10[${MULTILIB_USEDEP}] )
+   ogg? ( >=media-plugins/gst-plugins-ogg-0.10.36:0.10[${MULTILIB_USEDEP}] 
)
+   opus? ( 
>=media-plugins/gst-plugins-opus-0.10.23:0.10[${MULTILIB_USEDEP}] )
+   oss? ( >=media-plugins/gst-plugins-oss-0.10.31:0.10[${MULTILIB_USEDEP}] 
)
+   pulseaudio? ( 
>=media-plugins/gst-plugins-pulse-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   theora? ( 
>=media-plugins/gst-plugins-theora-0.10.36-r1:0.10[${MULTILIB_USEDEP}] )
+   taglib? ( 
>=media-plugins/gst-plugins-taglib-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   v4l? ( 
>=media-plugins/gst-plugins-v4l2-0.10.31:0.10[${MULTILIB_USEDEP}] )
+   vcd? (
+   
>=media-plugins/gst-plugins-mplex-0.10.23:0.10[${MULTILIB_USEDEP}]
+   

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

2017-01-19 Thread Michael Orlitzky
commit: c6e61c1e57365284b061ade8fd66ec9cd4ebfb25
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Fri Jan 20 00:12:29 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Fri Jan 20 00:12:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e61c1e

dev-php/PEAR-Console_CommandLine: new version 1.2.2.

This new version drops the php-pear-r1 eclass in exchange for a few
fixes. The documentation (examples) are now installed in the correct
location, behind USE=examples. The xmlschema.rng data file is
installed outside of the PHP include directory, since it is not
included by PHP code. And finally, the (working) test suite has been
enabled.

Package-Manager: portage-2.3.0

 dev-php/PEAR-Console_CommandLine/Manifest  |  1 +
 .../PEAR-Console_CommandLine-1.2.2.ebuild  | 53 ++
 dev-php/PEAR-Console_CommandLine/metadata.xml  | 14 +++---
 3 files changed, 61 insertions(+), 7 deletions(-)

diff --git a/dev-php/PEAR-Console_CommandLine/Manifest 
b/dev-php/PEAR-Console_CommandLine/Manifest
index c745ccb..fe2cd36 100644
--- a/dev-php/PEAR-Console_CommandLine/Manifest
+++ b/dev-php/PEAR-Console_CommandLine/Manifest
@@ -1,2 +1,3 @@
 DIST Console_CommandLine-1.2.0.tgz 39740 SHA256 
18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e SHA512 
398955e43d95f5c2bf7ec61b17e0b87db6967010a3f3489131588bbcca3fb9d188829c7e54dd06197df21e4ee5e10c5f50b28df20bdf6690d89722c409060c24
 WHIRLPOOL 
6e3d9c133b3d2a878e1806d49294199ee0015e4efe40169ce041b7ae1571fc58eaef5abb9dfdf03957f16a2664ecf2a08db951716419f234db9e3339767185a2
 DIST Console_CommandLine-1.2.1.tgz 40662 SHA256 
a436c55d12c90125d2e69becb125d327f38d5fc6a75c93501213b2bc83956837 SHA512 
7ba1ef74c9afc75be26c313fcbf3420bcfb5bfa553be54a88a8e13ef455a51e8f8ee749113bfbd59bd0e4b1a27142d743293bebcf2606b120fa18737f30b1d2e
 WHIRLPOOL 
05f011da7cd4384d0bd4bdbda23cd138b243a7acf95ab5b8764adf2d22192638066ec26af436a256cc0fba8e5e44a484c7b023017e62b59874d20249c1a67761
+DIST Console_CommandLine-1.2.2.tgz 40705 SHA256 
38d677e321c33bbf179cc9e4ec7840b63fef70531f1ce797fb09b50bcc94a417 SHA512 
05dbde123d0d4fdbba2a959f4bea3b115e3629060a268d25a3007c2ee5a3530b8ebbd8c7d124a6c9d012cafa19f41690a888943a6c1e2e5ec1b9d83fa821d603
 WHIRLPOOL 
fd7651e46528506a87b10e7838be6663a82c40e63803993a33bac0ac165c45d0444b1a26a3c269f514db024d14ebfeb6188c4b4c3fc8f24b974244bd357c07e7

diff --git 
a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild 
b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
new file mode 100644
index ..569e460
--- /dev/null
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A full-featured command-line options and arguments parser"
+HOMEPAGE="http://pear.php.net/package/${MY_PN};
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="examples test"
+
+# Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.
+RDEPEND="dev-lang/php:*
+   dev-php/PEAR-PEAR"
+
+# Beware, the test suite really needs PEAR-PEAR.
+DEPEND="test? ( ${RDEPEND} )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # There's one occurrence of @data_dir@ that needs to be replaced
+   # This location just has to agree with where we put the "data"
+   # directory during src_install().
+   default
+   sed -i "s|@data_dir@|${EPREFIX}/usr/share|" \
+   Console/CommandLine/XmlParser.php || die
+}
+
+src_install() {
+   use examples && dodoc -r docs/examples
+
+   insinto "/usr/share/${MY_PN}"
+   doins -r data
+
+   insinto /usr/share/php
+   doins -r Console
+}
+
+src_test() {
+   # Requires the "pear" executable from dev-php/PEAR-PEAR.
+   pear run-tests tests || die
+
+   # The command succeeds regardless of whether or not the test suite
+   # passed, but this file is only written when there was a failure.
+   [[ -f run-tests.log ]] && die "test suite failed"
+}

diff --git a/dev-php/PEAR-Console_CommandLine/metadata.xml 
b/dev-php/PEAR-Console_CommandLine/metadata.xml
index 1b669c9..8f44a5b 100644
--- a/dev-php/PEAR-Console_CommandLine/metadata.xml
+++ b/dev-php/PEAR-Console_CommandLine/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-php-b...@gentoo.org
-PHP
-
-
-A full featured command line options and arguments parser
-
+  
+php-b...@gentoo.org
+PHP
+  
+  
+pear/Console_CommandLine
+  
 



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

2017-01-19 Thread Patrick McLean
commit: 2822ae1c3bcc9c7d4fb360d5ace9946f34a2a5a7
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Jan 20 00:02:45 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Jan 20 00:02:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2822ae1c

sys-apps/shadow: Make gettext DEPEND unconditional

If gettext is not installed, then eautoreconf will fail.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/shadow/shadow-4.2.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/shadow/shadow-4.2.1-r2.ebuild 
b/sys-apps/shadow/shadow-4.2.1-r2.ebuild
index 18a4c2c..0e9e3a4 100644
--- a/sys-apps/shadow/shadow-4.2.1-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.2.1-r2.ebuild
@@ -30,7 +30,7 @@ RDEPEND="acl? ( sys-apps/acl )
xattr? ( sys-apps/attr )"
 DEPEND="${RDEPEND}
app-arch/xz-utils
-   nls? ( sys-devel/gettext )"
+   sys-devel/gettext"
 RDEPEND="${RDEPEND}
pam? ( >=sys-auth/pambase-20150213 )"
 



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

2017-01-19 Thread Andreas Sturmlechner
commit: e50d52c111f4906d48ae28bde7bd8923f49f9dfc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 19 22:01:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 19 22:01:48 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e50d52c1

kde-apps/kig: Drop unused DEPENDs, tests optional

Upstream commit: cfd3982bcc3fb1edbaa4660e715a635c57d1be89

Package-Manager: portage-2.3.0

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

diff --git a/kde-apps/kig/kig-16.12.49..ebuild 
b/kde-apps/kig/kig-16.12.49..ebuild
index 3aa7685..293595f 100644
--- a/kde-apps/kig/kig-16.12.49..ebuild
+++ b/kde-apps/kig/kig-16.12.49..ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
+KDE_TEST="optional"
 PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde5
 
@@ -39,10 +39,6 @@ RDEPEND="${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
-   test? (
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kitemmodels)
-   )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -61,8 +57,6 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
-   $(cmake-utils_use_find_package test KF5Emoticons)
-   $(cmake-utils_use_find_package test KF5ItemModels)
)
 
kde5_src_configure

diff --git a/kde-apps/kig/kig-.ebuild b/kde-apps/kig/kig-.ebuild
index 3aa7685..293595f 100644
--- a/kde-apps/kig/kig-.ebuild
+++ b/kde-apps/kig/kig-.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
+KDE_TEST="optional"
 PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 kde5
 
@@ -39,10 +39,6 @@ RDEPEND="${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}
$(add_frameworks_dep ktexteditor)
-   test? (
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kitemmodels)
-   )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" )
@@ -61,8 +57,6 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package geogebra Qt5XmlPatterns)
$(cmake-utils_use_find_package scripting BoostPython)
-   $(cmake-utils_use_find_package test KF5Emoticons)
-   $(cmake-utils_use_find_package test KF5ItemModels)
)
 
kde5_src_configure



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

2017-01-19 Thread Andreas Sturmlechner
commit: cc611432483947e5faf7d1199935aaa1cbbd8a6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 00:00:16 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 00:00:16 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc611432

media-gfx/krita: Add USE=qtmedia

Upstream commit 4315b1d2a177d9740e3da55275c34f304586b26d

Package-Manager: portage-2.3.0

 media-gfx/krita/krita-.ebuild | 4 +++-
 media-gfx/krita/metadata.xml  | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/krita/krita-.ebuild 
b/media-gfx/krita/krita-.ebuild
index b1475c5..2bcfe70 100644
--- a/media-gfx/krita/krita-.ebuild
+++ b/media-gfx/krita/krita-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.kde.org/applications/graphics/krita/ 
https://krita.org/;
 
 LICENSE="GPL-2+"
 KEYWORDS=""
-IUSE="color-management fftw +gsl +jpeg openexr pdf +raw tiff vc"
+IUSE="color-management fftw +gsl +jpeg openexr pdf qtmedia +raw tiff vc"
 
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -57,6 +57,7 @@ COMMON_DEPEND="
media-libs/openexr
)
pdf? ( app-text/poppler[qt5] )
+   qtmedia? ( $(add_qt_dep qtmultimedia) )
raw? ( media-libs/libraw:= )
tiff? ( media-libs/tiff:0 )
 "
@@ -80,6 +81,7 @@ src_configure() {
-DWITH_OCIO=$(usex color-management)
-DWITH_OpenEXR=$(usex openexr)
-DWITH_Poppler=$(usex pdf)
+   $(cmake-utils_use_find_package qtmedia Qt5Multimedia)
-DWITH_TIFF=$(usex tiff)
-DWITH_Vc=$(usex vc)
)

diff --git a/media-gfx/krita/metadata.xml b/media-gfx/krita/metadata.xml
index adafed4..c63335a 100644
--- a/media-gfx/krita/metadata.xml
+++ b/media-gfx/krita/metadata.xml
@@ -7,6 +7,7 @@


Enable color management via 
media-libs/opencolorio
+   Enable sound support for animations via 
dev-qt/qtmultimedia
Enable support for dev-libs/vc, 
could be a significant speed boost

 



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

2017-01-19 Thread Mike Gilbert
commit: 05f3a4b1e7727c13761ab8d3b8c9a1a5505e7160
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jan 19 23:23:15 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jan 19 23:23:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f3a4b1

dev-python/billiard: bump to 3.3.0.23

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

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

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

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



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

2017-01-19 Thread Mike Frysinger
commit: fc1c99e75de2a410abb816cd02799aac4cb61e37
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 23:02:04 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 23:04:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1c99e7

dev-python/rst-linker: add arm/arm64/ia64/m68k/ppc/s390/sh/sparc love #606552

 dev-python/rst-linker/rst-linker-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rst-linker/rst-linker-1.7.ebuild 
b/dev-python/rst-linker/rst-linker-1.7.ebuild
index 966a8bb..a02f935 100644
--- a/dev-python/rst-linker/rst-linker-1.7.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.7.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="doc test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/files/, kde-misc/yakuake/

2017-01-19 Thread Johannes Huber
commit: 8d03aed24a591b55f790b75457b3b1016c8f2054
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 23:02:33 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 23:02:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d03aed2

kde-misc/yakuake: Drop slot 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/yakuake/Manifest  |   1 -
 .../yakuake/files/yakuake-2.9.9-lastsession.patch  | 213 -
 kde-misc/yakuake/yakuake-2.9.9-r3.ebuild   |  31 ---
 3 files changed, 245 deletions(-)

diff --git a/kde-misc/yakuake/Manifest b/kde-misc/yakuake/Manifest
index dd1f9b0..adfa0b3 100644
--- a/kde-misc/yakuake/Manifest
+++ b/kde-misc/yakuake/Manifest
@@ -1,2 +1 @@
-DIST yakuake-2.9.9.tar.xz 316716 SHA256 
0e0e4994c568f8091c9424e4aab35645436a9ff341c00b1cd1eab0ada0bf61ce SHA512 
6dbc3f38df81598eafa86eecadb2d9e4cf32c77843434ac48fddf4ff3295babebc4c41dab300eebd4ef9b80f11a6f87c73c7e18279d02fe6e45f7caf38286b14
 WHIRLPOOL 
feb44998c6810c06344c525465cfb965ec2b58de5382979a634d7eccd4e1f7872e45d7259da4d639327792430dc3b5ea21c79459dff7389253f7bbe5bf93816d
 DIST yakuake-3.0.2.tar.xz 443516 SHA256 
e541e725246e20b755d8c9314185739f2439e18b884f6ae6f977343443948d6d SHA512 
11fb5b9c587bda8db6cf565129b5b1aecbcc2e1132841cce4e7755c61ca5a55775bd6024ca561d8a7c163a31186414175f7d637ebc9a9ad2782d97456e527584
 WHIRLPOOL 
4d5ae6b1d55fd6b7ed030f78c89ed46839d29bfdba54b178e813b90f1947fa2eb9775c453e055bda3757fd5ea28a9d860630e636cae0b0d4c56c9b27d844b45b

diff --git a/kde-misc/yakuake/files/yakuake-2.9.9-lastsession.patch 
b/kde-misc/yakuake/files/yakuake-2.9.9-lastsession.patch
deleted file mode 100644
index e9e33a9..
--- a/kde-misc/yakuake/files/yakuake-2.9.9-lastsession.patch
+++ /dev/null
@@ -1,213 +0,0 @@
-From 4655fb0affb4753eade7d6c92bb699e9d7dd3fb5 Mon Sep 17 00:00:00 2001
-From: Eike Hein 
-Date: Mon, 5 Nov 2012 23:06:26 +0100
-Subject: [PATCH] Add an option for keeping the window open after the last
- session closes.
-
-BUG:308850

- app/config/behaviorsettings.ui | 107 -
- app/config/yakuake.kcfg|   5 ++
- app/mainwindow.cpp |   2 +-
- 3 files changed, 68 insertions(+), 46 deletions(-)
-
-diff --git a/app/config/behaviorsettings.ui b/app/config/behaviorsettings.ui
-index 2fce1c7..3759f7b 100644
 a/app/config/behaviorsettings.ui
-+++ b/app/config/behaviorsettings.ui
-@@ -6,8 +6,8 @@
-
- 0
- 0
--364
--308
-+356
-+289
-
-   
-   
-@@ -20,31 +20,49 @@
-   General
-  
-  
--  
--   
-+  
-+   
- 
-- Open window after program 
start
-+ Focus terminals when the mouse 
pointer is moved over them
- 
-
-   
--  
--   
-+  
-+   
-+
-+ false
-+
-+
-+ 
-+  0
-+  0
-+ 
-+
- 
-- If this option is enabled, the 
window will automatically open when the mouse pointer is moved to the same edge 
of the screen that it would open on when using the shortcut.
-+ If this option is enabled, the 
shortcut normally used to open and retract the window will give it focus, 
rather than close it, if it has previously lost focus. Unless the window is set 
to show on all virtual desktops, this may cause the window manager to switch to 
the virtual desktop it currently resides on.
- 
- 
-- Open window when the mouse pointer 
touches the screen edge
-+ Use Open/Retract action to focus 
window
- 
-
-   
--  
--   
-+  
-+   
-+
-+ false
-+
-+
-+ 
-+  0
-+  0
-+ 
-+
- 
-- Keep window open when it loses 
focus
-+ Keep window above other 
windows
- 
-
-   
--  
-+  
-
- 
-  Qt::Horizontal
-@@ -60,23 +78,31 @@
- 
-
-   
--  
--   
--
-- false
-+  
-+   
-+
-+ Open window after program 
start
- 
--
-- 
--  0
--  0
-- 
-+   
-+  
-+  
-+   
-+
-+ If this option is enabled, the 
window will automatically open when the mouse pointer is moved to the same edge 
of the screen that it would open on when using the shortcut.
- 
- 
-- Keep window above other 
windows
-+ Open window when the mouse pointer 
touches the screen edge
- 
-
-   
--  
-+  
-+   
-+
-+ Keep window open when it loses 
focus
-+
-+   
-+  
-+  
-
- 
-  Qt::Horizontal
-@@ -92,29 +118,10 @@
- 
-
-   
--  
--   
--
-- false
--
--
-- 
--  0
--  

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

2017-01-19 Thread Johannes Huber
commit: 2db188539793e026c9edd1ec811b0374867d9d1e
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 22:53:47 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 22:54:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db18853

profiles: Drop obsolete Plasma's p.use entries

 profiles/targets/desktop/plasma/package.use | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 04a5612..fc3b404 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@
 media-sound/pulseaudio gnome
 
 # Avoid circular dependency when installing from scratch
-dev-util/cmake -qt4 -qt5
+dev-util/cmake -qt5
 
 # Not required, but makes life easier with Qt; bug 457934
 app-arch/unzip natspec
@@ -58,7 +58,6 @@ dev-qt/qtwayland:5 egl
 media-libs/phonon designer
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
-=app-office/texstudio-2.9.4 -qt4
 dev-db/sqlitebrowser -qt4
 >=dev-libs/quazip-0.7.1 -qt4
->=media-sound/mixxx-2.0.0-r1 -qt4
 net-misc/owncloud-client -qt4
->=net-misc/x2goclient-4.0.5.2 -qt4
-net-news/rssguard -qt4
 net-p2p/bitcoin-qt -qt4
-=sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
 x11-libs/qscintilla -qt4
 
 # Fix REQUIRED_USE conflicts: qt5? ( !qt4 )
 >=app-crypt/pinentry-0.9.6-r5 -qt4
-=dev-games/openscenegraph-3.2.1-r1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
->=media-sound/cantata-2.0.1 -kde
 =net-print/hplip-3.16.5 -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
-

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

2017-01-19 Thread Matt Thode
commit: 57e698053147e7e53d5127c16ac604036927e231
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan 19 22:34:28 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jan 19 22:34:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e69805

dev-ruby/facter: fix bug 606488

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/facter/facter-3.5.1.ebuild 
b/dev-ruby/facter/facter-3.5.1.ebuild
index 8afa41b..cc7467c 100644
--- a/dev-ruby/facter/facter-3.5.1.ebuild
+++ b/dev-ruby/facter/facter-3.5.1.ebuild
@@ -42,8 +42,8 @@ src_prepare() {
sed -i "s/\ lib)/\ $(get_libdir))/g" lib/CMakeLists.txt || die
sed -i "s/lib\")/$(get_libdir)\")/g" CMakeLists.txt || die
# patches
-   epatch "${FILESDIR}/facter-3.5.0-collection-fix.patch"
epatch "${FILESDIR}/facter-3.5.0-jar.patch"
+   epatch_user
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/, profiles/hardened/linux/, ...

2017-01-19 Thread Michał Górny
commit: e86e721afbdc513264a00d81fe0a50333bc9069c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 19 22:21:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 19 22:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86e721a

profiles: Clean up multiple obsolete package.mask entries

Clean up most of the old package.mask entries that correspond to removed
packages.

 profiles/arch/amd64/no-multilib/package.mask   | 18 +---
 profiles/arch/mips/package.mask|  6 +-
 profiles/base/package.mask | 14 +---
 profiles/default/bsd/package.mask  |  3 +-
 profiles/default/linux/uclibc/amd64/package.mask   | 19 +
 profiles/default/linux/uclibc/package.mask |  6 +-
 profiles/features/64bit-native/package.mask| 17 +---
 .../hardened/linux/amd64/no-multilib/package.mask  | 18 +---
 profiles/hardened/linux/musl/package.mask  | 10 +--
 profiles/hardened/linux/package.mask   | 10 +--
 profiles/package.mask  | 97 --
 profiles/prefix/aix/5.3.0.0/package.mask   |  7 --
 profiles/prefix/aix/package.mask   | 10 +--
 profiles/prefix/bsd/package.mask   |  4 -
 profiles/prefix/package.mask   | 13 +--
 profiles/prefix/sunos/solaris/5.11/package.mask|  8 --
 profiles/prefix/sunos/solaris/package.mask | 18 +---
 profiles/targets/systemd/package.mask  |  6 +-
 18 files changed, 14 insertions(+), 270 deletions(-)

diff --git a/profiles/arch/amd64/no-multilib/package.mask 
b/profiles/arch/amd64/no-multilib/package.mask
index ed65def..3e615cc 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -1,13 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # AMD64 Team 
 # Mask packages that rely on amd64 multilib
 =app-editors/emacs-18*
-=games-action/lugaru-1.0c-r1
 >=app-i18n/atokx3-3.0.0
->=dev-java/sun-j2me-bin-2.5.2.01
  (12 Dec 2014)
-# Adding the mask so that end users are notified of the removal and have some
-# time to migrate.  Will fully remove app-admin/puppet-2.7 in a month or so.
- (26 Oct 2014)
 # Changes in vt allocation break startx on non-systemd, bugs #526762 and
 # #526802.
 =x11-apps/xinit-1.3.4
-
-# Rick Farina  (6 Jun 2013)
-# Pm-utils based hibernate and suspend support has discontinued.
-# For continued support, use the upower-pm-utils fork or systemd.
-# Systemd users can switch to a systemd profile or unmask 
=app-i18n/atokx3-3.0.0
-app-office/lotus-notes
 app-office/ooextras
 app-emulation/winetricks
-app-emulation/wine-doors
 app-text/acroread
 dev-embedded/libftd2xx
 dev-embedded/openocd
->=dev-java/sun-j2me-bin-2.5.2.01
-dev-lang/dmd-bin
 dev-lang/icc
 dev-lang/idb
 dev-lang/ifc
@@ -41,7 +37,6 @@ games-action/descent3-demo
 games-action/heretic2
 games-action/heretic2-demo
 games-action/lugaru
-games-action/lugaru-demo
 games-action/mutantstorm-demo
 games-action/phobiaii
 games-action/rune
@@ -65,11 +60,9 @@ games-fps/doom3-hellcampaign
 games-fps/doom3-inhell
 games-fps/doom3-lms
 games-fps/doom3-mitm
-games-fps/doom3-phantasm
 games-fps/doom3-roe
 games-fps/doom3
 games-fps/enemy-territory-etpro
-games-fps/enemy-territory-fortress
 games-fps/enemy-territory-omnibot
 games-fps/enemy-territory-truecombat
 games-fps/enemy-territory
@@ -98,7 +91,6 @@ games-fps/unreal-tournament
 games-fps/ut2003
 games-fps/ut2003-demo
 games-fps/ut2004-demo
-games-puzzle/drod-bin
 games-puzzle/hoh-bin
 games-roguelike/adom
 games-rpg/eschalon-book-1-demo
@@ -111,30 +103,21 @@ games-rpg/nwn-penultima
 games-rpg/nwn-penultimarerolled
 games-rpg/nwn-shadowlordsdreamcatcherdemon
 games-rpg/penumbra-collection
-games-rpg/rain-slick
-games-rpg/sacred-gold
 games-server/etqw-ded
 games-server/nwn-ded
 games-server/ut2003-ded
 games-simulation/bcs-demo
-games-strategy/coldwar
-games-strategy/coldwar-demo
 games-strategy/darwinia
 games-strategy/darwinia-demo
 games-strategy/defcon-demo
 games-strategy/dominions2
-games-strategy/dominions2-demo
 games-strategy/heroes3
 games-strategy/heroes3-demo
 games-strategy/majesty-demo
-games-strategy/savage-bin
 games-strategy/smac
 games-strategy/spaz
 media-fonts/acroread-asianfonts
-media-sound/shoutcast-server-bin
-media-sound/shoutcast-trans-bin
 media-sound/ventrilo-server-bin
-media-tv/huludesktop
 media-video/binkplayer
 media-video/tsmuxer
 net-im/skype

diff --git a/profiles/default/linux/uclibc/package.mask 
b/profiles/default/linux/uclibc/package.mask
index 3723238..2c9cbb2 100644
--- a/profiles/default/linux/uclibc/package.mask
+++ b/profiles/default/linux/uclibc/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # 

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

2017-01-19 Thread Zac Medico
commit: 0183f85a7dfd02298bcd2f42e8e7373f11b98015
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jan 19 22:03:26 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jan 19 22:05:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0183f85a

app-emulation/docker-registry: remove old version 2.5.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker-registry/Manifest |  1 -
 .../docker-registry/docker-registry-2.5.0.ebuild   | 52 --
 2 files changed, 53 deletions(-)

diff --git a/app-emulation/docker-registry/Manifest 
b/app-emulation/docker-registry/Manifest
index 1917b2d..ab1bfc6 100644
--- a/app-emulation/docker-registry/Manifest
+++ b/app-emulation/docker-registry/Manifest
@@ -1,2 +1 @@
-DIST docker-registry-2.5.0.tar.gz 1619051 SHA256 
9b1b09bf0f54a37247a4d4532ceb1a3bc2381ac13a63a9a5989f374614517c1c SHA512 
2c9b45a8fbceff32538b357b9bb42d86e6d21b664cffcfb476ed06177608f35cd81f6bfdb342df3edfdea2705569fcf5cba94be6a885ecaf69f68ff8569de781
 WHIRLPOOL 
6bb9d01c690c636e4069535253182bed0ccc8973c1682283376975f6d105338bbf21ca28900c74e12ceaf12427f3b381b7fac97d25c637a0596e30019f22d3b3
 DIST docker-registry-2.5.1.tar.gz 1604279 SHA256 
d98ebca3518c17d95468b1d40b87861036001301a16a50563203e4b9af72c514 SHA512 
5217e2ca361d71806c8ec4da1cf1c2c5dc4160b84c2a98feae50872342d0acf116768a3acf00769bafd66e73c9922c7fe97cbde51955d8aa1d1ed914de2e3d34
 WHIRLPOOL 
12db4c397f6309a57252cfe19a055f610567c526a05220c9b6ac0d7ff21863520cc126f95b34c8e48fb7ae6ba6a298d0e6b53bf4866cf13bf95fcfb591c538b7

diff --git a/app-emulation/docker-registry/docker-registry-2.5.0.ebuild 
b/app-emulation/docker-registry/docker-registry-2.5.0.ebuild
deleted file mode 100644
index c5b0e84..
--- a/app-emulation/docker-registry/docker-registry-2.5.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit golang-vcs-snapshot systemd user
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/docker/distribution/..."
-EGIT_COMMIT="v${PV}"
-SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Docker Registry 2.0"
-HOMEPAGE="https://${EGO_PN%/*};
-LICENSE="Apache-2.0"
-SLOT="0/${PVR}"
-IUSE=""
-DEPEND=">=dev-lang/go-1.5"
-SVCNAME=registry
-
-pkg_setup() {
-   enewgroup ${SVCNAME}
-   enewuser ${SVCNAME} -1 -1 /dev/null ${SVCNAME}
-}
-
-src_compile() {
-   GOPATH="${S}" GO15VENDOREXPERIMENT=1 \
-   go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die
-}
-
-src_install() {
-   golang_install_pkgs
-   exeinto /usr/libexec/${PN}
-   doexe "${S}"/bin/*
-   insinto /etc/docker/registry
-   newins "${S}"/src/${EGO_PN%/*}/cmd/registry/config-example.yml 
config.yml.example
-   newinitd "${FILESDIR}/${SVCNAME}.initd" "${SVCNAME}"
-   newconfd "${FILESDIR}/${SVCNAME}.confd" "${SVCNAME}"
-   systemd_dounit "${FILESDIR}/${SVCNAME}.service"
-   keepdir /var/{lib,log}/${SVCNAME}
-   fowners ${SVCNAME}:${SVCNAME} /var/{lib,log}/${SVCNAME}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${SVCNAME}.logrotated" "${SVCNAME}"
-}
-
-golang_install_pkgs() {
-   insinto $(dirname "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}")
-   rm -rf "${S}"/src/${EGO_PN%/*}/.git* \
-   "${S}"/{src,pkg/$(go env GOOS)_$(go env 
GOARCH)}/${EGO_PN%/*}/vendor
-   doins -r "${S}"/src/${EGO_PN%/*}
-   insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go 
env GOARCH)/${EGO_PN%/*}")
-   doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a}
-}



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

2017-01-19 Thread Zac Medico
commit: 7a8228ab0ad5e03122a53708387cdb6892ebbb22
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jan 19 22:04:03 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jan 19 22:05:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8228ab

app-emulation/docker-registry: version bump to 2.6.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker-registry/Manifest |  1 +
 .../docker-registry/docker-registry-2.6.0.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emulation/docker-registry/Manifest 
b/app-emulation/docker-registry/Manifest
index ab1bfc6..5d094d3 100644
--- a/app-emulation/docker-registry/Manifest
+++ b/app-emulation/docker-registry/Manifest
@@ -1 +1,2 @@
 DIST docker-registry-2.5.1.tar.gz 1604279 SHA256 
d98ebca3518c17d95468b1d40b87861036001301a16a50563203e4b9af72c514 SHA512 
5217e2ca361d71806c8ec4da1cf1c2c5dc4160b84c2a98feae50872342d0acf116768a3acf00769bafd66e73c9922c7fe97cbde51955d8aa1d1ed914de2e3d34
 WHIRLPOOL 
12db4c397f6309a57252cfe19a055f610567c526a05220c9b6ac0d7ff21863520cc126f95b34c8e48fb7ae6ba6a298d0e6b53bf4866cf13bf95fcfb591c538b7
+DIST docker-registry-2.6.0.tar.gz 1578641 SHA256 
5e03dbeaf87936b06d3c6f61fb12d9f759b2ca89225eb71b288488a2fd10571c SHA512 
589ef6968d4f71a8e0c201c02007fb6cf80a9206e0ba699be6cc6cc29a5bfeb759bc8928a21fb73a3710d747eb99136c228b630889af8870cdfa508e20ff5f4e
 WHIRLPOOL 
71c4c78ee587f5346127eed4cb00d3bb55c565e5d376c0a4c7f7b3ec7c7fbc10377e190bf98833a6ac6e8e43f3a100526554b5f5e24238a1de047fc458edf74d

diff --git a/app-emulation/docker-registry/docker-registry-2.6.0.ebuild 
b/app-emulation/docker-registry/docker-registry-2.6.0.ebuild
new file mode 100644
index ..68bc720
--- /dev/null
+++ b/app-emulation/docker-registry/docker-registry-2.6.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit golang-vcs-snapshot systemd user
+
+KEYWORDS="~amd64"
+EGO_PN="github.com/docker/distribution/..."
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Docker Registry 2.0"
+HOMEPAGE="https://${EGO_PN%/*};
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+DEPEND=">=dev-lang/go-1.5"
+SVCNAME=registry
+
+pkg_setup() {
+   enewgroup ${SVCNAME}
+   enewuser ${SVCNAME} -1 -1 /dev/null ${SVCNAME}
+}
+
+src_compile() {
+   GOPATH="${S}" GO15VENDOREXPERIMENT=1 \
+   go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die
+}
+
+src_install() {
+   exeinto /usr/libexec/${PN}
+   doexe "${S}"/bin/*
+   insinto /etc/docker/registry
+   newins "${S}"/src/${EGO_PN%/*}/cmd/registry/config-example.yml 
config.yml.example
+   newinitd "${FILESDIR}/${SVCNAME}.initd" "${SVCNAME}"
+   newconfd "${FILESDIR}/${SVCNAME}.confd" "${SVCNAME}"
+   systemd_dounit "${FILESDIR}/${SVCNAME}.service"
+   keepdir /var/{lib,log}/${SVCNAME}
+   fowners ${SVCNAME}:${SVCNAME} /var/{lib,log}/${SVCNAME}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${SVCNAME}.logrotated" "${SVCNAME}"
+}



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

2017-01-19 Thread Lars Wendler
commit: afc28598d0a683287de951754e0736bb74e037ff
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 21:45:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 21:45:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc28598

dev-util/nvidia-cuda-sdk: Fixed incomplete EAPI-6 conversion (bug #606546)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.19.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.19.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.19.ebuild
index 028bf36..eed597d 100644
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.19.ebuild
+++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.19.ebuild
@@ -85,6 +85,8 @@ src_prepare() {
 #  -e "/ALL_LDFLAGS/s|:=|:= ${RAWLDFLAGS} |g" \
find common/inc/GL -delete || die
find . -type f -name "*\.a" -delete || die
+
+   eapply_user
 }
 
 src_compile() {



[gentoo-commits] proj/portage:master commit in: pym/portage/emaint/modules/logs/

2017-01-19 Thread Brian Dolbec
commit: afe8e736d3de4c7c5519f6495cc5455e0d860383
Author: Alexandru Elisei  gmail  com>
AuthorDate: Thu Jan 19 21:12:33 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Jan 19 21:14:15 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=afe8e736

emaint: add more meaningful error messages to the logs module

The logs module can fail for a variety of reasons: the PORT_LOGDIR
variable isn't set in make.conf or it doesn't point to a directory; the
PORT_LOGDIR_CLEAN command uses a binary which isn't present in the
system or the binary itself failed during execution. There is only one
generic error message for all these cases. The patch adds error messages
that better describe the reason for the failure.

 pym/portage/emaint/modules/logs/logs.py | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/pym/portage/emaint/modules/logs/logs.py 
b/pym/portage/emaint/modules/logs/logs.py
index 028084a..631aeef 100644
--- a/pym/portage/emaint/modules/logs/logs.py
+++ b/pym/portage/emaint/modules/logs/logs.py
@@ -8,6 +8,12 @@ from portage.util import shlex_split, varexpand
 ## default clean command from make.globals
 ## PORT_LOGDIR_CLEAN = 'find "${PORT_LOGDIR}" -type f ! -name "summary.log*" 
-mtime +7 -delete'
 
+ERROR_MESSAGES = {
+   78  : "PORT_LOGDIR variable not set or PORT_LOGDIR not a 
directory.",
+   127 : "PORT_LOGDIR_CLEAN command not found."
+}
+
+
 class CleanLogs(object):
 
short_desc = "Clean PORT_LOGDIR logs"
@@ -31,12 +37,12 @@ class CleanLogs(object):
 
def clean(self, **kwargs):
"""Log directory cleaning function
-   
+
@param **kwargs: optional dictionary of values used in this 
function are:
settings: portage settings instance: defaults to 
portage.settings
"PORT_LOGDIR": directory to clean
"PORT_LOGDIR_CLEAN": command for cleaning the 
logs.
-   options: dict: 
+   options: dict:
'NUM': int: number of days
'pretend': boolean
"""
@@ -81,7 +87,7 @@ class CleanLogs(object):
def _clean_logs(clean_cmd, settings):
logdir = settings.get("PORT_LOGDIR")
if logdir is None or not os.path.isdir(logdir):
-   return
+   return 78
 
variables = {"PORT_LOGDIR" : logdir}
cmd = [varexpand(x, mydict=variables) for x in clean_cmd]
@@ -97,8 +103,10 @@ class CleanLogs(object):
def _convert_errors(rval):
msg = []
if rval != os.EX_OK:
-   msg.append("PORT_LOGDIR_CLEAN command returned %s"
-   % ("%d" % rval if rval else "None"))
+   if rval in ERROR_MESSAGES:
+   msg.append(ERROR_MESSAGES[rval])
+   else:
+   msg.append("PORT_LOGDIR_CLEAN command returned 
%s" % rval)
msg.append("See the make.conf(5) man page for "
"PORT_LOGDIR_CLEAN usage instructions.")
return msg



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

2017-01-19 Thread Mike Gilbert
commit: 4dc685064bed7408d3917547d1bee4d9c2a478ac
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jan 19 21:05:33 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jan 19 21:05:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc68506

dev-python/celery: adjust billiard dep

Bug: https://bugs.gentoo.org/597634
Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25

 dev-python/celery/{celery-3.1.24.ebuild => celery-3.1.24-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/celery/celery-3.1.24.ebuild 
b/dev-python/celery/celery-3.1.24-r1.ebuild
similarity index 97%
rename from dev-python/celery/celery-3.1.24.ebuild
rename to dev-python/celery/celery-3.1.24-r1.ebuild
index 0c85e51..b8f14a5 100644
--- a/dev-python/celery/celery-3.1.24.ebuild
+++ b/dev-python/celery/celery-3.1.24-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,7 @@ RDEPEND="
=dev-python/kombu-3.0.33[${PYTHON_USEDEP}]
>=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
-   >=dev-python/billiard-3.3.0.22[${PYTHON_USEDEP}]
+   >=dev-python/billiard-3.3.0.23[${PYTHON_USEDEP}]


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

2017-01-19 Thread Johannes Huber
commit: 90aff6f1bacddf5b17fa2111794472cf6834ec6c
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 20:42:06 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 20:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90aff6f1

profiles: typos

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 733c8c6..efc73ce 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,9 +31,9 @@
 #--- END OF EXAMPLES ---
 
 # Johannes Huber  (19 Jan 2017)
-# Plasma 4 removal in 30 days.
-# Please read news item. All packages export to kde-sunset overlay.
-# Gentoo bugs #473678, #528612, #537062, #586814.S
+# Plasma 4 removal in 30 days. Please read the news item.
+# All packages exported to kde-sunset overlay.
+# Gentoo bugs #473678, #528612, #537062, #586814.
 kde-plasma/bluedevil:4
 kde-plasma/freespacenotifier
 kde-plasma/kcheckpass



[gentoo-commits] proj/portage:master commit in: pym/portage/emaint/modules/config/, pym/portage/emaint/modules/move/, ...

2017-01-19 Thread Brian Dolbec
commit: f143e58dd3fd80ab67121e7a62e8cf47151d3907
Author: Alexandru Elisei  gmail  com>
AuthorDate: Wed Jan 18 17:15:54 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Jan 19 20:35:20 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f143e58d

emaint: exit with non-zero status code when module fails (bug 567478)

Module functions currently return a message to emaint after invocation.
Emaint prints this message then exits normally (with a success return
code) even if the module encountered an error. This patch aims to
change this by having each module public function return a tuple of
(returncode, message), where returncode is boolean True if the function
was successful or False otherwise. Emaint will inspect the return codes
and exit unsuccessfully if necessary.

The variable PORT_LOGDIR was added to the test environment to prevent
CleanLogs.clean() from failing when the variable isn't set or not a
directory.

 pym/portage/emaint/main.py| 12 +---
 pym/portage/emaint/modules/binhost/binhost.py |  6 --
 pym/portage/emaint/modules/config/config.py   |  6 --
 pym/portage/emaint/modules/logs/logs.py   |  9 +
 pym/portage/emaint/modules/merges/merges.py   | 18 +++---
 pym/portage/emaint/modules/move/move.py   |  9 +++--
 pym/portage/emaint/modules/resume/resume.py   |  3 ++-
 pym/portage/emaint/modules/sync/sync.py   | 20 +---
 pym/portage/emaint/modules/world/world.py |  8 ++--
 pym/portage/tests/emerge/test_simple.py   |  1 +
 10 files changed, 62 insertions(+), 30 deletions(-)

diff --git a/pym/portage/emaint/main.py b/pym/portage/emaint/main.py
index 65e3545..f448d6b 100644
--- a/pym/portage/emaint/main.py
+++ b/pym/portage/emaint/main.py
@@ -115,6 +115,7 @@ class TaskHandler(object):
"""Runs the module tasks"""
if tasks is None or func is None:
return
+   returncodes = []
for task in tasks:
inst = task()
show_progress = self.show_progress_bar and self.isatty
@@ -135,14 +136,17 @@ class TaskHandler(object):
# them for other tasks if there is more to do.
'options': options.copy()
}
-   result = getattr(inst, func)(**kwargs)
+   returncode, msgs = getattr(inst, func)(**kwargs)
+   returncodes.append(returncode)
if show_progress:
# make sure the final progress is displayed
self.progress_bar.display()
print()
self.progress_bar.stop()
if self.callback:
-   self.callback(result)
+   self.callback(msgs)
+
+   return returncodes
 
 
 def print_results(results):
@@ -237,4 +241,6 @@ def emaint_main(myargv):
task_opts = options.__dict__
task_opts['return-messages'] = True
taskmaster = TaskHandler(callback=print_results, 
module_output=sys.stdout)
-   taskmaster.run_tasks(tasks, func, status, options=task_opts)
+   returncodes = taskmaster.run_tasks(tasks, func, status, 
options=task_opts)
+
+   sys.exit(False in returncodes)

diff --git a/pym/portage/emaint/modules/binhost/binhost.py 
b/pym/portage/emaint/modules/binhost/binhost.py
index cf1213e..527b02f 100644
--- a/pym/portage/emaint/modules/binhost/binhost.py
+++ b/pym/portage/emaint/modules/binhost/binhost.py
@@ -86,7 +86,9 @@ class BinhostHandler(object):
stale = set(metadata).difference(cpv_all)
for cpv in stale:
errors.append("'%s' is not in the repository" % cpv)
-   return errors
+   if errors:
+   return (False, errors)
+   return (True, None)
 
def fix(self,  **kwargs):
onProgress = kwargs.get('onProgress', None)
@@ -177,4 +179,4 @@ class BinhostHandler(object):
if maxval == 0:
maxval = 1
onProgress(maxval, maxval)
-   return None
+   return (True, None)

diff --git a/pym/portage/emaint/modules/config/config.py 
b/pym/portage/emaint/modules/config/config.py
index dad024b..a05a3c2 100644
--- a/pym/portage/emaint/modules/config/config.py
+++ b/pym/portage/emaint/modules/config/config.py
@@ -36,7 +36,8 @@ class CleanConfig(object):
if onProgress:
onProgress(maxval, i+1)
i += 1
-   return self._format_output(messages)
+   msgs = self._format_output(messages)
+   return (True, msgs)
 
def 

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

2017-01-19 Thread Lars Wendler
commit: fbb6d46d9dcc7a83f6b3a27b908cdd31dc034b67
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 20:28:44 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 20:29:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb6d46d

sys-apps/hdparm: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/hdparm/Manifest   |  2 --
 sys-apps/hdparm/hdparm-9.45.ebuild | 41 
 sys-apps/hdparm/hdparm-9.49.ebuild | 43 --
 3 files changed, 86 deletions(-)

diff --git a/sys-apps/hdparm/Manifest b/sys-apps/hdparm/Manifest
index f98a1a4..aac13eb 100644
--- a/sys-apps/hdparm/Manifest
+++ b/sys-apps/hdparm/Manifest
@@ -1,5 +1,3 @@
-DIST hdparm-9.45.tar.gz 129410 SHA256 
23b01caa56a995cf0897877b6aff98ea622a5df255bc2894b1a7693387f38669 SHA512 
2692382f16fe9a87b7c9673bea44b8a9512b2449aaf18090f09c9e761fadc153f71d9779d063218f6951797649c0758f97242b7327da6653ea53991bf3da9eb8
 WHIRLPOOL 
6c424e265b7845afeff26f87654fbefe7d563404f2dee59f976594a87b375124262864305a14655bf5379e77e21bea0d8fb179e099374d7e8f952199f569ee58
 DIST hdparm-9.48.tar.gz 130277 SHA256 
ce97b4a71cb04146f54cf6f69787e7f97ddfda9836dc803b459d3b3df3a4fbee SHA512 
5b8908a762d892c403406da4798202bed95f035396e3c49f04da910fa53a6b442a7d7c9cb1e5d786d7c8c5a1b681c8d1db10f1bd8dad09600a6f3811fbf8afb7
 WHIRLPOOL 
4f17e6622a9c6516834b0487c0d73ba7aaaffcd5381cbcf03c01fa936924975c3fb7190052c4d1bba7a0b53a53fc9b910fe4c71440f4a556d533d43ecd474516
-DIST hdparm-9.49.tar.gz 158179 SHA256 
31d20903b92aff24843b66fad2f1e21a4bcdb252d1a78e324b71715b54eb823c SHA512 
3326e4387fa246a10a68d1c7d75d37e1151bcc4aeb2bef906824d6e53b1c8ae40a7939847cb6e7a3c445ff2775616e323cb9ff705f066f9665ee76c7e178baf5
 WHIRLPOOL 
2a08313fc9e38c18daa210d0b5d5657449bf445e1a04381f7995a0d239ac1f8d01389bf3f42b7e5119bd5d15b90583ed1ce964ba34b61b798ceed19e9b8849e7
 DIST hdparm-9.50.tar.gz 133305 SHA256 
0892b44bd817c251264a24f6ecbbb010958033e0395d2030f25f1c5608ac780e SHA512 
e781da560f4ff7c75934b262b1be896765055ab0d90f9f637df2b7a13865a8dff0316811eae889e2bb09cbea08599b8f65e1fd1ef92f1f17e0fa728afda73fbc
 WHIRLPOOL 
2a50edd4be38ea6e31099a5172d3c5afa845ef9ebfa560caf8019a3b390551b84e7614853a64f37b1f485a2fcbce833791276b21d7aab04b79a09f0ca85e3708
 DIST hdparm-9.51.tar.gz 133725 SHA256 
1afad8891ecbe644c283f7d725157660ebf8bd5b4d9d67232afd45f83d2d5d91 SHA512 
144d073d697d05058e0240ff46e5517803baa8475e1d381a31c25179ceb1564bbb561ba7f9dee8654d80a3510e3bf2f2d2f4a267618f0ab27967f37626aef91c
 WHIRLPOOL 
4010a38656098820f7b34fced0b001209c12c42d22a1d8c2ca8ac3370e938ba1fb06f98afd7dcc1a1e22abf910bd476663fe8ad18fb221605e702e14bcabc25f

diff --git a/sys-apps/hdparm/hdparm-9.45.ebuild 
b/sys-apps/hdparm/hdparm-9.45.ebuild
deleted file mode 100644
index ada8d48..
--- a/sys-apps/hdparm/hdparm-9.45.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Utility to change hard drive performance parameters"
-HOMEPAGE="https://sourceforge.net/projects/hdparm/;
-SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
-
-LICENSE="BSD GPL-2" # GPL-2 only
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
-IUSE="static"
-
-src_prepare() {
-   use static && append-ldflags -static
-   sed -i \
-   -e "/^CFLAGS/ s:-O2:${CFLAGS}:" \
-   -e "/^LDFLAGS/ s:-s:${LDFLAGS}:" \
-   Makefile || die "sed"
-}
-
-src_compile() {
-   emake STRIP=: CC="$(tc-getCC)"
-}
-
-src_install() {
-   into /
-   dosbin hdparm contrib/idectl
-
-   newinitd "${FILESDIR}"/hdparm-init-8 hdparm
-   newconfd "${FILESDIR}"/hdparm-conf.d.3 hdparm
-
-   doman hdparm.8
-   dodoc hdparm.lsm Changelog README.acoustic hdparm-sysconfig
-   docinto wiper
-   dodoc wiper/{README.txt,wiper.sh}
-}

diff --git a/sys-apps/hdparm/hdparm-9.49.ebuild 
b/sys-apps/hdparm/hdparm-9.49.ebuild
deleted file mode 100644
index 4db6889..
--- a/sys-apps/hdparm/hdparm-9.49.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="Utility to change hard drive performance parameters"
-HOMEPAGE="https://sourceforge.net/projects/hdparm/;
-SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
-
-LICENSE="BSD GPL-2" # GPL-2 only
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="static"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-9.48-sysmacros.patch #580052
-   use static && append-ldflags -static
-   sed -i \
-   -e "/^CFLAGS/ s:-O2:${CFLAGS}:" \
-  

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

2017-01-19 Thread Lars Wendler
commit: 5d1c197e7c700d5d3a8fcd6d0d880ce7ee269f45
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 20:25:44 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 20:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1c197e

sys-apps/hdparm: Bump to version 9.51

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/hdparm/Manifest  |  1 +
 sys-apps/hdparm/files/hdparm-9.51-build.patch | 32 +++
 sys-apps/hdparm/hdparm-9.51.ebuild| 45 +++
 3 files changed, 78 insertions(+)

diff --git a/sys-apps/hdparm/Manifest b/sys-apps/hdparm/Manifest
index 2885341..f98a1a4 100644
--- a/sys-apps/hdparm/Manifest
+++ b/sys-apps/hdparm/Manifest
@@ -2,3 +2,4 @@ DIST hdparm-9.45.tar.gz 129410 SHA256 
23b01caa56a995cf0897877b6aff98ea622a5df255
 DIST hdparm-9.48.tar.gz 130277 SHA256 
ce97b4a71cb04146f54cf6f69787e7f97ddfda9836dc803b459d3b3df3a4fbee SHA512 
5b8908a762d892c403406da4798202bed95f035396e3c49f04da910fa53a6b442a7d7c9cb1e5d786d7c8c5a1b681c8d1db10f1bd8dad09600a6f3811fbf8afb7
 WHIRLPOOL 
4f17e6622a9c6516834b0487c0d73ba7aaaffcd5381cbcf03c01fa936924975c3fb7190052c4d1bba7a0b53a53fc9b910fe4c71440f4a556d533d43ecd474516
 DIST hdparm-9.49.tar.gz 158179 SHA256 
31d20903b92aff24843b66fad2f1e21a4bcdb252d1a78e324b71715b54eb823c SHA512 
3326e4387fa246a10a68d1c7d75d37e1151bcc4aeb2bef906824d6e53b1c8ae40a7939847cb6e7a3c445ff2775616e323cb9ff705f066f9665ee76c7e178baf5
 WHIRLPOOL 
2a08313fc9e38c18daa210d0b5d5657449bf445e1a04381f7995a0d239ac1f8d01389bf3f42b7e5119bd5d15b90583ed1ce964ba34b61b798ceed19e9b8849e7
 DIST hdparm-9.50.tar.gz 133305 SHA256 
0892b44bd817c251264a24f6ecbbb010958033e0395d2030f25f1c5608ac780e SHA512 
e781da560f4ff7c75934b262b1be896765055ab0d90f9f637df2b7a13865a8dff0316811eae889e2bb09cbea08599b8f65e1fd1ef92f1f17e0fa728afda73fbc
 WHIRLPOOL 
2a50edd4be38ea6e31099a5172d3c5afa845ef9ebfa560caf8019a3b390551b84e7614853a64f37b1f485a2fcbce833791276b21d7aab04b79a09f0ca85e3708
+DIST hdparm-9.51.tar.gz 133725 SHA256 
1afad8891ecbe644c283f7d725157660ebf8bd5b4d9d67232afd45f83d2d5d91 SHA512 
144d073d697d05058e0240ff46e5517803baa8475e1d381a31c25179ceb1564bbb561ba7f9dee8654d80a3510e3bf2f2d2f4a267618f0ab27967f37626aef91c
 WHIRLPOOL 
4010a38656098820f7b34fced0b001209c12c42d22a1d8c2ca8ac3370e938ba1fb06f98afd7dcc1a1e22abf910bd476663fe8ad18fb221605e702e14bcabc25f

diff --git a/sys-apps/hdparm/files/hdparm-9.51-build.patch 
b/sys-apps/hdparm/files/hdparm-9.51-build.patch
new file mode 100644
index ..2c6bdba
--- /dev/null
+++ b/sys-apps/hdparm/files/hdparm-9.51-build.patch
@@ -0,0 +1,32 @@
+* drop hardcoded -O2 flag from CFLAGS
+* drop hardcoded -s (strip) flag from LDFLAGS, and respect user LDFLAGS
+* fix hardcoded `make` and hardcoded -j2 flags
+* respect CFLAGS when linking
+
+--- hdparm-9.51/Makefile
 hdparm-9.51/Makefile
+@@ -13,9 +13,8 @@
+ CC ?= gcc
+ STRIP ?= strip
+ 
+-CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith 
-Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -fkeep-inline-functions -Wwrite-strings 
-Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
++CFLAGS += -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith 
-Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -fkeep-inline-functions -Wwrite-strings 
-Waggregate-return -Wnested-externs -Wtrigraphs
+ 
+-LDFLAGS = -s
+ #LDFLAGS = -s -static
+ INSTALL = install
+ INSTALL_DATA = $(INSTALL) -m 644
+@@ -24,11 +23,10 @@
+ 
+ OBJS = hdparm.o identify.o sgio.o sysfs.o geom.o fallocate.o fibmap.o 
fwdownload.o dvdspeed.o wdidle3.o
+ 
+-all:
+-  $(MAKE) -j4 hdparm
++all: hdparm
+ 
+ hdparm: hdparm.h sgio.h $(OBJS)
+-  $(CC) $(LDFLAGS) -o hdparm $(OBJS)
++  $(CC) $(CFLAGS) $(LDFLAGS) -o hdparm $(OBJS)
+   $(STRIP) hdparm
+ 
+ hdparm.o: hdparm.h sgio.h

diff --git a/sys-apps/hdparm/hdparm-9.51.ebuild 
b/sys-apps/hdparm/hdparm-9.51.ebuild
new file mode 100644
index ..908ff91
--- /dev/null
+++ b/sys-apps/hdparm/hdparm-9.51.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic eutils
+
+DESCRIPTION="Utility to change hard drive performance parameters"
+HOMEPAGE="https://sourceforge.net/projects/hdparm/;
+SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
+
+LICENSE="BSD GPL-2" # GPL-2 only
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="static"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-9.48-sysmacros.patch #580052
+   "${FILESDIR}"/${PN}-9.51-build.patch
+)
+
+src_prepare() {
+   epatch "${PATCHES[@]}"
+   use static && append-ldflags -static
+}
+
+src_configure() {
+   tc-export CC
+   export STRIP=:
+}
+
+src_install() {
+   into /
+   dosbin 

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

2017-01-19 Thread Johannes Huber
commit: 7745cf8d6dbe985f6df31da0583ff56acf907d8b
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 20:13:25 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 20:13:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7745cf8d

profiles: Plasma 4 removal mask update

Provide time period for removal.

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0bf4302..733c8c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,7 +31,7 @@
 #--- END OF EXAMPLES ---
 
 # Johannes Huber  (19 Jan 2017)
-# Plasma 4 removal
+# Plasma 4 removal in 30 days.
 # Please read news item. All packages export to kde-sunset overlay.
 # Gentoo bugs #473678, #528612, #537062, #586814.S
 kde-plasma/bluedevil:4



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

2017-01-19 Thread Johannes Huber
commit: 5a81fc59a8b3a8127cb13011edd4fe177fdedc4c
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 19:57:40 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 20:07:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a81fc59

profiles: Mask KDE Plasma 4 for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bc5dff4..0bf4302 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,115 @@
 
 #--- END OF EXAMPLES ---
 
+# Johannes Huber  (19 Jan 2017)
+# Plasma 4 removal
+# Please read news item. All packages export to kde-sunset overlay.
+# Gentoo bugs #473678, #528612, #537062, #586814.S
+kde-plasma/bluedevil:4
+kde-plasma/freespacenotifier
+kde-plasma/kcheckpass
+kde-plasma/kcminit
+kde-plasma/kdebase-cursors
+kde-plasma/kdebase-pam
+kde-plasma/kdebase-startkde
+kde-plasma/kde-gtk-config:4
+kde-plasma/kdeplasma-addons:4
+kde-plasma/kdm
+kde-plasma/kephal
+kde-plasma/khotkeys:4
+kde-plasma/kinfocenter:4
+kde-plasma/klipper
+kde-plasma/kmenuedit:4
+kde-plasma/krunner
+kde-plasma/ksmserver
+kde-plasma/kscreen:4
+kde-plasma/kscreensaver
+kde-plasma/ksplash
+kde-plasma/ksshaskpass:4
+kde-plasma/kstartupconfig
+kde-plasma/kstyles
+kde-plasma/ksysguard:4
+kde-plasma/ksystraycmd
+kde-plasma/kwin:4
+kde-plasma/kwrited:4
+kde-plasma/libkgreeter
+kde-plasma/libkscreen:4
+kde-plasma/liboxygenstyle
+kde-plasma/libplasmaclock
+kde-plasma/libplasmagenericshell
+kde-plasma/libtaskmanager
+kde-plasma/milou:4
+kde-plasma/plasma-nm:4
+kde-plasma/plasma-workspace:4
+kde-plasma/powerdevil:4
+kde-plasma/solid-actions-kcm
+kde-plasma/systemsettings:4
+kde-misc/about-distro
+kde-misc/adjustableclock
+kde-misc/baloo-kcmadv
+kde-misc/bkodama
+kde-misc/chromi
+kde-misc/commandwatch
+kde-misc/cpuload
+kde-misc/customizable-weather
+kde-misc/drop2ftp
+kde-misc/emerging-plasmoid
+kde-misc/eventlist
+kde-misc/eyesaver
+kde-misc/fancytasks
+kde-misc/geekclock
+kde-misc/gx-mail-notify
+kde-misc/hdaps_monitor
+kde-misc/homerun
+kde-misc/kbstateapplet
+kde-misc/kcm-grub2
+kde-misc/kcm-touchpad
+kde-misc/kcm-ufw
+kde-misc/kcometen4
+kde-misc/kdmthemegenerator
+kde-misc/kepas
+kde-misc/kgrubeditor
+kde-misc/kprayertime
+kde-misc/kraidmonitor
+kde-misc/krunner-googletranslate
+kde-misc/krunner-kopete-contacts
+kde-misc/ksplasher
+kde-misc/ktrafficanalyzer
+kde-misc/kvkbd
+kde-misc/miniplayer
+kde-misc/nightmode
+kde-misc/nvdevmon
+kde-misc/plasma-applet-daisy
+kde-misc/plasma-emergelog
+kde-misc/plasma-lionmail
+kde-misc/plasma-mpd-nowplaying
+kde-misc/plasma-network-status
+kde-misc/plasma-photooftheday
+kde-misc/plasma-widget-menubar
+kde-misc/plasma-widget-message-indicator
+kde-misc/plasma-wifi
+kde-misc/plasmatvgr
+kde-misc/plasma-wifi
+kde-misc/plasmoid-workflow
+kde-misc/pyrad
+kde-misc/quickaccess
+kde-misc/redshift-plasmoid
+kde-misc/serverstatuswidget
+kde-misc/smooth-tasks
+kde-misc/stdin-plasmoid
+kde-misc/steamcompanion
+kde-misc/stock-quote
+kde-misc/synaptiks
+kde-misc/wicd-client-kde
+kde-misc/yawp
+net-libs/libbluedevil
+net-libs/libmm-qt
+net-libs/libnm-qt
+x11-themes/dekorator
+x11-themes/nitrogen
+x11-themes/skulpture
+x11-themes/smaragd
+
 # David Seifert  (18 Jan 2017)
 # Dead upstream, spiritual successor is dev-ml/gsl-ocaml
 # Masked for removal in 30 days. Bug #574564, #593248, #601912.



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

2017-01-19 Thread Brian Dolbec
commit: edf6c090d349e069ac8e6b83a2bf0826defa06c3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Jan 19 20:05:00 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Jan 19 20:05:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf6c090

dev-util/buildbot-worker: Fix conf.d and init.d filenames

The last two releases mistakenly installed the conf.d and init.d files using 
the old buildslave
name.  The  ebuild had not been properly updated to the new buildbot_worker 
name.
As a result the 0.9.2 and 0.9.3 releases were installing them as buildslave.
This caused problems in downstream installations/scripts expecting the init 
script to be
named "buildbot_worker".

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 ...ildbot-worker-0.9.2.ebuild => buildbot-worker-0.9.2-r1.ebuild} | 8 ++--
 ...ildbot-worker-0.9.3.ebuild => buildbot-worker-0.9.3-r1.ebuild} | 7 +--
 dev-util/buildbot-worker/buildbot-worker-.ebuild  | 4 ++--
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.2.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.2-r1.ebuild
similarity index 83%
rename from dev-util/buildbot-worker/buildbot-worker-0.9.2.ebuild
rename to dev-util/buildbot-worker/buildbot-worker-0.9.2-r1.ebuild
index 89a5735..5fd1173 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.2.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.2-r1.ebuild
@@ -79,12 +79,16 @@ python_install_all() {
 
doman docs/buildbot-worker.1
 
-   newconfd "${FILESDIR}/buildbot_worker.confd" buildslave
-   newinitd "${FILESDIR}/buildbot_worker.initd" buildslave
+   newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
+   newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
 
readme.gentoo_create_doc
 }
 
 pkg_postinst() {
readme.gentoo_print_elog
+   ewarn "The 0.9.2 and 0.9.3 original ebuilds had a mistake naming the"
+   ewarn "conf.d and init.d files as 'buildslave', when it should have 
been"
+   ewarn "'buildbot_worker' as it is in the previous 0.9 versions."
+   ewarn "Only the 0.8 and previous versions should use the name 
'buildslave'"
 }

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.3.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.3-r1.ebuild
similarity index 84%
rename from dev-util/buildbot-worker/buildbot-worker-0.9.3.ebuild
rename to dev-util/buildbot-worker/buildbot-worker-0.9.3-r1.ebuild
index 884c2ed..a34b7d5 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.3.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.3-r1.ebuild
@@ -66,12 +66,15 @@ python_install_all() {
 
doman docs/buildbot-worker.1
 
-   newconfd "${FILESDIR}/buildbot_worker.confd" buildslave
-   newinitd "${FILESDIR}/buildbot_worker.initd" buildslave
+   newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
+   newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
 
readme.gentoo_create_doc
 }
 
 pkg_postinst() {
readme.gentoo_print_elog
+   ewarn "conf.d and init.d files as 'buildslave', when it should have 
been"
+   ewarn "'buildbot_worker' as it is in the previous 0.9 versions."
+   ewarn "Only the 0.8 and previous versions should use the name 
'buildslave'"
 }

diff --git a/dev-util/buildbot-worker/buildbot-worker-.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-.ebuild
index ed5fdcf..ad4b6a8 100644
--- a/dev-util/buildbot-worker/buildbot-worker-.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-.ebuild
@@ -66,8 +66,8 @@ python_install_all() {
 
doman docs/buildbot-worker.1
 
-   newconfd "${FILESDIR}/buildbot_worker.confd" buildslave
-   newinitd "${FILESDIR}/buildbot_worker.initd" buildslave
+   newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
+   newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
 
readme.gentoo_create_doc
 }



[gentoo-commits] data/gentoo-news:master commit in: 2017-01-15-kde-plasma-4-removal/

2017-01-19 Thread Andreas Sturmlechner
commit: 6db0fa981c3afe7ff28600eb0243a3d355dfb76e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Jan 19 19:48:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 19 19:48:45 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=6db0fa98

Add news item about Plasma-4, KDM and KDE profile removal

 .../2017-01-15-kde-plasma-4-removal.en.txt | 50 ++
 .../2017-01-15-kde-plasma-4-removal.en.txt.asc | 16 +++
 2 files changed, 66 insertions(+)

diff --git 
a/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt 
b/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt
new file mode 100644
index 000..d07bca7
--- /dev/null
+++ b/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt
@@ -0,0 +1,50 @@
+Title: KDE Plasma 4 and KDE profile removal
+Author: Andreas Sturmlechner 
+Content-Type: text/plain
+Posted: 2017-01-08
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: kde-plasma/kdebase-startkde
+Display-If-Installed: kde-plasma/kdm
+Display-If-Profile: default/linux/alpha/13.0/desktop/kde
+Display-If-Profile: default/linux/alpha/13.0/desktop/kde/systemd
+Display-If-Profile: default/linux/amd64/13.0/desktop/kde
+Display-If-Profile: default/linux/amd64/13.0/desktop/kde/systemd
+Display-If-Profile: default/linux/arm/13.0/desktop/kde
+Display-If-Profile: default/linux/arm/13.0/desktop/kde/systemd
+Display-If-Profile: default/linux/arm/13.0/armv4/desktop/kde
+Display-If-Profile: default/linux/arm/13.0/armv4t/desktop/kde
+Display-If-Profile: default/linux/arm/13.0/armv5te/desktop/kde
+Display-If-Profile: default/linux/arm/13.0/armv6j/desktop/kde
+Display-If-Profile: default/linux/arm/13.0/armv7a/desktop/kde
+Display-If-Profile: default/linux/ia64/13.0/desktop/kde
+Display-If-Profile: default/linux/ia64/13.0/desktop/kde/systemd
+Display-If-Profile: default/linux/m68k/13.0/desktop/kde
+Display-If-Profile: default/linux/powerpc/ppc32/13.0/desktop/kde
+Display-If-Profile: default/linux/powerpc/ppc32/13.0/desktop/kde/systemd
+Display-If-Profile: default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde
+Display-If-Profile: 
default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/kde/systemd
+Display-If-Profile: default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde
+Display-If-Profile: 
default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd
+Display-If-Profile: default/linux/sh/13.0/desktop/kde
+Display-If-Profile: default/linux/sparc/13.0/desktop/kde
+Display-If-Profile: default/linux/sparc/13.0/desktop/kde/systemd
+Display-If-Profile: default/linux/x86/13.0/desktop/kde
+Display-If-Profile: default/linux/x86/13.0/desktop/kde/systemd
+
+KDE Plasma 4 has reached end of life in Portage. Upstream dropped support
+in 2015-08-19, no security bugs have been fixed since then. It is therefore
+required for all users to upgrade to KDE Plasma 5.
+
+KDM is being removed as well. Upstream recommends x11-misc/sddm instead which
+is pulled in by plasma-meta by default.
+OpenRC users edit /etc/conf.d/xdm and update DISPLAYMANAGER.
+Systemd users run: systemctl reenable sddm.service
+
+Part of the cleanup will also be the KDE desktop profile, which is superseded
+by the Plasma desktop profile. Please follow the detailed upgrade guide.[1]
+
+KDE Plasma 4.11 packages will be moved to kde-sunset overlay.[2]
+
+[1] https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade
+[2] https://wiki.gentoo.org/wiki/Overlay:Kde-sunset

diff --git 
a/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt.asc 
b/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt.asc
new file mode 100644
index 000..0e8ac6e
--- /dev/null
+++ b/2017-01-15-kde-plasma-4-removal/2017-01-15-kde-plasma-4-removal.en.txt.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIcBAABCAAGBQJYgRehAAoJEOclVpXYugee8oUQAJVsQXVGHIX+pShKsCXnupMP
+1H5X+xJlYJ/co4lR9dVT+7wCL2jMT31qiWx1aBo5qj74Ftdlc1IqaDaZG8nDQcwq
+43eIBaqxO0D1VCw55ENSkKLHDwNEk9TiuwDBkhsgaS+HffihTCkYAtH/38ykiNUc
+eQwm1KCplfhH84rezxuRy+CtzZ0x+TeAeDUtwoqNc0UEY4Mv1aAY9nkokjhMlMR7
+SiiQZvKxfAyWBiQZwGwGiaLYN+iu0nTNBI4bxwLayTuLWt8QxtSBvfvlbCW9wDxL
+ZGsqLH4+Q7GjATKYnaDJcx8KvY9dFdOzfCYtMbMW9miDjmqSrvKUCbPtgZ8hG1fi
+9W6XPwwDWhHWve6lDQ7BCFvpCVMvCbfAlUNOy2X/M4nE37IWc8pWv9DR52qCEqD9
+lkmCo5ox6V1lY5GiUrTFzGjFEx5FHsjC4rUxS0Y9mu0P2dY5WsblL8/USqndEGR8
+r3f7btCss90T1cORV1frG/00OKF265Zs2rn3lY5dGiZsv0mgGB8fUnzBT+NyXMZW
+qmvLJ73bi1ULGuYr+4VlHF8OPMGpViEIE9PjdrSsvBNqgaznJ+xoku76pMBXlaCa
+F6zqoqA5Sp+mETFqm95PFxskhLMLlI69IjLlZucXFRpk5lQU330YIcrXL5YYhQ0X
+kXujpiXRwrEL93qnpooS
+=bRjP
+-END PGP SIGNATURE-



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/, perl-core/Test-Simple/

2017-01-19 Thread Kent Fredric
commit: bb03053bc418badada4abc9cbcdc63750fea756d
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 18:44:51 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 18:59:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb03053b

perl-core/Test-Simple: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 perl-core/Test-Simple/Manifest |  1 -
 perl-core/Test-Simple/Test-Simple-1.302.62.ebuild  | 46 --
 .../perl-Test-Simple-1.302.62-r1.ebuild| 21 --
 3 files changed, 68 deletions(-)

diff --git a/perl-core/Test-Simple/Manifest b/perl-core/Test-Simple/Manifest
index 279bed9..bde68e6 100644
--- a/perl-core/Test-Simple/Manifest
+++ b/perl-core/Test-Simple/Manifest
@@ -1,3 +1,2 @@
 DIST Test-Simple-1.001014.tar.gz 127212 SHA256 
55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b SHA512 
0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2
 WHIRLPOOL 
554c292cc05e31c0f82094ff23a556d46526388f9b51b7c3367fb1c34ed692c03b03b1be46f75f6b9186bcd52b3a4e613064252c8f6234ef5711da2a29bec3a7
-DIST Test-Simple-1.302062.tar.gz 247549 SHA256 
6729060d4ab12e2db3a3c6d6376ee6a9fb77c0ba0308b66919365a1e8bf156ea SHA512 
8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff
 WHIRLPOOL 
970f61e718a94b29c02e2b8315326a42b1bb9fae367e12f3e11f1b5b9a4f112dab5d38a68b8e3404e3dce07d14b7c86f074b3a77110b71afdaffb73261e8afe2
 DIST Test-Simple-1.302075.tar.gz 255843 SHA256 
86f2205498f96302e00331ac586bf366547e946e8637ad208d6317a2097d40b7 SHA512 
ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239
 WHIRLPOOL 
f753e8ea5c8cad6bb09b347f20a0848f4c0f2f0df2015f052b76d8e58108cd6a8df94a8c5eab7731fbe14cca27340245a67f602a754896b2f0e9d8f936ff1711

diff --git a/perl-core/Test-Simple/Test-Simple-1.302.62.ebuild 
b/perl-core/Test-Simple/Test-Simple-1.302.62.ebuild
deleted file mode 100644
index 666dec4..
--- a/perl-core/Test-Simple/Test-Simple-1.302.62.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_AUTHOR=EXODIST
-DIST_VERSION=1.302062
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Basic utilities for writing tests"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   !=virtual/perl-Scalar-List-Utils-1.130.0
-   virtual/perl-Storable
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.62-r1.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.62-r1.ebuild
deleted file mode 100644
index 9f02c1d..
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.62-r1.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=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   ~perl-core/${PN#perl-}-${PV}
-   dev-lang/perl:=
-   !

[gentoo-commits] repo/gentoo:master commit in: perl-core/Test-Simple/, virtual/perl-Test-Simple/

2017-01-19 Thread Kent Fredric
commit: 9fc89a4b0b0b3d683d1e799da0379d2aaa23db0e
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 17:34:00 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 18:59:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc89a4b

perl-core/Test-Simple: Bump to version 1.302.75 (masked)

Upstream:
- fix double-release when throwing from context_do
- improved diag-vs-info discrimination in send_event
- TEST_ACTIVE and TEST2_ACTIVE env-vars now set to true
- Reduce confusingness of cmp_ok output
- Handle negative PIDs on windows
- Add can() to deprecated Test::Tester::Delegate
- Fix SysV IPC availability vs enabled interaction
- Propogate warnings settings to use_ok
- Add json serialization hooks to to Test2::Event and
  Test2::Trace::Util
- TODO subtests recursively mark children as effective passes.
- Added event classes ::Encoding and ::TAP::Version for Test2::Harness
- Trace now contains cid and signatures
- events now have related() method to check interconnectedness of
  events
- run_subtest now has a no_fork option

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 perl-core/Test-Simple/Manifest |  1 +
 perl-core/Test-Simple/Test-Simple-1.302.75.ebuild  | 47 ++
 perl-core/Test-Simple/metadata.xml |  3 ++
 .../perl-Test-Simple-1.302.75.ebuild   | 21 ++
 4 files changed, 72 insertions(+)

diff --git a/perl-core/Test-Simple/Manifest b/perl-core/Test-Simple/Manifest
index 0099d00..279bed9 100644
--- a/perl-core/Test-Simple/Manifest
+++ b/perl-core/Test-Simple/Manifest
@@ -1,2 +1,3 @@
 DIST Test-Simple-1.001014.tar.gz 127212 SHA256 
55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b SHA512 
0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2
 WHIRLPOOL 
554c292cc05e31c0f82094ff23a556d46526388f9b51b7c3367fb1c34ed692c03b03b1be46f75f6b9186bcd52b3a4e613064252c8f6234ef5711da2a29bec3a7
 DIST Test-Simple-1.302062.tar.gz 247549 SHA256 
6729060d4ab12e2db3a3c6d6376ee6a9fb77c0ba0308b66919365a1e8bf156ea SHA512 
8c221ec4ee33da68191df6c8e13f82f90d694a1d87e2406a4af500b70bd87e8b58093735ca71c63c6cb569673e088d9f558bf7155c1f5e885eada354c090d3ff
 WHIRLPOOL 
970f61e718a94b29c02e2b8315326a42b1bb9fae367e12f3e11f1b5b9a4f112dab5d38a68b8e3404e3dce07d14b7c86f074b3a77110b71afdaffb73261e8afe2
+DIST Test-Simple-1.302075.tar.gz 255843 SHA256 
86f2205498f96302e00331ac586bf366547e946e8637ad208d6317a2097d40b7 SHA512 
ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239
 WHIRLPOOL 
f753e8ea5c8cad6bb09b347f20a0848f4c0f2f0df2015f052b76d8e58108cd6a8df94a8c5eab7731fbe14cca27340245a67f602a754896b2f0e9d8f936ff1711

diff --git a/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild 
b/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild
new file mode 100644
index ..9c6fd19
--- /dev/null
+++ b/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=EXODIST
+DIST_VERSION=1.302075
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Basic utilities for writing tests"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   !=virtual/perl-Scalar-List-Utils-1.130.0
+   virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/perl-core/Test-Simple/metadata.xml 
b/perl-core/Test-Simple/metadata.xml
index 05a0dba..c0d9984 100644
--- a/perl-core/Test-Simple/metadata.xml
+++ b/perl-core/Test-Simple/metadata.xml
@@ -16,6 +16,7 @@
 Test2::Event
 Test2::Event::Bail
 Test2::Event::Diag
+Test2::Event::Encoding
 Test2::Event::Exception
 Test2::Event::Generic
 Test2::Event::Info
@@ -24,6 +25,7 @@
 Test2::Event::Plan
 Test2::Event::Skip
 Test2::Event::Subtest
+Test2::Event::TAP::Version
 Test2::Event::Waiting
 Test2::Formatter
 Test2::Formatter::TAP
@@ -34,6 +36,7 @@
 Test2::IPC
 Test2::IPC::Driver
 Test2::IPC::Driver::Files
+Test2::Tools::Tiny
 Test2::Util
 Test2::Util::ExternalMeta
 Test2::Util::HashBase

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild
new file mode 100644
index ..69e4ebe
--- /dev/null
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General 

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

2017-01-19 Thread Jeroen Roovers
commit: 64593c2d98912a3364a59afabfec0f18ec8c773a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 19 18:50:21 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 19 18:59:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64593c2d

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/opera-beta/Manifest |  2 -
 .../opera-beta/opera-beta-43.0.2442.7.ebuild   | 91 --
 2 files changed, 93 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 549cc2a..e830d82 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -2,5 +2,3 @@ DIST opera-beta_43.0.2442.21_amd64.deb 50419114 SHA256 
1e1697282deb323d45b08837a
 DIST opera-beta_43.0.2442.21_i386.deb 52042650 SHA256 
4b891e265bb19e0d3a2f71ae53c0f7c13ee69ebce8e8f3accfcf89874231d392 SHA512 
f29de8f33e43339e8125522b6b93ea5e50a1b5f77adb64a6040b01474d60a0c9e3a93ba43edec7f0e24a218df72bf452d66ccc5f8c6199c9cd50e46637c8e845
 WHIRLPOOL 
ec29c05f2e3198fc365bd6189a48bcbda19fb3ae4f57616fba7c0a0717b74150b3053b52a7fd584dbd49a5a9a475b00ea86a667362bdeff3d6201dd27ee2c43a
 DIST opera-beta_43.0.2442.52_amd64.deb 50735048 SHA256 
90727982476961e2339eb0e8d19208de32ace5e68ad19baf4f0af62e0061d3e6 SHA512 
a2d5f5c3dc1524cda3b005c9ed8abd128057756cd22be8860a3aa23320c44a5996120d0257c25758cccf92d1a9abe6a66a71ab457aa16a137f452dc38ab73bb6
 WHIRLPOOL 
c9a08c070e56f92edaeb4446c8747dbd49bc84d5a7af4633842eb66675be1f501d7d16f7c17d062e35c678c9dce25bd1ba9200e64ea3500c485f9ef95756a078
 DIST opera-beta_43.0.2442.52_i386.deb 51821350 SHA256 
092039283abcf20a27802bb9bfecdbe18dd26aa0d1b6767c43af3b487a5b121f SHA512 
6440c9e172ff964d666795bf3550268a73d38ae4784ff391af09e2edfe3f8b86d1aab332035385035e50dc5aaa8b7ea18319745d1b6867863de3536a94cb5928
 WHIRLPOOL 
c5864b96abe8ba9ef250f7ae7bf180d4b75271f279f15241c28f3b81f937afe78a338af177518beef0d02556d9e331f2fc2856e13da2e27dd1440843aeafa110
-DIST opera-beta_43.0.2442.7_amd64.deb 51007408 SHA256 
c7a2e8055728ce8cfdea41ed5bc4a95dac0c99dcc332cec1d5c35bb532114f55 SHA512 
0a312364409803614f8c56761ea04a1b8e91bb1a2e9b847b47798bad46cdf97a9921e0868f4db46aea12b9415bc7d27746c36148a814c83f324e6fcf73b85b09
 WHIRLPOOL 
bce27f75fc815df2287f1ed3f66c3f2a30fc22d814bb5049471385705170435bb332179e65ca8de7d10fb5c7e91a86a7d4973a7b9d6742914537e995cde7fcc3
-DIST opera-beta_43.0.2442.7_i386.deb 51991722 SHA256 
5a0cf2f729f81bbb593a4d915c9986ecf1fed7db75bffef49fb126154a3bbb8f SHA512 
51a582925ee2cfba04f85413c27a983cf246b68630e7e61b677453d8583edf3766ae077309e289ab6a92f064e83a1ba7e55a2b27ba32c8f54ae30ed3762740f0
 WHIRLPOOL 
30bde90b06877c3640eb073db5071577f8dcb0105baf72e0e8ef5a35c097517a65dddb49061e4f37daae66357e0f4b3656986724c2c687b734367430640d1ae2

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

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

2017-01-19 Thread Jeroen Roovers
commit: 52ec878adbf46d7c2518bdbd9df28711efd49329
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 19 18:49:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 19 18:59:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ec878a

www-client/opera-beta: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 7c82031..549cc2a 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,6 @@
 DIST opera-beta_43.0.2442.21_amd64.deb 50419114 SHA256 
1e1697282deb323d45b08837aee37d333c780e057f165cefa7c448cb7a2f1f87 SHA512 
e52a2a37403399948a38d1124b8dcd31abdd2bc0aa2581fd0d85c27d2a957c2b56189bc476fe5c595678ef4db4c9fb1d516362536b6862db2d0e6fb89b7aa5a2
 WHIRLPOOL 
bdfd82665d2bd66cbd28a76ff30689b173d886bc417f55964d07ee8249d42ecadee457b52e0adb9122e28fb6a1043399f324a12e85992a68fa7d468291091299
 DIST opera-beta_43.0.2442.21_i386.deb 52042650 SHA256 
4b891e265bb19e0d3a2f71ae53c0f7c13ee69ebce8e8f3accfcf89874231d392 SHA512 
f29de8f33e43339e8125522b6b93ea5e50a1b5f77adb64a6040b01474d60a0c9e3a93ba43edec7f0e24a218df72bf452d66ccc5f8c6199c9cd50e46637c8e845
 WHIRLPOOL 
ec29c05f2e3198fc365bd6189a48bcbda19fb3ae4f57616fba7c0a0717b74150b3053b52a7fd584dbd49a5a9a475b00ea86a667362bdeff3d6201dd27ee2c43a
+DIST opera-beta_43.0.2442.52_amd64.deb 50735048 SHA256 
90727982476961e2339eb0e8d19208de32ace5e68ad19baf4f0af62e0061d3e6 SHA512 
a2d5f5c3dc1524cda3b005c9ed8abd128057756cd22be8860a3aa23320c44a5996120d0257c25758cccf92d1a9abe6a66a71ab457aa16a137f452dc38ab73bb6
 WHIRLPOOL 
c9a08c070e56f92edaeb4446c8747dbd49bc84d5a7af4633842eb66675be1f501d7d16f7c17d062e35c678c9dce25bd1ba9200e64ea3500c485f9ef95756a078
+DIST opera-beta_43.0.2442.52_i386.deb 51821350 SHA256 
092039283abcf20a27802bb9bfecdbe18dd26aa0d1b6767c43af3b487a5b121f SHA512 
6440c9e172ff964d666795bf3550268a73d38ae4784ff391af09e2edfe3f8b86d1aab332035385035e50dc5aaa8b7ea18319745d1b6867863de3536a94cb5928
 WHIRLPOOL 
c5864b96abe8ba9ef250f7ae7bf180d4b75271f279f15241c28f3b81f937afe78a338af177518beef0d02556d9e331f2fc2856e13da2e27dd1440843aeafa110
 DIST opera-beta_43.0.2442.7_amd64.deb 51007408 SHA256 
c7a2e8055728ce8cfdea41ed5bc4a95dac0c99dcc332cec1d5c35bb532114f55 SHA512 
0a312364409803614f8c56761ea04a1b8e91bb1a2e9b847b47798bad46cdf97a9921e0868f4db46aea12b9415bc7d27746c36148a814c83f324e6fcf73b85b09
 WHIRLPOOL 
bce27f75fc815df2287f1ed3f66c3f2a30fc22d814bb5049471385705170435bb332179e65ca8de7d10fb5c7e91a86a7d4973a7b9d6742914537e995cde7fcc3
 DIST opera-beta_43.0.2442.7_i386.deb 51991722 SHA256 
5a0cf2f729f81bbb593a4d915c9986ecf1fed7db75bffef49fb126154a3bbb8f SHA512 
51a582925ee2cfba04f85413c27a983cf246b68630e7e61b677453d8583edf3766ae077309e289ab6a92f064e83a1ba7e55a2b27ba32c8f54ae30ed3762740f0
 WHIRLPOOL 
30bde90b06877c3640eb073db5071577f8dcb0105baf72e0e8ef5a35c097517a65dddb49061e4f37daae66357e0f4b3656986724c2c687b734367430640d1ae2

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

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

2017-01-19 Thread Jeroen Roovers
commit: ca914ecb59778cab3bfe13a2ffd4f86c157ebe67
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 19 18:58:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 19 18:59:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca914ecb

net-analyzer/tcpdump: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/tcpdump/Manifest |  1 +
 net-analyzer/tcpdump/tcpdump-4.9.0.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/net-analyzer/tcpdump/Manifest b/net-analyzer/tcpdump/Manifest
index fe4a513..ee45e03 100644
--- a/net-analyzer/tcpdump/Manifest
+++ b/net-analyzer/tcpdump/Manifest
@@ -1,3 +1,4 @@
 DIST tcpdump-4.7.4.tar.gz 1153657 SHA256 
6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af SHA512 
5660d82abdf7327c3e1717db519b2c98cd217fff17440019f3ccf166b3cb28ab1c1850b7c42f8c6ee38110838bb8a4a10cd394f25123783bb3d58e1f350ef326
 WHIRLPOOL 
7c320adf64bf5ff57af7f98fec9919ba3c07056fbbbe1c8a87ac73ecb767ce245c4963e69e24ff71704be7b42dc604992f261173a34b12a87cd0eab153762816
 DIST tcpdump-4.8.0.tar.gz 1149698 SHA256 
6d80fe345d0f5ee42fd273bfafe076231ad700c2daaf56805d17dc8159a6d1a7 SHA512 
c35b26bd170706116a5274846f967893c2d6f1f67082c0aa264d0811b6bdd2d7bd9dcde3f725179b0916c0160088bc87298af061179d2f1ca47a0f3e2cd870ab
 WHIRLPOOL 
43129349417cb68b2076efb2d01683f122d998d98e625e39edc25c336d06fc714ccb06beb85e8ce4bcbe12f185cff9865c27583e242420dd3b44b7b26dd3ca90
 DIST tcpdump-4.8.1.tar.gz 1156643 SHA256 
3cdfd4ef11ae751fd6ac2622148d93784b3ef8385b671d61f56c3b38c432a69b SHA512 
b7d4afbaf30389954d3ca6e91db5d3351aa229a48a330eec89602e8650d16ba3284de51f66b2e365f064b8c2b906b67b469d0a00e603e0518ec22e5215724466
 WHIRLPOOL 
76f5f51f482f0834899a5f07ab6b6ab14688f8527810e2065c425356c1b08a0013b932017d95fdf140cb38d80db4d7df735cc815c0ffb418560c8ea4113eb98b
+DIST tcpdump-4.9.0.tar.gz 1260309 SHA256 
eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e SHA512 
e98d73ae706d42e96b4069e196cf17af892eb97935664eebd08779b55b4da858bc1732d714efd16924f862aad0ba5550ceb2213c68414ed48907c46456c9fc82
 WHIRLPOOL 
bd2284919bd3a2af166c6e05254e6fb7fa757b76f269d1a4951fe0ccfb6ad282a50f5670d3f8a38f6bffd1834bc809effd2e8575f9f0dd2fd7eaa4b4fdce5552

diff --git a/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild
new file mode 100644
index ..04259e2
--- /dev/null
+++ b/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit flag-o-matic toolchain-funcs user
+
+DESCRIPTION="A Tool for network monitoring and data acquisition"
+HOMEPAGE="
+   http://www.tcpdump.org/
+   https://github.com/the-tcpdump-group/tcpdump
+"
+SRC_URI="
+   https://dev.gentoo.org/~jer/${P}.tar.gz
+   https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="+drop-root libressl smi ssl samba suid test"
+
+RDEPEND="
+   drop-root? ( sys-libs/libcap-ng )
+   net-libs/libpcap
+   smi? ( net-libs/libsmi )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6m:0 )
+   libressl? ( dev-libs/libressl )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   drop-root? ( virtual/pkgconfig )
+   test? (
+   || ( app-arch/sharutils sys-freebsd/freebsd-ubin )
+   dev-lang/perl
+   )
+"
+
+pkg_setup() {
+   if use drop-root || use suid; then
+   enewgroup tcpdump
+   enewuser tcpdump -1 -1 -1 tcpdump
+   fi
+}
+
+src_configure() {
+   if use drop-root; then
+   append-cppflags -DHAVE_CAP_NG_H
+   export LIBS=$( $(tc-getPKG_CONFIG) --libs libcap-ng )
+   fi
+
+   econf \
+   $(use_enable samba smb) \
+   $(use_with drop-root chroot '') \
+   $(use_with smi) \
+   $(use_with ssl crypto "${EPREFIX}/usr") \
+   $(usex drop-root "--with-user=tcpdump" "")
+}
+
+src_test() {
+   if [[ ${EUID} -ne 0 ]] || ! use drop-root; then
+   sed -i -e '/^\(espudp1\|eapon1\)/d;' tests/TESTLIST || die
+   emake check
+   else
+   ewarn "If you want to run the test suite, make sure you either"
+   ewarn "set FEATURES=userpriv or set USE=-drop-root"
+   fi
+}
+
+src_install() {
+   dosbin tcpdump
+   doman tcpdump.1
+   dodoc *.awk
+   dodoc CHANGES CREDITS README.md
+
+   if use suid; then
+   fowners root:tcpdump /usr/sbin/tcpdump
+   fperms 4110 /usr/sbin/tcpdump
+   fi
+}
+
+pkg_preinst() {
+   if use drop-root || use suid; then
+   enewgroup tcpdump
+   enewuser 

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

2017-01-19 Thread Sebastian Pipping
commit: ebf045beb14c72954342b57e26e3b583ba308e72
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Jan 19 18:50:25 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Jan 19 18:51:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf045be

app-text/dvisvgm: 2.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/dvisvgm/Manifest   |  1 +
 app-text/dvisvgm/dvisvgm-2.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/app-text/dvisvgm/Manifest b/app-text/dvisvgm/Manifest
index b13c043..5ba19f8 100644
--- a/app-text/dvisvgm/Manifest
+++ b/app-text/dvisvgm/Manifest
@@ -1,3 +1,4 @@
 DIST dvisvgm-1.10.tar.gz 831654 SHA256 
339f4dcef0916c1daaf1b65d966737279464ec6858b28fda7196d8030d7f3735 SHA512 
2d3cb2e6b36d6a3b996347b6031f67bb89bc76d2bf0244347e512e66333536638caf855d9856771b10245387abae99a06d4c6fe33def814cae639810b4cfe906
 WHIRLPOOL 
398e5378ce6e84768b73f7d6e9776eb177619de785a70d8fa416fecb275903e49c065ec23d78881eede9d4944525ecfba44d34a5d1b74b87dc1ef6ecf127b869
 DIST dvisvgm-1.8.1.tar.gz 706270 SHA256 
6832e3f4b43fa0b96333c1857012e70a83f059b0d39936e1d6fa3b62cc08 SHA512 
6ca3f0e4ff28fa59d14dd5891b205db850bb8c91531e6bcda05a3e6bb7e2bca9d71eaca4bf408577cd756277e8f3b6be12e5b3102fb848b329f66b7a9eda0270
 WHIRLPOOL 
0bd6e23c2df1499f4d106d007ff995bbbeb70482bc0087ff3acfcb921085f24ac66374ee949f00ccc6ee56c104880a4a58ad365df0a5ce91c65409a3a3c097bc
 DIST dvisvgm-2.0.4.tar.gz 2163747 SHA256 
3553e3b0bd5936c10f2b16c97e2c4f8cc79908d4effb3ef1d598d30b1fec39b2 SHA512 
fc1207505936d5e22a8d70e8d0778454d516131995c4feb494b8b427addb549012c77ceec95206be3c6ec394008f779cf879ace9b4e1bf364940049bfdc00b69
 WHIRLPOOL 
d9b3a0a3c49d2b1ccd503e2de800603dd47c363af0c89ce328235f6ae1871499b3c400b9d77398b256ebd768b11b8948a29bd40a928df4fecc16828275ed369e
+DIST dvisvgm-2.1.tar.gz 2303827 SHA256 
4ae8f128cd1f1f1018623255e7160187ac24929bb1f940ba9cf993a2a3115bae SHA512 
744fa6ed4ec64f8688caade785c6cc0488b42fe22434874070b9f8788ac6b468349e98b320bc70d4db3035e73f143de503aeabbe266516f6b4cd167eedbe8540
 WHIRLPOOL 
708aeea12657a2b0739d01aaffdfc49fb570223c9764f4073ada6168c169735019639cd260278711b4b722274f1de70044a0fb4cefc085b539ab8f6692c4b815

diff --git a/app-text/dvisvgm/dvisvgm-2.1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.1.ebuild
new file mode 100644
index ..eeec926
--- /dev/null
+++ b/app-text/dvisvgm/dvisvgm-2.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Converts DVI files to SVG"
+HOMEPAGE="http://dvisvgm.bplaced.net/;
+SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+# Tests don't work from $WORKDIR: kpathsea tries to search in relative
+# directories from where the binary is executed.
+# We cannot really use absolute paths in the kpathsea configuration since that
+# would make it harder for prefix installs.
+RESTRICT="test"
+
+RDEPEND="virtual/tex-base
+   app-text/ghostscript-gpl
+   >=media-gfx/potrace-1.10-r1
+   media-libs/freetype:2
+   dev-libs/kpathsea
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   app-text/xmlto
+   app-text/asciidoc
+   dev-libs/libxslt
+   virtual/pkgconfig
+   test? ( dev-cpp/gtest )"
+
+src_configure() {
+   has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+   default
+}



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

2017-01-19 Thread Sergei Trofimovich
commit: f2fd4dab1f2b1130386f927c6a80f5bf41c57bf8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan 19 18:45:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 19 18:45:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fd4dab

app-text/lv: add slyfox to maintainers, update to EAPI=6

While at it added slot operator against ncurses library.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/lv/lv-4.51-r3.ebuild  |  3 +-
 .../lv/{lv-4.51-r3.ebuild => lv-4.51-r4.ebuild}| 32 --
 app-text/lv/metadata.xml   |  4 +++
 3 files changed, 24 insertions(+), 15 deletions(-)

diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild
index 3e07c7f..ed80541 100644
--- a/app-text/lv/lv-4.51-r3.ebuild
+++ b/app-text/lv/lv-4.51-r3.ebuild
@@ -28,7 +28,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-xz.diff
epatch "${FILESDIR}"/${P}-tinfo.patch
epatch "${FILESDIR}"/${P}-protos.patch
-   cd "${S}"/src; eautoreconf
+   cd "${S}"/src
+   eautoreconf
 }
 
 src_configure() {

diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r4.ebuild
similarity index 55%
copy from app-text/lv/lv-4.51-r3.ebuild
copy to app-text/lv/lv-4.51-r4.ebuild
index 3e07c7f..a17faa8 100644
--- a/app-text/lv/lv-4.51-r3.ebuild
+++ b/app-text/lv/lv-4.51-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=6
 
 inherit autotools eutils toolchain-funcs
 
@@ -14,21 +14,31 @@ 
SRC_URI="http://www.ff.iij4u.or.jp/~nrt/freeware/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses:0=
!app-editors/levee"
 DEPEND="${RDEPEND}
dev-lang/perl"
+
 S="${WORKDIR}/${MY_P}"
 
+DOCS=(README hello.sample)
+HTML_DOCS=(index.html relnote.html hello.sample.gif)
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gentoo.patch
+   "${FILESDIR}"/${P}-xz.diff
+   "${FILESDIR}"/${P}-tinfo.patch
+   "${FILESDIR}"/${P}-protos.patch
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-   epatch "${FILESDIR}"/${P}-xz.diff
-   epatch "${FILESDIR}"/${P}-tinfo.patch
-   epatch "${FILESDIR}"/${P}-protos.patch
-   cd "${S}"/src; eautoreconf
+   default
+
+   cd src
+   eautoreconf
 }
 
 src_configure() {
@@ -38,9 +48,3 @@ src_configure() {
 src_compile() {
emake CC="$(tc-getCC)"
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc README hello.sample
-   dohtml index.html relnote.html hello.sample.gif
-}

diff --git a/app-text/lv/metadata.xml b/app-text/lv/metadata.xml
index e1a49f4..44629a6 100644
--- a/app-text/lv/metadata.xml
+++ b/app-text/lv/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+sly...@gentoo.org
+Sergei Trofimovich
+  
   
 c...@gentoo.org
 Cjk



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

2017-01-19 Thread Michał Górny
commit: 9dbb119151822a03f6d42e0369df317408152f83
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 19 18:35:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 19 18:37:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbb1191

sys-devel/llvm: Fix dependency syntax in -, #606532

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

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index e4db58a..a66f1e1 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -55,7 +55,7 @@ DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
gold? ( sys-libs/binutils-libs )
libffi? ( virtual/pkgconfig )
-   test? ( $(python_gen_any_dep 
"'~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )
+   test? ( $(python_gen_any_dep 
"~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )
!!

[gentoo-commits] repo/gentoo:master commit in: app-text/lv/files/, app-text/lv/

2017-01-19 Thread Sergei Trofimovich
commit: 3a8ee12aee999c20ba97775d0e68541973c01859
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan 19 18:32:51 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 19 18:33:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8ee12a

app-text/lv: add missing string protos

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/lv/files/lv-4.51-protos.patch | 29 +
 app-text/lv/lv-4.51-r3.ebuild  |  3 ++-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/app-text/lv/files/lv-4.51-protos.patch 
b/app-text/lv/files/lv-4.51-protos.patch
new file mode 100644
index ..602ef5f
--- /dev/null
+++ b/app-text/lv/files/lv-4.51-protos.patch
@@ -0,0 +1,29 @@
+Add missing string protos.
+
+ * src/guess.c:150:12: warning: implicit declaration of function ‘strncmp’ 
[-Wimplicit-function-declaration]
+ * src/guess.c:218:22: warning: implicit declaration of function ‘strcmp’ 
[-Wimplicit-function-declaration]
+ * src/guesslocale.c:42:9: warning: implicit declaration of function ‘toupper’ 
[-Wimplicit-function-declaration]
+diff --git a/src/guess.c b/src/guess.c
+index facd95e..555acd3 100644
+--- a/src/guess.c
 b/src/guess.c
+@@ -21,6 +21,7 @@
+  */
+ 
+ #include 
++#include  /* strcmp */
+ 
+ #include 
+ #include 
+diff --git a/src/guesslocale.c b/src/guesslocale.c
+index 7974c88..c259723 100644
+--- a/src/guesslocale.c
 b/src/guesslocale.c
+@@ -29,6 +29,7 @@
+ #include 
+ #endif
+ 
++#include  /* toupper */
+ #include 
+ #include 
+ #include 

diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild
index c3c89a1..3e07c7f 100644
--- a/app-text/lv/lv-4.51-r3.ebuild
+++ b/app-text/lv/lv-4.51-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,6 +27,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
epatch "${FILESDIR}"/${P}-xz.diff
epatch "${FILESDIR}"/${P}-tinfo.patch
+   epatch "${FILESDIR}"/${P}-protos.patch
cd "${S}"/src; eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2017-01-19 Thread Lars Wendler
commit: 3ad4356b7f94c08e8e77b458c403342240de179f
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 17:03:31 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 18:12:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad4356b

net-print/cups-filters: Bump to version 1.13.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.13.3.ebuild | 124 ++
 2 files changed, 125 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index e86f51f..9cb542a 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -2,5 +2,6 @@ DIST cups-filters-1.11.6.tar.xz 1410116 SHA256 
ed33a824cfdc4eba6633a7d491468da8e
 DIST cups-filters-1.12.0.tar.xz 1417696 SHA256 
dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01 SHA512 
3f430c8c7aa54d6d4623814ee0102427587a0c5638bd5bb8de7fb63201a7953de2eaf413b458a80f98795b007705c89443ab0587cd555e3faf22b9d95a1196c8
 WHIRLPOOL 
7257c0d42ed334d74d16ef240f5975256f20cd2bcb5f8dc31f353b5766c300c23747b5d1e9ecce718438445b8d41234663386eac78cd1a677c8837251c6c1d7f
 DIST cups-filters-1.13.1.tar.xz 1419244 SHA256 
e410097546c33110deb2247a765c2730cfabe9d997fb8bf30e6c332a2ef5f068 SHA512 
52b040e160d76532762920fdeaf0d17461acc4dd6af53a2052dc4cdaf7a873852a0d6349b98155ebc2423a7270f28107aee57093291e48cc7b41746fe1d312bc
 WHIRLPOOL 
d1ffa286e24bdc4d85a07475216955eadc8d4401cc6b869b9066aabcd73fef24536c17b693439fb3577872b16610ab59f72d036edf82d4658404480a3ba049af
 DIST cups-filters-1.13.2.tar.xz 1420012 SHA256 
a407e4196bc7e0f92146f58b7acf7cf72d206bcd4df1b7b8fa909e8093b75953 SHA512 
50b2e5d65f28bd15bd5e60bf11fc5e182c97a00155fb46ad36d058caa63ee60c504ec59cec05407068234cb1232e77c0ffb0bedd6a4c53bdc34055b60e7ed8b0
 WHIRLPOOL 
7fd79d7e5fe20196d2b8510c8b9faa784d4fe0260c50a949aadd43b6697ad0a535b241ca5f01817ed76df646257a9a15988eb0f84cf389e3b49936690f4a
+DIST cups-filters-1.13.3.tar.xz 1421092 SHA256 
e9419d51de9698aeab0e08be2b8b5916770f707b2de721d41794bf2ae1123846 SHA512 
52692473e069017ca9fd2274357514bc99bdc2ed576be329aaa4b2978dcac98124716a77f6ff80f76e2a5b513b4c2cb3cb7d2e3a4d32d9bb90725d053d88c280
 WHIRLPOOL 
b4d17af4e732d848ac40e9d3e0b3f9ec5b6eeb204ef7c694f61a5957b15f397bec131a563c742f30c7e5e88a68b1412d42600372d469324dbff46c285440758e
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
 DIST cups-filters-1.8.3.tar.xz 1373028 SHA256 
e1e786f1fbcd3a203d87ebb4106a0ba8d579953cbe22056d12d4ee8143f5341a SHA512 
5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4
 WHIRLPOOL 
0c0ff9b767f35a61f4b9b2f57392d1a6afce35decf9216e77f7503b62bd67da0fa05f9ed507518599e03d27de50458823499989bf6bfd8d3a3da162292819157

diff --git a/net-print/cups-filters/cups-filters-1.13.3.ebuild 
b/net-print/cups-filters/cups-filters-1.13.3.ebuild
new file mode 100644
index ..2286a7d
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.13.3.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit eutils perl-module systemd
+
+if [[ "${PV}" == "" ]] ; then
+   inherit bzr
+   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+fi
+DESCRIPTION="Cups PDF filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg ldap pdf perl png +postscript static-libs tiff 
zeroconf"
+
+RDEPEND="
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
+   >=app-text/qpdf-3.0.2:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   pdf? ( app-text/mupdf )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2017-01-19 Thread Lars Wendler
commit: 84b8b7209d8c1c7fecdee79a12367280d2443a07
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 17:05:35 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 18:12:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b8b720

net-print/cups-filters: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/cups-filters/Manifest   |   1 -
 net-print/cups-filters/cups-filters-1.13.1.ebuild | 124 --
 2 files changed, 125 deletions(-)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 9cb542a..67e8a01 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,6 +1,5 @@
 DIST cups-filters-1.11.6.tar.xz 1410116 SHA256 
ed33a824cfdc4eba6633a7d491468da8eecdf120cb05557980c47b4cdfad9c7f SHA512 
425eab182101d7bdd02844febebc7d57ed00d822e12ebb08e57a1244dc9d085f2a3c0eeb8ce4fe7586b32ca1a7cca2019ae62114d86692f0d6a6e60510d2711a
 WHIRLPOOL 
f91ea62ad0dcd85a34193f879bf5290a4d7cfa84ae5060bfbd064ee48290fa5eacf367a04264408ba82d549276a6a63215affd08a90f7a0e5515c1028e768228
 DIST cups-filters-1.12.0.tar.xz 1417696 SHA256 
dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01 SHA512 
3f430c8c7aa54d6d4623814ee0102427587a0c5638bd5bb8de7fb63201a7953de2eaf413b458a80f98795b007705c89443ab0587cd555e3faf22b9d95a1196c8
 WHIRLPOOL 
7257c0d42ed334d74d16ef240f5975256f20cd2bcb5f8dc31f353b5766c300c23747b5d1e9ecce718438445b8d41234663386eac78cd1a677c8837251c6c1d7f
-DIST cups-filters-1.13.1.tar.xz 1419244 SHA256 
e410097546c33110deb2247a765c2730cfabe9d997fb8bf30e6c332a2ef5f068 SHA512 
52b040e160d76532762920fdeaf0d17461acc4dd6af53a2052dc4cdaf7a873852a0d6349b98155ebc2423a7270f28107aee57093291e48cc7b41746fe1d312bc
 WHIRLPOOL 
d1ffa286e24bdc4d85a07475216955eadc8d4401cc6b869b9066aabcd73fef24536c17b693439fb3577872b16610ab59f72d036edf82d4658404480a3ba049af
 DIST cups-filters-1.13.2.tar.xz 1420012 SHA256 
a407e4196bc7e0f92146f58b7acf7cf72d206bcd4df1b7b8fa909e8093b75953 SHA512 
50b2e5d65f28bd15bd5e60bf11fc5e182c97a00155fb46ad36d058caa63ee60c504ec59cec05407068234cb1232e77c0ffb0bedd6a4c53bdc34055b60e7ed8b0
 WHIRLPOOL 
7fd79d7e5fe20196d2b8510c8b9faa784d4fe0260c50a949aadd43b6697ad0a535b241ca5f01817ed76df646257a9a15988eb0f84cf389e3b49936690f4a
 DIST cups-filters-1.13.3.tar.xz 1421092 SHA256 
e9419d51de9698aeab0e08be2b8b5916770f707b2de721d41794bf2ae1123846 SHA512 
52692473e069017ca9fd2274357514bc99bdc2ed576be329aaa4b2978dcac98124716a77f6ff80f76e2a5b513b4c2cb3cb7d2e3a4d32d9bb90725d053d88c280
 WHIRLPOOL 
b4d17af4e732d848ac40e9d3e0b3f9ec5b6eeb204ef7c694f61a5957b15f397bec131a563c742f30c7e5e88a68b1412d42600372d469324dbff46c285440758e
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd

diff --git a/net-print/cups-filters/cups-filters-1.13.1.ebuild 
b/net-print/cups-filters/cups-filters-1.13.1.ebuild
deleted file mode 100644
index 79da710..
--- a/net-print/cups-filters/cups-filters-1.13.1.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-GENTOO_DEPEND_ON_PERL=no
-
-inherit eutils perl-module systemd
-
-if [[ "${PV}" == "" ]] ; then
-   inherit bzr
-   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
-else
-   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
-fi
-DESCRIPTION="Cups PDF filters"
-HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-IUSE="dbus +foomatic jpeg ldap pdf perl png +postscript static-libs tiff 
zeroconf"
-
-RDEPEND="
-   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
-   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
-   >=app-text/qpdf-3.0.2:=
-   dev-libs/glib:2
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/lcms:2
-   >=net-print/cups-1.7.3
-   !<=net-print/cups-1.5.
-   sys-devel/bc
-   sys-libs/zlib
-   dbus? ( sys-apps/dbus )
-   foomatic? ( !net-print/foomatic-filters )
-   jpeg? ( virtual/jpeg:0 )
-   ldap? ( net-nds/openldap )
-   pdf? ( app-text/mupdf )
-   perl? ( dev-lang/perl:= )
-   png? ( media-libs/libpng:0= )
-   tiff? ( media-libs/tiff:0 )
-   zeroconf? ( net-dns/avahi[dbus] )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-"
-
-src_configure() {
-   econf \
-   

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

2017-01-19 Thread Lars Wendler
commit: d0f30ee857510a5411ce5e0f13ec25e6b6d5fa2d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 18:10:38 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 18:12:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f30ee8

net-misc/aria2: Bump to version 1.31.0

with kind permission from mgorny.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/aria2/Manifest|   1 +
 net-misc/aria2/aria2-1.31.0.ebuild | 153 +
 2 files changed, 154 insertions(+)

diff --git a/net-misc/aria2/Manifest b/net-misc/aria2/Manifest
index 0b729af..5899099 100644
--- a/net-misc/aria2/Manifest
+++ b/net-misc/aria2/Manifest
@@ -8,3 +8,4 @@ DIST aria2-1.27.1.tar.xz 1489132 SHA256 
c09627ef31602cfdfa7c9925a6c3b05fe7d2097d
 DIST aria2-1.28.0.tar.xz 1495984 SHA256 
e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0 SHA512 
d0a534eadfa7c522fc709a7b54849990e6346263ac9997d15945c0949bee468829b000807fc1ef3a1289fa13eb092461f4c9c7da5b64792078e683bd5942f135
 WHIRLPOOL 
60110a72accdd9fbde534cad929ed70adff9c837d8cf6be40d1a59c78a22e1ee75318acee1a422b58365567fb38c68f3cabe383f0f02190e54ad2ea88bf5776d
 DIST aria2-1.29.0.tar.xz 1496804 SHA256 
1a64d023e75bf61c751609ef0df198596f785f1abc371672a75d5b09bd91c82e SHA512 
d48ba8793b664ba663071759f9bbaedd3d557d836db271bef35063733c230c02f6fd59021039a30154c37ecd7b0e793087f8b9226d8a4c9ed01380d6f578c8da
 WHIRLPOOL 
4c41ddcf3230aec01f4086152838bc4ada90127b554f16613f102d97ccb89ade4c9e36a25e8b5c17a9e99478e143fcc2744f9b86f5ae695adf2d837f05f9c6af
 DIST aria2-1.30.0.tar.xz 1497124 SHA256 
bf6c5366d11d2a6038c8e19f01f9b874041793aaf317e0206120e3e8c9c431f6 SHA512 
8c3deb4b58b9db9e8de52f48f6e863e07743ae4af14e2b2d64ddcac94b6aec16ff8d4f27e7d6076426d597af9e6e0988289f3a1c156796c9d79ee7f60f5edc38
 WHIRLPOOL 
c3613212226c1fe6db20b45dce021441fceaf26970e8773064ef254e3a1272550c9c8e69d2fa677d249a70c853d6ba65c91fa1a42c33009127177b496fcbda0a
+DIST aria2-1.31.0.tar.xz 1501388 SHA256 
7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c SHA512 
a0a1312522324dc0bc24cf1a5cceaef49d40445668ed0bd98dc3cdd5e2edb428552e97504c8c072f5d1180d6bbd252de01d290ef5c94d1803b8ade330bc2710f
 WHIRLPOOL 
0b5af6d2f9f7e62a2620003a0aa44e842517cb33be00a7e1b0f7ac2720823c5d32deafd91ae096d8ef028f89885c08f459a03955ee349fd6d21dade190895596

diff --git a/net-misc/aria2/aria2-1.31.0.ebuild 
b/net-misc/aria2/aria2-1.31.0.ebuild
new file mode 100644
index ..9abfaf2
--- /dev/null
+++ b/net-misc/aria2/aria2-1.31.0.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit bash-completion-r1
+
+DESCRIPTION="A download utility with segmented downloading with BitTorrent 
support"
+HOMEPAGE="https://aria2.github.io/;
+SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls 
sqlite scripts ssh ssl tcmalloc test xmlrpc"
+
+CDEPEND="sys-libs/zlib:0=
+   ssl? (
+   app-misc/ca-certificates
+   gnutls? ( >=net-libs/gnutls-1.2.9:0= )
+   !gnutls? ( dev-libs/openssl:0= ) )
+   adns? ( >=net-dns/c-ares-1.5.0:0= )
+   bittorrent? (
+   ssl? (
+   gnutls? (
+   nettle? ( >=dev-libs/nettle-2.4:0=[gmp] 
>=dev-libs/gmp-5:0= )
+   !nettle? ( >=dev-libs/libgcrypt-1.2.2:0= ) ) )
+   !ssl? (
+   nettle? ( >=dev-libs/nettle-2.4:0=[gmp] 
>=dev-libs/gmp-5:0= )
+   !nettle? ( >=dev-libs/libgcrypt-1.2.2:0= ) ) )
+   jemalloc? ( dev-libs/jemalloc )
+   libuv? ( dev-libs/libuv:0= )
+   metalink? (
+   libxml2? ( >=dev-libs/libxml2-2.6.26:2= )
+   !libxml2? ( dev-libs/expat:0= ) )
+   sqlite? ( dev-db/sqlite:3= )
+   ssh? ( net-libs/libssh2:= )
+   tcmalloc? ( dev-util/google-perftools )
+   xmlrpc? (
+   libxml2? ( >=dev-libs/libxml2-2.6.26:2= )
+   !libxml2? ( dev-libs/expat:0= ) )"
+
+DEPEND="${CDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   test? ( >=dev-util/cppunit-1.12.0:0 )"
+RDEPEND="${CDEPEND}
+   nls? ( virtual/libiconv virtual/libintl )
+   scripts? ( dev-lang/ruby )"
+
+# xmlrpc has no explicit switch, it's turned out by any XML library
+# so metalink implicitly forces it on
+REQUIRED_USE="?? ( jemalloc tcmalloc )
+   metalink? ( xmlrpc )"
+RESTRICT="!test? ( test )"
+
+pkg_setup() {
+   if use scripts && ! use xmlrpc; then
+   ewarn "Please note that you may need to enable USE=xmlrpc to 
run the aria2rpc"
+   ewarn "and aria2mon scripts against the local aria2."
+   fi

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

2017-01-19 Thread Lars Wendler
commit: c4e77b71f6ade29049c715cc687d18990bfa9d17
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan 19 18:11:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan 19 18:12:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e77b71

net-misc/aria2: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/aria2/Manifest|   9 ---
 net-misc/aria2/aria2-1.15.2.ebuild | 135 
 net-misc/aria2/aria2-1.23.0.ebuild | 150 
 net-misc/aria2/aria2-1.24.0.ebuild | 150 
 net-misc/aria2/aria2-1.25.0.ebuild | 150 
 net-misc/aria2/aria2-1.26.0.ebuild | 150 
 net-misc/aria2/aria2-1.26.1.ebuild | 150 
 net-misc/aria2/aria2-1.27.1.ebuild | 150 
 net-misc/aria2/aria2-1.28.0.ebuild | 150 
 net-misc/aria2/aria2-1.29.0.ebuild | 153 -
 10 files changed, 1347 deletions(-)

diff --git a/net-misc/aria2/Manifest b/net-misc/aria2/Manifest
index 5899099..34af613 100644
--- a/net-misc/aria2/Manifest
+++ b/net-misc/aria2/Manifest
@@ -1,11 +1,2 @@
-DIST aria2-1.15.2.tar.bz2 2043212 SHA256 
6400431f4248f7a779ae8216ec2711b56ad7481fc659f06db1f22ed97b260836 SHA512 
6fc09ba1f682d13db829a3f5881a06ea0d0d2c1622511408f149cc109a12a01b19cec34caeeac10982061e9633bbb67e9ec40c23ee39a418fec6fb604af23bbe
 WHIRLPOOL 
b9544bb5359fc22dca5ba4e5328086deb0cf7d40fc69e7528ed57f14a89b30ffa6022ab7bfbe5f2fbd150b3974272286ff2f26d011bccaf5f973ccca00f2a44e
-DIST aria2-1.23.0.tar.xz 1493704 SHA256 
585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93 SHA512 
c64877f5d2a2fd9c45b0a592af508dab25c4f4610fb56243db77f660a004c48e567f0c6be707c8f44b8f6b1a3e7f90e0d1be77b421e56957b5a24b1252ffc5fd
 WHIRLPOOL 
5a6ab2a6b002b3279a9a96071f878029928d19c29f4442fa1c1fb26099976443bb8d260105fdafe59020749e1f9f481a81ca7c80af96fb0d49f3de4d0b3e14f1
-DIST aria2-1.24.0.tar.xz 1495632 SHA256 
35a496d2704ffb07e0b0dcac16c6d9b2854327967f984218517403d187f7bf37 SHA512 
3e7f3fc2cd30edb5813b0d0fe6742671000730aa8d7e41e5396ab673912b8492885273de740985517b4a16efccedb1bdffb9bfdc235aa0d5fc31d2b547ae61e7
 WHIRLPOOL 
31a22233c5aacfaf8ee93da4bc13af0138ab6bc6eec6a458cb846834d61ddf2f1082a69a1eb24ee8feaad65d426a8fd4c235ffd886dbee44fb8749ecf79c3f0e
-DIST aria2-1.25.0.tar.xz 1493880 SHA256 
ff89eb4c76cfc816a6f5abc7dfd416cc3f339e7d02c761f822fa965a18cf0d35 SHA512 
d7a58ff895a6c2adfb80ef3a21419ebb18a5539290d11df4a8023dc46289f71a80a07ce15b4f146c1640fb4065f48d38c0a065437f5a36098c99e3350c4993ab
 WHIRLPOOL 
783bafee91742d5f093a52bb3a792b55c37f920faff386ec80589f203a3e2df291efd83c8f3c9fa15bd5b982ca4b93bd25c8af227e68fe710d6d797a922aec21
-DIST aria2-1.26.0.tar.xz 1496396 SHA256 
c828f3375e9ab251239747fbbbf747e5027339080b9fdec29ac746a0b8c6088d SHA512 
f87875c0740df054f44018431cff6e215f48a2458278be740b4cd7baa5723e8ed52215ea8c7c54944324f942bfe5c0ca7a532a9eb39eca3428a2f2d58e0ca0f0
 WHIRLPOOL 
4bfe87985775c547d86ad99ae1315e45c466b5ba00ea49e4a2b851621ae332833e55f86af764f96e3b408302ad8eccdeb00313b34b95a9e90f86503569f3cf88
-DIST aria2-1.26.1.tar.xz 1494864 SHA256 
f4e64e9754af5e1c0ee1ee2a50c5fa5acbc180855909209c2ce0111e86c9a801 SHA512 
1a96451ed72a557cddd605f2362c40b0db40878f3a40ce6898c95257178a2c04d5570354ac28dd4d451ed2931eb6bc86fb9addab6b0fd60857d026aae691e683
 WHIRLPOOL 
2e551bbd1af6d14ba396b26ee650dab7b89f258ca9cf84b90e09365fef80f944933fa1c0b1cf1bc5e3154c780b9fa3b08427c4efb9e4eded6c6c5559024a002b
-DIST aria2-1.27.1.tar.xz 1489132 SHA256 
c09627ef31602cfdfa7c9925a6c3b05fe7d2097d83f42dcfdef68664bd106f08 SHA512 
baeb637a231907c3f0f752c46038442745cb2cf224d696727ff567d20f3a9a6a002fca3604a90030dfd4d19ff306fe47d27d37a1e32e55fa0e9cd350c2c624a3
 WHIRLPOOL 
35620a2057394f8cd21479011f7ad6d663eab1aa230778707b0c5feca46f23a4f80922181fb186464b3b0ed5de4807df5b53e2b9226d110118ce647dc8b2a2f5
-DIST aria2-1.28.0.tar.xz 1495984 SHA256 
e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0 SHA512 
d0a534eadfa7c522fc709a7b54849990e6346263ac9997d15945c0949bee468829b000807fc1ef3a1289fa13eb092461f4c9c7da5b64792078e683bd5942f135
 WHIRLPOOL 
60110a72accdd9fbde534cad929ed70adff9c837d8cf6be40d1a59c78a22e1ee75318acee1a422b58365567fb38c68f3cabe383f0f02190e54ad2ea88bf5776d
-DIST aria2-1.29.0.tar.xz 1496804 SHA256 
1a64d023e75bf61c751609ef0df198596f785f1abc371672a75d5b09bd91c82e SHA512 
d48ba8793b664ba663071759f9bbaedd3d557d836db271bef35063733c230c02f6fd59021039a30154c37ecd7b0e793087f8b9226d8a4c9ed01380d6f578c8da
 WHIRLPOOL 
4c41ddcf3230aec01f4086152838bc4ada90127b554f16613f102d97ccb89ade4c9e36a25e8b5c17a9e99478e143fcc2744f9b86f5ae695adf2d837f05f9c6af
 DIST aria2-1.30.0.tar.xz 1497124 SHA256 
bf6c5366d11d2a6038c8e19f01f9b874041793aaf317e0206120e3e8c9c431f6 SHA512 

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

2017-01-19 Thread Johannes Huber
commit: 44f3faa912e6ecea32c53375a80cf31fae0465d4
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 17:54:57 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 17:54:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f3faa9

app-admin/calamares: Remove 2.4.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/calamares/Manifest   |  1 -
 app-admin/calamares/calamares-2.4.5.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index b407262..c3bdca7 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1,2 +1 @@
-DIST calamares-2.4.5.tar.gz 2142339 SHA256 
fe924bf951ea64c92a565195330aff87587b9326c6769f5c8a8e4ee67e20bab5 SHA512 
b55ed22f40116e67fe9bea6f1112fa98538f831886b950097465e171390bbef5773f61c374939c7a7a467a721af5e36c9e9845eb419f7cb015e997f82550998c
 WHIRLPOOL 
33e91c774561eb4687eed94dedb7b2708cb0b2c73522d10061c635c9367807c4a01fdc5aee713668f090dfc204c48cd55ba76353af19e2dfff6bfaffccc6f24a
 DIST calamares-2.4.6.tar.gz 2143386 SHA256 
c091ad0db9b69b7552d7f282317ba4a4453d7e5ca7ee4bf98f605fe43c63597e SHA512 
d2ba4675a846095c437231eb1d59f86668f7c65e2f9bda9681cd4de60324b8d8007f4337f8cd93ca71a303812ecdb8c55935805adc8fd25bb98f1e39432be009
 WHIRLPOOL 
b54ac8347604942a00293c23e766142af867ac37dc3e910d93a07fc909eefb70bd9dc7744270320fcda10b25c3db50476f35074122ae60ee2243e46ab14ea206

diff --git a/app-admin/calamares/calamares-2.4.5.ebuild 
b/app-admin/calamares/calamares-2.4.5.ebuild
deleted file mode 100644
index 476d0a3..
--- a/app-admin/calamares/calamares-2.4.5.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5} )
-inherit kde5 python-r1
-
-DESCRIPTION="Distribution-independent installer framework"
-HOMEPAGE="http://calamares.io;
-if [[ ${KDE_BUILD_TYPE} == live ]] ; then
-   EGIT_REPO_URI="git://github.com/${PN}/${PN}"
-   KEYWORDS=""
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-IUSE="+networkmanager +upower"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwebengine 'widgets')
-   $(add_qt_dep qtwidgets)
-   >=dev-cpp/yaml-cpp-0.5.1
-   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
-   sys-apps/dbus
-   sys-apps/dmidecode
-   sys-auth/polkit-qt[qt5]
-   

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

2017-01-19 Thread Johannes Huber
commit: 687a09f14cc3274fa400c080a7bd576b93a46005
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 17:54:21 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 17:54:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687a09f1

app-admin/calamares: Version 2.4.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/calamares/Manifest   |  1 +
 app-admin/calamares/calamares-2.4.6.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest
index 0567d5c..b407262 100644
--- a/app-admin/calamares/Manifest
+++ b/app-admin/calamares/Manifest
@@ -1 +1,2 @@
 DIST calamares-2.4.5.tar.gz 2142339 SHA256 
fe924bf951ea64c92a565195330aff87587b9326c6769f5c8a8e4ee67e20bab5 SHA512 
b55ed22f40116e67fe9bea6f1112fa98538f831886b950097465e171390bbef5773f61c374939c7a7a467a721af5e36c9e9845eb419f7cb015e997f82550998c
 WHIRLPOOL 
33e91c774561eb4687eed94dedb7b2708cb0b2c73522d10061c635c9367807c4a01fdc5aee713668f090dfc204c48cd55ba76353af19e2dfff6bfaffccc6f24a
+DIST calamares-2.4.6.tar.gz 2143386 SHA256 
c091ad0db9b69b7552d7f282317ba4a4453d7e5ca7ee4bf98f605fe43c63597e SHA512 
d2ba4675a846095c437231eb1d59f86668f7c65e2f9bda9681cd4de60324b8d8007f4337f8cd93ca71a303812ecdb8c55935805adc8fd25bb98f1e39432be009
 WHIRLPOOL 
b54ac8347604942a00293c23e766142af867ac37dc3e910d93a07fc909eefb70bd9dc7744270320fcda10b25c3db50476f35074122ae60ee2243e46ab14ea206

diff --git a/app-admin/calamares/calamares-2.4.6.ebuild 
b/app-admin/calamares/calamares-2.4.6.ebuild
new file mode 100644
index ..a9c1cec
--- /dev/null
+++ b/app-admin/calamares/calamares-2.4.6.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+inherit kde5 python-r1
+
+DESCRIPTION="Distribution-independent installer framework"
+HOMEPAGE="http://calamares.io;
+if [[ ${KDE_BUILD_TYPE} == live ]] ; then
+   EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+IUSE="+networkmanager +upower"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebengine 'widgets')
+   $(add_qt_dep qtwidgets)
+   >=dev-cpp/yaml-cpp-0.5.1
+   >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
+   sys-apps/dbus
+   sys-apps/dmidecode
+   sys-auth/polkit-qt[qt5]
+   sys-libs/kpmcore:5=
+"
+
+RDEPEND="${DEPEND}
+   app-admin/sudo
+   dev-libs/libatasmart
+   net-misc/rsync
+   >=sys-block/parted-3.0
+   || ( sys-boot/grub:2 sys-boot/systemd-boot )
+   sys-boot/os-prober
+   sys-fs/squashfs-tools
+   sys-fs/udisks:2[systemd]
+   virtual/udev[systemd]
+   networkmanager? ( net-misc/networkmanager )
+   upower? ( sys-power/upower )
+"
+
+src_prepare() {
+   python_setup
+   export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
+  PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
+  PYTHON_CFLAGS="$(python_get_CFLAGS)"\
+  PYTHON_LIBS="$(python_get_LIBS)"
+
+   eapply_user
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWEBVIEW_FORCE_WEBKIT=OFF
+   )
+
+   kde5_src_configure
+   sed -i -e 's:pkexec /usr/bin/calamares:calamares-pkexec:' 
"${S}"/calamares.desktop
+   sed -i -e 's:Icon=calamares:Icon=drive-harddisk:' 
"${S}"/calamares.desktop
+}
+
+src_install() {
+   kde5_src_install
+   dobin "${FILESDIR}"/calamares-pkexec
+}



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

2017-01-19 Thread Johannes Huber
commit: 61cc4b1d45120b48cc1cc386f0a1d906b2343ae4
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 17:34:04 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 17:34:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61cc4b1d

app-text/libwps: Remove 0.3.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/libwps/Manifest|  1 -
 app-text/libwps/libwps-0.3.1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index e674934..c504eba 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -1,3 +1,2 @@
-DIST libwps-0.3.1.tar.xz 410376 SHA256 
bb2c2a7db5121411ba705ccf3452cdce51d9798384fd9621e9702ba802878e93 SHA512 
f628e6532b32331c7df0d97a9b71bf1f97347634657148b47d46ba7c2fd888d7fa9ffe52f31cfc24f86688c9c713bfaff360c7fe9f4a92d646cf8f21e7f5c2b1
 WHIRLPOOL 
ebe35fabf22aedccfe3ca35e46971a26332040852357ea0f2241534261c77d597da38766192661ecd6fa24881e0bf9de4a80bdfea300129420d4635924434110
 DIST libwps-0.4.4.tar.xz 574768 SHA256 
b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 
201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d
 WHIRLPOOL 
de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7
 DIST libwps-0.4.5.tar.xz 588948 SHA256 
8e175ab9339d447a285a1533bfdc405432b9a275e4f3a98690ffaf12fe7f4d4a SHA512 
bed70efbd51bc18891e901810eba72e3b21050cde6ac170589cc0e55fb8cbef44de4be7b7ec657895715efaa30fb0ad1b6032cf507ca969d31cc03cc96973a94
 WHIRLPOOL 
91948ede9976c9d62865c76a93bc8779b14d9438dd5d64fd8f8d6fd98abe9bb748d19e0509c88b7f6d47770d5ce62c1e8ccb9a2281963166b4e93f465079a78c

diff --git a/app-text/libwps/libwps-0.3.1.ebuild 
b/app-text/libwps/libwps-0.3.1.ebuild
deleted file mode 100644
index 4fd5daf..
--- a/app-text/libwps/libwps-0.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Microsoft Works file word processor format import filter library"
-HOMEPAGE="http://libwps.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm x86"
-IUSE="doc debug static-libs"
-
-RDEPEND="
-   app-text/libwpd:0.10
-   dev-libs/boost:=
-   dev-libs/librevenge
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable static-libs static) \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_with doc docs) \
-   $(use_enable debug)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}



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

2017-01-19 Thread Johannes Huber
commit: 8e5baccc5ad1a5ff5a29ac5e000f39419ef210ac
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 17:33:18 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 17:34:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5baccc

app-text/libwps: Version bump 0.4.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/libwps/Manifest|  1 +
 app-text/libwps/libwps-0.4.5.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
index b30e2ef..e674934 100644
--- a/app-text/libwps/Manifest
+++ b/app-text/libwps/Manifest
@@ -1,2 +1,3 @@
 DIST libwps-0.3.1.tar.xz 410376 SHA256 
bb2c2a7db5121411ba705ccf3452cdce51d9798384fd9621e9702ba802878e93 SHA512 
f628e6532b32331c7df0d97a9b71bf1f97347634657148b47d46ba7c2fd888d7fa9ffe52f31cfc24f86688c9c713bfaff360c7fe9f4a92d646cf8f21e7f5c2b1
 WHIRLPOOL 
ebe35fabf22aedccfe3ca35e46971a26332040852357ea0f2241534261c77d597da38766192661ecd6fa24881e0bf9de4a80bdfea300129420d4635924434110
 DIST libwps-0.4.4.tar.xz 574768 SHA256 
b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 
201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d
 WHIRLPOOL 
de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7
+DIST libwps-0.4.5.tar.xz 588948 SHA256 
8e175ab9339d447a285a1533bfdc405432b9a275e4f3a98690ffaf12fe7f4d4a SHA512 
bed70efbd51bc18891e901810eba72e3b21050cde6ac170589cc0e55fb8cbef44de4be7b7ec657895715efaa30fb0ad1b6032cf507ca969d31cc03cc96973a94
 WHIRLPOOL 
91948ede9976c9d62865c76a93bc8779b14d9438dd5d64fd8f8d6fd98abe9bb748d19e0509c88b7f6d47770d5ce62c1e8ccb9a2281963166b4e93f465079a78c

diff --git a/app-text/libwps/libwps-0.4.5.ebuild 
b/app-text/libwps/libwps-0.4.5.ebuild
new file mode 100644
index ..673ff91
--- /dev/null
+++ b/app-text/libwps/libwps-0.4.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Microsoft Works file word processor format import filter library"
+HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+IUSE="doc debug static-libs tools"
+
+RDEPEND="
+   dev-libs/librevenge
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+   econf \
+   --disable-werror \
+   --with-sharedptr=c++11 \
+   $(use_enable debug) \
+   $(use_with doc docs) \
+   $(use_enable static-libs static) \
+   $(use_enable tools)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2017-01-19 Thread Manuel Rüger
commit: 5af065c9d7a5e5e46da1035bcdf0194a6dc401b4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jan 19 17:28:07 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jan 19 17:28:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af065c9

dev-libs/libgit2: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libgit2/Manifest  |  1 -
 dev-libs/libgit2/libgit2-0.24.2.ebuild | 76 --
 2 files changed, 77 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index 05e0aa8..440a8e3 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,4 +1,3 @@
 DIST libgit2-0.22.3.tar.gz 3594098 SHA256 
511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60 SHA512 
2bbb04789702d206e65b18d96752113d2c1b0af7b7779cf7c90c326ec47f535b36327b0171ae1f614179c24275e2c04c51d62e44eedba87530509a29c15ab25c
 WHIRLPOOL 
2fbb2739856e6cef3ae1a103e1b999b3362c79536423e5cd6d46d60276a14e87298ec36e2e03e8ea0fa8ebe28a140ba20ce077fb30ab3fc0d1337ec3b04fde87
 DIST libgit2-0.23.4.tar.gz 4065303 SHA256 
c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029 SHA512 
f2f6244dfee4dab2dc5ef9607808404467a1f6baa684aa4e24b7116e7e7f63f396eef3282c1bcffbef47f19824731c2887deadbe3b2dad8a075b0639e5965d9e
 WHIRLPOOL 
7346fd24616ba68929f02d686229a2f91caf2bf44ff88aadbb663ffb776dc6a5a222f0a9d7145ac9ef08ebcd321671e5c3d0175eca77230955bfaa2ca375ca6a
-DIST libgit2-0.24.2.tar.gz 4177238 SHA256 
00f0a7403143fba69601accc80cacf49becc568b890ba232f300c1b2a37475e6 SHA512 
aaba85ef65e00b5916642121dbf0e785c20332f29312e772186eef0eebba5c997a60f94dfb651cbab25c3070c7b4cc37e8619d9cb9fed590e1fb0460bcb7af02
 WHIRLPOOL 
090cc7b3f8ec3db468128d1441b4c4b02e8ec02b1e9f3d73ced5973083c81a811ac0e50ecfb61470e4a85a57af94772a74e9cf9d71fccac17e36938b05892e8a
 DIST libgit2-0.24.6.tar.gz 4178476 SHA256 
7b441a96967ff525e790f8b66859faba5c6be4c347124011f536ae9075ebc30c SHA512 
ea928629450f6619c17e76cf32e5d76ddd9e00d914b8a0fc2efdcc32ae271637c124a27a8d4c595b8dcf2048551b22f1bc3c5b6394b3022a2f852a06f7ab3396
 WHIRLPOOL 
210a1d75e56883d8c82cf549f103414cf8365762f585d1c7939f40f73f430199680d01a0092cbb91a1f65446d74f26cd757ded98dd9d504f7064452c3183d1a2

diff --git a/dev-libs/libgit2/libgit2-0.24.2.ebuild 
b/dev-libs/libgit2/libgit2-0.24.2.ebuild
deleted file mode 100644
index 902f9f4..
--- a/dev-libs/libgit2/libgit2-0.24.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils multilib
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos"
-fi
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.github.com/;
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/24"
-IUSE="examples gssapi libressl ssh test threads trace"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   sys-libs/zlib
-   net-libs/http-parser:=
-   gssapi? ( virtual/krb5 )
-   ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
-
-src_prepare() {
-   # skip online tests
-   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   $(cmake-utils_use_build test CLAR)
-   $(cmake-utils_use_enable trace TRACE)
-   $(cmake-utils_use_use gssapi GSSAPI)
-   $(cmake-utils_use_use ssh SSH)
-   $(cmake-utils_use threads THREADSAFE)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   if [[ ${EUID} -eq 0 ]] ; then
-   # repo::iterator::fs_preserves_error fails if run as root
-   # since root can still access dirs with  perms
-   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-   else
-   local TEST_VERBOSE=1
-   cmake-utils_src_test
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   if use examples ; then
-   egit_clean examples
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}



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

2017-01-19 Thread Johannes Huber
commit: 26b647a56e07b0bbb534d41cfd70955acd170836
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 17:14:33 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 17:14:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b647a5

dev-util/rbtools: Remove 0.7.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/rbtools/Manifest |  1 -
 dev-util/rbtools/rbtools-0.7.7.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index eb0fab8..270ddb5 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1,4 +1,3 @@
 DIST RBTools-0.7.6.tar.gz 162080 SHA256 
b2c5abedc4330534888629558c25ff80cf7b35fea60d1362423e8a9d64e7cf75 SHA512 
46a141370f79f4a9bcf417a2fca0fae6f1cc3d0ce2de9fd5f06df7162ecf051b418d12795adce9b12ed8244800da17f87df8b3f04c79c269b3b292a2033bc958
 WHIRLPOOL 
2ed6cb094c726c7215d4efa8e55855541d19df2bdfe942e4a4628815fdada7babf5d6364e43eb7459683fdd8fded1de4753d02cc4ee08cce75905518e71cfb8f
-DIST RBTools-0.7.7.tar.gz 169305 SHA256 
98d74c8947bc02d313e34ebee6c7cfd171a818539ea66c104974df984cd2c98a SHA512 
f1d40c5a6941903a3253d9bc73f17fd78183dcf9c75074bc3a670af96333c4596260d2f48de3021aeffc57769947c2bb20d765487f426329fd74a970873b90da
 WHIRLPOOL 
ee7cc5230a1513f4bd4696509706e2f62c1dac027a7cab3991a640a68ffe93d13328dd6710d55a26c7df27d5d22acfa37452d389ec3fa4b3a7ae1d9176f46f83
 DIST RBTools-0.7.8.tar.gz 169541 SHA256 
e6fc5d451a8f33aa959d448948a01a7a588b0b20392e4d14a3bae378ce12ab95 SHA512 
ce88d5a76ac72c47dd26a4a1d703185ff932f5a8e15365c0fa4269d3cefa0eadc66c523d5df19fea9cb15065e0594c4078de090c3a763a7b1a478cdf0ea3cd8f
 WHIRLPOOL 
f36a5ea8fbdc9134d63b886cbd519b0568a94439ba2955bc58cc262f73a2a0dfed8da6180412eed6697f84313c03b9a3e7ab1b452527f20cd3d36426cb9e88d8
 DIST RBTools-0.7.9.tar.gz 169548 SHA256 
66689445e5063e3646703173d2eec459ceb68bb6ff15dbc8e84ec431ff6ee107 SHA512 
d05e6ba7dc733e16d2a9795e93e0a4760875fd960a109fe3f52202cbb77883fa7f2897508b6dc827ad94c4ac96dc426638ba7aeaac7691d3692e6eb58b86a44d
 WHIRLPOOL 
e674b0e502afa7abdee6bd9e353d5a94552eb5eefba00e57e5579239819baf14d8adee6a72f7205b0091e27d17e3cf66bd5022f22fffa08938720a5be8803891

diff --git a/dev-util/rbtools/rbtools-0.7.7.ebuild 
b/dev-util/rbtools/rbtools-0.7.7.ebuild
deleted file mode 100644
index 19adcfb..
--- a/dev-util/rbtools/rbtools-0.7.7.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=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-MY_PN="RBTools"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command line tools for use with Review Board"
-HOMEPAGE="https://www.reviewboard.org/;
-SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_component_range
 1-2)/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-S=${WORKDIR}/${MY_P}



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

2017-01-19 Thread Johannes Huber
commit: 5c79dabbb668c04f3980827d3ecc23da7d759a28
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 17:13:48 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 17:14:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c79dabb

dev-util/rbtools: Version bump 0.7.9

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/rbtools/Manifest |  1 +
 dev-util/rbtools/rbtools-0.7.9.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-util/rbtools/Manifest b/dev-util/rbtools/Manifest
index 1e06761..eb0fab8 100644
--- a/dev-util/rbtools/Manifest
+++ b/dev-util/rbtools/Manifest
@@ -1,3 +1,4 @@
 DIST RBTools-0.7.6.tar.gz 162080 SHA256 
b2c5abedc4330534888629558c25ff80cf7b35fea60d1362423e8a9d64e7cf75 SHA512 
46a141370f79f4a9bcf417a2fca0fae6f1cc3d0ce2de9fd5f06df7162ecf051b418d12795adce9b12ed8244800da17f87df8b3f04c79c269b3b292a2033bc958
 WHIRLPOOL 
2ed6cb094c726c7215d4efa8e55855541d19df2bdfe942e4a4628815fdada7babf5d6364e43eb7459683fdd8fded1de4753d02cc4ee08cce75905518e71cfb8f
 DIST RBTools-0.7.7.tar.gz 169305 SHA256 
98d74c8947bc02d313e34ebee6c7cfd171a818539ea66c104974df984cd2c98a SHA512 
f1d40c5a6941903a3253d9bc73f17fd78183dcf9c75074bc3a670af96333c4596260d2f48de3021aeffc57769947c2bb20d765487f426329fd74a970873b90da
 WHIRLPOOL 
ee7cc5230a1513f4bd4696509706e2f62c1dac027a7cab3991a640a68ffe93d13328dd6710d55a26c7df27d5d22acfa37452d389ec3fa4b3a7ae1d9176f46f83
 DIST RBTools-0.7.8.tar.gz 169541 SHA256 
e6fc5d451a8f33aa959d448948a01a7a588b0b20392e4d14a3bae378ce12ab95 SHA512 
ce88d5a76ac72c47dd26a4a1d703185ff932f5a8e15365c0fa4269d3cefa0eadc66c523d5df19fea9cb15065e0594c4078de090c3a763a7b1a478cdf0ea3cd8f
 WHIRLPOOL 
f36a5ea8fbdc9134d63b886cbd519b0568a94439ba2955bc58cc262f73a2a0dfed8da6180412eed6697f84313c03b9a3e7ab1b452527f20cd3d36426cb9e88d8
+DIST RBTools-0.7.9.tar.gz 169548 SHA256 
66689445e5063e3646703173d2eec459ceb68bb6ff15dbc8e84ec431ff6ee107 SHA512 
d05e6ba7dc733e16d2a9795e93e0a4760875fd960a109fe3f52202cbb77883fa7f2897508b6dc827ad94c4ac96dc426638ba7aeaac7691d3692e6eb58b86a44d
 WHIRLPOOL 
e674b0e502afa7abdee6bd9e353d5a94552eb5eefba00e57e5579239819baf14d8adee6a72f7205b0091e27d17e3cf66bd5022f22fffa08938720a5be8803891

diff --git a/dev-util/rbtools/rbtools-0.7.9.ebuild 
b/dev-util/rbtools/rbtools-0.7.9.ebuild
new file mode 100644
index ..e93de73
--- /dev/null
+++ b/dev-util/rbtools/rbtools-0.7.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+MY_PN="RBTools"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Command line tools for use with Review Board"
+HOMEPAGE="https://www.reviewboard.org/;
+SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_component_range
 1-2)/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( AUTHORS NEWS README.md )
+
+S=${WORKDIR}/${MY_P}



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

2017-01-19 Thread Agostino Sarubbo
commit: f1feb9e7e945efa95620b31447bc8965f24c4d27
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 17:07:04 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 17:07:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1feb9e7

net-irc/hexchat: x86 stable wrt bug #606496

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-irc/hexchat/hexchat-2.12.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild 
b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
index 18ad9f6..3150e43 100644
--- a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
+++ b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
 else
SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux"
 fi
 
 LICENSE="GPL-2 plugin-fishlim? ( MIT )"



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

2017-01-19 Thread Agostino Sarubbo
commit: bd599189ba7e73d50c3032bfa495972ff4d63852
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 17:07:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 17:07:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd599189

dev-libs/libgit2: x86 stable wrt bug #605322

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libgit2/libgit2-0.24.6.ebuild 
b/dev-libs/libgit2/libgit2-0.24.6.ebuild
index 31393b1..26cc737 100644
--- a/dev-libs/libgit2/libgit2-0.24.6.ebuild
+++ b/dev-libs/libgit2/libgit2-0.24.6.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-macos"
+   KEYWORDS="amd64 ~arm ~ppc x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"



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

2017-01-19 Thread Agostino Sarubbo
commit: b0e9ea5a28a9b78e5659fee868d6dbb47d229824
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 17:06:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 17:06:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e9ea5a

net-irc/hexchat: amd64 stable wrt bug #606496

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-irc/hexchat/hexchat-2.12.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild 
b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
index ddcfa91..18ad9f6 100644
--- a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
+++ b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="git://github.com/hexchat/hexchat.git"
 else
SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
 fi
 
 LICENSE="GPL-2 plugin-fishlim? ( MIT )"



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

2017-01-19 Thread Agostino Sarubbo
commit: c6e7f30c628da35f1e2c52fa7bf7600409028187
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 17:06:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 17:06:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e7f30c

dev-libs/libgit2: amd64 stable wrt bug #605322

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libgit2/libgit2-0.24.6.ebuild 
b/dev-libs/libgit2/libgit2-0.24.6.ebuild
index 3ebd7ef..31393b1 100644
--- a/dev-libs/libgit2/libgit2-0.24.6.ebuild
+++ b/dev-libs/libgit2/libgit2-0.24.6.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-macos"
+   KEYWORDS="amd64 ~arm ~ppc ~x86 ~ppc-macos"
 fi
 
 DESCRIPTION="A linkable library for Git"



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

2017-01-19 Thread Davide Pesavento
commit: 8fc2d630d959b7cdcfd617c83a0d2764db3c1487
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Jan 19 17:02:02 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jan 19 17:02:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc2d630

media-sound/mp3diags: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/mp3diags/Manifest  |  1 -
 media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
index b4247b0..d33bc8c 100644
--- a/media-sound/mp3diags/Manifest
+++ b/media-sound/mp3diags/Manifest
@@ -1,2 +1 @@
-DIST MP3Diags-1.2.02.tar.gz 1220039 SHA256 
17c4dc2b40a855f39ef8dbac41dacc5c309d46043c969dcf6319d76103341fcd SHA512 
51498646ad3c9a19aeb0bcbf8cd280de75a24eb252790cc71d1eba433b986bbc58d4198d8bdfc0339dd6845ddfd966dd482f991b976e2da8f49e9d4e4f0464d0
 WHIRLPOOL 
f7a8fd855de147bfd26076e3dc1242b5c7d5819621626b8efe42dcb19b3b86042deb53439fec598fe20be29e35dc0c33ef5a251a4ed55478cda1f8f3ed915140
 DIST MP3Diags-1.2.03.tar.gz 1230173 SHA256 
8dce26781123150eb920acd1a1217601c55c8366f72b4cccd62bba53c3a73f53 SHA512 
0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf
 WHIRLPOOL 
ff010e2db7259b399f62d98a67d78fc073a5117da345160cd1f25a7cca607d52498445bcad7bfe98f66228e2da071a34df213665ebaf6e0894d1f0436ce3e405

diff --git a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild 
b/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
deleted file mode 100644
index 573a5fe..
--- a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils gnome2-utils qmake-utils
-
-MY_PN=MP3Diags
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
-HOMEPAGE="http://mp3diags.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-libs/boost-1.37
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   sys-libs/zlib
-"
-RDEPEND="${DEPEND}
-   dev-qt/qtsvg:4
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-   eqmake4 ${PN}.pro
-}
-
-src_install() {
-   dobin bin/${MY_PN}
-   dodoc changelog.txt
-
-   local size
-   for size in 16 22 24 32 36 40 48; do
-   insinto /usr/share/icons/hicolor/${size}x${size}/apps
-   newins desktop/${MY_PN}${size}.png ${MY_PN}.png
-   done
-   domenu desktop/${MY_PN}.desktop
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2017-01-19 Thread Mike Frysinger
commit: 41318c00bfbdba74249f88cde3e64ddfdc240cce
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 16:54:46 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 16:54:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41318c00

sys-apps/keyutils: disable tests that modify global system settings #519062 
#522050

 .../files/keyutils-1.5.9-disable-tests.patch   | 51 ++
 sys-apps/keyutils/keyutils-1.5.9-r2.ebuild |  1 +
 2 files changed, 52 insertions(+)

diff --git a/sys-apps/keyutils/files/keyutils-1.5.9-disable-tests.patch 
b/sys-apps/keyutils/files/keyutils-1.5.9-disable-tests.patch
new file mode 100644
index ..0a5a02b
--- /dev/null
+++ b/sys-apps/keyutils/files/keyutils-1.5.9-disable-tests.patch
@@ -0,0 +1,51 @@
+disable tests that mess with system wide settings
+
+https://bugs.gentoo.org/519062
+
+--- a/tests/bugzillas/bz1031154/runtest.sh
 b/tests/bugzillas/bz1031154/runtest.sh
+@@ -11,6 +11,8 @@
+ result=PASS
+ echo " BEGINNING TEST" >$OUTPUTFILE
+ 
++if false; then
++
+ # we need a reference time to scan the audit log from so as not to pick up old
+ # results from this test.
+ base_date=`date +"%x@%X"`
+@@ -81,6 +83,10 @@
+   fi
+ fi
+ 
++else
++marker "Gentoo: skipping test due to system wide modifications"
++fi
++
+ echo " FINISHED TEST: $result" >>$OUTPUTFILE
+ 
+ # --- then report the results in the database ---
+
+https://bugs.gentoo.org/522050
+
+--- a/tests/keyctl/padd/useradd/runtest.sh
 b/tests/keyctl/padd/useradd/runtest.sh
+@@ -40,6 +40,8 @@
+ marker "UNLINK KEY"
+ unlink_key $keyid @s
+ 
++if false; then
++
+ # add keys with huge payloads
+ old_root_quota=`cat /proc/sys/kernel/keys/root_maxbytes`
+ if [ $old_root_quota -lt 65536 ]
+@@ -76,6 +78,10 @@
+ sleep 1
+ fi
+ 
++else
++marker "Gentoo: skipping test due to system wide modifications"
++fi
++
+ echo " FINISHED TEST: $result" >>$OUTPUTFILE
+ 
+ # --- then report the results in the database ---

diff --git a/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild 
b/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild
index 572489e..0c96c79 100644
--- a/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild
+++ b/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild
@@ -28,6 +28,7 @@ pkg_setup() {
 src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.5-makefile-fixup.patch
epatch "${FILESDIR}"/${PN}-1.5.9-endian-check-{1,2}.patch #426424
+   epatch "${FILESDIR}"/${PN}-1.5.9-disable-tests.patch #519062 #522050
 
# The lsb check is useless, so avoid spurious command not found 
messages.
sed -i -e 's,lsb_release,:,' tests/prepare.inc.sh || die



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

2017-01-19 Thread Mike Frysinger
commit: 547bf7fbf276a24d17cfa2a21248cf7670e939f9
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 16:48:31 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 16:51:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547bf7fb

sys-apps/keyutils: add upstream fix for tests endian checking #426424

 .../files/keyutils-1.5.9-endian-check-1.patch  | 43 ++
 .../files/keyutils-1.5.9-endian-check-2.patch  | 38 +++
 sys-apps/keyutils/keyutils-1.5.9-r2.ebuild |  1 +
 3 files changed, 82 insertions(+)

diff --git a/sys-apps/keyutils/files/keyutils-1.5.9-endian-check-1.patch 
b/sys-apps/keyutils/files/keyutils-1.5.9-endian-check-1.patch
new file mode 100644
index ..18344b9
--- /dev/null
+++ b/sys-apps/keyutils/files/keyutils-1.5.9-endian-check-1.patch
@@ -0,0 +1,43 @@
+patch from upstream
+
+https://bugs.gentoo.org/426424
+
+From f0d9a8c15f1525d0404077f32fddccb606a61bac Mon Sep 17 00:00:00 2001
+From: Tyler Hicks 
+Date: Mon, 24 Feb 2014 18:52:41 -0600
+Subject: [PATCH] TEST: Make endianness detection work with file 5.14
+
+The 5.14 release of file outputs an extra space after [LM]SB:
+
+$ ./src/file -m magic/magic.mgc -L /proc/$$/exe
+/proc/12755/exe: ELF 64-bit LSB  executable, ...
+
+This was due to the elf magic file containing some trailing spaces in
+the 5.14 release.
+
+Signed-off-by: Tyler Hicks 
+Signed-off-by: David Howells 
+---
+ tests/toolbox.inc.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/toolbox.inc.sh b/tests/toolbox.inc.sh
+index cbc49e0fce23..fe3c7f71299a 100644
+--- a/tests/toolbox.inc.sh
 b/tests/toolbox.inc.sh
+@@ -17,10 +17,10 @@ includes=${includes%/*}/
+ echo === $OUTPUTFILE ===
+ 
+ endian=`file -L /proc/$$/exe`
+-if expr "$endian" : '.* MSB executable.*' >&/dev/null
++if expr "$endian" : '.* MSB \+executable.*' >&/dev/null
+ then
+ endian=BE
+-elif expr "$endian" : '.* LSB executable.*' >&/dev/null
++elif expr "$endian" : '.* LSB \+executable.*' >&/dev/null
+ then
+ endian=LE
+ else
+-- 
+2.11.0
+

diff --git a/sys-apps/keyutils/files/keyutils-1.5.9-endian-check-2.patch 
b/sys-apps/keyutils/files/keyutils-1.5.9-endian-check-2.patch
new file mode 100644
index ..a4558d8
--- /dev/null
+++ b/sys-apps/keyutils/files/keyutils-1.5.9-endian-check-2.patch
@@ -0,0 +1,38 @@
+patch from upstream
+
+https://bugs.gentoo.org/426424
+
+From ce92e974b8ecff19cf430b7b58a09b8190645b5c Mon Sep 17 00:00:00 2001
+From: David Howells 
+Date: Fri, 26 Feb 2016 10:07:00 +
+Subject: [PATCH] TEST: Fix endianness determination
+
+Endianness determination was broken sometime after Fedora 20 when
+executables switched to being DYN objects rather than EXEC objects.  This
+caused the output of file to change.
+
+Signed-off-by: David Howells 
+---
+ tests/toolbox.inc.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/toolbox.inc.sh b/tests/toolbox.inc.sh
+index f2463c57b40e..5ac23ffc04fb 100644
+--- a/tests/toolbox.inc.sh
 b/tests/toolbox.inc.sh
+@@ -13,10 +13,10 @@
+ echo === $OUTPUTFILE ===
+ 
+ endian=`file -L /proc/$$/exe`
+-if expr "$endian" : '.* MSB \+executable.*' >&/dev/null
++if expr "$endian" : '.* MSB \+\(executable\|shared object).*' >&/dev/null
+ then
+ endian=BE
+-elif expr "$endian" : '.* LSB \+executable.*' >&/dev/null
++elif expr "$endian" : '.* LSB \+\(executable\|shared object\).*' >&/dev/null
+ then
+ endian=LE
+ else
+-- 
+2.11.0
+

diff --git a/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild 
b/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild
index 0a46055..572489e 100644
--- a/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild
+++ b/sys-apps/keyutils/keyutils-1.5.9-r2.ebuild
@@ -27,6 +27,7 @@ pkg_setup() {
 
 src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.5-makefile-fixup.patch
+   epatch "${FILESDIR}"/${PN}-1.5.9-endian-check-{1,2}.patch #426424
 
# The lsb check is useless, so avoid spurious command not found 
messages.
sed -i -e 's,lsb_release,:,' tests/prepare.inc.sh || die



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

2017-01-19 Thread Johannes Huber
commit: a612fa7f82e35f124ed194c76e2ee3e3a1dc
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 16:47:16 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 16:47:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a612fa7f

media-gfx/kphotoalbum: Remove 5.0.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/kphotoalbum/Manifest |   1 -
 .../files/kphotoalbum-5.0.1-buildbackports.patch   | 190 -
 media-gfx/kphotoalbum/kphotoalbum-5.0.1.ebuild |  67 
 3 files changed, 258 deletions(-)

diff --git a/media-gfx/kphotoalbum/Manifest b/media-gfx/kphotoalbum/Manifest
index b02378e..f9b7168 100644
--- a/media-gfx/kphotoalbum/Manifest
+++ b/media-gfx/kphotoalbum/Manifest
@@ -1,2 +1 @@
-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/files/kphotoalbum-5.0.1-buildbackports.patch 
b/media-gfx/kphotoalbum/files/kphotoalbum-5.0.1-buildbackports.patch
deleted file mode 100644
index 26eac8d..
--- a/media-gfx/kphotoalbum/files/kphotoalbum-5.0.1-buildbackports.patch
+++ /dev/null
@@ -1,190 +0,0 @@
-From 87d8f63d5966b36af60e9d4aac95196fcee30f91 Mon Sep 17 00:00:00 2001
-From: Johannes Zarl-Zierl 
-Date: Sun, 30 Oct 2016 21:52:03 +0100
-Subject: [PATCH] Review dependency list.
-
-Thanks to kensington for the suggestion!

- CMakeLists.txt | 23 ++-
- 1 file changed, 18 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 120a703..95f46c9 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -20,7 +20,7 @@ include(FeatureSummary)
- 
- find_package(Qt5 REQUIRED COMPONENTS Sql Xml Widgets Network)
- find_package(Phonon4Qt5 REQUIRED)
--find_package(KF5 REQUIRED COMPONENTS CoreAddons I18n KIO DocTools 
WidgetsAddons Config IconThemes Archive Parts JobWidgets)
-+find_package(KF5 REQUIRED COMPONENTS Archive Completion Config CoreAddons 
DocTools I18n IconThemes JobWidgets KIO TextWidgets WidgetsAddons)
- 
- # enable exceptions:
- kde_enable_exceptions()
-@@ -445,10 +445,23 @@ set(kphotoalbum_SRCS
- add_executable(kphotoalbum ${kphotoalbum_SRCS})
- 
- # External components
--target_link_libraries(kphotoalbum ${JPEG_LIBRARY})
--target_link_libraries(kphotoalbum Qt5::Network)
--target_link_libraries(kphotoalbum KF5::KIOCore KF5::CoreAddons KF5::I18n 
KF5::ConfigCore KF5::ConfigGui KF5::IconThemes KF5::Archive KF5::Parts 
KF5::JobWidgets KF5::WidgetsAddons)
--target_link_libraries(kphotoalbum Phonon::phonon4qt5)
-+target_link_libraries(kphotoalbum
-+${JPEG_LIBRARY}
-+KF5::Archive
-+KF5::Completion
-+KF5::ConfigCore
-+KF5::ConfigGui
-+KF5::CoreAddons
-+KF5::I18n
-+KF5::IconThemes
-+KF5::JobWidgets
-+KF5::KIOCore
-+KF5::KIOWidgets
-+KF5::TextWidgets
-+KF5::WidgetsAddons
-+Phonon::phonon4qt5
-+Qt5::Network
-+)
- 
- if(KF5Kipi_FOUND)
- target_link_libraries(kphotoalbum KF5::Kipi)
--- 
-2.7.3
-
-From e07a6ffd6a96a527e0ac26e9f12eb1bcd7767830 Mon Sep 17 00:00:00 2001
-From: Johannes Zarl-Zierl 
-Date: Thu, 8 Dec 2016 22:02:13 +0100
-Subject: [PATCH] Remove bogus dependency on KF5KExiv2
-

- CMakeLists.txt | 28 +++-
- 1 file changed, 11 insertions(+), 17 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1594af0..36228b8 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -92,15 +92,13 @@ set_package_properties(KF5KDcraw
- )
- set(HAVE_KDCRAW ${KF5KDcraw_FOUND} )
- 
--find_package(KF5KExiv2)
--# FIXME: most of KPhotoAlbum uses plain libexiv:
- find_package(Exiv2)
--set_package_properties(KF5KExiv2
-+set_package_properties(Exiv2
- PROPERTIES
- TYPE RECOMMENDED
- PURPOSE "Enables image metadata (exiv) support (strongly advised!)"
- )
--set(HAVE_EXIV2 ${KF5KExiv2_FOUND})
-+set(HAVE_EXIV2 ${Exiv2_FOUND})
- 
- if(ENABLE_PLAYGROUND)
- find_package(KF5KFace 5.0.0 CONFIG)
-@@ -112,16 +110,12 @@ if(ENABLE_PLAYGROUND)
- set(HAVE_KFACE ${KF5KFace_FOUND})
- endif()
- 
--if(KF5KExiv2_FOUND)
--find_package(KF5KGeoMap)
--set_package_properties(KF5KGeoMap
--PROPERTIES
--TYPE OPTIONAL
--PURPOSE 

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

2017-01-19 Thread Johannes Huber
commit: 09e29c69ed5cdc2d72a512dda3629f1c688bbdac
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 16:43:23 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 16:43:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e29c69

net-libs/jreen: Remove 1.2.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/jreen/Manifest|  1 -
 net-libs/jreen/files/jreen-qt5.6.patch | 15 ---
 net-libs/jreen/jreen-1.2.1.ebuild  | 75 --
 3 files changed, 91 deletions(-)

diff --git a/net-libs/jreen/Manifest b/net-libs/jreen/Manifest
index 8499573..5ad50b0 100644
--- a/net-libs/jreen/Manifest
+++ b/net-libs/jreen/Manifest
@@ -1,2 +1 @@
-DIST jreen-1.2.1.tar.gz 279584 SHA256 
be5de04b6f54e47bdec92707600441a39e46add958181ad2b5b2d1bf92693fbd SHA512 
3ab28cf2a2c2a595892b15acb9e49c7aa64dbb3b2ac13138ce011b16c2c6b3abeb524231d271fb0f4a6da028548ae6995b34bd70ee9c40fb54e6d64fac2633a2
 WHIRLPOOL 
ff0f76b18252b8601e2e3c7a6c784bf3eb579c4e421e44081a24f726ea10a3cb1a3373c4a80bbf51200ddf346cff43453667182c080acd500097a1c28b18fb94
 DIST jreen-1.3.0.tar.gz 287827 SHA256 
f93c3d338c011c0945dacb14eb9da3be9541028c9eaa6f2024e688eb8a49b07e SHA512 
7b8267aa7d0e18c28dfeb6a1c7c0495d87bd2712fe10a0c6283f0cf89b72d2c67f98f97a812c9f34496af43eb00ddd94b7e60e942634fb03d0119f94a3d08464
 WHIRLPOOL 
6a6e0f469e344eab2f0c745411091867bddeaeabf0dad8ff8ebb58521d1d9a0b07d6bb389fb9cf937cfc2974b834951baf4de514eef6ae5c087f72c6c0d6f604

diff --git a/net-libs/jreen/files/jreen-qt5.6.patch 
b/net-libs/jreen/files/jreen-qt5.6.patch
deleted file mode 100644
index da6f085..
--- a/net-libs/jreen/files/jreen-qt5.6.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build with Qt 5.6
-
-Gentoo-bug: 578912
-
 a/src/stanzaextension.h
-+++ b/src/stanzaextension.h
-@@ -28,7 +28,7 @@
- 
- #include 
- #include 
--#include 
-+#include 
- #include "jreen.h"
- 
- class QXmlStreamWriter;

diff --git a/net-libs/jreen/jreen-1.2.1.ebuild 
b/net-libs/jreen/jreen-1.2.1.ebuild
deleted file mode 100644
index 9924c3d..
--- a/net-libs/jreen/jreen-1.2.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} != ** ]]; then
-   SRC_URI="https://github.com/euroelessar/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~ppc x86"
-else
-   GIT_ECLASS="git-r3"
-   EGIT_REPO_URI=( "git://github.com/euroelessar/${PN}" )
-fi
-
-inherit cmake-utils multibuild ${GIT_ECLASS}
-
-DESCRIPTION="Qt XMPP library"
-HOMEPAGE="https://github.com/euroelessar/jreen;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug +qt4 qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-DEPEND="
-   media-libs/speex
-   net-libs/libgsasl
-   sys-libs/zlib
-   qt4? (
-   dev-qt/qtcore:4[ssl]
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.md )
-PATCHES=( "${FILESDIR}/${PN}-qt5.6.patch" )
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=()
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   mycmakeargs+=( -DJREEN_FORCE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   mycmakeargs+=( -DJREEN_FORCE_QT4=OFF )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}



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

2017-01-19 Thread Agostino Sarubbo
commit: dd721f60f45209e98239602db835f3dd5a233c3f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 16:21:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 16:21:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd721f60

net-irc/hexchat: metadata.xml: edit the upstream email address

Package-Manager: portage-2.3.0
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-irc/hexchat/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/hexchat/metadata.xml b/net-irc/hexchat/metadata.xml
index 9d1268f..c058b0b 100644
--- a/net-irc/hexchat/metadata.xml
+++ b/net-irc/hexchat/metadata.xml
@@ -38,7 +38,7 @@



-   tingp...@fedoraproject.org
+   tingp...@tingping.se
TingPing

https://github.com/hexchat/hexchat/issues



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

2017-01-19 Thread Ian Stakenvicius
commit: 05c31f8cca591b3ce8219e4def7c26c7b1b130d6
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Jan 19 15:40:12 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Jan 19 15:40:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c31f8c

dev-libs/nss: clean old, security bug 604916

Package-Manager: portage-2.3.0

 dev-libs/nss/Manifest |   7 -
 dev-libs/nss/files/nss-3.21-cacert-class3.patch   | 203 -
 dev-libs/nss/files/nss-3.21-gentoo-fixups.patch   | 238 ---
 dev-libs/nss/files/nss-3.21-hppa-byte_order.patch |  16 -
 dev-libs/nss/files/nss-3.21-pem-werror.patch  | 141 -
 dev-libs/nss/nss-3.22.2.ebuild| 331 -
 dev-libs/nss/nss-3.23.ebuild  | 340 --
 dev-libs/nss/nss-3.25-r1.ebuild   | 339 -
 dev-libs/nss/nss-3.26.1.ebuild| 338 -
 dev-libs/nss/nss-3.27.2.ebuild| 339 -
 10 files changed, 2292 deletions(-)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index 51c832c..e485949 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -1,10 +1,3 @@
-DIST nss-3.14.1-add_spi+cacerts_ca_certs.patch 25018 SHA256 
82ca25982828fd7153ad15fc6e81408c115476eeeb4045d3a71469380b56824b SHA512 
2aafbd972b073061bfd66a66a4b50060691957f2910f716f7a69d22d655c499f186f05db2101bea5248a00949f339327ba8bfffec024c61c8ee908766201ae00
 WHIRLPOOL 
c9fe397e316dac7983b187acf7227078ebd8f8da5df53f77f2564489e85f123c4d2afb88d56e8dc14b9ebfffe8a71ade4724b3c1ea683c5c4c487cb3a64eda43
-DIST nss-3.22.2.tar.gz 6982164 SHA256 
07d49287c527ac31200f02dcf8494cef19e936d8ed470802749c4dfc782d3650 SHA512 
0c73ba579cb697fe295bca2ee62315bc1830b542f607c1ecfbf591fa881d2ccfb5a6d830b47cd1434bdfbac07e03848b4fe9e6bda9c6d131a2c34973dc3b337c
 WHIRLPOOL 
37137526ffc6f583ba54615c5fadb1076a5c0830b8aef6db394fb1da02345d5b1cf394b6a3cac7b8ce5727bf23ed1053f3f0f2865f0eab7c922c8459d5768142
-DIST nss-3.23.tar.gz 7467001 SHA256 
94b383e31c9671e9dfcca81084a8a813817e8f05a57f54533509b318d26e11cf SHA512 
f3e388a415493685faa6df932e9e968af41ea2e8e4cba3fbd539c60177443e4042e8d2e2bfe74183552e14522d49048be2f80fbe038bdbd499971e82abf2cc32
 WHIRLPOOL 
77e22bd7a525c5b10723e1d5fb6db1e9d2efebfcdf9828aa79296f71c441c065201ecda56291f37790333d9b1d1e38fef1391a033382a885b83da31a646d6243
-DIST nss-3.25.tar.gz 7338238 SHA256 
5d1ad475da19d0c033a716350dc5f8a747999d3eba5ac07ee0368c5bad6e2359 SHA512 
a33cff42d0d85eea091057648d598b7421de88f16ed357965ea08a8812de968c3f18d45452afd21afc90122f65c2c5bb2d7071357947b45e935aae55d28c4218
 WHIRLPOOL 
3857bffe7a58043612bbeaf0e596b3afdd4f0792441af667fb503dd2d354a535bb8523c258242b470d888ef2beff267b4480e6398a3328f0c44193b83f4a5934
-DIST nss-3.26.1.tar.gz 7387756 SHA256 
abebb079288e4b0d34648a1fcdba8564ac05b29f5f1d19b53021ccb3ac37ad25 SHA512 
f2a6754e4766cdf169b0abfc0ff47c469ae0e6ddc08c020ef154da7806e8ce31b49076af11b659bf19e9c4b5c6e53a0ac9e7855ee1c33b98a45cfeec446b93bd
 WHIRLPOOL 
9152e3c7430b3362647adb494d1983cc37659b1d8691f1f1e21470aab4f496f3aecd925b8e19d83fa3735e72eeb6d6579bcc304c30e48359d05cb6e052610b0f
-DIST nss-3.27.2.tar.gz 7397599 SHA256 
dc8ac8524469d0230274fd13a53fdcd74efe4aa67205dde1a4a92be87dc28524 SHA512 
699847665e93fd649cb60ce6bc8f849f452779e7232a09bbeb0613f9e6c57bb81948f1ae59cc86648e41a212cda259109850ccd14546d35910deb75f5d2a13b8
 WHIRLPOOL 
08229d87de1c7020c1d7fc12fb8a2afc4bc9ab9f0208aad12698aba17386fbe9163cb506101c7d4d568409fd99141fb88c0e71fc32cecbc6640a4a8f7a4efabf
 DIST nss-3.28.1.tar.gz 7451477 SHA256 
58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad SHA512 
f10c8e404741fafe5e5772dc754ff4503ec1826942db5fbc13b99155fcac50f29e1405dd249b69a27f27ebcfef73849b1f0f636a2076ab761384e8a0ed9a2b8b
 WHIRLPOOL 
e1a6b9886759159294c4d8e47e693a2e790703e368ede18425c9a9130df72ac56a6e717cb794607c7bcfc68c82df9aec8771bc74e729f5bbd70fdcd8ce0fed3b
 DIST nss-cacert-class1-class3.patch 22950 SHA256 
6bba29cee34276e2ca6436dabedfeba2b61fb46668c5d5ceabf0c871574649bf SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0
 WHIRLPOOL 
1246223b01292604e5609bb9c580f092dc5937bf8c98f6891b099e8bab960e03612b6617e30a55d6ff8817d88f190e03812fe8f89f84f25c20970493dc2f7700
-DIST nss-pem-20140125.tar.bz2 28805 SHA256 
62604dfc4178399a804e87ca7566d8316a0a40a535de3b2d0fa48fd80c97f768 SHA512 
352faf812735e1374c534ada6dd577842603ea193dafaacfd51f201599ffe3f7a23ce1c673421e42f8b692091b58085f90843c29f70ae916949715e7baba2b39
 WHIRLPOOL 
3ae81410f6f4d2699e9dc55982cad03c226045fbeee25984d53d37ff78ce5c96d008d6837e1c0a10b6c96cdff17c21142e437159896d314e81afc8820867ca62
 DIST nss-pem-20160329.tar.xz 27732 SHA256 
6c13c342e7a9fe34b585556099beca33c3078b3df3e11b72827fb70232ac1443 SHA512 

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

2017-01-19 Thread Kent Fredric
commit: 03c3fb6feb714e2fed7055294f7d536f30c6f686
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 14:47:55 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 15:26:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c3fb6f

virtual/perl-Encode: Spread keywords from dev-lang/perl

virtuals that map to perl should be keyworded wherever perl is

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/perl-Encode/perl-Encode-2.730.0-r1.ebuild   | 4 ++--
 virtual/perl-Encode/perl-Encode-2.800.0-r2.ebuild   | 4 ++--
 virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/virtual/perl-Encode/perl-Encode-2.730.0-r1.ebuild 
b/virtual/perl-Encode/perl-Encode-2.730.0-r1.ebuild
index 6f941ac..b767f14 100644
--- a/virtual/perl-Encode/perl-Encode-2.730.0-r1.ebuild
+++ b/virtual/perl-Encode/perl-Encode-2.730.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/virtual/perl-Encode/perl-Encode-2.800.0-r2.ebuild 
b/virtual/perl-Encode/perl-Encode-2.800.0-r2.ebuild
index cfee468..1c07e47 100644
--- a/virtual/perl-Encode/perl-Encode-2.800.0-r2.ebuild
+++ b/virtual/perl-Encode/perl-Encode-2.800.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="

diff --git a/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild 
b/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild
index 7c53dd1..d6e9028 100644
--- a/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild
+++ b/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: perl-core/Encode/

2017-01-19 Thread Kent Fredric
commit: 4a27787f4a244366d48bceb5bf883e8a41a6c0d0
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 14:42:39 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 15:26:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a27787f

perl-core/Encode: Spread keywording from dev-lang/perl

Encode is part-of perl itself, and should be keyworded everywhere
perl is.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 perl-core/Encode/Encode-2.730.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Encode/Encode-2.730.0.ebuild 
b/perl-core/Encode/Encode-2.730.0.ebuild
index 9ddf253..b68a138 100644
--- a/perl-core/Encode/Encode-2.730.0.ebuild
+++ b/perl-core/Encode/Encode-2.730.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="character encodings"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



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

2017-01-19 Thread Tony Vroon
commit: 9047b5c422015c71434dd6ff181b2de0731e78f5
Author: Tony Vroon  gentoo  org>
AuthorDate: Thu Jan 19 15:24:08 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Thu Jan 19 15:25:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9047b5c4

dev-python/pynag: Initial commit. Ebuild by Russell Heilling, reviewed by 
Michael "kensington" Palimaka & Patrice "monsieurp" Clement.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pynag/Manifest   |  1 +
 dev-python/pynag/metadata.xml   | 15 +++
 dev-python/pynag/pynag-0.9.1.ebuild | 19 +++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pynag/Manifest b/dev-python/pynag/Manifest
new file mode 100644
index ..c026553
--- /dev/null
+++ b/dev-python/pynag/Manifest
@@ -0,0 +1 @@
+DIST pynag-0.9.1.tar.gz 219909 SHA256 
5b44dc74a262f060fdc868065192e91afb52996a3cf28e8500259f112fd54783 SHA512 
9a16dc952a4ec468c551d31c9e6d85013da51edd30548e1b8ef886ae228b509578d84e7e7045b70d11b6b1ae77969f7a92afd58a254e0554fa1ffd839a82729f
 WHIRLPOOL 
13a4eb7652f650b633be34acc243263589de0cc3c9ad2aed517a31acc8c57ce361f04091135b188fb066b783b8ebaa3d55fc2ca1f5c8fc7224efc2028325c75a

diff --git a/dev-python/pynag/metadata.xml b/dev-python/pynag/metadata.xml
new file mode 100644
index ..462a991
--- /dev/null
+++ b/dev-python/pynag/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chain...@gentoo.org
+Tony Vroon
+  
+  
+pyt...@gentoo.org
+Python
+  
+  
+pynag/pynag
+  
+

diff --git a/dev-python/pynag/pynag-0.9.1.ebuild 
b/dev-python/pynag/pynag-0.9.1.ebuild
new file mode 100644
index ..f11e856
--- /dev/null
+++ b/dev-python/pynag/pynag-0.9.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Python modules for Nagios plugins and configuration"
+HOMEPAGE="http://pynag.org/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"



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

2017-01-19 Thread Sebastian Pipping
commit: dacc2f58efdc3d7d39a8c0b8b98563e1a36ac771
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Jan 19 15:24:19 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Jan 19 15:24:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacc2f58

media-libs/freeverb3: Deny USE="jack -audacious" (bug #572676)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild 
b/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
index f8c9d78..2f58d52 100644
--- a/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
+++ b/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -34,6 +34,8 @@ DEPEND=${RDEPEND}
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
+REQUIRED_USE="jack? ( audacious )"
+
 src_prepare() {
eautoreconf
 }



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

2017-01-19 Thread Agostino Sarubbo
commit: 8f39fdb97428f90b848f8accb15e015ffbb375af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 19 15:06:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 19 15:06:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f39fdb9

sys-kernel/vanilla-sources: Automated version bump to {3.18.47,4.1.38} - remove 
old.

Package-Manager: portage-2.3.0
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest   | 4 ++--
 ...{vanilla-sources-3.18.46.ebuild => vanilla-sources-3.18.47.ebuild} | 2 +-
 .../{vanilla-sources-4.1.37.ebuild => vanilla-sources-4.1.38.ebuild}  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 58b70c7..d3c1fd7 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,10 +11,10 @@ DIST linux-4.9.tar.xz 93192404 SHA256 
029098dcffab74875e086ae970e3828456838da6e0
 DIST patch-3.10.104.xz 1334560 SHA256 
608f95c32091f45736bbb5011ef5d2fb98743ea373eeadfd31b5de0363b631af SHA512 
9d59cd51fdcd25b43eaacfc14b7119a62f55076873f1e35dd9bae89f81de30cef580ba9df5698b7e8ffc68790ae13fa2254f2a7a528849c3143c3cc2ea6ec3ea
 WHIRLPOOL 
151679a249e3f3f833c3203079a61b2299f80617fb560fcda1b9521acef5fe713cceb75009c336c76b497eec715cbfe0a11501c95e3130816aebbb51993169f0
 DIST patch-3.12.69.xz 1692660 SHA256 
b0223790f71f31ef54189838bfd881aea910754de8708baf95db9bb91edf3202 SHA512 
89e609adc11a51f95077495220d828b76eeeb65618242d37286d42dee14cf4f558d7d4d57a7b572862529da16a2189659ec725c6b03292a18cffccf363bf1893
 WHIRLPOOL 
3a105ce9f6a951c5ae14f0bdea45d1198fbf7bccc228d838f6a23cbfc67763cba133cc5f25ef1dbbfe617d9495da2aaa7a46392f5fb15863fe258e5824ecb508
 DIST patch-3.16.39.xz 1374928 SHA256 
fc3d19e5b3628aac93ca662082fb2e2461288fef57f27171ab80167d72787762 SHA512 
b82109c62574270a461df8cca9873ec67ead7cd975d79ca3db6078b815cec176ef7ee8ff75f064305b5dee18aa4f231165978aab20cc07e217b28f0f8a980e91
 WHIRLPOOL 
892023a234760e13bc5f93656e1176b9ea324431850fa35fe184fb684d0dd5c738bcebd1c9618bb97218c1276ec4bef4c3fd6ed3e217d283b142171d534a5cbc
-DIST patch-3.18.46.xz 1065728 SHA256 
8329da1b7a58c40d0eff75924bb6e1685937f5529348dd12f836a0cf2e10ce4a SHA512 
1297b20054fb519dcc6e89423c2c8c795fdcf1492db13a426a5e9b2bedbeb2774279d0fd5eb8c1ddf1800bd7c77586d0bd8cede024505474ff2b15d2ad074579
 WHIRLPOOL 
fb6d08651eec213d54bcf977c47f607b30e08a2456569586dc5ee31214530b201104f534a97fcf70bcd5cb622ba639b9ad8dfaeba38894ca8e9dca9106c95a9a
+DIST patch-3.18.47.xz 1077304 SHA256 
eb94066577c1eec4f849c9b21408d0cf98b4915228b38e9088ddc1288c93acf5 SHA512 
ba328c00c4852ea173ae41bc0dd3dbefdcff56d2653b7c907bed81f12d5ea2f8fc65addd707152b7f136f71db6309f2535a8ffd12cd2498fb357f48649f06323
 WHIRLPOOL 
a58d1d675cdc367ce17cb7c47f7351b263130a485325aa6923a13441f3aa7133e3b3621a164429ff58c5dd9e8dcc7f0adf9c023599e1c02891302035c1cb4a27
 DIST patch-3.2.84.xz 1649140 SHA256 
6ba37e79fc13c7c62ac368258731fe6111f194b5ae279f742b042aaf2ca73eb9 SHA512 
0ac685d6a2434cefaf4e099aeb39d5bf5dced6cf5be1140225e14e960744e8b78faf64957cdda6c53b6e01b9578a3bad8b9f745e9cb2a89b89aa7400223b913f
 WHIRLPOOL 
df6fb1421189b47d300ef7bc77ce61b245860d30e901bc7d918463c78ed5452e7d0668a8e30eb0d84238b714b7454c3026769e2000dc1378074e0cadc402cca4
 DIST patch-3.4.113.xz 1362096 SHA256 
d5492eeaadcf12aaad471011066e447907999035c26368da8e4f82b1871ef03a SHA512 
cd212cb2c2d6fb911571472466027c7e502277f7af2426050a5afcd4c7799920e48414190b8a8a039f88d85bbf0d9e164c7d8c45982bf51f7567da9304137688
 WHIRLPOOL 
bc88441d583b9ed2f315b6ed809c168cb00af5a3c1f91fd1e4bd651a5f21cc69fd9343460976b5707916ec992b3e7a2f519953ce1bbc55fbb3290237ec4b44a3
-DIST patch-4.1.37.xz 930300 SHA256 
26d28f51b3c2fb5126ee458f133e8d3b981f559201608b979c877c3b3e2a2734 SHA512 
f1fcdf987042325058a942705f286e0442e99d35fd1ee3d5107d66b0f703f5c659beb7b53ccd7273c33a506a364f95b9e4e7a5e452b8da126e3186247742b63c
 WHIRLPOOL 
2b3d61eee5f26e553fb0ce0d21ca1e6ebc0dee7f0a031f6b44460957b2f06cee1e4fd90b5021345bf45c4b0e873fe8113e6d94fba8184d9841af07252a2b5383
+DIST patch-4.1.38.xz 945376 SHA256 
97eaedf1a4f5b931271035f640690757c0a3239d89f69c6dd7774d3371b589b6 SHA512 
2d271e94fecc1a97c990de0e042cd20d5acdf6adfa71e71e162cf4886218b9481284aba4dd0201f777b146e309bfdf9d95062cfc878c08f613d8b50222010d2c
 WHIRLPOOL 
c947507c4e325bbdcdf2a49a2c58963bdf9b5876ebbfb8cce0a4b7c97fbb4fdefe904c52f59735efad24cd22becdf278e8d3bf898b2faa048618711161cd6f7b
 DIST patch-4.4.43.xz 914008 SHA256 
17fb4d658c95fff9754b1409952c177fef2567eacb9386c86a4060ab27ff SHA512 
15b87d5b5b8729f939708f0e8f85b7f03677d6e268042c1dca18822c736951dd521e157a64fdfd53c8694a4e2ebb373eb833a7f7371a2e77513c37afc44b8e63
 WHIRLPOOL 
cdc2bc76e0b478c1f8fcb12b9484a949766c4d7d1511979f489b337b76d691ac17e436ef648a30853ba04810cb61bf56ec1b2925558b44db21a582c8f7e83ff3
 DIST patch-4.8.17.xz 320288 SHA256 
1e4be6f6a8eab3edcd0899db382fe1a9330320c603a9ad2c32ebb1dc6f53b3db SHA512 

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

2017-01-19 Thread Kent Fredric
commit: 30ab0ec9760f61c6a38c7dc42b0cf648ecaac981
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 14:08:20 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 14:16:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ab0ec9

dev-perl/libwww-perl: Bump to version 6.160.0

- EAPI6
- Tests enabled

Upstream:
- LWP::Protocol::GHTTP moved to its own dist (Not yet added to
  gentoo on the basis that anything using this would already need
  a dep on HTTP::GHTTP as well, which is not in tree either)
- Test suite updated
- Allow default header to carry over when using UA->post

Keywording:
- Dropped all but x86 and amd64 due to new dependencies

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/libwww-perl/Manifest   |  1 +
 dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild | 68 +
 dev-perl/libwww-perl/metadata.xml   |  1 -
 3 files changed, 69 insertions(+), 1 deletion(-)

diff --git a/dev-perl/libwww-perl/Manifest b/dev-perl/libwww-perl/Manifest
index 16f16d0..25f00d5 100644
--- a/dev-perl/libwww-perl/Manifest
+++ b/dev-perl/libwww-perl/Manifest
@@ -1 +1,2 @@
 DIST libwww-perl-6.15.tar.gz 141936 SHA256 
6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322 SHA512 
b031f1b6766fe5433940abbda438013211e0f82713bfbe8f3512fd3dd64d2c7b1236d19bb9414094726a37ee91908ebca5269855a639d0fd921423163b227aed
 WHIRLPOOL 
808921729702a443950f697ae7d691bafe07a2641aafb6ffc31342301f5881c375dcb35b0f8f11d57d84a13c0d0b79bbfa23d52395e6e689e0381c379d48af03
+DIST libwww-perl-6.16.tar.gz 143751 SHA256 
daffd268000f92d241f8ae5508ae5616dbd02f15a587b4fbcd14998ccc15ce22 SHA512 
7652d3d79d2638c523140fe8bd0df5bf691d070ad9b972c62f1f3771478b98f72909299b58cf20d280967b99cb2daa7e382916d1f8a3775da0cf9c7457d9d3ca
 WHIRLPOOL 
3ea817eddd83a289eff37ac14a8778252fa125572c16295588019ba53f8babf1f87bddb7fa283586184a610d185bdff430dd5e0b65392de63553a9f10cdc3e14

diff --git a/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild 
b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
new file mode 100644
index ..e834c26
--- /dev/null
+++ b/dev-perl/libwww-perl/libwww-perl-6.160.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.16
+inherit perl-module
+
+DESCRIPTION="A collection of Perl Modules for the WWW"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ssl test"
+
+RDEPEND="
+   virtual/perl-Digest-MD5
+   >=virtual/perl-Encode-2.120.0
+   dev-perl/Encode-Locale
+   >=dev-perl/File-Listing-6.0.0
+   >=dev-perl/HTML-Parser-3.340.0
+   >=dev-perl/HTTP-Cookies-6.0.0
+   >=dev-perl/HTTP-Daemon-6.0.0
+   >=dev-perl/HTTP-Date-6.0.0
+   >=dev-perl/HTTP-Negotiate-6.0.0
+   >=dev-perl/HTTP-Message-6.0.0
+   virtual/perl-IO
+   >=dev-perl/LWP-MediaTypes-6.0.0
+   >=virtual/perl-MIME-Base64-2.120.0
+   >=dev-perl/Net-HTTP-6.70.0
+   >=dev-perl/URI-1.100.0
+   >=dev-perl/WWW-RobotRules-6.0.0
+   >=virtual/perl-libnet-1.220.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Getopt-Long
+   test? (
+   dev-perl/Test-Fatal
+   dev-perl/Test-RequiresInternet
+   virtual/perl-Test-Simple
+   )
+"
+PDEPEND="
+   ssl? (
+   >=dev-perl/LWP-Protocol-https-6.20.0
+   )
+"
+
+src_install() {
+   perl-module_src_install
+
+   # Perform a check to see if the live filesystem is case-INsensitive
+   # or not.  If it is, the symlinks GET, POST and in particular HEAD
+   # will collide with e.g. head from coreutils.  While under Linux
+   # having a case-INsensitive filesystem is really unusual, most Mac
+   # OS X users are on it, and also Interix users deal with
+   # case-INsensitivity since Windows is underneath.
+
+   # bash should always be there, if we can find it in capitals, we're
+   # on a case-INsensitive filesystem.
+   if [[ ! -f ${EROOT}/BIN/BASH ]] ; then
+   dosym /usr/bin/lwp-request /usr/bin/GET
+   dosym /usr/bin/lwp-request /usr/bin/POST
+   dosym /usr/bin/lwp-request /usr/bin/HEAD
+   fi
+}

diff --git a/dev-perl/libwww-perl/metadata.xml 
b/dev-perl/libwww-perl/metadata.xml
index e6779d0..a249475 100644
--- a/dev-perl/libwww-perl/metadata.xml
+++ b/dev-perl/libwww-perl/metadata.xml
@@ -16,7 +16,6 @@
 LWP::DebugFile
 LWP::MemberMixin
 LWP::Protocol
-LWP::Protocol::GHTTP
 LWP::Protocol::MyFTP
 LWP::Protocol::cpan
 LWP::Protocol::data



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Ref-Util/

2017-01-19 Thread Kent Fredric
commit: 631b4aeee4947e3ddb401c5c6d3aff8153f8ac86
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 11:02:53 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 14:16:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631b4aee

dev-perl/Ref-Util: Bump to version 0.113.0

Upstream:
- Fix compilation issues on Sun and MSVC Compilers

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Ref-Util/Manifest|  1 +
 dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Ref-Util/Manifest b/dev-perl/Ref-Util/Manifest
index a92ce02..9cc1a4e 100644
--- a/dev-perl/Ref-Util/Manifest
+++ b/dev-perl/Ref-Util/Manifest
@@ -1,2 +1,3 @@
 DIST Ref-Util-0.101.tar.gz 62957 SHA256 
89e3db1e21dfbbb3544ce8e42079b513ca3f76c28a2bec4f8cdaa94abfdff493 SHA512 
3b5ec65a6d3098615ada29be8f2a61800c351549dc33b6133522dba528108b2199e73a941212bba381de91508b7e7a01189b4c0728a669ed78c25f06641c10fb
 WHIRLPOOL 
dd2e3bb54adb1e81f57a933e4933d368f1b928ffbbd586de8cb543d199c176b50fb098114a83a7d3749bcc92054c82299b0f140d1658809a3021cdfa65cef631
 DIST Ref-Util-0.111.tar.gz 66847 SHA256 
13db11e34d6fbb1fbcb493ec6f9e84ef0d3aaafc27e2f4f6f754184b88e92616 SHA512 
a5f1b9c480f637484445607e679ec90989b3787c3dea0876ea69f15da24925a9a205ecd6f04af5869629597d968528115da0550f504f9502cc02b2cade8c6ae4
 WHIRLPOOL 
2573079dd0f35c01b16cf7dbb0eef6b131aee6d530701a84dd5a7b5609a0ac3d21ca793a30a6d7e0343f7ee14353ca79341bfd97359998681cd7aad3cee17ec6
+DIST Ref-Util-0.113.tar.gz 67089 SHA256 
cacc761d36b640ffa3937ad289d12b6dc7808da05058831f1c2797b187a11529 SHA512 
1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
 WHIRLPOOL 
49e5c3972ee1d86fef34ec43938cc7c09ce98ff53f6df98d32103bc0518d75ba6a2e88b7bf94c8a24b8878e71dc24a0009d92dd8c0a5390ed855835570c4cac7

diff --git a/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild 
b/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
new file mode 100644
index ..40c8e8b
--- /dev/null
+++ b/dev-perl/Ref-Util/Ref-Util-0.113.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=XSAWYERX
+DIST_VERSION=0.113
+inherit perl-module
+
+DESCRIPTION="Utility functions for checking references"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Exporter-5.570.0
+   virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-CPAN-Meta-2.120.900
+   virtual/perl-Test-Simple
+   virtual/perl-File-Spec
+   )
+"
+src_test() {
+   perl_rm_files t/author-* t/release-*
+   perl-module_src_test
+}



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

2017-01-19 Thread Fabian Groffen
commit: 7babf434d4b6faaf70736a535616fb7edd155971
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan 19 14:22:58 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan 19 14:23:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7babf434

app-misc/screen: update fix for Solaris on 4.5.0 too

Package-Manager: portage-2.3.0

 app-misc/screen/screen-4.5.0.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-misc/screen/screen-4.5.0.ebuild 
b/app-misc/screen/screen-4.5.0.ebuild
index 7ba384d..e494a06 100644
--- a/app-misc/screen/screen-4.5.0.ebuild
+++ b/app-misc/screen/screen-4.5.0.ebuild
@@ -72,11 +72,9 @@ src_configure() {
append-cppflags "-DMAXWIN=${MAX_SCREEN_WINDOWS:-100}"
 
if [[ ${CHOST} == *-solaris* ]] ; then
-   # 
https://lists.gnu.org/archive/html/screen-devel/2014-04/msg00095.html
-   append-cppflags -D_XOPEN_SOURCE \
-   -D_XOPEN_SOURCE_EXTENDED=1 \
-   -D__EXTENSIONS__
-   append-libs -lsocket -lnsl
+   # enable msg_header by upping the feature standard compatible
+   # with c99 mode
+   append-cppflags -D_XOPEN_SOURCE=600
fi
 
use nethack || append-cppflags "-DNONETHACK"



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

2017-01-19 Thread Kent Fredric
commit: e451ff70b51834c7d426af07e2678027b9ab684a
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan 19 12:59:59 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan 19 14:16:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e451ff70

dev-perl/Mojolicious: Bump to version 7.200.0

Upstream:
- Fix bug in Mojo::File::make_path dying without error
- Fixed warnings in Mojo::IOLoop::TLS

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Mojolicious/Manifest   |  1 +
 dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 84251ce..ee4551a 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -3,3 +3,4 @@ DIST Mojolicious-7.11.tar.gz 659859 SHA256 
35fe21323fed8cdc8e9e497c7ca634e3aedcd
 DIST Mojolicious-7.12.tar.gz 660570 SHA256 
daba0097fdf52203a7c81ff800a9d15ea946eea0436ef4ff2da081b9e47e8776 SHA512 
0c1e389382e7d4dfdd6fd9eab0baef786f232d88fe2fadb9eff78bb184ef0b63c53c913c7d9410a0c6c910a7e3f4874387eefc02100f832f6c8f34933dd0e728
 WHIRLPOOL 
20029faffb33ff6bb7b05254506110224396b073704e7da28b85e36377d752668c32e9453059cb6cc30e43e6303cb7a38ee03678ae94c22111981afa593b
 DIST Mojolicious-7.14.tar.gz 661916 SHA256 
ef358291ffae5e1907427d381140698fdc551b1f8cd64886a9b7703017f91623 SHA512 
da65782734664161338a502174c1f778a48e0b4e47498f9ed298a1728ba58bc56f86ab08b88c0076518afdcdb9e0723cee4af9d3ed1213cef6446a90eaae36b6
 WHIRLPOOL 
1f0a7b6b6ff6c42961a15d0ba4ddb8b014d7359c15a5b7abf8ec224a9e1c35d23b34c4a6e6d9904b35923566883c4d5e0d7cfaf1e8b388f71c2aef5651e54db8
 DIST Mojolicious-7.19.tar.gz 665594 SHA256 
997305a328feed8cff5d10ec1d1029c55c4d83c285044bb0e6b147de0aac74ff SHA512 
43f7b69c1d0968fe472da09c1584c9a93f17a57b0e064e4127454bf79ad8a24df586eb3acc8c8d7242dc8bf51e8269731d749923b5dfbe0430dbb3ad7301d479
 WHIRLPOOL 
4e4a715248660e9fd70be6b511fe7a7531fbb236af85b942fd54fd42b1564a15bfb8b1ec00d9449b917473c53872664bcb8ca516f83cd505c60ddbe9fc870ea9
+DIST Mojolicious-7.20.tar.gz 665674 SHA256 
ddd034bdd2b99f64498f30b9859c2f2607318f43983dfe36e14bfdf1526fd693 SHA512 
d51a2aa9e4f757e7cad50ec374ce054cf9bd03fa795fcd6755f6bbf22e81ed611c796cb7f42c5a6a992dc93206d449cd7604662c8eff7da91e5cf6d7b4b3ba02
 WHIRLPOOL 
af718c32efbb910d1e4f35c6a35ed6da1b32ddb3ab689d5e8a118fdf7cd005055035c750a8948c40a6d9cc9864086031ac3e54054310da52076cd82f48704e76

diff --git a/dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild 
b/dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild
new file mode 100644
index ..cf3e2a0
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.200.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SRI
+DIST_VERSION=7.20
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/EV-4.0.0
+   )
+   >=virtual/perl-IO-Socket-IP-0.370.0
+   >=virtual/perl-JSON-PP-2.271.30
+   >=virtual/perl-Pod-Simple-3.90.0
+   >=virtual/perl-Time-Local-1.200.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_test() {
+   perl_rm_files t/pod{,_coverage}.t
+   perl-module_src_test
+}



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

2017-01-19 Thread Mike Frysinger
commit: c8395883341279c18aa78bd9a306c8b284e1641c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jan 19 13:33:34 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jan 19 14:13:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8395883

sys-devel/bison: mark 3.0.4-r1 arm64/m68k/s390/sh stable

 sys-devel/bison/bison-3.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild 
b/sys-devel/bison/bison-3.0.4-r1.ebuild
index 9ff4219..c107d0b 100644
--- a/sys-devel/bison/bison-3.0.4-r1.ebuild
+++ b/sys-devel/bison/bison-3.0.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples nls static test"
 
 RDEPEND=">=sys-devel/m4-1.4.16"



  1   2   3   >