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

2021-07-03 Thread Hans de Graaff
commit: dff27ebed1d093e610f56f47e1cd2b0960f6b936
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:50:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:50:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff27ebe

dev-ruby/rspec-mocks: cleanup

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

 dev-ruby/rspec-mocks/Manifest  |  2 --
 dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild | 50 --
 dev-ruby/rspec-mocks/rspec-mocks-3.10.1.ebuild | 50 --
 3 files changed, 102 deletions(-)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index f6ba270c161..1b87e834c22 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,5 +1,3 @@
 DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 
27ae180381d427b642c53c351e7b53602caba4252ddf5393949d940be8474110eb0697901afaaa878cd8d368f081c6644c0fcbce86d9d14b9f93f48c027ae808
 SHA512 
dd3b9394d56de8d3089dbcda1e1a5bbdc46486876a99a8a83b602b84ba0320913d8e8dabe5e0367645eb01b943607b93e67d87cc26e380c8db6e048e4e0d
-DIST rspec-mocks-3.10.0-git.tgz 193499 BLAKE2B 
9bddac80a299e2fc8f549bf4beb2bd3fa5dea21486df7dda9112b008334014284330965881207fedf4b6bea09c25f36b8b2e15ac7bbc6cb244f3504942673d0c
 SHA512 
a2bf76a59b74b89891e4032519fe83ae49a662d3508ecbd9919e6a76d13f0a736063e7215bfda21a3aa58cd88e69fd5eea2a4cbf998a06ee0c192c3d5650995a
-DIST rspec-mocks-3.10.1-git.tgz 194945 BLAKE2B 
7e61c88bde222d7bbe7e4d10b42ad9505469184bb16bb6c693ac2f5fd153ab8293046ca60813e5b604f011e1acc140b3883afce631ea442f90579fd8652fa79f
 SHA512 
48eeb2f3a2dac83016b2e3698a4c793a485b8f264ed2ffbb6f948d6f804ab1cebc66cec1e76c5b538517be50b6f424d92e53c1a0c86905307f1cdf114abf
 DIST rspec-mocks-3.10.2-git.tgz 196040 BLAKE2B 
8e975dc8480d4709f650ff27c517104714156c551b8b9ec04681132bd92be80bdb11867730f462e7fb6b672430246a0a11404dec5638b5350b57d81a8eac2e57
 SHA512 
ab11fa77c5f9e3bec2003dc8825d9582dcbffa08a36818bd9cdbe2dfd357113de3712c818deafc165530f9e4d2683ec06e54d37c37aeb820ae3cd592f76cf2cb
 DIST rspec-mocks-3.9.1-git.tgz 192772 BLAKE2B 
abcc8fc82648993e6a407a8c4ac4f5b146b821e1e842c1dd2b95824d8468aac0ea796438d77e376c897675f66bd2bc9024da8fa5ccaf60139ea296b388d542cd
 SHA512 
f804783fca4cf2258e83f82515cd5881ceae0bdd3aedb452a1db901e01de5dbca1d2bdef0ac0828a4bd23a1de58d127a42150c8c204219bca39ea7072619098f

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild
deleted file mode 100644
index adff253329a..000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-#RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-mocks;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
-   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/rspec-core-3.3.0:3
-   >=dev-ruby/rspec-expectations-2.99.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm Gemfile || die
-
-   # Remove .rspec options to avoid dependency on newer rspec when
-   # bootstrapping.
-   rm .rspec || die
-
-   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
-
-   sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.10.1.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.10.1.ebuild
deleted file mode 100644
index adff253329a..000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.10.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-#RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-mocks;

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

2021-07-03 Thread Hans de Graaff
commit: 51137325c98ba5be0069c740ed62a21d359f5c3e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:48:28 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:48:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51137325

dev-ruby/rspec-mocks: cleanup

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

 dev-ruby/rspec-mocks/Manifest |  2 --
 dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild | 46 -
 dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild | 48 ---
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 6dc487ca07d..f6ba270c161 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -2,6 +2,4 @@ DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 
27ae180381d427b642c53c351e7b53602
 DIST rspec-mocks-3.10.0-git.tgz 193499 BLAKE2B 
9bddac80a299e2fc8f549bf4beb2bd3fa5dea21486df7dda9112b008334014284330965881207fedf4b6bea09c25f36b8b2e15ac7bbc6cb244f3504942673d0c
 SHA512 
a2bf76a59b74b89891e4032519fe83ae49a662d3508ecbd9919e6a76d13f0a736063e7215bfda21a3aa58cd88e69fd5eea2a4cbf998a06ee0c192c3d5650995a
 DIST rspec-mocks-3.10.1-git.tgz 194945 BLAKE2B 
7e61c88bde222d7bbe7e4d10b42ad9505469184bb16bb6c693ac2f5fd153ab8293046ca60813e5b604f011e1acc140b3883afce631ea442f90579fd8652fa79f
 SHA512 
48eeb2f3a2dac83016b2e3698a4c793a485b8f264ed2ffbb6f948d6f804ab1cebc66cec1e76c5b538517be50b6f424d92e53c1a0c86905307f1cdf114abf
 DIST rspec-mocks-3.10.2-git.tgz 196040 BLAKE2B 
8e975dc8480d4709f650ff27c517104714156c551b8b9ec04681132bd92be80bdb11867730f462e7fb6b672430246a0a11404dec5638b5350b57d81a8eac2e57
 SHA512 
ab11fa77c5f9e3bec2003dc8825d9582dcbffa08a36818bd9cdbe2dfd357113de3712c818deafc165530f9e4d2683ec06e54d37c37aeb820ae3cd592f76cf2cb
-DIST rspec-mocks-3.8.1-git.tgz 191543 BLAKE2B 
dae8b22a011a3563eb65d1709006169bf5dcf310749cb858f4ff20c7b82e7675a616fc427136fe5e0edeef1db0b42a1d0af1c5623eed35807e84dc355131c8cc
 SHA512 
ec71c4b815beef315f8db329bd2b0e60cdbb1fa37939c624799c1589d94dd28f74b3d1a4c0b9025bc98a809f80d625315458351fe7dec8291bad20e79beecca8
-DIST rspec-mocks-3.8.2-git.tgz 191807 BLAKE2B 
9ec44fcaad9fe1e9d75cfb84253e52411b7083070de5dbb19bcdf7c518eb2439e6493e979daf814df7b31bab8bbe72821d42eb797ab88d95e051a700b63d93b5
 SHA512 
42b9b952386ce862a1cc19116991ae6b4633d551db057babe2e4aa6553acb6eafbb05b98df8a5c6cb362a00025ac3ce0f43f3c4e4ea63343c8bf0dad769a3aed
 DIST rspec-mocks-3.9.1-git.tgz 192772 BLAKE2B 
abcc8fc82648993e6a407a8c4ac4f5b146b821e1e842c1dd2b95824d8468aac0ea796438d77e376c897675f66bd2bc9024da8fa5ccaf60139ea296b388d542cd
 SHA512 
f804783fca4cf2258e83f82515cd5881ceae0bdd3aedb452a1db901e01de5dbca1d2bdef0ac0828a4bd23a1de58d127a42150c8c204219bca39ea7072619098f

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
deleted file mode 100644
index 1348e1d322c..000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.8.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-mocks;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
-   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/rspec-core-3.3.0:3
-   >=dev-ruby/rspec-expectations-2.99.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm Gemfile || die
-
-   # Remove .rspec options to avoid dependency on newer rspec when
-   # bootstrapping.
-   rm .rspec || die
-
-   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
-}

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild
deleted file mode 100644
index fe35820547d..000
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.8.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-

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

2021-07-03 Thread Hans de Graaff
commit: 1a1e3700fb675d762d4b2391b415a33e758e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:51:53 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1e3700

dev-ruby/rspec-core: cleanup

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

 dev-ruby/rspec-core/Manifest |  1 -
 dev-ruby/rspec-core/rspec-core-3.10.0.ebuild | 91 
 2 files changed, 92 deletions(-)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index c0f78bda7e3..517b5c4392b 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -1,4 +1,3 @@
 DIST rspec-core-2.99.2-git.tgz 212935 BLAKE2B 
37195012f79aca3a1959f9143e2f5cbab63230ab07ea97928d6f66face8d07ab54d87f19535f5f235c441b2da6dec17ef2a889e9ccd7e83d987086e24afd1b82
 SHA512 
e13bc3384fd85c367481a8651c14be4a412cba5f58e12a8f4ab14b5d2768a7b92191b81e000e7dbf6a28275b41044d8b3eb70a04e4b30b5bf88db98cbec4cc44
-DIST rspec-core-3.10.0-git.tgz 396978 BLAKE2B 
6fb8947598234351595a8832e47baf941f2ca3e8bd39570fba79b9539a7af51144ef41a257d309eddab895ba1e8ba7fe1efb22c855aaab7f1556998d7024ef4a
 SHA512 
f00531021e20fd389dd7a5129ff3bf338c3fa35dfa5e15b0b73ba16eb081d3d7ed2014b1b2ea4ad2682e06f2822c2b895736ac9e80d6af3fba1aecb5cfcea8a3
 DIST rspec-core-3.10.1-git.tgz 398302 BLAKE2B 
3ecd2a93b77435ef44dd7e52e2987155f71de3b04376dfbfc9c831ce075b4105f6a23a210f8508784b66c46f1126c188a3bd0548cc4f24060373b9c7e0b79101
 SHA512 
2d134e742e36cfaac0a52fa7ebd949391cfe58419956536a65fa3aefa2c7f3638fe19f7324ca3e0d2642cc5a9d33de11b09bd571844f1cfae9c077e5f27563d5
 DIST rspec-core-3.9.3-git.tgz 396080 BLAKE2B 
ea52a33586dc32af49a72950c7dbf24eef52a74891b2d7004ec4c5083e2e6d63c602f5033fba3a8ec1dfe6e8da349208b468a79b4e16aa5150d2fc8e93055c0e
 SHA512 
f821ae3017c0fd9ac7f3ced0e81d0ebc54f2c17261f426c58a46c0bf1debb20efca7acc4b751b671e160de72ce5790f897bcb55d5d276fab228a4ea8d388a046

diff --git a/dev-ruby/rspec-core/rspec-core-3.10.0.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.10.0.ebuild
deleted file mode 100644
index 540f58d9c7a..000
--- a/dev-ruby/rspec-core/rspec-core-3.10.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-# Also install this custom path since internal paths depend on it.
-RUBY_FAKEGEM_EXTRAINSTALL="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-core;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="highlight"
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "
-   =dev-ruby/rspec-support-${SUBVERSION}*
-   highlight? ( >=dev-ruby/coderay-1.1.1 )
-"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/coderay-1.1.1
-   dev-ruby/syntax
-   >=dev-ruby/thread_order-1.1.0
-   >=dev-ruby/rspec-expectations-3.8.0:3
-   >=dev-ruby/rspec-mocks-2.99.0:3
-   >=dev-ruby/rspec-support-3.9.1:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Avoid dependency on cucumber since we can't run the features anyway.
-   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
-
-   # Duplicate exe also in bin. We can't change it since internal stuff
-   # also depends on this and fixing that is going to be fragile. This
-   # way we can at least install proper bin scripts.
-   cp -R exe bin || die
-
-   # Avoid unneeded dependency on git.
-   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
-
-   # Avoid aruba dependency so that we don't end up in dependency hell.
-   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
-   rm -f spec/support/aruba_support.rb || die
-   rm -f 
spec/integration/{bisect_runners,failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb
 || die
-   rm -f 
spec/integration/{spec_file_load_errors,output_stream,fail_if_no_examples}_spec.rb
 || die
-
-   # Avoid a spec failing due to path issues
-   sed -i -e '/does not load files in the default path when run by 
ruby/,/end/ s:^:#:' \
-   spec/rspec/core/configuration_spec.rb || die
-
-   # Avoid a spec that depends on dev-ruby/rspec to 

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

2021-07-03 Thread Hans de Graaff
commit: 6d4a34a1adf41b3619676a48b885741be5828fb2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:50:20 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4a34a1

dev-ruby/rspec-support: cleanup

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

 dev-ruby/rspec-support/Manifest|  2 -
 dev-ruby/rspec-support/rspec-support-3.10.0.ebuild | 51 --
 dev-ruby/rspec-support/rspec-support-3.10.1.ebuild | 51 --
 3 files changed, 104 deletions(-)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 7be4748924a..218f64073dc 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,4 +1,2 @@
-DIST rspec-support-3.10.0-git.tgz 72853 BLAKE2B 
59c585800013fff2dea15ad33dfeed430c9a932206623bb368f4f4660682f537391090cc8538f9052ebafcab336ebd2fdc79003844330adc447be6d977e5648b
 SHA512 
f7183f01b7a7ad55360823617a88a46b2351063d85d81bbd722ecf8b4bb41d014c9ae0af6123caa9405374d484aa61971153f4c59d009986aa20e93afd4a177d
-DIST rspec-support-3.10.1-git.tgz 74378 BLAKE2B 
b0b077c50572b654a8aec6dbbacb77a5ccbb68772a1a33c59ce1b424f0bfb6b72d1d4770234a8dec23a4126dc825189f67811913580f94570af7b8c33e217ab3
 SHA512 
e7240e591b76dc714880dc91da1e755a0d44d81f0de6861858293f4132a353b3b41a96175a58d81813222f254e6dfaac92170ab2fd3a8bd8e73ce7ba924e614f
 DIST rspec-support-3.10.2-git.tgz 74812 BLAKE2B 
e6c7e768d0df05fa5e77055efcc69699192928a35029264300faccf500b1ce7367e74e9c2ae0f7f8f0a5e755692ac83b982d0a3dab3da3ab697ad2c5766aa30d
 SHA512 
bd1fb5d737dfdbb7399d766854f0b173dad89675bac580cf65c5d42ab6cd04ad1773e7cfa875dfa4c6fac14f4ccbd6b48813bae5de26c931c804962d29b014be
 DIST rspec-support-3.9.4-git.tgz 72490 BLAKE2B 
03c3ba8316a2c6a79faf68db87adf193b684b82119dd9c5b67f2954f3ce72cf03e3e16898e2f5d57d76aef37bb8fb08ab8dacf8aaef6d1445a8257e2be14afe5
 SHA512 
95be2e03c37117d6bc132ce466779a8ac3c4fedadfb2a6dabb1fa11601aae908e341c87436dd526bbc8b02040b23200c95bd113d0475405afdb4acd099c67403

diff --git a/dev-ruby/rspec-support/rspec-support-3.10.0.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.10.0.ebuild
deleted file mode 100644
index 6b2a13cb99d..000
--- a/dev-ruby/rspec-support/rspec-support-3.10.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-support;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 
>=dev-ruby/thread_order-1.1.0 )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Remove spec that, by following symlinks, tries to scan pretty much
-   # the whole filesystem.
-   rm spec/rspec/support/caller_filter_spec.rb || die
-
-   # Avoid spec that requires a dependency on git
-   sed -i -e '/library wide checks/,/]/ s:^:#:' spec/rspec/support_spec.rb 
|| die
-
-   # Avoid a spec requiring a specific locale
-   sed -i -e '/copes with encoded strings/ 
s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
-
-   # Avoid a brittle spec depending on ruby implementation details
-   # should be fixed upstream in next version
-   #sed -i -e '/returns a hash containing nodes for each line number/askip 
"ruby26"' spec/rspec/support/source_spec.rb || die
-}
-
-each_ruby_prepare() {
-   # Use the ruby version being tested
-   sed -i -e '/shell_out/ s:ruby:'${RUBY}':' 
spec/rspec/support/spec/shell_out_spec.rb || die
-}
-
-each_ruby_test() {
-   RUBYLIB=lib ${RUBY} -S rspec spec || die
-}

diff --git a/dev-ruby/rspec-support/rspec-support-3.10.1.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.10.1.ebuild
deleted file mode 100644
index 6b2a13cb99d..000
--- a/dev-ruby/rspec-support/rspec-support-3.10.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"

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

2021-07-03 Thread Hans de Graaff
commit: 0200b8315aeae31311a42874408ad5400555ab04
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:46:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:46:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0200b831

dev-ruby/rspec: cleanup

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

 dev-ruby/rspec/Manifest   |  1 -
 dev-ruby/rspec/rspec-3.8.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/rspec/Manifest b/dev-ruby/rspec/Manifest
index 2013450792d..e9d3ac999bf 100644
--- a/dev-ruby/rspec/Manifest
+++ b/dev-ruby/rspec/Manifest
@@ -1,4 +1,3 @@
 DIST rspec-2.99.0.gem 5632 BLAKE2B 
eba837aeebcb0d65dc18a644fd935f241a6703998885418460b2c0bb59574ef144c416518099a77905ca7676852903804169d1bafc2cf8b3f79654b669c43762
 SHA512 
bcdf5e86938b102200144c49370e0a0691e39a8720048df2eab1a55f95a5bc5e4ced84c7da86d0ddc83ee4ce0f40602c2ae7ee10e55dccf8bb8b769ab048ebb8
 DIST rspec-3.10.0.gem 10752 BLAKE2B 
e0af9c31a5263b0656341be7432e1597afa56af9bfc5e6d21f1daa7553e5bd3daf2b383a7e1a5b6f761a5880540020e7accd8d4eb6cca6e57d616dcc41690970
 SHA512 
dd1a3a1c7c73ae9c053e071d7851780d8cf61e92ddba24072b9f2c00a342ed08c81090332ba2eaf7ab96adac3fc723685996195e5cc584e15de57ff02a4455ec
-DIST rspec-3.8.0.gem 10752 BLAKE2B 
14b1710fb64fb2ab46d59ac692ceb95dbe7f5e2f5c54e4f97170bd99c2b0d32e1977250f69160ab191367c8016663ecf5cd4e0c89941ff12c727ed52e6118551
 SHA512 
aa3ecee499240a26866797c00461c7e63915bb84a9a29afce75bd4e7864027588bafde05b108aa7b6d988c1a123265587db807567a8e0f3d03527b0f2d8329ba
 DIST rspec-3.9.0.gem 10752 BLAKE2B 
212cebbae9e71b8a090757ec4b9902f20043eaf95b079a409247990e1fca4236e13d0e9a3bd9b9eacfbc2d2aaab19583452dbe08b298ca69a85e20f0163741c2
 SHA512 
a7dbb22f01d842a41b54c375d32d94c77a7b964d1ea5b1971e7c228dfd5dbfcfe03c007d687781addb93f819dde8de664dda307c266137fdd0a07dab96f96fad

diff --git a/dev-ruby/rspec/rspec-3.8.0.ebuild 
b/dev-ruby/rspec/rspec-3.8.0.ebuild
deleted file mode 100644
index 6ec99af3d2f..000
--- a/dev-ruby/rspec/rspec-3.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "
-   =dev-ruby/rspec-core-${SUBVERSION}*
-   =dev-ruby/rspec-expectations-${SUBVERSION}*
-   =dev-ruby/rspec-mocks-${SUBVERSION}*"



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

2021-07-03 Thread Hans de Graaff
commit: 3cbc34ad79d6157d6bd552908ceb8c5c9340b82f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:51:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:51:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbc34ad

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  1 -
 .../rspec-expectations-3.10.0.ebuild   | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 0d58088ea2a..182e9ff1071 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,3 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
-DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
deleted file mode 100644
index 84439fd818e..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
-   =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}



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

2021-07-03 Thread Hans de Graaff
commit: dbcbb7bb26c045d8ebee3969c1fb2b7936a3d59d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:47:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:47:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcbb7bb

dev-ruby/rspec-core: cleanup

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

 dev-ruby/rspec-core/Manifest|  1 -
 dev-ruby/rspec-core/rspec-core-3.8.2.ebuild | 92 -
 2 files changed, 93 deletions(-)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index 00d3183480e..c0f78bda7e3 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -1,5 +1,4 @@
 DIST rspec-core-2.99.2-git.tgz 212935 BLAKE2B 
37195012f79aca3a1959f9143e2f5cbab63230ab07ea97928d6f66face8d07ab54d87f19535f5f235c441b2da6dec17ef2a889e9ccd7e83d987086e24afd1b82
 SHA512 
e13bc3384fd85c367481a8651c14be4a412cba5f58e12a8f4ab14b5d2768a7b92191b81e000e7dbf6a28275b41044d8b3eb70a04e4b30b5bf88db98cbec4cc44
 DIST rspec-core-3.10.0-git.tgz 396978 BLAKE2B 
6fb8947598234351595a8832e47baf941f2ca3e8bd39570fba79b9539a7af51144ef41a257d309eddab895ba1e8ba7fe1efb22c855aaab7f1556998d7024ef4a
 SHA512 
f00531021e20fd389dd7a5129ff3bf338c3fa35dfa5e15b0b73ba16eb081d3d7ed2014b1b2ea4ad2682e06f2822c2b895736ac9e80d6af3fba1aecb5cfcea8a3
 DIST rspec-core-3.10.1-git.tgz 398302 BLAKE2B 
3ecd2a93b77435ef44dd7e52e2987155f71de3b04376dfbfc9c831ce075b4105f6a23a210f8508784b66c46f1126c188a3bd0548cc4f24060373b9c7e0b79101
 SHA512 
2d134e742e36cfaac0a52fa7ebd949391cfe58419956536a65fa3aefa2c7f3638fe19f7324ca3e0d2642cc5a9d33de11b09bd571844f1cfae9c077e5f27563d5
-DIST rspec-core-3.8.2-git.tgz 387788 BLAKE2B 
e6cf93f5cef70f53039b6c22fc875cff58eaff4c0c7d4e75d23dedfbe16081980c6fe575d3082dbe6ed9edc8e81f0cbb9e29618da78af40a94c517a859f9d793
 SHA512 
2fe88ee3d66ecf134562dfa7b1001f23a1a750640c4f65cdec64d85dd735e0fde9d91479286f8f9c38064746813f41632d12d21b3926724ccd7c9ded50d2a7c8
 DIST rspec-core-3.9.3-git.tgz 396080 BLAKE2B 
ea52a33586dc32af49a72950c7dbf24eef52a74891b2d7004ec4c5083e2e6d63c602f5033fba3a8ec1dfe6e8da349208b468a79b4e16aa5150d2fc8e93055c0e
 SHA512 
f821ae3017c0fd9ac7f3ced0e81d0ebc54f2c17261f426c58a46c0bf1debb20efca7acc4b751b671e160de72ce5790f897bcb55d5d276fab228a4ea8d388a046

diff --git a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
deleted file mode 100644
index 4e6ee66dbb7..000
--- a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-# Also install this custom path since internal paths depend on it.
-RUBY_FAKEGEM_EXTRAINSTALL="exe"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-core;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="highlight"
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend "
-   =dev-ruby/rspec-support-${SUBVERSION}*
-   !!=dev-ruby/coderay-1.1.1 )
-"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/nokogiri-1.5.2
-   >=dev-ruby/coderay-1.1.1
-   dev-ruby/syntax
-   >=dev-ruby/thread_order-1.1.0
-   >=dev-ruby/rspec-expectations-3.8.0:3
-   >=dev-ruby/rspec-mocks-2.99.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Avoid dependency on cucumber since we can't run the features anyway.
-   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
-
-   # Duplicate exe also in bin. We can't change it since internal stuff
-   # also depends on this and fixing that is going to be fragile. This
-   # way we can at least install proper bin scripts.
-   cp -R exe bin || die
-
-   # Avoid unneeded dependency on git.
-   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
-
-   # Avoid aruba dependency so that we don't end up in dependency hell.
-   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
-   rm -f spec/support/aruba_support.rb || die
-   rm -f 
spec/integration/{bisect_runners,failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb
 || die
-   rm -f 

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

2021-07-03 Thread Hans de Graaff
commit: c89240edb8dabbc3a6d8da97f168326454655b58
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:48:53 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:48:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89240ed

dev-ruby/rspec-support: cleanup

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

 dev-ruby/rspec-support/Manifest   |  2 --
 dev-ruby/rspec-support/rspec-support-3.8.2.ebuild | 43 ---
 dev-ruby/rspec-support/rspec-support-3.8.3.ebuild | 42 --
 3 files changed, 87 deletions(-)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 69f5feaa3a9..7be4748924a 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,6 +1,4 @@
 DIST rspec-support-3.10.0-git.tgz 72853 BLAKE2B 
59c585800013fff2dea15ad33dfeed430c9a932206623bb368f4f4660682f537391090cc8538f9052ebafcab336ebd2fdc79003844330adc447be6d977e5648b
 SHA512 
f7183f01b7a7ad55360823617a88a46b2351063d85d81bbd722ecf8b4bb41d014c9ae0af6123caa9405374d484aa61971153f4c59d009986aa20e93afd4a177d
 DIST rspec-support-3.10.1-git.tgz 74378 BLAKE2B 
b0b077c50572b654a8aec6dbbacb77a5ccbb68772a1a33c59ce1b424f0bfb6b72d1d4770234a8dec23a4126dc825189f67811913580f94570af7b8c33e217ab3
 SHA512 
e7240e591b76dc714880dc91da1e755a0d44d81f0de6861858293f4132a353b3b41a96175a58d81813222f254e6dfaac92170ab2fd3a8bd8e73ce7ba924e614f
 DIST rspec-support-3.10.2-git.tgz 74812 BLAKE2B 
e6c7e768d0df05fa5e77055efcc69699192928a35029264300faccf500b1ce7367e74e9c2ae0f7f8f0a5e755692ac83b982d0a3dab3da3ab697ad2c5766aa30d
 SHA512 
bd1fb5d737dfdbb7399d766854f0b173dad89675bac580cf65c5d42ab6cd04ad1773e7cfa875dfa4c6fac14f4ccbd6b48813bae5de26c931c804962d29b014be
-DIST rspec-support-3.8.2-git.tgz 69112 BLAKE2B 
84600d3e2b4d847618f7f53efdf60be3836c7ba6c586de88cdf085e84749e616ad556683b1e7b588b9aec08adee10054e64ae1daf69c6ad58a00d1c2447171f7
 SHA512 
9fb9f8f2507edee5e7c414d32c1641803eed7a5e17fd300308449277ec6efb786f07207d8f28bcea0a669b8d76a2da53057488d149990ae973c0f7a0343180dc
-DIST rspec-support-3.8.3-git.tgz 69654 BLAKE2B 
1ea3eed0602655fbf5f92cdc14217eb8377d980378c9835a342840bb7a00bb1cf095b6fe57a24f80c01ce1835b398ac3c1bd11ac1f95a90b501be6a000e8f6d2
 SHA512 
90d678e08ca93be30ace986a60aba4c4a81a58d7c56d34863aca70f91efe92480299970aa7eb158e3f8c4878b1ea3303aa0afabfc8c7782bc78f7f63b90b4f9a
 DIST rspec-support-3.9.4-git.tgz 72490 BLAKE2B 
03c3ba8316a2c6a79faf68db87adf193b684b82119dd9c5b67f2954f3ce72cf03e3e16898e2f5d57d76aef37bb8fb08ab8dacf8aaef6d1445a8257e2be14afe5
 SHA512 
95be2e03c37117d6bc132ce466779a8ac3c4fedadfb2a6dabb1fa11601aae908e341c87436dd526bbc8b02040b23200c95bd113d0475405afdb4acd099c67403

diff --git a/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild
deleted file mode 100644
index 65f0b8ad83e..000
--- a/dev-ruby/rspec-support/rspec-support-3.8.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-support;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.8.0:3 
>=dev-ruby/thread_order-1.1.0 )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Remove spec that, by following symlinks, tries to scan pretty much
-   # the whole filesystem.
-   rm spec/rspec/support/caller_filter_spec.rb || die
-
-   # Avoid spec that requires a dependency on git
-   sed -i -e '/library wide checks/,/]/ s:^:#:' spec/rspec/support_spec.rb 
|| die
-
-   # Avoid a spec requiring a specific locale
-   sed -i -e '/copes with encoded strings/ 
s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
-
-   # Avoid a brittle spec depending on ruby implementation details
-   # should be fixed upstream in next version
-   sed -i -e '/returns a hash containing nodes for each line number/askip 
"ruby26"' spec/rspec/support/source_spec.rb || die
-}

diff --git a/dev-ruby/rspec-support/rspec-support-3.8.3.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.8.3.ebuild
deleted file mode 100644
index e941c51e737..000
--- a/dev-ruby/rspec-support/rspec-support-3.8.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 

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

2021-07-03 Thread Hans de Graaff
commit: 2e7349ce0944318f2ac014385d29cfb039c7fa4b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  4 05:48:05 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  4 05:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7349ce

dev-ruby/rspec-expectations: cleanup

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

 dev-ruby/rspec-expectations/Manifest   |  2 -
 .../rspec-expectations-3.8.4.ebuild| 47 --
 .../rspec-expectations-3.8.6.ebuild| 47 --
 3 files changed, 96 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index bb62a735dc7..0d58088ea2a 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,6 +1,4 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
 DIST rspec-expectations-3.10.1-git.tgz 212281 BLAKE2B 
a1872a7f71c198db1662eca48bcb34c054f05c16193395962cb47a7fa230c2f0f83bedee302a0ab6a81380a361640177ac3370d8829faa6bd362c07e3a551e5e
 SHA512 
35999542bf70ff04a472e50434abb8815cac8bf10b680da458f5e0e6ee290a1a6356a22cc12f0a8a6310cf282bb6cd99f922fcc63a0cf1e252b167e451bcf7d4
-DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
-DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.4-git.tgz 206297 BLAKE2B 
c5dbebcf7b411c9cb5cd815dc06fb6f455e82181856661110f803b25f3910975f0676f3cf154e93fe771849363593e104e0f2dd298dfd3d8b1dd96a6ff991547
 SHA512 
