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

2017-01-17 Thread Hans de Graaff
commit: 646a6e2571ededbb4be910bbb41cb857d5d8e246
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 18 06:50:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 18 07:16:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646a6e25

dev-ruby/omniauth: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/omniauth/Manifest |  1 -
 dev-ruby/omniauth/omniauth-1.2.2-r1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
index 3a4766b..7ad1ab85 100644
--- a/dev-ruby/omniauth/Manifest
+++ b/dev-ruby/omniauth/Manifest
@@ -1,3 +1,2 @@
-DIST omniauth-1.2.2.gem 27648 SHA256 
939eabc200dc19d624ad02020b9f9258a69429b2250b883e47ce2cf76c6a10b8 SHA512 
5451ad281be5cd1dc45c66d295476f182904d08818c23a08a6245dbb517eeb49b29ff5810f67680073fb4cde2407eee164a2aae2b06397d7ea71b149fb86789e
 WHIRLPOOL 
d7ca6d180eea30583163a2eb60d14498c09fbd1baf78b1e6539e187028a5f943c7f7dd0f3a47a9b95acb59995f8c7bf39eb6a53b69cfb1fa9d39e87010975c7b
 DIST omniauth-1.3.1.tar.gz 23759 SHA256 
a5043cd38442600320cfd92672f9985be3dc556f51fef63989f46bc21d69aa9e SHA512 
4959d568cf8d2b4e874fd2a5a8e842a8be4705a5df525ad691a1a1d31de0d702023327cc8f9bc934539c25bcde06dc65714f830eaeb8f97b323fc297b99c4c0a
 WHIRLPOOL 
5363a764e2526b9ffab9b17c939ccc31d5fb5fec365566b6b1bb90918f5c0bc8a9daee5075719a6c61a57d3610c466553443d7988249bb9ada73e0407a85f1b4
 DIST omniauth-1.3.2.tar.gz 23598 SHA256 
d3780cc9c945ab74362d2aa93250ce84a2c18f940b3a42cde1c6dfbb1f873a13 SHA512 
43b27f370f8ea86105952c61a087534f19328680303e1c5e9ad9877420b4f4086d463dae17722a7a13f55ef28d7cef508c52b25e0279961b1f6dc3e133696f3a
 WHIRLPOOL 
65e8dd2ec1c1ed74f4cc7aa16c9561a6d097a98952ee64dfe6a56e16e2036ad8a2b5f7a677453310465dc56c9d8072cf07bfc6dfe61a56d567a9adc7ecd5ad39

diff --git a/dev-ruby/omniauth/omniauth-1.2.2-r1.ebuild 
b/dev-ruby/omniauth/omniauth-1.2.2-r1.ebuild
deleted file mode 100644
index a630c11..
--- a/dev-ruby/omniauth/omniauth-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
-HOMEPAGE="https://github.com/intridea/omniauth;
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/rack dev-ruby/hashie"
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/rack-test )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' \
-   Rakefile ${PN}.gemspec || die "sed failed"
-   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die "sed failed"
-   # maruku fails, resorting to default markdown implementation
-   sed -i -e '/maruku/d' .yardopts || die "sed failed"
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   if use doc ; then
-   yard || die "yard failed"
-   fi
-}



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

2017-01-17 Thread Hans de Graaff
commit: 5c9b1c665ff23e428934d68c42b04b9f927cd46d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 18 06:50:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 18 07:16:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9b1c66

dev-ruby/hashie: add ruby24

Package-Manager: portage-2.3.0

 dev-ruby/hashie/hashie-2.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hashie/hashie-2.1.2-r1.ebuild 
b/dev-ruby/hashie/hashie-2.1.2-r1.ebuild
index bb1f2c5..29271dd 100644
--- a/dev-ruby/hashie/hashie-2.1.2-r1.ebuild
+++ b/dev-ruby/hashie/hashie-2.1.2-r1.ebuild
@@ -1,10 +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
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2017-01-17 Thread Hans de Graaff
commit: a31b5ace40b4f53b04fceb240172425e5f28f29a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 18 07:05:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 18 07:16:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31b5ace

dev-ruby/rcairo: add 1.15.5

Package-Manager: portage-2.3.0

 dev-ruby/rcairo/Manifest |  1 +
 dev-ruby/rcairo/rcairo-1.15.5.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest
index e5cdd0a..bad22fe 100644
--- a/dev-ruby/rcairo/Manifest
+++ b/dev-ruby/rcairo/Manifest
@@ -2,3 +2,4 @@ DIST cairo-1.14.3.gem 97792 SHA256 
e3a31ef8097c0b16f2ad71561dca37b4564ae3003838a
 DIST cairo-1.15.2.gem 98304 SHA256 
954cb9bf7ac7cc79a5cc805be61ca81378454f20f621939fa6afb4513cab50d9 SHA512 
61ebc30c096de50e4a1d5115c3af45913870aa357a788aa3d440f3945b0292ff410022296879f5a5d03229114261227db1fb15ceaee1cf91c586bb1f00544fc6
 WHIRLPOOL 
6be8cf957f08c3e871bbd73e33a41d117e92e123569756332552e47b6287c68682f91c3b23e85156d84348de17f3f901ffd7bce9cbaf6289558d27ffa522a2c5
 DIST cairo-1.15.3.gem 98816 SHA256 
16cf6fdce8671b90a22079cb5734f5c43f1f7e315a69fe276c7080ff41f64e5a SHA512 
787593d87dd40f4c17fe8e1cf40d12a8a97f67eacf40a298e29c6d17a6ec85092969250930b4aff25e0be9d378dc99c96def7b97b3e6331b268f2474a79c5d66
 WHIRLPOOL 
741c03a3b6b745f30fb0dbce77c61dc2d29a301c972c5a235cfa90eefb413fa16c08ba2a661e25f520430a4c5b50edfe16959e18f2fa3bf8b439b98c3abed612
 DIST cairo-1.15.4.gem 101376 SHA256 
d6a0f70f6e1cac4385b28ed784fe4c4bccc7e9bc563ea7057f56ca737bc4a592 SHA512 
c8e09f35dc3eddb3106a11230c38b58b03a98f0465d7d721b2ad6ccd90149ce010b7d5d873329c6704bde60ca943dbe6d325d662b6fefcac090ec1252f0b374e
 WHIRLPOOL 
94699573c74edb4383916c0ee2b246efdcff99c69a06fe6ad1e1b5a90bfc8a5e4d2e5210f5d3b63e71f9d235f3a390af579bb844971b6da99ee1f1458fd382d3
+DIST cairo-1.15.5.gem 101376 SHA256 
442a290fd9dda3fff1a154a2338464da9a59c1f7bf7cfbac647418e5eb3f5692 SHA512 
5634334173fb99e2617056694fa5b4af8dfda8010a607329848b6e0e6de5c0f299a433b55525062af82ee228878098db0289b9d3e89aaa725a129e96cfa38660
 WHIRLPOOL 
bf0466ce7dabc26ed2c3152807dcd33e21f883984d3eaea9bb9a74f421d22ccc2181ddbb43bb0ea2b990e2606a53b1a1fdd86a478d523b49e633cd6827c08bcc

diff --git a/dev-ruby/rcairo/rcairo-1.15.5.ebuild 
b/dev-ruby/rcairo/rcairo-1.15.5.ebuild
new file mode 100644
index ..66175def
--- /dev/null
+++ b/dev-ruby/rcairo/rcairo-1.15.5.ebuild
@@ -0,0 +1,76 @@
+# 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_NAME="cairo"
+
+# Documentation depends on files that are not distributed.
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby bindings for cairo"
+HOMEPAGE="https://cairographics.org/rcairo/;
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Ruby GPL-2 )"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="${RDEPEND}
+   >=x11-libs/cairo-1.2.0[svg]"
+DEPEND="${DEPEND}
+   >=x11-libs/cairo-1.2.0[svg]"
+
+ruby_add_bdepend "
+   >=dev-ruby/pkg-config-1.1.5
+   dev-ruby/ruby-glib2
+   test? ( >=dev-ruby/test-unit-2.1.0-r1:2 )"
+
+all_ruby_prepare() {
+   # Avoid development dependency.
+   sed -i -e '/notify/ s:^:#:' test/cairo-test-utils.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/cairo extconf.rb || die "extconf failed"
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/cairo
+
+   # again, try to make it more standard, to install it more easily.
+   cp ext/cairo/cairo$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   # don't rely on the Rakefile because it's a mess to load with
+   # their hierarchy, do it manually.
+   ${RUBY} -Ilib -r ./test/cairo-test-utils.rb \
+   -e 'gem "test-unit"; require "test/unit"; 
Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed"
+}
+
+each_ruby_install() {
+   each_fakegem_install
+
+   insinto $(ruby_get_hdrdir)
+   doins ext/cairo/rb_cairo.h
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}/samples
+   doins -r samples/*
+}



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

2017-01-17 Thread Hans de Graaff
commit: 72f76698db53380a8321b7d5b2a89e91797ce141
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 18 06:49:31 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 18 07:16:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f76698

dev-ruby/omniauth: add 1.3.2

Package-Manager: portage-2.3.0

 dev-ruby/omniauth/Manifest  |  1 +
 dev-ruby/omniauth/omniauth-1.3.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/omniauth/Manifest b/dev-ruby/omniauth/Manifest
index 25a8c6c..3a4766b 100644
--- a/dev-ruby/omniauth/Manifest
+++ b/dev-ruby/omniauth/Manifest
@@ -1,2 +1,3 @@
 DIST omniauth-1.2.2.gem 27648 SHA256 
939eabc200dc19d624ad02020b9f9258a69429b2250b883e47ce2cf76c6a10b8 SHA512 
5451ad281be5cd1dc45c66d295476f182904d08818c23a08a6245dbb517eeb49b29ff5810f67680073fb4cde2407eee164a2aae2b06397d7ea71b149fb86789e
 WHIRLPOOL 
d7ca6d180eea30583163a2eb60d14498c09fbd1baf78b1e6539e187028a5f943c7f7dd0f3a47a9b95acb59995f8c7bf39eb6a53b69cfb1fa9d39e87010975c7b
 DIST omniauth-1.3.1.tar.gz 23759 SHA256 
a5043cd38442600320cfd92672f9985be3dc556f51fef63989f46bc21d69aa9e SHA512 
4959d568cf8d2b4e874fd2a5a8e842a8be4705a5df525ad691a1a1d31de0d702023327cc8f9bc934539c25bcde06dc65714f830eaeb8f97b323fc297b99c4c0a
 WHIRLPOOL 
5363a764e2526b9ffab9b17c939ccc31d5fb5fec365566b6b1bb90918f5c0bc8a9daee5075719a6c61a57d3610c466553443d7988249bb9ada73e0407a85f1b4
+DIST omniauth-1.3.2.tar.gz 23598 SHA256 
d3780cc9c945ab74362d2aa93250ce84a2c18f940b3a42cde1c6dfbb1f873a13 SHA512 
43b27f370f8ea86105952c61a087534f19328680303e1c5e9ad9877420b4f4086d463dae17722a7a13f55ef28d7cef508c52b25e0279961b1f6dc3e133696f3a
 WHIRLPOOL 
65e8dd2ec1c1ed74f4cc7aa16c9561a6d097a98952ee64dfe6a56e16e2036ad8a2b5f7a677453310465dc56c9d8072cf07bfc6dfe61a56d567a9adc7ecd5ad39

diff --git a/dev-ruby/omniauth/omniauth-1.3.2.ebuild 
b/dev-ruby/omniauth/omniauth-1.3.2.ebuild
new file mode 100644
index ..dbf5d5b
--- /dev/null
+++ b/dev-ruby/omniauth/omniauth-1.3.2.ebuild
@@ -0,0 +1,47 @@
+# 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_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generalized Rack framework for multiple-provider authentication"
+HOMEPAGE="https://github.com/intridea/omniauth;
+SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0:* =dev-ruby/hashie-1.2:* 

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

2017-01-17 Thread Kent Fredric
commit: a5ab6eeac55e9a6d03a5c51a68d09bbea5e1b216
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 18 07:08:47 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 18 07:09:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ab6eea

dev-python/fedmsg: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/fedmsg/Manifest |  1 -
 dev-python/fedmsg/fedmsg-0.18.0.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/fedmsg/Manifest b/dev-python/fedmsg/Manifest
index 341f148..fcec0f1 100644
--- a/dev-python/fedmsg/Manifest
+++ b/dev-python/fedmsg/Manifest
@@ -1,3 +1,2 @@
-DIST fedmsg-0.18.0.tar.gz 539333 SHA256 
63ae0dd33032adbadbb710f5dc6aa03c6d60807bbce43c79a64e9ce8313cf307 SHA512 
a103ef1aca70ccbf2a8dcbc5832cc09116969e201fd8129ca6ad9cb2c0075fcad700c210773251740e1568346abc1109948fd123f8bde70204bc08d638ead8d5
 WHIRLPOOL 
bf0b3b10c5cf25c7722ce8403039ffa9c6367f0b6e3336f635f53ccd61a0720026472ef193e176427889cf2210299d00db9a93213e702e7ade7d7261595a55e3
 DIST fedmsg-0.18.1.tar.gz 539434 SHA256 
e2456f8f6fc46cfc5a63447d12077fcc0459cc53433e7beb211d708617331795 SHA512 
aca7bb54f520e0c967ff325c246dcc9376c5240d251bbdf23612562205fb8531627f88dd2524af5884f686e6ce11fdf1de3beaf3bf4fae04bb6c4bc612b1d2df
 WHIRLPOOL 
2c369ca33b43dd34333a3e75e0b81f811d792219bd3eebd96d3abdcc35943ea3390ed93dec9073ccc5fa0148d683c7a897a133712f41afe1c329a287e60f842e
 DIST fedmsg-0.18.2.tar.gz 530777 SHA256 
8f0cde1f60d32d412280599edb57b55a5aa217ff75b90867cfa5ed18b26c2703 SHA512 
29091973399cb8df1c26cf19087d9111a0a8fe650e76a3ebb9dbb363950fd1e31aa784a3464fd8aa3d48d4492fdbe54c00123e49180a361849741a07258afee5
 WHIRLPOOL 
90d2dc74e6cd5544932547260806429dfd491adddb67943e2c62632381e9cf91d5b29885f631058aecf4c42056865283145f6d2168d771269e9f83b7b0ae5aa1

diff --git a/dev-python/fedmsg/fedmsg-0.18.0.ebuild 
b/dev-python/fedmsg/fedmsg-0.18.0.ebuild
deleted file mode 100644
index cb5937d..
--- a/dev-python/fedmsg/fedmsg-0.18.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-inherit distutils-r1
-
-DESCRIPTION="Fedora Messaging Client API"
-HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}/${PV}-endpoints.patch"
- "${FILESDIR}/${PV}-no_signatures.patch" )
-RDEPEND="
-   dev-python/pyzmq[${PYTHON_USEDEP}]
-   dev-python/kitchen[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/arrow[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 
'python2*')
-"
-DEPEND="${RDEPEND}"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   insinto /etc/
-   doins -r "${S}/fedmsg.d"
-}



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

2017-01-17 Thread Kent Fredric
commit: bf16a4b4cf672354c7454d9fa0dba7cd5b911ae4
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 18 07:07:33 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 18 07:09:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf16a4b4

dev-python/fedmsg: Bump to version 0.18.2

- Add CHANGELOG to docdir

Upstream:
- Fix misleading signature validation logic in base consumer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/fedmsg/Manifest |  1 +
 dev-python/fedmsg/fedmsg-0.18.2.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/fedmsg/Manifest b/dev-python/fedmsg/Manifest
index a8fd292..341f148 100644
--- a/dev-python/fedmsg/Manifest
+++ b/dev-python/fedmsg/Manifest
@@ -1,2 +1,3 @@
 DIST fedmsg-0.18.0.tar.gz 539333 SHA256 
63ae0dd33032adbadbb710f5dc6aa03c6d60807bbce43c79a64e9ce8313cf307 SHA512 
a103ef1aca70ccbf2a8dcbc5832cc09116969e201fd8129ca6ad9cb2c0075fcad700c210773251740e1568346abc1109948fd123f8bde70204bc08d638ead8d5
 WHIRLPOOL 
bf0b3b10c5cf25c7722ce8403039ffa9c6367f0b6e3336f635f53ccd61a0720026472ef193e176427889cf2210299d00db9a93213e702e7ade7d7261595a55e3
 DIST fedmsg-0.18.1.tar.gz 539434 SHA256 
e2456f8f6fc46cfc5a63447d12077fcc0459cc53433e7beb211d708617331795 SHA512 
aca7bb54f520e0c967ff325c246dcc9376c5240d251bbdf23612562205fb8531627f88dd2524af5884f686e6ce11fdf1de3beaf3bf4fae04bb6c4bc612b1d2df
 WHIRLPOOL 
2c369ca33b43dd34333a3e75e0b81f811d792219bd3eebd96d3abdcc35943ea3390ed93dec9073ccc5fa0148d683c7a897a133712f41afe1c329a287e60f842e
+DIST fedmsg-0.18.2.tar.gz 530777 SHA256 
8f0cde1f60d32d412280599edb57b55a5aa217ff75b90867cfa5ed18b26c2703 SHA512 
29091973399cb8df1c26cf19087d9111a0a8fe650e76a3ebb9dbb363950fd1e31aa784a3464fd8aa3d48d4492fdbe54c00123e49180a361849741a07258afee5
 WHIRLPOOL 
90d2dc74e6cd5544932547260806429dfd491adddb67943e2c62632381e9cf91d5b29885f631058aecf4c42056865283145f6d2168d771269e9f83b7b0ae5aa1

diff --git a/dev-python/fedmsg/fedmsg-0.18.2.ebuild 
b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
new file mode 100644
index ..fdac680
--- /dev/null
+++ b/dev-python/fedmsg/fedmsg-0.18.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="Fedora Messaging Client API"
+HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/0.18.0-endpoints.patch"
+ "${FILESDIR}/0.18.0-no_signatures.patch" )
+RDEPEND="
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/kitchen[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/arrow[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}"
+DOCS=(
+   "README.rst" "CHANGELOG.rst"
+   #TODO: doc/ dir full of rst files
+)
+
+python_install_all() {
+   distutils-r1_python_install_all
+   insinto /etc/
+   doins -r "${S}/fedmsg.d"
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/sparc/, profiles/arch/alpha/, ...

2017-01-17 Thread Matt Turner
commit: 3316bd7059d5f2648270e812f091570afe3631c8
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 06:24:03 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 06:30:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3316bd70

profiles: Drop dead 'd3d' use.mask.

 profiles/arch/alpha/use.mask   | 4 
 profiles/arch/amd64/no-multilib/use.mask   | 4 
 profiles/arch/arm/use.mask | 4 
 profiles/arch/arm64/use.mask   | 4 
 profiles/arch/ia64/use.mask| 4 
 profiles/arch/mips/use.mask| 4 
 profiles/arch/nios2/use.mask   | 4 
 profiles/arch/powerpc/use.mask | 4 
 profiles/arch/sh/use.mask  | 4 
 profiles/arch/sparc/use.mask   | 4 
 profiles/hardened/linux/amd64/no-multilib/use.mask | 4 
 11 files changed, 44 deletions(-)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 791a7c3..cccb7f0 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -202,10 +202,6 @@ topal
 # We don't have sys-devel/llvm
 llvm
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # Matt Turner  (10 Feb 2012)
-# mask d3d since wine is 32-bit
-d3d
-
 # Michał Górny  (26 Jan 2013)
 # Mask the multilib flags back for non-multilib profile.
 abi_x86_32

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index edecd62..71f1ca5 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -222,10 +222,6 @@ video_cards_vmware
 # Robin H. Johnson 
 audit
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # fdk-aac is already keyworded here
 -fdk
 

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index c1e669b..0405c4f 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -209,10 +209,6 @@ video_cards_vmware
 # Robin H. Johnson 
 audit
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # Alexandre Rostovtsev  (31 Dec 2012)
 # media-libs/xine-lib is not keyworded
 xine

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index cbfd1fe..65a431b 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -218,10 +218,6 @@ alsa_cards_sgalaxy
 alsa_cards_sscape
 alsa_cards_wavefront
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # Diego Elio Pettenò  (21 Aug 2012)
 # IPMI is only implemented for x86, amd64 and ia64
 -ipmi

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index b5a2218..3bbbe4c 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -345,10 +345,6 @@ xemacs
 # no native mips/linux code generation, see bug 319649
 ocamlopt
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # Michael Sterrett  (24 Aug 2012)
 # media-sound/fluidsynth isn't keyworded
 fluidsynth

diff --git a/profiles/arch/nios2/use.mask b/profiles/arch/nios2/use.mask
index 709c043..8fffe5a 100644
--- a/profiles/arch/nios2/use.mask
+++ b/profiles/arch/nios2/use.mask
@@ -214,10 +214,6 @@ video_cards_vmware
 # Robin H. Johnson 
 audit
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # Alexandre Rostovtsev  (31 Dec 2012)
 # media-libs/xine-lib is not keyworded
 xine

diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index e722063..606578a 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -208,10 +208,6 @@ mumble
 # ppc keywords were dropped for dev-libs/prelude
 prelude
 
-# Matt Turner  (10 Feb 2012)
-# mask d3d since we don't have wine
-d3d
-
 # Julian Ospald  (25 Apr 2012)
 # Masked because nvidia-texture-tools is not (tested) for PowerPC
 nvtt

diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
index be51a14..2fc114d 100644
--- a/profiles/arch/sh/use.mask
+++ b/profiles/arch/sh/use.mask
@@ -162,10 +162,6 @@ seamonkey
 # Robin H. Johnson 
 audit
 
-# 

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

2017-01-17 Thread Mike Frysinger
commit: 8041e8a7ddcb01ac29b5fe06e11a9cfe7a1f6b21
Author: Kevin Cernekee  chromium  org>
AuthorDate: Wed Jan 18 06:01:35 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 18 06:13:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8041e8a7

net-libs/libnetfilter_cttimeout: add upstream fix for building under clang

Also switch to using subslots w/libmnl.

 ...libnetfilter_cttimeout-1.0.0-clang-export.patch | 266 +
 .../libnetfilter_cttimeout-1.0.0-r1.ebuild |  30 +++
 2 files changed, 296 insertions(+)

diff --git 
a/net-libs/libnetfilter_cttimeout/files/libnetfilter_cttimeout-1.0.0-clang-export.patch
 
b/net-libs/libnetfilter_cttimeout/files/libnetfilter_cttimeout-1.0.0-clang-export.patch
new file mode 100644
index ..ba706d3
--- /dev/null
+++ 
b/net-libs/libnetfilter_cttimeout/files/libnetfilter_cttimeout-1.0.0-clang-export.patch
@@ -0,0 +1,266 @@
+fix from upstream
+
+From d0c4e39d12f903e06db262656cff2e24d267bed7 Mon Sep 17 00:00:00 2001
+From: Kevin Cernekee 
+Date: Wed, 4 Jan 2017 14:30:25 -0800
+Subject: [PATCH] Use __EXPORTED rather than EXPORT_SYMBOL
+
+clang is sensitive to the ordering of
+__attribute__((visibility("default"))) relative to the function
+body.  gcc is not.  So if we try to re-declare an existing function
+with default visibility, clang prints a warning and generates
+a broken .so file in which nfct_timeout_* are not exported to library
+callers.
+
+Move the attribute up into the function definition to make clang happy.
+
+Signed-off-by: Kevin Cernekee 
+Signed-off-by: Pablo Neira Ayuso 
+---
+ doxygen.cfg.in   |  2 +-
+ src/internal.h   |  5 ++---
+ src/libnetfilter_cttimeout.c | 44 +---
+ 3 files changed, 20 insertions(+), 31 deletions(-)
+
+diff --git a/doxygen.cfg.in b/doxygen.cfg.in
+index 8e5d4495eb41..09c3ce00e422 100644
+--- a/doxygen.cfg.in
 b/doxygen.cfg.in
+@@ -72,7 +72,7 @@ RECURSIVE  = YES
+ EXCLUDE= 
+ EXCLUDE_SYMLINKS   = NO
+ EXCLUDE_PATTERNS   = */.git/* .*.d
+-EXCLUDE_SYMBOLS= EXPORT_SYMBOL nfct_timeout _container_policy_cb
++EXCLUDE_SYMBOLS= nfct_timeout _container_policy_cb
+ EXAMPLE_PATH   = 
+ EXAMPLE_PATTERNS   = 
+ EXAMPLE_RECURSIVE  = NO
+diff --git a/src/internal.h b/src/internal.h
+index 3a88d1a1f7d8..5d781718ddad 100644
+--- a/src/internal.h
 b/src/internal.h
+@@ -3,10 +3,9 @@
+ 
+ #include "config.h"
+ #ifdef HAVE_VISIBILITY_HIDDEN
+-# define __visible__attribute__((visibility("default")))
+-# define EXPORT_SYMBOL(x) typeof(x) (x) __visible
++# define __EXPORTED   __attribute__((visibility("default")))
+ #else
+-# define EXPORT_SYMBOL
++# define __EXPORTED
+ #endif
+ 
+ #endif
+diff --git a/src/libnetfilter_cttimeout.c b/src/libnetfilter_cttimeout.c
+index 7844a1f9c19a..a0a71851b0eb 100644
+--- a/src/libnetfilter_cttimeout.c
 b/src/libnetfilter_cttimeout.c
+@@ -187,7 +187,7 @@ struct nfct_timeout {
+  * In case of success, this function returns a valid pointer, otherwise NULL
+  * s returned and errno is appropriately set.
+  */
+-struct nfct_timeout *nfct_timeout_alloc(void)
++struct nfct_timeout __EXPORTED *nfct_timeout_alloc(void)
+ {
+   struct nfct_timeout *t;
+ 
+@@ -197,19 +197,17 @@ struct nfct_timeout *nfct_timeout_alloc(void)
+ 
+   return t;
+ }
+-EXPORT_SYMBOL(nfct_timeout_alloc);
+ 
+ /**
+  * nfct_timeout_free - release one conntrack timeout object
+  * \param t pointer to the conntrack timeout object
+  */
+-void nfct_timeout_free(struct nfct_timeout *t)
++void __EXPORTED nfct_timeout_free(struct nfct_timeout *t)
+ {
+   if (t->timeout)
+   free(t->timeout);
+   free(t);
+ }
+-EXPORT_SYMBOL(nfct_timeout_free);
+ 
+ /**
+  * nfct_timeout_attr_set - set one attribute of the conntrack timeout object
+@@ -217,7 +215,7 @@ EXPORT_SYMBOL(nfct_timeout_free);
+  * \param type attribute type you want to set
+  * \param data pointer to data that will be used to set this attribute
+  */
+-int
++int __EXPORTED
+ nfct_timeout_attr_set(struct nfct_timeout *t, uint32_t type, const void *data)
+ {
+   switch(type) {
+@@ -236,7 +234,6 @@ nfct_timeout_attr_set(struct nfct_timeout *t, uint32_t 
type, const void *data)
+   t->attrset |= (1 << type);
+   return 0;
+ }
+-EXPORT_SYMBOL(nfct_timeout_attr_set);
+ 
+ /**
+  * nfct_timeout_attr_set_u8 - set one attribute of the conntrack timeout 
object
+@@ -244,12 +241,11 @@ EXPORT_SYMBOL(nfct_timeout_attr_set);
+  * \param type attribute type you want to set
+  * \param data pointer to data that will be used to set this attribute
+  */
+-int
++int __EXPORTED
+ nfct_timeout_attr_set_u8(struct nfct_timeout *t, uint32_t type, uint8_t data)
+ {
+   return nfct_timeout_attr_set(t, type, );
+ }
+-EXPORT_SYMBOL(nfct_timeout_attr_set_u8);
+ 
+ /**
+ 

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

2017-01-17 Thread Mike Frysinger
commit: 30e1bfc4e3a887c19cd0abe4e07fe271721ff8a2
Author: Kevin Cernekee  chromium  org>
AuthorDate: Wed Jan 18 06:01:48 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 18 06:13:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e1bfc4

net-libs/libnetfilter_cthelper: add upstream fix for building under clang

Also switch to using subslots w/libmnl.

 .../libnetfilter_cthelper-1.0.0-clang-export.patch | 387 +
 .../libnetfilter_cthelper-1.0.0-r1.ebuild  |  30 ++
 2 files changed, 417 insertions(+)

diff --git 
a/net-libs/libnetfilter_cthelper/files/libnetfilter_cthelper-1.0.0-clang-export.patch
 
b/net-libs/libnetfilter_cthelper/files/libnetfilter_cthelper-1.0.0-clang-export.patch
new file mode 100644
index ..4958bcd
--- /dev/null
+++ 
b/net-libs/libnetfilter_cthelper/files/libnetfilter_cthelper-1.0.0-clang-export.patch
@@ -0,0 +1,387 @@
+fix from upstream
+
+From f58c5b09fb59baf07c942d373fc4d522b27e73c6 Mon Sep 17 00:00:00 2001
+From: Kevin Cernekee 
+Date: Wed, 4 Jan 2017 14:30:26 -0800
+Subject: [PATCH] Use __EXPORTED rather than EXPORT_SYMBOL
+
+clang is sensitive to the ordering of
+__attribute__((visibility("default"))) relative to the function
+body.  gcc is not.  So if we try to re-declare an existing function
+with default visibility, clang prints a warning and generates
+a broken .so file in which nfct_helper_* are not exported to library
+callers.
+
+Move the attribute up into the function definition to make clang happy.
+
+Signed-off-by: Kevin Cernekee 
+Signed-off-by: Pablo Neira Ayuso 
+---
+ doxygen.cfg.in  |  2 +-
+ src/internal.h  |  5 ++-
+ src/libnetfilter_cthelper.c | 83 ++---
+ 3 files changed, 36 insertions(+), 54 deletions(-)
+
+diff --git a/doxygen.cfg.in b/doxygen.cfg.in
+index cac9b0510b4d..190b7cd6e716 100644
+--- a/doxygen.cfg.in
 b/doxygen.cfg.in
+@@ -72,7 +72,7 @@ RECURSIVE  = YES
+ EXCLUDE= 
+ EXCLUDE_SYMLINKS   = NO
+ EXCLUDE_PATTERNS   = */.git/* .*.d
+-EXCLUDE_SYMBOLS= EXPORT_SYMBOL
++EXCLUDE_SYMBOLS= 
+ EXAMPLE_PATH   = 
+ EXAMPLE_PATTERNS   = 
+ EXAMPLE_RECURSIVE  = NO
+diff --git a/src/internal.h b/src/internal.h
+index 3a88d1a1f7d8..5d781718ddad 100644
+--- a/src/internal.h
 b/src/internal.h
+@@ -3,10 +3,9 @@
+ 
+ #include "config.h"
+ #ifdef HAVE_VISIBILITY_HIDDEN
+-# define __visible__attribute__((visibility("default")))
+-# define EXPORT_SYMBOL(x) typeof(x) (x) __visible
++# define __EXPORTED   __attribute__((visibility("default")))
+ #else
+-# define EXPORT_SYMBOL
++# define __EXPORTED
+ #endif
+ 
+ #endif
+diff --git a/src/libnetfilter_cthelper.c b/src/libnetfilter_cthelper.c
+index f8f58e6c9c5e..af543a17fafa 100644
+--- a/src/libnetfilter_cthelper.c
 b/src/libnetfilter_cthelper.c
+@@ -99,17 +99,16 @@ struct nfct_helper {
+  * In case of success, this function returns a valid pointer, otherwise NULL
+  * s returned and errno is appropriately set.
+  */
+-struct nfct_helper *nfct_helper_alloc(void)
++struct nfct_helper __EXPORTED *nfct_helper_alloc(void)
+ {
+   return calloc(1, sizeof(struct nfct_helper));
+ }
+-EXPORT_SYMBOL(nfct_helper_alloc);
+ 
+ /**
+  * nfct_helper_free - release one helper object
+  * \param nfct_helper pointer to the helper object
+  */
+-void nfct_helper_free(struct nfct_helper *h)
++void __EXPORTED nfct_helper_free(struct nfct_helper *h)
+ {
+   int i;
+ 
+@@ -119,7 +118,6 @@ void nfct_helper_free(struct nfct_helper *h)
+   }
+   free(h);
+ }
+-EXPORT_SYMBOL(nfct_helper_free);
+ 
+ /**
+  * nfct_helper_policy_alloc - allocate a new helper policy object
+@@ -127,21 +125,19 @@ EXPORT_SYMBOL(nfct_helper_free);
+  * In case of success, this function returns a valid pointer, otherwise NULL
+  * s returned and errno is appropriately set.
+  */
+-struct nfct_helper_policy *nfct_helper_policy_alloc(void)
++struct nfct_helper_policy __EXPORTED *nfct_helper_policy_alloc(void)
+ {
+   return calloc(1, sizeof(struct nfct_helper_policy));
+ }
+-EXPORT_SYMBOL(nfct_helper_policy_alloc);
+ 
+ /**
+  * nfct_helper_free - release one helper policy object
+  * \param nfct_helper pointer to the helper object
+  */
+-void nfct_helper_policy_free(struct nfct_helper_policy *p)
++void __EXPORTED nfct_helper_policy_free(struct nfct_helper_policy *p)
+ {
+   free(p);
+ }
+-EXPORT_SYMBOL(nfct_helper_policy_free);
+ 
+ /**
+  * nfct_helper_policy_attr_set - set one attribute of the helper object
+@@ -149,7 +145,7 @@ EXPORT_SYMBOL(nfct_helper_policy_free);
+  * \param type attribute type you want to set
+  * \param data pointer to data that will be used to set this attribute
+  */
+-void
++void __EXPORTED
+ nfct_helper_policy_attr_set(struct nfct_helper_policy *p,
+   enum 

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

2017-01-17 Thread Matt Thode
commit: 0ef3a2a66073bafbe0e25f3a122b8c0f23531820
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jan 18 06:06:51 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jan 18 06:06:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef3a2a6

app-admin/puppet-agent: 1.7.2 bup

Package-Manager: portage-2.3.0

 app-admin/puppet-agent/Manifest   | 4 ++--
 .../{puppet-agent-1.7.1.ebuild => puppet-agent-1.7.2.ebuild}  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 73c3a9b..0037750 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,4 +1,4 @@
-DIST puppet-agent_1.7.1-1xenial_amd64.deb 13901688 SHA256 
f9f0cedcb29f054064bc2b94e59c0a380ff01467c1c622e2b38f0957c7bea758 SHA512 
018f99aab356cd597ecb1e94c22fd55f9e19e7ea0ced4b36c829ec9b45b7ba1c5188a3097cb0e837634a39eceb810b11e377b5c80decf94dd11b43b687f100ff
 WHIRLPOOL 
bc7ccbaf37e619fd89c0c6c4cb57db13a10cef5c030e48b25bb5d6e041a7a916af6d1d01f7fd4f7b8d047065e555aaebd1c3c81c6a91d17ca1bdda91e1dc48a5
-DIST puppet-agent_1.7.1-1xenial_i386.deb 15252694 SHA256 
0e2c94907bcd0174e5518a72eb91b4e66639ffa2829292044782658b7762fd19 SHA512 
b1f85586848cff2b6790c93a320a7c8ee226d78dca14ddcf947e9d01c1b105b379cb0e044280640e95873e7abd31c3873d6e90117c249c314ae948bca36bad17
 WHIRLPOOL 
b2460598fd12fdd565e6cc131a8e14d4eb411b233ce5125e436d09432fa5f9fca9d9065c515b53d0a26811a18d120cc0bcae0e9c848ed19820d89903d27340c3
+DIST puppet-agent_1.7.2-1xenial_amd64.deb 13870204 SHA256 
1d95b0d658b93acf09dc712b983b0def38bfa22d8f6da381fcb56caae787a67e SHA512 
5369e675e3c18d8f9eef654b1567fe4564cbea33628d9b18148e6d1ba37cd60fd2b7ef450d127123cccb57d699e8c166a297d68411b6a81d88d573eb246a5afe
 WHIRLPOOL 
0a0831f9384df9671abf8405f10a4ca3f217c0e9167e8e3ce793d8297ce057aa6f9da522d065072e4b9239475fec5dd8a5042a5323c05139dca6f3d66db4facd
+DIST puppet-agent_1.7.2-1xenial_i386.deb 15247880 SHA256 
967e68ac690f8b15af7a9683bc8c3045acb4cf35f4950b3d2fdfdd8e4b3795e1 SHA512 
01c0de5bd14d755222c85192cff48e8606b7e08ce75879824b885962e167ba6dcea29ecb3347e4985efe1a16fef36c1c2b7592acfe15396efbed5f643f81cbd6
 WHIRLPOOL 
0972b735237c963f203072d8fa2b6b08120dc1e333aabf73c78063bca4816d56d7d0f6d7fc48931c03bec9058d01eaef508ae4cce71bbd7367d6fca1bbd913c1
 DIST puppet-agent_1.8.2-1xenial_amd64.deb 15179348 SHA256 
5195af288ca014bcf65705c3fb83a1da8caf02eb1f431396380951480fb7e2dc SHA512 
6093012994faaa3e7248c3e705e2dcb9269c85cfd4405c7ac66ab0adf3a547bc37ad3f5d44530514ed30a4edb01c01522eae1bced8d7ebade9ceb737ee600449
 WHIRLPOOL 
9905c00b16b12b75b331faf60c5ba3ad948a04db1ad4ef9b11aa413442fd464b836cc295cb4e0d85c34ebb3f97f470141cf207491fbeedb7964409ab75420f44
 DIST puppet-agent_1.8.2-1xenial_i386.deb 16609778 SHA256 
48d4588ae8c87a3a3e41c5c4e6159cba7bf6484578ce0761b4abd76854f7bdad SHA512 
b96e239906e75773a22c37a28c3c794b7293cab1a970ba5067064b120e12e0a6f0b620f06dfb3cc5b83e9140467fa552aa05ea46a33f3fb8b489ac7790cb7734
 WHIRLPOOL 
6daf05a7ae5e50ecb922ffa260101cc62e64267fd40ca6dd8d684ab1b3760eb45a4f797f9644b7fb351f70a86e88d5c88cd1cc5dd4d68341912846466ba72257

diff --git a/app-admin/puppet-agent/puppet-agent-1.7.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.7.2.ebuild
similarity index 97%
rename from app-admin/puppet-agent/puppet-agent-1.7.1.ebuild
rename to app-admin/puppet-agent/puppet-agent-1.7.2.ebuild
index 271798b..0ee2a75 100644
--- a/app-admin/puppet-agent/puppet-agent-1.7.1.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-1.7.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$
 
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



[gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/, net-fs/samba/, app-crypt/mit-krb5/

2017-01-17 Thread Mike Frysinger
commit: 3314d25c257f94d1aa4a386e66344816b4cd9949
Author: Lutz Justen  chromium  org>
AuthorDate: Wed Jan 18 05:51:55 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan 18 05:52:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3314d25c

metadata.xml: add more  entries

 app-crypt/mit-krb5/metadata.xml | 3 +++
 net-fs/samba/metadata.xml   | 3 +++
 net-nds/openldap/metadata.xml   | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/app-crypt/mit-krb5/metadata.xml b/app-crypt/mit-krb5/metadata.xml
index f28c118..2533387 100644
--- a/app-crypt/mit-krb5/metadata.xml
+++ b/app-crypt/mit-krb5/metadata.xml
@@ -16,4 +16,7 @@
   Enable pkinit support for the initial ticket.
   Enable support for ldap as a database backend.
 
+
+  cpe:/a:mit:kerberos
+
 

diff --git a/net-fs/samba/metadata.xml b/net-fs/samba/metadata.xml
index 93d2541..7ac72a5 100644
--- a/net-fs/samba/metadata.xml
+++ b/net-fs/samba/metadata.xml
@@ -22,4 +22,7 @@
app-crypt/heimdal.
Enables support for the winbind auth 
daemon

+   
+   cpe:/a:samba:samba
+   
 

diff --git a/net-nds/openldap/metadata.xml b/net-nds/openldap/metadata.xml
index ee8cb11..b53a10a 100644
--- a/net-nds/openldap/metadata.xml
+++ b/net-nds/openldap/metadata.xml
@@ -13,4 +13,7 @@
lanman passwords
Build libraries  userspace tools 
only. Does not install any server code.

+   
+   cpe:/a:openldap:openldap
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/

2017-01-17 Thread Aaron Bauman
commit: 1051cce32c1d832c550ee6db92d6df75a6eb834f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jan 18 04:24:33 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan 18 04:24:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1051cce3

Revert "dev-util/lxqt-build-tools: new package."

This reverts commit 961157ef75c206f7e38bcddf1422fc9f76e4eb86.

 dev-util/lxqt-build-tools/Manifest |  1 -
 .../lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-util/lxqt-build-tools/Manifest 
b/dev-util/lxqt-build-tools/Manifest
deleted file mode 100644
index c0a62e8..
--- a/dev-util/lxqt-build-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-build-tools-0.2.0.tar.xz 15552 SHA256 
4b2b6788260e167358f3bb295cc2faa820cb52670d3213a6317419db893037d2 SHA512 
40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de
 WHIRLPOOL 
9725e8181a7f6e6e05c172336b5b489caf9573e7d6beb472ffd9a6ae8769f961b285f43d3ef05103e0374c50abf55afc81d028e487668d1b0cbe8fcc2787a878

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
deleted file mode 100644
index 0e20e21..
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="LXQt Build tools"
-HOMEPAGE="http://lxqt.org/;
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
-else
-   SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="dev-qt/qtcore:5"
-
-src_configure() {
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/nios2/, profiles/arch/arm64/, ...

2017-01-17 Thread Matt Turner
commit: a115ba0333ccc0b897efa740714520e7d94bfcc8
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 04:19:24 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 04:19:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a115ba03

profiles: Remove dead masks related to dead mesa versions.

 profiles/arch/arm/package.use.mask| 4 
 profiles/arch/arm64/package.use.mask  | 4 
 profiles/arch/nios2/package.use.mask  | 4 
 profiles/hardened/linux/amd64/package.use | 1 -
 4 files changed, 13 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 3e98e69..e9e7e33 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -284,10 +284,6 @@ app-office/gnumeric libgda
 # Missing keywords, bug #492820
 net-im/telepathy-connection-managers sipe
 
-# Chí-Thanh Christopher Nguyễn  (10 Nov 2013)
-#  (31 Oct 2013)
 # Missing keywords, bug #478254
 gnome-base/gnome classic extras

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index fa0aac0..1345a17 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -37,10 +37,6 @@ app-office/gnumeric libgda
 # Missing keywords, bug #492820
 net-im/telepathy-connection-managers sipe
 
-# Chí-Thanh Christopher Nguyễn  (10 Nov 2013)
-#  (31 Oct 2013)
 # Missing keywords, bug #478254
 gnome-base/gnome classic

diff --git a/profiles/arch/nios2/package.use.mask 
b/profiles/arch/nios2/package.use.mask
index 47499a1..085acbe 100644
--- a/profiles/arch/nios2/package.use.mask
+++ b/profiles/arch/nios2/package.use.mask
@@ -25,10 +25,6 @@ app-office/gnumeric libgda
 # Missing keywords, bug #492820
 net-im/telepathy-connection-managers sipe
 
-# Chí-Thanh Christopher Nguyễn  (10 Nov 2013)
-#  (31 Oct 2013)
 # Missing keywords, bug #478254
 gnome-base/gnome classic

diff --git a/profiles/hardened/linux/amd64/package.use 
b/profiles/hardened/linux/amd64/package.use
index 513bf36..2a42e38 100644
--- a/profiles/hardened/linux/amd64/package.use
+++ b/profiles/hardened/linux/amd64/package.use
@@ -8,7 +8,6 @@
 media-libs/x264 pic
 media-video/ffmpeg pic
 media-video/libav pic
-=media-libs/mesa-9.2.5-r1 pic
 >=media-libs/mesa-10.1.6 pic
 media-libs/libpostproc pic
 >=media-libs/xvid-1.3.3 pic



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

2017-01-17 Thread Matt Turner
commit: a8656b86c5ba0111ed7187af0185db9b8003dcab
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 04:04:04 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 04:05:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8656b86

x11-drivers/xf86-input-evdev: Version bump to 2.10.5.

 x11-drivers/xf86-input-evdev/Manifest  |  1 +
 .../xf86-input-evdev-2.10.5.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/x11-drivers/xf86-input-evdev/Manifest 
b/x11-drivers/xf86-input-evdev/Manifest
index c3b225c..9e36538 100644
--- a/x11-drivers/xf86-input-evdev/Manifest
+++ b/x11-drivers/xf86-input-evdev/Manifest
@@ -1,4 +1,5 @@
 DIST xf86-input-evdev-2.10.3.tar.bz2 404476 SHA256 
5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2 SHA512 
8c360a0298074cd86c1f513fe95035cb2729ae3604ebabb8848956614e3b70e9295bcff3fa609178f9e7aa46ff8449494a03f711426f43c9962f4839b7796a86
 WHIRLPOOL 
7431693915be2c74c71285fa863b1bd918f210dfb28706afddfdffa5f8c63292c41e91c39d0f1a5c0c486ee587336673e250fc0b01c6e0a29effeb9d9d69329a
 DIST xf86-input-evdev-2.10.4.tar.bz2 404465 SHA256 
bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2 SHA512 
36f5cb1db79d855c2237eadbf4a0758f1a53de695e7f10de828b0bd5e26b0612bea6f5db1266b8db79350b63a7ac74befe9f23a916cb48ffb614ed9d4a64a87b
 WHIRLPOOL 
daa340f0f4d27ec4a642f5c0b96ce1d6cc227d3181808297f0f9ca496b7ae4e5ddb77d70bbee40187ada0e68809c01594a435d6071b17b39e2a4913f829d6e7a
+DIST xf86-input-evdev-2.10.5.tar.bz2 405956 SHA256 
9edaa6205baf6d2922cc4db3d8e54a7e7773b5f733b0ae90f6be7725f983b70d SHA512 
4362c1d12e91f25789722b1cc1b624530fd67f0d061d4c4e204af9f5024df0c9e20b73c87be15051f581a2a178f07f380215b172aba4c67db8805b4eeb82819a
 WHIRLPOOL 
0c508d4e491af2219545bc08fbbe61f7384817f8aabd2d09a762f2caa7cf12be2a326dc68ebc9bdf4d6d0e3551034b5f5e59b4fb650bdf2d6394c228b2257679
 DIST xf86-input-evdev-2.9.1.tar.bz2 386505 SHA256 
0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9 SHA512 
0cd65a4dfc6f6c1a50814ff820019b6b2a26dd017e17e11785e37b1705c1d6adccf017781f92a5abbb2204f812a13351cc44d542ee721c9f8c0cec91b6f15975
 WHIRLPOOL 
9ea9e1bfb1d1d6da87ae2b742bcd3b68a0dc608f4e98297c768dbc3783bb92582f0f93fa3cc772563beab9271620f7a0cc117716b8876803b92069c8b1e01faa
 DIST xf86-input-evdev-2.9.2.tar.bz2 387095 SHA256 
792329b531afc6928ccda94e4b51a5520d4ddf8ef9a00890a5d0d31898acefec SHA512 
258c4c391fdd5a3c5a5bef86f55f27d47fd7527f37edd601ee76c0acc2e1830e8899cc8d7a59d646b49f3f23d93971bcc70a76185a7580942935cbf3a0d888f7
 WHIRLPOOL 
550e7c292960c1d04c0e650eee9825dd81ec26f4bbb3817417925857063930bad98f7bd27769f04fee736f4e7f0e7df40696bf8e0287c7355d477a7b3cc23745

diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild 
b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
new file mode 100644
index ..e058d39
--- /dev/null
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit linux-info xorg-2
+
+DESCRIPTION="Generic Linux input driver"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.18[udev]
+   dev-libs/libevdev
+   sys-libs/mtdev"
+DEPEND="${RDEPEND}
+   >=x11-proto/inputproto-2.1.99.3
+   >=sys-kernel/linux-headers-2.6"
+
+pkg_pretend() {
+   if use kernel_linux ; then
+   CONFIG_CHECK="~INPUT_EVDEV"
+   fi
+   check_extra_config
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/nfft/

2017-01-17 Thread Christoph Junghans
commit: 27391030a177df42543e32afd77abbbabbd0073d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 18 04:04:21 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 18 04:04:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27391030

sci-libs/nfft: version bump

Package-Manager: portage-2.3.0

 sci-libs/nfft/Manifest  |  2 +-
 sci-libs/nfft/metadata.xml  |  5 -
 sci-libs/nfft/nfft-3.2.3.ebuild | 32 --
 sci-libs/nfft/nfft-3.3.2.ebuild | 50 +
 4 files changed, 55 insertions(+), 34 deletions(-)

diff --git a/sci-libs/nfft/Manifest b/sci-libs/nfft/Manifest
index 51833b3..8f1d341 100644
--- a/sci-libs/nfft/Manifest
+++ b/sci-libs/nfft/Manifest
@@ -1 +1 @@
-DIST nfft-3.2.3.tar.gz 3977407 SHA256 
5c920f4be63230083756f36ad78bbdd083c4c2298ec361741dc74243c4d67818 SHA512 
d7b3345e0917e8dad9931adc5974f3412a82feda2d43925fe83fa4027f36cf037d4e185da85c53c87dc2e56a72f28c52b6b6a7ac56275d96888238a95610949e
 WHIRLPOOL 
83e3445ed58a3b711762664f1776672239b51e085a4b52b90c47b2643445963697243ca6e36250f3a15576b36fb4dccb2772e867190393f0e7e9dc09873cc0dd
+DIST nfft-3.3.2.tar.gz 2821259 SHA256 
9dcebd905a82c4f0a339d0d5e666b68c507169d9173b66d5ac588aae5d50b57c SHA512 
66bcd2439c9ba27063aa1db01c526a580c5c67938e2db332068ce20035ede1d8766e8f134a0e5dac5263aca14121573ca4f5a906b452c43f218636f5f6161c02
 WHIRLPOOL 
9e15d7517d504a37b15b221a850e0b6574aeefc9af70d2a265bd0f2aa37f8a498462697c5ab73c47a4487f58978cf0cdd74d58e3073dc2b54361f0a216aba8c5

diff --git a/sci-libs/nfft/metadata.xml b/sci-libs/nfft/metadata.xml
index bcb9182..b759151 100644
--- a/sci-libs/nfft/metadata.xml
+++ b/sci-libs/nfft/metadata.xml
@@ -5,8 +5,11 @@
jungh...@gentoo.org
Christoph Junghans

-
+   
s...@gentoo.org
Gentoo Science Project

+   
+   NFFT/nfft
+   
 

diff --git a/sci-libs/nfft/nfft-3.2.3.ebuild b/sci-libs/nfft/nfft-3.2.3.ebuild
deleted file mode 100644
index e6f5802..
--- a/sci-libs/nfft/nfft-3.2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools-utils toolchain-funcs
-
-DESCRIPTION="library for nonequispaced discrete Fourier transformations"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft;
-SRC_URI="http://www-user.tu-chemnitz.de/~potts/nfft/download/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="openmp static-libs"
-
-RDEPEND="sci-libs/fftw:3.0[threads,openmp?]"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   use openmp && ! tc-has-openmp && \
-   die "Please switch to an openmp compatible compiler"
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-all
-   $(use_enable openmp)
-   )
-   autotools-utils_src_configure
-}

diff --git a/sci-libs/nfft/nfft-3.3.2.ebuild b/sci-libs/nfft/nfft-3.3.2.ebuild
new file mode 100644
index ..46c2217
--- /dev/null
+++ b/sci-libs/nfft/nfft-3.3.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="library for nonequispaced discrete Fourier transformations"
+HOMEPAGE="http://www-user.tu-chemnitz.de/~potts/nfft;
+SRC_URI="https://github.com/NFFT/nfft/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="doc openmp static-libs"
+
+RDEPEND="sci-libs/fftw:3.0[threads,openmp?]"
+DEPEND="${RDEPEND}"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
+   if ! tc-has-openmp; then
+   ewarn "OpenMP is not available in your current selected 
compiler"
+
+   if tc-is-clang; then
+   ewarn "OpenMP support in sys-devel/clang is 
provided by sys-libs/libomp,"
+   ewarn "which you will need to build 
${CATEGORY}/${PN} with USE=\"openmp\""
+   fi
+
+   die "need openmp capable compiler"
+   fi
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-all \
+   --enable-shared \
+   $(use_enable openmp) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   use doc || rm -r "${ED}/usr/share/doc/${P}/html" || die
+
+   # infft uses pkg-config to record its private dependencies
+   find "${ED}" -name '*.la' -delete || die
+}



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

2017-01-17 Thread Aaron Bauman
commit: 13bf7cb0ff00807c17eeefce4c12fbad5ad4f0b1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jan 18 03:14:21 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan 18 03:15:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bf7cb0

media-libs/t1lib: security cleanup wrt bug #358667

Package-Manager: portage-2.3.0

 media-libs/t1lib/t1lib-5.1.2.ebuild | 73 -
 1 file changed, 73 deletions(-)

diff --git a/media-libs/t1lib/t1lib-5.1.2.ebuild 
b/media-libs/t1lib/t1lib-5.1.2.ebuild
deleted file mode 100644
index 8e0b0f6..
--- a/media-libs/t1lib/t1lib-5.1.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils flag-o-matic libtool toolchain-funcs
-
-DESCRIPTION="A Type 1 Font Rasterizer Library for UNIX/X11"
-HOMEPAGE="ftp://metalab.unc.edu/pub/Linux/libs/graphics/;
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/${P}.tar.gz;
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="5"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="X doc static-libs"
-
-RDEPEND="X? (
-   x11-libs/libXaw
-   x11-libs/libX11
-   x11-libs/libXt
-   )"
-DEPEND="${RDEPEND}
-   doc? ( virtual/latex-base )
-   X? (
-   x11-libs/libXfont
-   x11-proto/xproto
-   x11-proto/fontsproto
-   )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-5.1.1-parallel.patch
-   epatch "${FILESDIR}"/${PN}-do-not-install-t1lib_doc.patch
-
-   sed -i -e "s:dvips:#dvips:" "${S}"/doc/Makefile.in
-   sed -i -e "s:\./\(t1lib\.config\):/etc/t1lib/\1:" "${S}"/xglyph/xglyph.c
-   # Needed for sane .so versionning on fbsd. Please don't drop.
-   elibtoolize
-}
-
-src_configure() {
-   econf \
-   --datadir="${EPREFIX}/etc" \
-   $(use_enable static-libs static) \
-   $(use_with X x)
-}
-
-src_compile() {
-   local myopt=""
-   tc-export CC
-
-   use alpha && append-flags -mieee
-
-   if ! use doc; then
-   myopt="without_doc"
-   else
-   VARTEXFONTS=${T}/fonts
-   fi
-
-   emake ${myopt} || die "emake failed."
-}
-
-src_install() {
-   default
-   use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
-
-   dodoc Changes README*
-   if use doc; then
-   cd doc
-   insinto /usr/share/doc/${PF}
-   doins *.pdf *.dvi
-   fi
-}



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

