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

2021-10-05 Thread Hans de Graaff
commit: 378916143222f5396a354bd20008c09c08bf2614
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  6 05:43:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  6 05:43:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37891614

dev-util/jenkins-bin: cleanup

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

 dev-util/jenkins-bin/Manifest   |  3 --
 dev-util/jenkins-bin/jenkins-bin-2.289.2.ebuild | 45 -
 dev-util/jenkins-bin/jenkins-bin-2.289.3.ebuild | 45 -
 dev-util/jenkins-bin/jenkins-bin-2.300.ebuild   | 45 -
 4 files changed, 138 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 308ce08771c..eebed360439 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,6 +1,3 @@
-DIST jenkins-bin-2.289.2.war 74258848 BLAKE2B 
d217375b2846093430822392ec58fa0a44b1c2c0a311c8b1f057053911f0050c69df74d3a972c3ba84915a34ed999a8220318b2e8a22540234f89cc3d2e69194
 SHA512 
b1e82bd3297c2cc1c40dbe076d57eaaeb73102389ea5cdbbbe599644b92e107cdd8d8b2604125683ac986db0eaaa8a33dcc769bea8ce56cf9b292e6dff0e5c95
-DIST jenkins-bin-2.289.3.war 74258876 BLAKE2B 
0964ce0e85a2db33c4f66ac6fee241732900dbfc00a11ddf0038fc8c97eb0c7b4bf52f2d620bfb3e99f476e14041798f163443390fd8b02269fb5818842ab5e4
 SHA512 
290cd54afe27298f1f4d665bfb5fdcac4247bb5bbc6ca6f1e0e722b7bd6a4a207cb5cc644e9b10c21eaa91f91a6142342312d486f54609dee041e517bababf7c
-DIST jenkins-bin-2.300.war 71017525 BLAKE2B 
26fab2a5f26a59a2e137f8a3eb1b84e17a14c48cf7ce8171176ad60c66acf939a73cd397266abd3d779f1fc293acbae96076bd506e53cde2ba5a4b7630f0a75d
 SHA512 
fc9903d3e280af3ab68a3926950cefda13d77a03c1366f3a88c2681163da668793a79104ec6de153df76d32f655253a327e85e468449de81897658da4184eece
 DIST jenkins-bin-2.303.1.war 72292947 BLAKE2B 
a2d04203cad85ec6ec7f1cc93a2bab90f0a614fef227b7dd3dbf26f5e31e0ecf0540527dfd23fe060505a8d90b92d0f82501fa3406a099641ea3ec84642a8ab0
 SHA512 
6ff8a93ecd8a61a800908193ccaff580ce07713b413edaea6433616422adb9e2c0e0cc2d1db4f435a19684ff8ea287275204c787598d94586ad47ea6971fb682
 DIST jenkins-bin-2.304.war 72319365 BLAKE2B 
44b6b96db50351bd50960e3c6f247d811e2f66f0bedddf103a6884e682f2d9258a348b2bb7239227034cd29451ad38ff7d7b9c6a2886ba6e0470a5500da646ee
 SHA512 
36e4b9b0f0eacdb103ef1400bdc8b94f21108499a2cee2ea3536c27f347c5cdccb37407dea441f6a4dade827cf9f0121b84fe8fd42bc3afa5b3e9e4012588a45
 DIST jenkins-bin-2.308.war 72116636 BLAKE2B 
403fa7c157af52edde7bd08c970c39fd5207f0c20201aa0e186b7904e401776df3d9c77f363a0e65cdf8d611671e8ebbb149eb04a94a20ea9c5d9da8f39c1dbc
 SHA512 
ee995fcde3f34f6dadb637fdb45fa1acc85e62311a3d616709acb86a1850205ce6cf7660e8948af419a663c39f5f924e3d121a4f0cb3a0b0d151c3d686ea08f9

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

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.289.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.289.3.ebuild
deleted file mode 100644
index 4f917fe82da..000
--- a/dev-util/jenkins-bin/jenkins-bin-2.289.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Extensible continuous integration server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
-SLOT="lts"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
-IUSE=""
-

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

2021-10-05 Thread Hans de Graaff
commit: 4e34c497a443df6ee819907e4a32bf0e360ef606
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  6 05:33:14 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  6 05:33:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e34c497

dev-ruby/slim: drop unused sass dependency

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

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

diff --git a/dev-ruby/slim/slim-4.1.0.ebuild b/dev-ruby/slim/slim-4.1.0.ebuild
index a1fa039b2c3..a618317cb6d 100644
--- a/dev-ruby/slim/slim-4.1.0.ebuild
+++ b/dev-ruby/slim/slim-4.1.0.ebuild
@@ -28,7 +28,7 @@ ruby_add_rdepend ">=dev-ruby/tilt-2.0.6:* 
=dev-ruby/tilt-2.0*:*
 
 ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/redcarpet )"
 
-ruby_add_bdepend "test? ( dev-ruby/redcarpet dev-ruby/sass )"
+ruby_add_bdepend "test? ( dev-ruby/redcarpet )"
 
 all_ruby_prepare() {
sed -i -e '/bundler/I s:^:#:' Rakefile || die



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

2021-10-05 Thread Hans de Graaff
commit: c3ff1d863b72995e9fbc35bb109cc0b3af421cb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  6 05:32:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  6 05:32:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ff1d86

dev-ruby/slim: fix tests

The tests for slim 4.x depend on sassc, not on sass.

Closes: https://bugs.gentoo.org/720400
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/slim/slim-4.1.0-r1.ebuild | 52 ++
 1 file changed, 52 insertions(+)

diff --git a/dev-ruby/slim/slim-4.1.0-r1.ebuild 
b/dev-ruby/slim/slim-4.1.0-r1.ebuild
new file mode 100644
index 000..9677e6a8081
--- /dev/null
+++ b/dev-ruby/slim/slim-4.1.0-r1.ebuild
@@ -0,0 +1,52 @@
+# 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_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_RECIPE_DOC="rake"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A template language aiming to reduce the syntax to the essential 
parts"
+HOMEPAGE="http://slim-lang.com/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm64"
+SLOT="$(ver_cut 1)"
+IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/tilt-2.0.6:* =dev-ruby/tilt-2.0*:*
+   >=dev-ruby/temple-0.7.6:0.7
+   !!

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

2021-10-05 Thread Hans de Graaff
commit: d459e70f6e12534bdc0dd43cb241eb98fbf54996
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  6 05:29:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  6 05:29:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d459e70f

dev-ruby/sassc: cleanup

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

 dev-ruby/sassc/Manifest  |  1 -
 dev-ruby/sassc/sassc-2.2.1-r1.ebuild | 48 
 dev-ruby/sassc/sassc-2.2.1.ebuild| 48 
 3 files changed, 97 deletions(-)

diff --git a/dev-ruby/sassc/Manifest b/dev-ruby/sassc/Manifest
index d55ceba045f..64a5d824ffe 100644
--- a/dev-ruby/sassc/Manifest
+++ b/dev-ruby/sassc/Manifest
@@ -1,2 +1 @@
-DIST sassc-2.2.1.gem 302080 BLAKE2B 
626601d2b22f91f354a4ddf7a68e4463b0a56b0a79e5d2ca122a083101146dac32699e348fd4573ef4ba76a430470ecd39427a8542caec931a8e16b26a23bb70
 SHA512 
728ad274363fd79aedee74fb6d4dbfc60f31b334e1a8054943ccf9cfa534fa3465abb00a2bd3020e198d287327058890411bb1983da6dc5dc3c4413b1936e2eb
 DIST sassc-2.4.0.gem 304640 BLAKE2B 
a4cd96859855cfd26e78a35becba30af8b7ee52d8ba67f7dcbc6354786f26e60a312be4e773f515f6edda6623142249a4a470f418d9fae3db734f8ae11498dc8
 SHA512 
835ba03d0fc5a791b2d620367f63202973f778bd8ebaa87c27f6a1de75b5895270205e8746fbb242d2739c9830a27d72453a75c1b536090840de581c52caade6

diff --git a/dev-ruby/sassc/sassc-2.2.1-r1.ebuild 
b/dev-ruby/sassc/sassc-2.2.1-r1.ebuild
deleted file mode 100644
index 3040ccc0c12..000
--- a/dev-ruby/sassc/sassc-2.2.1-r1.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="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Use libsass with Ruby"
-HOMEPAGE="https://github.com/sass/sassc-ruby;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm64"
-SLOT="2"
-IUSE=""
-
-RDEPEND+=">=dev-libs/libsass-3.6.1"
-
-ruby_add_rdepend "
-   >=dev-ruby/ffi-1.9.6
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/test_construct
-   dev-ruby/minitest-around
-)"
-
-all_ruby_prepare() {
-   # Use unbundled libsass
-   rm -rf ext || die
-
-   sed -i -e '/ffi_lib/ s:__dir__:"'${ESYSROOT}'/usr/'$(get_libdir)'":' \
-   lib/sassc/native.rb || die
-
-   # Avoid version-specific test so newer libsass versions can be used.
-   sed -i -e '/test_it_reports_the_libsass_version/,/end/ s:^:#:' 
test/native_test.rb || die
-
-   sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
-}

diff --git a/dev-ruby/sassc/sassc-2.2.1.ebuild 
b/dev-ruby/sassc/sassc-2.2.1.ebuild
deleted file mode 100644
index bce02501c5c..000
--- a/dev-ruby/sassc/sassc-2.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Use libsass with Ruby"
-HOMEPAGE="https://github.com/sass/sassc-ruby;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm64"
-SLOT="2"
-IUSE=""
-
-RDEPEND+=">=dev-libs/libsass-3.6.1"
-
-ruby_add_rdepend "
-   >=dev-ruby/ffi-1.9.6
-"
-
-ruby_add_bdepend "test? (
-   dev-ruby/test_construct
-   dev-ruby/minitest-around
-)"
-
-all_ruby_prepare() {
-   # Use unbundled libsass
-   rm -rf ext || die
-
-   sed -i -e '/ffi_lib/ s:__dir__:"/usr/lib64":' \
-   lib/sassc/native.rb || die
-
-   # Avoid version-specific test so newer libsass versions can be used.
-   sed -i -e '/test_it_reports_the_libsass_version/,/end/ s:^:#:' 
test/native_test.rb || die
-
-   sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
-}



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

2021-10-05 Thread Hans de Graaff
commit: d40f00a894274b71387a6c02c4d33b1319e08a0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  6 05:22:33 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  6 05:22:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40f00a8

dev-ruby/ruby-gettext: add 3.4.1

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

 dev-ruby/ruby-gettext/Manifest  |  1 +
 dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest
index 4c5e140ecd3..403376185de 100644
--- a/dev-ruby/ruby-gettext/Manifest
+++ b/dev-ruby/ruby-gettext/Manifest
@@ -1,2 +1,3 @@
 DIST gettext-3.3.5.gem 290816 BLAKE2B 
74434c3feaedc16a17ee530669dacbc4b32ae0be95eb903ce89131619e862e1c823351653ce3c5f95f0882c183e3b2fe87b423a245aa2d8803688ce7e6afb5f7
 SHA512 
6777b96dd73b3d454c0a14a40d2ac0eac52894fa58067ba9ec976627c96efc98b294b1498bed965d0426bcaa1b371dcde5745101e05e21e408397b4e8d31894b
 DIST gettext-3.3.7.gem 292352 BLAKE2B 
76232148ec89720553e7f260c7222b8c5f9eccf0dd0b0b3afa776d9fe6dc6205b21f7853fd1a1edb6e28208ebbd56e327d160af179a4b7c7aaab12965243b806
 SHA512 
6e7906d68b3e834e1a9d69cea26a61ffed07abd035c9a8ffc3456bc2fdcb9495700c2aaa4d099cf75f88dc6916899510208012e02d1d4f15de3d5148251b4233
+DIST gettext-3.4.1.gem 231936 BLAKE2B 
c225a3b0239f01fade9406d4e7704905971369bb37cfc29a5aa3c1bdd60e3b71057b2f7f736cfc3dde60709efcd935a609917384a324178badd760f8e40dfa01
 SHA512 
c4c88aa9b1d81772dce533bcb6a24c2bcde81f15e2f3947e491c7e391099f23c1ac27b6a25fa012f9f7b01c16711446adaf0c014f46d55acc73bc4a7a3317af9

diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild 
b/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild
new file mode 100644
index 000..6a95dca662f
--- /dev/null
+++ b/dev-ruby/ruby-gettext/ruby-gettext-3.4.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_NAME="${PN/ruby-/}"
+RUBY_FAKEGEM_VERSION="${PV%_*}"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locale po"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Native Language Support Library and Tools modeled after GNU 
gettext package"
+HOMEPAGE="https://ruby-gettext.github.io/;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+SLOT="0"
+LICENSE="|| ( Ruby LGPL-3+ )"
+
+ruby_add_rdepend ">=dev-ruby/locale-2.0.5 >=dev-ruby/text-1.3.0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   dev-ruby/racc"
+ruby_add_bdepend "test? (
+   dev-ruby/test-unit:2
+   dev-ruby/test-unit-rr )"
+
+RDEPEND+=" sys-devel/gettext"
+DEPEND+=" sys-devel/gettext"
+
+all_ruby_prepare() {
+   # Fix broken racc invocation
+   sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die
+
+   # Avoid bundler dependency
+   sed -i -e '/bundler/,/helper.install/ s:^:#:' \
+   -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die
+
+   # Avoid dependency on developer-specific tools.
+   sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_test() {
+   # Upstream tries to daisy-chain rake calls but they fail badly
+   # with our setup, so run it manually.
+   ${RUBY} test/run-test.rb || die "tests failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r samples
+}



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

2021-10-05 Thread Hans de Graaff
commit: 7354ac12308eb7104fb984a7bc24af5bbfa78799
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct  6 05:13:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct  6 05:13:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7354ac12

profiles/package.mask: remove dev-ruby/hashie:3 mask

This is still used in overlays and there is no pressing need to remove
it at this time.

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fd5c87bac3b..ed33c350ae2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -42,7 +42,6 @@
 # Old obsolete slots. Use a newer slot instead.
 # Masked for removal in 30 days.
 dev-ruby/hashie:0
-dev-ruby/hashie:3
 dev-ruby/thor:0
 
 # Joonas Niilola  (2021-10-02)



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

2021-10-05 Thread Arthur Zamarin
commit: 83bcc51c77a7ba4b394d55d6e149ff4b464e85a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct  6 04:55:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct  6 04:56:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bcc51c

dev-python/yappi: add 1.3.3, enable py3.10

Closes: https://bugs.gentoo.org/813021
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/yappi/Manifest   |  1 +
 dev-python/yappi/yappi-1.3.3.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
index dae8e3e9f32..5f30820a5e9 100644
--- a/dev-python/yappi/Manifest
+++ b/dev-python/yappi/Manifest
@@ -1 +1,2 @@
 DIST yappi-1.3.2.tar.gz 936566 BLAKE2B 
55f114b8ed8689944f8146cb283701b41f34e87f3e5104d7d8df239cd2afc24f1ca1bf86f99bf672735677005df6527c83c5306a7902ea45e335134a925d6e18
 SHA512 
7a555bf6db8d7b9d8b4e36ceda1a40319a3d0aa478c512fb0fbca678dd3966b1facffa7555dca1ffaf07461ed3ab81284bd643e331eb2e6d1ee9c99eab1acb55
+DIST yappi-1.3.3.gh.tar.gz 936700 BLAKE2B 
45e974949dfeaf6487dd76ef13a1b7f4456e805e50d85d089a366c5dc4ac852ccc117224ce5f17affa1f1ba1950a86b6f666cbc8e76edf51bf21cf2f527b877f
 SHA512 
5634b8af997a082031ad1ec12eb83498949f1a56be3a324137d118f55ee51758af8c129da30138fa54f165eafed1572fb2289476e6d0cd838a884ee9118fd8da

diff --git a/dev-python/yappi/yappi-1.3.3.ebuild 
b/dev-python/yappi/yappi-1.3.3.ebuild
new file mode 100644
index 000..96b06934954
--- /dev/null
+++ b/dev-python/yappi/yappi-1.3.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+# no tags on github, no tests on pypi
+COMMIT_HASH="8bf7a650066f104f59c3cae4a189ec15e7d51c8c"
+
+DESCRIPTION="Yet Another Python Profiler"
+HOMEPAGE="https://pypi.org/project/yappi/ https://github.com/sumerc/yappi;
+SRC_URI="
+   https://github.com/sumerc/yappi/archive/${COMMIT_HASH}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="test? ( dev-python/gevent[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+PATCHES=(
+   "${FILESDIR}/yappi-1.2.5-warnings.patch"
+   "${FILESDIR}/yappi-1.3.0-tests.patch"
+)
+
+python_prepare_all() {
+   cp tests/utils.py "${S}" || die
+   distutils-r1_python_prepare_all
+}



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

2021-10-05 Thread Sam James
commit: 7f8aed7564327d71284a11ae3b78d748be99b274
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 03:38:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 03:38:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8aed75

dev-python/ipykernel: include RDEPEND in BDEPEND

Seems to be specifically needed here.

Closes: https://bugs.gentoo.org/816486
Signed-off-by: Sam James  gentoo.org>

 dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild | 3 +++
 dev-python/ipykernel/ipykernel-6.2.0.ebuild| 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild 
b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
index ee57f42cedf..cabbd9e137f 100644
--- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
@@ -22,7 +22,10 @@ RDEPEND="
dev-python/jupyter_core[${PYTHON_USEDEP}]
dev-python/traitlets[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]"
+# RDEPEND seems specifically needed in BDEPEND, at least jupyter
+# bug #816486
 BDEPEND="
+   ${RDEPEND}
test? (
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]

diff --git a/dev-python/ipykernel/ipykernel-6.2.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.2.0.ebuild
index c446c7eaed8..c74ae593e65 100644
--- a/dev-python/ipykernel/ipykernel-6.2.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.2.0.ebuild
@@ -28,7 +28,10 @@ RDEPEND="
>=dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]

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

2021-10-05 Thread Matthias Maier
commit: 915705ee5db3fff848c1af34db5aa4a68320619b
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct  6 03:35:27 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct  6 03:36:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915705ee

app-crypt/efitools: do not call ar directly

Closes: https://bugs.gentoo.org/744919
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 app-crypt/efitools/efitools-1.8.1.ebuild|  1 +
 app-crypt/efitools/efitools-1.9.2.ebuild|  1 +
 app-crypt/efitools/files/1.8.1-respect-ar.patch | 25 +
 3 files changed, 27 insertions(+)

