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

2022-02-28 Thread Zac Medico
commit: 2b5e98a06825b769cedc6b6e505a1cae8674eb97
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Mar  1 01:21:43 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Mar  1 01:34:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5e98a0

app-admin/consul: Bump to version 1.9.16

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

 app-admin/consul/Manifest |   1 +
 app-admin/consul/consul-1.9.16.ebuild | 793 ++
 2 files changed, 794 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index cb2b24648380..b830739e925b 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -5,6 +5,7 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.zip 2721920 BLAKE2B 
f3fde8f5cc53496dc3
 DIST consul-1.10.8.tar.gz 32009589 BLAKE2B 
80013e136e45c68716c05d161f7d5ca72efa8d9f2d9c3c2dbc4945d36e6628a4e427d03ad20256e3ad0241b0035f95973b30161f0cbf78a59ab393924a55dcc3
 SHA512 
130c39a115ab8e1364e104bbd01921af477633bb8c6c51516f1262dec5d82a4ae612e9273deaad8f6f5ab5b704edae8482e0a503f5171dc7c09c48adff064afc
 DIST consul-1.11.3.tar.gz 22860525 BLAKE2B 
236aec6d690a93d8052303513bafbce3ab1fa4bc07d99ab7881268fed850360f14ffa6959194a6add24d0f312ae2cd82ed749834f6c39705551ee77ecaefb496
 SHA512 
6f34c8e315d1f4fe9ac28a8e609df6c8646901838fd9caa77cb7ea7eff82c5fbffddf1e1c61c667961f06d2667b015af2f9e0141abc862dbc4028ad7d931c174
 DIST consul-1.9.15.tar.gz 29464711 BLAKE2B 
56136b86e4893c20e4e81d6f3bad9e2cda69ec60ae80c430d6f5ec633351da8c0d7da39df04b4138885f8a688af07a88098e96e91d1147af49d1642052670f45
 SHA512 
e8050bbc9d819ef26952a66adfd78efad2db4e1776bf02db041481cd74365d180da4ab07d63f4465ea7bf6dfcc5ea25770f2d12f68c010f810b7c2f1ae408c6b
+DIST consul-1.9.16.tar.gz 29470906 BLAKE2B 
ee0bb878511cd01dc59850d13382a6a29f7a99b6760bbe3961de6e79e2c7154667f73fe4f74ab36d449fbbeb6eeb59f44310362f1b0070256a54b8ded6f3fd8a
 SHA512 
295ed82379604c0b33a0832795180f23f6f93bdbe451ba72ce539c5477eddf1f36da69cf81c7e8b01d98dc223eddaac6e77f99a24e3178710e69243972947377
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv40.3.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv40.3.0+incompatible.zip 
34780090 BLAKE2B 
7a465854f74837c79c1b2166116d89b2156645f9ae80b13f0cd860eafddd17caf1a34f7876f54c5ede094fe808eb39f4a1bec54e02efc53fd0bd897c80bde21f
 SHA512 
88a7e1ba6ac2bd373d82f0a6381565c24014b0cd339efcd815ce93dc9f223354f561cbe7bd021fd5635599331a23b7e9ca084754325c68edeecd6f5e1cc47227
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv44.0.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e

diff --git a/app-admin/consul/consul-1.9.16.ebuild 
b/app-admin/consul/consul-1.9.16.ebuild
new file mode 100644
index ..a73fdaf1dff4
--- /dev/null
+++ b/app-admin/consul/consul-1.9.16.ebuild
@@ -0,0 +1,793 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+
+DESCRIPTION="A tool for service discovery, monitoring and configuration"
+HOMEPAGE="https://www.consul.io;
+
+# Upstream doesn't use "-mod=vendor" in their build system, and the
+# vendor directory is incomplete.
+# On the next bump, remove this if they have added "-mod=vendor"
+EGO_SUM=(
+"cloud.google.com/go v0.26.0/go.mod"
+"cloud.google.com/go v0.34.0/go.mod"
+"cloud.google.com/go v0.38.0"
+"cloud.google.com/go v0.38.0/go.mod"
+"github.com/Azure/azure-sdk-for-go v40.3.0+incompatible"
+"github.com/Azure/azure-sdk-for-go v40.3.0+incompatible/go.mod"
+"github.com/Azure/go-autorest/autorest v0.9.0/go.mod"
+"github.com/Azure/go-autorest/autorest v0.9.3/go.mod"
+"github.com/Azure/go-autorest/autorest v0.10.0"
+"github.com/Azure/go-autorest/autorest v0.10.0/go.mod"
+"github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod"
+"github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod"
+"github.com/Azure/go-autorest/autorest/adal v0.8.1/go.mod"
+"github.com/Azure/go-autorest/autorest/adal v0.8.2"
+"github.com/Azure/go-autorest/autorest/adal v0.8.2/go.mod"
+"github.com/Azure/go-autorest/autorest/azure/auth v0.4.2"
+"github.com/Azure/go-autorest/autorest/azure/auth v0.4.2/go.mod"
+"github.com/Azure/go-autorest/autorest/azure/cli v0.3.1"
+"github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod"
+"github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod"
+"github.com/Azure/go-autorest/autorest/date v0.2.0"

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

2022-02-28 Thread Zac Medico
commit: 2ebbaeedd5cf217d5a28517dd6e4c08e5a96170b
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Mar  1 01:34:33 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Mar  1 01:35:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebbaeed

app-admin/consul: Bump to version 1.11.4

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

 app-admin/consul/Manifest |   1 +
 app-admin/consul/consul-1.11.4.ebuild | 812 ++
 2 files changed, 813 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 168ae772cc67..75f075831c8e 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -5,6 +5,7 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.zip 2721920 BLAKE2B 
f3fde8f5cc53496dc3
 DIST consul-1.10.8.tar.gz 32009589 BLAKE2B 
80013e136e45c68716c05d161f7d5ca72efa8d9f2d9c3c2dbc4945d36e6628a4e427d03ad20256e3ad0241b0035f95973b30161f0cbf78a59ab393924a55dcc3
 SHA512 
130c39a115ab8e1364e104bbd01921af477633bb8c6c51516f1262dec5d82a4ae612e9273deaad8f6f5ab5b704edae8482e0a503f5171dc7c09c48adff064afc
 DIST consul-1.10.9.tar.gz 32031057 BLAKE2B 
f23c954e01cb285f0217578b3ea36b37ca027f495ebf570d8d882de4247ca63b6e951f508c7282f0d841d1564abfccd3ae0181c674e320f2792ff0924f410ec5
 SHA512 
cd5f55bf67d05769f12157d8fe4eeb59bdde0e197044ad589a1baed661732ec22e2edb0baf375c7aa5b6be39edff4539561f1af8175a072aac5bd5e710a7bf08
 DIST consul-1.11.3.tar.gz 22860525 BLAKE2B 
236aec6d690a93d8052303513bafbce3ab1fa4bc07d99ab7881268fed850360f14ffa6959194a6add24d0f312ae2cd82ed749834f6c39705551ee77ecaefb496
 SHA512 
6f34c8e315d1f4fe9ac28a8e609df6c8646901838fd9caa77cb7ea7eff82c5fbffddf1e1c61c667961f06d2667b015af2f9e0141abc862dbc4028ad7d931c174
+DIST consul-1.11.4.tar.gz 23685165 BLAKE2B 
242ae0e24ea4c9713e9208f57c1ff9b71b35a2ee3678c689067932cd4b5233463da14edf7ec6aab1b8818df836f0f8f4ee9d52258ca58bc055248d390367e666
 SHA512 
1928c91cfb316228f77472e488fc697a3d798d270b57dec36c13734045eb87fc57ee3c6eeb8be0cab3a4af6f5f733512cd972420a175e6d33df053f7679bddab
 DIST consul-1.9.15.tar.gz 29464711 BLAKE2B 
56136b86e4893c20e4e81d6f3bad9e2cda69ec60ae80c430d6f5ec633351da8c0d7da39df04b4138885f8a688af07a88098e96e91d1147af49d1642052670f45
 SHA512 
e8050bbc9d819ef26952a66adfd78efad2db4e1776bf02db041481cd74365d180da4ab07d63f4465ea7bf6dfcc5ea25770f2d12f68c010f810b7c2f1ae408c6b
 DIST consul-1.9.16.tar.gz 29470906 BLAKE2B 
ee0bb878511cd01dc59850d13382a6a29f7a99b6760bbe3961de6e79e2c7154667f73fe4f74ab36d449fbbeb6eeb59f44310362f1b0070256a54b8ded6f3fd8a
 SHA512 
295ed82379604c0b33a0832795180f23f6f93bdbe451ba72ce539c5477eddf1f36da69cf81c7e8b01d98dc223eddaac6e77f99a24e3178710e69243972947377
 DIST github.com%2F!azure%2Fazure-sdk-for-go%2F@v%2Fv40.3.0+incompatible.mod 41 
BLAKE2B 
de145bd0fb63d51b475e0f5d293b9957a170a7c7c206f1cf2d8eb9abdb67a80051b25116b68c5f450bcc8163bb942d34d9bd4ed0b41f4e06d0d510d9b1aeff55
 SHA512 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e

diff --git a/app-admin/consul/consul-1.11.4.ebuild 
b/app-admin/consul/consul-1.11.4.ebuild
new file mode 100644
index ..0ec8c90a849a
--- /dev/null
+++ b/app-admin/consul/consul-1.11.4.ebuild
@@ -0,0 +1,812 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+
+DESCRIPTION="A tool for service discovery, monitoring and configuration"
+HOMEPAGE="https://www.consul.io;
+GIT_COMMIT="944e8ce64201ab2bbe923b207883d08a4dcff73a"
+
+# Upstream doesn't use "-mod=vendor" in their build system, and the
+# vendor directory is incomplete.
+# On the next bump, remove this if they have added "-mod=vendor"
+EGO_SUM=(
+"cloud.google.com/go v0.26.0/go.mod"
+"cloud.google.com/go v0.34.0/go.mod"
+"cloud.google.com/go v0.38.0"
+"cloud.google.com/go v0.38.0/go.mod"
+"github.com/Azure/azure-sdk-for-go v44.0.0+incompatible"
+"github.com/Azure/azure-sdk-for-go v44.0.0+incompatible/go.mod"
+"github.com/Azure/go-autorest v14.2.0+incompatible"
+"github.com/Azure/go-autorest v14.2.0+incompatible/go.mod"
+"github.com/Azure/go-autorest/autorest v0.9.0/go.mod"
+"github.com/Azure/go-autorest/autorest v0.11.0"
+"github.com/Azure/go-autorest/autorest v0.11.0/go.mod"
+"github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod"
+"github.com/Azure/go-autorest/autorest/adal v0.9.0"
+"github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod"
+"github.com/Azure/go-autorest/autorest/azure/auth v0.5.0"
+"github.com/Azure/go-autorest/autorest/azure/auth v0.5.0/go.mod"
+"github.com/Azure/go-autorest/autorest/azure/cli v0.4.0"
+"github.com/Azure/go-autorest/autorest/azure/cli v0.4.0/go.mod"
+"github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod"
+"github.com/Azure/go-autorest/autorest/date v0.3.0"
+"github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod"
+"github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod"

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

2022-02-28 Thread Zac Medico
commit: c41efef4be0903f4589a6ae22fd9bf581a4c0c64
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Mar  1 01:26:46 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Mar  1 01:35:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41efef4

app-admin/consul: Bump to version 1.10.9

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

 app-admin/consul/Manifest |   7 +
 app-admin/consul/consul-1.10.9.ebuild | 797 ++
 2 files changed, 804 insertions(+)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index b830739e925b..168ae772cc67 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -3,6 +3,7 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa62
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8
 SHA512 
8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.zip 2721920 BLAKE2B 
f3fde8f5cc53496dc314bcae822a415cf00950da0a03b968de00685371e7a2e84ffa304fb176e791c85c930728859687e768ff785829f0751ae919546bd3326d
 SHA512 
8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
 DIST consul-1.10.8.tar.gz 32009589 BLAKE2B 
80013e136e45c68716c05d161f7d5ca72efa8d9f2d9c3c2dbc4945d36e6628a4e427d03ad20256e3ad0241b0035f95973b30161f0cbf78a59ab393924a55dcc3
 SHA512 
130c39a115ab8e1364e104bbd01921af477633bb8c6c51516f1262dec5d82a4ae612e9273deaad8f6f5ab5b704edae8482e0a503f5171dc7c09c48adff064afc
+DIST consul-1.10.9.tar.gz 32031057 BLAKE2B 
f23c954e01cb285f0217578b3ea36b37ca027f495ebf570d8d882de4247ca63b6e951f508c7282f0d841d1564abfccd3ae0181c674e320f2792ff0924f410ec5
 SHA512 
cd5f55bf67d05769f12157d8fe4eeb59bdde0e197044ad589a1baed661732ec22e2edb0baf375c7aa5b6be39edff4539561f1af8175a072aac5bd5e710a7bf08
 DIST consul-1.11.3.tar.gz 22860525 BLAKE2B 
236aec6d690a93d8052303513bafbce3ab1fa4bc07d99ab7881268fed850360f14ffa6959194a6add24d0f312ae2cd82ed749834f6c39705551ee77ecaefb496
 SHA512 
6f34c8e315d1f4fe9ac28a8e609df6c8646901838fd9caa77cb7ea7eff82c5fbffddf1e1c61c667961f06d2667b015af2f9e0141abc862dbc4028ad7d931c174
 DIST consul-1.9.15.tar.gz 29464711 BLAKE2B 
56136b86e4893c20e4e81d6f3bad9e2cda69ec60ae80c430d6f5ec633351da8c0d7da39df04b4138885f8a688af07a88098e96e91d1147af49d1642052670f45
 SHA512 
e8050bbc9d819ef26952a66adfd78efad2db4e1776bf02db041481cd74365d180da4ab07d63f4465ea7bf6dfcc5ea25770f2d12f68c010f810b7c2f1ae408c6b
 DIST consul-1.9.16.tar.gz 29470906 BLAKE2B 
ee0bb878511cd01dc59850d13382a6a29f7a99b6760bbe3961de6e79e2c7154667f73fe4f74ab36d449fbbeb6eeb59f44310362f1b0070256a54b8ded6f3fd8a
 SHA512 
295ed82379604c0b33a0832795180f23f6f93bdbe451ba72ce539c5477eddf1f36da69cf81c7e8b01d98dc223eddaac6e77f99a24e3178710e69243972947377
@@ -338,6 +339,8 @@ DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.2.0.mod 410 
BLAKE2B 192e571d096d665
 DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.2.0.zip 157790 BLAKE2B 
29623bc436d2a1f1057532b98858f3e3309a0ae1cb209ca9e242d56eba97b84ac2b2f3533a542df9cbc8dd5521c5a09747adee1e38d3f3ec2b6a5517a0713684
 SHA512 
c689267a27346d83ac054c5202746c69bf79e5accc69a07c833ab00fe4f2a780ccbf41ed62d50e411322e62ba6603031134662c9e0dca18cd1ec3a52179a062b
 DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.3.3.mod 233 BLAKE2B 
5a1324854b1f65cb37077cee6097e04e24f099eb48355d84f8df7b82f5bc8b0ecf01021c63591cb83363c1b8156455ce86a0a2599f9ba6ec2a94fafd107df1ad
 SHA512 
a687048d5ba12f826081a5c4c39501e0dfe949b98e7c8b4b4bfa2b9be27fb650d6fe8ec31ca379ab0c13b79909a1edbe1f410500651f7226206bd4e0d21eb296
 DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.3.3.zip 146769 BLAKE2B 
858b8ad853c501cf57ee7a6d9490d2e417ec0f9b42a59764bc759f2b3f2dcdc03c3c96eed5013cb5d70abdad37635063c38f30c47b8589600646d640b5ef0535
 SHA512 
9b789767529c5882a69fe043dfaec02d1c4e8ebeae5155403ca55f0e32d009321c1c9514ad90b30007e299ccbbaeaa02a00cc3f008627e3d2a0f8d6791c42954
+DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.3.5.mod 233 BLAKE2B 
5a1324854b1f65cb37077cee6097e04e24f099eb48355d84f8df7b82f5bc8b0ecf01021c63591cb83363c1b8156455ce86a0a2599f9ba6ec2a94fafd107df1ad
 SHA512 
a687048d5ba12f826081a5c4c39501e0dfe949b98e7c8b4b4bfa2b9be27fb650d6fe8ec31ca379ab0c13b79909a1edbe1f410500651f7226206bd4e0d21eb296
+DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.3.5.zip 148889 BLAKE2B 
cf28852e75ec1c351b09f14713a4de4c9919efc8c348a49b460a54d13d8a7aaa4a4b9f5aeadbf10435c7f270377f63ba667710bdfefd513ef81d70f9abe107ce
 SHA512 
b3f8f206bb93595938e62a16871cef2e3b66b7505693ee706f861aa32113e5d3017c15c6162c536aa49887d551e7ca454e3c298c268a2922fd2205ecdc1e1f31
 DIST github.com%2Fhashicorp%2Fraft-autopilot%2F@v%2Fv0.1.5.mod 256 BLAKE2B 

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

2022-02-28 Thread Maciej Barć
commit: 5853372b18c0ae585625040adddb26a374f7f617
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Mar  1 01:15:04 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Mar  1 01:33:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5853372b

games-emulation/ppsspp: pin ffmpeg to 0/56.58.58 slot

Upstream bug report: https://github.com/hrydgard/ppsspp/issues/15308
CONSIDER: If we can not patch this in the future,
then maybe bring back USE="system-ffmpeg".

Closes: https://bugs.gentoo.org/834376
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 .../ppsspp/{ppsspp-1.11.3.ebuild => ppsspp-1.11.3-r1.ebuild}  | 4 ++--
 ...p-1.11.3_p20210627-r1.ebuild => ppsspp-1.11.3_p20210627-r2.ebuild} | 4 ++--
 .../ppsspp/{ppsspp-1.12.3.ebuild => ppsspp-1.12.3-r1.ebuild}  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-emulation/ppsspp/ppsspp-1.11.3.ebuild 
b/games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild
similarity index 97%
rename from games-emulation/ppsspp/ppsspp-1.11.3.ebuild
rename to games-emulation/ppsspp/ppsspp-1.11.3-r1.ebuild
index c833ea0b5f4a..0e56f4eb3423 100644
--- a/games-emulation/ppsspp/ppsspp-1.11.3.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.11.3-r1.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
@@ -35,7 +35,7 @@ RDEPEND="
sys-libs/zlib:=
virtual/opengl
sdl? ( media-libs/libsdl2 )
-   system-ffmpeg? ( media-video/ffmpeg:= )
+   system-ffmpeg? ( media-video/ffmpeg:0/56.58.58 )
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5[-gles2-only]

diff --git a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild 
b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild
similarity index 97%
rename from games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild
rename to games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.ebuild
index a6d35611d326..f423958a6178 100644
--- a/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r1.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.11.3_p20210627-r2.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
@@ -36,7 +36,7 @@ RDEPEND="
media-libs/glew:=
media-libs/libpng:=
media-libs/libsdl2[joystick]
-   media-video/ffmpeg:=
+   media-video/ffmpeg:0/56.58.58
sys-libs/zlib:=
virtual/opengl
qt5? (

diff --git a/games-emulation/ppsspp/ppsspp-1.12.3.ebuild 
b/games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild
similarity index 97%
rename from games-emulation/ppsspp/ppsspp-1.12.3.ebuild
rename to games-emulation/ppsspp/ppsspp-1.12.3-r1.ebuild
index 74faf99b6397..aa3ff5031252 100644
--- a/games-emulation/ppsspp/ppsspp-1.12.3.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.12.3-r1.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
@@ -33,7 +33,7 @@ RDEPEND="
media-libs/glew:=
media-libs/libpng:=
media-libs/libsdl2[joystick]
-   media-video/ffmpeg:=
+   media-video/ffmpeg:0/56.58.58
sys-libs/zlib:=
virtual/opengl
qt5? (



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

2022-02-28 Thread Sam James
commit: 7446738c774c10fed10f3336d879af5583d93891
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 01:11:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 01:11:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7446738c

dev-libs/imath: drop broken static-libs

It forces off building of shared libs(!) and it
doesn't work anyway (underlinked against zlib, for
a start).

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

 dev-libs/imath/imath-3.1.4-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-libs/imath/imath-3.1.4-r3.ebuild 
b/dev-libs/imath/imath-3.1.4-r3.ebuild
index a6271c68dd3f..32a4e1bd3c33 100644
--- a/dev-libs/imath/imath-3.1.4-r3.ebuild
+++ b/dev-libs/imath/imath-3.1.4-r3.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="3/29"
-IUSE="doc large-stack python static-libs test"
+IUSE="doc large-stack python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
@@ -51,7 +51,6 @@ pkg_setup() {
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=$(usex !static-libs)
-DDOCS=$(usex doc)
-DIMATH_ENABLE_LARGE_STACK=$(usex large-stack)
-DIMATH_HALF_USE_LOOKUP_TABLE=ON



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

2022-02-28 Thread Sam James
commit: 112b1a20288227de1343be934d39d56e9cc269c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 01:10:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 01:10:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112b1a20

media-libs/openexr: drop broken static-libs

It forces off building of shared libs(!) and it
doesn't work anyway (underlinked against zlib, for
a start).

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

 media-libs/openexr/openexr-3.1.4-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/openexr/openexr-3.1.4-r1.ebuild 
b/media-libs/openexr/openexr-3.1.4-r1.ebuild
index 282912f3046d..dd4e602ea9d6 100644
--- a/media-libs/openexr/openexr-3.1.4-r1.ebuild
+++ b/media-libs/openexr/openexr-3.1.4-r1.ebuild
@@ -17,7 +17,7 @@ LICENSE="BSD"
 SLOT="0/30" # based on SONAME
 # -ppc -sparc because broken on big endian, bug #818424
 KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
-IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test 
threads"
+IUSE="cpu_flags_x86_avx doc examples large-stack utils test threads"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -50,7 +50,6 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=$(usex !static-libs)
-DBUILD_TESTING=$(usex test)
-DDOCS=$(usex doc)
-DOPENEXR_BUILD_TOOLS=$(usex utils)



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

2022-02-28 Thread Sam James
commit: e43b315cac9b93c4f97b565272550be194ded4f5
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43b315c

media-gfx/gmic: Stabilize 3.0.1-r1 arm64, #833158

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

 media-gfx/gmic/gmic-3.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gmic/gmic-3.0.1-r1.ebuild 
b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
index 89d9778cb66c..2c806f819a10 100644
--- a/media-gfx/gmic/gmic-3.0.1-r1.ebuild
+++ b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="GREYC's Magic Image Converter"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/

2022-02-28 Thread Sam James
commit: 841109de2b47a85497822431ac44741a524aecef
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841109de

kde-frameworks/kimageformats: Stabilize 5.90.0-r1 arm64, #833158

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

 kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild 
b/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild
index 7f4396c957af..f8126062f91b 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework providing additional format plugins for Qt's image I/O 
system"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="avif eps heif openexr"
 
 DEPEND="



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

2022-02-28 Thread Sam James
commit: 27b0995be9ab270838b8b3ef56132ac4c3924404
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b0995b

media-libs/opencv: Stabilize 4.5.5-r1 arm64, #833158

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

 media-libs/opencv/opencv-4.5.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opencv/opencv-4.5.5-r1.ebuild 
b/media-libs/opencv/opencv-4.5.5-r1.ebuild
index cbeb4b4b04a4..98288510a586 100644
--- a/media-libs/opencv/opencv-4.5.5-r1.ebuild
+++ b/media-libs/opencv/opencv-4.5.5-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}" # subslot = libopencv* soname version
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="contrib contribcvv contribdnn contribfreetype contribhdf contribovis 
contribsfm contribxfeatures2d cuda debug dnnsamples download +eigen examples 
+features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jpeg jpeg2k 
lapack lto opencl openexr opengl openmp opencvapps png +python qt5 tesseract 
testprograms threads tiff vaapi v4l vtk webp xine"
 
 # The following lines are shamelessly stolen from ffmpeg-.ebuild with 
modifications



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

2022-02-28 Thread Sam James
commit: d9d8f9ef191bb21b4cd01f19cc5747bf012a670a
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d8f9ef

media-libs/vigra: Stabilize 1.11.1-r6 arm64, #833158

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

 media-libs/vigra/vigra-1.11.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vigra/vigra-1.11.1-r6.ebuild 
b/media-libs/vigra/vigra-1.11.1-r6.ebuild
index 4f85686bed28..6724c62fa033 100644
--- a/media-libs/vigra/vigra-1.11.1-r6.ebuild
+++ b/media-libs/vigra/vigra-1.11.1-r6.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/ukoethe/${PN}/releases/download/Version-${PV//\./-}/${P}-src.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~sparc x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 arm64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2022-02-28 Thread Sam James
commit: 97d57a397acad71050fe0eae698a51d77d76b233
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d57a39

media-gfx/gimp: Stabilize 2.10.30 arm64, #833158

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

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

diff --git a/media-gfx/gimp/gimp-2.10.30.ebuild 
b/media-gfx/gimp/gimp-2.10.30.ebuild
index bcb910987591..b371f1779de4 100644
--- a/media-gfx/gimp/gimp-2.10.30.ebuild
+++ b/media-gfx/gimp/gimp-2.10.30.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gimp.org/;
 SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86"
 
 IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev 
unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
 



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

2022-02-28 Thread Sam James
commit: 10e20129fdbb10942c029d70efa49e88ce1ace57
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e20129

media-libs/openexr: Stabilize 3.1.4-r1 arm64, #833158

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

 media-libs/openexr/openexr-3.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openexr/openexr-3.1.4-r1.ebuild 
b/media-libs/openexr/openexr-3.1.4-r1.ebuild
index 50b6ac143aad..282912f3046d 100644
--- a/media-libs/openexr/openexr-3.1.4-r1.ebuild
+++ b/media-libs/openexr/openexr-3.1.4-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
 LICENSE="BSD"
 SLOT="0/30" # based on SONAME
 # -ppc -sparc because broken on big endian, bug #818424
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test 
threads"
 RESTRICT="!test? ( test )"
 



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

2022-02-28 Thread Sam James
commit: 31827d3d433d56120d597caa15569dbffc5c39fb
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31827d3d

dev-libs/imath: Stabilize 3.1.4-r3 arm64, #833158

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

 dev-libs/imath/imath-3.1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/imath/imath-3.1.4-r3.ebuild 
b/dev-libs/imath/imath-3.1.4-r3.ebuild
index 1f4caaa389e9..a6271c68dd3f 100644
--- a/dev-libs/imath/imath-3.1.4-r3.ebuild
+++ b/dev-libs/imath/imath-3.1.4-r3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Imath basic math package"
 HOMEPAGE="https://imath.readthedocs.io;
 
SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 # re-keywording needed for (according to ilmbase keywords): ~x64-macos 
~x86-solaris
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"



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

2022-02-28 Thread Sam James
commit: bd020c8c9369bb0a72de6e6b94145b024c0c5723
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd020c8c

media-libs/devil: Stabilize 1.7.8-r3 arm64, #833158

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

 media-libs/devil/devil-1.7.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/devil/devil-1.7.8-r3.ebuild 
b/media-libs/devil/devil-1.7.8-r3.ebuild
index a975c3a68e88..113a199ada8a 100644
--- a/media-libs/devil/devil-1.7.8-r3.ebuild
+++ b/media-libs/devil/devil-1.7.8-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv x86"
 IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut 
jpeg mng nvtt opengl png sdl static-libs tiff X xpm"
 
 # OpenEXR support dropped b/c no support for OpenEXR 3



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

2022-02-28 Thread Sam James
commit: a39a6cc092da43d9129b0517feb6ea8ecbc5dea6
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39a6cc0

media-gfx/hugin: Stabilize 2021.0.0 arm64, #833158

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

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

diff --git a/media-gfx/hugin/hugin-2021.0.0.ebuild 
b/media-gfx/hugin/hugin-2021.0.0.ebuild
index 8b619035f13e..742e8a51342c 100644
--- a/media-gfx/hugin/hugin-2021.0.0.ebuild
+++ b/media-gfx/hugin/hugin-2021.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru 
sk sv zh-CN zh-TW"
 IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})"



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

