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

2021-07-23 Thread Joonas Niilola
commit: 5a35153d8344ed0a043a63c76303d3c3508c6dc4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Jul 24 05:55:28 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul 24 05:55:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a35153d

app-emulation/firecracker-bin: update EAPI 7 -> 8

Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild 
b/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild
index c957b4a10f3..23b5841d8c5 100644
--- a/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild
+++ b/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit linux-info
 



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

2021-07-23 Thread Joonas Niilola
commit: cf96952d03ba227d5ca6fd208198d0d6b4fff394
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Jul 23 15:02:51 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul 24 05:49:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf96952d

net-misc/dahdi-tools: prune.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/21755
Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild | 60 ---
 1 file changed, 60 deletions(-)

diff --git a/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild 
b/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild
deleted file mode 100644
index 4aa6660067c..000
--- a/net-misc/dahdi-tools/dahdi-tools-3.1.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1 perl-functions
-
-DESCRIPTION="Userspace tools to configure the kernel modules from 
net-misc/dahdi"
-HOMEPAGE="https://www.asterisk.org;
-SRC_URI="https://downloads.asterisk.org/pub/telephony/${PN}/releases/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE="ppp"
-PATCHES=(
-   "${FILESDIR}/dahdi-nondigium-blacklist.patch"
-   "${FILESDIR}/dahdi-tools-3.1.0-parallel-make-no-config.patch"
-   "${FILESDIR}/dahdi-tools-3.1.0-fno-common.patch"
-   "${FILESDIR}/dahdi-tools-3.1.0-execinfo.patch"
-   "${FILESDIR}/dahdi-tools-3.1.0-cplusplusexternc.patch"
-)
-
-DEPEND="dev-libs/newt
-   net-misc/dahdi
-   sys-kernel/linux-headers
-   virtual/libusb:0
-   ppp? ( net-dialup/ppp )"
-RDEPEND="${DEPEND}
-   dev-lang/perl:=
-   dev-perl/CGI"
-BDEPEND="dev-lang/perl
-   sys-apps/file"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_with ppp) --with-perllib="$(perl_get_vendorlib)"
-}
-
-src_install() {
-   local bashcompdir="$(get_bashcompdir)"
-   local bashcmd bashcmdtarget
-
-   emake DESTDIR="${ED}" bashcompdir="${bashcompdir}" 
udevrulesdir=/lib/udev/rules.d install
-   emake DESTDIR="${ED}" install-config
-
-   dosbin patgen pattest patlooptest hdlcstress hdlctest hdlcgen 
hdlcverify timertest
-
-   # install init scripts
-   newinitd "${FILESDIR}"/dahdi.init2 dahdi
-   newinitd "${FILESDIR}"/dahdi-autoconf.init2 dahdi-autoconf
-   newconfd "${FILESDIR}"/dahdi-autoconf.conf2 dahdi-autoconf
-
-   bashcomp_alias dahdi $(sed -nre 's/^complete -F .* //p' 
"${ED}${bashcompdir}/dahdi" ||
-   die "Error parsing dahdi bash completion file for commands")
-}



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

2021-07-23 Thread Joonas Niilola
commit: 81d9adf5f217f8c74286433856914002e2da868c
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Jul 23 15:02:17 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul 24 05:49:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d9adf5

net-misc/dahdi-tools: Subslot dep on ppp.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jaco Kroon  uls.co.za>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/net-misc/dahdi-tools/dahdi-tools-3.1.0-r1.ebuild 
b/net-misc/dahdi-tools/dahdi-tools-3.1.0-r2.ebuild
similarity index 98%
rename from net-misc/dahdi-tools/dahdi-tools-3.1.0-r1.ebuild
rename to net-misc/dahdi-tools/dahdi-tools-3.1.0-r2.ebuild
index 557e1849f86..33e37114b88 100644
--- a/net-misc/dahdi-tools/dahdi-tools-3.1.0-r1.ebuild
+++ b/net-misc/dahdi-tools/dahdi-tools-3.1.0-r2.ebuild
@@ -25,7 +25,7 @@ DEPEND="dev-libs/newt
net-misc/dahdi
sys-kernel/linux-headers
virtual/libusb:0
-   ppp? ( net-dialup/ppp )"
+   ppp? ( net-dialup/ppp:= )"
 RDEPEND="${DEPEND}
dev-lang/perl:=
dev-perl/CGI"



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

2021-07-23 Thread Joonas Niilola
commit: b9d81a703e7bc7f466e719d92e6feda054b2f056
Author: Sebastian Hamann  ares-macrotechnology  com>
AuthorDate: Fri Jul 23 18:56:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jul 24 05:55:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d81a70

app-emulation/firecracker-bin: Bump to 0.24.5

Signed-off-by: Sebastian Hamann  ares-macrotechnology.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21757
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/firecracker-bin/Manifest |  2 +
 .../firecracker-bin/firecracker-bin-0.24.5.ebuild  | 79 ++
 2 files changed, 81 insertions(+)

diff --git a/app-emulation/firecracker-bin/Manifest 
b/app-emulation/firecracker-bin/Manifest
index cc179636cd3..8aab986b918 100644
--- a/app-emulation/firecracker-bin/Manifest
+++ b/app-emulation/firecracker-bin/Manifest
@@ -4,3 +4,5 @@ DIST firecracker-v0.24.2-aarch64.tgz 1429004 BLAKE2B 
8d5624f6f6f154678ffab945bbb
 DIST firecracker-v0.24.2-x86_64.tgz 1434481 BLAKE2B 
d2b81e2b3341317f296c63f14b2699dbf207e2e3a83871e38ef1666c105112788308c773afad61a85f7c6f4009f2373c80f12a52549120d92a42bae54891bf59
 SHA512 
2a574276296685117acf4e1d425ca75ecb8ad06680ae81e183d73853ff57cbca2f4cf4f42cb013d8d88d18146c0d84d2b098829ca5f6e9402213fecdf539a283
 DIST firecracker-v0.24.4-aarch64.tgz 1427501 BLAKE2B 
98a9725cfa6fca607081a5c2461980b02417400a58ddce872a45c09b14559b41998dc6707de280c399535262d29dbd5120d5e2eff1b8403f84d66625e97700aa
 SHA512 
fe2d8441a790310f0fecd82fc316e214d9d03f182f3837ac4d5464101954053c5a98976b7178ffe7e6c1e0fbc4a7e7203ccd92e4f8bc74fbccfd889adc7e43cc
 DIST firecracker-v0.24.4-x86_64.tgz 1435102 BLAKE2B 
893d1c8392f76cc45668cc8823daae2895f675cbcdffb3431fe51495964611f61263caeaa7a149c5dd0f29122e8a6f8705e66166b1c6a192c9c97d49b7f915c8
 SHA512 
42f316de6bf1444cc7163b02dedd1492c21d0583da1a2a5193e3941cc1d6a59c3c79d275df3d903914f30d021a3e6c7d8f7338c12c088426adf22045750b7db3
+DIST firecracker-v0.24.5-aarch64.tgz 1426237 BLAKE2B 
11e260d4afcd5f5ebabeb5c773060250a9205a8110ea4f0915d1b8b3eb7fc448a2a99159d73d2bfaa9b1e9ea88258996de73e296b9916c533f9b7eac8c77fc15
 SHA512 
518f122f277a293b54bd870bb166847e4d7fa87574e47d3cd606d35e260ebd7359806922e09fb86cf16fb2ee3969bbf68b40538150e7064c866710c1803fada8
+DIST firecracker-v0.24.5-x86_64.tgz 1432963 BLAKE2B 
70e16dc651ae1071b9f223f0a21eaba6a8ad515d75847698cbf67ac73053cb8c52d67cd46a315e5681dadbab92ecc4d0d43ecbba9928dc2f52a5168c0a889a97
 SHA512 
746f1af7a37b2ecdd86faee75ee0cacf01aa80aa6f060cc75761f930df0da9a6f6597fea4235035ba10f6198909b5b2f7a834571c52d73e647611f9be8fa0967

diff --git a/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild 
b/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild
new file mode 100644
index 000..c957b4a10f3
--- /dev/null
+++ b/app-emulation/firecracker-bin/firecracker-bin-0.24.5.ebuild
@@ -0,0 +1,79 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info
+
+DESCRIPTION="Secure and fast microVMs for serverless computing (static build)"
+HOMEPAGE="https://firecracker-microvm.github.io 
https://github.com/firecracker-microvm/firecracker;
+SRC_URI="
+   amd64? (
+   
https://github.com/firecracker-microvm/firecracker/releases/download/v${PV}/firecracker-v${PV}-x86_64.tgz
+   )
+   arm64? (
+   
https://github.com/firecracker-microvm/firecracker/releases/download/v${PV}/firecracker-v${PV}-aarch64.tgz
+   )"
+
+LICENSE="|| ( Apache-2.0 MIT Apache-2.0-with-LLVM-exceptions ) MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RESTRICT="test strip"
+
+RDEPEND="!app-emulation/firecracker
+   acct-group/kvm"
+
+QA_PREBUILT="/usr/bin/firecracker
+   /usr/bin/jailer"
+
+S="${WORKDIR}"
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is lt 4 14; then
+   eerror "Firecracker requires a host kernel of 4.14 or higher."
+   elif use kernel_linux; then
+   if ! linux_config_exists; then
+   eerror "Unable to check your kernel for KVM support"
+   else
+   CONFIG_CHECK="~KVM ~TUN ~BRIDGE ~VHOST_VSOCK"
+   ERROR_KVM="You must enable KVM in your kernel to 
continue"
+   ERROR_KVM_AMD="If you have an AMD CPU, you must enable 
KVM_AMD in"
+   ERROR_KVM_AMD+=" your kernel configuration."
+   ERROR_KVM_INTEL="If you have an Intel CPU, you must 
enable"
+   ERROR_KVM_INTEL+=" KVM_INTEL in your kernel 
configuration."
+   ERROR_TUN="You will need the Universal TUN/TAP driver 
compiled"
+   ERROR_TUN+=" into your kernel or loaded as a module to 
use"
+   ERROR_TUN+=" virtual network devices."
+   ERROR_BRIDGE="You will also need support for 802.1d"
+   

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

2021-07-23 Thread Gerben Jan Dijkman
commit: a1eeacad2cc4f8bda044557070e99ee96db1e1ca
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:50:37 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:50:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1eeacad

ev-libs/feedbackd: Updated Keywords

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

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

diff --git a/dev-libs/feedbackd/feedbackd-0.0.0.ebuild 
b/dev-libs/feedbackd/feedbackd-0.0.0.ebuild
index f439042da..930af8fcd 100644
--- a/dev-libs/feedbackd/feedbackd-0.0.0.ebuild
+++ b/dev-libs/feedbackd/feedbackd-0.0.0.ebuild
@@ -6,7 +6,7 @@ VALA_USE_DEPEND="vapigen"
 
 inherit vala meson udev
 
-KEYWORDS="~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 5ce1798ff924520b109321b3fcb046aa0bcce6c8
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:46:50 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ce1798f

dev-libs/feedbackd: Updated file names

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 dev-libs/feedbackd/files/{pine64,pinephone.json => pine64.pinephone.json} | 0
 dev-libs/feedbackd/files/{purism,librem5.json => purism.librem5.json} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/feedbackd/files/pine64,pinephone.json 
b/dev-libs/feedbackd/files/pine64.pinephone.json
similarity index 100%
rename from dev-libs/feedbackd/files/pine64,pinephone.json
rename to dev-libs/feedbackd/files/pine64.pinephone.json

diff --git a/dev-libs/feedbackd/files/purism,librem5.json 
b/dev-libs/feedbackd/files/purism.librem5.json
similarity index 100%
rename from dev-libs/feedbackd/files/purism,librem5.json
rename to dev-libs/feedbackd/files/purism.librem5.json



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

2021-07-23 Thread Georgy Yakovlev
commit: a84d8ad2c56ffbbce7afb5ff6aedb56745728f4f
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Wed Jul 21 00:42:02 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 05:34:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84d8ad2

sys-process/bottom: New package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21735
Signed-off-by: Randy Barlow  electronsweatshop.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-process/bottom/Manifest| 167 ++
 sys-process/bottom/bottom-0.6.3.ebuild | 206 +
 sys-process/bottom/metadata.xml|  19 +++
 3 files changed, 392 insertions(+)

diff --git a/sys-process/bottom/Manifest b/sys-process/bottom/Manifest
new file mode 100644
index 000..8140e03c302
--- /dev/null
+++ b/sys-process/bottom/Manifest
@@ -0,0 +1,167 @@
+DIST addr2line-0.15.1.crate 32936 BLAKE2B 
5dc101a84434607a2432346440324b35e829fb7843d3a76a918516929867e6186ea004aed8b939d216822d29115a9f8f11b4e86844ca50ffa5598ad6c84a53ba
 SHA512 
beb2c7683e350c98538cd7a83aa4aec86fb95bfd079ccdce27fae84f988a58f9e59ff5a2e3c431436f8ab033d53232732731da52f5d7fbb5d80f24fac2f76041
+DIST adler-0.2.3.crate 12168 BLAKE2B 
c7743569d700d7ec3185e0459a18181148f8cd7579f4da1fab30eb2e3c3cabbe5a7467f7760f0cba4b2fdeb62f8d988ee1f24637685d76db7acb56f679cfc996
 SHA512 
565849eba122eb94d240a0cba875035537058cc168f137a8a3b99392d753815d56fa0e1a1e851062632700b0e3d12caf67f5f768b9f727956a2e5b599029e9dc
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST anyhow-1.0.40.crate 34534 BLAKE2B 
79a3731153f8e3ace906b9a360521147fd055f7401a99ea2373501ade7e49ecdb280dd59b6a3b9b2f88e90857302e71f772c767e62cb702e32c8343fd4b0f741
 SHA512 
5efc7347a7fa72abce9a8b3b76649abb00d73c16c5125aa4b6faaa7040eb5138d7d9470b66c186825c9651272f5c359578503d0866ce7242ea7ca9dc05087165
+DIST assert_cmd-1.0.3.crate 26323 BLAKE2B 
97fa287db425901474b2e9c4e0b9c500209e6ae23de73d079458ef21e8d1f6a49837683c543ce05ed79b0a07a4e1075d02630789760b52956f16e2f629e3d439
 SHA512 
3205f9eac594113996287dab2a641115e5fdb4e92734fa34e12d99b3808597e13371658857896c76449ab1fdca4cf4e675d812ea120602e16024409483b60bf2
+DIST async-channel-1.5.1.crate 12386 BLAKE2B 
33382a876c3b5042ada894f6c1a2edc11e8db32da015d8ad468909172e0119d49a194864b9070b08c0ce056f96b66e466bb1be670cdacfce5f466e3c68b92877
 SHA512 
876622d6a99de320dec4e11c3cc8b756c34e7091c8131b4a10686cb0298e60c38fa502e113dde4294dc53d582b2d5dfc110453809bdbb8abc24f57a1ec52de1c
+DIST async-executor-1.4.0.crate 15661 BLAKE2B 
38a4ddab0856a8e08e631e87eb979ad2f68ba84df9ca43b8caa6ee6d06c62e1999543fda3f660083e163f849e5151e2163380be7cad2e131854e1723f5586fa8
 SHA512 
f02507a288a484a8f2605d613e425e9a75cda989a4140bf1b5dd2a1b344fbf8723bd526f6fae1eaaf2e879efb9a67d62648b58a65211ebb51e3a4cbb3ac64701
+DIST async-fs-1.5.0.crate 16921 BLAKE2B 
3758ac4c3fd52d8e40777a30dbf136f2bc869cc167414a01bf09466d6e8f95daefcaba3d89017aee2aead8a0074b2e8f701031aba133efbb5b364dd7c1e15606
 SHA512 
f23835f24b87fe9e5a86b0600784660c5ac7fe4670cc9f37cb75946ff00f2a8e032fa4a225d6315f6416e40b02fef39c72f0f5513a8314d6b2254160d8db4ac7
+DIST async-io-1.3.1.crate 31300 BLAKE2B 
7f64e1d62c46ba38bfcc39922477419ac3419ce6880225f75b6a396b8e2363c00bb94080fa07c310a20d7b78f72d80c5102da8e95bf41791c0797592c4d338a7
 SHA512 
eb5c82de79d8be448b978832500d07bb3e85c3d322187a4f00551d95034f4c4cf4520c3b37059b5cef098d2b06062a2afcb24e7c4ad7228b3c1f2a3eb28f3d88
+DIST async-lock-2.3.0.crate 15977 BLAKE2B 
486d0b7a7c3620b3bc2ec5f6a4589c237c79e1c61908c157ddc8f127b2cf00edfca4efdb543c92680ac243d07b4f3a71f175bbfafa77c39c7bfb003da2deb1cc
 SHA512 
c1faed2bc9a590184cdd0628ba9a1692fd860646c06221c0ffd40bbd3f4a330067b20f4aa90cb9696759e99f8cd5dc66d2f39083293e04894ca017be43325f55
+DIST async-net-1.5.0.crate 18131 BLAKE2B 
b0e39ae96cfb8b0f6c892856c88c9fdb3fc2c1093d330ea6e48d0fdd59aba1c376739f779f938f2bfdb78e78aa087344ac7d7f79eb11ff0473ef4d6b98a084be
 SHA512 
35b18fc17252ebb171ad53ee0c66e933d55e0d63d636cf70396e2845ac80d9afb2f8789e73e70806857808a803c56491e3052980d5469e5befdfa9b6bd9678ff
+DIST async-process-1.0.1.crate 15984 BLAKE2B 
f466c9d1f7d8f5f56332e03ad50dc1dbca9272c7fe7093f3792d735528fd24846023cabc080416c15b591f36ebb7a4675fe07ff3bcea9053f7c14e3a03125711
 SHA512 

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

2021-07-23 Thread Georgy Yakovlev
commit: 686cc34a9c078a03155e2b79329b5ec3eee08f47
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 24 05:27:43 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 05:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686cc34a

sys-apps/ripgrep: fix installation with USE=debug

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

 sys-apps/ripgrep/ripgrep-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild 
b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
index 468459addbd..6ec01775bf9 100644
--- a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
+++ b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
@@ -99,7 +99,7 @@ src_install() {
# hack to find/install generated files
# stamp file can be present in multiple dirs if we build additional 
features
# so grab fist match only
-   local BUILD_DIR="$(dirname $(find target/release -name ripgrep-stamp 
-print -quit))"
+   local BUILD_DIR="$(dirname $(find target/ -name ripgrep-stamp -print 
-quit))"
 
newbashcomp "${BUILD_DIR}"/rg.bash rg
 



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

2021-07-23 Thread Georgy Yakovlev
commit: 70f64fae99aacaca42f89f117c41a17f25258321
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 24 05:20:23 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 05:39:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f64fae

sys-process/bottom: keyword 0.6.3 for ~arm64

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

 sys-process/bottom/bottom-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bottom/bottom-0.6.3.ebuild 
b/sys-process/bottom/bottom-0.6.3.ebuild
index d5d01912fdc..559b1158b09 100644
--- a/sys-process/bottom/bottom-0.6.3.ebuild
+++ b/sys-process/bottom/bottom-0.6.3.ebuild
@@ -181,7 +181,7 @@ SRC_URI="$(cargo_crate_uris)"
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 MIT MPL-2.0 
Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 
 # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
 QA_FLAGS_IGNORED="usr/bin/btm"



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

2021-07-23 Thread Georgy Yakovlev
commit: 2dab550d11aafb895bb0f8a5dd5218635cf0bed3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 24 05:20:08 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 05:39:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dab550d

sys-process/bottom: keyword 0.6.3 for ~ppc64

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

 sys-process/bottom/bottom-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bottom/bottom-0.6.3.ebuild 
b/sys-process/bottom/bottom-0.6.3.ebuild
index b23fefb6da4..d5d01912fdc 100644
--- a/sys-process/bottom/bottom-0.6.3.ebuild
+++ b/sys-process/bottom/bottom-0.6.3.ebuild
@@ -181,7 +181,7 @@ SRC_URI="$(cargo_crate_uris)"
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 MIT MPL-2.0 
Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 
 # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
 QA_FLAGS_IGNORED="usr/bin/btm"



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

2021-07-23 Thread Georgy Yakovlev
commit: 9bf946cc09a069a9a8453b6a2c8c6b86dbd41433
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 24 05:34:52 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 05:39:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf946cc

sys-process/bottom: don't enable debugging deatures

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

 sys-process/bottom/bottom-0.6.3.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/sys-process/bottom/bottom-0.6.3.ebuild 
b/sys-process/bottom/bottom-0.6.3.ebuild
index 5a268f8904e..b23fefb6da4 100644
--- a/sys-process/bottom/bottom-0.6.3.ebuild
+++ b/sys-process/bottom/bottom-0.6.3.ebuild
@@ -186,6 +186,12 @@ KEYWORDS="~amd64"
 # Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
 QA_FLAGS_IGNORED="usr/bin/btm"
 
+src_configure() {
+   # 
https://github.com/ClementTsang/bottom/blob/bacaca5548c2b23d261ef961ee6584b609529567/Cargo.toml#L63
+   # fern and log features are for debugging only, so disable default 
features
+   cargo_src_configure $(usev !debug --no-default-features)
+}
+
 src_install() {
cargo_src_install
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/feedbackd/, dev-libs/feedbackd/files/

2021-07-23 Thread Gerben Jan Dijkman
commit: 02a1a0202de75802ba25483653afce54cb087c9b
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:38:47 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:38:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02a1a020

dev-libs/feedbackd: Version bump, removed the -r

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 dev-libs/feedbackd/Manifest|  4 +-
 dev-libs/feedbackd/feedbackd-0.0.0-r9.ebuild   | 58 --
 dev-libs/feedbackd/feedbackd-0.0.0.ebuild  | 56 +
 dev-libs/feedbackd/files/55.patch  | 25 --
 ...pine64.pinephone.json => pine64,pinephone.json} |  0
 .../{purism.librem5.json => purism,librem5.json}   |  0
 dev-libs/feedbackd/metadata.xml| 14 +-
 7 files changed, 70 insertions(+), 87 deletions(-)

diff --git a/dev-libs/feedbackd/Manifest b/dev-libs/feedbackd/Manifest
index 9078b3a9e..97cd91a6f 100644
--- a/dev-libs/feedbackd/Manifest
+++ b/dev-libs/feedbackd/Manifest
@@ -1,2 +1,2 @@
-DIST feedbackd-b45468080eee851da500613ecedd709639b6d769.tar.gz 80860 BLAKE2B 
a80829b496e314fd04f17024a3e5415e02852b217df5f9bcbca6159b4bded5220cd6cc9d39a66c24de500bbe91c111ca1e4d05669b53decc07ca0adb91b851da
 SHA512 
7e869c127059d2f070d368ca894808f2fb78fd04048662dabd303a45d86a3b53bf3646f64e088cd720c6f54777a86673156d3cf782fdd663dc25fae65bd04e6e
-DIST feedbackd-device-themes-1602d415aed30b1a67c0ff270551230725b8ef92.tar.gz 
13832 BLAKE2B 
87c1ccd52dec982e4e1651e11598b60daa8380f2de4c371e0abc70e2840abd1e62fa9fd70cbe8a5860942c282cac54ea11b548066cd01be5b49ba939b488ec3a
 SHA512 
0e6ece5deddc3df3824aa01b6bbc2ad7fc9ab96db6afe9e4aa84652a005eb860c5552e52aeb17329dde84e8d2bccc33c7e603ab04eb2ca41ed19bbe331ce6933
+DIST 48b4bb97d62fa1917a9e54852f593d3190ef188c.tar.gz 79913 BLAKE2B 
9173619846072bf46a83c88a5383c36aa2493773a31de0a25b7d2db9ce45873674f7a551ff009b7e18e4bde19807ef92da81b6c27e9c78d568066f0350f1eaba
 SHA512 
e87da6123fe56167cb5e1a5d0fbe2d17356e337b53f6348ddd1f9fb5236f213bf72b3b04763edf36fd477fd969ac10f87eafc4136880e40981b7f8b0c4508065
+DIST feedbackd-device-themes-516e80e0b00bbd904e64b0c272c40218290fe9f5.tar.gz 
14397 BLAKE2B 
189d20635fac63085f0154c939c1c3f5e3e8543eb074f8f82486c4503224eceb0ddc3674f48530e6cb1fa3bc44ad6b1797c5fb1ec575f225e54db97e204c8ec0
 SHA512 
4ace1c68b26395de54cfae84e5c8cde8642d2bfd663238d4fc527bce44cb937155d1113af56b26b8a0c0168332a617ce6ef5971ea100c664541ae083c47c1661

