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

2019-12-25 Thread Hans de Graaff
commit: 85e9a084ee583715216aa410e6b74f66a550484b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 26 07:18:56 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 26 07:19:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e9a084

dev-ruby/bundler: add 2.1.2

Also add a new 1.17.3-r1 revision to avoid file collisions
on binstubs when both versions must be installed.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bundler/Manifest |  1 +
 dev-ruby/bundler/bundler-1.17.3-r1.ebuild | 34 +++
 dev-ruby/bundler/bundler-2.1.2.ebuild | 32 +
 3 files changed, 67 insertions(+)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index b69b3e34dfb..d639f5ec404 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -1 +1,2 @@
 DIST bundler-1.17.3.gem 364032 BLAKE2B 
81e097156a593e4ec85a2353aa6c62143d9aad120c22c5f76423c6c5f4e4d33206c8ef41c64e54ea53eb610a0d865beba19d3c033e8f65913564963319bb523f
 SHA512 
658de4228bc12fa5ca6ce335f76fff773f64da9f3d12f5097b4fd28d4c4f4d2a5bf12dce761b3d95432c5ea6a5aafae895df87c26660a4567db8b682aff48c02
+DIST bundler-2.1.2.gem 396800 BLAKE2B 
20540af4873f968412ddec542379a97b200d86a66b5e69ff9f2f57140063e49dd2ee52ed03e2fbaa1a8da8a3e12d0d4d2e3468031afdaee09a6aeed9910aeb60
 SHA512 
2a3b42fa2c6f40998c900eaf9d81d6417970f3daa572e4f1c5cc954fd8ce1e3cacbda0dc9b77d44b2fa756cfb1e72838ef3edee1812881198bbe8c946017e22b

diff --git a/dev-ruby/bundler/bundler-1.17.3-r1.ebuild 
b/dev-ruby/bundler/bundler-1.17.3-r1.ebuild
new file mode 100644
index 000..024b1f86f52
--- /dev/null
+++ b/dev-ruby/bundler/bundler-1.17.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="man"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git"

diff --git a/dev-ruby/bundler/bundler-2.1.2.ebuild 
b/dev-ruby/bundler/bundler-2.1.2.ebuild
new file mode 100644
index 000..d7b0c12648b
--- /dev/null
+++ b/dev-ruby/bundler/bundler-2.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_EXTRAINSTALL="man"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler";
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git !!

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remoteosd/

2019-12-25 Thread Jörg Bornkessel
commit: 22e3009eba03458354bcb434c146ec61e42a9e05
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu Dec 26 07:16:08 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Thu Dec 26 07:16:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e3009e

media-plugins/vdr-remoteosd: QA: missing new line fixed

moved to eapi 7

Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild | 2 +-
 media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild| 6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild 
b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild
index 6df2e44b447..01bd87ca4f1 100644
--- a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild
+++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild
@@ -15,4 +15,4 @@ KEYWORDS="~amd64 ~arm ~x86"
 
 DEPEND=">=media-video/vdr-2.4"
 
-PATCHES=( "${FILESDIR}/vdr-2.4_remoteosd-${PV}.patch" )
\ No newline at end of file
+PATCHES=( "${FILESDIR}/vdr-2.4_remoteosd-${PV}.patch" )

diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild 
b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild
index d0e3f6eb5e4..ce925191888 100644
--- a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild
+++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -12,7 +12,5 @@ SRC_URI="http://vdr.schmirler.de/remoteosd/${P}.tgz";
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~arm x86"
-IUSE=""
 
 DEPEND=">=media-video/vdr-2.0.0"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-undelete/

2019-12-25 Thread Jörg Bornkessel
commit: 812bcede3555e42a4868feb8ff174aef24e11309
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Thu Dec 26 07:18:28 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Thu Dec 26 07:18:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812bcede

media-plugins/vdr-undelete: QA, missing newline fixed

Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild 
b/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
index 1617f9c4975..0bd32ff4552 100644
--- a/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
+++ b/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
@@ -15,4 +15,4 @@ KEYWORDS="~amd64 ~arm ~x86"
 
 DEPEND="media-video/vdr"
 
-S="${WORKDIR}/undelete-2.3.1-pre1"
\ No newline at end of file
+S="${WORKDIR}/undelete-2.3.1-pre1"



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

2019-12-25 Thread Hans de Graaff
commit: 5a867a40d121dddb477eb425e3119dc6ecbe206f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 26 06:30:36 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 26 06:30:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a867a40

dev-ruby/rubygems: add 3.1.2

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rubygems/Manifest   |  1 +
 dev-ruby/rubygems/files/gentoo-defaults-4.rb | 63 ++
 dev-ruby/rubygems/rubygems-3.1.2.ebuild  | 99 
 3 files changed, 163 insertions(+)

diff --git a/dev-ruby/rubygems/Manifest b/dev-ruby/rubygems/Manifest
index 81d240ab47a..8d258b5df1c 100644
--- a/dev-ruby/rubygems/Manifest
+++ b/dev-ruby/rubygems/Manifest
@@ -2,3 +2,4 @@ DIST rubygems-2.7.10.tgz 863618 BLAKE2B 
26a453d2808cbf03caa6f2ef4a829418de58f4ed
 DIST rubygems-3.0.3.tgz 904175 BLAKE2B 
d99de4bdd51779ab214bc4a81f55483341a2c193d4304b8eeb6105cb95877e0a33fe03d93c47433ad3c6bdc8d3e453e33ffb799fd36164feac31616f95eeced4
 SHA512 
1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
 DIST rubygems-3.0.4.tgz 883664 BLAKE2B 
d5ec493657c055561aa9c0c09719529857706db197bf266ef4c51e48e6f97c08d85a8923b0c6fd72b3fd6ecb584533ff8ca56515c555e9c5b786b0d99ad2a16e
 SHA512 
887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
 DIST rubygems-3.0.6.tgz 887156 BLAKE2B 
685cfb108cc684ecbbcee6fe341baa429ac28f331b3db444c5ed3557bc169147dddc8d226780a85842bf1de2e24f6a60b0464820afa2a6838221c22543a36daa
 SHA512 
1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
+DIST rubygems-3.1.2.tgz 995386 BLAKE2B 
bddf5dfc3568402257a2218642e6a15fe904b837114b9ce3a1aad155b235e42d96b1b0d4c6be1ee2e71712b8f1876902c343afdcb6d191ae0a6560f582cb282c
 SHA512 
707525a98d14d46e69922e1deecd3b6c4caa090ee8113ba43b3912dc615cd2b1e0a083ecd0876a08b69c209bc05bba67d179f70d65aca45a92ac543170f13d39

diff --git a/dev-ruby/rubygems/files/gentoo-defaults-4.rb 
b/dev-ruby/rubygems/files/gentoo-defaults-4.rb
new file mode 100644
index 000..1da07f64dde
--- /dev/null
+++ b/dev-ruby/rubygems/files/gentoo-defaults-4.rb
@@ -0,0 +1,63 @@
+# frozen_string_literal: true
+
+# Gentoo defaults for rubygems 3.x
+#
+# Gentoo policy is to install all manually installed code into
+# /usr/local and to keep /usr managed by Gentoo. This policy file
+# ensures that all manually installed gems using "gem install" are
+# installed in /usr/local. Gentoo gems are installed in /usr.
+
+# TODO: We used to manipulate the default_dir, but this no longer
+# works since this is now the base for the new "default" gems that
+# ruby 2.6 uses with irb. So default_dir should refer to the system
+# default now. rubygems also provides various hooks so we may be able
+# to use those to install gems in /usr/local by default in a less
+# intrusive way.
+module Gem
+
+  class << self
+def portage_gems_dir
+  RbConfig::CONFIG['sitelibdir'].gsub('site_ruby', 'gems')
+end
+
+def local_dir
+  portage_gems_dir.gsub('@GENTOO_PORTAGE_EPREFIX@/usr',
+'@GENTOO_PORTAGE_EPREFIX@/usr/local')
+end
+
+def install_dir
+  Process.euid.zero? ? local_dir : user_dir
+end
+
+undef :default_path
+def default_path
+  path = []
+  path << user_dir if user_home && File.exist?(user_home)
+  path << default_dir
+  path << vendor_dir if vendor_dir && File.directory?(vendor_dir)
+  path << local_dir
+  path << portage_gems_dir
+end
+
+def system_config_path
+  '@GENTOO_PORTAGE_EPREFIX@/etc'
+end
+
+# Set Gentoo defaults for gem commands
+begin
+  undef :operating_system_defaults
+rescue NameError
+  # Avoid either runtime errors or redefinition warnings since
+  # this method is not present in all rubygem versions distributed
+  # with dev-lang/ruby.
+end
+def operating_system_defaults
+  {
+'install' => "--install-dir #{install_dir}",
+'uninstall' => "--install-dir #{install_dir}",
+'update' => "--install-dir #{install_dir}"
+  }
+end
+
+  end
+end

diff --git a/dev-ruby/rubygems/rubygems-3.1.2.ebuild 
b/dev-ruby/rubygems/rubygems-3.1.2.ebuild
new file mode 100644
index 000..aabe914b1b9
--- /dev/null
+++ b/dev-ruby/rubygems/rubygems-3.1.2.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit ruby-ng prefix
+
+DESCRIPTION="Centralized Ruby extension management system"
+HOMEPAGE="https://rubygems.org/";
+LICENSE="GPL-2 || ( Ruby MIT )"
+
+SRC_URI="https://rubygems.org/rubygems/${P}.tgz";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~h

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

2019-12-25 Thread Hans de Graaff
commit: 8be047ac2a8f3f33ff65b7239497575f41579432
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 26 05:57:04 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 26 05:57:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be047ac

dev-ruby/rouge: move ~ppc keyword forward

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/rouge/rouge-3.14.0.ebuild 
b/dev-ruby/rouge/rouge-3.14.0.ebuild
index 114a1491cf4..3e1534c4312 100644
--- a/dev-ruby/rouge/rouge-3.14.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.14.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2019-12-25 Thread Hans de Graaff
commit: d6e6f256099f60dc59e6957bf114f615feebf501
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 26 06:29:47 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 26 06:29:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e6f256

dev-ruby/bson: add 4.7.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bson/Manifest  |  1 +
 dev-ruby/bson/bson-4.7.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index f431e3b1cbb..07ad3314350 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,3 +1,4 @@
 DIST bson-4.4.2.tar.gz 107429 BLAKE2B 
94b3f694d79a3219a6e7b13f4dfa5935a1fec5ac99883918d61052786b2e033d8cd335013155b4b9069a730a3a87a0c0ec00b8b5ee5b89bb8c357909e8f67fe4
 SHA512 
a27a82fab17f596df986a3c81f1e73146a8d283bb16e8a7dba1921215e8f0e863b6996dbc107ede44546e750e4b19cc2dd934d290e25712472efd6cc075b9984
 DIST bson-4.5.0.tar.gz 107547 BLAKE2B 
fddbb84ee74c3b6bb50a79141e583b300deeaa85b7b39b4e26985fa1cd0c741813eb4b3192fffe97d8bb238430087e4726004e8d3c50d39f17f8b270b8635dc4
 SHA512 
093a4906961d765bdd49febbe9c3123a34d3f80adc5e1309abb2b5fc1380bff37c9d8df475bfb29fc9359cf440813e716ff359e461f5e7f6d5e1e02009bc24bd
 DIST bson-4.6.0.tar.gz 115899 BLAKE2B 
cae63b799cba6a464988937b26bc47533e8ca5089c3a1f5e4bc8cf01e11eaa1f5bd82b79f144b2bafd7cae8478743c3ccedfe8c839ff45db907c77b5e1c6d1a4
 SHA512 
9661b394d6d45caef7d10df439ca5a65869fa4dcde49158f818e7c2764a31976c615bacf09a09a8bcf2bab2e2d78a64be1a7fdad68e796facd071f972b1f5635
+DIST bson-4.7.0.tar.gz 120354 BLAKE2B 
8399eb5c3658ed23b6aaac93144c7b1047143b3bc0f1a4610a2ce168a350f04d814f1929a3fcc6efdfcb453abfc54199091c8fbb034a837aab065e7c9814ab70
 SHA512 
34289260f37e0c72de26219ada8843a44044f61316217c2a4157187bd2d5e871e1578415c09107c65d78496ad388985dfbdc8dec562d3e3aace2bf4bef7ab6fb