diff --git a/app-crypt/efitools/efitools-1.8.1.ebuild 
b/app-crypt/efitools/efitools-1.8.1.ebuild
index 3d0ff6e70f2..ebac350dbca 100644
--- a/app-crypt/efitools/efitools-1.8.1.ebuild
+++ b/app-crypt/efitools/efitools-1.8.1.ebuild
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}/1.7.0-Make.rules.patch"
+   "${FILESDIR}/1.8.1-respect-ar.patch"
 )
 
 src_prepare() {

diff --git a/app-crypt/efitools/efitools-1.9.2.ebuild 
b/app-crypt/efitools/efitools-1.9.2.ebuild
index 2f10592f3b1..ac731ef3bd0 100644
--- a/app-crypt/efitools/efitools-1.9.2.ebuild
+++ b/app-crypt/efitools/efitools-1.9.2.ebuild
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}/1.7.0-Make.rules.patch"
+   "${FILESDIR}/1.8.1-respect-ar.patch"
 )
 
 src_prepare() {

diff --git a/app-crypt/efitools/files/1.8.1-respect-ar.patch 
b/app-crypt/efitools/files/1.8.1-respect-ar.patch
new file mode 100644
index 000..36e6620119f
--- /dev/null
+++ b/app-crypt/efitools/files/1.8.1-respect-ar.patch
@@ -0,0 +1,25 @@
+From 81503d7a43b99c036758d05c1794502c09189fa4 Mon Sep 17 00:00:00 2001
+From: Matthias Maier 
+Date: Tue, 5 Oct 2021 22:27:52 -0500
+Subject: [PATCH] Do not use ar directly
+
+---
+ Make.rules | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Make.rules b/Make.rules
+index e46d407..767070d 100644
+--- a/Make.rules
 b/Make.rules
+@@ -129,7 +129,7 @@ getvar = $(shell if [ "$(1)" = "PK" -o "$(1)" = "KEK" ]; 
then echo $(1); else ec
+ # sbsign --key KEK.key --cert KEK.crt --output $@ $<
+ 
+ %.a:
+-  ar rcv $@ $^
++  $(AR) rcv $@ $^
+ 
+ doc/%.1: doc/%.1.in %
+   $(HELP2MAN) --no-info -i $< -o $@ ./$*
+-- 
+2.32.0
+



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

2021-10-05 Thread Sam James
commit: c36f29e049835c2d93d9938b420a8d0488fbcb8b
Author: Alexander Miller  gmx  de>
AuthorDate: Tue Oct  5 13:23:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 03:32:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f29e0

media-gfx/mandelbulber: Use domenu to install desktop file

Signed-off-by: Alexander Miller  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/22495
Signed-off-by: Sam James  gentoo.org>

 media-gfx/mandelbulber/mandelbulber-2.26.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild 
b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
index 59adb85693f..4995aa764c6 100644
--- a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
+++ b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
@@ -79,8 +79,7 @@ src_install() {
insinto /usr/share/${PN}2
doins -r usr/share/${PN}2/*
 
-   insinto /usr/share/applications
-   doins ${PN}2.desktop
+   domenu ${PN}2.desktop
 
newicon -s 256 qt/icons/${PN}.png ${PN}2.png
 }



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

2021-10-05 Thread Sam James
commit: 3565ac667f77439f9a9d751dbf28fdab08c705f0
Author: Alexander Miller  gmx  de>
AuthorDate: Mon Oct  4 21:09:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 03:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3565ac66

media-gfx/mandelbulber: Add missing openmp check

Signed-off-by: Alexander Miller  gmx.de>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/mandelbulber/mandelbulber-2.26.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild 
b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
index 2a64d2e1740..59adb85693f 100644
--- a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
+++ b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 MY_P="${PN}2-${PV}"
-inherit desktop qmake-utils xdg-utils
+inherit desktop qmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="Tool to render 3D fractals"
 HOMEPAGE="https://www.mandelbulber.com;
@@ -46,6 +46,14 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
 src_prepare() {
default
 



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

2021-10-05 Thread Sam James
commit: 60495b58afdd5336195a0edd74812ba0c3360fcd
Author: Alexander Miller  gmx  de>
AuthorDate: Mon Oct  4 17:47:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 03:32:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60495b58

media-gfx/mandelbulber: Bump to version 2.26

* EAPI=8,
* IUSE+=joystick (needs dev-qt/qtgamepad),
* add missing dependency on opencl? (dev-libs/clhpp ),
* add github SRC_URI.

Some changes taken from the patch by Samuel Bauer in bug #722890.

Closes: https://bugs.gentoo.org/688410
Closes: https://bugs.gentoo.org/722890
Signed-off-by: Alexander Miller  gmx.de>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/mandelbulber/Manifest |  1 +
 media-gfx/mandelbulber/mandelbulber-2.26.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/media-gfx/mandelbulber/Manifest b/media-gfx/mandelbulber/Manifest
index eca3ca3f3ad..5814dad8fe2 100644
--- a/media-gfx/mandelbulber/Manifest
+++ b/media-gfx/mandelbulber/Manifest
@@ -1 +1,2 @@
 DIST mandelbulber2-2.12-1.tar.gz 47092910 BLAKE2B 
1e5ca64a4819052882bc7cdc047c6d755046f2ceebcf7b26db41511fde219aa523a3c6884f0667aed1365104c4502a6e6b1b2d7d40a4a024fdb5051d5ac13cd2
 SHA512 
5dc8dcaa45bc8747024ed16379cc4d622535099c925abf3c2aa01c0338fe8c1f272e6113b6bf28da6a4bb087e6d6e6a4c6634feca993d2c89f12b79582ff271c
+DIST mandelbulber2-2.26.tar.gz 113563064 BLAKE2B 
6fd333a42f5e4b106b950079277ff1bb6cc2395382e12ea37424df137ed11cf5fb103185b325d9615bd890404fe596133644a5cdd3911140eabb2f8c0c1d0e14
 SHA512 
cc547cab6e2b672a35be5d3d214ad3b292eaf1b3b06daf12cecce0f69e612fcfb4123cd837fd87003eea3103086947639fd04cae4b0ed7cd231d78e5d775e299

diff --git a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild 
b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
new file mode 100644
index 000..2a64d2e1740
--- /dev/null
+++ b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="${PN}2-${PV}"
+inherit desktop qmake-utils xdg-utils
+
+DESCRIPTION="Tool to render 3D fractals"
+HOMEPAGE="https://www.mandelbulber.com;
+SRC_URI="https://github.com/buddhi1980/${PN}2/releases/download/${PV}/${MY_P}.tar.gz
 mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="CC-BY-4.0 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="joystick opencl openexr sndfile tiff"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   dev-libs/lzo
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qttest:5
+   dev-qt/qtwidgets:5
+   media-libs/libpng:0=
+   sci-libs/gsl:=
+   joystick? ( dev-qt/qtgamepad:5 )
+   opencl? (
+   dev-libs/clhpp
+   virtual/opencl
+   )
+   openexr? (
+   media-libs/ilmbase:=
+   media-libs/openexr:=
+   )
+   sndfile? ( media-libs/libsndfile )
+   tiff? ( media-libs/tiff:0 )
+"
+DEPEND="${RDEPEND}
+   dev-qt/designer:5
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   use joystick || sed -i -e "s/qtHaveModule(gamepad)/false/" 
makefiles/common.pri || die
+   use openexr || sed -i -e "s/packagesExist(IlmBase)/false/" 
makefiles/common.pri || die
+   use sndfile || sed -i -e "s/packagesExist(sndfile)/false/" 
makefiles/common.pri || die
+   use tiff || sed -i -e "s/packagesExist(libtiff-4)/false/" 
makefiles/common.pri || die
+}
+
+src_configure() {
+   if use opencl; then
+   eqmake5 makefiles/${PN}-opencl.pro
+   else
+   eqmake5 makefiles/${PN}.pro
+   fi
+}
+
+src_install() {
+   dobin ${PN}2
+
+   dodoc README NEWS usr/share/doc/${PN}2/Mandelbulber_Manual.pdf
+
+   insinto /usr/share/${PN}2
+   doins -r usr/share/${PN}2/*
+
+   insinto /usr/share/applications
+   doins ${PN}2.desktop
+
+   newicon -s 256 qt/icons/${PN}.png ${PN}2.png
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2021-10-05 Thread Sam James
commit: f3b80f4eb67d89ccaf5dc913783ae01e29496ee3
Author: Alexander Miller  gmx  de>
AuthorDate: Mon Oct  4 17:27:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 03:32:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b80f4e

media-gfx/mandelbulber: Add github remote-id

Signed-off-by: Alexander Miller  gmx.de>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/mandelbulber/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/mandelbulber/metadata.xml 
b/media-gfx/mandelbulber/metadata.xml
index 39473da817f..a76e56caa92 100644
--- a/media-gfx/mandelbulber/metadata.xml
+++ b/media-gfx/mandelbulber/metadata.xml
@@ -12,6 +12,7 @@
Enable GPU rendering support using 
OpenCL


+   buddhi1980/mandelbulber2
mandelbulber

 



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

2021-10-05 Thread Sam James
commit: d8507aa357ce6fd607535c217085e66702d687b3
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 03:29:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 03:31:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8507aa3

sys-fs/treesize: fix eautoreconf

config.guess and config.sub were in the tarball as symlinks
to a non-existent file (in most cases) for an old version
of automake which meant eautoreconf couldn't:
1. use them;
2. re-generate them (as usual)

Just delete them so that they get copied from
the usual location instead.

Closes: https://bugs.gentoo.org/760498
Signed-off-by: Sam James  gentoo.org>

 sys-fs/treesize/treesize-0.54.1-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-fs/treesize/treesize-0.54.1-r1.ebuild 
b/sys-fs/treesize/treesize-0.54.1-r1.ebuild
index 90940c26247..16fa356e1b8 100644
--- a/sys-fs/treesize/treesize-0.54.1-r1.ebuild
+++ b/sys-fs/treesize/treesize-0.54.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=7
@@ -23,5 +23,10 @@ PATCHES=(
 
 src_prepare() {
default
+
+   # Bogus shipped symlinks to a fixed version of automake
+   # bug #760498
+   rm config.{guess,sub} || die
+
eautoreconf
 }



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

2021-10-05 Thread Matthias Maier
commit: aebfc21eabe10c55534ffda274f596b8d34a9795
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct  6 03:18:44 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct  6 03:18:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebfc21e

app-crypt/jitterentropy-rngd: drop old.

Closes: https://bugs.gentoo.org/729154
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 app-crypt/jitterentropy-rngd/Manifest  |  2 --
 .../jitterentropy-rngd-1.1.0.ebuild| 25 -
 .../jitterentropy-rngd-1.2.2.ebuild| 31 --
 3 files changed, 58 deletions(-)

diff --git a/app-crypt/jitterentropy-rngd/Manifest 
b/app-crypt/jitterentropy-rngd/Manifest
index 9fd4b30e682..9016faef232 100644
--- a/app-crypt/jitterentropy-rngd/Manifest
+++ b/app-crypt/jitterentropy-rngd/Manifest
@@ -1,3 +1 @@
-DIST jitterentropy-rngd-1.1.0.tar.gz 25891 BLAKE2B 
f711b173c68b74cbc0dbac1ae1b7a2beb5352b38e411f96172aa36ac7f720f05469f5fac2fa97b3514ec11fbe2ccfe0351ee7df8f51a8b36a566635ef93e4d08
 SHA512 
32835475b604e502caaab9b0d1cd9fe2920c126a27841669f6cf9c717094bfd4c11feab0f9f706ee4cf4caeedf26ced7039075499a3faaf41830c72968544646
-DIST jitterentropy-rngd-1.2.2.tar.gz 35773 BLAKE2B 
5b1987108beb5db7a456f1216173598c893b1c845dfaa7594854a82257e88adda01e2bb4160b70f2605aff519b7d1ba79bcea94dda34c2fc75e412e0a031b943
 SHA512 
c317cfb77910b6983da7bf0733c26f28260da746b917cde59a9cdb023b95cf727cf729dd7de27c8cc308b1958ca054114d01ad7dfb9bd211c241a95b7bed83c6
 DIST jitterentropy-rngd-1.2.5.tar.gz 45262 BLAKE2B 
0fdbd513f0dd2fa216c079d55790ea2848fac26ca17846cfce06d0d338e8e88a13f2e9a7a7d55c938f0366f7cb010d22fc35d63921e4bb1408a5bda73ac9e96c
 SHA512 
23079ff64e1145efa22960dfa772f77dd27f45f1cd950fe7b3a45d56cb75920902a7136da92a7202c686f33db0895115624ac3d809627378056ca13250e5b07b

diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild 
b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
deleted file mode 100644
index 1bfdd410b06..000
--- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info systemd
-
-DESCRIPTION="Jitter RNG daemon"
-HOMEPAGE="https://www.chronox.de/jent.html;
-SRC_URI="https://github.com/smuellerDD/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}"/${P}-do-not-strip-and-compress.patch
-)
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
-   UNITDIR="$(systemd_get_systemunitdir)" install
-   newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd
-}

diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.2.ebuild 
b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.2.ebuild
deleted file mode 100644
index 653e5d0a958..000
--- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic linux-info systemd
-
-DESCRIPTION="Jitter RNG daemon"
-HOMEPAGE="https://www.chronox.de/jent.html;
-SRC_URI="https://github.com/smuellerDD/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.0-do-not-strip-and-compress.patch
-)
-
-src_configure() {
-   filter-flags '*'
-   append-cflags '-O0'
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
-   UNITDIR="$(systemd_get_systemunitdir)" install
-   newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd
-}



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

2021-10-05 Thread Matthias Maier
commit: e397dc2f07dc40b090c5c125a5aeb4fcd35fb2e7
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct  6 03:14:42 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct  6 03:14:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e397dc2f

app-crypt/jitterentropy-rngd: version bump to 1.2.5

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 app-crypt/jitterentropy-rngd/Manifest  |  1 +
 .../jitterentropy-rngd-1.2.5.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/app-crypt/jitterentropy-rngd/Manifest 
b/app-crypt/jitterentropy-rngd/Manifest
index b3da54ccaac..9fd4b30e682 100644
--- a/app-crypt/jitterentropy-rngd/Manifest
+++ b/app-crypt/jitterentropy-rngd/Manifest
@@ -1,2 +1,3 @@
 DIST jitterentropy-rngd-1.1.0.tar.gz 25891 BLAKE2B 
f711b173c68b74cbc0dbac1ae1b7a2beb5352b38e411f96172aa36ac7f720f05469f5fac2fa97b3514ec11fbe2ccfe0351ee7df8f51a8b36a566635ef93e4d08
 SHA512 
32835475b604e502caaab9b0d1cd9fe2920c126a27841669f6cf9c717094bfd4c11feab0f9f706ee4cf4caeedf26ced7039075499a3faaf41830c72968544646
 DIST jitterentropy-rngd-1.2.2.tar.gz 35773 BLAKE2B 
5b1987108beb5db7a456f1216173598c893b1c845dfaa7594854a82257e88adda01e2bb4160b70f2605aff519b7d1ba79bcea94dda34c2fc75e412e0a031b943
 SHA512 
c317cfb77910b6983da7bf0733c26f28260da746b917cde59a9cdb023b95cf727cf729dd7de27c8cc308b1958ca054114d01ad7dfb9bd211c241a95b7bed83c6
+DIST jitterentropy-rngd-1.2.5.tar.gz 45262 BLAKE2B 
0fdbd513f0dd2fa216c079d55790ea2848fac26ca17846cfce06d0d338e8e88a13f2e9a7a7d55c938f0366f7cb010d22fc35d63921e4bb1408a5bda73ac9e96c
 SHA512 
23079ff64e1145efa22960dfa772f77dd27f45f1cd950fe7b3a45d56cb75920902a7136da92a7202c686f33db0895115624ac3d809627378056ca13250e5b07b

diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.5.ebuild 
b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.5.ebuild
new file mode 100644
index 000..653e5d0a958
--- /dev/null
+++ b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info systemd
+
+DESCRIPTION="Jitter RNG daemon"
+HOMEPAGE="https://www.chronox.de/jent.html;
+SRC_URI="https://github.com/smuellerDD/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE=""
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.0-do-not-strip-and-compress.patch
+)
+
+src_configure() {
+   filter-flags '*'
+   append-cflags '-O0'
+   default
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
+   UNITDIR="$(systemd_get_systemunitdir)" install
+   newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd
+}



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

2021-10-05 Thread Sam James
commit: 00f8a8d3436191353b21ced8f6e4fb71c2260415
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:53:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:53:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f8a8d3

profiles: add bug reference to OCaml 4.13 mask

Bug: https://bugs.gentoo.org/816498
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6db395421db..59c2a628d9d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -364,6 +364,7 @@ games-puzzle/gnudoku
 # Sam James  (2021-06-12)
 # Masked until all reverse dependencies support
 # OCaml 4.13.
+# bug #816498
 >=dev-lang/ocaml-4.13
 >=dev-ml/camlp4-4.13
 



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

2021-10-05 Thread Sam James
commit: 783c8028990463f390175804ec02553ba3d1c5aa
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:54:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:54:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783c8028

profiles: add bug reference to gnupg 2.3.x mask

Bug: https://bugs.gentoo.org/790248
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 59c2a628d9d..0a1c57c1898 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -417,6 +417,7 @@ games-puzzle/gnudoku
 
 # Lars Wendler  (2021-04-08)
 # Masked for testing
+# bug #790248
 >=app-crypt/gnupg-2.3.0
 
 # Sam James  (2021-03-30)



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

2021-10-05 Thread Sam James
commit: 513e211b3750624a2f7cd3583b3e69a729617328
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:55:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:55:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513e211b

profiles: add bug reference to Java 11 mask

Bug: https://bugs.gentoo.org/697014
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a1c57c1898..fd5c87bac3b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -518,6 +518,7 @@ app-office/texmacs
 # Java 11 is not yet fully supported on Gentoo. Packages cannot depend
 # on it so these virtuals are not yet required. If you wish to use
 # Java 11 then install openjdk-(jdk|jre)-bin directly.
+# bug #697014
 virtual/jdk:11
 virtual/jre:11
 



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

2021-10-05 Thread Sam James
commit: de35cd57a393183a89a7e1029eb9a6382fcfd09b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:52:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:52:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de35cd57

profiles: add bug reference to Claws Mail mask

Makes it easier so we don't forget.

Bug: https://bugs.gentoo.org/802186
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8a75350652d..6db395421db 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -347,6 +347,7 @@ games-puzzle/gnudoku
 
 # Lars Wendler  (2021-07-10)
 # Masked for testing
+# bug #802186
 >=mail-client/claws-mail-4.0.0
 
 # Michał Górny  (2021-07-06)



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

2021-10-05 Thread Sam James
commit: 9a199d0effa80199b193914ca95bba2dbbd35a91
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:42:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:43:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a199d0e

media-libs/openimageio: require older openexr

Even the latest version (2.3.8.0) upstream doesn't seem
to pick up imath right now.

Bug: https://bugs.gentoo.org/816264
Signed-off-by: Sam James  gentoo.org>

 .../{openimageio-2.2.12.0.ebuild => openimageio-2.2.12.0-r1.ebuild} | 2 +-
 .../{openimageio-2.2.13.1.ebuild => openimageio-2.2.13.1-r1.ebuild} | 2 +-
 .../{openimageio-2.2.14.0.ebuild => openimageio-2.2.14.0-r1.ebuild} | 2 +-
 .../{openimageio-2.2.15.0.ebuild => openimageio-2.2.15.0-r1.ebuild} | 2 +-
 .../{openimageio-2.2.15.1.ebuild => openimageio-2.2.15.1-r1.ebuild} | 2 +-
 .../{openimageio-2.2.18.0.ebuild => openimageio-2.2.18.0-r1.ebuild} | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-libs/openimageio/openimageio-2.2.12.0.ebuild 
b/media-libs/openimageio/openimageio-2.2.12.0-r1.ebuild
similarity index 99%
rename from media-libs/openimageio/openimageio-2.2.12.0.ebuild
rename to media-libs/openimageio/openimageio-2.2.12.0-r1.ebuild
index 278bed688e9..a73e3cfbe82 100644
--- a/media-libs/openimageio/openimageio-2.2.12.0.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.12.0-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
media-libs/libpng:0=
>=media-libs/libwebp-0.2.1:=
media-libs/opencolorio:=
-   >=media-libs/openexr-2.2.0-r2:=
+   >=media-libs/openexr-2.2.0-r2:0=
media-libs/tiff:0=
sys-libs/zlib:=
virtual/jpeg:0

diff --git a/media-libs/openimageio/openimageio-2.2.13.1.ebuild 
b/media-libs/openimageio/openimageio-2.2.13.1-r1.ebuild
similarity index 99%
rename from media-libs/openimageio/openimageio-2.2.13.1.ebuild
rename to media-libs/openimageio/openimageio-2.2.13.1-r1.ebuild
index 278bed688e9..a73e3cfbe82 100644
--- a/media-libs/openimageio/openimageio-2.2.13.1.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.13.1-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
media-libs/libpng:0=
>=media-libs/libwebp-0.2.1:=
media-libs/opencolorio:=
-   >=media-libs/openexr-2.2.0-r2:=
+   >=media-libs/openexr-2.2.0-r2:0=
media-libs/tiff:0=
sys-libs/zlib:=
virtual/jpeg:0

diff --git a/media-libs/openimageio/openimageio-2.2.14.0.ebuild 
b/media-libs/openimageio/openimageio-2.2.14.0-r1.ebuild
similarity index 99%
rename from media-libs/openimageio/openimageio-2.2.14.0.ebuild
rename to media-libs/openimageio/openimageio-2.2.14.0-r1.ebuild
index 36c2ee69a52..550f234d360 100644
--- a/media-libs/openimageio/openimageio-2.2.14.0.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.14.0-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
media-libs/libpng:0=
>=media-libs/libwebp-0.2.1:=
media-libs/opencolorio:=
-   >=media-libs/openexr-2.2.0-r2:=
+   >=media-libs/openexr-2.2.0-r2:0=
media-libs/tiff:0=
sys-libs/zlib:=
virtual/jpeg:0

diff --git a/media-libs/openimageio/openimageio-2.2.15.0.ebuild 
b/media-libs/openimageio/openimageio-2.2.15.0-r1.ebuild
similarity index 99%
rename from media-libs/openimageio/openimageio-2.2.15.0.ebuild
rename to media-libs/openimageio/openimageio-2.2.15.0-r1.ebuild
index 36c2ee69a52..550f234d360 100644
--- a/media-libs/openimageio/openimageio-2.2.15.0.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.15.0-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
media-libs/libpng:0=
>=media-libs/libwebp-0.2.1:=
media-libs/opencolorio:=
-   >=media-libs/openexr-2.2.0-r2:=
+   >=media-libs/openexr-2.2.0-r2:0=
media-libs/tiff:0=
sys-libs/zlib:=
virtual/jpeg:0

diff --git a/media-libs/openimageio/openimageio-2.2.15.1.ebuild 
b/media-libs/openimageio/openimageio-2.2.15.1-r1.ebuild
similarity index 99%
rename from media-libs/openimageio/openimageio-2.2.15.1.ebuild
rename to media-libs/openimageio/openimageio-2.2.15.1-r1.ebuild
index d12beb042a0..becc29bb699 100644
--- a/media-libs/openimageio/openimageio-2.2.15.1.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.15.1-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
media-libs/libpng:0=
>=media-libs/libwebp-0.2.1:=
media-libs/opencolorio:=
-   >=media-libs/openexr-2.2.0-r2:=
+   >=media-libs/openexr-2.2.0-r2:0=
media-libs/tiff:0=
sys-libs/zlib:=
virtual/jpeg:0

diff --git a/media-libs/openimageio/openimageio-2.2.18.0.ebuild 
b/media-libs/openimageio/openimageio-2.2.18.0-r1.ebuild
similarity index 99%
rename from media-libs/openimageio/openimageio-2.2.18.0.ebuild
rename to media-libs/openimageio/openimageio-2.2.18.0-r1.ebuild
index c1a41b46db0..5966a9f7ebd 100644
--- a/media-libs/openimageio/openimageio-2.2.18.0.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.18.0-r1.ebuild
@@ -49,7 +49,7 

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

2021-10-05 Thread Sam James
commit: e886c58ec9d19a36317a3a539a2f5d6102b5a222
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:23:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:23:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e886c58e

app-text/mupdf: add note re security backports

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

 app-text/mupdf/mupdf-1.18.0-r4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-text/mupdf/mupdf-1.18.0-r4.ebuild 
b/app-text/mupdf/mupdf-1.18.0-r4.ebuild
index 66511fc715f..85aad834e2c 100644
--- a/app-text/mupdf/mupdf-1.18.0-r4.ebuild
+++ b/app-text/mupdf/mupdf-1.18.0-r4.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=7
 
+# Please check upstream git regularly for relevant security-related commits
+# to backport.
+
 inherit desktop flag-o-matic toolchain-funcs xdg
 
 DESCRIPTION="A lightweight PDF viewer and toolkit written in portable C"



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

2021-10-05 Thread Sam James
commit: 60e1222da22e853e370f13bbdad66021c8b29d0e
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 02:22:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 02:22:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e1222d

app-text/mupdf: drop myself as a maintainer

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

 app-text/mupdf/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/mupdf/metadata.xml b/app-text/mupdf/metadata.xml
index 641cbd3703e..115e9d64a66 100644
--- a/app-text/mupdf/metadata.xml
+++ b/app-text/mupdf/metadata.xml
@@ -1,8 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   s...@gentoo.org
-   Sam James
-   
+   
 



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/

2021-10-05 Thread Magnus Granberg
commit: 0e344fe1aa9e845d8bdaa704ee3d15064771ec49
Author: Magnus Granberg  gentoo  org>
AuthorDate: Wed Oct  6 01:36:22 2021 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Wed Oct  6 01:36:22 2021 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=0e344fe1

Use JsonReporter instead of XmlReporter for pkgcheck

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/steps/builders.py | 39 
 1 file changed, 22 insertions(+), 17 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/builders.py 
b/buildbot_gentoo_ci/steps/builders.py
index 8f0aadb..80fe52f 100644
--- a/buildbot_gentoo_ci/steps/builders.py
+++ b/buildbot_gentoo_ci/steps/builders.py
@@ -3,6 +3,7 @@
 
 import os
 import re
+import json
 
 from portage.versions import catpkgsplit, cpv_getversion
 from portage.dep import dep_getcpv, dep_getslot, dep_getrepo
@@ -131,18 +132,13 @@ def PersOutputOfEmerge(rc, stdout, stderr):
 def PersOutputOfPkgCheck(rc, stdout, stderr):
 pkgcheck_output = {}
 pkgcheck_output['rc'] = rc
-#FIXME: Handling of stdout output
-pkgcheck_xml_list = []
+print(stdout)
+pkgcheck_json_list = []
 # split the lines
 for line in stdout.split('\n'):
-#  pkgcheck output list
-if line.startswith('

[gentoo-commits] data/gentoo-news:master commit in: 2021-09-29-possible-failure-to-preserve-libraries/

2021-10-05 Thread Sam James
commit: b799e9ed123d65d007fa6496e8b5c5ee4073efbd
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 01:34:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:34:00 2021 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=b799e9ed

2021-09-29-possible-failure-to-preserve-libraries: fix command for comment

Bug: https://bugs.gentoo.org/811462
Signed-off-by: Sam James  gentoo.org>

 .../2021-09-29-possible-failure-to-preserve-libraries.en.txt| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
 
b/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
index bf66553..cfff106 100644
--- 
a/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
+++ 
b/2021-09-29-possible-failure-to-preserve-libraries/2021-09-29-possible-failure-to-preserve-libraries.en.txt
@@ -76,7 +76,7 @@ as well as a copy of /var/db/pkg (the VDB):
   app-misc/pax-utils to the latest version:
   ```
   $ emerge --ask --verbose --oneshot ">=app-misc/pax-utils-1.3.3"
-  $ emerge --ask --verbose --oneshot --usepkg=n $(cat broken_vdb_packages)
+  $ emerge --ask --verbose --oneshot --usepkg=n $(grep -v '#' 
broken_vdb_packages)
   ```
 
 Given that there are possible other side-effects of the corruption/bug,



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

2021-10-05 Thread Brian Evans
commit: 08f45c08cfe42e0e63d0f1691e78e21a2e06dead
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Oct  6 01:31:38 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Oct  6 01:31:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f45c08

profiles: Remove php8-0 from stable mask

All arches are stable in the 8.0 slot for dev-lang/php

Closes: https://bugs.gentoo.org/816030
Signed-off-by: Brian Evans  gentoo.org>

 profiles/base/use.stable.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 577d8fa2a78..218e736762f 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -1,13 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Brian Evans  (2020-12-08)
-# Allow packages to add php 8.0 support while waiting on its stable
-php_targets_php8-0
-
 # Sergei Trofimovich  (2020-04-13)
 # dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
 darcs



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

2021-10-05 Thread Thomas Deutschmann
commit: edafff9d246c6f762fe47def1f34a236dd73e636
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  6 01:21:50 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  6 01:25:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edafff9d

www-client/firefox: bump to v78.15.0 ESR

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

 www-client/firefox/Manifest   |   97 +++
 www-client/firefox/firefox-78.15.0.ebuild | 1187 +
 2 files changed, 1284 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 3cad8d61140..2eae2f39350 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -190,8 +190,105 @@ DIST firefox-78.14.0esr-xh.xpi 427840 BLAKE2B 
98a6203db8dad8b0eedaca0fe618cad0ec
 DIST firefox-78.14.0esr-zh-CN.xpi 564767 BLAKE2B 
79af107fc6eed1b264c84d4694d1a88406de80e28d211bd1ddb276be043987f29d69bce0047a3b5fcea36ba1683679b60f979b80618aabd4f239dacd69333ab7
 SHA512 
682073787d31141414b41ff8a579d917bcade5cc8752eab205e8911a2cf51546fb5a77872c8ba13711b665f4f31716586660c308da9ddcfb4adf4342488a8a3c
 DIST firefox-78.14.0esr-zh-TW.xpi 564732 BLAKE2B 
eaf9c564862a9235ebbdcfdb0ca594f88876082e7078e1d80e418f28e9af495d9e1932a6e569e8ce6f0bad948e833d4c99341c8cd4ec55f09eb0355bdfe6b984
 SHA512 
5e39158d4821aa9424fa3b66b2c050bb5d093147ffd40786c93561fcc58bad933d6342384ce2bf5fc8c78eb010d4058fbde9da9e843fd7751b253ffdef589a4f
 DIST firefox-78.14.0esr.source.tar.xz 340771180 BLAKE2B 
7b83bf081138fbf2367116099839c6d05ec5ade58f183ba033c5167d503a2a1f40976f88bdba680a7a8df7c66ac32449004e58a5211f16086b792a2b41e27c67
 SHA512 
5d5e4b1197f87b458a8ab14a62701fa0f3071e9facbb4fba71a64ef69abf31edbb4c5efa6c20198de573216543b5289270b5929c6e917f01bb165ce8c139c1ac
+DIST firefox-78.15.0esr-ach.xpi 460291 BLAKE2B 
b22cff8020124356f56a542d0b027321fa6a6d3538239498150c036eb7619df2dfdfc5a04145ea7755a533c560c67dc4098b4a6cea77b333be5d23713b879aed
 SHA512 
658884e108ad3d1b71353742dffc2e4b205ef1212d12dccec75a9f014f151237a34052f78a797975fedb33ab530bd78aea5d1f0276d00fc3177015743b76d17e
+DIST firefox-78.15.0esr-af.xpi 428349 BLAKE2B 
1cc33d264817e7aeaf6b532a5fb65901e6b8f3253a6be78fda026cb97b417c52b62952ba5db247bd7370fa7631b9d94a6b3e2ead3f016e85562cdfd3b3021200
 SHA512 
5a6558244c174d9d225c3cf3f6f74b9c4c418bae41ef2b7b3d804dbc92ebcd1b2191082909a000bf6f544771c2d04ade7003c16e58fd96272233168d1f6d82f5
+DIST firefox-78.15.0esr-an.xpi 508374 BLAKE2B 
73854cc9f9a1b7ff4d9a70ec10bab04cae18cff5e23875590b6e08f5f571b44ee6aa1259638e658102c78e41e60dfb27ed86ad8f11b7b2f5322997a0ab7549cb
 SHA512 
1ab2d37cc19377234d82cd5d85ad963ce0f14875ab94f5e093d7546375b09873c22cf9ba8c7df23cc42baa8075e060e773d7de1a9e730361d9f77c9ca6d326be
+DIST firefox-78.15.0esr-ar.xpi 560963 BLAKE2B 
62a002c0fc28b9ee8834c332b10484fefab0643b8d826c5c7ac59742ed3ede2caf1316807f5eab5c7ad6e55ef774f13b1162227cf9a09af1b39ceb0072c21932
 SHA512 
bd8dd8d5f9e83d61a2c9f7a2e2ad08c4b7f9cf7b901505a02839269e43254e7bd23a6f31e3b5153626956d162eac0c90a75b1612314c2b00b39514f54c1955de
+DIST firefox-78.15.0esr-ast.xpi 456393 BLAKE2B 
eb844e09af8e67a3049203d8002d238096023c0187eee86533dbb4e4471fcacb8e2af11bc48f25b0f7408b6e7fc5ba3d509078f591bd2988b8ea6919d28bd46c
 SHA512 
98e1da4d1698eeeb09ab8f5d84985c58ab07b284a243bdcbf059e26a000b350877a95643c000675e7e727930387f6fe56a9f6075f0fd21355e54fcb180d60527
+DIST firefox-78.15.0esr-az.xpi 497435 BLAKE2B 
02695cf092bd1a9a69b33ac828591c45ced91ab2a414233ecb728df169fc31fcea26debb4898b9cad1a8f8398741757c4bba6791e0a4548e2de6c7ebead38f49
 SHA512 
be57170b0ecc5570c590583e67f0da1dde294782156e02ffec7327eec8880d5209e5e275aa50d8196736831f7b8661bd10883af3500a120b51f31132ee24347b
+DIST firefox-78.15.0esr-be.xpi 608650 BLAKE2B 
f94c5ad27e9927da88198175d485621ccc72fbf49efcdf4ac3ece47e79fa869080b3aa9543e6e67e819d041420097bec4d29d18e40aa851398328a5e9a02d3e7
 SHA512 
40cf8dc45ede54953d479b87984c4896f8b7a0858358ea20622eba730d630703077b79cb6ef29b12bf3dcb16ffdec28a4e15e9a97a60a22ca54976fdcabf8b62
+DIST firefox-78.15.0esr-bg.xpi 553981 BLAKE2B 
85657f7e8f38cb34525c13624ffaa7ff031489e636a39547118d594eab5052029579f6a5f5abe172cd4a988d9ec090108ab6bf8ae1560fa23f38e9b34789e7d6
 SHA512 
892acbbf4798472de19c1dc73afa298fde43d04a4d2f2d7aaf402dcad5d13613ff73a31b1846e62913c384548bd11b02cf8af377c3990646f0b118186f3c0e1a
+DIST firefox-78.15.0esr-bn.xpi 572624 BLAKE2B 
c3ab78c525e8f3a2cd47406c67a52ddc83d32fc89d265bf2d947d43b975f5cfed057f273ab6c2337bae2131213babf5dcad9d502710c00cb0c9fb9500dbff70a
 SHA512 
1dc4049e28c889cf125b1afb875cd3de5bd1566e7232fdc70d45fc4ce8f16f7038ba26e83217373c43370b532be10a5849b7936dcfa0eed90c04595454fbcf38
+DIST firefox-78.15.0esr-br.xpi 507132 BLAKE2B 
82073c3bd78400d6d1d68ff43613c223f5a79f5da9338e96a2f5a126fcac3a15acf6bbbaa0712ce5402bbf793537a4caf20ce6f3de0292b7cfc73c2d33e26038
 SHA512 

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

2021-10-05 Thread Thomas Deutschmann
commit: 70ed3eb30246b6e9e35db16bd2776d28243a7865
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  6 01:23:19 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  6 01:25:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ed3eb3

www-client/firefox-bin: bump to v93.0

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

 www-client/firefox-bin/Manifest|  97 +++
 www-client/firefox-bin/firefox-bin-93.0.ebuild | 383 +
 2 files changed, 480 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 27a6a296b18..0cef0c6e1b9 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -663,6 +663,101 @@ DIST firefox-92.0.1-vi.xpi 582888 BLAKE2B 
099b24b3881cb78d06f333a3523b615c52ee41
 DIST firefox-92.0.1-xh.xpi 436804 BLAKE2B 
be22329e3fbef2bac77d2842602449cca8128f2921625cff9addd116aeb768642a6a236bbb15cc0d05dd9753652bf7dad233c0e65da7395c6d3ef7ded275ddad
 SHA512 
9ede42192fb5d367c852a157e1f5b2a012640b638180978246b4c88b3e64fc1137b6d37c878746115a927f2d39aaad28abd777e0d71b8d4fc95f107b96bb1e50
 DIST firefox-92.0.1-zh-CN.xpi 584481 BLAKE2B 
ad036c8632b6179c13a68c0984af1c556e81bde86c3693bd43bcdfbfba912224ee19e4b8f70e6335586b5d5007d2b2e9a7ff2e2a07d7224d4096b3d54abfceb8
 SHA512 
916d7809acafa752c70e62722f6c61b5626f5ce30762373f312583bf12787f72d5552be9014205bca03ba1339b4f9e013aec8afd1fd980803ee1021d59f8a98e
 DIST firefox-92.0.1-zh-TW.xpi 584667 BLAKE2B 
5358642e7088f384fbf68ad3117bd7ea85a8abdc421bed792c13515654286024870cc756e8832176652727d321a4f85ec1af72ea5804c477909c4d9bd121b37d
 SHA512 
ee7625608c6ac0c56791697c3dcd1c5998f719fa1636717b8b8d001748020f874a16214499595d07e69ab8fb736dbf045a0ef2830478e99366beeba942ef798f
+DIST firefox-93.0-ach.xpi 452270 BLAKE2B 
c7fd81469026d99e21553ec59d0d005e906915483b3765898beba694cf31c02aef3c15789a5c2e2e2d1ee242aef323ca7fa1c142912917ec2ca02a8cb9c604fa
 SHA512 
9a4c7f880801eb1c4391a57107e88e3d43e6ce0a1bd617ba4d11951957e2d62116f102e55bb62db22378460c68d2ecb3a9b9b0285951c46846920ae02360749b
+DIST firefox-93.0-af.xpi 425657 BLAKE2B 
8f0f1df2ddc330f386d831696dbbbd15f639b0d95ae4d85b268924116f93f1bce22adc10b6053873f0ed6d69f9067515774b7904f7595c89a25edffde2e25e97
 SHA512 
f8c122c624c139c0afea5920f063b981665771ae107d32b654206dc0d00a8173230a357ca72649bc636d02825f1af90d291b5e09f9b7044d05b4af1ce39f6e6f
+DIST firefox-93.0-an.xpi 498005 BLAKE2B 
d0830dfa4f7a0ea4c85a5a3a7a1e90714e2e476024b77d0b8b44ce4ad241f0df1f0090eb4263caca3d05a66c8885c3c75bf167ccb7055716d7efc01ba4554515
 SHA512 
df7853f86853cc457eb85b8130f7b2ebf7be97ce28f23f963eb9b05b16dae605c5d3f3b925c98a0aa252dcd84e172e42f87256feac042af57294f8cdd3e69383
+DIST firefox-93.0-ar.xpi 557147 BLAKE2B 
ea77d1d057ff08c0cdcfabdda3b0a3a3bb25113eb7d1e9f6ecc7a5ab48cff2ea36b25c7726dcfc3e0004726719e11f6190137eb76e7acdb02215b4c667f3e229
 SHA512 
4b00894fbdd9e80a5bb343af95afeba2858c83c75880f3d97829b8161c75e65f21cc73d9f65edee2a9327391e6a98f7b124ca8aa98d9f8bf4000358841b47590
+DIST firefox-93.0-ast.xpi 496648 BLAKE2B 
fbbfd0cc005c5b47cec28506b432dea9ec48c4e0fd7c441913ecee5db42e77462782f6b1b95001b70bb7740aa100d5eb298e8ec81134822a43dba25060522670
 SHA512 
1744a00ed7794c3f86fa4f389d9a7a51a17ed946d8c4fd65ec29bdf0ae13379418ebbb49f6eba05894d660e5892b67df14745882bdaea3d0a50b89ecb08ea563
+DIST firefox-93.0-az.xpi 487307 BLAKE2B 
0de51fc5c479d006525b9e334a0822f36d5656b116102109aba8f9e461d0c48510b4790bafa1a60ccb62f369d2754287fed4bfeb70762642d50b3784f9a4ba68
 SHA512 
e21ac77f4f5ebb90a0ad8929013594615308167a28f8e6c61cb8e5210ef3c6924f3173cf0c2b3956e587846a0613d7d66bbc66ff23876fee0e73165aaafd8109
+DIST firefox-93.0-be.xpi 613444 BLAKE2B 
047730f1734f67f465ce605cb5a313d63d93cde70006768e1f18f1a93ab2dc7928f4ebcc09d748057e3fd666ccac03ec9ddaf97f82bde45cb7a5709bbe34cb4d
 SHA512 
12b31e93f3296cfff2bb4856fc3562aea0e52d948d49ad811e534f9717b3f6ffba6e451650a99a5c2887197e0d7f2e4a257982dedfcee14d252f8842ca781963
+DIST firefox-93.0-bg.xpi 565256 BLAKE2B 
8a2a0816d76c15b9f67fa1a67ef914e4842c295a6d740e4346b33aab46c8c4aec3a52351c01835341ee735240721d32f4d128f72d14ff2d90a6d5e3e3e40d90a
 SHA512 
0ca4b8073699735f8c67df5c2b63885ecb37dee17da38fd53408ec8346c6be3871b28b407e160f083f270160118d3d2b37a9f79c1027975556c95d65982f268a
+DIST firefox-93.0-bn.xpi 554301 BLAKE2B 
e03eb3160508c211e005d6af97fc80f8607dad65f922fc5453c3b6239ee8adf49065fe6e89a206f3856a9c1dc79fbedf81971705ba8b5c9d795f63d95bcfbee4
 SHA512 
faa070bbce5d0c7c2bcea77c9b8e7c7bc04873a9a50edccc8c4c041e146ee64d6ebf73af963a19253668bbd7a7c59472e54ae39e359f8a29ff3a0c1b298cf24e
+DIST firefox-93.0-br.xpi 517750 BLAKE2B 
076b4a311087e3bd948becad180a4cd5ed04609609383d48fbe8730397d2a51fdd45a93bfbd6014d207b8750e05320f63e8aefbe63b06edc74c092f0d195a945
 SHA512 
8ebe3075c605e63cf8b53190c230426574342bd3d8e49a9040134bc94399c5f68725227065499d453faa8391291937c2e0ba4acf306aa33b84a7fac4cca0fbf5
+DIST firefox-93.0-bs.xpi 461680 BLAKE2B 

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

2021-10-05 Thread Thomas Deutschmann
commit: 6f36b799014ceba1863d24b01e44067a52fd0bdd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  6 01:22:42 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  6 01:25:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f36b799

www-client/firefox-bin: bump to v78.15.0 ESR

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

 www-client/firefox-bin/Manifest   |  97 +
 www-client/firefox-bin/firefox-bin-78.15.0.ebuild | 418 ++
 2 files changed, 515 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 7774b69218a..27a6a296b18 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -188,6 +188,101 @@ DIST firefox-78.14.0esr-vi.xpi 562861 BLAKE2B 
433c6d2cf314308957ab8126515945cba8
 DIST firefox-78.14.0esr-xh.xpi 427840 BLAKE2B 
98a6203db8dad8b0eedaca0fe618cad0ec9839aca849cc0c4eda134dd8215460c74ffb563da7bed7a5ee88ad1505521f43ded6f69e866e7dece3121fb8b8c812
 SHA512 
f0af08c51d823977c6a07f2e6500db03cec4ce0df70f2d5546e7bb8ec9aeeb7f8c4fc54978e2427b741ae5bae9700b896120d1717b01295606c2a868057d0778
 DIST firefox-78.14.0esr-zh-CN.xpi 564767 BLAKE2B 
79af107fc6eed1b264c84d4694d1a88406de80e28d211bd1ddb276be043987f29d69bce0047a3b5fcea36ba1683679b60f979b80618aabd4f239dacd69333ab7
 SHA512 
682073787d31141414b41ff8a579d917bcade5cc8752eab205e8911a2cf51546fb5a77872c8ba13711b665f4f31716586660c308da9ddcfb4adf4342488a8a3c
 DIST firefox-78.14.0esr-zh-TW.xpi 564732 BLAKE2B 
eaf9c564862a9235ebbdcfdb0ca594f88876082e7078e1d80e418f28e9af495d9e1932a6e569e8ce6f0bad948e833d4c99341c8cd4ec55f09eb0355bdfe6b984
 SHA512 
5e39158d4821aa9424fa3b66b2c050bb5d093147ffd40786c93561fcc58bad933d6342384ce2bf5fc8c78eb010d4058fbde9da9e843fd7751b253ffdef589a4f
+DIST firefox-78.15.0esr-ach.xpi 460291 BLAKE2B 
b22cff8020124356f56a542d0b027321fa6a6d3538239498150c036eb7619df2dfdfc5a04145ea7755a533c560c67dc4098b4a6cea77b333be5d23713b879aed
 SHA512 
658884e108ad3d1b71353742dffc2e4b205ef1212d12dccec75a9f014f151237a34052f78a797975fedb33ab530bd78aea5d1f0276d00fc3177015743b76d17e
+DIST firefox-78.15.0esr-af.xpi 428349 BLAKE2B 
1cc33d264817e7aeaf6b532a5fb65901e6b8f3253a6be78fda026cb97b417c52b62952ba5db247bd7370fa7631b9d94a6b3e2ead3f016e85562cdfd3b3021200
 SHA512 
5a6558244c174d9d225c3cf3f6f74b9c4c418bae41ef2b7b3d804dbc92ebcd1b2191082909a000bf6f544771c2d04ade7003c16e58fd96272233168d1f6d82f5
+DIST firefox-78.15.0esr-an.xpi 508374 BLAKE2B 
73854cc9f9a1b7ff4d9a70ec10bab04cae18cff5e23875590b6e08f5f571b44ee6aa1259638e658102c78e41e60dfb27ed86ad8f11b7b2f5322997a0ab7549cb
 SHA512 
1ab2d37cc19377234d82cd5d85ad963ce0f14875ab94f5e093d7546375b09873c22cf9ba8c7df23cc42baa8075e060e773d7de1a9e730361d9f77c9ca6d326be
+DIST firefox-78.15.0esr-ar.xpi 560963 BLAKE2B 
62a002c0fc28b9ee8834c332b10484fefab0643b8d826c5c7ac59742ed3ede2caf1316807f5eab5c7ad6e55ef774f13b1162227cf9a09af1b39ceb0072c21932
 SHA512 
bd8dd8d5f9e83d61a2c9f7a2e2ad08c4b7f9cf7b901505a02839269e43254e7bd23a6f31e3b5153626956d162eac0c90a75b1612314c2b00b39514f54c1955de
+DIST firefox-78.15.0esr-ast.xpi 456393 BLAKE2B 
eb844e09af8e67a3049203d8002d238096023c0187eee86533dbb4e4471fcacb8e2af11bc48f25b0f7408b6e7fc5ba3d509078f591bd2988b8ea6919d28bd46c
 SHA512 
98e1da4d1698eeeb09ab8f5d84985c58ab07b284a243bdcbf059e26a000b350877a95643c000675e7e727930387f6fe56a9f6075f0fd21355e54fcb180d60527
+DIST firefox-78.15.0esr-az.xpi 497435 BLAKE2B 
02695cf092bd1a9a69b33ac828591c45ced91ab2a414233ecb728df169fc31fcea26debb4898b9cad1a8f8398741757c4bba6791e0a4548e2de6c7ebead38f49
 SHA512 
be57170b0ecc5570c590583e67f0da1dde294782156e02ffec7327eec8880d5209e5e275aa50d8196736831f7b8661bd10883af3500a120b51f31132ee24347b
+DIST firefox-78.15.0esr-be.xpi 608650 BLAKE2B 
f94c5ad27e9927da88198175d485621ccc72fbf49efcdf4ac3ece47e79fa869080b3aa9543e6e67e819d041420097bec4d29d18e40aa851398328a5e9a02d3e7
 SHA512 
40cf8dc45ede54953d479b87984c4896f8b7a0858358ea20622eba730d630703077b79cb6ef29b12bf3dcb16ffdec28a4e15e9a97a60a22ca54976fdcabf8b62
+DIST firefox-78.15.0esr-bg.xpi 553981 BLAKE2B 
85657f7e8f38cb34525c13624ffaa7ff031489e636a39547118d594eab5052029579f6a5f5abe172cd4a988d9ec090108ab6bf8ae1560fa23f38e9b34789e7d6
 SHA512 
892acbbf4798472de19c1dc73afa298fde43d04a4d2f2d7aaf402dcad5d13613ff73a31b1846e62913c384548bd11b02cf8af377c3990646f0b118186f3c0e1a
+DIST firefox-78.15.0esr-bn.xpi 572624 BLAKE2B 
c3ab78c525e8f3a2cd47406c67a52ddc83d32fc89d265bf2d947d43b975f5cfed057f273ab6c2337bae2131213babf5dcad9d502710c00cb0c9fb9500dbff70a
 SHA512 
1dc4049e28c889cf125b1afb875cd3de5bd1566e7232fdc70d45fc4ce8f16f7038ba26e83217373c43370b532be10a5849b7936dcfa0eed90c04595454fbcf38
+DIST firefox-78.15.0esr-br.xpi 507132 BLAKE2B 
82073c3bd78400d6d1d68ff43613c223f5a79f5da9338e96a2f5a126fcac3a15acf6bbbaa0712ce5402bbf793537a4caf20ce6f3de0292b7cfc73c2d33e26038
 SHA512 

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

2021-10-05 Thread Thomas Deutschmann
commit: 11c17dc0a56583f607e201ead7fbaa0523c8b323
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  6 01:13:06 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  6 01:25:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c17dc0

www-client/firefox: bump to v93.0

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

 www-client/firefox/Manifest|   99 +++
 www-client/firefox/firefox-93.0.ebuild | 1148 
 2 files changed, 1247 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 46a84d8c9d8..3cad8d61140 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -587,3 +587,102 @@ DIST firefox-92.0.1-zh-CN.xpi 584481 BLAKE2B 
ad036c8632b6179c13a68c0984af1c556e8
 DIST firefox-92.0.1-zh-TW.xpi 584667 BLAKE2B 
5358642e7088f384fbf68ad3117bd7ea85a8abdc421bed792c13515654286024870cc756e8832176652727d321a4f85ec1af72ea5804c477909c4d9bd121b37d
 SHA512 
ee7625608c6ac0c56791697c3dcd1c5998f719fa1636717b8b8d001748020f874a16214499595d07e69ab8fb736dbf045a0ef2830478e99366beeba942ef798f
 DIST firefox-92.0.1.source.tar.xz 383567460 BLAKE2B 
021aaed695994145f4dec0a6d251bc57c3bcaa7a0772be060f1b2167d330ce70b14ef2867ecce24d8b833b814506196d290c2e1984db593d2cc1e4029ff0b8d8
 SHA512 
53361c231a4ac93a1808c9ccb29893d85b5e516fe939a770aac7f178abb4f43cbe3571097e5c5bf91b11fd95fc62b61f2aa215a45048357bfc9dad9eabdee9ef
 DIST firefox-92.0.source.tar.xz 385055824 BLAKE2B 
782fa226c11d793383a577b1c355933ce83d153596574e864e1a357ab19ac18ff5489aaccc18a326a76af9f51bbfeb3fc5834503c7923b86f7490685588d767a
 SHA512 
1a73cc275ea1790120845f579a7d21713ea78db0867ced767f393dfc25b132292dfbb673290fccdb9dcde86684e0300d56565841985fa3f0115376c91154ba8e
+DIST firefox-93-patches-01.tar.xz 21604 BLAKE2B 
fa9b993f7a5c95fc8a72c81c65c3167e896e4ab6517f5e3c4f543b6fc15714105d8486680557d82482f2ee5a99be23c831564e38ad8fb06f9a1c95d164d1dfb0
 SHA512 
ef982215b720ae9484229140a2bbfc5d2c606b888203a82113e566409b34451b7edd184e46f3ac500d2f371ecc1ec58f28610395d90f17db30fa58cb638d19fd
+DIST firefox-93.0-ach.xpi 452270 BLAKE2B 
c7fd81469026d99e21553ec59d0d005e906915483b3765898beba694cf31c02aef3c15789a5c2e2e2d1ee242aef323ca7fa1c142912917ec2ca02a8cb9c604fa
 SHA512 
9a4c7f880801eb1c4391a57107e88e3d43e6ce0a1bd617ba4d11951957e2d62116f102e55bb62db22378460c68d2ecb3a9b9b0285951c46846920ae02360749b
+DIST firefox-93.0-af.xpi 425657 BLAKE2B 
8f0f1df2ddc330f386d831696dbbbd15f639b0d95ae4d85b268924116f93f1bce22adc10b6053873f0ed6d69f9067515774b7904f7595c89a25edffde2e25e97
 SHA512 
f8c122c624c139c0afea5920f063b981665771ae107d32b654206dc0d00a8173230a357ca72649bc636d02825f1af90d291b5e09f9b7044d05b4af1ce39f6e6f
+DIST firefox-93.0-an.xpi 498005 BLAKE2B 
d0830dfa4f7a0ea4c85a5a3a7a1e90714e2e476024b77d0b8b44ce4ad241f0df1f0090eb4263caca3d05a66c8885c3c75bf167ccb7055716d7efc01ba4554515
 SHA512 
df7853f86853cc457eb85b8130f7b2ebf7be97ce28f23f963eb9b05b16dae605c5d3f3b925c98a0aa252dcd84e172e42f87256feac042af57294f8cdd3e69383
+DIST firefox-93.0-ar.xpi 557147 BLAKE2B 
ea77d1d057ff08c0cdcfabdda3b0a3a3bb25113eb7d1e9f6ecc7a5ab48cff2ea36b25c7726dcfc3e0004726719e11f6190137eb76e7acdb02215b4c667f3e229
 SHA512 
4b00894fbdd9e80a5bb343af95afeba2858c83c75880f3d97829b8161c75e65f21cc73d9f65edee2a9327391e6a98f7b124ca8aa98d9f8bf4000358841b47590
+DIST firefox-93.0-ast.xpi 496648 BLAKE2B 
fbbfd0cc005c5b47cec28506b432dea9ec48c4e0fd7c441913ecee5db42e77462782f6b1b95001b70bb7740aa100d5eb298e8ec81134822a43dba25060522670
 SHA512 
1744a00ed7794c3f86fa4f389d9a7a51a17ed946d8c4fd65ec29bdf0ae13379418ebbb49f6eba05894d660e5892b67df14745882bdaea3d0a50b89ecb08ea563
+DIST firefox-93.0-az.xpi 487307 BLAKE2B 
0de51fc5c479d006525b9e334a0822f36d5656b116102109aba8f9e461d0c48510b4790bafa1a60ccb62f369d2754287fed4bfeb70762642d50b3784f9a4ba68
 SHA512 
e21ac77f4f5ebb90a0ad8929013594615308167a28f8e6c61cb8e5210ef3c6924f3173cf0c2b3956e587846a0613d7d66bbc66ff23876fee0e73165aaafd8109
+DIST firefox-93.0-be.xpi 613444 BLAKE2B 
047730f1734f67f465ce605cb5a313d63d93cde70006768e1f18f1a93ab2dc7928f4ebcc09d748057e3fd666ccac03ec9ddaf97f82bde45cb7a5709bbe34cb4d
 SHA512 
12b31e93f3296cfff2bb4856fc3562aea0e52d948d49ad811e534f9717b3f6ffba6e451650a99a5c2887197e0d7f2e4a257982dedfcee14d252f8842ca781963
+DIST firefox-93.0-bg.xpi 565256 BLAKE2B 
8a2a0816d76c15b9f67fa1a67ef914e4842c295a6d740e4346b33aab46c8c4aec3a52351c01835341ee735240721d32f4d128f72d14ff2d90a6d5e3e3e40d90a
 SHA512 
0ca4b8073699735f8c67df5c2b63885ecb37dee17da38fd53408ec8346c6be3871b28b407e160f083f270160118d3d2b37a9f79c1027975556c95d65982f268a
+DIST firefox-93.0-bn.xpi 554301 BLAKE2B 
e03eb3160508c211e005d6af97fc80f8607dad65f922fc5453c3b6239ee8adf49065fe6e89a206f3856a9c1dc79fbedf81971705ba8b5c9d795f63d95bcfbee4
 SHA512 
faa070bbce5d0c7c2bcea77c9b8e7c7bc04873a9a50edccc8c4c041e146ee64d6ebf73af963a19253668bbd7a7c59472e54ae39e359f8a29ff3a0c1b298cf24e
+DIST firefox-93.0-br.xpi 517750 BLAKE2B 

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

2021-10-05 Thread Thomas Deutschmann
commit: 0c31b7658d28e3e0536aec2e107c05f83a86d144
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct  6 01:24:40 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct  6 01:25:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c31b765

dev-lang/spidermonkey: bump to v78.15.0

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

 dev-lang/spidermonkey/Manifest|   2 +
 dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild | 454 ++
 2 files changed, 456 insertions(+)

diff --git a/dev-lang/spidermonkey/Manifest b/dev-lang/spidermonkey/Manifest
index e9ceaa9d4d5..aec4265ed82 100644
--- a/dev-lang/spidermonkey/Manifest
+++ b/dev-lang/spidermonkey/Manifest
@@ -5,11 +5,13 @@ DIST firefox-78.11.0esr.source.tar.xz 333002576 BLAKE2B 
a8268886f86afb41b86d227f
 DIST firefox-78.12.0esr.source.tar.xz 333737488 BLAKE2B 
775a55511a48f4210807d2648833bca6f95d9f4cd48b5d0de8cf0bf2609590c1615fca7ff855ae3643a25466d131e15dc293e6a57aa05e1d91d2cf819b0b89ca
 SHA512 
646eb803e0d0e541773e3111708c7eaa85e784e4bae6e4a77dcecdc617ee29e2e349c9ef16ae7e663311734dd7491aebd904359124dda62672dbc18bfb608f0a
 DIST firefox-78.13.0esr.source.tar.xz 333506484 BLAKE2B 
1922e2f6b2ada46e581e4eaaa388873d31c6a922e5165ba225eeaccde5c1c6d7369a57ecf8e89371a34f692dca5754a461abb7d1c9bfda9cbc4f021d39549439
 SHA512 
78a5dc8713ab879ebfc3b8fd7a8219844d06f0d897342fdf9a11471633d98e148ff85cf10e561899df4910b94a33b57709b64788df4621a8c0b83eb9a7102cef
 DIST firefox-78.14.0esr.source.tar.xz 340771180 BLAKE2B 
7b83bf081138fbf2367116099839c6d05ec5ade58f183ba033c5167d503a2a1f40976f88bdba680a7a8df7c66ac32449004e58a5211f16086b792a2b41e27c67
 SHA512 
5d5e4b1197f87b458a8ab14a62701fa0f3071e9facbb4fba71a64ef69abf31edbb4c5efa6c20198de573216543b5289270b5929c6e917f01bb165ce8c139c1ac
+DIST firefox-78.15.0esr.source.tar.xz 330819568 BLAKE2B 
dc8785613c2f72c55d484642c89c2545765a9efbd609bc7c2cf57b4a3a06a2ea22e6959e42b5b8af867db782e8b2097a67dec858796b744e47008a8e575e2316
 SHA512 
ac3de735b246ce4f0e1619cd2664321ffa374240ce6843e785d79a350dc30c967996bbcc5e3b301cb3d822ca981cbea116758fc4122f1738d75ddfd1165b6378
 DIST firefox-78esr-patches-13.tar.xz 83664 BLAKE2B 
92250d5bc3821ee1ff032236bd00e01a53e0af4f9e39696a634edb39f0a182bf5ff74b7fc0f107c9c53136c64485c398391e3a857c8b2b904115fd13d17e2a4f
 SHA512 
96739811bea833a6a9cb09075dfe49c6fa7f613e8bd41e1d830d6ae6851ce8e2f5d27c87d0035b6f3a099340dfd7eebe6ecb930ff25079e76cea92a7610293ca
 DIST firefox-78esr-patches-14.tar.xz 82976 BLAKE2B 
08cc3618c8069f4169b7647e7eb699153d558bb89f8a4f1ed74d5ccd339f77119cd8f253df011f0c2f255ad889b65e843171d7559f469788463ca7e9aa2e96aa
 SHA512 
1611c6f9d2c7d586e7b53810c1cfdb2682f5d289b1b019b71694b1ab2d8bbdfe827a73cfaf59f7e4808c0b90409ca4fa57e27655d8cdf0c578ffdbad33659f26
 DIST firefox-78esr-patches-15.tar.xz 65604 BLAKE2B 
86e421e555ffd5f7f201d0f1a1c446c649739c67cdf8dca536efa115e09d9c357ce1551b7270c77e8bfe7dd53e0f3e6386496283879cf5e0c59b3c864951ebb3
 SHA512 
b229e895f083a0404cda1da0d8ae937429d5975ac52ab20e8b15611d9c737381a1076ebfa8c8a127dacac0e12a2a905ffd579facde2d80c6facc911e5739e34b
 DIST firefox-78esr-patches-16.tar.xz 55964 BLAKE2B 
79d3a465c69656bb55ee7c1e9060606464b6404435b92f534db275521ac2343e045feae1fff6166fde9e2599a82cd982b0b2395271b1033f0f784e745e2c6965
 SHA512 
3aa971c726646cbf37a14a0dba6c4ac966b88db655cd8b730c5572543bfbf682991ee7c139889541e4f6936c13f27233dc1837fbdb9ee340b33ebb2cec59b01f
 DIST firefox-78esr-patches-17.tar.xz 56004 BLAKE2B 
01d2ded2658c24176a3d13d0267d1c4df4ef0113c5c40b1002acd39a0f04db35b773bc617afed1c681df3ec38120621a5c3753ba2d36688d7d5926233bfb8501
 SHA512 
43b372b848c1f30e02505d06bbb11f5b80d976fe7ee39c0d2aacf60d48bc1d3e378c325f4e2fd4730b971e88c3bd902539a7b81874f53b8b92369f876e05be5e
+DIST firefox-78esr-patches-18.tar.xz 55968 BLAKE2B 
f32fe8e0086e4bf74fd43127b9fe136a0e0ad6e51cb8a2398f6e8f9fe585de1574c745dd3f50440cf62b626f9fa24d368284c563fb75acbacc5238f9bc8d099f
 SHA512 
99a51a241d91aa00c64550f2a521528f6134c8812e379eaf95cd1287fd51d00346de8d41f2d2f55a83332580531b31c4e814a47d7f69da6e3512613e8e98bb31
 DIST js185-1.0.0.tar.gz 6164605 BLAKE2B 
76a37f0ceae05d3475853875bd0ce4be6e525e4114816f8f281ea6fc6b60a71060975a0fa1cb843f57ad1e2f842dfb26b24244fa0fd6c20f6ae2ebbe430f70be
 SHA512 
2af7122a7c7007fd7b6668776fe1222515a810b3e43bbf0f76b8f94e1ef406ffd3fb5ccec393021b00274c05b38a77235bc8d6886994c56762fcaf0aa7cf6718
 DIST mozjs-52.9.1pre1.tar.bz2 30178574 BLAKE2B 
0920432b5140e78297a9bcbccb54268d75a223d5e75e4ff90b3b01aab4f7736b4a4e05c47b3a925ff0a74607a0abad3b6583c75d070ef5142009b20ebaf6e4bf
 SHA512 
187b231b246a5ae09e55c0fef77866b316d75f38f4c2e066d5d4325d8da63433027020c929439cab46af3253ac63ab2f780223a8fd2c6ff535b3409bb6c4aa0f
 DIST mozjs-60.5.2.tar.bz2 32816585 BLAKE2B 
45ac4c9646e1275faf60eeedbf486f802cd106583eb7f640fe2243adc7cbb811dced5cefa94426cceca63468b0112be84078ffcef24cb2b8c1a7b6c8173c0d45
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/

2021-10-05 Thread Sam James
commit: ede6c61eca40968ee11356699dd96dd9579bfc20
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 01:24:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:24:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede6c61e

dev-ml/dose3: keyword 6.0.1_p2 for ~x86

Bug: https://bugs.gentoo.org/815910
Signed-off-by: Sam James  gentoo.org>

 dev-ml/dose3/dose3-6.0.1_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dose3/dose3-6.0.1_p2.ebuild 
b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
index 85828a6cf22..c2656b5b378 100644
--- a/dev-ml/dose3/dose3-6.0.1_p2.ebuild
+++ b/dev-ml/dose3/dose3-6.0.1_p2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 
 BDEPEND="



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

2021-10-05 Thread Sam James
commit: f4217196ea99da29cd884994f054cc0960719661
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 01:22:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:22:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4217196

net-misc/openssh: don't symlink patch for 8.8_p1

This breaks at rsync(?):
```
A file listed in the Manifest could not be found: 
/usr/portage/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch
```

Possibly some other things don't handle this well either.

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

 net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch | 1 -
 net-misc/openssh/openssh-8.8_p1.ebuild| 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch 
b/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch
deleted file mode 12
index 7037b34b4e5..000
--- a/net-misc/openssh/files/openssh-8.8_p1-hpn-15.2-glue.patch
+++ /dev/null
@@ -1 +0,0 @@
-openssh-8.7_p1-hpn-15.2-glue.patch
\ No newline at end of file

diff --git a/net-misc/openssh/openssh-8.8_p1.ebuild 
b/net-misc/openssh/openssh-8.8_p1.ebuild
index 064bb4adcd3..adc52d405c7 100644
--- a/net-misc/openssh/openssh-8.8_p1.ebuild
+++ b/net-misc/openssh/openssh-8.8_p1.ebuild
@@ -185,7 +185,7 @@ src_prepare() {
mkdir "${hpn_patchdir}" || die
cp $(printf -- "${DISTDIR}/%s\n" "${HPN_PATCHES[@]}") 
"${hpn_patchdir}" || die
pushd "${hpn_patchdir}" &>/dev/null || die
-   eapply "${FILESDIR}"/${P}-hpn-${HPN_VER}-glue.patch
+   eapply "${FILESDIR}"/${PN}-8.7_p1-hpn-${HPN_VER}-glue.patch
use X509 && eapply 
"${FILESDIR}"/${PN}-8.7_p1-hpn-${HPN_VER}-X509-glue.patch
use sctp && eapply 
"${FILESDIR}"/${PN}-8.5_p1-hpn-${HPN_VER}-sctp-glue.patch
popd &>/dev/null || die



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

2021-10-05 Thread Sam James
commit: 44ec879cae8f359e98fc977ed51eeea512f1edf2
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 01:20:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:22:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ec879c

net-misc/openssh: fix typo in einfo

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

 net-misc/openssh/openssh-8.8_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-8.8_p1.ebuild 
b/net-misc/openssh/openssh-8.8_p1.ebuild
index a0557e249c1..064bb4adcd3 100644
--- a/net-misc/openssh/openssh-8.8_p1.ebuild
+++ b/net-misc/openssh/openssh-8.8_p1.ebuild
@@ -174,7 +174,7 @@ src_prepare() {
"${S}"/version.h || die "Failed to sed-in SCTP patch 
version"
PATCHSET_VERSION_MACROS+=( 'SSH_SCTP' )
 
-   einfo "Disabling know failing test (cfgparse) caused by SCTP 
patch ..."
+   einfo "Disabling known failing test (cfgparse) caused by SCTP 
patch ..."
sed -i \
-e "/\t\tcfgparse \\\/d" \
"${S}"/regress/Makefile || die "Failed to disable known 
failing test (cfgparse) caused by SCTP patch"



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

2021-10-05 Thread Georgy Yakovlev
commit: 4f3e27d2543bb3e17593471aa6a9a0af6a8156d9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:44 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3e27d2

app-emulation/runc: Stabilize 1.0.2 arm64, #816468

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

 app-emulation/runc/runc-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/runc/runc-1.0.2.ebuild 
b/app-emulation/runc/runc-1.0.2.ebuild
index 3bc737757a8..d61c2be1edd 100644
--- a/app-emulation/runc/runc-1.0.2.ebuild
+++ b/app-emulation/runc/runc-1.0.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 BSD-2 BSD MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86"
 IUSE="apparmor hardened +kmem +seccomp test"
 
 DEPEND="seccomp? ( sys-libs/libseccomp )"



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

2021-10-05 Thread Georgy Yakovlev
commit: 18c4e4a3bdb2725cce94c1ec337f489ab42d4eb4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:42 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c4e4a3

app-emulation/docker-cli: Stabilize 20.10.9 arm64, #816468

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

 app-emulation/docker-cli/docker-cli-20.10.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-cli/docker-cli-20.10.9.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
index e6ef59edaaa..30e81b53f7f 100644
--- a/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
+++ b/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86"
 IUSE="hardened"
 
 RDEPEND="!

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

2021-10-05 Thread Georgy Yakovlev
commit: 299071d1a80d7c574ccda1e990bbb1a0d8517f56
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:43 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299071d1

app-emulation/containerd: Stabilize 1.4.11 arm64, #816468

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

 app-emulation/containerd/containerd-1.4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/containerd/containerd-1.4.11.ebuild 
b/app-emulation/containerd/containerd-1.4.11.ebuild
index 845737c6c54..0080787ccd7 100644
--- a/app-emulation/containerd/containerd-1.4.11.ebuild
+++ b/app-emulation/containerd/containerd-1.4.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
 
 DEPEND="



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

2021-10-05 Thread Georgy Yakovlev
commit: 7c6fa204d8272078e16a5f102cd81b62ae55b2f7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:41 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6fa204

app-emulation/docker: Stabilize 20.10.9 arm64, #816468

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

 app-emulation/docker/docker-20.10.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker/docker-20.10.9.ebuild 
b/app-emulation/docker/docker-20.10.9.ebuild
index 639fc0a4eb0..68375cdfa6d 100644
--- a/app-emulation/docker/docker-20.10.9.ebuild
+++ b/app-emulation/docker/docker-20.10.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86"
 IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened overlay 
seccomp"
 
 DEPEND="



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

2021-10-05 Thread Georgy Yakovlev
commit: 864c68412acaf19b536611e8b72d64995c404963
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:23 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864c6841

app-emulation/containerd: Stabilize 1.4.11 ppc64, #816468

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

 app-emulation/containerd/containerd-1.4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/containerd/containerd-1.4.11.ebuild 
b/app-emulation/containerd/containerd-1.4.11.ebuild
index 4a5c178764b..845737c6c54 100644
--- a/app-emulation/containerd/containerd-1.4.11.ebuild
+++ b/app-emulation/containerd/containerd-1.4.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
 
 DEPEND="



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

2021-10-05 Thread Georgy Yakovlev
commit: 002f1cb1733acb1ea17398abbd97916e420254de
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:23 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002f1cb1

app-emulation/docker-cli: Stabilize 20.10.9 ppc64, #816468

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

 app-emulation/docker-cli/docker-cli-20.10.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-cli/docker-cli-20.10.9.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
index b308c8c7255..e6ef59edaaa 100644
--- a/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
+++ b/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="hardened"
 
 RDEPEND="!

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

2021-10-05 Thread Georgy Yakovlev
commit: fadc34b9d3f75998026b882187b6aa1ff1dac4d7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:24 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadc34b9

app-emulation/runc: Stabilize 1.0.2 ppc64, #816468

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

 app-emulation/runc/runc-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/runc/runc-1.0.2.ebuild 
b/app-emulation/runc/runc-1.0.2.ebuild
index d57aac29126..3bc737757a8 100644
--- a/app-emulation/runc/runc-1.0.2.ebuild
+++ b/app-emulation/runc/runc-1.0.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 BSD-2 BSD MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="apparmor hardened +kmem +seccomp test"
 
 DEPEND="seccomp? ( sys-libs/libseccomp )"



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

2021-10-05 Thread Georgy Yakovlev
commit: c974ed1737df0579971ba9a98ed82e53ed6480dd
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  6 01:18:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  6 01:18:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c974ed17

app-emulation/docker: Stabilize 20.10.9 ppc64, #816468

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

 app-emulation/docker/docker-20.10.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker/docker-20.10.9.ebuild 
b/app-emulation/docker/docker-20.10.9.ebuild
index bb939354a92..639fc0a4eb0 100644
--- a/app-emulation/docker/docker-20.10.9.ebuild
+++ b/app-emulation/docker/docker-20.10.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
 IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened overlay 
seccomp"
 
 DEPEND="



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

2021-10-05 Thread William Hubbs
commit: d6cb0a2bff31722267f4109824f36d2e0c13f13e
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct  6 01:15:24 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct  6 01:16:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cb0a2b

app-emulation/docker-cli: stable 20.10.9 on amd64

Bug: https://bugs.gentoo.org/show_bug.cgi?id=816468
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker-cli/docker-cli-20.10.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-cli/docker-cli-20.10.9.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
index 3f10b1c59dd..b308c8c7255 100644
--- a/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
+++ b/app-emulation/docker-cli/docker-cli-20.10.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="hardened"
 
 RDEPEND="!

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

2021-10-05 Thread William Hubbs
commit: 1be02ef08d8efe39524433e78d56f4e5553bb025
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct  6 01:10:41 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct  6 01:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be02ef0

app-emulation/containerd: stable 1.4.11 on amd64

Bug: https://bugs.gentoo.org/show_bug.cgi?id=816468
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/containerd/containerd-1.4.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/containerd/containerd-1.4.11.ebuild 
b/app-emulation/containerd/containerd-1.4.11.ebuild
index 8134e8bbf88..4a5c178764b 100644
--- a/app-emulation/containerd/containerd-1.4.11.ebuild
+++ b/app-emulation/containerd/containerd-1.4.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/containerd/containerd/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="apparmor btrfs device-mapper +cri hardened +seccomp selinux test"
 
 DEPEND="



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

2021-10-05 Thread William Hubbs
commit: ec0e3a46a83060543d08516dbd491fc81daeef46
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct  6 01:07:40 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct  6 01:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0e3a46

app-emulation/runc: stable 1.0.2 on amd64

Bug: https://bugs.gentoo.org/show_bug.cgi?id=816468
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/runc/runc-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/runc/runc-1.0.2.ebuild 
b/app-emulation/runc/runc-1.0.2.ebuild
index 52f4e83f045..d57aac29126 100644
--- a/app-emulation/runc/runc-1.0.2.ebuild
+++ b/app-emulation/runc/runc-1.0.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 BSD-2 BSD MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="apparmor hardened +kmem +seccomp test"
 
 DEPEND="seccomp? ( sys-libs/libseccomp )"



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

2021-10-05 Thread William Hubbs
commit: 2c1b8236870f2b819b70a76f35aa4516516b6f69
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Oct  6 01:12:29 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Oct  6 01:16:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1b8236

app-emulation/docker: stable 20.10.9 on amd64

Bug: https://bugs.gentoo.org/show_bug.cgi?id=816468
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker/docker-20.10.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker/docker-20.10.9.ebuild 
b/app-emulation/docker/docker-20.10.9.ebuild
index d9b6af6abf2..bb939354a92 100644
--- a/app-emulation/docker/docker-20.10.9.ebuild
+++ b/app-emulation/docker/docker-20.10.9.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened overlay 
seccomp"
 
 DEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppEnsmallen/

2021-10-05 Thread Theo Anderson
commit: 7e527a4778f33975889ccae67dd6e9bef8ad37a3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 21:28:57 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:28:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e527a47

dev-R/RcppEnsmallen: drop 0.2.15.0.1

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

 dev-R/RcppEnsmallen/Manifest   |  1 -
 .../RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild  | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
index 4f66f0fdd..a0c565f82 100644
--- a/dev-R/RcppEnsmallen/Manifest
+++ b/dev-R/RcppEnsmallen/Manifest
@@ -1,2 +1 @@
-DIST RcppEnsmallen_0.2.15.0.1.tar.gz 223966 BLAKE2B 
fd7ed0b56d2f136f836b8987bb7b599aa1acdffce3c77e381939d7ec575cb5dabb181d5ddd7c229f3905b3d43c69705cd55fffcae5ea057742435ac13baa5080
 SHA512 
ab3ad2711154342030f66d89a3472181ac311b769b55018742cbee7e233327eabb85d4dccb9a5361f680d1ca0fe5ffa613211f908d85981eea19efd0ecb39f70
 DIST RcppEnsmallen_0.2.17.0.1.tar.gz 243399 BLAKE2B 
c143d6f2d3631e1226ee35894fc56ea113a756418efbd1e2deb70d9b1ddbf63e79b6cbe8c86f2dab81bbfd62af2ae464651fedd893dee0c6961c8759f589c421
 SHA512 
6b6c10ad188b13cca2498c5fc2cec74a18eab34f30411cbc48e09c327253889aa85a80717372aadc2f5c2245f7a7332c474cae237730bab5dbf4b4895f0f7607

diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild 
b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
deleted file mode 100644
index 8fc973685..0
--- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MYPV="$(ver_cut 2-4 ${PV})"
-
-inherit R-packages
-
-DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
-SRC_URI="mirror://cran/src/contrib/Archive/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz"
-KEYWORDS="~amd64"
-LICENSE='GPL-2+'
-
-DEPEND="
-   >=dev-lang/R-3.3.0
-   dev-R/Rcpp
-   =sci-libs/ensmallen-${MYPV}*
-"
-RDEPEND="
-   ${DEPEND}
-   dev-R/Rcpp
-   >=dev-R/RcppArmadillo-0.8.400.0.0
-"
-
-src_prepare() {
-   default
-   #remove bundled
-   rm -r inst/include/ensmallen_bits || die
-   rm inst/include/ensmallen.hpp || die
-   #link to sci-libs/ensmallen
-   dosym /usr/include/ensmallen_bits inst/include/ensmallen_bits
-   dosym /usr/include/ensmallen.hpp inst/include/ensmallen.hpp
-}
-
-src_install() {
-   R-packages_src_install
-   dosym /usr/include/ensmallen_bits 
"/usr/$(get_libdir)/R/site-library/${PN}/include/ensmallen_bits"
-   dosym /usr/include/ensmallen.hpp 
"/usr/$(get_libdir)/R/site-library/${PN}/include/ensmallen.hpp"
-}



[gentoo-commits] repo/proj/guru:master commit in: net-misc/wayback_machine_downloader/

2021-10-05 Thread Theo Anderson
commit: 21553437e605f902c640e11432b8dcc1ae025da6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 21:15:30 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21553437

net-misc/wayback_machine_downloader: add 2.3.1

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

 net-misc/wayback_machine_downloader/Manifest   |  1 +
 .../wayback_machine_downloader-2.3.1.ebuild| 18 ++
 2 files changed, 19 insertions(+)

diff --git a/net-misc/wayback_machine_downloader/Manifest 
b/net-misc/wayback_machine_downloader/Manifest
index 0a742dec4..5288839a4 100644
--- a/net-misc/wayback_machine_downloader/Manifest
+++ b/net-misc/wayback_machine_downloader/Manifest
@@ -1 +1,2 @@
 DIST wayback_machine_downloader-2.3.0.gem 10752 BLAKE2B 
6f6feeca8871800b5299da982ee24ce070fdf80075996a2c18bd7d20a8231c5ca195367d34fc2e2893c664c480aa4ae9876a594b319248c74fbb8aa8cd28e04f
 SHA512 
f3723b9cb32473f14bfae4dd2fcd3b2470710ec34690ae93e4c66c6146eaa626e7e1275098895e74dfb0b30a12b1f567a89b4fdc5496b6eaaf52de8ff0ddbd44
+DIST wayback_machine_downloader-2.3.1.gem 10752 BLAKE2B 
a368d528fe9f0f09ccd6a34f10990239a2e162b092862d3212989103e7e9e4838bf9466705cdfb43ffda53eb18b47d49a18d56b28f7a3103855e24396d17a47e
 SHA512 
382a2646323554d1409594bcb447b25459d37bb9bb6675f77db94304936cb8ebfa1d3492a81acbc59a192d1d676ee8b076e0ca5e0ebdfb1b3f2ae2fdddab0635

diff --git 
a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild 
b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild
new file mode 100644
index 0..c8c52a93b
--- /dev/null
+++ 
b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Download an entire website from the Wayback Machine"
+HOMEPAGE="https://github.com/hartator/wayback-machine-downloader;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+PROPERTIES="test_network"



[gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppEnsmallen/

2021-10-05 Thread Theo Anderson
commit: 6bad21349cfc8f59458eaa7bdc5ae7ff466586f5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:57:13 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bad2134

dev-R/RcppEnsmallen: add 0.2.17.0.1

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

 dev-R/RcppEnsmallen/Manifest   |  1 +
 .../RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild  | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
index 592d85448..4f66f0fdd 100644
--- a/dev-R/RcppEnsmallen/Manifest
+++ b/dev-R/RcppEnsmallen/Manifest
@@ -1 +1,2 @@
 DIST RcppEnsmallen_0.2.15.0.1.tar.gz 223966 BLAKE2B 
fd7ed0b56d2f136f836b8987bb7b599aa1acdffce3c77e381939d7ec575cb5dabb181d5ddd7c229f3905b3d43c69705cd55fffcae5ea057742435ac13baa5080
 SHA512 
ab3ad2711154342030f66d89a3472181ac311b769b55018742cbee7e233327eabb85d4dccb9a5361f680d1ca0fe5ffa613211f908d85981eea19efd0ecb39f70
+DIST RcppEnsmallen_0.2.17.0.1.tar.gz 243399 BLAKE2B 
c143d6f2d3631e1226ee35894fc56ea113a756418efbd1e2deb70d9b1ddbf63e79b6cbe8c86f2dab81bbfd62af2ae464651fedd893dee0c6961c8759f589c421
 SHA512 
6b6c10ad188b13cca2498c5fc2cec74a18eab34f30411cbc48e09c327253889aa85a80717372aadc2f5c2245f7a7332c474cae237730bab5dbf4b4895f0f7607

diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild 
b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
new file mode 100644
index 0..4a00cf0af
--- /dev/null
+++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYPV="$(ver_cut 2-4 ${PV})"
+
+inherit R-packages
+
+DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
+#SRC_URI="mirror://cran/src/contrib/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE='GPL-2+'
+
+DEPEND="
+   >=dev-lang/R-3.3.0
+   dev-R/Rcpp
+   =sci-libs/ensmallen-${MYPV}*
+"
+RDEPEND="
+   ${DEPEND}
+   dev-R/Rcpp
+   >=dev-R/RcppArmadillo-0.8.400.0.0
+"
+
+src_prepare() {
+   default
+   #remove bundled
+   rm -r inst/include/ensmallen_bits || die
+   rm inst/include/ensmallen.hpp || die
+   #link to sci-libs/ensmallen
+   dosym /usr/include/ensmallen_bits inst/include/ensmallen_bits
+   dosym /usr/include/ensmallen.hpp inst/include/ensmallen.hpp
+}
+
+src_install() {
+   R-packages_src_install
+   dosym /usr/include/ensmallen_bits 
"/usr/$(get_libdir)/R/site-library/${PN}/include/ensmallen_bits"
+   dosym /usr/include/ensmallen.hpp 
"/usr/$(get_libdir)/R/site-library/${PN}/include/ensmallen.hpp"
+}



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

2021-10-05 Thread Theo Anderson
commit: fcc3d7d78eda6e965820a39b9bbcb062cbd1549d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 21:23:30 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcc3d7d7

R-packages.eclass: add SUGGESTED_PACKAGES optfeature

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

 eclass/R-packages.eclass | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/eclass/R-packages.eclass b/eclass/R-packages.eclass
index a072e5cc2..6cbf9d7d3 100644
--- a/eclass/R-packages.eclass
+++ b/eclass/R-packages.eclass
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-inherit eutils toolchain-funcs
+inherit eutils optfeature toolchain-funcs
 
-EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install
+EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst
 
 SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
 HOMEPAGE="https://cran.r-project.org/package=${PN};
@@ -32,7 +32,6 @@ R-packages_src_prepare() {
default
 }
 
-
 R-packages_src_compile() {
MAKEFLAGS="AR=$(tc-getAR) CFLAGS=${CFLAGS// /\\ } CXXFLAGS=${CXXFLAGS// 
/\\ } FFLAGS=${FFLAGS// /\\ } FCFLAGS=${FCFLAGS// /\\ } LDFLAGS=${LDFLAGS// /\\ 
}" R CMD INSTALL . -l "${WORKDIR}" "--byte-compile" || die
 }
@@ -62,3 +61,9 @@ R-packages_src_install() {
insinto "/usr/$(get_libdir)/R/site-library"
doins -r "${WORKDIR}/${PN//_/.}"
 }
+
+R-packages_pkg_postinst() {
+   if [ -v SUGGESTED_PACKAGES ]; then
+   optfeature "having the upstream suggested packages" 
"${SUGGESTED_PACKAGES}"
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/intel-cmt-cat/

2021-10-05 Thread Theo Anderson
commit: e4b2a97e4b743e4b4580a2241342534050b92969
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 23:08:50 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 23:08:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4b2a97e

sys-apps/intel-cmt-cat: use https

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

 sys-apps/intel-cmt-cat/intel-cmt-cat-4.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/intel-cmt-cat/intel-cmt-cat-4.2.0-r2.ebuild 
b/sys-apps/intel-cmt-cat/intel-cmt-cat-4.2.0-r2.ebuild
index aee2b7962..09341e17b 100644
--- a/sys-apps/intel-cmt-cat/intel-cmt-cat-4.2.0-r2.ebuild
+++ b/sys-apps/intel-cmt-cat/intel-cmt-cat-4.2.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1 perl-module
 
 DESCRIPTION="User space software for Intel(R) Resource Director Technology"
 HOMEPAGE="
-   
http://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html
+   
https://www.intel.com/content/www/us/en/architecture-and-technology/resource-director-technology.html
https://github.com/intel/intel-cmt-cat
 "
 
SRC_URI="https://github.com/intel/intel-cmt-cat/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"



[gentoo-commits] repo/proj/guru:master commit in: dev-util/rpmlint/

2021-10-05 Thread Theo Anderson
commit: 89d6aab1bc9898343e024c26e316f55c082c2b8b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 22:21:51 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 22:30:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89d6aab1

dev-util/rpmlint: add 2.1.0

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

 dev-util/rpmlint/Manifest |  1 +
 dev-util/rpmlint/rpmlint-2.1.0.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
index 2b0e122ca..9a3ca3099 100644
--- a/dev-util/rpmlint/Manifest
+++ b/dev-util/rpmlint/Manifest
@@ -1 +1,2 @@
 DIST rpmlint-2.0.0.tar.gz 5670600 BLAKE2B 
31ce8c8c630c967204d9fc5768a6689656e941d0498b53274e4a147ebd15eeafeed0fe14a0df258201c105a03216a6b32c068605778ea2c8306ec5d76e65
 SHA512 
f8f65ec90306bf59c0e31a8a3434477c38b8fb08aa2798b805afd57a506b00110797d514431e69dcb8dde5a54afad8606d8e1c973b8584c47cebed1420d6d61c
+DIST rpmlint-2.1.0.tar.gz 5670384 BLAKE2B 
cb7947956324a0c9e10d2bdc1e5d9d2354c37b748c97c3bbe0426104898e7ddc96bcad84fe7f03952688256c0f20da43b19ab98969056063f647a60851c841a7
 SHA512 
75df896259b5c340c528357309b2e5e1ce574b7e5e55dff573a1a7808faa3617da799df37e7e65064952a16549225beb16c1e12ba22f2fe4976a69696ed66f46

diff --git a/dev-util/rpmlint/rpmlint-2.1.0.ebuild 
b/dev-util/rpmlint/rpmlint-2.1.0.ebuild
new file mode 100644
index 0..6c41815f5
--- /dev/null
+++ b/dev-util/rpmlint/rpmlint-2.1.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool for checking common errors in RPM packages"
+HOMEPAGE="https://github.com/rpm-software-management/rpmlint;
+SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/bzip2
+   app-arch/cpio
+   app-arch/gzip
+   app-arch/xz-utils
+   app-arch/zstd
+   sys-devel/binutils:*
+
+   $(python_gen_cond_dep '
+   app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
+   dev-python/pybeam[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/zstd[${PYTHON_USEDEP}]
+   ')
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   app-shells/dash
+   dev-libs/appstream-glib
+   dev-util/desktop-file-utils
+   dev-util/devscripts
+   || (
+   ( app-text/hunspell[l10n_cs,l10n_en] 
app-text/enchant[hunspell] )
+   ( app-text/aspell[l10n_cs,l10n_en] 
app-text/enchant[aspell] )
+   )
+
+   $(python_gen_cond_dep '
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+PATCHES=( "${FILESDIR}/no-coverage.patch" )
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:master commit in: app-misc/hollywood/

2021-10-05 Thread Theo Anderson
commit: f0b869d832b739d0a17b334b3b689482d02ad779
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 21:14:14 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0b869d8

app-misc/hollywood: add 1.22, drop 0_pre20200822

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

 app-misc/hollywood/Manifest| 2 +-
 .../{hollywood-0_pre20200822.ebuild => hollywood-1.22.ebuild}  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/hollywood/Manifest b/app-misc/hollywood/Manifest
index 5d0e5d602..1c9b99719 100644
--- a/app-misc/hollywood/Manifest
+++ b/app-misc/hollywood/Manifest
@@ -1 +1 @@
-DIST hollywood-0_pre20200822.tar.gz 16721081 BLAKE2B 
9e55bb6734c9f26ada954af69c3da5d83da161ea2c2f2c7483c3a8dcfb42a2a842696d2a8faf736a93a77789c5b181e556dc86da4db3ccacb03906c150131105
 SHA512 
1b18f7895315f8cfc71642adccc171a45ef15a9f355a4b4cb5d5b094e5d850dd7c2898f495d332279e5b87bbf6104540f101f4c94ce00fc75d30db7b6089ab57
+DIST hollywood-1.22.tar.gz 16721081 BLAKE2B 
9e55bb6734c9f26ada954af69c3da5d83da161ea2c2f2c7483c3a8dcfb42a2a842696d2a8faf736a93a77789c5b181e556dc86da4db3ccacb03906c150131105
 SHA512 
1b18f7895315f8cfc71642adccc171a45ef15a9f355a4b4cb5d5b094e5d850dd7c2898f495d332279e5b87bbf6104540f101f4c94ce00fc75d30db7b6089ab57

diff --git a/app-misc/hollywood/hollywood-0_pre20200822.ebuild 
b/app-misc/hollywood/hollywood-1.22.ebuild
similarity index 99%
rename from app-misc/hollywood/hollywood-0_pre20200822.ebuild
rename to app-misc/hollywood/hollywood-1.22.ebuild
index 635e3a9d3..ca4167ff6 100644
--- a/app-misc/hollywood/hollywood-0_pre20200822.ebuild
+++ b/app-misc/hollywood/hollywood-1.22.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
 inherit optfeature
 
@@ -14,6 +14,7 @@ HOMEPAGE="
 "
 SRC_URI="https://github.com/dustinkirkland/hollywood/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
+
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"



[gentoo-commits] repo/proj/guru:master commit in: dev-R/waldo/

2021-10-05 Thread Theo Anderson
commit: 58985f41f496115047d7ed967868f2a0105dde40
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 21:28:07 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:28:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58985f41

dev-R/waldo: add 0.3.1, drop 0.2.5

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

 dev-R/waldo/Manifest   |  2 +-
 dev-R/waldo/{waldo-0.2.5.ebuild => waldo-0.3.1.ebuild} | 16 
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/dev-R/waldo/Manifest b/dev-R/waldo/Manifest
index 46c624cf8..37efec9e7 100644
--- a/dev-R/waldo/Manifest
+++ b/dev-R/waldo/Manifest
@@ -1 +1 @@
-DIST waldo_0.2.5.tar.gz 26295 BLAKE2B 
98a63480956f18d800a07d82e5ad7c8276138295e7a6a2781485efee20698456d3da80394627b41490918cc8baf41491bfa1f950ab134534035b56599ca2dd7f
 SHA512 
b94540663ece80b62fb423b4016ad7e5a82dd6a6905a1f7a237d0c795fc0823dbb3eeb03db32885ead1d9d6d5e03ac1b90427e7f38556730207d3bf745159131
+DIST waldo_0.3.1.tar.gz 33728 BLAKE2B 
b2219446582a2479b32316159bff0bb1309f7cb7bca71fd97e126e8c3ddc77873e33e20ef7600d123ad56362a016d724e44ae631afc19d2ad2dcbe3300331f77
 SHA512 
3655f92013f87c7a34c36bdeaba225c7f0dd7b31703b018191ab3b665f93c46ec1a4f37c8b904aa80c344ee9e10fb905ef75bda935a309e0bc14a44fa2ab418f

diff --git a/dev-R/waldo/waldo-0.2.5.ebuild b/dev-R/waldo/waldo-0.3.1.ebuild
similarity index 73%
rename from dev-R/waldo/waldo-0.2.5.ebuild
rename to dev-R/waldo/waldo-0.3.1.ebuild
index 489f8c7f4..dff58087d 100644
--- a/dev-R/waldo/waldo-0.2.5.ebuild
+++ b/dev-R/waldo/waldo-0.3.1.ebuild
@@ -10,12 +10,20 @@ KEYWORDS="~amd64"
 LICENSE='MIT'
 
 DEPEND="
-   >=dev-R/rlang-0.4.10
-   dev-R/tibble
-   dev-R/fansi
-   dev-R/diffobj
dev-R/cli
+   >=dev-R/diffobj-0.3.4
+   dev-R/fansi
dev-R/glue
dev-R/rematch2
+   >=dev-R/rlang-0.4.10
+   dev-R/tibble
 "
 RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+   dev-R/covr
+   >=dev-R/testthat-3.0.0
+   dev-R/R6
+   dev-R/withr
+   dev-R/xml2
+"



[gentoo-commits] repo/proj/guru:master commit in: dev-R/xfun/

2021-10-05 Thread Theo Anderson
commit: 1c0a15b82ed4c5619f379c5259642380431cbca3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 21:23:55 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c0a15b8

dev-R/xfun: new version

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

 dev-R/xfun/Manifest |  2 +-
 dev-R/xfun/xfun-0.24.ebuild | 10 --
 dev-R/xfun/xfun-0.26.ebuild | 29 +
 3 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/dev-R/xfun/Manifest b/dev-R/xfun/Manifest
index 8dc9bf9a4..34f90e92f 100644
--- a/dev-R/xfun/Manifest
+++ b/dev-R/xfun/Manifest
@@ -1 +1 @@
-DIST xfun_0.24.tar.gz 112441 BLAKE2B 
74bddcec27db321e2f9f059aab35b55115d4e64dc92cd5dcb4b8f9fdcefb912b5cd10dc8f340e9d211a6ece750a14ddfad0a3c92e088ab9be03e1d18659c1e7b
 SHA512 
c6b1cf001af4922d3ffe847a4ff7259b025f31c81c8dc94bf29003fd6a3617157a939ac53c557054093f60d718a243d805664e3cb2bfa96c8c932356ccc1
+DIST xfun_0.26.tar.gz 113158 BLAKE2B 
977937f749f2d22562d686fb357d18c7e9dff15623db1e22f4c9d4b3c8e41480f6aed83df7b88f9f358810e43cafc97904cad069a961da206a91f68cf8f9fb85
 SHA512 
28e8bb6587c1c80044e55947e0e6efbe58d90f042cec940f0aa26f1eaed5cb9cde0014cdeff002cc10ccefb3388f4585b27de57cc61a577b8f7f45b7e27aa95e

diff --git a/dev-R/xfun/xfun-0.24.ebuild b/dev-R/xfun/xfun-0.24.ebuild
deleted file mode 100644
index 9e297eed6..0
--- a/dev-R/xfun/xfun-0.24.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Supporting Functions for Package maintained by Yihui Xie'
-KEYWORDS="~amd64"
-LICENSE='MIT'

diff --git a/dev-R/xfun/xfun-0.26.ebuild b/dev-R/xfun/xfun-0.26.ebuild
new file mode 100644
index 0..7a04da32b
--- /dev/null
+++ b/dev-R/xfun/xfun-0.26.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Supporting Functions for Package maintained by Yihui Xie'
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+SUGGESTED_PACKAGES="
+   dev-R/testit
+   dev-R/parallel
+   dev-R/codetools
+   dev-R/rstudioapi
+   >=dev-R/tinytex-0.30
+   dev-R/mime
+   dev-R/markdown
+   dev-R/knitr
+   dev-R/htmltools
+   dev-R/remotes
+   dev-R/pak
+   dev-R/rhub
+   dev-R/renv
+   dev-R/curl
+   dev-R/jsonlite
+   dev-R/rmarkdown
+"



[gentoo-commits] repo/proj/guru:master commit in: sci-libs/ensmallen/

2021-10-05 Thread Theo Anderson
commit: 2761a6c52a0bffbdba01b3bbcefeeba8d7d4e800
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:53:04 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2761a6c5

sci-libs/ensmallen: add 2.17.0

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

 sci-libs/ensmallen/Manifest|  1 +
 sci-libs/ensmallen/ensmallen-2.17.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/sci-libs/ensmallen/Manifest b/sci-libs/ensmallen/Manifest
index a8bcc31fa..f69c4c39a 100644
--- a/sci-libs/ensmallen/Manifest
+++ b/sci-libs/ensmallen/Manifest
@@ -1 +1,2 @@
 DIST ensmallen-2.16.2.tar.gz 1294240 BLAKE2B 
b388f2c99f289dd20f6d94b5b185d872abc553637c6081ea3a80a3c82ce9ac8b1327496bf3eae6dc5cbf5f4ae12a9fd1e8ccf9c296007f9af9cbfc7560cd0301
 SHA512 
290932f8e423be7c57d8ba38783a29798df52a7505ded7683f969fa30391398edcca584daca1b1c42977f06180a802d4c3640a9ec24cd787a3914723e4eb6f8d
+DIST ensmallen-2.17.0.tar.gz 1318322 BLAKE2B 
cb74a3bc0118c9e702cc7e4d17326f12df45d5fadc63c8881c5dd2b9a79b004189369e1c7fcb2fc84e0bf7331da3937bffdf75b982de52314487f25191053164
 SHA512 
49dff47d50beabc74c0eb045f0e995348bc1cc022596de1780cad3e8fc6e6ef6cf97fb23f22c78a0662c377c1dd53d087df799d0fa98ebcc97c03c475b67fd07

diff --git a/sci-libs/ensmallen/ensmallen-2.17.0.ebuild 
b/sci-libs/ensmallen/ensmallen-2.17.0.ebuild
new file mode 100644
index 0..2dc0d0e83
--- /dev/null
+++ b/sci-libs/ensmallen/ensmallen-2.17.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="header only C++ library for numerical optimization"
+HOMEPAGE="https://ensmallen.org;
+SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="openmp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sci-libs/armadillo[lapack]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_OPENMP=$(usex openmp)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/

2021-10-05 Thread Theo Anderson
commit: fdebc7fd66a5963b51dd76b76d1b1bef3f06df33
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:47:27 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 20:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdebc7fd

dev-cpp/fizz: add 2021.10.04.00

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

 dev-cpp/fizz/Manifest  |  1 +
 dev-cpp/fizz/fizz-2021.10.04.00.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
index 8400375e1..caf1d015b 100644
--- a/dev-cpp/fizz/Manifest
+++ b/dev-cpp/fizz/Manifest
@@ -1 +1,2 @@
 DIST fizz-2021.08.02.00.tar.gz 540357 BLAKE2B 
6edb14ea4b981a7b9fe076570e583c8b875929e63135d4848b1c1a2aa109e1258fd541376bc9346dc229f2dba0e2c346cebb5b486c8a33bcc54f6746ff3de5f0
 SHA512 
59c734127d9a1dfb7975929f20ae27a11ee3f2a35fb73ef1ba311b347457339a524194459023e2fb038cc7bf688e13beb6391227bec1ecdb12397344e45f051f
+DIST fizz-2021.10.04.00.tar.gz 543594 BLAKE2B 
d024f3a7d7ea4fd03f6525e225e6f33dbe931a7c8ff5b01fb572b22f09286d606897c091f63ebecd1b1558667b21bae635b1b555b1ca82b610d152160eb0f11e
 SHA512 
be99b9abd8b832af22411ab894ee82285a637c79176955cd0cf242aed77de1883f98eaaeeef7391a75b42f7c3a4e8c2b26a11a242554688adde84a02f87261c9

diff --git a/dev-cpp/fizz/fizz-2021.10.04.00.ebuild 
b/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
new file mode 100644
index 0..a1908fcff
--- /dev/null
+++ b/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++14 implementation of the TLS-1.3 standard"
+HOMEPAGE="https://github.com/facebookincubator/fizz;
+
+SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CMAKE_USE_DIR="${S}/fizz"
+
+RDEPEND="
+   ~dev-cpp/folly-${PV}:=
+   dev-cpp/gflags
+   dev-cpp/glog
+   dev-libs/double-conversion
+   dev-libs/libevent
+   dev-libs/libfmt
+   dev-libs/libsodium
+   dev-libs/openssl:0=
+"
+#TODO: discover if gtest is linked
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/gtest
+"
+
+src_prepare() {
+   cmake_src_prepare
+   sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR=$(get_libdir)
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wangle/

2021-10-05 Thread Theo Anderson
commit: e946c0c7877175a1ee159b83df0591f589137c35
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:47:59 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 20:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e946c0c7

dev-cpp/wangle: add 2021.10.04.00

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

 dev-cpp/wangle/Manifest|  1 +
 dev-cpp/wangle/wangle-2021.10.04.00.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-cpp/wangle/Manifest b/dev-cpp/wangle/Manifest
index cfd6db2d3..cc325b4bf 100644
--- a/dev-cpp/wangle/Manifest
+++ b/dev-cpp/wangle/Manifest
@@ -1 +1,2 @@
 DIST wangle-2021.08.02.00.tar.gz 336849 BLAKE2B 
0d9e6c9843da125961c8434b50644a4a18ec966f867f8304118eb5b41809f825ced7d740fa9ab85e0dc275541ca2e50d07c3fd3ad43fa98c32853c1d11bd344c
 SHA512 
6be173d0804fa0d67f411f1160a7fc627a4eeeadf5222b26f0498af33a659e90f5539b14eeca17cd32008c902900e78497ae5bb6ce70575e7e1ebecca14d2c81
+DIST wangle-2021.10.04.00.tar.gz 337770 BLAKE2B 
fae836a3eb40b10ad5a4af31837731681f7c748ac3450da9c6125d49cc48856004380868d985859ab54ef6032ec0827ab73b688a9c0732be9bdbcbc5340bc85d
 SHA512 
1ea0bf0bbae7999e5c2d9216b846f59b81b0e3219487bc34576cce9470dc7b5a2af623d8565a27ef2c8d63ffc2c1f8e5f226f9f9ad078b911e98986da908c69f

diff --git a/dev-cpp/wangle/wangle-2021.10.04.00.ebuild 
b/dev-cpp/wangle/wangle-2021.10.04.00.ebuild
new file mode 100644
index 0..2440a2f5c
--- /dev/null
+++ b/dev-cpp/wangle/wangle-2021.10.04.00.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Framework providing common client/server abstractions"
+HOMEPAGE="https://github.com/facebook/wangle;
+
+SRC_URI="https://github.com/facebook/wangle/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CMAKE_USE_DIR="${S}/wangle"
+
+DEPEND="
+   ~dev-cpp/fizz-${PV}:=
+   ~dev-cpp/folly-${PV}:=
+   dev-cpp/gflags
+   dev-cpp/glog
+   dev-libs/double-conversion
+   dev-libs/libevent
+   dev-libs/libfmt
+   dev-libs/openssl:0=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR=$(get_libdir)
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/folly/

2021-10-05 Thread Theo Anderson
commit: cb3932ef0683c4a8d58be1186bda18dbd90b169f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:47:13 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 20:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb3932ef

dev-cpp/folly: add 2021.10.04.00

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

 dev-cpp/folly/Manifest   |  1 +
 dev-cpp/folly/folly-2021.10.04.00.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-cpp/folly/Manifest b/dev-cpp/folly/Manifest
index 3b6d47a6a..c6f7a6ee9 100644
--- a/dev-cpp/folly/Manifest
+++ b/dev-cpp/folly/Manifest
@@ -1 +1,2 @@
 DIST folly-2021.08.02.00.tar.gz 3469070 BLAKE2B 
f670746690c3531e573fb01293361808f943de7324bfd4862a10ea9764a41197094e522668e580946244279fa096f717395857b4f610c7c08ccbf3ec702d
 SHA512 
dbe005f31eeb60e85ef949432de09d7c49a52b19f195c06ef265189a13ad98cbd4b902b59f303c140b7aedc5ff8a604cc9bda9d1d374290561124a729c07149d
+DIST folly-2021.10.04.00.tar.gz 3495417 BLAKE2B 
ed8745c605ad66ee5bd2474737c7e0a7d08243bf809a1880cc010077a3ec8bd6155d7dc853fd165a956b5635fbdd1691de004320e78a1be194aaedae8554b77d
 SHA512 
685cb716d1131a456a927d769eaf7174ec4528cdafd124c38a424c630a820a90998258c79cb793d91c8a4d587367524e597cb4dcc5d4f377815bfdd7ad29cbf2

diff --git a/dev-cpp/folly/folly-2021.10.04.00.ebuild 
b/dev-cpp/folly/folly-2021.10.04.00.ebuild
new file mode 100644
index 0..e95ea64e9
--- /dev/null
+++ b/dev-cpp/folly/folly-2021.10.04.00.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="An open-source C++ library developed and used at Facebook"
+HOMEPAGE="https://github.com/facebook/folly;
+SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+   app-arch/lz4
+   

[gentoo-commits] repo/proj/guru:master commit in: app-editors/imhex/

2021-10-05 Thread Theo Anderson
commit: 452617a72e1de40381a006ea02a9b031f71d7634
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:50:38 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 20:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=452617a7

app-editors/imhex: add 1.10.1

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

 app-editors/imhex/Manifest|   1 +
 app-editors/imhex/imhex-1.10.1.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/app-editors/imhex/Manifest b/app-editors/imhex/Manifest
index d9a07528d..d07eb6afc 100644
--- a/app-editors/imhex/Manifest
+++ b/app-editors/imhex/Manifest
@@ -1,2 +1,3 @@
 DIST imhex-1.10.0.tar.gz 8509953 BLAKE2B 
e258693f44d5524a86c88e29152bfe9777a149236f146a16b88bc7a49d3450f1b46138649a830c7164175afaea3c0d5e76c998e3e65020627b3c978c504431bb
 SHA512 
03d84e30d5ee064ef2c3faf5cb40965f2c94b41e4d8b3e2e3e800f079d0710f0660b4c751dc0c4516b9b19bbf57df44a102ae61fa41d56606ce1f37c9aa8313c
+DIST imhex-1.10.1.tar.gz 8523483 BLAKE2B 
7d73a06cfe83fdd9fa8723f1c64a752212f8e2f0dbf902f2d1da1349e53e580684263b168569f092d32c129eddba40131d8f8bd3148d6d59340dcd67bcdc8b6e
 SHA512 
0542ce5db530989367dfc98932bd09e3020c955e2bd666122644612e1c41e2bc3d6a6374c60e7afbb4bae86c75930dfbc7a48f37a8cd8a0d85a550231f470b91
 DIST imhex-1.8.1.tar.gz 1758664 BLAKE2B 
62c58358810bd4f1192495001d01fc6c6fe8f28a35adc1478c8b2d0dab0fd929c0f46018c9afd51c1094cbae0c04002f4887fb2fb9377b6c645abaee006b9a03
 SHA512 
c6ec73a282c9eb90b58d164c29abbef3dceba09aa706a8295cecdcb429d5efa4015fac0dd0a3111eae3efe667f5b16f063624bf188a00a400fc06b008e3b51f8

diff --git a/app-editors/imhex/imhex-1.10.1.ebuild 
b/app-editors/imhex/imhex-1.10.1.ebuild
new file mode 100644
index 0..511463ff0
--- /dev/null
+++ b/app-editors/imhex/imhex-1.10.1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_BUILD_TYPE="Release"
+CMAKE_MAKEFILE_GENERATOR="emake"
+LLVM_MAX_SLOT=12
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake desktop llvm python-single-r1 xdg-utils
+
+DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight"
+HOMEPAGE="https://github.com/WerWolv/ImHex;
+SRC_URI="https://github.com/WerWolv/ImHex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/ImHex-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   app-forensics/yara
+   >=dev-cpp/nlohmann_json-3.10.2
+   dev-cpp/xdgpp
+   dev-libs/capstone
+   >=dev-libs/libfmt-8.0.0
+   dev-libs/nativefiledialog-extended
+   dev-libs/openssl
+   dev-libs/tre
+   media-libs/freetype
+   media-libs/glfw
+   media-libs/glm
+   net-libs/mbedtls
+   net-misc/curl
+   sys-apps/file
+   sys-devel/llvm:${LLVM_MAX_SLOT}
+   virtual/libiconv
+   virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="app-admin/chrpath"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.8.1-system-xdgpp.patch"
+   "${FILESDIR}/${PN}-1.8.1-system-nativefiledialog.patch"
+   "${FILESDIR}/${P}-fix-yara-linking.patch"
+   "${FILESDIR}/${P}-no-lnlohmann_json.patch"
+   "${FILESDIR}/${P}-link-mbedtls.patch"
+)
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   rm -r 
external/{curl,fmt,llvm,nativefiledialog,nlohmann_json,xdgpp,yara} || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   python-single-r1_pkg_setup
+   local mycmakeargs=(
+   -DPROJECT_VERSION="${PV}"
+   -DPYTHON_VERSION_MAJOR_MINOR="\"${EPYTHON/python/}\""
+   -DUSE_SYSTEM_CURL=ON
+   -DUSE_SYSTEM_FMT=ON
+   -DUSE_SYSTEM_LLVM=ON
+   -DUSE_SYSTEM_NLOHMANN_JSON=ON
+   -DUSE_SYSTEM_YARA=ON
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   # can't use cmake_src_install, doing it manual
+   dobin "${BUILD_DIR}/${PN}"
+   insinto "/usr/$(get_libdir)"
+   doins "${BUILD_DIR}/plugins/builtin/builtin.hexplug"
+   dolib.so "${BUILD_DIR}/plugins/lib${PN}/lib${PN}.so"
+   insinto "/usr/share/${PN}"
+   doins "${S}/res/icon.ico"
+   doins -r "${S}/res/resources"
+
+   chrpath -d "${ED}/usr/bin/imhex"
+   chrpath -d "${ED}/usr/$(get_libdir)/builtin.hexplug"
+
+   mypythondir="${D}/$(python_get_sitedir)/imhex"
+   mkdir -p "${mypythondir}" || die
+   mv "${S}"/python_libs/lib/* "${mypythondir}" || die
+   python_optimize "${mypythondir}"
+
+   # create desktop icon
+   make_desktop_entry "imhex" "ImHex" "/usr/share/${PN}/icon.ico" 
"X-Editor"
+
+   # install docs
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/proj/guru:master commit in: net-im/go-sendxmpp/

2021-10-05 Thread Theo Anderson
commit: 2dbe4cf93ebc1062d7b85443969cffbce7846c57
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Oct  5 21:06:42 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:11:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2dbe4cf9

net-im/go-sendxmpp: Version bump 0.1.1.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 net-im/go-sendxmpp/Manifest | 16 +
 net-im/go-sendxmpp/go-sendxmpp-0.1.1.ebuild | 50 +
 2 files changed, 66 insertions(+)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index adf463893..1d693828d 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -1,5 +1,21 @@
+DIST github.com%2Fgabriel-vasile%2Fmimetype%2F@v%2Fv1.3.1.mod 112 BLAKE2B 
7689b22d45c4abe01628ae0f52e58cfac6e21706443bc82c10562051a973bdd9177dbe91b714e91f6e4c85099d4a2bbf265fc245bddbd8a7b526f1f9a977a58d
 SHA512 
7d15653e7e944a3b7abe4b28e24224b43503c94ee270f93f1eff721be0072169994c4ce725f7508d3a7192fe9e76bb6accbdccd36f4d5508dce18055aacc8bfd
+DIST github.com%2Fgabriel-vasile%2Fmimetype%2F@v%2Fv1.3.1.zip 24879539 BLAKE2B 
58e9be32bbdd4a9b4aa8f8b12ea824947eec15f34dd04d0bf98116e8a5e533b46fb38c73338bb4539421fd091539642fbdb794c220ad74b7ac7afbc6b99bab2b
 SHA512 
bddd76bacb609d8b83ab70bd18c3d1d2f138d34cf6dced7f2e898ce5fc860fd6d62884b961d60a5e981092eacb04057c9d4016618624397390191736687b45aa
 DIST 
github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20200309091041-899ef71e80d2.mod 32 
BLAKE2B 
bb6ee50a0e4b439bb0c8ea35961567768bcae1957e6e7d9d4b78f4a91bcecaf8c9d5624de322eb45ef748105368e1fe38034a708101dca295168e6adf79f9193
 SHA512 
c167f2bd42e1fd473d58dc74fdcfcaf12a53133995a513fef5e08841ced5f9de07ec911f617d49501a235e8349b07b6625f4f80464fa439beb28586951227e50
 DIST 
github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20200309091041-899ef71e80d2.zip 
18709 BLAKE2B 
8577068c5d92982672aadf4a0281fa934989199c8946046c09c75d33fa297a4a680624aea37437f7835486c1efdc0e27475986e45e65164bd0e28b712a746d94
 SHA512 
74f64f361670ece0d94d6485e951f2e9fd46b7bfea92cae5d1958007d56033e358f1f83bd390008552cf12a6977c44f5f3b75cd7efbfb61efe6fc5d9528bab60
+DIST 
github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20210723025538-3871461df959.mod 32 
BLAKE2B 
bb6ee50a0e4b439bb0c8ea35961567768bcae1957e6e7d9d4b78f4a91bcecaf8c9d5624de322eb45ef748105368e1fe38034a708101dca295168e6adf79f9193
 SHA512 
c167f2bd42e1fd473d58dc74fdcfcaf12a53133995a513fef5e08841ced5f9de07ec911f617d49501a235e8349b07b6625f4f80464fa439beb28586951227e50
+DIST 
github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20210723025538-3871461df959.zip 
20309 BLAKE2B 
5f57ec5e51a4f6c016b00f25de10d180a35d6644876fffa11bcbb2b20d6ebd854afd57eb2323bb146d6fc61bb0dcb80c040848089c5e8667b675c1bfd2e48471
 SHA512 
a2ab930fe2f3356b4b61245a920db233a929a19f562750f075b5e11089bca6f71ee44214d7af91f80fc78461e5a93b10aa45a7db684c67b454ec67ca0fb56cef
 DIST 
github.com%2Fpborman%2Fgetopt%2F@v%2Fv0.0.0-20190409184431-ee0cd42419d3.mod 33 
BLAKE2B 
00f9f8e688d302c27f668e5d5f943b1cc058e090d7e2d32e70d56a9782f7cb3c62a4dc399d3cf97321a07702d3fdf170dec82175b8f0af3865fa3e261d982772
 SHA512 
20529318383fec61da3ad57a44f1b1d21011b6db36d5f04ba7ef7008a722724a09bda8d706166620ca3e346cd42c295b1c698d650d5549bef8173546288702d7
 DIST 
github.com%2Fpborman%2Fgetopt%2F@v%2Fv0.0.0-20190409184431-ee0cd42419d3.zip 
81903 BLAKE2B 
884525ed9223c8c2257a9211386023342e11c31ae47ff5379f9b4da27b79f76e8b7224b6306da99372c31eae19b7c471318c3dc771da75d07ee47d3861958420
 SHA512 
92238084eec7c35c43aa23c5b49eb47e47fa7de69ddcd2030d425f1c679e6b1acdadd8fc9d68c9001082e913bb179e44774dd6d3f5177c0ec17a10e4f01ac3ab
+DIST github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.mod 45 BLAKE2B 
5271e906de3f986c13185a62ca783ae1f7ba4b2d88669040fdccedce8af496b7595a5757d75b2a20198818c7eaa01f37471b0ed6b9793965e4d23858c51ba75e
 SHA512 
9990e84cffa9777543bdce26e4348a827ec7b236890cbe46b218e97da0c9dd35d4a2322ce33f8d3f1a237c312b9e4c4a76af3dcac8f02ede68b3172d473a38b3
+DIST github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.zip 36834 BLAKE2B 
79f103ff1bdb4953621341ebc194e61e44750fff6548b0986d429ea50e1e7556fd87b12177c2a4576b354ba321750719d8562e5dacd420faa162a69d5241159c
 SHA512 
00bc26e4c904c4e77855c495c3e2718605268b7f431166e02ea3244fe7c30436d7b82428c1ad4a346440f688c7ccdaa6ab4ee0643c7ec61f6aca08fc783b027e
+DIST go-sendxmpp-0.1.1.tar.bz2 915976 BLAKE2B 
30cf381d369ede8825f4b3d4224f9ea9da55905caeab8742c42667b0bed4ac39470a49a66612c909662731dc10624e5287cea6b913888cc1667d340c636665f7
 SHA512 
8e5105de517912d7b229284d7da1bc10d8389b01c993cbd0c2f1f0f80982865958204e92b0d13fedeb11ba0da82b405b6f48023120bb7e0beafab541294c
 DIST go-sendxmpp-0_pre20200423.tar.bz2 34808 BLAKE2B 
04756049f73c36421fa540f25994a305f3c193ab4f2bfb87ac9e27524ac527a2e71391c7aa11a323518b51c664683264b0e0bfc5ce80ed1c243bddc2681a8c9a
 SHA512 
545774f827ff0f8d0ecc583aad9298a173511888a0c285d28d7d5c59764a319fdbe8c34aee36b900de290a3de78cdefc8dd3a12a37c54f8d6079b302a3dd6b9b
+DIST 

[gentoo-commits] repo/proj/guru:master commit in: sci-libs/ensmallen/

2021-10-05 Thread Theo Anderson
commit: 900ba1d8183a6d92d9886a29d3b54a79ecee4a6a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:52:47 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 21:24:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=900ba1d8

sci-libs/ensmallen: drop 2.14.2, 2.15.0, 2.15.1, 2.16.0

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

 sci-libs/ensmallen/Manifest|  4 
 sci-libs/ensmallen/ensmallen-2.14.2.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.15.0.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.15.1.ebuild | 28 
 sci-libs/ensmallen/ensmallen-2.16.0.ebuild | 28 
 5 files changed, 116 deletions(-)

diff --git a/sci-libs/ensmallen/Manifest b/sci-libs/ensmallen/Manifest
index d74da89b9..a8bcc31fa 100644
--- a/sci-libs/ensmallen/Manifest
+++ b/sci-libs/ensmallen/Manifest
@@ -1,5 +1 @@
-DIST ensmallen-2.14.2.tar.gz 1262697 BLAKE2B 
c3ecd10271a476cdb03de0a74dd1e7d250273481b540d9cadb44ff7292cdb1f4abbefaf7c1a90bd33c68928f766db8afafd45f253735a36de9def6ab222597bb
 SHA512 
9f29d70f66748d6131b44fc2a580e9fc07131a3aeecaa9f6113fd635eaff8b52db90e487a389393a1976dcccb8c1f5850ea50e03308af90b58ba1c12fde2bd21
-DIST ensmallen-2.15.0.tar.gz 1266409 BLAKE2B 
379ea897d3b29440e89d65cb60c65dca3c34a530dd8a4cee321349d177455b020d4aa19ee1e701b46a325a8f56028c236ab80b0383bee84018952034106f7161
 SHA512 
7e8ea0d64788287e58ee14e922c81c18e1804a23dba3d144fe6e66de8a81dfd3755c9f36a1e8a480aa6e15f0f7b1ff886e0aeecde0be35993db0ba69ca7e12e0
-DIST ensmallen-2.15.1.tar.gz 1266496 BLAKE2B 
7ff803207c59be03fa47e7fddafb49176d307fbea89f5688bd591898fb36d7d8ee018dec933b59a06063dc6c2a7117d3ec0d330cd37d475e4f387528f2d86f6a
 SHA512 
4f0cda1ad0d02e823042fb6af03635677e3d5cac28f7f13fab20fc7f4b3d7fbe1b182777c573187a403eff5e5fd7e1e577e290a4b624a9c2a71cbfd347e14afa
-DIST ensmallen-2.16.0.tar.gz 1264948 BLAKE2B 
a58de7e7d8aa88988b08d76c2a5746daf9074ccc39bc8df9d21b61d745741d6521922b578e01b60e0d1657f84f377f411172a01d50bbcd30cca7142da0baeb7b
 SHA512 
39afc19936710d5595218292f5d6a055b4f644ca157f9fc2329fb18b71318b9f613dc26169921e1fda3dd949d06847dee4f09f13c1902a92e38826e122c1adc5
 DIST ensmallen-2.16.2.tar.gz 1294240 BLAKE2B 
b388f2c99f289dd20f6d94b5b185d872abc553637c6081ea3a80a3c82ce9ac8b1327496bf3eae6dc5cbf5f4ae12a9fd1e8ccf9c296007f9af9cbfc7560cd0301
 SHA512 
290932f8e423be7c57d8ba38783a29798df52a7505ded7683f969fa30391398edcca584daca1b1c42977f06180a802d4c3640a9ec24cd787a3914723e4eb6f8d

diff --git a/sci-libs/ensmallen/ensmallen-2.14.2.ebuild 
b/sci-libs/ensmallen/ensmallen-2.14.2.ebuild
deleted file mode 100644
index bd1c0530b..0
--- a/sci-libs/ensmallen/ensmallen-2.14.2.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
-
-inherit cmake
-
-DESCRIPTION="header only C++ library for numerical optimization"
-HOMEPAGE="https://ensmallen.org;
-SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="openmp test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sci-libs/armadillo[lapack]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_OPENMP=$(usex openmp)
-   -DBUILD_TESTS=$(usex test)
-   )
-   cmake_src_configure
-}

diff --git a/sci-libs/ensmallen/ensmallen-2.15.0.ebuild 
b/sci-libs/ensmallen/ensmallen-2.15.0.ebuild
deleted file mode 100644
index bd1c0530b..0
--- a/sci-libs/ensmallen/ensmallen-2.15.0.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
-
-inherit cmake
-
-DESCRIPTION="header only C++ library for numerical optimization"
-HOMEPAGE="https://ensmallen.org;
-SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="openmp test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sci-libs/armadillo[lapack]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_OPENMP=$(usex openmp)
-   -DBUILD_TESTS=$(usex test)
-   )
-   cmake_src_configure
-}

diff --git a/sci-libs/ensmallen/ensmallen-2.15.1.ebuild 
b/sci-libs/ensmallen/ensmallen-2.15.1.ebuild
deleted file mode 100644
index bd1c0530b..0
--- a/sci-libs/ensmallen/ensmallen-2.15.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
-
-inherit cmake
-
-DESCRIPTION="header only C++ library for numerical optimization"
-HOMEPAGE="https://ensmallen.org;
-SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="openmp test"
-RESTRICT="!test? ( test )"
-

[gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fbthrift/

2021-10-05 Thread Theo Anderson
commit: ea36a61dd9bf58eee20c8d16fb0e4dbae4903442
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Oct  5 20:48:35 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 20:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea36a61d

dev-cpp/fbthrift: add 2021.10.04.00

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

 dev-cpp/fbthrift/Manifest  |  1 +
 dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
index dcd8c044f..01b0015b5 100644
--- a/dev-cpp/fbthrift/Manifest
+++ b/dev-cpp/fbthrift/Manifest
@@ -1 +1,2 @@
 DIST fbthrift-2021.08.02.00.tar.gz 589 BLAKE2B 
647f582396a88ae616162e011bc77c15d4e08d0b511f12684d4b731a2108c370971d7ec52f8ac0c84ff9e94b228e69f4fca29b1ca0747e39bbcf5d58cd491b2a
 SHA512 
a416f9a09a62293fc756d631355787fd0faed639d77986a654610c3fc49344e1f0184d2333c79bd49ac9a450be6d2542317beb512e72d99179206db0cc5e7467
+DIST fbthrift-2021.10.04.00.tar.gz 5974931 BLAKE2B 
f268dae6368c8619d877d41bf4eaa018110e002da6b5a57a573d3345da62d5dfc13310e84792ad59d3c9e11e70e67eced7b441bfad67fe23afe1a779e485030c
 SHA512 
5b1c7f2e787d198bcf8664e38714e860fbeda75aa1c2cd35e6dde10493451d58241693c81fbf7680725747e9ccb958728dc1ed27d161c466ee18e00ca2d25b2f

diff --git a/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild 
b/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild
new file mode 100644
index 0..3320d823e
--- /dev/null
+++ b/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
+HOMEPAGE="https://github.com/facebook/fbthrift;
+SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-arch/zstd
+   ~dev-cpp/fizz-${PV}:=
+   ~dev-cpp/folly-${PV}:=
+   dev-cpp/gflags
+   dev-cpp/glog
+   ~dev-cpp/wangle-${PV}:=
+   dev-libs/libfmt
+   dev-libs/openssl:0=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR=$(get_libdir)
+   )
+   cmake_src_configure
+}



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

2021-10-05 Thread Theo Anderson
commit: 8d73cea649f1ac0b1da0e3612b5a0289b65430a6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 23:16:17 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 23:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d73cea6

dev-python/celery: fix uri

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

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

diff --git a/dev-python/celery/celery-5.1.1.ebuild 
b/dev-python/celery/celery-5.1.1.ebuild
index 0845fbe96..9614de20d 100644
--- a/dev-python/celery/celery-5.1.1.ebuild
+++ b/dev-python/celery/celery-5.1.1.ebuild
@@ -11,7 +11,7 @@ inherit bash-completion-r1 distutils-r1 optfeature
 
 DESCRIPTION="Asynchronous task queue/job queue based on distributed message 
passing"
 HOMEPAGE="
-   http://celeryproject.org
+   https://docs.celeryproject.org/en/stable/index.html
https://pypi.org/project/celery
https://github.com/celery/celery
 "



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

2021-10-05 Thread Theo Anderson
commit: 872fb5cb44abdf00170df533ab1471c0e670f868
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 23:17:58 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 23:17:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=872fb5cb

dev-python/aodhclient: update upstream metadata

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

 dev-python/aodhclient/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aodhclient/metadata.xml 
b/dev-python/aodhclient/metadata.xml
index 32907fdb2..f478b5bb4 100644
--- a/dev-python/aodhclient/metadata.xml
+++ b/dev-python/aodhclient/metadata.xml
@@ -8,7 +8,7 @@



-   python-aodhclient
+   aodhclient
openstack/python-aodhclient

 



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

2021-10-05 Thread Theo Anderson
commit: d27151fa70e0e17f4426b6d4a0ee389779773ff0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 23:12:44 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 23:12:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d27151fa

dev-python/sre_yield: update upstream metadata

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

 dev-python/sre_yield/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sre_yield/metadata.xml 
b/dev-python/sre_yield/metadata.xml
index 0a9c05c2b..769fe848e 100644
--- a/dev-python/sre_yield/metadata.xml
+++ b/dev-python/sre_yield/metadata.xml
@@ -6,8 +6,8 @@
   Alessandro Barbieri
 
 
-https://github.com/simoncozens/sre_yield/issues
-simoncozens/sre_yield
+https://github.com/google/sre_yield/issues
+google/sre_yield
 sre_yield
 
 



[gentoo-commits] repo/proj/guru:master commit in: app-backup/grub-btrfs/

2021-10-05 Thread Theo Anderson
commit: ab1ab821568fb14db638bbc96bdcbf7acbb8b8ae
Author: Pascal Jäger  leimstift  de>
AuthorDate: Tue Oct  5 19:18:27 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 19:24:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab1ab821

app-backup/grub-btrfs: changed massages to the user from echo to elog

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Pascal Jäger  leimstift.de>

 app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild 
b/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild
index 0e9af93b1..146919a6b 100644
--- a/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild
+++ b/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild
@@ -27,5 +27,5 @@ src_compile(){
 }
 
 pkg_postinst() {
-   echo "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub 
menu."
+   elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub 
menu."
 }



[gentoo-commits] repo/proj/guru:master commit in: app-backup/timeshift-autosnap/

2021-10-05 Thread Theo Anderson
commit: 2779cde02fa82e5138ce9b3ebcc9d7bc9668c077
Author: Pascal Jäger  leimstift  de>
AuthorDate: Tue Oct  5 19:20:20 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 19:24:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2779cde0

app-backup/timeshift-autosnap: changed massage to the user from echo to elog

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Pascal Jäger  leimstift.de>

 app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild 
b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
index 00aa5efc9..a2c30bdb7 100644
--- a/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
+++ b/app-backup/timeshift-autosnap/timeshift-autosnap-0.9.ebuild
@@ -37,7 +37,7 @@ src_install(){
 }
 
 pkg_postinst() {
-   echo "to run timeshift-autosnap everytime you emerge a package run: 
+   elog "to run timeshift-autosnap everytime you emerge a package run: 
 'touch /etc/portage/bashrc' 
 'grep -q  '#!/bin/' /etc/portage/bashrc || awk -i inplace 'BEGINFILE{print 
"#!/bin/sh"}{print}' /etc/portage/bashrc 
 'grep -q 'timeshift-autosnap' /etc/portage/bashrc || echo 'function 
pre_pkg_setup() { /usr/bin/timeshift-autosnap ; }' >> /etc/portage/bashrc'"



[gentoo-commits] repo/proj/guru:master commit in: app-misc/apidb/

2021-10-05 Thread Theo Anderson
commit: bbc93ababd5063f868d47eda78bd09e1a93feac2
Author: Azael Reyes  gmail  com>
AuthorDate: Tue Oct  5 00:26:58 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Oct  5 00:27:22 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbc93aba

app-misc/apidb: fixed build fail

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 app-misc/apidb/Manifest |  1 +
 app-misc/apidb/apidb-5.13.6_beta.ebuild | 81 +
 2 files changed, 82 insertions(+)

diff --git a/app-misc/apidb/Manifest b/app-misc/apidb/Manifest
index 0b58b71c7..f665692c0 100644
--- a/app-misc/apidb/Manifest
+++ b/app-misc/apidb/Manifest
@@ -1,4 +1,5 @@
 DIST 5.11.0-beta.tar.gz 193852 BLAKE2B 
522e691afdf97dde0d34982938d1443156057d30b46a2f705881dd76f5ff739dcc2c2b01a4aef8f0edf59d51259bc6a88760a9cee31fbbada622e6da7ad37718
 SHA512 
42955f30f79c8eb22a18b95aae480ca43ba2de95f0cd5db2a69851b1e3098927a9ef28c8a7ef4ae136d424821c5a6f8ca9f91893161baeca75236683df95d6be
 DIST 5.13.1-beta.tar.gz 190519 BLAKE2B 
0fb809e50d28163559e9d633e4b5f58f3111fadf3992071515e61b97709f2925c11e498978739115d20907fe5eb5d9755929d3fa582d9300b69bccefc493d199
 SHA512 
11d5999faf1475e82b1143c383e13b0b6fc27de78fb81adc73cc2febf5dbb28e45a770c850275642aa338ceddac6ef83fd41f0b739e615855d05a39dc0f901b6
 DIST 5.13.4-beta.tar.gz 190587 BLAKE2B 
f7f71d3841a6d4ccdc5f30f0d4352342f317090a226757562ff4183562c33ed8e5aba0bf373dc58a10345b8b33a84d91db26058f748897c641aa3ea4fe2e236c
 SHA512 
81287cc16dcc65189df90999ca4b7ad133cd735f21b2568fcff1f479165d8b7464186d3a3f9429dda3dd8213eadec60f9898dbccb0295801788e344a88c17af9
+DIST 5.13.6-beta.tar.gz 190636 BLAKE2B 
9ee3fc2964442982b510d9d18584aa9a96343b1dbe2c6e902f54c1a2dc040aa7479f6a1076a108b20975869279f8873e80938918cd1bfbc13602e423f1d637ac
 SHA512 
872bdbdfbc7e85153b56049f90bf83868b8542924a66abf399c422e6c321616a89420622623acaf78c8ab68cd90fa2b4a7a3bb29a225c9ff81edb6b4af751239
 DIST 5.8.0-beta.tar.gz 183120 BLAKE2B 
82d6a2e40aab046b14c6256acca458765bc744144f57d8aeae5201f8e89d97c70d5dbc42fe89880ded8ea9ee9ff96e2f2a91f3da8e7b13fb52cd4ba75caedaf6
 SHA512 
07d9cb217922239ad79ec6632d28f87d986e69ec3fd5c5440dbae96514a10a66f043efa84031c6541c3b1dc8b6786b5265c9cdd98f8b4102c3e937934bad649a

diff --git a/app-misc/apidb/apidb-5.13.6_beta.ebuild 
b/app-misc/apidb/apidb-5.13.6_beta.ebuild
new file mode 100644
index 0..0f7dc87bf
--- /dev/null
+++ b/app-misc/apidb/apidb-5.13.6_beta.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_BINARY=cmake
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit cmake
+
+MYPV="${PV/_beta/-beta}"
+MYPN="${PN}"
+MYP="${MYPN}-${MYPV}"
+
+DESCRIPTION="API Generator for Database access"
+HOMEPAGE="https://github.com/azaeldevel/apidb;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/azaeldevel/apidb.git;
+else
+   inherit autotools
+   SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="+mariadb postgresql commands gtk +corelibs"
+
+RDEPEND="
+   dev-libs/libxml2
+   dev-libs/boost
+   dev-libs/octetos-coreutils
+   dev-libs/octetos-db-abstract
+   gtk? ( x11-libs/gtk+:3 )
+   dev-libs/libtar
+   mariadb? ( dev-libs/octetos-db-maria )
+   postgresql? ( dev-libs/octetos-db-postgresql )
+   gnome-base/librsvg
+"
+DEPEND="${RDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+"
+
+S="${WORKDIR}/${PN}-${MYPV}"
+
+src_prepare() {
+   sed -i 's/lib/${LIBDIR}/' src/CMakeLists.txt || die
+   sed -i 's/lib/${LIBDIR}/' src/mysql-reader-c++/CMakeLists.txt  || die
+   sed -i 's/lib/${LIBDIR}/' src/mariadb-reader-c++/CMakeLists.txt  || die
+   sed -i 's/lib/${LIBDIR}/' src/postgresql-reader-c++/CMakeLists.txt  || 
die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   APIDBBUILD="CORE"
+   APIDBINSTALL=""
+   if use corelibs ;then
+   APIDBINSTALL="CORE"
+   fi
+   if use mariadb ;then
+   APIDBBUILD="$APIDBBUILD;MARIADB"
+   APIDBINSTALL="$APIDBINSTALL;DRIVERS"
+   fi
+   if use postgresql ;then
+   APIDBBUILD="$APIDBBUILD;POSTGRESQL"
+   APIDBINSTALL="$APIDBINSTALL;DRIVERS"
+   fi
+   if use commands ;then
+   APIDBINSTALL="$APIDBINSTALL;COMMANDS"
+   fi
+   if use gtk ;then
+   APIDBINSTALL="$APIDBINSTALL;GTK3"
+   fi
+   local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=LINUX_GENTOO 
-DAPIDBBUILD=$APIDBBUILD -DAPIDBINSTALL=$APIDBINSTALL)
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/scr/

2021-10-05 Thread Theo Anderson
commit: 52bbea6a3f316d735b036f0e087dc8bfee041fed
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct  4 23:09:49 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 23:09:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52bbea6a

sys-cluster/scr: use https

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

 sys-cluster/scr/scr-3.0_pre1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/scr/scr-3.0_pre1.ebuild 
b/sys-cluster/scr/scr-3.0_pre1.ebuild
index b640a48d2..08524304d 100644
--- a/sys-cluster/scr/scr-3.0_pre1.ebuild
+++ b/sys-cluster/scr/scr-3.0_pre1.ebuild
@@ -13,7 +13,7 @@ inherit cmake python-single-r1 fortran-2 docs
 
 DESCRIPTION="Scalable Checkpoint / Restart Library"
 HOMEPAGE="
-   http://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi
+   https://computing.llnl.gov/projects/scalable-checkpoint-restart-for-mpi
https://github.com/LLNL/scr
 "
 SRC_URI="https://github.com/LLNL/scr/archive/refs/tags/v${MYPV}.tar.gz -> 
${P}.tar.gz"



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

2021-10-05 Thread Sam James
commit: 977a9e516eb47bfe30028ea3b024f5a0bf43b129
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Oct  5 22:48:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:09:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977a9e51

app-office/calcurse: add 4.7.1 and fix documentation

calcurse 4.7.1 is a bug-fixing release.

Also updated PYTHON_COMPAT (used by /usr/bin/calcurse-{vdir,caldav}).

Thanks-to: Marco Sirabella  sirabella.org>
Closes: https://bugs.gentoo.org/813438
Signed-off-by: Christophe Lermytte  lermytte.be>
Closes: https://github.com/gentoo/gentoo/pull/22498
Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.7.1.ebuild  | 50 ++
 .../files/calcurse-4.7.1-respect-docdir.patch  | 13 ++
 3 files changed, 64 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 9979b9f27f6..d435446267b 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.7.0.tar.gz 699134 BLAKE2B 
fb50ee3d5fe6a0eebacb557ae6fdc1b49a413b35d53fd8dfb64102bd2ed963bf83f27f1e3c3f454284143d1410f18766b56792252634ad82b1b20c130364a54c
 SHA512 
656f3e74cde923bf7bbe5aca56f0544023b69fd8ff6ac8c851bbe224bf6cbe1fb58eb141b66ba818b1382d705e1a7c82a7e20eda7a1672d513ad54749d5a2bac
+DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 
438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091
 SHA512 
8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
new file mode 100644
index 000..a8060b73a4a
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.7.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="A text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/httplib2[${PYTHON_USEDEP}]')
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}"
+
+# Some tests fail, mostly those pertaining to ical, perhaps due to requiring 
network?
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+   "${FILESDIR}"/${PN}-4.7.1-respect-docdir.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+   python_setup
+   python_fix_shebang contrib/caldav/calcurse-caldav
+}
+
+src_install() {
+   # calcurse likes to read the text files uncompressed
+   docompress -x /usr/share/doc
+   default
+}

diff --git a/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch 
b/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
new file mode 100644
index 000..8619b4d8d67
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
@@ -0,0 +1,13 @@
+# Gentoo bug "app-office/calcurse: Unable to find documentation"
+# https://bugs.gentoo.org/813438
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -57,8 +57,6 @@ CLEANFILES = \
+   submitting-patches.html \
+   calcurse.1
+ 
+-docdir = $(datadir)/doc/$(PACKAGE)
+-
+ .txt.html:
+ if HAVE_ASCIIDOC
+   $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_ARGS) $<



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

2021-10-05 Thread Sam James
commit: df1b54948d3a7ce0a3dcfc1cc89dc569c3159c65
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 01:08:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:08:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1b5494

net-misc/gerbera: add 1.9.2

Closes: https://bugs.gentoo.org/816483
Signed-off-by: Sam James  gentoo.org>

 net-misc/gerbera/Manifest |  1 +
 net-misc/gerbera/gerbera-1.9.2.ebuild | 90 +++
 2 files changed, 91 insertions(+)

diff --git a/net-misc/gerbera/Manifest b/net-misc/gerbera/Manifest
index dbac2f4fe5b..9fb05e28eae 100644
--- a/net-misc/gerbera/Manifest
+++ b/net-misc/gerbera/Manifest
@@ -1 +1,2 @@
 DIST gerbera-1.8.2.tar.gz 3589779 BLAKE2B 
120654d5a9d1ac7dd29da401f2ca040e3331a27dd22a52fdc9c9a958a1a8e918ae6ca76926e636184f3b91475797432728462106eb4fbdc146737e88da07d8e7
 SHA512 
3831030b4960613e487bdba92323a4b8d7ed63352c1c9eb1ca5eacd3c91d4864d48ef1d1bec19a98b6abed0a827d18ba7940a814fe174b44c2808ad7b85a8756
+DIST gerbera-1.9.2.tar.gz 3671452 BLAKE2B 
1553370fe35c32ca5925559da05fb4a27db4c8b765eeecabf9c5be967dbd2bd99c2726129e0c2e49930b8e95ddbabb7829c65107c75cda4d6885ff72b695b512
 SHA512 
91c7215b0bae000d4d8b29797947b29609e81c9387547e199936ce385ef679048a7554d24cd80ab73fc83c4288b29fc4928a23add6f67a1da05501c87afdf7a3

diff --git a/net-misc/gerbera/gerbera-1.9.2.ebuild 
b/net-misc/gerbera/gerbera-1.9.2.ebuild
new file mode 100644
index 000..49bd780a49a
--- /dev/null
+++ b/net-misc/gerbera/gerbera-1.9.2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake linux-info
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/gerbera/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/gerbera/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S="${WORKDIR}/${P}"
+fi
+
+DESCRIPTION="UPnP Media Server"
+HOMEPAGE="https://gerbera.io;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="curl debug +exif exiv2 +ffmpeg ffmpegthumbnailer +javascript lastfm 
+magic +matroska mysql systemd +taglib"
+
+DEPEND="
+   acct-user/gerbera
+   >=net-libs/libupnp-1.14.0:=[ipv6,reuseaddr,-blocking-tcp]
+   >=dev-db/sqlite-3
+   dev-libs/spdlog:=
+   dev-libs/pugixml
+   dev-libs/libfmt:0=
+   dev-libs/libebml:=
+   mysql? ( dev-db/mysql-connector-c )
+   javascript? ( dev-lang/duktape:= )
+   taglib? ( >=media-libs/taglib-1.11 )
+   lastfm? ( >=media-libs/lastfmlib-0.4 )
+   exif? ( media-libs/libexif )
+   exiv2? ( media-gfx/exiv2 )
+   ffmpeg? (  >=media-video/ffmpeg-2.2:0= )
+   ffmpegthumbnailer? ( media-video/ffmpegthumbnailer )
+   curl? ( net-misc/curl )
+   magic? ( sys-apps/file )
+   matroska? ( media-libs/libmatroska:= )
+   sys-apps/util-linux
+   sys-libs/zlib
+   virtual/libiconv
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~INOTIFY_USER"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_CURL=$(usex curl)
+   -DWITH_DEBUG=$(usex debug)
+   -DWITH_EXIF=$(usex exif)
+   -DWITH_EXIV2=$(usex exiv2)
+   -DWITH_AVCODEC=$(usex ffmpeg)
+   -DWITH_FFMPEGTHUMBNAILER=$(usex ffmpegthumbnailer)
+   -DWITH_JS=$(usex javascript)
+   -DWITH_LASTFM=$(usex lastfm)
+   -DWITH_MAGIC=$(usex magic)
+   -DWITH_MATROSKA=$(usex matroska)
+   -DWITH_MYSQL=$(usex mysql)
+   -DWITH_SYSTEMD=$(usex systemd)
+   -DWITH_TAGLIB=$(usex taglib)
+   -DWITH_INOTIFY=1
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   newinitd "${FILESDIR}"/${PN}-1.0.0.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}-1.0.0.confd ${PN}
+
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}-1.3.0.config config.xml
+   fperms 0640 /etc/${PN}/config.xml
+   fowners root:gerbera /etc/${PN}/config.xml
+}
+
+pkg_postinst() {
+   if use mysql ; then
+   elog "Gerbera has been built with MySQL support and needs"
+   elog "to be configured before being started. By default"
+   elog "SQLite will be used."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_variants_conv/

2021-10-05 Thread Sam James
commit: e7509b7e55d99b71a7d9c06be0ca214e1ef195e4
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:51:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7509b7e

dev-ml/ppx_variants_conv: update maintainers (add ml@)

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

 dev-ml/ppx_variants_conv/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ml/ppx_variants_conv/metadata.xml 
b/dev-ml/ppx_variants_conv/metadata.xml
index 029ff6ac939..b5b4c3bff18 100644
--- a/dev-ml/ppx_variants_conv/metadata.xml
+++ b/dev-ml/ppx_variants_conv/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   m...@gentoo.org
+   ML
+   

gie...@gentoo.org
Mark Wright



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/

2021-10-05 Thread Sam James
commit: e337b911b9c12f085f6c0b8a67de4c2f77075423
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:56:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:01:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e337b911

dev-ml/camlp4: add 4.13

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

 dev-ml/camlp4/Manifest   |  1 +
 dev-ml/camlp4/camlp4-4.13.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-ml/camlp4/Manifest b/dev-ml/camlp4/Manifest
index 05a69dfc98a..2cfdd7888a1 100644
--- a/dev-ml/camlp4/Manifest
+++ b/dev-ml/camlp4/Manifest
@@ -3,3 +3,4 @@ DIST camlp4-4.09_p1.tar.gz 649702 BLAKE2B 
2bf0fd0b4f22d21b9fa7e195a26f4dece56549
 DIST camlp4-4.10_p1.tar.gz 650092 BLAKE2B 
d7a6221dba5f6ec6963fe35236c29f39b8ae8f928618b5a58f72e7b1cc1f50d716b110f9684150716b56784cf703c0d8fcbc1aad32aeab638faca9c1bf2d5b9e
 SHA512 
7ae0e20053a43399daa4ee9b93b6f4dbebc3e17c5ee79d069c4903cdfb2bf1cfc7d6badecf92fcf62e97a5f85f3be6ed82a62eb2a311bf6398b2792eacf763d8
 DIST camlp4-4.11_p1.tar.gz 650280 BLAKE2B 
6fe46b49c1f2b2e5fc87fbbbdba3ccae795c555737495c298456b84f0dca79c750aa6e4ab2c23bbc7ba4724defdfb739e370f468a78658035474d2f3ad255995
 SHA512 
8e572602c1c465017a234565efa2249c935ba1ad3d399a6b264bfbec345958130a96311c79e437ac995e3ead9ff7b4f2d3fe6aa4a3a82431ae0cc6257a300f4c
 DIST camlp4-4.12.tar.gz 650428 BLAKE2B 
4957d3db73ec82fbac58dd95fa13c48f9f8480a70cd6bded43a00df0a182f9b9e31a43acef8264f9d940776667d10b0a5c46bded59ebf4a645719264628428fc
 SHA512 
0a19bb596e47076a28a6bea62007f1d3b59c4d688075f6b723abaa205c555707feb4ea0624259994a4ba5251fdea9dc61cdc936dc13611b36937e755a4bc9b7b
+DIST camlp4-4.13.tar.gz 650642 BLAKE2B 
5bf70b21f47eefe4631227d0d30fdd08ab965020026d0183fc94b9dbfd1eee45626afbe62bf9507b1a887217cf9245901d40f25cce9430155eb9ec1ddc577554
 SHA512 
d3307bd11b813540d126719c0afe7e75a7740d0851b272be9bd1a28e8b1ab1ed9a7576109000c8d6cee7ece7f777122aa83917a48147d42ed8f4d72994397819

diff --git a/dev-ml/camlp4/camlp4-4.13.ebuild b/dev-ml/camlp4/camlp4-4.13.ebuild
new file mode 100644
index 000..8162ce77f93
--- /dev/null
+++ b/dev-ml/camlp4/camlp4-4.13.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV=${PV/_p/+}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="System for writing extensible parsers for programming languages"
+HOMEPAGE="https://github.com/camlp4/camlp4;
+SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
+IUSE="+ocamlopt"
+
+DEPEND="dev-lang/ocaml:0/$(ver_cut 1-2)[ocamlopt?]"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+   dev-ml/ocamlbuild"
+
+QA_FLAGS_IGNORED='.*'
+
+S=${WORKDIR}/${P/_p/-}
+PATCHES=( "${FILESDIR}/reload.patch" )
+
+src_configure() {
+   ./configure \
+   --bindir="${EPREFIX}/usr/bin" \
+   --libdir="$(ocamlc -where)" \
+   --pkgdir="$(ocamlc -where)" \
+   || die
+}
+
+src_compile() {
+   # Increase stack limit to 11GiB to avoid stack overflow error.
+   ulimit -s 1153
+   emake byte
+   use ocamlopt && emake native
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-META
+   dodoc CHANGES.md README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp5/

2021-10-05 Thread Sam James
commit: a1e634e64ccf605f05ebf176c72588c9f763165b
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:55:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:01:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e634e6

dev-ml/camlp5: add 8.00.02

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

 dev-ml/camlp5/Manifest  |  1 +
 dev-ml/camlp5/camlp5-8.00.02.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-ml/camlp5/Manifest b/dev-ml/camlp5/Manifest
index a8818df9974..2e6e02fb6c3 100644
--- a/dev-ml/camlp5/Manifest
+++ b/dev-ml/camlp5/Manifest
@@ -3,4 +3,5 @@ DIST camlp5-7.12.tar.gz 1008350 BLAKE2B 
8f390f6d617a6ef029462aa74ca4d80c0e2eb267
 DIST camlp5-7.13.tar.gz 1031832 BLAKE2B 
2afd7e269092d9c40f263e9ce92b3b9f66b0b3f0ae01da43e2094c6a919aa9f26790030f835b630547d51e7bb4a08e74ac8522e7f308864896fa0414370f8f2f
 SHA512 
8ab94b951e6791be895c70e32b930e498229c9ba7bccc505a3e7c2a91ca12fe038b979b9d5822b43e9c74ee2bf552efa1af7a61f1d287100803efb540d5db8b2
 DIST camlp5-7.14.tar.gz 1044110 BLAKE2B 
c9aa5be80df8d2c376fc41c157b2cd86658dbb90e1babd346b7681afd7453649c7f3682f95f238e51b74b3b3a7a2c5b5a854be892b30a7d1e3b62c3272f5442e
 SHA512 
1b39949c532ca622b01a8e800aa1dcad34f1c944ffe580003642bd742dedc158f3ee54602f3b05f89c0e259525d7feed101b971ebd589449b6d56046389a5bf6
 DIST camlp5-8.00.01.tar.gz 1321790 BLAKE2B 
df4403af56cd07f8e07745bdb73f698ddba24803cde22f11cfbeda425d4360f51be45a92b3f522c52a204f867bb3403dacebf20bfe463f6fd751901102ef2213
 SHA512 
f40e57845ac4a14cf260ddd9df616d12df09f67efaf6735e915598aee981721e8203bf9203fb83d08e34e43021c08003de64dbf3bdcd4d12fd079542fb7649aa
+DIST camlp5-8.00.02.tar.gz 1340114 BLAKE2B 
a251973253a729fd568f9a8410d43e963ca4879b7298186358293869bec0eabe79e97f819cd4af3c771490fbd4a7bd8cb1d47482f4fe699720b3577bad8536f4
 SHA512 
b9950cac70e77d62f147dc8edac0aef2a2bb563ca7bbc709dcf030e2536a0973188414c8612f8b2441a6e05c4d09579bc474974513bf0c59ad4702a46a0cc7f6
 DIST camlp5-8.00.tar.gz 1321320 BLAKE2B 
14957ea83e40f3e2f68c7cbbec1ab84325eba1057f38905a37f9516a99a009024ee0b463cf50d23d94e710b027b835dd51153a429c8bda22be7fe95dc911
 SHA512 
6a0d19ced4d94cd3afebfbc373d344229c5faf088e8910dea32ed4dfa841dd9844c72849f8a6281e2bce55295665eae90391cf29d062a44b083761a9e04bce93

diff --git a/dev-ml/camlp5/camlp5-8.00.02.ebuild 
b/dev-ml/camlp5/camlp5-8.00.02.ebuild
new file mode 100644
index 000..fe4e5ebe576
--- /dev/null
+++ b/dev-ml/camlp5/camlp5-8.00.02.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib vcs-clean
+
+DESCRIPTION="A preprocessor-pretty-printer of ocaml"
+HOMEPAGE="https://camlp5.github.io/;
+SRC_URI="https://github.com/camlp5/camlp5/archive/rel${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-rel${PV}"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc +ocamlopt"
+
+DEPEND="
+   >=dev-lang/ocaml-3.10:=[ocamlopt?]
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   egit_clean
+   default
+}
+
+src_configure() {
+   ./configure \
+   --strict \
+   -prefix /usr \
+   -bindir /usr/bin \
+   -libdir /usr/$(get_libdir)/ocaml \
+   -mandir /usr/share/man || die "configure failed"
+}
+
+src_compile() {
+   ulimit -s 1153
+   emake out
+   if use ocamlopt; then
+   emake opt
+   emake opt.opt
+   fi
+}
+
+src_test() {
+   emake bootstrap
+}
+
+src_install() {
+   emake DESTDIR="${ED}" install
+   # findlib support
+   insinto "$(ocamlfind printconf destdir)/${PN}"
+   doins etc/META
+
+   dodoc -r doc/*
+   dodoc CHANGES DEVEL ICHANGES README.md UPGRADING MODE
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/base_quickcheck/

2021-10-05 Thread Sam James
commit: 1ac3b92a305c77fe38e0da76afb91cc633c35649
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:48:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac3b92a

dev-ml/base_quickcheck: add 0.14.1

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

 dev-ml/base_quickcheck/Manifest|  1 +
 .../base_quickcheck/base_quickcheck-0.14.1.ebuild  | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-ml/base_quickcheck/Manifest b/dev-ml/base_quickcheck/Manifest
index c6ba569c9cc..7e2546e715c 100644
--- a/dev-ml/base_quickcheck/Manifest
+++ b/dev-ml/base_quickcheck/Manifest
@@ -1 +1,2 @@
 DIST base_quickcheck-0.14.0.tar.gz 66736 BLAKE2B 
eeaa92ec0eec4736be911128f46b8e4698034b2cb8afa131b31ee96a6edb5db0f28cfd611c101e4417305ee5a1babc2f869f4690b266218562a8fc50f5830acf
 SHA512 
52333bee2591531665b8f8ad0fac1cdaa607b448d0a33b9b905cf98e00df5a700bf0a4ee3cdf3c06d7fcb2b5190363dd5908cc743b2854af9ce5c8d743e3fd58
+DIST base_quickcheck-0.14.1.tar.gz 66827 BLAKE2B 
2a274fc0edab3daf7e3d671f7ea24912ecf273cf2b4cb4ab2bd74171a8848163526f97ed860b44aeaa9f3f3faabb22f4598bf604b33c8401733faa22ca7a3c93
 SHA512 
5d5a3a070a6903ffdd1e13754721d48a9df164f78bd569d3a18b3fd808354550e4603b76d5e48eaa6a4c4d3433f18bb29888478d640fde9ea004619448c3d7d0

diff --git a/dev-ml/base_quickcheck/base_quickcheck-0.14.1.ebuild 
b/dev-ml/base_quickcheck/base_quickcheck-0.14.1.ebuild
new file mode 100644
index 000..3f8f641d04a
--- /dev/null
+++ b/dev-ml/base_quickcheck/base_quickcheck-0.14.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Randomized testing framework, designed for compatibility with 
Base"
+HOMEPAGE="https://github.com/janestreet/base_quickcheck;
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+   >=dev-ml/base-0.14.0:=
+   >=dev-ml/ppx_base-0.14.0:=
+   >=dev-ml/ppx_fields_conv-0.14.1:=
+   >=dev-ml/ppx_let-0.14.0:=
+   >=dev-ml/ppx_sexp_message-0.14.0:=
+   >=dev-ml/ppx_sexp_value-0.14.0:=
+   dev-ml/splittable_random:=
+   >=dev-ml/ppxlib-0.18.0:=
+   >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+   dev-ml/cinaps:=
+"
+RDEPEND="${DEPEND}"



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

2021-10-05 Thread Sam James
commit: c90dbd11acf308654a9db6eb55b7c5ec2dead9f0
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 01:01:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90dbd11

profiles: mask camlp4-4.13 for now with OCaml 4.13

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1dd2c7299f4..8a75350652d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -362,9 +362,9 @@ games-puzzle/gnudoku
 
 # Sam James  (2021-06-12)
 # Masked until all reverse dependencies support
-# OCaml 4.12.
-# bug #795138
+# OCaml 4.13.
 >=dev-lang/ocaml-4.13
+>=dev-ml/camlp4-4.13
 
 # Bernard Cafarelli  (2021-06-04)
 # Alpha versions of fetchmail 7



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_variants_conv/files/, dev-ml/ppx_variants_conv/

2021-10-05 Thread Sam James
commit: e957c5cbaf3463ad30b10fc0934ef6cf3ee7ffc3
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:50:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e957c5cb

dev-ml/ppx_variants_conv: fix compatibility with ppxlib-0.23

Closes: https://bugs.gentoo.org/816099
Signed-off-by: Sam James  gentoo.org>

 ...nts_conv-0.14.1-ppxlib-0.23-compatibility.patch | 31 ++
 .../ppx_variants_conv-0.14.1-r1.ebuild | 29 
 2 files changed, 60 insertions(+)

diff --git 
a/dev-ml/ppx_variants_conv/files/ppx_variants_conv-0.14.1-ppxlib-0.23-compatibility.patch
 
b/dev-ml/ppx_variants_conv/files/ppx_variants_conv-0.14.1-ppxlib-0.23-compatibility.patch
new file mode 100644
index 000..d8df60aeec7
--- /dev/null
+++ 
b/dev-ml/ppx_variants_conv/files/ppx_variants_conv-0.14.1-ppxlib-0.23-compatibility.patch
@@ -0,0 +1,31 @@
+From 6103f6fc56f978c847ba7c1f2d9f38ee93a5e337 Mon Sep 17 00:00:00 2001
+From: Sonja Heinze 
+Date: Tue, 9 Mar 2021 12:57:47 +0100
+Subject: [PATCH] Adapt to Ppxlib's API change
+
+Ppxlib is removing Lexer.keyword_table from the API in exchange for
+the more lightweight Keyword.is_keyword.
+
+Signed-off-by: Sonja Heinze 
+--- a/ppx_variants_conv.opam
 b/ppx_variants_conv.opam
+@@ -15,7 +15,7 @@ depends: [
+   "base"{>= "v0.14" & < "v0.15"}
+   "variantslib" {>= "v0.14" & < "v0.15"}
+   "dune"{>= "2.0.0"}
+-  "ppxlib"  {>= "0.14.0"}
++  "ppxlib"  {>= "0.23.0"}
+ ]
+ synopsis: "Generation of accessor and iteration functions for ocaml variant 
types"
+ description: "
+--- a/src/ppx_variants_conv.ml
 b/src/ppx_variants_conv.ml
+@@ -66,7 +66,7 @@ end
+ 
+ let variant_name_to_string v =
+   let s = String.lowercase v in
+-  if Caml.Hashtbl.mem Lexer.keyword_table s
++  if Keyword.is_keyword s
+   then s ^ "_"
+   else s
+ 

diff --git a/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1-r1.ebuild 
b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1-r1.ebuild
new file mode 100644
index 000..8915cf1f56d
--- /dev/null
+++ b/dev-ml/ppx_variants_conv/ppx_variants_conv-0.14.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Generation of accessor and iteration functions for ocaml variant 
types"
+HOMEPAGE="https://github.com/janestreet/ppx_variants_conv;
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="
+   >=dev-ml/base-0.14.0:=
+   >=dev-ml/variantslib-0.14.0:=
+   >=dev-ml/ppxlib-0.23.0:=
+   >=dev-ml/ocaml-compiler-libs-0.11.0:=
+   >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+   dev-ml/cinaps:=
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.14.1-ppxlib-0.23-compatibility.patch
+)



[gentoo-commits] repo/gentoo:master commit in: dev-ml/re/

2021-10-05 Thread Sam James
commit: e387c933eb9edb5f4819034a3a34864c3ce0ab5e
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:38:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e387c933

dev-ml/re: add 1.10.3

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

 dev-ml/re/Manifest |  1 +
 dev-ml/re/re-1.10.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ml/re/Manifest b/dev-ml/re/Manifest
index dff48b3bc24..45db396b858 100644
--- a/dev-ml/re/Manifest
+++ b/dev-ml/re/Manifest
@@ -1 +1,2 @@
+DIST ocaml-re-1.10.3.tar.gz 90155 BLAKE2B 
44f7779e2004c8ac24f6bf476edaea5f6469fd64319c681df1917d571e5f4175559516e5f19bcf5eee19687eb3ad0c93b672b97cfdc54f29803180b3b9a229d7
 SHA512 
c86bc375d52ba4d0363d56636dd389c29ce3fc430f569fd5c3af3265023bb80462d94ea9fce97387fdebc8731d33166871ac2f9162327674c2b97bdbde423bbd
 DIST ocaml-re-1.9.0.tar.gz 83642 BLAKE2B 
abcabb80ffef241fc7e8ea075f49365cc64f8749db1d1f7eb654eeb52f5be8e96756f98ae7903391a26d8537f82e105878a38a15923d7f93c61abd5c08d3ff98
 SHA512 
3e11c6eccf573ab5d7f43accf1f1ac9eda0d7320067e142b9f76b309315c1e30d22c5bb80c7a54b05d9c92d3518d26ea82b5093de9b48f86e3c62d6073f14eda

diff --git a/dev-ml/re/re-1.10.3.ebuild b/dev-ml/re/re-1.10.3.ebuild
new file mode 100644
index 000..9dc727449c2
--- /dev/null
+++ b/dev-ml/re/re-1.10.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re;
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> 
ocaml-${P}.tar.gz"
+S="${WORKDIR}/ocaml-${P}"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="!dev-ml/ocaml-re
+   dev-ml/seq:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ml/ounit2 )"
+
+PATCHES=( "${FILESDIR}/ounit2.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/camlzip/

2021-10-05 Thread Sam James
commit: 15644176b54aadf106ddd2e9e765fe554da56e58
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:53:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:01:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15644176

dev-ml/camlzip: add 1.11

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

 dev-ml/camlzip/Manifest|  1 +
 dev-ml/camlzip/camlzip-1.11.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ml/camlzip/Manifest b/dev-ml/camlzip/Manifest
index 2cb16e028b3..d6e4ea7f08f 100644
--- a/dev-ml/camlzip/Manifest
+++ b/dev-ml/camlzip/Manifest
@@ -1 +1,2 @@
 DIST camlzip-1.10.tar.gz 27335 BLAKE2B 
bbf24953634278589395dd9fcedf1e3becce8dad1f380393dc3ac59589143e1685dc14085ef566e12fb751c6f1a333dd368795a5083b94a43b71e058e86489f3
 SHA512 
5c42e0d808230e3820b2e7ef34b544ca51a7bf0a484ce4e1c8b1e4966133196bb3ff7c3ca85b9c50050aca389316eb52f0335f6e2ad60c000594a33171b9a9a9
+DIST camlzip-1.11.tar.gz 28483 BLAKE2B 
b270e2a764547117d87a18f9ccca82891bc0dce182ea84f76b693acb34488ff25d8975154b843787554798bfd34c16dc6a25c431f8674c8c59eb2c195167c12b
 SHA512 
4d69ef900437e66e00cd345497ec70f407f28cd8344ee5f2fad685d3bfe356924597d1854b752f2841b4007f96d6e0307cfae7e13cfb6f74951ae3eba5198a06

diff --git a/dev-ml/camlzip/camlzip-1.11.ebuild 
b/dev-ml/camlzip/camlzip-1.11.ebuild
new file mode 100644
index 000..09d1e837bb6
--- /dev/null
+++ b/dev-ml/camlzip/camlzip-1.11.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit findlib
+
+DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)"
+HOMEPAGE="https://github.com/xavierleroy/camlzip;
+SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(ver_rs 1- 
'').tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-rel$(ver_rs 1- '')"
+
+LICENSE="LGPL-2.1"
+SLOT="1/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND=">=dev-lang/ocaml-4.07:=[ocamlopt?]
+   >=sys-libs/zlib-1.1.3"
+DEPEND="${RDEPEND}"
+
+QA_FLAGS_IGNORED=(
+   "usr/lib.*/ocaml/stublibs/dllcamlzip.so"
+   "usr/lib.*/ocaml/zip/zip.cmxs"
+)
+
+src_compile() {
+   emake all
+
+   if use ocamlopt; then
+   emake allopt
+   fi
+}
+
+src_install() {
+   findlib_src_preinst
+
+   emake DESTDIR="${D}" install-findlib
+   dosym zip/libcamlzip.a /usr/$(get_libdir)/ocaml/libcamlzip.a
+
+   dodoc README.md Changes
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/

2021-10-05 Thread Sam James
commit: 19a15e97dacc83a416a7876b961c37a5bfc5a130
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:41:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a15e97

dev-ml/cppo: add 1.6.8

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

 dev-ml/cppo/Manifest  |  1 +
 dev-ml/cppo/cppo-1.6.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ml/cppo/Manifest b/dev-ml/cppo/Manifest
index 6a2e3013087..99782bdb1e7 100644
--- a/dev-ml/cppo/Manifest
+++ b/dev-ml/cppo/Manifest
@@ -1 +1,2 @@
 DIST cppo-1.6.7.tar.gz 29032 BLAKE2B 
cc02666ca5fbc903cf6a749ee08f7fe34bad4604635084bbf964afdde66783c01e3d48d515eb42a5188189fef67ebe7cf79c0205c60537c9d1a8b14f453fd248
 SHA512 
fb2865b4004fe3f17d5893659fca90c01557cf6be789500c54b06ac8e0d097181c9f6437f178aae6d786b3f6b639859bc68400f4a7c59e7acd4f296cf8271a9d
+DIST cppo-1.6.8.tar.gz 29063 BLAKE2B 
503c9dcc5f25cf69caa5057753ece9e107383a94d191a15f8056f7f417fa252147f2b2d3011493b80728aeca6979c0097e42b1d1af174784528959870366f5f9
 SHA512 
069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858

diff --git a/dev-ml/cppo/cppo-1.6.8.ebuild b/dev-ml/cppo/cppo-1.6.8.ebuild
new file mode 100644
index 000..2ceba92466f
--- /dev/null
+++ b/dev-ml/cppo/cppo-1.6.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
+HOMEPAGE="https://github.com/ocaml-community/cppo/;
+SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0/${PV}"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-ml/ocamlbuild
+   dev-ml/findlib:="
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/

2021-10-05 Thread Sam James
commit: 69c7a2558f6cd68a061e658b0ef709f4b9a148ad
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:36:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c7a255

dev-ml/uucp: add 14.0.0

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

 dev-ml/uucp/Manifest   |  1 +
 dev-ml/uucp/uucp-14.0.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ml/uucp/Manifest b/dev-ml/uucp/Manifest
index 08d06a8a8e9..783aec0484d 100644
--- a/dev-ml/uucp/Manifest
+++ b/dev-ml/uucp/Manifest
@@ -1 +1,2 @@
 DIST uucp-13.0.0.tbz 466488 BLAKE2B 
90b62446ed069f95b0ca8bbad8273b215f0a66f6a3d19639d60a73f440268e9274d4e98e7ac8a534bbb6a34ab485e989432894f22f2f5c1303ca49f828efe859
 SHA512 
24d0fc75ba337115fd6445d3c3dfa60fe5f6920b227cd8360cd60ad51b652ccc2129a47f195f7559d99635367e64855343dc03de1109987f296a280e0fefff4d
+DIST uucp-14.0.0.tbz 476162 BLAKE2B 
1c75b7bf98858bc60dee12bebfa99556afd6b344b65b12a4eafcbd39c57e2359f1a47aa0f28c5450f078db95d78ab545eecf84d0d5dbadb2bf1705c17e7179a4
 SHA512 
2d0224aed5d5accbb121624898f08598e8c74a2415942f159a54221c0cdac62ed64fc70a039c833e50110cefce77754ada9ac2d58f79a6fc9331135326fe6899

diff --git a/dev-ml/uucp/uucp-14.0.0.ebuild b/dev-ml/uucp/uucp-14.0.0.ebuild
new file mode 100644
index 000..ec89c6b0ae3
--- /dev/null
+++ b/dev-ml/uucp/uucp-14.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode character properties for OCaml"
+HOMEPAGE="https://erratique.ch/software/uucp https://github.com/dbuenzli/uucp;
+SRC_URI="https://erratique.ch/software/uucp/releases/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-ml/topkg
+   dev-ml/findlib"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-ml/ocamlbuild"
+OPAM_FILE=opam
+
+src_compile() {
+   ocaml pkg/pkg.ml build \
+   --with-uutf true \
+   --with-uunf false \
+   --with-cmdliner true \
+   || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/

2021-10-05 Thread Sam James
commit: f66ca73af2eb24286e62b595ced201a0cfddfaaf
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:52:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66ca73a

dev-ml/core_kernel: add 0.14.2

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

 dev-ml/core_kernel/Manifest  |  1 +
 dev-ml/core_kernel/core_kernel-0.14.2.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-ml/core_kernel/Manifest b/dev-ml/core_kernel/Manifest
index 3224a8f054e..2571279db94 100644
--- a/dev-ml/core_kernel/Manifest
+++ b/dev-ml/core_kernel/Manifest
@@ -1 +1,2 @@
 DIST core_kernel-0.14.1.tar.gz 701832 BLAKE2B 
0463641f8ab663f00dff59e1ac0b9693f15b71e4f9fa001b54d2449b8a18c8f618a7d7d3149084699d12d4c9834a20fcda6882549f4c69c219e3489ee1223dba
 SHA512 
56488260fce8a066bba06efc349b4760c55d7d2fe38ed47dd7f37d0deb9ea05838a87713ec778df83d7805da5a54513a97d9e678640bb977bfd342bb748e7a33
+DIST core_kernel-0.14.2.tar.gz 701911 BLAKE2B 
e784d6d8f53df03ffb56075a43bdfc82d5099740c4eebdfdebe196cb3c97211b95892af18ab0f69b3143a873962fa74afe09a961ad851fb8eb4f30287e538157
 SHA512 
d0f719734d920d98c55ac7d1aa8ab5b3de7a3896f6cd8b1ffc5147c689f072361e79045a0b34c1f5359dbf492e612eabd613c4724fe60d45345c2944dcdcf6de

diff --git a/dev-ml/core_kernel/core_kernel-0.14.2.ebuild 
b/dev-ml/core_kernel/core_kernel-0.14.2.ebuild
new file mode 100644
index 000..21ede2227bb
--- /dev/null
+++ b/dev-ml/core_kernel/core_kernel-0.14.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="System-independent part of Core"
+HOMEPAGE="https://github.com/janestreet/core_kernel;
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+# Wants quickcheck_deprecated for now
+RESTRICT="test"
+
+RDEPEND="
+   dev-lang/ocaml:=
+   dev-ml/base:=
+   dev-ml/base_bigstring:=
+   dev-ml/base_quickcheck:=
+   dev-ml/bin_prot:=
+   dev-ml/fieldslib:=
+   dev-ml/jane-street-headers:=
+   dev-ml/jst-config:=
+   dev-ml/ppx_assert:=
+   dev-ml/ppx_base:=
+   dev-ml/ppx_hash:=
+   dev-ml/ppx_inline_test:=
+   dev-ml/ppx_jane:=
+   dev-ml/ppx_sexp_conv:=
+   dev-ml/ppx_sexp_message:=
+   dev-ml/splittable_random:=
+   dev-ml/sexplib:=
+   dev-ml/stdio:=
+   dev-ml/time_now:=
+   dev-ml/typerep:=
+   dev-ml/variantslib:=
+   dev-ml/ocaml-migrate-parsetree:=
+"
+DEPEND="${RDEPEND}"



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

2021-10-05 Thread Sam James
commit: 1510b1a50b32499c4e54d0bd792e09bf83317cc7
Author: David Carlos Manuelda  gmail  com>
AuthorDate: Wed Oct  6 00:15:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1510b1a5

media-libs/x265: add HDR10+ support

Closes: https://bugs.gentoo.org/816300
Signed-off-by: Sam James  gentoo.org>

 media-libs/x265/{x265-3.5-r1.ebuild => x265-3.5-r2.ebuild} | 1 +
 media-libs/x265/x265-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/x265/x265-3.5-r1.ebuild 
b/media-libs/x265/x265-3.5-r2.ebuild
similarity index 99%
rename from media-libs/x265/x265-3.5-r1.ebuild
rename to media-libs/x265/x265-3.5-r2.ebuild
index 3e0116c5da0..58018488f52 100644
--- a/media-libs/x265/x265-3.5-r1.ebuild
+++ b/media-libs/x265/x265-3.5-r2.ebuild
@@ -105,6 +105,7 @@ x265_variant_src_configure() {
-DEXPORT_C_API=OFF
-DENABLE_SHARED=OFF
-DENABLE_CLI=OFF
+   -DENABLE_HDR10_PLUS=ON
)
if [[ ${ABI} = x86 ]] ; then
mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )

diff --git a/media-libs/x265/x265-.ebuild b/media-libs/x265/x265-.ebuild
index 3e0116c5da0..58018488f52 100644
--- a/media-libs/x265/x265-.ebuild
+++ b/media-libs/x265/x265-.ebuild
@@ -105,6 +105,7 @@ x265_variant_src_configure() {
-DEXPORT_C_API=OFF
-DENABLE_SHARED=OFF
-DENABLE_CLI=OFF
+   -DENABLE_HDR10_PLUS=ON
)
if [[ ${ABI} = x86 ]] ; then
mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/

2021-10-05 Thread Sam James
commit: b4332acd0cdc7411a3bf7b6023ba68a611e2f79c
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  6 00:35:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:00:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4332acd

dev-ml/ppx_tools: add 6.4

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

 dev-ml/ppx_tools/Manifest |  1 +
 dev-ml/ppx_tools/ppx_tools-6.4.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-ml/ppx_tools/Manifest b/dev-ml/ppx_tools/Manifest
index 5963a560f3b..be933305389 100644
--- a/dev-ml/ppx_tools/Manifest
+++ b/dev-ml/ppx_tools/Manifest
@@ -1,2 +1,3 @@
 DIST ppx_tools-6.2.tar.gz 46150 BLAKE2B 
f8af2a1eee81d5a1e73ac606ab79d285c8c226533bcf715ed22386aecfaf51260fb9a5075d270675f1b601cb174b68d8c85556f418031a7b6bda06c4376fe443
 SHA512 
fc3943c69901ef46843355c3482d5a1481d05ee94fb0a344ec04101059a02cbaa76fed5742cfae82730edf378f2e140d859a5cf590653f85359255d451f07dc8
 DIST ppx_tools-6.3.tar.gz 18811 BLAKE2B 
b1389dbe0c6fd855cafc8d64a9db550866317172909c2731f01acd412c6f8147f07e19a82d527187d0b211fca9eb2f2ad63bb53e8f375b0b8107c4e72371
 SHA512 
6a88f6f877f49ea8736aeca60673a19c52d5104ad9e2a3e56db3f71cd557d39df9c709c4e678ccf10263ff1f3e0504f4676227bd05ceba1e0294453a988a736c
+DIST ppx_tools-6.4.tar.gz 19051 BLAKE2B 
dcb3e5a4ca5dd6243cae013739b93c6fe100ca21ad56c46e284255977f4e6d4263ef8d937ed672939e5b31bbe0904dcb1d71105f49385ad5d43404b19a9fe2c6
 SHA512 
514aa283f6bee11bf257abec98a751c656db63203caa4caee5ce606bcdee75891441a794b0bac22e2ff2e5d2760cd39ffaa2fce6bb118155daf05175917e6e7c

diff --git a/dev-ml/ppx_tools/ppx_tools-6.4.ebuild 
b/dev-ml/ppx_tools/ppx_tools-6.4.ebuild
new file mode 100644
index 000..1d025b5dacd
--- /dev/null
+++ b/dev-ml/ppx_tools/ppx_tools-6.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+MY_PV=$(ver_rs 2 '+')
+DESCRIPTION="Tools for authors of ppx rewriters"
+HOMEPAGE="https://github.com/alainfrisch/ppx_tools;
+SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-$(ver_rs 2 '-')"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"



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

2021-10-05 Thread Naohiro Aota
commit: 8657ffb37819e557a1310a67d0b7162420f3151e
Author: Naohiro Aota  gentoo  org>
AuthorDate: Wed Oct  6 00:34:07 2021 +
Commit: Naohiro Aota  gentoo  org>
CommitDate: Wed Oct  6 00:35:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8657ffb3

net-misc/mikutter: drop ruby25 from USE_RUBY

Also, update - package for the latest git repository.

Closes: https://bugs.gentoo.org/816072
Signed-off-by: Naohiro Aota  gentoo.org>

 net-misc/mikutter/mikutter-4.1.5-r1.ebuild |  4 +--
 net-misc/mikutter/mikutter-.ebuild | 42 --
 2 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/net-misc/mikutter/mikutter-4.1.5-r1.ebuild 
b/net-misc/mikutter/mikutter-4.1.5-r1.ebuild
index 25c639c91cd..e6080f7b5c7 100644
--- a/net-misc/mikutter/mikutter-4.1.5-r1.ebuild
+++ b/net-misc/mikutter/mikutter-4.1.5-r1.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27"
 
 inherit desktop ruby-ng
 
 PLUGIN_HASH="30071c3008e4616e723cf4e734fc79254019af09"
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://toshia.dip.jp/mikutter.git
+   EGIT_REPO_URI="git://mikutter.hachune.net/mikutter.git
https://github.com/toshia/twitter_api_keys.git;
inherit git-r3

SRC_URI="https://raw.githubusercontent.com/toshia/twitter_api_keys/${PLUGIN_HASH}/twitter_api_keys.rb;

diff --git a/net-misc/mikutter/mikutter-.ebuild 
b/net-misc/mikutter/mikutter-.ebuild
index 0a87e3d4a47..e6080f7b5c7 100644
--- a/net-misc/mikutter/mikutter-.ebuild
+++ b/net-misc/mikutter/mikutter-.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby26 ruby27"
 
 inherit desktop ruby-ng
 
 PLUGIN_HASH="30071c3008e4616e723cf4e734fc79254019af09"
 
 if [ "${PV}" = "" ]; then
-   EGIT_REPO_URI="git://toshia.dip.jp/mikutter.git
+   EGIT_REPO_URI="git://mikutter.hachune.net/mikutter.git
https://github.com/toshia/twitter_api_keys.git;
inherit git-r3

SRC_URI="https://raw.githubusercontent.com/toshia/twitter_api_keys/${PLUGIN_HASH}/twitter_api_keys.rb;
@@ -34,25 +34,28 @@ RDEPEND="
media-sound/alsa-utils"
 
 ruby_add_rdepend "=dev-ruby/addressable-2.8*
-   =dev-ruby/delayer-1.1*:1
-   =dev-ruby/delayer-deferred-2.1*
-   !=dev-ruby/delayer-1.1.2
+   !>=dev-ruby/delayer-2.0
+   >=dev-ruby/delayer-deferred-2.2.0
+   !>=dev-ruby/delayer-deferred-3.0
+   >=dev-ruby/diva-1.0.2
+   !>=dev-ruby/diva-2.0
dev-ruby/httpclient
dev-ruby/json:2
-   =dev-ruby/memoist-0.16*
-   !=dev-ruby/memoist-0.16.2
+   !>=dev-ruby/memoist-0.17
dev-ruby/moneta
dev-ruby/nokogiri
>=dev-ruby/oauth-0.5.4
-   =dev-ruby/pluggaloid-1.2*
+   >=dev-ruby/pluggaloid-1.5.0
+   !>=dev-ruby/pluggaloid-2.0
dev-ruby/rcairo
-   =dev-ruby/ruby-gettext-3.3*
-   !=dev-ruby/ruby-gettext-3.3.5
+   !>=dev-ruby/ruby-gettext-3.4
=dev-ruby/ruby-gtk2-3.4*
-   =dev-ruby/typed-array-0.1*
-   !=dev-ruby/typed-array-0.1.2
+   !>=dev-ruby/typed-array-0.2
+   dev-ruby/twitter-text
virtual/ruby-ssl"
 
 all_ruby_unpack() {
@@ -65,12 +68,13 @@ all_ruby_unpack() {
 
 all_ruby_install() {
local rubyversion
+   local r
 
-   if use ruby_targets_ruby26; then
-   rubyversion=ruby26
-   elif use ruby_targets_ruby25; then
-   rubyversion=ruby25
-   fi
+   for r in $USE_RUBY; do
+   if use ruby_targets_${r}; then
+   rubyversion=${r}
+   fi
+   done
 
exeinto /usr/share/mikutter
doexe mikutter.rb



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/files/

2021-10-05 Thread Michael Orlitzky
commit: 4f85c9bb53beb9630e3c3c607f084484a924f1fc
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Oct  5 22:23:19 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Oct  5 23:57:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f85c9bb

app-antivirus/clamav: remove ununsed patches.

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

 app-antivirus/clamav/files/clamav-milter.logrotate | 25 --
 app-antivirus/clamav/files/clamav-milter.service   | 12 ---
 app-antivirus/clamav/files/freshclamd.service  | 13 ---
 3 files changed, 50 deletions(-)

diff --git a/app-antivirus/clamav/files/clamav-milter.logrotate 
b/app-antivirus/clamav/files/clamav-milter.logrotate
deleted file mode 100644
index 24782df604b..000
--- a/app-antivirus/clamav/files/clamav-milter.logrotate
+++ /dev/null
@@ -1,25 +0,0 @@
-# This script is intended to rotate the logs for clamav-milter in its
-# default configuration on Gentoo, where clamav-milter writes to its
-# own log file but does not rotate that file itself. The clamav-milter
-# daemon is capable of rotating its own logs; if you have "LogRotate
-# yes" in clamav-milter.conf then you do not need this script (and
-# should disable it). Likewise, if you are logging to syslog
-# (LogSyslog yes), this is redundant.
-#
-# This is more complicated than the clamd/freshclam scripts because
-# the milter doesn't yet reopen its log files when it receives a
-# SIGHUP. See https://bugzilla.clamav.net/show_bug.cgi?id=12615
-# for that. Instead we have to attempt OpenRC/systemd service
-# restarts on (only) the machines that support them.
-/var/log/clamav/clamav-milter.log {
-  su clamav clamav
-  missingok
-  postrotate
-if command -v rc-service 2>/dev/null; then
-  rc-service clamav-milter status 2>/dev/null 1>&2 && rc-service 
clamav-milter restart 1>/dev/null
-fi
-if command -v systemctl 2>/dev/null; then
-  systemctl try-restart clamav-milter
-fi
-  endscript
-}

diff --git a/app-antivirus/clamav/files/clamav-milter.service 
b/app-antivirus/clamav/files/clamav-milter.service
deleted file mode 100644
index 5a1a24faa27..000
--- a/app-antivirus/clamav/files/clamav-milter.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Milter module for the ClamAV scanner
-After=nss-lookup.target network.target
-Before=sendmail.service
-Before=postfix.service
-
-[Service]
-ExecStart=/usr/sbin/clamav-milter -c /etc/clamav-milter.conf --nofork=yes
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target

diff --git a/app-antivirus/clamav/files/freshclamd.service 
b/app-antivirus/clamav/files/freshclamd.service
deleted file mode 100644
index 21487688066..000
--- a/app-antivirus/clamav/files/freshclamd.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=clamav updater
-
-[Service]
-Type=forking
-User=clamav
-Group=clamav
-RuntimeDirectory=clamav
-PIDFile=/run/clamav/freshclam.pid
-ExecStart=/usr/bin/freshclam -d -p /run/clamav/freshclam.pid
-
-[Install]
-WantedBy=multi-user.target



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

2021-10-05 Thread Sam James
commit: 9e14c7cb8ec5921fb922569e73a493a38c947692
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  5 23:18:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  5 23:18:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e14c7cb

sys-libs/binutils-libs: Stabilize 2.37_p1 sparc, #813762

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

 sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
index 1727eb7ae3e..3948e196dab 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0/${PV%_p?}"
 IUSE="64-bit-bfd cet multitarget nls static-libs"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="nls? ( sys-devel/gettext )"
 DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2021-10-05 Thread Sam James
commit: 20ec5334b740db2df7b09f4b88c15cb26e64a4f8
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  5 23:18:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  5 23:18:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ec5334

sys-libs/binutils-libs: Stabilize 2.37_p1 x86, #813762

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

 sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
index 3948e196dab..82bfad52299 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.37_p1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0/${PV%_p?}"
 IUSE="64-bit-bfd cet multitarget nls static-libs"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="nls? ( sys-devel/gettext )"
 DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2021-10-05 Thread Sam James
commit: 97945a6b19ffa229706b4f5776e7c3d809beb251
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  5 23:18:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  5 23:18:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97945a6b

sys-devel/binutils: Stabilize 2.37_p1 sparc, #813762

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

 sys-devel/binutils/binutils-2.37_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.37_p1.ebuild 
b/sys-devel/binutils/binutils-2.37_p1.ebuild
index 8d080e23fa0..720cc7019c1 100644
--- a/sys-devel/binutils/binutils-2.37_p1.ebuild
+++ b/sys-devel/binutils/binutils-2.37_p1.ebuild
@@ -33,7 +33,7 @@ else

https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
SLOT=$(ver_cut 1-2)
# live ebuild
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 #



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

2021-10-05 Thread Sam James
commit: 30c0a3606e9616babcb2f30d0e27e05f4517dae5
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  5 23:18:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  5 23:18:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c0a360

sys-devel/binutils: Stabilize 2.37_p1 x86, #813762

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

 sys-devel/binutils/binutils-2.37_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.37_p1.ebuild 
b/sys-devel/binutils/binutils-2.37_p1.ebuild
index 720cc7019c1..9820dcad262 100644
--- a/sys-devel/binutils/binutils-2.37_p1.ebuild
+++ b/sys-devel/binutils/binutils-2.37_p1.ebuild
@@ -33,7 +33,7 @@ else

https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
SLOT=$(ver_cut 1-2)
# live ebuild
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 #



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

2021-10-05 Thread Andreas K. Hüttel
commit: 518bda152acaed657df3a63a348e1b4f5d06c560
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:50:16 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:52:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518bda15

dev-perl/XML-Grove: EAPI=8 bump

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

 ...Grove-0.460.0_rc-r1.ebuild => XML-Grove-0.460.0_rc-r2.ebuild} | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-Grove/XML-Grove-0.460.0_rc-r1.ebuild 
b/dev-perl/XML-Grove/XML-Grove-0.460.0_rc-r2.ebuild
similarity index 85%
rename from dev-perl/XML-Grove/XML-Grove-0.460.0_rc-r1.ebuild
rename to dev-perl/XML-Grove/XML-Grove-0.460.0_rc-r2.ebuild
index 867deb116aa..d10a2cdb508 100644
--- a/dev-perl/XML-Grove/XML-Grove-0.460.0_rc-r1.ebuild
+++ b/dev-perl/XML-Grove/XML-Grove-0.460.0_rc-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 DIST_AUTHOR=KMACLEOD
 DIST_VERSION=0.46alpha
 inherit perl-module
@@ -10,13 +11,13 @@ DESCRIPTION="A Perl module providing a simple API to parsed 
XML instances"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
 
 RDEPEND="
>=dev-perl/XML-Parser-2.190.0
dev-perl/libxml-perl
 "
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
 PATCHES=(
"${FILESDIR}/${PN}-0.46-badversion.patch"
"${FILESDIR}/${PN}-0.46-utf8tests.patch"



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

2021-10-05 Thread Andreas K. Hüttel
commit: a96fc91f42f6215f3a8d23fc41accb5ff885abcb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:51:29 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:52:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96fc91f

dev-perl/XML-Handler-YAWriter: EAPI=8 bump

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

 230.0-r2.ebuild => XML-Handler-YAWriter-0.230.0-r3.ebuild} | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 
a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild 
b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r3.ebuild
similarity index 85%
rename from dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild
rename to dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r3.ebuild
index a242c2ce7d9..e7ad65734df 100644
--- a/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r2.ebuild
+++ b/dev-perl/XML-Handler-YAWriter/XML-Handler-YAWriter-0.230.0-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=KRAEHE
 DIST_VERSION=0.23
@@ -12,7 +12,9 @@ DESCRIPTION="A Perl module providing a simple API to parsed 
XML instances"
 LICENSE="GPL-2" # GPL
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
 
-RDEPEND=">=dev-perl/libxml-perl-0.07-r1"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   >=dev-perl/libxml-perl-0.07-r1
+"
+BDEPEND="${RDEPEND}
+"



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

2021-10-05 Thread Andreas K. Hüttel
commit: c55a05aa350b8fc615778199ab11cdd79dd71337
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:45:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:51:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55a05aa

dev-perl/XML-Filter-BufferText: EAPI=8 bump

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

 ...0-r1.ebuild => XML-Filter-BufferText-1.10.0-r2.ebuild} | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git 
a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild 
b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r2.ebuild
similarity index 75%
rename from 
dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild
rename to dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r2.ebuild
index 2a0e52395cc..fadd133a590 100644
--- a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild
+++ b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r2.ebuild
@@ -1,19 +1,18 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=RBERJON
-MODULE_VERSION=1.01
+DIST_AUTHOR=RBERJON
+DIST_VERSION=1.01
 inherit perl-module
 
 DESCRIPTION="Filter to put all characters() in one event"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
 
-RDEPEND=">=dev-perl/XML-SAX-0.12"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+RDEPEND="
+   >=dev-perl/XML-SAX-0.12
+"
+BDEPEND="${RDEPEND}"



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

2021-10-05 Thread Andreas K. Hüttel
commit: 05018beba53e788651edfd649a3e0a14dc9cc6a4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:49:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05018beb

dev-perl/XML-Generator: EAPI=8 bump

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

 ...r-1.40.0-r1.ebuild => XML-Generator-1.40.0-r2.ebuild} | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild 
b/dev-perl/XML-Generator/XML-Generator-1.40.0-r2.ebuild
similarity index 67%
rename from dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild
rename to dev-perl/XML-Generator/XML-Generator-1.40.0-r2.ebuild
index eb50bcae824..ba4adab51f7 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.40.0-r2.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=BHOLZMAN
-MODULE_VERSION=1.04
+DIST_AUTHOR=BHOLZMAN
+DIST_VERSION=1.04
 inherit perl-module
 
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML 
documents"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
 
-DEPEND="dev-libs/expat"
+DEPEND="
+   dev-libs/expat
+"
 RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${DEPEND}"



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

2021-10-05 Thread Andreas K. Hüttel
commit: eed35d3346c140f67168aa7e5c7637a88eab4dcf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:47:53 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed35d33

dev-perl/XML-Filter-DOMFilter-LibXML: EAPI=8 bump

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

 ...0.ebuild => XML-Filter-DOMFilter-LibXML-0.40.0-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
 
b/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0-r1.ebuild
similarity index 70%
rename from 
dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
rename to 
dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0-r1.ebuild
index 872bc91b7eb..25261094332 100644
--- 
a/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0.ebuild
+++ 
b/dev-perl/XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.40.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=CHOROBA
 DIST_VERSION=0.04
@@ -12,11 +12,11 @@ DESCRIPTION="SAX Filter allowing DOM processing of selected 
subtrees"
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ia64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=">=dev-perl/XML-LibXML-1.53"
-DEPEND="${RDEPEND}
+RDEPEND="
+   >=dev-perl/XML-LibXML-1.530.0
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/XML-SAX-Writer



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

2021-10-05 Thread Andreas K. Hüttel
commit: 2c548e7dcde4f5501b98b9c2faeb3516cc21b1ff
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:29:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:51:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c548e7d

dev-perl/XML-Encoding: Version bump 2.11

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

 dev-perl/XML-Encoding/Manifest|  1 +
 dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/XML-Encoding/Manifest b/dev-perl/XML-Encoding/Manifest
index a00e023aece..2f9358ca58c 100644
--- a/dev-perl/XML-Encoding/Manifest
+++ b/dev-perl/XML-Encoding/Manifest
@@ -1 +1,2 @@
 DIST XML-Encoding-2.09.tar.gz 188176 BLAKE2B 
fbc9a087e57d77087ca7d781458a0818a8e87bbee6ec9de9c5cf4d2324ae7fbb9d06dd7ed10083e42072bf673c6a19a876e9d071e2e31e9fb1207d6eff9c6dfa
 SHA512 
0c4b97b36eb134d61549105db6a3897487d181bdd44d7c2fdcc6873137de8de1b653003a50f310aabf8bd7e5ec9b04372c8bf9312037626cbb5f653f8f42fcb6
+DIST XML-Encoding-2.11.tar.gz 199965 BLAKE2B 
825336bba08fb3c8a92a7cdf5bdcabca43d8ae42f0945368b2a0c73b5fe231dd6a1ae5b152ef581ef1de9e0007a09b9345cd72a6877a0c8e808e60faaf59edfa
 SHA512 
358e67ec0870e5f10a479f04d4e09c11b9a6b25461a5af1b43f5d0be76340110d5ddba1c3fc668d36185833f1ed6dfd11173859c52dc7354fead616b0500206e

diff --git a/dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild 
b/dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild
new file mode 100644
index 000..9ad00318c34
--- /dev/null
+++ b/dev-perl/XML-Encoding/XML-Encoding-2.110.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHAY
+DIST_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="Perl Module that parses encoding map XML files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+   >=dev-perl/XML-Parser-2.180.0
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   virtual/perl-Test-Simple
+   )
+"



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

2021-10-05 Thread Andreas K. Hüttel
commit: 40fc130317b05a3c4e78e56e32b5081deac17918
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:31:19 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:51:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fc1303

dev-perl/XML-Fast: EAPI=8 bump

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

 ...{XML-Fast-0.170.0.ebuild => XML-Fast-0.170.0-r1.ebuild} | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild 
b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
similarity index 60%
rename from dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
rename to dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
index dfe6dafa67d..83ce2259192 100644
--- a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
+++ b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=MONS
 DIST_VERSION=0.17
@@ -11,8 +11,10 @@ DESCRIPTION="Simple and very fast XML to hash conversion"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-RDEPEND="virtual/perl-Encode"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker"
+RDEPEND="
+   virtual/perl-Encode
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2021-10-05 Thread Andreas K. Hüttel
commit: 8cb3323e831461eba9e90ccdb880e46f5b227884
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:42:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:51:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb3323e

dev-perl/XML-Feed: Version bump 0.63

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

 dev-perl/XML-Feed/Manifest|  1 +
 dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-perl/XML-Feed/Manifest b/dev-perl/XML-Feed/Manifest
index e886cdccd23..ae63e9d66a3 100644
--- a/dev-perl/XML-Feed/Manifest
+++ b/dev-perl/XML-Feed/Manifest
@@ -1 +1,2 @@
 DIST XML-Feed-0.53.tar.gz 54588 BLAKE2B 
a372e066f0cfe259a647ee8ac60177f607bf03336bb526e23a18caf2f32b06ce01a93631cc2e9eb09ee68b44fe9bb55153e9753fc940ba1166b20d4c80b75d37
 SHA512 
6a68939d8ff02124b86f38a2c82344e616e40732bd1e564a1bb8e15c8b406b8548d0630cf7c1a52744706c07d383b494b4876683c1ae3d43493bcf5138c582df
+DIST XML-Feed-0.63.tar.gz 64306 BLAKE2B 
3263f990d97c523a326ce2331e961e6395b5c208ea4608b2eb1ed6e6743507af0471436d100183ab8820b5eec274703acf38bb07ad85e63dec7c884bf282ccca
 SHA512 
3c624e71194ef263f0e1105407dc9a9bf5946a6e4964eb4b6ce96427a088db22a4f4821add5beb4602353a8d49883d1f6560ea50256354f3f8e2c1593b45e010

diff --git a/dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild 
b/dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild
new file mode 100644
index 000..0ead8a174cc
--- /dev/null
+++ b/dev-perl/XML-Feed/XML-Feed-0.630.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DAVECROSS
+DIST_VERSION=0.63
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Syndication feed parser and auto-discovery"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   dev-perl/XML-RSS-LibXML
+   )
+   dev-perl/Class-ErrorHandler
+   dev-perl/DateTime
+   dev-perl/DateTime-Format-Flexible
+   dev-perl/DateTime-Format-ISO8601
+   dev-perl/DateTime-Format-Mail
+   dev-perl/DateTime-Format-Natural
+   dev-perl/DateTime-Format-W3CDTF
+   dev-perl/Feed-Find
+   dev-perl/HTML-Parser
+   dev-perl/libwww-perl
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Module-Pluggable
+   dev-perl/URI-Fetch
+   >=dev-perl/XML-Atom-0.380.0
+   >=dev-perl/XML-LibXML-1.660.0
+   >=dev-perl/XML-RSS-1.470.0
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.420.0
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=("t/pod.t" "t/pod-coverage.t")



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

2021-10-05 Thread Andreas K. Hüttel
commit: e53fbe8a6249ed9042e8f43bf5de9fddfee71cf8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Oct  5 22:30:15 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Oct  5 22:51:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53fbe8a

dev-perl/XML-Entities: EAPI=8 bump

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

 ...ntities-1.0.200.ebuild => XML-Entities-1.0.200-r1.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild 
b/dev-perl/XML-Entities/XML-Entities-1.0.200-r1.ebuild
similarity index 74%
rename from dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild
rename to dev-perl/XML-Entities/XML-Entities-1.0.200-r1.ebuild
index 1297cf3ea3d..3e516f6e982 100644
--- a/dev-perl/XML-Entities/XML-Entities-1.0.200.ebuild
+++ b/dev-perl/XML-Entities/XML-Entities-1.0.200-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=SIXTEASE
 DIST_VERSION=1.0002
@@ -11,17 +11,17 @@ DESCRIPTION="Decode strings with XML entities"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
 RDEPEND="virtual/perl-Carp
!minimal? (
dev-perl/HTML-Parser
)
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
-   test? ( virtual/perl-Test-Simple )"
+   test? ( virtual/perl-Test-Simple )
+"
 
 S="${WORKDIR}/${PN}" # Upstream doesn't tar it up with version in dir
 



  1   2   3   >