bd025b89751b5b8d3c6bd61a90386fc05ca371e04247d93b29334bbb3eceb84bacea3f3846c20f08dbf53f174992b2dc0fe9f2bc449c4591188b5e428b1d8003

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
deleted file mode 100644
index 1177b5849e9..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eapi7-ver
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations;
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(ver_cut 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/rspec-mocks-3.2.0:3
-   >=dev-ruby/rspec-support-3.5.0:3
-   )"
-
-all_ruby_prepare() {
-   # Don't set up bundler: it doesn't understand our setup.
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-
-   # Remove the Gemfile to avoid running through 'bundle exec'
-   rm -f Gemfile || die
-
-   # fix up the gemspecs
-   sed -i \
-   -e '/git ls/d' \
-   -e '/add_development_dependency/d' \
-   "${RUBY_FAKEGEM_GEMSPEC}" || die
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
deleted file mode 100644
index 37d5b78b664..000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.8.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"

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

2021-07-03 Thread Sam James
commit: 51dafcd8f932db8a83aa9a7376c2ca52a3f2b865
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  4 04:54:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  4 04:55:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51dafcd8

dev-perl/Net-Netmask: Stabilize 2.0.100 amd64, #779163

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

 dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
index eadbbd53e0d..488db30a5ce 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/security:ajak-cvetool commit in: bin/

2021-07-03 Thread John Helmert III
commit: eed0fdb7e16ff4d2b475f7803a6888c8a3c0d7da
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jul  4 04:41:53 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Jul  4 04:41:53 2021 +
URL:https://gitweb.gentoo.org/proj/security.git/commit/?id=eed0fdb7

cvetool: implement dobug command

This command grabs bug data from Bugzilla and adds the CVEs in its alias
field to the GLSAMaker CVE database and assigns the CVEs to that bug in
GLSAMaker.

Signed-off-by: John Helmert III  gentoo.org>

 bin/cvetool | 55 ++-
 1 file changed, 50 insertions(+), 5 deletions(-)

diff --git a/bin/cvetool b/bin/cvetool
index dc9c35d..233375a 100755
--- a/bin/cvetool
+++ b/bin/cvetool
@@ -9,7 +9,8 @@ from urllib.parse import urlencode
 from base64 import b64encode
 import requests
 
-URI_BASE = 'https://glsamaker.gentoo.org'
+GLSAMAKER_URI = 'https://glsamaker.gentoo.org'
+BGO_URI = 'https://bugs.gentoo.org'
 
 
 class CVETool:
@@ -78,6 +79,13 @@ class CVETool:
 sys.exit(1)
 
 self.pw(sys.argv[2], sys.argv[3])
+elif command == 'dobug':
+if len(sys.argv) != 3:
+print('Usage: dobug ')
+print('Adds and assigns a bug\'s CVEs')
+sys.exit(1)
+
+self.dobug(sys.argv[2])
 else:
 self.usage(sys.argv[0])
 sys.exit(1)
@@ -162,6 +170,36 @@ class CVETool:
 def pw(self, user, password):
 print(b64encode(bytes(user + ':' + password, 'utf-8')).decode('ascii'))
 
+def dobug(self, bug):
+cves = []
+data = self.request('/rest/bug/' + bug, jsondata=True, bgo=True)
+for alias in data['bugs'][0]['alias']:
+# If we were able to catch a sane error in new() to
+# reflect a duplicate CVE we wouldn't have to check if the
+# CVE exists beforehand with cve_exists, but it seems the
+# only other way is to try to do two requests and check if
+# one fails and the other succeeds (as new() currently
+# works). By doing it this way though, we actually reduce
+# the number of requests by not making useless requests in
+# new().
+if self.is_cve(alias) and not self.cve_exists(alias):
+self.new(alias)
+cves.append(alias)
+# We can do assignment in one request, so do it
+if cves:
+self.assign(bug, cves)
+
+def cve_exists(self, cve):
+try:
+return self.request('/cve/info/' + cve, method='HEAD') == ''
+except RuntimeError:
+return False
+
+@staticmethod
+def is_cve(string):
+regex = re.compile('^(CVE-)?\d{4}-\d{4,}$')
+return regex.match(string)
+
 def get_internal_cve_id(self, cve):
 """ Resolves a CVE id to the internal databse ID """
 return self.json_request('/cve/info/' + cve + '.json')['id']
@@ -170,8 +208,7 @@ class CVETool:
 return self.request(uri, method, jsondata=True)
 
 def cleanup_cve(self, string):
-regex = re.compile('^(CVE-)?\d{4}-\d{4,}$')
-if not regex.match(string):
+if not self.is_cve(string):
 raise ValueError('Cannot parse CVE: ' + string)
 
 if not string.startswith('CVE-'):
@@ -179,8 +216,12 @@ class CVETool:
 else:
 return string
 
-def request(self, uri, method='GET', jsondata=False):
-full_uri = URI_BASE + uri
+def request(self, uri, method='GET', jsondata=False, bgo=False):
+if bgo:
+full_uri = BGO_URI + uri
+else:
+full_uri = GLSAMAKER_URI + uri
+
 if method == 'GET':
 response = \
 requests.get(full_uri,
@@ -189,6 +230,10 @@ class CVETool:
 response = \
 requests.post(full_uri,
   headers={'Authorization': 'Basic ' + self.auth})
+elif method == 'HEAD':
+response = \
+requests.head(full_uri,
+  headers={'Authorization': 'Basic ' + self.auth})
 
 status = response.status_code
 if status == 404:



[gentoo-commits] repo/gentoo:master commit in: games-emulation/gens/

2021-07-03 Thread Ionen Wolkens
commit: 82e4e1a2308eafa6f3cf048d131d63173ad9eaa2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul  4 02:30:29 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul  4 04:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e4e1a2

games-emulation/gens: refactor multilib usage, EAPI 7->8

There is little sense in having a REQUIRED_USE (via MULTILIB_COMPAT)
and MULTILIB_USEDEP for a single choice.

This hidden that this can't be built on amd64 no-multilib by trading
NonSolvableDeps error with RequiredUseDefaults warning (now masked).

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-emulation/gens/gens-2.15.5-r2.ebuild | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/games-emulation/gens/gens-2.15.5-r2.ebuild 
b/games-emulation/gens/gens-2.15.5-r2.ebuild
index 7b8c385e9b0..b4c3edece97 100644
--- a/games-emulation/gens/gens-2.15.5-r2.ebuild
+++ b/games-emulation/gens/gens-2.15.5-r2.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-MULTILIB_COMPAT=( abi_x86_32 )
+inherit desktop flag-o-matic multilib
 
-inherit desktop flag-o-matic multilib-build
-
-DESCRIPTION="A Sega Genesis/CD/32X emulator"
+DESCRIPTION="Sega Genesis/CD/32X emulator"
 HOMEPAGE="https://sourceforge.net/projects/gens/;
 SRC_URI="mirror://sourceforge/gens/${P}.tar.gz"
 
@@ -16,12 +14,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-   media-libs/libsdl[${MULTILIB_USEDEP},joystick,video]
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   virtual/opengl[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:2[${MULTILIB_USEDEP}]"
+   media-libs/libsdl[abi_x86_32(-),joystick,video]
+   sys-libs/zlib:=[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   x11-libs/gtk+:2[abi_x86_32(-)]"
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-lang/nasm-0.98"
+BDEPEND="dev-lang/nasm"
 
 PATCHES=(
"${FILESDIR}"/${P}-romsdir.patch
@@ -43,8 +41,9 @@ src_configure() {
 
 src_install() {
default
+
dodoc gens.txt history.txt
 
newicon pixmaps/gens_small.png gens.png
-   make_desktop_entry "gens" "Gens"
+   make_desktop_entry gens Gens
 }



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

2021-07-03 Thread Ionen Wolkens
commit: cfbe78fee33ad0c1378892b6b5300ee9dda6be98
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul  4 03:13:52 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul  4 04:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbe78fe

profiles/arch/amd64/no-multilib: mask games-emulation/gens

This needs 32-bit libraries to go with its use of x86-only asm.

Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/arch/amd64/no-multilib/package.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/no-multilib/package.mask 
b/profiles/arch/amd64/no-multilib/package.mask
index 57a0ece9414..39fdd5ddc37 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # David Seifert  (2018-01-03)
@@ -57,6 +57,7 @@ games-arcade/gish-demo
 games-arcade/jardinains
 games-arcade/thinktanks-demo
 games-emulation/caps
+games-emulation/gens
 games-emulation/nestra
 

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

2021-07-03 Thread Miroslav Šulc
commit: cbf70fda6fd3f0472d14040b781dd76db5ac3a13
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jul  4 04:15:37 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jul  4 04:15:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf70fda

media-sound/frescobaldi: bump to 3.1.3

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/frescobaldi/Manifest |  1 +
 media-sound/frescobaldi/frescobaldi-3.1.3.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/media-sound/frescobaldi/Manifest b/media-sound/frescobaldi/Manifest
index 6456dba0220..53805bb33f2 100644
--- a/media-sound/frescobaldi/Manifest
+++ b/media-sound/frescobaldi/Manifest
@@ -1 +1,2 @@
 DIST frescobaldi-3.1.1.tar.gz 6244496 BLAKE2B 
0687a608c773d3295197ea7ef117fa099acc2dfcd2de0f7e7ed69ff6ab643007d631f9e3abc1509163503473cc2d95f7cfe7ca87a5d636a796490af8479b8db0
 SHA512 
b4f65bdbcb5ed1c9837b84f9721b166dbac3d5ed12d03521d91d9f4660ff61af951209071ceae07158da3ad9f7c7152924a4f5ce87deedc8d90decf4b4efa86d
+DIST frescobaldi-3.1.3.tar.gz 6691789 BLAKE2B 
88a08240997aad11d9bf31c57a844a42e341e7641649f5cfb52571beb63fa4c29382136eae7758e5fff1cc6a4f8eb2942ca9b09b8217d7243c699041c951081d
 SHA512 
595c4628df1923dffa44987ba858827a50d5415e9a01b45c87def2a6625d22c8b9b2e988c49dec20bba750cfc1ff4512e6f67875c3a2b23e440ef7231856c159

diff --git a/media-sound/frescobaldi/frescobaldi-3.1.3.ebuild 
b/media-sound/frescobaldi/frescobaldi-3.1.3.ebuild
new file mode 100644
index 000..e600ca8d596
--- /dev/null
+++ b/media-sound/frescobaldi/frescobaldi-3.1.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1 xdg
+
+DESCRIPTION="A LilyPond sheet music text editor"
+HOMEPAGE="https://www.frescobaldi.org/;
+SRC_URI="https://github.com/wbsoft/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-python/PyQt5[gui,network,printsupport,svg,widgets,${PYTHON_USEDEP}]
+   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+   dev-python/python-ly[${PYTHON_USEDEP}]
+   dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
+   media-sound/lilypond"
+RDEPEND="${DEPEND}
+   x11-themes/tango-icon-theme
+"
+
+python_prepare_all() {
+   rm -r frescobaldi_app/icons/Tango || die "failed to remove tango icon 
theme"
+   distutils-r1_python_prepare_all
+}



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

2021-07-03 Thread Miroslav Šulc
commit: 696120f42096fda5c7567a4425a2cb6a35e5e95e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jul  4 03:53:41 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jul  4 03:53:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696120f4

dev-util/visualvm: bump to 2.0.7

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-util/visualvm/Manifest  |  1 +
 dev-util/visualvm/visualvm-2.0.7.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/dev-util/visualvm/Manifest b/dev-util/visualvm/Manifest
index a788c8273c0..2c04d2fa6b8 100644
--- a/dev-util/visualvm/Manifest
+++ b/dev-util/visualvm/Manifest
@@ -1 +1,2 @@
 DIST visualvm-2.0.6.tar.gz 39086223 BLAKE2B 
f5657d4ccc0063281226b4d70c35820c78333db5574bae5acadc321938cfe42a3e0e4c1752badcc3e01b5694f6081213f5da898f5a13587d44e36d18fbd5c2c7
 SHA512 
03ad628f753e31f26217366d8f5f184f4657ba55badd55f1466dbf00cda61e9c320cc8ddb82b228863b9c6416aec3e94a01c5429e2b2f4664c9daaccd02f5d7b
+DIST visualvm-2.0.7.tar.gz 39155599 BLAKE2B 
8a460cb161357114d829d41a7e4b2306e9e0023a6995aceed89cc12fc0b54d5e05402bc1b8c72d4cb3caba5a4844bfbebb4734d7f7c5663343dfb3bd4470945a
 SHA512 
d75217fb1b2a8c4d1c44b600dc42d488be8447fc569f78c10c59954c7c64f8e1ccdeef2e6a7936e7708b9392bbd7634d7149c6d6cc797df1f0036c6c473398ff

diff --git a/dev-util/visualvm/visualvm-2.0.7.ebuild 
b/dev-util/visualvm/visualvm-2.0.7.ebuild
new file mode 100644
index 000..e132e704c5c
--- /dev/null
+++ b/dev-util/visualvm/visualvm-2.0.7.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+NBV=113
+NBT=27102020
+NBZ=nb${NBV}_platform_${NBT}.zip
+
+inherit java-pkg-2 java-ant-2 desktop
+
+DESCRIPTION="Integrates commandline JDK tools and profiling capabilities"
+HOMEPAGE="https://visualvm.github.io;
+
+# Netbeans plattform is already included in the main archive this time
+#SRC_URI="https://github.com/oracle/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+#   https://github.com/oracle/${PN}/releases/download/${PV}/${NBZ};
+SRC_URI="https://github.com/oracle/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2-with-linking-exception"
+SLOT="7"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=virtual/jre-1.8"
+
+# it does not compile with java 11
+DEPEND="
+   virtual/jdk:1.8"
+
+S="${WORKDIR}/${P}/${PN}"
+
+QA_PREBUILT="
+   
/usr/share/visualvm/platform/modules/lib/amd64/linux/libjnidispatch-nb.so
+   
/usr/share/visualvm/cluster/lib/deployed/jdk1[56]/linux-amd64/libprofilerinterface.so
+"
+
+EANT_BUILD_TARGET=build
+INSTALL_DIR=/usr/share/${PN}
+
+src_unpack() {
+   unpack ${P}.tar.gz
+   cd "${S}" || die
+   # unpack ${NBZ}
+   unpack "${S}"/"${NBZ}"  # archive is included in the main archive
+}
+
+src_prepare() {
+   default
+
+   # Remove unneeded binaries
+   rm -rv netbeans/platform/lib/*.{dll,exe} \
+   netbeans/platform/modules/lib/{amd64/*.dll,i386,x86} || die
+   find libs.profiler/lib.profiler/release/lib/deployed/jdk1? -mindepth 1 \
+   -maxdepth 1 ! -name linux-amd64 -exec rm -rv {} + || die
+}
+
+src_install() {
+   # this is the visualvm cluster
+   insinto ${INSTALL_DIR}
+   doins -r build/cluster netbeans/{harness,platform}
+
+   # configuration file that can be used to tweak visualvm startup 
parameters
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}-r2.conf ${PN}.conf
+
+   # visualvm runtime script
+   newbin "${FILESDIR}"/${PN}-r2.sh ${PN}
+
+   # makes visualvm entry
+   make_desktop_entry ${PN} VisualVM java "Development;Java;"
+}



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

2021-07-03 Thread Sam James
commit: 812ef9cf32f5c3afe516dcfa2d3f027e962bf944
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  4 03:35:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  4 03:36:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812ef9cf

sys-kernel/gentoo-kernel-bin: drop 5.4.128-r1, 5.10.46-r1, 5.12.13-r1 (arm64)

Need to rebuild binpkgs for arm64.

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   5 -
 .../gentoo-kernel-bin-5.10.46-r1.ebuild| 114 
 .../gentoo-kernel-bin-5.12.13-r1.ebuild| 115 -
 .../gentoo-kernel-bin-5.4.128-r1.ebuild| 114 
 4 files changed, 348 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 1f8d587e0cb..35a7581502e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -18,8 +18,6 @@ DIST genpatches-5.12-12.base.tar.xz 650292 BLAKE2B 
81b5a3b95390522c328acdb390fd1
 DIST genpatches-5.12-12.extras.tar.xz 3412 BLAKE2B 
8fcf6c407be25db368dbb3e6be3907d3431228b5c39819dba7c67d61e5171a7ad9a86f3e117b99b9e0d626219ad9db0938c15c4b96c934b88f693a3e9661d458
 SHA512 
39750768e4822ea8e3f88540fc8ebad9fd721e2a3a8703102d58e30513b47069cb8a77e15e41d0f90d1d69053007bd476ce0741cd3135a428d039ebd426cdc57
 DIST genpatches-5.12-13.base.tar.xz 661044 BLAKE2B 
f9b14633dd2895fab6d47ccf99d425b4d4c260c58bd2511c8166fc440c1cff337711b805b2ef76f787c6232115df96ec9706a3c1e65e6bc2c8a8b6dd1436dc0f
 SHA512 
8039f529138bcc3b8a485b25a16b1f436b7756d91c018a70a6f6951dc7ce329a1f8441bad90ede66329283ee6ee314c22411e283bb76f46d0ad9e03b0a8e2b24
 DIST genpatches-5.12-13.extras.tar.xz 3412 BLAKE2B 
abef35f4ac38e4b0ab7863376e72534c27d32f3b974f4368be54c0d9ace766749ca4334f7622b2963e1dd51a05f1262d58f7de03ed8d0a73c3f2b68a2b48ab76
 SHA512 
72bb3380b6382938d9b3957e4f47267616b8dd50d7a4991750b131c844c882b1d67801fd917c89444bde9d875cdfdf9d8e25bda079d5d97f42af7c2655343f61
-DIST genpatches-5.12-14.base.tar.xz 660992 BLAKE2B 
31b0a7625c6a7f0ab32a3f201f2d655b7d4f85da68c7e851d93a3187c62d781ce0971dd2943447d77757ee43186f963c4d010e1c0b031d4ca8aed2963244f270
 SHA512 
7f2824af00bbda537ecd841fb7e9d298682c079efd5b27a5d9f78af3410eee8e30b0a5314ac24af7a4401b7425501f1ffebff8c8549899f702bbcbdd263b046d
-DIST genpatches-5.12-14.extras.tar.xz 3408 BLAKE2B 
35b8f90835a53d0a06b6f0f405e9954dbe7c9d5e4ff9ebc5cd493c08f40a07ec4e91d7fc8c58e00437020925da11663a73d91a7d1adf176f553c2f83742ee6ea
 SHA512 
9939e4cbed0aa434a3ea11b520a1a65dc91abfdaba6a87498b89afd2dd95aaf570ee0c72e153582aad5c8ee458722dd3c40cde1a35ebf69e5ccddaf1966e771c
 DIST genpatches-5.12-16.base.tar.xz 707164 BLAKE2B 
05331662b6c219900a5d70aa3f9030e82cff6ca09de9645e178f5976daf8003335ac2a9163e405282096bba6057ca645f81fddda41eb7b10f1125524b4cadcc5
 SHA512 
dc8efddc386fc5350802edb5f95f62f61a8d3c2033a0efa0fe9450ff0ba84a65cbb4482a0de9fea6f67200fb938f3d73c27124f9bcf706485f32f25cf8e89cd9
 DIST genpatches-5.12-16.extras.tar.xz 3412 BLAKE2B 
d0e429e2c9e1a2733a216e57c32c73f55285edc74f801017261925f246e44148c58cd8745caa6afc9cafa9c090d01206acc3cb96dc0ab260a834a0b3dd0e8918
 SHA512 
24a1f8b2f2993c157fa0efe5649b7494084d925f8665a8c0727ad431da00fcc8bfa7e00ac1d2b308b1297c1c202eac687d753eed38f44e71a9cb94327ef6
 DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59ed6ccd6f29a1a139132364aa2ad7c89b0af4df6df75e800cc14b444edb9897f4474015369b9cea878fef487c8a3e2123a715
 SHA512 
f4b5773b9885817889895725ece76d50da95439769d96fd4058d690937027ee6baffec62941b15df04b7e12df29d1177257daba39c41418e2f2a400565aacaf9
@@ -49,7 +47,6 @@ DIST gentoo-kernel-5.10.45-1.amd64.xpak 65488471 BLAKE2B 
81d1b308c05d0a2ef3da883
 DIST gentoo-kernel-5.10.45-1.arm64.xpak 59270155 BLAKE2B 
a1d78e6e9c32475c565974f9d18eaf30deaaeae3fd1209775b8d606c233c65bc21d3c9179e4be49396e740fbe105526d47b5f0dbc0d32f90dfd4ef07a210
 SHA512 
246e7ac8584eac7568c666ca572b001ff7f94c3ccf9bd96833d69c695c1591ad89cf7c8be9bcd0dca5917ff7a28da4ec248347792b7b7d329eb8bb9c12488815
 DIST gentoo-kernel-5.10.45-1.x86.xpak 57212061 BLAKE2B 
9fb4a758766b3ef0c9c0ed2229169930b761943cef6aecd5d82dbf60a70a92b4c9c40e20a237738e36ea35c887e46cb2898c9ba1c770e357910427c023e2eee3
 SHA512 
7e6abec71f771283e43ddd5a647843918f3aa979fcda6c336bf1f797ed1f8e144e9b8468166d6ef6c82652bba403d776280f7c21366a14459fbd4c5e2966c8ec
 DIST gentoo-kernel-5.10.46-1.amd64.xpak 65480369 BLAKE2B 
69fef95b1daaad661467171df16ff1e3143bdf46740193351913ca752ed4c4f386cff57a57b9519b676ea02dade4b80152e1179f31c8a56b0fc221e4c9134e73
 SHA512 
64f99b39684fac2363e29e95a43643f77d05088650342f8e53f29d1ff2589429db1cca9ca3eb6ada83f987a889dc878e6e5f59188c236a112c20cfc8dba632b6
-DIST gentoo-kernel-5.10.46-1.arm64.xpak 59246438 BLAKE2B 
d263f86f320e8206f71eb1a80cc79b89aaa96efe722343e041023d2d0950e69ba3c6020cf2c984ff4e93c816cfa843e253e284caafb10fbf1b08d3bbe1413a45
 SHA512 

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

2021-07-03 Thread Sam Jorna
commit: f9577541a2ffa66f62ad5d734bc228d11825effc
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 02:58:34 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 02:58:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9577541

sys-apps/the_silver_searcher: append -fPIC, #797355

Closes: https://bugs.gentoo.org/797355
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 ...0201217.ebuild => the_silver_searcher-2.2.0_p20201217-r1.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
similarity index 87%
rename from 
sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild
rename to 
sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
index d91cc784c82..fc7e2d49571 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools bash-completion-r1 vcs-snapshot
+inherit autotools bash-completion-r1 flag-o-matic vcs-snapshot
 
 COMMIT="a61f1780b64266587e7bc30f0f5f71c6cca97c0f"
 
@@ -40,6 +40,10 @@ src_prepare() {
 }
 
 src_configure() {
+   # false positive TEXTRELs on riscv
+   # https://bugs.gentoo.org/797355
+   append-flags -fPIC
+
econf \
$(use_enable lzma) \
$(use_enable zlib)



[gentoo-commits] repo/proj/guru:dev commit in: sys-process/bottom/

2021-07-03 Thread Randy Barlow
commit: def091d5ae110d274ed107cc8afc693310a8e9aa
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Sat Jul  3 22:44:35 2021 +
Commit: Randy Barlow  electronsweatshop  com>
CommitDate: Sat Jul  3 22:44:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=def091d5

sys-process/bottom: Drop 0.6.1

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Randy Barlow  electronsweatshop.com>

 sys-process/bottom/Manifest|   9 --
 sys-process/bottom/bottom-0.6.1.ebuild | 196 -
 2 files changed, 205 deletions(-)

diff --git a/sys-process/bottom/Manifest b/sys-process/bottom/Manifest
index 09699b0dd..1121baafa 100644
--- a/sys-process/bottom/Manifest
+++ b/sys-process/bottom/Manifest
@@ -20,7 +20,6 @@ DIST battery-0.7.8.crate 40344 BLAKE2B 
588d36a7f3050e07ccbeada47a328a474dcd647ce
 DIST beef-0.5.0.crate 14870 BLAKE2B 
486e92a57e6c9dd109256a80ebf0e2bfc9aec6ab0d6f4958f5ac0c4a2616b56d9d8947f5c9f2bcaaf313e14af0447b39bc1edfd2e77b21d0308c00398dead4b1
 SHA512 
f46643f7aecbe5784dbae3f4bd20dd186a752534a5fd2170d9277b813b5bd9e15498e4f1296643526b201992cd7fc044acef5bd9dbf55cab3437865ad71df12f
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST blocking-1.0.2.crate 18571 BLAKE2B 
30e69dce433ba3c0d153275b5a56407237de93a50d7a3f9b97505b17899400f8cc8c3dede3f63fca26d5d49e88c3c9ee7ba91401061dedc41358efe24a9bf2b9
 SHA512 
f9048544161cb3098ec7362487c8df4ece972445dfc94196cc2cbe7faa2b6f3f3e5abe56310675c798636148b0b709d864fb94959d36976043886feb149adb66
-DIST bottom-0.6.1.crate 8695273 BLAKE2B 
c53769d841ec3501d1d260cde52b9d5dfaf35bdfc9518f8b309fd4adda250b73018ebcabd19b78d62e633d33569cde6c5b7406810ecef24f2b0cc097082c5a8b
 SHA512 
c0450d3f0c31ac404bec0c04e0cb493d98dbe53bd8aec12ecf9c592d98416f092cb4af12e5be1ddd8694e6508b52e847248e21852c47ed908b50f6ce01d8d1ed
 DIST bottom-0.6.2.crate 7711790 BLAKE2B 
a15d6e296f601785805c6716b986f5e6c75a9c88092e4df6874dbaf390116dd9c046da18c1edfad251c3935a2dcbece8b5f060e6fcfdb535a9907d56c8a9f329
 SHA512 
36656f94a57386a98da7e6c5232c8aea11b47e489dbecadf613a8ae6f461eedf6dd83370eee4dd1d7d15ada4e0bce46323fc1968d551f4b12b53cfbee42b7b99
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
 DIST byteorder-1.4.2.crate 22148 BLAKE2B 
4fd246d80ec9e0abf41a0779668d8b383098206eacbf7e16ab94a4aac39858471742934df41e20084f976a738154a97f642bebe51cb871afb2a50ff2cbdbf943
 SHA512 
f6d2bdc3fb456b3f7a99358a987bb593be027b47b06b896938a30a88d36459ec4d28be166ff8fea9b1ea468d95ad387488cc6aa8f07d0723d6a2a7d43e3617e8
@@ -48,9 +47,7 @@ DIST crossterm_winapi-0.6.2.crate 14962 BLAKE2B 
eddfed3ac40885c230c75d56c16ab447
 DIST ctrlc-3.1.9.crate 12797 BLAKE2B 
4b79a3bcf3dc012b1ff1f8de4cfbeb45c63d0d96674f6b90e8029a7f23c1bb704a0942a468a8bf76df6e3150cd1748b3b8e123d013a55d4d6c0215c0f032a0e6
 SHA512 
9e04217a527a98165c986514852a460e9bda1f3fc3167ff83e206f95f6411040e2d2673c264f23fb616e67e2f374c915481aea82673d1b97de5da969eca4b3aa
 DIST difference-2.0.0.crate 147616 BLAKE2B 
d720202ba8d73fb9b3cc6a982208e4fbe22eda4b3e296f4238a7b2d8ed0339827ca5a3d93a983396901614a9eabe36a0baf55ecc5f55075ebf7fa1e4c0699eb2
 SHA512 
cc9956757770ecf237d8f46abef25ce219193c877be6cf83163e87c494956cca3202951ac01bba0728e7202fcde2261009c1b4599f389cf979858f25936a5482
 DIST dirs-3.0.2.crate 12184 BLAKE2B 
414fa4734fd9e108dbc887210e71c8be9834c1764ca35af66781a8108af9fc704f4e7d420ffbb2adeb2a14ca5658e53cb5da4b486e093b3de010c542f7ce7c7a
 SHA512 
97dc343d580ecda68aebe87bcbe8c13a00078943771e3f1dc3101d8d450d2ccdd0d74283870eac1d88255a99e887166d42533ba8e70d15b9cdaddb57e3a27c55
-DIST dirs-next-2.0.0.crate 11689 BLAKE2B 
f5022bc51dd50bad4ad0fd05b159a4117aca47afbea66dc42c8306ca58f3a550165afbcf9f5f721ef5ad8d357eaff305c6f6e42789354a910d5f1d05d3b7b7c6
 SHA512 
6ccb732da8ccf7bf35952c22a3b0caa8238319feb0a6cd3b0957e6be12548a2ce507c69cb6d3cbd2adfb37e13e6521c6229da5999edb0e47a292a41c3ea1a766
 DIST dirs-sys-0.3.6.crate 10626 BLAKE2B 
6da8e4a1e51a4e06ab742ce5eb75155ff9b7cbe83f06947a0bfcda711ae1e0dbe51f9a1e1733ba771f2daddb2b8b14e343b9615608c1d9a8fb927b033c161b15
 SHA512 
79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5
-DIST dirs-sys-next-0.1.1.crate 10490 BLAKE2B 
a691f9603b649f648d410c7588a84c69adaff41179aa8eac899ed47082f171d765876864f08e3d0dbf3fa3798c1342b30e3bdf530ef06ed017c235a63b15d5a9
 SHA512 

[gentoo-commits] repo/proj/guru:dev commit in: sys-process/bottom/

2021-07-03 Thread Randy Barlow
commit: ae4184402783752d5718a2fdc78615ecd1f808ed
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Sat Jul  3 22:43:39 2021 +
Commit: Randy Barlow  electronsweatshop  com>
CommitDate: Sat Jul  3 22:43:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae418440

sys-process/bottom: Add 0.6.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Randy Barlow  electronsweatshop.com>

 sys-process/bottom/Manifest|  13 +++
 sys-process/bottom/bottom-0.6.2.ebuild | 200 +
 2 files changed, 213 insertions(+)

diff --git a/sys-process/bottom/Manifest b/sys-process/bottom/Manifest
index a399fb7fe..09699b0dd 100644
--- a/sys-process/bottom/Manifest
+++ b/sys-process/bottom/Manifest
@@ -21,6 +21,7 @@ DIST beef-0.5.0.crate 14870 BLAKE2B 
486e92a57e6c9dd109256a80ebf0e2bfc9aec6ab0d6f
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST blocking-1.0.2.crate 18571 BLAKE2B 
30e69dce433ba3c0d153275b5a56407237de93a50d7a3f9b97505b17899400f8cc8c3dede3f63fca26d5d49e88c3c9ee7ba91401061dedc41358efe24a9bf2b9
 SHA512 
f9048544161cb3098ec7362487c8df4ece972445dfc94196cc2cbe7faa2b6f3f3e5abe56310675c798636148b0b709d864fb94959d36976043886feb149adb66
 DIST bottom-0.6.1.crate 8695273 BLAKE2B 
c53769d841ec3501d1d260cde52b9d5dfaf35bdfc9518f8b309fd4adda250b73018ebcabd19b78d62e633d33569cde6c5b7406810ecef24f2b0cc097082c5a8b
 SHA512 
c0450d3f0c31ac404bec0c04e0cb493d98dbe53bd8aec12ecf9c592d98416f092cb4af12e5be1ddd8694e6508b52e847248e21852c47ed908b50f6ce01d8d1ed
+DIST bottom-0.6.2.crate 7711790 BLAKE2B 
a15d6e296f601785805c6716b986f5e6c75a9c88092e4df6874dbaf390116dd9c046da18c1edfad251c3935a2dcbece8b5f060e6fcfdb535a9907d56c8a9f329
 SHA512 
36656f94a57386a98da7e6c5232c8aea11b47e489dbecadf613a8ae6f461eedf6dd83370eee4dd1d7d15ada4e0bce46323fc1968d551f4b12b53cfbee42b7b99
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
 DIST byteorder-1.4.2.crate 22148 BLAKE2B 
4fd246d80ec9e0abf41a0779668d8b383098206eacbf7e16ab94a4aac39858471742934df41e20084f976a738154a97f642bebe51cb871afb2a50ff2cbdbf943
 SHA512 
f6d2bdc3fb456b3f7a99358a987bb593be027b47b06b896938a30a88d36459ec4d28be166ff8fea9b1ea468d95ad387488cc6aa8f07d0723d6a2a7d43e3617e8
 DIST cache-padded-1.1.1.crate 8798 BLAKE2B 
3f2b16f0fefcc5acf692684329e38ff59492d4c299413d25e1634ab27a59512b7453cad28b26f34f2b66db3d3c0b4b26f41df042305b7db2b8ca79d36704e8a4
 SHA512 
72c36ef2f66a097cf2fcbc06b82fa3d5451ecf2de1ee1513fbeb34c6752436109f9e453bec3aab7e1f89723c24f7c230cf4bff6caa09855402c8f92c1ccf49b5
@@ -37,6 +38,7 @@ DIST core-foundation-0.7.0.crate 25384 BLAKE2B 
fde852b7673cc972da8d2f8663c2c8372
 DIST core-foundation-0.9.1.crate 25985 BLAKE2B 
22e70b7b1cd1f39c4ac287f406dabc549e3ba750ecf17955f129ff83afe67bb4bdee7e7907287eac0c28597df971de27dae77619f44d0368864c08798def1ae2
 SHA512 
d6dae760082ef9dcfc37d18acfa9a6ad8ee491335d17ee17447c5bccad623564f1e8bdc54460fb260aebe9276ce5ea4d8a389a83b5c7d17193614906c3d2bea9
 DIST core-foundation-sys-0.7.0.crate 17033 BLAKE2B 
26d190931c7462ed8c13de82e86d4417e0d130f97295c8435ec666be08c7bdc37894ef25647043970fa40eae1c63503d2ad7660c2ac17ef35d7d35698652e18b
 SHA512 
b77566aed2b572bdbce6f71ca9dcc942ef96b628a7ed9680c4d3e3ada4a9dce90c1b439a8c7c7f22d68e51becf1d22b3262e227cafdf8cfe5f42db0ffb9dadc7
 DIST core-foundation-sys-0.8.2.crate 17461 BLAKE2B 
bafa6f6af67f55b34c20e50093a5426bed35c159058a97c03d28c99b6f0075305596907291d26b170ee2ce1bf0c74bd51e2c54f11ef021399791129de6cabb57
 SHA512 
1c66f2012c11185603a0e4c09311d32bc4ffe639ef7626e49bb15006306fbed4c963f2c53d3b853a254b29cda73c393e0236436575d217992268463441ac7348
+DIST crc32fast-1.2.1.crate 38172 BLAKE2B 
80801a345f4c5ed8a5fd335bbf672eac1733a1c2b333dc8a8e0254338148ce7b34402201a8d2d7434dd1b057f33d99d3a8f02610ea50b54115d80bb8da28b2b0
 SHA512 
4c04236bb15a5c63b712c62652777917e947823abb20a0d0b372c850ec1c8695faa414e8de73904f1f1a296d7b00a6206cde8da404cf4cdaa2e8408e64b62b5e
 DIST crossbeam-channel-0.5.0.crate 86811 BLAKE2B 
9af4384f2b74d202971f1967887cfd0e71ddba9a6456ffbdfc80bf192d527f61242239d2eb6a0d9dcbe47be22eb414736976e6b1840c021610d96a3bf03c3d18
 SHA512 
838b433d48b84f1fea020a1d1324e366e6cdae30ef07396140f195afc45b8f705de6347d949b68ce1ed0708fe533ffaa2cfdedc9d2e6288a7325c188ccde9aa2
 DIST crossbeam-deque-0.8.0.crate 20756 BLAKE2B 
6bb602547cb0ca65552a9b981502221f1d3570422d22c867f654ba677e5c95aa5f81ed0022a498d3408c3f69291e1805b49fcfbfaff0d9a6075b75be3bf926ea
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2021-07-03 Thread Sam Jorna
commit: d5ca711310f6fa0bd4f512c59f52780fb2df7092
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 01:45:13 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 01:53:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ca7113

net-irc/limnoria-plugins-jlu5: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-jlu5/Manifest |  1 -
 ...limnoria-plugins-jlu5-20200105_p20210530.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index d6a0a2ae5e7..1a58d602734 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-jlu5-20200105_p20210530.tar.gz 99973 BLAKE2B 
a67e53a75a99ed406782cc74cc93c19ad4e7298a4e9b47781559609c7ed77fed157febb646147254f0fb8e73627f1fdfa23e80cd1893d394c779ee54f93357d9
 SHA512 
03f537b7100a747c408a754d368e679ceea313747cd27dea9ca26cc7d3cf9b4319faf37656b0c7b5134d8ca6a94a9bbf4c345aa8015bcab2a99648d38dddc272
 DIST limnoria-plugins-jlu5-20200105_p20210610.tar.gz 100971 BLAKE2B 
4000ce710f287d40e0ce84946fc682f702bfa562cfc114b98a8951714d30cdceff32a599850818cf4e2072167797e6db1f3fa9a3209712a04b16ecea491b87ba
 SHA512 
bd1eaa294af7909f400c622008dfcedbe0ac9df2eb2414f2bfe97b5eff83c0d635c09861686359ec1d8103f404ce6ea606db3434917caf1b406a8875bbfb1dac
 DIST limnoria-plugins-jlu5-20200105_p20210703.tar.gz 98161 BLAKE2B 
939f91bc4deff6bdd31b2c8897e6842a07f4e93c61b9b63b5753e13f85791ce907583664955fe0e471cbe567b6f1ba909ad4579984e41bd7d0de8f47b6dac781
 SHA512 
5e3608449eaccc0a6559107d1e5bc2279026d3ff0c2df60e3f06f3b7bec72dd779f385ffa91b4a5b0c6d051871c23f8c62744b91423c6b30e0935d2dcaa061b0

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210530.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210530.ebuild
deleted file mode 100644
index 9d1174845df..000
--- 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210530.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="7e695c00dfb665a16ff4f1d66ad3deb4598ea029"
-
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
-HOMEPAGE="https://github.com/jlu5/SupyPlugins;
-SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD GPL-2+"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-
-RDEPEND="
-   net-irc/limnoria
-   dev-python/beautifulsoup
-"
-
-DOCS=(
-   "README.md"
-   "requirements.txt"
-)
-
-src_install() {
-   default
-   insinto /usr/share/limnoria-extra-plugins/jlu5
-   doins -r *
-}
-
-pkg_postinst() {
-   elog "Before these plugins can be used, your bot will need to be told 
where to"
-   elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 when"
-   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
-   elog "with the command"
-   elog
-   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/jlu5"
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2021-07-03 Thread Sam Jorna
commit: 26b89523dc8f83866d3c04b4579ed3ec2ce8c044
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 01:44:50 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 01:53:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b89523

net-irc/limnoria-plugins-jlu5: bump to 20200105_p20210703

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-jlu5/Manifest |  1 +
 ...limnoria-plugins-jlu5-20200105_p20210703.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/net-irc/limnoria-plugins-jlu5/Manifest 
b/net-irc/limnoria-plugins-jlu5/Manifest
index 0498b7ed54f..d6a0a2ae5e7 100644
--- a/net-irc/limnoria-plugins-jlu5/Manifest
+++ b/net-irc/limnoria-plugins-jlu5/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-jlu5-20200105_p20210530.tar.gz 99973 BLAKE2B 
a67e53a75a99ed406782cc74cc93c19ad4e7298a4e9b47781559609c7ed77fed157febb646147254f0fb8e73627f1fdfa23e80cd1893d394c779ee54f93357d9
 SHA512 
03f537b7100a747c408a754d368e679ceea313747cd27dea9ca26cc7d3cf9b4319faf37656b0c7b5134d8ca6a94a9bbf4c345aa8015bcab2a99648d38dddc272
 DIST limnoria-plugins-jlu5-20200105_p20210610.tar.gz 100971 BLAKE2B 
4000ce710f287d40e0ce84946fc682f702bfa562cfc114b98a8951714d30cdceff32a599850818cf4e2072167797e6db1f3fa9a3209712a04b16ecea491b87ba
 SHA512 
bd1eaa294af7909f400c622008dfcedbe0ac9df2eb2414f2bfe97b5eff83c0d635c09861686359ec1d8103f404ce6ea606db3434917caf1b406a8875bbfb1dac
+DIST limnoria-plugins-jlu5-20200105_p20210703.tar.gz 98161 BLAKE2B 
939f91bc4deff6bdd31b2c8897e6842a07f4e93c61b9b63b5753e13f85791ce907583664955fe0e471cbe567b6f1ba909ad4579984e41bd7d0de8f47b6dac781
 SHA512 
5e3608449eaccc0a6559107d1e5bc2279026d3ff0c2df60e3f06f3b7bec72dd779f385ffa91b4a5b0c6d051871c23f8c62744b91423c6b30e0935d2dcaa061b0

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
new file mode 100644
index 000..7130f90270d
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="7e959b9f24632d0fa9f587da6e1cde951397ae97"
+
+DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
+HOMEPAGE="https://github.com/jlu5/SupyPlugins;
+SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="
+   net-irc/limnoria
+   dev-python/beautifulsoup
+"
+
+DOCS=(
+   "README.md"
+   "requirements.txt"
+)
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/jlu5
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before these plugins can be used, your bot will need to be told 
where to"
+   elog "load them from. To do this, add 
/usr/share/limnoria-extra-plugins/jlu5 when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/jlu5"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/

2021-07-03 Thread Sam Jorna
commit: 8f65877996fe1598573cfdb7693d516ca55fac14
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 01:48:02 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 01:53:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f658779

net-irc/limnoria-plugins-progval: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-progval/Manifest  |  1 -
 .../limnoria-plugins-progval-20210523.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/net-irc/limnoria-plugins-progval/Manifest 
b/net-irc/limnoria-plugins-progval/Manifest
index 5fc5bec5ffb..f281e123cce 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 
3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98
 SHA512 
6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B 
c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728
 SHA512 
b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
 DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 
286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c
 SHA512 
30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild
deleted file mode 100644
index 102b8797f77..000
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210523.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="8781713a715800e8ba535ce2525d1441b3702bcb"
-
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
-HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;
-SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD GPL-2 GPL-3 MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-
-RDEPEND="net-irc/limnoria"
-
-DOCS=(
-   "README.md"
-   "requirements.txt"
-)
-
-src_install() {
-   default
-   insinto /usr/share/limnoria-extra-plugins/ProgVal
-   doins -r *
-}
-
-pkg_postinst() {
-   elog "Before this plugin can be used, your bot will need to be told 
where to"
-   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ncoevoet when"
-   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
-   elog "with the command"
-   elog
-   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ProgVal"
-}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/

2021-07-03 Thread Sam Jorna
commit: d2a95de8273f192680bf5676332ed4260052690d
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 01:47:28 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 01:53:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a95de8

net-irc/limnoria-plugins-progval: bump to 20210629

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-progval/Manifest  |  1 +
 .../limnoria-plugins-progval-20210629.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/net-irc/limnoria-plugins-progval/Manifest 
b/net-irc/limnoria-plugins-progval/Manifest
index 065d0fd287f..5fc5bec5ffb 100644
--- a/net-irc/limnoria-plugins-progval/Manifest
+++ b/net-irc/limnoria-plugins-progval/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-progval-20210523.tar.gz 4936882 BLAKE2B 
3404d6d07f1d2e55357759000734df37566f2b9563149ea2efbcc2b4b3dbbc73e321280ee2846ed61df8b23400bcd8e1f5088921ffa1a77bf86625713c00aa98
 SHA512 
6a3b9d0c65070b8c6c4f762f273f4ebee37550c4aca00e82fc7232a957863aaff5bd5d1768eb8b00b40666b71f4d83ec6253d0f42132ebf7563208aadaacd48d
 DIST limnoria-plugins-progval-20210616.tar.gz 4940211 BLAKE2B 
c6bdc9e1949303c18081d7ab16bb12e6c51b3af6ac70c5ba5cf5352fe13befe7b1896a8178df4b60c19ff10bb81f9454d20cff89218ead55ea218bb9d5e5c728
 SHA512 
b2f962890bf0d125ec77f0cdfec0e4449444565bd429c3bb6c2f0386e2dfdee9f9bdaa8c25334fced4866c19cb29220a045e83f40c6e35476d44e2c1d0d4c325
+DIST limnoria-plugins-progval-20210629.tar.gz 4940004 BLAKE2B 
286b502daa37bfa5aafd8f5d92176ecc5956d0922322bc1ce1ffd4221bc6f9cef14b7cb9ca52c1d520e17852941a34006a250d8f6504134c40fc0b896b71a99c
 SHA512 
30985a54ef6c1d027356b0f6efd0b1cbde777bb4fe2999ef63ebc94ae944933d9dc90f1ce937ccda5b54bacdd786ead79b01bc1514113a51b749cfcccba993d1

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
new file mode 100644
index 000..ca33528f14c
--- /dev/null
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+COMMIT="eaf99ec03bb60da78612d8a73e47fba1f6708b0a"
+
+DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;
+SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD GPL-2 GPL-3 MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS=(
+   "README.md"
+   "requirements.txt"
+)
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/ProgVal
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before this plugin can be used, your bot will need to be told 
where to"
+   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ProgVal when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ProgVal"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/

2021-07-03 Thread Sam Jorna
commit: de881ba73aef70b94b1dc43a78ff69bd8376aec2
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 01:41:12 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 01:53:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de881ba7

net-irc/limnoria-plugins-chantracker: bump to 1.6

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-chantracker/Manifest  |  1 +
 .../limnoria-plugins-chantracker-1.6.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
index 773fe5b9a4f..054f3bb1b5f 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,2 +1,3 @@
 DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B 
b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92
 SHA512 
7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 4 BLAKE2B 
14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea
 SHA512 
8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
+DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B 
aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a
 SHA512 
c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild
new file mode 100644
index 000..27da210ea97
--- /dev/null
+++ 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vcs-snapshot
+
+DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
+HOMEPAGE="https://github.com/ncoevoet/ChanTracker;
+SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+
+RDEPEND="net-irc/limnoria"
+
+DOCS="README.md"
+
+src_install() {
+   default
+   insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "Before this plugin can be used, your bot will need to be told 
where to"
+   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ncoevoet when"
+   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
+   elog "with the command"
+   elog
+   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ncoevoet"
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-chantracker/

2021-07-03 Thread Sam Jorna
commit: e3e8cd33ac6b49633d0baf7ee2d01276e74ed990
Author: Sam Jorna  gentoo  org>
AuthorDate: Sun Jul  4 01:41:59 2021 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Sun Jul  4 01:53:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e8cd33

net-irc/limnoria-plugins-chantracker: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam Jorna  gentoo.org>

 net-irc/limnoria-plugins-chantracker/Manifest  |  1 -
 ...mnoria-plugins-chantracker-1.5_p20210530.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/net-irc/limnoria-plugins-chantracker/Manifest 
b/net-irc/limnoria-plugins-chantracker/Manifest
index 054f3bb1b5f..7e1a0450e31 100644
--- a/net-irc/limnoria-plugins-chantracker/Manifest
+++ b/net-irc/limnoria-plugins-chantracker/Manifest
@@ -1,3 +1,2 @@
-DIST limnoria-plugins-chantracker-1.5_p20210530.tar.gz 47071 BLAKE2B 
b38cbe399d6cda9ee9d5e873a50d2f529d91b697c32ed4d74fb8812b8090a42103283878f8874f0a974cfdf1d117e2401935edef678d1d71af338760555a7a92
 SHA512 
7b5e459d17b28fd00b9306a7acd8c2a36eb668031c24eb05b9c51354e5cf270fb1b388949047c0531d9e8cd62291d8f7ec9bd339d3b3b6c1680dc184c44d3b21
 DIST limnoria-plugins-chantracker-1.5_p20210619.tar.gz 4 BLAKE2B 
14e44e025d4044c38504ec9cea31b08d9a442769b5dc3cf6d71b89526ec98a43a31068a5557b3fc257c6254b0f6aab989d148066b79667b17c75f01e741c10ea
 SHA512 
8ef99fbd41929172ae362a656030fda7f4d522eddfd29a3f9e8f9e9a138903faa672c4b872ce76da39d716f3443c159e7c40111cee015230e781bc387c299718
 DIST limnoria-plugins-chantracker-1.6.tar.gz 48050 BLAKE2B 
aedf93eccbda87eb488b7a0c6e28597198ce37a68a006771b15d6044eea8d7efd9fcf5b178ff4309715534286b74c7ee81e47241ec6406c26d1b17f5bb442d5a
 SHA512 
c7ddd629818edc85d4ebc589d85fa66ef757ac27d0710e4a5512a469892c5c3caad6b98a3ebbce0abc797e0b64bdbd4ad2445e2127c91e266abddec58c3ae859

diff --git 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
 
b/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
deleted file mode 100644
index 03beadaac2c..000
--- 
a/net-irc/limnoria-plugins-chantracker/limnoria-plugins-chantracker-1.5_p20210530.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vcs-snapshot
-
-COMMIT="7a60d9912171b3f6fb927b03c18710773d7f4227"
-
-DESCRIPTION="supybot ban management and channel flood/spam/repeat protections 
plugin"
-HOMEPAGE="https://github.com/ncoevoet/ChanTracker;
-SRC_URI="https://github.com/ncoevoet/ChanTracker/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-
-RDEPEND="net-irc/limnoria"
-
-DOCS="README.md"
-
-src_install() {
-   default
-   insinto /usr/share/limnoria-extra-plugins/ncoevoet/ChanTracker
-   doins -r *
-}
-
-pkg_postinst() {
-   elog "Before this plugin can be used, your bot will need to be told 
where to"
-   elog "load it from. To do this, add 
/usr/share/limnoria-extra-plugins/ncoevoet when"
-   elog "prompted during the bot creation wizard, or add it to a running 
bots config"
-   elog "with the command"
-   elog
-   elog "config directories.plugins [config directories.plugins], 
/usr/share/limnoria-extra-plugins/ncoevoet"
-}



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

2021-07-03 Thread Sam James
commit: 404cff2bb375846c85ee9d03a54ef9be7013a444
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  4 00:53:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  4 00:54:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404cff2b

sys-kernel/gentoo-kernel-bin: bump to 5.4.128 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.128-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 35a7581502e..1e5783125ac 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -76,6 +76,7 @@ DIST gentoo-kernel-5.4.127-1.amd64.xpak 61364361 BLAKE2B 
9ff813492bd7bc1f135b36b
 DIST gentoo-kernel-5.4.127-1.arm64.xpak 56394161 BLAKE2B 
e3b9dc7334615ed225ba0cf71f18e45d7f4c0afb82f467597801094361df137feda3c26051c4bb1eef76b9bf9c77394b6029d4fe703746262f1fe3e7ce623ca9
 SHA512 
2f59983a0e5ca2e08c598aada66e3d5c052a0f67448bf979261d75e0e38d8f0e5e3921aa4f09564709262d86aac2361ccb367c6ba78addba6a6731eb98a10c87
 DIST gentoo-kernel-5.4.127-1.x86.xpak 53135461 BLAKE2B 
f363e24cdeae29dad876a1aaa8c0159d627d27d632de2d9509cc4f78cea4cc8ce963956771b542219f9a948e8b1a2d6aa5b80878a21d99cc0c1c3bbdc14f538c
 SHA512 
9f9bb382a88c4f73b94956cb765c9ef5e380ee4e12b67ffb22cbfc8815bdcbf1a62b68ba770fe03d7ec3d753bbb8b3c11845ebcfcb2ef263cab9442c9fe0d340
 DIST gentoo-kernel-5.4.128-1.amd64.xpak 61349719 BLAKE2B 
11cbd06fa2e8489c57ef2383f5fdfd0a270f7994bbabf1c9dab589ce12278ba9d02a3549da1ac0f0c553a991d54fa2db42c67a26d15c1bdbbe496f3711d73b1d
 SHA512 
6b59014f8b33f1ad3f5b1c233f4ec737ed7058ceac83e1c92c42ff1de5c7358067eeed6d491d9a03c33705b8d5df15e47388e444d8237b6fae389ba78947035e
+DIST gentoo-kernel-5.4.128-1.arm64.xpak 56376275 BLAKE2B 
fad0b8cb4f9279ba59b660700ba21b36e432b8e89fe6623aa5799a7951c7641f20676e5e540237a92b671ee11cddcc4e338ad079d7cdd48af35a57d53aa65419
 SHA512 
96aa492cbb67adee064ebf9b97fd4f3e176e7ce4a7ed83038959fc7e06c42115fbf02cfcc40dd457bcd3f4f7769919e40eac3f2e13c0183a729596700a1706c6
 DIST gentoo-kernel-5.4.128-1.x86.xpak 53129699 BLAKE2B 
0f51b8436776dc077e5f7540948e61cc5a2be00518e7da6372cd7f59de108d2efdf3f477d934efff979d94df21ed76568404298df91df6493d079aca2fad03e6
 SHA512 
e63f619c19f00c1dc1c5e11d0937ce4a0e9acef643336b51a8dc203a93dd1c3641eec8fda00713c6c40570e52a22a8714983de6819a4b9efaa6a37c6231653f4
 DIST gentoo-kernel-5.4.129-1.amd64.xpak 61346649 BLAKE2B 
37d29b604a69fd8bc84c41bc619bef982d10cf31d7220ff79bb853a674eb594418338748968042d19352458ba61015bf631c8f36f3a1a6674bcaf228dfaac240
 SHA512 
30601d1b125d1bf1999e49f817d8a553f387c512a85cd2921e201e7e06b85b90148aef276fdcdfa50f5da477a067bae52af5c400f1cb596f9fec21bb3162db44
 DIST gentoo-kernel-5.4.129-1.x86.xpak 53134201 BLAKE2B 
c7d76168ceb139ff7e206e5005d6cad2c7c54320967ca9e9c8dcf493677527fa3712d43c9b6dba96a54ad8b1d68cce937dd3643b0ac2d1e8a32c1d27361f578a
 SHA512 
edf3c3f744738bbc06f13307259ef6315cb5bda60d9ca165853b7ea4b2f983ba72efa3bb1b4db1a0b21deb5060b7636a5c41840b36cd1ee224bce69358db6e4d

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.128-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.128-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.128-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-07-03 Thread Sam James
commit: 674959092f8a8433967deec37ca8cf88036baf1f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  4 00:53:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  4 00:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67495909

sys-kernel/gentoo-kernel-bin: bump to 5.10.46 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.46-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 1e5783125ac..6624c07e1af 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -47,6 +47,7 @@ DIST gentoo-kernel-5.10.45-1.amd64.xpak 65488471 BLAKE2B 
81d1b308c05d0a2ef3da883
 DIST gentoo-kernel-5.10.45-1.arm64.xpak 59270155 BLAKE2B 
a1d78e6e9c32475c565974f9d18eaf30deaaeae3fd1209775b8d606c233c65bc21d3c9179e4be49396e740fbe105526d47b5f0dbc0d32f90dfd4ef07a210
 SHA512 
246e7ac8584eac7568c666ca572b001ff7f94c3ccf9bd96833d69c695c1591ad89cf7c8be9bcd0dca5917ff7a28da4ec248347792b7b7d329eb8bb9c12488815
 DIST gentoo-kernel-5.10.45-1.x86.xpak 57212061 BLAKE2B 
9fb4a758766b3ef0c9c0ed2229169930b761943cef6aecd5d82dbf60a70a92b4c9c40e20a237738e36ea35c887e46cb2898c9ba1c770e357910427c023e2eee3
 SHA512 
7e6abec71f771283e43ddd5a647843918f3aa979fcda6c336bf1f797ed1f8e144e9b8468166d6ef6c82652bba403d776280f7c21366a14459fbd4c5e2966c8ec
 DIST gentoo-kernel-5.10.46-1.amd64.xpak 65480369 BLAKE2B 
69fef95b1daaad661467171df16ff1e3143bdf46740193351913ca752ed4c4f386cff57a57b9519b676ea02dade4b80152e1179f31c8a56b0fc221e4c9134e73
 SHA512 
64f99b39684fac2363e29e95a43643f77d05088650342f8e53f29d1ff2589429db1cca9ca3eb6ada83f987a889dc878e6e5f59188c236a112c20cfc8dba632b6
+DIST gentoo-kernel-5.10.46-1.arm64.xpak 59246438 BLAKE2B 
d263f86f320e8206f71eb1a80cc79b89aaa96efe722343e041023d2d0950e69ba3c6020cf2c984ff4e93c816cfa843e253e284caafb10fbf1b08d3bbe1413a45
 SHA512 
df4fb4cdc173135835508ef13f363406c9f9757eb1e67360f19e8179d067c21367ef783443086c348b2101e12fd1619292cf256ca90401c955dbd95d7056dc77
 DIST gentoo-kernel-5.10.46-1.x86.xpak 57216120 BLAKE2B 
fe702f3ff06d1394887c1c4ef91ea6e10582b1b33e1b8d821b07feec6f9a54220b0d1e878e4b63961c817f574c727e55ac0b9db459fb3d3ad2c81e7a838e077c
 SHA512 
75d6cad82e5ef99cac80acca448ffaba9f03e2985fa78d4ebfd8c39c694ddf7b803a3720aab731987094428a9afc195860f3013c0e33892bdafcbee6f5455c61
 DIST gentoo-kernel-5.10.47-1.amd64.xpak 65480161 BLAKE2B 
60863347327dbb67ba16881c01244ab01f7246267989018373a85c5fb479521f4c70574274a5b7caf98dd78f9601e80a887cc115e87f8004bba292d438879970
 SHA512 
a73474d584215180daf7c2aa9bd985b29234bcc319b9b8a4691467993cabd8c532efa611bfc3b13b323d5635cda556b57e704c11d8a43b13a3efaba8cb84fe64
 DIST gentoo-kernel-5.10.47-1.x86.xpak 57221591 BLAKE2B 
e069b66b20c0c9fe3ab35cea65dbe797b1a5a9b2c80b11d5e49113ace7d9df5eff6a5b1aafcd7a65f5df96d21796fa89ea75b825cfef61058a5f5af13f6e5c7e
 SHA512 
14982da4f9fd7ac365641a5a7f6eda290691bf4c36d67a2f4353d1e16c0bd3e64e3c9cf47c517c295c229cacf70c157614808054b3b96363f128c71d6fb8abed

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.46-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.46-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.46-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-07-03 Thread Sam James
commit: b2bcba5d6cb7a1ccffe2ae1dbb724a9cd00dedae
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul  4 00:54:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul  4 00:54:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bcba5d

sys-kernel/gentoo-kernel-bin: bump to 5.12.13 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.12.13-r1.ebuild| 115 +
 2 files changed, 118 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 6624c07e1af..1f8d587e0cb 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -18,6 +18,8 @@ DIST genpatches-5.12-12.base.tar.xz 650292 BLAKE2B 
81b5a3b95390522c328acdb390fd1
 DIST genpatches-5.12-12.extras.tar.xz 3412 BLAKE2B 
8fcf6c407be25db368dbb3e6be3907d3431228b5c39819dba7c67d61e5171a7ad9a86f3e117b99b9e0d626219ad9db0938c15c4b96c934b88f693a3e9661d458
 SHA512 
39750768e4822ea8e3f88540fc8ebad9fd721e2a3a8703102d58e30513b47069cb8a77e15e41d0f90d1d69053007bd476ce0741cd3135a428d039ebd426cdc57
 DIST genpatches-5.12-13.base.tar.xz 661044 BLAKE2B 
f9b14633dd2895fab6d47ccf99d425b4d4c260c58bd2511c8166fc440c1cff337711b805b2ef76f787c6232115df96ec9706a3c1e65e6bc2c8a8b6dd1436dc0f
 SHA512 
8039f529138bcc3b8a485b25a16b1f436b7756d91c018a70a6f6951dc7ce329a1f8441bad90ede66329283ee6ee314c22411e283bb76f46d0ad9e03b0a8e2b24
 DIST genpatches-5.12-13.extras.tar.xz 3412 BLAKE2B 
abef35f4ac38e4b0ab7863376e72534c27d32f3b974f4368be54c0d9ace766749ca4334f7622b2963e1dd51a05f1262d58f7de03ed8d0a73c3f2b68a2b48ab76
 SHA512 
72bb3380b6382938d9b3957e4f47267616b8dd50d7a4991750b131c844c882b1d67801fd917c89444bde9d875cdfdf9d8e25bda079d5d97f42af7c2655343f61
+DIST genpatches-5.12-14.base.tar.xz 660992 BLAKE2B 
31b0a7625c6a7f0ab32a3f201f2d655b7d4f85da68c7e851d93a3187c62d781ce0971dd2943447d77757ee43186f963c4d010e1c0b031d4ca8aed2963244f270
 SHA512 
7f2824af00bbda537ecd841fb7e9d298682c079efd5b27a5d9f78af3410eee8e30b0a5314ac24af7a4401b7425501f1ffebff8c8549899f702bbcbdd263b046d
+DIST genpatches-5.12-14.extras.tar.xz 3408 BLAKE2B 
35b8f90835a53d0a06b6f0f405e9954dbe7c9d5e4ff9ebc5cd493c08f40a07ec4e91d7fc8c58e00437020925da11663a73d91a7d1adf176f553c2f83742ee6ea
 SHA512 
9939e4cbed0aa434a3ea11b520a1a65dc91abfdaba6a87498b89afd2dd95aaf570ee0c72e153582aad5c8ee458722dd3c40cde1a35ebf69e5ccddaf1966e771c
 DIST genpatches-5.12-16.base.tar.xz 707164 BLAKE2B 
05331662b6c219900a5d70aa3f9030e82cff6ca09de9645e178f5976daf8003335ac2a9163e405282096bba6057ca645f81fddda41eb7b10f1125524b4cadcc5
 SHA512 
dc8efddc386fc5350802edb5f95f62f61a8d3c2033a0efa0fe9450ff0ba84a65cbb4482a0de9fea6f67200fb938f3d73c27124f9bcf706485f32f25cf8e89cd9
 DIST genpatches-5.12-16.extras.tar.xz 3412 BLAKE2B 
d0e429e2c9e1a2733a216e57c32c73f55285edc74f801017261925f246e44148c58cd8745caa6afc9cafa9c090d01206acc3cb96dc0ab260a834a0b3dd0e8918
 SHA512 
24a1f8b2f2993c157fa0efe5649b7494084d925f8665a8c0727ad431da00fcc8bfa7e00ac1d2b308b1297c1c202eac687d753eed38f44e71a9cb94327ef6
 DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59ed6ccd6f29a1a139132364aa2ad7c89b0af4df6df75e800cc14b444edb9897f4474015369b9cea878fef487c8a3e2123a715
 SHA512 
f4b5773b9885817889895725ece76d50da95439769d96fd4058d690937027ee6baffec62941b15df04b7e12df29d1177257daba39c41418e2f2a400565aacaf9
@@ -61,6 +63,7 @@ DIST gentoo-kernel-5.12.12-1.amd64.xpak 66332975 BLAKE2B 
c1ff082fa8e12ad8faab5b9
 DIST gentoo-kernel-5.12.12-1.arm64.xpak 60233927 BLAKE2B 
f132efcd02a435b994591d3e1ff277c6d65f9412a0122ef17b808666f11ab97414528f40e61bcecde0b7a40c0f06c5ad5981156c17ab7997865358cd342ac640
 SHA512 
df7ce3a345a7eb98a2ac9750d6b1d2039886130e514d7f84b4c4f64afc3fdf3a2ccb238c203c73242a4863e7efe5b4f779de66b8054aedbc97bbc1f17e7e1616
 DIST gentoo-kernel-5.12.12-1.x86.xpak 58065273 BLAKE2B 
7acd669230139ee760f566df9fb94b5e5fb686dc5bd1b854a1c2516fd7f86b58d925ba883c92f27da9e6dc9c72ba219d02b1da8eafae0bcd580be132036c7c41
 SHA512 
306d5281684d6e16321eaf7f7ceecccdba5b5e3bca47d75298e8a61a4849af8a01dbeee6ec62c1685f2a2c7418e3922ddd0b5d216d54756e70f898b0033caee2
 DIST gentoo-kernel-5.12.13-1.amd64.xpak 66367685 BLAKE2B 
5003780ce8ce24b1110a8e78b919fc3b92da0cd94f189d75a6d66f3c8a47b7b52d6943c411a1f2f4dc3f36c4004859af61f3faf0a974cc9ea14a6b2c3376e9d7
 SHA512 
75f3c38008cf79c789d3c890c8b7d7b00c94f94b8711967d684a7d5cfae088d88935f7fe0815603ce6d0e21f92e956c7afc40cbd7f09675dfdf9bc572a648adf
+DIST gentoo-kernel-5.12.13-1.arm64.xpak 60225483 BLAKE2B 
1bfa9a9a4e3fd86c5ea134527b268e2a646880ac68ee8804b1defa7551aab4fa4405a0e383cd5128446fd9f126dce6a0aeab95524d9674ba013cce512e7a7ef7
 SHA512 
1a3b12bb5435ca7ee194b8263aa19c3b13bba210d357922bf11f6d974b3217a55c6b85a5df98b81a31444a24289a14d790be2fb658973118d69cbd2f7f1e2a47
 DIST gentoo-kernel-5.12.13-1.x86.xpak 58064879 BLAKE2B 

[gentoo-commits] proj/security: New branch: ajak-cvetool

2021-07-03 Thread John Helmert III
commit: 
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Jul  4 00:19:26 2021 +

New branch: ajak-cvetool




[gentoo-commits] repo/proj/guru:dev commit in: dev-python/commandlines/

2021-07-03 Thread Alessandro Barbieri
commit: 7dd48cce523b75e385a65dbecc3f1c49bdde0d60
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 23:47:27 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dd48cce

dev-python/commandlines: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/commandlines/Manifest  |  1 +
 dev-python/commandlines/commandlines-0.4.1.ebuild | 22 ++
 dev-python/commandlines/metadata.xml  | 13 +
 3 files changed, 36 insertions(+)

diff --git a/dev-python/commandlines/Manifest b/dev-python/commandlines/Manifest
new file mode 100644
index 0..243bca7c8
--- /dev/null
+++ b/dev-python/commandlines/Manifest
@@ -0,0 +1 @@
+DIST commandlines-0.4.1.tar.gz 37519 BLAKE2B 
d59d8d31028ec59b10608176df4a9d41042936339f630b6f2be4c8ffe9f6e7d14a000294d0a054b7d06b3388d59dfdc08b70fac6d9a2d8998fe528efb392ef7e
 SHA512 
c481d391a4bb1f6701f5fb04c3031610e625521e2597f46a197dbbf3c776b19f257642aacf664fa55cb2133c2c2b207c315a4805197fee93a86e2536bb6a02a6

diff --git a/dev-python/commandlines/commandlines-0.4.1.ebuild 
b/dev-python/commandlines/commandlines-0.4.1.ebuild
new file mode 100644
index 0..dad561831
--- /dev/null
+++ b/dev-python/commandlines/commandlines-0.4.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Routines for extracting information from fontTools glyphs"
+HOMEPAGE="
+   https://commandlines.github.io
+   https://github.com/chrissimpkins/commandlines
+"
+SRC_URI="https://github.com/chrissimpkins/commandlines/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme

diff --git a/dev-python/commandlines/metadata.xml 
b/dev-python/commandlines/metadata.xml
new file mode 100644
index 0..f1e0f46e9
--- /dev/null
+++ b/dev-python/commandlines/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/chrissimpkins/commandlines/issues
+chrissimpkins/commandlines
+commandlines
+
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sre_yield/

2021-07-03 Thread Alessandro Barbieri
commit: 4e97f357a1a284b8471e95f1fcd6b37172e0d96f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 21:11:06 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e97f357

dev-python/sre_yield: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sre_yield/Manifest |  1 +
 dev-python/sre_yield/metadata.xml | 13 +
 dev-python/sre_yield/sre_yield-1.2.ebuild | 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/sre_yield/Manifest b/dev-python/sre_yield/Manifest
new file mode 100644
index 0..698a62d9b
--- /dev/null
+++ b/dev-python/sre_yield/Manifest
@@ -0,0 +1 @@
+DIST sre_yield-1.2.tar.gz 23491 BLAKE2B 
350800649a01b2f2fbe8efb2d9afb1a2a2c6305b1873c0939ad9e02efaa867c1539ba9db692e7fef8eff2d983dac25e406f295b38e26134400388dc0ef54de2f
 SHA512 
ef0621d2d52b36575a22ddb66409f37537bb67296235248c1c802f887aab30cdefb426caa6fd2913ebfd5daa3885151088cab2324a4cbfe5707cdad51c352f89

diff --git a/dev-python/sre_yield/metadata.xml 
b/dev-python/sre_yield/metadata.xml
new file mode 100644
index 0..0a9c05c2b
--- /dev/null
+++ b/dev-python/sre_yield/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/simoncozens/sre_yield/issues
+simoncozens/sre_yield
+sre_yield
+
+

diff --git a/dev-python/sre_yield/sre_yield-1.2.ebuild 
b/dev-python/sre_yield/sre_yield-1.2.ebuild
new file mode 100644
index 0..ef0270e46
--- /dev/null
+++ b/dev-python/sre_yield/sre_yield-1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module to generate regular all expression matches"
+HOMEPAGE="https://github.com/google/sre_yield;
+SRC_URI="https://github.com/google/sre_yield/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/beziers/

2021-07-03 Thread Alessandro Barbieri
commit: ab72976e10045ccf2adbafdd1b0320fa094d61b8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 23:39:41 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab72976e

dev-python/beziers: disable py3.10

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/beziers/beziers-0.3.1.ebuild | 21 +
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/dev-python/beziers/beziers-0.3.1.ebuild 
b/dev-python/beziers/beziers-0.3.1.ebuild
index 6462f6ba1..d0233c664 100644
--- a/dev-python/beziers/beziers-0.3.1.ebuild
+++ b/dev-python/beziers/beziers-0.3.1.ebuild
@@ -3,19 +3,32 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+MYPN="${PN}.py"
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python bezier manipulation library"
 HOMEPAGE="https://github.com/simoncozens/beziers.py;
-SRC_URI="https://github.com/simoncozens/beziers.py/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/simoncozens/${MYPN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${MYPN}-${PV}"
 
 LICENSE="MIT"
 KEYWORDS="~amd64"
 SLOT="0"
 
-RDEPEND="dev-python/pyclipper[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pyclipper[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/dotmap[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ufolint/

2021-07-03 Thread Alessandro Barbieri
commit: 61bcd0f406346c619e77656cf49fdc99f1f6142b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 23:51:36 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61bcd0f4

media-gfx/ufolint: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 media-gfx/ufolint/Manifest |  1 +
 media-gfx/ufolint/metadata.xml | 13 +
 media-gfx/ufolint/ufolint-1.2.0.ebuild | 24 
 3 files changed, 38 insertions(+)

diff --git a/media-gfx/ufolint/Manifest b/media-gfx/ufolint/Manifest
new file mode 100644
index 0..dd2ce647b
--- /dev/null
+++ b/media-gfx/ufolint/Manifest
@@ -0,0 +1 @@
+DIST ufolint-1.2.0.tar.gz 89503 BLAKE2B 
4381438fbb11df78f186d32ecbe655db7df7a2188d13cb5f15612c31a5bbc4d0fe0e3129671f9dfd8261ee5395729d046042056aa1d9c7001636dae356bdc4c3
 SHA512 
040282d0c15e2fcf3b98ed2754d8f7f59ca0e3c304fc7150c81c22e327c135fb46960d5a953861c8a5d11cb61f5317f662fc31323f778f45f2a48495cdfe5083

diff --git a/media-gfx/ufolint/metadata.xml b/media-gfx/ufolint/metadata.xml
new file mode 100644
index 0..b41988aa0
--- /dev/null
+++ b/media-gfx/ufolint/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/source-foundry/ufolint/issues
+source-foundry/ufolint
+ufolint
+
+

diff --git a/media-gfx/ufolint/ufolint-1.2.0.ebuild 
b/media-gfx/ufolint/ufolint-1.2.0.ebuild
new file mode 100644
index 0..50cc73317
--- /dev/null
+++ b/media-gfx/ufolint/ufolint-1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="UFO source format linter"
+HOMEPAGE="https://github.com/source-foundry/ufolint;
+SRC_URI="https://github.com/source-foundry/ufolint/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   dev-python/commandlines[${PYTHON_USEDEP}]
+   dev-python/fonttools[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-restbuilder/

2021-07-03 Thread Alessandro Barbieri
commit: 90ffae5e70ff2b6192dbf4d46918022f6ccaf853
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 21:44:19 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90ffae5e

dev-python/sphinxcontrib-restbuilder: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/sphinxcontrib-restbuilder/Manifest  |  1 +
 dev-python/sphinxcontrib-restbuilder/metadata.xml  | 13 ++
 .../sphinxcontrib-restbuilder-0.3.ebuild   | 29 ++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/sphinxcontrib-restbuilder/Manifest 
b/dev-python/sphinxcontrib-restbuilder/Manifest
new file mode 100644
index 0..bde5235cd
--- /dev/null
+++ b/dev-python/sphinxcontrib-restbuilder/Manifest
@@ -0,0 +1 @@
+DIST sphinxcontrib-restbuilder-0.3.tar.gz 24926 BLAKE2B 
885ec51030ef05c9bf528efc5ee8ac1552692d760854c750342947b599411a1d469aff577938286ef22de0e051450605e646b7b904dd69b513c9016ddbc8345c
 SHA512 
0b94d05a2fed1f2203fea94cd3a525a62530ec1777d28d59f9232241dd6816eedf871d6a6f616f6f9ce2946a90143871be09d8cae75747b224a6032e284963ed

diff --git a/dev-python/sphinxcontrib-restbuilder/metadata.xml 
b/dev-python/sphinxcontrib-restbuilder/metadata.xml
new file mode 100644
index 0..b6ef8d6ec
--- /dev/null
+++ b/dev-python/sphinxcontrib-restbuilder/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/sphinx-contrib/restbuilder/issues
+sphinx-contrib/restbuilder
+sphinxcontrib-restbuilder
+
+

diff --git 
a/dev-python/sphinxcontrib-restbuilder/sphinxcontrib-restbuilder-0.3.ebuild 
b/dev-python/sphinxcontrib-restbuilder/sphinxcontrib-restbuilder-0.3.ebuild
new file mode 100644
index 0..95458e825
--- /dev/null
+++ b/dev-python/sphinxcontrib-restbuilder/sphinxcontrib-restbuilder-0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Sphinx builder/writer to output reStructuredText (rst) files"
+HOMEPAGE="
+   https://github.com/sphinx-contrib/restbuilder
+   https://pypi.org/project/sphinxcontrib-restbuilder
+"
+SRC_URI="https://github.com/sphinx-contrib/restbuilder/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P/sphinxcontrib-/}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/opentypespec/

2021-07-03 Thread Alessandro Barbieri
commit: b025011b9d3e8354f6faa7e353e9a38a0b1a6d60
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 21:25:59 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b025011b

dev-python/opentypespec: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/opentypespec/Manifest  |  1 +
 dev-python/opentypespec/metadata.xml  | 13 +
 dev-python/opentypespec/opentypespec-1.8.4.ebuild | 21 +
 3 files changed, 35 insertions(+)

diff --git a/dev-python/opentypespec/Manifest b/dev-python/opentypespec/Manifest
new file mode 100644
index 0..31d20321e
--- /dev/null
+++ b/dev-python/opentypespec/Manifest
@@ -0,0 +1 @@
+DIST opentypespec-1.8.4.tar.gz 15963 BLAKE2B 
3d796ffa37f7a617a3be8d5a323fbe8f88e57e05aa031edfe1e48115a65526585d522a2426ed5d5ad970621d0cc301238bed8ac0c2beaab526f0b8679572e2ef
 SHA512 
30c96322901ae99c3f8f71d7621660d7273b0ced60c86a253c573c32d491ce1ef6da750106f4aa8fdd005583be6fc31ef9513c301bfe0a6a39e1b6634ede1e9d

diff --git a/dev-python/opentypespec/metadata.xml 
b/dev-python/opentypespec/metadata.xml
new file mode 100644
index 0..96276ba8f
--- /dev/null
+++ b/dev-python/opentypespec/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+
https://github.com/simoncozens/opentypespec-py/issues
+simoncozens/opentypespec-py
+opentypespec
+
+

diff --git a/dev-python/opentypespec/opentypespec-1.8.4.ebuild 
b/dev-python/opentypespec/opentypespec-1.8.4.ebuild
new file mode 100644
index 0..78e4d6eee
--- /dev/null
+++ b/dev-python/opentypespec/opentypespec-1.8.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bezier manipulation library"
+HOMEPAGE="https://github.com/simoncozens/opentypespec-py;
+SRC_URI="https://github.com/simoncozens/opentypespec-py/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-py-${PV}"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RESTRICT="test" #https://github.com/simoncozens/opentypespec-py/issues/1
+
+distutils_enable_tests setup.py



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/dotmap/

2021-07-03 Thread Alessandro Barbieri
commit: ab89d4c85cc3532d9f9b8404739a1b9f8130871e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 22:54:51 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab89d4c8

dev-python/dotmap: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/dotmap/Manifest|  1 +
 dev-python/dotmap/dotmap-1.3.8.ebuild | 19 +++
 dev-python/dotmap/metadata.xml| 13 +
 3 files changed, 33 insertions(+)

diff --git a/dev-python/dotmap/Manifest b/dev-python/dotmap/Manifest
new file mode 100644
index 0..25ed3fd2c
--- /dev/null
+++ b/dev-python/dotmap/Manifest
@@ -0,0 +1 @@
+DIST dotmap-1.3.8.tar.gz 9973 BLAKE2B 
cbf90f7c32b6e64217c9d6ccb13a3d89cf4d5a15704abda76c0ee9914b30882c1bf6993a4b74b7dbb269604f1149102f24da27de4136b7adfefd277861826d2e
 SHA512 
c164b8c6d61d9d0bc66c665df8fe8d376dabc0f994824bd44cade504839a053b9a95973be1d8611f961faeac109d8dfeca93e27b28a12b35c557d22e669772a7

diff --git a/dev-python/dotmap/dotmap-1.3.8.ebuild 
b/dev-python/dotmap/dotmap-1.3.8.ebuild
new file mode 100644
index 0..85c753fe5
--- /dev/null
+++ b/dev-python/dotmap/dotmap-1.3.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+#don't bump to python 3.10 until https://github.com/drgrib/dotmap/issues/76 is 
resolved
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Dot access dictionary with dynamic hierarchy creation and ordered 
iteration"
+HOMEPAGE="https://github.com/drgrib/dotmap;
+SRC_URI="https://github.com/drgrib/dotmap/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+distutils_enable_tests unittest

diff --git a/dev-python/dotmap/metadata.xml b/dev-python/dotmap/metadata.xml
new file mode 100644
index 0..6e6b958dd
--- /dev/null
+++ b/dev-python/dotmap/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/drgrib/dotmap/issues
+drgrib/dotmap
+dotmap
+
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/

2021-07-03 Thread Alessandro Barbieri
commit: 2b865e2e3fb1823274d930398df04ffbc6bbcfa4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 21:16:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b865e2e

dev-python/rstr: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/rstr/Manifest  |  1 +
 dev-python/rstr/metadata.xml  | 17 +
 dev-python/rstr/rstr-2.2.6.ebuild | 27 +++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
new file mode 100644
index 0..b5b287942
--- /dev/null
+++ b/dev-python/rstr/Manifest
@@ -0,0 +1 @@
+DIST rstr-2.2.6.tar.gz 11197 BLAKE2B 
115b674b6d474716623846838b77d08455b60c452150f149f1577ec18a730751af1bc9b4cf3cd445b676ebac1c9bf2262da18f15583d06b75f0746adc363be1b
 SHA512 
ddd4eb4ca25f2bd991d14af6ae800a911a7077dfb14ad1968bf9e62363505e54b4f98b36eb53b7077435f9703116cc2338490a3e0d6d4d1d6fe9857a4d560976

diff --git a/dev-python/rstr/metadata.xml b/dev-python/rstr/metadata.xml
new file mode 100644
index 0..e141e5d73
--- /dev/null
+++ b/dev-python/rstr/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   rstr is a helper module for easily generating random strings
+   of various types. It could be useful for fuzz testing,
+   generating dummy data, or other applications.
+   
+   
+   rstr
+   
+

diff --git a/dev-python/rstr/rstr-2.2.6.ebuild 
b/dev-python/rstr/rstr-2.2.6.ebuild
new file mode 100644
index 0..af5142c3c
--- /dev/null
+++ b/dev-python/rstr/rstr-2.2.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily generate random strings of various types"
+HOMEPAGE="https://pypi.org/project/rstr;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
+
+python_test() {
+   "${PYTHON}" -m unittest discover -v rstr/tests || die "tests failed 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -type d -name "tests" -exec rm -rv {} + || die "tests 
removing failed"
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/stringbrewer/

2021-07-03 Thread Alessandro Barbieri
commit: 5ca85891357b767e4795fd1347a06e9f74f0851f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 21:18:19 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ca85891

dev-python/stringbrewer: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/stringbrewer/Manifest  |  1 +
 dev-python/stringbrewer/metadata.xml  | 13 +
 dev-python/stringbrewer/stringbrewer-0.0.1.ebuild | 22 ++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/stringbrewer/Manifest b/dev-python/stringbrewer/Manifest
new file mode 100644
index 0..0cc99f6dc
--- /dev/null
+++ b/dev-python/stringbrewer/Manifest
@@ -0,0 +1 @@
+DIST stringbrewer-0.0.1.tar.gz 3982 BLAKE2B 
fc4515776662aafb31fac47955979bc1b9044ba1aecb3a66b21c70fea79a455ce76fd1bebb1dc090773cf09e2d36115289e12ab6d218a21be04f3d2d45f3
 SHA512 
3a87c99d5dc4294591e7ddea9e0b86cedabc29d203cb6eb8d36810380e84cfdc546cb506c6ed7da439935289418b8e27f91e57d71eb6c6a8bdcf207e812a48e7

diff --git a/dev-python/stringbrewer/metadata.xml 
b/dev-python/stringbrewer/metadata.xml
new file mode 100644
index 0..80c9358d3
--- /dev/null
+++ b/dev-python/stringbrewer/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/simoncozens/stringbrewer/issues
+simoncozens/stringbrewer
+stringbrewer
+
+

diff --git a/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild 
b/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild
new file mode 100644
index 0..d77330b25
--- /dev/null
+++ b/dev-python/stringbrewer/stringbrewer-0.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate random strings matching a pattern"
+HOMEPAGE="https://github.com/simoncozens/stringbrewer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   dev-python/sre_yield[${PYTHON_USEDEP}]
+   dev-python/rstr[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/aldor/

2021-07-03 Thread Alessandro Barbieri
commit: 542f66ebefb8412d17b2f1283c8ecb2480fbfb0b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 19:36:11 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 23:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=542f66eb

dev-lang/aldor: add more || die

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-lang/aldor/aldor-1.2.0_p20190730-r1.ebuild | 33 ++
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/dev-lang/aldor/aldor-1.2.0_p20190730-r1.ebuild 
b/dev-lang/aldor/aldor-1.2.0_p20190730-r1.ebuild
index 556184b32..563f8536a 100644
--- a/dev-lang/aldor/aldor-1.2.0_p20190730-r1.ebuild
+++ b/dev-lang/aldor/aldor-1.2.0_p20190730-r1.ebuild
@@ -18,6 +18,7 @@ SRC_URI="
emacs? ( http://hemmecke.de/aldor/aldor.el.nw )
 "
 S="${WORKDIR}/${PN}-${COMMIT}/aldor"
+
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -56,11 +57,13 @@ DOCS=( AUTHORS README.building README.binary-only 
README.library ../README.md )
 
 src_unpack() {
unpack "${P}.tar.gz"
-   if use doc ; then
-   cp "${DISTDIR}/libaldor.pdf.gz" "${S}"
-   gunzip "${S}/libaldor.pdf.gz"
+   if use doc; then
+   cp "${DISTDIR}/libaldor.pdf.gz" "${S}" || die
+   gunzip "${S}/libaldor.pdf.gz" || die
+   fi
+   if use emacs; then
+   cp "${DISTDIR}/aldor.el.nw" "${S}" || die
fi
-   use emacs && cp "${DISTDIR}/aldor.el.nw" "${S}"
 }
 
 src_prepare() {
@@ -89,21 +92,21 @@ src_configure() {
 }
 
 src_compile() {
-   if use doc ; then
-   pushd "${S}/aldorug"
+   if use doc; then
+   pushd "${S}/aldorug" || die
emake aldorug.pdf || die "make aldorug.pdf failed"
-   popd
+   popd || die
 
-   pushd "${S}/lib/aldor/tutorial"
+   pushd "${S}/lib/aldor/tutorial" || die
pdflatex tutorial.tex || die "make tutorial.pdf failed"
-   popd
+   popd || die
fi
-   if use emacs ; then
-   notangle "aldor.el.nw" > aldor.el
-   notangle -Rinit.el "aldor.el.nw" | sed -e '1s/^.*$/;; aldor 
mode/' > 64aldor-gentoo.el
-   if use doc ; then
+   if use emacs; then
+   notangle "aldor.el.nw" > aldor.el || die
+   notangle -Rinit.el "aldor.el.nw" | sed -e '1s/^.*$/;; aldor 
mode/' > 64aldor-gentoo.el || die
+   if use doc; then
einfo "Documentation for the aldor emacs mode"
-   noweave "aldor.el.nw" > aldor-mode.tex
+   noweave "aldor.el.nw" > aldor-mode.tex || die
pdflatex aldor-mode.tex || die "make aldor-mode.pdf 
failed"
fi
fi
@@ -113,7 +116,7 @@ src_compile() {
 src_install() {
use doc && DOCS+=( aldorug/aldorug.pdf lib/aldor/tutorial/tutorial.pdf 
libaldor.pdf "${DISTDIR}/algebra.pdf" )
 
-   if use emacs ; then
+   if use emacs; then
use doc && DOCS+=( aldor-mode.pdf )
#TODO: rename aldor.el
elisp-site-file-install aldor.el



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-njoy/

2021-07-03 Thread Craig Andrews
commit: 66d6b35f5e83613708d60cbef52060236d921fce
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:43:27 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d6b35f

media-plugins/kodi-pvr-njoy: 7.1.1 version bump

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

 media-plugins/kodi-pvr-njoy/Manifest   |  1 +
 .../kodi-pvr-njoy/kodi-pvr-njoy-7.1.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-njoy/Manifest 
b/media-plugins/kodi-pvr-njoy/Manifest
index 1ccdfd88b6f..76bfcdd1657 100644
--- a/media-plugins/kodi-pvr-njoy/Manifest
+++ b/media-plugins/kodi-pvr-njoy/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-njoy-6.0.0.tar.gz 54587 BLAKE2B 
94d499840f91a1ffc57fbd3d364df1810eb82807532c8a95d66a8a2cd3e3da6c6177a01ae97ff5936aa9b35fa4ab6e1b8ed56691fe32213031f433691090cbc2
 SHA512 
3279226b3aef3511d7fc5c0cd73f6bb943321f8ee903a1f3736e707488c6ea7e14ab930ef54b22548a87f8daa6e19fc33f7f86d62e4b7ac53ad7eb4dfe526fd1
 DIST kodi-pvr-njoy-7.0.0.tar.gz 54987 BLAKE2B 
c43498d3c29aed4d785373e56180fbc2be225e37be73c6c8a2ae7e40db27f7060aeb5dd3f98a38aaac1b3f098ce5ae2d27bd5a4a1edd4d512f5be78780323586
 SHA512 
a69757cd1d236ef0bf2624fe8f20485536a23d3c62f1c859f20a0f776a9353726e5fd53b3eed852ad0edc8f502d2aceabdcd6c74141504015948dd7d101a5ee1
+DIST kodi-pvr-njoy-7.1.1.tar.gz 56749 BLAKE2B 
f1849e2b114dd873c78ae48b25223f28a45b5ca46ef7a244ddecab9ec0a33de31c22b1709ee698161052de9104c023b448e196259f02d2c98a02d44f25aaa0cd
 SHA512 
fceeda6d4f967f250ffbb5dc2a4d0cd9248cf61447ccbeb6152f5812186fcca2d41222038ffd53f7d7361ca06fe92599d7eb44d0850e03e9605d33e89086a201

diff --git a/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-7.1.1.ebuild 
b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-7.1.1.ebuild
new file mode 100644
index 000..67f65adeb21
--- /dev/null
+++ b/media-plugins/kodi-pvr-njoy/kodi-pvr-njoy-7.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Njoy N7 client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.njoy;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.njoy.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.njoy/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.njoy-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-pctv/

2021-07-03 Thread Craig Andrews
commit: 6ea3cf8e6d28a421e2e41183cd80ba57aed0466f
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:43:00 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea3cf8e

media-plugins/kodi-pvr-pctv: 6.1.1 version bump

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

 media-plugins/kodi-pvr-pctv/Manifest   |  1 +
 .../kodi-pvr-pctv/kodi-pvr-pctv-6.1.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-pctv/Manifest 
b/media-plugins/kodi-pvr-pctv/Manifest
index 96633549835..addaf1916aa 100644
--- a/media-plugins/kodi-pvr-pctv/Manifest
+++ b/media-plugins/kodi-pvr-pctv/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-pctv-5.0.0.tar.gz 65924 BLAKE2B 
cf2a526359457d057c32fd0ec726e59fa64010b51f1cb48841c387f38834433062487c1c12ae83aed9e653a639a4d6329145ee07f21972b0d452d5f9f9919189
 SHA512 
88addbfea0d39384ccb8818e88984e8eb55f9214f350285a6fa42de18045611c0cf98937e252fcd787b473fddcee0f2b3760262d901fc4b158aa4b416332b795
 DIST kodi-pvr-pctv-6.0.0.tar.gz 65852 BLAKE2B 
d0bf91ebea7a2d01fb87a79deaad8edd5bfed8be71e723df11fec4b2186f5d9785dab023e67e2290b958adb245446a3b448b0f1498026ec15de6637c7778ca31
 SHA512 
33bb46f872832835a16fdcc25bec8a67cf800e80c22bf59241e5eaddc3f7d6fedd9a60155b49b6b21c2c3a478cd5f4be503a120c04cf566fd8329ca08df2b0f0
+DIST kodi-pvr-pctv-6.1.1.tar.gz 67214 BLAKE2B 
468382cf62dc9c54b01a7ccce25ec73afc5bb405285adc561fc44125f9b57ec3702d6d3dad4a9fafb50ec9ae58974d1b6ae95347913abb7b67e3ad72d31ef1b7
 SHA512 
12fa2d9299ed84ec89cf4f159946cb007a9a7d404d68a72eb5b63711b4ade6af054107d4880f81d8b3b6683f02aa2495b9c3fbf5d1f5e3d0aa7b8a3316b028ed

diff --git a/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-6.1.1.ebuild 
b/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-6.1.1.ebuild
new file mode 100644
index 000..f8e3bd50adf
--- /dev/null
+++ b/media-plugins/kodi-pvr-pctv/kodi-pvr-pctv-6.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's PCTV client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.pctv;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.pctv.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.pctv/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.pctv-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/jsoncpp
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-nextpvr/

2021-07-03 Thread Craig Andrews
commit: 1b464b643e03f638deeac8ec91d2902b3a062bb2
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:43:53 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b464b64

media-plugins/kodi-pvr-nextpvr: 8.2.4 version bump

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

 media-plugins/kodi-pvr-nextpvr/Manifest|  1 +
 .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.4.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest 
b/media-plugins/kodi-pvr-nextpvr/Manifest
index 476df24..95bef355a2a 100644
--- a/media-plugins/kodi-pvr-nextpvr/Manifest
+++ b/media-plugins/kodi-pvr-nextpvr/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-nextpvr-8.2.3.tar.gz 150375 BLAKE2B 
56493c4f7cb1a42c5b792934ffe5495b8c8083fb12a262a96f47fcadab53a1acbb3c614bb3c507980860bf2cc0c54be374207bdeaf9bb6478991c299c960081a
 SHA512 
6a0bc9e170726246fb46e6fee6c829c36afd570be98ae53901da7fd8a72c319887d8a179dc9b227b8ef0b1628767b7257ef650bc127598d1e1337328c2aa4842
+DIST kodi-pvr-nextpvr-8.2.4.tar.gz 158037 BLAKE2B 
7696679bc7f4d667df95e674e48d1616aba2588f4e1ed5e5d388520369c9ab16e75748203a18d5f85df4cbb1f1cb7eb8371fd2717bce79ef12edd82b0028ad6d
 SHA512 
e256eb268afeed810e7fe94194762a3f22ba7f24bccb06a4ac137170864d96daae00094fd185354d88baedba34dd54e15c935f4dca6b268b0c74b1e9415ddeeb

diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.4.ebuild 
b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.4.ebuild
new file mode 100644
index 000..f1d5484de0a
--- /dev/null
+++ b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's NextPVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml2
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-stalker/

2021-07-03 Thread Craig Andrews
commit: 6d0eab9e8249d8b3e5192062c33773ede0e34332
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:42:31 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0eab9e

media-plugins/kodi-pvr-stalker: 7.1.1 version bump

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

 media-plugins/kodi-pvr-stalker/Manifest|  1 +
 .../kodi-pvr-stalker/kodi-pvr-stalker-7.1.1.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-pvr-stalker/Manifest 
b/media-plugins/kodi-pvr-stalker/Manifest
index f01d19dbd0f..3a9142acfe4 100644
--- a/media-plugins/kodi-pvr-stalker/Manifest
+++ b/media-plugins/kodi-pvr-stalker/Manifest
@@ -2,3 +2,4 @@ DIST kodi-pvr-stalker-6.0.0.tar.gz 114838 BLAKE2B 
31f567d73dc4851acd748bcfa81870
 DIST kodi-pvr-stalker-6.0.1.tar.gz 114575 BLAKE2B 
cb42fcd4ecc7c65bac75eb12579d0dcdb5827312c275a9db998953366c6a59a1033d7d26cc9db91c909d694340bb0eaf53e9d982604ec45b8cb349c4210565c4
 SHA512 
e71e37e7b440cb2d4e6f72400cdb457fbcdcc39893cbe70144b9ac1941429f45b00dbf7516b25a8ac874ae471a14335ce74c845239a46b1fda97361b0757
 DIST kodi-pvr-stalker-6.0.2.tar.gz 114593 BLAKE2B 
673a512ba369a85c6b08820bce845ec38d1ad4710767e585fe18f24c73bbf2b589ed3b52e3a0868a468e57094509ec2bbf1a7477c3602aafbac40095e2948bad
 SHA512 
c8d5a2fce823e9dd00af53f12544ef6f5294b736032fc94d53312b018fb9d6ccbb9a2249cf4d41a40c89b0a0e42dbf252c7897e14c33e5f75487620260e493a5
 DIST kodi-pvr-stalker-7.0.0.tar.gz 114736 BLAKE2B 
a039de58e9f0cc687553b9bf852b4b4fe2f7d1af2682322b29d97c7452b8f2bf5015b72262ae680557666144403bed605b9379e4b7a79eb1e832091cf21e8f98
 SHA512 
d916bf0bf12196672c8576a1e30fb4a6e4fca48d0dcb0e5dbf28bdd78a4266d13a801d92b304bc2b08cc80c45c78081b3676d71331ef42849e99ecfd5848a88d
+DIST kodi-pvr-stalker-7.1.1.tar.gz 118225 BLAKE2B 
258c45c85ad71109e44c2fd52bbe9b04aed996cee12b7e2651ddc3170a5c0c6409d0beaf1fffef28cb71a78d0ce621c69297762be32e15f660c3f0fada2c610d
 SHA512 
9f47dcc44f1f5448b36b456778e8592768e28253083aae26a7d65e1f793c841b0c5fb2f83cd398e0895cdd7e31a608c340c518e4d7e63d0075d93fef5f738739

diff --git a/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-7.1.1.ebuild 
b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-7.1.1.ebuild
new file mode 100644
index 000..ada67b2164b
--- /dev/null
+++ b/media-plugins/kodi-pvr-stalker/kodi-pvr-stalker-7.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Stalker client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.stalker;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.stalker.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.stalker/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.stalker-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/jsoncpp
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-wmc/

2021-07-03 Thread Craig Andrews
commit: f840abe6d1ebdf49678de1250051e973d37bd1e5
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:39:58 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f840abe6

media-plugins/kodi-pvr-wmc: 6.1.2 version bump

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

 media-plugins/kodi-pvr-wmc/Manifest|  1 +
 .../kodi-pvr-wmc/kodi-pvr-wmc-6.1.2.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/kodi-pvr-wmc/Manifest 
b/media-plugins/kodi-pvr-wmc/Manifest
index 3d7965e2b5f..6583522138b 100644
--- a/media-plugins/kodi-pvr-wmc/Manifest
+++ b/media-plugins/kodi-pvr-wmc/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-wmc-6.1.1.tar.gz 185138 BLAKE2B 
c01e5c5d0b70e90d91a44d90170f308ef51fba287574ef8f89d091cfd26ee1a7dc520d4abcf9f7ae2e280af5fa0db0dcdcb2b626d1888e9dd835eb18f9617eae
 SHA512 
4d9adbe042e6b9a0f8b03be2d3981255199a76960d1a94541f0d2bee64efec76de24c8a387b3ae867f0e1d4633d25890a3870e85dc7d683f2db904e006a52df4
+DIST kodi-pvr-wmc-6.1.2.tar.gz 190018 BLAKE2B 
311406bfdaf2aa36eb8f11257de65d81acdcff19d6cb0bceb2d1cebe3a33fcd49cfd2344095e5ae482431f00964c6d95843e0c6702c2e2f3d2e7092d3096
 SHA512 
b0e53c8494a5c811182358afbc7834b7cc51104839c7b4bf59047ef00e4b9bbf013368d94f095fa384dd4aa590a1f64c0235328b652962cd39430273c8e41c0b

diff --git a/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-6.1.2.ebuild 
b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-6.1.2.ebuild
new file mode 100644
index 000..66f8557b7b1
--- /dev/null
+++ b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-6.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Windows Media Center client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.wmc;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.wmc.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.wmc/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.wmc-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   =dev-libs/libplatform-2*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/

2021-07-03 Thread Craig Andrews
commit: a9c15f4c8704211a769dcaf18f7289ddefc7fcff
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:40:36 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c15f4c

media-plugins/kodi-pvr-vuplus: 7.4.4 version bump

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

 media-plugins/kodi-pvr-vuplus/Manifest |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.4.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest 
b/media-plugins/kodi-pvr-vuplus/Manifest
index 1fda917a723..20c87ce3ea7 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-vuplus-7.4.3.tar.gz 285230 BLAKE2B 
0ef24cb24f745494ea86ea025943bd4c159beaa684cacad569ef603d355b917351b92dd145d1fc8e3069896f404727f6aaa2567b5f3633fcfa9dbdd1c60fd09e
 SHA512 
b563c29600126ac0d25c744be64d060691331a875b7945c211f1267daa43d8db034c717b1def49ad85aaf50f81826e4c7ffcff08ad4422fa67abe2ea3cf5557f
+DIST kodi-pvr-vuplus-7.4.4.tar.gz 946491 BLAKE2B 
d3a64a10b7d0b0774aadf6290f70a6f8fd90de0790616d4b64927316c46929c77cb49fa0d69aaf5ba847513d5ad1fa2d208557e4b0b071c04bda94f53a3d086f
 SHA512 
21d705116816d6acc1b70b6b1bebc0ca4bc0eedc2e55c204697608597d6bc88be47b16f18a2d1b04f8f22600a5388062ae259842702ab1d2170ace496edee2b7

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.4.ebuild 
b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.4.ebuild
new file mode 100644
index 000..20323489f84
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml
+   dev-cpp/nlohmann_json
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vdr-vnsi/

2021-07-03 Thread Craig Andrews
commit: d32eeb5e7010c718fcc09babc0fd95ed997d675f
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:41:06 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32eeb5e

media-plugins/kodi-pvr-vdr-vnsi: 8.2.3 version bump

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

 media-plugins/kodi-pvr-vdr-vnsi/Manifest   |  1 +
 .../kodi-pvr-vdr-vnsi-8.2.3.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/Manifest 
b/media-plugins/kodi-pvr-vdr-vnsi/Manifest
index 1ebec3c44a7..bb4560a9dc0 100644
--- a/media-plugins/kodi-pvr-vdr-vnsi/Manifest
+++ b/media-plugins/kodi-pvr-vdr-vnsi/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-vdr-vnsi-8.2.2.tar.gz 167074 BLAKE2B 
fe6cafacb16b31456f3d6f103a836a20cb2fac9d55aad56df858975ba23b9e5de4d29bebc97e276028289a98b196f96f0c30135f94d8316ea6da1c7154a16775
 SHA512 
e5ad58926058473feb089ad96acb4b348c674fc77ec412449cde36d508c75409bc6bfb24bd804b5f50a202e83a8a01b6fd823a1667de368c1f4b768512d519d8
+DIST kodi-pvr-vdr-vnsi-8.2.3.tar.gz 171586 BLAKE2B 
e7b9beed693c84f7a94657eed297a1d76669c2ffcee5be5604d1dc239b9de0811848aaafa87396125f5eacdb28ea7db0e8d3d52f7d4c63e46e0c830aadc8f4d0
 SHA512 
9fbb3e988fe6352fde230ce072b35e591d69015bbfd93a4e61b2719a1f36ef495d23db30d44a6c611dcc1b4e36339b454138902c3f815940c5a77ff2b3d9c62a

diff --git a/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-8.2.3.ebuild 
b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-8.2.3.ebuild
new file mode 100644
index 000..3dd5faf015b
--- /dev/null
+++ b/media-plugins/kodi-pvr-vdr-vnsi/kodi-pvr-vdr-vnsi-8.2.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi PVR addon VNSI"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vdr.vnsi;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi.git;
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vdr.vnsi/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vdr.vnsi-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   virtual/opengl
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mediaportal-tvserver/

2021-07-03 Thread Craig Andrews
commit: 817f8dfb9d4271034b0e55e943f3287d02b14fee
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:41:35 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817f8dfb

media-plugins/kodi-pvr-mediaportal-tvserver: 8.2.1 version bump

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

 .../kodi-pvr-mediaportal-tvserver/Manifest |  1 +
 .../kodi-pvr-mediaportal-tvserver-8.2.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest 
b/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
index c9ac77bf9c1..38772c86a16 100644
--- a/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
+++ b/media-plugins/kodi-pvr-mediaportal-tvserver/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-mediaportal-tvserver-8.2.0.tar.gz 405092 BLAKE2B 
ae20d4dc06ed8b6ffa1487c932f8938267b3bed4ff28c42a6721de5bf416aa3a2517658fc8044369b83895f0c0c0774b25a57c24fc324cd06d4bebe453b3caa6
 SHA512 
43c13cc131a66195d8afff9214ebdc21ae6b69011e6695c2f57ee86efba3bb50032728eb118c2f8b0124dc3a8bceb00dd68320a6b03330c3054bc3de89194a5e
+DIST kodi-pvr-mediaportal-tvserver-8.2.1.tar.gz 411048 BLAKE2B 
803b47e42d7b7e777293f2d777a7bddbc2b0400b7bd43d5b441829276e6a7512cc3d30a2949a3d4703da7282804e536e2420a1f40cb05dc6143bdee931adaebe
 SHA512 
d257992bf77a49bf9b130bf91764b2c174bae955c8fcc3e487bc65c5f963963e10e15855019e9dcf3c9e8ed2fa3e7db874e7282cd269d313cc15c664f88c9ad1

diff --git 
a/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-8.2.1.ebuild
 
b/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-8.2.1.ebuild
new file mode 100644
index 000..1de2f204415
--- /dev/null
+++ 
b/media-plugins/kodi-pvr-mediaportal-tvserver/kodi-pvr-mediaportal-tvserver-8.2.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's MediaPortal TVServer client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.mediaportal.tvserver;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver.git;
+   inherit git-r3
+   DEPEND="~media-tv/kodi-"
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.mediaportal.tvserver/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.mediaportal.tvserver-${PV}-${CODENAME}"
+   DEPEND="=media-tv/kodi-19*"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vbox/

2021-07-03 Thread Craig Andrews
commit: 1e91fcd7f928f5532efc1dd23537b623da4a5dda
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 23:42:04 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 23:44:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e91fcd7

media-plugins/kodi-pvr-vbox: 8.1.2 version bump

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

 media-plugins/kodi-pvr-vbox/Manifest   |  1 +
 .../kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-vbox/Manifest 
b/media-plugins/kodi-pvr-vbox/Manifest
index f7efcf9aa7a..c52bc7cb50f 100644
--- a/media-plugins/kodi-pvr-vbox/Manifest
+++ b/media-plugins/kodi-pvr-vbox/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-vbox-7.0.2.tar.gz 159326 BLAKE2B 
a4d463e52417ef82d13ca29dae9b6cc4e
 DIST kodi-pvr-vbox-7.0.3.tar.gz 159325 BLAKE2B 
c31b44ec28f6c3f1a0a031f2d435b3a2659913cf2e7a0a00ffb4006c11c5e9298e7d0354645d972b64b76ae40c111693b19cb2b262ae163d01a6d2b67806a70c
 SHA512 
eb46342f63218285a36ca8298a021858517a11752a53af998a73969d267a28f1693d8c6b7132292dfd5e12d8903e8b5a00dda4ebf51363bdec03c6d712239b53
 DIST kodi-pvr-vbox-8.0.0.tar.gz 159484 BLAKE2B 
e431632d5ce282d29a976426e92f93d946c7bdc8078164ee4da8f22e795c14fb8b66f183f0957bb8b322762dab673e7c320db2102d21162097502f098f5cff5c
 SHA512 
5d2d1e4fb824d8a3851650d5cfc539b19c6d10983cfb3a5ad931ad835613fbd6089eaabd5de1807eab16039bac98e49623ca27022b09b864610b0c751499bda9
 DIST kodi-pvr-vbox-8.1.1.tar.gz 163007 BLAKE2B 
7f88ffbb8b939457f25d47f1e29d7a85a4941e8ce6457e7d6ab27fa2d1f2848da3e37dbc2986e8e0e07d837197141402808f0c6a99c287555b463ff8ff3a5438
 SHA512 
5df148a9ce5faebc6abcf359616a6ebfc38ea0039574ca6c7bb4f2ff3b644d5a880f1caa8746d8f5b4787720152c478a3b1a7eeaa64b5310214354ec540e3781
+DIST kodi-pvr-vbox-8.1.2.tar.gz 163016 BLAKE2B 
a140551485e4bcfa1b067d56b571a046afd7e10944c1b34221739b2a3c9ef6f17523b01a019ba7e049557970a1c9eaa9bf6733887357ab89d498774ca1e1aa20
 SHA512 
f0e3bed8305d9f7762ed41c3350029e5b374cacf3bf936e5b35503f651761e7addca1f961a7d44739dfd92e48bdd7756c53b616e2183c91c446afc2411598eed

diff --git a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild 
b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild
new file mode 100644
index 000..349e008af30
--- /dev/null
+++ b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's VBox Home TV Gateway PVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vbox;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vbox.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vbox-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml2
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2021-07-03 Thread Sam James
commit: fb2dc9299e439c15b323e597fd2b2dc865d930d2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 23:19:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 23:19:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2dc929

dev-python/aesara: Stabilize 2.0.10 ALLARCHES, #799947

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

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

diff --git a/dev-python/aesara/aesara-2.0.10.ebuild 
b/dev-python/aesara/aesara-2.0.10.ebuild
index a930578b036..c60f566ca35 100644
--- a/dev-python/aesara/aesara-2.0.10.ebuild
+++ b/dev-python/aesara/aesara-2.0.10.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]



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

2021-07-03 Thread Sam James
commit: e705db9c3bbbc3a7c1d25ffb8fcddb13065b951c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 23:19:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 23:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e705db9c

media-libs/zxing-cpp: Stabilize 1.2.0 amd64, #800173

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

 media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild 
b/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild
index c65c08e82a3..c17a77e0c97 100644
--- a/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild
+++ b/media-libs/zxing-cpp/zxing-cpp-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus/

2021-07-03 Thread Michał Górny
commit: f4afc8107d251b5d5a096a2de7470a75cc08879d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 20:56:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 21:46:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4afc810

games-strategy/wargus: Bump to 3.1.0

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

 games-strategy/wargus/Manifest|  1 +
 games-strategy/wargus/wargus-3.1.0.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/games-strategy/wargus/Manifest b/games-strategy/wargus/Manifest
index ed1abf6206d..ec865d94bee 100644
--- a/games-strategy/wargus/Manifest
+++ b/games-strategy/wargus/Manifest
@@ -1,2 +1,3 @@
 DIST wargus-2.4.3.tar.gz 46635465 BLAKE2B 
be559e6efdba7542e9ed65f4ece5419b781b61d7d6d43b40418ca8dffc446fa7478f608d7f24696281c7acbda4dc5bf8d808feeb3376ae3e8a04b3372d18ace1
 SHA512 
0c9eca898146c44e211e0da7061cb605eb04ab113fd9ad0c51f9b92df8724a5b28aea9b7cf9bfadd44f0183f8b5c519d7da0050b260624f4f7da4b9f8aee458c
 DIST wargus-3.0.0.tar.gz 4890178 BLAKE2B 
7ab4a4b5e8171b2297e17f0338a5fd674cff7beb3457e33c7938c12f9a262d81b9faf2db6ae00fdbbef440624880c37bfe61c2b9957e943cf13d364544f58a65
 SHA512 
70bf6a5a3d489c9d88bf28e65eea85936ac42850b9c8f27c5cb4a7ba8ff28c609274235c735abb4de92e5c63113d4850adc1da313ff39cbdee797de6b9e1cc43
+DIST wargus-3.1.0.tar.gz 4977868 BLAKE2B 
063d47f53b58360c3ccc1aea301f4731a0108a52867b529a1f3935e500e569c11775074241ed8acd58ee7b33064831abebee693a9720927a1432c3f4ed9b17dc
 SHA512 
9e4c3ed955cbf0ff38fd8a847a9590fb3588923b88065a8eb3d2e82fa20b10cd00d507b74c5440486237eb20b71435f72c219efdf288eb67fca594050622f169

diff --git a/games-strategy/wargus/wargus-3.1.0.ebuild 
b/games-strategy/wargus/wargus-3.1.0.ebuild
new file mode 100644
index 000..05c144af13d
--- /dev/null
+++ b/games-strategy/wargus/wargus-3.1.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Warcraft II for the Stratagus game engine"
+HOMEPAGE="
+   https://stratagus.com/
+   https://github.com/Wargus/wargus;
+SRC_URI="https://github.com/Wargus/wargus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+bne"
+
+RDEPEND="
+   =games-engines/stratagus-${PV}*[theora]
+   media-libs/libpng:0=
+   sys-libs/zlib:=
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   bne? ( app-arch/stormlib:= )
+   !games-strategy/wargus-data"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   if has_version games-strategy/wargus-data; then
+   ewarn "The system-wide install of game data via 
games-strategy/wargus-data"
+   ewarn "no longer works.  The old data will be uninstalled after 
merging"
+   ewarn "this version of Wargus.  If you would like to preserve 
it, please"
+   ewarn "abort the process and back /usr/share/stratagus/wargus 
up."
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DGAMEDIR="${EPREFIX}/usr/bin"
+   -DBINDIR="${EPREFIX}/usr/bin"
+   -DSTRATAGUS="${EPREFIX}/usr/bin/stratagus"
+   -DSHAREDIR="${EPREFIX}/usr/share/stratagus/wargus"
+   -DICONDIR=/usr/share/icons/hicolor/64x64/apps
+   -DWITH_STORMLIB=$(usex bne)
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   elog "Wargus requires the data from the original game to run.  The game"
+   elog "will ask you for the location of the game data and 
extract/convert"
+   elog "it automatically on the first run."
+
+   if ! has_version media-video/ffmpeg ||
+   ! has_version media-sound/cdparanoia
+   then
+   elog
+   elog "If you did not convert the game data yet, you may want to 
install"
+   elog "the following optional dependencies:"
+   elog
+   elog "media-video/ffmpeg -- to convert game videos"
+   elog "media-sound/cdparanoia -- to rip game music from the CD"
+   fi
+
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/war1gus/

2021-07-03 Thread Michał Górny
commit: b96e72764166e7d5debe7aa3a5515f3ac225356a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 20:58:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 21:46:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96e7276

games-strategy/war1gus: Bump to 3.1.0

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

 games-strategy/war1gus/Manifest |  1 +
 games-strategy/war1gus/war1gus-3.1.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/games-strategy/war1gus/Manifest b/games-strategy/war1gus/Manifest
index 27c10be561c..337ae31d798 100644
--- a/games-strategy/war1gus/Manifest
+++ b/games-strategy/war1gus/Manifest
@@ -1,2 +1,3 @@
 DIST war1gus-2.4.3.tar.gz 436938 BLAKE2B 
662c3e2d16d4ca3225a50ec28ff6ae11f9c309a02c1b71e26a28155012395091dec7833a4f32a0ee6c19119a9c0aa2aa96cb465b06937da8efdd54b040189778
 SHA512 
909dc3375a00a4ff05eb287e6a1e3414b084f51cda37fe73ab4d728eb2d13e3e0e8612700a90e000d67a9ddffb115fe41554a4ad9db9f68e0b62cdbc0d025ae0
 DIST war1gus-3.0.0.tar.gz 446245 BLAKE2B 
f58d8fe8248cc7cc661a5c2dabef9b13410eb3530bb045c03c54abeea8028e26ada3bd98d50680165b3ce35b17a08acba2b953b8c896de990cdbb3acf59cd4ae
 SHA512 
fad712945e939fededf202181523b34945ba58ded5b5ea8089709860b63ad9c9766eb926293e5195c14f0dc3b8531ac0ae4654ab6b6718068648f9efc0fb817c
+DIST war1gus-3.1.0.tar.gz 395576 BLAKE2B 
3fe8341bac0811c86e8240a07500dc42972a275e6a0e3b1543246afa8e5ba86c7a56a3b49e1c7e7321067a5a66eeb5fe69b529650edfdcc14407d1062e47b1a9
 SHA512 
68a5f100f5973ab2666f4cd486914531587a27e13c2aef0d11b08c459bd43d5257a423a1648c86ace58b27b048eeca24afb23d09c07a6a32d32845bc49701a33

diff --git a/games-strategy/war1gus/war1gus-3.1.0.ebuild 
b/games-strategy/war1gus/war1gus-3.1.0.ebuild
new file mode 100644
index 000..ae327b99a8c
--- /dev/null
+++ b/games-strategy/war1gus/war1gus-3.1.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Warcraft: Orcs & Humans for the Stratagus game engine"
+HOMEPAGE="
+   https://stratagus.com/war1gus.html
+   https://github.com/Wargus/war1gus;
+SRC_URI="https://github.com/Wargus/war1gus/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   =games-engines/stratagus-${PV}*[theora]
+   media-libs/libpng:0=
+   sys-libs/zlib:=
+   x11-libs/gtk+:2
+   x11-libs/libX11"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig"
+
+src_configure() {
+   local mycmakeargs=(
+   -DGAMEDIR="${EPREFIX}/usr/bin"
+   -DBINDIR="${EPREFIX}/usr/bin"
+   -DSTRATAGUS="${EPREFIX}/usr/bin/stratagus"
+   -DSHAREDIR="${EPREFIX}/usr/share/stratagus/war1gus"
+   -DICONDIR=/usr/share/icons/hicolor/64x64/apps
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   elog "War1gus requires the data from the original game to run.  The 
game"
+   elog "will ask you for the location of the game data and 
extract/convert"
+   elog "it automatically on the first run."
+
+   if ! has_version media-video/ffmpeg ||
+   ! has_version media-sound/timidity++
+   then
+   elog
+   elog "If you did not convert the game data yet, you may want to 
install"
+   elog "the following optional dependencies:"
+   elog
+   elog "media-video/ffmpeg -- to convert game videos"
+   elog "media-sound/timidity++ -- to convert game music"
+   fi
+
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2021-07-03 Thread Michał Górny
commit: 8f13b22e8ddf5130a7ce3707d82545792c533088
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 20:35:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 21:46:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f13b22e

dev-python/bitarray: Bump to 2.2.0

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

 dev-python/bitarray/Manifest  |  1 +
 dev-python/bitarray/bitarray-2.2.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index 92c0d68ce75..71b246b5c73 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -2,3 +2,4 @@ DIST bitarray-2.1.0.tar.gz 71169 BLAKE2B 
8d82d49ac309605d989d29d492dbb94dd59c633
 DIST bitarray-2.1.1.tar.gz 72522 BLAKE2B 
28afebad24c574706f3cc57d1b82890d8e98a2ba745765a1a8d9e60a630a1e1e6e467bdd7b953c4c75b08b302658f7704d83a8e01b351c1e99e66ebd52fbbf83
 SHA512 
d690e266d1ac9f8fba6f2dd2770b80d1fbb2a53baf2ba759c946a2d371d9804e5bfd6792fc2a64809fc10e78563e106c2d357474fa515423fdcd6964a8191718
 DIST bitarray-2.1.2.tar.gz 72530 BLAKE2B 
85b98e3e7b89ded2f6d05aaf08efdc46982b92f67eac6153afe0814537ef84528a5a76e1b0de03d771e8b9ee69ce762fe34d908d14555a5e6c70583350009a9f
 SHA512 
1db9d54a2721741732cf6d455b36d3fdeb550a3a6370e14d794c2d67a1a0d39ca6ddc8db939ec391b33dc86962db51cc4291d8d04db878758fdb411fff377819
 DIST bitarray-2.1.3.tar.gz 72556 BLAKE2B 
737ba1e1586269d279198bd966c84abc95b74179e361f1e08644d3c4557085bdd99931ce9cec633e39d4fd454fa36d0170c5057a8931cbd8ca2fb8f3bdf71dc1
 SHA512 
de84b8b1c84be32f946a5f12e8a6ce84f9aecba6e5dc28c0cb0e1fa59434cc5b0757cd5e0b616163b134d460edaf4d53edd53da86ea517a97c818ee83855b174
+DIST bitarray-2.2.0.tar.gz 75776 BLAKE2B 
4be063193ee4ee5c991213837b360a97ef26949e9e3c83fb25796705a9d22816c16024e9c657c95b57e5f6a5d60cf8f8c829efa847dd5691d0f62ebbca214239
 SHA512 
74d7f05a9d03adf660f17883782eb1f2bbd08922c3f6a9a7a44eb86cfb29ab8e3b7c2aa7acc27656d04713396e956771b3f9b429630b74f0dc39a6bad869fe25

diff --git a/dev-python/bitarray/bitarray-2.2.0.ebuild 
b/dev-python/bitarray/bitarray-2.2.0.ebuild
new file mode 100644
index 000..2db99351790
--- /dev/null
+++ b/dev-python/bitarray/bitarray-2.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=no
+inherit distutils-r1
+
+DESCRIPTION="Efficient arrays of booleans -- C extension"
+HOMEPAGE="https://github.com/ilanschnell/bitarray 
https://pypi.org/project/bitarray/;
+SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+   "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with 
${EPYTHON}"
+}



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

2021-07-03 Thread Michał Górny
commit: 8ce10d2e1c7d0d87530977b01e495f291a28e652
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 20:40:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 21:46:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce10d2e

dev-python/packaging: Bump to 21.0

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

 dev-python/packaging/Manifest  |  1 +
 dev-python/packaging/packaging-21.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/packaging/Manifest b/dev-python/packaging/Manifest
index c4102d3c3e0..04dcb3436b9 100644
--- a/dev-python/packaging/Manifest
+++ b/dev-python/packaging/Manifest
@@ -1 +1,2 @@
 DIST packaging-20.9.gh.tar.gz 78041 BLAKE2B 
d87c66aa39cfb832a26a350981722ad40a9193b70ca447030405ee474586cc12e4ae5f4dc7fbc5da6944b717545f3d3f7caac376a3da1ab95aa26429723dc6f6
 SHA512 
fb71f1036cfaacbe94fdee663af31d6ad1960f73ecc95cba87b461c2d7d2ea90085853bb4682b146492d8c48f784b60ef082e3b1259269857166b143cd9a920b
+DIST packaging-21.0.gh.tar.gz 79977 BLAKE2B 
4ddfa5069f463abeab09ed92650a174d58622927d24b22eed184506d36d9144520e90cd5ea6570e7c06af3c768eda608decc4befb402942e6d6cd1ba5cb10b42
 SHA512 
612744ad8d0b834709af5d4e2415679271e4cdc304a2e9297ec741e37e62241a041b678568130cd733828a1bf2e5885d62de706934f4018195566107989a6f6b

diff --git a/dev-python/packaging/packaging-21.0.ebuild 
b/dev-python/packaging/packaging-21.0.ebuild
new file mode 100644
index 000..f2ffdaca881
--- /dev/null
+++ b/dev-python/packaging/packaging-21.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3  )
+inherit distutils-r1
+
+DESCRIPTION="Core utilities for Python packages"
+HOMEPAGE="
+   https://github.com/pypa/packaging/
+   https://pypi.org/project/packaging/;
+SRC_URI="
+   https://github.com/pypa/packaging/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+SLOT="0"
+LICENSE="|| ( Apache-2.0 BSD-2 )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-python/pyparsing-2.1.10[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/pretend[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --capture=no
+}



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

2021-07-03 Thread Michał Górny
commit: 639d6230adb5cf214fa47cc44425d3a5a52a9820
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 20:43:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 21:46:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639d6230

www-plugins/lightspark: Bump to 0.8.5

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

 www-plugins/lightspark/Manifest|  1 +
 www-plugins/lightspark/lightspark-0.8.5.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/www-plugins/lightspark/Manifest b/www-plugins/lightspark/Manifest
index 3dbccb74d3a..15302b94278 100644
--- a/www-plugins/lightspark/Manifest
+++ b/www-plugins/lightspark/Manifest
@@ -1,3 +1,4 @@
 DIST lightspark-0.8.2.tar.gz 1996482 BLAKE2B 
09ef5f4bc4e78efe8c8ddb305e0c47091ba5b27c9b3bb2dd782079bc05a4836d43a80b47d1c30eba424b5d43a724502235a60c08451df4c8526b15a32274dbb4
 SHA512 
0ff636ad59523726232d9c2105843dc9ea835526c300bca7833e6d1a0ebf7630c1d10109143baabc16f95c1c954094603c945b705a6c9fb02f369e94fead034e
 DIST lightspark-0.8.3.tar.gz 2374990 BLAKE2B 
3053ca1ce8a8c0b7e243d28c038b237647e86f72a0d4e171da338384e4228587aba21f141fe0656ebe8243343284afcd311d7ced22cb09f95538e2f618edfefc
 SHA512 
023d1872577445a857c77908bc2ec83ebfa086bc77161dfd22b53fc0c38eb5d94cd5bb5c5a7508dee2039d3b8479c917dcee089fe551a984ec5525a5ae781997
 DIST lightspark-0.8.4.tar.gz 2412232 BLAKE2B 
d749713db4dc14a45f57cc75b252e3b70e761d42ab76ab0c23afd4c85bbbd7cc5fea5f3b6e53cbbeccd79214b0e1983d0ab86acc4ed58206b5c4a2371487a40c
 SHA512 
a69a73b6e0c5227bb63e94c15ffaa83df6ed18d400c50fd6f845b455d2b49a1acdc45f1f75c14894492ba5db9e38d1fbbac315359d4b73434832c05873b22091
+DIST lightspark-0.8.5.tar.gz 2490510 BLAKE2B 
33966bd811a311ee1cc6c59517f17933c73da926ea40485800076c26eea3ddec29f18f12d1fd8c36f43c932ac56128b483a9dc104f006b3a1805992f0aa4
 SHA512 
79e78925f9132b2c6044e4abf326d768c8d45509f85d9123e3dd172b2769772567223676fa7c8ea4d08bc541e9aa7a2b2d5a1062ff9f3a6274234af8798ee11b

diff --git a/www-plugins/lightspark/lightspark-0.8.5.ebuild 
b/www-plugins/lightspark/lightspark-0.8.5.ebuild
new file mode 100644
index 000..dd32cad0dd7
--- /dev/null
+++ b/www-plugins/lightspark/lightspark-0.8.5.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake toolchain-funcs xdg-utils
+
+DESCRIPTION="High performance flash player"
+HOMEPAGE="https://lightspark.github.io/;
+SRC_URI="
+   https://github.com/lightspark/lightspark/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+S=${WORKDIR}/${P/_rc*/}
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cpu_flags_x86_sse2 curl ffmpeg gles2-only nsplugin ppapi profile rtmp"
+
+# Note: no LLVM since it's broken upstream
+RDEPEND="app-arch/xz-utils:0=
+   dev-libs/glib:2=
+   dev-libs/libpcre:3=[cxx]
+   media-fonts/liberation-fonts
+   media-libs/freetype:2=
+   media-libs/libpng:0=
+   media-libs/libsdl2:0=
+   media-libs/sdl2-mixer:0=
+   sys-libs/zlib:0=
+   x11-libs/cairo:0=
+   x11-libs/libX11:0=
+   x11-libs/pango:0=
+   virtual/jpeg:0=
+   curl? ( net-misc/curl:0= )
+   ffmpeg? ( media-video/ffmpeg:0= )
+   gles2-only? ( media-libs/mesa:0=[gles2] )
+   !gles2-only? (
+   >=media-libs/glew-1.5.3:0=
+   virtual/opengl:0=
+   )
+   rtmp? ( media-video/rtmpdump:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   amd64? ( dev-lang/nasm )
+   x86? ( dev-lang/nasm )
+   virtual/pkgconfig"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_CURL=$(usex curl)
+   -DENABLE_GLES2=$(usex gles2-only)
+   -DENABLE_LIBAVCODEC=$(usex ffmpeg)
+   -DENABLE_RTMP=$(usex rtmp)
+
+   -DENABLE_MEMORY_USAGE_PROFILING=$(usex profile)
+   -DENABLE_PROFILING=$(usex profile)
+   -DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
+
+   -DCOMPILE_NPAPI_PLUGIN=$(usex nsplugin)
+   -DPLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/${PN}/plugins
+   # TODO: install /etc/chromium file? block adobe-flash?
+   -DCOMPILE_PPAPI_PLUGIN=$(usex ppapi)
+   
-DPPAPI_PLUGIN_DIRECTORY="${EPREFIX}"/usr/$(get_libdir)/chromium-browser/${PN}
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use nsplugin; then
+   # copied from nsplugins.eclass, that's broken in EAPI 7
+   dodir /usr/$(get_libdir)/nsbrowser/plugins
+   dosym ../../lightspark/plugins/liblightsparkplugin.so \
+   
/usr/$(get_libdir)/nsbrowser/plugins/liblightsparkplugin.so
+   fi
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+
+   if use nsplugin && has_version "www-plugins/gnash[nsplugin]"; then
+   elog "Having two plugins 

[gentoo-commits] repo/gentoo:master commit in: games-engines/stratagus/

2021-07-03 Thread Michał Górny
commit: 0878cf05d86cee613935dd529040721ed455bbb1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 20:55:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 21:46:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0878cf05

games-engines/stratagus: Bump to 3.1.0

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

 games-engines/stratagus/Manifest   |  1 +
 games-engines/stratagus/stratagus-3.1.0.ebuild | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/games-engines/stratagus/Manifest b/games-engines/stratagus/Manifest
index 85594b2e556..4825b00442d 100644
--- a/games-engines/stratagus/Manifest
+++ b/games-engines/stratagus/Manifest
@@ -1,2 +1,3 @@
 DIST stratagus-2.4.3.tar.gz 1123537 BLAKE2B 
90e40b2b277b5c52977f3c0ae2ae8f2e65d940d765e2ca4f7def4f8cf903399350f5e46f6dc6fbc38f3a53c7ca9ecaf5cf38025ec69154972869f28da37865d4
 SHA512 
16271c4fed3fb75fb8fb08e363e72713ede7979ea7e25b7c83db2fa9a0688fb7927cad3379e3b23e172c409cf0f6db18f7c6557d19a693c9a7f24109b56d2a56
 DIST stratagus-3.0.0.tar.gz 1149659 BLAKE2B 
62a14bdc84462f22867b836b9a83f58ba31c7793c20f25cd8a0ca58adf7e5a38ee4559e96dddf8eb61dd1572dac55e08b16c95f8b7590644da0d0ffd040e0360
 SHA512 
baef3636471134c53ae0a60471f217daf694c20f439db125cf31cc33a510be456486aa905950aec15f28acada1af39a245e97fc85045d849b10532939a8f3a83
+DIST stratagus-3.1.0.tar.gz 1188722 BLAKE2B 
7eefd0d1c2ab35e657d8dc3c90c279deab073588c7a5830e317b99d72518b3d9b1260b56952e1deeadccc79334442441896c0d9520891a5eeea75da52871a4b2
 SHA512 
41f4dc6e6232cdd31258b7c402c64d3604c77b07bd46f29474a4b4979cd30dec809faeb5f0034521e26442c4afefba3076154a632bd445f57e04801b4199573b

diff --git a/games-engines/stratagus/stratagus-3.1.0.ebuild 
b/games-engines/stratagus/stratagus-3.1.0.ebuild
new file mode 100644
index 000..b457463d8b3
--- /dev/null
+++ b/games-engines/stratagus/stratagus-3.1.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-1 )
+inherit cmake lua-single optfeature
+
+DESCRIPTION="A realtime strategy game engine"
+HOMEPAGE="
+   https://stratagus.com/stratagus.html
+   https://github.com/Wargus/stratagus;
+SRC_URI="https://github.com/Wargus/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~amd64 ~x86"
+IUSE="bzip2 debug doc mng theora vorbis"
+REQUIRED_USE="
+   ${LUA_REQUIRED_USE}
+   theora? ( vorbis )"
+
+RDEPEND="
+   ${LUA_DEPS}
+   dev-db/sqlite:3
+   dev-lua/toluapp[${LUA_SINGLE_USEDEP}]
+   media-libs/libpng:0
+   x11-libs/libX11
+   media-libs/libsdl2[sound,opengl,video]
+   media-libs/sdl2-mixer[vorbis]
+   media-libs/sdl2-image[png]
+   sys-libs/zlib
+   bzip2? ( app-arch/bzip2 )
+   mng? ( media-libs/libmng )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   theora? ( media-libs/libtheora )
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}"-2.3.0-doc.patch
+)
+
+src_prepare() {
+   sed -i -e 's:-Werror::' CMakeLists.txt || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   # there are in-source switches
+   use debug && CMAKE_BUILD_TYPE=Debug
+
+   local mycmakeargs=(
+   -DGAMEDIR="/usr/bin"
+   -DDOCDIR="/usr/share/doc/${PF}"
+   -DWITH_BZIP2=$(usex bzip2)
+   -DWITH_MNG=$(usex mng)
+   -DWITH_OGGVORBIS=$(usex vorbis)
+   -DWITH_THEORA=$(usex theora)
+   -DENABLE_DOC=$(usex doc)
+   -DENABLE_DEV=ON
+   )
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   optfeature "MIDI music support" "media-libs/sdl2-mixer[midi]"
+}



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

2021-07-03 Thread Davide Pesavento
commit: 20372c8b8cd7df82d7003be2b535cfb397959bd5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jul  3 21:12:29 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jul  3 21:13:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20372c8b

dev-python/sip: add 6.2 snapshot with proper support for python 3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/sip/Manifest | 2 +-
 dev-python/sip/{sip-6.1.1.ebuild => sip-6.2.0_pre2106291255.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 0262879d910..78a844bd3e9 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,3 +1,3 @@
 DIST sip-4.19.25.tar.gz 1056384 BLAKE2B 
f92e105e6b30e871aea2883dc9cd459e4032fb139a9eaff153a3412a66b39df4d7ac985711a2693aee83195ff3850ae648bee4102f7fc3cc30d09885799f2b98
 SHA512 
60fb4133c68869bf0993144978b4847d94a0f9c7b477f64a346ea133cfe35bc11820204ab327dcf9a929b6f65a26d16cc7efbce65e49967c3347b39376e57001
 DIST sip-5.5.0.tar.gz 1108126 BLAKE2B 
59f0323b3befd7ebb89461e93e1e7e5707d11b2882bd524a45f3a6ba8d8a3c792aff5580027255812f6a3fa0854febeb418690fa6106efb21aab1610d66ef911
 SHA512 
0122beab575239cdb3b1430dc53a7f74175e3fbb3e113bcafced122ffbc4bd3d339b64a672ac1319ea14cd540b5877c2bcfeb7f8821fe8a3c8ba3ce9744bf803
-DIST sip-6.1.1.tar.gz 1441692 BLAKE2B 
89a350be3e8c87cb76ec4222f0ab753213f324bc4573bee82bc4d014e8984d9d47a6f384793f618d090620a9efa2cfb906070a7d99312a29cac715ec98d97f15
 SHA512 
94e413c3af4dcac9cbd1eef368f4e88c0b3bfe1ad8b97f4a6ec39af1a448fdf1d79f3c845cf8c9b0ed78b04f2a18d176d750a39d13a47f9122e575d034ed88b4
+DIST sip-6.2.0.dev2106291255.tar.gz 1180173 BLAKE2B 
e5dc12515a692f5cb0e82828cc8a14879a764056b04e15957c3e4eeca3bcaf21bce95397eacf5480a16f3f9c2037596880efc0e6a84599fe232823438b2bdf02
 SHA512 
35cfa8a9b641bfe2cb7e2454e514ece0cdddc48b7afaf55e65c34b76eff82a9730d05dc6122e4f08cfc2dfbcbca63e99ea11932f778055f532026b3cb2d92873

diff --git a/dev-python/sip/sip-6.1.1.ebuild 
b/dev-python/sip/sip-6.2.0_pre2106291255.ebuild
similarity index 95%
rename from dev-python/sip/sip-6.1.1.ebuild
rename to dev-python/sip/sip-6.2.0_pre2106291255.ebuild
index a541809c48f..e990228 100644
--- a/dev-python/sip/sip-6.1.1.ebuild
+++ b/dev-python/sip/sip-6.2.0_pre2106291255.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Python bindings generator for C/C++ libraries"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xssstate/

2021-07-03 Thread Georgy Yakovlev
commit: 3b5bf33fd842f77036429ebae15f8eca4b4a63d4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:57:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:57:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5bf33f

x11-misc/xssstate: keyword 1.1 for ~arm64

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

 x11-misc/xssstate/xssstate-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild 
b/x11-misc/xssstate/xssstate-1.1.ebuild
index 0dbd9da68b1..e670a5598b2 100644
--- a/x11-misc/xssstate/xssstate-1.1.ebuild
+++ b/x11-misc/xssstate/xssstate-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sprop/

2021-07-03 Thread Georgy Yakovlev
commit: 7c3ce1ced84bbde21463061899d2ca12a44b52ac
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:52:14 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:52:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3ce1ce

x11-misc/sprop: keyword 0.1-r1 for ~ppc64

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

 x11-misc/sprop/sprop-0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sprop/sprop-0.1-r1.ebuild 
b/x11-misc/sprop/sprop-0.1-r1.ebuild
index c0cee8850f7..4eff90d827d 100644
--- a/x11-misc/sprop/sprop-0.1-r1.ebuild
+++ b/x11-misc/sprop/sprop-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/wmname/

2021-07-03 Thread Georgy Yakovlev
commit: e0e151162a1eb7b88865e8d86914f49413cb655d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:56:50 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:56:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e15116

x11-misc/wmname: keyword 0.1-r1 for ~ppc64

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

 x11-misc/wmname/wmname-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild 
b/x11-misc/wmname/wmname-0.1-r1.ebuild
index 7605f12fc85..a6b2b984e5f 100644
--- a/x11-misc/wmname/wmname-0.1-r1.ebuild
+++ b/x11-misc/wmname/wmname-0.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sprop/

2021-07-03 Thread Georgy Yakovlev
commit: eefcce1514e3d4876f4a3053a192a86b7772d2e2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:52:32 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:52:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefcce15

x11-misc/sprop: keyword 0.1-r1 for ~arm64

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

 x11-misc/sprop/sprop-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/sprop/sprop-0.1-r1.ebuild 
b/x11-misc/sprop/sprop-0.1-r1.ebuild
index 4eff90d827d..d2d8ee1fd32 100644
--- a/x11-misc/sprop/sprop-0.1-r1.ebuild
+++ b/x11-misc/sprop/sprop-0.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/wmname/

2021-07-03 Thread Georgy Yakovlev
commit: 5dc2e7d1bcbd10dfbe015827bf5268363972bd73
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:56:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:56:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc2e7d1

x11-misc/wmname: keyword 0.1-r1 for ~arm64

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

 x11-misc/wmname/wmname-0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/wmname/wmname-0.1-r1.ebuild 
b/x11-misc/wmname/wmname-0.1-r1.ebuild
index eb9240796dc..7605f12fc85 100644
--- a/x11-misc/wmname/wmname-0.1-r1.ebuild
+++ b/x11-misc/wmname/wmname-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xssstate/

2021-07-03 Thread Georgy Yakovlev
commit: 694ce0b5a24e303461ae8ca6f9b2fb86cbfab08c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:57:35 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:57:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694ce0b5

x11-misc/xssstate: keyword 1.1 for ~ppc64

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

 x11-misc/xssstate/xssstate-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild 
b/x11-misc/xssstate/xssstate-1.1.ebuild
index e670a5598b2..384b74fe4fa 100644
--- a/x11-misc/xssstate/xssstate-1.1.ebuild
+++ b/x11-misc/xssstate/xssstate-1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/sselp/

2021-07-03 Thread Georgy Yakovlev
commit: 042594322210725a6a0eeb1ed1cf67dc0fc4cb3d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:53:05 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04259432

x11-misc/sselp: keyword 0.2-r1 for ~arm64

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

 x11-misc/sselp/sselp-0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sselp/sselp-0.2-r1.ebuild 
b/x11-misc/sselp/sselp-0.2-r1.ebuild
index d892565bdf6..3838b8ab647 100644
--- a/x11-misc/sselp/sselp-0.2-r1.ebuild
+++ b/x11-misc/sselp/sselp-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86"
 
 DEPEND="x11-libs/libX11"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-03 Thread Georgy Yakovlev
commit: fec37d1e1bb2c709a79a577b7b32b62b105c28b9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:54:32 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec37d1e

x11-misc/tabbed: keyword 0.6-r1 for ~arm64

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index df9afe56b40..441887236e8 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/

2021-07-03 Thread Georgy Yakovlev
commit: b6ad15267c8e386edaf96d78103caae9be65ad03
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:55:01 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:55:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ad1526

x11-misc/tabbed: keyword 0.6-r1 for ~ppc64

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

 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild 
b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
index 441887236e8..eb431ad1830 100644
--- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
+++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/slock/

2021-07-03 Thread Georgy Yakovlev
commit: 337f8104a386f9e0b122d3d47a3fe38be3edc668
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:51:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:51:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337f8104

x11-misc/slock: keyword 1.4-r1 for ~ppc64

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

 x11-misc/slock/slock-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/slock/slock-1.4-r1.ebuild 
b/x11-misc/slock/slock-1.4-r1.ebuild
index 616eee7abe4..615682671a0 100644
--- a/x11-misc/slock/slock-1.4-r1.ebuild
+++ b/x11-misc/slock/slock-1.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc64 x86"
 
 RDEPEND="
virtual/libcrypt:=



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/

2021-07-03 Thread Georgy Yakovlev
commit: 07a75adbe635437ae3019a1036577d27f45f3c08
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:50:27 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:50:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a75adb

x11-misc/xwallpaper: keyword 0.7.1 for ~arm64

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

 x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild
index 4b3d2579685..cd4455983d7 100644
--- a/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild
+++ b/x11-misc/xwallpaper/xwallpaper-0.7.1.ebuild
@@ -13,7 +13,7 @@ if [ ${PV} == "" ] ; then
EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git;
 else

SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="ISC"



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

2021-07-03 Thread Georgy Yakovlev
commit: f0b1df32a5b525b3de739564e29fe6f928214de4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:39:50 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:39:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b1df32

dev-util/bear: drop 3.0.11-r2, 3.0.12-r1

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

 dev-util/bear/Manifest  |  2 -
 dev-util/bear/bear-3.0.11-r2.ebuild | 87 -
 dev-util/bear/bear-3.0.12-r1.ebuild | 87 -
 3 files changed, 176 deletions(-)

diff --git a/dev-util/bear/Manifest b/dev-util/bear/Manifest
index a95b698b433..5ffec631ff1 100644
--- a/dev-util/bear/Manifest
+++ b/dev-util/bear/Manifest
@@ -1,4 +1,2 @@
 DIST bear-2.4.4.tar.gz 50347 BLAKE2B 
73fa332cf97413e55c588f8830806a26c6905299af902c6cf1f39fd576c6261690239c1b502b28b5a2aa24e5ca521c3f1dd58aacd60e00ece4fe1840f5656155
 SHA512 
4ee3fd5c846149029fe9e4104e2a0d0e318a15215aa80fc5dc376e22ebea510384b02d4d62765495343cab537bacd2b1b0130c00246e081feb4e543761a594e5
-DIST bear-3.0.11.tar.gz 118678 BLAKE2B 
209d904a84363a87e566798dcd65ffed96cdbf3d2e753af8dc2706adb995d2999bc112eabb88db28791cbb245c373eb330cf9c20d3d886bb2caeb5c01150e65d
 SHA512 
6d362aede911a8ad35be30638a698579582ca5de770a7c3199bb205046f08f355387099261b8d857188d526ab62024f78e3d06a225734c5f9acca03e5dfea1ec
-DIST bear-3.0.12.tar.gz 118937 BLAKE2B 
4ed41693a92583091b8510dd1ade55a3e5c897825205e59d9e9810aa63e5f17c5049b3b3de509665143083d44aeb6d85c63d944041bb36c6b1d842d0308d88f0
 SHA512 
e45e842793e9f5f2cd6b13a9795c2b6753c2fffd516e4af9f0362644c9d0952a2b0e505a4a9d53e9a1a4aa063d7368c6466367a78fececb70582ec7c4e8d7f10
 DIST bear-3.0.13.tar.gz 120488 BLAKE2B 
9159858110afc45f4888a294325be8609bdcb78a2421dbb8ae4b5109cbea80a06d907e961c398cf011025d93d8d1cceec640ce12d613fd80d38d8f06532305db
 SHA512 
1c515d5941870b9bc76fa85d02229ace85653c6f985e00a8fa9e2f17ba9079d162d654a17024394819a7ae203167253641a3d7c17c490e49e30fa92d434e6a6e

diff --git a/dev-util/bear/bear-3.0.11-r2.ebuild 
b/dev-util/bear/bear-3.0.11-r2.ebuild
deleted file mode 100644
index 97791cb96b0..000
--- a/dev-util/bear/bear-3.0.11-r2.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit cmake python-any-r1
-
-DESCRIPTION="Build EAR generates a compilation database for clang tooling"
-HOMEPAGE="https://github.com/rizsotto/Bear;
-SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-cpp/nlohmann_json-3.7:=
-   >=dev-db/sqlite-3.14:=
-   >=dev-libs/libfmt-6.2:=
-   dev-libs/protobuf:=
-   >=dev-libs/spdlog-1.5
-   >=net-libs/grpc-1.26:=
-"
-
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-cpp/gtest-1.10
-   )
-"
-
-BDEPEND="test? (
-   $(python_gen_any_dep '
-   dev-python/lit[${PYTHON_USEDEP}]
-   ')
-)"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${P^}"
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-   # Turn off testing before installation
-   sed -i 's/TEST_BEFORE_INSTALL/TEST_EXCLUDE_FROM_MAIN/g' CMakeLists.txt 
|| die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_UNIT_TESTS="$(usex test ON OFF)"
-   -DENABLE_FUNC_TESTS="$(usex test ON OFF)"
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   if has sandbox ${FEATURES}; then
-   ewarn "\'FEATURES=sandbox\' detected"
-   ewarn "Bear overrides LD_PRELOAD and conflicts with gentoo 
sandbox"
-   ewarn "Skipping tests"
-   elif
-   has usersandbox ${FEATURES}; then
-   ewarn "\'FEATURES=usersandbox\' detected"
-   ewarn "Skipping tests"
-   elif
-   has network-sandbox ${FEATURES}; then
-   ewarn "\'FEATURES=network-sandbox\' detected"
-   ewarn "Skipping tests"
-   elif
-   has_version -b 'sys-devel/gcc-config[-native-symlinks]'; then
-   ewarn "\'sys-devel/gcc-config[-native-symlinks]\' detected, 
tests call /usr/bin/cc directly (hardcoded)"
-   ewarn "and will fail without generic cc symlink"
-   ewarn "Skipping tests"
-   else
-   einfo "test may use optional tools if found: qmake gfortran 
valgrind"
-   # unit tests
-   cmake_run_in "${BUILD_DIR}/subprojects/Build/BearSource" ctest 
--verbose
-   # functional tests
-   cmake_run_in "${BUILD_DIR}/subprojects/Build/BearTest" ctest 
--verbose
-   fi
-}

diff --git a/dev-util/bear/bear-3.0.12-r1.ebuild 
b/dev-util/bear/bear-3.0.12-r1.ebuild
deleted file mode 100644
index 

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

2021-07-03 Thread Georgy Yakovlev
commit: e9a0a3ebd3fe37abed9a998112e7968797b05aeb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:38:20 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:38:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a0a3eb

dev-util/bear: add 3.0.13

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

 dev-util/bear/Manifest   |  1 +
 dev-util/bear/bear-3.0.13.ebuild | 87 
 2 files changed, 88 insertions(+)

diff --git a/dev-util/bear/Manifest b/dev-util/bear/Manifest
index 2f6afc2a104..a95b698b433 100644
--- a/dev-util/bear/Manifest
+++ b/dev-util/bear/Manifest
@@ -1,3 +1,4 @@
 DIST bear-2.4.4.tar.gz 50347 BLAKE2B 
73fa332cf97413e55c588f8830806a26c6905299af902c6cf1f39fd576c6261690239c1b502b28b5a2aa24e5ca521c3f1dd58aacd60e00ece4fe1840f5656155
 SHA512 
4ee3fd5c846149029fe9e4104e2a0d0e318a15215aa80fc5dc376e22ebea510384b02d4d62765495343cab537bacd2b1b0130c00246e081feb4e543761a594e5
 DIST bear-3.0.11.tar.gz 118678 BLAKE2B 
209d904a84363a87e566798dcd65ffed96cdbf3d2e753af8dc2706adb995d2999bc112eabb88db28791cbb245c373eb330cf9c20d3d886bb2caeb5c01150e65d
 SHA512 
6d362aede911a8ad35be30638a698579582ca5de770a7c3199bb205046f08f355387099261b8d857188d526ab62024f78e3d06a225734c5f9acca03e5dfea1ec
 DIST bear-3.0.12.tar.gz 118937 BLAKE2B 
4ed41693a92583091b8510dd1ade55a3e5c897825205e59d9e9810aa63e5f17c5049b3b3de509665143083d44aeb6d85c63d944041bb36c6b1d842d0308d88f0
 SHA512 
e45e842793e9f5f2cd6b13a9795c2b6753c2fffd516e4af9f0362644c9d0952a2b0e505a4a9d53e9a1a4aa063d7368c6466367a78fececb70582ec7c4e8d7f10
+DIST bear-3.0.13.tar.gz 120488 BLAKE2B 
9159858110afc45f4888a294325be8609bdcb78a2421dbb8ae4b5109cbea80a06d907e961c398cf011025d93d8d1cceec640ce12d613fd80d38d8f06532305db
 SHA512 
1c515d5941870b9bc76fa85d02229ace85653c6f985e00a8fa9e2f17ba9079d162d654a17024394819a7ae203167253641a3d7c17c490e49e30fa92d434e6a6e

diff --git a/dev-util/bear/bear-3.0.13.ebuild b/dev-util/bear/bear-3.0.13.ebuild
new file mode 100644
index 000..97791cb96b0
--- /dev/null
+++ b/dev-util/bear/bear-3.0.13.ebuild
@@ -0,0 +1,87 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit cmake python-any-r1
+
+DESCRIPTION="Build EAR generates a compilation database for clang tooling"
+HOMEPAGE="https://github.com/rizsotto/Bear;
+SRC_URI="https://github.com/rizsotto/Bear/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-cpp/nlohmann_json-3.7:=
+   >=dev-db/sqlite-3.14:=
+   >=dev-libs/libfmt-6.2:=
+   dev-libs/protobuf:=
+   >=dev-libs/spdlog-1.5
+   >=net-libs/grpc-1.26:=
+"
+
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-cpp/gtest-1.10
+   )
+"
+
+BDEPEND="test? (
+   $(python_gen_any_dep '
+   dev-python/lit[${PYTHON_USEDEP}]
+   ')
+)"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${P^}"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+   # Turn off testing before installation
+   sed -i 's/TEST_BEFORE_INSTALL/TEST_EXCLUDE_FROM_MAIN/g' CMakeLists.txt 
|| die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_UNIT_TESTS="$(usex test ON OFF)"
+   -DENABLE_FUNC_TESTS="$(usex test ON OFF)"
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   if has sandbox ${FEATURES}; then
+   ewarn "\'FEATURES=sandbox\' detected"
+   ewarn "Bear overrides LD_PRELOAD and conflicts with gentoo 
sandbox"
+   ewarn "Skipping tests"
+   elif
+   has usersandbox ${FEATURES}; then
+   ewarn "\'FEATURES=usersandbox\' detected"
+   ewarn "Skipping tests"
+   elif
+   has network-sandbox ${FEATURES}; then
+   ewarn "\'FEATURES=network-sandbox\' detected"
+   ewarn "Skipping tests"
+   elif
+   has_version -b 'sys-devel/gcc-config[-native-symlinks]'; then
+   ewarn "\'sys-devel/gcc-config[-native-symlinks]\' detected, 
tests call /usr/bin/cc directly (hardcoded)"
+   ewarn "and will fail without generic cc symlink"
+   ewarn "Skipping tests"
+   else
+   einfo "test may use optional tools if found: qmake gfortran 
valgrind"
+   # unit tests
+   cmake_run_in "${BUILD_DIR}/subprojects/Build/BearSource" ctest 
--verbose
+   # functional tests
+   cmake_run_in "${BUILD_DIR}/subprojects/Build/BearTest" ctest 
--verbose
+   fi
+}



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

2021-07-03 Thread Georgy Yakovlev
commit: cd613f4f731718ae8301f22bd64e290659eddc1a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:30:15 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:30:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd613f4f

dev-lang/typescript: drop 4.3.2, 4.3.4

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

 dev-lang/typescript/Manifest|  2 --
 dev-lang/typescript/typescript-4.3.2.ebuild | 39 -
 dev-lang/typescript/typescript-4.3.4.ebuild | 39 -
 3 files changed, 80 deletions(-)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index 55260792f5a..d0917908743 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,3 +1 @@
-DIST typescript-4.3.2.tgz 10624314 BLAKE2B 
b980fbabc60e143470d437a93247b874823353b7e7e9691b2a35abdfc2c5323fc7184f9ca8adca5211cebc329eac467900a7a54af8435e8955c8d76903a3f14a
 SHA512 
cd9e214a19e69e8567007a551d6a5373176fedd58feb44b616cc9d40b57c5793db4b71627e3585151887496a4325a865cbcf0f472579b5e4d22e8ab8786ee62b
-DIST typescript-4.3.4.tgz 10627952 BLAKE2B 
41e6075569cf1d7221d414a141084e0afa1963198e47a4556e4efa331765dd5001f243bd8d84a9fcc69672c94b8946fc8931a0f9d1caac2245409f54a8bbd8cb
 SHA512 
b9ab8f1bb5d99fd17f9a8fbb32bb118f2bdbc45a737a64632846574b800af37a0fd8a28e24fbdbfbd70efe09a7bfc6ab599be19e354e5f3ec1e3d9b59747bd13
 DIST typescript-4.3.5.tgz 10627908 BLAKE2B 
8fda1e3c2ee052273e5fa22245a0af26c3171b93a5bd6d57453e92828748bec83ca9cef075b005e5b73f7be7e18210d0fef24c08e7b8054fd3c1d30376357d44
 SHA512 
0ea4208a1690f5c52bb24268f642325bffa0d15c6c93c703b59e766b734687460d4dfa54480ad74a88725069ef6cf6b310f2eedfdf02d14c662923ab3ee994cc

diff --git a/dev-lang/typescript/typescript-4.3.2.ebuild 
b/dev-lang/typescript/typescript-4.3.2.ebuild
deleted file mode 100644
index dcbc71b38d8..000
--- a/dev-lang/typescript/typescript-4.3.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Superset of JavaScript with optional static typing, classes and 
interfaces"
-HOMEPAGE="https://www.typescriptlang.org;
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-
-DEPEND=""
-RDEPEND="net-libs/nodejs"
-BDEPEND=">=net-libs/nodejs-16[npm]"
-
-S="${WORKDIR}/package"
-
-src_compile() {
-   # nothing to compile here
-   :
-}
-
-src_install() {
-   npm \
-   --audit false \
-   --color false \
-   --foreground-scripts \
-   --global \
-   --offline \
-   --omit dev \
-   --prefix "${ED}"/usr \
-   --progress false \
-   --verbose \
-   install "${DISTDIR}/${P}".tgz || die "npm install failed"
-
-   einstalldocs
-}

diff --git a/dev-lang/typescript/typescript-4.3.4.ebuild 
b/dev-lang/typescript/typescript-4.3.4.ebuild
deleted file mode 100644
index dcbc71b38d8..000
--- a/dev-lang/typescript/typescript-4.3.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Superset of JavaScript with optional static typing, classes and 
interfaces"
-HOMEPAGE="https://www.typescriptlang.org;
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-
-DEPEND=""
-RDEPEND="net-libs/nodejs"
-BDEPEND=">=net-libs/nodejs-16[npm]"
-
-S="${WORKDIR}/package"
-
-src_compile() {
-   # nothing to compile here
-   :
-}
-
-src_install() {
-   npm \
-   --audit false \
-   --color false \
-   --foreground-scripts \
-   --global \
-   --offline \
-   --omit dev \
-   --prefix "${ED}"/usr \
-   --progress false \
-   --verbose \
-   install "${DISTDIR}/${P}".tgz || die "npm install failed"
-
-   einstalldocs
-}



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

2021-07-03 Thread Georgy Yakovlev
commit: ced91dd3aab5ae9a21c7d0cc509e0e62c1c509ea
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul  3 20:28:42 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul  3 20:30:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced91dd3

dev-lang/typescript: add 4.3.5

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

 dev-lang/typescript/Manifest|  1 +
 dev-lang/typescript/typescript-4.3.5.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest
index bcde372f400..55260792f5a 100644
--- a/dev-lang/typescript/Manifest
+++ b/dev-lang/typescript/Manifest
@@ -1,2 +1,3 @@
 DIST typescript-4.3.2.tgz 10624314 BLAKE2B 
b980fbabc60e143470d437a93247b874823353b7e7e9691b2a35abdfc2c5323fc7184f9ca8adca5211cebc329eac467900a7a54af8435e8955c8d76903a3f14a
 SHA512 
cd9e214a19e69e8567007a551d6a5373176fedd58feb44b616cc9d40b57c5793db4b71627e3585151887496a4325a865cbcf0f472579b5e4d22e8ab8786ee62b
 DIST typescript-4.3.4.tgz 10627952 BLAKE2B 
41e6075569cf1d7221d414a141084e0afa1963198e47a4556e4efa331765dd5001f243bd8d84a9fcc69672c94b8946fc8931a0f9d1caac2245409f54a8bbd8cb
 SHA512 
b9ab8f1bb5d99fd17f9a8fbb32bb118f2bdbc45a737a64632846574b800af37a0fd8a28e24fbdbfbd70efe09a7bfc6ab599be19e354e5f3ec1e3d9b59747bd13
+DIST typescript-4.3.5.tgz 10627908 BLAKE2B 
8fda1e3c2ee052273e5fa22245a0af26c3171b93a5bd6d57453e92828748bec83ca9cef075b005e5b73f7be7e18210d0fef24c08e7b8054fd3c1d30376357d44
 SHA512 
0ea4208a1690f5c52bb24268f642325bffa0d15c6c93c703b59e766b734687460d4dfa54480ad74a88725069ef6cf6b310f2eedfdf02d14c662923ab3ee994cc

diff --git a/dev-lang/typescript/typescript-4.3.5.ebuild 
b/dev-lang/typescript/typescript-4.3.5.ebuild
new file mode 100644
index 000..dcbc71b38d8
--- /dev/null
+++ b/dev-lang/typescript/typescript-4.3.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Superset of JavaScript with optional static typing, classes and 
interfaces"
+HOMEPAGE="https://www.typescriptlang.org;
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+DEPEND=""
+RDEPEND="net-libs/nodejs"
+BDEPEND=">=net-libs/nodejs-16[npm]"
+
+S="${WORKDIR}/package"
+
+src_compile() {
+   # nothing to compile here
+   :
+}
+
+src_install() {
+   npm \
+   --audit false \
+   --color false \
+   --foreground-scripts \
+   --global \
+   --offline \
+   --omit dev \
+   --prefix "${ED}"/usr \
+   --progress false \
+   --verbose \
+   install "${DISTDIR}/${P}".tgz || die "npm install failed"
+
+   einstalldocs
+}



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

2021-07-03 Thread Piotr Karbowski
commit: 0e8ad4268ab13cae4c9086d7b8e63bcc2b7b39f1
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jul  3 20:11:00 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jul  3 20:11:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8ad426

app-misc/mc: co-maintain

Signed-off-by: Piotr Karbowski  gentoo.org>

 app-misc/mc/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-misc/mc/metadata.xml b/app-misc/mc/metadata.xml
index 99bd5a24af1..dcd4d90b581 100644
--- a/app-misc/mc/metadata.xml
+++ b/app-misc/mc/metadata.xml
@@ -9,6 +9,10 @@
 mare...@gentoo.org
 Marek Szuba
   
+  
+slashbe...@gentoo.org
+Piotr Karbowski
+  
   
 Compile and install the mcedit application
 Add support for sftp (uses net-libs/libssh2 
for it).



[gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/

2021-07-03 Thread Piotr Karbowski
commit: 3c74435bde15927f089afaaa881b42dd3b747ea7
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jul  3 20:09:21 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jul  3 20:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c74435b

media-fonts/terminus-font: co-maintain

Signed-off-by: Piotr Karbowski  gentoo.org>

 media-fonts/terminus-font/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-fonts/terminus-font/metadata.xml 
b/media-fonts/terminus-font/metadata.xml
index 0de098ec755..3c5accf8462 100644
--- a/media-fonts/terminus-font/metadata.xml
+++ b/media-fonts/terminus-font/metadata.xml
@@ -9,6 +9,10 @@
 mare...@gentoo.org
 Marek Szuba
   
+  
+slashbe...@gentoo.org
+Piotr Karbowski
+  
   
 
   Changes view of letter 'a' - a looks like o (see homepage)



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xclip/

2021-07-03 Thread Piotr Karbowski
commit: d9f6b0bd4441ed1996fd48fe6e9301953053aa8e
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jul  3 20:11:37 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jul  3 20:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f6b0bd

x11-misc/xclip: co-maintain

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-misc/xclip/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-misc/xclip/metadata.xml b/x11-misc/xclip/metadata.xml
index 03495e7dd65..f3f22595654 100644
--- a/x11-misc/xclip/metadata.xml
+++ b/x11-misc/xclip/metadata.xml
@@ -5,6 +5,10 @@
 sly...@gentoo.org
 Sergei Trofimovich
   
+  
+slashbe...@gentoo.org
+Piotr Karbowski
+  
   
 astrand/xclip
   



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-07-03 Thread Piotr Karbowski
commit: 5541ecd7182341d51dfe7bf131c38021e071e4a8
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jul  3 20:10:20 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jul  3 20:10:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5541ecd7

net-ftp/proftpd: co-maintain

Signed-off-by: Piotr Karbowski  gentoo.org>

 net-ftp/proftpd/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-ftp/proftpd/metadata.xml b/net-ftp/proftpd/metadata.xml
index 572ef17d299..66897bdb64f 100644
--- a/net-ftp/proftpd/metadata.xml
+++ b/net-ftp/proftpd/metadata.xml
@@ -6,6 +6,10 @@
Sergei Trofimovich
Mostly user.

+   
+   slashbe...@gentoo.org
+   Piotr Karbowski
+   
ProFTPD grew out of the desire to have a secure and 
 configurable FTP server, and out of a significant admiration of the Apache web 
 server.



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

2021-07-03 Thread Piotr Karbowski
commit: 44466a67e2532ce119ee308b98c426b580857c89
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jul  3 20:06:11 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jul  3 20:07:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44466a67

x11-base/xorg-server: align  ebuild with xwayland split.

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xorg-server/xorg-server-.ebuild | 18 +++---
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 1b2a33ee908..70fb5f6bd29 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -68,11 +68,6 @@ CDEPEND="
)
udev? ( virtual/libudev:= )
unwind? ( sys-libs/libunwind )
-   wayland? (
-   >=dev-libs/wayland-1.3.0
-   >=media-libs/libepoxy-1.5.4[egl(+)]
-   >=dev-libs/wayland-protocols-1.18
-   )
>=x11-apps/xinit-1.3.3-r1
systemd? (
sys-apps/dbus
@@ -97,6 +92,7 @@ DEPEND="${CDEPEND}
)
)
)
+   wayland? ( x11-base/xwayland )
 "
 RDEPEND="${CDEPEND}