2017-01-17 Thread Matt Turner
commit: 07f12629f4be3de438274439df2b2004d7f9024a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 03:11:32 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 03:11:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f12629

media-libs/vulkan-loader: Version bump to 1.0.33.0.

Package-Manager: portage-2.3.0

 media-libs/vulkan-loader/Manifest  |  1 +
 .../vulkan-loader/vulkan-loader-1.0.33.0.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/media-libs/vulkan-loader/Manifest 
b/media-libs/vulkan-loader/Manifest
index af2a0b8..2daae4a 100644
--- a/media-libs/vulkan-loader/Manifest
+++ b/media-libs/vulkan-loader/Manifest
@@ -1 +1,2 @@
 DIST vulkan-loader-1.0.30.0.tar.gz 2525490 SHA256 
c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc SHA512 
0dd35aa1203b5420c7edd5bc56d8fca13472674dfe126702e09c2776f2bf68c18b762e551d9d5fd2def1200c7c757c9e590dd8e08adbcb064401d327b9a42960
 WHIRLPOOL 
634595ca53faac69f3eb5cb25cec4e044577fb3ac69b131e8cfd411c576e15ded0a4e1f4a683c23a12fd4e1ab7c73d490ffa0cefa6653eedb8e5a993fc74d9f1
+DIST vulkan-loader-1.0.33.0.tar.gz 2570738 SHA256 
b8aba6c614e4e95024384f7b239c39683fd36e1dc37f65f86793b8e2738d4445 SHA512 
96ad3d3c82a4d0cbbc3c039ee8eb551ed939e56f8ed9470b37fd9429339cdbaa100f976d56dc3ab017c92c80283b24309a0b483f5435fb5394816a490cd7c8e8
 WHIRLPOOL 