diff --git a/dev-libs/feedbackd/feedbackd-0.0.0-r9.ebuild 
b/dev-libs/feedbackd/feedbackd-0.0.0-r9.ebuild
deleted file mode 100644
index e5c161faf..0
--- a/dev-libs/feedbackd/feedbackd-0.0.0-r9.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
-VALA_USE_DEPEND="vapigen"
-
-inherit vala meson udev
-
-IUSE="+introspection +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-MY_PV="${PV}+git20210426"
-MY_P="${PN}-${MY_PV}"
-MY_COMMIT="b45468080eee851da500613ecedd709639b6d769"
-MY_THEME_COMMIT="1602d415aed30b1a67c0ff270551230725b8ef92"
-
-DESCRIPTION="A daemon to provide haptic feedback on events"
-HOMEPAGE="https://source.puri.sm/Librem5/feedbackd;
-SRC_URI="
-   
https://source.puri.sm/Librem5/feedbackd/-/archive/${MY_COMMIT}/${MY_COMMIT}.tar.gz
 -> ${PN}-${MY_COMMIT}.tar.gz
-   
https://source.puri.sm/Librem5/feedbackd-device-themes/-/archive/${MY_THEME_COMMIT}/feedbackd-device-themes-${MY_THEME_COMMIT}.tar.gz
-"
-
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~arm64"
-SLOT="0"
-
-DEPEND="
-   gnome-base/dconf
-   media-libs/gsound
-   dev-libs/json-glib
-   dev-libs/libgudev
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/gobject-introspection
-   dev-util/meson
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   default
-   eapply_user
-   use vala && vala_src_prepare
-   sed -i 's/-G feedbackd/-G video/g' "${S}"/debian/feedbackd.udev || die
-}
-
-src_install() {
-   default
-   meson_src_install
-   insinto /usr/share/feedbackd/themes
-   doins "${FILESDIR}"/pine64.pinephone.json
-   doins "${FILESDIR}"/purism.librem5.json
-   udev_newrules "${S}"/debian/feedbackd.udev 90-feedbackd.rules
-}

diff --git a/dev-libs/feedbackd/feedbackd-0.0.0.ebuild 
b/dev-libs/feedbackd/feedbackd-0.0.0.ebuild
new file mode 100644
index 0..f439042da
--- /dev/null
+++ b/dev-libs/feedbackd/feedbackd-0.0.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit vala meson udev
+
+KEYWORDS="~arm ~arm64"
+
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+

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

2021-07-23 Thread Gerben Jan Dijkman
commit: 3812619d97847afebd451daa382b225c16a9c8c9
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:22:31 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:22:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3812619d

gnome-extra/authenticator: Removed inherit GIT

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 gnome-extra/authenticator/authenticator-4.0.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild 
b/gnome-extra/authenticator/authenticator-4.0.3.ebuild
index b2841fec8..ad8643bdc 100644
--- a/gnome-extra/authenticator/authenticator-4.0.3.ebuild
+++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild
@@ -4,16 +4,15 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils git-r3 xdg
+inherit vala meson gnome2-utils xdg
 
 DESCRIPTION="Simple application for generating Two-Factor Authentication 
Codes."
 HOMEPAGE="https://gitlab.gnome.org/World/Authenticator;
 
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz;
-EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator.git;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~arm64"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/

2021-07-23 Thread Gerben Jan Dijkman
commit: 9a3cb7ca855b5424d2d9a35ae43a5cd1c251dd16
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:21:12 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:21:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a3cb7ca

net-voip/gnome-calls: Removed inherit GIT

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-voip/gnome-calls/gnome-calls-0.3.4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild 
b/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild
index f3fb4f257..24ccb3bcf 100644
--- a/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild
+++ b/net-voip/gnome-calls/gnome-calls-0.3.4.ebuild
@@ -4,12 +4,11 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils git-r3 xdg
+inherit vala meson gnome2-utils xdg
 
 DESCRIPTION="Phone dialer and call handler"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/calls;
 
SRC_URI="https://gitlab.gnome.org/GNOME/calls/-/archive/v${PV}/calls-v${PV}.tar.gz;
-EGIT_REPO_URI="https://gitlab.gnome.org//GNOME/calls.git;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 5a41ddf93d36aaa6a629abcb7a35d9b54be28fe9
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:18:16 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:18:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a41ddf9

