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

2019-12-08 Thread Matthew Thode
commit: 743fcc4ae4d99354a2c7974eb74555694da3d534
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Dec  8 07:29:58 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec  8 08:31:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743fcc4a

app-admin/augeas: fix MissingTestRestrict

Signed-off-by: Wim Muskee  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/augeas/augeas-1.11.0-r1.ebuild | 3 ++-
 app-admin/augeas/augeas-1.11.0.ebuild| 3 ++-
 app-admin/augeas/augeas-1.12.0.ebuild| 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-admin/augeas/augeas-1.11.0-r1.ebuild 
b/app-admin/augeas/augeas-1.11.0-r1.ebuild
index 75dcd83cc45..c65ef253f0b 100644
--- a/app-admin/augeas/augeas-1.11.0-r1.ebuild
+++ b/app-admin/augeas/augeas-1.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,6 +13,7 @@ SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
 IUSE="static-libs test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/libxml2

diff --git a/app-admin/augeas/augeas-1.11.0.ebuild 
b/app-admin/augeas/augeas-1.11.0.ebuild
index 2c3ae1c6c1b..4712c7e3ec8 100644
--- a/app-admin/augeas/augeas-1.11.0.ebuild
+++ b/app-admin/augeas/augeas-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,6 +13,7 @@ SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
 IUSE="static-libs test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/libxml2

diff --git a/app-admin/augeas/augeas-1.12.0.ebuild 
b/app-admin/augeas/augeas-1.12.0.ebuild
index 215eeb6342e..b8d173872da 100644
--- a/app-admin/augeas/augeas-1.12.0.ebuild
+++ b/app-admin/augeas/augeas-1.12.0.ebuild
@@ -13,6 +13,7 @@ SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="static-libs test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/libxml2



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

2019-12-08 Thread Matthew Thode
commit: f7cff5f370b6169e82a15b5fcca063dbcf725fe0
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Dec  8 08:10:51 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec  8 08:31:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cff5f3

dev-python/restructuredtext-lint: fix MissingTestRestrict, make DESCRIPTION 
smaller

Signed-off-by: Wim Muskee  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild | 2 +-
 dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild 
b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
index 13b4421dc87..7c05e10d5c0 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit distutils-r1
 
-DESCRIPTION="Created out of frustration, it sucks to find out your reST is 
invalid after uploading it."
+DESCRIPTION="Checks PyPI validity of reStructuredText"
 HOMEPAGE="https://pypi.org/project/restructuredtext_lint/";
 
 MY_P="restructuredtext_lint"

diff --git 
a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild 
b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
index 4a58b6cd328..dda69c1a639 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
 inherit distutils-r1
 
-DESCRIPTION="Created out of frustration, it sucks to find out your reST is 
invalid after uploading it."
+DESCRIPTION="Checks PyPI validity of reStructuredText"
 HOMEPAGE="https://pypi.org/project/restructuredtext_lint/";
 
 MY_P="restructuredtext_lint"
@@ -17,6 +17,7 @@ LICENSE="Unlicense"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2019-12-08 Thread Matthew Thode
commit: 8061e8cef8739d47c1f1dfe910ccce833ed8586c
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Dec  8 07:41:37 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec  8 08:31:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8061e8ce

dev-python/fasteners: fix MissingTestRestrict

Signed-off-by: Wim Muskee  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/fasteners/fasteners-0.14.1-r1.ebuild | 3 ++-
 dev-python/fasteners/fasteners-0.14.1.ebuild| 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild 
b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
index 3f62ea4e6d5..156cb0c1936 100644
--- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
+++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
 inherit distutils-r1
 
@@ -14,6 +14,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/monotonic-0.1[${PYTHON_USEDEP}]

diff --git a/dev-python/fasteners/fasteners-0.14.1.ebuild 
b/dev-python/fasteners/fasteners-0.14.1.ebuild
index c722a8f6fbf..ef49731e5f0 100644
--- a/dev-python/fasteners/fasteners-0.14.1.ebuild
+++ b/dev-python/fasteners/fasteners-0.14.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/monotonic-0.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: acct-user/redmine/

2019-12-08 Thread Joonas Niilola
commit: 6601af845c195ff037989ddb3b777049e6700bc5
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Oct 24 18:35:00 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6601af84

acct-user/redmine: user for www-apps/redmine

UID 451

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-user/redmine/metadata.xml | 12 
 acct-user/redmine/redmine-0.ebuild | 11 +++
 2 files changed, 23 insertions(+)

diff --git a/acct-user/redmine/metadata.xml b/acct-user/redmine/metadata.xml
new file mode 100644
index 000..2c1710e359d
--- /dev/null
+++ b/acct-user/redmine/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+azamat.hacki...@gmail.com
+Azamat H. Hackimov
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/acct-user/redmine/redmine-0.ebuild 
b/acct-user/redmine/redmine-0.ebuild
new file mode 100644
index 000..cb92a6fedf5
--- /dev/null
+++ b/acct-user/redmine/redmine-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="Redmine application user"
+ACCT_USER_ID=451
+ACCT_USER_GROUPS=( redmine )
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: www-apps/redmine/files/, www-apps/redmine/

2019-12-08 Thread Joonas Niilola
commit: c3d1200385e2bab7d8b2c4adc469819519f4470f
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Aug 28 18:16:25 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d12003

www-apps/redmine: remove vulnerable versions

Closes: https://bugs.gentoo.org/692890
Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/12807
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/redmine/Manifest  |   2 -
 .../files/redmine-3.3.7_gemfile_versions.patch |  44 
 .../files/redmine-3.4.5_gemfile_versions.patch |  41 
 www-apps/redmine/redmine-3.3.7.ebuild  | 224 -
 www-apps/redmine/redmine-3.4.5.ebuild  | 224 -
 5 files changed, 535 deletions(-)

diff --git a/www-apps/redmine/Manifest b/www-apps/redmine/Manifest
index 684c9db78b3..2279dba0556 100644
--- a/www-apps/redmine/Manifest
+++ b/www-apps/redmine/Manifest
@@ -1,3 +1 @@
-DIST redmine-3.3.7.tar.gz 2371716 BLAKE2B 
ba1e69419f846ddfa64ddc5d26fda281737501374f5aa4f79bd4c59d5b483a28070103fcc3bf2f3b1c7a4ce96dbfb32d1d1f21a6b74603aad012ce7d2e3373ed
 SHA512 
ba106eb60587788ccd3162274a9a40d2876324e647e1fcafce0f943d69d8fe216a01cbddb2a5a4f41f64513e287c80ec518cef5a6033b3d1ed0bcfc7d1cfcc64
-DIST redmine-3.4.5.tar.gz 2448231 BLAKE2B 
11041cbac5ea33c060a90ead56a4479cc86137bad5e0eb6135aed8d19059aedecd2ad52ac63ae6fcc5bbb13b5fc4cd6b05695aff484932b55ad5d7be7cb1c396
 SHA512 
c77ce76fadb7a2b9d6daf77a898a1ca4d7b1c8616922e89026cee3a4b0ec1a187a746f0a054b786663e78fc510596be736fd12d71b2569f6a63a21d0c95a05ad
 DIST redmine-4.0.5.tar.gz 2519900 BLAKE2B 
ddc465f12030f3f672ea9bf6b825fd40344dcffd3b60907a42c4dbe57f209c54a12bbd3d59f886ff000ccbd43f6d1b9c1aacfbab653f2d81bb06d8d7189bd624
 SHA512 
a6aa3e2418fd83ed3783fc6644c339c54ebb1952b8c2c0be4b718fb296fdff64fb4116faa2c88f3e5c3c25d7c5b3c21cd7822ff9f99f6f67270e0b8b64053678

diff --git a/www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch 
b/www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch
deleted file mode 100644
index c338a385a96..000
--- a/www-apps/redmine/files/redmine-3.3.7_gemfile_versions.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -Nuar redmine-3.3.7.orig/Gemfile redmine-3.3.7/Gemfile
 redmine-3.3.7.orig/Gemfile 2018-05-23 22:36:30.756737829 +0300
-+++ redmine-3.3.7/Gemfile  2018-05-23 22:42:20.227720874 +0300
-@@ -4,7 +4,7 @@
-   abort "Redmine requires Bundler 1.5.0 or higher (you're using 
#{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
- end
- 
--gem "rails", "4.2.7.1"
-+gem "rails", "~> 4.2.10"
- gem "addressable", "2.4.0" if RUBY_VERSION < "2.0"
- if RUBY_VERSION < "2.1"
-   gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5")
-@@ -17,12 +17,12 @@
- gem "protected_attributes"
- gem "actionpack-action_caching"
- gem "actionpack-xml_parser"
--gem "roadie-rails", "~> 1.1.1"
--gem "roadie", "~> 3.2.1"
-+gem "roadie-rails", "~> 1.2.1"
-+gem "roadie", "~> 3.3"
- gem "mimemagic"
--gem "mail", "~> 2.6.4"
-+gem "mail", "~> 2.7"
- 
--gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8")
-+gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.2" : "~> 1.6.8")
- gem "i18n", "~> 0.7.0"
- gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"
- 
-@@ -35,12 +35,12 @@
- 
- # Optional gem for LDAP authentication
- group :ldap do
--  gem "net-ldap", "~> 0.12.0"
-+  gem "net-ldap", "~> 0.16.0"
- end
- 
- # Optional gem for OpenID authentication
- group :openid do
--  gem "ruby-openid", "~> 2.3.0", :require => "openid"
-+  gem "ruby-openid", "~> 2.7.0", :require => "openid"
-   gem "rack-openid"
- end
- 

diff --git a/www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch 
b/www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch
deleted file mode 100644
index df49ccbe1dc..000
--- a/www-apps/redmine/files/redmine-3.4.5_gemfile_versions.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Nuar redmine-3.4.5.orig/Gemfile redmine-3.4.5/Gemfile
 redmine-3.4.5.orig/Gemfile 2018-05-23 02:01:54.591358114 +0300
-+++ redmine-3.4.5/Gemfile  2018-05-23 02:05:19.531348171 +0300
-@@ -4,7 +4,7 @@
-   abort "Redmine requires Bundler 1.5.0 or higher (you're using 
#{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
- end
- 
--gem "rails", "4.2.8"
-+gem "rails", "~> 4.2.10"
- gem "addressable", "2.4.0" if RUBY_VERSION < "2.0"
- if RUBY_VERSION < "2.1"
-   gem "public_suffix", (RUBY_VERSION < "2.0" ? "~> 1.4" : "~> 2.0.5")
-@@ -15,10 +15,10 @@
- gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
- gem "protected_attributes"
- gem "actionpack-xml_parser"
--gem "roadie-rails", "~> 1.1.1"
--gem "roadie", "~> 3.2.1"
-+gem "roadie-rails", "~> 1.2.1"
-+gem "roadie", "~> 3.3"
- gem "mimemagic"
--gem "mail", "~> 2.6.4"
-+gem "mail", "~> 2.7"
- 
- gem 

[gentoo-commits] repo/gentoo:master commit in: www-apps/redmine/, www-apps/redmine/files/

2019-12-08 Thread Joonas Niilola
commit: e163dc22eecc5f00721fa11ee1645b0079031301
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Wed Aug 28 17:53:46 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e163dc22

www-apps/redmine: update to 4.0.5

Implementing GLEP81, fixes #677986 and #692890.