11051fcd4fc092ecde0ad0dafeb7d38583e368ffc880253e658a34ace3ead890e0af4f859af31519fd396767a075ec7467f315eda3376074b0c4e5d5f757e0ba

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild
new file mode 100644
index ..270fcd4
--- /dev/null
+++ b/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+
+if [[ "${PV}" == "" ]]; then
+   
EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/Vulkan-LoaderAndValidationLayers-sdk-${PV}"
+fi
+
+inherit python-any-r1 cmake-multilib
+
+DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader"
+HOMEPAGE="https://www.khronos.org/vulkan/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND=""
+
+DOCS=( README.md LICENSE.txt )
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_SKIP_RPATH=True
+   -DBUILD_TESTS=False
+   -DBUILD_LAYERS=False
+   -DBUILD_DEMOS=False
+   -DBUILD_VKJSON=False
+   -DBUILD_LOADER=True
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_install() {
+   keepdir /etc/vulkan/icd.d
+
+   cd "${BUILD_DIR}/loader"
+   dolib libvulkan.so.1.*
+   dosym libvulkan.so.1.* /usr/$(get_libdir)/libvulkan.so.1
+   dosym libvulkan.so.1.* /usr/$(get_libdir)/libvulkan.so
+
+   cd "${S}"
+   insinto /usr/include/vulkan
+   doins include/vulkan/*.h
+   einstalldocs
+}



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

2017-01-17 Thread Matt Turner
commit: 4517c45188b6534de866f077b5385889bdd3697f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 03:12:09 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 03:12:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4517c451

media-libs/vulkan-loader: Drop old.

 media-libs/vulkan-loader/Manifest  |  1 -
 .../vulkan-loader/vulkan-loader-1.0.30.0.ebuild| 55 --
 2 files changed, 56 deletions(-)

diff --git a/media-libs/vulkan-loader/Manifest 
b/media-libs/vulkan-loader/Manifest
index 2daae4a..08195b2 100644
--- a/media-libs/vulkan-loader/Manifest
+++ b/media-libs/vulkan-loader/Manifest
@@ -1,2 +1 @@
-DIST vulkan-loader-1.0.30.0.tar.gz 2525490 SHA256 
c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc SHA512 
0dd35aa1203b5420c7edd5bc56d8fca13472674dfe126702e09c2776f2bf68c18b762e551d9d5fd2def1200c7c757c9e590dd8e08adbcb064401d327b9a42960
 WHIRLPOOL 
634595ca53faac69f3eb5cb25cec4e044577fb3ac69b131e8cfd411c576e15ded0a4e1f4a683c23a12fd4e1ab7c73d490ffa0cefa6653eedb8e5a993fc74d9f1
 DIST vulkan-loader-1.0.33.0.tar.gz 2570738 SHA256 
b8aba6c614e4e95024384f7b239c39683fd36e1dc37f65f86793b8e2738d4445 SHA512 
96ad3d3c82a4d0cbbc3c039ee8eb551ed939e56f8ed9470b37fd9429339cdbaa100f976d56dc3ab017c92c80283b24309a0b483f5435fb5394816a490cd7c8e8
 WHIRLPOOL 
11051fcd4fc092ecde0ad0dafeb7d38583e368ffc880253e658a34ace3ead890e0af4f859af31519fd396767a075ec7467f315eda3376074b0c4e5d5f757e0ba

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild
deleted file mode 100644
index 6868d95..
--- a/media-libs/vulkan-loader/vulkan-loader-1.0.30.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
-
-if [[ "${PV}" == "" ]]; then
-   
EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64"
-   
SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/Vulkan-LoaderAndValidationLayers-sdk-${PV}"
-fi
-
-inherit python-any-r1 cmake-multilib
-
-DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader"
-HOMEPAGE="https://www.khronos.org/vulkan/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND=""
-
-DOCS=( README.md LICENSE.txt )
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_SKIP_RPATH=True
-   -DBUILD_TESTS=False
-   -DBUILD_LAYERS=False
-   -DBUILD_DEMOS=False
-   -DBUILD_VKJSON=False
-   -DBUILD_LOADER=True
-   )
-   cmake-utils_src_configure
-}
-
-multilib_src_install() {
-   keepdir /etc/vulkan/icd.d
-
-   cd "${BUILD_DIR}/loader"
-   dolib libvulkan.so.1.*
-   dosym libvulkan.so.1.* /usr/$(get_libdir)/libvulkan.so.1
-   dosym libvulkan.so.1.* /usr/$(get_libdir)/libvulkan.so
-
-   cd "${S}"
-   insinto /usr/include/vulkan
-   doins include/vulkan/*.h
-   einstalldocs
-}



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

2017-01-17 Thread Matt Turner
commit: 2a1ac5dee962669ec33f3a7dc756e671cbfec1c4
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 03:03:34 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 03:07:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1ac5de

dev-libs/libinput: Version bump to 1.5.4.

 dev-libs/libinput/Manifest  |  1 +
 dev-libs/libinput/libinput-1.5.4.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 6ca6dcc..717a497 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -4,3 +4,4 @@ DIST libinput-1.3.3.tar.xz 881992 SHA256 
30c8edfe47654a38c235ac6b0541d79fd593d01
 DIST libinput-1.4.2.tar.xz 900776 SHA256 
8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 SHA512 
ecd1ddc737b8207d9e494f809340e2c0ac2927db80cf4c325ba12fb84387138d0128df7e841c87feafe425d6382f87f123f28531f7045fbcdd1176559895b79b
 WHIRLPOOL 
99f18e00e2a4a284b7995f677053501989b526e16f41e508023638a1c0e660940d0cb991f399480a30a49073063aab1651e52bdea7861266300d9db885806ac4
 DIST libinput-1.5.2.tar.xz 926048 SHA256 
ba26e2bc64ed551eaef193178ed06b07b97a09ac6f4e442f5f15bbc3f3174682 SHA512 
a3552f36fc91b523caceb128d048a0a7161335aef78554f202011fcc9acfb5f772d2124a4441f0f542f1b8051b8a2ecb7b00fad5456d8c06b213b96b9ebc91de
 WHIRLPOOL 
025cd1b3261a977b2a579e03766939a443b6fa26b486e9fa16e445b39acf5d31b1f74260670b74718e5d11648c459b42b546e2311d5cac8a713a8a5b0e893791
 DIST libinput-1.5.3.tar.xz 928852 SHA256 
91206c523b4e7aeecf296d0b94276c61bea90b9260d198c8ee3a91eced10a6e3 SHA512 
4d5ca9189275d6f2ed40ff85903bf10ae3b15ceaea43a3565384b6495a9b1764fed1f95c667dfa9e96170b3709a9c8dc1d1bad88cb82d0de69045b7c5f0bc7e6
 WHIRLPOOL 
548f08f755abf0c01c42a4e21abdcd4068b16dd57d37035922c390f17a9cfba52f56aab1dfb693ed13666a9d94cffef38cb4c7c7d030e9898c1bfdb3fb54d501
+DIST libinput-1.5.4.tar.xz 927448 SHA256 
6f9ad1ede468bd54ec4469b8a4eb93a6f62f7fe6480c7a43e36c5d58cc2822b7 SHA512 
114f436806fd27ece2b19577eefd3f6299cc88612f8437fd07ba1862c0bf4347ac5cc09fad9f798a5e242abd176cfb271fa52af04b0ef88da3210a96fd57a086
 WHIRLPOOL 
d7c2ffd8212c4808641b65f553ea6c1553188a30279f8e3491767a8ba159d42dbd30a0cebc3a727542a83cf216c17d1b5f1504dc8fbb4f7b5664aac35b8032dc

diff --git a/dev-libs/libinput/libinput-1.5.4.ebuild 
b/dev-libs/libinput/libinput-1.5.4.ebuild
new file mode 100644
index ..4a42b03
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.5.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="input_devices_wacom test"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.12 )
+   >=dev-libs/libevdev-0.4
+   >=sys-libs/mtdev-1.1
+   virtual/libudev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+src_prepare() {
+   # Doc handling in kinda strange but everything
+   # is available in the tarball already.
+   sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
+   -i Makefile.am Makefile.in || die
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   # building documentation silently fails with graphviz syntax errors
+   econf \
+   --disable-documentation \
+   --disable-event-gui \
+   $(use_enable input_devices_wacom libwacom) \
+   $(use_enable test tests) \
+   --with-udev-dir="$(get_udevdir)"
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc -r doc/html
+   prune_libtool_files
+}



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

2017-01-17 Thread Matt Turner
commit: 91f3b8ac017190caf1fe6148bc1092e8bbca0ae5
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 03:06:38 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 03:07:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f3b8ac

x11-drivers/xf86-input-wacom: Version bump to 0.34.0.

 x11-drivers/xf86-input-wacom/Manifest  |  1 +
 .../xf86-input-wacom-0.34.0.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/x11-drivers/xf86-input-wacom/Manifest 
b/x11-drivers/xf86-input-wacom/Manifest
index fb5f6dd..4101244 100644
--- a/x11-drivers/xf86-input-wacom/Manifest
+++ b/x11-drivers/xf86-input-wacom/Manifest
@@ -4,3 +4,4 @@ DIST xf86-input-wacom-0.30.0.tar.bz2 591648 SHA256 
8ad4e479a4fc6d3c18e680958a8f4
 DIST xf86-input-wacom-0.31.0.tar.bz2 592564 SHA256 
e7e9723f048071adabc878bf6139342ea39dea5e3a8134452df5a33bef2e3f76 SHA512 
6c24394038585d90b9b30c594b773b36b5ea26ea5eaab73519cd2e1b56eb2ad3e1f3991ca3962a70468da32e83105c9619f524afbf4e6c500661c7c62b4261e8
 WHIRLPOOL 
d84326730a73a50c420876c2e81adc836dcf657d746e09b614902c879390230c43d657f748fd015f874ebe11f277c9b586ddaf762e1aac551ff05a74321c48ff
 DIST xf86-input-wacom-0.32.0.tar.bz2 594080 SHA256 
8c97ac9afc8150a7c45426e2ccb00fe22eb52671024d41884899e55ce21e870d SHA512 
57991c8ba69281e85c14a23f4a2e7403f550118ac6cdee3c72798bc4342b5964318eeb5404302296fb7046d9dc49e167d2ed4d2e9441a28e39558e5e575dc21b
 WHIRLPOOL 
1c9412126f21f1cbea4fe90195d1f9d0cd0ac62dc8469d73c8b830c8c750580b6bd951ee2cca7a0e7983d36596a257300c190f3ec4fc2422eb84f950e3383e74
 DIST xf86-input-wacom-0.33.0.tar.bz2 595192 SHA256 
24eef830744a388795a318ef743f19c451e394d9ef1332e98e2d54810a70f8e0 SHA512 
669d415bfb4c95332737879c7ad487f905d57a7363c41e2037c9f902c63efbc445e41a9adf1b7a12b7416d61b1011127ff86688a3644371b4bbc883adcdd9e6f
 WHIRLPOOL 
8b1366793d3fffbb68e9be80ec6463deb291647cdc7a46acabe24d06c6bd2d76ea19cb242297094162877c619be2fac8ae064cda675d79a0b4763ec03037b35d
+DIST xf86-input-wacom-0.34.0.tar.bz2 598624 SHA256 
f15d8e4f3bf3a5b2db0b3f9c9565361b084896c3cb54ac11b8de5e405f9cb045 SHA512 
d0aae70853f73d989d168e054bb21ddbd2114ec6c012b1c5f949838bb20a7fe75711211886dd649ec0e9449d199da17b4ff156d5d672ad02c8b2e0b667cc40ad
 WHIRLPOOL 
f45ac8e8c93ac343cc8002ae0a981483ba5fda9aa975b935a423e86c42297c54fbff50e44a0c58c915fc3d49aa06bb743684cdc357c90678c9ef2ee332a7f94f

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
new file mode 100644
index ..5a0aed8
--- /dev/null
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.34.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info xorg-2
+
+DESCRIPTION="Driver for Wacom tablets and drawing devices"
+HOMEPAGE="http://linuxwacom.sourceforge.net/;
+LICENSE="GPL-2"
+EGIT_REPO_URI="git://git.code.sf.net/p/linuxwacom/${PN}"
+[[ ${PV} != * ]] && \
+   SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+# depend on libwacom for its udev rules, bug #389633
+RDEPEND="dev-libs/libwacom
+   virtual/udev
+   >=x11-base/xorg-server-1.7
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXinerama"
+DEPEND="${RDEPEND}
+   x11-proto/randrproto"
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable debug)
+   )
+}
+
+src_install() {
+   xorg-2_src_install
+
+   rm -rf "${ED}"/usr/share/hal
+}
+
+pkg_pretend() {
+   linux-info_pkg_setup
+
+   if ! linux_config_exists \
+   || ! linux_chkconfig_present TABLET_USB_WACOM \
+   || ! linux_chkconfig_present INPUT_EVDEV; then
+   echo
+   ewarn "If you use a USB Wacom tablet, you need to enable 
support in your kernel"
+   ewarn "  Device Drivers --->"
+   ewarn "Input device support --->"
+   ewarn "  <*>   Event interface"
+   ewarn "  [*]   Tablets  --->"
+   ewarn "<*>   Wacom Intuos/Graphire tablet support (USB)"
+   echo
+   fi
+}



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

2017-01-17 Thread Kent Fredric
commit: cc22695d48f81017b3983fae4e367ebdf2d3cc1e
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 18 02:17:55 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 18 02:18:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc22695d

dev-perl/Crypt-OpenSSL-DSA: Bump to version 0.190.0 re bug #605134

Thanks to eroen, for reporting and submitting the fix upstream.

Upstream:
- Fix for OpenSSL 1.1.0c without compat mode enabled

Bug: https://bugs.gentoo.org/605134

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../Crypt-OpenSSL-DSA-0.190.0.ebuild| 21 +
 dev-perl/Crypt-OpenSSL-DSA/Manifest |  1 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild 
b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.0.ebuild
new file mode 100644
index ..5e18be7
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-DSA/Crypt-OpenSSL-DSA-0.190.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
+DIST_AUTHOR=KMX
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION='Digital Signature Algorithm using OpenSSL'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Crypt-OpenSSL-DSA/Manifest 
b/dev-perl/Crypt-OpenSSL-DSA/Manifest
index 22a5b07..8c1d16a 100644
--- a/dev-perl/Crypt-OpenSSL-DSA/Manifest
+++ b/dev-perl/Crypt-OpenSSL-DSA/Manifest
@@ -1,2 +1,3 @@
 DIST Crypt-OpenSSL-DSA-0.15.tar.gz 7688 SHA256 
fe75c0436155e2ed5948c3ee2b4f844cf4c5ae54a07d1a931d09640d175eff34 SHA512 
bbc9d3eb487fca1c97a5b843e6d109da0559582ef9063daf9272ff748a5443421a8c81532e522280eaf9434cf79cd9856b6051fcf0ae8ad39ead2dc0f66842dc
 WHIRLPOOL 
96c571f4d7a4a7fd8c270a1f7b81f88e420c17f0a9fb5a65ded3aa5dfb28eebc44a61ef5541e813b7b75715554974020dccf3661062a84df5a82b9b25f7b1109
 DIST Crypt-OpenSSL-DSA-0.18.tar.gz 9178 SHA256 
ab4ae301b4835676aa6d2d7d36f882472a21795b68f42441a6ad6f2bbe228080 SHA512 
00d7026158a96fcd276aa61ddd5f16b110d223723d9e8823659febdf55be9f1cae7ae0c4c0c7e9314148cc042fb57c0f62b6d34b56e2fa1c41832bf6d72d3b3d
 WHIRLPOOL 
2fbaa77ca96b4bb5fc1abf68f4fa0d5cd4b81bd7b7e3a486b1f84980c80b70c250d13aa5ea88c02f575f54b96ea6717dd79fb89a8c7d921b8101bb82c8652899
+DIST Crypt-OpenSSL-DSA-0.19.tar.gz 9244 SHA256 
ca3c06fb3c9e3895acf7bdc02300335987776fe90fee96d74d230b93b22be00a SHA512 
92306a04dc821b7b5f81331c362c6d478df8c118c1cb62591cf7b369029a67dbdd2798e239cead8f1faf2b79e259e906b70ea8fbc38b457b1eb897468d61c839
 WHIRLPOOL 
3a23877a44acf70509e2c31febfe973e9a805cd5d5e6a093a8c8739fe271a1b823b38a7d57993977bf97cce7eaec4f9a4c2c5bc5dd441f0b282dced0020b8266



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

2017-01-17 Thread Lars Wendler
commit: 475f675bfbbb33e13225a0a2e74a3a695b354784
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 01:20:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 01:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475f675b

net-print/cups: Bump to version 2.2.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/cups/Manifest  |   1 +
 net-print/cups/cups-2.2.2.ebuild | 351 +++
 2 files changed, 352 insertions(+)

diff --git a/net-print/cups/Manifest b/net-print/cups/Manifest
index 6c830a1..c52e69a 100644
--- a/net-print/cups/Manifest
+++ b/net-print/cups/Manifest
@@ -3,3 +3,4 @@ DIST cups-2.0.4-source.tar.bz2 8799274 SHA256 
e1d5e68d9f24faca317aeaebc164c34102
 DIST cups-2.1.3-source.tar.bz2 8832400 SHA256 
36a70d43584aea2617da914b9331e23341c3501a8254c4d2eae9c11ec01fd4d3 SHA512 
5cc715b8521b4d6af29a97a8abf7a1b0973840c00727ee8e7926e89a4a9da8e67565d14cc4b57ab7cfb40b238d4faaed7608b9ab95947cc3671ed87b710f8f36
 WHIRLPOOL 
161c65b8adc3ab1c65208fe23bf14aefe5dfd84e9b162c69b1a8f977c3a4fc7c31ea92d0c2eaca3c276fa192596a31701052f0c2a1ffd213a09d48c11d446f6f
 DIST cups-2.1.4.tar.gz 9572653 SHA256 
1f182f145489e2454969b221056b6b9bac2beb4e38cd75fa12a9ec15d24d5301 SHA512 
5f36d21e1e094323f1811229b452f096f3f0b264757b3c3b1742bbd7ea0059e34d3cd2fbf3b6856d25a04ae1779babafa6d598a8ba249448fce3bf7cafa59aae
 WHIRLPOOL 
217b9024c34369c8839b0a1b2b3924eb00e9b8d87cfd8d50a59ad0c33c1044f53d479246d67dff4598049efd15259def90e4bcddc6c3c20dff38811e159d2c4b
 DIST cups-2.2.1.tar.gz 9485107 SHA256 
e5864ac2f984a0f8dcb8c1e3a71740f8e4727da73944f93c7ef84adeccc1d971 SHA512 
b7f10fcb0bbf1eb977d1568032f660ad4aedb25c0195fa133e1c5b365df8fc38170d9c3fcfeeac3e1a2541cba5ac7218ea17736c601802cffcfb446a4a578ce8
 WHIRLPOOL 
14080b7cf9791db12b462eb5a7d05cc4218560b0a95d2caedd1ca71996a524f3ad7ea0d65b14a14414a7359f15b112f8ba2d6f5fa489d6d3f5873a902c0cef4c
+DIST cups-2.2.2.tar.gz 9489493 SHA256 
5e7b396b41f55231dde8dd0465cdd81583cd47ecffe4960c777162fbe3cce03c SHA512 
98640b62f706609bbe703318999efb8f78c747e751aafaa1a6f38f4f0dca6fad84ec7e1dfbe9ce17b02ba2ac3fd6e8e480582be5c2cee8eaa707c0ca7eb1978f
 WHIRLPOOL 
745c80114dcac1ed61eec8a8d903ced0d005ec0ad2c05883dcb0aaf9afaf1c410801245ef6bdcb5b77f09a9d96f90e2f94d553b4a19d9425d4005738c8508feb

diff --git a/net-print/cups/cups-2.2.2.ebuild b/net-print/cups/cups-2.2.2.ebuild
new file mode 100644
index ..047d637
--- /dev/null
+++ b/net-print/cups/cups-2.2.2.ebuild
@@ -0,0 +1,351 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools fdo-mime gnome2-utils flag-o-matic linux-info \
+   multilib multilib-minimal pam python-single-r1 user versionator \
+   java-pkg-opt-2 systemd toolchain-funcs
+
+MY_P=${P/_rc/rc}
+MY_P=${MY_P/_beta/b}
+MY_PV=${PV/_rc/rc}
+MY_PV=${MY_PV/_beta/b}
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="http://www.cups.org/cups.git;
+   if [[ ${PV} !=  ]]; then
+   EGIT_BRANCH=branch-${PV/.}
+   fi
+else
+   SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint"
+fi
+
+DESCRIPTION="The Common Unix Printing System"
+HOMEPAGE="http://www.cups.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="acl dbus debug java kerberos lprng-compat pam
+   python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf"
+
+LANGS="ca cs de es fr it ja ru"
+for X in ${LANGS} ; do
+   IUSE="${IUSE} +linguas_${X}"
+done
+
+CDEPEND="
+   app-text/libpaper
+   acl? (
+   kernel_linux? (
+   sys-apps/acl
+   sys-apps/attr
+   )
+   )
+   dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
+   java? ( >=virtual/jre-1.6:* )
+   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   !lprng-compat? ( !net-print/lprng )
+   pam? ( virtual/pam )
+   python? ( ${PYTHON_DEPS} )
+   ssl? (
+   >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}]
+   >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
+   )
+   systemd? ( sys-apps/systemd )
+   usb? ( virtual/libusb:1 )
+   X? ( x11-misc/xdg-utils )
+   xinetd? ( sys-apps/xinetd )
+   zeroconf? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )
+"
+
+DEPEND="${CDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-cups )
+"
+
+PDEPEND=">=net-print/cups-filters-1.0.43"
+
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/, x11-drivers/xf86-video-virtualbox/, ...

2017-01-17 Thread Lars Wendler
commit: ade26acc853b3bda09c8d50d9f05499ec7089ee4
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 01:12:25 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 01:39:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade26acc

virtualbox packages: Bump to versions 5.0.32 and 5.1.14

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/virtualbox-additions/Manifest|   2 +
 .../virtualbox-additions-5.0.32.ebuild |  36 ++
 .../virtualbox-additions-5.1.14.ebuild |  36 ++
 app-emulation/virtualbox-bin/Manifest  |   8 +
 .../virtualbox-bin-5.0.32.112930.ebuild| 288 +
 .../virtualbox-bin-5.1.14.112924.ebuild| 288 +
 app-emulation/virtualbox-extpack-oracle/Manifest   |   2 +
 .../virtualbox-extpack-oracle-5.0.32.112930.ebuild |  43 ++
 .../virtualbox-extpack-oracle-5.1.14.112924.ebuild |  43 ++
 app-emulation/virtualbox-guest-additions/Manifest  |   2 +
 .../virtualbox-guest-additions-5.0.32.ebuild   | 220 ++
 .../virtualbox-guest-additions-5.1.14.ebuild   | 220 ++
 app-emulation/virtualbox-modules/Manifest  |   2 +
 .../virtualbox-modules-5.0.32.ebuild   |  65 +++
 .../virtualbox-modules-5.1.14.ebuild   |  65 +++
 app-emulation/virtualbox/Manifest  |   2 +
 app-emulation/virtualbox/virtualbox-5.0.32.ebuild  | 436 
 app-emulation/virtualbox/virtualbox-5.1.14.ebuild  | 447 +
 x11-drivers/xf86-video-virtualbox/Manifest |   2 +
 .../xf86-video-virtualbox-5.0.32.ebuild| 192 +
 .../xf86-video-virtualbox-5.1.14.ebuild| 191 +
 21 files changed, 2590 insertions(+)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index 0184ec9..c1bb454 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -2,5 +2,7 @@ DIST VBoxGuestAdditions_4.3.38.iso 57085952 SHA256 
0aabbc9d548658e90f3b30d08e76a
 DIST VBoxGuestAdditions_4.3.40.iso 57272320 SHA256 
50714af11f98e7ae137ada9b28f9ad68ae5c191223aa52f2a0c44b944a79f46e SHA512 
44d3345777ab5fefca5fba8d941e0d60872286fdc507de6d5edd7224b745dfa688bd7e9f5238d9207a0df21f5bb112f74690fd3bba3778f1873fb29ff06f8068
 WHIRLPOOL 
78f3536b426419a5f8130ddfbf6df2bfabed445c7fb3a6047667a72c56f01733bc5dbc18ba7ff395f703f99fe5e30ba5da609e3bb385b40ea8b0ec38a3f92501
 DIST VBoxGuestAdditions_5.0.16.iso 60063744 SHA256 
8190f1e4031f8195971c2a97d2d3b1cf2d86fc83219f750d05cee9255c7dad85 SHA512 
8a9d3fcb96a450163f357b92f8149f58700ec65c127fb872b103554417979fbe624a9e1bced3bb6cbf4b0bb6a5c3bbcae9581836cc5d3fde7a034d4032e519f9
 WHIRLPOOL 
89ed9064014a715a892388b5dbe3c4b577a5a813580be4fd2bd604672354f258b00a619980ba1369aeaceff6a77c6d370cc2b6bf3c17d2cd73a5c8fc9dcad1e8
 DIST VBoxGuestAdditions_5.0.30.iso 58458112 SHA256 
096cf810de3d951c60c857e0b8cf534dd1237d0a09759ab696e8a2c579df75fd SHA512 
cff0be3271603b2c7466b5cad7f0a43699444d7fb49ee9df656962623663156bfbaed83414480e45b277b8f4d2abb8b8f7caa30230a6be3328ad6faf6ef41de5
 WHIRLPOOL 
3b1a90c636c8b24e23bc8b168a7a8b074ba0a4c1bab732ab1e6ca5ac9ca0e28d0634730c395350d4bbddd5c6887c6832ca4fb45a3e9f1676f86a9e376999a7cc
+DIST VBoxGuestAdditions_5.0.32.iso 58433536 SHA256 
4d60a243373ce2b61fe26bcaeb9e300482b16c3407c4c94f02a16f8fd0539319 SHA512 
ffae693070a7b401792f67318e3389ec78079634a84834b874bf076400ffeb2f35f3e0b219186a8e51bd969db71285544d12b30c34a076659df45fabde2577b6
 WHIRLPOOL 
e95b286dbb601877814ead39dbf3d0b694005d88d9c45f793ed207f1a27a75aab832a35fc03d0d94a625c7792f194dfefb0d412103a5d7ae5336cdf8381bf902
 DIST VBoxGuestAdditions_5.1.10.iso 59408384 SHA256 
29fa0af66a3dd273b0c383c4adee31a52061d52f57d176b67f444698300b8c41 SHA512 
aa8b1a4bea270033bfaf5073c1a85cf6a0900853cc53275fe922ee5ac8b5b87a13329373c4fa6ae79c38a2c0654ecfc99d1bb4a94a16c32be0e830affb771390
 WHIRLPOOL 
0cd9b7928e6690fab74fc922e8c7b019b3fa07e64262e9b7c16705de9dfa61bd36fef61a1b84188e4928274b68304033969dcdc88f2342cf8afec4d05f08e001
 DIST VBoxGuestAdditions_5.1.12.iso 59369472 SHA256 
13a0265cab971ac3e31e83959a68e377c7f014f429fa3a168c86fb2399df4321 SHA512 
fa28f5cd5ae79ff82a45abd4cf9e3d4aa9f2c1ef2dc443b24fa616ac4366d2119c6da661bdb0ee1f610644386b20c20de64c4c95c87316a4b3c0eca95c254921
 WHIRLPOOL 
e40e17e24dca867fd8f28cf32397cdaee5cb1f0362d125866ae69dfffbc502d6292f0c25cd04a75fbf7d9916dfbdc81a91b45efc7b222dca35964142330f95f5
+DIST VBoxGuestAdditions_5.1.14.iso 59369472 SHA256 
1b206b76050dccd3ed979307230f9ddea79551e1c0aba93faee77416733cdc8a SHA512 
e5779202579662e1b9c7b33f9f801bccb83e4c547074a5803ab5f78a3f377297fa5f935aa8612159a2c2db5c190efb6d4ec3f14fca598e8e40be1a5cc789a71e
 WHIRLPOOL 
a5f5219c1f961d6ce1705e2e14d4d8bae3dd1e443b666101901e4737adeead2fb2fc05dd67d6a2b16fd9fe73fc20b8b49ebbf7a644ca02237bb56959335cc62d

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.0.32.ebuild 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-bin/, app-emulation/virtualbox-additions/, ...

2017-01-17 Thread Lars Wendler
commit: 9b6f3bd57f7bbbe20fb1e9d19f0950003008cf1d
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 01:16:41 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 01:39:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6f3bd5

virtualbox packages: Remvoed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/virtualbox-additions/Manifest|   1 -
 .../virtualbox-additions-5.1.10.ebuild |  36 --
 app-emulation/virtualbox-bin/Manifest  |   4 -
 .../virtualbox-bin-5.1.10.112026.ebuild| 288 -
 app-emulation/virtualbox-extpack-oracle/Manifest   |   1 -
 .../virtualbox-extpack-oracle-5.1.10.112026.ebuild |  43 --
 app-emulation/virtualbox-guest-additions/Manifest  |   1 -
 .../virtualbox-guest-additions-5.1.10.ebuild   | 220 --
 app-emulation/virtualbox-modules/Manifest  |   1 -
 .../virtualbox-modules-5.1.10.ebuild   |  69 
 app-emulation/virtualbox/Manifest  |   1 -
 .../files/virtualbox-5.1.10-sas_timeouts.patch |  94 -
 .../virtualbox/files/virtualbox-ose-3-config   |   1 -
 .../virtualbox/virtualbox-5.1.10-r1.ebuild | 448 -
 x11-drivers/xf86-video-virtualbox/Manifest |   1 -
 .../xf86-video-virtualbox-5.1.10.ebuild| 192 -
 16 files changed, 1401 deletions(-)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index c1bb454..10fa830 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -3,6 +3,5 @@ DIST VBoxGuestAdditions_4.3.40.iso 57272320 SHA256 
50714af11f98e7ae137ada9b28f9a
 DIST VBoxGuestAdditions_5.0.16.iso 60063744 SHA256 
8190f1e4031f8195971c2a97d2d3b1cf2d86fc83219f750d05cee9255c7dad85 SHA512 
8a9d3fcb96a450163f357b92f8149f58700ec65c127fb872b103554417979fbe624a9e1bced3bb6cbf4b0bb6a5c3bbcae9581836cc5d3fde7a034d4032e519f9
 WHIRLPOOL 
89ed9064014a715a892388b5dbe3c4b577a5a813580be4fd2bd604672354f258b00a619980ba1369aeaceff6a77c6d370cc2b6bf3c17d2cd73a5c8fc9dcad1e8
 DIST VBoxGuestAdditions_5.0.30.iso 58458112 SHA256 
096cf810de3d951c60c857e0b8cf534dd1237d0a09759ab696e8a2c579df75fd SHA512 
cff0be3271603b2c7466b5cad7f0a43699444d7fb49ee9df656962623663156bfbaed83414480e45b277b8f4d2abb8b8f7caa30230a6be3328ad6faf6ef41de5
 WHIRLPOOL 
3b1a90c636c8b24e23bc8b168a7a8b074ba0a4c1bab732ab1e6ca5ac9ca0e28d0634730c395350d4bbddd5c6887c6832ca4fb45a3e9f1676f86a9e376999a7cc
 DIST VBoxGuestAdditions_5.0.32.iso 58433536 SHA256 
4d60a243373ce2b61fe26bcaeb9e300482b16c3407c4c94f02a16f8fd0539319 SHA512 
ffae693070a7b401792f67318e3389ec78079634a84834b874bf076400ffeb2f35f3e0b219186a8e51bd969db71285544d12b30c34a076659df45fabde2577b6
 WHIRLPOOL 
e95b286dbb601877814ead39dbf3d0b694005d88d9c45f793ed207f1a27a75aab832a35fc03d0d94a625c7792f194dfefb0d412103a5d7ae5336cdf8381bf902
-DIST VBoxGuestAdditions_5.1.10.iso 59408384 SHA256 
29fa0af66a3dd273b0c383c4adee31a52061d52f57d176b67f444698300b8c41 SHA512 
aa8b1a4bea270033bfaf5073c1a85cf6a0900853cc53275fe922ee5ac8b5b87a13329373c4fa6ae79c38a2c0654ecfc99d1bb4a94a16c32be0e830affb771390
 WHIRLPOOL 
0cd9b7928e6690fab74fc922e8c7b019b3fa07e64262e9b7c16705de9dfa61bd36fef61a1b84188e4928274b68304033969dcdc88f2342cf8afec4d05f08e001
 DIST VBoxGuestAdditions_5.1.12.iso 59369472 SHA256 
13a0265cab971ac3e31e83959a68e377c7f014f429fa3a168c86fb2399df4321 SHA512 
fa28f5cd5ae79ff82a45abd4cf9e3d4aa9f2c1ef2dc443b24fa616ac4366d2119c6da661bdb0ee1f610644386b20c20de64c4c95c87316a4b3c0eca95c254921
 WHIRLPOOL 
e40e17e24dca867fd8f28cf32397cdaee5cb1f0362d125866ae69dfffbc502d6292f0c25cd04a75fbf7d9916dfbdc81a91b45efc7b222dca35964142330f95f5
 DIST VBoxGuestAdditions_5.1.14.iso 59369472 SHA256 
1b206b76050dccd3ed979307230f9ddea79551e1c0aba93faee77416733cdc8a SHA512 
e5779202579662e1b9c7b33f9f801bccb83e4c547074a5803ab5f78a3f377297fa5f935aa8612159a2c2db5c190efb6d4ec3f14fca598e8e40be1a5cc789a71e
 WHIRLPOOL 
a5f5219c1f961d6ce1705e2e14d4d8bae3dd1e443b666101901e4737adeead2fb2fc05dd67d6a2b16fd9fe73fc20b8b49ebbf7a644ca02237bb56959335cc62d

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.10.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.10.ebuild
deleted file mode 100644
index 681471f..
--- a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-MY_PN=VBoxGuestAdditions
-MY_PV="${PV/beta/BETA}"
-MY_PV="${MY_PV/rc/RC}"
-MY_P=${MY_PN}_${MY_PV}
-
-DESCRIPTION="CD image containing guest additions for VirtualBox"
-HOMEPAGE="http://www.virtualbox.org/;
-SRC_URI="http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
-
-LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror"
-

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

2017-01-17 Thread Lars Wendler
commit: 042f087883338f72e1f335af8cb85c86159794cb
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 18 01:38:46 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 18 01:39:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f0878

net-print/cups: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/cups/Manifest|   2 -
 net-print/cups/cups-2.0.3.ebuild   | 360 -
 net-print/cups/cups-2.0.4.ebuild   | 360 -
 .../cups/files/cups-2.0.2-systemd-socket.patch |  60 
 net-print/cups/files/cupsd.init.d-r1   |  26 --
 5 files changed, 808 deletions(-)

diff --git a/net-print/cups/Manifest b/net-print/cups/Manifest
index c52e69a..8c7df15 100644
--- a/net-print/cups/Manifest
+++ b/net-print/cups/Manifest
@@ -1,5 +1,3 @@
-DIST cups-2.0.3-source.tar.bz2 8797220 SHA256 
bc3167048690a7379f29a37d9fbd2143cf0ca033b54eedd9333ddfc4ee258881 SHA512 
fcc2be8d12cec624423a07706486afd226c9cb29b2ba694d63b8250c16a7d0f39aa51e6c831ca7c978ba5009e98b1daedad4b119a4f3287a88e21e48f0d07e18
 WHIRLPOOL 
d12771b6d941db78854a1b05644a4402fa6a62f8acab1332c7490887e0099463b129684f4dd21b5e9f02e4f8e23bef633a06fca01ad8fa8b34de9298b72ab3ba
-DIST cups-2.0.4-source.tar.bz2 8799274 SHA256 
e1d5e68d9f24faca317aeaebc164c34102813bc0f1d69c00b3a59b49c49f4abd SHA512 
d0db3ce729ee893f260b69814343e84af4b934f1783d96049fcf58204a93ac534d0bf0c1626f5ac55371962419b91c857bd872f499e905223069b5103405c4ae
 WHIRLPOOL 
cbeb3f61cf534017180aa0d55f60ec81ac082f92d3626b18b4480aaf9e67b425b829ad260dfa1227ba56a79b52959f1e740848d26dc938fc9fc0159f1844a2bb
 DIST cups-2.1.3-source.tar.bz2 8832400 SHA256 
36a70d43584aea2617da914b9331e23341c3501a8254c4d2eae9c11ec01fd4d3 SHA512 
5cc715b8521b4d6af29a97a8abf7a1b0973840c00727ee8e7926e89a4a9da8e67565d14cc4b57ab7cfb40b238d4faaed7608b9ab95947cc3671ed87b710f8f36
 WHIRLPOOL 
161c65b8adc3ab1c65208fe23bf14aefe5dfd84e9b162c69b1a8f977c3a4fc7c31ea92d0c2eaca3c276fa192596a31701052f0c2a1ffd213a09d48c11d446f6f
 DIST cups-2.1.4.tar.gz 9572653 SHA256 
1f182f145489e2454969b221056b6b9bac2beb4e38cd75fa12a9ec15d24d5301 SHA512 
5f36d21e1e094323f1811229b452f096f3f0b264757b3c3b1742bbd7ea0059e34d3cd2fbf3b6856d25a04ae1779babafa6d598a8ba249448fce3bf7cafa59aae
 WHIRLPOOL 
217b9024c34369c8839b0a1b2b3924eb00e9b8d87cfd8d50a59ad0c33c1044f53d479246d67dff4598049efd15259def90e4bcddc6c3c20dff38811e159d2c4b
 DIST cups-2.2.1.tar.gz 9485107 SHA256 
e5864ac2f984a0f8dcb8c1e3a71740f8e4727da73944f93c7ef84adeccc1d971 SHA512 
b7f10fcb0bbf1eb977d1568032f660ad4aedb25c0195fa133e1c5b365df8fc38170d9c3fcfeeac3e1a2541cba5ac7218ea17736c601802cffcfb446a4a578ce8
 WHIRLPOOL 
14080b7cf9791db12b462eb5a7d05cc4218560b0a95d2caedd1ca71996a524f3ad7ea0d65b14a14414a7359f15b112f8ba2d6f5fa489d6d3f5873a902c0cef4c

diff --git a/net-print/cups/cups-2.0.3.ebuild b/net-print/cups/cups-2.0.3.ebuild
deleted file mode 100644
index 7779af6..
--- a/net-print/cups/cups-2.0.3.ebuild
+++ /dev/null
@@ -1,360 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools base fdo-mime gnome2-utils flag-o-matic linux-info \
-   multilib multilib-minimal pam python-single-r1 user versionator \
-   java-pkg-opt-2 systemd toolchain-funcs
-
-MY_P=${P/_rc/rc}
-MY_P=${MY_P/_beta/b}
-MY_PV=${PV/_rc/rc}
-MY_PV=${MY_PV/_beta/b}
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="http://www.cups.org/cups.git;
-   if [[ ${PV} !=  ]]; then
-   EGIT_BRANCH=branch-${PV/.}
-   fi
-else
-   SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2;
-   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~m68k-mint"
-fi
-
-DESCRIPTION="The Common Unix Printing System"
-HOMEPAGE="http://www.cups.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="acl dbus debug java kerberos lprng-compat pam
-   python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf"
-
-LANGS="ca cs de es fr it ja ru"
-for X in ${LANGS} ; do
-   IUSE="${IUSE} +linguas_${X}"
-done
-
-CDEPEND="
-   app-text/libpaper
-   acl? (
-   kernel_linux? (
-   sys-apps/acl
-   sys-apps/attr
-   )
-   )
-   dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
-   java? ( >=virtual/jre-1.6 )
-   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
-   !lprng-compat? ( !net-print/lprng )
-   pam? ( virtual/pam )
-   python? ( ${PYTHON_DEPS} )
-   ssl? (
-   >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}]
-   >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
-   )
-   systemd? ( sys-apps/systemd )
-   usb? ( virtual/libusb:1 )
-   X? ( x11-misc/xdg-utils )
-   xinetd? ( 

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

2017-01-17 Thread Matt Turner
commit: 06db1035584b9a09bc0b4cbea3706897bf53eadc
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 00:42:36 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 00:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06db1035

x11-base/xorg-drivers: Make VIDEO_CARDS=freedreno require xorg-server[glamor].

See 
http://bloggingthemonkey.blogspot.com/2016/11/a-quick-note-for-usersdistros.html

 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
index eb90a84..405c163 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
@@ -113,7 +113,7 @@ PDEPEND="
video_cards_cirrus?( x11-drivers/xf86-video-cirrus )
video_cards_dummy? ( x11-drivers/xf86-video-dummy )
video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
-   video_cards_freedreno? ( x11-drivers/xf86-video-freedreno )
+   video_cards_freedreno? ( >=x11-base/xorg-server-${PV}[glamor] )
video_cards_geode? ( x11-drivers/xf86-video-geode )
video_cards_glint? ( x11-drivers/xf86-video-glint )
video_cards_i128?  ( x11-drivers/xf86-video-i128 )



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

2017-01-17 Thread Matt Turner
commit: 9400ee9832706a0fe68b8e71cca78e896768f44f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 00:32:42 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 00:32:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9400ee98

arch/alpha/package.use.mask: Unmask USE=libinput on xfce-base/xfce4-settings

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index f3a3cc2..7e59007 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -140,10 +140,6 @@ dev-libs/libpeas lua jit
 # Needs sci-physics/bullet tested #499974
 dev-libs/efl physics
 
-# Michał Górny  (08 Mar 2015)
-# Dependency not keyworded on this arch, bug #542570.
-xfce-base/xfce4-settings libinput
-
 # Michał Górny  (22 Feb 2015)
 # Dependency not keyworded for some reason.
 media-libs/gegl umfpack



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2017-01-17 Thread Matt Turner
commit: 25b3f5f7111917d1073ab58545044f2a82e1e680
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jan 18 00:30:25 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jan 18 00:30:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b3f5f7

x11-base/xorg-server: Version bump to 1.19.1.

 x11-base/xorg-server/Manifest  |   1 +
 x11-base/xorg-server/xorg-server-1.19.1.ebuild | 243 +
 2 files changed, 244 insertions(+)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 3a12498..d413e06 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -10,3 +10,4 @@ DIST xorg-server-1.18.2.tar.bz2 5864615 SHA256 
022142b07f6477d140dcc915902df3264
 DIST xorg-server-1.18.3.tar.bz2 5867330 SHA256 
ea739c22517cdbe2b5f7c0a5fd05fe8a10ac0629003e71c0c7862f4bb60142cd SHA512 
9540b2fb69bf531b57e54af09b103c92c8d9d9cc4e6abe911f63b73b7c63eb6587eeae87927d7bdd7be83749785bf6b395891f85394e86ad2b01c182749f2171
 WHIRLPOOL 
8ddf040ff24a4668a460b323b6604347120868658d61b9b84853568f768f7f84267d7caf299c4fe306aeff0bc68d28613a51eaee5a2904bfd524e2aac7ff2e7a
 DIST xorg-server-1.18.4.tar.bz2 6009508 SHA256 
278459b2c31d61a15655d95a72fb79930c480a6bb8cf9226e48a07df8b1d31c8 SHA512 
2055948caa1437547ea823a70d8b24584b65338bb9f1bbf75e3ad7fd60ec9684378facaffa05b7ce496d904213cd192085a43ba889a1476d5fbc813b7e41b56b
 WHIRLPOOL 
f9ba5ffb49e6ac7ca20d64d27712a0a8f10c6560256a20e9f944d6438dc5f5eebe53daf6af110084da67a622e92874969047518e72ff181de0d64d83030d629f
 DIST xorg-server-1.19.0.tar.bz2 6051462 SHA256 
149a708b50befc2d5a40b98d45ddd2ebe0beec018e6d0c663c43bad6210e4da3 SHA512 
2431c5f0fe20684c7fa7bb08608853f45d1a6d94a9efe1b3dfbd6e67b77a29cfec9b480478bc96c5ceb1c877161af39cf10ddb7b9f471ed847e9ec72a067f591
 WHIRLPOOL 
73f0ef3b44d335420f01e730520d715f2f00935f55c414cab3204ae520badcb5beb949e32fc413b968d0f77c32d7b338fde3a521b44430101aad76ad30075f3f
+DIST xorg-server-1.19.1.tar.bz2 6041792 SHA256 
79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb SHA512 
37d413fdd96ce6b15ae20ca5028331498586044cfc7a6ab0acb99201b04063c69bcd06867f2dc33237b244ce2870a1c5a4be3cbe4560f2461894f46f8d5dbdd7
 WHIRLPOOL 
9fab4118e866e11a7742ba63d7f681490d43718a329416fb742e268fdf56f348bc9f1f2b5229fbaac98ce78f41fc1e9e5aa7587ee120fcccaba752ff4bac1555

diff --git a/x11-base/xorg-server/xorg-server-1.19.1.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.1.ebuild
new file mode 100644
index ..733fde4
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.19.1.ebuild
@@ -0,0 +1,243 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+inherit xorg-2 multilib versionator flag-o-matic
+EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+
+IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} glamor ipv6 libressl minimal selinux +suid systemd tslib 
+udev unwind wayland"
+
+CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   media-libs/freetype
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.46
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   glamor? (
+   media-libs/libepoxy
+   >=media-libs/mesa-10.3.4-r1[egl,gbm]
+   !x11-libs/glamor
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-10.3.4-r1
+   )

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

2017-01-17 Thread Magnus Granberg
commit: fc977eaa3b0373c674fe15b05961fc067d349d70
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Jan 17 23:29:27 2017 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Jan 17 23:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc977eaa

Profiles/base: Move the mask of pie

 profiles/arch/amd64/package.use.mask | 8 
 profiles/base/package.use.mask   | 9 -
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 4491342..42514df 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -18,6 +18,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Magnus Granberg  (18 Jan 2017)
+# masked in base, unmask for amd64
+>=sys-devel/gcc-6.3.0 -pie
+
 # Luke Dashjr  (04 Jan 2017)
 # Assembly optimisations are supported on amd64 for all versions
 dev-libs/libsecp256k1 -asm
@@ -359,7 +363,3 @@ media-sound/lame cpu_flags_x86_mmx
 # Robert Buchholz  (16 Aug 2008)
 # masked in base, unmask for x86/amd64
 dev-python/kaa-base -tls
-
-# Magnus Granberg  (17 Jan 2017)
-# masked in base, unmask for amd64
->=sys-devel/gcc-6.3.0 -pie

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 71f0ec8..86a2da0 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # New entries go on top.
 
 # Magnus Granberg  (18 Jan 2017)
+# Mask it globally, unmask it on supported arch
+>=sys-devel/gcc-6.2.0 pie
+
+# Magnus Granberg  (18 Jan 2017)
 # Adding the mask so that end users and devlopers are notified of the removal 
and have some
 # time to migrate. There is no support for gcj in gcc-7
 >=sys-devel/gcc-6.3.0 gcj
@@ -912,8 +916,3 @@ media-video/vlc media-library
 # Ian Whyman  (22 May 2016)
 # Mask raspberry-pi except on arm.
 dev-libs/libcec raspberry-pi
-
-# Magnus Granberg  (21 Sep 2016)
-# pie is not ready.
->=sys-devel/gcc-6.2.0 pie
-



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

2017-01-17 Thread Matt Turner
commit: 49890db77e19ca83e67c349d8e408184b24acd67
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:21:05 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49890db7

x11-drivers/xf86-video-omap: Version bump to 0.4.5.

 x11-drivers/xf86-video-omap/Manifest |  1 +
 x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-drivers/xf86-video-omap/Manifest 
b/x11-drivers/xf86-video-omap/Manifest
index 1b6990c..5cf586d 100644
--- a/x11-drivers/xf86-video-omap/Manifest
+++ b/x11-drivers/xf86-video-omap/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-omap-0.4.2.tar.bz2 310629 SHA256 
1343fe5be6eeb375bbad0731685d05cb649faef773eba927645cef536bb206ff SHA512 
9c3160af5dcd97463ef36ef6d24be1382466095b9df5c2946b74f1ba00671bd6c08dcfb52c6b6f7c72b97dbc5124b842c59448ecd7ada3c22da097ba55e4fb83
 WHIRLPOOL 
2621dfbe4f715875f0eb26d363947d6a4b574fa48b6d720e521196a8d72d9ec96d84c76e0eabd9810327d6210f349ee584a29f70312aff4c749708230d021424
 DIST xf86-video-omap-0.4.3.tar.bz2 316093 SHA256 
db1e0e69fd4c4c8fdca5ef2cb0447bccd7518a718495876a6904bef57b39986d SHA512 
278cbe478acc67a966a1c3080ada2a13458011fc0b50d122811da803d4e051a5827bcccd48517e1ed2f416da1d5fee062aa1c8796f152048c449594aed55b310
 WHIRLPOOL 
0db24e2aaeff75f6c3602f5def850111dbb171cf4c9453219c366639b9f7771a4f1cf41bd700e54a0124d1ded0d6069b87866fba70f101849d75c12708e3c9a0
 DIST xf86-video-omap-0.4.4.tar.bz2 300380 SHA256 
a7192690b8638f5c8d611a1bae07cc13081e22edd4070f37a2f5c3f8d79e7ebc SHA512 
584056c660dd7c31568c8b7783727e095173071bb5a0d9d07cac906f40aac563740d225c0dc3a46ca0af5ed8018b49409429f9ec3d8d09227ed021472cd7e118
 WHIRLPOOL 
19b1cb1cf9b8eeb242e67e58197b73fc5aef1fe1dc676a953b4d32a92ec13dd627e0526d3037a2ecce1e7cdfec100e9c68b2b5e90e90941de8ca90631ee81815
+DIST xf86-video-omap-0.4.5.tar.bz2 316765 SHA256 
93e7d42107521e61f61980eaea64fb452e87b7b94272e48938ac8d904ccfab5a SHA512 
c8a21bf00d9ead73b5f66310f802d6071454132b69e20230d3b95635d8fb8351febf5c881640907eb36dd7aeec2d0823e45fb9955b1a9a32e3838ee717964ca2
 WHIRLPOOL 
914fe2e27cdb281f7a71cef9c83ca4f9e76ceb638d151d7937a78e1568549e0807cc995e101ebf0cb7d413b394e0ece675eda64e9e5f4098131a38f21689b82a

diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild 
b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild
new file mode 100644
index ..b229510
--- /dev/null
+++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="OMAP video driver"
+
+KEYWORDS="~arm"
+
+RDEPEND=">=x11-base/xorg-server-1.3
+   >=x11-libs/libdrm-2.4.36[video_cards_omap]"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: fec7d34067e9e5721001c98414425fae4437d50e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:03:46 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec7d340

x11-drivers/xf86-video-nv: Version bump to 2.1.21.

 x11-drivers/xf86-video-nv/Manifest|  1 +
 x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/x11-drivers/xf86-video-nv/Manifest 
b/x11-drivers/xf86-video-nv/Manifest
index cb0904f..f300baa 100644
--- a/x11-drivers/xf86-video-nv/Manifest
+++ b/x11-drivers/xf86-video-nv/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-nv-2.1.20.tar.bz2 396982 SHA256 
8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf SHA512 
f7c3f00aa949bdffdcb180fa727204b1cdbbad560919e111c589f8614fd897186cdefe014714505aa4646419b4d8bb879eaca96fea032b56cc8c71ba7faa6373
 WHIRLPOOL 
77d18c82faaf1d969aa9cef6d81fcc0fda8fbb141094a1b05c1ad6edddb5cf2044280f1f0017a079abd9918be555eeffc9ed49750762601dcbcd14e66bfbc9ee
+DIST xf86-video-nv-2.1.21.tar.bz2 424091 SHA256 
1f98649e6ff0e8214b9d5dcac661f1d004be8e73823d8247b9c7025fd81db32d SHA512 
97cec43100b00609d43cf45937bafea387fd656cb5e321fcbed426973320097ba6601e4e548026618b3cf0c480f58956874a201791dc0cc39297b5fd54979ca7
 WHIRLPOOL 
332ac5036a101d19f1acb29e1d036f461160d6cafd51e87d6bd51bb5209c0c04c437038270101f6472d463a9fbcfacf4c447f462b79c5f9655a72004753b5517

diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild 
b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild
new file mode 100644
index ..b39c4c5
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="Nvidia 2D only video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-base/xorg-server
+   >=x11-libs/libpciaccess-0.10.7"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: 8afb8ad48b72a8b6e9855f569a9dbd4cdf8ebc3e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:06:51 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afb8ad4

x11-drivers/xf86-video-i740: Version bump to 1.3.6.

 x11-drivers/xf86-video-i740/Manifest |  1 +
 x11-drivers/xf86-video-i740/xf86-video-i740-1.3.6.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-drivers/xf86-video-i740/Manifest 
b/x11-drivers/xf86-video-i740/Manifest
index a988a89..b3825f6 100644
--- a/x11-drivers/xf86-video-i740/Manifest
+++ b/x11-drivers/xf86-video-i740/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-i740-1.3.5.tar.bz2 321050 SHA256 
1ce02dd0a11fbf6b43b8bca6663c67149d7d740c8985ae18bd956eddeaffe324 SHA512 
7f477d7646e3b25a06eaa8a9e226a8955d6783152fe944bd12cd301b7e942b7e0dbfe49946c3d3dea9d2660ea91055909f5df68499434fda6c78b21bf4b9d827
 WHIRLPOOL 
6283b77a4f70b82b49afe0ddbee146ebb0416b17a912099bc1f8bdc6dbdfdefe9ee7bb299d1b6ec6899c97596103447c90328770ab77d3041b24a5670076767e
+DIST xf86-video-i740-1.3.6.tar.bz2 347463 SHA256 
090d5d99a587b8074e939fa96cdcbb1c15a4c64dfc69d33eb10870ef3da01631 SHA512 
82a3932e8c7f89550afdf69adadba4cc7a1b28f7a15ab018bff948d99767c57b61510967be7997131e2e1e87acf7b0ea28018deb1c907c284e68fc866d2b4139
 WHIRLPOOL 
95c40cdcdcaf077d353955c8625ace644be6c31834a6f81d4496bd144ceda0d5ee6b52cc1dbff41a0fa6e90c6e55e388444e139dfb22c20dbeea19c49a509af4

diff --git a/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.6.ebuild 
b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.6.ebuild
new file mode 100644
index ..b36d61a
--- /dev/null
+++ b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="Intel i740 video driver"
+
+KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: e5ec932e56c7980e8d770176d5c0be7c7cfe8d50
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:07:03 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ec932e

x11-drivers/xf86-video-r128: Version bump to 6.10.2.

 x11-drivers/xf86-video-r128/Manifest|  1 +
 .../xf86-video-r128/xf86-video-r128-6.10.2.ebuild   | 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-drivers/xf86-video-r128/Manifest 
b/x11-drivers/xf86-video-r128/Manifest
index d66df50..11b81be 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-r128-6.10.0.tar.bz2 494884 SHA256 
80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d SHA512 
1221e4a8e744557356eb7fd05d950e857f60eeab5f81707542d1446a983701a68838ee165a511242c67fa4e974ced7d8af12002ec581c636065a8c95325146ed
 WHIRLPOOL 
e3414e15e89c2c7d0db4f9270835486d8e87a477dac5971931b409a09242b301449c0b511f7c535fbb6be0d0e13214163ef95af9b799b6d5978f373b55636283
 DIST xf86-video-r128-6.10.1.tar.bz2 495306 SHA256 
5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea SHA512 
c1c68e548357d9f9e357dcf6e2c1614a253cf0f19b23577720de51801ae2e6160306cdf8bdbf9976d0036910f46dc4fa0e562304d38c84560bb852d3e9dbdd0f
 WHIRLPOOL 
e64b7d2e88eecfd1ecbfeeabacd10df5d26eb91fa197bdbe0c80eab6583b11c7e7d134aed9bb544cebcfc8df3677565af17ae0a6f2d20ee29200993d4d474c73
+DIST xf86-video-r128-6.10.2.tar.bz2 504031 SHA256 
84da21517f3af7617fdf341e84ccb22444d6cdab1647e4808fa631528b9a77de SHA512 
564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
 WHIRLPOOL 
3e36f9cd33839110e59eae04059424b38936f5316c1f2672b68148606c87b081855624cd4e4d1a43a6e967525cc22dc49e0f2584b9cbd92c6234b6a5471d139e
 DIST xf86-video-r128-6.9.2.tar.bz2 462266 SHA256 
8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0 SHA512 
7f8dc174ff8cff6d109a62610b255c3f3a99e6fbdc38373da3efb88a960a25fe3124dbdb6a9379de6b45edaedb3aae44a183a5604f80bbb488dbb98faebc2fb3
 WHIRLPOOL 
7d93884fc9e4da48fa6cbbd57208c945fa56905a33d1b96700e0084cc57b7e455732c50cc3204da9243e4ff2b401a2acfa559f0504d4fe83147ef536f276c805

diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild 
b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
new file mode 100644
index ..5fbfbb2
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable dri)
+   )
+}



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

2017-01-17 Thread Matt Turner
commit: af9650ff1ef3ddb6ed9e3b5c1a4c96f577c06c5b
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:05:13 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9650ff

x11-drivers/xf86-video-sisusb: Version bump to 0.9.7.

 x11-drivers/xf86-video-sisusb/Manifest |  1 +
 .../xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild   | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-drivers/xf86-video-sisusb/Manifest 
b/x11-drivers/xf86-video-sisusb/Manifest
index cc50402..fd99130 100644
--- a/x11-drivers/xf86-video-sisusb/Manifest
+++ b/x11-drivers/xf86-video-sisusb/Manifest
@@ -1,2 +1,3 @@
 DIST xf86-video-sisusb-0.9.5.tar.bz2 377439 SHA256 
6508f0edcbbca978f97665953135fb564e988fed437a7c56611f8355bb4daa6b SHA512 
dd244a98e8c825bb64dcc62822a369f4d563bacc05814d1957432ab8e12f586ee1489bd98512d60af059ed8c4247de259f1e22c26a008e1c8aad41e5bdc23a3c
 WHIRLPOOL 
f1a3ee9376bd5a32c36777200780016b08f00bda1dd404a9f213de30da9e857728f5e8a664cb930559d1d7fd74e55d2a4b66450e745d90ed789bcfb2f44a06d8
 DIST xf86-video-sisusb-0.9.6.tar.bz2 382112 SHA256 
73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046 SHA512 
648121680982313af1fb4b1256694e2ec940c7d6176ec53a9c79c3f72ce600f59629e53651a579d825daef07205afc529c8100286867c584db7ec05d312e6fe1
 WHIRLPOOL 
55b7920d6f3b60ff26e0b07981058ef5d54d1a8efac1945a69a867f1e4f130024b47a202588cd9da8603b651a850ce5b950614a7652b6f264d0a543d9a90ed37
+DIST xf86-video-sisusb-0.9.7.tar.bz2 411894 SHA256 
f4400416b920cd1136d60d36b99d33f245cdeaf2ad6c1340936c7c0987761424 SHA512 
6edaf54bad80a261fa22606cad6619992e04560e132b3e68be30c80ebf2e599bc157118e725f67c5d96adc09ed036cc0c78ae0e0ce926708726f953a2fc34f02
 WHIRLPOOL 
74f6fc188c6801d49a789df32df30c78e00195901a4220f97eb043c3ffa2952f6a058b659de276a2fc0c7ff23a6a2489d89da184ad234421adebf67b61c00cf8

diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild 
b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild
new file mode 100644
index ..8db95c0
--- /dev/null
+++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.7.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="SiS USB video driver"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.6"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: 0768497e16038ec7041190b1104960e9abfadbdc
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Jan 16 19:24:27 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0768497e

x11-drivers/xf86-video-vmware: Version bump to 13.2.1.

Bug: https://bugs.gentoo.org/600030
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Matt Turner  gentoo.org>

 x11-drivers/xf86-video-vmware/Manifest |  1 +
 .../xf86-video-vmware/xf86-video-vmware-13.2.1.ebuild  | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/x11-drivers/xf86-video-vmware/Manifest 
b/x11-drivers/xf86-video-vmware/Manifest
index 4323265..2d8f2c4 100644
--- a/x11-drivers/xf86-video-vmware/Manifest
+++ b/x11-drivers/xf86-video-vmware/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-vmware-13.0.1.tar.bz2 432401 SHA256 
802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d SHA512 
2faf5fd524dffd2cd89a8b5a06b5470acbc51c3ee4f48bafc425b8e9c7c76d294201651cfb8c1d104c313885108e22abb6da736de1f3dbcf134a0926158ed147
 WHIRLPOOL 
c52cb2a65f243a3cbe70da5f007aa0af97cf32e576b8bb6a400374d775edaab78ccf9ac341f94fc4bd95a2cf58672adce4462b079d889338f0b5ea93a8cd4252
 DIST xf86-video-vmware-13.0.2.tar.bz2 438773 SHA256 
c8ba3d2cead3620dba2cbf5defb7f1759b2b96f4fe209f4bf6976832b6763c54 SHA512 
18d6867c0bd497d9f2aeb96d04b26fa0e3af1d37ae7628d19a8c1e829ef1df825371225c68e140d4d65097fa53178e6f1a7d3e371a623c9ef6cd980f826c
 WHIRLPOOL 
e6083ce2248442bba2ca3447fe3e50d3b2df5e28d3116f3b1caf9a76036c8a6269341b08bf37b02d4253738daeab4aec15bc6cfa893ebde914c6be301fa58fdf
 DIST xf86-video-vmware-13.1.0.tar.bz2 459255 SHA256 
3c1d244e4b1b77e92126957965cdc9fb82de4c215c0706a3a8aaff6939e4a0cc SHA512 
43d6a15e40896c793e49a1670b937e417271baff15b737b6b8cd3845bb7d2fc6354bf53cb40350caf0e7aac1e005a0fb2c9c80ce25690678b79e8e48f05f1de0
 WHIRLPOOL 
c637dafa0d93ef49c475b68f81aa2422b896450dee0f187c58ed2cc475c9406d69241b11a6d19d239a42c330acd41d7c7228c0b0484b30b96b33750bba0d870d
+DIST xf86-video-vmware-13.2.1.tar.bz2 470601 SHA256 
e2f7f7101fba7f53b268e7a25908babbf155b3984fb5268b3d244eb6c11bf62b SHA512 
9c48eaf5be6ece5685e07a53842083d091edba482ac0ea8318ac5b0adb9fc468f932685e4bdaf7e565f7a1cf723dcea2731616613798ebde2bbc18418a369a9d
 WHIRLPOOL 
d2eed203567e68e7b9ac949b1c1f6a96f8c0b4c7a21c43cc151dbf758d589b889e4a807993050eaa3dd5ffe2b800a1e59d1c606dc9f806d4bcc9883af06697ea

diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.2.1.ebuild 
b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.2.1.ebuild
new file mode 100644
index ..197e91b
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="VMware SVGA video driver"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="kernel_linux"
+
+RDEPEND="kernel_linux? (
+   x11-libs/libdrm[libkms,video_cards_vmware]
+   media-libs/mesa[xa]
+   )"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: fd1f1c8bf1d2367d311ef468861fb34ec6f6c7cf
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:05:19 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1f1c8b

x11-drivers/xf86-video-savage: Version bump to 2.3.9.

 x11-drivers/xf86-video-savage/Manifest |  1 +
 .../xf86-video-savage-2.3.9.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-drivers/xf86-video-savage/Manifest 
b/x11-drivers/xf86-video-savage/Manifest
index f45b488..bc6262e 100644
--- a/x11-drivers/xf86-video-savage/Manifest
+++ b/x11-drivers/xf86-video-savage/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-savage-2.3.8.tar.bz2 418649 SHA256 
fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63 SHA512 
c0a8eb58bde2d3f28dbf4f1e2a6e6e8eb019d3e61cf40bab56a586d614cf3d2a09c0ac43962ae25becfa9489f0ba36a4dd1010b6f181ffe77d10fe0bb10f3127
 WHIRLPOOL 
dde9f4b95a9aea7f3d668f937a15f97978863846a90b5fa52826aa389bfed6ccb0ea89ee9ca2cae30e915e2774bd76b7dc36fb1134e5e43a4d9db76ea7957673
+DIST xf86-video-savage-2.3.9.tar.bz2 433686 SHA256 
2c93c4db1f71e725dda0caee5821253129d4b52d7aa0fd720593e7769bceec86 SHA512 
35fe52651fe5799bbbc6e7b3608a655102547e8f8f2189288d3f5b477f819bfc56a9a8eef39813ca455e56076e4f7c36304480c3ccddbac6c794672828cf705a
 WHIRLPOOL 
a322cf2e676af614d58b3013d38b553d230addc5dd75aa354a22bbd11547e29dd6d935d5084d609c33045fb6eb1f236fe1c6fa167371c36a8f267afacefb0a21

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild 
b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
new file mode 100644
index ..e707fdb
--- /dev/null
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="S3 Savage video driver"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+
+IUSE="dri"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+   >=x11-proto/xextproto-7.0.99.1"
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable dri)
+   )
+   xorg-2_pkg_setup
+}
+
+pkg_postinst() {
+   if has_version ">=x11-base/xorg-server-1.12.99"; then
+   elog "Your X server no longer supports XAA, so 
xf86-video-savage will fall back"
+   elog "to shadowFB. Enable EXA in your X.org configuration to 
still have some 2D"
+   elog "acceleration. See \"man 4 savage\" for details."
+   fi
+}



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

2017-01-17 Thread Matt Turner
commit: 66d4e9c785a7aadab1c64e632f3a6ccf9089dd3b
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 22:59:23 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d4e9c7

x11-drivers/xf86-video-glint: Version bump to 1.2.9.

 x11-drivers/xf86-video-glint/Manifest |  1 +
 .../xf86-video-glint/xf86-video-glint-1.2.9.ebuild| 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-drivers/xf86-video-glint/Manifest 
b/x11-drivers/xf86-video-glint/Manifest
index 114cea0..0af59fe 100644
--- a/x11-drivers/xf86-video-glint/Manifest
+++ b/x11-drivers/xf86-video-glint/Manifest
@@ -1,2 +1,3 @@
 DIST xf86-video-glint-1.2.7.tar.bz2 397381 SHA256 
9aa9689436fc78a71145d4caeaf63b0e80f9abd54e9b4a3066f62ee5b334c359 SHA512 
e005998ce9a33de9b0ebf009d7600fff576b6dc79933b99f2e105028b8266af8b8bd414688b5f467295226a26311c599a4f4ab12b0b821f43a1d72566ce569c2
 WHIRLPOOL 
ccf30dab0923e397849538a91c03068529cafe9b9c1e4736abb5a9d4b661359175e83784871926481fab0f7b9344eb3309775eef76e2b715d3b2654de74de5b0
 DIST xf86-video-glint-1.2.8.tar.bz2 395371 SHA256 
657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221 SHA512 
ea8c566877a8ef6d7c08bec317da62f41ffa080ca76f06587a2bbb2a976966ca4138fae60ede757cf470222912c915f4361aa90513901c370eae335818f33468
 WHIRLPOOL 
28a6605a555fd317c9d18e0eef936051b305a37a5ad782a3ad550c9b324d15834c7742fcd7e34e76f383303a1c333044df43e9b3ef7f8451a462882bd23a405c
+DIST xf86-video-glint-1.2.9.tar.bz2 419524 SHA256 
852833ab2ea9ce519195dfd061a6c7aa5945a093cdc19546d1e9e69df7d577d2 SHA512 
29b573abc2c77992562ab72ea99dfac5fa4baee99404747c53494680fe750b9c096833cd6c8013aa85f7fb5db5bdbee2a9b26dff633a6a4fe2dc8cd9f0adff12
 WHIRLPOOL 
4e01eb43a9161056877928812c936d93479bd4de183d75519edf21ba46a8b0a2e1144403976bedb90f5cce457b8c2e623fdff6b133dabb087c4d88780847b0aa

diff --git a/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9.ebuild 
b/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9.ebuild
new file mode 100644
index ..fc5382b
--- /dev/null
+++ b/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="GLINT/Permedia video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+   x11-proto/videoproto
+   x11-proto/xextproto
+   x11-proto/xf86dgaproto
+   x11-proto/xproto"



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

2017-01-17 Thread Matt Turner
commit: d55f1e0b740560344b7385921fe7eabd11497347
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:02:42 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55f1e0b

x11-drivers/xf86-video-siliconmotion: Version bump to 1.7.9.

 x11-drivers/xf86-video-siliconmotion/Manifest  |  1 +
 .../xf86-video-siliconmotion-1.7.9.ebuild  | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest 
b/x11-drivers/xf86-video-siliconmotion/Manifest
index 43d42e5..9ac60ea 100644
--- a/x11-drivers/xf86-video-siliconmotion/Manifest
+++ b/x11-drivers/xf86-video-siliconmotion/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-siliconmotion-1.7.8.tar.bz2 398928 SHA256 
e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb SHA512 
8343982399737bbc09802ba17805b4111468d0241d4b2326ec32b237ca84e31dd02e4788c4e7fe508b032af9533765fb60ac8093877dc83f97709dc094bfa48e
 WHIRLPOOL 
cf880de7656f0f10f67b1a21a53e4c74ab8676c7a42827758281179fd6bca273a877a044d11f85936dcc8886665b53a29694eab994154ab6e01e4de7946279fe
+DIST xf86-video-siliconmotion-1.7.9.tar.bz2 416351 SHA256 
d0f3c691e71108d27a061beb62bf78b36ec35bd755905692734dd68cfb3359bc SHA512 
13085945ca496f83521c28b25c394077e010031dbdc2374347a932a52650ada02f525269a81d0b0bb20b48e371d5435a7a73cb7555a07dc5a784e77152608c63
 WHIRLPOOL 
613a7be4ab6619fe13baa22f3476d020a5cc3c69d3ff952b7798f95bcffc31b2dd88331a0919c6c8312bc2a6a56824ecea1103fba20c0675505fc2ea5f0bf55b

diff --git 
a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild 
b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
new file mode 100644
index ..135eb08
--- /dev/null
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="Silicon Motion video driver"
+
+KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: 1170b4fb991872dd295852e479edd5e5db88ae3e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:02:36 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1170b4fb

x11-drivers/xf86-video-chips: Version bump to 1.2.7.

 x11-drivers/xf86-video-chips/Manifest  |  1 +
 x11-drivers/xf86-video-chips/xf86-video-chips-1.2.7.ebuild | 12 
 2 files changed, 13 insertions(+)

diff --git a/x11-drivers/xf86-video-chips/Manifest 
b/x11-drivers/xf86-video-chips/Manifest
index 1ae7309..7d4f3ed 100644
--- a/x11-drivers/xf86-video-chips/Manifest
+++ b/x11-drivers/xf86-video-chips/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-chips-1.2.6.tar.bz2 413528 SHA256 
99aef5cf9f58391eefab5b4983814f417fd1cf2e4a0f93564de1e9bd75636b1c SHA512 
7844852fe514281f5613e6bc3254a207d6028663895228976edd77fc3b214e2fb344929eca238b632218f730ef30503ff14500b84289bc7ab310078e72f5
 WHIRLPOOL 
6c2f3d2be20ef762118b26e10fd96a78adf05a09981fb0806d4437f4b41f8eb3befd122aa720c85fc116e8d7e272678481331e6f37b954a6e4402db45bc50b6b
+DIST xf86-video-chips-1.2.7.tar.bz2 426013 SHA256 
6ea8688c5eeaba9a34a30071732d3072c31d95ca4b78c9cce0f3cbb9eaf59f58 SHA512 
12a98b79b9eba42fd408b9ac9568600dd3b1e7552841dff9b86afad78f3730e354e9ce0df1f6229a06933b7f4d7598a36227f203749447076eb63c4a9c9811f9
 WHIRLPOOL 
55d555a00e06437ac10a4045121d68b9acaf15daf20b817ae6cf914f3601173cc30011ae7b850147611d9cce157a2fa1283329b9a5fe37bbabe97a85eb853838

diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.7.ebuild 
b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.7.ebuild
new file mode 100644
index ..a79eea8
--- /dev/null
+++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.7.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="Chips and Technologies video driver"
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""



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

2017-01-17 Thread Matt Turner
commit: 1deb784c88787c1f23335ae6f272a61c26331251
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:03:54 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deb784c

x11-drivers/xf86-video-trident: Version bump to 1.3.8.

 x11-drivers/xf86-video-trident/Manifest |  1 +
 .../xf86-video-trident/xf86-video-trident-1.3.8.ebuild  | 13 +
 2 files changed, 14 insertions(+)

diff --git a/x11-drivers/xf86-video-trident/Manifest 
b/x11-drivers/xf86-video-trident/Manifest
index 82b1c1d..547fc33 100644
--- a/x11-drivers/xf86-video-trident/Manifest
+++ b/x11-drivers/xf86-video-trident/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-trident-1.3.7.tar.bz2 376898 SHA256 
ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae SHA512 
39c3dac36095fa5103b9e3af8a6ffce9a42bb79d5d1c7e0c990badc2e469b9af96ca009a041fa892af972bc38ec19e8d014fb90da392bbd0ae8892b9c1fe0064
 WHIRLPOOL 
3cddf3400b91073db4aea5b35096207e5655dbfe681bd3be1ab0cd43cb285633bac4d488548b1dc260badc69c1f3429e88e6a4c5ad78b67feeda1764bd0cb3d6
+DIST xf86-video-trident-1.3.8.tar.bz2 387742 SHA256 
9e5119d974c3e2221994542d35e3a0b3426a441869ddd6dd08a84f324856ac3f SHA512 
f971e9441c9ff7374d53d30f6746232903221665ae52560d5716762c2233cc6d0065b631a4fed98bf194d9827572cc42da577a2e6e06ba014e6ce42343b63f66
 WHIRLPOOL 
480406780c6a6a3eaf56a4bd140528db15cbfd566bf6e58737140310a9055a22c9409d5e621e12eecbf8019a397fa61d8105cb079bdbb40ad4b17f143ed884a3

diff --git a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild 
b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild
new file mode 100644
index ..df755de
--- /dev/null
+++ b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="Trident video driver"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}"



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

2017-01-17 Thread Matt Turner
commit: c2e9101d9bb6ca28886900e268e3be929f4e758a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:01:00 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e9101d

x11-drivers/xf86-video-sis: Version bump to 0.10.9.

 x11-drivers/xf86-video-sis/Manifest |  1 +
 x11-drivers/xf86-video-sis/xf86-video-sis-0.10.9.ebuild | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/x11-drivers/xf86-video-sis/Manifest 
b/x11-drivers/xf86-video-sis/Manifest
index b046962..4fbdd42 100644
--- a/x11-drivers/xf86-video-sis/Manifest
+++ b/x11-drivers/xf86-video-sis/Manifest
@@ -1,2 +1,3 @@
 DIST xf86-video-sis-0.10.7.tar.bz2 699499 SHA256 
be2eb6acba081e88dabc5be9db379e3da89a4d4edeb68064f204bf343a411cd0 SHA512 
095fd47803e8296ca3769b5c62e9399b6759023660c42b215b708dfed456e3cf2dad93b8abcb48887bd40e0d0b1435d4e1d711a721f5cb55bef4d7093ab387fa
 WHIRLPOOL 
1e02d08750b8a274d834f3268df2ecc9d3949a960796f9b3669ec48050fd6d24a8ba9aac0f2bc4514ee654956cdc058d136363fbe111b8e25e21f370baead8ef
 DIST xf86-video-sis-0.10.8.tar.bz2 734785 SHA256 
c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe SHA512 
3740acb13b087fc80c495eeb46ca8f050c6a489f7c1ec60fbee0cdfae26e516dc1a73dd6716aafbf16d8bd904a52db00cdbd538543e12792df1e43a6cbc1b72e
 WHIRLPOOL 
c256c1b192ea7d9269cc00dcb6d930d78f8a0ce374a92aadcb507fb40f254b14e26e0dad99d5090f00ff1a54a2da4f3ce32d4fcba175bf87785e39d65cdd
+DIST xf86-video-sis-0.10.9.tar.bz2 736272 SHA256 
5226b7407c601afa32d6cbf155f9182da95d92cdc89c1f83471e1927e552c10d SHA512 
7cb11d2f1f8be8d92159af7e322a9e4fe4e3436c38932d6d665b8854c2009495e99ff075c7a14d9db9c781114afc8397f0e8c1225d9a2f4bbf1b6a4b6cd6745d
 WHIRLPOOL 
8620b9945c5154699ffa17273189e31d24a75c4941715290b864b0fe9db73cabe4bfbe435586b00e1872decdfe1e04aac9e12c725914b9874ef0540102a32146

diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.9.ebuild 
b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.9.ebuild
new file mode 100644
index ..72ee644
--- /dev/null
+++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.9.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="SiS and XGI video driver"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd"
+
+DEPEND=">=x11-proto/xf86dgaproto-2.1"



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

2017-01-17 Thread Matt Turner
commit: 03078a0c53699e4508fb1df9da70844dd7e7552c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 23:01:15 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03078a0c

x11-drivers/xf86-video-mga: Version bump to 1.6.5.

 x11-drivers/xf86-video-mga/Manifest|  1 +
 x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/x11-drivers/xf86-video-mga/Manifest 
b/x11-drivers/xf86-video-mga/Manifest
index 0382252..4f62717 100644
--- a/x11-drivers/xf86-video-mga/Manifest
+++ b/x11-drivers/xf86-video-mga/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-mga-1.6.2.tar.bz2 446851 SHA256 
3f89ce250eea93f0de890954687790e06c0bab9e3e303df393e8759a187eca6c SHA512 
2c971f8d3fc3d12878eb3ff43d904a56894f04dfde28e91af7668879e82d87c6d9d1bd19cedcf2c9cfe39495fd3f44311a768c6402a7b853967c63222c28e4e7
 WHIRLPOOL 
d28591de3e06057925278b5723d0c062220ca6ccb22f793e014386bbb3ecd06eb70daed1b131a64da58b7a8a059fe4103abe89fd1c35c787e0b88fdc471ee8a1
 DIST xf86-video-mga-1.6.3.tar.bz2 454763 SHA256 
7704b1ea35098769787a9c93e903b827be97a99facfb1696aa5236a58ff1c7d7 SHA512 
4e4e21021ac544d3d2119e731dda451638441f40b8ce469bcba1861237f5b2f2d7f85013852467c9e9c06aa0c1ce52798a0ad0c0f587b44f06b8d0e695bd4666
 WHIRLPOOL 
d1df029ccef04275f8795f047cf5008c0fb6d21ebca774344aac713eac8d6e5031045ea8d4542e630e91863e2fd37bc88f0702fe52114d0c1f1473c6ac508828
 DIST xf86-video-mga-1.6.4.tar.bz2 475858 SHA256 
48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f SHA512 
714bc477f7c72d640b045a4033fc49a7045ee239395f9aa8c622e9d4f5ca9098ba4ec28eaec5b839666eed37acb60c198d6ff606222c145c007fb320b52fff55
 WHIRLPOOL 
03bbfeab72d455717e0a81049f3fd06ca1fefe078f30c6680c4c82ed7de79d4cc6dc136df79de48faebadbca47acd61724f484f51e3f552059991c1fa63e6399
+DIST xf86-video-mga-1.6.5.tar.bz2 478350 SHA256 
b663cd8e6364f7c4e2637b9fcab9861d0e3971518c73b00d213f6545a1289422 SHA512 
e1a624cb5d98796e9138bfc512b62d5130885140b1751c01f29a8eff96f66a2b57cb5abe23c1fa2b55188acabd6554c5897190a4e1aee1ec09245d53b88f69d8
 WHIRLPOOL 
fe9b8d81a689beaa6e3075057361032097f457d8dd73a656dc1af12a8cab63d742fe65c66c7bf69f093fa5c1ff49f56dd15bea3f2e3ebb643a56574cf96cd672

diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild 
b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild
new file mode 100644
index ..3aba0ca
--- /dev/null
+++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="Matrox video driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+   xorg-2_src_configure
+}



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

2017-01-17 Thread Matt Turner
commit: eb45cb2c7545487ca3eb8215ead72c729fdeff44
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Jan 16 16:37:09 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb45cb2c

x11-drivers/xf86-video-qxl: Version bump to 0.1.5.

Fixes building against xorg-server-19
Build tested only
Gentoo bug: 599976

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

 x11-drivers/xf86-video-qxl/Manifest|  1 +
 .../xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/x11-drivers/xf86-video-qxl/Manifest 
b/x11-drivers/xf86-video-qxl/Manifest
index 0ba41f5..bac4990 100644
--- a/x11-drivers/xf86-video-qxl/Manifest
+++ b/x11-drivers/xf86-video-qxl/Manifest
@@ -1,2 +1,3 @@
 DIST xf86-video-qxl-0.1.3.tar.bz2 479196 SHA256 
75786637cbfe278de78d52baa5aab217dd29af1b8a1f8b12d0c3c2584b6bc88c SHA512 
0826f72725f4220f8ed33f823412662eb3aa3c650987a04f1c82a26b1e85a06b949b2490cffc5357b2272a3c39f481475b92c8cf2ef2e9575cf1d9a1be702b6d
 WHIRLPOOL 
c7018dbc7ac3430d205620d8e114e99c2335468babde7f3ae1285020a8ce6b492375501b15cf4699db9ada8dd94c623ecfb59c89e034e116d50e56db4f5a0915
 DIST xf86-video-qxl-0.1.4.tar.bz2 487656 SHA256 
e57ad22f0b1daf8979e722be0cc38d351bfcc2e41568edc566d2bade5a621105 SHA512 
6ce518bb3ee9fce6066b492351c25a4a429edf7eff4ecbe9dc49fe5ee1f1d68586761624d2601f4bb6c4f4ddf7996f2fc8024707501b0de76ab6932bfe82c51d
 WHIRLPOOL 
3dcce31b1cdfda33ca78e66b9c221b27e0073808f956e0c98460fb2979d8dedf84f45f4adbbed6114c26597e5e2bc1d6be4b46fce83d6afdef0be63d2d848549
+DIST xf86-video-qxl-0.1.5.tar.bz2 508266 SHA256 
b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92 SHA512 
7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
 WHIRLPOOL 
a26536171723e74f086ba9fb244a9a4a148d05a26b21798c20bf83bcca752541ea0f2a92cb91cb9b583e8d2a1d6166974458fddd0c95661abdee15509e8f7b48

diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild 
b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
new file mode 100644
index ..b27e1cb
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1 xorg-2
+
+DESCRIPTION="QEMU QXL paravirt video driver"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="xspice"
+
+RDEPEND="xspice? (
+   app-emulation/spice
+   ${PYTHON_DEPS}
+   )
+   x11-base/xorg-server[-minimal]
+   >=x11-libs/libdrm-2.4.46"
+DEPEND="${RDEPEND}
+   x11-proto/xf86dgaproto
+   >=app-emulation/spice-protocol-0.12.0"
+
+src_prepare() {
+   python_fix_shebang scripts
+   xorg-2_src_prepare
+}
+
+src_configure() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable xspice)
+   )
+   xorg-2_src_configure
+}



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

2017-01-17 Thread Matt Turner
commit: 68eb6fb702515128d0336c33c9c4ed33700a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jan 17 22:59:13 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jan 17 23:16:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68eb6fb7

x11-drivers/xf86-video-tdfx: Version bump to 1.4.7.

 x11-drivers/xf86-video-tdfx/Manifest|  1 +
 .../xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-drivers/xf86-video-tdfx/Manifest 
b/x11-drivers/xf86-video-tdfx/Manifest
index b3349ca..2d09353 100644
--- a/x11-drivers/xf86-video-tdfx/Manifest
+++ b/x11-drivers/xf86-video-tdfx/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-tdfx-1.4.6.tar.bz2 368300 SHA256 
3a8a88867c40ad61f1c9a09ffd7ac64102fa821685855d50ce66c7603dcc6d37 SHA512 
d47421000f7aaeabcd13700c39a0a869c2967e6e1d02526cc348155415ac62064f61bbc5416c75b7e44a55fa9124a9feabbe6008d43c41a2305c1a0c842f384c
 WHIRLPOOL 
4fb37d85b797baa802e1a67bdb7216c06401a1ef701f27fcb705ab500546bb3a90a8e2a2a917cc727f93369d086c2a49be222e2caa3e0e3b3cf569eb3c5de1ef
+DIST xf86-video-tdfx-1.4.7.tar.bz2 372249 SHA256 
4cf48ee14ead52b23493c3dce5032496fd68bf1d000170bb138730497e212a42 SHA512 
573eea7a6b05ed33a963f8e2f80ac1cb14632b7fd10d8d90da16c07db432e73641ced885ee979f68e4ead8429b39506b2f231ca4ac296a0780c9f6d223c3b405
 WHIRLPOOL 
2be4b7cf838bc0a02543a981e595567981d1b8941cb2a3f431128d195f2e7df3be4738d4a7ddc37914d13122a14ac5819b6afde52448c3eab243be0c2d158563

diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild 
b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild
new file mode 100644
index ..6e04f34
--- /dev/null
+++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+
+inherit xorg-2
+
+DESCRIPTION="3Dfx video driver"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable dri)
+   )
+}



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

2017-01-17 Thread Magnus Granberg
commit: cf7b721cd979f2fe00af610e4b5c877bb5501182
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Jan 17 23:13:39 2017 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Jan 17 23:14:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7b721c

Profiles/base: Add mask on gcj on gcc 6.3

 profiles/base/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 4d11f4c..71f0ec8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -5,6 +5,11 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Magnus Granberg  (18 Jan 2017)
+# Adding the mask so that end users and devlopers are notified of the removal 
and have some
+# time to migrate. There is no support for gcj in gcc-7
+>=sys-devel/gcc-6.3.0 gcj
+
 # Luke Dashjr  (04 Jan 2017)
 # Mask assembly optimisations that are platform-specific
 dev-libs/libsecp256k1 asm



[gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/

2017-01-17 Thread Patrice Clement
commit: 961157ef75c206f7e38bcddf1422fc9f76e4eb86
Author: Richard Nespithal  nespithal  com>
AuthorDate: Wed Nov 23 15:40:08 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 23:07:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961157ef

dev-util/lxqt-build-tools: new package.

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

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

 dev-util/lxqt-build-tools/Manifest |  1 +
 .../lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/lxqt-build-tools/Manifest 
b/dev-util/lxqt-build-tools/Manifest
new file mode 100644
index ..c0a62e8
--- /dev/null
+++ b/dev-util/lxqt-build-tools/Manifest
@@ -0,0 +1 @@
+DIST lxqt-build-tools-0.2.0.tar.xz 15552 SHA256 
4b2b6788260e167358f3bb295cc2faa820cb52670d3213a6317419db893037d2 SHA512 
40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de
 WHIRLPOOL 
9725e8181a7f6e6e05c172336b5b489caf9573e7d6beb472ffd9a6ae8769f961b285f43d3ef05103e0374c50abf55afc81d028e487668d1b0cbe8fcc2787a878

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
new file mode 100644
index ..0e20e21
--- /dev/null
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="LXQt Build tools"
+HOMEPAGE="http://lxqt.org/;
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+   SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="dev-qt/qtcore:5"
+
+src_configure() {
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/logstash-bin/, app-admin/logstash-bin/files/

2017-01-17 Thread Patrice Clement
commit: e63c8470e34a3441398cb36eb180f38f370ee23d
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sun Jan 15 06:31:35 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:54:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63c8470

app-admin/logstash-bin: drop old

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

 app-admin/logstash-bin/Manifest|  3 -
 app-admin/logstash-bin/files/logstash.initd3   | 70 --
 app-admin/logstash-bin/logstash-bin-2.3.4.ebuild   | 64 
 .../logstash-bin/logstash-bin-5.0.0-r2.ebuild  | 64 
 .../logstash-bin/logstash-bin-5.0.1-r1.ebuild  | 64 
 app-admin/logstash-bin/logstash-bin-5.0.1.ebuild   | 64 
 6 files changed, 329 deletions(-)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index 1898b0c..c5475d0 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -1,6 +1,3 @@
-DIST logstash-2.3.4.tar.gz 79779303 SHA256 
7f62a03ddc3972e33c343e982ada1796b18284f43ed9c0089a2efee78b239583 SHA512 
cc5d6c04e414daf63c836141df87204e0cbc63f71ee02abb69496e29587d5b0803dd738949de559a597979c9f6c6bf9d11d55f4b084ce875f24fb362f2c9bd3b
 WHIRLPOOL 
71b6d915153d80d9bc81d10454ffd14af4643c61557964d7fd8edf50bf1a5d1c53ce0b09c2aec9b079918df596bbb5b07420b8661572bf7ea659e9703694f07c
 DIST logstash-2.4.0.tar.gz 83882952 SHA256 
622c435c5c0f40e205fd4d9411eb409cc52992cf62dde4c7cd46e480cd8247cc SHA512 
27f7e22fcfbeabe58bef1220399a80b32b56b5e2af17c0279e3f583ed5170be649b961b92c3eef33120ce238f126a3cb32e614bd8109bd8c266b53c5324d
 WHIRLPOOL 
2d1db78ff21d86e22f709600b086dfc253120e6a659d46c1e6ebc6d62dfffd48f0a440c33fa9a1cd7014108f5ae88afa4ccd25211ce57b1a4856f756a855c71e
-DIST logstash-5.0.0.zip 110726123 SHA256 
9a8ba13f9d4333fb17f373fc822a0ae5458ef8a37c026b823fc9a66044f8e331 SHA512 
928541781d5f6bf16d91184f4863c2ecc3b8f07c190fd332b79f4f790091faf0531063459b96a53a250d986060a8968d9d326285e3195a39a116f0dc2ac1e43d
 WHIRLPOOL 
a6447c19d717819fa95b4e35e149215f8e6b270032311a80d56b235a1ee3de3561bd3ce5277ee3bd1fc11126819a0333d9ed068306f360e93788742ba45246d0
-DIST logstash-5.0.1.zip 110853954 SHA256 
e2da648882f1583190e9146b0a994d7956c6e6ec0d17d4c92187b8fc74a1e9ee SHA512 
57ceb47fb971d8bebf4d952d01f40dc14c79e9774ee228e2f3f55e8e1cf882df1361902192af93e0a5a74a18fb10ad2387b0922665e9285ff4d3b11add71b2e2
 WHIRLPOOL 
9867f9f1a2d06e5cccb81fe3db8ee0f8104085103f900442fd041770a3ec8c3941b7639c58766576e8a2d0c99dc5736ce62e7c002d3b6420f0de1205e9c5c09c
 DIST logstash-5.1.2.zip 100044055 SHA256 
99fd514b6241310c78aefca2cd895c1cec4cd426aa08fccf7e8bba26567573c3 SHA512 
4186f942dd555dc1284bc657cbd3a61de8aa67a50bd2f7b725d3364e5fca61029cadb0ca4f9e1c4a36078805fd015128ddcd7773e19e643eaddd5ae2fa9c6673
 WHIRLPOOL 
1127a419a35e42de59a4bd61fe5b75e39daad69d0646019417abf83f44639a86fd2b1ffc687b6cc551562045ef3d2d901d7985437d158094d4d054e4a93bfd5d
 DIST logstash-all-plugins-2.4.0.tar.gz 139743651 SHA256 
b2ffe60745ece2140ebc4610f42543dcf3ff5ead2707f0b36f0b70e8ddf0baff SHA512 
9627f6119d129b4dcdc41ff43e49a3880f4ba5fcb3ee11e1ec821929d542c93629b0f58ded6741c96da49cba16b05eca141acdeee0ed060389abc3f467bba593
 WHIRLPOOL 
49ddc27d6030ae65aaab0acabda478644232f92cbd2bbe3d1b118782c5ce1167edb2a485def982f3b6c8138f084e79a783273dd50519a82085b984259f7e19d4

diff --git a/app-admin/logstash-bin/files/logstash.initd3 
b/app-admin/logstash-bin/files/logstash.initd3
deleted file mode 100644
index ce783fa..
--- a/app-admin/logstash-bin/files/logstash.initd3
+++ /dev/null
@@ -1,70 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-LS_USER=${LS_USER:-logstash}
-LS_GROUP=${LS_GROUP:-$LS_USER}
-LS_LOG_FILE=${LS_LOG_FILE:-/var/log/logstash/logstash.log}
-LS_CONF_DIR=${LS_CONF_DIR:-/etc/logstash/conf.d}
-LS_HOME=${LS_HOME:-/var/lib/logstash}
-LS_HEAP_SIZE=${LS_HEAP_SIZE:-500m}
-LS_NICE=${LS_NICE:-19}
-LS_JAVA_OPTS=${LS_JAVA_OPTS:-"-Djava.io.tmpdir=${LS_HOME}"}
-LS_USE_GC_LOGGING=${LS_USE_GC_LOGGING:-false}
-LS_OPEN_FILES=${LS_OPEN_FILES:-16384}
-KILL_ON_STOP_TIMEOUT=${KILL_ON_STOP_TIMEOUT:-0}
-
-command="/opt/logstash/bin/logstash"
-command_args="--path.config ${LS_CONF_DIR} --path.logs ${LS_LOG_FILE} 
${LS_OPTS}"
-command_background="true"
-pidfile=${LS_PIDFILE:-"/run/logstash/logstash.pid"}
-
-start_stop_daemon_args="--user ${LS_USER}:${LS_GROUP} \
-   --chdir ${LS_HOME}
-   --nicelevel ${LS_NICE}
-   --env LS_HEAP_SIZE=${LS_HEAP_SIZE}
-   --env LS_JAVA_OPTS=${LS_JAVA_OPTS}
-   --env LS_USE_GC_LOGGING=${LS_USE_GC_LOGGING}"
-
-extra_commands="checkconfig"
-extra_started_commands="reload"
-
-checkconfig() {
-   if [ ! -f ${LS_CONF_DIR}/* ]; then
-   eerror "Please put your configuration in ${LS_CONF_DIR}"
-   exit 1
-   fi
-
-   ebegin "Checking your configuration"
-   ${command} 

[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/

2017-01-17 Thread Patrice Clement
commit: c98a81398687f4ba0d9e900533d6d021e802e6f5
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sun Jan 15 06:06:38 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:58:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98a8139

www-apps/kibana-bin: version bump to 4.6.4/5.1.2.

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

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

 www-apps/kibana-bin/Manifest|  4 ++
 www-apps/kibana-bin/kibana-bin-4.6.4.ebuild | 67 +
 www-apps/kibana-bin/kibana-bin-5.1.2.ebuild | 67 +
 3 files changed, 138 insertions(+)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index 07969ae..4c0af2b 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -1,4 +1,8 @@
 DIST kibana-4.6.3-linux-x86.tar.gz 33610389 SHA256 
942550e1f74fd491c7e42d056ab9165bbd86aaa53385b5b1cba07171aaea5b59 SHA512 
aaad8306c12624ebf080d248b6ab7c002543ba2db8c035ba0168e84fe20dc7af92d22c64ca3a0a1e5ff087f492da9208dd388175cb5fafed84d1dedc56334aa9
 WHIRLPOOL 
960b5d41f084142dac18d78a57f6ef486532fc4cfc781568a8816a845d28b67d01c9df11679087ecd97a68a2968af06556e051d769cc03a29c6a951e5e58c031
 DIST kibana-4.6.3-linux-x86_64.tar.gz 34135857 SHA256 
483d49d7d03052f4885c88d905b602f3fa432cb12e2c2cbdab82bb0d259d00c7 SHA512 
5e3b5abc81637fcfc8d1b0318bede20432f6b9ddc70c7e2ce2a61b36c983e0fbf1667f0939481ffe542e3000239a84568684c398edcabae1658ebf09b1314b39
 WHIRLPOOL 
f3930869e8148647fe1c1cd053cdc6ef0787cd01d473972f6da9f34ac516fe96aa4d2907ac7491c62df186f2a938907eef320bf97a3ca3450bdf9c3f9c12bbf6
+DIST kibana-4.6.4-linux-x86.tar.gz 35102428 SHA256 
4c221ff74ae85218df86b0049154d5470217e1491292ed830f749046f76b3ab7 SHA512 
e171c4fbb22db6ba615dc9a33090c4246bf09781c0f3be9d946a3e74ad6ccc98fc60af25848bb687caa8d0eaa604e2839c57d38b8f5f0f13bd0d9c0beb947ca7
 WHIRLPOOL 
1c6a418d18d84b9960676aa34cb98e8300ae4b214eaedf193d9ab3da56881eaf09d866599b2b8c6d89d4ded4043418785e3c97a665d5d5c7e4b255b55a2b
+DIST kibana-4.6.4-linux-x86_64.tar.gz 35651364 SHA256 
05699ab7810d1291d555b429081e0299575270e0eb06491af44ba76b355acead SHA512 
9006adebbb2c6980bbe3dc1cb9e21a2657dfced9e5b07b5176782ecda0a8c687478c06a9ba353c54720efb690f54626797628ebe35366a0ffd07c5f71bb8bc84
 WHIRLPOOL 
a8411bcd56bf8704089ebc30a06ce5f4386c1a4146f00be49e6c34981402daf3ba0c56b91a1c05b4ad81e2d3181a9106e39066cb233d8456a1fa3fe4c36860c5
 DIST kibana-5.1.1-linux-x86.tar.gz 38350169 SHA256 
59ea9ceefbcc55c3283a8da5cfee72c865162a1bff70d128c04ca63f7f80ea8c SHA512 
fac89049e30450f2876dfa544d9571b6fbe9230083b074f3d4348824d1fb05fec67782c67522ef5ac9479ebab417b37e3d4d0178d048d7e8c60825b205922e5e
 WHIRLPOOL 
dfb8c97052f9f5b6cc126d57261b5418690257583e62b97a9e9f222172cf58828f61213dba9db44ad2726fbdea228386edd7756b4f08254266847ec7b5c6e00d
 DIST kibana-5.1.1-linux-x86_64.tar.gz 38909731 SHA256 
da0383be8a12936c7d2a0a145e7bf0eb15abf972e585e0115ed8742032c79245 SHA512 
6dd86aa15c563060ba52d87d68258e694c552826ec8a74578c19d0c9bcdfe1e6107f39e756af771495a88ba0ebda994f3e5b45e0afb07e6cbeb80e6d8ed685ea
 WHIRLPOOL 
3b76c3280173ce6c203adb243d07d3df42cdeae6dc177169e4aa205fdd82bbc6e1605322ac2087c42b5b069158fd70a7a9822380f02515a2de41c9990bda5059
+DIST kibana-5.1.2-linux-x86.tar.gz 38506277 SHA256 
e612e0669de687d20ac9896c4cb7a1d7a2bdcb7205af531188013044d659ab90 SHA512 
f8d80f3c8d9643dcbf5abb8035dbde15b48f099a1bba9a9d7b18c9894f4d9cb427bc5b850d4005182cde127f9967b2d2786964518637c5312e00020e0fe8e68e
 WHIRLPOOL 
abf990db0cf0fd50f6f4d4ea1a56703d955b603b0c80b61860800886546fadd1d79fe402cfa31aa414169290f623c1877e1826c3c4dccaad230657360289d785
+DIST kibana-5.1.2-linux-x86_64.tar.gz 39069457 SHA256 
c2e30b9581e7222e8f2536d4b08087dc282a6b31a24ec0e43b905507fe2f2b04 SHA512 
d1bebb18d1b3af49b7306f6192ba46bf2485b2eb9a6ddbe9028b5dec921104fbd22ab44d028a9d8ca16730d8f8f7533abb79561b420620859a32edda07369b01
 WHIRLPOOL 
cecadd767316d1404bf60afd57dcb52da289197d173bffd5e320daa4a31c43624ff3ca4f75569916ec960beb2e5a4626159c5eaa26846060331e2bff879b3439

diff --git a/www-apps/kibana-bin/kibana-bin-4.6.4.ebuild 
b/www-apps/kibana-bin/kibana-bin-4.6.4.ebuild
new file mode 100644
index ..f9e7e9e
--- /dev/null
+++ b/www-apps/kibana-bin/kibana-bin-4.6.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit pax-utils user
+
+MY_PN="${PN%-bin}"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Explore and visualize data"
+HOMEPAGE="https://www.elastic.co/products/kibana;
+SRC_URI="amd64? ( 
https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x86_64.tar.gz )
+   x86? ( 
https://download.elastic.co/${MY_PN}/${MY_PN}/${MY_P}-linux-x86.tar.gz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="strip"
+QA_PREBUILT="opt/kibana/node/bin/node"
+
+pkg_setup() {
+   enewgroup ${MY_PN}
+   enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN}
+}
+

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

2017-01-17 Thread Patrice Clement
commit: 429db48f2b594c87082b12d9f367d642476c2f54
Author: Sergey Alirzaev  gmail  com>
AuthorDate: Tue Jan 10 21:00:21 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:58:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429db48f

app-misc/mosquitto-1.4.10: keyword for ~arm.

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

 app-misc/mosquitto/mosquitto-1.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mosquitto/mosquitto-1.4.10.ebuild 
b/app-misc/mosquitto/mosquitto-1.4.10.ebuild
index 47b2e61..7b8cd51 100644
--- a/app-misc/mosquitto/mosquitto-1.4.10.ebuild
+++ b/app-misc/mosquitto/mosquitto-1.4.10.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://mosquitto.org/;
 SRC_URI="http://mosquitto.org/files/source/${P}.tar.gz;
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~arm"
 IUSE="bridge examples +persistence +srv ssl tcpd"
 
 RDEPEND="tcpd? ( sys-apps/tcp-wrappers )



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

2017-01-17 Thread Patrice Clement
commit: f7999690404f400eec1a2da59586c4d0a3b61f9a
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 17 22:51:58 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:52:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7999690

app-misc/lsx: EAPI 6 bump.

Package-Manager: portage-2.3.0

 app-misc/lsx/lsx-0.1-r1.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/app-misc/lsx/lsx-0.1-r1.ebuild b/app-misc/lsx/lsx-0.1-r1.ebuild
new file mode 100644
index ..aea9562
--- /dev/null
+++ b/app-misc/lsx/lsx-0.1-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
+
+inherit toolchain-funcs
+
+DESCRIPTION="list executables"
+HOMEPAGE="http://tools.suckless.org/lsx;
+SRC_URI="http://suckless.org/download/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README )
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s/.*strip.*//" \
+   Makefile || die "sed failed"
+
+   sed -i \
+   -e "s/CFLAGS = -Os/CFLAGS +=/" \
+   -e "s/LDFLAGS =/LDFLAGS +=/" \
+   config.mk || die "sed failed"
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+
+   # collision with net-dialup/lrzsz
+   mv "${D}/usr/bin/${PN}" "${D}/usr/bin/${PN}-suckless" || die
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   elog "Run ${PN} with ${PN}-suckless"
+}



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

