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

2021-07-14 Thread Shaoyu Tseng
commit: b46f86a94807e0d6d26790270bd2a24fe41908df
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Thu Jul 15 01:32:47 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Thu Jul 15 01:32:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b46f86a9

app-misc/ssmtool: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng  tuta.io>

 app-misc/ssmtool/Manifest |  1 +
 app-misc/ssmtool/metadata.xml |  8 
 app-misc/ssmtool/ssmtool-0.1.7.ebuild | 21 +
 3 files changed, 30 insertions(+)

diff --git a/app-misc/ssmtool/Manifest b/app-misc/ssmtool/Manifest
new file mode 100644
index 0..4dee5c884
--- /dev/null
+++ b/app-misc/ssmtool/Manifest
@@ -0,0 +1 @@
+DIST ssmtool-0.1.7.tar.gz 20179 BLAKE2B 
2943e2f66178196161c4718a8f64d9370090bc5cc61434cded800b00556f3dcde4b7e97f2a45bc549f44c0fbdb2ed4bf707275f6c304c044ae551e0b7febe2de
 SHA512 
91987982807086e883ea234aee27998456f1e7fbc01fdefb4d3f35831e415766834ae6ea22ffc1c5bf308900b56182640128c48413974772a805b6684c9c835b

diff --git a/app-misc/ssmtool/metadata.xml b/app-misc/ssmtool/metadata.xml
new file mode 100644
index 0..bcfeeff55
--- /dev/null
+++ b/app-misc/ssmtool/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   shaoyu0...@tuta.io
+   Shaoyu Tseng
+   
+

diff --git a/app-misc/ssmtool/ssmtool-0.1.7.ebuild 
b/app-misc/ssmtool/ssmtool-0.1.7.ebuild
new file mode 100644
index 0..4ae1d9659
--- /dev/null
+++ b/app-misc/ssmtool/ssmtool-0.1.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3  )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="A simple sentence mining tool written in PyQt5"
+HOMEPAGE="https://github.com/FreeLanguageTools/ssmtool/ 
https://pypi.org/project/ssmtool/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+DEPEND="
+   dev-python/pymorphy2
+   dev-python/pymorphy2-dicts-ru
+   dev-python/PyQt5
+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2021-07-14 Thread Shaoyu Tseng
commit: 4a3df6a46f8b441e0a7c084570d932a21d1b8f92
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Thu Jul 15 01:28:24 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Thu Jul 15 01:28:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a3df6a4

dev-python/DAWG-Python: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng  tuta.io>

 dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild | 16 
 dev-python/DAWG-Python/Manifest |  1 +
 dev-python/DAWG-Python/metadata.xml |  8 
 3 files changed, 25 insertions(+)

diff --git a/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild 
b/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild
new file mode 100644
index 0..4da8b311a
--- /dev/null
+++ b/dev-python/DAWG-Python/DAWG-Python-0.7.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3  )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ 
library."
+HOMEPAGE="https://pypi.org/project/DAWG-Python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/dev-python/DAWG-Python/Manifest b/dev-python/DAWG-Python/Manifest
new file mode 100644
index 0..cde3d5580
--- /dev/null
+++ b/dev-python/DAWG-Python/Manifest
@@ -0,0 +1 @@
+DIST DAWG-Python-0.7.2.tar.gz 9007 BLAKE2B 
44e52df192d602da965ff45cd25ee58991063f6454900f75df0eaf6c0806cea060e1ad48ccfd2a9e2314533924458f440720c6079c78c8fb1ab492557bd9bec8
 SHA512 
402d94ea48cca66b12368781d6f015c9356845be1ad9e24c0a08ea9be0d04be8ae376b31cd8c6e7553e49f104ce7a1d66338b8ad84b372609c831524fbb0f6b8

diff --git a/dev-python/DAWG-Python/metadata.xml 
b/dev-python/DAWG-Python/metadata.xml
new file mode 100644
index 0..bcfeeff55
--- /dev/null
+++ b/dev-python/DAWG-Python/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   shaoyu0...@tuta.io
+   Shaoyu Tseng
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymorphy2-dicts-ru/

2021-07-14 Thread Shaoyu Tseng
commit: 264799d2af2b8102c073d00fada53ae44e371841
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Thu Jul 15 01:30:38 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Thu Jul 15 01:30:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=264799d2

dev-python/pymorphy2-dicts-ru: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng  tuta.io>

 dev-python/pymorphy2-dicts-ru/Manifest   |  1 +
 dev-python/pymorphy2-dicts-ru/metadata.xml   |  8 
 .../pymorphy2-dicts-ru-2.4.417127.4579844.ebuild | 16 
 3 files changed, 25 insertions(+)

diff --git a/dev-python/pymorphy2-dicts-ru/Manifest 
b/dev-python/pymorphy2-dicts-ru/Manifest
new file mode 100644
index 0..478485ab0
--- /dev/null
+++ b/dev-python/pymorphy2-dicts-ru/Manifest
@@ -0,0 +1 @@
+DIST pymorphy2-dicts-ru-2.4.417127.4579844.tar.gz 8180941 BLAKE2B 
acdd6aaafd7fcd8ba8e8720db81133f9f1148507a7018e370dae288753c15b2abc5c314a987ab8e6fb9239a3fca372acee00b5cf3116e80f9ff7e92b039d9f91
 SHA512 
1ed5a8e8fddec8ef3d890d1a1e921ffc3bafcf057853e6e09a6854d3d100aca9972b845bdc379057756d30a9a08d917eb439ee42920ddb80059df5bf2b357c3f

diff --git a/dev-python/pymorphy2-dicts-ru/metadata.xml 
b/dev-python/pymorphy2-dicts-ru/metadata.xml
new file mode 100644
index 0..bcfeeff55
--- /dev/null
+++ b/dev-python/pymorphy2-dicts-ru/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   shaoyu0...@tuta.io
+   Shaoyu Tseng
+   
+

diff --git 
a/dev-python/pymorphy2-dicts-ru/pymorphy2-dicts-ru-2.4.417127.4579844.ebuild 
b/dev-python/pymorphy2-dicts-ru/pymorphy2-dicts-ru-2.4.417127.4579844.ebuild
new file mode 100644
index 0..23360ae41
--- /dev/null
+++ b/dev-python/pymorphy2-dicts-ru/pymorphy2-dicts-ru-2.4.417127.4579844.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3  )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="Russian dictionary for PyMorphy2"
+HOMEPAGE="https://pypi.org/project/pymorphy2-dicts-ru/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2021-07-14 Thread Shaoyu Tseng
commit: 2ac35d63a6998387cbb0bfed4e4c4e31c0fdec0e
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Thu Jul 15 01:29:05 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Thu Jul 15 01:29:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ac35d63

dev-python/pymorphy2: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng  tuta.io>

 dev-python/pymorphy2/Manifest   |  1 +
 dev-python/pymorphy2/metadata.xml   |  8 
 dev-python/pymorphy2/pymorphy2-0.9.1.ebuild | 19 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/pymorphy2/Manifest b/dev-python/pymorphy2/Manifest
new file mode 100644
index 0..515196a0d
--- /dev/null
+++ b/dev-python/pymorphy2/Manifest
@@ -0,0 +1 @@
+DIST pymorphy2-0.9.1.tar.gz 84929 BLAKE2B 
42609efe8bd618e223940b8334738ebc9ffb8017f154885300a84e76c64d54b95d620e3035397a5634155b2e47cc5b3676d7f2c0976dfa36645406b4a7e986b1
 SHA512 
923108f866fb0022d831efb48b9836cda5aa56df4da55798255122544e8a28c087e2561189959ce6be8d6319a3ed791df50eda36258e8730748df5bf9468a593

diff --git a/dev-python/pymorphy2/metadata.xml 
b/dev-python/pymorphy2/metadata.xml
new file mode 100644
index 0..bcfeeff55
--- /dev/null
+++ b/dev-python/pymorphy2/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   shaoyu0...@tuta.io
+   Shaoyu Tseng
+   
+

diff --git a/dev-python/pymorphy2/pymorphy2-0.9.1.ebuild 
b/dev-python/pymorphy2/pymorphy2-0.9.1.ebuild
new file mode 100644
index 0..2cd6f7d8b
--- /dev/null
+++ b/dev-python/pymorphy2/pymorphy2-0.9.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3  )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="Morphological analyzer (POS tagger + inflection engine) for 
Russian language."
+HOMEPAGE="https://github.com/kmike/pymorphy2 
https://pypi.org/project/pymorphy2/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+DEPEND="dev-python/docopt
+   dev-python/pymorphy2-dicts-ru
+   dev-python/DAWG-Python"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-emulation/xen-pvgrub/, app-emulation/xen-pvgrub/files/

2021-07-14 Thread Joonas Niilola
commit: 811c4172ef4b7de19c1dd085d072b97b8804b3d9
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Jul 12 10:21:13 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 15 05:30:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811c4172

app-emulation/xen-pvgrub: drop last-rited package

Closes: https://bugs.gentoo.org/790668
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21611
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/xen-pvgrub/Manifest  |   9 --
 .../xen-pvgrub/files/newlib-implicits.patch| 149 
 .../xen-pvgrub/files/xen-4.10-externals.patch  |  74 --
 .../xen-pvgrub/files/xen-pvgrub-4.8-jserver.patch  |  13 --
 app-emulation/xen-pvgrub/metadata.xml  |  16 ---
 app-emulation/xen-pvgrub/xen-pvgrub-4.13.2.ebuild  | 155 -
 app-emulation/xen-pvgrub/xen-pvgrub-4.13.3.ebuild  | 155 -
 app-emulation/xen-pvgrub/xen-pvgrub-4.14.1.ebuild  | 155 -
 profiles/package.mask  |   6 -
 9 files changed, 732 deletions(-)

diff --git a/app-emulation/xen-pvgrub/Manifest 
b/app-emulation/xen-pvgrub/Manifest
deleted file mode 100644
index d648745d8c8..000
--- a/app-emulation/xen-pvgrub/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-DIST grub-0.97.tar.gz 971783 BLAKE2B 
a7b6feb6dddb6eeb20e027071091b2d37930e5b40687f8c8ff860839db208f832713db61389014d21842e1e152cad0466dc9722a79cbb81bfa1566a30b6b82cc
 SHA512 
c2bc9ffc8583aeae71cee9ddcc4418969768d4e3764d47307da54f93981c0109fb07d84b061b3a3628bd00ba4d14a54742bc04848110eb3ae8ca25dbfbaabadb
-DIST lwip-1.3.0.tar.gz 398933 BLAKE2B 
3567a593eec3d247213db57d9456c9cae50329498ca55cee7726a59461f8e9d77d96cfc8204d6b7b7962f00664f44d3bc7f16a5a53f5e068a02d405fb457
 SHA512 
1465b58279af1647f909450e394fe002ca165f0ff4a0254bfa9fe0e64316f50facdde2729d79a4e632565b4500cf4d6c74192ac0dd3bc9fe09129bbd67ba089d
-DIST newlib-1.16.0.tar.gz 12024353 BLAKE2B 
26d3308148fb99baf8ad02eee4cc699cfac690100ea63aaa4be03b86d12dade238478342514bd083cbc3d27964ac42eb8dae3873fdac5ff2c593fc4fb39b2309
 SHA512 
40eb96bbc6736a16b6399e0cdb73e853d0d90b685c967e77899183446664d64570277a633fdafdefc351b46ce210a99115769a1d9f47ac749d7e82837d4d1ac3
-DIST pciutils-2.2.9.tar.bz2 212265 BLAKE2B 
014b664e90c64e7255c9e21fc25a2cc60d57f47ce282fc0331a0481a460b237783bd3774dd0689e1596d4a0be0d2889faad904da01a6f02147464bce1d1b1bc0
 SHA512 
2b3d98d027e46d8c08037366dde6f0781ca03c610ef2b380984639e4ef39899ed8d8b8e4cd9c9dc54df101279b95879bd66bfd4d04ad07fef41e847ea7ae32b5
-DIST polarssl-1.1.4-gpl.tgz 611340 BLAKE2B 
613da06dda9e4b86db5a4d616a0a0afee98c907c3c6b352eed3d9e500fc5739e62eb4f6fc32ff02579c6a6de9bd49fcd2c8bd8b2d158a5050cbaa82118d61ef0
 SHA512 
88da614e4d3f4409c4fd3bb3e44c7587ba051e3fed4e33d526069a67e8180212e1ea22da984656f50e290049f60ddca65383e5983c0f8884f648d71f698303ad
-DIST xen-4.13.2.tar.gz 39037826 BLAKE2B 
ad2b7c3003ca29e5e60a85c581f706ef87d99eadf939ed36ebe8f6698582f7a29dbdaf502039b60a0afe7ad4ae6ce89713e69dc8b8a7d5abe65063da7f1baa5b
 SHA512 
cd3092281c97e9421e303aa288aac04dcccd5536ba7c0ff4d51fbf3d07b5ffacfe3456ba06f5cf63577dafbf8cf3a5d9825ceb5e9ef8ca1427900cc3e57b50a3
-DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a24412617a640346d2358b141a2741e7a3be454df52d198ad63e58b1519288de62330417c70e72445703f3fac2
 SHA512 
622127d824b9c49b57282a887fb404e0bad05ff60bccade82e4e0e9b5ad975ff9aa1fba83392e6d8379e9a15340e8ae9785c0913eb11027816e4600432eea6b6
-DIST xen-4.14.1.tar.gz 39970115 BLAKE2B 
21e5838b2b4d78420dcaaae2b8fc98ac876230217e6a3764aa643920150b8cef96025663e6a2fc423ab15f7f470b62547e91ce1be0337fc78f00c148c7ff40ab
 SHA512 
c75cbec82793435f5a7026626ffdb2e9a2166b42d2be4b2f1194240e0312458124f0ebd53eeb02ce7330c22afe402a28a96b32f8af66e41e9416fe94535724c9
-DIST zlib-1.2.3.tar.gz 496597 BLAKE2B 
603020b70cd52b83e48bde420b86e2acfd29d69bf7476eecbeeb07d1b8bcab703d2cbd3eab2990bddb8c268f13594592ce985798d49e2d6ba25104d49f22
 SHA512 
021b958fcd0d346c4ba761bcf0cc40f3522de6186cf5a0a6ea34a70504ce9622b1c2626fce40675bc8282cf5f5ade18473656abc38050f72f5d6480507a2106e

diff --git a/app-emulation/xen-pvgrub/files/newlib-implicits.patch 
b/app-emulation/xen-pvgrub/files/newlib-implicits.patch
deleted file mode 100644
index 73c04931b31..000
--- a/app-emulation/xen-pvgrub/files/newlib-implicits.patch
+++ /dev/null
@@ -1,149 +0,0 @@
-diff -ur newlib-1.16.0.orig/newlib/libc/stdlib/wcstoull.c 
newlib-1.16.0/newlib/libc/stdlib/wcstoull.c
 newlib/libc/stdlib/wcstoull.c  2007-07-07 04:03:28.0 +0800
-+++ newlib/libc/stdlib/wcstoull.c  2012-12-02 14:19:40.905136553 +0800
-@@ -124,7 +124,7 @@
- #include 
- #include 
- #include 
--
-+#include 
- #ifndef _REENT_ONLY
- 
- unsigned long long
-diff -ur newlib-1.16.0.orig/newlib/doc/makedoc.c 
-newlib-1.16.0/newlib/doc/makedoc.c
 newlib/doc/makedoc.c   2007-01-03 01:59:59.0 +0900
-+++ 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/, app-emulation/xen-tools/

2021-07-14 Thread Joonas Niilola
commit: 26163620744c671756183eafab972f935dc19be1
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Jul 12 10:16:50 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 15 05:30:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26163620

app-emulation/xen-tools: drop vulnerable

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

 app-emulation/xen-tools/Manifest   |   4 -
 app-emulation/xen-tools/files/gentoo-patches.conf  |  10 -
 app-emulation/xen-tools/xen-tools-4.13.3-r1.ebuild | 520 -
 3 files changed, 534 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 8b92236e06b..94d1bf72d56 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -2,14 +2,10 @@ DIST OpenSSL_1_1_1g.tar.gz 9975550 BLAKE2B 
22efa4ffe5d56a861bc4e2e1bc9a558e79265
 DIST berkeley-softfloat-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz 148741 
BLAKE2B 
72014022926b636147e202d74c42df2ce9cfed00b91c275d5b2e0afbc5c68765445cbe7ac6389d7c2512bd1d45b0e16e36552d09bbc733ab66c92968bd31
 SHA512 
8420c29faa7ff57e06d6758b03e81ca0630c59946bc031e8611f1449e23634cf901b502161f2c1423c0cff949b5481445e36a3aa53dc885b61ca2c673b3ba567
 DIST brotli-666c3280cc11dc433c303d79a83d4ffbdd12cc8d.tar.gz 23855739 BLAKE2B 
7406ec5b29ac66afbcd7c1376bb3208f298d19b6592b2869c52173aa64947d58bd443f9a61c67deaf046be910a0e31c0b843e5508e97e0e1f5e7bce100d86904
 SHA512 
df8e90562c4fd7f0e787949df6bc4f5a165b39bd333f442d27874fe65640fbba268f9350d7113e6761a5acceb66d78e75f1a296e5a89b94574edf28109cdc812
 DIST edk2-06dc822d045c2bb42e497487935485302486e151.tar.gz 13192042 BLAKE2B 
81afa7fd5f6f14fff35baa3c6c64583fa21c7b793ed847a3362fd05a926bb4402db911f9f78f4ffd76a6de9b815171dfa245ae41afac3b022cd108597e8c1ac3
 SHA512 
a032a1496db7ddc32a7d6d1a7d5fe4122ab43b13547ec019855166d785f162268ad82ceb3c41efafe1687e73fc72599ee6852741652451e1cb329fd655c69b6c
-DIST ipxe-git-1dd56dbd11082fb622c2ed21cfaced4f47d798a6.tar.gz 3810726 BLAKE2B 
b95266ec7fcee5c27065ba999b023ded9eb42a3690555e626911493f1dc995927fa67071bdc6432b3995df82134f8c49ea0d72eaf407f455dd1e2675d5b8d844
 SHA512 
8120696ba6d79fd9189664deed9b0489825d8d1edf7b931023b3979b7b9f82248e5b808c4517036cd40a85442ddf51a8dcad3b05d7f3c3cc6650654d53da4050
 DIST ipxe-git-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz 3931642 BLAKE2B 
bf0b5d9ea1d44803bc5c4aa0bf9188636e292b226ab759f32e3c2bfa3f80dd3f546526b9a11c1f67193793ede5309bfa67bdce80aba62ccca54597dc6e7e4ba4
 SHA512 
0a63f83c9135d05c6bfe7c4d12da3ff76271e35305a4d5654bd5aefa9ee59f5363546c65820c42133deb0fb5a0a0bcaa9b1c48396f9f996acea0d492a5f03f33
-DIST seabios-1.12.0.tar.gz 613542 BLAKE2B 
f145c2db716996bfa9e5c014086ccfaa8ae96ebc158f34303b122b7bf209408c567665d8691364df8d8e886f63e0e72a3f3cd319dfa86ef581023201b5d94e53
 SHA512 
e52c5363e5bb37b5286e55545aa06bd126218f9d0e3a06ac2e189de68fe3de3256c11ca1bb13357a9c384d7e3af6284083ff3aa587688b5de04ef11b97bdfa27
 DIST seabios-1.14.0.tar.gz 628985 BLAKE2B 
cc1126925dab1551a655680d20d06ebf28c12c386500d1ee4df9e1a99403b4c5bc6a66c2cc5ef58b4c3d6d7226f35007506a6a1855c2cf2742469dcb7aba05bb
 SHA512 
215c42f59425f8abd062be7b11fc0e39c977cee5001a2381551b0f851ac337d0dd53c065267e6dee0e710ffd700fa635f9007b89da8dfce0f47122c984ee8146
-DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a24412617a640346d2358b141a2741e7a3be454df52d198ad63e58b1519288de62330417c70e72445703f3fac2
 SHA512 
622127d824b9c49b57282a887fb404e0bad05ff60bccade82e4e0e9b5ad975ff9aa1fba83392e6d8379e9a15340e8ae9785c0913eb11027816e4600432eea6b6
 DIST xen-4.14.2-upstream-patches-0.tar.xz 23304 BLAKE2B 
954e0a49e5c3ec122aefe52afe328f440b8a4c8db966e0fa91e0b6d6cb3c0462b75fb99b3e7392811bd2e680cd7945e8a4d68317245fd42fdf0ad6cab33fbc68
 SHA512 
64d243f0c8acfec87812e4d78e3d8b24a86315824853f4f3b17122b7119425d180650695bc12e1a30f5b30c6ef684be7c08b2bc677ca2f0668d0335d92e2bf78
 DIST xen-4.14.2.tar.gz 39973157 BLAKE2B 
db5d3570f79e0fd97872f5e5dd57a4eb39e005728387bfef3b51fabe1c693cfd8108d09b1026f5a5a7eb79de71be6f4af36d252f7e0b35a65a1567b7949e3e29
 SHA512 
83c9333b70dbee3e29c6bf08e5ad030676e6c4a32b976f3f5e6a8f8d0dd9e4898bac88dd8e1c9d2ad3509cebb5d212e1745f9392a469d7afeb841d79801ccf39
 DIST xen-4.15.0-upstream-patches-1.tar.xz 35180 BLAKE2B 
eb3b2a44b717a04daa4a2f158040cce78b42cba5a72c437d7b2f8f1237b808f6f13c2140d82e95056818db6c0eb706ebd7dead822a6a4e689e5d5e7c83523fdb
 SHA512 
a7cfe2dbc82b15c48fa781a77b3ca1622fc2feac3874bf17cf56e82be46e9817913f94992e0e1a1cd2be2e719d4abb9a15744c8a1017e30c0d5c01d7db64dbb5
 DIST xen-4.15.0.tar.gz 40785399 BLAKE2B 
8b0530f5516c39656506f4bb705952da0555a8ab7f47323473b171caeb7692f3107e9d94f13171d40576600064589eed35f4d210af02db4cc4706dd4fc202100
 SHA512 
93683b8a97387ca5f003c635a11d163e61c87dbdc9a03081f9155fe87b49f1dfa74ce243fcd5e04dc009353a36e2375b786f1ebde828b5951a094cd64197b4c7
-DIST xen-gentoo-patches-21.tar.xz 18280 BLAKE2B 

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

2021-07-14 Thread Joonas Niilola
commit: 2b346612c0c2d11ecf23af72c1aa72d24e0dc9a4
Author: Tomáš Mózes  gmail  com>
AuthorDate: Mon Jul 12 10:13:39 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 15 05:30:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b346612

app-emulation/xen: drop vulnerable

Bug: https://bugs.gentoo.org/795054
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/xen/Manifest  |   1 -
 app-emulation/xen/xen-4.13.3.ebuild | 165 
 2 files changed, 166 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index e8907dcf663..679f5a2e056 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,4 +1,3 @@
-DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a24412617a640346d2358b141a2741e7a3be454df52d198ad63e58b1519288de62330417c70e72445703f3fac2
 SHA512 
622127d824b9c49b57282a887fb404e0bad05ff60bccade82e4e0e9b5ad975ff9aa1fba83392e6d8379e9a15340e8ae9785c0913eb11027816e4600432eea6b6
 DIST xen-4.14.2-upstream-patches-0.tar.xz 23304 BLAKE2B 
954e0a49e5c3ec122aefe52afe328f440b8a4c8db966e0fa91e0b6d6cb3c0462b75fb99b3e7392811bd2e680cd7945e8a4d68317245fd42fdf0ad6cab33fbc68
 SHA512 
64d243f0c8acfec87812e4d78e3d8b24a86315824853f4f3b17122b7119425d180650695bc12e1a30f5b30c6ef684be7c08b2bc677ca2f0668d0335d92e2bf78
 DIST xen-4.14.2.tar.gz 39973157 BLAKE2B 
db5d3570f79e0fd97872f5e5dd57a4eb39e005728387bfef3b51fabe1c693cfd8108d09b1026f5a5a7eb79de71be6f4af36d252f7e0b35a65a1567b7949e3e29
 SHA512 
83c9333b70dbee3e29c6bf08e5ad030676e6c4a32b976f3f5e6a8f8d0dd9e4898bac88dd8e1c9d2ad3509cebb5d212e1745f9392a469d7afeb841d79801ccf39
 DIST xen-4.15.0-upstream-patches-1.tar.xz 35180 BLAKE2B 
eb3b2a44b717a04daa4a2f158040cce78b42cba5a72c437d7b2f8f1237b808f6f13c2140d82e95056818db6c0eb706ebd7dead822a6a4e689e5d5e7c83523fdb
 SHA512 
a7cfe2dbc82b15c48fa781a77b3ca1622fc2feac3874bf17cf56e82be46e9817913f94992e0e1a1cd2be2e719d4abb9a15744c8a1017e30c0d5c01d7db64dbb5

