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

2018-01-02 Thread Andreas Sturmlechner
commit: 5b994c174e855b38c8c6cef78278ea28b43c81c0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  2 23:23:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  2 23:23:17 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b994c17

kde5.eclass: Cleanup obsolete blocker

 eclass/kde5.eclass | 23 ---
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 84346f5a00..346838570a 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -204,21 +204,14 @@ case ${KDE_AUTODEPS} in
RDEPEND+=" || ( $(add_frameworks_dep breeze-icons) 
kde-frameworks/oxygen-icons:* )"
fi
 
-   case ${CATEGORY} in
-   kde-frameworks | \
-   kde-plasma)
-   RDEPEND+=" !

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

2018-01-02 Thread Sergei Trofimovich
commit: de15b1fc26edd736d2a4b7a36599c4623fc6a17c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan  3 07:38:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan  3 07:38:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de15b1fc

dev-python/click: stable 6.7 for hppa, bug #630320

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/click/click-6.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/click/click-6.7.ebuild 
b/dev-python/click/click-6.7.ebuild
index e8f018f4e9b..df2868d911b 100644
--- a/dev-python/click/click-6.7.ebuild
+++ b/dev-python/click/click-6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="http://click.pocoo.org/ 
https://pypi.python.org/pypi/click";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="doc examples test"
 
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"



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

2018-01-02 Thread Hans de Graaff
commit: 020d3e4bf8e91609c2863c6658759e15f399e920
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 07:00:29 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 07:00:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020d3e4b

dev-ruby/maxitest: add 2.4.1

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/maxitest/Manifest  |  1 +
 dev-ruby/maxitest/maxitest-2.4.1.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index 0743a1cac8f..6a03aa52364 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1 +1,2 @@
 DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 
1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c
 SHA512 
41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
+DIST maxitest-2.4.1.tar.gz 59653 BLAKE2B 
8bdaea5ad48d30cef9c07947634b05f6e5cc8f8e74f985321b1878e26cc36680cf6f6c2d069e947342a5f0e2f2346347952e6121198b0b74af31b0d58bef4070
 SHA512 
b1c1faeda4c670083d3564a0763ccb4005954e018aed4a574fb4ddcba16c943b1da8ae471d8df5aca9c1010a19605d55609186b4ab56c13b033ad67ed6c9eb27

diff --git a/dev-ruby/maxitest/maxitest-2.4.1.ebuild 
b/dev-ruby/maxitest/maxitest-2.4.1.ebuild
new file mode 100644
index 000..8430d280fdf
--- /dev/null
+++ b/dev-ruby/maxitest/maxitest-2.4.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="Minitest + all the features you always wanted"
+HOMEPAGE="https://github.com/grosser/maxitest";
+SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "

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

2018-01-02 Thread Hans de Graaff
commit: cf4198df1322bff2ecf57db4b1f8b7e92842dddf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 06:52:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 06:52:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4198df

dev-ruby/capybara: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/capybara/Manifest   |  3 --
 dev-ruby/capybara/capybara-2.15.2.ebuild | 50 
 dev-ruby/capybara/capybara-2.15.3.ebuild | 50 
 dev-ruby/capybara/capybara-2.16.0.ebuild | 50 
 4 files changed, 153 deletions(-)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index c193d01854a..9c2ed08ed6c 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -1,6 +1,3 @@
 DIST capybara-2.14.4.gem 265728 BLAKE2B 
7b61fc7424b5e5aeec50e0695ef7719d23b594d3fe233c04443c37a5f06b0f1e7c440135c50225813d9da954c2efa0563488668202e09a4e3877f28708f9624e
 SHA512 
d3ebbd8d96e4d2026327b1c70ff723225ce052fff510a909111b8cc7e02b12fec9e00acddc0bc2565371cc5eb0b590abef43d42a99c3938a929ea25930fdefd1
-DIST capybara-2.15.2.gem 270848 BLAKE2B 
1993d542415dde3b3199c0b26afec2dda949cef0d601f78aa7ad059133343a6a0cf7a7d3d068e78571fb0299c3ca569107a69259b44e62a7a23dc6a5e3daea92
 SHA512 
8c7eec2d23dcf82b1c41144fcaf5151330c220277bf2fe2a4713a79c6b065789465a9e867936a25d00bce727ab218cd3ff9934a67158552a04f552d734ee5387
-DIST capybara-2.15.3.gem 271360 BLAKE2B 
3b4ab3f5d56217fec512b2870943a3f28cbfe45f138fe764db85c6722012616cb291b6167c53b20d82301140052d0f6cc6b4e895d309a2b9415d18f828c331d6
 SHA512 
8248f29e2da570b693092136850f6a4b8e06451c502493177884a9306bd8704843ddc2d3caa8c530c39909257e308bda86cedf263bcf5eded83d734229de6bca
 DIST capybara-2.15.4.gem 271360 BLAKE2B 
67a3abe0b0f07ad1af0e894723e1ad2a0d0e2dce9903472e6369ddee8edcb54b0fde833e4c31c18625fc329d85ff39df029636e62821feac138c19e8cdb97788
 SHA512 
405f5d9aeafe98e8aafe26d1f563c42ebe737b88efb9a52fbd38aec6b2418e1d7701368c75b6ea4946bf4eee0c1471e9af7be63dda3238ac5c4129fec8e3f999
-DIST capybara-2.16.0.gem 272896 BLAKE2B 
9661fdd1f9962cbda5f8dbf09b307a6be797ee2372182b378f78e553303db08c2885c64774ba8f39d6c289ba7ba1d1d8a82a13a40b828dd501b090d119390256
 SHA512 
a51eeb4605644fa20f5b3977fe20b810655d666f2a838de673c20338aa3b3ba35c67dfcb9b65145189bba0d6058ec79c4abb6432af2852a1ef8033b3a463fe6d
 DIST capybara-2.16.1.gem 273408 BLAKE2B 
1d1a68427fcfed9a8153e409e17fc043dd8d926c3ebbab3560ae12454f3010c8b4569348c231e807d993263940b703dc5380a235da438eb5ac2f9d0bd3a66309
 SHA512 
921e05111278b7bff93fe805a29e7b2e0e78b36510db5dff1189e34c3cdeada52504a8e06534238e578c32e8e0efa8d99a0ffc8516d94e60c06e7fd2c4ecb174

diff --git a/dev-ruby/capybara/capybara-2.15.2.ebuild 
b/dev-ruby/capybara/capybara-2.15.2.ebuild
deleted file mode 100644
index e978384153d..000
--- a/dev-ruby/capybara/capybara-2.15.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-# Rake tasks are not distributed in the gem.
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit virtualx ruby-fakegem
-
-DESCRIPTION="Capybara aims to simplify the process of integration testing Rack 
applications"
-HOMEPAGE="https://github.com/jnicklas/capybara";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE="test"
-
-DEPEND="${DEPEND} test? ( www-client/firefox )"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/launchy 
>=dev-ruby/selenium-webdriver-2.0 dev-ruby/sinatra )"
-
-ruby_add_rdepend "
-   dev-ruby/addressable
-   >=dev-ruby/mini_mime-0.1.3
-   >=dev-ruby/nokogiri-1.3.3
-   >=dev-ruby/rack-1.0.0:*
-   >=dev-ruby/rack-test-0.5.4:*
-   >=dev-ruby/xpath-2.0.0:2"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' 
spec/spec_helper.rb || die
-
-   # Avoid window-manager specific tests (sizes are specific for fluxbox)
-   sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
-
-   # Avoid spec that requires unpackaged geckodriver
-   sed -i -e '/register_server/,/^  end/ s:^:#:' spec/capybara_spec.rb || 
die
-
-   # Avoid test dependency on puma server for now
-   sed -i -e '/should have :puma registered/,/^end/ s:^:#:' 
spec/capybara_spec.rb || die
-}
-
-each_ruby_test() {
-   virtx ${RUBY} -Ilib -S rspec-3 spec || die "Tests failed."
-}

diff --git a/dev-ruby/capybara/capybara-2.15.3.ebuild 
b/dev-ruby/capybara/capybara-2.15.3.ebuild
deleted file mode 100644
index e978384153d..000
--- a/dev-ruby/capybara/capybara-2.15.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKE

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

2018-01-02 Thread Hans de Graaff
commit: d13ec8fce29e06fc5a519df438b869ffbbc3c9a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 07:03:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 07:03:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13ec8fc

dev-ruby/lockfile: add 2.1.3

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild 
b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
index e4a0c68fd14..0eff4790eee 100644
--- a/dev-ruby/lockfile/lockfile-2.1.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-01-02 Thread Hans de Graaff
commit: 0085f10fa9d8e9c82f95554e5bb803f6b7ce3c8d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 06:38:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 06:38:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0085f10f

dev-ruby/amqp: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/amqp/Manifest  |  1 -
 dev-ruby/amqp/amqp-1.6.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest
index 93999e829b0..953ebfb2ac2 100644
--- a/dev-ruby/amqp/Manifest
+++ b/dev-ruby/amqp/Manifest
@@ -1,2 +1 @@
-DIST amqp-1.6.0.gem 1177088 BLAKE2B 
4095dd6182f79579f58f6f9eff66177273d3d66fdd61711db132896b2c6197ef1faed03e8da8b27497aa13eae31a54e574a9d8bb4b1ff44103d238bc820cfe92
 SHA512 
389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f
 DIST amqp-1.7.0.gem 1176576 BLAKE2B 
93fd02b1382f08d0f6a3ce7c66ba6c4f224837077e87cae74b7a6c254953822c3a81704494f8dd3b15d64225e113d9e9b592d94bb39c0564fdf3ac37d903c694
 SHA512 
f7a32e1c33fad13b4b09d489ec04c1110c508905e7c0e0fb970bf7a582c581f8789330dcd989814e475d7583c5be9a37e6bcd8876ca2f3802e668f3a804ba73b

diff --git a/dev-ruby/amqp/amqp-1.6.0.ebuild b/dev-ruby/amqp/amqp-1.6.0.ebuild
deleted file mode 100644
index 40d9ffa34e2..000
--- a/dev-ruby/amqp/amqp-1.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
-HOMEPAGE="http://rubyamqp.info/";
-
-LICENSE="Ruby"
-SLOT="1.4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
-ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
-   >=dev-ruby/amq-protocol-2.0.1:2"
-
-all_ruby_prepare() {
-   #rm Gemfile || die
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
-
-   # Many specs require a live rabbit server, but only root can start
-   # an instance. Skip these specs for now.
-   rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
-}
-
-all_ruby_install() {
-   dodoc -r docs examples
-}



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

2018-01-02 Thread Hans de Graaff
commit: 21aca3ba954f93aab84d67fd5bbaa468bf1f630e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan  3 06:46:57 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  3 06:46:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aca3ba

dev-ruby/amqp: add 1.8.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/amqp/Manifest  |  1 +
 dev-ruby/amqp/amqp-1.8.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/amqp/Manifest b/dev-ruby/amqp/Manifest
index 953ebfb2ac2..2829af74e43 100644
--- a/dev-ruby/amqp/Manifest
+++ b/dev-ruby/amqp/Manifest
@@ -1 +1,2 @@
 DIST amqp-1.7.0.gem 1176576 BLAKE2B 
93fd02b1382f08d0f6a3ce7c66ba6c4f224837077e87cae74b7a6c254953822c3a81704494f8dd3b15d64225e113d9e9b592d94bb39c0564fdf3ac37d903c694
 SHA512 
f7a32e1c33fad13b4b09d489ec04c1110c508905e7c0e0fb970bf7a582c581f8789330dcd989814e475d7583c5be9a37e6bcd8876ca2f3802e668f3a804ba73b
+DIST amqp-1.8.0.gem 1175040 BLAKE2B 
5c623201a378ecbd501d0f30d31873cfdc47088659d79a89eab21b510cbacad220df0122b3164f543f00a5587b74aab4ffb5d6879f0c30fc06ee17bd55600dcd
 SHA512 
8575b3704cbaab5937a5880858bcc4610ecab4be66b9ef8633c1d49858a95fbb48b1245ba71ebce1b0d31e319cb6f133640097aaa779b8a32282f6d442098e7f

diff --git a/dev-ruby/amqp/amqp-1.8.0.ebuild b/dev-ruby/amqp/amqp-1.8.0.ebuild
new file mode 100644
index 000..db2b2e7889d
--- /dev/null
+++ b/dev-ruby/amqp/amqp-1.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit versionator ruby-fakegem
+
+DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
+HOMEPAGE="http://rubyamqp.info/";
+
+LICENSE="Ruby"
+SLOT="1.4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
+ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
+   >=dev-ruby/amq-protocol-2.2.0:2"
+
+all_ruby_prepare() {
+   #rm Gemfile || die
+   sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
+
+   # Many specs require a live rabbit server, but only root can start
+   # an instance. Skip these specs for now.
+   rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
+}
+
+all_ruby_install() {
+   dodoc -r docs examples
+}



[gentoo-commits] proj/devmanual:codesample-indent-fix commit in: ebuild-writing/functions/pkg_pretend/, ebuild-writing/functions/pkg_preinst/, ...

2018-01-02 Thread Göktürk Yüksek
commit: 8c24be3239906196b973ff14197650e7702e953c
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Dec 22 00:12:40 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 05:17:11 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8c24be32