Fixes strict dependencies and adds additional fcgi gem (#657156), fixes
error with /var/log/redmine permission changes. Clear Gemfile.lock in
config phase to clean up and update dependencies (#660252).

Closes: https://bugs.gentoo.org/677986
Closes: https://bugs.gentoo.org/692890
Closes: https://bugs.gentoo.org/657156
Closes: https://bugs.gentoo.org/660252
Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/redmine/Manifest  |   1 +
 .../files/redmine-4.0.5_gemfile_versions.patch |  76 +++
 www-apps/redmine/redmine-4.0.5.ebuild  | 224 +
 3 files changed, 301 insertions(+)

diff --git a/www-apps/redmine/Manifest b/www-apps/redmine/Manifest
index 1aa30ff383b..684c9db78b3 100644
--- a/www-apps/redmine/Manifest
+++ b/www-apps/redmine/Manifest
@@ -1,2 +1,3 @@
 DIST redmine-3.3.7.tar.gz 2371716 BLAKE2B 
ba1e69419f846ddfa64ddc5d26fda281737501374f5aa4f79bd4c59d5b483a28070103fcc3bf2f3b1c7a4ce96dbfb32d1d1f21a6b74603aad012ce7d2e3373ed
 SHA512 
ba106eb60587788ccd3162274a9a40d2876324e647e1fcafce0f943d69d8fe216a01cbddb2a5a4f41f64513e287c80ec518cef5a6033b3d1ed0bcfc7d1cfcc64
 DIST redmine-3.4.5.tar.gz 2448231 BLAKE2B 
11041cbac5ea33c060a90ead56a4479cc86137bad5e0eb6135aed8d19059aedecd2ad52ac63ae6fcc5bbb13b5fc4cd6b05695aff484932b55ad5d7be7cb1c396
 SHA512 
c77ce76fadb7a2b9d6daf77a898a1ca4d7b1c8616922e89026cee3a4b0ec1a187a746f0a054b786663e78fc510596be736fd12d71b2569f6a63a21d0c95a05ad
+DIST redmine-4.0.5.tar.gz 2519900 BLAKE2B 
ddc465f12030f3f672ea9bf6b825fd40344dcffd3b60907a42c4dbe57f209c54a12bbd3d59f886ff000ccbd43f6d1b9c1aacfbab653f2d81bb06d8d7189bd624
 SHA512 
a6aa3e2418fd83ed3783fc6644c339c54ebb1952b8c2c0be4b718fb296fdff64fb4116faa2c88f3e5c3c25d7c5b3c21cd7822ff9f99f6f67270e0b8b64053678

diff --git a/www-apps/redmine/files/redmine-4.0.5_gemfile_versions.patch 
b/www-apps/redmine/files/redmine-4.0.5_gemfile_versions.patch
new file mode 100644
index 000..46aebf2b825
--- /dev/null
+++ b/www-apps/redmine/files/redmine-4.0.5_gemfile_versions.patch
@@ -0,0 +1,76 @@
+diff -Nuar redmine-4.0.5.orig/Gemfile redmine-4.0.5/Gemfile
+--- redmine-4.0.5.orig/Gemfile 2019-10-24 22:20:32.412728804 +0300
 redmine-4.0.5/Gemfile  2019-10-24 22:27:40.356708042 +0300
+@@ -3,46 +3,45 @@
+ gem "bundler", ">= 1.5.0"
+ 
+ gem "rails", "5.2.3"
+-gem "rouge", "~> 3.3.0"
++gem "rouge", ">= 3.3.0"
+ gem "request_store", "1.0.5"
+-gem "mini_mime", "~> 1.0.1"
++gem "mini_mime", ">= 1.0.1"
+ gem "actionpack-xml_parser"
+-gem "roadie-rails", "~> 1.3.0"
++gem "roadie-rails", ">= 1.3.0"
+ gem "mimemagic"
+-gem "mail", "~> 2.7.1"
+-gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"
++gem "mail", ">= 2.7.1"
+ 
+-gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1")
++gem "nokogiri", (RUBY_VERSION >= "2.3" ? ">= 1.10.0" : "~> 1.9.1")
+ gem "i18n", "~> 0.7.0"
+ gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3"
+ 
+ # TODO: Remove the following line when #32223 is fixed
+-gem "sprockets", "~> 3.7.2"
++gem "sprockets", ">= 3.7.2"
+ 
+ # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
+ gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]
+-gem "rbpdf", "~> 1.19.6"
++gem "rbpdf", ">= 1.19.6"
+ 
+ # Optional gem for LDAP authentication
+ group :ldap do
+-  gem "net-ldap", "~> 0.16.0"
++  gem "net-ldap", ">= 0.16.0"
+ end
+ 
+ # Optional gem for OpenID authentication
+ group :openid do
+-  gem "ruby-openid", "~> 2.9.2", :require => "openid"
++  gem "ruby-openid", ">= 2.9.2", :require => "openid"
+   gem "rack-openid"
+ end
+ 
+ platforms :mri, :mingw, :x64_mingw do
+   # Optional gem for exporting the gantt to a PNG file, not supported with 
jruby
+   group :rmagick do
+-gem "rmagick", "~> 2.16.0"
++gem "rmagick", ">= 2.16.0"
+   end
+ 
+   # Optional Markdown support, not for JRuby
+   group :markdown do
+-gem "redcarpet", "~> 3.4.0"
++gem "redcarpet", ">= 3.4.0"
+   end
+ end
+ 
+@@ -58,11 +57,11 @@
+ adapters.each do |adapter|
+   case adapter
+   when 'mysql2'
+-gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
++gem "mysql2", ">= 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
+   when /postgresql/
+-gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
++gem "pg", ">= 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
+   when /sqlite3/
+-gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
++gem "sqlite3", ">= 1.3.12", :platforms => [

[gentoo-commits] repo/gentoo:master commit in: acct-user/tss/

2019-12-08 Thread Joonas Niilola
commit: a1d495e05baa5ad4f3bcf11ac6e8a141ad0364ca
Author: Salah Coronya  gmail  com>
AuthorDate: Sun Nov  3 00:11:08 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d495e0

acct-user/tss: Add 'tss' user (UID 59)

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: Salah Coronya  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-user/tss/metadata.xml | 12 
 acct-user/tss/tss-0.ebuild | 12 
 2 files changed, 24 insertions(+)

diff --git a/acct-user/tss/metadata.xml b/acct-user/tss/metadata.xml
new file mode 100644
index 000..52d5228a45d
--- /dev/null
+++ b/acct-user/tss/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   salah.coro...@gmail.com
+   Salah Coronya
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/acct-user/tss/tss-0.ebuild b/acct-user/tss/tss-0.ebuild
new file mode 100644
index 000..f6726ec183d
--- /dev/null
+++ b/acct-user/tss/tss-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="Trusted Software Stack for TPMs user"
+ACCT_USER_ID=59
+ACCT_USER_GROUPS=( tss )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-group/tss/

2019-12-08 Thread Joonas Niilola
commit: 1c1a157ac31641a794675b719b574546702e4496
Author: Salah Coronya  gmail  com>
AuthorDate: Sun Nov  3 00:13:54 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1a157a

acct-group/tss: Add 'tss' grep (GID 59)

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: Salah Coronya  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-group/tss/metadata.xml | 12 
 acct-group/tss/tss-0.ebuild |  9 +
 2 files changed, 21 insertions(+)

diff --git a/acct-group/tss/metadata.xml b/acct-group/tss/metadata.xml
new file mode 100644
index 000..52d5228a45d
--- /dev/null
+++ b/acct-group/tss/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   salah.coro...@gmail.com
+   Salah Coronya
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/acct-group/tss/tss-0.ebuild b/acct-group/tss/tss-0.ebuild
new file mode 100644
index 000..63c0050b301
--- /dev/null
+++ b/acct-group/tss/tss-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Trusted Software Stack for TPMs group"
+ACCT_GROUP_ID=59



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/

2019-12-08 Thread Joonas Niilola
commit: 51c5f040cb0907561ef0e93c62c939a40d0e38fa
Author: Salah Coronya  gmail  com>
AuthorDate: Sun Nov  3 00:56:21 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c5f040

app-crypt/tpm2-abrmd: Implement GLEP 81

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Salah Coronya  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild 
b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild
new file mode 100644
index 000..535dcd41a59
--- /dev/null
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="TPM2 Access Broker & Resource Manager"
+HOMEPAGE="https://github.com/tpm2-software/tpm2-abrmd";
+SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-apps/dbus:=
+   dev-libs/glib:=
+   app-crypt/tpm2-tss:="
+DEPEND="${RDEPEND}
+   acct-group/tss
+   acct-user/tss
+   test? ( dev-util/cmocka )"
+BDEPEND="virtual/pkgconfig
+   dev-util/gdbus-codegen"
+
+PATCHES=(
+   "${FILESDIR}/${P}-build.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable test unit) \
+   --disable-defaultflags \
+   --with-dbuspolicydir="${EPREFIX}/etc/dbus-1/system.d" \
+   
--with-systemdpresetdir="$(systemd_get_systemunitdir)/../system-preset" \
+   --with-systemdpresetdisable \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: acct-group/redmine/

2019-12-08 Thread Joonas Niilola
commit: 20306801dee43804388b5314348eb27399dbb8c3
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Oct 24 18:33:48 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20306801

acct-group/redmine: group for www-apps/redmine

GID 451

Signed-off-by: Azamat H. Hackimov  gmail.com>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-group/redmine/metadata.xml | 12 
 acct-group/redmine/redmine-0.ebuild |  8 
 2 files changed, 20 insertions(+)

diff --git a/acct-group/redmine/metadata.xml b/acct-group/redmine/metadata.xml
new file mode 100644
index 000..3ed2aa9f8eb
--- /dev/null
+++ b/acct-group/redmine/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+azamat.hacki...@gmail.com
+Azamat H. Hackimov
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+

diff --git a/acct-group/redmine/redmine-0.ebuild 
b/acct-group/redmine/redmine-0.ebuild
new file mode 100644
index 000..8dac6049726
--- /dev/null
+++ b/acct-group/redmine/redmine-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=451



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/

2019-12-08 Thread Joonas Niilola
commit: 5d4780fce513591189820355b4c01847ebdc0c62
Author: Salah Coronya  gmail  com>
AuthorDate: Sun Nov  3 01:04:20 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4780fc

app-crypt/tpm2-tss: Implement GLEP 81

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Salah Coronya  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13532
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild
new file mode 100644
index 000..e2b86a17e07
--- /dev/null
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info udev
+
+DESCRIPTION="TCG Trusted Platform Module 2.0 Software Stack"
+HOMEPAGE="https://github.com/tpm2-software/tpm2-tss";
+SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0/0" # sublot is libtss2-sys number
+KEYWORDS="~amd64"
+IUSE="doc +gcrypt openssl static-libs test"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   gcrypt? ( !openssl )
+   openssl? ( !gcrypt )
+   || ( gcrypt openssl )"
+
+RDEPEND="gcrypt? ( dev-libs/libgcrypt:0= )
+   openssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}
+   acct-group/tss
+   acct-user/tss
+   test? ( dev-util/cmocka )"
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+pkg_setup() {
+   local CONFIG_CHECK=" \
+   ~TCG_TPM
+   "
+   linux-info_pkg_setup
+   kernel_is ge 4 12 0 || ewarn "At least kernel 4.12.0 is required"
+}
+
+src_configure() {
+   econf \
+   $(use_enable doc doxygen-doc) \
+   $(use_enable static-libs static) \
+   $(use_enable test unit) \
+   --disable-defaultflags \
+   --with-crypto="$(usex gcrypt gcrypt ossl)" \
+   --with-udevrulesdir="$(get_udevdir)/rules.d" \
+   --with-udevrulesprefix=60-
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-12-08 Thread Joonas Niilola
commit: 89ac07b2a2d0f635907e2021087def6db8813cf6
Author: Christian Buchinger  guya  de>
AuthorDate: Sat Dec  7 14:24:33 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ac07b2

net-misc/anydesk: drop old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Christian Buchinger  guya.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/anydesk/Manifest|   2 -
 net-misc/anydesk/anydesk-4.0.1-r1.ebuild | 104 
 net-misc/anydesk/anydesk-5.5.0.ebuild| 112 ---
 3 files changed, 218 deletions(-)

diff --git a/net-misc/anydesk/Manifest b/net-misc/anydesk/Manifest
index 325a22d2eae..d63ea69cd44 100644
--- a/net-misc/anydesk/Manifest
+++ b/net-misc/anydesk/Manifest
@@ -1,5 +1,3 @@
-DIST anydesk-4.0.1-amd64.tar.gz 3663439 BLAKE2B 
6d693262569708d0289f9e4b03e15a4d4b8d7eea5253a18c6694d720e916b9d3d2a6894db16e5e6a31ddc39bd87ef4e766244047761440f9245c5f563ccd8dd4
 SHA512 
df2d4ec945f77954b8548513052af4d4f16c904ba450f4560c9185e94c2d4e57dc5ffb865239d1082803e040a60775b78d9c09015932b0fa6159378475d73f10
-DIST anydesk-4.0.1-i686.tar.gz 3658518 BLAKE2B 
39bcad58de9b5ae76da5e96e32a8799343e1b6f7f78b3db3d02e675acae1ebbfa5c2a47a043b9d88810644656bce027bc347a783fcccbf37cdf44f986f1a8548
 SHA512 
e922e296149811a7ef77ae642c9ba73ca9888be57f13b0616ba5008f6837c86245d4b8b3a4b8ab6739a97fffa9b397b20d572c1fae7d5a5b2d909e8ee07112cc
 DIST anydesk-5.0.0-amd64.tar.gz 4258837 BLAKE2B 
1ebb7cb70226873e9a2207823a1d66eb6b2dda9846d2921fc4484638f1bb4b9bf1abe4897af38fe7fb4c1c585187121bcf54bda5bd33a48c052fa5021f5cac07
 SHA512 
f18a3374dfdc62fecb7d47cdc6d43f7ec71433ed06f4c7165056e9b9526acd624305b0409cf1140f85631f8d7b72cf032ff32298ea24781c8e48e58d7e50abf0
 DIST anydesk-5.0.0-i686.tar.gz 4259050 BLAKE2B 
43eb38dda82e6846c3e3c47f28f2556d93a4a420ea82639c7be0fc122a4d1bfdeecc5bbe7088687a54a0cc992307bd0ca4502a9c46539e459cea2d362a962622
 SHA512 
bfe3b39540aec09432343c554ec761072dc688f271bf164c1b3d6cb54271336b5cf35b51a93902bfad2d92d530c186abe108cc250f2a7f88641c66abd42b3c6a
 DIST anydesk-5.1.2-amd64.tar.gz 4502952 BLAKE2B 
ff59e13161f58d63512da17162e32e52625ac7ab2698053e5183b10bf7971955797194962fa91d77a2f4d72fae4192811382f3c8664c859db637b6ab6adcd82d
 SHA512 
e05fd51b77dbe5d4deace5dc245481a76e9c27f01ae8240da2eb510fb7c6685f5bb0cc6b89920dfb1aea10002f22f2a1e5bdd8d11a4a608224c2becded88f8e7

diff --git a/net-misc/anydesk/anydesk-4.0.1-r1.ebuild 
b/net-misc/anydesk/anydesk-4.0.1-r1.ebuild
deleted file mode 100644
index 5f3f5977062..000
--- a/net-misc/anydesk/anydesk-4.0.1-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit desktop gnome2-utils systemd xdg-utils
-
-DESCRIPTION="Feature rich multi-platform remote desktop application"
-HOMEPAGE="https://anydesk.com";
-SRC_URI="amd64? ( https://download.anydesk.com/linux/${P}-amd64.tar.gz )
-   x86? ( https://download.anydesk.com/linux/${P}-i686.tar.gz )"
-
-# OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
-LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/atk
-   dev-libs/glib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/glu
-   media-libs/mesa[X(+)]
-   sys-auth/polkit
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+
-   x11-libs/gtkglext
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXmu
-   x11-libs/libXrandr
-   x11-libs/libXt
-   x11-libs/libXtst
-   x11-libs/libxcb
-   x11-libs/pango
-   x11-libs/pangox-compat
-"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="opt/${PN}/*"
-
-src_install() {
-   local dst="/opt/${PN}"
-
-   dodir ${dst}
-   exeinto ${dst}
-   doexe ${PN}
-
-   dodir /opt/bin
-   dosym ${dst}/${PN} /opt/bin/${PN}
-
-   newinitd "${FILESDIR}"/anydesk.init anydesk
-   systemd_newunit "${FILESDIR}"/anydesk-4.0.1.service anydesk.service
-
-   insinto /usr/share/polkit-1/actions
-   doins polkit-1/com.philandro.anydesk.policy
-
-   insinto /usr/share
-   doins -r icons
-
-   domenu anydesk.desktop
-
-   keepdir /etc/${PN}
-
-   dodoc changelog copyright README
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "To run AnyDesk as background service use:"
-   elog
-   elog "OpenRC:"
-   elog "# rc-service anydesk start"
-   elog "# rc-update add anydesk default"
-   elog
-   elog "Systemd:"
-   elog "# systemctl start anydesk.service"

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

2019-12-08 Thread Joonas Niilola
commit: 631697d93f8bf19c382715ef648059b5ea497c30
Author: Salah Coronya  gmail  com>
AuthorDate: Sun Nov  3 00:53:12 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631697d9

app-crypt/trousers: Implement GLEP 81

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Salah Coronya  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/trousers/trousers-0.3.14-r2.ebuild | 102 +++
 1 file changed, 102 insertions(+)

diff --git a/app-crypt/trousers/trousers-0.3.14-r2.ebuild 
b/app-crypt/trousers/trousers-0.3.14-r2.ebuild
new file mode 100644
index 000..384d8736beb
--- /dev/null
+++ b/app-crypt/trousers/trousers-0.3.14-r2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info readme.gentoo-r1 systemd udev
+
+DESCRIPTION="An open-source TCG Software Stack (TSS) v1.1 implementation"
+HOMEPAGE="http://trousers.sf.net";
+SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz"
+
+LICENSE="CPL-1.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86"
+IUSE="doc libressl selinux" # gtk
+
+# gtk support presently does NOT compile.
+#  gtk? ( >=x11-libs/gtk+-2 )
+
+DEPEND="acct-group/tss
+   acct-user/tss
+   >=dev-libs/glib-2
+   !libressl? ( >=dev-libs/openssl-0.9.7:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-tcsd )"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.3.13-nouseradd.patch"
+   "${FILESDIR}/${P}-libressl.patch"
+)
+
+DOCS="AUTHORS ChangeLog NICETOHAVES README TODO"
+
+DOC_CONTENTS="
+   If you have problems starting tcsd, please check permissions and
+   ownership on /dev/tpm* and ~tss/system.data
+"
+
+S="${WORKDIR}"
+
+pkg_setup() {
+   # Check for driver (not sure it can be an rdep, because ot depends on 
the
+   # version of virtual/linux-sources... Is that supported by portage?)
+   linux-info_pkg_setup
+   local tpm_kernel_version tpm_kernel_present tpm_module
+   kernel_is ge 2 6 12 && tpm_kernel_version="yes"
+   if linux_config_exists; then
+   linux_chkconfig_present TCG_TPM && tpm_kernel_present="yes"
+   else
+   ewarn "No kernel configuration could be found."
+   fi
+   has_version app-crypt/tpm-emulator && tpm_module="yes"
+   if [[ -n "${tpm_kernel_present}" ]]; then
+   einfo "Good, you seem to have in-kernel TPM support."
+   elif [[ -n "${tpm_module}" ]]; then
+   einfo "Good, you seem to have TPM support with the external 
module."
+   if [[ -n "${tpm_kernel_version}" ]]; then
+   elog
+   elog "Note that since you have a >=2.6.12 kernel, you 
could use"
+   elog "the in-kernel driver instead of (CONFIG_TCG_TPM)."
+   fi
+   elif [[ -n "${tpm_kernel_version}" ]]; then
+   eerror
+   eerror "To use this package, you will have to activate TPM 
support"
+   eerror "in your kernel configuration. That's at least 
CONFIG_TCG_TPM,"
+   eerror "plus probably a chip specific driver (like 
CONFIG_TCG_ATMEL)."
+   eerror
+   else
+   eerror
+   eerror "To use this package, you should install a TPM driver."
+   eerror "You can have the following options:"
+   eerror "  - install app-crypt/tpm-emulator"
+   eerror "  - switch to a >=2.6.12 kernel and compile the kernel 
module"
+   eerror
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # econf --with-gui=$(usex gtk gtk openssl)
+   econf --with-gui=openssl
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+
+   keepdir /var/lib/tpm
+   use doc && dodoc doc/*
+   newinitd "${FILESDIR}"/tcsd.initd tcsd
+   newconfd "${FILESDIR}"/tcsd.confd tcsd
+   systemd_dounit "${FILESDIR}"/tcsd.service
+   udev_dorules "${FILESDIR}"/61-trousers.rules
+   fowners tss:tss /var/lib/tpm
+   readme.gentoo_create_doc
+}



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

2019-12-08 Thread Joonas Niilola
commit: 859d4c2097dc2c9bdaf9cb40e856f2555f52b590
Author: Christian Buchinger  guya  de>
AuthorDate: Sat Dec  7 14:32:49 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:41:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859d4c20

net-misc/anydesk: fix SRC_URI

* Upstream changed download url's

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Christian Buchinger  guya.de>
Closes: https://github.com/gentoo/gentoo/pull/13904
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/anydesk/anydesk-5.0.0.ebuild | 10 --
 net-misc/anydesk/anydesk-5.1.2.ebuild | 10 --
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net-misc/anydesk/anydesk-5.0.0.ebuild 
b/net-misc/anydesk/anydesk-5.0.0.ebuild
index 6bd890da645..7a87b3cd2f8 100644
--- a/net-misc/anydesk/anydesk-5.0.0.ebuild
+++ b/net-misc/anydesk/anydesk-5.0.0.ebuild
@@ -7,8 +7,14 @@ inherit desktop systemd xdg-utils
 
 DESCRIPTION="Feature rich multi-platform remote desktop application"
 HOMEPAGE="https://anydesk.com";
-SRC_URI="amd64? ( https://download.anydesk.com/linux/${P}-amd64.tar.gz )
-   x86? ( https://download.anydesk.com/linux/${P}-i686.tar.gz )"
+SRC_URI="amd64? (
+   https://download.anydesk.com/linux/${P}-amd64.tar.gz
+   
https://download.anydesk.com/linux/generic-linux/${P}-amd64.tar.gz
+   )
+   x86? (
+   https://download.anydesk.com/linux/${P}-i686.tar.gz
+   
https://download.anydesk.com/linux/generic-linux/${P}-i686.tar.gz
+   )"
 
 # OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
 LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"

diff --git a/net-misc/anydesk/anydesk-5.1.2.ebuild 
b/net-misc/anydesk/anydesk-5.1.2.ebuild
index a3bb4194a94..a727ca0739f 100644
--- a/net-misc/anydesk/anydesk-5.1.2.ebuild
+++ b/net-misc/anydesk/anydesk-5.1.2.ebuild
@@ -7,8 +7,14 @@ inherit desktop systemd xdg-utils
 
 DESCRIPTION="Feature rich multi-platform remote desktop application"
 HOMEPAGE="https://anydesk.com";
-SRC_URI="amd64? ( https://download.anydesk.com/linux/${P}-amd64.tar.gz )
-   x86? ( https://download.anydesk.com/linux/${P}-i386.tar.gz )"
+SRC_URI="amd64? (
+   https://download.anydesk.com/linux/${P}-amd64.tar.gz
+   
https://download.anydesk.com/linux/generic-linux/${P}-amd64.tar.gz
+   )
+   x86? (
+   https://download.anydesk.com/linux/${P}-i386.tar.gz
+   
https://download.anydesk.com/linux/generic-linux/${P}-i386.tar.gz
+   )"
 
 # OpeSSL/SSLeay, libvpx, zlib, Xiph, xxHash
 LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB"



[gentoo-commits] data/api:master commit in: files/

2019-12-08 Thread Joonas Niilola
commit: a878814b0838561c08a8f4d8c2a5a857c8d03752
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  8 08:46:43 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:46:43 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=a878814b

uid-gid.txt: update provider for redmine (451)

Signed-off-by: Joonas Niilola  gentoo.org>

 files/uid-gid.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 629169b..8ee32a6 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -211,7 +211,7 @@ utmp-   406 baselayout
 ldap   439 439 user.eclass
 collectd   440 440 requested
 firebird   450 450 user.eclass
-redmine451 451 requested
+redmine451 451 acct
 vdr452 452 requested
 vdradmin   453 453 requested
 deluge 454 454 acct



[gentoo-commits] data/api:master commit in: files/

2019-12-08 Thread Joonas Niilola
commit: 56dbe4dfa6a3fd77c33ab644f60c20fadea8d706
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  8 08:47:43 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 08:47:43 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=56dbe4df

uid-gid.txt: update 59 GID+UID for tss, remove unbound

Signed-off-by: Joonas Niilola  gentoo.org>

 files/uid-gid.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 8ee32a6..ef81f14 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -107,7 +107,7 @@ named   40  40  user.eclass 
Removed from baselayout in [r1369](https://sources.gen
 tor43  43  acct
 mpd45  -   acct
 knot   53  53  acct
-unbound59  59  requested
+tss59  59  acct
 mysql  60  60  acctRemoved from baselayout 
in 
[r1335](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1326&r2=1335&pathrev=2545)
 avahi  61  61  requested
 avahi-autoipd  62  62  requested



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

2019-12-08 Thread Andreas Sturmlechner
commit: 4508997e9ffd762f35f6cff6cc5ba93ace9123e9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 08:52:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 08:52:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4508997e

media-sound/beets: Drop patch for now.

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

 media-sound/beets/beets-1.4.9-r1.ebuild|  6 ++--
 media-sound/beets/files/beets-1.4.9-py37.patch | 38 --
 2 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/media-sound/beets/beets-1.4.9-r1.ebuild 
b/media-sound/beets/beets-1.4.9-r1.ebuild
index a340e1c3ed4..f7001b9fd20 100644
--- a/media-sound/beets/beets-1.4.9-r1.ebuild
+++ b/media-sound/beets/beets-1.4.9-r1.ebuild
@@ -78,11 +78,11 @@ RDEPEND="${DEPEND}"
 
 RESTRICT="test" # tests broken in 1.4.3 already
 
-PATCHES=( "${FILESDIR}/${P}-py37.patch" )
-
 S="${WORKDIR}/${MY_P}"
 
 python_prepare_all() {
+   distutils-r1_python_prepare_all
+
rm_use_plugins() {
[[ -n "${1}" ]] || die "rm_use_plugins: No use option given"
local use=${1}
@@ -103,8 +103,6 @@ python_prepare_all() {
done
}
 
-   distutils-r1_python_prepare_all
-
rm_use_plugins chromaprint chroma
rm_use_plugins ffmpeg convert
rm_use_plugins icu loadext

diff --git a/media-sound/beets/files/beets-1.4.9-py37.patch 
b/media-sound/beets/files/beets-1.4.9-py37.patch
deleted file mode 100644
index 564357bc378..000
--- a/media-sound/beets/files/beets-1.4.9-py37.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 15d44f02a391764da1ce1f239caef819f08beed8 Mon Sep 17 00:00:00 2001
-From: Adrian Sampson 
-Date: Sun, 22 Jul 2018 12:34:19 -0400
-Subject: [PATCH] Fix Python 3.7 compatibility (#2978)
-

- beets/autotag/hooks.py | 8 +++-
- docs/changelog.rst | 2 ++
- 2 files changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/beets/autotag/hooks.py b/beets/autotag/hooks.py
-index 3615a93337b8..1c62a54c5c35 100644
 a/beets/autotag/hooks.py
-+++ b/beets/autotag/hooks.py
-@@ -31,6 +31,12 @@ import six
- 
- log = logging.getLogger('beets')
- 
-+# The name of the type for patterns in re changed in Python 3.7.
-+try:
-+Pattern = re._pattern_type
-+except AttributeError:
-+Pattern = re.Pattern
-+
- 
- # Classes used to represent candidate options.
- 
-@@ -433,7 +439,7 @@ class Distance(object):
- be a compiled regular expression, in which case it will be
- matched against `value2`.
- """
--if isinstance(value1, re._pattern_type):
-+if isinstance(value1, Pattern):
- return bool(value1.match(value2))
- return value1 == value2
- 
--- 
-2.20.1



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

2019-12-08 Thread Andreas Sturmlechner
commit: 2352c75b06fde583f610cf9fd82f89a84af9d341
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:18:32 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:18:32 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2352c75b

Documentation: Drop KDE Frameworks 5.60 and KDE Applications 19.04

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../.kde-applications-19.04/_HEADER_   |   2 -
 .../.kde-applications-19.04/kde-applications-19.04 |   1 -
 .../.kde-applications-19.04/kde-baseapps-19.04 |   1 -
 .../.kde-applications-19.04/kdeaccessibility-19.04 |   1 -
 .../.kde-applications-19.04/kdeadmin-19.04 |   1 -
 .../.kde-applications-19.04/kdeedu-19.04   |   1 -
 .../.kde-applications-19.04/kdegames-19.04 |   1 -
 .../.kde-applications-19.04/kdegraphics-19.04  |   1 -
 .../.kde-applications-19.04/kdemultimedia-19.04|   1 -
 .../.kde-applications-19.04/kdenetwork-19.04   |   1 -
 .../.kde-applications-19.04/kdepim-19.04   |   1 -
 .../.kde-applications-19.04/kdesdk-19.04   |   1 -
 .../.kde-applications-19.04/kdeutils-19.04 |   1 -
 .../.kde-applications-19.04/more-deps  |   0
 .../.kde-frameworks-5.60/_HEADER_  |   2 -
 .../.kde-frameworks-5.60/kde-frameworks-5.60   |   1 -
 .../.kde-frameworks-5.60/more-deps |   0
 .../kde-applications-19.04.keywords| 238 -
 .../kde-frameworks-5.60.keywords   |  83 ---
 Documentation/package.mask/kde-applications-19.04  | 238 -
 Documentation/package.mask/kde-frameworks-5.60 |  83 ---
 .../.kde-applications-19.04/_HEADER_   |   2 -
 .../.kde-applications-19.04/kde-applications-19.04 |   1 -
 .../.kde-applications-19.04/kde-baseapps-19.04 |   1 -
 .../.kde-applications-19.04/kdeaccessibility-19.04 |   1 -
 .../.kde-applications-19.04/kdeadmin-19.04 |   1 -
 .../.kde-applications-19.04/kdeedu-19.04   |   1 -
 .../.kde-applications-19.04/kdegames-19.04 |   1 -
 .../.kde-applications-19.04/kdegraphics-19.04  |   1 -
 .../.kde-applications-19.04/kdemultimedia-19.04|   1 -
 .../.kde-applications-19.04/kdenetwork-19.04   |   1 -
 .../.kde-applications-19.04/kdepim-19.04   |   1 -
 .../.kde-applications-19.04/kdesdk-19.04   |   1 -
 .../.kde-applications-19.04/kdeutils-19.04 |   1 -
 .../package.unmask/.kde-frameworks-5.60/_HEADER_   |   2 -
 .../.kde-frameworks-5.60/kde-frameworks-5.60   |   1 -
 .../package.unmask/kde-applications-19.04  | 238 -
 Documentation/package.unmask/kde-frameworks-5.60   |  83 ---
 38 files changed, 997 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-19.04/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-applications-19.04/_HEADER_
deleted file mode 100644
index 666af5646f..00
--- a/Documentation/package.accept_keywords/.kde-applications-19.04/_HEADER_
+++ /dev/null
@@ -1,2 +0,0 @@
-# You can use this file to keyword/unkeyword KDE Applications 19.04.
-# Edit Documentation/package.keywords/.kde-applications-19.04/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kde-applications-19.04
 
b/Documentation/package.accept_keywords/.kde-applications-19.04/kde-applications-19.04
deleted file mode 12
index e93f9ef952..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kde-applications-19.04
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-applications-19.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kde-baseapps-19.04
 
b/Documentation/package.accept_keywords/.kde-applications-19.04/kde-baseapps-19.04
deleted file mode 12
index 3ea0c03f19..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kde-baseapps-19.04
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kde-baseapps-19.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kdeaccessibility-19.04
 
b/Documentation/package.accept_keywords/.kde-applications-19.04/kdeaccessibility-19.04
deleted file mode 12
index 6d023fa842..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kdeaccessibility-19.04
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kdeaccessibility-19.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kdeadmin-19.04 
b/Documentation/package.accept_keywords/.kde-applications-19.04/kdeadmin-19.04
deleted file mode 12
index 08d21fbb9c..00
--- 
a/Documentation/package.accept_keywords/.kde-applications-19.04/kdeadmin-19.04
+++ /dev/null
@@ -1 +0,0 @@
-../../../sets/kdeadmin-19.04
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywo

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2019-12-08 Thread Andreas Sturmlechner
commit: 0683ca6b608aef43d5224c5624cf03c922b81d24
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:21:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:22:03 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0683ca6b

Documentation: Add KDE Frameworks 5.65

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.65/_HEADER_  |  2 +
 .../.kde-frameworks-5.65/kde-frameworks-5.65   |  1 +
 .../.kde-frameworks-5.65/more-deps |  0
 .../kde-frameworks-5.65.keywords   | 86 ++
 Documentation/package.mask/kde-frameworks-5.65 | 86 ++
 .../package.unmask/.kde-frameworks-5.65/_HEADER_   |  2 +
 .../.kde-frameworks-5.65/kde-frameworks-5.65   |  1 +
 Documentation/package.unmask/kde-frameworks-5.65   | 86 ++
 9 files changed, 265 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index c6d6164380..8791fa753d 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.64"
+KF_RELEASES="5.64 5.65"
 KF_RELEASE=${KF_RELEASE:-5.64}
 
 PLASMA_RELEASES="5.16 5.17"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.65/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.65/_HEADER_
new file mode 100644
index 00..cf09329392
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.65/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.65 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.65/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.65/kde-frameworks-5.65
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.65/kde-frameworks-5.65
new file mode 12
index 00..52f7882aa6
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.65/kde-frameworks-5.65
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.65
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.65/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.65/more-deps
new file mode 100644
index 00..e69de29bb2

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.65.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.65.keywords
new file mode 100644
index 00..2bc3f65b37
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.65.keywords
@@ -0,0 +1,86 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.65 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.65/ files 
instead.
+

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

2019-12-08 Thread Andreas Sturmlechner
commit: f70f58609d74b019e7cb65866b672d025d3e41d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:01:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:02:38 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f70f5860

Documentation: Update regenerate-files KF_RELEASE, APPS_RELEASE

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 Documentation/maintainers/regenerate-files | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index a8ef0306ac..c6d6164380 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,14 +9,14 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.60 5.64"
-KF_RELEASE=${KF_RELEASE:-5.60}
+KF_RELEASES="5.64"
+KF_RELEASE=${KF_RELEASE:-5.64}
 
 PLASMA_RELEASES="5.16 5.17"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.16}
 
-APPS_RELEASES="19.04 19.08 19.12"
-APPS_RELEASE=${APPS_RELEASE:-19.04}
+APPS_RELEASES="19.08 19.12"
+APPS_RELEASE=${APPS_RELEASE:-19.08}
 
 # regenerate keywords
 pushd ../package.accept_keywords/ > /dev/null



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

2019-12-08 Thread Andreas Sturmlechner
commit: 9082b1fc857010c29f6b7663365934660f9e3de7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:06:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:06:17 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9082b1fc

sets: Add kde-frameworks-5.65

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kde-frameworks-5.65 | 83 
 1 file changed, 83 insertions(+)

diff --git a/sets/kde-frameworks-5.65 b/sets/kde-frameworks-5.65
new file mode 100644
index 00..09519f027e
--- /dev/null
+++ b/sets/kde-frameworks-5.65
@@ -0,0 +1,83 @@
+

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

2019-12-08 Thread Andreas Sturmlechner
commit: a3b6251b670cd64f2b4d82e8e3643481d5128f8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:26:02 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:26:02 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3b6251b

kde.org.eclass: Mark KDE Frameworks 5.65.0 unreleased

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde.org.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 0c58586fb0..8e391f6dcf 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -67,7 +67,7 @@ esac
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-apps-19.12.0 )
+KDE_UNRELEASED=( kde-apps-19.12.0 kde-frameworks-5.65.0 )
 
 HOMEPAGE="https://kde.org/";
 



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

2019-12-08 Thread Andreas Sturmlechner
commit: 34610035b2e3b3a983b2937ce180d93b7d8bce0d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:25:18 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:25:18 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=34610035

profiles: Add kde-frameworks-5.65 package.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask/kde-frameworks-5.65 | 86 +++
 1 file changed, 86 insertions(+)

diff --git a/profiles/package.mask/kde-frameworks-5.65 
b/profiles/package.mask/kde-frameworks-5.65
new file mode 100644
index 00..cf7bd0c4db
--- /dev/null
+++ b/profiles/package.mask/kde-frameworks-5.65
@@ -0,0 +1,86 @@
+# Andreas Sturmlechner  (08 Dec 2019)
+# KDE Frameworks 5.65.0 mask
+# Not released yet.
+~kde-frameworks/attica-5.65.0:5
+~kde-frameworks/baloo-5.65.0:5
+~kde-frameworks/bluez-qt-5.65.0:5
+~kde-frameworks/breeze-icons-5.65.0:5
+~kde-frameworks/breeze-icons-rcc-5.65.0:5
+~kde-frameworks/extra-cmake-modules-5.65.0:5
+~kde-frameworks/frameworkintegration-5.65.0:5
+~kde-frameworks/kactivities-5.65.0:5
+~kde-frameworks/kactivities-stats-5.65.0:5
+~kde-frameworks/kapidox-5.65.0:5
+~kde-frameworks/karchive-5.65.0:5
+~kde-frameworks/kauth-5.65.0:5
+~kde-frameworks/kbookmarks-5.65.0:5
+~kde-frameworks/kcalendarcore-5.65.0:5
+~kde-frameworks/kcmutils-5.65.0:5
+~kde-frameworks/kcodecs-5.65.0:5
+~kde-frameworks/kcompletion-5.65.0:5
+~kde-frameworks/kconfig-5.65.0:5
+~kde-frameworks/kconfigwidgets-5.65.0:5
+~kde-frameworks/kcontacts-5.65.0:5
+~kde-frameworks/kcoreaddons-5.65.0:5
+~kde-frameworks/kcrash-5.65.0:5
+~kde-frameworks/kdbusaddons-5.65.0:5
+~kde-frameworks/kdeclarative-5.65.0:5
+~kde-frameworks/kded-5.65.0:5
+~kde-frameworks/kdelibs4support-5.65.0:5
+~kde-frameworks/kdesignerplugin-5.65.0:5
+~kde-frameworks/kdesu-5.65.0:5
+~kde-frameworks/kdewebkit-5.65.0:5
+~kde-frameworks/kdnssd-5.65.0:5
+~kde-frameworks/kdoctools-5.65.0:5
+~kde-frameworks/kemoticons-5.65.0:5
+~kde-frameworks/kfilemetadata-5.65.0:5
+~kde-frameworks/kglobalaccel-5.65.0:5
+~kde-frameworks/kguiaddons-5.65.0:5
+~kde-frameworks/kholidays-5.65.0:5
+~kde-frameworks/khtml-5.65.0:5
+~kde-frameworks/ki18n-5.65.0:5
+~kde-frameworks/kiconthemes-5.65.0:5
+~kde-frameworks/kidletime-5.65.0:5
+~kde-frameworks/kimageformats-5.65.0:5
+~kde-frameworks/kinit-5.65.0:5
+~kde-frameworks/kio-5.65.0:5
+~kde-frameworks/kirigami-5.65.0:5
+~kde-frameworks/kitemmodels-5.65.0:5
+~kde-frameworks/kitemviews-5.65.0:5
+~kde-frameworks/kjobwidgets-5.65.0:5
+~kde-frameworks/kjs-5.65.0:5
+~kde-frameworks/kjsembed-5.65.0:5
+~kde-frameworks/kmediaplayer-5.65.0:5
+~kde-frameworks/knewstuff-5.65.0:5
+~kde-frameworks/knotifications-5.65.0:5
+~kde-frameworks/knotifyconfig-5.65.0:5
+~kde-frameworks/kpackage-5.65.0:5
+~kde-frameworks/kparts-5.65.0:5
+~kde-frameworks/kpeople-5.65.0:5
+~kde-frameworks/kplotting-5.65.0:5
+~kde-frameworks/kpty-5.65.0:5
+~kde-frameworks/kquickcharts-5.65.0:5
+~kde-frameworks/kross-5.65.0:5
+~kde-frameworks/krunner-5.65.0:5
+~kde-frameworks/kservice-5.65.0:5
+~kde-frameworks/ktexteditor-5.65.0:5
+~kde-frameworks/ktextwidgets-5.65.0:5
+~kde-frameworks/kunitconversion-5.65.0:5
+~kde-frameworks/kwallet-5.65.0:5
+~kde-frameworks/kwayland-5.65.0:5
+~kde-frameworks/kwidgetsaddons-5.65.0:5
+~kde-frameworks/kwindowsystem-5.65.0:5
+~kde-frameworks/kxmlgui-5.65.0:5
+~kde-frameworks/kxmlrpcclient-5.65.0:5
+~kde-frameworks/modemmanager-qt-5.65.0:5
+~kde-frameworks/networkmanager-qt-5.65.0:5
+~kde-frameworks/oxygen-icons-5.65.0:5
+~kde-frameworks/plasma-5.65.0:5
+~kde-frameworks/prison-5.65.0:5
+~kde-frameworks/purpose-5.65.0:5
+~kde-frameworks/qqc2-desktop-style-5.65.0:5
+~kde-frameworks/solid-5.65.0:5
+~kde-frameworks/sonnet-5.65.0:5
+~kde-frameworks/syndication-5.65.0:5
+~kde-frameworks/syntax-highlighting-5.65.0:5
+~kde-frameworks/threadweaver-5.65.0:5



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

2019-12-08 Thread Andreas Sturmlechner
commit: 2be2c64cfc92b81e383bc5ddd15e9ee544d45d8a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:04:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:04:33 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2be2c64c

sets: Update kdegraphics, kdepim and kdeutils w/ KDE Applications 19.08

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kdegraphics | 3 ++-
 sets/kdepim  | 2 --
 sets/kdeutils| 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sets/kdegraphics b/sets/kdegraphics
index 4c32ee9e76..57a8a12460 100644
--- a/sets/kdegraphics
+++ b/sets/kdegraphics
@@ -4,8 +4,9 @@ kde-apps/kamera
 kde-apps/kcolorchooser
 kde-apps/kdegraphics-meta
 kde-apps/kdegraphics-mobipocket
-kde-apps/kruler
+kde-apps/kipi-plugins
 kde-apps/kolourpaint
+kde-apps/kruler
 kde-apps/libkdcraw
 kde-apps/libkexiv2
 kde-apps/libkgeomap

diff --git a/sets/kdepim b/sets/kdepim
index a7f96f57ab..609414a54e 100644
--- a/sets/kdepim
+++ b/sets/kdepim
@@ -18,9 +18,7 @@ kde-apps/kaddressbook
 kde-apps/kalarm
 kde-apps/kalarmcal
 kde-apps/kblog
-kde-apps/kcalcore
 kde-apps/kcalutils
-kde-apps/kcontacts
 kde-apps/kdav
 kde-apps/kdepim-addons
 kde-apps/kdepim-apps-libs

diff --git a/sets/kdeutils b/sets/kdeutils
index 540f7730dc..7cc433ce58 100644
--- a/sets/kdeutils
+++ b/sets/kdeutils
@@ -15,3 +15,4 @@ kde-apps/ktimer
 kde-apps/kwalletmanager
 kde-apps/print-manager
 kde-apps/sweeper
+kde-apps/yakuake



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

2019-12-08 Thread Andreas Sturmlechner
commit: 051b72cd52b0ee6ef7205d121c87244e1b54a6fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:03:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:03:06 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=051b72cd

sets: Add kcalendarcore,kcontacts to kde-frameworks

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kde-frameworks | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sets/kde-frameworks b/sets/kde-frameworks
index 1fcb1812f1..996a62ee27 100644
--- a/sets/kde-frameworks
+++ b/sets/kde-frameworks
@@ -12,11 +12,13 @@ kde-frameworks/kapidox:5
 kde-frameworks/karchive:5
 kde-frameworks/kauth:5
 kde-frameworks/kbookmarks:5
+kde-frameworks/kcalendarcore:5
 kde-frameworks/kcmutils:5
 kde-frameworks/kcodecs:5
 kde-frameworks/kcompletion:5
 kde-frameworks/kconfig:5
 kde-frameworks/kconfigwidgets:5
+kde-frameworks/kcontacts:5
 kde-frameworks/kcoreaddons:5
 kde-frameworks/kcrash:5
 kde-frameworks/kdbusaddons:5



[gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/, kde-frameworks/kpackage/, kde-frameworks/kconfig/, ...

2019-12-08 Thread Andreas Sturmlechner
commit: 09e7273d73110f874101fca5d692f6edaa08e1cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 01:42:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 01:42:59 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=09e7273d

kde-frameworks: Add KDE Frameworks 5.65.0

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

 kde-frameworks/attica/attica-5.65.0.ebuild | 26 ++
 kde-frameworks/baloo/baloo-5.65.0.ebuild   | 37 +
 kde-frameworks/bluez-qt/bluez-qt-5.65.0.ebuild | 38 +
 .../breeze-icons-rcc-5.65.0.ebuild | 35 
 .../breeze-icons/breeze-icons-5.65.0.ebuild| 33 
 .../extra-cmake-modules-5.65.0.ebuild  | 71 
 .../frameworkintegration-5.65.0.ebuild | 56 +
 .../kactivities-stats-5.65.0.ebuild| 23 ++
 .../kactivities/kactivities-5.65.0.ebuild  | 29 +++
 kde-frameworks/kapidox/kapidox-5.65.0.ebuild   | 24 ++
 kde-frameworks/karchive/karchive-5.65.0.ebuild | 27 ++
 kde-frameworks/kauth/kauth-5.65.0.ebuild   | 44 ++
 kde-frameworks/kbookmarks/kbookmarks-5.65.0.ebuild | 33 
 .../kcalendarcore/kcalendarcore-5.65.0.ebuild  | 27 ++
 kde-frameworks/kcmutils/kcmutils-5.65.0.ebuild | 33 
 kde-frameworks/kcodecs/kcodecs-5.65.0.ebuild   | 17 
 .../kcompletion/kcompletion-5.65.0.ebuild  | 26 ++
 kde-frameworks/kconfig/kconfig-5.65.0.ebuild   | 37 +
 .../kconfigwidgets/kconfigwidgets-5.65.0.ebuild| 40 +
 kde-frameworks/kcontacts/kcontacts-5.65.0.ebuild   | 36 
 .../kcoreaddons/kcoreaddons-5.65.0.ebuild  | 40 +
 kde-frameworks/kcrash/kcrash-5.65.0.ebuild | 32 
 .../kdbusaddons/kdbusaddons-5.65.0.ebuild  | 30 +++
 .../kdeclarative/kdeclarative-5.65.0.ebuild| 34 
 kde-frameworks/kded/kded-5.65.0.ebuild | 39 +
 .../kdelibs4support/kdelibs4support-5.65.0.ebuild  | 96 ++
 .../kdesignerplugin/kdesignerplugin-5.65.0.ebuild  | 25 ++
 kde-frameworks/kdesu/kdesu-5.65.0.ebuild   | 33 
 kde-frameworks/kdewebkit/kdewebkit-5.65.0.ebuild   | 40 +
 kde-frameworks/kdnssd/kdnssd-5.65.0.ebuild | 33 
 kde-frameworks/kdoctools/kdoctools-5.65.0.ebuild   | 47 +++
 kde-frameworks/kemoticons/kemoticons-5.65.0.ebuild | 28 +++
 .../kfilemetadata/kfilemetadata-5.65.0.ebuild  | 71 
 .../kglobalaccel/kglobalaccel-5.65.0.ebuild| 32 
 kde-frameworks/kguiaddons/kguiaddons-5.65.0.ebuild | 23 ++
 kde-frameworks/kholidays/kholidays-5.65.0.ebuild   | 31 +++
 kde-frameworks/khtml/khtml-5.65.0.ebuild   | 72 
 kde-frameworks/ki18n/ki18n-5.65.0.ebuild   | 38 +
 .../kiconthemes/kiconthemes-5.65.0.ebuild  | 32 
 kde-frameworks/kidletime/kidletime-5.65.0.ebuild   | 47 +++
 .../kimageformats/kimageformats-5.65.0.ebuild  | 37 +
 kde-frameworks/kinit/kinit-5.65.0.ebuild   | 49 +++
 kde-frameworks/kio/kio-5.65.0.ebuild   | 83 +++
 kde-frameworks/kirigami/kirigami-5.65.0.ebuild | 46 +++
 .../kitemmodels/kitemmodels-5.65.0.ebuild  | 28 +++
 kde-frameworks/kitemviews/kitemviews-5.65.0.ebuild | 24 ++
 .../kjobwidgets/kjobwidgets-5.65.0.ebuild  | 39 +
 kde-frameworks/kjs/kjs-5.65.0.ebuild   | 23 ++
 kde-frameworks/kjsembed/kjsembed-5.65.0.ebuild | 28 +++
 .../kmediaplayer/kmediaplayer-5.65.0.ebuild| 23 ++
 kde-frameworks/knewstuff/knewstuff-5.65.0.ebuild   | 38 +
 .../knotifications/knotifications-5.65.0.ebuild| 50 +++
 .../knotifyconfig/knotifyconfig-5.65.0.ebuild  | 26 ++
 kde-frameworks/kpackage/kpackage-5.65.0.ebuild | 36 
 kde-frameworks/kparts/kparts-5.65.0.ebuild | 32 
 kde-frameworks/kpeople/kpeople-5.65.0.ebuild   | 41 +
 kde-frameworks/kplotting/kplotting-5.65.0.ebuild   | 21 +
 kde-frameworks/kpty/kpty-5.65.0.ebuild | 27 ++
 .../kquickcharts/kquickcharts-5.65.0.ebuild| 33 
 kde-frameworks/kross/kross-5.65.0.ebuild   | 34 
 kde-frameworks/krunner/krunner-5.65.0.ebuild   | 38 +
 kde-frameworks/kservice/kservice-5.65.0.ebuild | 50 +++
 .../ktexteditor/ktexteditor-5.65.0.ebuild  | 58 +
 .../ktextwidgets/ktextwidgets-5.65.0.ebuild| 39 +
 .../kunitconversion/kunitconversion-5.65.0.ebuild  | 28 +++
 kde-frameworks/kwallet/kwallet-5.65.0.ebuild   | 53 
 kde-frameworks/kwayland/kwayland-5.65.0.ebuild | 32 
 .../kwidgetsaddons/kwidgetsaddons-5.65.0.ebuild| 30 +++
 .../kwin

[gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/, dev-util/creduce/files/

2019-12-08 Thread Michał Górny
commit: d33be4b6c2f89d4141ab93f2d6e00877ddb9d62f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:15:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:19:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33be4b6

dev-util/creduce: Bump to 2.11.0_pre20191110 snapshot

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

 dev-util/creduce/Manifest  |  1 +
 dev-util/creduce/creduce-2.11.0_pre20191110.ebuild | 39 ++
 .../creduce/files/creduce-2.11.0-link-libs.patch   |  7 
 3 files changed, 47 insertions(+)

diff --git a/dev-util/creduce/Manifest b/dev-util/creduce/Manifest
index adb070087c0..a67e6fd5af6 100644
--- a/dev-util/creduce/Manifest
+++ b/dev-util/creduce/Manifest
@@ -1,3 +1,4 @@
 DIST creduce-095c551a5f9ccaf2986edb836e7be9872d36c233.tar.gz 724597 BLAKE2B 
9d7a57349b8e14599c795a27bdf2cb4536f5b41f02faf10263c3d883bf94efd83ce7483bbf72aee0c2fe00d8515490e5f5a9c8df575abe80e90231a4373c9318
 SHA512 
a317bae5e47ee85b4be401d8dae490bd0ba86640aff6e7b0e9d6fe14d1f87199b4e12edbfa3eddcb5341b926a753dae17131f5e571362849c01377eda00407fa
 DIST creduce-2.8.0.tar.gz 774668 BLAKE2B 
d799372d107c0cb45e9ed95f82c29634fd9de053c4eda1a2dfce8b2152ca84f7fff5e7b679e21e6dbe869d139e1cfd73963c02751ad30809a3470316ce10e077
 SHA512 
9d616dc421d0e932656ab0220ebfe1a4f20a08d46bf4ee004ef96a693ff37caeadf96c769262574a9789ac52c2bb4586e2b8602f7d44b627229b8eb45f5af0ea
+DIST creduce-2a4480eb6cb72b3d2d131b536c883cc6d41bdcaa.tar.gz 732121 BLAKE2B 
dad2cf8ec2453a6b210a5303480e7dabfd978b7d7a1326cbc1e4ca40fa7c4e7d18da5f9309ca5f392740bbf55a1c9863e389c9789fceff062a68e9bb9a79de9f
 SHA512 
c598f5c998f0a02d57006e640f88b951cd33a24f24507d6671067842b81bb3fe37c2fccd040b6cedb6fd5857396213e4003ee5fbd3040058050bad67226dc27f
 DIST creduce-48e622ba74bc35c5a81299d3a34b9b14038d6a70.tar.gz 720872 BLAKE2B 
031104f5e7ca3d3cfb41087f432ec0cf1b1c125171ffac31b6f3b0a9a4483b5ca8a667331aacae7f5acdaaf99e8b688bb62b332405c1266d2b114a4bdceca9cc
 SHA512 
36cc12015d85acfa99f0d04440184517da1f766df7a804ee02719f1208f67aff4f4db7af4066817b17efdc89a6d2cf7ab62b0c622a611bc9b03a89b8d1b68d01

diff --git a/dev-util/creduce/creduce-2.11.0_pre20191110.ebuild 
b/dev-util/creduce/creduce-2.11.0_pre20191110.ebuild
new file mode 100644
index 000..ade291feb31
--- /dev/null
+++ b/dev-util/creduce/creduce-2.11.0_pre20191110.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+: ${CMAKE_MAKEFILE_GENERATOR=ninja}
+inherit cmake-utils llvm
+
+EGIT_COMMIT="2a4480eb6cb72b3d2d131b536c883cc6d41bdcaa"
+DESCRIPTION="C-Reduce - a plugin-based C program reducer"
+HOMEPAGE="https://embed.cs.utah.edu/creduce/";
+SRC_URI="https://github.com/csmith-project/${PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${PN}-${EGIT_COMMIT}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+LLVM_MAX_SLOT=9
+
+COMMON_DEPEND="
+   >=dev-lang/perl-5.10.0
+   sys-devel/clang:${LLVM_MAX_SLOT}"
+RDEPEND="${COMMON_DEPEND}
+   dev-perl/Exporter-Lite
+   dev-perl/File-Which
+   dev-perl/Getopt-Tabular
+   dev-perl/Regexp-Common"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/flex"
+
+PATCHES=(
+   "${FILESDIR}"/creduce-2.11.0-link-libs.patch
+)
+
+llvm_check_deps() {
+   has_version "sys-devel/clang:${LLVM_SLOT}"
+}

diff --git a/dev-util/creduce/files/creduce-2.11.0-link-libs.patch 
b/dev-util/creduce/files/creduce-2.11.0-link-libs.patch
new file mode 100644
index 000..3518003760a
--- /dev/null
+++ b/dev-util/creduce/files/creduce-2.11.0-link-libs.patch
@@ -0,0 +1,7 @@
+diff --git a/clang_delta/CMakeLists.txt b/clang_delta/CMakeLists.txt
+index a94ec0d..764af02 100644
+--- a/clang_delta/CMakeLists.txt
 b/clang_delta/CMakeLists.txt
+@@ -263 +263 @@ add_executable(clang_delta
+-target_link_libraries(clang_delta ${CLANG_LIBS})
++target_link_libraries(clang_delta ${CLANG_LIBS} ${LLVM_LIBS})



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-12-08 Thread Michał Górny
commit: c7705bb6c8d22e483f2b21f064ec9dba1358af9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:45:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:45:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7705bb6

app-cdr/gcdemu: Drop old

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

 app-cdr/gcdemu/Manifest|  2 --
 app-cdr/gcdemu/gcdemu-3.2.1.ebuild | 54 --
 app-cdr/gcdemu/gcdemu-3.2.2.ebuild | 54 --
 3 files changed, 110 deletions(-)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 9850e9e6c62..8af625059d0 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,3 +1 @@
-DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e
-DIST gcdemu-3.2.2.tar.bz2 52251 BLAKE2B 
9defe9972e0ec1a594cc354113ef4877846a9abc152ea6768e7089c76b20e8cb488e2c988d92cc459abd10fbf4cdd9d2f5ad425b1ffd23dffca75d18352a0a3e
 SHA512 
831c49e7929c379585fa48b0860054b8246c1798c783dc390edd781fca0e8c85450cb49d1e920e3f0ff29130c1049cd12e0c117851377557826803dfad9e8a8f
 DIST gcdemu-3.2.3.tar.bz2 52229 BLAKE2B 
9f8d0b6e04b438c0637f42875b144ad4d1a643b8f1216d868040121e417203ffedbf983fec235eb30bf9d11bcfe142e52c1c89966ac3b64442071d0897a9e8bf
 SHA512 
1d31b9edeb45c7dd438fc645c7513877fe89f78cf262c282bba2d2e7f9a99a8499e607bf00f880186bd4a37a8ebbcc5ba14e1e014254e767a8335396d6e2

diff --git a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
deleted file mode 100644
index 07325dc4624..000
--- a/app-cdr/gcdemu/gcdemu-3.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/";
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}

diff --git a/app-cdr/gcdemu/gcdemu-3.2.2.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.2.ebuild
deleted file mode 100644
index 1e96f5a3752..000
--- a/app-cdr/gcdemu/gcdemu-3.2.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org/";
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# librsvg for pixbuf-loader
-RDEPEND="${PYTHON_DEPS}
-   app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/libnotify[introspection]"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   python_fix_shebang src/gcdemu
-}
-
-src_configure() {
-   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-12-08 Thread Michał Górny
commit: 260cd3ff3a40575c8d728e161bec84733e0a3381
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:45:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:45:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260cd3ff

app-cdr/gcdemu: Tested on python3.8

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

 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
index 239a2c2a253..0b62f16b24b 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
 



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

2019-12-08 Thread Michał Górny
commit: 7bbaa52ddf58ae06e83099ea6605bf8c13a21fe7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:46:56 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbaa52d

sys-fs/vhba: Drop old

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

 sys-fs/vhba/Manifest |  2 -
 sys-fs/vhba/vhba-20190410.ebuild | 81 
 sys-fs/vhba/vhba-20190827.ebuild | 51 -
 3 files changed, 134 deletions(-)

diff --git a/sys-fs/vhba/Manifest b/sys-fs/vhba/Manifest
index 24e3e366248..2addafd3684 100644
--- a/sys-fs/vhba/Manifest
+++ b/sys-fs/vhba/Manifest
@@ -1,3 +1 @@
-DIST vhba-module-20190410.tar.bz2 15741 BLAKE2B 
6d513877c771b1c4c5805231cf8bb1d29dd3c6de7d91879ef1898fdc424df026b0835a772f398dcdc7d8900db462164a40e46c9b66b38ed70f5b5f6a0e7e
 SHA512 
e4b30bea8464d8ac24fd2fddca9d41052af2f5b3dc9e054ead47991bff41366be377600075627c40261722c88c20ed2eaf65fa7afb34690ef09a6f4ea6f9351f
-DIST vhba-module-20190827.tar.bz2 15570 BLAKE2B 
54a50f14659e388c0d53edce842633a3d85bae66483d27e458a83fcc7c547a804e83d34bba0e9a11a0b7e4e533f78c7014ac8e1235a83a7dc6aa13671cb9a823
 SHA512 
e84ffbbace9964b5fda844d3dd5201ae969ca017886a709d814670a371631376ebb2b1f05775c14ace43e84ed7fc0340638e485ac2a386db530cc25a9fa6e534
 DIST vhba-module-20190831.tar.bz2 15570 BLAKE2B 
202f28a0729eddce907f5fc46f99a52b116948a376c0f2aaab3b9340f88fc248151c3ec592f2f60e52a07eeed4f551d6f270b4464605bce9df4badf9fa8ed322
 SHA512 
f43cb9b5730c4d634b58d3dd204610dbc86fdc520d4cfee6c9efbae3bb2acb88f5663e5fbd2b11b5ef9e3b6ad7d4dd0ecf9728dc36ac0b492bd06e0806223591

diff --git a/sys-fs/vhba/vhba-20190410.ebuild b/sys-fs/vhba/vhba-20190410.ebuild
deleted file mode 100644
index 157ae2ff9f9..000
--- a/sys-fs/vhba/vhba-20190410.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils linux-mod udev
-
-MY_P=vhba-module-${PV}
-DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite"
-HOMEPAGE="http://cdemu.org";
-SRC_URI="mirror://sourceforge/cdemu/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/udev"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-MODULE_NAMES="vhba(block:${S})"
-BUILD_TARGETS=modules
-
-pkg_setup() {
-   CONFIG_CHECK="~BLK_DEV_SR ~CHR_DEV_SG"
-   check_extra_config
-   BUILD_PARAMS="KDIR=${KV_OUT_DIR}"
-   linux-mod_pkg_setup
-}
-
-src_prepare() {
-   # Avoid "make jobserver unavailable" warning and -Werror problems
-   sed -e '/ccflags/s/-Werror$/-Wall/' \
-   -i Makefile || die "sed failed"
-
-   eapply_user
-}
-
-src_install() {
-   dodoc AUTHORS ChangeLog README
-   linux-mod_src_install
-
-   einfo "Generating udev rules ..."
-   dodir "$(get_udevdir)"/rules.d
-   cat > "${D}/$(get_udevdir)"/rules.d/69-vhba.rules <<-EOF || die
-   # do not edit this file, it will be overwritten on update
-   #
-   KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess"
-   EOF
-}
-
-pkg_postinst() {
-   # Older versions of vhba installed their rule file in /etc/udev/rules.d,
-   # which overrides rules in /lib/udev/rules.d. We remove the old file
-   # automatically if it is identical to the default one installed by
-   # vhba-1.2.1 or 20101015-r1. Note that the comment at the top of the 
rules
-   # file states that it can be automatically overwritten by the system.
-   old_rules="${ROOT}etc/udev/rules.d/70-vhba.rules"
-   if [[ -f "${old_rules}" ]]; then
-   case "$(md5sum ${old_rules})" in
- 2959b3cf61cfe6e466cc3516a7bc19de* | 
1e7a7e5d6d28c811eeec98ec26ed5d28* )
-   elog
-   elog "Removing old ${old_rules} ..."
-   rm -f "${old_rules}" ||
-   eerror "Failed, please remove ${old_rules} 
manually."
-   ;;
- * )
-   ewarn
-   ewarn "The ${old_rules} file from a previous"
-   ewarn "installation of ${PN} is overriding ${P}'s"
-   ewarn "udev rules. Unless you had deliberately 
customized it,"
-   ewarn "you should remove it."
-   ewarn
-   ;;
-   esac
-   fi
-
-   linux-mod_pkg_postinst
-}

diff --git a/sys-fs/vhba/vhba-20190827.ebuild b/sys-fs/vhba/vhba-20190827.ebuild
deleted file mode 100644
index a049dfd927d..000
--- a/sys-fs/vhba/vhba-20190827.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils linux-mod udev
-
-MY_P=vhba-module-${PV}
-DESCRIPTION="Vir

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

2019-12-08 Thread Michał Górny
commit: 1a29b6d9e42aa4b702cf7637b934a30b77c11663
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:46:25 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:46:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a29b6d9

dev-libs/libmirage: Drop old

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

 dev-libs/libmirage/Manifest   |  1 -
 dev-libs/libmirage/libmirage-3.2.2.ebuild | 51 ---
 2 files changed, 52 deletions(-)

diff --git a/dev-libs/libmirage/Manifest b/dev-libs/libmirage/Manifest
index 95c37fc711b..573822dd1e2 100644
--- a/dev-libs/libmirage/Manifest
+++ b/dev-libs/libmirage/Manifest
@@ -1,2 +1 @@
-DIST libmirage-3.2.2.tar.bz2 234131 BLAKE2B 
e3f2825b9e799447a6201f8d46fbb8cf229a5393c73d85ee8a230225603f5e42cb07af4e984aa8602fcce667b16c2af7e2ef9d27862022327a39d0b7189c1eb1
 SHA512 
f41a095d7a9a3bb0d00ac2bfb8ad443d8d065f446ca2635041e24a570b72c14a27d3c3b300d5fa941253284c4b05b1913715c1169cd26a80db920df9d27cd535
 DIST libmirage-3.2.3.tar.bz2 234761 BLAKE2B 
f3fc24dae81643c4fea99d12e4f7f1d600586a7c5e546e854d4391ecb11f39a6d1108ac86c79b917fb96cc53424975ff548522a0f0e035ffd4b99638fc18608a
 SHA512 
25cc3ccfac9332d06edff7e73d992e9d74b7464f61b857c3fb40ec9e2584a8f61b8aaef96a6d6f4b8f3a7c871b6b7b7803502d5e1ef771fc239021a827b90f09

diff --git a/dev-libs/libmirage/libmirage-3.2.2.ebuild 
b/dev-libs/libmirage/libmirage-3.2.2.ebuild
deleted file mode 100644
index 27a19f3b175..000
--- a/dev-libs/libmirage/libmirage-3.2.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit cmake-utils xdg-utils
-
-DESCRIPTION="CD and DVD image access library"
-HOMEPAGE="http://cdemu.org";
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0/11" # subslot = libmirage soname version
-KEYWORDS="amd64 x86"
-IUSE="doc +introspection"
-
-RDEPEND=">=app-arch/bzip2-1:=
-   >=app-arch/xz-utils-5:=
-   >=dev-libs/glib-2.38:2
-   >=media-libs/libsamplerate-0.1:=
-   >=media-libs/libsndfile-1.0:=
-   sys-libs/zlib:=
-   introspection? ( >=dev-libs/gobject-introspection-1.30 )"
-DEPEND="${RDEPEND}
-   dev-util/desktop-file-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   doc? ( dev-util/gtk-doc )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DGTKDOC_ENABLED="$(usex doc)"
-   -DINTROSPECTION_ENABLED="$(usex introspection)"
-   -DPOST_INSTALL_HOOKS=OFF # avoid sandbox violation, #487304
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   local DOCS=( AUTHORS README )
-   cmake-utils_src_install
-}
-
-pkg_postinst() {
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_mimeinfo_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/

2019-12-08 Thread Michał Górny
commit: 559f1eddebc05efe4735bf52c0b971c69c0adc18
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:42:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:42:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559f1edd

app-cdr/cdemu: Tested on python3.8

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

 app-cdr/cdemu/cdemu-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdemu/cdemu-3.2.3.ebuild b/app-cdr/cdemu/cdemu-3.2.3.ebuild
index ca81589f20b..9786afa0547 100644
--- a/app-cdr/cdemu/cdemu-3.2.3.ebuild
+++ b/app-cdr/cdemu/cdemu-3.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/

2019-12-08 Thread Michał Górny
commit: ddc1b2322f8a7c39ee9f119f125f038c7ba7d751
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:41:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:41:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc1b232

app-cdr/cdemu: Drop old

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

 app-cdr/cdemu/Manifest   |  2 --
 app-cdr/cdemu/cdemu-3.2.1.ebuild | 53 
 app-cdr/cdemu/cdemu-3.2.2.ebuild | 53 
 3 files changed, 108 deletions(-)

diff --git a/app-cdr/cdemu/Manifest b/app-cdr/cdemu/Manifest
index dd3a3d4598d..c8600db1ee7 100644
--- a/app-cdr/cdemu/Manifest
+++ b/app-cdr/cdemu/Manifest
@@ -1,3 +1 @@
-DIST cdemu-client-3.2.1.tar.bz2 43584 BLAKE2B 
d34c09203b7b4e70161d62aee48d531b083952174fd2357bf0fc7b69a0fd59200bedb9ca87fe2d2c18c953979c84e9db3fec4d5fb500375f0bcc155dcaf5cedb
 SHA512 
913c26754d16c339d7ddb4e00cc7d5b754ad6cc7f1a156c9448b51ed09468cf9e8a2bc74ed123a621278d2ad281e447d33ee06c3416bc1d0d2e6c2becd539154
-DIST cdemu-client-3.2.2.tar.bz2 44305 BLAKE2B 
3a656bfda48a502752cb2b14df413a26467a1512b867cc1519f3dfd21b764a8086135a70b13272f258eb079ce169f58af55665e56238a7ba57cf4e9d84f07751
 SHA512 
ab5c1b1c741945618581bedb18a6eebdcb55915dc811e4247f0c3afe17729f7fbfaaaec10302e444a2f237c5a1401aa402a614685a84c63442907982e759ff41
 DIST cdemu-client-3.2.3.tar.bz2 44311 BLAKE2B 
23451618897a5281478c9d70ded357089a4baaf47b22f36b4add9c5d2c899478629ce034cce0e593b501a127cdc1f5527f0aaf1951f709bf4c2d131e898045a2
 SHA512 
5d98870fa42bb639009dc6971747f252f3403eda882bffacf55f647193a1a9fb7a75ad69a7512da3abdcdeb64510b0f163ea997c4d75a804fa93880b62b03dd6

diff --git a/app-cdr/cdemu/cdemu-3.2.1.ebuild b/app-cdr/cdemu/cdemu-3.2.1.ebuild
deleted file mode 100644
index 2a76ff1648e..000
--- a/app-cdr/cdemu/cdemu-3.2.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Command-line tool for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org";
-SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+cdemu-daemon"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig"
-
-S=${WORKDIR}/cdemu-client-${PV}
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   python_fix_shebang src/cdemu
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DPOST_INSTALL_HOOKS=OFF
-   -DCMAKE_INSTALL_COMPLETIONSDIR="$(get_bashcompdir)"
-   )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}

diff --git a/app-cdr/cdemu/cdemu-3.2.2.ebuild b/app-cdr/cdemu/cdemu-3.2.2.ebuild
deleted file mode 100644
index 76a0b498633..000
--- a/app-cdr/cdemu/cdemu-3.2.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils
-
-DESCRIPTION="Command-line tool for controlling cdemu-daemon"
-HOMEPAGE="http://cdemu.org";
-SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+cdemu-daemon"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )"
-DEPEND="
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.21
-   >=sys-devel/gettext-0.18
-   virtual/pkgconfig"
-
-S=${WORKDIR}/cdemu-client-${PV}
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   python_fix_shebang src/cdemu
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DPOST_INSTALL_HOOKS=OFF
-   -DCMAKE_INSTALL_COMPLETIONSDIR="$(get_bashcompdir)"
-   )
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/

2019-12-08 Thread Michał Górny
commit: 4847092f371021e79aa36d4203f1ed5a2a9fe88e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:42:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:42:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4847092f

app-cdr/cdemu: Switch to new python-single-r1 API

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

 app-cdr/cdemu/cdemu-3.2.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-cdr/cdemu/cdemu-3.2.3.ebuild b/app-cdr/cdemu/cdemu-3.2.3.ebuild
index 0929becda5a..ca81589f20b 100644
--- a/app-cdr/cdemu/cdemu-3.2.3.ebuild
+++ b/app-cdr/cdemu/cdemu-3.2.3.ebuild
@@ -19,7 +19,9 @@ IUSE="+cdemu-daemon"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )"
 DEPEND="
dev-util/desktop-file-utils



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-12-08 Thread Michał Górny
commit: 7a1117a7e53e07e04c9090462b0af7ec9d9cc799
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:45:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 09:45:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1117a7

app-cdr/gcdemu: Switch to new python-single-r1 API

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

 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
index c5330923b91..239a2c2a253 100644
--- a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -20,7 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 # librsvg for pixbuf-loader
 RDEPEND="${PYTHON_DEPS}
app-cdr/cdemu-daemon:0/7
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
gnome-base/librsvg:2
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]



[gentoo-commits] repo/gentoo:master commit in: acct-user/openntpd/

2019-12-08 Thread Joonas Niilola
commit: 9d5eefdf1846e94032f796783d5433af30e5e6eb
Author: Paul B. Henson  acm  org>
AuthorDate: Tue Nov 26 04:43:06 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5eefdf

acct-user/openntpd: add 'openntpd' user (UID 321)

Signed-off-by: Paul B. Henson  acm.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-user/openntpd/metadata.xml  | 16 
 acct-user/openntpd/openntpd-0.ebuild | 14 ++
 2 files changed, 30 insertions(+)

diff --git a/acct-user/openntpd/metadata.xml b/acct-user/openntpd/metadata.xml
new file mode 100644
index 000..4fb2c3dd469
--- /dev/null
+++ b/acct-user/openntpd/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   hen...@acm.org
+   Paul B. Henson
+   
+   
+   jungh...@gentoo.org
+   Christoph Junghans (proxy)
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/acct-user/openntpd/openntpd-0.ebuild 
b/acct-user/openntpd/openntpd-0.ebuild
new file mode 100644
index 000..3658f986a7e
--- /dev/null
+++ b/acct-user/openntpd/openntpd-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for openntpd daemon"
+ACCT_USER_ID=321
+ACCT_USER_GROUPS=( openntpd )
+ACCT_USER_HOME=/var/lib/openntpd/chroot
+ACCT_USER_HOME_OWNER=root:root
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/, net-mail/pflogsumm/files/

2019-12-08 Thread Joonas Niilola
commit: 458a5d589ecdce9ee81555700c88f2779d5140ce
Author: Tomas Mozes  gmail  com>
AuthorDate: Sat Nov 30 00:22:35 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458a5d58

net-mail/pflogsumm: add support for BDAT

Closes: https://bugs.gentoo.org/699976
Patch-by: Maxim Britov  ya.ru>
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13804
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/pflogsumm/files/pflogsumm-bdat.patch | 13 +
 net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild  | 24 
 2 files changed, 37 insertions(+)

diff --git a/net-mail/pflogsumm/files/pflogsumm-bdat.patch 
b/net-mail/pflogsumm/files/pflogsumm-bdat.patch
new file mode 100644
index 000..fa27b260ac8
--- /dev/null
+++ b/net-mail/pflogsumm/files/pflogsumm-bdat.patch
@@ -0,0 +1,13 @@
+diff --git a/pflogsumm.pl b/pflogsumm.pl
+index 31de5bd..b3bedf9 100755
+--- a/pflogsumm.pl
 b/pflogsumm.pl
+@@ -1650,7 +1650,7 @@ sub proc_smtpd_reject {
+ # Next: get the reject "reason"
+ $rejReas = $rejRmdr;
+ unless(defined($opts{'verbMsgDetail'})) {
+-  if($rejTyp eq "RCPT" || $rejTyp eq "DATA" || $rejTyp eq "CONNECT") {
# special treatment :-(
++  if($rejTyp eq "RCPT" || $rejTyp eq "DATA" || $rejTyp eq "BDAT" || 
$rejTyp eq "CONNECT") {   # special treatment :-(
+   # If there are "<>"s immediately following the reject code, that's
+   # an email address or HELO string.  There can be *anything* in
+   # those--incl. stuff that'll screw up subsequent parsing.  So just

diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild 
b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
new file mode 100644
index 000..8f70f3e92a5
--- /dev/null
+++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs"
+HOMEPAGE="https://jimsun.linxnet.com/postfix_contrib.html";
+SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+RDEPEND="dev-lang/perl
+   dev-perl/Date-Calc"
+
+DOCS=( ChangeLog pflogsumm-faq.txt README ToDo )
+PATCHES=( "${FILESDIR}/${PN}-bdat.patch" ) # Bug 699976
+
+src_install() {
+   default
+   doman pflogsumm.1
+   dobin pflogsumm.pl
+}



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

2019-12-08 Thread Joonas Niilola
commit: e499d09c6711bad8dfaba4b1640e1a2be6f78057
Author: Paul B. Henson  acm  org>
AuthorDate: Tue Nov 26 05:03:46 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e499d09c

net-misc/openntpd: EAPI=7, Use GLEP 81 for user/group instead of user eclass

Bug: https://bugs.gentoo.org/693050
Signed-off-by: Paul B. Henson  acm.org>
Closes: https://github.com/gentoo/gentoo/pull/13763
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/openntpd/openntpd-6.2_p3-r1.ebuild | 66 +
 1 file changed, 66 insertions(+)

diff --git a/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild 
b/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild
new file mode 100644
index 000..db3edb458e5
--- /dev/null
+++ b/net-misc/openntpd/openntpd-6.2_p3-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+MY_P="${P/_p/p}"
+
+DESCRIPTION="Lightweight NTP server ported from OpenBSD"
+HOMEPAGE="http://www.openntpd.org/";
+SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="libressl selinux"
+
+DEPEND="
+   !net-misc/ntp[-openntpd]
+   libressl? ( dev-libs/libressl:0= )"
+
+RDEPEND="
+   ${DEPEND}
+   acct-group/openntpd
+   acct-user/openntpd
+   selinux? ( sec-policy/selinux-ntp )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # fix /run path
+   sed -i 's:/var/run/ntpd:/run/ntpd:g' src/ntpctl.8 src/ntpd.8 || die
+   sed -i 's:LOCALSTATEDIR "/run/ntpd:"/run/ntpd:' src/ntpd.h || die
+
+   # fix ntpd.drift path
+   sed -i 's:/var/db/ntpd.drift:/var/lib/openntpd/ntpd.drift:g' src/ntpd.8 
|| die
+   sed -i 's:"/db/ntpd.drift":"/openntpd/ntpd.drift":' src/ntpd.h || die
+
+   # fix default config to use gentoo pool
+   sed -i 's:servers pool.ntp.org:#servers pool.ntp.org:' ntpd.conf || die
+   printf "\n# Choose servers announced from Gentoo NTP Pool\nservers 
0.gentoo.pool.ntp.org\nservers 1.gentoo.pool.ntp.org\nservers 
2.gentoo.pool.ntp.org\nservers 3.gentoo.pool.ntp.org\n" >> ntpd.conf || die
+
+   # disable constraint config if libressl not enabled
+   use libressl || sed -ie 's/^constraints/#constraints/g' ntpd.conf || die
+}
+
+src_configure() {
+   econf \
+   --with-privsep-user=openntpd \
+   --with-privsep-path=/var/lib/openntpd/chroot \
+   $(use_enable libressl https-constraint)
+}
+
+src_install() {
+   default
+
+   rm -r "${ED}"/var || die
+
+   newinitd "${FILESDIR}/${PN}.init.d-20080406-r6" ntpd
+   newconfd "${FILESDIR}/${PN}.conf.d-20080406-r6" ntpd
+
+   systemd_newunit "${FILESDIR}/${PN}.service-20080406-r4" ntpd.service
+}



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

2019-12-08 Thread Joonas Niilola
commit: 6008bacf0a0490af862e9669336f6362923eb6ab
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sun Nov 17 09:48:15 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6008bacf

net-p2p/resilio-sync: pax-mark unconditionally

Closes: https://bugs.gentoo.org/698286
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/13686
Signed-off-by: Joonas Niilola  gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild 
b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
index 95ea559330a..0b54d78848d 100644
--- a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel"
+IUSE=""
 RESTRICT="bindist mirror"
 
 S="${WORKDIR}"
@@ -38,7 +38,7 @@ src_unpack() {
 
 src_install() {
dobin usr/bin/rslsync
-   use pax_kernel && pax-mark m "${ED%/}"/usr/bin/rslsync
+   pax-mark m "${ED}"/usr/bin/rslsync
 
doman resilio-sync.1
 
@@ -55,7 +55,7 @@ src_install() {
# Generate sample config, uncomment config directives and change values
insopts -orslsync -grslsync -m0644
insinto /etc/resilio-sync
-   newins - config.json < <("${ED%/}"/usr/bin/rslsync --dump-sample-config 
| \
+   newins - config.json < <("${ED}"/usr/bin/rslsync --dump-sample-config | 
\
sed \
-e "/storage_path/s|//| |g" \
-e "/pid_file/s|//| |g" \



[gentoo-commits] repo/gentoo:master commit in: acct-group/openntpd/

2019-12-08 Thread Joonas Niilola
commit: c6246777e086c6fb0da8d301701bb7ac285e2fd1
Author: Paul B. Henson  acm  org>
AuthorDate: Tue Nov 26 04:40:14 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6246777

acct-group/openntpd: add 'openntpd' group (GID 321)

Signed-off-by: Paul B. Henson  acm.org>
Signed-off-by: Joonas Niilola  gentoo.org>

 acct-group/openntpd/metadata.xml  | 16 
 acct-group/openntpd/openntpd-0.ebuild |  8 
 2 files changed, 24 insertions(+)

diff --git a/acct-group/openntpd/metadata.xml b/acct-group/openntpd/metadata.xml
new file mode 100644
index 000..4fb2c3dd469
--- /dev/null
+++ b/acct-group/openntpd/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   hen...@acm.org
+   Paul B. Henson
+   
+   
+   jungh...@gentoo.org
+   Christoph Junghans (proxy)
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/acct-group/openntpd/openntpd-0.ebuild 
b/acct-group/openntpd/openntpd-0.ebuild
new file mode 100644
index 000..dedb1ece242
--- /dev/null
+++ b/acct-group/openntpd/openntpd-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=321



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/

2019-12-08 Thread Joonas Niilola
commit: 817ff99534427a77a9f04b8e3b1b0ccad9f544f7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  8 10:07:53 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817ff995

sci-electronics/librepcb: use xdg-utils.eclass

Signed-off-by: Joonas Niilola  gentoo.org>

 sci-electronics/librepcb/librepcb-0.1.3.ebuild | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/librepcb/librepcb-0.1.3.ebuild 
b/sci-electronics/librepcb/librepcb-0.1.3.ebuild
index 50dfacb22b3..fe132f05370 100644
--- a/sci-electronics/librepcb/librepcb-0.1.3.ebuild
+++ b/sci-electronics/librepcb/librepcb-0.1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils
+inherit qmake-utils xdg-utils
 
 DESCRIPTION="Free EDA software to develop printed circuit boards"
 HOMEPAGE="https://librepcb.org/";
@@ -39,3 +39,15 @@ src_configure() {
 src_install() {
emake INSTALL_ROOT="${D}" install
 }
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/

2019-12-08 Thread Joonas Niilola
commit: 8f90db01149b47e7469b8b3a6311a1f2af041955
Author: Victor Kustov  yandex  ru>
AuthorDate: Fri Dec  6 12:44:21 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:08:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f90db01

sci-electronics/librepcb: bump version to 0.1.3

Bump version to 0.1.3
Add linguist-tools to BDEPEND

Closes: https://bugs.gentoo.org/696546
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Victor Kustov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/13837
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-electronics/librepcb/Manifest  |  1 +
 sci-electronics/librepcb/librepcb-0.1.3.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sci-electronics/librepcb/Manifest 
b/sci-electronics/librepcb/Manifest
index eaf40b69966..e0cf1b45069 100644
--- a/sci-electronics/librepcb/Manifest
+++ b/sci-electronics/librepcb/Manifest
@@ -1 +1,2 @@
 DIST librepcb-0.1.0-source.zip 12390253 BLAKE2B 
a44cd0ae0b27961725b01b18eb4d31a1f5f81f9f88252c6d4a7d44280e7bc262c56e99d679598e9cab0eb99c1f30f4e2887a97d72034a691f93946fbe372d6ee
 SHA512 
c87f71743385b44763187251afb6cfa08860e20b58a2d69e4f6a1bc71765e2c49cbc6b59348b4ea089624f3cbc401872ccac1e97a5c260e85003710cf937
+DIST librepcb-0.1.3-source.zip 12148919 BLAKE2B 
2be3455c9be3e60a7cb314292e2a6ffe10d98f0c647d9c79f223ee5c5ef50675685d914889f772448dba699742d3bcd5b6636d489e630c8033912f3c9f223715
 SHA512 
28d45800cee8d30973c1a1e1e561c0fe2c65339eda4f6170779d921a9f5b2f5fb8c1cda00477e59976b88a3c368bb4985f31331bb16f761823642138c78b

diff --git a/sci-electronics/librepcb/librepcb-0.1.3.ebuild 
b/sci-electronics/librepcb/librepcb-0.1.3.ebuild
new file mode 100644
index 000..50dfacb22b3
--- /dev/null
+++ b/sci-electronics/librepcb/librepcb-0.1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="Free EDA software to develop printed circuit boards"
+HOMEPAGE="https://librepcb.org/";
+SRC_URI="https://download.librepcb.org/releases/${PV}/${P}-source.zip";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="
+   app-arch/unzip
+   dev-qt/linguist-tools:5"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   eqmake5 -r PREFIX="/usr"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}



[gentoo-commits] data/api:master commit in: files/

2019-12-08 Thread Joonas Niilola
commit: f89f9874a1db918e4b43036249f5f3fa87804456
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Dec  8 10:10:29 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Dec  8 10:10:29 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=f89f9874

uid-gid.txt: update provider for openntpd (321)

Signed-off-by: Joonas Niilola  gentoo.org>

 files/uid-gid.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index ef81f14..f268364 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -198,7 +198,7 @@ plugdev -   272 acct
 bacula 273 273 acct
 dnsmasq_exporter   274 274 acct
 netdata290 290 acct
-openntpd   321 321 requested
+openntpd   321 321 acct
 amavis 333 333 requested
 opendkim   334 334 acct
 epmd   335 335 acct



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

2019-12-08 Thread Michał Górny
commit: d76c3725484dcd2980691ecee8250e276b453299
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:07:08 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:20:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76c3725

app-misc/votrify: Tested on python3.8

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

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

diff --git a/app-misc/votrify/votrify-5.ebuild 
b/app-misc/votrify/votrify-5.ebuild
index 179f0affaf9..9715317888e 100644
--- a/app-misc/votrify/votrify-5.ebuild
+++ b/app-misc/votrify/votrify-5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 
 inherit python-single-r1
 



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

2019-12-08 Thread Michał Górny
commit: 15c5cdfa0bf16b423cff080e34a9bfd08f56cc7f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:58:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:20:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c5cdfa

app-eselect/eselect-repository: Remove -

Remove the live ebuild.  This package is released frequently, so there's
no point in the maintenance overhead.

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

 .../eselect-repository-.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/app-eselect/eselect-repository/eselect-repository-.ebuild 
b/app-eselect/eselect-repository/eselect-repository-.ebuild
deleted file mode 100644
index e5180bc8bea..000
--- a/app-eselect/eselect-repository/eselect-repository-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/mgorny/eselect-repository.git";
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
-inherit git-r3 python-single-r1
-
-DESCRIPTION="Manage repos.conf via eselect"
-HOMEPAGE="https://github.com/mgorny/eselect-repository";
-SRC_URI=""
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-   app-admin/eselect
-   dev-python/lxml[${PYTHON_USEDEP}]
-   net-misc/wget"
-
-src_compile() {
-   MAKEARGS=(
-   PREFIX="${EPREFIX}/usr"
-   SYSCONFDIR="${EPREFIX}/etc"
-   SHAREDSTATEDIR="${EPREFIX}/var"
-   ESELECTDIR="${EPREFIX}/usr/share/eselect/modules"
-   )
-
-   emake "${MAKEARGS[@]}"
-   python_fix_shebang eselect-repo-helper
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   keepdir /var/db/repos
-   einstalldocs
-}



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

2019-12-08 Thread Michał Górny
commit: 8fe8b4fbe3c80e10e9fcfaa046454859cfb93267
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:59:41 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:20:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe8b4fb

app-eselect/eselect-repository: Tested on python3.8

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

 app-eselect/eselect-repository/eselect-repository-7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-repository/eselect-repository-7.ebuild 
b/app-eselect/eselect-repository/eselect-repository-7.ebuild
index 564a564e12f..c1f815b4649 100644
--- a/app-eselect/eselect-repository/eselect-repository-7.ebuild
+++ b/app-eselect/eselect-repository/eselect-repository-7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{3_5,3_6,3_7,3_8} )
 inherit python-single-r1
 
 DESCRIPTION="Manage repos.conf via eselect"



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

2019-12-08 Thread Michał Górny
commit: 3bfeb5c55d7e45cb06a89c502a08530c4b89fc10
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 09:59:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:20:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfeb5c5

app-eselect/eselect-repository: Switch to new python-single-r1 API

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

 app-eselect/eselect-repository/eselect-repository-7.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-eselect/eselect-repository/eselect-repository-7.ebuild 
b/app-eselect/eselect-repository/eselect-repository-7.ebuild
index f5e003885de..564a564e12f 100644
--- a/app-eselect/eselect-repository/eselect-repository-7.ebuild
+++ b/app-eselect/eselect-repository/eselect-repository-7.ebuild
@@ -18,7 +18,9 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="${PYTHON_DEPS}
app-admin/eselect
-   dev-python/lxml[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/lxml[${PYTHON_MULTI_USEDEP}]
+   ')
net-misc/wget"
 
 src_compile() {



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

2019-12-08 Thread Michał Górny
commit: 1821365bc7e015f39c82ef5a87e691cc50fc50d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:12:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:20:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1821365b

package.mask: Last rite sys-devel/byfl

Bug: https://bugs.gentoo.org/686162
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2947fe9cc23..856a84c32c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-12-08)
+# Not touched by maintainer since mid-2018.  Fails to build with gcc-9.
+# Requires llvm:6 (which is being removed).  Pending version bump.
+# Removal in 30 days.  Bug #686162.
+sys-devel/byfl
+
 # David Seifert  (2019-12-08)
 # No revdeps, py2 only (the py3 targets don't work properly), last
 # release in 2015. Use sci-mathematics/pymc3 as modern replacement.



[gentoo-commits] repo/gentoo:master commit in: app-portage/gverify/

2019-12-08 Thread Michał Górny
commit: 31160b8da03d2f8c300afe859e2b27eb415347c1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:21:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:21:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31160b8d

app-portage/gverify: Tested on python3.8

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

 app-portage/gverify/gverify-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gverify/gverify-2.ebuild 
b/app-portage/gverify/gverify-2.ebuild
index 18068b633e4..0d9a0cfd660 100644
--- a/app-portage/gverify/gverify-2.ebuild
+++ b/app-portage/gverify/gverify-2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} )
 inherit python-single-r1
 
 DESCRIPTION="gentoo.git signature verification tool"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gverify/

2019-12-08 Thread Michał Górny
commit: e87c9c6455d75098b13ca9e87f54a399ea40cbf5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:20:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:20:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87c9c64

app-portage/gverify: Drop old

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

 app-portage/gverify/Manifest |  1 -
 app-portage/gverify/gverify-1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-portage/gverify/Manifest b/app-portage/gverify/Manifest
index c2c1a1925d4..5da14753b7a 100644
--- a/app-portage/gverify/Manifest
+++ b/app-portage/gverify/Manifest
@@ -1,2 +1 @@
-DIST gverify-1.tar.gz 4558 BLAKE2B 
193fb63dd3816b4577314199e4f8606a20f60d883f22f36636f1dba4c3fe4a701e89fd352b33ee3ce5bfb10b39e351f971aa55c8cd6eef493fc492e2c4c5d17e
 SHA512 
f666306973bf173683edd845499ea1b244ffc9254ed0d816660022f871e7cec480d452fd962db5417b23d3101496b80a49caece29cbddf3058e2a21ec945a268
 DIST gverify-2.tar.gz 4609 BLAKE2B 
73f97ba232fe0269ec56649bc5682650d48c001e432f8076c820a58a94c3d1de079dc89873d589a76b91164153e5c5be78870ef34b3b69f3c39ca0c0e388b114
 SHA512 
1756671d22047edc6ed1121b65af8c163afba854364a50a9089cef733213ccd6c9dd1276e876b9118741bcfa92ad02cde572fe2b6cebb22339664552c67d2957

diff --git a/app-portage/gverify/gverify-1.ebuild 
b/app-portage/gverify/gverify-1.ebuild
deleted file mode 100644
index 43ea384eac0..000
--- a/app-portage/gverify/gverify-1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-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 python-single-r1
-
-DESCRIPTION="gentoo.git signature verification tool"
-HOMEPAGE="https://github.com/mgorny/gverify";
-SRC_URI="https://github.com/mgorny/gverify/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-RDEPEND="${PYTHON_DEPS}
-   app-crypt/gnupg
-   dev-vcs/git"
-DEPEND="${PYTHON_DEPS}"
-
-src_compile() {
-   emake PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
-   emake install DESTDIR="${D}" PREFIX=/usr
-   dodoc README
-}



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

2019-12-08 Thread Michał Górny
commit: 84426787761f0ef891d325717bc359cc3ca33a65
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:28:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 10:28:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84426787

sys-devel/clang: Remove obsolete patch from 9.0.1_rc2

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

 sys-devel/clang/clang-9.0.1_rc2.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/sys-devel/clang/clang-9.0.1_rc2.ebuild 
b/sys-devel/clang/clang-9.0.1_rc2.ebuild
index 7d185de9fa8..2c6f2930387 100644
--- a/sys-devel/clang/clang-9.0.1_rc2.ebuild
+++ b/sys-devel/clang/clang-9.0.1_rc2.ebuild
@@ -58,12 +58,6 @@ PDEPEND="
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
-PATCHES=(
-   # fix build with gcc-9.0.0
-   # https://bugs.llvm.org/show_bug.cgi?id=40547
-   "${FILESDIR}"/9.0.0/0002-Initialize-all-fields-in-ABIArgInfo.patch
-)
-
 # Multilib notes:
 # 1. ABI_* flags control ABIs libclang* is built for only.
 # 2. clang is always capable of compiling code for all ABIs for enabled



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

2019-12-08 Thread Fabian Groffen
commit: 545b62b32ebcf72c3163f4e6e9201867a0a47e87
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec  8 10:27:16 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec  8 10:31:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545b62b3

app-admin/diamond-4.0.515.20170311: bump to python3 branch

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 app-admin/diamond/Manifest |  2 +-
 ...0315.ebuild => diamond-4.0.515.20170311.ebuild} | 17 -
 app-admin/diamond/diamond-.ebuild  | 72 --
 3 files changed, 17 insertions(+), 74 deletions(-)

diff --git a/app-admin/diamond/Manifest b/app-admin/diamond/Manifest
index d73e7280e28..19cd08fe4fa 100644
--- a/app-admin/diamond/Manifest
+++ b/app-admin/diamond/Manifest
@@ -1,3 +1,3 @@
-DIST python-diamond-4.0.515.20180315.tar.gz 673084 BLAKE2B 
a1903368fc1b540028038a401cf68c772fd04d5d19dc7e3773c9909c1b4ccb5eeba6e184fd46da83e9c0234675e51331a4097a810191ac1a18242cbf96b0456c
 SHA512 
8497362659fa43e4c72bd28d03ff9d8b3ccaab3901cb5e0e1e252340b70a6ab0972db37863daad0d7dd8e92c83a82f9ec151af07ca5fdafee0d214a7061b5f9f
+DIST python-diamond-4.0.515.20170311.tar.gz 671963 BLAKE2B 
9449f2d27b48c0e24727eb2c415a5095b20199d9315ef69df92a4aa6f8f3397743f3dc6cf2d8d91f79eca309926731b6b42da170a02987a20aeccd1e0980f4ac
 SHA512 
d18a80540018975455b839a78fd55d13d167726b92914e3dc2de1c6f27f47319962361e05961c55047ba185e11ebf57831f3ab5cff9158a50d30a2ca635d53bd
 DIST python-diamond-4.0.515.tar.gz 620337 BLAKE2B 
8df675f7e91086dc6e98166c3f6c25c7837bd53f720cd0dfdf05a1dd2954aaa190bfe8844d01acfcdf46d5be917c29c0e231f2b433a648d6dcc1f34e2c617d91
 SHA512 
8516e46f4f75400a55ca0127789344a897fc7cd6c10f0f8379d30db58de5a09ae676e340371cdf1a0c9ca894fd355699a1a0f430bfad148e32157d5eb97aaef5
 DIST python-diamond-4.0.tar.gz 491433 BLAKE2B 
ddf678b758b046b80fe347c2cd8ce2fec46f03e65415735d88969d66dc05466730e52df9e8efc27e3a3bff13862c4efcc393de6d05ec6d350e3912a706d298cb
 SHA512 
c4a6e63bdc55f9e0ac2fbf3b644be91662635c08ecc864dfaaebf2fe62fb45609c099da63efd93ed498d2dc9e95bbcb64be09f715e21d59b30bce958a96dc56b

diff --git a/app-admin/diamond/diamond-4.0.515.20180315.ebuild 
b/app-admin/diamond/diamond-4.0.515.20170311.ebuild
similarity index 83%
rename from app-admin/diamond/diamond-4.0.515.20180315.ebuild
rename to app-admin/diamond/diamond-4.0.515.20170311.ebuild
index 8882dd7f46c..a05de260f80 100644
--- a/app-admin/diamond/diamond-4.0.515.20180315.ebuild
+++ b/app-admin/diamond/diamond-4.0.515.20170311.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/python-diamond/Diamond.git";
S=${WORKDIR}/diamond-${PV}
 else
-   GHASH=0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47
+   GHASH=73207d04e0739a4ce92bc201b36681c42d9fa7e7  # python3 branch

SRC_URI="https://github.com/python-diamond/Diamond/archive/${GHASH}.tar.gz -> 
python-diamond-${PV}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S=${WORKDIR}/Diamond-${GHASH}
@@ -44,6 +44,7 @@ src_prepare() {
 
# fix the version (not set in GitHub archive)
sed -i -e "s/__VERSIONTOKENHERE__/${PV}/" src/diamond/version.py.tmpl 
|| die
+   echo "${PV}" > version.txt || die
# fix psutil usage
sed -i -e 's/psutil\.network_io_counters/psutil.net_io_counters/' \
src/collectors/network/network.py || die
@@ -55,6 +56,20 @@ src_prepare() {
# fix, let me know
rm src/diamond/handler/rrdtool.py || die
 
+   # forgotten conversion
+   sed -i \
+   -e 's/import Queue/import queue/' \
+   -e 's/Queue\.Full/queue.Full/' \
+   src/diamond/handler/queue.py || die
+   # fix usage of map as list
+   sed -i \
+   -e '/paths = map(str.strip, paths)/d' \
+   src/diamond/utils/classes.py || die
+   # send data as bytes
+   sed -i \
+   -e '/self.socket.sendall/s/data/str.encode(data)/' \
+   src/diamond/handler/graphite.py || die
+
distutils-r1_src_prepare
 }
 

diff --git a/app-admin/diamond/diamond-.ebuild 
b/app-admin/diamond/diamond-.ebuild
deleted file mode 100644
index 73f30e45464..000
--- a/app-admin/diamond/diamond-.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/python-diamond/Diamond.git";
-   S=${WORKDIR}/diamond-${PV}
-else
-   
SRC_URI="https://github.com/python-diamond/Diamond/archive/v${PV}.tar.gz -> 
python-diamond-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-   S=${WORKDI

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

2019-12-08 Thread Fabian Groffen
commit: 196374ecc5ce343df5ac5123324540471e88715a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec  8 10:31:09 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec  8 10:31:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196374ec

profiles/package.mask: drop mask for removed diamond version

Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 856a84c32c0..2879ff63bdb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -97,10 +97,6 @@ x11-misc/calise
 # Bug 624222, removal in 30 days.
 sci-astronomy/casacore
 
-# Fabian Groffen  (2019-12-07)
-# doesn't quite work well, needs fixing
->=app-admin/diamond-4.0.515.20180315
-
 # Michał Górny  (2019-12-05)
 # Last maintainer activity in 2016.  Does not build for quite some time
 # already.  Needs a version bump, at the very least.



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

2019-12-08 Thread Sergei Trofimovich
commit: 3e5044874f78cf9656fa384b6bf6efed19c49966
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:31:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e504487

virtual/python-greenlet: keyworded 1.0-r1 for sparc, bug #700918

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild 
b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
index 08598a64f5a..0144bc67fa5 100644
--- a/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
+++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for Python greenlet module"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 x86"
+KEYWORDS="amd64 arm arm64 -hppa ~mips ppc ppc64 s390 ~sparc x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2019-12-08 Thread Sergei Trofimovich
commit: f9a752ba2ee56e3e60360817855198a1f060ca9e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:18:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a752ba

app-misc/pax-utils: stable 1.2.4 for hppa, bug #701838

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/pax-utils/pax-utils-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.4.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.4.ebuild
index 63fe6ad039f..d44df1aafbe 100644
--- a/app-misc/pax-utils/pax-utils-1.2.4.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
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 ~m68k ~mips ~ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2019-12-08 Thread Sergei Trofimovich
commit: 64a727c2e682ef663067412ce1190dd3279cf22c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:21:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a727c2

media-sound/lame: stable 3.100-r2 for hppa, bug #701768

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/lame/lame-3.100-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lame/lame-3.100-r2.ebuild 
b/media-sound/lame/lame-3.100-r2.ebuild
index 5d37e8ef37f..7d1f614c640 100644
--- a/media-sound/lame/lame-3.100-r2.ebuild
+++ b/media-sound/lame/lame-3.100-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug cpu_flags_x86_mmx +frontend mp3rtp sndfile static-libs"
 
 # These deps are without MULTILIB_USEDEP and are correct since we only build



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

2019-12-08 Thread Sergei Trofimovich
commit: a8e976337b11020a53f880bd54b20abad9c8ed83
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:17:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e97633

app-text/poppler: stable 0.82.0 for hppa, bug #701684

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/poppler/poppler-0.82.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-0.82.0.ebuild 
b/app-text/poppler/poppler-0.82.0.ebuild
index 5e70c5b990b..7246b7297e2 100644
--- a/app-text/poppler/poppler-0.82.0.ebuild
+++ b/app-text/poppler/poppler-0.82.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz";
-   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"
SLOT="0/92"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/

2019-12-08 Thread Sergei Trofimovich
commit: ec6b2ef241d7311ee285ca677f7d8ef62b734773
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:19:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6b2ef2

net-libs/rabbitmq-c: stable 0.10.0 for hppa, bug #701810

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild 
b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
index 5afe340eb85..5efc3b085ee 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/alanxz/${PN}.git";
 else
SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~ppc ppc64 ~s390 sparc 
~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~ppc ppc64 ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



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

2019-12-08 Thread Sergei Trofimovich
commit: 098f81306d6007918b5d98331cdb5abc2736a5ee
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:20:57 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098f8130

sys-apps/dstat: stable 0.7.4 for hppa, bug #700862

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild 
b/sys-apps/dstat/dstat-0.7.4.ebuild
index 3d6cebb3953..2ec701f78d1 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/dagwieers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc examples wifi"
 REQUIRED_USE="wifi? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/

2019-12-08 Thread Sergei Trofimovich
commit: 5b7c180fb935eceece0e5682066ed4503a5342aa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:37:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7c180f

sys-auth/elogind: keyworded 241.4 for hppa, bug #681200

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-auth/elogind/elogind-241.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/elogind/elogind-241.4.ebuild 
b/sys-auth/elogind/elogind-241.4.ebuild
index 65e5ecabe57..a29850c71f5 100644
--- a/sys-auth/elogind/elogind-241.4.ebuild
+++ b/sys-auth/elogind/elogind-241.4.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
 fi
 
 inherit linux-info meson pam udev xdg-utils



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

2019-12-08 Thread Sergei Trofimovich
commit: 24954a233ce18a108c03a1b23e8d23aae2d23527
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:35:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24954a23

www-client/epiphany: keyworded 3.30.5 for sparc, bug #667904

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 www-client/epiphany/epiphany-3.30.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/epiphany/epiphany-3.30.5.ebuild 
b/www-client/epiphany/epiphany-3.30.5.ebuild
index 8541b4a1ffd..0bad7fa07ec 100644
--- a/www-client/epiphany/epiphany-3.30.5.ebuild
+++ b/www-client/epiphany/epiphany-3.30.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Web";
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.52.0:2



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

2019-12-08 Thread Sergei Trofimovich
commit: ef0158125133878aa5f6ab536a2803f86ed331c9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:20:27 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef015812

media-sound/cdparanoia: stable 3.10.2-r7 for hppa, bug #701766

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild 
b/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild
index 1445b9ab064..0522c94ec68 100644
--- a/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild
+++ b/media-sound/cdparanoia/cdparanoia-3.10.2-r7.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/${PN}/${MY_P}.src.tgz
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-eselect/eselect-cdparanoia"



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

2019-12-08 Thread Sergei Trofimovich
commit: fb2a28aec848549a393ce3c4c2fb117386b232a9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:19:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2a28ae

sys-devel/gdb: stable 8.3.1 for hppa, bug #701824

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild
index 1cc39dab422..62a1ef83d89 100644
--- a/sys-devel/gdb/gdb-8.3.1.ebuild
+++ b/sys-devel/gdb/gdb-8.3.1.ebuild
@@ -46,7 +46,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 
~riscv s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 
~riscv s390 ~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="+client lzma multitarget nls +python +server source-highlight test 
vanilla xml"
 REQUIRED_USE="



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

2019-12-08 Thread Sergei Trofimovich
commit: ef2051a92d3fad5ff2061e42fae15ad252fa431c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  8 09:33:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 10:58:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2051a9

dev-python/brotlipy: keyworded 0.7.0 for hppa, bug #700940

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild 
b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
index 96213cb8edd..2fdc5f0ea56 100644
--- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
+++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/

2019-12-08 Thread Michał Górny
commit: 5b2c18b449531c2c51b4b21570acc94ffc7073ea
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:36:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:11:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2c18b4

www-plugins/lightspark: Remove unmaintained -

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

 www-plugins/lightspark/lightspark-.ebuild | 97 ---
 1 file changed, 97 deletions(-)

diff --git a/www-plugins/lightspark/lightspark-.ebuild 
b/www-plugins/lightspark/lightspark-.ebuild
deleted file mode 100644
index e85c7575af9..000
--- a/www-plugins/lightspark/lightspark-.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils git-r3 gnome2-utils nsplugins toolchain-funcs xdg-utils
-
-DESCRIPTION="High performance flash player"
-HOMEPAGE="http://lightspark.github.io/";
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/lightspark/lightspark";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="cpu_flags_x86_sse2 curl ffmpeg gles libav nsplugin ppapi profile rtmp"
-
-RDEPEND="app-arch/xz-utils:0=
-   dev-cpp/glibmm:2=
-   >=dev-libs/boost-1.42:0=
-   dev-libs/glib:2=
-   dev-libs/libpcre:3=[cxx]
-   media-fonts/liberation-fonts
-   media-libs/freetype:2=
-   media-libs/libpng:0=
-   media-libs/libsdl2:0=
-   media-libs/sdl2-mixer:0=
-   >=sys-devel/llvm-3.4:=
-   sys-libs/zlib:0=
-   x11-libs/cairo:0=
-   x11-libs/libX11:0=
-   x11-libs/pango:0=
-   virtual/jpeg:0=
-   curl? ( net-misc/curl:0= )
-   ffmpeg? (
-   libav? ( media-video/libav:0= )
-   !libav? ( media-video/ffmpeg:0= )
-   )
-   gles? ( media-libs/mesa:0=[gles2] )
-   !gles? (
-   >=media-libs/glew-1.5.3:0=
-   virtual/opengl:0=
-   )
-   rtmp? ( media-video/rtmpdump:0= )"
-DEPEND="${RDEPEND}
-   amd64? ( dev-lang/nasm )
-   x86? ( dev-lang/nasm )
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_rc*/}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_CURL=$(usex curl)
-   -DENABLE_GLES2=$(usex gles)
-   -DENABLE_LIBAVCODEC=$(usex ffmpeg)
-   -DENABLE_RTMP=$(usex rtmp)
-
-   -DENABLE_MEMORY_USAGE_PROFILING=$(usex profile)
-   -DENABLE_PROFILING=$(usex profile)
-   -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
-
-   -DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
-   -DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
-   # TODO: install /etc/chromium file? block adobe-flash?
-   -DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)
-   
-DPPAPI_PLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/chromium-browser/${PN}
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   use nsplugin && inst_plugin 
/usr/$(get_libdir)/${PN}/plugins/liblightsparkplugin.so
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-
-   if use nsplugin && ! has_version www-plugins/gnash; then
-   elog "Lightspark now supports gnash fallback for its browser 
plugin."
-   elog "Install www-plugins/gnash to take advantage of it."
-   fi
-   if use nsplugin && has_version "www-plugins/gnash[nsplugin]"; then
-   elog "Having two plugins installed for the same MIME type may 
confuse"
-   elog "Mozilla based browsers. It is recommended to disable the 
nsplugin"
-   elog "USE flag for either gnash or lightspark. For details, see"
-   elog "https://bugzilla.mozilla.org/show_bug.cgi?id=581848";
-   fi
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/lightspark/

2019-12-08 Thread Michał Górny
commit: 411652c688ed7a342cbb19302e641f3f6afd8ca9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:36:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:11:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411652c6

www-plugins/lightspark: Bump to 0.8.2

Closes: https://bugs.gentoo.org/695404
Signed-off-by: Michał Górny  gentoo.org>

 www-plugins/lightspark/Manifest|  1 +
 www-plugins/lightspark/lightspark-0.8.2.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/www-plugins/lightspark/Manifest b/www-plugins/lightspark/Manifest
index 0a5f1694be5..402d8381463 100644
--- a/www-plugins/lightspark/Manifest
+++ b/www-plugins/lightspark/Manifest
@@ -1 +1,2 @@
 DIST lightspark-0.8.1.tar.gz 1899466 BLAKE2B 
d057deccc8ee03f16bfd384c9aee94ee70b7f6674bb0d46c2965f27868a2177c2985f791801975aab1608b4e59d9d40a51e327ec4b00e60eb6714f610b4c319f
 SHA512 
ee9f02e4aa160d8e68cab743eddce5f4f5de0bb78f5daaaf69890b442701dc42094a59433cef136f6dc85e6fbce989bc8ff7ce8ad1ed1929c8501b13e24f2646
+DIST lightspark-0.8.2.tar.gz 1996482 BLAKE2B 
09ef5f4bc4e78efe8c8ddb305e0c47091ba5b27c9b3bb2dd782079bc05a4836d43a80b47d1c30eba424b5d43a724502235a60c08451df4c8526b15a32274dbb4
 SHA512 
0ff636ad59523726232d9c2105843dc9ea835526c300bca7833e6d1a0ebf7630c1d10109143baabc16f95c1c954094603c945b705a6c9fb02f369e94fead034e

diff --git a/www-plugins/lightspark/lightspark-0.8.2.ebuild 
b/www-plugins/lightspark/lightspark-0.8.2.ebuild
new file mode 100644
index 000..a844f48a701
--- /dev/null
+++ b/www-plugins/lightspark/lightspark-0.8.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils toolchain-funcs xdg-utils
+
+DESCRIPTION="High performance flash player"
+HOMEPAGE="http://lightspark.github.io/";
+SRC_URI="https://github.com/lightspark/lightspark/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cpu_flags_x86_sse2 curl ffmpeg gles libav nsplugin ppapi profile rtmp"
+
+# Note: no LLVM since it's broken upstream
+RDEPEND="app-arch/xz-utils:0=
+   dev-cpp/glibmm:2=
+   >=dev-libs/boost-1.42:0=
+   dev-libs/glib:2=
+   dev-libs/libpcre:3=[cxx]
+   media-fonts/liberation-fonts
+   media-libs/freetype:2=
+   media-libs/libpng:0=
+   media-libs/libsdl2:0=
+   media-libs/sdl2-mixer:0=
+   sys-libs/zlib:0=
+   x11-libs/cairo:0=
+   x11-libs/libX11:0=
+   x11-libs/pango:0=
+   virtual/jpeg:0=
+   curl? ( net-misc/curl:0= )
+   ffmpeg? (
+   libav? ( =media-libs/glew-1.5.3:0=
+   virtual/opengl:0=
+   )
+   rtmp? ( media-video/rtmpdump:0= )"
+DEPEND="${RDEPEND}
+   amd64? ( dev-lang/nasm )
+   x86? ( dev-lang/nasm )
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${P/_rc*/}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_CURL=$(usex curl)
+   -DENABLE_GLES2=$(usex gles)
+   -DENABLE_LIBAVCODEC=$(usex ffmpeg)
+   -DENABLE_RTMP=$(usex rtmp)
+
+   -DENABLE_MEMORY_USAGE_PROFILING=$(usex profile)
+   -DENABLE_PROFILING=$(usex profile)
+   -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
+
+   -DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
+   -DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
+   # TODO: install /etc/chromium file? block adobe-flash?
+   -DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)
+   
-DPPAPI_PLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/chromium-browser/${PN}
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if use nsplugin; then
+   # copied from nsplugins.eclass, that's broken in EAPI 7
+   dodir /usr/$(get_libdir)/nsbrowser/plugins
+   dosym ../../lightspark/plugins/liblightsparkplugin.so \
+   
/usr/$(get_libdir)/nsbrowser/plugins/liblightsparkplugin.so
+   fi
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+
+   if use nsplugin && has_version "www-plugins/gnash[nsplugin]"; then
+   elog "Having two plugins installed for the same MIME type may 
confuse"
+   elog "Mozilla based browsers. It is recommended to disable the 
nsplugin"
+   elog "USE flag for either gnash or lightspark. For details, see"
+   elog "https://bugzilla.mozilla.org/show_bug.cgi?id=581848";
+   fi
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2019-12-08 Thread Michał Górny
commit: c851d8a64e8baeedeac161f7553499a1549e659d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:49:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:11:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c851d8a6

dev-libs/keybinder: Switch to new python-single-r1 API

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

 dev-libs/keybinder/keybinder-0.3.1-r201.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild 
b/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
index e081ae83d7f..9392d4f4061 100644
--- a/dev-libs/keybinder/keybinder-0.3.1-r201.ebuild
+++ b/dev-libs/keybinder/keybinder-0.3.1-r201.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=6
@@ -23,8 +23,10 @@ RDEPEND=">=x11-libs/gtk+-2.20:2
introspection? ( dev-libs/gobject-introspection )
lua? ( >=dev-lang/lua-5.1 )
python? ( ${PYTHON_DEPS}
-   >=dev-python/pygobject-2.15.3:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-2.15.3:2[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}]
+   ')
)"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



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

2019-12-08 Thread Michał Górny
commit: bcd3eb2153c9a3715c6e835c98a9a4d770512b54
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 10:51:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:11:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd3eb21

media-gfx/entangle: Switch to new python-single-r1 API

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

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

diff --git a/media-gfx/entangle/entangle-2.0.ebuild 
b/media-gfx/entangle/entangle-2.0.ebuild
index ebb4c3d3cf0..00fd3649f7a 100644
--- a/media-gfx/entangle/entangle-2.0.ebuild
+++ b/media-gfx/entangle/entangle-2.0.ebuild
@@ -21,7 +21,7 @@ DEPEND="
>=dev-libs/glib-2.36:2
>=dev-libs/gobject-introspection-1.54.0
dev-libs/libgudev:=
-   >=dev-libs/libpeas-1.2.0[gtk,${PYTHON_USEDEP}]
+   >=dev-libs/libpeas-1.2.0[gtk,${PYTHON_SINGLE_USEDEP}]
>=media-libs/gexiv2-0.10[introspection]
>=media-libs/libgphoto2-2.5.0:=
media-libs/gstreamer:1.0



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/

2019-12-08 Thread Michał Górny
commit: 15f23bbe7132e4eeadce21f5f2f456d55606f69c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 11:14:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:19:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f23bbe

sci-mathematics/z3: Tested on python3.8

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

 sci-mathematics/z3/z3-4.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.8.6.ebuild 
b/sci-mathematics/z3/z3-4.8.6.ebuild
index 70515f95c0a..5845b66caf2 100644
--- a/sci-mathematics/z3/z3-4.8.6.ebuild
+++ b/sci-mathematics/z3/z3-4.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} )
 
 inherit cmake-multilib python-single-r1 toolchain-funcs
 



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