diff --git a/app-emulation/xen/xen-4.13.3.ebuild 
b/app-emulation/xen/xen-4.13.3.ebuild
deleted file mode 100644
index 556820b0cba..000
--- a/app-emulation/xen/xen-4.13.3.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
-   SRC_URI=""
-else
-   KEYWORDS="amd64 ~arm -x86"
-   UPSTREAM_VER=
-   SECURITY_VER=
-   GENTOO_VER=
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
-   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-   [[ -n ${SECURITY_VER} ]] && \
-   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz;
-   [[ -n ${GENTOO_VER} ]] && \
-   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz;
-   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
-   ${UPSTREAM_PATCHSET_URI}
-   ${SECURITY_PATCHSET_URI}
-   ${GENTOO_PATCHSET_URI}"
-fi
-
-DESCRIPTION="The Xen virtual machine monitor"
-HOMEPAGE="https://www.xenproject.org;
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug efi flask"
-
-DEPEND="${PYTHON_DEPS}
-   efi? ( >=sys-devel/binutils-2.22[multitarget] )
-   !efi? ( >=sys-devel/binutils-2.22 )"
-RDEPEND=""
-PDEPEND="~app-emulation/xen-tools-${PV}"
-
-# no tests are available for the hypervisor
-# prevent the silliness of /usr/lib/debug/usr/lib/debug files
-# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
-RESTRICT="test splitdebug strip"
-
-# Approved by QA team in bug #144032
-QA_WX_LOAD="boot/xen-syms-${PV}"
-
-REQUIRED_USE="arm? ( debug )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-   if [[ -z ${XEN_TARGET_ARCH} ]]; then
-   if use amd64; then
-   export XEN_TARGET_ARCH="x86_64"
-   elif use arm; then
-   export XEN_TARGET_ARCH="arm32"
-   elif use arm64; then
-   export XEN_TARGET_ARCH="arm64"
-   else
-   die "Unsupported architecture!"
-   fi
-   fi
-
-   if use flask ; then
-   export "XSM_ENABLE=y"
-   export "FLASK_ENABLE=y"
-   fi
-}
-
-src_prepare() {
-   # Upstream's patchset
-   [[ -n ${UPSTREAM_VER} ]] && eapply "${WORKDIR}"/patches-upstream
-
-   

[gentoo-commits] repo/gentoo:master commit in: media-radio/tucnak/

2021-07-14 Thread Thomas Beierlein
commit: f7fedfa29faa8f98179648e0993f6efd78c8aba5
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Jul 15 05:26:20 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Jul 15 05:26:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fedfa2

media-radio/tucnak: Version bump

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

 media-radio/tucnak/Manifest   |  1 +
 media-radio/tucnak/tucnak-4.30.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/media-radio/tucnak/Manifest b/media-radio/tucnak/Manifest
index 157083d4e1e..91120b5fb0a 100644
--- a/media-radio/tucnak/Manifest
+++ b/media-radio/tucnak/Manifest
@@ -1,2 +1,3 @@
 DIST tucnak-4.28.tar.gz 3592213 BLAKE2B 
24a6a381367b823e24584541c56b4d34bfeab883cf6e488a42f20fe0f05d79432017f82c10702bd97cdb9a2454129410bfc3a894803ea3aaea8dad11029c702e
 SHA512 
c5186ba331a0127d14f637548c738482ee3050749135404dd93d636c392e1e3b5032b1c92941b22548095d3b3131cc0768f71061feed532c40c8ff1e8a06cea7
 DIST tucnak-4.29.tar.gz 3593562 BLAKE2B 
8469485e8262bf6fe83b22e8a3049bdfa519d8d9d8bfadb5be7068352ce8b6bf35cd4fb070fc9d337b06ca8d241645d9f8b978ce71263b89ea60a855567c7de7
 SHA512 
b938a62b5691e886903e0f876b4f2a387b1f3311cd179112202cfce12684bebeed9090ae9fcfafbab859162b6c992fa33481a2e9462b5b50dd59e2f9e10f1000
+DIST tucnak-4.30.tar.gz 3594691 BLAKE2B 
41ea3469ebd7ab4a50805c2806289c78ec4fe2ab28b3fea0301e486c9b9232a86b3c93ed26dc1ffc3dc531b69acb847f5cfe66b48ea2579d702d0a5427387d79
 SHA512 
dd840295c69c2a42ab2ac803444684e06bbf4f47623f9200832f2600bf4540817e2e375ffd1e1dcb6bb57743991396eea7f99a79182397d22dcb78adcf98f500

diff --git a/media-radio/tucnak/tucnak-4.30.ebuild 
b/media-radio/tucnak/tucnak-4.30.ebuild
new file mode 100644
index 000..74d1b35b9c8
--- /dev/null
+++ b/media-radio/tucnak/tucnak-4.30.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic multilib
+
+DESCRIPTION="Amateur Radio VHF Contest Logbook"
+HOMEPAGE="http://tucnak.nagano.cz;
+SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa fftw gpm hamlib suid"
+
+RDEPEND="dev-libs/glib:2
+   dev-libs/libzia
+   media-libs/libsndfile
+   >=media-libs/libsdl-1.2
+   alsa? ( media-libs/alsa-lib )
+   fftw? ( sci-libs/fftw:3.0 )
+   gpm? ( sys-libs/gpm )
+   hamlib? ( media-libs/hamlib:= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   eapply_user
+   # fix destop file
+   sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || 
die
+   # fix doc install path
+   sed -i -e "s/docsdir/# docsdir/" \
+   -e "s/docs_DATA =/# docs_DATA/" \
+   -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am 
|| die
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf $(use_with alsa) \
+   $(use_with gpm) $(use_with hamlib) \
+   $(use_with fftw fftw3)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog doc/NAVOD.pdf
+   if use suid ; then
+   fperms 4711 /usr/bin/soundwrapper
+   fi
+}
+
+pkg_postinst() {
+   elog "In order to use sound with tucnak add yourself to the 'audio' 
group"
+   elog "and to key your rig via the parport add yourself to the 'lp' 
group"
+   elog ""
+   elog "tucnak can be used with the following additional packages:"
+   elog " media-radio/cwdaemon  : Morse output via code cwdaemon"
+   elog " (No need to recompile)"
+   if use suid ; then
+   ewarn "You have choosen to install the little helper program 
'soundwrapper'"
+   ewarn "setuid by setting USE=suid. That helper is only needed 
if you"
+   ewarn "want to use morse sidetone output via the PC speaker."
+   ewarn ""
+   ewarn "While the helper should be safe by design be aware that 
setting"
+   ewarn "any program setuid is a security risk."
+   fi
+}



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

2021-07-14 Thread Thomas Beierlein
commit: 35d410fe265b3f9428c7ffd8d291949624c7aa39
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Jul 15 05:23:08 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Jul 15 05:23:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d410fe

dev-libs/libzia: Version bump

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

 dev-libs/libzia/Manifest   |  1 +
 dev-libs/libzia/libzia-4.30.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libzia/Manifest b/dev-libs/libzia/Manifest
index 67226d0bed1..ec3993eb496 100644
--- a/dev-libs/libzia/Manifest
+++ b/dev-libs/libzia/Manifest
@@ -1,2 +1,3 @@
 DIST libzia-4.28.tar.gz 634470 BLAKE2B 
1d75f761b171e5b6b34b58b80588b00a13d6ed041d8eee8bbda98ea6b9c381b98f386f653fbdaa75b3119f0701cdd1c25234863a6c5ec608c935dcbae2bf6463
 SHA512 
12a8013db5db531e22cbe9c3f2e1ddc2c31696e47f527880772933042f8ccb60cd03abd9ef865c4b4344c8efe88e9f275cea4b2c0c07fe6321ef31c9a77b0307
 DIST libzia-4.29.tar.gz 633172 BLAKE2B 
418ce8eb6a034979948f284e5153c7cb903647e0e4776210d98a4d78c01a6147701c0be6afd21067a918ab91426cff3710cddfbdb8d4828da361c92fa71c987c
 SHA512 
f487fb36faab0c96cb75ccbb3ce6cd51732648beb07d67a128402da294f40fe0b65be6be49debd2b3bd78aa578c5c797aaad9dc4beac92a0474442cc
+DIST libzia-4.30.tar.gz 633287 BLAKE2B 
7ca2fa4eb4e887e77658dc66b455ab830da31634a121d2fc58ec4e038a62d09d2c392ca70dbe7df3740592d82e9861086f398d82fba1af8e4d6066c395dca3fd
 SHA512 
ba04206427c6bfd63c4799e2728fd5487a75757a42281daf87c8aee87d3c685e5fa60a0c77409fa774e4fddaaa3336f96bce002e88e6ad54f9af2c2cc939b9fa

diff --git a/dev-libs/libzia/libzia-4.30.ebuild 
b/dev-libs/libzia/libzia-4.30.ebuild
new file mode 100644
index 000..b085977f409
--- /dev/null
+++ b/dev-libs/libzia/libzia-4.30.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Platform abstraction code for tucnak package"
+HOMEPAGE="http://tucnak.nagano.cz;
+SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ftdi"
+
+RDEPEND="dev-libs/glib:2
+   x11-libs/gtk+:2
+   media-libs/libsdl
+   media-libs/libpng:0
+   ftdi? ( dev-embedded/libftdi:1 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+MAKEOPTS+=" -j1"
+
+src_prepare() {
+   eapply_user
+   sed -i -e "s/docsdir/#docsdir/g" \
+   -e "s/docs_/#docs_/g" Makefile.am || die
+
+   # Fix QA-Warning "QA Notice: pkg-config files with wrong LDFLAGS 
detected"
+   sed -i -e 's/@LDFLAGS@//' libzia.pc.in || die
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with ftdi) --with-sdl \
+   --with-png --without-bfd \
+   --disable-static
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] proj/releng:master commit in: tools/

2021-07-14 Thread Georgy Yakovlev
commit: 157cb56b9b26cf1955bc0b1357cae33753588985
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul 15 04:31:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul 15 04:31:36 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=157cb56b

tools/catalyst-auto-ppc64le.conf: symlink latest power9le stages

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

 tools/catalyst-auto-ppc64le.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index 8fd6681c..451162d3 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -24,7 +24,7 @@ update_symlinks() {
local d f t
for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,musl-hardened} 
; do
pushd "${d}" >/dev/null
-   for t in ppc64le; do
+   for t in ppc64le power9le; do
for f in $(ls stage3-${t}-*xz | grep -v latest | 
give_latest_from_dates) ; do
local of=$(echo "${f}" | convert_filename)
ln -sf "${f}" "${of}"



[gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/

2021-07-14 Thread Georgy Yakovlev
commit: 48857a09de03bd70980493d30da9641903bcf3f7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul 15 03:51:57 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul 15 03:51:57 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=48857a09

releases/specs/ppc/ppc64le/installcd-stage1.spec: use correct stage3
name

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

 releases/specs/ppc/ppc64le/installcd-stage1.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/specs/ppc/ppc64le/installcd-stage1.spec 
b/releases/specs/ppc/ppc64le/installcd-stage1.spec
index 96ee8281..dea5e731 100644
--- a/releases/specs/ppc/ppc64le/installcd-stage1.spec
+++ b/releases/specs/ppc/ppc64le/installcd-stage1.spec
@@ -4,7 +4,7 @@ target: livecd-stage1
 rel_type: default
 profile: default/linux/ppc64le/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-ppc64le-@TIMESTAMP@
+source_subpath: default/stage3-ppc64le-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/isos
 



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

2021-07-14 Thread Sam James
commit: 20a5cf39860d7887dd5d8fd497482f3605f705d6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 03:45:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 03:45:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a5cf39

net-analyzer/wireshark: drop Python 3.7

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

 net-analyzer/wireshark/wireshark-3.4.6.ebuild | 2 +-
 net-analyzer/wireshark/wireshark-3.4.7.ebuild | 2 +-
 net-analyzer/wireshark/wireshark-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-3.4.6.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.6.ebuild
index 5e3828b5721..234f7872444 100644
--- a/net-analyzer/wireshark/wireshark-3.4.6.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.4.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..2} )
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
 

diff --git a/net-analyzer/wireshark/wireshark-3.4.7.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
index 32f8fdef83b..7fd9e324e1a 100644
--- a/net-analyzer/wireshark/wireshark-3.4.7.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..2} )
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
 

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index 32f8fdef83b..7fd9e324e1a 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..2} )
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
 



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

2021-07-14 Thread Sam James
commit: af4f245fdcd664de8c138550d217e8fbc0fb
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 03:44:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 03:44:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4f

net-analyzer/wireshark: add 3.4.7

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

 net-analyzer/wireshark/Manifest   |   1 +
 net-analyzer/wireshark/wireshark-3.4.7.ebuild | 278 ++
 2 files changed, 279 insertions(+)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 4d1d537c8d0..2acde013645 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1 +1,2 @@
 DIST wireshark-3.4.6.tar.xz 32304604 BLAKE2B 
17eb721dd56482e856b10bfb19b3e3f61b9ce4b285415dedcac0b03114969a672b11b975fe2c8c5a56656dc07d744413c3019a2fc38cefa954e735f3cc1162f8
 SHA512 
eac358bb6457ba704db364a8a8431652e8427f17f5a69d92195fe00afb8db028b92a6a36e216ee5f692621b1ad35ea2f6cebdb08076f091e76a04e048192b89d
+DIST wireshark-3.4.7.tar.xz 32311140 BLAKE2B 
0a6112ed667739935417350660e31d64747cb81295db058e0a27c38387b2ed2b9806f8d61925c262d531fb96d87e230d1cd5d511ae0bdba973373835bf5d7bc5
 SHA512 
26546828d26f0fef1021ae9fccf5c3f1d7cb3bd05ce63ec37259a1938546ec427415d542fe985c11f95055f7677a19b010be57c7082848714b1755565f092ed0