2017-01-17 Thread Patrice Clement
commit: c5024a1d1c40752e809392fccb6bec236db5f733
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 17 22:49:17 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5024a1d

app-misc/cmatrix: clean up old..

Package-Manager: portage-2.3.0

 app-misc/cmatrix/cmatrix-1.2a-r1.ebuild | 47 -
 1 file changed, 47 deletions(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r1.ebuild 
b/app-misc/cmatrix/cmatrix-1.2a-r1.ebuild
deleted file mode 100644
index 9d107b5..
--- a/app-misc/cmatrix/cmatrix-1.2a-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit autotools eutils
-
-DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
-HOMEPAGE="http://www.asty.org/cmatrix;
-SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
-IUSE="X"
-
-DEPEND="X? ( x11-apps/mkfontdir )
-   sys-libs/ncurses"
-
-src_unpack() {
-   unpack ${A}
-   # patch Makefile.am to make sure the fonts installations don't violate 
the
-   # sandbox.
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-   if use X ; then
-   epatch "${FILESDIR}"/${P}-fontdir.patch
-   fi
-   eautoreconf
-}
-
-src_install() {
-   dodir /usr/share/consolefonts || die 'dodir failed'
-   dodir /usr/lib/kbd/consolefonts || die 'dodir failed'
-   if use X;then
-  dodir /usr/share/fonts/misc || die 'dodir failed'
-   fi
-   emake DESTDIR="${D}" install || die 'emake install failed'
-}
-
-pkg_postinst() {
-   if use X; then
-   if [ -d "${ROOT}"usr/share/fonts/misc ] ; then
-   einfo ">>> Running mkfontdir on 
${ROOT}usr/share/fonts/misc"
-   mkfontdir "${ROOT}"usr/share/fonts/misc || die 
'mkfontdir failed'
-   fi
-   fi
-}



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

2017-01-17 Thread Sven Wegener
commit: 42e155c3b6daf2ddad31ee568a5076253c343bb1
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jan 17 22:54:53 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jan 17 22:55:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e155c3

net-dns/pdns: Remove vulnerable version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-dns/pdns/Manifest  |   1 -
 net-dns/pdns/pdns-4.0.1.ebuild | 153 -
 2 files changed, 154 deletions(-)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index fc578f9..648debd 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,3 +1,2 @@
-DIST pdns-4.0.1.tar.bz2 1304788 SHA256 
d191eed4a6664430e85969f49835c59e810ecbb7b3eb506e64c6b2734091edd7 SHA512 
77fce9963a05198afeb569f92fbb0f6a1cb3426c28dd77b0921128189c80d9a72ebdbfc249dfc0b5b89cc7a65a83887a0388d6cc3461453b1e3096e563afdd1e
 WHIRLPOOL 
6be1fac5cbb322fa4e4a21dc0d72f1e37ef1338a6035526ec893d2fdaa1d8c38bf0bfb124d2d00405d279cc05847d5dcf52c10938121e7d9167f9f1db2df76e2
 DIST pdns-4.0.2.tar.bz2 1314886 SHA256 
d051e53b63f586c924f00ce8a81662f7bd285b461d125d4991538f92cf7e629d SHA512 
6720289332ee5186f4c58a00a720f3bb58480c0ae7f09915148ca8b40e2dfdc77e2f14123df903692afa464539eeef6b21e8ea3d284278897751ba807e2cdffe
 WHIRLPOOL 
6b58de4f2fc6fe830255203c281ca518a543b373171f73021cd8efd597c146b438a7ffd6ed018b637816fe07153a51f947818a0fa76dc237ba0f50903d3afbe9
 DIST pdns-4.0.3.tar.bz2 1312299 SHA256 
60fa21550b278b41f58701af31c9f2b121badf271fb9d7642f6d35bfbea8e282 SHA512 
58d33ac6cf457a916bae6abd8d2dc17f76fbcd1bd9e649948584dd669f5596b43e3e4d91841700ea1ea2cd1ac102749e503cd9075273540f33a2321e20d8bfc2
 WHIRLPOOL 
a28ab5011b3365423f13331c31e8f0fdb9aef0798155ce6fcbe328f82ebc3ca57a966b77f48c31422d374837ee4be3f7f0bc935bab463add19714eb8abd46493

diff --git a/net-dns/pdns/pdns-4.0.1.ebuild b/net-dns/pdns/pdns-4.0.1.ebuild
deleted file mode 100644
index a3382c5..
--- a/net-dns/pdns/pdns-4.0.1.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib user toolchain-funcs versionator
-
-DESCRIPTION="The PowerDNS Daemon"
-HOMEPAGE="http://www.powerdns.com/;
-SRC_URI="http://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# other possible flags:
-# db2: we lack the dep
-# oracle: dito (need Oracle Client Libraries)
-# xdb: (almost) dead, surely not supported
-
-IUSE="botan debug doc geoip ldap lua luajit mydns mysql opendbx postgres 
protobuf remote sqlite systemd tools tinydns test"
-
-REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )"
-
-RDEPEND="
-   dev-libs/openssl:=
-   >=dev-libs/boost-1.35:=
-   botan? ( =dev-libs/botan-1.10* )
-   lua? ( dev-lang/lua:= )
-   luajit? ( dev-lang/luajit:= )
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )
-   ldap? ( >=net-nds/openldap-2.0.27-r4 )
-   sqlite? ( dev-db/sqlite:3 )
-   opendbx? ( dev-db/opendbx )
-   geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
-   tinydns? ( >=dev-db/tinycdb-0.77 )
-   protobuf? ( dev-libs/protobuf )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}"/${P/_/-}
-
-src_configure() {
-   local dynmodules="pipe bind" # the default backends, always enabled
-
-   #use db2 && dynmodules+=" db2"
-   use ldap && dynmodules+=" ldap"
-   use lua && dynmodules+=" lua"
-   use mydns && dynmodules+=" mydns"
-   use mysql && dynmodules+=" gmysql"
-   use opendbx && dynmodules+=" opendbx"
-   #use oracle && dynmodules+=" goracle oracle"
-   use postgres && dynmodules+=" gpgsql"
-   use remote && dynmodules+=" remote"
-   use sqlite && dynmodules+=" gsqlite3"
-   use tinydns && dynmodules+=" tinydns"
-   use geoip && dynmodules+=" geoip"
-   #use xdb && dynmodules+=" xdb"
-
-   econf \
-   --disable-static \
-   --sysconfdir=/etc/powerdns \
-   --libdir=/usr/$(get_libdir)/powerdns \
-   --with-modules= \
-   --with-dynmodules="${dynmodules}" \
-   --with-pgsql-includes=/usr/include \
-   --with-pgsql-lib=/usr/$(get_libdir) \
-   --with-mysql-lib=/usr/$(get_libdir) \
-   $(use_enable botan botan1.10) \
-   $(use_enable debug verbose-logging) \
-   $(use_enable test unit-tests) \
-   $(use_enable tools) \
-   $(use_enable systemd) \
-   $(use_with lua) \
-   $(use_with luajit) \
-   $(use_with protobuf) \
-   ${myconf}
-}
-
-src_compile() {
-   default
-   use doc && emake -C codedocs codedocs
-}
-
-src_install () {
-   default
-
-   mv "${D}"/etc/powerdns/pdns.conf{-dist,}
-
-   fperms 0700 

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

2017-01-17 Thread Sven Wegener
commit: 5c8cc4e173cdfd61fa683584542cb576c777e458
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jan 17 22:55:36 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jan 17 22:55:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8cc4e1

net-dns/pdns-recursor: Remove vulnerable version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-dns/pdns-recursor/Manifest   |  1 -
 net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild | 81 
 2 files changed, 82 deletions(-)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index 694dbd3..b7cf235 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,2 +1 @@
-DIST pdns-recursor-4.0.3.tar.bz2 1045041 SHA256 
ae9813a64d13d9ebe4b44e89e8e4e44fc438693b6ce4c3a98e4cab1af22d9627 SHA512 
03c77cff58851f9802eba434fb674d9cbd19b849620996df84b8dccc97539607895e06c1beb662b1ce08146bbc2b51a72bde2d6d90ef88c929ab645d9b5a33c4
 WHIRLPOOL 
25a6f40bca7575ffa07a87be15c0f6d6943878ed5f9b5cd28fa4eb782048a82aed56e5f76b578be78b5d9078dbd4a2838a1b07da22e125903e677d7e7e60bb8f
 DIST pdns-recursor-4.0.4.tar.bz2 1050596 SHA256 
2338778f49ccd03401e65f6f4b39047890e691c8ff6d810ecee45321fb4f1e4d SHA512 
9473dfe9abc509b2bb953139dd7892de2027ee1508902fa0c2cd30dd9a88878fcf44370b8372d573cbab12de32bb8c604005d3b39ea34db2ef86786e689d36ab
 WHIRLPOOL 
b205ff800e49cba87f4796c7c2e4b5835119480dbcf07e404d37f86c65e7f45095fb2a936df0f82f85e6e869a87ec0355b1e5ddc5d29480e07397fc823fb1f6a

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild
deleted file mode 100644
index 51031c3..
--- a/net-dns/pdns-recursor/pdns-recursor-4.0.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-inherit toolchain-funcs flag-o-matic eutils versionator
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="http://www.powerdns.com/;
-SRC_URI="http://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="lua luajit protobuf systemd"
-REQUIRED_USE="?? ( lua luajit )"
-
-DEPEND="lua? ( >=dev-lang/lua-5.1:= )
-   luajit? ( dev-lang/luajit:= )
-   protobuf? (
-   dev-libs/protobuf
-   >=dev-libs/boost-1.42
-   )
-   systemd? ( sys-apps/systemd:0= )
-   >=dev-libs/boost-1.35"
-RDEPEND="${DEPEND}
-   !

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

2017-01-17 Thread Patrice Clement
commit: 325a6e2851b3204831e18d1eddd2bf0aa3037e55
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Jan 16 18:07:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:53:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325a6e28

net-analyzer/zabbix: remove unused patch.

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

 .../zabbix/files/zabbix-1.8.9-as-needed.patch  | 83 --
 1 file changed, 83 deletions(-)

diff --git a/net-analyzer/zabbix/files/zabbix-1.8.9-as-needed.patch 
b/net-analyzer/zabbix/files/zabbix-1.8.9-as-needed.patch
deleted file mode 100644
index 254634d..
--- a/net-analyzer/zabbix/files/zabbix-1.8.9-as-needed.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From 90b086b4daebf61756e3d6f8926cf8951a2fc96a Mon Sep 17 00:00:00 2001
-From: Vladimir V. Kamarzin 
-Date: Fri, 22 Oct 2010 17:47:01 +0600
-Subject: [PATCH 1/2] Fix linking with ldap libs
-
-Move "-lldap -llber" from LDAP_LDFLAGS to LDAP_LIBS and include them to
-LIBS

- configure.in |1 +
- m4/ldap.m4   |4 +++-
- 2 files changed, 4 insertions(+), 1 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index d3d981b..b11b2ee 100644
 a/configure.in
-+++ b/configure.in
-@@ -1281,6 +1281,7 @@ if test "x$want_ldap" = "xyes"; then
- fi
- CFLAGS="${CFLAGS} ${LDAP_CPPFLAGS}"
- SERVER_LDFLAGS="${SERVER_LDFLAGS} ${LDAP_LDFLAGS}"
-+LIBS="${LIBS} ${LDAP_LIBS}"
- PROXY_LDFLAGS="${PROXY_LDFLAGS} ${LDAP_LDFLAGS}"
- AGENT_LDFLAGS="${AGENT_LDFLAGS} ${LDAP_LDFLAGS}"
- 
- found_iconv="no"
- dnl Check for libiconv [by default - skip]
-diff --git a/m4/ldap.m4 b/m4/ldap.m4
-index 29e97cd..885b3e0 100644
 a/m4/ldap.m4
-+++ b/m4/ldap.m4
-@@ -72,7 +72,8 @@ AC_HELP_STRING([--with-ldap@<:@=DIR@:>@],[Include LDAP 
support @<:@default=no@:>
-fi
- 
-LDAP_CPPFLAGS=-I$LDAP_INCDIR
--   LDAP_LDFLAGS="-L$LDAP_LIBDIR -lldap -llber $LDAP_LIBS"
-+   LDAP_LDFLAGS="-L$LDAP_LIBDIR $LDAP_LIBS"
-+   LDAP_LIBS="-lldap -llber $LDAP_LIBS"
- 
-found_ldap="yes"
-AC_DEFINE(HAVE_LDAP,1,[Define to 1 if LDAP should be enabled.])
-@@ -92,6 +93,7 @@ AC_HELP_STRING([--with-ldap@<:@=DIR@:>@],[Include LDAP 
support @<:@default=no@:>
- 
-   AC_SUBST(LDAP_CPPFLAGS)
-   AC_SUBST(LDAP_LDFLAGS)
-+  AC_SUBST(LDAP_LIBS)
- 
-   unset _libldap_with
- ])dnl
--- 
-1.7.3.1
-
-From f6378e6aeb0bec1883a83c70c8cdfd1213f11f97 Mon Sep 17 00:00:00 2001
-From: Vladimir V. Kamarzin 
-Date: Fri, 22 Oct 2010 17:49:16 +0600
-Subject: [PATCH 2/2] m4/ax_lib_postgresql.m4: move -pq from POSTGRESQL_LDFLAGS 
to POSTGRESQL_LIBS
-

- m4/ax_lib_postgresql.m4 |4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4
-index fe06f66..934d12c 100644
 a/m4/ax_lib_postgresql.m4
-+++ b/m4/ax_lib_postgresql.m4
-@@ -84,7 +84,8 @@ AC_DEFUN([AX_LIB_POSTGRESQL],
- AC_MSG_CHECKING([for PostgreSQL libraries])
- 
- POSTGRESQL_CPPFLAGS="-I`$PG_CONFIG --includedir`"
--POSTGRESQL_LDFLAGS="-L`$PG_CONFIG --libdir` -lpq"
-+POSTGRESQL_LDFLAGS="-L`$PG_CONFIG --libdir`"
-+POSTGRESQL_LIBS="-lpq"
- 
- POSTGRESQL_VERSION=`$PG_CONFIG --version | sed -e 's#PostgreSQL 
##'`
- 
-@@ -179,4 +180,5 @@ PQserverVersion(conn);
- AC_SUBST([POSTGRESQL_VERSION])
- AC_SUBST([POSTGRESQL_CPPFLAGS])
- AC_SUBST([POSTGRESQL_LDFLAGS])
-+AC_SUBST([POSTGRESQL_LIBS])
- ])
--- 
-1.7.3.1
-



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

2017-01-17 Thread Patrice Clement
commit: 4eb7b446a6c33c65d992b219032b201d1b2874bc
Author: Anthony Ryan  gmail  com>
AuthorDate: Sun Jan 15 21:24:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:53:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb7b446

dev-perl/Regexp-Common: version bump to 2016060801.

* Add missing dependency on dev-perl/Test-Regexp
* Keyword ~arm (tested on armv7a RK3288)

A rekeywording of all other archs will be necessary
because of the new dependency on dev-perl/Test-Regexp.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3515

 dev-perl/Regexp-Common/Manifest|  1 +
 .../Regexp-Common-2016060801.0.0.ebuild| 24 ++
 dev-perl/Regexp-Common/metadata.xml|  1 +
 3 files changed, 26 insertions(+)

diff --git a/dev-perl/Regexp-Common/Manifest b/dev-perl/Regexp-Common/Manifest
index e587a7c..f024f1b 100644
--- a/dev-perl/Regexp-Common/Manifest
+++ b/dev-perl/Regexp-Common/Manifest
@@ -1,2 +1,3 @@
 DIST Regexp-Common-2013031301.tar.gz 115724 SHA256 
729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84 SHA512 
2fad761c169be76771856938a53f28dab232cb44cea4e22f56869754633f9a38f94568096ac0f21a885e6dd11049f401c8957b04929eee6802b8454c4fe4f62a
 WHIRLPOOL 
6879d3f4ec48f4b8f41d1de56f541156182eaa7f257a0ee76ee21c81a78e5fa9270da296da2ce97490cb6c67d0e6815a3b32ec152e6a3cc6e561b864443c
 DIST Regexp-Common-2016020301.tar.gz 119181 SHA256 
ccdcb6ca034b2948f2efa042c75aff9edee355b800a81943432efcca95fa7e59 SHA512 
20b773015b6c604e5811ea030802605a9e71c9049342a8b88e4d45de310a2f7df468ac4c5b79102870abc290777bccadf380299c64c944aa6fe01f31596a9da0
 WHIRLPOOL 
ce56276ef7b25d5f98a7249630a2c69bb3d78ab028ad18ed39e903d3ee7100e457b54526f63ef101909f25a2b622321d49b3e3592615c764bdc421e42954878f
+DIST Regexp-Common-2016060801.tar.gz 237712 SHA256 
fc2fc178facf0292974d6511bad677dd038fe60d7ac118e3b83a1ca9e98a8403 SHA512 
2c1ab9c6efd412d9b071ef80ccfb11fb5de5e4d9d8973efd5f34ad50bf046766ec9fa2851c151a05a3418d07e3ae35e80bb023e41346cb7362c9aee462eb047a
 WHIRLPOOL 
6638a47df9de9108f30a5d40aede1eb18fef68f03fa5a2b1145dc3bd6c8290671150074624b4e3669acbe5656fcf1ce1c7023fe8dee2ea00f6518dd35fdd903d

diff --git a/dev-perl/Regexp-Common/Regexp-Common-2016060801.0.0.ebuild 
b/dev-perl/Regexp-Common/Regexp-Common-2016060801.0.0.ebuild
new file mode 100644
index ..d9c85b1
--- /dev/null
+++ b/dev-perl/Regexp-Common/Regexp-Common-2016060801.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+DIST_AUTHOR=ABIGAIL
+DIST_VERSION=$(get_major_version)
+
+inherit perl-module
+
+DESCRIPTION="Provide commonly requested regular expressions"
+
+LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+DEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( dev-perl/Test-Regexp )
+"

diff --git a/dev-perl/Regexp-Common/metadata.xml 
b/dev-perl/Regexp-Common/metadata.xml
index 2d8488b..ac18cc5 100644
--- a/dev-perl/Regexp-Common/metadata.xml
+++ b/dev-perl/Regexp-Common/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Perl Project
   
   
+Abigail/Regexp--Common
 Regexp-Common
 Regexp::Common
 Regexp::Common::CC



[gentoo-commits] repo/gentoo:master commit in: app-admin/logstash-bin/files/, app-admin/logstash-bin/

2017-01-17 Thread Patrice Clement
commit: 7d73142bca06d96757fe9a69b963212c1d936657
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sun Jan 15 06:26:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:54:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d73142b

app-admin/logstash-bin: version bump to 5.1.2.

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

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

 app-admin/logstash-bin/Manifest   | 2 +-
 app-admin/logstash-bin/files/logstash.initd   | 2 +-
 app-admin/logstash-bin/files/logstash.initd3  | 2 +-
 app-admin/logstash-bin/files/logstash.initd4  | 2 +-
 .../{logstash-bin-5.1.1-r1.ebuild => logstash-bin-5.1.2.ebuild}   | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
index 83698c2..1898b0c 100644
--- a/app-admin/logstash-bin/Manifest
+++ b/app-admin/logstash-bin/Manifest
@@ -2,5 +2,5 @@ DIST logstash-2.3.4.tar.gz 79779303 SHA256 
7f62a03ddc3972e33c343e982ada1796b1828
 DIST logstash-2.4.0.tar.gz 83882952 SHA256 
622c435c5c0f40e205fd4d9411eb409cc52992cf62dde4c7cd46e480cd8247cc SHA512 
27f7e22fcfbeabe58bef1220399a80b32b56b5e2af17c0279e3f583ed5170be649b961b92c3eef33120ce238f126a3cb32e614bd8109bd8c266b53c5324d
 WHIRLPOOL 
2d1db78ff21d86e22f709600b086dfc253120e6a659d46c1e6ebc6d62dfffd48f0a440c33fa9a1cd7014108f5ae88afa4ccd25211ce57b1a4856f756a855c71e
 DIST logstash-5.0.0.zip 110726123 SHA256 
9a8ba13f9d4333fb17f373fc822a0ae5458ef8a37c026b823fc9a66044f8e331 SHA512 
928541781d5f6bf16d91184f4863c2ecc3b8f07c190fd332b79f4f790091faf0531063459b96a53a250d986060a8968d9d326285e3195a39a116f0dc2ac1e43d
 WHIRLPOOL 
a6447c19d717819fa95b4e35e149215f8e6b270032311a80d56b235a1ee3de3561bd3ce5277ee3bd1fc11126819a0333d9ed068306f360e93788742ba45246d0
 DIST logstash-5.0.1.zip 110853954 SHA256 
e2da648882f1583190e9146b0a994d7956c6e6ec0d17d4c92187b8fc74a1e9ee SHA512 
57ceb47fb971d8bebf4d952d01f40dc14c79e9774ee228e2f3f55e8e1cf882df1361902192af93e0a5a74a18fb10ad2387b0922665e9285ff4d3b11add71b2e2
 WHIRLPOOL 
9867f9f1a2d06e5cccb81fe3db8ee0f8104085103f900442fd041770a3ec8c3941b7639c58766576e8a2d0c99dc5736ce62e7c002d3b6420f0de1205e9c5c09c
-DIST logstash-5.1.1.zip 100043857 SHA256 
f120a8876dbb8a17717dcb7225f70baefb23e69b7c0d0217c58ed4942b22eef6 SHA512 
ce7d8d5fb3217fbba8cd6602d5685d0f050d5fdab7c6311e1f2511ff24e998f0c281f07c222d8e9be3be4893cc8f4e487f8a6c59831a1b0af3fbbbcc8f97d0f3
 WHIRLPOOL 
c461af064a939bbbd363b9ad601344b16d447b09b849b8b7dadd113440f718b17e49d8bf1112200f77e1a3f89b9547cc89422dded68aea608a73c4f4a7cd12bb
+DIST logstash-5.1.2.zip 100044055 SHA256 
99fd514b6241310c78aefca2cd895c1cec4cd426aa08fccf7e8bba26567573c3 SHA512 
4186f942dd555dc1284bc657cbd3a61de8aa67a50bd2f7b725d3364e5fca61029cadb0ca4f9e1c4a36078805fd015128ddcd7773e19e643eaddd5ae2fa9c6673
 WHIRLPOOL 
1127a419a35e42de59a4bd61fe5b75e39daad69d0646019417abf83f44639a86fd2b1ffc687b6cc551562045ef3d2d901d7985437d158094d4d054e4a93bfd5d
 DIST logstash-all-plugins-2.4.0.tar.gz 139743651 SHA256 
b2ffe60745ece2140ebc4610f42543dcf3ff5ead2707f0b36f0b70e8ddf0baff SHA512 
9627f6119d129b4dcdc41ff43e49a3880f4ba5fcb3ee11e1ec821929d542c93629b0f58ded6741c96da49cba16b05eca141acdeee0ed060389abc3f467bba593
 WHIRLPOOL 
49ddc27d6030ae65aaab0acabda478644232f92cbd2bbe3d1b118782c5ce1167edb2a485def982f3b6c8138f084e79a783273dd50519a82085b984259f7e19d4

diff --git a/app-admin/logstash-bin/files/logstash.initd 
b/app-admin/logstash-bin/files/logstash.initd
index c2d02d7..eee6c09 100644
--- a/app-admin/logstash-bin/files/logstash.initd
+++ b/app-admin/logstash-bin/files/logstash.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 LS_USER=${LS_USER:-logstash}

diff --git a/app-admin/logstash-bin/files/logstash.initd3 
b/app-admin/logstash-bin/files/logstash.initd3
index b7a8eab..ce783fa 100644
--- a/app-admin/logstash-bin/files/logstash.initd3
+++ b/app-admin/logstash-bin/files/logstash.initd3
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 LS_USER=${LS_USER:-logstash}

diff --git a/app-admin/logstash-bin/files/logstash.initd4 
b/app-admin/logstash-bin/files/logstash.initd4
index 00b732e..bb339f5 100644
--- a/app-admin/logstash-bin/files/logstash.initd4
+++ b/app-admin/logstash-bin/files/logstash.initd4
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 LS_USER=${LS_USER:-logstash}

diff --git a/app-admin/logstash-bin/logstash-bin-5.1.1-r1.ebuild 
b/app-admin/logstash-bin/logstash-bin-5.1.2.ebuild
similarity index 

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

2017-01-17 Thread Patrice Clement
commit: fe3d34447906033b04f55735f3638ce2cfba8625
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 17 22:48:37 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 17 22:52:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3d3444

app-misc/cmatrix: stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild 
b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
index fc693e0..4e6a776 100644
--- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
+++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 IUSE="X"
 
 DEPEND="



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

2017-01-17 Thread Sven Wegener
commit: 5de9f89c253c55682dce68fc3107f9046cc05c64
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jan 17 22:45:09 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jan 17 22:48:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de9f89c

net-dns/pdns: Version bump

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-dns/pdns/Manifest  |   1 +
 net-dns/pdns/pdns-4.0.3.ebuild | 153 +
 2 files changed, 154 insertions(+)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index ff06f4a..fc578f9 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -1,2 +1,3 @@
 DIST pdns-4.0.1.tar.bz2 1304788 SHA256 
d191eed4a6664430e85969f49835c59e810ecbb7b3eb506e64c6b2734091edd7 SHA512 
77fce9963a05198afeb569f92fbb0f6a1cb3426c28dd77b0921128189c80d9a72ebdbfc249dfc0b5b89cc7a65a83887a0388d6cc3461453b1e3096e563afdd1e
 WHIRLPOOL 
6be1fac5cbb322fa4e4a21dc0d72f1e37ef1338a6035526ec893d2fdaa1d8c38bf0bfb124d2d00405d279cc05847d5dcf52c10938121e7d9167f9f1db2df76e2
 DIST pdns-4.0.2.tar.bz2 1314886 SHA256 
d051e53b63f586c924f00ce8a81662f7bd285b461d125d4991538f92cf7e629d SHA512 
6720289332ee5186f4c58a00a720f3bb58480c0ae7f09915148ca8b40e2dfdc77e2f14123df903692afa464539eeef6b21e8ea3d284278897751ba807e2cdffe
 WHIRLPOOL 
6b58de4f2fc6fe830255203c281ca518a543b373171f73021cd8efd597c146b438a7ffd6ed018b637816fe07153a51f947818a0fa76dc237ba0f50903d3afbe9
+DIST pdns-4.0.3.tar.bz2 1312299 SHA256 
60fa21550b278b41f58701af31c9f2b121badf271fb9d7642f6d35bfbea8e282 SHA512 
58d33ac6cf457a916bae6abd8d2dc17f76fbcd1bd9e649948584dd669f5596b43e3e4d91841700ea1ea2cd1ac102749e503cd9075273540f33a2321e20d8bfc2
 WHIRLPOOL 
a28ab5011b3365423f13331c31e8f0fdb9aef0798155ce6fcbe328f82ebc3ca57a966b77f48c31422d374837ee4be3f7f0bc935bab463add19714eb8abd46493

diff --git a/net-dns/pdns/pdns-4.0.3.ebuild b/net-dns/pdns/pdns-4.0.3.ebuild
new file mode 100644
index ..2d8f00b
--- /dev/null
+++ b/net-dns/pdns/pdns-4.0.3.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 eutils multilib user toolchain-funcs versionator
+
+DESCRIPTION="The PowerDNS Daemon"
+HOMEPAGE="https://www.powerdns.com/;
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# other possible flags:
+# db2: we lack the dep
+# oracle: dito (need Oracle Client Libraries)
+# xdb: (almost) dead, surely not supported
+
+IUSE="botan debug doc geoip ldap lua luajit mydns mysql opendbx postgres 
protobuf remote sqlite systemd tools tinydns test"
+
+REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )"
+
+RDEPEND="
+   dev-libs/openssl:=
+   >=dev-libs/boost-1.35:=
+   botan? ( =dev-libs/botan-1.10* )
+   lua? ( dev-lang/lua:= )
+   luajit? ( dev-lang/luajit:= )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 )
+   sqlite? ( dev-db/sqlite:3 )
+   opendbx? ( dev-db/opendbx )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   protobuf? ( dev-libs/protobuf )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}"/${P/_/-}
+
+src_configure() {
+   local dynmodules="pipe bind" # the default backends, always enabled
+
+   #use db2 && dynmodules+=" db2"
+   use ldap && dynmodules+=" ldap"
+   use lua && dynmodules+=" lua"
+   use mydns && dynmodules+=" mydns"
+   use mysql && dynmodules+=" gmysql"
+   use opendbx && dynmodules+=" opendbx"
+   #use oracle && dynmodules+=" goracle oracle"
+   use postgres && dynmodules+=" gpgsql"
+   use remote && dynmodules+=" remote"
+   use sqlite && dynmodules+=" gsqlite3"
+   use tinydns && dynmodules+=" tinydns"
+   use geoip && dynmodules+=" geoip"
+   #use xdb && dynmodules+=" xdb"
+
+   econf \
+   --disable-static \
+   --sysconfdir=/etc/powerdns \
+   --libdir=/usr/$(get_libdir)/powerdns \
+   --with-modules= \
+   --with-dynmodules="${dynmodules}" \
+   --with-pgsql-includes=/usr/include \
+   --with-pgsql-lib=/usr/$(get_libdir) \
+   --with-mysql-lib=/usr/$(get_libdir) \
+   $(use_enable botan botan1.10) \
+   $(use_enable debug verbose-logging) \
+   $(use_enable test unit-tests) \
+   $(use_enable tools) \
+   $(use_enable systemd) \
+   $(use_with lua) \
+   $(use_with luajit) \
+   $(use_with protobuf) \
+   ${myconf}
+}
+
+src_compile() {
+   default
+   use doc && emake -C codedocs codedocs
+}
+
+src_install() {
+   default
+
+   mv "${D}"/etc/powerdns/pdns.conf{-dist,}
+
+   fperms 0700 

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

2017-01-17 Thread Sven Wegener
commit: 39c88cb4a97da19fb4acbeafbbd5fb69447eff9f
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Jan 17 22:47:52 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Jan 17 22:48:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c88cb4

net-irc/irssi: Remove vulnerable version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-irc/irssi/Manifest   |  1 -
 net-irc/irssi/irssi-0.8.20-r1.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index a68d2c4..ad88c57 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1,3 +1,2 @@
-DIST irssi-0.8.20.tar.xz 1007252 SHA256 
7882c4e821f5aac469c5e69e69d7e235f4986101285c675e81a9a95bfb20505a SHA512 
ace39022a3e7461fc33cbd0e8c6635aa84c67fc4f6364b66747f860a4538a4b17bbd677e342fbfa9ae7e97783745f8d7dab350a27330ce14f1702386231296b1
 WHIRLPOOL 
3a50767aebed4dbd7fea7639af688cbc6cd2b57a7bae9ab398d277471dbea3491d918c46cf0c05ff48db69b79117c0d733dfe06c2bc0b9bbfce699eb0fdcff37
 DIST irssi-0.8.21.tar.xz 1007524 SHA256 
e433063b8714dcf17438126902c9a9d5c97944b3185ecd0fc5ae25c4959bf35a SHA512 
110934ab85c8574fc76bce367c58378e28603898e63a5014a72170ffe441ffe3dbda432531e899176f5c4126f47d929a3a01a2f87bcacbfe0ba4d6d8cb31e642
 WHIRLPOOL 
8426a82cbf5b488c1fd9497fdeb69ee98d211aa9775560b9d6efc9645d74926fff6b627c2f681642a0df10e83f68dc4d6403d706faaf677391005af5bdccf143
 DIST irssi-1.0.0.tar.xz 1026116 SHA256 
6a8a3c1fc6a021a2c02a693877b2e19cbceb3eccd78fce49e44f596f4bae4fb8 SHA512 
5846fa3fbb0a3f457cdea37b70022ecf31acbcc1be62d090d28a292c305657f0d8efa1ca59e241254a5bfad57e9b78d5ef2553252ea67e1ba95feb87d8ab3ecf
 WHIRLPOOL 
5de172c54f91fc6e19263fe744ba176cb3404b7d3a8b3c64746e0e097a2c0091c19916e60d162124421960c69d6c3a3902a59cffc05a6615a39456fc9c82194a

diff --git a/net-irc/irssi/irssi-0.8.20-r1.ebuild 
b/net-irc/irssi/irssi-0.8.20-r1.ebuild
deleted file mode 100644
index 55e2ca0..
--- a/net-irc/irssi/irssi-0.8.20-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic perl-module toolchain-funcs
-
-# Keep for _rc compability
-MY_P="${P/_/-}"
-
-DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/;
-SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl"
-
-CDEPEND="sys-libs/ncurses:0=
-   >=dev-libs/glib-2.6.0
-   ssl? (
-   !libressl? ( dev-libs/openssl:= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   perl? ( dev-lang/perl:= )
-   socks5? ( >=net-proxy/dante-1.1.18 )"
-
-DEPEND="
-   ${CDEPEND}
-   virtual/pkgconfig"
-
-RDEPEND="
-   ${CDEPEND}
-   selinux? ( sec-policy/selinux-irc )
-   perl? ( !net-im/silc-client )"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-tinfo.patch"
-   "${FILESDIR}/${P}-buf.pl-2.20-CVE-2016-7553.patch" # bug #595172
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --with-ncurses="${EPREFIX}"/usr \
-   --with-perl-lib=vendor \
-   --enable-static \
-   --enable-true-color \
-   $(use_with proxy) \
-   $(use_with perl) \
-   $(use_with socks5 socks) \
-   $(use_enable ssl) \
-   $(use_enable ipv6)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   use perl && perl_delete_localpod
-
-   prune_libtool_files --modules
-
-   dodoc AUTHORS ChangeLog README.md TODO NEWS
-}



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

2017-01-17 Thread Magnus Granberg
commit: c97685820831a91d271918f3c0f2968a2ae75b82
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Jan 17 22:42:24 2017 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Jan 17 22:46:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9768582

unmask pie on gcc 6.3.0 on amd64

 profiles/arch/amd64/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index eb326af..4491342 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -359,3 +359,7 @@ media-sound/lame cpu_flags_x86_mmx
 # Robert Buchholz  (16 Aug 2008)
 # masked in base, unmask for x86/amd64
 dev-python/kaa-base -tls
+
+# Magnus Granberg  (17 Jan 2017)
+# masked in base, unmask for amd64
+>=sys-devel/gcc-6.3.0 -pie



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

2017-01-17 Thread Mike Frysinger
commit: 6754f03ffc8ed42a10d9c6155a0ea90e5bfffa78
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 22:43:09 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 22:43:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6754f03f

dev-util/strace: fix typo in comment

Reported-by: Chirantan Ekbote  chromium.org>

 dev-util/strace/strace-4.13.ebuild | 2 +-
 dev-util/strace/strace-4.14.ebuild | 2 +-
 dev-util/strace/strace-4.15.ebuild | 2 +-
 dev-util/strace/strace-.ebuild | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/strace/strace-4.13.ebuild 
b/dev-util/strace/strace-4.13.ebuild
index 9804db5..23f444e 100644
--- a/dev-util/strace/strace-4.13.ebuild
+++ b/dev-util/strace/strace-4.13.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
 }
 
 src_configure() {
-   # Set up the default build settings, and then use the naems strace 
expects.
+   # Set up the default build settings, and then use the names strace 
expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do

diff --git a/dev-util/strace/strace-4.14.ebuild 
b/dev-util/strace/strace-4.14.ebuild
index df019fe..1cc12bd 100644
--- a/dev-util/strace/strace-4.14.ebuild
+++ b/dev-util/strace/strace-4.14.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
 }
 
 src_configure() {
-   # Set up the default build settings, and then use the naems strace 
expects.
+   # Set up the default build settings, and then use the names strace 
expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do

diff --git a/dev-util/strace/strace-4.15.ebuild 
b/dev-util/strace/strace-4.15.ebuild
index df019fe..1cc12bd 100644
--- a/dev-util/strace/strace-4.15.ebuild
+++ b/dev-util/strace/strace-4.15.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
 }
 
 src_configure() {
-   # Set up the default build settings, and then use the naems strace 
expects.
+   # Set up the default build settings, and then use the names strace 
expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-.ebuild
index df019fe..01f862e 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-.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
 
 EAPI="5"
@@ -48,7 +48,7 @@ src_prepare() {
 }
 
 src_configure() {
-   # Set up the default build settings, and then use the naems strace 
expects.
+   # Set up the default build settings, and then use the names strace 
expects.
tc-export_build_env BUILD_{CC,CPP}
local v bv
for v in CC CPP {C,CPP,LD}FLAGS ; do



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

2017-01-17 Thread Andrew Savchenko
commit: 1565ff5da7b321093f3b6e72597bee214c7c08f2
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Jan 17 22:35:23 2017 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Jan 17 22:35:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1565ff5d

media-libs/libafterimage: fix invalid casts, see bug 571654

Fix invalid pointer usage as pointed out by Oliver Freyermuth
 googlemail.com>, bug 571654, comment 23 which may
lead to ROOT crash (comment 22).
Patch by  Oliver Freyermuth, comment 24.

Also fix pointer signedness issue in import.c:2227.

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

 .../files/libafterimage-giflib5-v2.patch   | 391 +
 .../libafterimage/libafterimage-1.20-r2.ebuild | 108 ++
 2 files changed, 499 insertions(+)

diff --git a/media-libs/libafterimage/files/libafterimage-giflib5-v2.patch 
b/media-libs/libafterimage/files/libafterimage-giflib5-v2.patch
new file mode 100644
index ..85afd53
--- /dev/null
+++ b/media-libs/libafterimage/files/libafterimage-giflib5-v2.patch
@@ -0,0 +1,391 @@
+diff -Naurd libAfterImage-1.20.orig/export.c libAfterImage-1.20/export.c
+--- libAfterImage-1.20.orig/export.c   2016-05-01 11:44:19.0 +0300
 libAfterImage-1.20/export.c2016-05-02 10:57:59.688984491 +0300
+@@ -1048,6 +1048,9 @@
+   Bool new_image = True ;
+   START_TIME(started);
+   int cmap_size = 1;
++#if (GIFLIB_MAJOR>=5)
++  int errcode;
++#endif
+ #define GIF_NETSCAPE_EXT_BYTES 3
+   unsigned char netscape_ext_bytes[GIF_NETSCAPE_EXT_BYTES] = { 0x1, 0x0, 
0x0};
+ #define GIF_GCE_BYTES 4   
+@@ -1086,10 +1089,18 @@
+ 
+   while( cmap_size < 256 && cmap_size < 
(int)cmap.count+(gce_bytes[0]&0x01) )
+   cmap_size = cmap_size<<1 ;
++#if (GIFLIB_MAJOR>=5)
++  if( (gif_cmap = GifMakeMapObject(cmap_size, NULL )) == NULL )
++#else
+   if( (gif_cmap = MakeMapObject(cmap_size, NULL )) == NULL )
++#endif
+   {
+   free( mapped_im );
++#if (GIFLIB_MAJOR>=5)
++  ASIM_PrintGifError(E_GIF_ERR_NOT_ENOUGH_MEM);
++#else
+   ASIM_PrintGifError();
++#endif
+   return False;
+   }
+   memcpy( &(gif_cmap->Colors[0]), &(cmap.entries[0]), 
MIN(cmap.count,(unsigned int)cmap_size)*3 );
+@@ -1101,13 +1112,25 @@
+   SavedImage *images = NULL ;
+   int count = 0 ;
+   /* TODO: do something about multiimage files !!! */
++#if (GIFLIB_MAJOR>=5)
++  gif = open_gif_read(infile, );
++#else
+   gif = open_gif_read(infile);
++#endif
+   if( gif == NULL || get_gif_saved_images(gif, -1, , 
) == GIF_ERROR)
+   {
++#if (GIFLIB_MAJOR>=5)
++  ASIM_PrintGifError(errcode);
++#else
+   ASIM_PrintGifError();
++#endif
+   if( gif )
+   {
++#if (GIFLIB_MAJOR>=5)
++  DGifCloseFile(gif, );
++#else
+   DGifCloseFile(gif);
++#endif
+   gif = NULL ;
+   }
+   if (infile)
+@@ -1123,14 +1146,22 @@
+   gif_src = *gif ;
+   gif->SColorMap = NULL ;
+   gif->Image.ColorMap = NULL ;
++#if (GIFLIB_MAJOR>=5)
++DGifCloseFile(gif, );
++#else
+   DGifCloseFile(gif);
++#endif
+   gif = NULL;
+   fclose (infile);
+   infile = NULL;
+   outfile = open_writeable_image_file( path );
+ 
+   if (outfile)
++#if (GIFLIB_MAJOR>=5)
++  gif = EGifOpenFileHandle(fileno(outfile), 
);
++#else
+   gif = EGifOpenFileHandle(fileno(outfile));
++#endif
+   
+   if (gif)
+   {
+@@ -1141,26 +1172,46 @@
+  
gif_src.SColorMap )) == GIF_OK )
+   status = write_gif_saved_images( gif, 
images, count );
+   if( status != GIF_OK )
++#if (GIFLIB_MAJOR>=5)
++  ASIM_PrintGifError(status);
++#else
+   ASIM_PrintGifError();
++#endif
+   }
+   if (gif_src.SColorMap)
+   {  /* we only want to save private colormap if it is 
any different from
+   * screen colormap ( saves us  768 bytes per image ) 
*/
+   if( gif_cmap->ColorCount == 
gif_src.SColorMap->ColorCount )
+   dont_save_cmap = ( memcmp( 
gif_cmap->Colors, gif_src.SColorMap->Colors, 
gif_cmap->ColorCount*sizeof(GifColorType)) == 0 );

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

2017-01-17 Thread Michał Górny
commit: 498e02d295295bb220fda06974d8b4304af4f6e0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 17 21:58:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 17 22:03:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498e02d2

dev-cpp/catch: Bump to 1.6.0

 dev-cpp/catch/Manifest   |  1 +
 dev-cpp/catch/catch-1.6.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index a623daa..7ed739f 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1,4 +1,5 @@
 DIST Catch-1.5.6.tar.gz 312250 SHA256 
1749521eb5c4b6e81128f60d66b81b8328e76050599a497dc8b51a718d03faca SHA512 
da4f9c300bc7d9de66be4e0b013d4c5719ee6e112c1b949963fecf55d89d75605bad16d4763ebb4dbaee51dc8c85d2aeb8e7826388204f9d8057233231ff7b9a
 WHIRLPOOL 
38ffdf58959ccb5201621eb4c16b6415b7a892803bc9bdcc134e7f61d82b285b9dfea1f2cf55529c72e0f96dc32696646f0b2d03e8532b03f44de28c3016c7d6
 DIST Catch-1.5.7.tar.gz 312824 SHA256 
9acabf466e64ef2d477d4ce8d16610db3556a58b150440025fb1b25c3fd6a85b SHA512 
724e85fbcb1a5ff8e98ef04932f7c60f43c0deaf4e41e4790cb7c0d9ead7b2e9068c801b165c094d68373b906c9d2d09de269bd7065dbd0136ecbb18ced4ccff
 WHIRLPOOL 
b0ce83cc75bbe40f3531c898fc273101a9992f5b7b43b9a483bf694b7c2fb079808f4330795fa1ae8bb5052fd55feb656245fc503f43217b42cf6239b620b167
 DIST Catch-1.5.8.tar.gz 312892 SHA256 
08761b1930b37118b568838fd40eb6d113063c35ca8a37128298edd5559403a7 SHA512 
18553b877ea6cbb48255f48bf025efc02dbc26f7895bf8f68391bc3417ae737ffab55e6b05c9c91c3d501ff581276cfd7678510dbc5aff884d99bc38fb93
 WHIRLPOOL 
f3c030e2a5b4beefdd00eee75a55052a92f07948cd8ce29da46cd83cd0a61991ca6cbf0ccd2ff89beee701a136b082a043a4dab9c140fcd0095905f518d99b6d
+DIST Catch-1.6.0.tar.gz 290987 SHA256 
83532346983c43963cf89a69c1544be493e6b4cccaf20975e53f5cf2239b73a9 SHA512 
6a9fbffd76d1fe6e4a2523c87e6ec6efcae66fc9db6dc5876b2839cfdb7c9918e8dc21b9b5ac4a545677c333659107c45f788d9a251f9d3bdd7731fd404132fe
 WHIRLPOOL 
58257b3729f74f39034d9c9dccf178d0fe25c64f6b43ff606c52a0c2a8779b0ecd4b38b561e402bf4af70a52267d9499d5f22aab34755f02e20e04de4b9894f5
 DIST catch-1.5.0.tar.gz 311787 SHA256 
f694634bc56422f28d61052eedc29d43ea20e60a1726eda3ff9acc8fdfca3c08 SHA512 
d7011cdfe6eca86aa081b5da371665be8687bcbb41f3702c3075bf01f73e1d2e00894a0917e6437a8735e730ff287a06e189ce94ea00e583ab7282065f25166d
 WHIRLPOOL 
90d7d6d2f4b06169224385e0f2ec0de1312c454a0c7a2a14155f68fe30424e527cde91e5fb4ff9bd441fa846a7caabca023e591ce5837f6c65f0bbe106166401

diff --git a/dev-cpp/catch/catch-1.6.0.ebuild b/dev-cpp/catch/catch-1.6.0.ebuild
new file mode 100644
index ..3886cfa
--- /dev/null
+++ b/dev-cpp/catch/catch-1.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Modern C++ header-only framework for unit-tests"
+HOMEPAGE="https://github.com/philsquared/Catch;
+SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> 
${P^}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${P^}
+
+# CMake is only used to build & run tests, so override phases
+src_configure() { :; }
+src_compile() { :; }
+
+src_test() {
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+   cmake-utils_src_test
+}
+
+src_install() {
+   # same location as used in fedora
+   insinto /usr/include/catch
+   doins -r include/.
+   dodoc -r docs/.
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2017-01-17 Thread Richard Farina
commit: d2f4750400db95ab3811e429fabc4511f4a2e2b4
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Jan 17 21:36:01 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jan 17 21:37:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f47504

net-wireless/kismet: update live ebuild for new development

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-wireless/kismet/kismet-.ebuild | 114 +
 1 file changed, 59 insertions(+), 55 deletions(-)

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 18490cf..0b778ca 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.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$
 
@@ -25,9 +25,12 @@ HOMEPAGE="http://www.kismetwireless.net/;
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-IUSE="+client +pcre speech +plugin-autowep +plugin-btscan plugin-dot15d4 
+plugin-ptw +plugin-spectools +plugin-syslog +ruby selinux +suid"
+#IUSE="+client +pcre speech +plugin-autowep +plugin-btscan plugin-dot15d4 
+plugin-ptw +plugin-spectools +plugin-syslog +ruby selinux +suid"
+IUSE="+client +pcre speech +ruby selinux +suid"
 
 CDEPEND="net-wireless/wireless-tools
+   dev-libs/msgpack
+   net-libs/libmicrohttpd
kernel_linux? ( sys-libs/libcap
dev-libs/libnl:3
net-libs/libpcap
@@ -36,10 +39,10 @@ CDEPEND="net-wireless/wireless-tools
suid? ( sys-libs/libcap )
client? ( sys-libs/ncurses:0= )
!arm? ( speech? ( app-accessibility/flite ) )
-   plugin-btscan? ( net-wireless/bluez )
-   plugin-dot15d4? ( virtual/libusb:0 )
-   plugin-spectools? ( net-wireless/spectools )
-"
+   "
+   #plugin-btscan? ( net-wireless/bluez )
+   #plugin-dot15d4? ( virtual/libusb:0 )
+   #plugin-spectools? ( net-wireless/spectools )
 
 DEPEND="${CDEPEND}
virtual/pkgconfig
@@ -71,57 +74,57 @@ src_configure() {
 src_compile() {
emake
 
-   if use plugin-autowep; then
-   cd "${S}"/restricted-plugin-autowep
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-btscan; then
-   cd "${S}"/plugin-btscan
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-dot15d4; then
-   cd "${S}"/plugin-dot15d4
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-ptw; then
-   cd "${S}"/restricted-plugin-ptw
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-spectools; then
-   cd "${S}"/plugin-spectools
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-syslog; then
-   cd "${S}"/plugin-syslog
-   KIS_SRC_DIR="${S}" emake
-   fi
+   #if use plugin-autowep; then
+   #   cd "${S}"/restricted-plugin-autowep
+   #   KIS_SRC_DIR="${S}" emake
+   #fi
+   #if use plugin-btscan; then
+   #   cd "${S}"/plugin-btscan
+   #   KIS_SRC_DIR="${S}" emake
+   #fi
+   #if use plugin-dot15d4; then
+   #   cd "${S}"/plugin-dot15d4
+   #   KIS_SRC_DIR="${S}" emake
+   #fi
+   #if use plugin-ptw; then
+   #   cd "${S}"/restricted-plugin-ptw
+   #   KIS_SRC_DIR="${S}" emake
+   #fi
+   #if use plugin-spectools; then
+   #   cd "${S}"/plugin-spectools
+   #   KIS_SRC_DIR="${S}" emake
+   #fi
+   #if use plugin-syslog; then
+   #   cd "${S}"/plugin-syslog
+   #   KIS_SRC_DIR="${S}" emake
+   #fi
 }
 
 src_install() {
-   if use plugin-autowep; then
-   cd "${S}"/restricted-plugin-autowep
-   KIS_SRC_DIR="${S}" emake DESTDIR="${ED}" LIBDIR="$(get_libdir)" 
install
-   fi
-   if use plugin-btscan; then
-   cd "${S}"/plugin-btscan
-   KIS_SRC_DIR="${S}" emake DESTDIR="${ED}" LIBDIR="$(get_libdir)" 
install
-   fi
-   if use plugin-dot15d4; then
-   cd "${S}"/plugin-dot15d4
-   KIS_SRC_DIR="${S}" emake DESTDIR="${ED}" LIBDIR="$(get_libdir)" 
install
-   fi
-   if use plugin-ptw; then
-   cd "${S}"/restricted-plugin-ptw
-   KIS_SRC_DIR="${S}" emake DESTDIR="${ED}" LIBDIR="$(get_libdir)" 
install
-   fi
-   if use plugin-spectools; then
-   cd "${S}"/plugin-spectools
-   KIS_SRC_DIR="${S}" emake DESTDIR="${ED}" LIBDIR="$(get_libdir)" 
install
-   fi
-   if use plugin-syslog; then
-   cd "${S}"/plugin-syslog
-   KIS_SRC_DIR="${S}" emake DESTDIR="${ED}" LIBDIR="$(get_libdir)" 
install
-   fi
+   #if use plugin-autowep; then
+   #   cd "${S}"/restricted-plugin-autowep
+   #   KIS_SRC_DIR="${S}" emake 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2017-01-17 Thread Richard Farina
commit: eb00f66b3129241dae4fac89f04e118804287181
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Jan 17 21:36:44 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jan 17 21:37:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb00f66b

net-wireless/kismet: fix repoman warning

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-wireless/kismet/kismet-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 0b778ca..4903ba5 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -143,7 +143,7 @@ src_install() {
#todo write a plugin finder that tells you what needs to be rebuilt 
when kismet is updated, etc
 
#dodoc CHANGELOG RELEASENOTES.txt README* docs/DEVEL.client 
docs/README.newcore
-   dodoc CHANGELOG README* 
+   dodoc CHANGELOG README*
newinitd "${FILESDIR}"/${PN}.initd kismet
newconfd "${FILESDIR}"/${PN}.confd kismet
 



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

2017-01-17 Thread Johannes Huber
commit: 4c6c1aae4d4c8bf1229cfc0a056c84d7195b7f9c
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 21:22:08 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 21:22:08 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4c6c1aae

kde-misc/yakuake: Import latest slot 4 from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../yakuake/files/yakuake-2.9.9-lastsession.patch  | 213 +
 kde-misc/yakuake/metadata.xml  |  17 +-
 kde-misc/yakuake/yakuake-2.9.9-r3.ebuild   |  31 +++
 3 files changed, 251 insertions(+), 10 deletions(-)

diff --git a/kde-misc/yakuake/files/yakuake-2.9.9-lastsession.patch 
b/kde-misc/yakuake/files/yakuake-2.9.9-lastsession.patch
new file mode 100644
index 000..e9e33a9
--- /dev/null
+++ b/kde-misc/yakuake/files/yakuake-2.9.9-lastsession.patch
@@ -0,0 +1,213 @@
+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
+-  0
+- 
+-
+-
+- 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.
+-
+-
+- Use Open/Retract action to focus 
window
+-
+-   
+-  
+   
+-   
++   
+ 
+- Focus terminals when the mouse 
pointer is moved over them
++ Keep window open after the last 
session is closed
+ 
+
+   
+@@ -152,6 +159,16 @@
+
+   
+  
++ 
++  kcfg_OpenAfterStart
++  kcfg_PollMouse
++  kcfg_KeepOpen
++  kcfg_KeepAbove
++  kcfg_ToggleToFocus
++  kcg_KeepOpenAfterLastSessionCloses
++  kcfg_FocusFollowsMouse
++  

[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/serverstatuswidget/

2017-01-17 Thread Johannes Huber
commit: e1e63b1150def5a42e3f2e52257c7a56be7fadd7
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:47:09 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:47:09 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e1e63b11

kde-misc/serverstatuswidget: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/serverstatuswidget/metadata.xml|  5 +
 .../serverstatuswidget/serverstatuswidget-1.5.1.ebuild  | 17 +
 2 files changed, 22 insertions(+)

diff --git a/kde-misc/serverstatuswidget/metadata.xml 
b/kde-misc/serverstatuswidget/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/serverstatuswidget/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/serverstatuswidget/serverstatuswidget-1.5.1.ebuild 
b/kde-misc/serverstatuswidget/serverstatuswidget-1.5.1.ebuild
new file mode 100644
index 000..8153fb6
--- /dev/null
+++ b/kde-misc/serverstatuswidget/serverstatuswidget-1.5.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="de fr"
+inherit kde4-base
+
+DESCRIPTION="KDE plasma widget used for monitoring servers via ping or tcp 
connect"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=101336;
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/101336-${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/pyrad/

2017-01-17 Thread Johannes Huber
commit: 463bb65de2faaecb37a1b7a2d68579a7f3555c63
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:42:40 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:42:40 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=463bb65d

kde-misc/pyrad: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/pyrad/metadata.xml   |  9 +
 kde-misc/pyrad/pyrad-0.7.1.ebuild | 31 +++
 2 files changed, 40 insertions(+)

diff --git a/kde-misc/pyrad/metadata.xml b/kde-misc/pyrad/metadata.xml
new file mode 100644
index 000..6e9a43a
--- /dev/null
+++ b/kde-misc/pyrad/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   pyRadKDE
+   ArneBab/pyrad
+   
+

diff --git a/kde-misc/pyrad/pyrad-0.7.1.ebuild 
b/kde-misc/pyrad/pyrad-0.7.1.ebuild
new file mode 100644
index 000..6f05eaf
--- /dev/null
+++ b/kde-misc/pyrad/pyrad-0.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN="pyRadKDE"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A wheel type command interface for KDE, heavily inspired by 
Kommando"
+HOMEPAGE="https://bitbucket.org/ArneBab/pyrad 
https://pypi.python.org/pypi/pyRadKDE;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+RDEPEND="
+   kde-apps/kdialog:4
+   kde-apps/pykde4:4[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasmatvgr/

2017-01-17 Thread Johannes Huber
commit: 6d35b12dffb92fbe164aa907f66c0bb3d9aa2f19
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:39:36 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:39:36 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6d35b12d

kde-misc/plasmatvgr: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasmatvgr/metadata.xml   |  5 +
 kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild | 24 
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/plasmatvgr/metadata.xml b/kde-misc/plasmatvgr/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasmatvgr/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild 
b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild
new file mode 100644
index 000..e4238ac
--- /dev/null
+++ b/kde-misc/plasmatvgr/plasmatvgr-0.47.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base versionator
+
+MY_PV=$(replace_version_separator . '')
+MY_P=${PN}${MY_PV}
+
+DESCRIPTION="Plasmoid which shows greek TV program"
+HOMEPAGE="http://www.kde-look.org/content/show.php/plasmatvgr?content=75728;
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/75728-${MY_P}.tar.gz;
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+RDEPEND="
+   kde-plasma/plasma-workspace:4
+"
+S="${WORKDIR}/${PN}"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-widget-menubar/

2017-01-17 Thread Johannes Huber
commit: bbe104a5d3f369ece41fded66fabbca3415b25ae
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:35:50 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:35:50 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=bbe104a5

kde-misc/plasma-widget-menubar: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-widget-menubar/metadata.xml|  8 ++
 .../plasma-widget-menubar-0.2.0.ebuild | 29 ++
 2 files changed, 37 insertions(+)

diff --git a/kde-misc/plasma-widget-menubar/metadata.xml 
b/kde-misc/plasma-widget-menubar/metadata.xml
new file mode 100644
index 000..7a2938d
--- /dev/null
+++ b/kde-misc/plasma-widget-menubar/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   plasma-widget-menubar
+   
+

diff --git a/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild 
b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild
new file mode 100644
index 000..af1c471
--- /dev/null
+++ b/kde-misc/plasma-widget-menubar/plasma-widget-menubar-0.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_MINIMAL="4.10.0"
+inherit kde4-base
+
+DESCRIPTION="A Plasma widget to display menubar of application windows"
+HOMEPAGE="https://launchpad.net/plasma-widget-menubar;
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+   >=dev-libs/libdbusmenu-qt-0.6.0[qt4(+)]
+   >=dev-libs/qjson-0.7.1
+"
+RDEPEND="${DEPEND}
+   !kde-misc/plasma-indicatordisplay
+   x11-misc/appmenu-qt
+"
+
+# last checked 0.1.18
+RESTRICT="test"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-network-status/

2017-01-17 Thread Johannes Huber
commit: 3a2223986f2b527f13580911ad9f91de323ce1b2
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:32:40 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:32:40 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3a222398

kde-misc/plasma-network-status: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-network-status/metadata.xml|  8 
 .../plasma-network-status-0.1.1.ebuild | 23 ++
 2 files changed, 31 insertions(+)

diff --git a/kde-misc/plasma-network-status/metadata.xml 
b/kde-misc/plasma-network-status/metadata.xml
new file mode 100644
index 000..ed49fa0
--- /dev/null
+++ b/kde-misc/plasma-network-status/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   pa-net-stat
+   
+

diff --git a/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild 
b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
new file mode 100644
index 000..437e346
--- /dev/null
+++ b/kde-misc/plasma-network-status/plasma-network-status-0.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Plasma applet to monitor the network interface status"
+HOMEPAGE="https://sourceforge.net/projects/pa-net-stat/;
+SRC_URI="mirror://sourceforge/pa-net-stat/${P}-Source.tar.bz2"
+
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+IUSE="debug"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+   kde-plasma/plasma-workspace:4
+"
+
+S="${WORKDIR}/${P}-Source"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/synaptiks/files/, kde-misc/synaptiks/

2017-01-17 Thread Johannes Huber
commit: 00b8987dd9df77a2fa607d32d1d2114d0e64c80b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:54:56 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:54:56 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=00b8987d

kde-misc/synaptiks: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/synaptiks-0.8.1-removedfeatures.patch| 200 +
 .../files/synaptiks-0.8.1-templatesfix.patch   |  48 +
 kde-misc/synaptiks/metadata.xml|   8 +
 kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild   |  62 +++
 4 files changed, 318 insertions(+)

diff --git a/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch 
b/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch
new file mode 100644
index 000..4f9fe7c
--- /dev/null
+++ b/kde-misc/synaptiks/files/synaptiks-0.8.1-removedfeatures.patch
@@ -0,0 +1,200 @@
+--- a/doc/api/touchpad.rst
 b/doc/api/touchpad.rst
+@@ -27,8 +27,6 @@ The touchpad class
+ 
+.. autoattribute:: acceleration_factor
+ 
+-   .. autoattribute:: edge_motion_always
+-
+.. rubric:: scrolling properties
+ 
+.. autoattribute:: vertical_edge_scrolling
+@@ -55,8 +53,6 @@ The touchpad class
+ 
+.. rubric:: tapping properties
+ 
+-   .. autoattribute:: fast_taps
+-
+.. autoattribute:: rt_tap_action
+ 
+.. autoattribute:: rb_tap_action
+--- a/doc/handbook/reference.rst
 b/doc/handbook/reference.rst
+@@ -69,13 +69,6 @@ The touchpad configuration module is available in 
|systemsettings| under
+   The acceleration between :guilabel:`Minimum speed` and 
:guilabel:`Maximum
+   speed`
+ 
+-:guilabel:`Continue cursor motion when hitting the touchpad edge`
+-   Continue the cursor move while the finger stays in the touchpad edge
+-
+-   :guilabel:`For all movements, not only dragging`
+-  Always continue cursor movement, when hitting the touchpad edge, not 
only
+-  when dragging
+-
+ 
+ .. _commands-scrolling-configuration:
+ 
+@@ -152,13 +145,6 @@ The touchpad configuration module is available in 
|systemsettings| under
+ 
+Screenshot of the tapping configuration page
+ 
+-:guilabel:`General tapping settings`
+-
+-   :guilabel:`Make single taps faster and double taps slower (fast taps)`
+-  Enable or disable fast taps.  If fast taps are enabled, the driver will
+-  react faster on single taps, but slower on double clicks caused by 
double
+-  taps.
+-
+ :guilabel:`Mouse clicks triggered by tapping`
+ :guilabel:`Top left corner`
+Configure the mouse button, which is triggered by tapping the top left
+--- a/doc/handbook/usage.rst
 b/doc/handbook/usage.rst
+@@ -41,12 +41,6 @@ though the touchpad does not actually have one.  In this 
case, the middle mouse
+ button is triggered by pressing the left mouse button and the right mouse
+ button at the same time.
+ 
+-Some systems have a circular touchpad.  Unfortunately the touchpad driver does
+-not detect circular touchpad automatically, so if you have a circular 
touchpad,
+-please enable :guilabel:`The touchpad is circular` to let the driver know, 
that
+-your touchpad is circular.
+-
+-
+ .. _motion-configuration:
+ 
+ Motion configuration
+--- a/synaptiks/config.py
 b/synaptiks/config.py
+@@ -173,7 +173,6 @@ class TouchpadConfiguration(MutableMapping):
+ 
+ CONFIG_KEYS = frozenset([
+ 'minimum_speed', 'maximum_speed', 'acceleration_factor',
+-'edge_motion_always', 'fast_taps',
+ 'rt_tap_action', 'rb_tap_action', 'lt_tap_action', 'lb_tap_action',
+ 'f1_tap_action', 'f2_tap_action', 'f3_tap_action',
+ 'tap_and_drag_gesture', 'locked_drags', 'locked_drags_timeout',
+@@ -182,7 +181,7 @@ class TouchpadConfiguration(MutableMapping):
+ 'vertical_scrolling_distance', 'horizontal_scrolling_distance',
+ 'vertical_two_finger_scrolling', 'horizontal_two_finger_scrolling',
+ 'circular_scrolling', 'circular_scrolling_trigger',
+-'circular_scrolling_distance', 'circular_touchpad'])
++'circular_scrolling_distance'])
+ 
+ @classmethod
+ def load(cls, touchpad, filename=None):
+--- a/synaptiks/kde/widgets/ui/hardwarepage.ui
 b/synaptiks/kde/widgets/ui/hardwarepage.ui
+@@ -27,32 +27,6 @@
+ 
+
+
+-
+- 
+-  Hardware settings
+- 
+- 
+-  
+-   
+-
+- Please enable this setting, if your touchpad 
is circular.
+-
+-
+- true
+-
+-   
+-  
+-  
+-   
+-
+- The touchpad is circular
+-
+-   
+-  
+- 
+-
+-   
+-   
+ 
+  
+   Qt::Vertical
+--- a/synaptiks/kde/widgets/ui/motionpage.ui
 b/synaptiks/kde/widgets/ui/motionpage.ui
+@@ -81,22 +81,6 @@
+ 
+
+
+-
+- 
+-  Continue cursor motion when hitting the 
touchpad edge
+- 
+- 
+-  
+-   

[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/smooth-tasks/files/, kde-misc/smooth-tasks/

2017-01-17 Thread Johannes Huber
commit: 6583e623ff31bb5b038f45b33e5729d2ea4f2b68
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:48:28 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:48:28 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6583e623

kde-misc/smooth-tasks: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/smooth-tasks-0_p20120130-kde48.patch | 176 +
 kde-misc/smooth-tasks/metadata.xml |   8 +
 .../smooth-tasks/smooth-tasks-0_p20120130.ebuild   |  29 
 3 files changed, 213 insertions(+)

diff --git a/kde-misc/smooth-tasks/files/smooth-tasks-0_p20120130-kde48.patch 
b/kde-misc/smooth-tasks/files/smooth-tasks-0_p20120130-kde48.patch
new file mode 100644
index 000..c754ba1
--- /dev/null
+++ b/kde-misc/smooth-tasks/files/smooth-tasks-0_p20120130-kde48.patch
@@ -0,0 +1,176 @@
+diff -u src/smooth-tasks-fork/applet/SmoothTasks/PlasmaToolTip.cpp 
src/smooth-tasks-fork/applet/SmoothTasksX/PlasmaToolTip.cpp
+--- src/smooth-tasks-fork/applet/SmoothTasks/PlasmaToolTip.cpp 2011-12-24 
03:13:55.604361299 +0100
 src/smooth-tasks-fork/applet/SmoothTasksX/PlasmaToolTip.cpp
2011-12-24 03:11:00.0 +0100
+@@ -91,7 +91,7 @@
+   }
+   
+   Plasma::ToolTipContent data;
+-  TaskManager::TaskPtr taskPtr(task->task());
++  TaskManager::Task* taskPtr(task->task());
+   QList windows;
+   int desktop = -1;
+ 
+diff -u src/smooth-tasks-fork/applet/SmoothTasks/SmoothToolTip.cpp 
src/smooth-tasks-fork/applet/SmoothTasksX/SmoothToolTip.cpp
+--- src/smooth-tasks-fork/applet/SmoothTasks/SmoothToolTip.cpp 2011-12-24 
03:13:55.605361287 +0100
 src/smooth-tasks-fork/applet/SmoothTasksX/SmoothToolTip.cpp
2011-12-24 03:10:24.0 +0100
+@@ -474,7 +474,7 @@
+   foreach (WindowPreview *preview, m_previews) {
+   preview->show();
+ 
+-  TaskManager::TaskPtr task = preview->task()->task();
++  TaskManager::Task* task = preview->task()->task();
+   
+   if (task && preview->task()->type() != Task::StartupItem && 
preview->task()->type() != Task::LauncherItem) {
+   winIds.append(task->window());
+diff -u src/smooth-tasks-fork/applet/SmoothTasks/Task.cpp 
src/smooth-tasks-fork/applet/SmoothTasksX/Task.cpp
+--- src/smooth-tasks-fork/applet/SmoothTasks/Task.cpp  2011-12-24 
03:13:55.606361275 +0100
 src/smooth-tasks-fork/applet/SmoothTasksX/Task.cpp 2011-12-24 
03:07:21.0 +0100
+@@ -118,8 +118,8 @@
+ }
+ 
+ QString Task::text() const {
+-  TaskManager::TaskPtrtask;
+-  TaskManager::StartupPtr startup;
++  TaskManager::Task*task;
++  TaskManager::Startup *startup;
+   
+   switch (type()) {
+   case StartupItem:
+@@ -186,12 +186,23 @@
+return m_task ? m_task->task()->desktop() : -1;
+ }
+ 
+-TaskManager::TaskPtr Task::task() const {
+-  return m_task ? m_task->task() : TaskManager::TaskPtr();
+-}
+-
+-TaskManager::StartupPtr Task::startup() const {
+-  return m_task ? m_task->startup() : TaskManager::StartupPtr();
++TaskManager::Task* Task::task() const {
++  if (m_task) {
++  return m_task->task();
++  } else {
++  TaskManager::Task *task;
++  return task;
++  }
++  //return m_task ? m_task->task() : ::TaskManager::Task task;
++}
++
++TaskManager::Startup* Task::startup() const {
++  if (m_task) {
++  return m_task->startup();
++  } else {
++  TaskManager::Startup* startup;
++  return startup;
++  }
+ }
+ 
+ int Task::taskCount() const {
+@@ -309,7 +320,7 @@
+ void Task::setWindowTask(TaskManager::TaskItem* taskItem) {
+   m_type = TaskItem;
+   if (m_task && m_task->task()) {
+-  disconnect(m_task->task().constData(), 0, this, 0);
++  disconnect(m_task->task(), 0, this, 0);
+   }
+   
+   m_task = taskItem;
+diff -u src/smooth-tasks-fork/applet/SmoothTasks/Task.h 
src/smooth-tasks-fork/applet/SmoothTasksX/Task.h
+--- src/smooth-tasks-fork/applet/SmoothTasks/Task.h2011-12-24 
03:13:55.607361262 +0100
 src/smooth-tasks-fork/applet/SmoothTasksX/Task.h   2011-12-24 
02:34:23.0 +0100
+@@ -78,12 +78,12 @@
+   QString text() const;
+   QString description() const;
+   int desktop() const;
+-  TaskManager::TaskPtrtask() const;
++  TaskManager::Task   *task() const;
+   TaskManager::AbstractGroupableItem *abstractItem() { return 
m_abstractItem; }
+   TaskManager::GroupPtr   group() const { return m_group; }
+-  TaskManager::TaskItem  *taskItem() const { return m_task; }
++  TaskManager::TaskItem   *taskItem() const { return m_task; }
+   TaskManager::LauncherItem  *launcherItem() const { return m_launcher; }
+-  TaskManager::StartupPtr 

[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/wicd-client-kde/

2017-01-17 Thread Johannes Huber
commit: b4208bdcae55d704647860fda61ddf76e36281f9
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:56:13 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:56:13 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b4208bdc

kde-misc/wicd-client-kde: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/wicd-client-kde/metadata.xml  |  5 +++
 .../wicd-client-kde-0.3.1-r1.ebuild| 44 ++
 2 files changed, 49 insertions(+)

diff --git a/kde-misc/wicd-client-kde/metadata.xml 
b/kde-misc/wicd-client-kde/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/wicd-client-kde/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild 
b/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild
new file mode 100644
index 000..8b207dd
--- /dev/null
+++ b/kde-misc/wicd-client-kde/wicd-client-kde-0.3.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# Incompatible linguas handling
+# KDE_LINGUAS="cs da de el en_GB es et fr hu it lt nb nds nl pa pl pt pt_BR ru 
sv
+# uk zh_CN zh_TW"
+EGIT_REPONAME="wicd-kde"
+MY_P=${P/-client/}
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1 kde4-base
+
+DESCRIPTION="Wicd client built on the KDE Development Platform"
+HOMEPAGE="http://kde-apps.org/content/show.php/Wicd+Client+KDE?content=132366;
+[[ ${PV} == * ]] || \
+   
SRC_URI="http://kde-apps.org/CONTENT/content-files/132366-${MY_P}.tar.gz;
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   net-misc/wicd"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN/-client/}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   kde4-base_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPYTHONBIN=/usr/bin/python2
+   )
+
+   kde4-base_src_configure
+}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-emergelog/, kde-misc/plasma-emergelog/files/

2017-01-17 Thread Johannes Huber
commit: cf06e868231917c7ee37644055fde27ed2504c7b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:27:56 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:27:56 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=cf06e868

kde-misc/plasma-emergelog: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/plasma-emergelog-0.0.2-list.patch| 21 +
 kde-misc/plasma-emergelog/metadata.xml |  5 
 .../plasma-emergelog-0.0.2-r1.ebuild   | 34 ++
 3 files changed, 60 insertions(+)

diff --git a/kde-misc/plasma-emergelog/files/plasma-emergelog-0.0.2-list.patch 
b/kde-misc/plasma-emergelog/files/plasma-emergelog-0.0.2-list.patch
new file mode 100644
index 000..732cde2
--- /dev/null
+++ b/kde-misc/plasma-emergelog/files/plasma-emergelog-0.0.2-list.patch
@@ -0,0 +1,21 @@
+diff --git plasma-emergelog.cpp plasma-emergelog.cpp
+index 362eaa3..f3e8ea8 100644
+--- old/plasma-emergelog-0.0.2/plasma-emergelog.cpp
 new/plasma-emergelog-0.0.2/plasma-emergelog.cpp
+@@ -35,6 +35,7 @@
+ #include "plasma-emergelog-painter.h"
+ #include 
+ #include 
++#include 
+ 
+ 
+ class myexception: public std::exception
+@@ -167,7 +168,7 @@ void emergelog::process_data(){
+   /* Create a list . Each element is a line from that file */
+   list = data.split('\n', QString::SkipEmptyParts);
+   /* read the block BACKWARDS */
+-  for (int 
i=list.size()-1;i>(list.size()-(document->maximumBlockCount()));i--){
++  for (int i=list.size()-1;i>std::max(0, 
list.size()-(document->maximumBlockCount()));i--){
+   if(cursor.position() != 0){
+   cursor.insertBlock();
+   }

diff --git a/kde-misc/plasma-emergelog/metadata.xml 
b/kde-misc/plasma-emergelog/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasma-emergelog/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasma-emergelog/plasma-emergelog-0.0.2-r1.ebuild 
b/kde-misc/plasma-emergelog/plasma-emergelog-0.0.2-r1.ebuild
new file mode 100644
index 000..6f6d121
--- /dev/null
+++ b/kde-misc/plasma-emergelog/plasma-emergelog-0.0.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Plasmoid for monitoring emerge progress"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=103928;
+SRC_URI="http://dev.gentooexperimental.org/~hwoarang/projects/plasma-emergelog/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+# Included LICENSE is GPL-2, but all headers say 3+. hwoarang said
+# that it can be licensed as 3+
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+RDEPEND="
+   kde-plasma/plasma-workspace:4
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.0.2-list.patch
+)
+
+pkg_postinst() {
+   kde4-base_pkg_postinst
+   einfo "You need to add your user to 'portage' group"
+   einfo "in order to use this plasmoid. To do that, use"
+   einfo "the following command:"
+   einfo "usermod -a -G portage "
+}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/yawp/

2017-01-17 Thread Johannes Huber
commit: 28d7bb638546717ebaa436c1e89b807b8f6e058b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:58:07 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:58:07 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=28d7bb63

kde-misc/yawp: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/yawp/metadata.xml  |  8 
 kde-misc/yawp/yawp-0.4.5.ebuild | 19 +++
 2 files changed, 27 insertions(+)

diff --git a/kde-misc/yawp/metadata.xml b/kde-misc/yawp/metadata.xml
new file mode 100644
index 000..f3cb9be
--- /dev/null
+++ b/kde-misc/yawp/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   yawp
+   
+

diff --git a/kde-misc/yawp/yawp-0.4.5.ebuild b/kde-misc/yawp/yawp-0.4.5.ebuild
new file mode 100644
index 000..3d695ac
--- /dev/null
+++ b/kde-misc/yawp/yawp-0.4.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="af cs de es fr he it pl ru sk sl tr uk"
+inherit kde4-base
+
+DESCRIPTION="Yet Another Weather Plasmoid"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=94106;
+SRC_URI="mirror://sourceforge/yawp/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="kde-plasma/plasma-workspace:4"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasmoid-workflow/

2017-01-17 Thread Johannes Huber
commit: 6c782e158de4b2ca46b29787792a498c561231e0
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:40:39 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:40:39 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6c782e15

kde-misc/plasmoid-workflow: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasmoid-workflow/metadata.xml|  5 
 .../plasmoid-workflow-0.4.1.ebuild | 29 ++
 2 files changed, 34 insertions(+)

diff --git a/kde-misc/plasmoid-workflow/metadata.xml 
b/kde-misc/plasmoid-workflow/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasmoid-workflow/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild 
b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild
new file mode 100644
index 000..f7dc058
--- /dev/null
+++ b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="de el en es fr pt"
+inherit kde4-base
+
+DESCRIPTION="Integrates Activities, Virtual Desktops and Tasks in one 
component"
+HOMEPAGE="http://kde-look.org/content/show.php/?content=147428;
+SRC_URI="http://www.opentoolsandspace.org/Art/WorkFlow/0.4.x/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   kde-frameworks/kactivities:4
+   kde-plasma/libkworkspace:4
+   kde-plasma/plasma-workspace:4
+"
+RDEPEND=${DEPEND}
+
+pkg_postinst() {
+   elog "If you want to use the WorkFlow KWin script, install it from the 
KWin Script manager."
+   elog "The WorkFlow plasmoid package is a dependancy for the WorkFlow 
KWin script to work."
+}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-widget-message-indicator/, ...

2017-01-17 Thread Johannes Huber
commit: 8db0c8e120dc2b5f58832a92ba3feecc6e6ff031
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:37:14 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:37:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=8db0c8e1

kde-misc/plasma-widget-message-indicator: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ...idget-message-indicator-0.5.8-libindicate.patch | 11 
 .../plasma-widget-message-indicator/metadata.xml   |  8 ++
 .../plasma-widget-message-indicator-0.5.8.ebuild   | 31 ++
 3 files changed, 50 insertions(+)

diff --git 
a/kde-misc/plasma-widget-message-indicator/files/plasma-widget-message-indicator-0.5.8-libindicate.patch
 
b/kde-misc/plasma-widget-message-indicator/files/plasma-widget-message-indicator-0.5.8-libindicate.patch
new file mode 100644
index 000..26a677c
--- /dev/null
+++ 
b/kde-misc/plasma-widget-message-indicator/files/plasma-widget-message-indicator-0.5.8-libindicate.patch
@@ -0,0 +1,11 @@
+--- CMakeLists.txt
 CMakeLists.txt
+@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.6)
+ find_package(KDE4 4.4 REQUIRED)
+ include(KDE4Defaults)
+ find_package(PkgConfig REQUIRED)
+-pkg_check_modules(INDICATE REQUIRED indicate-0.6)
++pkg_search_module(INDICATE REQUIRED indicate-0.6 indicate-0.7)
+ pkg_check_modules(INDICATEQT REQUIRED indicate-qt>=0.2.5)
+ pkg_check_modules(DBUSMENUQT REQUIRED dbusmenu-qt>=0.3.0)
+ 

diff --git a/kde-misc/plasma-widget-message-indicator/metadata.xml 
b/kde-misc/plasma-widget-message-indicator/metadata.xml
new file mode 100644
index 000..23807ae
--- /dev/null
+++ b/kde-misc/plasma-widget-message-indicator/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   plasma-widget-message-indicator
+   
+

diff --git 
a/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild
 
b/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild
new file mode 100644
index 000..f8c622e
--- /dev/null
+++ 
b/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Plasmoid for displaying Ayatana indications"
+HOMEPAGE="https://launchpad.net/plasma-widget-message-indicator;
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   >=dev-libs/libdbusmenu-qt-0.3.0[qt4(+)]
+   >=dev-libs/libindicate-qt-0.2.5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/libindicate
+"
+
+# 1 test fails
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${P}-libindicate.patch" )



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-mpd-nowplaying/

2017-01-17 Thread Johannes Huber
commit: cb0705ef3ab514451182ca0d8c798f3b5b4ae112
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:31:13 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:31:13 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=cb0705ef

kde-misc/plasma-mpd-nowplaying: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-mpd-nowplaying/metadata.xml|  5 +
 .../plasma-mpd-nowplaying-0.3.ebuild   | 24 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/plasma-mpd-nowplaying/metadata.xml 
b/kde-misc/plasma-mpd-nowplaying/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasma-mpd-nowplaying/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.3.ebuild 
b/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.3.ebuild
new file mode 100644
index 000..9db866c
--- /dev/null
+++ b/kde-misc/plasma-mpd-nowplaying/plasma-mpd-nowplaying-0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="mpdnowplaying"
+MY_P=${MY_PN}-${PV}
+KDE_LINGUAS="de pt_BR ru"
+inherit kde4-base
+
+DESCRIPTION="Plasmoid attached to MPD displaying currently played item"
+HOMEPAGE="http://kde-look.org/content/show.php/MPD+Now+Playing?content=132350;
+SRC_URI="http://kde-look.org/CONTENT/content-files/132350-${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="media-libs/libmpdclient"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${MY_PN}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/quickaccess/

2017-01-17 Thread Johannes Huber
commit: c34ec0bd7a18b70857c2898d71b1ba20bf84f951
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:44:02 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:44:02 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c34ec0bd

kde-misc/quickaccess: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/quickaccess/metadata.xml|  5 +
 kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild | 27 
 2 files changed, 32 insertions(+)

diff --git a/kde-misc/quickaccess/metadata.xml 
b/kde-misc/quickaccess/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/quickaccess/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild 
b/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild
new file mode 100644
index 000..88d9ffe
--- /dev/null
+++ b/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="de es fr gl nl pt_BR sv tr zh_CN"
+inherit kde4-base
+
+MY_PN="plasma-widget-${PN}"
+MY_P="${MY_PN}-${PV}-2"
+
+DESCRIPTION="Plasmoid for the panel provides quick access to the most used 
folders"
+HOMEPAGE="http://kde-look.org/content/show.php?content=134442;
+SRC_URI="http://kde-look.org/CONTENT/content-files/134442-${MY_P}.zip;
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="$(add_kdeapps_dep libkonq)"
+RDEPEND="${DEPEND}
+   kde-plasma/plasma-workspace:4
+"
+
+S="${WORKDIR}/${MY_P}"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/stdin-plasmoid/

2017-01-17 Thread Johannes Huber
commit: 56294a1398d9679a037d3d858951f2f946ae44a4
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:49:55 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:49:55 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=56294a13

kde-misc/stdin-plasmoid: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/stdin-plasmoid/metadata.xml   |  5 +
 .../stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild | 24 ++
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/stdin-plasmoid/metadata.xml 
b/kde-misc/stdin-plasmoid/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/stdin-plasmoid/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild 
b/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild
new file mode 100644
index 000..c208e24
--- /dev/null
+++ b/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base versionator
+
+MY_P="$(replace_version_separator 2 '-')"
+
+DESCRIPTION="Plasmoid for executing a process and capturing its stderr and 
stdout"
+HOMEPAGE="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309;
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/92309-${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+RDEPEND="
+   kde-plasma/plasma-workspace:4
+"
+
+S="${WORKDIR}/${MY_P}"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-wifi/

2017-01-17 Thread Johannes Huber
commit: 60b8880766433ecb9f547833645a5995cd281842
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:38:32 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:38:32 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=60b88807

kde-misc/plasma-wifi: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-wifi/metadata.xml  |  5 +
 kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild | 27 ++
 2 files changed, 32 insertions(+)

diff --git a/kde-misc/plasma-wifi/metadata.xml 
b/kde-misc/plasma-wifi/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasma-wifi/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild 
b/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild
new file mode 100644
index 000..6bad0dc
--- /dev/null
+++ b/kde-misc/plasma-wifi/plasma-wifi-0.5-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Plasmoid which displays the currect signal strength"
+HOMEPAGE="http://www.kde-look.org/content/show.php/cpuload?content=79476;
+SRC_URI="http://kde-look.org/CONTENT/content-files/79476-${P}.tgz;
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+RDEPEND="
+   kde-plasma/plasma-workspace:4
+"
+
+src_prepare() {
+   sed -i "s:find_package(Plasma REQUIRED)::" CMakeLists.txt || die "sed 
failed"
+   sed -i "s:PLASMA_LIBS:KDE4_PLASMA_LIBS:" CMakeLists.txt || die "sed 
failed"
+
+   kde4-base_src_prepare
+}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/stock-quote/

2017-01-17 Thread Johannes Huber
commit: 77c814a18aef9a7a0fe9778c8c22a5b94fde2e7f
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:51:58 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:51:58 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=77c814a1

kde-misc/stock-quote: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/stock-quote/metadata.xml  |  5 
 kde-misc/stock-quote/stock-quote-2.1-r2.ebuild | 33 ++
 2 files changed, 38 insertions(+)

diff --git a/kde-misc/stock-quote/metadata.xml 
b/kde-misc/stock-quote/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/stock-quote/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/stock-quote/stock-quote-2.1-r2.ebuild 
b/kde-misc/stock-quote/stock-quote-2.1-r2.ebuild
new file mode 100644
index 000..131f981
--- /dev/null
+++ b/kde-misc/stock-quote/stock-quote-2.1-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+MY_P=plasma_${PN/-/_}-${PV}
+
+DESCRIPTION="Displays stock quotes pulled from the Yahoo! servers"
+HOMEPAGE="http://www.kde-look.org/content/show.php/Stock+Quote?content=90695;
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/90695-${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   kde-plasma/plasma-workspace:4
+"
+S=${WORKDIR}/${MY_P}
+
+DOCS=( CHANGELOG README )
+
+src_prepare() {
+   sed -e 's:^[ \t]*::' \
+   -i applet/plasma-applet-stock-quote.desktop || die "fixing 
.desktop file failed"
+   sed -e 's:^[ \t]*::' \
+   -i dataengine/plasma-dataengine-stockquote.desktop || die 
"fixing .desktop file failed"
+   kde4-base_src_prepare
+}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/steamcompanion/

2017-01-17 Thread Johannes Huber
commit: 71fc478d6c8b16f49cd8721ee35fb64fdb392114
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:50:58 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:50:58 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=71fc478d

kde-misc/steamcompanion: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/steamcompanion/metadata.xml |  5 +
 .../steamcompanion/steamcompanion-0.5.4-r1.ebuild| 20 
 2 files changed, 25 insertions(+)

diff --git a/kde-misc/steamcompanion/metadata.xml 
b/kde-misc/steamcompanion/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/steamcompanion/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild 
b/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild
new file mode 100644
index 000..b4f6e51
--- /dev/null
+++ b/kde-misc/steamcompanion/steamcompanion-0.5.4-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="it"
+KDE_LINGUAS_DIR="translations"
+inherit kde4-base
+
+DESCRIPTION="Connector for web Steam service from Valve"
+HOMEPAGE="http://kde-look.org/content/show.php/Steam+Companion?content=141713;
+SRC_URI="http://kde-look.org/CONTENT/content-files/141713-${PN}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+S=${WORKDIR}/${PN}



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/redshift-plasmoid/

2017-01-17 Thread Johannes Huber
commit: 315d547b224e9ee82417a3a9d5a015358eda9195
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:46:05 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:46:05 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=315d547b

kde-misc/redshift-plasmoid: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/redshift-plasmoid/metadata.xml |  8 
 .../redshift-plasmoid/redshift-plasmoid-1.0.ebuild  | 21 +
 2 files changed, 29 insertions(+)

diff --git a/kde-misc/redshift-plasmoid/metadata.xml 
b/kde-misc/redshift-plasmoid/metadata.xml
new file mode 100644
index 000..4609e4d
--- /dev/null
+++ b/kde-misc/redshift-plasmoid/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   simgunz/redshift-plasmoid
+   
+

diff --git a/kde-misc/redshift-plasmoid/redshift-plasmoid-1.0.ebuild 
b/kde-misc/redshift-plasmoid/redshift-plasmoid-1.0.ebuild
new file mode 100644
index 000..b6c4c6f
--- /dev/null
+++ b/kde-misc/redshift-plasmoid/redshift-plasmoid-1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="cs de es fr it"
+inherit kde4-base
+
+DESCRIPTION="KDE4 plasmoid for redshift"
+HOMEPAGE="http://kde-apps.org/content/show.php/Redshift+Plasmoid?content=148737
 https://github.com/simgunz/redshift-plasmoid/;
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/148737-${P}.tar.bz2;
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="kde-plasma/plasma-workspace:4"
+RDEPEND="${DEPEND}
+   x11-misc/redshift"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-photooftheday/

2017-01-17 Thread Johannes Huber
commit: f83f158afdb50c3b72fea84a5662abdd45394a9f
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:34:30 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:34:30 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f83f158a

kde-misc/plasma-photooftheday: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-photooftheday/metadata.xml |  5 
 .../plasma-photooftheday-2.1.1.ebuild  | 29 ++
 2 files changed, 34 insertions(+)

diff --git a/kde-misc/plasma-photooftheday/metadata.xml 
b/kde-misc/plasma-photooftheday/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasma-photooftheday/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild 
b/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild
new file mode 100644
index 000..d6d2557
--- /dev/null
+++ b/kde-misc/plasma-photooftheday/plasma-photooftheday-2.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+LINGUAS="bg de"
+CONTENT_NUMBER="104631"
+
+DESCRIPTION="Photo of the Day plasmoid"
+HOMEPAGE="http://www.kde-look.org/content/show.php/Photo+of+the+Day?content=104631;
+LICENSE="GPL-2+"
+IUSE="debug"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+
+SRC_URI="http://kde-look.org/CONTENT/content-files/${CONTENT_NUMBER}-photo-of-the-day.tar.gz
 -> ${CONTENT_NUMBER}-photo-of-the-day-${PV}.tar.gz"
+
+RDEPEND="
+   kde-plasma/plasma-workspace:4
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+S="${WORKDIR}/photo-of-the-day"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-applet-daisy/

2017-01-17 Thread Johannes Huber
commit: 5ef81c5492e6170dc91eae33aa95e562f0ac28cb
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:26:27 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:26:27 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=5ef81c54

kde-misc/plasma-applet-daisy: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-applet-daisy/metadata.xml  |  5 +
 .../plasma-applet-daisy-0.0.4.26-r1.ebuild | 22 ++
 2 files changed, 27 insertions(+)

diff --git a/kde-misc/plasma-applet-daisy/metadata.xml 
b/kde-misc/plasma-applet-daisy/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasma-applet-daisy/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git 
a/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild 
b/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild
new file mode 100644
index 000..659b972
--- /dev/null
+++ b/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.26-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_MINIMAL="4.8"
+KDE_LINGUAS_DIR="applet/po"
+KDE_LINGUAS="bs de el fr hu it pl pt ru sr tr"
+inherit kde4-base
+
+DESCRIPTION="Simple application launcher for KDE 4's plasma desktop"
+HOMEPAGE="http://cdlszm.org/;
+SRC_URI="http://cdlszm.org/downloads/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="kde-plasma/libtaskmanager:4"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/nvdevmon/

2017-01-17 Thread Johannes Huber
commit: b74f35c07cb05ac46b9af97c59730912fc1aceeb
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:24:51 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:24:51 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=b74f35c0

kde-misc/nvdevmon: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/nvdevmon/metadata.xml  |  5 +
 kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild | 22 ++
 2 files changed, 27 insertions(+)

diff --git a/kde-misc/nvdevmon/metadata.xml b/kde-misc/nvdevmon/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/nvdevmon/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild 
b/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild
new file mode 100644
index 000..6802d99
--- /dev/null
+++ b/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="A device monitor for NVIDIA cards"
+HOMEPAGE="http://kde-look.org/content/show.php/NVidia+Device+Monitor?content=148658;
+SRC_URI="http://kde-look.org/CONTENT/content-files/148658-NVidiaDeviceMonitor-${PV}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+S="${WORKDIR}/NVidiaDeviceMonitor"
+
+DEPEND=""
+RDEPEND="
+   x11-drivers/nvidia-drivers
+"



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/nightmode/files/, kde-misc/nightmode/

2017-01-17 Thread Johannes Huber
commit: 7ca976764c4930cfb55a30e3e79587ccb6f22578
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:21:07 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:21:07 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7ca97676

kde-misc/nightmode: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../nightmode/files/nightmode-0.3-kde-4.10.patch   | 13 
 kde-misc/nightmode/metadata.xml|  5 +
 kde-misc/nightmode/nightmode-0.3-r1.ebuild | 24 ++
 3 files changed, 42 insertions(+)

diff --git a/kde-misc/nightmode/files/nightmode-0.3-kde-4.10.patch 
b/kde-misc/nightmode/files/nightmode-0.3-kde-4.10.patch
new file mode 100644
index 000..f1f0da2
--- /dev/null
+++ b/kde-misc/nightmode/files/nightmode-0.3-kde-4.10.patch
@@ -0,0 +1,13 @@
+Fixes build error caused by API changes in KDE 4.10
+
+--- nightmode.cpp
 nightmode.cpp
+@@ -74,7 +74,7 @@
+ void NightmodeEffect::paintWindow(EffectWindow *w, int mask, QRegion region, 
WindowPaintData  )
+ {
+ if (m_active) {
+-data.brightness *= (m_brightness / 100.0);
++data.setBrightness(data.brightness() * (m_brightness / 100.0));
+ // data.saturation *= (m_brightness / 100.0);
+ }
+ effects->paintWindow( w, mask, region, data );

diff --git a/kde-misc/nightmode/metadata.xml b/kde-misc/nightmode/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/nightmode/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/nightmode/nightmode-0.3-r1.ebuild 
b/kde-misc/nightmode/nightmode-0.3-r1.ebuild
new file mode 100644
index 000..e183faf
--- /dev/null
+++ b/kde-misc/nightmode/nightmode-0.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_MINIMAL="4.8"
+inherit kde4-base
+
+DESCRIPTION="kwin plugin that makes the entire screen darker"
+HOMEPAGE="http://kde-apps.org/content/show.php/Nightmode?content=123805;
+SRC_URI="http://static.davidedmundson.co.uk/${PN}_${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="kde-plasma/kwin:4"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}
+
+PATCHES=( "${FILESDIR}/${P}-kde-4.10.patch" )



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-lionmail/

2017-01-17 Thread Johannes Huber
commit: ae65ad7e9feb4b974798056dc377affeef5a35ce
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 17 20:29:25 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 17 20:29:25 2017 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=ae65ad7e

kde-misc/plasma-lionmail: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/plasma-lionmail/metadata.xml  |  5 
 .../plasma-lionmail-0_p20121020.ebuild | 28 ++
 2 files changed, 33 insertions(+)

diff --git a/kde-misc/plasma-lionmail/metadata.xml 
b/kde-misc/plasma-lionmail/metadata.xml
new file mode 100644
index 000..7a38bb9
--- /dev/null
+++ b/kde-misc/plasma-lionmail/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+

diff --git a/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild 
b/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild
new file mode 100644
index 000..1893cc5
--- /dev/null
+++ b/kde-misc/plasma-lionmail/plasma-lionmail-0_p20121020.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Plasma widget displaying new and important email"
+HOMEPAGE="https://www.kde.org http://www.vizzzion.org;
+SRC_URI="https://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+   $(add_kdeapps_dep kdepimlibs)
+   kde-apps/akonadi:4
+   kde-frameworks/kdelibs:4
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-qt/qtwebkit:4
+"
+RDEPEND="${DEPEND}
+   $(add_kdeapps_dep kdepim-runtime)
+"



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

2017-01-17 Thread Andreas Hüttel
commit: d7994c9ed17c2f4af577e0d8ca22accfd0bc5824
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 17 21:04:11 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Jan 17 21:04:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7994c9e

dev-perl/GraphViz: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 49 ---
 dev-perl/GraphViz/GraphViz-2.230.0.ebuild | 39 
 dev-perl/GraphViz/Manifest|  2 --
 3 files changed, 90 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild 
b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
deleted file mode 100644
index fdc6468..
--- a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.20
-inherit perl-module
-
-DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   media-gfx/graphviz
-   virtual/perl-Carp
-   >=virtual/perl-Getopt-Long-2.340.0
-   virtual/perl-IO
-   >=dev-perl/IPC-Run-0.600.0
-   >=dev-perl/libwww-perl-6
-   >=dev-perl/Parse-RecDescent-1.965.1
-   >=virtual/perl-Time-HiRes-1.510.0
-   >=dev-perl/XML-Twig-3.380.0
-   >=dev-perl/XML-XPath-1.130.0
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.421.100
-   >=dev-perl/File-Which-1.90.0
-   test? (
-   >=virtual/perl-Test-Simple-1.1.14
-   )
-"
-
-src_install() {
-   perl-module_src_install
-
-   insinto /usr/share/doc/${PF}/examples
-   doins "${S}"/examples/*
-}
-
-src_test() {
-   perl_rm_files t/pod.t
-   perl-module_src_test
-}

diff --git a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild 
b/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
deleted file mode 100644
index 79edec5..
--- a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.23
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Interface to AT's GraphViz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   media-gfx/graphviz
-   >=virtual/perl-Carp-1.10.0
-   >=virtual/perl-Getopt-Long-2.340.0
-   virtual/perl-IO
-   >=dev-perl/IPC-Run-0.600.0
-   >=dev-perl/libwww-perl-6
-   >=dev-perl/Parse-RecDescent-1.965.1
-   >=virtual/perl-Time-HiRes-1.510.0
-   >=dev-perl/XML-Twig-3.520.0
-   >=dev-perl/XML-XPath-1.130.0
-"
-# Note, we don't really require Test::Simple >=1.300...
-# https://rt.cpan.org/Ticket/Display.html?id=115236
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   dev-perl/File-Which
-   test? (
-   >=virtual/perl-Test-Simple-1.1.14
-   )
-"

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 155f4f6..828379b 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,4 +1,2 @@
 DIST GraphViz-2.19.tgz 86529 SHA256 
27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 
2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b
 WHIRLPOOL 
9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
-DIST GraphViz-2.20.tgz 86556 SHA256 
23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 
799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac
 WHIRLPOOL 
f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772
-DIST GraphViz-2.23.tgz 95297 SHA256 
7207f9279377cd7d6c21e72412f12522a305fd655ed9dcffd184038f4f7639dc SHA512 
3b5f431c6436477674b06ed94bd977a5135800fe26dd8a307ef681b16009dec5b423861c1c11c9583d0c7f5b8920fec1f2469977ffd19dbfc88aa97fd180ee0f
 WHIRLPOOL 
1c745e8566f6e4195e50eb5d39fbf80b2788dfc507157b5f91171d40ab6c82177a85bed77a8f9b76fa2380bf6813716cc5992902e49496007a405ee3eb565d9e
 DIST GraphViz-2.24.tgz 95475 SHA256 
d95efac4cdeedb18283100efe3e00c59c1add524d9ce88c1c8a358359122f5ad SHA512 
b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9
 WHIRLPOOL 
fb80ea2af412054e2c291ee5fc834cab9eb81c46301e26ba6c55b6b0187a36608ce26827cccb37b9da0a2054afa8c44c831b9a1db892862c9388b37452e915a9



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

2017-01-17 Thread Andreas Hüttel
commit: 3fee83a654f3ed5a3a4587f30de1617fe2bbee60
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 17 21:03:51 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Jan 17 21:03:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fee83a6

dev-perl/GraphViz: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/GraphViz/GraphViz-2.240.0.ebuild | 37 +++
 dev-perl/GraphViz/Manifest|  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild 
b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
new file mode 100644
index ..63f5c7b
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_A_EXT=tgz
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=2.24
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Interface to AT's GraphViz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   media-gfx/graphviz
+   >=virtual/perl-Carp-1.10.0
+   >=virtual/perl-Getopt-Long-2.340.0
+   virtual/perl-IO
+   >=dev-perl/IPC-Run-0.600.0
+   >=dev-perl/libwww-perl-6
+   >=dev-perl/Parse-RecDescent-1.965.1
+   >=virtual/perl-Time-HiRes-1.510.0
+   >=dev-perl/XML-Twig-3.520.0
+   >=dev-perl/XML-XPath-1.130.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   dev-perl/File-Which
+   test? (
+   >=virtual/perl-Test-Simple-1.1.2
+   )
+"

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 1bea52a..155f4f6 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,3 +1,4 @@
 DIST GraphViz-2.19.tgz 86529 SHA256 
27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 
2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b
 WHIRLPOOL 
9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
 DIST GraphViz-2.20.tgz 86556 SHA256 
23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 
799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac
 WHIRLPOOL 
f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772
 DIST GraphViz-2.23.tgz 95297 SHA256 
7207f9279377cd7d6c21e72412f12522a305fd655ed9dcffd184038f4f7639dc SHA512 
3b5f431c6436477674b06ed94bd977a5135800fe26dd8a307ef681b16009dec5b423861c1c11c9583d0c7f5b8920fec1f2469977ffd19dbfc88aa97fd180ee0f
 WHIRLPOOL 
1c745e8566f6e4195e50eb5d39fbf80b2788dfc507157b5f91171d40ab6c82177a85bed77a8f9b76fa2380bf6813716cc5992902e49496007a405ee3eb565d9e
+DIST GraphViz-2.24.tgz 95475 SHA256 
d95efac4cdeedb18283100efe3e00c59c1add524d9ce88c1c8a358359122f5ad SHA512 
b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9
 WHIRLPOOL 
fb80ea2af412054e2c291ee5fc834cab9eb81c46301e26ba6c55b6b0187a36608ce26827cccb37b9da0a2054afa8c44c831b9a1db892862c9388b37452e915a9



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

2017-01-17 Thread Mike Frysinger
commit: 5951c87591a1bec149e28c981176a5bf05850ac2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:48:13 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:48:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5951c875

net-misc/suite3270: version bump to 3.5_p10

 net-misc/suite3270/Manifest |   1 +
 net-misc/suite3270/suite3270-3.5_p10.ebuild | 103 
 2 files changed, 104 insertions(+)

diff --git a/net-misc/suite3270/Manifest b/net-misc/suite3270/Manifest
index 84f3005..08ee8fa 100644
--- a/net-misc/suite3270/Manifest
+++ b/net-misc/suite3270/Manifest
@@ -1,5 +1,6 @@
 DIST suite3270-3.3.15ga9-src.tgz 6960911 SHA256 
e22f40360170acf70b6de521173c633072582315b4879aef276fb8c97102e848 SHA512 
dd6ad0b42f935a9a25170d3ef765e8d31746b7c6a7d9c6f31630da77cc4fd2bde9f4861c86fb237211dd17e60423c4e1627871c8a710467076b99166e7774ccb
 WHIRLPOOL 
79b5691995dd98e6821130df3df8fed2af04abb7ebce642a12d82fa67045c3a1e491d32b8dd43b574b35e80cf0c734f8ab007ece18130e7c373175fa672a8e46
 DIST suite3270-3.4ga10-src.tgz 3398730 SHA256 
e9c1b46a61e4e727538fa942657c7eea7eef42de916a78c72a086b57330e2417 SHA512 
d9ed4aa41c45a2e961d5c2d0c00c6b81526da64b9c1765b0c5e39cb647157026a787db2054b2feb55c57e5a458a31062141471447b1177fd46cbbeb7d71e3f28
 WHIRLPOOL 
0af05ca2bedf00595fb8f525f51be3d6595d320d8f199d677d684ed797c7d1a29e1e1bb93187136c4fd8679c00e0255e5178d5ea3a2357a6545124ce510ecc92
 DIST suite3270-3.4ga9-src.tgz 3400841 SHA256 
49dfd73f930196c05bbc80709c2ac89b5c4f43745d6ce7a271c78a4624d93c1e SHA512 
02c834d8a23bf3cde33dec017d5d8dcc6473ca43bb066d3d0315898de9a2685ad75986ec14e2c6234269b310121bb5f8c4a04df3694e02fcc6c0947cfc661f69
 WHIRLPOOL 
bb3974b7b690fe6ca41830dc1cb89f2d8e08be7b85423d771af8b97ef49191ae96ce84d7c7de2f03c058d2aa9738ab8949ae99c7de32f9605b3064daba9ebe17
+DIST suite3270-3.5ga10-src.tgz 3412329 SHA256 
e316638cfa317aec8c542b8c64b9a0adfa41889193aafb814371b633cbb94c03 SHA512 
0cce1212ca7589595cd2f775d18086f231a9e6d621716be5a41123a379358d9ac08c9668de2bd6a2e401ae54d12a4905c3c260cb7ba90482bbce6790d8e3efb8
 WHIRLPOOL 
b753f830dbda560018851e6b32e44adae5d80dbb001ecf6bc7b5e55d7d4381959c47934f3d7529a7be39b7d9d3a3d7dd54129a0e14acdb5a84216bdd57ed9222
 DIST suite3270-3.5ga8-src.tgz 3404504 SHA256 
04d98c2644d8acc3b0089f85558074623500bc194c41609298b344b6e5d905d2 SHA512 
f912afccaec7a489fcfb4e6d61729154c09a68df9478747d7b074d970fbe4b7ac8c809fb496b1cd329d6119a2dc45b2d67ef94f39679218858afc75a4a3dc072
 WHIRLPOOL 
9ed4b2f6f8fe028f40ff4d75bcde70c140e5afd00b82f861951385850873d114df594ceb3623716005c282d570c30f1407a50c353d142c542e3562ae29afe462
 DIST suite3270-3.5ga9-src.tgz 3409168 SHA256 
654756cc1204fd69a861d416d350a0ab3c9cea317173a80b06aca0402a517d3e SHA512 
b206f0f9a698922ca207d93cbd9d302c2fc9fd7f492de78f63fadaaee96dfeeebe3e06a51ca181f5785287832db7e1a3bdb2cab1a23a138caab7e1eed634
 WHIRLPOOL 
e20f6bd73888b945e9f9d4c99dda9d84ceee5ea776fc69593735b3fb07733703e656d102187206082e24b5995481386a88bd2a46b9618776ec80a0310dcb601f

diff --git a/net-misc/suite3270/suite3270-3.5_p10.ebuild 
b/net-misc/suite3270/suite3270-3.5_p10.ebuild
new file mode 100644
index ..f1c8a5a
--- /dev/null
+++ b/net-misc/suite3270/suite3270-3.5_p10.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_PV=${PV/_p/ga}
+MY_P=${PN}-${MY_PV}
+SUB_PV=${PV:0:3}
+
+S=${WORKDIR}/${PN}-${SUB_PV}
+
+# only the x3270 package installs fonts
+FONT_PN="x3270"
+FONT_S="${S}/${FONT_PN}"
+
+inherit eutils font
+
+DESCRIPTION="Complete 3270 access package"
+HOMEPAGE="http://x3270.bgp.nu/;
+SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+IUSE="cjk doc ncurses ssl tcl X"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+   ncurses? (
+   sys-libs/ncurses:=
+   sys-libs/readline:0=
+   )
+   tcl? ( dev-lang/tcl:0 )"
+DEPEND="${RDEPEND}
+   X? (
+   x11-misc/xbitmaps
+   x11-proto/xproto
+   app-text/rman
+   x11-apps/mkfontdir
+   x11-apps/bdftopcf
+   )"
+
+suite3270_makelist() {
+   echo pr3287 s3270 \
+   $(usex ncurses c3270 '') \
+   $(usex tcl tcl3270 '') \
+   $(usex X x3270 '')
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.5_p8-tinfo.patch
+
+   # Some subdirs (like c3270/x3270/s3270) install the same set of data 
files
+   # (they have the same contents).  Wrap that in a retry to avoid errors.
+   cat <<-EOF > _install
+   #!/bin/sh
+   for n in 1 2 3 4 5; do
+   install "\$@" && exit
+   echo "retrying ..."
+   done
+   exit 1
+   EOF
+   chmod a+rx 

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

2017-01-17 Thread Mike Frysinger
commit: 33326ae9dab938127d8b59a48e769424fed045fb
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:48:45 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33326ae9

net-misc/suite3270: mark 3.4_p10 stable for all

 net-misc/suite3270/suite3270-3.4_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/suite3270/suite3270-3.4_p10.ebuild 
b/net-misc/suite3270/suite3270-3.4_p10.ebuild
index ddb4221..cd5b214 100644
--- a/net-misc/suite3270/suite3270-3.4_p10.ebuild
+++ b/net-misc/suite3270/suite3270-3.4_p10.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/x3270/${MY_P}-src.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ppc s390 sparc x86"
 IUSE="cjk doc ncurses ssl tcl X"
 
 RDEPEND="ssl? ( dev-libs/openssl:0= )



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

2017-01-17 Thread Mike Frysinger
commit: 0be4e2ac7ec0906aff61da2a1a749ebd17db746c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:42:44 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:42:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be4e2ac

app-arch/tar: pull in upstream fix for --add-file behvaior

 app-arch/tar/files/tar-1.29-add-files.patch | 194 
 app-arch/tar/tar-1.29-r3.ebuild |  81 
 2 files changed, 275 insertions(+)

diff --git a/app-arch/tar/files/tar-1.29-add-files.patch 
b/app-arch/tar/files/tar-1.29-add-files.patch
new file mode 100644
index ..8ab15ac
--- /dev/null
+++ b/app-arch/tar/files/tar-1.29-add-files.patch
@@ -0,0 +1,194 @@
+From 3a283cfe9f8f1f127e8dc5597a5ea1d249985a54 Mon Sep 17 00:00:00 2001
+From: Sergey Poznyakoff 
+Date: Sat, 12 Nov 2016 11:20:47 +0200
+Subject: [PATCH] Fix the --add-file option.
+
+* src/common.h (name_more_files): New proto.
+(files_from_option): Remove.
+* src/names.c (name_more_files): New file.
+(names_options): Fix declaration of the
+add-file option.
+(names_parse_opt): Handle --add-file.
+* src/tar.c (struct tar_args): Remove the input_files member.
+Change all uses: use name_more_files() instead.
+* tests/Makefile.am: Add new test.
+* tests/add-file.at: New testcase.
+* tests/testsuite.at: Add new test.
+---
+ src/common.h   |  4 +---
+ src/names.c| 24 ---
+ src/tar.c  | 16 -
+ tests/Makefile.am  |  3 ++-
+ tests/add-file.at  | 67 ++
+ tests/testsuite.at |  1 +
+ 6 files changed, 92 insertions(+), 23 deletions(-)
+ create mode 100644 tests/add-file.at
+
+diff --git a/src/common.h b/src/common.h
+index 50c34cc7c09b..6fdb6225f18b 100644
+--- a/src/common.h
 b/src/common.h
+@@ -414,9 +414,6 @@ GLOBAL bool show_transformed_names_option;
+timestamps from archives with an unusual member order. It is automatically
+set for incremental archives. */
+ GLOBAL bool delay_directory_restore_option;
+-
+-/* When set, tar will not refuse to create empty archives */
+-GLOBAL bool files_from_option;
+ 
+ /* Declarations for each module.  */
+ 
+@@ -738,6 +735,7 @@ void uid_to_uname (uid_t uid, char **uname);
+ int uname_to_uid (char const *uname, uid_t *puid);
+ 
+ void name_init (void);
++bool name_more_files (void);
+ void name_add_name (const char *name);
+ void name_term (void);
+ const char *name_next (int change_dirs);
+diff --git a/src/names.c b/src/names.c
+index 219aa77a4356..1a9465667cd3 100644
+--- a/src/names.c
 b/src/names.c
+@@ -32,7 +32,8 @@ static void name_add_file (const char *name);
+ 
+ enum
+   {
+-EXCLUDE_BACKUPS_OPTION = 256,
++ADD_FILE_OPTION = 256,
++EXCLUDE_BACKUPS_OPTION,
+ EXCLUDE_CACHES_OPTION,
+ EXCLUDE_CACHES_UNDER_OPTION,
+ EXCLUDE_CACHES_ALL_OPTION,
+@@ -67,7 +68,7 @@ static struct argp_option names_options[] = {
+   {NULL, 0, NULL, 0,
+N_("Local file name selection:"), GRID },
+ 
+-  {"add-file", ARGP_KEY_ARG, N_("FILE"), 0,
++  {"add-file", ADD_FILE_OPTION, N_("FILE"), 0,
+N_("add given FILE to the archive (useful if its name starts with a 
dash)"), GRID+1 },
+   {"directory", 'C', N_("DIR"), 0,
+N_("change to directory DIR"), GRID+1 },
+@@ -190,10 +191,10 @@ names_parse_opt (int key, char *arg, struct argp_state 
*state)
+ 
+ case 'T':
+   name_add_file (arg);
+-  /* Indicate we've been given -T option. This is for backward
+-   compatibility only, so that `tar cfT archive /dev/null will
+-   succeed */
+-  files_from_option = true;
++  break;
++
++case ADD_FILE_OPTION:
++  name_add_name (arg);
+   break;
+ 
+ default:
+@@ -651,8 +652,8 @@ struct name_elt/* A name_array element. */
+   } v;
+ };
+ 
+-static struct name_elt *name_head;  /* store a list of names */
+-size_t name_count;/* how many of the entries are names? */
++static struct name_elt *name_head;/* store a list of names */
++size_t name_count;  /* how many of the entries are file names? */
+ 
+ static struct name_elt *
+ name_elt_alloc (void)
+@@ -784,6 +785,12 @@ name_list_advance (void)
+ }
+ }
+ 
++/* Return true if there are names or options in the list */
++bool
++name_more_files (void)
++{
++  return name_count > 0;
++}
+ 
+ /* Add to name_array the file NAME with fnmatch options MATFLAGS */
+ void
+@@ -823,6 +830,7 @@ name_add_file (const char *name)
+   ep->v.file.name = name;
+   ep->v.file.line = 0;
+   ep->v.file.fp = NULL;
++  name_count++;
+ }
+ 
+ /* Names from external name file.  */
+diff --git a/src/tar.c b/src/tar.c
+index 35bac38c2793..a361fc2c607f 100644
+--- a/src/tar.c
 b/src/tar.c
+@@ -813,7 +813,6 @@ struct tar_args/* Variables used during option 
parsing */
+   bool pax_option; /* True if --pax-option was given */
+   char const *backup_suffix_string;   /* 

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

2017-01-17 Thread Mike Frysinger
commit: d29aff183e91d24a9e8c247e605648673316c4f7
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:36:38 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:38:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29aff18

dev-lang/python-exec: mark 2.0.2 & 2.4.4 arm64/m68k/s390/sh stable

 dev-lang/python-exec/python-exec-2.0.2.ebuild | 2 +-
 dev-lang/python-exec/python-exec-2.4.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/python-exec/python-exec-2.0.2.ebuild 
b/dev-lang/python-exec/python-exec-2.0.2.ebuild
index 80475b8..531424e 100644
--- a/dev-lang/python-exec/python-exec-2.0.2.ebuild
+++ b/dev-lang/python-exec/python-exec-2.0.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="2"
-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 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="2"
-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 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # eselect-python because of /usr/bin/python* collisions and new config



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

2017-01-17 Thread Mike Frysinger
commit: 8913d0c3ce8963af4b5b62c5d1c0a61456902560
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:34:55 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8913d0c3

sys-libs/zlib: mark 1.2.11 arm64/m68k/s390/sh stable

 sys-libs/zlib/zlib-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/zlib/zlib-1.2.11.ebuild b/sys-libs/zlib/zlib-1.2.11.ebuild
index 0ba6e02..508b3f7 100644
--- a/sys-libs/zlib/zlib-1.2.11.ebuild
+++ b/sys-libs/zlib/zlib-1.2.11.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://zlib.net/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="minizip static-libs"
 
 DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/

2017-01-17 Thread Mike Frysinger
commit: 5a6df3702bba180f1faf62b598a8bdd01d9632c1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:35:48 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:38:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6df370

app-eselect/eselect-python: mark 20140125-r2 & 20160516 arm64/m68k/s390/sh 
stable

 app-eselect/eselect-python/eselect-python-20140125-r2.ebuild | 2 +-
 app-eselect/eselect-python/eselect-python-20151117-r2.ebuild | 2 +-
 app-eselect/eselect-python/eselect-python-20160222.ebuild| 2 +-
 app-eselect/eselect-python/eselect-python-20160516.ebuild| 2 +-
 app-eselect/eselect-python/eselect-python-.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild 
b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
index 86e01c9..8037eb8 100644
--- a/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20140125-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2
https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2;
-   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 ~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 ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"

diff --git a/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild 
b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
index 4e6988a..6e7556c 100644
--- a/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~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"
+   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 ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"

diff --git a/app-eselect/eselect-python/eselect-python-20160222.ebuild 
b/app-eselect/eselect-python/eselect-python-20160222.ebuild
index dbfcd6c..eb8411f 100644
--- a/app-eselect/eselect-python/eselect-python-20160222.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20160222.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~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"
+   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 ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"

diff --git a/app-eselect/eselect-python/eselect-python-20160516.ebuild 
b/app-eselect/eselect-python/eselect-python-20160516.ebuild
index e379e6e..6f75edc 100644
--- a/app-eselect/eselect-python/eselect-python-20160516.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20160516.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else

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

2017-01-17 Thread Mike Frysinger
commit: ca691fd8f686efa14774bb9845737343a9114d30
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:34:33 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca691fd8

dev-libs/expat: mark 2.2.0-r1 arm64/m68k/s390/sh stable

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

diff --git a/dev-libs/expat/expat-2.2.0-r1.ebuild 
b/dev-libs/expat/expat-2.2.0-r1.ebuild
index dd9daca..1aa0623 100644
--- a/dev-libs/expat/expat-2.2.0-r1.ebuild
+++ b/dev-libs/expat/expat-2.2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
 
 LICENSE="MIT"
 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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE="elibc_FreeBSD examples static-libs unicode"
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"



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

2017-01-17 Thread Mike Frysinger
commit: 5683fcbde32afaa80c4b0efe90fdfaacd7b128ee
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jan 17 20:34:00 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jan 17 20:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5683fcbd

sys-devel/flex: mark 2.6.1 arm64/m68k/s390/sh stable

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

diff --git a/sys-devel/flex/flex-2.6.1.ebuild b/sys-devel/flex/flex-2.6.1.ebuild
index f15c038..e0d554f 100644
--- a/sys-devel/flex/flex-2.6.1.ebuild
+++ b/sys-devel/flex/flex-2.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/westes/flex/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="FLEX"
 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="nls static test"
 
 # We want bison explicitly and not yacc in general #381273



  1   2   3   >