2019-12-08 Thread Michał Górny
commit: 010119eba72a452e36ecdc7050ab0dfa7c0bd65c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 11:13:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:13:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010119eb

net-wireless/blueman: Switch to new python-single-r1 API

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

 net-wireless/blueman/blueman-2.1.1-r1.ebuild | 15 ++-
 net-wireless/blueman/blueman-.ebuild | 13 ++---
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/net-wireless/blueman/blueman-2.1.1-r1.ebuild 
b/net-wireless/blueman/blueman-2.1.1-r1.ebuild
index 4249d4afac6..0dbede4768d 100644
--- a/net-wireless/blueman/blueman-2.1.1-r1.ebuild
+++ b/net-wireless/blueman/blueman-2.1.1-r1.ebuild
@@ -15,6 +15,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
+   S=${WORKDIR}/${P/_/.}
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 fi
 
@@ -25,15 +26,21 @@ SLOT="0"
 IUSE="appindicator network nls policykit pulseaudio"
 
 DEPEND="
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
>=net-wireless/bluez-5:=
${PYTHON_DEPS}"
 BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_MULTI_USEDEP}]
+   ')
virtual/pkgconfig
nls? ( dev-util/intltool sys-devel/gettext )"
 RDEPEND="${DEPEND}
-   dev-python/pycairo[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+   ')
sys-apps/dbus
x11-libs/gtk+:3[introspection]
x11-libs/libnotify[introspection]
@@ -65,8 +72,6 @@ RDEPEND="${DEPEND}
!net-wireless/gnome-bluetooth
 "
 
-S=${WORKDIR}/${P/_/.}
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 pkg_pretend() {

diff --git a/net-wireless/blueman/blueman-.ebuild 
b/net-wireless/blueman/blueman-.ebuild
index c04d0676bc9..0dbede4768d 100644
--- a/net-wireless/blueman/blueman-.ebuild
+++ b/net-wireless/blueman/blueman-.ebuild
@@ -15,6 +15,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz";
+   S=${WORKDIR}/${P/_/.}
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 fi
 
@@ -25,15 +26,21 @@ SLOT="0"
 IUSE="appindicator network nls policykit pulseaudio"
 
 DEPEND="
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
>=net-wireless/bluez-5:=
${PYTHON_DEPS}"
 BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_MULTI_USEDEP}]
