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

2021-08-07 Thread Miroslav Šulc
commit: 42eb1da057a08af14b7abb6559f88ceae1fc6cc0
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Aug  8 05:58:42 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Aug  8 05:58:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42eb1da0

media-libs/liblscp: removed obsolete 0.9.3

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

 media-libs/liblscp/Manifest |  1 -
 media-libs/liblscp/liblscp-0.9.3.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest
index e198e43c745..ea071a9a9f8 100644
--- a/media-libs/liblscp/Manifest
+++ b/media-libs/liblscp/Manifest
@@ -1,2 +1 @@
-DIST liblscp-0.9.3.tar.gz 696509 BLAKE2B 
a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32
 SHA512 
e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e
 DIST liblscp-0.9.4.tar.gz 697219 BLAKE2B 
f1824c75237e47ffcd95c15b72e4746cbc8997924f70cced966baddb68877526cbbcd56ff419fa1eb5f1ca6a1537ce5db368ba41cac39e51813921720e9b
 SHA512 
6aa9b15d538925edf3327ca05023bac8285611902703fec20572416dde5cd7300ed429a7db464d92b9f6c1d524b89066888f8cbd0d56283ff3c78074605f396a

diff --git a/media-libs/liblscp/liblscp-0.9.3.ebuild 
b/media-libs/liblscp/liblscp-0.9.3.ebuild
deleted file mode 100644
index 515fa9bdea3..000
--- a/media-libs/liblscp/liblscp-0.9.3.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
-
-DESCRIPTION="C++ library for the Linux Sampler control protocol"
-HOMEPAGE="https://www.linuxsampler.org;
-SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
-https://download.linuxsampler.org/packages/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog TODO NEWS README )
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( doc/html/. )
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2021-08-07 Thread Hans de Graaff
commit: 7f312e3c16cf367b060c8d8f4016df61da1912cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:45:27 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:45:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f312e3c

dev-ruby/sorted_set: import of 1.0.3

New dependency for dev-ruby/bunny.

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

 dev-ruby/sorted_set/Manifest|  1 +
 dev-ruby/sorted_set/metadata.xml|  8 
 dev-ruby/sorted_set/sorted_set-1.0.3.ebuild | 24 
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/sorted_set/Manifest b/dev-ruby/sorted_set/Manifest
new file mode 100644
index 000..f467e2c02f7
--- /dev/null
+++ b/dev-ruby/sorted_set/Manifest
@@ -0,0 +1 @@
+DIST sorted_set-1.0.3.tar.gz 4863 BLAKE2B 
43dc21205db8cdef8be016d041607cecc7c23a847b2622518f212fe65d00b4bd63bc77c356f3e96ee84c6a1a702641f8248bb3d3201d7252652fd2fac7900d88
 SHA512 
67236fdac7d024203dd8d7432ec575008a14ad1e54367f6afb168711158ef5abac24629417751b0e11f641607d0a83689ec79e0c42b44025a6a7671cdcf3a70a

diff --git a/dev-ruby/sorted_set/metadata.xml b/dev-ruby/sorted_set/metadata.xml
new file mode 100644
index 000..3df5c34efc9
--- /dev/null
+++ b/dev-ruby/sorted_set/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+

diff --git a/dev-ruby/sorted_set/sorted_set-1.0.3.ebuild 
b/dev-ruby/sorted_set/sorted_set-1.0.3.ebuild
new file mode 100644
index 000..886a0324f92
--- /dev/null
+++ b/dev-ruby/sorted_set/sorted_set-1.0.3.ebuild
@@ -0,0 +1,24 @@
+# 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_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="sorted_set.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements a variant of Set whose elements are sorted in 
ascending order"
+HOMEPAGE="https://github.com/knu/sorted_set;
+SRC_URI="https://github.com/knu/sorted_set/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/rbtree
+   dev-ruby/set:0
+"



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

2021-08-07 Thread Hans de Graaff
commit: c383d3cbf8d924d6cf866898a61523510aa8625c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:49:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:49:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c383d3cb

dev-ruby/backports: add 3.21.0

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

 dev-ruby/backports/Manifest|  1 +
 dev-ruby/backports/backports-3.21.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index bd7e3e75da2..2c090ac85fb 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1,2 +1,3 @@
 DIST backports-3.15.0.gem 152064 BLAKE2B 
a2c2a1f35ab6f682be23a5189bafec563a2d028ed5f0e0a4880ad85e09ac7af1085a601323ec3459c5be87a5271c6c3e47b6e80005c50e3084d4ac1dc9f2fd35
 SHA512 
4eb1f928c37596971fa274d838ab991bce462a7f571cb68501fc81e579693528e93536c25e4b64d93f4f0edfd313c8aacd8af014bb5c586cc182867e78f614d5
 DIST backports-3.20.2.tar.gz 178633 BLAKE2B 
2e2f2f31099763bb218f3ada9f9d040d4b41fc842bbc8b91d703e91b89bab9d6e7bbf3aae1ecfe34abe6099d6cb34929ae72ba66d4ee473841563257fa85cf3c
 SHA512 
a91a2c9186315fca8e0b33554ef26986abe8565e08a79b9f150f8115f998b2a7a440bbc64b92f89c4e95e1c5e852bfeea6ab337804cf017517e77229f10820e5
+DIST backports-3.21.0.tar.gz 178706 BLAKE2B 
b895655fbbd15e99021f3d9d4f5efe84957c43cffc4e6442a286494624af3d9afa50933cb9f46d86a752c2aa1f52e867d4063e5f8357c969c7ade75b38566f52
 SHA512 
9d3a5315d412f16c28172121f7b64b424d3728e76c2b9b4466937572bc922f595f5b56caa265e9b03ed44ca64643c36086d60ddc1ff8799e11d953dc75aaee65

diff --git a/dev-ruby/backports/backports-3.21.0.ebuild 
b/dev-ruby/backports/backports-3.21.0.ebuild
new file mode 100644
index 000..20962fcf567
--- /dev/null
+++ b/dev-ruby/backports/backports-3.21.0.ebuild
@@ -0,0 +1,28 @@
+# 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_TASK_TEST="test"
+
+RUBY_FAKEGEM_GEMSPEC="backports.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports;
+SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
+   # a dependency on activesupport
+   sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb 
|| die
+
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+}



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

2021-08-07 Thread Hans de Graaff
commit: f7b08ad8c26cfdf83481f70d4010d0ab7157
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:51:57 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b08ad8

dev-ruby/bindata: cleanup

Bug: https://bugs.gentoo.org/798417
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bindata/Manifest |  3 ---
 dev-ruby/bindata/bindata-2.4.6.ebuild | 22 --
 dev-ruby/bindata/bindata-2.4.7.ebuild | 22 --
 dev-ruby/bindata/bindata-2.4.8.ebuild | 22 --
 4 files changed, 69 deletions(-)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 60eaabd16fe..8b096e8c24f 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,4 +1 @@
 DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
-DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
-DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364
-DIST bindata-2.4.8.gem 80384 BLAKE2B 
c5c87078016ca42fd09a903b803aa9b5d7b9da576c9060428f64433d21d0c30a7884c1baee4f5a48cfc0e0e462623a826f932fa38f3b4db9dd9fc6869ff10df4
 SHA512 
a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446

diff --git a/dev-ruby/bindata/bindata-2.4.6.ebuild 
b/dev-ruby/bindata/bindata-2.4.6.ebuild
deleted file mode 100644
index 37680de8635..000
--- a/dev-ruby/bindata/bindata-2.4.6.ebuild
+++ /dev/null
@@ -1,22 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}

diff --git a/dev-ruby/bindata/bindata-2.4.7.ebuild 
b/dev-ruby/bindata/bindata-2.4.7.ebuild
deleted file mode 100644
index 37680de8635..000
--- a/dev-ruby/bindata/bindata-2.4.7.ebuild
+++ /dev/null
@@ -1,22 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}

diff --git a/dev-ruby/bindata/bindata-2.4.8.ebuild 
b/dev-ruby/bindata/bindata-2.4.8.ebuild
deleted file mode 100644
index 985e24dd547..000
--- a/dev-ruby/bindata/bindata-2.4.8.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}



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

2021-08-07 Thread Hans de Graaff
commit: 22c9b7a2625dce532dcdbb6c725087a14a99cbea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:46:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c9b7a2

dev-ruby/aws-sigv4: add 1.2.4

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

 dev-ruby/aws-sigv4/Manifest   |  1 +
 dev-ruby/aws-sigv4/aws-sigv4-1.2.4.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/aws-sigv4/Manifest b/dev-ruby/aws-sigv4/Manifest
index f8f9037b3a0..0707becb857 100644
--- a/dev-ruby/aws-sigv4/Manifest
+++ b/dev-ruby/aws-sigv4/Manifest
@@ -1,3 +1,4 @@
 DIST aws-sigv4-1.1.2.gem 11776 BLAKE2B 
120446bb7ba1faf4236952b7dc53e0e88cad35476b2a56d188b73c1b3e4a4a93e835597eda5ebde02c0d65395045e9400e41b9d291f076cf73803286ea3151a3
 SHA512 
2d1f016e5a093a167d4bb6ae8774e5073c6c3c182a4ab64edfcc3cb93cdb827bdf2dd6731eddd096b8940db4cd751dd451bd4cf445c5b15ac5349e6d150281c8
 DIST aws-sigv4-1.1.4.gem 11776 BLAKE2B 
3b365817f3228bea3fbc4903ab59b39496570dc68f12bf20f2edce1f2910b54d983389bca11950bc06d37c1c0cf9038bf0b301096cd02747fba97f8fe71c
 SHA512 
58a0f94846edacff7a6037ee0fd2f77636241b1ad4de9882a4afbd9785879c371f2d6137c99e9232141bfd1d235aeb70422b2a4affd867b073db1b50c607ddf9
 DIST aws-sigv4-1.2.3.gem 16384 BLAKE2B 
55da04b54005107075e3e4ef6a16de03e25ee355938bb1846f2c1ab79f1d9c72b0d272acb8b8c58eb7803710f3ad9be7e2d137b0c387d84d4841f7dcb0fb82aa
 SHA512 
5d3aa9256f5e0fec5841ca5c9ca5aeb9a32cb4cf69f30221476d380c22e8f1863d2fbb4c826b89634c65f8080b83debdd84efe6e14e31f0a01bcf18b9fd71750
+DIST aws-sigv4-1.2.4.gem 16384 BLAKE2B 
31aee1c3c028b9ccd6b20e967af97394e3800d27cfec2f19a4f12b0a7f0ed2ed931b720beb7d3e3ae737ca33eb7c4271f565053f201a3e233625c5d1faf33fab
 SHA512 
1c03bf59899c7e7f6b01a786e75985c73459f0aacd3f01df70bac562db452e369317f8cb749f30d30629f058845687d9e2f614547f6f3ca1a4378db724170e4f

diff --git a/dev-ruby/aws-sigv4/aws-sigv4-1.2.4.ebuild 
b/dev-ruby/aws-sigv4/aws-sigv4-1.2.4.ebuild
new file mode 100644
index 000..18a8f4abf81
--- /dev/null
+++ b/dev-ruby/aws-sigv4/aws-sigv4-1.2.4.ebuild
@@ -0,0 +1,22 @@
+# 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_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Amazon Web Services Signature Version 4 signing library"
+HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/;
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/aws-eventstream-1.0.2:1"



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

2021-08-07 Thread Hans de Graaff
commit: 2bec4ab7f5ce551ca1e954ff50cf8b9467f9cd5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:51:16 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bec4ab7

dev-ruby/bindata: add 2.4.10

Bug: https://bugs.gentoo.org/798417
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bindata/Manifest  |  1 +
 dev-ruby/bindata/bindata-2.4.10.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 2c13d6a37d8..60eaabd16fe 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,3 +1,4 @@
+DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
 DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
 DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364
 DIST bindata-2.4.8.gem 80384 BLAKE2B 
c5c87078016ca42fd09a903b803aa9b5d7b9da576c9060428f64433d21d0c30a7884c1baee4f5a48cfc0e0e462623a826f932fa38f3b4db9dd9fc6869ff10df4
 SHA512 
a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446

diff --git a/dev-ruby/bindata/bindata-2.4.10.ebuild 
b/dev-ruby/bindata/bindata-2.4.10.ebuild
new file mode 100644
index 000..2f797ad9178
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.10.ebuild
@@ -0,0 +1,22 @@
+# 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="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-news/sfeed/

2021-08-07 Thread Nickolas Raymond Kaczynski
commit: 00b4537cdd29901cf6db7cf6df97f287dd0c3f7b
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Sun Aug  8 01:31:09 2021 +
Commit: Nickolas Raymond Kaczynski  disroot  org>
CommitDate: Sun Aug  8 01:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00b4537c

