[gentoo-commits] repo/gentoo:master commit in: dev-java/jide-oss/

2021-11-22 Thread Miroslav Šulc
commit: 6f4b1c555fca194d9f81eb6b30d9039acb25a717
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Tue Nov 23 07:43:09 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Nov 23 07:50:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4b1c55

dev-java/jide-oss: remove old versions

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23030
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/jide-oss/Manifest   |  2 --
 dev-java/jide-oss/jide-oss-3.6.12.ebuild | 30 --
 dev-java/jide-oss/jide-oss-3.6.18.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-java/jide-oss/Manifest b/dev-java/jide-oss/Manifest
index 3c8887961b2d..c4c3faf58833 100644
--- a/dev-java/jide-oss/Manifest
+++ b/dev-java/jide-oss/Manifest
@@ -1,3 +1 @@
-DIST jide-oss-3.6.12.tar.gz 4751908 BLAKE2B 
731e2c2308e1a7d118a348e3f88258078e16b15f0b3c5bd2ab2ded72d75c4a4c2649e6928d9fbdd1ba7d7b99589a7c1090cb10798e678c44f830df26f0afedff
 SHA512 
a2a60a2af653a1c20099fe81479aadfd252eed086c1009c20a17b561502748cca1cc4b016fe184a60dcb281fd5843c63ad876ca93062bb788e55b485d0e46124
-DIST jide-oss-3.6.18.tar.gz 4752506 BLAKE2B 
dae7fa89da88295ef5aee03e54778c971b44cc2fc6c017d2e9b24ff9454b9691c34849c9649435ac0a04b28f7fb1ac6b1c147e7fb632e2e30461cf388b3dee7f
 SHA512 
c35f4e5b0462247bb8cc207e1f2120f6a861e796893ce6e7c55e06cab76da84402b3465d420f3fc8d09490f0eb98361d3609bb1675beb9fbf145be4c0bd5ea8c
 DIST jide-oss-3.7.12.tar.gz 4819086 BLAKE2B 
9f84b8f9e87b6e74844e11c925546b9a43ae99476c91b84be9269dd8e31658889c3cf38cd67c4a5ec94419d8c5ccecb600c55f747d15e3427e01eb146b0ee755
 SHA512 
f17ab94fd77237fa0891eb87972b0630a0709fbd7e5d07e6d8389fd18668747d13ca9f631f81cf1153f7d233131a0500e8e76dabf8d33fdce846db14f9958456

