[gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-lite/, sys-apps/pcsc-lite/files/

2022-02-02 Thread Sam James
commit: 80805d85ad317c4c9e484b68272552f6aedfc8d9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 07:07:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 07:07:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80805d85

sys-apps/pcsc-lite: fix build without udev/libusb

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

 .../files/pcsc-lite-1.9.5-no-libusb-udev.patch | 29 ++
 sys-apps/pcsc-lite/pcsc-lite-1.9.5.ebuild  |  1 +
 2 files changed, 30 insertions(+)

diff --git a/sys-apps/pcsc-lite/files/pcsc-lite-1.9.5-no-libusb-udev.patch 
b/sys-apps/pcsc-lite/files/pcsc-lite-1.9.5-no-libusb-udev.patch
new file mode 100644
index ..2f4793b03fb4
--- /dev/null
+++ b/sys-apps/pcsc-lite/files/pcsc-lite-1.9.5-no-libusb-udev.patch
@@ -0,0 +1,29 @@
+https://github.com/LudovicRousseau/PCSC/commit/a4bdfd2eb6e908c8306fe421137a83573ba05d8c
+https://bugs.gentoo.org/832593
+
+From: Fabrice Fontaine 
+Date: Tue, 14 Dec 2021 08:20:59 +0100
+Subject: [PATCH] src/hotplug_generic.c: fix build without lib{udev,usb}
+
+Fix the following build failure without lib{udev,usb} raised since
+version 1.9.5 and
+https://github.com/LudovicRousseau/PCSC/commit/6f8f170db3c88c59a5ddb5ae5319b921a901a6aa:
+
+/home/giuliobenetti/autobuild/run/instance-2/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/11.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld:
 pcscd-pcscdaemon.o: in function `signal_thread':
+pcscdaemon.c:(.text+0x444): undefined reference to `HPReCheckSerialReaders'
+
+Fixes:
+ - 
http://autobuild.buildroot.org/results/6cf323229f32967aa554418410dc94b7094d09af
+
+Signed-off-by: Fabrice Fontaine 
+--- a/src/hotplug_generic.c
 b/src/hotplug_generic.c
+@@ -48,7 +48,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE.
+ #define FALSE 0
+ #endif
+ 
+-#if !defined(__APPLE__) && !defined(HAVE_LIBUSB) && !defined(__linux__) && 
!defined(HAVE_LIBUDEV)
++#if !defined(__APPLE__) && !defined(HAVE_LIBUSB) && !defined(HAVE_LIBUDEV)
+ 
+ LONG HPSearchHotPluggables(void)
+ {

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.5.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.9.5.ebuild
index 0f45e4dc5bb1..147fd36f5bc0 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.9.5.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.5.ebuild
@@ -42,6 +42,7 @@ BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.8.11-polkit-pcscd.patch
+   "${FILESDIR}"/${P}-no-libusb-udev.patch
 )
 
 DOCS=( AUTHORS HELP README SECURITY ChangeLog )



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

2022-02-02 Thread Sam James
commit: 8951726545bdf32b0939c7c57d85366252d41e56
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:57:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:57:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89517265

profiles/arch/hppa: stable-mask sys-libs/openipmi[snmp]

net-analyzer/net-snmp is not marked stable on HPPA.

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

 profiles/arch/hppa/package.use.stable.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index f84875bc2739..6d0bf4791af5 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -20,6 +20,7 @@
 # Sam James  (2022-02-02)
 # net-analyzer/net-snmp is not marked stable on HPPA
 net-analyzer/ifstat snmp
+sys-libs/openipmi snmp
 
 # Sam James  (2022-02-01)
 # Unstable Tcl/Tk dependencies



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-agent-bin/

2022-02-02 Thread Marek Szuba
commit: 8fb45c4bbc0ff65a85e8210148b6a17c915b2c13
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Feb  3 06:54:06 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Feb  3 06:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb45c4b

net-analyzer/nessus-agent-bin: add 10.1.0, drop 10.0.1

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

 net-analyzer/nessus-agent-bin/Manifest  | 2 +-
 .../{nessus-agent-bin-10.0.1.ebuild => nessus-agent-bin-10.1.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nessus-agent-bin/Manifest 
b/net-analyzer/nessus-agent-bin/Manifest
index 921834a8fbef..e25d32213331 100644
--- a/net-analyzer/nessus-agent-bin/Manifest
+++ b/net-analyzer/nessus-agent-bin/Manifest
@@ -1 +1 @@
-DIST NessusAgent-10.0.1-es8.x86_64.rpm 15611336 BLAKE2B 
b9b40e4b892ba1b6bd84584937814848004981aa5e9f04ff736b18f1db558344d2ad516fe680805ec8fe2e64727c54cd3d38f211d49ddde483356733e97972cb
 SHA512 
2ef04593b6dd84dc6c02375c9a9d37bede82eea3941d243b463b3937530c90b942a336e139b7aeed52a51df5daffa2f8a0aa00207782ae03fecd2c5ad22b4ef0
+DIST NessusAgent-10.1.0-es8.x86_64.rpm 13227128 BLAKE2B 
7e609d47a43ebecfb047cfa7654d3ecc921548512b28299f788f9ba87a81024c2a1a191af8f9f734ae4426e1bbc62968fde403c56bc764d3dc5eba2205008b2b
 SHA512 
45bcd6d9846e067d4a6e6800486905d9201129fd9c3f38bfb7e21743d8ef6db93d9f718c52b7a8949a38c6750216eebcd0dbf799d465a6e6c510bc7a50790831

diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.0.1.ebuild 
b/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.1.0.ebuild
similarity index 98%
rename from net-analyzer/nessus-agent-bin/nessus-agent-bin-10.0.1.ebuild
rename to net-analyzer/nessus-agent-bin/nessus-agent-bin-10.1.0.ebuild
index 8d4c4cdd4e54..3b22d5b2779c 100644
--- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.0.1.ebuild
+++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-10.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-bin/

2022-02-02 Thread Marek Szuba
commit: d316fd370d6993687a227c37f13e6ea4a5518dc7
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Feb  3 06:55:13 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Feb  3 06:56:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d316fd37

net-analyzer/nessus-bin: add 10.1.0, drop 10.0.2

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

 net-analyzer/nessus-bin/Manifest| 2 +-
 .../nessus-bin/{nessus-bin-10.0.2.ebuild => nessus-bin-10.1.0.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nessus-bin/Manifest b/net-analyzer/nessus-bin/Manifest
index 4de86afc0059..b60733c4226f 100644
--- a/net-analyzer/nessus-bin/Manifest
+++ b/net-analyzer/nessus-bin/Manifest
@@ -1 +1 @@
-DIST Nessus-10.0.2-es8.x86_64.rpm 47542540 BLAKE2B 
02afb5a90204e6d8a8ca8eea0e6a8241f05385c274d77802de8d0ff2eea3b3c03866d8974cfd022e856ce603870677aaf779469c0613b5d1b7b8efb549114151
 SHA512 
32cc9de9f2d098562092a9d6e593786e42daa79c0830d863873ff2847cd7c25a951775f39eeecdccf20331ced5a2dec0f207bd398ee2cd6f954b8424c88dc86a
+DIST Nessus-10.1.0-es8.x86_64.rpm 47963604 BLAKE2B 
880385787297f0d7ec5a9ba72bcdf62d8f4a9668d8c091973e41a95933d16d18a68a222d1a8f142addd2ecdd47f4dca0a2be34dec4a87a38af73580ce04fa8dd
 SHA512 
4298ec394a59c048ee0f79566be885d39ed6ad8fc4494ae4c54ecfec71dd2eae19ff20785d06f87392b563290bff595ee835f056e984b1de9963a711b524dd4c

diff --git a/net-analyzer/nessus-bin/nessus-bin-10.0.2.ebuild 
b/net-analyzer/nessus-bin/nessus-bin-10.1.0.ebuild
similarity index 98%
rename from net-analyzer/nessus-bin/nessus-bin-10.0.2.ebuild
rename to net-analyzer/nessus-bin/nessus-bin-10.1.0.ebuild
index 6620c073f75f..0692bd7052be 100644
--- a/net-analyzer/nessus-bin/nessus-bin-10.0.2.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-10.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



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

2022-02-02 Thread Florian Schmaus
commit: 876611fd4683be949f2fde276e4454ea7673d961
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 16 13:51:10 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb  3 06:55:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876611fd

dev-java/woodstox-core: new package

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24062
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/woodstox-core/Manifest   |   1 +
 dev-java/woodstox-core/metadata.xml   |  10 ++
 dev-java/woodstox-core/woodstox-core-6.2.7.ebuild | 106 ++
 3 files changed, 117 insertions(+)

diff --git a/dev-java/woodstox-core/Manifest b/dev-java/woodstox-core/Manifest
new file mode 100644
index ..8b266d854f6e
--- /dev/null
+++ b/dev-java/woodstox-core/Manifest
@@ -0,0 +1 @@
+DIST woodstox-core-6.2.7.tar.gz 5250524 BLAKE2B 
3f5be53a459e8999cb53b3e89398bd94439815dd58cc30df7e1b71b9e98ef94b7704d04ae20401d39afff67210e423a4c5a148909a3a7ed750f7e0e24146c24a
 SHA512 
0e2e11607c26d97509708523c4617d9e75fc529fbf5294b25deba5ca570797692e31e65621c77e7c4d9bdf0b3dee4b3c4fe0486a1e23d19dc41035d7d710668e

diff --git a/dev-java/woodstox-core/metadata.xml 
b/dev-java/woodstox-core/metadata.xml
new file mode 100644
index ..28e9d38710f5
--- /dev/null
+++ b/dev-java/woodstox-core/metadata.xml
@@ -0,0 +1,10 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   
+   
+   https://github.com/FasterXML/woodstox/issues
+   
+

diff --git a/dev-java/woodstox-core/woodstox-core-6.2.7.ebuild 
b/dev-java/woodstox-core/woodstox-core-6.2.7.ebuild
new file mode 100644
index ..4d8a00d827c4
--- /dev/null
+++ b/dev-java/woodstox-core/woodstox-core-6.2.7.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/woodstox/archive/refs/tags/woodstox-core-6.2.7.tar.gz
 --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
woodstox-core-6.2.7.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.fasterxml.woodstox:woodstox-core:6.2.7"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="An XML processor that implements Stax (JSR-173), SAX2 and Stax2 
APIs"
+HOMEPAGE="https://github.com/FasterXML/woodstox;
+SRC_URI="https://github.com/FasterXML/woodstox/archive/refs/tags/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: pom.xml
+# net.java.dev.msv:msv-core:2013.6.1 -> !!!artifactId-not-found!!!
+# net.java.dev.msv:xsdlib:2013.6.1 -> >=dev-java/xsdlib-20090415:0
+# org.codehaus.woodstox:stax2-api:4.2.1 -> >=dev-java/stax2-api-4.2.1:0
+# relaxngDatatype:relaxngDatatype:20020414 -> !!!groupId-not-found!!!
+
+CP_DEPEND="
+   dev-java/msv:0
+   dev-java/relaxng-datatype:0
+   dev-java/stax2-api:0
+   dev-java/xsdlib:0
+"
+
+# Compile dependencies
+# POM: pom.xml
+# org.apache.felix:org.osgi.core:1.4.0 -> !!!groupId-not-found!!!
+# POM: pom.xml
+# test? junit:junit:4.13.1 -> >=dev-java/junit-4.13.2:4
+
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-1.8:*
+   dev-java/osgi-core-api:0"
+
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-1.8:*"
+
+DOCS=( LICENSE {README,SECURITY}.md release-notes/{CREDITS,VERSION} )
+
+S="${WORKDIR}/woodstox-${P}"
+
+JAVA_CLASSPATH_EXTRA="osgi-core-api"
+JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS="src/test/resources"
+
+JAVA_TEST_EXCLUDES=(
+   # Upstream: Tests run: 864, Failures: 0, Errors: 0, Skipped: 0
+   # "No tests found in ..."
+   wstxtest.vstream.BaseValidationTest
+   wstxtest.BaseWstxTest
+   stax2.vstream.BaseStax2ValidationTest
+   stax2.BaseStax2Test
+   stax2.wstream.BaseWriterTest
+   org.codehaus.stax.test.BaseStaxTest
+   org.codehaus.stax.test.wstream.BaseWriterTest
+   org.codehaus.stax.test.stream.BaseStreamTest
+   # "... has no public constructor"
+   wstxtest.stream.BaseStreamTest
+   wstxtest.wstream.BaseWriterTest
+   stax2.vwstream.BaseOutputTest
+   org.codehaus.stax.test.vstream.BaseVStreamTest
+   org.codehaus.stax.test.evt.BaseEventTest
+   # Upstream does not run these:
+   failing.TestBasicSax
+   failing.TestExtLocationInfo91
+   failing.TestRelaxNG
+   failing.TestW3CDefaultValues
+   failing.TestW3CDefaultValues
+   failing.TestW3CSchemaComplexTypes
+   failing.TestW3CSchemaTypes
+   failing.TestW3CSchemaTypes
+)
+
+src_prepare() {
+   default
+
+   

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

2022-02-02 Thread Florian Schmaus
commit: 0f98f5c693ccd2da7a269fdcc5d454f914071957
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 16 12:39:50 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb  3 06:55:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f98f5c6

dev-java/stax2-api: new package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/stax2-api/Manifest   |  1 +
 dev-java/stax2-api/metadata.xml   | 13 
 dev-java/stax2-api/stax2-api-4.2.1.ebuild | 35 +++
 3 files changed, 49 insertions(+)

diff --git a/dev-java/stax2-api/Manifest b/dev-java/stax2-api/Manifest
new file mode 100644
index ..487d6cb5f013
--- /dev/null
+++ b/dev-java/stax2-api/Manifest
@@ -0,0 +1 @@
+DIST stax2-api-4.2.1.tar.gz 128806 BLAKE2B 
64254b0bbd269e5d62931280773e0e7e7915204ce41a86eb10a08e3d8d27691d48094e17a8deb0ca3fa916b413800d75969af05db1ba897277c0dae13771e3b4
 SHA512 
f6fada289e75db0c4c911d3f70e8b8167c96342390168c87563ab4e3e1498360d47c393407cd8ae670716fcb7e1c83d6a8d38364d00648ed380844cf08bdc063

diff --git a/dev-java/stax2-api/metadata.xml b/dev-java/stax2-api/metadata.xml
new file mode 100644
index ..995e89fc3df7
--- /dev/null
+++ b/dev-java/stax2-api/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   
+   
+   stax2 API is an extension to basic Stax 1.0 API that adds 
significant new functionality, such as full-featured bi-direction validation 
interface and high-performance Typed Access API.
+   
+   
+   https://github.com/FasterXML/stax2-api/issues
+   
+

diff --git a/dev-java/stax2-api/stax2-api-4.2.1.ebuild 
b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
new file mode 100644
index ..a12eccf5a5c8
--- /dev/null
+++ b/dev-java/stax2-api/stax2-api-4.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/FasterXML/stax2-api/archive/refs/tags/stax2-api-4.2.1.tar.gz 
--slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild 
stax2-api-4.2.1.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.codehaus.woodstox:stax2-api:4.2.1"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="istax2 API is an extension to basic Stax 1.0 API"
+HOMEPAGE="https://github.com/FasterXML/stax2-api;
+SRC_URI="https://github.com/FasterXML/${PN}/archive/refs/tags/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( README.md release-notes/VERSION )
+
+S="${WORKDIR}/${PN}-${P}"
+
+JAVA_SRC_DIR=( "src/main/java" "src/moditect" )
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



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

2022-02-02 Thread Florian Schmaus
commit: bc0d65e41aceac59ebbb9f8a4849b729dc62de24
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 16 14:02:21 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb  3 06:55:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0d65e4

dev-java/msv: Recover last-rited pkg

This reverts commit 8ae1fe21506d18402b8b36802bd89c711d4b86f4.

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/msv/Manifest|  1 +
 dev-java/msv/metadata.xml| 12 +++
 dev-java/msv/msv-20130601.ebuild | 43 
 3 files changed, 56 insertions(+)

diff --git a/dev-java/msv/Manifest b/dev-java/msv/Manifest
new file mode 100644
index ..875c65d2afd6
--- /dev/null
+++ b/dev-java/msv/Manifest
@@ -0,0 +1 @@
+DIST msv-core-2013.6.1-sources.jar 1011944 BLAKE2B 
474d8a45bc5f16ec76dbe853a835b66cd1d733973ffad0dd5e0a653d349f075e22a72d29d91da312a9a133218f4187ece15fd66b19dc34bc00cdea72b95a5929
 SHA512 
3985451ff52e50957fdc22ef598edcd7b02495b834a53a048018064d1a6063d4554a7cb5d7752c2d265b852d17c7a55787d9b1ec2b580988ad005fcbc9c6eb8a

diff --git a/dev-java/msv/metadata.xml b/dev-java/msv/metadata.xml
new file mode 100644
index ..5793ba043a01
--- /dev/null
+++ b/dev-java/msv/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   j...@gentoo.org
+   Java
+
+
+The Sun Multi-Schema XML Validator (MSV) is a Java technology tool
+to validate XML documents against several kinds of XML schemata.
+
+

diff --git a/dev-java/msv/msv-20130601.ebuild b/dev-java/msv/msv-20130601.ebuild
new file mode 100644
index ..6eb799182641
--- /dev/null
+++ b/dev-java/msv/msv-20130601.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MY_PV="${PV:4:2}.${PV:6}"
+MY_PV="${PV:0:4}.${MY_PV//0}"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Multi-Schema XML Validator, a Java tool for validating XML 
documents"
+HOMEPAGE="https://msv.java.net/;
+SRC_URI="http://search.maven.org/remotecontent?filepath=net/java/dev/${PN}/${PN}-core/${MY_PV}/${PN}-core-${MY_PV}-sources.jar;
+LICENSE="BSD Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+
+CDEPEND="dev-java/iso-relax:0
+   dev-java/relaxng-datatype:0
+   dev-java/xsdlib:0"
+
+RDEPEND="${CDEPEND}
+   dev-java/xerces:2
+   >=virtual/jre-1.5"
+
+DEPEND="${CDEPEND}
+   app-arch/unzip
+   >=virtual/jdk-1.5"
+
+JAVA_GENTOO_CLASSPATH="iso-relax,relaxng-datatype,xsdlib"
+JAVAC_ARGS="-XDignore.symbol.file"
+
+src_compile() {
+   java-pkg-simple_src_compile
+   java-pkg_addres "${PN}.jar" . ! -path "*/doc-files/*" ! -name "*.html"
+}
+
+src_install() {
+   java-pkg-simple_src_install
+   java-pkg_register-dependency xerces-2
+   java-pkg_dolauncher "${PN}" --main com.sun.msv.driver.textui.Driver
+}



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

2022-02-02 Thread Florian Schmaus
commit: 4aba550072ebec9355bda94608ff0aa33a73d0dc
Author: Yuan Liao  gmail  com>
AuthorDate: Thu Jan 27 00:40:30 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb  3 06:55:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aba5500

dev-java/ant-core: Enable USE="doc" on all architectures for 1.10.9-r2

Closes: https://bugs.gentoo.org/831424
Signed-off-by: Yuan Liao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24007
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/ant-core/ant-core-1.10.9-r2.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-java/ant-core/ant-core-1.10.9-r2.ebuild 
b/dev-java/ant-core/ant-core-1.10.9-r2.ebuild
index d43683dda998..8ff88e179ea9 100644
--- a/dev-java/ant-core/ant-core-1.10.9-r2.ebuild
+++ b/dev-java/ant-core/ant-core-1.10.9-r2.ebuild
@@ -23,12 +23,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-# Some dependencies for building Javadoc are unavailable on these architectures
-REQUIRED_USE="doc? ( !arm !arm64 )"
-
 CDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${CDEPEND}
-   doc? ( !arm? ( !arm64? (
+   doc? (
dev-java/bcel:0
dev-java/bsf:2.3
dev-java/commons-logging:0
@@ -44,7 +41,7 @@ DEPEND="${CDEPEND}
dev-java/xalan:0
dev-java/xml-commons-resolver:0
dev-java/xz-java:0
-   ) ) )"
+   )"
 RDEPEND="${CDEPEND}"
 
 S="${WORKDIR}/${MY_P}"



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

2022-02-02 Thread Florian Schmaus
commit: 4550c323fce7947fd9b3fa612d6d9be70b84a908
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Dec 16 14:51:36 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Feb  3 06:55:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4550c323

dev-java/msv: EAPI 8, min java 1.8:*

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/msv/msv-20130601.ebuild | 41 ++--
 1 file changed, 27 insertions(+), 14 deletions(-)

diff --git a/dev-java/msv/msv-20130601.ebuild b/dev-java/msv/msv-20130601.ebuild
index 6eb799182641..031b99a48d22 100644
--- a/dev-java/msv/msv-20130601.ebuild
+++ b/dev-java/msv/msv-20130601.ebuild
@@ -1,39 +1,52 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 MY_PV="${PV:4:2}.${PV:6}"
 MY_PV="${PV:0:4}.${MY_PV//0}"
 JAVA_PKG_IUSE="doc source"
+MAVEN_ID="net.java.dev.msv:msv-core:2013.6.1"
 
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Multi-Schema XML Validator, a Java tool for validating XML 
documents"
 HOMEPAGE="https://msv.java.net/;
-SRC_URI="http://search.maven.org/remotecontent?filepath=net/java/dev/${PN}/${PN}-core/${MY_PV}/${PN}-core-${MY_PV}-sources.jar;
+SRC_URI="https://search.maven.org/remotecontent?filepath=net/java/dev/${PN}/${PN}-core/${MY_PV}/${PN}-core-${MY_PV}-sources.jar;
+
 LICENSE="BSD Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
-CDEPEND="dev-java/iso-relax:0
+CP_DEPEND="
+   dev-java/iso-relax:0
dev-java/relaxng-datatype:0
+   dev-java/xml-commons-resolver:0
dev-java/xsdlib:0"
 
-RDEPEND="${CDEPEND}
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-1.8:*"
+
+RDEPEND="${CP_DEPEND}
dev-java/xerces:2
-   >=virtual/jre-1.5"
+   >=virtual/jre-1.8:*"
 
-DEPEND="${CDEPEND}
-   app-arch/unzip
-   >=virtual/jdk-1.5"
+BDEPEND="app-arch/unzip"
 
-JAVA_GENTOO_CLASSPATH="iso-relax,relaxng-datatype,xsdlib"
 JAVAC_ARGS="-XDignore.symbol.file"
+JAVA_SRC_DIR="."
+JAVA_RESOURCE_DIRS="res"
+
+src_prepare() {
+   default
+   mkdir "res" || die
+   cp -r "com" "res" || die
+
+   # The only resources to have are '*.properties'
+   find res -type f ! -name '*.properties' -exec rm -rf {} + || die
 
-src_compile() {
-   java-pkg-simple_src_compile
-   java-pkg_addres "${PN}.jar" . ! -path "*/doc-files/*" ! -name "*.html"
+   sed -e 
'/resolver.tools.CatalogResolver/s/com.sun.org.apache.xml.internal/org.apache.xml/'
 \
+   -i com/sun/msv/driver/textui/Driver.java || die
 }
 
 src_install() {



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

2022-02-02 Thread Hans de Graaff
commit: 8c91c88e942623b8b5e460e6aee486052d27eca8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  3 06:32:51 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  3 06:32:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c91c88e

dev-ruby/curses: add 1.4.4

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

 dev-ruby/curses/Manifest|  1 +
 dev-ruby/curses/curses-1.4.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/curses/Manifest b/dev-ruby/curses/Manifest
index a4a35f589d09..fe082c7f966e 100644
--- a/dev-ruby/curses/Manifest
+++ b/dev-ruby/curses/Manifest
@@ -1,2 +1,3 @@
 DIST curses-1.4.2.gem 524288 BLAKE2B 
eccdc0773244efbda0d96468469f69dfc8caa6949815f94a4cdfe0f19dfc4f9248ff62bf7b50619dea26ab90391ec5b732f40c0c89ebb71a2cb9677ab78439f8
 SHA512 
9518bd1d4195dec8ea0eed10d5a836a7bb620874a691ba1c0f76f7444be544e77da84339af38699683ebcb45760e91bb09571d00069c8cc366d3b8a8fddc4c6e
 DIST curses-1.4.3.gem 524288 BLAKE2B 
a4f0ab5d1bb2723ac406c8d61b0ef6ed1b257d4959d59224c8bcca0622b930c8b06f81b4fb73718922544353edd5fd53f66df22d248cbf6342998bd1df5dbc22
 SHA512 
b68cc9d39df7e7b176601f91b5235f2b77cb70edf3a86a2eaaf9004995fa42dd107a4becda386f37ef95e95db40798256fe1eb416960f6f14e9973a75089f766
+DIST curses-1.4.4.gem 524800 BLAKE2B 
00749022a097a69b8a1a42b88b64a81a60cd6e6914dbc0636a1ed17db6f7b3f1f0e583b965b9b296ff27a5dc97786024f0511b2ed59e337ef29a799dda0fc577
 SHA512 
5e275b7bc035c9745ed19d563da97aba090f66d4831a4cf07144ff29f3b49a36bbee592e1292719d6bcfd1f6a77d2955de5d7e5ff34ce487d574482a0cee1a53

diff --git a/dev-ruby/curses/curses-1.4.4.ebuild 
b/dev-ruby/curses/curses-1.4.4.ebuild
new file mode 100644
index ..6b1ad29920c0
--- /dev/null
+++ b/dev-ruby/curses/curses-1.4.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 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"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/curses/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby binding for curses, ncurses, and PDCurses"
+HOMEPAGE="https://github.com/ruby/curses;
+LICENSE="|| ( Ruby BSD-2 )"
+
+KEYWORDS="~amd64 ~riscv ~x86"
+
+SLOT="1"
+IUSE=""
+
+DEPEND+=" sys-libs/ncurses:0"
+RDEPEND+=" sys-libs/ncurses:0"



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

2022-02-02 Thread Hans de Graaff
commit: d39cc0625ca8d2e880e1f123bc1ce5afce41f01e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Feb  3 06:33:35 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Feb  3 06:33:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39cc062

dev-ruby/rbtree: add 0.4.5

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

 dev-ruby/rbtree/Manifest|  1 +
 dev-ruby/rbtree/rbtree-0.4.5.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/rbtree/Manifest b/dev-ruby/rbtree/Manifest
index 55abf6c92ec7..3f667589be07 100644
--- a/dev-ruby/rbtree/Manifest
+++ b/dev-ruby/rbtree/Manifest
@@ -1 +1,2 @@
 DIST rbtree-0.4.4.gem 30208 BLAKE2B 
3b79407f0652728440e429a862aac7fb2927456749d94d36aa20c4871ad78bf5cd3ce09e765ca238a1ff135fffd9c9217fcc9a36a206956006da66315285e776
 SHA512 
4cfdb6c0b98ea33baa82da4099d5ba25f1cb64825c183f9f881ed49e7ab7abcd8672d50ecf28b63b9f05b0e0452c12a7696bed4f130395d59c2e059cd61d8ba7
+DIST rbtree-0.4.5.gem 30208 BLAKE2B 
a2e4763f99a3cecb4b7525ed7637fcb5fe9efd45f61125164804fd6a883fad2ed688357af9264317898500bf8f9d31b5797cb93d88982c06b356a9de0b5b74e1
 SHA512 
e1a1692fb91e85299d86083b02d71aa6ecb293ada2e3f17d2000344d064575148d3ab68b3f5bc4da420b8bf79bcfe353afeb52cc3b450eea662bb69d9ebeaf2d

diff --git a/dev-ruby/rbtree/rbtree-0.4.5.ebuild 
b/dev-ruby/rbtree/rbtree-0.4.5.ebuild
new file mode 100644
index ..8391fa518d0c
--- /dev/null
+++ b/dev-ruby/rbtree/rbtree-0.4.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="A sorted associative collection that is implemented with a 
Red-Black Tree"
+HOMEPAGE="https://rubygems.org/gems/rbtree;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+each_ruby_test() {
+   ${RUBY} test.rb || die
+}



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

2022-02-02 Thread Matt Turner
commit: acebcf612c27d9ccd1132eaa889e6fe88818acbc
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 06:11:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acebcf61

net-libs/telepathy-glib: Depend on dev-lang/python[xml]

Closes: https://bugs.gentoo.org/831495
Signed-off-by: Matt Turner  gentoo.org>

 net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild 
b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
index 7f1d649611ab..b640178ba851 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+PYTHON_REQ_USE="xml"
 PYTHON_COMPAT=( python3_{8..10} )
 VALA_MIN_API_VERSION="0.18"
 VALA_USE_DEPEND="vapigen"



[gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/

2022-02-02 Thread Matt Turner
commit: 4f993cfc481563326a3e78adc70de6a61a1bde36
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 05:17:57 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f993cfc

app-arch/gnome-autoar: Add BDEPEND on glib-utils

Closes: https://bugs.gentoo.org/832305
Signed-off-by: Matt Turner  gentoo.org>

 app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild 
b/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild
index 859dcb24f3ab..ef6d958c4669 100644
--- a/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild
+++ b/app-arch/gnome-autoar/gnome-autoar-0.4.2.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="
virtual/pkgconfig
+   dev-util/glib-utils
gtk-doc? ( dev-util/gtk-doc
app-text/docbook-xml-dtd:4.3 )
vala? ( $(vala_depend) )



[gentoo-commits] repo/gentoo:master commit in: media-sound/sound-juicer/, media-sound/sound-juicer/files/

2022-02-02 Thread Matt Turner
commit: bae28b0b7b08931a69c159a7daf11d8f0cf07360
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 05:52:25 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae28b0b

media-sound/sound-juicer: Fix build with meson 0.61

Closes: https://bugs.gentoo.org/831477
Signed-off-by: Matt Turner  gentoo.org>

 ...-drop-unused-argument-for-i18n.merge_file.patch | 35 ++
 .../sound-juicer/sound-juicer-3.38.0.ebuild|  4 +++
 2 files changed, 39 insertions(+)

diff --git 
a/media-sound/sound-juicer/files/3.38.0-meson-drop-unused-argument-for-i18n.merge_file.patch
 
b/media-sound/sound-juicer/files/3.38.0-meson-drop-unused-argument-for-i18n.merge_file.patch
new file mode 100644
index ..586fc118921f
--- /dev/null
+++ 
b/media-sound/sound-juicer/files/3.38.0-meson-drop-unused-argument-for-i18n.merge_file.patch
@@ -0,0 +1,35 @@
+From 9f97ca1faca396099f52264a9729aa355f8d122e Mon Sep 17 00:00:00 2001
+From: Jan Beich 
+Date: Tue, 25 Jan 2022 12:15:31 +
+Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
+
+Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
+
+data/meson.build:2:0: ERROR: Function does not take positional arguments.
+data/meson.build:31:0: ERROR: Function does not take positional arguments.
+---
+ data/meson.build | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/data/meson.build b/data/meson.build
+index ccff2d80..4dac8166 100644
+--- a/data/meson.build
 b/data/meson.build
+@@ -1,6 +1,5 @@
+ # Desktop file
+ i18n.merge_file(
+-  'desktop',
+   input: configure_file(
+ input: 'org.gnome.SoundJuicer.desktop.in.in',
+ output: 'org.gnome.SoundJuicer.desktop.in',
+@@ -29,7 +28,6 @@ configure_file(
+ 
+ # Metainfo
+ metainfo_file = i18n.merge_file(
+-  'metainfo',
+   input: files(join_paths('metainfo', 
'org.gnome.SoundJuicer.metainfo.xml.in')),
+   output: 'org.gnome.SoundJuicer.metainfo.xml',
+   po_dir: po_dir,
+-- 
+2.34.1
+

diff --git a/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
index 3516bda7b7e5..b5cda89740e5 100644
--- a/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
@@ -47,6 +47,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PV}-meson-drop-unused-argument-for-i18n.merge_file.patch
+)
+
 src_prepare() {
# Avoid sandbox failures
sed -i -e '/gst_inspect/d' meson.build || die



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

2022-02-02 Thread Matt Turner
commit: 1710140853f78cd3d359e5b919bcf239e161f279
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 06:04:46 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17101408

net-libs/gssdp: Fix gtk-doc installation

Closes: https://bugs.gentoo.org/832004
Signed-off-by: Matt Turner  gentoo.org>

 net-libs/gssdp/gssdp-1.4.0.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/gssdp/gssdp-1.4.0.1.ebuild 
b/net-libs/gssdp/gssdp-1.4.0.1.ebuild
index 2f05db4fdfba..e3a621c091c8 100644
--- a/net-libs/gssdp/gssdp-1.4.0.1.ebuild
+++ b/net-libs/gssdp/gssdp-1.4.0.1.ebuild
@@ -55,7 +55,8 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
if use gtk-doc ; then
-   mv "${ED}"/usr/share/doc/{gssdp-1.2/reference,${PF}/html} || die
+   mv "${ED}"/usr/share/doc/{gssdp-1.2,${PF}} || die
+   mv "${ED}"/usr/share/doc/${PF}/{reference,html} || die
rmdir "${ED}"/usr/share/doc/gssdp-1.2
fi
 }



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

2022-02-02 Thread Matt Turner
commit: 33aa83da5bdea2a3719dc7c8c8cc119fec5e180a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 06:17:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa83da

dev-libs/gjs: Depend on x11-libs/cairo[glib]

Closes: https://bugs.gentoo.org/805014
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/gjs/gjs-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gjs/gjs-1.70.0.ebuild b/dev-libs/gjs/gjs-1.70.0.ebuild
index 1322c5b817b2..682cd33381ac 100644
--- a/dev-libs/gjs/gjs-1.70.0.ebuild
+++ b/dev-libs/gjs/gjs-1.70.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
dev-libs/libffi:=
>=dev-libs/gobject-introspection-1.66.1:=
>=dev-lang/spidermonkey-78.2.0:78
-   cairo? ( x11-libs/cairo[X,svg] )
+   cairo? ( x11-libs/cairo[X,glib,svg] )
readline? ( sys-libs/readline:0= )
 "
 DEPEND="${RDEPEND}



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

2022-02-02 Thread Matt Turner
commit: d52e3e94bbf54f6d427e33a91da86db390e6ff60
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 05:55:32 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52e3e94

gnome-base/librsvg: Depend on x11-libs/cairo[svg]

Closes: https://bugs.gentoo.org/830289
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/librsvg/librsvg-2.52.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/librsvg/librsvg-2.52.5.ebuild 
b/gnome-base/librsvg/librsvg-2.52.5.ebuild
index f933ab707b47..083436b27fac 100644
--- a/gnome-base/librsvg/librsvg-2.52.5.ebuild
+++ b/gnome-base/librsvg/librsvg-2.52.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.16.0[glib,svg,${MULTILIB_USEDEP}]
>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]



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

2022-02-02 Thread Matt Turner
commit: dda05dc9feb8261c42edac1c816911cf2ab2da08
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 05:46:07 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda05dc9

dev-libs/glib: Depend on dev-lang/python[xml]

Closes: https://bugs.gentoo.org/812776
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/glib/glib-2.70.2.ebuild | 3 ++-
 dev-libs/glib/glib-2.70.3.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/glib/glib-2.70.2.ebuild b/dev-libs/glib/glib-2.70.2.ebuild
index 2019f4a6893a..3b682616d934 100644
--- a/dev-libs/glib/glib-2.70.2.ebuild
+++ b/dev-libs/glib/glib-2.70.2.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib 
python-any-r1 toolchain-funcs xdg
 

diff --git a/dev-libs/glib/glib-2.70.3.ebuild b/dev-libs/glib/glib-2.70.3.ebuild
index 3db8a09e3f72..183a89220c42 100644
--- a/dev-libs/glib/glib-2.70.3.ebuild
+++ b/dev-libs/glib/glib-2.70.3.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit flag-o-matic gnome.org gnome2-utils linux-info meson-multilib multilib 
python-any-r1 toolchain-funcs xdg
 



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

2022-02-02 Thread Matt Turner
commit: 8ca38bb0d6ba8da73cb5ae834d485853d3c28c4c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 05:12:54 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca38bb0

dev-libs/wayland-protocols: Version bump to 1.25

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest | 1 +
 .../{wayland-protocols-.ebuild => wayland-protocols-1.25.ebuild}| 2 +-
 dev-libs/wayland-protocols/wayland-protocols-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 0c9cb95b812b..509c83e1acca 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B 
a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15
 SHA512 
11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6
 DIST wayland-protocols-1.24.tar.xz 77120 BLAKE2B 
912132cb2b65b99184f25942e02000444ce5d37b60f33363999e8431db5835d3c0dab41dae312f0dbb02d03ab7e4f3f588e7b507e767ec132a82fd816700b09a
 SHA512 
4b1122517db56f48a5fafd4bd0cb7f94faef6fdd2d80e6cec17e5a6bafbaf2f5a71b958ed12e6d13965494885c209b2fb6dd8331487b39c6f251e71f1e770a15
+DIST wayland-protocols-1.25.tar.xz 79784 BLAKE2B 
6ca7fdc910bfd70ee5c3bb192bcf1c79c66c4bb713531b2d1d493bd3ec8509e1231176144d75f4e97a4c6ccc4ee1d836a7ac1cfeaaa59e927f10fa4a40cf023a
 SHA512 
8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
similarity index 95%
copy from dev-libs/wayland-protocols/wayland-protocols-.ebuild
copy to dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index f9b1910a51a1..0cd7ff00a4f7 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index f9b1910a51a1..0cd7ff00a4f7 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2022-02-02 Thread Sam James
commit: c5d6de44a8fa5d40b3ebddc6e50edcff42332ddf
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:13:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:13:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d6de44

net-misc/iperf: add 3.11

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

 net-misc/iperf/Manifest  |  1 +
 net-misc/iperf/iperf-3.11.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
index ea76fdf0478d..5cbf66880d5c 100644
--- a/net-misc/iperf/Manifest
+++ b/net-misc/iperf/Manifest
@@ -1,2 +1,3 @@
 DIST iperf-2.0.13.tar.gz 326148 BLAKE2B 
2a40aea9e2d7fdc935b91be5e4e586bf68dd27604375d2570570145e5db1ea5837469a4989f47586986932bef33cba05ed19ed3a9ce40c0a5531581c6d3ba982
 SHA512 
40fcfb8f4d27887f53a743ac07396511fb2a7ac59f4b300fe36896bd0241e191945fa253705990711772ee776d5e4227ed62760fc92abebdfebcedd11c27c0ea
 DIST iperf-3.10.1.tar.gz 636957 BLAKE2B 
8390b4fb0d4c6590bf73e46d55fbe100f1c9832b4e7baba23b4bec2808b42582bf76cc4250c529a1eb4a58c7214120f0e3a393a7c2602b838b22d97eb53842b3
 SHA512 
d1139aed0c7a99e8cfc23c41d606854d48a57db24d45ea31412d81222b09faeee6edccdf4030a00eeb6acbfd540d4b985b4a89f81a4d5b84592339ad5e2e9e41
+DIST iperf-3.11.tar.gz 638521 BLAKE2B 
b2981c170aac947c407b0a5686cd9708012282044be30ec7e5f993a9d61d55c4517003024890a194f6e55d342be0e60f1bcab27460541d2b9631a3bb88e094a5
 SHA512 
4be3e407f77a083d826bddc5ce2939047c85f5b816a6aeb3293eacabf2ea23bf13df4226e629ade3bf390c2eb08d6a1cb96f8cdb0fefb290a0fa4c8331d11a17

diff --git a/net-misc/iperf/iperf-3.11.ebuild b/net-misc/iperf/iperf-3.11.ebuild
new file mode 100644
index ..ed73b8b11f5d
--- /dev/null
+++ b/net-misc/iperf/iperf-3.11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
+HOMEPAGE="https://github.com/esnet/iperf;
+SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${P/_/}
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="sctp"
+
+DEPEND="dev-libs/openssl:=
+   sctp? ( net-misc/lksctp-tools )"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md RELNOTES.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.10.1-drop-forced-debugging-symbols.patch
+)
+
+src_configure() {
+   econf $(use_with sctp)
+}
+
+src_install() {
+   default
+
+   newconfd "${FILESDIR}"/iperf.confd iperf3
+   newinitd "${FILESDIR}"/iperf3.initd iperf3
+   systemd_dounit contrib/iperf3.service
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/

2022-02-02 Thread Sam James
commit: 7524e0412c1ab0795277a798fa81352482dbbdde
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:08:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:08:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7524e041

app-office/calligra: Stabilize 3.2.1-r5 x86, #831562

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

 app-office/calligra/calligra-3.2.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligra/calligra-3.2.1-r5.ebuild 
b/app-office/calligra/calligra-3.2.1-r5.ebuild
index 7453ac87b462..99221952f06f 100644
--- a/app-office/calligra/calligra-3.2.1-r5.ebuild
+++ b/app-office/calligra/calligra-3.2.1-r5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://calligra.org/;
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~ppc64 ~riscv x86"
 fi
 
 CAL_FTS=( karbon sheets stage words )



[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/

2022-02-02 Thread Sam James
commit: 040c5a771b8a1f0c56a37e87a7e8b89be483e956
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:08:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:08:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040c5a77

app-office/calligra: Stabilize 3.2.1-r5 amd64, #831562

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

 app-office/calligra/calligra-3.2.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calligra/calligra-3.2.1-r5.ebuild 
b/app-office/calligra/calligra-3.2.1-r5.ebuild
index efe49eaa6a28..7453ac87b462 100644
--- a/app-office/calligra/calligra-3.2.1-r5.ebuild
+++ b/app-office/calligra/calligra-3.2.1-r5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://calligra.org/;
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~ppc64 ~riscv ~x86"
 fi
 
 CAL_FTS=( karbon sheets stage words )



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

2022-02-02 Thread Sam James
commit: e2b6724da57789146c0364ef5fc7a57c65f51953
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:03:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b6724d

net-misc/ofono: Stabilize 1.33 arm64, #832525

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

 net-misc/ofono/ofono-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index fe25a4b91799..89f6b33bb9e8 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-02 Thread Sam James
commit: edb319c37461ed873b2eba2f289d8419800733d6
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:03:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:03:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb319c3

net-misc/mosh: Stabilize 1.3.2-r2 arm64, #832568

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

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild 
b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 754a514705ff..2cdd909b8957 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="



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

2022-02-02 Thread Stefan Strogin
commit: 55a34de981e4613a131e3a6213f7d4ffca914071
Author: Stefan Strogin  gentoo  org>
AuthorDate: Thu Feb  3 05:43:28 2022 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Thu Feb  3 05:43:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a34de9

games-strategy/freeciv: upgrade 2.6.4 -> 2.6.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Stefan Strogin  gentoo.org>

 games-strategy/freeciv/Manifest   | 2 +-
 games-strategy/freeciv/{freeciv-2.6.4.ebuild => freeciv-2.6.6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest
index d843e0eb4657..399242876ba6 100644
--- a/games-strategy/freeciv/Manifest
+++ b/games-strategy/freeciv/Manifest
@@ -1 +1 @@
-DIST freeciv-2.6.4.tar.bz2 52087948 BLAKE2B 
00392974707d9a11e626ac7855fcb27780492b7bead020f6849726ad39833d9ada288bad7245664f8446d0905f027dccc205ee6c943361ba9ba455c55c52cd04
 SHA512 
4dca3a09f4538ce865f5bfef2fa0cdd00b21e30d80bd24343a6d77564bb5239101254155295ccc18593af6f9a32b77ecb8d50c38d0710a37960372e9b1227221
+DIST freeciv-2.6.6.tar.bz2 52244748 BLAKE2B 
88f85b8345b0a2baaa6626a6ab0c8a68e1e7a9a189f661b4fb800572090bf999c62e64641eae36a48b5d90a988bf43b839a411a60af285fbc234e2ca20fadd0c
 SHA512 
97723d260c4e40328aaf26606a4f37871958b58a475cd3fc635edf2e94d28d486c6e28a75b42126e9e69580a60d24fc490da086877d0c912a544d643ff69b103

diff --git a/games-strategy/freeciv/freeciv-2.6.4.ebuild 
b/games-strategy/freeciv/freeciv-2.6.6.ebuild
similarity index 99%
rename from games-strategy/freeciv/freeciv-2.6.4.ebuild
rename to games-strategy/freeciv/freeciv-2.6.6.ebuild
index e95f07c0aced..3f7037e7e0e1 100644
--- a/games-strategy/freeciv/freeciv-2.6.4.ebuild
+++ b/games-strategy/freeciv/freeciv-2.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2022-02-02 Thread Sam James
commit: 6a697b97db70fda1a90325c601e610f64d69087e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 04:39:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 04:39:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a697b97

dev-python/pillow: add bug reference to skipped tests

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

 dev-python/pillow/pillow-9.0.1-r1.ebuild | 1 +
 dev-python/pillow/pillow-9.0.1.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild 
b/dev-python/pillow/pillow-9.0.1-r1.ebuild
index 44f4f456e65e..89fd236d44a3 100644
--- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
@@ -50,6 +50,7 @@ BDEPEND="
 
 EPYTEST_DESELECT=(
# Fails because of ghostscript?
+   # https://github.com/python-pillow/Pillow/issues/6013
Tests/test_file_eps.py::test_showpage
Tests/test_file_eps.py::test_bytesio_object
Tests/test_file_eps.py::test_render_scale1

diff --git a/dev-python/pillow/pillow-9.0.1.ebuild 
b/dev-python/pillow/pillow-9.0.1.ebuild
index b206e1b4a21a..47485b0eb079 100644
--- a/dev-python/pillow/pillow-9.0.1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1.ebuild
@@ -49,6 +49,7 @@ BDEPEND="
 
 EPYTEST_DESELECT=(
# Fails because of ghostscript?
+   # https://github.com/python-pillow/Pillow/issues/6013
Tests/test_file_eps.py::test_showpage
Tests/test_file_eps.py::test_bytesio_object
Tests/test_file_eps.py::test_render_scale1



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

2022-02-02 Thread Sam James
commit: 9568918f494bc25512465018c824efa849b75110
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 04:24:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 04:24:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9568918f

dev-python/pillow: add 9.0.1

Add 9.0.1-r1 with PEP 517 too, but we're not yet ready to stable that.

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

 dev-python/pillow/Manifest   |   1 +
 dev-python/pillow/pillow-9.0.1-r1.ebuild | 115 +++
 dev-python/pillow/pillow-9.0.1.ebuild| 106 
 3 files changed, 222 insertions(+)

diff --git a/dev-python/pillow/Manifest b/dev-python/pillow/Manifest
index cb676a730573..068ecc763107 100644
--- a/dev-python/pillow/Manifest
+++ b/dev-python/pillow/Manifest
@@ -1 +1,2 @@
 DIST pillow-9.0.0.tar.gz 49510604 BLAKE2B 
c3b0d07e8fe280e3a253067c4da18ac2dee40d216280632d58ddaa7848e13a165587b9aca61c98f8b5380e53d6d59a4097320bacf6e016e236239af518ec7780
 SHA512 
d2fd74dd1b8824d994e3767ef9794175dd2f4adc8173612432a3e171705723ee8757d299a87fb1c010b40919792c1ca76578f41977ee3303ccb6f75165deb791
+DIST pillow-9.0.1.tar.gz 49512045 BLAKE2B 
14f0969c87c57bad8fc38d873bba7a118d666e8b2e62e777ea17197e5ca973b3994bafb56b4464cde4059f2fc4040d73e7ddeec2a1053aeb1f201bf2ec2b38e2
 SHA512 
73893fe079bb2405c87b73b13b6eff198fb8970a891a7c9586bd2620ea0310d54cb35b1d594c6c6d3859e47d8d467700f987ae32aa6d3dc4a2e9286e8749869e

diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild 
b/dev-python/pillow/pillow-9.0.1-r1.ebuild
new file mode 100644
index ..44f4f456e65e
--- /dev/null
+++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE='tk?,threads(+)'
+
+inherit distutils-r1 toolchain-funcs virtualx
+
+MY_PN=Pillow
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python Imaging Library (fork)"
+HOMEPAGE="https://python-pillow.org/;
+SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples imagequant +jpeg jpeg2k lcms test tiff tk truetype webp xcb 
zlib"
+REQUIRED_USE="test? ( jpeg jpeg2k tiff truetype )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   imagequant? ( media-gfx/libimagequant:0 )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/openjpeg:2= )
+   lcms? ( media-libs/lcms:2= )
+   tiff? ( media-libs/tiff:0=[jpeg,zlib] )
+   truetype? ( media-libs/freetype:2= )
+   webp? ( media-libs/libwebp:0= )
+   xcb? ( x11-libs/libxcb )
+   zlib? ( sys-libs/zlib:0= )"
+RDEPEND="${DEPEND}
+   dev-python/olefile[${PYTHON_USEDEP}]"
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   || (
+   media-gfx/imagemagick[png]
+   media-gfx/graphicsmagick[png]
+   )
+   )
+"
+
+EPYTEST_DESELECT=(
+   # Fails because of ghostscript?
+   Tests/test_file_eps.py::test_showpage
+   Tests/test_file_eps.py::test_bytesio_object
+   Tests/test_file_eps.py::test_render_scale1
+   Tests/test_file_eps.py::test_render_scale2
+)
+
+usepil() {
+   usex "${1}" enable disable
+}
+
+python_configure_all() {
+   # It's important that these flags are also passed during the install 
phase
+   # as well. Make sure of that if you change the lines below. See bug 
661308.
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   disable_platform_guessing = True
+   $(usepil truetype)_freetype = True
+   $(usepil jpeg)_jpeg = True
+   $(usepil jpeg2k)_jpeg2000 = True
+   $(usepil lcms)_lcms = True
+   $(usepil tiff)_tiff = True
+   $(usepil imagequant)_imagequant = True
+   $(usepil webp)_webp = True
+   $(usepil webp)_webpmux = True
+   $(usepil xcb)_xcb = True
+   $(usepil zlib)_zlib = True
+   EOF
+
+   # setup.py sucks at adding the right toolchain paths but it does
+   # accept additional ones from INCLUDE and LIB so set these. You
+   # wouldn't normally need these at all as the toolchain should look
+   # here anyway but this setup.py does stupid things.
+   export \
+   INCLUDE="${ESYSROOT}"/usr/include \
+   LIB="${ESYSROOT}"/usr/$(get_libdir)
+
+   # We have patched in this env var.
+   tc-export PKG_CONFIG
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   "${EPYTHON}" selftest.py --installed || die 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/, dev-libs/boost/files/

2022-02-02 Thread Sam James
commit: 3414b1d35d6862ed5a5ad5251a60bc18b2e2be71
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 04:24:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 04:24:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3414b1d3

dev-libs/boost: fix musl build for 1.78

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

 dev-libs/boost/boost-1.78.0-r2.ebuild  |  2 ++
 .../boost-1.78.0-interprocess-musl-include.patch   | 25 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index a67156cf87e9..53fbaeeddd56 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -53,6 +53,8 @@ PATCHES=(
# Boost.MPI's __init__.py doesn't work on Py3
"${FILESDIR}"/${PN}-1.73-boost-mpi-python-PEP-328.patch
"${FILESDIR}"/${PN}-1.74-CVE-2012-2677.patch
+
+   "${FILESDIR}"/${P}-interprocess-musl-include.patch
 )
 
 python_bindings_needed() {

diff --git a/dev-libs/boost/files/boost-1.78.0-interprocess-musl-include.patch 
b/dev-libs/boost/files/boost-1.78.0-interprocess-musl-include.patch
new file mode 100644
index ..85d25861f11b
--- /dev/null
+++ b/dev-libs/boost/files/boost-1.78.0-interprocess-musl-include.patch
@@ -0,0 +1,25 @@
+https://github.com/boostorg/interprocess/commit/d002a0d929ecb031843d806c2bda69e013442e13
+https://bugs.gentoo.org/829147
+
+From: Leonardo Neumann 
+Date: Mon, 13 Dec 2021 01:07:20 -0300
+Subject: [PATCH] Fix missing sys/stat.h include on musl-based systems
+
+Boost 1.78.0 fails to build on musl-based systems because musl does
+not include sys/stat.h by default.
+
+Fixes #161 ("Boost compiler error")
+--- a/boost/interprocess/permissions.hpp
 b/boost/interprocess/permissions.hpp
+@@ -29,6 +29,10 @@
+ 
+ #include 
+ 
++#else
++
++#include 
++
+ #endif
+ 
+ #endif   //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
+



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

2022-02-02 Thread Sam James
commit: 8613ab36d3c4d0cf80ccbd713373eafc5ade4b04
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:47:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:47:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8613ab36

profiles/arch/powerpc/ppc32: migrate USE=llvm-libunwind mask to stable mask

sys-libs/llvm-libunwind is now keyworded on PPC.

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

 profiles/arch/powerpc/ppc32/use.mask| 6 +-
 profiles/arch/powerpc/ppc32/use.stable.mask | 6 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/powerpc/ppc32/use.mask 
b/profiles/arch/powerpc/ppc32/use.mask
index c2325ed7fe8b..9fa17ddad41c 100644
--- a/profiles/arch/powerpc/ppc32/use.mask
+++ b/profiles/arch/powerpc/ppc32/use.mask
@@ -1,4 +1,4 @@
-# Copyright 2008-2021 Gentoo Authors
+# Copyright 2008-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
@@ -14,10 +14,6 @@ gnome-online-accounts
 openexr
 osg
 
-# Sam James  (2021-10-11)
-# sys-libs/llvm-libunwind isn't keyworded here
-llvm-libunwind
-
 # Matt Turner  (07-25-2021)
 # gnome-shell requires rustified librsvg.
 gnome-shell

diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask 
b/profiles/arch/powerpc/ppc32/use.stable.mask
index 57875ce2a1bf..445aee51db53 100644
--- a/profiles/arch/powerpc/ppc32/use.stable.mask
+++ b/profiles/arch/powerpc/ppc32/use.stable.mask
@@ -1,6 +1,10 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2022-02-03)
+# sys-libs/llvm-libunwind isn't marked stable here
+llvm-libunwind
+
 # Andreas Sturmlechner  (2020-08-13)
 # media-gfx/gimp is not stable
 gimp



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

2022-02-02 Thread Sam James
commit: a8d4df417da65d7816559fe4b5419ff7c2b063cf
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:46:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:46:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d4df41

sys-libs/llvm-libunwind: Keyword 13.0.1 ppc, #779742

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

 sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
index ddcb0ac4b8a7..75f4a3fc9871 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/llvm-mirror/libunwind;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-02-02 Thread Sam James
commit: 708c9a1f3ed672bfc833e6fdc5d4a39000f6b9d1
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:46:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:46:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708c9a1f

dev-cpp/glog: Keyword 0.5.0 ppc, #779742

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

 dev-cpp/glog/glog-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glog/glog-0.5.0.ebuild b/dev-cpp/glog/glog-0.5.0.ebuild
index 0c9b38f9a7c0..fe2ba7a63245 100644
--- a/dev-cpp/glog/glog-0.5.0.ebuild
+++ b/dev-cpp/glog/glog-0.5.0.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 
~amd64-linux ~x86-linux"
 IUSE="gflags +libunwind llvm-libunwind test"
 RESTRICT="!test? ( test )"
 



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

2022-02-02 Thread Sam James
commit: 84d6a8907c19cf8a29ab67f163a7383102b57207
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d6a890

www-client/chromium: Stabilize 98.0.4758.80 amd64, #830739

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

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

diff --git a/www-client/chromium/chromium-98.0.4758.80.ebuild 
b/www-client/chromium/chromium-98.0.4758.80.ebuild
index 3582280efcdb..16f42b532cea 100644
--- a/www-client/chromium/chromium-98.0.4758.80.ebuild
+++ b/www-client/chromium/chromium-98.0.4758.80.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="~amd64 arm64 ~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 +system-png vaapi 
wayland widevine"
 REQUIRED_USE="
component-build? ( !suid )



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2022-02-02 Thread Sam James
commit: 13d15a1c368ae229a215a2eb3be6ec46925fbccc
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d15a1c

app-office/libreoffice: Stabilize 7.2.5.2 amd64, #830739

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

 app-office/libreoffice/libreoffice-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-7.2.5.2.ebuild 
b/app-office/libreoffice/libreoffice-7.2.5.2.ebuild
index abe83166c928..1f23e8ac0e86 100644
--- a/app-office/libreoffice/libreoffice-7.2.5.2.ebuild
+++ b/app-office/libreoffice/libreoffice-7.2.5.2.ebuild
@@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2022-02-02 Thread Sam James
commit: 4226c9ac7e56e04ab8b62be3cf290308d993cc82
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4226c9ac

app-office/libreoffice-l10n: Stabilize 7.2.5.2 amd64, #830739

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

 app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild
index 57663eac30c1..d167bf614940 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
 IUSE="offlinehelp"
 
 #



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

2022-02-02 Thread Sam James
commit: 1e2103d56ad973b808a4fbb229281767c6dd7c3d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2103d5

app-text/poppler: Stabilize 22.01.0 amd64, #830739

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

 app-text/poppler/poppler-22.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-22.01.0.ebuild 
b/app-text/poppler/poppler-22.01.0.ebuild
index d31b8851fa69..ccba7e96f091 100644
--- a/app-text/poppler/poppler-22.01.0.ebuild
+++ b/app-text/poppler/poppler-22.01.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/117"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2022-02-02 Thread Sam James
commit: 1d96de8d3bca0108384c2edb998f395e87ba9296
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d96de8d

app-office/libreoffice-bin-debug: Stabilize 7.2.5.2 amd64, #830739

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

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild 
b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild
index 991ea9f2b4d3..3bf7989da80b 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild
@@ -41,7 +41,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 RDEPEND="~app-office/${PN/-debug}-${PV}[gnome=,java=,kde=]"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2022-02-02 Thread Sam James
commit: ba14a52ad69dfd1d5038d2e8976b91a733def020
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba14a52a

app-office/libreoffice-bin: Stabilize 7.2.5.2 amd64, #830739

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

 app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild
index 159caa6396cf..26571d8aa4d3 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 BIN_COMMON_DEPEND="
app-text/hunspell:0/1.7



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

2022-02-02 Thread Sam James
commit: 204f0ecc217700296d0e7ec40aae3a057bf98d51
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204f0ecc

media-libs/harfbuzz: Stabilize 3.2.0 amd64, #830739

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index cd3ed25a21c6..06b7e7889f0f 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: 6643f99ae5fb9b896f38083371d6b125df042afc
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6643f99a

dev-libs/icu-layoutex: Stabilize 70.1 amd64, #830739

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

 dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
index 653ea906e79d..b4c96881ba12 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN/-layoutex}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="debug static-libs"
 
 DEPEND="



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

2022-02-02 Thread Sam James
commit: 89b0e5705ee9a7f196f3f702894db68b05c00469
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b0e570

app-text/poppler: Stabilize 22.01.0 x86, #830739

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

 app-text/poppler/poppler-22.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-22.01.0.ebuild 
b/app-text/poppler/poppler-22.01.0.ebuild
index caaa0a27d489..d31b8851fa69 100644
--- a/app-text/poppler/poppler-22.01.0.ebuild
+++ b/app-text/poppler/poppler-22.01.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/117"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2022-02-02 Thread Sam James
commit: 47ae4e4c17b705f9c405247e8dc0c84a293b3915
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ae4e4c

dev-libs/icu-layoutex: Stabilize 70.1 x86, #830739

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

 dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
index 6f406fef6980..653ea906e79d 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN/-layoutex}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="debug static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2022-02-02 Thread Sam James
commit: a84c20966ead7181b76c2790777f80337e5acb85
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84c2096

app-office/libreoffice-bin: Stabilize 7.2.5.2 x86, #830739

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

 app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild
index e44f1a54f016..159caa6396cf 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 BIN_COMMON_DEPEND="
app-text/hunspell:0/1.7



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

2022-02-02 Thread Sam James
commit: f42a1d107451382e97aff1feb82766e76fbc485b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42a1d10

dev-libs/icu: Stabilize 70.1-r1 amd64, #830739

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

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

diff --git a/dev-libs/icu/icu-70.1-r1.ebuild b/dev-libs/icu/icu-70.1-r1.ebuild
index d785c0b4a5fe..5344940eff7c 100644
--- a/dev-libs/icu/icu-70.1-r1.ebuild
+++ b/dev-libs/icu/icu-70.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2022-02-02 Thread Sam James
commit: b9c14c413b253524adb8cccfa6f2c3f5897c0263
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c14c41

app-office/libreoffice-bin-debug: Stabilize 7.2.5.2 x86, #830739

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

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild 
b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild
index 242e5e7214bc..991ea9f2b4d3 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-7.2.5.2.ebuild
@@ -41,7 +41,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 
 RDEPEND="~app-office/${PN/-debug}-${PV}[gnome=,java=,kde=]"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2022-02-02 Thread Sam James
commit: 41104944bfefc51007a17236192a872fc1fd358b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41104944

app-office/libreoffice-l10n: Stabilize 7.2.5.2 x86, #830739

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

 app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild
index d31717df3c8e..57663eac30c1 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-7.2.5.2.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
 IUSE="offlinehelp"
 
 #



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

2022-02-02 Thread Sam James
commit: 483b565c841ac12972a9f13c37116770b34c44a2
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483b565c

dev-util/boost-build: Stabilize 1.78.0-r1 amd64, #830739

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

 dev-util/boost-build/boost-build-1.78.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
index d941029e779d..861a37607a08 100644
--- a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 RESTRICT="test"
 



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

2022-02-02 Thread Sam James
commit: 50aea45cf759dae5207267c18cdad5ea3782d313
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50aea45c

dev-libs/boost: Stabilize 1.78.0-r2 amd64, #830739

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

 dev-libs/boost/boost-1.78.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index 46ef514be5bb..a67156cf87e9 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2022-02-02 Thread Sam James
commit: 1ca8bc2016cabd7848b3f823fb05888fa7f5a330
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:42:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:42:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca8bc20

app-text/libnumbertext: Stabilize 1.0.8 amd64, #830739

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

 app-text/libnumbertext/libnumbertext-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libnumbertext/libnumbertext-1.0.8.ebuild 
b/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
index a6cd9cd87390..33ff29c4d146 100644
--- a/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
+++ b/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2022-02-02 Thread Sam James
commit: 1d8ebcce79faf92b40a60394e45236869150bf77
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8ebcce

app-office/libreoffice: Stabilize 7.2.5.2 x86, #830739

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

 app-office/libreoffice/libreoffice-7.2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-7.2.5.2.ebuild 
b/app-office/libreoffice/libreoffice-7.2.5.2.ebuild
index 4c0dd666744c..abe83166c928 100644
--- a/app-office/libreoffice/libreoffice-7.2.5.2.ebuild
+++ b/app-office/libreoffice/libreoffice-7.2.5.2.ebuild
@@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip



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

2022-02-02 Thread Sam James
commit: ad6e542bd717de4a1545b67be324f767a8d63b1f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6e542b

app-text/libnumbertext: Stabilize 1.0.8 x86, #830739

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

 app-text/libnumbertext/libnumbertext-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libnumbertext/libnumbertext-1.0.8.ebuild 
b/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
index 7009640cfda9..a6cd9cd87390 100644
--- a/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
+++ b/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
 IUSE=""
 
 src_configure() {



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

2022-02-02 Thread Sam James
commit: 360252cb94e9aa49c744a21930a012e53654380f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360252cb

dev-util/boost-build: Stabilize 1.78.0-r1 x86, #830739

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

 dev-util/boost-build/boost-build-1.78.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
index c54b7ecfec58..d941029e779d 100644
--- a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 RESTRICT="test"
 



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

2022-02-02 Thread Sam James
commit: a2c03a49de383abbe90a82c40d58b805ea1c738f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c03a49

dev-libs/icu: Stabilize 70.1-r1 x86, #830739

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

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

diff --git a/dev-libs/icu/icu-70.1-r1.ebuild b/dev-libs/icu/icu-70.1-r1.ebuild
index da93ba2768d1..d785c0b4a5fe 100644
--- a/dev-libs/icu/icu-70.1-r1.ebuild
+++ b/dev-libs/icu/icu-70.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



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

2022-02-02 Thread Sam James
commit: 9b43fa8b6210fcbd117204b38eaca4dc302688fa
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b43fa8b

media-libs/harfbuzz: Stabilize 3.2.0 x86, #830739

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index e0e182ae0a3d..cd3ed25a21c6 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: 9dae6db2912939c8610c5aafde64c1a175f22c49
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:41:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:41:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dae6db2

dev-libs/boost: Stabilize 1.78.0-r2 x86, #830739

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

 dev-libs/boost/boost-1.78.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index 1d8e1053ec49..46ef514be5bb 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2022-02-02 Thread Sam James
commit: aa2ed83ffdf486a87908cdddaac6b788dffa0b96
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2ed83f

dev-libs/boost: Stabilize 1.78.0-r2 arm, #830739

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

 dev-libs/boost/boost-1.78.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index 0a6ef316b508..1d8e1053ec49 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2022-02-02 Thread Sam James
commit: fcd0c39c57eba68fdf2aefaaa0166cc1443704cf
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd0c39c

dev-libs/boost: Stabilize 1.78.0-r2 arm64, #830739

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

 dev-libs/boost/boost-1.78.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index baedc7b3bb2c..0a6ef316b508 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2022-02-02 Thread Sam James
commit: 7c7273d0fcd93d72a33e178afad364e13860922a
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7273d0

dev-util/boost-build: Stabilize 1.78.0-r1 arm, #830739

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

 dev-util/boost-build/boost-build-1.78.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
index 6f0e81158154..c54b7ecfec58 100644
--- a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 RESTRICT="test"
 



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

2022-02-02 Thread Sam James
commit: a51e8d6cdbc68db276de696922e7a3943bf5bade
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51e8d6c

app-text/poppler: Stabilize 22.01.0 arm64, #830739

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

 app-text/poppler/poppler-22.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-22.01.0.ebuild 
b/app-text/poppler/poppler-22.01.0.ebuild
index e0bdc2eb2ccd..753cdd2b2823 100644
--- a/app-text/poppler/poppler-22.01.0.ebuild
+++ b/app-text/poppler/poppler-22.01.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/117"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2022-02-02 Thread Sam James
commit: 1c5b71ac04b25c1c9e8e9896d86e0026faa6c151
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5b71ac

media-libs/harfbuzz: Stabilize 3.2.0 arm64, #830739

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index c54cd1c92cc3..f55ef337c3f4 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: a81033e3311226cbf4f6bfa4d0e48cb531f51e73
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81033e3

dev-libs/icu: Stabilize 70.1-r1 arm, #830739

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

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

diff --git a/dev-libs/icu/icu-70.1-r1.ebuild b/dev-libs/icu/icu-70.1-r1.ebuild
index c1d9436c6b56..da93ba2768d1 100644
--- a/dev-libs/icu/icu-70.1-r1.ebuild
+++ b/dev-libs/icu/icu-70.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



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

2022-02-02 Thread Sam James
commit: 728f681fdf17ac4b086e22c768be6fbba0446ce8
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728f681f

app-text/poppler: Stabilize 22.01.0 arm, #830739

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

 app-text/poppler/poppler-22.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-22.01.0.ebuild 
b/app-text/poppler/poppler-22.01.0.ebuild
index 753cdd2b2823..caaa0a27d489 100644
--- a/app-text/poppler/poppler-22.01.0.ebuild
+++ b/app-text/poppler/poppler-22.01.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/117"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2022-02-02 Thread Sam James
commit: f0aed4c2cea295bec3f87d32442814983ff33a3d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aed4c2

www-client/chromium: Stabilize 98.0.4758.80 arm64, #830739

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

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

diff --git a/www-client/chromium/chromium-98.0.4758.80.ebuild 
b/www-client/chromium/chromium-98.0.4758.80.ebuild
index 98671d948f94..3582280efcdb 100644
--- a/www-client/chromium/chromium-98.0.4758.80.ebuild
+++ b/www-client/chromium/chromium-98.0.4758.80.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="~amd64 ~arm64 ~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 +system-png vaapi 
wayland widevine"
 REQUIRED_USE="
component-build? ( !suid )



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

2022-02-02 Thread Sam James
commit: 04dabf4edd1612f5978f2dba7d77328d278b07a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dabf4e

media-libs/harfbuzz: Stabilize 3.2.0 arm, #830739

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index f55ef337c3f4..e0e182ae0a3d 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: 0405b8c4ae079a07de62345d34534c89e5b0697c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0405b8c4

app-text/libnumbertext: Stabilize 1.0.8 arm64, #830739

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

 app-text/libnumbertext/libnumbertext-1.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libnumbertext/libnumbertext-1.0.8.ebuild 
b/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
index 14a4ecfc51f3..7009640cfda9 100644
--- a/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
+++ b/app-text/libnumbertext/libnumbertext-1.0.8.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Numbertext/${PN}/releases/download/${PV}/${P}.tar.xz
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE=""
 
 src_configure() {



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

2022-02-02 Thread Sam James
commit: eb2c35e06e7c02707fb985dcdac668bbc0653c6e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2c35e0

dev-libs/icu: Stabilize 70.1-r1 arm64, #830739

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

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

diff --git a/dev-libs/icu/icu-70.1-r1.ebuild b/dev-libs/icu/icu-70.1-r1.ebuild
index ae21c71cd4b6..c1d9436c6b56 100644
--- a/dev-libs/icu/icu-70.1-r1.ebuild
+++ b/dev-libs/icu/icu-70.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



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

2022-02-02 Thread Sam James
commit: 849c1f57e20574dd3b37fd9749a2c9d5131936bd
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849c1f57

media-libs/harfbuzz: Stabilize 3.2.0 sparc, #830739

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index 1e19638b38f4..c54cd1c92cc3 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: 72084d1eed9662baaa6df293bb843c659ecd9ff5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72084d1e

app-text/poppler: Stabilize 22.01.0 sparc, #830739

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

 app-text/poppler/poppler-22.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-22.01.0.ebuild 
b/app-text/poppler/poppler-22.01.0.ebuild
index e58fe8b23f19..e0bdc2eb2ccd 100644
--- a/app-text/poppler/poppler-22.01.0.ebuild
+++ b/app-text/poppler/poppler-22.01.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/117"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2022-02-02 Thread Sam James
commit: 1e1d2a771b90941ef4f1209a846f468de45c2dbd
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1d2a77

dev-util/boost-build: Stabilize 1.78.0-r1 arm64, #830739

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

 dev-util/boost-build/boost-build-1.78.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
index 1e53b18ea2a1..6f0e81158154 100644
--- a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 RESTRICT="test"
 



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

2022-02-02 Thread Sam James
commit: 2a189601778767e3ed2e2ec66841e85ee87c6cbb
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a189601

dev-libs/icu-layoutex: Stabilize 70.1 sparc, #830739

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

 dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
index 6179d194773d..6f406fef6980 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN/-layoutex}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="debug static-libs"
 
 DEPEND="



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

2022-02-02 Thread Sam James
commit: 1ddaf4305dda2739074c0300f62690d6d26689a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddaf430

dev-libs/boost: Stabilize 1.78.0-r2 sparc, #830739

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

 dev-libs/boost/boost-1.78.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index 723748f07f50..baedc7b3bb2c 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2022-02-02 Thread Sam James
commit: 3a36adc8856ca7a237e39cc7a6c11f3f5387d96b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a36adc8

dev-util/boost-build: Stabilize 1.78.0-r1 sparc, #830739

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

 dev-util/boost-build/boost-build-1.78.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
index 160188ae1351..1e53b18ea2a1 100644
--- a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 RESTRICT="test"
 



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

2022-02-02 Thread Sam James
commit: 7a068c645a54addcc5b88754ef03bd0449d2001f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a068c64

app-text/poppler: Stabilize 22.01.0 ppc64, #830739

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

 app-text/poppler/poppler-22.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-22.01.0.ebuild 
b/app-text/poppler/poppler-22.01.0.ebuild
index 5302e432acca..e58fe8b23f19 100644
--- a/app-text/poppler/poppler-22.01.0.ebuild
+++ b/app-text/poppler/poppler-22.01.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/117"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2022-02-02 Thread Sam James
commit: b8b7c82fd9295cf98cf700aceb0d3074b76b760c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b7c82f

media-libs/harfbuzz: Stabilize 3.2.0 ppc64, #830739

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index e3c634a3b6b8..1e19638b38f4 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: 266cdc79460357938fac45c250af19a0be5c40f7
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266cdc79

dev-libs/icu: Stabilize 70.1-r1 sparc, #830739

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

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

diff --git a/dev-libs/icu/icu-70.1-r1.ebuild b/dev-libs/icu/icu-70.1-r1.ebuild
index fb00506b1722..ae21c71cd4b6 100644
--- a/dev-libs/icu/icu-70.1-r1.ebuild
+++ b/dev-libs/icu/icu-70.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



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

2022-02-02 Thread Sam James
commit: 9d430386938a06947686674f0b1a96671e50ce9c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d430386

dev-libs/boost: Stabilize 1.78.0-r2 ppc64, #830739

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

 dev-libs/boost/boost-1.78.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.78.0-r2.ebuild 
b/dev-libs/boost/boost-1.78.0-r2.ebuild
index 7ce71b22fa53..723748f07f50 100644
--- a/dev-libs/boost/boost-1.78.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.78.0-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2022-02-02 Thread Sam James
commit: f27c1c0ed22ee66c35f638f257f32cbf5bdb88f7
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27c1c0e

dev-libs/icu: Stabilize 70.1-r1 ppc64, #830739

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

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

diff --git a/dev-libs/icu/icu-70.1-r1.ebuild b/dev-libs/icu/icu-70.1-r1.ebuild
index 6e42ab428d49..fb00506b1722 100644
--- a/dev-libs/icu/icu-70.1-r1.ebuild
+++ b/dev-libs/icu/icu-70.1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs"
 
 BDEPEND="${PYTHON_DEPS}



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

2022-02-02 Thread Sam James
commit: f9e225e40783c49d0673c4fc3388e1e370ee2f1f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e225e4

dev-util/boost-build: Stabilize 1.78.0-r1 ppc64, #830739

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

 dev-util/boost-build/boost-build-1.78.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild 
b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
index d541d9ead24b..160188ae1351 100644
--- a/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
+++ b/dev-util/boost-build/boost-build-1.78.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 RESTRICT="test"
 



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

2022-02-02 Thread Sam James
commit: 7af2abde23abec70cd1567d4494e00d552af5897
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af2abde

dev-libs/icu-layoutex: Stabilize 70.1 ppc64, #830739

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

 dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
index 78360c108c97..6179d194773d 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-70.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN/-layoutex}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="debug static-libs"
 
 DEPEND="



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

2022-02-02 Thread Sam James
commit: 0f6ad8eca00c02105ee9de2639a9e9efe0c167ed
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 03:40:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 03:40:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6ad8ec

media-libs/harfbuzz: Stabilize 3.2.0 ppc, #830739

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

 media-libs/harfbuzz/harfbuzz-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
index f6617befe9b3..e3c634a3b6b8 100644
--- a/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-02-02 Thread Sam James
commit: 2695ca552f4622c292570bc6e29c6464d7d40f9f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 02:25:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:25:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2695ca55

dev-libs/criterion: drop obsolete python3.7

Eclass ignores this anyway.

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

 dev-libs/criterion/criterion-2.4.0_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/criterion/criterion-2.4.0_rc.ebuild 
b/dev-libs/criterion/criterion-2.4.0_rc.ebuild
index 29e861aa2fd0..40ecb5549ade 100644
--- a/dev-libs/criterion/criterion-2.4.0_rc.ebuild
+++ b/dev-libs/criterion/criterion-2.4.0_rc.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit meson python-any-r1
 



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

2022-02-02 Thread Sam James
commit: 7fccf9348535c609d630f3d0a09a8380445e9456
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sat Jan 29 07:23:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:24:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fccf934

dev-libs/criterion: bump to 2.4.0_rc

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24012
Signed-off-by: Sam James  gentoo.org>

 dev-libs/criterion/Manifest  |  1 +
 dev-libs/criterion/criterion-2.4.0_rc.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-libs/criterion/Manifest b/dev-libs/criterion/Manifest
index 474af3cfd92a..1bf9998f83ee 100644
--- a/dev-libs/criterion/Manifest
+++ b/dev-libs/criterion/Manifest
@@ -1,3 +1,4 @@
+DIST criterion-2.4.0_rc.tar.gz 867378 BLAKE2B 
302d10b093272f6576d733e3c4d6fd063c01a2ebc30aecfe96f4d92febf629a1a8524dd6db608aa179487936aa21b266be44f69cf21621905b823186497a2b7a
 SHA512 
73f432a77c8c271f92dfec2f111a8f074c37324ec68864ef686c1a158e184d5930c18a1bc90584bbdb6235450a33f984ab45aabe85c3e2aa8c769aaad62cb1f7
 DIST criterion-4cf886a2d96ada425e8c88d3c4d935e510c7c712.tar.gz 863335 BLAKE2B 
5e86709f4b7d500f3a2d4e61dbffd17f50d5ab593bfe48c8b8d5d6019436e203cd0b7a818933733377fa2dd98b9a94a46f3980b0bc52a8b3ca54c9d60406bace
 SHA512 
34a6acc6fc0c74dcab572c9f6a56c4490935df442b1ea95169143a50193e752fc361c66d007f875c319285eb81b533139f25c5b421903e7cc1ec89c546b94a21
 DIST criterion-a91a69f65006c057812fdd850b100ff28790ea73.tar.gz 864681 BLAKE2B 
7fe19c8d316f965d8b6214252ac262d3a67ed43857902e17af0505a5c7afe7cc22f84052ef7c8d1ac8283286c833952615a0aae13f6e5efa05c03b8717fd1048
 SHA512 
4e9cd278154873bc781f320fd14b6adc82caeae16e4daa2aaa5be93290f43a93478db068f82f1afbd3788a51cb791c69c2abeaa25a6b9f282b303495fbc09821
 DIST debugbreak-6b79ec8d8f8d4603111f580a0537f8f31c484c32.tar.gz 5613 BLAKE2B 
78711c3c46d567fb7110a70dfddc2fb5e413eb5c6b9f67d5d8b5f8a663af854cb50f3b9d9947a2c14909dcd2b34f762192a4fbe8b32dcde7c9894f0560ccf769
 SHA512 
f4bb95b3f931545800abbb86aa787939cc1c30f464e465689aff3fff3d753766bafe4de9065b762d9db882608b2df250514ab38fc9c476cbd6d7d95d516c75cb

diff --git a/dev-libs/criterion/criterion-2.4.0_rc.ebuild 
b/dev-libs/criterion/criterion-2.4.0_rc.ebuild
new file mode 100644
index ..29e861aa2fd0
--- /dev/null
+++ b/dev-libs/criterion/criterion-2.4.0_rc.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit meson python-any-r1
+
+DEBUGBREAK_COMMIT="6b79ec8d8f8d4603111f580a0537f8f31c484c32"
+KLIB_COMMIT="cdb7e9236dc47abf8da7ebd702cc6f7f21f0c502"
+NANOPB_COMMIT="c9124132a604047d0ef97a09c0e99cd9bed2c818"
+
+MY_PV="$(ver_rs 3 -)"
+
+DESCRIPTION="Cross platform unit testing framework for C and C++"
+HOMEPAGE="https://github.com/Snaipe/Criterion;
+SRC_URI="https://github.com/Snaipe/Criterion/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.tar.gz
+   
https://github.com/scottt/debugbreak/archive/${DEBUGBREAK_COMMIT}.tar.gz -> 
debugbreak-${DEBUGBREAK_COMMIT}.tar.gz
+   https://github.com/attractivechaos/klib/archive/${KLIB_COMMIT}.tar.gz 
-> klib-${KLIB_COMMIT}.tar.gz
+   https://github.com/nanopb/nanopb/archive/${NANOPB_COMMIT}.tar.gz -> 
nanopb-${NANOPB_COMMIT}.tar.gz"
+
+LICENSE="BSD-2 MIT ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/nanomsg:=
+   dev-libs/libgit2:=
+   dev-libs/libffi:="
+DEPEND="${RDEPEND}
+   dev-libs/boxfort
+   test? (
+   $(python_gen_any_dep 'dev-util/cram[${PYTHON_USEDEP}]')
+   )"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/Criterion-${MY_PV}"
+
+python_check_deps() {
+   has_version "dev-util/cram[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   rm -r dependencies/{debugbreak,klib} || die
+   mv "${WORKDIR}/debugbreak-${DEBUGBREAK_COMMIT}" dependencies/debugbreak 
|| die
+   mv "${WORKDIR}/klib-${KLIB_COMMIT}" dependencies/klib || die
+   mv "${WORKDIR}/nanopb-${NANOPB_COMMIT}" subprojects/nanopb || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dsamples=$(usex test true false)
+   -Dtests=$(usex test true false)
+   )
+
+   meson_src_configure
+}



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

2022-02-02 Thread Sam James
commit: f76a31d84308789da99f701671b7a8ba699fce7f
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Feb  2 19:08:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:20:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76a31d8

www-apps/gitea: drop vulnerable

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24030
Signed-off-by: Sam James  gentoo.org>

 www-apps/gitea/Manifest |   1 -
 www-apps/gitea/gitea-1.15.10.ebuild | 107 
 2 files changed, 108 deletions(-)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index c3c2fe314ebe..5c3a70285c4f 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1,3 +1,2 @@
-DIST gitea-1.15.10.tar.gz 48818877 BLAKE2B 
00e2fc8fb0ca5952d96de1b4ed53d0bd6d17b22fc0d7c2aacc313ed74d0a2d268ad714a363c5408daca9b57beaa0305b369d9400019f9c60e133a976f0731076
 SHA512 
6598e2b8cb84e03370b704f57783612bb4bb938527bbcfcaaf0607035e73e3b480e40ca6fa196ae641ec91483af54688c5acf8dcce59d4ee8c6de9f393a8f531
 DIST gitea-1.15.11.tar.gz 48782819 BLAKE2B 
1f04314cef3ee1467ed0948e95dec89c75a45cc2c3de78f7fc998b9716c5859bd87ec51e6e2b79d048701ac82fc112b3239a6e27bccfe4b0eeb4cdfdc1fb99d6
 SHA512 
1f842b90997cb7463751a0e08d37f4823437094efadeb6a27a6bbdb502b2bf33ebb0eab1e8e6bf5b64790b4c513cc42b978ec54152f1a4bfe0b6b957cb179fde
 DIST gitea-1.16.0.tar.gz 49689929 BLAKE2B 
d6713dd6c72ee659335f263bcde2bbf25beba44fda7dc5e31d30c1a24bcf6a9155909f2e8e8039f462a2982ddef235a57cb08d77676c9a139fe5f7ef4379bfa8
 SHA512 
24cb3d7859bf57a0d78ed7820b1daffda3095fd6025e886d828d956fd1a75e179bd6c784cd54c7f174d63353f68d59c7a2a76cb0ce0a209f6d11b3c3181f9b5e

diff --git a/www-apps/gitea/gitea-1.15.10.ebuild 
b/www-apps/gitea/gitea-1.15.10.ebuild
deleted file mode 100644
index eaeda1a3f382..
--- a/www-apps/gitea/gitea-1.15.10.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 2016-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit fcaps go-module tmpfiles systemd
-
-DESCRIPTION="A painless self-hosted Git service"
-HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea;
-SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
-SLOT="0"
-IUSE="+acct pam sqlite"
-
-DEPEND="
-   acct? (
-   acct-group/git
-   acct-user/git[gitea] )
-   pam? ( sys-libs/pam )"
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-
-DOCS=(
-   custom/conf/app.example.ini CONTRIBUTING.md README.md
-)
-FILECAPS=(
-   -m 711 cap_net_bind_service+ep usr/bin/gitea
-)
-
-RESTRICT="test"
-
-src_prepare() {
-   default
-
-   local sedcmds=(
-   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
-   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"
-   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
-   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
-   -e "s#^MODE = console#MODE = file#"
-   -e "s#^LEVEL = Trace#LEVEL = Info#"
-   -e "s#^LOG_SQL = true#LOG_SQL = false#"
-   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
-   )
-
-   sed -i "${sedcmds[@]}" custom/conf/app.example.ini || die
-   if use sqlite ; then
-   sed -i -e "s#^DB_TYPE = .*#DB_TYPE = sqlite3#" 
custom/conf/app.example.ini || die
-   fi
-}
-
-src_compile() {
-   local gitea_tags=(
-   bindata
-   $(usev pam)
-   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
-   )
-   local gitea_settings=(
-   "-X 
code.gitea.io/gitea/modules/setting.CustomConf=${EPREFIX}/etc/gitea/app.ini"
-   "-X 
code.gitea.io/gitea/modules/setting.CustomPath=${EPREFIX}/var/lib/gitea/custom"
-   "-X 
code.gitea.io/gitea/modules/setting.AppWorkPath=${EPREFIX}/var/lib/gitea"
-   )
-   local makeenv=(
-   DRONE_TAG="${PV}"
-   LDFLAGS="-extldflags \"${LDFLAGS}\" ${gitea_settings[*]}"
-   TAGS="${gitea_tags[*]}"
-   )
-
-   env "${makeenv[@]}" emake backend
-}
-
-src_install() {
-   dobin gitea
-
-   einstalldocs
-
-   newconfd "${FILESDIR}/gitea.confd-r1" gitea
-   newinitd "${FILESDIR}/gitea.initd-r3" gitea
-   newtmpfiles - gitea.conf <<-EOF
-   d /run/gitea 0755 git git
-   EOF
-   systemd_newunit "${FILESDIR}"/gitea.service-r3 gitea.service
-
-   insinto /etc/gitea
-   newins custom/conf/app.example.ini app.ini
-   if use acct; then
-   fowners root:git /etc/gitea/{,app.ini}
-   fperms g+w,o-rwx /etc/gitea/{,app.ini}
-
-   diropts -m0750 -o git -g git
-   keepdir 

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

2022-02-02 Thread Sam James
commit: e7af68310858f61995573b26d779a33923d5fb05
Author: Robert Siebeck  r123  de>
AuthorDate: Wed Feb  2 22:14:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:19:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7af6831

profiles/features/musl: mask net-im/signal-desktop-bin

Closes: https://bugs.gentoo.org/832483
Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/24057
Signed-off-by: Sam James  gentoo.org>

 profiles/features/musl/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 9f84c69a613f..125d7ff3e83a 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Robert Siebeck  (2022-02-02)
+# Binary package linked to glibc, bug #832483
+net-im/signal-desktop-bin
+
 # Ben Kohler  (2022-02-02)
 # Binary backage linked to glibc
 net-misc/dropbox



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

2022-02-02 Thread Sam James
commit: e899bf18f012ddeb2effdbc619eaecf79ca41be7
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Feb  2 19:07:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:20:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e899bf18

www-apps/gitea: security bump to 1.15.11/1.16.0

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 www-apps/gitea/Manifest |   2 +
 www-apps/gitea/gitea-1.15.11.ebuild | 107 
 www-apps/gitea/gitea-1.16.0.ebuild  | 107 
 3 files changed, 216 insertions(+)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index f02ea9c4895a..c3c2fe314ebe 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1 +1,3 @@
 DIST gitea-1.15.10.tar.gz 48818877 BLAKE2B 
00e2fc8fb0ca5952d96de1b4ed53d0bd6d17b22fc0d7c2aacc313ed74d0a2d268ad714a363c5408daca9b57beaa0305b369d9400019f9c60e133a976f0731076
 SHA512 
6598e2b8cb84e03370b704f57783612bb4bb938527bbcfcaaf0607035e73e3b480e40ca6fa196ae641ec91483af54688c5acf8dcce59d4ee8c6de9f393a8f531
+DIST gitea-1.15.11.tar.gz 48782819 BLAKE2B 
1f04314cef3ee1467ed0948e95dec89c75a45cc2c3de78f7fc998b9716c5859bd87ec51e6e2b79d048701ac82fc112b3239a6e27bccfe4b0eeb4cdfdc1fb99d6
 SHA512 
1f842b90997cb7463751a0e08d37f4823437094efadeb6a27a6bbdb502b2bf33ebb0eab1e8e6bf5b64790b4c513cc42b978ec54152f1a4bfe0b6b957cb179fde
+DIST gitea-1.16.0.tar.gz 49689929 BLAKE2B 
d6713dd6c72ee659335f263bcde2bbf25beba44fda7dc5e31d30c1a24bcf6a9155909f2e8e8039f462a2982ddef235a57cb08d77676c9a139fe5f7ef4379bfa8
 SHA512 
24cb3d7859bf57a0d78ed7820b1daffda3095fd6025e886d828d956fd1a75e179bd6c784cd54c7f174d63353f68d59c7a2a76cb0ce0a209f6d11b3c3181f9b5e

diff --git a/www-apps/gitea/gitea-1.15.11.ebuild 
b/www-apps/gitea/gitea-1.15.11.ebuild
new file mode 100644
index ..eaeda1a3f382
--- /dev/null
+++ b/www-apps/gitea/gitea-1.15.11.ebuild
@@ -0,0 +1,107 @@
+# Copyright 2016-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps go-module tmpfiles systemd
+
+DESCRIPTION="A painless self-hosted Git service"
+HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea;
+SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~arm64"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
+SLOT="0"
+IUSE="+acct pam sqlite"
+
+DEPEND="
+   acct? (
+   acct-group/git
+   acct-user/git[gitea] )
+   pam? ( sys-libs/pam )"
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+
+DOCS=(
+   custom/conf/app.example.ini CONTRIBUTING.md README.md
+)
+FILECAPS=(
+   -m 711 cap_net_bind_service+ep usr/bin/gitea
+)
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   local sedcmds=(
+   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
+   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"
+   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
+   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
+   -e "s#^MODE = console#MODE = file#"
+   -e "s#^LEVEL = Trace#LEVEL = Info#"
+   -e "s#^LOG_SQL = true#LOG_SQL = false#"
+   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
+   )
+
+   sed -i "${sedcmds[@]}" custom/conf/app.example.ini || die
+   if use sqlite ; then
+   sed -i -e "s#^DB_TYPE = .*#DB_TYPE = sqlite3#" 
custom/conf/app.example.ini || die
+   fi
+}
+
+src_compile() {
+   local gitea_tags=(
+   bindata
+   $(usev pam)
+   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
+   )
+   local gitea_settings=(
+   "-X 
code.gitea.io/gitea/modules/setting.CustomConf=${EPREFIX}/etc/gitea/app.ini"
+   "-X 
code.gitea.io/gitea/modules/setting.CustomPath=${EPREFIX}/var/lib/gitea/custom"
+   "-X 
code.gitea.io/gitea/modules/setting.AppWorkPath=${EPREFIX}/var/lib/gitea"
+   )
+   local makeenv=(
+   DRONE_TAG="${PV}"
+   LDFLAGS="-extldflags \"${LDFLAGS}\" ${gitea_settings[*]}"
+   TAGS="${gitea_tags[*]}"
+   )
+
+   env "${makeenv[@]}" emake backend
+}
+
+src_install() {
+   dobin gitea
+
+   einstalldocs
+
+   newconfd "${FILESDIR}/gitea.confd-r1" gitea
+   newinitd "${FILESDIR}/gitea.initd-r3" gitea
+   newtmpfiles - gitea.conf <<-EOF
+   d /run/gitea 0755 git git
+   EOF
+   systemd_newunit "${FILESDIR}"/gitea.service-r3 gitea.service
+
+   insinto /etc/gitea
+   newins custom/conf/app.example.ini app.ini
+   if use acct; then
+   fowners root:git /etc/gitea/{,app.ini}
+   fperms g+w,o-rwx /etc/gitea/{,app.ini}
+
+   diropts -m0750 -o git -g 

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

2022-02-02 Thread Sam James
commit: 909ff1217e19ce803fefbd16a67869426232f432
Author: Matthew Smith  offtopica  uk>
AuthorDate: Sun Jan 30 15:41:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:21:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909ff121

sys-apps/systemd: Add BINFMT_MISC to CONFIG_CHECK

Required by systemd-binfmt.service.

Closes: https://bugs.gentoo.org/832307
Signed-off-by: Matthew Smith  offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/24023
Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/systemd-249.9.ebuild | 2 +-
 sys-apps/systemd/systemd-250.2.ebuild | 2 +-
 sys-apps/systemd/systemd-250.3.ebuild | 2 +-
 sys-apps/systemd/systemd-.ebuild  | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/systemd/systemd-249.9.ebuild 
b/sys-apps/systemd/systemd-249.9.ebuild
index 15691c75a92e..3367ca393987 100644
--- a/sys-apps/systemd/systemd-249.9.ebuild
+++ b/sys-apps/systemd/systemd-249.9.ebuild
@@ -176,7 +176,7 @@ pkg_pretend() {
ewarn "See https://bugs.gentoo.org/674458.;
fi
 
-   local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
+   local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG 
~CGROUPS
~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD 
~SYSFS
~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS

diff --git a/sys-apps/systemd/systemd-250.2.ebuild 
b/sys-apps/systemd/systemd-250.2.ebuild
index d4624f9759b6..0d675fb07803 100644
--- a/sys-apps/systemd/systemd-250.2.ebuild
+++ b/sys-apps/systemd/systemd-250.2.ebuild
@@ -181,7 +181,7 @@ pkg_pretend() {
ewarn "See https://bugs.gentoo.org/674458.;
fi
 
-   local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
+   local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG 
~CGROUPS
~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD 
~SYSFS
~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS

diff --git a/sys-apps/systemd/systemd-250.3.ebuild 
b/sys-apps/systemd/systemd-250.3.ebuild
index d4624f9759b6..0d675fb07803 100644
--- a/sys-apps/systemd/systemd-250.3.ebuild
+++ b/sys-apps/systemd/systemd-250.3.ebuild
@@ -181,7 +181,7 @@ pkg_pretend() {
ewarn "See https://bugs.gentoo.org/674458.;
fi
 
-   local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
+   local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG 
~CGROUPS
~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD 
~SYSFS
~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 418af1e6efce..0d675fb07803 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2011-2021 Gentoo Authors
+# Copyright 2011-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -181,7 +181,7 @@ pkg_pretend() {
ewarn "See https://bugs.gentoo.org/674458.;
fi
 
-   local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
+   local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG 
~CGROUPS
~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD 
~SYSFS
~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS



[gentoo-commits] repo/gentoo:master commit in: media-libs/openjpeg/files/, media-libs/openjpeg/

2022-02-02 Thread Sam James
commit: fde99243e307bd130c6f9cc04090bcb9829ce9c0
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Wed Feb  2 19:19:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:20:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde99243

media-libs/openjpeg: Fix mandir and docdir for generated pkgconfig

Update the patch to remove the ${prefix} variable from mandir and docdir
as it results in incorrect paths.

Before:

$ pkg-config --variable=docdir libopenjp2
/usr//usr/share/doc/openjpeg-2.4.0
$ pkg-config --variable=mandir libopenjp2
/usr//usr/share/man

and after:

$ pkg-config --variable=docdir libopenjp2
/usr/share/doc/openjpeg-2.4.0-r1
$ pkg-config --variable=mandir libopenjp2
/usr/share/man

Bug: https://bugs.gentoo.org/694776
Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/24000
Signed-off-by: Sam James  gentoo.org>

 .../files/openjpeg-2.4.0-r1-gnuinstalldirs.patch   | 435 +
 media-libs/openjpeg/openjpeg-2.4.0-r1.ebuild   | 139 +++
 2 files changed, 574 insertions(+)

diff --git a/media-libs/openjpeg/files/openjpeg-2.4.0-r1-gnuinstalldirs.patch 
b/media-libs/openjpeg/files/openjpeg-2.4.0-r1-gnuinstalldirs.patch
new file mode 100644
index ..bc6771c0c4be
--- /dev/null
+++ b/media-libs/openjpeg/files/openjpeg-2.4.0-r1-gnuinstalldirs.patch
@@ -0,0 +1,435 @@
+From fecc8e9e23f78de94c41bc641b3e5b9e9a84560b Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 11 Apr 2019 13:10:57 +0200
+Subject: [PATCH] Use GNUInstallDirs for standard installation directories
+
+Raises minimum cmake version by a little.
+(Later rebased by s...@gentoo.org for 2.4.0)
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -7,7 +7,7 @@
+ # For this purpose you can define a CMake var: OPENJPEG_NAMESPACE to whatever 
you like
+ # e.g.:
+ # set(OPENJPEG_NAMESPACE "GDCMOPENJPEG")
+-cmake_minimum_required(VERSION 2.8.2)
++cmake_minimum_required(VERSION 2.8.5)
+ 
+ if(COMMAND CMAKE_POLICY)
+   cmake_policy(SET CMP0003 NEW)
+@@ -105,58 +105,27 @@ endif()
+ # --
+ # Install directories
+ # Build DOCUMENTATION (not in ALL target and only if Doxygen is found)
++include(GNUInstallDirs)
++
+ option(BUILD_DOC "Build the HTML documentation (with doxygen if available)." 
OFF)
+ 
+ string(TOLOWER ${PROJECT_NAME} projectname)
+ set(OPENJPEG_INSTALL_SUBDIR 
"${projectname}-${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}")
+ 
+-if(NOT OPENJPEG_INSTALL_BIN_DIR)
+-  set(OPENJPEG_INSTALL_BIN_DIR "bin")
+-endif()
+-
+-if(NOT OPENJPEG_INSTALL_LIB_DIR)
+-  set(OPENJPEG_INSTALL_LIB_DIR "lib")
+-endif()
+-
+-if(NOT OPENJPEG_INSTALL_SHARE_DIR)
+-  set(OPENJPEG_INSTALL_SHARE_DIR "share")
+-endif()
+-
+-if(NOT OPENJPEG_INSTALL_DATA_DIR)
+-  set(OPENJPEG_INSTALL_DATA_DIR 
"${OPENJPEG_INSTALL_SHARE_DIR}/${OPENJPEG_INSTALL_SUBDIR}")
+-endif()
+-
+-if(NOT OPENJPEG_INSTALL_INCLUDE_DIR)
+-  set(OPENJPEG_INSTALL_INCLUDE_DIR "include/${OPENJPEG_INSTALL_SUBDIR}")
+-endif()
+-
+-if(BUILD_DOC)
+-if(NOT OPENJPEG_INSTALL_MAN_DIR)
+-  set(OPENJPEG_INSTALL_MAN_DIR "share/man/")
+-endif()
+-
+-if(NOT OPENJPEG_INSTALL_DOC_DIR)
+-  set(OPENJPEG_INSTALL_DOC_DIR "share/doc/${OPENJPEG_INSTALL_SUBDIR}")
+-endif()
+-endif()
+-
+ if(NOT OPENJPEG_INSTALL_JNI_DIR)
+   if(WIN32)
+-set(OPENJPEG_INSTALL_JNI_DIR ${OPENJPEG_INSTALL_BIN_DIR})
++set(OPENJPEG_INSTALL_JNI_DIR ${CMAKE_INSTALL_BINDIR})
+   else()
+-set(OPENJPEG_INSTALL_JNI_DIR ${OPENJPEG_INSTALL_LIB_DIR})
++set(OPENJPEG_INSTALL_JNI_DIR ${CMAKE_INSTALL_LIBDIR})
+   endif()
+ endif()
+ 
+ if(NOT OPENJPEG_INSTALL_PACKAGE_DIR)
+-  # We could install *.cmake files in share/ however those files contains
+-  # hardcoded path to libraries on a multi-arch system (fedora/debian) those
+-  # path will be different (lib/i386-linux-gnu vs lib/x86_64-linux-gnu)
+-  set(OPENJPEG_INSTALL_PACKAGE_DIR 
"${OPENJPEG_INSTALL_LIB_DIR}/${OPENJPEG_INSTALL_SUBDIR}")
++  set(OPENJPEG_INSTALL_PACKAGE_DIR 
"${CMAKE_INSTALL_LIBDIR}/cmake/${OPENJPEG_INSTALL_SUBDIR}")
+ endif()
+ 
+ if (APPLE)
+-  list(APPEND OPENJPEG_LIBRARY_PROPERTIES INSTALL_NAME_DIR 
"${CMAKE_INSTALL_PREFIX}/${OPENJPEG_INSTALL_LIB_DIR}")
++  list(APPEND OPENJPEG_LIBRARY_PROPERTIES INSTALL_NAME_DIR 
"${CMAKE_INSTALL_FULL_LIBDIR}")
+   option(OPJ_USE_DSYMUTIL "Call dsymutil on binaries after build." OFF)
+ endif()
+ 
+@@ -342,14 +311,6 @@ install( FILES ${OPENJPEG_BINARY_DIR}/OpenJPEGConfig.cmake
+ )
+ 
+ #-
+-# install CHANGES and LICENSE
+-if(BUILD_DOC)
+-if(EXISTS ${OPENJPEG_SOURCE_DIR}/CHANGES)
+-  install(FILES CHANGES DESTINATION ${OPENJPEG_INSTALL_DOC_DIR})
+-endif()
+-
+-install(FILES LICENSE DESTINATION 

[gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/

2022-02-02 Thread Sam James
commit: a9832e9d52ac367e7f1dc1a13d13c6e5a83bc120
Author: Wade Cline  hotmail  com>
AuthorDate: Tue Feb  1 03:38:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:18:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9832e9d

net-irc/atheme-services: Drop 7.2.11

Bug: https://bugs.gentoo.org/832400
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Wade Cline  hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24039
Signed-off-by: Sam James  gentoo.org>

 net-irc/atheme-services/Manifest   |  1 -
 .../atheme-services-7.2.11-r1.ebuild   | 91 --
 2 files changed, 92 deletions(-)

diff --git a/net-irc/atheme-services/Manifest b/net-irc/atheme-services/Manifest
index 42b0fc67c057..d1485396f459 100644
--- a/net-irc/atheme-services/Manifest
+++ b/net-irc/atheme-services/Manifest
@@ -1,2 +1 @@
-DIST atheme-services-7.2.11.tar.xz 1051436 BLAKE2B 
99624c21adf820c8ef8e33aa9ae9036c701c4a9218e225e7871717c86010fbed56d00da43cd2ffb79a46074a5602260fabbbaf769407a00175b5127c18913c1c
 SHA512 
adcc189b61efe295997a7456022a7595df5b14b55c2139794d380e57fe77efd42221316558391b5440f077fd951143905454b0e9893deec89108fa671b44ef2f
 DIST atheme-services-7.2.12.tar.xz 1072992 BLAKE2B 
f9e1cb175c1e2f38b5d53eba8f3d391e421baaff7eb76f38b10ba02b258472ccf9b69a7a278ff05c4f620b6fe6e48362618c02d245ed5d9c5acd4bede91ac093
 SHA512 
0d276b9a0c96f72a739090c5b2c732ab6c000f801cbb86347b5670def56f36fb82d70fb4cb68a1d942b9765c054bc136a6b0cecc0573cf8f59076f8b91fc6bf6

diff --git a/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild 
b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
deleted file mode 100644
index dc7e351945f6..
--- a/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic perl-functions
-
-DESCRIPTION="A portable and secure set of open-source and modular IRC services"
-HOMEPAGE="https://github.com/atheme/atheme;
-SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz
 -> ${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
-S="${WORKDIR}/${PN}-v${PV}"
-
-RDEPEND="
-   acct-group/atheme-services
-   acct-user/atheme-services
-   >=dev-libs/libmowgli-2.1.0:2
-   virtual/libcrypt:=
-   cracklib? ( sys-libs/cracklib )
-   ldap? ( net-nds/openldap )
-   perl? ( dev-lang/perl:= )
-   pcre? ( dev-libs/libpcre )
-   ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-# 'dev-vcs/git' required as per bug #665802
-BDEPEND="
-   dev-vcs/git
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
-
-src_configure() {
-   # perl scriping module support is also broken in 7.0.0. Yay for QA 
failures.
-   econf \
-   --sysconfdir="${EPREFIX}"/etc/${PN} \
-   --localstatedir="${EPREFIX}"/var \
-   --enable-fhs-paths \
-   --disable-warnings \
-   --enable-contrib \
-   $(use_enable largenet large-net) \
-   $(use_with cracklib) \
-   $(use_with ldap) \
-   $(use_enable nls) \
-   $(use_enable profile) \
-   $(use_with pcre) \
-   $(use_with perl) \
-   $(use_enable ssl)
-}
-
-src_compile() {
-   emake V=1
-}
-
-src_install() {
-   default
-
-   insinto /etc/${PN}
-   for conf in dist/*.example; do
-   # The .cron file isn't meant to live in /etc/${PN}, so only
-   # install a .example version.
-   [[ ${conf} == *cron* ]] && continue
-
-   local confdest=${conf##*/}
-   newins ${conf} ${confdest%.example}
-   done
-
-   fowners -R 0:${PN} /etc/${PN}
-   keepdir /var/{lib,log}/atheme
-   fowners ${PN}:${PN} /var/{lib,log}/atheme
-   fperms -R go-w,o-rx /etc/${PN}
-   fperms 750 /etc/${PN} /var/{lib,log}/atheme
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   mv "${ED}"/usr/bin/{,atheme-}dbverify || die
-
-   # contributed scripts and such:
-   docinto contrib
-   dodoc contrib/*.{c,pl,php,py,rb}
-
-   use perl && perl_domodule -r contrib/Atheme{,.pm}
-
-   rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
-
-   # Bug #454840 #520490
-   rm -rf "${ED}/var/run" || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/, media-gfx/freecad/files/

2022-02-02 Thread Sam James
commit: a57d11c8caaa82831507a2074d19ec87cb62dbcb
Author: Bernd Waibel  posteo  net>
AuthorDate: Mon Jan 31 05:32:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:18:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57d11c8

media-gfx/freecad: backport vulnerability patches

Bug: https://bugs.gentoo.org/832209
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/24043
Signed-off-by: Sam James  gentoo.org>

 ...-0004809-Security-vulnerability-in-DWG-im.patch |  59 
 ...-Use-run-instead-of-Popen-to-avoid-need-f.patch |  25 ++
 media-gfx/freecad/freecad-0.19.2-r6.ebuild | 326 +
 3 files changed, 410 insertions(+)

diff --git 
a/media-gfx/freecad/files/freecad-0.19.2-0001-Backport-of-0004809-Security-vulnerability-in-DWG-im.patch
 
b/media-gfx/freecad/files/freecad-0.19.2-0001-Backport-of-0004809-Security-vulnerability-in-DWG-im.patch
new file mode 100644
index ..2df44ff66ac8
--- /dev/null
+++ 
b/media-gfx/freecad/files/freecad-0.19.2-0001-Backport-of-0004809-Security-vulnerability-in-DWG-im.patch
@@ -0,0 +1,59 @@
+From 4006e62860c73f0943e71c7da478256a7337941d Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Mon, 31 Jan 2022 08:12:35 +0100
+Subject: [PATCH 1/2] Backport of 0004809: Security vulnerability in DWG import
+ when using ODA file converter
+
+Original patch commit id 1742d7ff82af1653253c4a4183c262c9af3b26d6 by
+wmayer .
+
+Signed-off-by: Bernd Waibel 
+--- a/src/Mod/Draft/importDWG.py
 b/src/Mod/Draft/importDWG.py
+@@ -44,8 +44,6 @@ https://knowledge.autodesk.com/support/autocad/downloads/
+ # * *
+ # ***
+ 
+-# TODO: use subprocess.popen() instead of subprocess.call()
+-
+ import six
+ import FreeCAD
+ from FreeCAD import Console as FCC
+@@ -217,15 +215,10 @@ def convertToDxf(dwgfilename):
+ indir = os.path.dirname(dwgfilename)
+ outdir = tempfile.mkdtemp()
+ basename = os.path.basename(dwgfilename)
+-cmdline = ('"%s" "%s" "%s" "ACAD2000" "DXF" "0" "1" "%s"'
+-   % (teigha, indir, outdir, basename))
+-FCC.PrintMessage(translate("ImportDWG", "Converting: ")
+- + cmdline + "\n")
+-if six.PY2:
+-if isinstance(cmdline, six.text_type):
+-encoding = sys.getfilesystemencoding()
+-cmdline = cmdline.encode(encoding)
+-subprocess.call(cmdline, shell=True)  # os.system(cmdline)
++cmdline = [teigha, indir, outdir, "ACAD2000", "DXF", "0", "1", 
basename]
++FCC.PrintMessage(translate("draft", "Converting:") + " " + 
str(cmdline) + "\n")
++proc = subprocess.Popen(cmdline)
++proc.communicate()
+ result = outdir + os.sep + os.path.splitext(basename)[0] + ".dxf"
+ if os.path.exists(result):
+ FCC.PrintMessage(translate("ImportDWG",
+@@ -270,10 +263,9 @@ def convertToDwg(dxffilename, dwgfilename):
+ indir = os.path.dirname(dxffilename)
+ outdir = os.path.dirname(dwgfilename)
+ basename = os.path.basename(dxffilename)
+-cmdline = ('"%s" "%s" "%s" "ACAD2000" "DWG" "0" "1" "%s"'
+-   % (teigha, indir, outdir, basename))
+-FCC.PrintMessage(translate("ImportDWG", "Converting: ")
+- + cmdline + "\n")
+-subprocess.call(cmdline, shell=True)  # os.system(cmdline)
++cmdline = [teigha, indir, outdir, "ACAD2000", "DWG", "0", "1", 
basename]
++FCC.PrintMessage(translate("draft", "Converting:") + " " + 
str(cmdline) + "\n")
++proc = subprocess.Popen(cmdline)
++proc.communicate()
+ return dwgfilename
+ return None
+-- 
+2.35.0
+

diff --git 
a/media-gfx/freecad/files/freecad-0.19.2-0002-Backport-of-Use-run-instead-of-Popen-to-avoid-need-f.patch
 
b/media-gfx/freecad/files/freecad-0.19.2-0002-Backport-of-Use-run-instead-of-Popen-to-avoid-need-f.patch
new file mode 100644
index ..9b043bd34563
--- /dev/null
+++ 
b/media-gfx/freecad/files/freecad-0.19.2-0002-Backport-of-Use-run-instead-of-Popen-to-avoid-need-f.patch
@@ -0,0 +1,25 @@
+From 937d8ca9bf4c50f8a7dc0fbcf9e6ac23b0fbe033 Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Mon, 31 Jan 2022 08:17:24 +0100
+Subject: [PATCH 2/2] Backport of Use run() instead of Popen() to avoid need
+ for communicate
+
+Original patch commit id a65dbc6f8296562a12407a36f4931a80bbb628b7 by
+sliptonic 
+
+Signed-off-by: Bernd Waibel 
+--- a/src/Mod/Path/PathScripts/PathSanity.py
 b/src/Mod/Path/PathScripts/PathSanity.py
+@@ -412,8 +412,7 @@ class CommandPathSanity:
+ FreeCAD.Console.PrintMessage('asciidoc file written to 
{}\n'.format(reportraw))
+ 
+ try:
+-result = os.system('asciidoctor {} 

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

2022-02-02 Thread Sam James
commit: 23198257e514f9140f37e1f0521662c8b3ff490d
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Mon Jan 31 16:37:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 02:17:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23198257

media-gfx/hydrus: Drop 466, add 471, fix 

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Closes: https://github.com/gentoo/gentoo/pull/24031
Signed-off-by: Sam James  gentoo.org>

 media-gfx/hydrus/Manifest| 2 +-
 media-gfx/hydrus/{hydrus-466-r1.ebuild => hydrus-471.ebuild} | 0
 media-gfx/hydrus/hydrus-.ebuild  | 4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
index 967430e33f4b..3ff054ac302c 100644
--- a/media-gfx/hydrus/Manifest
+++ b/media-gfx/hydrus/Manifest
@@ -1,4 +1,4 @@
-DIST hydrus-466.tar.gz 39454888 BLAKE2B 
12663c3781e71def858a262013018ce5ae29ce007a6755ae05abb8f44aa6c70a8b2f9c358dd8324f8148fa86d9d801121c1a6373d6faae1f9fec2bbf98aa0e7f
 SHA512 
4e796a85f65d24f60e7a2e743b7924bb4ce40ab2f23b7816d0953dc696969d1c6690ae2384d71df5edfb6d9dc9fa548c41174c611c98c8ceb8a28c0453235d4c
 DIST hydrus-467.tar.gz 39386111 BLAKE2B 
75c13f5aa3cb745c01d05fddb5e443b74a4c6cb09233d128f017f7741465215e4a62b402e222e974017486e7b75e6a1fd0ec0c61b58484897f7f74e712bf0e46
 SHA512 
af461003f1f1cc8eb93b0efdff609d184844ddd6defcda6d4cec8c1596a496d681ae383ea0d0a3ad71d3b841c1b68ad0480a3f726ad1fafdbc042ddbbbadc639
 DIST hydrus-468.tar.gz 39392634 BLAKE2B 
a6dd22e388a0f4d5b312985ea6686ee18fb51dd149188c3877ec3a44f1a2013617770a0b1234b862e9096ca1d61925fcf8dbd2f5871e44fdd695662651f5cec1
 SHA512 
0c6f6730304e1f48496bad0eae1694e2d5bb674bcf049555658f55246a03a9105e4e4a12534256c1c08e8337ed9dfaf0ae8f68a40b70a7e532df0ac6365e9fb6
 DIST hydrus-469.tar.gz 39398328 BLAKE2B 
e10791db063c9cde1e204c353f27f4f1875e8a1f6981cf2d4f79fa6dbe55958be2ec310bdf77d640ff7b0cb7528870e34209cfde00035e1b29c75def524aa1e2
 SHA512 
b9416c195490fb7bc87fcaab58d79c1b13a63e577d0496ffae22ea901dfdd445a2b7b3197f0cc97c60339455fd2c687679f392787af5595cc16364551485
+DIST hydrus-471.tar.gz 39406654 BLAKE2B 
92ebf94acabc5528848d10585b3b6a0a4f6f8365136f3f724b3a6795b03db5ad3de1abed574dce6cfb2061afaf11d34939ce11beb1de9e3472515c562a578fa5
 SHA512 
489384663239348dac961fb4597c87cedc1cd29143e96243b99e6e65d9083eb89f73fdabc7d3c26b396ab166494b1d93d0e18b3645cee52019db1b016a256d16

diff --git a/media-gfx/hydrus/hydrus-466-r1.ebuild 
b/media-gfx/hydrus/hydrus-471.ebuild
similarity index 100%
rename from media-gfx/hydrus/hydrus-466-r1.ebuild
rename to media-gfx/hydrus/hydrus-471.ebuild

diff --git a/media-gfx/hydrus/hydrus-.ebuild 
b/media-gfx/hydrus/hydrus-.ebuild
index 0915a2ae5436..f45dbc3ac8ef 100644
--- a/media-gfx/hydrus/hydrus-.ebuild
+++ b/media-gfx/hydrus/hydrus-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,7 @@ RDEPEND="
dev-python/html5lib[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},lcms]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/pyside2[widgets,gui,${PYTHON_USEDEP}]



[gentoo-commits] repo/user/ssnb:master commit in: dev-util/rubymine/

2022-02-02 Thread Samuel Bernardo
commit: 13b6bcbdb44a0bc6fddb6667fb0cf37f67763d23
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 02:04:40 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 02:04:40 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=13b6bcbd

Cleanup old versions of rubymine

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-util/rubymine/rubymine-2019.3.0.ebuild | 35 ---
 dev-util/rubymine/rubymine-2019.3.1.ebuild | 35 ---
 dev-util/rubymine/rubymine-2019.3.3.ebuild | 35 ---
 dev-util/rubymine/rubymine-2019.3.4.ebuild | 35 ---
 dev-util/rubymine/rubymine-2020.1.0.ebuild | 55 --
 dev-util/rubymine/rubymine-2020.1.1.ebuild | 55 --
 dev-util/rubymine/rubymine-2020.1.2.ebuild | 55 --
 dev-util/rubymine/rubymine-2020.1.4.ebuild | 55 --
 8 files changed, 360 deletions(-)

diff --git a/dev-util/rubymine/rubymine-2019.3.0.ebuild 
b/dev-util/rubymine/rubymine-2019.3.0.ebuild
deleted file mode 100644
index 34fbec7..000
--- a/dev-util/rubymine/rubymine-2019.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit eutils versionator
-
-SLOT="$(get_major_version)"
-RDEPEND=">=virtual/jdk-1.7"
-
-MY_PN="RubyMine"
-MY_PV="$(get_version_component_range 1-2)"
-RESTRICT="strip"
-QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
-
-DESCRIPTION="The most intelligent Ruby and Rails IDE"
-HOMEPAGE="http://jetbrains.com/ruby/;
-SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz;
-LICENSE="all-rights-reserved"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-src_install() {
-   local dir="/opt/${P}"
-   local exe="${PN}-${SLOT}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" 
"${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
-
-   newicon "bin/${PN}.png" "${exe}.png"
-   make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
-   make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
-}

diff --git a/dev-util/rubymine/rubymine-2019.3.1.ebuild 
b/dev-util/rubymine/rubymine-2019.3.1.ebuild
deleted file mode 100644
index 3ba7d4c..000
--- a/dev-util/rubymine/rubymine-2019.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit eutils versionator
-
-SLOT="$(get_major_version)"
-RDEPEND=">=virtual/jdk-1.7"
-
-MY_PN="RubyMine"
-MY_PV="$(get_version_component_range 1-3)"
-RESTRICT="strip"
-QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
-
-DESCRIPTION="The most intelligent Ruby and Rails IDE"
-HOMEPAGE="http://jetbrains.com/ruby/;
-SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz;
-LICENSE="all-rights-reserved"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-src_install() {
-   local dir="/opt/${P}"
-   local exe="${PN}-${SLOT}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" 
"${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
-
-   newicon "bin/${PN}.png" "${exe}.png"
-   make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
-   make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
-}

diff --git a/dev-util/rubymine/rubymine-2019.3.3.ebuild 
b/dev-util/rubymine/rubymine-2019.3.3.ebuild
deleted file mode 100644
index 3ba7d4c..000
--- a/dev-util/rubymine/rubymine-2019.3.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit eutils versionator
-
-SLOT="$(get_major_version)"
-RDEPEND=">=virtual/jdk-1.7"
-
-MY_PN="RubyMine"
-MY_PV="$(get_version_component_range 1-3)"
-RESTRICT="strip"
-QA_TEXTRELS="opt/${P}/bin/libbreakgen.so"
-
-DESCRIPTION="The most intelligent Ruby and Rails IDE"
-HOMEPAGE="http://jetbrains.com/ruby/;
-SRC_URI="http://download.jetbrains.com/ruby/${MY_PN}-${MY_PV}.tar.gz;
-LICENSE="all-rights-reserved"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-src_install() {
-   local dir="/opt/${P}"
-   local exe="${PN}-${SLOT}"
-
-   insinto "${dir}"
-   doins -r *
-   fperms 755 "${dir}/bin/${PN}.sh" "${dir}/bin/rinspect.sh" 
"${dir}/bin/fsnotifier" "${dir}/bin/fsnotifier64"
-
-   newicon "bin/${PN}.png" "${exe}.png"
-   make_wrapper "${exe}" "/opt/${P}/bin/${PN}.sh"
-   make_desktop_entry ${exe} "RubyMine ${MY_PV}" "${exe}" "Development;IDE"
-}

diff --git a/dev-util/rubymine/rubymine-2019.3.4.ebuild 
b/dev-util/rubymine/rubymine-2019.3.4.ebuild
deleted file mode 100644
index 3ba7d4c..000
--- 

[gentoo-commits] repo/user/ssnb:master commit in: dev-util/webstorm/

2022-02-02 Thread Samuel Bernardo
commit: 748c2c94f6befd68373a6c2d380aa2bf40b68332
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 02:01:31 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 02:01:31 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=748c2c94

Remove outdated webstorm

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-util/webstorm/Manifest |  5 --
 dev-util/webstorm/metadata.xml | 14 -
 .../webstorm/webstorm-2017.2.5.172.4343.25.ebuild  | 46 -
 .../webstorm/webstorm-2020.1.1.201.7223.93.ebuild  | 59 --
 4 files changed, 124 deletions(-)

diff --git a/dev-util/webstorm/Manifest b/dev-util/webstorm/Manifest
deleted file mode 100644
index 821b91c..000
--- a/dev-util/webstorm/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST WebStorm-2017.2.5.tar.gz 257640874 BLAKE2B 
b501a5722082829c053e478b51f19507d47f9874764ea45d26b4343c0aa8631bfc8b33cfb91efce82d41e4eba50fedd53dd4351b67403aaf68000dd22b0836dc
 SHA512 
5e13a990ad7a56eafbd346ecc505380a3957ef67c63b524747f8f1c032d177301d2b61f9451ff7a2bca4f5b50bb3ee598d5e636e2fafcd9271a9da358452660b
-DIST WebStorm-2020.1.1.tar.gz 339941213 BLAKE2B 
f88ccba4e0766401a994a81daad3d53f5689cfb6eb8b75dd066f8046e8eedb36e5dfb306d03d961daf6dd691b3cced7d587a7306039111d54027c9490d0b02ea
 SHA512 
5e8853ed85704f4a5e230abe37ff5bb4566cc123d800f9a2da1669fa00a1b561586808204eae4a4ec1f08631815321a77fff77ab4536c0a15ee1c3f85ddcd619
-EBUILD webstorm-2017.2.5.172.4343.25.ebuild 1070 BLAKE2B 
9c202b85862a3c7de6852a7652fcba830a094e67d46d1466e7a2a1aa4ab4626f86ab442288f440bd4dd3fef2137d5ce25cc2436b28b1402c9cea9741da11033f
 SHA512 
433cd702ffeeb93bac6c5760c69c6ed319a38875f45244bf77aee18b440af74b5d3755501b1669bfde53a0a73dbb8e07f1b47c8438d4f4fc2e162ccf441a1868
-EBUILD webstorm-2020.1.1.201.7223.93.ebuild 1216 BLAKE2B 
118ccea4f98a964a447fb2b9a28e5cbb18519e5c73685d5d47611f3ce60f05368f35ace3a037d4009e13d38df9d342586b8e2e0e7828a012707164c76046e45e
 SHA512 
0a4ecb0a15763a903cfba9c8adfb3953e0f60f7094100036221393352bdd16a85608d549c2c4fc4cb8261abb9e457f83b5cf3ce0261e67bc32ec17e3afe96b1f
-MISC metadata.xml 550 BLAKE2B 
5f12e899cd95d70d7996a4af7207770e446cf5c58f68ab6224800d17648af56bb4603b40ed47259f91761e3554b639245253ba2f9f99f7a0b07be8ac2974831c
 SHA512 
f4244aa280955793979e9202751a4ee641c17131c16b842905a32bddd6ae9d8d95a8e3cf3dd86405185e10d58df52bf08500c00ed5a02f727fe66f40a78e760f

diff --git a/dev-util/webstorm/metadata.xml b/dev-util/webstorm/metadata.xml
deleted file mode 100644
index e5eee97..000
--- a/dev-util/webstorm/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   samuelbernardo.m...@gmail.com
-   Samuel Bernardo
-   
-   
-   A powerful and intelligent IDE that gives you the best coding 
assistance for JavaScript, HTML and CSS and a wide range of modern web 
technologies.
-   
-   
-   Install and use the Java 11 based version of 
JetBrains Runtime.
-   
-

diff --git a/dev-util/webstorm/webstorm-2017.2.5.172.4343.25.ebuild 
b/dev-util/webstorm/webstorm-2017.2.5.172.4343.25.ebuild
deleted file mode 100644
index 8b957a3..000
--- a/dev-util/webstorm/webstorm-2017.2.5.172.4343.25.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-EAPI=5
-
-inherit eutils versionator
-
-#EAP='-EAP'
-#PVERSION='11'
-PV_STRING="$(get_version_component_range 4-6)"
-MY_PV="$(get_version_component_range 1-3)"
-MY_PN="WebStorm"
-
-HOMEPAGE="http://www.jetbrains.com/webstorm/;
-DESCRIPTION="Most Intelligent WebStorm IDE for develop on js html css, 11 EAP 
version"
-SRC_URI="https://download.jetbrains.com/webstorm/${MY_PN}-${MY_PV}.tar.gz;
-
-if [[ x${PVERSION} != 'x' ]]; then
-   KEYWORDS="x86 amd64"
-else
-   KEYWORDS="~x86 ~amd64"
-fi
-
-PROGNAME="WebStorm"
-RESTRICT="strip mirror"
-DEPEND=">=virtual/jre-1.6"
-SLOT="0"
-S="${WORKDIR}/${MY_PN}-${PV_STRING}"
-
-src_install() {
-   dodir /opt/${PN}
-
-   cd WebStorm-*/
-   insinto /opt/${PN}
-   doins -r *
-
-   fperms a+x /opt/${PN}/bin/webstorm.sh || die "Chmod failed"
-   fperms a+x /opt/${PN}/bin/fsnotifier || die "Chmod failed"
-   fperms a+x /opt/${PN}/bin/fsnotifier64 || die "Chmod failed"
-   dosym /opt/${PN}/bin/webstorm.sh /usr/bin/${PN}
-   
-   #mv "bin/webstorm.svg" "bin/${PN}.svg"
-   doicon "bin/${PN}.svg"
-   make_desktop_entry ${PN} "${PROGNAME}" "${PN}"
-}
-pkg_postinst() {
-elog "Run /usr/bin/${PN}"
-}
-

diff --git a/dev-util/webstorm/webstorm-2020.1.1.201.7223.93.ebuild 
b/dev-util/webstorm/webstorm-2020.1.1.201.7223.93.ebuild
deleted file mode 100644
index c9c5eee..000
--- a/dev-util/webstorm/webstorm-2020.1.1.201.7223.93.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils gnome2-utils readme.gentoo-r1 xdg
-
-MY_PV="$(ver_cut 1-3)"

[gentoo-commits] repo/user/ssnb:master commit in: net-im/stride-bin/

2022-02-02 Thread Samuel Bernardo
commit: 4b74f3e59d7cff520d4eb4298ffc6bb739d0956a
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 02:00:30 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 02:00:30 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=4b74f3e5

Remove deprecated stride-bin

Signed-off-by: Samuel Bernardo  gmail.com>

 net-im/stride-bin/Manifest  |  2 -
 net-im/stride-bin/stride-bin-1.17.82.ebuild | 63 -
 2 files changed, 65 deletions(-)

diff --git a/net-im/stride-bin/Manifest b/net-im/stride-bin/Manifest
deleted file mode 100644
index eacd6fd..000
--- a/net-im/stride-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST stride-bin-1.17.82.deb 50374678 BLAKE2B 
1c96c309e476ab2dcbac252e3f308483fcf0a15ddc9fffacb9496e5e3325ffd2293b756ad56e9473692f5999290197914736c3d859c61178069d86d6b31a2dfa
 SHA512 
5f01b40923e3f3a7174e0e40ad3d7f0c35c4cf5393f5eec99e93605e0bccd64d94b8afea5cdf074567336c2f5fb71791733ee3959a174affe708a57b21c560c6
-EBUILD stride-bin-1.17.82.ebuild 1290 BLAKE2B 
7c6f59858884bf5b1fcbd95750ca2cfb1ac7a5463a25e3bb8570961a972d8102057351833c01a4bc2499fc48183b66d658ea40585f7acea2b2eb25e9c359a3e0
 SHA512 
5d6875c6366b539643a59d58e0de2a4c724f80c75143dbd1d880eeed72e8857fc6793d482c7c5953637cb990597b53d6b44f902a8dc18389909646d196c58c86

diff --git a/net-im/stride-bin/stride-bin-1.17.82.ebuild 
b/net-im/stride-bin/stride-bin-1.17.82.ebuild
deleted file mode 100644
index 5b8aa93..000
--- a/net-im/stride-bin/stride-bin-1.17.82.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils unpacker xdg-utils xdg versionator
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Stride desktop client"
-HOMEPAGE="https://www.stride.com/;
-SRC_URI="https://packages.atlassian.com/${MY_PN}-apt-client/pool/${MY_PN}_${PV}_amd64.deb
 -> ${P}.deb"
-LICENSE="no-source-code"
-RESTRICT="mirror"
-
-SLOT="$(get_major_version)"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-QA_PREBUILT="opt/${PN}/*"
-
-S="${WORKDIR}/usr/lib/${MY_PN}"
-
-src_prepare() {
-   sed -i -e 's:Network;::' 
"${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
-   eapply_user
-}
-
-src_install() {
-   exeinto "/opt/${PN}"
-   doexe "${MY_PN}"
-
-   insinto "/opt/${PN}"
-   doins *.pak *.so icudtl.dat natives_blob.bin snapshot_blob.bin version
-   doins -r locales resources
-
-   insinto /usr/share
-   doins -r "${WORKDIR}/usr/share/icons"
-
-   make_wrapper "${MY_PN}" "./${MY_PN}" "/opt/${PN}" .
-
-   domenu "${WORKDIR}/usr/share/applications/${MY_PN}.desktop"
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/

2022-02-02 Thread Samuel Bernardo
commit: 77c0e4363a366556850ffa69eee2a3ab88471d9b
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 01:59:14 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 01:59:14 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=77c0e436

Remove pcm ebuild because it is outdated

Signed-off-by: Samuel Bernardo  gmail.com>

 sys-apps/pcm/Manifest|  3 --
 sys-apps/pcm/metadata.xml|  9 --
 sys-apps/pcm/pcm-201902.0.ebuild |  1 -
 sys-apps/pcm/pcm-99.ebuild   | 68 
 4 files changed, 81 deletions(-)

diff --git a/sys-apps/pcm/Manifest b/sys-apps/pcm/Manifest
deleted file mode 100644
index fbd34da..000
--- a/sys-apps/pcm/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD pcm-201902.0.ebuild 1369 BLAKE2B 
80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429
 SHA512 
d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
-EBUILD pcm-99.ebuild 1369 BLAKE2B 
80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429
 SHA512 
d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
-MISC metadata.xml 465 BLAKE2B 
ec83d6c09feb51ff6b91e9369c26c9a1e3749489cc9f36d9cac9a32d1eb3c4a2ac4087ed8c40b47c1c30faac92ead54b0f73d27acf8ed0a4fd551dda0c1b4dd5
 SHA512 
4978d475dbdc8667bb3d7157c28c7975605ec85a5a6af7200e3e6a4812b6c8ef2be7ce55c0c8703c8b317ee9d1e6f41b38b28d5711a5f098786b61daa563e9cc

diff --git a/sys-apps/pcm/metadata.xml b/sys-apps/pcm/metadata.xml
deleted file mode 100644
index 00bcf7b..000
--- a/sys-apps/pcm/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   samuelbernardo.m...@gmail.com
-   Samuel Bernardo
-   Processor Counter Monitor (PCM) is an application 
programming interface (API) and a set of tools based on the API to monitor 
performance and energy metrics of Intel processors
-   
-

diff --git a/sys-apps/pcm/pcm-201902.0.ebuild b/sys-apps/pcm/pcm-201902.0.ebuild
deleted file mode 12
index 096e097..000
--- a/sys-apps/pcm/pcm-201902.0.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-pcm-99.ebuild
\ No newline at end of file

diff --git a/sys-apps/pcm/pcm-99.ebuild b/sys-apps/pcm/pcm-99.ebuild
deleted file mode 100644
index cacb75a..000
--- a/sys-apps/pcm/pcm-99.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=7
-
-inherit eutils multilib git-r3
-
-
-DESCRIPTION="Processor Counter Monitor (PCM) is an application programming 
interface (API) and a set of tools based on the API to monitor performance and 
energy metrics of Intel processors"
-HOMEPAGE="https://github.com/opcm/pcm;
-if [[ ${PV} == *99* ]];then
-   EGIT_REPO_URI="https://github.com/opcm/pcm.git;
-   KEYWORDS=""
-   EGIT_SUBMODULES=( '*' )
-else
-   MYPV=$(ver_cut 1)
-   EGIT_REPO_URI="https://github.com/opcm/pcm.git;
-   EGIT_COMMIT="${MYPV}"
-   EGIT_SUBMODULES=( '*' )
-   KEYWORDS="~x86 ~amd64"
-fi
-
-LICENSE="Intel"
-SLOT="0"
-IUSE=""
-
-#DEPEND=""
-#RDEPEND="${DEPEND}"
-
-PATCHES=( )
-
-if [[ ${PV} != *99* ]];then
-   src_prepare(){
-   default
-   }
-fi
-
-src_configure(){
-   true
-}
-
-src_compile(){
-   cd "${S}"
-   emake INSTALL_ROOT="${D}" || die
-}
-
-src_install(){
-   insinto usr/share/licenses/${PN}
-   doins LICENSE
-
-   newbin pcm.x pcm
-   newbin pcm-numa.x pcm-numa
-   newbin pcm-latency.x pcm-latency
-   newbin pcm-power.x pcm-power
-   newbin pcm-sensor.x pcm-sensor
-   newbin pcm-msr.x pcm-msr
-   newbin pcm-memory.x pcm-memory
-   newbin pcm-tsx.x pcm-tsx
-   newbin pcm-pcie.x pcm-pcie
-   newbin pcm-core.x pcm-core
-   newbin pcm-iio.x pcm-iio
-   newbin pcm-lspci.x pcm-lspci
-   newbin pcm-pcicfg.x pcm-pcicfg
-
-   into usr/lib/${PN}
-   dolib.a libPCM.a
-}



[gentoo-commits] repo/user/ssnb:master commit in: net-misc/meocloud-client-beta/

2022-02-02 Thread Samuel Bernardo
commit: 04ff848f5f137ca52a5ef17e76d41f7aec28feee
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 01:55:44 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 01:55:44 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=04ff848f

Remove stripped directories from build

Signed-off-by: Samuel Bernardo  gmail.com>

 net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild 
b/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild
index 89a19f3..41c0c10 100644
--- a/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild
+++ b/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild
@@ -17,6 +17,10 @@ SRC_URI="
amd64? ( 
https://meocloud.pt/binaries/linux/x86_64/meocloud-latest_x86_64_beta.tar.gz -> 
${P}_x86_64.tar.gz )
"
 
+QA_PRESTRIPPED="
+   opt/meocloud/cli/.*
+   opt/meocloud/core/*"
+
 QA_FLAGS_IGNORED="*"
 
 src_unpack() {



[gentoo-commits] repo/user/ssnb:master commit in: net-nds/apachedirectorystudio/

2022-02-02 Thread Samuel Bernardo
commit: 91659e5a0b38e198a2c8b63d828234ff21e17680
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 01:50:52 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 01:50:52 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=91659e5a

Update apachedirectorystudio into EAPI 7

Signed-off-by: Samuel Bernardo  gmail.com>

 net-nds/apachedirectorystudio/Manifest |  6 +--
 .../apachedirectorystudio-2.0.0.20180908.ebuild| 50 --
 ...apachedirectorystudio-2.0.0.20210717.17.ebuild} | 18 +++-
 3 files changed, 9 insertions(+), 65 deletions(-)

diff --git a/net-nds/apachedirectorystudio/Manifest 
b/net-nds/apachedirectorystudio/Manifest
index 619895c..c99cbae 100644
--- a/net-nds/apachedirectorystudio/Manifest
+++ b/net-nds/apachedirectorystudio/Manifest
@@ -1,4 +1,2 @@
-DIST ApacheDirectoryStudio-2.0.0.v20180908-M14-linux.gtk.x86.tar.gz 146593441 
BLAKE2B 
f72b595ee419a5141c1347e83592714cd5a0e8c23f0ca3cee1f80aeb1d62378241b7b8133723379f2e9d16fbb3367c2d680e59942845af45cf5fc06219938bea
 SHA512 
ea7eda032584a9ddd40a3b712eff5128a3263e0bb75c43cd70df3901516c1d563e510c2d649a4be2a3651e94ae2e3933ced11974c2bd0e5894685354a9562107
-DIST ApacheDirectoryStudio-2.0.0.v20180908-M14-linux.gtk.x86_64.tar.gz 
146704643 BLAKE2B 
192201af0525b52b00b0adafd149ea678978c07f59314801b58287f9b18e21027bc8857b70dd403573a0926ddeb7c447cbac5b3062bdf740807ea9edf60e5254
 SHA512 
47a00ea0bc646ea924ea3f55b6d48180bdd0d5c5ba41f70abf83e27f5244c4c82ab76cdeff44bc3dfd0bb802832f49bada3b58bcdaaacb62ea84f9beca7e2aad
-EBUILD apachedirectorystudio-2.0.0.20180908-r1.ebuild 1316 BLAKE2B 
9b43ce3854f6738739c4857e1d7d462e28467c42a38721ad4aea56ad1d4a1a0450606194ec650ac68b4954bf26458be4d62590a17bd4e3bd84de5f9a2d7d1f31
 SHA512 
cff05c628fd3ed7cc773ee77234aa08aca3db3c5d928b85a62e6ad47bfa13202218f8ded12fedbb7936eb816dc40efb3b5564e0eb5a354a554e191289c47a5af
-EBUILD apachedirectorystudio-2.0.0.20180908.ebuild 1343 BLAKE2B 
1856c0f2ed2f9a26d721e0bd58688a96b51fa920b69c102e88644e2ce8957677e2396ef642b08eb2aa8fc34da62d5da2c9d2597e32935b235d72f06604e0
 SHA512 
15be6d8441e554731664dbd9084c3086cd5a17a1ee8fac19b2d18eac4f97aa185581c64c5aa34a69477e4457c8419ec9cd00c450f9a08657f21c8e2a7c00
+DIST ApacheDirectoryStudio-2.0.0.v20210717-M17-linux.gtk.x86_64.tar.gz 
140122735 BLAKE2B 
d54f3dcb9fa7b1d54f88495415bd9e6f11e15f5c8ecb875a17a43eff417eb1f090df6dd4a9e71c22b55a265bf24ab94025b08b1bd2ff395b38bc0c5906a1e0ad
 SHA512 
771a5c2d6b9f6f0487ceb435ee765863eb51a66f9ff4506fd5bba5745cff4c41b7557a7916dabe85bae8204e79746a1bb95d75c1aeacc474193cafc6401a8edb
+EBUILD apachedirectorystudio-2.0.0.20210717.17.ebuild 1169 BLAKE2B 
1359e8ad854450b12d0c8c6bcd38526b44b9f12441b6e08f684cedb7f7603b4ae5e1c4b78d00baf81dc834aa099105ed14296cbbd43e493e5b5d36de289112af
 SHA512 
6aad7ed9e413f72997107fb69af26f0ad69e722de06d389080e3dd85ae401f4e9fe8151ce7107271e00fef536e569dcff29aa12a0634d7cce31242c07461c76e

diff --git 
a/net-nds/apachedirectorystudio/apachedirectorystudio-2.0.0.20180908.ebuild 
b/net-nds/apachedirectorystudio/apachedirectorystudio-2.0.0.20180908.ebuild
deleted file mode 100644
index 91c1406..000
--- a/net-nds/apachedirectorystudio/apachedirectorystudio-2.0.0.20180908.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="6"
-
-inherit eutils versionator
-
-MY_PV=$(replace_version_separator 3 '.v')
-MY_PN="ApacheDirectoryStudio"
-MY_PKGM=14
-
-
-DESCRIPTION="Apache Directory Studio is an universal LDAP directory tool."
-SRC_URI="amd64? (
-   
"http://www.us.apache.org/dist/directory/studio/${MY_PV}-M${MY_PKGM}/${MY_PN}-${MY_PV}-M${MY_PKGM}-linux.gtk.x86_64.tar.gz;
-   )
-   x86? (
-   
"http://www.us.apache.org/dist/directory/studio/${MY_PV}-M${MY_PKGM}/${MY_PN}-${MY_PV}-M${MY_PKGM}-linux.gtk.x86.tar.gz;
-   )"
-HOMEPAGE="http://directory.apache.org/studio/;
-
-KEYWORDS="~amd64 ~x86"
-SLOT="2"
-LICENSE="Apache-2.0"
-IUSE=""
-
-DEPEND="!net-nds/Apache-DS" # obsolete ebuild name
-RDEPEND=">=virtual/jre-1.8.0
-   x11-libs/gtk+:2"
-
-MY_ARCH="x86?  ( x86 ) amd64? ( amd64 )"
-INSTALL_DIR="/opt"
-S="${WORKDIR}/${MY_PN}-linux-${MY_ARCH}-${MY_PV}"
-
-src_install() {
-
-   insinto "${INSTALL_DIR}"
-   
-   newicon 
"${MY_PN}/features/org.apache.directory.studio.schemaeditor.feature_${MY_PV}-M${MY_PKGM}/studio.png"
 "${MY_PN}.png"
-   #newicon "${MY_PN}/icon.xpm" "${MY_PN}.xpm"
-   
-   make_desktop_entry "${MY_PN}" "Apache Directory Studio" "${MY_PN}" 
"System"
-   
-   doins -r *
-   
-   fperms +x "${INSTALL_DIR}/${MY_PN}/${MY_PN}"
-   
-   dosym "${INSTALL_DIR}/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
-}

diff --git 
a/net-nds/apachedirectorystudio/apachedirectorystudio-2.0.0.20180908-r1.ebuild 
b/net-nds/apachedirectorystudio/apachedirectorystudio-2.0.0.20210717.17.ebuild
similarity index 68%
rename 

[gentoo-commits] repo/user/ssnb:master commit in: sci-misc/rapidminer-studio/

2022-02-02 Thread Samuel Bernardo
commit: 6ebedf133420cbbe28a4a81b93af0709de06b836
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 01:10:49 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 01:10:49 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=6ebedf13

Remove obsolete rapidminer-studio

Signed-off-by: Samuel Bernardo  gmail.com>

 sci-misc/rapidminer-studio/Manifest|  4 --
 .../rapidminer-studio-7.5.3.ebuild | 57 --
 .../rapidminer-studio-8.1.1.ebuild | 57 --
 3 files changed, 118 deletions(-)

diff --git a/sci-misc/rapidminer-studio/Manifest 
b/sci-misc/rapidminer-studio/Manifest
deleted file mode 100644
index cbe73ff..000
--- a/sci-misc/rapidminer-studio/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST rapidminer-studio-7.5.3.zip 130651787 BLAKE2B 
7f199c0d08115a8a27da0e1ef564d1eff5dd48f9b3d436a8a67e6f18f524b677b4f4482474bd2c744a36a6b354415a090511de89a39984bdf82f6213290322b8
 SHA512 
1742ac7ec1262a649e02b71a6ae6f9f82b5569608ea1262be786cf5db0c2ea0dfebae1a4391db873fa460c9403725390c24484a3c24ae258219a4084222157c7
-DIST rapidminer-studio-8.1.1.zip 138020790 BLAKE2B 
eb9262f404b4f8c29eb5bc527a7342b519c1a7b494c4950cf60af3e7753146e31e4c1fb9ac3d4c936d40b48fafb79de4c059fdf7911b73dec80155e541908f1d
 SHA512 
2a7ee297947b12c2a2948f9f1216fbd47fe18354ad34d41a6be4204a7b2bf5cd2f57053d87589d097442670fcc7d0b504dd1399bb5e5abc918d5254ebede8bd2
-EBUILD rapidminer-studio-7.5.3.ebuild 1184 BLAKE2B 
0eec1fd1b2f1f14ec6cb8a89528b866ab2319367074482e393fb09afb75cc79bf1c2df1ff7040801d5684112271a4e640dd454d2816ef2217444184c08700ffc
 SHA512 
13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec
-EBUILD rapidminer-studio-8.1.1.ebuild 1184 BLAKE2B 
0eec1fd1b2f1f14ec6cb8a89528b866ab2319367074482e393fb09afb75cc79bf1c2df1ff7040801d5684112271a4e640dd454d2816ef2217444184c08700ffc
 SHA512 
13f20c85e08d0629420d447481a9ea5b4e9b66d8312ed8da9f29958aede18d06a05504ad62130d72a7305e6a24b8d7ab7b2d36ec5424d605c941d9a4ad728cec

diff --git a/sci-misc/rapidminer-studio/rapidminer-studio-7.5.3.ebuild 
b/sci-misc/rapidminer-studio/rapidminer-studio-7.5.3.ebuild
deleted file mode 100644
index faaf78a..000
--- a/sci-misc/rapidminer-studio/rapidminer-studio-7.5.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=6
-
-DESCRIPTION="RapidMiner Studio Free"
-HOMEPAGE="http://rapidminer.com/;
-SRC_URI="https://s3.amazonaws.com/rapidminer.releases/rapidminer-studio/${PV}/rapidminer-studio-${PV}.zip;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-#RESTRICT="fetch"
-
-DEPEND=">=virtual/jdk-1.8"
-RDEPEND="${DEPEND}"
-
-#pkg_nofetch {
-#einfo "Please download ${P}.zip from ${HOMEPAGE}"
-#  einfo "and place them in ${DISTDIR}"
-#}
-
-src_unpack() {
-   if [ "${A}" != "" ]; then
-   unpack ${A}
-   fi
-   ln -sf "$WORKDIR/rapidminer-studio" "$WORKDIR/$P"
-}
-
-src_configure() {
-   return
-}
-
-src_compile() {
-   return
-}
-
-src_install() {
-   local RAPIDDIR="opt/rapidminer/${PV}"
-   dodir "$RAPIDDIR"
-   cp -a "${S}/"* "${D}/${RAPIDDIR}"
-   cp "${FILESDIR}/rapidminer-studio-logo.png" "${D}/${RAPIDDIR}"
-   dodir usr/share/applications
-   cat < "$D/usr/share/applications/rapidminer-studio.desktop"
-[Desktop Entry]
-Name=RapidMiner Studio $PV
-Type=Application
-Comment=RapidMiner Studio
-Exec=/$RAPIDDIR/RapidMiner-Studio.sh
-Icon=/$RAPIDDIR/rapidminer-studio-logo.png
-Categories=Science;
-DESKTOP
-}
-

diff --git a/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild 
b/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild
deleted file mode 100644
index faaf78a..000
--- a/sci-misc/rapidminer-studio/rapidminer-studio-8.1.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=6
-
-DESCRIPTION="RapidMiner Studio Free"
-HOMEPAGE="http://rapidminer.com/;
-SRC_URI="https://s3.amazonaws.com/rapidminer.releases/rapidminer-studio/${PV}/rapidminer-studio-${PV}.zip;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-#RESTRICT="fetch"
-
-DEPEND=">=virtual/jdk-1.8"
-RDEPEND="${DEPEND}"
-
-#pkg_nofetch {
-#einfo "Please download ${P}.zip from ${HOMEPAGE}"
-#  einfo "and place them in ${DISTDIR}"
-#}
-
-src_unpack() {
-   if [ "${A}" != "" ]; then
-   unpack ${A}
-   fi
-   ln -sf "$WORKDIR/rapidminer-studio" "$WORKDIR/$P"
-}
-
-src_configure() {
-   return
-}
-
-src_compile() {
-   return
-}
-
-src_install() {
-   local RAPIDDIR="opt/rapidminer/${PV}"
-   dodir "$RAPIDDIR"
-   cp -a "${S}/"* "${D}/${RAPIDDIR}"
-   cp "${FILESDIR}/rapidminer-studio-logo.png" "${D}/${RAPIDDIR}"
-  

[gentoo-commits] repo/user/ssnb:master commit in: net-im/zoom-bin/

2022-02-02 Thread Samuel Bernardo
commit: 92f7ac6d4bb5248fa2685123f7176b92d075d22d
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 01:09:23 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 01:09:23 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=92f7ac6d

Remove deprecated zoom-bin

Signed-off-by: Samuel Bernardo  gmail.com>

 net-im/zoom-bin/Manifest|  7 ---
 net-im/zoom-bin/metadata.xml| 11 
 net-im/zoom-bin/zoom-bin-3.5.336627.1216.ebuild | 75 -
 net-im/zoom-bin/zoom-bin-3.5.374815.0324.ebuild | 75 -
 net-im/zoom-bin/zoom-bin-3.5.383291.0407.ebuild | 75 -
 5 files changed, 243 deletions(-)

diff --git a/net-im/zoom-bin/Manifest b/net-im/zoom-bin/Manifest
deleted file mode 100644
index ac7189b..000
--- a/net-im/zoom-bin/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST zoom-3.5.336627.1216_x86_64.pkg.tar.xz 71569716 BLAKE2B 
061f427ec0a38dc97e0db89497d47bb7f5a451b7b4a1b4cdd839bfa6ccd286fefc51c6d0bea988e8364e6ba5ae5444780b9baa0189858688f5e6814688412f85
 SHA512 
d700b8f162cff4b1b902d1b9c6b32548b3b1e94e1a8f34fbbd6b2fb09d0e4ecd2880c42ef8397415bf0a064d038b3ba6c5fd9fa94688fa0558ab26a178a1e557
-DIST zoom-3.5.374815.0324_x86_64.pkg.tar.xz 72752200 BLAKE2B 
4c24c9c8e9bd55591382ae74130261b8a501b9fb983df14db67fcdd0f8f79096b1718872471a9290f7316174edb667bfbbb28471369edd544347ab174ea58972
 SHA512 
e6065e20dfdf1bac97dcb9e6570ae6612cae796220466bca4711fe96e7b33420b62ed9dd66e3821f753be2fb25e0992c53c640930b9ad09161fc3a206c11c5e8
-DIST zoom-3.5.383291.0407_x86_64.pkg.tar.xz 72742932 BLAKE2B 
75aa5f4c6892344fc00d5c3f622f7d6c8b27342170e91d7d5c6e0cc5521b0dece857d166b942675ad15d9936e775df8dff8e92453e1651b4ef00046d44dddff9
 SHA512 
5ee46c81b09daa66459da40fcb09011e75dece56f7744618c80a119fe22d35b88ce70f136029ba33eb1aad4a5282b03fa0dcfca1031e5199dcf585f934d10723
-EBUILD zoom-bin-3.5.336627.1216.ebuild 1611 BLAKE2B 
8b8453b9e47051bfa91a9b59fa1a1de6269bc349e90b3b9ae19bce890290970be6a44bb8bcb499fb3e5cd02fd940d19c4261937e01b78f3f073e24388a6a347f
 SHA512 
814840396e4b698ce5fd9c62f988296997dc42a3aefc32ac165a76a34d94b5221d75c01d1ccc2b6ad9ba3955ecbd37297c170958cf0d7347d2bbd500ffc2bc05
-EBUILD zoom-bin-3.5.374815.0324.ebuild 1611 BLAKE2B 
8b8453b9e47051bfa91a9b59fa1a1de6269bc349e90b3b9ae19bce890290970be6a44bb8bcb499fb3e5cd02fd940d19c4261937e01b78f3f073e24388a6a347f
 SHA512 
814840396e4b698ce5fd9c62f988296997dc42a3aefc32ac165a76a34d94b5221d75c01d1ccc2b6ad9ba3955ecbd37297c170958cf0d7347d2bbd500ffc2bc05
-EBUILD zoom-bin-3.5.383291.0407.ebuild 1611 BLAKE2B 
8b8453b9e47051bfa91a9b59fa1a1de6269bc349e90b3b9ae19bce890290970be6a44bb8bcb499fb3e5cd02fd940d19c4261937e01b78f3f073e24388a6a347f
 SHA512 
814840396e4b698ce5fd9c62f988296997dc42a3aefc32ac165a76a34d94b5221d75c01d1ccc2b6ad9ba3955ecbd37297c170958cf0d7347d2bbd500ffc2bc05
-MISC metadata.xml 370 BLAKE2B 
8c8cd04bdbd1a55845d8d9f7ed2ff4784ae7af72953e7fc1475d9535847f49e8ca2138ab9c42788488d99807bf4d105f57d64cedcc390d3ca32ee8c68039f2e5
 SHA512 
efabebcdaa1017354107e694ec7b5d37c3df069c04b06f854b29bee59f19f925e0a602f6564f106014f8cd4fed2e35d78633ee933162ffc19db918ef67bac7a7

diff --git a/net-im/zoom-bin/metadata.xml b/net-im/zoom-bin/metadata.xml
deleted file mode 100644
index 49ff7b9..000
--- a/net-im/zoom-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-samuelbernardo.m...@gmail.com
-Samuel Bernardo
-  
-  
-Zoom is video conferencing and web conferencing service.
-  
-

diff --git a/net-im/zoom-bin/zoom-bin-3.5.336627.1216.ebuild 
b/net-im/zoom-bin/zoom-bin-3.5.336627.1216.ebuild
deleted file mode 100644
index bfb9cbc..000
--- a/net-im/zoom-bin/zoom-bin-3.5.336627.1216.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2019 Yurij Mikhalevich 
-# Distributed under the terms of the MIT License
-
-EAPI=7
-
-inherit unpacker xdg
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="Video conferencing and web conferencing service"
-BASE_SERVER_URI="https://zoom.us;
-HOMEPAGE="https://zoom.us;
-SRC_URI="${BASE_SERVER_URI}/client/${PV}/${MY_PN}_x86_64.pkg.tar.xz -> 
${MY_PN}-${PV}_x86_64.pkg.tar.xz"
-
-LICENSE="ZOOM"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="mirror"
-
-IUSE="pulseaudio"
-
-QA_PREBUILT="opt/zoom/*"
-
-RDEPEND="${DEPEND}
-   pulseaudio? ( media-sound/pulseaudio )
-   dev-db/sqlite
-   dev-db/unixODBC
-   dev-libs/glib
-   dev-libs/nss
-   dev-libs/libxslt
-   dev-qt/qtmultimedia
-   media-libs/fontconfig
-   media-libs/mesa
-   x11-libs/libxcb
-   x11-libs/libXcomposite
-   x11-libs/libXi
-   x11-libs/libXrender
-   dev-qt/qtwebengine
-   dev-qt/qtsvg"
-DEPEND="${RDEPEND}
-   app-admin/chrpath
-"
-
-S=${WORKDIR}
-
-src_prepare() {
-   rm -f ${WORKDIR}/.PKGINFO ${WORKDIR}/.INSTALL ${WORKDIR}/.MTREE
-   rmdir usr/share/doc/zoom usr/share/doc
-   sed -i -e 's:Icon=Zoom.png:Icon=Zoom:' 

[gentoo-commits] repo/user/ssnb:master commit in: net-misc/meocloud-client/

2022-02-02 Thread Samuel Bernardo
commit: 3ea87a37e6c922f1c4a9fc9e8d47a0e33d3725fa
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 01:06:09 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 01:06:09 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=3ea87a37

meo-cloud-client QA stripped and flags corrected

Signed-off-by: Samuel Bernardo  gmail.com>

 net-misc/meocloud-client/Manifest  | 2 +-
 net-misc/meocloud-client/meocloud-client-0.2.12.ebuild | 8 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/net-misc/meocloud-client/Manifest 
b/net-misc/meocloud-client/Manifest
index 52279a0..1c7c904 100644
--- a/net-misc/meocloud-client/Manifest
+++ b/net-misc/meocloud-client/Manifest
@@ -1,5 +1,5 @@
 DIST meocloud-client-0.2.12_i386.tar.gz 9473806 BLAKE2B 
bf55b64a8986092c150b4eca697320a9d70a161a1f2182c03db36df76e1335d1f1739ab03baf98cf20e93d4c679ccf7aaa3a4dc3430573c8d56f4489dce158a4
 SHA512 
d75c0ac44e67e3ec9a57dd0a418b801ee2cd95c942136321d77cdbac49c0a35f463173ec2b5ef9b6c1d9e7546e7253bb575896da334a3dedb46199ffc26a0a44
 DIST meocloud-client-0.2.12_x86_64.tar.gz 9704899 BLAKE2B 
eec1a911fced296f357faa5b0d4864ae457ec6cada6ec9ecddeaf4fff4db8cd9feee2ed72bfa5b0de8f3e8ba2cadf8f4b321c6b813445de438305cde9a40a419
 SHA512 
84f4c1f59bdc9b7349fd10c6baa171a71e1c0d5dd2462b584040f79ffb6b4a119af1462f656e30f8e33246dc54331a74260867aae185ee10d4f381fb00580a44
-EBUILD meocloud-client-0.2.12.ebuild 607 BLAKE2B 
c8c3d7219c9a43fbd6a107a96358e82c4b8dd9b07f8c8187567a311a7e76a58862fa4a48fed3e02c0411fe16daf607b730c16841cda29874b020eef57e4f9424
 SHA512 
6b3f8f08bcdea1ee75f62d400c2af388efb032cf1bea130013759d5dee4753b79ea6f137c9cc1e4fa7f0bd1cd998b616fb4b87881cf52a42957e754972d1c50c
+EBUILD meocloud-client-0.2.12.ebuild 689 BLAKE2B 
e57e9cf9e84f6199590b8a3864791f2a8e309b8f19950582c0e811c0b46d548d695fae070dc28ded825ae8ac6ed77a97f723739823223e83cf7f19308643f9ba
 SHA512 
47704c70778e50471371bbaaaf77a56bb7ab3e7f9dd9f5503433d4cac8d20a8438a8acc78c089170ac25ac1443de63793e940ee08e014750f2944938518408ec
 MISC ChangeLog 144 BLAKE2B 
c9291cec1611079b4cb240a86151962a2b13337134b8f32bc64b01f12ce1423c028c2cd7c05ccc16a458e89baf851779131f66f81950f30031d2241e8708dd98
 SHA512 
3647e9a7e36ea8df6f123d6eb1efb2cd8a6f2af82ab3db6e3a9df562274dcbab5739ae52d5e402f2a90cc7ca9c08ae104c9edfff05b9dbe0748f46a73a24c6d4
 MISC metadata.xml 229 BLAKE2B 
9f28cf7b6b1e283d6e0f0ab7f7a611ba23584a2adcfdc52987dec50cc570e19044413260a61d13409b2e0e626b8b59460193c82e8e0fefcd5c5c8a4f75b79f4e
 SHA512 
b836c807530b0453ea5ab90e2805759b1d3c4cc0b3a25848b8f0b682c0e99c6422b2a687db1c45e4ebd180f37cf8dc011231e62124d7568bfd7ae10ce46f8a30

diff --git a/net-misc/meocloud-client/meocloud-client-0.2.12.ebuild 
b/net-misc/meocloud-client/meocloud-client-0.2.12.ebuild
index 69a021b..e433c27 100644
--- a/net-misc/meocloud-client/meocloud-client-0.2.12.ebuild
+++ b/net-misc/meocloud-client/meocloud-client-0.2.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,6 +17,12 @@ SRC_URI="
amd64? ( 
https://meocloud.pt/binaries/linux/x86_64/meocloud-latest_x86_64.tar.gz -> 
${P}_x86_64.tar.gz )
"
 
+QA_PRESTRIPPED="
+   opt/meocloud/cli/.*
+   opt/meocloud/core/*"
+
+QA_FLAGS_IGNORED="*"
+
 src_unpack() {
 if [ "${A}" != "" ]; then
mkdir -p ${S}



[gentoo-commits] repo/user/ssnb:master commit in: net-misc/meocloud-client-beta/

2022-02-02 Thread Samuel Bernardo
commit: bac76d194967be7af042b7702a46e96d28d45008
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Feb  3 00:55:55 2022 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Feb  3 00:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=bac76d19

Correct QA complaints about gcc-11

Signed-off-by: Samuel Bernardo  gmail.com>

 net-misc/meocloud-client-beta/Manifest  | 2 +-
 net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/meocloud-client-beta/Manifest 
b/net-misc/meocloud-client-beta/Manifest
index 7e8ad3a..d02c46b 100644
--- a/net-misc/meocloud-client-beta/Manifest
+++ b/net-misc/meocloud-client-beta/Manifest
@@ -1,5 +1,5 @@
 DIST meocloud-client-beta-0.2.29_i386.tar.gz 9473331 BLAKE2B 
1061db500fd260353296ec3eb673c053500df1c7a07a9f1ca149eca4fde2ae7cc3d97f6f5bde449476e05a78f8bf43584e33f46cfd026c6c629209f1c07fd535
 SHA512 
bff99e0cd574f9fcf530f467e2115dcd33c99480f65f11fea80c4be370073fe7440b5191e56c51d2a86b6811ceb95b85ff3eebeb44857a9e3bfb573ba2573646
 DIST meocloud-client-beta-0.2.29_x86_64.tar.gz 9707322 BLAKE2B 
86ec124dba34efce14b785d0106d51afed25c86498b14be6698b7414bb7ce590505ee83e2ad5d727d27d782fe671f30a6d48fdf94325270c354544d8e6730c25
 SHA512 
8e9cf4aae1022ce770a63f88f43520564d165f7a8d4ffa33966b775f86250a75a7a4c84090428abde0db32c14bfa9db000fdda785f9e2ba53b554a8ff3c33895
-EBUILD meocloud-client-beta-0.2.29-r1.ebuild 617 BLAKE2B 
76814fc3a16d6b3ee92f141536778095a8bc3ac5b88a447388f5cd8720aeaca3cc5186219826fcda15ca337f61d39df757744653df62a274b571cea258aff990
 SHA512 
894494e2baacd3da1f7cb6533831ac2c5cf2ccf9dd64cf3732a4cbbe274a61ab632fe1781e4759aa2f462b95784ae4d27edeae1636c91c3812c2f08acf83091b
+EBUILD meocloud-client-beta-0.2.29-r1.ebuild 636 BLAKE2B 
52129d70f3f2c9fd996712381a816d564ee2770a6dad2ace541ae8e37ad0f5c90d5367b16e49f255b5f82468ac6725fd6f7cddfbcc3105051b4d819c3c5308a4
 SHA512 
ac8152bd8b82a5008b22ac54f28bbef4e967b156fc6b418d67982f6581d44e3287fef73e51a4ac766fec8ea0b2ba9aa64d8aa5327e8186fd4151b0daf433dd17
 MISC ChangeLog 149 BLAKE2B 
ce9f058985076035df3ebe540a51f905584b374aa68b8ed43850651710d831b347e5398481810ab6a0ed08f27038174336200ec4294854f7a9abc94b8108a665
 SHA512 
285af19594e3d9fdbf53c22bf91646b3711a2415cae2ec2a6b334f1f575006dba16de34023bef14a87262cee6f18a13590cf12791a963046a72e6e85062a0dfc
 MISC metadata.xml 229 BLAKE2B 
9f28cf7b6b1e283d6e0f0ab7f7a611ba23584a2adcfdc52987dec50cc570e19044413260a61d13409b2e0e626b8b59460193c82e8e0fefcd5c5c8a4f75b79f4e
 SHA512 
b836c807530b0453ea5ab90e2805759b1d3c4cc0b3a25848b8f0b682c0e99c6422b2a687db1c45e4ebd180f37cf8dc011231e62124d7568bfd7ae10ce46f8a30

diff --git 
a/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild 
b/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild
index 0a0c114..89a19f3 100644
--- a/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild
+++ b/net-misc/meocloud-client-beta/meocloud-client-beta-0.2.29-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,6 +17,8 @@ SRC_URI="
amd64? ( 
https://meocloud.pt/binaries/linux/x86_64/meocloud-latest_x86_64_beta.tar.gz -> 
${P}_x86_64.tar.gz )
"
 
+QA_FLAGS_IGNORED="*"
+
 src_unpack() {
 if [ "${A}" != "" ]; then
mkdir -p ${S}



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

2022-02-02 Thread Matt Turner
commit: 2cd171699fb941c94a11ddf029380173344a93cb
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 00:11:10 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 00:35:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd17169

media-libs/mesa: Version bump to 22.0.0_rc1

Closes: https://bugs.gentoo.org/767964
Closes: https://bugs.gentoo.org/803860
Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/Manifest | 1 +
 media-libs/mesa/{mesa-.ebuild => mesa-22.0.0_rc1.ebuild} | 2 +-
 media-libs/mesa/mesa-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index b1dc7c852bc7..d037cd88ca96 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -3,3 +3,4 @@ DIST mesa-21.3.2.tar.xz 16466760 BLAKE2B 
549d37d365b477b3f991ef0602c94b6df826e32
 DIST mesa-21.3.3.tar.xz 16476044 BLAKE2B 
04ae7983c82fbd6dafb405ee717df2406607e4fb1f95996abe5390cb1cbdb6385fb8b00ac9982d1bc7dd10fc18eeb1bc08d7147dc00969bd3bcb347a53ca77ec
 SHA512 
0263d75435f8c16d40eba3eae29bf372e8994816718deec153c582a17c4dd6ef1c67b3236ed31e63f98bf4e1089fac5cfafae9fb84d3e1fa919b274f43e7e673
 DIST mesa-21.3.4.tar.xz 16497248 BLAKE2B 
3fe2543bb6286a0d84a247785dbb4b5dd6df905eab748a89854589008d9db5aae6c52e473c58cff8d03694d46d3ce2a2680fddc8c978f898dc9bcdec02ca9b6b
 SHA512 
7aeea3dba0d39f4ac9f23c54aa0e6853d48000f50c4dd484618c28debe705cdd765ae8fafb5ddea0773976f7189849d9128be3f2282fea74394b59019cb786b9
 DIST mesa-21.3.5.tar.xz 16521664 BLAKE2B 
4dcf2e4010322724289434998149c41a86fdaef622c2fc92065d1708a0635ed5a179e5fc8e51d82efe794f4f99c7de734ed61a8804b5e94aecb071656795
 SHA512 
417d1787f8177567f0c547dde3e24212f7497f2fe7cdaa945fe998cd61ec0e9eb9388feb444e377c4fd8794b056af02aac28d1bbfb9527844391ba49e6893933
+DIST mesa-22.0.0-rc1.tar.xz 15509952 BLAKE2B 
06171bb1fcc67811cb27526b3ae3677315e8f581f4db23f3464aa8b1bb065304782e0234c2b86daf076803a92dd3066217fe1f1f21faf7c85e34c4eb7a6f0027
 SHA512 
6f8d961c7cde5cbd32bc40bc3dc3d8e9b0cea16dc668d8a2b078c61179b0e95725c719c0f0e8994c43591599724b754646050c68777fd4c97ad4ec5a0ee4a420

diff --git a/media-libs/mesa/mesa-.ebuild 
b/media-libs/mesa/mesa-22.0.0_rc1.ebuild
similarity index 99%
copy from media-libs/mesa/mesa-.ebuild
copy to media-libs/mesa/mesa-22.0.0_rc1.ebuild
index 35aa38434e1b..e1a2eba39f25 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-22.0.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 35aa38434e1b..e1a2eba39f25 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



  1   2   3   >