2022-02-28 Thread Sam James
commit: 9f12f6d59c67e2d7a78fccf21d5091f31afacdb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f12f6d5

media-libs/gegl: Stabilize 0.4.34 arm64, #833158

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

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

diff --git a/media-libs/gegl/gegl-0.4.34.ebuild 
b/media-libs/gegl/gegl-0.4.34.ebuild
index d5e3504a0e12..a95469a52e93 100644
--- a/media-libs/gegl/gegl-0.4.34.ebuild
+++ b/media-libs/gegl/gegl-0.4.34.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A graph based image processing framework"



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

2022-02-28 Thread Sam James
commit: 4a84b5eebbbc7f8f5e8934f696bfa0505a72585d
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:01:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:01:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a84b5ee

media-libs/ilmbase: Stabilize 2.5.7-r3 arm64, #833158

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

 media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild 
b/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
index b3fb8e00306a..6e2df0df4449 100644
--- a/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/openexr-${PV}/IlmBase"
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-02-28 Thread Sam James
commit: 3ff157c1f02c4c4391f81f9d8c0fea1d248557d8
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff157c1

app-i18n/unicode-data: Stabilize 14.0.0 ppc64, #834427

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

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index 22587d2d0d1a..c72b719191cc 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



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

2022-02-28 Thread Sam James
commit: 384f460648c77f15a421f2bee860f5fea0926595
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384f4606

media-gfx/gimp: Stabilize 2.10.30 ppc64, #833158

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

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

diff --git a/media-gfx/gimp/gimp-2.10.30.ebuild 
b/media-gfx/gimp/gimp-2.10.30.ebuild
index f49dbf43ef90..bcb910987591 100644
--- a/media-gfx/gimp/gimp-2.10.30.ebuild
+++ b/media-gfx/gimp/gimp-2.10.30.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gimp.org/;
 SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86"
 
 IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev 
unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
 



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/

2022-02-28 Thread Sam James
commit: ec4bce2465db6f9e40d234af681656507509953c
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4bce24

dev-games/openscenegraph: Stabilize 3.6.5-r112 ppc64, #833158

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

 dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild
index a40a142d173e..2482729135aa 100644
--- a/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PN}-${MY_P}"
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/161" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ppc64 x86"
 IUSE="
collada curl dicom debug doc egl examples ffmpeg fltk fox gdal
gif glut gstreamer jpeg las lua openexr openinventor osgapps pdf png



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

2022-02-28 Thread Sam James
commit: 7dba9ad6ff1ad02f3db93f28d45bf84e5243b6d1
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dba9ad6

media-gfx/povray: Stabilize 3.7.0.0-r2 ppc64, #833158

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

 media-gfx/povray/povray-3.7.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/povray/povray-3.7.0.0-r2.ebuild 
b/media-gfx/povray/povray-3.7.0.0-r2.ebuild
index f52cd97b2d29..89abce251e24 100644
--- a/media-gfx/povray/povray-3.7.0.0-r2.ebuild
+++ b/media-gfx/povray/povray-3.7.0.0-r2.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug +io-restrictions tiff X"
 
 DEPEND="



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

2022-02-28 Thread Sam James
commit: f212d5c6e355034ae8aac8576f89a1778efcb978
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f212d5c6

media-libs/gegl: Stabilize 0.4.34 ppc64, #833158

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

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

diff --git a/media-libs/gegl/gegl-0.4.34.ebuild 
b/media-libs/gegl/gegl-0.4.34.ebuild
index 9cfec706a3f5..d5e3504a0e12 100644
--- a/media-libs/gegl/gegl-0.4.34.ebuild
+++ b/media-libs/gegl/gegl-0.4.34.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A graph based image processing framework"



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

2022-02-28 Thread Sam James
commit: 6ad07cf75b1ecf95566132a3fd7723a79778354c
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad07cf7

dev-libs/collada-dom: Stabilize 2.5.0 ppc64, #833158

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

 dev-libs/collada-dom/collada-dom-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild 
b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
index 998c1156c8e9..98f7f38a13bc 100644
--- a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
+++ b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 



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

2022-02-28 Thread Sam James
commit: 8e08d66d1b39f7a0e36add4228a888f40d73dd9e
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  1 00:00:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  1 00:00:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e08d66d

media-libs/devil: Stabilize 1.7.8-r3 ppc64, #833158

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

 media-libs/devil/devil-1.7.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/devil/devil-1.7.8-r3.ebuild 
b/media-libs/devil/devil-1.7.8-r3.ebuild
index 12d2a837975b..a975c3a68e88 100644
--- a/media-libs/devil/devil-1.7.8-r3.ebuild
+++ b/media-libs/devil/devil-1.7.8-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv x86"
 IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut 
jpeg mng nvtt opengl png sdl static-libs tiff X xpm"
 
 # OpenEXR support dropped b/c no support for OpenEXR 3



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-02-28 Thread Sam James
commit: c6a5fc53fdf1c6fc3fce2dca0da51d9fecb981c7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:59:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:59:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a5fc53

app-i18n/unicode-data: Stabilize 14.0.0 amd64, #834427

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

 app-i18n/unicode-data/unicode-data-14.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
index e0780f6a33f9..22587d2d0d1a 100644
--- a/app-i18n/unicode-data/unicode-data-14.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-14.0.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
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="app-arch/unzip"
 S="${WORKDIR}"



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

2022-02-28 Thread Sam James
commit: a907b904e190c83a1669f241ce92efb913431906
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:59:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:59:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a907b904

x11-misc/xsnow: Stabilize 3.3.0 amd64, #829486

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

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

diff --git a/x11-misc/xsnow/xsnow-3.3.0.ebuild 
b/x11-misc/xsnow/xsnow-3.3.0.ebuild
index a92c57c6f197..3e481590b070 100644
--- a/x11-misc/xsnow/xsnow-3.3.0.ebuild
+++ b/x11-misc/xsnow/xsnow-3.3.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
dev-libs/glib:2



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

2022-02-28 Thread Sam James
commit: 7113b9f6981afca35651198d2d550367c82b86a7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:58:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:58:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7113b9f6

dev-python/QtPy: Stabilize 2.0.0 ALLARCHES, #834212

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

 dev-python/QtPy/QtPy-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/QtPy/QtPy-2.0.0.ebuild 
b/dev-python/QtPy/QtPy-2.0.0.ebuild
index dab3deb709bf..9fcfb7eab3c3 100644
--- a/dev-python/QtPy/QtPy-2.0.0.ebuild
+++ b/dev-python/QtPy/QtPy-2.0.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 _IUSE_QT_MODULES="
declarative designer gui help location multimedia network opengl



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kimageformats/

2022-02-28 Thread Sam James
commit: 9dfa445ba07f142a8cd09e9982102c20b58a0c7b
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfa445b

kde-frameworks/kimageformats: Stabilize 5.90.0-r1 x86, #833158

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

 kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild 
b/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild
index e2954977aae4..7f4396c957af 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.90.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework providing additional format plugins for Qt's image I/O 
system"
 LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="avif eps heif openexr"
 
 DEPEND="



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

2022-02-28 Thread Sam James
commit: b0ef8e8228ca84b38a1f9be5f57e97709fb797ac
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ef8e82

media-libs/freeimage: Stabilize 3.18.0-r6 x86, #833158

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

 media-libs/freeimage/freeimage-3.18.0-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freeimage/freeimage-3.18.0-r6.ebuild 
b/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
index 0fd79d7b13d5..fc7744569906 100644
--- a/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
+++ b/media-libs/freeimage/freeimage-3.18.0-r6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip
 
 LICENSE="|| ( GPL-2 FIPL-1.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="jpeg jpeg2k mng openexr png raw static-libs tiff webp"
 
 # The tiff/imath+openexr isn't a typo. The TIFF plugin cheats and



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph/

2022-02-28 Thread Sam James
commit: 98c52503ccea8dceaba8d1674a6f327c7256c8eb
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c52503

dev-games/openscenegraph: Stabilize 3.6.5-r112 x86, #833158

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

 dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild
index f54692968e66..a40a142d173e 100644
--- a/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.6.5-r112.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PN}-${MY_P}"
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/161" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ppc64 x86"
 IUSE="
collada curl dicom debug doc egl examples ffmpeg fltk fox gdal
gif glut gstreamer jpeg las lua openexr openinventor osgapps pdf png



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

2022-02-28 Thread Sam James
commit: e51d9e156ed3146b39aaa1d5c9aabcdb59be3d63
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51d9e15

media-gfx/luminance-hdr: Stabilize 2.6.1.1 x86, #833158

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

 media-gfx/luminance-hdr/luminance-hdr-2.6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.6.1.1.ebuild 
b/media-gfx/luminance-hdr/luminance-hdr-2.6.1.1.ebuild
index 63df531e2e0c..063d91bee932 100644
--- a/media-gfx/luminance-hdr/luminance-hdr-2.6.1.1.ebuild
+++ b/media-gfx/luminance-hdr/luminance-hdr-2.6.1.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtpfsgui/${P/_/.}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cpu_flags_x86_sse2 fits openmp test"
 RESTRICT="!test? ( test )"
 



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

2022-02-28 Thread Sam James
commit: f1f64a355289e3f68fc7c2a41fa53d6d9f68347d
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f64a35

dev-libs/collada-dom: Stabilize 2.5.0 x86, #833158

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

 dev-libs/collada-dom/collada-dom-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild 
b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
index be1f54eccc8f..998c1156c8e9 100644
--- a/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
+++ b/dev-libs/collada-dom/collada-dom-2.5.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rdiankov/collada-dom;
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
SRC_URI="https://github.com/rdiankov/collada-dom/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 



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

2022-02-28 Thread Sam James
commit: d1d094b9f95aad33adfcdf975372ed29ec5f16e2
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d094b9

media-libs/vigra: Stabilize 1.11.1-r6 x86, #833158

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

 media-libs/vigra/vigra-1.11.1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vigra/vigra-1.11.1-r6.ebuild 
b/media-libs/vigra/vigra-1.11.1-r6.ebuild
index 09602d3d0d7e..4f85686bed28 100644
--- a/media-libs/vigra/vigra-1.11.1-r6.ebuild
+++ b/media-libs/vigra/vigra-1.11.1-r6.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/ukoethe/${PN}/releases/download/Version-${PV//\./-}/${P}-src.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 ~arm64 ~sparc x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2022-02-28 Thread Sam James
commit: 3f2de7004956f20e3278e5447f8b44db19fab827
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2de700

media-libs/openimageio: Stabilize 2.3.12.0-r3 x86, #833158

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

 media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild 
b/media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild
index 5223bc0491d0..ebf987eb33f7 100644
--- a/media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild
+++ b/media-libs/openimageio/openimageio-2.3.12.0-r3.ebuild
@@ -23,7 +23,7 @@ LICENSE="BSD"
 # TODO: drop .1 on next SONAME change (2.3 -> 2.4?) as we needed to nudge it
 # for changing to openexr 3 which broke ABI.
 SLOT="0/$(ver_cut 1-2).1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 X86_CPU_FEATURES=(
aes:aes sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



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

2022-02-28 Thread Sam James
commit: a78343b110d5fec0b5a839159213ef052a15decc
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78343b1

media-libs/opencolorio: Stabilize 2.1.1-r7 x86, #833158

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

 media-libs/opencolorio/opencolorio-2.1.1-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opencolorio/opencolorio-2.1.1-r7.ebuild 
b/media-libs/opencolorio/opencolorio-2.1.1-r7.ebuild
index 165820541ec2..942486329016 100644
--- a/media-libs/opencolorio/opencolorio-2.1.1-r7.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.1.1-r7.ebuild
@@ -16,7 +16,7 @@ LICENSE="BSD"
 # TODO: drop .1 on next SONAME bump (2.1 -> 2.2?) as we needed to nudge it
 # to force rebuild of consumers due to changing to openexr 3 changing API.
 SLOT="0/$(ver_cut 1-2).1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"
 REQUIRED_USE="
doc? ( python )



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

2022-02-28 Thread Sam James
commit: efd10a59beae038a80e4fa2a98042c86e315f64a
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd10a59

dev-cpp/pystring: Stabilize 1.1.3-r1 x86, #833158

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

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

diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild 
b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
index 4769adbf8de7..7256d7703bc2 100644
--- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
+++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]];  then
EGIT_REPO_URI="https://github.com/imageworks/pystring.git;
 else
SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 BDEPEND="



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

2022-02-28 Thread Sam James
commit: be95aed41fa6c2cc0b69a06a52066cbdbc2abe16
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be95aed4

media-gfx/gmic: Stabilize 3.0.1-r1 x86, #833158

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

 media-gfx/gmic/gmic-3.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gmic/gmic-3.0.1-r1.ebuild 
b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
index d4011adba6fc..89d9778cb66c 100644
--- a/media-gfx/gmic/gmic-3.0.1-r1.ebuild
+++ b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="GREYC's Magic Image Converter"



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

2022-02-28 Thread Sam James
commit: a11667b17036d4011faa9a4962c70e13a1cad433
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11667b1

media-libs/devil: Stabilize 1.7.8-r3 x86, #833158

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

 media-libs/devil/devil-1.7.8-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/devil/devil-1.7.8-r3.ebuild 
b/media-libs/devil/devil-1.7.8-r3.ebuild
index c75ece2aae91..12d2a837975b 100644
--- a/media-libs/devil/devil-1.7.8-r3.ebuild
+++ b/media-libs/devil/devil-1.7.8-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~riscv x86"
 IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut 
jpeg mng nvtt opengl png sdl static-libs tiff X xpm"
 
 # OpenEXR support dropped b/c no support for OpenEXR 3



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

2022-02-28 Thread Sam James
commit: 0b8f2e7175735c3387dc9182fd2750825826541d
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8f2e71

media-gfx/hugin: Stabilize 2021.0.0 x86, #833158

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

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

diff --git a/media-gfx/hugin/hugin-2021.0.0.ebuild 
b/media-gfx/hugin/hugin-2021.0.0.ebuild
index 697b27778327..8b619035f13e 100644
--- a/media-gfx/hugin/hugin-2021.0.0.ebuild
+++ b/media-gfx/hugin/hugin-2021.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru 
sk sv zh-CN zh-TW"
 IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})"



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

2022-02-28 Thread Sam James
commit: ee7fc9a4d0d570dfbee0898280746903b3f9e89c
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:57:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:57:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7fc9a4

media-libs/Field3D: Stabilize 1.7.2-r3 x86, #833158

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

 media-libs/Field3D/Field3D-1.7.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/Field3D/Field3D-1.7.2-r3.ebuild 
b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild
index 9e4bd38a025a..834067f5713b 100644
--- a/media-libs/Field3D/Field3D-1.7.2-r3.ebuild
+++ b/media-libs/Field3D/Field3D-1.7.2-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/imageworks/Field3D/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="mpi"
 
 RDEPEND="



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

2022-02-28 Thread Sam James
commit: 2f018306b4ce74ec76d58d3169341bb74faf1e2e
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f018306

media-libs/opencv: Stabilize 4.5.5-r1 x86, #833158

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

 media-libs/opencv/opencv-4.5.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opencv/opencv-4.5.5-r1.ebuild 
b/media-libs/opencv/opencv-4.5.5-r1.ebuild
index c284572ea9a3..cbeb4b4b04a4 100644
--- a/media-libs/opencv/opencv-4.5.5-r1.ebuild
+++ b/media-libs/opencv/opencv-4.5.5-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}" # subslot = libopencv* soname version
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="contrib contribcvv contribdnn contribfreetype contribhdf contribovis 
contribsfm contribxfeatures2d cuda debug dnnsamples download +eigen examples 
+features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jpeg jpeg2k 
lapack lto opencl openexr opengl openmp opencvapps png +python qt5 tesseract 
testprograms threads tiff vaapi v4l vtk webp xine"
 
 # The following lines are shamelessly stolen from ffmpeg-.ebuild with 
modifications



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

2022-02-28 Thread Sam James
commit: c31ec96db6be1b9c41e9723e0b672e5a013a3f7c
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31ec96d

media-libs/ilmbase: Stabilize 2.5.7-r3 x86, #833158

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

 media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild 
b/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
index f9749e985e96..b3fb8e00306a 100644
--- a/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.7-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/openexr-${PV}/IlmBase"
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-02-28 Thread Sam James
commit: 833fc80ef4a2d739d9ff6afb1fdb2275357f9d73
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833fc80e

dev-libs/imath: Stabilize 3.1.4-r3 x86, #833158

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

 dev-libs/imath/imath-3.1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/imath/imath-3.1.4-r3.ebuild 
b/dev-libs/imath/imath-3.1.4-r3.ebuild
index aeefa0cc360d..1f4caaa389e9 100644
--- a/dev-libs/imath/imath-3.1.4-r3.ebuild
+++ b/dev-libs/imath/imath-3.1.4-r3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Imath basic math package"
 HOMEPAGE="https://imath.readthedocs.io;
 
SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 # re-keywording needed for (according to ilmbase keywords): ~x64-macos 
~x86-solaris
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"



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

2022-02-28 Thread Sam James
commit: 881b475f2b3b51c0ee17d91f7499c5e9a881
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881b475f

media-gfx/povray: Stabilize 3.7.0.0-r2 x86, #833158

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

 media-gfx/povray/povray-3.7.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/povray/povray-3.7.0.0-r2.ebuild 
