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

2020-10-07 Thread Hans de Graaff
commit: c1dfd861e1257118a2335573d897b1b9e58b5a4e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:16:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:16:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dfd861

dev-ruby/actiontext: add 6.0.3.4

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

 dev-ruby/actiontext/Manifest  |  1 +
 dev-ruby/actiontext/actiontext-6.0.3.4.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/actiontext/Manifest b/dev-ruby/actiontext/Manifest
index fc26165850f..cbf0ae76d45 100644
--- a/dev-ruby/actiontext/Manifest
+++ b/dev-ruby/actiontext/Manifest
@@ -1,2 +1,3 @@
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild 
b/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild
new file mode 100644
index 000..a228d2e2d07
--- /dev/null
+++ b/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="actiontext.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRAINSTALL="app db package.json"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Edit and display rich text in Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/activerecord-${PV}
+   ~dev-ruby/activestorage-${PV}
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/nokogiri-1.8.5
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/mocha
+)"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|bootsnap\|capybara\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}
+
+each_ruby_prepare() {
+   sed -i -e 's:ruby:'${RUBY}':' test/dummy/bin/* || die
+}



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

2020-10-07 Thread Hans de Graaff
commit: 27f9fe21a1d6933838f81fda965ce61c16af4d61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:16:35 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:16:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f9fe21

dev-ruby/actionmailer: add 6.0.3.4

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

 dev-ruby/actionmailer/Manifest|  1 +
 dev-ruby/actionmailer/actionmailer-6.0.3.4.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/actionmailer/actionmailer-6.0.3.4.ebuild 
b/dev-ruby/actionmailer/actionmailer-6.0.3.4.ebuild
new file mode 100644
index 000..9de7bbb7b27
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-6.0.3.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/actionview-${PV}
+   ~dev-ruby/activejob-${PV}
+   >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
+   dev-ruby/rails-dom-testing:2"
+
+ruby_add_bdepend "test? (
+   dev-ruby/mocha
+)"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+   sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+
+   # Avoid a test failing only on attachment ordering, since this is a
+   # security release.
+   sed -i -e '/adding inline attachments while rendering mail works/askip 
"gentoo: fails on ordering"' test/base_test.rb || die
+}



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

2020-10-07 Thread Hans de Graaff
commit: 6f8e4959d25285f0d63c87e4c7f704d807a1ce32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:17:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:17:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8e4959

dev-ruby/railties: add 6.0.3.4

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

 dev-ruby/railties/Manifest|  1 +
 dev-ruby/railties/railties-6.0.3.4.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/railties/railties-6.0.3.4.ebuild 
b/dev-ruby/railties/railties-6.0.3.4.ebuild
new file mode 100644
index 000..ac2c8ddd992
--- /dev/null
+++ b/dev-ruby/railties/railties-6.0.3.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="test:regular"
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
+
+RUBY_FAKEGEM_BINDIR="exe"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools for creating, working with, and running Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+# The test suite has many failures, most likely due to a mismatch in
+# exact dependencies or environment specifics. Needs further
+# investigation.
+RESTRICT="test"
+
+RDEPEND+=">=app-eselect/eselect-rails-0.24"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/actionpack-${PV}
+   || ( dev-ruby/thor:1 >=dev-ruby/thor-0.18.1:0 )
+   >=dev-ruby/rake-0.8.7
+   dev-ruby/method_source
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/actionview-${PV}
+   dev-ruby/mocha:0.14
+   )"
+
+all_ruby_prepare() {
+   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
+   sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
+   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   ruby_fakegem_binwrapper rails rails-${PV}
+}
+
+pkg_postinst() {
+   elog "To select between slots of rails, use:"
+   elog "\teselect rails"
+
+   eselect rails update
+}
+
+pkg_postrm() {
+   eselect rails update
+}



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

2020-10-07 Thread Hans de Graaff
commit: f6696e90092765f8377e0242bccec31edf06981f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:15:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:15:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6696e90

dev-ruby/activejob: add 6.0.3.4

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

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

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/activejob/activejob-6.0.3.4.ebuild 
b/dev-ruby/activejob/activejob-6.0.3.4.ebuild
new file mode 100644
index 000..e34fafaa96c
--- /dev/null
+++ b/dev-ruby/activejob/activejob-6.0.3.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Job framework with pluggable queues"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/globalid-0.3.6
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
+
+   # Remove all currently unpackaged queues.
+   sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch 
backburner//' \
+   -e 's/delayed_job//' Rakefile || die
+   sed -i -e '/SneakersAdapter/ s:^:#:' test/cases/exceptions_test.rb || 
die
+}



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

2020-10-07 Thread Hans de Graaff
commit: 87646cb095048dc5a272e60c2224bd0566ab4a3e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:17:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:17:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87646cb0

dev-ruby/actionmailbox: add 6.0.3.4

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

 dev-ruby/actionmailbox/Manifest|  1 +
 .../actionmailbox/actionmailbox-6.0.3.4.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-ruby/actionmailbox/Manifest b/dev-ruby/actionmailbox/Manifest
index fc26165850f..cbf0ae76d45 100644
--- a/dev-ruby/actionmailbox/Manifest
+++ b/dev-ruby/actionmailbox/Manifest
@@ -1,2 +1,3 @@
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/actionmailbox/actionmailbox-6.0.3.4.ebuild 
b/dev-ruby/actionmailbox/actionmailbox-6.0.3.4.ebuild
new file mode 100644
index 000..fda0608d401
--- /dev/null
+++ b/dev-ruby/actionmailbox/actionmailbox-6.0.3.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="actionmailbox.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRAINSTALL="app config db"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/activejob-${PV}
+   ~dev-ruby/activerecord-${PV}
+   ~dev-ruby/activestorage-${PV}
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/mail-2.7.1:*
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/bundler
+   dev-ruby/mocha
+)"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\|capybara\|webpacker\|bootsnap\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}
+
+each_ruby_prepare() {
+   sed -i -e 's:ruby:'${RUBY}':' test/dummy/bin/* || die
+}



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

2020-10-07 Thread Hans de Graaff
commit: 39d93b12766fe22e84b52efa774a0634c7e0bd54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:15:41 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:15:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d93b12

dev-ruby/actioncable: add 6.0.3.4

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

 dev-ruby/actioncable/Manifest   |  1 +
 dev-ruby/actioncable/actioncable-6.0.3.4.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/actioncable/actioncable-6.0.3.4.ebuild 
b/dev-ruby/actioncable/actioncable-6.0.3.4.ebuild
new file mode 100644
index 000..00434362e33
--- /dev/null
+++ b/dev-ruby/actioncable/actioncable-6.0.3.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Integrated WebSockets for Rails"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+# Tests require many new dependencies, skipping for now
+RESTRICT="test"
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}:*
+   dev-ruby/nio4r:2
+   >=dev-ruby/websocket-driver-0.6.1:*
+"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/railties-4.2.0
+   dev-ruby/test-unit:2
+   >=dev-ruby/mocha-0.14.0:0.14
+   )"



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

2020-10-07 Thread Hans de Graaff
commit: 2d6ab3f5010f8dc466b5700bc21de4221dc97396
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:16:47 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:16:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6ab3f5

dev-ruby/activerecord: add 6.0.3.4

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

 dev-ruby/activerecord/Manifest|  1 +
 dev-ruby/activerecord/activerecord-6.0.3.4.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/activerecord/activerecord-6.0.3.4.ebuild 
b/dev-ruby/activerecord/activerecord-6.0.3.4.ebuild
new file mode 100644
index 000..1194b35b480
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-6.0.3.4.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+# this is not null so that the dependencies will actually be filled
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
+HOMEPAGE="https://github.com/rails/rails/;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE="mysql postgres sqlite"
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "~dev-ruby/activesupport-${PV}
+   ~dev-ruby/activemodel-${PV}
+   sqlite? ( >=dev-ruby/sqlite3-1.4 )
+   mysql? ( dev-ruby/mysql2:0.5 )
+   postgres? ( || ( dev-ruby/pg:1 >=dev-ruby/pg-0.18.0:0 ) )"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/bundler
+   ~dev-ruby/actionpack-${PV}
+   >=dev-ruby/sqlite3-1.4.0
+   dev-ruby/mocha
+   dev-ruby/minitest:5
+   )"
+
+DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   rm ../Gemfile.lock || die
+   sed -i -e 
"/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' 
../railties/railties.gemspec || die
+   sed -e '/bcrypt/ s/3.0.0/3.0/' \
+   -i ../Gemfile || die
+
+   # Add back json in the Gemfile because we dropped some dependencies
+   # earlier that implicitly required it.
+   sed -i -e '$agem "json"' ../Gemfile || die
+
+   # Avoid test depending on mysql adapter which we don't support for
+   # this Rails version to simplify our dependencies.
+   rm test/cases/connection_specification/resolver_test.rb || die
+
+   # Avoid single tests using mysql or postgres dependencies.
+   rm test/cases/invalid_connection_test.rb || die
+   sed -e '/test_switching_connections_with_database_url/askip "postgres"' 
\
+

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

2020-10-07 Thread Hans de Graaff
commit: 7c633f4e610a29392e9121651a62d8915f4d595f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:16:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:16:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c633f4e

dev-ruby/activestorage: add 6.0.3.4

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

 dev-ruby/activestorage/Manifest|  1 +
 .../activestorage/activestorage-6.0.3.4.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/activestorage/Manifest b/dev-ruby/activestorage/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/activestorage/Manifest
+++ b/dev-ruby/activestorage/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/activestorage/activestorage-6.0.3.4.ebuild 
b/dev-ruby/activestorage/activestorage-6.0.3.4.ebuild
new file mode 100644
index 000..6181b336ee0
--- /dev/null
+++ b/dev-ruby/activestorage/activestorage-6.0.3.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="activestorage.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app config db"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Attach cloud and local files in Rails applications"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+DEPEND+=" test? ( app-text/mupdf media-gfx/imagemagick[jpeg,png,tiff] 
media-video/ffmpeg app-text/poppler[utils] ) "
+
+ruby_add_rdepend "
+   ~dev-ruby/actionpack-${PV}:*
+   ~dev-ruby/activerecord-${PV}:*
+   >=dev-ruby/marcel-0.3.1 =dev-ruby/marcel-0.3*
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/railties-${PV}
+   >=dev-ruby/image_processing-1.2:0
+   dev-ruby/test-unit:2
+   dev-ruby/mini_magick
+   dev-ruby/mocha
+   dev-ruby/rake
+   dev-ruby/sqlite3
+   )"
+
+all_ruby_prepare() {
+  # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|rubocop\|capybara\|rack-cache\|selenium\|json\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\)/
 s:^:#:" \
+   -e '/dalli/ s/2.7.7/2.7.9/' \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/:test/,/^end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+}



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

2020-10-07 Thread Hans de Graaff
commit: 33de1bbb72884c51ce4457d620175143b325efa4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:16:15 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33de1bbb

dev-ruby/actionpack: add 6.0.3.4

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

 dev-ruby/actionpack/Manifest  |  1 +
 dev-ruby/actionpack/actionpack-6.0.3.4.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/actionpack/actionpack-6.0.3.4.ebuild 
b/dev-ruby/actionpack/actionpack-6.0.3.4.ebuild
new file mode 100644
index 000..b9f96b9946d
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-6.0.3.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Eases web-request routing, handling, and response"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/actionview-${PV}
+   || ( dev-ruby/rack:2.2 dev-ruby/rack:2.1 >=dev-ruby/rack-2.0.8:2.0 )
+   >=dev-ruby/rack-test-0.6.3:*
+   >=dev-ruby/rails-html-sanitizer-1.2.0:1
+   dev-ruby/rails-dom-testing:2
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha:0.14
+   dev-ruby/bundler
+   >=dev-ruby/capybara-2.15
+   ~dev-ruby/activemodel-${PV}
+   ~dev-ruby/railties-${PV}
+   >=dev-ruby/rack-cache-1.2:1.2
+   www-servers/puma
+   )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+
+   # Use different timezone notation, this changed at some point due to an 
external dependency changing.
+   sed -i -e 's/-/GMT/' test/dispatch/response_test.rb 
test/dispatch/cookies_test.rb test/dispatch/session/cookie_store_test.rb || die
+}



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

2020-10-07 Thread Hans de Graaff
commit: 60f5649038c5e5ec7d3945893632e168297e4c77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:17:22 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:17:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f56490

dev-ruby/rails: add 6.0.3.4

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

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

diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index e5b370c242c..e0dfbe7ba8b 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.gem 6656 BLAKE2B 
36519aed8bc34ed303125857ebcc4cbc860b530f6de1
 DIST rails-5.2.4.4.gem 6656 BLAKE2B 
232562c858d2f487cec1916d1c8afa229028262c7c58cb1f8e021f90ec4f4a309b1cb3c4e91d22f1cad3ea83a78ec7a3e16d83c623060da48545c49f9a87a2f6
 SHA512 
01c2ae7537afef84a583d42b610791a6c1bfecf3f45b9dcf1295f60978fe60a4cbc286a3f091430144c7fc5e4c89d3c3616fba9045188d53010abf199cee869b
 DIST rails-6.0.3.2.gem 6656 BLAKE2B 
080846459db9ad58650852acb60eab1474cb8eefb7f4720dc83ac0562dd1bfecd4c98ea0c9165d3c6d578edfed6a45088ee4c223e33fb02d26510ad9ccfd74ff
 SHA512 
288f48bd20f4a5ed485a127ddb9e307a69d3ee00198a168ed1d2581b0e200e0fa14b02811b4c72cc20eedf616b10cd46b38dbbed5fcf44125bda25e1aae41b44
 DIST rails-6.0.3.3.gem 6656 BLAKE2B 
ea87053cb20859b63a2c4f33e9454bc618b9b213a6c983f1bdff1c6c19e0d3406d99265bcd729163fbd9a3f0ca4cb617280386714059f07fae2661ccba7c897a
 SHA512 
b50b690bc89638d9f22bdcf57f6fb68595f1d19e2dc8b380e9519e0266087eaaa258d5bd1f3692d0a4437bef8b92552aa01a0913cbab4ba460be6d3e5f1c2dfd
+DIST rails-6.0.3.4.gem 6656 BLAKE2B 
c2b1d1573a6555073441baa02bd7f06a3151ea39e4b4845a6323efe9834236e1ac1f4731014f8fce7563300917449f3d1c92d5ff169b951164b8a17c4ca16e53
 SHA512 
6206864e3d70870a6b9a31e63cc05d7d58eb5eaa3df78ad96de7adbf1c884c2f28bf62291a8cc628d8d702c67b4080ea7389fd7518f1bc59b72ae403824bf83b

diff --git a/dev-ruby/rails/rails-6.0.3.4.ebuild 
b/dev-ruby/rails/rails-6.0.3.4.ebuild
new file mode 100644
index 000..3be9b73306e
--- /dev/null
+++ b/dev-ruby/rails/rails-6.0.3.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="ruby on rails is a web-application and persistance framework"
+HOMEPAGE="https://rubyonrails.org;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+ruby_add_rdepend "
+   ~dev-ruby/actioncable-${PV}
+   ~dev-ruby/actionmailbox-${PV}
+   ~dev-ruby/actionmailer-${PV}
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/actiontext-${PV}
+   ~dev-ruby/actionview-${PV}
+   ~dev-ruby/activejob-${PV}
+   ~dev-ruby/activemodel-${PV}
+   ~dev-ruby/activerecord-${PV}
+   ~dev-ruby/activestorage-${PV}
+   ~dev-ruby/activesupport-${PV}
+   ~dev-ruby/railties-${PV}
+   >=dev-ruby/bundler-1.3:*
+   >=dev-ruby/sprockets-rails-2.0.0:*
+"



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

2020-10-07 Thread Hans de Graaff
commit: 64538b1c6f994896faf51956b5f2f2fc817c2fc6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:16:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:16:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64538b1c

dev-ruby/actionview: add 6.0.3.4

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

 dev-ruby/actionview/Manifest  |  1 +
 dev-ruby/actionview/actionview-6.0.3.4.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/actionview/actionview-6.0.3.4.ebuild 
b/dev-ruby/actionview/actionview-6.0.3.4.ebuild
new file mode 100644
index 000..a6b9c0c833a
--- /dev/null
+++ b/dev-ruby/actionview/actionview-6.0.3.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple, battle-tested conventions and helpers for building web 
pages"
+HOMEPAGE="https://github.com/rails/rails/;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}
+   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
+   >=dev-ruby/erubi-1.4:0
+   >=dev-ruby/rails-html-sanitizer-1.2.0:1
+   dev-ruby/rails-dom-testing:2
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   ~dev-ruby/actionpack-${PV}
+   ~dev-ruby/activemodel-${PV}
+   ~dev-ruby/activerecord-${PV}
+   ~dev-ruby/railties-${PV}
+   dev-ruby/sqlite3
+   )"
+
+all_ruby_prepare() {
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
+   rm ../Gemfile.lock || die
+
+   # Avoid tests failing due to missing logger setup in activerecord,
+   # most likely related to test environment setup.
+   #rm -f 
test/activerecord/render_partial_with_record_identification_test.rb || die
+
+   # Fix loading of activerecord integration tests. This avoids loading
+   # activerecord twice and thus redefining constants leading to
+   # failures. Bug #719342
+   sed -e '/abstract_unit/arequire "active_record/fixtures"' \
+   -e '/defined/ s/FixtureSet/ActiveRecord::FixtureSet/' \
+   -i test/active_record_unit.rb || die
+}



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

2020-10-07 Thread Hans de Graaff
commit: c5a92440c77d59b85f64933a1c1924a6fca0e1f3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:15:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a92440

dev-ruby/activesupport: add 6.0.3.4

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

 dev-ruby/activesupport/Manifest|  1 +
 .../activesupport/activesupport-6.0.3.4.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/activesupport/activesupport-6.0.3.4.ebuild 
b/dev-ruby/activesupport/activesupport-6.0.3.4.ebuild
new file mode 100644
index 000..bf4536107f9
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-6.0.3.4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   >=dev-ruby/concurrent-ruby-1.0.2:1
+   dev-ruby/i18n:1
+   >=dev-ruby/tzinfo-1.1:1
+   >=dev-ruby/minitest-5.1:5
+   >=dev-ruby/zeitwerk-2.1.8:2
+"
+
+# memcache-client, nokogiri, builder, and redis are not strictly needed,
+# but there are tests using this code.
+ruby_add_bdepend "test? (
+   >=dev-ruby/dalli-2.2.1
+   >=dev-ruby/nokogiri-1.4.5
+   >=dev-ruby/builder-3.1.0
+   >=dev-ruby/listen-3.0.5:3
+   dev-ruby/rack
+   dev-ruby/mocha
+   )"
+
+all_ruby_prepare() {
+   # Set the secure permissions that tests expect.
+   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
+
+   # Remove items from the common Gemfile that we don't need for this
+   # test run. This also requires handling some gemspecs.
+   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|redis\|sqlite\)/
 s:^:#:" \
+   -e '/:job/,/end/ s:^:#:' \
+   -e '/group :doc/,/^end/ s:^:#:' \
+   -e 's/gemspec/gemspec path: "activesupport"/' \
+   -e '5igem "builder"; gem "rack"' ../Gemfile || die
+   rm ../Gemfile.lock || die
+   sed -i -e '1igem "tzinfo", "~> 1.1"' test/abstract_unit.rb || die
+
+   # Avoid test that depends on timezone
+   sed -i -e '/test_implicit_coercion/,/^  end/ s:^:#:' 
test/core_ext/duration_test.rb || die
+
+   # Avoid tests that seem to trigger race conditions.
+   rm -f test/evented_file_update_checker_test.rb || die
+
+   # Avoid test that generates filename that is too long
+   sed -i -e '/test_filename_max_size/askip "gentoo"' 
test/cache/stores/file_store_test.rb || die
+
+   # Avoid tests requiring a live redis running
+   rm -f 

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

2020-10-07 Thread Hans de Graaff
commit: 3a2daa4d9f05d8184b4687197a2042b93d1eb211
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  8 05:15:32 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  8 05:15:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2daa4d

dev-ruby/activemodel: add 6.0.3.4

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

 dev-ruby/activemodel/Manifest   |  1 +
 dev-ruby/activemodel/activemodel-6.0.3.4.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index 81f2b131690..fddc7b5d96a 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -2,3 +2,4 @@ DIST rails-5.2.4.3.tgz 8824955 BLAKE2B 
7db1bdda581e345713b796152c68e13911076c0af
 DIST rails-5.2.4.4.tgz 8825200 BLAKE2B 
e56f828f46ef72a2ec59006f37410aa53ca33730452d74d8deefc3975a24940500a48864c18523fad1141e025192b8bfc0c050abc04a01a88333fc825640d4b9
 SHA512 
6ea50009f769e2e2e6df6cd31fb10e8a770c61f28496432cb7a30265f9064fa8e61c8a0c2569fa056baf31d273ab25cc8c9bd02523214a35e3bbd94e4db293e5
 DIST rails-6.0.3.2.tgz 18568792 BLAKE2B 
574d4b7da1bf0ff308ca1a64369c16e29396c8faddf741bc0f2b7d0c0761e440d64dade6ef67ba4923045c7eab1cd0689d45b6b26f3e3077020157a2b29fb17f
 SHA512 
ea019bef7facc1b8b0d2f181da45d70456a895f2d57eb2410e4a06ba7bea0165dacc0f15fe5080150e4b4ef3c81dacee70b200468232da857fdf60def85b5aec
 DIST rails-6.0.3.3.tgz 18569231 BLAKE2B 
6e3e90433d655768a8d4da7824178e61bfeeb4645ae77f5e50c0e4859bcbad1f9cbc9391d3ab78ca15be096372abae1085e3e68ea9065cb76ec3c8fa0b12f50b
 SHA512 
750a66613dce04058bb787479be2794b5e20879170640862d1ae3ac12faf3e2b6d7e9b536bdd1e94a2f4934f759228179c4e6f21dfccf6d7461fce9d9bd13892
+DIST rails-6.0.3.4.tgz 18568864 BLAKE2B 
8f554a25ce02e4752c1a964257836a5cb0a6c01c3453ff11cd8423a9153e90ab833a32cadfe939a34e094cefd553f5514abd7817004b464b054889ab7dc05b76
 SHA512 
147f76792ce2d2484071fe247c8f1541c9ca27dcc405ff7a780771e3436a9acf3d326bbfd7c6dceca510b6f4d5209ee0a0859867174b8291d796ffd519fa2ba9

diff --git a/dev-ruby/activemodel/activemodel-6.0.3.4.ebuild 
b/dev-ruby/activemodel/activemodel-6.0.3.4.ebuild
new file mode 100644
index 000..1494c493a78
--- /dev/null
+++ b/dev-ruby/activemodel/activemodel-6.0.3.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Toolkit for building modeling frameworks like Active Record and 
Active Resource"
+HOMEPAGE="https://github.com/rails/rails;
+SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE=""
+
+RUBY_S="rails-${PV}/${PN}"
+
+ruby_add_rdepend "
+   ~dev-ruby/activesupport-${PV}:*
+"
+
+ruby_add_bdepend "
+   test? (
+   ~dev-ruby/railties-${PV}
+   dev-ruby/test-unit:2
+   dev-ruby/mocha
+   >=dev-ruby/bcrypt-ruby-3.1.7
+   )"
+
+all_ruby_prepare() {
+   # Set test environment to our hand.
+   sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove 
load paths"
+}



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

2020-10-07 Thread Michał Górny
commit: 10d6ffc03914836472960b9aa4965c9177db7314
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  8 02:38:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  8 03:25:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d6ffc0

dev-python/boto3: Bump to 1.15.14

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.15.14.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 867daa3743b..90222564325 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -7,6 +7,7 @@ DIST boto3-1.15.10.tar.gz 336021 BLAKE2B 
71a8bcfd115c0066931e616d1d3678d51ba0946
 DIST boto3-1.15.11.tar.gz 336108 BLAKE2B 
9fdc00c194698c047ba7e42dbe8eedd3952fdb65f089deffa1ddb3468102c24b12cd000ed50793dbe2df492e93d12fa697b6541bddda917be80899a65fb2185a
 SHA512 
4fbd08f5479de86aa95463c4d8c23e7d5a3af05effa752214968b9ea9ea652ce74b727206140eac46bc096f5e013a99223ce0820972872b24fcb447a6c28a806
 DIST boto3-1.15.12.tar.gz 336150 BLAKE2B 
c6817e39fb19cd40f7cdcf6140303bd1993ec115e4ed9d0379d3fb05d31115abb964df86d5532cf3325a313957006565718945c2b07fb482d241e45a61659134
 SHA512 
a12cbfdd7664263ce1a2cba40d13b8a1b82fda9acf113c547e660adba46c31f382cce018ebc47686d5c65763ba5507757504ef00a4c5f2f12d3ff161b5badb14
 DIST boto3-1.15.13.tar.gz 336233 BLAKE2B 
d82c38c4021c4f76ba5aa37c2b6328cd4870c3d64b343d2ccf4d441c231243ff369d91ec56b45380ca19b1b35a3934c548bca41a61832a7ca519e4119911c383
 SHA512 
5e50a212f1b47c79e75d3f2dc6ace0984c82041c11a8c87c831cf3ed2452234089b3f91be05af5342893ae377ad3e119e5e2b5f329cf200a877a46f418b55cc1
+DIST boto3-1.15.14.tar.gz 336351 BLAKE2B 
61e4ee1b235c07dc3d0d961a3e4b6138c79ee49a9d9e80b15d68d9f1d3bf7eaddc3f993f7de914d2f8ba939d0508875a912b87c58570f91e726a5b44198c2adb
 SHA512 
a40c123b017d45dc100d70d66a2cd7850dbfe5cf3fca715d3f6226e23423c7710a157ec7567d9d9f45311bbb764b47b281c9a3757e9910c4453451bec385383a
 DIST boto3-1.15.2.tar.gz 335231 BLAKE2B 
f1eb144da7afc1cf630cdc1f61880d094186a37d46556ae361da278fd3045a119dcb09c3d08387a019ca88d6502fa8710a5e5733cd9dc9056676ef17853d76e2
 SHA512 
6866e0d6a50d11495e5f2a33a392b0edbe1ff6625235b26b5d6028f7c2c7089d78febe17b982f65dc2564254800a23409247ac09716b099f09f3751c5b7f47b5
 DIST boto3-1.15.3.tar.gz 335286 BLAKE2B 
05c9ef757b8d227ae06a22e78d978821ff50da719f122ac025940b2e1ac5728d6bac044d4bfab95c56ac8c363efd7abfe3de2b3fd65d423ab53dbdfc60b910da
 SHA512 
dfecfc075896ce84fd58d0437b84a6a794af69ff3e598b35b43f83b2b5ef57b88f96ef62a0d6505d5fe7fef0401513c8ecf0dfcaa22e4575510acd3ece191901
 DIST boto3-1.15.4.tar.gz 335401 BLAKE2B 
42ee1f2cf1e82338ea59a40b95aa5c76abae51aacf325ae845f407ccbc3caf1b3901bca48036889ad6307f96c257259cce39784a3f52ec6ff03c0c6c5633c654
 SHA512 
14626faa3943b65a215b8f1bce24f217e69421cdfd40caaf7de0fec13ca9b5b25c5e290c27672b2a6bc41316917224209110e2efd5be817de7273f93ae5764ce

diff --git a/dev-python/boto3/boto3-1.15.14.ebuild 
b/dev-python/boto3/boto3-1.15.14.ebuild
new file mode 100644
index 000..ccc99e1c241
--- /dev/null
+++ b/dev-python/boto3/boto3-1.15.14.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2020-10-07 Thread Michał Górny
commit: 9895038b78b8304c30c1c0d75689308343053cd8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  8 02:38:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  8 03:25:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9895038b

dev-python/botocore: Bump to 1.18.14

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.18.14.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index f59c49fa93c..83e1b48052e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -7,6 +7,7 @@ DIST botocore-1.18.10.tar.gz 6899351 BLAKE2B 
4de11277fd8df8436818cd50d946e7e5319
 DIST botocore-1.18.11.tar.gz 6903038 BLAKE2B 
07115ca9106997f9185fe84ef0ce8dd415e7d3c00cf28302cd97ecc9a13161de3285f1a959998feb4ff3f8643d056f7ac511edfebe71d6e3267c04e3f34e
 SHA512 
bfd6cc012df3599889979bb1771f6c37b35eec9c5b0c909ab13593764839292b044edfc9557a351e4b380b398fba2e1b169c4e7ad1b12acec07eb45efd853ace
 DIST botocore-1.18.12.tar.gz 6913367 BLAKE2B 
243b30d32e229d72d659ebf2b27b57a69042f488c8ca43e00f82e6b64e2c09665e129894b972ce806ea0bd0a89a295d0545d1d53e0cd3246d2dafcdb2e43f56c
 SHA512 
173e5b3ed7de93362ea69e581b236b551dfeec7f8a57652ca04347f334e5163f5adf52acd20a2aef0cfe20f157d0a5b13f09ca4c92bf603f6a3f22d517cf6306
 DIST botocore-1.18.13.tar.gz 6919052 BLAKE2B 
52ef86c31e0b92221058ad2eb43eafe2953c59d1ed21d033f855961b409f43a77cfd72cce297b9752e230cb9953ed55febd3b0bdf44c99733472868b7e3db8dc
 SHA512 
b3cf534d679533e43dee05d6c6e89271b88bd11185abf3790effe8df3b698e1d79a96d3d23b51f943861f975a3c883d9318e085b8ceda8d9dc454f6f0c50b9e7
+DIST botocore-1.18.14.tar.gz 6924624 BLAKE2B 
78aa481a792cdd54712730189808df3627c5475e0f86a6927978eeb4c0056ed8f5f65d35949094164fba5be31b05664418b1c9368af265af5bd52c95a159c9a8
 SHA512 
dcc790b786634a308676b8f43b3bc9fbf4c84ac455a547b2240eb48bf93592fd30f68616efa562be0f1b59fa1a8b5dcefa1d5453ffaaf21804a282a5fcb56f47
 DIST botocore-1.18.2.tar.gz 6843154 BLAKE2B 
77f4cbccd6a686cfbdb2f25fafb9f2210c0e23de72fb40403f905711ec5d073b92cfd003d39406d273feb0bfb90e2ab594f2bb9c1564b5b0879efdf3bcfa47e3
 SHA512 
f4fec4caf3b4ebca8a593d58827fb4377c2458b7ebccb53ccd830df5423a2021ecebd534d2fe276662f8d8e91078bb5adbf611a52baa29c8ab3526d9c7b975ac
 DIST botocore-1.18.3.tar.gz 6846755 BLAKE2B 
3f6709cac832dff1ba07c2e8b4c235b5bcdf305c9851eedea2ce5f7847d0be93d7e9cbcb1765add47aaec1d0c1c31cdd2c88542a984af570140ffb7fe30d8388
 SHA512 
a8831b1549a768cea9d550dc2dc3c1c8afc03e018d2ce246569bed35cb9ce25bcb18689d066dc5b6e6dcc69db93e0b0957b32cb68c101127e01cfe3fbfa9fe08
 DIST botocore-1.18.4.tar.gz 6850892 BLAKE2B 
013319b1055db5a65f25b4d11c0ae97e6eb58a8976eafea98c80a33c756b8715d69fddb86c900e9c3c1a6447d05a7afd2f11a155db5f6cbcefc5f80fccbf680c
 SHA512 
c84b7c5dcb78101d6d04bea2a4453e2c47711133bf4ee1e96c6bea18a0b3de7c41021bfe5ac501eeb2b35d50bfe8782ee29d931adf79ae77a45a2f3b117716df

diff --git a/dev-python/botocore/botocore-1.18.14.ebuild 
b/dev-python/botocore/botocore-1.18.14.ebuild
new file mode 100644
index 000..ba67bf7ac94
--- /dev/null
+++ b/dev-python/botocore/botocore-1.18.14.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-dbus-proxy/

2020-10-07 Thread Sam James
commit: 9e9faca08121833982a946bc6f97f8f9ea5c13ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 03:09:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 03:09:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9faca0

sys-apps/xdg-dbus-proxy: Stabilize 0.1.2 arm, #747115

Signed-off-by: Sam James  gentoo.org>

 sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild 
b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild
index 6b57ded1cb6..a4cfc357adc 100644
--- a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild
+++ b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-10-07 Thread Sam James
commit: 8665630f55547eb45532ba70d00b1c2c8012a964
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Oct  4 22:13:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 03:07:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8665630f

media-libs/gegl: 0.4.26 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/gegl/Manifest   |   1 +
 media-libs/gegl/gegl-0.4.26.ebuild | 158 +
 2 files changed, 159 insertions(+)

diff --git a/media-libs/gegl/Manifest b/media-libs/gegl/Manifest
index b63767947c7..27e2af06081 100644
--- a/media-libs/gegl/Manifest
+++ b/media-libs/gegl/Manifest
@@ -1,2 +1,3 @@
 DIST gegl-0.4.22.tar.xz 4826748 BLAKE2B 
3b6ddca1dff17d0336614fb02cdf94c7497586f075fa548fef66f9f81f62a8055c58e008b9eed989dd283fa701a07d4e22ee81b85c35a0a55f4a92e51cf6b780
 SHA512 
3118fb17532bcd5893a77739eaf936f5d1e2020178abc497098d227c25f726679621503ac83e7d14a9883d259247d97b92016174e76a2e6e950be7e26ce251ab
 DIST gegl-0.4.24.tar.xz 4937056 BLAKE2B 
a6237d0642713e2dc6fb5aa889dea31aad688608b99e985d69dfa43580caae634a6fc41ff050372d8b364f2f002e260335159325c01f73a10719c3d1bda70d36
 SHA512 
09d857332eeabe39327d312b1a1692b7c6c9f8f952ae3e3cc06b5a5c262757d8b86467c25a4e66c90c37922fd3548fc1342a9864732d17924f97e7b6c6c1786d
+DIST gegl-0.4.26.tar.xz 4942492 BLAKE2B 
656a9c0d339d136f3f2efbb1484fbfea27deab241821503b31d74b015fe8766ee8d931ea0bf1a354200581bc54fea307a2cfb9b469e73a211a77d109d33707f3
 SHA512 
634778df0060ffe630121c24044a6ddcc7f2de0ff61b02be24db4054c6f3def24373b28dd1152d62882d58383a3aa7a1f74cd5b743a299fd0719a2a2ff992d24

diff --git a/media-libs/gegl/gegl-0.4.26.ebuild 
b/media-libs/gegl/gegl-0.4.26.ebuild
new file mode 100644
index 000..8a755723d7e
--- /dev/null
+++ b/media-libs/gegl/gegl-0.4.26.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+# vala and introspection support is broken, bug #468208
+VALA_USE_DEPEND=vapigen
+
+inherit meson gnome2-utils python-any-r1 vala
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git;
+   SRC_URI=""
+else
+   SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="A graph based image processing framework"
+HOMEPAGE="http://www.gegl.org/;
+
+LICENSE="|| ( GPL-3+ LGPL-3 )"
+SLOT="0.4"
+
+IUSE="cairo debug ffmpeg introspection lcms lensfun openexr pdf raw sdl svg 
test tiff umfpack vala v4l webp"
+REQUIRED_USE="
+   svg? ( cairo )
+   test? ( introspection )
+   vala? ( introspection )
+"
+
+RESTRICT="!test? ( test )"
+
+# NOTE: Even current libav 11.4 does not have AV_CODEC_CAP_VARIABLE_FRAME_SIZE
+#   so there is no chance to support libav right now (Gentoo bug #567638)
+#   If it returns, please check prior GEGL ebuilds for how libav was 
integrated.  Thanks!
+RDEPEND="
+   >=dev-libs/glib-2.44:2
+   >=dev-libs/json-glib-1.2.6
+   >=media-libs/babl-0.1.78[introspection?,lcms?,vala?]
+   media-libs/libnsgif
+   >=media-libs/libpng-1.6.0:0=
+   >=sys-libs/zlib-1.2.0
+   virtual/jpeg:0=
+   >=x11-libs/gdk-pixbuf-2.32:2
+   >=x11-libs/pango-1.38.0
+   cairo? ( >=x11-libs/cairo-1.12.2 )
+   ffmpeg? ( media-video/ffmpeg:0= )
+   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
+   lcms? ( >=media-libs/lcms-2.8:2 )
+   lensfun? ( >=media-libs/lensfun-0.2.5 )
+   openexr? ( >=media-libs/openexr-1.6.1:= )
+   pdf? ( >=app-text/poppler-0.71.0[cairo] )
+   raw? ( >=media-libs/libraw-0.15.4:0= )
+   sdl? ( >=media-libs/libsdl-1.2.0 )
+   svg? ( >=gnome-base/librsvg-2.40.6:2 )
+   tiff? ( >=media-libs/tiff-4:0 )
+   umfpack? ( sci-libs/umfpack )
+   v4l? ( >=media-libs/libv4l-1.0.1 )
+   webp? ( >=media-libs/libwebp-0.5.0:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/perl
+   >=dev-util/gtk-doc-am-1
+   >=sys-devel/gettext-0.19.8
+   >=sys-devel/libtool-2.2
+   virtual/pkgconfig
+   test? ( $(python_gen_any_dep 
'>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') )
+   vala? ( $(vala_depend) )
+"
+
+DOCS=( AUTHORS docs/ChangeLog docs/NEWS.txt )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.4.18-drop-failing-tests.patch
+   "${FILESDIR}"/${PN}-0.4.18-program-suffix.patch
+)
+
+python_check_deps() {
+   has_version -b ">=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # don't require Apple's OpenCL on versions of OSX that don't have it
+   if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then
+   sed -i -e 

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

2020-10-07 Thread Sam James
commit: 7f8075f139e1307b300db4679333ddf8de7c725d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Oct  4 22:16:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 03:07:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8075f1

media-gfx/gimp: 2.10.22 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/1
Signed-off-by: Sam James  gentoo.org>

 media-gfx/gimp/Manifest|   1 +
 media-gfx/gimp/gimp-2.10.22.ebuild | 211 +
 2 files changed, 212 insertions(+)

diff --git a/media-gfx/gimp/Manifest b/media-gfx/gimp/Manifest
index 117a1e8633a..4a20108dc53 100644
--- a/media-gfx/gimp/Manifest
+++ b/media-gfx/gimp/Manifest
@@ -1,2 +1,3 @@
 DIST gimp-2.10.18.tar.bz2 32946467 BLAKE2B 
eb1c756ca646ee9ddc42aebe214ad3e2dedf125940dc1b9cfd04a4424bd2b6255041f1bafbda3fc214f93d97e7802372234a42e1daa0ee56caaf0f0bedd908f9
 SHA512 
88990f2d70508b22f4acadeab6b687e20af19b765ebc6f245d0c99b3dd853fcd3d237c3b7607e50133aa95a1d71931069029dfd7ee94441ff419c542c141bc9f
 DIST gimp-2.10.20.tar.bz2 33108938 BLAKE2B 
060c0e46e6f4ac861de265842d545285c2fa4590908172971ef240ae87f8caa2c015447deee810fef59c4869810676daae2e40aa611062168feffe38c7cd9b22
 SHA512 
7cd0b1833af87a167fdfee59fb491a72727fe3071c21c0de1813adb0f8272a92473e1e300517395b1b4593c8cb6781ee30f7a63966756e5a7f523a164308aba6
+DIST gimp-2.10.22.tar.bz2 33152226 BLAKE2B 
d11b0ee8f0f24934383028a0b21820af30da6133814d64b67981888086f3eaa4378e474ff801db046f2fe5d380325ac7279df6e749d100219e2f6558c9bdf10d
 SHA512 
13841ac4a186df47e4155095ca888a903b2db9e25a73fbb834fe981ccf915cb67a3e08506e5c13b6c5f35e27b1de24befbccf871e438b1a35f67f069bebd8fd0

diff --git a/media-gfx/gimp/gimp-2.10.22.ebuild 
b/media-gfx/gimp/gimp-2.10.22.ebuild
new file mode 100644
index 000..bfe5f500c7e
--- /dev/null
+++ b/media-gfx/gimp/gimp-2.10.22.ebuild
@@ -0,0 +1,211 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF=yes
+WANT_AUTOMAKE=
+
+inherit autotools gnome2 toolchain-funcs virtualx
+
+DESCRIPTION="GNU Image Manipulation Program"
+HOMEPAGE="https://www.gimp.org/;
+SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
+LICENSE="GPL-3 LGPL-3"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+
+IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev 
unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
+
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   >=app-text/poppler-0.50[cairo]
+   >=app-text/poppler-data-0.4.7
+   >=dev-libs/atk-2.2.0
+   >=dev-libs/glib-2.56.2:2
+   >=dev-libs/json-glib-1.2.6
+   dev-libs/libxml2:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.40.6:2
+   >=media-gfx/mypaint-brushes-1.3.0:=
+   >=media-libs/babl-0.1.78
+   >=media-libs/fontconfig-2.12.4
+   >=media-libs/freetype-2.1.7
+   >=media-libs/gegl-0.4.26:0.4[cairo]
+   >=media-libs/gexiv2-0.10.6
+   >=media-libs/harfbuzz-0.9.19
+   >=media-libs/lcms-2.8:2
+   >=media-libs/libmypaint-1.3.0:=
+   >=media-libs/libpng-1.6.25:0=
+   >=media-libs/tiff-3.5.7:0
+   net-libs/glib-networking[ssl]
+   sys-libs/zlib
+   virtual/jpeg
+   >=x11-libs/cairo-1.12.2
+   >=x11-libs/gdk-pixbuf-2.31:2
+   >=x11-libs/gtk+-2.24.32:2
+   x11-libs/libXcursor
+   >=x11-libs/pango-1.29.4
+   aalib? ( media-libs/aalib )
+   alsa? ( >=media-libs/alsa-lib-1.0.0 )
+   aqua? ( >=x11-libs/gtk-mac-integration-2.0.0 )
+   heif? ( >=media-libs/libheif-1.3.2:= )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= )
+   mng? ( media-libs/libmng:= )
+   openexr? ( >=media-libs/openexr-1.6.1:= )
+   postscript? ( app-text/ghostscript-gpl )
+   udev? ( dev-libs/libgudev:= )
+   unwind? ( >=sys-libs/libunwind-1.1.0:= )
+   webp? ( >=media-libs/libwebp-0.6.0:= )
+   wmf? ( >=media-libs/libwmf-0.2.8 )
+   xpm? ( x11-libs/libXpm )
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   x11-themes/hicolor-icon-theme
+   gnome? ( gnome-base/gvfs )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   >=dev-lang/perl-5.10.0
+   dev-libs/appstream-glib
+   dev-util/gtk-update-icon-cache
+   >=dev-util/intltool-0.40.1
+   sys-apps/findutils
+   >=sys-devel/gettext-0.19
+   >=sys-devel/libtool-2.2
+   virtual/pkgconfig
+"
+
+DOCS=( "AUTHORS" "ChangeLog" "HACKING" "NEWS" "README" "README.i18n" )
+
+# Bugs 685210 (and duplicate 691070)
+PATCHES=(
+   "${FILESDIR}/${PN}-2.10_fix_test-appdata.patch"
+)
+
+src_prepare() {
+   sed -i -e 's/mypaint-brushes-1.0/mypaint-brushes-2.0/' configure.ac || 
die #737794
+
+   sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864
+   sed 's:-DGIMP_DISABLE_DEPRECATED:-DGIMP_protect_DISABLE_DEPRECATED:g' 
-i configure.ac || die 

[gentoo-commits] proj/musl:master commit in: /

2020-10-07 Thread Georgy Yakovlev
commit: 6ebb2a6834c425b2c8791cbccd02d74431f24ac0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct  8 02:56:58 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct  8 02:57:25 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6ebb2a68

.travis.yml: bump portage to latest one (faster)

Signed-off-by: Georgy Yakovlev  gentoo.org>

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a8a655b..a4af6c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ notifications:
 on_failure: always  # options: [always|never|change] default: always
 on_start: false # default: false
 env:
-- PORTAGE_VER="2.3.103"
+- PORTAGE_VER="3.0.8"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml pyyaml



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

2020-10-07 Thread Georgy Yakovlev
commit: 5b9961626b220d65de65524b55bb97f320c77786
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct  8 02:53:20 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct  8 02:54:23 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5b996162

x11-libs/vte: sync 0.28.2 with ::gentoo, disable py2.7

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

 ...e-0.28.2-r208.ebuild => vte-0.28.2-r209.ebuild} | 58 ++
 1 file changed, 4 insertions(+), 54 deletions(-)

diff --git a/x11-libs/vte/vte-0.28.2-r208.ebuild 
b/x11-libs/vte/vte-0.28.2-r209.ebuild
similarity index 60%
rename from x11-libs/vte/vte-0.28.2-r208.ebuild
rename to x11-libs/vte/vte-0.28.2-r209.ebuild
index 194d97a..0728488 100644
--- a/x11-libs/vte/vte-0.28.2-r208.ebuild
+++ b/x11-libs/vte/vte-0.28.2-r209.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 )
 
-inherit gnome2 python-r1
+inherit gnome2
 
 DESCRIPTION="GNOME terminal widget"
 HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips x86"
-IUSE="debug +introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc64 x86"
+IUSE="debug +introspection"
 
 RDEPEND="
>=dev-libs/glib-2.26:2
@@ -25,10 +23,6 @@ RDEPEND="
x11-libs/libXft
 
introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/pygtk:2[${PYTHON_USEDEP}]
-   )
 "
 DEPEND="${RDEPEND}
dev-util/gtk-doc-am
@@ -59,26 +53,7 @@ PATCHES=(
 
 DOCS="AUTHORS ChangeLog HACKING NEWS README"
 
-src_prepare() {
-   prepare_python() {
-   mkdir -p "${BUILD_DIR}" || die
-   }
-   if use python; then
-   python_foreach_impl prepare_python
-   fi
-
-   gnome2_src_prepare
-}
-
 src_configure() {
-   configure_python() {
-   ECONF_SOURCE="${S}" gnome2_src_configure --enable-python
-   }
-
-   if use python; then
-   python_foreach_impl run_in_build_dir configure_python
-   fi
-
local myconf=""
 
if [[ ${CHOST} == *-interix* ]]; then
@@ -99,33 +74,8 @@ src_configure() {
${myconf}
 }
 
-src_compile() {
-   gnome2_src_compile
-
-   compile_python() {
-   cd "${BUILD_DIR}"/python || die
-   ln -s "${S}"/src/libvte.la "${BUILD_DIR}"/src/ || die
-   mkdir -p "${BUILD_DIR}"/src/.libs || die
-   ln -s "${S}"/src/.libs/libvte.so "${BUILD_DIR}"/src/.libs/ || 
die
-   emake CPPFLAGS="${CPPFLAGS} -I${S}/src"
-   }
-
-   if use python; then
-   python_foreach_impl run_in_build_dir compile_python
-   fi
-}
-
 src_install() {
gnome2_src_install
 
-   install_python() {
-   cd "${BUILD_DIR}"/python || die
-   emake install DESTDIR="${D}" \
-   CPPFLAGS="${CPPFLAGS} -I${S}/src"
-   }
-   if use python; then
-   python_foreach_impl run_in_build_dir install_python
-   fi
-
rm -v "${ED}usr/libexec/gnome-pty-helper" || die
 }



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

2020-10-07 Thread Aaron W. Swenson
commit: 20834a764519fe27dcb0e41162a4f789207b324c
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Oct  8 02:30:52 2020 +
Commit: Aaron W. Swenson  gentoo  org>
CommitDate: Thu Oct  8 02:38:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20834a76

acct-user/pgbouncer: Add 'pgbouncer' user (UID 463)

Needed by dev-db/pgbouncer.

Bug: https://bugs.gentoo.org/701250
Signed-off-by: Aaron W. Swenson  gentoo.org>

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

diff --git a/acct-user/pgbouncer/metadata.xml b/acct-user/pgbouncer/metadata.xml
new file mode 100644
index 000..d6136db4ad3
--- /dev/null
+++ b/acct-user/pgbouncer/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pgsql-b...@gentoo.org
+PostgreSQL and Related Package Development
+  
+

diff --git a/acct-user/pgbouncer/pgbouncer-0.ebuild 
b/acct-user/pgbouncer/pgbouncer-0.ebuild
new file mode 100644
index 000..91bdbd6630f
--- /dev/null
+++ b/acct-user/pgbouncer/pgbouncer-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="PgBouncer program user"
+ACCT_USER_ID=463
+ACCT_USER_GROUPS=( postgres )
+acct-user_add_deps
+SLOT="0"



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

2020-10-07 Thread Sam James
commit: b65998952c3c23b02d3a95af7d5faaf2979f
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:30:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:30:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6599895

www-client/chromium: Stabilize 86.0.4240.75 amd64, #747013

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-client/chromium/chromium-86.0.4240.75.ebuild 
b/www-client/chromium/chromium-86.0.4240.75.ebuild
index a0d765b9ba4..c3160d8561b 100644
--- a/www-client/chromium/chromium-86.0.4240.75.ebuild
+++ b/www-client/chromium/chromium-86.0.4240.75.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon +hangouts headless 
+js-type-check kerberos official ozone ozone-wayland pic +proprietary-codecs 
pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc 
widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 REQUIRED_USE="



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

2020-10-07 Thread Sam James
commit: 12575ab29882c286ac56408be1e0a286b7cd3433
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:30:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:30:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12575ab2

www-client/chromium: arm64 stable (bug #747013)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/www-client/chromium/chromium-86.0.4240.75.ebuild 
b/www-client/chromium/chromium-86.0.4240.75.ebuild
index fcb525d806f..a0d765b9ba4 100644
--- a/www-client/chromium/chromium-86.0.4240.75.ebuild
+++ b/www-client/chromium/chromium-86.0.4240.75.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon +hangouts headless 
+js-type-check kerberos official ozone ozone-wayland pic +proprietary-codecs 
pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc 
widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 REQUIRED_USE="



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

2020-10-07 Thread Sam James
commit: d2e635c31868232524aa9948a0486244b39ba6ba
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e635c3

dev-util/spirv-tools: Stabilize 2020.3 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/spirv-tools/spirv-tools-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2020.3.ebuild 
b/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
index 36fe16cef68..b5188984143 100644
--- a/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-10-07 Thread Sam James
commit: 5c87d84765e57d841e9b7d7707ecc3418c9e9285
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c87d847

media-libs/vulkan-layers: Stabilize 1.2.141 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
index 0c11b39d58b..19ab3825264 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-10-07 Thread Sam James
commit: e85c1d678f100f758273aa3ff5010107fd324e92
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85c1d67

dev-util/vulkan-headers: Stabilize 1.2.143 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
index dd50bf7b34d..0f168cbffea 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-10-07 Thread Sam James
commit: c4198add10063d31ffe5fedcaa5254967864544f
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4198add

media-video/rav1e: Stabilize 0.3.3 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-video/rav1e/rav1e-0.3.3.ebuild 
b/media-video/rav1e/rav1e-0.3.3.ebuild
index 59cec7033f5..60e89eda3d9 100644
--- a/media-video/rav1e/rav1e-0.3.3.ebuild
+++ b/media-video/rav1e/rav1e-0.3.3.ebuild
@@ -179,7 +179,7 @@ else
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
-   KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="The fastest and safest AV1 encoder"



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

2020-10-07 Thread Sam James
commit: 6c93e169bf05d2174ce168a6b0bdfb38ae1350ca
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c93e169

dev-util/cargo-c: Stabilize 0.6.2 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/cargo-c/cargo-c-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cargo-c/cargo-c-0.6.2.ebuild 
b/dev-util/cargo-c/cargo-c-0.6.2.ebuild
index 6d7171ac354..aa47a35 100644
--- a/dev-util/cargo-c/cargo-c-0.6.2.ebuild
+++ b/dev-util/cargo-c/cargo-c-0.6.2.ebuild
@@ -153,7 +153,7 @@ RESTRICT="mirror"
 # use cargo-license for a more accurate license picture
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 x86"
 IUSE="libressl"
 
 DEPEND=""



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

2020-10-07 Thread Sam James
commit: a038714b8af2ef156bf35383840bb05647fcd74e
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a038714b

media-video/ffmpeg: Stabilize 4.3.1 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-video/ffmpeg/ffmpeg-4.3.1.ebuild 
b/media-video/ffmpeg/ffmpeg-4.3.1.ebuild
index 938bff91f55..38f0b02a308 100644
--- a/media-video/ffmpeg/ffmpeg-4.3.1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.3.1.ebuild
@@ -59,7 +59,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2020-10-07 Thread Sam James
commit: 65eab83c291accd80d2d78908da500849aad8d21
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65eab83c

dev-util/glslang: Stabilize 8.13.3743-r1 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/glslang/glslang-8.13.3743-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-8.13.3743-r1.ebuild 
b/dev-util/glslang/glslang-8.13.3743-r1.ebuild
index d32279af320..2714fd704bc 100644
--- a/dev-util/glslang/glslang-8.13.3743-r1.ebuild
+++ b/dev-util/glslang/glslang-8.13.3743-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}/${PN}-${SNAPSHOT_COMMIT}"
 fi
 



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

2020-10-07 Thread Sam James
commit: fc3854943bb5a63ff5d44b0e944d767913b37b37
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc385494

dev-util/spirv-headers: Stabilize 1.5.3 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/spirv-headers/spirv-headers-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
index 81d519250a4..9b850547b21 100644
--- a/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2020-10-07 Thread Sam James
commit: 6bc63140f242e1cbb0b9dbf79cf679f4ebaf5cd3
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 02:27:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 02:27:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc63140

media-libs/vulkan-loader: Stabilize 1.2.141-r1 arm64, #738238

Signed-off-by: Sam James  gentoo.org>

 media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
index 2f892884818..5f29407c5d9 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2020-10-07 Thread Sam James
commit: efc37133c2d5568f52db210c2fdd0c14a042efaa
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc37133

kde-plasma/xembed-sni-proxy: Stabilize 5.19.5-r1 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5-r1.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5-r1.ebuild
index 6a85ef32c1a..22ed031a915 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5-r1.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.19.5-r1.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2020-10-07 Thread Sam James
commit: b1cb355e6e5f9b837e6d4b3b8f0af497fdd297d2
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cb355e

kde-plasma/plasma-meta: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild
index 0eadcf507b7..18a7aeba637 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.19.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager +elogind grub gtk +handbook +kwallet +legacy-systray
 +networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2020-10-07 Thread Sam James
commit: 1a5b028003a77a6d83e7502d504d5fed3ac0e2d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5b0280

kde-plasma/oxygen: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/oxygen/oxygen-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/oxygen/oxygen-5.19.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.19.5.ebuild
index da2f48a4164..f856859339e 100644
--- a/kde-plasma/oxygen/oxygen-5.19.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.19.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/oxygen;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="wayland"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2020-10-07 Thread Sam James
commit: 994b09ad8df3811285b81bad8af4d99ed01b9d53
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994b09ad

kde-plasma/polkit-kde-agent: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.5.ebuild
index 3ae4d51c8f8..d46955297ea 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/

2020-10-07 Thread Sam James
commit: 24165b2263dd3fadcf203be6bcad2583b0796ea3
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24165b22

sys-apps/xdg-desktop-portal: Stabilize 1.8.0 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0.ebuild
index 043e274493a..f272c6ac76b 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="geolocation screencast"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2020-10-07 Thread Sam James
commit: 00f5defa15f342060bab036b2523560b3e9ccc54
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f5defa

kde-plasma/plasma-sdk: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
index f69a57f7cb7..9aa04126da8 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.19.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/

2020-10-07 Thread Sam James
commit: 7a204fae8435c50bfff0c80ada0db22e1c7ff7c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a204fae

kde-plasma/user-manager: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/user-manager/user-manager-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/user-manager/user-manager-5.19.5.ebuild 
b/kde-plasma/user-manager/user-manager-5.19.5.ebuild
index 5a995234a70..280dbedb3e7 100644
--- a/kde-plasma/user-manager/user-manager-5.19.5.ebuild
+++ b/kde-plasma/user-manager/user-manager-5.19.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Simple system settings module to manage the 
users of your system"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2020-10-07 Thread Sam James
commit: 0fd79ae813dff4f2aff91b359464db1d000fc009
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd79ae8

kde-plasma/plasma-workspace-wallpapers: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 .../plasma-workspace-wallpapers-5.19.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild
index 3d85e7d2e54..56aeacaf1b5 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.19.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-gtk-module/

2020-10-07 Thread Sam James
commit: 1a59174e7f4ff069817538f2c16530f6c608fce4
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a59174e

x11-misc/appmenu-gtk-module: Stabilize 0.7.3-r1 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild 
b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild
index 3d6fb689e68..78cead76656 100644
--- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild
+++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.com/vala-panel-project/vala-panel-appmenu/uploads/570a2d
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2020-10-07 Thread Sam James
commit: e74c8efd662ba587f7e6691d8a53eda1833c01f9
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74c8efd

kde-plasma/plasma-browser-integration: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 .../plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild
index 061929d3125..91ada7c6510 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.19.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Integrate Chrome/Firefox better into Plasma 
through browser extensi
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2020-10-07 Thread Sam James
commit: fc02364e899d7d44742dbe9598f0392530122f44
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc02364e

kde-plasma/plymouth-kcm: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild
index 303d16136d8..01b5e879921 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.19.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



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

2020-10-07 Thread Sam James
commit: 9acdcd8e257e38e9c6c906bc9aab639fc7d01741
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acdcd8e

kde-plasma/plasma-desktop: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-desktop/plasma-desktop-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.19.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.19.5.ebuild
index 2e444761f4a..c3f9e924568 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.19.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.19.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="emoji +fontconfig ibus scim +semantic-desktop"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/

2020-10-07 Thread Sam James
commit: 8b84bdf3ef92a6a235a7888bd83b3b099c4e1c21
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b84bdf3

kde-plasma/libksysguard: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/libksysguard/libksysguard-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libksysguard/libksysguard-5.19.5.ebuild 
b/kde-plasma/libksysguard/libksysguard-5.19.5.ebuild
index c7f24e44e56..cf0bfe42b84 100644
--- a/kde-plasma/libksysguard/libksysguard-5.19.5.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.19.5.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
 DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
 SLOT="5/9"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="webengine X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2020-10-07 Thread Sam James
commit: 5cb7c9b23eae6036a9b853933b8b69d928000c8c
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb7c9b2

kde-plasma/sddm-kcm: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/sddm-kcm/sddm-kcm-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.19.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.19.5.ebuild
index ad9e8382dae..c5aa154aac7 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.19.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.19.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2020-10-07 Thread Sam James
commit: 324fcdbc2a2fc9420c6cf04ae41593de3f76e857
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324fcdbc

kde-plasma/plasma-workspace: Stabilize 5.19.5-r2 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild
index ffb0fe76c1d..472f6c66c2d 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.19.5-r2.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="appstream +calendar geolocation gps qalculate qrcode +semantic-desktop 
systemd telemetry"
 
 REQUIRED_USE="gps? ( geolocation )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2020-10-07 Thread Sam James
commit: cfff83db83b0c961a4750cc622f0af4dacaefb6c
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfff83db

kde-plasma/plasma-nm: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
index 88b420bbcba..69089da378c 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.19.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2020-10-07 Thread Sam James
commit: dd6cb5da6856631becff2aea7eb63b06c632
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6cb5da

kde-plasma/powerdevil: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.19.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.19.5.ebuild
index 8f546100a5e..e2c03a38d2c 100644
--- a/kde-plasma/powerdevil/powerdevil-5.19.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.19.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="brightness-control +wireless"
 
 DEPEND="



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

2020-10-07 Thread Sam James
commit: eca7551eb6e9d9822d61a4d9a668654dd1fa7a57
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca7551e

media-video/pipewire: Stabilize 0.3.10 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-video/pipewire/pipewire-0.3.10.ebuild 
b/media-video/pipewire/pipewire-0.3.10.ebuild
index 08a1bbf37d9..4e3f50346a9 100644
--- a/media-video/pipewire/pipewire-0.3.10.ebuild
+++ b/media-video/pipewire/pipewire-0.3.10.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/PipeWire/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2020-10-07 Thread Sam James
commit: 3662067f530724d6c77efa76af352d4285f102aa
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3662067f

kde-plasma/xdg-desktop-portal-kde: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.5.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.5.ebuild
index c3030f9c61d..ccd6c0f879a 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.5.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.19.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="screencast"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/milou/

2020-10-07 Thread Sam James
commit: a44c5cc438c43bf9df2dc9bc92441d03a0cbbb98
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44c5cc4

kde-plasma/milou: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/milou/milou-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/milou/milou-5.19.5.ebuild 
b/kde-plasma/milou/milou-5.19.5.ebuild
index 90bfd4269dc..724be14a7ba 100644
--- a/kde-plasma/milou/milou-5.19.5.ebuild
+++ b/kde-plasma/milou/milou-5.19.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/milou;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/

2020-10-07 Thread Sam James
commit: 2732f68c9c40ca8762bd316d506d3c73157313ca
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2732f68c

kde-plasma/systemsettings: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/systemsettings/systemsettings-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.19.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.19.5.ebuild
index 2452e482dfe..f14cde3ad19 100644
--- a/kde-plasma/systemsettings/systemsettings-5.19.5.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.19.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Control Center to configure KDE Plasma desktop"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2020-10-07 Thread Sam James
commit: d56d09463aa11eb9b3591da0bb2e47f4d84c3a7b
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56d0946

kde-plasma/plasma-pa: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.19.5.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.19.5.ebuild
index ba15ef03c38..224c7bd36a8 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.19.5.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.19.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2020-10-07 Thread Sam James
commit: 452e49cbf66311ca963a51cec22b16b0e7ccf5b7
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452e49cb

kde-plasma/plasma-integration: Stabilize 5.19.5-r1 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
index d4f648250e5..ad56b885e44 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.19.5-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2020-10-07 Thread Sam James
commit: d3fc700da244a2e9cc69ce6f0ff004020e1c3c8f
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fc700d

kde-plasma/plasma-vault: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.19.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.19.5.ebuild
index 3d2eb4cde18..8d48bdb0e50 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.19.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.19.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/

2020-10-07 Thread Sam James
commit: 165be306f58545ea79d405a3cd518e3ea41c3aec
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 00:55:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:55:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165be306

kde-plasma/libkworkspace: Stabilize 5.19.5 arm64, #741861

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/libkworkspace/libkworkspace-5.19.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libkworkspace/libkworkspace-5.19.5.ebuild 
b/kde-plasma/libkworkspace/libkworkspace-5.19.5.ebuild
index 0257e5c9c03..ccb11d117c2 100644
--- a/kde-plasma/libkworkspace/libkworkspace-5.19.5.ebuild
+++ b/kde-plasma/libkworkspace/libkworkspace-5.19.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma 
session manager"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] proj/musl:master commit in: sys-apps/gentoo-functions/files/, sys-apps/gentoo-functions/

2020-10-07 Thread Georgy Yakovlev
commit: 7b05fe46328060611df260888d7aa05d9347eda0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct  8 02:15:31 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct  8 02:16:29 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7b05fe46

sys-apps/gentoo-functions: drop, ::gentoo version works fine.

Closes: https://bugs.gentoo.org/690426
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/gentoo-functions/Manifest |  1 -
 .../files/gentoo-functions-sysmacros.patch | 32 --
 .../gentoo-functions/gentoo-functions-0.12.ebuild  | 32 --
 sys-apps/gentoo-functions/metadata.xml | 21 --
 4 files changed, 86 deletions(-)

diff --git a/sys-apps/gentoo-functions/Manifest 
b/sys-apps/gentoo-functions/Manifest
deleted file mode 100644
index 34ce1ac..000
--- a/sys-apps/gentoo-functions/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gentoo-functions-0.12.tar.gz 11514 BLAKE2B 
88f626a977b6f7b7cde2df452b91ef9570d29f3e6488d23859077b4d31a441dd0eb9cc473263e06a67dd90b714e24cbcfc09d4c4003f9cd29c8b7aeb0f3c91f9
 SHA512 
181e09216e1ed78f590e0bb50c60cfb0295bfeef335ed6c957ea7f2a1d6145d91c0a6dc4377bd6cd538fb4e5871e9a5ef8332d91bc91931792d5f05f62bc4705

diff --git a/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch 
b/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch
deleted file mode 100644
index 7358ecd..000
--- a/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 1518beca0b5a2730a87da9ce82299ef6469bfe8a Mon Sep 17 00:00:00 2001
-From: "Anthony G. Basile" 
-Date: Fri, 23 Aug 2019 11:29:06 -0400
-Subject: [PATCH] consoletype.c: update header to 
-
-This is an update to commit 53b60b4.  Recent changes in musl have
-removed the inclusion of  from .
-Now the macros major()/minor() require the inclusion of the former
-header.  This change does not affect glibc nor earlier versions of
-musl, but is required for musl 1.1.23 and later.
-
-Signed-off-by: Anthony G. Basile 

- consoletype.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/consoletype.c b/consoletype.c
-index 0eb7a07..ece0d5f 100644
 a/consoletype.c
-+++ b/consoletype.c
-@@ -13,7 +13,7 @@
- #include 
- #include 
- #include 
--#include 
-+#include 
- #include "headers.h"
- 
- enum termtype {
--- 
-2.21.0
-

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
deleted file mode 100644
index 382477b..000
--- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/gentoo/${PN}.git;
-else
-   SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
-fi
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="base functions required by all Gentoo systems"
-HOMEPAGE="https://www.gentoo.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-   tc-export CC
-   append-lfs-flags
-   eapply "${FILESDIR}"/${PN}-sysmacros.patch
-   eapply_user
-}
-
-src_install() {
-   emake install DESTDIR="${ED}"
-}

diff --git a/sys-apps/gentoo-functions/metadata.xml 
b/sys-apps/gentoo-functions/metadata.xml
deleted file mode 100644
index 1cc4955..000
--- a/sys-apps/gentoo-functions/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   willi...@gentoo.org
-
-
-   bluen...@gentoo.org
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
-   This package contains base shell functions which are required by
-   all Gentoo systems.
-
-
-   gentoo/gentoo-functions
-
-



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

2020-10-07 Thread Sam James
commit: 6bdbe516ceaa06290656aaf3d722963ae116e05e
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 23:50:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 00:37:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdbe516

profiles/arch/arm64/use.mask: unmask pypy3 targets

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/arm64/use.mask| 5 +
 profiles/arch/arm64/use.stable.mask | 5 +
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index df624451a53..7321f9dd4bf 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -4,6 +4,11 @@
 # Unmask the flag which corresponds to ARCH.
 -arm64
 
+# Sam James  (2020-10-08)
+# PyPy3 works on arm64
+-python_targets_pypy3
+-python_single_target_pypy3
+
 # David Seifert  (2020-10-08)
+# Not enough packages stable w/ PyPy3 support
+python_targets_pypy3
+python_single_target_pypy3
+
 # Sam James  (2020-10-07)
 # app-misc/lirc not stable yet
 # dev-db/tokyocabinet not stable yet



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

2020-10-07 Thread Thomas Deutschmann
commit: 7cc0c88cde66aeb1fce25e50cebc77e9f9546f42
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct  8 00:15:39 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct  8 00:15:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc0c88c

dev-util/jenkins-bin: bump to v2.249.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.249.2.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 66a1db925f6..7c7923ada54 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,3 +1,4 @@
 DIST jenkins-bin-2.235.5.war 66477424 BLAKE2B 
d4917468af085358c98bd5cfe9c31232584a18a74d01e962d594dc2ea3db75d4efabf411dbf568837b56e8230d831f3c88ea4e54f1a965f570772265989a9be7
 SHA512 
2c9d720dfb87f68dc57e5b2b750d2cbeb24efe65decfee13f4e96b578d3b460e0e00e713a90ee9a32dc1e5c2976455f3598f1c023a279da50b0622284529487e
 DIST jenkins-bin-2.249.1.war 67394283 BLAKE2B 
c63120bd478d6cdc772935445c37e222ef274f5108023e18a598fb131e380aa5fb17baeab7d7d1cc0d01b776cb5693d28e0f2fa1d48b253ff490e66f0131cec5
 SHA512 
19a7d0e496b257c9b2c0d7862cff2c9c6221fc87cfa8da6064d316c4fb81a51a10f67a4fb10d30ba645c5f97346d440d45389a8de13c7854474fc816bf23aaac
+DIST jenkins-bin-2.249.2.war 67399569 BLAKE2B 
df3d954988370a47d90363a01de97f17a92cb4d93049ceacea80f7d2a92195cd1e95b1f3780521efa166aee1058949f0e8861b887d6da5b0f0126a2579d22595
 SHA512 
0300369b3c427420a9c41ee17f3e098c77f14b25597059d740fdbea03f3679ce56d9e154d7765601274cd9dc866939595f7728bc2b8b8a0ef3ea131378648a98
 DIST jenkins-bin-2.252.war 67396384 BLAKE2B 
6476b03a8dcc73f61f151c6187ebd275ed3fb8f352478e0e135406d9dcab150a360ba6b7b9a8ca82d0ed24e5294bd77755497ba7ec9df72b0487f8341eb9d9e5
 SHA512 
c9a0b1676155f66e0cfbc97762c663ce4d968d2be296e03aa29d4670dfcea6e432340bf424076951c268b28766fbba84efaff397b2ba50fadb9ca04f5bb52236

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.249.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.249.2.ebuild
new file mode 100644
index 000..8ab8d5db213
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.249.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2020-10-07 Thread Thomas Deutschmann
commit: d14c094470314538b0449e58b1d4a63791ce3b05
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct  8 00:18:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct  8 00:18:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c0944

dev-util/jenkins-bin: bump to v2.260

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-util/jenkins-bin/Manifest |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.260.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 7c7923ada54..2f4e2138fed 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -2,3 +2,4 @@ DIST jenkins-bin-2.235.5.war 66477424 BLAKE2B 
d4917468af085358c98bd5cfe9c3123258
 DIST jenkins-bin-2.249.1.war 67394283 BLAKE2B 
c63120bd478d6cdc772935445c37e222ef274f5108023e18a598fb131e380aa5fb17baeab7d7d1cc0d01b776cb5693d28e0f2fa1d48b253ff490e66f0131cec5
 SHA512 
19a7d0e496b257c9b2c0d7862cff2c9c6221fc87cfa8da6064d316c4fb81a51a10f67a4fb10d30ba645c5f97346d440d45389a8de13c7854474fc816bf23aaac
 DIST jenkins-bin-2.249.2.war 67399569 BLAKE2B 
df3d954988370a47d90363a01de97f17a92cb4d93049ceacea80f7d2a92195cd1e95b1f3780521efa166aee1058949f0e8861b887d6da5b0f0126a2579d22595
 SHA512 
0300369b3c427420a9c41ee17f3e098c77f14b25597059d740fdbea03f3679ce56d9e154d7765601274cd9dc866939595f7728bc2b8b8a0ef3ea131378648a98
 DIST jenkins-bin-2.252.war 67396384 BLAKE2B 
6476b03a8dcc73f61f151c6187ebd275ed3fb8f352478e0e135406d9dcab150a360ba6b7b9a8ca82d0ed24e5294bd77755497ba7ec9df72b0487f8341eb9d9e5
 SHA512 
c9a0b1676155f66e0cfbc97762c663ce4d968d2be296e03aa29d4670dfcea6e432340bf424076951c268b28766fbba84efaff397b2ba50fadb9ca04f5bb52236
+DIST jenkins-bin-2.260.war 67242153 BLAKE2B 
3d454bb987b39a3e214ff3dc61648d0533724766bf0eb7a40b5d6b208d0e2baa4f083a559a51b468f920d352b52d55a614eb8551d148bdadd9c3efaf73be8205
 SHA512 
38da0ddae2dde6e4d26a7a49f952073838574282d68169f5d2d0359a9c906f5d294cf58dfe930cac2585018b5e89dfbd59c7525d396b2a88c26bbb8485275353

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.260.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.260.ebuild
new file mode 100644
index 000..231d58c8748
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.260.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+RESTRICT="mirror"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2020-10-07 Thread Thomas Deutschmann
commit: e1cb07e29d03cd8c4c874acd904dfb8ce505a45f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct  8 00:08:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct  8 00:08:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cb07e2

www-apps/chromedriver-bin: bump to v86.0.4240.22

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apps/chromedriver-bin/Manifest |  1 +
 .../chromedriver-bin-86.0.4240.22.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/www-apps/chromedriver-bin/Manifest 
b/www-apps/chromedriver-bin/Manifest
index b1c230f708c..4a6a8a0260a 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1,3 +1,4 @@
 DIST chromedriver-bin-83.0.4103.39.linux64.zip 5222065 BLAKE2B 
7d801205bcd0174d1d622b8e3c6c755f1dfae1fd4bf1bc225dbd05bd0d868c300d7bf442a39f29525d4af1f54c0f2e46b233d433d70523d48df15a30aa1a89f0
 SHA512 
9cb02938cef436dcf0b3f54e5ce668de86e9afc702a1903e2f35ecabcbd4c468f525ff3c6b079eb88b14c1a956bc070fa281fdf64d9d54027254f769c00d24f9
 DIST chromedriver-bin-84.0.4147.30.linux64.zip 5306126 BLAKE2B 
2ee0a05eaa42e4724634251fd44d81a2d96f7486db40dc570c01f96cf16124fe2d666e110a4b9c6cd06adf38181c0b2aa3a38beb4ec59fbd65a98cba466fca71
 SHA512 
ec010c80958439427567c12c714afd5e15f80a9ccb7120e9539986d1af931eb063ad50b709cfa6495bb5a214027ed8531007d4497a01b26a94259aa4a2525f2d
 DIST chromedriver-bin-85.0.4183.83.linux64.zip 5359562 BLAKE2B 
020370d0cd42f2af0c81e9ef02802a895e2d566454a27d5a80b8607ca3a83c7ca1ec8ece0ed997b5de70a725134d9c2f0a52765c3f1786b3050f9abbcac3d5d8
 SHA512 
ba26945906ac6a2b9c724917d8f2e82e9bc26fd601a91a390b637a8dfcecaa57a3acfcf376d316b75ba559b61858a6732cb04332c6c1c661927322ef623a62b8
+DIST chromedriver-bin-86.0.4240.22.linux64.zip 5456932 BLAKE2B 
9a54a5b45e04069c326aafd0d5dd60663556b793dd756e28e82b7cbbe9c232d56c3722017fc2c792e79e2ba7705e4590dc6435ca090e756f87d3dd8e28ca3b5e
 SHA512 
f61bc8a3f48eb3c6dbb51d8fdef93000150307cc0824dc5ffaa155aaa598ba7bd1aab723e41c1aa0eb317603c93f2c661e8fc14403179fe5bd18b317935f5a1e

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild
new file mode 100644
index 000..c96967a171b
--- /dev/null
+++ b/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="WebDriver for Chrome"
+HOMEPAGE="https://sites.google.com/a/chromium.org/chromedriver;
+SRC_URI="amd64? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip -> 
${P}.linux64.zip )"
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="bindist mirror strip"
+
+BDEPEND="app-arch/unzip"
+
+RDEPEND="!www-client/chromium
+   www-client/google-chrome"
+
+S="${WORKDIR}"
+QA_PREBUILT="usr/bin/chromedriver"
+
+src_install()
+{
+   dobin chromedriver
+}



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

2020-10-07 Thread Marc Schiffbauer
commit: 1e4287bad250023635809ee2f9a960728cea0c92
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Wed Oct  7 23:20:04 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Wed Oct  7 23:20:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4287ba

app-admin/restart-services: add new version 0.16.1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-admin/restart-services/Manifest|  1 +
 .../restart-services-0.16.1.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/app-admin/restart-services/Manifest 
b/app-admin/restart-services/Manifest
index 52ddca91c89..c0262fe38f5 100644
--- a/app-admin/restart-services/Manifest
+++ b/app-admin/restart-services/Manifest
@@ -1,2 +1,3 @@
 DIST restart-services-0.15.2.tgz 23688 BLAKE2B 
e043b872d55109ad176a6437006cf581a993e72e460bb034625ed612f9ceca85ef91a20e90f23bcecc964caa527cfa4bc39d97c52487b7bf92eec21dc2e35c48
 SHA512 
afe7c96aabf61d664460d5d68447df09b3d9a54098887727db796821220f5ddd5a3b5030d995d5a6c3128e4a2b8494b9a0a3b86b5c805d56c0e201058ad04327
 DIST restart-services-0.16.0.tgz 24531 BLAKE2B 
fea233755d214a502096551226078a7fe15a75ccf937bbf8a75c78b7a294b5977da453f54f37e3d7e65f131e49e018bf08bec6245a3aa46ec6c3bec94019f5ad
 SHA512 
57b3514132c02839cafbfd9152445a6482cf3591e22d18436a4d894061b59d2495863a912a87495559e9945a39715e7e798dca44dafd52c26b5412d749f37cc2
+DIST restart-services-0.16.1.tgz 24569 BLAKE2B 
210ffebf321d9524ee3176ac8d56e2579c9e1686bd11d484be02600aab70347c522d5e7f8826b103ebd37f3e21c11130e0717f033ac0af3e938c4cece1a036bb
 SHA512 
d4657120860ec26a2d9e6cdd935d720dac2bff50131fc9e8efd69b4768a5fd9afa4ee24b367a002122f3e1b335e9c99cc6b41c801c0285252e6f5e701d027de1

diff --git a/app-admin/restart-services/restart-services-0.16.1.ebuild 
b/app-admin/restart-services/restart-services-0.16.1.ebuild
new file mode 100644
index 000..874ac8f3552
--- /dev/null
+++ b/app-admin/restart-services/restart-services-0.16.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
+HOMEPAGE="https://dev.gentoo.org/~mschiff/restart-services/;
+SRC_URI="https://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+   app-admin/lib_users
+   sys-apps/openrc
+   app-portage/portage-utils
+"
+
+src_install() {
+   dosbin restart-services
+   doman restart-services.1
+   keepdir /etc/restart-services.d
+   insinto /etc
+   doins restart-services.conf
+   dodoc README CHANGES
+
+   sed -i 's/^#include/include/' "${D}"/etc/restart-services.conf
+   cat>"${D}"/etc/restart-services.d/00-local.conf<<-EOF
+   # You may put your local changes here or in any other *.conf file
+   # in this directory so you can leave /etc/restart-services.conf as is.
+   # Example:
+   # *extend* SV_ALWAYS to match 'myservice'
+   # SV_ALWAYS+=( myservice )
+   EOF
+}
+
+pkg_postinst() {
+   local MAJOR MINOR
+   # migrate config data for versions < 0.13.2
+   if [[ $REPLACING_VERSIONS ]]; then
+   MAJOR=${REPLACING_VERSIONS%%.*}
+   MINOR=${REPLACING_VERSIONS%.*}
+   MINOR=${MINOR#*.}
+
+   if [[ $MAJOR -eq 0 && $MINOR -lt 14 ]]; then
+   einfo "Checking for old config"
+   if [[ -f /etc/restart_services.conf ]]; then
+   ewarn "Old config file found: 
/etc/restart_services.conf"
+   ewarn "It will be ignored so please migrate 
settings to a file in"
+   ewarn "/etc/restart-services.d/ and/or remove 
/etc/restart_services.conf"
+   fi
+   if [[ -d /etc/restart_services.d ]]; then
+   ewarn "Old config directory found: 
/etc/restart_services.d"
+   ewarn "It will be ignored so please migrate 
files to /etc/restart-services.d"
+   ewarn "and/or remove /etc/restart_services.d"
+   fi
+   einfo "done"
+   fi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/

2020-10-07 Thread Kent Fredric
commit: ff8678eb2b3bf6631352b99362c1f5326a4bcaeb
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Oct  7 23:07:28 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Oct  7 23:10:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8678eb

dev-perl/Cpanel-JSON-XS: Bump to version 4.240.0

Upstream:
- Fix decode_json($json, $allow_nonref) failing to reject
  $json that decode to non-references when $allow_nonref
  is false.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild   | 50 ++
 dev-perl/Cpanel-JSON-XS/Manifest   |  1 +
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild 
b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild
new file mode 100644
index 000..8a5333fa953
--- /dev/null
+++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.240.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RURBAN
+DIST_VERSION=4.24
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Math-BigInt-1.160.0
+   virtual/perl-Carp
+   >=virtual/perl-Encode-1.980.100
+   virtual/perl-Exporter
+   virtual/perl-XSLoader
+   >=virtual/perl-podlators-2.80.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Data-Dumper
+   virtual/perl-Test
+   virtual/perl-Test-Simple
+   virtual/perl-Time-Piece
+   )
+"
+src_compile() {
+   mymake=(
+   "OPTIMIZE=${CFLAGS}"
+   )
+   perl-module_src_compile
+}
+src_test() {
+   ewarn "Comprehensive testing may require manual installation of 
dependencies"
+   ewarn " See: 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Tests;
+   perl-module_src_test
+}
+pkg_postinst() {
+   ewarn "This package provides 'cpanel_json_xs' in PATH, which includes 
optional features"
+   ewarn "otherwise not automatically made available yet. If you desire to 
use these,"
+   ewarn "please consult:"
+   ewarn " 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Optional_Features;
+}

diff --git a/dev-perl/Cpanel-JSON-XS/Manifest b/dev-perl/Cpanel-JSON-XS/Manifest
index 71d9d306669..e7c8021b0d0 100644
--- a/dev-perl/Cpanel-JSON-XS/Manifest
+++ b/dev-perl/Cpanel-JSON-XS/Manifest
@@ -1,3 +1,4 @@
 DIST Cpanel-JSON-XS-4.19.tar.gz 251461 BLAKE2B 
fa22192d017fc41327e71b84f47e3939765b0c48586cc31876f744c2a51a93b36f6d41b8c9f92bba04875123604efe3fed6a486839dbfb39623cb2a4a4064087
 SHA512 
c67b62e8f95900cb3626357cfa9976f1553f84ffd10a977d47839ca3b317014473c3a6e48f6680478b89bbdc2ac177b22441ad5e49e7e8eb0344ef14a3c52b10
 DIST Cpanel-JSON-XS-4.21.tar.gz 253372 BLAKE2B 
ad090f758d4b7b1f81ee01cb7860a952ca25c028c8043e33898593eb4818e5746d56eed0101656d95b68be54d68589ee7bb174e09e990d4a139448b422e8c542
 SHA512 
1408fed400e3e792af156695a5437e479a30cafb7d0597afc80c04de9b46882b67f75920f5f32047ed498bf088c9430108cea6863cfd2e6314765688f2c610e0
 DIST Cpanel-JSON-XS-4.23.tar.gz 253594 BLAKE2B 
e9cb66c58015f6b83f00f588e9afc7c360182b67ceffcb90a76c2ebb1ad922250a5f2cec1049a79aea03789248d89669b4c787017bfdb6710f8576ab1e5b2948
 SHA512 
1c0d70ff85a2217c2b326c8002766e237966e0fcdac447fbb5108a5ba98b2771db17731853f2f7bedf85c337c7f6e18333c2c235830a17e152e7838bd168d0f9
+DIST Cpanel-JSON-XS-4.24.tar.gz 254008 BLAKE2B 
4449d0d562388c547ab26e87048b49d2e77e7508c8bc2c4db4af562ecfed768452cea1daca60e8ce59ed464b9d4ceca17d73326a16bec3e3a6d42bd6e13df7fe
 SHA512 
311746bd6d686f758db4507c1219675b262205a8d798662b8f5521d3f9c7d76678580a30e26281b461647763d552cb76fdbbcf4aa1737dc7c7416364179741bb



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

2020-10-07 Thread Steve Arnold
commit: 7f1e7fafe1ce27758f59f65282b93b1b70f3badd
Author: Steve Arnold  gentoo  org>
AuthorDate: Wed Oct  7 22:47:07 2020 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Wed Oct  7 22:48:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1e7faf

net-misc/ntpsec: short-circuit broken asciidoctor version parsing

* update doc use flag for new upstream default

Closes: https://bugs.gentoo.org/746872
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Steve Arnold  gentoo.org>

 .../ntpsec-1.1.9-remove-asciidoctor-from-config.patch  | 14 ++
 net-misc/ntpsec/ntpsec-1.1.9.ebuild|  9 +++--
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git 
a/net-misc/ntpsec/files/ntpsec-1.1.9-remove-asciidoctor-from-config.patch 
b/net-misc/ntpsec/files/ntpsec-1.1.9-remove-asciidoctor-from-config.patch
new file mode 100644
index 000..1f483ce33fb
--- /dev/null
+++ b/net-misc/ntpsec/files/ntpsec-1.1.9-remove-asciidoctor-from-config.patch
@@ -0,0 +1,14 @@
+--- a/wafhelpers/asciidoc.py   2020-10-06 20:14:47.040245129 -0700
 b/wafhelpers/asciidoc.py   2020-10-06 20:17:48.100394117 -0700
+@@ -37,9 +37,9 @@
+ # asciidoc versions 8.6.5-8.6.7 throw warnings for warp.adoc and versions
+ # < 8.6.4 have no HTML5 backend.
+ # asciidoc3 versions < 3.0.2 throw errors.
+-adoc_list = [['asciidoctor', (1, 5, 8)],
+- ['asciidoc', (8, 6, 8)],
++adoc_list = [['asciidoc', (8, 6, 8)],
+  ['asciidoc3', (3, 0, 2)],
++ ['asciidoctor-bad', (1, 5, 8)],
+  ]
+ for progname, asciidocminver in adoc_list:
+ if 'BIN_ASCIIDOC' not in ctx.env or ctx.env.BIN_ASCIIDOC == []:

diff --git a/net-misc/ntpsec/ntpsec-1.1.9.ebuild 
b/net-misc/ntpsec/ntpsec-1.1.9.ebuild
index 1af747e2e91..51381f4b16b 100644
--- a/net-misc/ntpsec/ntpsec-1.1.9.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.1.9.ebuild
@@ -48,7 +48,7 @@ RDEPEND="${CDEPEND}
acct-user/ntp
 "
 DEPEND="${CDEPEND}
-   app-text/asciidoc
+   >=app-text/asciidoc-8.6.8
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
sys-devel/bison
@@ -56,6 +56,11 @@ DEPEND="${CDEPEND}
rclock_pps? ( net-misc/pps-tools )
 "
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.1.8-fix-missing-scmp_sys-on-aarch64.patch"
+   "${FILESDIR}/${P}-remove-asciidoctor-from-config.patch"
+)
+
 WAF_BINARY="${S}/waf"
 
 src_prepare() {
@@ -87,7 +92,7 @@ src_configure() {
--nopyo
--refclock="${CLOCKSTRING}"
--build-epoch="$(date +%s)"
-   $(use doc   && echo "--enable-doc")
+   $(use doc   || echo "--disable-doc")
$(use early && echo "--enable-early-droproot")
$(use gdb   && echo "--enable-debug-gdb")
$(use samba && echo "--enable-mssntp")



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

2020-10-07 Thread William Hubbs
commit: fc71f236d950427e7aa44ce228c38d9ca3989d80
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct  7 22:32:39 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct  7 22:35:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc71f236

app-misc/go-jira: 1.0.27 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-misc/go-jira/Manifest  |   3 +
 app-misc/go-jira/go-jira-1.0.27.ebuild | 135 +
 2 files changed, 138 insertions(+)

diff --git a/app-misc/go-jira/Manifest b/app-misc/go-jira/Manifest
index 4b9c0ca18e3..535bc72da3b 100644
--- a/app-misc/go-jira/Manifest
+++ b/app-misc/go-jira/Manifest
@@ -55,6 +55,8 @@ DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.6.mod 45 
BLAKE2B a7d3b1ffaf20
 DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.6.zip 19084 BLAKE2B 
25ef98ad68b5c09f30a022e01b72b19a65d94227869dec715bfe4500da6e831775b45b1bf250b30f0d4d88c99b67e8cb82a7ac8021671060d067ab78e4a5a48a
 SHA512 
2fdddfa840e46313407268423729c6d7886acf78f5aaa9de7d307a6e53c513a095bbbe50dabd49a10c48e43efffedf80f57a7bd715488100baab69cb58cfcd4f
 DIST github.com%2Fmgutz%2Fansi%2F@v%2Fv0.0.0-20170206155736-9520e82c474b.mod 
29 BLAKE2B 
ced49475e4e8b7199364d477553bbdf91390d5969a6840e688e9d24d70afcf28ede7ef8fc09c89f23a32bfd65bc0bf9f9b58261b693e5162189e37be03bfba2f
 SHA512 
93e7d64e25fc66cfcf514bf546e618198e32d2c35fadaec01684e9488489b484ee402efd301435eb2f725f086ea851ff0445fcdd26775848db3494795a09183b
 DIST github.com%2Fmgutz%2Fansi%2F@v%2Fv0.0.0-20170206155736-9520e82c474b.zip 
7444 BLAKE2B 
aa8d4a83365fb9de2c184015be855c1bb9a82772fc154390a13cf95bf5a755beb3544111e90e02121e5251729bbf0fe072de7b6f8f8ca6eccb2585430e88a839
 SHA512 
fcd99a4e9294362485d8f1f66283416c53b3079bbfdf3e9d1849fc1a9ebb61970563a9fe479f84fc9037f1fa7b820291026cf4072a3c81df2555876d02d99eb7
+DIST github.com%2Fmitchellh%2Fgo-wordwrap%2F@v%2Fv1.0.1.mod 49 BLAKE2B 
e24bba94c32d1da53c6adda9292b3b7dbdf4407f9741c5dfd9b949f73bb48a863435daa6c7b0b23e56e391208f7ea73cf50265389e4435cc47a9a8d3e7a0
 SHA512 
01fd9da74a329cefac997f48f887a75e3b71c58ea66ac8df86e97cc2e086b3ffe21447ea4d1ad4fcfaf9b36b37f299e4bae52583f4aff385128942b2d4a1aef8
+DIST github.com%2Fmitchellh%2Fgo-wordwrap%2F@v%2Fv1.0.1.zip 3740 BLAKE2B 
40fb0dba4182bb79505b7c951f364cbd9e210c469093d404f142a0ddc78af42014d0f3b2d24eca1b6439574bb2a704cdadf89b49c1c552d78d9ee7b6bfe2ca50
 SHA512 
157e3d27bef2a83469ee23214e5fe05a1af9b04db7d3287208e190760d835d1ecda31917f2e4d417a51299e2b3cc73f3c17a1568da07315022137946b591cc0a
 DIST github.com%2Folekukonko%2Ftablewriter%2F@v%2Fv0.0.3.mod 96 BLAKE2B 
5f923f8ad64702df318058cc4caae206fc5d780e024b0fd3fc242aaa16f6372c980802134ac1244d61467b2ee6f7f470c538d5558afb5c7c6f2af84855dc5fea
 SHA512 
ca249b01b9f5c81ca7818c1ec2c1527a5a615a255231ff9e2191033c8b48cdd60753a2a6a294e1358176c6f4b53ce7d6698ce15e6f30cccd42328595562816ca
 DIST github.com%2Folekukonko%2Ftablewriter%2F@v%2Fv0.0.3.zip 24724 BLAKE2B 
f2a763aadd785324adeac9bc1d69a80c6d7086b3e44219aa7d6bd11bf545da1b1de3f6fd63cefd5ddca71e652dfa9d496e8afb59afb9731d641d0174e5185a25
 SHA512 
c6a650cabf6d5f1b96f67f7ae703259b6b4976564255933d0643213d4ddeaac85f2760286fade3dda6aa8a28b700e1fb6290d3a22886fc739bdf552e67ebb143
 DIST github.com%2Fpkg%2Fbrowser%2F@v%2Fv0.0.0-20170505125900-c90ca0c84f15.mod 
30 BLAKE2B 
3addf97309c342e8d5bcf397c7c22cdf02eaa571e0632595f9268678a2ca0ef9818cad13ccb3444547d001994d137325cb2cae16fed3c080aa6e62f206a3f059
 SHA512 
c084d8b2c486f343a891b3b2d21200f80161f2ba1303ae17f7a482949b1c10562e7f87ca44b4258d32a1743b0eb66f842bc184d80fe349e9deb965215ab98b2c
@@ -75,6 +77,7 @@ DIST 
github.com%2Ftmc%2Fkeyring%2F@v%2Fv0.0.0-20171121202319-839169085ae1.mod 30
 DIST github.com%2Ftmc%2Fkeyring%2F@v%2Fv0.0.0-20171121202319-839169085ae1.zip 
7686 BLAKE2B 
b09bc829a9ff39c0985d8a02e7400e35dbd33a3c48ea22e8a07872fb120b10129f4c230b3ea87cafd56c7b1fdb7cf73c1919af0679e8607690a1122d6421b50d
 SHA512 
33439b0b3e31496917695c9fcfff87b8206a66a77362ee54356d0272bdedb95d7b51e031ce44cb6e1ae105ba6bf2dd17033c544553613311c8e5b4f757955aa5
 DIST go-jira-1.0.23.tar.gz 115977 BLAKE2B 
0b5ff8bbe2b2faeedd729daadd0646a89e5a68e26c9acf8e22750f490c7bcbd592485c2b86378036a1bb199a73a775b56355731d42460f8d89339b49b820
 SHA512 
d3fcc223c96cfc1885c7ee54e50518c6d5826b8b2231afa280b8c90c01e6413ddb0569b308ee9eae6d26bf87e59fb0913425481e6aecb78cb339f14e01194f9c
 DIST go-jira-1.0.26.tar.gz 129521 BLAKE2B 
9ab96e8c6838d6906050a0ad6d8b96a97b2ea08030910c4e25b7dad2cefa777667107ec1a677fb7c2aa0835f0bbc885a75da057d8030199d1225d66e3bba3d67
 SHA512 
04b22cdbf95331784177816a60ee6c915a21513d13185062b495c2fe98f5077f9b8e4847ed05f07f69f8dba27c7de8873e9cd1cc51532dc47e6f52d4513a3857
+DIST go-jira-1.0.27.tar.gz 129721 BLAKE2B 
259cd38722b4c0c91ae377fb2d2244a416b70a5d8fbd47283812ec12c95957e2e56605124f991b0157711af58841cb98875bccc3261326491cdbcbedb0b65e66
 SHA512 
b6aed431b90fbedbf057d9c9a40545d475bfee9bf42ec24133d517ca3eb478a20f6205304b36ba1d2ac8983136328a52a1e29ba216a440ecebbca47f50a47603
 DIST 

[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: efbf5b509c6b7c22106f4590c13890a301eb6f52
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 22:23:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbf5b50

dev-db/mariadb: 10.2.x rev bump for CVE-2020-15180

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/{mariadb-10.2.32-r2.ebuild => mariadb-10.2.32-r3.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/mariadb/mariadb-10.2.32-r2.ebuild 
b/dev-db/mariadb/mariadb-10.2.32-r3.ebuild
similarity index 99%
rename from dev-db/mariadb/mariadb-10.2.32-r2.ebuild
rename to dev-db/mariadb/mariadb-10.2.32-r3.ebuild
index 7476d450f20..7dec0985092 100644
--- a/dev-db/mariadb/mariadb-10.2.32-r2.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.32-r3.ebuild
@@ -232,6 +232,7 @@ src_unpack() {
 
 src_prepare() {
eapply "${WORKDIR}"/mariadb-patches
+   eapply "${FILESDIR}"/mariadb-10.3-CVE-2020-15180.patch
 
eapply_user
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/files/, dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: 0f20dcf0f023c32af2dfe4994d3bc9aef11e61d4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 22:16:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f20dcf0

dev-db/mariadb: 10.3.x rev bump for CVE-2020-15180

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../files/mariadb-10.3-CVE-2020-15180.patch| 75 ++
 ...10.3.23-r2.ebuild => mariadb-10.3.23-r3.ebuild} |  1 +
 2 files changed, 76 insertions(+)

diff --git a/dev-db/mariadb/files/mariadb-10.3-CVE-2020-15180.patch 
b/dev-db/mariadb/files/mariadb-10.3-CVE-2020-15180.patch
new file mode 100644
index 000..85d378f8232
--- /dev/null
+++ b/dev-db/mariadb/files/mariadb-10.3-CVE-2020-15180.patch
@@ -0,0 +1,75 @@
+https://github.com/MariaDB/server/commit/418850b2df4256da5a722288c2657650dc228842
+
+--- a/sql/wsrep_sst.cc
 b/sql/wsrep_sst.cc
+@@ -1726,24 +1726,65 @@ static int sst_donate_other (const char*   method,
+   return arg.err;
+ }
+ 
++/* return true if character can be a part of a filename */
++static bool filename_char(int const c)
++{
++  return isalnum(c) || (c == '-') || (c == '_') || (c == '.');
++}
++
++/* return true if character can be a part of an address string */
++static bool address_char(int const c)
++{
++  return filename_char(c) ||
++ (c == ':') || (c == '[') || (c == ']') || (c == '/');
++}
++
++static bool check_request_str(const char* const str,
++  bool (*check) (int c))
++{
++  for (size_t i(0); str[i] != '\0'; ++i)
++  {
++if (!check(str[i]))
++{
++  WSREP_WARN("Illegal character in state transfer request: %i (%c).",
++ str[i], str[i]);
++  return true;
++}
++  }
++
++  return false;
++}
++
+ wsrep_cb_status_t wsrep_sst_donate_cb (void* app_ctx, void* recv_ctx,
+const void* msg, size_t msg_len,
+const wsrep_gtid_t* current_gtid,
+const char* state, size_t state_len,
+bool bypass)
+ {
+-  /* This will be reset when sync callback is called.
+-   * Should we set wsrep_ready to FALSE here too? */
+-
+-  wsrep_config_state->set(WSREP_MEMBER_DONOR);
+-
+   const char* method = (char*)msg;
+   size_t method_len  = strlen (method);
++
++  if (check_request_str(method, filename_char))
++  {
++WSREP_ERROR("Bad SST method name. SST canceled.");
++return WSREP_CB_FAILURE;
++  }
++
+   const char* data   = method + method_len + 1;
+ 
++  if (check_request_str(data, address_char))
++  {
++WSREP_ERROR("Bad SST address string. SST canceled.");
++return WSREP_CB_FAILURE;
++  }
++
+   char uuid_str[37];
+   wsrep_uuid_print (_gtid->uuid, uuid_str, sizeof(uuid_str));
+ 
++  /* This will be reset when sync callback is called.
++   * Should we set wsrep_ready to FALSE here too? */
++  wsrep_config_state->set(WSREP_MEMBER_DONOR);
++
+   wsp::env env(NULL);
+   if (env.error())
+   {

diff --git a/dev-db/mariadb/mariadb-10.3.23-r2.ebuild 
b/dev-db/mariadb/mariadb-10.3.23-r3.ebuild
similarity index 99%
rename from dev-db/mariadb/mariadb-10.3.23-r2.ebuild
rename to dev-db/mariadb/mariadb-10.3.23-r3.ebuild
index 815d86f66db..fdadccc6415 100644
--- a/dev-db/mariadb/mariadb-10.3.23-r2.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.23-r3.ebuild
@@ -238,6 +238,7 @@ src_unpack() {
 
 src_prepare() {
eapply "${WORKDIR}"/mariadb-patches
+   eapply "${FILESDIR}"/mariadb-10.3-CVE-2020-15180.patch
 
eapply_user
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: 4afbaca16bd9642ba51f70ed82f0ec68458cb7e5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 22:18:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afbaca1

dev-db/mariadb: bump to v10.2.34

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest   |1 +
 dev-db/mariadb/mariadb-10.2.34.ebuild | 1017 +
 2 files changed, 1018 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 8ae1e053e4a..09b4200ba2a 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -8,6 +8,7 @@ DIST mariadb-10.2.32-patches-03.tar.xz 6048 BLAKE2B 
a6f8f25ec23d1d86d228d719927d
 DIST mariadb-10.2.32.tar.gz 73646729 BLAKE2B 
581906d67f0aada9e85aec7bfee03ed8927a4e836f0639fa5f31576f5df70ce2b6ed3da0b96ad616f5ed71d7717531a073cb911c6d92274f6724911e086104af
 SHA512 
824aa94724b639337a5b4c2e86a1f5ceaeaa940eb234f852df1ba0aafd64e269335e2aca0b05d52164e090cfd6f7d14477df9e096473aa5d9286d47944a765b4
 DIST mariadb-10.2.33-patches-01.tar.xz 6024 BLAKE2B 
cb4283a36b303b1422d53c454bc6390ce80f3a88c9f9cd459468cf9bff792a1af197a5e5b3f7e45376024ef78bc6049cecafd8654e1b767f741f35129624ab12
 SHA512 
ebe9c1295089c04e869516f3ef278673986c1227b92bb9cd96cc561b0392f22870200cf58db91fdfe7e113b04b5b6d66c904b2d1353011cbd89723a8ce83fec2
 DIST mariadb-10.2.33.tar.gz 73769891 BLAKE2B 
d5d564e6c51a6460247b999ae1d58433f15f5c7a4ffe7c676845857036c766aaf24e66cbbbaebc12cc55be97a22a4dec4916551bde65eac043cc036fc9e731b6
 SHA512 
336184931688beba5733d510db00d05eceb3909f8fcdf198189ea1fa96af6a401aa4f0b9e13e3fb0211f7be6c14aba8d0a9b245bd3c2a173e5b1f930a7a18460
+DIST mariadb-10.2.34.tar.gz 73758617 BLAKE2B 
e25e4a6ef9916e6ff88d445bb729a5d1a33913a8aef1ecae3d701917f91d091f6f831bf428ab99d9ff7360f600bb98fad57fbc4f053632ba5c33e7cfbc333264
 SHA512 
ace6132ec5d02c4857e8b30b11697eb9a8ca007d11843d0288a1d5b519c3203658b8b0a01620fdd20297474c577be3f967828077012e5e13e6ee63c30bb4e8b7
 DIST mariadb-10.3.23-patches-03.tar.xz 5520 BLAKE2B 
30bc247ed6d97aefaa1ed48f379fc9aab3df3409aa9a108728313c7c69ab0641b69ccb0289eda9539df367f85b2db494473d3836807dfbf60df1e0c832e57369
 SHA512 
64bff196d1651348d303571fd551a5666d9514c1ee17cd9296b9d420c4b3d7d9b339644a1cad029bae3c35a666b405d471a37846138f2551f3b1b88d99b80844
 DIST mariadb-10.3.23.tar.gz 72582611 BLAKE2B 
493605519f714cbe87b938f6ca3243d29189adbfcbb33c4e10a4a3f01b08d875f18b96b647dc92566b785c2cef9862ebacfd55954d13ab0a7a745606e40fb6e9
 SHA512 
535cd2ce80a95b6c0a1aa559cc3275dfcd559c3a4f958fab3382923190a16e6bc5b4ad79acaa518244512ff618568c239c0edef8a701d958362ede19a29c2986
 DIST mariadb-10.3.24-patches-01.tar.xz 5508 BLAKE2B 
c3b75205ecec0b73c85696a3382dd9271d495389f05d1bff66548f5f316f6d5f2ee7204020f265a6dd7ee7c28e1a010d74b056b9c9ab244651ba417e496fb1a9
 SHA512 
d9d408e6ba08a8a321b9a6e72a6347c4317652e91ade0056ff8621dafbbaf398e33d6b15247e89a2d60b731021d30cba9611356ced2cf848d1807cb3d376c378

diff --git a/dev-db/mariadb/mariadb-10.2.34.ebuild 
b/dev-db/mariadb/mariadb-10.2.34.ebuild
new file mode 100644
index 000..636a95ff869
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.2.34.ebuild
@@ -0,0 +1,1017 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.2.33-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="10.2/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup sst-xtrabackup static systemd systemtap 
tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are 

[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: e17f1375adf19494cc302d8527294cac08bbf40a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 22:25:33 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17f1375

dev-db/mariadb: bump to v10.1.47

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest   |   1 +
 dev-db/mariadb/mariadb-10.1.47.ebuild | 925 ++
 2 files changed, 926 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 09b4200ba2a..e035a95a337 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -3,6 +3,7 @@ DIST mariadb-10.1.45-patches-04.tar.xz 8808 BLAKE2B 
79b6ad86665b6ceea990813c1b60
 DIST mariadb-10.1.45.tar.gz 63673824 BLAKE2B 
002aedf61282244905256757fe18eebe67f8a05d45496eee4804e5fba9edf58ece15188d6537ed45245b9342bc514376727c91261ec3f3a3d809c569c84a63de
 SHA512 
708daf6cf98a914ca378e3461f3431f13d6274e20ef37de239e5d90db58215c50bfbc450e6b3b00d847cc819ab9de2bc780831009581e43db38d63397a417ace
 DIST mariadb-10.1.46-patches-01.tar.xz 8824 BLAKE2B 
b30d1c6625d87605fc934007ebfbd449f327969b1f65bb22a1d432691a3927a3f20c55f646f9a4e8cbdcdcadf16a2518e05441ab0088bac876a81f87bb62b925
 SHA512 
93ef056f697d83ced4d585c31558dded94667447fc6785ed79b15dbbde4df4a3667cefec1f2007649dd0fed3c1cf86cfe5cf626588678d2a851f8c5f7b3d4092
 DIST mariadb-10.1.46.tar.gz 63741294 BLAKE2B 
5a2ca06b7ac14896f874bb18a38dcfb2336d0b77160d3295e9a268ffaa6feec2319a5d4e5985851327f1122fa7650749a09c384eeba5ab9369fce993464702f8
 SHA512 
a45816edfcfb7f33fc4e316cd19d777069358b7cd0968be23922ffee886e9db8600568425e4d81a0e033a255b6c46441fefa4f5bc5da96579527b481a10a7213
+DIST mariadb-10.1.47.tar.gz 63751492 BLAKE2B 
4e01a641e1c387c4d61b3fc8747685ce549628304da7ec4375a5dd3ec1e1b5ec67e501eff2f12c47d73e84cc8a6b78bb79a7b326951e3f58131d918495c55039
 SHA512 
68ca6471a3dca91b7c8cdb1fb19b5387d3ef29a3598eeae70428373dc319eab9371d73cc5d06582f8d14f53ee9c0d7c6969b379f3961c8960308717fa6070349
 DIST mariadb-10.2.22.tar.gz 71907765 BLAKE2B 
e7781a9e1bb0becca543ebb0b9e03912fbafa9de45bbd5c7232f92d29b934148dd124ad462bf8aa5aec2e4ee0bf75a03fae5e5fe97a77e1d93095052a577c14b
 SHA512 
cd61d0c2d528b23b975e6ea142560d9b9ebff7ecda6fa9b3659b25b3406e8cc925918f4c3bb0e200ddb8d0520bcaa4d4f70d245b4731896f9ba2f1bdf0a817b2
 DIST mariadb-10.2.32-patches-03.tar.xz 6048 BLAKE2B 
a6f8f25ec23d1d86d228d719927daa9131779239917b86eab9f82086744294c0a4f03b1a73a3baa599e367775457d6c345fa0820b89063b2e6379c0fb7076ad0
 SHA512 
324804f13f59593d26cc5fd8c1cdeac2f16cf55012ca65b0a7223512920e1ea94619991fdcb3d19184b6428e4a627fec75532c88ae8297f9b8398fcf730058a9
 DIST mariadb-10.2.32.tar.gz 73646729 BLAKE2B 
581906d67f0aada9e85aec7bfee03ed8927a4e836f0639fa5f31576f5df70ce2b6ed3da0b96ad616f5ed71d7717531a073cb911c6d92274f6724911e086104af
 SHA512 
824aa94724b639337a5b4c2e86a1f5ceaeaa940eb234f852df1ba0aafd64e269335e2aca0b05d52164e090cfd6f7d14477df9e096473aa5d9286d47944a765b4

diff --git a/dev-db/mariadb/mariadb-10.1.47.ebuild 
b/dev-db/mariadb/mariadb-10.1.47.ebuild
new file mode 100644
index 000..fd560e8d61a
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.1.47.ebuild
@@ -0,0 +1,925 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake multilib-build
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.1.46-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2"
+SLOT="10.1/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera jdbc 
jemalloc kerberos
+   innodb-lz4 innodb-lzo innodb-snappy latin1 libressl mroonga numa odbc 
oqgraph pam
+   +perl profiling selinux +server sphinx sst-rsync sst-mariabackup 
sst-xtrabackup
+   systemd systemtap static static-libs tcmalloc test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are 

[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/, dev-db/mariadb/files/

2020-10-07 Thread Thomas Deutschmann
commit: 90ad011695b84e10ea33b8914f645181735c1376
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 21:30:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ad0116

dev-db/mariadb: 10.4.x rev bump for CVE-2020-15180

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../files/mariadb-10.4-CVE-2020-15180.patch| 62 ++
 ...10.4.13-r2.ebuild => mariadb-10.4.13-r3.ebuild} |  1 +
 2 files changed, 63 insertions(+)

diff --git a/dev-db/mariadb/files/mariadb-10.4-CVE-2020-15180.patch 
b/dev-db/mariadb/files/mariadb-10.4-CVE-2020-15180.patch
new file mode 100644
index 000..9658669c6e6
--- /dev/null
+++ b/dev-db/mariadb/files/mariadb-10.4-CVE-2020-15180.patch
@@ -0,0 +1,62 @@
+https://github.com/MariaDB/server/commit/418850b2df4256da5a722288c2657650dc228842
+
+--- a/sql/wsrep_sst.cc
 b/sql/wsrep_sst.cc
+@@ -1822,6 +1822,35 @@ static int sst_donate_other (const char*method,
+   return arg.err;
+ }
+ 
++/* return true if character can be a part of a filename */
++static bool filename_char(int const c)
++{
++  return isalnum(c) || (c == '-') || (c == '_') || (c == '.');
++}
++
++/* return true if character can be a part of an address string */
++static bool address_char(int const c)
++{
++  return filename_char(c) ||
++ (c == ':') || (c == '[') || (c == ']') || (c == '/');
++}
++
++static bool check_request_str(const char* const str,
++  bool (*check) (int c))
++{
++  for (size_t i(0); str[i] != '\0'; ++i)
++  {
++if (!check(str[i]))
++{
++  WSREP_WARN("Illegal character in state transfer request: %i (%c).",
++ str[i], str[i]);
++  return true;
++}
++  }
++
++  return false;
++}
++
+ int wsrep_sst_donate(const std::string& msg,
+  const wsrep::gtid& current_gtid,
+  const bool bypass)
+@@ -1833,8 +1862,21 @@ int wsrep_sst_donate(const std::string& msg,
+ 
+   const char* method= msg.data();
+   size_t method_len= strlen (method);
++
++  if (check_request_str(method, filename_char))
++  {
++WSREP_ERROR("Bad SST method name. SST canceled.");
++return WSREP_CB_FAILURE;
++  }
++
+   const char* data= method + method_len + 1;
+ 
++  if (check_request_str(data, address_char))
++  {
++WSREP_ERROR("Bad SST address string. SST canceled.");
++return WSREP_CB_FAILURE;
++  }
++
+   wsp::env env(NULL);
+   if (env.error())
+   {

diff --git a/dev-db/mariadb/mariadb-10.4.13-r2.ebuild 
b/dev-db/mariadb/mariadb-10.4.13-r3.ebuild
similarity index 99%
rename from dev-db/mariadb/mariadb-10.4.13-r2.ebuild
rename to dev-db/mariadb/mariadb-10.4.13-r3.ebuild
index f879d6f9a0e..d87c5a8beba 100644
--- a/dev-db/mariadb/mariadb-10.4.13-r2.ebuild
+++ b/dev-db/mariadb/mariadb-10.4.13-r3.ebuild
@@ -223,6 +223,7 @@ src_unpack() {
 
 src_prepare() {
eapply "${WORKDIR}"/mariadb-patches
+   eapply "${FILESDIR}"/mariadb-10.4-CVE-2020-15180.patch
 
eapply_user
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: ed64ced45d1d4b7a87feece9dd7bf97576f2bff5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 21:26:26 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed64ced4

dev-db/mariadb: bump to v10.5.6

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest  |1 +
 dev-db/mariadb/mariadb-10.5.6.ebuild | 1033 ++
 2 files changed, 1034 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index e71002b6cef..ec1d43afe5a 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -18,6 +18,7 @@ DIST mariadb-10.4.14-patches-01.tar.xz 5512 BLAKE2B 
f32e1d383ffd99de431bc34c3610
 DIST mariadb-10.4.14.tar.gz 80789865 BLAKE2B 
fed455e906af9fe105f52cc7180a6b8d8839fdbffac079f2ced265741c2ab8010c78c0e75ff77740d45a2bd02a15c379bdb3a0237152848a0ce1a7aaac4cbf32
 SHA512 
c09817c1dd7962132bcf2886c97ad17ce43c00ee687724028e5f39f6a6a93877ae8695c2c795abba6a4f3bc40674f93a53d6d43f46788a4a8a42c4a65a22c91c
 DIST mariadb-10.5.5-patches-02.tar.xz 6060 BLAKE2B 
185a2016836721f76c19228ca39c1c7610c34210e23b42f254e4c4fde34c74d9c77bb0d1a441175c14938ecafea3e9575fa3b7349db826aef63e7d7e7a21901a
 SHA512 
8a26bdbec19d45739ef7accd3cea999bde465714141532d999500df2ebd93bb98a00b8b86b1e855ea4f0cba6984b21ff09beee75372f840282a91f5dc95db432
 DIST mariadb-10.5.5.tar.gz 86880268 BLAKE2B 
58430dd4e7199d674bbd4f7381a56129e067ed1bb30c171545fe9fac3a83f7db2c57cc1b577ef242deb99dd69e17a1d3cbf756031711d27b04c97a7e93e14c60
 SHA512 
09bed291b39142f8e2f40eabbb443f6f384368b331406a09fd92d3d27ecc75644219066850d89495ed65c6f0d3ac32d51e29e65375331dcc2de4801313178d45
+DIST mariadb-10.5.6.tar.gz 86884252 BLAKE2B 
b0230acf43d54e976c4e757139dbaa2bb6ed992b0d056728142fc7fa41bd62539be22eae5aac614ea49acf220646ee57ecc67ff1373c6aa142434e6743a4d174
 SHA512 
c62bd6278d389baf179962bc6f617693cf3ba748382e96963b1ef5bbee8d1c9f0964025cf00fb7ff5de088a79362b65657ed30a8adbb61fe524bfd0d8d753421
 DIST mariadb-5.5.68.tar.gz 45969389 BLAKE2B 
5b3a647649c614825adccbc83faa40ba330dae0a1f8005b2297cc6a44fbc00bf817f2d854af315f995e1065bd4d14a2f21a9cec44b5c78402524467d876d8157
 SHA512 
3419790aa88a7e2a5d80e56ca94683d22ca2d5d817dfe19904d11454f34cfc3b9d55e603295ea58580a3c9fe96a6c6f9b650e1058c4e8f2f2e82f09165436865
 DIST mysql-extras-20190305-2052Z.tar.bz2 331304 BLAKE2B 
1d2c35a961159fa5ce9ee6699fce943f5a5b5cf60b11c9bb4bcccee4943f4508a9eb6d01050c642353ac592ce1a6b421abf2a1bebc706c44c4c8a36aa698ec43
 SHA512 
ae63403320e010acbb92f8aec6da8ed4f267cef0bad37147d594076fd94571de7f98bfc2afbe94af5d716f58d57696fd958b1e13e20e87052f252ed4a188cd3c
 DIST mysql-extras-20200523-1221Z.tar.bz2 345015 BLAKE2B 
3ad0da663c31831d3b511b88df34b6a28bb781cfd88fd4479b43273aa15946e63c7ae43d5497207edc6cc53a72bd42b8ce2e2058dfb236afd940bd0282190e98
 SHA512 
8f7b39017efb08e1ae98c4c68728bc86f8427b88b2a22688abf6975c6706122086dc93289beb511bbaf17cd5a790c76406e81315a11830829efe9170ce4f6a42

diff --git a/dev-db/mariadb/mariadb-10.5.6.ebuild 
b/dev-db/mariadb/mariadb-10.5.6.ebuild
new file mode 100644
index 000..4e750646088
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.5.6.ebuild
@@ -0,0 +1,1033 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.5.5-patches-02.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="10.5/${SUBSLOT:-0}"
+IUSE="+backup bindist columnstore cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap s3 tcmalloc
+   test xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant
+# These are used for both runtime and compiletime

[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: 2fec4b7f088c27ec110fd5249287b900a72c5c5e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 21:28:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fec4b7f

dev-db/mariadb: bump to v10.4.15

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest   |1 +
 dev-db/mariadb/mariadb-10.4.15.ebuild | 1038 +
 2 files changed, 1039 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index ec1d43afe5a..1b56301354c 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -16,6 +16,7 @@ DIST mariadb-10.4.13-patches-03.tar.xz 5520 BLAKE2B 
949b7f6ee5a9a6077424264e53d2
 DIST mariadb-10.4.13.tar.gz 80608459 BLAKE2B 
e9ada14da6ec7492311068549a5b6e5a66e1177312013b25472c084a21fbace543ec43b47f2e12190d45432648d508f311198521f42359561f8d75ea60f98205
 SHA512 
68919ceffb3d4afdd0d94daa77439a954c82ce4e08fbe06044fc397940eeb88a39ec75932cbd08ff26ef3cf7636fdb779947cda5b2764aa1fd888be19c44b566
 DIST mariadb-10.4.14-patches-01.tar.xz 5512 BLAKE2B 
f32e1d383ffd99de431bc34c36101c71c5e631344527e96b80ca6bd0a68015b45a4c33d6f0518cb4aa2bcfd493b64b6607671450ca045243404c0d65ebbc66fd
 SHA512 
201fe82cbcca705dba52b32405d463b5569d97a5ffd9fd2967ec7fc3c3ff305011b3d2c3c0e9f7c19aaac57b26661bd361f3b6da6f3812f25934ec18856c7051
 DIST mariadb-10.4.14.tar.gz 80789865 BLAKE2B 
fed455e906af9fe105f52cc7180a6b8d8839fdbffac079f2ced265741c2ab8010c78c0e75ff77740d45a2bd02a15c379bdb3a0237152848a0ce1a7aaac4cbf32
 SHA512 
c09817c1dd7962132bcf2886c97ad17ce43c00ee687724028e5f39f6a6a93877ae8695c2c795abba6a4f3bc40674f93a53d6d43f46788a4a8a42c4a65a22c91c
+DIST mariadb-10.4.15.tar.gz 80777094 BLAKE2B 
576e06c1d62b399851e13fe0ac55ea94c462889bbd16ec25a2358e174e2822521008ad0dc021d742b1a12c5b22424208b6df92c2c0fb698a083b6a67a771bd64
 SHA512 
d7090e9e2a2b6fc5611fe498c44b00dbcd02e04456aaff3dc4cef7ef8cd284523776d01511f6f25f717306f6c49fca3f914d298f80e1c920cb6f9f87abebc0ca
 DIST mariadb-10.5.5-patches-02.tar.xz 6060 BLAKE2B 
185a2016836721f76c19228ca39c1c7610c34210e23b42f254e4c4fde34c74d9c77bb0d1a441175c14938ecafea3e9575fa3b7349db826aef63e7d7e7a21901a
 SHA512 
8a26bdbec19d45739ef7accd3cea999bde465714141532d999500df2ebd93bb98a00b8b86b1e855ea4f0cba6984b21ff09beee75372f840282a91f5dc95db432
 DIST mariadb-10.5.5.tar.gz 86880268 BLAKE2B 
58430dd4e7199d674bbd4f7381a56129e067ed1bb30c171545fe9fac3a83f7db2c57cc1b577ef242deb99dd69e17a1d3cbf756031711d27b04c97a7e93e14c60
 SHA512 
09bed291b39142f8e2f40eabbb443f6f384368b331406a09fd92d3d27ecc75644219066850d89495ed65c6f0d3ac32d51e29e65375331dcc2de4801313178d45
 DIST mariadb-10.5.6.tar.gz 86884252 BLAKE2B 
b0230acf43d54e976c4e757139dbaa2bb6ed992b0d056728142fc7fa41bd62539be22eae5aac614ea49acf220646ee57ecc67ff1373c6aa142434e6743a4d174
 SHA512 
c62bd6278d389baf179962bc6f617693cf3ba748382e96963b1ef5bbee8d1c9f0964025cf00fb7ff5de088a79362b65657ed30a8adbb61fe524bfd0d8d753421

diff --git a/dev-db/mariadb/mariadb-10.4.15.ebuild 
b/dev-db/mariadb/mariadb-10.4.15.ebuild
new file mode 100644
index 000..2f7ec2673f4
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.4.15.ebuild
@@ -0,0 +1,1038 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.4.14-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="10.4/${SUBSLOT:-0}"
+IUSE="+backup bindist cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant
+# These are used for 

[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2020-10-07 Thread Thomas Deutschmann
commit: ad3f6e09be0deca23fde8252b28cad875e887bbc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 22:11:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 22:30:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3f6e09

dev-db/mariadb: bump to v10.3.25

Bug: https://bugs.gentoo.org/747166
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest   |1 +
 dev-db/mariadb/mariadb-10.3.25.ebuild | 1008 +
 2 files changed, 1009 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 1b56301354c..8ae1e053e4a 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -12,6 +12,7 @@ DIST mariadb-10.3.23-patches-03.tar.xz 5520 BLAKE2B 
30bc247ed6d97aefaa1ed48f379f
 DIST mariadb-10.3.23.tar.gz 72582611 BLAKE2B 
493605519f714cbe87b938f6ca3243d29189adbfcbb33c4e10a4a3f01b08d875f18b96b647dc92566b785c2cef9862ebacfd55954d13ab0a7a745606e40fb6e9
 SHA512 
535cd2ce80a95b6c0a1aa559cc3275dfcd559c3a4f958fab3382923190a16e6bc5b4ad79acaa518244512ff618568c239c0edef8a701d958362ede19a29c2986
 DIST mariadb-10.3.24-patches-01.tar.xz 5508 BLAKE2B 
c3b75205ecec0b73c85696a3382dd9271d495389f05d1bff66548f5f316f6d5f2ee7204020f265a6dd7ee7c28e1a010d74b056b9c9ab244651ba417e496fb1a9
 SHA512 
d9d408e6ba08a8a321b9a6e72a6347c4317652e91ade0056ff8621dafbbaf398e33d6b15247e89a2d60b731021d30cba9611356ced2cf848d1807cb3d376c378
 DIST mariadb-10.3.24.tar.gz 72714002 BLAKE2B 
c25a1546369e8996dea2a4d00022a8a5a4f11727866cb3d377aa534b617b76540fe49871c92d38487b667db68885e7aabe22a7400015f513394f18fdd2899bcd
 SHA512 
cfd0154d984ddc344554cd3df1d02b0811f8e35c90caf745532491688850736d079c67d40e9414daba83f2bd0c06569bfc99213d5280c63cf051c68abd7c56b5
+DIST mariadb-10.3.25.tar.gz 72710424 BLAKE2B 
95029946e2ed04368beadf33b42121c612fa9d146e648fd584078e4df88e3c93f6373e1e996817644e06f3b2713a257e3079167434e9227db01dc1a2ad08aad0
 SHA512 
9504e401db3b65b2b2bd4d3c91a468d357e82fdafbf90d54539a291e46570c2bed66ae047b17b9da95e925f8970fa048d329ba06c2dd6de7d46d5a0f2aad1f4d
 DIST mariadb-10.4.13-patches-03.tar.xz 5520 BLAKE2B 
949b7f6ee5a9a6077424264e53d2b7af8ceb56cb38b204800e1c3ec93fc929d57b201e075f8ed735364b5421a3b922ba45fc94ba006f1e6d94494efa17b521ef
 SHA512 
042c3ca8a75ebbb1c2baa508603d4248a178f87b7126b439ef6894eaab979f01c47cd8fbea3c106cce2a951e9308c76e72b4e444dcbee09a991cb524f2b9fac8
 DIST mariadb-10.4.13.tar.gz 80608459 BLAKE2B 
e9ada14da6ec7492311068549a5b6e5a66e1177312013b25472c084a21fbace543ec43b47f2e12190d45432648d508f311198521f42359561f8d75ea60f98205
 SHA512 
68919ceffb3d4afdd0d94daa77439a954c82ce4e08fbe06044fc397940eeb88a39ec75932cbd08ff26ef3cf7636fdb779947cda5b2764aa1fd888be19c44b566
 DIST mariadb-10.4.14-patches-01.tar.xz 5512 BLAKE2B 
f32e1d383ffd99de431bc34c36101c71c5e631344527e96b80ca6bd0a68015b45a4c33d6f0518cb4aa2bcfd493b64b6607671450ca045243404c0d65ebbc66fd
 SHA512 
201fe82cbcca705dba52b32405d463b5569d97a5ffd9fd2967ec7fc3c3ff305011b3d2c3c0e9f7c19aaac57b26661bd361f3b6da6f3812f25934ec18856c7051

diff --git a/dev-db/mariadb/mariadb-10.3.25.ebuild 
b/dev-db/mariadb/mariadb-10.3.25.ebuild
new file mode 100644
index 000..d32933c9d72
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.3.25.ebuild
@@ -0,0 +1,1008 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.3.24-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="10.3/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant

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

2020-10-07 Thread Jeroen Roovers
commit: 2b665e982b6c3246b79e36619b4fe53facc0ac41
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct  7 21:51:31 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct  7 22:16:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b665e98

net-libs/nodejs: Version 14.13.1

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nodejs/Manifest  |   1 +
 net-libs/nodejs/nodejs-14.13.1.ebuild | 205 ++
 2 files changed, 206 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 7ec197bfcad..bc7d2c8bf8e 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -3,5 +3,6 @@ DIST node-v12.19.0.tar.xz 23819884 BLAKE2B 
5affa4ef9bd4c88218cf8845341f8f7d357a8
 DIST node-v14.11.0.tar.xz 33379456 BLAKE2B 
99e2eba4ba2e54209836fa1e3b63e42caf854d7f3bc99f5836300b0795ef8c785b78bd7c6b99148604f0bb1b34a5169c72e8be0f8d4f62412e7d352fce15ca18
 SHA512 
5014ebaeb109b0ecaca8f795a4e1a626c03b1132f9b8bac8826b734633c14e9f99b4f079c185a1f43f6938a1e543e5838f520159c3e08ca454398039fd26ef11
 DIST node-v14.12.0.tar.xz 33390472 BLAKE2B 
930b196ada16d21e2d2b43d030d936391e039cc985ee517b6b420277baa071ecef8c8cef7bd2f24b5e167465e9d4acc6b0da36ae4e7332fe179c47724e05ff50
 SHA512 
168141a3e3f20be98a0e800a8e8f70e1ff330ff087cc08c31d6ae185882615723166f445d6310a23e1bb5a023e671a74834b40e1b83f2b789f65c787c18762e2
 DIST node-v14.13.0.tar.xz 33418156 BLAKE2B 
8a986a467b77485fbe2bc9d580c48ae72536d6d62c826319b787d2937c86358787ae452676b69df608adb9d9754f4cd068b729614989a4f2a93973380c4929d1
 SHA512 
7a75bff501520afbe15d6ceea4b4507717111c87cf03de47047af790df2e2e9d71da9501c7256d5dd9f58616c3d04db2e74401dfbcbd72abbd0c81778a588893
+DIST node-v14.13.1.tar.xz 33428732 BLAKE2B 
f3a7349ea4a13b47a66272b74fb7273d6071c35d7d047b147da13d5fd97a912a0770047ceed4d298f0999b9cab57aee81aaac44a6ffec59df1ee1d2ec9156e7b
 SHA512 
a0ad1e6e4be887d56388d0cbe30d72e87fefdaa71be8fe8c96e3dce470821730741b7beff23c67277ab02991aa9813e9fb708b6b708a2cf108c5442a59d527a0
 DIST node-v14.2.0.tar.xz 32884616 BLAKE2B 
7bcb07cb7623c5e08c20267c320cdf23ad110f124c5ad1f2447ef8b76ab8dc44ed50dab7c5651424d9d3a36f7eeecdf3292b07c02cb2e22c3fbe4ed633c4b842
 SHA512 
47e5ec0b7a207082d43419a7e0a6ea9242ec43b4d7c2217eb66d0b45e2f4d5cb561b3f6fe35fdc41a8be95c182dc122ba262f696ebd12833596d71b372ec85d2
 DIST node-v14.4.0.tar.xz 33005312 BLAKE2B 
bc1462d897e24a6b842e6f8146971866c73b54ff5383d76cfc5728a73e2c135d28ced068744174b3fb5af4a6ec05ef1f115ea51c2d65517cbe18e1d733460d04
 SHA512 
f1a7c788a8a149b942ec2b90a4314baaa5355c381029eda45002728ce7209925c016323b0ec1e0dfe2359fddb24f494df125805d0d266b738a333dcddb3f59c3

diff --git a/net-libs/nodejs/nodejs-14.13.1.ebuild 
b/net-libs/nodejs/nodejs-14.13.1.ebuild
new file mode 100644
index 000..1b229989974
--- /dev/null
+++ b/net-libs/nodejs/nodejs-14.13.1.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="
+   https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz
+"
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot 
+ssl +system-ssl systemtap test"
+REQUIRED_USE="
+   inspector? ( icu ssl )
+   npm? ( ssl )
+   system-ssl? ( ssl )
+"
+
+RDEPEND="
+   >=app-arch/brotli-1.0.9
+   >=dev-libs/libuv-1.40.0:=
+   >=net-dns/c-ares-1.16.1
+   >=net-libs/nghttp2-1.41.0
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-67:= )
+   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+   pax_kernel? ( sys-apps/elfix )
+"
+DEPEND="
+   ${RDEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+)
+RESTRICT="test"
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export AR CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # less verbose install output (stating the same as portage, basically)
+ 

[gentoo-commits] repo/gentoo:master commit in: net-im/prosody-modules/

2020-10-07 Thread Conrad Kostecki
commit: 7421df2888ed102b5b905b393301333c112403e9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Oct  7 21:39:32 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct  7 21:39:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7421df28

net-im/prosody-modules: new package

Prosody can be customized extensively using modules (plugins) to change
its default behaviour and to add new features and functionality.

This package contains all modules, which are provided and supported by
the prosody community for all prosody users.

This package supports 'savedconfig', so not all modules have to be
installed, it not wished.

Closes: https://bugs.gentoo.org/358969
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/prosody-modules/Manifest|  1 +
 net-im/prosody-modules/metadata.xml| 16 +++
 .../prosody-modules-0_pre20201004.ebuild   | 55 ++
 net-im/prosody-modules/prosody-modules-.ebuild | 55 ++
 4 files changed, 127 insertions(+)

diff --git a/net-im/prosody-modules/Manifest b/net-im/prosody-modules/Manifest
new file mode 100644
index 000..18c71611ce9
--- /dev/null
+++ b/net-im/prosody-modules/Manifest
@@ -0,0 +1 @@
+DIST prosody-modules-0_pre20201004.tar.xz 1152400 BLAKE2B 
66170cbeea156d8843aad2ace62294a40b6168170cd3da3b59cf660aa9d6aab743a7bfe1a5d313e83a69336ef7165a4a45ac27da9afa239a7f97413f275883fe
 SHA512 
b4201c108b6ba5ed2404d65efa3fbb50ca1493e204b6cfe55893c19fe22a01bcb23244fa35f2c03cf52ecabdac1354aa388740fc62b5516cb2a85fdd753e9efc

diff --git a/net-im/prosody-modules/metadata.xml 
b/net-im/prosody-modules/metadata.xml
new file mode 100644
index 000..fdabf81a3e5
--- /dev/null
+++ b/net-im/prosody-modules/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   
+   
+   Prosody can be customized extensively using modules (plugins) 
to change
+   its default behaviour and to add new features and functionality.
+
+   Please note that each module is in a different state of 
development.
+   Some are proof-of-concept, others are quite stable and ready 
for production use.
+   Be sure to read the documentation page of any module before 
installing it on your server.
+   
+

diff --git a/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild 
b/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild
new file mode 100644
index 000..949393ac4e6
--- /dev/null
+++ b/net-im/prosody-modules/prosody-modules-0_pre20201004.ebuild
@@ -0,0 +1,55 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig
+
+DESCRIPTION="A collection of community-maintained modules for Prosody"
+HOMEPAGE="https://modules.prosody.im;
+SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.xz;
+S="${WORKDIR}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="net-im/prosody"
+
+src_prepare() {
+   default
+
+   # Exclude 'misc' folder from install, since it does not provide any 
modules.
+   echo "# Remove all modules from this list, which you don't want to 
install." > prosody-modules.conf || die
+   find * -maxdepth 0 -type d ! -name misc >> prosody-modules.conf || die
+
+   use savedconfig && restore_config prosody-modules.conf
+}
+
+src_install() {
+   insinto "/usr/$(get_libdir)/prosody/community-modules"
+   while read prosody_module; do
+   if ! [[ "${prosody_module}" = \#* ]]; then
+   if [[ -f "${prosody_module}/README.markdown" ]]; then
+   newdoc "${prosody_module}/README.markdown" 
"README.${prosody_module}"
+   rm "${prosody_module}/README.markdown" || die
+   fi
+
+   doins -r "${prosody_module}"
+   fi
+   done https://hg.prosody.im/${PN}/;
+
+DESCRIPTION="A collection of community-maintained modules for Prosody"
+HOMEPAGE="https://modules.prosody.im;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="net-im/prosody"
+
+src_prepare() {
+   default
+
+   # Exclude 'misc' folder from install, since it does not provide any 
modules.
+   echo "# Remove all modules from this list, which you don't want to 
install." > prosody-modules.conf || die
+   find * -maxdepth 0 -type d ! -name misc >> prosody-modules.conf || die
+
+   use savedconfig && restore_config prosody-modules.conf
+}
+
+src_install() {
+   insinto "/usr/$(get_libdir)/prosody/community-modules"
+   while read prosody_module; do
+   if ! [[ "${prosody_module}" = \#* ]]; then
+   if [[ -f "${prosody_module}/README.markdown" ]]; then
+ 

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

2020-10-07 Thread Louis Sautier
commit: e2e130d21a32000855d1f75fe272497ac8290a06
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Oct  7 21:14:45 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Oct  7 21:29:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e130d2

dev-python/pylama: add Python 3.{8,9} support and doc, fix tests

* Runtime dependencies aren't required at build-time.
* Move test dependencies to BDEPEND.
* Remove manually added setuptools dependency.
* Add pytest dependency and RESTRICT via distutils_enable_tests.
* Git is required to run tests (bug #723712).
* So is mypy.
* Radon isn't used by tests.
* Eradicate tests fail, disable them for now.

Closes: https://bugs.gentoo.org/723712
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pylama/pylama-7.7.1-r1.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-python/pylama/pylama-7.7.1-r1.ebuild 
b/dev-python/pylama/pylama-7.7.1-r1.ebuild
new file mode 100644
index 000..5ccf8ff9fbb
--- /dev/null
+++ b/dev-python/pylama/pylama-7.7.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+inherit distutils-r1
+
+DESCRIPTION="Code audit tool for python"
+HOMEPAGE="https://github.com/klen/pylama;
+SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# pypi tarball excludes unit tests
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/mccabe-0.5.2[${PYTHON_USEDEP}]
+   dev-python/pycodestyle[${PYTHON_USEDEP}]
+   dev-python/pydocstyle[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -e "s|exclude=\['plugins'\]|exclude=['plugins', 'tests']|" -i 
setup.py || die
+   sed -e 's|^\(def\) \(test_ignore_select\)|\1 _\2|' -i 
tests/test_config.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Disable eradicate until it is fixed:
+   # https://github.com/klen/pylama/issues/190
+   pytest -vv tests --deselect tests/test_linters.py::test_eradicate \
+   || die "Tests failed with ${EPYTHON}"
+}



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

2020-10-07 Thread Louis Sautier
commit: 6748389567f02ae65260d9a8f7501806c466b228
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Oct  7 20:55:37 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Oct  7 21:03:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67483895

dev-python/pydocstyle: add PyPy3+Py3.9 support, fix build deps

None of the listed test dependencies are actually necessary.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pydocstyle/pydocstyle-5.1.1.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild 
b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
index 002dcd2f4f5..15729d6e077 100644
--- a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
+++ b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -18,12 +18,6 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-python/snowballstemmer[${PYTHON_USEDEP}]"
 
-DEPEND="test? (
-   dev-python/pytest-pep8[${PYTHON_USEDEP}]
-   dev-python/mypy[${PYTHON_USEDEP}]
-   dev-python/tox[${PYTHON_USEDEP}]
-)"
-
 distutils_enable_tests pytest
 # Requires network to lookup github issues
 #distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-issuetracker



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

2020-10-07 Thread Bernard Cafarelli
commit: feb5f46c07b1ea35bbe9feb44cc16b16f7f0026f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 21:00:25 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 21:00:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb5f46c

www-apps/nextcloud: drop 17.x versions

With 20.0 relese, these will be unsupported soon
Also drop old releases for other versions

Closes: https://bugs.gentoo.org/742494
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/nextcloud/Manifest|  6 -
 www-apps/nextcloud/nextcloud-17.0.8.ebuild | 41 --
 www-apps/nextcloud/nextcloud-17.0.9.ebuild | 41 --
 www-apps/nextcloud/nextcloud-18.0.7.ebuild | 41 --
 www-apps/nextcloud/nextcloud-18.0.9.ebuild | 41 --
 www-apps/nextcloud/nextcloud-19.0.1.ebuild | 41 --
 www-apps/nextcloud/nextcloud-19.0.2.ebuild | 41 --
 7 files changed, 252 deletions(-)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index ca87e6fd533..b355c3f47c4 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,9 +1,3 @@
-DIST nextcloud-17.0.8.tar.bz2 66991137 BLAKE2B 
8c7d685a7392164c673719733ce14adef90833f862e0fb379defd6d7642d5163fea74380d3359fb382649c7072ad375901edf4337d24e9434120c2786515df77
 SHA512 
c9a711fb1ad6871233fea581d6cbfe7083e925683235a86023842d3c9d65db6779218bce06c5960743fb277bb779c6cad4eb40eca65ade9e50f8459cbee531c3
-DIST nextcloud-17.0.9.tar.bz2 67112809 BLAKE2B 
9aed75f3483580b0992d767efd6aa2f9b52b9a3794f6033449da16769a1fa1a69965583adc09c671287d3049e6c071e446d2d306491a93c1a4122d2233607324
 SHA512 
ba1759baf9a886f7cebc738d863bd1930048f395960a888b3bbfe21b51cc6880c3b72a5400d104549b8563738dff747f34b806dcd5bbf85a6ef3874c4d576d15
-DIST nextcloud-18.0.7.tar.bz2 87752820 BLAKE2B 
0c54842ea2f90ba7981129feccdcac390ad6ef55bb04ebeefc6e04e1fff8b693c8727c89c314e8fafa0296a85231fe08f0cfc184be830faea926b119065ff221
 SHA512 
62dc2100e42e7bc1b112efda756a6a8d1dc5d818e3287041d56fbc05ab90f04b2545320715ea39e9018abbe9f9297a02d2432e55720da3fd0b59badf263e8575
 DIST nextcloud-18.0.8.tar.bz2 96919725 BLAKE2B 
d518f52f155e3ae9d2fbd94f225196c7a2fbc1af51e0a0bbeb07cd358065a17d37695402f5e8095f4a21b68753e756ad3011d9e4100ceff7d24613b32eaf0fa8
 SHA512 
0492815848d139135b4993984e5fa84c6827ddb064289fa6599c707d26bd3ab5d53cb5791b4d5e2be7808f5f127e48f83ad359063877391960dcbe057e3bb7ef
-DIST nextcloud-18.0.9.tar.bz2 96906179 BLAKE2B 
e51f6bffeae47db0693df9f650df2b255de1ae786e662b4d9c445cb636ddadbb9177b24edc2278522756fcf30fcc48c19614e523f0f6321cb12d56149700ab6c
 SHA512 
8f5dd0941114819a5ebd6e3da2e7cbaaa7a7ae9adbb44d62cdfb2202d266c576e05ef5ec8b6c25b21a88c5a48df26bfb15d60dfd63a2b5443bac3f9b063504a6
-DIST nextcloud-19.0.1.tar.bz2 90595211 BLAKE2B 
72feeca3105d31ada79b16cbc345ec191e37a7e2364cffd6c37ac60c990dbe0345f4c9f1b815ccf3632d1c31b5d561b6fc4d9870ee25dee48c51ae518bbd4a72
 SHA512 
aa4db108bff2b452123e5513bde03fe4c2f1da58c1987d74a246a69714fedf121ca9ed6151609d87c91dd6109419b764ba02c5c3c1669c5ddd5a49118e68f0c0
-DIST nextcloud-19.0.2.tar.bz2 99715473 BLAKE2B 
9288da04aae8da92de39bc4712f2e458d0acf0277e3cfa6dd6f762819e0e8c790c9ce4a6eafbbd07babfdece70634ebab33fd59525bb9e5afddc3ceb2b8caa27
 SHA512 
0f4b2aa01acf75d95057b9197d4a66c8ef1f9174d45df4d4d0cc8ce4619ddeba07328fb00251f02ed462dbe698b415472a1fe3ff347539769ad124de1f4bd443
 DIST nextcloud-19.0.3.tar.bz2 100074272 BLAKE2B 
295d22dfb9f82decd90e2d052e7b80069de871fb7850233016cc7b0238444cbbc646aa53e8de45b7e4297c3ebc623996aa501ee3475767cc54782e0b0ab3e98e
 SHA512 
be4f489903ca7f777bda541a706d4c4f16a2a3ce56abc65525f72b0464592571ccdd9f8915457450ce37f90d51c944cab5c75b100433e3db3dcc154362c4d76f
 DIST nextcloud-20.0.0.tar.bz2 121470470 BLAKE2B 
f22cf588e6e72dc07ab28d4e888436d637130093f4b322b32e6328677ab62babdf0c4d82ae27a020d0096c34c8477e73115eb7a915e1618f80e4030b78d3f26e
 SHA512 
45f50a9922831f2170c5cbd94bc9e7c144d4a7a6635b044a306ddc685d5dec733c52a63737c6b15b63918ee67149de9ea9a53337eeaf2e0a9007d8f248759405

diff --git a/www-apps/nextcloud/nextcloud-17.0.8.ebuild 
b/www-apps/nextcloud/nextcloud-17.0.8.ebuild
deleted file mode 100644
index de1b7898efd..000
--- a/www-apps/nextcloud/nextcloud-17.0.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit webapp
-
-DESCRIPTION="Personal cloud that runs on your own server"
-HOMEPAGE="https://nextcloud.com/;
-SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2;
-LICENSE="AGPL-3"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+curl +imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-DEPEND=""

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

2020-10-07 Thread Bernard Cafarelli
commit: f5ba41c6f41b4fc109a2eb782029947c9054658c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 20:58:23 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 20:58:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ba41c6

app-text/paperwork-backend: set DISTUTILS_USE_SETUPTOOLS

It has entry_points

Closes: https://bugs.gentoo.org/746659
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../paperwork-backend-1.3.1-r1.ebuild  | 31 ++
 1 file changed, 31 insertions(+)

diff --git a/app-text/paperwork-backend/paperwork-backend-1.3.1-r1.ebuild 
b/app-text/paperwork-backend/paperwork-backend-1.3.1-r1.ebuild
new file mode 100644
index 000..3b1b1ba13b5
--- /dev/null
+++ b/app-text/paperwork-backend/paperwork-backend-1.3.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/python-levenshtein[${PYTHON_USEDEP}]
+   dev-python/simplebayes[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   dev-python/whoosh[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2020-10-07 Thread Bernard Cafarelli
commit: 755c03956fe32aa73cca3f467de0fbb07e82ff78
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 20:56:03 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 20:56:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755c0395

app-backup/rdiff-backup: set DISTUTILS_USE_SETUPTOOLS

It explicitely depends on setuptools

Closes: https://bugs.gentoo.org/745903
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../rdiff-backup/rdiff-backup-2.0.5-r1.ebuild  | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
new file mode 100644
index 000..cfb5bf43938
--- /dev/null
+++ b/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Local/remote mirroring+incremental backup"
+HOMEPAGE="https://github.com/rdiff-backup/rdiff-backup;
+SRC_URI="https://github.com/rdiff-backup/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+IUSE="examples"
+
+DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   >=net-libs/librsync-1.0:0="
+RDEPEND="dev-python/pylibacl[${PYTHON_USEDEP}]
+   dev-python/pyxattr[${PYTHON_USEDEP}]
+   >=net-libs/librsync-1.0:0="
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.0.3-no-docs.patch"
+)
+
+python_install_all() {
+   local DOCS=( docs/FAQ.md )
+   use examples && DOCS+=( docs/examples.md )
+   distutils-r1_python_install_all
+}



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

2020-10-07 Thread Bernard Cafarelli
commit: 6b950d439939c561903c622316ce3dc87f0f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 20:41:40 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 20:56:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b950d43

app-backup/rdiff-backup: drop old ~arch version

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-backup/rdiff-backup/Manifest  |  1 -
 app-backup/rdiff-backup/rdiff-backup-2.0.3.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/app-backup/rdiff-backup/Manifest b/app-backup/rdiff-backup/Manifest
index c8723d6327d..4f0623a73b8 100644
--- a/app-backup/rdiff-backup/Manifest
+++ b/app-backup/rdiff-backup/Manifest
@@ -1,3 +1,2 @@
 DIST rdiff-backup-2.0.0.tar.gz 408352 BLAKE2B 
c2a7ae90ea147398d648142e20761e3caf4f08948dcd0a3de22254a13857d3e99cb2801c83084dd13dd84764cebc7651b42a70a788553c67925521e2ed123953
 SHA512 
0bf06d4eefffd41e86224d798e6ac6852ca0fd356be73d651ffaf63c37aaa043a6d22f8025619ab4a86e54f6e98e61f445ab68a6f87f4f2f48e635507ea110ec
-DIST rdiff-backup-2.0.3.tar.gz 422823 BLAKE2B 
0d4f3165abb8893dfe0619ae80f4c93e676012c4cc763c28cd1aac4eee84e6f8ae2717b5b9722c1b89a9599f3ce487580eac6780799e028f269ea1ce4a40deea
 SHA512 
a4d517182ba1521195f46abde67e7963c7b44722b37d20a7f9afb446a1b90095deba1da9aaa940d174d5cf8dd01948619846d689e5675326b271141b355831fb
 DIST rdiff-backup-2.0.5.tar.gz 456115 BLAKE2B 
9cd51644e11af3320fa5aca7864388da4b1165a1fc9e660265445d861eb356ba32e3b148a1d8de8e702bd9a6f0276ec3a4453c85ec702d80be5839661a1a679f
 SHA512 
59482e6d78bc887fc99efd4b4779e9b41c7e4b0427e51b80b18a550d0051e4213a0c200296154759d1734f511f7abe3175d171f018c59c55e5abdfd0a890cfbd

diff --git a/app-backup/rdiff-backup/rdiff-backup-2.0.3.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-2.0.3.ebuild
deleted file mode 100644
index 61297c203a5..000
--- a/app-backup/rdiff-backup/rdiff-backup-2.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="Local/remote mirroring+incremental backup"
-HOMEPAGE="https://github.com/rdiff-backup/rdiff-backup;
-SRC_URI="https://github.com/rdiff-backup/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   >=net-libs/librsync-1.0:0="
-RDEPEND="dev-python/pylibacl[${PYTHON_USEDEP}]
-   dev-python/pyxattr[${PYTHON_USEDEP}]
-   >=net-libs/librsync-1.0:0="
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.0.3-no-docs.patch"
-)
-
-python_install_all() {
-   local DOCS=( docs/FAQ.md )
-   use examples && DOCS+=( docs/examples.md )
-   distutils-r1_python_install_all
-}



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

2020-10-07 Thread Thomas Deutschmann
commit: 5dc218d61de8bb0e5817856e91f0cd0ebb6eb0f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 20:43:51 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 20:44:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc218d6

profiles: package.use.mask  gentoo.org>

 profiles/arch/amd64/package.use.mask | 5 +
 profiles/arch/x86/package.use.mask   | 5 +
 2 files changed, 10 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 5590712ff6e..6b98a1f0ede 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (2020-10-07)
+#  (2020-10-05)
 # Guile only supports JIT on some arches
 # (See 9.3.8 in the Guile manual)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index f8b1061fcff..178bf43d284 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (2020-10-07)
+#  (2020-10-05)
 # Guile only supports JIT on some arches
 # (See 9.3.8 in the Guile manual)



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

2020-10-07 Thread Thomas Deutschmann
commit: cc06aea2efdfe16f09ea88eb1ead9f85e82e6dcd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  7 20:35:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  7 20:44:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc06aea2

app-emulation/virt-manager: drop Python 3.6 support

Fixes: dca9e8b1248 ("dev-python/libvirt-python: drop old")
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild 
b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
index 2297b799d92..d652192107a 100644
--- a/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
+++ b/app-emulation/virt-manager/virt-manager-2.2.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 DISTUTILS_SINGLE_IMPL=1
 
 DISTUTILS_USE_SETUPTOOLS=no



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

2020-10-07 Thread Bernard Cafarelli
commit: 3a1bea19125d37d68f67aea9e10a2283dfca2def
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 16:45:14 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 20:39:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1bea19

www-apps/nextcloud: 20.0.0 major version bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/nextcloud/Manifest|  1 +
 www-apps/nextcloud/nextcloud-20.0.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 6bfea719b17..ca87e6fd533 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -6,3 +6,4 @@ DIST nextcloud-18.0.9.tar.bz2 96906179 BLAKE2B 
e51f6bffeae47db0693df9f650df2b255
 DIST nextcloud-19.0.1.tar.bz2 90595211 BLAKE2B 
72feeca3105d31ada79b16cbc345ec191e37a7e2364cffd6c37ac60c990dbe0345f4c9f1b815ccf3632d1c31b5d561b6fc4d9870ee25dee48c51ae518bbd4a72
 SHA512 
aa4db108bff2b452123e5513bde03fe4c2f1da58c1987d74a246a69714fedf121ca9ed6151609d87c91dd6109419b764ba02c5c3c1669c5ddd5a49118e68f0c0
 DIST nextcloud-19.0.2.tar.bz2 99715473 BLAKE2B 
9288da04aae8da92de39bc4712f2e458d0acf0277e3cfa6dd6f762819e0e8c790c9ce4a6eafbbd07babfdece70634ebab33fd59525bb9e5afddc3ceb2b8caa27
 SHA512 
0f4b2aa01acf75d95057b9197d4a66c8ef1f9174d45df4d4d0cc8ce4619ddeba07328fb00251f02ed462dbe698b415472a1fe3ff347539769ad124de1f4bd443
 DIST nextcloud-19.0.3.tar.bz2 100074272 BLAKE2B 
295d22dfb9f82decd90e2d052e7b80069de871fb7850233016cc7b0238444cbbc646aa53e8de45b7e4297c3ebc623996aa501ee3475767cc54782e0b0ab3e98e
 SHA512 
be4f489903ca7f777bda541a706d4c4f16a2a3ce56abc65525f72b0464592571ccdd9f8915457450ce37f90d51c944cab5c75b100433e3db3dcc154362c4d76f
+DIST nextcloud-20.0.0.tar.bz2 121470470 BLAKE2B 
f22cf588e6e72dc07ab28d4e888436d637130093f4b322b32e6328677ab62babdf0c4d82ae27a020d0096c34c8477e73115eb7a915e1618f80e4030b78d3f26e
 SHA512 
45f50a9922831f2170c5cbd94bc9e7c144d4a7a6635b044a306ddc685d5dec733c52a63737c6b15b63918ee67149de9ea9a53337eeaf2e0a9007d8f248759405

diff --git a/www-apps/nextcloud/nextcloud-20.0.0.ebuild 
b/www-apps/nextcloud/nextcloud-20.0.0.ebuild
new file mode 100644
index 000..de1b7898efd
--- /dev/null
+++ b/www-apps/nextcloud/nextcloud-20.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+DESCRIPTION="Personal cloud that runs on your own server"
+HOMEPAGE="https://nextcloud.com/;
+SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2;
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+curl +imagemagick mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND=""
+RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip]
+   imagemagick? ( dev-php/pecl-imagick )
+   virtual/httpd-php"
+
+S=${WORKDIR}/${PN}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+   dodir "${MY_HTDOCSDIR}"/data
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/config
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_src_install
+}



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

2020-10-07 Thread Bernard Cafarelli
commit: 260c483a9640b76ad11e677f72f0e64cfd1283b9
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 20:38:37 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 20:39:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260c483a

app-emulation/free42: 2.5.20 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-emulation/free42/Manifest |  1 +
 app-emulation/free42/free42-2.5.20.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index a966189f7e1..5192f8b8a01 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -3,3 +3,4 @@ DIST free42-nologo-2.5.14.tgz 7410951 BLAKE2B 
5d8087269da86a2c8c00378a3bc51d2f85
 DIST free42-nologo-2.5.16.tgz 7412652 BLAKE2B 
bdea95adca140eecbb192706a5e611c1ad5d248b47aa609ac2733eb018ea74e7661a1797acf9458aa07b6015df7376b3ef329685cff984d364c2f5e26f7d213b
 SHA512 
5adfe5ce09e3aecae7f05d3880234eb903eb48b36ee10e88be87a8941752323f97067b97cb85699fc03591fc355024eb6cd621f64c31e6e5c6dd4d5027f1ba34
 DIST free42-nologo-2.5.17.tgz 7412893 BLAKE2B 
ce8a06d290d4fcc12fd9b98c9bb80e12b3dc0a8d53b87cba874bce5798812d667c9e61ac4d990ace9828b10bf223adb1e32274ca11837ec50b4b0559fe8d92ac
 SHA512 
64efdb93a33780095360eb987ca5fa192336b285dcf785a268db59fa4aa8cf2c8ce91b8242c9b4d5efa9c4556f5d688894f60056117e1c0774147894e59d32c9
 DIST free42-nologo-2.5.18.tgz 7413195 BLAKE2B 
c3d7d92c2f9b527fb6932f46644cb306217ab103bde1ecfd52a2659a1a71eaef199abeda8b24977e338757bfd57c824c31bc3bf9aa396e3372629b04737e6232
 SHA512 
3543d0a0cc4dff9c96c1121f221dded40f2574fffbd4747ef179b0d5cf75a003f49bc548df554fb46504af787d9d2fdb434c23a420f4b3592c838f4d00ac7140
+DIST free42-nologo-2.5.20.tgz 7414358 BLAKE2B 
f1e0963e6a808121efc4d9bd82863d8c7898f65504d4c59f6a6beadc0c4e5c1335ce4c65d25550a3f4d5c080e1933ad30f6325661af4a513f69941c48adda1a5
 SHA512 
04a01f29ed5a3c9374de98ead6c54191dbde6b0e3d9923b5c89f18f868630b50235711820e751e4a1e3efc0600b1a7a105e8800f660d67124458a8f2826c840f

diff --git a/app-emulation/free42/free42-2.5.20.ebuild 
b/app-emulation/free42/free42-2.5.20.ebuild
new file mode 100644
index 000..bd3148a0b38
--- /dev/null
+++ b/app-emulation/free42/free42-2.5.20.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PV="${PN}-nologo-${PV}"
+
+DESCRIPTION="An HP-42S Calculator Simulator"
+HOMEPAGE="https://thomasokken.com/free42/;
+SRC_URI="https://thomasokken.com/free42/upstream/${MY_PV}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa"
+
+DEPEND="dev-libs/atk
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   alsa? ( media-libs/alsa-lib )"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( CREDITS HISTORY README )
+S="${WORKDIR}/${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.5.16-fix-makefile.patch"
+   "${FILESDIR}/${PN}-2.5.3-fix-build-intel-lib.patch"
+)
+
+src_prepare() {
+   default
+}
+
+src_compile() {
+   local myconf
+   use alsa && myconf="AUDIO_ALSA=yes"
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
+   emake -C gtk clean
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
+}
+
+src_install() {
+   default
+   dobin gtk/free42bin gtk/free42dec
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/free42/files/, app-emulation/free42/

2020-10-07 Thread Bernard Cafarelli
commit: f35b9c5f3fe3542bb1b280436c9f0b74eaa24015
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Oct  7 20:39:33 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Oct  7 20:39:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35b9c5f

app-emulation/free42: drop some old ~arch versions

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-emulation/free42/Manifest  |  3 --
 .../free42/files/free42-2.5.12-fix-makefile.patch  | 45 ---
 app-emulation/free42/free42-2.5.14.ebuild  | 50 --
 app-emulation/free42/free42-2.5.16.ebuild  | 50 --
 app-emulation/free42/free42-2.5.17.ebuild  | 50 --
 5 files changed, 198 deletions(-)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index 5192f8b8a01..e9cdf10eee6 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,6 +1,3 @@
 DIST free42-nologo-2.0.20.tgz 7390214 BLAKE2B 
306f3378bcbb44fa7982c5d9c29bfbea62e915ca50ca5e5216f46fbf483f110a1288d4800991a74622a042517496ff8dd94c3fa3249e8bb4181957e6b23d5ea3
 SHA512 
9b540fbc50df2f94b135b5e778354f330df77a54ef2ad99b257b5b91d1e3e8d1241e8a834522fc46fe33571ea2695ad8889b427dbcf653870672e89cd56d60f5
-DIST free42-nologo-2.5.14.tgz 7410951 BLAKE2B 
5d8087269da86a2c8c00378a3bc51d2f85e2458283ab84dbee3f6d84a373423581b983faef184e794f3c2effd3bde568a4df627a29720d8cb3970e27ddc9c3ca
 SHA512 
0e2ed3f13448d0ea60255d5e45831fcf14efef831f7c2fef59348bd15e1e4b0c42d1b24693de4e35d350367057bc14995767e8e099eb3ed46320c6f6ba97fe69
-DIST free42-nologo-2.5.16.tgz 7412652 BLAKE2B 
bdea95adca140eecbb192706a5e611c1ad5d248b47aa609ac2733eb018ea74e7661a1797acf9458aa07b6015df7376b3ef329685cff984d364c2f5e26f7d213b
 SHA512 
5adfe5ce09e3aecae7f05d3880234eb903eb48b36ee10e88be87a8941752323f97067b97cb85699fc03591fc355024eb6cd621f64c31e6e5c6dd4d5027f1ba34
-DIST free42-nologo-2.5.17.tgz 7412893 BLAKE2B 
ce8a06d290d4fcc12fd9b98c9bb80e12b3dc0a8d53b87cba874bce5798812d667c9e61ac4d990ace9828b10bf223adb1e32274ca11837ec50b4b0559fe8d92ac
 SHA512 
64efdb93a33780095360eb987ca5fa192336b285dcf785a268db59fa4aa8cf2c8ce91b8242c9b4d5efa9c4556f5d688894f60056117e1c0774147894e59d32c9
 DIST free42-nologo-2.5.18.tgz 7413195 BLAKE2B 
c3d7d92c2f9b527fb6932f46644cb306217ab103bde1ecfd52a2659a1a71eaef199abeda8b24977e338757bfd57c824c31bc3bf9aa396e3372629b04737e6232
 SHA512 
3543d0a0cc4dff9c96c1121f221dded40f2574fffbd4747ef179b0d5cf75a003f49bc548df554fb46504af787d9d2fdb434c23a420f4b3592c838f4d00ac7140
 DIST free42-nologo-2.5.20.tgz 7414358 BLAKE2B 
f1e0963e6a808121efc4d9bd82863d8c7898f65504d4c59f6a6beadc0c4e5c1335ce4c65d25550a3f4d5c080e1933ad30f6325661af4a513f69941c48adda1a5
 SHA512 
04a01f29ed5a3c9374de98ead6c54191dbde6b0e3d9923b5c89f18f868630b50235711820e751e4a1e3efc0600b1a7a105e8800f660d67124458a8f2826c840f

diff --git a/app-emulation/free42/files/free42-2.5.12-fix-makefile.patch 
b/app-emulation/free42/files/free42-2.5.12-fix-makefile.patch
deleted file mode 100644
index 8a8fa437ba2..000
--- a/app-emulation/free42/files/free42-2.5.12-fix-makefile.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Naur free42-nologo-2.5.12.orig/gtk/Makefile 
free42-nologo-2.5.12/gtk/Makefile
 free42-nologo-2.5.12.orig/gtk/Makefile 2019-11-28 20:11:51.0 
+0100
-+++ free42-nologo-2.5.12/gtk/Makefile  2019-11-29 17:59:58.292516949 +0100
-@@ -15,7 +15,7 @@
- # along with this program; if not, see http://www.gnu.org/licenses/.
- 
###
- 
--CFLAGS = -MMD \
-+CFLAGS := -MMD \
--Wall \
--Wno-parentheses \
--Wno-write-strings \
-@@ -34,7 +34,8 @@
--DDECIMAL_GLOBAL_ROUNDING=1 \
--DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \
--DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \
--   -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1
-+   -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 \
-+   ${CFLAGS}
- 
- 
###
- ### Note that there are deprecation warnings while compiling shell_main.cc  
###
-@@ -46,10 +47,11 @@
- ### GTK+ 3.22 for testing.  
###
- 
###
- 
--CXXFLAGS = $(CFLAGS) \
-+CXXFLAGS := $(CFLAGS) \
--fno-exceptions \
--fno-rtti \
--   -D_WCHAR_T_DEFINED
-+   -D_WCHAR_T_DEFINED \
-+   ${CFLAGS}
- 
- LIBS = gcc111libbid.a $(shell pkg-config --libs gtk+-3.0)
- 
-@@ -125,7 +127,7 @@
- 
- symlinks:
-   for fn in `cd ../common; /bin/ls`; do ln -s ../common/$$fn; done
--  sh ./build-intel-lib.sh
-+  +sh ./build-intel-lib.sh
-   ln -s IntelRDFPMathLib20U1/TESTS/readtest.c
-   touch symlinks
- 

diff --git a/app-emulation/free42/free42-2.5.14.ebuild 

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

2020-10-07 Thread Rick Farina
commit: 43aea490071739f96c7b05f5b440d84062e9c5e1
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Oct  6 20:17:51 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Oct  7 20:26:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43aea490

net-wireless/gr-m2k: initial ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-m2k/gr-m2k-.ebuild | 46 ++
 net-wireless/gr-m2k/metadata.xml   | 15 +++
 2 files changed, 61 insertions(+)

diff --git a/net-wireless/gr-m2k/gr-m2k-.ebuild 
b/net-wireless/gr-m2k/gr-m2k-.ebuild
new file mode 100644
index 000..5ba99f4abc9
--- /dev/null
+++ b/net-wireless/gr-m2k/gr-m2k-.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="A C++ library for interfacing with the ADALM2000"
+HOMEPAGE="https://github.com/analogdevicesinc/gr-m2k;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-m2k.git;
+   inherit git-r3
+else
+   COMMIT="f98dfa42134d2dff458c7832842d1f51c3131aa4"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-m2k/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/boost:=
+   =net-wireless/gnuradio-3.8*:=
+   net-libs/libiio
+   net-wireless/libm2k
+   "
+DEPEND="${RDEPEND}
+   dev-lang/swig
+"
+
+src_configure() {
+   mycmakeargs=(
+   -DCMAKE_SKIP_BUILD_RPATH=TRUE
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   #this seems to not compile things
+   python_optimize
+}

diff --git a/net-wireless/gr-m2k/metadata.xml b/net-wireless/gr-m2k/metadata.xml
new file mode 100644
index 000..683b3dae68f
--- /dev/null
+++ b/net-wireless/gr-m2k/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   analogdevicesinc/gr-m2k
+   
+



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

2020-10-07 Thread Rick Farina
commit: 2c03817db977cc9b16b95237a1449ba1abc61e7c
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Oct  7 15:23:14 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Oct  7 20:26:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c03817d

x11-libs/qwt: non-maintainer bump

I needed this for my testing so I figured I would share.
Apologies if that's an overstep.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 x11-libs/qwt/Manifest |   1 +
 x11-libs/qwt/qwt-6.1.5.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/x11-libs/qwt/Manifest b/x11-libs/qwt/Manifest
index 493631909bf..67c5258709b 100644
--- a/x11-libs/qwt/Manifest
+++ b/x11-libs/qwt/Manifest
@@ -1 +1,2 @@
 DIST qwt-6.1.4.tar.bz2 4227315 BLAKE2B 
dd7212adb3c8fda081b1feeeb9d59b3b087deb0ef56bdbc7bb95e01992e41d5d91065f0b8aaf3337e1c66d4ad431bfb313f9b04bb2e43915f4cb21fb65725e36
 SHA512 
6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da
+DIST qwt-6.1.5.tar.bz2 4408268 BLAKE2B 
5f42e0cfc95a7dade8e376438234abded91390b52a793eba6aef21027379f12ab2441fd80121e05c1fba13ac1b526bb6c1a6c0e8442c87cb06dcf2c520269373
 SHA512 
0dd1a8278751f0bb26e33ccbf120a20e406109a440d314e4525ce9a2d6f1fc56dccff2dc11c500fe2cfcbd42f4a641e87a231f93f321edc588d9353ffaccbd22

diff --git a/x11-libs/qwt/qwt-6.1.5.ebuild b/x11-libs/qwt/qwt-6.1.5.ebuild
new file mode 100644
index 000..44c1eba26b9
--- /dev/null
+++ b/x11-libs/qwt/qwt-6.1.5.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="2D plotting library for Qt5"
+HOMEPAGE="https://qwt.sourceforge.net/;
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
+
+LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+SLOT="6/1.4"
+IUSE="designer doc examples mathml opengl svg"
+
+DEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
+   opengl? (
+   dev-qt/qtopengl:5
+   virtual/opengl
+   )
+   svg? ( dev-qt/qtsvg:5 )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGES-6.1 README )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.0.2-invalid-read.patch
+   "${FILESDIR}"/${PN}-6.1.1-pc-destdir.patch
+)
+
+src_prepare() {
+   default
+
+   cat > qwtconfig.pri <<-EOF
+   QWT_INSTALL_LIBS = "${EPREFIX}/usr/$(get_libdir)"
+   QWT_INSTALL_HEADERS = "${EPREFIX}/usr/include/qwt6"
+   QWT_INSTALL_DOCS = "${EPREFIX}/usr/share/doc/${PF}"
+   QWT_CONFIG += QwtPlot QwtWidgets QwtPkgConfig
+   VERSION = ${PV/_*}
+   QWT_VERSION = ${PV/_*}
+   EOF
+
+   use designer && echo "QWT_CONFIG += QwtDesigner" >> qwtconfig.pri
+   use mathml && echo "QWT_CONFIG += QwtMathML" >> qwtconfig.pri
+   use opengl && echo "QWT_CONFIG += QwtOpenGL" >> qwtconfig.pri
+   use svg && echo "QWT_CONFIG += QwtSvg" >> qwtconfig.pri
+
+   cat > qwtbuild.pri <<-EOF
+   QWT_CONFIG += qt warn_on thread release no_keywords
+   EOF
+
+   echo "QWT_CONFIG += QwtDll" >> qwtconfig.pri
+
+   cat >> qwtconfig.pri <<-EOF
+   QWT_INSTALL_PLUGINS   = 
"${EPREFIX}$(qt5_get_plugindir)/designer"
+   QWT_INSTALL_FEATURES  = 
"${EPREFIX}$(qt5_get_mkspecsdir)/features"
+   EOF
+   sed \
+   -e 's/target doc/target/' \
+   -e "/^TARGET/s:(qwt):(qwt6-qt5):g" \
+   -e "/^TARGET/s:qwt):qwt6-qt5):g" \
+   -i src/src.pro || die
+
+   sed \
+   -e '/qwtAddLibrary/s:(qwt):(qwt6-qt5):g' \
+   -e '/qwtAddLibrary/s:qwt):qwt6-qt5):g' \
+   -i qwt.prf designer/designer.pro examples/examples.pri \
+   textengines/mathml/qwtmathml.prf textengines/textengines.pri || 
die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_compile() {
+   default
+}
+
+src_test() {
+   cd examples || die
+   eqmake5 examples.pro
+   emake
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   if use mathml; then
+   sed \
+   -e "s: -L\"${WORKDIR}\".* -lqwt6: -lqwt6:g" \
+   -i "${ED}"/usr/$(get_libdir)/pkgconfig/qwtmathml.pc || 
die
+   fi
+
+   if use doc; then
+   local HTML_DOCS=( doc/html/. )
+   else
+   rm -r "${ED}"/usr/share/doc/${PF}/html || die
+   fi
+
+   einstalldocs
+
+   mkdir -p "${ED}"/usr/share/man/ || die
+   mv "${ED}"/usr/share/doc/${PF}/man/man3 "${ED}"/usr/share/man/ && \
+   rmdir 

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

2020-10-07 Thread Rick Farina
commit: 7b8f4150702735bbb00f5f0a1782f684ad123096
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Oct  6 20:10:59 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Oct  7 20:26:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8f4150

net-wireless/libm2k: initial ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/libm2k/Manifest|  1 +
 net-wireless/libm2k/libm2k-0.0_p20201005.ebuild | 44 +
 net-wireless/libm2k/libm2k-.ebuild  | 44 +
 net-wireless/libm2k/metadata.xml| 15 +
 4 files changed, 104 insertions(+)

diff --git a/net-wireless/libm2k/Manifest b/net-wireless/libm2k/Manifest
new file mode 100644
index 000..ba466716103
--- /dev/null
+++ b/net-wireless/libm2k/Manifest
@@ -0,0 +1 @@
+DIST libm2k-0.0_p20201005.tar.gz 590923 BLAKE2B 
47b018ca8524a30d2d22c387c45361a3765ef356a481ff144783e459f673f3c00ba122cfc086b4f7d3cef2f6847b9adee3bc1eec4f6ee52eb355a9625b29b7c6
 SHA512 
60ca79048408e3ee6b09978f417cc8a0b67982fe9ac62563331c96fb503af22b050803f9d10598e9edd02eb3af396c1ad0d16772ae3cd3d16c251bd588a682c8

diff --git a/net-wireless/libm2k/libm2k-0.0_p20201005.ebuild 
b/net-wireless/libm2k/libm2k-0.0_p20201005.ebuild
new file mode 100644
index 000..25cde65f485
--- /dev/null
+++ b/net-wireless/libm2k/libm2k-0.0_p20201005.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake python-single-r1 udev
+
+DESCRIPTION="A C++ library for interfacing with the ADALM2000"
+HOMEPAGE="https://github.com/analogdevicesinc/libm2k;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/libm2k.git;
+   inherit git-r3
+else
+   COMMIT="f98dfa42134d2dff458c7832842d1f51c3131aa4"
+   
SRC_URI="https://github.com/analogdevicesinc/libm2k/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libiio
+   "
+DEPEND="${RDEPEND}
+   dev-lang/swig
+"
+
+src_configure() {
+   mycmakeargs=(
+   -DUDEV_RULES_PATH="$(get_udevdir)"/rules.d
+   -DCMAKE_SKIP_BUILD_RPATH=TRUE
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   #this seems to not compile things
+   python_optimize
+}

diff --git a/net-wireless/libm2k/libm2k-.ebuild 
b/net-wireless/libm2k/libm2k-.ebuild
new file mode 100644
index 000..25cde65f485
--- /dev/null
+++ b/net-wireless/libm2k/libm2k-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake python-single-r1 udev
+
+DESCRIPTION="A C++ library for interfacing with the ADALM2000"
+HOMEPAGE="https://github.com/analogdevicesinc/libm2k;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/libm2k.git;
+   inherit git-r3
+else
+   COMMIT="f98dfa42134d2dff458c7832842d1f51c3131aa4"
+   
SRC_URI="https://github.com/analogdevicesinc/libm2k/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libiio
+   "
+DEPEND="${RDEPEND}
+   dev-lang/swig
+"
+
+src_configure() {
+   mycmakeargs=(
+   -DUDEV_RULES_PATH="$(get_udevdir)"/rules.d
+   -DCMAKE_SKIP_BUILD_RPATH=TRUE
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   #this seems to not compile things
+   python_optimize
+}

diff --git a/net-wireless/libm2k/metadata.xml b/net-wireless/libm2k/metadata.xml
new file mode 100644
index 000..5e6b1e4eb83
--- /dev/null
+++ b/net-wireless/libm2k/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   analogdevicesinc/libm2k
+   
+



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

2020-10-07 Thread Rick Farina
commit: 7929dbbb523b9eaefb101996e65821e25fbd2b23
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Oct  7 15:32:18 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Oct  7 20:26:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7929dbbb

x11-libs/qwt: fix subslot

presumably correctly

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

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

diff --git a/x11-libs/qwt/qwt-6.1.5.ebuild b/x11-libs/qwt/qwt-6.1.5.ebuild
index 44c1eba26b9..4ea5805f7f0 100644
--- a/x11-libs/qwt/qwt-6.1.5.ebuild
+++ b/x11-libs/qwt/qwt-6.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"
 
 LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
-SLOT="6/1.4"
+SLOT="6/1.5"
 IUSE="designer doc examples mathml opengl svg"
 
 DEPEND="



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

2020-10-07 Thread Rick Farina
commit: dfd79505911b3143adb0b5f567f92de88e4af71b
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Oct  6 19:20:01 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Oct  7 20:26:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd79505

net-wireless/gr-scopy: initial ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-scopy/Manifest |  1 +
 .../gr-scopy/gr-scopy-0.0_p20201005.ebuild | 34 ++
 net-wireless/gr-scopy/gr-scopy-.ebuild | 34 ++
 net-wireless/gr-scopy/metadata.xml | 15 ++
 4 files changed, 84 insertions(+)

diff --git a/net-wireless/gr-scopy/Manifest b/net-wireless/gr-scopy/Manifest
new file mode 100644
index 000..bac2b331b82
--- /dev/null
+++ b/net-wireless/gr-scopy/Manifest
@@ -0,0 +1 @@
+DIST gr-scopy-0.0_p20201005.tar.gz 204034 BLAKE2B 
17d797822c7920186a6d875119d582fda7b74f9c23248d9821ba172f59b1df1433520e723e4dc6b1eca1f08fb7256893767794b584d7c0bd53aa2ede80cd2b92
 SHA512 
12c0e76008b0a7570a85707afe28a102541e02f10a55346c76cb7984e8435e20281e6406c86ee22e8b4fbe0211bb6657f88f36bdf6b3b76d4e24b2a3f12e6350

diff --git a/net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild 
b/net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild
new file mode 100644
index 000..f695c1501bb
--- /dev/null
+++ b/net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="Scopy IIO blocks for GNU Radio"
+HOMEPAGE="https://github.com/analogdevicesinc/gr-scopy;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-scopy.git;
+   inherit git-r3
+else
+   COMMIT="f48b45cabe2a81f491137dbc220032ea65f080c3"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-scopy/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+   =net-wireless/gnuradio-3.8*:=
+   sci-libs/volk:=
+   "
+DEPEND="${RDEPEND}"
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}

diff --git a/net-wireless/gr-scopy/gr-scopy-.ebuild 
b/net-wireless/gr-scopy/gr-scopy-.ebuild
new file mode 100644
index 000..f695c1501bb
--- /dev/null
+++ b/net-wireless/gr-scopy/gr-scopy-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="Scopy IIO blocks for GNU Radio"
+HOMEPAGE="https://github.com/analogdevicesinc/gr-scopy;
+if [ "${PV}" = "" ]; then
+   EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-scopy.git;
+   inherit git-r3
+else
+   COMMIT="f48b45cabe2a81f491137dbc220032ea65f080c3"
+   
SRC_URI="https://github.com/analogdevicesinc/gr-scopy/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${COMMIT}"
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-3+"
+SLOT="0"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+RDEPEND="${PYTHON_DEPS}
+   =net-wireless/gnuradio-3.8*:=
+   sci-libs/volk:=
+   "
+DEPEND="${RDEPEND}"
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}

diff --git a/net-wireless/gr-scopy/metadata.xml 
b/net-wireless/gr-scopy/metadata.xml
new file mode 100644
index 000..5424315fd97
--- /dev/null
+++ b/net-wireless/gr-scopy/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   analogdevicesinc/gr-scopy
+   
+



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

2020-10-07 Thread Sam James
commit: 1a71a2a20a8dacbc76a1192e9e59c710449addbe
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a71a2a2

dev-util/spirv-tools: Stabilize 2020.3 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/spirv-tools/spirv-tools-2020.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2020.3.ebuild 
b/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
index 8cf8dca6539..36fe16cef68 100644
--- a/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2020.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-10-07 Thread Sam James
commit: 0fa1a4d3f34acdac7c1ad96b400a82085b3eae3e
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa1a4d3

dev-util/spirv-headers: Stabilize 1.5.3 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/spirv-headers/spirv-headers-1.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
index 38d9ad01c4b..81d519250a4 100644
--- a/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.5.3.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2020-10-07 Thread Sam James
commit: 886c5d1577276d338a606142c11d68ba4af52bd1
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886c5d15

dev-util/vulkan-headers: Stabilize 1.2.143 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
index 7bea2760fcf..dd50bf7b34d 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.143.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-10-07 Thread Sam James
commit: 66b9c24f03cb61a217a6e964d55aff8a1582d2fd
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b9c24f

media-video/rav1e: Stabilize 0.3.3 arm, #738238

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-video/rav1e/rav1e-0.3.3.ebuild 
b/media-video/rav1e/rav1e-0.3.3.ebuild
index 450d7489ec0..59cec7033f5 100644
--- a/media-video/rav1e/rav1e-0.3.3.ebuild
+++ b/media-video/rav1e/rav1e-0.3.3.ebuild
@@ -179,7 +179,7 @@ else
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
 fi
 
 DESCRIPTION="The fastest and safest AV1 encoder"



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

2020-10-07 Thread Sam James
commit: 40a2d082ad9524bd481cfd2062d32449e21a182e
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a2d082

dev-util/glslang: Stabilize 8.13.3743-r1 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/glslang/glslang-8.13.3743-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-8.13.3743-r1.ebuild 
b/dev-util/glslang/glslang-8.13.3743-r1.ebuild
index 95e57fdafa6..d32279af320 100644
--- a/dev-util/glslang/glslang-8.13.3743-r1.ebuild
+++ b/dev-util/glslang/glslang-8.13.3743-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="${PV}"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}/${PN}-${SNAPSHOT_COMMIT}"
 fi
 



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

2020-10-07 Thread Sam James
commit: c0bc955a455779712e996df5c8802df3c0263301
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc955a

dev-util/cargo-c: Stabilize 0.6.2 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 dev-util/cargo-c/cargo-c-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cargo-c/cargo-c-0.6.2.ebuild 
b/dev-util/cargo-c/cargo-c-0.6.2.ebuild
index 1255841db87..6d7171ac354 100644
--- a/dev-util/cargo-c/cargo-c-0.6.2.ebuild
+++ b/dev-util/cargo-c/cargo-c-0.6.2.ebuild
@@ -153,7 +153,7 @@ RESTRICT="mirror"
 # use cargo-license for a more accurate license picture
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
 IUSE="libressl"
 
 DEPEND=""



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

2020-10-07 Thread Sam James
commit: d02cba3171a11e55516d70d05bc7369e12ca3bb7
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02cba31

media-libs/vulkan-layers: Stabilize 1.2.141 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
index d9be98b4afb..0c11b39d58b 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.141.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2020-10-07 Thread Sam James
commit: d2c7fd83f2a49a99de2bf34003b50cfe32768b9f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 20:12:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 20:12:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c7fd83

media-libs/vulkan-loader: Stabilize 1.2.141-r1 arm, #738238

Signed-off-by: Sam James  gentoo.org>

 media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
index 1d88e48af04..2f892884818 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.141-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



  1   2   3   4   5   >