diff --git a/dev-ruby/bson/bson-4.7.0.ebuild b/dev-ruby/bson/bson-4.7.0.ebuild
new file mode 100644
index 000..1a5d0fd00b1
--- /dev/null
+++ b/dev-ruby/bson/bson-4.7.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="mongodb"
+GITHUB_PROJECT="bson-ruby"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
+HOMEPAGE="https://www.mongodb.org/";
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="bson-ruby-${PV}"
+
+LICENSE="APSL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="test doc"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove project-specific rspec options
+   rm .rspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp ext/bson/*$(get_modname) lib/ || die
+}



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

2019-12-25 Thread Matthew Thode
commit: 63eff897e639a7bac856301b0f3ccd51fe734812
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec 26 04:09:53 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Dec 26 04:10:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63eff897

media-sound/pulseeffects: 4.7.0 bump

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/pulseeffects/Manifest  |  1 +
 media-sound/pulseeffects/pulseeffects-4.7.0.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 7ea6f7b1468..0b63be5ea69 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,2 +1,3 @@
 DIST pulseeffects-4.6.8.tar.gz 1882449 BLAKE2B 
57a93eeb32304628efb51473912a70485e054ef50e9e9aec9731ba761dd7809ce0a8c3838fc74a04c6a29537bf182a74c6e6715c722ce76670c8be71dc4a5608
 SHA512 
672204ad90534ad45228b3473902eb8489c8306c7850f2b2a6f983aa89955529fb5381d6a7d703de94dcd658ffd5b560cce17291a0b23654b225ebd301659e74
 DIST pulseeffects-4.6.9.tar.gz 1925035 BLAKE2B 
f059169721e643cb3e3a6db42d3a0fef0bb7696c6b2a5583e69573e7620f87d4a06ed448e298e0ca4e9868dcdd8cec8bbf71e7fb83c094d3840a9f90919ea571
 SHA512 
c767508ae3d9fb8df3e8d27a05bfa908e6c0862514a20b81fbc3ea8680c9d6ca20bac8d90d513494aaccbda29104e0dc015b81dab0bee5a40b708c415246ce3e
+DIST pulseeffects-4.7.0.tar.gz 1931247 BLAKE2B 
88545378c55c968e5973973593c8cf8e5ccfbca60c28af5f4604be247dbaeba25f68dd21be77b9160dfaa7dc633127c7a0066615d607d2e5adc8e5608d6132d0
 SHA512 
9d47a61abaa851b83344437d12d0c674459c0dcc27096f1ce8d22fde8dd56c0819f81cee56a9ef13c93d476ed02195743b2fec1a66794b6878ed796da6c166bd

diff --git a/media-sound/pulseeffects/pulseeffects-4.7.0.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.7.0.ebuild
new file mode 100644
index 000..ab95a499cd7
--- /dev/null
+++ b/media-sound/pulseeffects/pulseeffects-4.7.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson
+
+DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
+HOMEPAGE="https://github.com/wwmm/pulseeffects";
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/wwmm/pulseeffects";
+else
+   SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="bs2b calf mda-lv2 rubberband"
+
+#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
+RDEPEND="
+   >=dev-libs/boost-1.41:=
+   >=dev-cpp/glibmm-2.56.0
+   >=dev-cpp/gtkmm-3.20:3.0
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libsigc++-2.10:2
+   >=x11-libs/gtk+-3.18:3
+   >=media-libs/lilv-0.24.2-r1
+   >=media-libs/lsp-plugins-1.1.7[lv2]
+   >=media-libs/gstreamer-1.12.0:1.0
+   >=media-libs/gst-plugins-good-1.12.0:1.0
+   >=media-libs/gst-plugins-bad-1.12.0:1.0
+   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
+   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
+   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
+   calf? ( >=media-plugins/calf-0.90.0[lv2] )
+   mda-lv2? ( media-plugins/mda-lv2 )
+   rubberband? ( media-libs/rubberband )
+   >=media-libs/zita-convolver-3.0.0
+   media-libs/libebur128
+   media-sound/pulseaudio
+   sys-apps/dbus"
+# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
+# and sys-devel/gettext depends reasoning
+DEPEND="
+   ${RDEPEND}
+   dev-libs/appstream-glib
+   sys-devel/gettext
+"
+BDEPEND="
+   >=sys-devel/gcc-7.3.0
+   dev-util/itstool
+   media-libs/libsamplerate
+   virtual/pkgconfig
+"
+
+pkg_postinst(){
+   gnome2_gconf_install
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm(){
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}



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

2019-12-25 Thread Jason Zaman
commit: 743b7b310a3cf128e94f73a1ea5042e52cf12e57
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 25 11:19:45 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec 26 02:40:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743b7b31

dev-python/requests-oauthlib: bump 1.3.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 dev-python/requests-oauthlib/Manifest  |  1 +
 .../requests-oauthlib-1.3.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/requests-oauthlib/Manifest 
b/dev-python/requests-oauthlib/Manifest
index 73ff1232df1..931b2b99f31 100644
--- a/dev-python/requests-oauthlib/Manifest
+++ b/dev-python/requests-oauthlib/Manifest
@@ -1 +1,2 @@
 DIST requests-oauthlib-0.7.0.tar.gz 40641 BLAKE2B 
3c8e498652df706223dc74404185c14c8f131e0578b1bd2671986507e9f09f7328af7193b0779615499240f67cf6a0c395c103afa63bd6d7c674f2672f64a471
 SHA512 
9de7f3e2f67507acbd6a711d7c3bc4d598214ab658e7e331f2c56d7a6d084e11df8bfc2449c3ec5e985016404a5e7920e26081bcc3af52d6c91b28d1a69f6ed2
+DIST requests-oauthlib-1.3.0.tar.gz 45449 BLAKE2B 
b7d0df59eefe801e09329bde8604d09fe0f45eac146172c5ae5f1a77df59229a89c70d78a97fca0f7b546a015e66d6d9dd4ac3efdd4de0100f77f2427106e197
 SHA512 
0eebd209dad892567de7d37f1482b5c7523eced3a73a68054674b29447d090c885b2388fd6f2db26436f14098833051cace8b137889a4012e010efb0e86b

diff --git a/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild 
b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild
new file mode 100644
index 000..91925c019e9
--- /dev/null
+++ b/dev-python/requests-oauthlib/requests-oauthlib-1.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="This project provides first-class OAuth library support for 
Requests"
+HOMEPAGE="https://github.com/requests/requests-oauthlib";
+SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="ISC"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# tests fail with network-sandbox
+RESTRICT="!test? ( test )
+   test"
+
+DEPEND="test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]"
+
+#Refrain from a doc build for now
+#python_compile_all() {
+#  use doc && emake -C docs html
+#}
+
+python_test() {
+   esetup.py test
+}



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

2019-12-25 Thread Jason Zaman
commit: 13667ba3376f90ab5b236b1f60adf0079734f41d
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 25 10:36:40 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec 26 02:34:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13667ba3

sci-libs/scipy: bump 1.4.1

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 sci-libs/scipy/Manifest   |   3 +
 sci-libs/scipy/scipy-1.4.1.ebuild | 145 ++
 2 files changed, 148 insertions(+)

diff --git a/sci-libs/scipy/Manifest b/sci-libs/scipy/Manifest
index 8e51ea760a6..755da305b08 100644
--- a/sci-libs/scipy/Manifest
+++ b/sci-libs/scipy/Manifest
@@ -13,3 +13,6 @@ DIST scipy-1.0.0.tar.gz 15246397 BLAKE2B 
37cd50c59830c91f0516c72cf11b367670faf5c
 DIST scipy-1.1.0-html.zip 49851258 BLAKE2B 
528df7ed8aa8e56662f436f31ee9e1d6d72d6fe962f9f0f6f84b7a2704b53009ce333b2102ec73bb7795110f8a61b18246aab95b1e21055f2b68c0ff2225b7bb
 SHA512 
a03894a22a67c1359ee6206e9e1c9de1f926a7f829f5039f161e78df735708da09b0e51cdad3bf36bfede701d0bc5dc44f8cc0f249b6bfb80c9d8c9fe23aed46
 DIST scipy-1.1.0-ref.pdf 34360806 BLAKE2B 
f82807879d5d36d91d74e8983a0f4104bcb4b69cb7787fe5190f73fbbfcb8635a9399686b3c75736d3b0b5dd877b5280ff6fba728520e3b47c13ffc7835f8cd6
 SHA512 
c792064c986dffafa3c5d0741f30715028e655761d099f0fdd472270cf34642b367dfa2178ddceba13043a471e3aeb1db20d65308dbb40c704dab576aaadeb3e
 DIST scipy-1.1.0.tar.gz 15583560 BLAKE2B 
477753e622ee26a3bc8c2cb6829410152df84b29ce17a6d53a66348f5536f7993fedf5d32b782405b54b3af3feabf9bc91c381ed39546076849c2fdb71039404
 SHA512 
72fe32c6c009613cb78202598e5db14f8e630b3218839cfe18d43d40550d94cc5aa100c6f5d41f40e86ae148e9b6a13431bb91b0f9be44b0569ccd7b725fe973
+DIST scipy-1.4.1-html.zip 61414053 BLAKE2B 
e1f0c1a7a8941958512dcc3c0f40ef4a590bab0b44b33f842bc6e1c5d103c17f223d8b0a2f4e564f57645d601d4d74005c1ec605be2dd3bf4db19d2ac1f614d1
 SHA512 
9eeae83cd723d63aa1dc7a610ce3118cb68a2336be24cbfeaa8e57b34de413b2efa2fdad0978eb5bdac0ebca6b15f564b9509637efbd87d1007c969ae954e3ae
+DIST scipy-1.4.1-ref.pdf 41100747 BLAKE2B 
8e56af69d0bffbe6eff73bfc5bb674aed3b80bdd80d59b58a1835f996c992306a059c2992d74c411e762490c526262753d33273613ed389928845c65eb6546b2
 SHA512 
76946f3b506fe22a595b70e5a418982257dd59db1a2e9af508cc1cab59d47ba4fc5951388e676f2a513043a6b3391ef853242e78d7feb99a6c21d19f6dca2b58
+DIST scipy-1.4.1.tar.gz 24555206 BLAKE2B 
e35f6234404839cbd24d463c8cc2f1ea66aed91534e700fd54a623df40d069b14fc220f96af04c78d13b773bfc5461559e59b0bd9b836d7953f9249ccd7cae54
 SHA512 
79407a2cbb4ba29c0941570181df4d7835e5791e50a3abef9b63c2fc5b15308a2e4964eb71cdebbee8cd2dcb8e497cf92fe50ee21fb12cac3013ea5e0466b25d

diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild 
b/sci-libs/scipy/scipy-1.4.1.ebuild
new file mode 100644
index 000..a655ea5de4a
--- /dev/null
+++ b/sci-libs/scipy/scipy-1.4.1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+
+DOC_PV=${PV}
+
+inherit fortran-2 distutils-r1 flag-o-matic multiprocessing toolchain-funcs
+
+DESCRIPTION="Scientific algorithms library for Python"
+HOMEPAGE="https://www.scipy.org/";
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   doc? (
+   https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-html-${PV}.zip 
-> ${PN}-${DOC_PV}-html.zip
+   https://docs.scipy.org/doc/${PN}-${DOC_PV}/${PN}-ref-${PV}.pdf 
-> ${PN}-${DOC_PV}-ref.pdf
+   )"
+
+LICENSE="BSD LGPL-2"
+SLOT="0"
+IUSE="doc sparse test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+
+CDEPEND="
+   >=dev-python/numpy-1.10[lapack,${PYTHON_USEDEP}]
+   sci-libs/arpack:0=
+   virtual/cblas
+   virtual/lapack
+   sparse? ( sci-libs/umfpack:0= )"
+DEPEND="${CDEPEND}
+   dev-lang/swig
+   >=dev-python/cython-0.29.13[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-36[${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]
+   virtual/pkgconfig
+   doc? ( app-arch/unzip )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${CDEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]"
+
+DOCS=( HACKING.rst.txt THANKS.txt )
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+src_unpack() {
+   default
+   if use doc; then
+   unzip -qo "${DISTDIR}"/${PN}-${DOC_PV}-html.zip -d html || die
+   fi
+}
+
+pc_incdir() {
+   $(tc-getPKG_CONFIG) --cflags-only-I $@ | \
+   sed -e 's/^-I//' -e 's/[ ]*-I/:/g' -e 's/[ ]*$//' -e 's|^:||'
+}
+
+pc_libdir() {
+   $(tc-getPKG_CONFIG) --libs-only-L $@ | \
+   sed -e 's/^-L//' -e 's/[ ]*-L/:/g' -e 's/[ ]*$//' -e 's|^:||'
+}
+
+pc_libs() {
+   $(tc-getPKG_CONFIG) --libs-only-l $@ | \
+   sed -e 's/[ ]-l*\

[gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/

2019-12-25 Thread Jason Zaman
commit: 5c8f4c07468c38a21ecebaa57f9b7d8f8e335d93
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 25 11:33:33 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec 26 02:40:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8f4c07

dev-python/google-auth-oauthlib: bump 0.4.1

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 dev-python/google-auth-oauthlib/Manifest   |  1 +
 .../google-auth-oauthlib-0.4.1.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/google-auth-oauthlib/Manifest 
b/dev-python/google-auth-oauthlib/Manifest
index 519330df1e4..2e85f5d9210 100644
--- a/dev-python/google-auth-oauthlib/Manifest
+++ b/dev-python/google-auth-oauthlib/Manifest
@@ -1 +1,2 @@
 DIST google-auth-oauthlib-0.4.0.tar.gz 73664 BLAKE2B 
bc98af5a85b26ced36171dae4e9a498b08ddfb92cf557805a238d68fe8bc251c61be6f051db391f4c30fae0aacf139cd0cd88c3e42cdc73efeaaa36407c9496d
 SHA512 
49760914c02b41b7252062c8cb99b133b342463aa2b66b42dd5f320320010425e6952009514cbf89a4704648113693b35db1d3aa3636fc1297a25e59635a7dd5
+DIST google-auth-oauthlib-0.4.1.tar.gz 18687 BLAKE2B 
1c9028f6b4c306bbee51fba5b55950d129d56ff5154645a166998c0c720b125202731f1cfed60837b8103d56fcdeeb818e39491b243a8d761969f73d9f88f67b
 SHA512 
123707139353db8e05c81138af834e35007d323f0e19ae79088ad5ca4be86dda6c0df91e2f7794711475227a60312fab9101c91b49817bf8b84866ea6374c943

diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild 
b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
new file mode 100644
index 000..b16d9dabf65
--- /dev/null
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="https://pypi.org/project/google-auth-oauthlib/ 
https://github.com/googleapis/google-auth-library-python-oauthlib";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/google-auth[${PYTHON_USEDEP}]
+   >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2019-12-25 Thread Jason Zaman
commit: 3ed00d5c385728e06686364c76764b46ba394fd0
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 25 09:24:29 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec 26 02:34:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed00d5c

dev-python/pybind11: new package

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 dev-python/pybind11/Manifest  |  1 +
 dev-python/pybind11/metadata.xml  | 11 +++
 dev-python/pybind11/pybind11-2.4.3.ebuild | 17 +
 3 files changed, 29 insertions(+)

diff --git a/dev-python/pybind11/Manifest b/dev-python/pybind11/Manifest
new file mode 100644
index 000..5ff276e9ad3
--- /dev/null
+++ b/dev-python/pybind11/Manifest
@@ -0,0 +1 @@
+DIST pybind11-2.4.3.tar.gz 138789 BLAKE2B 
6279ddbc4ca4c8a62eeff684cac789a315eef0ce769258c8152f7073f8bbea39e582ed1ea86fae6878f46c675ed998c314bbaa54a40457287833cc555f5d9692
 SHA512 
97b6ffb38dbda8021e8265c2052df65785d532dbcd94a2b711306f806eab1a9e2aaf31ea466f13eb5784856ac69e0f4c1dc6d742aa70e5a10ce9ce338e5e9d84

diff --git a/dev-python/pybind11/metadata.xml b/dev-python/pybind11/metadata.xml
new file mode 100644
index 000..cd8fa63c07d
--- /dev/null
+++ b/dev-python/pybind11/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   perfin...@gentoo.org
+   Jason Zaman
+   
+   
+   Seamless operability between C++11 and Python
+   
+

diff --git a/dev-python/pybind11/pybind11-2.4.3.ebuild 
b/dev-python/pybind11/pybind11-2.4.3.ebuild
new file mode 100644
index 000..17dbf2532c6
--- /dev/null
+++ b/dev-python/pybind11/pybind11-2.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="AST-based Python refactoring library"
+HOMEPAGE="https://github.com/pybind/pybind11";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/

2019-12-25 Thread Jason Zaman
commit: a052fadde44f92dac091c6546c84ad0bdf4e119e
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 25 11:34:27 2019 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Dec 26 02:40:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a052fadd

sci-visualization/tensorboard: update deps

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Jason Zaman  gentoo.org>

 .../{tensorboard-2.1.0.ebuild => tensorboard-2.1.0-r1.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild 
b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
similarity index 92%
rename from sci-visualization/tensorboard/tensorboard-2.1.0.ebuild
rename to sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
index c9b1f917559..0445cb0427b 100644
--- a/sci-visualization/tensorboard/tensorboard-2.1.0.ebuild
+++ b/sci-visualization/tensorboard/tensorboard-2.1.0-r1.ebuild
@@ -19,6 +19,8 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 RDEPEND="
${PYTHON_DEPS}
dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.6.3[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]
dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
@@ -28,6 +30,7 @@ RDEPEND="
>=dev-python/setuptools-41[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]"
 BDEPEND="app-arch/unzip
${PYTHON_DEPS}"



[gentoo-commits] proj/devmanual:master commit in: bin/

2019-12-25 Thread Göktürk Yüksek
commit: 1029f9c624e3f3bf252f20197f357cca00a20410
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Dec 26 01:37:23 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Dec 26 01:37:23 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1029f9c6

bin/build_search_documents.py: handle multi-line indented text better

Beyond replacing newlines that show up in the middle of a text, remove
the whitespace following the newline (which is the indentation) as
well.

Signed-off-by: Göktürk Yüksek  gentoo.org>

 bin/build_search_documents.py | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/bin/build_search_documents.py b/bin/build_search_documents.py
index 1aac495..38ffd24 100755
--- a/bin/build_search_documents.py
+++ b/bin/build_search_documents.py
@@ -5,6 +5,12 @@ import json
 import os.path
 import sys
 import xml.etree.ElementTree as ET
+import re
+
+
+# The regex for stripping a newline and the possible indentation
+# whitespace following it in multiline content
+whitespace_re = re.compile(r'\n[ \t]*', flags=re.M)
 
 
 def stringify_node(parent: ET.Element) -> str:
@@ -28,7 +34,7 @@ def stringify_node(parent: ET.Element) -> str:
 
 # For each child, strip the tags and append to text
 # along with the tail text following it.
-# The tail may include '\n' if it spans multiple lines.
+# The tail may include '\n', '\t', ' ' if it spans multiple lines.
 # We will worry about those on return, not now.
 for child in parent:
 # The '' tag is simply a fancier '-' character
@@ -42,8 +48,8 @@ def stringify_node(parent: ET.Element) -> str:
 # A paragraph typically ends with:
 #   Text\n
 # Right strip any spurious whitespace.
-# Finally, get rid of any intermediate newlines.
-return text.rstrip().replace('\n', ' ')
+# Finally, get rid of any intermediate newlines and indentation whitespace.
+return whitespace_re.sub(' ', text.rstrip())
 
 
 def process_node(documents: list, node: ET.Element, name: str, url: str) -> 
None:



[gentoo-commits] proj/devmanual:master commit in: bin/

2019-12-25 Thread Göktürk Yüksek
commit: 3d16b1e4ad1ec151916d4e1ce78596cafe6dbca1
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Dec 26 00:30:21 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Dec 26 00:30:21 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3d16b1e4

bin/build_search_documents.py: recurse down  and 

Signed-off-by: Göktürk Yüksek  gentoo.org>

 bin/build_search_documents.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build_search_documents.py b/bin/build_search_documents.py
index 37b6af9..d6b75ff 100755
--- a/bin/build_search_documents.py
+++ b/bin/build_search_documents.py
@@ -77,7 +77,7 @@ def process_node(documents: list, node: ET.Element, name: 
str, url: str) -> None
 
 for child in node:
 process_node(documents, child, name, url)
-elif node.tag in ['body', 'guide']:
+elif node.tag in ['body', 'guide', 'li', 'ul']:
 for child in node:
 process_node(documents, child, name, url)
 elif node.tag in ['p', 'important', 'note', 'warning']:



[gentoo-commits] proj/devmanual:master commit in: bin/

2019-12-25 Thread Göktürk Yüksek
commit: 10272a92abe137f187074613960ba0b84c5844a3
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu Dec 26 00:36:21 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu Dec 26 00:36:21 2019 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=10272a92

bin/build_search_documents.py: create documents from tables

Signed-off-by: Göktürk Yüksek  gentoo.org>

 bin/build_search_documents.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/build_search_documents.py b/bin/build_search_documents.py
index d6b75ff..1aac495 100755
--- a/bin/build_search_documents.py
+++ b/bin/build_search_documents.py
@@ -77,10 +77,10 @@ def process_node(documents: list, node: ET.Element, name: 
str, url: str) -> None
 
 for child in node:
 process_node(documents, child, name, url)
-elif node.tag in ['body', 'guide', 'li', 'ul']:
+elif node.tag in ['body', 'guide', 'li', 'ul', 'table', 'tr']:
 for child in node:
 process_node(documents, child, name, url)
-elif node.tag in ['p', 'important', 'note', 'warning']:
+elif node.tag in ['p', 'important', 'note', 'warning', 'th', 'ti']:
 text = stringify_node(node)
 
 documents.append({'id': len(documents),



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

2019-12-25 Thread Georgy Yakovlev
commit: 9eaf31fdcb1e7c8d08685518d260b688e555c3bf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 26 00:26:42 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 00:26:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaf31fd

dev-python/fqdn: drop 1.1.1

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/fqdn/Manifest  |  1 -
 dev-python/fqdn/fqdn-1.1.1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/fqdn/Manifest b/dev-python/fqdn/Manifest
index 69b25a3a75f..2e958ef421f 100644
--- a/dev-python/fqdn/Manifest
+++ b/dev-python/fqdn/Manifest
@@ -1,2 +1 @@
-DIST fqdn-1.1.1.tar.gz 12056 BLAKE2B 
8f78e16b73239ec7dbd2f1565026459c08b80245999b4bd93fe7119f45f604c84ae9d60cbb42aec147d5096bb1a6b1898a2d884db244e1ad507ed516aa3591b3
 SHA512 
46487bcdf2639b84023f710c323b33b8bdb9a3a3d6e7f22c1e9b759940193f9473d3bd639678ab377741ce84c180bc18eb7e65060fdd59189dacadcb50df317b
 DIST fqdn-1.2.0.tar.gz 12275 BLAKE2B 
0bc862863ee3b196ea08a1f4f50f98dca88e8b81f37d2cb97bd3fd74ef9844157ea7a9f38707047fad17b95fb95c2f0e7ace8ad2c2310171cba6ff43471ae63d
 SHA512 
ddfcfd82860d597075fd2d989d4bb1cd8c1dc79b711da432732bf786032e78b9356e04851a491c5299b336dcde173a66ddae0e23aea59b67c758d997554b494e

diff --git a/dev-python/fqdn/fqdn-1.1.1.ebuild 
b/dev-python/fqdn/fqdn-1.1.1.ebuild
deleted file mode 100644
index a32fb6b8dce..000
--- a/dev-python/fqdn/fqdn-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2018 Sony Interactive Entertainment Inc.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python"
-HOMEPAGE="https://github.com/guyhughes/fqdn";
-SRC_URI="https://github.com/guyhughes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/cached-property[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   esetup.py test
-}



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

2019-12-25 Thread Georgy Yakovlev
commit: 9989c737fe06e92e12fee9db39dee04a1697d785
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Dec 25 23:57:21 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 00:23:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9989c737

dev-python/cached-property: keyword on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/cached-property/cached-property-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cached-property/cached-property-1.5.1.ebuild 
b/dev-python/cached-property/cached-property-1.5.1.ebuild
index c23efbc22d1..ebb0291f072 100644
--- a/dev-python/cached-property/cached-property-1.5.1.ebuild
+++ b/dev-python/cached-property/cached-property-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Georgy Yakovlev
commit: 234d2a59658960eaf2382bec7e1b69b69a70ac41
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 26 00:21:33 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 00:23:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234d2a59

dev-python/fqdn: bump to 1.2.0

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/fqdn/Manifest  |  1 +
 dev-python/fqdn/fqdn-1.2.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/fqdn/Manifest b/dev-python/fqdn/Manifest
index ff53781b25e..69b25a3a75f 100644
--- a/dev-python/fqdn/Manifest
+++ b/dev-python/fqdn/Manifest
@@ -1 +1,2 @@
 DIST fqdn-1.1.1.tar.gz 12056 BLAKE2B 
8f78e16b73239ec7dbd2f1565026459c08b80245999b4bd93fe7119f45f604c84ae9d60cbb42aec147d5096bb1a6b1898a2d884db244e1ad507ed516aa3591b3
 SHA512 
46487bcdf2639b84023f710c323b33b8bdb9a3a3d6e7f22c1e9b759940193f9473d3bd639678ab377741ce84c180bc18eb7e65060fdd59189dacadcb50df317b
+DIST fqdn-1.2.0.tar.gz 12275 BLAKE2B 
0bc862863ee3b196ea08a1f4f50f98dca88e8b81f37d2cb97bd3fd74ef9844157ea7a9f38707047fad17b95fb95c2f0e7ace8ad2c2310171cba6ff43471ae63d
 SHA512 
ddfcfd82860d597075fd2d989d4bb1cd8c1dc79b711da432732bf786032e78b9356e04851a491c5299b336dcde173a66ddae0e23aea59b67c758d997554b494e

diff --git a/dev-python/fqdn/fqdn-1.2.0.ebuild 
b/dev-python/fqdn/fqdn-1.2.0.ebuild
new file mode 100644
index 000..0a1223b3eeb
--- /dev/null
+++ b/dev-python/fqdn/fqdn-1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2018-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python"
+HOMEPAGE="https://github.com/guyhughes/fqdn";
+SRC_URI="https://github.com/guyhughes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/cached-property[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-epgsync/files/, media-plugins/vdr-epgsync/

2019-12-25 Thread Jörg Bornkessel
commit: 8d4668bf7b71f04fa5022e097435e8c7df51ac0b
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Dec 25 23:29:24 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Dec 25 23:30:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4668bf

media-plugins/vdr-epgsync: compile fix for media-video/vdr-2.4

need >=media-video/vdr-2.4
moved to eapi 7

Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 .../files/vdr-epgsync-1.0.1_vdr-2.4.patch  | 56 ++
 ...nc-1.0.1.ebuild => vdr-epgsync-1.0.1-r1.ebuild} | 12 ++---
 media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild |  4 +-
 3 files changed, 64 insertions(+), 8 deletions(-)

diff --git a/media-plugins/vdr-epgsync/files/vdr-epgsync-1.0.1_vdr-2.4.patch 
b/media-plugins/vdr-epgsync/files/vdr-epgsync-1.0.1_vdr-2.4.patch
new file mode 100644
index 000..9b3df4097fd
--- /dev/null
+++ b/media-plugins/vdr-epgsync/files/vdr-epgsync-1.0.1_vdr-2.4.patch
@@ -0,0 +1,56 @@
+compilefix for media-video/vdr-2.4.1
+Suggested-by: MatthiasK @ vdr-portal.de
+
+Signed-off-by: Joerg Bornkessel  ( 27 Dec 2019 )
+diff -Naur epgsync-1.0.1.orig/thread.c epgsync-1.0.1/thread.c
+--- epgsync-1.0.1.orig/thread.c2019-12-26 00:12:49.124492713 +0100
 epgsync-1.0.1/thread.c 2019-12-26 00:17:55.129492713 +0100
+@@ -42,9 +42,10 @@
+   }
+ }
+ 
+-cChannel *GetChannelByName(const char* Name, const cChannel *IgnoreChannel = 
NULL, eChannelTypes Type = ctAll)
++const cChannel *GetChannelByName(const char* Name, const cChannel 
*IgnoreChannel = NULL, eChannelTypes Type = ctAll)
+ {
+-  for (cChannel *channel = Channels.First(); channel; channel = 
Channels.Next(channel)) {
++  LOCK_CHANNELS_READ;
++  for (const cChannel *channel = Channels->First(); channel; channel = 
Channels->Next(channel)) {
+   if (strcasecmp(Name, channel->Name()) == 0 || strcasecmp(Name, 
channel->ShortName()) == 0) {
+   if (IsType(channel, Type) && channel != IgnoreChannel)
+   return channel;
+@@ -95,20 +96,17 @@
+   if (EpgSyncSetup.redirectChannels == rcmId) {
+   // Direct import, no mapping:
+   // loop through local channels, get channels by ID
+-  cSchedulesLock *lock = NULL;
+-  for (cChannel *channel = Channels.First(); channel && 
Running();
+-  channel = Channels.Next(channel)) {
+-  if (!lock)
+-  lock = new cSchedulesLock();
+-  if 
(cSchedules::Schedules(*lock)->GetSchedule(channel)) {
+-  DELETENULL(lock);
++  LOCK_CHANNELS_READ;
++  for (const cChannel *channel = Channels->First(); 
channel && Running();
++  channel = Channels->Next(channel)) {
++  LOCK_SCHEDULES_READ;
++  if (Schedules->GetSchedule(channel)) {
+   if (CmdLSTE(f, 
*channel->GetChannelID().ToString())) {
+   AddSchedule(f);
+   }
+   cCondWait::SleepMs(EPGSYNC_SLEEPMS);
+   }
+   }
+-  DELETENULL(lock);
+   }
+   else {
+   // Map channels by name:
+@@ -182,7 +180,8 @@
+   targetChannel = NULL;
+ 
+   const char* p = skipspace(s + 1);
+-  cChannel *c = 
Channels.GetByChannelID(tChannelID::FromString(p));
++  LOCK_CHANNELS_READ;
++  const cChannel *c = 
Channels->GetByChannelID(tChannelID::FromString(p));
+   bool cOk = IsType(c, (eChannelTypes) 
EpgSyncSetup.channelTypes);
+ 
+   if (cOk && EpgSyncSetup.redirectChannels != rcmNameId) {

diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild 
b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild
similarity index 65%
copy from media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild
copy to media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild
index 1adc7607169..12631b5c4ec 100644
--- a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild
+++ b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -11,8 +11,8 @@ SRC_URI="http://vdr.schmirler.de/epgsync/${P}.tgz";
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
+KEYWORDS="~amd64 ~arm ~x86"
 
-DEPEND=">=media-video/vdr-2.0.0"
-RDEPE

[gentoo-commits] repo/gentoo:master commit in: virtual/python-pathlib/

2019-12-25 Thread Sergei Trofimovich
commit: 6dfeb1493ee5cbb2eab17acd38516b719fb6fa46
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 22:58:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 22:59:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfeb149

Revert "virtual/python-pathlib: keyworded 1.0 for ppc64, bug #701498"

This reverts commit e0f23d1de4a441cd06c1c3e9e7d03aabc8bafc7e.

Original commit accidentally dropped stable keywords down to ~arch.

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

 virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild 
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 3bc96733eeb..80943c77076 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python pathlib module"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ppc64 ~sparc x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2019-12-25 Thread Michał Górny
commit: 111b813a4298833fc035a10a64595f12405321e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 25 21:40:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 25 22:49:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111b813a

sys-kernel/vanilla-kernel-bin: New package for prebuilt kernel

Add a binary counterpart for sys-kernel/vanilla-kernel.

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel-bin/Manifest |   2 +
 sys-kernel/vanilla-kernel-bin/metadata.xml |  15 +++
 .../vanilla-kernel-bin-5.4.6.ebuild| 106 +
 3 files changed, 123 insertions(+)

diff --git a/sys-kernel/vanilla-kernel-bin/Manifest 
b/sys-kernel/vanilla-kernel-bin/Manifest
new file mode 100644
index 000..f6929ff3c52
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/Manifest
@@ -0,0 +1,2 @@
+DIST vanilla-kernel-5.4.6-r1-1.amd64.xpak 89795144 BLAKE2B 
cca6e78f991cc79165a528d95fa1202b6f99dcf763f890609a0bf3e273cb81e786e39365a89e14282b75e259aa298b7349ee2868ef8437faae400475ad7e1c42
 SHA512 
de609b831db05c42350fe57e3248be3208c190ff99082088b5d2a1d69ec54734784f8143befbfd397deb9446228781ba25c1e50ecc020a651f6beda30be6ba97
+DIST vanilla-kernel-5.4.6-r1-1.x86.xpak 81308308 BLAKE2B 
f499c5a8e65d3754fd0e1ba65a2dfa7eb4fa9b8cbdf5e5957186dc40b1c5572dd66433284529b0ca93b7a3073103243d5f45ad8749ca891b1f86d838cbf363be
 SHA512 
f8334097566ce8b1852ec65a5205221a2bb5193fc638756e87f6da2199cde1d1e73f85f9dd60679fccd18be11055c37da873b92a0e209775e7a9926f6ae94134

diff --git a/sys-kernel/vanilla-kernel-bin/metadata.xml 
b/sys-kernel/vanilla-kernel-bin/metadata.xml
new file mode 100644
index 000..cd6a1d01518
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   
+   
+   Build initramfs along with the 
kernel.
+   
+

diff --git a/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.6.ebuild 
b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.6.ebuild
new file mode 100644
index 000..fa1b7e994f2
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.6.ebuild
@@ -0,0 +1,106 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mount-boot
+
+MY_P=vanilla-kernel-${PV}-r1-1
+DESCRIPTION="Pre-built vanilla Linux kernel"
+HOMEPAGE="https://www.kernel.org/";
+SRC_URI="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+initramfs"
+
+# install-DEPEND actually
+# note: we need installkernel with initramfs support!
+RDEPEND="
+   || (
+   sys-kernel/installkernel-gentoo
+   sys-kernel/installkernel-systemd-boot
+   )
+   initramfs? ( sys-kernel/dracut )
+   !sys-kernel/vanilla-kernel:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   mount-boot_pkg_pretend
+
+   ewarn "This is an experimental package.  The built kernel and/or 
initramfs"
+   ewarn "may not work at all or fail with your bootloader configuration.  
Please"
+   ewarn "make sure to keep a backup kernel available before testing it."
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_install() {
+   # cp is easier for preserving +x bits
+   cp -p -R . "${ED}" || die
+}
+
+pkg_preinst() {
+   :
+}
+
+pkg_postinst() {
+   if [[ -z ${ROOT} ]]; then
+   mount-boot_pkg_preinst
+
+   if use initramfs; then
+   ebegin "Building initramfs via dracut"
+   # putting it alongside kernel image as 'initrd' makes
+   # kernel-install happier
+   dracut --force "${EROOT}/usr/src/linux-${PV}/initrd" 
"${PV}"
+   eend ${?} || die "Building initramfs failed"
+   fi
+
+   ebegin "Installing the kernel via installkernel"
+   # note: .config is taken relatively to System.map;
+   # initrd relatively to bzImage
+   installkernel "${PV}" \
+   "${EROOT}/usr/src/linux-${PV}/bzImage" \
+   "${EROOT}/usr/src/linux-${PV}/System.map"
+   eend ${?} || die "Installing the kernel failed"
+   fi
+
+   local sy

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

2019-12-25 Thread Michał Górny
commit: 2f05dc34863e8e4c5b82e357b4de744e671f42d5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 25 21:14:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 25 22:49:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f05dc34

sys-kernel/vanilla-kernel: Enable x86 (32-bit) support

Signed-off-by: Michał Górny  gentoo.org>

 sys-kernel/vanilla-kernel/Manifest |  3 ++-
 .../vanilla-kernel/vanilla-kernel-5.4.6-r1.ebuild  | 31 +-
 2 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 7d8a084f2de..64ab1f46f8c 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,2 +1,3 @@
-DIST linux-5.4.4.arch1-1.config 241587 BLAKE2B 
71db76bf30a8d7f4dc680399b9f9fbb4236d1938bb86e23eb1ab236a667a959fc1cff788f7e432c43a6173e1bac4e20f3a6c3391d84275d46f1f66bd338bf538
 SHA512 
34d66658963dbd72fa3e96f2c5d5bccafb781fa14f6ebafe7859953929ba2fbb112f1435ca68cec8389d789cf0efa81d5fc0f5ac6dfa23a704348ab83709e9db
+DIST linux-5.4.3-arch1.i686.config 241295 BLAKE2B 
795b6286bd1e7dc6aa5c1428e7bf08c204ce6c8cbee57863e9f64f8990790cc4398a7d062b54c89b1b80640f02a40fce028d9397725db0f968e8028b0611a20f
 SHA512 
8c7387ded21c02b9cffee0e6d61a7040c44deae21764f743f7719f0d1c7adf684f6b62a501fe31709787ba741859e55fc3b8a3d3d27e52c09f2d8604212bf0a7
+DIST linux-5.4.4.arch1-1.amd64.config 241587 BLAKE2B 
71db76bf30a8d7f4dc680399b9f9fbb4236d1938bb86e23eb1ab236a667a959fc1cff788f7e432c43a6173e1bac4e20f3a6c3391d84275d46f1f66bd338bf538
 SHA512 
34d66658963dbd72fa3e96f2c5d5bccafb781fa14f6ebafe7859953929ba2fbb112f1435ca68cec8389d789cf0efa81d5fc0f5ac6dfa23a704348ab83709e9db
 DIST linux-5.4.6.tar.xz 109454640 BLAKE2B 
8619492fedd4ae489a811561f72285b69deb827bb1db1f65be2a128d3bcbb69bdeec6b73650e1e8f72b18e5016c2df092bc77ee38be756d35f2903ecf0db1687
 SHA512 
9e1153e80303d6d5016856a25f3757259a3a428bad11208192315088d1f1a09957f5b8e966ab8cb5842ce1a740760f87474066294f8b410e9c44c810838bcdac

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.6-r1.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.6-r1.ebuild
index d7580d14ddb..babbf9b9ea1 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.6-r1.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.6-r1.ebuild
@@ -6,19 +6,27 @@ EAPI=7
 inherit mount-boot savedconfig toolchain-funcs
 
 MY_P=linux-${PV}
-CONFIG_VER=5.4.4.arch1-1
-CONFIG_HASH=f101331956bb37080dce191ca789a5c44fac9e69
+AMD64_CONFIG_VER=5.4.4.arch1-1
+AMD64_CONFIG_HASH=f101331956bb37080dce191ca789a5c44fac9e69
+I686_CONFIG_VER=5.4.3-arch1
+I686_CONFIG_HASH=076a52d43a08c4b3a3eacd1f2f9a855fb3b62f42
 
 DESCRIPTION="Linux kernel built from vanilla upstream sources"
 HOMEPAGE="https://www.kernel.org/";
 SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v5.x/${MY_P}.tar.xz
-   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id=${CONFIG_HASH}
-   -> linux-${CONFIG_VER}.config"
+   amd64? (
+   
https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux&id=${AMD64_CONFIG_HASH}
+   -> linux-${AMD64_CONFIG_VER}.amd64.config
+   )
+   x86? (
+   
https://git.archlinux32.org/packages/plain/core/linux/config.i686?id=${I686_CONFIG_HASH}
+   -> linux-${I686_CONFIG_VER}.i686.config
+   )"
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+initramfs"
 
 # install-DEPEND actually
@@ -69,7 +77,18 @@ src_configure() {
ARCH=x86
)
 
-   cp "${DISTDIR}"/linux-${CONFIG_VER}.config .config || die
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}"/linux-${AMD64_CONFIG_VER}.amd64.config 
.config || die
+   ;;
+   x86)
+   cp "${DISTDIR}"/linux-${I686_CONFIG_VER}.i686.config 
.config || die
+   ;;
+   *)
+   die "Unsupported arch ${ARCH}"
+   ;;
+   esac
+
# while Arch config is cool, we don't want gcc plugins as they
# break distcc
sed -i -e '/GCC_PLUGIN/d' .config || die



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

2019-12-25 Thread Craig Andrews
commit: 3db909236ebf273dba8b146c9a27c97457138aaa
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Dec 25 22:48:18 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Dec 25 22:48:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db90923

net-p2p/cpuminer-opt: 3.10.6 version bump

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/cpuminer-opt/Manifest   |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.10.6.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index c1c50704f11..be40dbe903f 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,3 +1,4 @@
 DIST cpuminer-opt-3.10.3.tar.gz 1940128 BLAKE2B 
cf8b591cc10dc5507eef322de397c462a14c2164ec8806ff189a135abdc58314add18d46110d05f6ba365a475632df2bb33f97706454049a9275e08004c90d5a
 SHA512 
cc1d4934fc17cc7ecd1402e9e32fc9caf9a493e3f3e573637036638e10679c19ba4a2e4f83376ddb462c7d404aecf747c0bd4d46e4e934013ad9d53a765a862f
 DIST cpuminer-opt-3.10.4.tar.gz 1958764 BLAKE2B 
2d7aaffe51625d958c856612680de1d71711bf41ad08c30167295d26d794dcde355f967787f6d3c1f80753d9ea65ea9e38c87d22053592338851a1c5b7e0769f
 SHA512 
6987972918a921f5763eb9eb80026fcc7ab163d0caa78003c193678ade043dfbcdc967ccd03084fdcd838752e0dd1dc7eefcb845d525706cd1f6f13d039b7fa0
 DIST cpuminer-opt-3.10.5.tar.gz 1963667 BLAKE2B 
6906aef3b8e74ab917a1c9dcbf48eb5442076c5fc0c88c2491d567f673431350828a55932e9c31677d5cd67893f4939bd8eb85728145bcc633ef108037aab268
 SHA512 
cf7dadd2ac3d7d55a7648540d044b110be3f78a4babe35b1cdaf9dcd2a259c4b7b8f61a4524dd4d8c932aeeff902c36b6f24f59311bc6d29cdccc7ef45f0876f
+DIST cpuminer-opt-3.10.6.tar.gz 1973545 BLAKE2B 
9dda961f1dbaa24517389559fac599270ba7791510e09b287cc03bcc81b62ee13e81c852abf77de381249873c78595ac922acc95ad2a470f6d3e322cc1a7cd12
 SHA512 
a991d63be0f27a3a2e17ada84f0c149c284441b934684173f502666b84f8e46c97af91113e0aac5c69630ee4e3dd37ce135131a72956eadc27de542f4a34c380

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.10.6.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.10.6.ebuild
new file mode 100644
index 000..666d27ee1c0
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.10.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt";
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-update-icon-cache/

2019-12-25 Thread Mart Raudsepp
commit: 6bc39fcfa9a88724eb325e6f0583e35b848e7dd9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 22:23:50 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 22:23:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc39fcf

dev-util/gtk-update-icon-cache: bump to 3.24.13

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/gtk-update-icon-cache/Manifest|  1 +
 .../gtk-update-icon-cache-3.24.13.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/gtk-update-icon-cache/Manifest 
b/dev-util/gtk-update-icon-cache/Manifest
index 44eadb5ffad..9e25eabe1c0 100644
--- a/dev-util/gtk-update-icon-cache/Manifest
+++ b/dev-util/gtk-update-icon-cache/Manifest
@@ -1,3 +1,4 @@
 DIST gtk-update-icon-cache-3.24.11.tar.bz2 91127 BLAKE2B 
048e42e680e1d7b3697f6609205327c1aeded4cbde03350acc7c907bd781c4ded0c749d0375fb20919e5c3ccb45927dbc6fd7c521d59ddaf6b8c4c7b86a0b06c
 SHA512 
40d8f415fcbfec2d7ba4bec94c92d16b40e5bb62ac3a31db1c3f05939336073e8dc376cc450b3649bc06b2ebbf7cf080f3139e5251a7b0707d306e23337b977d
+DIST gtk-update-icon-cache-3.24.13.tar.bz2 91090 BLAKE2B 
26ba67b9b6660d20a4b321f74a43f586628317ef16280413c1c728d2f3d3703f77210e54c5e1a87f02e9bd5de32c54203d686341e19c216d807603fd117a5c4b
 SHA512 
55513079d3da40c29fee5899631d21f699d5846ba3e7b028de3b5f49f200168eab60c96126309e29de6f520cdd7855cfb63b5a1aba3c1061f85d2322a117c6c5
 DIST gtk-update-icon-cache-3.24.3.tar.xz 372612 BLAKE2B 
6087334fdca3aa7f93b1b6c5a7195ede2376ec80d2618809f924f9b612de46a8d3e95f0a90030deb939f27949458f9ec72b11600c2bf8b1ae6089284324f2c9d
 SHA512 
0e47977567314abc64419440cc0f276525286fb65acbfe7fff21d6cf548fbc072865f8a2ed18e3114508a7e8fa696453c26e1ad53e638ee11dab57b4a6cf75a5
 DIST gtk-update-icon-cache-3.24.8.tar.bz2 91113 BLAKE2B 
4a930d001a9718b14089962a6c368c9073afa7163217ec2a5f35ab6bcab593490d20944321a2980baef42e13eee43b26a3dee35c8327c8aaa984e5c36611600f
 SHA512 
20ffc1a3570cc4de045a698e51e5b5bc214a78f9b1f730a1930e07df78d965d883262c6776bdcd68b6b39f309d75678531daa6975c0cfc9ecd9070b26b89b4b1

diff --git 
a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.13.ebuild 
b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.13.ebuild
new file mode 100644
index 000..7b3b5619d04
--- /dev/null
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson
+
+DESCRIPTION="GTK update icon cache"
+HOMEPAGE="https://www.gtk.org/ 
https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache";
+SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# man page was previously installed by gtk+:3 ebuild
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=x11-libs/gdk-pixbuf-2.30:2
+   !

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-lcdproc/, media-plugins/vdr-lcdproc/files/

2019-12-25 Thread Jörg Bornkessel
commit: 2ee355dd5e11ad09801ad0115fabd1e6b02f3531
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Dec 25 22:11:26 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Dec 25 22:11:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee355dd

media-plugins/vdr-lcdproc: compile fix for media-video/vdr-2.4

needs media-video/vdr-2.4
invalid suffix on literal; C++11 issues fixed
moved to eapi 7

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 .../files/vdr-2.4_lcdproc-0.0.10.9.patch   | 45 ++
 10.9.ebuild => vdr-lcdproc-0.0.10.9-r1.ebuild} | 15 
 .../vdr-lcdproc/vdr-lcdproc-0.0.10.9.ebuild|  8 ++--
 3 files changed, 56 insertions(+), 12 deletions(-)

diff --git a/media-plugins/vdr-lcdproc/files/vdr-2.4_lcdproc-0.0.10.9.patch 
b/media-plugins/vdr-lcdproc/files/vdr-2.4_lcdproc-0.0.10.9.patch
new file mode 100644
index 000..0d2bbe4bb69
--- /dev/null
+++ b/media-plugins/vdr-lcdproc/files/vdr-2.4_lcdproc-0.0.10.9.patch
@@ -0,0 +1,45 @@
+compilefix for vdr-2.4
+Suggested-by: MatthiasK @ vdr-portal.de
+
+fixed invalid suffix on literal; C++11 space issues
+
+Signed-off-by: Joerg Bornkessel  ( 25 Dec 2019 )
+diff -Naur lcdproc-0.0.10-jw9.orig/lcd.c lcdproc-0.0.10-jw9/lcd.c
+--- lcdproc-0.0.10-jw9.orig/lcd.c  2019-12-25 22:53:55.187492713 +0100
 lcdproc-0.0.10-jw9/lcd.c   2019-12-25 22:54:33.075492713 +0100
+@@ -808,7 +808,7 @@
+ cLcd::Write(LcdSetup.ShowTime?1:4," Welcome  to  V D R\0");
+ cLcd::Write(LcdSetup.ShowTime?2:3,"\0");
+ cLcd::Write(LcdSetup.ShowTime?3:1,"Video Disk Recorder\0");
+-cLcd::Write(LcdSetup.ShowTime?4:2,"Version: "VDRVERSION"\0");
++cLcd::Write(LcdSetup.ShowTime?4:2,"Version: " VDRVERSION "\0");
+ 
+ // Output init
+ if (LcdSetup.OutputNumber > 0){
+@@ -850,11 +850,15 @@
+ }
+ 
+ if ( time(NULL) > nextLcdUpdate ) {
+-cChannel *channel = 
Channels.GetByNumber(primaryDvbApi->CurrentChannel());
++//  cChannel *channel = 
Channels.GetByNumber(primaryDvbApi->CurrentChannel());
++LOCK_CHANNELS_READ;
++const cChannel *channel = 
Channels->GetByNumber(primaryDvbApi->CurrentChannel());
+ const cEvent *Present = NULL;
+-cSchedulesLock schedulesLock;
++/*  cSchedulesLock schedulesLock;
+ const cSchedules *Schedules = 
cSchedules::Schedules(schedulesLock);
+ if (Schedules) {
++const cSchedule *Schedule = 
Schedules->GetSchedule(channel->GetChannelID()); */
++LOCK_SCHEDULES_READ;
+ const cSchedule *Schedule = 
Schedules->GetSchedule(channel->GetChannelID());
+ if (Schedule) {
+ const char *PresentTitle, 
*PresentSubtitle;
+@@ -873,7 +877,7 @@
+ rtcycle = 10; // RT
+ lcrCycle = 10; // LCR
+ }
+-}
++//  }
+ if ( nextLcdUpdate <= time(NULL) )
+ nextLcdUpdate=(time(NULL)/60)*60+60;
+ }