!systemd? ( gui-libs/display-manager-init )
@@ -104,7 +100,6 @@ RDEPEND="${CDEPEND}
 "
 BDEPEND="
sys-devel/flex
-   wayland? ( dev-util/wayland-scanner )
 "
 PDEPEND="
xorg? ( >=x11-base/xorg-drivers-$(ver_cut 1-2) )"
@@ -127,14 +122,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.18-support-multiple-Files-sections.patch
 )
 
-pkg_setup() {
-   if use wayland && use minimal; then
-   ewarn "glamor is necessary for acceleration under Xwayland."
-   ewarn "Performance may be unacceptable without it."
-   ewarn "Build with USE=-minimal to enable glamor."
-   fi
-}
-
 src_configure() {
# localstatedir is used for the log location; we need to override the 
default
#   from ebuild.sh
@@ -148,7 +135,6 @@ src_configure() {
$(use_enable kdrive)
$(use_enable test unit-tests)
$(use_enable unwind libunwind)
-   $(use_enable wayland xwayland)
$(use_enable !minimal record)
$(use_enable !minimal xfree86-utils)
$(use_enable !minimal dri)
@@ -165,6 +151,7 @@ src_configure() {
$(use_with doc doxygen)
$(use_with doc xmlto)
$(use_with systemd systemd-daemon)
+   --disable-xwayland
--enable-libdrm
--sysconfdir="${EPREFIX}"/etc/X11
--localstatedir="${EPREFIX}"/var
@@ -174,6 +161,7 @@ src_configure() {
--disable-linux-acpi
--without-dtrace
--without-fop
+   --with-os-vendor=Gentoo
--with-sha1=libcrypto
CPP="$(tc-getPROG CPP cpp)"
)



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

2021-07-03 Thread Piotr Karbowski
commit: e767293c245f83d8981f2122acc0178656f6daba
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Jul  3 20:02:32 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Jul  3 20:07:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e767293c

x11-base/xwayland: align ebuilds.

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xwayland/xwayland-21.1.1-r1.ebuild  | 3 ++-
 x11-base/xwayland/xwayland-21.1.1.901.ebuild | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-base/xwayland/xwayland-21.1.1-r1.ebuild 
b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
index b5ace4e02ae..f9966135b1c 100644
--- a/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
+++ b/x11-base/xwayland/xwayland-21.1.1-r1.ebuild
@@ -19,6 +19,7 @@ CDEPEND="
>=x11-libs/pixman-0.27.2
dev-libs/libbsd
>=x11-libs/libXfont2-2.0.1
+   dev-libs/openssl:=
dev-libs/wayland
>=x11-libs/libXdmcp-1.0.2
>=x11-libs/libdrm-2.4.89
@@ -72,7 +73,7 @@ src_configure() {
-Dxinerama=true
-Dxv=true
-Dxvfb=true
-   -Dxwayland-path=/usr/libexec
+   -Dxwayland-path="${EPREFIX}"/usr/libexec
-Ddtrace=false
)
 

diff --git a/x11-base/xwayland/xwayland-21.1.1.901.ebuild 
b/x11-base/xwayland/xwayland-21.1.1.901.ebuild
index 2727dab21fa..2814cbf9058 100644
--- a/x11-base/xwayland/xwayland-21.1.1.901.ebuild
+++ b/x11-base/xwayland/xwayland-21.1.1.901.ebuild
@@ -13,7 +13,7 @@ IUSE="rpc unwind ipv6 xcsecurity selinux video_cards_nvidia"
 
 LICENSE="MIT"
 SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS=""
 
 CDEPEND="
>=x11-libs/pixman-0.27.2



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/

2021-07-03 Thread William Hubbs
commit: ae2b76c08dfb897f93b6124bfcaa8cd6b090920d
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul  3 19:59:00 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul  3 19:59:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2b76c0

app-accessibility/espeakup: sync live

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

 app-accessibility/espeakup/espeakup-.ebuild | 44 +++--
 1 file changed, 19 insertions(+), 25 deletions(-)

diff --git a/app-accessibility/espeakup/espeakup-.ebuild 
b/app-accessibility/espeakup/espeakup-.ebuild
index 95a1e0ea06b..a54813ed5d9 100644
--- a/app-accessibility/espeakup/espeakup-.ebuild
+++ b/app-accessibility/espeakup/espeakup-.ebuild
@@ -1,53 +1,47 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/williamh/espeakup.git;
inherit git-r3
 else
-   EGIT_COMMIT=v${PV}
-   
SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   inherit vcs-snapshot
+   
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
 fi
 
-inherit linux-info
+inherit linux-info meson
 
 DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
 HOMEPAGE="https://github.com/williamh/espeakup;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
+IUSE="man systemd"
 
-COMMON_DEPEND="|| (
-   app-accessibility/espeak[portaudio]
-   app-accessibility/espeak[pulseaudio] )"
+COMMON_DEPEND="app-accessibility/espeak-ng[sound]
+   media-libs/alsa-lib"
 DEPEND="${COMMON_DEPEND}"
 RDEPEND="${COMMON_DEPEND}"
+BDEPEND="man? ( app-text/ronn )"
 
 CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
-ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
-ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this 
kernel!"
-
-pkg_setup() {
-   if kernel_is -ge 2 6 37; then
-   check_extra_config
-   elif ! has_version app-accessibility/speakup; then
-   ewarn "Cannot find speakup on your system."
-   ewarn "Please upgrade your kernel to 2.6.37 or later and enable 
the"
-   ewarn "CONFIG_SPEAKUP and CONFIG_SPEAKUP_SYNTH_SOFT options"
-   ewarn "or install app-accessibility/speakup."
-   fi
+
+src_configure() {
+   local emesonargs
+   emesonargs=(
+   $(meson_feature man)
+   $(meson_feature systemd)
+   )
+   meson_src_configure
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
+   meson_src_install
einstalldocs
newconfd "${FILESDIR}"/espeakup.confd espeakup
-   newinitd "${FILESDIR}"/espeakup.rc espeakup
+   newinitd "${FILESDIR}"/espeakup.initd espeakup
 }
 
 pkg_postinst() {



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

2021-07-03 Thread Andreas K. Hüttel
commit: 49bb76b2571257e0109ccb7e1be2e2682b37fbc0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  3 19:58:38 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul  3 19:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bb76b2

dev-perl/Math-VecStat: EAPI=8 bump

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

 ...VecStat-0.80.0-r1.ebuild => Math-VecStat-0.80.0-r2.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r1.ebuild 
b/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r2.ebuild
similarity index 65%
rename from dev-perl/Math-VecStat/Math-VecStat-0.80.0-r1.ebuild
rename to dev-perl/Math-VecStat/Math-VecStat-0.80.0-r2.ebuild
index 2ba0246b3c4..73b0b3a8c2f 100644
--- a/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r1.ebuild
+++ b/dev-perl/Math-VecStat/Math-VecStat-0.80.0-r2.ebuild
@@ -1,16 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=ASPINELLI
-MODULE_VERSION=0.08
+DIST_AUTHOR=ASPINELLI
+DIST_VERSION=0.08
 inherit perl-module
 
 DESCRIPTION="Some basic numeric stats on vectors"
 
 SLOT="0"
 KEYWORDS="amd64 ~ia64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-MT/

2021-07-03 Thread Andreas K. Hüttel
commit: 4297254636143dcd392ef44aac54ae439f93f711
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  3 19:52:03 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul  3 19:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42972546

dev-perl/Math-Random-MT: EAPI=8 bump

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

 ...-MT-1.170.0.ebuild => Math-Random-MT-1.170.0-r1.ebuild} | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild 
b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
similarity index 60%
rename from dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
rename to dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
index b62ace543c8..c14e9cd0a5b 100644
--- a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
+++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=1.17
+DIST_AUTHOR=FANGLY
+DIST_VERSION=1.17
 inherit perl-module
 
 DESCRIPTION="The Mersenne Twister PRNG"
@@ -12,13 +12,9 @@ DESCRIPTION="The Mersenne Twister PRNG"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
+BDEPEND="
test? (
dev-perl/Test-Number-Delta
)
 "
-
-SRC_TEST=do



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

2021-07-03 Thread Andreas K. Hüttel
commit: 45597c1c763f072aabb2f9d5e5928b66692a606a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  3 19:56:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul  3 19:59:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45597c1c

dev-perl/Math-Utils: Version bump 1.14

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

 dev-perl/Math-Utils/Manifest  |  1 +
 dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Math-Utils/Manifest b/dev-perl/Math-Utils/Manifest
index 3044ac96bd7..f22bac201b2 100644
--- a/dev-perl/Math-Utils/Manifest
+++ b/dev-perl/Math-Utils/Manifest
@@ -1 +1,2 @@
 DIST Math-Utils-1.11.tar.gz 24077 BLAKE2B 
047a2c79da50f62a793de408b652896db3409a2954b888d6edaaec6ba053098641f979d37a44475cea9b9d312532ef9a5c2d403ada12c73a728d59df38618e43
 SHA512 
047cb1a1e4bc7794dba4bd2d50cc0092b6cd6f5bf4567a693a386009ab9b104c2b56e82cff98bd1e3567311e7e1438addb5e88a09157c075705a00ade349bf9f
+DIST Math-Utils-1.14.tar.gz 32735 BLAKE2B 
c5fc1691b70270928b69821afdcd4e498ab991f3122afd1a007e03659779709ae41af7eb69aa8acc6f9150390665c9bf9d6b2af750c7b2defe107ad406219fd7
 SHA512 
b9e011a4b17eaa452de4ab978c87c593bf0195124fbc2d30a322bc4a571960686cc1b4b6a98ec5c90739569b77324bf0a239dafe52bdea28e0b0c7af18aca753

diff --git a/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild 
b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
new file mode 100644
index 000..db06f570173
--- /dev/null
+++ b/dev-perl/Math-Utils/Math-Utils-1.140.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JGAMBLE
+DIST_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="Useful mathematical functions not in Perl"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.400.0
+"
+
+PERL_RM_FILES=( t/pod.t t/manifest.t )



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

2021-07-03 Thread Andreas K. Hüttel
commit: 24645009c2f40226cf185e89f73a8578620a15db
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  3 19:57:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul  3 19:59:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24645009

dev-perl/Math-Vec: EAPI=8 bump

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

 dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild | 22 --
 dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild | 18 ++
 2 files changed, 18 insertions(+), 22 deletions(-)

diff --git a/dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild 
b/dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild
deleted file mode 100644
index 0587c47b288..000
--- a/dev-perl/Math-Vec/Math-Vec-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=EWILHELM
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="Vectors for perl"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"

diff --git a/dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild 
b/dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild
new file mode 100644
index 000..140e3ee1b3b
--- /dev/null
+++ b/dev-perl/Math-Vec/Math-Vec-1.10.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EWILHELM
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="Vectors for perl"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+"



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

2021-07-03 Thread Matthew Thode
commit: 239e00a147fcf43c65d2d779d63068545cf52fd5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:57:07 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:57:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239e00a1

media-sound/pulseeffects: add yelp dep for help docs

Closes: https://bugs.gentoo.org/800100
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/pulseeffects/pulseeffects-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild 
b/media-sound/pulseeffects/pulseeffects-.ebuild
index e9dde9ba03b..1d89fa03f25 100644
--- a/media-sound/pulseeffects/pulseeffects-.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-.ebuild
@@ -42,9 +42,11 @@ RDEPEND="
>=media-libs/zita-convolver-3.0.0
media-libs/libebur128
>=media-video/pipewire-0.3.24[gstreamer]
-   sys-apps/dbus"
+   sys-apps/dbus
+   gnome-extra/yelp"
 # see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
 # and sys-devel/gettext depends reasoning
+# gnome-extra/yelp needed for help docs link from app
 DEPEND="
${RDEPEND}
dev-libs/appstream-glib



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

2021-07-03 Thread Matthew Thode
commit: 9b2b5446f85d32fcc37c74ca9a3d4a380ffcb79b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:52:01 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:52:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2b5446

app-crypt/certbot-apache: 1.16.0 stable amd64/x86

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

 app-crypt/certbot-apache/certbot-apache-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-apache/certbot-apache-1.16.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.16.0.ebuild
index 7f0e325d33d..0ef28b9c413 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.16.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.16.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
 fi
 



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

2021-07-03 Thread Matthew Thode
commit: 2f5b436ec3a3cf1f6e1d3b21c14c7edc5940f8e9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:51:27 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:52:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5b436e

app-crypt/certbot: 1.16.0 stable amd64/x86

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

 app-crypt/certbot/certbot-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot/certbot-1.16.0.ebuild 
b/app-crypt/certbot/certbot-1.16.0.ebuild
index bf9117a89b9..a2ad43b5a62 100644
--- a/app-crypt/certbot/certbot-1.16.0.ebuild
+++ b/app-crypt/certbot/certbot-1.16.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 S=${WORKDIR}/${P}/${PN}
 



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

2021-07-03 Thread Matthew Thode
commit: 3909a77c4ce7b875e28acb78387f33f8ef2b8cc2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:52:23 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:52:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3909a77c

app-crypt/certbot-nginx: 1.16.0 stable amd64/x86

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

 app-crypt/certbot-nginx/certbot-nginx-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.16.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.16.0.ebuild
index b4f61386b47..8aeb6ce5d52 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.16.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.16.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
 fi
 



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

2021-07-03 Thread Matthew Thode
commit: 09737741bfa5ae8a07cc059ceca07554b5acb822
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:50:01 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:52:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09737741

app-crypt/acme: 1.16.0 stable amd64/x86

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

 app-crypt/acme/acme-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme/acme-1.16.0.ebuild 
b/app-crypt/acme/acme-1.16.0.ebuild
index 6e86a07321f..37a6145366a 100644
--- a/app-crypt/acme/acme-1.16.0.ebuild
+++ b/app-crypt/acme/acme-1.16.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-filmon/

2021-07-03 Thread Craig Andrews
commit: 3567c8032f56234cec7184baaa212d6153321f43
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 19:51:34 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 19:51:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3567c803

media-plugins/kodi-pvr-filmon: 6.1.1 version bump

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

 media-plugins/kodi-pvr-filmon/Manifest |  1 +
 .../kodi-pvr-filmon/kodi-pvr-filmon-6.1.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-filmon/Manifest 
b/media-plugins/kodi-pvr-filmon/Manifest
index bc9d572..910ca5f84b9 100644
--- a/media-plugins/kodi-pvr-filmon/Manifest
+++ b/media-plugins/kodi-pvr-filmon/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-filmon-5.1.0.tar.gz 111224 BLAKE2B 
8c65a7ed7bcd1846c0bf64ccf99111d8fdbd882a06a6045577d031fa68730ade691362f8b60105714e5ebe7f57e31d1e76927b1b505926b4fd7f3e99efc24983
 SHA512 
02ba24e23c44ae3000c4f41e90169ea1455678927c6de1fda1927c705bbb236ed06bd5ecd0da59f547f02afe7b695306f7282cdc5014816fd9e0f1922243b2fd
 DIST kodi-pvr-filmon-6.0.0.tar.gz 108084 BLAKE2B 
a30f73569fdea28d9c4beca1e605099e9ee4bdfc61c9c56e7c5089d26857cd67785bff0b7ac81916379d8ec825e2f1c1f870a9351bd49d24f35e7274777596ec
 SHA512 
c86f649a12fca13ba5aabcd3c4c37a75279646fd093f48aa20ed3d6a75ad1de0980daffd3aac4771581628974515351c8f9618f60b4b5ea6b66ad91ea6ba0f6d
+DIST kodi-pvr-filmon-6.1.1.tar.gz 109741 BLAKE2B 
bb5bae3f97e6722f501c3ed5f8873787568ec5397306580d46c2ba68847315fc07ba2156a789ad6f9d7a35edd4e05f7399389db6833800ed3f49a7a9c966d388
 SHA512 
435bdb66092a7c48093915bb4a70ad6fb266f6706d130d1be31e272b12ae1bedf0f42b57fa81385cbeec0f948b8a3664fc1a4ea590f5c179e74266a506f08631

diff --git a/media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-6.1.1.ebuild 
b/media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-6.1.1.ebuild
new file mode 100644
index 000..cbcac25ff49
--- /dev/null
+++ b/media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-6.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Filmon client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.filmon;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.filmon.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.filmon/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.filmon-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/jsoncpp
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/

2021-07-03 Thread Craig Andrews
commit: 7231f22f88892b3c7276973242d252e51abba0a4
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 19:50:56 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 19:50:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7231f22f

media-plugins/kodi-pvr-iptvsimple: 7.6.6 version bump

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

 media-plugins/kodi-pvr-iptvsimple/Manifest |  1 +
 .../kodi-pvr-iptvsimple-7.6.6.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest 
b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 7f66e8d6a2d..8b9aa90922f 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-iptvsimple-7.6.5.tar.gz 192388 BLAKE2B 
596622b1058c392656dc27fd0a1b615f9fe1ce12695adc4e26aa5417e5250d6f18fcc3cafaab4d6c53d00c44fb57821fdc976b4efe369e24a3997921606dbeef
 SHA512 
ef16b71cb1adf6d68e74935a12d5ecb8c52c732f5a69e0765558107f356686c83427356bbef3227b6744ea314ef2f1e6c2548ecb1f90a38a521d351048fac43a
+DIST kodi-pvr-iptvsimple-7.6.6.tar.gz 282395 BLAKE2B 
cdb3a98f9e727aad872f91a9f8784a797c0a87f6ce05ec0a21630b3912fc8a5b6548b94fcff58c35c62618c00bcedb8abcf45b7073afcd35dfde576034e75617
 SHA512 
7a927bed2e2121f3949a706cbd0f8085462f66dc8cfe3bfd686364cb8412f7feec53440054839ea2b6ac8bc124a15875112aff906c04c86d5867194e42875c30

diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.6.ebuild 
b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.6.ebuild
new file mode 100644
index 000..36d5b715c65
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's IPTVSimple client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/pugixml
+   =media-tv/kodi-19*
+   sys-libs/zlib
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvbviewer/

2021-07-03 Thread Craig Andrews
commit: f420a8abc82c5434766f748ab83d060f27d8eb67
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 19:49:16 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 19:50:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f420a8ab

media-plugins/kodi-pvr-dvbviewer: 7.3.1 version bump

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

 media-plugins/kodi-pvr-dvbviewer/Manifest  |  1 +
 .../kodi-pvr-dvbviewer-7.3.1.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-dvbviewer/Manifest 
b/media-plugins/kodi-pvr-dvbviewer/Manifest
index ce84bd986a6..c93bfa5162d 100644
--- a/media-plugins/kodi-pvr-dvbviewer/Manifest
+++ b/media-plugins/kodi-pvr-dvbviewer/Manifest
@@ -2,3 +2,4 @@ DIST kodi-pvr-dvbviewer-6.0.6-Matrix.tar.gz 137151 BLAKE2B 
51eb189d9a2f7a5f36f7e
 DIST kodi-pvr-dvbviewer-6.0.7-Matrix.tar.gz 137278 BLAKE2B 
5dd775d9d721a07213f5b33fd3e0391a920342a57cf3b58a13283a2df951a38eed987c23fdc269c7221912a3b4d8f508c11adb0fe467e08dab4ee8c91c115335
 SHA512 
c74747b3f7c8198f9593e5e9682d431061402bf88cee028aac92089dc64093ae42b4cbca7c610275656a68c08a9330c963a45752cedf109c55cf5170cadbeb07
 DIST kodi-pvr-dvbviewer-7.0.0-Matrix.tar.gz 137286 BLAKE2B 
86ec3f7c41e48cf1f47a55fe03dad4e362c7d279dbe11a9a014353fcb1afe67ad56498fd6d5054aa472ced9e8813de78cd89767a6546344caebbb33171661f83
 SHA512 
c2c43767f8cfaa5a2b50bd807a192ca73e4a52de242a0127e9486d9a9dc02cb5dea9ce4f57601e42f697f2121ce6c7347fd2ace2ea4f1ab834bf9877f1f35cc6
 DIST kodi-pvr-dvbviewer-7.1.0-Matrix.tar.gz 137334 BLAKE2B 
138a69d2ff824de1d51968c89d8426508a0d941d0196c93ad5ea488549cfd25654de3bee8ea3d580c863575fce38c431520267f6e0f6fd56a82e69e6a35a0d40
 SHA512 
4b4d7f195695d22250b09d40a1c071c89fa1be51ab2c0fcf007292d3276b1b3cd19892209474aaa9f6552339a084368860914ff200ee3907f3f94db75b65
+DIST kodi-pvr-dvbviewer-7.3.1-Matrix.tar.gz 143297 BLAKE2B 
937e4b6771a4a4248c4869f259ba77887ecff48ced59fb4c9258168b4b8c3798401c3452a3bfc75e130d969c1472998e871d54492ae8ae4879c44fb515c81ee8
 SHA512 
ce81ab7712e7e428eac8569fa866afb69401046d93f096331ad491ca71ee2f56064824719d994dfe1c28d3c9e29282d17a757b9c8e003e5ca7083b617e26c223

diff --git a/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-7.3.1.ebuild 
b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-7.3.1.ebuild
new file mode 100644
index 000..e9950f3e4f3
--- /dev/null
+++ b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-7.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's DVBViewer client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.dvbviewer;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.dvbviewer.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.dvbviewer/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}-${CODENAME}.tar.gz"
+   S="${WORKDIR}/pvr.dvbviewer-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vbox/

2021-07-03 Thread Craig Andrews
commit: 73423249bea288f2eb94b6173af47e7866c03ae4
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 19:49:53 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 19:50:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73423249

media-plugins/kodi-pvr-vbox: 8.1.1 version bump

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

 media-plugins/kodi-pvr-vbox/Manifest   |  1 +
 .../kodi-pvr-vbox/kodi-pvr-vbox-8.1.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-vbox/Manifest 
b/media-plugins/kodi-pvr-vbox/Manifest
index 6707efda536..f7efcf9aa7a 100644
--- a/media-plugins/kodi-pvr-vbox/Manifest
+++ b/media-plugins/kodi-pvr-vbox/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-vbox-7.0.1.tar.gz 172788 BLAKE2B 
d9493cee26abd8ff74aca66ea737e81a5
 DIST kodi-pvr-vbox-7.0.2.tar.gz 159326 BLAKE2B 
a4d463e52417ef82d13ca29dae9b6cc4e1b5582994f88ea7175410bc21fd9e0461c8b4908627f06896aaa130c3970be62af7e9652a60df8495a2b84160b73294
 SHA512 
b8557dd74f3d0e8a25f83cf3ec2230032f6bcfcb24f1ef21f076a7e51d65115dc583f8b8898e9dd426fb81605687c0aba203774567b9d993d5de68ba4af915fe
 DIST kodi-pvr-vbox-7.0.3.tar.gz 159325 BLAKE2B 
c31b44ec28f6c3f1a0a031f2d435b3a2659913cf2e7a0a00ffb4006c11c5e9298e7d0354645d972b64b76ae40c111693b19cb2b262ae163d01a6d2b67806a70c
 SHA512 
eb46342f63218285a36ca8298a021858517a11752a53af998a73969d267a28f1693d8c6b7132292dfd5e12d8903e8b5a00dda4ebf51363bdec03c6d712239b53
 DIST kodi-pvr-vbox-8.0.0.tar.gz 159484 BLAKE2B 
e431632d5ce282d29a976426e92f93d946c7bdc8078164ee4da8f22e795c14fb8b66f183f0957bb8b322762dab673e7c320db2102d21162097502f098f5cff5c
 SHA512 
5d2d1e4fb824d8a3851650d5cfc539b19c6d10983cfb3a5ad931ad835613fbd6089eaabd5de1807eab16039bac98e49623ca27022b09b864610b0c751499bda9
+DIST kodi-pvr-vbox-8.1.1.tar.gz 163007 BLAKE2B 
7f88ffbb8b939457f25d47f1e29d7a85a4941e8ce6457e7d6ab27fa2d1f2848da3e37dbc2986e8e0e07d837197141402808f0c6a99c287555b463ff8ff3a5438
 SHA512 
5df148a9ce5faebc6abcf359616a6ebfc38ea0039574ca6c7bb4f2ff3b644d5a880f1caa8746d8f5b4787720152c478a3b1a7eeaa64b5310214354ec540e3781

diff --git a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.1.ebuild 
b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.1.ebuild
new file mode 100644
index 000..349e008af30
--- /dev/null
+++ b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-8.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's VBox Home TV Gateway PVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vbox;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vbox.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}-${CODENAME}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.vbox-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml2
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-argustv/

2021-07-03 Thread Craig Andrews
commit: bb4cd50456c05ab7ad1057ef337aaeaa05b93caf
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 19:47:38 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 19:50:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4cd504

media-plugins/kodi-pvr-argustv: 7.1.1 version bump

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

 media-plugins/kodi-pvr-argustv/Manifest|  1 +
 .../kodi-pvr-argustv/kodi-pvr-argustv-7.1.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-argustv/Manifest 
b/media-plugins/kodi-pvr-argustv/Manifest
index e2898aca1aa..cc00a3afdb8 100644
--- a/media-plugins/kodi-pvr-argustv/Manifest
+++ b/media-plugins/kodi-pvr-argustv/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-pvr-argustv-6.0.1.tar.gz 153659 BLAKE2B 
c991b1addcc81e4e07f763b0794f2a4ff998747729d6ea9c8433c9c85872b51c702b0dcdaa92f487ee562fe8d167e54dcbdacb55d8df6ebda5ab6ec6c3b35b10
 SHA512 
103f17c503c0ef9c0e40c9ad2602bff314bce0b7f7e4dbc1f7eb66082ef5dbf0f55878be012ce4728644ba30a473d6f292c7bdeb3bf72b41928a4c7e528f83e5
 DIST kodi-pvr-argustv-6.0.2.tar.gz 154313 BLAKE2B 
54cf2619e1aa3bab0876ac3e5d18e5acbacbf336d8c697cfb5ad1135577e085330b98d89cd25cf551afa44c09acc4433267b799e511e79e8263eb9cfa365fdcb
 SHA512 
dd6b40d274fe2325660865fd9a814baff0a3440d98d076d8636efcd65fbca63972e8ae22f04bd149f2feac1e8334a87c751031fdd1d915089f766e1089590f4e
 DIST kodi-pvr-argustv-7.0.0.tar.gz 154784 BLAKE2B 
5a6b604de69e5645814101191d3b79027f7b0aebea0eaf30962c9e70bf5228a99e936a50b36be33671a30b4cd4e2d2d33325b1161f22c738369f2f241c086664
 SHA512 
8ebe04087a0f0db0efcc111ecab6a8940d23dabd6244c6fca44c05a9fceaec54cbd175fe9bd6d79c6d95c6787c8fc147b76e06b6ce509da6007f3ab0d4bf8840
+DIST kodi-pvr-argustv-7.1.1.tar.gz 156270 BLAKE2B 
57436cc9c896a08b2b7b2eff94401530f90bc8bc5b38f24c94b0616e353f97cc2f23973637a95413d12e9459a9e0d4014a38f671d69c9854b3b4d923a9dd7531
 SHA512 
831fd6d7dba40aef87a9cf6b36bfcda66f53fb36cc8487f741ba33b8cadf87b053ada0cc1b463d46abfa976054eedd5ba7428704ef8d2574a1b23acadfd49f82

diff --git a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-7.1.1.ebuild 
b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-7.1.1.ebuild
new file mode 100644
index 000..897f6aa6463
--- /dev/null
+++ b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-7.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's ARGUS TV client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.argustv;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.argustv.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.argustv/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.argustv-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/jsoncpp
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvblink/

2021-07-03 Thread Craig Andrews
commit: 8ed5ce22bd26e9a3634c8c7d8c5f70b53aa0507c
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 19:48:10 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 19:50:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed5ce22

media-plugins/kodi-pvr-dvblink: 9.1.2 version bump

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

 media-plugins/kodi-pvr-dvblink/Manifest|  1 +
 .../kodi-pvr-dvblink/kodi-pvr-dvblink-9.1.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-dvblink/Manifest 
b/media-plugins/kodi-pvr-dvblink/Manifest
index 35166d873a1..51005b9a229 100644
--- a/media-plugins/kodi-pvr-dvblink/Manifest
+++ b/media-plugins/kodi-pvr-dvblink/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-pvr-dvblink-8.0.0.tar.gz 189779 BLAKE2B 
f31b91af9c52c8bc8b0d1eba23ce5d204d5b9f65ea71a1ee8251b2ef62a7b7b13b465f9c3ac6e56d78ce02b7b917a473e0da8723d35b6120b3ee1bd91e9c4f46
 SHA512 
1f5809530be490220b05771f314f7473298f30f733a9624dcd54df489f9325fbc7d6b1ff1ef0e3f78ba2694f6a30654d048690645eb0fecf391580966f7bc9a2
 DIST kodi-pvr-dvblink-9.0.0.tar.gz 189842 BLAKE2B 
7637d64b4ef926d03cd0f3102c0d77b382bf3bdce3422bf878c61819a45e257c0818065c6b5e029cbc7aac79eab592f23a7f50b778ca20fbb504c032c3c1ad13
 SHA512 
16c30659c6edbb977df13486f46539cf397e6770c886118b3e56c7778aee14fee6caf1d2525a3d411c65fea06b6f95074817d563f1ecf2ee2417538b33afab3c
 DIST kodi-pvr-dvblink-9.0.1.tar.gz 196330 BLAKE2B 
bfc376e0381057358cc97a2cba0f41cdf5cb662adab22b73fb0bd9c00951e5171a88d3755b2291232d54a73ec3c978a47a0c3a476fb6bbc52fd154e362517b0e
 SHA512 
35562d08a5200eaf299d61704361f40ce2c52a8d6453553a8f2acd4e482992a8c71048248edb9994690a3a07df2090dc33d61bae9c7dde87f5f08a9d1ebd8e1b
+DIST kodi-pvr-dvblink-9.1.2.tar.gz 202329 BLAKE2B 
4148f776b8ec7a2a0bf2f4952dc9380dcd0531041e1d32354fc600fd6394fdcdd03e2bca983319a53db79d0209f4ae3e10506059bdc429b8fc006f4a6ac30e59
 SHA512 
c9e5dc24475d3ec358852c213d2f2794fb926cd4fb2edec90c0c90cfba2a0d07f42526bfeb88c12c8c95446fbe7add76b2021f4a7f847a63776044097fc90aba

diff --git a/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-9.1.2.ebuild 
b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-9.1.2.ebuild
new file mode 100644
index 000..a690fbc6604
--- /dev/null
+++ b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-9.1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's DVBLink client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.dvblink;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.dvblink.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.dvblink/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.dvblink-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml2
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



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

2021-07-03 Thread Matthew Thode
commit: 5d159b63bd8bd970b6c282be45243862c19aa4f4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:44:43 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:47:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d159b63

app-admin/puppetserver: 7.2.0 stable amd64 with 7.1.x removal

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

 app-admin/puppetserver/Manifest  |   1 -
 app-admin/puppetserver/puppetserver-7.1.2.ebuild | 131 ---
 app-admin/puppetserver/puppetserver-7.2.0.ebuild |   2 +-
 3 files changed, 1 insertion(+), 133 deletions(-)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 6d1772a71e2..16771f11a6a 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,2 +1 @@
-DIST puppetserver-7.1.2.tar.gz 62628297 BLAKE2B 
a109f6c9581f6d22d882dbef55b52cae31b6350e07918a6642bd1130f06b6d4649b8268f4b82a700937c518254f936dd0711e0c6c8f716a8cfd4e5bed717c459
 SHA512 
e5243f1159707c8b2e864450cddf57e9401bdfe209c449ce962684c4dfe0df2ea8a57756b9ca19d96b3f210d18b00f44460ceec85132af1b3048d8e919357c37
 DIST puppetserver-7.2.0.tar.gz 62897576 BLAKE2B 
63a8a7ea001757e15224ec819d9a23e23d3e568832421009118c1c4c3880564f614afcfa593e7c0c580cd2890ab653f5692cfc7fb23992ca7674cd5a56fa3f50
 SHA512 
ec90220abf4901ad98e1e07f65cdc25f09b62fda22f915260519d6fc599d36ea3a5ec2bfd5787cc9459d3c25753ff5eded2c09a67a614da1d6dda0881262b3b9

diff --git a/app-admin/puppetserver/puppetserver-7.1.2.ebuild 
b/app-admin/puppetserver/puppetserver-7.1.2.ebuild
deleted file mode 100644
index 4d5a6144923..000
--- a/app-admin/puppetserver/puppetserver-7.1.2.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd
-
-DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
-HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
-SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="puppetdb"
-# will need the same keywords as puppet
-KEYWORDS="amd64"
-
-RDEPEND+="
-   >=virtual/jdk-1.8.0
-   app-admin/puppet-agent[puppetdb?]"
-DEPEND+="acct-user/puppet
-   acct-group/puppet"
-
-src_prepare() {
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
-   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
-   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   insinto /opt/puppetlabs/server/apps/puppetserver
-   insopts -m0774
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppet-server-release.jar
-   insinto /etc/puppetlabs/puppetserver
-   doins ext/config/logback.xml
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetserver/services.d
-   doins ext/system-config/services.d/bootstrap.cfg
-   doins ext/config/services.d/ca.cfg
-   insinto /etc/puppetlabs/puppetserver/conf.d
-   doins ext/config/conf.d/puppetserver.conf
-   doins ext/config/conf.d/auth.conf
-   doins ext/config/conf.d/global.conf
-   doins ext/config/conf.d/web-routes.conf
-   doins ext/config/conf.d/metrics.conf
-   doins ext/config/conf.d/webserver.conf
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
-   doins ext/cli/ca
-   doins ext/cli/irb
-   doins ext/cli/foreground
-   doins ext/cli/gem
-   doins ext/cli/ruby
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli
-   doins ext/cli_defaults/cli-defaults.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/bin
-   doins ext/bin/puppetserver
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
-   dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver 
/usr/bin/puppetserver
-   dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d
-   # other sys stuff
-   dodir /etc/puppetlabs/code
-   # needed for 

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

2021-07-03 Thread Matthew Thode
commit: c6e03838af6f5908997f6c0cd4aa5a245679a643
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:40:45 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:47:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e03838

app-admin/puppet: clean up 7.6.1 and 6.x

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

 app-admin/puppet/Manifest |   2 -
 app-admin/puppet/puppet-6.19.1.ebuild | 133 --
 app-admin/puppet/puppet-7.6.1.ebuild  | 132 -
 3 files changed, 267 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 2b3d525549d..391fecaf6bf 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,4 +1,2 @@
 DIST puppet-5.5.22.tar.gz 2998132 BLAKE2B 
8662c89190d0904fe44ffeca1cf9a9ddca40d57ba6fb2d1e644ca353ceb55b1ca3a91416f1eef2975233c9c4498784e7d7280c111ea0cc070870cadc69341d99
 SHA512 
5332b084a63bdf244672cc4751022c84a1cc50d3f394a13bdcbccf7fcf4ebea67953e88957f23046608bf25e9182548449be824c18289cb2bf1e3ed29b40dc58
-DIST puppet-6.19.1.tar.gz 2917976 BLAKE2B 
06019b465699494c3c5045d8d3f617046583f8bb5ebff4e72991bcf5f1ca76b4e00f56af79bbcd7ab849439fc5e627840ef08b92f586441c0cb0bb3d51805f7f
 SHA512 
4e8a3c8d46b6aa67c31da4b510dfc32a187937af213efb9f2f0b6625b29995cdfa8cbca384ad857c19e47ae4878127564756a809c2afdff4883038249395ff01
-DIST puppet-7.6.1.tar.gz 2861371 BLAKE2B 
acc117a03906d710329dcd4bc3881bc9792640b4685ffb771e67e819cf21705b1635178ec527b6548245b8312c3625622827fa744227d79a81af9bae194938a9
 SHA512 
f7b7265f5ffca4e342e0f687cf4fbf7704c6518025d178925ae04b8902a2df2ceaa76179ecd5a1c1eb3456e29c049f701e8b45c8da7dc3b0a8948ef85ee3268a
 DIST puppet-7.8.0.tar.gz 2893281 BLAKE2B 
cef1d56048a72ffa18c9fe2917e4f616dd4d778eddc91c88becf06a418471af1e2cf1688aa05ad3e71f24d5bb1923eaf35b8a1419ed05a72b299af970d1427e6
 SHA512 
189fabe199afefc77951ee3f2bf20c749f6efe290cc3a76f5ba58892c80cc76082b1ce77c23bca87f57f62816410bc5536e4206806fe31517915c72046ace08d

diff --git a/app-admin/puppet/puppet-6.19.1.ebuild 
b/app-admin/puppet/puppet-6.19.1.ebuild
deleted file mode 100644
index bf3ca9d2e34..000
--- a/app-admin/puppet/puppet-6.19.1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit epatch ruby-fakegem
-
-DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="https://puppet.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   dev-ruby/concurrent-ruby
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0
-   acct-user/puppet
-   acct-group/puppet"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # can't be run within portage.
-   epatch "${FILESDIR}/puppet-fix-tests-6.10.1.patch"
-
-   # fix systemd path
-   epatch "${FILESDIR}/puppet-systemd.patch"
-
-   # Avoid specs that can only run in the puppet.git repository. This
-   # should be narrowed down to the specific specs.
-   rm spec/integration/parser/compiler_spec.rb || die
-
-   # Avoid failing spec that need further investigation.
-   rm spec/unit/module_tool/metadata_spec.rb || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" 
"/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
-}
-
-all_ruby_install() {
-   all_fakegem_install
-

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

2021-07-03 Thread Matthew Thode
commit: 49689ca1b6dc12654e8f0ed8f35f419095949893
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:46:47 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:47:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49689ca1

dev-ruby/puppetdb-termini: 7.4.1 stable amd64/x86 with 7.3.1 cleanup

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

 dev-ruby/puppetdb-termini/Manifest |  1 -
 .../puppetdb-termini/puppetdb-termini-7.3.1.ebuild | 28 --
 .../puppetdb-termini/puppetdb-termini-7.4.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 30 deletions(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index 88998a7e309..b6e6c5639e0 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,2 +1 @@
-DIST puppetdb-termini_7.3.1-1stretch_all.deb 21144 BLAKE2B 
34e925a93b9f0c882e051ca0ff4368c06ef2467211e645a976453e60008e1a02ccf76ba8b53270ceba830e43be5d8ababf601c6a5ecad5f9d603dcf56c78e19f
 SHA512 
745cb5fe4eb6e4bb720028f794a767fd7eeb936f310c18f153a94bab28a36e35fc1bd5559b1be20a3ef5573227cbc4f013673eca3d85ff15e8a29d238ffd0370
 DIST puppetdb-termini_7.4.1-1stretch_all.deb 21552 BLAKE2B 
df93159a7dc9f6a6735f44531306a2b1c7a1bf9d8b88dbd4c9784367e949a83b0cb42dd8172880df9e7f4cbc1d3bcf9da570cdf2fa0437e525452d1f2468551d
 SHA512 
4ffdf5e2019400dbaa5bb1fee22fd66fa430ab395a42d25cca2c61feaf68168b44eb1d29c0a9984a2cb669eff4ffadd9f9c64c6c19ea21bd3ceead392ad6d26b

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
deleted file mode 100644
index e88438205f9..000
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit unpacker
-
-DESCRIPTION="Library needed to connect puppet to puppetdb"
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND+=""
-DEPEND+=""
-
-S=${WORKDIR}
-
-src_install() {
-   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
-   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
-}

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild
index 57a8294eabe..e88438205f9 100644
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-7.4.1.ebuild
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND+=""
 DEPEND+=""



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

2021-07-03 Thread Matthew Thode
commit: 39d198db4344341ff9541d19376d545db9a34da9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:45:59 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d198db

app-admin/puppetdb: 7.4.1 stable amd64 and x86 with cleanup

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

 app-admin/puppetdb/Manifest  |  1 -
 app-admin/puppetdb/puppetdb-7.3.1.ebuild | 87 
 app-admin/puppetdb/puppetdb-7.4.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 89 deletions(-)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index f2179a46eaa..a5f3a34e402 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,2 +1 @@
-DIST puppetdb-7.3.1.tar.gz 47173502 BLAKE2B 
e9f57300585cb556f75975c4a20c35c0789816a9f141a3979348200e28e24352870109fc3597a44d075b490b9da2308e963a24e64e37552f7124205beb87aae8
 SHA512 
aa15aebec2f7a24a2da125078017baabe054d741ee651b91219074a274400ae54862c38d3e253e904fe26165f4fc34fb3eb021937aa9ee4304b7e83bc3f5d0dc
 DIST puppetdb-7.4.1.tar.gz 47409868 BLAKE2B 
0ac4234547b27e9ad12c9c008d76be8fff7f724d93acc2ca26700d18ac2e30bf9689c46550a8976b90e662d7af97994d7e299b94e2d68e5b5f7d1166a54d4ff8
 SHA512 
64c42477554039991b35dfd2d29f4fa507226cc3256b07ff3524cd287c1dbf09bdf60116dd12288d1340ca74ced2872ac886f4eadde8bd83965976579e99738d

diff --git a/app-admin/puppetdb/puppetdb-7.3.1.ebuild 
b/app-admin/puppetdb/puppetdb-7.3.1.ebuild
deleted file mode 100644
index 06b2986213b..000
--- a/app-admin/puppetdb/puppetdb-7.3.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd tmpfiles
-
-DESCRIPTION="PuppetDB collects data generated by Puppet."
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-RDEPEND+=">=virtual/jdk-1.8.0"
-DEPEND+="acct-user/puppetdb
-   acct-group/puppetdb"
-
-src_prepare() {
-   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
-   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
-   sed -i 's/sysconfig/conf\.d/g' install.sh || die
-   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   dodir /opt/puppetlabs/server/data/puppetdb
-   insinto /opt/puppetlabs/server/apps/puppetdb
-   insopts -m0744
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppetdb.jar
-   insinto /etc/puppetlabs/puppetdb
-   doins ext/config/logback.xml
-   doins ext/config/bootstrap.cfg
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetdb/conf.d
-   doins ext/config/conf.d/jetty.ini
-   doins ext/config/conf.d/repl.ini
-   doins ext/config/conf.d/database.ini
-   doins ext/config/conf.d/config.ini
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
-   doins ext/cli/foreground
-   doins ext/cli/ssl-setup
-   doins ext/cli/config-migration
-   doins ext/cli/foreground
-   doins ext/cli/anonymize
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetdb/bin
-   doins ext/bin/puppetdb
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
-   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
-   # init type tasks
-   newconfd ext/default puppetdb
-   systemd_dounit ext/redhat/puppetdb.service
-   newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf
-   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
-   # misc
-   insinto /etc/logrotate.d
-   newins ext/puppetdb.logrotate.conf puppetdb
-   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
-   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
-}
-
-pkg_postinst() {
-   elog "to install please run '/opt/puppetlabs/server/bin/puppetdb 
ssl-setup'"
-   elog
-   elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb 
config-migration'"
-}

diff --git a/app-admin/puppetdb/puppetdb-7.4.1.ebuild 
b/app-admin/puppetdb/puppetdb-7.4.1.ebuild
index 78bd75a0264..06b2986213b 100644
--- a/app-admin/puppetdb/puppetdb-7.4.1.ebuild
+++ 

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

2021-07-03 Thread Matthew Thode
commit: ae72b903fce287cb16fe08c15b3b5dccfd3cacc3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:42:53 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:47:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae72b903

app-admin/puppet-agent: 7.8.0 stable amd64 with 7.6.1 removal

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

 app-admin/puppet-agent/Manifest  |  1 -
 app-admin/puppet-agent/puppet-agent-7.6.1.ebuild | 74 
 app-admin/puppet-agent/puppet-agent-7.8.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 76 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 224886558a4..0ce0b68e2e2 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,3 +1,2 @@
 DIST puppet-agent_6.19.1-1focal_amd64.deb 1600 BLAKE2B 
22b03ef1f86b34955e8bad7c63a2022d2832dadd554316baf75419d6543e8a569902fb92a81a3dcc817401f06aa7dd47143a6cbd383f0e531c465cd3203dc4ed
 SHA512 
4819a3509066516b0be76bc0f2afe94611405f7ac52fe50890d57c86a8a9c6c70787d46cb4b77085666f3e74bcb83a11acf1fef5d1e6ed3151ea06cbb8df3170
-DIST puppet-agent_7.6.1-1focal_amd64.deb 20894772 BLAKE2B 
235f62750c1e7a42b8b4fa013b969926c4c168fd6a6d9cfc8f243ef5571360593572faad57326019c09cd1d1e67fcc985d699acbd07c3279ac350712828eb26f
 SHA512 
36b9f69cbef0b51a80375231472e4bab195a08b14bb860419d2ad01f13d90cba377d796b3253643f77ff415f43d2f9598dc18c37d76d844a3ea98299e5d43e65
 DIST puppet-agent_7.8.0-1focal_amd64.deb 20931500 BLAKE2B 
3c521631fb96440e51ad82c3665f07a5ee9cba1d978fccbe9388684ad0c211138f022017ff49b92818cfc8f50ebed0a996c9321918413e4a1c7ca0f5a2f68f8a
 SHA512 
f0cd9951b54bc9aacce987ea10e9257db9432620f50657ca220ea8b7b4aad1c5ddebd6f5e89c5bdee837b0f928bbebe375afdb72652eb33ee22e3778498aafa1

diff --git a/app-admin/puppet-agent/puppet-agent-7.6.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-7.6.1.ebuild
deleted file mode 100644
index b9cc527c311..000
--- a/app-admin/puppet-agent/puppet-agent-7.6.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit systemd unpacker tmpfiles
-
-DESCRIPTION="general puppet client utils along with hiera and facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-CDEPEND="!app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   app-emulation/virt-what
-   acct-user/puppet
-   acct-group/puppet"
-
-DEPEND="
-   ${CDEPEND}
-   app-admin/augeas"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/libselinux
-   sys-libs/glibc
-   sys-libs/readline:0/8
-   sys-libs/libxcrypt
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_install() {
-   # conf.d
-   doconfd etc/default/puppet
-   doconfd etc/default/pxp-agent
-   # logrotate.d
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/pxp-agent
-   # puppet itself
-   insinto /etc/puppetlabs
-   doins -r etc/puppetlabs/*
-   # logdir for systemd
-   keepdir var/log/puppetlabs/puppet/
-   chmod 0750 var/log/puppetlabs/puppet/
-   # the rest
-   insinto /opt
-   dodir opt/puppetlabs/puppet/cache
-   doins -r opt/*
-   fperms 0750 /opt/puppetlabs/puppet/cache
-   # init
-   newinitd "${FILESDIR}/puppet.initd2" puppet
-   systemd_dounit lib/systemd/system/puppet.service
-   systemd_dounit lib/systemd/system/pxp-agent.service
-   newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
-   # symlinks
-   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
-   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
-   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
-   dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
-   dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 
/opt/puppetlabs/puppet/lib/libcrypt.so.1
-}

diff --git a/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild
index 4a86bc59357..b9cc527c311 100644
--- a/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-7.8.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



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

2021-07-03 Thread Matthew Thode
commit: e25dd5c7da38ab010ce5c966d8cfd02cb6edce76
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul  3 19:37:35 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul  3 19:47:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25dd5c7

app-admin/puppet: 7.8.0 stable amd64/x86

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

 app-admin/puppet/puppet-7.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet/puppet-7.8.0.ebuild 
b/app-admin/puppet/puppet-7.8.0.ebuild
index 125aa53e82c..d3f1ad182f3 100644
--- a/app-admin/puppet/puppet-7.8.0.ebuild
+++ b/app-admin/puppet/puppet-7.8.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
 RESTRICT="test"
 



  1   2   3   4   >