diff --git a/dev-java/jide-oss/jide-oss-3.6.12.ebuild 
b/dev-java/jide-oss/jide-oss-3.6.12.ebuild
deleted file mode 100644
index 5b2346e79eef..
--- a/dev-java/jide-oss/jide-oss-3.6.12.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JIDE Common Layer (Professional Swing Components)"
-HOMEPAGE="https://github.com/jidesoft/jide-oss;
-SRC_URI="https://github.com/jidesoft/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2-with-exceptions"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-java_prepare() {
-   rm -rv libs/ src/com/jidesoft/plaf/aqua/ || die
-}
-
-src_install() {
-   java-pkg_newjar ${P}.jar ${PN}.jar
-   dodoc README.txt
-
-   use doc && java-pkg_dojavadoc javadoc
-   use source && java-pkg_dosrc src/*
-}

diff --git a/dev-java/jide-oss/jide-oss-3.6.18.ebuild 
b/dev-java/jide-oss/jide-oss-3.6.18.ebuild
deleted file mode 100644
index 58d4d49dd0c3..
--- a/dev-java/jide-oss/jide-oss-3.6.18.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="JIDE Common Layer (Professional Swing Components)"
-HOMEPAGE="https://github.com/jidesoft/jide-oss;
-SRC_URI="https://github.com/jidesoft/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2-with-exceptions"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-S="${WORKDIR}/${P}"
-
-src_prepare() {
-   default
-   rm -rv libs/ src/com/jidesoft/plaf/aqua/ test/ || die
-}
-
-src_install() {
-   java-pkg-simple_src_install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/

2021-11-22 Thread Miroslav Šulc
commit: 3e3cc6e81cbf69082406118167dbd9ad0b979d5e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Nov 23 07:49:06 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Nov 23 07:50:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3cc6e8

dev-java/icu4j: updated test exclusions in 70.1

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

 dev-java/icu4j/icu4j-70.1.ebuild | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/dev-java/icu4j/icu4j-70.1.ebuild b/dev-java/icu4j/icu4j-70.1.ebuild
index 569a02f01c08..31d2b6ab4328 100644
--- a/dev-java/icu4j/icu4j-70.1.ebuild
+++ b/dev-java/icu4j/icu4j-70.1.ebuild
@@ -67,16 +67,8 @@ JAVA_TEST_EXCLUDES=(
"com.ibm.icu.dev.test.calendar.TestCase" # 
java.lang.IllegalArgumentException: Test class can only have one constructor
"com.ibm.icu.dev.test.bidi.TestData" # Invalid test class 1. Test class 
should have exactly one public constructor
# following kills 98 tests and and avoids 9 test failures
+   # coverage tests fail because test handlers for the parametrized tests 
are not defined so the tests are broken and cannot succeed
"com.ibm.icu.dev.test.serializable.CoverageTest"
-   "com.ibm.icu.impl.icuadapter.NumberFormatJDK"
-   "com.ibm.icu.impl.icuadapter.TimeZoneJDK"
-   "com.ibm.icu.impl.jdkadapter.CalendarICU"
-   "com.ibm.icu.impl.jdkadapter.DateFormatSymbolsICU"
-   "com.ibm.icu.impl.jdkadapter.DecimalFormatICU"
-   "com.ibm.icu.impl.jdkadapter.DecimalFormatSymbolsICU"
-   "com.ibm.icu.impl.jdkadapter.NumberFormatICU"
-   "com.ibm.icu.impl.jdkadapter.SimpleDateFormatICU"
-   "com.ibm.icu.impl.jdkadapter.TimeZoneICU"
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-looks/

2021-11-22 Thread Miroslav Šulc
commit: 26a12794ac5ba22d1519d5ddb424874a73a9674d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Nov 22 09:21:07 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Nov 23 07:50:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a12794

dev-java/jgoodies-looks: remove 2.3.1-r1

Closes: https://bugs.gentoo.org/786429
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23030
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/jgoodies-looks/Manifest   |  1 -
 .../jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild  | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-java/jgoodies-looks/Manifest b/dev-java/jgoodies-looks/Manifest
index e3e9f620dc2d..1092b43c81c6 100644
--- a/dev-java/jgoodies-looks/Manifest
+++ b/dev-java/jgoodies-looks/Manifest
@@ -1,2 +1 @@
 DIST jgoodies-looks-2_6_0.zip 2444893 BLAKE2B 
97d00131cf07f609141c97e4fd3e6b3c93f67dc879eb0ad99469c602e7e30b0d78dc4bd59202db1a3a503dec6c92ea061a176ef11e6c5f4fc26a86c697cf961f
 SHA512 
1c33413379f391109d1db35bdf301acf0cc6d66bf8aa1026280015946bddb230b4cc1d233b700d46a519fb02c169df4670c874058f5e636e1e924a9d3a42442a
-DIST looks-2_3_1.zip 2105839 BLAKE2B 
590412d7ed00d68a3fd8f8e5402802ca69039f2619e542619de787c6e9b4b2019096e87b7809e3b1f5a7d72963da3657fae7e465a245ef1ab0a5630219a968ed
 SHA512 
61278cc0b8556ce19cfb5bdaaab2b42d7035fcdf71d614a8d3673629d5b04c5698e2be521df3e0518e781f78c03a8d3f466f1fdfba525f679e9de7409faf1088

diff --git a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild 
b/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild
deleted file mode 100644
index 3a949d007d8b..
--- a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source examples"
-
-inherit java-pkg-2 java-ant-2
-
-MY_PN="looks"
-MY_PV="${PV//./_}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="JGoodies Looks Library"
-HOMEPAGE="http://www.jgoodies.com/;
-SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip;
-
-LICENSE="BSD"
-SLOT="2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   >=virtual/jdk-1.4
-   app-arch/unzip"
-
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-# bug #150970
-EANT_FILTER_COMPILER="jikes"
-# jar target fails unless we make descriptors.dir an existing directory
-# update: it's where it looks for all.txt file
-EANT_EXTRA_ARGS="-Ddescriptors.dir=${S}"
-
-EANT_BUILD_TARGET="jar-all"
-
-java_prepare() {
-   # remove the bootclasspath brokedness, make building demo optional
-   epatch "${FILESDIR}/${P}-build.xml.patch"
-
-   # unzip the look settings from bundled jar before we delete it
-   unzip -j looks-${PV}.jar META-INF/services/javax.swing.LookAndFeel \
-   || die "unzip of javax.swing.LookAndFeel failed"
-   # and rename it to what build.xml expects
-   mv javax.swing.LookAndFeel all.txt || die
-
-   java-pkg_clean
-}
-
-src_install() {
-   java-pkg_dojar build/looks.jar
-
-   dodoc RELEASE-NOTES.txt
-   dohtml README.html
-   use doc && java-pkg_dojavadoc build/docs/api
-   use source && java-pkg_dosrc src/core/com
-   use examples && java-pkg_doexamples src/demo
-}



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

2021-11-22 Thread Agostino Sarubbo
commit: ade8e740b672e91d063d76fb49dd5a8b5fb8a2ea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 23 07:40:52 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 23 07:40:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade8e740

dev-ruby/webrick: sparc stable wrt bug #826626

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/webrick/webrick-1.7.0.ebuild 
b/dev-ruby/webrick/webrick-1.7.0.ebuild
index 69d286efdc23..0be83ee3a8e1 100644
--- a/dev-ruby/webrick/webrick-1.7.0.ebuild
+++ b/dev-ruby/webrick/webrick-1.7.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby/webrick;
 SRC_URI="https://github.com/ruby/webrick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~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 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="test"
 



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

2021-11-22 Thread Agostino Sarubbo
commit: 318331f9aa94e86ea7cecb9331cf22d07d8098eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 23 07:40:54 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 23 07:40:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318331f9

dev-ruby/xmlrpc: sparc stable wrt bug #826626

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild 
b/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild
index 68e7646d64db..dcb279384fdf 100644
--- a/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild
+++ b/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~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 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend "dev-ruby/webrick"



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

2021-11-22 Thread Agostino Sarubbo
commit: bea56e94a81aa804fe8d8b0cb69b84be448400d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 23 07:40:31 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 23 07:40:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea56e94

dev-ruby/xmlrpc: amd64 stable wrt bug #826626

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild 
b/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild
index f6aefa08c5c4..68e7646d64db 100644
--- a/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild
+++ b/dev-ruby/xmlrpc/xmlrpc-0.3.2-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_rdepend "dev-ruby/webrick"



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

2021-11-22 Thread Hans de Graaff
commit: 0351e8efc298461e2deda8975a90331d21d87633
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 07:07:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 07:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0351e8ef

dev-ruby/ruby-yadis: add ruby30

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

 dev-ruby/ruby-yadis/ruby-yadis-0.3.4-r3.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/ruby-yadis/ruby-yadis-0.3.4-r3.ebuild 
b/dev-ruby/ruby-yadis/ruby-yadis-0.3.4-r3.ebuild
new file mode 100644
index ..e6cbc268f585
--- /dev/null
+++ b/dev-ruby/ruby-yadis/ruby-yadis-0.3.4-r3.ebuild
@@ -0,0 +1,36 @@
+# 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_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby library for performing Yadis service discovery"
+HOMEPAGE="http://yadis.rubyforge.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+each_ruby_prepare() {
+   # Remove live tests that require content that is no longer available.
+   rm test/test_discovery.rb || die
+   sed -i -e '/test_discovery/d' test/runtests.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -I../lib:lib:test -Ctest runtests.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r examples
+}



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

2021-11-22 Thread Hans de Graaff
commit: d4ec3da55726a34dbd76fe8c49557f5b70edde20
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 07:06:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 07:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ec3da5

dev-ruby/sparklines: add ruby30

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

 dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild 
b/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild
new file mode 100644
index ..954a3e3e6b0e
--- /dev/null
+++ b/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild
@@ -0,0 +1,35 @@
+# 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_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Create sparklines, small graphs to be used inline in texts"
+HOMEPAGE="http://sparklines.rubyforge.org/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND+="test? ( media-gfx/imagemagick[png] )"
+
+ruby_add_rdepend "dev-ruby/rmagick:*"
+
+ruby_add_bdepend "test? ( dev-ruby/tidy_table dev-ruby/dust )"
+
+all_ruby_prepare() {
+   # Don't use deprecated rmagick require for compatibility with newer
+   # versions.
+   sed -i -e '/require/ s/RMagick/rmagick/' lib/sparklines.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -I. test/test_all.rb || die
+}



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

2021-11-22 Thread Georgy Yakovlev
commit: 32329b453aace6c375fde2098a37cedc9f8975f8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov 23 07:05:50 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov 23 07:05:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32329b45

www-client/chromium: unkeyword 96.0.4664.45 for ~ppc64

fails to build with
../../third_party/ffmpeg/libavutil/common.h:88:13: fatal error: config.h: No 
such file or directory
so remove keywords for now until fixed

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

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

diff --git a/www-client/chromium/chromium-96.0.4664.45.ebuild 
b/www-client/chromium/chromium-96.0.4664.45.ebuild
index 58d5dc464121..bc98250116aa 100644
--- a/www-client/chromium/chromium-96.0.4664.45.ebuild
+++ b/www-client/chromium/chromium-96.0.4664.45.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon debug +hangouts headless 
+js-type-check kerberos +official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-harfbuzz +system-icu vaapi wayland 
widevine"
 REQUIRED_USE="
component-build? ( !suid )



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

2021-11-22 Thread Georgy Yakovlev
commit: 35bc113d1ea65d35c07ed2e0d0c237c0556adc35
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Nov 22 22:45:25 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov 23 07:05:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bc113d

www-client/chromium: keyword 96.0.4664.45 for ~ppc64

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

 www-client/chromium/Manifest |  1 +
 www-client/chromium/chromium-96.0.4664.45.ebuild | 11 +--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 25a784ab1d5e..db139b55a9ca 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,6 +1,7 @@
 DIST chromium-95-patchset-4.tar.xz 4308 BLAKE2B 
e91cb78d2357af8c0dfc66e4d148c5e6ef20cf9a811bcebf411e07cc5af73f30760d889842923afb2945e57b0f67330deac3f9068b6ce7c487482a6434e5c672
 SHA512 
152657e13afab3caca6a9ff6c0b51203f5bc8b0a4075a4396794d7a85caddce1b26f989c7dede5fa9a54316334099d21889e6767885fbf974260a6e9bd90df9d
 DIST chromium-95.0.4638.69.tar.xz 1213470900 BLAKE2B 
31619448fd42bce74dac4fb3b7e04c59a2eb05461358e4fa59ab7122b07cd2dc6632a1a8c92a9bacd93c78c37a9e7fadfa7b9ded6371697177c419ce4e6665a5
 SHA512 
e8845a3add5f784342c51c530ed4fbf144f8ab16701d9dd6a2eedbd255167f39c26cf400d22f246ef5ad4afbb6a6133e17d767711587dd4bae18e3b5a997f95e
 DIST chromium-96-patchset-4.tar.xz 4812 BLAKE2B 
5d82d212b8ec1689be6f4a7a0646256311d06c17e74ee0e5b2035c32125a5235e4b6b7605cefffa367cc53e651be17b75f5e339149b4c80dca50cd959b1623f1
 SHA512 
a72c1bb2c58e9e2912a641093c153f01ad7239dc971c7c96481ba4164204afe41741f3253e8af03070dab8276179784dc6a11761b39ad7902ed2553016778282
+DIST chromium-96-ppc64le-1.tar.xz 29224 BLAKE2B 
3369a3b15eb4f42761e01758135995a1f34e40cecbfc0372a4bc17b393d50b276ea5a0813d1c57f73f0dd34cf2a021356d25c2b4dcaa95998ffc082545dc915c
 SHA512 
256d64fbf192e55d77c6580d36766a67dadfbd0f1e34e49bfc6d55114da7f2252d783db0dd09123996a71a01ec4a3d5c70fd1a5c8852db135857b8495f7cfbf1
 DIST chromium-96.0.4664.45.tar.xz 1221965612 BLAKE2B 
e990a2c3f0ae6d8bc4b6dddbecea2c640bb6491d9b321a301c1f168a35ad37553a23b8290a28dc05d50be005d3ad57fa69af2d3574266b9c83dcd24e65116c35
 SHA512 
0b1ccaf95697c14cb080dcb22e8584817ddcd98e704d081bc4f35a22dcfc8cca82dcabc4b82ad89ed0cd64752d226f389941bfab33b615e3948e2f778b9d9028
 DIST chromium-97-patchset-4.tar.xz 4240 BLAKE2B 
450d013b6fd68f7e0bcb21a2b0828d531eda86965e636fe24fc36c2e7e1f74fe93f27f0d4b1d03e67c605797e28db37de4949ff78d5106e07b0362bec4bc5d8a
 SHA512 
181c706c83bdbe07b2e7f02b654922a860aea761ad267e6545fb7d56b66373b003c1c79fae5cd45eeb3be8917782fa45df1c05bbb00e170f0146e7385f4246c4
 DIST chromium-97.0.4692.20.tar.xz 1225705204 BLAKE2B 
fd972611d2f6fdd385a7b33dd6ecb73a09804c6f94c8f4b8663efac1aada87df778c1f6172594e3b8cd9fcce404f0b32ff80998cb996a18428efb04e8ed179db
 SHA512 
3cd83efb93c88052e1f4b80342247536ec999bb2fffa3fd0394ef21d805de734b9582be4b82f65de1cfd8acc53c5118e7e9a2719a1279f6d1a22aefcf22bd9d7

diff --git a/www-client/chromium/chromium-96.0.4664.45.ebuild 
b/www-client/chromium/chromium-96.0.4664.45.ebuild
index ca9b434df070..58d5dc464121 100644
--- a/www-client/chromium/chromium-96.0.4664.45.ebuild
+++ b/www-client/chromium/chromium-96.0.4664.45.ebuild
@@ -15,12 +15,14 @@ DESCRIPTION="Open-source version of Google Chrome web 
browser"
 HOMEPAGE="https://chromium.org/;
 PATCHSET="4"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
+PPC64LE_PATCHSET="1"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
-   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz;
+   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz
+   ppc64? ( https://dev.gentoo.org/~gyakovlev/distfiles/${PN}-$(ver_cut 
1)-ppc64le-${PPC64LE_PATCHSET}.tar.xz )"
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon debug +hangouts headless 
+js-type-check kerberos +official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-harfbuzz +system-icu vaapi wayland 
widevine"
 REQUIRED_USE="
component-build? ( !suid )
@@ -239,6 +241,8 @@ src_prepare() {
"${FILESDIR}/chromium-shim_headers.patch"
)
 
+   use ppc64 && PATCHES+=( "${WORKDIR}/${PN}-ppc64le" )
+
default
 
mkdir -p third_party/node/linux/node-linux-x64/bin || die
@@ -746,6 +750,9 @@ src_configure() {
# Chromium relies on this, but was disabled in >=clang-10, 
crbug.com/1042470
append-cxxflags $(test-flags-CXX -flax-vector-conversions=all)
 
+   # highway/libjxl fail on ppc64 without extra patches, disable for now.
+   use ppc64 && myconf_gn+=" enable_jxl_decoder=false"
+
# Disable unknown warning message from clang.
tc-is-clang && append-flags 

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

2021-11-22 Thread Hans de Graaff
commit: 792bca6e02613e2a3e2abe3d2f090b5fb8d706d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:39:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:39:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792bca6e

dev-ruby/coercible: cleanup

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

 dev-ruby/coercible/coercible-1.0.0.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/coercible/coercible-1.0.0.ebuild 
b/dev-ruby/coercible/coercible-1.0.0.ebuild
deleted file mode 100644
index b949ea65cd9a..
--- a/dev-ruby/coercible/coercible-1.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Powerful, flexible and configurable coercion library"
-HOMEPAGE="https://github.com/solnic/coercible 
https://rubygems.org/gems/coercible;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.1
-   

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

2021-11-22 Thread Hans de Graaff
commit: 895968a7d286f2dfec1efd3b72e48c3a96955a9b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:40:27 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:40:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895968a7

dev-ruby/state_machine: add ruby30

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

 .../state_machine/state_machine-1.2.0-r1.ebuild| 28 ++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/state_machine/state_machine-1.2.0-r1.ebuild 
b/dev-ruby/state_machine/state_machine-1.2.0-r1.ebuild
new file mode 100644
index ..f45c78ab4e74
--- /dev/null
+++ b/dev-ruby/state_machine/state_machine-1.2.0-r1.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_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds support for creating state machines for attributes on any 
Ruby class"
+HOMEPAGE="http://www.pluginaweek.org;
+IUSE="test"
+SLOT="0"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib test/{unit,functional}/*_test.rb
+}



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

2021-11-22 Thread Hans de Graaff
commit: a0642deec25d429728f70d2a36b1d7d4cfcfcf73
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:33:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:33:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0642dee

dev-ruby/descendants_tracker: cleanup

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

 .../descendants_tracker-0.0.4.ebuild   | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild 
b/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild
deleted file mode 100644
index 493825f3e883..
--- a/dev-ruby/descendants_tracker/descendants_tracker-0.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Module that adds descendant tracking to a class"
-HOMEPAGE="https://github.com/dkubb/descendants_tracker;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/thread_safe"
-
-all_ruby_prepare() {
-   # Remove dependency on devtools
-   sed -i -e '/devtools\/spec_helper/d' spec/spec_helper.rb || die
-   sed -i -e '/it_should_behave_like/d' \
-   spec/unit/descendants_tracker/add_descendant_spec.rb || die
-   sed -i -e '/it_should_behave_like/d' \
-   spec/unit/descendants_tracker/descendants_spec.rb || die
-}



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

2021-11-22 Thread Hans de Graaff
commit: 5850464ec825c817bb29dae568cfa2630fc9d758
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:30:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:30:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5850464e

dev-ruby/selenium-webdriver: cleanup

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

 dev-ruby/selenium-webdriver/Manifest   |  2 --
 .../selenium-webdriver-4.0.0.ebuild| 36 --
 .../selenium-webdriver-4.0.2.ebuild| 36 --
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 1889e0f969d3..f3e39888e196 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,5 +1,3 @@
 DIST selenium-webdriver-3.142.7.gem 865280 BLAKE2B 
650011848afaa3ea4fab7c8172828c7562df212383a8fbea9615a5136e3382aba0fcf17952d941c7b514e5229c0aafe3dbc320386698eb8756f567eff67722bd
 SHA512 
0e7891c19b8a0b20441d85bc17032ecf03cba7ca435846e03abc50b62b0c53c075dc70456796c9bfcd1ecd28ecc517f907a3d6868346a07617fd1d0c1b9437c0
-DIST selenium-webdriver-4.0.0.gem 152576 BLAKE2B 
8a1394fb1c9cc3603081454c4946f0ad5207d113bb37c488207baff69f2848b2b5bc9b9221177d01c86b635dd222933be3561eacfa164539c99c8cf149a6
 SHA512 
db8fd0a05fc38e7f55c2b9a779462416b937d3b8e732dee6b7bcf2b3f8914417a79e8649e320e348359ab133cef20a75e2033385e8b125e5dfc52645b086045b
-DIST selenium-webdriver-4.0.2.gem 152576 BLAKE2B 
ed4f33235f5ddbba6093d6c4c98ed2c5f95766b772fb302339101466a7d1b6af5dd322579c20b3b5c61c3fbb4b2d1d572612909e1b342a588fe8abbeaab2dcfb
 SHA512 
e0efd6a051bef551943e3b43810930362013c3fc973415929a28152311a8b92dd241e49e0d3b3a839ed2b3197481f6d70b118bf2e4345f02853d8a6bb1214cea
 DIST selenium-webdriver-4.0.3.gem 152576 BLAKE2B 
671909863bbbe328bbaf30a9e3c9e459e9eb6b892f554729892327230c03dd03f7819d9e8beb901cea986cb0d97877ce49853de856e1f802369686a03e5e9086
 SHA512 
260ad111ef9c512835f410fc7283df90b245d42db12274028148575e0a89a8c71639f0132a621f326921317b3181564521d9e801f2a7f14e5f196cde2550773c
 DIST selenium-webdriver-4.1.0.gem 153088 BLAKE2B 
f437b5e6c19b9a2b7d0393646b11bcaa0808fb9981c847ca0d86bd55ef04fc109d439eb0f41fce543ea121fde096fe3e72c56d1db861b6554f673a3de07bdff8
 SHA512 
9760c6a96dbef25f558216986a9cedcb00fe19313273ea5c3a4866d5afae327fbe3895e3e2ee405714f8a9410c290b0e51352b68465cb0df9ff31b6d2749b174

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild
deleted file mode 100644
index 48a9afa6621d..
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at https://code.google.com/p/selenium/ but the
-# repository is not organized in a way so that we can easily rebuild the
-# suited shared object. We'll just try our luck with the precompiled
-# objects for now.
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
-
-RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
-QA_PREBUILT="*/x_ignore_nofocus.so"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem provides Ruby bindings for WebDriver"
-HOMEPAGE="https://github.com/seleniumhq/selenium;
-
-LICENSE="Apache-2.0"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2
-   >=dev-ruby/rexml-3.2.5:3
-   >=dev-ruby/rubyzip-1.2.2:*"

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.2.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.2.ebuild
deleted file mode 100644
index 48a9afa6621d..
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-4.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at https://code.google.com/p/selenium/ but the
-# repository is not organized in a way so that we can easily rebuild the
-# suited shared object. We'll just try our luck with the precompiled
-# objects for now.
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
-
-RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
-QA_PREBUILT="*/x_ignore_nofocus.so"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem provides Ruby bindings for WebDriver"
-HOMEPAGE="https://github.com/seleniumhq/selenium;
-

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

2021-11-22 Thread Hans de Graaff
commit: 13caa50e88ab059b0da088f82807b4d0c2f83f08
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:32:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13caa50e

dev-ruby/sprockets-rails: add 3.4.1

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

 dev-ruby/sprockets-rails/Manifest  |  1 +
 .../sprockets-rails/sprockets-rails-3.4.1.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/sprockets-rails/Manifest 
b/dev-ruby/sprockets-rails/Manifest
index 27f26b9f1753..3827103914ce 100644
--- a/dev-ruby/sprockets-rails/Manifest
+++ b/dev-ruby/sprockets-rails/Manifest
@@ -1,3 +1,4 @@
 DIST sprockets-rails-3.2.2.tar.gz 109408 BLAKE2B 
ce589e18daa4f664ed56d909a0eff082a69d756ca57e6e7569723b5da0b1dcfbe02f4a00e42b3d9d34b1cac37b663830ede046715c04c8bbfd48be7407e13431
 SHA512 
048f48930325316ac28d721a2c33ba60767dfec9456b0705e90363a1c81c8876ec6f99d65ce533d5a0704e1f67a33fcac5cd675aec5cc3c3f1cd896d518865a9
 DIST sprockets-rails-3.3.0.tar.gz 109701 BLAKE2B 
ba614e3110c355370fa39ac0ecf4120f86095e34d70dee470320f700c21d65159adc2f6837ad2307f38fcd5a9d753820d5ee537bd7e592514f24f8e02e5fc3e6
 SHA512 
f6bc9920f19ac76e383a36ed550f06b16a4de628a8df15c6e70f005fe60c0050a01002c9334359adfb182b449a8baaec35733c846240258702a430f14dcdefe2
 DIST sprockets-rails-3.4.0.tar.gz 110208 BLAKE2B 
75ff587a0ea7056a85f9229c0325bf9d22fe4d63df93edb8df94c600b19ff58f2cae26e668ac159a673eecb155c886924d6397a10e1559c9e1dea70edc12a4af
 SHA512 
38ebadc351b807382be05e6e070f572a32b96a9b19572fff46eac3cf89574aa27c1ca1ae4419b626e3024cc79684423380e051c69d86dbec73284c50c1d1729c
+DIST sprockets-rails-3.4.1.tar.gz 110791 BLAKE2B 
a3a2e20f2718d54393f470c7d862a0ee25b0d146a994611823979cc54fe875c0323ced81615fbb06acc85ef6d9e97d966f5603d7ec724cf8449bafc7a80c9c09
 SHA512 
3c0f1d85e67365cd75504737127f0855093107734ceaa6e614735c11828b40bc7d341609aa3d743f8266bce1a61b68cac713b1742bef523085bba1906a6b685e

diff --git a/dev-ruby/sprockets-rails/sprockets-rails-3.4.1.ebuild 
b/dev-ruby/sprockets-rails/sprockets-rails-3.4.1.ebuild
new file mode 100644
index ..1cd6cd8e035f
--- /dev/null
+++ b/dev-ruby/sprockets-rails/sprockets-rails-3.4.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sprockets implementation for Rails 4.x (and beyond) Asset 
Pipeline"
+HOMEPAGE="https://github.com/rails/sprockets-rails;
+SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend "
+   >=dev-ruby/actionpack-5.2:*
+   >=dev-ruby/activesupport-5.2:*
+   >=dev-ruby/sprockets-3.0.0:*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/railties-5.2:*
+   dev-ruby/test-unit:2
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



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

2021-11-22 Thread Hans de Graaff
commit: 871158c073ec9253e12f4eda083166c57b62aa3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:31:50 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:31:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871158c0

dev-ruby/sourcemap: add ruby30

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

 dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild 
b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.ebuild
new file mode 100644
index ..02cf81a4ca39
--- /dev/null
+++ b/dev-ruby/sourcemap/sourcemap-0.1.1-r1.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_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby source maps"
+HOMEPAGE="https://github.com/maccman/sourcemap;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+}



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

2021-11-22 Thread Hans de Graaff
commit: c8f3d90c5cc0d585d4d46036ca92be9361b5cf3c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:33:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:33:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f3d90c

dev-ruby/http_parser_rb: all arches stable

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

 dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild 
b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild
index ee71995c5020..26c7f9681990 100644
--- a/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild
+++ b/dev-ruby/http_parser_rb/http_parser_rb-0.6.0-r2.ebuild
@@ -20,5 +20,5 @@ HOMEPAGE="https://github.com/tmm1/http_parser.rb;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""



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

2021-11-22 Thread Hans de Graaff
commit: 9dccc817555f7fc30848c613ec97fafebfee3f8c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:34:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dccc817

dev-ruby/thread_safe: all arches stable

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

 dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild 
b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
index 8bfeb82842f1..39afa8fe1ba0 100644
--- a/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
+++ b/dev-ruby/thread_safe/thread_safe-0.3.6-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ruby-concurrency/thread_safe;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Higher atomic dependency since earlier versions crash on ruby20 while



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

2021-11-22 Thread Hans de Graaff
commit: 418aa66dbc4a46c18579e5b88e880771ca37e7b2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:37:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:37:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418aa66d

dev-ruby/ntlm-http: EAPI 8

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

 dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild | 34 
 1 file changed, 34 insertions(+)

diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild 
b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
new file mode 100644
index ..960bd91a5093
--- /dev/null
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_DOC_SOURCES="lib README"
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby/NTLM HTTP provides NTLM authentication over http"
+HOMEPAGE="http://www.mindflowsolutions.net/;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+   find . -name '*.rb' -exec sed -i -e 's:\r$::' {} +
+
+   # We can't use RUBY_PATCHES for this because we need first to convert 
the files
+   eapply "${FILESDIR}"/${P}+ruby-1.9.patch
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 test/*_test.rb
+}



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

2021-11-22 Thread Hans de Graaff
commit: 538d5847daea8c22ab49847c4b82bbc66443aa33
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:29:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:29:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d5847

dev-ruby/selenium-webdriver: add 4.1.0

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

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-4.1.0.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 650e0b6eb536..1889e0f969d3 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -2,3 +2,4 @@ DIST selenium-webdriver-3.142.7.gem 865280 BLAKE2B 
650011848afaa3ea4fab7c8172828
 DIST selenium-webdriver-4.0.0.gem 152576 BLAKE2B 
8a1394fb1c9cc3603081454c4946f0ad5207d113bb37c488207baff69f2848b2b5bc9b9221177d01c86b635dd222933be3561eacfa164539c99c8cf149a6
 SHA512 
db8fd0a05fc38e7f55c2b9a779462416b937d3b8e732dee6b7bcf2b3f8914417a79e8649e320e348359ab133cef20a75e2033385e8b125e5dfc52645b086045b
 DIST selenium-webdriver-4.0.2.gem 152576 BLAKE2B 
ed4f33235f5ddbba6093d6c4c98ed2c5f95766b772fb302339101466a7d1b6af5dd322579c20b3b5c61c3fbb4b2d1d572612909e1b342a588fe8abbeaab2dcfb
 SHA512 
e0efd6a051bef551943e3b43810930362013c3fc973415929a28152311a8b92dd241e49e0d3b3a839ed2b3197481f6d70b118bf2e4345f02853d8a6bb1214cea
 DIST selenium-webdriver-4.0.3.gem 152576 BLAKE2B 
671909863bbbe328bbaf30a9e3c9e459e9eb6b892f554729892327230c03dd03f7819d9e8beb901cea986cb0d97877ce49853de856e1f802369686a03e5e9086
 SHA512 
260ad111ef9c512835f410fc7283df90b245d42db12274028148575e0a89a8c71639f0132a621f326921317b3181564521d9e801f2a7f14e5f196cde2550773c
+DIST selenium-webdriver-4.1.0.gem 153088 BLAKE2B 
f437b5e6c19b9a2b7d0393646b11bcaa0808fb9981c847ca0d86bd55ef04fc109d439eb0f41fce543ea121fde096fe3e72c56d1db861b6554f673a3de07bdff8
 SHA512 
9760c6a96dbef25f558216986a9cedcb00fe19313273ea5c3a4866d5afae327fbe3895e3e2ee405714f8a9410c290b0e51352b68465cb0df9ff31b6d2749b174

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild
new file mode 100644
index ..48a9afa6621d
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="https://github.com/seleniumhq/selenium;
+
+LICENSE="Apache-2.0"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5:2
+   >=dev-ruby/rexml-3.2.5:3
+   >=dev-ruby/rubyzip-1.2.2:*"



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

2021-11-22 Thread Hans de Graaff
commit: efc11eed1de49c511153783cd1b03507a800af44
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:38:39 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:38:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc11eed

dev-ruby/allison: all arches stable

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

 dev-ruby/allison/allison-2.0.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/allison/allison-2.0.3-r4.ebuild 
b/dev-ruby/allison/allison-2.0.3-r4.ebuild
index 0ce94df3be22..c229db629e6a 100644
--- a/dev-ruby/allison/allison-2.0.3-r4.ebuild
+++ b/dev-ruby/allison/allison-2.0.3-r4.ebuild
@@ -17,7 +17,7 @@ 
HOMEPAGE="https://fauna.github.com/fauna/allison/files/README.html;
 
 LICENSE="AFL-3.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~s390 ~sparc x86 ~x86-solaris"
 IUSE=""
 
 all_ruby_install() {



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/viking/, sci-geosciences/viking/files/

2021-11-22 Thread Hans de Graaff
commit: 552ebbe2ce76b2cf418fc41085ec40a94ad0bfe4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 07:02:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 07:04:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552ebbe2

sci-geosciences/viking: add 1.9

Thanks to William Pettersson for tracking down required patches.

Closes: https://bugs.gentoo.org/826638

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

 sci-geosciences/viking/Manifest|   1 +
 .../viking/files/viking-1.9-geocache.patch |  88 ++
 sci-geosciences/viking/viking-1.9.ebuild   | 100 +
 3 files changed, 189 insertions(+)

diff --git a/sci-geosciences/viking/Manifest b/sci-geosciences/viking/Manifest
index 2625c50c8b90..537ed00c87ac 100644
--- a/sci-geosciences/viking/Manifest
+++ b/sci-geosciences/viking/Manifest
@@ -1,2 +1,3 @@
 DIST viking-1.8.tar.gz 5207444 BLAKE2B 
6a9b786dd23e643a68c25d68e2e14c5a38d2fe6a4a57f6266e13d9208f8c3b49c122921ecf4c54c2630bf9a11e5288346643b4bf92aad67824e8c928de270f84
 SHA512 
c401e69a6038e4b20c5a2fdecb8b028156e7e8829dd9d48596b0501b6e0a364dc6cc0ab0a8c4bcc731b5c6721835d3cfb605b76ec3b266dab2426df12c321e62
+DIST viking-1.9.tar.gz 5962048 BLAKE2B 
7997286619d55687c5f2a394c8e068432c025f4210e579eae68e344495690e08e609352af3a71f3dc10161bd3cbb1126241abd928a13555466c37d164aa1fa5c
 SHA512 
44be8e008db369e8700f91a67f4e4fb7aaab67fa498e71da98502b2893e8efd85502caca23ce9ccba4cf0d167328c4b87b5e422e15b3f8611acf814053646697
 DIST viking.pdf 383200 BLAKE2B 
388129023e62008de2d2c402a72aa1e4a1834f99ebb9deedb5f5c32e8b94edeadf5a40e7b1f941aacc0057d4dcfbaf13c3098eb4efa02e3a1a8e00288201
 SHA512 
481c88afd43783475366d41cd46a7fa5fdbcd20fec27b3ce286fb8abe1e9efbb4164def0d19fca2380fa95b5b97e9472f25ff5e10f8d95261e85b7c4a52d29ee

diff --git a/sci-geosciences/viking/files/viking-1.9-geocache.patch 
b/sci-geosciences/viking/files/viking-1.9-geocache.patch
new file mode 100644
index ..4779c10dcd4c
--- /dev/null
+++ b/sci-geosciences/viking/files/viking-1.9-geocache.patch
@@ -0,0 +1,88 @@
+From bdfa84467787138b8a180938006b864a39d0dec0 Mon Sep 17 00:00:00 2001
+From: Rob Norris 
+Date: Thu, 3 Jun 2021 21:30:02 +0100
+Subject: [PATCH] Github #128: Maintain datasource_gc.c such that it at least
+ compiles
+
+---
+ src/datasource_gc.c | 28 +++-
+ 1 file changed, 15 insertions(+), 13 deletions(-)
+
+diff --git a/src/datasource_gc.c b/src/datasource_gc.c
+index 37fa425a..22292b2c 100644
+--- a/src/datasource_gc.c
 b/src/datasource_gc.c
+@@ -128,9 +128,9 @@ static void datasource_gc_draw_circle ( 
datasource_gc_widgets_t *widgets )
+   gdouble lat, lon;
+   if ( widgets->circle_onscreen ) {
+ vik_viewport_draw_arc ( widgets->vvp, widgets->circle_gc, FALSE,
+-  widgets->circle_x - widgets->circle_width/2,
+-  widgets->circle_y - widgets->circle_width/2,
+-  widgets->circle_width, widgets->circle_width, 0, 360*64 );
++widgets->circle_x - widgets->circle_width/2,
++widgets->circle_y - widgets->circle_width/2,
++widgets->circle_width, widgets->circle_width, 0, 
360*64, NULL );
+   }
+   /* calculate widgets circle_x and circle_y */
+   /* split up lat,lon into lat and lon */
+@@ -157,13 +157,13 @@ static void datasource_gc_draw_circle ( 
datasource_gc_widgets_t *widgets )
+   pixels_per_meter = ((gdouble)vik_viewport_get_width(widgets->vvp)) / 
vik_coord_diff(, );
+ 
+   /* this is approximate */
+-  widgets->circle_width = gtk_spin_button_get_value_as_float ( 
GTK_SPIN_BUTTON(widgets->miles_radius_spin) )
++  widgets->circle_width = gtk_spin_button_get_value ( 
GTK_SPIN_BUTTON(widgets->miles_radius_spin) )
+   * METERSPERMILE * pixels_per_meter * 2;
+ 
+   vik_viewport_draw_arc ( widgets->vvp, widgets->circle_gc, FALSE,
+-  widgets->circle_x - widgets->circle_width/2,
+-  widgets->circle_y - widgets->circle_width/2,
+-  widgets->circle_width, widgets->circle_width, 0, 360*64 );
++  widgets->circle_x - widgets->circle_width/2,
++  widgets->circle_y - widgets->circle_width/2,
++  widgets->circle_width, widgets->circle_width, 
0, 360*64, NULL );
+ 
+   widgets->circle_onscreen = TRUE;
+ } else
+@@ -172,7 +172,7 @@ static void datasource_gc_draw_circle ( 
datasource_gc_widgets_t *widgets )
+ 
+   /* see if onscreen */
+   /* okay */
+-  vik_viewport_sync ( widgets->vvp );
++  vik_viewport_sync ( widgets->vvp, NULL );
+ }
+ 
+ static void datasource_gc_add_setup_widgets ( GtkWidget *dialog, VikViewport 
*vvp, gpointer user_data )
+@@ -197,7 +197,9 @@ static void datasource_gc_add_setup_widgets ( GtkWidget 
*dialog, VikViewport *vv
+ 
+   widgets->vvp = vvp;
+   

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

2021-11-22 Thread Hans de Graaff
commit: f4eba2416ff8e226cd16effdc41b4e34a9b3572f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 23 06:41:06 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 23 06:41:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eba241

dev-ruby/file-tail: cleanup

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

 dev-ruby/file-tail/file-tail-1.2.0.ebuild | 38 ---
 1 file changed, 38 deletions(-)

diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
deleted file mode 100644
index 4d1d4ec10c74..
--- a/dev-ruby/file-tail/file-tail-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_SOURCES="lib README.md"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A small ruby library that allows it to 'tail' files in Ruby"
-HOMEPAGE="https://flori.github.com/file-tail;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/tins-1*"
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-all_ruby_prepare() {
-   sed -i -e '/test_tail_change2/aomit "has race condition"' 
tests/file_tail_test.rb || die
-}
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-
-   rm -f test.*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2021-11-22 Thread Davide Pesavento
commit: be5b9f5cffb7518cad62fe41d1df1faa0ffd7748
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Nov 23 04:16:06 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Nov 23 04:19:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5b9f5c

dev-qt/qt-creator: clangcodemodel plugin requires USE=lsp

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

 dev-qt/qt-creator/qt-creator-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index ceec86efbe12..10d2dbc089f4 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -26,7 +26,7 @@ LICENSE="GPL-3"
 SLOT="0"
 QTC_PLUGINS=(android +autotest autotools:autotoolsprojectmanager baremetal 
bazaar beautifier boot2qt
'+clang:clangcodemodel|clangformat|clangtools' clearcase 
cmake:cmakeprojectmanager conan cppcheck
-   ctfvisualizer cvs +designer docker git glsl:glsleditor +help 
incredibuild lsp:languageclient
+   ctfvisualizer cvs +designer docker git glsl:glsleditor +help 
incredibuild +lsp:languageclient
mcu:mcusupport mercurial meson:mesonprojectmanager modeling:modeleditor 
nim perforce perfprofiler
python qbs:qbsprojectmanager 
'+qml:qmldesigner|qmljseditor|qmlpreview|qmlprojectmanager|studiowelcome'
qmlprofiler qnx remotelinux scxml:scxmleditor serialterminal 
silversearcher subversion valgrind
@@ -36,7 +36,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
android? ( lsp )
boot2qt? ( remotelinux )
-   clang? ( test? ( qbs ) )
+   clang? ( lsp test? ( qbs ) )
mcu? ( baremetal cmake )
python? ( lsp )
qnx? ( remotelinux )



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2021-11-22 Thread Davide Pesavento
commit: 9ba0be1a9a528038bd6892795905dea469df2cca
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Nov 23 04:05:43 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Nov 23 04:19:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba0be1a

dev-qt/qt-creator: merge qmldesigner and qmljs USE flags

And also put qmlpreview and qmlprojectmanager behind the new flag

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

 dev-qt/qt-creator/metadata.xml   |  5 +++--
 dev-qt/qt-creator/qt-creator-.ebuild | 16 ++--
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qt-creator/metadata.xml b/dev-qt/qt-creator/metadata.xml
index 8713dfe7612f..bdaf1a3ad21f 100644
--- a/dev-qt/qt-creator/metadata.xml
+++ b/dev-qt/qt-creator/metadata.xml
@@ -17,7 +17,7 @@
Add support for GNU Bazaar version control 
system (requires manual installation of Bazaar client)
Build the beautifier plugin (supports 
astyle, clang-format, and uncrustify)
Build plugin for Boot2Qt devices
-   Build clang-based plugins (code model, 
formatting, static analysis)
+   Build clang-based plugins for C/C++ 
development (code model, formatting, static analysis)
Add support for IBM ClearCase version 
control system (requires manual installation of ClearCase client)
Build plugin for CMake-based projects
Build plugin to integrate with the Conan 
package manager
@@ -27,7 +27,7 @@
Build plugin for Docker support
Build the GLSL editor plugin
Enable the integrated documentation 
viewer
-   Enable integration with Incredibuild 
(requires manual installation of Incredibuild)
+   Enable integration with 
Incredibuild
Add support for the Language Server Protocol 
(LSP)
Build plugin for MCU devices
Add support for 
dev-vcs/mercurial version control system
@@ -38,6 +38,7 @@
Build the Linux Perf-based profiler 
plugin
Build plugin for Python language 
support
Build plugin for QBS-based projects
+   Build plugins for QML-based development 
(designer, editor, project manager)
Enable designer for QML/QtQuick-based 
UIs
Build the QML/JavaScript editor plugin
Build the QML profiler plugin

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index 8db237c5577b..ceec86efbe12 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -28,8 +28,9 @@ QTC_PLUGINS=(android +autotest 
autotools:autotoolsprojectmanager baremetal bazaa
'+clang:clangcodemodel|clangformat|clangtools' clearcase 
cmake:cmakeprojectmanager conan cppcheck
ctfvisualizer cvs +designer docker git glsl:glsleditor +help 
incredibuild lsp:languageclient
mcu:mcusupport mercurial meson:mesonprojectmanager modeling:modeleditor 
nim perforce perfprofiler
-   python qbs:qbsprojectmanager +qmldesigner +qmljs:qmljseditor 
qmlprofiler qnx remotelinux
-   scxml:scxmleditor serialterminal silversearcher subversion valgrind 
webassembly)
+   python qbs:qbsprojectmanager 
'+qml:qmldesigner|qmljseditor|qmlpreview|qmlprojectmanager|studiowelcome'
+   qmlprofiler qnx remotelinux scxml:scxmleditor serialterminal 
silversearcher subversion valgrind
+   webassembly)
 IUSE="doc systemd test webengine ${QTC_PLUGINS[@]%:*}"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="
@@ -38,7 +39,6 @@ REQUIRED_USE="
clang? ( test? ( qbs ) )
mcu? ( baremetal cmake )
python? ( lsp )
-   qmldesigner? ( qmljs )
qnx? ( remotelinux )
 "
 
@@ -97,7 +97,7 @@ RDEPEND="${CDEPEND}
cvs? ( dev-vcs/cvs )
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
-   qmldesigner? ( >=dev-qt/qtquicktimeline-${QT_PV} )
+   qml? ( >=dev-qt/qtquicktimeline-${QT_PV} )
silversearcher? ( sys-apps/the_silver_searcher )
subversion? ( dev-vcs/subversion )
valgrind? ( dev-util/valgrind )
@@ -123,7 +123,6 @@ src_prepare() {
# disable unwanted plugins
for plugin in "${QTC_PLUGINS[@]#[+-]}"; do
if ! use ${plugin%:*}; then
-   einfo "Disabling ${plugin%:*} plugin"
sed -i -re 
"s/(^\s+|\s*SUBDIRS\s*\+=.*)\<(${plugin#*:})\>(.*)/\1\3/" \
src/plugins/plugins.pro || die "failed to 
disable ${plugin%:*} plugin"
fi
@@ -150,14 +149,11 @@ src_prepare() {
sed -i -e '/tracing/d' src/libs/libs.pro 
tests/auto/auto.pro || die
fi
fi
-   if ! use qmldesigner; then
-   sed -i -e '/advanceddockingsystem/d' 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2021-11-22 Thread Davide Pesavento
commit: 2c5e19cb0458cd43f3d5c3bdd4003b5e2e393ef5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 22 05:16:43 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Nov 23 04:19:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5e19cb

dev-qt/qt-creator: always build clangsupport and sqlite internal libs

The CppEditor plugin, which is pretty fundamental, depends on them.

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

 dev-qt/qt-creator/qt-creator-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index 68a5ec763cc6..8db237c5577b 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -132,7 +132,7 @@ src_prepare() {
 
# avoid building unused support libraries and tools
if ! use clang; then
-   sed -i -e '/clangsupport\|sqlite\|yaml-cpp/d' src/libs/libs.pro 
|| die
+   sed -i -e '/yaml-cpp/d' src/libs/libs.pro || die
sed -i -e '/clangbackend/d' src/tools/tools.pro || die
fi
if ! use glsl; then



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

2021-11-22 Thread Nick Sarnie
commit: b7f90b1e51f57657ad0c28f734eb8063f7f7542e
Author: Ali Abdel-Qader  protonmail  com>
AuthorDate: Mon Nov 22 18:42:51 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:59:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f90b1e

dev-libs/tree-sitter: Bump to 0.20.1

Signed-off-by: Ali Abdel-Qader  protonmail.com>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter/Manifest  |  1 +
 dev-libs/tree-sitter/tree-sitter-0.20.1.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/tree-sitter/Manifest b/dev-libs/tree-sitter/Manifest
index fd616b56d9e9..63594a2022ee 100644
--- a/dev-libs/tree-sitter/Manifest
+++ b/dev-libs/tree-sitter/Manifest
@@ -1 +1,2 @@
 DIST tree-sitter-0.20.0.tar.gz 2876764 BLAKE2B 
058f62c2067ce5fcf9440f281c63908f93fda09a6b3604d7196b9c56a15ba88ded7d75f9c21b4c5c4209f587fb5f326ae655cb5f5d84b46bfd783b2147048568
 SHA512 
a51fa0af45a6a99bb74ff53c15a4d7939eb24c6720e65ec7a96f74ffbce54801f14539e071ec6a4891dae778d7dea5edcecc6dd57716cc70a891c9e6cfa55013
+DIST tree-sitter-0.20.1.tar.gz 2903038 BLAKE2B 
092b3110ca2dd2dc2f6298dad98c2400064ba7b7bce90cdf7c50bdfabf0bf52629f5315728b578ae46efc1a4c2f71ff024ffae202205a3b563188e3537565359
 SHA512 
172e9b2fba5d4610f663934dff1cf4580d09631a3d8d5d7249b6a80288aa9fdda9f5eac50a501935a87414563b46f843c3d98a1f7e45302a5c61dd3c08159606

diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.1.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.20.1.ebuild
new file mode 100644
index ..fa5c4b5c1917
--- /dev/null
+++ b/dev-libs/tree-sitter/tree-sitter-0.20.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing 
library."
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/${PN};
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-No-static-libs-gentoo.patch"
+)
+
+src_prepare() {
+   default
+   tc-export CC
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+}



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

2021-11-22 Thread Nick Sarnie
commit: df7521d25d089e75e0fbaaccf2dc2cbb33143cae
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:43:46 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:51:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7521d2

app-emulation/wine-mono: Sync with ::wine

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

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 6f3b8ee20da6..0779de22f8c6 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666
 DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7
 DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bfdf677ad5c948d9d598fe461ad668f778e5a8ae2084c584c9d6dae9bee68b85f9837c20016ab82c2401644dcfa06c1a
 SHA512 
5e0eda47bd73b4f1d2d4017c1e6f1d14c9801067e085e9c991532c50454dd22b6594bd05733b4aae8a1010e8b443ff2bdbe70398880ea569142b33e253892f12
 DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e
+DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
+DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
new file mode 100644
index ..b396802d99cc
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



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

2021-11-22 Thread Nick Sarnie
commit: 5e9c40b67fdf9b660016f77b8803591b4ef36e06
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:49:54 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:51:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9c40b6

app-emulation/wine-staging: Sync with ::wine

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

 app-emulation/wine-staging/Manifest| 3 +++
 .../{wine-staging-.ebuild => wine-staging-6.22.ebuild} | 7 +++
 app-emulation/wine-staging/wine-staging-.ebuild| 7 +++
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 615eaffd5871..9c0cac75ea64 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,9 +1,12 @@
 DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771d791240209f77d967031943232218e8e737987a4a74847d89d6bf8739ff0698b28b656a8b9ac830ee1da457be2aab27ededb123
 SHA512 
721d4d7b6a2c4336555a7faed7202a8ad6872ee37e4daea6fab2b5ff5bf5d73ce41f25d0bd4fd9b45e2c522cb19c1349144a40be32ccdd7ded7f61055d6d85c8
+DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 
21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d
 SHA512 
a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96
 DIST wine-6.18.tar.xz 24860880 BLAKE2B 
411b74e92bf895f20e53ad7a203bd3fe84f1b414d8720b402bc17150fd663161e65be05b1fd5630dcc7a32fc6eba27dd0685f7b852dfb5852ea4f7fdb5af15a5
 SHA512 
d8f54f8fbb61b4af2a6f97328d33b0389ab0fb6a9dac97b2832af3d911a9f23c08653f40ec77f7c0eedd694c4a1c1228fe9dd4d859d8b3d7419e21847de7bcfe
 DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5ea8cc8fc94d73f18d294bda5674d48102d6f61e6a5b0e1f76aaa4885ec530bd96b1ea70923bae479254d59d2
 SHA512 
6d58bca9a4b8ed94f34a532da6403341f325a30d8e1b78997de009ecaafad655d15733823d7d1c8bd906efc568a649f8b7bee5c10f2e271e449d6e1eaa8f7ce4
 DIST wine-6.20.tar.xz 26921644 BLAKE2B 
2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49
 SHA512 
dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
 DIST wine-6.21.tar.xz 26973172 BLAKE2B 
7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096
 SHA512 
2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220
+DIST wine-6.22.tar.xz 27031604 BLAKE2B 
ed1cf0499f8f827e88a1a899db3c5243d016696fdb1189b321cac398749f9360956f0cd473b2ee04052f0db750550a983b089c4f151edac535b7d440c9a2e048
 SHA512 
5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5
 DIST wine-staging-6.18.tar.gz 9663936 BLAKE2B 
cd1a0314aa3bf890d57432e0680e13927a7ef4c50f47fe9bc17980208a77137508703d9b3155cfee6a340d954e832e99d3d26518b425c4e60d8a3fd0ad2e
 SHA512 
f718b4a6f314e8db4f6ad4cb41449d251d973b0942072411a70749398cec9d60ebcf29078cf00a895f665ea7e7846c3fd7e5553d04b3b451ae757c95fb49af58
 DIST wine-staging-6.19.tar.gz 9690585 BLAKE2B 
de5c172b600e8de59241e93a8938d4f6a943f97d1cccaba2aa2551886893848f43df5d2e375b588deabe722ff34d80ff62dfed376d41d309c6a36e03678b771e
 SHA512 
f46d82dc034b0c701d00c70395edc306f6dcd3cd70091bb544c86c035e4221a370f6a1c39de4575e6cbb4eb587f5257d50ad5ada51fb6fee9f57b90dc0358034
 DIST wine-staging-6.20.tar.gz 9643278 BLAKE2B 
b5f0a74c575541303eaf12e9706f8917b795fc0d5f065e7292329cec7da145f9c7db25bebfcf4d703bf561206f22c9a49a95e8471629009dac4679c6f028b918
 SHA512 
9b5650d065976ab5b0bcb2f65895bf7b6bf139d376fc5cff421d493a6f6a849cb57e33243d1fad9ca1943cfbfdee8d8a3a4d530722163b15a0830d616f06e1e3
 DIST wine-staging-6.21.tar.gz 9627829 BLAKE2B 
b743b67c6f26871894b16d8cd9e7ed39a1d1dd6204516453628435ee23df7644433508edc7c7dd2881686926427e683c36a29acdc744c89d2c2bd4c5f50a13ea
 SHA512 
b74ad7f96f2831b2635557c16cb616754e31c490b5b935d1d197d6cc8e61ca75805f801e3b936a3794af57be94344d3a06dcfce92db7e036b6c3751ef294
+DIST wine-staging-6.22.tar.gz 9608891 BLAKE2B 
b1fb62e82ea746a4872c4dcb8e243a44248732e4d3512e8c489e230422fc51861b5a8f1996ae12e432c5ef7eeb8cae693f9afe862d2bde150f1d6eab46534f6a
 SHA512 
3839cdcd7ffead2cf933b59eb038856eccde7b28e599b61e10e2745ff4d2bfeefcc43262bbc96c97510560584de759ef0616b0f5e391de608fb08176502cb830

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-6.22.ebuild
similarity index 98%
copy from app-emulation/wine-staging/wine-staging-.ebuild
copy to app-emulation/wine-staging/wine-staging-6.22.ebuild
index 

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

2021-11-22 Thread Nick Sarnie
commit: 2bfbe6992c55863a9db163bb46ea57ac3e125f06
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:48:03 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:51:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfbe699

app-emulation/wine-vanilla: Sync with ::wine

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

 app-emulation/wine-vanilla/Manifest| 2 ++
 .../{wine-vanilla-.ebuild => wine-vanilla-6.22.ebuild} | 7 +++
 app-emulation/wine-vanilla/wine-vanilla-.ebuild| 7 +++
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index c91253d239cd..9bc6fea0db81 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,8 +1,10 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771d791240209f77d967031943232218e8e737987a4a74847d89d6bf8739ff0698b28b656a8b9ac830ee1da457be2aab27ededb123
 SHA512 
721d4d7b6a2c4336555a7faed7202a8ad6872ee37e4daea6fab2b5ff5bf5d73ce41f25d0bd4fd9b45e2c522cb19c1349144a40be32ccdd7ded7f61055d6d85c8
+DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 
21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d
 SHA512 
a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.2.tar.xz 24217772 BLAKE2B 
176614736055892b7203313edc52e2926807c93b0bb97d59f65fbf284fd9cb138e4555fb7cd5a6c7c867367fdc50c89f12d7360ca0db947a7f04594f35f14775
 SHA512 
6cf002c6a06161665614c9f977dfa402bae8e657c0744dd824575066cdeb676bb9d61ebfc3c4b6f76486077a7457fe91cbe5bbadb467279a61e5a320da587696
 DIST wine-6.18.tar.xz 24860880 BLAKE2B 
411b74e92bf895f20e53ad7a203bd3fe84f1b414d8720b402bc17150fd663161e65be05b1fd5630dcc7a32fc6eba27dd0685f7b852dfb5852ea4f7fdb5af15a5
 SHA512 
d8f54f8fbb61b4af2a6f97328d33b0389ab0fb6a9dac97b2832af3d911a9f23c08653f40ec77f7c0eedd694c4a1c1228fe9dd4d859d8b3d7419e21847de7bcfe
 DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5ea8cc8fc94d73f18d294bda5674d48102d6f61e6a5b0e1f76aaa4885ec530bd96b1ea70923bae479254d59d2
 SHA512 
6d58bca9a4b8ed94f34a532da6403341f325a30d8e1b78997de009ecaafad655d15733823d7d1c8bd906efc568a649f8b7bee5c10f2e271e449d6e1eaa8f7ce4
 DIST wine-6.20.tar.xz 26921644 BLAKE2B 
2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49
 SHA512 
dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
 DIST wine-6.21.tar.xz 26973172 BLAKE2B 
7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096
 SHA512 
2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220
+DIST wine-6.22.tar.xz 27031604 BLAKE2B 
ed1cf0499f8f827e88a1a899db3c5243d016696fdb1189b321cac398749f9360956f0cd473b2ee04052f0db750550a983b089c4f151edac535b7d440c9a2e048
 SHA512 
5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild
similarity index 98%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild
index 37f3515cb347..93905dc5f2d1 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild
@@ -24,7 +24,7 @@ else
 fi
 S="${WORKDIR}/${MY_P}"
 
-GWP_V="20210925"
+GWP_V="20211122"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
@@ -102,7 +102,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.2[abi_x86_32?,abi_x86_64?] )
-  

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

2021-11-22 Thread Nick Sarnie
commit: 6920ca4d7162e6fc2f7f3c0a53382cd824df88b2
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:50:12 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:51:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6920ca4d

app-emulation/wine-staging: Drop old

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

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-6.18.ebuild  | 645 -
 2 files changed, 647 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 9c0cac75ea64..930d02dae6bc 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,11 +1,9 @@
 DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771d791240209f77d967031943232218e8e737987a4a74847d89d6bf8739ff0698b28b656a8b9ac830ee1da457be2aab27ededb123
 SHA512 
721d4d7b6a2c4336555a7faed7202a8ad6872ee37e4daea6fab2b5ff5bf5d73ce41f25d0bd4fd9b45e2c522cb19c1349144a40be32ccdd7ded7f61055d6d85c8
 DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 
21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d
 SHA512 
a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96
-DIST wine-6.18.tar.xz 24860880 BLAKE2B 
411b74e92bf895f20e53ad7a203bd3fe84f1b414d8720b402bc17150fd663161e65be05b1fd5630dcc7a32fc6eba27dd0685f7b852dfb5852ea4f7fdb5af15a5
 SHA512 
d8f54f8fbb61b4af2a6f97328d33b0389ab0fb6a9dac97b2832af3d911a9f23c08653f40ec77f7c0eedd694c4a1c1228fe9dd4d859d8b3d7419e21847de7bcfe
 DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5ea8cc8fc94d73f18d294bda5674d48102d6f61e6a5b0e1f76aaa4885ec530bd96b1ea70923bae479254d59d2
 SHA512 
6d58bca9a4b8ed94f34a532da6403341f325a30d8e1b78997de009ecaafad655d15733823d7d1c8bd906efc568a649f8b7bee5c10f2e271e449d6e1eaa8f7ce4
 DIST wine-6.20.tar.xz 26921644 BLAKE2B 
2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49
 SHA512 
dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
 DIST wine-6.21.tar.xz 26973172 BLAKE2B 
7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096
 SHA512 
2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220
 DIST wine-6.22.tar.xz 27031604 BLAKE2B 
ed1cf0499f8f827e88a1a899db3c5243d016696fdb1189b321cac398749f9360956f0cd473b2ee04052f0db750550a983b089c4f151edac535b7d440c9a2e048
 SHA512 
5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5
-DIST wine-staging-6.18.tar.gz 9663936 BLAKE2B 
cd1a0314aa3bf890d57432e0680e13927a7ef4c50f47fe9bc17980208a77137508703d9b3155cfee6a340d954e832e99d3d26518b425c4e60d8a3fd0ad2e
 SHA512 
f718b4a6f314e8db4f6ad4cb41449d251d973b0942072411a70749398cec9d60ebcf29078cf00a895f665ea7e7846c3fd7e5553d04b3b451ae757c95fb49af58
 DIST wine-staging-6.19.tar.gz 9690585 BLAKE2B 
de5c172b600e8de59241e93a8938d4f6a943f97d1cccaba2aa2551886893848f43df5d2e375b588deabe722ff34d80ff62dfed376d41d309c6a36e03678b771e
 SHA512 
f46d82dc034b0c701d00c70395edc306f6dcd3cd70091bb544c86c035e4221a370f6a1c39de4575e6cbb4eb587f5257d50ad5ada51fb6fee9f57b90dc0358034
 DIST wine-staging-6.20.tar.gz 9643278 BLAKE2B 
b5f0a74c575541303eaf12e9706f8917b795fc0d5f065e7292329cec7da145f9c7db25bebfcf4d703bf561206f22c9a49a95e8471629009dac4679c6f028b918
 SHA512 
9b5650d065976ab5b0bcb2f65895bf7b6bf139d376fc5cff421d493a6f6a849cb57e33243d1fad9ca1943cfbfdee8d8a3a4d530722163b15a0830d616f06e1e3
 DIST wine-staging-6.21.tar.gz 9627829 BLAKE2B 
b743b67c6f26871894b16d8cd9e7ed39a1d1dd6204516453628435ee23df7644433508edc7c7dd2881686926427e683c36a29acdc744c89d2c2bd4c5f50a13ea
 SHA512 
b74ad7f96f2831b2635557c16cb616754e31c490b5b935d1d197d6cc8e61ca75805f801e3b936a3794af57be94344d3a06dcfce92db7e036b6c3751ef294

diff --git a/app-emulation/wine-staging/wine-staging-6.18.ebuild 
b/app-emulation/wine-staging/wine-staging-6.18.ebuild
deleted file mode 100644
index a6c1ddd53923..
--- a/app-emulation/wine-staging/wine-staging-6.18.ebuild
+++ /dev/null
@@ -1,645 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multi

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

2021-11-22 Thread Nick Sarnie
commit: c63255be5a5a2fcf408f793d105c17587f98ca81
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:49:29 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:51:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63255be

app-emulation/wine-vanilla: Drop old

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

 app-emulation/wine-vanilla/Manifest|   1 -
 .../wine-vanilla/wine-vanilla-6.18.ebuild  | 558 -
 2 files changed, 559 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 9bc6fea0db81..405f7bf6fff2 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -3,7 +3,6 @@ DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771
 DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 
21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d
 SHA512 
a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.2.tar.xz 24217772 BLAKE2B 
176614736055892b7203313edc52e2926807c93b0bb97d59f65fbf284fd9cb138e4555fb7cd5a6c7c867367fdc50c89f12d7360ca0db947a7f04594f35f14775
 SHA512 
6cf002c6a06161665614c9f977dfa402bae8e657c0744dd824575066cdeb676bb9d61ebfc3c4b6f76486077a7457fe91cbe5bbadb467279a61e5a320da587696
-DIST wine-6.18.tar.xz 24860880 BLAKE2B 
411b74e92bf895f20e53ad7a203bd3fe84f1b414d8720b402bc17150fd663161e65be05b1fd5630dcc7a32fc6eba27dd0685f7b852dfb5852ea4f7fdb5af15a5
 SHA512 
d8f54f8fbb61b4af2a6f97328d33b0389ab0fb6a9dac97b2832af3d911a9f23c08653f40ec77f7c0eedd694c4a1c1228fe9dd4d859d8b3d7419e21847de7bcfe
 DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5ea8cc8fc94d73f18d294bda5674d48102d6f61e6a5b0e1f76aaa4885ec530bd96b1ea70923bae479254d59d2
 SHA512 
6d58bca9a4b8ed94f34a532da6403341f325a30d8e1b78997de009ecaafad655d15733823d7d1c8bd906efc568a649f8b7bee5c10f2e271e449d6e1eaa8f7ce4
 DIST wine-6.20.tar.xz 26921644 BLAKE2B 
2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49
 SHA512 
dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
 DIST wine-6.21.tar.xz 26973172 BLAKE2B 
7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096
 SHA512 
2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild
deleted file mode 100644
index 5209a25f537c..
--- a/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild
+++ /dev/null
@@ -1,558 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(ver_cut 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
-   KEYWORDS="-* ~amd64 ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20210925"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="${SRC_URI}
-   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2021-11-22 Thread Nick Sarnie
commit: 788a72b48628f4c4b4ebdb23928ec0a8013b2872
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:47:27 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=788a72b4

app-emulation/wine-vanilla: Use tabs

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

 app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild
index cd11f4e..93905dc 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.22.ebuild
@@ -132,7 +132,7 @@ usr/share/applications/wine-uninstaller.desktop
 usr/share/applications/wine-winecfg.desktop"
 
 PATCHES=(
-"${PATCHDIR}/patches/${MY_PN}-6.22-winegcc.patch" #260726
+   "${PATCHDIR}/patches/${MY_PN}-6.22-winegcc.patch" #260726
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
 )

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index cd11f4e..93905dc 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -132,7 +132,7 @@ usr/share/applications/wine-uninstaller.desktop
 usr/share/applications/wine-winecfg.desktop"
 
 PATCHES=(
-"${PATCHDIR}/patches/${MY_PN}-6.22-winegcc.patch" #260726
+   "${PATCHDIR}/patches/${MY_PN}-6.22-winegcc.patch" #260726
"${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
 )



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

2021-11-22 Thread Michael Orlitzky
commit: 94c4aab87d2889f39dedec7db1b1a947e5e773d2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Nov 23 02:39:11 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Nov 23 02:41:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c4aab8

sci-mathematics/nauty: new upstream version 2.7.3.

In principle a straightforward update, except that we need to use a
whole new set of re-rolled patches from Debian and Fedora. Other than
that, what's new:

  * EAPI=8.
  * Added missing sys-apps/help2man to BDEPEND.
  * Disabled popcnt unconditionally for clang support.
  * Can now install the example programs with USE=examples.
  * The unused USE=test flag was dropped.

Closes: https://bugs.gentoo.org/751604
Closes: https://bugs.gentoo.org/732020
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Orlitzky  gentoo.org>

 sci-mathematics/nauty/Manifest   |  3 ++
 sci-mathematics/nauty/nauty-2.7.3.ebuild | 72 
 2 files changed, 75 insertions(+)

diff --git a/sci-mathematics/nauty/Manifest b/sci-mathematics/nauty/Manifest
index 24bf93bcc2bf..4e9357727d75 100644
--- a/sci-mathematics/nauty/Manifest
+++ b/sci-mathematics/nauty/Manifest
@@ -1,3 +1,6 @@
+DIST nauty-includes.patch 2530 BLAKE2B 
8789bc2f65b89aa3bbf27e517f1c56340f9bde089ef54aa28757c66c3954b5c54e8a09b6989ad8d57098970240dd1838baa0003766fe10c7f6c32041abf461e3
 SHA512 
d11f530fecb86edc9e95f0b4d91240778047c0e84d6259c80490358baf0a3eeaa112acfe1fcdb594da6c6e17855f5e21cb75c88446b8d6d9e96402be0e5e6af2
 DIST nauty-popcnt.patch 56034 BLAKE2B 
838858a0decf9323217f6b8d7b200b0158db9a02efd278a5d3cf7392ac2201e901b36b963f3f30ca6070fd0ddfa70577a442b795b09fec0d457d33649c6e93c6
 SHA512 
4931440b6178cb668997539ac2991f0d04758b8750668d4477cb8a456640640c5bb71c2858e423a4ad812e3401151834366e04693bf9a5ecc5ccc211d2e4229c
 DIST nauty26r7.tar.gz 1660659 BLAKE2B 
d1d6774dd65cbdb906727324b5008bb962d54d16f99afe68f643f62ab2e7fe297a7cb4ef59b5f50c72c7e59fa9ff8ef2c82f4a77764c7f076b90e8171c7f1370
 SHA512 
60a724264b43b48338c17240c3cf7156f408267f1b2df995ea7b5ab9fa48852cb11057e83178a364ca028d80dc9124ca9b38cdac34e150a995475140d07c8af6
+DIST nauty27r3.tar.gz 1721200 BLAKE2B 
2071f241dc531a056c678be0ec40497421440f2d5f1796ba20c1257feff426a452df592912faadca08010b29afbbc8cc0552c0517c168af3de9f3334b60d7f18
 SHA512 
8d6d92de8d348d3874677a55773088f4ff5b9a45fd9ed3802c9b1590072f5861946ac1d21892f4b383a9e36f6c9ac08270d021429cf36da3e5038e6a38d9fb6c
 DIST nauty_2.6r7+ds-1.debian.tar.xz 30328 BLAKE2B 
009d64aa2042f814e55238ff83bde4d205925922c13a46213b933ec0f6364ed9a86aeabc7b4c22fdb717bd3ee7efdf794f3f2637cd08d7921e61cee99e73cf9a
 SHA512 
fadde6a767e43048980842415207613ffeaa38d021fbf6a3f26a4bbe6877a92ddf5950094de517edd0f924deeacc8dec1d6a7334123c2a87d15befcc3876bc63
+DIST nauty_2.7r3+ds-1.debian.tar.xz 45520 BLAKE2B 
5078ab84d1fcdbddc0f7442ebed57fb63551701295615b99f2833c300168dd7f71205fa3cc2e9ea977f52e389b67883b68e7d5d39e1698c6040913e4571fa4f9
 SHA512 
8618c78a7c6f1d579cb20048fcf55fb45b69d8d1cebd7f2c9aee664768ab78f0ab1930863c8475a153c9ac9f4692cf6e43f96d01c4a219eae1f23bb61cb50407

diff --git a/sci-mathematics/nauty/nauty-2.7.3.ebuild 
b/sci-mathematics/nauty/nauty-2.7.3.ebuild
new file mode 100644
index ..a0663b4f959d
--- /dev/null
+++ b/sci-mathematics/nauty/nauty-2.7.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PV1=$(ver_rs 2 'r')
+MY_PV=$(ver_rs 1 '' $(ver_rs 2 'r'))
+DEBIAN_PATCH_VERSION=1
+
+DESCRIPTION="Computing automorphism groups of graphs and digraphs"
+HOMEPAGE="https://pallini.di.uniroma1.it/;
+
+SRC_URI="https://pallini.di.uniroma1.it/${PN}${MY_PV}.tar.gz
+   
mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV1}+ds-${DEBIAN_PATCH_VERSION}.debian.tar.xz
+   https://src.fedoraproject.org/rpms/nauty/raw/f35/f/nauty-includes.patch;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+BDEPEND="sys-apps/help2man"
+DEPEND="dev-libs/gmp:0
+   sys-libs/zlib
+   sci-mathematics/cliquer"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}${MY_PV}"
+
+DOCS=( schreier.txt formats.txt changes24-27.txt )
+
+PATCHES=(
+   "${WORKDIR}"/debian/patches/upstream-fix-gt_numorbits.patch
+   "${WORKDIR}"/debian/patches/upstream-C2help2man.patch
+   "${WORKDIR}"/debian/patches/upstream-autotoolization.patch
+   "${DISTDIR}"/nauty-includes.patch
+   "${WORKDIR}"/debian/patches/unbundle-cliquer.patch
+)
+
+src_prepare() {
+   default
+   rm makefile || die
+
+   # The debian patch looks for , but the autotools-form of
+   # cliquer installs that header as .
+   sed -e 's~~~' -i nautycliquer.h || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # Fedora has a patch to enable popcnt at runtime on CPUs that support 
it,
+   # but their patch isn't applying cleanly. What's worse, the patch 
doesn't

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2021-11-22 Thread Nick Sarnie
commit: f7f5a607031311723b19b762353bf35f798cae7f
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 01:57:42 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:40:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f7f5a607

app-emulation/wine-vanilla: Version bump

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

 app-emulation/wine-vanilla/Manifest | 2 ++
 .../{wine-vanilla-.ebuild => wine-vanilla-6.22.ebuild}  | 6 +++---
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index bc52f7c..d635a6a 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -6,6 +6,7 @@ DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST gentoo-wine-patches-20210302.tar.xz 60112 BLAKE2B 
993cc671da00e5f44022af14f7b14f41155db4f2a02a971d17e7d40c3aece59e6b0dcd2793157c91bfe1f240a4b9e59a731f07dcb3314688f978e2f79e8062f1
 SHA512 
623cfa1420350d76d4b3897310bb81ce86740306a16ec974762cae886ae6717194b726cb4bfa588ea451414b399c50cca72125020738cdc3e13f6cc84983f858
 DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771d791240209f77d967031943232218e8e737987a4a74847d89d6bf8739ff0698b28b656a8b9ac830ee1da457be2aab27ededb123
 SHA512 
721d4d7b6a2c4336555a7faed7202a8ad6872ee37e4daea6fab2b5ff5bf5d73ce41f25d0bd4fd9b45e2c522cb19c1349144a40be32ccdd7ded7f61055d6d85c8
+DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 
21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d
 SHA512 
a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96
 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
 DIST wine-4.0.2.tar.xz 21668348 BLAKE2B 
f1aa8ba3add9ae1e6fbb930a0c557c0015a699b21ba9988c6832c9a1b5180f98cbaadc561fbe4a22e97ff78732ee121a14f5a82b0637c71a4856fa5524ff2f5a
 SHA512 
14cb7eeba188562b73125c668f2020e1df6802e486552e422d3aa75b95f6fccedc0f87868f7e58ce71697941ff49757981ec93b9ef288da37ca8570658f194fc
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
@@ -73,6 +74,7 @@ DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5e
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.20.tar.xz 26921644 BLAKE2B 
2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49
 SHA512 
dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
 DIST wine-6.21.tar.xz 26973172 BLAKE2B 
7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096
 SHA512 
2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220
+DIST wine-6.22.tar.xz 27031604 BLAKE2B 
ed1cf0499f8f827e88a1a899db3c5243d016696fdb1189b321cac398749f9360956f0cd473b2ee04052f0db750550a983b089c4f151edac535b7d440c9a2e048
 SHA512 
5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 2434

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-mono/

2021-11-22 Thread Nick Sarnie
commit: 5689a4b781520dd0f2a87981c4d4a4981232e9ad
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 01:56:09 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:40:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5689a4b7

app-emulation/wine-mono: Version bump

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

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 80245f7..e57f0cb 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -26,6 +26,8 @@ DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666
 DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7
 DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bfdf677ad5c948d9d598fe461ad668f778e5a8ae2084c584c9d6dae9bee68b85f9837c20016ab82c2401644dcfa06c1a
 SHA512 
5e0eda47bd73b4f1d2d4017c1e6f1d14c9801067e085e9c991532c50454dd22b6594bd05733b4aae8a1010e8b443ff2bdbe70398880ea569142b33e253892f12
 DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e
+DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
+DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
 DIST wine-mono-bin-4.8.1.tar.gz 91047479 BLAKE2B 
ec970be25b6fcb6c4b93fecf7aa279397654be9614a12a31752b1b4c6f74fb8a52171112deaa64e8c55c8d8f88626f059a1876bcde001b0a032535f447babc77
 SHA512 
c3b8de735cb31805c1ac671fa7a5af53a2262e033f8eb1bba8bd82df77ea26305330500d661e25a2482e50ce17d4f14bca3973a4e48887c5ddfaab56c3ff59f8
 DIST wine-mono-bin-4.8.3.tar.gz 91309002 BLAKE2B 
d3a24fad76afce5a812d17cfcd585803393db95143d4c438164273eb50961120cd5081380738f43be0a574b6ffb676cb46fa70b933560e0164bd3f73b68d2fa9
 SHA512 
00564613d23cb724d04eb2515bb34dd561955a02800d17ec9cbc899697a5681aa47316bf5919ef27a61fe6f7d1d7ddf02e3d762e994d01cb4956301f2367f3c4
 DIST wine-mono-bin-4.9.0.tar.gz 90974210 BLAKE2B 
008bcbe83da76247eb242bad8f03d7591a0831e24e71195929c7589d570226a8215a02aab59b1a1d2d2dda9e5e8020de3aad8a9fd2d6d0467f5f775b50b5276e
 SHA512 
12bc6e3ca6d5ec7592ce7613b6c3ee1f6e415954f9866757d8c2fa7fa1b5b4488f1a58c368d482c47a4baad5c07431802a85e7d9df63029ef54d034669ccb01a

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
new file mode 100644
index 000..b396802
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2021-11-22 Thread Nick Sarnie
commit: 6dba496cf34ad5165a86aeef4da0a7737a070b7a
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:34:35 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:40:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6dba496c

app-emulation/wine-staging: Version bump

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

 app-emulation/wine-staging/Manifest | 3 +++
 .../{wine-staging-.ebuild => wine-staging-6.22.ebuild}  | 6 +++---
 app-emulation/wine-staging/wine-staging-.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index a7e8f4f..2396795 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -6,6 +6,7 @@ DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST gentoo-wine-patches-20210302.tar.xz 60112 BLAKE2B 
993cc671da00e5f44022af14f7b14f41155db4f2a02a971d17e7d40c3aece59e6b0dcd2793157c91bfe1f240a4b9e59a731f07dcb3314688f978e2f79e8062f1
 SHA512 
623cfa1420350d76d4b3897310bb81ce86740306a16ec974762cae886ae6717194b726cb4bfa588ea451414b399c50cca72125020738cdc3e13f6cc84983f858
 DIST gentoo-wine-patches-20210925.tar.xz 59836 BLAKE2B 
c6d41db309bf0470d0e8ef771d791240209f77d967031943232218e8e737987a4a74847d89d6bf8739ff0698b28b656a8b9ac830ee1da457be2aab27ededb123
 SHA512 
721d4d7b6a2c4336555a7faed7202a8ad6872ee37e4daea6fab2b5ff5bf5d73ce41f25d0bd4fd9b45e2c522cb19c1349144a40be32ccdd7ded7f61055d6d85c8
+DIST gentoo-wine-patches-20211122.tar.xz 59796 BLAKE2B 
21460e6adf4934a52f8841f76f234a764c2dc1ac77eeed1cee10adafec3aa723640ebd4b51559e9ef433070ac731c4648620bd9e75e99f31b2e2f494cf01f02d
 SHA512 
a18cb320617e2157977032c38c322177a2d248f14e43051d38de595af171495546c93d5e71e0dbe1a4f326a2dc819bb03dcfd04454ac85bbcd6b1975ae5d9d96
 DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-4.1.tar.xz 21680916 BLAKE2B 
1a040606e34e1aec6f63d9692c6cbf915f5b32c817116aed68203e6bdedb8cb129dad440f7e51e9fb2ebaf1aa537d1584333f06b8b2c5d68f9ff37921d5b8b95
 SHA512 
2b28fc82111552009a042d682ea8f4e54d90f14bb99f1fbe12732090e7562527c229683562630edada0b1f4143de226734337b20d1b23d711191dcc0a834e4dc
 DIST wine-4.10.tar.xz 22109948 BLAKE2B 
60e627d1e88eaa71c08ab15f093b1b11a8ce619f6b4bde08ccabc6b28bfaa44822f407e14b78c67680e00eec01fa01ba8cd851faa73dd42fb77f394a8556ab7d
 SHA512 
cafc1d268719f723091429d9d8787044719f0936b00d47c6d01cef4d9c141fed7ba5b9776c1c63c68934a0a1071fb74daa0440aa52e77c4e42aca894163d6f54
@@ -66,6 +67,7 @@ DIST wine-6.19.tar.xz 24894356 BLAKE2B 
227424c5ff4887b8adca1452ded242d20793d8b5e
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.20.tar.xz 26921644 BLAKE2B 
2db2bdd0b0c65855d96bc407ea54aa289dd0324715eb7fc068dd57b6b90ee7b331997fd9f68942f02ef45ef9f6eb10e7efaad79d0f97721626fc50ef2e47cc49
 SHA512 
dc0c29194ffd0ddcc2e34d8f7ac236f039e21cdde8cb959ddf16b4b67eb1d6332c9d1a780d0872669a1083db55e105eebaf3d7a6cc5aa749e91efab88bd1f958
 DIST wine-6.21.tar.xz 26973172 BLAKE2B 
7e73e04419d50b12269c281b68b002fb7ef29519c63e6c45074fa919b067ee145d328aad6507578db84940c3ac379c0469758d1a211d7d213d1833ee8c15c096
 SHA512 
2c6d58c8c5c37497b2b3935f71afd636c274d1d4ad3f9ca2fd9982a9ed5910888cc20841bd9175446aab2fef7813d7700458edbaad6028ad34e7444a887a9220
+DIST wine-6.22.tar.xz 27031604 BLAKE2B 
ed1cf0499f8f827e88a1a899db3c5243d016696fdb1189b321cac398749f9360956f0cd473b2ee04052f0db750550a983b089c4f151edac535b7d440c9a2e048
 SHA512 
5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 2434

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

2021-11-22 Thread Alexey Zapparov
commit: 69c7de8d234eaf0ac3233a0bf00618c0a58492a2
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Nov 23 02:25:48 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Tue Nov 23 02:25:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69c7de8d

app-admin/overmind: del 2.2.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/overmind/overmind-2.2.2.ebuild | 56 
 1 file changed, 56 deletions(-)

diff --git a/app-admin/overmind/overmind-2.2.2.ebuild 
b/app-admin/overmind/overmind-2.2.2.ebuild
deleted file mode 100644
index 8a7633db8..0
--- a/app-admin/overmind/overmind-2.2.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-EGO_SUM=(
-   "github.com/BurntSushi/toml v0.3.1/go.mod"
-   "github.com/DarthSim/godotenv v1.3.1"
-   "github.com/DarthSim/godotenv v1.3.1/go.mod"
-   "github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d"
-   "github.com/cpuguy83/go-md2man/v2 
v2.0.0-20190314233015-f79a8a8ca69d/go.mod"
-   "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0"
-   "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod"
-   "github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6"
-   "github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6/go.mod"
-   "github.com/pmezard/go-difflib v1.0.0"
-   "github.com/pmezard/go-difflib v1.0.0/go.mod"
-   "github.com/russross/blackfriday/v2 v2.0.1"
-   "github.com/russross/blackfriday/v2 v2.0.1/go.mod"
-   "github.com/sevlyar/go-daemon v0.1.5"
-   "github.com/sevlyar/go-daemon v0.1.5/go.mod"
-   "github.com/shurcooL/sanitized_anchor_name v1.0.0"
-   "github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod"
-   "github.com/urfave/cli v1.22.2"
-   "github.com/urfave/cli v1.22.2/go.mod"
-   "golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a"
-   "golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a/go.mod"
-   "golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e"
-   "golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e/go.mod"
-   "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod"
-   "gopkg.in/yaml.v2 v2.2.2/go.mod"
-   )
-go-module_set_globals
-
-DESCRIPTION="Process manager for Procfile-based applications and tmux"
-HOMEPAGE="https://github.com/DarthSim/overmind;
-SRC_URI="https://github.com/DarthSim/overmind/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   ${EGO_SUM_SRC_URI}"
-
-LICENSE="MIT BSD BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   app-misc/tmux"
-
-src_compile() {
-   go build -ldflags "-s -w"
-}
-
-src_install() {
-   dobin "${PN}"
-   dodoc README.md
-}



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

2021-11-22 Thread Alexey Zapparov
commit: fae346c7de38d537cf5fdee9d2244ba86d7a784d
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Nov 23 02:22:37 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Tue Nov 23 02:22:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fae346c7

dev-vcs/lefthook: 0.7.7

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 dev-vcs/lefthook/Manifest  | 327 ++
 dev-vcs/lefthook/lefthook-0.7.7.ebuild | 354 +
 dev-vcs/lefthook/metadata.xml  |  12 ++
 3 files changed, 693 insertions(+)

diff --git a/dev-vcs/lefthook/Manifest b/dev-vcs/lefthook/Manifest
new file mode 100644
index 0..a5213b2c2
--- /dev/null
+++ b/dev-vcs/lefthook/Manifest
@@ -0,0 +1,327 @@
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8
 SHA512 
8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.44.1.mod 1150 BLAKE2B 
dba381727351af838c47c0d81a0d842d3851dc4e4a6cce1fbea14ccef9dc21407dbe2749fcaf130df4211b083ddac015bc532f7285450e767064855cf729ecce
 SHA512 
6a49609209f9d51e4851ed5c55a06b9451c0101de3bd92b7fa5b3662b2e85df4a667ad8068288773b9a85670c65fbba46f88c643aac290d1f65e2a44ef531409
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.44.2.mod 1075 BLAKE2B 
370ba9f085033653a0fe9d328aca613b7feb50eb9407e55ed583d7b9302fd844856c9a1a9dca69c67c360c0a7b49ebff6ebd22946fb83c6c7061b9b8c573e99e
 SHA512 
a58f7bd34b5ba8affd021a2d34be64e49dab0d9bb893ad25e00bf5b50ff92c4762b6d9093134b483dff2573ad3c0ebb5f42808dfbe33081cef0e96dc5215074f
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.45.1.mod 998 BLAKE2B 
8dc0e29275055b37db12138b6e30fb22a6ccd995b3c3566efbb616f799660cd7073bfee935e41a77f311a95d0ec40ef9b5e40673ff8e59c9c06e5cfa32675adb
 SHA512 
ade24f2b10476b5e5eb42d6f471b73ccb7d8107e6a26c5b1fd38191dc7d4ffee31552088fa5854983c47a2c4868a13bfc22d7f92f834662c75f7c4c88e0274ea
+DIST cloud.google.com%2Fgo%2F@v%2Fv0.46.3.mod 960 BLAKE2B 
879529244d38fbecdaea27588031c2d0d82551d8173f7e41f004dae8356e2264259d80e66953e941aa856a9613ae82211ea8dc0b12f9188f65bdf54487052952
 SHA512 
cbe178d04fe28f9b7dd07b0317fd4404d805e80ceada4953ad47763bafa2f215f88464c1315261a902ebcc52145af09df4c96a341e42644d38526909fcef313c
+DIST cloud.google.com%2Fgo%2Fbigquery%2F@v%2Fv1.0.1.mod 319 BLAKE2B 
99d93b5a4dbd4c90f3e8dfb58e64ed41fdbb484f2348297a90c8dabe03b036ef6917c2c9fb7cc4795d0c8d25af10cefebff4c4bc1b2ebcdc876b6db8beae5eb8
 SHA512 
338a067f7ad15d8549da11ac146b65657923ae4fee3caf2eff888c104c0df0edcdf0d98f5be6a67a764aa39210d5cad811ebd9d604084a67049b753246fbf89a
+DIST cloud.google.com%2Fgo%2Fdatastore%2F@v%2Fv1.0.0.mod 433 BLAKE2B 
b3d58e290d719434bd433ffda9572fb233171493c7b81bfe353d9b7730130d5dec365f4e93a136a25467851b5f26cb21be6be06486696f010ccff1fcea140662
 SHA512 
8082ab039764aa6abd6615b1cf3a1830f2813dd5b791a27b7f0ebf5fa1ee68fe040a5e12988e6c91ba5d032a0ad384d6eceff12165d394a75ba56b744382
+DIST cloud.google.com%2Fgo%2Ffirestore%2F@v%2Fv1.1.0.mod 568 BLAKE2B 
d3d62f2d5c018c4ea3c829f7485e5a1239e2d810f79306af4d08ac32acda4d33e8e90c66c63540c4c95231f5fa116634758858dbf4af2a953a17b0db2b5c1cc9
 SHA512 
adb3d294ec1e9476bed820afa92aea5cabf77e7996d83bd1f03dff8447dfb13dd18ab4f091ad6ee209128151dcbfedb4967f99ccf7e10f5286e90b2ad56441d6
+DIST cloud.google.com%2Fgo%2Fpubsub%2F@v%2Fv1.0.1.mod 508 BLAKE2B 
9915d1d1a768852b3f262784771c8fe2e7e176e61f7d77841f8d3adac571dc141e36c6455c19090cf00a98a7a5ef0c2c887424142e2ecad339f8105b1c30f91e
 SHA512 
8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c
+DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.0.0.mod 374 BLAKE2B 
4fef9f7da9f23e94efe43be0e279958715949a889c5d51e388f5b66ec9a7cdbf15a717c93647032998facd71359ad1dcacebcf3334100144abbfa12dac03
 SHA512 
faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b
+DIST 
dmitri.shuralyov.com%2Fgpu%2Fmtl%2F@v%2Fv0.0.0-20190408044501-666a987793e9.mod 
36 BLAKE2B 

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

2021-11-22 Thread Zac Medico
commit: f3ec63e8761ae92ea583e95fc829e06be5cb8cbc
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov 23 01:56:42 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov 23 02:06:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ec63e8

dev-lang/starlark-rust: Bump to version 0.6.0

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

 dev-lang/starlark-rust/Manifest   |  63 +++
 dev-lang/starlark-rust/starlark-rust-0.6.0.ebuild | 209 ++
 2 files changed, 272 insertions(+)

diff --git a/dev-lang/starlark-rust/Manifest b/dev-lang/starlark-rust/Manifest
index ae9e30934a25..80375747b622 100644
--- a/dev-lang/starlark-rust/Manifest
+++ b/dev-lang/starlark-rust/Manifest
@@ -2,8 +2,10 @@ DIST Inflector-0.11.4.crate 17438 BLAKE2B 
eaf0c7f983b3186e9bc89353021a10592f2877
 DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST annotate-snippets-0.9.0.crate 31491 BLAKE2B 
d62d0d0da8b38d570f6efac995ec9014074d44500fb8634d2215187d063cda2c523c37d690551a536c8a1e30b8fbb2974b577b695a02fd4c236520fae5fefb9f
 SHA512 
bdcdf3ce7fae0232a804604b3580ca8b68d29f8cb67f10fd39411b2ca2dc4c497dc9882bbcddecb15977809bdc58f8a946f25ce0152d27e4d128b3dd83087d9c
+DIST annotate-snippets-0.9.1.crate 31829 BLAKE2B 
6919f78127653f9f022667b0ee7cb80bd2ef95220698e033031c6f4d3ff3341ed260e8baf776d032291538503e26577fc8fa82e99bcdc032985fb297351586a3
 SHA512 
e1e8b262a6681730ad068c29d7e0f3879acf0c7138721f606851228bd5d90292f24ac2c225fe49f26264e7d35de5ed3904850e522da8cd2c44a67f7db36f2d8e
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST anyhow-1.0.41.crate 34561 BLAKE2B 
32889ec5ad2750e97f9d5486c7b367edc2fbaf19480bbe8114a2deed3f78e4c3e2cc31304a33fd60bc70c33c17ed8020f6df0c05a958f4016d363803dc5a08b8
 SHA512 
c6fba5fbb5646d195fdbda65003a8741188d49db02b805a84e695c81a054d9d5265b1c296c23d65cf089af35ce470083de88e1b65aadcc3ce33c8fb22b9cb91f
+DIST anyhow-1.0.48.crate 41346 BLAKE2B 
9ba28706c0048f24312c1d8c753b6fb82bbcc22f24840c3d429a87813582bf05c45ed60b290c7abf54070969d4e42199a410d6a7bf02df788a119a96b4f201d0
 SHA512 
473b95883ae170b03e2097d924dd6e664604bce5e76a592e8abe763869ddca52de668244099f8f023c3709ae19934c3e1c4cc77610204820ae271b8b05c72d31
 DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B 
fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44
 SHA512 
216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
@@ -12,19 +14,27 @@ DIST beef-0.4.4.crate 14801 BLAKE2B 
8b6e7cec0503d0fa05becf60a9d9a9073f6eb81f61f3
 DIST bit-set-0.5.2.crate 14093 BLAKE2B 
06d41a217438d9a00f8e57e592d12364b671d082f21a4d174673bc820dde28ef5ce02e782002d03c9311f71b0130eeeca7cfacbc4c1b27475069479163643ef3
 SHA512 
9709f35c7e69b84eed61f73da99ffe0693d1d0fa5fb94d13759cfbbb9dd4b0bb27628c3200e4b29ef29cdb0aede5fd3d7ddf663012b2c5946975bc169efbac34
 DIST bit-vec-0.6.3.crate 19927 BLAKE2B 
f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910
 SHA512 
b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/

2021-11-22 Thread Yixun Lan
commit: b1dffa725e4fd7276a06a8b2779065e47a0c159b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:29:27 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dffa72

gnome-extra/gnome-calculator: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild
index 69a80e716f93..d5f2f822d161 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-40.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="+introspection test"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # gtksourceview vapi definitions in dev-lang/vala itself are too old, and 
newer vala removes them
 # altogether, thus we need them installed by gtksourceview[vala]



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

2021-11-22 Thread Yixun Lan
commit: 8b26c1af9aaef1f1ddbca37d01aae6c3a9454e0f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:32:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:11:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b26c1af

media-gfx/eog: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-gfx/eog/eog-40.3.ebuild b/media-gfx/eog/eog-40.3.ebuild
index af9c70a389b4..44cf8e5d944c 100644
--- a/media-gfx/eog/eog-40.3.ebuild
+++ b/media-gfx/eog/eog-40.3.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
 REQUIRED_USE="exif? ( jpeg )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-libs/glib-2.53.4:2



[gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/

2021-11-22 Thread Yixun Lan
commit: e09452d2f2b46503bdae1b189023e7dd7517d9f6
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:26:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09452d2

app-arch/file-roller: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-arch/file-roller/file-roller-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/file-roller/file-roller-3.40.0.ebuild 
b/app-arch/file-roller/file-roller-3.40.0.ebuild
index 531bb4bf729a..d3a992cb7102 100644
--- a/app-arch/file-roller/file-roller-3.40.0.ebuild
+++ b/app-arch/file-roller/file-roller-3.40.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 IUSE="libnotify nautilus"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # gdk-pixbuf used extensively in the source
 # cairo used in eggtreemultidnd.c



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

2021-11-22 Thread Yixun Lan
commit: d5958bfa6545369f421e188d03399f918f04d9a6
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:28:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5958bfa

app-text/qpdfview: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/qpdfview/qpdfview-0.4.18_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild 
b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
index c0030735c539..a3e630914d39 100644
--- a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
+++ b/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex"
 
 REQUIRED_USE="?? ( fitz pdf )"



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

2021-11-22 Thread Yixun Lan
commit: b80a2f3359803e176ac634490a6971713f0eda6e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:33:42 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:24:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80a2f33

media-gfx/gnome-screenshot: keyword ~riscv

Closes: https://github.com/gentoo/gentoo/pull/23038
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/gnome-screenshot/gnome-screenshot-40.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-40.0-r1.ebuild 
b/media-gfx/gnome-screenshot/gnome-screenshot-40.0-r1.ebuild
index deff071d1e0a..239f58245e4c 100644
--- a/media-gfx/gnome-screenshot/gnome-screenshot-40.0-r1.ebuild
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-40.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-screenshot;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="X"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
X? (



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

2021-11-22 Thread Yixun Lan
commit: c129752c1b88a49d25facef647a87478d1bfe5f2
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:15:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c129752c

media-libs/clutter: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-libs/clutter/clutter-1.26.4.ebuild 
b/media-libs/clutter/clutter-1.26.4.ebuild
index 656f9efb48e7..cf8a1f4f2a18 100644
--- a/media-libs/clutter/clutter-1.26.4.ebuild
+++ b/media-libs/clutter/clutter-1.26.4.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
wayland? ( egl )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 # NOTE: glx flavour uses libdrm + >=mesa-7.3
 # >=libX11-1.3.1 needed for X Generic Event support



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/

2021-11-22 Thread Yixun Lan
commit: 735b6f834019d9f10a3232b49b22f2e10b13a462
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:52:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735b6f83

gnome-extra/cinnamon-session: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild
index dfb7bf69e579..88a132a38b72 100644
--- a/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild
+++ b/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> $
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="doc ipv6 systemd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-desktop/

2021-11-22 Thread Yixun Lan
commit: 5d13b3f424c67c3d8f17a6f695fcf9d98bbe3b39
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:50:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d13b3f4

gnome-extra/cinnamon-desktop: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cinnamon-desktop/cinnamon-desktop-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.0.0.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.0.0.ebuild
index 699cc4264097..193adde8e049 100644
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-5.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> $
 
 LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
 SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.37.3:2[dbus]



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/

2021-11-22 Thread Yixun Lan
commit: 293f0ff46a5b30ecbb9fb26cb15920a071d24190
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:56:11 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293f0ff4

gnome-extra/cjs: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cjs/cjs-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cjs/cjs-5.0.1.ebuild b/gnome-extra/cjs/cjs-5.0.1.ebuild
index eb80b3ccf840..e5929ee91601 100644
--- a/gnome-extra/cjs/cjs-5.0.1.ebuild
+++ b/gnome-extra/cjs/cjs-5.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples gtk readline sysprof test"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
dev-lang/spidermonkey:78



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

2021-11-22 Thread Yixun Lan
commit: 61fc1112a502851bd62f817f08c243971f3b8f13
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:16:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fc1112

x11-libs/gtk+extra: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
index cd3521b0b525..02ce2f809e43 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-system-monitor/

2021-11-22 Thread Yixun Lan
commit: 07f3e95b4aa16d48a6683b26cccf66ccc50cb47a
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:30:50 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:11:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f3e95b

gnome-extra/gnome-system-monitor: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/gnome-system-monitor/gnome-system-monitor-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-40.1.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-40.1.ebuild
index 1ce8a850f83d..18c7d1f16eb6 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-40.1.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-40.1.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/stable/;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="systemd X"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-cpp/glibmm-2.46:2



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

2021-11-22 Thread Yixun Lan
commit: 3a6993e2e8a4ea8a1aa1ee35158b6f22c5da4501
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:18:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6993e2

x11-wm/muffin: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/x11-wm/muffin/muffin-5.0.2.ebuild 
b/x11-wm/muffin/muffin-5.0.2.ebuild
index bad4d915000b..55b0c8a18d78 100644
--- a/x11-wm/muffin/muffin-5.0.2.ebuild
+++ b/x11-wm/muffin/muffin-5.0.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+introspection test xinerama"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.37.3:2[dbus]



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/

2021-11-22 Thread Yixun Lan
commit: 5c841dd02381e82bdfbf9bc58c50d7b52ac8c450
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:14:16 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c841dd0

gnome-extra/nemo: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/nemo/nemo-5.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nemo/nemo-5.0.4.ebuild 
b/gnome-extra/nemo/nemo-5.0.4.ebuild
index c4d2e7c96806..83b2d1ebe469 100644
--- a/gnome-extra/nemo/nemo-5.0.4.ebuild
+++ b/gnome-extra/nemo/nemo-5.0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="doc exif +nls selinux test tracker xmp"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/

2021-11-22 Thread Yixun Lan
commit: 0a7d6259e00857c75d66cc9303739fa1a44c436e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:51:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7d6259

gnome-extra/cinnamon-menus: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
index 0809265efdbd..995d869a8b04 100644
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-menus/cinnamon-menus-5.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="gtk-doc"
 
 RDEPEND="



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

2021-11-22 Thread Yixun Lan
commit: 90e67ddb477ab11acbbc07bc3d96552dd4513508
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:17:38 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e67ddb

x11-libs/xapps: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/x11-libs/xapps/xapps-2.2.4.ebuild 
b/x11-libs/xapps/xapps-2.2.4.ebuild
index a7434062a552..b28d0fefec58 100644
--- a/x11-libs/xapps/xapps-2.2.4.ebuild
+++ b/x11-libs/xapps/xapps-2.2.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3"
 
 SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/xapp-${PV}"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 SLOT="0"
 IUSE="gtk-doc introspection static-libs"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-translations/

2021-11-22 Thread Yixun Lan
commit: e98f3d5ab076fc6280419949287564e22c649df0
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:54:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98f3d5a

gnome-extra/cinnamon-translations: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cinnamon-translations/cinnamon-translations-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.2.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.2.ebuild
index b31f71f1f30e..28c28575c16c 100644
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.2.ebuild
+++ b/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 BDEPEND="sys-devel/gettext"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/

2021-11-22 Thread Yixun Lan
commit: ae284a21d1f93c38983966c5d26c6429cd0c2a45
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:55:27 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae284a21

gnome-extra/cinnamon: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cinnamon/cinnamon-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild 
b/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild
index 521a040ceb66..2d9b16d283a0 100644
--- a/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+gstreamer gtk-doc +nls +networkmanager"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/

2021-11-22 Thread Yixun Lan
commit: baac121a6bbf1d1c6b271323a2243891a2f63378
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:49:32 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:09:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baac121a

gnome-extra/cinnamon-control-center: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../cinnamon-control-center/cinnamon-control-center-5.0.2.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.0.2.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.0.2.ebuild
index 26539402f249..049cec36c58b 100644
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.0.2.ebuild
+++ b/gnome-extra/cinnamon-control-center/cinnamon-control-center-5.0.2.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+colord input_devices_wacom +networkmanager +modemmanager 
gnome-online-accounts systemd test"
 REQUIRED_USE="modemmanager? ( networkmanager )"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 RESTRICT="test"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/

2021-11-22 Thread Yixun Lan
commit: 2a08cda2eb40bcd05c5b46a9dba492695fd1ab94
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:52:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a08cda2

gnome-extra/cinnamon-screensaver: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.7.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.7.ebuild
index c0d4a43f7ae8..4c4556141162 100644
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.7.ebuild
+++ b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.7.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="systemd xinerama"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



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

2021-11-22 Thread Yixun Lan
commit: fa28a83e15a671c4774033665e138bd9659d5325
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:13:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa28a83e

app-misc/tracker: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-misc/tracker/tracker-2.3.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker/tracker-2.3.6-r1.ebuild 
b/app-misc/tracker/tracker-2.3.6-r1.ebuild
index 259f0fc72451..cfaa81da0bab 100644
--- a/app-misc/tracker/tracker-2.3.6-r1.ebuild
+++ b/app-misc/tracker/tracker-2.3.6-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/2.0"
 IUSE="gtk-doc +miners networkmanager stemmer"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 #RESTRICT="!test? ( test )"
 
 PV_SERIES=$(ver_cut 1-2)



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2021-11-22 Thread Yixun Lan
commit: f7b719253f72872134bca0577c8fc1ab75fa4e43
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:53:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b71925

gnome-extra/cinnamon-settings-daemon: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild
index 6e71b246e5ee..2a65a45f97cf 100644
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild
+++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="+colord cups input_devices_wacom smartcard systemd"
 
 RDEPEND="



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

2021-11-22 Thread Yixun Lan
commit: 179a0b7c5e7e4b8c445a1c453154d27a6e49782b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:48:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:09:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179a0b7c

dev-python/xapp: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/xapp/xapp-2.2.1.ebuild 
b/dev-python/xapp/xapp-2.2.1.ebuild
index 8e2fd9f17843..11d32781e046 100644
--- a/dev-python/xapp/xapp-2.2.1.ebuild
+++ b/dev-python/xapp/xapp-2.2.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 IUSE=""
 
 DEPEND="



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

2021-11-22 Thread Yixun Lan
commit: e97ba7e874ec458cf31b497b0b0b2d4b6ba47124
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:44:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:09:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97ba7e8

dev-libs/libtimezonemap: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libtimezonemap/libtimezonemap-0.4.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libtimezonemap/libtimezonemap-0.4.6-r1.ebuild 
b/dev-libs/libtimezonemap/libtimezonemap-0.4.6-r1.ebuild
index c80061ffc686..4e6aa47c71f5 100644
--- a/dev-libs/libtimezonemap/libtimezonemap-0.4.6-r1.ebuild
+++ b/dev-libs/libtimezonemap/libtimezonemap-0.4.6-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/libt/${PN}/${PN}_${PV}.orig.tar.gz -> ${PN}_$
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 DEPEND="dev-libs/glib:2
dev-libs/gobject-introspection:0=



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

2021-11-22 Thread Yixun Lan
commit: f13d5324218e987fd2055a32e6e895d5eabf6e52
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:47:04 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:09:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13d5324

dev-python/pypam: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/pypam/pypam-0.5.0-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypam/pypam-0.5.0-r6.ebuild 
b/dev-python/pypam/pypam-0.5.0-r6.ebuild
index ca6df1352e51..aebb5e349358 100644
--- a/dev-python/pypam/pypam-0.5.0-r6.ebuild
+++ b/dev-python/pypam/pypam-0.5.0-r6.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 IUSE=""
 
 DEPEND=">=sys-libs/pam-0.64"



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

2021-11-22 Thread Yixun Lan
commit: 9c99631fb192ba54a01763ee4cafe95abc8afc5a
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 12:47:55 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:09:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c99631f

dev-python/tinycss2: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/tinycss2/tinycss2-1.1.0.ebuild 
b/dev-python/tinycss2/tinycss2-1.1.0.ebuild
index 82996aa6f7a4..bd49b77c783a 100644
--- a/dev-python/tinycss2/tinycss2-1.1.0.ebuild
+++ b/dev-python/tinycss2/tinycss2-1.1.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND=">=dev-python/webencodings-0.4[${PYTHON_USEDEP}]"
 



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

2021-11-22 Thread Alexey Zapparov
commit: 1c5e721ffb3af2c815d96bde5cc31959196cfb2c
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Nov 23 00:46:41 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Tue Nov 23 00:46:41 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5e721f

dev-ruby/chruby: add chruby-0.3.9-r3

Address QA failure report.

Closes: https://bugs.gentoo.org/825450
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 .../chruby/{chruby-0.3.9-r2.ebuild => chruby-0.3.9-r3.ebuild}| 9 +
 1 file changed, 9 insertions(+)

diff --git a/dev-ruby/chruby/chruby-0.3.9-r2.ebuild 
b/dev-ruby/chruby/chruby-0.3.9-r3.ebuild
similarity index 77%
rename from dev-ruby/chruby/chruby-0.3.9-r2.ebuild
rename to dev-ruby/chruby/chruby-0.3.9-r3.ebuild
index a4ec37b98..f342c7ecb 100644
--- a/dev-ruby/chruby/chruby-0.3.9-r2.ebuild
+++ b/dev-ruby/chruby/chruby-0.3.9-r3.ebuild
@@ -15,6 +15,15 @@ RESTRICT="test"
 DEPEND="|| ( >=app-shells/bash-3.0:* app-shells/zsh )"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+   default
+
+   if [ -n "${PVR}" ] ; then
+   sed -i Makefile -e "s/^VERSION=${PV}$/VERSION=${PVR}/" \
+   || die "can't fix doc location to follow Gentoo/FHS 
guidelines"
+   fi
+}
+
 src_install() {
# TODO: Remove `${D}` from PREFIX in >=chruby-0.3.10 
(https://git.io/JPQ25)
emake DESTDIR="${D}" PREFIX="${D}/usr" install



[gentoo-commits] repo/gentoo:master commit in: app-misc/conmux/, app-misc/conmux/files/

2021-11-22 Thread Marek Szuba
commit: d35e0487268e17c3ea079e3b20e379039ca323c2
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Nov 23 00:10:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Nov 23 00:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35e0487

app-misc/conmux: add 0.16.4

Disclaimer : do not expect quality ebuild code here, this has been the
path-of-least-resistance adaptation of the original EAPI-5 ebuild to one
which both uses a modern EAPI, does not try to install /usr/{etc,log}
and does not require generating a custom distfile (yes, 15 MB is much
more than 50 kB; no, I don't think such a size difference is now worth
the trouble of maintaining custom distfiles for a m-n package). No idea
if we really need that empty directory in vendor_perl, for one.

DIST_TEST has been set to "skip" because leaving it at default causes
src_test() to fail owing to the fact the upstream makefile has no target
"test".

Closes: https://bugs.gentoo.org/800605
Bug: https://bugs.gentoo.org/826422
Signed-off-by: Marek Szuba  gentoo.org>

 app-misc/conmux/Manifest   |  1 +
 app-misc/conmux/conmux-0.16.4.ebuild   | 70 ++
 .../files/conmux-0.16.4_unexpected-paths.patch | 11 
 3 files changed, 82 insertions(+)

diff --git a/app-misc/conmux/Manifest b/app-misc/conmux/Manifest
index f2af53d8cd28..f5e8eca99c8c 100644
--- a/app-misc/conmux/Manifest
+++ b/app-misc/conmux/Manifest
@@ -1 +1,2 @@
+DIST autotest-0.16.4.tar.gz 14699617 BLAKE2B 
faae9fe2472ef6cde5868368d81eeb6b855af7684b407b307d14dbd7e8800506c4234b38b254a58b4d915290dcd61e6c9f2eb4d04cd3b929462b0a6d8ffc52cf
 SHA512 
e209d008d7987610f20b7f0c932f8909a82bdde4c13f0362f54f5872464c76f1e3da5760d8eb0f42567249dee4db5f7802478be5c9798b46e2b421f31aa1cbdd
 DIST conmux-0.15.1.tar.gz 50713 BLAKE2B 
d764d63f03318614ad0d7088911dee02fbd36d24da7dc988bb3db03cda3e60c5b185f50b5545b086e2a3a7b278aa47af7bfd211c39c88f7ada32e83666eea0c5
 SHA512 
8138d6d10b4382709828277503d1c23c52fd43109ebad79073be9003c39a9e62c2b7d9d6e78a9e81797c22871985e50a58df0d538ff63e3f580c9a229b520107

diff --git a/app-misc/conmux/conmux-0.16.4.ebuild 
b/app-misc/conmux/conmux-0.16.4.ebuild
new file mode 100644
index ..cd2a1cf087d5
--- /dev/null
+++ b/app-misc/conmux/conmux-0.16.4.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DIST_TEST="skip"
+
+MY_PN="autotest"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A console multiplexor"
+HOMEPAGE="https://github.com/autotest/autotest;
+SRC_URI="https://github.com/autotest/${MY_PN}/archive/refs/tags/${PV}.tar.gz 
-> ${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+
+RDEPEND="dev-perl/IO-Multiplex
+   dev-perl/URI"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.16.4_unexpected-paths.patch
+)
+
+S="${WORKDIR}"/${MY_P}/conmux
+
+src_prepare() {
+   default
+   # manual installation of drivers and helpers
+   sed -i -e "/include/d" Makefile || die "Failed to fix Makefile"
+}
+
+src_install() {
+   perl_set_version
+   emake BASE="${ED}/usr" install
+   # helpers and drivers have been removed in src_prepare
+   insinto /usr/share/${PN}/
+   doins -r drivers/  helpers/
+   fperms -R 0750 /usr/share/${PN}/{drivers,helpers}/
+   keepdir /etc/${PN}
+   # no need to have the init script in /sbin
+   rm "${ED}"/usr/sbin/start || die "failed to remove init script"
+   # console is too generic. Make it conmux-console instead
+   mv "${ED}"/usr/bin/console "${ED}"/usr/bin/${PN}-console || \
+   die "failed to rename console to conmux-console"
+   # Fix up directory for the module
+   perl_set_version
+   keepdir ${VENDOR_LIB}/${PN}
+   mv "${ED}"/usr/lib/Conmux.pm "${ED}"/${VENDOR_LIB}/. || \
+   die "failed to move the Conmux.pm module"
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newinitd "${FILESDIR}"/${PN}-registry.initd ${PN}-registry
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   newconfd "${FILESDIR}"/${PN}-registry.confd ${PN}-registry
+   dodoc README
+}
+
+pkg_postinst() {
+   elog
+   elog "If you have more than one serial ports and you want to use all"
+   elog "of them with conmux, copy and paste the 'conmux' init.d and 
conf.d"
+   elog "files as many times as you want, pointing each conf.d file to the"
+   elog "device's configuration file."
+   elog
+   elog "See /etc/conf.d/conmux for more information"
+   elog
+}

diff --git a/app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch 
b/app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch
new file mode 100644
index ..7b330158fdc4
--- /dev/null
+++ b/app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
 b/Makefile
+@@ -18,8 +18,6 @@
+   @[ -d $(BASE)/bin ] || 

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

2021-11-22 Thread Jory Pratt
commit: 3f84ebad2880689c12269c6ef4366d88203cf223
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Nov 22 23:36:47 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Nov 22 23:36:47 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3f84ebad

net-wireless/bluez: sync with ::gentoo stable

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

 .../bluez/{bluez-5.61.ebuild => bluez-5.61-r1.ebuild} | 15 ++-
 net-wireless/bluez/metadata.xml   |  1 -
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-wireless/bluez/bluez-5.61.ebuild 
b/net-wireless/bluez/bluez-5.61-r1.ebuild
similarity index 96%
rename from net-wireless/bluez/bluez-5.61.ebuild
rename to net-wireless/bluez/bluez-5.61-r1.ebuild
index 1d4400fa..6fa675c8 100644
--- a/net-wireless/bluez/bluez-5.61.ebuild
+++ b/net-wireless/bluez/bluez-5.61-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
 KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
-IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi 
+obex +readline selinux systemd test test-programs +udev user-session"
+IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi 
+obex +readline selinux systemd test test-programs +udev"
 
 # Since this release all remaining extra-tools need readline support, but this 
could
 # change in the future, hence, this REQUIRED_USE constraint could be dropped
@@ -48,11 +48,8 @@ DEPEND="
midi? ( media-libs/alsa-lib )
obex? ( dev-libs/libical:= )
readline? ( sys-libs/readline:0= )
-   systemd? (
-   >=sys-apps/dbus-1.6:=[user-session=]
-   sys-apps/systemd
-   )
-   !systemd? ( >=sys-apps/dbus-1.6:= )
+   systemd? ( sys-apps/systemd )
+   >=sys-apps/dbus-1.6:=
udev? ( >=virtual/udev-172 )
 "
 RDEPEND="${DEPEND}
@@ -110,7 +107,7 @@ src_prepare() {
default
 
# http://www.spinics.net/lists/linux-bluetooth/msg38490.html
-   if ! use user-session || ! use systemd; then
+   if ! use systemd; then
eapply 
"${FILESDIR}"/0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch
fi
 
@@ -251,8 +248,8 @@ multilib_src_install_all() {
# https://bugs.archlinux.org/task/45816
# https://bugzilla.redhat.com/show_bug.cgi?id=1318441
# https://bugzilla.redhat.com/show_bug.cgi?id=1389347
-   if use user-session && use systemd; then
-   ln -s "${ED}"/usr/lib/systemd/user/obex.service 
"${ED}"/usr/lib/systemd/user/dbus-org.bluez.obex.service
+   if use systemd; then
+   dosym obex.service 
/usr/lib/systemd/user/dbus-org.bluez.obex.service
fi
 
find "${D}" -name '*.la' -type f -delete || die

diff --git a/net-wireless/bluez/metadata.xml b/net-wireless/bluez/metadata.xml
index 60e3ee74..410dfc0f 100644
--- a/net-wireless/bluez/metadata.xml
+++ b/net-wireless/bluez/metadata.xml
@@ -17,7 +17,6 @@
   Enable MIDI support
   Enable OBEX transfer support
   Install tools for testing of various Bluetooth 
functions
-  Allow compatibility with user-session semantics 
for session bus under systemd
 
 
   cpe:/a:bluez:bluez



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

2021-11-22 Thread Marek Szuba
commit: 85638f7224c69444f978137733c4c640767177a3
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 23:31:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 23:32:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85638f72

app-misc/smtm: re-add 1.6.10-r1 for now

How about I do not delete ebuilds with stable keywords before their
successors get stabilised?

Signed-off-by: Marek Szuba  gentoo.org>

 app-misc/smtm/smtm-1.6.10-r1.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/app-misc/smtm/smtm-1.6.10-r1.ebuild 
b/app-misc/smtm/smtm-1.6.10-r1.ebuild
new file mode 100644
index ..a0c0162b3e3a
--- /dev/null
+++ b/app-misc/smtm/smtm-1.6.10-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit perl-module
+
+DESCRIPTION="Stock ticker, profit/loss calculator and chart tool"
+HOMEPAGE="https://eddelbuettel.com/dirk/code/smtm.html;
+SRC_URI="https://eddelbuettel.com/dirk/code/smtm/smtm_${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+# This warrants USE examples
+IUSE=""
+
+DEPEND="dev-perl/Tk
+   dev-perl/Date-Manip
+   dev-perl/HTML-Parser
+   dev-perl/Finance-YahooQuote
+   dev-perl/libwww-perl"
+
+SRC_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+   # install examples into own folder for now
+   docompress -x usr/share/doc/${PF}/examples
+   insinto usr/share/doc/${PF}/examples
+   doins examples/*
+}



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

2021-11-22 Thread Marek Szuba
commit: c2b149ffbbe5a90b1b297b4f5bec8f56355545a2
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 23:14:04 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 23:23:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b149ff

app-misc/smtm: update EAPI 5 -> 8

Closes: https://bugs.gentoo.org/826434
Signed-off-by: Marek Szuba  gentoo.org>

 app-misc/smtm/smtm-1.6.10-r1.ebuild | 32 
 app-misc/smtm/smtm-1.6.10-r2.ebuild | 29 +
 2 files changed, 29 insertions(+), 32 deletions(-)

diff --git a/app-misc/smtm/smtm-1.6.10-r1.ebuild 
b/app-misc/smtm/smtm-1.6.10-r1.ebuild
deleted file mode 100644
index c309b8092b42..
--- a/app-misc/smtm/smtm-1.6.10-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Stock ticker, profit/loss calculator and chart tool"
-HOMEPAGE="http://eddelbuettel.com/dirk/code/smtm.html;
-SRC_URI="http://eddelbuettel.com/dirk/code/smtm/smtm_${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-# This warrants USE examples
-IUSE=""
-
-DEPEND="dev-perl/Tk
-   dev-perl/Date-Manip
-   dev-perl/HTML-Parser
-   dev-perl/Finance-YahooQuote
-   dev-perl/libwww-perl"
-
-SRC_TEST="do parallel"
-
-src_install() {
-   perl-module_src_install
-   # install examples into own folder for now
-   docompress -x usr/share/doc/${PF}/examples
-   insinto usr/share/doc/${PF}/examples
-   doins examples/*
-}

diff --git a/app-misc/smtm/smtm-1.6.10-r2.ebuild 
b/app-misc/smtm/smtm-1.6.10-r2.ebuild
new file mode 100644
index ..66fe3e299677
--- /dev/null
+++ b/app-misc/smtm/smtm-1.6.10-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+DESCRIPTION="Stock ticker, profit/loss calculator and chart tool"
+HOMEPAGE="https://eddelbuettel.com/dirk/code/smtm.html;
+SRC_URI="https://eddelbuettel.com/dirk/code/${PN}/${PN}_${PV}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples"
+
+DEPEND="dev-perl/Tk
+   dev-perl/Date-Manip
+   dev-perl/HTML-Parser
+   dev-perl/Finance-YahooQuote
+   dev-perl/libwww-perl"
+
+src_install() {
+   perl-module_src_install
+   if use examples; then
+   docompress -x usr/share/doc/${PF}/examples
+   dodoc -r examples
+   fi
+}



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

2021-11-22 Thread James Le Cuirot
commit: 8c7c2088760840051f43c8be9130abeb696051bd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Nov 22 23:19:58 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 22 23:19:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7c2088

app-emulation/fs-uae: Version bump to 3.1.59

Signed-off-by: James Le Cuirot  gentoo.org>

 app-emulation/fs-uae/Manifest |   1 +
 app-emulation/fs-uae/fs-uae-3.1.59.ebuild | 114 ++
 2 files changed, 115 insertions(+)

diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
index 5ee5242f4cb1..c414f45b1afd 100644
--- a/app-emulation/fs-uae/Manifest
+++ b/app-emulation/fs-uae/Manifest
@@ -1,2 +1,3 @@
 DIST fs-uae-3.1.35.tar.gz 4817547 BLAKE2B 
5f75a1e262ba8d642401a03ac5b2494be37b8bab8f014a48208cc6e0b2e33373a7ce6146065f41404d8fcbd60fe71582319abe51521336c2d7c04668c3adacd9
 SHA512 
96bec936f867fc42eb9f61058887c027da0bab1c8df196ab62a714b1f28c92aafe6c4a61d441e5c7b5d8aee28c90d68812d0f6049c610e2ef9eebdd7e3edf013
 DIST fs-uae-3.1.48.tar.xz 3562468 BLAKE2B 
99bcf1a7b4def97802ee1ce243aef7687d38c9e343e9c730f929e632916f3f36d6089ad289efda445c904f8fda1b75592f255fa77ee2b2687b0d32a95c996857
 SHA512 
05e56043f03225fd1ae71d1deade8807a8ae443068087914167fded8cc4a26cf8bb4209b5af3c609d41d001c42033ded7560e9ec642cb2ecfee99025c1f54c2f
+DIST fs-uae-3.1.59.tar.xz 3635036 BLAKE2B 
bf2723a2e9d478b1bb10cf724d3e4443abfe89a415a7956a64f7566d53d2432a59105bb8b6d3de4a2cffd0527d9ce554af0b177c1d49f273599ed97bbb4c9cd5
 SHA512 
346c255bf8faee14f28cf2a45f2cb4b1e8bae72be32c4fb7443db856de81265af634c566b0e6904ce924f51a93acbb8ef3a2bd25281285172619e73673171b82

diff --git a/app-emulation/fs-uae/fs-uae-3.1.59.ebuild 
b/app-emulation/fs-uae/fs-uae-3.1.59.ebuild
new file mode 100644
index ..5cb3b91f1ede
--- /dev/null
+++ b/app-emulation/fs-uae/fs-uae-3.1.59.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools xdg
+
+DESCRIPTION="Integrates the most accurate Amiga emulation code available from 
WinUAE"
+HOMEPAGE="https://fs-uae.net/;
+SRC_URI="https://fs-uae.net/files/FS-UAE/Stable/${PV}/${P}.tar.xz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="fmv glew +jit"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-libs/libpng:0=
+   media-libs/libsdl2[opengl,X]
+   media-libs/openal
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libdrm
+   x11-libs/libX11
+   fmv? ( media-libs/libmpeg2 )
+   glew? ( media-libs/glew:0= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+
+BDEPEND="
+   app-arch/zip
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-libmpeg2.patch
+   "${FILESDIR}"/${PN}-3.0.0-Xatom.h.patch
+   "${FILESDIR}"/${PN}-3.1.35-deepbind.patch
+)
+
+src_prepare() {
+   default
+   AT_NO_RECURSIVE=1 eautoreconf
+
+   # Ensure bundled libraries are not used. Udis86 is unused
+   # regardless. Only FLAC headers are bundled and the library is never
+   # used? Lua is bundled but differs from upstream. We keep the
+   # default of disabling the Lua feature anyway as it is unfinished.
+   rm -r libmpeg2/ libudis86/ || die
+}
+
+src_configure() {
+   # Qt and Udis86 are unused.
+   econf \
+   --enable-a2065 \
+   --enable-action-replay \
+   --enable-aga \
+   --enable-arcadia \
+   --enable-bsdsocket \
+   --enable-caps \
+   --enable-cd32 \
+   --enable-cdtv \
+   --enable-codegen \
+   --enable-dms \
+   --enable-drivesound \
+   --enable-fdi2raw \
+   --enable-gfxboard \
+   --disable-lua \
+   --enable-netplay \
+   --enable-ncr \
+   --enable-ncr9x \
+   --enable-parallel-port \
+   --enable-prowizard \
+   --enable-savestate \
+   --enable-scp \
+   --enable-serial-port \
+   --enable-slirp \
+   --enable-softfloat \
+   --enable-qemu-cpu \
+   --enable-qemu-slirp \
+   --enable-uaenative \
+   --enable-uaenet \
+   --enable-uaescsi \
+   --enable-uaeserial \
+   --disable-udis86 \
+   --enable-vpar \
+   --enable-xml-shader \
+   --enable-zip \
+   --without-cef \
+   --with-glad \
+   --without-qt \
+   $(use_enable jit) \
+   $(use_enable jit jit-fpu) \
+   $(use_with fmv libmpeg2) \
+   $(use_with glew)
+}
+
+src_install() {
+   default
+
+   # Needed for QEMU-UAE.
+   insinto /usr/include/uae
+   doins 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/

2021-11-22 Thread James Le Cuirot
commit: fc5ce70fecb27454a500ef75459f0e580ed0102c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Nov 22 23:21:53 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 22 23:21:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5ce70f

app-emulation/fs-uae-launcher: Keyword 3.1.43 for ~ppc64

Signed-off-by: James Le Cuirot  gentoo.org>

 app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.43.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.43.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.43.ebuild
index 0e2771eb08e8..1ed6d4b64f52 100644
--- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.43.ebuild
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.43.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://fs-uae.net/;
 SRC_URI="https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PV}/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE="lha"
 RESTRICT="test" # The test files are just boilerplate.
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/

2021-11-22 Thread James Le Cuirot
commit: 1462b4ea0eaec237297631d3c21c5edca21d70ed
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Nov 22 23:20:13 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Nov 22 23:21:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1462b4ea

app-emulation/fs-uae-launcher: Version bump to 3.1.46

Signed-off-by: James Le Cuirot  gentoo.org>

 app-emulation/fs-uae-launcher/Manifest |  1 +
 .../fs-uae-launcher/fs-uae-launcher-3.1.46.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/app-emulation/fs-uae-launcher/Manifest 
b/app-emulation/fs-uae-launcher/Manifest
index 588095e995c0..a0fb4b3777af 100644
--- a/app-emulation/fs-uae-launcher/Manifest
+++ b/app-emulation/fs-uae-launcher/Manifest
@@ -1,2 +1,3 @@
 DIST fs-uae-launcher-3.1.26.tar.gz 9656516 BLAKE2B 
1b8d12ef91631dedf412976e81529ac7138b7f688ad6ae1ad55bfd3625590ee00aab89d229d2aa64eec577d291a6e634362c557428534c355fdb39e878f40253
 SHA512 
0e4e542bebfe2d8f862005c016fe70319dd6c5e1e413be9b0ce0421bb95253ba6eb92337989cc86210094b9b02a6ad86da4725f1a65d50673703fa6c6cb58f37
 DIST fs-uae-launcher-3.1.43.tar.xz 7785544 BLAKE2B 
504d97dbc2bff7bc6abe065854e51b1ce51d40aec582586473629a77626c750510b4f885d3679a734d2dc7c889e9b18f41c27ea924ea7134641de2df16a0b404
 SHA512 
df19c4a3897b089daaee869226dfe2adfa990e0f8e30772e482e27a21c64f7d9d3369e8d6b0c72ac6119e207e9978f2052a7d681fe4f40b99e5ec48161e2a0fe
+DIST fs-uae-launcher-3.1.46.tar.xz 7820988 BLAKE2B 
9c6bb28c00a41f71067d13ec40f947bf20d447dcc32b3d1e9053204b70699bc6b8ad89776421a8feb6ecad325b320e4b11e32abd65002650583c14890a41f85c
 SHA512 
f96d01a0e2f985e02238fde482457d1859e04bde3c5a43dfbabc47c57ae7fea89970174931d95eb1679fc1ef6be0d52bef40e33f8d66e79fd0327af863290c06

diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.46.ebuild 
b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.46.ebuild
new file mode 100644
index ..1ed6d4b64f52
--- /dev/null
+++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.46.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="PyQt5-based launcher for FS-UAE"
+HOMEPAGE="https://fs-uae.net/;
+SRC_URI="https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PV}/${P}.tar.xz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE="lha"
+RESTRICT="test" # The test files are just boilerplate.
+
+RDEPEND="
+   app-emulation/fs-uae
+   $(python_gen_cond_dep '
+   
dev-python/PyQt5[${PYTHON_USEDEP},declarative,gui,network,opengl,widgets]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   lha? ( dev-python/python-lhafile[${PYTHON_USEDEP}] )
+   ')
+"
+
+BDEPEND="
+   sys-devel/gettext
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-ROMs.patch
+)
+
+python_compile_all() {
+   emake
+}
+
+python_install() {
+   local dir=${EPREFIX}/usr/share/${PN}
+   distutils-r1_python_install --install-lib="${dir}" 
--install-scripts="${dir}"
+}
+
+python_install_all() {
+   dosym ../share/${PN}/${PN} /usr/bin/${PN}
+   emake install-data DESTDIR="${D}" prefix="${EPREFIX}"/usr
+   mv "${ED}"/usr/share/doc/{${PN},${PF}} || die
+}
+
+pkg_postinst() {
+   elog "Some important information:"
+   elog
+   ewarn " - Do not use QtCurve, it will crash PyQt5!"
+   elog
+   elog " - By default, FS-UAE creates its directories under 
Documents/FS-UAE."
+   elog "   If your Documents directory is not configured according to the 
XDG"
+   elog "   user diretory spec, ~/FS-UAE will be used as a fallback."
+   elog
+   elog " - You can override this by putting the path to the desired base"
+   elog "   directory in a special config file. The config file will be 
read"
+   elog "   from ~/.config/fs-uae/base-dir by both FS-UAE and FS-UAE 
Launcher"
+   elog "   if it exists."
+   elog
+   elog "   Alternatively, you can start FS-UAE and/or FS-UAE Launcher 
with"
+   elog "   --base-dir=/path/to/desired/dir"
+}



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

2021-11-22 Thread Marek Szuba
commit: d28cfddc90de353306ea4dda1039ed73f7d5511a
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 23:04:04 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 23:05:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28cfddc

app-misc/beancounter: update EAPI 5 -> 8

Closes: https://bugs.gentoo.org/826418
Signed-off-by: Marek Szuba  gentoo.org>

 ...ounter-0.8.10-r1.ebuild => beancounter-0.8.10-r2.ebuild} | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-misc/beancounter/beancounter-0.8.10-r1.ebuild 
b/app-misc/beancounter/beancounter-0.8.10-r2.ebuild
similarity index 68%
rename from app-misc/beancounter/beancounter-0.8.10-r1.ebuild
rename to app-misc/beancounter/beancounter-0.8.10-r2.ebuild
index cfcb888f6d28..7435d61063e1 100644
--- a/app-misc/beancounter/beancounter-0.8.10-r1.ebuild
+++ b/app-misc/beancounter/beancounter-0.8.10-r2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit perl-module
 
 DESCRIPTION="Finance performance calculation engine with full data 
acquisition, SQL support"
-HOMEPAGE="http://dirk.eddelbuettel.com/code/beancounter.html;
-SRC_URI="http://eddelbuettel.com/dirk/code/${PN}/${PN}_${PV}.tar.gz;
+HOMEPAGE="https://dirk.eddelbuettel.com/code/beancounter.html;
+SRC_URI="https://eddelbuettel.com/dirk/code/${PN}/${PN}_${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,12 +21,13 @@ DEPEND="dev-perl/Date-Manip
mysql? ( dev-perl/DBD-mysql )
sqlite? ( dev-perl/DBD-SQLite )
postgres? ( dev-perl/DBD-Pg )"
+RDEPEND="${DEPEND}
+   dev-perl/DBI"
 
-RDEPEND="${DEPEND} dev-perl/DBI"
 mydoc="README example.beancounterrc beancounter_*.txt "
 
 src_install() {
perl-module_src_install
# rm unwanted READMEs
-   rm "${D}"usr/share/doc/${PF}/{README.Debian,README.non-gnu} || die
+   rm "${ED}"/usr/share/doc/${PF}/{README.Debian,README.non-gnu} || die
 }



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

2021-11-22 Thread Michał Górny
commit: 24376fd5c6d9f4f08b5c16555eb3e0243f290309
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:25:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24376fd5

dev-python/cfn-lint: Bump to 0.56.2

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.56.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 5276fd99b086..95689081179b 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -2,3 +2,4 @@ DIST cfn-lint-0.54.3.tar.gz 7806470 BLAKE2B 
b61cb4b46e7c9d04aa70d2542e2aee0d029c
 DIST cfn-lint-0.54.4.tar.gz 7835716 BLAKE2B 
1709adda09a08b02f4a2637af1ed2a43c096d8f9eef91b3cfbac55365e0910be64c632e28e403356742396b72a4af6c88740b27d13a67b62b5f5af98c8639e43
 SHA512 
f31b8fc407adf75b1eb54a29719b39298494efcdba65e68610e28ca1d066dfdb3fa051e8a90fe589793683c01e49d1bab30832255153e8932bd9caca96b54441
 DIST cfn-lint-0.56.0.tar.gz 8069291 BLAKE2B 
6a6b0481f857e3360d2abeb372415a43ae59ed54f2c1ef08ea079f32442bea9f30a733cfadd398922994bc70aa78e92b8807d7386ca4b979548622d3e5f4
 SHA512 
f12ca4ba831c32d7c9c8079ed9d59baf6346a2c4a09cf2af0a8b258dc551b381983cb346800b37e6df3022fbb6f09ee186b44bb9ba3e0a2713c8faabce83f67b
 DIST cfn-lint-0.56.1.tar.gz 8095525 BLAKE2B 
a9db57f17c0f5bcc0950aa61b109488154dfb67997224f7c49f35c324ada7e4881ab2bd2048df344b78668db5e26eb365712cc0a1b8d2b2349cc53c7e97b35b1
 SHA512 
0857139094fcfd8d935c526986319a67cddb7fc42ec1297b29f797299699d068ddbb0fdd30736b2ba1b647c905c6c7be4946915d98a23119fdb6bb70b23adef1
+DIST cfn-lint-0.56.2.tar.gz 8139815 BLAKE2B 
70e2657801fa7c995e6a92c36bfd49195af80b1477da651cf10a234ebf8f0aba2382e8512efc1adfeace6503d0e5afffb09e4a80e7f9464ebb6f2d53b57f84fc
 SHA512 
9169d81b3144fa28c48372971b6197aa3a85b6365d7e45c22967ea388896b5df65e1daf6889984b8ece46b938c91c349fcde01ed9e0bf4780b549163f8948866

diff --git a/dev-python/cfn-lint/cfn-lint-0.56.2.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.56.2.ebuild
new file mode 100644
index ..c560edec8bbb
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.56.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="https://pypi.org/project/cfn-lint/ 
https://github.com/aws-cloudformation/cfn-lint/;
+SRC_URI="
+   https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.40.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/six-1.11[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+EPYTEST_DESELECT=(
+   # TODO
+   test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+)
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2021-11-22 Thread Michał Górny
commit: afc956d6567c3b1adf3a131397f80a88dc52634e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:24:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc956d6

dev-python/cmd2: Bump to 2.3.2

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

 dev-python/cmd2/Manifest  |  1 +
 dev-python/cmd2/cmd2-2.3.2.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index 865b4faf447c..2883889d60da 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1,3 +1,4 @@
 DIST cmd2-2.2.0.tar.gz 667076 BLAKE2B 
babdf4034ea45cebce0a9b037e0bef0127c924e358c68ab6a2b95e73ed3be4577dead28d2eebce721432fefe7d2590a3e904ba84dc17bf7c06e3f777dc7b0db0
 SHA512 
20c204c5e5996e18face62066a179a9833c468724a947042a3b5aaf49940cad0c773ea22e7f40b8c721f7362dcefa9eb72072710072e608c4adab615332bdc22
 DIST cmd2-2.3.0.tar.gz 673314 BLAKE2B 
a4ec117af937157d9d4c74d73652bb89998289b9f6ae1548cf064a7f5d964aa77576b00f5c530886f04a2f39f3969a26da4a5752a654b6cbb8b2cbde40907831
 SHA512 
615b88abd64e0909fc9d24a495060d2d45cf962b2293b91e3bb4e24fa0f90e8e6c07fe5c29a2e0915392fac365960cca418aa4e27b50718c45e9d91397802f30
 DIST cmd2-2.3.1.tar.gz 675209 BLAKE2B 
492567f78c72349d3781d8372103bf3db0ec1016989fb946bf3b2f5d28505e9c4a2caee1dd1d0f2d4a2a63e6ad5512eea2ecd9d41e7009d429372c0e0c6890f3
 SHA512 
2f2de90c90bd6773d37c11367b3e77245d2a0e96925874d9ad45ce421e32d6cb02ca51d8bf702c4d2c0ee763b322a36ed508aa2013374f1b4513208fd2c49096
+DIST cmd2-2.3.2.tar.gz 675745 BLAKE2B 
5e2f2066642685cca8a0aa703b885b257ec61516f59409e1daf7f53abdb6b0ad7b2b37ba3df691eb6371293ab328aa150b1029cfd4428b3974e9d37829a96223
 SHA512 
5192bd0b54bfa7deed14c035e4463b8c5ac1aeb49a55d6288190279429fce307950d0218fc60dd19639e05c82a7a5a1dad60529927c16afa5ede9ce84ac76cca

diff --git a/dev-python/cmd2/cmd2-2.3.2.ebuild 
b/dev-python/cmd2/cmd2-2.3.2.ebuild
new file mode 100644
index ..c892c9da8cf5
--- /dev/null
+++ b/dev-python/cmd2/cmd2-2.3.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Extra features for standard library's cmd module"
+HOMEPAGE="https://github.com/python-cmd2/cmd2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pyperclip-1.6[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+# pyperclip uses clipboard backends in the following preference order:
+# pygtk, xclip, xsel, klipper, qtpy, pyqt5, pyqt4.
+# klipper is known to be broken in Xvfb, and therefore causes test
+# failures.  to avoid them, we must ensure that one of the backends
+# preferred to it is available (i.e. xclip or xsel) + which(1).
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   sys-apps/which
+   || (
+   x11-misc/xclip
+   x11-misc/xsel
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed -i -e '/--cov/d' setup.cfg || die
+}
+
+src_test() {
+   # tests rely on very specific text wrapping...
+   local -x COLUMNS=80
+   virtx distutils-r1_src_test
+}



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

2021-11-22 Thread Michał Górny
commit: f3666e024b19b8b9780be139fc3ef7c29bb6c945
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:32:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3666e02

dev-python/iso8601: Bump to 1.0.1

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

 dev-python/iso8601/Manifest |  1 +
 dev-python/iso8601/iso8601-1.0.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest
index 4b619f9e4e59..7265d903a4be 100644
--- a/dev-python/iso8601/Manifest
+++ b/dev-python/iso8601/Manifest
@@ -1,2 +1,3 @@
 DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B 
ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124
 SHA512 
b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e
 DIST iso8601-1.0.0.tar.gz 12294 BLAKE2B 
71983fdb2d47dd4699af60ee8bb31e94c1b4aab91aad6b107896429ddccc8dd087c955df812ca088667a082febd5f65fdf3c2cb10974f14e32d0f9605ce0c13b
 SHA512 
137fdbe891889428331883c745fc341b7b066e681d7ffa339bd3484663974f35ac0d9f25eaa438603c8d982821832f8f2fddb2a3906889e62affda6d8cfb38e6
+DIST iso8601-1.0.1.tar.gz 12525 BLAKE2B 
d5211464ad2e4774b25964a38eea95b63bc5fa7619f3d4e40326242b51340a3bc89d690b8112373450d183235ae3cca2888f2f17d604a730f965f04e73d5d331
 SHA512 
45e18b80b543fb0f9869810378ccaf17e46e046c2739901e881fb40a5b99315fdf893567e50e68a243ae72e268339ed486c07dbc98539904e4096d3357dca04d

diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild 
b/dev-python/iso8601/iso8601-1.0.1.ebuild
new file mode 100644
index ..accfc1c9ab60
--- /dev/null
+++ b/dev-python/iso8601/iso8601-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple module to parse ISO 8601 dates"
+HOMEPAGE="https://pypi.org/project/iso8601/;
+SRC_URI="mirror://pypi/${PN: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 ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris"
+
+distutils_enable_tests pytest



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

2021-11-22 Thread Michał Górny
commit: 0887bfda8a45ebc9a36c932088fb34bf9b2496b1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:26:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0887bfda

dev-python/tinycss2: Bump to 1.1.1

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

 dev-python/tinycss2/Manifest  |  1 +
 dev-python/tinycss2/tinycss2-1.1.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/tinycss2/Manifest b/dev-python/tinycss2/Manifest
index ccd31e79f3e7..b16817c0ddc8 100644
--- a/dev-python/tinycss2/Manifest
+++ b/dev-python/tinycss2/Manifest
@@ -1,2 +1,3 @@
 DIST css-parsing-tests-c5749e51dda3868b3e8062e65a36584c2fec8059.gh.tar.gz 
35758 BLAKE2B 
d834011c3ac774eb79b35e2e74f3854ddc2bb871531a32194041d6f98bde3dc68db67baea25d5463a03e057197144237be69fee4eacfb8edb73167e6e4faf7be
 SHA512 
ef44eb1144a6484f308fabe4187310b2ef0067f328bf5213969d87c475fccae3d716dc66640a0a554ab2a3d7da0efb3a168a288ac6eef7722f3ae46959943b49
 DIST tinycss2-1.1.0.gh.tar.gz 28205 BLAKE2B 
46ba3f705522067e5b7aa5fdbc89f8980598e7e81b39114052b428e8c21b1a90fb3a9082bd51bbc0c6719adf6f0be285683b125886afe1a957013164f3b89428
 SHA512 
e1ed2679c09a0814d6deca069c68521e6ceef80f4a9cc16ab359dc5ee7ef97d0c7335680702548b023b1a48c5aeb838e29bf1b55f64698913dd16ae33a478a2b
+DIST tinycss2-1.1.1.gh.tar.gz 28261 BLAKE2B 
f86b25be62c4c107dd6dca0b9e49605bc0c04b6ec48c4283fa7a5a33249032dcc3a42bdb9910d6235da4c4ddbf581ef8ebdc404c3bb32eeca7f355c0081e6fb7
 SHA512 
788b57fbadd299a4d4745bcc1814a2ebf6db76e337f2de2637ffc1610a3dac5a70f01bb9ffbb2afbdb0c638a6b23cc1b2f199eebfbb77d84906a9da5dfecada6

diff --git a/dev-python/tinycss2/tinycss2-1.1.1.ebuild 
b/dev-python/tinycss2/tinycss2-1.1.1.ebuild
new file mode 100644
index ..66380276e85e
--- /dev/null
+++ b/dev-python/tinycss2/tinycss2-1.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+CSS_TEST_COMMIT_ID=c5749e51dda3868b3e8062e65a36584c2fec8059
+
+DESCRIPTION="A complete yet simple CSS parser for Python"
+HOMEPAGE="https://github.com/Kozea/tinycss2/
+   https://pypi.org/project/tinycss2/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="
+   https://github.com/Kozea/tinycss2/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   test? (
+   
https://github.com/SimonSapin/css-parsing-tests/archive/${CSS_TEST_COMMIT_ID}.tar.gz
+   -> css-parsing-tests-${CSS_TEST_COMMIT_ID}.gh.tar.gz
+   )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND=">=dev-python/webencodings-0.4[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pyproject.toml || die
+   if use test; then
+   mv "${WORKDIR}/css-parsing-tests-${CSS_TEST_COMMIT_ID}"/* \
+   tests/css-parsing-tests/ || die
+   fi
+   distutils-r1_src_prepare
+}



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

2021-11-22 Thread Michał Górny
commit: b0fb9b11197d58fd7a6f26432c94ffbf14b1eea6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:24:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fb9b11

dev-python/hypothesis: Bump to 6.27.1

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.27.1.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 46a4550d4db2..c3dd5541b91b 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -4,3 +4,4 @@ DIST hypothesis-python-6.24.5.tar.gz 9168940 BLAKE2B 
719efd5c307708f3fa205e2096e
 DIST hypothesis-python-6.24.6.tar.gz 9169209 BLAKE2B 
448eedad86d41c766d2bb450f18965592e5f8c53bfc341a081591ae916be00e2a9d5e82633059753e6c47b7905cb09a94e634463cd90bd65c87598f8d92bc58c
 SHA512 
6cd13eb1bf33d5a72debbc262f691949b60ee8bcf6a1c3c263a55b4cc4498c1bd0568088f541ef68152219e9a12d7cfd2a53a3d37a6bba0cec7b2b57b4500e42
 DIST hypothesis-python-6.25.0.tar.gz 9170363 BLAKE2B 
505aebee64882de9516a653d7906b0d739d2077fd3d2d5bffa2532111d37ca4cdd62ce768dfedf9b9987d1750af7851a015d7feafbed77ab131d15e62f8ec6f1
 SHA512 
a22ee5632d77dd7c3570b4c5b9faa04c2ee6e7f101d87a3046ee5206b8a444367311573d39c02b12a6ec5b626ab8b89b523bed7e387da59ee3d673601e3f8015
 DIST hypothesis-python-6.27.0.tar.gz 9172229 BLAKE2B 
e5d69923579877a4abaa740663a36510452e10cb782c1c239db03ae22bad9898ba881d808d33ecedaf9319130e619ccadfe87ad9719b1fb05bbcbcd9683d8bba
 SHA512 
54083e0fff2e1af8d3cd91b0e059565091e63058029a501a098228a5b1a411fe652ac542e847c0b03407f9b3f27ca5358b43b15740d6e9e0c882c94ef9e48bad
+DIST hypothesis-python-6.27.1.tar.gz 9173425 BLAKE2B 
0fa35a863cbddb9bdd592622247abe7a9bdfc6e4624d1a0913b58a47c29d4c507a1aee8f29f9b6080628894a41140801f567bd5b5f1e83b5505b33089992e10b
 SHA512 
3e2f1d4d268f998ccb6bf3784844d82ff3f276074b13c82fabf87a98441764dcbab576348e77ef4c71cd5f6839f92f978e52571f7e290efc680df984eb2ddebe

diff --git a/dev-python/hypothesis/hypothesis-6.27.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.27.1.ebuild
new file mode 100644
index ..119bf66a0917
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.27.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' python3_{7..9})
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2021-11-22 Thread Michał Górny
commit: fb377725bab8e387085ac269ec9442aff2d7af66
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:28:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb377725

dev-python/jupyter_client: Bump to 7.1.0

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

 dev-python/jupyter_client/Manifest |  1 +
 .../jupyter_client/jupyter_client-7.1.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/jupyter_client/Manifest 
b/dev-python/jupyter_client/Manifest
index eebfe0039ef6..b07246c99a7c 100644
--- a/dev-python/jupyter_client/Manifest
+++ b/dev-python/jupyter_client/Manifest
@@ -1,2 +1,3 @@
 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 
8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431
 SHA512 
f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
 DIST jupyter_client-7.0.6.tar.gz 320572 BLAKE2B 
5c853fbdad3bc044ffaba27534d9bc4682797660cdb5d45121ae8f6cbf0fc5511c6a9fad14d26bd82daef17b32be14e51bf86c2ae672ed9b310141b29307ff9c
 SHA512 
c836ba061da0461d6d27eb0405ba295ff67bf2c99011a21c9695da139c0a14513de292cdfff3ee00c2e1029c2a51f95094ad875a5f9cdec2fd99c3c079526e3b
+DIST jupyter_client-7.1.0.tar.gz 323501 BLAKE2B 
fa431f70b327a98be3958b2c39a2aa07ab0ec3752f069bc5e6d0645ac0660074974c871b159002dcbf3054c97860dc6b0e289c34826d929f0493479cd9f37ed2
 SHA512 
eb9456088c19d3780d943fb9457ded5e006afb7e7ebd726d8a253f91107d8e1839cac16e25466c902ff33ed2777e97e18b08e24092ddbb062aa9cf6336dc8921

diff --git a/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
new file mode 100644
index ..3b8445f7b052
--- /dev/null
+++ b/dev-python/jupyter_client/jupyter_client-7.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+inherit distutils-r1
+
+DESCRIPTION="Jupyter protocol implementation and client libraries"
+HOMEPAGE="https://jupyter.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-4.6.0[${PYTHON_USEDEP}]
+   >=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.1[${PYTHON_USEDEP}]
+   dev-python/traitlets[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch
+)
+
+EPYTEST_DESELECT=(
+   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_signal_kernel_subprocesses
+   
jupyter_client/tests/test_kernelmanager.py::TestKernelManagerShutDownGracefully::test_async_signal_kernel_subprocesses
+)
+
+distutils_enable_tests pytest



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

2021-11-22 Thread Michał Górny
commit: 5da532124afc41c60e58190c0a616c58c5bb9c9a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:31:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da53212

dev-python/rope: Bump to 0.22.0

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

 dev-python/rope/Manifest   |  1 +
 dev-python/rope/rope-0.22.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index 015118a67749..a52b96d5b9e7 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1 +1,2 @@
 DIST rope-0.21.0.tar.gz 256456 BLAKE2B 
f9ed997933794caaeaee7c9951ea46c1fc50983f93433b227151366f720198f96966faa28993d2a8a54e667a34cc318c322068bc47fd38789c9604aea9586c53
 SHA512 
b1b882087b235849b04beeb85c253eecdcc06e0d75ba54975db9c4e60e68178f7acb87a58a9a24dc942994cfbfc3662e05000d00965278697b0db412411b4c44
+DIST rope-0.22.0.tar.gz 260138 BLAKE2B 
11aff47af50225d66ade44a63a2c747bc11f0adcec1abed2dff71466f088f1460b3eec541db326af545f89907eb9d4f518c24ec8a445ca07b3116573883123ec
 SHA512 
ead82eba834890d90a6972cc432d153b977a123588621712b50decf1f1bfff03cd411e3615dff63a5272cf4a46b32791ea625f30e3dfdf9d1969081a99544396

diff --git a/dev-python/rope/rope-0.22.0.ebuild 
b/dev-python/rope/rope-0.22.0.ebuild
new file mode 100644
index ..b734b2e0002c
--- /dev/null
+++ b/dev-python/rope/rope-0.22.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python refactoring library"
+HOMEPAGE="https://github.com/python-rope/rope;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+# Dependency for docbuild documentation which is not noted in
+# setup.py, using standard docutils builds docs successfully.
+BDEPEND="
+   doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_compile_all() {
+   if use doc; then
+   pushd docs > /dev/null || die
+   mkdir build || die
+   local i
+   for i in ./*.rst; do
+   rst2html.py $i > ./build/${i/rst/html} || die
+   done
+   popd > /dev/null || die
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/. )
+   distutils-r1_python_install_all
+}



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

2021-11-22 Thread Michał Górny
commit: f701ee7804571838e4526898462349e777e128ff
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:21:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f701ee78

app-admin/awscli: Bump to 1.22.11

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.22.11.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 12fab4c0e52f..5f38bc9ddbb0 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,6 +2,7 @@ DIST awscli-1.20.65.tar.gz 2091702 BLAKE2B 
e8295cf4e859c1e642077f4014fdea333292e
 DIST awscli-1.21.12.tar.gz 2097963 BLAKE2B 
e752cb1369be9ee26b517ba1226d3e16fad0a075c7f82eb1fcce3a3076aa67c5dcf4bdefcc6c29166ac7a96a2aa59da24636ddf1d3eb9bd21f3f05e665581de3
 SHA512 
90f39476b86ce97c0b47910b2d5cf5c512f142c1bf1620d0fa2384bfb40e54f812269e7f1ff72951ee13f37e6c918061c2d592b4e96e46116032810e1eb6bcb1
 DIST awscli-1.21.5.tar.gz 2095418 BLAKE2B 
152d0ac70e9e0120fb9b10451904af52035bce84168c055695e7dc93e56648bd7689f20ac0ecdbdfc54ccb846d51b33027d2e9ee09c5e5d1e915c0ec05b0fbfe
 SHA512 
e3063252a50fc6033669a0ff80f82d73764a6728d623d75a27f0652e779cbeb452454d887bf5bd70199a7394df40f9758b14619778c6428a164d590e6c8aaa89
 DIST awscli-1.22.10.tar.gz 2115079 BLAKE2B 
72945d915fb932ff2d243eeca8c21976ecbf2f3e8de8e39765f0fb6885d1a715f7cdc32d695cfa89698c0850f6f32f8f28f8bab32b44ffaea13c944803a32607
 SHA512 
86af3d002802d4e6a7f4b1f046cb5d665a7715b03c0ed35277ed349a9eb80421aa77848b958f9c4fcb55af8113b1b2e1909d70746aed54e03655e136c1824e49
+DIST awscli-1.22.11.tar.gz 2116193 BLAKE2B 
c4e89882e5a8b37172f06ecf9cf911a0598b8a745390d9e73d11ec608d512bdd4831486f6a5dd03774c1df75f23eaec6bd36dd44a9efbb44f3a599c669e48363
 SHA512 
8c405704e6992996d46711e1410822a5a73f0fdcd1aaa1dddeef37b27863b1378034bd26009ebdd7f986ff120da3b98556819bebd3598279de86a5b845d8f4f3
 DIST awscli-1.22.5.tar.gz 2111679 BLAKE2B 
970e472e8de43664d060023fdab9f54ce848c5655d8aa417efeae1b1efb52989fd021817521db9dc9cd64580cabbf0c30f3d0178034bdb1edf41feebbc690f46
 SHA512 
9177fe9da0fb8e9e28777bbf8f2c3fe089a08851b57a49fecefab43417fff187584638d17394289bf6df3d18d9052fd958bd3fbc8064327120af04a0cbe30494
 DIST awscli-1.22.6.tar.gz 2112080 BLAKE2B 
5fffb3d5d0cbbcea813114bbfc89df64f58e83135c88ab914ac4327185310075e7e19e34a51e6cf85f9d2e804fb75cc69e2f7967ea69c67ff1987e054b5756c1
 SHA512 
3bf7cf59f947708c0d8e6ec992498d0e58a1a2ccb6a330bced0e2eece9989ef9097e08034354a6c265da08346e37611862f3dbb96d35d9787d3013f6220b7de2
 DIST awscli-1.22.7.tar.gz 2112524 BLAKE2B 
f3aeaa85d8be945ee2c64e45b1cd74eaa89cd035c4650f2a35144c113c8b073a7856e680fd1c67ee54f382ab4ad593cbe4752b53b2637b3c587ecdfa22b6819e
 SHA512 
07c96caddb099e507b0e9b75dac79249a8b26a1ca43a3be842079dfe8af399647dec5c330e6b75059955c132b0c5e179cac2edb2b814c51b47ad7f7d5373

diff --git a/app-admin/awscli/awscli-1.22.11.ebuild 
b/app-admin/awscli/awscli-1.22.11.ebuild
new file mode 100644
index ..d4b09dbaa2ec
--- /dev/null
+++ b/app-admin/awscli/awscli-1.22.11.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit}
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-11-22 Thread Michał Górny
commit: f5e17a96d1a32f638be4ccb3c4bccf2bdf981e18
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:37:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e17a96

dev-python/redis-py: Bump to 4.0.2

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

 dev-python/redis-py/Manifest  |  1 +
 dev-python/redis-py/metadata.xml  |  2 +-
 dev-python/redis-py/redis-py-4.0.2.ebuild | 61 +++
 3 files changed, 63 insertions(+), 1 deletion(-)

diff --git a/dev-python/redis-py/Manifest b/dev-python/redis-py/Manifest
index fb2f7d6f986a..60c1bce0736f 100644
--- a/dev-python/redis-py/Manifest
+++ b/dev-python/redis-py/Manifest
@@ -1 +1,2 @@
 DIST redis-py-3.5.3.tar.gz 141112 BLAKE2B 
b953d553a3cfa2d6ba6f5aa35dfaf93865acbfad0e901a96082c3b1c027dc23b6ceedde185f24e86772522fbbf4f0a4d18e115a6b40aff6a65450bbe397d5c07
 SHA512 
eae6ac6b3e0f1366a9c29e5e2d9a5210e4627e62e3006159b1c290f36cd9c1c2c12cafe0944f7a010e04632b517874f230aa9411491993b7ecf2080546217206
+DIST redis-py-4.0.2.tar.gz 2262717 BLAKE2B 
7db99843b4ee354b0841de1cacca001901b0614868e6cd545edb0f3705b7dc7d7a0ee755e2184ec1fb080a845a2f193ff5ab5a4dd99006eed6b9a1c89fbee131
 SHA512 
3f73ddd2ceb551fa447cfb4ecdc1d393957bbfd8c184ae3d357f9f47fff860f1c4684ec0fc3cb85fea530454456c17a98a2a56e592bef4cd9ad17bb405c1a0f7

diff --git a/dev-python/redis-py/metadata.xml b/dev-python/redis-py/metadata.xml
index 93aefe765a0d..998ac9ce8e08 100644
--- a/dev-python/redis-py/metadata.xml
+++ b/dev-python/redis-py/metadata.xml
@@ -12,6 +12,6 @@
   
   
 redis
-andymccurdy/redis-py
+redis/redis-py
   
 

diff --git a/dev-python/redis-py/redis-py-4.0.2.ebuild 
b/dev-python/redis-py/redis-py-4.0.2.ebuild
new file mode 100644
index ..ccefac5ea7ba
--- /dev/null
+++ b/dev-python/redis-py/redis-py-4.0.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..10} pypy3 )
+inherit distutils-r1
+
+MY_PN="redis"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python client for Redis key-value store"
+HOMEPAGE="https://github.com/redis/redis-py;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/deprecated[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-db/redis
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the tests
+   epytest -k "not redismod"
+
+   # Clean up afterwards
+   local pid=$(<"${redis_pid}")
+   kill "${pid}" || die
+   local retries=10
+   while [[ -f ${redis_pid} ]]; do
+   sleep 1
+   if [[ $(( retries-- )) -eq 0 ]]; then
+   die "redis did not stop"
+   fi
+   done
+}



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

2021-11-22 Thread Michał Górny
commit: 108ec6a4d78a6c8232fbffe53b53133d0c046667
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:23:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108ec6a4

xfce-base/thunar: Bump to 4.17.7

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.17.7.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 56b84dbd619b..448fca152de5 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,2 +1,3 @@
 DIST thunar-4.16.10.tar.bz2 2324476 BLAKE2B 
a8305f234b6f69654d6559594f1228ebbb5009b337fbdee6d94dc2f3c309d67cbe2aa5c357fd5207d4e907b9d06875dd3164d501c84a22c9f73e71b705577fd7
 SHA512 
b6fbb27acaae85e7d5c711213c5c457d7eaf973dabafbeabbc00ef01491b54b05da00304503ed03a1ee0716c2558f435754666dd5358f36b2e155e4c8132ebce
 DIST thunar-4.17.6.tar.bz2 2474323 BLAKE2B 
add0ec83dfff7119df7b0c7dfde579cbd8ea5ae86f77e38f8d1777d47c85145a8f301b3008a278a5ab94efd8ab3fcd6467cf09671630335b2e06123432e8209f
 SHA512 
8ee9508ef1384525991fa96c7b69a4722bbb5d8f7a16c065f47daae9e9eca6e06875c92ba4a15b9c420a8162b9bd547d5a15120cc2f08e0824d318f52fd14b44
+DIST thunar-4.17.7.tar.bz2 2507703 BLAKE2B 
18393d33066059892e0a1bff68728d69aacc36604b48483789783aa3474ad3fa7c48c80a3af2380d61ac01bb027f092be63dc78fa40638b662348cb2c53bd4bf
 SHA512 
79ccfd2baed6f956706dda52de9a0fe4dda6c59c10833fe9e699f6797abb092ba1640a97150413f890829d83fe78bb700f7a1fa912515866bc3ba7f53a350223

diff --git a/xfce-base/thunar/thunar-4.17.7.ebuild 
b/xfce-base/thunar/thunar-4.17.7.ebuild
new file mode 100644
index ..d13c7d3b9207
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.17.7.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+DEPEND=">=dev-libs/glib-2.56
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-4.17.0:=
+   >=xfce-base/libxfce4ui-4.17.0:=
+   >=xfce-base/libxfce4util-4.17.1:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )"
+RDEPEND="${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2021-11-22 Thread Michał Górny
commit: 32f4bb00473a25d03976300b8286d5c53f30dba4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:21:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f4bb00

dev-python/boto3: Bump to 1.20.11

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 854f4fe872c1..63e5cd45000a 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,6 +2,7 @@ DIST boto3-1.18.65.tar.gz 429858 BLAKE2B 
fbc80e0d8d10f6d02fcf9b86c6b4be03a9c9083
 DIST boto3-1.19.12.tar.gz 436654 BLAKE2B 
f92e756bc9f98105e3126e41cf0d6fab948bbd79f088ee4e0f0f5f319d4a6e542c0702b487404b316f794b304c43f9c26da026257476341971a7ce241538f506
 SHA512 
e6b20730f35bb422a2f74e978adc0bac77aa18b4e80eab5175dc117cf2762a7d8e53d390c50df24dada6f1d071d78309c69598ffb3f8d93fd45a3d1f772a866f
 DIST boto3-1.19.5.tar.gz 433567 BLAKE2B 
52c12a4dd18d6f02326f8002b345cc5df224455fc862daa700326ae1df258979211d2753f01e1a106f237de393e483dc8926bb4ef0e08bafa575f20811dccd55
 SHA512 
fad05102f0c3e7e30a3342009f6b3ae28f52758f17a0c22b4da9a03dd10d7f9149ea2ec0119f55ec7280824bd8173653271821e82fcd54ef9fb9161b2d62df70
 DIST boto3-1.20.10.tar.gz 443886 BLAKE2B 
891c5d45eed9fc0afac3e6e87f5f7d2100da779b6d863146d8a0804ed8caa732024d21cbd396a681067088080fc9b4e9afc3634d0f3e2483fa8ad5203e703054
 SHA512 
36ea0170aa62dba8f01f49d975c34dc3fa180ea82d583619844755d9eb8f5e5d141bce2ac044c1fee8dba4ce71ad5dc93b527e5ed4efbf303ef8abaae90b0a47
+DIST boto3-1.20.11.tar.gz 444945 BLAKE2B 
ead4a78e67c12dfeccfe2c55e88ff9ed0ed2d024d04a89f82f31c87fe01ddbb425ddcd0ce54955c02b4fc8468b3684a5289bd3a3da5fd5e472f8b8a88e75c26f
 SHA512 
d68ee2b61f3aeb34b137a347c41e96da0d3f04fb700369886e5081290f29fb479f84992c92d5dc79cee67b8c74146590669f99ff21a6bfd2e04c8aff33b3d5d7
 DIST boto3-1.20.5.tar.gz 439166 BLAKE2B 
c140e15e497e6cdf6b4b77bb99e0a0f5ac01d5b5793f8bfb210b52bbc09e39e6fe06a957951375e0795210dc1c3b2a0afd2f498bc88e449d9e6846f2b357f016
 SHA512 
2823466e4851684253d4ce42a8c34e5cbdad6d04c823040fe2cebdf0cffb14d5d3f40e28d57ebec14533fab04ba74f27c25f078ddb8791b8f52d0424e11b39fc
 DIST boto3-1.20.6.tar.gz 440133 BLAKE2B 
b154714261372cebb8643d529b66fe3a42d30e056cf2a454092d598c51d0cdef723980834be6a36abb892d3022ae8ef67053b22bb176f540e67c3f37422155d8
 SHA512 
d8d66a761f03beeca10fea8446de1136d418a93b21065aebfefcafe2abfd9b5bbfa243594f54647ad80547e48348086e2be2de129b89f9ca71f308579f11a0b7
 DIST boto3-1.20.7.tar.gz 440428 BLAKE2B 
f1b2b36799e6c22a40c04226443f15f9174d68a02d2f731df84f6ff0962158e9d940ae5bc04d25fe99a74f105946026ccb66547838734294d649d661071c1e3b
 SHA512 
85493a85789caa5453a4dafa1472c8ecd75c05a819227909092ae03690243eb103c1588cb10e5e5277ab9df49673b9b54fda064a412bdcf6b9e11238b277f450

diff --git a/dev-python/boto3/boto3-1.20.11.ebuild 
b/dev-python/boto3/boto3-1.20.11.ebuild
new file mode 100644
index ..a4f6b1d0f3c2
--- /dev/null
+++ b/dev-python/boto3/boto3-1.20.11.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



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

2021-11-22 Thread Michał Górny
commit: d57bb2cf2f11ffd7fd752280e4e6efb0e9068f94
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 22 22:21:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 22 23:04:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57bb2cf

dev-python/botocore: Bump to 1.23.11

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.23.11.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 4f46617536df..b48d19bc9e87 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,6 +2,7 @@ DIST botocore-1.21.65.tar.gz 8261668 BLAKE2B 
c955019d06aa1b2f4503673b7d9009e5d6e
 DIST botocore-1.22.12.tar.gz 8343683 BLAKE2B 
df7b2c86f226df14dc8181e8506acc7dd660797311049e2342ec721e853af1158c845749a8143ec6677601420ce6140173da8df5d9e4550cdf9becfc944ebd3c
 SHA512 
0ab78902711960f8373a91af379b4981ab29646cc9f94e49836deaa432695c503879ed0bbbf54e3641e50933b5ed658e48052ca2b8b8391f705284d9abd24c1f
 DIST botocore-1.22.5.tar.gz 8301083 BLAKE2B 
91f9d38e7c5bcb0b8f58c04547ad45489f58d2240c6b7301cf632969a4a73cf4a1d51c8c68c8def27653c10041d2163ad7ca800dcf6fd07972b506bf2566cae3
 SHA512 
710a903dc79ca4ffacc4974f09ca769e1e3b8cb143f6f0349240dd8c2af8ee526a1dadb7310a26019363f683fc4149cb4c73d8b94a856a384fab7f84fb5c
 DIST botocore-1.23.10.tar.gz 8429267 BLAKE2B 
bcad034d600f17317e1036225a789c143d75ee2375965df60b3398d898fb49e5ceee7a5ac99cd7fb5f44f2bd89da7cee9406df6b493a53c93fcce5363d7735e5
 SHA512 
c2782cb8e360f1a921a0e630f2a6cc0f97f1ff0a974e89d95c0b602f201ebffe29a507759e9a83153cc3d9797f057d7bc6e4f6568f6965a7448be04b479c5b55
+DIST botocore-1.23.11.tar.gz 8445108 BLAKE2B 
16e486ff61e2b7822d6db74ed5829ce4e0cdc69b32c6d6b08b5790eca9856c409844b67a0545f9c22e8cbd90bfb5f6f0b0f8be1f1924f9814235390eca71d853
 SHA512 
625fd439da1bab2be4bf4621ace23ad5c815fe80933dc89d1489016424eb53dcaa2b8f476cf920ae0a800c05bce9dbef594e794c7131cce4e81eee81381f1f64
 DIST botocore-1.23.5.tar.gz 8374467 BLAKE2B 
467092e7d8aa5ccb756132669049865445a47205913964c1c944b20caaf100b1efdd1bf3af9c5416ff079b487e6d4d08ffe6208e2b352d09655cc5be21c88739
 SHA512 
6afca19b724f9019f21e5993ce970d605b95d31c1a4e969ec1b4080510a5a120b3fa0cfd5ade973a9203bd6b7983a3dbca2f7a03108a9167392efd60d5e2fe9b
 DIST botocore-1.23.6.tar.gz 8387968 BLAKE2B 
415a177d591a0ef369f17b8f02563be0fb53bc4e65c2767f41ca11300939585a10146874b6ac5297cdd3dcb36cf6fd2065fd09f3c612c4ba1d954b03a5b15579
 SHA512 
a46e45b7bb67d7c4bcc5508f38448b9ed3778ed6b6080239459b22b7f753adaf12e8d64496f7d7c71b33bb17ae1744000e9269ea0f545286e56fabe39e7f0340
 DIST botocore-1.23.7.tar.gz 8391467 BLAKE2B 
dd6cad44c1b8109b76c44bfffa45e74da0fbeaa027429860640e33134dc5f6e5bb813b46d8b662d80b89af46d437c6fb962f0e0ab1edbeca3ee790f3b6d029bf
 SHA512 
a3270da3b6d906bc2372af221400e14039868598ccd56f40f976bcc2638f300ae9990ff367f76e5b5cdf8d46a8a37716865f9a40ca7e79b73a5b8dbcb2b1af7f

diff --git a/dev-python/botocore/botocore-1.23.11.ebuild 
b/dev-python/botocore/botocore-1.23.11.ebuild
new file mode 100644
index ..7337877443c9
--- /dev/null
+++ b/dev-python/botocore/botocore-1.23.11.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   

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

2021-11-22 Thread Marek Szuba
commit: eca48c9ae21258350c2433d6d65153780b28dfe6
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 22:48:41 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 22:48:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca48c9a

app-doc/selfhtml: mask for removal

Bug: https://bugs.gentoo.org/826454
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7653683ad2a3..c65fa44abf21 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Marek Szuba  (2021-11-22)
+# Upstream switched from static documentation to the Wiki format
+# around 10 years ago, and the ebuild we've got in the tree was
+# massively outdated even then (our version: 812, last static
+# upstream version: 2001). No maintainer in Gentoo, EAPI 5.
+# Removal in 30 days. Bug #826454
+app-doc/selfhtml
+
 # Marek Szuba  (2021-11-22)
 # Last release in 2008 at the latest, no maintainer in Gentoo for years,
 # EAPI 5, upstream is gone, the only distros which still package it are



[gentoo-commits] repo/gentoo:master commit in: app-crypt/kali-archive-keyring/

2021-11-22 Thread Marek Szuba
commit: 0019fcf041ee52c5fd962fc35607f53aa806f39d
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 22:12:33 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 22:12:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0019fcf0

app-crypt/kali-archive-keyring: advise sandbox of activity in /run/user

Shamelessly stolen from app-crypt/jetring ebuilds.

Closes: https://bugs.gentoo.org/826686
Signed-off-by: Marek Szuba  gentoo.org>

 app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild 
b/app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild
index 35545a0354b8..2562c8db09fb 100644
--- a/app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild
+++ b/app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild
@@ -12,3 +12,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="app-crypt/jetring"
+
+src_compile() {
+   # Bug #826686
+   addpredict "/run/user/$(id -u)/gnupg/"
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/kali-archive-keyring/

2021-11-22 Thread Marek Szuba
commit: 4f1df30c92ddb91ca5d6d039c9178ebb327b66c9
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 21:54:39 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 21:57:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1df30c

app-crypt/kali-archive-keyring: add 2020.2, drop 2015.2

Signed-off-by: Marek Szuba  gentoo.org>

 app-crypt/kali-archive-keyring/Manifest   |  2 +-
 ...yring-2015.2.ebuild => kali-archive-keyring-2020.2.ebuild} | 11 ---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-crypt/kali-archive-keyring/Manifest 
b/app-crypt/kali-archive-keyring/Manifest
index 8b937437ccf0..dc8fc6052605 100644
--- a/app-crypt/kali-archive-keyring/Manifest
+++ b/app-crypt/kali-archive-keyring/Manifest
@@ -1 +1 @@
-DIST kali-archive-keyring_2015.2.tar.xz 6448 BLAKE2B 
5fe0c7d9e6ac145d046e1d7bcd1002c1799aba7224462691a0f940c5ee362c134c47cce9a60b71476f6b66f2cf6937262fb665dd29faed7e40dbd5a8a11f340f
 SHA512 
3f680fb31f0723f0c4b8aa7053488637c23ef2804a688ad307365c6eaa71b9559dba31c8aee6e9804b9f03e24397c077f4f057e58da8f7e06ffc5d36003d23ad
+DIST kali-archive-keyring_2020.2.tar.xz 11388 BLAKE2B 
134a3351ac0f1b3a899ef16ee1419b93c656200882b70c5f69e99cfc587d35d2e402792070ce5b7176743d1f70972687d2f2d5aaa3722f684a5976fc3be360d3
 SHA512 
5c2868c03acb7aef85cd8924da40fb80263879de45cafefb9c9e6c68928081d287cf3fc05ee5dd3c0cb1c938843dc831ccc9672bc7a70689a9c535cb22c92d16

diff --git a/app-crypt/kali-archive-keyring/kali-archive-keyring-2015.2.ebuild 
b/app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild
similarity index 54%
rename from app-crypt/kali-archive-keyring/kali-archive-keyring-2015.2.ebuild
rename to app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild
index ce982c36e0fc..35545a0354b8 100644
--- a/app-crypt/kali-archive-keyring/kali-archive-keyring-2015.2.ebuild
+++ b/app-crypt/kali-archive-keyring/kali-archive-keyring-2020.2.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 DESCRIPTION="GnuPG archive keys of the Kali archive"
 HOMEPAGE="https://www.kali.org;
-SRC_URI="http://http.kali.org/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz;
+SRC_URI="https://http.kali.org/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
-DEPEND="app-crypt/jetring"
-
-MAKEOPTS+=' -j1'
+BDEPEND="app-crypt/jetring"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-11-22 Thread Craig Andrews
commit: 986d32aa72d7b7536c52bec560f8b8bdafab0e6e
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 22 21:53:57 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Nov 22 21:55:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986d32aa

www-apache/mod_qos: Cleanup old versions

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

 www-apache/mod_qos/Manifest |  5 ---
 www-apache/mod_qos/mod_qos-11.61.ebuild | 55 -
 www-apache/mod_qos/mod_qos-11.65.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.67.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.68.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.69.ebuild | 62 -
 6 files changed, 308 deletions(-)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 4d0bcad71277..60c799170a75 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,7 +1,2 @@
-DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8
-DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac9002784feace877c9777311fb77fa798fe5f61c7b63201ab5dd6d9582a1d141f421c7215ba3271a29cece13d02b0
 SHA512 
7a4363b7b5e31968188f2668003d88538134456c3e6eeaff7d200ebf46064139561da6adf9b96678f349bd296f2c502a2d2c9bfb8ae12f7c78e3edbe5c13de3b
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
-DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b
-DIST mod_qos-11.68.tar.gz 1282547 BLAKE2B 
c4067afa20e2e5e9a0d14a5f96bbcdd5ac4d1e337373dd3ca67960f888edd8340942285f455fc418d554d3a17150cc0417ccaf06be18f41549877fed4378b809
 SHA512 
e49d643eb1f8210feebb8067ee84154c7334a0a0d2365aa297621ce505057046d744cfbf87aaf0a023248979f3576c083b43066c89614e0fb7c564f09bbfe773
-DIST mod_qos-11.69.tar.gz 1282840 BLAKE2B 
c0fe81b116b7d39409ec5cf87e35bb7843a0dfb4cd76a6b3ac169d96557e40a04bb06b834ba6cf2988ac3fee3e911e623bfb950cef4cea1500334addaacfe8de
 SHA512 
e6daf7e5d267d9676c151ce2bc26347073dc89ebb49796bf843e4d9698b3dc542bcf4c7f979c9b4017f728f264790629e60b7ee6547e4754838e9fe4f3f4
 DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be

diff --git a/www-apache/mod_qos/mod_qos-11.61.ebuild 
b/www-apache/mod_qos/mod_qos-11.61.ebuild
deleted file mode 100644
index 9cfad84c4f10..
--- a/www-apache/mod_qos/mod_qos-11.61.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools apache-module
-
-DESCRIPTION="A QOS module for the apache webserver"
-HOMEPAGE="http://mod-qos.sourceforge.net/;
-SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libpcre:3
-   dev-libs/openssl:0=
-   media-libs/libpng:0=
-   sys-libs/zlib:0=
-"
-DEPEND="${RDEPEND}"
-
-APXS2_S="${S}/apache2"
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="QOS"
-DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
-
-need_apache2
-
-src_prepare() {
-   cd "${S}/tools" && eautoreconf
-}
-
-src_configure() {
-   cd "${S}/tools" && econf
-}
-
-src_compile() {
-   apache-module_src_compile
-   emake -C "${S}/tools"
-}
-
-src_install() {
-   einfo "Installing Apache module ..."
-   cd "${S}/tools"
-   apache-module_src_install
-
-   einfo "Installing module utilities ..."
-   emake -C "${S}/tools" install DESTDIR="${D}"
-
-   # installing html documentation
-   dohtml -r -x *.txt "${S}/doc/"
-}

diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild 
b/www-apache/mod_qos/mod_qos-11.65.ebuild
deleted file mode 100644
index 7d7ff9dfbeff..
--- a/www-apache/mod_qos/mod_qos-11.65.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General 

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-11-22 Thread Craig Andrews
commit: 5793bcf7eeb4074216418683d54b9672c20d95ba
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 22 21:53:21 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Nov 22 21:55:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5793bcf7

www-apache/mod_qos: 11.70 version bump

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

 www-apache/mod_qos/Manifest |  1 +
 www-apache/mod_qos/mod_qos-11.70.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 85d10ac890ca..4d0bcad71277 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -4,3 +4,4 @@ DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe
 DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b
 DIST mod_qos-11.68.tar.gz 1282547 BLAKE2B 
c4067afa20e2e5e9a0d14a5f96bbcdd5ac4d1e337373dd3ca67960f888edd8340942285f455fc418d554d3a17150cc0417ccaf06be18f41549877fed4378b809
 SHA512 
e49d643eb1f8210feebb8067ee84154c7334a0a0d2365aa297621ce505057046d744cfbf87aaf0a023248979f3576c083b43066c89614e0fb7c564f09bbfe773
 DIST mod_qos-11.69.tar.gz 1282840 BLAKE2B 
c0fe81b116b7d39409ec5cf87e35bb7843a0dfb4cd76a6b3ac169d96557e40a04bb06b834ba6cf2988ac3fee3e911e623bfb950cef4cea1500334addaacfe8de
 SHA512 
e6daf7e5d267d9676c151ce2bc26347073dc89ebb49796bf843e4d9698b3dc542bcf4c7f979c9b4017f728f264790629e60b7ee6547e4754838e9fe4f3f4
+DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be

diff --git a/www-apache/mod_qos/mod_qos-11.70.ebuild 
b/www-apache/mod_qos/mod_qos-11.70.ebuild
new file mode 100644
index ..412c8e3c8eb5
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.70.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools apache-module
+
+DESCRIPTION="A QOS module for the apache webserver"
+HOMEPAGE="http://mod-qos.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   dev-libs/openssl:0=
+   media-libs/libpng:0=
+   sys-libs/zlib:0=
+"
+DEPEND="${RDEPEND}"
+
+APXS2_S="${S}/apache2"
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="QOS"
+DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
+
+need_apache2
+
+pkg_setup() {
+   _init_apache2
+   _init_apache2_late
+}
+src_prepare() {
+   default
+
+   pushd "${S}"/tools &>/dev/null || die
+   eautoreconf
+   popd &>/dev/null || die
+}
+
+src_configure() {
+   pushd "${S}"/tools &>/dev/null || die
+   econf
+   popd &>/dev/null || die
+}
+
+src_compile() {
+   apache-module_src_compile
+   emake -C "${S}"/tools
+}
+
+src_install() {
+   einfo "Installing Apache module ..."
+   pushd "${S}"/tools &>/dev/null || die
+   apache-module_src_install
+   popd &>/dev/null || die
+
+   einfo "Installing module utilities ..."
+   emake -C "${S}"/tools install DESTDIR="${D}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/gnome-system-log/

2021-11-22 Thread Marek Szuba
commit: aab936df47f59528460594584915b9cc9440d2f0
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 21:34:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 21:36:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab936df

app-admin/gnome-system-log: update EAPI 5 -> 7

Signed-off-by: Marek Szuba  gentoo.org>

 .../gnome-system-log-3.9.90-r1.ebuild  | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/app-admin/gnome-system-log/gnome-system-log-3.9.90-r1.ebuild 
b/app-admin/gnome-system-log/gnome-system-log-3.9.90-r1.ebuild
new file mode 100644
index ..020dac613e6b
--- /dev/null
+++ b/app-admin/gnome-system-log/gnome-system-log-3.9.90-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2
+
+DESCRIPTION="System log viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Attic/GnomeUtils;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+DEPEND="
+   >=dev-libs/glib-2.31:2
+   sys-libs/zlib:=
+   >=x11-libs/gtk+-3.9.11:3
+   x11-libs/pango
+"
+RDEPEND="${DEPEND}
+   gnome-base/gsettings-desktop-schemas"
+
+BDEPEND="
+   >=dev-util/intltool-0.40
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-zlib \
+   ITSTOOL=$(type -P true)
+}



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

2021-11-22 Thread Marek Szuba
commit: 3d6b7d140ae7f085d17cecf004b468af48b1e6aa
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Nov 22 21:30:56 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Nov 22 21:36:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6b7d14

app-admin/psmon: mask for removal

Bug: https://bugs.gentoo.org/826682
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4ecc032e3fbd..7653683ad2a3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Marek Szuba  (2021-11-22)
+# Last release in 2008 at the latest, no maintainer in Gentoo for years,
+# EAPI 5, upstream is gone, the only distros which still package it are
+# Gentoo, Funtoo and LiGurOS.
+# Removal in 30 days. Bug #826682
+app-admin/psmon
+
 # Andreas Sturmlechner  (2021-11-22)
 # Unmaintained upstream, never made it to a KF5-based release and Gentoo
 # was the only distro ever packaging such a snapshot. Use kimpanel from



[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/

2021-11-22 Thread Conrad Kostecki
commit: debfa25096cc4f316b83716644b92fd4791ba08a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:22:59 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:22:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debfa250

dev-libs/intel-compute-runtime: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/intel-compute-runtime/intel-compute-runtime-21.42.21270.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/intel-compute-runtime/intel-compute-runtime-21.42.21270.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.42.21270.ebuild
index aa334bc43b1f..68318695fc33 100644
--- a/dev-libs/intel-compute-runtime/intel-compute-runtime-21.42.21270.ebuild
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.42.21270.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="+l0 +vaapi"
 
 RDEPEND="



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

2021-11-22 Thread Conrad Kostecki
commit: bb898fed7001630f15f6a43b16a973e5f83ddf49
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:17:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:17:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb898fed

sys-apps/cpuid: drop 2024

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest  |  1 -
 sys-apps/cpuid/cpuid-2024.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 5dd71f54f2ef..b7a363bf4bcb 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 
05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56
 SHA512 
f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
-DIST cpuid-2024.src.tar.gz 126084 BLAKE2B 
b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012
 SHA512 
7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9
 DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B 
e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c
 SHA512 
a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad

diff --git a/sys-apps/cpuid/cpuid-2024.ebuild 
b/sys-apps/cpuid/cpuid-2024.ebuild
deleted file mode 100644
index de0e99c961d4..
--- a/sys-apps/cpuid/cpuid-2024.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html;
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   app-arch/gzip
-   dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-   default
-
-   tc-export CC
-}
-
-src_install() {
-   emake BUILDROOT="${ED}" install
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/

2021-11-22 Thread Conrad Kostecki
commit: efe84b856780a440dc58cf0cff4acb5b5c5ef54c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:18:46 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:18:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe84b85

dev-lua/luarocks: add 3.8.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luarocks/Manifest  |  1 +
 dev-lua/luarocks/luarocks-3.8.0.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/dev-lua/luarocks/Manifest b/dev-lua/luarocks/Manifest
index 4683f7a36437..78ef2f858ee5 100644
--- a/dev-lua/luarocks/Manifest
+++ b/dev-lua/luarocks/Manifest
@@ -1 +1,2 @@
 DIST luarocks-3.7.0.tar.gz 247576 BLAKE2B 
b1e119ec897bc8122441445dc215e628d2415dacba9b23c2b075f82a01e21e6e9a8eeab5a3345355d85c566ff9f85ab29194580674521d4d92725b01377ee940
 SHA512 
cc3c555c488da9f95a118eedb74cb9e2a38b572e172958843dabebce125524e58a13ac65e89a349deb8fef13b6de751074fc3adbb430ab55d4e4109288119153
+DIST luarocks-3.8.0.tar.gz 249787 BLAKE2B 
2bfff5af400abfdf17a0eacd1f29838dd77751f2ba085d6c6fc18dfc971ea796523781ff2488566d42c01d005bd5037171bf1aabbfdd664746c55674e3ca32c7
 SHA512 
6c30884c60da57706228a9870f510a1bce435b2d5d67c63c5f2958b152c7a2b334bd74a016995871e3b05b98374f4c4e008993ede81f9fc564980e183bdf06b2

diff --git a/dev-lua/luarocks/luarocks-3.8.0.ebuild 
b/dev-lua/luarocks/luarocks-3.8.0.ebuild
new file mode 100644
index ..c3c1e40609f5
--- /dev/null
+++ b/dev-lua/luarocks/luarocks-3.8.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua-single
+
+DESCRIPTION="A package manager for the Lua programming language"
+HOMEPAGE="https://luarocks.org;
+SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="test"
+
+RDEPEND="${LUA_DEPS}"
+
+DEPEND="
+   net-misc/curl
+   dev-libs/openssl:0
+   ${RDEPEND}
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]')
+   $(lua_gen_cond_dep 'dev-lua/busted-htest[${LUA_USEDEP}]')
+   ${RDEPEND}
+   )
+"
+
+src_prepare() {
+   default
+
+   # If 'dev-lang/lua' is a new, fresh installation, no 'LUA_LIBDIR' 
exists,
+   # as no compiled modules are installed on a new, fresh installation,
+   # so this check must be disabled, otherwise 'configure' will fail.
+   sed -e '/LUA_LIBDIR is not a valid directory/d' -i configure || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   "--prefix=${EPREFIX}/usr"
+   "--rocks-tree=$(lua_get_lmod_dir)"
+   "--with-lua-include=$(lua_get_include_dir)"
+   "--with-lua-interpreter=${ELUA}"
+   "--with-lua-lib=$(lua_get_cmod_dir)"
+   )
+
+   # Since the configure script is handcrafted,
+   # and yells at unknown options, do not use 'econf'.
+   ./configure "${myeconfargs[@]}" || die
+}
+
+src_test() {
+   busted --lua=${ELUA} || die
+}
+
+src_install() {
+   default
+
+   { find "${D}" -type f -exec sed -i -e "s:${D}::g" {} \;; } || die
+}
+
+pkg_postinst() {
+   local lua_abi_ver
+   if use lua_single_target_luajit; then
+   lua_abi_ver="5.1"
+   else
+   lua_abi_ver=${ELUA#lua}
+   fi
+   elog
+   elog "To manage rocks for a Lua version other than the current 
${CATEGORY}/${PN} default (${lua_abi_ver})"
+   elog "you can use the command-line option --lua-version, e.g."
+   elog
+   elog "luarocks --lua-version 5.3 install luasocket"
+   elog
+   elog "(use 5.1 for luajit). Note that the relevant Lua version must 
already be present in the system."
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/

2021-11-22 Thread Conrad Kostecki
commit: 9ed2a2fd755fc54662947138585ea00e2fe4fcca
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:23:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:23:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed2a2fd

dev-libs/intel-compute-runtime: drop 21.41.21220

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/intel-compute-runtime/Manifest|  1 -
 .../intel-compute-runtime-21.41.21220.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/dev-libs/intel-compute-runtime/Manifest 
b/dev-libs/intel-compute-runtime/Manifest
index e9a65d488166..def97f0bf7bd 100644
--- a/dev-libs/intel-compute-runtime/Manifest
+++ b/dev-libs/intel-compute-runtime/Manifest
@@ -1,4 +1,3 @@
-DIST intel-compute-runtime-21.41.21220.tar.gz 4753783 BLAKE2B 
a340c2b5c1199498a68aa66c1d88367b99bc2404f35da10135030aa68462a909808fb2358dbc3d75357e00ccf30bb259a325a3d4523d862c0da358eae7528f65
 SHA512 
df397688423dbe0ec2e61c9a9c8b6ee1ee4451a95ef01aefcc2a0ed956e6b8273a4e9975c9aca592b51b4ce85324f5bdcd6a835f8eab40a0e715eb1f1ceb
 DIST intel-compute-runtime-21.42.21270.tar.gz 4761371 BLAKE2B 
5dd2886e4b2a84a2247d2bb70667805531f099881431d9e8052c870d4081378cbbb43ea3f595c890f9d1930b9d054c0813da3f8b1c5509ad2090c78a4d683ed5
 SHA512 
f913bb116e84c0bd477578e75e10b67ef9c42bb447c2afdeefd9bb8ae291e53b019937d6e474e749a9bf98741366c8e76e5a8dcd23f8a9fac48e306e8dc9a648
 DIST intel-compute-runtime-21.43.21438.tar.gz 4840204 BLAKE2B 
6de3075132b9a48e97e30e66c6e09dd24f51cabddf55622f2c7490d38bd1ad25e4853206a0a8a3c4c34ac3eb774e44974c47089182652ae2d234044b72d1d048
 SHA512 
e8f98d9c8c0a01794d57276706ec4212a3fb082c8ac04dc76ceb0e30fecbd8d35405baaa45685fd4b241e8b04a15db16aef75bf1929c81ff879af46e5be00d1e
 DIST intel-compute-runtime-21.44.21506.tar.gz 4851449 BLAKE2B 
beb49e8bbbfab098bb07943def326463b50f3a4b659368c5b24aadede582331c2c15d4d047e3bbae3d0ca32752c4a05861b0c0a325f30e91bc865276722116b6
 SHA512 
ae8ca2780602c53f13379ea798462fff1c136967186da21c5b714ed5ab405cb815e0e5e9e60cf8586cef151424270db624b473748d2756ee5768dba4cc020ea6

diff --git 
a/dev-libs/intel-compute-runtime/intel-compute-runtime-21.41.21220.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-21.41.21220.ebuild
deleted file mode 100644
index 9f250f5bbf63..
--- a/dev-libs/intel-compute-runtime/intel-compute-runtime-21.41.21220.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_PN="${PN/intel-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL 
Driver"
-HOMEPAGE="https://github.com/intel/compute-runtime;
-SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+l0 +vaapi"
-
-RDEPEND="
-   dev-libs/libnl:3
-   dev-libs/libxml2:2
-   >=dev-util/intel-graphics-compiler-1.0.8744
-   >=dev-util/intel-graphics-system-controller-0.2.4
-   >=media-libs/gmmlib-21.2.1
-   >=virtual/opencl-3
-   l0? ( >=dev-libs/level-zero-1.5.0 )
-   vaapi? (
-   x11-libs/libdrm[video_cards_intel]
-   x11-libs/libva
-   )
-"
-
-# for Khronos OpenGL headers
-DEPEND="
-   ${RDEPEND}
-   media-libs/mesa
-"
-
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( "README.md" "FAQ.md" )
-
-PATCHES=( "${FILESDIR}/${PN}-21.31.20514-no_Werror.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_WITH_L0="$(usex l0)"
-   -DDISABLE_LIBVA="$(usex !vaapi)"
-   -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
-   -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
-
-   # If enabled, tests are automatically run during
-   # the compile phase and we cannot run them because
-   # they require permissions to access the hardware.
-   -DSKIP_UNIT_TESTS="ON"
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2021-11-22 Thread Conrad Kostecki
commit: 5aeebac6f22038203aa432bb70b4015bd1800575
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:16:18 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:16:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeebac6

games-simulation/openrct2: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-simulation/openrct2/Manifest | 2 ++
 games-simulation/openrct2/openrct2-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
index 11f8ddc8d8f7..7672593c4066 100644
--- a/games-simulation/openrct2/Manifest
+++ b/games-simulation/openrct2/Manifest
@@ -1,6 +1,8 @@
 DIST openrct2-0.3.4.1.tar.gz 14222683 BLAKE2B 
170a3beef36f00c1ad7845d8005e0d1e84c9ea4585e650f6bd9bf5ef2cca721b4b274e1a12801d7273a03860eb4c6f564bed9003359f1f4faef7abbf6ab5a028
 SHA512 
23267ce782d491a042a1733694d4bcdefb9af8a03eb70e0b9f13a464411d238d6c6962dc3cf57275e1641095c4bb859698fd1dae80df5b757a6718d42e5da57f
 DIST openrct2-0.3.5.1.tar.gz 14178153 BLAKE2B 
a1f15fd427392195502e917f1fd4d8064a2905c1995c9e94157073c6acc026d1f716fb06294768630aa75d104d7c851388c72c38653e4804deeb8237b4a31c00
 SHA512 
0e36db302631b75aa1411eca945bddd1120997efbc48ba9172887f834670f34e345b8c96f363cdc8791d94bb4df32f6e70e30001989c194a8c525e2614241c84
 DIST openrct2-objects-1.0.21.zip 3159059 BLAKE2B 
9a42cddb02a0b5c476d5e84c5943d08190957567ea9cff44b0d4496f6a9ee9a548dd0a359e4a4dac21eacac9a074e25f7fc4ce1c37f4002dd5d35c61660e68c2
 SHA512 
b267db6542562c0c46c9964c865d33abff57d3d3c9a1f4073366f34cc229af2483a51538e56597d0e17ffdcd5bb1ba52ddc8198f8a0afaf0a30fdc2e00e6b3c0
+DIST openrct2-objects-1.2.2.zip 3383537 BLAKE2B 
155f497cab1d72a881b513f19d08853dcf8f811be326e4fb0257c1e3369c02d6259e8e327725c55c22529c148ebbbef722a9005c5a090927f278939348eb77c2
 SHA512 
3696abf27fe7a7ce57a605aa84805d88966014d6a83eed1f382950a07eacf584de1e2181b77032e29f2525b22e875845de3e49b830ee66ff63ff0b83721c411b
 DIST openrct2-replays-0.0.43.zip 1669525 BLAKE2B 
41b9b1accd877b98c7e244abfe799233e0bf75c14fa7e83e8c1fe996406303dec009c396345ec554a5ca1549172b1497e3adb5d038179c42ae1e719c9707567a
 SHA512 
bed91fdfb7c67449f46effc7102ecfb46f3f5b43130cdbfc1343067a95a046714a0d2e9444b8059845c48bec5d0d4d8560ae7e3a3b6ec7182e7eff5bf40a5131
 DIST openrct2-replays-0.0.57.zip 1623894 BLAKE2B 
0bc7b6862632140f0ef8122828a022424cb1b78d76d7a28db5fd706afd2d77af4b4feba0e5838c97204a906ac2b38f2330dd04eeef0c5c6c285568d793efebdd
 SHA512 
eae0e60c92c4e21c03444cb0c9b597c575b2b0ad9d744ca3bf98f46e33e241012b18d92167c58e582481b963c6e602eacd0fc40d59730c31d77ade40cc1bba57
+DIST openrct2-replays-0.0.59.zip 3090846 BLAKE2B 
fbbc808bf3d39a41c3f99d489fb167b7044d0f5c17254599bc4bafd9d43af7bcb76712f643f7d2a6645d30fa98d0ef52bc6fb8ca3c774eba8077e2c62297912f
 SHA512 
6677f2e16380daf925a146925e0f48d41612baf43a0d44f9cff7d1d0786cf3db77afe47cc6237c988c9ffc21fdd9007868a6b92b9cec48d80143a91fccafebb0
 DIST openrct2-title-sequences-0.1.2c.zip 2980030 BLAKE2B 
f91168bea0a4f88a801c95ea45759e0d1c887a89c18dbbded5887d2914db7119dd65c231aa422e4f8a964a81d832eae05bffaa8b7908fac39a63792d082b53a0
 SHA512 
0e544d236d5f6ac7f68d75ba1f56f043c76c77676cbb92e6fdbf68a6ae2dc6c41dbdad6083ceec36b2f774bcdd99f64f28de73b208d6a39a8218a9e95502d46e

diff --git a/games-simulation/openrct2/openrct2-.ebuild 
b/games-simulation/openrct2/openrct2-.ebuild
index a784500110c4..23fa693d06b7 100644
--- a/games-simulation/openrct2/openrct2-.ebuild
+++ b/games-simulation/openrct2/openrct2-.ebuild
@@ -12,8 +12,8 @@ MY_PN="OpenRCT2"
 MY_PN_OBJ="objects"
 MY_PN_RPL="replays"
 MY_PN_TS="title-sequences"
-MY_PV_OBJ="1.0.21"
-MY_PV_RPL="0.0.57"
+MY_PV_OBJ="1.2.2"
+MY_PV_RPL="0.0.59"
 MY_PV_TS="0.1.2c"
 
 DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster 
Tycoon 2"



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

2021-11-22 Thread Conrad Kostecki
commit: 50228c4606405c8c028c2aac22e6b4f324666d9f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:17:05 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:17:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50228c46

sys-apps/cpuid: add 20211121

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest  |  1 +
 sys-apps/cpuid/cpuid-20211121.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 62612afe8dcf..5dd71f54f2ef 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 
05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56
 SHA512 
f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
 DIST cpuid-2024.src.tar.gz 126084 BLAKE2B 
b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012
 SHA512 
7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9
+DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B 
e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c
 SHA512 
a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad

diff --git a/sys-apps/cpuid/cpuid-20211121.ebuild 
b/sys-apps/cpuid/cpuid-20211121.ebuild
new file mode 100644
index ..de0e99c961d4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20211121.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html;
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   app-arch/gzip
+   dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+}
+
+src_install() {
+   emake BUILDROOT="${ED}" install
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2021-11-22 Thread Conrad Kostecki
commit: 8cfd74b5feff3c35b4185145ef456232d45f0ff5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:14:40 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:14:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfd74b5

games-simulation/openrct2: drop 0.3.5-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-simulation/openrct2/Manifest |   1 -
 games-simulation/openrct2/openrct2-0.3.5-r1.ebuild | 166 -
 2 files changed, 167 deletions(-)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
index 2bd946f4a8dd..11f8ddc8d8f7 100644
--- a/games-simulation/openrct2/Manifest
+++ b/games-simulation/openrct2/Manifest
@@ -1,6 +1,5 @@
 DIST openrct2-0.3.4.1.tar.gz 14222683 BLAKE2B 
170a3beef36f00c1ad7845d8005e0d1e84c9ea4585e650f6bd9bf5ef2cca721b4b274e1a12801d7273a03860eb4c6f564bed9003359f1f4faef7abbf6ab5a028
 SHA512 
23267ce782d491a042a1733694d4bcdefb9af8a03eb70e0b9f13a464411d238d6c6962dc3cf57275e1641095c4bb859698fd1dae80df5b757a6718d42e5da57f
 DIST openrct2-0.3.5.1.tar.gz 14178153 BLAKE2B 
a1f15fd427392195502e917f1fd4d8064a2905c1995c9e94157073c6acc026d1f716fb06294768630aa75d104d7c851388c72c38653e4804deeb8237b4a31c00
 SHA512 
0e36db302631b75aa1411eca945bddd1120997efbc48ba9172887f834670f34e345b8c96f363cdc8791d94bb4df32f6e70e30001989c194a8c525e2614241c84
-DIST openrct2-0.3.5.tar.gz 14179345 BLAKE2B 
fdba3d18bb6ab051e6612f9c1f1780c8d7c36f3566317cdd1c227617d86f2052b94407d2ae73102c2cab02337ed8c3f6d0456e577841ccee03405a3a67198bcf
 SHA512 
036ad6f88ebe04673a55f679a8ac5e07600ec6e6ab6a2971e1ee9c378e779301084d0c4d134f664921c0cfc3ed222fed9a0e68e3f6ec3b493f6cc5bc745cea05
 DIST openrct2-objects-1.0.21.zip 3159059 BLAKE2B 
9a42cddb02a0b5c476d5e84c5943d08190957567ea9cff44b0d4496f6a9ee9a548dd0a359e4a4dac21eacac9a074e25f7fc4ce1c37f4002dd5d35c61660e68c2
 SHA512 
b267db6542562c0c46c9964c865d33abff57d3d3c9a1f4073366f34cc229af2483a51538e56597d0e17ffdcd5bb1ba52ddc8198f8a0afaf0a30fdc2e00e6b3c0
 DIST openrct2-replays-0.0.43.zip 1669525 BLAKE2B 
41b9b1accd877b98c7e244abfe799233e0bf75c14fa7e83e8c1fe996406303dec009c396345ec554a5ca1549172b1497e3adb5d038179c42ae1e719c9707567a
 SHA512 
bed91fdfb7c67449f46effc7102ecfb46f3f5b43130cdbfc1343067a95a046714a0d2e9444b8059845c48bec5d0d4d8560ae7e3a3b6ec7182e7eff5bf40a5131
 DIST openrct2-replays-0.0.57.zip 1623894 BLAKE2B 
0bc7b6862632140f0ef8122828a022424cb1b78d76d7a28db5fd706afd2d77af4b4feba0e5838c97204a906ac2b38f2330dd04eeef0c5c6c285568d793efebdd
 SHA512 
eae0e60c92c4e21c03444cb0c9b597c575b2b0ad9d744ca3bf98f46e33e241012b18d92167c58e582481b963c6e602eacd0fc40d59730c31d77ade40cc1bba57

diff --git a/games-simulation/openrct2/openrct2-0.3.5-r1.ebuild 
b/games-simulation/openrct2/openrct2-0.3.5-r1.ebuild
deleted file mode 100644
index af9c013eb4ff..
--- a/games-simulation/openrct2/openrct2-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake readme.gentoo-r1 xdg-utils
-
-MY_PN="OpenRCT2"
-MY_PN_OBJ="objects"
-MY_PN_RPL="replays"
-MY_PN_TS="title-sequences"
-MY_PV_OBJ="1.0.21"
-MY_PV_RPL="0.0.57"
-MY_PV_TS="0.1.2c"
-
-DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster 
Tycoon 2"
-HOMEPAGE="https://openrct2.org/;
-SRC_URI="
-   https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/${MY_PN}/${MY_PN_OBJ}/releases/download/v${MY_PV_OBJ}/${MY_PN_OBJ}.zip
 -> ${PN}-${MY_PN_OBJ}-${MY_PV_OBJ}.zip
-   
https://github.com/${MY_PN}/${MY_PN_TS}/releases/download/v${MY_PV_TS}/${MY_PN_TS}.zip
 -> ${PN}-${MY_PN_TS}-${MY_PV_TS}.zip
-   test? ( 
https://github.com/${MY_PN}/${MY_PN_RPL}/releases/download/v${MY_PV_RPL}/${MY_PN_RPL}.zip
 -> ${PN}-${MY_PN_RPL}-${MY_PV_RPL}.zip )
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="dedicated +lightfx +opengl scripting test +truetype"
-
-COMMON_DEPEND="
-   dev-libs/icu:=
-   dev-libs/jansson:=
-   dev-libs/libzip:=
-   media-libs/libpng:0=
-   net-misc/curl[ssl]
-   sys-libs/zlib
-   !dedicated? (
-   media-libs/libsdl2
-   media-libs/speexdsp
-   opengl? ( virtual/opengl )
-   )
-   dev-libs/openssl:0=
-   scripting? ( dev-lang/duktape:= )
-   truetype? (
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   )
-"
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   dedicated? (
-   acct-group/openrct2
-   acct-user/openrct2
-   )
-"
-
-DEPEND="
-   ${COMMON_DEPEND}
-   dev-cpp/nlohmann_json
-   test? ( dev-cpp/gtest )
-"
-
-BDEPEND="
-   app-arch/unzip
-   virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.2.4-include-additional-paths.patch"
-   

  1   2   3   4   >