net-im/cawbird: Remove inherit GIT

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild 
b/net-im/cawbird/cawbird-1.4.1.ebuild
index 32daecb36..7067b52a7 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -41,7 +41,7 @@ S="${WORKDIR}/$PN-${PV}"
 
 src_configure() {
local emesonargs=(
-   -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
+   -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==

-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=

)
meson_src_configure



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

2021-07-23 Thread Gerben Jan Dijkman
commit: d1bda3f1324dbe4a2f71bc17bbeb90bcd45e5332
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:16:37 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:16:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1bda3f1

net-im/cawbird:

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild 
b/net-im/cawbird/cawbird-1.4.1.ebuild
index fefa6e83d..32daecb36 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -4,16 +4,15 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils git-r3 xdg
+inherit vala meson gnome2-utils xdg
 
 DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert."
 HOMEPAGE="https://github.com/IBBoard/cawbird;
 SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz;
-EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-07-23 Thread Gerben Jan Dijkman
commit: d937e1ddc7c9bed0991900c4b96aa0acc2e7294e
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:15:34 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:15:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d937e1dd

x11-libs/libadwaita: Remove inherit GIT

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 x11-libs/libadwaita/libadwaita-1.0.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild 
b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
index 204055473..098f40141 100644
--- a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
+++ b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
@@ -4,16 +4,15 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils git-r3 xdg
+inherit vala meson gnome2-utils xdg
 
 DESCRIPTION="Building blocks for modern GNOME applications."
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libadwaita;
 
SRC_URI="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/main/libadwaita-main.tar.gz;
-EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libadwaita.git;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/jsch-agent-proxy/

2021-07-23 Thread Miroslav Šulc
commit: baeef54e9f2ddbd92ac25fcb95cafb718ae2175c
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Fri Jun 11 07:48:13 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jul 24 05:01:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baeef54e

dev-java/jsch-agent-proxy: new package

Snapshot because version 0.0.9 is not released

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/21197/commits/948cd3d9855edc264bbaa647f388ec300f3edba5
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/jsch-agent-proxy/Manifest |   1 +
 .../jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild | 109 +
 dev-java/jsch-agent-proxy/metadata.xml |   7 ++
 3 files changed, 117 insertions(+)

diff --git a/dev-java/jsch-agent-proxy/Manifest 
b/dev-java/jsch-agent-proxy/Manifest
new file mode 100644
index 000..e2a3213c4d2
--- /dev/null
+++ b/dev-java/jsch-agent-proxy/Manifest
@@ -0,0 +1 @@
+DIST jsch-agent-proxy-0.0.9.tar.gz 19040 BLAKE2B 
d20989663ed4544d60e890d48c8b3262184bbdf5bc6b8a42d8a008a0ad94831b283ec76382616a3df2f9ad677e59608920bcbc973f6da79d8e373dc21758ece8
 SHA512 
a80bb2cda8f0a96f4d069c64bc60633292fac46fcca94402f2c2762d3def94e3b9fef886b56e8f2b834141643173cea29ca678a61963fefa33fbb3cd56c1af88

diff --git a/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild 
b/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild
new file mode 100644
index 000..1d9101a2823
--- /dev/null
+++ b/dev-java/jsch-agent-proxy/jsch-agent-proxy-0.0.9.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom 
jsch-agent-proxy-12c3d64fc2b0a4fd37659369edfdee26e48954e2/jsch-agent-proxy-jsch/pom.xml
 --download-uri 
https://github.com/ymnk/jsch-agent-proxy/archive/12c3d64fc2b0a4fd37659369edfdee26e48954e2.tar.gz
 --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild jsch-agent-proxy-0.0.9.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.jcraft:jsch.agentproxy.jsch:0.0.9"
+
+inherit java-pkg-2 java-pkg-simple
+
+MY_COMMIT="12c3d64fc2b0a4fd37659369edfdee26e48954e2"
+DESCRIPTION="a proxy to ssh-agent and Pageant in Java"
+HOMEPAGE="http://www.jcraft.com/jsch-agent-proxy/;
+SRC_URI="https://github.com/ymnk/jsch-agent-proxy/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+# Common dependencies
+# POM: ${PN}-12c3d64fc2b0a4fd37659369edfdee26e48954e2/${PN}-jsch/pom.xml
+# com.jcraft:jsch:0.1.49 -> >=dev-java/jsch-0.1.54:0
+# com.jcraft:jsch.agentproxy.core:0.0.9 -> 
>=dev-java/jsch-agentproxy-core-0.0.9:0
+
+CDEPEND="
+   dev-java/jna:4
+   dev-java/jsch:0
+"
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*"
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+DOCS=( LICENSE.txt README README.md )
+
+S="${WORKDIR}/jsch-agent-proxy-${MY_COMMIT}"
+
+JAVA_GENTOO_CLASSPATH="jna-4,jsch"
+JAVA_GENTOO_CLASSPATH_EXTRA="jsch-agentproxy-core.jar:jsch-agentproxy-pageant.jar:jsch-agentproxy-sshagent.jar:jsch-agentproxy-usocket-jna.jar:jsch-agentproxy-usocket-nc.jar"
+
+src_compile() {
+   JAVA_SRC_DIR="${PN}-core"
+   JAVA_JAR_FILENAME="jsch-agentproxy-core.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR="${PN}-jsch"
+   JAVA_JAR_FILENAME="jsch-agentproxy-jsch.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR="${PN}-pageant"
+   JAVA_JAR_FILENAME="jsch-agentproxy-pageant.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR="${PN}-sshagent"
+   JAVA_JAR_FILENAME="jsch-agentproxy-sshagent.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR="${PN}-usocket-jna"
+   JAVA_JAR_FILENAME="jsch-agentproxy-usocket-jna.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR="${PN}-usocket-nc"
+   JAVA_JAR_FILENAME="jsch-agentproxy-usocket-nc.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR="${PN}-connector-factory"
+   JAVA_JAR_FILENAME="jsch-agentproxy-connector-factory.jar"
+   java-pkg-simple_src_compile
+   rm -fr target || die
+
+   JAVA_SRC_DIR=(
+   "${PN}-core"
+   "${PN}-jsch"
+   "${PN}-pageant"
+   "${PN}-sshagent"
+   "${PN}-usocket-jna"
+   "${PN}-usocket-nc"
+   "${PN}-connector-factory"
+   )
+   JAVA_JAR_FILENAME="ignoreme.jar"
+   java-pkg-simple_src_compile
+}
+
+src_install() {
+   default
+   java-pkg_dojar "jsch-agentproxy-core.jar"
+   java-pkg_dojar "jsch-agentproxy-jsch.jar"
+   java-pkg_dojar "jsch-agentproxy-pageant.jar"
+   

[gentoo-commits] repo/proj/guru:dev commit in: app-mobilephone/pinephone-meta/

2021-07-23 Thread Gerben Jan Dijkman
commit: c8dc4f0cfe1b9898b1a9501ab56af08fbfaa6622
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:06:28 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:06:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8dc4f0c

app-mobilephone: Removed due to borken dep

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 app-mobilephone/pinephone-meta/metadata.xml|  8 ---
 .../pinephone-meta/pinephone-meta-0.2.ebuild   | 26 --
 2 files changed, 34 deletions(-)

diff --git a/app-mobilephone/pinephone-meta/metadata.xml 
b/app-mobilephone/pinephone-meta/metadata.xml
deleted file mode 100644
index 9cb2e1569..0
--- a/app-mobilephone/pinephone-meta/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Enable eg25 modem manager
-   
-

diff --git a/app-mobilephone/pinephone-meta/pinephone-meta-0.2.ebuild 
b/app-mobilephone/pinephone-meta/pinephone-meta-0.2.ebuild
deleted file mode 100644
index 04b0de4b2..0
--- a/app-mobilephone/pinephone-meta/pinephone-meta-0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd udev
-
-DESCRIPTION="Meta-package for installing phosh on pinephone"
-HOMEPAGE="https://gitlab.manjaro.org/manjaro-arm/packages/community/phosh/pinephone-manjaro-tweaks.git;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~arm64"
-IUSE="+eg25-manager"
-
-RDEPEND="
-   app-mobilephone/pinephone-modem-scripts
-   app-mobilephone/usb-tethering
-   gnome-extra/iio-sensor-proxy
-   gui-wm/phosh-meta
-   media-libs/alsa-ucm-pinephone
-   media-tv/v4l-utils
-   net-misc/eg25-manager
-   sys-firmware/pinephone-firmware
-   x11-themes/sound-theme-librem5
-"



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 00cbe27ed26c251485d0541b9a21f73aefc7f527
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:03:32 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:03:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00cbe27e

net-im: Removed due to broken dep

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/chatty/Manifest|  1 -
 net-im/chatty/chatty-0.3.3.ebuild | 40 ---
 net-im/chatty/metadata.xml| 15 ---
 3 files changed, 56 deletions(-)

diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest
deleted file mode 100644
index fbffcc1d1..0
--- a/net-im/chatty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chatty-0.3.3.tar.gz 458463 BLAKE2B 
4f07af0162742f8779bac2af89ea5288cb4dacf4f135d452620ad5e3362450fbd3861ec96b74f4a1dfac4d3065dfe9b5beb780453aec7f6f6746adad0b6f4a03
 SHA512 
d075faad5760f0892facad6637e8142f1a9c467d7f7a71e64ac7c6379dbff967ebb4da74a4327c97c0b4fc07e4f5d184e43470300f29a94779c648cb0f4686e8

diff --git a/net-im/chatty/chatty-0.3.3.ebuild 
b/net-im/chatty/chatty-0.3.3.ebuild
deleted file mode 100644
index 3878212b3..0
--- a/net-im/chatty/chatty-0.3.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson gnome2-utils xdg
-
-COMMIT="501805ee4e013470c1c9eb17e930f9fe914e3671"
-
-DESCRIPTION="Messaging client"
-HOMEPAGE="https://source.puri.sm/Librem5/chatty;
-SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive//${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~arm64 ~arm ~x86"
-
-DEPEND="gnome-extra/evolution-data-server[phonenumber]
-   dev-libs/feedbackd
-   gui-libs/libhandy
-   x11-plugins/purple-mm-sms
-   dev-libs/olm
-   dev-libs/libphonenumber
-   x11-libs/gtk+:3
-   net-im/jabber-base
-"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/net-im/chatty/metadata.xml b/net-im/chatty/metadata.xml
deleted file mode 100644
index aaf92b5c3..0
--- a/net-im/chatty/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gjdijk...@gjdwebserver.nl
-   Gerben Jan Dijkman
-   
-   
-   XMPP and SMS messaging via libpurple and Modemmanager.
-   
-   
-   https://source.puri.sm/Librem5/chatty
-   
https://source.puri.sm/Librem5/chatty/-/issues
-   
-



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 7d0f701278918fd61802c6911bf82e2254812e83
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 05:01:08 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 05:01:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d0f7012

gui-wm: Removed due to broken dep

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 gui-wm/phosh-meta/metadata.xml  |  5 
 gui-wm/phosh-meta/phosh-meta-0.2.ebuild | 48 -
 2 files changed, 53 deletions(-)

diff --git a/gui-wm/phosh-meta/metadata.xml b/gui-wm/phosh-meta/metadata.xml
deleted file mode 100644
index b372191c7..0
--- a/gui-wm/phosh-meta/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-

diff --git a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild 
b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
deleted file mode 100644
index 99a14502d..0
--- a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Meta package for Phosh"
-HOMEPAGE="https://github.com/dreemurrs-embedded/Pine64-Arch;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-   app-editors/gedit
-   app-mobilephone/mobile-config-firefox
-   app-mobilephone/flashlight
-   app-text/evince
-   gnome-base/gnome-control-center
-   gnome-extra/gnome-contacts
-   media-video/megapixels
-   gnome-extra/gnome-calculator
-   gnome-extra/gnome-calendar
-   gui-wm/phosh
-   net-voip/gnome-calls
-   net-dns/dnsmasq
-   sys-power/gtherm
-   sys-auth/rtkit
-   x11-misc/squeekboard
-   x11-terms/gnome-terminal
-   x11-themes/sound-theme-librem5
-   www-client/epiphany
-"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-pkg_postinst() {
-   [ -e /usr/share/applications-bak ] || mkdir /usr/share/applications-bak
-   for i in vim org.gnupg.pinentry-qt org.gnome.Extensions mupdf \
-   gnome-printers-panel gnome-wifi-pannel pidgin wpa_gui cups \
-   Gentoo-system-config-printer
-   do
-   if [ -e /usr/share/applications/$i.desktop ]; then
-   mv /usr/share/applications/$i.desktop 
/usr/share/applications-bak
-   fi
-   done
-}



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 511c8bb621aeab372702801e62477c2ca18b965c
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 04:51:16 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 04:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=511c8bb6

gui-wm/phosh-meta: Update to reflect Calls beeing moved to Gnome

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 gui-wm/phosh-meta/phosh-meta-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild 
b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
index 51567e7e5..99a14502d 100644
--- a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
+++ b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dreemurrs-embedded/Pine64-Arch;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 DEPEND="
app-editors/gedit
@@ -21,7 +21,7 @@ DEPEND="
gnome-extra/gnome-calculator
gnome-extra/gnome-calendar
gui-wm/phosh
-   net-voip/calls
+   net-voip/gnome-calls
net-dns/dnsmasq
sys-power/gtherm
sys-auth/rtkit



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

2021-07-23 Thread Gerben Jan Dijkman
commit: c67e705691de41fce29de0da7f0829d4927755fe
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 04:45:54 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 04:45:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c67e7056

net-im/cawbird: Updated Keywords

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild 
b/net-im/cawbird/cawbird-1.4.1.ebuild
index 6367e68b1..fefa6e83d 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~arm64"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
@@ -41,11 +41,11 @@ BDEPEND="
 S="${WORKDIR}/$PN-${PV}"
 
 src_configure() {
-local emesonargs=(
--Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
+   local emesonargs=(
+   -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==

-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=

-)
-meson_src_configure
+   )
+   meson_src_configure
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2021-07-23 Thread Gerben Jan Dijkman
commit: 7bff2e505216135b6eb99e193c8e1702bd6c9cdc
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 04:38:49 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 04:38:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bff2e50

gnome-extra: Removed, there is a PR for it allready

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.40.3.ebuild| 155 
 .../files/3.36.5-gtk-doc-1.32-compat.patch |  32 ---
 .../evolution-data-server/files/calentry.schema| 108 -
 gnome-extra/evolution-data-server/metadata.xml | 262 -
 5 files changed, 558 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
deleted file mode 100644
index b80213d77..0
--- a/gnome-extra/evolution-data-server/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
deleted file mode 100644
index 1728d0670..0
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather phonenumber"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.58:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.16:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.28.0:4
-   ${gdata_depend}
-   )
-   phonenumber? (
-   >=dev-libs/libphonenumber-8.12.24
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend)
-   net-libs/libsoup:2.4[vala]
-   dev-libs/libical[vala]
-   )
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
-src_prepare() {
-   use vala && vala_src_prepare
-   cmake_src_prepare
-   gnome2_src_prepare
-
-   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
-
-   # Make CMakeLists versioned vala enabled
-   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \

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

2021-07-23 Thread Gerben Jan Dijkman
commit: 6e67dff1ff63e7028d06d8a33309a59edb03ef71
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 04:35:58 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 04:35:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e67dff1

net-im/cawbird: Updated Keywords

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild 
b/net-im/cawbird/cawbird-1.4.1.ebuild
index a8b7d7997..6367e68b1 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-07-23 Thread Sam James
commit: ebf2e515e0581b676eaeaa435c10a78f56068bdb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf2e515

dev-python/cfgv: Keyword 3.3.0 ppc64, #793794

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

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

diff --git a/dev-python/cfgv/cfgv-3.3.0.ebuild 
b/dev-python/cfgv/cfgv-3.3.0.ebuild
index 2d9846773ba..fea5746619d 100644
--- a/dev-python/cfgv/cfgv-3.3.0.ebuild
+++ b/dev-python/cfgv/cfgv-3.3.0.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 distutils_enable_tests pytest



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

2021-07-23 Thread Sam James
commit: c3587008eb4c71bd6c4f116fcb9eb4f8a081587a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3587008

dev-python/nodeenv: Keyword 1.6.0 ppc64, #793794

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

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

diff --git a/dev-python/nodeenv/nodeenv-1.6.0.ebuild 
b/dev-python/nodeenv/nodeenv-1.6.0.ebuild
index 1b1b6d009af..7571af9f6d3 100644
--- a/dev-python/nodeenv/nodeenv-1.6.0.ebuild
+++ b/dev-python/nodeenv/nodeenv-1.6.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/ekalinin/nodeenv/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 # requires network access
 RESTRICT="test"



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

2021-07-23 Thread Sam James
commit: 6affa61ffe47cc4f07173a9366a3b3c9cbfe05f1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6affa61f

dev-python/pytest-env: Keyword 0.6.2 ppc64, #793794

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

 dev-python/pytest-env/pytest-env-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-env/pytest-env-0.6.2.ebuild 
b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
index aae6b858308..3b601ab42dd 100644
--- a/dev-python/pytest-env/pytest-env-0.6.2.ebuild
+++ b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/

2021-07-23 Thread Sam James
commit: bbf7fd4e72f7a5a5b3d077d0d3cdd1ede3b392f8
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf7fd4e

app-shells/autojump: Keyword 22.5.3-r1 ppc64, #793794

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

 app-shells/autojump/autojump-22.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/autojump/autojump-22.5.3-r1.ebuild 
b/app-shells/autojump/autojump-22.5.3-r1.ebuild
index ea9ec176b0d..1ec895245e8 100644
--- a/app-shells/autojump/autojump-22.5.3-r1.ebuild
+++ b/app-shells/autojump/autojump-22.5.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x64-macos"
 IUSE="ipython test"
 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-07-23 Thread Sam James
commit: 6aa99bedb59c42c1644a4190b2e946af4e18c667
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa99bed

dev-python/editdistance-s: Keyword 1.0.0 x86, #793794

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

 dev-python/editdistance-s/editdistance-s-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild 
b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
index 624ee75314d..21f1995687c 100644
--- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
+++ b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
 
 RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



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

2021-07-23 Thread Sam James
commit: 064c7c5a33e66d32d419f1041e0fd6892a4abb5d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064c7c5a

dev-python/editdistance-s: Keyword 1.0.0 ppc64, #793794

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

 dev-python/editdistance-s/editdistance-s-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild 
b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
index 21f1995687c..f3ce6a10de4 100644
--- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
+++ b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



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

2021-07-23 Thread Sam James
commit: b7a2694340542b066bc88f9885dce25c43b999f2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a26943

dev-python/pytest-env: Keyword 0.6.2 x86, #793794

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

 dev-python/pytest-env/pytest-env-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-env/pytest-env-0.6.2.ebuild 
b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
index bfa82056efc..aae6b858308 100644
--- a/dev-python/pytest-env/pytest-env-0.6.2.ebuild
+++ b/dev-python/pytest-env/pytest-env-0.6.2.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"



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

2021-07-23 Thread Sam James
commit: 163fe5a36f5f13b100efe5edd81c93aef87cc87b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163fe5a3

dev-python/cfgv: Keyword 3.3.0 x86, #793794

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

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

diff --git a/dev-python/cfgv/cfgv-3.3.0.ebuild 
b/dev-python/cfgv/cfgv-3.3.0.ebuild
index 37eaf09fbe2..2d9846773ba 100644
--- a/dev-python/cfgv/cfgv-3.3.0.ebuild
+++ b/dev-python/cfgv/cfgv-3.3.0.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
 
 distutils_enable_tests pytest



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

2021-07-23 Thread Sam James
commit: 11dd68f50197c618bfb5808253c6e98bebd6d1dd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dd68f5

dev-python/identify: Keyword 2.2.11 ppc64, #793794

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

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

diff --git a/dev-python/identify/identify-2.2.11.ebuild 
b/dev-python/identify/identify-2.2.11.ebuild
index bd34f46212b..c3b147be85a 100644
--- a/dev-python/identify/identify-2.2.11.ebuild
+++ b/dev-python/identify/identify-2.2.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="dev-python/editdistance-s[${PYTHON_USEDEP}]"
 



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

2021-07-23 Thread Sam James
commit: 8a3d80c472888a40ec91171fa372a1451356b212
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3d80c4

dev-vcs/pre-commit: Keyword 2.13.0 ppc64, #793794

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

 dev-vcs/pre-commit/pre-commit-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild 
b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
index a43dd94681d..b950b925198 100644
--- a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
+++ b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
 
 # TODO: figure out why these tests - all of which invoke git - fail:
 #  - 
tests/main_test.py::test_all_cmds[autoupdate,hook-impl,install,install-hooks,migrate-config,run,uninstall],



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

2021-07-23 Thread Sam James
commit: cededfd77b16fd457180ec3dbdd8a354a0704f77
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cededfd7

dev-vcs/pre-commit: Keyword 2.13.0 x86, #793794

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

 dev-vcs/pre-commit/pre-commit-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild 
b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
index aa881ca83b3..a43dd94681d 100644
--- a/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
+++ b/dev-vcs/pre-commit/pre-commit-2.13.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
 
 # TODO: figure out why these tests - all of which invoke git - fail:
 #  - 
tests/main_test.py::test_all_cmds[autoupdate,hook-impl,install,install-hooks,migrate-config,run,uninstall],



[gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/

2021-07-23 Thread Sam James
commit: df5addc42007b0cad16d5578a37e4c892fe7d5a3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5addc4

app-shells/autojump: Keyword 22.5.3-r1 x86, #793794

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

 app-shells/autojump/autojump-22.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/autojump/autojump-22.5.3-r1.ebuild 
b/app-shells/autojump/autojump-22.5.3-r1.ebuild
index aaddacf3c3c..ea9ec176b0d 100644
--- a/app-shells/autojump/autojump-22.5.3-r1.ebuild
+++ b/app-shells/autojump/autojump-22.5.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/wting/${PN}/archive/release-v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x64-macos"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x64-macos"
 IUSE="ipython test"
 REQUIRED_USE="ipython? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-07-23 Thread Sam James
commit: 312ff6e9dab7cf99b7ecaecc91d9839da8ea993b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 04:09:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 04:09:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312ff6e9

dev-python/identify: Keyword 2.2.11 x86, #793794

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

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

diff --git a/dev-python/identify/identify-2.2.11.ebuild 
b/dev-python/identify/identify-2.2.11.ebuild
index 939b1826a0b..bd34f46212b 100644
--- a/dev-python/identify/identify-2.2.11.ebuild
+++ b/dev-python/identify/identify-2.2.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pre-commit/${PN}/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~riscv"
+KEYWORDS="~amd64 ~hppa ~ppc ~riscv ~x86"
 
 RDEPEND="dev-python/editdistance-s[${PYTHON_USEDEP}]"
 



[gentoo-commits] proj/security:ajak-cvetool commit in: bin/

2021-07-23 Thread John Helmert III
commit: b3cdddf783f0f31bc2b44e85edec6abade128fe3
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jul 24 03:18:26 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jul 24 03:18:26 2021 +
URL:https://gitweb.gentoo.org/proj/security.git/commit/?id=b3cdddf7

glsatool: avoid trying to publish GLSAs with TODOs

Signed-off-by: John Helmert III  gentoo.org>

 bin/GLSATool.py | 4 
 1 file changed, 4 insertions(+)

diff --git a/bin/GLSATool.py b/bin/GLSATool.py
index a2a1b1b..9aa21b9 100644
--- a/bin/GLSATool.py
+++ b/bin/GLSATool.py
@@ -85,6 +85,10 @@ class GLSATool:
features='lxml')
 glsa_id = 'glsa-' + released_soup.find('strong').text.split()[1]
 
+# If there are red flags glsa_id will end up being 'for', so
+# bail out on the releasing process just like GLSAMaker would
+assert 'for' not in glsa_id
+
 # Grab the xml
 xml = self.request(xml_path)
 xml_filename = '{}.xml'.format(glsa_id)



[gentoo-commits] proj/security:ajak-cvetool commit in: bin/

2021-07-23 Thread John Helmert III
commit: cd40de0310372a545d7190f716de184e5882be41
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jul 24 03:19:04 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jul 24 03:19:04 2021 +
URL:https://gitweb.gentoo.org/proj/security.git/commit/?id=cd40de03

glsatool: implement closing bugs when releasing

Signed-off-by: John Helmert III  gentoo.org>

 bin/GLSATool.py | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bin/GLSATool.py b/bin/GLSATool.py
index 9aa21b9..7f3a9b2 100644
--- a/bin/GLSATool.py
+++ b/bin/GLSATool.py
@@ -74,6 +74,7 @@ class GLSATool:
 release_path = '/glsas/{}/release'.format(num)
 xml_path = '/glsas/{}/download.xml'.format(num)
 txt_path = '/glsas/{}/download.txt'.format(num)
+finalize_path = '/glsas/{}/finalize_release'.format(num)
 
 data = {
 'value': 'Release ',
@@ -110,9 +111,11 @@ class GLSATool:
 f.write(txt)
 print("Wrote {}".format(txt_filename))
 
-# TODO:
-# Mail it
 # Close bugs
+self.request(finalize_path, 'POST', data={'close_bugs': 1})
+
+# TODO: Mail it
+
 
 def new_whiteboard(self, old_whiteboard):
 regex = re.compile('[A-C~][0-4] \[.*\]')



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

2021-07-23 Thread Georgy Yakovlev
commit: bdefe0ead9e864ee2885d84a39cfc0aadb5bb02a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 24 02:44:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 02:44:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdefe0ea

dev-util/sccache: add itoa crate for tests

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

 dev-util/sccache/sccache-0.2.15.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/sccache/sccache-0.2.15.ebuild 
b/dev-util/sccache/sccache-0.2.15.ebuild
index add1a2ec87c..2716995b2be 100644
--- a/dev-util/sccache/sccache-0.2.15.ebuild
+++ b/dev-util/sccache/sccache-0.2.15.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+# don't forget to add itoa-0.3.4 for tests https://bugs.gentoo.org/803512
 CRATES="
 addr2line-0.14.1
 adler-0.2.3
@@ -138,6 +139,7 @@ instant-0.1.9
 iovec-0.1.4
 itertools-0.10.0
 itertools-0.9.0
+itoa-0.3.4
 itoa-0.4.7
 jobserver-0.1.21
 jsonwebtoken-7.2.0



[gentoo-commits] repo/gentoo:master commit in: sys-process/acct/files/, sys-process/acct/

2021-07-23 Thread Georgy Yakovlev
commit: 1361812f3c383d5dd6e0eb7ce5f9ba41459b9cdf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 24 02:37:24 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 24 02:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1361812f

sys-process/acct: revbump, fix file paths

before:
$ sa -h
...
The system's default process accounting files are:

  raw process accounting data: @ACCT_FILE_LOC@
  summary by command name: @SAVACCT_FILE_LOC@
  summary by username: @USRACCT_FILE_LOC@

after:
$ sa -h
...
The system's default process accounting files are:

  raw process accounting data: /var/account/pacct
  summary by command name: /var/account/savacct
  summary by username: /var/account/usracct

Bug: https://bugs.gentoo.org/635262
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-process/acct/acct-6.6.4-r2.ebuild  |  46 
 .../files/acct-6.6.4-cross-compile-fixed.patch | 232 +
 2 files changed, 278 insertions(+)

diff --git a/sys-process/acct/acct-6.6.4-r2.ebuild 
b/sys-process/acct/acct-6.6.4-r2.ebuild
new file mode 100644
index 000..cd281dbfe1b
--- /dev/null
+++ b/sys-process/acct/acct-6.6.4-r2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools systemd
+
+DESCRIPTION="GNU system accounting utilities"
+HOMEPAGE="https://savannah.gnu.org/projects/acct/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="sys-apps/texinfo"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.6.4-cross-compile-fixed.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf --enable-linux-multiformat
+}
+
+src_install() {
+   default
+   keepdir /var/account
+   newinitd "${FILESDIR}"/acct.initd-r2 acct
+   newconfd "${FILESDIR}"/acct.confd-r1 acct
+   systemd_dounit "${FILESDIR}"/acct.service
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/acct.logrotate-r1 psacct
+
+   # sys-apps/sysvinit already provides this
+   rm "${ED}"/usr/bin/last "${ED}"/usr/share/man/man1/last.1 || die
+
+   # accton in / is only a temp workaround for #239748
+   dodir /sbin
+   mv "${ED}"/usr/sbin/accton "${ED}"/sbin/ || die
+}

diff --git a/sys-process/acct/files/acct-6.6.4-cross-compile-fixed.patch 
b/sys-process/acct/files/acct-6.6.4-cross-compile-fixed.patch
new file mode 100644
index 000..0b0a39ff711
--- /dev/null
+++ b/sys-process/acct/files/acct-6.6.4-cross-compile-fixed.patch
@@ -0,0 +1,232 @@
+Don't generate files.h at build-time using an execution test.
+
+The *_LOC variables are never used in the build itself, but only in the
+built code; this means that they don't need to be known to ./configure at
+all.
+
+Since the previous method made acct not cross-compilable at all, this is
+much preferred.
+
+Author:  Diego Elio Pettenò 
+Upstream: https://savannah.gnu.org/patch/?7473
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -69,11 +69,6 @@ SYS_LASTCOMM = @SYS_LASTCOMM@
+ SYS_AC = @SYS_AC@
+ SYS_SA = @SYS_SA@
+ 
+-WTMP_FILE_LOC = @WTMP_FILE_LOC@
+-ACCT_FILE_LOC = @ACCT_FILE_LOC@
+-SAVACCT_FILE_LOC = @SAVACCT_FILE_LOC@
+-USRACCT_FILE_LOC = @USRACCT_FILE_LOC@
+-
+ compare-ac: ac
+   @echo
+   @echo "Running tests for ac"
+--- a/configure.ac
 b/configure.ac
+@@ -229,97 +229,6 @@ AC_CHECK_HEADER(sys/acct.h,
+   AC_EGREP_HEADER([comp_t],[sys/acct.h],[AC_DEFINE(HAVE_COMP_T, 
1, Define if  uses the COMP_T type.)])
+   ) ]
+ )
+-dnl
+-dnl find out where utmp/pacct are stored
+-dnl
+-AC_RUN_IFELSE([AC_LANG_PROGRAM([[
+-#include 
+-#include 
+-#include 
+-#include/* GNU/kFreeBSD */
+-#include 
+-#include 
+-
+-#ifndef WTMP_FILE
+-#  if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__linux__) \
+-|| defined(__FreeBSD_kernel__) || defined(__GLIBC__)
+-#define WTMP_FILE "/var/log/account/wtmp"
+-#  else
+-#if defined(sun) || defined(AMIX)
+-#  define WTMP_FILE "/var/adm/wtmp"
+-#else
+-#  if defined(sgi) || defined(SVR4)
+-#define WTMP_FILE "/usr/adm/wtmp"
+-#  else
+-#define WTMP_FILE "/usr/adm/wtmp"
+-#  endif
+-#endif
+-#  endif
+-#endif
+-
+-#ifndef ACCT_FILE
+-#  if defined(__FreeBSD__) || defined(__linux__) \
+-|| defined(__FreeBSD_kernel__) || defined(__GLIBC__)
+-#define ACCT_FILE "/var/log/account/pacct"
+-#  else
+-#if defined(__NetBSD__)
+-#  define ACCT_FILE "/var/log/account/acct"
+-#else
+-#  if defined(sun) || defined(AMIX)
+-#define ACCT_FILE "/var/adm/pacct"
+-#  else
+-#if defined(sgi) || defined(SVR4) || defined(M_XENIX)
+-#  define ACCT_FILE "/usr/adm/pacct"
+-#else
+-#  define ACCT_FILE "/usr/adm/acct"

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

2021-07-23 Thread Gerben Jan Dijkman
commit: 4d1f22b64b32761fccd5c5a1e4f60270cc5ad643
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 01:35:41 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 01:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d1f22b6

gnome-extra/authenticator: Adding for PinePhone use

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 gnome-extra/authenticator/Manifest |  1 +
 .../authenticator/authenticator-4.0.3.ebuild   | 46 ++
 gnome-extra/authenticator/metadata.xml | 15 +++
 3 files changed, 62 insertions(+)

diff --git a/gnome-extra/authenticator/Manifest 
b/gnome-extra/authenticator/Manifest
new file mode 100644
index 0..957a4c22d
--- /dev/null
+++ b/gnome-extra/authenticator/Manifest
@@ -0,0 +1 @@
+DIST authenticator-4.0.3.tar.gz 411473 BLAKE2B 
aebc1bd99ae78050447495ce99a6379a9358c8cd9469561cb30b8d8fd6ce3d98a1f3e7f966a3a6c9ff8ffcb39893571080eaae601a733e8a4a04a484041de529
 SHA512 
81900b0a31398597bab9f40a79432d3a3c31fe9eea162a9699c10ff01ba6aba210f1a3e1a70e113090f8aea49a12fd32dac005c7b64f1c73a6cfe56303243186

diff --git a/gnome-extra/authenticator/authenticator-4.0.3.ebuild 
b/gnome-extra/authenticator/authenticator-4.0.3.ebuild
new file mode 100644
index 0..b2841fec8
--- /dev/null
+++ b/gnome-extra/authenticator/authenticator-4.0.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit vala meson gnome2-utils git-r3 xdg
+
+DESCRIPTION="Simple application for generating Two-Factor Authentication 
Codes."
+HOMEPAGE="https://gitlab.gnome.org/World/Authenticator;
+SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz;
+EGIT_REPO_URI="https://gitlab.gnome.org/World/Authenticator.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   gnome-base/gnome-common
+   gui-libs/gtk
+   x11-libs/libadwaita
+   x11-libs/gdk-pixbuf
+   >=media-libs/gstreamer-1.18.0
+   "
+RDEPEND="${DEPEND}"
+BDEPEND="
+   vala? ( $(vala_depend) )
+   dev-util/meson
+   dev-libs/gobject-introspection
+   "
+
+S="${WORKDIR}/$PN-${PV}"
+
+src_install() {
+   meson_src_install
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}

diff --git a/gnome-extra/authenticator/metadata.xml 
b/gnome-extra/authenticator/metadata.xml
new file mode 100644
index 0..be6935ede
--- /dev/null
+++ b/gnome-extra/authenticator/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gjdijk...@gjdwebserver.nl
+   Gerben Jan Dijkman
+   
+   
+   Generate Two-Factor Codes.
+   
+   
+   https://gitlab.gnome.org/World/Authenticator
+   
https://gitlab.gnome.org/World/Authenticator/-/issues
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: net-voip/calls/files/, net-voip/calls/

2021-07-23 Thread Gerben Jan Dijkman
commit: 21e516711ae88d2460f9848276104422499a0f9e
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 01:32:02 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 01:32:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21e51671

net-voip: removed Calls because it has been switched to gnome-calls

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-voip/calls/Manifest|  1 -
 net-voip/calls/calls-0.3.4.ebuild  | 60 --
 .../calls/files/0001-use-at-cmds-to-mute.patch | 36 -
 net-voip/calls/metadata.xml|  5 --
 4 files changed, 102 deletions(-)

diff --git a/net-voip/calls/Manifest b/net-voip/calls/Manifest
deleted file mode 100644
index 136631864..0
--- a/net-voip/calls/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST calls-0.3.4.tar.gz 203835 BLAKE2B 
dddafde2c5c1b247a603947679ed9335331ecfacbcdf73dbacc2f8542de783d8acdd398b0ab589680a24097d723dca731600a1886ed923be3889b00a60391ad5
 SHA512 
39463fcf493c8aeb428d4adc957203dbcb57c033b2025c4932e52c8e158d17687df0ec13ffe4bf704b4c3ec75cdf3bfbacc6f839fd7193290d239df0df72

diff --git a/net-voip/calls/calls-0.3.4.ebuild 
b/net-voip/calls/calls-0.3.4.ebuild
deleted file mode 100644
index 47325b647..0
--- a/net-voip/calls/calls-0.3.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_USE_DEPEND="vapigen"
-
-inherit vala meson gnome2-utils xdg
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="Phone dialer and call handler"
-HOMEPAGE="https://source.puri.sm/Librem5/calls;
-SRC_URI="https://source.puri.sm/Librem5/calls/-/archive/v0.3.4/calls-v0.3.4.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-IUSE="+introspection +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   dev-libs/feedbackd
-   dev-libs/folks
-   dev-libs/gom
-   dev-libs/libpeas
-   gnome-extra/evolution-data-server
-   >=gui-libs/libhandy-1.1.90
-   >=media-sound/callaudiod-0.0.5
-   >=net-misc/modemmanager-1.12.0
-   net-libs/sofia-sip
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/gobject-introspection
-   dev-util/meson
-   dev-util/wayland-scanner
-   vala? ( $(vala_depend) )
-"
-
-PATCHES=( "${FILESDIR}/0001-use-at-cmds-to-mute.patch" )
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   eapply_user
-   use vala && vala_src_prepare
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/net-voip/calls/files/0001-use-at-cmds-to-mute.patch 
b/net-voip/calls/files/0001-use-at-cmds-to-mute.patch
deleted file mode 100644
index cb1aa14c2..0
--- a/net-voip/calls/files/0001-use-at-cmds-to-mute.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/src/calls-call-display.c b/src/calls-call-display.c
-index bf98958..c8b1bc4 100644
 a/src/calls-call-display.c
-+++ b/src/calls-call-display.c
-@@ -34,6 +34,8 @@
- 
- #include 
- 
-+#include 
-+
- struct _CallsCallDisplay
- {
-   GtkOverlay parent_instance;
-@@ -103,11 +105,17 @@ mute_toggled_cb (GtkToggleButton  *togglebutton,
-   g_autoptr (GError) error = NULL;
- 
-   want_mute = gtk_toggle_button_get_active (togglebutton);
--  ret = call_audio_mute_mic (want_mute, );
--  if (!ret && error)
--g_warning ("Failed to %smute microphone: %s",
--   want_mute ? "" : "un",
--   error->message);
-+
-+  gchar* command = g_strdup_printf("/usr/bin/mmcli -m 0 
--command=AT+CMUT=%d",want_mute?1:0);
-+
-+  int exit_code;
-+
-+  ret = g_spawn_command_line_sync(command, NULL,NULL,_code, );
-+
-+  if(!ret || error || exit_code != 0){
-+  g_warning ("Failed to %smute microphone (mmcli exit code: %d)",
-+   want_mute ? "" : "un", exit_code);
-+  }
- }
- 
- 

diff --git a/net-voip/calls/metadata.xml b/net-voip/calls/metadata.xml
deleted file mode 100644
index b372191c7..0
--- a/net-voip/calls/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-



[gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/, net-voip/gnome-calls/files/

2021-07-23 Thread Gerben Jan Dijkman
commit: d382ce26a28ad99244db36314d29d618f2c3c177
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 01:30:35 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 01:30:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d382ce26

net-voip/gnome-calls: Added for PinePhone use

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-voip/gnome-calls/Manifest  |   1 +
 ...lay-use-PinePhone-s-device-for-ugly-hacks.patch |  61 
 .../files/0001-use-at-cmds-to-mute.patch   |  36 +++
 net-voip/gnome-calls/files/188.patch   | 335 +
 net-voip/gnome-calls/files/230.patch   | 126 
 .../gnome-calls/files/add-call-back-button.patch   |  37 +++
 net-voip/gnome-calls/files/calll-display.patch |  18 ++
 .../files/inhibit-suspend-during-call.patch|  63 
 net-voip/gnome-calls/gnome-calls-0.3.4.ebuild  |  56 
 net-voip/gnome-calls/metadata.xml  |  15 +
 10 files changed, 748 insertions(+)

diff --git a/net-voip/gnome-calls/Manifest b/net-voip/gnome-calls/Manifest
new file mode 100644
index 0..2306bcd27
--- /dev/null
+++ b/net-voip/gnome-calls/Manifest
@@ -0,0 +1 @@
+DIST calls-v0.3.4.tar.gz 203835 BLAKE2B 
dddafde2c5c1b247a603947679ed9335331ecfacbcdf73dbacc2f8542de783d8acdd398b0ab589680a24097d723dca731600a1886ed923be3889b00a60391ad5
 SHA512 
39463fcf493c8aeb428d4adc957203dbcb57c033b2025c4932e52c8e158d17687df0ec13ffe4bf704b4c3ec75cdf3bfbacc6f839fd7193290d239df0df72

diff --git 
a/net-voip/gnome-calls/files/0001-call-display-use-PinePhone-s-device-for-ugly-hacks.patch
 
b/net-voip/gnome-calls/files/0001-call-display-use-PinePhone-s-device-for-ugly-hacks.patch
new file mode 100644
index 0..fb4ef7d0f
--- /dev/null
+++ 
b/net-voip/gnome-calls/files/0001-call-display-use-PinePhone-s-device-for-ugly-hacks.patch
@@ -0,0 +1,61 @@
+From 6630fea2096118cf0566cfa9a7e07d2b977ffc86 Mon Sep 17 00:00:00 2001
+From: Arnaud Ferraris 
+Date: Thu, 5 Mar 2020 15:06:44 +0100
+Subject: [PATCH 1/1] call-display: use PinePhone's device for ugly hacks
+
+---
+ src/calls-call-display.c | 18 +-
+ 1 file changed, 5 insertions(+), 13 deletions(-)
+
+diff --git a/src/calls-call-display.c b/src/calls-call-display.c
+index 1d8f276..a60f24b 100644
+--- a/src/calls-call-display.c
 b/src/calls-call-display.c
+@@ -334,9 +334,9 @@ set_property (GObject  *object,
+ //#define UGLY_SOURCE 
"alsa_input.platform-sound.VoiceCall__hw_CARD_sgtl5000__source"
+ //#define UGLY_SINK   
"alsa_output.platform-sound.VoiceCall__hw_CARD_sgtl5000__sink"
+ //#define UGLY_SPEAKER_PORT "Headset"
+-#define UGLY_SOURCE "alsa_input.platform-sound.Audio__hw_CARD_wm8962__source"
+-#define UGLY_SINK   "alsa_output.platform-sound.Audio__hw_CARD_wm8962__sink"
+-#define UGLY_SPEAKER_PORT "SpeakerPhone"
++#define UGLY_SOURCE 
"alsa_input.platform-sound.Voice_Call__hw_PinePhone_0__source"
++#define UGLY_SINK   
"alsa_output.platform-sound.Voice_Call__hw_PinePhone_0__sink"
++#define UGLY_SPEAKER_PORT "Speaker"
+ 
+ 
+ static gboolean
+@@ -413,21 +413,13 @@ ugly_speaker_pressed_cb (CallsCallDisplay *self,
+ 
+   if (gtk_toggle_button_get_active (speaker))
+ {
+-  port = "Handset";
++  port = "Earpiece";
+ }
+   else
+ {
+   port = UGLY_SPEAKER_PORT;
+ }
+ 
+-  ok = ugly_set_pa_port ("source", UGLY_SOURCE,
+- "In", port);
+-  if (!ok)
+-{
+-  /* Stop other handlers */
+-  return TRUE;
+-}
+-
+   ok = ugly_set_pa_port ("sink", UGLY_SINK,
+  "Out", port);
+   if (!ok)
+@@ -599,7 +591,7 @@ calls_call_display_class_init (CallsCallDisplayClass 
*klass)
+  "Data for the call this display will be associated 
with",
+  CALLS_TYPE_CALL_DATA,
+  G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY);
+-   
++
+   g_object_class_install_properties (object_class, PROP_LAST_PROP, props);
+ 
+ 
+-- 
+2.20.1
+

diff --git a/net-voip/gnome-calls/files/0001-use-at-cmds-to-mute.patch 
b/net-voip/gnome-calls/files/0001-use-at-cmds-to-mute.patch
new file mode 100644
index 0..cb1aa14c2
--- /dev/null
+++ b/net-voip/gnome-calls/files/0001-use-at-cmds-to-mute.patch
@@ -0,0 +1,36 @@
+diff --git a/src/calls-call-display.c b/src/calls-call-display.c
+index bf98958..c8b1bc4 100644
+--- a/src/calls-call-display.c
 b/src/calls-call-display.c
+@@ -34,6 +34,8 @@
+ 
+ #include 
+ 
++#include 
++
+ struct _CallsCallDisplay
+ {
+   GtkOverlay parent_instance;
+@@ -103,11 +105,17 @@ mute_toggled_cb (GtkToggleButton  *togglebutton,
+   g_autoptr (GError) error = NULL;
+ 
+   want_mute = gtk_toggle_button_get_active (togglebutton);
+-  ret = call_audio_mute_mic (want_mute, );
+-  if (!ret && error)
+-g_warning ("Failed to %smute microphone: %s",
+-   want_mute 

[gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/evolution-data-server/files/, gnome-extra/evolution-data-server/

2021-07-23 Thread Gerben Jan Dijkman
commit: fb77006265cfe906af73b76904b44dfcdd262df7
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 01:16:16 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 01:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb770062

gnome-extra/evolution-data-server: Adding to guru for PhoneNumber support added

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.40.3.ebuild| 155 
 .../files/3.36.5-gtk-doc-1.32-compat.patch |  32 +++
 .../evolution-data-server/files/calentry.schema| 108 +
 gnome-extra/evolution-data-server/metadata.xml | 262 +
 5 files changed, 558 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
new file mode 100644
index 0..b80213d77
--- /dev/null
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -0,0 +1 @@
+DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
new file mode 100644
index 0..1728d0670
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather phonenumber"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   phonenumber? (
+   >=dev-libs/libphonenumber-8.12.24
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+   -e "s;\(find_program(VAPIGEN\) 

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

2021-07-23 Thread Gerben Jan Dijkman
commit: 7df1b3b49d7194d8a236dcf94ce04a8f3550e592
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 01:10:14 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 01:10:14 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7df1b3b4

dev-libs/libphonenumber: Adding for PinePhone applications

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 dev-libs/libphonenumber/Manifest   |  1 +
 .../libphonenumber/libphonenumber-8.12.28.ebuild   | 33 ++
 dev-libs/libphonenumber/metadata.xml   | 14 +
 3 files changed, 48 insertions(+)

diff --git a/dev-libs/libphonenumber/Manifest b/dev-libs/libphonenumber/Manifest
new file mode 100644
index 0..e0ec25645
--- /dev/null
+++ b/dev-libs/libphonenumber/Manifest
@@ -0,0 +1 @@
+DIST libphonenumber-8.12.28.tar.gz 10989980 BLAKE2B 
b4bf0593ea9d9756297767e5250cc932347cc60f0b9e59f5fe9e82d1394455bf205b9da20231f8a6697100283f67fc2303d7d444719fc9505a109774a1c7a38a
 SHA512 
e1526ae9e9468a4879a148616e155f42259a795b90d4bab193857a6099e773febf4ef8cf521fad5c64b0f1d59d482fe71223fedfb1eac982ec90c90d792e43d6

diff --git a/dev-libs/libphonenumber/libphonenumber-8.12.28.ebuild 
b/dev-libs/libphonenumber/libphonenumber-8.12.28.ebuild
new file mode 100644
index 0..38c7b3396
--- /dev/null
+++ b/dev-libs/libphonenumber/libphonenumber-8.12.28.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="library for parsing, formatting, and validating international 
phone numbers"
+HOMEPAGE="https://github.com/google/libphonenumber;
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+LICENSE="Apache-2.0"
+
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/icu
+   dev-libs/protobuf
+   dev-libs/boost
+"
+RDEPEND="${DEPEND}"
+
+BDEPEND="dev-cpp/gtest
+   virtual/jdk
+"
+
+RESTRICT+=" test" # bug 668872
+
+CMAKE_USE_DIR=${S}/cpp
+
+CMAKE_MAKEFILE_GENERATOR=emake

diff --git a/dev-libs/libphonenumber/metadata.xml 
b/dev-libs/libphonenumber/metadata.xml
new file mode 100644
index 0..e99e71ba0
--- /dev/null
+++ b/dev-libs/libphonenumber/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gjdijk...@gjdwebserver.nl
+   Gerben Jan Dijkman
+   
+   
+   Google's common Java, C++ and JavaScript library for parsing, 
formatting, and validating international phone numbers.
+   
+   
+   https://github.com/google/libphonenumber
+   
+



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 9522c8162f581bc700591c40c946b14a9b29
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 01:05:05 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 01:05:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9522c816

net-im/chatty: Adding for PinePhone use

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/chatty/Manifest|  1 +
 net-im/chatty/chatty-0.3.3.ebuild | 40 +++
 net-im/chatty/metadata.xml| 15 +++
 3 files changed, 56 insertions(+)

diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest
new file mode 100644
index 0..fbffcc1d1
--- /dev/null
+++ b/net-im/chatty/Manifest
@@ -0,0 +1 @@
+DIST chatty-0.3.3.tar.gz 458463 BLAKE2B 
4f07af0162742f8779bac2af89ea5288cb4dacf4f135d452620ad5e3362450fbd3861ec96b74f4a1dfac4d3065dfe9b5beb780453aec7f6f6746adad0b6f4a03
 SHA512 
d075faad5760f0892facad6637e8142f1a9c467d7f7a71e64ac7c6379dbff967ebb4da74a4327c97c0b4fc07e4f5d184e43470300f29a94779c648cb0f4686e8

diff --git a/net-im/chatty/chatty-0.3.3.ebuild 
b/net-im/chatty/chatty-0.3.3.ebuild
new file mode 100644
index 0..3878212b3
--- /dev/null
+++ b/net-im/chatty/chatty-0.3.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson gnome2-utils xdg
+
+COMMIT="501805ee4e013470c1c9eb17e930f9fe914e3671"
+
+DESCRIPTION="Messaging client"
+HOMEPAGE="https://source.puri.sm/Librem5/chatty;
+SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive//${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~arm64 ~arm ~x86"
+
+DEPEND="gnome-extra/evolution-data-server[phonenumber]
+   dev-libs/feedbackd
+   gui-libs/libhandy
+   x11-plugins/purple-mm-sms
+   dev-libs/olm
+   dev-libs/libphonenumber
+   x11-libs/gtk+:3
+   net-im/jabber-base
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/net-im/chatty/metadata.xml b/net-im/chatty/metadata.xml
new file mode 100644
index 0..aaf92b5c3
--- /dev/null
+++ b/net-im/chatty/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gjdijk...@gjdwebserver.nl
+   Gerben Jan Dijkman
+   
+   
+   XMPP and SMS messaging via libpurple and Modemmanager.
+   
+   
+   https://source.puri.sm/Librem5/chatty
+   
https://source.puri.sm/Librem5/chatty/-/issues
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/eg25-manager/files/, net-misc/eg25-manager/

2021-07-23 Thread Gerben Jan Dijkman
commit: 41f2676464f289d1465470ae05fa66ac8513f7e6
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 00:57:40 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 00:57:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41f26764

net-misc/eg25-manager: Added extra files for configuration

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-misc/eg25-manager/eg25-manager-0.3.0.ebuild|  7 ++-
 .../eg25-manager/files/eg25-pinephone-1.0.toml | 49 +
 .../eg25-manager/files/eg25-pinephone-1.1.toml | 50 ++
 .../eg25-manager/files/eg25-pinephone-1.2.toml | 42 ++
 4 files changed, 147 insertions(+), 1 deletion(-)

diff --git a/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild 
b/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
index 229397034..bb97e8158 100644
--- a/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
+++ b/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,8 +26,13 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 src_install() {
meson_src_install
systemd_dounit "${FILESDIR}"/eg25-manager.service
+   insinto /etc/eg25-manager
+   newins "${FILESDIR}"/eg25-pinephone-1.0.toml pine64,pinephone-1.0.toml
+   newins "${FILESDIR}"/eg25-pinephone-1.1.toml pine64,pinephone-1.1.toml
+   newins "${FILESDIR}"/eg25-pinephone-1.2.toml pine64,pinephone-1.2.toml
 }
 
 pkg_postinst() {
systemd_reenable --all eg25-manager
 }
+

diff --git a/net-misc/eg25-manager/files/eg25-pinephone-1.0.toml 
b/net-misc/eg25-manager/files/eg25-pinephone-1.0.toml
new file mode 100644
index 0..8a3cf4590
--- /dev/null
+++ b/net-misc/eg25-manager/files/eg25-pinephone-1.0.toml
@@ -0,0 +1,49 @@
+[manager]
+need_libusb = true
+usb_vid = 0x2c7c
+usb_pid = 0x0125
+
+# Uncomment the following if you need to change the modem detection timeout on
+# resume and/or the time during which suspend is blocked after modem boot
+#[suspend]
+#boot_timeout = 120
+#recovery_timeout = 9
+
+[gpio]
+dtr = 358
+pwrkey = 35
+reset = 68
+apready = 231
+disable = 232
+
+[at]
+uart = "/dev/ttyS2"
+configure = [
+# Each command has 4 possible elements:
+#   * `cmd`   : the AT command itself, which will be translated to "AT+`cmd`"
+#   * `subcmd`: the subcommand in case a single AT command can be used
+#   to change multiple parameters, such as QCFG (optional)
+#   * `value` : the commands, argument, usually used to set the value of
+#   a specific parameter (optional)
+#   * `expect`: the expected return value; the command is first executed
+#   without any value in order to query the current state. This
+#   state is then compared to the `expect` string; if they don't
+#   match, the command is then executed with value `expect` in
+#   order to set the parameter to the configured value (optional)
+# A command can have `expect` OR `value` configured, but it shouldn't have both
+{ cmd = "QGMR" },
+{ cmd = "QDAI", expect = "1,1,0,1,0,0,1,1" },
+{ cmd = "QCFG", subcmd = "risignaltype", expect = "\"physical\"" },
+{ cmd = "QCFG", subcmd = "ims", expect = "1" },
+{ cmd = "QCFG", subcmd = "urc/ri/ring", expect = 
"\"pulse\",2000,1000,5000,\"off\",1" },
+{ cmd = "QCFG", subcmd = "urc/ri/smsincoming", expect = "\"pulse\",2000" },
+{ cmd = "QCFG", subcmd = "urc/ri/other", expect = "\"off\",1" },
+{ cmd = "QCFG", subcmd = "urc/delay", expect = "1" },
+{ cmd = "QURCCFG", subcmd = "urcport", expect = "\"usbat\"" },
+{ cmd = "QSCLK", value = "1" },
+]
+suspend = [
+]
+resume = [
+]
+reset = [ { cmd = "CFUN", value = "1,1" } ]

diff --git a/net-misc/eg25-manager/files/eg25-pinephone-1.1.toml 
b/net-misc/eg25-manager/files/eg25-pinephone-1.1.toml
new file mode 100644
index 0..559ba9110
--- /dev/null
+++ b/net-misc/eg25-manager/files/eg25-pinephone-1.1.toml
@@ -0,0 +1,50 @@
+[manager]
+need_libusb = true
+usb_vid = 0x2c7c
+usb_pid = 0x0125
+
+# Uncomment the following if you need to change the modem detection timeout on
+# resume and/or the time during which suspend is blocked after modem boot
+#[suspend]
+#boot_timeout = 120
+#recovery_timeout = 9
+
+[gpio]
+dtr = 358
+pwrkey = 35
+reset = 68
+apready = 231
+disable = 232
+
+[at]
+uart = "/dev/ttyS2"
+configure = [
+# Each command has 4 possible elements:
+#   * `cmd`   : the AT command itself, which will be translated to "AT+`cmd`"
+#   * `subcmd`: the subcommand in case a single AT command can be used
+#   to change multiple parameters, such as QCFG (optional)
+#   * `value` : the commands, argument, usually used to set the value of
+#   a specific parameter (optional)
+#   * 

[gentoo-commits] repo/proj/guru:dev commit in: net-misc/eg25-manager/

2021-07-23 Thread Gerben Jan Dijkman
commit: 3db0425fa451810dcb4f9dc057964c5dd4c2cdbb
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 00:52:53 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 00:52:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3db0425f

net-misc/eg25-manager: Version bump and remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-misc/eg25-manager/Manifest  | 2 +-
 .../{eg25-manager-20210617.ebuild => eg25-manager-0.3.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/eg25-manager/Manifest b/net-misc/eg25-manager/Manifest
index 797483fbc..bdacf5802 100644
--- a/net-misc/eg25-manager/Manifest
+++ b/net-misc/eg25-manager/Manifest
@@ -1 +1 @@
-DIST eg25-manager-20210617.tar.gz 44079 BLAKE2B 
eaca2f92f6baeb780515e124f8916db899398411f4874359ce3dcca69ed62cb5822849f4ac30c1e549c64e4a10b274e561238eb71d2e13d380db7f95831f63f5
 SHA512 
bdf73812ee58b4e382495c441e2c71adea582e3e404e5c3993192522d41fc15a0c8baef8874f64b688fba84bc99e890835b6c69cedbf0733635ee5190caa95da
+DIST eg25-manager-0.3.0.tar.gz 43914 BLAKE2B 
10509e124e4801407d2082448a9bdeb34a08075b16409e2dad1918abd7a7f02e355c8da97c3a9f3b307347ad530ce0f2ce6a1d229c602fa01f85f578469f9e8e
 SHA512 
2b0d706c893744529e035e8dc70b381362e39ddd2be705e346f0fd88e4907093e59b30800ad5ecb90638338b25bb51308349fb26de2c786197aeed8c1fa9c68a

diff --git a/net-misc/eg25-manager/eg25-manager-20210617.ebuild 
b/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
similarity index 92%
rename from net-misc/eg25-manager/eg25-manager-20210617.ebuild
rename to net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
index 90f4d8c42..229397034 100644
--- a/net-misc/eg25-manager/eg25-manager-20210617.ebuild
+++ b/net-misc/eg25-manager/eg25-manager-0.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit meson systemd
 
-COMMIT="f2593b62b10513f94039d5c9ba995905b23e7eb4"
+COMMIT="73e16f76994b1d3c587796a35766cc668e30c0cd"
 
 DESCRIPTION="Daemon for managing the Quectel EG25 modem"
 HOMEPAGE="https://gitlab.com/mobian1/devices/eg25-manager;



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 2d19ceef70760812e69382ae5521d4e552ff5028
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 00:48:35 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 00:48:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d19ceef

dev-libs/properties-cpp: Needed for PinePhone applications

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 dev-libs/properties-cpp/Manifest   |  1 +
 dev-libs/properties-cpp/metadata.xml   | 15 ++
 .../properties-cpp/properties-cpp-0.0.2.ebuild | 35 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-libs/properties-cpp/Manifest b/dev-libs/properties-cpp/Manifest
new file mode 100644
index 0..e7da12531
--- /dev/null
+++ b/dev-libs/properties-cpp/Manifest
@@ -0,0 +1 @@
+DIST properties-cpp_0.0.2.orig.tar.gz 41108 BLAKE2B 
d5239c27578d524079d1475b851939c0daac8fd71f46da34427cc9888739a52682aaa55e678f07c9ea01aa635a5a62886f5a104162e3220d0a6917f4178c11ca
 SHA512 
7ec94ce495c9630d5acc0b98051b31e7eb3e50fef9dff3a476cd91ca912937f48826fbdab57907b042b13e29786dcb3483151690374b0e09d6e1c12c6329df5a

diff --git a/dev-libs/properties-cpp/metadata.xml 
b/dev-libs/properties-cpp/metadata.xml
new file mode 100644
index 0..27a7b1254
--- /dev/null
+++ b/dev-libs/properties-cpp/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gjdijk...@gjdwebserver.nl
+   Gerben Jan Dijkman
+   
+   
+   process-cpp is a simple header-only implementation of properties and 
signals. It is meant to be used for developing low-level system services.
+   
+   
+   https://github.com/lib-cpp/properties-cpp
+   
https://github.com/lib-cpp/properties-cpp/issues
+   
+

diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild 
b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
new file mode 100644
index 0..2ebf2319c
--- /dev/null
+++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+URELEASE="groovy"
+inherit cmake-utils
+
+# Handle version strings here so as not to use 'ubuntu-versionator' eclass #
+MY_PV="${PV:0:5}"
+MY_P="${PN}-${MY_PV}"
+UVER="-${PVR_PL_MINOR}"
+
+DESCRIPTION="Simple convenience library for handling properties and signals in 
C++11"
+HOMEPAGE="https://launchpad.net/properties-cpp;
+SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm ~arm64"
+IUSE="doc test"
+RESTRICT="mirror"
+
+DEPEND="dev-libs/boost
+   doc? ( app-doc/doxygen )
+test? ( >=dev-cpp/gtest-1.8.1 )"
+
+S="${WORKDIR}/${MY_P}"
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_prepare() {
+   use !doc && truncate -s0 doc/CMakeLists.txt
+   use !test && truncate -s0 tests/CMakeLists.txt
+   cmake-utils_src_prepare
+}



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 85ede7cdd7bba656ab27b5dd3fe4b4472cd2f537
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 00:43:52 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 00:43:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85ede7cd

x11-libs/libadwaita:

Adding Libadwaita since its needed for some (Gnome) Pinephone applications

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 x11-libs/libadwaita/Manifest|  1 +
 x11-libs/libadwaita/libadwaita-1.0.0.ebuild | 44 +
 x11-libs/libadwaita/metadata.xml| 15 ++
 3 files changed, 60 insertions(+)

diff --git a/x11-libs/libadwaita/Manifest b/x11-libs/libadwaita/Manifest
new file mode 100644
index 0..94a9608e2
--- /dev/null
+++ b/x11-libs/libadwaita/Manifest
@@ -0,0 +1 @@
+DIST libadwaita-main.tar.gz 491771 BLAKE2B 
7ff2ef163c8cebd8bc6644279e6b6ecb8314b366b0c6bc6b643c4600debe1494e4de2f668cbea39eda83cbe83b84c9577ae7e7497cb27609c95759bc5f339f7d
 SHA512 
1d102f2734087ee7c6ef53a58c3d07c6839f9d61103460d65bf4d759a6918449e2fe001f42cc98f97a515bd7daf23684cdee7fd5b1676c82ae353a025a01f39e

diff --git a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild 
b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
new file mode 100644
index 0..204055473
--- /dev/null
+++ b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit vala meson gnome2-utils git-r3 xdg
+
+DESCRIPTION="Building blocks for modern GNOME applications."
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libadwaita;
+SRC_URI="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/main/libadwaita-main.tar.gz;
+EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libadwaita.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   gnome-base/gnome-common
+   gui-libs/gtk
+   dev-libs/fribidi
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   vala? ( $(vala_depend) )
+   dev-util/meson
+   dev-libs/gobject-introspection
+"
+
+S="${WORKDIR}/$PN-${PV}"
+
+src_install() {
+   meson_src_install
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}

diff --git a/x11-libs/libadwaita/metadata.xml b/x11-libs/libadwaita/metadata.xml
new file mode 100644
index 0..d820096f8
--- /dev/null
+++ b/x11-libs/libadwaita/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gjdijk...@gjdwebserver.nl
+   Gerben Jan Dijkman
+   
+   
+   Building blocks for modern GNOME applications.
+   
+   
+   https://gitlab.gnome.org/GNOME/libadwaita
+   
https://gitlab.gnome.org/GNOME/libadwaita/-/issues
+   
+



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

2021-07-23 Thread Gerben Jan Dijkman
commit: 9eab706c5f997cc13853b4ad8722d8e5dc45ca8d
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sat Jul 24 00:31:00 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sat Jul 24 00:31:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9eab706c

net-im/cawbird:

Adding net-im/cawbird since net-im/corebird is not supported anymore

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 net-im/cawbird/Manifest |  1 +
 net-im/cawbird/cawbird-1.4.1.ebuild | 61 +
 net-im/cawbird/metadata.xml | 17 +++
 3 files changed, 79 insertions(+)

diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest
new file mode 100644
index 0..9b3b2a1c7
--- /dev/null
+++ b/net-im/cawbird/Manifest
@@ -0,0 +1 @@
+DIST v1.4.1.tar.gz 653062 BLAKE2B 
5c8448ff37349f243f6b2e378621c561720c7648f8f79eb4c04301b331fa050ee5d7d9874644e89b41b6d613279e2be3d2d96c89c0a1bc9795984b6630fc056c
 SHA512 
bef80fbbbcaf325e6f8c57bce6146eb795f7bb39804f10fada3b529a6439b73f8506f6015d7221b90ed1f1862c79886ee86eebaa244b968bfc60c50ffa5e8abe

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild 
b/net-im/cawbird/cawbird-1.4.1.ebuild
new file mode 100644
index 0..a8b7d7997
--- /dev/null
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit vala meson gnome2-utils git-r3 xdg
+
+DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert."
+HOMEPAGE="https://github.com/IBBoard/cawbird;
+SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz;
+EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64 ~arm64"
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   gui-libs/gtk
+   >=x11-libs/gtk+-3.22
+   >=dev-libs/glib-2.44
+   >=dev-libs/json-glib-1.0
+   >=dev-db/sqlite-3.0
+   >=net-libs/libsoup-2.4
+   net-libs/liboauth
+   >=sys-devel/gettext-0.19
+   media-libs/gst-plugins-base
+   media-libs/gst-plugins-bad
+   media-plugins/gst-plugins-libav
+   >=app-text/gspell-1.0
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   vala? ( $(vala_depend) )
+   dev-util/meson
+   dev-libs/gobject-introspection
+"
+
+S="${WORKDIR}/$PN-${PV}"
+
+src_configure() {
+local emesonargs=(
+-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
+   
-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=

+)
+meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/net-im/cawbird/metadata.xml b/net-im/cawbird/metadata.xml
new file mode 100644
index 0..4f14ca4a2
--- /dev/null
+++ b/net-im/cawbird/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gjdijk...@gjdwebserver.nl
+   Gerben Jan Dijkman
+   
+   
+   Cawbird is a fork of the Corebird Twitter client from Baedert, which 
became unsupported after Twitter disabled the streaming API.
+
+   Cawbird works with the new APIs and includes a few fixes and 
modifications that have historically been patched in to IBBoard's custom 
Corebird build on his personal Open Build Service account.
+   
+   
+   https://github.com/IBBoard/cawbird
+   https://github.com/IBBoard/cawbird/issues
+   
+



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

2021-07-23 Thread William Hubbs
commit: 62bc1225babc0d30ecb50ba29647a377ce921f27
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul 23 23:36:20 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul 23 23:36:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bc1225

dev-lang/go-bootstrap: fix keywords

Start the keywords with -* since this only works on the supported
arches.

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

 dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild 
b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
index 73210c2b09e..e6f56958485 100644
--- a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
+++ b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
 IUSE="big-endian"
 RESTRICT="strip"
 QA_PREBUILT="*"



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

2021-07-23 Thread Marek Szuba
commit: 0e27bd85b43396f8cd171349e47ee51400a2ed26
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jul 23 23:26:49 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jul 23 23:27:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e27bd85

dev-lang/go-bootstrap: keyword 1.16.6 for ~riscv, EAPI 7 -> 8

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

 dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild 
b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
index 2e2ab174321..73210c2b09e 100644
--- a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
+++ b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Bootstrap package for dev-lang/go"
 HOMEPAGE="https://golang.org;
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
 IUSE="big-endian"
 RESTRICT="strip"
 QA_PREBUILT="*"



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

2021-07-23 Thread Thomas Deutschmann
commit: 9b6cd97cd80cba2eac096680d472471c7205b0bf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 23 23:21:33 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 23 23:21:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6cd97c

sys-kernel/genkernel: drop old

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

 sys-kernel/genkernel/Manifest |   8 --
 sys-kernel/genkernel/genkernel-3.5.3.3.ebuild | 159 --
 sys-kernel/genkernel/metadata.xml |   1 -
 3 files changed, 168 deletions(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 76153f69418..084fd5395dc 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -1,4 +1,3 @@
-DIST LVM2.2.02.173.tgz 2363504 BLAKE2B 
a516bc9b68b7b7529f4436d8849ca741eb3ca1b5ac2eb2fb2915507935bdd28b5e234e74c1bce827e5761f57b5936510d08107e0dc1c320190f952c706f128d3
 SHA512 
c2ea8beafe006abf9282f51ec98600fd0ebff816d53c10ecbb19bbf336ada4825135cf9c92ccd364afb18f8b1d7e163eff5bdec8dfdd70dfb9ba45db2f6bdd5e
 DIST LVM2.2.02.187.tgz 2405544 BLAKE2B 
be804be3c64927a8848e8ea8de228fb563b6f8c22628b785aabb33fc993629e5370788216bd814246aeb3a5546fd5446383ce24342e716579887556edf2bbed2
 SHA512 
3ce56f0c0d2e7dbcdae5be263199f73ee5c4c052599d53cde9b16500a326d0340893344f4671839be06b5b4225d592175d01c9974db14f2dc220d6e9a1d47e91
 DIST LVM2.2.02.188.tgz 2421550 BLAKE2B 
bed90c8454cd4b20fdeec6dcbf5a9f97c9310671aea3b2252f8069cfa439fcb050f5ad95f928a7125a1734a4dc5ac985da99a4a570538e377a7205191a505476
 SHA512 
8c9db17c49dc8ebcab6c7f246ab85870a80658be811cf7f4d8f36abbebafa355b030bfc1e3bcbad73b7fcd06d4a95ac547ca15d18d33715126da92703dca
 DIST bcache-tools-1.0.8_p20141204.tar.gz 22158 BLAKE2B 
dd36102c5668cab3072ea635a5a30128df6cd75b75e7f8bba17ad0a830746ff2f75a46b56d4211aeb4657453d3bbeb98b8b794c53ff724b3fbf0874068d70dc9
 SHA512 
53d6e764d6d42c4367b0bd98199cae3c18054d5707a7880af3a422f9db332b44941015eaed7e1cd170b3546307ed54a2f99558a68d98c76b7bb6234d29206b54
@@ -6,7 +5,6 @@ DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 
5995ff6ca21f45988b187b94bf743795cca9
 DIST boost_1_76_0.tar.bz2 110073117 BLAKE2B 
45445e6a9725cb99131e0b831b2fac0840d083692c13887b41adeac5cb8b3732026db3641d6be20591a676b78a87fcf363eb9b1508f87ed26039bba6a1ced533
 SHA512 
5d68bed98c57e03b4cb2420d9b856e5f0669561a6142a4b0c9c8a58dc5b6b28e16ccbb16ac559c3a3198c45769a246bf996b96cb7b6a019dd15f05c2270e9429
 DIST btrfs-progs-v5.12.1.tar.xz 2220424 BLAKE2B 
1e6120609feb37dd2ced04b27d8cba9a28c3b962add6f037927dcb05bdcd46a229f981f7f68231ee58e7e36a65fae4e6041e92c0db11dba56fe63b09bca30cc7
 SHA512 
a4044ad7e40e232442601f102ea1c64a65aa4d9765be303813d2547a5b730c5f2f84c9b9c652a4218ab16821fdd049dd8573a1f7f6cc27974c2c4389243e20f5
 DIST btrfs-progs-v5.6.1.tar.xz 2117064 BLAKE2B 
9183300e7c086cb8f03ac14139d3d2a424461f4c5afc0e7b9bb588f4c0ddd2c41d7cefe91787b1cabe6397f8abeb6e958900e7742a80d3519382e98c3b197c9d
 SHA512 
8f523249a5c2bfe1c0d52b0dc5d31d52b330b1c616d3ec423fa1fb4a845441bfeaa32abbe42a444a4fc84016a482c8102a3eb451ac423b542e332e9c26e76dc6
-DIST busybox-1.27.2.tar.bz2 2216527 BLAKE2B 
77b8fa325b9ba691c0ac944537efdf5d87011b1a87c1c244588136f78055be9f2a71c77eea5edf1d20cfe50e59b15527511b14160930c946ed4e82c9608cb991
 SHA512 
d99e86b652562ebe1a5d50e1ba3877a1d1612997c17cb8d8e4212da181211a9b741a881cb051f14cb3ee8aea40226cf2cde80a076baed265d3bc0a4e96a5031c
 DIST busybox-1.31.1.tar.bz2 2430221 BLAKE2B 
95c2345bc715eb7a1f08816a40add9b7a6176ef509a84069343ec2caddec58d8d57a07676ca2b03c209734169321433e27ba963b4c8b98dbfda4e409dcc347b4
 SHA512 
0d1197c25d963d7f95ef21e08c06c0d6124ac7b59c99989e891f744ffee4878a3b1fe44a247241a9da39fa5de0ba87f1b6d862401b591f277e66e89c02764bbf
 DIST busybox-1.33.1.tar.bz2 2453694 BLAKE2B 
2dce3427ab7703c56cbb3bdc0c93c1fe1c6dc24c5b467b6213b8f9cf55223ec63136b3837970e41293cc3d55d320599945d29a69a4ef8b4b3ab9fb5e2a527632
 SHA512 
d24931432f65e4e79cf54a6c2b91c9cafba817b637d337f456ce8f505434fc06c4345c65cde4fe2a019650a8a089a6f5336bfafb5ef64a4f14659a9d0b3ddb1a
 DIST coreutils-8.32.tar.xz 5547836 BLAKE2B 
0ad99c176c19ec214fcfd0845523e5362f0151827707c759bd46c0fe8d2501c6ad1c29c5b71266f6525857bc0d56c472db0d7fe29953b6c65e2e6c76bdf3c515
 SHA512 
1c8f3584efd61b4b02e7ac5db8e103b63cfb2063432caaf1e64cb2dcc56d8c657d1133bbf10bd41468d6a1f31142e6caa81d16ae68fa3e6e84075c253613a145
@@ -20,12 +18,9 @@ DIST e2fsprogs-1.46.2.tar.xz 7020552 BLAKE2B 
0eda7428862c13dfd02308f0321d22c1346
 DIST eudev-3.2.10.tar.gz 1961960 BLAKE2B 
3708c78fad3abad6aa4b2beaaa325e25e118621aa2e6cb351732f6d8349dc17da9be852cab79045c7a513e927c2d1266c6443814fd264943765d98fb5b404e75
 SHA512 
d0a076d8a54e9d4ca9ca48cf885d082965144b322950d351b7ead4a5035c2dad6fd66b7f137d7281982876c3c50330cdd5e599788f23e1369388181dd178941d
 DIST expat-2.2.9.tar.xz 422460 BLAKE2B 
ea0e0bd005bbfd355e819e2b157859878a20ad9a6807cc5a10a6656f062e2443adb483adb0452d751b3d460834e3f613b8ecf7cdaf743be1b15815d005d01fa6
 SHA512 

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

2021-07-23 Thread Ulrich Müller
commit: 60664ac2354644e473f0d181a426a961422e764a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 23:11:37 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 23:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60664ac2

sys-apps/shadow: Fix whitespace

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-apps/shadow/shadow-4.8.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/shadow/shadow-4.8.1-r4.ebuild 
b/sys-apps/shadow/shadow-4.8.1-r4.ebuild
index 93b655d386c..3ef5b2f92a5 100644
--- a/sys-apps/shadow/shadow-4.8.1-r4.ebuild
+++ b/sys-apps/shadow/shadow-4.8.1-r4.ebuild
@@ -45,7 +45,7 @@ RDEPEND="${COMMON_DEPEND}
!=sys-apps/man-pages-5.12-r1
nls? (
!=sys-auth/pambase-20150213 )



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/

2021-07-23 Thread Thomas Deutschmann
commit: 9dc8e592ea1edde9bdd55a5f090ced90ff9165e9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 23 23:09:04 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 23 23:09:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc8e592

media-video/pipewire: bump to v0.3.32

Closes: https://bugs.gentoo.org/802489
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-video/pipewire/Manifest | 1 +
 media-video/pipewire/{pipewire-.ebuild => pipewire-0.3.32.ebuild} | 2 --
 media-video/pipewire/pipewire-.ebuild | 2 --
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index 9d475a8ae2c..f9d9215564a 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -6,3 +6,4 @@ DIST pipewire-0.3.28.tar.gz 1474219 BLAKE2B 
d20b39c8ed49cd44f2109aab6453aac547ff
 DIST pipewire-0.3.29.tar.gz 1504935 BLAKE2B 
fe3984ec4b02fe91683d382e3891e174748b52c5e2f609dc838837f1ac0fea736e06395a022b8ec152fe015cca24c54d4c1896acde3a2ac66eb700dc2336fe4f
 SHA512 
bc163ad3e2d7696295fd3720e8f9cc4d478a55c0694c0faa03a40333e3b65fcbff27e4e296eb9dd0191ca2782e04934915c46e04a2444b458491cd2905823ddd
 DIST pipewire-0.3.30.tar.gz 1540950 BLAKE2B 
69b35743e3ad9a8caf68d9bb16cf395203efed6c3046b3f4ea33bbcdd6649f5d425d813042c12396a7cd5ff4e8ed91dbc395a96fe55935ad50f9c3f3918b0407
 SHA512 
ec525e0fb7e5c5313245fcc745b971fd7d4a1caa7ab9fe1fa38dc20d50f03e5969197e86b60659971676bec0f79aa7b7951c8209bfe9565a3fd1dcac1b8535b3
 DIST pipewire-0.3.31.tar.gz 1594284 BLAKE2B 
0ff358c53ea4357a72ac58ee45ccac792161d3ddd7a9dbcd6933be88e0ddc5d9c49468a3b1eb0cdf9ea81ec4272ad53078f6cae1fd20358bbeed108139e217ce
 SHA512 
ff21e281bb3e5f6da1001e0c64b33368e96d31f0ec2d395cdfcfac105b0442d8fedd2225e6e5d1c93fdbd5e0108accecebbb7c294c55803a4ea853f1efa0c069
+DIST pipewire-0.3.32.tar.gz 1604622 BLAKE2B 
cab83a17a2b27f710e1377a2ad2ad7003053ef3e8b55423362f0b428e22d52c2ce564da00aab71cc93262d4cb21f239fffea195d05937fdf3489dc540b77d58d
 SHA512 
8a7fe26a78071fdd8d4c9e2d9bf3791af8e0cb53b976b45d39dcab4ad08196808f416911fb1b366cc85e3fa80592ec79c4e4556bb3a390f4a10229b4bf9893f7

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-0.3.32.ebuild
similarity index 99%
copy from media-video/pipewire/pipewire-.ebuild
copy to media-video/pipewire/pipewire-0.3.32.ebuild
index a4448bb20cd..ca8a33f0f30 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-0.3.32.ebuild
@@ -236,8 +236,6 @@ pkg_postinst() {
elog
elog "  systemctl --user enable pipewire-media-session.service"
elog
-   elog "NOTE: This is not required when using PipeWire only for 
screencasting."
-   elog
else
elog "This ebuild auto-enables PulseAudio replacement. Because 
of that, users"
elog "are recommended to edit: ${EROOT}/etc/pulse/client.conf 
and disable "

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index a4448bb20cd..ca8a33f0f30 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -236,8 +236,6 @@ pkg_postinst() {
elog
elog "  systemctl --user enable pipewire-media-session.service"
elog
-   elog "NOTE: This is not required when using PipeWire only for 
screencasting."
-   elog
else
elog "This ebuild auto-enables PulseAudio replacement. Because 
of that, users"
elog "are recommended to edit: ${EROOT}/etc/pulse/client.conf 
and disable "



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-ja/

2021-07-23 Thread Ulrich Müller
commit: bb2aaa5012e7045bf3b124d3b23ab2e5b56d9e8b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 22:54:55 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 23:06:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2aaa50

app-i18n/man-pages-ja: Don't install passwd.5

File collision with sys-apps/shadow.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 .../{man-pages-ja-20171215.ebuild => man-pages-ja-20171215-r1.ebuild}  | 1 +
 .../{man-pages-ja-20180315.ebuild => man-pages-ja-20180315-r1.ebuild}  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-ja/man-pages-ja-20171215.ebuild 
b/app-i18n/man-pages-ja/man-pages-ja-20171215-r1.ebuild
similarity index 98%
rename from app-i18n/man-pages-ja/man-pages-ja-20171215.ebuild
rename to app-i18n/man-pages-ja/man-pages-ja-20171215-r1.ebuild
index de70fa027bd..a0032aa708e 100644
--- a/app-i18n/man-pages-ja/man-pages-ja-20171215.ebuild
+++ b/app-i18n/man-pages-ja/man-pages-ja-20171215-r1.ebuild
@@ -23,6 +23,7 @@ src_prepare() {
# remove man pages that are provided by other packages.
# - sys-apps/shadow +nls
rm -f manual/*/man1/{chfn,chsh,newgrp,su,passwd,groups}.1 || die
+   rm -f manual/*/man5/passwd.5 || die
rm -f manual/*/man8/{vigr,vipw}.8 || die
# - app-arch/rpm +nls
rm -rf manual/rpm || die

diff --git a/app-i18n/man-pages-ja/man-pages-ja-20180315.ebuild 
b/app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild
similarity index 96%
rename from app-i18n/man-pages-ja/man-pages-ja-20180315.ebuild
rename to app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild
index d37c1cb8beb..385f0d11be2 100644
--- a/app-i18n/man-pages-ja/man-pages-ja-20180315.ebuild
+++ b/app-i18n/man-pages-ja/man-pages-ja-20180315-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -23,6 +23,7 @@ src_prepare() {
# remove man pages that are provided by other packages.
# - sys-apps/shadow +nls
rm -f manual/*/man1/{chfn,chsh,newgrp,su,passwd,groups}.1 || die
+   rm -f manual/*/man5/passwd.5 || die
rm -f manual/*/man8/{vigr,vipw}.8 || die
# - app-arch/rpm +nls
rm -rf manual/rpm || die



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-ru/

2021-07-23 Thread Ulrich Müller
commit: 8d6a1ba1b1699ae7b806e254a99db436c5a32bbb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 22:56:21 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 23:06:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6a1ba1

app-i18n/man-pages-ru: Don't install passwd.5

File collision with sys-apps/shadow.

Closes: https://bugs.gentoo.org/803587
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 ...191017.ebuild => man-pages-ru-5.03.2390.2390.20191017-r1.ebuild} | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild 
b/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017-r1.ebuild
similarity index 85%
rename from app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild
rename to app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017-r1.ebuild
index 9fc6918f302..c22c58267e9 100644
--- a/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017.ebuild
+++ b/app-i18n/man-pages-ru/man-pages-ru-5.03.2390.2390.20191017-r1.ebuild
@@ -17,6 +17,12 @@ RDEPEND="virtual/man"
 
 S="${WORKDIR}/${PN}_${MY_PV}"
 
+src_prepare() {
+   default
+   # Remove man page provided by sys-apps/shadow
+   rm man5/passwd.5 || die
+}
+
 src_install() {
insinto /usr/share/man/ru
doins -r man*



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

2021-07-23 Thread Ulrich Müller
commit: dbed90d0541cf94070d00170a19b1964b6c7cd76
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 23:02:42 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 23:06:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbed90d0

sys-apps/shadow: Add blockers against app-i18n/man-pages-*

File collision for passwd.5 man page

Bug: https://bugs.gentoo.org/803587
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-apps/shadow/shadow-4.8.1-r4.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/sys-apps/shadow/shadow-4.8.1-r4.ebuild 
b/sys-apps/shadow/shadow-4.8.1-r4.ebuild
index 8992f16a172..93b655d386c 100644
--- a/sys-apps/shadow/shadow-4.8.1-r4.ebuild
+++ b/sys-apps/shadow/shadow-4.8.1-r4.ebuild
@@ -43,6 +43,11 @@ RDEPEND="${COMMON_DEPEND}
!=sys-auth/pambase-20150213 )
su? ( !sys-apps/util-linux[su(-)] )
 "



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-it/

2021-07-23 Thread Ulrich Müller
commit: 4c67dde77cc5558bcc5474f43cf53b5d17a70d4b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 22:53:26 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 23:06:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c67dde7

app-i18n/man-pages-it: Don't install passwd.5

File collision with sys-apps/shadow.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 .../{man-pages-it-5.06.ebuild => man-pages-it-5.06-r1.ebuild}   | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-i18n/man-pages-it/man-pages-it-5.06.ebuild 
b/app-i18n/man-pages-it/man-pages-it-5.06-r1.ebuild
similarity index 85%
rename from app-i18n/man-pages-it/man-pages-it-5.06.ebuild
rename to app-i18n/man-pages-it/man-pages-it-5.06-r1.ebuild
index aa8fa6c67c8..f64599a295c 100644
--- a/app-i18n/man-pages-it/man-pages-it-5.06.ebuild
+++ b/app-i18n/man-pages-it/man-pages-it-5.06-r1.ebuild
@@ -14,6 +14,12 @@ IUSE=""
 
 RDEPEND="virtual/man"
 
+src_prepare() {
+   default
+   # Remove man page provided by sys-apps/shadow
+   rm man-pages/man5/passwd.5 || die
+}
+
 src_compile() { :; } # emake does bad things here
 
 src_install() {



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

2021-07-23 Thread Sam James
commit: 6b56932f51262aba5d02e7880e7503fcb8f9738c
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 23 22:52:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 23 22:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b56932f

sys-libs/libseccomp: fix DISTUTILS_USE_SETUPTOOLS warning, -py3.7

(Python 3.7 is no longer supported by the eclasses,
so drop it while we're here.)

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

 sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild | 3 +--
 sys-libs/libseccomp/libseccomp-2.5.1.ebuild| 3 +--
 sys-libs/libseccomp/libseccomp-.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild 
b/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild
index c445290913e..eea16fa2bbf 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 multilib-minimal
 

diff --git a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild 
b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
index 169a677b6cf..bf83271b3fd 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 multilib-minimal
 

diff --git a/sys-libs/libseccomp/libseccomp-.ebuild 
b/sys-libs/libseccomp/libseccomp-.ebuild
index c445290913e..eea16fa2bbf 100644
--- a/sys-libs/libseccomp/libseccomp-.ebuild
+++ b/sys-libs/libseccomp/libseccomp-.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1 multilib-minimal
 



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

2021-07-23 Thread Sam James
commit: 50993630d9de73d4bea5d6c9109b39bc8e0070c3
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 23 22:45:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 23 22:45:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50993630

sys-kernel/gentoo-kernel-bin: fix genpatches value

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

 sys-kernel/gentoo-kernel-bin/Manifest   | 6 --
 ...el-bin-5.4.134-r1.ebuild => gentoo-kernel-bin-5.10.52-r2.ebuild} | 2 +-
 ...el-bin-5.10.52-r1.ebuild => gentoo-kernel-bin-5.12.19-r2.ebuild} | 3 ++-
 ...el-bin-5.12.19-r1.ebuild => gentoo-kernel-bin-5.4.134-r2.ebuild} | 5 ++---
 4 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 85d77c6e4c9..8fb99c6af1a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,15 +1,9 @@
-DIST genpatches-5.10-55.base.tar.xz 1653096 BLAKE2B 
405282f84e50eb5d88148b8249896ccea1ed1fcb5c8c5106ad35164c9af73eab2aab11f27805a08c9c2b99fdb52f7095c7a761b8fa3c4126410490ac4eb6c9e1
 SHA512 
08fb0ed8674606e9b70c9478d851decf028dfeb8df1afbc102a336f3c2fd943dd598752414d4df5a3c4d9ade53ca12830786920f409e1a197dd47c89381d8e2c
-DIST genpatches-5.10-55.extras.tar.xz 3416 BLAKE2B 
baf2a2a3e18cf75f0bf03bed74edd5ece9bfc11c4870e36f8f3873a7308c685b2947ec1ecd52d909f9a683c1a38a1a820d41ed90f098a792002569c3f9f1a601
 SHA512 
ae8591c2aa132a67b5258ce1829fd59d8dd343628c9b9d2625798077b3bb0d7fdd577db8fab9a64851af383d40fb2344c1eb03287fbb9eb58a3e6c63c0b611fb
 DIST genpatches-5.10-58.base.tar.xz 1910208 BLAKE2B 
3f385e4cae808101f092a1ebf72dc9cf1bcc94ed8bdca8a4772afd0c32cb1424f96fee2e59ab7605b588e64d162e46aae2918b7916bded019f97f637292853ee
 SHA512 
be328dd7212c5a0e009ba95d45c716912d96743f3ae5e2e5e1daabc252f1e151043abe21f61ef90fc4f23d4e164b6ebe2d289abfc1470daf1a33a1564dbe7b06
 DIST genpatches-5.10-58.extras.tar.xz 3420 BLAKE2B 
81c42396369ce4e26d2a1574067d251b9013bd012f052e3e35ecaa1953e3d81cb9e398eb9521d191a4197ad2a81780d49059fd7abb9774e886d6d10b6b6831d3
 SHA512 
79afef40259c8ab2cfa957bdb5e9ff691ff68362ad95482129e7037fc0659185923ec87ac97d217f5d2956e2be7189077ddf38844fa6c7ced4f0f6f58870
-DIST genpatches-5.12-20.base.tar.xz 920044 BLAKE2B 
97f6f4af62985d17004816190f55919cd937e29e24c753c0c6d82ec6bacf89b4faf01585f941ae33c5b37d994888b7362d2ef22add518e4f6a2df3fe3b23953d
 SHA512 
6f5940eb48c8167c7492701968e72138ec8a35fcf889a45158321a4507c45c5a930b68b2156410fbd063155093767a239d4d9cb3711c81ef47a13313b327c07e
-DIST genpatches-5.12-20.extras.tar.xz 3420 BLAKE2B 
c161c55413cea9c5776773d0910219a801d21c6e16de8816bc909d120477e7d6ab0d40c8a4bcb7b09f2227dc70c8cffa86392147acec9e20d2bf0179231c0926
 SHA512 
143eb7972c11aa69d2a81421309ba84de370ae28511366dc8264c52a073a4069bbca19cceb6fc0bef9410441ced95d1984a18142df3207aa20ee783e40688801
 DIST genpatches-5.12-22.base.tar.xz 1085632 BLAKE2B 
328a25218394a93755d29335f0a827faaad2fc823bb25bf8ef36385eaf8b30427c4075bc0074969fe0923a975d88d7573fda0b8e1288e787f03afc6cc77d25ac
 SHA512 
08a71f09955c92bd92f4c67a018349a9b1d7ac5e1dad7efa3f1cdd2968a4c82042308613069e5bb65a0c38f19d05db5a0ff25d17726809cf12ba018fff5bf564
 DIST genpatches-5.12-22.extras.tar.xz 3420 BLAKE2B 
61d7d8bf8c88a1f0ee16efd07dca0fcb82a48574dcf545421e5e8302128acd5e28fbcadc4d1a82f0b2049491988691e3f8b85c99d50ec1c81a4a4549c96b9651
 SHA512 
20a505a8247ba33f8c0c201b809b22073ec589f4d83b1089c6787afbe42760443a964fd12fbe2dc6ec778c6d3067db04d93ec098551ff9ed6e5030d5830fce9e
 DIST genpatches-5.13-6.base.tar.xz 447968 BLAKE2B 
afcec75958e44f3ef7da0b2ab3e2a3d9574fbacac23d028335ce241838e36355d813fb89944ab4ed45153f5317997f18e153514f877bee6a490969b75242c043
 SHA512 
05afae24abbd06771ecc88b8bd93e765e7c41e9ea6826510d291cb8b10387be747ac7738e3df8cbef1d7488c96fd3fcba1138a7cbe9dc7348a76b5df51c95a74
 DIST genpatches-5.13-6.extras.tar.xz 3420 BLAKE2B 
9ad0d2bf1b2621b328d142cd464b6de2676c8a4f0caef8ee4c5d7fa60db56d73b9056917e07ca421b02e6de1564b3d5f900299721b6b412cb145efa9bea8d60c
 SHA512 
a7906d25d02082217bec37c435b316880e1af9922018b88569cdb4cf8c2cf5fd789bdac946100f2b1a9e0e2125a69222fc853ab1496abdd30ca00497afcb8fd8
-DIST genpatches-5.4-137.base.tar.xz 3732352 BLAKE2B 
d3f8eb230d10f5b6727911476a730c311028d9f3e80b027c0ed44383d52a69f2ef2aa2dbb8e50883533a8f2b3edf953e107248c6eefb697d3612c479e50966de
 SHA512 
a045449fc6529d4e74c83ed2176c9c9795de0833e8b76d4e217eaf6bdebeb0948c46b72797da4b259c2bd579c33e26443e125a9fe2102ec08c804de6daf9a608
-DIST genpatches-5.4-137.extras.tar.xz 1768 BLAKE2B 
7b3a0a74410da44512e0a1296045af29ebab3276b22db770c223530043068e43284b2ee5417f5dd75ca799a84916e3942ffb90c07e4bb389fdc5a4e6897b37e8
 SHA512 
9f354fdfafe26ae5ff0a13ce5d3c47c951a98e506fe57253656dcc4e8e4ff5235532400e5011d3d1c71d14b8f663fba2f20abffcfb7eef8849c3d6bd847701a6
 DIST genpatches-5.4-138.base.tar.xz 3760008 BLAKE2B 

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

2021-07-23 Thread Thomas Deutschmann
commit: 21ccb0ae5fb08ee2df1a79fe1a100c826f01e47f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 23 22:39:50 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 23 22:41:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ccb0ae

dev-php/json-schema: bump to v5.2.11

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

 dev-php/json-schema/Manifest  |  1 +
 dev-php/json-schema/json-schema-5.2.11.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/json-schema/Manifest b/dev-php/json-schema/Manifest
index d1c08a6e21a..c8b02458354 100644
--- a/dev-php/json-schema/Manifest
+++ b/dev-php/json-schema/Manifest
@@ -1 +1,2 @@
 DIST json-schema-5.2.10.tar.gz 31261 BLAKE2B 
2f2e3f562552105e924aa3e4408e50c6e42171cb8440ca8009166d956dcb9d4d6a3903c3b7e62bcfa228069c1e17f4faeab56e56ff935fd59fe251d27d12ab3a
 SHA512 
b6d31b5478b93ef7dea741307648734d4d93aa4c0518b0037e81f5411810ea0570a046adb314cbee3f06da4cc9e654c419ff0be75b6ad0f5d3770c03be5707c8
+DIST json-schema-5.2.11.tar.gz 31273 BLAKE2B 
7b5309c772816de08a6a3b600cef1291385357879cfb1e48f548ca2cb666fc87454064d090d4ab662d7937f0bec99bc4f0f304876dd2482896aa5bf41b2ed85e
 SHA512 
1b1981dd12fd8642c26d3be75b40111320f89b6a917dabad087ff40d3baea78304e5611cf2b931e6f8e48f5ee4d14fcbe18c68ba76a90b59702783aea5d63477

diff --git a/dev-php/json-schema/json-schema-5.2.11.ebuild 
b/dev-php/json-schema/json-schema-5.2.11.ebuild
new file mode 100644
index 000..88ece98fe12
--- /dev/null
+++ b/dev-php/json-schema/json-schema-5.2.11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="PHP implementation of JSON schema"
+HOMEPAGE="https://github.com/justinrainbow/json-schema;
+SRC_URI="https://github.com/justinrainbow/json-schema/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Tests are not in the release tarball
+RESTRICT="test"
+
+RDEPEND="
+   dev-lang/php:*
+   dev-php/fedora-autoloader"
+DEPEND="
+   test? (
+   ${RDEPEND}
+   dev-php/phpunit )"
+
+src_prepare() {
+   default
+   if use test; then
+   cp "${FILESDIR}"/autoload.php "${S}"/autoload-test.php || die
+   fi
+}
+
+src_install() {
+   insinto "/usr/share/php/JsonSchema"
+   doins -r src/JsonSchema/. "${FILESDIR}"/autoload.php
+   dodoc README.md
+}
+
+src_test() {
+   phpunit --bootstrap "${S}"/autoload-test.php || die "test suite failed"
+}



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

2021-07-23 Thread Thomas Deutschmann
commit: 546cc68ea22f3e4b5c2150d581b4765f7079dc3d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 23 22:34:24 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 23 22:41:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546cc68e

media-gfx/imagemagick: bump to v6.9.12-19 & v7.1.0-4

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

 media-gfx/imagemagick/Manifest |   2 +
 media-gfx/imagemagick/imagemagick-6.9.12.19.ebuild | 262 
 media-gfx/imagemagick/imagemagick-7.1.0.4.ebuild   | 269 +
 3 files changed, 533 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 4fc9ebc3f42..bee5eef5d2c 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,2 +1,4 @@
 DIST ImageMagick-6.9.12-17.tar.xz 9172828 BLAKE2B 
87724cfad2b11fa3901dcffb243c314efe303de6f6f17382b82fbbd05b963b70394f17f68b1d87cc53eb7a12233a62241145d4f7f9e48ce8b1fedb9be3dda981
 SHA512 
c966524b82fd667b2eea45a78d4c4f62745f744889ca15c4b0a5bf390f47c801fff926ecd54e48b42b6142637ff95babaa1464fb8eb401c615fcc000166f46b7
+DIST ImageMagick-6.9.12-19.tar.xz 9183520 BLAKE2B 
144a31c9f5a0e3489d362bf42a0ba5b3835f3d3e6b85d8573a9ca5188f04e0c5e6c16bd59510621805b2941331df412d845a0650d19a05bc97dac1e0c06b8e1b
 SHA512 
1175d6330cd9c4dc8f4b7c1dc178a4654a9fcb17e209c10dc8eb776cb64233a8fa1c512d72ded50f0588ec35a13979d30e37e966ddce27fbd175f48698946b88
 DIST ImageMagick-7.1.0-2.tar.xz 10312288 BLAKE2B 
0c79b02a84c883e8016856bd5543a036228e9febab0160525737ab1105d3af52595959412b36d6120c52a11efb7a0f4c0638aa04d11b8dc3774fe655c347e929
 SHA512 
e9b38ccc56ad6936c59adbd934148aeca441f41015be8d2d4b7dd4106a120748aff8cba0239d8ada4288d679a19931696a0bec5ae05681eba7d3078fa119ad0a
+DIST ImageMagick-7.1.0-4.tar.xz 10310828 BLAKE2B 
f7504d47e95be57b5b2f02f0ac8ea526c0b6f60cd0e3ace3445e6d52cc7cf9d4287e1cb24d4451587807809e671f459c107b1dfcb3a99436d112591a32fa5365
 SHA512 
21bd565227eef40bf967a23061e799dc0cb767c226717a66135ecc07a812495fe62c0d36c38b5c801356c63a9e4bf5a48b04fc56fcf6c0f5e37c2ccf52fce855

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.19.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.19.ebuild
new file mode 100644
index 000..d17773f5081
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.12.19.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic libtool perl-functions toolchain-funcs multilib
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick6.git;
+   inherit git-r3
+   MY_P="imagemagick-"
+else
+   MY_PV="$(ver_rs 3 '-')"
+   MY_P="ImageMagick-${MY_PV}"
+   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+
+LICENSE="imagemagick"
+SLOT="0/6.9.11-60"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   svg? ( xml )
+   test? ( corefonts )"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:= )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:0= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( app-text/ghostscript-gpl )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:0= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:0= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+   )
+   xml? ( 

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

2021-07-23 Thread Thomas Deutschmann
commit: 94a47b4b942efb2693c2af11e7f111bddd9b0fbd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 23 22:40:05 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 23 22:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a47b4b

dev-php/composer: bump to v2.1.5

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

 dev-php/composer/Manifest  |  1 +
 dev-php/composer/composer-2.1.5.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
index 1f6ba91a4c1..065434653c9 100644
--- a/dev-php/composer/Manifest
+++ b/dev-php/composer/Manifest
@@ -4,3 +4,4 @@ DIST composer-2.0.14.tar.gz 498661 BLAKE2B 
0b454ed6a00b5cab169a4ff82e9a3d7ceb0d8
 DIST composer-2.1.1.tar.gz 513391 BLAKE2B 
9177eb7d1acfb3557dde0382e0d0b6fd367a16f4c2de30739c40a1fae396e7f188173c5ef9356c6f55922457ea52c7c3e19e9040c37e86fdb4575016aac07808
 SHA512 
22105ab3f831ab89cf80e247c6e6f6263f3116a24394b9367b7e7c1e1aebfdcf9bb833add4763c34c621714dd8f22c87327ccf6c8eeef113f753ba800a111a5c
 DIST composer-2.1.2.tar.gz 513790 BLAKE2B 
cc1c807ae4d69537541acf3ec384dbad64bf3196067c5ad016b03903e9b47460a6757c0fe692600f3042650c030b323f0a0b5ef4c3933049899843cbdc8266dc
 SHA512 
1835daeb943af2ff58e5f5b3966b59356c14ac740689779c05fa0021174a7d0ac2a45aae7f54fade0695ca7eedf59f7ac4c9c14ae4aa1e4a5fbfb1650aae8ca9
 DIST composer-2.1.3.tar.gz 514147 BLAKE2B 
3abf64aceea5b95b72419b60fc74d23e42c652036690c2e31b4250eb4a0e3607a1b4080745642fb085be75dd1174073164f9a8a1422745b4bff5887df694fd99
 SHA512 
d3214f39651e323b419979ed150d5239f992a6b643048a73a777ece0a1b3d5e3dc2c58a5084b3e825834acc258c18947b0c6461c47960a10552617c8f541df86
+DIST composer-2.1.5.tar.gz 515243 BLAKE2B 
078b14727aba1d6278e046e0a1a7b90edae6532ae5874093824db39bb10a0f663543944fe0bb17ddad3dbf40736eef1bb1a8049f5e4dd557f6f01e0d854c213b
 SHA512 
cd4f166d3d1ca7edc8b473ac47775caca98dc2a8bc758b34e6fdd4669ffbe0aa71f900a366e40ff73f830aa602377a5ef3f40022006138e216f0127c75120b96

diff --git a/dev-php/composer/composer-2.1.5.ebuild 
b/dev-php/composer/composer-2.1.5.ebuild
new file mode 100644
index 000..1dd769c75b1
--- /dev/null
+++ b/dev-php/composer/composer-2.1.5.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Dependency Manager for PHP"
+HOMEPAGE="https://github.com/composer/composer;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-php/theseer-Autoload"
+
+RDEPEND="dev-lang/php:*[curl]
+   >=dev-php/ca-bundle-1.0
+   dev-php/fedora-autoloader
+   >=dev-php/jsonlint-1.4
+   >=dev-php/json-schema-5.2.11
+   >=dev-php/metadata-minifier-1.0
+   >=dev-php/phar-utils-1.0
+   >=dev-php/psr-log-1.0
+   >=dev-php/reactphp-promise-2.7
+   >=dev-php/semver-3.0
+   >=dev-php/spdx-licenses-1.2
+   >=dev-php/symfony-console-2.8.52
+   >=dev-php/symfony-filesystem-2.8.52
+   >=dev-php/symfony-finder-2.8.52
+   >=dev-php/symfony-process-2.8.52
+   >=dev-php/xdebug-handler-2"
+
+src_prepare() {
+   default
+
+   mkdir vendor || die
+
+   phpab \
+   --output vendor/autoload.php \
+   --template "${FILESDIR}"/autoload.php.tpl \
+   --basedir src \
+   src \
+   || die
+
+   cat >> vendor/autoload.php <

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

2021-07-23 Thread Sergei Trofimovich
commit: ed9944e96d6930eadd5afe117392ead2b40e91d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 23 22:40:24 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 23 22:40:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9944e9

dev-perl/List-MoreUtils: keyworded 0.430.0 for ia64

keyworded wrt bug #798441

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
index c0a981794e4..6750429df57 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="+xs"
 
 # See MoreUtils.pm/LICENSE



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

2021-07-23 Thread Sergei Trofimovich
commit: 2ef5dc47828bc92720ea8f8bcc3a101d4e63d0f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 23 22:40:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 23 22:40:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef5dc47

dev-perl/Config-AutoConf: keyworded 0.319.0 for ia64

keyworded wrt bug #798441

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild
index 3e26b6e714a..04677230f11 100644
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild
+++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils-XS/

2021-07-23 Thread Sergei Trofimovich
commit: 14e83a1b429c50088206d49f2c24bba9d121f844
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 23 22:40:25 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 23 22:40:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e83a1b

dev-perl/List-MoreUtils-XS: keyworded 0.430.0 for ia64

keyworded wrt bug #798441

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild 
b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
index 0c7827c4f2f..7f9e15c1500 100644
--- a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compiled List::MoreUtils functions"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # See XS.pm/LICENSE
 LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"



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

2021-07-23 Thread Marek Szuba
commit: a4eee8b76225e833d31c9acb155ad0a5354eddc5
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jul 23 22:15:47 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jul 23 22:27:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4eee8b7

net-mail/dovecot: use -fasynchronous-unwind-tables, unconditionally

Have just confirmed that on riscv asynchronous tables fix test-backtrace
errors as well as static ones. Conversely, appending
-fno-asynchronous-unwind-tables on amd64 (which is one of the arches for
which both gcc and clang enable asynchronous unwind tables by default,
IIRC because they've got something to do with stack management) makes
the two tests start failing - regardless of whether USE=unwind is
enabled or not.

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

 net-mail/dovecot/dovecot-2.3.15-r1.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-mail/dovecot/dovecot-2.3.15-r1.ebuild 
b/net-mail/dovecot/dovecot-2.3.15-r1.ebuild
index 8c886e6a7a5..1668061de0a 100644
--- a/net-mail/dovecot/dovecot-2.3.15-r1.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.15-r1.ebuild
@@ -100,12 +100,8 @@ src_prepare() {
#elibtoolize
eautoreconf
 
-   if use riscv; then
-   # Without this, src_tests dies due to failed asserts in 
test-backtrace.c;
-   # See 
https://salsa.debian.org/debian/dovecot/-/merge_requests/8 .
-   # Might in fact be needed on other arches as well.
-   append-cflags -funwind-tables
-   fi
+   # Bug #727244
+   append-cflags -fasynchronous-unwind-tables
 }
 
 src_configure() {



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

2021-07-23 Thread Thomas Deutschmann
commit: bafe21cc13492a710191e36ce9660b1f50575d22
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 23 22:22:35 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 23 22:23:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bafe21cc

net-misc/iputils: bump to v20210722

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

 net-misc/iputils/Manifest|   2 +
 net-misc/iputils/iputils-20210722.ebuild | 173 +++
 2 files changed, 175 insertions(+)

diff --git a/net-misc/iputils/Manifest b/net-misc/iputils/Manifest
index 9743e063f14..76291183702 100644
--- a/net-misc/iputils/Manifest
+++ b/net-misc/iputils/Manifest
@@ -1,2 +1,4 @@
 DIST iputils-20210202.tar.gz 513055 BLAKE2B 
37f3c10ff3918d40fe2eae1e4b19ed711b97c30cd2d682e42f484a11a28ab7c93975a51fbb7a8b1c1d725fc9051ae773bc2e81b9d80a2dd0e6ff55867d54875d
 SHA512 
af600fe74e1b78c0da66c378f55eb468d62206aaae1864693f7ec79833c9c0de95843573d1792627695f08ecfcdb4e79c354065daf178d393fcc6ef9a8a5d526
+DIST iputils-20210722.tar.gz 530745 BLAKE2B 
4d6a2afaea1027e7992d374bbaa300f952f56225c998ecc6c3d332fef046dd8032e5afaff1cdc916d048f9d84cc8a85736a26a3176e66e111e02c9dbfcb0f195
 SHA512 
8f85bf468f8ef1e2832e9bbf9009552df4a6d723dd130fa0d5b2aa3bae617c972f936143c2370c3b4ce2ba2499828c91a299ee42cf81fa81aabe10552db2b328
 DIST iputils-manpages-20210202.tar.xz 19204 BLAKE2B 
b9d43962890ae5fe9e4c21fb23c8911c22cbfb35a28521a2f0611d7813e4c21979f6b309569cdb57dd9b3a30653278982194ca08a815cfb41566a379930d124b
 SHA512 
d5cced9a5e4acffbe35d20a796d038336d06f512c3ee47bc6e37782b4645d5c35b16e18aaae298547b60fe644e5608efe7847f2de6175bfcd39128d230ee4cd1
+DIST iputils-manpages-20210722.tar.xz 19208 BLAKE2B 
7d6b126debeee2a4e5437b7d26a9fee5c759ae72fa9b7acb1a04bb673f14af742f5580aad6ae1c34048933d95d09c4adcf024fabdc20851297131877cbfa10d0
 SHA512 
c1521e76f5b8cb99d7226ca1bd916b1861b6c0f9655ad0e396dd8d997be6cdc37ee0e81ac325ea4ebb3b349b394e7f1c45081ddc25b778fd294928a7b2dc0415

diff --git a/net-misc/iputils/iputils-20210722.ebuild 
b/net-misc/iputils/iputils-20210722.ebuild
new file mode 100644
index 000..731796a22c5
--- /dev/null
+++ b/net-misc/iputils/iputils-20210722.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# For released versions, we precompile the man/html pages and store
+# them in a tarball on our mirrors.  This avoids ugly issues while
+# building stages, and reduces dependencies.
+# To regenerate man/html pages emerge iputils-[doc] with
+# EGIT_COMMIT set to release tag, all USE flags enabled and
+# tar ${S}/doc folder.
+
+EAPI="7"
+
+PLOCALES="de fr ja pt_BR tr uk zh_CN"
+
+inherit fcaps flag-o-matic meson plocale systemd toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/iputils/iputils.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   
https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Network monitoring tools including ping and ping6"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/iputils;
+
+LICENSE="BSD GPL-2+ rdisc"
+SLOT="0"
+IUSE="+arping caps clockdiff doc gcrypt idn ipv6 nettle nls rarpd rdisc ssl 
static tftpd tracepath traceroute6"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+LIB_DEPEND="
+   caps? ( sys-libs/libcap[static-libs(+)] )
+   idn? ( net-dns/libidn2:=[static-libs(+)] )
+   nls? ( virtual/libintl[static-libs(+)] )
+"
+
+RDEPEND="
+   traceroute6? ( !net-analyzer/traceroute )
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/os-headers
+   static? ( ${LIB_DEPEND} )
+"
+
+if [[ ${PV} == "" ]] ; then
+   BDEPEND+="
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-ns-stylesheets
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt:0
+   "
+fi
+
+src_prepare() {
+   default
+
+   plocale_get_locales > po/LINGUAS || die
+}
+
+src_configure() {
+   use static && append-ldflags -static
+
+   local emesonargs=(
+   -DUSE_CAP="$(usex caps true false)"
+   -DUSE_IDN="$(usex idn true false)"
+   -DBUILD_ARPING="$(usex arping true false)"
+   -DBUILD_CLOCKDIFF="$(usex clockdiff true false)"
+   -DBUILD_PING="true"
+   -DBUILD_RARPD="$(usex rarpd true false)"
+   -DBUILD_RDISC="$(usex rdisc true false)"
+   -DENABLE_RDISC_SERVER="$(usex rdisc true false)"
+   

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

2021-07-23 Thread Michał Górny
commit: e893119949ec1f94b83dc467514dc9ad4495a596
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 23 22:04:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 23 22:06:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8931199

kernel-install.eclass: Add a safety check for mismatched version

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

 eclass/kernel-install.eclass | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index e6b9cbe45c0..b80a8d6ea93 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -388,11 +388,23 @@ kernel-install_src_test() {
 
 # @FUNCTION: kernel-install_pkg_preinst
 # @DESCRIPTION:
-# Stub out mount-boot.eclass.
+# Verify whether the kernel has been installed correctly.
 kernel-install_pkg_preinst() {
debug-print-function ${FUNCNAME} "${@}"
 
-   # (no-op)
+   local ver="${PV}${KV_LOCALVERSION}"
+   local kdir="${ED}/usr/src/linux-${ver}"
+   local relfile="${kdir}/include/config/kernel.release"
+   [[ ! -d ${kdir} ]] && die "Kernel directory ${kdir} not installed!"
+   [[ ! -f ${relfile} ]] && die "Release file ${relfile} not installed!"
+   local release="$(<"${relfile}")"
+   if [[ ${release} != ${PV}* ]]; then
+   eerror "Kernel release mismatch!"
+   eerror "  expected (PV): ${PV}*"
+   eerror "  found: ${release}"
+   eerror "Please verify that you are applying the correct 
patches."
+   die "Kernel release mismatch (${release} instead of ${PV}*)"
+   fi
 }
 
 # @FUNCTION: kernel-install_install_all



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

2021-07-23 Thread Andreas K. Hüttel
commit: fcc09457dcdbb9391a61d86d15f08291ae0c60f7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 21:52:29 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:58:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc09457

dev-perl/Params-Classify: EAPI=8 bump

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

 ...rams-Classify-0.15.0.ebuild => Params-Classify-0.15.0-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Params-Classify/Params-Classify-0.15.0.ebuild 
b/dev-perl/Params-Classify/Params-Classify-0.15.0-r1.ebuild
similarity index 92%
rename from dev-perl/Params-Classify/Params-Classify-0.15.0.ebuild
rename to dev-perl/Params-Classify/Params-Classify-0.15.0-r1.ebuild
index 3499c045277..9a4495145b5 100644
--- a/dev-perl/Params-Classify/Params-Classify-0.15.0.ebuild
+++ b/dev-perl/Params-Classify/Params-Classify-0.15.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ZEFRAM
 DIST_VERSION=0.015
@@ -11,8 +11,6 @@ DESCRIPTION="Argument type classification"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/Devel-CallChecker-0.3.0
@@ -21,7 +19,7 @@ RDEPEND="
virtual/perl-XSLoader
virtual/perl-parent
 "
-DEPEND="
+BDEPEND="
${RDEPEND}
dev-perl/Module-Build
>=virtual/perl-ExtUtils-CBuilder-0.150.0



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

2021-07-23 Thread Andreas K. Hüttel
commit: f51c75915024b995f288bf0905db3b02643a9d54
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 21:49:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:57:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c7591

dev-perl/Parallel-Iterator: EAPI=8 bump

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

 ...terator-1.0.0-r1.ebuild => Parallel-Iterator-1.0.0-r2.ebuild} | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild 
b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.ebuild
similarity index 79%
rename from dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild
rename to dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.ebuild
index af8473215b3..93f88ffc0d0 100644
--- a/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r1.ebuild
+++ b/dev-perl/Parallel-Iterator/Parallel-Iterator-1.0.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ANDYA
 DIST_VERSION=1.00
@@ -12,17 +12,16 @@ DESCRIPTION="Simple parallel execution"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-IO
virtual/perl-Storable
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
)
 "
+
 PATCHES=("${FILESDIR}/${PN}-1.00-perl-5.26.patch")



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

2021-07-23 Thread Andreas K. Hüttel
commit: 776e6b513d631987393df477907f22fc8819ade6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 21:51:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:57:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776e6b51

dev-perl/Parallel-Prefork: EAPI=8 bump

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

 ...-Prefork-0.180.0.ebuild => Parallel-Prefork-0.180.0-r1.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild 
b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0-r1.ebuild
similarity index 87%
rename from dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
rename to dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0-r1.ebuild
index c736967a10c..b254a74d0a9 100644
--- a/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0.ebuild
+++ b/dev-perl/Parallel-Prefork/Parallel-Prefork-0.180.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=KAZUHO
 DIST_VERSION=0.18
@@ -11,8 +11,6 @@ DESCRIPTION="A simple prefork server framework"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/Class-Accessor-Lite-0.40.0
@@ -21,7 +19,7 @@ RDEPEND="
dev-perl/Scope-Guard
dev-perl/Signal-Mask
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
dev-perl/Test-Requires



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

2021-07-23 Thread Andreas K. Hüttel
commit: 2f1ceb21c498ce0850b075816c3d131feaa5e4f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 21:57:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:58:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1ceb21

dev-perl/Params-Util: Version bump 1.102

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

 dev-perl/Params-Util/Manifest   |  1 +
 dev-perl/Params-Util/Params-Util-1.102.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Params-Util/Manifest b/dev-perl/Params-Util/Manifest
index cab8e8aa35e..9e4a22830f2 100644
--- a/dev-perl/Params-Util/Manifest
+++ b/dev-perl/Params-Util/Manifest
@@ -1 +1,2 @@
 DIST Params-Util-1.07.tar.gz 40726 BLAKE2B 
96d84eaab47a880520b666e5410215003f498b6a4b66d7b3df25a0d9bd2ee3d5ecb655da37e17174d3e4dccde7143bab3cf2f197799de6f6ca64dfaee3fb78d4
 SHA512 
ff471b01b33414fc5e1c68d97c21171a95d3418c33e3c45f9910cc768898690e35051506a83ad9403a200336654c14b8efc9d471c4b3fe3321047a7603d6fd56
+DIST Params-Util-1.102.tar.gz 194986 BLAKE2B 
691448bfe946242142bd8865c78dfa411e65a233d334df06a4739a70b4c0a332c82e80cf204a1898c8a332a04e52b8bae60ee66b490f1eb103d5c085af465177
 SHA512 
e2587b62545cf0572cc8f719ea8e5411d710789c3cbcab4038c5b01f86073a010d32191551f6aeea1bdae22d49e7d34358250b4e7ece9f261a598854af187194

diff --git a/dev-perl/Params-Util/Params-Util-1.102.0.ebuild 
b/dev-perl/Params-Util/Params-Util-1.102.0.ebuild
new file mode 100644
index 000..d08538870df
--- /dev/null
+++ b/dev-perl/Params-Util/Params-Util-1.102.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.102
+inherit perl-module
+
+DESCRIPTION="Utility functions to aid in parameter checking"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=virtual/perl-Scalar-List-Utils-1.180.0
+   >=virtual/perl-XSLoader-0.220.0
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Config-AutoConf-0.315.0
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/Test-LeakTrace
+   )
+"



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

2021-07-23 Thread Georgy Yakovlev
commit: e3263c5fefd2a9957f4f3c7e7f38ae7724c6732b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jul 23 21:46:00 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jul 23 21:47:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3263c5f

dev-java/openjdk-bin: provide opt symlink for openjdk-bin:8

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

 dev-java/openjdk-bin/openjdk-bin-8.292_p10.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.292_p10.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.292_p10.ebuild
index ed94c334091..855c583cbcf 100644
--- a/dev-java/openjdk-bin/openjdk-bin-8.292_p10.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-8.292_p10.ebuild
@@ -113,6 +113,9 @@ src_install() {
dodir "${dest}"
cp -pPR * "${ddest}" || die
 
+   # provide stable symlink
+   dosym "${P}" "/opt/${PN}-${SLOT}"
+
java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
java-vm_set-pax-markings "${ddest}"
java-vm_revdep-mask



[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2021-07-23 Thread Georgy Yakovlev
commit: 5ef1a6637b395dc1d1b52375df1563059e5f83a1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jul 23 21:47:09 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jul 23 21:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef1a663

dev-java/openjdk-jre-bin: provide stable symlink in 8

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

 dev-java/openjdk-jre-bin/openjdk-jre-bin-8.292_p10.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.292_p10.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.292_p10.ebuild
index acb70caacff..49dddf13039 100644
--- a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.292_p10.ebuild
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.292_p10.ebuild
@@ -73,6 +73,9 @@ src_install() {
dodir "${dest}"
cp -pPR * "${ddest}" || die
 
+   # provide stable symlink
+   dosym "${P}" "/opt/${PN}-${SLOT}"
+
java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
java-vm_set-pax-markings "${ddest}"
java-vm_revdep-mask



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

2021-07-23 Thread Michał Górny
commit: 6b9a1ff8f90810a533a7c11c6c145e61f69d1974
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 23 21:40:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 23 21:42:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9a1ff8

package.mask: Last rite sys-kernel/bliss-kernel-bin

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 87f5a8031de..bc8f7432d67 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2021-07-23)
+# Abandoned.  All versions are vulnerable to CVE-2021-33909.
+# sys-kernel/gentoo-kernel{,-bin} are the suggested replacements.
+# Removal on 2021-08-06.  Bug #803212.
+sys-kernel/bliss-kernel-bin
+
 # Conrad Kostecki  (2021-07-23)
 # Outdated and multiple bugs open.
 # Other alternatives in tree available.



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

2021-07-23 Thread Conrad Kostecki
commit: 1c8029613c59d6199463204253f57c5e939cbb3a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 21:19:17 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 21:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c802961

profiles/package.mask: mask www-servers/resin

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0c64dcc9cac..87f5a8031de 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Conrad Kostecki  (2021-07-23)
+# Outdated and multiple bugs open.
+# Other alternatives in tree available.
+# Removal in 30 days (2021-08-22)
+www-servers/resin
 
 # Alfredo Tupone  (2021-07-23)
 # Requirements conflicts so it is not buildable



[gentoo-commits] repo/proj/guru:dev commit in: app-doc/openbsd-manpages/

2021-07-23 Thread Anna Vyalkova
commit: 209a3388a4fa183d9c569c09beeed139d7439e92
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jul 23 17:13:13 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Jul 23 17:13:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=209a3388

app-doc/openbsd-manpages: initial import

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-doc/openbsd-manpages/Manifest  |  2 ++
 app-doc/openbsd-manpages/metadata.xml  |  8 +
 .../openbsd-manpages/openbsd-manpages-6.9.ebuild   | 41 ++
 3 files changed, 51 insertions(+)

diff --git a/app-doc/openbsd-manpages/Manifest 
b/app-doc/openbsd-manpages/Manifest
new file mode 100644
index 0..51427cb23
--- /dev/null
+++ b/app-doc/openbsd-manpages/Manifest
@@ -0,0 +1,2 @@
+DIST comp69.tgz 88021988 BLAKE2B 
e1e49f09baa01d747b5c165b57ef129e91d9d534b61163659478db1118f042c0aaf7c4df88ba0eacf74a5fff4692e3f92a663c5b2ef84d3cfb46a1e5ca87baf8
 SHA512 
5f22e7271e9677af9975a9645ed693fb490b5a85c5e1ddfdaf95c6d2fdac504ad34e2aa064801b052c426153431625f91124907fd271802dbbf14277c8bd
+DIST man69.tgz 7742404 BLAKE2B 
8375477e1fecc20945ebc766c2da980ca988a0955dad746631ce5cebe2080b7eb030b1a8e062a6174c7a998aff99cbe5104268f142d372f91cf7d0aec581ed22
 SHA512 
b257a84862ba274bea82a908cc06c84d4164fcd607d29e92180154d89bb4250893b04e2faeac2dbc3ef9e919c5cfdee19e1b418ec8958d0b4dcdc3e492d837be

diff --git a/app-doc/openbsd-manpages/metadata.xml 
b/app-doc/openbsd-manpages/metadata.xml
new file mode 100644
index 0..c8b0192e7
--- /dev/null
+++ b/app-doc/openbsd-manpages/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/app-doc/openbsd-manpages/openbsd-manpages-6.9.ebuild 
b/app-doc/openbsd-manpages/openbsd-manpages-6.9.ebuild
new file mode 100644
index 0..a534ffe92
--- /dev/null
+++ b/app-doc/openbsd-manpages/openbsd-manpages-6.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=${PV/./}
+DESCRIPTION="OpenBSD manual pages"
+HOMEPAGE="https://man.openbsd.org;
+BASE_URI="https://ftp.openbsd.org/pub/OpenBSD/${PV}/amd64;
+SRC_URI="
+   ${BASE_URI}/comp${MY_PV}.tgz
+   ${BASE_URI}/man${MY_PV}.tgz
+"
+S="${WORKDIR}/usr/share/man"
+
+LICENSE="BSD BSD-2 BSD-4 ISC MIT icu openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+src_prepare() {
+   default
+
+   ebegin "Renaming sections to prevent collision"
+   find . -maxdepth 1 -name 'man*' -execdir mv '{}' '{}'bsd \; || die
+   find . -type f -execdir mv '{}' '{}'bsd \; || die
+   find . -type f -execdir sed -i '{}' \
+   -e 's:^\.Dt \S\+ \S\+:\0bsd:' \
+   -e 's:^\(\.TH \S\+ "\?\)\([0-9a-z]\+\):\1\2bsd:' \; || die
+   eend 0
+}
+
+src_install() {
+   insinto /usr/share/man
+   doins -r *
+}
+
+pkg_postinst() {
+   elog "To read an OpenBSD manpage, add 'bsd' suffix to its section name."
+   elog "For example:"
+   elog "$ man -s 9bsd style"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal-install/

2021-07-23 Thread Sergei Trofimovich
commit: 4288b15bfa67034b828eeecc7b851752fbe75aac
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 23 21:03:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 23 21:03:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4288b15b

dev-haskell/cabal-install: drop old

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/795915
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/cabal-install/Manifest |  1 -
 .../cabal-install/cabal-install-3.0.0.0.ebuild | 74 --
 2 files changed, 75 deletions(-)

diff --git a/dev-haskell/cabal-install/Manifest 
b/dev-haskell/cabal-install/Manifest
index 7a714dca594..b3ad860dcea 100644
--- a/dev-haskell/cabal-install/Manifest
+++ b/dev-haskell/cabal-install/Manifest
@@ -1,2 +1 @@
-DIST cabal-install-3.0.0.0.tar.gz 654045 BLAKE2B 
5036948651098b83f073b5ce29e2aaa31e4382f07e8b1e79d206889bd9c74fb88789f4b1cbb3bddc6d03375a6e3a3e164d6bda4ea19e3f944904ab11d7693fce
 SHA512 
0b15313fc11bc6b6018e01b6a3a65242306977c16ce9333ea1191c1ce0020b180451235a7a65b47bc01791e05d1b246bf9d573fc7e981a46fcfc7da0fed04cca
 DIST cabal-install-3.2.0.0.tar.gz 632084 BLAKE2B 
55cdbddebed17489f1c031bd867de7868878aa289193b826dd8274860e4f08d48f71cad33af1b62da16f71629ae4ff5745c3ceeada1680dbcc222793eba49a06
 SHA512 
ad937b2df42b688e4608aa2b91a25daf1042e5573626202e5182cbfeca9acc5933194853405a6396c60d0d28d6d0d5c5276fd85cb6acf4be2c8cd12afe747062

diff --git a/dev-haskell/cabal-install/cabal-install-3.0.0.0.ebuild 
b/dev-haskell/cabal-install/cabal-install-3.0.0.0.ebuild
deleted file mode 100644
index 6e85d8ae942..000
--- a/dev-haskell/cabal-install/cabal-install-3.0.0.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.2.
-#hackport: flags: 
-monolithic,+network-uri,-debug-tracetree,-debug-expensive-assertions
-
-CABAL_FEATURES=""
-inherit haskell-cabal
-
-DESCRIPTION="The command-line interface for Cabal and Hackage"
-HOMEPAGE="https://www.haskell.org/cabal/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-# keep in sync with ghc-8.8
-KEYWORDS="~amd64 ~x86"
-IUSE="+native-dns"
-
-RDEPEND=">=dev-haskell/async-2.0:= =dev-haskell/base16-bytestring-0.1.1:= 
=dev-haskell/binary-0.7.3:= =dev-haskell/cabal-3.0:= =dev-haskell/cryptohash-sha256-0.11:= 
=dev-haskell/echo-0.1.3:= =dev-haskell/edit-distance-0.2.2:= =dev-haskell/fail-4.9:= =dev-haskell/hackage-security-0.5.2.2:= 
=dev-haskell/hashable-1.0:= =dev-haskell/http-4000.1.5:= =dev-haskell/mtl-2.0:= =dev-haskell/network-2.6:= =dev-haskell/network-uri-2.6.0.2:= =dev-haskell/parsec-3.1.13.0:= =dev-haskell/random-1:= =dev-haskell/stm-2.0:= =dev-haskell/tar-0.5.0.3:= =dev-haskell/text-1.2.3:= =dev-haskell/zlib-0.5.3:= =dev-lang/ghc-7.10.1:=
-   native-dns? ( >=dev-haskell/resolv-0.1.1:= = 4.8  && < 4.13' 'base   >= 4.8'
-   #if use noprefs; then
-   #   epatch "${FILESDIR}/${PN}"-0.13.3-nopref.patch
-   #fi
-
-   # no chance to link to -threaded on ppc64, alpha and others
-   # who use UNREG, not only ARM
-   if ! ghc-supports-threaded-runtime; then
-   cabal_chdeps '-threaded' ' '
-   fi
-   eapply_user
-}
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=-debug-conflict-sets \
-   --flag=-debug-expensive-assertions \
-   --flag=-debug-tracetree \
-   --flag=-monolithic \
-   $(cabal_flag native-dns native-dns) \
-   --flag=network-uri
-}



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

2021-07-23 Thread Andreas K. Hüttel
commit: 6c37d6b587759d507f7246db530caca092d86da1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 21:00:57 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c37d6b5

dev-perl/Parallel-ForkManager: Version bump 2.02

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

 dev-perl/Parallel-ForkManager/Manifest |  1 +
 .../Parallel-ForkManager-2.20.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Parallel-ForkManager/Manifest 
b/dev-perl/Parallel-ForkManager/Manifest
index aa9728a694a..bc0dfaeb7f7 100644
--- a/dev-perl/Parallel-ForkManager/Manifest
+++ b/dev-perl/Parallel-ForkManager/Manifest
@@ -1 +1,2 @@
 DIST Parallel-ForkManager-1.19.tar.gz 24381 BLAKE2B 
fbd92bdbf69012337419e7d28678dbde291a819ce310fdcd47d05fd150f57a65da3e9e582946adeb95a85b3539447dd315a17746ea9dfa346222ff5a14106e87
 SHA512 
fdd076de153a09e1e8fb681cadc6c36a05f4c8a6718df61937eb5d26729108a6f2f322a7fb9d4bf6166bbfe52cb857e3ea6cab8368c7b5959500018cc01747c6
+DIST Parallel-ForkManager-2.02.tar.gz 33457 BLAKE2B 
7da8a88fc8b9314d5e3e27c50267171f0503c773921ca9cbf512d5ea69d3e244fab6f4e4415c80f3aa169478492ff4f45b82c3ab317ee836d8c5f3feb8056c9e
 SHA512 
2b390ec8f252e7bf2b6be8d602b231b1fd347bc5256bf7f16a6d56f67256938f3d96b7a28c92c662d8b91441b7fa4cb5922c655e64a7a4a9332eb58f19b6bcfb

diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild 
b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild
new file mode 100644
index 000..fadaadeb2fa
--- /dev/null
+++ b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YANICK
+DIST_VERSION=2.02
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="A simple parallel processing fork manager"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris 
~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-File-Path
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/Moo
+   virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   !minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.940.0
+   dev-perl/Test-Warn
+   )
+"



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

2021-07-23 Thread Andreas K. Hüttel
commit: 81b10a723b20c7cfa1f97bde2fa386c8e18e63f7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 20:57:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:01:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b10a72

dev-perl/ParaDNS: EAPI=8 bump

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

 .../{ParaDNS-2.0.0-r2.ebuild => ParaDNS-2.0.0-r3.ebuild}   | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild 
b/dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild
similarity index 71%
rename from dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild
rename to dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild
index f3972769635..d68954af0d9 100644
--- a/dev-perl/ParaDNS/ParaDNS-2.0.0-r2.ebuild
+++ b/dev-perl/ParaDNS/ParaDNS-2.0.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=MSERGEANT
 DIST_VERSION=2.0
@@ -11,11 +11,13 @@ DESCRIPTION="a DNS lookup class for the Danga::Socket 
framework"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="dev-perl/Net-DNS
-   >=dev-perl/Danga-Socket-1.61"
-RDEPEND="${DEPEND}"
+RDEPEND="
+   dev-perl/Net-DNS
+   >=dev-perl/Danga-Socket-1.61
+"
+BDEPEND="${RDEPEND}
+"
 
 PATCHES=(
"${FILESDIR}/${PN}-2.0-net-dns-compat.patch"



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

2021-07-23 Thread Andreas K. Hüttel
commit: 5fdebd3ae05bb225ee361a5bbd607bf8bdb7284a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 20:45:25 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:01:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdebd3a

dev-perl/Palm-PDB: EAPI=8 bump

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

 ...-PDB-1.400.0.ebuild => Palm-PDB-1.400.0-r1.ebuild} | 19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild 
b/dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild
similarity index 57%
rename from dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild
rename to dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild
index 81e8a9d9cfc..55054d2f13f 100644
--- a/dev-perl/Palm-PDB/Palm-PDB-1.400.0.ebuild
+++ b/dev-perl/Palm-PDB/Palm-PDB-1.400.0-r1.ebuild
@@ -1,36 +1,27 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=CJM
 DIST_VERSION=1.400
-
+DIST_EXAMPLES=( "examples/*" )
 inherit perl-module
 
 DESCRIPTION="Parse Palm database files"
 
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
 
 # This package is split upstream from "Palm"
 # so collides before 1.14.0
 RDEPEND="
!

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

2021-07-23 Thread Andreas K. Hüttel
commit: 99d3a0fca8d6253d3a7738d955b41e541f22e250
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 20:52:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:01:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d3a0fc

dev-perl/Panotools-Script: Version bump 0.29

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

 dev-perl/Panotools-Script/Manifest |  1 +
 .../Panotools-Script-0.290.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/Panotools-Script/Manifest 
b/dev-perl/Panotools-Script/Manifest
index e634a8d1c38..923d89680ca 100644
--- a/dev-perl/Panotools-Script/Manifest
+++ b/dev-perl/Panotools-Script/Manifest
@@ -1 +1,2 @@
 DIST Panotools-Script-0.28.tar.gz 158062 BLAKE2B 
8131df889a344fcff745158e144905e4b644f55c4cbbd8ab92bc9c28ef870e4d0c95052aa66e1fdcace1d702b57b5b040a349adbf14622017bf1386c6c178b58
 SHA512 
bc63985c7412dec33ce10025e96dc7b26fe57bf2d016e7de60c082204a22681ece624054c08051c3760582386eea0954118c523db192589ace78cdf2dfacc750
+DIST Panotools-Script-0.29.tar.gz 164253 BLAKE2B 
cbe8c3586ecbe452e39e55acb6f90dab31760ec134c0b42251619aa461af11ccdd22966bc078e5ea6f54e70f9d0f026231fb8a96ea101d7120efa151bc941787
 SHA512 
780d3b03a6dd6000d8018342fc1546fdda49f79118af889f91e98b0233beb65a2d7af7679d32007656aa406d483b49b6445684bb11076ed78f8f3673298d3040

diff --git a/dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild 
b/dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild
new file mode 100644
index 000..58a52a70c7c
--- /dev/null
+++ b/dev-perl/Panotools-Script/Panotools-Script-0.290.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPOSTLE
+DIST_VERSION=0.29
+inherit desktop perl-module
+
+DESCRIPTION="A perl module for reading, writing, and manipulating hugin script 
files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gui"
+
+RDEPEND="
+   >=virtual/perl-File-Spec-0.800.0
+   >=virtual/perl-File-Temp-0.100.0
+   >=virtual/perl-Getopt-Long-2.0.0
+   dev-perl/URI
+   dev-perl/libwww-perl
+   >=dev-perl/Image-Size-2.900.0
+   >=media-libs/exiftool-6
+   gui? ( gnome-extra/zenity )
+"
+BDEPEND="${RDEPEND}
+"
+
+src_install() {
+   perl-module_src_install
+   if use gui ; then
+   domenu "${S}"/desktop/*.desktop || die
+   else
+   rm "${D}"/usr/bin/*-gui || die
+   fi
+}
+
+pkg_postinst() {
+   einfo "Some of the scripts require 'nona', 'freepv', 'enblend', 
'autotrace', and"
+   einfo "ImageMagick command-line tools which are available in the 
following"
+   einfo "packages: media-gfx/hugin, media-gfx/freepv, media-gfx/enblend,"
+   einfo "media-gfx/autotrace, and media-gfx/imagemagick."
+}



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

2021-07-23 Thread Andreas K. Hüttel
commit: 929c23b4769be4dbc9e4810714b2e81a203f8d61
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 20:55:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:01:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929c23b4

dev-perl/PAR: Version bump 1.017

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

 dev-perl/PAR/Manifest  |  1 +
 dev-perl/PAR/PAR-1.17.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/PAR/Manifest b/dev-perl/PAR/Manifest
index d176a0ed06a..08e291b6380 100644
--- a/dev-perl/PAR/Manifest
+++ b/dev-perl/PAR/Manifest
@@ -1 +1,2 @@
 DIST PAR-1.015.tar.gz 65748 BLAKE2B 
1d5bb6dffb1ba10132af09187106406d2bc982fef6258be7b27fe6ca1e600986af8d0050f9011a4d301a11ebd05440be2cb0e17c5d1247ba460474d84add9a81
 SHA512 
411048cb6517364b04cb46c179574b4baf2dc0788efecedc1e5fe2283a203d25157f1e74411761b8dd3019f50b651b0f40bf7d50131cf40077c4372571aa62b7
+DIST PAR-1.017.tar.gz 65942 BLAKE2B 
99acabab41bff84b9445c38dbceffe5731a20afb16cecef20a6d6fa48babfebdba42d675fd813c91cde59b4b932fff00571957bcebb1001c194e90dbc59648ea
 SHA512 
74f7f0645ff7de8fbb4cd930e0be496401821efa6b34578acba6c567ab3126ef221fd0ab45bd4e6e1118099aed1a48bdd572f2c743dff5e919d8d22796da0145

diff --git a/dev-perl/PAR/PAR-1.17.0.ebuild b/dev-perl/PAR/PAR-1.17.0.ebuild
new file mode 100644
index 000..83ebe825414
--- /dev/null
+++ b/dev-perl/PAR/PAR-1.17.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RSCHUPP
+DIST_VERSION=1.017
+inherit perl-module
+
+DESCRIPTION="Perl Archive Toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
+
+RDEPEND="
+   >=dev-perl/Archive-Zip-1.0.0
+   >=virtual/perl-AutoLoader-5.660.200
+   >=virtual/perl-Digest-SHA-5.450.0
+   >=virtual/perl-File-Temp-0.50.0
+   >=virtual/perl-IO-Compress-1.300.0
+   >=dev-perl/PAR-Dist-0.320.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+
+PERL_RM_FILES=( t/00-pod.t )



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

2021-07-23 Thread Andreas K. Hüttel
commit: aae0e8513e3938e2dfe63f37bc74a510ecd34d3e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 20:48:46 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 21:01:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae0e851

dev-perl/Pango: EAPI=7 bump

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

 .../{Pango-1.227.0-r1.ebuild => Pango-1.227.0-r2.ebuild}   | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Pango/Pango-1.227.0-r1.ebuild 
b/dev-perl/Pango/Pango-1.227.0-r2.ebuild
similarity index 89%
rename from dev-perl/Pango/Pango-1.227.0-r1.ebuild
rename to dev-perl/Pango/Pango-1.227.0-r2.ebuild
index 9b51b32f5fc..4732764d1bb 100644
--- a/dev-perl/Pango/Pango-1.227.0-r1.ebuild
+++ b/dev-perl/Pango/Pango-1.227.0-r2.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_AUTHOR=XAOC
 DIST_VERSION=1.227
+DIST_EXAMPLES=( "examples/*" )
 VIRTUALX_REQUIRED=manual
 
 inherit perl-module virtualx
@@ -14,7 +15,7 @@ DESCRIPTION="Layout and render international text"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~sparc64-solaris ~x86-solaris"
-IUSE="examples test +minimal"
+IUSE="test +minimal"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -22,7 +23,7 @@ RDEPEND="
>=dev-perl/Cairo-1.0.0
>=x11-libs/pango-1.0.0
 "
-DEPEND="
+BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/ExtUtils-Depends-0.300.0
@@ -40,16 +41,13 @@ src_prepare() {
perl-module_src_prepare
sed -i -e "s:exit 0:exit 1:g" "${S}"/Makefile.PL || die "sed failed"
 }
+
 src_install() {
local mydoc
mydoc=("NEWS")
perl-module_src_install
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples
-   insinto /usr/share/doc/${PF}/examples
-   doins examples/*
-   fi
 }
+
 src_test() {
local MODULES=( "Pango ${DIST_VERSION}" )
local failed=()



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

2021-07-23 Thread Conrad Kostecki
commit: 703df9acbc092ada09776766298746ee02c13429
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 20:49:50 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 20:55:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703df9ac

net-misc/icecast: drop old version

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

 net-misc/icecast/icecast-2.4.4.ebuild | 92 ---
 1 file changed, 92 deletions(-)

diff --git a/net-misc/icecast/icecast-2.4.4.ebuild 
b/net-misc/icecast/icecast-2.4.4.ebuild
deleted file mode 100644
index 7c424982d14..000
--- a/net-misc/icecast/icecast-2.4.4.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools systemd user
-
-DESCRIPTION="Opensource alternative to shoutcast that supports mp3, ogg and 
aac streaming"
-HOMEPAGE="https://www.icecast.org/;
-SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="kate logrotate +speex +ssl +theora +yp"
-
-#Although there is a --with-ogg and --with-orbis configure option, they're
-#only useful for specifying paths, not for disabling.
-DEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   media-libs/libogg
-   media-libs/libvorbis
-   kate? ( media-libs/libkate )
-   logrotate? ( app-admin/logrotate )
-   speex? ( media-libs/speex )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   theora? ( media-libs/libtheora )
-   yp? ( net-misc/curl )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   # bug #368539
-   "${FILESDIR}"/${PN}-2.3.3-libkate.patch
-   # bug #430434
-   "${FILESDIR}"/${PN}-2.3.3-fix-xiph_openssl.patch
-)
-
-pkg_setup() {
-   enewuser icecast -1 -1 -1 nogroup
-}
-
-src_prepare() {
-   default
-   mv configure.{in,ac} || die
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --sysconfdir=/etc/icecast2
-   $(use_enable kate)
-   $(use_enable yp)
-   $(use_with speex)
-   $(use_with ssl openssl)
-   $(use_with theora)
-   $(use_with yp curl)
-   )
-   econf "${myeconfsrgs[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS README TODO HACKING NEWS conf/icecast.xml.dist
-   docinto html
-   dodoc doc/*.html
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   insinto /etc/icecast2
-   doins "${FILESDIR}"/icecast.xml
-   fperms 600 /etc/icecast2/icecast.xml
-
-   if use logrotate; then
-   dodir /etc/logrotate.d
-   insopts -m0644
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotate ${PN}
-   fi
-   diropts -m0764 -o icecast -g nogroup
-   dodir /var/log/icecast
-   keepdir /var/log/icecast
-   rm -r "${ED}"/usr/share/doc/icecast || die
-}
-
-pkg_postinst() {
-   touch "${ROOT}"/var/log/icecast/{access,error}.log
-   chown icecast:nogroup "${ROOT}"/var/log/icecast/{access,error}.log
-}



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

2021-07-23 Thread Conrad Kostecki
commit: d56228b984d56c5224c38e33b6fe29b998023fe7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 20:48:36 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 20:55:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56228b9

net-misc/icecast: migrate to GLEP 81

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

 net-misc/icecast/icecast-2.4.4-r1.ebuild | 91 
 1 file changed, 91 insertions(+)

diff --git a/net-misc/icecast/icecast-2.4.4-r1.ebuild 
b/net-misc/icecast/icecast-2.4.4-r1.ebuild
new file mode 100644
index 000..08a3afff7a2
--- /dev/null
+++ b/net-misc/icecast/icecast-2.4.4-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="Opensource alternative to shoutcast that supports mp3, ogg and 
aac streaming"
+HOMEPAGE="https://www.icecast.org/;
+SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 x86"
+IUSE="kate logrotate +speex +ssl +theora +yp"
+
+#Although there is a --with-ogg and --with-orbis configure option, they're
+#only useful for specifying paths, not for disabling.
+DEPEND="
+   acct-group/icecast
+   acct-user/icecast
+   dev-libs/libxml2
+   dev-libs/libxslt
+   media-libs/libogg
+   media-libs/libvorbis
+   kate? ( media-libs/libkate )
+   logrotate? ( app-admin/logrotate )
+   speex? ( media-libs/speex )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   theora? ( media-libs/libtheora )
+   yp? ( net-misc/curl )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   # bug #368539
+   "${FILESDIR}"/${PN}-2.3.3-libkate.patch
+   # bug #430434
+   "${FILESDIR}"/${PN}-2.3.3-fix-xiph_openssl.patch
+)
+
+src_prepare() {
+   default
+   mv configure.{in,ac} || die
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --sysconfdir=/etc/icecast2
+   $(use_enable kate)
+   $(use_enable yp)
+   $(use_with speex)
+   $(use_with ssl openssl)
+   $(use_with theora)
+   $(use_with yp curl)
+   )
+   econf "${myeconfsrgs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS README TODO HACKING NEWS conf/icecast.xml.dist
+   docinto html
+   dodoc doc/*.html
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   insinto /etc/icecast2
+   doins "${FILESDIR}"/icecast.xml
+   fperms 600 /etc/icecast2/icecast.xml
+
+   if use logrotate; then
+   dodir /etc/logrotate.d
+   insopts -m0644
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotate ${PN}
+   fi
+   diropts -m0764 -o icecast -g icecast
+   dodir /var/log/icecast
+   keepdir /var/log/icecast
+   rm -r "${ED}"/usr/share/doc/icecast || die
+}
+
+pkg_postinst() {
+   touch "${ROOT}"/var/log/icecast/{access,error}.log
+   chown icecast:icecast "${ROOT}"/var/log/icecast/{access,error}.log
+}



[gentoo-commits] repo/gentoo:master commit in: acct-user/icecast/

2021-07-23 Thread Conrad Kostecki
commit: ff65ecd6455de329a4724941fd0a21227c3741d6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 20:45:22 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 20:55:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff65ecd6

acct-user/icecast: add user (131) icecast

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

 acct-user/icecast/icecast-0.ebuild | 13 +
 acct-user/icecast/metadata.xml |  8 
 2 files changed, 21 insertions(+)

diff --git a/acct-user/icecast/icecast-0.ebuild 
b/acct-user/icecast/icecast-0.ebuild
new file mode 100644
index 000..50f822213b0
--- /dev/null
+++ b/acct-user/icecast/icecast-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for net-misc/icecast"
+
+ACCT_USER_GROUPS=( "icecast" )
+ACCT_USER_ID="131"
+
+acct-user_add_deps

diff --git a/acct-user/icecast/metadata.xml b/acct-user/icecast/metadata.xml
new file mode 100644
index 000..95aa13f6c5e
--- /dev/null
+++ b/acct-user/icecast/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: sci-geosciences/gnome-maps/

2021-07-23 Thread Matt Turner
commit: 494e2fe65071b1a2f45e2f64877515faedd73e38
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 23 20:53:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 23 20:54:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494e2fe6

sci-geosciences/gnome-maps: Version bump to 40.3

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

 sci-geosciences/gnome-maps/Manifest   |  1 +
 sci-geosciences/gnome-maps/gnome-maps-40.3.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index f149050a888..5ef59b7fbb5 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-maps-40.1.tar.xz 3543432 BLAKE2B 
adfffdcf6e3730414ebdf1da0727ee3c20d02b7e1c57f13070d5a08d9895d24f91ad452efac1465e881912f93fe4417cb255ff62324920ae73d482183d50cdbc
 SHA512 
319d819737f6b370cd5344d4483e06781e362930610dbc4745641a208e71f753bf894693009690a6fe04bceac75ab5aa7788ae2511425cd0bd2b9229a5d0111c
 DIST gnome-maps-40.2.tar.xz 3542008 BLAKE2B 
65f23bf61e2e3c24afa80b74400dd929510c91ec463aa7e36759b1ddc60814538e21d883df37b98b5d4da851705e5f8e78e9d54a8b50a9cfd490a3e965f34b87
 SHA512 
6214ebeb8f5dc5fb28e0aab659a2b9f56d6b0c7b9248cd3482a268a6694ca04c75d91686a7029ec96904efcfca91a028d66d17b6311efa7e95b76379c68f6a0e
+DIST gnome-maps-40.3.tar.xz 3542308 BLAKE2B 
cc1430a9b66ee638fb64d0bf907a8472833137cbedd19f264bf2933618af493fc4a1ece0fd9fa2edb70ab50e24a434b4775d8c81eb830958014559e2a454e0b6
 SHA512 
2372a3e12eb17ec9f33521fecf7f74d1edb217dd8ff6f7565485ccd8d55ff535f7eff475284a402acb9da6781b389186bcd5e4df919340374be3b244f4100077

diff --git a/sci-geosciences/gnome-maps/gnome-maps-40.3.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-40.3.ebuild
new file mode 100644
index 000..5ec15782805
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-40.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="A map application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+# Pure introspection dependencies found by grepping imports.gi in ${S}
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   x11-libs/pango[introspection]
+   >=dev-libs/gjs-1.66.0
+   >=dev-libs/gobject-introspection-0.10.1:=
+   >=x11-libs/gtk+-3.22:3[introspection]
+   >=app-misc/geoclue-0.12.99:2.0[introspection]
+   >=gui-libs/libhandy-0.84:1=
+   >=dev-libs/libgee-0.16:0.8[introspection]
+   >=dev-libs/folks-0.10:=
+   >=sci-geosciences/geocode-glib-3.15.2[introspection]
+   >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
+   dev-libs/libxml2:2
+   >=net-libs/rest-0.7.90:0.7[introspection]
+
+   app-crypt/libsecret[introspection]
+   dev-libs/libgweather[introspection]
+   media-libs/clutter-gtk:1.0[introspection]
+   media-libs/clutter:1.0[introspection]
+   net-libs/gnome-online-accounts[introspection]
+   net-libs/libgfbgraph[introspection]
+   net-libs/libsoup:2.4[introspection]
+   net-libs/webkit-gtk:4[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postinst() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2021-07-23 Thread Marek Szuba
commit: a38ce5b33f14aae06cf4c86bf1a8c5c7a830c236
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jul 23 20:53:50 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jul 23 20:53:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38ce5b3

media-sound/pulseeffects: drop 5.0.4

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

 media-sound/pulseeffects/Manifest  |  1 -
 media-sound/pulseeffects/pulseeffects-5.0.4.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 2224b3da7e3..ce776eacd72 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,2 +1 @@
 DIST pulseeffects-4.8.5.tar.gz 2028531 BLAKE2B 
0ba68c90d4eb25e3b22c4f39f989bef428c970f0dcfa0b301c500928f835d76c31cd1d7692d1a853b3121d4e8fbee8102c1f538b06cb15933509719a6da5d8a0
 SHA512 
b72f4d5356af1308d997f01ac2efc5eefb569e9a1253f0a19918aec5f9c2d386ab5c293a5aa6a28e8d15200289f32d34c8f3d524bc50874c750afdee61bc0820
-DIST pulseeffects-5.0.4.tar.gz 2070799 BLAKE2B 
f059926672b690cce71ac2a26a8cb2e3e1b97e99b462418494516de54e33906d52a40ccf807d50fb133500270ae6468d1a4ab9c12b4bf2b15348752a7622c8d4
 SHA512 
db40291351e6da79d87d372b06734e0129df7640da90ccf3cb3564f58130c9d8d35cbb854d53878773c37811649f17141e2a40b2ba670fdaf1b2e12138f694a6

diff --git a/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild 
b/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild
deleted file mode 100644
index 749f06d01a6..000
--- a/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson
-
-DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
-HOMEPAGE="https://github.com/wwmm/easyeffects;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/wwmm/easyeffects;
-else
-   SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bs2b calf rubberband"
-
-#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
-RDEPEND="!media-sound/easyeffects
-   >=dev-libs/boost-1.41:=
-   >=dev-cpp/glibmm-2.56.0:2
-   >=dev-cpp/gtkmm-3.24:3.0
-   >=dev-libs/glib-2.56:2
-   >=dev-libs/libsigc++-2.10:2
-   >=x11-libs/gtk+-3.18:3
-   >=media-libs/lilv-0.24.2-r1
-   >=media-libs/lsp-plugins-1.1.24[lv2]
-   >=media-libs/gstreamer-1.12.0:1.0
-   >=media-libs/gst-plugins-good-1.12.0:1.0
-   >=media-libs/gst-plugins-bad-1.12.0:1.0
-   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
-   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
-   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
-   calf? ( >=media-plugins/calf-0.90.0[lv2] )
-   rubberband? ( media-libs/rubberband )
-   >=media-libs/zita-convolver-3.0.0
-   media-libs/libebur128
-   >=media-video/pipewire-0.3.24[gstreamer]
-   sys-apps/dbus"
-# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
-# and sys-devel/gettext depends reasoning
-DEPEND="
-   ${RDEPEND}
-   dev-libs/appstream-glib
-   sys-devel/gettext
-"
-BDEPEND="
-   >=sys-devel/gcc-7.3.0
-   dev-util/itstool
-   media-libs/libsamplerate
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   gnome2_gconf_install
-   gnome2_schemas_update
-   xdg_icon_cache_update
-   if [[ "${PV}" !=  ]]; then
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt "5.0.0"; then
-   if ver_test ${REPLACED_BY_VERSION} -ge "5.0.0"; 
then
-   elog "PulseEffects has switched to 
pipewire as it's audio backend"
-   elog "See 
https://wiki.gentoo.org/wiki/Pipewire for how to use the new backend"
-   fi
-   fi
-   done
-   fi
-}
-
-pkg_postrm() {
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/

2021-07-23 Thread Matt Turner
commit: 232d1e5396bd8c7fc7492295cef9ef30f870
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul 23 20:44:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 23 20:45:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232d1e53

games-puzzle/gnome-sudoku: Version bump to 40.2

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

 games-puzzle/gnome-sudoku/Manifest |  1 +
 games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/Manifest 
b/games-puzzle/gnome-sudoku/Manifest
index 5b81f7505ef..667231ff642 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1 +1,2 @@
 DIST gnome-sudoku-40.1.tar.xz 358076 BLAKE2B 
03a53827956a40a7ce54eef3dfa2d27c455d716cdd7f395c8c1e6b0e1f4e07cccad766b9a5cb23de81ef384b56296dfb117867672ade87fa5efffca740add1ef
 SHA512 
29f97a0f9c7b990cffe66fe99c909822c1050c3c01c703e7967f9aa214824f153b6fba619e2c084dfa66aa66a3d3fd034659a8f0995ae69a9d2a85435e0e38d6
+DIST gnome-sudoku-40.2.tar.xz 358260 BLAKE2B 
cf48bedee61ee808820a6e7ac3a368f215d6f0370edc83f06d62a3a28c79fb6c024411f9acace3db547a246f721e47c8c8c4ef63c7b07517c587f2b3b1de114b
 SHA512 
5baaba3bba714eb90c9d1597f83c310c9ef59693d5372b3871afd34b2f1c48a3257cb61f220d3cdf624cb29ad80015e0f5ec88485020b7e351540c69374131fa

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild
new file mode 100644
index 000..b284e4ecdf6
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-40.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   dev-libs/libgee:0.8=[introspection]
+   >=x11-libs/gtk+-3.24.0:3[introspection]
+   dev-libs/json-glib
+   >=dev-libs/qqwing-1.3.4
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2021-07-23 Thread Conrad Kostecki
commit: 6c4f427ab246a5cf8d2d562a0fb069a5720e02cf
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 20:32:36 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 20:37:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4f427a

www-servers/h2o: migrate to GLEP 81

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

 .../h2o/{h2o-.ebuild => h2o-2.2.6-r1.ebuild}   | 40 +++---
 www-servers/h2o/h2o-.ebuild| 37 ++--
 2 files changed, 39 insertions(+), 38 deletions(-)

diff --git a/www-servers/h2o/h2o-.ebuild 
b/www-servers/h2o/h2o-2.2.6-r1.ebuild
similarity index 76%
copy from www-servers/h2o/h2o-.ebuild
copy to www-servers/h2o/h2o-2.2.6-r1.ebuild
index 24da7a20118..3c0c14adba6 100644
--- a/www-servers/h2o/h2o-.ebuild
+++ b/www-servers/h2o/h2o-2.2.6-r1.ebuild
@@ -1,28 +1,33 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
+
 CMAKE_MAKEFILE_GENERATOR="emake"
 SSL_DEPS_SKIP=1
 USE_RUBY="ruby24 ruby25 ruby26"
 
-inherit cmake-utils git-r3 ruby-single ssl-cert systemd toolchain-funcs user
+inherit cmake ruby-single ssl-cert systemd toolchain-funcs
 
 DESCRIPTION="H2O - the optimized HTTP/1, HTTP/2 server"
 HOMEPAGE="https://h2o.examp1e.net/;
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="amd64 x86"
 IUSE="libh2o +mruby"
 
-RDEPEND="dev-lang/perl
+RDEPEND="
+   acct-group/h2o
+   acct-user/h2o
+   dev-lang/perl
sys-libs/zlib
libh2o? ( dev-libs/libuv )
dev-libs/openssl:0=
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
libh2o? ( virtual/pkgconfig )
mruby? (
${RUBY_DEPS}
@@ -32,19 +37,14 @@ DEPEND="${RDEPEND}
)
sys-devel/bison
virtual/pkgconfig
-   )"
-RDEPEND+="
-   !sci-libs/libh2o"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.3-mruby.patch )
+   )
+"
+RDEPEND+="!sci-libs/libh2o"
 
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
+PATCHES=( "${FILESDIR}"/${PN}-2.2-mruby.patch )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
local ruby="ruby"
if use mruby; then
@@ -75,11 +75,11 @@ src_configure() {
-DWITHOUT_LIBS=$(usex !libh2o)
-DBUILD_SHARED_LIBS=$(usex libh2o)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
keepdir /var/www/localhost/htdocs
 
@@ -98,8 +98,8 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [[ ! -f "${EROOT}"etc/ssl/${PN}/server.key ]]; then
+   if [[ ! -f "${EROOT}"/etc/ssl/${PN}/server.key ]]; then
install_cert /etc/ssl/${PN}/server
-   chown ${PN}:${PN} "${EROOT}"etc/ssl/${PN}/server.*
+   chown ${PN}:${PN} "${EROOT}"/etc/ssl/${PN}/server.*
fi
 }

diff --git a/www-servers/h2o/h2o-.ebuild b/www-servers/h2o/h2o-.ebuild
index 24da7a20118..d1f780ab5f1 100644
--- a/www-servers/h2o/h2o-.ebuild
+++ b/www-servers/h2o/h2o-.ebuild
@@ -1,28 +1,34 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
+
 CMAKE_MAKEFILE_GENERATOR="emake"
 SSL_DEPS_SKIP=1
 USE_RUBY="ruby24 ruby25 ruby26"
 
-inherit cmake-utils git-r3 ruby-single ssl-cert systemd toolchain-funcs user
+inherit cmake git-r3 ruby-single ssl-cert systemd toolchain-funcs
+
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
 
 DESCRIPTION="H2O - the optimized HTTP/1, HTTP/2 server"
 HOMEPAGE="https://h2o.examp1e.net/;
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
 IUSE="libh2o +mruby"
 
-RDEPEND="dev-lang/perl
+RDEPEND="
+   acct-group/h2o
+   acct-user/h2o
+   dev-lang/perl
sys-libs/zlib
libh2o? ( dev-libs/libuv )
dev-libs/openssl:0=
 "
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
libh2o? ( virtual/pkgconfig )
mruby? (
${RUBY_DEPS}
@@ -32,19 +38,14 @@ DEPEND="${RDEPEND}
)
sys-devel/bison
virtual/pkgconfig
-   )"
-RDEPEND+="
-   !sci-libs/libh2o"
+   )
+"
+RDEPEND+="!sci-libs/libh2o"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.3-mruby.patch )
 
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
 
local ruby="ruby"
if use mruby; then
@@ -75,11 +76,11 @@ src_configure() {
-DWITHOUT_LIBS=$(usex !libh2o)

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

2021-07-23 Thread Conrad Kostecki
commit: c409b27799e4d50b493c5b57f68f30b04cadcbad
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 20:33:29 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 20:37:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c409b277

www-servers/h2o: drop old version

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

 www-servers/h2o/h2o-2.2.6.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild
deleted file mode 100644
index 41caa3e517e..000
--- a/www-servers/h2o/h2o-2.2.6.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-CMAKE_MAKEFILE_GENERATOR="emake"
-SSL_DEPS_SKIP=1
-USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit cmake-utils ruby-single ssl-cert systemd toolchain-funcs user
-
-DESCRIPTION="H2O - the optimized HTTP/1, HTTP/2 server"
-HOMEPAGE="https://h2o.examp1e.net/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="libh2o +mruby"
-
-RDEPEND="dev-lang/perl
-   sys-libs/zlib
-   libh2o? ( dev-libs/libuv )
-   dev-libs/openssl:0=
-   "
-DEPEND="${RDEPEND}
-   libh2o? ( virtual/pkgconfig )
-   mruby? (
-   ${RUBY_DEPS}
-   || (
-   dev-libs/onigmo
-   dev-libs/oniguruma
-   )
-   sys-devel/bison
-   virtual/pkgconfig
-   )"
-RDEPEND+="
-   !sci-libs/libh2o"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2-mruby.patch
-)
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   local ruby="ruby"
-   if use mruby; then
-   for ruby in ${RUBY_TARGETS_PREFERENCE}; do
-   if has_version dev-lang/ruby:${ruby:4:1}.${ruby:5}; then
-   break
-   fi
-   ruby=
-   done
-   [[ -z ${ruby} ]] && die "no suitable ruby version found"
-   fi
-
-   sed -i \
-   -e "/INSTALL/s:\(/doc/${PN}\) :\1/html :" \
-   -e "/INSTALL/s:\(/doc\)/${PN}:\1/${PF}:" \
-   -e "s: ruby: ${ruby}:" \
-   CMakeLists.txt
-
-   sed -i "s:pkg-config:$(tc-getPKG_CONFIG):g" deps/mruby/lib/mruby/gem.rb
-   tc-export CC
-   export LD="$(tc-getCC)"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc/${PN}
-   -DWITH_MRUBY=$(usex mruby)
-   -DWITHOUT_LIBS=$(usex !libh2o)
-   -DBUILD_SHARED_LIBS=$(usex libh2o)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   keepdir /var/www/localhost/htdocs
-
-   insinto /etc/${PN}
-   doins "${FILESDIR}"/${PN}.conf
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotate ${PN}
-
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-   fperms 0750 /var/log/${PN}
-}
-
-pkg_postinst() {
-   if [[ ! -f "${EROOT}"etc/ssl/${PN}/server.key ]]; then
-   install_cert /etc/ssl/${PN}/server
-   chown ${PN}:${PN} "${EROOT}"etc/ssl/${PN}/server.*
-   fi
-}



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

2021-07-23 Thread Conrad Kostecki
commit: 85bb5b6621031a67c2ac4783e81385f46a9c1e94
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 20:26:29 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 20:37:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bb5b66

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

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

 acct-user/h2o/h2o-0.ebuild | 13 +
 acct-user/h2o/metadata.xml |  8 
 2 files changed, 21 insertions(+)

diff --git a/acct-user/h2o/h2o-0.ebuild b/acct-user/h2o/h2o-0.ebuild
new file mode 100644
index 000..356f1e56ec2
--- /dev/null
+++ b/acct-user/h2o/h2o-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for www-servers/h2o"
+
+ACCT_USER_GROUPS=( "h2o" )
+ACCT_USER_ID="141"
+
+acct-user_add_deps

diff --git a/acct-user/h2o/metadata.xml b/acct-user/h2o/metadata.xml
new file mode 100644
index 000..7ffc4339bc5
--- /dev/null
+++ b/acct-user/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: sys-libs/glibc/

2021-07-23 Thread Andreas K. Hüttel
commit: 7dfddd056de5f23bc29591d212f4051ed9d0634e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul 23 20:31:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul 23 20:31:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfddd05

sys-libs/glibc: Revbump 2.33 patchset 5, systemd useflag

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

 sys-libs/glibc/Manifest|  2 ++
 .../{glibc-.ebuild => glibc-2.33-r4.ebuild}| 34 --
 sys-libs/glibc/glibc-.ebuild   | 16 --
 3 files changed, 33 insertions(+), 19 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index e40b5761242..409375a4d1b 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -15,6 +15,8 @@ DIST glibc-2.32-patches-8.tar.xz 65532 BLAKE2B 
00c572cff396e52313d0324f7bc28192a
 DIST glibc-2.32.tar.xz 16744512 BLAKE2B 
a56b4afbb35315c5cd6dca0f62e44455dceae3e6e88a8453621f9a5394a60ddf10ca9309b2db0911830c7fd77e3faa5d94694eb94d5b2c05fc5285cef52255da
 SHA512 
8460c155b7003e04f18dabece4ed9ad77445fa2288a7dc08e80a8fc4c418828af29e0649951bd71a54ea2ad2d4da7570aafd9bdfe4a37e9951b772b442afe50b
 DIST glibc-2.33-patches-3.tar.xz 37076 BLAKE2B 
718ab706df85c966145958fb6137b5499c1989ff27a62c22beaabd530d641e4937e6d6ab0cf00052b649dc99c3acc319997640eef95669235dab864f5e0afc9f
 SHA512 
6d460976610a1c3bd3dabee9250008b5b3024ba486d598f85bc81cbd0b88188d125714b93a8b253f9b59b292e998f35118562e2a3ca90c418ff14fa53af2a7c3
 DIST glibc-2.33-patches-4.tar.xz 60124 BLAKE2B 
a7a99f39c16df241745772c31b10946dc44c51e6c09f8a447b905e7dd6ba529aee08f66a581431453c6665485ac1848861559aa3f0aaba8c2061c1f1eb77d9be
 SHA512 
05c33dc465a98097f836783bb5037dfa14b3a2c0c140014f642ea72954222ae919fe2db9573ee70ca9c1881b3b59dd4b815a8f39f331494fa12951c9012797ef
+DIST glibc-2.33-patches-5.tar.xz 63032 BLAKE2B 
e7f5952b2d84dc264e960d8bd3d9af4ca43089ca269735168933e80a0a74d7be1cadc90935b429cfdf5f0052d3ce3482a8f073b15378e7f9c05034535d9eae4d
 SHA512 
00c2f8f104e7899b76398a6a39f054cd109a71f5fcc4020304b7d7e15ae0c53df1c3acbafd56898427b3849452f9fb9e5064ff584d6c86c4d18c8a9201c89d29
 DIST glibc-2.33.tar.xz 17031280 BLAKE2B 
703d12121c1e2c5d9e0c6ba5341f5fb5c4d9111611a83f2360029b5de9c6e5a5611249d1833684a58ed4afdf49cae614365d87ec8721ba0e5d218f593b1f229d
 SHA512 
4cb5777b68b22b746cc51669e0e9282b43c83f6944e42656e6db7195ebb68f2f9260f130fdeb4e3cfc64efae4f58d96c43d388f52be1eb024ca448084684abdb
+DIST glibc-systemd-20210724.tar.gz 1475 BLAKE2B 
065bb4f364162ed168f9e777178ff2559f85db43c3585a45e63fda00dde34071674522cc2133d446c703737a36b1ba3148823ed53de8a4bc22b130a711a41dd0
 SHA512 
42ede5ef4b872e50cf3b02a3d305fd25675172a4e4461a8072cace688c4935c77267106a53164420e9181437501bc241dd3413806fd1f65eb87ee5ca877455ed
 DIST locale-gen-2.00.tar.gz 7738 BLAKE2B 
cde6de5ba3400aea24d0d5f1b79471f89f09fb747c8e371e38316c7ada92f967e0865f573f23cb353d82419c234724143c0aeca9eb70eb945dfc581cc7491eb1
 SHA512 
b609fddb9ec5e567c008841fef3390eddb5d6e7699a8271b3b8c0ade1b44b0ac2e5d1daa8b9acabf3432e3b88110b538a96f209b1ad0f9e988b7efce66606dff
 DIST locale-gen-2.10.tar.gz 7747 BLAKE2B 
49f569c5ae5260fca128503bc6f22d6f6f1cda817920c41fdadadf1527bbb4f3eb161f79fa729830666a4673e9092f99f4685ec8fcac8ddea0b8242bca9c1f4f
 SHA512 
e350e60d458d67638e3090711fca05af6fafac06c51b97648244549f8a0621dab7543f09dc7ad4c62392f13bdae8e5875dc6d0b6c3d83efc29d116bc2eef92db

diff --git a/sys-libs/glibc/glibc-.ebuild 
b/sys-libs/glibc/glibc-2.33-r4.ebuild
similarity index 98%
copy from sys-libs/glibc/glibc-.ebuild
copy to sys-libs/glibc/glibc-2.33-r4.ebuild
index 5e67473853c..a9e53d7039d 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r4.ebuild
@@ -17,14 +17,13 @@ SLOT="2.2"
 EMULTILIB_PKG="true"
 
 # Gentoo patchset (ignored for live ebuilds)
-PATCH_VER=16
-PATCH_DEV=slyfox
+PATCH_VER=5
+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"
-   KEYWORDS=""
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi
@@ -35,10 +34,13 @@ GCC_BOOTSTRAP_VER=20201208
 
 LOCALE_GEN_VER=2.10
 
+GLIBC_SYSTEMD_VER=20210724
+
 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
 )"
+SRC_URI+=" systemd? ( 
https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/snapshot/glibc-systemd-${GLIBC_SYSTEMD_VER}.tar.gz
 )"
 
-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"
+IUSE="audit 

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

2021-07-23 Thread Bernard Cafarelli
commit: b4c77d1b7e88067ddc766d2748fce5d79a8f1ead
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jul 23 20:29:34 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jul 23 20:29:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c77d1b

www-apps/element: initial import

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

 www-apps/element/Manifest  |  1 +
 www-apps/element/element-1.7.33.ebuild | 35 ++
 www-apps/element/metadata.xml  |  8 
 3 files changed, 44 insertions(+)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
new file mode 100644
index 000..1055413cda0
--- /dev/null
+++ b/www-apps/element/Manifest
@@ -0,0 +1 @@
+DIST element-v1.7.33.tar.gz 15425526 BLAKE2B 
0cb13c5aa94a16e532f9ff4a8558b08c01afe1d5c8c4070bc9c26684571a316b2ce1265cd763ee4fe6c54b255313d489adc41e8dfc18f619ae3c2016b593087f
 SHA512 
8b23d2e63cd69ec51cd053826d73f72be50a9662f2adcb7d8b86b0d2b32175038e77c3d00c2e37b39147565fc9fc1cb9c61be1f7a59d1f23e3c4d6316512912d

diff --git a/www-apps/element/element-1.7.33.ebuild 
b/www-apps/element/element-1.7.33.ebuild
new file mode 100644
index 000..0d6f2e6d2cb
--- /dev/null
+++ b/www-apps/element/element-1.7.33.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+DESCRIPTION="A glossy Matrix collaboration client for the web"
+HOMEPAGE="https://element.io/;
+SRC_URI="https://github.com/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+need_httpd
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/home
+   dodir "${MY_HTDOCSDIR}"/sites
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/home
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites
+   #webapp_configfile "${MY_HTDOCSDIR}"/config.json
+
+   webapp_src_install
+}

diff --git a/www-apps/element/metadata.xml b/www-apps/element/metadata.xml
new file mode 100644
index 000..7d273a80ff6
--- /dev/null
+++ b/www-apps/element/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
+



  1   2   3   >