diff --git a/net-analyzer/wireshark/wireshark-3.4.7.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
new file mode 100644
index 000..32f8fdef83b
--- /dev/null
+++ b/net-analyzer/wireshark/wireshark-3.4.7.ebuild
@@ -0,0 +1,278 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..2} )
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
+
+DESCRIPTION="A network protocol analyzer formerly known as ethereal"
+HOMEPAGE="https://www.wireshark.org/;
+
+if [[ ${PV} == ** ]] ; then
+   EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
+   inherit git-r3
+else
+   
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
+   S="${WORKDIR}/${P/_/}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon"
+IUSE+=" +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb"
+IUSE+=" +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt"
+IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
+IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
+
+CDEPEND="
+   acct-group/pcap
+   >=dev-libs/glib-2.32:2
+   >=net-dns/c-ares-1.5
+   dev-libs/libgcrypt:0
+   bcg729? ( media-libs/bcg729 )
+   brotli? ( app-arch/brotli )
+   ciscodump? ( >=net-libs/libssh-0.6 )
+   filecaps? ( sys-libs/libcap )
+   http2? ( net-libs/nghttp2 )
+   ilbc? ( media-libs/libilbc )
+   kerberos? ( virtual/krb5 )
+   libxml2? ( dev-libs/libxml2 )
+   lua? ( ${LUA_DEPS} )
+   lz4? ( app-arch/lz4 )
+   maxminddb? ( dev-libs/libmaxminddb )
+   minizip? ( sys-libs/zlib[minizip] )
+   netlink? ( dev-libs/libnl:3 )
+   opus? ( media-libs/opus )
+   pcap? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   x11-misc/xdg-utils
+   )
+   sbc? ( media-libs/sbc )
+   sdjournal? ( sys-apps/systemd )
+   smi? ( net-libs/libsmi )
+   snappy? ( app-arch/snappy )
+   spandsp? ( media-libs/spandsp )
+   sshdump? ( >=net-libs/libssh-0.6 )
+   ssl? ( net-libs/gnutls:= )
+   zlib? ( sys-libs/zlib )
+   zstd? ( app-arch/zstd )
+"
+# We need perl for `pod2html`. The rest of the perl stuff is to block older
+# and broken installs. #455122
+DEPEND="
+   ${CDEPEND}
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   dev-lang/perl
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   dev-ruby/asciidoctor
+   )
+   qt5? (
+   dev-qt/linguist-tools:5
+   )
+   test? (
+   dev-python/pytest
+   dev-python/pytest-xdist
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   qt5? ( virtual/freedesktop-icon-theme )
+   selinux? ( sec-policy/selinux-wireshark )
+"
+REQUIRED_USE="
+   lua? ( ${LUA_REQUIRED_USE} )
+   plugin-ifdemo? ( plugins )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.6.0-redhat.patch
+   "${FILESDIR}"/${PN}-3.4.2-cmake-lua-version.patch
+   "${FILESDIR}"/${PN}--ui-needs-wiretap.patch
+)
+
+pkg_setup() {

[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/

2021-07-14 Thread Ionen Wolkens
commit: 5588bb3da1bc7b74068b7a3d3416e23ae871eb79
Author: Christopher Byrne  gmail  com>
AuthorDate: Wed Jul 14 15:23:57 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul 15 01:48:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5588bb3d

app-crypt/tpm2-tools: Add missing test dependency

Closes: https://bugs.gentoo.org/802120
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Christopher Byrne  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21644
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild 
b/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild
index 9dde2c97d8e..fb7168bfb2f 100644
--- a/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild
+++ b/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild
@@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
app-crypt/swtpm
app-crypt/tpm2-abrmd
app-editors/vim-core
+   dev-tcltk/expect
dev-util/cmocka
dev-python/pyyaml
)"



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

2021-07-14 Thread Sam James
commit: 10e3a3d4e824dbf51421c350f6433f74d77fd353
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 00:11:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 00:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e3a3d4

profiles/features/musl/package.mask: fix mask order

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

 profiles/features/musl/package.mask | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 2539c475508..afb5ebda7f3 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -44,6 +44,13 @@ dev-libs/elfutils
 # Linux debugger needs a port to musl.
 app-emulation/dosemu
 
+# Mikle Kolyada  (2020-03-20)
+# No source builds for musl
+app-emulation/firecracker
+
+# Old undated blocks of masks
+#
+
 sys-libs/uclibc-ng
 sys-libs/glibc
 
@@ -55,8 +62,8 @@ sys-fs/udev
 # systemd sources fail to build without glibc
 sys-boot/systemd-boot
 
-# Ian Stakenvicius, 2017-06-14
-# on behalf of mozi...@gentoo.org
+# Ian Stakenvicius  (2017-06-14)
+# (on behalf of )
 # Mask firefox-54 and above as it requires rust
 # now, and rust reportedly will not build yet.
 >=www-client/firefox-54.0
@@ -65,7 +72,3 @@ sys-boot/systemd-boot
 dev-lang/rust-bin
 mail-client/thunderbird-bin
 www-client/firefox-bin
-
-# Mikle Kolyada  (2020-03-20)
-#  No source builds for musl
-app-emulation/firecracker



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

2021-07-14 Thread Sam James
commit: 82243ce836232cb9e4f7265208a8b0e2aea26b3e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 00:00:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 00:00:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82243ce8

app-admin/apache-tools: Stabilize 2.4.48-r1 arm, #795231

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

 app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
index 9c515ffb38a..c808fc3ae5c 100644
--- a/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
 IUSE="ssl"
 RESTRICT="test"
 



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

2021-07-14 Thread Sam James
commit: f3fe7da4ca80dc42ea1be26ea88b2badbb2549fb
Author: Hank Leininger  korelogic  com>
AuthorDate: Wed Jul 14 22:22:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 14 23:55:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fe7da4

profiles/features/musl/package.mask: mask net-misc/netkit-rsh, bug #715898

Signed-off-by: Hank Leininger  korelogic.com>
Closes: https://bugs.gentoo.org/715898
Closes: https://github.com/gentoo/gentoo/pull/21645
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index d8d887a8fe5..2539c475508 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Hank Leininger  (2021-07-14)
+# Uses glibc-specific rexec(3) function, bug #715898
+net-misc/netkit-rsh
+
 # Andreas K. Hüttel  (2021-07-14)
 # Mask the libxcrypt-based virtual
 ~virtual/libcrypt-2



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

2021-07-14 Thread Sam James
commit: fd7faae632419aec1daa94b3396619cb99ce5262
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 00:00:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 00:00:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7faae6

www-servers/apache: Stabilize 2.4.48-r1 arm, #795231

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

 www-servers/apache/apache-2.4.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.48-r1.ebuild 
b/www-servers/apache/apache-2.4.48-r1.ebuild
index ba6572574d2..8012fad06ea 100644
--- a/www-servers/apache/apache-2.4.48-r1.ebuild
+++ b/www-servers/apache/apache-2.4.48-r1.ebuild
@@ -140,7 +140,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
 
 # FIXME! Move this to eclass once all ebuilds are EAPI-7
 RDEPEND+=" apache2_modules_lua? ( ${LUA_DEPS} )"



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

2021-07-14 Thread Sam James
commit: 328b160141feeb5306f45d1d07dba494b1313aeb
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 00:00:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 00:00:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328b1601

dev-vcs/fossil: Stabilize 2.16-r1 arm, #800638

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

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

diff --git a/dev-vcs/fossil/fossil-2.16-r1.ebuild 
b/dev-vcs/fossil/fossil-2.16-r1.ebuild
index 73ab8971fdb..a750a2526ae 100644
--- a/dev-vcs/fossil/fossil-2.16-r1.ebuild
+++ b/dev-vcs/fossil/fossil-2.16-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://fossil-scm.org/home/tarball/${MY_TAG}/fossil-src-${PV}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="debug fusefs json miniz system-sqlite +ssl static tcl tcl-stubs
  tcl-private-stubs th1-docs th1-hooks"
 



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

2021-07-14 Thread Marek Szuba
commit: c5ff312037a07683efb5513f26759fa3fd9b4fce
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 23:30:52 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 23:32:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ff3120

app-misc/mc: warn about test failures if executing them as UID 0

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

 app-misc/mc/mc-4.8.26-r3.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-misc/mc/mc-4.8.26-r3.ebuild b/app-misc/mc/mc-4.8.26-r3.ebuild
index 617d48716de..97a15d1bc05 100644
--- a/app-misc/mc/mc-4.8.26-r3.ebuild
+++ b/app-misc/mc/mc-4.8.26-r3.ebuild
@@ -87,6 +87,12 @@ src_configure() {
 }
 
 src_test() {
+   # Bug #759466
+   if ! has userpriv ${FEATURES} && [[ $(id -u) == 0 ]]; then
+   ewarn "You are emerging ${PN} as root with 'userpriv' 
disabled." \
+   "Expect some test failures, or emerge with 
'FEATURES=userpriv'!"
+   fi
+
# CK_FORK=no to avoid using fork() in check library
# as mc mocks fork() itself: bug #644462.
#



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/

2021-07-14 Thread Craig Andrews
commit: 8ccfcf86a60c9c660a50dada8a4266eb2abf413b
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 14 22:49:20 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 14 22:50:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccfcf86

media-plugins/kodi-pvr-iptvsimple: 7.6.9 version bump

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

 media-plugins/kodi-pvr-iptvsimple/Manifest |  1 +
 .../kodi-pvr-iptvsimple-7.6.9.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest 
b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 75c78bbc7af..e29119f7433 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -2,3 +2,4 @@ DIST kodi-pvr-iptvsimple-7.6.5.tar.gz 192388 BLAKE2B 
596622b1058c392656dc27fd0a1
 DIST kodi-pvr-iptvsimple-7.6.6.tar.gz 282395 BLAKE2B 
cdb3a98f9e727aad872f91a9f8784a797c0a87f6ce05ec0a21630b3912fc8a5b6548b94fcff58c35c62618c00bcedb8abcf45b7073afcd35dfde576034e75617
 SHA512 
7a927bed2e2121f3949a706cbd0f8085462f66dc8cfe3bfd686364cb8412f7feec53440054839ea2b6ac8bc124a15875112aff906c04c86d5867194e42875c30
 DIST kodi-pvr-iptvsimple-7.6.7.tar.gz 283836 BLAKE2B 
ac9a49ce09dfb02c5f69c57bbcfe2112fe7c68610e702c1690bf07398d53954512650294eb34d82cc3da037b6925beda4bb226ae55526c1a5837a97631b6e0e7
 SHA512 
ba9d70da83cb503f30027b2d57941f84a13b335596d085cc59a1dc61ce05e08735c6dd260fc17ac9175035a5928f211d045a8da462e323f6e9d7ed852eeede95
 DIST kodi-pvr-iptvsimple-7.6.8.tar.gz 288131 BLAKE2B 
db77ea4e2f374a714041a4bdc8d8a49458b05c3ee40a989039ed0087a6872c167da2fd56aea7e284290a1a0cb84a46e3e714e4bd803c6b3167c4741f3f99ae68
 SHA512 
19d884b1497e64bffae10e380b4536651c31d567d2857b665098aa576766f26c035be0e5ba3398cac04d376389e972530a795ae91b533fc87ea97e3f35532d27
+DIST kodi-pvr-iptvsimple-7.6.9.tar.gz 288485 BLAKE2B 
35c752b0f7ed10d8f6b452d074c576554d3e49a67e56076af1c2cb31037a02f9ca7b7cc86815c30c3aff17b2ce8b33eca1f0848b353f3cf30b51b6e288458183
 SHA512 
72316d784410284b2c53dc259b22498e871ea8d82c0b91a744ad100a5c511cf0dffef9952a6bca33adfe129d7f88a4cbae74659a8b1fa4037083283d2916f699

diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.9.ebuild 
b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.9.ebuild
new file mode 100644
index 000..36d5b715c65
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's IPTVSimple client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/pugixml
+   =media-tv/kodi-19*
+   sys-libs/zlib
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvbviewer/

2021-07-14 Thread Craig Andrews
commit: d1eca3e47d6346730f958835298cede4d1c9a95a
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 14 22:50:37 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 14 22:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1eca3e4

media-plugins/kodi-pvr-dvbviewer: 7.3.3 version bump

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

 media-plugins/kodi-pvr-dvbviewer/Manifest  |  1 +
 .../kodi-pvr-dvbviewer-7.3.3.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-dvbviewer/Manifest 
b/media-plugins/kodi-pvr-dvbviewer/Manifest
index 744804393c6..023e7083d50 100644
--- a/media-plugins/kodi-pvr-dvbviewer/Manifest
+++ b/media-plugins/kodi-pvr-dvbviewer/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-dvbviewer-7.0.0-Matrix.tar.gz 137286 BLAKE2B 
86ec3f7c41e48cf1f47a5
 DIST kodi-pvr-dvbviewer-7.1.0-Matrix.tar.gz 137334 BLAKE2B 
138a69d2ff824de1d51968c89d8426508a0d941d0196c93ad5ea488549cfd25654de3bee8ea3d580c863575fce38c431520267f6e0f6fd56a82e69e6a35a0d40
 SHA512 
4b4d7f195695d22250b09d40a1c071c89fa1be51ab2c0fcf007292d3276b1b3cd19892209474aaa9f6552339a084368860914ff200ee3907f3f94db75b65
 DIST kodi-pvr-dvbviewer-7.3.1-Matrix.tar.gz 143297 BLAKE2B 
937e4b6771a4a4248c4869f259ba77887ecff48ced59fb4c9258168b4b8c3798401c3452a3bfc75e130d969c1472998e871d54492ae8ae4879c44fb515c81ee8
 SHA512 
ce81ab7712e7e428eac8569fa866afb69401046d93f096331ad491ca71ee2f56064824719d994dfe1c28d3c9e29282d17a757b9c8e003e5ca7083b617e26c223
 DIST kodi-pvr-dvbviewer-7.3.2-Matrix.tar.gz 144213 BLAKE2B 
f17b9562d151411d57b1d236d4e7341e10e59be1ed3252d847e6b4d181967452ea5bc9e99b16a8ff7fa642f2d1def1521768373fd3b98e9482d9359c7223c6f8
 SHA512 
63c1a4994ca1bce99967950b75b3d1d8fd3aee643152cf15611e3b41cd159c5c5e255c4cfdee4c28abedc74c04c441fe7104040bc140eeb322289520c078c00b
+DIST kodi-pvr-dvbviewer-7.3.3-Matrix.tar.gz 144323 BLAKE2B 
a1e2f537b659f4530cf6693195ad56d4ee74a11e5d598461b9c6d4d1542ddbdb090b00f5d9b80a88a988779e57cea89483bdbcae024d979d7ab08d1039483a0e
 SHA512 
ec87de4800790ca6d67541335eac32472b3c4417d6e906d4f2fa6864389b2f7dcb114ffc5c1281e1047b8f7a819d4072725fc24f72a63b29181e9851b782b547

diff --git a/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-7.3.3.ebuild 
b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-7.3.3.ebuild
new file mode 100644
index 000..e9950f3e4f3
--- /dev/null
+++ b/media-plugins/kodi-pvr-dvbviewer/kodi-pvr-dvbviewer-7.3.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's DVBViewer client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.dvbviewer;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.dvbviewer.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.dvbviewer/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}-${CODENAME}.tar.gz"
+   S="${WORKDIR}/pvr.dvbviewer-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/tinyxml
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-filmon/

2021-07-14 Thread Craig Andrews
commit: 88963682acfa3f19e02125e0372ae2e8d8104c72
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jul 14 22:49:57 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul 14 22:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88963682

media-plugins/kodi-pvr-filmon: 6.1.2 version bump

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

 media-plugins/kodi-pvr-filmon/Manifest |  1 +
 .../kodi-pvr-filmon/kodi-pvr-filmon-6.1.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-pvr-filmon/Manifest 
b/media-plugins/kodi-pvr-filmon/Manifest
index 910ca5f84b9..7ca65e05938 100644
--- a/media-plugins/kodi-pvr-filmon/Manifest
+++ b/media-plugins/kodi-pvr-filmon/Manifest
@@ -1,3 +1,4 @@
 DIST kodi-pvr-filmon-5.1.0.tar.gz 111224 BLAKE2B 
8c65a7ed7bcd1846c0bf64ccf99111d8fdbd882a06a6045577d031fa68730ade691362f8b60105714e5ebe7f57e31d1e76927b1b505926b4fd7f3e99efc24983
 SHA512 
02ba24e23c44ae3000c4f41e90169ea1455678927c6de1fda1927c705bbb236ed06bd5ecd0da59f547f02afe7b695306f7282cdc5014816fd9e0f1922243b2fd
 DIST kodi-pvr-filmon-6.0.0.tar.gz 108084 BLAKE2B 
a30f73569fdea28d9c4beca1e605099e9ee4bdfc61c9c56e7c5089d26857cd67785bff0b7ac81916379d8ec825e2f1c1f870a9351bd49d24f35e7274777596ec
 SHA512 
c86f649a12fca13ba5aabcd3c4c37a75279646fd093f48aa20ed3d6a75ad1de0980daffd3aac4771581628974515351c8f9618f60b4b5ea6b66ad91ea6ba0f6d
 DIST kodi-pvr-filmon-6.1.1.tar.gz 109741 BLAKE2B 
bb5bae3f97e6722f501c3ed5f8873787568ec5397306580d46c2ba68847315fc07ba2156a789ad6f9d7a35edd4e05f7399389db6833800ed3f49a7a9c966d388
 SHA512 
435bdb66092a7c48093915bb4a70ad6fb266f6706d130d1be31e272b12ae1bedf0f42b57fa81385cbeec0f948b8a3664fc1a4ea590f5c179e74266a506f08631
+DIST kodi-pvr-filmon-6.1.2.tar.gz 52 BLAKE2B 
43a8dc37b45cff82b9bd753d95595a61901df03a9e7ddc8c028dee3192693609a1d6c6803969bc5186817779c55819f90b002aaea2c4e99026cbe216341cdce2
 SHA512 
96f767e55c0d2f9784886c2f3a2e8500e007060898cbf6d448b676c89723759da5172b185e9a5e34c21975379cc103cc3d6a95ba6b51b39af0c2a6333406a0b6

diff --git a/media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-6.1.2.ebuild 
b/media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-6.1.2.ebuild
new file mode 100644
index 000..cbcac25ff49
--- /dev/null
+++ b/media-plugins/kodi-pvr-filmon/kodi-pvr-filmon-6.1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Filmon client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.filmon;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.filmon.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Matrix"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.filmon/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.filmon-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   dev-libs/jsoncpp
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2021-07-14 Thread Marek Szuba
commit: 05d1277bc1b0513417a4cd8ca7e71ca04bb62934
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 21:59:27 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 22:44:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d1277b

dev-util/nvidia-cuda-toolkit: do not inherit cuda.eclass

These ebuilds use none of the functions or variables currently provided
by this eclass.

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

 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.2.89-r3.ebuild | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.1.1-r2.ebuild  | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.0-r3.ebuild  | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.2.ebuild | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.0-r1.ebuild  | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.1.ebuild | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.4.0.ebuild | 3 +--
 dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild  | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.2.89-r3.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.2.89-r3.ebuild
index 21d2753a4f4..9c782027dba 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.2.89-r3.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-10.2.89-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs cuda toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker
 
 MYD=$(ver_cut 1-2 ${PV})
 DRIVER_PV="440.33.01"
@@ -43,7 +43,6 @@ QA_PREBUILT="opt/cuda/*"
 CHECKREQS_DISK_BUILD="6800M"
 
 pkg_setup() {
-   # We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
 }
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.1.1-r2.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.1.1-r2.ebuild
index 771a4554268..c1df314703c 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.1.1-r2.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.1.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs cuda toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker
 
 DRIVER_PV="455.32.00"
 
@@ -38,7 +38,6 @@ QA_PREBUILT="opt/cuda/*"
 CHECKREQS_DISK_BUILD="6800M"
 
 pkg_setup() {
-   # We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
 }
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.0-r3.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.0-r3.ebuild
index 410206bcc48..4e8988a19e8 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.0-r3.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.0-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs cuda toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker
 
 DRIVER_PV="460.27.04"
 
@@ -39,7 +39,6 @@ CHECKREQS_DISK_BUILD="6800M"
 PATCHES=( "${FILESDIR}"/${P}-nsight-systems-launcher.patch )
 
 pkg_setup() {
-   # We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
 }
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.2.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.2.ebuild
index 401b2e52d4d..a4f5c24e3b1 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.2.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs cuda toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker
 
 DRIVER_PV="460.32.03"
 
@@ -37,7 +37,6 @@ QA_PREBUILT="opt/cuda/*"
 CHECKREQS_DISK_BUILD="6800M"
 
 pkg_setup() {
-   # We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
 }
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.0-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.0-r1.ebuild
index 426f5d471b9..3f17f8437a8 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.0-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs cuda toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker
 
 DRIVER_PV="465.19.01"
 
@@ -37,7 +37,6 @@ QA_PREBUILT="opt/cuda/*"
 CHECKREQS_DISK_BUILD="6800M"
 
 pkg_setup() {
-   # We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
 }
 

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.1.ebuild
index 60cb5fa59a9..73058bb4b3c 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit check-reqs cuda toolchain-funcs unpacker
+inherit check-reqs toolchain-funcs unpacker
 
 

[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2021-07-14 Thread Marek Szuba
commit: 023b13e88213bf2247c35960b590b598a17e68ac
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 22:42:54 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 22:45:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023b13e8

dev-util/nvidia-cuda-toolkit: update EAPI 6 -> 7

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

 .../nvidia-cuda-toolkit-9.2.88-r1.ebuild   | 26 +-
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild
index bf17569c9df..1fc2740c122 100644
--- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-9.2.88-r1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit check-reqs eutils toolchain-funcs unpacker versionator
+inherit check-reqs toolchain-funcs unpacker
 
-MYD=$(get_version_component_range 1-2)
+MYD=$(ver_cut 1-2 ${PV})
 DRIVER_PV="396.26"
 
 DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
@@ -18,8 +18,8 @@ KEYWORDS="-* ~amd64 ~amd64-linux"
 IUSE="debugger doc eclipse profiler"
 RESTRICT="bindist mirror"
 
-DEPEND=""
-RDEPEND="${DEPEND}
+BDEPEND=""
+RDEPEND="
=x11-drivers/nvidia-drivers-${DRIVER_PV}
debugger? (
@@ -96,7 +96,7 @@ src_install() {
done
 
dodir ${cudadir}
-   mv * "${ED%/}${cudadir}" || die
+   mv * "${ED}${cudadir}" || die
 
cat > "${T}"/99cuda <<- EOF || die
PATH=${ecudadir}/bin$(usex profiler ":${ecudadir}/libnvvp" "")
@@ -113,15 +113,19 @@ src_install() {
 
 pkg_postinst_check() {
local a b
-   a="$(version_sort $(cuda-config -s))"; a=( $a )
-   # greatest supported version
-   b="${a[${#a[@]}-1]}"
+   a="$(${EROOT}/opt/cuda/bin/cuda-config -s)"
+   b="0.0"
+   for v in $a; do
+   if ver_test "${v}" -gt "${b}"; then
+   b="${v}"
+   fi
+   done
 
# if gcc and if not gcc-version is at least greatest supported
if tc-is-gcc && \
-   ! version_is_at_least gcc-version ${b}; then
+   ver_test $(gcc-version) -gt ${b}; then
ewarn ""
-   ewarn "gcc >= ${b} will not work with CUDA"
+   ewarn "gcc > ${b} will not work with CUDA"
ewarn "Make sure you set an earlier version of gcc with 
gcc-config"
ewarn "or append --compiler-bindir= pointing to a gcc 
bindir like"
ewarn 
"--compiler-bindir=${EPREFIX}/usr/*pc-linux-gnu/gcc-bin/gcc${b}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-sdk/

2021-07-14 Thread Marek Szuba
commit: e9bb2213bb895e4a26c3e2a5a972c255d0d0af24
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 21:35:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 22:44:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bb2213

dev-util/nvidia-cuda-sdk: update EAPI 6 -> 7

...which should make those two old ebuilds actually usable now, seeing
as they both tried to call the long-gone cuda_pkg_setup().

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

 .../nvidia-cuda-sdk-8.0.61-r1.ebuild   | 29 --
 .../nvidia-cuda-sdk-9.2.88-r1.ebuild   | 29 --
 2 files changed, 22 insertions(+), 36 deletions(-)

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild
index 2ff4e6cb0a8..aae721c174c 100644
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild
+++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-8.0.61-r1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cuda epatch flag-o-matic portability toolchain-funcs unpacker 
versionator
+inherit cuda flag-o-matic portability toolchain-funcs unpacker
 
-MYD=$(get_version_component_range 1-2)
+MYD=$(ver_cut 1-2 ${PV})
 DRIVER_PV="375.26"
 
 DESCRIPTION="NVIDIA CUDA Software Development Kit"
@@ -25,11 +25,9 @@ RDEPEND="
media-libs/glew:0=
>=x11-drivers/nvidia-drivers-375.26[uvm(+)]
mpi? ( virtual/mpi )
-   )"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 RESTRICT="test"
 
@@ -49,15 +47,10 @@ src_unpack() {
unpacker run_files/cuda-samples*run
 }
 
-pkg_setup() {
-   if use cuda || use opencl; then
-   cuda_pkg_setup
-   fi
-}
-
 src_prepare() {
+   cuda_src_prepare
+
export RAWLDFLAGS="$(raw-ldflags)"
-#  epatch "${FILESDIR}"/${P}-asneeded.patch
 
local file
while IFS="" read -d $'\0' -r file; do
@@ -113,12 +106,12 @@ src_install() {
if use doc; then
ebegin "Installing docs ..."
while IFS="" read -d $'\0' -r f; do
-   treecopy "${f}" "${ED%/}"/usr/share/doc/${PF}/
+   treecopy "${f}" "${ED}"/usr/share/doc/${PF}/
done < <(find -type f \( -name 'readme.txt' -o -name 
'*.pdf' \) -print0)
 
while IFS="" read -d $'\0' -r f; do
-   docompress -x "${f#${ED%/}}"
-   done < <(find "${ED%/}"/usr/share/doc/${PF}/ -type f 
-name 'readme.txt' -print0)
+   docompress -x "${f#${ED}}"
+   done < <(find "${ED}"/usr/share/doc/${PF}/ -type f 
-name 'readme.txt' -print0)
eend
fi
 

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.2.88-r1.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.2.88-r1.ebuild
index 45e4d209861..60b72621e47 100644
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.2.88-r1.ebuild
+++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-9.2.88-r1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cuda flag-o-matic portability toolchain-funcs unpacker versionator
+inherit cuda flag-o-matic portability toolchain-funcs unpacker
 
-MYD=$(get_version_component_range 1-2)
+MYD=$(ver_cut 1-2 ${PV})
 DRIVER_PV="396.26"
 
 DESCRIPTION="NVIDIA CUDA Software Development Kit"
@@ -25,11 +25,9 @@ RDEPEND="
media-libs/glew:0=
>=x11-drivers/nvidia-drivers-396.24[uvm(+)]
mpi? ( virtual/mpi )
-   )"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 RESTRICT="test"
 
@@ -49,15 +47,10 @@ src_unpack() {
unpacker run_files/cuda-samples*run
 }
 
-pkg_setup() {
-   if use cuda || use opencl; then
-   cuda_pkg_setup
-   fi
-}
-
 src_prepare() {
+   cuda_src_prepare
+
export RAWLDFLAGS="$(raw-ldflags)"
-#  epatch "${FILESDIR}"/${P}-asneeded.patch
 
local file
while IFS="" read -d $'\0' -r file; do
@@ -113,12 +106,12 @@ src_install() {
if use doc; then
ebegin "Installing docs ..."
while IFS="" read -d $'\0' -r f; do
-   treecopy "${f}" "${ED%/}"/usr/share/doc/${PF}/
+   treecopy "${f}" "${ED}"/usr/share/doc/${PF}/
done < <(find -type f \( -name 'readme.txt' -o -name 
'*.pdf' \) -print0)
 
while IFS="" read -d $'\0' -r f; do
-   docompress -x "${f#${ED%/}}"
-   

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

2021-07-14 Thread Marek Szuba
commit: 45d83f6dfdeecffefc0939bc41bdf4ecf3685b1d
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 22:32:40 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 22:45:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d83f6d

sys-cluster/openmpi: update EAPI 6 -> 7

Interestingly enough both the newest and the *oldest* versions were
already EAPI 7, as the latter had been migrated to it directly from 5.

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

 sys-cluster/openmpi/openmpi-1.10.7.ebuild | 23 +--
 sys-cluster/openmpi/openmpi-2.0.4.ebuild  | 17 ++---
 sys-cluster/openmpi/openmpi-2.1.6.ebuild  | 20 ++--
 sys-cluster/openmpi/openmpi-3.0.4.ebuild  | 20 ++--
 sys-cluster/openmpi/openmpi-3.1.4.ebuild  | 20 ++--
 5 files changed, 53 insertions(+), 47 deletions(-)

diff --git a/sys-cluster/openmpi/openmpi-1.10.7.ebuild 
b/sys-cluster/openmpi/openmpi-1.10.7.ebuild
index 15fdb90992d..66292455600 100644
--- a/sys-cluster/openmpi/openmpi-1.10.7.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.10.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 FORTRAN_NEEDED=fortran
 
-inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs versionator 
multilib-minimal
+inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs 
multilib-minimal
 
 MY_P=${P/-mpi}
 S=${WORKDIR}/${MY_P}
@@ -29,7 +29,7 @@ IUSE_OPENMPI_OFED_FEATURES="
 
 DESCRIPTION="A high-performance message passing library (MPI)"
 HOMEPAGE="https://www.open-mpi.org;
-SRC_URI="https://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2"
+SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 
1-2)/downloads/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
@@ -160,30 +160,33 @@ multilib_src_install() {
# fortran header cannot be wrapped (bug #540508), workaround part 1
if multilib_is_native_abi && use fortran; then
mkdir "${T}"/fortran || die
-   mv "${ED}"usr/include/mpif* "${T}"/fortran || die
+   mv "${ED}"/usr/include/mpif* "${T}"/fortran || die
else
# some fortran files get installed unconditionally
-   rm "${ED}"usr/include/mpif* "${ED}"usr/bin/mpif* || die
+   rm \
+   "${ED}"/usr/include/mpif* \
+   "${ED}"/usr/bin/mpif* \
+   || die
fi
 }
 
 multilib_src_install_all() {
# From USE=vt see #359917
-   rm -rf "${ED}"usr/share/libtool &> /dev/null || die
+   rm -rf "${ED}"/usr/share/libtool &> /dev/null || die
 
# fortran header cannot be wrapped (bug #540508), workaround part 2
if use fortran; then
-   mv "${T}"/fortran/mpif* "${ED}"usr/include || die
+   mv "${T}"/fortran/mpif* "${ED}"/usr/include || die
fi
 
# Avoid collisions with libevent
-   rm -rf "${ED}"usr/include/event2 &> /dev/null || die
+   rm -rf "${ED}"/usr/include/event2 &> /dev/null || die
 
# Remove la files, no static libs are installed and we have pkg-config
find "${ED}" -name '*.la' -delete || die
 
if use java; then
-   local mpi_jar="${ED}"usr/$(get_libdir)/mpi.jar
+   local mpi_jar="${ED}"/usr/$(get_libdir)/mpi.jar
java-pkg_dojar "${mpi_jar}"
# We don't want to install the jar file twice
# so let's clean after ourselves.

diff --git a/sys-cluster/openmpi/openmpi-2.0.4.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.4.ebuild
index 39c9e2d..93c7bfd018c 100644
--- a/sys-cluster/openmpi/openmpi-2.0.4.ebuild
+++ b/sys-cluster/openmpi/openmpi-2.0.4.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 FORTRAN_NEEDED=fortran
 
-inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs versionator 
multilib-minimal
+inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs 
multilib-minimal
 
 MY_P=${P/-mpi}
 S=${WORKDIR}/${MY_P}
@@ -29,7 +29,7 @@ IUSE_OPENMPI_OFED_FEATURES="
 
 DESCRIPTION="A high-performance message passing library (MPI)"
 HOMEPAGE="https://www.open-mpi.org;
-SRC_URI="https://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2"
+SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 
1-2)/downloads/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux"
@@ -149,24 +149,27 @@ multilib_src_install() {
# fortran header cannot be wrapped (bug #540508), workaround part 1
if multilib_is_native_abi && use fortran; 

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

2021-07-14 Thread Marek Szuba
commit: b8eacc37f2be1ff2494a5e3e783e0126bac00f03
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 21:22:26 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 22:44:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8eacc37

dev-libs/starpu-1.2.6-r1: update EAPI 6 -> 7

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

 dev-libs/starpu/starpu-1.2.6-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/starpu/starpu-1.2.6-r1.ebuild 
b/dev-libs/starpu/starpu-1.2.6-r1.ebuild
index 858987550d0..641c60725b3 100644
--- a/dev-libs/starpu/starpu-1.2.6-r1.ebuild
+++ b/dev-libs/starpu/starpu-1.2.6-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 FORTRAN_STANDARD=90
 FORTRAN_NEEDED="fortran"
 inherit autotools cuda fortran-2 toolchain-funcs
@@ -33,8 +33,8 @@ RDEPEND="
valgrind? ( dev-util/valgrind )
 "
 
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
doc? ( app-doc/doxygen virtual/latex-base )
test? ( gcc-plugin? ( dev-scheme/guile ) )



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

2021-07-14 Thread Marek Szuba
commit: 1354ba08fde99f786a2edb5ebe8df89daa920e0e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 14 22:12:37 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 14 22:45:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1354ba08

sys-apps/hwloc-1.11.13: update EAPI 6 -> 7

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

 sys-apps/hwloc/hwloc-1.11.13.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild 
b/sys-apps/hwloc/hwloc-1.11.13.ebuild
index 151384ff11a..e6046bb1b54 100644
--- a/sys-apps/hwloc/hwloc-1.11.13.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal toolchain-funcs
+inherit autotools cuda flag-o-matic multilib-minimal toolchain-funcs
 
 MY_PV=v$(ver_cut 1-2)
 
@@ -32,8 +32,8 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
plugins? ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] )
numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )
xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" )
 DOCS=( AUTHORS NEWS README VERSION )



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

2021-07-14 Thread Michał Górny
commit: b9bdd4bd7855a96cbd822344507f11c8df8acb24
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:48:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:48:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bdd4bd

dev-python/google-auth: Bump to 1.33.0

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

 dev-python/google-auth/Manifest  |  1 +
 dev-python/google-auth/google-auth-1.33.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 6196fb73735..06418480ac7 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,2 +1,3 @@
 DIST google-auth-1.30.2.tar.gz 169368 BLAKE2B 
c01191313b4bd7ffdc62fbca20aeadcb01fcb1f26e4c11504f88c2582b9a3dca10046edd5d2fe88c98980fb09e4d68da99bf0b8b5692abcf5271994515f91765
 SHA512 
f133ef403f8a3c92437055f2fd0e5f607199a0bfd9a76a44075a9be8ec16c4d4822d58d85fa52ade4c448e11cb6822f7e8da03ab72f3dddfb811c8d7a846f841
 DIST google-auth-1.32.1.tar.gz 171621 BLAKE2B 
e82f4666a38d3dbaa4aa4a4d5192afb711471432c0dcca44b1a1c52fa2171f1de0d7ffd8a7a6d5dc6dbc3a1dec16becabb26306a9ba3b3fd0998584dd1194cc6
 SHA512 
968c16c7fc5c8c589a94e24139c319ec7f2791b021d6240156d398d4795e6afee8e46591c4aa44457de6f98ca14e8edcb055fb3a02914b43ba5fab74a03d9fc6
+DIST google-auth-1.33.0.tar.gz 178385 BLAKE2B 
7d98afcd3a1dfc12a2af48297188c10f9618483ebdeeb8f7e02fca59d6255210a64b4917507a4525a3d6838198035fd827a1276da2a1f06169e83d1ca75fb485
 SHA512 
19da14b89cac28cf824f258d3dc662cbf40f4227e840594148c7ea3a6640dc00f06653c1b29846a9569d938a0fa307aff1c8425c015ab46d276485210eeb1227

diff --git a/dev-python/google-auth/google-auth-1.33.0.ebuild 
b/dev-python/google-auth/google-auth-1.33.0.ebuild
new file mode 100644
index 000..2bb9e016a99
--- /dev/null
+++ b/dev-python/google-auth/google-auth-1.33.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://github.com/googleapis/google-auth-library-python/
+   https://pypi.org/project/google-auth/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/namespace-google[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
+   "
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/oauth2client[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2021-07-14 Thread Michał Górny
commit: 5ed98db1ee1f9417f92bc0642ae689fe0b0856ff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:54:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:54:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed98db1

dev-python/testtools: Bump to 2.5.0

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

 dev-python/testtools/Manifest   |  1 +
 dev-python/testtools/testtools-2.5.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/testtools/Manifest b/dev-python/testtools/Manifest
index 67fc1122ae2..5e305b71344 100644
--- a/dev-python/testtools/Manifest
+++ b/dev-python/testtools/Manifest
@@ -1 +1,2 @@
 DIST testtools-2.4.0.tar.gz 233032 BLAKE2B 
8b0559039bfc5e18dfe8d70cc10f6e43ad2e1fbebf7d20d9c6c876c5672a6149064f558150d8eb09f569b82983ffe67e06143b14a1d8869efcc585839d6216ae
 SHA512 
af26e163a4caeb207a554b19f86c7892ab5ebe904c144d85273464e880cd18a991c70a77ff817aefb15768fa38f382e9ed853cdefb212dc697b24072e17535c0
+DIST testtools-2.5.0.tar.gz 235399 BLAKE2B 
62d62cd12f19eb3fad419dc06e7f0152bf8f70a9f60927b1d791f2905b34e13199ceac93b3d30735acae2c5db1e8554cc5a7f6c8588d1f05fb213c424e90a12b
 SHA512 
6adbf9e90f0647a44130e99cd94e4c0cbfab3a1b5c28b6bb124d061defe69d8043186cfe554099936effe16a6b07d59927bfeb6820f5a0fb34970ff243030fd4

diff --git a/dev-python/testtools/testtools-2.5.0.ebuild 
b/dev-python/testtools/testtools-2.5.0.ebuild
new file mode 100644
index 000..ef5d0f959a0
--- /dev/null
+++ b/dev-python/testtools/testtools-2.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions to the Python standard library unit testing framework"
+HOMEPAGE="https://github.com/testing-cabal/testtools;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   >=dev-python/extras-1.0.0[${PYTHON_USEDEP}]
+   dev-python/python-mimeparse[${PYTHON_USEDEP}]
+   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   >=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
+   dev-python/testscenarios[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND=">=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx doc
+distutils_enable_tests unittest
+
+python_test() {
+   "${PYTHON}" -m testtools.run testtools.tests.test_suite ||
+   die "tests failed under ${EPYTHON}"
+}



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

2021-07-14 Thread Michał Górny
commit: f210af821661f51331a169ea630b94e4e4475b44
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 22:05:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 22:05:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f210af82

dev-python/tox: Bump to 3.24.0

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

 dev-python/tox/Manifest  |  1 +
 dev-python/tox/tox-3.24.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 4f37b818d4c..07b0397c700 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1 +1,2 @@
 DIST tox-3.23.1.tar.gz 303896 BLAKE2B 
d59160035a6412a69f9434bfb5b2b27aa9a2ebd5344b4898b677dac15dc91ab94feca67b8edde4c0ba68c8a6a12fa885091d82a088439257e9393a99e77ade88
 SHA512 
ec5daf106287b265d1abec8465df8ad053ecf59876038a7cb419a57e22373809e50f8131736762dc485f559363b1878abb49d909e7b6952b2e49eea77c193281
+DIST tox-3.24.0.tar.gz 304960 BLAKE2B 
5f6256d27d75651929f2d4d511f6137f20c71ab44c57e5b908c0ba92d5d7998ad5df69bd937a963bdf27625eefb222b9be2c7dffbf44684092ef345f4e33d0ba
 SHA512 
94879cb65c1d41cfca02b23c7d540b93f5d3667ce72135969c584f09e00e3a246d80851f7cefad1e199f0a56c526e4ffa31c2938428b6632a38ad72388925dcd

diff --git a/dev-python/tox/tox-3.24.0.ebuild b/dev-python/tox/tox-3.24.0.ebuild
new file mode 100644
index 000..4fb372991c7
--- /dev/null
+++ b/dev-python/tox/tox-3.24.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox 
https://pypi.org/project/tox/;
+SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+# doc disabled because of missing deps in tree
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/filelock[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
+   ' pypy3)
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/py[${PYTHON_USEDEP}]
+   >=dev-python/six-1.14[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
+# TODO: figure out how to make tests work without the package being
+# installed first.
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )"
+
+src_configure() {
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}
+
+python_test() {
+   local deselect=(
+   # broken without Internet
+   
tests/unit/session/test_provision.py::test_provision_non_canonical_dep
+   
tests/integration/test_provision_int.py::test_provision_interrupt_child
+
+   # expects python2 to exist
+   
tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
+   )
+
+   [[ ${EPYTHON} != pypy3 ]] && deselect+=(
+   # TODO?
+   
tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
+
+   # broken without tox installed first
+   # TODO: why it can't import itself?
+   
tests/integration/test_parallel_interrupt.py::test_parallel_interrupt
+   )
+
+   distutils_install_for_testing --via-venv
+   epytest --no-network ${deselect[@]/#/--deselect }
+}



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

2021-07-14 Thread Michał Górny
commit: f3c18fb2ba7d81833d719458136e3e20ddb5b927
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:59:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:59:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c18fb2

dev-python/sphinx: Bump to 4.1.1

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

 dev-python/sphinx/Manifest|   1 +
 dev-python/sphinx/sphinx-4.1.1.ebuild | 131 ++
 2 files changed, 132 insertions(+)

diff --git a/dev-python/sphinx/Manifest b/dev-python/sphinx/Manifest
index dbbe37102cb..cbdd4e53545 100644
--- a/dev-python/sphinx/Manifest
+++ b/dev-python/sphinx/Manifest
@@ -1,3 +1,4 @@
 DIST Sphinx-3.5.4.tar.gz 5911093 BLAKE2B 
8740714dfaf3733bf57d0b277315b4e7b5cad86247ea30dcbc4f5dadf5f5169329050b7be43ec8625c47df9dcc19afcc6c4d782725c7007f8178b7eb7be7dc05
 SHA512 
853379f3b0496772846be9beb072c2c8a69ff899ffe4c6435b448ea639a32138c61403f9c14f62f4f78b2e526a2ee7c05b4196eabdeee37bcae6aa98df992125
 DIST Sphinx-4.0.3.tar.gz 6164298 BLAKE2B 
60726ed4cc4f92910bcfff20dde09beef89e4c171b6f12a327e981df8fa6569a901c0b8e994cd66263b87056548f9f966a2e3049341447ad28797bf120a42a70
 SHA512 
8dd561b220779efb4cf779f46b342a298f18bfeb7670e0485ba8fcae7a03b2bd30368b441237ed597e1d8f001e35bae13a7d4d44d6921a4fa1b8a7804a5850c7
 DIST Sphinx-4.1.0.tar.gz 6302885 BLAKE2B 
7e2eafa236173c0fe7d761d1692ff8bb0c12ad8fae2894e2088fff0415d085a3ea652c59d4efc94788829c4261cbee161d85a5c35d6a282fb1a201f658425bb7
 SHA512 
482378b85b51e74bc2c841bc5ac7b7d5a0034b28e62d36182972439a1e48ce5faaa82e6c3daa35ff6a3f1b1ed1c4187564c77806e6d1804dae0f2c24262adbe6
+DIST Sphinx-4.1.1.tar.gz 6373009 BLAKE2B 
dd19089149d626a0a65af4ff1cd8acf5a5ea8d00b6c940d2d7c5e1c459ae37d993d82652114b9144a80971275a6e346942dce9a6a3798220dc77e0f88d8fc2e1
 SHA512 
6250fa568f9952471f3cb433a1e7a053c779540c0c049d0e0bad4f2b754935f8c9f351a297349bc15f1dcb4b152a550771f2f381b2eee92a68759e034fce23c4

diff --git a/dev-python/sphinx/sphinx-4.1.1.ebuild 
b/dev-python/sphinx/sphinx-4.1.1.ebuild
new file mode 100644
index 000..4a19323cee9
--- /dev/null
+++ b/dev-python/sphinx/sphinx-4.1.1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python documentation generator"
+HOMEPAGE="https://www.sphinx-doc.org/
+   https://github.com/sphinx-doc/sphinx;
+SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
+S=${WORKDIR}/${P^}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc latex"
+
+RDEPEND="
+   =dev-python/Babel-1.3[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/imagesize[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-applehelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-devhelp[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-jsmath[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-htmlhelp-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-serializinghtml-1.1.5[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   latex? (
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )"
+BDEPEND="
+   doc? (
+   dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+   )
+   test? (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   virtual/imagemagick-tools[jpeg,png,svg]
+   dev-texlive/texlive-fontsextra
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-luatex
+   app-text/dvipng
+   )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.2.1-doc-link.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # disable internet access
+   sed -i -e 's:^intersphinx_mapping:disabled_&:' \
+   doc/conf.py || die
+
+   # remove unnecessary upper bounds
+   sed -e '/Jinja2/s:,<3.0::' \
+   -e '/MarkupSafe/s:<2.0::' \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   distutils-r1_python_compile
+
+   # Generate the grammar. It will be caught by install somehow.
+   # Note that the tests usually do it for us. However, I don't want
+   # to trust USE=test really running all the tests, especially
+   # with FEATURES=test-fail-continue.
+   

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

2021-07-14 Thread Michał Górny
commit: dceb74382de0d14e9cd4d7531f45e9022eeb83fb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:57:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:57:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dceb7438

dev-python/stripe: Bump to 2.60.0

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

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

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index 782c3c6c220..417b673f68f 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-2.58.0.tar.gz 216926 BLAKE2B 
398b16ddab4050373ba5d7da3c8404b85b88d50749a5c3ce2e1704dbe04cdb99abc90b6c8837afbc3e086551e8dfa72baa3a5e68edf2ebb4e30aff157fb3ce8c
 SHA512 
eee6154384fae69632e5e9ae7f972d97915b07da85c9f1af3849f5b9fea1e6f291c3d3e5b0e319c0d6dc0c035fec167f7711f650032016d3eb4709b333f3d5b7
 DIST stripe-2.59.0.tar.gz 219952 BLAKE2B 
f59d7e7f7c03f620dd2f43b5678208d72de0f947bf748c9c41d6782a6b01450a0547ddd5972a731fd1b8187479e1b813f890993ae097ec8c32acd4691256a4c3
 SHA512 
f27ed8457d1097aac43aaddaf39b8d1d9df25e837160407edea354b2fa8faf122ed86a9d36583ff56885e22663b230ee63af04baab0edad2711f3c691c8de51c
+DIST stripe-2.60.0.tar.gz 219649 BLAKE2B 
208826e62560f6e9acb5016cecae4f3128106d562f8b5de6caa106179f6991376bacd679ab4cd61a973a60f68a84aebb673d17c1ca8d10541c2ab4a1e761da0e
 SHA512 
eaae2356ed83285713be6396c071b8f5761ad0ff651691b1560b06bca190a5c5df3659182e5a25e8d286257046162f32755854f0e382a280cb63180478114502

diff --git a/dev-python/stripe/stripe-2.60.0.ebuild 
b/dev-python/stripe/stripe-2.60.0.ebuild
new file mode 100644
index 000..b8c67ae0502
--- /dev/null
+++ b/dev-python/stripe/stripe-2.60.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Stripe python bindings"
+HOMEPAGE="https://github.com/stripe/stripe-python;
+SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-util/stripe-mock-0.109.0
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   net-misc/curl
+   )
+"
+
+distutils_enable_tests pytest
+
+DOCS=(LONG_DESCRIPTION.rst CHANGELOG.md README.md)
+
+src_test() {
+   local stripe_mock_port=12111
+   local stripe_mock_max_port=12121
+   local stripe_mock_logfile="${T}/stripe_mock_${EPYTHON}.log"
+   # Try to start stripe-mock until we find a free port
+   while [[ "${stripe_mock_port}" -le "${stripe_mock_max_port}" ]]; do
+   ebegin "Trying to start stripe-mock on port ${stripe_mock_port}"
+   stripe-mock --http-port ${stripe_mock_port} &> 
"${stripe_mock_logfile}" &
+   local stripe_mock_pid=$!
+   sleep 2
+   # Did stripe-mock start?
+   curl --fail -u "sk_test_123:" \
+   http://127.0.0.1:${stripe_mock_port}/v1/customers &> 
/dev/null
+   eend $? "Port ${stripe_mock_port} unavailable"
+   if [[ $? -eq 0 ]]; then
+   einfo "stripe-mock running on port ${stripe_mock_port}"
+   break
+   fi
+   (( stripe_mock_port++ ))
+   done
+   if [[ "${stripe_mock_port}" -gt "${stripe_mock_max_port}" ]]; then
+   eerror "Unable to start stripe-mock for tests"
+   die "Please see the logfile located at: ${stripe_mock_logfile}"
+   fi
+
+   local -x STRIPE_MOCK_PORT=${stripe_mock_port}
+   distutils-r1_src_test
+
+   # Tear down stripe-mock
+   kill "${stripe_mock_pid}" || die "Unable to stop stripe-mock"
+}



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

2021-07-14 Thread Michał Górny
commit: c06ddb57615bcf13c755dc0ec1b054d3bf5757be
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:44:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:44:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06ddb57

dev-python/bleach: Bump to 3.3.1

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

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

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 276c0ace960..5452ae0682a 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 
32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367
 SHA512 
8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097
+DIST bleach-3.3.1.tar.gz 183687 BLAKE2B 
9ca70ff84919b6b893afdbf7914098efe7dc3c9f0c86a729a92754ba6dacc95752abc44cea96db282483cf53413d6a98421c95f102941d23adf89af00b2a5afd
 SHA512 
bb68275f91a4c724c14594d008f58d31ab0a97b08fd45b6cbe8237a31a1bbfd24a19cea1a835efffb979739ce17a3c065099e677019e498e78d9a4222ff2d66c

diff --git a/dev-python/bleach/bleach-3.3.1.ebuild 
b/dev-python/bleach/bleach-3.3.1.ebuild
new file mode 100644
index 000..0310e25c43f
--- /dev/null
+++ b/dev-python/bleach/bleach-3.3.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



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

2021-07-14 Thread Michał Górny
commit: c26d610120197885e01c5420ba0079eacac4fad1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:44:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:44:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26d6101

app-admin/awscli: Bump to 1.19.112

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.19.112.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 1643670bba4..95b52dc19f4 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -6,4 +6,5 @@ DIST awscli-1.19.108.tar.gz 2026311 BLAKE2B 
7404fb3010fa122bf210133667696df0e83c
 DIST awscli-1.19.109.tar.gz 2026658 BLAKE2B 
3ec642d44057795519e9e94ce73a6b26b42976018355f029ad7ec5fd6515497c725aad5872b3e061ff15cb7263823577bb3dfd1f43c3f1617ee996c982e722b0
 SHA512 
71c419359a12b159b06a7f769dbaaea8d5be0de4b71fb002bf3dd4c26810354038fc1057155235b26ad43b3af258e141c139cc84654e11650aa33d013381a192
 DIST awscli-1.19.110.tar.gz 2026742 BLAKE2B 
6f45530050d234125a806bc2be48ba8d9c46db0a4180cf62ff4cfc9352d1ed118b82bcb814df91afb3ef1065fd1d6549ef2cd8b54775890b9bf52a472e91cedc
 SHA512 
f5fc4e0d8ff8fa91c5e5ea95a79e84fa6de5d5ba0a12e9e2c29e6703cddf4bb63a1e501d9fc1e46945ea79e1980c95c68d959dde66edb89d63e9b9984994804d
 DIST awscli-1.19.111.tar.gz 2027361 BLAKE2B 
8d7efd009483fe897719d1dae50a5e67e8bb4b76ccf1f3dad7632905a7e0fa15382d55275d0a371aeeefadb47204a635ad255660fc134af827d8bb0c39cf0130
 SHA512 
0faeb58a761ac7ebbef383bf38d28ffd8a2735b0f2a101f4100f1b302ce1df4848f851d3bdfbb1eb2b95ebaed5144d42c3a728528f3ea3c65150fbea071fc9d3
+DIST awscli-1.19.112.tar.gz 2028010 BLAKE2B 
c5f973a2a0cf002038cdc46d0760f5e5fad942b1383f21819459d51fd3e3a17617e23d45d284345fac1760a812ffc81842068e8517bb500559a330ea8183968e
 SHA512 
4ad9e960826baa057a2e72ddc2afce1012b766b5f691236435347c3e4ce210ee0b14003c16615262ec707d0c65b7f7f71a15fcf80a0fdfefb21ab6a28cfb1d55
 DIST awscli-1.19.97.tar.gz 2020143 BLAKE2B 
2dac6f59a04a958b09e0f8b7d056583015762df78ed1349b55c6301d3189e1100bd8ab98445ded3ccc0ddbf1148ddf0475086704f123b0db1ccfd1cacb6b4680
 SHA512 
4e4e0f34ba02819232427f7571a4b10d22b167788d758c9ac43749607ea7a4c498259fcc5c69fb32d66faffc535a5b3045006168b64506f2b0f9fbbaa804e387

diff --git a/app-admin/awscli/awscli-1.19.112.ebuild 
b/app-admin/awscli/awscli-1.19.112.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.19.112.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-07-14 Thread Michał Górny
commit: f91c004b07c4182733a79fdfa2f1b809f967759e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:44:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:44:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91c004b

dev-python/botocore: Bump to 1.20.112

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 8c9a16561b3..21b312f551e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -6,4 +6,5 @@ DIST botocore-1.20.108.tar.gz 7897833 BLAKE2B 
3b4ee27640dbfce1c9923137ef21500649
 DIST botocore-1.20.109.tar.gz 7900306 BLAKE2B 
1f2009ccb236ff7b4d9d3b45b34b2295c9bbbd4bce207c51514bf3f568985eb3d5fedaf0e5309266f46ad1e42466524d148d601452474b738b53c329f0164a84
 SHA512 
7f266b2395f79bfa629ac147abbf646bf049ea78b208228b3817912626845fffac9c89419c75444116ae6f14067805e291faeb942e6d25061d2e6f1c382d762e
 DIST botocore-1.20.110.tar.gz 7904149 BLAKE2B 
f503e9d4876820f669bd4ae12603498fe0a310fddd7a7c739a53b804391657c48144c43c2dd3606932c7e457d1e2324a5dba4885e93eaf7526d46080b565c6d8
 SHA512 
e33d8e9dbd212d06644882e60c9b6f2754a549727a22d73814798230561b3d766524f0a32b49cce8ac68c1cb47e58eab7047abe75bf7c37ef7b6857dd81d2dbc
 DIST botocore-1.20.111.tar.gz 7909299 BLAKE2B 
d1eabf5d433d521258125f29b21efc58208bb58a23bc856d6397ee2da834d85728454644568784fb05ab08f4bc5536675166874536264690cf9244e433340763
 SHA512 
d08323e2ad0b17dcecf59edbea60920e0077b34582cc8e84c08ab4f8600b6b509ac98b8a415fcfa019682e9d22bf05ececfa2c0f96fd3c17ca2aa47fcdb4d903
+DIST botocore-1.20.112.tar.gz 7917776 BLAKE2B 
6a5ebf3d32c505ec2c1fc4cd3d97aa94c76b6206dda6ba28a946dfdc9973073019389c05d1cf09a0eced701fe86a9b8a292835415c0b1ceea75959a3186f65c6
 SHA512 
4b36367ffdd011aeb7654fd5c52c38e95bae4c55e5af85e38b0764140539ad1f8b9d75b0c7fd1009fda8d005ef4b17673b06f85a76b52fcebf05925297b6bbbf
 DIST botocore-1.20.97.tar.gz 7846552 BLAKE2B 
da0355cc229ba8a0632f67866bf06b27d7b257184b53670e5dc183c6b5a1f4d3a34145de0a3f04abd2adc08de3f0775e3c7e0dbecae729acb5bc05c7ce9acaf2
 SHA512 
7411d5de8ecf0c42c0142ded036189dcf378cd16f761071beb5bc2a2c240eabb0c4a8c669ce89a5b4e798a0aae92f0e67755627c2a84df77fc2e9557265a4e3b

diff --git a/dev-python/botocore/botocore-1.20.112.ebuild 
b/dev-python/botocore/botocore-1.20.112.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.20.112.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-07-14 Thread Michał Górny
commit: a51bc361d087b1a961506951d784156f3b2e1b51
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:45:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:45:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51bc361

dev-python/sqlalchemy: Bump to 1.4.21

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

 dev-python/sqlalchemy/Manifest |  1 +
 dev-python/sqlalchemy/sqlalchemy-1.4.21.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index d27b868ffd5..b6fd03d5730 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -3,3 +3,4 @@ DIST SQLAlchemy-1.4.15.tar.gz 7621840 BLAKE2B 
74299b92e8ae9d6017c961c44281cc4392
 DIST SQLAlchemy-1.4.18.tar.gz 7643090 BLAKE2B 
8046bb9f9aa459eec95af57e597540552f6cd79ca3c393abf66d7370754e8433d743e739803929aaf0e2788b0c0419c022ddda1517d38da6580f3afeee1bc4d4
 SHA512 
06110bf727fd6d83404da2e031a27163c06059bf9eae4cc5b79ce047b5bab67b54432890091fa03abd9644156b92569001ae78c48c22799ab3bec220d4bbe1a0
 DIST SQLAlchemy-1.4.19.tar.gz 7675110 BLAKE2B 
61afe9e8937cc1eca9a6c10eef03959422a6dc73e562b47c820b01fbeb61099113d1d30e4de0448ae07abc064db190a9a0b9550d4f8c324a73d277c2c9e7958b
 SHA512 
656e5fd2c1e5c5f9979ad3e38b0f927e8756423d5c988ccb5247cde2f8d354b4623cb57af24c7226758878e429514ae828047fad623ee332ae524b714ab3f18f
 DIST SQLAlchemy-1.4.20.tar.gz 7682074 BLAKE2B 
7921bbab0c7fcaccb232121625dcd9acc162cb21e747b889fa032863435b6a922b9ad21c7ba136b94617710d3aa6ec331941b11b0fd87a8d543b633d3d605c36
 SHA512 
cb9ec5c74b27c93824b7d46844d2a122c719e358d917563039f3dd96a44d057d4daa239b2820893db42348f46546efc469a202999be2c722027abbb6eed50063
+DIST SQLAlchemy-1.4.21.tar.gz 7701480 BLAKE2B 
fd7898844241e381df1356b33f42c99f1d91e50cdf702d3d04302225b64ba7e5bd4ed0d140b1ef2c6a3c4480c282ef3aa6f1301083de68c63d4b86448a9420d2
 SHA512 
90e3e63f339d784bf46928031c24804bfc2221044e08061f3da7db9c905013fbf4f0cada3b870a1662234b0169a51a678ff6bd837610ba18ab7cd1eea048a028

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.21.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.21.ebuild
new file mode 100644
index 000..144d57d9ca1
--- /dev/null
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.21.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_REQ_USE="sqlite?"
+
+inherit distutils-r1 multiprocessing optfeature
+
+MY_PN="SQLAlchemy"
+MY_P="${MY_PN}-${PV/_beta/b}"
+
+DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
+HOMEPAGE="https://www.sqlalchemy.org/ https://pypi.org/project/SQLAlchemy/;
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="examples +sqlite test"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' pypy3)
+"
+# Use pytest-xdist to speed up tests
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove optional/partial dep on greenlet, greenlet is not very portable
+   sed -i -e '/greenlet/d' setup.cfg || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # Disable tests hardcoding function call counts specific to Python 
versions.
+   epytest --ignore test/aaa_profiling \
+   -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "MySQL support" dev-python/mysqlclient dev-python/pymysql \
+   dev-python/mysql-connector-python
+   optfeature "mssql support" dev-python/pymssql
+   optfeature "postgresql support" dev-python/psycopg:2
+}



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

2021-07-14 Thread Michał Górny
commit: 2da14277a22ff60524a58d6e323eca9101ab1326
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:44:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:44:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da14277

dev-python/boto3: Bump to 1.17.112

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

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.17.112.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 3cc9c83a38e..a4acd2cb400 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -6,4 +6,5 @@ DIST boto3-1.17.108.tar.gz 389871 BLAKE2B 
964ff0b2d7a437c569e2b19f5c24d228df6595
 DIST boto3-1.17.109.tar.gz 390366 BLAKE2B 
f39548e623fc65907b13d7d5ba8a16034e5f741a3343ef69e52984a2417b4fcf8c21cdd49854222781a41aef0e26a7ffeb38c7a2dc600321ef6e7574f43e785e
 SHA512 
4e13a99db4be8d61b217afc9bf4626ae5e6be524684581d74b7d7ce180c8d74716a0ef196ab6b91a7ef6fa56a57887e6ab0d05da380ebf8ae5bb915ac1a844b2
 DIST boto3-1.17.110.tar.gz 390476 BLAKE2B 
ffe9da7e57a44b673c5f29a0b1c711d63d706c3c68459c89d2aabb3d2ac45730f52e49d73300bcbe6edc53bd1d51d79c1168cb1fc71411bd070a1efe99019200
 SHA512 
7d2307a66a1469b43f166c7458efc326b2158ce16b306c2637f4126ba99cf6880080d78f87c5952c2807445039746d86d62e368a4895efe3bace5dd2ce70dd49
 DIST boto3-1.17.111.tar.gz 391021 BLAKE2B 
f9962bba1cb5e372f5bfcaf7c7f81b8c20dc6643df84b2ac227cf1ee8482f72ab9f9a526ffed586dae70585e8c4aa7dfe83d3e6b9d3ae001b6f3ed64198b23f4
 SHA512 
1e50f9b6e2067110a0613198987c12fafc699d938a41bbe52c3dee56c2e750c5ad3b309b1d4d172ebfe5a3a36396c8a900cf50efb5329ebef35919650a1d83b9
+DIST boto3-1.17.112.tar.gz 391748 BLAKE2B 
071eddfe134face48b86985ccd0171e0d8994fc65cd75e26945dfcab29566f42aa965c82b736cc7dd821a920e6903e4c45917af1759214606c2448b46c528cff
 SHA512 
dcee3f4e2dfaf8fcc82ca938a72d654ced7a44f32e3dab43a225d8dcf0b3d20f0699770cfcd8ede840f792d37e124597d096322b88ce54c2e27e109da6e7
 DIST boto3-1.17.97.tar.gz 383223 BLAKE2B 
1a1b4e9f2c51d830762f27cf3e30038efb88322e300ac304d1cb88d5b7efc6af35ad9810cea7292c9807dcdfedb11ba039ee6d5dbb9162f2a1c6d6936ef75bcc
 SHA512 
e74a59763cc9b8a51fd09121a790d29a7291d9380d4451c2e6af90902f18415a3780eeea7f7d63e052b295792b92c3cdd3b8597f7013241ebbbdb7e418cf73ce

diff --git a/dev-python/boto3/boto3-1.17.112.ebuild 
b/dev-python/boto3/boto3-1.17.112.ebuild
new file mode 100644
index 000..75afb4bcf86
--- /dev/null
+++ b/dev-python/boto3/boto3-1.17.112.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2021-07-14 Thread Michał Górny
commit: fa80d939402d5eb57f8393ea9ed02b716fefd3ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 19:49:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:40:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa80d939

dev-python/csvkit: Bump to 1.0.6

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

 dev-python/csvkit/Manifest|  1 +
 dev-python/csvkit/csvkit-1.0.6.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index f3248abe68c..ed2ba250cb0 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1 +1,2 @@
 DIST csvkit-1.0.5.tar.gz 3783495 BLAKE2B 
19210c23480cb3068af74c922a3495612f40bbf5c4985f7018c9c185564dd0c101292f165ddd03440220f582bfdc1590e2f75e8e5c92edd71e76e46a73b26547
 SHA512 
62dc7a5eefeda9c8824b24f8844b6c1ead5449797d9d004111885b03a1989ad89d1f48b3b7d4a69130885b85cc3c1352910737e416fc19f2038525632b1569f6
+DIST csvkit-1.0.6.tar.gz 3784737 BLAKE2B 
b1e4583443cbfc62f713d3b311bbe313cf4e69b7aa5aa13dc6970375a727a804ba1dbd176b25487027d3bc1a5696f2ce649a460c91ef7c5591c33bb3c6f48c33
 SHA512 
fb37404405f2f2c0bf803a1df8186aa9e3b11cbf3c4f6e1fe6dc06d53730aa91d462bebcca3917e9a451f1d81df053abd9ceedfaab085ab696f9ba701c873323

diff --git a/dev-python/csvkit/csvkit-1.0.6.ebuild 
b/dev-python/csvkit/csvkit-1.0.6.ebuild
new file mode 100644
index 000..b703b4a252c
--- /dev/null
+++ b/dev-python/csvkit/csvkit-1.0.6.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A suite of utilities for converting to and working with CSV."
+HOMEPAGE="https://github.com/wireservice/csvkit 
https://pypi.org/project/csvkit/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test +xml"
+RESTRICT="!test? ( test )"
+
+# Other packages have BDEPEND="test? ( dev-python/csvkit[xml] )"
+AGATE_VERSION_DEP=">=dev-python/agate-1.6.1"
+TEST_AGAINST_RDEPEND="xml? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+RDEPEND="
+   ${AGATE_VERSION_DEP}[${PYTHON_USEDEP}]
+   >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
+   >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+
+   ${TEST_AGAINST_RDEPEND}
+"
+BDEPEND="test? ( ${AGATE_VERSION_DEP}[xml,${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local pytest_args test_name xfails
+
+   xfails=(
+   
tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
+   )
+
+   for test_name in "${xfails[@]}"; do
+   pytest_args+=(--deselect "${test_name}")
+   done
+
+   epytest "${pytest_args[@]}"
+}



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

2021-07-14 Thread Michał Górny
commit: d3c0d60035f05aeab5deb9664af919e845150fd9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 19:21:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:40:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c0d600

app-admin/awscli: Bump to 1.19.111

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.19.111.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 46100502813..1643670bba4 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -5,4 +5,5 @@ DIST awscli-1.19.107.tar.gz 2025880 BLAKE2B 
bbb307072a63a9722496aaae52c2f9fbc274
 DIST awscli-1.19.108.tar.gz 2026311 BLAKE2B 
7404fb3010fa122bf210133667696df0e83c0c5d5adc717b75995cd95077f4ebcdd53375e687dce7d52eb1ef264110302f049897c18b7856be9d5e5a24f50ff3
 SHA512 
f061de7c7cc926f3fc5dc41a33068c8d575e1027f50099c148e80b5be55497508b44b11821e7f675e73bbcbfef12539e4d73afcd6a849d6ad7fc4f72b857b4d7
 DIST awscli-1.19.109.tar.gz 2026658 BLAKE2B 
3ec642d44057795519e9e94ce73a6b26b42976018355f029ad7ec5fd6515497c725aad5872b3e061ff15cb7263823577bb3dfd1f43c3f1617ee996c982e722b0
 SHA512 
71c419359a12b159b06a7f769dbaaea8d5be0de4b71fb002bf3dd4c26810354038fc1057155235b26ad43b3af258e141c139cc84654e11650aa33d013381a192
 DIST awscli-1.19.110.tar.gz 2026742 BLAKE2B 
6f45530050d234125a806bc2be48ba8d9c46db0a4180cf62ff4cfc9352d1ed118b82bcb814df91afb3ef1065fd1d6549ef2cd8b54775890b9bf52a472e91cedc
 SHA512 
f5fc4e0d8ff8fa91c5e5ea95a79e84fa6de5d5ba0a12e9e2c29e6703cddf4bb63a1e501d9fc1e46945ea79e1980c95c68d959dde66edb89d63e9b9984994804d
+DIST awscli-1.19.111.tar.gz 2027361 BLAKE2B 
8d7efd009483fe897719d1dae50a5e67e8bb4b76ccf1f3dad7632905a7e0fa15382d55275d0a371aeeefadb47204a635ad255660fc134af827d8bb0c39cf0130
 SHA512 
0faeb58a761ac7ebbef383bf38d28ffd8a2735b0f2a101f4100f1b302ce1df4848f851d3bdfbb1eb2b95ebaed5144d42c3a728528f3ea3c65150fbea071fc9d3
 DIST awscli-1.19.97.tar.gz 2020143 BLAKE2B 
2dac6f59a04a958b09e0f8b7d056583015762df78ed1349b55c6301d3189e1100bd8ab98445ded3ccc0ddbf1148ddf0475086704f123b0db1ccfd1cacb6b4680
 SHA512 
4e4e0f34ba02819232427f7571a4b10d22b167788d758c9ac43749607ea7a4c498259fcc5c69fb32d66faffc535a5b3045006168b64506f2b0f9fbbaa804e387

diff --git a/app-admin/awscli/awscli-1.19.111.ebuild 
b/app-admin/awscli/awscli-1.19.111.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.19.111.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-07-14 Thread Michał Górny
commit: 7cbd54fcd43eaff673ac7542f7716496d75e2cb1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 19:20:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:40:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbd54fc

dev-python/boto3: Bump to 1.17.111

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

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.17.111.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 07a68f5fc8c..3cc9c83a38e 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -5,4 +5,5 @@ DIST boto3-1.17.107.tar.gz 389348 BLAKE2B 
8c0893d8ad73563f63254877621440ba24dac7
 DIST boto3-1.17.108.tar.gz 389871 BLAKE2B 
964ff0b2d7a437c569e2b19f5c24d228df6595f15d72350b2cae0cb43c5e1f4d8376c0a25ec393a0a0f085650b193afc852fef59d258dd1c3addbfff4c27ce62
 SHA512 
4b78af4e59f399aa022762b6d1dc14252d4f549cdbb9264e5762a927b3a7e391d336ca48d938b1245ceaaa243ec01ea642545bc97abe5f7a3f8f8774ee21e2ce
 DIST boto3-1.17.109.tar.gz 390366 BLAKE2B 
f39548e623fc65907b13d7d5ba8a16034e5f741a3343ef69e52984a2417b4fcf8c21cdd49854222781a41aef0e26a7ffeb38c7a2dc600321ef6e7574f43e785e
 SHA512 
4e13a99db4be8d61b217afc9bf4626ae5e6be524684581d74b7d7ce180c8d74716a0ef196ab6b91a7ef6fa56a57887e6ab0d05da380ebf8ae5bb915ac1a844b2
 DIST boto3-1.17.110.tar.gz 390476 BLAKE2B 
ffe9da7e57a44b673c5f29a0b1c711d63d706c3c68459c89d2aabb3d2ac45730f52e49d73300bcbe6edc53bd1d51d79c1168cb1fc71411bd070a1efe99019200
 SHA512 
7d2307a66a1469b43f166c7458efc326b2158ce16b306c2637f4126ba99cf6880080d78f87c5952c2807445039746d86d62e368a4895efe3bace5dd2ce70dd49
+DIST boto3-1.17.111.tar.gz 391021 BLAKE2B 
f9962bba1cb5e372f5bfcaf7c7f81b8c20dc6643df84b2ac227cf1ee8482f72ab9f9a526ffed586dae70585e8c4aa7dfe83d3e6b9d3ae001b6f3ed64198b23f4
 SHA512 
1e50f9b6e2067110a0613198987c12fafc699d938a41bbe52c3dee56c2e750c5ad3b309b1d4d172ebfe5a3a36396c8a900cf50efb5329ebef35919650a1d83b9
 DIST boto3-1.17.97.tar.gz 383223 BLAKE2B 
1a1b4e9f2c51d830762f27cf3e30038efb88322e300ac304d1cb88d5b7efc6af35ad9810cea7292c9807dcdfedb11ba039ee6d5dbb9162f2a1c6d6936ef75bcc
 SHA512 
e74a59763cc9b8a51fd09121a790d29a7291d9380d4451c2e6af90902f18415a3780eeea7f7d63e052b295792b92c3cdd3b8597f7013241ebbbdb7e418cf73ce

diff --git a/dev-python/boto3/boto3-1.17.111.ebuild 
b/dev-python/boto3/boto3-1.17.111.ebuild
new file mode 100644
index 000..75afb4bcf86
--- /dev/null
+++ b/dev-python/boto3/boto3-1.17.111.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2021-07-14 Thread Michał Górny
commit: 3ae701fa579bc21107621d7dd2826bb5a54f61a4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 19:20:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:40:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae701fa

dev-python/botocore: Bump to 1.20.111

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index d52b40fa766..8c9a16561b3 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -5,4 +5,5 @@ DIST botocore-1.20.107.tar.gz 7893209 BLAKE2B 
4e4882efef667ae91bb3e42a8474860939
 DIST botocore-1.20.108.tar.gz 7897833 BLAKE2B 
3b4ee27640dbfce1c9923137ef21500649454eba8e1a5b569fb0d949253e619852b61344ff86c769e2f2314a089047fe9590a685982491b21f4f7feb0a33b220
 SHA512 
a394fa8fc686d07ad5e1a25f0403d4adf53aa6af565696c4bd5aab58ee8f739b761f4c8058263a05b028175d1256ab87fa7fae3035cee605f236749939cc0eab
 DIST botocore-1.20.109.tar.gz 7900306 BLAKE2B 
1f2009ccb236ff7b4d9d3b45b34b2295c9bbbd4bce207c51514bf3f568985eb3d5fedaf0e5309266f46ad1e42466524d148d601452474b738b53c329f0164a84
 SHA512 
7f266b2395f79bfa629ac147abbf646bf049ea78b208228b3817912626845fffac9c89419c75444116ae6f14067805e291faeb942e6d25061d2e6f1c382d762e
 DIST botocore-1.20.110.tar.gz 7904149 BLAKE2B 
f503e9d4876820f669bd4ae12603498fe0a310fddd7a7c739a53b804391657c48144c43c2dd3606932c7e457d1e2324a5dba4885e93eaf7526d46080b565c6d8
 SHA512 
e33d8e9dbd212d06644882e60c9b6f2754a549727a22d73814798230561b3d766524f0a32b49cce8ac68c1cb47e58eab7047abe75bf7c37ef7b6857dd81d2dbc
+DIST botocore-1.20.111.tar.gz 7909299 BLAKE2B 
d1eabf5d433d521258125f29b21efc58208bb58a23bc856d6397ee2da834d85728454644568784fb05ab08f4bc5536675166874536264690cf9244e433340763
 SHA512 
d08323e2ad0b17dcecf59edbea60920e0077b34582cc8e84c08ab4f8600b6b509ac98b8a415fcfa019682e9d22bf05ececfa2c0f96fd3c17ca2aa47fcdb4d903
 DIST botocore-1.20.97.tar.gz 7846552 BLAKE2B 
da0355cc229ba8a0632f67866bf06b27d7b257184b53670e5dc183c6b5a1f4d3a34145de0a3f04abd2adc08de3f0775e3c7e0dbecae729acb5bc05c7ce9acaf2
 SHA512 
7411d5de8ecf0c42c0142ded036189dcf378cd16f761071beb5bc2a2c240eabb0c4a8c669ce89a5b4e798a0aae92f0e67755627c2a84df77fc2e9557265a4e3b

diff --git a/dev-python/botocore/botocore-1.20.111.ebuild 
b/dev-python/botocore/botocore-1.20.111.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.20.111.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-07-14 Thread Georgy Yakovlev
commit: 8469eba13074d5ae721e9d8e723a8523386b40c8
Author: Douglas Agbeve  agbeve  com>
AuthorDate: Wed Jul 14 10:07:54 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 14 21:25:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8469eba1

dev-util/bear: python_10 support

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/21634
Signed-off-by: Douglas Agbeve  agbeve.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/bear/bear-3.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/bear/bear-3.0.13.ebuild b/dev-util/bear/bear-3.0.13.ebuild
index 97791cb96b0..ce27dec8b19 100644
--- a/dev-util/bear/bear-3.0.13.ebuild
+++ b/dev-util/bear/bear-3.0.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit cmake python-any-r1
 



[gentoo-commits] proj/releng:master commit in: tools/

2021-07-14 Thread Georgy Yakovlev
commit: 1f8c83c59a445c075dc8ba7521b5600af5a173d8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul 14 21:20:39 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 14 21:20:39 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=1f8c83c5

tools/catalyst-auto-ppc64le.conf: use new musl spec names

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

 tools/catalyst-auto-ppc64le.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index 1adc4968..8fd6681c 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -10,7 +10,7 @@ OPTIONAL_SPECS+=" installcd-stage1.spec 
installcd-stage2-minimal.spec"
 OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
 OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
 OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
-OPTIONAL_SPECS+=" musl-hardened-stage1.spec musl-hardened-stage3.spec"
+OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec 
stage3-musl-hardened-openrc.spec"
 
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"



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

2021-07-14 Thread Andreas K. Hüttel
commit: d621ce1a011a686eee0253d078033e4183f786c4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 14 21:08:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jul 14 21:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d621ce1a

dev-perl/Lab-Measurement: Version bump

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

 .../{Lab-Measurement-.ebuild => Lab-Measurement-3.762.ebuild} | 4 ++--
 dev-perl/Lab-Measurement/Lab-Measurement-.ebuild  | 4 ++--
 dev-perl/Lab-Measurement/Manifest | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-3.762.ebuild
similarity index 97%
copy from dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
copy to dev-perl/Lab-Measurement/Lab-Measurement-3.762.ebuild
index 4bf9cc43266..0eea81b6aca 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.762.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit )
+DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM )
 
 RDEPEND="
virtual/perl-Carp

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild 
b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
index 4bf9cc43266..0eea81b6aca 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit )
+DZIL_PLUGINS=( Git PodWeaver AuthorsFromGit RPM )
 
 RDEPEND="
virtual/perl-Carp

diff --git a/dev-perl/Lab-Measurement/Manifest 
b/dev-perl/Lab-Measurement/Manifest
index 14acd510165..e61b39f6dda 100644
--- a/dev-perl/Lab-Measurement/Manifest
+++ b/dev-perl/Lab-Measurement/Manifest
@@ -1,2 +1,3 @@
 DIST Lab-Measurement-3.741.tar.gz 621051 BLAKE2B 
bcde314015e410aec93e4bace1990621f58bc81dc3f010f27a37295b70432f3f65b0d46382e18bb57b18b00c3001a1757647a9f35cfe8a214036dd57bc27a64f
 SHA512 
f1b43177c720a10567c99edfba78c0c35659f1b82b2eb03f66e383767a9ef5b415c9014b50013ba5caddf67bb4bd87dadea4295923a161f53a85d23ae8d8c6a0
 DIST Lab-Measurement-3.751.tar.gz 622310 BLAKE2B 
5bac81b956aa457e8c6ba03c82b628495ab514aaf0d87f59c55afe7f7630f7df746f95d4165f734e980eb6b6921d31cf9ffe5285c38f968860310941ce06a597
 SHA512 
220dacb27799b222601eb12b666b637da7b47068191ee9779ee029ec21e1cb15908ab82bba18b499e0be7538469fe99ffe7f9eaa6b78ebe349fe5e30079ded70
+DIST Lab-Measurement-3.762.tar.gz 651690 BLAKE2B 
9cced9cb51c45149db353a46ad2c253da5c9d1d2ec82889b9221b010a5fae3fffa54afe65f2f08b66238d1970b842ec913d8464c988938fee55b47423298467d
 SHA512 
df9ee0f9535fbff44be18b61978c6b2735acbbeee510715d6b34812576053022a24be52ec04d1dba04edcd79fa6eaa13706e173dc2b3b4c0352fa7bdccb5d96e



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

2021-07-14 Thread Alfredo Tupone
commit: 121fe1ef2a7536970641a63ae26ca8c42dddbdd5
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Jul 14 20:53:26 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jul 14 20:53:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121fe1ef

dev-ml/labltk: fix build until dev-lang/ocaml:4.12

Closes: https://bugs.gentoo.org/795246
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 .../files/labltk-8.06.10-this-expression-has-type.patch  | 12 
 dev-ml/labltk/labltk-8.06.10.ebuild  |  1 +
 2 files changed, 13 insertions(+)

diff --git a/dev-ml/labltk/files/labltk-8.06.10-this-expression-has-type.patch 
b/dev-ml/labltk/files/labltk-8.06.10-this-expression-has-type.patch
new file mode 100644
index 000..8f9fde6bdd7
--- /dev/null
+++ b/dev-ml/labltk/files/labltk-8.06.10-this-expression-has-type.patch
@@ -0,0 +1,12 @@
+diff -urNp labltk-8.06.10-orig/browser/typecheck.ml 
labltk-8.06.10-dwok/browser/typecheck.ml
+--- labltk-8.06.10-orig/browser/typecheck.ml   2020-08-25 07:50:47.0 
+0200
 labltk-8.06.10-dwok/browser/typecheck.ml   2021-02-26 01:55:00.0 
+0100
+@@ -116,7 +116,7 @@ let f txt =
+ List.iter psl ~f:
+ begin function
+   Ptop_def pstr ->
+-let str, sign, _names, env' = Typemod.type_structure !env pstr in
++let str, sign, _names, env' = Typemod.type_structure !env pstr 
Location.none in
+ txt.structure <- txt.structure @ str.str_items;
+ txt.signature <- txt.signature @ sign;
+ env := env'

diff --git a/dev-ml/labltk/labltk-8.06.10.ebuild 
b/dev-ml/labltk/labltk-8.06.10.ebuild
index 10d78bc548a..6acd06b500f 100644
--- a/dev-ml/labltk/labltk-8.06.10.ebuild
+++ b/dev-ml/labltk/labltk-8.06.10.ebuild
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}/findlib.patch"
+   "${FILESDIR}"/${P}-this-expression-has-type.patch
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/

2021-07-14 Thread Mike Pagano
commit: 9b6ba784585d53d07d4fa04381c54e3922f71721
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jul 14 20:48:33 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jul 14 20:48:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6ba784

sys-kernel/linux-docs: Version bump

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mike Pagano  gentoo.org>

 .../{linux-docs-5.10.17.ebuild => linux-docs-5.10.50.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild 
b/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild
similarity index 93%
rename from sys-kernel/linux-docs/linux-docs-5.10.17.ebuild
rename to sys-kernel/linux-docs/linux-docs-5.10.50.ebuild
index bd48e869dd8..cbc47ead1f0 100644
--- a/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild
@@ -18,10 +18,10 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 
-IUSE=""
+IUSE="graphviz"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="graphviz? ( media-gfx/graphviz )"
 BDEPEND="${PYTHON_DEPS}
dev-python/sphinx
dev-python/sphinx_rtd_theme



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

2021-07-14 Thread Andreas K. Hüttel
commit: 4ced298fd259cbd089f994e084b30a58718b37fe
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 14 18:47:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jul 14 20:45:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ced298f

package.use.{mask,force}: adapt for libxcrypt transition, except musl/uclibc

Bug: https://bugs.gentoo.org/699422
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/base/package.use.force|  8 
 profiles/base/package.use.mask | 10 ++
 profiles/features/musl/package.use.force   |  4 
 profiles/features/musl/package.use.mask|  4 
 profiles/features/uclibc/package.use.force |  6 ++
 profiles/features/uclibc/package.use.mask  |  4 
 6 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index eb7bc3a9dd5..aa66e55ed5b 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -91,12 +91,12 @@ sys-libs/libcxx libcxxabi
 # the flag.
 sys-kernel/vanilla-kernel initramfs
 
-# Sergei Trofimovich  (2019-11-06)
+# Andreas K. Hüttel  (2021-07-14)
 # Upstream plans to drop libcrypt.so.1/crypt.h from glibc
 # distribution and rely on external providers like libxcrypt.
-# Gentoo will follow suit but today we are not yet ready.
-# Unmask at your risk. Bug #699422 tracks the effort.
-sys-libs/glibc crypt
+# Here we are following that path too.
+=sys-libs/libxcrypt-4.4.23-r1 system compat
 
 # Matt Turner  (2019-09-01)
 # app-shells/mksh-57-r1 static
 
-# Patrick McLean  (2019-11-07)
-# Collides with sys-libc/glibc[crypt]
-# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped 
entirely)
-sys-libs/libxcrypt split-usr system
+# Andreas K. Hüttel  (2021-07-14)
+# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
+# distribution and rely on external providers like libxcrypt.
+# Here we are following that path too.
+>=sys-libs/glibc-2.33-r2 crypt
+ (2019-10-05)
 # net-libs/openslp is being removed.

diff --git a/profiles/features/musl/package.use.force 
b/profiles/features/musl/package.use.force
index c26a7ba83f2..da728fcc47a 100644
--- a/profiles/features/musl/package.use.force
+++ b/profiles/features/musl/package.use.force
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel  (2021-07-14)
+# Do not force system install for libxcrypt here
+>=sys-libs/libxcrypt-4.4.23-r1 -system -compat
+
 # Force system-libevent use flag on mozilla packages, since the building of
 # bundled libevent cannot accomodate a system without sysctl.h
 # See bug 574830 for more info.

diff --git a/profiles/features/musl/package.use.mask 
b/profiles/features/musl/package.use.mask
index afdd59ca5f5..58cd6477116 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel 
+# Restore mask here that is gone elsewhere
+sys-libs/libxcrypt split-usr system
+
 # James Le Cuirot  (2020-05-16)
 # execinfo.h is required for debug.
 dev-games/cegui debug

diff --git a/profiles/features/uclibc/package.use.force 
b/profiles/features/uclibc/package.use.force
new file mode 100644
index 000..82ca48bfea6
--- /dev/null
+++ b/profiles/features/uclibc/package.use.force
@@ -0,0 +1,6 @@
+# Copyright 2021 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas K. Hüttel  (2021-07-14)
+# Do not force system install for libxcrypt here
+>=sys-libs/libxcrypt-4.4.23-r1 -system -compat

diff --git a/profiles/features/uclibc/package.use.mask 
b/profiles/features/uclibc/package.use.mask
index 1c6069c30db..b3f8a9ebe24 100644
--- a/profiles/features/uclibc/package.use.mask
+++ b/profiles/features/uclibc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel 
+# Restore mask here that is gone elsewhere
+sys-libs/libxcrypt split-usr system
+
 # Anthony G. Basile 
 # sanitize is broken on at least all hardened uclibc
 sys-devel/gcc sanitize



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

2021-07-14 Thread Andreas K. Hüttel
commit: 3d0633cc281cb8beb325beaa9627c9858c20fdd5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 14 18:41:34 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jul 14 20:45:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0633cc

sys-libs/glibc: ~arch revision bump without changes

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

 sys-libs/glibc/glibc-2.33-r2.ebuild | 1520 +++
 1 file changed, 1520 insertions(+)

diff --git a/sys-libs/glibc/glibc-2.33-r2.ebuild 
b/sys-libs/glibc/glibc-2.33-r2.ebuild
new file mode 100644
index 000..5e971e697fe
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.33-r2.ebuild
@@ -0,0 +1,1520 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+TMPFILES_OPTIONAL=1
+
+inherit python-any-r1 prefix toolchain-funcs flag-o-matic gnuconfig \
+   multilib systemd multiprocessing tmpfiles
+
+DESCRIPTION="GNU libc C library"
+HOMEPAGE="https://www.gnu.org/software/libc/;
+LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
+SLOT="2.2"
+
+EMULTILIB_PKG="true"
+
+# Gentoo patchset (ignored for live ebuilds)
+PATCH_VER=4
+PATCH_DEV=dilfridge
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
+   SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
+fi
+
+RELEASE_VER=${PV}
+
+GCC_BOOTSTRAP_VER=20201208
+
+LOCALE_GEN_VER=2.10
+
+SRC_URI+=" 
https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/locale-gen-${LOCALE_GEN_VER}.tar.gz;
+SRC_URI+=" multilib-bootstrap? ( 
https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz
 )"
+
+IUSE="audit caps cet compile-locales +crypt custom-cflags doc gd headers-only 
+multiarch multilib multilib-bootstrap nscd profile selinux +ssp +static-libs 
static-pie suid systemtap test vanilla"
+
+# Minimum kernel version that glibc requires
+MIN_KERN_VER="3.2.0"
+
+# Here's how the cross-compile logic breaks down ...
+#  CTARGET - machine that will target the binaries
+#  CHOST   - machine that will host the binaries
+#  CBUILD  - machine that will build the binaries
+# If CTARGET != CHOST, it means you want a libc for cross-compiling.
+# If CHOST != CBUILD, it means you want to cross-compile the libc.
+#  CBUILD = CHOST = CTARGET- native build/install
+#  CBUILD != (CHOST = CTARGET) - cross-compile a native build
+#  (CBUILD = CHOST) != CTARGET - libc for cross-compiler
+#  CBUILD != CHOST != CTARGET  - cross-compile a libc for a cross-compiler
+# For install paths:
+#  CHOST = CTARGET  - install into /
+#  CHOST != CTARGET - install into /usr/CTARGET/
+#
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+# Note [Disable automatic stripping]
+# Disabling automatic stripping for a few reasons:
+# - portage's attempt to strip breaks non-native binaries at least on
+#   arm: bug #697428
+# - portage's attempt to strip libpthread.so.0 breaks gdb thread
+#   enumeration: bug #697910. This is quite subtle:
+#   * gdb uses glibc's libthread_db-1.0.so to enumerate threads.
+#   * libthread_db-1.0.so needs access to libpthread.so.0 local symbols
+# via 'ps_pglobal_lookup' symbol defined in gdb.
+#   * 'ps_pglobal_lookup' uses '.symtab' section table to resolve all
+# known symbols in 'libpthread.so.0'. Specifically 'nptl_version'
+# (unexported) is used to sanity check compatibility before enabling
+# debugging.
+# Also see 
https://sourceware.org/gdb/wiki/FAQ#GDB_does_not_see_any_threads_besides_the_one_in_which_crash_occurred.3B_or_SIGTRAP_kills_my_program_when_I_set_a_breakpoint
+#   * normal 'strip' command trims '.symtab'
+#   Thus our main goal here is to prevent 'libpthread.so.0' from
+#   losing it's '.symtab' entries.
+# As Gentoo's strip does not allow us to pass less aggressive stripping
+# options and does not check the machine target we strip selectively.
+
+# We need a new-enough binutils/gcc to match upstream baseline.
+# Also we need to make sure our binutils/gcc supports TLS,
+# and that gcc already contains the hardened patches.
+# Lastly, let's avoid some openssh nastiness, bug 708224, as
+# convenience to our users.
+
+# gzip, grep, awk are needed by locale-gen, bug 740750
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=app-misc/pax-utils-0.1.10
+   sys-devel/bison
+   doc? ( sys-apps/texinfo )
+   !compile-locales? (
+   app-arch/gzip
+   sys-apps/grep
+   virtual/awk
+  

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

2021-07-14 Thread Andreas K. Hüttel
commit: 6f79a445a9d0cfeec8ff47d591b3f76cbe2e8b86
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 14 18:48:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jul 14 20:45:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f79a445

package.mask: unmask virtual/libcrypt-2, except on musl/uclibc

Bug: https://bugs.gentoo.org/699422
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/features/musl/package.mask   | 4 
 profiles/features/uclibc/package.mask | 4 
 profiles/package.mask | 5 -
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 2cdc63f8b85..d8d887a8fe5 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel  (2021-07-14)
+# Mask the libxcrypt-based virtual
+~virtual/libcrypt-2
+
 # David Seifert  (2021-02-08)
 # nvidia-drivers only works against glibc.
 x11-drivers/nvidia-drivers

diff --git a/profiles/features/uclibc/package.mask 
b/profiles/features/uclibc/package.mask
index fe51d352f2f..ba157ac6b0c 100644
--- a/profiles/features/uclibc/package.mask
+++ b/profiles/features/uclibc/package.mask
@@ -5,6 +5,10 @@ sys-libs/musl
 sys-libs/glibc
 sys-libs/pam
 
+# Andreas K. Hüttel  (2021-07-14)
+# Mask the libxcrypt-based virtual
+~virtual/libcrypt-2
+
 # Ionen Wolkens  (2021-07-09)
 # Mask in favor of opentmpfiles until usable with uclibc-ng (bug #801106)
 sys-apps/systemd-tmpfiles

diff --git a/profiles/package.mask b/profiles/package.mask
index 2152c9b4a18..e19794fcc05 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -633,11 +633,6 @@ kde-apps/kdebase-meta:5
 # Mask for testing revdeps.
 >=dev-games/mygui-3.4.0
 
-# Patrick McLean  (2020-02-07)
-# Mask until sys-libs/libxcrypt[system] is unmasked
-# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped 
entirely)
-~virtual/libcrypt-2
-
 # Lars Wendler  (2019-11-14)
 # Breaks archives containing relative paths
 # when being called with --no-absolute-filenames



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

2021-07-14 Thread Andreas K. Hüttel
commit: d1af401d6306a20c90bea3f3c05bf6c4d6e74529
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jul 14 18:40:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jul 14 20:45:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1af401d

sys-libs/libxcrypt: Revision bump without changes

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

 sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild | 207 ++
 1 file changed, 207 insertions(+)

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild
new file mode 100644
index 000..d03062b4d64
--- /dev/null
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.23-r1.ebuild
@@ -0,0 +1,207 @@
+# Copyright 2004-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+# NEED_BOOTSTRAP is for developers to quickly generate a tarball
+# for publishing to the tree.
+NEED_BOOTSTRAP="no"
+inherit multibuild python-any-r1 multilib-minimal
+
+DESCRIPTION="Extended crypt library for descrypt, md5crypt, bcrypt, and others"
+HOMEPAGE="https://github.com/besser82/libxcrypt;
+if [[ ${NEED_BOOTSTRAP} == "yes" ]] ; then
+   inherit autotools
+   SRC_URI="https://github.com/besser82/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+else
+   
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-autotools.tar.xz;
+fi
+
+LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="+compat split-usr +static-libs system test"
+REQUIRED_USE="split-usr? ( system )"
+RESTRICT="!test? ( test )"
+
+DEPEND="system? (
+   elibc_glibc? ( sys-libs/glibc[-crypt(+)] )
+   !sys-libs/musl
+   )"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-lang/perl
+   sys-apps/findutils
+   test? ( $(python_gen_any_dep 'dev-python/passlib[${PYTHON_USEDEP}]') )"
+
+python_check_deps() {
+   has_version -b "dev-python/passlib[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=(
+   $(usex compat 'xcrypt_compat' '')
+   xcrypt_nocompat
+   )
+
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # WARNING: Please read on bumping or applying patches!
+   #
+   # There are two circular dependencies to be aware of:
+   # 1)
+   #   if we're bootstrapping configure and makefiles:
+   #   libxcrypt -> automake -> perl -> libxcrypt
+   #
+   #   mitigation:
+   #   toolchain@ manually runs `make dist` after running 
autoconf + `./configure`
+   #   and the ebuild uses that.
+   #   (Don't include the pre-generated Perl artefacts.)
+   #
+   #   solution for future:
+   #   Upstream are working on producing `make dist` tarballs.
+   #   
https://github.com/besser82/libxcrypt/issues/134#issuecomment-871833573
+   #
+   # 2)
+   #   configure *unconditionally* needs Perl at build time to generate
+   #   a list of enabled algorithms based on the set passed to 
`configure`:
+   #   libxcrypt -> perl -> libxcrypt
+   #
+   #   mitigation:
+   #   None at the moment.
+   #
+   #   solution for future:
+   #   Not possible right now. Upstream intend on depending on 
Perl for further
+   #   configuration options.
+   #   
https://github.com/besser82/libxcrypt/issues/134#issuecomment-871833573
+   #
+   # Therefore, on changes (inc. bumps):
+   #   * You must check whether upstream have started providing 
tarballs with bootstrapped
+   # auto{conf,make};
+   #
+   #   * diff the build system changes!
+   #
+   if [[ ${NEED_BOOTSTRAP} == "yes" ]] ; then
+   # Facilitate our split variant build for compat + non-compat
+   eapply "${FILESDIR}"/${PN}-4.4.19-multibuild.patch
+   eautoreconf
+   fi
+}
+
+src_configure() {
+   multibuild_foreach_variant multilib-minimal_src_configure
+}
+
+get_xclibdir() {
+   printf -- "%s/%s/%s\n" \
+   "$(usex split-usr '' '/usr')" \
+   "$(get_libdir)" \
+   "$(usex system '' 'xcrypt')"
+}
+
+multilib_src_configure() {
+   local -a myconf=(
+   --disable-werror
+   --libdir=$(get_xclibdir)
+   --with-pkgconfigdir=/usr/$(get_libdir)/pkgconfig
+   --includedir="${EPREFIX}/usr/include/$(usex system '' 'xcrypt')"
+   )
+
+   case "${MULTIBUILD_ID}" in
+   xcrypt_compat-*)
+   myconf+=(
+   

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

2021-07-14 Thread Mike Gilbert
commit: 084e189ebf56438c5bddc0346c490a61445cb27e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 14 20:44:27 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 14 20:44:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084e189e

sys-fs/udev: depend on dev-python/jinja

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-fs/udev/udev-249-r1.ebuild | 5 +
 sys-fs/udev/udev-.ebuild   | 5 +
 2 files changed, 10 insertions(+)

diff --git a/sys-fs/udev/udev-249-r1.ebuild b/sys-fs/udev/udev-249-r1.ebuild
index 52595ad4a4e..412b8abefde 100644
--- a/sys-fs/udev/udev-249-r1.ebuild
+++ b/sys-fs/udev/udev-249-r1.ebuild
@@ -41,6 +41,7 @@ BDEPEND="
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
 "
 COMMON_DEPEND="
>=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}]
@@ -71,6 +72,10 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND=">=sys-apps/hwids-20140304[udev]
>=sys-fs/udev-init-scripts-34"
 
+python_check_deps() {
+   has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
if [[ ${MERGE_TYPE} != buildonly ]] ; then
CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER 
~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET 
~!FW_LOADER_USER_HELPER ~UNIX"

diff --git a/sys-fs/udev/udev-.ebuild b/sys-fs/udev/udev-.ebuild
index 6a9acda5e0f..889f6102324 100644
--- a/sys-fs/udev/udev-.ebuild
+++ b/sys-fs/udev/udev-.ebuild
@@ -41,6 +41,7 @@ BDEPEND="
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
 "
 COMMON_DEPEND="
>=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}]
@@ -71,6 +72,10 @@ RDEPEND="${COMMON_DEPEND}
 PDEPEND=">=sys-apps/hwids-20140304[udev]
>=sys-fs/udev-init-scripts-34"
 
+python_check_deps() {
+   has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
if [[ ${MERGE_TYPE} != buildonly ]] ; then
CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER 
~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET 
~!FW_LOADER_USER_HELPER ~UNIX"



[gentoo-commits] proj/releng:master commit in: tools/

2021-07-14 Thread Georgy Yakovlev
commit: a3a1becbc6a82bdfe8a7110f50ce8d042acd2155
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul 14 20:43:05 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 14 20:43:05 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a3a1becb

tools/catalyst-auto-ppc64le.conf: re-shuffle spec order

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

 tools/catalyst-auto-ppc64le.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index 5a5ff353..1adc4968 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -6,8 +6,8 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le
 
 SPECS="stage1-openrc.spec stage3-openrc.spec"
-SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec"
-OPTIONAL_SPECS="stage1-systemd.spec stage3-systemd.spec"
+OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec"
+OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
 OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
 OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
 OPTIONAL_SPECS+=" musl-hardened-stage1.spec musl-hardened-stage3.spec"



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

2021-07-14 Thread Johannes Willem Fernhout
commit: 6599e4d56c0cee4aa180929e4ece4771526fa0f3
Author: Johannes Willem Fernhout  fernhout  info>
AuthorDate: Wed Jul 14 20:36:22 2021 +
Commit: Johannes Willem Fernhout  fernhout  info>
CommitDate: Wed Jul 14 20:36:22 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6599e4d5

net-wireles/iwdgui: new package

Iwdgui is a new frontend for IWD, Intels Wireless Inet Deamon, written
in Python using the GTK3 toolkit.

Signed-off-by: Johannes Willem Fernhout  fernhout.info>

 net-wireless/iwdgui/Manifest|  1 +
 net-wireless/iwdgui/iwdgui-0.1.0.ebuild | 33 +
 net-wireless/iwdgui/metadata.xml| 12 
 3 files changed, 46 insertions(+)

diff --git a/net-wireless/iwdgui/Manifest b/net-wireless/iwdgui/Manifest
new file mode 100644
index 0..0b373090c
--- /dev/null
+++ b/net-wireless/iwdgui/Manifest
@@ -0,0 +1 @@
+DIST iwdgui-0.1.0.tar.gz 171453 BLAKE2B 
0d5e7e88b66d5d0b53c254ee152c441a58800d2f528cb27e206cdeb99f7cc12e4f94b5efb33bf1d0731a660b7d0813f90d20f1eec9481aaafe38b7dc2c84345a
 SHA512 
ca208424f09647fa2c9e35f7d4c945638f3e94407fdcd8594c03a49be0beb554a0ab5563771bc6e8106e3f71f6df9bbd991a5d79d4b156cc3c64c89878c9fa42

diff --git a/net-wireless/iwdgui/iwdgui-0.1.0.ebuild 
b/net-wireless/iwdgui/iwdgui-0.1.0.ebuild
new file mode 100644
index 0..6fede9edd
--- /dev/null
+++ b/net-wireless/iwdgui/iwdgui-0.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 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=bdepend
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="A graphical frontend for IWD, Intel's iNet Wireless Daemon"
+HOMEPAGE="https://gitlab.com/hfernh/iwdgui https://pypi.org/project/iwdgui;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64  ~x86"
+IUSE=""
+REQUIRED_USE=""
+
+# Upstream does not provide any test suite.
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/glib
+   dev-libs/gobject-introspection
+   dev-python/dbus-python
+   x11-libs/gtk+:3
+   dev-python/netifaces
+   net-wireless/iwd"
+
+BDEPEND="${RDEPEND}"
+DEPEND="${BDEPEND}"

diff --git a/net-wireless/iwdgui/metadata.xml b/net-wireless/iwdgui/metadata.xml
new file mode 100644
index 0..18afe912a
--- /dev/null
+++ b/net-wireless/iwdgui/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hf...@fernhout.info
+   Johannes Willem (Hans) Fernhout
+   
+   
+   iwdgui
+   hfernh/iwdgui
+   
+



[gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/

2021-07-14 Thread Georgy Yakovlev
commit: 71ddd68f5321ffdd2946dcb676a59ea1e5909f6e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul 14 20:38:25 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 14 20:38:25 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=71ddd68f

releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec: use correct rel

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

 releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec 
b/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
index e27fa29b..fc04c20a 100644
--- a/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
+++ b/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
@@ -1,7 +1,7 @@
 subarch: power9le
 target: stage1
 version_stamp: systemd-@TIMESTAMP@
-rel_type: default
+rel_type: power9le
 profile: default/linux/ppc64le/17.0/systemd
 snapshot: @TIMESTAMP@
 source_subpath: power9le/stage3-power9le-systemd-latest



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/files/

2021-07-14 Thread Conrad Kostecki
commit: 03a990239c826d2e6689552dad2c3ab3a0bd133b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 14 19:23:58 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 20:03:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a99023

kde-apps/kwave: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/21640
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 kde-apps/kwave/files/kwave-21.04.1-gcc11.patch | 12 
 1 file changed, 12 deletions(-)

diff --git a/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch 
b/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch
deleted file mode 100644
index cc2e8218cf1..000
--- a/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/plugins/codec_wav/WavDecoder.cpp 
b/plugins/codec_wav/WavDecoder.cpp
-index 9430404..2390c08 100644
 a/plugins/codec_wav/WavDecoder.cpp
-+++ b/plugins/codec_wav/WavDecoder.cpp
-@@ -18,6 +18,7 @@
- #include "config.h"
- #include 
- #include 
-+#include 
- 
- #include 
- 



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

2021-07-14 Thread Conrad Kostecki
commit: f6fbe74a87c4108a4fe5567e60cd8fed06003746
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 14 19:25:18 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 20:03:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fbe74a

net-vpn/i2p: remove unused patch

Bug: https://github.com/gentoo/gentoo/pull/21641
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...47-DataHelper-decompress-fix-length-check.patch | 25 --
 1 file changed, 25 deletions(-)

diff --git 
a/net-vpn/i2p/files/i2p-0.9.47-DataHelper-decompress-fix-length-check.patch 
b/net-vpn/i2p/files/i2p-0.9.47-DataHelper-decompress-fix-length-check.patch
deleted file mode 100644
index b728cc28cb1..000
--- a/net-vpn/i2p/files/i2p-0.9.47-DataHelper-decompress-fix-length-check.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-# from https://trac.i2p2.de/ticket/2770
-From ceb0749e0d5c3c496b4a91bc3a9d3b5e296fc456 Mon Sep 17 00:00:00 2001
-From: zzz 
-Date: Wed, 2 Sep 2020 15:57:04 +
-Subject: [PATCH] Util: Fix decompression of compressed zero bytes (ticket
- #2770)
-

- core/java/src/net/i2p/data/DataHelper.java | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/core/java/src/net/i2p/data/DataHelper.java 
b/core/java/src/net/i2p/data/DataHelper.java
-index aaa47797c3..39f766e6fa 100644
 a/core/java/src/net/i2p/data/DataHelper.java
-+++ b/core/java/src/net/i2p/data/DataHelper.java
-@@ -1902,7 +1902,8 @@ public static String unescapeHTML(String escaped) {
-  */
- public static byte[] decompress(byte orig[], int offset, int length) 
throws IOException {
- if (orig == null) return orig;
--if (length < 23)
-+// normal overhead is 23 bytes, but a compress of zero bytes is 20 
bytes
-+if (length < 20)
- throw new IOException("length");
- if (length < 65559 && orig[offset + 10] == 0x01)
- return zeroDecompress(orig, offset, length);



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/files/

2021-07-14 Thread Conrad Kostecki
commit: 8441848c703d5ff62936d43748021563a2e95d6f
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 14 19:27:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 20:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8441848c

net-wireless/bluez: remove unused files

Closes: https://github.com/gentoo/gentoo/pull/21642
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/bluez/files/69-btattach-bcm.rules   | 33 
 net-wireless/bluez/files/bluetooth-init.d-r4 | 12 -
 net-wireless/bluez/files/btattach-bcm-service.sh | 30 -
 net-wireless/bluez/files/btattach-bcm_at.service |  6 -
 4 files changed, 81 deletions(-)

diff --git a/net-wireless/bluez/files/69-btattach-bcm.rules 
b/net-wireless/bluez/files/69-btattach-bcm.rules
deleted file mode 100644
index dfe8d1e785c..000
--- a/net-wireless/bluez/files/69-btattach-bcm.rules
+++ /dev/null
@@ -1,33 +0,0 @@
-# Some devices have a bluetooth HCI connected to an uart, these needs to be
-# setup by calling btattach. The systemd btattach-bcm.service takes care of
-# this. These udev rules hardware-activate that service when necessary.
-#
-# For now this only suports ACPI enumerated Broadcom BT HCIs.
-# This has been tested on Bay and Cherry Trail devices with both ACPI and
-# PCI enumerated UARTs.
-
-# Note we check for the platform device not for the acpi device, because
-# some DSDTs list multiple bluetooth adapters, but only some (or none)
-# are enabled. Only enabled adapters get a platform device created.
-ACTION!="add", GOTO="btattach_bcm_rules_end"
-SUBSYSTEM!="platform", GOTO="btattach_bcm_rules_end"
-
-KERNEL=="BCM2E1A:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E39:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E3A:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E3D:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E3F:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E40:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E54:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E55:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E64:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E65:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E67:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E71:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E7B:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E7C:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E7E:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E95:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-KERNEL=="BCM2E96:00", TAG+="systemd", 
ENV{SYSTEMD_WANTS}="btattach-bcm@%k.service"
-
-LABEL="btattach_bcm_rules_end"

diff --git a/net-wireless/bluez/files/bluetooth-init.d-r4 
b/net-wireless/bluez/files/bluetooth-init.d-r4
deleted file mode 100644
index e69c66867fa..000
--- a/net-wireless/bluez/files/bluetooth-init.d-r4
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-pidfile="/run/bluetoothd.pid"
-command="/usr/libexec/bluetooth/bluetoothd"
-command_background=1
-
-depend() {
-   after coldplug
-   need dbus localmount hostname
-}

diff --git a/net-wireless/bluez/files/btattach-bcm-service.sh 
b/net-wireless/bluez/files/btattach-bcm-service.sh
deleted file mode 100644
index c7f8b178467..000
--- a/net-wireless/bluez/files/btattach-bcm-service.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-
-# Simple shell script to wait for the tty for an uart using BT HCI to show up
-# and then invoke btattach with the right parameters, this is intended to be
-# invoked from a hardware-activated systemd service
-#
-# For now this only suports ACPI enumerated Broadcom BT HCIs.
-# This has been tested on Bay and Cherry Trail devices with both ACPI and
-# PCI enumerated UARTs.
-#
-# Note the kernel bt developers are working on solving this entirely in the
-# kernel, so it is not worth the trouble to write something better then this.
-
-BT_DEV="/sys/bus/platform/devices/$1"
-BT_DEV="$(readlink -f $BT_DEV)"
-UART_DEV="$(dirname $BT_DEV)"
-
-# Stupid GPD-pocket has USB BT with id :, but still claims to have
-# an uart attached bt
-if [ "$1" = "BCM2E7E:00" ] && lsusb | grep -q "ID :"; then
-   exit 0
-fi
-
-while [ ! -d "$UART_DEV/tty" ]; do
- 

[gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/files/

2021-07-14 Thread Conrad Kostecki
commit: 7ee13adcdb7e097978a4173022b0b4c1b3b43d9c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul 14 19:24:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 20:02:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee13adc

media-radio/xlog: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/21639
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../xlog/files/xlog-2.0.13-desktop-update.patch| 51 --
 1 file changed, 51 deletions(-)

diff --git a/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch 
b/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch
deleted file mode 100644
index cf834e13ec7..000
--- a/media-radio/xlog/files/xlog-2.0.13-desktop-update.patch
+++ /dev/null
@@ -1,51 +0,0 @@
 configure.ac.orig  2007-11-06 15:49:25.0 -0800
-+++ configure.ac   2007-11-06 15:51:22.0 -0800
-@@ -48,6 +48,7 @@
- AH_TEMPLATE([HAVE_LC_MESSAGES], [])
- AH_TEMPLATE([HAVE_STPCPY], [])
- 
-+dnl MIME update
- AC_ARG_ENABLE(mime-update,
- [  --enable-mime-updateupdate the mime database],
- [case "${enableval}" in
-@@ -63,6 +64,21 @@
-   echo "disabled updating of the mime database"
- fi
- 
-+dnl Desktop update
-+AC_ARG_ENABLE(desktop-update,
-+[  --enable-desktop-updateupdate the desktop database],
-+[case "${enableval}" in
-+  yes) desk_update=true ;;
-+  no)  desk_update=false ;;
-+  *) AC_MSG_ERROR(bad value ${enableval} for --enable-desk-update) ;;
-+esac],[desk_update=false])
-+AM_CONDITIONAL(DESKUPDATE, test x$desk_update = xtrue)
-+
-+if test "x${desk_update}" != "xfalse"; then
-+  echo "enabled updating of the desktop database"
-+else
-+  echo "disabled updating of the desktop database"
-+fi
- 
- AC_OUTPUT([po/Makefile.in
- Makefile
 data/desktop/Makefile.am.orig  2007-11-06 15:47:51.0 -0800
-+++ data/desktop/Makefile.am   2007-11-06 15:48:16.0 -0800
-@@ -5,12 +5,16 @@
- 
- EXTRA_DIST = $(DESKTOP_FILES)
- 
-+if DESKUPDATE
- install-data-hook:
- if HAVE_DESKTOP
-   $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications"
- endif
-+endif
- 
-+if DESKUPDATE
- uninstall-hook:
- if HAVE_DESKTOP
-   $(UPDATE_DESKTOP_DATABASE) "$(DESTDIR)$(datadir)/applications"
- endif
-+endif



[gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/

2021-07-14 Thread Georgy Yakovlev
commit: 6c8474dffbc82420319ae0d333bd8a42980a84b9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul 14 20:03:08 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 14 20:03:08 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=6c8474df

releases/specs/ppc/ppc64le: tune update_seed_command for new VM

we now have 16CPUs and 32G ram POWER9

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

 releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc.spec | 2 +-
 releases/specs/ppc/ppc64le/stage1-openrc-power9le.spec  | 2 +-
 releases/specs/ppc/ppc64le/stage1-openrc.spec   | 2 +-
 releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec | 2 +-
 releases/specs/ppc/ppc64le/stage1-systemd.spec  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc.spec 
b/releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc.spec
index d1a74651..aba58d2b 100644
--- a/releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc.spec
+++ b/releases/specs/ppc/ppc64le/stage1-musl-hardened-openrc.spec
@@ -8,7 +8,7 @@ source_subpath: 
musl-hardened/stage3-ppc64le-musl-hardened-openrc-latest
 chost: powerpc64le-gentoo-linux-musl
 compression_mode: pixz_x
 update_seed: yes
-update_seed_command: --update --deep --newuse @world --jobs 5 --load-average 5
+update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
 portage_confdir: @REPO_DIR@/releases/portage/stages-musl
 portage_prefix: releng
 repos: /var/db/repos/musl

diff --git a/releases/specs/ppc/ppc64le/stage1-openrc-power9le.spec 
b/releases/specs/ppc/ppc64le/stage1-openrc-power9le.spec
index caf9c04d..064149a4 100644
--- a/releases/specs/ppc/ppc64le/stage1-openrc-power9le.spec
+++ b/releases/specs/ppc/ppc64le/stage1-openrc-power9le.spec
@@ -7,6 +7,6 @@ snapshot: @TIMESTAMP@
 source_subpath: power9le/stage3-power9le-openrc-latest
 compression_mode: pixz_x
 update_seed: yes
-update_seed_command: --update --deep --newuse @world --jobs 64 --load-average 
128
+update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/ppc/ppc64le/stage1-openrc.spec 
b/releases/specs/ppc/ppc64le/stage1-openrc.spec
index 2ac862ca..ddefab67 100644
--- a/releases/specs/ppc/ppc64le/stage1-openrc.spec
+++ b/releases/specs/ppc/ppc64le/stage1-openrc.spec
@@ -7,6 +7,6 @@ snapshot: @TIMESTAMP@
 source_subpath: default/stage3-ppc64le-openrc-latest
 compression_mode: pixz_x
 update_seed: yes
-update_seed_command: --update --deep --newuse @world --jobs 5 --load-average 5
+update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec 
b/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
index 404eb613..e27fa29b 100644
--- a/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
+++ b/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
@@ -7,6 +7,6 @@ snapshot: @TIMESTAMP@
 source_subpath: power9le/stage3-power9le-systemd-latest
 compression_mode: pixz_x
 update_seed: yes
-update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 8
+update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/ppc/ppc64le/stage1-systemd.spec 
b/releases/specs/ppc/ppc64le/stage1-systemd.spec
index 79b1a9f1..7250873b 100644
--- a/releases/specs/ppc/ppc64le/stage1-systemd.spec
+++ b/releases/specs/ppc/ppc64le/stage1-systemd.spec
@@ -7,6 +7,6 @@ snapshot: @TIMESTAMP@
 source_subpath: default/stage3-ppc64le-systemd-latest
 compression_mode: pixz_x
 update_seed: yes
-update_seed_command: --update --deep --newuse @world --jobs 5 --load-average 5
+update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng



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

2021-07-14 Thread Conrad Kostecki
commit: 0b71b5dabee2f0f5c839ecf4d981e7b1143561ff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:57:47 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b71b5da

net-analyzer/kapacitor: drop old version

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

 net-analyzer/kapacitor/Manifest  |  2 -
 net-analyzer/kapacitor/kapacitor-1.4.1-r1.ebuild | 48 
 net-analyzer/kapacitor/kapacitor-1.5.1.ebuild| 48 
 3 files changed, 98 deletions(-)

diff --git a/net-analyzer/kapacitor/Manifest b/net-analyzer/kapacitor/Manifest
index ed51e89c0fe..e84886f6f4f 100644
--- a/net-analyzer/kapacitor/Manifest
+++ b/net-analyzer/kapacitor/Manifest
@@ -1,3 +1 @@
-DIST kapacitor-1.4.1.tar.gz 7543899 BLAKE2B 
142ea7899be3728d2e857a83beebb8ff32dae6b7a71097de1474878a1728c6597937d03a828746af2464d6406ae80796b11579a10baacb66843bd535f971d940
 SHA512 
315e01e97f6a89afbbd0e36c17ee64d2744bc8ccce2e318f17ad5fba75599fdc55c303069c32aed07ba73c8ba9cdbacdb76c7ffe0c81681c1ef0be0ba405802e
-DIST kapacitor-1.5.1.tar.gz 5668659 BLAKE2B 
5caf7a51945d84010f25dcbe198d4a1b7fc21f2ef7036a0489d6274212068937942f0490637a11ab05399d3a95ec1d96f3d42f0a2b3e3b7b4ff1377ef1e220e6
 SHA512 
6e25f89d9b75c6c14350a189be7bcd4210a331025a4bd0a8fa363dee8abbe8c582013a9c3020e638e9490ded12d70212963dc01bd3570395412641e2911d93f5
 DIST kapacitor-1.5.5.tar.gz 5708426 BLAKE2B 
432d24f3bbe0f42e36b881e0c709cebd96dd3674ddf752f6a25cfb333108c903073b887e12d630d6c9e33a77b1256ea090cfe216cd9eb30b9bee53c48b7ab154
 SHA512 
34a2577a9c6f069ab8f747b9bd2f80f941bbedcccd740c24ec9f308804ec259e78cf14c924fcee3315b6f9f7f59adb9c50aedf06587898b8a0fb54f721d79212

diff --git a/net-analyzer/kapacitor/kapacitor-1.4.1-r1.ebuild 
b/net-analyzer/kapacitor/kapacitor-1.4.1-r1.ebuild
deleted file mode 100644
index dd499480fbd..000
--- a/net-analyzer/kapacitor/kapacitor-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/influxdata/kapacitor
-
-inherit golang-build golang-vcs-snapshot systemd user
-
-DESCRIPTION="Monitoring, processing and alerting on time series data"
-HOMEPAGE="https://www.influxdata.com;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-pkg_setup() {
-   enewgroup kapacitor
-   enewuser kapacitor -1 -1 /var/lib/kapacitor kapacitor
-}
-
-src_compile() {
-   pushd "src/${EGO_PN}" > /dev/null || die
-   set -- env GOPATH="${S}" go build -v -work -x ./...
-   echo "$@"
-   "$@" || die "compile failed"
-   popd > /dev/null
-}
-
-src_install() {
-   pushd "src/${EGO_PN}" > /dev/null || die
-   set -- env GOPATH="${S}" go install -v -work -x ./...
-   echo "$@"
-   "$@" || die
-   dobin "${S}"/bin/kapacitor{,d}
-   insinto /etc/kapacitor
-doins etc/kapacitor/kapacitor.conf
-keepdir /etc/kapacitor/load
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/kapacitor
-   systemd_dounit scripts/kapacitor.service
-   keepdir /var/log/kapacitor
-   fowners kapacitor:kapacitor /var/log/kapacitor
-   newconfd "${FILESDIR}"/kapacitor.confd kapacitor
-   newinitd "${FILESDIR}"/kapacitor.rc kapacitor
-   popd > /dev/null || die
-}

diff --git a/net-analyzer/kapacitor/kapacitor-1.5.1.ebuild 
b/net-analyzer/kapacitor/kapacitor-1.5.1.ebuild
deleted file mode 100644
index dd499480fbd..000
--- a/net-analyzer/kapacitor/kapacitor-1.5.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/influxdata/kapacitor
-
-inherit golang-build golang-vcs-snapshot systemd user
-
-DESCRIPTION="Monitoring, processing and alerting on time series data"
-HOMEPAGE="https://www.influxdata.com;
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-pkg_setup() {
-   enewgroup kapacitor
-   enewuser kapacitor -1 -1 /var/lib/kapacitor kapacitor
-}
-
-src_compile() {
-   pushd "src/${EGO_PN}" > /dev/null || die
-   set -- env GOPATH="${S}" go build -v -work -x ./...
-   echo "$@"
-   "$@" || die "compile failed"
-   popd > /dev/null
-}
-
-src_install() {
-   pushd "src/${EGO_PN}" > /dev/null || die
-   set -- env GOPATH="${S}" go install -v -work -x ./...
-   echo "$@"
-   "$@" || die
-   dobin "${S}"/bin/kapacitor{,d}
-   insinto /etc/kapacitor
-doins etc/kapacitor/kapacitor.conf
-keepdir /etc/kapacitor/load
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/kapacitor
-   systemd_dounit 

[gentoo-commits] repo/gentoo:master commit in: acct-group/trickster/

2021-07-14 Thread Conrad Kostecki
commit: 9ba796a94a442f84e983e06d3144b4b5dbff4642
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:33:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba796a9

acct-group/trickster: add group (119) trickster

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

 acct-group/trickster/metadata.xml   |  8 
 acct-group/trickster/trickster-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/trickster/metadata.xml 
b/acct-group/trickster/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/acct-group/trickster/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+

diff --git a/acct-group/trickster/trickster-0.ebuild 
b/acct-group/trickster/trickster-0.ebuild
new file mode 100644
index 000..fa5e8899531
--- /dev/null
+++ b/acct-group/trickster/trickster-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-apps/trickster"
+
+ACCT_GROUP_ID="119"



[gentoo-commits] repo/gentoo:master commit in: acct-group/h2o/

2021-07-14 Thread Conrad Kostecki
commit: 1a3cecd054ca9eae6942cb429635881460b67d53
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:35:28 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3cecd0

acct-group/h2o: add group (141) h2o

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

 acct-group/h2o/h2o-0.ebuild | 10 ++
 acct-group/h2o/metadata.xml |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/h2o/h2o-0.ebuild b/acct-group/h2o/h2o-0.ebuild
new file mode 100644
index 000..210bbacb211
--- /dev/null
+++ b/acct-group/h2o/h2o-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-servers/h2o"
+
+ACCT_GROUP_ID="141"

diff --git a/acct-group/h2o/metadata.xml b/acct-group/h2o/metadata.xml
new file mode 100644
index 000..7ffc4339bc5
--- /dev/null
+++ b/acct-group/h2o/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hat...@gentoo.org
+   Akinori Hattori
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/nginx/

2021-07-14 Thread Conrad Kostecki
commit: 32d8ee8826d715708ec4ec0b5bfc24d5dac2dab3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:40:02 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d8ee88

acct-group/nginx: add group (82) nginx

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

 acct-group/nginx/metadata.xml   |  8 
 acct-group/nginx/nginx-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/nginx/metadata.xml b/acct-group/nginx/metadata.xml
new file mode 100644
index 000..a32d600f949
--- /dev/null
+++ b/acct-group/nginx/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
+

diff --git a/acct-group/nginx/nginx-0.ebuild b/acct-group/nginx/nginx-0.ebuild
new file mode 100644
index 000..3377bb72a49
--- /dev/null
+++ b/acct-group/nginx/nginx-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-servers/nginx"
+
+ACCT_GROUP_ID="82"



[gentoo-commits] repo/gentoo:master commit in: acct-group/monkeyd/

2021-07-14 Thread Conrad Kostecki
commit: 828adb53740be53d3b1886db7fe553c00373af9f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:37:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828adb53

acct-group/monkeyd: add group (149) monkeyd

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

 acct-group/monkeyd/metadata.xml |  8 
 acct-group/monkeyd/monkeyd-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/monkeyd/metadata.xml b/acct-group/monkeyd/metadata.xml
new file mode 100644
index 000..d920e3ba3e5
--- /dev/null
+++ b/acct-group/monkeyd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+

diff --git a/acct-group/monkeyd/monkeyd-0.ebuild 
b/acct-group/monkeyd/monkeyd-0.ebuild
new file mode 100644
index 000..6869bd2a745
--- /dev/null
+++ b/acct-group/monkeyd/monkeyd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-servers/monkeyd"
+
+ACCT_GROUP_ID="149"



[gentoo-commits] repo/gentoo:master commit in: acct-group/thttpd/

2021-07-14 Thread Conrad Kostecki
commit: 1c86c5a433edce0021a20e0ee1f03e52d12b00d8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:43:58 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c86c5a4

acct-group/thttpd: add group (155) thttpd

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

 acct-group/thttpd/metadata.xml|  8 
 acct-group/thttpd/thttpd-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/thttpd/metadata.xml b/acct-group/thttpd/metadata.xml
new file mode 100644
index 000..d920e3ba3e5
--- /dev/null
+++ b/acct-group/thttpd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+

diff --git a/acct-group/thttpd/thttpd-0.ebuild 
b/acct-group/thttpd/thttpd-0.ebuild
new file mode 100644
index 000..f30403a0194
--- /dev/null
+++ b/acct-group/thttpd/thttpd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-servers/thttpd"
+
+ACCT_GROUP_ID="155"



[gentoo-commits] repo/gentoo:master commit in: acct-group/lightdm/

2021-07-14 Thread Conrad Kostecki
commit: 322857dfdf14e0ae10ea3a1c4e0860303e399c46
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:46:10 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322857df

acct-group/lightdm: add group (134) lightdm

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

 acct-group/lightdm/lightdm-0.ebuild | 10 ++
 acct-group/lightdm/metadata.xml |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/lightdm/lightdm-0.ebuild 
b/acct-group/lightdm/lightdm-0.ebuild
new file mode 100644
index 000..eeedf50e22a
--- /dev/null
+++ b/acct-group/lightdm/lightdm-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for x11-misc/lightdm"
+
+ACCT_GROUP_ID="134"

diff --git a/acct-group/lightdm/metadata.xml b/acct-group/lightdm/metadata.xml
new file mode 100644
index 000..95aa13f6c5e
--- /dev/null
+++ b/acct-group/lightdm/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/vdr/

2021-07-14 Thread Conrad Kostecki
commit: 9f1403e58d5071720f90a4de435ba44046037082
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:50:05 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1403e5

acct-group/vdr: add group (92) vdr

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

 acct-group/vdr/metadata.xml |  8 
 acct-group/vdr/vdr-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/vdr/metadata.xml b/acct-group/vdr/metadata.xml
new file mode 100644
index 000..984a01fab26
--- /dev/null
+++ b/acct-group/vdr/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   v...@gentoo.org
+   Gentoo VDR Project
+   
+

diff --git a/acct-group/vdr/vdr-0.ebuild b/acct-group/vdr/vdr-0.ebuild
new file mode 100644
index 000..2aab79f2bb6
--- /dev/null
+++ b/acct-group/vdr/vdr-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for media-tv/gentoo-vdr-scripts"
+
+ACCT_GROUP_ID="92"



[gentoo-commits] repo/gentoo:master commit in: acct-group/vacation/

2021-07-14 Thread Conrad Kostecki
commit: 7a2b9f61b54d73af209e071eafe27147d3912ed9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:29:30 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2b9f61

acct-group/vacation: add group (125) vacation

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

 acct-group/vacation/metadata.xml  | 12 
 acct-group/vacation/vacation-0.ebuild | 10 ++
 2 files changed, 22 insertions(+)

diff --git a/acct-group/vacation/metadata.xml b/acct-group/vacation/metadata.xml
new file mode 100644
index 000..b5bf61d4207
--- /dev/null
+++ b/acct-group/vacation/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   titanof...@gentoo.org
+   Aaron W. Swenson
+   
+   
+   web-a...@gentoo.org
+   Gentoo Webapps
+   
+

diff --git a/acct-group/vacation/vacation-0.ebuild 
b/acct-group/vacation/vacation-0.ebuild
new file mode 100644
index 000..94ef2caa53e
--- /dev/null
+++ b/acct-group/vacation/vacation-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-apps/postfixadmin"
+
+ACCT_GROUP_ID="125"



[gentoo-commits] repo/gentoo:master commit in: acct-group/resin/

2021-07-14 Thread Conrad Kostecki
commit: 692319d5255229acbe3f4d253f2329551f958860
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:42:05 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692319d5

acct-group/resin: add group (140) resin

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

 acct-group/resin/metadata.xml   |  8 
 acct-group/resin/resin-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/resin/metadata.xml b/acct-group/resin/metadata.xml
new file mode 100644
index 000..952a4b9b605
--- /dev/null
+++ b/acct-group/resin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   j...@gentoo.org
+   Java
+   
+

diff --git a/acct-group/resin/resin-0.ebuild b/acct-group/resin/resin-0.ebuild
new file mode 100644
index 000..110eae9c3c1
--- /dev/null
+++ b/acct-group/resin/resin-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-servers/resin"
+
+ACCT_GROUP_ID="140"



[gentoo-commits] repo/gentoo:master commit in: acct-group/rt/

2021-07-14 Thread Conrad Kostecki
commit: 925d0192f542cd8538645d39a76be68f48dabb26
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:31:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925d0192

acct-group/rt: add group (126) rt

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

 acct-group/rt/metadata.xml | 12 
 acct-group/rt/rt-0.ebuild  | 10 ++
 2 files changed, 22 insertions(+)

diff --git a/acct-group/rt/metadata.xml b/acct-group/rt/metadata.xml
new file mode 100644
index 000..b5bf61d4207
--- /dev/null
+++ b/acct-group/rt/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   titanof...@gentoo.org
+   Aaron W. Swenson
+   
+   
+   web-a...@gentoo.org
+   Gentoo Webapps
+   
+

diff --git a/acct-group/rt/rt-0.ebuild b/acct-group/rt/rt-0.ebuild
new file mode 100644
index 000..460d0c3d7dc
--- /dev/null
+++ b/acct-group/rt/rt-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-apps/rt"
+
+ACCT_GROUP_ID="126"



[gentoo-commits] repo/gentoo:master commit in: acct-group/partimag/

2021-07-14 Thread Conrad Kostecki
commit: 3b549a47ec8d1b885e959c229f68cfad5f7274b1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:17:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b549a47

acct-group/partimag: add group (91) partimag

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

 acct-group/partimag/metadata.xml  |  8 
 acct-group/partimag/partimag-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/partimag/metadata.xml b/acct-group/partimag/metadata.xml
new file mode 100644
index 000..4eb20a048df
--- /dev/null
+++ b/acct-group/partimag/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   base-sys...@gentoo.org
+   Gentoo Base System
+   
+

diff --git a/acct-group/partimag/partimag-0.ebuild 
b/acct-group/partimag/partimag-0.ebuild
new file mode 100644
index 000..15a7d3eb6b9
--- /dev/null
+++ b/acct-group/partimag/partimag-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-block/partimage"
+
+ACCT_GROUP_ID="91"



[gentoo-commits] repo/gentoo:master commit in: acct-group/cron/

2021-07-14 Thread Conrad Kostecki
commit: 5659d6a1c48a21fac0c7a2ea42b37ff6d8e53c57
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:24:04 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5659d6a1

acct-group/cron: add group (16) cron

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

 acct-group/cron/cron-0.ebuild | 10 ++
 acct-group/cron/metadata.xml  |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/cron/cron-0.ebuild b/acct-group/cron/cron-0.ebuild
new file mode 100644
index 000..84116177ac0
--- /dev/null
+++ b/acct-group/cron/cron-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-process/cronbase"
+
+ACCT_GROUP_ID="16"

diff --git a/acct-group/cron/metadata.xml b/acct-group/cron/metadata.xml
new file mode 100644
index 000..d920e3ba3e5
--- /dev/null
+++ b/acct-group/cron/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/munge/

2021-07-14 Thread Conrad Kostecki
commit: 694476736f03e4032ab0c651f6143acb84d15192
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:13:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69447673

acct-group/munge: add group (144) munge

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

 acct-group/munge/metadata.xml   |  8 
 acct-group/munge/munge-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/munge/metadata.xml b/acct-group/munge/metadata.xml
new file mode 100644
index 000..8bf4b5f3695
--- /dev/null
+++ b/acct-group/munge/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   clus...@gentoo.org
+   Gentoo Cluster Project
+   
+

diff --git a/acct-group/munge/munge-0.ebuild b/acct-group/munge/munge-0.ebuild
new file mode 100644
index 000..d51744087c2
--- /dev/null
+++ b/acct-group/munge/munge-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-auth/munge"
+
+ACCT_GROUP_ID="144"



[gentoo-commits] repo/gentoo:master commit in: acct-group/fcron/

2021-07-14 Thread Conrad Kostecki
commit: d728e9570a5a81960a410eaad78836138400e9ce
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:25:59 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d728e957

acct-group/fcron: add group (120) fcron

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

 acct-group/fcron/fcron-0.ebuild | 10 ++
 acct-group/fcron/metadata.xml   | 12 
 2 files changed, 22 insertions(+)

diff --git a/acct-group/fcron/fcron-0.ebuild b/acct-group/fcron/fcron-0.ebuild
new file mode 100644
index 000..2eb3684b77b
--- /dev/null
+++ b/acct-group/fcron/fcron-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-process/fcron"
+
+ACCT_GROUP_ID="120"

diff --git a/acct-group/fcron/metadata.xml b/acct-group/fcron/metadata.xml
new file mode 100644
index 000..891fc5d0847
--- /dev/null
+++ b/acct-group/fcron/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/karma/

2021-07-14 Thread Conrad Kostecki
commit: c7c9af0d956ff89781894fa785b0f9707ad43c2b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:27:33 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c9af0d

acct-group/karma: add group (118) karma

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

 acct-group/karma/karma-0.ebuild | 10 ++
 acct-group/karma/metadata.xml   |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/karma/karma-0.ebuild b/acct-group/karma/karma-0.ebuild
new file mode 100644
index 000..1631d655b6b
--- /dev/null
+++ b/acct-group/karma/karma-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for www-apps/karma-bin"
+
+ACCT_GROUP_ID="118"

diff --git a/acct-group/karma/metadata.xml b/acct-group/karma/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/acct-group/karma/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/foldingathome/

2021-07-14 Thread Conrad Kostecki
commit: bdafa69fbfb3f1613a4c81a0d80e9d1a724acaef
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:51:24 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdafa69f

acct-group/foldingathome: add group (128) foldingathome

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

 acct-group/foldingathome/foldingathome-0.ebuild | 10 ++
 acct-group/foldingathome/metadata.xml   |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/foldingathome/foldingathome-0.ebuild 
b/acct-group/foldingathome/foldingathome-0.ebuild
new file mode 100644
index 000..216461c8693
--- /dev/null
+++ b/acct-group/foldingathome/foldingathome-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sci-biology/foldingathome"
+
+ACCT_GROUP_ID="128"

diff --git a/acct-group/foldingathome/metadata.xml 
b/acct-group/foldingathome/metadata.xml
new file mode 100644
index 000..8417d1580d4
--- /dev/null
+++ b/acct-group/foldingathome/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sci-biol...@gentoo.org
+   Gentoo Biology Project
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/icecream/

2021-07-14 Thread Conrad Kostecki
commit: 4a47ea900251ce1b31ddd41bb194043e7ec40d4b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:22:05 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a47ea90

acct-group/icecream: add group (145) icecream

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

 acct-group/icecream/icecream-0.ebuild | 10 ++
 acct-group/icecream/metadata.xml  |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/icecream/icecream-0.ebuild 
b/acct-group/icecream/icecream-0.ebuild
new file mode 100644
index 000..08f8a89a7b9
--- /dev/null
+++ b/acct-group/icecream/icecream-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-devel/icecream"
+
+ACCT_GROUP_ID="145"

diff --git a/acct-group/icecream/metadata.xml b/acct-group/icecream/metadata.xml
new file mode 100644
index 000..8bf4b5f3695
--- /dev/null
+++ b/acct-group/icecream/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   clus...@gentoo.org
+   Gentoo Cluster Project
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/haclient/

2021-07-14 Thread Conrad Kostecki
commit: 254fe8e4e99726a682003b36d8bf09b8ce558202
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:19:56 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254fe8e4

acct-group/haclient: add group (204) haclient

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

 acct-group/haclient/haclient-0.ebuild | 10 ++
 acct-group/haclient/metadata.xml  |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/haclient/haclient-0.ebuild 
b/acct-group/haclient/haclient-0.ebuild
new file mode 100644
index 000..26dcd63c48e
--- /dev/null
+++ b/acct-group/haclient/haclient-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-cluster/cluster-glue"
+
+ACCT_GROUP_ID="204"

diff --git a/acct-group/haclient/metadata.xml b/acct-group/haclient/metadata.xml
new file mode 100644
index 000..8bf4b5f3695
--- /dev/null
+++ b/acct-group/haclient/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   clus...@gentoo.org
+   Gentoo Cluster Project
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/gauth/

2021-07-14 Thread Conrad Kostecki
commit: 476929762466ab88b90cf2455d723e77bc3f682f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:56:48 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47692976

acct-group/gauth: add group (138) gauth

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

 acct-group/gauth/gauth-0.ebuild | 10 ++
 acct-group/gauth/metadata.xml   |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/gauth/gauth-0.ebuild b/acct-group/gauth/gauth-0.ebuild
new file mode 100644
index 000..31dc4549fa3
--- /dev/null
+++ b/acct-group/gauth/gauth-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-auth/google-authenticator-wrappers"
+
+ACCT_GROUP_ID="138"

diff --git a/acct-group/gauth/metadata.xml b/acct-group/gauth/metadata.xml
new file mode 100644
index 000..0319eec4c8b
--- /dev/null
+++ b/acct-group/gauth/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mgo...@gentoo.org
+   Michał Górny
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/roccat/

2021-07-14 Thread Conrad Kostecki
commit: 2ef28eb2a5ca1012bb18301a1b4497cf8b9c13f5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:53:36 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef28eb2

acct-group/roccat: add group (203) roccat

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

 acct-group/roccat/metadata.xml|  8 
 acct-group/roccat/roccat-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/roccat/metadata.xml b/acct-group/roccat/metadata.xml
new file mode 100644
index 000..95aa13f6c5e
--- /dev/null
+++ b/acct-group/roccat/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   
+

diff --git a/acct-group/roccat/roccat-0.ebuild 
b/acct-group/roccat/roccat-0.ebuild
new file mode 100644
index 000..8c8638f0a4e
--- /dev/null
+++ b/acct-group/roccat/roccat-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for sys-apps/roccat-tools"
+
+ACCT_GROUP_ID="203"



[gentoo-commits] repo/gentoo:master commit in: acct-group/nm-openvpn/

2021-07-14 Thread Conrad Kostecki
commit: d68f450540843dee326fe69e81692847d261080d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:48:39 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68f4505

acct-group/nm-openvpn: add group (143) nm-openvpn

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

 acct-group/nm-openvpn/metadata.xml|  8 
 acct-group/nm-openvpn/nm-openvpn-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/nm-openvpn/metadata.xml 
b/acct-group/nm-openvpn/metadata.xml
new file mode 100644
index 000..996e7cacd21
--- /dev/null
+++ b/acct-group/nm-openvpn/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+

diff --git a/acct-group/nm-openvpn/nm-openvpn-0.ebuild 
b/acct-group/nm-openvpn/nm-openvpn-0.ebuild
new file mode 100644
index 000..2c34fcd0053
--- /dev/null
+++ b/acct-group/nm-openvpn/nm-openvpn-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for net-vpn/networkmanager-openvpn"
+
+ACCT_GROUP_ID="143"



[gentoo-commits] repo/gentoo:master commit in: acct-group/badvpn/

2021-07-14 Thread Conrad Kostecki
commit: 0cd652ad785e35bcdae5609af0d0b0c39047771f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:44:24 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd652ad

acct-group/badvpn: add group (116) badvpn

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

 acct-group/badvpn/badvpn-0.ebuild | 10 ++
 acct-group/badvpn/metadata.xml|  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/badvpn/badvpn-0.ebuild 
b/acct-group/badvpn/badvpn-0.ebuild
new file mode 100644
index 000..75a69db4196
--- /dev/null
+++ b/acct-group/badvpn/badvpn-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for net-vpn/badvpn"
+
+ACCT_GROUP_ID="116"

diff --git a/acct-group/badvpn/metadata.xml b/acct-group/badvpn/metadata.xml
new file mode 100644
index 000..c36c37139fa
--- /dev/null
+++ b/acct-group/badvpn/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/rabbitmq/

2021-07-14 Thread Conrad Kostecki
commit: 06184b841c22bdec5407050f42da06525997a8d2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:38:45 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06184b84

acct-group/rabbitmq: add group (121) rabbitmq

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

 acct-group/rabbitmq/metadata.xml  |  8 
 acct-group/rabbitmq/rabbitmq-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/rabbitmq/metadata.xml b/acct-group/rabbitmq/metadata.xml
new file mode 100644
index 000..69bc0ccc3d1
--- /dev/null
+++ b/acct-group/rabbitmq/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ultra...@gentoo.org
+   Ultrabug
+   
+

diff --git a/acct-group/rabbitmq/rabbitmq-0.ebuild 
b/acct-group/rabbitmq/rabbitmq-0.ebuild
new file mode 100644
index 000..58c6c1ee1b2
--- /dev/null
+++ b/acct-group/rabbitmq/rabbitmq-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for net-misc/rabbitmq-server"
+
+ACCT_GROUP_ID="121"



[gentoo-commits] repo/gentoo:master commit in: acct-group/bitflu/

2021-07-14 Thread Conrad Kostecki
commit: 524ad9ebf70e962b63723a77165562424961d8ed
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:40:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524ad9eb

acct-group/bitflu: add group (148) bitflu

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

 acct-group/bitflu/bitflu-0.ebuild | 10 ++
 acct-group/bitflu/metadata.xml|  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/bitflu/bitflu-0.ebuild 
b/acct-group/bitflu/bitflu-0.ebuild
new file mode 100644
index 000..b0544d2346e
--- /dev/null
+++ b/acct-group/bitflu/bitflu-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for net-p2p/bitflu"
+
+ACCT_GROUP_ID="148"

diff --git a/acct-group/bitflu/metadata.xml b/acct-group/bitflu/metadata.xml
new file mode 100644
index 000..d920e3ba3e5
--- /dev/null
+++ b/acct-group/bitflu/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/nm-openconnect/

2021-07-14 Thread Conrad Kostecki
commit: e79a3b248e48aea427df21a394d0bb576d7a7ba6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 18:46:34 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:51:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79a3b24

acct-group/nm-openconnect: add group (142) nm-openconnect

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

 acct-group/nm-openconnect/metadata.xml|  8 
 acct-group/nm-openconnect/nm-openconnect-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/nm-openconnect/metadata.xml 
b/acct-group/nm-openconnect/metadata.xml
new file mode 100644
index 000..996e7cacd21
--- /dev/null
+++ b/acct-group/nm-openconnect/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+

diff --git a/acct-group/nm-openconnect/nm-openconnect-0.ebuild 
b/acct-group/nm-openconnect/nm-openconnect-0.ebuild
new file mode 100644
index 000..cf11b432204
--- /dev/null
+++ b/acct-group/nm-openconnect/nm-openconnect-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for net-vpn/networkmanager-openconnect"
+
+ACCT_GROUP_ID="142"



[gentoo-commits] proj/releng:master commit in: tools/, releases/specs/ppc/ppc64le/

2021-07-14 Thread Georgy Yakovlev
commit: 1a7378ae85fcf2c374a9108d69af184bbf2ef99a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jul 14 19:49:50 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jul 14 19:49:50 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=1a7378ae

releases/specs/ppc/ppc64le: add systemd-power9le specs

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

 releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec | 12 
 releases/specs/ppc/ppc64le/stage3-systemd-power9le.spec | 10 ++
 tools/catalyst-auto-ppc64le.conf|  1 +
 3 files changed, 23 insertions(+)

diff --git a/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec 
b/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
new file mode 100644
index ..404eb613
--- /dev/null
+++ b/releases/specs/ppc/ppc64le/stage1-systemd-power9le.spec
@@ -0,0 +1,12 @@
+subarch: power9le
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/ppc64le/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: power9le/stage3-power9le-systemd-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 8
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/ppc/ppc64le/stage3-systemd-power9le.spec 
b/releases/specs/ppc/ppc64le/stage3-systemd-power9le.spec
new file mode 100644
index ..9bb81bb6
--- /dev/null
+++ b/releases/specs/ppc/ppc64le/stage3-systemd-power9le.spec
@@ -0,0 +1,10 @@
+subarch: power9le
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: power9le
+profile: default/linux/ppc64le/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: power9le/stage1-power9le-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index f5486765..5a5ff353 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -9,6 +9,7 @@ SPECS="stage1-openrc.spec stage3-openrc.spec"
 SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec"
 OPTIONAL_SPECS="stage1-systemd.spec stage3-systemd.spec"
 OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
+OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
 OPTIONAL_SPECS+=" musl-hardened-stage1.spec musl-hardened-stage3.spec"
 
 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"



[gentoo-commits] data/api:master commit in: files/

2021-07-14 Thread Conrad Kostecki
commit: 0434d83e95f27c7bf17deb9add674cbf69321c5b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jul 14 19:48:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jul 14 19:48:21 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0434d83e

uid-gid.txt: add uid/gid (92) vdr

Bug: https://bugs.gentoo.org/781344
Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 253662a..62dc52d 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -144,6 +144,7 @@ nullmail88  88  
acct
 vpopmail   89  89  
acctRemoved from baselayout in 
[r1319](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=916=1319=2545)
 partimag   91  91  
acct
 partimag   91  91  
user.eclass
+vdr92  92  
acct
 fluentd93  93  
acct
 reg94  94  
acct
 radius 95  95  
acct



[gentoo-commits] proj/sci:master commit in: sys-kernel/dkms/, profiles/

2021-07-14 Thread Andrew Ammerlaan
commit: a213c5e026c7da6ec37f4a174e315d94a24bc928
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jul 14 19:48:15 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 19:48:15 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a213c5e0

sys-kernel/dkms: remove last-rited pack

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask |  9 -
 sys-kernel/dkms/dkms-2.8.4.ebuild | 41 ---
 sys-kernel/dkms/metadata.xml  | 18 -
 3 files changed, 68 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a67928c5..d39812beb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,12 +29,3 @@
 ## app-misc/some-package
 
 #--- END OF EXAMPLES ---
-
-# Andrew Ammerlaan  (24 May 2021)
-# This was originally added for the NationalInstruments/GPIB ebuilds, however
-# due to the number of ebuilds it was decided to maintain these in ::natinst.
-# An ebuild for dkms was also added to ::natinst, so it makes little sense to
-# maintain an ebuild in ::sci as well. Additionally there is also an ebuild
-# for this in ::guru
-# Removal in 30 days
-sys-kernel/dkms

diff --git a/sys-kernel/dkms/dkms-2.8.4.ebuild 
b/sys-kernel/dkms/dkms-2.8.4.ebuild
deleted file mode 100644
index 895780135..0
--- a/sys-kernel/dkms/dkms-2.8.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Dynamic Kernel Module Support"
-HOMEPAGE="https://github.com/dell/dkms;
-SRC_URI="https://github.com/dell/dkms/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-IUSE="doc"
-
-CONFIG_CHECK="~MODULES"
-
-RDEPEND="sys-apps/kmod"
-
-src_prepare() {
-   # Install uncompressed version of man files
-   sed -i  \
-   -e '\_gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz_d' \
-   -e '\_chmod 0644 $(MAN)/dkms.8.gz_d' \
-   -e 's/dkms.8.gz/dkms.8/g' \
-   Makefile || die
-   default
-}
-
-src_compile() {
-   # Nothing to do here
-   return
-}
-
-src_install() {
-   emake install DESTDIR="${D}" LIBDIR="${D}"/usr/$(get_libdir)/
-   use doc && emake install-doc DOCDIR="${D}/usr/share/doc/${PF}"
-   einstalldocs
-}

diff --git a/sys-kernel/dkms/metadata.xml b/sys-kernel/dkms/metadata.xml
deleted file mode 100644
index 71b8e5f86..0
--- a/sys-kernel/dkms/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-   
-   dell/dkms
-   
-   
-   Dynamic Kernel Module Support (DKMS) is a program/framework 
that enables generating Linux kernel modules whose sources generally reside 
outside the kernel source tree. The concept is to have DKMS modules 
automatically rebuilt when a new kernel is installed.
-   An essential feature of DKMS is that it automatically 
recompiles all DKMS modules if a new kernel version is installed. This allows 
drivers and devices outside of the mainline kernel to continue working after a 
Linux kernel upgrade.
-   Another benefit of DKMS is that it allows the installation of a 
new driver on an existing system, running an arbitrary kernel version, without 
any need for manual compilation or precompiled packages provided by the vendor.
-   DKMS was written by the Linux Engineering Team at Dell in 2003. 
It is included in many distributions, such as Ubuntu, Debian, Fedora, SUSE, and 
Arch. DKMS is free software released under the terms of the GNU General Public 
License (GPL) v2 or later.
-   DKMS supports both the rpm and deb package formats 
out-of-the-box.
-   
-



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

2021-07-14 Thread Andrew Ammerlaan
commit: bc5674b4ffb0f30695248db6222e619000c0c081
Author: Huang Rui  gmail  com>
AuthorDate: Wed Jul 14 06:41:59 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 06:41:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc5674b4

media-video/kikoplay: remove lua require for mpv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 media-video/kikoplay/kikoplay-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kikoplay/kikoplay-0.8.1.ebuild 
b/media-video/kikoplay/kikoplay-0.8.1.ebuild
index 9614eea9b..74ac7f834 100644
--- a/media-video/kikoplay/kikoplay-0.8.1.ebuild
+++ b/media-video/kikoplay/kikoplay-0.8.1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
dev-qt/qtnetwork:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
-   media-video/mpv[libmpv,lua]
+   media-video/mpv[libmpv]
net-misc/aria2
 "
 



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

2021-07-14 Thread Andrew Ammerlaan
commit: a7c98e629b435a8c8fba17453b5344cc5308d8ca
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jul 14 14:08:48 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 14:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7c98e62

gui-wm/phosh: bump to 0.12.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>

 gui-wm/phosh/Manifest | 2 +-
 gui-wm/phosh/{phosh-0.12.0.ebuild => phosh-0.12.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/phosh/Manifest b/gui-wm/phosh/Manifest
index 779688537..2f73a74aa 100644
--- a/gui-wm/phosh/Manifest
+++ b/gui-wm/phosh/Manifest
@@ -1,2 +1,2 @@
 DIST libgnome-volume-control-c5ab6037f460406ac9799b1e5765de3ce0097a8b.tar.gz 
46481 BLAKE2B 
7ea8424d640d71361905e2eff346f45e024f9cd430cc8cc92c53d8cf72a8ea312c00bdbd0d9c25f499e1af2122fcafbf08a600d69f053ff9fa04baeb44283ccf
 SHA512 
368d56223907d3eaafd35fce643abddf00e963800eebe98fb5cbe6fbbd8da115d1afb93bd5d557167e787579e3ff8b8e7885cae74d8f0326b45085870ac8cc05
-DIST phosh-v0.12.0.tar.gz 472232 BLAKE2B 
3f48efebb9a9bcef1cd0e5d50d062914490d4452d857975f02e11ff14c6871041e5a03d3ef5c57222b97b978d7c1e6f1eaf55726b6e007487ed31a2384bad9d0
 SHA512 
4db588a805db7b2dd441dc9bb6e514006d1a82f9ddbbc0feb67d0620cbfb863cf383401acbc450b4fc7e6bd9ca1ed825833075aa04487519c7abb127f92cbc1a
+DIST phosh-v0.12.1.tar.gz 477007 BLAKE2B 
2b5f78cb07c10522832ca499fae86d0e27d6b2d1bcbfcef4631a6f23c17da455aa40f664e3bc6fb3e15701aef3eebac2ef1e8287c2d051b7db6ca3816578aa1b
 SHA512 
dddc76e069ff35954411ba2cce5dd12732dd9f1afe8762078d53c061c98afd9486c76bc9423fb909d70e56dac446062dfb65101b40b3871c80ef52f027c2c924

diff --git a/gui-wm/phosh/phosh-0.12.0.ebuild b/gui-wm/phosh/phosh-0.12.1.ebuild
similarity index 100%
rename from gui-wm/phosh/phosh-0.12.0.ebuild
rename to gui-wm/phosh/phosh-0.12.1.ebuild



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

2021-07-14 Thread Andrew Ammerlaan
commit: 8bfca0873fde4ff6cc7b7c79c467d4ac05b07635
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Jul 13 17:01:18 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 12:18:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bfca087

TODO.md: more stuff from my folders

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

 TODO.md | 17 +
 1 file changed, 17 insertions(+)

diff --git a/TODO.md b/TODO.md
index 53f576669..78b2f9e36 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,6 +10,14 @@ C
 * [blasfeo](https://github.com/giaf/blasfeo)
 * [dimemas](https://github.com/bsc-performance-tools/dimemas)
 * [libfixmath](https://github.com/PetteriAimonen/libfixmath)
+* [hpmpc](https://github.com/giaf/hpmpc)
+* [parsec](https://bitbucket.org/icldistcomp/parsec)
+* [scr](https://github.com/LLNL/scr)
+* [the-omega-project](https://github.com/davewathaverford/the-omega-project)
+* [xpmem](https://github.com/hjelmn/xpmem)
+* [sandia openshmem](https://github.com/Sandia-OpenSHMEM/SOS)
+* 
[otf2](https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/docs/otf2-2.2/html/index.html)
+* [dyninst](https://github.com/dyninst/dyninst)
 
 C++
 * [machinekit](https://github.com/machinekit/machinekit) 
@@ -39,6 +47,10 @@ C++
 * [codipack](https://www.scicomp.uni-kl.de/software/codi/)
 * [medipack](http://www.scicomp.uni-kl.de/software/medi/)
 * [tecio](https://www.tecplot.com/products/tecio-library/)
+* [TCL](https://github.com/bsc-pm/TCL)
+* [synapse](https://github.com/bsc-performance-tools/synapse)
+* [paraver-kernel](https://github.com/bsc-performance-tools/paraver-kernel)
+* [wxparaver](https://github.com/bsc-performance-tools/wxparaver)
 
 GO
 * [open-match](https://github.com/googleforgames/open-match)
@@ -58,6 +70,7 @@ mixed
 * [tides](https://sourceforge.net/projects/tidesodes/)
 * [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)
 * [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef)
+* [gridatudio](https://github.com/ricklamers/gridstudio)
 
 ML
 * [google-drive-ocamlfuse](https://github.com/astrada/google-drive-ocamlfuse)
@@ -66,6 +79,9 @@ ML
 * [HOL4](http://hol-theorem-prover.org/)
 * [PolyML](http://www.polyml.org/)
 
+LISP
+* [predictive](https://www.dr-qubit.org/predictive.html)
+
 OCTAVE
 * [matlab2tikz](https://github.com/matlab2tikz/matlab2tikz)
 * [octave-scicosim](https://wiki.octave.org/Sci_cosim)
@@ -78,6 +94,7 @@ PYTHON
 * [blockify](https://github.com/serialoverflow/blockify)
 * [foobnix](https://github.com/foobnix/foobnix)
 * [TauonMusicBox](https://github.com/Taiko2k/TauonMusicBox)
+* 
[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 
 RUST
 * [enarx](https://enarx.dev/)



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

2021-07-14 Thread Andrew Ammerlaan
commit: 06bdce4949dcd8810900a1fbabcd0a4ac258c3c2
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue Jul 13 20:27:18 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jul 13 20:27:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06bdce49

media-gfx/oxipng: version bump 5.0.0

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

 media-gfx/oxipng/Manifest|  32 +++
 media-gfx/oxipng/oxipng-5.0.0.ebuild | 101 +++
 2 files changed, 133 insertions(+)

diff --git a/media-gfx/oxipng/Manifest b/media-gfx/oxipng/Manifest
index b00e77105..43744c6aa 100644
--- a/media-gfx/oxipng/Manifest
+++ b/media-gfx/oxipng/Manifest
@@ -1,4 +1,5 @@
 DIST adler-0.2.3.crate 12168 BLAKE2B 
c7743569d700d7ec3185e0459a18181148f8cd7579f4da1fab30eb2e3c3cabbe5a7467f7760f0cba4b2fdeb62f8d988ee1f24637685d76db7acb56f679cfc996
 SHA512 
565849eba122eb94d240a0cba875035537058cc168f137a8a3b99392d753815d56fa0e1a1e851062632700b0e3d12caf67f5f768b9f727956a2e5b599029e9dc
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST adler32-1.1.0.crate 5442 BLAKE2B 
1a4d932402a584fa6edda414c0dedff4994afcee7bfc71f85f6e8b4568de835bb7a3eebad1b5ac0be7f59cdb0e5ce5dfad2c59d5ecf819d2a6abbbd7ea37
 SHA512 
57e3b3812e2747470c63edf64e13827c96ef8dd2311833b7f616ec63cf57ce8967636ec4d57464b607f570df06f6f648214d12ddc567e761b2de2ab16c8a7271
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
@@ -10,11 +11,15 @@ DIST bit-vec-0.6.2.crate 19630 BLAKE2B 
84580a6f99393e507f3fd76b543fd357fc018745e
 DIST bit-vec-0.6.3.crate 19927 BLAKE2B 
f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910
 SHA512 
b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST build_const-0.2.1.crate 4499 BLAKE2B 
da7f1040560862b76447426be8884bf0ac62d2f2faca0a572b8cf566fcbbaaf27dd1f260fb1333c3cf9410251433239616aaf0ca1a2be644fd4cbcc2b908eeb1
 SHA512 
4e210078ad781bd645381f469285f0e4d20cc8c416818c27d98c0033f070b708a6ab27933f9c3660c83e6cbfb3afcb7ec753f9c186b0c75b99db37dff1cde658
+DIST build_const-0.2.2.crate 4511 BLAKE2B 
44316d3b468e73fbeedbaa1ae35705196f787707ea861355d926e7fbc97f759bc7fe0bf88d2e97fb9b981fc7347fe0e849ce2094f50ab53075b4dfe7522089f0
 SHA512 
47a9949b7196791af2507d6e3a28843da67621e5b56177d3b13477e070487cdd1059207588a55bf1a393df9118e71e3024b439a3c6281b6c12b5bdee66b237a6
 DIST bytemuck-1.2.0.crate 17957 BLAKE2B 
b033ed13bc59e13117b414f4b182105acbda408415ad99293308063704571a5fe1805245a1e7d021fcef81d8479bbc722adeb49d2584a7d76f78fa1297da292f
 SHA512 
b20f061231518c9268c7f2cbc7614e4ff84f8af017dfec9297c61dea6f4d75b41b345129eb137fbc35cb0e9e92f35fdaf15eadb87c1b99027284d30ebe8c7800
 DIST bytemuck-1.4.1.crate 23450 BLAKE2B 
dfa2dd2cf2861069238076d7986f0395297989d6f7838b5c6e7c7190287a533b61aa6fefacb73fc821ed281738ada6045966f8bb99bf89e604247494f6bbd7e1
 SHA512 
234f524538afd0e28049d1559d0aafbc2803b9461c6b7f65525a3a8d9a9042886acfbcc037dcc4837cc9c42d9f2208eec61536ce559939064d5b0cab73d9e1b3
+DIST bytemuck-1.7.0.crate 27057 BLAKE2B 
8ee0782cc080cae2c76738931be7076c0ab3529c07b1e03e2924e5e2940210ada4129731376016bafdceeff42984a5a3e5f9db7789071ef11d4e3902edac2857
 SHA512 
1512e461d17d65f9f462ea12151ebce82a84924a83422d213e690c68f41a024f99d825131a6f5de19994c5610f264c42ef8e09eca8378f5a99e325eecb2bdb00
 DIST byteorder-1.3.4.crate 21943 BLAKE2B 
278b24e036e920f84683f883991a967d997883bc80edefc5b69f52551794a37e5051786a1ac1b7a30bf2f5cad7318d781f189a7b2e496e2743df01262d5c33d6
 SHA512 
0618ce2cd6f3f6c586201d9aee8c8aaa08f99c9f9f215cf448b3cb6af1ac741845f5279953544caaec7fcf0beec1474bb991bee1ad0c0dac0c3f1d3ddd99e2d9
+DIST byteorder-1.4.3.crate 22512 BLAKE2B 

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

2021-07-14 Thread Andrew Ammerlaan
commit: 5eae9fefb91c57a72d69958d63ed2e8c8825ad19
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue Jul 13 20:47:56 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jul 13 20:47:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5eae9fef

app-misc/watchexec: bump deps to follow new archive

Source archive uploaded on GitHub is updated and dependencies seem to be
changed.

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

 app-misc/watchexec/Manifest| 14 ++
 app-misc/watchexec/watchexec-1.16.2.ebuild | 28 ++--
 2 files changed, 28 insertions(+), 14 deletions(-)

diff --git a/app-misc/watchexec/Manifest b/app-misc/watchexec/Manifest
index 899db161f..e878b7621 100644
--- a/app-misc/watchexec/Manifest
+++ b/app-misc/watchexec/Manifest
@@ -1,11 +1,13 @@
 DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST assert_cmd-1.0.4.crate 26621 BLAKE2B 
0acd8a6c09cfe51594508fa7c4dc27e8831672c4e1ddbd6d392c3b439b21f3cffd8613c4abd379cc69ac500d640433aae61f5ae5a3e5908deaec193fecb70146
 SHA512 
125d792ab8078a205bdf5cb396c8ac4b0c7330b7773af0014c4f17e23af56dad30f14bee51a87cdf615bdf17c849274dcf7df1ebcd9c479cc8c2223c6203784a
+DIST assert_cmd-1.0.7.crate 26777 BLAKE2B 
a27a6c59969b6202ceebc72b50331e056f02e05befe710f3f1fe77622a61ed4ed11e258cc2df43f52a7f57c18e4bc9b33c72946d012a4fd6f5417c1a5fedddff
 SHA512 
9e0e67bdf14df8235cdd11d9c453bb2f0723188a39961d8aab26fd98f2c64629d085c8d3eb50ee88371ecdc2ea306bfe5dda1ca4872082b40f13a4cea99e05d1
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
 DIST bstr-0.2.16.crate 330346 BLAKE2B 
75a345f3a5d428ec7278cd10fa676f5bb72685c65c4fe68163943cf3142b43ac45d458bce9323447b201ffcc91aa82cd8c762cb1954c055e34b1a5cebc686ee8
 SHA512 
33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST cc-1.0.67.crate 53486 BLAKE2B 
42fd02a5886df50857075c909819c8afcf091cee6b7bc517848786f287f4559e70a07f0a0f42a742baa2665465dfdb2139ecac7e93f1a41b16eab30556eb0259
 SHA512 
f1ad4abdaad2667b190d1f8df8515f603107be1f69bdbdc02b5159764a6ed18b3f672d6b06af50c7f2fd3e6e3dad5df0fcd0dda762d909ba0922c769f1efbe05
+DIST cc-1.0.68.crate 55936 BLAKE2B 
9bbbeda78b8c3aca487e770cddbe11bf4686424bd33d023ad66e1fbdfc8dcbc17fd85c15905e0edbed8745202c01aea13d4f03a7f8f655e5806da152565419aa
 SHA512 
faca9aa91488808f920f1d88422cc8a69790aa6dbd7bd2cc5d08a579d248faafd0fd675e8499e56aef6715398c278db1fa2079511d211d41aa65741de5d5ac8c
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
@@ -19,14 +21,17 @@ DIST derive_builder-0.10.2.crate 29777 BLAKE2B 

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

2021-07-14 Thread Andrew Ammerlaan
commit: a1f8689dc3305c9462fd34fb67c5f067139fa4f4
Author: Huang Rui  gmail  com>
AuthorDate: Wed Jul 14 06:42:38 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 06:42:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1f8689d

media-video/kikoplay: remove lua require for mpv for 

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 media-video/kikoplay/kikoplay-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kikoplay/kikoplay-.ebuild 
b/media-video/kikoplay/kikoplay-.ebuild
index 9614eea9b..74ac7f834 100644
--- a/media-video/kikoplay/kikoplay-.ebuild
+++ b/media-video/kikoplay/kikoplay-.ebuild
@@ -36,7 +36,7 @@ RDEPEND="
dev-qt/qtnetwork:5
dev-qt/qtsql:5
dev-qt/qtwidgets:5
-   media-video/mpv[libmpv,lua]
+   media-video/mpv[libmpv]
net-misc/aria2
 "
 



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

2021-07-14 Thread Andrew Ammerlaan
commit: 46b9416baf59a2829b011e9e95f6b1bb46af456e
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue Jul 13 20:29:23 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jul 13 20:29:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46b9416b

app-misc/watchexec: fix the manifest for 1.16.2

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

 app-misc/watchexec/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/watchexec/Manifest b/app-misc/watchexec/Manifest
index f1511c82b..899db161f 100644
--- a/app-misc/watchexec/Manifest
+++ b/app-misc/watchexec/Manifest
@@ -118,7 +118,7 @@ DIST wasi-0.9.0+wasi-snapshot-preview1.crate 31521 BLAKE2B 
716bdd2ec46d0bc9911c5
 DIST watchexec-1.15.3.tar.gz 165411 BLAKE2B 
39ceec055886eb13c971a29cad4851042a0ecbb6d04b5d8b1a3e0b3ea098fcb06aca658fd3d3c6bb38aaa86c5f6c1bcf292ae5f2aa99932da86c1299ae7eb262
 SHA512 
4e8a16c96b7450a2af3f74c19a351a0eef35ff5841e6eab5f4591558b986ea9a5179c98a279d037845d1e771196d61768eab638d081ee3d27cd609904c436f53
 DIST watchexec-1.16.0.tar.gz 167728 BLAKE2B 
a9ff05f82bea185a5365052525a061d3d8602e87d637b41c0e1a0608d4790b5d251e08f92fba4475eed06b78227d5d49a51b633baf75074cb73ec1f8d4e20c58
 SHA512 
d3873c02fdec4e0f64b8325be828f12738d14ac5e7df8f849d40f03b70dd9c0a777ad658672e972d416f6d98a717e900fc873d07b58733d3a4b77ac8cacb6082
 DIST watchexec-1.16.1.tar.gz 170607 BLAKE2B 
76151d581f423f4234f0771bed8dfe02d1c37c9a9c265f380d3dee2ea9c846dcd00e6caa03aaf569c549934715099ab6aa3ef73fb5342bdf0c4252dd45c52250
 SHA512 
12f87ef006d96b7af9f519d80aa693e6edf0c9f0879ccc670ea428879d47fee6c0e2abb316bddd9e03e06c44bdf87a64c8aaa903f15ca83fc6fedc797e4c7f4c
-DIST watchexec-1.16.2.tar.gz 170984 BLAKE2B 
dab73d60b678208991fcc5fd8dfe7364695c4bcf1a17a2b14ade3c9c74342a1bad9ca6c892c9590d18f0482b600f01378f96b3086408bed1bfce34336dd7fa66
 SHA512 
5ed02f3ac2ff0f5e8e2859da690c9da9737bc377bc1e9a3fb222f4b65dfdf2678f366a2397261d764da39b8f473b50bca0b3224a7a7300a1fb48834617349dd0
+DIST watchexec-1.16.2.tar.gz 170954 BLAKE2B 
2fd21cdfe01d7f30c7c7a1b5d32ba94bb2a9f3127752a14577c7e381475292d50662fde53b875e0f35dafb8d71d90a9f73205f4e6daf3acbc8881c65b939d31c
 SHA512 
9184f9aef6a80b603b7cfe92447e0008028edfb0e8a9345737d477a5503b411b2b637350a63b656556eea341b567e262584880ac1785bbae5ab39238152976fc
 DIST which-4.1.0.crate 7684 BLAKE2B 
4d8eb0a263c14b506f446fa808d9326c6e4e781cc2d79a1f6efcf7b9bb9a294d3266a2f3de4526ac0ec08ca65a18622ac064e9ae1e86dd1b325b122f684371f8
 SHA512 
4fffd3dd4ac73f5c232ee8a53bbc948a7295a2a51ec3f792d5d0aa84ceb6c2322fc11b35d29f5d3181c763b34c434c5ea2807ae6cc3393cd30d68b0fd44c7a22
 DIST winapi-0.2.8.crate 455145 BLAKE2B 
50f3c2a0cf4eeedd6891b11392e520c1cca139a71f8f736eabaf43aa7e4b1b5d57697918978220459572d373940edf971eb8302f292cbff832283e905076319a
 SHA512 
115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe
 DIST winapi-0.3.9.crate 1200382 BLAKE2B 
cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673
 SHA512 
ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97



[gentoo-commits] repo/proj/guru:master commit in: dev-util/xdp-tools/files/, dev-util/xdp-tools/

2021-07-14 Thread Andrew Ammerlaan
commit: 546e1b2e1a11861bbd110fe589cd80b80180c826
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Tue Jul 13 19:29:43 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Jul 13 19:29:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=546e1b2e

dev-util/xdp-tools: Bump to v1.2.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-util/xdp-tools/Manifest|  1 +
 .../xdp-tools/files/xdp-tools-1.2.0-install.patch  | 23 +++
 .../xdp-tools/files/xdp-tools-1.2.0-readelf.patch  | 51 
 dev-util/xdp-tools/xdp-tools-1.2.0.ebuild  | 70 ++
 4 files changed, 145 insertions(+)

diff --git a/dev-util/xdp-tools/Manifest b/dev-util/xdp-tools/Manifest
index c8dff02a4..7edd421bf 100644
--- a/dev-util/xdp-tools/Manifest
+++ b/dev-util/xdp-tools/Manifest
@@ -1 +1,2 @@
 DIST xdp-tools-1.1.1.tar.gz 171627 BLAKE2B 
5a2009f8b171d23a0f9b91b119e4376aecdddeb6d84c4323f05c03b382d4161c0d0364ef7a34b55771fe76c920b5bb18fe46c12d15c5356db6dc34174c5e5438
 SHA512 
580e87d7bfa7ee5b48caebceac4928386c3e3157ebb8d5cf1dd11a98187b9d17d027ef99f6598ce9b74eed7eb9b307195c4baa199675233d06c76bc8dc4861e5
+DIST xdp-tools-1.2.0.tar.gz 233676 BLAKE2B 
488bd24c5b0c25cb90cc434c0d7cecaf0cf2818d949008fabf4a1245f773e1a1e7a6520c4155df5a6364b0cc8ce2ae49b7b428209b762ecd11f9d6adc10cc57b
 SHA512 
484e5aed6d695665e9e7edec8033b6034281fb215c758a8a8600b5b2215c7decb538efbafa4204306497197a329c3ad7c51beb33717fbe0296a345a1aca8c0a9

diff --git a/dev-util/xdp-tools/files/xdp-tools-1.2.0-install.patch 
b/dev-util/xdp-tools/files/xdp-tools-1.2.0-install.patch
new file mode 100644
index 0..a02fb50f1
--- /dev/null
+++ b/dev-util/xdp-tools/files/xdp-tools-1.2.0-install.patch
@@ -0,0 +1,23 @@
+From 1de19829622cf394a6154834955379e7e45e0cb8 Mon Sep 17 00:00:00 2001
+From: Kurt Kanzenbach 
+Date: Fri, 10 Apr 2020 15:39:13 +0200
+Subject: [PATCH] lib: xdp: make: Don't install static libs
+
+Don't install static libs.
+
+Signed-off-by: Kurt Kanzenbach 
+---
+ lib/libxdp/Makefile |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/lib/libxdp/Makefile
 b/lib/libxdp/Makefile
+@@ -49,7 +49,7 @@ install: all
+   $(Q)install -d -m 0755 $(DESTDIR)$(BPF_OBJECT_DIR)
+   $(Q)install -m 0644 $(LIB_HEADERS) $(DESTDIR)$(HDRDIR)/
+   $(Q)install -m 0644 $(PC_FILE) $(DESTDIR)$(LIBDIR)/pkgconfig/
+-  $(Q)cp -fpR $(SHARED_LIBS) $(STATIC_LIBS) $(DESTDIR)$(LIBDIR)
++  $(Q)cp -fpR $(SHARED_LIBS) $(DESTDIR)$(LIBDIR)
+   $(Q)install -m 0755 $(XDP_OBJS) $(DESTDIR)$(BPF_OBJECT_DIR)
+   $(if $(MAN_FILES),$(Q)install -m 0755 -d $(DESTDIR)$(MANDIR)/man3)
+   $(if $(MAN_FILES),$(Q)install -m 0644 $(MAN_FILES) 
$(DESTDIR)$(MANDIR)/man3)

diff --git a/dev-util/xdp-tools/files/xdp-tools-1.2.0-readelf.patch 
b/dev-util/xdp-tools/files/xdp-tools-1.2.0-readelf.patch
new file mode 100644
index 0..9566c27b8
--- /dev/null
+++ b/dev-util/xdp-tools/files/xdp-tools-1.2.0-readelf.patch
@@ -0,0 +1,51 @@
+From: Kurt Kanzenbach 
+Subject: lib: xdp: make: Fix hardcoded readelf
+
+Don't hardcode readelf. Allow to reuse something else.
+
+Signed-off-by: Kurt Kanzenbach 
+---
+ lib/libxdp/Makefile |   10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+--- a/lib/libxdp/Makefile
 b/lib/libxdp/Makefile
+@@ -26,7 +26,7 @@ TEMPLATED_SOURCES := xdp-dispatcher.c
+ 
+ CFLAGS += -I$(HEADER_DIR) -I$(LIB_DIR)/util
+ BPF_CFLAGS += -I$(HEADER_DIR)
+-
++READELF ?= readelf
+ 
+ ifndef BUILD_STATIC_ONLY
+   SHARED_LIBS := $(OBJDIR)/libxdp.so \
+@@ -89,12 +89,12 @@ $(SHARED_OBJDIR)/%.o: %.c $(EXTRA_LIB_DE
+ 
+ XDP_IN_SHARED := $(SHARED_OBJDIR)/libxdp.o $(SHARED_OBJDIR)/xsk.o
+ 
+-GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(XDP_IN_SHARED) | \
++GLOBAL_SYM_COUNT = $(shell $(READELF) -s --wide $(XDP_IN_SHARED) | \
+  cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
+  sed 's/\[.*\]//' | \
+  awk '/GLOBAL/ && /DEFAULT/ && !/UND/ {print $$NF}' | 
\
+  sort -u | wc -l)
+-VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OBJDIR)/libxdp.so | 
\
++VERSIONED_SYM_COUNT = $(shell $(READELF) --dyn-syms --wide 
$(OBJDIR)/libxdp.so | \
+ grep -Eo '[^ ]+@LIBXDP_' | cut -d@ -f1 | sort -u 
| wc -l)
+ 
+ check: check_abi
+@@ -106,12 +106,12 @@ check_abi: $(OBJDIR)/libxdp.so
+"versioned symbols in $^ ($(VERSIONED_SYM_COUNT))." \
+"Please make sure all symbols are"  \
+"versioned in $(VERSION_SCRIPT)." >&2;  \
+-  readelf -s --wide $(XDP_IN_SHARED) | \
++  $(READELF) -s --wide $(XDP_IN_SHARED) |  \
+   cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' |   \
+   sed 's/\[.*\]//' |

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

2021-07-14 Thread Andrew Ammerlaan
commit: bfda3d87549178447c21bf6a432392345853223e
Author: Huang Rui  gmail  com>
AuthorDate: Wed Jul 14 06:40:13 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 06:40:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfda3d87

media-video/kikoplay: drop 0.8.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 media-video/kikoplay/Manifest  |  1 -
 media-video/kikoplay/kikoplay-0.8.0.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
index 23daea7ab..3570bae2f 100644
--- a/media-video/kikoplay/Manifest
+++ b/media-video/kikoplay/Manifest
@@ -1,2 +1 @@
-DIST kikoplay-0.8.0.tar.gz 10427854 BLAKE2B 
b4063b160d7fad816101fd98213037b188ff8569738b6757e69ba2fcaa61bb7c43e43866300cb1edd0649ffa97b4c6e000e058d7bacbcf7772caa3b3a77780d3
 SHA512 
68cfad08240fa283acb7361434b941cec8ff0effa6f64f6acde34cf3b1c96b8159cdd3531a8468052279ff53553b203373a14b3b032c5b524b14dcfeec996a08
 DIST kikoplay-0.8.1.tar.gz 10428596 BLAKE2B 
637b093b7747cd7e66d90b9e5c854ca0e4bf81e09ef636e7e755e1896f9994d016049ea7c4486e48057a1ab2f9d5a848e4346aed62278c0e20ae108791031e95
 SHA512 
191e6b8db357b2443a4c7dd5a3ee3621f3f7a4bc6403caafbaa951baf13f0b20cf2a3e4f63cfb0f43ecb9884c39484ab29bdd4024f152c657a2208b443c1a81e

diff --git a/media-video/kikoplay/kikoplay-0.8.0.ebuild 
b/media-video/kikoplay/kikoplay-0.8.0.ebuild
deleted file mode 100644
index 9614eea9b..0
--- a/media-video/kikoplay/kikoplay-0.8.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-GIT_PN="KikoPlay"
-
-LUA_COMPAT=( lua5-3 )
-
-inherit lua-single qmake-utils xdg
-
-DESCRIPTION="KikoPlay is a full-featured danmu player"
-HOMEPAGE="
-   https://kikoplay.fun
-   https://github.com/Protostars/KikoPlay
-"
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git;
-else
-   SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
-   S="${WORKDIR}/${GIT_PN}-${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   ${LUA_DEPS}
-   dev-libs/qhttpengine:5
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   media-video/mpv[libmpv,lua]
-   net-misc/aria2
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-   # Can't use default, set INSTALL_ROOT
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] repo/proj/guru:master commit in: net-im/whatsapp-for-linux/

2021-07-14 Thread Andrew Ammerlaan
commit: d221b6b83fcdc224935956ce125c09e85ec62fb9
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jul 14 18:55:59 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jul 14 18:55:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d221b6b8

net-im/whatsapp-for-linux: bump to 1.2.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>

 net-im/whatsapp-for-linux/Manifest   | 2 +-
 net-im/whatsapp-for-linux/metadata.xml   | 5 -
 ...atsapp-for-linux-1.1.7.ebuild => whatsapp-for-linux-1.2.0.ebuild} | 0
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-im/whatsapp-for-linux/Manifest 
b/net-im/whatsapp-for-linux/Manifest
index b25bbb1a0..da0241039 100644
--- a/net-im/whatsapp-for-linux/Manifest
+++ b/net-im/whatsapp-for-linux/Manifest
@@ -1 +1 @@
-DIST whatsapp-for-linux-1.1.7.tar.gz 292733 BLAKE2B 
542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87
 SHA512 
0f52289d92afe9c65d5d04f981ecfd907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198
+DIST whatsapp-for-linux-1.2.0.tar.gz 293749 BLAKE2B 
7c3cad7aa0ab1a1e289bc663a29b9112bd49d4e472ee101a940fa079350bb37c0159fae4b88b5fcafca9384d9a307a40683c8cc0a68e69878bd68ff827ad4d4d
 SHA512 
5fe415bda8761c992a5c982c30c85353b732172b3bde7ea3a598db1e4f6718a040c5ffbb79fbe2d05ae3d4d4ca07c1e26619dbf19dfc51a508692e3ead5230cd

diff --git a/net-im/whatsapp-for-linux/metadata.xml 
b/net-im/whatsapp-for-linux/metadata.xml
index 61f202539..96d8fceed 100644
--- a/net-im/whatsapp-for-linux/metadata.xml
+++ b/net-im/whatsapp-for-linux/metadata.xml
@@ -1,9 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   

eneshecan/whatsapp-for-linux

https://github.com/eneshecan/whatsapp-for-linux/issues

-   
 

diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild 
b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.2.0.ebuild
similarity index 100%
rename from net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild
rename to net-im/whatsapp-for-linux/whatsapp-for-linux-1.2.0.ebuild



  1   2   3   >