diff --git a/media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9.ebuild 
b/media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9-r1.ebuild
similarity index 64%
copy from media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9.ebuild
copy to media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9-r1.ebuild
index 207b8e2c133..fa5d74a98f8 100644
--- a/media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9.ebuild
+++ b/media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit vdr-plugin-2 versionator
+inherit vdr-plugin-2
 
 VERSION="932" # every bump, new version
 
-MY_P=${PN}-$(replace_version_separator 3 -jw ${PV})
+MY_P=${PN}-$(ver_rs 3 -jw ${PV})
 
 DESCRIPTION="VDR plugin: use LCD device for additional output"
 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-lcdproc";
@@ -16,11 +16,10 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${MY_P}.tgz 
-> ${P}.tgz"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="GPL-2"
-IUSE=""
 
-DEPEND=">=media-video/vdr-1.6
-   >=app-misc/lcdproc-0.4.3"
+DEPEND=">=app-misc/lcdproc-0.4.3
+   >=media-video/vdr-2.4"
 
-RDEPEND="${DEPEND}"
+PATCHES=( "${FILESDIR}/vdr-2.4_lcdproc-0.0.10.9.patch" )
 
 S=${WORKDIR}/${MY_P#vdr-}

diff --git a/media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9.ebuild 
b/media-plugins/vdr-lcdproc/vdr-lcdproc-0.0.10.9.e

[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-futurama/

2019-12-25 Thread Ulrich Müller
commit: e0992fcfb0637f29b3dd9619861c2d93fdcb03ac
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Dec 25 21:47:40 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Dec 25 21:47:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0992fcf

games-misc/fortune-mod-futurama: Fix checksum in Manifest.

Closes: https://bugs.gentoo.org/703722
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 games-misc/fortune-mod-futurama/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/fortune-mod-futurama/Manifest 
b/games-misc/fortune-mod-futurama/Manifest
index 993222f8768..95c9570e5bb 100644
--- a/games-misc/fortune-mod-futurama/Manifest
+++ b/games-misc/fortune-mod-futurama/Manifest
@@ -1 +1 @@
-DIST fortune-mod-futurama-0.2.tar.gz 19349 BLAKE2B 
959c689d8707122067ac731945def933d24ee5da0defe7c810f794ae48a7efbdd9ebe15be2920d188a870207069dfa8fe72eaaca247979ad5ebe23a7f7f8d289
 SHA512 
a6780f46c361c31d523c8a39a47dd5d752a7cdb86d26f26bcfe89e5ee367c81af00ad4b538be5a40827a3b212214565afe5b438cb965fe87e05d9574c9483a01
+DIST fortune-mod-futurama-0.2.tar.gz 19282 BLAKE2B 
234a1a5800c79de64188b0bd97be60acad74cc5ed1913bf0d96aab30927c57429c4dae968c8322600ed3c40a6f4036c3a379a5c3ad19c1bdb2e4293bfae29ad4
 SHA512 
2085bed2a0c716960428d119474c667024fac4ba269fd10c9651da9f0997cc5f197cf591896432267e8451d4018772cc01ce8a9959a7b4293fb26a262ba62a29



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-zx-error/

2019-12-25 Thread Ulrich Müller
commit: 62c269d9ec575f5f89bd83c6ab41a89ba2626226
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Dec 25 21:48:48 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Dec 25 21:48:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c269d9

games-misc/fortune-mod-zx-error: Update HOMEPAGE and SRC_URI.

Closes: https://bugs.gentoo.org/703746
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild 
b/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
index 0f83be2dd3c..81675e102fa 100644
--- a/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
+++ b/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 MY_P="fortunes-zx-error-${PV}"
 DESCRIPTION="Sinclair ZX Spectrum BASIC error Fortunes"
-HOMEPAGE="http://korpus.juls.savba.sk/~garabik/software/fortunes-zx-error.html";
-SRC_URI="http://korpus.juls.savba.sk/~garabik/software/fortunes-zx-error/${MY_P}.tar.gz";
+HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/fortunes-zx-error.html";
+SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/fortunes-zx-error/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-12-25 Thread Mart Raudsepp
commit: 27adeb62a7417afe63c79cfdb9297b44de6b84eb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 21:34:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:34:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27adeb62

x11-libs/libnotify: add back gtk-doc support for devhelp

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 1c11ad27b1e..7f8ce624abc 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -11,20 +11,22 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify";
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="+introspection test"
+IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
app-eselect/eselect-notify-send
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
>=dev-libs/gobject-introspection-common-1.32
dev-util/glib-utils
virtual/pkgconfig
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
 "
 PDEPEND="virtual/notification-daemon"
@@ -38,7 +40,7 @@ multilib_src_configure() {
local emesonargs=(
-Dtests="$(usex test true false)"
-Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
-   -Dgtk_doc=false
+   -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
-Ddocbook_docs=disabled
)
meson_src_configure



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

2019-12-25 Thread Mart Raudsepp
commit: 3cdd21ce1995df7343dba625a96603ce52c477cc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 21:35:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:35:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdd21ce

x11-libs/libnotify: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/libnotify/Manifest  |  1 -
 x11-libs/libnotify/libnotify-0.7.7-r1.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 9efb114369c..7ce3a6f9deb 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1 @@
-DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B 
ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b
 SHA512 
133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954
 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94

diff --git a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
deleted file mode 100644
index e82fecf4379..000
--- a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org multilib-minimal xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="+introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-eselect/eselect-notify-send
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf \
-   --disable-gtk-doc \
-   --disable-static \
-   $(multilib_native_use_enable introspection) \
-   $(use_enable test tests)
-
-   # work-around gtk-doc out-of-source brokedness
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/reference/html docs/reference/html || die
-   fi
-}
-
-multilib_src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/

2019-12-25 Thread Mart Raudsepp
commit: 31048af7420748d61972e771fedd3394335dafb2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 21:22:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:22:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31048af7

app-i18n/poedit: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-i18n/poedit/Manifest|  1 -
 app-i18n/poedit/poedit-2.1.1.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/app-i18n/poedit/Manifest b/app-i18n/poedit/Manifest
index a1f8b0e2713..b1b798601fc 100644
--- a/app-i18n/poedit/Manifest
+++ b/app-i18n/poedit/Manifest
@@ -1,3 +1,2 @@
-DIST poedit-2.1.1.tar.gz 2722379 BLAKE2B 
3e5102ab9b2b6b6701abd3f44dab846d6989e5abdbcadf924cf7032d725fa1b405425cefa37eb0230d3de68ea0c60ec05e7bfe84f906cdec0230d8c1284f5779
 SHA512 
0b5e13c3e59c9bde78b95b45aa8765c16c03d12ca9fbabe4448e409ff4cd627676d1b77c011c75a54dc0e10acda23ceb49ca063e76a29154344dc5fdb9e5f8a8
 DIST poedit-2.2.3.tar.gz 2834106 BLAKE2B 
bf3670f612ca673893eb9f6cb23b67d329669266345fb4c29af44da28ff536825935bb209a250053e6eb65d937a7ae4b183dccc855e4747cbcc1cbb94161b6e6
 SHA512 
566f397add593d0b05b995cbd1cff1b063b6eb49b02058511f13c27ed5887685816f8dd9280e1a6be2dd594049c6eecd73efc5cf7835475d3cb5a94fe38f280f
 DIST poedit-2.2.4.tar.gz 2840389 BLAKE2B 
1f88aeba2d4dc5ad802843cc39c298936d6619d98839257c302858f14f8d0ef3fabbda290d83192e501a7679ad2ebc63d1a87314e885d8d7e465b54de0feb297
 SHA512 
e7388e0657755752bc9eacd95d0a2f8f70d5a759fa15f054be3a8d07df821e8dceb9994652b576553808840bac520fcd292fd15987659f8cb4e4c8c7930ae919

diff --git a/app-i18n/poedit/poedit-2.1.1.ebuild 
b/app-i18n/poedit/poedit-2.1.1.ebuild
deleted file mode 100644
index 5baa598d9de..000
--- a/app-i18n/poedit/poedit-2.1.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="af an ar az be be@latin bg bs ca ckb co cs da de el en_GB es et eu 
fa fi fr ga gl he hr hu hy id is it ja ka kab kk ko lt lv ms nb nl oc pa pl 
pt_BR pt_PT ro ru sk sl sq sr sv tg th tr uk uz vi zh_CN zh_TW"
-WX_GTK_VER=3.0-gtk3
-
-inherit gnome2-utils l10n wxwidgets xdg
-
-DESCRIPTION="GUI gettext translations editor"
-HOMEPAGE="https://poedit.net";
-SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz";
-
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   app-text/gtkspell:3
-   x11-libs/gtk+:3
-   >=dev-cpp/lucene++-3.0.5
-   >=dev-libs/pugixml-1.9
-   dev-libs/boost:=[nls]
-   dev-libs/icu:=
-   >=x11-libs/wxGTK-3.0.3:${WX_GTK_VER}[X]
-"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   my_rm_loc() {
-   sed -i -e "/^POEDIT_LINGUAS = /s: ${1}::" locales/Makefile.in 
|| die
-   rm "locales/${1}.mo" || die
-   }
-
-   l10n_find_plocales_changes 'locales' '' '.mo'
-   l10n_for_each_disabled_locale_do my_rm_loc
-
-   setup-wxwidgets
-   xdg_src_prepare
-}
-
-src_configure() {
-   # CLD2 and C++ Rest are not available in Gentoo
-   local myeconfargs=(
-   --without-cld2
-   --without-cpprest
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}



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

2019-12-25 Thread David Seifert
commit: 5f28d08b67bb2939bc2307de5792a4b3929486f5
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:40 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f28d08b

profiles/package.mask: Last-rite games-kids/tuxmathscrabble

Bug: https://bugs.gentoo.org/693032
Closes: https://github.com/gentoo/gentoo/pull/14122
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 28771e2af72..15d75fd4207 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, upstream abandoned further development, Broken.
+# Removal in 30 days.  Bug #693032.
+games-kids/tuxmathscrabble
+
 # Ulrich Müller  (2019-12-25)
 # Broken SRC_URI. Most distfiles have no license,
 # so we cannot distribute them on mirrors.



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

2019-12-25 Thread Mart Raudsepp
commit: 4ab42af0fa873f3df96d1171db84d76d52a1e524
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 20:59:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:22:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab42af0

net-libs/webkit-gtk: add upstream bug reference to glvnd patch

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild
index 93381a7d5a1..6b71ee4d01d 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.24.4.ebuild
@@ -160,7 +160,7 @@ pkg_setup() {
 
 src_prepare() {
eapply "${FILESDIR}/${P}-icu-65.patch" # bug 698596
-   eapply "${FILESDIR}/${P}-eglmesaext-include.patch" # bug 699054
+   eapply "${FILESDIR}/${P}-eglmesaext-include.patch" # bug 699054 # 
https://bugs.webkit.org/show_bug.cgi?id=204108
cmake-utils_src_prepare
gnome2_src_prepare
 }



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

2019-12-25 Thread David Seifert
commit: 69e44f0be252d3be54a7a76f5d755350f9f9c2c7
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:52 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e44f0b

profiles/package.mask: Last-rite games-rpg/dragonhunt

Bug: https://bugs.gentoo.org/703792
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a5553ebe049..25a462a566e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703792.
+games-rpg/dragonhunt
+
 # David Seifert  (2019-12-25)
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703784.



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

2019-12-25 Thread David Seifert
commit: 323140c9547288beb6c47970adecd491f3062a37
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:48 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323140c9

profiles/package.mask: Last-rite games-puzzle/4stattack

Bug: https://bugs.gentoo.org/703780
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index de8c56c2bd5..343a3f08995 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703780.
+games-puzzle/4stattack
+
 # David Seifert  (2019-12-25)
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703774.



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

2019-12-25 Thread David Seifert
commit: dc69d129f749af5100b6e17efdbfe33795c67060
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:42 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc69d129

profiles/package.mask: Last-rite games-arcade/bub-n-bros

Bug: https://bugs.gentoo.org/703764
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 952c56946c2..fc1bf32b25c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, no other distro packages it anymore.
+# Removal in 30 days.  Bug #703764.
+games-arcade/bub-n-bros
+
 # David Seifert  (2019-12-25)
 # Py2 only, upstream abandoned since 2005.
 # Removal in 30 days.  Bug #703762.



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

2019-12-25 Thread David Seifert
commit: 4222f72da90ad427f49d1c5404c1f105bfa44db3
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:50 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4222f72d

profiles/package.mask: Last-rite games-puzzle/jools

Bug: https://bugs.gentoo.org/703784
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f4669817d9..a5553ebe049 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703784.
+games-puzzle/jools
+
 # David Seifert  (2019-12-25)
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703782.



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

2019-12-25 Thread David Seifert
commit: fc64712a8df891660baadbd52ab61ea09cd6db41
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:43 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc64712a

profiles/package.mask: Last-rite games-arcade/pycadia

Bug: https://bugs.gentoo.org/703768
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fc1bf32b25c..39ba0058f98 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, no other distro packages it anymore.
+# Removal in 30 days.  Bug #703768.
+games-arcade/pycadia
+
 # David Seifert  (2019-12-25)
 # Py2 only, no other distro packages it anymore.
 # Removal in 30 days.  Bug #703764.



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

2019-12-25 Thread David Seifert
commit: 36f1ad75eb4639810b0adece5284f049146bf7d7
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:46 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f1ad75

profiles/package.mask: Last-rite games-arcade/triplexinvaders

Bug: https://bugs.gentoo.org/703772
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c19ae17ac74..09ca4d514ee 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703772.
+games-arcade/triplexinvaders
+
 # David Seifert  (2019-12-25)
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703770.



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

2019-12-25 Thread David Seifert
commit: 5a3aabe120491e9529bdf23b7cca3406d658b335
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:44 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3aabe1

profiles/package.mask: Last-rite games-arcade/pydance

Bug: https://bugs.gentoo.org/703770
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 39ba0058f98..c19ae17ac74 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703770.
+games-arcade/pydance
+games-arcade/pydance-songs
+
 # David Seifert  (2019-12-25)
 # Py2 only, no other distro packages it anymore.
 # Removal in 30 days.  Bug #703768.



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

2019-12-25 Thread David Seifert
commit: 492064e03a29711169af051c3ce03c77d079b935
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:47 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492064e0

profiles/package.mask: Last-rite games-arcade/watermelons

Bug: https://bugs.gentoo.org/703774
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 09ca4d514ee..de8c56c2bd5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703774.
+games-arcade/watermelons
+
 # David Seifert  (2019-12-25)
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703772.



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

2019-12-25 Thread David Seifert
commit: 2516c8d41d41a64d0ee1c529be3cba52b65d8d8c
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:41 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2516c8d4

profiles/package.mask: Last-rite games-action/accelerator3d

Bug: https://bugs.gentoo.org/703762
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 15d75fd4207..952c56946c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, upstream abandoned since 2005.
+# Removal in 30 days.  Bug #703762.
+games-action/accelerator3d
+
 # David Seifert  (2019-12-25)
 # Py2 only, upstream abandoned further development, Broken.
 # Removal in 30 days.  Bug #693032.



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

2019-12-25 Thread David Seifert
commit: 1936ce52e8ffe64f048fe29d4add3052ce8f3608
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 25 21:21:49 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec 25 21:21:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1936ce52

profiles/package.mask: Last-rite games-puzzle/hexamine

Bug: https://bugs.gentoo.org/703782
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 343a3f08995..2f4669817d9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2019-12-25)
+# Py2 only, dead upstream, no py3 port in sight.
+# Removal in 30 days.  Bug #703782.
+games-puzzle/hexamine
+
 # David Seifert  (2019-12-25)
 # Py2 only, dead upstream, no py3 port in sight.
 # Removal in 30 days.  Bug #703780.



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2019-12-25 Thread Andreas Sturmlechner
commit: 3fdba198a85f62982a72260e83747e3560c149e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 20:59:09 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 21:20:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdba198

app-office/libreoffice: Drop python2_7, add python3_8

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/libreoffice-6.3..ebuild | 2 +-
 app-office/libreoffice/libreoffice-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-6.3..ebuild 
b/app-office/libreoffice/libreoffice-6.3..ebuild
index 7a8ee9560f6..19a2070ce5c 100644
--- a/app-office/libreoffice/libreoffice-6.3..ebuild
+++ b/app-office/libreoffice/libreoffice-6.3..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 
 MY_PV="${PV/_alpha/.alpha}"

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 52c11f8e8ca..b71dce302d5 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 
 MY_PV="${PV/_alpha/.alpha}"



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

2019-12-25 Thread Andreas Sturmlechner
commit: 2608fef075c86400ccd899fcd6d1194f267ad830
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 21:01:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 21:20:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2608fef0

media-gfx/graphite2: Drop 1.3.10

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/graphite2/Manifest|   1 -
 media-gfx/graphite2/graphite2-1.3.10.ebuild | 119 
 2 files changed, 120 deletions(-)

diff --git a/media-gfx/graphite2/Manifest b/media-gfx/graphite2/Manifest
index 091edba80f8..d1930261a2b 100644
--- a/media-gfx/graphite2/Manifest
+++ b/media-gfx/graphite2/Manifest
@@ -1,2 +1 @@
-DIST graphite2-1.3.10.tgz 3889647 BLAKE2B 
c6db80950ed5f81d5ecf77003e23e6545c2824948bdc04aa3111747c0eb1ef074b09fe4c3ec20b68b00f75958ea39c5945a7fbe2fecde55ff32d22e517c91156
 SHA512 
d6d578feaa2d9304dc9bcd3926958070b8c23b27437a9fcb801e08e62f33a5549b7a6aa9636c7f8eb80a2a2c6d5cac97d58050fb30fd102b9fd0f8c558f4252b
 DIST graphite2-1.3.13.tgz 6664757 BLAKE2B 
3faad44f7ba5e0729f722fd4589c5f6a4c53cffc2bb93615c8220d03c759dedf05924b1f56cafcf1c28e0a4b50fba0d319da30572fffde4baab6bc240528a0d3
 SHA512 
44ac2f353c1a795a55c78b4ff72df35a3a5a94700356c0eefe105d66cd499ac93f9cfd5ab7b3ea842b575156cb8df19e0b57ff8b9dbaee8a576319ff5889c131

diff --git a/media-gfx/graphite2/graphite2-1.3.10.ebuild 
b/media-gfx/graphite2/graphite2-1.3.10.ebuild
deleted file mode 100644
index 54c11d8e1d9..000
--- a/media-gfx/graphite2/graphite2-1.3.10.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-GENTOO_DEPEND_ON_PERL="no"
-inherit eutils perl-module python-any-r1 cmake-multilib
-
-DESCRIPTION="Library providing rendering capabilities for complex non-Roman 
writing systems"
-HOMEPAGE="http://graphite.sil.org/";
-SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
-IUSE="perl test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   perl? ( dev-lang/perl:= )
-"
-DEPEND="${RDEPEND}
-   perl? (
-   dev-perl/Module-Build
-   dev-perl/Locale-Maketext-Lexicon
-   )
-   test? (
-   dev-libs/glib:2
-   media-libs/fontconfig
-   $(python_gen_any_dep '
-   dev-python/fonttools[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   perl? ( virtual/perl-Test-Simple )
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.3.5-includes-libs-perl.patch"
-)
-
-pkg_setup() {
-   use perl && perl_set_version
-   use test && python-any-r1_pkg_setup
-}
-
-python_check_deps() {
-   has_version "dev-python/fonttools[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # make tests optional
-   if ! use test; then
-   sed -i \
-   -e '/tests/d' \
-   CMakeLists.txt || die
-   fi
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   "-DVM_MACHINE_TYPE=direct"
-   # https://sourceforge.net/p/silgraphite/bugs/49/
-   $([[ ${CHOST} == powerpc*-apple* ]] && \
-   echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")
-   )
-
-   cmake-utils_src_configure
-
-   # fix perl linking
-   if multilib_is_native_abi && use perl; then
-   # we rely on the fact that cmake-utils_src_configure sets 
BUILD_DIR
-   sed -i \
-   -e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
-   "${S}"/contrib/perl/Build.PL || die
-   fi
-}
-
-src_compile() {
-   cmake-multilib_src_compile
-   if use perl; then
-   cd contrib/perl || die
-   perl-module_src_configure
-   perl-module_src_compile
-   fi
-}
-
-multilib_src_test() {
-   if multilib_is_native_abi; then
-   cmake-utils_src_test
-   else
-   einfo Cannot test since python is not multilib.
-   fi
-}
-
-src_test() {
-   cmake-multilib_src_test
-   if use perl; then
-   # Perl tests fail due to missing POD coverage...
-   perl_rm_files "contrib/perl/t/pod.t" 
"contrib/perl/t/pod-coverage.t"
-   cd contrib/perl || die
-   perl-module_src_test
-   fi
-}
-
-src_install() {
-   cmake-multilib_src_install
-   if use perl; then
-   cd contrib/perl || die
-   perl-module_src_install
-   perl_delete_localpod
-   fi
-
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libfakekey/files/, x11-libs/libfakekey/

2019-12-25 Thread Andreas Sturmlechner
commit: 720fef2317aad8aba79c16922c56e2d25c1b9c8d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 21:09:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 21:20:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720fef23

x11-libs/libfakekey: Drop 0.1-r3

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-libs/libfakekey/Manifest  |  1 -
 x11-libs/libfakekey/files/libfakekey-0.1-ac.patch | 24 
 x11-libs/libfakekey/libfakekey-0.1-r3.ebuild  | 48 ---
 3 files changed, 73 deletions(-)

diff --git a/x11-libs/libfakekey/Manifest b/x11-libs/libfakekey/Manifest
index 54307fe81ee..97afebdd321 100644
--- a/x11-libs/libfakekey/Manifest
+++ b/x11-libs/libfakekey/Manifest
@@ -1,2 +1 @@
-DIST libfakekey-0.1.tar.bz2 203504 BLAKE2B 
f3e51a1ff38dd95238a1035617045f728177c9dca96d760dfe3c4485511b500944e6f64aeb5acb3e65db3badc4c189ae25ea50f42f58a927f3ec1899c4778751
 SHA512 
1fda0548cf14657083a6602f8d6c08efae8cae2236de7ed17fc4058765156c6bb923956e3c7fd75f2db586399f1d8a3320ab5bbed71cc5a8b0d146590a14a808
 DIST libfakekey-0.3.tar.bz2 9672 BLAKE2B 
1cd86581148e218879b14ff52fb085fd20248a475ccf00a08918d64db811b21bbba3632e799d798077a197298da4d976be3180c060a6016c396428519d1aaef2
 SHA512 
b0502dbb01839009de7120f8ca939c839850e7c3c88678b52d6df9f4205cbec20769cedd61c9307e8307f6bf789eee25b20d4fe20c25e7285318f5ea1334555a

diff --git a/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch 
b/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch
deleted file mode 100644
index 7158ad220ef..000
--- a/x11-libs/libfakekey/files/libfakekey-0.1-ac.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 a/configure.ac 2011-05-22 14:59:45.801746472 +0100
-+++ b/configure.ac 2011-05-22 15:02:59.437159981 +0100
-@@ -14,16 +14,14 @@ AC_HEADER_STDC
- 
- dnl -- libtool versioning ---
- 
--LT_CURRENT=0
--LT_REVISION=1
--AC_SUBST(LT_CURRENT)
--AC_SUBST(LT_REVISION)
--LT_AGE=0
-+m4_define(LT_CURRENT, 0)
-+m4_define(LT_REVISION, 1)
-+m4_define(LT_AGE, 0)
- 
--LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE"
-+LT_VERSION_INFO="LT_CURRENT():LT_REVISION():LT_AGE()"
- AC_SUBST(LT_VERSION_INFO)
- 
--LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
-+LT_CURRENT_MINUS_AGE="m4_eval(LT_CURRENT() - LT_AGE())"
- AC_SUBST(LT_CURRENT_MINUS_AGE)
- 
- dnl -- Check for X Stuff 

diff --git a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild 
b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild
deleted file mode 100644
index d423f654cc1..000
--- a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package"
-HOMEPAGE="https://www.yoctoproject.org/tools-resources/projects/matchbox";
-SRC_URI="http://downloads.yoctoproject.org/releases/matchbox/${PN}/${PV}/${P}.tar.bz2";
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86"
-IUSE="debug doc"
-
-RDEPEND="x11-libs/libXtst"
-
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-PATCHES=(
-   # Allow configure to use libtool-2
-   "${FILESDIR}/${P}-ac.patch"
-)
-
-src_prepare() {
-   default
-
-   # Fix underlinking bug #367595
-   sed -i -e 's/^fakekey_test_LDADD=/fakekey_test_LDADD=-lX11 /' \
-   tests/Makefile.am || die 'Cannot sed Makefile.am'
-   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   # --with/without-x is ignored by configure script and X is used.
-   econf --with-x \
-   $(use_enable debug) \
-   $(use_enable doc doxygen-docs)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   use doc && local HTML_DOCS=( doc/html/. )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/files/, app-office/calligra/

2019-12-25 Thread Andreas Sturmlechner
commit: 91bae785446138e2818ca1c76de35b731c8fae45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 21:14:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 21:20:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bae785

app-office/calligra: Fix build with app-text/poppler-0.83.0

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/calligra/calligra-3.1.0-r4.ebuild   |  4 ++
 .../files/calligra-3.1.0-poppler-0.83.patch| 69 ++
 2 files changed, 73 insertions(+)

diff --git a/app-office/calligra/calligra-3.1.0-r4.ebuild 
b/app-office/calligra/calligra-3.1.0-r4.ebuild
index 411c8177f1c..f4c78118f36 100644
--- a/app-office/calligra/calligra-3.1.0-r4.ebuild
+++ b/app-office/calligra/calligra-3.1.0-r4.ebuild
@@ -139,6 +139,10 @@ src_prepare() {
eapply "${FILESDIR}/${P}-poppler-0.82.patch" # TODO: make 
upstreamable patch
fi
 
+   if has_version ">=app-text/poppler-0.83"; then
+   eapply "${FILESDIR}/${P}-poppler-0.83.patch" # TODO: make 
upstreamable patch
+   fi
+
if ! use test; then
sed -e "/add_subdirectory( *benchmarks *)/s/^/#DONT/" \
-i libs/pigment/CMakeLists.txt || die

diff --git a/app-office/calligra/files/calligra-3.1.0-poppler-0.83.patch 
b/app-office/calligra/files/calligra-3.1.0-poppler-0.83.patch
new file mode 100644
index 000..383131ab387
--- /dev/null
+++ b/app-office/calligra/files/calligra-3.1.0-poppler-0.83.patch
@@ -0,0 +1,69 @@
+Source: Timo Gurr 
+Upstream: Reported, https://bugs.kde.org/show_bug.cgi?id=414795
+Reason: Fix build with poppler 0.83.0
+
+diff -Naur calligra-3.1.0/filters/karbon/pdf/PdfImport.cpp 
calligra-3.1.0.new/filters/karbon/pdf/PdfImport.cpp
+--- calligra-3.1.0/filters/karbon/pdf/PdfImport.cpp2019-12-04 
12:41:13.0 +0100
 calligra-3.1.0.new/filters/karbon/pdf/PdfImport.cpp2019-12-04 
12:39:03.0 +0100
+@@ -60,19 +60,17 @@
+ }
+ 
+ // read config file
+-globalParams = new GlobalParams();
++globalParams.reset(new GlobalParams());
+ if (! globalParams)
+ return KoFilter::NotImplemented;
+ 
+ GooString * fname = new 
GooString(QFile::encodeName(m_chain->inputFile()).data());
+ PDFDoc * pdfDoc = new PDFDoc(fname, 0, 0, 0);
+ if (! pdfDoc) {
+-delete globalParams;
+ return KoFilter::StupidError;
+ }
+ 
+ if (! pdfDoc->isOk()) {
+-delete globalParams;
+ delete pdfDoc;
+ return KoFilter::StupidError;
+ }
+@@ -99,7 +97,6 @@
+ 
+ delete dev;
+ delete pdfDoc;
+-delete globalParams;
+ globalParams = 0;
+ 
+ return KoFilter::OK;
+diff -Naur calligra-3.1.0/filters/karbon/pdf/SvgOutputDev.cpp 
calligra-3.1.0.new/filters/karbon/pdf/SvgOutputDev.cpp
+--- calligra-3.1.0/filters/karbon/pdf/SvgOutputDev.cpp 2019-12-04 
12:41:14.0 +0100
 calligra-3.1.0.new/filters/karbon/pdf/SvgOutputDev.cpp 2019-12-04 
12:35:30.0 +0100
+@@ -172,7 +172,7 @@
+ *d->body << "/>" << endl;
+ }
+ 
+-QString SvgOutputDev::convertPath(GfxPath *path)
++QString SvgOutputDev::convertPath(const GfxPath *path)
+ {
+ if (! path)
+ return QString();
+@@ -180,7 +180,7 @@
+ QString output;
+ 
+ for (int i = 0; i < path->getNumSubpaths(); ++i) {
+-GfxSubpath * subpath = path->getSubpath(i);
++const GfxSubpath * subpath = path->getSubpath(i);
+ if (subpath->getNumPoints() > 0) {
+ output += QString("M%1 
%2").arg(subpath->getX(0)).arg(subpath->getY(0));
+ int j = 1;
+diff -Naur calligra-3.1.0/filters/karbon/pdf/SvgOutputDev.h 
calligra-3.1.0.new/filters/karbon/pdf/SvgOutputDev.h
+--- calligra-3.1.0/filters/karbon/pdf/SvgOutputDev.h   2019-12-04 
12:41:14.0 +0100
 calligra-3.1.0.new/filters/karbon/pdf/SvgOutputDev.h   2019-12-04 
12:30:41.0 +0100
+@@ -83,7 +83,7 @@
+ /// Dumps content to svg file
+ void dumpContent();
+ private:
+-QString convertPath(GfxPath *path);
++QString convertPath(const GfxPath *path);
+ QString convertMatrix(const QMatrix &matrix);
+ QString convertMatrix(const double * matrix);
+ QString printFill();



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remoteosd/files/, media-plugins/vdr-remoteosd/

2019-12-25 Thread Jörg Bornkessel
commit: 13bef988a8f712623cdcd39b26c2af1a962d2c9c
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Dec 25 21:15:40 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Dec 25 21:16:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bef988

media-plugins/vdr-remoteosd: patched for media-video/vdr-2.4

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 .../files/vdr-2.4_remoteosd-1.0.0.patch| 38 ++
 .../vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild| 18 ++
 2 files changed, 56 insertions(+)

diff --git a/media-plugins/vdr-remoteosd/files/vdr-2.4_remoteosd-1.0.0.patch 
b/media-plugins/vdr-remoteosd/files/vdr-2.4_remoteosd-1.0.0.patch
new file mode 100644
index 000..af6515bbe01
--- /dev/null
+++ b/media-plugins/vdr-remoteosd/files/vdr-2.4_remoteosd-1.0.0.patch
@@ -0,0 +1,38 @@
+compile fix for >=vdr-2.3.1 
+suggested by MatthiasK on vdr-portal.de
+
+Signed-off-by: Joerg Bornkessel  ( 25 Dec 2019 )
+diff -Naur remoteosd-1.0.0.orig/menu.c remoteosd-1.0.0/menu.c
+--- remoteosd-1.0.0.orig/menu.c2019-12-25 21:59:10.907492713 +0100
 remoteosd-1.0.0/menu.c 2019-12-25 22:01:09.717492713 +0100
+@@ -69,7 +69,8 @@
+   }
+ 
+   if (RemoteOsdSetup.tuneServer) {
+-  cChannel *channel = 
Channels.GetByNumber(cDevice::CurrentChannel());
++  LOCK_CHANNELS_READ;
++  const cChannel *channel = 
Channels->GetByNumber(cDevice::CurrentChannel());
+   CmdCHAN(channel);
+   }
+ 
+@@ -98,7 +99,7 @@
+   return cmd.responseCode;
+ }
+ 
+-bool cRemoteOsdMenu::CmdCHAN(cChannel *Channel) {
++bool cRemoteOsdMenu::CmdCHAN(const cChannel *Channel) {
+   SvdrpCommand_v1_0 cmd;
+   cmd.command = cString::sprintf("CHAN %s\r\n", 
*Channel->GetChannelID().ToString());
+   cmd.handle = svdrp.handle;
+diff -Naur remoteosd-1.0.0.orig/menu.h remoteosd-1.0.0/menu.h
+--- remoteosd-1.0.0.orig/menu.h2019-12-25 21:59:10.906492713 +0100
 remoteosd-1.0.0/menu.h 2019-12-25 22:01:37.733492713 +0100
+@@ -27,7 +27,7 @@
+   boolisEmpty;
+   boolplugOsd;
+ 
+-  bool CmdCHAN(cChannel *Channel);
++  bool CmdCHAN(const cChannel *Channel);
+   bool CmdHITK(const char *Key);
+   bool CmdLSTO();
+   bool CmdOSDT();

diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild 
b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild
new file mode 100644
index 000..6df2e44b447
--- /dev/null
+++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: server/client remoteosd"
+HOMEPAGE="http://vdr.schmirler.de/";
+SRC_URI="http://vdr.schmirler.de/remoteosd/${P}.tgz";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND=">=media-video/vdr-2.4"
+
+PATCHES=( "${FILESDIR}/vdr-2.4_remoteosd-${PV}.patch" )
\ No newline at end of file



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

2019-12-25 Thread Aaron Bauman
commit: 0ea73658c4b438805ae384aa9bc12ee547442b33
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec 25 21:12:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec 25 21:12:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea73658

dev-libs/cyrus-sasl: arm64 stable (bug #703628)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.83, Repoman-2.3.20

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
index 83e716721eb..5b46543ec91 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="BSD-with-attribution"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam 
postgres sample selinux sqlite srp ssl static-libs urandom"
 
 CDEPEND="



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

2019-12-25 Thread Sergei Trofimovich
commit: b1fefc44b1569512ba47138e126875ad5002b3cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:43 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fefc44

app-arch/unrar: stable 5.8.5 for ppc64, bug #700516

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/unrar/unrar-5.8.5.ebuild 
b/app-arch/unrar/unrar-5.8.5.ebuild
index abefcfc8d49..892d9759c30 100644
--- a/app-arch/unrar/unrar-5.8.5.ebuild
+++ b/app-arch/unrar/unrar-5.8.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/5"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2019-12-25 Thread Mart Raudsepp
commit: 23d1560478908752f77b0ad4d31c9a4060a59389
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 20:49:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 20:50:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d15604

app-crypt/gcr: fix desktop files

Closes: https://bugs.gentoo.org/702040
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-crypt/gcr/files/3.34.0-fix-desktop-files.patch | 61 ++
 .../{gcr-3.34.0.ebuild => gcr-3.34.0-r1.ebuild}|  5 ++
 2 files changed, 66 insertions(+)

diff --git a/app-crypt/gcr/files/3.34.0-fix-desktop-files.patch 
b/app-crypt/gcr/files/3.34.0-fix-desktop-files.patch
new file mode 100644
index 000..0678937fcc0
--- /dev/null
+++ b/app-crypt/gcr/files/3.34.0-fix-desktop-files.patch
@@ -0,0 +1,61 @@
+From a69dc44e11270ce092babfa57fe3aab31da9619c Mon Sep 17 00:00:00 2001
+From: Daiki Ueno 
+Date: Mon, 21 Oct 2019 12:02:05 +0200
+Subject: [PATCH] build: Use sed for .desktop variables substitution
+
+We can't do that with configure, as it leaves ${exec_prefix}.
+---
+ configure.ac   | 2 --
+ ui/Makefile.am | 6 ++
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1ba43d6..6286f16 100644
+--- a/configure.ac
 b/configure.ac
+@@ -423,8 +423,6 @@ gcr/gcr-version.h
+ po/Makefile.in
+ ui/gcr.pc
+ ui/gcr-ui.pc
+-ui/gcr-prompter.desktop.in
+-ui/gcr-viewer.desktop.in
+ ui/icons/16x16/Makefile
+ ui/icons/22x22/Makefile
+ ui/icons/24x24/Makefile
+diff --git a/ui/Makefile.am b/ui/Makefile.am
+index 29c33e7..7594621 100644
+--- a/ui/Makefile.am
 b/ui/Makefile.am
+@@ -209,6 +209,8 @@ gcr_viewer_LDADD = \
+ viewer_desktop_in_in = ui/gcr-viewer.desktop.in.in
+ viewer_desktop_in = $(viewer_desktop_in_in:.desktop.in.in=.desktop.in)
+ viewer_desktop = $(viewer_desktop_in:.desktop.in=.desktop)
++$(viewer_desktop_in): $(viewer_desktop_in_in)
++  $(AM_V_GEN) sed 's|@bindir[@]|$(bindir)|g' $< > $@
+ $(viewer_desktop): $(viewer_desktop_in)
+   $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
+ 
+@@ -231,9 +233,12 @@ gcr_prompter_LDADD = \
+ prompter_desktop_in_in = ui/gcr-prompter.desktop.in.in
+ prompter_desktop_in = $(prompter_desktop_in_in:.desktop.in.in=.desktop.in)
+ prompter_desktop = $(prompter_desktop_in:.desktop.in=.desktop)
++$(prompter_desktop_in): $(prompter_desktop_in_in)
++  $(AM_V_GEN) sed 's|@libexecdir[@]|$(libexecdir)|g' $< > $@
+ $(prompter_desktop): $(prompter_desktop_in)
+   $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
+ 
++desktop_in_in_files = $(viewer_desktop_in_in) $(prompter_desktop_in_in)
+ desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
+ desktopdir = $(datadir)/applications
+ desktop_DATA = \
+@@ -247,6 +252,7 @@ EXTRA_DIST += \
+   ui/gcr.gresource.xml \
+   $(ui_RESOURCES) \
+   $(mime_DATA) \
++  $(desktop_in_in_files) \
+   ui/fixtures
+ 
+ CLEANFILES += \
+-- 
+2.24.1
+

diff --git a/app-crypt/gcr/gcr-3.34.0.ebuild 
b/app-crypt/gcr/gcr-3.34.0-r1.ebuild
similarity index 95%
rename from app-crypt/gcr/gcr-3.34.0.ebuild
rename to app-crypt/gcr/gcr-3.34.0-r1.ebuild
index c6e3d16d6c3..3c984e3e1e3 100644
--- a/app-crypt/gcr/gcr-3.34.0.ebuild
+++ b/app-crypt/gcr/gcr-3.34.0-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 VALA_USE_DEPEND="vapigen"
 PYTHON_COMPAT=( python3_{6,7,8} )
+GNOME2_EAUTORECONF="yes"
 
 inherit gnome2 python-any-r1 vala virtualx
 
@@ -46,6 +47,10 @@ DEPEND="${COMMON_DEPEND}
 #  dev-libs/gobject-introspection-common
 #  dev-libs/vala-common
 
+PATCHES=(
+   "${FILESDIR}"/${PV}-fix-desktop-files.patch
+)
+
 pkg_setup() {
python-any-r1_pkg_setup
 }



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

2019-12-25 Thread Mart Raudsepp
commit: 77e557a14b9c35e0ea9b8a29f50d22a96b9e7fc1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 20:46:50 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 20:50:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e557a1

dev-libs/fribidi: security bump to 1.0.8

Bug: https://bugs.gentoo.org/699338
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest
index 2bd54bd5fa6..9a0f23772a2 100644
--- a/dev-libs/fribidi/Manifest
+++ b/dev-libs/fribidi/Manifest
@@ -1,2 +1,3 @@
 DIST fribidi-1.0.5.tar.bz2 2082617 BLAKE2B 
99b088a37600d1b3e556b4dd978cafb04af0fea9c7db8ed9b0aa90d6a6a60f8ca312c214151ce386d2d61ae382d6ff0e6ae240bd44dfde28eb8c25a5c5f4cd1e
 SHA512 
c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2
 DIST fribidi-1.0.7.tar.bz2 2074943 BLAKE2B 
9f2fccf46073c097ce89ab0b4ba640440b285e538a15a0ec3f8aba62ee5e892431e909c29fdcb793167eaea09fd4673ac33fbe12c7306ff9d26cbf871b9f565d
 SHA512 
c7a1834eb5e79e337b31c62b75e9ab61f761cc5d6eef5c9ac9610f69ed044ce9d2d2efac150cad167eea3e1d573b27765e5d01abc4b4f9e43c7903d5980ba8c0
+DIST fribidi-1.0.8.tar.bz2 2077095 BLAKE2B 
2b9a0887a02bf6bdd7f285aa1df012e5e8f675fc930b612f53a2cce5ef4ef275610ce9a1aec9debf4c5239164fdab4b175e36f8f07288949adf2496d01c95f67
 SHA512 
d66b1524b26d227fd6a628f438efb875c023ae3be708acaaad11f1f62d0902de0a5f57124458291ef2b0fcd89356c52ab8ae5559b0b5a93fa435b92f1d098ba2

diff --git a/dev-libs/fribidi/fribidi-1.0.8.ebuild 
b/dev-libs/fribidi/fribidi-1.0.8.ebuild
new file mode 100644
index 000..ec4204eaddb
--- /dev/null
+++ b/dev-libs/fribidi/fribidi-1.0.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
+HOMEPAGE="https://fribidi.org/";
+SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz2";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=""
+DEPEND=""
+BDEPEND="
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+"
+
+DOCS=( AUTHORS NEWS ChangeLog THANKS ) # README points at README.md which 
wasn't disted with EAPI-7
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-shared
+   $(use_enable static-libs static)
+   --disable-debug
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/

2019-12-25 Thread Sergei Trofimovich
commit: 0e88a76a18720c5b710c9c4f7d0fa2b81ffc2017
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:46 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e88a76a

dev-tcltk/thread: stable 2.8.2 for ppc64, bug #703434

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild 
b/dev-tcltk/thread/thread-2.8.2.ebuild
index e476bff4010..391435b3eb0 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"



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

2019-12-25 Thread Sergei Trofimovich
commit: 8edca20f2c0626dbe7150424891f1881fe8f4f05
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edca20f

media-gfx/graphite2: stable 1.3.13 for ppc64, bug #676956

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-gfx/graphite2/graphite2-1.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild 
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
index 393ad540215..afb99b3c7fe 100644
--- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="perl test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 8a266514039793a14a7df7320529b0aeac5f79fc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:57 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a266514

sys-devel/autogen: stable 5.18.16-r1 for ppc64, bug #703632

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-devel/autogen/autogen-5.18.16-r1.ebuild 
b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
index eac787b53a5..e56ef3c1810 100644
--- a/sys-devel/autogen/autogen-5.18.16-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.16-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND=">=dev-scheme/guile-2.0:=



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

2019-12-25 Thread Sergei Trofimovich
commit: 6feeb749e96279140f65cdc32d9dbd54c64a73c9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6feeb749

dev-libs/libzip: stable 1.5.2-r2 for ppc64, bug #703556

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libzip/libzip-1.5.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libzip/libzip-1.5.2-r2.ebuild 
b/dev-libs/libzip/libzip-1.5.2-r2.ebuild
index c38be8b2758..f1c84d5ed7b 100644
--- a/dev-libs/libzip/libzip-1.5.2-r2.ebuild
+++ b/dev-libs/libzip/libzip-1.5.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.nih.at/libzip/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 doc gnutls libressl mbedtls ssl static-libs test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 0c49ac5a9b5062df14b86edb18ceaf33c756483d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c49ac5a

sys-apps/systemd: stable 242-r7 for ppc64, bug #693156

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/systemd/systemd-242-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-242-r7.ebuild 
b/sys-apps/systemd/systemd-242-r7.ebuild
index be69471c9e6..64c36ed66a3 100644
--- a/sys-apps/systemd/systemd-242-r7.ebuild
+++ b/sys-apps/systemd/systemd-242-r7.ebuild
@@ -11,7 +11,7 @@ else
MY_P=${PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz";
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 PYTHON_COMPAT=( python{3_5,3_6,3_7} )



[gentoo-commits] repo/gentoo:master commit in: app-admin/system-config-printer/

2019-12-25 Thread Sergei Trofimovich
commit: 41224e77a53c391e77d732ef61d3577d03ec3664
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:49:54 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:50:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41224e77

app-admin/system-config-printer: stable 1.5.12 for ppc64, bug #703580

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/system-config-printer/system-config-printer-1.5.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild 
b/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild
index f76bb335f50..66bb97423d7 100644
--- a/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild
+++ b/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://github.com/OpenPrinting/system-config-printer";
 
SRC_URI="https://github.com/OpenPrinting/${PN}/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sh ~sparc x86"
 SLOT="0"
 IUSE="doc gnome-keyring policykit"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-12-25 Thread Andreas K. Hüttel
commit: 0f9e313c34bd737f2d16165dfda63496026e1890
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Dec 25 19:32:14 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec 25 20:47:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9e313c

license_groups: add EPSON-2018 to @EULA

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/license_groups b/profiles/license_groups
index 2ee8ac4e62f..b2bf5cb2cf1 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -71,7 +71,7 @@ BINARY-REDISTRIBUTABLE @FREE Amazon Atmel bh-luxi bonnie 
Broadcom freedist intel
 
 # License agreements that try to take away your rights. These are more
 # restrictive than "all-rights-reserved" or require explicit approval.
-EULA 2dboy-EULA AdobeFlash-11.x AMD-GPU-PRO-EULA AnyDesk-TOS 
ArxFatalis-EULA-JoWooD baudline BCS bestcrypt CAPYBARA-EULA Coherent-Graphics 
CROSSOVER-2 ETQW f.lux FAH-EULA-2014 Flightradar24 FraunhoferFDK 
Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome 
Google-TOS Intel-SDP Introversion LastPass LOKI-EULA MakeMKV-EULA 
Mendeley-terms Microsemi Mojang MTA-0.5 NVIDIA-CODEC-SDK NVIDIA-CUDA OPERA-2014 
Oracle-BCLA-JavaSE PAPERS-PLEASE Primate-Plunge protonmail-bridge-EULA PUEL 
Q3AEULA-2111 QUAKE4 Quartus-prime-megacore RAR Sourcetrail SPS Steam 
supermicro teamspeak3 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo 
Vivaldi worklog-assistant zi-labone
+EULA 2dboy-EULA AdobeFlash-11.x AMD-GPU-PRO-EULA AnyDesk-TOS 
ArxFatalis-EULA-JoWooD baudline BCS bestcrypt CAPYBARA-EULA Coherent-Graphics 
CROSSOVER-2 EPSON-2018 ETQW f.lux FAH-EULA-2014 Flightradar24 FraunhoferFDK 
Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome 
Google-TOS Intel-SDP Introversion LastPass LOKI-EULA MakeMKV-EULA 
Mendeley-terms Microsemi Mojang MTA-0.5 NVIDIA-CODEC-SDK NVIDIA-CUDA OPERA-2014 
Oracle-BCLA-JavaSE PAPERS-PLEASE Primate-Plunge protonmail-bridge-EULA PUEL 
Q3AEULA-2111 QUAKE4 Quartus-prime-megacore RAR Sourcetrail SPS Steam 
supermicro teamspeak3 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo 
Vivaldi worklog-assistant zi-labone
 
 # Local Variables:
 # mode: conf-space



[gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-network-nt/

2019-12-25 Thread Andreas K. Hüttel
commit: 472c2bd8f9956ec11654ae9180f97b3bffb85a4f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Dec 25 20:47:06 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec 25 20:48:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472c2bd8

media-gfx/iscan-plugin-network-nt: New package... Nonfree/EULA

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-gfx/iscan-plugin-network-nt/Manifest |  1 +
 .../iscan-plugin-network-nt-1.1.2.1.ebuild | 44 ++
 media-gfx/iscan-plugin-network-nt/metadata.xml |  8 
 3 files changed, 53 insertions(+)

diff --git a/media-gfx/iscan-plugin-network-nt/Manifest 
b/media-gfx/iscan-plugin-network-nt/Manifest
new file mode 100644
index 000..71a8787eb2c
--- /dev/null
+++ b/media-gfx/iscan-plugin-network-nt/Manifest
@@ -0,0 +1 @@
+DIST iscan-bundle-2.30.4.x64.deb.tar.gz 517592 BLAKE2B 
f7c0638575d406ed8612f478c06fdb1331e890f932b8dc96a4dcf9fbe499683f53159103c8dfd6c1036f2bc7930bbbc4c8b18d88c460d4b48798e07f31630e0b
 SHA512 
6d967f5d2d554478df49c784d0ee785a9e1fc4f4b6ea4dc320270a50eca35cc3d533b918a1bda33cf3b0e9b783380e7828b77543730079b2e2f40ad9578db79d

diff --git 
a/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild 
b/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild
new file mode 100644
index 000..59027f25061
--- /dev/null
+++ b/media-gfx/iscan-plugin-network-nt/iscan-plugin-network-nt-1.1.2.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Network scanning plugin for EPSON scanners (nonfree)"
+
+HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
+# This is distributed as part of the "bundle driver"; since we already have the
+# opensource part separately we just install the nonfree part here.
+
+ISCAN_VERSION="2.30.4"
+
+SRC_URI="https://download2.ebz.epson.net/iscan/general/deb/x64/iscan-bundle-${ISCAN_VERSION}.x64.deb.tar.gz";
+
+LICENSE="EPSON-2018"
+
+SLOT="0"
+
+#KEYWORDS="~amd64"
+# No keywords since I havent really gotten it to work yet. However, 
installation
+# locations are clearly correct... may be a hardware/network problem on my 
side.
+
+RESTRICT="bindist mirror strip"
+
+RDEPEND="media-gfx/iscan"
+BDEPEND="app-arch/deb2targz"
+
+src_unpack() {
+   default
+   mv 
./iscan-bundle-${ISCAN_VERSION}.x64.deb/plugins/iscan-network-nt_*_amd64.deb 
${P}.deb || die
+   mkdir ${P} || die
+   cd ${P} || die
+   unpack ../${P}.deb
+   unpack "${S}/data.tar.gz"
+}
+
+src_install() {
+   exeinto /usr/lib/iscan
+   doexe usr/lib/iscan/network
+
+   gunzip usr/share/doc/iscan-network-nt/*.gz
+   dodoc usr/share/doc/iscan-network-nt/*
+}

diff --git a/media-gfx/iscan-plugin-network-nt/metadata.xml 
b/media-gfx/iscan-plugin-network-nt/metadata.xml
new file mode 100644
index 000..80a71f59785
--- /dev/null
+++ b/media-gfx/iscan-plugin-network-nt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+dilfri...@gentoo.org
+Andreas K. Huettel
+  
+



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

2019-12-25 Thread Andreas K. Hüttel
commit: d360e3796da8bf72a1bdbde8c50353301bd7f2bc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Dec 25 19:29:35 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec 25 20:47:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d360e379

licenses/EPSON-2018: add sane linebreaks

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 licenses/EPSON-2018 | 563 +++-
 1 file changed, 473 insertions(+), 90 deletions(-)

diff --git a/licenses/EPSON-2018 b/licenses/EPSON-2018
index 07759793d26..3b1dce3e4a2 100644
--- a/licenses/EPSON-2018
+++ b/licenses/EPSON-2018
@@ -1,93 +1,476 @@
-Please read out COPYING.EPSON and Privacy 
Statement(http://download.ebz.epson.net/ps/linux/).
+Please read out COPYING.EPSON and Privacy Statement 
+(http://download.ebz.epson.net/ps/linux/).
 
 EPSON END USER SOFTWARE LICENSE AGREEMENT
 
-NOTICE TO USER: PLEASE READ THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR 
USING THIS PRODUCT. IF YOU ARE LOCATED IN THE UNITED STATES, SECTIONS 19-23 OF 
THIS DOCUMENT APPLY TO YOU. SECTION 22 CONTAINS A BINDING ARBITRATION PROVISION 
THAT LIMITS YOUR ABILITY TO SEEK RELIEF IN A COURT BEFORE A JUDGE OR JURY, AND 
WAIVES YOUR RIGHT TO PARTICIPATE IN CLASS ACTIONS OR CLASS ARBITRATIONS FOR 
CERTAIN DISPUTES. AN “OPT-OUT” IS AVAILABLE UNDER SECTION 22.7 FOR THOSE WHO 
WISH TO BE EXCLUDED FROM THE ARBITRATION AND CLASS WAIVER.
-
-This is a legal agreement (“Agreement”) between you (an individual or entity, 
referred to hereinafter as “you”) and Seiko Epson Corporation (including its 
affiliates, “Epson”) for the enclosed software programs, including any related 
documentation, firmware, or updates (collectively referred to hereinafter as 
the “Software”). The Software is provided by Epson and its suppliers for use 
only with the corresponding Epson brand computer peripheral product (the “Epson 
Hardware”). BEFORE INSTALLING, COPYING OR OTHERWISE USING THE SOFTWARE, YOU 
NEED TO REVIEW AND AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT 
INCLUDING THE EPSON PRIVACY POLICY stated in Section 17.  If you agree, click 
on the Agree (“ACCEPT”, “OK” or any similar representation of agreement) button 
below.  If you do not agree with the terms and conditions of this Agreement, 
click on the Disagree (“EXIT”, “Cancel” or any similar representation of 
disagreement) button and return the So
 ftware, along with the packaging and related materials, to Epson or the place 
of purchase for a full refund.
-
-1. Grant of License.  Epson grants you a limited, nonexclusive license to 
(i) download, install and use the Software for your personal and internal 
business use on hard disks or other computer storage devices, or in the case of 
a software application (also referred to as “Software”), on the smartphone, 
tablet, or other mobile device (collectively, “Device”), provided that the 
Software is used (i) only in a single location (e.g., a home or office or place 
of business), or in the case of a mobile device, on a Device owned or otherwise 
controlled by you, and (ii) only in connection with Epson Hardware owned by 
you.  You may allow other users of the Epson Hardware connected to your network 
to use the Software, provided that you shall ensure that such users use the 
Software only in accordance with this Agreement.  You agree to be responsible 
for and indemnify Epson for liabilities incurred as a consequence of use by 
such users. You may make backup copies of the Software, as neces
 sary, provided the backup is only used to support your use of the Epson 
Hardware. 
-
-2. Upgrades and Updates.  If you acquire an upgrade, updated version, 
modified version, or additions to or for the Software from Epson, the upgrade, 
updated version, modified version, or addition, shall be included in the 
defined term Software and governed by this Agreement.  You acknowledge that 
Epson has no obligation to provide you with any Updates (as defined below in 
this Section 2) to the Software. Epson may, however, from time to time, issue 
updated versions of the Software and the Software may automatically connect to 
Epson or third-party servers via the Internet to check for available updates to 
the Software, such as bug fixes, patches, upgrades, additional or enhanced 
functions, plug-ins and new versions (collectively, “Updates”) and may either 
(a) automatically electronically update the version of the Software that you 
are using on your personal device or (b) give you the option of manually 
downloading applicable Updates.  If you installed the EPSON Software Updater a
 nd do not wish to allow Epson to check for available updates to the Software, 
you may disable this feature by uninstalling EPSON Software Updater.  By 
installing the Software and not disabling any automated check for Updates, if 
applicable, you hereby agree and consent to automatically request and receive 
Updates from Epson or third-part

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

2019-12-25 Thread Andreas K. Hüttel
commit: 210ae839ca9ce077ca6bebb142ef8457db2ee477
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Dec 25 19:28:03 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec 25 20:47:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210ae839

licenses: Add 12/2018 version of EPSON EULA

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 licenses/EPSON-2018 | 93 +
 1 file changed, 93 insertions(+)

diff --git a/licenses/EPSON-2018 b/licenses/EPSON-2018
new file mode 100644
index 000..07759793d26
--- /dev/null
+++ b/licenses/EPSON-2018
@@ -0,0 +1,93 @@
+Please read out COPYING.EPSON and Privacy 
Statement(http://download.ebz.epson.net/ps/linux/).
+
+EPSON END USER SOFTWARE LICENSE AGREEMENT
+
+NOTICE TO USER: PLEASE READ THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR 
USING THIS PRODUCT. IF YOU ARE LOCATED IN THE UNITED STATES, SECTIONS 19-23 OF 
THIS DOCUMENT APPLY TO YOU. SECTION 22 CONTAINS A BINDING ARBITRATION PROVISION 
THAT LIMITS YOUR ABILITY TO SEEK RELIEF IN A COURT BEFORE A JUDGE OR JURY, AND 
WAIVES YOUR RIGHT TO PARTICIPATE IN CLASS ACTIONS OR CLASS ARBITRATIONS FOR 
CERTAIN DISPUTES. AN “OPT-OUT” IS AVAILABLE UNDER SECTION 22.7 FOR THOSE WHO 
WISH TO BE EXCLUDED FROM THE ARBITRATION AND CLASS WAIVER.
+
+This is a legal agreement (“Agreement”) between you (an individual or entity, 
referred to hereinafter as “you”) and Seiko Epson Corporation (including its 
affiliates, “Epson”) for the enclosed software programs, including any related 
documentation, firmware, or updates (collectively referred to hereinafter as 
the “Software”). The Software is provided by Epson and its suppliers for use 
only with the corresponding Epson brand computer peripheral product (the “Epson 
Hardware”). BEFORE INSTALLING, COPYING OR OTHERWISE USING THE SOFTWARE, YOU 
NEED TO REVIEW AND AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT 
INCLUDING THE EPSON PRIVACY POLICY stated in Section 17.  If you agree, click 
on the Agree (“ACCEPT”, “OK” or any similar representation of agreement) button 
below.  If you do not agree with the terms and conditions of this Agreement, 
click on the Disagree (“EXIT”, “Cancel” or any similar representation of 
disagreement) button and return the So
 ftware, along with the packaging and related materials, to Epson or the place 
of purchase for a full refund.
+
+1. Grant of License.  Epson grants you a limited, nonexclusive license to 
(i) download, install and use the Software for your personal and internal 
business use on hard disks or other computer storage devices, or in the case of 
a software application (also referred to as “Software”), on the smartphone, 
tablet, or other mobile device (collectively, “Device”), provided that the 
Software is used (i) only in a single location (e.g., a home or office or place 
of business), or in the case of a mobile device, on a Device owned or otherwise 
controlled by you, and (ii) only in connection with Epson Hardware owned by 
you.  You may allow other users of the Epson Hardware connected to your network 
to use the Software, provided that you shall ensure that such users use the 
Software only in accordance with this Agreement.  You agree to be responsible 
for and indemnify Epson for liabilities incurred as a consequence of use by 
such users. You may make backup copies of the Software, as neces
 sary, provided the backup is only used to support your use of the Epson 
Hardware. 
+
+2. Upgrades and Updates.  If you acquire an upgrade, updated version, 
modified version, or additions to or for the Software from Epson, the upgrade, 
updated version, modified version, or addition, shall be included in the 
defined term Software and governed by this Agreement.  You acknowledge that 
Epson has no obligation to provide you with any Updates (as defined below in 
this Section 2) to the Software. Epson may, however, from time to time, issue 
updated versions of the Software and the Software may automatically connect to 
Epson or third-party servers via the Internet to check for available updates to 
the Software, such as bug fixes, patches, upgrades, additional or enhanced 
functions, plug-ins and new versions (collectively, “Updates”) and may either 
(a) automatically electronically update the version of the Software that you 
are using on your personal device or (b) give you the option of manually 
downloading applicable Updates.  If you installed the EPSON Software Updater a
 nd do not wish to allow Epson to check for available updates to the Software, 
you may disable this feature by uninstalling EPSON Software Updater.  By 
installing the Software and not disabling any automated check for Updates, if 
applicable, you hereby agree and consent to automatically request and receive 
Updates from Epson or third-party servers, and that the terms and conditions of 
this Agreement shall apply to all of these Updates. 
+
+3. O

[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/files/, sci-libs/gdal/

2019-12-25 Thread Andreas Sturmlechner
commit: cafa6007bf77dd0cd210ed9aeecd9e47053a9223
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 20:42:13 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 20:46:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafa6007

sci-libs/gdal: Fix build with app-text/poppler-0.83.0

Closes: https://bugs.gentoo.org/703790
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../gdal/files/gdal-2.4.1-poppler-0.83-1.patch | 27 ++
 .../gdal/files/gdal-2.4.1-poppler-0.83-2.patch | 42 ++
 sci-libs/gdal/gdal-2.4.1-r2.ebuild |  1 +
 3 files changed, 70 insertions(+)

diff --git a/sci-libs/gdal/files/gdal-2.4.1-poppler-0.83-1.patch 
b/sci-libs/gdal/files/gdal-2.4.1-poppler-0.83-1.patch
new file mode 100644
index 000..f077f463238
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-2.4.1-poppler-0.83-1.patch
@@ -0,0 +1,27 @@
+From 1f8fa16f58cfe0364099ddad0e1d86522d8de41a Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Wed, 13 Nov 2019 14:07:22 +0100
+Subject: [PATCH] PDF: fix build against Poppler 0.83.0dev
+
+---
+ gdal/frmts/pdf/pdfdataset.cpp | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/frmts/pdf/pdfdataset.cpp b/frmts/pdf/pdfdataset.cpp
+index 8f944c40d30..88017953de5 100644
+--- a/frmts/pdf/pdfdataset.cpp
 b/frmts/pdf/pdfdataset.cpp
+@@ -4267,7 +4267,13 @@ PDFDataset *PDFDataset::Open( GDALOpenInfo * poOpenInfo 
)
+ CPLMutexHolderD(&hGlobalParamsMutex);
+ /* poppler global variable */
+ if (globalParams == nullptr)
++{
++#if POPPLER_MAJOR_VERSION >= 1 || POPPLER_MINOR_VERSION >= 83
++globalParams.reset(new GlobalParams());
++#else
+ globalParams = new GlobalParams();
++#endif
++}
+ 
+ globalParams->setPrintCommands(CPLTestBool(
+ CPLGetConfigOption("GDAL_PDF_PRINT_COMMANDS", "FALSE")));

diff --git a/sci-libs/gdal/files/gdal-2.4.1-poppler-0.83-2.patch 
b/sci-libs/gdal/files/gdal-2.4.1-poppler-0.83-2.patch
new file mode 100644
index 000..74614e925f6
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-2.4.1-poppler-0.83-2.patch
@@ -0,0 +1,42 @@
+From 7318576fc7037412b755f038f8148f2d299587aa Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Tue, 26 Nov 2019 14:33:32 +0100
+Subject: [PATCH] PDF: fix to build against latest Poppler master (0.83dev)
+
+---
+ gdal/frmts/pdf/pdfio.cpp | 3 +++
+ gdal/frmts/pdf/pdfio.h   | 7 ++-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/frmts/pdf/pdfio.cpp b/frmts/pdf/pdfio.cpp
+index 917e92330ae..c0b9dad93cb 100644
+--- a/frmts/pdf/pdfio.cpp
 b/frmts/pdf/pdfio.cpp
+@@ -170,6 +170,9 @@ getStart_ret_type VSIPDFFileStream::getStart()
+ //
+ 
+ StreamKind VSIPDFFileStream::getKind()
++#if POPPLER_MAJOR_VERSION >= 1 || POPPLER_MINOR_VERSION >= 83
++const
++#endif
+ {
+ return strFile;
+ }
+diff --git a/frmts/pdf/pdfio.h b/frmts/pdf/pdfio.h
+index aa34ab7210d..23344d33f77 100644
+--- a/frmts/pdf/pdfio.h
 b/frmts/pdf/pdfio.h
+@@ -81,7 +81,12 @@ class VSIPDFFileStream final: public BaseStream
+ virtual void   setPos(setPos_offset_type pos, int dir = 0) 
override;
+ virtual void   moveStart(moveStart_delta_type delta) override;
+ 
+-virtual StreamKind getKind() override;
++virtual StreamKind getKind()
++#if POPPLER_MAJOR_VERSION >= 1 || POPPLER_MINOR_VERSION >= 83
++const
++#endif
++override;
++
+ virtual GooString *getFileName() override;
+ 
+ virtual intgetChar() override;

diff --git a/sci-libs/gdal/gdal-2.4.1-r2.ebuild 
b/sci-libs/gdal/gdal-2.4.1-r2.ebuild
index fa26cc48e93..897a9cf41ae 100644
--- a/sci-libs/gdal/gdal-2.4.1-r2.ebuild
+++ b/sci-libs/gdal/gdal-2.4.1-r2.ebuild
@@ -85,6 +85,7 @@ PATCHES=(
"${FILESDIR}/${P}-poppler-0.76.patch"
"${FILESDIR}/${P}-swig-4.patch" # bug 689110
"${FILESDIR}/${P}-poppler-0.82.patch"
+   "${FILESDIR}"/${P}-poppler-0.83-{1,2}.patch # bug 703790
 )
 
 src_prepare() {



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

2019-12-25 Thread Andreas Sturmlechner
commit: 5fdc807eb4c07d2071fbff5670afa8ca8a5eda7e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 20:45:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 20:46:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdc807e

app-text/qpdfview: Drop 0.4.18_pre3-r1 and 0.4.18_pre4

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/qpdfview/Manifest   |  2 -
 app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild | 96 
 app-text/qpdfview/qpdfview-0.4.18_pre4.ebuild| 96 
 3 files changed, 194 deletions(-)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index 5233a081c77..c673e02a6ac 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,4 +1,2 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
 DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
-DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0
-DIST qpdfview-0.4.18_pre4.tar.gz 782305 BLAKE2B 
0e79a30e9774a1afb7f38bd932e8e1b2a7930acca217b7ac485f4857211449f5a8f902706b4638023667002d2f98fc116a180b2ec0219a360fe8c3025023cc39
 SHA512 
24431a27c279c290ce95a7db52f87e6cade0683dab53a3c494823020a7df9150919af31f20f63ff4c7337f5548b3e7252df0d8a6043a8c50ebb18e41f387838d

diff --git a/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild
deleted file mode 100644
index a6c1da2e0da..000
--- a/app-text/qpdfview/qpdfview-0.4.18_pre3-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
-
-inherit l10n qmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="A tabbed document viewer"
-HOMEPAGE="https://launchpad.net/qpdfview";
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
-
-REQUIRED_USE="?? ( fitz pdf )"
-
-RDEPEND="
-   cups? ( net-print/cups )
-   djvu? ( app-text/djvu )
-   fitz? ( >=app-text/mupdf-1.7:= )
-   postscript? ( app-text/libspectre )
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5[cups?]
-   dev-qt/qtwidgets:5
-   dbus? ( dev-qt/qtdbus:5 )
-   pdf? ( >=app-text/poppler-0.35[qt5]
-   dev-qt/qtxml:5 )
-   sqlite? ( dev-qt/qtsql:5[sqlite] )
-   svg? ( dev-qt/qtsvg:5 )
-   !svg? ( virtual/freedesktop-icon-theme )
-   synctex? ( app-text/texlive-core )"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-DOCS=( CHANGES CONTRIBUTORS README TODO )
-
-src_prepare() {
-   local mylrelease="$(qt5_get_bindir)"/lrelease
-
-   prepare_locale() {
-   "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing 
${1} locale failed"
-   }
-
-   rm_help() {
-   rm -f "help/help_${1}.html" || die "removing ${1} help file 
failed"
-   }
-
-   l10n_find_plocales_changes translations ${PN}_ .ts
-   l10n_for_each_locale_do prepare_locale
-   l10n_for_each_disabled_locale_do rm_help
-
-   # adapt for prefix
-   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
-
-   default
-}
-
-src_configure() {
-   local myconfig=() i=
-   for i in cups dbus djvu pdf svg synctex; do
-   use ${i} || myconfig+=(without_${i})
-   done
-   use fitz && myconfig+=(with_fitz)
-   use postscript || myconfig+=(without_ps)
-   use sqlite || myconfig+=(without_sql)
-
-   local myqmakeargs=(
-   qpdfview.pro
-   CONFIG+="${myconfig[@]}"
-   PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-

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

2019-12-25 Thread Andreas Sturmlechner
commit: 26911bd4218d98f7d7c9a7603c7dbc4f5ff3d8c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 25 20:44:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 25 20:46:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26911bd4

app-text/qpdfview: 0.4.18 version bump

Bug: https://bugs.gentoo.org/696112
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/qpdfview/Manifest   |  1 +
 app-text/qpdfview/qpdfview-0.4.18.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/app-text/qpdfview/Manifest b/app-text/qpdfview/Manifest
index ea1c426859c..5233a081c77 100644
--- a/app-text/qpdfview/Manifest
+++ b/app-text/qpdfview/Manifest
@@ -1,3 +1,4 @@
 DIST qpdfview-0.4.16.tar.gz 636095 BLAKE2B 
b25da3ed1b4bacc02701f6cd2c4e282fd1c7b1fcac8faa1687c5089baefa328854c520ba803a333ea107e7b423a004f6476eb9a7adf67287d4d0807146094fed
 SHA512 
d3ac05fc51d48533e44e58cd19e5d222a8bfbc9da4df02ece6a405d2fdd3346eb4614816ae91e89facf28e107b920ff3ce7b2ccc8c9b7832ae2595ef70d65584
+DIST qpdfview-0.4.18.tar.gz 786577 BLAKE2B 
07ef444ba39435578481e549fcbbd2d97362c6bda3092a17f1daa8b8437febf50cd2f145cd5e80cc1be565c5a658e85a428314a1bcd2a5a38efce0830f1cffba
 SHA512 
38741520b20e3ed7100e52982930abac26e994a69df68c54dfa7180be8b2a4f377b91ba03993bab67b0a505ad79d62164f0f168a6715f4306b635ceba6840d66
 DIST qpdfview-0.4.18_pre3.tar.gz 747794 BLAKE2B 
08420a350ae6f8bba65efe2a930a8941a00182900e33266a03d9b6ded4b8ba7ac446de9ed8095f8876dfd3ecfb26b20cc146c82d9c9228fd5c136ad36d749061
 SHA512 
c72f766b0ffb175e0577f08975490b985e859cb41ccf1d6bcdb618664b96b3c4d0fe4ffab2e493ac20b87b85aa658f3beb5b0d430d21deae78df4c503649f1c0
 DIST qpdfview-0.4.18_pre4.tar.gz 782305 BLAKE2B 
0e79a30e9774a1afb7f38bd932e8e1b2a7930acca217b7ac485f4857211449f5a8f902706b4638023667002d2f98fc116a180b2ec0219a360fe8c3025023cc39
 SHA512 
24431a27c279c290ce95a7db52f87e6cade0683dab53a3c494823020a7df9150919af31f20f63ff4c7337f5548b3e7252df0d8a6043a8c50ebb18e41f387838d

diff --git a/app-text/qpdfview/qpdfview-0.4.18.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18.ebuild
new file mode 100644
index 000..0f096fb17dc
--- /dev/null
+++ b/app-text/qpdfview/qpdfview-0.4.18.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PLOCALES="ast az be bg bs ca cs da de el en_AU en_GB eo es eu fa fi fr gl he 
hr hu id it ja kk ko ku ky lt lv ms my nb nds oc pl pt pt_BR ro ru sk sr sv th 
tr ug uk uz vi zh_CN zh_TW"
+inherit l10n qmake-utils xdg
+
+DESCRIPTION="A tabbed document viewer"
+HOMEPAGE="https://launchpad.net/qpdfview";
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
+
+REQUIRED_USE="?? ( fitz pdf )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+RDEPEND="
+   cups? ( net-print/cups )
+   djvu? ( app-text/djvu )
+   fitz? ( >=app-text/mupdf-1.7:= )
+   postscript? ( app-text/libspectre )
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5[cups?]
+   dev-qt/qtwidgets:5
+   dbus? ( dev-qt/qtdbus:5 )
+   pdf? ( >=app-text/poppler-0.35[qt5]
+   dev-qt/qtxml:5 )
+   sqlite? ( dev-qt/qtsql:5[sqlite] )
+   svg? ( dev-qt/qtsvg:5 )
+   !svg? ( virtual/freedesktop-icon-theme )
+   synctex? ( app-text/texlive-core )"
+DEPEND="${RDEPEND}"
+
+DOCS=( CHANGES CONTRIBUTORS README TODO )
+
+src_prepare() {
+   default
+
+   local mylrelease="$(qt5_get_bindir)"/lrelease
+   prepare_locale() {
+   "${mylrelease}" "translations/${PN}_${1}.ts" || die "preparing 
${1} locale failed"
+   }
+
+   rm_help() {
+   rm -f "help/help_${1}.html" || die "removing ${1} help file 
failed"
+   }
+
+   l10n_find_plocales_changes translations ${PN}_ .ts
+   l10n_for_each_locale_do prepare_locale
+   l10n_for_each_disabled_locale_do rm_help
+
+   # adapt for prefix
+   sed -i -e "s:/usr:${EPREFIX}/usr:g" qpdfview.pri || die
+}
+
+src_configure() {
+   local myconfig=() i=
+   for i in cups dbus djvu pdf svg synctex; do
+   use ${i} || myconfig+=(without_${i})
+   done
+   use fitz && myconfig+=(with_fitz)
+   use postscript || myconfig+=(without_ps)
+   use sqlite || myconfig+=(without_sql)
+
+   local myqmakeargs=(
+   qpdfview.pro
+   CONFIG+="${myconfig[@]}"
+   PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}



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

2019-12-25 Thread Sergei Trofimovich
commit: 636c2dab9f8e7800cdfbcc38ac4910b9dbe42922
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636c2dab

dev-perl/FFI-CheckLib: keyworded 0.250.0 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
index 230f9af1f66..2f145796138 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 2ce40b22619511d4662db07c0c0ffbfe2de4a46b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:10 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce40b22

dev-perl/XML-LibXML: keyworded 2.20.100 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
index 6c23c5a7bd9..92a7459be2e 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl binding for libxml2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 5c54b7446e4e07d9dfc3001c1dc3b27a112f1bfe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c54b744

dev-python/entrypoints: keyworded 0.3-r1 for ppc64, bug #701498

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/entrypoints/entrypoints-0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild 
b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
index df6ce6b2291..48f459344a9 100644
--- a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 099dc794b48332d713ba5c164b3fb6df05b6de39
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:43:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099dc794

dev-perl/Alien-Build: keyworded 1.790.0 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild
index 8d5d676d700..7be032b4ba3 100644
--- a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild
+++ b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build external dependencies for use in CPAN"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86"
 IUSE="test zip"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: dc42b3ef24a69256680faaa35a626315b9a654f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc42b3ef

dev-python/flake8: keyworded 3.7.9 for ppc64, bug #701498

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/flake8/flake8-3.7.9.ebuild 
b/dev-python/flake8/flake8-3.7.9.ebuild
index a2da95abdac..3f3e3eba631 100644
--- a/dev-python/flake8/flake8-3.7.9.ebuild
+++ b/dev-python/flake8/flake8-3.7.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 # requires.txt inc. mccabe however that creates a circular dep



[gentoo-commits] repo/gentoo:master commit in: virtual/python-pathlib/

2019-12-25 Thread Sergei Trofimovich
commit: e0f23d1de4a441cd06c1c3e9e7d03aabc8bafc7e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f23d1d

virtual/python-pathlib: keyworded 1.0 for ppc64, bug #701498

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild 
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 80943c77076..3bc96733eeb 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python pathlib module"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~ppc ~ppc64 ~sparc x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2019-12-25 Thread Sergei Trofimovich
commit: e78e8f44289572df25b86edfd7e5b541f7670a24
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78e8f44

dev-perl/File-chdir: keyworded 0.101.100 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-chdir/File-chdir-0.101.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild 
b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild
index fa4a05c18c3..f4571cf3a49 100644
--- a/dev-perl/File-chdir/File-chdir-0.101.100.ebuild
+++ b/dev-perl/File-chdir/File-chdir-0.101.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An alternative to File::Spec and CWD"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~riscv ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 70511cc1458dfd6a52178a0d2fc9354ef11cebde
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:40:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70511cc1

dev-perl/Devel-Hide: keyworded 0.0.900 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild 
b/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild
index 7189b72922a..801938276e3 100644
--- a/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild
+++ b/dev-perl/Devel-Hide/Devel-Hide-0.0.900.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Forces the unavailability of specified Perl modules (for testing)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~riscv ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 8682004b017b30f3609dbab591cc1cf4eff629ae
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:40:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8682004b

dev-perl/Alien-Libxml2: keyworded 0.90.0 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild 
b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
index f6e83d135fa..1cc1e2a7332 100644
--- a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
+++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Install the C libxml2 library on your system"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: b3608ad414188828e24b439dbd6524e4d39aa0da
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:43:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3608ad4

dev-python/coverage: keyworded 4.5.4 for ppc64, bug #700194

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/coverage/coverage-4.5.4.ebuild 
b/dev-python/coverage/coverage-4.5.4.ebuild
index c3ce1a9f6d6..dc0bfe53a9a 100644
--- a/dev-python/coverage/coverage-4.5.4.ebuild
+++ b/dev-python/coverage/coverage-4.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: c3e46dd3f0cbe8e514497a015e6d3a15435da6ba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:30 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e46dd3

dev-python/pathlib: keyworded 1.0.1-r1 for ppc64, bug #701498

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild 
b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
index 0bc487a94f0..7b6a9138dab 100644
--- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
+++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



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

2019-12-25 Thread Sergei Trofimovich
commit: 4864a72250ce3f7ca283de248b38e5e8140d7275
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4864a722

dev-python/unittest-mixins: keyworded 1.6 for ppc64, bug #700194

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/unittest-mixins/unittest-mixins-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild 
b/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild
index 264132fc083..b7aa14c7045 100644
--- a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild
+++ b/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/nedbat/unittest-mixins/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc64 ~sparc"
 
 RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 43d680acdfe2bbff74c150f954b09ddbf97e217a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:41:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:45:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d680ac

dev-perl/Parallel-ForkManager: keyworded 1.190.0 for ppc64, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild 
b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild
index 83f722b4ffb..fb4dfad6332 100644
--- a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild
+++ b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-1.190.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A simple parallel processing fork manager"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~ppc sparc x86 ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~sparc-solaris 
~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-undelete/

2019-12-25 Thread Jörg Bornkessel
commit: 5262809954f090aab7166c4d9199eb566841a6c8
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Dec 25 20:39:12 2019 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Wed Dec 25 20:39:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52628099

media-plugins/vdr-undelete: version bump

project has a new maintainer
on http://phivdr.dyndns.org/vdr/vdr-undelete/

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-undelete/Manifest|  1 +
 .../vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild| 18 ++
 2 files changed, 19 insertions(+)

diff --git a/media-plugins/vdr-undelete/Manifest 
b/media-plugins/vdr-undelete/Manifest
index 6dcc7a65233..ac8af1354af 100644
--- a/media-plugins/vdr-undelete/Manifest
+++ b/media-plugins/vdr-undelete/Manifest
@@ -1 +1,2 @@
 DIST vdr-undelete-0.0.7.tgz 34655 BLAKE2B 
81f40ad993d06386112ef46c3ba1c1402211c2ec2138aa113dfe8376340416097a691e7b5f4c4fee24e85e7a0b5c16501dc6853374c3e8b27e0a84437dcb0f74
 SHA512 
c4d634580d91c3d3601767bb29cfe12e0bd13f9d8fd5bab31a3388db1f8724544b371b4ba333cd524aa5243554015517f487f6e8f2de31bd747f1094ba1c84ff
+DIST vdr-undelete-2.3.0_pre1.tgz 13865 BLAKE2B 
065550c0c6aa150677550450f458db496ac55e6ad1b8024de22abca37093259adfdd6ffc7b9c07a66e76df573c3c1d4d69920bcf56872406234a4898f99021d2
 SHA512 
3200efcbd2eec5ef04d66fcf9dbbd1973ef7488a332618a6d2f5dc4bc20323e2b88746f02883e9488436b32f21aea2fb60e7e675e247af392ee121423af4b878

diff --git a/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild 
b/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
new file mode 100644
index 000..1617f9c4975
--- /dev/null
+++ b/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR"
+HOMEPAGE="http://phivdr.dyndns.org/vdr/";
+SRC_URI="http://phivdr.dyndns.org/vdr/vdr-undelete/vdr-undelete-2.3.1-pre1.tgz 
-> ${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="media-video/vdr"
+
+S="${WORKDIR}/undelete-2.3.1-pre1"
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: app-admin/system-config-printer/

2019-12-25 Thread Sergei Trofimovich
commit: 489fa2fae318ea5ae05e9b882791b680c8431d82
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:54 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489fa2fa

app-admin/system-config-printer: stable 1.5.12 for ppc, bug #703580

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/system-config-printer/system-config-printer-1.5.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild 
b/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild
index 7ebdcef350b..f76bb335f50 100644
--- a/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild
+++ b/app-admin/system-config-printer/system-config-printer-1.5.12.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://github.com/OpenPrinting/system-config-printer";
 
SRC_URI="https://github.com/OpenPrinting/${PN}/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~sh ~sparc x86"
 SLOT="0"
 IUSE="doc gnome-keyring policykit"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-12-25 Thread Sergei Trofimovich
commit: d82da454bd7604c759042e65d80c6f5b5b34bd71
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:45 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82da454

dev-libs/libzip: stable 1.5.2-r2 for ppc, bug #703556

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libzip/libzip-1.5.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libzip/libzip-1.5.2-r2.ebuild 
b/dev-libs/libzip/libzip-1.5.2-r2.ebuild
index 83a8b30fd80..c38be8b2758 100644
--- a/dev-libs/libzip/libzip-1.5.2-r2.ebuild
+++ b/dev-libs/libzip/libzip-1.5.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.nih.at/libzip/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 doc gnutls libressl mbedtls ssl static-libs test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 708832db9d80efce22240382638ffe8190fa8fcc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708832db

dev-vcs/git: stable 2.24.1 for ppc, bug #702296

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-vcs/git/git-2.24.1.ebuild b/dev-vcs/git/git-2.24.1.ebuild
index 402bee9257f..4b15298d1fc 100644
--- a/dev-vcs/git/git-2.24.1.ebuild
+++ b/dev-vcs/git/git-2.24.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 ~riscv 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/

2019-12-25 Thread Sergei Trofimovich
commit: 3f224e623c348fae078cbbd6b857a2e6c352b23a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:41 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f224e62

dev-tcltk/thread: stable 2.8.2 for ppc, bug #703434

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-tcltk/thread/thread-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/thread/thread-2.8.2.ebuild 
b/dev-tcltk/thread/thread-2.8.2.ebuild
index 1aa7bd9deb9..e476bff4010 100644
--- a/dev-tcltk/thread/thread-2.8.2.ebuild
+++ b/dev-tcltk/thread/thread-2.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/tcl/Thread%20Extension/${PV}/${MY_P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE=""
 
 DEPEND="dev-lang/tcl:0=[threads]"



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

2019-12-25 Thread Sergei Trofimovich
commit: 6b36c74d5a09a16542522f23a05f4eed05f963b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b36c74d

app-arch/unrar: stable 5.8.5 for ppc, bug #700516

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-arch/unrar/unrar-5.8.5.ebuild 
b/app-arch/unrar/unrar-5.8.5.ebuild
index 13942b4746e..abefcfc8d49 100644
--- a/app-arch/unrar/unrar-5.8.5.ebuild
+++ b/app-arch/unrar/unrar-5.8.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/5"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2019-12-25 Thread Sergei Trofimovich
commit: 953479ea26efead2775d2260ea9259fa7cb3ee86
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953479ea

dev-vcs/git: stable 2.21.1 for ppc, bug #702296

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-vcs/git/git-2.21.1.ebuild b/dev-vcs/git/git-2.21.1.ebuild
index 9f7d5d2046b..b067a63709c 100644
--- a/dev-vcs/git/git-2.21.1.ebuild
+++ b/dev-vcs/git/git-2.21.1.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-video/vcdimager/

2019-12-25 Thread Sergei Trofimovich
commit: 72b3b70b4de797045cfe37ef63d916b8afd652a1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b3b70b

media-video/vcdimager: stable 2.0.1 for ppc, bug #648954

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-video/vcdimager/vcdimager-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vcdimager/vcdimager-2.0.1.ebuild 
b/media-video/vcdimager/vcdimager-2.0.1.ebuild
index 4923e365621..15f180963d3 100644
--- a/media-video/vcdimager/vcdimager-2.0.1.ebuild
+++ b/media-video/vcdimager/vcdimager-2.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sh sparc x86"
 IUSE="static-libs +xml"
 
 RDEPEND="



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

2019-12-25 Thread Sergei Trofimovich
commit: e4e41ae4937af870fe268d028af85b9bcbdae3c0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e41ae4

media-gfx/graphite2: stable 1.3.13 for ppc, bug #676956

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-gfx/graphite2/graphite2-1.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild 
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
index cc89c7d3d94..393ad540215 100644
--- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="perl test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 16b90aab72c81615160321694b296f50cc8f6236
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:37:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:39:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b90aab

x11-libs/libfakekey: stable 0.3 for ppc, bug #703578

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/libfakekey/libfakekey-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libfakekey/libfakekey-0.3.ebuild 
b/x11-libs/libfakekey/libfakekey-0.3.ebuild
index 831804fde94..02a258f0146 100644
--- a/x11-libs/libfakekey/libfakekey-0.3.ebuild
+++ b/x11-libs/libfakekey/libfakekey-0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://git.yoctoproject.org/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86"
 IUSE="debug doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2019-12-25 Thread Aaron Bauman
commit: 28715d436d04d05ecb213527f84cd7e4e86168bc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec 25 20:19:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec 25 20:38:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28715d43

app-text/c2ps: port to EAPI 7

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/c2ps/c2ps-4.0.ebuild  | 5 +++--
 app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild
index 667ebb401a8..84c0be2694a 100644
--- a/app-text/c2ps/c2ps-4.0.ebuild
+++ b/app-text/c2ps/c2ps-4.0.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-inherit base toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Generates a beautified ps document from a source file (c/c++)"
 HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps";

diff --git a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch 
b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch
index d6800218009..04c12af2bad 100644
--- a/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch
+++ b/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch
@@ -1,5 +1,5 @@
 a/c2ps-4.0/Makefile1997-05-15 11:50:56.0 -0400
-+++ b/c2ps-4.0/Makefile2010-09-24 19:42:33.0 -0400
+--- a/Makefile
 b/Makefile
 @@ -45,7 +45,7 @@
install -m 644 c2ps.1 $(MAN)
  



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

2019-12-25 Thread Sergei Trofimovich
commit: ea98f9c5ba1448e0002cf0aee06bf1098a7f40a9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:27:08 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea98f9c5

dev-perl/UUID: keyworded 0.270.0 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/UUID/UUID-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UUID/UUID-0.270.0.ebuild 
b/dev-perl/UUID/UUID-0.270.0.ebuild
index dfee242f6a2..dee36f8948b 100644
--- a/dev-perl/UUID/UUID-0.270.0.ebuild
+++ b/dev-perl/UUID/UUID-0.270.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 # Note: UUID appears to link against a bunch of different UUID



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

2019-12-25 Thread Sergei Trofimovich
commit: 3743a6fc0d62264eb6815387f5190a9fbbababc8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:27:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3743a6fc

dev-perl/Throwable: keyworded 0.200.13 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Throwable/Throwable-0.200.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Throwable/Throwable-0.200.13.ebuild 
b/dev-perl/Throwable/Throwable-0.200.13.ebuild
index b5cad3c886c..700146adf21 100644
--- a/dev-perl/Throwable/Throwable-0.200.13.ebuild
+++ b/dev-perl/Throwable/Throwable-0.200.13.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A role for classes that can be thrown"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: af461a208ecdce7df18598641932584abc77f7f5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:27:20 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:32:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af461a20

dev-ruby/minitest-power_assert: keyworded 0.3.0 for ppc, bug #692660

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild 
b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild
index 852d32a3b9e..df61d8c7ce7 100644
--- a/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild
+++ b/dev-ruby/minitest-power_assert/minitest-power_assert-0.3.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/hsbt/minitest-power_assert";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2019-12-25 Thread Sergei Trofimovich
commit: c44b48fad4922f7fa5d2f1b791a519c01d90e5eb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:26:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44b48fa

dev-perl/Devel-NYTProf: keyworded 6.60.0 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild 
b/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild
index e16158f5fe9..6c6c49c4565 100644
--- a/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild
+++ b/dev-perl/Devel-NYTProf/Devel-NYTProf-6.60.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Powerful feature-rich perl source code profiler"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: de28d0d4f86945ab9d1fa60fba8f4f90255cadfd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:28:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:32:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de28d0d4

dev-perl/Alien-Build: keyworded 1.790.0 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild
index b18fd29ab9b..8d5d676d700 100644
--- a/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild
+++ b/dev-perl/Alien-Build/Alien-Build-1.790.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build external dependencies for use in CPAN"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
 IUSE="test zip"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 7eb2d18dfcb6d4981ccefaa3540b7b8c48c0ab25
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:27:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:32:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb2d18d

dev-ruby/rouge: keyworded 3.13.0 for ppc, bug #692660

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/rouge/rouge-3.13.0.ebuild 
b/dev-ruby/rouge/rouge-3.13.0.ebuild
index 114a1491cf4..3e1534c4312 100644
--- a/dev-ruby/rouge/rouge-3.13.0.ebuild
+++ b/dev-ruby/rouge/rouge-3.13.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )



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

2019-12-25 Thread Sergei Trofimovich
commit: c0c18178633f05f0a01f5c5273b36eb99617a217
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:27:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c18178

dev-perl/XML-LibXML: keyworded 2.20.100 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild 
b/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
index a05857be12e..6c23c5a7bd9 100644
--- a/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
+++ b/dev-perl/XML-LibXML/XML-LibXML-2.20.100.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl binding for libxml2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: accf4323871321f421bc3454b1397628ed784e28
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:27:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:32:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accf4323

dev-python/entrypoints: keyworded 0.3-r1 for ppc, bug #701498

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/entrypoints/entrypoints-0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild 
b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
index 8f60302203a..df6ce6b2291 100644
--- a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 75448da9ec647fca0e96284cf3e1b661036e0886
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:26:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75448da9

dev-perl/Alien-Libxml2: keyworded 0.90.0 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild 
b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
index 5d7f432089e..f6e83d135fa 100644
--- a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
+++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.90.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Install the C libxml2 library on your system"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~riscv ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~riscv ~s390 ~sh ~sparc 
~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: f4d4eed50c1201fe1a409888fcc18214f773de6d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:26:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d4eed5

dev-perl/SQL-Translator: keyworded 0.110.230 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild 
b/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild
index f15f46f2d43..1368c72bd60 100644
--- a/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild
+++ b/dev-perl/SQL-Translator/SQL-Translator-0.110.230.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Manipulate structured data definitions (SQL and more)"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 7e0f9e0bbcd1a126cee0b91d746bf9e61f47c394
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:28:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:32:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0f9e0b

dev-perl/Email-Sender: keyworded 1.300.31-r1 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild 
b/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild
index 531d5f073a3..f3a37d083bd 100644
--- a/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild
+++ b/dev-perl/Email-Sender/Email-Sender-1.300.31-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A library for sending email"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2019-12-25 Thread Sergei Trofimovich
commit: 57c776ad49d925d15c30efb8cfb475074fc2acf6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 25 20:26:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 25 20:31:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c776ad

dev-perl/Data-Uniqid: keyworded 0.120.0-r1 for ppc, bug #690140

Package-Manager: Portage-2.3.83, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild 
b/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild
index fd0999a465d..8e249c727ba 100644
--- a/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild
+++ b/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for simple generating of unique ids"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



  1   2   3   >