b/media-gfx/povray/povray-3.7.0.0-r2.ebuild
index dabf81109181..f52cd97b2d29 100644
--- a/media-gfx/povray/povray-3.7.0.0-r2.ebuild
+++ b/media-gfx/povray/povray-3.7.0.0-r2.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/POV-Ray/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="debug +io-restrictions tiff X"
 
 DEPEND="



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

2022-02-28 Thread Sam James
commit: c11cceed783cd53b22ded0ff723a62ec7fa0c0e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:56:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:56:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11cceed

media-libs/openexr: Stabilize 3.1.4-r1 x86, #833158

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

 media-libs/openexr/openexr-3.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openexr/openexr-3.1.4-r1.ebuild 
b/media-libs/openexr/openexr-3.1.4-r1.ebuild
index c6dacb0fd4f4..50b6ac143aad 100644
--- a/media-libs/openexr/openexr-3.1.4-r1.ebuild
+++ b/media-libs/openexr/openexr-3.1.4-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
 LICENSE="BSD"
 SLOT="0/30" # based on SONAME
 # -ppc -sparc because broken on big endian, bug #818424
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test 
threads"
 RESTRICT="!test? ( test )"
 



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

2022-02-28 Thread Sam James
commit: 8702506ba6d4b412cbaae0fd2cd2059d0cbc15dc
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8702506b

media-libs/gegl: Stabilize 0.4.34 x86, #834053

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

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

diff --git a/media-libs/gegl/gegl-0.4.34.ebuild 
b/media-libs/gegl/gegl-0.4.34.ebuild
index 744652d5647b..9cfec706a3f5 100644
--- a/media-libs/gegl/gegl-0.4.34.ebuild
+++ b/media-libs/gegl/gegl-0.4.34.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A graph based image processing framework"



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

2022-02-28 Thread Sam James
commit: 410681193356c99280ccda810175e2821f018603
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:54:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:54:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41068119

dev-libs/kpeoplevcard: Stabilize 0.1-r1 x86, #833859

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

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

diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-0.1-r1.ebuild 
b/dev-libs/kpeoplevcard/kpeoplevcard-0.1-r1.ebuild
index 3f8700aecede..be4ba631ed04 100644
--- a/dev-libs/kpeoplevcard/kpeoplevcard-0.1-r1.ebuild
+++ b/dev-libs/kpeoplevcard/kpeoplevcard-0.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/pim/kpeoplevcard;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="LGPL-2.1+"



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

2022-02-28 Thread Sam James
commit: f5fbad8a91313e37a0414d798bfcd48dba934b69
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fbad8a

media-gfx/gscan2pdf: Stabilize 2.12.5 x86, #833905

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

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

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.12.5.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.12.5.ebuild
index 3663b623c249..a9f6ec537bcc 100644
--- a/media-gfx/gscan2pdf/gscan2pdf-2.12.5.ebuild
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.12.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/wacomtablet/

2022-02-28 Thread Sam James
commit: 11ee9e089f01c1e17bfe78e586781731fdc6146b
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ee9e08

kde-misc/wacomtablet: Stabilize 3.2.0-r1 x86, #833859

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

 kde-misc/wacomtablet/wacomtablet-3.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/wacomtablet/wacomtablet-3.2.0-r1.ebuild 
b/kde-misc/wacomtablet/wacomtablet-3.2.0-r1.ebuild
index 9a4c1ff47f25..95fdec32bb13 100644
--- a/kde-misc/wacomtablet/wacomtablet-3.2.0-r1.ebuild
+++ b/kde-misc/wacomtablet/wacomtablet-3.2.0-r1.ebuild
@@ -17,7 +17,7 @@ 
https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
>=dev-libs/libwacom-0.30



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

2022-02-28 Thread Sam James
commit: 1af65e0b21e0934db2575e48afcac55c5c2b62ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af65e0b

media-gfx/gimp: Stabilize 2.10.30 x86, #834053

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

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

diff --git a/media-gfx/gimp/gimp-2.10.30.ebuild 
b/media-gfx/gimp/gimp-2.10.30.ebuild
index d93795966017..f49dbf43ef90 100644
--- a/media-gfx/gimp/gimp-2.10.30.ebuild
+++ b/media-gfx/gimp/gimp-2.10.30.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gimp.org/;
 SRC_URI="mirror://gimp/v2.10/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv x86"
 
 IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev 
unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx 
cpu_flags_x86_sse"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2022-02-28 Thread Sam James
commit: af5698b9b1c81325c023b9d9b819b1c8ae462406
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5698b9

sys-auth/polkit-qt: Stabilize 0.114.0-r1 x86, #833859

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

 sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
index d2ed0e07d44f..274a743e6395 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://api.kde.org/polkit-qt-1/html/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/

2022-02-28 Thread Sam James
commit: 09b552ab90f4b9b2802590a315a33bbe4e7b1a95
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:54:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:54:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b552ab

dev-vcs/kdesvn: Stabilize 2.1.0-r1 x86, #833859

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

 dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild 