+   ')
virtual/pkgconfig
nls? ( dev-util/intltool sys-devel/gettext )"
 RDEPEND="${DEPEND}
-   dev-python/pycairo[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+   ')
sys-apps/dbus
x11-libs/gtk+:3[introspection]
x11-libs/libnotify[introspection]



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

2019-12-08 Thread Michał Górny
commit: 0aa84d050e6ba0b9c9adcc221ad744e0517ef1fa
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec  8 11:16:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec  8 11:19:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa84d05

sys-apps/edid-fixdim: Tested on python3.8

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

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

diff --git a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild 
b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
index d02cbbfe982..4d90008faca 100644
--- a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
+++ b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_5 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 inherit python-single-r1
 
 DESCRIPTION="Tool to fix screen dimensions in EDID data dumps"



[gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: 5.4/

2019-12-08 Thread Sergei Trofimovich
commit: 03d5f5353d05cbeaa3ada858c4adb833cb19ae59
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  8 11:03:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 11:03:22 2019 +
URL:
https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=03d5f535

5.4: copy 5.3 patches as is

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

 ...0001-linux-stat.h-remove-__GLIBC__-checks.patch | 28 
 5.4/00_all_0002-netfilter-pull-in-limits.h.patch   | 28 
 5.4/00_all_0003-convert-PAGE_SIZE-usage.patch  | 54 +++
 ...ric-fcntl.h-namespace-kernel-file-structs.patch | 54 +++
 ..._0005-unifdef-drop-unused-errno.h-include.patch | 32 +
 ...build-relocs-tool-when-installing-headers.patch | 33 ++
 ...k-drop-int-cast-on-length-arg-in-NLMSG_OK.patch | 43 
 ...008-uapi-fix-System-V-buf-header-includes.patch | 76 ++
 ...ecific-inclusion-of-sysinfo.h-in-kernel.h.patch | 46 +
 9 files changed, 394 insertions(+)

diff --git a/5.4/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch 
b/5.4/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
new file mode 100644
index 000..24a4199
--- /dev/null
+++ b/5.4/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
@@ -0,0 +1,28 @@
+From 1f4498530090a5fe7f6b2c46f2beb8818d7cb27b Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Mon, 29 Dec 2008 06:52:59 -0500
+Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks
+
+Only check __KERNEL__ so we don't assume the C library is glibc.
+
+Signed-off-by: Mike Frysinger 
+---
+ include/uapi/linux/stat.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h
+index 7b35e98d3c58..eb7474652d27 100644
+--- a/include/uapi/linux/stat.h
 b/include/uapi/linux/stat.h
+@@ -4,7 +4,7 @@
+ 
+ #include 
+ 
+-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
++#if defined(__KERNEL__)
+ 
+ #define S_IFMT  0017
+ #define S_IFSOCK 014
+-- 
+2.16.1
+

diff --git a/5.4/00_all_0002-netfilter-pull-in-limits.h.patch 
b/5.4/00_all_0002-netfilter-pull-in-limits.h.patch
new file mode 100644
index 000..9b5b2c0
--- /dev/null
+++ b/5.4/00_all_0002-netfilter-pull-in-limits.h.patch
@@ -0,0 +1,28 @@
+From 0e43763b07e10e2c3cb517349ac2d541bcb62e5a Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 9 May 2009 17:30:35 -0400
+Subject: [PATCH] netfilter: pull in limits.h
+
+A few netfilter sub-headers use INT_MAX which is in limits.h.
+
+URL: http://bugs.gentoo.org/246160
+Signed-off-by: Mike Frysinger 
+---
+ include/uapi/linux/netfilter.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
+index cca10e767cd8..de6d76399cd7 100644
+--- a/include/uapi/linux/netfilter.h
 b/include/uapi/linux/netfilter.h
+@@ -6,6 +6,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ /* Responses from hook functions. */
+ #define NF_DROP 0
+-- 
+2.16.1
+

diff --git a/5.4/00_all_0003-convert-PAGE_SIZE-usage.patch 
b/5.4/00_all_0003-convert-PAGE_SIZE-usage.patch
new file mode 100644
index 000..fbc2c45
--- /dev/null
+++ b/5.4/00_all_0003-convert-PAGE_SIZE-usage.patch
@@ -0,0 +1,54 @@
+From 25f2bcfa6c8a9e7cee2b92a823495479fe0ccc92 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 13 Feb 2010 03:09:23 -0500
+Subject: [PATCH] convert PAGE_SIZE usage
+
+The size of a page may change at runtime or based on kernel settings, so
+a static value at compile time doesn't work.  More importantly, no one
+exports PAGE_SIZE to user space anymore.
+
+URL: http://bugs.gentoo.org/301431
+Signed-off-by: Mike Frysinger 
+---
+ include/uapi/linux/binfmts.h  | 3 ++-
+ include/uapi/linux/resource.h | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h
+index 4abad03a8853..3e98cfc84d1c 100644
+--- a/include/uapi/linux/binfmts.h
 b/include/uapi/linux/binfmts.h
+@@ -2,6 +2,7 @@
+ #ifndef _UAPI_LINUX_BINFMTS_H
+ #define _UAPI_LINUX_BINFMTS_H
+ 
++#include 
+ #include 
+ 
+ struct pt_regs;
+@@ -12,7 +13,7 @@ struct pt_regs;
+  * prevent the kernel from being unduly impacted by misaddressed pointers.
+  * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
+  */
+-#define MAX_ARG_STRLEN (PAGE_SIZE * 32)
++#define MAX_ARG_STRLEN (sysconf(_SC_PAGESIZE) * 32)
+ #define MAX_ARG_STRINGS 0x7FFF
+ 
+ /* sizeof(linux_binprm->buf) */
+diff --git a/include/uapi/linux/resource.h b/include/uapi/linux/resource.h
+index cc00fd079631..6f9e76f513b5 100644
+--- a/include/uapi/linux/resource.h
 b/include/uapi/linux/resource.h
+@@ -69,7 +69,8 @@ struct rlimit64 {
+  * GPG2 wants 64kB of mlocked memory, to make sure pass phrases
+  * and other sensitive information are never written to disk.
+  */
+-#define MLOCK_LIMIT   ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)

[gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db-tools/

2019-12-08 Thread Mikle Kolyada
commit: 21b34eed7d1b226fd0c223d93f1f22b3d79e67dd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b34eed

sys-apps/osinfo-db-tools: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-apps/osinfo-db-tools/osinfo-db-tools-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.4.0.ebuild 
b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.4.0.ebuild
index 12671de923d..5c72a2165b2 100644
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.4.0.ebuild
+++ b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz";
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # Blocker on old libosinfo as osinfo-db-validate was part of it before
 RDEPEND="



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

2019-12-08 Thread Mikle Kolyada
commit: 1641ce956a732398f8638e92f0e1c119cf0f1faf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1641ce95

x11-libs/vte: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/x11-libs/vte/vte-0.56.4.ebuild b/x11-libs/vte/vte-0.56.4.ebuild
index a1d0b27dbcd..1500f65eb53 100644
--- a/x11-libs/vte/vte-0.56.4.ebuild
+++ b/x11-libs/vte/vte-0.56.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE";
 LICENSE="LGPL-2+"
 SLOT="2.91"
 IUSE="+crypt debug glade +introspection vala vanilla"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.54.1-command-notify.patch.xz )"



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

2019-12-08 Thread Mikle Kolyada
commit: fc55de7f78924edf4057b1ddd8bcc45e17baff00
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc55de7f

sys-apps/osinfo-db: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-apps/osinfo-db/osinfo-db-20190319.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db/osinfo-db-20190319.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20190319.ebuild
index 063c9afbf19..a2689950065 100644
--- a/sys-apps/osinfo-db/osinfo-db-20190319.ebuild
+++ b/sys-apps/osinfo-db/osinfo-db-20190319.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2019-12-08 Thread Mikle Kolyada
commit: 607e245fede5088bde2e2865d30e0f8af5803516
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607e245f

sys-apps/gnome-disk-utility: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild
index fd2f998c9c9..4b0b0e94372 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="fat elogind gnome systemd"
 REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.31:2



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

2019-12-08 Thread Mikle Kolyada
commit: ffa72391739e1b42c91bd02d30831814182b2071
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa72391

net-wireless/gnome-bluetooth: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
index 0eb1a3234d3..42a203a8c52 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth";
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/zuki-themes/

2019-12-08 Thread Mikle Kolyada
commit: 65941964fe2ce00f2a7eac8818d56f92494a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659419ee

x11-themes/zuki-themes: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild 
b/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild
index 8941ed65eb9..911e8653896 100644
--- a/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild
+++ b/x11-themes/zuki-themes/zuki-themes-3.32.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gnome-shell mate xfce"
 
 RDEPEND="



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

2019-12-08 Thread Mikle Kolyada
commit: 9fa919d4c33fafd28b233bfb493e88cc90e15e0a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:38:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa919d4

media-plugins/grilo-plugins: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-plugins/grilo-plugins/grilo-plugins-0.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.9.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.9.ebuild
index fde9683b580..4f83635f379 100644
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.9.ebuild
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.9.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Grilo";
 
 LICENSE="LGPL-2.1+"
 SLOT="0.3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="daap chromaprint flickr freebox gnome-online-accounts lua test thetvdb 
tracker upnp-av +youtube"
 
 # GOA is only optionally used by flickr and lua-factory plugins (checked at 
v0.3.8)



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

2019-12-08 Thread Mikle Kolyada
commit: 7ddaa2dc66a3ebeb5258ecc7603f8c3e24027e39
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:38:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddaa2dc

media-sound/gnome-music: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-sound/gnome-music/gnome-music-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-music/gnome-music-3.32.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.32.2.ebuild
index 49e7450a357..d4a7871100e 100644
--- a/media-sound/gnome-music/gnome-music-3.32.2.ebuild
+++ b/media-sound/gnome-music/gnome-music-3.32.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 DEPEND="${PYTHON_DEPS}
net-libs/gnome-online-accounts[introspection]



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

2019-12-08 Thread Mikle Kolyada
commit: 72b4a450e2efc964f38651265f8f86bcefd991eb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b4a450

sys-apps/baobab: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sys-apps/baobab/baobab-3.34.0.ebuild 
b/sys-apps/baobab/baobab-3.34.0.ebuild
index 18f030f292b..18006e7f0df 100644
--- a/sys-apps/baobab/baobab-3.34.0.ebuild
+++ b/sys-apps/baobab/baobab-3.34.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab";
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



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

2019-12-08 Thread Mikle Kolyada
commit: 9b9b65e409d9e0879a1e1e0169b53d607fdf0c07
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b65e4

net-libs/libsoup: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/libsoup/libsoup-2.66.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsoup/libsoup-2.66.4.ebuild 
b/net-libs/libsoup/libsoup-2.66.4.ebuild
index af731bff6fc..ac2680df611 100644
--- a/net-libs/libsoup/libsoup-2.66.4.ebuild
+++ b/net-libs/libsoup/libsoup-2.66.4.ebuild
@@ -15,7 +15,7 @@ SLOT="2.4"
 IUSE="gssapi gtk-doc +introspection samba ssl test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2019-12-08 Thread Mikle Kolyada
commit: 05405517573deeb16456b40f0ebd8feaac834d3c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:02 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05405517

net-libs/gnome-online-accounts: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
index d35a99d2acd..0c5d8545f92 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
 
 LICENSE="LGPL-2+"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="debug gnome +introspection kerberos +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2019-12-08 Thread Mikle Kolyada
commit: fde916db1c889f27d77fa7e85b7d70f465090b77
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde916db

sys-libs/libosinfo: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sys-libs/libosinfo/libosinfo-1.4.0.ebuild 
b/sys-libs/libosinfo/libosinfo-1.4.0.ebuild
index 5dd44bb7fe1..45e330b46d1 100644
--- a/sys-libs/libosinfo/libosinfo-1.4.0.ebuild
+++ b/sys-libs/libosinfo/libosinfo-1.4.0.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE="+introspection +vala test"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # Unsure about osinfo-db-tools rdep, but at least fedora does it too
 RDEPEND="



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

2019-12-08 Thread Mikle Kolyada
commit: aa43129a1ccd47224b5cde6d901bdb98b2e0decc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa43129a

net-misc/vino: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-misc/vino/vino-3.22.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/vino/vino-3.22.0-r1.ebuild 
b/net-misc/vino/vino-3.22.0-r1.ebuild
index 6fe08ad7480..bd2b70ad641 100644
--- a/net-misc/vino/vino-3.22.0-r1.ebuild
+++ b/net-misc/vino/vino-3.22.0-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vino";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="crypt debug gnome-keyring ipv6 jpeg ssl systemd +telepathy zeroconf 
+zlib"
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"



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

2019-12-08 Thread Mikle Kolyada
commit: 6b4acc485354d382bc5d78e82ce49642f01a3309
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4acc48

x11-libs/gtk+: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/x11-libs/gtk+/gtk+-3.24.11.ebuild 
b/x11-libs/gtk+/gtk+-3.24.11.ebuild
index 05a59ced16c..9a052fa7166 100644
--- a/x11-libs/gtk+/gtk+-3.24.11.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.11.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-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"
+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"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/

2019-12-08 Thread Mikle Kolyada
commit: c3daac9d2dfb7bc3f766e3f150a3b52b8ced54d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3daac9d

x11-terms/gnome-terminal: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
index bf89fcbc58c..1457004a1ea 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.32.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${P}-cntr-ntfy-ttl-ts.patch.xz )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="



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

2019-12-08 Thread Mikle Kolyada
commit: 0c9dcf28829a710cbd8f4ec5425deb8f1ffa1e5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:38:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9dcf28

media-sound/pulseaudio: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-sound/pulseaudio/pulseaudio-13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-13.0.ebuild 
b/media-sound/pulseaudio/pulseaudio-13.0.ebuild
index 0fb8e6e4a0c..7055485f73c 100644
--- a/media-sound/pulseaudio/pulseaudio-13.0.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-13.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz";
 LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 # +alsa-plugin as discussed in bug #519530
 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer elogind 
gconf



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

2019-12-08 Thread Mikle Kolyada
commit: 859f109ff2cf45c4a7a1419279e3da31bbedebbb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859f109f

net-libs/gupnp: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/gupnp/gupnp-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp/gupnp-1.0.4.ebuild 
b/net-libs/gupnp/gupnp-1.0.4.ebuild
index 6e5cf8b9953..f8f099dacb2 100644
--- a/net-libs/gupnp/gupnp-1.0.4.ebuild
+++ b/net-libs/gupnp/gupnp-1.0.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP";
 
 LICENSE="LGPL-2"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="connman +introspection kernel_linux networkmanager"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2019-12-08 Thread Mikle Kolyada
commit: 8d8ee427c6536c943bf42ad51f1bc6c8daf755e6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8ee427

x11-themes/gnome-backgrounds: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
index fedb8436df3..94fbd0f7d3b 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds";
 
 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!

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

2019-12-08 Thread Mikle Kolyada
commit: 00dc0d0f7d6a7437e4de9eed3265659fd5b66395
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:38:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00dc0d0f

media-video/cheese: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/media-video/cheese/cheese-3.32.1.ebuild 
b/media-video/cheese/cheese-3.32.1.ebuild
index 9107e56ee5a..c22aa07de76 100644
--- a/media-video/cheese/cheese-3.32.1.ebuild
+++ b/media-video/cheese/cheese-3.32.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese";
 LICENSE="GPL-2+"
 SLOT="0/8" # subslot = libcheese soname version
 IUSE="+introspection"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.39.90:2



[gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-glib/

2019-12-08 Thread Mikle Kolyada
commit: 3adc7e4ce1c65959fbd23be1c1dd113cfd7eb292
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:39:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adc7e4c

net-libs/telepathy-glib: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild 
b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild
index 758e5eceb48..5bfad20468d 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 IUSE="debug +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2019-12-08 Thread Mikle Kolyada
commit: 89dcd2883cf68a8d22212b900c5bc8ec1ddab838
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:38:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dcd288

media-video/totem: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/totem/totem-3.32.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/totem/totem-3.32.1-r1.ebuild 
b/media-video/totem/totem-3.32.1-r1.ebuild
index 18ac7eb98e9..2c8a942c369 100644
--- a/media-video/totem/totem-3.32.1-r1.ebuild
+++ b/media-video/totem/totem-3.32.1-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # FIXME:
 # Runtime dependency on gnome-session-2.91



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

2019-12-08 Thread Mikle Kolyada
commit: ef042d20028802fc32a687187ac009683f3609f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef042d20

www-client/epiphany: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 www-client/epiphany/epiphany-3.32.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/epiphany/epiphany-3.32.5.ebuild 
b/www-client/epiphany/epiphany-3.32.5.ebuild
index a7ea9f3e362..12ab048992c 100644
--- a/www-client/epiphany/epiphany-3.32.5.ebuild
+++ b/www-client/epiphany/epiphany-3.32.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Web";
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2019-12-08 Thread Mikle Kolyada
commit: c3326b625ca870a4589e31dce87fd350a7722d25
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3326b62

x11-wm/mutter: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-wm/mutter/mutter-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-3.32.2.ebuild 
b/x11-wm/mutter/mutter-3.32.2.ebuild
index 099d7ded03d..f90ab4adcca 100644
--- a/x11-wm/mutter/mutter-3.32.2.ebuild
+++ b/x11-wm/mutter/mutter-3.32.2.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
test? ( wayland )"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # libXi-1.7.4 or newer needed per:
 # https://bugzilla.gnome.org/show_bug.cgi?id=738944 - 
https://gitlab.gnome.org/GNOME/mutter/merge_requests/766



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

2019-12-08 Thread Mikle Kolyada
commit: 33decc47da598d0662b2843f82e67546949da177
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33decc47

x11-libs/gdk-pixbuf: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
index 751e7ed0fff..672b9500182 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.40.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/gdk-pixbuf";
 
 LICENSE="LGPL-2+"
 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="X gtk-doc +introspection jpeg tiff"
 
 # TODO: For windows/darwin support: shared-mime-info conditional, 
native_windows_loaders option review



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2019-12-08 Thread Mikle Kolyada
commit: 9f9f34cfd3d320bb738dccab49eb6b33f2704c09
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:40:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9f34cf

x11-themes/adwaita-icon-theme: amd64 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.32.0.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.32.0.ebuild
index 9283628055f..b81c7054d4b 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.32.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.32.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="
 "
 SLOT="0"
 IUSE="branding"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme



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

2019-12-08 Thread Mikle Kolyada
commit: d2f018b3c00c9800e4b2230ee288b00beb3667c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:50:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:50:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f018b3

media-sound/gnome-music: x86 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-sound/gnome-music/gnome-music-3.32.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/gnome-music/gnome-music-3.32.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.32.2.ebuild
index d4a7871100e..dacfd8ea857 100644
--- a/media-sound/gnome-music/gnome-music-3.32.2.ebuild
+++ b/media-sound/gnome-music/gnome-music-3.32.2.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND="${PYTHON_DEPS}
net-libs/gnome-online-accounts[introspection]



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

2019-12-08 Thread Mikle Kolyada
commit: 7839956b4c6457c1accb0f2bbd6f7dac1b7f3784
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:51:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:51:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7839956b

x11-libs/vte: x86 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/x11-libs/vte/vte-0.56.4.ebuild b/x11-libs/vte/vte-0.56.4.ebuild
index 1500f65eb53..6ed9a369461 100644
--- a/x11-libs/vte/vte-0.56.4.ebuild
+++ b/x11-libs/vte/vte-0.56.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE";
 LICENSE="LGPL-2+"
 SLOT="2.91"
 IUSE="+crypt debug glade +introspection vala vanilla"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.54.1-command-notify.patch.xz )"



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

2019-12-08 Thread Mikle Kolyada
commit: babea4efaad90448ec609cabaf940c12cd18320f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  8 11:51:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  8 11:51:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babea4ef

sys-apps/baobab: x86 stable wrt bug #702260

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sys-apps/baobab/baobab-3.34.0.ebuild 
b/sys-apps/baobab/baobab-3.34.0.ebuild
index 18006e7f0df..bc167557c80 100644
--- a/sys-apps/baobab/baobab-3.34.0.ebuild
+++ b/sys-apps/baobab/baobab-3.34.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab";
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



  1   2   3   4   5   6   7   8   9   10   >