Change the indentation for ebuild  snippets from spaces to tabs

 archs/amd64/text.xml   |   6 +-
 ebuild-writing/error-handling/text.xml |   2 +-
 ebuild-writing/functions/pkg_config/text.xml   |  26 ++---
 ebuild-writing/functions/pkg_info/text.xml |   2 +-
 ebuild-writing/functions/pkg_nofetch/text.xml  |  20 ++--
 ebuild-writing/functions/pkg_postinst/text.xml |  18 ++--
 ebuild-writing/functions/pkg_postrm/text.xml   |   4 +-
 ebuild-writing/functions/pkg_preinst/text.xml  |   6 +-
 ebuild-writing/functions/pkg_prerm/text.xml|   6 +-
 ebuild-writing/functions/pkg_pretend/text.xml  |   2 +-
 ebuild-writing/functions/pkg_setup/text.xml|  28 ++---
 .../src_compile/build-environment/text.xml |  26 ++---
 .../functions/src_compile/building/text.xml|  14 +--
 .../functions/src_compile/no-build-system/text.xml |  48 -
 ebuild-writing/functions/src_compile/text.xml  |  30 +++---
 .../functions/src_configure/configuring/text.xml   |  30 +++---
 ebuild-writing/functions/src_configure/text.xml|  14 +--
 ebuild-writing/functions/src_install/text.xml  | 116 ++---
 .../functions/src_prepare/epatch/text.xml  |  24 ++---
 ebuild-writing/functions/src_prepare/text.xml  |   6 +-
 ebuild-writing/functions/src_test/text.xml |  12 +--
 .../functions/src_unpack/cvs-sources/text.xml  |  22 ++--
 .../functions/src_unpack/rpm-sources/text.xml  |  14 +--
 ebuild-writing/functions/src_unpack/text.xml   |  16 +--
 ebuild-writing/messages/text.xml   |  12 +--
 ebuild-writing/use-conditional-code/text.xml   |  32 +++---
 ebuild-writing/using-eclasses/text.xml |   2 +-
 ebuild-writing/variables/text.xml  |  22 ++--
 eclass-writing/text.xml|  30 +++---
 general-concepts/autotools/text.xml|  16 +--
 general-concepts/dependencies/text.xml |  44 
 general-concepts/portage-cache/text.xml|  28 ++---
 general-concepts/use-flags/text.xml|  24 ++---
 general-concepts/user-environment/text.xml |   6 +-
 quickstart/text.xml|  84 +++
 tasks-reference/completion/text.xml|  30 +++---
 tools-reference/bash/text.xml  |  36 +++
 tools-reference/cat/text.xml   |  12 +--
 tools-reference/find/text.xml  |   4 +-
 tools-reference/sed/text.xml   |  26 ++---
 40 files changed, 450 insertions(+), 450 deletions(-)

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index f75e29d..366959d 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -336,10 +336,10 @@ In most cases, it's sufficient to use the 
$(get_libdir) function from
 inherit multilib
 
 src_compile() {
-econf \
---libdir=/usr/$(get_libdir)
+   econf \
+   --libdir=/usr/$(get_libdir)
 
-emake || die
+   emake || die
 }
 
 src_install() {

diff --git a/ebuild-writing/error-handling/text.xml 
b/ebuild-writing/error-handling/text.xml
index da9e88d..96dc962 100644
--- a/ebuild-writing/error-handling/text.xml
+++ b/ebuild-writing/error-handling/text.xml
@@ -87,7 +87,7 @@ The correct way to rewrite this is to use an if block:
 
 
 if [[ -f foorc ]] ; then
-update_foorc || die "Couldn't update foorc!"
+   update_foorc || die "Couldn't update foorc!"
 fi
 
 

diff --git a/ebuild-writing/functions/pkg_config/text.xml 
b/ebuild-writing/functions/pkg_config/text.xml
index 422089f..ce97bd8 100644
--- a/ebuild-writing/functions/pkg_config/text.xml
+++ b/ebuild-writing/functions/pkg_config/text.xml
@@ -34,7 +34,7 @@
 
 pkg_config()
 {
-eerror "This ebuild does not have a config function."
+   eerror "This ebuild does not have a config function."
 }
 
 
@@ -49,18 +49,18 @@ Taken from the mysql ebuilds. Note the use of 
${ROOT}.
 
 
 pkg_config() {
-if [ ! -d "${ROOT}"/var/lib/mysql/mysql ] ; then
-einfo "Press ENTER to create the mysql database and set proper"
-einfo "permissions on it, or Control-C to abort now..."
-read
-"${ROOT}"/usr/bin/mysql_install_db
-else
-einfo "Hmm, it appears as though you already have the mysql"
-einfo "database in place.  If you are having problems trying"
-einfo "to start mysqld, perhaps you need to manually run"
-einfo "/usr/bin/mysql_install_db and/or check your config"
-einfo "file(s) and/or database(s) and/or logfile(s)."
-fi
+   if [ ! -d "${ROOT}"/var/lib/mysql/mysql ] ; 

[gentoo-commits] proj/devmanual:codesample-indent-fix commit in: /

2018-01-02 Thread Göktürk Yüksek
commit: c7e61fd606da3951e427c3c4931d2fb96e391738
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Nov  8 18:11:26 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 05:17:20 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c7e61fd6

CSS: let tabs in code blocks render as 4 positions

Per devmanual, in ebuild files only tabs must be used for indentation,
and each tab represents four spaces. However, many snippets of ebuild
code in devmanual use spaces for indentation, making these snippets not
immediately usable for pasting. Snippets indented with tabs, while
technically conformant, look the wrong way.

This change makes tabs-indented snippets look right, making it more
attractive for contributors to use tabs for indentation, and paving the
road for potential conversion of spaces-indented snippets to tabs.

Acked-by: Gokturk Yuksek  gentoo.org>

 devmanual.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devmanual.css b/devmanual.css
index 6f24642..1507558 100644
--- a/devmanual.css
+++ b/devmanual.css
@@ -154,6 +154,9 @@ div.figure, div.figure p {
 
 code, pre, tt {
 font-family: monospace;
+tab-size: 4;
+-o-tab-size: 4;
+-moz-tab-size: 4;
 }
 
 blockquote.epigraph p {



[gentoo-commits] proj/devmanual:codesample-indent-fix commit in: general-concepts/news/

2018-01-02 Thread Göktürk Yüksek
commit: 8db770b1f0bd7f06151cf4285077695583e285f0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Dec 21 13:52:03 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Dec 22 11:19:29 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8db770b1

general-concepts/news: Bring in line with updated GLEP 42.

Acked-by: Göktürk Yüksek  gentoo.org>
Closes: https://bugs.gentoo.org/641928

 general-concepts/news/text.xml | 24 ++--
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
index d1af53e..06b5866 100644
--- a/general-concepts/news/text.xml
+++ b/general-concepts/news/text.xml
@@ -24,10 +24,14 @@ man page.
 
 
   
-Choose a file name in the proper format: -MM-DD-name.lang.txt,
-where the date is followed by a name (a-z, 0-9, + (plus), - (hyphen)
-and _ (underscore)), the two-letter ISO language code (en for English
-must be chosen as default) and the file extension txt.
+Choose a filename in the proper format:
+-MM-DD-shortname.lang.txt, i.e. the date, followed by a very
+short name of at most 20 characters and consisting only of a-z,
+0-9, + (plus), - (hyphen) and _ (underscore).
+This is followed by lang which is an
+https://tools.ietf.org/rfc/bcp/bcp47.txt";>IETF language
+tag. Always use en for English, unless you are translating
+a news item. Finally, the filename ends with the extension txt.
   
   
 Write the news item, which is similar to a RFC-compliant email. Details
@@ -44,19 +48,11 @@ man page.
 importance and should be revoked (can be possible).
   
   
-Upon acceptance, create a detached armored GnuPG signature with
-gpg --local-user --detach-sign --armor -MM-DD-name.lang.txt
-  
-  
-Verify that your signature is correct with
-gpg --verify -MM-DD-name.lang.txt.asc -MM-DD-name.lang.txt
-  
-  
 Create a directory structure for your item in the gentoo-news repository
 (git+ssh://g...@git.gentoo.org/data/gentoo-news.git):
-/-MM-DD-name/.
+-MM-DD-shortname/.
   
-  Add both the news file and the signature to that directory.
+  Add the news file to that directory.
   Commit and push your changes to the gentoo-news repository.
 
 



[gentoo-commits] proj/devmanual:codesample-indent-fix commit in: ebuild-writing/functions/src_unpack/rpm-sources/, /, quickstart/, ...

2018-01-02 Thread Göktürk Yüksek
commit: f84cfb4dea1a1fe725779018e8a8f9c12dee0470
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan  1 11:40:26 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Jan  1 11:40:26 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f84cfb4d

Update copyright years.

 devbook.xsl  |  2 +-
 ebuild-writing/common-mistakes/text.xml  |  2 +-
 ebuild-writing/eapi/text.xml |  6 +++---
 ebuild-writing/file-format/text.xml  |  2 +-
 ebuild-writing/functions/src_unpack/rpm-sources/text.xml |  2 +-
 ebuild-writing/using-eclasses/text.xml   |  2 +-
 eclass-writing/text.xml  |  6 +++---
 quickstart/text.xml  | 10 +-
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/devbook.xsl b/devbook.xsl
index 807b11c..a4e9395 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -546,7 +546,7 @@
   
 
 
-  Copyright (C) 2001-2017 Gentoo Foundation, 
Inc.
+  Copyright (C) 2001-2018 Gentoo Foundation, 
Inc.
   
 Gentoo is a trademark of the Gentoo Foundation, Inc.
 The text of this document is distributed under the

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index 1981bd5..c188c1f 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -159,7 +159,7 @@ The first two lines must look like this:
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 68f27b0..0a2c3aa 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -42,7 +42,7 @@ Most developers prefer to set the EAPI version without 
quotes. However, the PMS
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -117,7 +117,7 @@ src_compile() {

 

-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=1
@@ -523,7 +523,7 @@ DEPEND="

Example:

-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4

diff --git a/ebuild-writing/file-format/text.xml 
b/ebuild-writing/file-format/text.xml
index 5f2bf93..f9e6a4f 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -151,7 +151,7 @@ header.txt in the top directory of the Gentoo 
repository.
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 

diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml 
b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
index f082aca..9382109 100644
--- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
+++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
@@ -52,7 +52,7 @@ patches. The filename should be 
suse-fetchmail-6.2.5.54.1.ebuild.
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils versionator rpm

diff --git a/ebuild-writing/using-eclasses/text.xml 
b/ebuild-writing/using-eclasses/text.xml
index 83170ee..133e6a9 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -32,7 +32,7 @@ uses four eclasses:
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2

diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 1aef0c2..9064616 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -612,7 +612,7 @@ a single function, domacosapp.
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: macosapp.eclass
@@ -699,7 +699,7 @@ something like the following:
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: jmake.eclass
@@ -760,7 +760,7 @@ for an eclass to invoke die from the global scope.  For 
example:
 
 
 
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU Genera

[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/maintenance-tasks/

2018-01-02 Thread Göktürk Yüksek
commit: 74b1623b6414166c1091c08ee90f2d5a509c3da8
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Dec 13 18:06:09 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 05:05:41 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74b1623b

ebuild-maintenance: remove the Gentoo-Bug tag in the package removal subsection

Per GLEP 66, the tags Bug and Closes should be used when referring to
bugs. The example only illustrates the use of Closes per the commit
message.

Acked-by: Michael Orlitzky  gentoo.org>
Closes: https://bugs.gentoo.org/640788

 ebuild-maintenance/maintenance-tasks/text.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml 
b/ebuild-maintenance/maintenance-tasks/text.xml
index 003d14e..5e67a46 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -458,8 +458,8 @@ from the tree:
 
 
 
-# cd dev-util
-# git rm -rf pmk
+# cd dev-qt
+# git rm -rf qtphonon
 # git commit --gpg-sign
 
 
@@ -468,13 +468,13 @@ An example commit message is shown below:
 
 
 
-commit e0bbcf8291501dc7de6b4b120d4372061367dd7a
+commit b97eb6d43f45dfd5b739638928db22d3f3392685
 Author: Michael Palimaka 
-Date:   Fri Jan 29 07:11:01 2016 +1100
+Date:   Tue Oct 3 21:43:03 2017 +1100
 
-  dev-util/pmk: remove last-rited package
+  dev-qt/qtphonon: remove last rited package
 
-  Gentoo-bug: 541522
+  Closes: https://bugs.gentoo.org/629144
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/git/

2018-01-02 Thread Göktürk Yüksek
commit: 30c77a7b4c4beab3e93ab32756a2047c6e2d0d77
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:27:48 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 04:38:30 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=30c77a7b

ebuild-maintenance/git: Add new section on repoman commit/full

 ebuild-maintenance/git/text.xml | 43 ++---
 1 file changed, 36 insertions(+), 7 deletions(-)

diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index 59f1833..dfc3d5b 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -112,12 +112,46 @@ the historical commits after the initial git commit.
 
 
 
+Committing and verifying commits
+
+
+
+The recommended way of committing to the Gentoo repository is to use repoman
+commit. It automatically performs the necessary QA checks on the package
+being committed and has other features helping with the Gentoo workflow.
+However, it is currently limited to creating a single commit to a single
+package.
+
+
+
+For any other use case, git commit and other git commands need to be
+used. The valid uses of git include:
+
+
+
+creating commits spanning multiple packages and/or multiple areas
+of the Gentoo repository (eclasses, licenses, profiles…),
+amending a commit created via repoman commit with additional files
+or fixups,
+combining multiple commits created via repoman commit using git
+rebase.
+
+
+
+Whenever repoman is not used to commit, you need to manually verify all
+packages affected by the commit using repoman full. Since repoman
+is not aware of staged changes, please make sure that all files are included
+in the commit.
+
+
+
+
+
+
 Git Commit Policy
 
 
 
-Always run repoman scan before you commit.
-Please run repoman full before you commit.
 Always test that package.mask is okay by doing
 emerge --pretend mypkg before you commit and check
 that it doesn't contain any conflicts.
@@ -128,11 +162,6 @@ or that is masked, then first commit the revised 
package.mask and/o
 then commit the ebuild, patches
 and metadata.xml all in 
one go
 .
- Although the set of changes in a single git commit is atomic, and
-combining package.mask/license changes with ebuild changes in a
-single commit wouldn't break atomicity, it is not currently possible to do so
-using repoman commit.
-
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/, ebuild-maintenance/maintenance-tasks/

2018-01-02 Thread Göktürk Yüksek
commit: d2e77eb8f1abe200a4c0ede569fa169c08205545
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 09:40:48 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 01:20:19 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d2e77eb8

Convert 'Ebuild Maintenance' into a section

The committer has reflowed some of the lines past 80 characters.

 .../{ => maintenance-tasks}/text.xml   |  62 +-
 ebuild-maintenance/text.xml| 670 +
 2 files changed, 44 insertions(+), 688 deletions(-)

diff --git a/ebuild-maintenance/text.xml 
b/ebuild-maintenance/maintenance-tasks/text.xml
similarity index 92%
copy from ebuild-maintenance/text.xml
copy to ebuild-maintenance/maintenance-tasks/text.xml
index 0a94d9c..ba401ca 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -1,7 +1,7 @@
 
-
+
 
-Ebuild Maintenance
+Maintenance Tasks
 
 
 
@@ -33,17 +33,18 @@ select all possible fields, then submit the query. For you 
lazy people, click
 
 In general, the Gentoo repository should only be used for storing
 .ebuild files, as well as any relatively small companion
-files, such as patches or sample configuration files.  These types of
-files should be placed in the /usr/portage/mycat/mypkg/files
-directory to keep the main mycat/mypkg directory uncluttered.
-Exceptions to this rule are for larger patch files (we recommend this for 
patches
-above 20KB) which should be distributed as tarballs via the
-Gentoo mirror 
system
-so that people do not waste excessive amounts of bandwidth and hard drive
-space. Also, you should not add binary (non-ASCII) files to the
-git tree. Also, speaking of merging
-changes, any patches you add to Portage should generally not be
-compressed.  This will allow git to merge changes and correctly inform
+files, such as patches or sample configuration files. These types of
+files should be placed in the
+/usr/portage/mycat/mypkg/files directory to keep the main
+mycat/mypkg directory uncluttered. Exceptions to this
+rule are for larger patch files (we recommend this for patches above
+20KB) which should be distributed as tarballs via the
+Gentoo
+mirror system so that people do not waste excessive amounts of
+bandwidth and hard drive space. Also, you should not add binary
+(non-ASCII) files to the git tree. Also, speaking of merging changes,
+any patches you add to Portage should generally not be
+compressed. This will allow git to merge changes and correctly inform
 developers of conflicts.
 
 
@@ -303,7 +304,12 @@ critical issue that needs to be handled ASAP. Otherwise a 
soft limit
 of 2 to 4 weeks depending on the severity of the bug is an acceptable
 time frame before you go ahead and fix it yourself.
 
- Common sense dictates to us that toolchain/base-system/core 
packages and eclasses or anything else which is delicate (e.g. glibc) or widely 
used (e.g. gtk+) should usually be left to those maintainers. If in doubt, 
don't touch it.
+
+Common sense dictates to us that toolchain/base-system/core packages
+and eclasses or anything else which is delicate (e.g. glibc) or widely
+used (e.g. gtk+) should usually be left to those maintainers. If in
+doubt, don't touch it.
+
 
 
 Respect developers' coding preferences. Unnecessarily changing the
@@ -367,10 +373,16 @@ the team can keep an eye out for possible keywording 
mistakes.
 
 
 
-Exotic architectures (like alpha, ia64, sparc, hppa, ppc*) are short on 
manpower, so it's best if you avoid opening stabilization bugs for them unless 
it is absolutely necessary (eg, a reverse dependency for your package). More 
about keywording policies can be found in the keywording section.
+Exotic architectures (like alpha, ia64, sparc, hppa, ppc*) are short
+on manpower, so it's best if you avoid opening stabilization bugs for
+them unless it is absolutely necessary (eg, a reverse dependency for
+your package). More about keywording policies can be found in the
+keywording section.
 
 
-Some architectures (like m68k, mips, s390, sh) do not maintain a stable 
keyword. So there is no use in marking a package stable for one of these 
architectures.
+Some architectures (like m68k, mips, s390, sh) do not maintain a
+stable keyword. So there is no use in marking a package stable for one
+of these architectures.
 
 
 
@@ -522,18 +534,20 @@ Date:   Tue Nov 3 20:26:52 2015 +0100
 Changing ebuild's SLOT
 
 
-The process for changing the ebuild's SLOT is very similar to the previous 
process.
-Besides changing the SLOT in the ebuild file, you also need to create a new 
entry
-in profiles/updates/ in the Gentoo repository in the following 
format:
+The process for changing the ebuild's SLOT is very similar to the
+previous process.  Besides changing the SLOT in the ebuild file, you
+also need to create a new entry in profiles/updates/ in
+the Gentoo repository in the following format:
 
 
 
 slotmove app-text/gtkspell 0 2

[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/git/

2018-01-02 Thread Göktürk Yüksek
commit: 5121332b708a733b2b52975a1100b847dcb0c60a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:45:55 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 04:42:55 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5121332b

ebuild-maintenance/git: Try to describe atomic commits better (GLEP 66)

 ebuild-maintenance/git/text.xml | 50 ++---
 1 file changed, 37 insertions(+), 13 deletions(-)

diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index dfc3d5b..c61589d 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -148,21 +148,45 @@ in the commit.
 
 
 
-Git Commit Policy
+Atomic commits
 
 
-
-Always test that package.mask is okay by doing
-emerge --pretend mypkg before you commit and check
-that it doesn't contain any conflicts.
-Always commit the updated package.mask before
-the updated package.
-Always do atomic commits; if you commit a package with a new license,
-or that is masked, then first commit the revised package.mask 
and/or license,
-then commit the ebuild, patches
-and metadata.xml all in 
one go
-.
-
+
+Whenever possible, use atomic commits. Try to split your changes into logical
+commits, abiding by the following three rules as much as possible:
+
+
+
+
+Do not include multiple irrelevant changes in a single commit. However, make
+sure not to split relevant changes unnecessarily. For example, if a version 
bump
+requires changes in the ebuild, it is correct to perform them in a single
+commit. However, if you are fixing an additional bug that has been present
+in the previous version, the fix belongs in a separate commit.
+
+
+
+Split commits at logical unit boundaries. When updating multiple packages,
+preferably use a single commit for each package. Avoid combining changes
+to ebuilds, eclasses, licenses, profiles etc. in a single commit. However,
+do not split relevant or interdependent changes within a single package.
+
+
+
+Avoid creating commits introducing a temporary breakage. Unless impossible,
+add packages in dependency install order. Add licenses before the packages
+needing them. Commit package.mask and other profile changes before
+ebuilds relying on them. Usually it is also acceptable to include those changes
+along with the commit adding the package.
+
+
+
+
+Please note that revision bumps count as side effects of the changes requiring
+them and do not belong in separate commits. When doing multiple irrelevant
+changes that require a revision bump, it is only necessary to bump the revision
+in the first commit in the series introduced by a single push.
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/git/, ebuild-maintenance/

2018-01-02 Thread Göktürk Yüksek
commit: 9762a7e73d6c641bf879c5bf61fe0509a491acb8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 09:46:04 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 01:25:19 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9762a7e7

ebuild-maintenance/git: Start a new section on git instructions

 ebuild-maintenance/git/text.xml | 16 
 ebuild-maintenance/text.xml |  1 +
 2 files changed, 17 insertions(+)

diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
new file mode 100644
index 000..172e22c
--- /dev/null
+++ b/ebuild-maintenance/git/text.xml
@@ -0,0 +1,16 @@
+
+
+
+Git for Gentoo Developers
+
+
+
+This guide covers git usage instructions and policies specific to Gentoo
+ebuild development. It assumes that the readers possess basic git
+knowledge. For a generic guide, please see the official
+https://git-scm.com/book/";>git book.
+
+
+
+
+

diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
index 46ab82f..f1f759d 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/text.xml
@@ -17,5 +17,6 @@ This section covers various tasks related to working with 
ebuilds.
 
 
 
+
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/git/

2018-01-02 Thread Göktürk Yüksek
commit: 8f6095d523d5e36ddff1f089cf612fd5fe74e75a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 10:18:42 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 04:29:35 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8f6095d5

ebuild-maintenance/git: Include instructions for setting up the checkout

 ebuild-maintenance/git/text.xml | 102 ++--
 1 file changed, 99 insertions(+), 3 deletions(-)

diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index 172e22c..2070217 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -5,12 +5,108 @@
 
 
 
-This guide covers git usage instructions and policies specific to Gentoo
-ebuild development. It assumes that the readers possess basic git
-knowledge. For a generic guide, please see the official
+This guide covers git usage instructions and policies specific to Gentoo ebuild
+development. It assumes that the readers possess basic git knowledge.
+For a generic guide, please see the official
 https://git-scm.com/book/";>git book.
 
 
+
+
+Preparing a development checkout
+
+
+
+Cloning the gentoo.git repository
+
+
+
+The ebuild development happens on the official git repository. You can push
+your changes only through the SSH protocol. Therefore, clone the repository
+using:
+
+
+
+git clone g...@git.gentoo.org:repo/gentoo.git
+
+
+
+If you do not have SSH access to the Gentoo git service, you can use the 
anongit
+mirror for read-only access instead:
+
+
+
+git clone https://anongit.gentoo.org/git/repo/gentoo.git
+
+
+
+Normally git will fetch the complete history from the start of git repository
+(Aug 2015). This can require a significant amount of disk space. If you do not
+need the full history, you can use the --depth option to create a 
shallow
+clone, including only a subset containing the the newest commits. For example,
+--depth=50 will include the 50 newest commits.
+
+
+
+Please note that git version 1.9 or newer is required to push when using
+a shallow clone.
+
+
+
+
+
+
+Configuration specific to the Gentoo repository
+
+
+
+To ensure that the Gentoo policies are followed, you should set the following
+configuration variables:
+
+
+
+git config --local user.name "${YOUR_FULL_NAME}"
+# use your @gentoo.org address even if you have a different default
+git config --local user.email "${YOUR_NICKNAME}@gentoo.org"
+
+# enable commit and push signing
+git config --local user.signingkey "0x${LONG_OPENPGP_KEY_ID}"
+git config --local commit.gpgsign 1
+git config --local push.gpgsign 1
+
+# prevent implicit merges on 'git pull'
+git config --local pull.ff only
+
+
+
+
+
+
+Grafting converted CVS history into the clone
+
+
+
+To include the converted CVS history in the git repository, you can
+graft it into the repository:
+
+
+
+git remote add history 
https://anongit.gentoo.org/git/repo/gentoo/historical.git/
+git fetch history
+git replace --graft 56bd759df1d0c750a065b8c845e93d5dfa6b549d history/master
+
+
+
+Once this is done, git commands such as git log will include
+the historical commits after the initial git commit.
+
+
+
+
+
+
+
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/maintenance-tasks/, ebuild-maintenance/git/

2018-01-02 Thread Göktürk Yüksek
commit: e567fc6f7d05d509bdac865606271f0bc2e132d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:14:40 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  3 04:31:48 2018 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e567fc6f

Move the commit policy & commit message to git

 ebuild-maintenance/git/text.xml   | 158 ++
 ebuild-maintenance/maintenance-tasks/text.xml | 151 
 2 files changed, 158 insertions(+), 151 deletions(-)

diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index 2070217..59f1833 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -107,6 +107,164 @@ the historical commits after the initial git commit.
 
 
 
+
+Committing to gentoo.git
+
+
+
+Git Commit Policy
+
+
+
+Always run repoman scan before you commit.
+Please run repoman full before you commit.
+Always test that package.mask is okay by doing
+emerge --pretend mypkg before you commit and check
+that it doesn't contain any conflicts.
+Always commit the updated package.mask before
+the updated package.
+Always do atomic commits; if you commit a package with a new license,
+or that is masked, then first commit the revised package.mask 
and/or license,
+then commit the ebuild, patches
+and metadata.xml all in 
one go
+.
+ Although the set of changes in a single git commit is atomic, and
+combining package.mask/license changes with ebuild changes in a
+single commit wouldn't break atomicity, it is not currently possible to do so
+using repoman commit.
+
+
+
+
+
+
+
+Git Commit Message Format
+
+
+
+It is important to format the commit messages properly so that they
+communicate the changes to the reader in a clear and concise
+way. Additionally, consistency in message format allows for easier
+parsing by external tools. The first line of the commit message should
+contain a brief summary of the changes, followed by an empty new
+line. From the third line onward should be a detailed, multiline
+explanation of the changes introduced by the commit. At the very end,
+auxiliary information such as the bugs related to the commit,
+contributors, and reviewers should be listed using RFC822/git style
+tags. The length of the lines in the message should be 70-75
+characters at maximum.
+
+
+
+The summary line should start with referencing what is affected by the
+change followed by a colon ':' character. Use the rules in the
+following list to determine the proper format based on what has
+changed, substituting the package, category and eclass names
+appropriately:
+
+
+${CATEGORY}/${PN}:Single Package (Note that repoman commit
+automatically inserts this for you)
+${CATEGORY}: Package Category
+profiles: Profile Directory
+${ECLASS}.eclass: Eclass Directotry
+licenses: Licenses Directory
+metadata: Metadata Directory
+
+
+For packages where ${CATEGORY}/${PN}: is long, the line length
+limit can be exceeded, if absolutely necessary, to ensure a more
+useful summary line. If a commit affects multiple directories, prepend
+the message with which reflects the intention of the change best. If
+there are any bugs on Gentoo Bugzilla associated with the commit, id
+of the bug can be appended to the summary line using the format
+#BUG-ID. If you are modifying keywords, clearly state what
+keywords are added/removed.
+
+
+By default, lines starting with # are considered to be comments
+by git and not included in the commit message. Make sure that a new
+line does not start with #BUG-ID. Optionally, git can be
+configured to use a different character for comments by changing the
+commentchar option.
+
+
+
+
+For non-trivial commits, the message should contain a detailed
+explanation of what the commit intends to change, why it is required,
+and how it is accomplished, along with any other supplementary
+information.
+
+
+
+Finally the commit message should list auxiliary information such as
+people who are involved in authoring, suggesting, reviewing and
+testing the changes, and revelant bugs. Use RFC822/git style tags as
+explained in the
+https://kernel.org/doc/html/latest/process/submitting-patches.html";>
+Linux Kernel patch guideline. Additionally, the following tags
+are optionally used in Gentoo:
+
+
+Bug: Use this to reference bugs without closing them.
+The value is a URL to the bug. If multiple bugs need to be referenced,
+each one should be listed in a separate Bug tag. If a bug
+on Gentoo Bugzilla, or an issue or a pull request on GitHub
+is referenced, a reference to the commit will be added
+automatically.
+Closes: Use this to reference bugs and close them
+automatically. Alike Bug:, the value is a single URL to the bug,
+and multiple tags can be used to close multiple bugs. If a bug on Gentoo
+Bugzilla, or an issue or a pull request on a GitHub repository
+mirrored by Gentoo is referenced, it will be closed (as fixed)
+automatically with reference to the

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

2018-01-02 Thread Sebastian Pipping
commit: c0f2d036a569a8a7d5dca3f17ab8c2f952b8cce6
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jan  3 03:15:03 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jan  3 03:15:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f2d036

media-gfx/gimp: CVE-2017-17784 to CVE-2017-17789

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../gimp/files/gimp-2.8.22-cve-2017-17784.patch|  32 
 .../gimp/files/gimp-2.8.22-cve-2017-17785.patch| 161 
 .../gimp/files/gimp-2.8.22-cve-2017-17786-1.patch  |  53 ++
 .../gimp/files/gimp-2.8.22-cve-2017-17786-2.patch  |  31 
 .../gimp/files/gimp-2.8.22-cve-2017-17787.patch|  33 
 .../gimp/files/gimp-2.8.22-cve-2017-17788.patch|  29 +++
 .../gimp/files/gimp-2.8.22-cve-2017-17789.patch|  38 
 .../gimp/files/gimp-2.9.8-cve-2017-17784.patch |  30 +++
 media-gfx/gimp/gimp-2.8.22-r1.ebuild   | 176 ++
 media-gfx/gimp/gimp-2.9.8-r1.ebuild| 205 +
 10 files changed, 788 insertions(+)

diff --git a/media-gfx/gimp/files/gimp-2.8.22-cve-2017-17784.patch 
b/media-gfx/gimp/files/gimp-2.8.22-cve-2017-17784.patch
new file mode 100644
index 000..c7df330409f
--- /dev/null
+++ b/media-gfx/gimp/files/gimp-2.8.22-cve-2017-17784.patch
@@ -0,0 +1,32 @@
+From c57f9dcf1934a9ab0cd67650f2dea18cb0902270 Mon Sep 17 00:00:00 2001
+From: Jehan 
+Date: Thu, 21 Dec 2017 12:25:32 +0100
+Subject: Bug 790784 - (CVE-2017-17784) heap overread in gbr parser /
+ load_image.
+
+We were assuming the input name was well formed, hence was
+nul-terminated. As any data coming from external input, this has to be
+thorougly checked.
+Similar to commit 06d24a79af94837d615d0024916bb95a01bf3c59 but adapted
+to older gimp-2-8 code.
+---
+ plug-ins/common/file-gbr.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/plug-ins/common/file-gbr.c b/plug-ins/common/file-gbr.c
+index b028100..d3f01d9 100644
+--- a/plug-ins/common/file-gbr.c
 b/plug-ins/common/file-gbr.c
+@@ -443,7 +443,8 @@ load_image (const gchar  *filename,
+ {
+   gchar *temp = g_new (gchar, bn_size);
+ 
+-  if ((read (fd, temp, bn_size)) < bn_size)
++  if ((read (fd, temp, bn_size)) < bn_size ||
++  temp[bn_size - 1] != '\0')
+ {
+   g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+_("Error in GIMP brush file '%s'"),
+-- 
+cgit v0.12
+

diff --git a/media-gfx/gimp/files/gimp-2.8.22-cve-2017-17785.patch 
b/media-gfx/gimp/files/gimp-2.8.22-cve-2017-17785.patch
new file mode 100644
index 000..1f77d36ec6c
--- /dev/null
+++ b/media-gfx/gimp/files/gimp-2.8.22-cve-2017-17785.patch
@@ -0,0 +1,161 @@
+From 1882bac996a20ab5c15c42b0c5e8f49033a1af54 Mon Sep 17 00:00:00 2001
+From: Tobias Stoeckmann 
+Date: Sun, 29 Oct 2017 15:19:41 +0100
+Subject: Bug 739133 - (CVE-2017-17785) Heap overflow while parsing FLI files.
+
+It is possible to trigger a heap overflow while parsing FLI files. The
+RLE decoder is vulnerable to out of boundary writes due to lack of
+boundary checks.
+
+The variable "framebuf" points to a memory area which was allocated
+with fli_header->width * fli_header->height bytes. The RLE decoder
+therefore must never write beyond that limit.
+
+If an illegal frame is detected, the parser won't stop, which means
+that the next valid sequence is properly parsed again. This should
+allow GIMP to parse FLI files as good as possible even if they are
+broken by an attacker or by accident.
+
+While at it, I changed the variable xc to be of type size_t, because
+the multiplication of width and height could overflow a 16 bit type.
+
+Signed-off-by: Tobias Stoeckmann 
+(cherry picked from commit edb251a7ef1602d20a5afcbf23f24afb163de63b)
+---
+ plug-ins/file-fli/fli.c | 50 ++---
+ 1 file changed, 35 insertions(+), 15 deletions(-)
+
+diff --git a/plug-ins/file-fli/fli.c b/plug-ins/file-fli/fli.c
+index 313efeb..ffb651e 100644
+--- a/plug-ins/file-fli/fli.c
 b/plug-ins/file-fli/fli.c
+@@ -25,6 +25,8 @@
+ 
+ #include "config.h"
+ 
++#include 
++
+ #include 
+ #include 
+ 
+@@ -461,23 +463,27 @@ void fli_read_brun(FILE *f, s_fli_header *fli_header, 
unsigned char *framebuf)
+   unsigned short yc;
+   unsigned char *pos;
+   for (yc=0; yc < fli_header->height; yc++) {
+-  unsigned short xc, pc, pcnt;
++  unsigned short pc, pcnt;
++  size_t n, xc;
+   pc=fli_read_char(f);
+   xc=0;
+   pos=framebuf+(fli_header->width * yc);
++  n=(size_t)fli_header->width * (fli_header->height-yc);
+   for (pcnt=pc; pcnt>0; pcnt--) {
+   unsigned short ps;
+   ps=fli_read_char(f);
+   if (ps & 0x80) {
+   unsigned short len;
+-  f

[gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/

2018-01-02 Thread Sebastian Pipping
commit: 046778a3364af57d665477832eab37782f9bd250
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Wed Jan  3 01:53:10 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Jan  3 01:53:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046778a3

x11-misc/grub2-theme-preview: 1.3.2

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-misc/grub2-theme-preview/Manifest   |  1 +
 .../grub2-theme-preview-1.3.2.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-misc/grub2-theme-preview/Manifest 
b/x11-misc/grub2-theme-preview/Manifest
index 8a12b6d..18e48661aa6 100644
--- a/x11-misc/grub2-theme-preview/Manifest
+++ b/x11-misc/grub2-theme-preview/Manifest
@@ -1 +1,2 @@
 DIST grub2-theme-preview-1.3.1.tar.gz 5064 BLAKE2B 
4d67058eb725e6a9a65d9fc1ce6bccabf34bdf8215446a6aeab5f537a05b5e402030f1cc32c6e2d722f9c4a2b189e4db410a2f4a4d82306e6c039b771796b3a9
 SHA512 
69aed10a2612ea442a94748d3491c2300c83aafd4650dd54e520572c809c7ca3890ff3be42eeff7684ecbbfff425b3f44a651e01b5c682a1d0dc792b33b713fb
+DIST grub2-theme-preview-1.3.2.tar.gz 5486 BLAKE2B 
ed7e29da586bfe4388dab1b8467aa265b11e6ff9a6ad0890d27c0c4b45ec3615f08a8f1bb5a5d00015dfa83e6dd3a7c718039b9fd398e76211c4f8bda2c8f2bb
 SHA512 
f53c1c5bac1874e8feb70619b3d65505bd083966ac9427ea36de7b218bfc068e52cfd58ffa8cc32f06974e5dcaa3581792301228f7bd56dcbf2ff01373b96885

diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild 
b/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild
new file mode 100644
index 000..1bcb9c5db84
--- /dev/null
+++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-1.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Preview a GRUB 2.x theme using KVM/QEMU"
+HOMEPAGE="https://github.com/hartwork/grub2-theme-preview";
+SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-emulation/qemu
+   dev-libs/libisoburn
+   sys-fs/mtools
+   sys-boot/grub:2[grub_platforms_pc]"



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

2018-01-02 Thread Mikle Kolyada
commit: 61b07a6e75a6d5923c3186c9c4ac5dcc3ec93024
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan  3 01:02:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan  3 01:02:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b07a6e

www-servers/fnord: Drop old

Closes: https://bugs.gentoo.org/643002
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-servers/fnord/Manifest |  1 -
 www-servers/fnord/fnord-1.10-r2.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/www-servers/fnord/Manifest b/www-servers/fnord/Manifest
index 513bf1cdb8d..f8b38037ac5 100644
--- a/www-servers/fnord/Manifest
+++ b/www-servers/fnord/Manifest
@@ -1,2 +1 @@
-DIST fnord-1.10.tar.bz2 33408 BLAKE2B 
8401c426fdc6555abfa25d40ca4b94dfc7a34394f913b468c96ae8661144ac0cf1fb1a4c216081e552e9f33ec44571706f5d7772776df3b62cda35664ce54802
 SHA512 
45c584844de9d26aad0e6ff0a08a27aacb1f27e5a0128f43758622d41183cc92c483ef85cc84421afd2107b4c2838b167ab0788031499b2f18c3df861c05dfbd
 DIST fnord-1.11.tar.bz2 28845 BLAKE2B 
1f9ce7ca3476f03af0528f9ea6701be25babbd8a38398df3f87d1b1a18a28182a54bdfe814165ca6422f427bcdabd013f9eed2c1f178f0403829b38d618c2d08
 SHA512 
12a3751a2f98acb3ba2d468972bb785b656fa01bfb0828bc9ba5488dc7a2a66e9f226a6cc49ceda57aa7875d8d90954a9e79806c9506a7906cfff346cd400154

diff --git a/www-servers/fnord/fnord-1.10-r2.ebuild 
b/www-servers/fnord/fnord-1.10-r2.ebuild
deleted file mode 100644
index c28da178d9f..000
--- a/www-servers/fnord/fnord-1.10-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils flag-o-matic toolchain-funcs user
-
-DESCRIPTION="Yet another small httpd"
-HOMEPAGE="http://www.fefe.de/fnord/";
-SRC_URI="http://www.fefe.de/fnord/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="hppa ppc sparc x86"
-IUSE="auth"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   virtual/daemontools
-   sys-apps/ucspi-tcp"
-
-pkg_setup() {
-   enewgroup nofiles 200
-   enewuser fnord -1 -1 /etc/fnord nofiles
-   enewuser fnordlog -1 -1 /etc/fnord nofiles
-}
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}"-1.10-gentoo.diff
-}
-
-src_compile() {
-   # Fix for bug #45716
-   replace-sparc64-flags
-
-   use auth && \
-   append-flags -DAUTH
-
-   emake DIET="" CC=$(tc-getCC) \
-   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install () {
-   dobin fnord-conf fnord || die
-   dodoc TODO README* SPEED CHANGES
-}



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

2018-01-02 Thread Mikle Kolyada
commit: 5fc94da5932a70895f8e6910a7947b1697e135b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan  3 00:59:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan  3 00:59:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc94da5

www-servers/fnord: hppa/ppc/x86 stable wrt bug #643002

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-servers/fnord/fnord-1.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/fnord/fnord-1.11-r1.ebuild 
b/www-servers/fnord/fnord-1.11-r1.ebuild
index d758fdc2ba5..807a0f14ca0 100644
--- a/www-servers/fnord/fnord-1.11-r1.ebuild
+++ b/www-servers/fnord/fnord-1.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.fefe.de/fnord/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 hppa ppc ~sparc x86"
 IUSE="auth"
 
 DEPEND=""



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

2018-01-02 Thread Mart Raudsepp
commit: dd9a5160e3ba9a43f24bee1c88e770fcfdd35563
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:32:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:04:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9a5160

media-plugins/gst-plugins-uvch264: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-uvch264/Manifest |  1 -
 .../gst-plugins-uvch264-1.10.5.ebuild  | 31 --
 2 files changed, 32 deletions(-)

diff --git a/media-plugins/gst-plugins-uvch264/Manifest 
b/media-plugins/gst-plugins-uvch264/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-uvch264/Manifest
+++ b/media-plugins/gst-plugins-uvch264/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.10.5.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.10.5.ebuild
deleted file mode 100644
index 05553bce83c..000
--- a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.10.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   virtual/libgudev:=[${MULTILIB_USEDEP}]
-   virtual/libusb:1[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   # FIXME: gstbasecamerabin does not have a .pc
-   # gstreamer_system_link \
-   #   gst-libs/gst/basecamerabinsrc:gstbasecamerabinsrc
-
-   local directory libs
-   directory="gst-libs/gst/basecamerabinsrc"
-   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgstbasecamerabinsrc-1.0"
-   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-   -i sys/uvch264/Makefile.{am,in} || die
-}



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

2018-01-02 Thread Mart Raudsepp
commit: f26022c9761664e7b6952dfa5cdee38dcd3aa5ba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:34:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:05:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26022c9

media-plugins/gst-plugins-voamrwbenc: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-voamrwbenc/Manifest  |  1 -
 .../gst-plugins-voamrwbenc-1.10.5.ebuild   | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-voamrwbenc/Manifest 
b/media-plugins/gst-plugins-voamrwbenc/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-voamrwbenc/Manifest
+++ b/media-plugins/gst-plugins-voamrwbenc/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.10.5.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.10.5.ebuild
deleted file mode 100644
index d8e1c316475..000
--- a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 7ea967bd09c086dc0d30b0d505ae6b9c9a5fa6f5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:07:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:01:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea967bd

media-plugins/gst-plugins-hls: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-hls/Manifest |  1 -
 .../gst-plugins-hls/gst-plugins-hls-1.10.5.ebuild  | 41 --
 2 files changed, 42 deletions(-)

diff --git a/media-plugins/gst-plugins-hls/Manifest 
b/media-plugins/gst-plugins-hls/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-hls/Manifest
+++ b/media-plugins/gst-plugins-hls/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.5.ebuild 
b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.5.ebuild
deleted file mode 100644
index 6314d150c2a..000
--- a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="HTTP live streaming plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/nettle:0=[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   # FIXME: gsturidownloader does not have a .pc
-   # gstreamer_system_link \
-   #   gst-libs/gst/uridownloader:gsturidownloader \
-   #   gst-libs/gst/adaptativedemux:gstadaptivedemux
-
-   local directory libs
-   directory="gst-libs/gst/uridownloader"
-   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
-   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-   -i ext/hls/Makefile.{am,in} || die
-
-   directory="gst-libs/gst/adaptivedemux"
-   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
-   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-   -i ext/hls/Makefile.{am,in} || die
-}
-
-multilib_src_configure() {
-   gstreamer_multilib_src_configure \
-   --with-hls-crypto=nettle
-}



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

2018-01-02 Thread Mart Raudsepp
commit: 5f07ab9f1ce1c6c0f9086ddc71854675f819858f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:27:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:04:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f07ab9f

media-plugins/gst-plugins-rtmp: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-rtmp/Manifest|  1 -
 .../gst-plugins-rtmp/gst-plugins-rtmp-1.10.5.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-rtmp/Manifest 
b/media-plugins/gst-plugins-rtmp/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-rtmp/Manifest
+++ b/media-plugins/gst-plugins-rtmp/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.10.5.ebuild 
b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.10.5.ebuild
deleted file mode 100644
index 5f5e7b7b164..000
--- a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="RTMP source/sink plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: b2da47fdbd864d4b4a1cab7fd59ec071f4341adf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:14:05 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:02:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2da47fd

media-plugins/gst-plugins-modplug: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-modplug/Manifest |  1 -
 .../gst-plugins-modplug/gst-plugins-modplug-1.10.5.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-modplug/Manifest 
b/media-plugins/gst-plugins-modplug/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-modplug/Manifest
+++ b/media-plugins/gst-plugins-modplug/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.10.5.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.10.5.ebuild
deleted file mode 100644
index 32004ac6a06..000
--- a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="MOD audio decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 19ede070149c4dda4aaa1d1ffb6e63f2a7728b7e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:23:13 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:03:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ede070

media-plugins/gst-plugins-opencv: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-opencv/Manifest   |  1 -
 .../gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-opencv/Manifest 
b/media-plugins/gst-plugins-opencv/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-opencv/Manifest
+++ b/media-plugins/gst-plugins-opencv/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild
deleted file mode 100644
index ef1905a7652..000
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.10.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="OpenCV elements for Gstreamer"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/opencv-2.3.0[contrib(+),${MULTILIB_USEDEP}]
-   

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

2018-01-02 Thread Mart Raudsepp
commit: 03c9c50fb54d0ea96cb661f1b4b9881101ab6e02
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:24:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:03:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c9c50f

media-plugins/gst-plugins-openh264: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-openh264/Manifest  |  1 -
 .../gst-plugins-openh264-1.10.5.ebuild   | 16 
 2 files changed, 17 deletions(-)

diff --git a/media-plugins/gst-plugins-openh264/Manifest 
b/media-plugins/gst-plugins-openh264/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-openh264/Manifest
+++ b/media-plugins/gst-plugins-openh264/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.10.5.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.10.5.ebuild
deleted file mode 100644
index 8b8bcbed79c..000
--- a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.10.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="H.264 encoder/decoder plugin for GStreamer."
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/openh264-1.3[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 0a45c4732baf8fa120262b9a9d068e95d2f668bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:29:12 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:04:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a45c473

media-plugins/gst-plugins-schroedinger: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-schroedinger/Manifest |  1 -
 .../gst-plugins-schroedinger-1.10.5.ebuild  | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-schroedinger/Manifest 
b/media-plugins/gst-plugins-schroedinger/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-schroedinger/Manifest
+++ b/media-plugins/gst-plugins-schroedinger/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.10.5.ebuild 
b/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.10.5.ebuild
deleted file mode 100644
index 95b78705305..000
--- 
a/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.10.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Dirac encoder/decoder plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-GST_PLUGINS_BUILD="schro"
-GST_PLUGINS_BUILD_DIR="schroedinger"



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

2018-01-02 Thread Mart Raudsepp
commit: c08dde3bcbfde76d8fff8d02bd7a599d00e09417
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:30:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:04:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08dde3b

media-plugins/gst-plugins-smoothstreaming: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-smoothstreaming/Manifest |  1 -
 .../gst-plugins-smoothstreaming-1.10.5.ebuild  | 35 --
 2 files changed, 36 deletions(-)

diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest 
b/media-plugins/gst-plugins-smoothstreaming/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-smoothstreaming/Manifest
+++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild
deleted file mode 100644
index cb03b8dc54f..000
--- 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Smooth Streaming plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-
-   # FIXME: gsturidownloader does not have a .pc
-   #   gst-libs/gst/uridownloader:gsturidownloader \
-   #   gst-libs/gst/adaptativedemux:gstadaptivedemux
-   gstreamer_system_link \
-   gst-libs/gst/codecparsers:gstreamer-codecparsers
-
-   local directory libs
-   directory="gst-libs/gst/uridownloader"
-   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgsturidownloader-1.0"
-   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-   -i ext/smoothstreaming/Makefile.{am,in} || die
-
-   directory="gst-libs/gst/adaptivedemux"
-   libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 
-lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
-   sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
-   -i ext/smoothstreaming/Makefile.{am,in} || die
-}



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

2018-01-02 Thread Mart Raudsepp
commit: 2b50cff514da51bb62aada4c3595541f729d5e57
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:43:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:05:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b50cff5

media-libs/gst-plugins-bad: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gst-plugins-bad/Manifest|   1 -
 .../gst-plugins-bad/gst-plugins-bad-1.10.5.ebuild  | 102 -
 2 files changed, 103 deletions(-)

diff --git a/media-libs/gst-plugins-bad/Manifest 
b/media-libs/gst-plugins-bad/Manifest
index 4eee864e687..31c35ff5b00 100644
--- a/media-libs/gst-plugins-bad/Manifest
+++ b/media-libs/gst-plugins-bad/Manifest
@@ -1,4 +1,3 @@
 DIST gst-plugins-bad-0.10.23-h264-patches.tar.xz 5284 BLAKE2B 
90ad2a742de6d6b3efedb1a2fc16a9f24cf0566fd455a27f113afa0fc2ceff5f2517a31e8db8ed6ed8b4c92595b333a29dbb451077975f3d726808976f4a8671
 SHA512 
528ed30edb544dd970047fd4b0f05bf75f9f49f07a8118f805430c56c3ec75643013799491aeba70c62cb0343cd3e72758bf5c167d00e90a6a3f13857e4860e1
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.10.5.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.10.5.ebuild
deleted file mode 100644
index d523899677d..000
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.10.5.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-bad"
-
-inherit eutils flag-o-matic gstreamer virtualx
-
-DESCRIPTION="Less plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/";
-
-LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux"
-
-IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland"
-REQUIRED_USE="
-   gles2? ( !opengl )
-   opengl? ( X )
-   wayland? ( egl )
-"
-
-# X11 is automagic for now, upstream #709530
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?]
-   
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
-
-   bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
-   egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
-   gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
-   opengl? (
-   >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
-   virtual/glu[${MULTILIB_USEDEP}] )
-   X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-   wayland? ( >=dev-libs/wayland-1.4.0[${MULTILIB_USEDEP}] )
-
-   gtk? ( >=x11-libs/gtk+-3.15:3[X?,wayland?,${MULTILIB_USEDEP}] )
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-   addpredict /dev # Prevent sandbox violations bug #570624
-}
-
-multilib_src_configure() {
-   local myconf=()
-   if use opengl || use gles2 ; then
-   # Actually enable the gl element, not just libs
-   myconf+=( --enable-gl )
-   fi
-
-   # Always enable gsettings (no extra dependency)
-   # and shm (need a switch for winnt ?)
-   gstreamer_multilib_src_configure \
-   $(multilib_native_use_enable introspection) \
-   $(use_enable bzip2 bz2) \
-   $(use_enable egl) \
-   $(use_enable gles2) \
-   $(use_enable gtk gtk3) \
-   $(use_enable opengl) \
-   $(use_enable opengl glx) \
-   $(use_enable orc) \
-   $(use_enable vcd) \
-   $(use_enable vnc librfb) \
-   $(use_enable wayland) \
-   $(use_enable X x11) \
-   --disable-examples \
-   --disable-debug \
- 

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

2018-01-02 Thread Mart Raudsepp
commit: 27af9d2a8e5a6ef51593851d0c15535f7a6fc03a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:31:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:04:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27af9d2a

media-plugins/gst-plugins-soundtouch: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-soundtouch/Manifest  |  1 -
 .../gst-plugins-soundtouch-1.10.5.ebuild   | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-soundtouch/Manifest 
b/media-plugins/gst-plugins-soundtouch/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-soundtouch/Manifest
+++ b/media-plugins/gst-plugins-soundtouch/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.10.5.ebuild 
b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.10.5.ebuild
deleted file mode 100644
index ec3a85d32ae..000
--- a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for 
GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 06cc023466abc00461df67e69b22bd58afa26c68
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:21:57 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:03:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cc0234

media-plugins/gst-plugins-ofa: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-ofa/Manifest |  1 -
 .../gst-plugins-ofa/gst-plugins-ofa-1.10.5.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-ofa/Manifest 
b/media-plugins/gst-plugins-ofa/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-ofa/Manifest
+++ b/media-plugins/gst-plugins-ofa/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.10.5.ebuild 
b/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.10.5.ebuild
deleted file mode 100644
index 230cc986a9f..000
--- a/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="MusicIP audio fingerprinting plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=media-libs/libofa-0.9.3-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 4435d4525fe05f59660eff90fdfe87e96d9226bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:33:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:05:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4435d452

media-plugins/gst-plugins-voaacenc: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-voaacenc/Manifest|  1 -
 .../gst-plugins-voaacenc-1.10.5.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-voaacenc/Manifest 
b/media-plugins/gst-plugins-voaacenc/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-voaacenc/Manifest
+++ b/media-plugins/gst-plugins-voaacenc/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.10.5.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.10.5.ebuild
deleted file mode 100644
index f15e28d370e..000
--- a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="AAC encoder plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: febbb87c122127991744953ca16d10707d476bf3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:36:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:05:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febbb87c

media-plugins/gst-plugins-x265: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-x265/Manifest  |  1 -
 .../gst-plugins-x265/gst-plugins-x265-1.10.5.ebuild  | 16 
 2 files changed, 17 deletions(-)

diff --git a/media-plugins/gst-plugins-x265/Manifest 
b/media-plugins/gst-plugins-x265/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-x265/Manifest
+++ b/media-plugins/gst-plugins-x265/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.10.5.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.10.5.ebuild
deleted file mode 100644
index 50323b46923..000
--- a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.10.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-bad"
-
-inherit gstreamer
-
-DESCRIPTION="H.265 encoder plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/x265:=[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: aade94135d285d78a51b0cf6933ac91a4b5ed64e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:19:30 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:03:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aade9413

media-plugins/gst-plugins-neon: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-neon/Manifest|  1 -
 .../gst-plugins-neon/gst-plugins-neon-1.10.5.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-neon/Manifest 
b/media-plugins/gst-plugins-neon/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-neon/Manifest
+++ b/media-plugins/gst-plugins-neon/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.10.5.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.10.5.ebuild
deleted file mode 100644
index a973bf092ad..000
--- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="HTTP client source plugin for GStreamer"
-KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 721cb7a0c180f9c03f180de990a7eed371514e80
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:03:36 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:01:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721cb7a0

media-plugins/gst-plugins-faac: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-faac/Manifest|  1 -
 .../gst-plugins-faac/gst-plugins-faac-1.10.5.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-faac/Manifest 
b/media-plugins/gst-plugins-faac/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-faac/Manifest
+++ b/media-plugins/gst-plugins-faac/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-faac/gst-plugins-faac-1.10.5.ebuild 
b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.10.5.ebuild
deleted file mode 100644
index cb38add518f..000
--- a/media-plugins/gst-plugins-faac/gst-plugins-faac-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="AAC audio encoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND=">=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 0a22f825a7f802b15d2a94d925d5c6c726edce95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:01:21 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:01:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a22f825

media-plugins/gst-plugins-dvb: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-dvb/Manifest   |  1 -
 .../gst-plugins-dvb/gst-plugins-dvb-1.10.5.ebuild| 20 
 2 files changed, 21 deletions(-)

diff --git a/media-plugins/gst-plugins-dvb/Manifest 
b/media-plugins/gst-plugins-dvb/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-dvb/Manifest
+++ b/media-plugins/gst-plugins-dvb/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.10.5.ebuild 
b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.10.5.ebuild
deleted file mode 100644
index 92ceabd09b8..000
--- a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.10.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPION="DVB device capture plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="virtual/os-headers"
-
-src_prepare() {
-   default
-   gstreamer_system_link \
-   gst-libs/gst/mpegts:gstreamer-mpegts
-}



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

2018-01-02 Thread Mart Raudsepp
commit: ddfcb920974d48d495dbd7672c8b77b8a1d68308
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:08:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:02:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfcb920

media-plugins/gst-plugins-kate: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-kate/Manifest |  1 -
 .../gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-kate/Manifest 
b/media-plugins/gst-plugins-kate/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-kate/Manifest
+++ b/media-plugins/gst-plugins-kate/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild
deleted file mode 100644
index 11dd4578d15..000
--- a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.10.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Kate overlay codec suppport plugin for GStreamer"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/libkate-0.1.7[${MULTILIB_USEDEP}]
-   >=media-libs/libtiger-0.3.2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 9c18f65d3116ca49951759f41b3532c07f59e5fa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:09:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c18f65d

media-plugins/gst-plugins-libde265: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-libde265/Manifest  |  1 -
 .../gst-plugins-libde265-1.10.5.ebuild   | 16 
 2 files changed, 17 deletions(-)

diff --git a/media-plugins/gst-plugins-libde265/Manifest 
b/media-plugins/gst-plugins-libde265/Manifest
index 7309ba9d20f..931bf8b2151 100644
--- a/media-plugins/gst-plugins-libde265/Manifest
+++ b/media-plugins/gst-plugins-libde265/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild 
b/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild
deleted file mode 100644
index 5679123560c..000
--- a/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.10.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="H.265 decoder plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/libde265-0.9[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 6646bfaf9a0addc88e2da67ad88e1a6bf5cd7a5e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 22:59:17 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:01:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6646bfaf

media-plugins/gst-plugins-dts: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-dts/Manifest  |  1 -
 .../gst-plugins-dts/gst-plugins-dts-1.10.5.ebuild   | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-dts/Manifest 
b/media-plugins/gst-plugins-dts/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-dts/Manifest
+++ b/media-plugins/gst-plugins-dts/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-dts/gst-plugins-dts-1.10.5.ebuild 
b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.10.5.ebuild
deleted file mode 100644
index 83c197e9c75..000
--- a/media-plugins/gst-plugins-dts/gst-plugins-dts-1.10.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="DTS audio decoder plugin for Gstreamer"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=media-libs/libdca-0.0.5-r3[${MULTILIB_USEDEP}]
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 89dffc9eccac6be2408aaf9b1d89e0069c77a39a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:15:15 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:02:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dffc9e

media-plugins/gst-plugins-mpeg2enc: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-mpeg2enc/Manifest|  1 -
 .../gst-plugins-mpeg2enc-1.10.5.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-mpeg2enc/Manifest 
b/media-plugins/gst-plugins-mpeg2enc/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-mpeg2enc/Manifest
+++ b/media-plugins/gst-plugins-mpeg2enc/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.10.5.ebuild 
b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.10.5.ebuild
deleted file mode 100644
index a3b939fb7dd..000
--- a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="MPEG-1/2 video encoding plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: f596c4993ccaffd29e927324633833b4943dab91
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:11:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:02:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f596c499

media-plugins/gst-plugins-libmms: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-libmms/Manifest  |  1 -
 .../gst-plugins-libmms/gst-plugins-libmms-1.10.5.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-libmms/Manifest 
b/media-plugins/gst-plugins-libmms/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-libmms/Manifest
+++ b/media-plugins/gst-plugins-libmms/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.10.5.ebuild 
b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.10.5.ebuild
deleted file mode 100644
index 0472052bfc1..000
--- a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Microsoft Multi Media Server source plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/libmms-0.6.2-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 7db7fcc74cbb2037aad7ef00e6ec367f62e41b2b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:26:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:03:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db7fcc7

media-plugins/gst-plugins-resindvd: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-resindvd/Manifest |  1 -
 .../gst-plugins-resindvd-1.10.5.ebuild  | 17 -
 2 files changed, 18 deletions(-)

diff --git a/media-plugins/gst-plugins-resindvd/Manifest 
b/media-plugins/gst-plugins-resindvd/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-resindvd/Manifest
+++ b/media-plugins/gst-plugins-resindvd/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.10.5.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.10.5.ebuild
deleted file mode 100644
index 04161f0f6b3..000
--- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.10.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="DVD playback support plugin for GStreamer"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/libdvdnav-4.2.0-r1[${MULTILIB_USEDEP}]
-   >=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: 78723d7f3a2087262f1d5f5ae56c52ed155d99a0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:17:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:03:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78723d7f

media-plugins/gst-plugins-mplex: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-mplex/Manifest   |  1 -
 .../gst-plugins-mplex/gst-plugins-mplex-1.10.5.ebuild  | 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-mplex/Manifest 
b/media-plugins/gst-plugins-mplex/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-mplex/Manifest
+++ b/media-plugins/gst-plugins-mplex/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.5.ebuild 
b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.5.ebuild
deleted file mode 100644
index 21bd942d08a..000
--- a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE=""
-
-RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Mart Raudsepp
commit: c8ba1e8b52133f56869edcca9128c5c67611
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  2 23:06:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  3 00:01:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ba1e8b

media-plugins/gst-plugins-faad: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-plugins/gst-plugins-faad/Manifest|  1 -
 .../gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild| 14 --
 2 files changed, 15 deletions(-)

diff --git a/media-plugins/gst-plugins-faad/Manifest 
b/media-plugins/gst-plugins-faad/Manifest
index 2a4b5f44114..5601f7d968c 100644
--- a/media-plugins/gst-plugins-faad/Manifest
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-bad-0.10.23.tar.xz 3155044 BLAKE2B 
86ed955fb5c73f2145b8f8ed2daaeffd9975362e81c3ca911be00d18f6b6d975381651071eb54514ef94a931f1fc89e673dc8c1d68e10de132bbe51accb6d165
 SHA512 
6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B 
e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc
 SHA512 
03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 
1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2
 SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild 
b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild
deleted file mode 100644
index 9dde16beed5..000
--- a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.10.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="AAC audio decoder plugin."
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2018-01-02 Thread Anthony G. Basile
commit: 13e46a3e788b77e726ad0cc8883b4ee3f39cf2e5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jan  2 23:55:37 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jan  2 23:56:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e46a3e

app-backup/spideroak-bin: version bump to 7.0.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-backup/spideroak-bin/Manifest  |   2 +
 .../spideroak-bin/spideroak-bin-7.0.0.ebuild   | 104 +
 2 files changed, 106 insertions(+)

diff --git a/app-backup/spideroak-bin/Manifest 
b/app-backup/spideroak-bin/Manifest
index 3fe264deabb..7df48336e8e 100644
--- a/app-backup/spideroak-bin/Manifest
+++ b/app-backup/spideroak-bin/Manifest
@@ -2,3 +2,5 @@ DIST spideroak-bin-6.3.0_amd64.deb 26882606 BLAKE2B 
0113ddf19be6aaaf78bde3574e78
 DIST spideroak-bin-6.3.0_x86.deb 26402134 BLAKE2B 
2c515b4601400e0a0dbce5c92f96294643f60590703c5101b207adb5021567f91325a06c08d3b11fc248d5493f76d5f1398417db303acd9cb4f875b3c4accfd1
 SHA512 
3945d671f0dff0e193bf0cd951d2380f50f28921ab3166d26cebf2564caef03e46967c0032b2da02b012ab4c71332af869d117e0ac7c5dfde99dc1e9d9399d5e
 DIST spideroak-bin-6.4.0_amd64.deb 26882606 BLAKE2B 
0113ddf19be6aaaf78bde3574e7832af53d774eec6783b91cf72e74babe4b159ce9a61365d92358f8b5afb063d05e86ee75ea6bfc9fac0e34b195d42890e7b3f
 SHA512 
23283574955833199cc86be9eec3781c190da8a0885c31b20bfb7f73976c8e3663c76571ddf5f2c9e9d2377d71121f605ce7698788704b482dbce8290e77a7e2
 DIST spideroak-bin-6.4.0_x86.deb 26402134 BLAKE2B 
2c515b4601400e0a0dbce5c92f96294643f60590703c5101b207adb5021567f91325a06c08d3b11fc248d5493f76d5f1398417db303acd9cb4f875b3c4accfd1
 SHA512 
3945d671f0dff0e193bf0cd951d2380f50f28921ab3166d26cebf2564caef03e46967c0032b2da02b012ab4c71332af869d117e0ac7c5dfde99dc1e9d9399d5e
+DIST spideroak-bin-7.0.0_amd64.deb 25663732 BLAKE2B 
fd91517a6722e1648c08e2885a2659df976db86912f68e024858865a8a319759e5399a107925880b51c293251f55be45360f6f0235c357b6a74b4b50e55daf2d
 SHA512 
a7bc9bb3b7dbaeef43146c2e0f6d0fe690e3710a28d0b2f753f701675dada2fbb449bf95d0cae289ea4b03aae8f39b916efbb2da531d7cdab5d6df85b481609f
+DIST spideroak-bin-7.0.0_x86.deb 25174384 BLAKE2B 
85642257033706b6253af6c890493cfe2be652bf062a882a9a4546089df20f1f5a0618ee7bd573c68a8fd0da39f1f06effbe667656e23db3148151d6d500d0db
 SHA512 
01d86b04dfd7d57ef5e64494c7f2f38fd9ef0e7a215937a2b8c4be4f0e5faacdfbf0d6cd965120ff0ddfdf08b7394e7bbd5074f4d1186795969e409f8c9df7bd

diff --git a/app-backup/spideroak-bin/spideroak-bin-7.0.0.ebuild 
b/app-backup/spideroak-bin/spideroak-bin-7.0.0.ebuild
new file mode 100644
index 000..b50355c676a
--- /dev/null
+++ b/app-backup/spideroak-bin/spideroak-bin-7.0.0.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils unpacker
+
+DESCRIPTION="Secure free online backup, storage, and sharing system"
+HOMEPAGE="https://spideroak.com";
+
+SRC_URI_BASE="https://spideroak.com/release/spideroak";
+SRC_URI="x86? ( ${SRC_URI_BASE}/deb_x86 -> ${P}_x86.deb )
+   amd64? ( ${SRC_URI_BASE}/deb_x64 -> ${P}_amd64.deb )"
+
+RESTRICT="mirror strip"
+
+LICENSE="spideroak"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus X"
+
+DEPEND="dev-util/patchelf"
+RDEPEND="
+   app-crypt/mit-krb5[keyutils]
+   media-libs/libpng:1.2
+   dbus? ( sys-apps/dbus )
+   X? (
+   media-libs/fontconfig
+   media-libs/freetype:2
+   dev-libs/glib:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   )
+"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_prepare() {
+   # Set RPATH for preserve-libs handling (bug #400979).
+   cd "${S}/opt/SpiderOakONE/lib" || die
+   local x
+   for x in `find` ; do
+   # Use \x7fELF header to separate ELF executables and libraries
+   [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || 
continue
+   patchelf --set-rpath '$ORIGIN' "${x}" || \
+   die "patchelf failed on ${x}"
+   done
+
+   #Remove the libraries that break compatibility in modern systems
+   #SpiderOak will use the system libs instead
+   rm -f "${S}/opt/SpiderOakONE/lib/libstdc++.so.6"
+   rm -f "${S}/opt/SpiderOakONE/lib/libgcc_s.so.1"
+   rm -f "${S}/opt/SpiderOakONE/lib/libpng12.so.0"
+   rm -f "${S}/opt/SpiderOakONE/lib/libz.so.1"
+
+   eapply_user
+}
+
+src_install() {
+   #install the wrapper script
+   exeinto /usr/bin
+   doexe usr/bin/SpiderOakONE
+
+   # inotify_dir_watcher needs to be marked executable, bug #453266
+   #chmod a+rx opt/SpiderOakONE/lib/inotify_dir_watcher
+
+   #install the executable
+   exeinto /opt/SpiderOakONE/lib
+   doexe opt/SpiderOakON

[gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/files/

2018-01-02 Thread Alon Bar-Lev
commit: 204349505794a1945dde43a5cdb5a2b2f7ef02c5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Dec 27 08:29:21 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Jan  2 23:52:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20434950

app-crypt/gpgme: remove unused patch

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

 .../gpgme/files/gpgme-1.10.0_beta81-build.patch| 28 --
 1 file changed, 28 deletions(-)

diff --git a/app-crypt/gpgme/files/gpgme-1.10.0_beta81-build.patch 
b/app-crypt/gpgme/files/gpgme-1.10.0_beta81-build.patch
deleted file mode 100644
index 8f6dc01617c..000
--- a/app-crypt/gpgme/files/gpgme-1.10.0_beta81-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 8ffc2c7809b47a87131cde38e14dc3941d13fa21 Mon Sep 17 00:00:00 2001
-From: Alon Bar-Lev 
-Date: Wed, 29 Nov 2017 21:35:33 +0200
-Subject: [PATCH GPGME] tests: gpgsm: fix gpg-agent detection
-To: gnupg-de...@gnupg.org
-
-* tests/gpgsm/Makefile.am: set the GPG_AGENT var.
-
-Signed-off-by: Alon Bar-Lev 

- tests/gpgsm/Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am
-index 3774c5ff..4ab22833 100644
 a/tests/gpgsm/Makefile.am
-+++ b/tests/gpgsm/Makefile.am
-@@ -20,6 +20,7 @@
- ## Process this file with automake to produce Makefile.in
- 
- GPGSM = gpgsm
-+GPG_AGENT = gpg-agent
- 
- TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) LC_ALL=C GPG_AGENT_INFO= \
- top_srcdir=$(top_srcdir)
--- 
-2.13.6
-



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

2018-01-02 Thread Brian Evans
commit: 4769b13edaf5ab12fe62bc0b546557540a772a5e
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jan  2 23:48:37 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jan  2 23:49:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4769b13e

dev-lang/php: Revbump each release to have better subslot deps

Closes: https://bugs.gentoo.org/643186
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../{php-7.0.26.ebuild => php-5.6.32-r1.ebuild}| 138 +
 .../{php-7.0.26.ebuild => php-7.0.26-r1.ebuild}|  28 ++---
 .../{php-7.1.12.ebuild => php-7.1.12-r1.ebuild}|  18 +--
 .../php/{php-7.2.0.ebuild => php-7.2.0-r1.ebuild}  |  16 +--
 4 files changed, 116 insertions(+), 84 deletions(-)

diff --git a/dev-lang/php/php-7.0.26.ebuild b/dev-lang/php/php-5.6.32-r1.ebuild
similarity index 86%
copy from dev-lang/php/php-7.0.26.ebuild
copy to dev-lang/php/php-5.6.32-r1.ebuild
index 947d712ca81..82ff27ece5c 100644
--- a/dev-lang/php/php-7.0.26.ebuild
+++ b/dev-lang/php/php-5.6.32-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit flag-o-matic versionator systemd
+inherit autotools flag-o-matic versionator systemd
 
 DESCRIPTION="The PHP language runtime engine"
 HOMEPAGE="https://secure.php.net/";
-SRC_URI="https://secure.php.net/distributions/${P}.tar.xz";
+SRC_URI="https://php.net/distributions/${P}.tar.xz";
 
 LICENSE="PHP-3.01
BSD
@@ -21,7 +21,7 @@ SLOT="$(get_version_component_range 1-2)"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2 phpdbg"
+SAPIS="embed cli cgi fpm apache2"
 
 # SAPIs and SAPI-specific USE flags (cli SAPI is default on):
 IUSE="${IUSE}
@@ -33,11 +33,11 @@ IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
-   mhash mssql mysql mysqli nls
+   mhash mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
-   sysvipc systemd tidy +tokenizer truetype unicode wddx webp
+   sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
 
 # The supported (that is, autodetected) versions of BDB are listed in
@@ -49,18 +49,18 @@ COMMON_DEPEND="
acl? ( sys-apps/acl )
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
@@ -69,12 +69,12 @@ COMMON_DEPEND="
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
-   sys-libs/zlib
+   sys-libs/zlib:0=
) )
firebird? ( dev-db/firebird )
-   gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
-   gdbm? ( >=sys-libs/gdbm-1.8.0 )
-   gmp? ( dev-libs/gmp:0 )
+   gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib:0= )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
+   gmp? ( dev-libs/gmp:0= )
iconv? ( virtual/libiconv )
imap? ( virtual/imap-c-client[kerberos=,ssl=] )
intl? ( dev-libs/icu:= )
@@ -84,6 +84,10 @@ COMMON_DEPEND="
ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
mssql? ( dev-db/freetds[mssql] )
+   libmysqlclient? (
+   mysql? ( virtual/libmysqlclient:= )
+   mysqli? ( virtual/libmysqlclient:= )
+   )
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
@@ -98,18 +102,20 @@ COMMON_DEPEND="
spell? ( >=app-text/aspell-0.50 )
sqlite? ( >=dev-db/sqlite-3.7.6.3 )
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
)
+   sybase-ct? ( dev-db/freetds )
tidy? ( app-text/htmltidy )
truetype? (
=media-libs/freetype-2*
+   >=media-libs/t1lib-5.0.0
!gd? (
-   virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
+   virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib:0= )
)
unicode? ( dev-libs/oniguruma:= )
+   vpx? ( media-libs/libvpx:0= )
wddx? ( >=dev-libs/libxml2-2.6.8 )
-   webp

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

2018-01-02 Thread Mike Pagano
commit: 63860723b6041417649af38eca33b6df540dac45
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan  2 23:46:31 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 23:47:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63860723

sys-kernel/gentoo-sources: Linux patch 4.4.109

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.109.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f45549cd069..3dd63a83f71 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -49,6 +49,9 @@ DIST genpatches-4.4-110.extras.tar.xz 16460 BLAKE2B 
ba8a49590a0fd84e1cd3a8d8c157
 DIST genpatches-4.4-111.base.tar.xz 1654392 BLAKE2B 
1522dc962aa9ef319d8f8af892d979df6e1ce3719edf201a5a1ff94028c9423ec74101e302f9be180d29e3bb8451385bbd4adacddd82b4beb164cf3e2f05cd56
 SHA512 
357682e3d487501ca3f8424748204f719ea1590987ab648df642e5dc28b3f14632c1da7c8082f57b2ff5b8bcf21f091840d54ef81934b20d4adf89f34678e2b9
 DIST genpatches-4.4-111.experimental.tar.xz 87768 BLAKE2B 
a36a628f63a65bcf7dcbe63d5426823af9baa64892d4c41433b5aa4ac7278892dd34cdaea7b4e21de70b9c8a66117d26cda53eae9b42e5dc3bebe278ff6cd1a5
 SHA512 
ee5939cc028d567afc8d99b22030efbf5363cdcd28c87ea992938eb3773720703a67e8c05ffcfe3f07b8531dde0238d9d7ccee96aa30270eec764131259f208c
 DIST genpatches-4.4-111.extras.tar.xz 16448 BLAKE2B 
0e27191b8135012f70a223a22b5a4f8a1eaed5dcd41ecb7b372c2442d309f910631d4f37352118f8af62771f9f410893f1276bfc011c77cb2afbcdeaa640
 SHA512 
1f231264bbc9fefd6dd71d363808b14a2f0d2ac57468d3c3cf0980ef77ddcc459b114394afa03fd1a5fde5a116fe5ec3f3800c3d0f4e2140acf722e0a6b7f1cf
+DIST genpatches-4.4-112.base.tar.xz 1668276 BLAKE2B 
c9b4a5a423a2ad7bdc731d4cb3fc4bd76b6605d99133a4f5865c2efac8eab5ecc12c2e50eaa6f84d8c9673cff2d0239cb867edb81171a2c6c44eddc0694a946e
 SHA512 
206dd2adb48854b23b082a8fcaf074eb8762203c5495fe905073e37ea5df4b656f39d6816852f728c90fe26fa4b7cb3b7d6b80485d731bff6aa547b17a0f1394
+DIST genpatches-4.4-112.experimental.tar.xz 87792 BLAKE2B 
13ad2e5a81d258ba0f84ce63318f8fa5ad2f02d5a2cc5ef47297a0e972e7a8b16546a82fc439cec1ce2308339c7be74db3b77bc1a77ec04ec6b44a3aef113009
 SHA512 
1255439ece64b36fd43a2e3d2539fd0d1e00ae3b409c9a8c970ae93d3d9e5783472f36ce637a122c0f2934255ad1cba2a22d0ff7ce6d5e5ca09d49762b5c0adc
+DIST genpatches-4.4-112.extras.tar.xz 16452 BLAKE2B 
d5afae8366b23a9c55db13e6e266184c3dd72c73c51d536e19fa317a1c613f03b371769579f7a0774bf484093c4ebf4907d6feb8404efe09919b5a6c9dae54d1
 SHA512 
a1c96aa2eebcba9d657de90abdce15a438d3584ddc4a55a27e39fcef1f19f89bfba59b6653ccb7d3c8607269494ffea9cbc383c7c40a7c4937a7db560b82ace5
 DIST genpatches-4.4-91.base.tar.xz 1428436 BLAKE2B 
4b706e9682e883dd1954632efe5ec161347432a6260c353e160b8591f8377e6d1e1768acd2e3e72237e3ea6b7104137e3504e3f290fb12b0dabf662b0fb034c1
 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 DIST genpatches-4.4-91.experimental.tar.xz 87760 BLAKE2B 
d8a165fb3708192a12e826a713e896ca83785da084c9a9aeaae909473c598669867fa303636d762facd2d7bc1a857da3ba0d994ee62d008dc17955dd84181942
 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 DIST genpatches-4.4-91.extras.tar.xz 16468 BLAKE2B 
b99298cd9e57a2b8a0619495df0450373c9f5c14ff2398d76534c7167f3a563c05e67f9aff80ff97a474ae7a8cb298a4ffbc5eab25d79075aac5cc01964c3e9d
 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.109.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.109.ebuild
new file mode 100644
index 000..0d7bc49e1c5
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.109.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="112"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-01-02 Thread Mikle Kolyada
commit: 7b7da5164844b6c87037e97d75cf436d4b041313
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 23:46:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 23:46:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7da516

sys-apps/debianutils: amd64 stable wrt bug #643110

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/sys-apps/debianutils/debianutils-4.8.3.ebuild 
b/sys-apps/debianutils/debianutils-4.8.3.ebuild
index da4ffec6ca2..328e93d118a 100644
--- a/sys-apps/debianutils/debianutils-4.8.3.ebuild
+++ b/sys-apps/debianutils/debianutils-4.8.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="kernel_linux static"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )



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

2018-01-02 Thread Mikle Kolyada
commit: 2eb809d46f2d9eff6130124e1db843b33e80bc27
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 23:42:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 23:42:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb809d4

net-misc/iputils: amd64 stable wrt bug #643026

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-misc/iputils/iputils-20171016_pre.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20171016_pre.ebuild 
b/net-misc/iputils/iputils-20171016_pre.ebuild
index 21e214f7506..fb9519882e2 100644
--- a/net-misc/iputils/iputils-20171016_pre.ebuild
+++ b/net-misc/iputils/iputils-20171016_pre.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="https://github.com/iputils/iputils/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz

https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2018-01-02 Thread Mikle Kolyada
commit: 676ca2996c0d7b8f89bd4588e19e6c13c4033292
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 23:38:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 23:38:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676ca299

app-arch/unzip: amd64 stable wrt bug #643018

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-arch/unzip/unzip-6.0_p21-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/unzip/unzip-6.0_p21-r2.ebuild 
b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
index 94d16b7719a..d384679ae21 100644
--- a/app-arch/unzip/unzip-6.0_p21-r2.ebuild
+++ b/app-arch/unzip/unzip-6.0_p21-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
 
 LICENSE="Info-ZIP"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="bzip2 natspec unicode"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



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

2018-01-02 Thread Mikle Kolyada
commit: efd174aa88a4a6d3c4a27b795ca2f755766978d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 23:33:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 23:33:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd174aa

sys-apps/lm_sensors: amd64 stable wrt bug #643028

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild 
b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild
index e8e4a92c8a2..8c52ad1a335 100644
--- a/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild
+++ b/sys-apps/lm_sensors/lm_sensors-3.4.0_p20170901.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -19,7 +19,7 @@ LICENSE="GPL-2+ LGPL-2.1"
 # SUBSLOT based on SONAME of libsensors.so
 SLOT="0/4.4.0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="contrib sensord static-libs"
 
 COMMON_DEPS="



[gentoo-commits] proj/linux-patches: New tag: 4.4-112

2018-01-02 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 23:21:40 2018 +

New tag: 4.4-112




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

2018-01-02 Thread Mikle Kolyada
commit: 056bd29b9ccfb8a7cccd4095856deb633ac31884
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 23:06:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 23:06:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056bd29b

app-text/sgml-common: drop old EAPI=3 revision

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/sgml-common/sgml-common-0.6.3-r5.ebuild | 84 
 1 file changed, 84 deletions(-)

diff --git a/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild 
b/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild
deleted file mode 100644
index adb5d0c161d..000
--- a/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils prefix
-
-DESCRIPTION="Base ISO character entities and utilities for SGML"
-HOMEPAGE="http://www.iso.ch/cate/3524030.html";
-#SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz"
-SRC_URI="https://dev.gentoo.org/~floppym/dist/${PN}/${P}-gentoo.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   # We use a hacked version of install-catalog that supports the ROOT
-   # variable, puts quotes around the CATALOG files, and can be prefixed.
-   cp "${FILESDIR}/${P}-install-catalog.in" "${S}/bin/install-catalog.in"
-
-   epatch "${FILESDIR}"/${P}-prefix.patch
-   eprefixify bin/install-catalog.in bin/sgmlwhich config/sgml.conf
-}
-
-src_configure() {
-   econf --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
-   local installer="${EROOT}usr/bin/install-catalog"
-   if [[ ! -x ${installer} ]]; then
-   eerror "install-catalog not found! Something went wrong!"
-   die "install-catalog not found! Something went wrong!"
-   fi
-
-   einfo "Installing Catalogs..."
-   "$installer" --add \
-   "${EPREFIX}"/etc/sgml/sgml-ent.cat \
-   "${EPREFIX}"/usr/share/sgml/sgml-iso-entities-8879.1986/catalog
-   "$installer" --add \
-   "${EPREFIX}"/etc/sgml/sgml-docbook.cat \
-   "${EPREFIX}"/etc/sgml/sgml-ent.cat
-
-   local file
-   for file in `find "${EROOT}etc/sgml/" -name "*.cat"` 
"${EROOT}etc/sgml/catalog"
-   do
-   einfo "Fixing ${file}"
-   awk '/"$/ { print $1 " " $2 }
-   ! /"$/ { print $1 " \"" $2 "\"" }' ${file} > ${file}.new
-   mv ${file}.new ${file}
-   done
-}
-
-pkg_prerm() {
-   cp "${EROOT}usr/bin/install-catalog" "${T}"
-}
-
-pkg_postrm() {
-   if [ ! -x  "${T}/install-catalog" ]; then
-   return
-   fi
-
-   einfo "Removing Catalogs..."
-   if [ -e "${EROOT}etc/sgml/sgml-ent.cat" ]; then
-   "${T}"/install-catalog --remove \
-   "${EPREFIX}"/etc/sgml/sgml-ent.cat \
-   
"${EPREFIX}"/usr/share/sgml/sgml-iso-entities-8879.1986/catalog
-   fi
-
-   if [ -e "${EROOT}etc/sgml/sgml-docbook.cat" ]; then
-   "${T}"/install-catalog --remove \
-   "${EPREFIX}"/etc/sgml/sgml-docbook.cat \
-   "${EPREFIX}"/etc/sgml/sgml-ent.cat
-   fi
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/milou/, kde-plasma/plasma-pa/, kde-plasma/oxygen/, ...

2018-01-02 Thread Andreas Sturmlechner
commit: 0accd2775876b24fc0b2e200a80718550e39c413
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  2 23:02:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  2 23:02:44 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0accd277

kde-plasma: Drop KDE Plasma 5.11 stable branch

No more development.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-plasma/bluedevil/bluedevil-5.11.49..ebuild |  40 -
 .../breeze-grub/breeze-grub-5.11.49..ebuild|  30 
 .../breeze-gtk/breeze-gtk-5.11.49..ebuild  |  12 --
 .../breeze-plymouth-5.11.49..ebuild|  26 
 kde-plasma/breeze/breeze-5.11.49..ebuild   |  87 ---
 kde-plasma/drkonqi/drkonqi-5.11.49..ebuild |  58 ---
 kde-plasma/drkonqi/files/drkonqi-5.11.1-x11.patch  |  46 --
 .../kactivitymanagerd-5.11.49..ebuild  |  35 -
 .../kde-cli-tools-5.11.49..ebuild  |  59 ---
 .../kde-gtk-config-5.11.49..ebuild |  58 ---
 .../kdecoration/kdecoration-5.11.49..ebuild|  16 --
 .../kdeplasma-addons-5.11.49..ebuild   |  56 ---
 kde-plasma/kgamma/kgamma-5.11.49..ebuild   |  26 
 kde-plasma/khotkeys/khotkeys-5.11.49..ebuild   |  46 --
 .../kinfocenter/kinfocenter-5.11.49..ebuild|  91 ---
 kde-plasma/kmenuedit/kmenuedit-5.11.49..ebuild |  44 --
 kde-plasma/kscreen/kscreen-5.11.49..ebuild |  38 -
 .../kscreenlocker-5.11.49..ebuild  |  92 ---
 .../ksshaskpass/ksshaskpass-5.11.49..ebuild|  49 --
 kde-plasma/ksysguard/ksysguard-5.11.49..ebuild |  47 --
 .../kwallet-pam/kwallet-pam-5.11.49..ebuild|  33 
 .../kwayland-integration-5.11.49..ebuild   |  22 ---
 kde-plasma/kwin/kwin-5.11.49..ebuild   |  92 ---
 kde-plasma/kwrited/kwrited-5.11.49..ebuild |  23 ---
 .../libkscreen/libkscreen-5.11.49..ebuild  |  27 
 .../libksysguard/libksysguard-5.11.49..ebuild  |  53 ---
 kde-plasma/milou/milou-5.11.49..ebuild |  30 
 kde-plasma/oxygen/oxygen-5.11.49..ebuild   |  93 ---
 .../plasma-desktop-5.11.49..ebuild | 161 ---
 .../plasma-integration-5.11.49..ebuild |  43 -
 .../plasma-meta/plasma-meta-5.11.49..ebuild|  70 -
 kde-plasma/plasma-nm/plasma-nm-5.11.49..ebuild |  67 
 kde-plasma/plasma-pa/plasma-pa-5.11.49..ebuild |  29 
 .../plasma-sdk/plasma-sdk-5.11.49..ebuild  |  39 -
 .../plasma-vault/plasma-vault-5.11.49..ebuild  |  34 
 ...plasma-workspace-wallpapers-5.11.49..ebuild |  18 ---
 .../plasma-workspace-5.11.49..ebuild   | 173 -
 .../plymouth-kcm/plymouth-kcm-5.11.49..ebuild  |  36 -
 .../polkit-kde-agent-5.11.49..ebuild   |  30 
 .../powerdevil/powerdevil-5.11.49..ebuild  |  81 --
 kde-plasma/sddm-kcm/sddm-kcm-5.11.49..ebuild   |  41 -
 .../systemsettings-5.11.49..ebuild |  51 --
 .../user-manager/user-manager-5.11.49..ebuild  |  27 
 43 files changed, 2229 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.11.49..ebuild 
b/kde-plasma/bluedevil/bluedevil-5.11.49..ebuild
deleted file mode 100644
index 001050da4a..00
--- a/kde-plasma/bluedevil/bluedevil-5.11.49..ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://cgit.kde.org/bluedevil.git";
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !kde-plasma/bluedevil:4
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.11.49..ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.11.49..ebuild
deleted file mode 100644
index 3ccfa6e017..00
--- a/kde-plasma/breeze-grub/breeze-grub-5.11.49..ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Ge

[gentoo-commits] proj/kde:master commit in: Documentation/package.mask/

2018-01-02 Thread Andreas Sturmlechner
commit: cf0a0b203040e0037e3fb24765deda6854509e32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  2 23:05:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  2 23:05:10 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf0a0b20

Documentation: Drop obsolete kdepim-4.7 package.mask

 Documentation/package.mask/kdepim-4.7 | 24 
 1 file changed, 24 deletions(-)

diff --git a/Documentation/package.mask/kdepim-4.7 
b/Documentation/package.mask/kdepim-4.7
deleted file mode 100644
index 211d7bc08b..00
--- a/Documentation/package.mask/kdepim-4.7
+++ /dev/null
@@ -1,24 +0,0 @@
->=kde-apps/akonadiconsole-4.5.50
->=kde-apps/akregator-4.5.50
->=kde-apps/blogilo-4.5.50
->=kde-apps/kabcclient-4.5.50
->=kde-apps/kaddressbook-4.5.50
->=kde-apps/kalarm-4.5.50
->=kde-apps/kdepim-common-libs-4.5.50
->=kde-apps/kdepim-icons-4.5.50
->=kde-apps/kdepim-l10n-4.5.50
->=kde-apps/kdepim-kresources-4.5.50
->=kde-apps/kdepim-meta-4.5.50
->=kde-apps/kdepim-strigi-analyzer-4.5.50
->=kde-apps/kdepim-runtime-4.5.50
->=kde-apps/kdepim-wizards-4.5.50
->=kde-apps/kdepimlibs-4.14.11_pre20160211
->=kde-apps/kjots-4.5.50
->=kde-apps/kleopatra-4.5.50
->=kde-apps/kmail-4.5.50
->=kde-apps/knode-4.5.50
->=kde-apps/knotes-4.5.50
->=kde-apps/konsolekalendar-4.5.50
->=kde-apps/kontact-4.5.50
->=kde-apps/korganizer-4.5.50
->=kde-apps/ktimetracker-4.5.50



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

2018-01-02 Thread Andreas Sturmlechner
commit: be79eba8ed04772719adad1de3ed64dbe7c7f0c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  2 23:05:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  2 23:05:55 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=be79eba8

sets: Drop obsolete kdepim-4.4

 sets/kdepim-4.4 | 22 --
 1 file changed, 22 deletions(-)

diff --git a/sets/kdepim-4.4 b/sets/kdepim-4.4
deleted file mode 100644
index 4f5b0dd13a..00
--- a/sets/kdepim-4.4
+++ /dev/null
@@ -1,22 +0,0 @@
-

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

2018-01-02 Thread Mikle Kolyada
commit: 58222c53934816a4c79af4b2ccd5c5cbade1330a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 23:05:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 23:05:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58222c53

app-text/sgml-common: merge stable keywords

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/sgml-common/sgml-common-0.6.3-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/sgml-common/sgml-common-0.6.3-r6.ebuild 
b/app-text/sgml-common/sgml-common-0.6.3-r6.ebuild
index 15b98120808..3b696030d5b 100644
--- a/app-text/sgml-common/sgml-common-0.6.3-r6.ebuild
+++ b/app-text/sgml-common/sgml-common-0.6.3-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~floppym/dist/${PN}/${P}-gentoo.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2018-01-02 Thread Zac Medico
commit: b9fc8e55f96c17aeece87387226ada1b184d2f77
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jan  2 09:09:34 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jan  2 23:02:39 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b9fc8e55

PreservedLibsRegistry: fix pruneNonExisting for symlinks to other dirs (bug 
642672)

Fix pruneNonExisting to use the abssymlink function to detect symlinks
in the registry that no longer point to a preserved library. The previous
code only worked correctly for symlinks pointing to files in the same
directory, which failed for packages like dev-ada/xmlada which have
symlinks that point into a subdirectory.

Fixes: 32d19be14e22 ("pruneNonExisting: handle eselect-opengl symlinks")
Tested-by: Tupone Alfredo  gentoo.org>
Bug: https://bugs.gentoo.org/642672

 pym/portage/util/_dyn_libs/PreservedLibsRegistry.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py 
b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
index a422ffefd..f83b82a31 100644
--- a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
+++ b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
@@ -12,6 +12,7 @@ try:
 except ImportError:
import pickle
 
+from portage import abssymlink
 from portage import os
 from portage import _encodings
 from portage import _os_merge
@@ -227,7 +228,7 @@ class PreservedLibsRegistry(object):
# removed by _remove_preserved_libs, it calls 
pruneNonExisting
# which eliminates the irrelevant symlink from the 
registry here.
for f, target in symlinks.items():
-   if os.path.join(os.path.dirname(f), target) in 
hardlinks:
+   if abssymlink(f, target=target) in hardlinks:
paths.append(f)
 
if len(paths) > 0:



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

2018-01-02 Thread Sergei Trofimovich
commit: 4d23fa74c596a0168436e930673dabf6c44b981a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  2 22:54:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  2 22:54:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d23fa74

dev-libs/mpc: drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/mpc/Manifest |  1 -
 dev-libs/mpc/mpc-1.0.1.ebuild | 45 ---
 dev-libs/mpc/mpc-1.0.2.ebuild | 33 ---
 3 files changed, 79 deletions(-)

diff --git a/dev-libs/mpc/Manifest b/dev-libs/mpc/Manifest
index 3e663c9f6b4..2d6a9201c8c 100644
--- a/dev-libs/mpc/Manifest
+++ b/dev-libs/mpc/Manifest
@@ -1,3 +1,2 @@
-DIST mpc-1.0.1.tar.gz 624125 BLAKE2B 
ba5c63f5e0cdcff2cfd5b93d152f70422232bca472b5153209b525794e338f11bdd0e371a055535aa31bb3b8991a5f6ef645b1bf2393027803bf84c0d4346991
 SHA512 
fa381e75999bba626ba08d73225285b03c6d2f6cca87881b28829925d1624eaed1c9b544f75e7281cf5d8dcdd7831025a4eafc05f88f13375f9e08239a8a9303
 DIST mpc-1.0.2.tar.gz 633173 BLAKE2B 
9d58d8a41bf4a2d7a82842dc1e76f7fc1376dac950919ae72d1cb04fe70132747a22dcbec91391e1f5aa857c96de553aa21548f20f139742ae4b2463df473d63
 SHA512 
0e94ba9a20c7374839d2a53a9ed8cce647cc74142b464634fdb9cbaf96e91e43ea13f0b4dab5c06c247e6719de0c0ae03fdcba0c7c4518ee504c545c96da70d0
 DIST mpc-1.0.3.tar.gz 669925 BLAKE2B 
4b5a1db5220b58070f9356041f44f021c2c9ec46aa4303d0a31e809d649897bc3547e9b06271dae4e80be569ee67e2a84f86b662e05dac0ca36ff87e95fcbd62
 SHA512 
0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43

diff --git a/dev-libs/mpc/mpc-1.0.1.ebuild b/dev-libs/mpc/mpc-1.0.1.ebuild
deleted file mode 100644
index e52f0de66af..000
--- a/dev-libs/mpc/mpc-1.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Unconditional dependency of gcc.  Keep this set to 0.
-EAPI="0"
-
-inherit eutils libtool multilib
-
-DESCRIPTION="A library for multiprecision complex arithmetic with exact 
rounding"
-HOMEPAGE="http://mpc.multiprecision.org/";
-SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-DEPEND=">=dev-libs/gmp-4.3.2
-   >=dev-libs/mpfr-2.4.2"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   elibtoolize # for FreeMiNT, bug #347317
-}
-
-src_compile() {
-   econf $(use_enable static-libs static) || die
-   emake || die
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   use static-libs || rm "${ED:-${D}}"/usr/lib*/libmpc.la
-   dodoc ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
-   preserve_old_lib /usr/$(get_libdir)/libmpc.so.2
-}
-
-pkg_postinst() {
-   preserve_old_lib_notify /usr/$(get_libdir)/libmpc.so.2
-}

diff --git a/dev-libs/mpc/mpc-1.0.2.ebuild b/dev-libs/mpc/mpc-1.0.2.ebuild
deleted file mode 100644
index 553ade3d4da..000
--- a/dev-libs/mpc/mpc-1.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils libtool multilib
-
-DESCRIPTION="A library for multiprecision complex arithmetic with exact 
rounding"
-HOMEPAGE="http://mpc.multiprecision.org/";
-SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-DEPEND=">=dev-libs/gmp-4.3.2
-   >=dev-libs/mpfr-2.4.2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   elibtoolize # for FreeMiNT, bug #347317
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-   dodoc ChangeLog
-}



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

2018-01-02 Thread Mike Pagano
commit: 7de0ed5048416610c944016ad951f45e3da6b93b
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan  2 22:52:36 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 22:52:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de0ed50

sys-kernel/gentoo-sources: Linux patch 4.9.74

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.74.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a3e690fabae..f45549cd069 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -76,6 +76,9 @@ DIST genpatches-4.9-74.extras.tar.xz 17356 BLAKE2B 
b0c02db68443f53360e0b0cd611af
 DIST genpatches-4.9-75.base.tar.xz 1398252 BLAKE2B 
045e19c482aad1b7d840feb7e851509ec90f53be9152b31fe4e37cc2ea36d6253435dc394d9313fa832c2676a24ec856ebe3307c7de0134f07f9e60564081798
 SHA512 
ea1fd01d66de7c2712dfe80e3e5bfb796aa8765c20345b19ccb9d366aa254425cee0547565613b419d3f3f50234a3a8b67b2b8e6a3b875028b8521ac896f5639
 DIST genpatches-4.9-75.experimental.tar.xz 106412 BLAKE2B 
bf566e48086dd834d2b2ccbbf026072cc422f27b2d157c31c53708b725601a4a4b826aed5c61d4f038d200c31707f83f865905d7e692fc76837c49dfe7c9fa90
 SHA512 
b84fbca86d3ded460aaa24ee9c7aa71d09a1a2c4d6f90bbfab83a9b9f71e670ca61cc710a67497a731bada2a75b864f2b95c76670f82f29591d0e399fa06b0ab
 DIST genpatches-4.9-75.extras.tar.xz 17344 BLAKE2B 
747276412345bffd763a88d9c77de3fafeab320e0474595213daf71dcdb88da2d78cdfa50469eed149f3d181496b07bf87b0981961cf12cd8aba24cb1e998163
 SHA512 
d2829fb8643e16e7a9a021e9430f19195e0a60f088351738f39140c7a685557ab99647f31f5106e841e1310de24c4ee4b534e476f862684822a005500e172242
+DIST genpatches-4.9-76.base.tar.xz 1416656 BLAKE2B 
ff07be80dfac7f2c8a51e525bdda14f95afcdd93dde5a455f771c9a664a8023577e5f52343401420afc963e0d26c97dfe23cefd53517865e542f9d78d2e70471
 SHA512 
fea0bc6766c95d97bc4d1360d9eb3afbd6ead6c8bb6e6fb8c937117587b87b7a82c983273d026e8ecf99aa816b1ab9af742d551cc12fca055b0f032b3ee3ea8a
+DIST genpatches-4.9-76.experimental.tar.xz 106408 BLAKE2B 
63dddb61ccb331b0cb7496815bc2e22eb98141092a61a4a37eb560477579e4336f621cfa7f6c3bf82ab240736328722ec9c5d6e3a4c336943652a3d2e0f6cd4a
 SHA512 
fcf6ed5797a607bfd9b90fb442f8cd10d335ecdc024a151a3eb33b235a3864a15b589aa143e2bc7a54d8c0983bdf8e6ce1051badc1a7bb74de15b203380d774f
+DIST genpatches-4.9-76.extras.tar.xz 17364 BLAKE2B 
d77fda48564a1993a34ba6f833b88aeb3c8f7becf68bf6445bb52f0897c97a52e265067ef1fe38b993013420ad3c36833ef44e4fa842653a7473b4e9db499e36
 SHA512 
7acb497609ae96e9f87d14789037b15165210983d674d1b2306573c268ec67d72f066e19df48047c3b390cd84f69ea4e0c66bad78295f37a147cf7cb0059ba42
 DIST linux-3.10.tar.xz 73175088 BLAKE2B 
d73c3ad78054f049c6ba78e74b99fbdbbcafe4937bc6254bef407b770d44f05723cd05ca1c6bce16bae9c1150d8ade8e7221a66b8fb761502fd53db6ee33c58f
 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 DIST linux-4.1.tar.xz 83017828 BLAKE2B 
d1dc4e458db191f16306b3d2d7eb60ef5e04307406c769cccdd88beb407f8de228ab1f095a44d6e992b06d01cd896fda31dec1cdf16667f4ca0b628da594aee3
 SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 DIST linux-4.12.tar.xz 99186576 BLAKE2B 
02d031c7f2f29849c06a6b5b589af78bc486a05a758267e47f2ff16844ae8ca701fff53cb859fcc105f7ea92c0769acf8d7f7cc116444c15235ef4d63cadc8c0
 SHA512 
8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.74.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.74.ebuild
new file mode 100644
index 000..538bb3ebfd0
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.74.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="76"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/, kde-plasma/plasma-workspace-wallpapers/, ...

2018-01-02 Thread Andreas Sturmlechner
commit: 8bc47990177ccd70d44fb8daf7458d50cd80ecd7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  2 22:18:21 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  2 22:28:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc47990

kde-plasma: Drop KDE Plasma 5.11.4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.11.4.ebuild   |  40 -
 kde-plasma/breeze-grub/Manifest|   1 -
 kde-plasma/breeze-grub/breeze-grub-5.11.4.ebuild   |  30 
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.11.4.ebuild |  12 --
 kde-plasma/breeze-plymouth/Manifest|   1 -
 .../breeze-plymouth/breeze-plymouth-5.11.4.ebuild  |  26 
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.11.4.ebuild |  87 ---
 kde-plasma/drkonqi/Manifest|   1 -
 kde-plasma/drkonqi/drkonqi-5.11.4.ebuild   |  57 ---
 kde-plasma/kactivitymanagerd/Manifest  |   1 -
 .../kactivitymanagerd-5.11.4.ebuild|  35 -
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.11.4.ebuild  |  59 ---
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.11.4.ebuild|  58 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.11.4.ebuild   |  16 --
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons-5.11.4.ebuild |  56 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.11.4.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.11.4.ebuild |  46 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.11.4.ebuild   |  91 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.11.4.ebuild   |  44 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.11.4.ebuild   |  38 -
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.11.4.ebuild  |  92 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.11.4.ebuild   |  49 --
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.11.4.ebuild   |  47 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.11.4.ebuild   |  33 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.11.4.ebuild |  22 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.11.4.ebuild |  92 ---
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.11.4.ebuild   |  23 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.11.4.ebuild |  27 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.11.4.ebuild |  53 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.11.4.ebuild   |  30 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.11.4.ebuild |  97 
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.11.4.ebuild| 161 ---
 kde-plasma/plasma-integration/Manifest |   1 -
 .../plasma-integration-5.11.4.ebuild   |  43 -
 kde-plasma/plasma-meta/plasma-meta-5.11.4.ebuild   |  70 -
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.11.4-r1.ebuild|  67 
 kde-plasma/plasma-nm/plasma-nm-5.11.4.ebuild   |  65 
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.11.4.ebuild   |  29 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.11.4.ebuild |  39 -
 kde-plasma/plasma-vault/Manifest   |   1 -
 kde-plasma/plasma-vault/plasma-vault-5.11.4.ebuild |  32 
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.11.4.ebuild  |  18 ---
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace-5.11.4.ebuild | 173 -
 kde-plasma/plymouth-kcm/Manifest   |   1 -
 kde-plasma/pl

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

2018-01-02 Thread Mikle Kolyada
commit: 670ddd1c64b32edbd2ac5fc5a0b118911756642d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 22:28:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 22:28:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670ddd1c

app-text/xindy: Drop old

Closes: https://bugs.gentoo.org/642332
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/xindy/xindy-2.4.ebuild | 47 -
 1 file changed, 47 deletions(-)

diff --git a/app-text/xindy/xindy-2.4.ebuild b/app-text/xindy/xindy-2.4.ebuild
deleted file mode 100644
index 0352e0f329a..000
--- a/app-text/xindy/xindy-2.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils autotools
-
-DESCRIPTION="A Flexible Indexing System"
-HOMEPAGE="http://www.xindy.org/ https://github.com/jschrod/xindy.ctan";
-SRC_URI="http://www.xindy.org/${P}.tar.gz";
-
-# The latest development is now on the TeXlive SVN. 
-# The author jschrod backports it from time to time to his github repo.
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc x86"
-IUSE="doc"
-
-RDEPEND="virtual/latex-base
-   dev-texlive/texlive-fontsrecommended
-   >=dev-lisp/clisp-2.44.1-r1
-   dev-texlive/texlive-langcyrillic"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   sys-devel/flex"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-configure.patch
-   epatch "${FILESDIR}"/${P}-locale.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-dependency-tracking \
-   $(use_enable doc docs)
-}
-
-src_compile() {
-   VARTEXFONTS="${T}/fonts" emake || die "emake failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS ChangeLog.Gour NEWS README
-}



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

2018-01-02 Thread Mikle Kolyada
commit: 171d80760ced073e37c21ffd18d1f373e8b5b333
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan  2 22:25:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan  2 22:25:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171d8076

app-text/xindy: merge stable keywords (just EAPI bump, no major changes)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-text/xindy/xindy-2.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xindy/xindy-2.4-r1.ebuild 
b/app-text/xindy/xindy-2.4-r1.ebuild
index 890b05bc030..a418beffd96 100644
--- a/app-text/xindy/xindy-2.4-r1.ebuild
+++ b/app-text/xindy/xindy-2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="http://www.xindy.org/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc x86"
 IUSE="doc"
 
 RDEPEND="virtual/latex-base



[gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/

2018-01-02 Thread Ulrich Müller
commit: 61b7b3c74e3159efca9690afad0c9c9ae7a4b9db
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan  2 22:16:41 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jan  2 22:23:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7b3c7

app-emacs/gnuserv: Add missing inherit of desktop.eclass.

Closes: https://bugs.gentoo.org/643132
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild 
b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
index 47823b7bd51..38b3c602b4d 100644
--- a/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit elisp multilib fdo-mime
+inherit elisp multilib desktop fdo-mime
 
 DESCRIPTION="Attach to an already running Emacs"
 HOMEPAGE="http://meltin.net/hacks/emacs/";



[gentoo-commits] repo/gentoo:master commit in: app-emacs/gnuserv/

2018-01-02 Thread Ulrich Müller
commit: f0d8d1222534a291943aa9245f29f0a853a362be
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jan  2 22:23:29 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jan  2 22:23:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d8d122

app-emacs/gnuserv: Migrate to xdg-utils.eclass, bump to EAPI 6.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild | 68 ++
 1 file changed, 68 insertions(+)

diff --git a/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild 
b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
new file mode 100644
index 000..680dce5508d
--- /dev/null
+++ b/app-emacs/gnuserv/gnuserv-3.12.8-r3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp multilib desktop xdg-utils
+
+DESCRIPTION="Attach to an already running Emacs"
+HOMEPAGE="http://meltin.net/hacks/emacs/";
+SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+IUSE="X"
+
+DEPEND=">=app-eselect/eselect-emacs-1.15
+   X? ( x11-libs/libXau )"
+RDEPEND="${DEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   sed -i -e 's/exec gnuclient/&-emacs/' gnudoit || die
+   eapply_user
+}
+
+src_configure() {
+   econf $(use_enable X xauth) \
+   --x-includes="${EPREFIX}"/usr/include \
+   --x-libraries="${EPREFIX}"/usr/$(get_libdir)
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   exeinto /usr/libexec/emacs
+   doexe gnuserv
+   newbin gnuclient gnuclient-emacs
+   newbin gnudoit gnudoit-emacs
+   # Don't install gnuattach, it is not functional with FSF GNU Emacs
+
+   newman gnuserv.1 gnuserv-emacs.1
+   echo ".so man1/gnuserv-emacs.1" | newman - gnuclient-emacs.1
+   echo ".so man1/gnuserv-emacs.1" | newman - gnudoit-emacs.1
+
+   elisp-install ${PN} *.el *.elc
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   dodoc ChangeLog README README.orig
+
+   if use X; then
+   domenu "${FILESDIR}"/gnuclient.desktop || die
+   fi
+}
+
+pkg_postinst() {
+   elisp-site-regen
+   use X && xdg_desktop_database_update
+   eselect gnuclient update ifunset
+}
+
+pkg_postrm() {
+   elisp-site-regen
+   use X && xdg_desktop_database_update
+   eselect gnuclient update ifunset
+}



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

2018-01-02 Thread Sergei Trofimovich
commit: 4a007fb643fbfa4e591253b0a157d8e77c13832d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  2 22:19:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  2 22:19:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a007fb6

dev-util/strace: stable 4.20 for hppa/ia64/ppc/ppc64, bug #643014

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"

 dev-util/strace/strace-4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-4.20.ebuild 
b/dev-util/strace/strace-4.20.ebuild
index e445febc786..756217eb2e2 100644
--- a/dev-util/strace/strace-4.20.ebuild
+++ b/dev-util/strace/strace-4.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2018-01-02 Thread Michał Górny
commit: 95cc023c01ee31e05882499125df98f3bb209f4c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 16:44:12 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cc023c

dev-python/astroid: Clean old up

 dev-python/astroid/Manifest|  3 --
 dev-python/astroid/astroid-1.3.8.ebuild| 39 ---
 dev-python/astroid/astroid-1.4.9.ebuild| 40 ---
 dev-python/astroid/astroid-1.5.2-r1.ebuild | 51 --
 4 files changed, 133 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index d28803eb9db..18b8f795522 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,5 +1,2 @@
-DIST astroid-1.3.8.tar.gz 155302 BLAKE2B 
2fd85e9b34c1d6ba06b1028690be0b598d5fa6d83782a397e6b6f2895c37bc7f35ca080612bc0533f312bae2e9e6d211cc6329c74df4ff59b903bc4e8775118d
 SHA512 
316d3a6a12d95b3bebe7ffe47de840cbff96f357c7c324f6684bb713bca191cfaf87fe226c3c1145049611a2035890bdf11845bf923f7d0087a0d1e565d5d5c5
 DIST astroid-1.4.8.tar.gz 184091 BLAKE2B 
7180b98c757c8681dd0abaed1e79d2c58ce676aff07b539af8776d589ff23770335d0ba4ce5c9b3940b0428dd10174e7c6eff66aeb500e6ac561734e27975be0
 SHA512 
54bb20edf5518b417470a2d63210802b267fe727f9d30e1ac5000db00a7894739b1c4249468fb55df81b55d382f3a5bbe019876141f7ee4d94040fd699dc0c2c
-DIST astroid-1.4.9.tar.gz 189315 BLAKE2B 
418c34ec0eaefa94b562288f9a4da07f020abca8244d1ebf1cfb16286e941fec805c4140cf993b3744b6039bbdda5546e861be5153a8c6be30597cf85edfb7db
 SHA512 
9091afbeffeae3f10a5f4b0dfb476ed5515661744508dde159bb3faa4af032c6359f4544cc3766a6613974f7725e6f8e28bad45bc68e3282764def019a233303
-DIST astroid-1.5.2.tar.gz 240007 BLAKE2B 
3e4b40a9da4ca3b63fc83e9419d31bb924446f22acbf4ce60bc191f3c6554536b6188ec928de9f6264c0a481334c20ecaf690ee411ae0bc924f5a4bbbf2a4905
 SHA512 
e8e4facc34f7a5ca1128961c3134d3adb0e59437aa38ef567bfe777b94215fedc32ae524135c6d376a3bc648c851d59315f4caadac684d7576e582e5d9e3b2fe
 DIST astroid-1.5.3.tar.gz 240617 BLAKE2B 
06b040fa83327a38ea23e4b09c4ae978b5953ac99a7fec4b7fabb8982e8bb8da3e2f4781654159aec9989b4c99a119e1116622fa75bd4cac63d6a5c8b34bbf31
 SHA512 
2a224d9bf8e41059a1316d80738cdc0f1e4c4e0f987baf3969710bae7192466b708c7942cd7e4eeccea55582ce70bb687c96b9e7dece3229ae4cffc558aa2319

diff --git a/dev-python/astroid/astroid-1.3.8.ebuild 
b/dev-python/astroid/astroid-1.3.8.ebuild
deleted file mode 100644
index e8fc068acbd..000
--- a/dev-python/astroid/astroid-1.3.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="https://bitbucket.org/logilab/astroid 
https://pypi.python.org/pypi/astroid";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
-IUSE="test"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-   >=dev-python/logilab-common-0.63.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7)
-   )"
-# Required for tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_test() {
-   pushd build/lib > /dev/null || die
-   PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
-   popd > /dev/null || die
-}

diff --git a/dev-python/astroid/astroid-1.4.9.ebuild 
b/dev-python/astroid/astroid-1.4.9.ebuild
deleted file mode 100644
index d79526270f5..000
--- a/dev-python/astroid/astroid-1.4.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="https://bitbucket.org/logilab/astroid 
https://pypi.python.org/pypi/astroid";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
-IUSE="test"
-
-# Version specified in __pkginfo__.py.
-RDEPEND="
-   dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/wrapt[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pylint-1.5.0[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   

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

2018-01-02 Thread Michał Górny
commit: 1ec5c7c8e3af6474a0711393fdc5ca47735255e7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:11:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5c7c8

dev-python/bleach: Clean old up

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-2.0.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index f813e5a4d73..39d438afaf7 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,2 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
-DIST bleach-2.0.0.tar.gz 46083 BLAKE2B 
50ff912e4805ea2eab034368acc98a37d852be7e16270028b95cef887358f56d567a860baae91f13ffebf0e2ddcd80121716ed2b0e2a59ac18150f6108100158
 SHA512 
78237c72224fc8facd0c247671c0e2deb66dc8dc46c446cfa7e8b83cce5ca99a52fec320ef59ae0ece47c54a48120de16e4393e269db9c74542c8165eeb96d2e
 DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
deleted file mode 100644
index 1d0c20cec34..000
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



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

2018-01-02 Thread Michał Górny
commit: 1906ca4ce11efc0de09f43f18a53ce14288bbf62
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:07:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1906ca4c

dev-python/autobahn: Clean old up

 dev-python/autobahn/Manifest  |   2 -
 dev-python/autobahn/autobahn-0.16.0-r1.ebuild | 131 --
 dev-python/autobahn/autobahn-17.7.1.ebuild|  65 -
 3 files changed, 198 deletions(-)

diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest
index 01a7411a149..1327ebc2d48 100644
--- a/dev-python/autobahn/Manifest
+++ b/dev-python/autobahn/Manifest
@@ -1,6 +1,4 @@
-DIST autobahn-0.16.0.tar.gz 185053 BLAKE2B 
6d23c0cfa075c9e447ace95be1bb3e2c1f0c02384069b8dc63f93f13913a5e11b0551ff069afab42ad096d003b222a6151abd3c15a3e63685f1903c732ffcc13
 SHA512 
8873202a33c7b68577e89cc91503b8002aa19638836ff39ef99022e3b0ddcfb613154ddf0c373bf315eeb8b6c36f31afc20eb0164c47caa087b2a1b28449d3a8
 DIST autobahn-0.9.4-2.zip 175894 BLAKE2B 
6b1ffea7d77968e4e4787b321c12434821fef6c6f4c84cb2bf9bfa2fdb9ff3438080609b825f976671a2cad16203be9efc0f7fe70ce7f5bef96576c1ced02b7c
 SHA512 
7e0d4246b8b1c552b25c2ae36f1923ed9931e3d3ca684039a422773fecd92ca04734a0b24394a9bbc787f245c72b5552522351a7c1c8e500128e7c46c740a3d5
 DIST autobahn-17.5.1.tar.gz 205144 BLAKE2B 
a026381330d062059f23bd0fe20de12bf227fec45c816ce41a05d81951a2cb263e70ec3a5cee265ea3cc1f6910975903b493a767dce64c5bbb13be077561cabd
 SHA512 
904f8f4c527a6c1c7840ea8634d0c0a47141458500c6d29f4aa1f05ff51f91c65a451b7c447201cbdf5e255c4c2d07509efa106790217b09398e7d50c1d85382
-DIST autobahn-17.7.1.tar.gz 211238 BLAKE2B 
9db0736283d976e4ef721a511eec47b630a739e593d6cdc1bd3db0f18b0339625779bcf183426c3b154b67615d9437cfa7d75fa295927309d7e022a0646d1cc6
 SHA512 
592c4e21a7986fc9ac992fdfd24055654c5db7a3b8963fb5814bc32bdfbcdd7e3271bc84ed35faaf50755022a115a5f026de825ba5c35dacad4cfa2cf776d50f
 DIST autobahn-17.9.1.tar.gz 209230 BLAKE2B 
4e637ee22fe84c51b294faa853034b65e5bc7b230d1d80eea022a2e3809a7ff0c9ffee7c13886f154efffdcdedf5c790e5891466107670c3221a5c7b5de846ea
 SHA512 
036508c1170f53b01be360083bbf9f569fbaf216d984b34e10ad18e5f5e156e74bd4c8979bdd977a8e23deff0332e16d3d606716d32f3987ff37c7707eac0f86
 DIST autobahn-17.9.2.tar.gz 209442 BLAKE2B 
66d31a575d980d81ecd50d9511ed49b947a568ce5457db2de7fd67a85ae06016bacff10f65b74f43c2b72b21543ddb8c0d527f6b9ece706c67adb96860435232
 SHA512 
de73a4cc99616802d280887ef8a9971c532f974dd43cda933da953d7bcc45da3fd9d0c91763c6a80371f582f0acc9741134b1ba1b98035ef0f63e4971aaff79f

diff --git a/dev-python/autobahn/autobahn-0.16.0-r1.ebuild 
b/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
deleted file mode 100644
index e33d8c71c8a..000
--- a/dev-python/autobahn/autobahn-0.16.0-r1.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 versionator
-
-MY_P="${PN}-$(replace_version_separator 3 -)"
-
-DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
-HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt test"
-
-RDEPEND="
-   $(python_gen_cond_dep '>=dev-python/trollius-2.0[${PYTHON_USEDEP}]' 
'python2_7')
-   $(python_gen_cond_dep '>=dev-python/futures-3.0.4[${PYTHON_USEDEP}]' 
'python2_7')
-   $(python_gen_cond_dep '>=dev-python/asyncio-3.4.3[${PYTHON_USEDEP}]' 
'python3_3')
-   >=dev-python/cbor-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/lz4-0.7.0[${PYTHON_USEDEP}]
-   crypt? (
-   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pytrie-0.2[${PYTHON_USEDEP}]
-   >=dev-python/pyqrcode-1.1.0[${PYTHON_USEDEP}]
-   )
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/snappy-0.5[${PYTHON_USEDEP}]
-   || (
-   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-   >=dev-python/twisted-core-12.1[$(python_gen_usedep 'python2*')]
-   )
-   >=dev-python/txaio-2.5.1[${PYTHON_USEDEP}]
-   >=dev-python/u-msgpack-2.1[${PYTHON_USEDEP}]
-   >=dev-python/py-ubjson-0.8.4[${PYTHON_USEDEP}]
-   >=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/zope-interface-3.6[${PYTHON_USEDEP}]
-   "
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pytrie-0.2[${PYTHON_USEDEP}]
-   >=dev-python/pyqrcode-1.1.0[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}"/${MY_P}
-
-python_test() {
-   esetup.py test
-}
-
-# TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE is now
-# set in make.defaul

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

2018-01-02 Thread Michał Górny
commit: feb726532fb74cd2cb0ef4398cb29c19c196c1a1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:10:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb72653

dev-python/bcrypt: Clean old up

 dev-python/bcrypt/Manifest|  2 --
 dev-python/bcrypt/bcrypt-3.1.1.ebuild | 30 --
 dev-python/bcrypt/bcrypt-3.1.2.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/bcrypt/Manifest b/dev-python/bcrypt/Manifest
index 447e7eff9af..e7652dab2ca 100644
--- a/dev-python/bcrypt/Manifest
+++ b/dev-python/bcrypt/Manifest
@@ -1,4 +1,2 @@
-DIST bcrypt-3.1.1.tar.gz 40103 BLAKE2B 
b67827cbdd9d34b9adc618617579ac9f57959659a8ecc5b720b5f06a9659a23a88c61d578b834bda2906112ab87597f07bf22a209c33b4d4d4fb4519b7d73f52
 SHA512 
1fe7408262cdbe8d9f4f6f1e13e44688bd459aac98a2b73b491e9d8194109cbe0fe05a2fbec62b8d483985f59cd955c186be071675038d51ffea5c14a4452367
-DIST bcrypt-3.1.2.tar.gz 40365 BLAKE2B 
b92a455ab5fbfac67cf6ed5806061e91c009910860ab18c5eaf08e514b4a275a93278680d3f1ee80f748e8d572c2ae9c0f849a332fb403a71e53e38bf48e632d
 SHA512 
bab4fb2ef44f7a8c64f2f71832c52840ad64630af58c4d5019b4679123eb17421eecdd75ff1df108d3789ca12e68c07ea9fe9acdc76b909f01de1de924645c58
 DIST bcrypt-3.1.3.tar.gz 40806 BLAKE2B 
60b42bd4326ae1285911a79eff43f871366d6db8f1c2eb102f4f4cd3e91d29e58d30906b542d6f04ec0608dd5583550c0c9ddb795d8fd05cd1802396535ba59b
 SHA512 
1fe80a156cd3707c27d4d3b6495caede3404acfdcd238d0461fdd83249601a0b0f2945e0f531dd4422f19e9cd47107245d8e40eb8b47b78e5c679e7e6b37a92c
 DIST bcrypt-3.1.4.tar.gz 42575 BLAKE2B 
c4521ecfa55e5b857e35c9d9e402b8e911b2546bdb349a4e87f31e6af0a2686ebc9df4fc6268534c65d3bca8facfa2e8ccd549174f8f91a25002e94ba7fb9be4
 SHA512 
885dadec10aa9c5944a68e73ebc3ba409d41517850fad1bcb61321a8ce4072b95422472b9f7ca76508e9b0d24a86e19f3e415a0713f0a1921b9d3f796089ae71

diff --git a/dev-python/bcrypt/bcrypt-3.1.1.ebuild 
b/dev-python/bcrypt/bcrypt-3.1.1.ebuild
deleted file mode 100644
index dae3fb0df19..000
--- a/dev-python/bcrypt/bcrypt-3.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Modern password hashing for software and servers"
-HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm64 ia64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
-   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
-   "
-RDEPEND="
-   $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
-   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   !dev-python/py-bcrypt"
-
-# The testsuite is not included in the tarball

diff --git a/dev-python/bcrypt/bcrypt-3.1.2.ebuild 
b/dev-python/bcrypt/bcrypt-3.1.2.ebuild
deleted file mode 100644
index 0a89678c134..000
--- a/dev-python/bcrypt/bcrypt-3.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Modern password hashing for software and servers"
-HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
-   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
-   "
-RDEPEND="
-   $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
-   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
-   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
-   !dev-python/py-bcrypt"
-
-# The testsuite is not included in the tarball



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

2018-01-02 Thread Michał Górny
commit: 9b168ea42eb64115a2d9039b9394bd7e43bf35a3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 18:53:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b168ea4

dev-util/conan: Loosen = deps to ~

 dev-util/conan/conan-0.30.2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/conan/conan-0.30.2.ebuild 
b/dev-util/conan/conan-0.30.2.ebuild
index 5c95fc878d8..2a97f62c081 100644
--- a/dev-util/conan/conan-0.30.2.ebuild
+++ b/dev-util/conan/conan-0.30.2.ebuild
@@ -24,14 +24,14 @@ RDEPEND="
>=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
>=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
>=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
-   =dev-python/future-0.16.0[${PYTHON_USEDEP}]
-   =dev-python/node-semver-0.1.1[${PYTHON_USEDEP}]
+   ~dev-python/future-0.16.0[${PYTHON_USEDEP}]
+   ~dev-python/node-semver-0.1.1[${PYTHON_USEDEP}]
>=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
-   =dev-python/patch-1.16[${PYTHON_USEDEP}]
+   ~dev-python/patch-1.16[${PYTHON_USEDEP}]
>=dev-python/pluginbase-0.5[${PYTHON_USEDEP}]
>=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   =dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
+   ~dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
>=dev-python/requests-2.7[${PYTHON_USEDEP}]
>=dev-python/six-1.10[${PYTHON_USEDEP}]



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

2018-01-02 Thread Michał Górny
commit: 7f67525a9b046d7f515e9a5771b477a6946057bb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 16:46:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f67525a

dev-python/pylint: Clean old up

 dev-python/pylint/Manifest   |  3 --
 dev-python/pylint/pylint-1.4.4.ebuild| 61 -
 dev-python/pylint/pylint-1.5.6.ebuild| 59 
 dev-python/pylint/pylint-1.6.5.ebuild| 63 --
 dev-python/pylint/pylint-1.7.1-r1.ebuild | 66 
 5 files changed, 252 deletions(-)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 3449c4072e7..c8b1726a13f 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,5 +1,2 @@
-DIST pylint-1.4.4.tar.gz 342461 BLAKE2B 
5d9be4634e87305f38710dd85601ba385262754dcd63b68bb779a6c9a655d048ffe3a9ebfd96ea8fbf467aca40dcda449076ffe882e65d3605e4964221d00331
 SHA512 
bcbf5439628a071055cea441455f6c0fe0cbfae2617c473bc376b880421f17f78653901d7cf49950653436a0991a3bafbc2df15744ff24a3b059de53e518b331
-DIST pylint-1.5.6.tar.gz 425251 BLAKE2B 
ffcf510681bcbbae0b6ac41e28f06132d026a8318cf989681262b7a8d03f97c207a381315a7c7af6ede6cea6c75dfba09d8ced8893277012addf9ce9829300eb
 SHA512 
569a747a0d2c4f60ff2c16af6117f501fa1a9a6546fcc1228909b23024e2bc05951985acf56249919b67b11f161cb1855321115ad9fd7a7c409b71faa5dd8278
 DIST pylint-1.6.5.tar.gz 465578 BLAKE2B 
05412a528878633ef7529dd2f2d2d1989bc940626d62764f476bbc024e34fea06883fae829fe6617ebfffde54dfa5600c140b9a25e6c9633f48d76f5c331
 SHA512 
2fac352dc752b37f1ce4f7fefe5afbbc880d7e6c38f164d1c50734716af1dd6fe31f7d41e145a8256837d5a63b1989efec40c169fc14840cf8eb4e18d9bb2410
-DIST pylint-1.7.1.tar.gz 489108 BLAKE2B 
7c14e2f2a3d85a33b98a1cacc487d75f4c2362e158f28df773f4dad4e06c88ff783dfb6f898a6c3bf75d73e7915610d6d5e45b007bc0723405282481e3a61879
 SHA512 
e0efbaad3ca3205a2e2e1e4bc444e635540db12e139e008ff2ca8b454dd117488e767f070126074389d6d82c17622da747b9a948711225246877fed69ac81148
 DIST pylint-1.7.2.tar.gz 488628 BLAKE2B 
6f2902bdd18939f251515d652d2e9df43162c1b0c27c2e2ed7392ee77be9e7f81bbd62cede4f2eb1e7aa646bf47c48b01436e04cbf46a20458a1c89eff752d9d
 SHA512 
268f141f017fa4df6024596bcf1dfb32a578e9459864e2ace8c2725c8f5e117e0b01d9d745f1632bb43102a01f7075dc3fb69b839b79371f7df47740a56fc1cb

diff --git a/dev-python/pylint/pylint-1.4.4.ebuild 
b/dev-python/pylint/pylint-1.4.4.ebuild
deleted file mode 100644
index 30d27988200..000
--- a/dev-python/pylint/pylint-1.4.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-RESTRICT="test" # needs pygtk
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="http://www.logilab.org/project/pylint 
https://pypi.python.org/pypi/pylint";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
-IUSE="doc examples test"
-
-RDEPEND="
-   >=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
-   >=dev-python/astroid-1.3.6[${PYTHON_USEDEP}]
-   https://bitbucket.org/logilab/pylint/issue/240/
-   local msg="Test suite broken with ${EPYTHON}"
-   if python_is_python3; then
-   einfo "${msg}"
-   return 0
-   fi
-
-   pytest || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   doman man/{pylint,pyreverse}.1
-   use examples && local EXAMPLES=( examples/. )
-   use doc && local HTML_DOCS=( doc/_build/singlehtml/. )
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   # Optional dependency on "tk" USE flag would break support for Jython.
-   elog "pylint-gui script requires dev-lang/python with \"tk\" USE flag 
enabled."
-}

diff --git a/dev-python/pylint/pylint-1.5.6.ebuild 
b/dev-python/pylint/pylint-1.5.6.ebuild
deleted file mode 100644
index e6fd948fc77..000
--- a/dev-python/pylint/pylint-1.5.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="
-   http://www.logilab.org/project/pylint
-   https://pypi.python.org/pypi/pylint
-   https://github.com/pycqa/pylint";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc examples test"
-
-RDEPEND="
-   >=dev-python/astroid-1.4.5[${PYTHON_USED

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

2018-01-02 Thread Michał Górny
commit: fd5f47798c61091bdf8473771f7f7100d37c5c97
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:10:42 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5f4779

dev-python/beautifulsoup: Clean old up

 dev-python/beautifulsoup/Manifest  |  1 -
 .../beautifulsoup/beautifulsoup-4.5.3.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 38cd1842b5d..1f76d7e9032 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,4 +1,3 @@
 DIST BeautifulSoup-3.2.1.tar.gz 31224 BLAKE2B 
9361ce6d048d0443c3257d10ec2734c24202af8eb850a59a4344e6992856f849d92dd509f102c27cdf9634bbc235e5f96e304993e6d4813d275d66bd3791b451
 SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 DIST beautifulsoup4-4.5.1.tar.gz 158039 BLAKE2B 
5eb99c7efdb13c359385c7c7f3280332ca28cc4b5ff80b90c326d80ef55acef8e98d86691a7b1df420bf68bc65e96ad7d559b461a03f44e494fb4b7789753601
 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
-DIST beautifulsoup4-4.5.3.tar.gz 159185 BLAKE2B 
8319869698aa4767ccc3e8b4f57ab17bd6eded30c408fe5a450be53ba0c4c555079bdfdd2254927895b09b0b01428fc0feb8b18fbd0c033a90749b3362e6c8b8
 SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 DIST beautifulsoup4-4.6.0.tar.gz 160846 BLAKE2B 
c56c61c5ac2116721815b3cc8e0ec249f191a76bc36e26593af54cc0937e3a4d70c5a2b3069b12f1ae4f5b78cda78e2abda5da99fdd6987afe0f581a4130685c
 SHA512 
1a7eee4218e58cc3852e71fe4f0892f673bb46a851941264766a38eff8ef05d612d88b4641fcb478ce8f66ac50dc987ca039923c4bbb11867c74813289f7e578

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
deleted file mode 100644
index 82ee5a047f3..000
--- a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
-   https://pypi.python.org/pypi/beautifulsoup4";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-
-IUSE="doc test"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="
-   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
-DEPEND="
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-   "
-
-S=${WORKDIR}/${MY_P}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_test() {
-   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}



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

2018-01-02 Thread Michał Górny
commit: e1edddcd35d37853b01d2e4b93cbc3a381696ccf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:06:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1edddcd

dev-python/authres: Clean old up

 dev-python/authres/Manifest |  1 -
 dev-python/authres/authres-0.701.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index e640258265d..d1b26a44aac 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1,2 +1 @@
-DIST authres-0.701.tar.gz 18878 BLAKE2B 
27dbf9aea7047a2c1746e4aea1b948128a13cea8d3107b48701b122f2b4a2d4702098e3d7405e3371580da5b2f05dc574ca82b43c4404ea3add5fca6a7d77b5f
 SHA512 
e4482a8c5494a550a76a0d0b8b0d406d257da271d8fae901569a960d2f90ec616c5de48a578240e831c29f9345d128ecc9cba6f05befbb03f5cd90b4c26af422
 DIST authres-0.800.tar.gz 19863 BLAKE2B 
01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87
 SHA512 
d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7

diff --git a/dev-python/authres/authres-0.701.ebuild 
b/dev-python/authres/authres-0.701.ebuild
deleted file mode 100644
index 36c972c7dc8..000
--- a/dev-python/authres/authres-0.701.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Authentication Results Header Module"
-HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.python.org/pypi/authres";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-DOCS=( CHANGES README )
-
-python_test() {
-   "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = 
doctest.testfile('${PN}/tests'); \
-   sys.exit(bool(f))" || return
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/, dev-python/argcomplete/files/

2018-01-02 Thread Michał Górny
commit: 45236a094aa52f15ff3096887340c5feb1b225ad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:05:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45236a09

dev-python/argcomplete: Clean old up

 dev-python/argcomplete/Manifest|  2 --
 dev-python/argcomplete/argcomplete-1.6.0.ebuild| 29 --
 dev-python/argcomplete/argcomplete-1.8.2.ebuild| 32 
 .../argcomplete-1.8.2-disable-tcsh-tests.patch | 35 --
 4 files changed, 98 deletions(-)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index 86cb1ade8ea..f10914bf1a3 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1,4 +1,2 @@
 DIST argcomplete-1.4.1.tar.gz 37219 BLAKE2B 
eff9c8b8a2996d2d57ca99516071a1c831f9e64be4efd72bf930dfe7fb2404db2aa03546e761ae73b5d22f8ebe683728c433ab837eee5c073616e7d32fa32010
 SHA512 
3e9fa64fca93baf14fddd653947ff0269004e8783de0567931dafb9e4d0dfff2e2450ef6df331a4d648f5ce1d817a422f52d8d30b94315cd54fd82102467ded5
-DIST argcomplete-1.6.0.tar.gz 39685 BLAKE2B 
0055394ff7481cdce2e6882f971fab35ad3df972238915d51caae68c9b8ff36e8510a0cb57c01a398bcc56b8a14b2bb867eb4b9099bab00d67ef6f5dc6ceaeda
 SHA512 
6a2a6a4af3ddb5bea0022bf5e2acb123d4c0505d979887ebb82ed5c8a591d59d35b57084483428d030e0507f3cd149953146f49d4a7b0290bc88648cea3eb7a3
-DIST argcomplete-1.8.2.tar.gz 53626 BLAKE2B 
446fc108468ca10f63f23e00aa891c7c692345f71274d798f046644f5c203017553d071b0e3cd643d4e786f5ef2502d9bd35d940692cf814f96727c73cee3f9c
 SHA512 
ed3ddfe402bd89b81da1935a105dcc1914e9c7b98590624ba1140647ce1322a71d790bf3d0e29fe745ca676aa22f99b9834b58a97c2b1c08ca4a32bab7f4c914
 DIST argcomplete-1.9.2.tar.gz 46445 BLAKE2B 
a515fb1fdb94a78f02d01c90950bc21ac8000ccd54724e3037fb491097627a0f5de08b281dc13a7b531b4df6598f1aa1d7310932131a5a5a778dc5e5b39020d0
 SHA512 
174a4f7f1e24944472567c7cf2959b1bf1bf1d57f9c9d36469837f568d9e5db89d7055a2b93ff58e72fa5a78acb498833833a465da2b69bcf09fcfa2ecdad742

diff --git a/dev-python/argcomplete/argcomplete-1.6.0.ebuild 
b/dev-python/argcomplete/argcomplete-1.6.0.ebuild
deleted file mode 100644
index 259a9c1101c..000
--- a/dev-python/argcomplete/argcomplete-1.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Bash tab completion for argparse"
-HOMEPAGE="https://pypi.python.org/pypi/argcomplete";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~arm ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pexpect[${PYTHON_USEDEP}] )"
-
-python_test() {
-   "${EPYTHON}" test/test.py || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   newbashcomp "${S}"/${PN}/bash_completion.d/python-argcomplete.sh 
python-${PN}
-}

diff --git a/dev-python/argcomplete/argcomplete-1.8.2.ebuild 
b/dev-python/argcomplete/argcomplete-1.8.2.ebuild
deleted file mode 100644
index 6ed17da9c81..000
--- a/dev-python/argcomplete/argcomplete-1.8.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Bash tab completion for argparse"
-HOMEPAGE="https://pypi.python.org/pypi/argcomplete";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~arm ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pexpect[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}/${P}-disable-tcsh-tests.patch" )
-
-python_test() {
-   "${EPYTHON}" test/test.py || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   newbashcomp "${S}"/${PN}/bash_completion.d/python-argcomplete.sh 
python-${PN}
-}

diff --git 
a/dev-python/argcomplete/files/argcomplete-1.8.2-disable-tcsh-tests.patch 
b/dev-python/argcomplete/files/argcomplete-1.8.2-disable-tcsh-tests.patch
deleted file mode 100644
index ee866c39d11..000
--- a/dev-python/argcomplete/files/argcomplete-1.8.2-disable-tcsh-tests.patch
+++ /dev/null
@@ -1,35 +0,0 @@
 a/test/test.py 2017-07-10 21:18:13.701472836 +
-+++ b/test/test.py 2017-07-10 21:18:44.021473430 +
-@@ -1041,32 +1041,6 @@
- self.assertEqual(self.sh.run_command('python ./prog basic f\t'), 
'foo\r\n')
- 
- 
--class TestTcsh(_TestSh, unittest.TestCase):
--expected_failures = [
--'test_unquoted_space',
--'t

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

2018-01-02 Thread Michał Górny
commit: 14fcedd8e934b50b520aeeb3337b076981ff9cb1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:11:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fcedd8

dev-python/blaze: Clean old up

 dev-python/blaze/Manifest|  1 -
 dev-python/blaze/blaze-0.11.2.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/dev-python/blaze/Manifest b/dev-python/blaze/Manifest
index 5369c7b0542..a12536c0284 100644
--- a/dev-python/blaze/Manifest
+++ b/dev-python/blaze/Manifest
@@ -1,3 +1,2 @@
 DIST blaze-0.10.2.tar.gz 9681767 BLAKE2B 
9972d0f9bb00ce462f20673e9e164d504bc1157730bcb36a42b53ed1523a73bde36a1858ba7df1f813c126291251c6170da8ac70c8932206de5f3e063a10
 SHA512 
01b7c5563f928c336f13eb13c6397f1089bca7c1cf0824da672acdabf28b18356c52678c58b2fa7af303601c6013e9d6f4fe26359ee6ab9a01f8b735c7d24a56
-DIST blaze-0.11.2.tar.gz 9687465 BLAKE2B 
1b853a4b2b98152c3d3248988fc99a31138e7bec08580c394f92e41931de2d3f9f57bb082ce2f4ef9aac869873cd15f86163229b2af576294a2baa2d7a01a5b5
 SHA512 
aa4e6a06ed8456d73f98bd2a06c236f9a7cc212ce23d53f9212331045e904faa1ecd7998111a7f58b4d76c3c0cb72a0904f829d6dd729f43e91a284b0f3f9819
 DIST blaze-0.11.3.tar.gz 9691443 BLAKE2B 
13734e3b2f63ad044991644a4c8243b449c5179a80efdaa5faf6ecf443434bec7a00953f0f17d73885b9e9fa506e72a9bc369380d2d7a561f5da064d8339e03f
 SHA512 
030079e5d3f17355dac588154ffb7ba7993935dfd39bce141341b6e2b9a17f812982ce83776ac1e4224649a343b58615621347ba65e5aba2ca2e568d755f276f

diff --git a/dev-python/blaze/blaze-0.11.2.ebuild 
b/dev-python/blaze/blaze-0.11.2.ebuild
deleted file mode 100644
index 99732c0b706..000
--- a/dev-python/blaze/blaze-0.11.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Next generation Python numpy"
-HOMEPAGE="http://blaze.readthedocs.io/";
-SRC_URI="https://github.com/blaze/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="examples test"
-
-RDEPEND="
-   dev-python/bcolz[${PYTHON_USEDEP}]
-   dev-python/cytoolz[${PYTHON_USEDEP}]
-   dev-python/dask[${PYTHON_USEDEP}]
-   dev-python/datashape[${PYTHON_USEDEP}]
-   dev-python/dynd-python[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-cors[${PYTHON_USEDEP}]
-   dev-python/h5py[${PYTHON_USEDEP}]
-   dev-python/into[${PYTHON_USEDEP}]
-   dev-python/multipledispatch[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   dev-python/numba[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/odo[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pymongo[${PYTHON_USEDEP}]
-   dev-python/pyparsing[${PYTHON_USEDEP}]
-   dev-python/pytables[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/toolz[${PYTHON_USEDEP}]
-   dev-python/unicodecsv[${PYTHON_USEDEP}]
-   dev-python/xlrd[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND}
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/contextlib2[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cd "${BUILD_DIR}"/lib
-   # trying to skip a few tests which spill errors
-   py.test \
-   --ignore blaze/compute/tests/test_mongo_compute.py \
-   --ignore blaze/compute/tests/test_core_compute.py \
-   --ignore blaze/tests/test_interactive.py \
-   blaze || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r blaze/examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   rm -r ${ED}usr/lib*/*/*/blaze/examples || die
-}



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

2018-01-02 Thread Michał Górny
commit: 1371071c4a9fcb5fb146e303d9facc93100564f0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:11:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1371071c

dev-python/binaryornot: Clean old up

 dev-python/binaryornot/Manifest |  1 -
 dev-python/binaryornot/binaryornot-0.4.1.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/dev-python/binaryornot/Manifest b/dev-python/binaryornot/Manifest
index 6dc426466af..e5d95ea8544 100644
--- a/dev-python/binaryornot/Manifest
+++ b/dev-python/binaryornot/Manifest
@@ -1,2 +1 @@
-DIST binaryornot-0.4.1.tar.gz 372095 BLAKE2B 
9f37b929941d610e5a114747f765ed859f78839a4734b4859b39ebc4821fbdb6b69ef19405a4bc607c94d68f8ae54672a9b03bf87afe8ebc463f421f92b07113
 SHA512 
49732b725e7adc58fccc591c56bf4df65d1adaf3e5ce98e9f0a8aa2164e0f9bffcbcd6e793ae2cfc1ed90a5d74fb5899ec99de1b15bd3878a15c33f283319a45
 DIST binaryornot-0.4.3.tar.gz 372299 BLAKE2B 
c4ae99b9ccb66da8925d74fad68b8df4713822acc74d852e2f584e5c157eb465bc6418b0e0085533479ba1ee937c3d2716dea66ce3bd517d49a490ab4615f694
 SHA512 
bdb918b921fc46d056572b84126dbdc6605ec98cf13aac84f6f64ce07d083839be40bf7a08185eaabfbe136a9bcf0c1acc8041a23a6bb2843e8e72981222ebaa

diff --git a/dev-python/binaryornot/binaryornot-0.4.1.ebuild 
b/dev-python/binaryornot/binaryornot-0.4.1.ebuild
deleted file mode 100644
index c9713e93578..000
--- a/dev-python/binaryornot/binaryornot-0.4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Ultra-lightweight pure Python package to guess whether a file is 
binary or text"
-HOMEPAGE="https://github.com/audreyr/binaryornot";
-SRC_URI="https://github.com/audreyr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND}
-   dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
-
-python_test() {
-   esetup.py test || die
-}



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

2018-01-02 Thread Michał Górny
commit: 7d93344eb656cab4c50f31268912d3abe9ef6048
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:10:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d93344e

dev-python/beaker: Clean old up

 dev-python/beaker/Manifest   |  1 -
 dev-python/beaker/beaker-1.8.0-r1.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/beaker/Manifest b/dev-python/beaker/Manifest
index 9da64649ee3..e7e31ef310a 100644
--- a/dev-python/beaker/Manifest
+++ b/dev-python/beaker/Manifest
@@ -1,3 +1,2 @@
 DIST Beaker-1.6.4.tar.gz 54480 BLAKE2B 
809b2d23fb95a21ab442b3be20ff5372630697baaf507fd26d8aefabeed422401de890c8de165a079bde4a05230cea244a8d5bf31b8b89e60a88b840de9cdedf
 SHA512 
5a6835d01d0b1bee57844525f1223d74edd26f07cc769df6a8cfa77f44dda4435eb96639175928a1caf7c4f927ac3a674c0fd0e7f50f1aea91da7880de3a6704
-DIST beaker-1.8.0.tar.gz 77211 BLAKE2B 
b7665cf2b70ca81d568ea3ca1ac2d80427d24e000f9f4888e498f7a148cb4525fc45f6c63b8e3c5e8f5ab88405f8838b9ea5d978350c2c0cbd635d1760ad0b73
 SHA512 
5018b96058a6dc892350eb1fea0e1a44f872616444049e38a19f302b7e39a4710ecf3ddcc62361213f2663d3ecfa72823ce431f29f837e4a49ec556cf69fd88f
 DIST beaker-1.8.1.tar.gz 80541 BLAKE2B 
b60ba47a41f5f039699324dcb403d99cbf3d7e7cdbf593e275e1d41e6abc86dc829fd9a582b80e6274d6459624218585239b1b623e70636e2a1d736c584ce245
 SHA512 
bd9c4a4bbf21749a59c501d1dbff8bc9116394f79924efc6be637fb8c1ffef91a8363da3375bffdcb0ba291b71b57f75303f3fbe111e8670a390058e9fa5

diff --git a/dev-python/beaker/beaker-1.8.0-r1.ebuild 
b/dev-python/beaker/beaker-1.8.0-r1.ebuild
deleted file mode 100644
index 76ad4a3b3b7..000
--- a/dev-python/beaker/beaker-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Session and Caching library with WSGI Middleware"
-HOMEPAGE="https://github.com/bbangert/beaker 
https://pypi.python.org/pypi/Beaker";
-# pypi tarball lacks tests
-SRC_URI="https://github.com/bbangert/beaker/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="virtual/python-funcsigs[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   $(python_gen_impl_dep sqlite)
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pycrypto[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/webtest[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   esetup.py test
-}
-
-pkg_postinst() {
-   elog "beaker also has optional support for packages"
-   elog "pycrypto and pycryptopp"
-}



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

2018-01-02 Thread Michał Górny
commit: ca1f2c37de3e3f6b4da7f4b5783ed475a266d7dc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:04:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1f2c37

dev-python/apsw: Clean old up

 dev-python/apsw/Manifest  |  1 -
 dev-python/apsw/apsw-3.20.1_p1.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index aaa63cbf339..fa3b8d0c25b 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,2 @@
 DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5e12beddd4e09f688aad930bb54664435c569ca728c2dd7b24b4eb46655778c7c35249731f3a83194a40fe6b
 SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
-DIST apsw-3.20.1_p1.zip 680035 BLAKE2B 
9a230e87df6a5afeb86828018ef0a026b43893fa694e85410d85753981b7b9c2846d2f1b12c4ff9b3d272727dace42157998ce30a382cc5b125b2824b6a8cae2
 SHA512 
12284a99efba13abe417a786939e2ab10d677014feb9393e41cc7b127fb974cb961f371c142904bbe48a96038d49605c885fa43739a14ef8e11fb37ea274ce92
 DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61

diff --git a/dev-python/apsw/apsw-3.20.1_p1.ebuild 
b/dev-python/apsw/apsw-3.20.1_p1.ebuild
deleted file mode 100644
index f2bb6b9990b..000
--- a/dev-python/apsw/apsw-3.20.1_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/";
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



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

2018-01-02 Thread Michał Górny
commit: 518b1c8af8d60551827d4f3b6f55b5402941041c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 18:52:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518b1c8a

dev-util/conan: Clean old up

 dev-util/conan/Manifest   |  2 --
 dev-util/conan/conan-0.24.0-r1.ebuild | 51 
 dev-util/conan/conan-0.25.1.ebuild| 55 ---
 3 files changed, 108 deletions(-)

diff --git a/dev-util/conan/Manifest b/dev-util/conan/Manifest
index 634c8e88809..f32c6e02500 100644
--- a/dev-util/conan/Manifest
+++ b/dev-util/conan/Manifest
@@ -1,3 +1 @@
-DIST conan-0.24.0.tar.gz 514654 BLAKE2B 
6622bee623bbf9c488837a1369881f1b61329ef409eb9f58cd4503a41a1d38903d76873d1650aead8593ab06934b637de0aead2deb3df3ff5288661881a1c396
 SHA512 
6fdbf4731be6aa6fb06e2d976c97975dc4cdc60fb7a6381f99c83c19b73230de13c7a60bffa1ab6aac0d64ce20986cee99f98af986b23396107471ac804c08af
-DIST conan-0.25.1.tar.gz 529592 BLAKE2B 
baa9e8cd7db9c9ed0a8fbe0538255c0c13637f1d7caad1de95522d2404166abf5506aa82a98da92d18b0d64ceae1585f5e167c36e8b1d92fdcd998502c576403
 SHA512 
487a0dca79afd6f0b6d6907fe7a95c310e5b4c97787dcf390c0d5797552ab1ba3aee9a90d45c3c9ee302f4b1a6e13c44ca8c20b6f11d789ce5d6f6bce068e600
 DIST conan-0.30.2.tar.gz 573660 BLAKE2B 
3f4a591c5ff949e67b84946238d802de3041eeda9116ee445db9187de8ef422896f26b45d9dd616dbd631ff317d98879771655b0c9cfa14bf052f35776f253f6
 SHA512 
ec9309d876a33dda322e3a19ced2d8e39d1e0593b8c8b6f7a8e4a09336d2b76a94c13fb3a091963af519ef93950a51e680238cb13c0156260b538af8e12e097f

diff --git a/dev-util/conan/conan-0.24.0-r1.ebuild 
b/dev-util/conan/conan-0.24.0-r1.ebuild
deleted file mode 100644
index 453ff6e2d56..000
--- a/dev-util/conan/conan-0.24.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed C/C++ package manager"
-HOMEPAGE="http://conan.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/bottle-0.12.8[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
-   >=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
-   =dev-python/patch-1.16[${PYTHON_USEDEP}]
-   >=dev-python/pluginbase-0.5[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
-   =dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.7[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10[${PYTHON_USEDEP}]
-   >=dev-python/node-semver-0.1.1[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
- ${RDEPEND}
- dev-lang/go
- >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
- >=dev-python/nose-parameterized-0.5.0[${PYTHON_USEDEP}]
- >=dev-python/webtest-2.0.18[${PYTHON_USEDEP}]
- dev-util/cmake
- )
-"
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   PYTHONPATH=. nosetests -v . || die
-}

diff --git a/dev-util/conan/conan-0.25.1.ebuild 
b/dev-util/conan/conan-0.25.1.ebuild
deleted file mode 100644
index 5c95fc878d8..000
--- a/dev-util/conan/conan-0.25.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Distributed C/C++ package manager"
-HOMEPAGE="http://conan.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-# overly strict requirements?
-# https://github.com/conan-io/conan/blob/develop/conans/requirements.txt
-RDEPEND="
-   >=dev-python/bottle-0.12.8[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.3.3[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.2[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.14.1[${PYTHON_USEDEP}]
-   =dev-python/future-0.16.0[${PYTHON_USEDEP}]
-   =dev-python/node-semver-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/passlib-1.6.5[${PYTHON_USEDEP}]
-   =dev-python/patch-1.16[${PYTHON_USEDEP}]
-   >=dev-python/pluginbase-0.5[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.4[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
-   =dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.11[${PY

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

2018-01-02 Thread Thomas Deutschmann
commit: 2a21f609aeffc23219b35a5546e543111b709ff7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan  2 22:10:43 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan  2 22:10:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a21f609

sys-libs/gdbm: Fix building with USE flag "exporter"

Ebuild changes:
===
- Patch: Add patch to fix build with --enable-gdbm-export. [Bug 625302] [Link 1]

- Already introduced a sub slot to help upgrading to 1.14 later. [Bug 643188]

Link 1: 
http://git.gnu.org.ua/cgit/gdbm.git/commit/?id=272713d611c55effeaf1d2b45fbb2c69d70e4c74
Closes: https://bugs.gentoo.org/625302
Bug: https://bugs.gentoo.org/643188
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...bm-1.13-fix-build-with-enable-gdbm-export.patch | 57 ++
 .../{gdbm-1.13-r1.ebuild => gdbm-1.13-r2.ebuild}   |  5 +-
 2 files changed, 60 insertions(+), 2 deletions(-)

diff --git 
a/sys-libs/gdbm/files/gdbm-1.13-fix-build-with-enable-gdbm-export.patch 
b/sys-libs/gdbm/files/gdbm-1.13-fix-build-with-enable-gdbm-export.patch
new file mode 100644
index 000..eb229f7261c
--- /dev/null
+++ b/sys-libs/gdbm/files/gdbm-1.13-fix-build-with-enable-gdbm-export.patch
@@ -0,0 +1,57 @@
+From 272713d611c55effeaf1d2b45fbb2c69d70e4c74 Mon Sep 17 00:00:00 2001
+From: Sergey Poznyakoff 
+Date: Sat, 23 Dec 2017 21:27:20 +
+Subject: Fix build with --enable-gdbm-export
+
+* THANKS: Add Jakub Bogusz
+* export/export.c: Define GDBM_EXPORT_18 prior to
+including gdbmexp.c
+* src/gdbmexp.c [GDBM_EXPORT_18]: Define GDBM_SET_ERRNO and
+GDBM_ASSERT_CONSISTENCY.
+---
+diff --git a/THANKS b/THANKS
+index 70cb40f..feb1f87 100644
+--- a/THANKS
 b/THANKS
+@@ -5,6 +5,7 @@ suggesting various improvements or submitting actual code. 
Here is a list
+ of these people. Help us keep it complete and exempt of errors.
+ 
+ Bill Jones  
++Jakub Bogusz
+ Matthew Burgess   
+ Tanaka Akira  
+-Thomas Klausner   
+\ No newline at end of file
++Thomas Klausner   
+diff --git a/export/export.c b/export/export.c
+index 39e05d1..ede4858 100644
+--- a/export/export.c
 b/export/export.c
+@@ -24,6 +24,7 @@
+ #include 
+ 
+ /* Pull in gdbm_export() */
++#define GDBM_EXPORT_18
+ #include "gdbmexp.c"
+ 
+ void
+diff --git a/src/gdbmexp.c b/src/gdbmexp.c
+index 457f638..dc46c50 100644
+--- a/src/gdbmexp.c
 b/src/gdbmexp.c
+@@ -21,8 +21,13 @@
+ # include "autoconf.h"
+ # include 
+ 
++#ifdef GDBM_EXPORT_18
++# define GDBM_SET_ERRNO(dbf, ec, fatal) gdbm_errno = ec
++# define GDBM_ASSERT_CONSISTENCY(dbf, val)
++#else
+ # include "gdbmdefs.h"
+ # include "gdbm.h"
++#endif
+ 
+ int
+ gdbm_export_to_file (GDBM_FILE dbf, FILE *fp)
+--
+cgit v0.9.0.3

diff --git a/sys-libs/gdbm/gdbm-1.13-r1.ebuild 
b/sys-libs/gdbm/gdbm-1.13-r2.ebuild
similarity index 93%
rename from sys-libs/gdbm/gdbm-1.13-r1.ebuild
rename to sys-libs/gdbm/gdbm-1.13-r2.ebuild
index 022e74618c7..84c0aeb6a4c 100644
--- a/sys-libs/gdbm/gdbm-1.13-r1.ebuild
+++ b/sys-libs/gdbm/gdbm-1.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz
exporter? ( mirror://gnu/gdbm/${EX_P}.tar.gz )"
 
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="0/1.13"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+berkdb exporter nls +readline static-libs"
 
@@ -23,6 +23,7 @@ RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}"/gdbm-1.13-fix-a-typo-in-gdbm.h.patch
+   "${FILESDIR}"/gdbm-1.13-fix-build-with-enable-gdbm-export.patch
 )
 
 EX_S="${WORKDIR}/${EX_P}"



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

2018-01-02 Thread Sergei Trofimovich
commit: 29c87c64405efdbd488cf5eae98a53b3f6e580d2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jan  2 20:15:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  2 22:08:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c87c64

sys-apps/debianutils: stable 4.8.3 for sparc, bug #643110

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 sys-apps/debianutils/debianutils-4.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/debianutils/debianutils-4.8.3.ebuild 
b/sys-apps/debianutils/debianutils-4.8.3.ebuild
index fd38576bdf6..da4ffec6ca2 100644
--- a/sys-apps/debianutils/debianutils-4.8.3.ebuild
+++ b/sys-apps/debianutils/debianutils-4.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="kernel_linux static"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )



[gentoo-commits] proj/linux-patches: New tag: 4.9-76

2018-01-02 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 21:26:31 2018 +

New tag: 4.9-76




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

2018-01-02 Thread Lars Wendler
commit: cf3a076985cda71224ac22ffaa328c85a4be3c9c
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan  2 21:23:18 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan  2 21:23:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3a0769

sys-libs/gdbm: Revbump to add sub-slot.

Closes: https://bugs.gentoo.org/643188
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-libs/gdbm/{gdbm-1.14.ebuild => gdbm-1.14-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/gdbm/gdbm-1.14.ebuild b/sys-libs/gdbm/gdbm-1.14-r1.ebuild
similarity index 97%
rename from sys-libs/gdbm/gdbm-1.14.ebuild
rename to sys-libs/gdbm/gdbm-1.14-r1.ebuild
index c617c54ab17..486a3ca8397 100644
--- a/sys-libs/gdbm/gdbm-1.14.ebuild
+++ b/sys-libs/gdbm/gdbm-1.14-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz
exporter? ( mirror://gnu/gdbm/${EX_P}.tar.gz )"
 
 LICENSE="GPL-3"
-SLOT="0"
+SLOT="0/1.14" # new subslot (see bug #643188)
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+berkdb exporter nls +readline static-libs"
 



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

2018-01-02 Thread Lars Wendler
commit: 6979702826628b893ff22fd57079997eebfe1462
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan  2 21:17:32 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan  2 21:17:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69797028

media-sound/pamix: Fixed QA issues and compilation against ncurses[-tinfo].

Closes: https://bugs.gentoo.org/643148
Closes: https://bugs.gentoo.org/643150
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../pamix/files/pamix-1.6-ncurses_pkgconfig.patch  | 34 ++
 media-sound/pamix/pamix-1.6.ebuild | 10 ++-
 media-sound/pamix/pamix-.ebuild| 10 +--
 3 files changed, 38 insertions(+), 16 deletions(-)

diff --git a/media-sound/pamix/files/pamix-1.6-ncurses_pkgconfig.patch 
b/media-sound/pamix/files/pamix-1.6-ncurses_pkgconfig.patch
new file mode 100644
index 000..c0597716679
--- /dev/null
+++ b/media-sound/pamix/files/pamix-1.6-ncurses_pkgconfig.patch
@@ -0,0 +1,34 @@
+From 90bd2ead3d88b5b24093cb76f9500b69bb0221dd Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Tue, 2 Jan 2018 21:24:05 +0100
+Subject: [PATCH] Use pkg-config to reliably find ncurses lib.
+
+Otherwise linking might fail when ncurses was built with separate tinfo lib.
+---
+ CMakeLists.txt | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 38605f2..c7da94e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -17,11 +17,14 @@ file(GLOB_RECURSE pamix_SRC
+ include_directories("include")
+ link_libraries("pulse" "pthread")
+ 
++find_package(PkgConfig REQUIRED QUIET)
+ IF (WITH_UNICODE)
+-link_libraries("ncursesw")
++pkg_search_module(NCURSESW REQUIRED ncursesw)
++link_libraries(${NCURSESW_LDFLAGS})
+ add_definitions(-DFEAT_UNICODE)
+ ELSE ()
+-link_libraries("ncurses")
++pkg_search_module(NCURSES REQUIRED ncurses)
++link_libraries(${NCURSES_LDFLAGS})
+ ENDIF ()
+ 
+ add_executable(pamix ${pamix_SRC})
+-- 
+2.16.0.rc0
+

diff --git a/media-sound/pamix/pamix-1.6.ebuild 
b/media-sound/pamix/pamix-1.6.ebuild
index 19febfb88f4..dbeb0e57cc7 100644
--- a/media-sound/pamix/pamix-1.6.ebuild
+++ b/media-sound/pamix/pamix-1.6.ebuild
@@ -28,13 +28,9 @@ DEPEND="sys-devel/autoconf-archive
virtual/pkgconfig
${RDEPEND}"
 
-src_prepare() {
-   default
-
-   # ugly hackaround for split tinfo ncurses libs
-   sed '/link_libraries.*ncurses/s@\(")\)@" "tinfo\1@' \
-   -i CMakeLists.txt || die
-}
+PATCHES=(
+   "${FILESDIR}/${P}-ncurses_pkgconfig.patch"
+)
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-sound/pamix/pamix-.ebuild 
b/media-sound/pamix/pamix-.ebuild
index acdf22771d0..a3da8fcc45f 100644
--- a/media-sound/pamix/pamix-.ebuild
+++ b/media-sound/pamix/pamix-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,14 +28,6 @@ DEPEND="sys-devel/autoconf-archive
virtual/pkgconfig
${RDEPEND}"
 
-src_prepare() {
-   default
-
-   # ugly hackaround for split tinfo ncurses libs
-   sed '/link_libraries.*ncurses/s@\(")\)@" "tinfo\1@' \
-   -i CMakeLists.txt || die
-}
-
 src_configure() {
local mycmakeargs=(
-DWITH_UNICODE="$(usex unicode)"



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

2018-01-02 Thread Mike Pagano
commit: 8c65848480d3d7fce80c300de5e2c7e62ef368b8
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan  2 21:08:02 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 21:08:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c658484

sys-kernel/gentoo-sources: Linux patch 4.14.11. Removal of redundant patch

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.11.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 308fa3150a8..a3e690fabae 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,6 +31,9 @@ DIST genpatches-4.14-12.extras.tar.xz 17488 BLAKE2B 
5a3d8cb4cd6bdefffc5f21caa1ed
 DIST genpatches-4.14-13.base.tar.xz 349100 BLAKE2B 
c38845313e140b1d8681f6832b651beddf9d16957ee3eeea2d1c50d3707513a9a3566515384401fca8599255750d67db735c711617a7c3c265082dcc063b23d3
 SHA512 
3651adbc031e7d6ffe72de292ea5f28912aec17054712cc21292600e6f2ff88d30feee2b8d1a4e7087afb27f897d3de21448119c25f4c03ba5554a8f2eeec086
 DIST genpatches-4.14-13.experimental.tar.xz 5180 BLAKE2B 
67e3da688f6881c983fa81ff95f2aad44e64d09fbe9dda69a495b79df8ebe6cb58e1a69bfba64ed4eaf909b70c1dba46a5f179adc89cc832d51b208b32c09045
 SHA512 
5f75bf8430358e036bd00e25c7a0b06ad9bf17b91a6032a137ce0fdc1c5611d7775b653169d4bc1ee2855f54df75f38361a5b5bffbc620d131837c9c4f51b329
 DIST genpatches-4.14-13.extras.tar.xz 17496 BLAKE2B 
e975699bf198db664e6eed352d964e7b908252bf4d0bd556f805b3caa4696bb63a4c6e1aeeab62867705acc9e1f59c2e9ba92e788568e99af55b012684b89d4a
 SHA512 
fc435efb55749af0e4b50afb9024b474dec53bbe05eedca07ece2590ac96c08bb54e05b511d072fe3a07f6957f8c05f66697ad303477d27141d2afd3a0ddb897
+DIST genpatches-4.14-14.base.tar.xz 397500 BLAKE2B 
9320eab6b8dfef9159e7f9b257f580627e159de1543c816aab0d586fb3f2c1509debb8776ac5a108772f35569ceb9145ec444a6ce8769b94237fb3d2c5210574
 SHA512 
f75c894495a0bca1c0e2f0d0418f7b1318b52bdc9d713383a8dbe3fed00bbf51f31bf58430016ab8635189d9991f23df9c3aaebcef5598ed62e764be22b733ad
+DIST genpatches-4.14-14.experimental.tar.xz 5184 BLAKE2B 
b8ccefae09c462c0215db2081362e5f43640c45e15098904fea95ae3814088ebfd6ef69c8ad4d37719fae1fa4081ca6ea8daed9d3d0d029e7c0b482031571251
 SHA512 
57a5e9bbc113c4d81a3116bcba88ff721862c7b7169526aed380145702ff788d1acc1ca74995e83626c255b13fab4a912c6558c251bddb657563e9e0282276e2
+DIST genpatches-4.14-14.extras.tar.xz 17496 BLAKE2B 
368cf4eaedb655806d0e850f4d11d8230e14df47c3638e4579bca8f41550e469f787a264e262345b857e32a94bd3776cae02bcbf14af9fe211263c68535a8143
 SHA512 
f94390d7136baa4b69560d5838d177072ec9e93d5a68d51713005f8b43504d322794ff645b29baec084c862ebe1856be17d9b017dc762945912f3a6381e94abc
 DIST genpatches-4.4-107.base.tar.xz 1587988 BLAKE2B 
827d3ae42c0fc412c165568edaf1f8550bf828d7e2edb7c5abd3013a2b639dbeb68d2e3a9656e2995baee07c7619695918e654174528ce3eebc8a891715bc636
 SHA512 
1fffc6d7b2c186c87c8b343d4bf5fcf94086dae9f4e70b2965f5dc8c18ff4753d417074ec4ad7deca29ff597a6e5d0cfca4bf325609596678febea5ac2f5ea24
 DIST genpatches-4.4-107.experimental.tar.xz 87776 BLAKE2B 
b239fcc9ee1d0344a9fac8b6ae8e712bdf97df7547a2d3d1d6b39ea23f50d8836ae8fac3bfffcc401b3af52dd333b2b2b1e1626fb739da608d247be5fc67dbf3
 SHA512 
49e0cbc980cfafc7992d92e0bd2dd07d594ec39b9ba0bae27dd915eaffbd78c5af6d3d47847a98ee9a619447b3b220faf0c44484dc99088609ff8053f3c5d907
 DIST genpatches-4.4-107.extras.tar.xz 16468 BLAKE2B 
1ece602969ead12faab3e0e5d5703a75c737a18efe873d5bdda71ff134387f5760a76105262270543b4a0e882a9b5434905b3846bd68cc3af5bc1b0383122cd2
 SHA512 
0843f4cc2cb2b3219f7e1343d68062a9c86f08c51c67a801f82c7685c8c0eb92ea32841a8a6d4bb8da9fc9882eeb965bc66317d7c14e7a5ffbb58214f962dc35

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.11.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.11.ebuild
new file mode 100644
index 000..baf962fea77
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="14"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-01-02 Thread NP Hardass
commit: 655324e52c6ad02b2b51322df584a610cd55
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Dec 30 13:56:26 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Jan  2 20:57:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655324e5

net-im/telegram-desktop-bin: Version bump to 1.2.6

Closes: https://bugs.gentoo.org/642722
Closes: https://github.com/gentoo/gentoo/pull/6688

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.6.ebuild  | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 6a6022e2662..e690b8d0f7f 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.2.0.tar.gz 16820151 BLAKE2B 
7676b285e0040fec1deadd68d5e41b985b66a9fe471a8db6606c28cb4a8fb4ca5904953c1aeef05a305705ee71e10892afbed9d3440b78c4513694f4ee81f2ed
 SHA512 
659838f9bfddf8dce8ed3960d5d2da92577e0c6c8492ee0067a7dab7331340d5d0053f75ac5dfeb4a5920e01cb65baed6ffa750b8a6b48ee6dc367c8abdb0875
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
+DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
 DIST tsetup.1.2.0.tar.xz 33102396 BLAKE2B 
ad7d501525c8233c8aa7b01d85e1ee2eba33f17393525bda4e7c089ccc4990fb5519524212d0f2e7f7fbd4eed9c1bf31cdeb89914053f4e6bec88727bdf25780
 SHA512 
e802f71cb13e62d2e6570b35e2ee0d189e41fb66a4c6816407ab08d23889b234bb012425f8ed3676ff2f08695b6dfa68288ab9376b039e5abfcb4c07b39eb27c
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
+DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
 DIST tsetup32.1.2.0.tar.xz 35137704 BLAKE2B 
d9bd50b2e61fd203e2e9bf3e50f11c004663cf68522635d3fab71138572767b91573a583e7a53b5f218871548acef32f312605affaf5a44cd614edb8e037d10b
 SHA512 
dc4c261d1ea3098b5e90d194069c20162159fb69f5531773bdf89683967a7bb2e36966023a36b2a29730a08f62ca426797578308b795e274d47fe4184df427a6
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
+DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.6.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.6.ebuild
new file mode 100644
index 000..2de83b92ec6
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org";
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   newbin "${S}/Telegram" telegram-desktop
+
+   local icon_size
+   for icon_size in 16 32 48 64 128

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-01-02 Thread NP Hardass
commit: 709df8c866435aed140c1c32874aea0c46d50a8e
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Dec 30 13:58:52 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Jan  2 20:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709df8c8

net-im/telegram-desktop-bin: clean up old.

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.2.0.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index e690b8d0f7f..3ecccb3d779 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.2.0.tar.gz 16820151 BLAKE2B 
7676b285e0040fec1deadd68d5e41b985b66a9fe471a8db6606c28cb4a8fb4ca5904953c1aeef05a305705ee71e10892afbed9d3440b78c4513694f4ee81f2ed
 SHA512 
659838f9bfddf8dce8ed3960d5d2da92577e0c6c8492ee0067a7dab7331340d5d0053f75ac5dfeb4a5920e01cb65baed6ffa750b8a6b48ee6dc367c8abdb0875
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
-DIST tsetup.1.2.0.tar.xz 33102396 BLAKE2B 
ad7d501525c8233c8aa7b01d85e1ee2eba33f17393525bda4e7c089ccc4990fb5519524212d0f2e7f7fbd4eed9c1bf31cdeb89914053f4e6bec88727bdf25780
 SHA512 
e802f71cb13e62d2e6570b35e2ee0d189e41fb66a4c6816407ab08d23889b234bb012425f8ed3676ff2f08695b6dfa68288ab9376b039e5abfcb4c07b39eb27c
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
-DIST tsetup32.1.2.0.tar.xz 35137704 BLAKE2B 
d9bd50b2e61fd203e2e9bf3e50f11c004663cf68522635d3fab71138572767b91573a583e7a53b5f218871548acef32f312605affaf5a44cd614edb8e037d10b
 SHA512 
dc4c261d1ea3098b5e90d194069c20162159fb69f5531773bdf89683967a7bb2e36966023a36b2a29730a08f62ca426797578308b795e274d47fe4184df427a6
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.0.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.0.ebuild
deleted file mode 100644
index 2de83b92ec6..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org";
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="telegram"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=sys-apps/dbus-1.4.20
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-DEPEND=""
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   newbin "${S}/Telegram" telegram-desktop
-
-   local icon_size
-   for icon_size in 16 32 48 64 128 256 512; do
-   newicon -s "${icon_size}" \
-   
"${WORKDIR}/td

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/drkonqi/, kde-plasma/ksshaskpass/, kde-plasma/systemsettings/, ...

2018-01-02 Thread Andreas Sturmlechner
commit: 3a97b1edecd630c0f48d3b0a28f053b0489a9597
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  2 20:32:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  2 20:36:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a97b1ed

kde-plasma: Add KDE Plasma 5.11.5

See also:
https://www.kde.org/announcements/plasma-5.11.4-5.11.5-changelog.php

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.11.5.ebuild   |  40 +
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.11.5.ebuild   |  30 
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.11.5.ebuild |  12 ++
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.11.5.ebuild  |  26 
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.11.5.ebuild |  87 +++
 kde-plasma/drkonqi/Manifest|   1 +
 kde-plasma/drkonqi/drkonqi-5.11.5.ebuild   |  58 +++
 kde-plasma/kactivitymanagerd/Manifest  |   1 +
 .../kactivitymanagerd-5.11.5.ebuild|  35 +
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.11.5.ebuild  |  59 +++
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.11.5.ebuild|  58 +++
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.11.5.ebuild   |  16 ++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons-5.11.5.ebuild |  56 +++
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.11.5.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.11.5.ebuild |  46 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.11.5.ebuild   |  91 +++
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.11.5.ebuild   |  44 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.11.5.ebuild   |  38 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.11.5.ebuild  |  92 +++
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.11.5.ebuild   |  49 ++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.11.5.ebuild   |  47 ++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.11.5.ebuild   |  33 
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.11.5.ebuild |  22 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.11.5.ebuild |  92 +++
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.11.5.ebuild   |  23 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.11.5.ebuild |  27 
 kde-plasma/libksysguard/Manifest   |   1 +
 kde-plasma/libksysguard/libksysguard-5.11.5.ebuild |  53 +++
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.11.5.ebuild   |  30 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.11.5.ebuild |  93 +++
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.11.5.ebuild| 161 +++
 kde-plasma/plasma-integration/Manifest |   1 +
 .../plasma-integration-5.11.5.ebuild   |  43 +
 kde-plasma/plasma-meta/plasma-meta-5.11.5.ebuild   |  70 +
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.11.5.ebuild   |  67 
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.11.5.ebuild   |  29 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.11.5.ebuild |  39 +
 kde-plasma/plasma-vault/Manifest   |   1 +
 kde-plasma/plasma-vault/plasma-vault-5.11.5.ebuild |  34 
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 +
 .../plasma-workspace-wallpapers-5.11.5.ebuild  |  18 +++
 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace-5.11.5.ebuild | 173 +
 kde-plasma/plymouth-kcm/Manifest   |   1 +
 kd

[gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/

2018-01-02 Thread Thomas Beierlein
commit: 1f75cd163117061aae48a7d2f373462ae9158427
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Jan  2 20:34:08 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Jan  2 20:34:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f75cd16

media-radio/flrig: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-radio/flrig/Manifest|  8 
 media-radio/flrig/flrig-1.3.27.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.28.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.30.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.31.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.32.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.33.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.34.ebuild | 31 ---
 media-radio/flrig/flrig-1.3.35.ebuild | 31 ---
 9 files changed, 256 deletions(-)

diff --git a/media-radio/flrig/Manifest b/media-radio/flrig/Manifest
index 56b0dee333a..253be3cdcd9 100644
--- a/media-radio/flrig/Manifest
+++ b/media-radio/flrig/Manifest
@@ -1,10 +1,2 @@
-DIST flrig-1.3.27.tar.gz 662603 BLAKE2B 
f5711174e9470dabad111f15e17ef763331d3d69030b546dce33841e451270649f2bd73e47cf70280a1f3407db587a82ae0c5fa788637f843b60977158314f7d
 SHA512 
416f0e7bfdec672d275efcc17a43ad1edf13fc43cdf0faf2108dd4d3b05d44ea23c1535b669ee931adbb3635de97a3b08d4dfa6c84fe66b7120d658d117ddd4f
-DIST flrig-1.3.28.tar.gz 665466 BLAKE2B 
b87ebd73afaf1b5c8114eadae82811878644e2d14e3d87d4ec29d9d75cc71bf3892b6da0e5ad9cd2290695f15f519fac795db493da9fe7bd50001b21bbc6142e
 SHA512 
02b2e6f4b28cbdda988e35d6ee745e36cbe436b1e0ca2521fe91162ef570d325da2590fea588b1fe6d5b1e573f2c02b9bd2f0ebc7a18df95c10a31a294563737
-DIST flrig-1.3.30.tar.gz 673360 BLAKE2B 
da4b3404cb1e25e02aa913e6738e7fdfe51dde381afa376814b4de0b59824c48efccfe92a90a4daca9ba67fa87b8d37183e365cf0bedde68adda45fc47320ac2
 SHA512 
09e34da397747d35ff97c8b816b88cd91d2b886237efb43c1152fd4611d11d9fe52f77a2bb90953c4d04d538cd79da416e815cf0ff4b33c23cc69da424c2eb8d
-DIST flrig-1.3.31.tar.gz 678850 BLAKE2B 
1a3072cb8c753936dcf617508eea7bb44d72621900f2e60c7ca8443d68a4dabd30c17d07f564f489525a58c20e842ba855fe9dfbaf6815e0908e4a9f0d9d7d37
 SHA512 
9cf9e360aea55417e28c35cdcc6d80eba0f8d24028644245b7bba8b61dc485031a17ab6e97b63c75229c4612df0a51bdb269e5c00326012cf36b4fc133b3b31d
-DIST flrig-1.3.32.tar.gz 681254 BLAKE2B 
b0e46b3450bf65395b728ae1db002654af9212731443b8c217a739100e3f581d74fc3b6fd82fc4d007dc16027e161c6b5b5deb14ac414abd81b0520a764ed124
 SHA512 
712f2b2d118b9dae80341301b3dbe6c0eae65ba9027cc8f1b75b55cb6f155dd1f227f80c08476dab601486def146c82501a9dafa4d4845aabeb9b3dd96274d47
-DIST flrig-1.3.33.tar.gz 687422 BLAKE2B 
7da15e2d3b9a11f5fdaa52c3292a5a610d519b4713ae14e5488f978f30e21b671765387ef809d4dcccff668892f8c5abe8ff816880b0a0895a017901a9fdd0b3
 SHA512 
a82c46c58ea26ce8d2707a42a96ba66ce1852b666fb362d334c8328fae1a93200be7a345536a3c65f3261d8b271a163d42c41f56d861c830d1439cd921c41527
-DIST flrig-1.3.34.tar.gz 691775 BLAKE2B 
3103e9eaeff7db47363e37f811d08519e8a5481a61d13c4b92f8013ec7e5bb71de8443e2809d1522b7a6b9cd117ab712bd6f56aea1d4fbbd60613c6cc9bcd4c6
 SHA512 
4d276bff8386c0d3ae4273477ff4ac9be32d7423f5b93a2806e693e2ef4966a50b28f08e3aab9340056a00fa1ae29b34f7443ae7a95eee2e4405be3600ac182d
-DIST flrig-1.3.35.tar.gz 692055 BLAKE2B 
f542ca97449ed9fad842f616a973d94027f28c626d5856b8a9a408114e4b834d90603212fbff41cb28c5d87da45a90b585370299967fc5d428caaf3a61011197
 SHA512 
b20e027cc89b0867f89a34da41e42768777b00802332c0dac2009649231845d7b7d149b329be3349087cef6a76f1a829fc7de49343e637efe34b54eb462c60d2
 DIST flrig-1.3.36.tar.gz 692799 BLAKE2B 
5fbe2a38a5b76f850c3ac7760481e2ae0b11e9115b239caf9c6a3fd8a39495baf7e00b615ce340fd60739aba36f3c2bb7fc25a6034f1d73add7c964b5db5a6b9
 SHA512 
8d8797ed09d9314eb4fa2100056b2f9f84cdb104a516a30b36c6341c05d09c5868cd3b9b256c967bed5514ac3362be28b46aca8f9af871f9261904bc12d6401e
 DIST flrig-1.3.37.tar.gz 700906 BLAKE2B 
f37e858b23476b9b2cdcc3a07f011889b33118030b3b8a9d8e46c53ee57426554ff8db2a9a9e458eed6ffa2c84193b3aba7a8c5e6db994f5ad291f4e645d9da7
 SHA512 
a8d611cae7bf23c92689e75b75b8de72bf4ea56a5039e54c97dcfeca186afcdebb13782dffafb507047e1d5574e2af1fb6f88bc8a01452ac8921bfa6295c0c90

diff --git a/media-radio/flrig/flrig-1.3.27.ebuild 
b/media-radio/flrig/flrig-1.3.27.ebuild
deleted file mode 100644
index cabd624a1a5..000
--- a/media-radio/flrig/flrig-1.3.27.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Transceiver control program for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html";
-SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/libX11
-   x11

[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2018-01-02 Thread Thomas Beierlein
commit: 932cab3476383e933263a6862536d21cbfd68ba3
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Jan  2 20:31:04 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Jan  2 20:31:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932cab34

media-radio/fldigi: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-radio/fldigi/Manifest   |  8 --
 media-radio/fldigi/fldigi-4.0.10.ebuild   | 43 --
 media-radio/fldigi/fldigi-4.0.11.ebuild   | 43 --
 media-radio/fldigi/fldigi-4.0.4-r1.ebuild | 44 ---
 media-radio/fldigi/fldigi-4.0.4.ebuild| 38 --
 media-radio/fldigi/fldigi-4.0.5.ebuild| 44 ---
 media-radio/fldigi/fldigi-4.0.6.ebuild| 43 --
 media-radio/fldigi/fldigi-4.0.7.ebuild| 43 --
 media-radio/fldigi/fldigi-4.0.8.ebuild| 43 --
 media-radio/fldigi/fldigi-4.0.9.ebuild| 43 --
 10 files changed, 392 deletions(-)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index 1acc1ba7bba..148da429d50 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -1,10 +1,2 @@
-DIST fldigi-4.0.10.tar.gz 3633010 BLAKE2B 
5b74b86949ad9737ec74c55d9335ce9df39fa4d390780801aa5b3698de5cce715e51218bc33e77bbb16a0ecb24554e927ea3d48ce024d6adc73a93acf49912b5
 SHA512 
211a29f75c5f07752b6b652d02bcdb63e9a318b2867140446ccef126cdeff69e99f6def0fa01bbe76b8ea7ad0a48dfc6ee1c3985758b0e941b524f94ad22e5ec
-DIST fldigi-4.0.11.tar.gz 3634431 BLAKE2B 
d6a597ef4cb81af919fbea8b713fdb522f1ac563053abdcb0dd60ac254598d85e0636f942562070d49c932ca10e78964695b4d544735c0f44155d59b665269d1
 SHA512 
d08453763ac19d294726f96f5be56250c435f4f5ee884c482cb17d804241428051e9cce33887d301483fc996d5a2c0f17b9f7ac44a2888089c1e7a521955092c
 DIST fldigi-4.0.12.tar.gz 3636531 BLAKE2B 
0a8a70afde9001e8f01ace5abfbe0a700d4df3d4592edb9c68f11b50d226c35d4ccb9c41d88e023140e791a2d0a1a6e7cf42fe7dc990f08eee381f8c79d8ed42
 SHA512 
f8fd5d2d761a963820c08ffd01cf6849309eb0ea47cd07429f8dac43af7490deb0a3d62aba8b8ca122ea2d6f2747f2bcf122fc02c9fce64f0c0e1f81ca5d9344
 DIST fldigi-4.0.13.tar.gz 3715981 BLAKE2B 
598473de1306b57674409c60b297f4e4e13f3c2c429f4044cfae92f92ce7584a03c1d867aa5d15d662d300f9f667a38475e0a26c741d5efdb8e3fa10714efb84
 SHA512 
e5a74da404657356663dd5c115572efcf6525fb8851f5b6e9efc49c042d281d9cbf163ac99ee63396cb08737a5ae9223c1c985d72483b7031b5003174ac80d0d
-DIST fldigi-4.0.4.tar.gz 3351853 BLAKE2B 
895996058eea05a8e1a2a2d1fdafb90798c71d1b9fab62c4bca2b61d5547276c2b3fe9f1b3367e7fe790c05c50ceb971f4d4a8cc4186df20784435f4e0b507a4
 SHA512 
9629941f4e0ed43d99363e224184a2afa211294c2cf7964c3d6a4c53202cc0ca63c3b86c8a35065b84cfa3e7a61899e997a1d75fcf7821fba7900fa9585298f2
-DIST fldigi-4.0.5.tar.gz 3611622 BLAKE2B 
4e1fdf5ac600975f8d020ef999e557ea96484725997bfaf324b73dfa1565bb112f087941291b14cd023dc56fcf709367d08dda3c1ac444e63783838c358bbbd6
 SHA512 
cca07e73c7c411fe4c97d862c5f740aa4e31fa46423387929eec233045c27df8b1c4f1f8fd3a7a40d6f65f2023a900827456a5fa679e71bcf5868c3ab13018b5
-DIST fldigi-4.0.6.tar.gz 3611395 BLAKE2B 
455a725e93fa934814891b2202ab5185756c7b3507b78dcc75c480381415d5da1c3e76ee2b65215fd1d199ff18d095c2a12db30826feb42a8648beeab54af93e
 SHA512 
07a685d2356cb7b8663d3f9217f4f124318fdaa3c9c460a14c3c262822e7f99ec0f45d7cd026ca269f1e497e9a420a094ae7b3c70ddb171403bcdbdd70883148
-DIST fldigi-4.0.7.tar.gz 3614496 BLAKE2B 
505d02dd688650cba3ebace3ab8429629da67cb22a0599dfdd95541647ed9729e29afbfb2831c0598ab807422ccf19ed766210a4ab3ac7289d64285e55e3fc26
 SHA512 
48f823fbc99e10d6a5629c2c590151ababf2ef67cfe1557a0a8297178f1ebc0c7829a68fae5463d5b52bc4646b044fb8d2934a78854e4271078c8f62104ab86a
-DIST fldigi-4.0.8.tar.gz 3616621 BLAKE2B 
a5bbb8ce6161ae880b7c05d6d99c358df0bb4dc313bbf7a99fe127ea4c4362eb057f5b98c74fe79d58c86533d34354eca4d3d6c076d0fa8ce2c4715d01c2f5e7
 SHA512 
c51a357363a4ae3955e263dd6edf2d4876cc60b137bcf9ae7202a64a8203d819070a0c3aa6b0c12ade6cf668dccda01ef6a7325a790074ef1c80c837ec4f230d
-DIST fldigi-4.0.9.tar.gz 3625206 BLAKE2B 
c3b4056b8b5ddbf388cc660742998c110c271347d6385368d3c652084fb93624958d51c3cc54b735ba3e0791d55d3eaa2026cc9cf2f62a351490be01a66a7cd9
 SHA512 
fff5bb845c5647a016f25887efb34d0361b7c128db808b8b927f694e1f27528dc02861653071e7ab5d0d5a3a4f081685bd9b8e5cbadab7a82ca8e34ad324c006

diff --git a/media-radio/fldigi/fldigi-4.0.10.ebuild 
b/media-radio/fldigi/fldigi-4.0.10.ebuild
deleted file mode 100644
index b447e289f00..000
--- a/media-radio/fldigi/fldigi-4.0.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com";
-SRC_URI="mirror://sourceforge/${PN}/${P

[gentoo-commits] proj/linux-patches: New tag: 4.14-14

2018-01-02 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 20:30:08 2018 +

New tag: 4.14-14




[gentoo-commits] proj/linux-patches:4.14 commit in: /

2018-01-02 Thread Mike Pagano
commit: 6e48950311d93cd49d82a6892c82734401158610
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan  2 20:18:55 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 20:18:55 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6e489503

Removal of redundant patch

 _README |  4 --
 2902_Make-sure-fstack-check-isn-t-enabled.patch | 50 -
 2 files changed, 54 deletions(-)

diff --git a/_README b/_README
index c1861d7..c14881b 100644
--- a/_README
+++ b/_README
@@ -123,10 +123,6 @@ Patch:  
2901_tools-objtool-makefile-dont-assume-sync-checksh-is-executable.patch
 From:   
http://www.ozlabs.org/~akpm/mmotm/broken-out/tools-objtool-makefile-dont-assume-sync-checksh-is-executable.patch
 Desc:   patch(1) loses the x bit. Kernel build breaks.
 
-Patch:  2902_Make-sure-fstack-check-isn-t-enabled.patch
-From:   https://lkml.org/lkml/2017/12/29/488
-Desc:   Make sure -fstack-check isn't enabled.
-
 Patch:  4200_fbcondecor.patch
 From:   http://www.mepiscommunity.org/fbcondecor
 Desc:   Bootsplash ported by Conrad Kostecki. (Bug #637434)

diff --git a/2902_Make-sure-fstack-check-isn-t-enabled.patch 
b/2902_Make-sure-fstack-check-isn-t-enabled.patch
deleted file mode 100644
index 50660b1..000
--- a/2902_Make-sure-fstack-check-isn-t-enabled.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 4689f2971534dad4b6ce1a50aa9a616580272e07 Mon Sep 17 00:00:00 2001
-From: Alice Ferrazzi 
-Date: Sat, 30 Dec 2017 12:11:39 +
-Subject: [PATCH] Make sure -fstack-check isn't enabled
-
-On Fri, Dec 29, 2017 at 5:00 PM, Linus Torvalds
- wrote:
->
-> Good. I was not feeling so happy about this bug report, but now I can
-> firmly just blame the gentoo compiler for having some shit-for-brains
-> "feature".
-
-Looks like I can generate similar bad code with the F26 version of
-gcc, it's just not enabled by default.
-
-So all gentoo did was change the default options.
-
-I suspect we should just add a
-
-KBUILD_CFLAGS  += $(call cc-option,-fno-stack-check,)
-
-somewhere to the main Makefile, just to make sure.
-
-Maybe like the appended?
-
-Toralf, Alexander, does this make things JustWork(tm) for you?
-
-Linus
-

- Makefile | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/Makefile b/Makefile
-index 9edfb78836a9..930fa93f397d 100644
 a/Makefile
-+++ b/Makefile
-@@ -802,6 +802,9 @@ KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign)
- # disable invalid "can't wrap" optimizations for signed / pointers
- KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
- 
-+# Make sure -fstack-check isn't enabled (like gentoo apparently did)
-+KBUILD_CFLAGS  += $(call cc-option,-fno-stack-check,)
-+
- # conserve stack if available
- KBUILD_CFLAGS   += $(call cc-option,-fconserve-stack)
- 
--- 
-2.13.6
-



[gentoo-commits] proj/linux-patches:4.9 commit in: /

2018-01-02 Thread Mike Pagano
commit: 592fd2b1122f91a49dfa702aeb350477ee3c7c5f
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan  2 20:13:36 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 20:13:36 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=592fd2b1

Linux patch 4.9.74

 _README |4 +
 1073_linux-4.9.74.patch | 2923 +++
 2 files changed, 2927 insertions(+)

diff --git a/_README b/_README
index a3e2751..350d2c5 100644
--- a/_README
+++ b/_README
@@ -335,6 +335,10 @@ Patch:  1072_linux-4.9.73.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.73
 
+Patch:  1073_linux-4.9.74.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.74
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1073_linux-4.9.74.patch b/1073_linux-4.9.74.patch
new file mode 100644
index 000..7efaa13
--- /dev/null
+++ b/1073_linux-4.9.74.patch
@@ -0,0 +1,2923 @@
+diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
+index 86a6746f6833..152ec4e87b57 100644
+--- a/Documentation/kernel-parameters.txt
 b/Documentation/kernel-parameters.txt
+@@ -2795,6 +2795,8 @@ bytes respectively. Such letter suffixes can also be 
entirely omitted.
+   nopat   [X86] Disable PAT (page attribute table extension of
+   pagetables) support.
+ 
++  nopcid  [X86-64] Disable the PCID cpu feature.
++
+   norandmaps  Don't use address space randomization.  Equivalent to
+   echo 0 > /proc/sys/kernel/randomize_va_space
+ 
+diff --git a/Makefile b/Makefile
+index 64eb0bf614ee..075e429732e7 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 73
++SUBLEVEL = 74
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+@@ -788,6 +788,9 @@ KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign)
+ # disable invalid "can't wrap" optimizations for signed / pointers
+ KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
+ 
++# Make sure -fstack-check isn't enabled (like gentoo apparently did)
++KBUILD_CFLAGS  += $(call cc-option,-fno-stack-check,)
++
+ # conserve stack if available
+ KBUILD_CFLAGS   += $(call cc-option,-fconserve-stack)
+ 
+diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
+index b9c546a305a4..da8156fd3d58 100644
+--- a/arch/x86/Kconfig
 b/arch/x86/Kconfig
+@@ -45,7 +45,7 @@ config X86
+   select ARCH_USE_CMPXCHG_LOCKREF if X86_64
+   select ARCH_USE_QUEUED_RWLOCKS
+   select ARCH_USE_QUEUED_SPINLOCKS
+-  select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH if SMP
++  select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
+   select ARCH_WANTS_DYNAMIC_TASK_STRUCT
+   select ARCH_WANT_FRAME_POINTERS
+   select ARCH_WANT_IPC_PARSE_VERSION  if X86_32
+diff --git a/arch/x86/include/asm/disabled-features.h 
b/arch/x86/include/asm/disabled-features.h
+index 85599ad4d024..21c5ac15657b 100644
+--- a/arch/x86/include/asm/disabled-features.h
 b/arch/x86/include/asm/disabled-features.h
+@@ -21,11 +21,13 @@
+ # define DISABLE_K6_MTRR  (1<<(X86_FEATURE_K6_MTRR & 31))
+ # define DISABLE_CYRIX_ARR(1<<(X86_FEATURE_CYRIX_ARR & 31))
+ # define DISABLE_CENTAUR_MCR  (1<<(X86_FEATURE_CENTAUR_MCR & 31))
++# define DISABLE_PCID 0
+ #else
+ # define DISABLE_VME  0
+ # define DISABLE_K6_MTRR  0
+ # define DISABLE_CYRIX_ARR0
+ # define DISABLE_CENTAUR_MCR  0
++# define DISABLE_PCID (1<<(X86_FEATURE_PCID & 31))
+ #endif /* CONFIG_X86_64 */
+ 
+ #ifdef CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS
+@@ -43,7 +45,7 @@
+ #define DISABLED_MASK10
+ #define DISABLED_MASK20
+ #define DISABLED_MASK3
(DISABLE_CYRIX_ARR|DISABLE_CENTAUR_MCR|DISABLE_K6_MTRR)
+-#define DISABLED_MASK40
++#define DISABLED_MASK4(DISABLE_PCID)
+ #define DISABLED_MASK50
+ #define DISABLED_MASK60
+ #define DISABLED_MASK70
+diff --git a/arch/x86/include/asm/hardirq.h b/arch/x86/include/asm/hardirq.h
+index 59405a248fc2..9b76cd331990 100644
+--- a/arch/x86/include/asm/hardirq.h
 b/arch/x86/include/asm/hardirq.h
+@@ -22,8 +22,8 @@ typedef struct {
+ #ifdef CONFIG_SMP
+   unsigned int irq_resched_count;
+   unsigned int irq_call_count;
+-  unsigned int irq_tlb_count;
+ #endif
++  unsigned int irq_tlb_count;
+ #ifdef CONFIG_X86_THERMAL_VECTOR
+   unsigned int irq_thermal_count;
+ #endif
+diff --git a/arch/x86/include/asm/mmu.h b/arch/x86/include/asm/mmu.h
+index 72198c64e646..8b272a08d1a8 100644
+--- a/arch/x86/include/asm/mmu.h
 b/arch/x86/include/asm/mmu.h
+@@ -33,12 +33,6 @@ typedef struct {
+ #endif
+ } mm_context_t;
+ 
+-#ifdef CONFIG_SMP
+ void leave_mm(int cpu);
+-#else
+-static inline void leave_mm(int cpu)
+-{
+-}
+-#endif
+ 
+ #endif /* _ASM_X86_MMU_H */
+diff --git a/arch/x86/incl

[gentoo-commits] proj/linux-patches:4.4 commit in: /

2018-01-02 Thread Mike Pagano
commit: c01c62de25217ce34aee2b44894bf32e6d7d2bb2
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan  2 20:12:38 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  2 20:12:38 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c01c62de

Linux patch 4.4.109

 _README  |4 +
 1108_linux-4.4.109.patch | 2290 ++
 2 files changed, 2294 insertions(+)

diff --git a/_README b/_README
index 832fff6..3be106c 100644
--- a/_README
+++ b/_README
@@ -475,6 +475,10 @@ Patch:  1107_linux-4.4.108.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.108
 
+Patch:  1108_linux-4.4.109.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.109
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1108_linux-4.4.109.patch b/1108_linux-4.4.109.patch
new file mode 100644
index 000..c82ff1c
--- /dev/null
+++ b/1108_linux-4.4.109.patch
@@ -0,0 +1,2290 @@
+diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
+index 5d593ecadb90..b4a83a490212 100644
+--- a/Documentation/kernel-parameters.txt
 b/Documentation/kernel-parameters.txt
+@@ -2555,6 +2555,8 @@ bytes respectively. Such letter suffixes can also be 
entirely omitted.
+   nopat   [X86] Disable PAT (page attribute table extension of
+   pagetables) support.
+ 
++  nopcid  [X86-64] Disable the PCID cpu feature.
++
+   norandmaps  Don't use address space randomization.  Equivalent to
+   echo 0 > /proc/sys/kernel/randomize_va_space
+ 
+diff --git a/Makefile b/Makefile
+index 99f9834c4ba6..5d67056e24dd 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 108
++SUBLEVEL = 109
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+@@ -782,6 +782,9 @@ KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign)
+ # disable invalid "can't wrap" optimizations for signed / pointers
+ KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
+ 
++# Make sure -fstack-check isn't enabled (like gentoo apparently did)
++KBUILD_CFLAGS  += $(call cc-option,-fno-stack-check,)
++
+ # conserve stack if available
+ KBUILD_CFLAGS   += $(call cc-option,-fconserve-stack)
+ 
+diff --git a/arch/powerpc/perf/core-book3s.c b/arch/powerpc/perf/core-book3s.c
+index d1e65ce545b3..b2ab164a8094 100644
+--- a/arch/powerpc/perf/core-book3s.c
 b/arch/powerpc/perf/core-book3s.c
+@@ -401,8 +401,12 @@ static __u64 power_pmu_bhrb_to(u64 addr)
+   int ret;
+   __u64 target;
+ 
+-  if (is_kernel_addr(addr))
+-  return branch_target((unsigned int *)addr);
++  if (is_kernel_addr(addr)) {
++  if (probe_kernel_read(&instr, (void *)addr, sizeof(instr)))
++  return 0;
++
++  return branch_target(&instr);
++  }
+ 
+   /* Userspace: need copy instruction here then translate it */
+   pagefault_disable();
+diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
+index 7e40905f6d4c..39d2dc66faa5 100644
+--- a/arch/x86/Kconfig
 b/arch/x86/Kconfig
+@@ -42,7 +42,7 @@ config X86
+   select ARCH_USE_CMPXCHG_LOCKREF if X86_64
+   select ARCH_USE_QUEUED_RWLOCKS
+   select ARCH_USE_QUEUED_SPINLOCKS
+-  select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH if SMP
++  select ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH
+   select ARCH_WANTS_DYNAMIC_TASK_STRUCT
+   select ARCH_WANT_FRAME_POINTERS
+   select ARCH_WANT_IPC_PARSE_VERSION  if X86_32
+diff --git a/arch/x86/include/asm/disabled-features.h 
b/arch/x86/include/asm/disabled-features.h
+index f226df064660..8b17c2ad1048 100644
+--- a/arch/x86/include/asm/disabled-features.h
 b/arch/x86/include/asm/disabled-features.h
+@@ -21,11 +21,13 @@
+ # define DISABLE_K6_MTRR  (1<<(X86_FEATURE_K6_MTRR & 31))
+ # define DISABLE_CYRIX_ARR(1<<(X86_FEATURE_CYRIX_ARR & 31))
+ # define DISABLE_CENTAUR_MCR  (1<<(X86_FEATURE_CENTAUR_MCR & 31))
++# define DISABLE_PCID 0
+ #else
+ # define DISABLE_VME  0
+ # define DISABLE_K6_MTRR  0
+ # define DISABLE_CYRIX_ARR0
+ # define DISABLE_CENTAUR_MCR  0
++# define DISABLE_PCID (1<<(X86_FEATURE_PCID & 31))
+ #endif /* CONFIG_X86_64 */
+ 
+ /*
+@@ -35,7 +37,7 @@
+ #define DISABLED_MASK10
+ #define DISABLED_MASK20
+ #define DISABLED_MASK3
(DISABLE_CYRIX_ARR|DISABLE_CENTAUR_MCR|DISABLE_K6_MTRR)
+-#define DISABLED_MASK40
++#define DISABLED_MASK4(DISABLE_PCID)
+ #define DISABLED_MASK50
+ #define DISABLED_MASK60
+ #define DISABLED_MASK70
+diff --git a/arch/x86/include/asm/hardirq.h b/arch/x86/include/asm/hardirq.h
+index 59405a248fc2..9b76cd331990 100644
+--- a/arch/x86/include/asm/hardirq.h
 b/arch/x86/include/asm/hardirq.h
+@@ -22,8 +22,8 @@ typedef struct {
+ #i

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

2018-01-02 Thread Craig Andrews
commit: b742b9950f200ac5b13be7409f87256bd0eec6e8
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan  2 20:06:39 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan  2 20:07:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b742b995

app-arch/brotli: 1.0.02 version bump; add -

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-arch/brotli/Manifest  |  1 +
 app-arch/brotli/brotli-1.0.2.ebuild   | 67 +++
 app-arch/brotli/brotli-.ebuild| 66 ++
 app-arch/brotli/files/brotli-1.0.2-no-rpath.patch | 21 +++
 4 files changed, 155 insertions(+)

diff --git a/app-arch/brotli/Manifest b/app-arch/brotli/Manifest
index 4a16121683b..d83d5e4e658 100644
--- a/app-arch/brotli/Manifest
+++ b/app-arch/brotli/Manifest
@@ -1 +1,2 @@
 DIST brotli-0.6.0.tar.gz 19838761 BLAKE2B 
0630e9afcb04ecfd7cc6ba8dcbbe10c5ff16d9a975e13f48bd9b519bcf006afdd672aed542768590e2c5481e808e4f49c520e8a0294ce15e72cb3810a576fdde
 SHA512 
36caa277790efeb5bff0fdc090cdcf00fd9995c4e81a60ed31d36af2e13848ec1afe5d84e6926eebbee013525191e9404e112cb7fbede16097221c5bc3dfb5d5
+DIST brotli-1.0.2.tar.gz 23736359 BLAKE2B 
c5467dc52f97942d790b835d5e2c06d2046c3df249446b775d58e56feeb5d5fdd3e1e8e42c5eff92df2bc2b47afabd36389e14afead5fd376e18c8517d1e67f7
 SHA512 
b3ec98159e63b4169dea3e958d60d89247dc1c0f78aab27bfffb2ece659fa024df990d410aa15c12b2082d42e3785e32ec248dce2b116c7f34e98bb6337f9fc9

diff --git a/app-arch/brotli/brotli-1.0.2.ebuild 
b/app-arch/brotli/brotli-1.0.2.ebuild
new file mode 100644
index 000..b2991a9b89a
--- /dev/null
+++ b/app-arch/brotli/brotli-1.0.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+DISTUTILS_OPTIONAL="1"
+
+inherit cmake-utils distutils-r1
+
+DESCRIPTION="Generic-purpose lossless compression algorithm"
+HOMEPAGE="https://github.com/google/brotli";
+
+SLOT="0/${PV}"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}"
+
+IUSE="python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+LICENSE="MIT python? ( Apache-2.0 )"
+
+DOCS=( README.md CONTRIBUTING.md )
+
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/google/${PN}.git";
+   inherit git-r3
+else
+   PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   cmake-utils_src_prepare
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_TESTING="$(usex test)"
+   )
+   cmake-utils_src_configure
+   use python && distutils-r1_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use python && distutils-r1_src_compile
+}
+
+python_test(){
+   esetup.py test || die
+}
+
+src_test() {
+   cmake-utils_src_test
+   use python && distutils-r1_src_test
+}
+
+src_install() {
+   cmake-utils_src_install
+   use python && distutils-r1_src_install
+}

diff --git a/app-arch/brotli/brotli-.ebuild 
b/app-arch/brotli/brotli-.ebuild
new file mode 100644
index 000..5b876796ed3
--- /dev/null
+++ b/app-arch/brotli/brotli-.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+DISTUTILS_OPTIONAL="1"
+
+inherit cmake-utils distutils-r1
+
+DESCRIPTION="Generic-purpose lossless compression algorithm"
+HOMEPAGE="https://github.com/google/brotli";
+
+SLOT="0/${PV}"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}"
+
+IUSE="python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+LICENSE="MIT python? ( Apache-2.0 )"
+
+DOCS=( README.md CONTRIBUTING.md )
+
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/google/${PN}.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+   SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   cmake-utils_src_prepare
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_TESTING="$(usex test)"
+   )
+   cmake-utils_src_configure
+   use python && distutils-r1_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use python && distutils-r1_src_compile
+}
+
+python_test(){
+   esetup.py test || die
+}
+
+src_test() {
+   cmake-utils_src_test
+   use python && distutils-r1_src_test
+}
+
+src_install() {
+   cmake-

  1   2   3   >