net-news/sfeed: bump version to 1.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>

 net-news/sfeed/Manifest  | 2 +-
 net-news/sfeed/{sfeed-0.9.25.ebuild => sfeed-1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/sfeed/Manifest b/net-news/sfeed/Manifest
index 072baff5f..ca71b54c5 100644
--- a/net-news/sfeed/Manifest
+++ b/net-news/sfeed/Manifest
@@ -1 +1 @@
-DIST sfeed-0.9.25.tar.gz 39226 BLAKE2B 
b928867e1bfdc2645349e8419db7377578e98325510e26c1aae78c68e0653e8544868e555cc713f2fafada949406a1f9e08929e690d4a19a1f36e939426f7b8a
 SHA512 
fadb6db4077e4712f40385d99ee52c9e4a7f7cf654da6d5b6bff1b71419187e5d992ab8374272070f3c175834e253e16346b1795a4dc96a5a2ca6351698d9c34
+DIST sfeed-1.0.tar.gz 39349 BLAKE2B 
75b74ec4f3fbe400f030c10f31e5084e82313de9a4c766ee46106b55dae53b17ce02f490ca348aad73da527af34bc22ae0598bbe82fadb3b0b833065dedabd60
 SHA512 
8377b092c797483564e189e77f9cb37a675d5d88ad41625ab5afbafb39af13bf2787d27d1bc543f8089f2fffec4532b58687a8ed2b0f3d31a1aa030359de6a93

diff --git a/net-news/sfeed/sfeed-0.9.25.ebuild 
b/net-news/sfeed/sfeed-1.0.ebuild
similarity index 100%
rename from net-news/sfeed/sfeed-0.9.25.ebuild
rename to net-news/sfeed/sfeed-1.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: net-news/sfeed_curses/

2021-08-07 Thread Nickolas Raymond Kaczynski
commit: 2881ef0f6e7b8c6553a50c7fa835c214caada270
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Sun Aug  8 01:32:13 2021 +
Commit: Nickolas Raymond Kaczynski  disroot  org>
CommitDate: Sun Aug  8 01:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2881ef0f

net-news/sfeed_curses: bump version to 1.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>

 net-news/sfeed_curses/Manifest  | 2 +-
 .../{sfeed_curses-0.9.13.ebuild => sfeed_curses-1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/sfeed_curses/Manifest b/net-news/sfeed_curses/Manifest
index dd04e063e..d27270573 100644
--- a/net-news/sfeed_curses/Manifest
+++ b/net-news/sfeed_curses/Manifest
@@ -1 +1 @@
-DIST sfeed_curses-0.9.13.tar.gz 22611 BLAKE2B 
8afc6cac44a7beaf3fbe09e8f5c42c3ba2712a9e68c966da69a257d75e960e39e9f46201977e498630e4ff237dab334881c974c9850cc153a5161e20ee136e8f
 SHA512 
c52b6afe3b3037f7865493f7475c757f561db28279b80bc1ddb7aecd8144d166c84c4dd2c5e58d78e42909c6d8829f92648e55ba01dce65494671de98503326b
+DIST sfeed_curses-1.0.tar.gz 23381 BLAKE2B 
1e3d7b494dbec997c8d8e3809059283b55f7cead4bb8b68c734f302248dc2279ff756aa0a484e1687afc882546f235414d7542b2b6501c597bf46903ee339c6a
 SHA512 
575e09a71bab0cec18506426461f2f0fad7247de0520ea32e557ab87755424f015c9edb317c4799ff178746794bdf18509f375cff68caab3ca9e11bf4284b946

diff --git a/net-news/sfeed_curses/sfeed_curses-0.9.13.ebuild 
b/net-news/sfeed_curses/sfeed_curses-1.0.ebuild
similarity index 100%
rename from net-news/sfeed_curses/sfeed_curses-0.9.13.ebuild
rename to net-news/sfeed_curses/sfeed_curses-1.0.ebuild



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

2021-08-07 Thread Azael Reyes
commit: 865e833714adfc38b0250a7e0fd48e53d8950129
Author: Azael Reyes  gmail  com>
AuthorDate: Sun Aug  8 02:33:05 2021 +
Commit: Azael Reyes  gmail  com>
CommitDate: Sun Aug  8 02:33:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=865e8337

app-misc/apidb: fixed bad diretory for glade resources

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.4_beta.ebuild | 81 +
 2 files changed, 82 insertions(+)

diff --git a/app-misc/apidb/Manifest b/app-misc/apidb/Manifest
index c1922df46..0b58b71c7 100644
--- a/app-misc/apidb/Manifest
+++ b/app-misc/apidb/Manifest
@@ -1,3 +1,4 @@
 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.8.0-beta.tar.gz 183120 BLAKE2B 
82d6a2e40aab046b14c6256acca458765bc744144f57d8aeae5201f8e89d97c70d5dbc42fe89880ded8ea9ee9ff96e2f2a91f3da8e7b13fb52cd4ba75caedaf6
 SHA512 
07d9cb217922239ad79ec6632d28f87d986e69ec3fd5c5440dbae96514a10a66f043efa84031c6541c3b1dc8b6786b5265c9cdd98f8b4102c3e937934bad649a

diff --git a/app-misc/apidb/apidb-5.13.4_beta.ebuild 
b/app-misc/apidb/apidb-5.13.4_beta.ebuild
new file mode 100644
index 0..0f7dc87bf
--- /dev/null
+++ b/app-misc/apidb/apidb-5.13.4_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/gentoo:master commit in: dev-util/checkbashisms/

2021-08-07 Thread Sam James
commit: d140a4f2c4e30dee8e7d633e42a47c8f954ca465
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  8 02:30:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  8 02:30:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d140a4f2

dev-util/checkbashisms: minor ebuild modernisation

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

 dev-util/checkbashisms/checkbashisms-2.21.3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild
index f83f6eb85c5..c92bd4dea7d 100644
--- a/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild
+++ b/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild
@@ -9,11 +9,11 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
 HOMEPAGE="https://packages.debian.org/devscripts 
https://salsa.debian.org/debian/devscripts;
 SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+S="${WORKDIR}/${MY_P}/scripts"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
 
 # Requires python packages to check tools we don't need anyway
 RESTRICT="test"
@@ -21,8 +21,6 @@ RESTRICT="test"
 RDEPEND="dev-lang/perl
virtual/perl-Getopt-Long"
 
-S="${WORKDIR}/${MY_P}/scripts"
-
 src_prepare() {
default
 



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

2021-08-07 Thread Sam James
commit: cb61c006cd4f6d35a7dc8e3c0c86c3df109873a7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  8 00:08:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  8 00:11:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb61c006

dev-util/byacc: add 20210802

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

 dev-util/byacc/Manifest  |  1 +
 dev-util/byacc/byacc-20210802.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index d1fbedb3960..d437738dc5f 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,3 +1,4 @@
 DIST byacc-20210109.tgz 873282 BLAKE2B 
3f856bfba00b692ecc5fd297582ff594873914552d522be5de78bc74c0c52a7e0b7fbcdd31e209e7269d9e00e2449cf7162ac5cd0a1f2060e051f8fca2171460
 SHA512 
95eafe81948fee1839fed8fff71d65c23d85de02af51672c118b2eed7c680f0dd300cec54cf366a248307c480844edc66a027575b29e20ef2f71f3c243ad5202
 DIST byacc-20210520.tgz 878173 BLAKE2B 
feecf3708eb6269c046043bff7f3ca40f4d4240e1849283e970dcf1c2f665e8c43f46ca4913a332987b7c9883fea68947953c28bf3f8fc983ffe6b7a4d804c17
 SHA512 
0b119efbe8748f9b5959926c36ac006174d99deb7a9c84ce97b7b80a01d197dd4d1004788dfed87bc492410a354b06f01b848b8da20ce0f64466c527c091bf48
 DIST byacc-20210619.tgz 880118 BLAKE2B 
29a8f586c191c46fcec8d2a4203332621a9f03875aea81d7ba21a4e4676843320213e765709f22a385cf4328060496c154d036d4d757dd925ae81857f0977fc1
 SHA512 
878c7b5ab17bcfb0acb29ab06066630ee42cae7e768c7386308ec1f58e61744b5b6baaf7e9416cef32f9be406af65eb8f791ccf6e192caaf3f34954e6bcc1642
+DIST byacc-20210802.tgz 891480 BLAKE2B 
bc710437b20e55dfdccce4cbf0197eb59ed8debaecef473fd30cc21df22edeeef52db6df6f97e13b07e64bb5634ef28abf36347e633c2caf9d3f4b34ec42ac16
 SHA512 
7dd03bd0aaa0731cf14d1810b055c23bf65b12dd38434d987c7cf603db1321326622bc1f191935f02e2627ca2314ad485bb07596bae93d05c96ddf074f24057f

diff --git a/dev-util/byacc/byacc-20210802.ebuild 
b/dev-util/byacc/byacc-20210802.ebuild
new file mode 100644
index 000..841e2fcab71
--- /dev/null
+++ b/dev-util/byacc/byacc-20210802.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The best variant of the Yacc parser generator"
+HOMEPAGE="https://invisible-island.net/byacc/byacc.html;
+SRC_URI="https://invisible-mirror.net/archives/byacc/${P}.tgz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
+
+src_configure() {
+   econf --program-prefix=b
+}



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

2021-08-07 Thread Sam James
commit: d315d7344633a7bccb170b9d082bc0fe8629a1e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  8 00:12:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  8 00:12:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d315d734

dev-util/checkbashisms: add 2.21.3 (no functional change)

Doesn't seem to be any change in the tarball we grab
this from (Debian's devscripts) but let's do this anyway
to silence the notification of a new version.

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

 dev-util/checkbashisms/Manifest|  1 +
 dev-util/checkbashisms/checkbashisms-2.21.3.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-util/checkbashisms/Manifest b/dev-util/checkbashisms/Manifest
index a372dd94ff8..457d5db0bdd 100644
--- a/dev-util/checkbashisms/Manifest
+++ b/dev-util/checkbashisms/Manifest
@@ -1 +1,2 @@
 DIST devscripts_2.21.2.tar.xz 980516 BLAKE2B 
907f2f4e258a8396ad0a28eead1e2058b8e19be205f024ea80c0fbd9621d5ca4299844fe83d66cac7f653a917705d9c36eddb9d51454a7fbb9d7e2b52bc994ff
 SHA512 
a6765d807dc0c2ef7a3d8c59e1262bfe7542c3ca52cda3c1910af253925cb105a9d1bf272c76a86f0b3cdda9c8a4e2d29a660437f73087dd70ee8a444bbedb01
+DIST devscripts_2.21.3.tar.xz 980408 BLAKE2B 
99207ed58c0fdc592ce491ddda79a2ecb22a8975ef70828749bf58dff9cc94f63779025b3f0326d0c2c49ca768a7e651b1f9e7843e6da298c25340916334de25
 SHA512 
84122dd36de7961c26044ac8b82c0aae1dd4a811b5f0d522fe43488dad2872aa044ad1f38a78e49f9d13d8c19eb583a8082d636caeebb188f1dd4f1caec7

diff --git a/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild 
b/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild
new file mode 100644
index 000..f83f6eb85c5
--- /dev/null
+++ b/dev-util/checkbashisms/checkbashisms-2.21.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="devscripts"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Perl script to check for commonly used bash features not defined 
by POSIX"
+HOMEPAGE="https://packages.debian.org/devscripts 
https://salsa.debian.org/debian/devscripts;
+SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# Requires python packages to check tools we don't need anyway
+RESTRICT="test"
+
+RDEPEND="dev-lang/perl
+   virtual/perl-Getopt-Long"
+
+S="${WORKDIR}/${MY_P}/scripts"
+
+src_prepare() {
+   default
+
+   sed "s@###VERSION###@${PV}@" -i checkbashisms.pl || die
+}
+
+src_compile() { :; }
+
+src_install() {
+   newbin ${PN}.pl ${PN}
+   doman ${PN}.1
+}



[gentoo-commits] repo/user/gerislay:master commit in: dev-python/lifxlan/

2021-08-07 Thread gerion
commit: 9bd3dd5f8cf06ece4e16efcfaeff5e4551ef2d9b
Author: Gerion Entrup  flump  de>
AuthorDate: Sun Aug  8 01:01:07 2021 +
Commit: gerion  flump  de>
CommitDate: Sun Aug  8 01:01:36 2021 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=9bd3dd5f

dev-python/lifxlan: python 3.9/3.10

Signed-off-by: Gerion Entrup  flump.de>

 dev-python/lifxlan/Manifest| 2 +-
 dev-python/lifxlan/lifxlan-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/lifxlan/Manifest b/dev-python/lifxlan/Manifest
index 2713d95..82799d9 100644
--- a/dev-python/lifxlan/Manifest
+++ b/dev-python/lifxlan/Manifest
@@ -1 +1 @@
-EBUILD lifxlan-.ebuild 551 BLAKE2B 
660992953d61dd78a218a4ad5cebe11f096ea5c8b86a05a8cdab1a091c0ce87bfdce41e2311aff838e73bc06c110809c253209dc5654e33f7cd5e614480e372e
 SHA512 
43fa65174ca0ca725fbef39e5f88fbb3da99e558c3540bfce72a82067b44ca8df76f303b2427da6cb868bdc05ca1b271493e0c40a1f3fdd401ceb65dba24eb78
+EBUILD lifxlan-.ebuild 551 BLAKE2B 
aaf01326189546a69b26a3a51bf0f17bd1ae3cf89cde30be508da67a649501a372ca59ca7e875902c038ade650f21e2b7a745d1831b2086bc7bd8bd1b31cb446
 SHA512 
0b9d875a1801c836dbd9b7bdcab1b5051b78bba8214eb9da4c9b2c294d6742bf916ccac8498dd03c9dfbbf2d149c86a3f5db1853a6a46a540e7615ec00e5ce44

diff --git a/dev-python/lifxlan/lifxlan-.ebuild 
b/dev-python/lifxlan/lifxlan-.ebuild
index 1c431c9..565cb77 100644
--- a/dev-python/lifxlan/lifxlan-.ebuild
+++ b/dev-python/lifxlan/lifxlan-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{8..10} )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Python library for accessing LIFX devices using the official LIFX 
LAN protocol."



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/the-omega-project/

2021-08-07 Thread Alessandro Barbieri
commit: 72b0cb639c24916ff2cb509f98fd28d01effc3c6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Aug  7 23:43:52 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Aug  7 23:43:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72b0cb63

sci-mathematics/the-omega-project: reverse gui logic

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

 .../the-omega-project/the-omega-project-2.1_p20131119.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild 
b/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
index ee5e18912..494b4f982 100644
--- a/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
+++ b/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
@@ -43,7 +43,7 @@ src_prepare() {
default
append-cxxflags '-DSTILL_CHECK_MULT=1'
use debug || append-cxxflags '-DNDEBUG'
-   use gui && append-cxxflags '-DBATCH_ONLY_PETIT'
+   use gui || append-cxxflags '-DBATCH_ONLY_PETIT'
tc-export CXX RANLIB
sed -e "s|/usr/lib|/usr/$(get_libdir)|g" -i Makefile.config || die
 }



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

2021-08-07 Thread Sam James
commit: 12e342c5c478352aa8c0da3e3b5f3503d3af8ed4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug  7 19:15:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e342c5

dev-python/pillow: stable 8.3.1 for sparc, bug #806911

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pillow/pillow-8.3.1.ebuild 
b/dev-python/pillow/pillow-8.3.1.ebuild
index 7d73957966b..fc76b7c9249 100644
--- a/dev-python/pillow/pillow-8.3.1.ebuild
+++ b/dev-python/pillow/pillow-8.3.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
 REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
 RESTRICT="!test? ( test )"



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

2021-08-07 Thread Sam James
commit: e5a9eb517a8cf582bce2da070870d92b17a5b00b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug  7 14:22:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9eb51

net-libs/courier-authlib: stable 0.71.3 for sparc, bug #806595

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 net-libs/courier-authlib/courier-authlib-0.71.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-authlib/courier-authlib-0.71.3.ebuild 
b/net-libs/courier-authlib/courier-authlib-0.71.3.ebuild
index 8b5a627c584..208ab35e361 100644
--- a/net-libs/courier-authlib/courier-authlib-0.71.3.ebuild
+++ b/net-libs/courier-authlib/courier-authlib-0.71.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.courier-mta.org/authlib/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite static-libs"
 
 RESTRICT="!berkdb? ( test )"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/courier/

2021-08-07 Thread Sam James
commit: b14c28dd45c09c41b9f482244b9a8b45b2dd7bc3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug  7 14:24:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:41:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14c28dd

mail-mta/courier: stable 1.1.5 for sparc, bug #806595

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 mail-mta/courier/courier-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/courier/courier-1.1.5.ebuild 
b/mail-mta/courier/courier-1.1.5.ebuild
index f0131aa..e48f1ce4a04 100644
--- a/mail-mta/courier/courier-1.1.5.ebuild
+++ b/mail-mta/courier/courier-1.1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \
fam web webmail gnutls"
 



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

2021-08-07 Thread Sam James
commit: a1e2af2011f9f1653b6c23b96af9cdbce93e9960
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug  7 14:20:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e2af20

net-libs/courier-unicode: stable 2.2.3 for sparc, bug #806595

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 net-libs/courier-unicode/courier-unicode-2.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild
index cab28dc31f1..e8e9f45e2e2 100644
--- a/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.courier-mta.org/;
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE=""
 
 src_configure() {



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

2021-08-07 Thread Alessandro Barbieri
commit: 1ff1a916c799fbc1f4d78133ad80195d14050c2f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Aug  7 23:39:37 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Aug  7 23:39:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ff1a916

TODO.md: remove the omega project

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

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 2a390a922..02176d07d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,7 +11,6 @@ C
 * [libfixmath](https://github.com/PetteriAimonen/libfixmath)
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
-* [the-omega-project](https://github.com/davewathaverford/the-omega-project)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 
 C++



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/the-omega-project/files/, sci-mathematics/the-omega-project/

2021-08-07 Thread Alessandro Barbieri
commit: a2783097f49e1ef414e2acc2dc6368e11612806b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Aug  7 23:38:35 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Aug  7 23:38:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2783097

sci-mathematics/the-omega-project: rename patch

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

 ...nd-function.patch => the-omega-project-fix-fpermissive-errors.patch} | 0
 .../the-omega-project/the-omega-project-2.1_p20131119.ebuild| 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sci-mathematics/the-omega-project/files/the-omega-project-petit-remove-default-argument-of-friend-function.patch
 
b/sci-mathematics/the-omega-project/files/the-omega-project-fix-fpermissive-errors.patch
similarity index 100%
rename from 
sci-mathematics/the-omega-project/files/the-omega-project-petit-remove-default-argument-of-friend-function.patch
rename to 
sci-mathematics/the-omega-project/files/the-omega-project-fix-fpermissive-errors.patch

diff --git 
a/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild 
b/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
index 74b06ad51..ee5e18912 100644
--- a/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
+++ b/sci-mathematics/the-omega-project/the-omega-project-2.1_p20131119.ebuild
@@ -36,7 +36,7 @@ PATCHES=(
"${FILESDIR}/${PN}-respect-flags.patch"
"${FILESDIR}/${PN}-include-Exit-h-in-util-h.patch"
"${FILESDIR}/${PN}-remove-default-argument-of-friend-function.patch"
-   
"${FILESDIR}/${PN}-petit-remove-default-argument-of-friend-function.patch"
+   "${FILESDIR}/${PN}-fix-fpermissive-errors.patch"
 )
 
 src_prepare() {



[gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/the-omega-project/, sci-mathematics/the-omega-project/files/

2021-08-07 Thread Alessandro Barbieri
commit: ead845b389330c68232ae12dc83719ea20698105
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Aug  7 23:37:23 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Aug  7 23:38:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ead845b3

sci-mathematics/the-omega-project: initial import

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

 sci-mathematics/the-omega-project/Manifest |   1 +
 ...he-omega-project-include-Exit-h-in-util-h.patch |  10 ++
 ...emove-default-argument-of-friend-function.patch | 142 +
 ...emove-default-argument-of-friend-function.patch |  80 
 .../files/the-omega-project-respect-flags.patch|  45 +++
 sci-mathematics/the-omega-project/metadata.xml |  25 
 .../the-omega-project-2.1_p20131119.ebuild |  70 ++
 7 files changed, 373 insertions(+)

diff --git a/sci-mathematics/the-omega-project/Manifest 
b/sci-mathematics/the-omega-project/Manifest
new file mode 100644
index 0..348a75343
--- /dev/null
+++ b/sci-mathematics/the-omega-project/Manifest
@@ -0,0 +1 @@
+DIST the-omega-project-2.1_p20131119.tar.gz 2448617 BLAKE2B 
2700354ff1dd23cf4169c1a894feb0b09c9ef064d12eb514faf8bed50b7e8eb2692326e398b57b6ea81d3e89f2181024e6c2f79de6009f1938710d86a16116b4
 SHA512 
c02a96206349ea44545acb685d7d54a2ec8b0553ace6907afc89924a1f33cf86aa00d3a84ed5265e18cc83b07b09c0e354139e72c8d0bd1a7b7314b3e95e0145

diff --git 
a/sci-mathematics/the-omega-project/files/the-omega-project-include-Exit-h-in-util-h.patch
 
b/sci-mathematics/the-omega-project/files/the-omega-project-include-Exit-h-in-util-h.patch
new file mode 100644
index 0..0421eacf8
--- /dev/null
+++ 
b/sci-mathematics/the-omega-project/files/the-omega-project-include-Exit-h-in-util-h.patch
@@ -0,0 +1,10 @@
+--- a/basic/include/basic/util.h
 b/basic/include/basic/util.h
+@@ -31,6 +31,7 @@
+ 
+ 
+ #include 
++#include 
+ 
+ namespace omega {
+ 

diff --git 
a/sci-mathematics/the-omega-project/files/the-omega-project-petit-remove-default-argument-of-friend-function.patch
 
b/sci-mathematics/the-omega-project/files/the-omega-project-petit-remove-default-argument-of-friend-function.patch
new file mode 100644
index 0..7b2d693da
--- /dev/null
+++ 
b/sci-mathematics/the-omega-project/files/the-omega-project-petit-remove-default-argument-of-friend-function.patch
@@ -0,0 +1,142 @@
+--- a/petit/include/petit/Zima.h
 b/petit/include/petit/Zima.h
+@@ -67,13 +67,13 @@ public:
+ // If already_done != NULL, stop adding constraints when we get there
+ 
+ friend void access_in_bounds(F_And *N, const AccessIteration ,
+-   context_iterator already_done = 0,
+-   bool assertions = true);
++   context_iterator already_done,
++   bool assertions);
+ 
+ friend void context_in_bounds(F_And *N, const AccessIteration ,
+context_iterator c,
+-   context_iterator already_done = 0,
+-   bool assertions = true);
++   context_iterator already_done,
++   bool assertions);
+ 
+ //
+ // For A[I] and B[J] to access the same memory location,
+@@ -86,7 +86,7 @@ public:
+ //
+ friend void access_same_memory(F_And *N, const AccessIteration ,
+  const AccessIteration );
+-
++
+ friend void subscripts_equal_to_tuple (F_And *N, const AccessIteration 
,
+ const Variable_ID_Tuple *t);
+ 
+--- a/petit/src/add-assert.c
 b/petit/src/add-assert.c
+@@ -110,11 +110,11 @@ build_zap_problem(dd_current dd, Relation *r)
+ 
+ context_iterator c = cont_i_for_access(src.access());
+ while (!cont_i_done(c) && !cont_i_cur_is_loop(c)) cont_i_next(c);
+-if (!cont_i_done(c)) context_in_bounds(le, src, c);
++if (!cont_i_done(c)) context_in_bounds(le, src, c, 0, true);
+ 
+ c = cont_i_for_access(dest.access());
+ while (!cont_i_done(c) && !cont_i_cur_is_loop(c)) cont_i_next(c);
+-if (!cont_i_done(c)) context_in_bounds(le, dest, c);
++if (!cont_i_done(c)) context_in_bounds(le, dest, c, 0, true);
+ 
+ assert(copy(loops_execute).is_upper_bound_satisfiable());
+ 
+--- a/petit/src/browsedd.c
 b/petit/src/browsedd.c
+@@ -637,8 +637,8 @@ void write_deps(char *filename , char *inputfile,
+   
+   F_And *f = it.add_and();
+   
+-  access_in_bounds(f, a);
+-  access_in_bounds(f, b);
++  access_in_bounds(f, a, 0, true);
++  access_in_bounds(f, b, 0, true);
+   it.finalize();
+ 
+   

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

2021-08-07 Thread Sam James
commit: 948137cf08fa28aa9d10a491861eaf9e51189a8d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:34:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:34:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948137cf

dev-python/python-xlib: Stabilize 0.31 x86, #806920

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

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

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
index e640ea31612..32e2ad3d536 100644
--- a/dev-python/python-xlib/python-xlib-0.31.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2021-08-07 Thread Sam James
commit: ed0376972ff318070fe4ce17ee7fa8b9f96c87d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:36:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:36:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed037697

dev-perl/MIME-Types: Stabilize 2.210.0 arm64, #806626

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

 dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild 
b/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
index 8ecf98d51b6..091426b7faa 100644
--- a/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
+++ b/dev-perl/MIME-Types/MIME-Types-2.210.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Definition of MIME types"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-File-Spec



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

2021-08-07 Thread Sam James
commit: 68de027e9facda8a60a3e8adfe673623d41b8427
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:34:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:34:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68de027e

dev-perl/Set-Object: Stabilize 1.410.0 x86, #807022

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

 dev-perl/Set-Object/Set-Object-1.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Set-Object/Set-Object-1.410.0.ebuild 
b/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
index 8d7119e84ae..4721faba6b1 100644
--- a/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
+++ b/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="set of objects and strings"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-07 Thread Sam James
commit: 4ffc014289b7b615b7498b37975089ee64a4c878
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:34:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:34:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffc0142

dev-python/pyusb: Stabilize 1.2.1 x86, #806923

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

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

diff --git a/dev-python/pyusb/pyusb-1.2.1.ebuild 
b/dev-python/pyusb/pyusb-1.2.1.ebuild
index 53738e2e77a..d90c9a0212c 100644
--- a/dev-python/pyusb/pyusb-1.2.1.ebuild
+++ b/dev-python/pyusb/pyusb-1.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
 
 ### This version is compatible with both 0.X and 1.X versions of libusb
 DEPEND="virtual/libusb:="



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

2021-08-07 Thread Sam James
commit: 601bf9c0f1c793b784a4df9518bf3396db199a1c
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:35:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:35:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601bf9c0

dev-perl/Set-Object: Stabilize 1.410.0 amd64, #807022

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

 dev-perl/Set-Object/Set-Object-1.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Set-Object/Set-Object-1.410.0.ebuild 
b/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
index 4721faba6b1..46c48c7eb42 100644
--- a/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
+++ b/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="set of objects and strings"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-07 Thread Sam James
commit: 091457b283a991c62e5ab8e5eeba01d5212862bd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:36:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:36:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091457b2

dev-perl/Role-Tiny: Stabilize 2.2.4 arm64, #806616

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

 dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild 
b/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild
index 42ed6c23943..be29542f095 100644
--- a/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Roles: a nouvelle cuisine portion size slice of Moose"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=virtual/perl-Exporter-5.570.0



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

2021-08-07 Thread Sam James
commit: 6250b1eeb69476444f8f134895619b84b67df7cd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:36:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6250b1ee

dev-perl/Module-Build: Stabilize 0.423.100 arm64, #806638

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

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

diff --git a/dev-perl/Module-Build/Module-Build-0.423.100.ebuild 
b/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
index 7b90a400805..bf5869bbee1 100644
--- a/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
+++ b/dev-perl/Module-Build/Module-Build-0.423.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Build and install Perl modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=virtual/perl-CPAN-Meta-2.142.60



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

2021-08-07 Thread Sam James
commit: 5a06feb8e1e6dfd67c9a8200f6ea801a64d4bdb9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a06feb8

dev-python/pyrsistent: Stabilize 0.18.0 x86, #806914

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

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

diff --git a/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild
index 02766cd53af..88b341939e6 100644
--- a/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.18.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-08-07 Thread Sam James
commit: 9162246e0270a2369758e86679bcf186557427d8
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:34:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:34:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162246e

dev-python/regex: Stabilize 2021.7.6 x86, #806926

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

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

diff --git a/dev-python/regex/regex-2021.7.6.ebuild 
b/dev-python/regex/regex-2021.7.6.ebuild
index b4edfef28c4..b7a553763ea 100644
--- a/dev-python/regex/regex-2021.7.6.ebuild
+++ b/dev-python/regex/regex-2021.7.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 IUSE="doc"
 
 PATCHES=(



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

2021-08-07 Thread Sam James
commit: 455c39775296177ddd0e5167e3a2ae3aaf246743
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:34:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455c3977

dev-python/pysvn: Stabilize 1.9.13 x86, #806917

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

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

diff --git a/dev-python/pysvn/pysvn-1.9.13.ebuild 
b/dev-python/pysvn/pysvn-1.9.13.ebuild
index 023d8cf055f..062d488acd6 100644
--- a/dev-python/pysvn/pysvn-1.9.13.ebuild
+++ b/dev-python/pysvn/pysvn-1.9.13.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/project/pysvn/pysvn/V${PV}/${P}.tar.gz"
 
 LICENSE="Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="doc examples"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/

2021-08-07 Thread Sam James
commit: 82d616b52fd8ee7535e7a31f9b8b9944c208c02f
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d616b5

net-p2p/airdcpp-webclient: Stabilize 2.11.0-r1 x86, #806266

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

 net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild
index 38e4bf64f33..9771504e496 100644
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cross-platform Direct Connect client"
 HOMEPAGE="https://airdcpp-web.github.io/;
 SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="debug nat-pmp +tbb +webui"



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

2021-08-07 Thread Sam James
commit: df648cd33a05c601456f4d0f190ccdee202296c3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df648cd3

dev-python/bitarray: Stabilize 2.2.2 x86, #806881

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

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

diff --git a/dev-python/bitarray/bitarray-2.2.2.ebuild 
b/dev-python/bitarray/bitarray-2.2.2.ebuild
index 1e599f3c566..b5ceb188ee8 100644
--- a/dev-python/bitarray/bitarray-2.2.2.ebuild
+++ b/dev-python/bitarray/bitarray-2.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 python_test() {
"${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with 
${EPYTHON}"



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

2021-08-07 Thread Sam James
commit: aa55c262f9b35ef45a16792f9b2636e21400b526
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa55c262

www-apps/airdcpp-webui: Stabilize 2.11.0 x86, #806266

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

 www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
index 4961633cf2f..3b5a9f02135 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/;
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz;
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE=""



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

2021-08-07 Thread Sam James
commit: e7daa055b36477bf7b93d303352b1ead2e5a68f4
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7daa055

media-libs/liblscp: Stabilize 0.9.4 x86, #806662

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

 media-libs/liblscp/liblscp-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/liblscp/liblscp-0.9.4.ebuild 
b/media-libs/liblscp/liblscp-0.9.4.ebuild
index 471dfb11bf2..515fa9bdea3 100644
--- a/media-libs/liblscp/liblscp-0.9.4.ebuild
+++ b/media-libs/liblscp/liblscp-0.9.4.ebuild
@@ -10,7 +10,7 @@ https://download.linuxsampler.org/packages/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2021-08-07 Thread Sam James
commit: fffbb5698681e8b8a1059f5d7aa0a0fc4b5b55e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffbb569

media-sound/qsynth: Stabilize 0.9.4 x86, #806668

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

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

diff --git a/media-sound/qsynth/qsynth-0.9.4.ebuild 
b/media-sound/qsynth/qsynth-0.9.4.ebuild
index 623312d2443..a9c46977ac2 100644
--- a/media-sound/qsynth/qsynth-0.9.4.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="amd64 ppc ppc64 ~x86"
+   KEYWORDS="amd64 ppc ppc64 x86"
 fi
 
 LICENSE="GPL-2"



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

2021-08-07 Thread Sam James
commit: cc6aa197502a09656cb1c2a39434842c735d8d29
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6aa197

dev-perl/B-Keywords: Stabilize 1.220.0 x86, #806656

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

 dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild 
b/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild
index f6c857be550..12c37f792d7 100644
--- a/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild
+++ b/dev-perl/B-Keywords/B-Keywords-1.220.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lists of reserved barewords and symbol names"
 # GPL-2 - no later clause
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"
 PERL_RM_FILES=(



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

2021-08-07 Thread Sam James
commit: a4be00879456fa36628388bda6ffbc4651f8e26d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4be0087

dev-python/pillow: Stabilize 8.3.1 x86, #806911

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

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

diff --git a/dev-python/pillow/pillow-8.3.1.ebuild 
b/dev-python/pillow/pillow-8.3.1.ebuild
index 0bab8cc2b50..7d73957966b 100644
--- a/dev-python/pillow/pillow-8.3.1.ebuild
+++ b/dev-python/pillow/pillow-8.3.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
 REQUIRED_USE="test? ( jpeg jpeg2k tiff )"
 RESTRICT="!test? ( test )"



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

2021-08-07 Thread Sam James
commit: e2ccc171688d827b7325e87746ca02299483c656
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:32:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ccc171

dev-perl/Module-Install: Stabilize 1.190.0 x86, #806647

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

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

diff --git a/dev-perl/Module-Install/Module-Install-1.190.0.ebuild 
b/dev-perl/Module-Install/Module-Install-1.190.0.ebuild
index ac44fc63e98..d83b6bcd1cb 100644
--- a/dev-perl/Module-Install/Module-Install-1.190.0.ebuild
+++ b/dev-perl/Module-Install/Module-Install-1.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standalone, extensible Perl module installer"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux"
 
 RDEPEND="
>=virtual/perl-CPAN-Meta-1.441.300



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

2021-08-07 Thread Sam James
commit: 00055bfa85b708d07690396fca82f580622872fc
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00055bfa

dev-python/executing: Stabilize 0.7.0 x86, #806890

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

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

diff --git a/dev-python/executing/executing-0.7.0.ebuild 
b/dev-python/executing/executing-0.7.0.ebuild
index 80589a237cf..0c1087e0bee 100644
--- a/dev-python/executing/executing-0.7.0.ebuild
+++ b/dev-python/executing/executing-0.7.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 # asttokens is optional runtime dep
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/

2021-08-07 Thread Sam James
commit: 105f86675d5d605f0611a85ca20a3375c460ef8c
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105f8667

dev-cpp/websocketpp: Stabilize 0.8.1-r1 x86, #806266

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

 dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild 
b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
index 78eb830b52a..d7b8d0935b9 100644
--- a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
+++ b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2021-08-07 Thread Sam James
commit: 02291f1f2907168f1bf5977218b298f33e01b431
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:32:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:32:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02291f1f

dev-perl/Module-Find: Stabilize 0.150.0 x86, #806644

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

 dev-perl/Module-Find/Module-Find-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild 
b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
index 7529497091f..bcc72829713 100644
--- a/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
+++ b/dev-perl/Module-Find/Module-Find-0.150.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="Find and use installed modules in a (sub)category"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-solaris"
 
 PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )



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

2021-08-07 Thread Sam James
commit: ed2f4d695a38e099599da8d78ee997746c3a4a70
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2f4d69

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 x86, #806112

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

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild 
b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index 43a42d558df..dcf91dcac9b 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util



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

2021-08-07 Thread Sam James
commit: 34f8dc6f71594f92e25aefaf57a5f496e33b4f53
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f8dc6f

dev-perl/Module-Manifest: Stabilize 1.90.0 x86, #806650

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

 dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild 
b/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
index 775ca98debb..fc67f7e7dce 100644
--- a/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
+++ b/dev-perl/Module-Manifest/Module-Manifest-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
virtual/perl-Carp



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

2021-08-07 Thread Sam James
commit: c57e1099d4eb48442eddb659a5ac0aed6916848f
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:32:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:32:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57e1099

dev-perl/Module-Compile: Stabilize 0.380.0 x86, #806641

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

 dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
index 3bf6d93f684..6a49460c7c9 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Module Compilation"
 
 SLOT="0"
-KEYWORDS="amd64 arm ppc ~x86"
+KEYWORDS="amd64 arm ppc x86"
 
 RDEPEND="
dev-perl/Capture-Tiny



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

2021-08-07 Thread Sam James
commit: 9a31475ff21935ceb006f5e197d5a0e35f118936
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 23:33:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 23:33:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a31475f

dev-perl/Inline: Stabilize 0.860.0 x86, #806653

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

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

diff --git a/dev-perl/Inline/Inline-0.860.0.ebuild 
b/dev-perl/Inline/Inline-0.860.0.ebuild
index 2d83c497860..26ce6836da3 100644
--- a/dev-perl/Inline/Inline-0.860.0.ebuild
+++ b/dev-perl/Inline/Inline-0.860.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Write Perl subroutines in other languages"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-08-07 Thread Conrad Kostecki
commit: ed291056b928b82224dd093c24446adeaf3e5ab9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:43:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:43:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed291056

app-crypt/acme-sh: drop old version

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

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-2.9.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 574e3bcfd59..9c1d851aa0f 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.9.0.tar.gz 232001 BLAKE2B 
bab24bae37098b41e2b5acc5c4fd7106274b9bcc309d605722d4e412c4be1c72b516d59029c246472dfa7adc9575e29bbf2cf7e084177bedaf86516f311c4847
 SHA512 
bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1
 DIST acme.sh-3.0.0.tar.gz 237047 BLAKE2B 
4165cb8b5d6f7a6deda8149332c798f795e5c8cfc63953f2e30e28f1b7ec256a1f3e38596d33d075c7257921d9ffd27bc6add3ac8bb3b9c0ddf5861cb0d3a2d3
 SHA512 
e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1

diff --git a/app-crypt/acme-sh/acme-sh-2.9.0.ebuild 
b/app-crypt/acme-sh/acme-sh-2.9.0.ebuild
deleted file mode 100644
index a6b09a058aa..000
--- a/app-crypt/acme-sh/acme-sh-2.9.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/

2021-08-07 Thread Conrad Kostecki
commit: e6c361b5c0641dd86fb7006e6a4ee65074606b19
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:37:46 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:37:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c361b5

sys-block/arcconf: amd64 stable

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

 sys-block/arcconf/arcconf-3.07.23971.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/arcconf/arcconf-3.07.23971.ebuild 
b/sys-block/arcconf/arcconf-3.07.23971.ebuild
index 4d619ba2690..f64c4f84d87 100644
--- a/sys-block/arcconf/arcconf-3.07.23971.ebuild
+++ b/sys-block/arcconf/arcconf-3.07.23971.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/linux_x64"
 
 LICENSE="Microsemi"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2021-08-07 Thread Conrad Kostecki
commit: 84e48a0895169246e43c97410f9c6b2c369b9e62
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:41:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:41:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e48a08

app-benchmarks/stress-ng: bump to version 0.13.00

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

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 58555383e7e..0a20da10672 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.12.12.tar.xz 558492 BLAKE2B 
ccd805a2f50306b50f95d98cdf766a82a511a03e2728cdcb70c51e6df75280c42195ed71b5a27bb4b70049ab1d18a6e47d7a1549a49601fc4f6fe3d0330db1b2
 SHA512 
1061618a44b2cb399cb845abf7de88009376dd186f259f7d91cdc6fb7102b2d869806d4c76c113c2355da426c066e41f7ee2e3d229fa499b16d993ec1cd5b278
+DIST stress-ng-0.13.00.tar.xz 566324 BLAKE2B 
62a075f2945127f1e730c46c596cbfdd407826ec2e5f1c3000dbf47000ecd4a136463ef2cb13cb736fc2db12ae215d87fc28c757e4d7d292fcce73b676fdc729
 SHA512 
c3d5dd7d27d538f148837bf8be0a9a9f4713bfb44c6ea203647b87b1a033757cb61599781ce95ea8b06943dcc1ed7762dec8c9859ad77673b5d44f3380741d6e

diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild
new file mode 100644
index 000..309cd350a1c
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.13.00.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit optfeature toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/;
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   sys-apps/attr
+   sys-apps/keyutils:=
+   sys-libs/libcap
+   sys-libs/zlib
+   virtual/libcrypt:=
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
+
+src_compile() {
+   export MAN_COMPRESS=0
+   export VERBOSE=1
+   tc-export CC
+
+   default
+}
+
+pkg_postinst() {
+   optfeature "AppArmor support" sys-libs/libapparmor
+   optfeature "SCTP support" net-misc/lksctp-tools
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/files/, app-benchmarks/stress-ng/

2021-08-07 Thread Conrad Kostecki
commit: 1e6dab027917e201726e4d850cd64679f467f207
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:42:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6dab02

app-benchmarks/stress-ng: drop old version

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

 app-benchmarks/stress-ng/Manifest  |   1 -
 .../files/stress-ng-0.12.12-glibc-2.34.patch   | 101 -
 app-benchmarks/stress-ng/stress-ng-0.12.12.ebuild  |  44 -
 3 files changed, 146 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 0a20da10672..69c66bd1fde 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1 @@
-DIST stress-ng-0.12.12.tar.xz 558492 BLAKE2B 
ccd805a2f50306b50f95d98cdf766a82a511a03e2728cdcb70c51e6df75280c42195ed71b5a27bb4b70049ab1d18a6e47d7a1549a49601fc4f6fe3d0330db1b2
 SHA512 
1061618a44b2cb399cb845abf7de88009376dd186f259f7d91cdc6fb7102b2d869806d4c76c113c2355da426c066e41f7ee2e3d229fa499b16d993ec1cd5b278
 DIST stress-ng-0.13.00.tar.xz 566324 BLAKE2B 
62a075f2945127f1e730c46c596cbfdd407826ec2e5f1c3000dbf47000ecd4a136463ef2cb13cb736fc2db12ae215d87fc28c757e4d7d292fcce73b676fdc729
 SHA512 
c3d5dd7d27d538f148837bf8be0a9a9f4713bfb44c6ea203647b87b1a033757cb61599781ce95ea8b06943dcc1ed7762dec8c9859ad77673b5d44f3380741d6e

diff --git a/app-benchmarks/stress-ng/files/stress-ng-0.12.12-glibc-2.34.patch 
b/app-benchmarks/stress-ng/files/stress-ng-0.12.12-glibc-2.34.patch
deleted file mode 100644
index b2f93f21cba..000
--- a/app-benchmarks/stress-ng/files/stress-ng-0.12.12-glibc-2.34.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-From f839de283c44ffe46a2d14bfdf854c145abd8ed6 Mon Sep 17 00:00:00 2001
-From: Colin Ian King 
-Date: Mon, 19 Jul 2021 20:49:34 +0100
-Subject: [PATCH] Detemine minimal stack size via sysconf, then
- PTHREAD_STACK_MIN then guess
-
-Don't rely on PTHREAD_STACK_MIN being defined, use sysconf, then
-PTHREAD_STACK_MIN if it is defined, then 8K default.
-
-Signed-off-by: Colin Ian King 

- core-helper.c| 31 +++
- stress-ng.h  |  1 +
- stress-pthread.c | 13 ++---
- 3 files changed, 34 insertions(+), 11 deletions(-)
-
-diff --git a/core-helper.c b/core-helper.c
-index 508627f2..97a3b869 100644
 a/core-helper.c
-+++ b/core-helper.c
-@@ -2494,6 +2494,37 @@ size_t stress_min_sig_stack_size(void)
-   return (size_t)sz;
- }
- 
-+size_t stress_min_pthread_stack_size(void)
-+{
-+  static long sz = -1, min;
-+
-+  /* return cached copy */
-+  if (sz > 0)
-+  return sz;
-+
-+  min = stress_min_aux_sig_stack_size();
-+#if defined(__SC_THREAD_STACK_MIN_VALUE)
-+  sz = sysconf(__SC_THREAD_STACK_MIN_VALUE);
-+  if (sz > min)
-+  min = sz;
-+#endif
-+#if defined(_SC_THREAD_STACK_MIN_VALUE)
-+  sz = sysconf(_SC_THREAD_STACK_MIN_VALUE);
-+  if (sz > min)
-+  min = sz;
-+#endif
-+#if defined(PTHREAD_STACK_MIN)
-+  if (PTHREAD_STACK_MIN > min)
-+  min = PTHREAD_STACK_MIN;
-+#endif
-+  if (8192 > min)
-+  min = 8192;
-+
-+  sz = min;
-+
-+  return (size_t)sz;
-+}
-+
- /*
-  *  stress_sig_handler_exit()
-  *signal handler that exits a process via _exit(0) for
-diff --git a/stress-ng.h b/stress-ng.h
-index 8a8b17ae..cd744756 100644
 a/stress-ng.h
-+++ b/stress-ng.h
-@@ -4056,6 +4056,7 @@ extern WARN_UNUSED int32_t  
stress_get_opt_ionice_class(const char *const str);
- /* Misc helper funcs */
- extern WARN_UNUSED size_t stress_sig_stack_size(void);
- extern WARN_UNUSED size_t stress_min_sig_stack_size(void);
-+extern WARN_UNUSED size_t stress_min_pthread_stack_size(void);
- 
- #define STRESS_SIGSTKSZ   (stress_sig_stack_size())
- #define STRESS_MINSIGSTKSZ(stress_min_sig_stack_size())
-diff --git a/stress-pthread.c b/stress-pthread.c
-index 0da3aeec..2af8 100644
 a/stress-pthread.c
-+++ b/stress-pthread.c
-@@ -69,12 +69,7 @@ static const stress_opt_set_func_t opt_set_funcs[] = {
- 
- #if defined(HAVE_LIB_PTHREAD)
- 
--/* Some systems such as GNU/HURD don't define PTHREAD_STACK_MIN */
--#if !defined(PTHREAD_STACK_MIN)
--#define PTHREAD_STACK_MIN (16 * KB)
--#endif
--
--#define DEFAULT_STACK_MIN (16 * KB)
-+#define DEFAULT_STACK_MIN (8 * KB)
- 
- #if defined(HAVE_GET_ROBUST_LIST) &&  \
- defined(HAVE_LINUX_FUTEX_H)
-@@ -404,11 +399,7 @@ static int stress_pthread(const stress_args_t *args)
-   stress_pthread_args_t pargs = { args, NULL, 0 };
-   sigset_t set;
- #if defined(HAVE_PTHREAD_ATTR_SETSTACK)
--#if DEFAULT_STACK_MIN == PTHREAD_STACK_MIN
--  const size_t stack_size = PTHREAD_STACK_MIN;
--#else
--  const size_t stack_size = STRESS_MAXIMUM(DEFAULT_STACK_MIN, 
PTHREAD_STACK_MIN);
--#endif

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

2021-08-07 Thread Conrad Kostecki
commit: 8e2cd26f328af999c07d8d90c276d4d998d1b3c7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:43:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:43:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2cd26f

app-crypt/acme-sh: bump to version 3.0.0

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

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index a18ad354e55..574e3bcfd59 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.9.0.tar.gz 232001 BLAKE2B 
bab24bae37098b41e2b5acc5c4fd7106274b9bcc309d605722d4e412c4be1c72b516d59029c246472dfa7adc9575e29bbf2cf7e084177bedaf86516f311c4847
 SHA512 
bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1
+DIST acme.sh-3.0.0.tar.gz 237047 BLAKE2B 
4165cb8b5d6f7a6deda8149332c798f795e5c8cfc63953f2e30e28f1b7ec256a1f3e38596d33d075c7257921d9ffd27bc6add3ac8bb3b9c0ddf5861cb0d3a2d3
 SHA512 
e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1

diff --git a/app-crypt/acme-sh/acme-sh-3.0.0.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.0.ebuild
new file mode 100644
index 000..a6b09a058aa
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2021-08-07 Thread Conrad Kostecki
commit: 20595f517e3d1048bfbe4fc3eb14cffa625e8cb2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:46:35 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:46:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20595f51

games-fps/eduke32: bump to version 20210805.9498

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

 games-fps/eduke32/Manifest |   1 +
 games-fps/eduke32/eduke32-20210805.9498.ebuild | 219 +
 2 files changed, 220 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 3abf5dcfdcd..188735c0e2b 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -7,3 +7,4 @@ DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20210624-9393-39e8f1852.tar.xz 20562500 BLAKE2B 
46bb0fe5777040f3222c46ca5840b89f3173803891015a7a03344c87d8c7b00141e6838ed2ff6a74bd57b537bd61214e8ca7320b25dd103dc39056320ce51216
 SHA512 
59bd76fc35dc7031fe0a08fd5b2e3e24f4b8cc72fe410222f288457e8f290ebc5cf9a818961a45a4ca6086ebe4eb5d589185f254c1843169306a993dc0abf3c8
 DIST eduke32_src_20210707-9468-73aac5b2d.tar.xz 20683656 BLAKE2B 
5dfab0d8f0cd35ae34f5190333ac89caca00edbfe5cf18f0b58b61ed9421f93f7cbc2757b7b07a34a06aa12897753e5bfafb46bb4cf1de9797e59fdf996c8f11
 SHA512 
426d5a6a1d9decb4deeac3125b91d9f0e7b7565771aca2013dd76f3749625185cb64d056a0c37ea24da0c1266965012a4485636eeb85df933f23c12136e08585
+DIST eduke32_src_20210805-9498-54ac18bcf.tar.xz 20099028 BLAKE2B 
cae770fde1eda2d862d4483f8cc9d51bc800202752c0e666fb625a9d688b51efaae6d0d841767e36acacf78b675382c418d33d4f9a80778d33b1ac4d75281ee8
 SHA512 
a4cb0b56019207f61dfc092497082f5a4fb93a5ff76ab4cd9d76a9b7d3254ccf0be835052660e2243b067352514c38e83bb49c35cb098b70c5e4f5a33d952516

diff --git a/games-fps/eduke32/eduke32-20210805.9498.ebuild 
b/games-fps/eduke32/eduke32-20210805.9498.ebuild
new file mode 100644
index 000..c781946c5fb
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20210805.9498.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+EGIT_COMMIT="54ac18bcf"
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
+   https://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
+REQUIRED_USE="
+   hrp? ( duke3d !voxels )
+   offensive? ( duke3d )
+   opl? ( duke3d !sc-55 )
+   psx? ( duke3d )
+   sc-55? ( duke3d !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+# There are no tests,
+# instead it tries to build a test game, which does not compile
+RESTRICT="bindist test"
+
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
+
+RDEPEND="
+   media-libs/flac
+   media-libs/libogg
+   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
+   media-libs/libvorbis
+   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis]
+   sys-libs/zlib
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   png? ( media-libs/libpng:0= )
+   vpx? ( media-libs/libvpx:= )
+   xmp? ( media-libs/exempi:2= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   timidity? ( 

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2021-08-07 Thread Conrad Kostecki
commit: 70b6b0e89beff751bf817e708ec467448ca2ee73
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:48:43 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:48:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b6b0e8

games-fps/eduke32: drop old version

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

 games-fps/eduke32/Manifest |   2 -
 games-fps/eduke32/eduke32-20210624.9393.ebuild | 219 -
 games-fps/eduke32/eduke32-20210707.9468.ebuild | 219 -
 3 files changed, 440 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 188735c0e2b..2b45f6c9e8e 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,6 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20210624-9393-39e8f1852.tar.xz 20562500 BLAKE2B 
46bb0fe5777040f3222c46ca5840b89f3173803891015a7a03344c87d8c7b00141e6838ed2ff6a74bd57b537bd61214e8ca7320b25dd103dc39056320ce51216
 SHA512 
59bd76fc35dc7031fe0a08fd5b2e3e24f4b8cc72fe410222f288457e8f290ebc5cf9a818961a45a4ca6086ebe4eb5d589185f254c1843169306a993dc0abf3c8
-DIST eduke32_src_20210707-9468-73aac5b2d.tar.xz 20683656 BLAKE2B 
5dfab0d8f0cd35ae34f5190333ac89caca00edbfe5cf18f0b58b61ed9421f93f7cbc2757b7b07a34a06aa12897753e5bfafb46bb4cf1de9797e59fdf996c8f11
 SHA512 
426d5a6a1d9decb4deeac3125b91d9f0e7b7565771aca2013dd76f3749625185cb64d056a0c37ea24da0c1266965012a4485636eeb85df933f23c12136e08585
 DIST eduke32_src_20210805-9498-54ac18bcf.tar.xz 20099028 BLAKE2B 
cae770fde1eda2d862d4483f8cc9d51bc800202752c0e666fb625a9d688b51efaae6d0d841767e36acacf78b675382c418d33d4f9a80778d33b1ac4d75281ee8
 SHA512 
a4cb0b56019207f61dfc092497082f5a4fb93a5ff76ab4cd9d76a9b7d3254ccf0be835052660e2243b067352514c38e83bb49c35cb098b70c5e4f5a33d952516

diff --git a/games-fps/eduke32/eduke32-20210624.9393.ebuild 
b/games-fps/eduke32/eduke32-20210624.9393.ebuild
deleted file mode 100644
index ffeb78796e3..000
--- a/games-fps/eduke32/eduke32-20210624.9393.ebuild
+++ /dev/null
@@ -1,219 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs xdg-utils
-
-EGIT_COMMIT="39e8f1852"
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
-   https://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
-REQUIRED_USE="
-   hrp? ( duke3d !voxels )
-   offensive? ( duke3d )
-   opl? ( duke3d !sc-55 )
-   psx? ( duke3d )
-   sc-55? ( duke3d !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-# There are no 

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

2021-08-07 Thread Conrad Kostecki
commit: 1e4040b95675b3a76a3732b89a8fc1ac07fa16d6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:19:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4040b9

net-im/prosody: bump to version 0.11.10

Bug: https://bugs.gentoo.org/803590
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/prosody/Manifest   |   1 +
 net-im/prosody/prosody-0.11.10.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest
index 0df7e66655a..5b95656f5a8 100644
--- a/net-im/prosody/Manifest
+++ b/net-im/prosody/Manifest
@@ -1 +1,2 @@
+DIST prosody-0.11.10.tar.gz 43 BLAKE2B 
590f97f4eb8a333701eca516de3c3bcee9cf093267d2000af03b48d32396a1be21a0cf2f8ff542e7fbcb8419138bab5cf411f71b17666593559004a8a9674367
 SHA512 
419d8f8465f1807015f0a52d8f35ee89892b0869084dae38b60fc833d63c3d70892d8e59ae00039cd15e0e25f46d042954896f51f8c0520650a877f5296707cb
 DIST prosody-0.11.9.tar.gz 431647 BLAKE2B 
b6cf013a53c91675b50f601031b4843a826d011c4e06b06b27968413f4807a083811465b836531652fb47adc3bdb2ac82308a3c79953d80d6839ca23c669ab80
 SHA512 
fab1acb3de4ff01e3e8c6e9e4dc37cb161259f1649683a1f9d925ed9f1709e052bfc831cba3f1861a9cca599f2b725ee739bfcb57164d6f50ac07011b52a

diff --git a/net-im/prosody/prosody-0.11.10.ebuild 
b/net-im/prosody/prosody-0.11.10.ebuild
new file mode 100644
index 000..b33500e59ca
--- /dev/null
+++ b/net-im/prosody/prosody-0.11.10.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..3} luajit )
+LUA_REQ_USE="deprecated(+)"
+
+inherit lua-single systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="Prosody is a modern XMPP communication server"
+HOMEPAGE="https://prosody.im/;
+SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib"
+REQUIRED_USE="
+   ^^ ( icu idn )
+   ${LUA_REQUIRED_USE}
+"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   $(lua_gen_cond_dep 'dev-lua/luaexpat[${LUA_USEDEP}]')
+   $(lua_gen_cond_dep 'dev-lua/luafilesystem[${LUA_USEDEP}]')
+   $(lua_gen_cond_dep 'dev-lua/luasocket[${LUA_USEDEP}]')
+   net-im/jabber-base
+   icu? ( dev-libs/icu:= )
+   idn? ( net-dns/libidn:= )
+   libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') )
+   dev-libs/openssl:0=
+   lua_single_target_lua5-1? ( $(lua_gen_cond_dep 
'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') )
+   mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') )
+   postgres? ( $(lua_gen_cond_dep 
'dev-lua/luadbi[postgres,${LUA_USEDEP}]') )
+   sqlite? ( $(lua_gen_cond_dep 'dev-lua/luadbi[sqlite,${LUA_USEDEP}]') )
+   ssl? ( $(lua_gen_cond_dep 'dev-lua/luasec[${LUA_USEDEP}]') )
+   zlib? ( $(lua_gen_cond_dep 'dev-lua/lua-zlib[${LUA_USEDEP}]') )
+   ${LUA_DEPS}
+"
+
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-jabber )
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-0.11.7-gentoo.patch" )
+
+src_prepare() {
+   default
+
+   # Set correct plugin path for optional net-im/prosody-modules package
+   sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --add-cflags="${CFLAGS}"
+   --add-ldflags="${LDFLAGS}"
+   --c-compiler="$(tc-getCC)"
+   --datadir="${EPREFIX}/var/spool/jabber"
+   --idn-library="$(usex idn 'idn' 'icu')"
+   --libdir="${EPREFIX}/usr/$(get_libdir)"
+   --linker="$(tc-getCC)"
+   --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 
1-2 $(lua_get_version)))"
+   --no-example-certs
+   --ostype="linux"
+   --prefix="${EPREFIX}/usr"
+   --runwith="${ELUA}"
+   --sysconfdir="${EPREFIX}/etc/jabber"
+   --with-lua-include="${EPREFIX}/$(lua_get_include_dir)"
+   --with-lua-lib="${EPREFIX}/$(lua_get_cmod_dir)"
+   )
+
+   # Since the configure script is handcrafted,
+   # and yells at unknown options, do not use 'econf'.
+   ./configure "${myeconfargs[@]}" || die
+
+   rm makefile || die
+   mv GNUmakefile Makefile || die
+}
+
+src_install() {
+   default
+
+   keepdir /var/spool/jabber
+
+   newinitd "${FILESDIR}"/prosody.initd-r5 prosody
+   systemd_newunit "${FILESDIR}"/prosody.service-r2 prosody.service
+
+   newtmpfiles "${FILESDIR}"/prosody.tmpfilesd-r1 prosody.conf
+}
+
+pkg_postinst() {
+   

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

2021-08-07 Thread Conrad Kostecki
commit: df72953bdcd6aca05f86bc0064d5cdd41ba2543a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:35:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:35:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df72953b

media-sound/teamspeak-server: amd64 stable

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

 media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild
index bd2a13a829c..e0b0511b691 100644
--- a/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild
+++ b/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE="doc mysql postgres tsdns"
 
 RESTRICT="bindist mirror"



[gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/

2021-08-07 Thread Conrad Kostecki
commit: a5435f7ba8548b4d1985258892cd0ea347048041
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:38:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:38:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5435f7b

sys-block/arcconf: drop old version

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

 sys-block/arcconf/Manifest  |  1 -
 sys-block/arcconf/arcconf-3.04.23731.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index 7ca8eb818d9..87246aa0e35 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,3 +1,2 @@
 DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 
95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf
 SHA512 
0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e
-DIST arcconf_v3_04_23731.zip 95891681 BLAKE2B 
e2e001ba8c720a98ad26d46006e27597c9819c815d3ec123708261f771e67991cc460e267e7ccca661c5ab061fea5296f1d49b7374a66a8340617654aea525ae
 SHA512 
800f3c0ecd0d3095c34f787a2ce52ee7424de9bd810040b7bee6096cb9cd07464012c383fe63a9dbf9161112f67ab159890fc63960eb436ce2685a5e28d4182f
 DIST arcconf_v3_07_23971.zip 99777386 BLAKE2B 
2fa5e5af1148d1aa67281af927cc9e158f85ffadcd49158adcd9dbb36b1a2c7b7607e68f44b5d2dc1e0ca80d7a0d64c447b93cffa048a03438a4473fefdc06e6
 SHA512 
09fc72931471c146ad6d5261efe15e2ede24198a16e554cc916bc30e775f592bd9ee476aaacace4df51504580aba03c52b30f5ebb133b410bddec3ccb330fddb

diff --git a/sys-block/arcconf/arcconf-3.04.23731.ebuild 
b/sys-block/arcconf/arcconf-3.04.23731.ebuild
deleted file mode 100644
index 4115e110af2..000
--- a/sys-block/arcconf/arcconf-3.04.23731.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="v${PV//./_}"
-
-inherit linux-info
-
-DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
-HOMEPAGE="https://www.microsemi.com/;
-SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
-
-LICENSE="Microsemi"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="mirror bindist"
-
-S="${WORKDIR}/linux_x64"
-
-QA_PREBUILT="usr/bin/arcconf"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog 
"https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_zip.php;
-   elog "and place it in your DISTDIR directory."
-}
-
-pkg_setup() {
-   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
-   if linux-info_get_any_version && linux_config_src_exists ; then
-   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
-   check_extra_config
-   fi
-}
-
-src_install() {
-   dobin arcconf
-}



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

2021-08-07 Thread Conrad Kostecki
commit: ff24e22d2ca14db52ef0d2fd8395d3f13efc3fe3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:36:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:36:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff24e22d

media-sound/teamspeak-server: drop old version

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

 media-sound/teamspeak-server/Manifest  |   2 -
 .../teamspeak-server-3.13.3.ebuild | 134 -
 2 files changed, 136 deletions(-)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index 3dc33f720dd..4855c0956d3 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,4 +1,2 @@
-DIST teamspeak3-server_linux_amd64-3.13.3.tar.bz2 9945408 BLAKE2B 
d714a046279c8cac11ff373a66ba41010e5839704030ae29f8d7f429759126dff8675b8b0b37b584115ad44d9e216cb5449d4b159dae53ece72f9e5bbe119f84
 SHA512 
39ad3a00f5e38a0601ed9e9df4227a7f00b4cb9bdaed6562ccf05e0fce22ed040cfd5a2ea36e9e97a18a74c335e90c0c080106cdaf5c0b32859819286727cb58
 DIST teamspeak3-server_linux_amd64-3.13.6.tar.bz2 9948972 BLAKE2B 
397e96751e6688b5579ff7828e4998e3b26183b0b10980e89748d51207428059e7d8cfa6f2f6fb961b77f735f61e1ba00ac13a077c76b5d22a7b2abb28d67e48
 SHA512 
dc007cdc924fd284da4a206cf615816b53c2f03ccb2573a29aa2bce6874e09ce5764a3953f8e84de8a3cc02aee306b1505d8c7edf8d48713bbf5f172c3be3422
-DIST teamspeak3-server_linux_x86-3.13.3.tar.bz2 9779788 BLAKE2B 
1ddb466dfc6a7d19dacfa05a0608487a8b086963186eb48e2480b83fb9eaa408ca45bc80bfc6fbfd1623c21caeb27e516f6d893ab84e442ba75c9f59daf4fa79
 SHA512 
9b14e1fd8b969c32ca63e3b9665e0941c3d1e67b3e49d5f2d6cc701aa4ee10a80f1c10428ef2d59bb3767cd03ad5503a527c47b1db11ea525cca8c7e07787621
 DIST teamspeak3-server_linux_x86-3.13.6.tar.bz2 9785491 BLAKE2B 
f0d196a72e9a4283006c4dfd9a1d86e96a3b435d8bf14dfca178ea0240e94b88bcf3b9e20b6c99638e04019065fa79d28ac2d9ad452e306c4c27966e32464c69
 SHA512 
ef124964590c106bacd3bc98847a5e8f64fbbf69ccb2a216f9af6548f5f2d200c0bd307d283f48cb08c254fddb92fe03f6cff2c3c87e7ca593edf3023b053bee

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.13.3.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.13.3.ebuild
deleted file mode 100644
index 04a06cc4ff6..000
--- a/media-sound/teamspeak-server/teamspeak-server-3.13.3.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="
-   amd64? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
-   x86? ( 
https://files.teamspeak-services.com/releases/server/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="doc mysql postgres tsdns"
-
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   acct-group/teamspeak
-   acct-user/teamspeak
-   postgres? ( dev-db/postgresql )
-"
-
-QA_PREBUILT="
-   opt/teamspeak3-server/libmariadb.so.2
-   opt/teamspeak3-server/libts3db_mariadb.so
-   opt/teamspeak3-server/libts3db_postgresql.so
-   opt/teamspeak3-server/libts3db_sqlite3.so
-   opt/teamspeak3-server/libts3_ssh.so
-   opt/teamspeak3-server/ts3server
-   opt/teamspeak3-server/tsdnsserver
-"
-
-src_unpack() {
-   default
-
-   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
-}
-
-src_install() {
-   diropts -o teamspeak -g teamspeak
-   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
-
-   diropts
-   keepdir /etc/teamspeak3-server
-
-   touch "${ED}"/opt/teamspeak3-server/.ts3server_license_accepted || die
-
-   exeinto /opt/teamspeak3-server
-   doexe ts3server
-
-   dodir /opt/bin
-   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
-
-   exeinto /opt/teamspeak3-server
-   doexe libts3db_sqlite3.so libts3_ssh.so
-
-   insinto /opt/teamspeak3-server/serverquerydocs
-   doins -r serverquerydocs/.
-
-   insinto /opt/teamspeak3-server/sql
-   doins sql/*.sql
-   doins -r sql/create_sqlite
-
-   insinto /etc/teamspeak3-server
-   newins "${FILESDIR}"/ts3server.ini-r2 ts3server.ini
-
-   dodoc CHANGELOG
-   docinto ts3server
-   dodoc doc/*.{md,txt}
-
-   newinitd "${FILESDIR}"/teamspeak.initd-r1 teamspeak3-server
-   systemd_newunit "${FILESDIR}"/teamspeak.service 
teamspeak3-server.service
-
-   newenvd - 99teamspeak3-server <<- EOF
-   CONFIG_PROTECT="/etc/teamspeak3-server/ts3server.ini 
/etc/teamspeak3-server/ts3server_mariadb.ini 
/etc/teamspeak3-server/tsdns_settings.ini"
-   EOF
-
-  

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

2021-08-07 Thread Conrad Kostecki
commit: e87bebfdef0dc85ab46fa00a370a568385526c00
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:35:59 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:35:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87bebfd

media-sound/teamspeak-server: x86 stable

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

 media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild
index e0b0511b691..04a06cc4ff6 100644
--- a/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild
+++ b/media-sound/teamspeak-server/teamspeak-server-3.13.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="doc mysql postgres tsdns"
 
 RESTRICT="bindist mirror"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-openssl/, dev-lua/lua-openssl/files/

2021-08-07 Thread Conrad Kostecki
commit: fb9e776de9246af9a35e1209eb25bede7499ecae
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  7 22:34:05 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9e776d

dev-lua/lua-openssl: re-enable TestCRL test

Fixed by upstream and works for me.

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

 .../lua-openssl-0.8.0_p6-testcrl-openssl.patch | 56 ++
 dev-lua/lua-openssl/lua-openssl-0.8.0_p6-r1.ebuild |  7 +--
 2 files changed, 60 insertions(+), 3 deletions(-)

diff --git 
a/dev-lua/lua-openssl/files/lua-openssl-0.8.0_p6-testcrl-openssl.patch 
b/dev-lua/lua-openssl/files/lua-openssl-0.8.0_p6-testcrl-openssl.patch
new file mode 100644
index 000..370df75c4d9
--- /dev/null
+++ b/dev-lua/lua-openssl/files/lua-openssl-0.8.0_p6-testcrl-openssl.patch
@@ -0,0 +1,56 @@
+From 3fbe31a6d6e76ddac08d5da8eaa1c00fa54060e7 Mon Sep 17 00:00:00 2001
+From: zhaozg 
+Date: Sun, 1 Aug 2021 18:50:43 +0800
+Subject: [PATCH] update openssl.crl
+
+---
+ src/crl.c   | 9 +
+ test/5.x509_crl.lua | 3 ++-
+ 2 files changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/src/crl.c b/src/crl.c
+index d35e3e0..091c31e 100644
+--- a/src/crl.c
 b/src/crl.c
+@@ -525,13 +525,14 @@ static LUA_FUNCTION(openssl_crl_nextUpdate)
+ /***
+ get updateTime time
+ @function updateTime
+-@treturn string lastUpdate
++@treturn asn1_time lastUpdate
++@treturn asn1_time nextUpdate
+ */
+ /***
+ set updateTime time
+ @function updateTime
+ @tparam[opt=os.time()] lastUpdate, default use current time
+-@tparam number periord periord how long time(seconds)
++@tparam number period period how long time(seconds)
+ @treturn boolean result
+ */
+ static LUA_FUNCTION(openssl_crl_updateTime)
+@@ -561,8 +562,8 @@ static LUA_FUNCTION(openssl_crl_updateTime)
+ else
+ {
+   last = luaL_checkint(L, 2);
+-  next = last + luaL_checkint(L, 3);
+-  luaL_argcheck(L, next > last, 3, "value must after #2");
++  next = luaL_checkint(L, 3);
++  next = last + next;
+ }
+ 
+ ltm = ASN1_TIME_new();
+diff --git a/test/5.x509_crl.lua b/test/5.x509_crl.lua
+index 747fb0e..d0686c9 100644
+--- a/test/5.x509_crl.lua
 b/test/5.x509_crl.lua
+@@ -45,7 +45,8 @@ function TestCRL:testNew()
+   assert(other:verify(ca.cacert))
+   local pem = other:export()
+ 
+-  assert(other:updateTime(os.time(), os.time()+3600))
++  assert(other:updateTime(3600))
++  assert(other:updateTime(os.time(), 3600))
+ 
+   assert(other:extensions({
+ openssl.x509.extension.new_extension(

diff --git a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6-r1.ebuild 
b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6-r1.ebuild
index c91859384d3..47fb802ba0d 100644
--- a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6-r1.ebuild
+++ b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6-r1.ebuild
@@ -42,16 +42,17 @@ BDEPEND="
 
 DOCS=( "README.md" "samples/." )
 
+PATCHES=( "${FILESDIR}/${PN}-0.8.0_p6-testcrl-openssl.patch" )
+
 src_prepare() {
default
 
# Allow override of LUA* variables
sed -e '/LUA  /s/:=/?=/g' -e '/LUA_VERSION/s/:=/?=/g' -i Makefile || die
 
-   # Disable TestCMS and TestCRL test suite, as it fails
+   # Disable TestCMS test suite, as it fails
# See: https://github.com/zhaozg/lua-openssl/issues/230
-   # See: https://github.com/zhaozg/lua-openssl/issues/231
-   sed -e '/6.cms.lua/d' -e '/5.x509_crl.lua/d' -i test/test.lua || die
+   sed -e '/6.cms.lua/d' -i test/test.lua || die
 
# Prepare needed dependencies (source code files only)
rm -r deps/{auxiliar,lua-compat} || die



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/, dev-lua/luasec/files/

2021-08-07 Thread Conrad Kostecki
commit: d50a695cc830b1f859873887f6e6b584e62b30a1
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sat Aug  7 18:38:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  7 22:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50a695c

dev-lua/luasec: fix compilation with openssl-3.0

Applied upstream patch 79bbc0.

Closes: https://github.com/gentoo/gentoo/pull/21909
Closes: https://bugs.gentoo.org/805524
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luasec/files/luasec-1.0.1_openssl3.patch | 96 
 dev-lua/luasec/luasec-1.0.1-r1.ebuild| 90 ++
 2 files changed, 186 insertions(+)

diff --git a/dev-lua/luasec/files/luasec-1.0.1_openssl3.patch 
b/dev-lua/luasec/files/luasec-1.0.1_openssl3.patch
new file mode 100644
index 000..6fc161bfbe3
--- /dev/null
+++ b/dev-lua/luasec/files/luasec-1.0.1_openssl3.patch
@@ -0,0 +1,96 @@
+From 79bbc0bc3ed50303d0887f44137a1104ede3ea8f Mon Sep 17 00:00:00 2001
+From: Bruno Silvestre 
+Date: Mon, 2 Aug 2021 17:02:44 -0300
+Subject: [PATCH] Ignore SSL_OP_BIT(n) macro and update option.c #178
+
+---
+ src/options.c   | 20 +++-
+ src/options.lua |  9 ++---
+ 2 files changed, 25 insertions(+), 4 deletions(-)
+
+diff --git a/src/options.c b/src/options.c
+index 24fd2c9..7c6f21e 100644
+--- a/src/options.c
 b/src/options.c
+@@ -13,13 +13,16 @@
+ 
+ 
+ /* 
+-  OpenSSL version: OpenSSL 1.1.1
++  OpenSSL version: OpenSSL 3.0.0-beta2
+ */
+ 
+ static lsec_ssl_option_t ssl_options[] = {
+ #if defined(SSL_OP_ALL)
+   {"all", SSL_OP_ALL},
+ #endif
++#if defined(SSL_OP_ALLOW_CLIENT_RENEGOTIATION)
++  {"allow_client_renegotiation", SSL_OP_ALLOW_CLIENT_RENEGOTIATION},
++#endif
+ #if defined(SSL_OP_ALLOW_NO_DHE_KEX)
+   {"allow_no_dhe_kex", SSL_OP_ALLOW_NO_DHE_KEX},
+ #endif
+@@ -32,21 +35,33 @@ static lsec_ssl_option_t ssl_options[] = {
+ #if defined(SSL_OP_CISCO_ANYCONNECT)
+   {"cisco_anyconnect", SSL_OP_CISCO_ANYCONNECT},
+ #endif
++#if defined(SSL_OP_CLEANSE_PLAINTEXT)
++  {"cleanse_plaintext", SSL_OP_CLEANSE_PLAINTEXT},
++#endif
+ #if defined(SSL_OP_COOKIE_EXCHANGE)
+   {"cookie_exchange", SSL_OP_COOKIE_EXCHANGE},
+ #endif
+ #if defined(SSL_OP_CRYPTOPRO_TLSEXT_BUG)
+   {"cryptopro_tlsext_bug", SSL_OP_CRYPTOPRO_TLSEXT_BUG},
+ #endif
++#if defined(SSL_OP_DISABLE_TLSEXT_CA_NAMES)
++  {"disable_tlsext_ca_names", SSL_OP_DISABLE_TLSEXT_CA_NAMES},
++#endif
+ #if defined(SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)
+   {"dont_insert_empty_fragments", SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS},
+ #endif
++#if defined(SSL_OP_ENABLE_KTLS)
++  {"enable_ktls", SSL_OP_ENABLE_KTLS},
++#endif
+ #if defined(SSL_OP_ENABLE_MIDDLEBOX_COMPAT)
+   {"enable_middlebox_compat", SSL_OP_ENABLE_MIDDLEBOX_COMPAT},
+ #endif
+ #if defined(SSL_OP_EPHEMERAL_RSA)
+   {"ephemeral_rsa", SSL_OP_EPHEMERAL_RSA},
+ #endif
++#if defined(SSL_OP_IGNORE_UNEXPECTED_EOF)
++  {"ignore_unexpected_eof", SSL_OP_IGNORE_UNEXPECTED_EOF},
++#endif
+ #if defined(SSL_OP_LEGACY_SERVER_CONNECT)
+   {"legacy_server_connect", SSL_OP_LEGACY_SERVER_CONNECT},
+ #endif
+@@ -89,6 +104,9 @@ static lsec_ssl_option_t ssl_options[] = {
+ #if defined(SSL_OP_NO_ENCRYPT_THEN_MAC)
+   {"no_encrypt_then_mac", SSL_OP_NO_ENCRYPT_THEN_MAC},
+ #endif
++#if defined(SSL_OP_NO_EXTENDED_MASTER_SECRET)
++  {"no_extended_master_secret", SSL_OP_NO_EXTENDED_MASTER_SECRET},
++#endif
+ #if defined(SSL_OP_NO_QUERY_MTU)
+   {"no_query_mtu", SSL_OP_NO_QUERY_MTU},
+ #endif
+diff --git a/src/options.lua b/src/options.lua
+index a757c8b..678e8d5 100644
+--- a/src/options.lua
 b/src/options.lua
+@@ -60,9 +60,12 @@ local function loadoptions(file)
+   local options = {}
+   local f = assert(io.open(file, "r"))
+   for line in f:lines() do
+-local op = string.match(line, "define%s+(SSL_OP_%S+)")
+-if op then
+-  table.insert(options, op)
++local op = string.match(line, "define%s+(SSL_OP_BIT%()")
++if not op then
++  op = string.match(line, "define%s+(SSL_OP_%S+)")
++  if op then
++table.insert(options, op)
++  end
+ end
+   end
+   table.sort(options, function(a,b) return ahttps://github.com/brunoos/luasec;
+SRC_URI="https://github.com/brunoos/luasec/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+   dev-lua/luasocket[${LUA_USEDEP}]
+   dev-libs/openssl:0=
+   ${LUA_DEPS}
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${P}_openssl3.patch"
+)
+
+lua_src_prepare() {
+   pushd "${BUILD_DIR}" || die
+
+   ${ELUA} src/options.lua -g /usr/include/openssl/ssl.h > src/options.c 
|| die
+
+   popd
+}
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-O2//g' -i src/Makefile || die
+
+ 

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

2021-08-07 Thread William Hubbs
commit: 3b607d1d537f24d91f9493f50d811d8464b2309e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Aug  7 21:42:52 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Aug  7 21:46:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b607d1d

app-admin/helm: stabilize 3.6.3 on amd64

Bug: https://bugs.gentoo.org/796533
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/app-admin/helm/helm-3.6.3.ebuild b/app-admin/helm/helm-3.6.3.ebuild
index 201ddb20dc7..4cff01ef619 100644
--- a/app-admin/helm/helm-3.6.3.ebuild
+++ b/app-admin/helm/helm-3.6.3.ebuild
@@ -1175,7 +1175,7 @@ 
SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RESTRICT=" test"
 



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

2021-08-07 Thread Louis Sautier
commit: c4cedb0dd9c283bdb272f3d789004bd1514f966e
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 21:08:59 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 21:24:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cedb0d

profiles: mask dev-python/pydiff for removal

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 832863fe8b1..5219cabfb03 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Louis Sautier  (2021-08-07)
+# No reverse dependencies, no upstream activity for more than 5 years,
+# failing tests with Python 3.10. Removal on 2021-09-06.
+dev-python/pydiff
+
 # Stephan Hartmann  (2021-08-06)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



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

2021-08-07 Thread Michał Górny
commit: 65dad66efb5ffb88fccd16919508ef5efb535883
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 21:23:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 21:23:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dad66e

dev-util/lldb: Update test commands

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

 dev-util/lldb/lldb-13.0.0..ebuild | 4 ++--
 dev-util/lldb/lldb-13.0.0_rc1.ebuild  | 4 ++--
 dev-util/lldb/lldb-14.0.0..ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-util/lldb/lldb-13.0.0..ebuild 
b/dev-util/lldb/lldb-13.0.0..ebuild
index 468fe7b0cf6..6b75f2b734e 100644
--- a/dev-util/lldb/lldb-13.0.0..ebuild
+++ b/dev-util/lldb/lldb-13.0.0..ebuild
@@ -89,9 +89,9 @@ src_configure() {
 
 src_test() {
local -x LIT_PRESERVES_TMP=1
-   cmake_build check-lldb-lit
+   cmake_build check-lldb-{shell,unit}
# failures + hangs
-   #use python && cmake_build check-lldb
+   #use python && cmake_build check-lldb-api
 }
 
 src_install() {

diff --git a/dev-util/lldb/lldb-13.0.0_rc1.ebuild 
b/dev-util/lldb/lldb-13.0.0_rc1.ebuild
index 468fe7b0cf6..6b75f2b734e 100644
--- a/dev-util/lldb/lldb-13.0.0_rc1.ebuild
+++ b/dev-util/lldb/lldb-13.0.0_rc1.ebuild
@@ -89,9 +89,9 @@ src_configure() {
 
 src_test() {
local -x LIT_PRESERVES_TMP=1
-   cmake_build check-lldb-lit
+   cmake_build check-lldb-{shell,unit}
# failures + hangs
-   #use python && cmake_build check-lldb
+   #use python && cmake_build check-lldb-api
 }
 
 src_install() {

diff --git a/dev-util/lldb/lldb-14.0.0..ebuild 
b/dev-util/lldb/lldb-14.0.0..ebuild
index 468fe7b0cf6..6b75f2b734e 100644
--- a/dev-util/lldb/lldb-14.0.0..ebuild
+++ b/dev-util/lldb/lldb-14.0.0..ebuild
@@ -89,9 +89,9 @@ src_configure() {
 
 src_test() {
local -x LIT_PRESERVES_TMP=1
-   cmake_build check-lldb-lit
+   cmake_build check-lldb-{shell,unit}
# failures + hangs
-   #use python && cmake_build check-lldb
+   #use python && cmake_build check-lldb-api
 }
 
 src_install() {



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

2021-08-07 Thread Matt Turner
commit: b50370810362b852aa2aa58d2a7ad5609bd63187
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug  7 21:07:36 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug  7 21:09:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5037081

dev-python/setuptools: Revert to EAPI=7

Having only EAPI=8 setuptools in tree makes upgrading impossible if
portage is more than two months old.

Bug: https://bugs.gentoo.org/807043
Signed-off-by: Matt Turner  gentoo.org>

 .../{setuptools-57.4.0-r1.ebuild => setuptools-57.4.0-r2.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools/setuptools-57.4.0-r1.ebuild 
b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild
similarity index 99%
rename from dev-python/setuptools/setuptools-57.4.0-r1.ebuild
rename to dev-python/setuptools/setuptools-57.4.0-r2.ebuild
index 0f0989362ff..f93956f1f76 100644
--- a/dev-python/setuptools/setuptools-57.4.0-r1.ebuild
+++ b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=7
 
 # Set to 'manual' to avoid triggering install QA check
 DISTUTILS_USE_SETUPTOOLS=manual



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

2021-08-07 Thread Louis Sautier
commit: fa5495a06b4d134e76a3f98398ffbc446cee9dd7
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 20:47:24 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 20:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5495a0

dev-python/autopep8: sync live ebuild with 1.5.7

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/autopep8/autopep8-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 11848b6f772..ad9d9361b23 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -22,8 +22,7 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests setup.py



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

2021-08-07 Thread Louis Sautier
commit: b053351161b3bd2efa5f2e7bcc26f916e8f31f61
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 20:46:54 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 20:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0533511

dev-python/autopep8: enable py3.10, drop unused test dependency

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/autopep8/autopep8-1.5.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
index e0ed8e204c7..e6d7e406100 100644
--- a/dev-python/autopep8/autopep8-1.5.7.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -24,6 +24,5 @@ SLOT="0"
 RDEPEND="
>=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: sys-process/glances/

2021-08-07 Thread Georgy Yakovlev
commit: 995fdae11d526f8722a5237a661baa50b7e38c8a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Aug  7 20:58:15 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Aug  7 20:58:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995fdae1

sys-process/glances: fix setuptools dep

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

 sys-process/glances/glances-3.2.1.ebuild | 1 -
 sys-process/glances/glances-3.2.2.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-process/glances/glances-3.2.1.ebuild 
b/sys-process/glances/glances-3.2.1.ebuild
index 75315755541..2e82d1807b2 100644
--- a/sys-process/glances/glances-3.2.1.ebuild
+++ b/sys-process/glances/glances-3.2.1.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
 PYTHON_REQ_USE="ncurses"
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 linux-info optfeature
 

diff --git a/sys-process/glances/glances-3.2.2.ebuild 
b/sys-process/glances/glances-3.2.2.ebuild
index c5aa0b348ec..8a89ec65d9e 100644
--- a/sys-process/glances/glances-3.2.2.ebuild
+++ b/sys-process/glances/glances-3.2.2.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
 PYTHON_REQ_USE="ncurses"
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 linux-info optfeature
 



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

2021-08-07 Thread Stefan Strogin
commit: c3d19e82711997c14e064821d49f2271fe91a83a
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Aug  7 20:40:19 2021 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Aug  7 20:45:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d19e82

net-misc/youtube-viewer: upgrade to 3.9.3

Closes: https://bugs.gentoo.org/782607
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stefan Strogin  gentoo.org>

 net-misc/youtube-viewer/Manifest   |  1 +
 ...wer-.ebuild => youtube-viewer-3.9.3.ebuild} | 45 --
 net-misc/youtube-viewer/youtube-viewer-.ebuild | 21 +++---
 3 files changed, 23 insertions(+), 44 deletions(-)

diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest
index 0964429244e..c77b4b9aa8c 100644
--- a/net-misc/youtube-viewer/Manifest
+++ b/net-misc/youtube-viewer/Manifest
@@ -1 +1,2 @@
 DIST youtube-viewer-3.7.4.tar.gz 281921 BLAKE2B 
dac2cbf76f3d0939f79fa875652680e197f41bf09769585894147dfe433db72a94d59309237f5ce5398753a39e2cf2cf83ae3f4f6987f5a4b49d806de2598e2c
 SHA512 
4584821fb0ae3ec7e5f9c3b2e887b1fa158fb74a82be07698277e12d3762fd3b8f0557baddb9e08fe485f322b44b91adc2feaaba46227e0c519a516b54bbc4e8
+DIST youtube-viewer-3.9.3.tar.gz 258488 BLAKE2B 
5c8a0fa3e01be483aebcdf3ccab1a1ed583398abadd038a5bf60f76b0b085363fb024c14b39c2223ed3c6027cf65a4b41552e518573f9eac3c09ebf4524edd3b
 SHA512 
1be169858ac0c132b9142549ad63643c3c3bee543f745fbe811c911e6310d65cf9e6f0ff669c7666f2eb1a70592ad95236567301297b9c56726764e3c1174581

diff --git a/net-misc/youtube-viewer/youtube-viewer-.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.9.3.ebuild
similarity index 66%
copy from net-misc/youtube-viewer/youtube-viewer-.ebuild
copy to net-misc/youtube-viewer/youtube-viewer-3.9.3.ebuild
index b96a94bb134..b4cd505eca6 100644
--- a/net-misc/youtube-viewer/youtube-viewer-.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-3.9.3.ebuild
@@ -3,26 +3,23 @@
 
 EAPI=7
 
-inherit desktop optfeature perl-module git-r3 xdg-utils
+inherit desktop optfeature perl-module xdg-utils
 
 DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
-HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/trizen/${PN}.git;
+HOMEPAGE="https://github.com/trizen/youtube-viewer;
+SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="|| ( Artistic GPL-1+ )"
+LICENSE="|| ( Artistic-2 GPL-1+ )"
 SLOT="0"
-KEYWORDS=""
-IUSE="gtk gtk2"
-
-REQUIRED_USE="gtk2? ( gtk )"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
 
 RDEPEND="
dev-perl/Data-Dump
dev-perl/JSON
dev-perl/libwww-perl[ssl]
-   dev-perl/Term-ReadLine-Gnu
dev-perl/LWP-Protocol-https
+   dev-perl/Term-ReadLine-Gnu
virtual/perl-Encode
virtual/perl-File-Path
virtual/perl-File-Spec
@@ -33,30 +30,20 @@ RDEPEND="
virtual/perl-Text-ParseWords
virtual/perl-Text-Tabs+Wrap
gtk? (
-   gtk2? (
-   >=dev-perl/Gtk2-1.244.0
-   )
-   !gtk2? (
-   dev-perl/Gtk3
-   )
+   dev-perl/Gtk3
dev-perl/File-ShareDir
virtual/freedesktop-icon-theme
x11-libs/gdk-pixbuf:2[jpeg]
)
-   || ( >=media-video/ffmpeg-4.1.3[openssl] 
>=media-video/ffmpeg-4.1.3[gnutls] )
+   || ( media-video/ffmpeg[openssl] media-video/ffmpeg[gnutls] )
|| ( media-video/mpv media-video/mplayer media-video/vlc gtk? ( 
media-video/smplayer ) )"
-DEPEND="dev-perl/Module-Build"
-
-SRC_TEST="do"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-perl/Module-Build"
 
 src_configure() {
local myconf
if use gtk; then
-   if use gtk2; then
-   myconf="--gtk2"
-   else
-   myconf="--gtk3"
-   fi
+   myconf="--gtk3"
fi
 
perl-module_src_configure
@@ -73,15 +60,17 @@ src_install() {
 
 pkg_postinst() {
use gtk && xdg_icon_cache_update
-   optfeature "cache support" dev-perl/LWP-UserAgent-Cached
+   optfeature "local cache support" dev-perl/LWP-UserAgent-Cached
optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
-   optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA
optfeature "printing results in a fixed-width format (--fixed-width, 
-W)" dev-perl/Text-CharWidth
optfeature "live streams support" net-misc/youtube-dl
-   optfeature "threads support" virtual/perl-threads
elog
elog "Check the configuration file in ~/.config/youtube-viewer/"
elog "and configure your video player backend."
+   elog
+   ewarn "Starting with version 3.7.4, youtube-viewer requires the user to"
+   ewarn "get their own API key to function. Please refer to README.md or"
+   

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

2021-08-07 Thread Michał Górny
commit: 9711a371627730ef3e43c033bf50dbd9c815e22a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 20:30:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 20:31:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9711a371

dev-python/sentry-sdk: Add explicit zope-event dep

It is no longer pulled implicitly via dev-python/gevent.

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

 dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild | 1 +
 dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild
index 67e557df097..0d827d4ea87 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.2.0.ebuild
@@ -35,6 +35,7 @@ BDEPEND="
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/pytest-localserver[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
)
 "
 

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild
index 1d3e482c7e7..d0881dad90d 100644
--- a/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild
@@ -35,6 +35,7 @@ BDEPEND="
dev-python/pytest-forked[${PYTHON_USEDEP}]
dev-python/pytest-localserver[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
)
 "
 



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

2021-08-07 Thread Michał Górny
commit: bd2cdd3f2efd2e9ba1e655f22f3e808b15fa191e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  7 20:26:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  7 20:31:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2cdd3f

dev-python/PySDL2: requires at least one audio format for tests

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

 dev-python/PySDL2/PySDL2-0.9.8.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/PySDL2/PySDL2-0.9.8.ebuild 
b/dev-python/PySDL2/PySDL2-0.9.8.ebuild
index b6a18cc3ce7..e3b42a45db2 100644
--- a/dev-python/PySDL2/PySDL2-0.9.8.ebuild
+++ b/dev-python/PySDL2/PySDL2-0.9.8.ebuild
@@ -33,7 +33,13 @@ DEPEND="
media-libs/libsdl2[joystick,sound,video]
media-libs/sdl2-gfx
media-libs/sdl2-image[gif,jpeg,png,tiff,webp]
-   media-libs/sdl2-mixer
+   || (
+   media-libs/sdl2-mixer[flac]
+   media-libs/sdl2-mixer[midi]
+   media-libs/sdl2-mixer[mod]
+   media-libs/sdl2-mixer[mp3]
+   media-libs/sdl2-mixer[opus]
+   )
media-libs/sdl2-ttf
)"
 



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

2021-08-07 Thread Louis Sautier
commit: 7417a89beb62cc02a532c622d3a6cafc8dd5e805
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 20:14:58 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 20:25:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7417a89b

app-portage/gentoolkit: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index dd0c7411142..5e66d2ff785 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index a05cb33f75d..73c07b7f370 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/

2021-08-07 Thread John Helmert III
commit: 1adeb1e39c7ff8ff33f82ec39ab8fa237d5ff35c
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Aug  7 20:05:21 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Aug  7 20:05:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adeb1e3

net-misc/apt-cacher-ng: add libevent[threads] usedep

Closes: https://bugs.gentoo.org/806956
Signed-off-by: John Helmert III  gentoo.org>

 .../{apt-cacher-ng-3.6.3_p1.ebuild => apt-cacher-ng-3.6.3_p1-r1.ebuild} | 2 +-
 net-misc/apt-cacher-ng/apt-cacher-ng-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild
similarity index 98%
rename from net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1.ebuild
rename to net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild
index ce6af89f9fa..4dd1587fad7 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="doc fuse systemd tcpd"
 DEPEND="acct-user/apt-cacher-ng
acct-group/apt-cacher-ng
app-arch/bzip2
-   dev-libs/libevent:=
+   dev-libs/libevent:=[threads]
dev-libs/openssl:0=
sys-libs/zlib
fuse? ( sys-fs/fuse:0 )

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-.ebuild
index eeecc4fa1d9..c69b956cb3c 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-.ebuild
@@ -18,7 +18,7 @@ IUSE="doc fuse tcpd"
 DEPEND="acct-user/apt-cacher-ng
acct-group/apt-cacher-ng
app-arch/bzip2
-   dev-libs/libevent:=
+   dev-libs/libevent:=[threads]
dev-libs/openssl:0=
sys-libs/zlib
fuse? ( sys-fs/fuse:0 )



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

2021-08-07 Thread Nick Sarnie
commit: f417aa0799113b639784eb3e7409e66da76e582f
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Aug  7 19:32:31 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Aug  7 19:36:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f417aa07

media-libs/vulkan-loader: Make sure NDEBUG is set

Bug: https://bugs.gentoo.org/796662
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 ...loader-.ebuild => vulkan-loader-1.2.182-r1.ebuild} | 15 ++-
 media-libs/vulkan-loader/vulkan-loader-.ebuild| 15 ++-
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.182-r1.ebuild
similarity index 86%
copy from media-libs/vulkan-loader/vulkan-loader-.ebuild
copy to media-libs/vulkan-loader/vulkan-loader-1.2.182-r1.ebuild
index 22fae7e6067..45bfc80ea55 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.182-r1.ebuild
@@ -4,7 +4,8 @@
 EAPI=7
 
 MY_PN=Vulkan-Loader
-CMAKE_ECLASS="cmake"
+CMAKE_ECLASS="cmake-utils"
+CMAKE_MAKEFILE_GENERATOR="emake"
 inherit flag-o-matic cmake-multilib toolchain-funcs
 
 if [[ ${PV} == ** ]]; then
@@ -13,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 
@@ -26,7 +27,7 @@ IUSE="layers wayland X"
 
 BDEPEND=">=dev-util/cmake-3.10.2"
 DEPEND="
-   >=dev-util/vulkan-headers-${PV}
+   ~dev-util/vulkan-headers-${PV}
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]
@@ -35,6 +36,10 @@ DEPEND="
 "
 PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 
+src_prepare() {
+   cmake-utils_src_prepare
+}
+
 multilib_src_configure() {
# Integrated clang assembler doesn't work with x86 - Bug #698164
if tc-is-clang && [[ ${ABI} == x86 ]]; then
@@ -50,13 +55,13 @@ multilib_src_configure() {
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-DVULKAN_HEADERS_INSTALL_DIR="${ESYSROOT}/usr"
)
-   cmake_src_configure
+   cmake-utils_src_configure
 }
 
 multilib_src_install() {
keepdir /etc/vulkan/icd.d
 
-   cmake_src_install
+   cmake-utils_src_install
 }
 
 pkg_postinst() {

diff --git a/media-libs/vulkan-loader/vulkan-loader-.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-.ebuild
index 22fae7e6067..45bfc80ea55 100644
--- a/media-libs/vulkan-loader/vulkan-loader-.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-.ebuild
@@ -4,7 +4,8 @@
 EAPI=7
 
 MY_PN=Vulkan-Loader
-CMAKE_ECLASS="cmake"
+CMAKE_ECLASS="cmake-utils"
+CMAKE_MAKEFILE_GENERATOR="emake"
 inherit flag-o-matic cmake-multilib toolchain-funcs
 
 if [[ ${PV} == ** ]]; then
@@ -13,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 
@@ -26,7 +27,7 @@ IUSE="layers wayland X"
 
 BDEPEND=">=dev-util/cmake-3.10.2"
 DEPEND="
-   >=dev-util/vulkan-headers-${PV}
+   ~dev-util/vulkan-headers-${PV}
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
x11-libs/libX11:=[${MULTILIB_USEDEP}]
@@ -35,6 +36,10 @@ DEPEND="
 "
 PDEPEND="layers? ( media-libs/vulkan-layers:=[${MULTILIB_USEDEP}] )"
 
+src_prepare() {
+   cmake-utils_src_prepare
+}
+
 multilib_src_configure() {
# Integrated clang assembler doesn't work with x86 - Bug #698164
if tc-is-clang && [[ ${ABI} == x86 ]]; then
@@ -50,13 +55,13 @@ multilib_src_configure() {
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-DVULKAN_HEADERS_INSTALL_DIR="${ESYSROOT}/usr"
)
-   cmake_src_configure
+   cmake-utils_src_configure
 }
 
 multilib_src_install() {
keepdir /etc/vulkan/icd.d
 
-   cmake_src_install
+   cmake-utils_src_install
 }
 
 pkg_postinst() {



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

2021-08-07 Thread Nick Sarnie
commit: 296a7e3ebc72720e8bf385b2a2508b099245df44
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Aug  7 19:35:35 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Aug  7 19:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296a7e3e

dev-util/vulkan-tools: Make sure NDEBUG is set

Bug: https://bugs.gentoo.org/796662
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 ...n-tools-.ebuild => vulkan-tools-1.2.182-r1.ebuild} | 15 ++-
 dev-util/vulkan-tools/vulkan-tools-.ebuild| 15 ++-
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.2.182-r1.ebuild
similarity index 87%
copy from dev-util/vulkan-tools/vulkan-tools-.ebuild
copy to dev-util/vulkan-tools/vulkan-tools-1.2.182-r1.ebuild
index 217cda131c4..82f33ec2490 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.2.182-r1.ebuild
@@ -4,8 +4,9 @@
 EAPI=7
 
 MY_PN=Vulkan-Tools
-CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{7,8,9} )
+CMAKE_ECLASS="cmake-utils"
+CMAKE_MAKEFILE_GENERATOR="emake"
+PYTHON_COMPAT=( python3_{8,9} )
 inherit cmake-multilib python-any-r1
 
 if [[ ${PV} == ** ]]; then
@@ -14,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 
@@ -57,6 +58,10 @@ pkg_setup() {
python-any-r1_pkg_setup
 }
 
+src_prepare() {
+   cmake-utils_src_prepare
+}
+
 multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=ON
@@ -73,9 +78,9 @@ multilib_src_configure() {
-DCUBE_WSI_SELECTION=$(usex X XCB WAYLAND)
)
 
-   cmake_src_configure
+   cmake-utils_src_configure
 }
 
 multilib_src_install() {
-   cmake_src_install
+   cmake-utils_src_install
 }

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-.ebuild
index 217cda131c4..82f33ec2490 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-.ebuild
@@ -4,8 +4,9 @@
 EAPI=7
 
 MY_PN=Vulkan-Tools
-CMAKE_ECLASS="cmake"
-PYTHON_COMPAT=( python3_{7,8,9} )
+CMAKE_ECLASS="cmake-utils"
+CMAKE_MAKEFILE_GENERATOR="emake"
+PYTHON_COMPAT=( python3_{8,9} )
 inherit cmake-multilib python-any-r1
 
 if [[ ${PV} == ** ]]; then
@@ -14,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 
@@ -57,6 +58,10 @@ pkg_setup() {
python-any-r1_pkg_setup
 }
 
+src_prepare() {
+   cmake-utils_src_prepare
+}
+
 multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=ON
@@ -73,9 +78,9 @@ multilib_src_configure() {
-DCUBE_WSI_SELECTION=$(usex X XCB WAYLAND)
)
 
-   cmake_src_configure
+   cmake-utils_src_configure
 }
 
 multilib_src_install() {
-   cmake_src_install
+   cmake-utils_src_install
 }



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/

2021-08-07 Thread William Hubbs
commit: 1973994f8ee782f1aaff6b62f99a9fd034f32924
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Aug  7 19:34:41 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Aug  7 19:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1973994f

sys-cluster/nomad: remove vulnerable version

Bug: https://bugs.gentoo.org/797664
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/nomad/Manifest   |  1 -
 sys-cluster/nomad/nomad-1.0.4.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
index c04d6e8247f..babde4a95dd 100644
--- a/sys-cluster/nomad/Manifest
+++ b/sys-cluster/nomad/Manifest
@@ -1,2 +1 @@
-DIST nomad-1.0.4.tar.gz 39538107 BLAKE2B 
ff72d527e23ce01a6ef0201e3606f4f66933f3c205123a32f503947710de3221476ce738b92becb147a8570c65bb5f4707fad480889197f605840197cfa13155
 SHA512 
935c8a6924434548f65b162c15f9ca14383546a1e0cea0694312f323d776d92863357f82c7ab53408e76c5c966986c0a511eda8a35043cf21c1020634c6e2ae4
 DIST nomad-1.0.9.tar.gz 40563203 BLAKE2B 
5db3bce093ae873907572e5f67640fac162e4c4ffe436f2acd3ac9fe8da509f451ff73c948dcd49d10eb101afdfe5285b2906986983b938034c64aab8d0cab4d
 SHA512 
66a00f15a16b57e8a3f97c43301bd9aaab76e185b56fe45193eb0e7c25e83fbcf1a7072f2d5fe4c533a00e63c71f3ec941a05cf6aa50f5051b8f3b5588b50463

diff --git a/sys-cluster/nomad/nomad-1.0.4.ebuild 
b/sys-cluster/nomad/nomad-1.0.4.ebuild
deleted file mode 100644
index dc33a113797..000
--- a/sys-cluster/nomad/nomad-1.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-GIT_COMMIT=149b150fb2d87766b8462346d68b72831f622047
-
-DESCRIPTION="A simple and flexible workload orchestrator"
-HOMEPAGE="https://nomadproject.io;
-SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="nvidia"
-
-RESTRICT+=" test"
-
-src_compile() {
-   local go_ldflags go_tags
-   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
-   go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
-   CGO_ENABLED=1 \
-   go build \
-   -ldflags "${go_ldflags}" \
-   -mod=vendor \
-   -tags "${go_tags}" \
-   -trimpath \
-   -o bin/${PN} || die "compile failed"
-}
-
-src_install() {
-   dobin bin/${PN}
-   systemd_dounit dist/systemd/nomad.service
-   insinto /etc/nomad.d
-   newins dist/client.hcl client.hcl.example
-   newins dist/server.hcl server.hcl.example
-   einstalldocs
-   dodoc CHANGELOG.md
-   keepdir /var/lib/nomad /var/log/nomad
-   newconfd "${FILESDIR}/nomad.confd" nomad
-   newinitd "${FILESDIR}/nomad.initd" nomad
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/nomad.logrotated" nomad
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nomad/

2021-08-07 Thread William Hubbs
commit: b82c31d74827124d28ded20c1a3f31b5d9505dbf
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Aug  7 19:27:13 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Aug  7 19:30:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b82c31d7

sys-cluster/nomad: 1.0.9 bump

Bug: https://bugs.gentoo.org/798664
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/nomad/Manifest   |  1 +
 sys-cluster/nomad/nomad-1.0.9.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
index 9d0b5bc1691..c04d6e8247f 100644
--- a/sys-cluster/nomad/Manifest
+++ b/sys-cluster/nomad/Manifest
@@ -1 +1,2 @@
 DIST nomad-1.0.4.tar.gz 39538107 BLAKE2B 
ff72d527e23ce01a6ef0201e3606f4f66933f3c205123a32f503947710de3221476ce738b92becb147a8570c65bb5f4707fad480889197f605840197cfa13155
 SHA512 
935c8a6924434548f65b162c15f9ca14383546a1e0cea0694312f323d776d92863357f82c7ab53408e76c5c966986c0a511eda8a35043cf21c1020634c6e2ae4
+DIST nomad-1.0.9.tar.gz 40563203 BLAKE2B 
5db3bce093ae873907572e5f67640fac162e4c4ffe436f2acd3ac9fe8da509f451ff73c948dcd49d10eb101afdfe5285b2906986983b938034c64aab8d0cab4d
 SHA512 
66a00f15a16b57e8a3f97c43301bd9aaab76e185b56fe45193eb0e7c25e83fbcf1a7072f2d5fe4c533a00e63c71f3ec941a05cf6aa50f5051b8f3b5588b50463

diff --git a/sys-cluster/nomad/nomad-1.0.9.ebuild 
b/sys-cluster/nomad/nomad-1.0.9.ebuild
new file mode 100644
index 000..1a271c9eabe
--- /dev/null
+++ b/sys-cluster/nomad/nomad-1.0.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module systemd
+GIT_COMMIT=958556d77ee6f32d9a92cfbe39ec9d33781b1cdc
+
+DESCRIPTION="A simple and flexible workload orchestrator"
+HOMEPAGE="https://nomadproject.io;
+SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="nvidia"
+
+RESTRICT=" test"
+
+src_compile() {
+   local go_ldflags go_tags
+   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
+   go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
+   CGO_ENABLED=1 \
+   go build \
+   -ldflags "${go_ldflags}" \
+   -mod=vendor \
+   -tags "${go_tags}" \
+   -trimpath \
+   -o bin/${PN} || die "compile failed"
+}
+
+src_install() {
+   dobin bin/${PN}
+   systemd_dounit dist/systemd/nomad.service
+   insinto /etc/nomad.d
+   newins dist/client.hcl client.hcl.example
+   newins dist/server.hcl server.hcl.example
+   einstalldocs
+   dodoc CHANGELOG.md
+   keepdir /var/lib/nomad /var/log/nomad
+   newconfd "${FILESDIR}/nomad.confd" nomad
+   newinitd "${FILESDIR}/nomad.initd" nomad
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/nomad.logrotated" nomad
+}



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

2021-08-07 Thread Michael Orlitzky
commit: 8de490e5bdeaef1f24a582a397d962d009da0a97
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug  7 18:51:25 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug  7 18:51:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de490e5

dev-lang/php: cleanup after CVE-2021-21704 and CVE-2021-21705.

Bug: https://bugs.gentoo.org/799776
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-lang/php/Manifest |   2 -
 dev-lang/php/php-7.3.28.ebuild| 758 --
 dev-lang/php/php-7.4.19-r1.ebuild | 750 -
 3 files changed, 1510 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index a861c92e056..86426e412dd 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,6 +1,4 @@
-DIST php-7.3.28.tar.xz 12139380 BLAKE2B 
696c573878866e97fcae5fe3e33e83e75bf706d0eec2a66b2532ec54ce730e3f4b3fa6f0659ebf14193b6b2a6292d624bf478706790aab60b13b5cea0a1299fb
 SHA512 
91f4f23fea6e2c5ea1fa5774075e1b1f7cfcc46064ab0d2f03e4f1b9b6c3dd7fd5a59854ed3fe3a8e2962283045f6a1c3273438b4bc0c68b11f41b9338f44274
 DIST php-7.3.29.tar.xz 12139492 BLAKE2B 
7e1287e0fd236252f5bc92009e4ff51676eccd197c1c579f0e79a5428fa3920b5d1f95a459cdd77c22699fbe83984a6d726ab4fc0fc1e309da8b34e0e3998071
 SHA512 
8a495546d575a31f864f85139d8d7931361e6ac421f2cf5ef3b4cb57f59c44568cb9ad0c8793f50169d8d9933abdcec14ab90add2d7fab056e19e7f66d60689f
-DIST php-7.4.19.tar.xz 10341424 BLAKE2B 
b5f549603a2d108d2d4c16dfb15c2088612e040e9e4756cc7c1403c67e152ad3461d84915e4f542b1e558469ae3143721c6d7ec25ef03c3b4a6142fe972bd775
 SHA512 
2ac51b9920069ebe8ac68a94f8e9aac2b3d44d69668f340aba95f8303632fe1bfc4c3f2ce398cc7e2c2ea48583d8e04dedfc66f7147c1f4470a55417554d0071
 DIST php-7.4.21.tar.xz 10346628 BLAKE2B 
f758d6bef60f5e0c99bd097533d1663640362c2b752a3bd54389acc3bd7d173c1ba5d4b1c119b6ad50f5029aabe2349bb4646a33212dc3cf34fd294f24def401
 SHA512 
778ddbfe614fdc6a00bc82c61f4c636bdbe815ce3398415a29bd24a2fd4ca2113b3b804303585d8830242e04b0c202bbc7c725a46c9bad79b070a0e896e5e681
 DIST php-7.4.22.tar.xz 10348532 BLAKE2B 
20e4bfb0362bb13ca8cacf9fb2500ffdd2db011d69cb82f113dd0c25e8a5fd4a017d77481732930afd24a8e092edbce3eafe9d45f27718ddf7567469f80c5642
 SHA512 
80587ba613b8a863a666f44a16ebb33cbb5a5d396601d1eaf063c8f7793a98abae903cb76fca4216860f1a043d5ee997464d479d536a1d6a6cd31da9100d
 DIST php-8.0.8.tar.xz 10674548 BLAKE2B 
d2446ae5b80e692106b89418864e4253e000741addb7526599ec8db96713f91a5ab3bccd5bbd2f536b16cc58afafdf22b19996d424dfdce3218a8083ee2bdf37
 SHA512 
1f8b94083b64705e24365af57169f8ff08115f31a7471238d9ed7a24b692e46c789f3fc00ff2bef2205243b9cd9c4736831e995a004afc7fc4127f3b74932428

diff --git a/dev-lang/php/php-7.3.28.ebuild b/dev-lang/php/php-7.3.28.ebuild
deleted file mode 100644
index e95cd1b6fa4..000
--- a/dev-lang/php/php-7.3.28.ebuild
+++ /dev/null
@@ -1,758 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic systemd autotools
-
-MY_PV=${PV/_rc/RC}
-DESCRIPTION="The PHP language runtime engine"
-HOMEPAGE="https://www.php.net/;
-SRC_URI="https://www.php.net/distributions/${P}.tar.xz;
-
-LICENSE="PHP-3.01
-   BSD
-   Zend-2.0
-   bcmath? ( LGPL-2.1+ )
-   fpm? ( BSD-2 )
-   gd? ( gd )
-   unicode? ( BSD-2 LGPL-2.1 )"
-
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-# We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2 phpdbg"
-
-# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
-IUSE="${IUSE}
-   ${SAPIS/cli/+cli}
-   threads"
-
-IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
-   coverage +ctype curl debug
-   enchant exif +fileinfo +filter firebird
-   +flatfile ftp gd gdbm gmp +hash +iconv imap inifile
-   intl iodbc ipv6 +jit +json kerberos ldap ldap-sasl libedit lmdb
-   mhash mssql mysql mysqli nls
-   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
-   readline recode selinux +session session-mm sharedmem
-   +simplexml snmp soap sockets sodium spell sqlite ssl
-   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode wddx 
webp
-   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zip-encryption zlib"
-
-# The supported (that is, autodetected) versions of BDB are listed in
-# the ./configure script. Other versions *work*, but we need to stick to
-# the ones that can be detected to avoid a repeat of bug #564824.
-COMMON_DEPEND="
-   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
-   >=dev-libs/libpcre2-10.30[jit?,unicode]
-   fpm? ( acl? ( sys-apps/acl ) )
-   apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] )
-   argon2? ( 

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

2021-08-07 Thread Andreas K. Hüttel
commit: c1797d1e5b4b705b412ea0b85c5b4500a6862cdc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:50:21 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:50:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1797d1e

dev-perl/SNMP_Session: Replace dohtml usage

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

 dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild 
b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild
index 38818e7c87f..6a8bc42ab1f 100644
--- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild
+++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild
@@ -19,5 +19,6 @@ PATCHES=(
 
 src_install() {
perl-module_src_install
-   dohtml index.html
+   docinto html
+   dodoc index.html
 }



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

2021-08-07 Thread Andreas K. Hüttel
commit: 6823793918d46b5634f4faf596afdf76e1c6b98e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 17:58:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68237939

dev-perl/Set-IntSpan: EAPI=8 bump

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

 ...ntSpan-1.190.0-r1.ebuild => Set-IntSpan-1.190.0-r2.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r1.ebuild 
b/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r2.ebuild
similarity index 65%
rename from dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r1.ebuild
rename to dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r2.ebuild
index 241db7566fc..0033f847692 100644
--- a/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r1.ebuild
+++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0-r2.ebuild
@@ -1,16 +1,13 @@
-# 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=SWMCD
-MODULE_VERSION=1.19
+DIST_AUTHOR=SWMCD
+DIST_VERSION=1.19
 inherit perl-module
 
 DESCRIPTION="Manages sets of integers"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-SRC_TEST="do"



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

2021-08-07 Thread Andreas K. Hüttel
commit: 7d6a0407ec4d9650cea3551685ae1896b3a0b545
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:15:06 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:17:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6a0407

dev-perl/SNMP_Session: EAPI=8 bump

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

 .../{SNMP_Session-1.13-r2.ebuild => SNMP_Session-1.13-r3.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild 
b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild
similarity index 91%
rename from dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
rename to dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild
index 939d2f9df71..38818e7c87f 100644
--- a/dev-perl/SNMP_Session/SNMP_Session-1.13-r2.ebuild
+++ b/dev-perl/SNMP_Session/SNMP_Session-1.13-r3.ebuild
@@ -1,7 +1,7 @@
-# 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
 
 inherit perl-module
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/

2021-08-07 Thread Andreas K. Hüttel
commit: 4d21b13c1330bc0c80bfe9735983093eb5853b5d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:05:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d21b13c

dev-perl/Shell-Config-Generate: Version bump 0.34

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

 dev-perl/Shell-Config-Generate/Manifest|  1 +
 .../Shell-Config-Generate-0.340.0.ebuild   | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Shell-Config-Generate/Manifest 
b/dev-perl/Shell-Config-Generate/Manifest
index 7d0aaedb65b..5fc76040f40 100644
--- a/dev-perl/Shell-Config-Generate/Manifest
+++ b/dev-perl/Shell-Config-Generate/Manifest
@@ -1 +1,2 @@
 DIST Shell-Config-Generate-0.33.tar.gz 28382 BLAKE2B 
5bb797e79c0adf5176c1e54cabe2ad2776a7431427601e980942e86a7715b2b08e732d3489203b1fbb64ef3580b5aab1d92a6eca71b068c250346c48c2c751c6
 SHA512 
57041179a9798ec4dde78c13770fc58499776201891fe865baff4cd00efe6801411eb3bc1f89271cf4a35edf4782de33fdcb8a572c6c5adba188f50a13755bd3
+DIST Shell-Config-Generate-0.34.tar.gz 29424 BLAKE2B 
31059d56810661e952eb82f02190b7060dc94bd98a6d347537fa35c5bfcb2483facf9db0f040be220ea927e01281addba63fa96bf3d27b8e82ae38d3631becea
 SHA512 
f78b1613ee26ed6fe7a435f523ac168aaf608f76f1f02470aeb0c540e8bb5c999e4dc86dd4e67230666b5d125ca12a727ab789314c09e1314a5bc5d94534158d

diff --git 
a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild 
b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
new file mode 100644
index 000..09393e697bb
--- /dev/null
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.34
+inherit perl-module
+
+DESCRIPTION="Portably generate config for any shell"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-perl/Shell-Guess
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/Test2-Suite-0.0.60
+   >=virtual/perl-Test-Simple-1.302.15
+   )
+"



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

2021-08-07 Thread Andreas K. Hüttel
commit: d8c4475effd94f8cff68b7811a7b48d3db190cd2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:13:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c4475e

dev-perl/Signal-Mask: EAPI=8 bump

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

 ...gnal-Mask-0.8.0.ebuild => Signal-Mask-0.8.0-r1.ebuild} | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Signal-Mask/Signal-Mask-0.8.0.ebuild 
b/dev-perl/Signal-Mask/Signal-Mask-0.8.0-r1.ebuild
similarity index 68%
rename from dev-perl/Signal-Mask/Signal-Mask-0.8.0.ebuild
rename to dev-perl/Signal-Mask/Signal-Mask-0.8.0-r1.ebuild
index 0c4bbc5f10c..6dbaee4977b 100644
--- a/dev-perl/Signal-Mask/Signal-Mask-0.8.0.ebuild
+++ b/dev-perl/Signal-Mask/Signal-Mask-0.8.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=LEONT
 DIST_VERSION=0.008
@@ -12,15 +12,14 @@ DESCRIPTION="Signal masks made easy"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
 RDEPEND="
!minimal? ( dev-perl/Thread-SigMask )
virtual/perl-Carp
dev-perl/IPC-Signal
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
virtual/perl-File-Spec
@@ -28,7 +27,5 @@ DEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
 "
-src_test() {
-   perl_rm_files "t/release-pod-syntax.t"
-   perl-module_src_test
-}
+
+PERL_RM_FILES=( t/release-pod-syntax.t )



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

2021-08-07 Thread Andreas K. Hüttel
commit: afa2a152188ea8bc97ac733820b8446903e53fd8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:10:49 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa2a152

dev-perl/Shell-Guess: EAPI=8 bump

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

 .../{Shell-Guess-0.90.0.ebuild => Shell-Guess-0.90.0-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild 
b/dev-perl/Shell-Guess/Shell-Guess-0.90.0-r1.ebuild
similarity index 81%
rename from dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
rename to dev-perl/Shell-Guess/Shell-Guess-0.90.0-r1.ebuild
index 8dd75827672..be34b9c3a8a 100644
--- a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
+++ b/dev-perl/Shell-Guess/Shell-Guess-0.90.0-r1.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=PLICEASE
 DIST_VERSION=0.09
@@ -11,9 +11,7 @@ DESCRIPTION="Make an educated guess about the shell in use"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="virtual/perl-ExtUtils-MakeMaker
+BDEPEND="virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.940.0 )
 "



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

2021-08-07 Thread Andreas K. Hüttel
commit: e4ad30c68e4a3eba3344dcd43e2a95c819231947
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:11:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:17:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ad30c6

dev-perl/ShipIt: EAPI=8 bump

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

 .../ShipIt/{ShipIt-0.600.0-r1.ebuild => ShipIt-0.600.0-r2.ebuild}| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild 
b/dev-perl/ShipIt/ShipIt-0.600.0-r2.ebuild
similarity index 88%
rename from dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild
rename to dev-perl/ShipIt/ShipIt-0.600.0-r2.ebuild
index 3058404d33a..b6b7b91cb34 100644
--- a/dev-perl/ShipIt/ShipIt-0.600.0-r1.ebuild
+++ b/dev-perl/ShipIt/ShipIt-0.600.0-r2.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=MIYAGAWA
 DIST_VERSION=0.60
@@ -11,7 +11,6 @@ DESCRIPTION="Software Release Tool"
 
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 PATCHES=( "${FILESDIR}/${PN}-0.60-version-test.patch" )
 



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

2021-08-07 Thread Andreas K. Hüttel
commit: c80425b84b80a7b322efbeb19d62c5e03b3aa5ec
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:09:37 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80425b8

dev-perl/Shell-EnvImporter: EAPI=8 bump

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

 ...0.0-r2.ebuild => Shell-EnvImporter-1.70.0-r3.ebuild} | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild 
b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild
similarity index 69%
rename from dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild
rename to dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild
index 51ee27e69b0..e9867c7702b 100644
--- a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild
+++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild
@@ -1,21 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=DFARALDO
-MODULE_VERSION=1.07
+DIST_AUTHOR=DFARALDO
+DIST_VERSION=1.07
 inherit perl-module
 
 DESCRIPTION="Import environment variable changes from external commands or 
shell scripts"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
 
-DEPEND=">=dev-perl/Class-MethodMaker-2"
-RDEPEND="${DEPEND}"
+RDEPEND="
+   >=dev-perl/Class-MethodMaker-2
+"
+BDEPEND="${RDEPEND}
+"
 
 PATCHES=( "${FILESDIR}/${P}-perl520.patch" )
 
-SRC_TEST=no
+# https://rt.cpan.org/Public/Bug/Display.html?id=105478
+DIST_TEST=nope



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

2021-08-07 Thread Andreas K. Hüttel
commit: fd9ed3521b1693dc02ee3684d4c5b42aa3f53d3f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:00:56 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9ed352

dev-perl/Set-Scalar: EAPI=8 bump

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

 .../{Set-Scalar-1.290.0.ebuild => Set-Scalar-1.290.0-r1.ebuild}  | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild 
b/dev-perl/Set-Scalar/Set-Scalar-1.290.0-r1.ebuild
similarity index 80%
rename from dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild
rename to dev-perl/Set-Scalar/Set-Scalar-1.290.0-r1.ebuild
index 71be6749a77..7aa3aae058c 100644
--- a/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild
+++ b/dev-perl/Set-Scalar/Set-Scalar-1.290.0-r1.ebuild
@@ -1,16 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=DAVIDO
-MODULE_VERSION=1.29
+DIST_AUTHOR=DAVIDO
+DIST_VERSION=1.29
 inherit perl-module
 
 DESCRIPTION="Scalar set operations"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-SRC_TEST="do"



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

2021-08-07 Thread Andreas K. Hüttel
commit: e313d58330cf4d13e7fdc7d8595938a3fae6674f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:02:29 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e313d583

dev-perl/SGMLSpm: EAPI=8 bump

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

 dev-perl/SGMLSpm/{SGMLSpm-1.1-r1.ebuild => SGMLSpm-1.1-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild 
b/dev-perl/SGMLSpm/SGMLSpm-1.1-r2.ebuild
similarity index 91%
rename from dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
rename to dev-perl/SGMLSpm/SGMLSpm-1.1-r2.ebuild
index a53278738f4..b9121b572b3 100644
--- a/dev-perl/SGMLSpm/SGMLSpm-1.1-r1.ebuild
+++ b/dev-perl/SGMLSpm/SGMLSpm-1.1-r2.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=RAAB
 inherit perl-module
@@ -10,9 +10,8 @@ DESCRIPTION="Perl library for parsing the output of nsgmls"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
 
-DEPEND="dev-perl/Module-Build"
+BDEPEND="dev-perl/Module-Build"
 
 src_install() {
perl-module_src_install



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

2021-08-07 Thread Andreas K. Hüttel
commit: 5eb551ee7087333cab13f59fc137ccb0a84341f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug  7 18:03:46 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug  7 18:16:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb551ee

dev-perl/Shell: EAPI=8 bump

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

 .../{Shell-0.730.0.ebuild => Shell-0.730.0-r1.ebuild}   | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Shell/Shell-0.730.0.ebuild 
b/dev-perl/Shell/Shell-0.730.0-r1.ebuild
similarity index 59%
rename from dev-perl/Shell/Shell-0.730.0.ebuild
rename to dev-perl/Shell/Shell-0.730.0-r1.ebuild
index 77d1776871f..88156e91afd 100644
--- a/dev-perl/Shell/Shell-0.730.0.ebuild
+++ b/dev-perl/Shell/Shell-0.730.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=FERREIRA
 DIST_VERSION=0.73
@@ -11,16 +11,13 @@ DESCRIPTION="Run shell commands transparently within perl"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
+RDEPEND="
+   virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
 "
 
-src_test() {
-   perl_rm_files "t/99_pod.t"
-   perl-module_src_test
-}
+PERL_RM_FILES=( t/99_pod.t )



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/rofi-file-browser-extended/

2021-08-07 Thread Florian Schmaus
commit: dbda197ace3cf429a4f61bc478a051714889d478
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Aug  7 17:45:55 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Aug  7 17:46:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbda197a

x11-misc/rofi-file-browser-extended: rofi as also a DEPEND

Signed-off-by: Florian Schmaus  gentoo.org>

 .../rofi-file-browser-extended-1.2.0-r2.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
index 50f944d7d..a04993630 100644
--- 
a/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
+++ 
b/x11-misc/rofi-file-browser-extended/rofi-file-browser-extended-1.2.0-r2.ebuild
@@ -21,15 +21,15 @@ SLOT="0"
 IUSE=""
 
 BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="dev-libs/glib:2"
+COMMON_DEPEND="
+   dev-libs/glib:2
+   x11-misc/rofi
+"
 DEPEND="
${COMMON_DEPEND}
x11-libs/cairo
 "
-RDEPEND="
-   ${COMMON_DEPEND}
-   x11-misc/rofi
-"
+RDEPEND="${COMMON_DEPEND}"
 
 PATCHES=(
"${FILESDIR}/${P}-do-not-install-man-page.patch"



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

2021-08-07 Thread Florian Schmaus
commit: df3f87f252c4c48150c52136db5dc42776c27051
Author: Matthias Coppens  gmail  com>
AuthorDate: Sat Aug  7 15:41:38 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Aug  7 15:41:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df3f87f2

app-misc/navi: Update crates live ebuild

Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Matthias Coppens  gmail.com>

 app-misc/navi/Manifest | 4 ++--
 app-misc/navi/navi-.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/navi/Manifest b/app-misc/navi/Manifest
index 1deccaca3..d29326817 100644
--- a/app-misc/navi/Manifest
+++ b/app-misc/navi/Manifest
@@ -80,9 +80,9 @@ DIST remove_dir_all-0.7.0.crate 9041 BLAKE2B 
ec298c4c6ac01bff3af5618ffa59aca535d
 DIST same-file-1.0.6.crate 10183 BLAKE2B 
a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15
 SHA512 
3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c
 DIST scopeguard-1.1.0.crate 11470 BLAKE2B 
f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe
 SHA512 
368fa5726df8f42b53681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d
 DIST serde-1.0.125.crate 75144 BLAKE2B 
0823f4cec3704ce5232c266fcb69323dbcd93d2d15712abcc8cc61a2d123d662ae8153a32b3723324ea55a40f2b9101ed654cced45c500fcf399b9d7ccc113b8
 SHA512 
ed2819d678e7405e2d8a0cc1b43540abf2ad8871eeda4985af5e37016a42b938d7429c4e865cec2ae5364cc7fbe1052a5a46ea51b42c3ed5b9c7c1acb596ac3b
-DIST serde-1.0.126.crate 75138 BLAKE2B 
51f37473483da8a05670a213f02e119173e4c97a49313cf855ff3e547bb0969fcd84ccb7d1554e7c1761b388ac5cd917cd7e680e3ac23d2504412f75401c0937
 SHA512 
f22ec92b2eaed0819610ae2c4471eb12aa3a4209f5fbfe829c2329010813837d11ffc02d7809335df6a978cf7944095fae79c7593324dfd49becc7633dd626ed
+DIST serde-1.0.127.crate 75162 BLAKE2B 
7472c9328b4398bb25bd71febe9483e6255b309d98d2655babe5d16933c5b92a71cb75df8aec3abaff84082bffdc44a549673d30a3cb6d17157e58b32be0
 SHA512 
dc2b9c0a71028853bc05b4bdb3db1e9e753dfc588ebcff5dccc42d05252fe250b797e10b4d574f161fe11747c9740e93a47a2eba2b4ffd6ecf1992dfadbdd2ef
 DIST serde_derive-1.0.125.crate 54155 BLAKE2B 
c99e9e806831dccb3ccca20675e11f603a7348c433a641a46cf9a448a7a8b7ee242d0d6110780089b08e88b8f33aef5b75e8b1d25e2e6d242a44e9093b2badfa
 SHA512 
dd4e247c9581b437157f37e355bc3335a3927417920acce72e73d6fe05a80e19fb3160c72abede7842e7d54749c33a94335fe9f3468c2f561267b863df368a6f
-DIST serde_derive-1.0.126.crate 54189 BLAKE2B 
fa3ca8ef2e7d9bd29e682ac7df066bab05301c2b92dc8f12d254a7e8b29e8d8a83d5405def3050db00f7e396fdd14f18cfac7918a5218d4b6822463c7c0f5c5d
 SHA512 
e3c430b82def037d2f1dcc96ff7dc075636c81ab8f12e07ba09d232bc8224204c7b0cddc994c1ec98400e50340e03d6bad0dfa624b4d869e5f29d72b293d30bf
+DIST serde_derive-1.0.127.crate 54201 BLAKE2B 
207c20d2e276a173a1ae0326be307f3d77937442838a7890db923fea434d6e134a9591a07139f8eabb9981aee74dd092d6e2c0a98f17aa67f069faa3dccec6c8
 SHA512 
2c346d45bb96867ea5b4a0ca24aa9b0584d83f26578f5a1ec8a51c514d0158d98c7b76408a0ea64e5718567afb6a0cfc5922d3c5588a89b7e19035b13b1a0416
 DIST serde_yaml-0.8.17.crate 40805 BLAKE2B 
8f70ed3efa5afa1f8f45b2c107463799269d745705ac2b90e8ce69c090f4f52721d49723dc48967bdbab30efe853c661631063fe16bc3ceaed4d0158f90ffbcb
 SHA512 
3e7a4baa156ca1d9655a76fbaccd2d87b6929165972f6390316c9d4d55fc9815827e3c4bbb8a1c594f048dcc9c3fd6f4c55370df27f6257dbc28e2066274a7c1
 DIST shellwords-1.1.0.crate 3965 BLAKE2B 
ed45861b5b0760e078fad4eb19d0f0891bdcc559ac56187c512313c94c938e36cdfcf9c9d856ee0234413d775e735796a979aa7f312d2ccfd08862a6e6474d02
 SHA512 
1af48cfd1c09fa21aa436acfadf664a82b0fbccfae0c0ff8f01602ab912e0a4a0adf8677159af8ade9bc99a1df28774fda76ade243d8ac70afe0da8fe3c4098c
 DIST signal-hook-0.1.17.crate 27085 BLAKE2B 
0e58cb64b07cb8c76a043f603edbf27bcc92040a1aadb2d0c96993b1ea1a55ef63a222ec51e1396d95bb4907016e1dbf20ba3f0c1915303828f187af44ba2df4
 SHA512 
253d1478d7a6491a0b423637a706c941cc2a9707d32d29126f48af808daf8acd88e59013936f8e164df687c04e3a8f5c201b5eeb1952e3269b1419efdb4df94f

diff --git a/app-misc/navi/navi-.ebuild b/app-misc/navi/navi-.ebuild
index 4c2023103..9d34524aa 100644
--- a/app-misc/navi/navi-.ebuild
+++ b/app-misc/navi/navi-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2017-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Auto-Generated by cargo-ebuild 0.3.1
+# Auto-Generated by cargo-ebuild 0.3.2
 
 EAPI=7
 
@@ -64,8 +64,8 @@ CRATES="
remove_dir_all-0.7.0
same-file-1.0.6
scopeguard-1.1.0
-   serde-1.0.126
-   serde_derive-1.0.126
+   serde-1.0.127
+   serde_derive-1.0.127
serde_yaml-0.8.17
shellwords-1.1.0
signal-hook-0.3.9



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

2021-08-07 Thread Florian Schmaus
commit: 35d21200dd1078299291fdde2581fdfb7dc52717
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Aug  6 00:16:02 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Aug  6 00:16:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35d21200

profiles: mask extrae[openshmem] for now

Until I fix it
Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 0a909d987..570f05fec 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -26,3 +26,8 @@ sys-kernel/xpmem modules
 # build failure
 # https://github.com/Portals4/portals4/issues/83
 sys-cluster/portals4 ppe
+
+# Alessandro Barbieri  (2021-08-06)
+# sys-cluster/SOS doesn't get recognized as valid openshmem
+# https://github.com/bsc-performance-tools/extrae/issues/35
+sys-cluster/extrae openshmem



[gentoo-commits] repo/proj/guru:master commit in: app-doc/anarchism/

2021-08-07 Thread Florian Schmaus
commit: 6c82bd8f95913720b420a383bd1dc4a2488b9c8c
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Aug  7 17:30:36 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Aug  7 17:41:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c82bd8f

app-doc/anarchism: New package.

An anarchist FAQ.
Uses the Debian repo as upstream, because the authors release no source
files.

Bug: https://bugs.gentoo.org/304413
Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-doc/anarchism/Manifest  |  1 +
 app-doc/anarchism/anarchism-15.3.ebuild | 36 +
 app-doc/anarchism/metadata.xml  | 16 +++
 3 files changed, 53 insertions(+)

diff --git a/app-doc/anarchism/Manifest b/app-doc/anarchism/Manifest
new file mode 100644
index 0..ad4d8e8cb
--- /dev/null
+++ b/app-doc/anarchism/Manifest
@@ -0,0 +1 @@
+DIST anarchism-15.3.tar.gz 8160295 BLAKE2B 
522a2314e6c208a258104412b7620061f952c1a969a11a432cc14bc1a7037d89e0953e82033a9811d461831f9f30c9d0e1924b94e3b8e7deb33e44578ce3f80b
 SHA512 
e0df7ddb8b042eceebf701ec7f8ff9344dc8abefbf2d13f9cf6615c06ff1250f0398ecc281f7c9e77ca49a15f86f04dfdd2f8ad50dc2062223df1c4231736046

diff --git a/app-doc/anarchism/anarchism-15.3.ebuild 
b/app-doc/anarchism/anarchism-15.3.ebuild
new file mode 100644
index 0..cc6c06aa3
--- /dev/null
+++ b/app-doc/anarchism/anarchism-15.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop
+
+DEBIAN_VERSION="${PV}-3"
+
+DESCRIPTION="An anarchist FAQ"
+HOMEPAGE="http://www.anarchistfaq.org/afaq/index.html;
+SRC_URI="https://salsa.debian.org/debian/anarchism/-/archive/debian/${DEBIAN_VERSION}/anarchism-debian-${DEBIAN_VERSION}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-debian-${DEBIAN_VERSION}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   sed -Ei "s|file://(/usr/share/doc/)anarchism|file://${EPREFIX}\1${P}|" \
+   debian/anarchism.desktop || die
+
+   default
+}
+
+src_install() {
+   dodoc -r html markdown README.md
+   domenu debian/anarchism.desktop
+   doicon debian/anarchism.svg
+}
+
+pkg_postinst() {
+   elog "If you wish to symlink the index, the path is 
/usr/share/doc/anarchism-${PV}/html/index.html"
+   elog "For example:"
+   elog "ln -s /usr/share/doc/anarchism-${PV}/html/index.html 
~/Desktop/Anarchist\\ FAQ.html"
+}

diff --git a/app-doc/anarchism/metadata.xml b/app-doc/anarchism/metadata.xml
new file mode 100644
index 0..56c89ccd1
--- /dev/null
+++ b/app-doc/anarchism/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@tastytea.de
+   Ronny (tastytea) Gutbrod
+   
+   
+   The aim of the anarchist FAQ is to present what anarchism 
really stands
+   for and indicate why you should become an anarchist.
+   
+   
+   https://0xacab.org/ju/afaq/-/issues
+   
+   
+



[gentoo-commits] repo/proj/guru:master commit in: x11-themes/obsidian2-gtk-theme/

2021-08-07 Thread Florian Schmaus
commit: b09b5dd678ebb10e1dc819fa9387c9162fb8363e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Aug  6 00:52:11 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Aug  6 00:52:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b09b5dd6

x11-themes/obsidian2-gtk-theme: update maintainers

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

 x11-themes/obsidian2-gtk-theme/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/obsidian2-gtk-theme/metadata.xml 
b/x11-themes/obsidian2-gtk-theme/metadata.xml
index 040058d6f..59ede8d33 100644
--- a/x11-themes/obsidian2-gtk-theme/metadata.xml
+++ b/x11-themes/obsidian2-gtk-theme/metadata.xml
@@ -3,6 +3,7 @@
 

vows...@gmail.com
+   Huang Rui


madmaxms/theme-obsidian-2



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/diskonaut/

2021-08-07 Thread Florian Schmaus
commit: 706030196d412bbc93e24b4dcd2a727a366e6bb3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Aug  6 00:46:21 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Aug  6 00:46:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70603019

sys-fs/diskonaut: update maintainers

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

 sys-fs/diskonaut/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/diskonaut/metadata.xml b/sys-fs/diskonaut/metadata.xml
index 9506848ab..67688ace7 100644
--- a/sys-fs/diskonaut/metadata.xml
+++ b/sys-fs/diskonaut/metadata.xml
@@ -3,7 +3,7 @@
 
 
 coppens.matthias@gmail.com
-Matthias Coppens
+Matthias Coppens
 
 
 Given a path on your hard-drive (which could also be the root path,



[gentoo-commits] repo/proj/guru:master commit in: dev-java/mill-bin/

2021-08-07 Thread Florian Schmaus
commit: 4d038548ddcf227d8ade810d238de866cac9b9c2
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Aug  7 17:45:20 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Aug  7 17:46:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d038548

dev-java/mill-bin: add 0.9.9

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/mill-bin/Manifest  |  1 +
 dev-java/mill-bin/mill-bin-0.9.9.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest
index 77bed4a70..cc60179b9 100644
--- a/dev-java/mill-bin/Manifest
+++ b/dev-java/mill-bin/Manifest
@@ -1 +1,2 @@
 DIST 0.9.8-assembly 63242123 BLAKE2B 
851bc6dafe6a9564d7a760736cdc9f9641dc58582ddd215651249a8d1f7664e3f8f034ae6d03fcc801477d85ea87350ce25de1157c521de938ba47214e84568d
 SHA512 
1afb93740df0945df9b7119a3cac1845591b677137fc1f1e215354d19d142c4a92293552590402d78b7337818059fedb21ba5be4d8309df6633c253b5b6378af
+DIST 0.9.9-assembly 63255731 BLAKE2B 
ae4112a087b5aa6205a87fbef690820b4fde0d72962bb65d479bcdb666cf839df180935674947d53e81711377f0a8bd81bda5cdd8341027c9a2bd3bbc1869a3f
 SHA512 
b7589c36a0607602150378c94c5cb6aba56a70ebe73517c081fbd603ad948bbff5302c17d0cecaac32741452598643089350348474988c0ff973e4bf620a7b3c

diff --git a/dev-java/mill-bin/mill-bin-0.9.9.ebuild 
b/dev-java/mill-bin/mill-bin-0.9.9.ebuild
new file mode 100644
index 0..cc4d3cf04
--- /dev/null
+++ b/dev-java/mill-bin/mill-bin-0.9.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=${PN%-bin}
+
+DESCRIPTION="A Java/Scala build tool"
+HOMEPAGE="https://com-lihaoyi.github.io/mill/;
+SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly;
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}"
+
+src_install() {
+   newbin "${DISTDIR}/${PV}-assembly" ${MY_PN}
+}



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

2021-08-07 Thread Florian Schmaus
commit: 5abb1aaf94b6b99d854cb45a6a50c8c79c2bfbf2
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Aug  6 00:43:39 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Aug  6 00:43:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5abb1aaf

dev-util/mh: update maintainers

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

 dev-util/mh/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-util/mh/metadata.xml b/dev-util/mh/metadata.xml
index 06eced278..f7c437466 100644
--- a/dev-util/mh/metadata.xml
+++ b/dev-util/mh/metadata.xml
@@ -1,14 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
Oz Tiram
oz.ti...@gmail.com

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

A small program you put in your Makefile to produce fancy help.
mh parses the comments you put after targets and variables, and



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

2021-08-07 Thread Florian Schmaus
commit: 7cdce87210e5969c812950cc3b1b41f370aeb45c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Aug  7 00:29:13 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Aug  7 00:29:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cdce872

TODO.md: remove SOS

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

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 00bbc7f36..2a390a922 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,7 +12,6 @@ C
 * [hpmpc](https://github.com/giaf/hpmpc)
 * [parsec](https://bitbucket.org/icldistcomp/parsec)
 * [the-omega-project](https://github.com/davewathaverford/the-omega-project)
-* [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
 * [ummunotify](https://github.com/Portals4/ummunotify)
 
 C++



[gentoo-commits] repo/proj/guru:master commit in: dev-scheme/gerbil/files/, dev-scheme/gerbil/

2021-08-07 Thread Florian Schmaus
commit: eba677841598d1b0c28c30b066837d4f22baa5de
Author: Maciej Barć  riseup  net>
AuthorDate: Tue Aug  3 23:14:14 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Aug  4 01:17:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eba67784

dev-scheme/gerbil: doenvd; EAPI 8; xdg reset

Signed-off-by: Maciej Barć  riseup.net>

 dev-scheme/gerbil/files/99gerbil   |  1 +
 dev-scheme/gerbil/files/gerbil_home.sh |  6 ---
 dev-scheme/gerbil/gerbil-0.16.ebuild   | 68 +-
 dev-scheme/gerbil/gerbil-.ebuild   | 67 -
 4 files changed, 67 insertions(+), 75 deletions(-)

diff --git a/dev-scheme/gerbil/files/99gerbil b/dev-scheme/gerbil/files/99gerbil
new file mode 100644
index 0..05a894ed6
--- /dev/null
+++ b/dev-scheme/gerbil/files/99gerbil
@@ -0,0 +1 @@
+GERBIL_HOME=/usr/share/gerbil

diff --git a/dev-scheme/gerbil/files/gerbil_home.sh 
b/dev-scheme/gerbil/files/gerbil_home.sh
deleted file mode 100644
index 8e6959851..0
--- a/dev-scheme/gerbil/files/gerbil_home.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-
-GERBIL_HOME="${EPREFIX}/usr/share/gerbil"
-export GERBIL_HOME

diff --git a/dev-scheme/gerbil/gerbil-0.16.ebuild 
b/dev-scheme/gerbil/gerbil-0.16.ebuild
index ca1a5af90..eb31eb73d 100644
--- a/dev-scheme/gerbil/gerbil-0.16.ebuild
+++ b/dev-scheme/gerbil/gerbil-0.16.ebuild
@@ -1,15 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit elisp-common toolchain-funcs wrapper
+inherit elisp-common toolchain-funcs wrapper xdg-utils
 
 DESCRIPTION="Dialect of Scheme designed for Systems Programming"
-HOMEPAGE="
-   https://cons.io/
-   https://github.com/vyzo/gerbil
-"
+HOMEPAGE="https://cons.io/ https://github.com/vyzo/gerbil;
 
 if [[ "${PV}" == ** ]]; then
inherit git-r3
@@ -23,7 +20,8 @@ LICENSE="Apache-2.0 LGPL-2.1"
 SLOT="0"
 IUSE="emacs leveldb lmdb mysql +sqlite +xml yaml +zlib"
 
-DEPEND="
+BDEPEND="dev-scheme/gambit"
+RDEPEND="
dev-scheme/gambit
emacs? ( >=app-editors/emacs-23.1:* )
leveldb? ( dev-libs/leveldb )
@@ -34,17 +32,29 @@ DEPEND="
yaml? ( dev-libs/libyaml )
zlib? ( sys-libs/zlib )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${P}/src"
 
 SITEFILE="70${PN}-gentoo.el"
 
-src_configure() {
+src_prepare() {
# Just to be safe, because './configure --help' says:
# "Set default GERBIL_HOME (environment variable still overrides)"
unset GERBIL_HOME
+   xdg_environment_reset
+
+   # Verbose build process
+   GAMBCOMP_VERBOSE="yes"
+   export GAMBCOMP_VERBOSE
+
+   default
 
+   sed -i "s|gcc|$(tc-getCC)|g" ./build.sh || die "Failed to fix CC 
setting"
+   sed -i "s|-O2|${CFLAGS}|g" ./build.sh || die "Failed to fix CFLAGS 
setting"
+}
+
+src_configure() {
local myconf=(
$(use_enable leveldb)
$(use_enable lmdb)
@@ -56,41 +66,35 @@ src_configure() {
--prefix="${D}/usr/share/${PN}"
)
# This is not a standard 'configure' script!
-   gsi ./configure "${myconf[@]}" \
-   || die "Failed to configure using the 'configure' script"
+   gsi ./configure "${myconf[@]}" ||
+   die "Failed to configure using the 'configure' script"
 }
 
 src_compile() {
-   # Verbose build process
-   GAMBCOMP_VERBOSE="yes"
-   export GAMBCOMP_VERBOSE
-
# The 'build.sh' script uses environment variables that are exported
# by portage, ie.: CFLAGS, LDFLAGS, ...
-   sh ./build.sh \
-   || die "Failed to compile using the 'build.sh' script"
+   sh ./build.sh ||
+   die "Failed to compile using the 'build.sh' script"
 }
 
 src_install() {
-   mkdir -p "${D}/usr/share/${PN}" \
-   || die "Failed to make ${D}/usr/share/${PN} directory"
-   gsi ./install \
-   || die "Failed to install using the 'install' script"
+   mkdir -p "${D}/usr/share/${PN}" ||
+   die "Failed to make ${D}/usr/share/${PN} directory"
+   gsi ./install || die "Failed to install using the 'install' script"
 
-   sed -i "s|${D}|${EPREFIX}|g" "${D}/usr/share/${PN}/bin/gxc" \
-   || die "Failed to fix the 'gxc' executable script"
+   sed -i "s|${D}|${EPREFIX}|g" "${D}/usr/share/${PN}/bin/gxc" ||
+   die "Failed to fix the 'gxc' executable script"
 
-   mv "${D}/usr/share/${PN}/share/emacs" "${D}/usr/share/emacs" \
-   || die "Failed to fix '/usr/share/emacs' install path"
-   mv "${D}/usr/share/${PN}/share/${PN}/TAGS" "${D}/usr/share/${PN}/TAGS" \
-   || die "Failed to fix '/usr/share/gerbil/TAGS' install path"
+   mv "${D}/usr/share/${PN}/share/emacs" 

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

2021-08-07 Thread Florian Schmaus
commit: 80ce0488664df5fb8050d222637f3907b97da61d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Aug  6 00:13:32 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Fri Aug  6 00:16:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80ce0488

sys-cluster/extrae: add openshmem useflag

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

 .../{extrae-3.8.3-r8.ebuild => extrae-3.8.3-r9.ebuild} | 14 ++
 sys-cluster/extrae/metadata.xml|  1 +
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/extrae/extrae-3.8.3-r8.ebuild 
b/sys-cluster/extrae/extrae-3.8.3-r9.ebuild
similarity index 94%
rename from sys-cluster/extrae/extrae-3.8.3-r8.ebuild
rename to sys-cluster/extrae/extrae-3.8.3-r9.ebuild
index 5f1a1ef45..c52ea919c 100644
--- a/sys-cluster/extrae/extrae-3.8.3-r8.ebuild
+++ b/sys-cluster/extrae/extrae-3.8.3-r9.ebuild
@@ -15,14 +15,15 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="clustering doc dyninst heterogeneous inotify +instrument-dynamic-memory 
+instrument-io
-+instrument-syscall memkind merge-in-trace nanos online opencl openmp 
+parallel-merge
-pebs-sampling +posix-clock pthread sampling +single-mpi-lib sionlib smpss 
spectral +xml"
++instrument-syscall memkind merge-in-trace nanos online opencl openmp openshmem
++parallel-merge pebs-sampling +posix-clock pthread sampling +single-mpi-lib 
sionlib smpss
+spectral +xml"
 
 #aspectj and aspectj-weaver need to both be enabled at the same time
 #current dev-java/aspectj package only provides aspectj.jar
 #aspectj needs foo/lib/aspectj.jar and foo/bin/ajc
 #aspectj-weaver needs bar/aspectjweaver.jar
-#TODO: pmapi cuda cupti openshmem gm mx aspectj
+#TODO: pmapi cuda cupti gm mx aspectj
 #TODO: support llvm libunwind, llvm rt, elftoolchain
 
 CDEPEND="
@@ -48,6 +49,7 @@ CDEPEND="
memkind? ( dev-libs/memkind )
online? ( sys-cluster/synapse )
opencl? ( dev-util/opencl-headers )
+   openshmem? ( sys-cluster/SOS )
sionlib? ( sys-cluster/sionlib:= )
spectral? (
sci-libs/fftw
@@ -106,7 +108,6 @@ src_configure() {
--with-unwind="${EPREFIX}/usr"
 
--without-cupti
-   --without-openshmem
--without-gm
--without-mx
 
@@ -175,6 +176,11 @@ src_configure() {
else
myconf+=( "--without-opencl" )
fi
+   if use openshmem; then
+   myconf+=( "--with-openshmem=${EPREFIX}/usr" )
+   else
+   myconf+=( "--without-openshmem" )
+   fi
if use sionlib; then
myconf+=( "--with-sionlib=${EPREFIX}/usr" )
myconf+=( 
"--with-sionlib-headers=${EPREFIX}/usr/include/sionlib" )

diff --git a/sys-cluster/extrae/metadata.xml b/sys-cluster/extrae/metadata.xml
index fc023d8fb..ba115eca5 100644
--- a/sys-cluster/extrae/metadata.xml
+++ b/sys-cluster/extrae/metadata.xml
@@ -34,6 +34,7 @@ process). Extrae generates trace files that can be later 
visualized with sys-clu
Enable on-line analysis
Enable support for tracing OpenCL
Enable support for tracing OpenMP
+   OpenSHMEM to be used for the 
instrumentation package
Build the parallel mergers 
(mpimpi2prv/mpimpi2dim) based on MPI
enable PEBS sampling




[gentoo-commits] repo/proj/guru:master commit in: sys-apps/dust/

2021-08-07 Thread Florian Schmaus
commit: e3e3f49ad31ddb5fea0dde9cf2ee371d1b7cb559
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Thu Aug  5 13:22:43 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Aug  5 13:23:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3e3f49a

sys-apps/dust: version bump 0.6.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 sys-apps/dust/Manifest  |  1 +
 sys-apps/dust/dust-0.6.2.ebuild | 91 +
 2 files changed, 92 insertions(+)

diff --git a/sys-apps/dust/Manifest b/sys-apps/dust/Manifest
index 364b67830..52e93eef1 100644
--- a/sys-apps/dust/Manifest
+++ b/sys-apps/dust/Manifest
@@ -32,6 +32,7 @@ DIST dust-0.5.3.tar.gz 85876 BLAKE2B 
b547939bba382fe09e3ce61bff9233e8d54a7539601
 DIST dust-0.5.4.tar.gz 86135 BLAKE2B 
9de6668297e01fb5eec1c411f719296f49b4b9e94ba6bd8ce64df8d27bf84ba943f75c8ee17f99b40411ca8bcd12d2a53027a30844db65ddc5df0581920e013a
 SHA512 
4ab89180d4757dd235a44988ea56fbe130e3b5cac596e8a1f7839c665c1eaa68819f37d4935a61db7d4f25befab3686c098e2a8e937822bede8a4167fb408142
 DIST dust-0.6.0.tar.gz 86205 BLAKE2B 
623f0bc074ec1ba8e95a302385f0d5f4fb3679e88db0c4004d997e79eff723bebce3f00a4073ce1be058c9e2fb06a634056d0f00ed988ec0616b294de7845558
 SHA512 
6552b2dc34a077bda1db0e2773074238dac1154a3852f748a81513e28417374e8c06630176d70cc70e52cb44b5b9f9109417d83cf03751441434af0a9cf50377
 DIST dust-0.6.1.tar.gz 86682 BLAKE2B 
639421a6935a79ff0c8656456e5aa13fb557c17f779d1d8d37dfd799ad785259f1df20221c7e42c215dbf6b5db273e55ceb015a514270679415dbc2fd6c781c6
 SHA512 
c83b0c938c0495c55e6548537f15cb0e377baa68fa1c761b4ac31ebc8c3636cf96a293a51b1492fc78daefcf03d7a3183c1fa741ec5118cab716dd746abc724b
+DIST dust-0.6.2.tar.gz 86689 BLAKE2B 
5f744076f3704de20f0710845402eedf32a26be1b43e0c692de85804f2ebba5d44883d79109188bdd3160e2a9850122df7def914ef15ddfd8f2e150d732c7170
 SHA512 
49a1f20a1e8cfbbdc3aaa9896fe9fb49a641bcc32dbe569c98b5af386a9c95cfa42573accd6d3cf3290eeaac6341b62d52dc5e7b5e4acde7a090183495761af3
 DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949
 SHA512 
4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf
 DIST fnv-1.0.7.crate 11266 BLAKE2B 
81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d
 SHA512 
2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334
 DIST getrandom-0.1.14.crate 24698 BLAKE2B 
8139227951eb65cc2bb7bba29291c0e8ff0b8d9a8e2d7eabb01682d1683c989c44b6195952ec7d087c338538c1d6858c45514822625266e0996829e8c50f3d17
 SHA512 
b5cb78ae81f31fffd7d720f9ea2b5917b4eac103711faf656a3a3fdd24ae5a2e671016d39309cdd11f902de919187311401dd8fe9e6ed68c29b83987de77c957

diff --git a/sys-apps/dust/dust-0.6.2.ebuild b/sys-apps/dust/dust-0.6.2.ebuild
new file mode 100644
index 0..2b82be868
--- /dev/null
+++ b/sys-apps/dust/dust-0.6.2.ebuild
@@ -0,0 +1,91 @@
+# Copyright 2017-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Auto-Generated by cargo-ebuild 0.3.2
+
+EAPI=7
+
+CRATES="
+   aho-corasick-0.7.18
+   ansi_term-0.11.0
+   ansi_term-0.12.1
+   assert_cmd-1.0.7
+   atty-0.2.14
+   autocfg-1.0.1
+   bitflags-1.2.1
+   bstr-0.2.16
+   cfg-if-1.0.0
+   clap-2.33.3
+   crossbeam-channel-0.5.1
+   crossbeam-deque-0.8.0
+   crossbeam-epoch-0.9.5
+   crossbeam-utils-0.8.5
+   difflib-0.4.0
+   doc-comment-0.3.3
+   either-1.6.1
+   getrandom-0.2.3
+   hermit-abi-0.1.19
+   itertools-0.10.1
+   lazy_static-1.4.0
+   libc-0.2.98
+   lscolors-0.7.1
+   memchr-2.4.0
+   memoffset-0.6.4
+   num_cpus-1.13.0
+   ppv-lite86-0.2.10
+   predicates-2.0.0
+   predicates-core-1.0.2
+   predicates-tree-1.0.2
+   rand-0.8.4
+   rand_chacha-0.3.1
+   rand_core-0.6.3
+   rand_hc-0.3.1
+   rayon-1.5.1
+   rayon-core-1.9.1
+   redox_syscall-0.2.9
+   regex-1.5.4
+   regex-automata-0.1.10
+   regex-syntax-0.6.25
+   remove_dir_all-0.5.3
+   scopeguard-1.1.0
+   stfu8-0.2.4
+   strsim-0.8.0
+   tempfile-3.2.0
+   term_size-0.3.2
+   terminal_size-0.1.17
+   textwrap-0.11.0
+   thousands-0.2.0
+   treeline-0.1.0
+   unicode-width-0.1.8
+   vec_map-0.8.2
+   wait-timeout-0.2.0
+   wasi-0.10.2+wasi-snapshot-preview1
+   winapi-0.3.9
+   winapi-i686-pc-windows-gnu-0.4.0
+   winapi-util-0.1.5
+   winapi-x86_64-pc-windows-gnu-0.4.0
+"
+
+inherit cargo
+
+DESCRIPTION="A more intuitive version of du"
+HOMEPAGE="https://github.com/bootandy/dust;

  1   2   3   >