b/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild
index 46954106702e..bd6101066c49 100644
--- a/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild
+++ b/dev-vcs/kdesvn/kdesvn-2.1.0-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kdesvn/;
 if [[ ${PV} != * ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz
https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2"



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

2022-02-28 Thread Sam James
commit: 3fff6e809a722a684a4f2af256df143d8b2901b9
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:55:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:55:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fff6e80

net-im/choqok: Stabilize 1.7.0-r1 x86, #833859

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

 net-im/choqok/choqok-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/choqok/choqok-1.7.0-r1.ebuild 
b/net-im/choqok/choqok-1.7.0-r1.ebuild
index b4f8be17c0aa..04676ba54a2a 100644
--- a/net-im/choqok/choqok-1.7.0-r1.ebuild
+++ b/net-im/choqok/choqok-1.7.0-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://choqok.kde.org/ 
https://apps.kde.org/choqok/;
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz
https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2+"



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

2022-02-28 Thread Sam James
commit: 4759fef42bd41e6ff94bccff1a01b7cb03ee0570
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 28 23:54:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 28 23:54:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4759fef4

app-office/kexi: Stabilize 3.2.0-r3 x86, #833859

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

 app-office/kexi/kexi-3.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kexi/kexi-3.2.0-r3.ebuild 
b/app-office/kexi/kexi-3.2.0-r3.ebuild
index dc023a04abd9..ba9f953d0f9c 100644
--- a/app-office/kexi/kexi-3.2.0-r3.ebuild
+++ b/app-office/kexi/kexi-3.2.0-r3.ebuild
@@ -15,7 +15,7 @@ https://userbase.kde.org/Kexi;
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2" # TODO: CHECK



[gentoo-commits] repo/gentoo:master commit in: net-mail/isync/

2022-02-28 Thread Andreas K. Hüttel
commit: 44b686dca757cc44b248a37f669b9622a7501dea
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 28 23:16:49 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 23:17:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b686dc

net-mail/isync: Remove old

Bug: https://bugs.gentoo.org/826902
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 net-mail/isync/Manifest   |  1 -
 net-mail/isync/isync-1.3.6.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index 7b9b20bd4216..a6de89c96770 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -1,2 +1 @@
-DIST isync-1.3.6.tar.gz 317174 BLAKE2B 
3a230cd4bfac061ceb3325732c336ccd808a662989d2fc81459b4b27fce927a62e335200ef233f63d28b80f6ba79b1e5e102fda8ec68c9cd8e368f8ddd7188a0
 SHA512 
16e859361b27f00e1ef9eda0a2d06edf271b2643107a1f90c90713c34ffe9b542cdedb31218db72db633e12cf39a6aa2ac509333647c79a1825faac8ad4ead38
 DIST isync-1.4.4.tar.gz 340544 BLAKE2B 
fdf38b1066af10315b780897f1fe09c8f7d0b4d2202383a5f0ef24b98f11dff625bf178bbb0dc846460f661b18f923d2823bf79643d4d376b606b03980f22e18
 SHA512 
b769f474f2296764cabaae7e2b23e47c22714fca5919e9f1c916ed70b18c71c0bc9301fff0f64434f4f0ae28c9d16216e72556b48014ec94d1b7646de7183011

diff --git a/net-mail/isync/isync-1.3.6.ebuild 
b/net-mail/isync/isync-1.3.6.ebuild
deleted file mode 100644
index 4f5fbf97af86..
--- a/net-mail/isync/isync-1.3.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="MailDir mailbox synchronizer"
-HOMEPAGE="http://isync.sourceforge.net/;
-LICENSE="GPL-2"
-SLOT="0"
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/${PN};
-   inherit git-r3 autotools
-else
-   SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-fi
-
-IUSE="sasl ssl zlib"
-
-RDEPEND="
-   >=sys-libs/db-4.2:=
-   sasl?   ( dev-libs/cyrus-sasl )
-   ssl?( >=dev-libs/openssl-0.9.6:0= )
-   zlib?   ( sys-libs/zlib:0= )
-"
-DEPEND=${RDEPEND}
-BDEPEND="
-   dev-lang/perl
-"
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with ssl) \
-   $(use_with sasl) \
-   $(use_with zlib)
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/

2022-02-28 Thread Andreas K. Hüttel
commit: e9a2655423f43dc1e0e37e8082ca341c29ed7a62
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 28 23:20:51 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 23:20:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a26554

sci-libs/armadillo: Remove old

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

 sci-libs/armadillo/Manifest   |   1 -
 sci-libs/armadillo/armadillo-10.3.0-r1.ebuild | 150 --
 2 files changed, 151 deletions(-)

diff --git a/sci-libs/armadillo/Manifest b/sci-libs/armadillo/Manifest
index 684cb4fe5754..09b6ea909b92 100644
--- a/sci-libs/armadillo/Manifest
+++ b/sci-libs/armadillo/Manifest
@@ -1,4 +1,3 @@
 DIST armadillo-10.2.0.tar.xz 6042348 BLAKE2B 
e85f24ca7137c3a8c8fc53db15b382f2e4d468673c99e036ef9b4a4436be47d24a37664dfa88ff9effa08a4c868bd212d03c204dda09cd26038a0f8ccbf61375
 SHA512 
c5d6f4bac0acba63fbd7681653d521249fd303ffbbc5b18df71500eb111514c1d09db600a580091d6a23c83748c109c30938bbcd80a3a0b2c25e2fdea932f2cd
-DIST armadillo-10.3.0.tar.xz 6214388 BLAKE2B 
212d543e8d1845c974cf11302a944a151f63c7f301046910da6b2f27684080df520e5be10f8490a1cc27071ec84b1a91a2431e33960b561c56b291575bb003e8
 SHA512 
99877ff6581d3effea282d1c4e258883618f4107d84cfe85ed877afc62ba445793e760693c0c6c2113a1822881160cb10adb90087e97b4e31d3a1e64344a6353
 DIST armadillo-10.7.1.tar.xz 6258792 BLAKE2B 
cc820638dd7b571b5654e14bb82ced3586cb2950b1fb5aebf6bdd9439151353c4750296aaa4d15144ade6ed13e52743ac41e3cf34b824809931c3c031804bddf
 SHA512 
b9be6a38165a4d23a61715a3c3f970dcb9b813bebd51b7372a4e8349ab2c351cd5c74f662d860911b30b2b816f2eb1255768fab1497ec087a63a07f56f74327f
 DIST armadillo-10.8.2.tar.xz 6262832 BLAKE2B 
f8a5a66464614661bcccffb8138434d117ad07dcea5f89ddde45df293df5dd4f10def2085b85d37386337fd8bd0152914a957e0b1b7919a47ec8b1a79e92b90b
 SHA512 
720fadad491dfeeb894544b0305cd64a0e0402e66fc788949ecd54c0b1a3b9c3ede9f75b081f832931d59d2bd59529cebb9d5b57b8582df869765cac01c2979b

diff --git a/sci-libs/armadillo/armadillo-10.3.0-r1.ebuild 
b/sci-libs/armadillo/armadillo-10.3.0-r1.ebuild
deleted file mode 100644
index d85588ffb610..
--- a/sci-libs/armadillo/armadillo-10.3.0-r1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit cmake toolchain-funcs multilib
-
-DESCRIPTION="Streamlined C++ linear algebra library"
-HOMEPAGE="http://arma.sourceforge.net/;
-SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0/10"
-KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE="arpack blas doc examples hdf5 lapack mkl superlu test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( lapack )"
-
-#  atlas? ( sci-libs/atlas[lapack] )
-
-RDEPEND="
-   dev-libs/boost
-   arpack? ( sci-libs/arpack )
-   blas? ( virtual/blas )
-   lapack? ( virtual/lapack )
-   superlu? ( >=sci-libs/superlu-5.2 )
-"
-
-DEPEND="${RDEPEND}
-   arpack? ( virtual/pkgconfig )
-   blas? ( virtual/pkgconfig )
-   hdf5? ( sci-libs/hdf5 )
-   lapack? ( virtual/pkgconfig )
-   mkl? ( sci-libs/mkl )
-"
-PDEPEND="${RDEPEND}
-   hdf5? ( sci-libs/hdf5 )
-   mkl? ( sci-libs/mkl )
-"
-
-src_prepare() {
-   # avoid the automagic cmake macros...
-   sed -i -e 's/^ *include(ARMA_Find/# No automagic include(ARMA_Find/g' 
CMakeLists.txt || die
-
-   # ... except for mkl, since without a license it's hard to figure out 
what to do there
-   if use mkl; then
-   sed -i -e 's/^# No automagic 
include(ARMA_FindMKL)/include(ARMA_FindMKL)/g' CMakeLists.txt || die
-   fi
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
-   )
-   if use arpack; then
-   mycmakeargs+=(
-   -DARPACK_FOUND=ON
-   -DARPACK_LIBRARY="$($(tc-getPKG_CONFIG) --libs arpack)"
-   )
-   else
-   mycmakeargs+=(
-   -DARPACK_FOUND=OFF
-   )
-   fi
-#  if use atlas; then
-#  local c=atlas-cblas l=atlas-clapack
-#  $(tc-getPKG_CONFIG) --exists ${c}-threads && c+=-threads
-#  $(tc-getPKG_CONFIG) --exists ${l}-threads && l+=-threads
-#  mycmakeargs+=(
-#  -DCBLAS_FOUND=ON
-#  -DCBLAS_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')"
-#  -DCBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${c})"
-#  -DCLAPACK_FOUND=ON
-#  -DCLAPACK_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')"
-#  -DCLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${l})"
-#  )
-#  

[gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/

2022-02-28 Thread Andreas K. Hüttel
commit: 6e29b1f4eb1fcc5952f90cf34bfcd49e26882126
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 28 23:20:29 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 23:20:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e29b1f4

sci-libs/armadillo: Version bump 10.8.2

Closes: https://bugs.gentoo.org/828090
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-libs/armadillo/Manifest|   1 +
 sci-libs/armadillo/armadillo-10.8.2.ebuild | 150 +
 2 files changed, 151 insertions(+)

diff --git a/sci-libs/armadillo/Manifest b/sci-libs/armadillo/Manifest
index df22bca2b6bf..684cb4fe5754 100644
--- a/sci-libs/armadillo/Manifest
+++ b/sci-libs/armadillo/Manifest
@@ -1,3 +1,4 @@
 DIST armadillo-10.2.0.tar.xz 6042348 BLAKE2B 
e85f24ca7137c3a8c8fc53db15b382f2e4d468673c99e036ef9b4a4436be47d24a37664dfa88ff9effa08a4c868bd212d03c204dda09cd26038a0f8ccbf61375
 SHA512 
c5d6f4bac0acba63fbd7681653d521249fd303ffbbc5b18df71500eb111514c1d09db600a580091d6a23c83748c109c30938bbcd80a3a0b2c25e2fdea932f2cd
 DIST armadillo-10.3.0.tar.xz 6214388 BLAKE2B 
212d543e8d1845c974cf11302a944a151f63c7f301046910da6b2f27684080df520e5be10f8490a1cc27071ec84b1a91a2431e33960b561c56b291575bb003e8
 SHA512 
99877ff6581d3effea282d1c4e258883618f4107d84cfe85ed877afc62ba445793e760693c0c6c2113a1822881160cb10adb90087e97b4e31d3a1e64344a6353
 DIST armadillo-10.7.1.tar.xz 6258792 BLAKE2B 
cc820638dd7b571b5654e14bb82ced3586cb2950b1fb5aebf6bdd9439151353c4750296aaa4d15144ade6ed13e52743ac41e3cf34b824809931c3c031804bddf
 SHA512 
b9be6a38165a4d23a61715a3c3f970dcb9b813bebd51b7372a4e8349ab2c351cd5c74f662d860911b30b2b816f2eb1255768fab1497ec087a63a07f56f74327f
+DIST armadillo-10.8.2.tar.xz 6262832 BLAKE2B 
f8a5a66464614661bcccffb8138434d117ad07dcea5f89ddde45df293df5dd4f10def2085b85d37386337fd8bd0152914a957e0b1b7919a47ec8b1a79e92b90b
 SHA512 
720fadad491dfeeb894544b0305cd64a0e0402e66fc788949ecd54c0b1a3b9c3ede9f75b081f832931d59d2bd59529cebb9d5b57b8582df869765cac01c2979b

diff --git a/sci-libs/armadillo/armadillo-10.8.2.ebuild 
b/sci-libs/armadillo/armadillo-10.8.2.ebuild
new file mode 100644
index ..069c2e80c3f3
--- /dev/null
+++ b/sci-libs/armadillo/armadillo-10.8.2.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake toolchain-funcs multilib
+
+DESCRIPTION="Streamlined C++ linear algebra library"
+HOMEPAGE="http://arma.sourceforge.net/;
+SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
+
+LICENSE="Apache-2.0"
+SLOT="0/10"
+KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="arpack blas doc examples hdf5 lapack mkl superlu test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( lapack )"
+
+#  atlas? ( sci-libs/atlas[lapack] )
+
+RDEPEND="
+   dev-libs/boost
+   arpack? ( sci-libs/arpack )
+   blas? ( virtual/blas )
+   lapack? ( virtual/lapack )
+   superlu? ( >=sci-libs/superlu-5.2 )
+"
+
+DEPEND="${RDEPEND}
+   arpack? ( virtual/pkgconfig )
+   blas? ( virtual/pkgconfig )
+   hdf5? ( sci-libs/hdf5:= )
+   lapack? ( virtual/pkgconfig )
+   mkl? ( sci-libs/mkl )
+"
+PDEPEND="${RDEPEND}
+   hdf5? ( sci-libs/hdf5:= )
+   mkl? ( sci-libs/mkl )
+"
+
+src_prepare() {
+   # avoid the automagic cmake macros...
+   sed -i -e 's/^ *include(ARMA_Find/# No automagic include(ARMA_Find/g' 
CMakeLists.txt || die
+
+   # ... except for mkl, since without a license it's hard to figure out 
what to do there
+   if use mkl; then
+   sed -i -e 's/^# No automagic 
include(ARMA_FindMKL)/include(ARMA_FindMKL)/g' CMakeLists.txt || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR="${EPREFIX}/usr/$(get_libdir)"
+   )
+   if use arpack; then
+   mycmakeargs+=(
+   -DARPACK_FOUND=ON
+   -DARPACK_LIBRARY="$($(tc-getPKG_CONFIG) --libs arpack)"
+   )
+   else
+   mycmakeargs+=(
+   -DARPACK_FOUND=OFF
+   )
+   fi
+#  if use atlas; then
+#  local c=atlas-cblas l=atlas-clapack
+#  $(tc-getPKG_CONFIG) --exists ${c}-threads && c+=-threads
+#  $(tc-getPKG_CONFIG) --exists ${l}-threads && l+=-threads
+#  mycmakeargs+=(
+#  -DCBLAS_FOUND=ON
+#  -DCBLAS_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')"
+#  -DCBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs ${c})"
+#  -DCLAPACK_FOUND=ON
+#  -DCLAPACK_INCLUDE_DIR="$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')"
+#  -DCLAPACK_LIBRARIES="$($(tc-getPKG_CONFIG) 

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

2022-02-28 Thread Andreas K. Hüttel
commit: 40eae953139d1750676d102aa39e68c4e8b970b9
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 10:02:13 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 23:17:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eae953

media-libs/lensfun: add python 3.10

Closes: https://bugs.gentoo.org/829423
Closes: https://github.com/gentoo/gentoo/pull/23364
Signed-off-by: Thomas Bettler  gmail.com>
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 1853d83462d2..0cf6eb2b6e13 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 cmake
 
 DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/, x11-wm/xpra/files/

2022-02-28 Thread James Le Cuirot
commit: 476fe322e0793d7671738ee0350de3b872b60d97
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Feb 28 23:04:43 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Feb 28 23:05:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476fe322

x11-wm/xpra: Don't install service files by patching instead

Auto-detection is used to determine what files to install, and where, which can
be unpredictable, hence my earlier fix broke.

Closes: https://bugs.gentoo.org/834336
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/xpra/files/xpra-4.2-no-service.patch | 19 +++
 x11-wm/xpra/files/xpra-4.3-no-service.patch | 19 +++
 x11-wm/xpra/xpra-4.2.ebuild |  4 +---
 x11-wm/xpra/xpra-4.3.2.ebuild   |  4 +---
 4 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/x11-wm/xpra/files/xpra-4.2-no-service.patch 
b/x11-wm/xpra/files/xpra-4.2-no-service.patch
new file mode 100644
index ..dd85370968ba
--- /dev/null
+++ b/x11-wm/xpra/files/xpra-4.2-no-service.patch
@@ -0,0 +1,19 @@
+Don't install the service files. Auto-detection is used to determine what files
+to install, and where, which can be unpredictable on Gentoo. The init.d script
+is also not suitable for Gentoo.
+
+diff --git a/setup.py b/setup.py
+index 1718b06a9..b24a5bd1e 100755
+--- a/setup.py
 b/setup.py
+@@ -139,8 +139,8 @@ from xpra.platform.features import 
LOCAL_SERVERS_SUPPORTED, SHADOW_SUPPORTED
+ shadow_ENABLED = SHADOW_SUPPORTED and DEFAULT
+ server_ENABLED = (LOCAL_SERVERS_SUPPORTED or shadow_ENABLED) and DEFAULT
+ rfb_ENABLED = server_ENABLED
+-service_ENABLED = LINUX and server_ENABLED
+-sd_listen_ENABLED = POSIX and pkg_config_ok("--exists", "libsystemd")
++service_ENABLED = False
++sd_listen_ENABLED = False
+ proxy_ENABLED  = DEFAULT
+ client_ENABLED = DEFAULT
+ scripts_ENABLED = not WIN32

diff --git a/x11-wm/xpra/files/xpra-4.3-no-service.patch 
b/x11-wm/xpra/files/xpra-4.3-no-service.patch
new file mode 100644
index ..b336db581953
--- /dev/null
+++ b/x11-wm/xpra/files/xpra-4.3-no-service.patch
@@ -0,0 +1,19 @@
+Don't install the service files. Auto-detection is used to determine what files
+to install, and where, which can be unpredictable on Gentoo. The init.d script
+is also not suitable for Gentoo.
+
+diff --git a/setup.py b/setup.py
+index fc67abb50..a11dc0d97 100755
+--- a/setup.py
 b/setup.py
+@@ -145,8 +145,8 @@ from xpra.platform.features import 
LOCAL_SERVERS_SUPPORTED, SHADOW_SUPPORTED
+ shadow_ENABLED = SHADOW_SUPPORTED and DEFAULT
+ server_ENABLED = (LOCAL_SERVERS_SUPPORTED or shadow_ENABLED) and DEFAULT
+ rfb_ENABLED = DEFAULT
+-service_ENABLED = LINUX and server_ENABLED
+-sd_listen_ENABLED = POSIX and pkg_config_ok("--exists", "libsystemd")
++service_ENABLED = False
++sd_listen_ENABLED = False
+ proxy_ENABLED  = DEFAULT
+ client_ENABLED = DEFAULT
+ scripts_ENABLED = not WIN32

diff --git a/x11-wm/xpra/xpra-4.2.ebuild b/x11-wm/xpra/xpra-4.2.ebuild
index 681a6c97aab5..c42097bb561a 100644
--- a/x11-wm/xpra/xpra-4.2.ebuild
+++ b/x11-wm/xpra/xpra-4.2.ebuild
@@ -96,6 +96,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.0.2_ignore-gentoo-no-compile.patch
"${FILESDIR}"/${PN}-3.0.2-ldconfig.patch
"${FILESDIR}"/${PN}-4.2-suid-warning.patch
+   "${FILESDIR}"/${PN}-4.2-no-service.patch
 )
 
 python_prepare_all() {
@@ -161,9 +162,6 @@ python_install_all() {
local dir=$(get_udevdir)
dodir "${dir%/*}"
mv -vnT "${ED}"/usr/lib/udev "${ED}${dir}" || die
-
-   # TODO: Write a Gentoo init script.
-   rm -r "${ED}"/etc/{init.d,sysconfig}/ || die
 }
 
 pkg_postinst() {

diff --git a/x11-wm/xpra/xpra-4.3.2.ebuild b/x11-wm/xpra/xpra-4.3.2.ebuild
index 84c10467c081..071992dfdb79 100644
--- a/x11-wm/xpra/xpra-4.3.2.ebuild
+++ b/x11-wm/xpra/xpra-4.3.2.ebuild
@@ -110,6 +110,7 @@ RESTRICT="!test? ( test )"
 PATCHES=(
"${FILESDIR}"/${PN}-3.0.2_ignore-gentoo-no-compile.patch
"${FILESDIR}"/${PN}-4.2-suid-warning.patch
+   "${FILESDIR}"/${PN}-4.3-no-service.patch
"${DISTDIR}"/${PN}-4.3.1-tests.patch
 )
 
@@ -188,9 +189,6 @@ python_install_all() {
local dir=$(get_udevdir)
dodir "${dir%/*}"
mv -vnT "${ED}"/usr/lib/udev "${ED}${dir}" || die
-
-   # TODO: Write a Gentoo init script.
-   rm -r "${ED}"/etc/{init.d,sysconfig}/ || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-backup/tsm/

2022-02-28 Thread Andreas K. Hüttel
commit: 7760d51e800a876f0b43a3a091d79918f8a381a9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 28 23:04:25 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 23:04:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7760d51e

app-backup/tsm: Fix dependency

Closes: https://bugs.gentoo.org/832576
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-backup/tsm/tsm-8.1.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/tsm/tsm-8.1.13.3.ebuild 
b/app-backup/tsm/tsm-8.1.13.3.ebuild
index 883f9d752f78..0a2ef217d050 100644
--- a/app-backup/tsm/tsm-8.1.13.3.ebuild
+++ b/app-backup/tsm/tsm-8.1.13.3.ebuild
@@ -59,7 +59,7 @@ RDEPEND="
dev-libs/libxml2
sys-fs/fuse:0
acl? ( sys-apps/acl )
-   java? ( >=virtual/jre-1.7 )
+   java? ( virtual/jre:1.8 )
|| (
sys-libs/libxcrypt[compat]
sys-libs/glibc[crypt(+)]



[gentoo-commits] repo/gentoo:master commit in: net-mail/public-inbox/

2022-02-28 Thread Andreas K. Hüttel
commit: d2c01217ce9c1c87dd81c3ed4f8da754006308c2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 28 22:57:15 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 22:57:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c01217

net-mail/public-inbox: New package

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

 net-mail/public-inbox/Manifest  |  1 +
 net-mail/public-inbox/metadata.xml  | 12 
 net-mail/public-inbox/public-inbox-1.7.0.ebuild | 38 +
 3 files changed, 51 insertions(+)

diff --git a/net-mail/public-inbox/Manifest b/net-mail/public-inbox/Manifest
new file mode 100644
index ..7bd7af9913ac
--- /dev/null
+++ b/net-mail/public-inbox/Manifest
@@ -0,0 +1 @@
+DIST public-inbox-1.7.0.tar.gz 805628 BLAKE2B 
4403cd11a2c4f793b136aff07ccc06ea60011c21484196e497921ca36599870eecdf7b93f550ef44e876bca814a3b03e1d8d4b484113506ee809098124cfd1b2
 SHA512 
cb03d2ec3e28f1fc75bdbff2b8ea5b417898ddb2895d27b105624cab35f0dcab99269d86bfc158bdf42faecb7b7a5734363a81d2202970e8d079bf05fa359250

diff --git a/net-mail/public-inbox/metadata.xml 
b/net-mail/public-inbox/metadata.xml
new file mode 100644
index ..3d9412e88943
--- /dev/null
+++ b/net-mail/public-inbox/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+dilfri...@gentoo.org
+Andreas K. Huettel
+  
+  
+zx...@gentoo.org
+Jason A. Donenfeld
+  
+

diff --git a/net-mail/public-inbox/public-inbox-1.7.0.ebuild 
b/net-mail/public-inbox/public-inbox-1.7.0.ebuild
new file mode 100644
index ..6d7bfd810fcf
--- /dev/null
+++ b/net-mail/public-inbox/public-inbox-1.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-module
+
+HOMEPAGE="https://public-inbox.org;
+SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${P}.tar.gz;
+DESCRIPTION="An archives-first approach to mailing lists"
+LICENSE="AGPL-3+"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+# in order of mention in INSTALL.html, going more for feature completeness
+# than for minimal footprint
+RDEPEND="
+   dev-vcs/git
+   dev-perl/DBD-SQLite
+   virtual/mta
+   dev-perl/URI
+   dev-perl/Plack
+   dev-perl/TimeDate
+   dev-perl/Inline-C
+   dev-perl/Email-Address-XS
+   dev-perl/Search-Xapian
+   dev-perl/Parse-RecDescent
+   dev-perl/Mail-IMAPClient
+   dev-perl/BSD-Resource
+   net-misc/curl
+   dev-perl/Linux-Inotify2
+   dev-perl/Net-Server
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2022-02-28 Thread Andreas K. Hüttel
commit: 8bbf17adad28a481f26c63ef20750e658d1f3d09
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Feb 28 22:53:24 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 22:57:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbf17ad

dev-perl/Search-Xapian: Allow newer xapian

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

 .../Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
new file mode 100644
index ..b3fef4008d7b
--- /dev/null
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.25.5-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OLLY
+inherit perl-module toolchain-funcs
+
+DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-libs/xapian-1.4:0=
+   !dev-libs/xapian-bindings[perl]"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( dev-perl/Devel-Leak )
+"
+
+DIST_TEST=do
+# parallel fails sometimes...
+
+myconf="CXX=$(tc-getCXX) CXXFLAGS=${CXXFLAGS}"
+
+src_install() {
+   perl-module_src_install
+
+   use examples && {
+   docinto examples
+   dodoc "${S}"/examples/*
+   }
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/

2022-02-28 Thread Georgy Yakovlev
commit: 5695bcebe64acf12513d2896818ab83095caae5d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Feb 28 22:42:03 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Feb 28 22:42:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5695bceb

x11-terms/alacritty: add 0.10.1, drop 0.10.0

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

 x11-terms/alacritty/Manifest| 2 +-
 .../alacritty/{alacritty-0.10.0.ebuild => alacritty-0.10.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index d5870032e34a..4ad265c14541 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,6 +1,6 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
-DIST alacritty-0.10.0.tar.gz 1437372 BLAKE2B 
f9bdb19e92f89e30efaf2c773dd27efbb53d97edcf032c1eed55671d2ee2965341cd044feb76ed2d213a84760c64381aaca72a046d40ead7195c012895016a06
 SHA512 
25919fc7a0dac0011fc508e07f168fce953780ec8bbdbea440ee41a848bef93594d022a0d79018efacfcb9b7eca6c785b03f479bc12e09226e83b13245f5edab
+DIST alacritty-0.10.1.tar.gz 1439045 BLAKE2B 
327fbf7158459dbbc6e2a974184daa540e50613503c227ddd39e6deef6a0cb07a172f9277906615032f0557c9f5b6eb0df6fad37e46e329ad8a5c6cfb5095c5d
 SHA512 
1321cfdf1ecc7210511ed84912e0d7a06951e21931c521decd3db8d0c1f50da4e50c01d9b39b4c77ce3a7ce0187f1f81abf3d3edc27388e6ec2e42c6c679f2d6
 DIST alacritty-0.9.0.tar.gz 1422571 BLAKE2B 
0b9531b92e57e36f86ae2a855c9dca4d3789e21b2ade9df2d22d32b9cf0967748df2acd1c79a1defba4d9eac21b2477550b799e5ffc4f9cb1444793ae9ca36e4
 SHA512 
17b53a1f98e8435a3ab120e39040c591d96a05d793b78030732f5624e2b717ab6a06c8de67fb25c6a502f3f3064f08a2a3c64cf7a1b7f3f7fda699e7fd95f931
 DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b

diff --git a/x11-terms/alacritty/alacritty-0.10.0.ebuild 
b/x11-terms/alacritty/alacritty-0.10.1.ebuild
similarity index 100%
rename from x11-terms/alacritty/alacritty-0.10.0.ebuild
rename to x11-terms/alacritty/alacritty-0.10.1.ebuild



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

2022-02-28 Thread Bernard Cafarelli
commit: 55abc72184de2185ad3595030a9e98853c2ead2b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Feb 28 21:56:33 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Feb 28 21:58:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55abc721

media-gfx/freepv: move to cmake eclass

Closes: https://bugs.gentoo.org/834296
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 media-gfx/freepv/freepv-0.3.0-r5.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/freepv/freepv-0.3.0-r5.ebuild 
b/media-gfx/freepv/freepv-0.3.0-r5.ebuild
index db82a97be089..919e20691724 100644
--- a/media-gfx/freepv/freepv-0.3.0-r5.ebuild
+++ b/media-gfx/freepv/freepv-0.3.0-r5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit cmake-utils flag-o-matic xdg
+EAPI=8
+inherit cmake flag-o-matic xdg
 
 DESCRIPTION="Panorama viewer (Quicktime, PangeaVR, GLPanoView formats)"
 HOMEPAGE="http://freepv.sourceforge.net/;
@@ -33,7 +33,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
sed -e 's:jpeg_mem_src:freepv_jpeg_mem_src:g' \
-i src/libfreepv/JpegReader.cpp || die
@@ -46,5 +46,5 @@ src_configure() {
# bug 618856
append-cxxflags -std=c++14
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }



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

2022-02-28 Thread Bernard Cafarelli
commit: 5a1b496eaf399fab3cda88972cba9028b507e156
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Feb 28 21:58:36 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Feb 28 21:58:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1b496e

sys-fs/shake: switch to cmake eclass

Closes: https://bugs.gentoo.org/834299
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 sys-fs/shake/shake-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/shake/shake-1.0.ebuild b/sys-fs/shake/shake-1.0.ebuild
index 2bf5d2e50ef8..a5e29e329ce2 100644
--- a/sys-fs/shake/shake-1.0.ebuild
+++ b/sys-fs/shake/shake-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Defragmenter that runs in userspace while the system is used"
 HOMEPAGE="http://vleu.net/shake/;



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

2022-02-28 Thread Michał Górny
commit: 2367fd52bfab1e1bb63ba86b9e0dafc5e98b313e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2367fd52

dev-python/pytz_deprecation_shim: Remove old

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

 .../pytz_deprecation_shim-0.1.0_p0-r1.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild 
b/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
deleted file mode 100644
index 5590af47e64d..
--- a/dev-python/pytz_deprecation_shim/pytz_deprecation_shim-0.1.0_p0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-
-DESCRIPTION="Shims to make deprecation of pytz easier"
-HOMEPAGE="https://pypi.org/project/pytz-deprecation-shim/ 
https://github.com/pganssle/pytz-deprecation-shim;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-   ' python3_8 pypy3)
-   sys-libs/timezone-data
-"
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-src_prepare() {
-   # apparently used only as a fallback
-   sed -i -e '/tzdata/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2022-02-28 Thread Michał Górny
commit: bb6055c36e86a352cbb0b58c9c3530e400dab6fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:53:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6055c3

dev-python/jaraco-text: Remove old

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

 dev-python/jaraco-text/Manifest|  1 -
 dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild | 31 
 dev-python/jaraco-text/jaraco-text-3.7.0.ebuild| 33 --
 3 files changed, 65 deletions(-)

diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest
index 616b8dbefdaa..3d1008ab90ce 100644
--- a/dev-python/jaraco-text/Manifest
+++ b/dev-python/jaraco-text/Manifest
@@ -1,2 +1 @@
-DIST jaraco.text-3.6.0.tar.gz 11575 BLAKE2B 
631eb6aa72e9dae7e2baaa896634658525cefa9033b5d8347ab4f2b6f654afb60770ffed0c9397d4ee3d16f81002ba89d383dc6b8899134c2e932cc814aa291a
 SHA512 
74e6f199372b62ee767fd5f5829ab636d6d87c38998d93cb4ed7dddbe53db27e5c3caf45f36f7b5690b3c12367df0c93702fac59ee99ffcb03f53e70b8b18f96
 DIST jaraco.text-3.7.0.tar.gz 12054 BLAKE2B 
54528808695e2f1f04165e3de42d1715bb3e3ee1450ee8d8759814d209ba98c181d1746a916816dd50703e5a4e26ad7986f389619324ffbabaa89be90fd3908c
 SHA512 
559dc5ed0f2c0b46dd0cbbc112ab01bbdb68bc12923cff8f745a5e233696ca9f50cef6dbf60116df5121f4761457574deebea142c2a23ca6c4664d7395b5607e

diff --git a/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild
deleted file mode 100644
index 7738c13be144..
--- a/dev-python/jaraco-text/jaraco-text-3.6.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Text utilities used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.text;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3)
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest

diff --git a/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild
deleted file mode 100644
index 732091306f5a..
--- a/dev-python/jaraco-text/jaraco-text-3.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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 )
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Text utilities used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.text;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/jaraco-context-4.1[${PYTHON_USEDEP}]
-   dev-python/jaraco-functools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8 pypy3)
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest



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

2022-02-28 Thread Michał Górny
commit: 054eb5d83fd92ededae08cc9e71131492c004d7d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:53:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054eb5d8

dev-python/pikepdf: Remove old

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

 dev-python/pikepdf/Manifest |  2 --
 dev-python/pikepdf/pikepdf-4.3.1.ebuild | 52 
 dev-python/pikepdf/pikepdf-4.4.1.ebuild | 53 -
 3 files changed, 107 deletions(-)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 34dbe04b280b..04ead2978bea 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,5 +1,3 @@
-DIST pikepdf-4.3.1.tar.gz 2348339 BLAKE2B 
9b1f04a87e7e7d2dc2589eaa7db4a670e8ceda753191e473e1a5da9ead532121d0d7d4f734fa234d60a9b5a5931d022f46e252a8c69947e9553df67b81043a06
 SHA512 
0156ad57a9af2d39538f9f728231e931e1a44ecea74d26e850640fa062f2dc60d427deeea5fc25ab33037d11d7a403cefe5f930c7ed92be92a6d3432f87d8fa6
-DIST pikepdf-4.4.1.tar.gz 2350630 BLAKE2B 
3a0973bda758952ad4f237061882e86cc17776ff72a5ac69950c46adfe0584f447f3dbe0ddac80d41b3b183fe31caad96dbd4c1db4c14499b449c8cdd371
 SHA512 
4158ff7f8e5ee6098ea73ec3bc47686b3113d941d9522ded0ffd572e624d3b1099939b5103de8eb90c73048fe8ca2be8bc5e1b3946ebe8159df877cf9633f6fa
 DIST pikepdf-4.5.0.tar.gz 2353720 BLAKE2B 
6c15a07b686a6279d1c8bbccc1534a153ae6e809f2b1b63bf4a44f9d49f064cd8b102aa2bb50cb824689c25cc4850d84fb04355fa66dea1e0fc8582d9a2743ad
 SHA512 
d664a192cee28143c06cd7653ba225c7fb559a6480b9fab3b87cfb5231678967af5ec1f896b8c48938cc1f1ca3ff00b1dd5a0df1807a84d17fa104a7dcd98dec
 DIST pikepdf-5.0.0.tar.gz 2353902 BLAKE2B 
f6c73372b73d303f0c17b68d8e317c0aeecf6515d720e8eb748123385f57fc49b7eba54243462864a5d6fe9b19acce85140bc3ece15695c086faec69c60ed98a
 SHA512 
8ac3d2682b1490dc9fa4509d0db14508e3bbf001b34d5ba495eaee0d29d6a189309b6a71b3f92e620cfc3422218152edb4103e9e30cad87e4202571d23c04dfe
 DIST pikepdf-5.0.1.tar.gz 2354060 BLAKE2B 
0aafaa27642dc2ee5994e670cbc7c7f828027111ce6a7aeb0ff71db8a07a271a1335c60ee9cbbbdbaaf9f8403e206df2c3083cc735cf5bc7f8810b4b113d1634
 SHA512 
d259806303a3faed861b91cc838efb1317b0d865220708f379d9a674e4ffc0a2752be9b09bcad9950edff7fe8a1c1511c56d9348cfd8ce7c0ca8893316a3ce78

diff --git a/dev-python/pikepdf/pikepdf-4.3.1.ebuild 
b/dev-python/pikepdf/pikepdf-4.3.1.ebuild
deleted file mode 100644
index f8454b63bc61..
--- a/dev-python/pikepdf/pikepdf-4.3.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"
-HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf;
-SRC_URI="
-   https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
-   -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND=">=app-text/qpdf-10.3.1:0="
-RDEPEND="${DEPEND}
-   >=dev-python/pillow-7[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20[${PYTHON_USEDEP}]
-   >=dev-python/pybind11-2.7.1[${PYTHON_USEDEP}]"
-BDEPEND="
-   >=dev-python/pybind11-2.7.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
-   >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
-   >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
-   >=dev-python/psutil-5[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-   )"
-
-#distutils_enable_sphinx docs \
-#  dev-python/ipython \
-#  dev-python/matplotlib \
-#  dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/-n auto/d' pyproject.toml || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/pikepdf/pikepdf-4.4.1.ebuild 
b/dev-python/pikepdf/pikepdf-4.4.1.ebuild
deleted file mode 100644
index c4cd8b455ee6..
--- a/dev-python/pikepdf/pikepdf-4.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"

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

2022-02-28 Thread Michał Górny
commit: be44ed51cd37bc2a5e273028ddad80d861e7aeb4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:52:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be44ed51

dev-python/pytest-httpx: Remove old

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

 dev-python/pytest-httpx/Manifest   |  2 --
 dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild | 32 -
 dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild | 33 --
 3 files changed, 67 deletions(-)

diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
index a00a357b5107..8a04845c7ac8 100644
--- a/dev-python/pytest-httpx/Manifest
+++ b/dev-python/pytest-httpx/Manifest
@@ -1,3 +1 @@
-DIST pytest-httpx-0.18.0.gh.tar.gz 22939 BLAKE2B 
a55923e63ad47ebd6ef05eafdadcec4caabab1341ab5f70e68357bc44cab53006a38b0d07f9540007ac46686499fd7355610a22a82b075a1e674d1fa3250efe9
 SHA512 
a7f24eefb8ba371e8c86526dd63e5ec7a6fa2e7a122643c8907a3da3b9a17a06e99416c5dc927f42320aa88fc213d5a327f53ec92e345853d5350902801fa1bc
-DIST pytest-httpx-0.19.0.gh.tar.gz 22971 BLAKE2B 
e62dbd043ff727d6b91d82963514d62f23766ad69380675334b6a429c11f00e2062cd0cc9dedce662c5ec13ff42f3eb9bb2620d0f021bfe9b5f4ad7ae7694d28
 SHA512 
a3a296445894cb8f68a8ce367b5e3e399471be45c6fa1d5fa4957910b45af244393957f49b5fb0ec2c0a0e8c507e63d572a0fa672430fe030b2529c2fefa6911
 DIST pytest-httpx-0.20.0.gh.tar.gz 23106 BLAKE2B 
b44890bc0f916a10d57b1fe16523808cc9ab9a364d39980c49b4d26823afe7c9388b442cf99225605d741d192b5f282acdce0c7929e00ea076f10f04a55597a3
 SHA512 
54f588ddaaa0b9909f38a25ae1cf08d63f943a0fa169d4b77d2e8b967fc001af1f667b7c91dfcaf14bbed948d72df22ec133468ad692157b31259b2b155ebd88

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild 
b/dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild
deleted file mode 100644
index 0c37b4098463..
--- a/dev-python/pytest-httpx/pytest-httpx-0.18.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-DESCRIPTION="Send responses to HTTPX using pytest"
-HOMEPAGE="https://colin-b.github.io/pytest_httpx/;
-SRC_URI="
-   https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   =dev-python/httpx-0.21*[${PYTHON_USEDEP}]
-   =dev-python/pytest-6*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild 
b/dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild
deleted file mode 100644
index f33c4f734d50..
--- a/dev-python/pytest-httpx/pytest-httpx-0.19.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 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} )
-inherit distutils-r1
-
-MY_PN="${PN/-/_}"
-DESCRIPTION="Send responses to HTTPX using pytest"
-HOMEPAGE="https://colin-b.github.io/pytest_httpx/;
-SRC_URI="
-   https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   =dev-python/httpx-0.22*[${PYTHON_USEDEP}]
-   =dev-python/pytest-6*[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-02-28 Thread Michał Górny
commit: c7dcc6d1b98b96c3f0477edca9826a72c95d3b68
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 28 21:52:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 28 21:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7dcc6d1

dev-python/packaging: Remove old

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

 dev-python/packaging/packaging-21.3-r1.ebuild | 37 ---
 1 file changed, 37 deletions(-)

diff --git a/dev-python/packaging/packaging-21.3-r1.ebuild 
b/dev-python/packaging/packaging-21.3-r1.ebuild
deleted file mode 100644
index c90d7a08688c..
--- a/dev-python/packaging/packaging-21.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Core utilities for Python packages"
-HOMEPAGE="
-   https://github.com/pypa/packaging/
-   https://pypi.org/project/packaging/;
-SRC_URI="
-   https://github.com/pypa/packaging/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-SLOT="0"
-LICENSE="|| ( Apache-2.0 BSD-2 )"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   || (
-   >=dev-python/pyparsing-3.0.6[${PYTHON_USEDEP}]
-   

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

2022-02-28 Thread Stephan Hartmann
commit: c8e49887d6acdccba936d1dbf1846ef004424d71
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Feb 28 21:51:49 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Feb 28 21:51:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e49887

www-plugins/chrome-binary-plugins: automated update (99.0.4844.51_beta)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...44.45_beta.ebuild => chrome-binary-plugins-99.0.4844.51_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 469ca9cf4a1d..4ece2bb19708 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_99.0.4844.45-1_amd64.deb 83093780 BLAKE2B 
85066fae3ae374c14a80fab36d162cfb2aa73758fe2940056342fa0beed6aaeda51d191e3b43a333f2e96422c54db830235512bd58f0b1eabf94f51580504e24
 SHA512 
d2bc353a8b705e56aa63be5831847debe2365e5d8bb6fa3ea82df4ba91eb6055a397d79ed8b9fa7d4bce7944fd6fc9e0f1a707e1d5b9802013931a2d8d03e7b1
+DIST google-chrome-beta_99.0.4844.51-1_amd64.deb 83064824 BLAKE2B 
f2a0683890c93b8fc8755f2a49e29a6a3101cd20df13b22caeb6c533b010e4af05654b53c6e73324159ab46be849f2844a9524fa571b4646232a9fdc4cd89de1
 SHA512 
9a4244e4291da87bc7c5005b5ee32105cd933b5f2f8cb089320d919b86f8118c1ff5b0c40c57387d684639762f25f96fc0eea58c36493af69ab52901293db74f
 DIST google-chrome-stable_98.0.4758.102-1_amd64.deb 90840348 BLAKE2B 
70853126ce8d7b5c2c98ffbf56dec5adbd6c856cb282e298ccb132f19f5cfdc36b4eed66618111afc2fb67c7877cffc689a009d6cb01ce997465f2d7a12a8282
 SHA512 
6f3d722aadd03bbcfb9fee1b812632a6c055c3b321e458221c56e0af0123eee8e539bbe880f7b6695cf95ac3f84f50074bcf7c2a948864c2ef68b3081868ffc4
 DIST google-chrome-unstable_100.0.4896.12-1_amd64.deb 83478284 BLAKE2B 
7c0088b65d236f6b821a6e9cb99dc0d8caa3c020c85a7072aa9295df65380626b79177358deeccb125f8b4d2dc579bcac1f9d2a478855ac01679ca2868ad9c5c
 SHA512 
71e985134fc0b6270ab7edc8c24105e830cb4a78def0743e05ec34660dafc1654b00edf0f370a2bdb5fc46489bcc48bc600f7457b5460ecdda77c250e418823b

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.45_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.45_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51_beta.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2022-02-28 Thread Stephan Hartmann
commit: e3aed069b9788085f9b72b7d56352cd3270b73c2
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Feb 28 21:51:45 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Feb 28 21:51:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3aed069

www-client/google-chrome-beta: automated update (99.0.4844.51)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-99.0.4844.45.ebuild => google-chrome-beta-99.0.4844.51.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 26ba1c25d73d..596a096c30bd 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_99.0.4844.45-1_amd64.deb 83093780 BLAKE2B 
85066fae3ae374c14a80fab36d162cfb2aa73758fe2940056342fa0beed6aaeda51d191e3b43a333f2e96422c54db830235512bd58f0b1eabf94f51580504e24
 SHA512 
d2bc353a8b705e56aa63be5831847debe2365e5d8bb6fa3ea82df4ba91eb6055a397d79ed8b9fa7d4bce7944fd6fc9e0f1a707e1d5b9802013931a2d8d03e7b1
+DIST google-chrome-beta_99.0.4844.51-1_amd64.deb 83064824 BLAKE2B 
f2a0683890c93b8fc8755f2a49e29a6a3101cd20df13b22caeb6c533b010e4af05654b53c6e73324159ab46be849f2844a9524fa571b4646232a9fdc4cd89de1
 SHA512 
9a4244e4291da87bc7c5005b5ee32105cd933b5f2f8cb089320d919b86f8118c1ff5b0c40c57387d684639762f25f96fc0eea58c36493af69ab52901293db74f

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-99.0.4844.45.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-99.0.4844.51.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-99.0.4844.45.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-99.0.4844.51.ebuild



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

2022-02-28 Thread Stephan Hartmann
commit: 01e2753ac95b4bfaadf0be84f57efa69b1e1dc64
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Feb 28 21:50:37 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Feb 28 21:51:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e2753a

www-client/opera-developer: automated bump (86.0.4344.0)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-86.0.4344.0.ebuild | 158 +
 2 files changed, 159 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index e895393809f4..ac5ded4aa0b6 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,6 @@
 DIST opera-developer_85.0.4323.0_amd64.deb 84158124 BLAKE2B 
d9eec8879b9ff98d23444a0465016e10a2437d7167c77abd635ab0aa7d004ec61331b6cf08573d80de93e91dc9a063d397fcd4e0f649d32889fccf4a6e8dbaf7
 SHA512 
9590502503fc900d2f7137e16ecf7879cba8016b8f85ddd872fd0799ad304cd0a06a1d2d7ca43f6461de449a0ab2a32cf3822623b583a770f0066fce58daf390
 DIST opera-developer_85.0.4331.0_amd64.deb 84376156 BLAKE2B 
d2cb2cdc8a27052ca3972586ef64c67d23eed58b2c935458e5f0df6add36d9ec1cc0da6ada1f2d1d251ede4621d5b0c4f6d995870306eb2c2d55d9bd977d0edc
 SHA512 
f3901d2a56564a2ec3428cc04054d099263c2334ed3beb2dc92f4d6ab67dd10b64ca82f3d9b57d9ae04664dd69422bef0c0a4fdb2d30be29a8eb160cd80be5b7
 DIST opera-developer_85.0.4338.0_amd64.deb 84385876 BLAKE2B 
12f7942c070f65553440baa61299440eef525ce59ede3b8a0ca5ff09068ac2c66e8ec743c2deadf919cd0c8080988a7622f63ff37c1f2adc8804193aa1ddbbea
 SHA512 
7afe3f164205f40222beea0bae2527b4bd9714f1e0d783b0c6d8cc31d19b08f1ec2b39c3e5f8655b13276ad46c071e953e8c03fc8562c3bea25a8c5dc7659d5b
+DIST opera-developer_86.0.4344.0_amd64.deb 83920812 BLAKE2B 
4e33de2329f02d5b34f895e39cb55e3853efa92a9887ca8019fb930b30805f0829cb90cf1402486a191d034174dd130f48443db92a73d82fecdda665d0304e24
 SHA512 
a3cbc5fa76011969ba9a53f828b63b519a9f13054e72b341d376a6f8c56e4af994cc3fb03260e35ac3490dd8462ce8d05cc02e9c49a4a3f725e48421f579484b
 DIST opera-ffmpeg-codecs-96.0.4655.7.tar.xz 1394152 BLAKE2B 
a48c1f22b5e92e40d8d5f97f02505021824823796767c1725c821b171b3ff6bf281d0123bf0b7e336f4d81b84bbf9362c6489f30b7de7c2037238c53003d6e00
 SHA512 
7c6815936e9a027d278a893e90e30f28a3d011ec83723c6500bee7ba0dddc5c96ae3cd75d7e16f7bbd2f9ee635fb64bdba6c2ba1df32761a6215be6eb3d5ec5c
 DIST opera-ffmpeg-codecs-99.0.4818.2.tar.xz 1394204 BLAKE2B 
b18569d0adef52d88f0c39391da330e3df5fae1fa323dcda82d6d432c5e8bc9c24008cbff61eeded6a61255ef0fabf4a1cef554b3acad42c500cbfde89c254dc
 SHA512 
8ab7836c663a540e34a92f7a38571b968bf23fd44af554ee8ba3b7affb991031bf9aba2a848e68e478e7431efccf4410c7398bacee831f1b16be91dd65b151bb

diff --git a/www-client/opera-developer/opera-developer-86.0.4344.0.ebuild 
b/www-client/opera-developer/opera-developer-86.0.4344.0.ebuild
new file mode 100644
index ..151d4a848d68
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-86.0.4344.0.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="99.0.4818.2"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   

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

2022-02-28 Thread Stephan Hartmann
commit: d2f34ed13110e79d37cf9e6ad05e6566089f3ce9
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Mon Feb 28 21:50:45 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Mon Feb 28 21:51:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f34ed1

www-client/opera-developer: remove old

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-developer/Manifest|   2 -
 .../opera-developer-85.0.4323.0.ebuild | 158 -
 2 files changed, 160 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index ac5ded4aa0b6..4f4be28f6881 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,6 +1,4 @@
-DIST opera-developer_85.0.4323.0_amd64.deb 84158124 BLAKE2B 
d9eec8879b9ff98d23444a0465016e10a2437d7167c77abd635ab0aa7d004ec61331b6cf08573d80de93e91dc9a063d397fcd4e0f649d32889fccf4a6e8dbaf7
 SHA512 
9590502503fc900d2f7137e16ecf7879cba8016b8f85ddd872fd0799ad304cd0a06a1d2d7ca43f6461de449a0ab2a32cf3822623b583a770f0066fce58daf390
 DIST opera-developer_85.0.4331.0_amd64.deb 84376156 BLAKE2B 
d2cb2cdc8a27052ca3972586ef64c67d23eed58b2c935458e5f0df6add36d9ec1cc0da6ada1f2d1d251ede4621d5b0c4f6d995870306eb2c2d55d9bd977d0edc
 SHA512 
f3901d2a56564a2ec3428cc04054d099263c2334ed3beb2dc92f4d6ab67dd10b64ca82f3d9b57d9ae04664dd69422bef0c0a4fdb2d30be29a8eb160cd80be5b7
 DIST opera-developer_85.0.4338.0_amd64.deb 84385876 BLAKE2B 
12f7942c070f65553440baa61299440eef525ce59ede3b8a0ca5ff09068ac2c66e8ec743c2deadf919cd0c8080988a7622f63ff37c1f2adc8804193aa1ddbbea
 SHA512 
7afe3f164205f40222beea0bae2527b4bd9714f1e0d783b0c6d8cc31d19b08f1ec2b39c3e5f8655b13276ad46c071e953e8c03fc8562c3bea25a8c5dc7659d5b
 DIST opera-developer_86.0.4344.0_amd64.deb 83920812 BLAKE2B 
4e33de2329f02d5b34f895e39cb55e3853efa92a9887ca8019fb930b30805f0829cb90cf1402486a191d034174dd130f48443db92a73d82fecdda665d0304e24
 SHA512 
a3cbc5fa76011969ba9a53f828b63b519a9f13054e72b341d376a6f8c56e4af994cc3fb03260e35ac3490dd8462ce8d05cc02e9c49a4a3f725e48421f579484b
-DIST opera-ffmpeg-codecs-96.0.4655.7.tar.xz 1394152 BLAKE2B 
a48c1f22b5e92e40d8d5f97f02505021824823796767c1725c821b171b3ff6bf281d0123bf0b7e336f4d81b84bbf9362c6489f30b7de7c2037238c53003d6e00
 SHA512 
7c6815936e9a027d278a893e90e30f28a3d011ec83723c6500bee7ba0dddc5c96ae3cd75d7e16f7bbd2f9ee635fb64bdba6c2ba1df32761a6215be6eb3d5ec5c
 DIST opera-ffmpeg-codecs-99.0.4818.2.tar.xz 1394204 BLAKE2B 
b18569d0adef52d88f0c39391da330e3df5fae1fa323dcda82d6d432c5e8bc9c24008cbff61eeded6a61255ef0fabf4a1cef554b3acad42c500cbfde89c254dc
 SHA512 
8ab7836c663a540e34a92f7a38571b968bf23fd44af554ee8ba3b7affb991031bf9aba2a848e68e478e7431efccf4410c7398bacee831f1b16be91dd65b151bb

diff --git a/www-client/opera-developer/opera-developer-85.0.4323.0.ebuild 
b/www-client/opera-developer/opera-developer-85.0.4323.0.ebuild
deleted file mode 100644
index cf2133bb230d..
--- a/www-client/opera-developer/opera-developer-85.0.4323.0.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="96.0.4655.7"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   

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

2022-02-28 Thread Andreas Sturmlechner
commit: bfe34cee1837f876589efb047ec867252e8267a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 26 20:29:30 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 28 21:12:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe34cee

media-gfx/solvespace: Drop 2.3

Bug: https://bugs.gentoo.org/784359
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-gfx/solvespace/Manifest  |  2 -
 .../solvespace-2.3-gcc11-missing-limits-inc.patch  | 19 ---
 media-gfx/solvespace/solvespace-2.3.ebuild | 61 --
 3 files changed, 82 deletions(-)

diff --git a/media-gfx/solvespace/Manifest b/media-gfx/solvespace/Manifest
index 16f31c32664c..0ea117d9b3ce 100644
--- a/media-gfx/solvespace/Manifest
+++ b/media-gfx/solvespace/Manifest
@@ -1,5 +1,3 @@
 DIST libdxfrw-0.6.3-0b7b7b709d9299565db603f878214656ef5e9ddf.tar.gz 691804 
BLAKE2B 
84c90a591fac71144e9e13aace7c1a00dfc1bd6f27b0bcde6b60541f5b5d3ccc04ae1c759f60cb467445cc884840d04bf4613b5cc553fbbf6951cac33a084d50
 SHA512 
9ab498aa7f369be79d800e8ca5ec55fa54be79d0778937b81d4c8da776b3419cb8a75400b54b205efc338da32e2e781afd0bed1bd8efed1a0b212dc8682a2615
-DIST libdxfrw-0.6.3-87ff1082f49b1286a033ac8f38fe8dde0975bb8b.tar.gz 691867 
BLAKE2B 
bd3414930efe8cc1185a20f889dda3ec8ea46e40d3a1a4c24975683fc444161acdff576a1f40c34203e523e88bacf3841c50928340e7865650a113e65375f930
 SHA512 
0f8e2561887fbc5101787f0d7818328864b5c4a679ef539fcdbda8c124ab4a808663f9ba645d397f154596eab1eb7c6f0bdf3883bf6975392863e01bada3a1f0
 DIST mimalloc-2.0.1-dc6bce256d4f3ce87761f9337977dff3d8b1776c.tar.gz 912721 
BLAKE2B 
0129b7650303be9bd82e9a99f6a81cc5aacf93c4e2d36813520d59b61410c00c2b84979b9aa901dc9f67a88110115882987b4eceebe880c548adbab4a328c415
 SHA512 
bf1770ae0225207aa072a103cb13671ac8a759aeb8e81dec6b1bf4192dc87c927153c34a4d6c42075d021cdb4a294a2863e9f70eed386912ccc0699120bd967e
-DIST solvespace-2.3.tar.gz 2115940 BLAKE2B 
67e2d81e0a609d0344a6f28d33a78609b01c7105785f93aa1124f0592fe0e31d4846e6dd406339b2ef2c5f3961f91302a73c5391fe2e0f435e78c3a97ed67612
 SHA512 
9d22e467337591cd9a4935124d18733b8337f5785ab5738f4a94300f283ffe7d313569e379ae77e509d14182ffde8c9db7beaebb46ea7c0507c6b05010fe1a56
 DIST solvespace-3.0.tar.gz 2734860 BLAKE2B 
2efc9d98723c60abdb1c76ac086c40ff2f9b8bc9c315978731493d115fa55a080176ef48d930e3b503c0de0604dbfd2bc3bd99a581f359eb07a23034d09f84bf
 SHA512 
b07b41fac1d67c5350082600a2f09e3fa611a1273e0c93ff93d11a7a1dbf550ff33465686eaff04fdb8350d1fe854ab0301d8723ef31cc65c687ba59cb89187f

diff --git 
a/media-gfx/solvespace/files/solvespace-2.3-gcc11-missing-limits-inc.patch 
b/media-gfx/solvespace/files/solvespace-2.3-gcc11-missing-limits-inc.patch
deleted file mode 100644
index ecf02fc5c01e..
--- a/media-gfx/solvespace/files/solvespace-2.3-gcc11-missing-limits-inc.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/790776
 a/src/exportvector.cpp
-+++ b/src/exportvector.cpp
-@@ -4,6 +4,7 @@
- // Copyright 2008-2013 Jonathan Westhues.
- 
//-
- #include 
-+#include 
- #include "solvespace.h"
- 
- VectorFileWriter::~VectorFileWriter() {
 a/src/importdxf.cpp
-+++ b/src/importdxf.cpp
-@@ -1,3 +1,5 @@
-+#include 
-+
- #include "solvespace.h"
- #include "libdxfrw.h"
- #include "libdwgr.h"

diff --git a/media-gfx/solvespace/solvespace-2.3.ebuild 
b/media-gfx/solvespace/solvespace-2.3.ebuild
deleted file mode 100644
index 25975546f2b6..
--- a/media-gfx/solvespace/solvespace-2.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DXFRW_COMMIT="87ff1082f49b1286a033ac8f38fe8dde0975bb8b"
-DXFRW_PV="0.6.3"
-DXFRW_P="libdxfrw-${DXFRW_PV}-${DXFRW_COMMIT}"
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Parametric 2d/3d CAD"
-HOMEPAGE="http://solvespace.com;
-SRC_URI="https://github.com/solvespace/solvespace/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   https://github.com/solvespace/libdxfrw/archive/${DXFRW_COMMIT}.tar.gz 
-> ${DXFRW_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-cpp/gtkmm:2.4=
-   dev-cpp/pangomm:1.4
-   dev-libs/json-c:=
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/glew:0=
-   media-libs/libpng:0=
-   virtual/opengl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-# NOTE: please keep commit hash actually when version up
-GIT_COMMIT_HASH="4d1e1341d926ac356b295d5cc3d61c7a6cd7d07d"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.3-gcc11-missing-limits-inc.patch
-)
-
-src_prepare() {
-   rm -r "extlib/libdxfrw" || die  "rm extlib/libdxfrw failed"
-   mv "${WORKDIR}/libdxfrw-${DXFRW_COMMIT}" "extlib/libdxfrw" || die "move 
libdxfrw-${DXFRW_COMMIT} failed"
-   sed -i '/include(GetGitCommitHash)/d' CMakeLists.txt || die 'remove 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/librime/, app-i18n/librime/files/

2022-02-28 Thread Andreas Sturmlechner
commit: f00fefd616073ccaf0eb8b1d309f5fdad59a361d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 28 13:09:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 28 21:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00fefd6

app-i18n/librime: Drop 1.5.3-r2, 1.6.0-r1 and 1.6.1-r1

Closes: https://bugs.gentoo.org/793926
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-i18n/librime/Manifest  |   3 -
 .../files/librime-1.5.3-log_files_mode.patch   |  14 --
 app-i18n/librime/files/librime-1.6.0-plugins.patch | 247 -
 app-i18n/librime/files/librime-1.6.1-plugins.patch | 247 -
 app-i18n/librime/librime-1.5.3-r2.ebuild   |  74 --
 app-i18n/librime/librime-1.6.0-r1.ebuild   |  74 --
 app-i18n/librime/librime-1.6.1-r1.ebuild   |  74 --
 7 files changed, 733 deletions(-)

diff --git a/app-i18n/librime/Manifest b/app-i18n/librime/Manifest
index f2e2c6fc1359..155c1c2574ff 100644
--- a/app-i18n/librime/Manifest
+++ b/app-i18n/librime/Manifest
@@ -1,4 +1 @@
-DIST librime-1.5.3.tar.gz 2847083 BLAKE2B 
4ffb2c5ddaf52f9c9227fa4ea019ef2965e61139f678798c08ef37dc52b863763651b63ed820caad0de1b06f48ab5c1a7a2682653340d2ae7f5f9eec3cec80b2
 SHA512 
4d7f6ec43bd5728f59f0b3581bcd8a46128651430b6873017d80659942b8f6aa1a2f25f439ba8fba461fe22acbf701c2da7a786104a2e4852a70a89cdc0452d3
-DIST librime-1.6.0.tar.gz 2856645 BLAKE2B 
de6d843a5028f6b0308c3432ada7dd00c08a71e73fe799b157fd71a4054c757a00d3b0fdc7743d94d6e87b03f256e822ee29c16c86f96f5d24c7d864266c4f78
 SHA512 
4aeace0f1628293d4b607483ab976841093a1ff03df8bf63d545715af00254d1f0b1bdcd120795ea688d152287069881e0740372f40e2174a14ae6f53b7f950b
-DIST librime-1.6.1.tar.gz 2856751 BLAKE2B 
c6b01342dcc9e8ee571cb14a36b851a50bf7b191211197421647ab05e6fa64c676f8936920870dcc335d06c635e354fed706832e41192bccd0a17aff02df1a43
 SHA512 
944361e9459662bb97b97ce9e2651acf0beb368b3769d1b9576cf4e5c2779302cae470fa39f5bc262cabb6a0e8590bcb77d32ffc87d7385b9465869fe7d5bcb3
 DIST librime-1.7.3.tar.gz 2859513 BLAKE2B 
834622860cdc3038d1b983f476bca70f211dfbc3bc2b565a998163e22688841ee3a0c7f9a64bce285e2f3f5b5a9a802bd5506f17904ccb3291babf80d4748fb5
 SHA512 
8767d17c3d14a5a1bbb8269fab1627b907de72c288b362fdbc6191223937da21e8b18471b4ae8f83ce5afc0ec5c3ab12fbcb49930eb9969c1764c7390d9ee4b0

diff --git a/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch 
b/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch
deleted file mode 100644
index 7a36dea64d24..
--- a/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://github.com/rime/librime/issues/316
-https://github.com/rime/librime/commit/90839b0b3d47cbfef715ea5f061c7505666ff75d
-
 /src/rime/setup.cc
-+++ /src/rime/setup.cc
-@@ -35,6 +35,8 @@
- 
- RIME_API void SetupLogging(const char* app_name) {
- #ifdef RIME_ENABLE_LOGGING
-+  // Do not allow other users to read/write log files created by current 
process.
-+  FLAGS_logfile_mode = 0600;
-   google::InitGoogleLogging(app_name);
- #endif  // RIME_ENABLE_LOGGING
- }

diff --git a/app-i18n/librime/files/librime-1.6.0-plugins.patch 
b/app-i18n/librime/files/librime-1.6.0-plugins.patch
deleted file mode 100644
index c79072f31cbb..
--- a/app-i18n/librime/files/librime-1.6.0-plugins.patch
+++ /dev/null
@@ -1,247 +0,0 @@
-https://github.com/rime/librime/issues/431
-
 /CMakeLists.txt
-+++ /CMakeLists.txt
-@@ -11,6 +11,14 @@
- 
- include(GNUInstallDirs)
- 
-+if(NOT DEFINED BIN_INSTALL_DIR)
-+set(BIN_INSTALL_DIR ${CMAKE_INSTALL_BINDIR})
-+endif()
-+
-+if(NOT DEFINED LIB_INSTALL_DIR)
-+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR})
-+endif()
-+
- option(BUILD_SHARED_LIBS "Build Rime as shared library" ON)
- option(BUILD_MERGED_PLUGINS "Merge plugins into one Rime library" ON)
- option(BUILD_STATIC "Build with dependencies as static libraries" OFF)
-@@ -22,8 +30,11 @@
- option(BOOST_USE_CXX11 "Boost has been built with C++11 support" OFF)
- option(BOOST_USE_SIGNALS2 "Boost use signals2 instead of signals" ON)
- option(ENABLE_ASAN "Enable Address Sanitizer (Unix Only)" OFF)
-+option(INSTALL_PRIVATE_HEADERS "Install private headers (usually needed for 
externally built Rime plugins)" OFF)
-+option(ENABLE_EXTERNAL_PLUGINS "Enable loading of externally built Rime 
plugins (from directory set by RIME_PLUGINS_DIR variable)" OFF)
- 
--set(rime_data_dir "/share/rime-data" CACHE STRING "Target directory for Rime 
data")
-+set(RIME_DATA_DIR "share/rime-data" CACHE STRING "Target directory for Rime 
data")
-+set(RIME_PLUGINS_DIR "${LIB_INSTALL_DIR}/rime-plugins" CACHE STRING "Target 
directory for externally built Rime plugins")
- 
- if(WIN32)
-   set(ext ".exe")
-@@ -61,7 +72,7 @@
- set(BOOST_COMPONENTS filesystem regex system)
- 
- if(BOOST_USE_SIGNALS2)
--  add_definitions("-DBOOST_SIGNALS2")
-+  set(RIME_BOOST_SIGNALS2 1)
- 

[gentoo-commits] repo/proj/guru:dev commit in: media-sound/spotify-adblock/

2022-02-28 Thread Nicola Smaniotto
commit: 429bd3438325d6959ea0baf0afe71e50f3b15311
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Feb 28 21:10:39 2022 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Mon Feb 28 21:11:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=429bd343

media-sound/spotify-adblock: fix QA_FLAGS_IGNORED

The executable is fine, the .so file is the one that doesn't respect the
flags. Also, this needs get_libdir, so the variable is now assigned in
src_prepare.

Closes: https://bugs.gentoo.org/834334
Closes: https://bugs.gentoo.org/834335
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto  gmail.com>

 media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild 
b/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild
index 40891426c..6a30973e9 100644
--- a/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild
+++ b/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild
@@ -41,7 +41,11 @@ RDEPEND="
media-sound/spotify
 "
 
-QA_FLAGS_IGNORED="usr/bin/${PN}"
+src_prepare(){
+   default
+   # assigned here to use get_libdir
+   QA_FLAGS_IGNORED="usr/$(get_libdir)/${PN}.so"
+}
 
 src_install(){
# executable



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

2022-02-28 Thread Matthew Smith
commit: cf79d35588e2be13401a3219ec98b3303075df5d
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:11:47 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:42:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf79d355

dev-libs/libcharon: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

 dev-libs/libcharon/Manifest|  1 +
 dev-libs/libcharon/libcharon-4.13.0.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest
index c3a3afcb59a1..a7ff2bd4a809 100644
--- a/dev-libs/libcharon/Manifest
+++ b/dev-libs/libcharon/Manifest
@@ -1,2 +1,3 @@
 DIST libcharon-4.12.1.tar.gz 151783 BLAKE2B 
54cac090a924ee086e15fddc0cd2acc8dfbc3dfd2dc91b27ffb1d81a64dcf30a46bf62e2c443d8de46a6f2a02e6d06dc1ea454d19f57f7dd93d5f81a44477dba
 SHA512 
dcc0b89703e36e8f3d508bbda91b6fcc8313ac09c4d5e09cc6f0770ccdde18e421daa7e6b52958c5705dbb6987961635e3e31a61810ba54bf8b842af7afba94d
+DIST libcharon-4.13.0.tar.gz 151775 BLAKE2B 
f8a8b59b361ffc9b54e0047e0cc3824e2a92cf341aa9664712d020e07e5f2facda6f2d1827998c4af0958a3b05070738a20d93d7723a2f3708e601b70474653c
 SHA512 
cd6e4cd696bcbebe5aa6a53f5222fbb8f982ff21d165adcd8854769b19df2d15ea6287100ba09ddd85ac80d3f86dbfae9ac050ee50f082223bf0acb542413d8c
 DIST libcharon-4.9.1.tar.gz 151243 BLAKE2B 
8557efe4667a83297a4bcfc8307e2322a379e52d50ad1648d873a923e182b3be1651a13c7402ac041fd134036a75a42e825adf2cc27271af218db44af7e48473
 SHA512 
41d611f8d3bf0f762a38a00c159104df04b73cd5c4f7e9ebcfe3ac9cdd0c8e31e505c4fd4ef8f8a6f1c02bf882bb3e14ea4e92c8b15169a91cbd1815e36310fa

diff --git a/dev-libs/libcharon/libcharon-4.13.0.ebuild 
b/dev-libs/libcharon/libcharon-4.13.0.ebuild
new file mode 100644
index ..5a215127935d
--- /dev/null
+++ b/dev-libs/libcharon/libcharon-4.13.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-single-r1
+
+MY_PN="libCharon"
+
+DESCRIPTION="This library facilitates communication between Cura and its 
backend"
+HOMEPAGE="https://github.com/Ultimaker/libCharon;
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE="+client +dbus test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="
+   ${PYTHON_DEPS}
+   dbus? (
+   acct-group/ultimaker
+   acct-user/ultimaker
+   sys-apps/dbus
+   )"
+
+DEPEND="${PYTHON_DEPS}
+   test? (
+   $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
+   )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   # use current python version, not the latest installed
+   # fix python install location
+   sed -i \
+   -e "s:find_package(Python3 3.4 REQUIRED:find_package(Python3 
${EPYTHON##python} EXACT REQUIRED:g" \
+   -e 
"s:lib\${LIB_SUFFIX}/python\${Python3_VERSION_MAJOR}\.\${Python3_VERSION_MINOR}/site-packages:$(python_get_sitedir):g"
 \
+   CMakeLists.txt || die
+
+   sed -i -e 
"s:/usr/lib/python3/dist-packages/Charon/Service/main.py:$(python_get_sitedir)/Charon/Service/main.py:g"
 service/charon.service || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_CLIENT=$(usex client ON OFF)
+   -DINSTALL_SERVICE=$(usex dbus ON OFF)
+   -DPython3_EXECUTABLE="${PYTHON}"
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   if use dbus ; then
+   elog "To start the Charon File Metadata service at boot, add it 
to the default runlevel with:"
+   elog "systemctl enable charon"
+   fi
+}



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

2022-02-28 Thread Matthew Smith
commit: f503257e297cd1980e07ce2f6991a770d425777c
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:34:14 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:43:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f503257e

media-gfx/fdm-materials: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

 media-gfx/fdm-materials/Manifest   |  1 +
 .../fdm-materials/fdm-materials-4.13.0.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/media-gfx/fdm-materials/Manifest b/media-gfx/fdm-materials/Manifest
index 6620b852badf..2e241843c6c7 100644
--- a/media-gfx/fdm-materials/Manifest
+++ b/media-gfx/fdm-materials/Manifest
@@ -1,2 +1,3 @@
 DIST fdm-materials-4.12.0.tar.gz 56076 BLAKE2B 
bf774ca70cc40da1b8c484198932d0c6bff01a35b5cba6a2e2112fd56b60bb3d51ddca6748716df9fd28c856311f38d13b48aa69f48a5d892e5f5870233d239d
 SHA512 
891ba751dd94d5e733c2b283b39549dbdc075fcacbbc77598cdfcc944a225c9bded3c2f5ba75f5538bccfc8484cf7a7fcab869c199d81c047ac236225220f230
+DIST fdm-materials-4.13.0.tar.gz 58458 BLAKE2B 
a73e4eff8e6a8104b985d8c6b73739032bad7a2ad184a96c02df85e9f16e72fa7390b96f4cbd6fd9b38db440eefa83d22b42b6a6a7fc1b4b119f1400dd1a075c
 SHA512 
12e08d3f0a7871b95f70ad0c5fae9027923de004595c0516df34dbe91b59ed13092b984cf1e11ac6162c577f157cb17195dcca9e4aa97e5c0fc9721a640a0a21
 DIST fdm-materials-4.9.1.tar.gz 46874 BLAKE2B 
59aed353a7ed8cf1307de491f11a2b550df370553eee4ecfd803c07018f0a04a052653af49edc89a84172148b8ca1dac37a96236744d19d2f53fc320f42586bb
 SHA512 
a615e1a75e0125642c348aeb28a1a52d1a32bec6946c8d4d6788455442cbdb2575326c7331c429df2031f1eb41b790dfd929792b40296262f18150decaf8baed

diff --git a/media-gfx/fdm-materials/fdm-materials-4.13.0.ebuild 
b/media-gfx/fdm-materials/fdm-materials-4.13.0.ebuild
new file mode 100644
index ..5a6f03ee8f5f
--- /dev/null
+++ b/media-gfx/fdm-materials/fdm-materials-4.13.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN="fdm_materials"
+
+DESCRIPTION="FDM materials for media-gfx/cura"
+HOMEPAGE="https://github.com/Ultimaker/fdm_materials;
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="embedded"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DEMBEDDED=$(usex embedded on off)
+   )
+   cmake_src_configure
+}



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

2022-02-28 Thread Matthew Smith
commit: 0baf298926214c7b14f47b6fd34c45ea0d5077d6
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:41:20 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:43:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baf2989

media-gfx/cura: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

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

diff --git a/media-gfx/cura/Manifest b/media-gfx/cura/Manifest
index 66fb25368e66..7ed2fd162fb3 100644
--- a/media-gfx/cura/Manifest
+++ b/media-gfx/cura/Manifest
@@ -1,2 +1,3 @@
 DIST cura-4.12.1.tar.gz 50021408 BLAKE2B 
114bbe0cc022e33125486228db2eeaeacd9f4abeac8e65f3ed70231e05f4429062ce1cd49e1649959beb827b7a2d245f61c106529a18bd0cebbd0e8b9b8f883f
 SHA512 
397048e1ed93d2e3ec326a3b0564db2b6ee2b239843346e2dd44470b11b5aea86f3f519534270789e020261c87a0100bf3bba39ddbd3a1d8be0e38e68fd7e0c0
+DIST cura-4.13.0.tar.gz 42339276 BLAKE2B 
05e747b8e84ecf64bdc1ad7662eae7b5e8a739b7c1bbafdd3ae081e790dafbcd98209eb90f45996e93115ea8b7a38764be957091dd358c502e7aa71cb61fe6c7
 SHA512 
46f13cde12735d64dad2c533c7688612ebc1c2c8b78d71ced8cfd7d7abd80a53c09105bb16f64ae92cddf345fe44f83800d4448007fe5c2938c652f58354747b
 DIST cura-4.9.1.tar.gz 47870392 BLAKE2B 
2471c8461f73ad2343f4c3315994c5f63781ae1e49cb4699cd66e7e77c25a93916931fbaa6598c4144707dbc7778c902dad3a25839c0523aaf51ed39aacd2463
 SHA512 
436b8e33514de67d6d680fe59ab9599a75a86caa7e63fbcd05297b12a435483ec0c9ca90557fe23f25590a24e533294915fc18a665fd5cdb77fcc3a05a9076bf

diff --git a/media-gfx/cura/cura-4.13.0.ebuild 
b/media-gfx/cura/cura-4.13.0.ebuild
new file mode 100644
index ..805c67fdd48c
--- /dev/null
+++ b/media-gfx/cura/cura-4.13.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake desktop python-single-r1 xdg
+
+# Never got tagged as 4.13 proper.
+PYNEST2D_PV=4.13_beta
+
+DESCRIPTION="A 3D model slicing application for 3D printing"
+HOMEPAGE="https://github.com/Ultimaker/Cura;
+SRC_URI="https://github.com/Ultimaker/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug test +usb zeroconf"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+   $(python_gen_cond_dep '
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   ')
+"
+RDEPEND="${PYTHON_DEPS}
+   ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
+   ~dev-libs/libcharon-${PV}[${PYTHON_SINGLE_USEDEP}]
+   ~dev-libs/libsavitar-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
+   ~dev-python/pynest2d-${PYNEST2D_PV}[${PYTHON_SINGLE_USEDEP}]
+   ~dev-python/uranium-${PV}[${PYTHON_SINGLE_USEDEP}]
+   ~media-gfx/curaengine-${PV}
+   ~media-gfx/fdm-materials-${PV}
+   dev-qt/qtquickcontrols[widgets]
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/PyQt5[-debug,${PYTHON_USEDEP}]
+   dev-python/PyQt5-sip[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   dev-python/trimesh[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   usb? ( dev-python/pyserial[${PYTHON_USEDEP}] )
+   zeroconf? ( dev-python/zeroconf[${PYTHON_USEDEP}] )
+   ')"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.12.1-code-style-test.patch
+)
+
+DOCS=( README.md )
+S="${WORKDIR}"/Cura-${PV}
+
+src_prepare() {
+   sed -i -e 
"s:lib\${LIB_SUFFIX}/python\${Python3_VERSION_MAJOR}.\${Python3_VERSION_MINOR}/site-packages:$(python_get_sitedir):g"
 CMakeLists.txt || die
+
+   # Remove failing test.  Bug #693172.
+   rm -r plugins/VersionUpgrade/VersionUpgrade44to45/tests || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCURA_BUILDTYPE="ebuild"
+   -DCURA_VERSION=${PV}
+   -DCURA_DEBUGMODE=$(usex debug)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   doicon icons/*.png
+   python_fix_shebang "${D}/usr/bin/cura"
+   python_optimize "${D}${get_libdir}"
+}



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

2022-02-28 Thread Matthew Smith
commit: 701b4aaebc6397bcb251ae38e84ac983a0ced12d
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:24:13 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:43:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701b4aae

dev-python/pynest2d: add 4.13_beta

Also use the correct Python version.

Signed-off-by: Matthew Smith  gentoo.org>

 dev-python/pynest2d/Manifest  |  1 +
 dev-python/pynest2d/pynest2d-4.13_beta.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/pynest2d/Manifest b/dev-python/pynest2d/Manifest
index 6fe013eda4e1..953b96b37059 100644
--- a/dev-python/pynest2d/Manifest
+++ b/dev-python/pynest2d/Manifest
@@ -1,2 +1,3 @@
 DIST pynest2d-4.12.1.tar.gz 18448 BLAKE2B 
5432d7acfe600afd32a0fb4543728eed351dea442ff23c9397182919f43015c4aed530aa7ec5b59c75d6373ea6ed122262d7018eb12cdd1b4586bf3ec960586b
 SHA512 
0494efbc0ad6379fde4bdf9cdfe902cb4cbce30129771d34e01661b58ee38d6256910e10184c121de3b2d7139e6dbfee5b4e039d7d35507347efa2c475977625
+DIST pynest2d-4.13_beta.tar.gz 18455 BLAKE2B 
1c5cbc72d8557f6c8031ea6e5b7e0344c7315dacfe3bf96dc98cd5fc353574811100728f665a27d538c1a9dfb90dce8a7fca477be9f8b589c6174364cc072bfb
 SHA512 
b1918efa18c8d3b641271803ada6fd9122e456181854bb7a62dc574673791ad5a294d239c79cfc4590cb1ef760d410fed5764e81e938df64f5646751746b1250
 DIST pynest2d-4.9.1.tar.gz 18252 BLAKE2B 
ea98af68e7b60d615eaf6e90a68b37f8e26aa181fafecc2470b5d93d1d20a9667f5a8c903be87d419cedf47befd4e9ce757a90880c0ef19e7bb920147b2443b2
 SHA512 
f208e13cace4345fe691beebfe61895cbf81b7f90c19adf6a63b592928abd8591fed5c10e5b12d60c375684398856ea8d569fe8d1893a049e45d89b0ffcfc51d

diff --git a/dev-python/pynest2d/pynest2d-4.13_beta.ebuild 
b/dev-python/pynest2d/pynest2d-4.13_beta.ebuild
new file mode 100644
index ..363744e35591
--- /dev/null
+++ b/dev-python/pynest2d/pynest2d-4.13_beta.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 2 -)
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="Python bindings for libnest2d"
+HOMEPAGE="https://github.com/Ultimaker/pynest2d;
+SRC_URI="https://github.com/Ultimaker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/libnest2d
+   $(python_gen_cond_dep '

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

2022-02-28 Thread Matthew Smith
commit: 16466676a8be80654c41c04e1bee602bee3e5830
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:26:05 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:43:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16466676

dev-python/uranium: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

 dev-python/uranium/Manifest  |   1 +
 dev-python/uranium/uranium-4.13.0.ebuild | 103 +++
 2 files changed, 104 insertions(+)

diff --git a/dev-python/uranium/Manifest b/dev-python/uranium/Manifest
index 14462ae9277d..955910a6060a 100644
--- a/dev-python/uranium/Manifest
+++ b/dev-python/uranium/Manifest
@@ -1,2 +1,3 @@
 DIST uranium-4.12.1.tar.gz 1071662 BLAKE2B 
bb4bbcd9129dcb724a553c327a90619d12c3daaee3468ed194f8ab98f112d503638fd3ba340e67e12268d0aab23bf1cd9b4ee364c0204761949d2a58fbdfcf96
 SHA512 
bdf118341a52ac957ae8cc0acf2fb2c7381f9082e82c190a038333845ffc0fefa8c92702438898a63ccca9f0add69312b43168b993fcd38fe4f3ee3856b36eb9
+DIST uranium-4.13.0.tar.gz 1072294 BLAKE2B 
3d5110ec4fc6bbfbf085d1f2c177ae19305d7e3828cfe44f7e83aa07397224e3c4e5441f83684f49f21fc6579eb7d3e7fc176eae80c76c3b10354757c01ecc40
 SHA512 
bba41754670b42eb92826fe1c2380b76afb62d16158c07f960315dbd77c55932d29dff594d71aff8eafc2f58d1aac4a14b0f6fc36a0a352872077b97c0d7f555
 DIST uranium-4.9.1.tar.gz 1038046 BLAKE2B 
3304e89e0a22fbda0e9e57aaf88f6f11979eb5273d6c8a69f5ec9f050741561f67667a76e2136148808862026e2330f3b5043141ed8d69d255632a8c3c869def
 SHA512 
e665a1ff8ebfc629e4bc2253533a3332d8f8804155432af921ad2e7251d5725daf9346cc5f110595914ac6f0d194db6d7e06dfcd3795b57e35b3d5e6dae594a7

diff --git a/dev-python/uranium/uranium-4.13.0.ebuild 
b/dev-python/uranium/uranium-4.13.0.ebuild
new file mode 100644
index ..82941abd67bc
--- /dev/null
+++ b/dev-python/uranium/uranium-4.13.0.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake distutils-r1
+
+MY_PN="Uranium"
+
+DESCRIPTION="A Python framework for building 3D printing related applications"
+HOMEPAGE="https://github.com/Ultimaker/Uranium;
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug doc test"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+   doc? ( app-doc/doxygen[dot] )
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+   ')
+   )"
+
+DEPEND="${PYTHON_DEPS}
+   ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.1[${PYTHON_USEDEP}]
+   sci-libs/shapely[${PYTHON_USEDEP}]
+   ')"
+
+RDEPEND="${DEPEND}
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtquickcontrols2:5"
+
+DOCS=( README.md )
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   python_fix_shebang .
+
+   if ! use doc ; then
+   sed -i -e '/add_custom_target(doc/d' CMakeLists.txt || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCURA_BINARY_DATA_DIRECTORY:STRING="/usr/share/cura/"
+   -DGETTEXT_MSGINIT_EXECUTABLE="msginit"
+   )
+
+   if ! use debug; then
+   sed -i -e 's logging.DEBUG logging.ERROR g' \
+plugins/ConsoleLogger/ConsoleLogger.py \
+plugins/FileLogger/FileLogger.py || die
+   fi
+
+   sed -i \
+   -e "s/find_package(PythonInterp 3 REQUIRED/find_package(Python3 
${EPYTHON##python} EXACT REQUIRED COMPONENTS Interpreter/g" \
+   CMakeLists.txt cmake/UraniumPluginInstall.cmake
+
+   sed -i \
+   -e "s/find_package(Python3 REQUIRED/find_package(Python3 
${EPYTHON##python} EXACT REQUIRED/g" \
+   -e 's/set(Python3_EXECUTABLE ${PYTHON_EXECUTABLE})//g' \
+   cmake/UraniumPluginInstall.cmake
+
+   sed -i \
+   -e "s 
lib\${LIB_SUFFIX}/python\${PYTHON_VERSION_MAJOR}.\${PYTHON_VERSION_MINOR}/site-packages
 $(python_get_sitedir) g" \
+   -e 's cmake-${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} cmake 
g' \
+   CMakeLists.txt
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile doc
+}
+
+src_install() {
+   cmake_src_install
+
+   python_optimize "${ED}"/usr
+}



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

2022-02-28 Thread Matthew Smith
commit: ae9eee5d13cbb09e546c6a9dce4a02dbbcd65986
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:09:00 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:42:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9eee5d

dev-libs/libarcus: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

 dev-libs/libarcus/Manifest   |  1 +
 dev-libs/libarcus/libarcus-4.13.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-libs/libarcus/Manifest b/dev-libs/libarcus/Manifest
index bec981030d04..ec151c0e8f51 100644
--- a/dev-libs/libarcus/Manifest
+++ b/dev-libs/libarcus/Manifest
@@ -1,2 +1,3 @@
 DIST libarcus-4.12.1.tar.gz 32079 BLAKE2B 
0efc45f3ddb4d08f960b2a629b0ad58cad9cbf16e90d75ca4f63706acb3ce8625dbe7c51c9265074f3104b66f23385c41e865fbc603a0b43c848c55a95b1f971
 SHA512 
0b2f2a0b4c3492725b83f2c8b0bb38a2cba10c27317cedd722b27447f0e36c571f1ae7a796de29cfb30e9827f35449327cc20c21780212fdeb35d05c90c3e2e6
+DIST libarcus-4.13.0.tar.gz 32079 BLAKE2B 
56ddd99c347936770c5b2a99d337784605a27fda2c8a16e1537b25f5ff4d2ccead20e4992aed6cfba439be73a42dc2785da9681e80bc1a7c0ef0aa3a2c33f630
 SHA512 
a48ab1cb286c13b817363e113707499f2619724c8d2f7672309f9aad78123a89f60e60e92932d8761af87ec5f868f8c319717457532d45e3f2d8e5c3cc010db5
 DIST libarcus-4.9.1.tar.gz 31967 BLAKE2B 
2ee827c3f1f592ac1efa7557a2cbfa9cf9fd2d43a7be7fd803f94f7b51c9a03be1078d3df319e1bbe2bc37b6ec3a1c6f16996c4e3b6251dd06f6031dd32ad2a9
 SHA512 
5124b80647cb0715ad94c5eaaeac797a867319de9a8064b689783fdb28598903a69e3a61393db90f5e0b3d10ee30aed844170cab63dc4b7c70509d5129a17cdd

diff --git a/dev-libs/libarcus/libarcus-4.13.0.ebuild 
b/dev-libs/libarcus/libarcus-4.13.0.ebuild
new file mode 100644
index ..119faccb2d4b
--- /dev/null
+++ b/dev-libs/libarcus/libarcus-4.13.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-single-r1
+
+MY_PN="libArcus"
+
+DESCRIPTION="This library facilitates communication between Cura and its 
backend"
+HOMEPAGE="https://github.com/Ultimaker/libArcus;
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="examples +python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/protobuf:=
+   $(python_gen_cond_dep '
+   

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

2022-02-28 Thread Matthew Smith
commit: 36b9de35119da3e030f403f92e645c6d05615cf4
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:15:27 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:43:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b9de35

dev-libs/libsavitar: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

 dev-libs/libsavitar/Manifest |  1 +
 dev-libs/libsavitar/libsavitar-4.13.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/dev-libs/libsavitar/Manifest b/dev-libs/libsavitar/Manifest
index 5552ae1dd08e..6555c1203b66 100644
--- a/dev-libs/libsavitar/Manifest
+++ b/dev-libs/libsavitar/Manifest
@@ -1,2 +1,3 @@
 DIST libsavitar-4.12.1.tar.gz 100730 BLAKE2B 
cb9dd3ed6802e88235769f70092dbd50113d107b3d2ec17851120338ad6b6ee809c1243f406ee0c96358e5e618d883640e2c3ff9c7f3b41fa6e3a4993939c044
 SHA512 
c848730cca44b942cd0aba343880a68b23f1bfe95b3348cf1d9d490d9a99be3db9d1940ae473a74ad695823404fab86b728327783c8cc3cfb04ebff8cc6a1b3c
+DIST libsavitar-4.13.0.tar.gz 100723 BLAKE2B 
d631c572e20fcf92cb2053959fad7c806b18981eaad7a0ad1efb52870a7f5874459d4012a7583be8bcdd7cbfad863dea9c4f8c13579269db3ea3a3cf92383b4f
 SHA512 
a446131c0bbcc34e55c093032af823b9750797f06297bea9fd4d64838e793811e71679a1f6ae99be9fc9382a23e8763140147c7a6eea0a310f6f2d40b53be3bf
 DIST libsavitar-4.9.1.tar.gz 100496 BLAKE2B 
7700f110522298905c1e4cf42529e83c06c337ac826007db2fca8abf462abcb8dd9245d2d81773ba3e6663d9afa093685bf955a1cc7e27d48fc904913e56d62f
 SHA512 
2b291a17603922a4a06292282392015cf381a813b5f9a374e8cb35da6c0701ead72cbf76f17e763793225885a4209b49e73114f462b40d6999f95db6de887a44

diff --git a/dev-libs/libsavitar/libsavitar-4.13.0.ebuild 
b/dev-libs/libsavitar/libsavitar-4.13.0.ebuild
new file mode 100644
index ..6d2bdda023f0
--- /dev/null
+++ b/dev-libs/libsavitar/libsavitar-4.13.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-single-r1
+
+MY_PN="libSavitar"
+
+DESCRIPTION="C++ implementation of 3mf loading with SIP python bindings"
+HOMEPAGE="https://github.com/Ultimaker/libSavitar;
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE="+python static-libs test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/pugixml
+   $(python_gen_cond_dep '
+g' || die
+
+   if use test; then
+   find "${S}"/tests -type f -name '*.cpp' -o -name '*.h' | xargs 
sed -i \
+   -e 's "../pugixml/src/pugixml.hpp"  g' || 
die
+   fi
+
+   # find SIP for current python version, not the latest installed
+   sed -i -e "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 
${EPYTHON##python} EXACT REQUIRED/g" \
+   CMakeLists.txt cmake/FindSIP.cmake || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_PYTHON=$(usex python ON OFF)
+   -DBUILD_STATIC=$(usex static-libs ON OFF)
+   -DBUILD_TESTS=$(usex test ON OFF)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   cmake_src_test
+}



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

2022-02-28 Thread Matthew Smith
commit: a1ab04dcca1e16263a5925163a98c1912ad24a52
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 19:28:45 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:43:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ab04dc

media-gfx/curaengine: add 4.13.0

Signed-off-by: Matthew Smith  gentoo.org>

 media-gfx/curaengine/Manifest |  1 +
 media-gfx/curaengine/curaengine-4.13.0.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/media-gfx/curaengine/Manifest b/media-gfx/curaengine/Manifest
index 70897f8fd7f5..a2e814aea9cd 100644
--- a/media-gfx/curaengine/Manifest
+++ b/media-gfx/curaengine/Manifest
@@ -1,2 +1,3 @@
 DIST curaengine-4.12.1.tar.gz 1726565 BLAKE2B 
be231ec43792e1f27a6c720444c6755f71bbc3dbaea45b714c73f9b5b51753d58dafeef7ad2ed1bc21de1c39fe9f2a325ab8b85d3eb5b7f075a472dac98654b7
 SHA512 
c0c703ec9c7fb05389806f45174d45dd65bece169e3ad88aa1744091ce3c3c1e1e4f5af32cb55cfa9f1a4a8bffe0a008d5924a6e5d02baed00996c9112fbafef
+DIST curaengine-4.13.0.tar.gz 1727539 BLAKE2B 
e28aab6a4fa6c4fd9eb6b365ecd99d8c49a4e76da9198628e38d2d6aaa13f0120fcbd9fc809520f7b1f117782a09759e0c625b880f3b40e9d5d110b14debb260
 SHA512 
3d52c67c0968f6caffd9e0b86743f70916705e6f2896466e69a179ce97b6d35f7af33b056e9375abaa445a00438d25e5f782a7e2a92c0805cec0c0527a25426c
 DIST curaengine-4.9.1.tar.gz 1694141 BLAKE2B 
84119a2dd66340bdc3a4bd58384f300fb839aa7c5920de87d070945d3c436ace0f8686cd907a204e5825bdc17809d9f9052e37fb96b37e34a20650ca625d7b1e
 SHA512 
cfa918c6301c9948713306256d74a2a84a1fefbc0f85c7ac0eb182d8363f1eae97aecdcb91c207a2e7e1ab252f63cf4b513734b50d4229da7aa35e095ef88bee

diff --git a/media-gfx/curaengine/curaengine-4.13.0.ebuild 
b/media-gfx/curaengine/curaengine-4.13.0.ebuild
new file mode 100644
index ..5d9281bd5518
--- /dev/null
+++ b/media-gfx/curaengine/curaengine-4.13.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN="CuraEngine"
+
+DESCRIPTION="A 3D model slicing engine for 3D printing"
+HOMEPAGE="https://github.com/Ultimaker/CuraEngine;
+SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+arcus doc openmp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   arcus? (
+   ~dev-libs/libarcus-${PV}:*
+   dev-libs/protobuf:=
+   )
+   dev-libs/clipper
+   dev-libs/rapidjson
+   dev-libs/stb"
+
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest )"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+DOCS=( README.md )
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   rm -r "${S}"/libs || die
+
+   # remove static linking
+   # respect cflags
+   sed -i \
+   -e "s/-static-libstdc++//g" \
+   -e 's/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")//g' \
+   -e 's/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} 
${CMAKE_CXX_FLAGS_RELEASE_INIT}")//g' \
+   CMakeLists.txt || die
+
+   if use test; then
+   find "${S}"/tests/arcus "${S}"/tests/integration 
"${S}"/tests/settings "${S}"/tests/utils \
+-type f -name '*.cpp' | xargs sed -i \
+   -e 's <../src/utils/AABB.h> "../../src/utils/AABB.h" g'\
+   -e 's <../src/utils/IntPoint.h> 
"../../src/utils/IntPoint.h" g' \
+   -e 's <../src/utils/polygon.h> 
"../../src/utils/polygon.h" g'\
+   -e 's <../src/utils/PolygonConnector.h> 
"../../src/utils/PolygonConnector.h" g'\
+   -e 's <../src/utils/polygonUtils.h> 
"../../src/utils/polygonUtils.h" g'\
+   -e 's <../src/utils/string.h> 
"../../src/utils/string.h" g' \
+   -e 's <../src/utils/SVG.h> "../../src/utils/SVG.h" g' \
+   -e 's#include "../src#include "../../src#g'|| die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTS=$(usex test ON OFF)
+   -DENABLE_ARCUS=$(usex arcus ON OFF)
+   -DENABLE_MORE_COMPILER_OPTIMIZATION_FLAGS=OFF
+   -DENABLE_OPENMP=$(usex openmp ON OFF)
+   -DUSE_SYSTEM_LIBS=ON
+   )
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   if use doc; then
+   doxygen || die "generating docs failed"
+   mv docs/html . || die
+   find html -type f '(' -name '*.md5' -o -name '*.map' ')' 
-delete || die
+   HTML_DOCS=( html/. )
+   fi
+}



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

2022-02-28 Thread Matthew Smith
commit: a282b3d47a732dbaf680c3f2d71255f9abbffa26
Author: Matthew Smith  gentoo  org>
AuthorDate: Mon Feb 28 18:51:15 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Mon Feb 28 19:42:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a282b3d4

media-gfx/cura: fix failing tests

Add a dependency on pytest and remove a test that either does not like
the sandbox or does not like its home directory being moved.

Closes: https://bugs.gentoo.org/693172
Signed-off-by: Matthew Smith  gentoo.org>

 media-gfx/cura/cura-4.12.1.ebuild | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/media-gfx/cura/cura-4.12.1.ebuild 
b/media-gfx/cura/cura-4.12.1.ebuild
index f38aa921e53b..448cf753c799 100644
--- a/media-gfx/cura/cura-4.12.1.ebuild
+++ b/media-gfx/cura/cura-4.12.1.ebuild
@@ -18,10 +18,17 @@ 
SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug +usb zeroconf"
+IUSE="debug test +usb zeroconf"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-BDEPEND="sys-devel/gettext"
+RESTRICT="!test? ( test )"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+   $(python_gen_cond_dep '
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   ')
+"
 RDEPEND="${PYTHON_DEPS}
~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
~dev-libs/libcharon-${PV}[${PYTHON_SINGLE_USEDEP}]
@@ -57,6 +64,9 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 src_prepare() {
sed -i -e 
"s:lib\${LIB_SUFFIX}/python\${Python3_VERSION_MAJOR}.\${Python3_VERSION_MINOR}/site-packages:$(python_get_sitedir):g"
 CMakeLists.txt || die
 
+   # Remove failing test.  Bug #693172.
+   rm -r plugins/VersionUpgrade/VersionUpgrade44to45/tests || die
+
cmake_src_prepare
 }
 



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

2022-02-28 Thread Alfredo Tupone
commit: b80cad3833f175c1d9dd411a0789cd202bb622cf
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon Feb 28 19:31:14 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Feb 28 19:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80cad38

dev-lang/ocaml: add riscv patch to 4.13.1 too

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

 dev-lang/ocaml/ocaml-4.13.1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-lang/ocaml/ocaml-4.13.1.ebuild 
b/dev-lang/ocaml/ocaml-4.13.1.ebuild
index 1765de6905c0..979584167046 100644
--- a/dev-lang/ocaml/ocaml-4.13.1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.13.1.ebuild
@@ -22,6 +22,10 @@ PDEPEND="emacs? ( app-emacs/ocaml-mode )
 
 QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs'
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.12.1-fix-textrel-riscv.patch
+)
+
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2022-02-28 Thread Jakov Smolić
commit: 67946bcd2c6027ed9753ad01aecb2961451d8b8c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Feb 28 19:20:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Feb 28 19:20:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67946bcd

dev-embedded/u-boot-tools: drop 2021.07

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-embedded/u-boot-tools/Manifest |  1 -
 .../u-boot-tools/u-boot-tools-2021.07.ebuild   | 79 --
 2 files changed, 80 deletions(-)

diff --git a/dev-embedded/u-boot-tools/Manifest 
b/dev-embedded/u-boot-tools/Manifest
index 0dd52ccff0a0..d16e492eb34b 100644
--- a/dev-embedded/u-boot-tools/Manifest
+++ b/dev-embedded/u-boot-tools/Manifest
@@ -1,3 +1,2 @@
-DIST u-boot-2021.07.tar.bz2 17275746 BLAKE2B 
1a209a604e0f30264781a14ca855bbb777e8f1c031de60d28de397084fc9bfc4a3771ad00ec22f5cdcfa721f22707a533b9b59004ac0b107df927f23dc5ab0a6
 SHA512 
210b206a4626feb0985580d9448a97b499b09bf9b9313ca847a66624785e9e9b0fae8f2e329acd344f5f75cb722d2093dd0ee394311ddd1fde05e400ee71a24d
 DIST u-boot-2021.10.tar.bz2 17358295 BLAKE2B 
2471e31236ae24778b985b8e7a032fe2d480e935e9c5ee77a6aff4821c61f7fb8b3d64f9f964d62d0c076e8ac526f1b9c19f7fa1a974f4665737ab0bfd950d03
 SHA512 
be5be1c9a54b270307a04177d5577a21c57a02b307bf8b63d0fa2655d1f025c7ce010dca6a1f7f60d4e639c2e6fb6f0a292a2e5d190f1fad478eb12dd786c9da
 DIST u-boot-2022.01.tar.bz2 17449627 BLAKE2B 
574f9d248a8c19aa20b1b16cb55bb201d6c1ab2162da3f8789d39286a4f4a5a76b772d4a49c17e5572ff69f489d1d6fdc02d6e8f67a8bf6c50159b1a41e7c81d
 SHA512 
d83c62bd8f0f51664d2aca329a3ce1379cfd1dfff439dccd6cfc2cb33cfef89a2b01855c97716f591b5550bfdf99e2f3aef7efa33f2e7834c820648f9eef3825

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild
deleted file mode 100644
index 92b7d18e73fb..
--- a/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_P="u-boot-${PV/_/-}"
-DESCRIPTION="utilities for working with Das U-Boot"
-HOMEPAGE="https://www.denx.de/wiki/U-Boot/WebHome;
-SRC_URI="https://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
-IUSE="envtools"
-
-RDEPEND="dev-libs/openssl:="
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   sed -i 's:\bpkg-config\b:${PKG_CONFIG}:g' \
-   scripts/kconfig/{g,m,n,q}conf-cfg.sh \
-   scripts/kconfig/Makefile \
-   tools/Makefile || die
-}
-
-src_configure() {
-   tc-export AR BUILD_CC CC PKG_CONFIG
-}
-
-src_compile() {
-   # Unset a few KBUILD variables. Bug #540476
-   unset KBUILD_OUTPUT KBUILD_SRC
-
-   local myemakeargs=(
-   V=1
-   AR="${AR}"
-   CC="${CC}"
-   HOSTCC="${BUILD_CC}"
-   HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)'
-   HOSTLDFLAGS="${LDFLAGS}"
-   )
-
-   emake "${myemakeargs[@]}" tools-only_defconfig
-
-   emake "${myemakeargs[@]}" \
-   NO_SDL=1 \
-   HOSTSTRIP=: \
-   STRIP=: \
-   CONFIG_ENV_OVERWRITE=y \
-   $(usex envtools envtools tools-all)
-}
-
-src_test() { :; }
-
-src_install() {
-   cd tools || die
-
-   if ! use envtools; then
-   dobin bmp_logo dumpimage fdtgrep gen_eth_addr img2srec 
mkenvimage mkimage
-   fi
-
-   dobin env/fw_printenv
-
-   dosym fw_printenv /usr/bin/fw_setenv
-
-   insinto /etc
-   doins env/fw_env.config
-
-   doman ../doc/mkimage.1
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2022-02-28 Thread Jakov Smolić
commit: bec23f0be2f1ea072c1d3fc8310944e46d56a3a0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Feb 28 19:22:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Feb 28 19:22:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec23f0b

dev-embedded/u-boot-tools: Add myself as maintainer

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-embedded/u-boot-tools/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-embedded/u-boot-tools/metadata.xml 
b/dev-embedded/u-boot-tools/metadata.xml
index 3f0bca1137e1..6f86a7d89ece 100644
--- a/dev-embedded/u-boot-tools/metadata.xml
+++ b/dev-embedded/u-boot-tools/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   jsmo...@gentoo.org
+   Jakov Smolić
+   

embed...@gentoo.org
Embedded Gentoo



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

2022-02-28 Thread Jakov Smolić
commit: 0a59e5dbfa5025b7758774cf42dbc322252a352c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Feb 28 19:19:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Feb 28 19:19:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a59e5db

dev-libs/tree-sitter: Stabilize 0.20.2-r1 amd64, #834133

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild
index a0fdccb0..1462b7023fda 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.20.2-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN};
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86"
 fi
 
 LICENSE="MIT"



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

2022-02-28 Thread Craig Andrews
commit: 83a15276b0f9ac23d4c83c05cdeaa82d29687ee2
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Feb 28 18:23:16 2022 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Feb 28 18:23:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a15276

dev-libs/libplatform: EAPI=8, cmake-utils->cmake.eclass

Closes: https://bugs.gentoo.org/834124
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 .../{libplatform-.ebuild => libplatform-2.1.0.1-r2.ebuild}| 8 
 dev-libs/libplatform/libplatform-.ebuild  | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/libplatform/libplatform-.ebuild 
b/dev-libs/libplatform/libplatform-2.1.0.1-r2.ebuild
similarity index 85%
copy from dev-libs/libplatform/libplatform-.ebuild
copy to dev-libs/libplatform/libplatform-2.1.0.1-r2.ebuild
index 4ef9c153d093..ed44eae38b02 100644
--- a/dev-libs/libplatform/libplatform-.ebuild
+++ b/dev-libs/libplatform/libplatform-2.1.0.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake-utils
+inherit cmake
 
 MY_PN="platform"
 MY_PN_PREFIX="p8"
@@ -21,5 +21,5 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi

diff --git a/dev-libs/libplatform/libplatform-.ebuild 
b/dev-libs/libplatform/libplatform-.ebuild
index 4ef9c153d093..ed44eae38b02 100644
--- a/dev-libs/libplatform/libplatform-.ebuild
+++ b/dev-libs/libplatform/libplatform-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake-utils
+inherit cmake
 
 MY_PN="platform"
 MY_PN_PREFIX="p8"
@@ -21,5 +21,5 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi



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

2022-02-28 Thread Ulrich Müller
commit: 6f4ad17babcf9171b7c8ab4f97c6d231c8359b5c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 22 08:46:32 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 28 17:58:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4ad17b

subversion.eclass: Drop support for EAPIs 4 and 5

Signed-off-by: Ulrich Müller  gentoo.org>

 eclass/subversion.eclass | 85 +++-
 1 file changed, 5 insertions(+), 80 deletions(-)

diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index aa1a5c355877..2a2297678ad1 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -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
 
 # @ECLASS: subversion.eclass
@@ -6,16 +6,15 @@
 # Akinori Hattori 
 # @AUTHOR:
 # Original Author: Akinori Hattori 
-# @SUPPORTED_EAPIS: 4 5 6 7
+# @SUPPORTED_EAPIS: 6 7
 # @BLURB: Fetch software sources from subversion repositories
 # @DESCRIPTION:
-# The subversion eclass provides functions to fetch, patch and bootstrap
-# software sources from subversion repositories.
+# The subversion eclass provides functions to fetch software sources
+# from subversion repositories.
 
 ESVN="${ECLASS}"
 
 case ${EAPI} in
-   4|5) inherit eutils ;;
6|7) inherit estack ;;
*) die "${ESVN}: EAPI ${EAPI:-0} is not supported" ;;
 esac
@@ -27,7 +26,7 @@ DEPEND="
net-misc/rsync"
 
 case ${EAPI} in
-   4|5|6) ;;
+   6) ;;
*) BDEPEND="${DEPEND}"; DEPEND="" ;;
 esac
 
@@ -117,24 +116,6 @@ ESVN_PASSWORD="${ESVN_PASSWORD:-}"
 # default: ${PN/-svn}.
 ESVN_PROJECT="${ESVN_PROJECT:-${PN/-svn}}"
 
-# @ECLASS-VARIABLE: ESVN_BOOTSTRAP
-# @DESCRIPTION:
-# Bootstrap script or command like autogen.sh or etc..
-# Removed in EAPI 6 and later.
-ESVN_BOOTSTRAP="${ESVN_BOOTSTRAP:-}"
-
-# @ECLASS-VARIABLE: ESVN_PATCHES
-# @DESCRIPTION:
-# subversion eclass can apply patches in subversion_bootstrap().
-# you can use regexp in this variable like *.diff or *.patch or etc.
-# NOTE: patches will be applied before ESVN_BOOTSTRAP is processed.
-#
-# Patches are searched both in ${PWD} and ${FILESDIR}, if not found in either
-# location, the installation dies.
-#
-# Removed in EAPI 6 and later, use PATCHES instead.
-ESVN_PATCHES="${ESVN_PATCHES:-}"
-
 # @ECLASS-VARIABLE: ESVN_RESTRICT
 # @DESCRIPTION:
 # this should be a space delimited list of subversion eclass features to
@@ -363,50 +344,6 @@ subversion_fetch() {
echo
 }
 
-# @FUNCTION: subversion_bootstrap
-# @DESCRIPTION:
-# Apply patches in ${ESVN_PATCHES} and run ${ESVN_BOOTSTRAP} if specified.
-# Removed in EAPI 6 and later.
-subversion_bootstrap() {
-   [[ ${EAPI} == [012345] ]] || die "${FUNCNAME} is removed from 
subversion.eclass in EAPI 6 and later"
-
-   if has "export" ${ESVN_RESTRICT}; then
-   return
-   fi
-
-   cd "${S}"
-
-   if [[ -n ${ESVN_PATCHES} ]]; then
-   local patch fpatch
-   einfo "apply patches -->"
-   for patch in ${ESVN_PATCHES}; do
-   if [[ -f ${patch} ]]; then
-   epatch "${patch}"
-   else
-   for fpatch in ${FILESDIR}/${patch}; do
-   if [[ -f ${fpatch} ]]; then
-   epatch "${fpatch}"
-   else
-   die "${ESVN}: ${patch} not 
found"
-   fi
-   done
-   fi
-   done
-   echo
-   fi
-
-   if [[ -n ${ESVN_BOOTSTRAP} ]]; then
-   einfo "begin bootstrap -->"
-   if [[ -f ${ESVN_BOOTSTRAP} && -x ${ESVN_BOOTSTRAP} ]]; then
-   einfo "   bootstrap with a file: ${ESVN_BOOTSTRAP}"
-   eval "./${ESVN_BOOTSTRAP}" || die "${ESVN}: can't 
execute ESVN_BOOTSTRAP."
-   else
-   einfo "   bootstrap with command: ${ESVN_BOOTSTRAP}"
-   eval "${ESVN_BOOTSTRAP}" || die "${ESVN}: can't eval 
ESVN_BOOTSTRAP."
-   fi
-   fi
-}
-
 # @FUNCTION: subversion_wc_info
 # @USAGE: [repo_uri]
 # @RETURN: ESVN_WC_URL, ESVN_WC_ROOT, ESVN_WC_UUID, ESVN_WC_REVISION and 
ESVN_WC_PATH
@@ -440,15 +377,6 @@ subversion_src_unpack() {
subversion_fetch || die "${ESVN}: unknown problem occurred in 
subversion_fetch."
 }
 
-# @FUNCTION: subversion_src_prepare
-# @DESCRIPTION:
-# Default src_prepare. Bootstrap.
-# Removed in EAPI 6 and later.
-subversion_src_prepare() {
-   [[ ${EAPI} == [012345] ]] || die "${FUNCNAME} is removed from 
subversion.eclass in EAPI 6 and later"
-   subversion_bootstrap || die "${ESVN}: unknown problem occurred in 

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

2022-02-28 Thread Ulrich Müller
commit: e287fa31d05df719242ccdc9a4efe3a73adf22cb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Feb 22 09:02:58 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 28 17:59:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e287fa31

subversion.eclass: Support EAPI 8

Signed-off-by: Ulrich Müller  gentoo.org>

 eclass/subversion.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index 2a2297678ad1..8b12382a649d 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -6,7 +6,7 @@
 # Akinori Hattori 
 # @AUTHOR:
 # Original Author: Akinori Hattori 
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
 # @BLURB: Fetch software sources from subversion repositories
 # @DESCRIPTION:
 # The subversion eclass provides functions to fetch software sources
@@ -15,7 +15,7 @@
 ESVN="${ECLASS}"
 
 case ${EAPI} in
-   6|7) inherit estack ;;
+   6|7|8) inherit estack ;;
*) die "${ESVN}: EAPI ${EAPI:-0} is not supported" ;;
 esac
 



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

2022-02-28 Thread Matthew Thode
commit: eeb66e312b0e74a7f2aba3bceb2ca8a781cc3d3b
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 28 17:08:58 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 28 17:08:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb66e31

app-emulation/diskimage-builder: 3.19.1 fast stable to fix build issues

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

 app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
index a2d3ad209af7..1681db1f6c9e 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="Apache-2.0"



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

2022-02-28 Thread Matthew Thode
commit: 07ca84ba51c6bf7a88db5f16fe7517e6b2ac5f14
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 28 17:09:32 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 28 17:09:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ca84ba

app-emulation/diskimage-builder: clean up old ebuilds

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

 app-emulation/diskimage-builder/Manifest   |  4 ---
 .../diskimage-builder-3.16.0.ebuild| 39 --
 .../diskimage-builder-3.17.0.ebuild| 39 --
 .../diskimage-builder-3.18.0.ebuild| 39 --
 .../diskimage-builder-3.19.0.ebuild| 39 --
 5 files changed, 160 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 4ee275937112..be19800492cc 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,5 +1 @@
-DIST diskimage-builder-3.16.0.tar.gz 499320 BLAKE2B 
2cf520957c270696a6c4c7f59d6c875d30e7245c9fa24d556ef90eca4bab9e45eb95ecc422bc84ac202df0ba8afbaac412663892c8ab18bd4847e5d630ea4e43
 SHA512 
e592fd9200681314519b6e58b4b3ba9106d3834e83e708b3f32c125a8f597252f43abec05b37a9f6b30397874d53b56740e2374d6d13f69e737d460f191bdd98
-DIST diskimage-builder-3.17.0.tar.gz 500580 BLAKE2B 
f219e8e1a3224dd23871a3d4f4688c6e8b75ad681763227a0dde34b3f89b0f5a7af827c1717a161f310590090cc0852936edb6b9e7298bbc989b01e4af28662d
 SHA512 
466039b6cf83636a2a245b5d36f7bf0e71e897edf092010219a40bcbe1804b0fe1f205eec2388cfbcd2e2adfdaf9256c53a01e3cf7ca48663e0296d4bf542a31
-DIST diskimage-builder-3.18.0.tar.gz 500804 BLAKE2B 
25a4607538f08a63757f7c52f5b48b0d6655ea29eb83c9f6aa2bb5f237e1b1a1be149ba7e4112871748247eade0db1f47eae9c34191e465b46dedcb498d6368f
 SHA512 
23b1212ca23c207beaf9a1c8bd4ba8b82186dc925aca45da8cc87f50c842a6e4865467f4b053ed58a1d0be6e45e76ea2c365ace6e7a3744856c9d1f45a34ba38
-DIST diskimage-builder-3.19.0.tar.gz 503102 BLAKE2B 
15c5312bb5304914ddc88a942fedb6167531970abc5d4d94946d2ddfa8a686cd1b84e192d4072ed4e03003e3f70e592cc805f1d33ddf5659fbaa87f5e7c074af
 SHA512 
87b5c2b3661e5e38e0941715c0ce1507278cd01931d0db85d35639388edb67cc1fc7733eacffef2c66261fcf68e217941865ece3020d23e1507bae9536c4c9ee
 DIST diskimage-builder-3.19.1.tar.gz 504083 BLAKE2B 
4ae8dca5601d4258757d33c4851c842a4188026bb6f5ee36a2313e2400d017d2536e4e58dcfcd9257a2bb881a6cc92f1ea79e168ff438cbd786829aa1d29
 SHA512 
c7ff8a30ccf052dbeaffd1af2cef23058fbe5fe653c4f36b365743b8495fc5b9727d888654809b48a58f6c4dc920126ab86c41400de8fd348097a7d0117b9216

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.16.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.16.0.ebuild
deleted file mode 100644
index 1d9da56f4078..
--- a/app-emulation/diskimage-builder/diskimage-builder-3.16.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder"
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   app-emulation/qemu
-   sys-block/parted
-   sys-fs/multipath-tools
-   sys-fs/dosfstools
-   sys-apps/gptfdisk
-   !dev-python/dib-utils[${PYTHON_USEDEP}]"

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild
deleted file mode 100644
index a2d3ad209af7..
--- a/app-emulation/diskimage-builder/diskimage-builder-3.17.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder"
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   

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

2022-02-28 Thread Matthew Thode
commit: c654c26d078a384d7e9f6054a1c17100397ac83e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 28 17:08:11 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 28 17:08:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c654c26d

app-emulation/diskimage-builder: 3.19.1 bump

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-3.19.1.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 11dafabbd533..4ee275937112 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -2,3 +2,4 @@ DIST diskimage-builder-3.16.0.tar.gz 499320 BLAKE2B 
2cf520957c270696a6c4c7f59d6c
 DIST diskimage-builder-3.17.0.tar.gz 500580 BLAKE2B 
f219e8e1a3224dd23871a3d4f4688c6e8b75ad681763227a0dde34b3f89b0f5a7af827c1717a161f310590090cc0852936edb6b9e7298bbc989b01e4af28662d
 SHA512 
466039b6cf83636a2a245b5d36f7bf0e71e897edf092010219a40bcbe1804b0fe1f205eec2388cfbcd2e2adfdaf9256c53a01e3cf7ca48663e0296d4bf542a31
 DIST diskimage-builder-3.18.0.tar.gz 500804 BLAKE2B 
25a4607538f08a63757f7c52f5b48b0d6655ea29eb83c9f6aa2bb5f237e1b1a1be149ba7e4112871748247eade0db1f47eae9c34191e465b46dedcb498d6368f
 SHA512 
23b1212ca23c207beaf9a1c8bd4ba8b82186dc925aca45da8cc87f50c842a6e4865467f4b053ed58a1d0be6e45e76ea2c365ace6e7a3744856c9d1f45a34ba38
 DIST diskimage-builder-3.19.0.tar.gz 503102 BLAKE2B 
15c5312bb5304914ddc88a942fedb6167531970abc5d4d94946d2ddfa8a686cd1b84e192d4072ed4e03003e3f70e592cc805f1d33ddf5659fbaa87f5e7c074af
 SHA512 
87b5c2b3661e5e38e0941715c0ce1507278cd01931d0db85d35639388edb67cc1fc7733eacffef2c66261fcf68e217941865ece3020d23e1507bae9536c4c9ee
+DIST diskimage-builder-3.19.1.tar.gz 504083 BLAKE2B 
4ae8dca5601d4258757d33c4851c842a4188026bb6f5ee36a2313e2400d017d2536e4e58dcfcd9257a2bb881a6cc92f1ea79e168ff438cbd786829aa1d29
 SHA512 
c7ff8a30ccf052dbeaffd1af2cef23058fbe5fe653c4f36b365743b8495fc5b9727d888654809b48a58f6c4dc920126ab86c41400de8fd348097a7d0117b9216

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
new file mode 100644
index ..a2d3ad209af7
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.19.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder"
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2022-02-28 Thread Marek Szuba
commit: 3c0a15b1f736896b57d42a1c1f951baf3c2342dc
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Feb 28 16:56:16 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Feb 28 16:56:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0a15b1

media-sound/easyeffects: drop 6.2.2

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

 media-sound/easyeffects/Manifest |  1 -
 media-sound/easyeffects/easyeffects-6.2.2.ebuild | 79 
 2 files changed, 80 deletions(-)

diff --git a/media-sound/easyeffects/Manifest b/media-sound/easyeffects/Manifest
index 0f64c6f14ff8..17598a10edbd 100644
--- a/media-sound/easyeffects/Manifest
+++ b/media-sound/easyeffects/Manifest
@@ -1,3 +1,2 @@
 DIST easyeffects-6.1.5.tar.gz 1696731 BLAKE2B 
ad091c64fa7ece0f569a09ed551be0498b48f2f6f5346de51bd358942cd440663a05bb7271e1e6e8ca29427a799b12a03c26a763498a2f1f2c3093a784b92e2c
 SHA512 
0f4505e429416186f3af4338c1c7b5afac0f0ec343749bd9bcc8cf222349b2cb25714de493236c57b1dd60dfcc3e1359cab15cdeabb661f4cb20591b518f70a6
-DIST easyeffects-6.2.2.tar.gz 2614684 BLAKE2B 
9a7e3cd53ce31fef424d38f5591130a6f1fd6648b73f72b504c006b8cc3712320fe6eddca7209568b0272820053ea0179d80b0acf198fa9956a4a86c3fc1865b
 SHA512 
d2200d66b54f9d125c36d306b36a71f477ed9ae8bb7c72f06a1a180903edb768ba0dc153322f82859dd6140d9e2f5d92a52506728e0ec06b79db1b400ca9a111
 DIST easyeffects-6.2.3.tar.gz 2621460 BLAKE2B 
fb73c635b10dec5808d046a4df63cdaaada1c3534f1e9275fdd4f28db52a9111a850367b564b5d008a1bdb7c7e55864e38cc1d50fc363b5614fb138bd0fe0cc1
 SHA512 
79babe59ef0c86d138b29a4c2dfaa1a937da9de8d7ae7cc40bee6ae5e011b6c43d6ff9554885ce116114943976d50c24c44c4e30775933b5ee8a2bf350d55525

diff --git a/media-sound/easyeffects/easyeffects-6.2.2.ebuild 
b/media-sound/easyeffects/easyeffects-6.2.2.ebuild
deleted file mode 100644
index c7f50ff049df..
--- a/media-sound/easyeffects/easyeffects-6.2.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils flag-o-matic meson
-
-DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire 
applications"
-HOMEPAGE="https://github.com/wwmm/easyeffects;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/wwmm/easyeffects;
-else
-   SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="calf +doc mda-lv2 zamaudio"
-
-# Tests fail since 6.1.0 due to upstream changes to the metainfo file.
-# TODO: check this every release.
-RESTRICT="test"
-
-DEPEND="dev-cpp/nlohmann_json
-   dev-cpp/tbb
-   >=dev-libs/glib-2.56:2
-   dev-libs/libfmt
-   >=dev-libs/libsigc++-3.0.6:3
-   >=gui-libs/gtk-4.2.1:4
-   gui-libs/libadwaita:1
-   media-libs/libbs2b
-   >=media-libs/libebur128-1.2.0
-   media-libs/libsndfile
-   >=media-libs/lilv-0.22
-   >=media-libs/lv2-1.18.2
-   media-libs/rnnoise
-   media-libs/rubberband[ladspa]
-   media-libs/speexdsp
-   >=media-libs/zita-convolver-3.0.0
-   >=media-video/pipewire-0.3.31
-   sci-libs/fftw:3.0"
-RDEPEND="${DEPEND}
-   >=media-libs/lsp-plugins-1.1.24[lv2]
-   sys-apps/dbus
-   calf? ( >=media-plugins/calf-0.90.1[lv2] )
-   doc? ( gnome-extra/yelp )
-   mda-lv2? ( media-plugins/mda-lv2 )
-   zamaudio? ( media-plugins/zam-plugins )"
-# Only header files are used from libsamplerate so put it here rather than 
DEPEND
-# to avoid unnecessary cross-compilation.
-BDEPEND="dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   dev-util/itstool
-   media-libs/libsamplerate
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != "binary" ]] ; then
-   if ! test-flag-CXX -std=c++20 ; then
-   die "${PN} requires degree of C++20 support only 
available since GCC 10 or Clang 10"
-   fi
-   fi
-}
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



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

2022-02-28 Thread Marek Szuba
commit: 321a720715bd20dd46599ec288300379db6bee28
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Feb 27 00:54:56 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Feb 28 16:55:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321a7207

app-crypt/yubikey-manager: enable tests

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

 app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild 
b/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild
index ecfa263ff683..a1c35da4ab92 100644
--- a/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild
+++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.8.ebuild
@@ -19,9 +19,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="ssl"
 
-# Waiting for keyword parity on dev-python/makefun (Bug #833854)
-RESTRICT="test"
-
 # app-crypt/ccid required for
 # - 'ykman oath'
 # - 'ykman openpgp'
@@ -33,9 +30,9 @@ RDEPEND="
dev-python/fido2:0/0.9[${PYTHON_USEDEP}]
dev-python/pyscard[${PYTHON_USEDEP}]
ssl? ( >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}] )"
-#BDEPEND="test? (
-#  dev-python/makefun[${PYTHON_USEDEP}]
-#)"
+BDEPEND="test? (
+   dev-python/makefun[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/

2022-02-28 Thread Anthony G. Basile
commit: c36bb47f838568daf9abd84d9b108edb7cb22e16
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Feb 28 16:21:32 2022 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Feb 28 16:21:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36bb47f

net-vpn/tor: version bump to 0.4.7.4_alpha

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-vpn/tor/Manifest  |  5 +++--
 ...-0.4.7.3_alpha.ebuild => tor-0.4.7.4_alpha.ebuild} | 19 +--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index a0223969a30d..e972d0dc3a2d 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -7,5 +7,6 @@ DIST tor-0.4.6.8.tar.gz 7796485 BLAKE2B 
3475597c9f46c83c736bf5f3db2a4f44a38c4f4c
 DIST tor-0.4.6.8.tar.gz.asc 833 BLAKE2B 
6f1825e3f5e2d70c5078d27990633137c7551fa80f5d202e56cfcb2a88d6b5b653ec6c349c7dc152f6c7313e6330182ce22a42be3f7aa63aced0586ee673addf
 SHA512 
5000c111688d76d357c371532f7edbb01280273e5dc9bc18fa524517fcb1efda1403071536f06d61b8b8a73e26505d6e74cd84bd611f63f2a56e4b944f76b2e9
 DIST tor-0.4.6.9.tar.gz 7797677 BLAKE2B 
7d6add30867a3b18471bece559acbf6782b516229b8ab2c764f4a581fcbe3c2fa748f2708c60bf0f8a1165bc1fdd930fe00adaf7c1f546e6a7e98bdc0f1abb21
 SHA512 
67b3c0c0515d4150dd91db6dd4efe19b15a2e8ddac2a34069d61dfaf79d90585f3ca4071483362619719a7cbc6198d67d1ff73acdefa8cc8462bc1e2a7ba264f
 DIST tor-0.4.6.9.tar.gz.asc 833 BLAKE2B 
1028464261cd02502408fff7354b92c68f51ce4ec27a16c190f4d16ec4164fb2f81d8018a6c400b22691dda8a29aa5af41b7e8fc9c72f551c8a1e85976ab1223
 SHA512 
1a34ae6f3b2d58a1a3d71b7a953cb1f8b0ef30430f016d67978a9323f7da42132a7cc2540245e115311951d524bbb67287d1af5c456a72564a4b49971962116f
-DIST tor-0.4.7.3-alpha.tar.gz 7818590 BLAKE2B 
3570d52774fa9a14a96e4d7e3a8d0e9e9d2364a9325589d4f23ab0e08ea0933e8cdd6ca1af93b7fabe7745bcd48fad6fbceac34eff6f64253581f9b6dce39bea
 SHA512 
400c8b2c0937734fe9cc934cff9f396bdb4a5073bddfcd91f74bbe8a7d52214467aaeac4200ee6c9a234bf0552929ab9b0fc9727d425c27b6fbdfd81ea8fcc18
-DIST tor-0.4.7.3-alpha.tar.gz.asc 833 BLAKE2B 
5c12e159882c4845f48e86708a30f524c62486ba675080ad7799fbf8b15558cadc4133d271d751e39c44274072defcedf653ba8159a495e090fcd393d75a01a7
 SHA512 
b98f4fb0b0ff92d9d3a427505e28be34f04e18e78fa6c3f8ce408f2d64904321ef289175c7dad57e761ce711a9e686f3cb96f532304f9d46cd77ce1c57951687
+DIST tor-0.4.7.4-alpha.tar.gz 7855828 BLAKE2B 
c30f131254a55e0fcea82361b491730ec4cae2de9bba33bd4f2d68a71b658478ab2344727096c34a7216a13617ea70b7288b8c1f1e80ffcaeb03aba6b462c0ec
 SHA512 
8956424cec7d9ec223ea974e2d13e1f50e3003a9a7535bff109504ce3a9cb8e62add4dd5b716990b8e8fe258fd9854fe5ae00a914dfa7c7e2f79b3d703363db0
+DIST tor-0.4.7.4-alpha.tar.gz.sha256sum 91 BLAKE2B 
d3e9416c33e286225b3f41f57bb4cb01ba724a4142b301d3a9fde61c6191c83252a3f1ea7100d26cffc6a0eb4466517b61a167a9f19627679ff5299434dd07e3
 SHA512 
08d06eb70f2894117b83a934a4df334cd2c7db2f4a51a10233e9e71f94a8aba4a0262476e20480444e232116cd184635d53ec5f4a81f8de78cd1bfd75158eecd
+DIST tor-0.4.7.4-alpha.tar.gz.sha256sum.asc 716 BLAKE2B 
f65ea8b99a957cb2bfea6a5da664864df68a521268f0c15dee02a738498af7ccc8c0b7299bfe413ee16011f3ea414b694482e8c45c691c1e6585648621cd02a6
 SHA512 
f8353d9c1d3b9a14767fff8c795acf8914c5970a3b146b0b05010b6a6a01901faa27098a18f08119c0256be43c9e5d43dfe12b36ac2d00d8e2506349884317db

diff --git a/net-vpn/tor/tor-0.4.7.3_alpha.ebuild 
b/net-vpn/tor/tor-0.4.7.4_alpha.ebuild
similarity index 85%
rename from net-vpn/tor/tor-0.4.7.3_alpha.ebuild
rename to net-vpn/tor/tor-0.4.7.4_alpha.ebuild
index dd28011f8b1e..a117b5a80dea 100644
--- a/net-vpn/tor/tor-0.4.7.3_alpha.ebuild
+++ b/net-vpn/tor/tor-0.4.7.4_alpha.ebuild
@@ -12,7 +12,10 @@ DESCRIPTION="Anonymizing overlay network for TCP"
 HOMEPAGE="https://www.torproject.org/;
 SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
-   verify-sig? ( https://dist.torproject.org/${MY_PF}.tar.gz.asc )"
+   verify-sig? (
+   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum
+   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum.asc
+   )"
 S="${WORKDIR}/${MY_PF}"
 
 LICENSE="BSD GPL-2"
@@ -23,7 +26,7 @@ fi
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
 
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-tor )"
+BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20220216 )"
 DEPEND="
dev-libs/libevent:=[ssl]
sys-libs/zlib
@@ -60,6 +63,18 @@ pkg_setup() {
use test && python-any-r1_pkg_setup
 }
 
+src_unpack() {
+   if use verify-sig; then
+   cd "${DISTDIR}" || die
+   verify-sig_verify_detached ${MY_PF}.tar.gz.sha256sum{,.asc}
+   verify-sig_verify_unsigned_checksums \
+   

[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/livegui/files/

2022-02-28 Thread Ben Kohler
commit: 442400510e1530802761c88ffbfc553fc2491181
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Feb 28 16:17:09 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Feb 28 16:17:27 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=44240051

specs/amd64/livegui: add user face/icon to fsscript

Signed-off-by: Ben Kohler  gentoo.org>

 releases/specs/amd64/livegui/files/fsscript-stage2.sh | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/releases/specs/amd64/livegui/files/fsscript-stage2.sh 
b/releases/specs/amd64/livegui/files/fsscript-stage2.sh
index 3b866310..5656bd3c 100755
--- a/releases/specs/amd64/livegui/files/fsscript-stage2.sh
+++ b/releases/specs/amd64/livegui/files/fsscript-stage2.sh
@@ -33,9 +33,12 @@ echo "[Default Applications]
 text/html=firefox.desktop" > .config/mimeapps.list
 
 # Customize taskbar pinned apps
-wget "https://dev.gentoo.org/~bkohler/plasma-org.kde.plasma.desktop-appletsrc; 
-O \
+wget 
"https://dev.gentoo.org/~bkohler/livegui/plasma-org.kde.plasma.desktop-appletsrc;
 -O \
.config/plasma-org.kde.plasma.desktop-appletsrc
 
+# User face image
+wget "https://dev.gentoo.org/~bkohler/livegui/face.icon.png; -O .face.icon
+
 # Desktop icon setups
 #DESKTOP_APPS=( org.kde.konsole firefox org.kde.dolphin )
 #for i in "${APPS[@]}"; do



  1   2   >