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

2021-06-12 Thread Matt Turner
commit: 37115e2ad68c81fc819e0e569c3efd68da0ad71d
Author: Marco Scardovi  scardovi  com>
AuthorDate: Fri Jun  4 19:40:03 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun 13 05:56:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37115e2a

sys-fs/genfstab: Add new package

Closes: https://github.com/gentoo/gentoo/pull/21123
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Matt Turner  gentoo.org>

 sys-fs/genfstab/Manifest   |  1 +
 sys-fs/genfstab/genfstab-24.ebuild | 15 +++
 sys-fs/genfstab/metadata.xml   | 15 +++
 3 files changed, 31 insertions(+)

diff --git a/sys-fs/genfstab/Manifest b/sys-fs/genfstab/Manifest
new file mode 100644
index 000..bc932e1f113
--- /dev/null
+++ b/sys-fs/genfstab/Manifest
@@ -0,0 +1 @@
+DIST genfstab-24.tar.gz 14281 BLAKE2B 
93987794ba12e08daefd20ef596e915a70a11a9e641470b6f93873b738b4c4bb22f808513c63e7675cade43b992f308d26f3a2db0b211e99518a3d3702d6b897
 SHA512 
8c4d40e98b7a35abcd5fb2bf496722aa65819e4124a37385090fa70b55118ea3590ecb4e16f117bf93118a36bf402c4616ba0cb1837869b11db54a827332c661

diff --git a/sys-fs/genfstab/genfstab-24.ebuild 
b/sys-fs/genfstab/genfstab-24.ebuild
new file mode 100644
index 000..7773f1880dc
--- /dev/null
+++ b/sys-fs/genfstab/genfstab-24.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file"
+HOMEPAGE="https://github.com/scardracs/genfstab 
https://man.archlinux.org/man/genfstab.8;
+SRC_URI="https://github.com/scardracs/genfstab/releases/download/${PV}/${P}.tar.gz;
+S="${WORKDIR}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="app-text/asciidoc"

diff --git a/sys-fs/genfstab/metadata.xml b/sys-fs/genfstab/metadata.xml
new file mode 100644
index 000..a45016676e4
--- /dev/null
+++ b/sys-fs/genfstab/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   matts...@gentoo.org
+   Matt Turner
+   
+   
+   scardracs/genfstab
+   
+



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

2021-06-12 Thread Sam James
commit: 9fa1831607ae3ffc54f731dfadddb544f9098f67
Author: Alexander Barker  1stleg  com>
AuthorDate: Sat Jun 12 19:02:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 04:08:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa18316

app-misc/piper: needs dev-python/pygobject built with USE=cairo

Closes: https://bugs.gentoo.org/792732
Signed-off-by: Alex Barker  1stleg.com>
Closes: https://github.com/gentoo/gentoo/pull/21212
Signed-off-by: Sam James  gentoo.org>

 app-misc/piper/{piper-0.5.1.ebuild => piper-0.5.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/piper/piper-0.5.1.ebuild 
b/app-misc/piper/piper-0.5.1-r1.ebuild
similarity index 88%
rename from app-misc/piper/piper-0.5.1.ebuild
rename to app-misc/piper/piper-0.5.1-r1.ebuild
index 52f2296ede2..594522ebf5c 100644
--- a/app-misc/piper/piper-0.5.1.ebuild
+++ b/app-misc/piper/piper-0.5.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit meson python-single-r1 udev
 
@@ -30,7 +30,7 @@ RDEPEND="
$(python_gen_cond_dep '
dev-python/lxml[${PYTHON_MULTI_USEDEP}]
dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
dev-python/python-evdev[${PYTHON_MULTI_USEDEP}]
')
 "



[gentoo-commits] repo/gentoo:master commit in: net-print/cups/

2021-06-12 Thread Sam James
commit: 4cce0e3591741656ed19ac7b8fee056b26235028
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cce0e35

net-print/cups: Stabilize 2.3.3_p2 ppc64, #791436

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

 net-print/cups/cups-2.3.3_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups/cups-2.3.3_p2.ebuild 
b/net-print/cups/cups-2.3.3_p2.ebuild
index f0415242e5a..8bea992c5af 100644
--- a/net-print/cups/cups-2.3.3_p2.ebuild
+++ b/net-print/cups/cups-2.3.3_p2.ebuild
@@ -19,7 +19,7 @@ else
 #  
SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz;

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
ppc64 ~s390 ~sparc ~x86"
fi
 fi
 



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

2021-06-12 Thread Sam James
commit: 54c250eedf6d8788d7354631ebf582da0fc0ccad
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:43:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:43:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c250ee

dev-libs/libxml2: Stabilize 2.9.12-r3 amd64, #794733

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

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

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
index dd58aebb221..c90d230a4b1 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-06-12 Thread Sam James
commit: 036a0052d653017737401bd3016d596f524ee1a2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036a0052

net-mail/cyrus-imapd: Stabilize 3.0.15 ppc, #795306

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

 net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild
index aa2bb2f6608..ef3f6c846e9 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.15.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD-with-attribution GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
 IUSE="afs backup calalarm caps clamav http kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sqlite ssl static-libs tcpd test xapian"



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

2021-06-12 Thread Sam James
commit: 2c6eda545f968a16ca44ddfe269a039dde462258
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6eda54

app-crypt/gpgme: Stabilize 1.15.1 ppc, #795495

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

 app-crypt/gpgme/gpgme-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.15.1.ebuild 
b/app-crypt/gpgme/gpgme-1.15.1.ebuild
index 2f9aef07a1a..757b21226d5 100644
--- a/app-crypt/gpgme/gpgme-1.15.1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.15.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp static-libs +cxx python qt5"
 
 RDEPEND=">=app-crypt/gnupg-2



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

2021-06-12 Thread Sam James
commit: 9c9e25bd805d2aa695b2cf17b601c262d5241ac3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9e25bd

dev-lang/erlang: Stabilize 23.3.4 ppc64, #795561

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

 dev-lang/erlang/erlang-23.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/erlang/erlang-23.3.4.ebuild 
b/dev-lang/erlang/erlang-23.3.4.ebuild
index 53385180117..ec8661784ed 100644
--- a/dev-lang/erlang/erlang-23.3.4.ebuild
+++ b/dev-lang/erlang/erlang-23.3.4.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2021-06-12 Thread Sam James
commit: ad8735d7f7e41dff616c217f36f0f82e8b90bc12
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:43:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8735d7

net-mail/automx2: Stabilize 2021.4 ALLARCHES, #795018

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

 net-mail/automx2/automx2-2021.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2021.4.ebuild 
b/net-mail/automx2/automx2-2021.4.ebuild
index 66b5081f4c4..a5638470334 100644
--- a/net-mail/automx2/automx2-2021.4.ebuild
+++ b/net-mail/automx2/automx2-2021.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2"



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

2021-06-12 Thread Sam James
commit: f8b3d9008be2980b82e4e4a072f2b71237f88e67
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:43:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:43:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b3d900

net-irc/unrealircd: Stabilize 5.0.8 amd64, #795303

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

 net-irc/unrealircd/unrealircd-5.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/unrealircd/unrealircd-5.0.8.ebuild 
b/net-irc/unrealircd/unrealircd-5.0.8.ebuild
index 09fa64e4d49..0e19fdab8d3 100644
--- a/net-irc/unrealircd/unrealircd-5.0.8.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux"
 IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
 
 RDEPEND="



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

2021-06-12 Thread Sam James
commit: e0a355c97af640bfe9b484a251e66cb7ecfa2280
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a355c9

media-libs/opus: Stabilize 1.3.1-r2 ppc64, #795387

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

 media-libs/opus/opus-1.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opus/opus-1.3.1-r2.ebuild 
b/media-libs/opus/opus-1.3.1-r2.ebuild
index 8b8ed39618f..edb987f7f7f 100644
--- a/media-libs/opus/opus-1.3.1-r2.ebuild
+++ b/media-libs/opus/opus-1.3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 INTRINSIC_FLAGS="cpu_flags_x86_sse cpu_flags_arm_neon"
 IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}"
 



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

2021-06-12 Thread Sam James
commit: 34a24e831f15ba317efc1861550b0067b5f035e5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a24e83

media-gfx/libimagequant: Stabilize 2.15.1 ppc64, #789321

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

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

diff --git a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild 
b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
index 0d33d9531cc..63bd7f7e98d 100644
--- a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 openmp"
 
 PATCHES=(



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

2021-06-12 Thread Sam James
commit: 88c3bf265fec5065345c3767c707f7477372e741
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c3bf26

app-crypt/gpgme: Stabilize 1.15.1 ppc64, #795495

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

 app-crypt/gpgme/gpgme-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.15.1.ebuild 
b/app-crypt/gpgme/gpgme-1.15.1.ebuild
index 9b99df979f9..2f9aef07a1a 100644
--- a/app-crypt/gpgme/gpgme-1.15.1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.15.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="1/11" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp static-libs +cxx python qt5"
 
 RDEPEND=">=app-crypt/gnupg-2



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

2021-06-12 Thread Sam James
commit: 9b5e9d22bc7780593266ae99ae46de0596dc9445
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:42:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:42:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5e9d22

net-irc/unrealircd: Stabilize 5.0.8 x86, #795303

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

 net-irc/unrealircd/unrealircd-5.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/unrealircd/unrealircd-5.0.8.ebuild 
b/net-irc/unrealircd/unrealircd-5.0.8.ebuild
index 45f4eb1fb14..09fa64e4d49 100644
--- a/net-irc/unrealircd/unrealircd-5.0.8.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ppc x86 ~amd64-linux"
 IUSE="class-nofakelag curl +operoverride operoverride-verify +prefixaq 
showlistmodes"
 
 RDEPEND="



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

2021-06-12 Thread Sam James
commit: 8ee95a99738b6684bdbc55b262d322bc8a52e1d7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:42:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:42:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee95a99

dev-libs/libxml2: Stabilize 2.9.12-r3 x86, #794733

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

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

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
index 72611b05458..dd58aebb221 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r3.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${PN}-${PV%_rc*}"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug examples icu ipv6 lzma +python readline static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-06-12 Thread Sam James
commit: b6a48b34da117f1fd08671643982dbe3fac39639
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:42:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:42:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a48b34

dev-python/timeout-decorator: Stabilize 0.5.0 x86, #790953

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

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

diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild 
b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
index 17eaf9705be..f77ef0b3beb 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
@@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 distutils_enable_tests pytest



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

2021-06-12 Thread Sam James
commit: e5c659a88551b4efbdb2e9d6fd5ad7595d64cd30
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c659a8

media-gfx/libimagequant: Stabilize 2.15.1 ppc, #789321

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

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

diff --git a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild 
b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
index 63bd7f7e98d..fc93bf2e706 100644
--- a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 openmp"
 
 PATCHES=(



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

2021-06-12 Thread Sam James
commit: 1df73fef06f85fcdb274b063929e58ce8c79ce5b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:42:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:42:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df73fef

dev-python/requests-cache: Stabilize 0.6.3 x86, #790953

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

 dev-python/requests-cache/requests-cache-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.6.3.ebuild 
b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
index cb79c8348c9..f3c4e497d2b 100644
--- a/dev-python/requests-cache/requests-cache-0.6.3.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.6.3.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/itsdangerous[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-print/cups/

2021-06-12 Thread Sam James
commit: 0cbc3216b634e019008b12c1160df3039dc6b1f4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:44:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:44:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbc3216

net-print/cups: Stabilize 2.3.3_p2 ppc, #791436

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

 net-print/cups/cups-2.3.3_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups/cups-2.3.3_p2.ebuild 
b/net-print/cups/cups-2.3.3_p2.ebuild
index 8bea992c5af..55d3a361065 100644
--- a/net-print/cups/cups-2.3.3_p2.ebuild
+++ b/net-print/cups/cups-2.3.3_p2.ebuild
@@ -19,7 +19,7 @@ else
 #  
SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz;

SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz;
if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
ppc64 ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 
~s390 ~sparc ~x86"
fi
 fi
 



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

2021-06-12 Thread Sam James
commit: 178541805a67c61aeef9746e411362fb219ce794
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:42:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:42:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17854180

dev-python/url-normalize: Stabilize 1.4.3 x86, #790953

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

 dev-python/url-normalize/url-normalize-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/url-normalize/url-normalize-1.4.3.ebuild 
b/dev-python/url-normalize/url-normalize-1.4.3.ebuild
index e85c5c5e95f..5c25c5942d5 100644
--- a/dev-python/url-normalize/url-normalize-1.4.3.ebuild
+++ b/dev-python/url-normalize/url-normalize-1.4.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/proj/guru:dev commit in: kde-apps/alligator/

2021-06-12 Thread Anna Vyalkova
commit: 5f73e3267ac358630430cbf8c1e4ce6e5b7c9bc3
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:18:06 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f73e326

kde-apps/alligator: add 21.06, drop 0.1

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

 kde-apps/alligator/Manifest | 2 +-
 kde-apps/alligator/{alligator-0.1.ebuild => alligator-21.06.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/alligator/Manifest b/kde-apps/alligator/Manifest
index 90bb2c41f..0c4847de6 100644
--- a/kde-apps/alligator/Manifest
+++ b/kde-apps/alligator/Manifest
@@ -1,2 +1,2 @@
-DIST alligator-0.1.tar.xz 159632 BLAKE2B 
5c8af922b6862e59548a94de13ccade643b72284295347aa7f7ab9b9ae6a6b19bed3fff2924a8829550ae22b61f76194d9cbe1e742581749114d28098eca6a3a
 SHA512 
668363e1ec09dee7102ef1b3dffaa30b5a391b84ce3bf85dccb242976bda91c26cead9d16932cd92c6132bcb044d7e40186733e361168dc280efa5905dab8c5b
 DIST alligator-21.05.tar.xz 170288 BLAKE2B 
947e05a122b083c860ee35802602f5994b98716ad506ba175b29b00149b8f4c4c8d50a9ed7a5c2537f932de393b4a713470abf17cb94724d4638e1dc72b6304b
 SHA512 
b0825f067d52a4903d924cf224597acd17bf64d496e0ca5ceebc80a1707a4f6d8620eb2b727f021a12f3ff838782d14362f6a72758c7154e2bbffadc2f71
+DIST alligator-21.06.tar.xz 175080 BLAKE2B 
b7cfcf483601588f65b47ca38ef068301a50ac218037f617d59133cc3a4e415f379e7207e9bef0ad960d17d90f0f378de01f3f1a7445175d06badbb7573ec12c
 SHA512 
d81a8f242294cb897f6167aa339ad2ac15fdca5322bd138c0fedd333153833ca090d6a0d2ab048ccd0e6aebde813f6238df6636bee0db20b37cabcb66aec

diff --git a/kde-apps/alligator/alligator-0.1.ebuild 
b/kde-apps/alligator/alligator-21.06.ebuild
similarity index 92%
rename from kde-apps/alligator/alligator-0.1.ebuild
rename to kde-apps/alligator/alligator-21.06.ebuild
index 107c1f0a4..0a77e6f14 100644
--- a/kde-apps/alligator/alligator-0.1.ebuild
+++ b/kde-apps/alligator/alligator-21.06.ebuild
@@ -10,12 +10,11 @@ inherit ecm
 
 DESCRIPTION="A convergent RSS/Atom feed reader for Plasma"
 HOMEPAGE="https://apps.kde.org/alligator/;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/

2021-06-12 Thread Anna Vyalkova
commit: fb4326d89e48d949c46a93480be746795c8344a4
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:51:13 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb4326d8

media-gfx/azpainter: add 3.0.1, drop old

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

 media-gfx/azpainter/Manifest   |  3 +-
 media-gfx/azpainter/azpainter-2.1.7.ebuild | 43 --
 ...painter-3.0.0.ebuild => azpainter-3.0.1.ebuild} |  7 ++--
 media-gfx/azpainter/metadata.xml   |  9 +++--
 4 files changed, 11 insertions(+), 51 deletions(-)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index ec3e16aa9..f92cc5171 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,2 +1 @@
-DIST azpainter-2.1.7.tar.xz 758960 BLAKE2B 
a70371777d8f5a8a976032fb13fe21343d852442c3ca1eaa8d4ebdb0aeec25bf9d532a2d03c58c55df629b4a299b2d40100ba83909476d4e0a15b05ea27a5527
 SHA512 
7edcfe1e3a1f87b6cd3006da288d9a11c3667f49da73d9fa7665f4e2edb90282b30ec356b5f1eda3559b3c51c1f99e585f4b60d6039ba3c8c28da50022f9c798
-DIST azpainter-3.0.0.tar.xz 884588 BLAKE2B 
fd5e17c94d6b578ba40107aacf0f35cb6378ae93f984184cda317d2229daf9fc32ae2cdbec8732cfab34f31d51eb74677876fb732b7b4959ea11502f693666e9
 SHA512 
5e47ae67ff920190cb007da35b2750874e6ea7a78df969424d54033e9f66b4c77b804ebbae1f2717370d161ac387d93c859bf2b87e1b2fc70dec2cb6c535386c
+DIST azpainter-v3.0.1.tar.gz 1235950 BLAKE2B 
acad0b8b21152e7304b19319df2f4cc1b2fd76d053f79d3704fba573702ce498a48974e8a1a539b34572a3de561c88116c83c6d0c1ae48d51763e5722c639d36
 SHA512 
8464c2514d492ff0042b9788d4132fe0cb202133c31f83da412b3bfe0dea75d5aaadf319b87f81991308a127460044ff358ae555a24d9583a0c29a3367940b35

diff --git a/media-gfx/azpainter/azpainter-2.1.7.ebuild 
b/media-gfx/azpainter/azpainter-2.1.7.ebuild
deleted file mode 100644
index 0a46c057a..0
--- a/media-gfx/azpainter/azpainter-2.1.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs xdg
-
-DESCRIPTION="Full color painting software for Linux for illustration drawing"
-HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html;
-SRC_URI="http://azsky2.html.xdomain.jp/arc/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   x11-libs/libX11:=
-   x11-libs/libXext:=
-   x11-libs/libXi:=
-   media-libs/freetype:=
-   media-libs/fontconfig:=
-   sys-libs/zlib:=
-   media-libs/libpng:=
-   media-libs/libjpeg-turbo:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html )
-
-src_configure() {
-   sh ./configure --prefix=/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" 
LDFLAGS="${LDFLAGS}" || die "./configure failed"
-}
-
-src_compile() {
-   tc-export AR
-   default
-}
-
-src_install() {
-   default
-   rm -r "${D}/usr/share/doc/${PN}" || die
-}

diff --git a/media-gfx/azpainter/azpainter-3.0.0.ebuild 
b/media-gfx/azpainter/azpainter-3.0.1.ebuild
similarity index 81%
rename from media-gfx/azpainter/azpainter-3.0.0.ebuild
rename to media-gfx/azpainter/azpainter-3.0.1.ebuild
index 16bc4ac05..33f77ce98 100644
--- a/media-gfx/azpainter/azpainter-3.0.0.ebuild
+++ b/media-gfx/azpainter/azpainter-3.0.1.ebuild
@@ -6,13 +6,14 @@ EAPI=7
 inherit toolchain-funcs xdg
 
 DESCRIPTION="Full color painting software for Linux for illustration drawing"
-HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html;
-SRC_URI="http://azsky2.html.xdomain.jp/arc/${P}.tar.xz;
+HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html
+https://gitlab.com/azelpg/azpainter;
+SRC_URI="https://gitlab.com/azelpg/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-3"
 SLOT="0/3"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
x11-libs/libX11:=

diff --git a/media-gfx/azpainter/metadata.xml b/media-gfx/azpainter/metadata.xml
index a4f0deef9..fa2500ce0 100644
--- a/media-gfx/azpainter/metadata.xml
+++ b/media-gfx/azpainter/metadata.xml
@@ -11,8 +11,11 @@
Since the color is handled with 16 bit color (15 bit fixed 
point number) internally, the accuracy of color rises, but the memory is 
consumed correspondingly.


-   イラスト描画向けのLinux用フルカラーペイントソフトです。
-   ドット編集には向いていません。
-   内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
+   イラスト描画向けのLinux用フルカラーペイントソフトです。
+   ドット編集には向いていません。
+   内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。

+   
+   azelpg/azpainter
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: kde-apps/kclock/

2021-06-12 Thread Anna Vyalkova
commit: 0bf5d753d51355c83fd46010aefeea9f00e1e903
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:17:54 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bf5d753

kde-apps/kclock: add 21.06, drop 0.4.0

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

 kde-apps/kclock/Manifest   |  2 +-
 .../{kclock-0.4.0.ebuild => kclock-21.06.ebuild}   | 24 --
 2 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/kde-apps/kclock/Manifest b/kde-apps/kclock/Manifest
index de9b17d93..bdabc04ee 100644
--- a/kde-apps/kclock/Manifest
+++ b/kde-apps/kclock/Manifest
@@ -1,2 +1,2 @@
-DIST kclock-0.4.0.tar.xz 746848 BLAKE2B 
2505b763106a8f881225403c26594db8d308a9dff0d1178d39fa6607e5fde098caffb941095338e1e331caa76e25337c8b44990bb51aec9d3d1057cd69ef2843
 SHA512 
f8b74f4754b82ece980f7fb263519b4d372f29fab24a7444c59c9701cd75ccdd38e0c31516501675bc6c935351fb6c8b9c6c450faeaf5338539facb6e177da6b
 DIST kclock-21.05.tar.xz 1493000 BLAKE2B 
9d994cc97028bd2a5f7142c067cb1e42f784456ac0815945d781a1addcac3fce00dccfc22cef2df63e3247a62778f10c34e0ba80f7aa5504e2c2e3ae72880bc8
 SHA512 
92a46f95c77edc1bfd51799ed778f2baa79fdb5e249370762f95d17b844e43aec4d280a43196090b0498c46b8a0b9ec6c5216b8399da7d913461098978eafe85
+DIST kclock-21.06.tar.xz 695692 BLAKE2B 
bdb94b947c3c302c4d690f60e9d875e0d043d63ffde16e1fd80110dcdc2e8c10a3cbcda4c6e128d6e58d8f86629b91060e0fe1a3833140514517dc662fcdcd5e
 SHA512 
225175a2850f9e04a1025a67b180cdd813e9ee0bfade05313ec77d33a5e8c62f88e05b880f52bacd417c4b08e390e44855518ae1e6e66d5e4ba9cbc175efa411

diff --git a/kde-apps/kclock/kclock-0.4.0.ebuild 
b/kde-apps/kclock/kclock-21.06.ebuild
similarity index 68%
rename from kde-apps/kclock/kclock-0.4.0.ebuild
rename to kde-apps/kclock/kclock-21.06.ebuild
index d188d5765..6d4283916 100644
--- a/kde-apps/kclock/kclock-0.4.0.ebuild
+++ b/kde-apps/kclock/kclock-21.06.ebuild
@@ -3,23 +3,21 @@
 
 EAPI=7
 
-KFMIN=5.60.0
-QTMIN=5.12.0
+KFMIN=5.79.0
+QTMIN=5.15.0
 inherit ecm
 
-MY_PV=$(ver_cut 1-2)
 DESCRIPTION="A convergent clock application for Plasma"
 HOMEPAGE="https://apps.kde.org/kclock/;
-SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/${P}.tar.xz"
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ GPL-3+ LGPL-2.1+"
 SLOT="5"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-BDEPEND="virtual/pkgconfig"
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
@@ -29,15 +27,9 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
-   kde-frameworks/kirigami-addons:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
 "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed \
-   -e "/Version=.*/d" \
-   -i org.kde.kclock.desktop || die
-   ecm_src_prepare
-}
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-addons-0.1:5
+"



[gentoo-commits] repo/proj/guru:dev commit in: kde-apps/krecorder/

2021-06-12 Thread Anna Vyalkova
commit: 2ddf405ab3c64e0ded664e14c2bdf1dfc5f8e143
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:21:56 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ddf405a

kde-apps/krecorder: add 21.06

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

 kde-apps/krecorder/Manifest   |  1 +
 kde-apps/krecorder/krecorder-21.06.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/kde-apps/krecorder/Manifest b/kde-apps/krecorder/Manifest
index b341779dd..c85d471c0 100644
--- a/kde-apps/krecorder/Manifest
+++ b/kde-apps/krecorder/Manifest
@@ -1 +1,2 @@
 DIST krecorder-21.05.tar.xz 134004 BLAKE2B 
55f0be8a6c88e8c0abd367d4aca3a728136d226da3edf948ee4373bb04537ef348a771bfb2feb0ba4885f614740a57ef6f84904dc02342137f59f0d3cceb9de0
 SHA512 
3814f4bd79efdaeb00fd9d736106418c76c34cc1fc1dcbbb95e0a16d5a288d9304c17eb2705e04e104e9212279792a2bfee2cdb527acc816a0b38f4e2fd0a03e
+DIST krecorder-21.06.tar.xz 135012 BLAKE2B 
32cd12655b364c5a2e28be26f63c428a02bc2e2bd7d93383e109e340efc0360bc57bb2f0b9f0092bbc9addbe68d1d36fd49ffc2bf5fd581d982fbacba66eb5ff
 SHA512 
c7de1277c0b93ed73f8cfaa25d1ef7d0ed2d2bc769c24a47d26dbf775c954ae93daaad1162f71b51c858097a3f2a22100b421f6c0708c05ffb57ba45321fea3d

diff --git a/kde-apps/krecorder/krecorder-21.06.ebuild 
b/kde-apps/krecorder/krecorder-21.06.ebuild
new file mode 100644
index 0..d54e733bd
--- /dev/null
+++ b/kde-apps/krecorder/krecorder-21.06.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.82
+QTMIN=5.15.0
+inherit ecm
+
+DESCRIPTION="A convergent audio recording application for Plasma"
+HOMEPAGE="https://apps.kde.org/krecorder/;
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: net-irc/catgirl/

2021-06-12 Thread Anna Vyalkova
commit: 15e90597568e3cd29c06dcc62cce0365492ef586
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:41:58 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15e90597

net-irc/catgirl: add 1.8

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

 net-irc/catgirl/Manifest   |  1 +
 net-irc/catgirl/catgirl-1.8.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/net-irc/catgirl/Manifest b/net-irc/catgirl/Manifest
index 2e9b57b1e..5736763d6 100644
--- a/net-irc/catgirl/Manifest
+++ b/net-irc/catgirl/Manifest
@@ -1 +1,2 @@
 DIST catgirl-1.7.tar.gz 60329 BLAKE2B 
03a1c001869cf268eb88f3ff7a0f9e218e0235b94b80426df74f4d0f020cd97ffdd8840a7e37c805aaad487c6b3d444d160b0b0b5e459a8e23f728cb10a1e7e1
 SHA512 
b79971d36ee1b3a3e03a6387443efea8b479fc9fe3ac0506f243f9ee81458eba68d6fd21a68d0846d7d9fffa998adc041ef3671f20cdf220ff19e7b9140c7b45
+DIST catgirl-1.8.tar.gz 60915 BLAKE2B 
e985cad73482eae607e022263e8a07efa76eebd0a6e7b58887423df057a76b45ff6df7d9f3d873af19d4ea7774f4a13c6bf687628ea50fdc2e3359ae406a484b
 SHA512 
c0aebd53d4e94e8f1a54690a8ceaf3f3318f805b7ff474bfce20f7f234e37e2f82fc8b6e8088996f0c88738c9059582b6a2670de9b5c5fcf359da867ad8de6e8

diff --git a/net-irc/catgirl/catgirl-1.8.ebuild 
b/net-irc/catgirl/catgirl-1.8.ebuild
new file mode 100644
index 0..bde645b07
--- /dev/null
+++ b/net-irc/catgirl/catgirl-1.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="TLS-only terminal IRC client"
+HOMEPAGE="https://git.causal.agency/catgirl/about/;
+SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/libretls
+   sys-libs/ncurses
+"
+BDEPEND="virtual/pkgconfig"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.7 scripts/chat.tmux.conf )
+
+src_configure() {
+   ./configure \
+   --prefix="${EPREFIX}"/usr \
+   --mandir="${EPREFIX}"/usr/share/man || die
+}
+
+src_compile() {
+   tc-export CC
+   emake all
+}



[gentoo-commits] repo/proj/guru:dev commit in: kde-apps/tokodon/

2021-06-12 Thread Anna Vyalkova
commit: 9c6e946aea448af494764c4e18fa5b6b9fb65fe2
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sat Jun 12 13:42:12 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c6e946a

kde-apps/tokodon: initial import

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

 kde-apps/tokodon/Manifest |  1 +
 kde-apps/tokodon/metadata.xml | 12 +++
 kde-apps/tokodon/tokodon-21.06.ebuild | 39 +++
 3 files changed, 52 insertions(+)

diff --git a/kde-apps/tokodon/Manifest b/kde-apps/tokodon/Manifest
new file mode 100644
index 0..39a9bcf5c
--- /dev/null
+++ b/kde-apps/tokodon/Manifest
@@ -0,0 +1 @@
+DIST tokodon-21.06.tar.xz 48096 BLAKE2B 
3ab52e592d4952e9bbdd7aca7b16813a0c5a0fb90694852db5b7254878cbe5325f5803882642f6363fa04ae9be19e1ada9eda8048a0eca5bbbe31c05f6de
 SHA512 
2fe80bba0694db70a3d423abf17154c60b02553a791402fdcfa79fa63b06a47ad57f758777d1e75f07e9fc57b77a6a5c84c54e9b4bf42c8349dac6cf9fbc8e1c

diff --git a/kde-apps/tokodon/metadata.xml b/kde-apps/tokodon/metadata.xml
new file mode 100644
index 0..872d687ac
--- /dev/null
+++ b/kde-apps/tokodon/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   KDE/tokodon
+   
https://invent.kde.org/network/tokodon/-/issues
+   
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+

diff --git a/kde-apps/tokodon/tokodon-21.06.ebuild 
b/kde-apps/tokodon/tokodon-21.06.ebuild
new file mode 100644
index 0..aee819283
--- /dev/null
+++ b/kde-apps/tokodon/tokodon-21.06.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.0
+inherit ecm
+
+DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"
+HOMEPAGE="https://invent.kde.org/network/tokodon;
+SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/qtkeychain
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebsockets-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+"
+
+src_prepare() {
+   sed "s/SocialMedia//" -i org.kde.tokodon.desktop || die
+   ecm_src_prepare
+}



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

2021-06-12 Thread Anna Vyalkova
commit: 0ba1670be14d69a6113be2f571e17ff1c91e9d0b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jun 11 15:09:34 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sat Jun 12 20:17:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba1670b

dev-python/geopy: fix dep

Closes: https://bugs.gentoo.org/795171
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

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

diff --git a/dev-python/geopy/geopy-2.1.0.ebuild 
b/dev-python/geopy/geopy-2.1.0.ebuild
index 673e67846..5419da488 100644
--- a/dev-python/geopy/geopy-2.1.0.ebuild
+++ b/dev-python/geopy/geopy-2.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="sci-geosciences/GeographicLib[${PYTHON_USEDEP}]"
+RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]"
 BDEPEND="
test? (
dev-python/async_generator[${PYTHON_USEDEP}]



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

2021-06-12 Thread Matt Turner
commit: 6897315ac2f3178941d23fe300d7380368239ac4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jun 12 23:53:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun 13 00:16:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6897315a

app-misc/tracker-miners: Version bump to 3.1.2

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

 app-misc/tracker-miners/Manifest   |   1 +
 .../tracker-miners/tracker-miners-3.1.2.ebuild | 170 +
 2 files changed, 171 insertions(+)

diff --git a/app-misc/tracker-miners/Manifest b/app-misc/tracker-miners/Manifest
index db6e4a0f7ce..68bdcb25bb8 100644
--- a/app-misc/tracker-miners/Manifest
+++ b/app-misc/tracker-miners/Manifest
@@ -1,2 +1,3 @@
 DIST tracker-miners-2.3.5.tar.xz 3128428 BLAKE2B 
a45c642fb03433a6cf12d0904a82498aa6645f97ac70b1cfe04cc3b739b33b5d3fe307cd96f45a5a4af8927f029b4eade60195d2f72c1a684aa26ee723025d8a
 SHA512 
13da1106bc1bc8a550093c4d1bf4336a205f636e0487dc9d42cee9ce2666eca73ead479fd04f03ccf15acb4e3b27a1c898860f63bdfa69ca74b02aa041731fa9
 DIST tracker-miners-3.1.1.tar.xz 4066784 BLAKE2B 
60ae0141b295f08f9fce92b2697adcabfa1c7dcadd32759a5283771e6c98aed03a2f9a2afc8c60138a3c3590d96b59fbeb844dfbd34acb89d83dd40d1476858c
 SHA512 
d7935fd02e0971a377106c65005b6ed4fdcc2c147f698d3cb36fea8e78019050e8b8ae5a407dea9809196c0186b8969c923767445249a85ad8b81a10e07c242f
+DIST tracker-miners-3.1.2.tar.xz 4068980 BLAKE2B 
ae396ab4bbfd9043c0514f815fa5968da8c6103cd6d734b2a270b450ac6ab0905f080859fd44b94c1e7b08e681f67275066e8ea49b8d14a544163c837a499ba9
 SHA512 
c5f65d0928512156bad3cc90f51374052afdd5ca70e6c151ca76a2ab971515ba10b967653cc9b1c94ae979f83b1ebfb6355f1d5a452982a89d403aaf7df70d8b

diff --git a/app-misc/tracker-miners/tracker-miners-3.1.2.ebuild 
b/app-misc/tracker-miners/tracker-miners-3.1.2.ebuild
new file mode 100644
index 000..452c580cc45
--- /dev/null
+++ b/app-misc/tracker-miners/tracker-miners-3.1.2.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg
+
+DESCRIPTION="Collection of data extractors for Tracker/Nepomuk"
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3"
+IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg networkmanager +pdf 
+playlist raw +rss seccomp test +tiff upower +xml xmp xps"
+
+REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead); so choose ICU over enca always here for the time being 
(ICU is preferred)
+RDEPEND="
+   >=dev-libs/glib-2.62:2
+   >=app-misc/tracker-3.0:3=
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-plugins/gst-plugins-meta:1.0 )
+   !gstreamer? (
+   ffmpeg? ( media-video/ffmpeg:0= ) )
+
+   >=sys-apps/dbus-1.3.1
+   xmp? ( >=media-libs/exempi-2.1.0:= )
+   raw? ( media-libs/gexiv2 )
+   >=dev-libs/icu-4.8.1.2:=
+   cue? ( media-libs/libcue:= )
+   exif? ( >=media-libs/libexif-0.6 )
+   gsf? ( >=gnome-extra/libgsf-1.14.24:= )
+   xps? ( app-text/libgxps )
+   iptc? ( media-libs/libiptcdata )
+   jpeg? ( virtual/jpeg:0 )
+   iso? ( >=sys-libs/libosinfo-0.2.10 )
+   >=media-libs/libpng-1.2:0=
+   seccomp? ( >=sys-libs/libseccomp-2.0 )
+   tiff? ( media-libs/tiff:0 )
+   xml? ( >=dev-libs/libxml2-2.6 )
+   pdf? ( >=app-text/poppler-0.16.0[cairo] )
+   playlist? ( >=dev-libs/totem-pl-parser-3:= )
+   upower? ( >=sys-power/upower-0.9.0 )
+   sys-libs/zlib:0
+   gif? ( media-libs/giflib:= )
+
+   networkmanager? ( net-misc/networkmanager:= )
+
+   rss? ( >=net-libs/libgrss-0.7:0 )
+   app-arch/gzip
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/asciidoc
+   dev-libs/libxslt
+   dev-util/glib-utils
+   dev-util/gdbus-codegen
+
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/tappy[${PYTHON_USEDEP}]')
+   gstreamer? (
+   media-libs/gstreamer:1.0[introspection]
+   || (
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-openh264:1.0
+   )
+   )
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.1-Fix-asciidoc-manpage.xsl-location.patch
+)
+
+python_check_deps() {
+   has_version -b "dev-python/tappy[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+

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

2021-06-12 Thread Matt Turner
commit: 64e65ba5273e1100aaac1123bb0942bcc4259f5d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jun 12 23:52:44 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun 13 00:16:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e65ba5

app-misc/tracker: Version bump to 3.1.2

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

 app-misc/tracker/Manifest |   1 +
 app-misc/tracker/tracker-3.1.2.ebuild | 110 ++
 2 files changed, 111 insertions(+)

diff --git a/app-misc/tracker/Manifest b/app-misc/tracker/Manifest
index 74b61b20fe5..e369e4c663f 100644
--- a/app-misc/tracker/Manifest
+++ b/app-misc/tracker/Manifest
@@ -1,2 +1,3 @@
 DIST tracker-2.3.5.tar.xz 1604004 BLAKE2B 
ad79682cb703056fd927649021a5f37fddb2e978ecc710d020c23ef5dd076f88c7e0c2cd9d4385343e9d6c2c2ac7473af7508d86793c505e2361a8021bf27d50
 SHA512 
74cd3b2671b811f3267a516e6f6047594fffa7c8a4a23fa5be4f7d71f581c417a88f12f614757418a848077a9231c0c876617d4486f3bb5b103382b871913d34
 DIST tracker-3.1.1.tar.xz 1434784 BLAKE2B 
fa73420736e82bc7a43ef9dd9dce9096e50a22aca3f83737a0c77802460fc307630403bb836a799ff2d03a838cd1e71fbb4a17a54fa0a7c823e122800530e050
 SHA512 
87e6cc6dbfb34cc17bef42defefc51fc9d9586bffebf7a282a89ec3b294e911c504ea862bb05e5a269e438a83fbeb8938670eb32fa11d0d09ba805e0b02e6dcd
+DIST tracker-3.1.2.tar.xz 1429356 BLAKE2B 
2401ee4d73aef29a40ff9c9f917fdf4709884bc26b7e8c5ae52b0e009bfd1934a122a78adea2fe6950480f4ccacb89d11388b4553bd4c0c68f5738118d34d3a1
 SHA512 
3c5feb658d7d3e35bcc61ef216e59b069df661d6f13de6f26e71da35bd0ca78878099d1ae507da82860d955954f971ab68d5a3b86a3132781c3f03a12dec1f0c

diff --git a/app-misc/tracker/tracker-3.1.2.ebuild 
b/app-misc/tracker/tracker-3.1.2.ebuild
new file mode 100644
index 000..3071ccc4456
--- /dev/null
+++ b/app-misc/tracker/tracker-3.1.2.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+VALA_MIN_API_VERSION="0.40"
+
+inherit bash-completion-r1 gnome.org gnome2-utils linux-info meson 
python-any-r1 systemd vala xdg
+
+DESCRIPTION="A tagging metadata database, search tool and indexer"
+HOMEPAGE="https://wiki.gnome.org/Projects/Tracker;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3/0" # libtracker-sparql-3.0 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +miners stemmer test"
+RESTRICT="!test? ( test )"
+
+PV_SERIES=$(ver_cut 1-2)
+
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=sys-apps/dbus-1.3.2
+   >=dev-libs/gobject-introspection-1.54:=
+   >=dev-libs/icu-4.8.1.2:=
+   >=dev-libs/json-glib-1.4
+   >=net-libs/libsoup-2.40.1:2.4
+   >=dev-libs/libxml2-2.7
+   >=dev-db/sqlite-3.29.0
+   stemmer? ( dev-libs/snowball-stemmer )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   app-text/asciidoc
+   dev-libs/libxslt
+   $(vala_depend)
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.8
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.5
+   )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? (
+   $(python_gen_any_dep 'dev-python/tappy[${PYTHON_USEDEP}]')
+   )
+   ${PYTHON_DEPS}
+"
+PDEPEND="miners? ( >=app-misc/tracker-miners-${PV_SERIES} )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.1-Fix-asciidoc-manpage.xsl-location.patch
+)
+
+function inotify_enabled() {
+   if linux_config_exists; then
+   if ! linux_chkconfig_present INOTIFY_USER; then
+   ewarn "You should enable the INOTIFY support in your 
kernel."
+   ewarn "Check the 'Inotify support for userland' under 
the 'File systems'"
+   ewarn "option. It is marked as CONFIG_INOTIFY_USER in 
the config"
+   die 'missing CONFIG_INOTIFY'
+   fi
+   else
+   einfo "Could not check for INOTIFY support in your kernel."
+   fi
+}
+
+python_check_deps() {
+   use test || return 0
+   has_version -b "dev-python/tappy[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   linux-info_pkg_setup
+   inotify_enabled
+
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dman=true
+   $(meson_feature stemmer)
+   -Dunicode_support=icu
+   -Dbash_completion_dir="$(get_bashcompdir)"
+   -Dsystemd_user_services_dir="$(systemd_get_userunitdir)"
+   )
+   meson_src_configure
+}
+
+src_test() {
+   dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/, net-im/telegram-desktop/files/

2021-06-12 Thread Georgy Yakovlev
commit: 9211d19aab7f33d7fff393be4c4e9e1286cb3550
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Sat Jun 12 16:45:32 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 22:48:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9211d19a

net-im/telegram-desktop: Require USE=gtk for USE=webkit

No sense in leaving out the "gtk" in "webkit-gtk", even though the
current build error can be patched around.

Also synced the patch with the pull request, which is a simple rename,
no revbump necessary.

Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../tdesktop-2.7.3-disable-webkit-separately.patch | 72 --
 .../tdesktop-2.7.4-disable-webkit-separately.patch | 72 ++
 .../telegram-desktop-2.7.4-r1.ebuild   |  5 +-
 3 files changed, 75 insertions(+), 74 deletions(-)

diff --git 
a/net-im/telegram-desktop/files/tdesktop-2.7.3-disable-webkit-separately.patch 
b/net-im/telegram-desktop/files/tdesktop-2.7.3-disable-webkit-separately.patch
deleted file mode 100644
index 8e56d10f0de..000
--- 
a/net-im/telegram-desktop/files/tdesktop-2.7.3-disable-webkit-separately.patch
+++ /dev/null
@@ -1,72 +0,0 @@
 tdesktop-2.7.3-full.orig/Telegram/lib_webview/CMakeLists.txt
-+++ tdesktop-2.7.3-full/Telegram/lib_webview/CMakeLists.txt
-@@ -116,7 +116,7 @@ if (WIN32)
- desktop-app::lib_webview_winrt
- )
- elseif (LINUX)
--if (NOT DESKTOP_APP_DISABLE_GTK_INTEGRATION)
-+if (NOT DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION)
- find_package(PkgConfig REQUIRED)
- 
- if (DESKTOP_APP_USE_PACKAGED AND NOT DESKTOP_APP_USE_PACKAGED_LAZY)
 
tdesktop-2.7.3-full.orig/Telegram/lib_webview/webview/platform/linux/webview_linux.cpp
-+++ 
tdesktop-2.7.3-full/Telegram/lib_webview/webview/platform/linux/webview_linux.cpp
-@@ -11,14 +11,14 @@
- namespace Webview {
- 
- Available Availability() {
--#ifndef DESKTOP_APP_DISABLE_GTK_INTEGRATION
-+#ifndef DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
-   return WebKit2Gtk::Availability();
--#else // !DESKTOP_APP_DISABLE_GTK_INTEGRATION
-+#else // !DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
-   return Available{
-   .error = Available::Error::NoGtkOrWebkit2Gtk,
-   .details = "This feature was disabled at build time.",
-   };
--#endif // DESKTOP_APP_DISABLE_GTK_INTEGRATION
-+#endif // DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
- }
- 
- bool SupportsEmbedAfterCreate() {
-@@ -26,11 +26,11 @@ bool SupportsEmbedAfterCreate() {
- }
- 
- std::unique_ptr CreateInstance(Config config) {
--#ifndef DESKTOP_APP_DISABLE_GTK_INTEGRATION
-+#ifndef DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
-   return WebKit2Gtk::CreateInstance(std::move(config));
--#else // !DESKTOP_APP_DISABLE_GTK_INTEGRATION
-+#else // !DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
-   return nullptr;
--#endif // DESKTOP_APP_DISABLE_GTK_INTEGRATION
-+#endif // DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
- }
- 
- } // namespace Webview
 tdesktop-2.7.3-full.orig/cmake/options.cmake
-+++ tdesktop-2.7.3-full/cmake/options.cmake
-@@ -49,6 +49,13 @@ if (DESKTOP_APP_DISABLE_GTK_INTEGRATION)
- )
- endif()
- 
-+if (DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION)
-+target_compile_definitions(common_options
-+INTERFACE
-+DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION
-+)
-+endif()
-+
- if (DESKTOP_APP_USE_PACKAGED)
- target_compile_definitions(common_options
- INTERFACE
 tdesktop-2.7.3-full.orig/cmake/variables.cmake
-+++ tdesktop-2.7.3-full/cmake/variables.cmake
-@@ -32,6 +32,7 @@ option(DESKTOP_APP_DISABLE_DBUS_INTEGRAT
- option(DESKTOP_APP_DISABLE_X11_INTEGRATION "Disable all code for X11 
integration (Linux only)." OFF)
- option(DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION "Disable all code for Wayland 
integration (Linux only)." OFF)
- option(DESKTOP_APP_DISABLE_GTK_INTEGRATION "Disable all code for GTK 
integration (Linux only)." OFF)
-+option(DESKTOP_APP_DISABLE_WEBKIT_INTEGRATION "Disable all code for WebkitGTK 
integration (Linux only)." OFF)
- option(DESKTOP_APP_USE_GLIBC_WRAPS "Use wraps for new GLIBC features." OFF)
- option(DESKTOP_APP_USE_PACKAGED "Find libraries using CMake instead of exact 
paths." ${no_special_target})
- option(DESKTOP_APP_USE_PACKAGED_LAZY "Bundle recommended Qt plugins for 
self-contained packages. (Linux only)" OFF)

diff --git 
a/net-im/telegram-desktop/files/tdesktop-2.7.4-disable-webkit-separately.patch 
b/net-im/telegram-desktop/files/tdesktop-2.7.4-disable-webkit-separately.patch
new file mode 100644
index 000..e54aca2ffa0
--- /dev/null
+++ 
b/net-im/telegram-desktop/files/tdesktop-2.7.4-disable-webkit-separately.patch
@@ -0,0 +1,72 @@
+--- tdesktop-2.7.4-full.orig/Telegram/lib_webview/CMakeLists.txt
 tdesktop-2.7.4-full/Telegram/lib_webview/CMakeLists.txt
+@@ -116,7 +116,7 @@
+ desktop-app::lib_webview_winrt
+ )
+ elseif (LINUX)
+-if (NOT 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/files/

2021-06-12 Thread Georgy Yakovlev
commit: afb53f971e30a3205aa6135ff113984982380e43
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Sat Jun 12 22:06:13 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 22:48:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb53f97

net-im/telegram-desktop: Fix USE=webkit on GCC 11

No runtime effect, no revbump.

Closes: https://bugs.gentoo.org/795567
Thanks-to: reckor  gmail.com 
Signed-off-by: Esteve Varela Colominas  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21216
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../files/tdesktop-2.7.4-webview-fix-gcc11.patch   | 10 ++
 1 file changed, 10 insertions(+)

diff --git 
a/net-im/telegram-desktop/files/tdesktop-2.7.4-webview-fix-gcc11.patch 
b/net-im/telegram-desktop/files/tdesktop-2.7.4-webview-fix-gcc11.patch
index 3fa782814ba..7f4b3f2601f 100644
--- a/net-im/telegram-desktop/files/tdesktop-2.7.4-webview-fix-gcc11.patch
+++ b/net-im/telegram-desktop/files/tdesktop-2.7.4-webview-fix-gcc11.patch
@@ -1,3 +1,13 @@
+--- 
tdesktop-2.7.4-full.orig/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit_gtk.cpp
 
tdesktop-2.7.4-full/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit_gtk.cpp
+@@ -6,6 +6,7 @@
+ //
+ #include "webview/platform/linux/webview_linux_webkit_gtk.h"
+ 
++#include "base/optional.h"
+ #include "base/platform/linux/base_linux_gtk_integration.h"
+ #include "base/platform/linux/base_linux_gtk_integration_p.h"
+ 
 --- tdesktop-2.7.4-full.orig/Telegram/lib_webview/webview/webview_embed.cpp
 +++ tdesktop-2.7.4-full/Telegram/lib_webview/webview/webview_embed.cpp
 @@ -14,7 +14,6 @@



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

2021-06-12 Thread Andreas K. Hüttel
commit: e0cfd1ce14fb424e7f8d44a5d2765ac131e86e43
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 22:43:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 22:45:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cfd1ce

dev-perl/Frontier-RPC: Add missing dependency

Closes: https://bugs.gentoo.org/794019
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...ontier-RPC-0.07_beta4-r3.ebuild => Frontier-RPC-0.07_beta4-r4.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild 
b/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild
similarity index 96%
rename from dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild
rename to dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild
index 0fbb9b65745..b6ac54cb255 100644
--- a/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r3.ebuild
+++ b/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r4.ebuild
@@ -15,6 +15,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
+   dev-perl/HTTP-Daemon
dev-perl/XML-Parser
dev-perl/libwww-perl
 "



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/, app-crypt/gnupg/files/

2021-06-12 Thread Lars Wendler
commit: 16b8804428d68538b75e21a597ab687830787097
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 22:35:44 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 22:37:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b88044

app-crypt/gnupg: Fixed build with USE="-ldap"

Removed "scd-shared-access" USE flag as this finally went into a release

Closes: https://bugs.gentoo.org/795669
Signed-off-by: Lars Wendler  gentoo.org>

 .../gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch| 36 ++
 app-crypt/gnupg/gnupg-2.2.28.ebuild| 13 ++--
 2 files changed, 39 insertions(+), 10 deletions(-)

diff --git a/app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch 
b/app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch
new file mode 100644
index 000..86e83de8ec3
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-2.2.28-dirmngr_ldap.patch
@@ -0,0 +1,36 @@
+From c8b2162c0e7eb42b74811b7ed225fa0f56be4083 Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Fri, 11 Jun 2021 10:30:02 +0900
+Subject: [PATCH] dirmngir: Fix build with --disable-ldap.
+
+* dirmngr/dirmngr.c (parse_rereadable_options) [USE_LDAP]:
+Conditionalize.
+
+--
+
+Reported-by: Phil Pennock
+Signed-off-by: NIIBE Yutaka 
+---
+ dirmngr/dirmngr.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
+index 04fe9e238..6a818cabc 100644
+--- a/dirmngr/dirmngr.c
 b/dirmngr/dirmngr.c
+@@ -736,6 +736,7 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread)
+ case oRecursiveResolver: enable_recursive_resolver (1); break;
+ 
+ case oLDAPServer:
++#if USE_LDAP
+   {
+ ldap_server_t server;
+ char *p;
+@@ -757,6 +758,7 @@ parse_rereadable_options (ARGPARSE_ARGS *pargs, int reread)
+ opt.ldapservers = server;
+   }
+   }
++#endif
+   break;
+ 
+ case oKeyServer:

diff --git a/app-crypt/gnupg/gnupg-2.2.28.ebuild 
b/app-crypt/gnupg/gnupg-2.2.28.ebuild
index f03938727e3..0f4396fc399 100644
--- a/app-crypt/gnupg/gnupg-2.2.28.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.28.ebuild
@@ -9,13 +9,12 @@ MY_P="${P/_/-}"
 
 DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
 HOMEPAGE="https://gnupg.org/;
-SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2
-   scd-shared-access? ( 
https://raw.githubusercontent.com/GPGTools/MacGPG2/5ca182f54b7b6cd635d1c0a4713953834489fdd9/patches/gnupg/scdaemon_shared-access.patch
 -> ${PN}-2.2.16-scdaemon_shared-access.patch )"
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 doc ldap nls readline scd-shared-access selinux +smartcard ssl 
tofu tools usb user-socket wks-server"
+IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
user-socket wks-server"
 
 # Existence of executables is checked during configuration.
 DEPEND=">=dev-libs/libassuan-2.5.0
@@ -51,18 +50,12 @@ DOCS=(
 
 PATCHES=(

"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
+   "${FILESDIR}/${P}-dirmngr_ldap.patch" #795669
 )
 
 src_prepare() {
default
 
-   # Made optional because it's a non-official patch
-   if use scd-shared-access ; then
-   # Patch taken from
-   # https://github.com/GPGTools/MacGPG2/tree/dev/patches/gnupg
-   eapply "${DISTDIR}/${PN}-2.2.16-scdaemon_shared-access.patch"
-   fi
-
# Inject SSH_AUTH_SOCK into user's sessions after enabling 
gpg-agent-ssh.socket in systemctl --user mode,
# idea borrowed from libdbus, see
#   
https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/bus/systemd-user/dbus.socket.in#L6



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

2021-06-12 Thread Andreas K. Hüttel
commit: 42eee0728e69dbfae4b9ed4fb88dfe83473228c1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 22:31:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 22:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42eee072

dev-perl/Type-Tiny: Version bump 1.012003

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

 dev-perl/Type-Tiny/Manifest|  1 +
 dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/Type-Tiny/Manifest b/dev-perl/Type-Tiny/Manifest
index 0cee41b7b8c..4f4933699f6 100644
--- a/dev-perl/Type-Tiny/Manifest
+++ b/dev-perl/Type-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Type-Tiny-1.002001.tar.gz 264950 BLAKE2B 
2e5e1303834c6fb3b95855533c219a5a448e711b307532851e24fb9850fd60505ae8bf7a17d5d6630d065004f3bd8e11e7b58f9abad11048058ceb324375779d
 SHA512 
e499c4f113e5a327294012daac9f0cd60a42a6c40b9d0c9c523a229f574a7dd0f672f209d0596d25edcbc39b79cd2ea65791b6a5146345e75fdd1d84ee1cd161
+DIST Type-Tiny-1.012003.tar.gz 464004 BLAKE2B 
2fc4f2c9e4be295742309edbc074cd23e9d1a02f7a385808a40f8e7c0885a4b29cee63947b9b008d70d1e66529185ffad56bc7ff4dcf3f617b61ea454733a491
 SHA512 
d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
new file mode 100644
index 000..34dbab8a288
--- /dev/null
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.12.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=1.012003
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+# Test rdep for Test::TypeTiny
+RDEPEND="
+   !=dev-perl/Exporter-Tiny-1.0.0
+   >=virtual/perl-Test-Simple-1.1.10
+   !minimal? (
+   >=dev-perl/Devel-LexAlias-0.50.0
+   dev-perl/Devel-StackTrace
+   >=dev-perl/Ref-Util-XS-0.100.0
+   >=dev-perl/Regexp-Util-0.3.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Type-Tie
+   >=dev-perl/Type-Tiny-XS-0.16.0
+   )
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   >=virtual/perl-CPAN-Meta-Requirements-2.0.0
+   test? (
+   dev-perl/Test-Warnings
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/

2021-06-12 Thread Andreas K. Hüttel
commit: 6b350fe3c71a7f1c1a158ea4f566c4bb078a3fa5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 22:28:38 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 22:35:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b350fe3

dev-perl/Type-Tiny-XS: Version bump 0.022

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

 dev-perl/Type-Tiny-XS/Manifest   |  1 +
 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Type-Tiny-XS/Manifest b/dev-perl/Type-Tiny-XS/Manifest
index 6ad4c3549c0..1cfc23fb23e 100644
--- a/dev-perl/Type-Tiny-XS/Manifest
+++ b/dev-perl/Type-Tiny-XS/Manifest
@@ -1 +1,2 @@
 DIST Type-Tiny-XS-0.012.tar.gz 77259 BLAKE2B 
6443598a77bcb3d630ff048d649f46659ffd8ecffb968b597d64a245d19dafaea3217c7a63c2bedba551f6d21ff1dbb02c005461dff282955838ca1c4dc75785
 SHA512 
488925d913872f1f5bf73d8b165b1e04bd8f86bda44d594819120760f79c877d4b1be9f2924712ceabaead8822710bd8851f8ff5bb79f91b07fa253ce9ef7a33
+DIST Type-Tiny-XS-0.022.tar.gz 81002 BLAKE2B 
c2d2feb551ddb4dd4cf558732692a8026923cc0da184d19b9263bb86a948dea8a7ba521598cedb00a26989ef2bf14340f975ce57bfff09997cb16d55f4bc88ab
 SHA512 
6774980289ceaa7aa8517681cb2d4638a0020b4eb584d6e281d22edcfff829131f2472a4982c1d044e8aa96baf71381bed78d02a096507c7bba3ca137e63dbbc

diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild 
b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild
new file mode 100644
index 000..43f5105c5a9
--- /dev/null
+++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.22.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.022
+inherit perl-module
+
+DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type 
constraints"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test minimal"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !minimal? ( dev-perl/Type-Tiny )
+"
+BDEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   >=virtual/perl-Test-Simple-0.920.0
+   )
+"



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

2021-06-12 Thread Lars Wendler
commit: d1ec7c03e28ef422cbf88f7070e0e8784a8bdd8d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 22:20:18 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 22:20:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ec7c03

dev-libs/ell: Dropped myself from metadata

Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/ell/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/ell/metadata.xml b/dev-libs/ell/metadata.xml
index 653c017de8b..a60a2b20807 100644
--- a/dev-libs/ell/metadata.xml
+++ b/dev-libs/ell/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-polynomia...@gentoo.org
-Lars Wendler
-  
   
 bkoh...@gentoo.org
 Ben Kohler



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

2021-06-12 Thread Zac Medico
commit: a5194528ae6801ef6e77d38621660588ac8588ca
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 12 22:16:04 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 12 22:19:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5194528

app-misc/jp: Initial import

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

 app-misc/jp/Manifest|  1 +
 app-misc/jp/jp-0.1.3.ebuild | 38 ++
 app-misc/jp/metadata.xml| 13 +
 3 files changed, 52 insertions(+)

diff --git a/app-misc/jp/Manifest b/app-misc/jp/Manifest
new file mode 100644
index 000..d2350ffe51f
--- /dev/null
+++ b/app-misc/jp/Manifest
@@ -0,0 +1 @@
+DIST jp-0.1.3.tar.gz 62719 BLAKE2B 
cb7783cc5e23c279237a12284e7be2e6af25477d89a087dc5b5717e3aece7325fd7f056310ed79dead578425177df96911df092ecf82e3e75c935db1137a0341
 SHA512 
bf7c5ad2889404145b2e5e9e3e30f7e136fc81b7026114801bdd8ea65b78609d91c20f35c4717aff1bfb9750cdf5a8d9f405177ac8716851cbf391ee8c7e1e04

diff --git a/app-misc/jp/jp-0.1.3.ebuild b/app-misc/jp/jp-0.1.3.ebuild
new file mode 100644
index 000..9370bd2d418
--- /dev/null
+++ b/app-misc/jp/jp-0.1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+
+DESCRIPTION="Command line interface to JMESPath"
+HOMEPAGE="https://github.com/jmespath/jp http://jmespath.org;
+SRC_URI="https://github.com/jmespath/jp/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RESTRICT+=" test"
+
+src_prepare() {
+   if [[ -e $S/go.mod ]]; then
+   die "found unexpected $S/go.mod"
+   fi
+   cat <<-EOF > "$S/go.mod"
+   module github.com/jmespath/jp
+   replace github.com/jmespath/jp => ./
+   EOF
+
+   sed -e 's|except Exception, e|except Exception as e|' -i 
test/jp-compliance || die
+
+   default
+}
+
+src_compile() {
+   go build -mod=readonly -o ./jp ./jp.go || die
+}
+
+src_install() {
+   dobin "./jp"
+   dodoc README.md
+}

diff --git a/app-misc/jp/metadata.xml b/app-misc/jp/metadata.xml
new file mode 100644
index 000..ef594962c7b
--- /dev/null
+++ b/app-misc/jp/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zmed...@gentoo.org
+   Zac Medico
+   
+   
+   https://github.com/jmespath/jp/issues
+   
https://github.com/jmespath/jp/commits/master
+   jmespath/jp
+   
+



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/, games-puzzle/pingus/files/

2021-06-12 Thread Ionen Wolkens
commit: 15ac2d2b844da0df0643ea3535b14da698dba0fc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Jun 12 21:58:40 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jun 12 22:04:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ac2d2b

games-puzzle/pingus: update live ebuild

Removed unnecessary patches. Using libexec is normal for support
binaries not meant to be executed directly (it'd be better if this
wrapper script wasn't needed, but left alone so live ebuild breaks
less easily)

Updated dependencies for new submodules. These are coming from pingus'
upstream splitting code into separate repos (no releases), notably
replaces sdl2-mixer by using libmodplug/openal/etc... directly.

Closes: https://bugs.gentoo.org/795585
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../pingus/files/pingus--no_libexec.patch  | 33 --
 games-puzzle/pingus/pingus-.ebuild | 53 +-
 2 files changed, 21 insertions(+), 65 deletions(-)

diff --git a/games-puzzle/pingus/files/pingus--no_libexec.patch 
b/games-puzzle/pingus/files/pingus--no_libexec.patch
deleted file mode 100644
index 45da29a4226..000
--- a/games-puzzle/pingus/files/pingus--no_libexec.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ef01ebf5401419a0e98dfe32efa9a0bc8564e26f Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Wed, 3 Apr 2019 18:35:28 +0200
-Subject: [PATCH] Don't install pingus executable into libexec
-
-This doesn't really make any sense.

- CMakeLists.txt | 9 -
- 1 file changed, 9 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f3a92be64..fa835236d 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -213,15 +213,6 @@ if(BUILD_TESTS)
- endif(BUILD_TESTS)
- 
- install(TARGETS pingus
--  RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
--
--configure_file(
--  ${CMAKE_CURRENT_SOURCE_DIR}/pingus.sh.in
--  ${CMAKE_BINARY_DIR}/pingus.sh)
--
--install(FILES
--  ${CMAKE_BINARY_DIR}/pingus.sh
--  RENAME pingus
-   PERMISSIONS OWNER_EXECUTE OWNER_READ OWNER_WRITE GROUP_READ GROUP_EXECUTE 
WORLD_READ WORLD_EXECUTE
-   DESTINATION ${CMAKE_INSTALL_BINDIR})
- 
--- 
-2.21.0
-

diff --git a/games-puzzle/pingus/pingus-.ebuild 
b/games-puzzle/pingus/pingus-.ebuild
index b0083c14fd5..86efbe6553a 100644
--- a/games-puzzle/pingus/pingus-.ebuild
+++ b/games-puzzle/pingus/pingus-.ebuild
@@ -2,41 +2,30 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake flag-o-matic xdg
 
-DESCRIPTION="free Lemmings clone"
+inherit xdg cmake git-r3
+
+DESCRIPTION="Free Lemmings clone"
 HOMEPAGE="https://pingus.gitlab.io/;
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/pingus/pingus.git;
-else
-   SRC_URI="https://github.com/Pingus/pingus/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-LICENSE="GPL-3"
+EGIT_REPO_URI="https://gitlab.com/pingus/pingus.git;
+
+LICENSE="GPL-3+"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
-   dev-libs/boost:=
-   dev-libs/jsoncpp
-   media-libs/libpng:0=
+   dev-libs/jsoncpp:=
+   dev-libs/libfmt:=
+   dev-libs/libsigc++:2
+   media-libs/libmodplug
+   media-libs/libpng:=
media-libs/libsdl2[joystick,opengl,video]
-   media-libs/sdl2-image[png]
-   media-libs/sdl2-mixer[mod]
-   virtual/opengl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.7.6-noopengl.patch
-   "${FILESDIR}"/${P}-no_libexec.patch
-)
-
-src_prepare() {
-   sed '/find_package(Boost/s@ signals@@' -i CMakeLists.txt || die
-   cmake_src_prepare
-   strip-flags
-}
+   media-libs/libvorbis
+   media-libs/openal
+   media-libs/opusfile
+   media-libs/sdl2-image[jpeg,png]
+   media-sound/mpg123
+   virtual/opengl"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/boost
+   media-libs/glm"



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

2021-06-12 Thread Marek Szuba
commit: 09d267080de1a90e8a60c1bbd789656c9fc3e274
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:43:10 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d26708

dev-python/requests-credssp: drop python3_7, add python3_10

Builds, tests (using tox) and installs fine against the latter.

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

 dev-python/requests-credssp/requests-credssp-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild 
b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
index 4b4628b832c..80e0ef853fa 100644
--- a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
+++ b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="HTTPS CredSSP authentication with the requests library"



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

2021-06-12 Thread Marek Szuba
commit: 9af90404b06a24b39dfcf6e21538ea84f1591da2
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:51:12 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af90404

dev-python/pykerberos: drop python3_7, add python3_10

Builds, installs and imports fine against the latter, unfortunately I
have yet to see the test results because the Docker-based procedure
keeps failing on preliminaries for me.

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

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

diff --git a/dev-python/pykerberos/pykerberos-1.3.1.ebuild 
b/dev-python/pykerberos/pykerberos-1.3.1.ebuild
index ab8724e9dbc..09b808a4d4c 100644
--- a/dev-python/pykerberos/pykerberos-1.3.1.ebuild
+++ b/dev-python/pykerberos/pykerberos-1.3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 MY_P=PyKerberos-${PV}



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

2021-06-12 Thread Marek Szuba
commit: ed6a67c4a189430445b5e71e0953c774547c0395
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:28:11 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6a67c4

dev-cpp/benchmark: add 1.5.5

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

 dev-cpp/benchmark/Manifest   |  1 +
 dev-cpp/benchmark/benchmark-1.5.5.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-cpp/benchmark/Manifest b/dev-cpp/benchmark/Manifest
index cf0403114df..764ba4cd0a7 100644
--- a/dev-cpp/benchmark/Manifest
+++ b/dev-cpp/benchmark/Manifest
@@ -1 +1,2 @@
 DIST benchmark-1.5.3.tar.gz 163465 BLAKE2B 
cea8929c5595be55e74e6232eb147a00c656cc5afe6f5b9d3d788de002c51c40c46012461a7c6840aff9e590ed4304f24a31249402bbbeae28ec443a433a2e53
 SHA512 
11f726686ad8b36870fc2a3542fad4c52a58df2eb580564dcfdfb154fe6ac00dbbf69c514395148d7ab11a45e40e869549cf971462c384f59cbae5fa60160e3b
+DIST benchmark-1.5.5.tar.gz 176710 BLAKE2B 
394f8b34873ccd45100e3b1f58dd7819d443733d9224ff003a9410ca30d8bacc6c7736b74dd50623144767e840dbc3cd9ff819a60de6e22a00b1edaf802f0992
 SHA512 
91a2cdf0245625c657b9bb8d76c7d616a99eaed333e42b34ceff4e996b8fa6027b1c7313a815e7b441d2f6e2e1244c139a0911d585bf0d2e767ac3cea23a67d1

diff --git a/dev-cpp/benchmark/benchmark-1.5.5.ebuild 
b/dev-cpp/benchmark/benchmark-1.5.5.ebuild
new file mode 100644
index 000..1463b00dc41
--- /dev/null
+++ b/dev-cpp/benchmark/benchmark-1.5.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A microbenchmark support library"
+HOMEPAGE="https://github.com/google/benchmark;
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc64 ~x86"
+IUSE="debug test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBENCHMARK_ENABLE_TESTING=$(usex test)
+   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
+   -DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
+   )
+
+   use debug || append-cppflags -DNDEBUG
+
+   cmake_src_configure
+}



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

2021-06-12 Thread Marek Szuba
commit: 135b269e74619041cc2dec7272794de223288c41
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:53:53 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135b269e

dev-python/pywinrm: support python3_10

Builds, tests and installs fine, both with and without USE=kerberos.

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

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

diff --git a/dev-python/pywinrm/pywinrm-0.4.2.ebuild 
b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
index b319eeabba1..663e5dac16a 100644
--- a/dev-python/pywinrm/pywinrm-0.4.2.ebuild
+++ b/dev-python/pywinrm/pywinrm-0.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-06-12 Thread Marek Szuba
commit: 0ff73c4220970f5dc29b3db0fa60524bd7046256
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:33:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff73c42

dev-python/ntlm-auth: drop python3_7, add python3_10

Builds, tests and installs fine against the latter.

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

 dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild 
b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
index 99397e4098f..087c78f8158 100644
--- a/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
+++ b/dev-python/ntlm-auth/ntlm-auth-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-06-12 Thread Marek Szuba
commit: 1dee9d395cb5010d9e024084abd63db8938683c6
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jun 12 21:42:20 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jun 12 21:55:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dee9d39

dev-python/requests-ntlm: drop python3_7, add python3_10

Builds, installs and imports fine against the latter. Has no test suite.

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

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

diff --git a/dev-python/requests-ntlm/requests-ntlm-1.1.0-r1.ebuild 
b/dev-python/requests-ntlm/requests-ntlm-1.1.0-r1.ebuild
index 0dc99202b61..0e6022f7697 100644
--- a/dev-python/requests-ntlm/requests-ntlm-1.1.0-r1.ebuild
+++ b/dev-python/requests-ntlm/requests-ntlm-1.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-06-12 Thread Andreas K. Hüttel
commit: 66f66c60726617958d20493c3a313c19b887bfd9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:36:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f66c60

dev-perl/Hash-MoreUtils: Version bump 0.06

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

 .../Hash-MoreUtils/Hash-MoreUtils-0.60.0.ebuild | 21 +
 dev-perl/Hash-MoreUtils/Manifest|  1 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.60.0.ebuild 
b/dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.60.0.ebuild
new file mode 100644
index 000..aa4a6d50773
--- /dev/null
+++ b/dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.60.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=0.06
+
+inherit perl-module
+
+DESCRIPTION="Provide the stuff missing in Hash::Util"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+   test? ( >=virtual/perl-Test-Simple-0.900.0 )
+"

diff --git a/dev-perl/Hash-MoreUtils/Manifest b/dev-perl/Hash-MoreUtils/Manifest
index 34b9282709d..9a61b5b3ae1 100644
--- a/dev-perl/Hash-MoreUtils/Manifest
+++ b/dev-perl/Hash-MoreUtils/Manifest
@@ -1 +1,2 @@
 DIST Hash-MoreUtils-0.05.tar.gz 5809 BLAKE2B 
d8b5c6aa531556d0f17b8debc2fd82ff8115e3a70cc3618e14ea1df9bf025e8474263307b1fda193d38e47241c7f5da64d1ff4671940d4518bdda95c09872ecc
 SHA512 
7e53dfda0336198b5981be772a0aeb3aa1fdbfa5885bf866032bcd168a73ceb03f92db6de92874d5812f062ab9c03e1fed27732f60a7004944da568c3cb04845
+DIST Hash-MoreUtils-0.06.tar.gz 9208 BLAKE2B 
f3138710a68ff6db682b8e2b15729b37729b10656c53cb20d7f770fb0a0824d331c934159cf7acfcd2e9bf79d60acdc117bf727eb311f33c596d686ff12bc5f7
 SHA512 
a824e6132a25f265308691c6bfa077ad78e7db079a9292c3e2d728675b6b60d9b162d2d1ca965c6295f62616bed4d9b9c177c0eacc5f4f8afbd112bc1f3aa6c9



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

2021-06-12 Thread Andreas K. Hüttel
commit: e9088a9bc2081c71550ec5bcbe93ad94d31b8e98
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:37:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9088a9b

dev-perl/Hash-MultiValue: EAPI=7 bump

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

 ...alue-0.160.0.ebuild => Hash-MultiValue-0.160.0-r1.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild 
b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0-r1.ebuild
similarity index 70%
rename from dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild
rename to dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0-r1.ebuild
index 4b3e2adc069..a9e3ea6d6ea 100644
--- a/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0.ebuild
+++ b/dev-perl/Hash-MultiValue/Hash-MultiValue-0.160.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR=ARISTOTLE
-MODULE_VERSION=0.16
+DIST_AUTHOR=ARISTOTLE
+DIST_VERSION=0.16
 inherit perl-module
 
 DESCRIPTION="Store multiple values per key"
@@ -15,9 +15,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
 "
-
-SRC_TEST="do parallel"



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

2021-06-12 Thread Andreas K. Hüttel
commit: 0717cc1e36299667e87b79489a1d06a9ffb2218d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:45:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:47:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0717cc1e

dev-perl/HTML-FillInForm: EAPI=7 bump

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

 ...Form-2.210.0.ebuild => HTML-FillInForm-2.210.0-r1.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0.ebuild 
b/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0-r1.ebuild
similarity index 73%
rename from dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0.ebuild
rename to dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0-r1.ebuild
index 72fecaa4728..269aea85c63 100644
--- a/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0.ebuild
+++ b/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=2.21
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=2.21
 inherit perl-module
 
 DESCRIPTION="Populates HTML Forms with data"
@@ -18,10 +18,8 @@ RDEPEND="
dev-perl/HTML-Parser
virtual/perl-Carp
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( dev-perl/CGI )
 "
 # the dep specs are rather incomplete
-
-SRC_TEST="do parallel"



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

2021-06-12 Thread Andreas K. Hüttel
commit: bf0a10e3df8b134be1c55858fed2eaa9e5863c39
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:43:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0a10e3

dev-perl/HTML-Clean: Version bump 1.4

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

 dev-perl/HTML-Clean/HTML-Clean-1.400.0.ebuild | 17 +
 dev-perl/HTML-Clean/Manifest  |  1 +
 2 files changed, 18 insertions(+)

diff --git a/dev-perl/HTML-Clean/HTML-Clean-1.400.0.ebuild 
b/dev-perl/HTML-Clean/HTML-Clean-1.400.0.ebuild
new file mode 100644
index 000..5c086e598f0
--- /dev/null
+++ b/dev-perl/HTML-Clean/HTML-Clean-1.400.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=AZJADFTRE
+DIST_VERSION=1.4
+inherit perl-module
+
+DESCRIPTION="Cleans up HTML code for web browsers, not humans"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Element-Extended/

2021-06-12 Thread Andreas K. Hüttel
commit: c80c8a714d04c8a0d68234c4ba15979f21bc5a7a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:44:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:47:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80c8a71

dev-perl/HTML-Element-Extended: EAPI=7 bump

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

 0-r1.ebuild => HTML-Element-Extended-1.180.0-r2.ebuild} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git 
a/dev-perl/HTML-Element-Extended/HTML-Element-Extended-1.180.0-r1.ebuild 
b/dev-perl/HTML-Element-Extended/HTML-Element-Extended-1.180.0-r2.ebuild
similarity index 69%
rename from 
dev-perl/HTML-Element-Extended/HTML-Element-Extended-1.180.0-r1.ebuild
rename to dev-perl/HTML-Element-Extended/HTML-Element-Extended-1.180.0-r2.ebuild
index 26cba271f3d..b052a079c4a 100644
--- a/dev-perl/HTML-Element-Extended/HTML-Element-Extended-1.180.0-r1.ebuild
+++ b/dev-perl/HTML-Element-Extended/HTML-Element-Extended-1.180.0-r2.ebuild
@@ -1,19 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR=MSISK
-MODULE_VERSION=1.18
+DIST_AUTHOR=MSISK
+DIST_VERSION=1.18
 inherit perl-module
 
 DESCRIPTION="Extension for manipulating a table composed of HTML::Element 
style components"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~x86-linux"
-IUSE=""
 
 RDEPEND=">=dev-perl/HTML-Tree-3.01"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${RDEPEND}"



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

2021-06-12 Thread Andreas K. Hüttel
commit: 2e0a8440dcc458b2c8cea3841782e22bdd476198
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:29:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0a8440

dev-perl/Clone-Choose: New package, needed for Hash::Merge

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

 dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild | 29 
 dev-perl/Clone-Choose/Manifest   |  1 +
 dev-perl/Clone-Choose/metadata.xml   |  8 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild 
b/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild
new file mode 100644
index 000..c83252a04b6
--- /dev/null
+++ b/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HERMES
+DIST_VERSION=0.010
+inherit perl-module
+
+DESCRIPTION="Choose appropriate clone utility"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Module-Runtime
+   virtual/perl-Storable
+"
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.900.0
+   dev-perl/Test-Without-Module
+   >=dev-perl/Clone-0.100.0
+   dev-perl/Clone-PP
+   )
+"

diff --git a/dev-perl/Clone-Choose/Manifest b/dev-perl/Clone-Choose/Manifest
new file mode 100644
index 000..dd7f8d8ec28
--- /dev/null
+++ b/dev-perl/Clone-Choose/Manifest
@@ -0,0 +1 @@
+DIST Clone-Choose-0.010.tar.gz 10828 BLAKE2B 
0a07211af1f1be7370520eb55f0bb663fa4c02642cbbcc20643137e719eade61e59548119cd79fc1442c85cad07840bbf08eb782a0b2ca433dff4f0bfdd0d327
 SHA512 
5dbcd1b031ddbdaff81c46c5a48eb51b31bfe451e0777dc88a107d2b104e8708f08a5717a0f82f4d03efb8610e2b42fcb2dc1269e3262ece16b9a503d606face

diff --git a/dev-perl/Clone-Choose/metadata.xml 
b/dev-perl/Clone-Choose/metadata.xml
new file mode 100644
index 000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Clone-Choose/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+



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

2021-06-12 Thread Andreas K. Hüttel
commit: 61afa88a7ca45b12dd69d1c4ca6a767a3419ca5c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:17:19 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61afa88a

dev-perl/Guard: EAPI=7 bump

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

 dev-perl/Guard/{Guard-1.23.0.ebuild => Guard-1.23.0-r1.ebuild} | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Guard/Guard-1.23.0.ebuild 
b/dev-perl/Guard/Guard-1.23.0-r1.ebuild
similarity index 65%
rename from dev-perl/Guard/Guard-1.23.0.ebuild
rename to dev-perl/Guard/Guard-1.23.0-r1.ebuild
index 226ea9f196e..d511a04d320 100644
--- a/dev-perl/Guard/Guard-1.23.0.ebuild
+++ b/dev-perl/Guard/Guard-1.23.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=1.023
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=1.023
 inherit perl-module
 
 DESCRIPTION="Safe cleanup blocks"
@@ -14,5 +14,3 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
-SRC_TEST="do"



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

2021-06-12 Thread Andreas K. Hüttel
commit: 674a230adc5a3f14f16bd09e661ffedc9c6389b3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:19:03 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674a230a

dev-perl/Hash-FieldHash: Stable for all

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

 dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild 
b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
index 4255ab7a48f..6d4de64ae89 100644
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Lightweight field hash for inside-out objects"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-12 Thread Andreas K. Hüttel
commit: 13db1c93ff6789af166d229b7377d97099816e86
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:31:20 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db1c93

dev-perl/Hash-Merge: Version bump 0.302

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

 dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild | 28 +++
 dev-perl/Hash-Merge/Manifest  |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild 
b/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild
new file mode 100644
index 000..c33bbcc4bf6
--- /dev/null
+++ b/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HERMES
+DIST_VERSION=0.302
+inherit perl-module
+
+DESCRIPTION="Merges arbitrarily deep hashes into a single hash"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Clone-Choose-0.8.0
+   virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+   test? (
+   >=virtual/perl-Test-Simple-0.900.0
+   >=dev-perl/Clone-0.100.0
+   dev-perl/Clone-PP
+   virtual/perl-Storable
+   )
+"

diff --git a/dev-perl/Hash-Merge/Manifest b/dev-perl/Hash-Merge/Manifest
index 7c9ea184df1..b6561cb68c4 100644
--- a/dev-perl/Hash-Merge/Manifest
+++ b/dev-perl/Hash-Merge/Manifest
@@ -1 +1,2 @@
 DIST Hash-Merge-0.200.tar.gz 10339 BLAKE2B 
fd9107148f815c3eb86fc4fffd75eaf1a939e5cfea79f00e373e5f03985cb654ae7c8a9d5cde74bf7fd6bf5866995c9c62c2724b01fd0dcc9e73891efbd18524
 SHA512 
b04f5229f70630d5a1552dcff83743d4c053bfd8b7b294fb03b21f2e7c12b6540a39e6c93fe016960686e1e9107dc0507d15406247da827fb608bc273e53eeec
+DIST Hash-Merge-0.302.tar.gz 14151 BLAKE2B 
04dc202b8ca48cfbd3446f2b1172cd5b5f39b4d19afdda5c2793a1c028a1501bf861aebdf51537b23c4644530c31a0e74fe4f10ba5ebff7d952df38a8cd11df7
 SHA512 
ac07e1154541b5d9a7fc2f126927a7d86d49ebb2ec4f5439c4f21178d0986d78f2f8f17ab5e6b692cfe8dec63a5c36afbe07b16492a983e13b33247c0789bc47



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

2021-06-12 Thread Andreas K. Hüttel
commit: de17c0e4fd8a7025290d33d8c01efbd1ffeae3b9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:19:37 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de17c0e4

dev-perl/Hash-FieldHash: Remove old

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

 .../Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild   | 38 --
 1 file changed, 38 deletions(-)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild 
b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
deleted file mode 100644
index cd527deb5be..000
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GFUJI
-DIST_VERSION=0.15
-DIST_EXAMPLES=( "example/*" "benchmark" )
-inherit perl-module
-
-DESCRIPTION="Lightweight field hash for inside-out objects"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-XSLoader-0.20.0
-   >=virtual/perl-parent-0.221.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-Devel-PPPort-3.190.0
-   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
-   >=virtual/perl-ExtUtils-ParseXS-2.210.0
-   >=dev-perl/Module-Build-0.400.500
-   test? (
-   >=dev-perl/Test-LeakTrace-0.70.0
-   >=virtual/perl-Test-Simple-0.620.0
-   )
-"
-
-src_prepare() {
-   # https://github.com/gfx/p5-Hash-FieldHash/issues/4
-   sed -i -e 's/use builder::MyBuilder;/use lib q[.]; use 
builder::MyBuilder;/' Build.PL \
-   || die "Can't patch Build.PL for 5.26 dot-in-inc"
-
-   perl-module_src_prepare
-}



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

2021-06-12 Thread Andreas K. Hüttel
commit: c052397622b3d6edd29d1af8727f99474f6f9b59
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:07:49 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0523976

package.deprecated: add dev-perl/Gtk2-Unique

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/package.deprecated | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index b2275207846..87090536fa1 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -20,6 +20,7 @@
 # Andreas K. Hüttel  (2021-06-11)
 # gtk2. Nuff said. See HOMEPAGE, too.
 dev-perl/Gtk2-SourceView2
+dev-perl/Gtk2-Unique
 
 # Miroslav Šulc  (2021-04-18)
 # version older than 3 don't compile with java 1.5+ and will be removed



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

2021-06-12 Thread Andreas K. Hüttel
commit: 793fa7fbee78df1509964749f206a8f32cfa7481
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:11:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793fa7fb

dev-perl/Gtk3: Version bump 0.038

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

 dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 35 +++
 dev-perl/Gtk3/Manifest   |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
new file mode 100644
index 000..fe4650b300c
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.038
+inherit perl-module virtualx
+
+DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   x11-libs/gtk+:3[introspection]
+   >=dev-perl/Cairo-GObject-1.0.0
+   virtual/perl-Carp
+   virtual/perl-Exporter
+   >=dev-perl/Glib-Object-Introspection-0.43.0
+
+"
+DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.30
+   test? (
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"
+
+src_test() {
+   virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk3/Manifest b/dev-perl/Gtk3/Manifest
index cda0c858d21..0ad5416c2b0 100644
--- a/dev-perl/Gtk3/Manifest
+++ b/dev-perl/Gtk3/Manifest
@@ -1 +1,2 @@
 DIST Gtk3-0.034.tar.gz 56327 BLAKE2B 
338e80954d210c79ece7db48cd421bbedab1ea9b005aa70425b42d794e226208349624c4484f0ab943ffb0ab1a1686dd5ae5d7f9c90157a272f4aa92a6c268b3
 SHA512 
2102a64091d288a7d89bdbfd9cd08b3a9ec5ac2c1276fdf49fb756c182223ba1951152d89bc0f448893d8401ca9f4db57c3d3a2271b3aa82eb1e9ff63cf3cf9e
+DIST Gtk3-0.038.tar.gz 57426 BLAKE2B 
76e74320c9bfaa19bd71b58742037d4acb85920466d0af88c3a276f5e4bf2d34c94ee3b278d385914da498794086924de19f4ed1c280b6b0b793d15d5fb3ca27
 SHA512 
2289184a25deec342b9519028cc5ebb3a66137d7891366485e4b6a1ef52a4a28b5ba8083a317a56664d4ea6eb1bc0619477d1ca169baf79b868467fba27f82bf



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

2021-06-12 Thread Andreas K. Hüttel
commit: f729076df34feb2ddf2f1e70631cb370c3736035
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:06:35 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f729076d

dev-perl/Gtk2-Unique: Version bump 0.07

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

 dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild | 33 ++
 dev-perl/Gtk2-Unique/Manifest  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild 
b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
new file mode 100644
index 000..e118c73fbd0
--- /dev/null
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.07
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for C libunique library"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libunique:1
+   dev-perl/Gtk2
+"
+DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
+   dev-perl/glib-perl
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch )
+
+src_test() {
+   virtx perl-module_src_test
+}

diff --git a/dev-perl/Gtk2-Unique/Manifest b/dev-perl/Gtk2-Unique/Manifest
index f2aec340667..798b48a51b9 100644
--- a/dev-perl/Gtk2-Unique/Manifest
+++ b/dev-perl/Gtk2-Unique/Manifest
@@ -1 +1,2 @@
 DIST Gtk2-Unique-0.05.tar.gz 11158 BLAKE2B 
657a321687af9be3d3c5024e04589ab87a0f98ec5b11c88e2a388e1d4705154d5af790fc675fc928fcf556f1546b78975112ceb7c9e96f03fedc1f04c552302a
 SHA512 
9ed700de45e6d7e5410ff4b4313869be9127b7933faf862f4f34f4330165dbda4b1d983efddedcd71487d0cdbf10982a7b76af7cf60339ae3359f57271177492
+DIST Gtk2-Unique-0.07.tar.gz 12755 BLAKE2B 
2220a736fbe4c2bad95ed5dd28c908d23617f8c374be91718ea05fada3d914641b9f64bab7bebe0d3689a54141e7b8d9d78d6fe755fb4f4a50e213eba2563273
 SHA512 
62975a16840be7af7d5657c816367572d1b5140585d1275331e2d05dcefe18ebcccf8cb81747da92f12e085a5bef1c0ba2dcf4d2fc886baef97a22317e1e04f6



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

2021-06-12 Thread Andreas K. Hüttel
commit: e3ae03ab529bf20874c1daa9358f3cd6de1eb478
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:12:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ae03ab

dev-perl/Gtk3-ImageView: Remove old

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

 .../Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild | 40 -
 .../Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild | 41 --
 dev-perl/Gtk3-ImageView/Manifest   |  2 --
 3 files changed, 83 deletions(-)

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild 
b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
deleted file mode 100644
index 921e28e06dc..000
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-4.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RATCLIFFE
-DIST_VERSION=4
-inherit perl-module virtualx
-
-DESCRIPTION="Image viewer widget for Gtk3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-perl/Cairo
-   >=dev-perl/glib-perl-1.210.0
-   dev-perl/Gtk3
-   dev-perl/Readonly
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   dev-perl/Carp-Always
-   dev-perl/Test-Differences
-   dev-perl/Test-MockObject
-   dev-perl/Try-Tiny
-   media-gfx/imagemagick[jpeg,perl,png,svg,X]
-   virtual/perl-Test-Simple
-   )
-"
-
-PERL_RM_FILES=(
-   t/90_MANIFEST.t
-   t/91_critic.t
-)
-
-src_test() {
-   virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild 
b/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild
deleted file mode 100644
index ebce005b737..000
--- a/dev-perl/Gtk3-ImageView/Gtk3-ImageView-6.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=RATCLIFFE
-DIST_VERSION=6
-DIST_TEST=do
-inherit perl-module virtualx
-
-DESCRIPTION="Image viewer widget for Gtk3"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-perl/Cairo
-   >=dev-perl/glib-perl-1.210.0
-   dev-perl/Gtk3
-   dev-perl/Readonly
-"
-BDEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   dev-perl/Carp-Always
-   dev-perl/Test-Differences
-   dev-perl/Test-MockObject
-   dev-perl/Try-Tiny
-   media-gfx/imagemagick[jpeg,perl,png,svg,X]
-   virtual/perl-Test-Simple
-   )
-"
-
-PERL_RM_FILES=(
-   t/90_MANIFEST.t
-   t/91_critic.t
-)
-
-src_test() {
-   virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk3-ImageView/Manifest b/dev-perl/Gtk3-ImageView/Manifest
index 1ce1ae9db4e..b521ebca4b6 100644
--- a/dev-perl/Gtk3-ImageView/Manifest
+++ b/dev-perl/Gtk3-ImageView/Manifest
@@ -1,3 +1 @@
-DIST Gtk3-ImageView-4.tar.gz 14329 BLAKE2B 
e4dee495e83392cc14e8fbd050658a1647bfa3f71e3711610e4df502d92adcce67800fd3c1e5ce09464fdb2e22a92ad7a1bdb52fb119f86712ef898cbf208abf
 SHA512 
d723fb826f510ceccc6116b43baac4e1e42b59f91a0da5d8e9acf5b4ce608807119533fa965ba5aa623511aa9843b81488fd931d58417a2f3dd4f5db45238d64
-DIST Gtk3-ImageView-6.tar.gz 15444 BLAKE2B 
1f026895328912443d4e08fbeb2ee9826818c09b00d06f087417f141d2c5b193e13840a09162c47fc5c0d642d0738cf290038a541f5e14303382a14a0245213d
 SHA512 
68fc3371fe3d62163523d81732f0716fe15623a53139e8050e3bddc12c694a9ae2e89855b9926e14b18803e9c7a586b925b613e1cf364cb449b850fe70b571ab
 DIST Gtk3-ImageView-9.tar.gz 16083 BLAKE2B 
f64723d2ee468c7ab423292bba8d995a62554877567fdfdd272e527920e037147783fcb9cea99ba1688f09303ee321abaee0e334a67db46bda6b0ed7e1ff9415
 SHA512 
1a52c53a03b6f9dd6abc69dbb03a8dd80df77e266eb972cb2438bd25d49765b203a70e2dfee1ae3cfdd27b4d987f9573eef3e47968c80550771dd3edbcf831cc



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

2021-06-12 Thread Andreas K. Hüttel
commit: 59ba038c64297f8f1d6e882674491cac64581414
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 21:15:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 21:46:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ba038c

dev-perl/Gtk3-SimpleList: Version bump 0.21

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

 .../Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 27 ++
 dev-perl/Gtk3-SimpleList/Manifest  |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild 
b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
new file mode 100644
index 000..db09532de5f
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TVIGNAUD
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/Gtk3
+   virtual/perl-Carp
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Gtk3-SimpleList/Manifest 
b/dev-perl/Gtk3-SimpleList/Manifest
index 84fa1a9c909..ae96752b6dc 100644
--- a/dev-perl/Gtk3-SimpleList/Manifest
+++ b/dev-perl/Gtk3-SimpleList/Manifest
@@ -1 +1,2 @@
 DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 
61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a
 SHA512 
9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a
+DIST Gtk3-SimpleList-0.21.tar.gz 19124 BLAKE2B 
3d04013bd70f3514d9aabfda7a9a823be1aa4a69c89c930e29529c49aa92baa9f140c80571aba7b98481104e080d2325a5b5d24e0e1691f52693c557431ae84f
 SHA512 
45f13add5465d586a6888c426c252cf886644dc95d981d697dc78d01fe66e7820c8f866206583c103fa35b63c349ba46c7da58a447e77a8c778c54b57dddc973



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

2021-06-12 Thread Mikle Kolyada
commit: f167d6def41293443e570eb97dfd16d85a1c6bab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 21:39:21 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 21:39:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f167d6de

app-misc/tmux: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-misc/tmux/Manifest   |  1 -
 app-misc/tmux/tmux-3.2-r1.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
index 927e7afd25e..bb1858a6391 100644
--- a/app-misc/tmux/Manifest
+++ b/app-misc/tmux/Manifest
@@ -1,4 +1,3 @@
 DIST tmux-3.1c.tar.gz 561323 BLAKE2B 
c6f688a854e128acffa140321a5dd00e4ca090ff79c7cbff15febbca6da9f7626c675fe1820b344637ff0fbe94ae6d0da7f111880ce5d74f97c4b6a90ceef802
 SHA512 
aad2e6457dd350369f245f711f1936a575d0588b72e660d10e7abc7d373da0d322903b451ad00b96a3e0e6847ca855673da6a4c5447cea91fa756edd23659397
-DIST tmux-3.2.tar.gz 646457 BLAKE2B 
64896c4f76f3ea02a7fa2d9a8e6c67779777265e450d5576bc6254f824512826a3a2ce2abb9e11b82b707bd18c70688b69a162c23287d6581874752fec27a51c
 SHA512 
63165495e838871c7f42ac1a6229ec2404acfa7d42c7a0070c89cb38712ac933676930392b0a10cbdd6059910ae46129257b90135c5846e85142e786482fd75e
 DIST tmux-3.2a.tar.gz 648394 BLAKE2B 
94527d4d1016caddab170b5bbfd181514768474898314241fb65a53a1f5ae94863bacedf90a7543690c115d15295960dfab4d5ba2ce31cd105585a73fb9b82d1
 SHA512 
6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365
 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 
04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496
 SHA512 
fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979

diff --git a/app-misc/tmux/tmux-3.2-r1.ebuild b/app-misc/tmux/tmux-3.2-r1.ebuild
deleted file mode 100644
index 11298a03e48..000
--- a/app-misc/tmux/tmux-3.2-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="https://tmux.github.io/;
-if [[ "${PV}" ==  ]] ; then
-   inherit git-r3
-   
SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux
 -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b"
-   EGIT_REPO_URI="https://github.com/tmux/tmux.git;
-else
-   
SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz;
-   [[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-   S="${WORKDIR}/${P/_/-}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
-
-DEPEND="
-   dev-libs/libevent:0=
-   sys-libs/ncurses:0=
-   utempter? ( sys-libs/libutempter )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   virtual/yacc
-"
-
-RDEPEND="
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-screen )
-   vim-syntax? ( app-vim/vim-tmux )"
-
-DOCS=( CHANGES README )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.4-flags.patch"
-   "${FILESDIR}/${PN}-fix-bindings.patch"
-
-   # upstream fixes (can be removed with next version bump)
-)
-
-src_prepare() {
-   # bug 438558
-   # 1.7 segfaults when entering copy mode if compiled with -Os
-   replace-flags -Os -O2
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --sysconfdir="${EPREFIX}"/etc
-   $(use_enable debug)
-   $(use_enable utempter)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   einstalldocs
-
-   dodoc example_tmux.conf
-   docompress -x /usr/share/doc/${PF}/example_tmux.conf
-}



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

2021-06-12 Thread Mikle Kolyada
commit: ec80609a33829283e4076694397f375797d98383
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 21:38:43 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 21:39:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec80609a

app-misc/tmux: Version bump (v3.2a)

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-misc/tmux/Manifest   | 1 +
 app-misc/tmux/{tmux-.ebuild => tmux-3.2a.ebuild} | 6 +++---
 app-misc/tmux/tmux-.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/tmux/Manifest b/app-misc/tmux/Manifest
index fe09b6190ef..927e7afd25e 100644
--- a/app-misc/tmux/Manifest
+++ b/app-misc/tmux/Manifest
@@ -1,3 +1,4 @@
 DIST tmux-3.1c.tar.gz 561323 BLAKE2B 
c6f688a854e128acffa140321a5dd00e4ca090ff79c7cbff15febbca6da9f7626c675fe1820b344637ff0fbe94ae6d0da7f111880ce5d74f97c4b6a90ceef802
 SHA512 
aad2e6457dd350369f245f711f1936a575d0588b72e660d10e7abc7d373da0d322903b451ad00b96a3e0e6847ca855673da6a4c5447cea91fa756edd23659397
 DIST tmux-3.2.tar.gz 646457 BLAKE2B 
64896c4f76f3ea02a7fa2d9a8e6c67779777265e450d5576bc6254f824512826a3a2ce2abb9e11b82b707bd18c70688b69a162c23287d6581874752fec27a51c
 SHA512 
63165495e838871c7f42ac1a6229ec2404acfa7d42c7a0070c89cb38712ac933676930392b0a10cbdd6059910ae46129257b90135c5846e85142e786482fd75e
+DIST tmux-3.2a.tar.gz 648394 BLAKE2B 
94527d4d1016caddab170b5bbfd181514768474898314241fb65a53a1f5ae94863bacedf90a7543690c115d15295960dfab4d5ba2ce31cd105585a73fb9b82d1
 SHA512 
6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365
 DIST tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b 458 BLAKE2B 
04143e6d1cfbbd467f1656f949363cb7a4a3e16e9b3cf56b8b0423babe56276abee2622964cb490005fc76d1cbe12201fb1a6446a6f860c2cc1ff3c9bd5fc496
 SHA512 
fe0aca7d03067af87e0788a2fa902c7ef5500ba72295cb63c5a1814534a008c224256d7f890ac1af6d17f3734b45148765e1632f075e284c453185df2927b979

diff --git a/app-misc/tmux/tmux-.ebuild b/app-misc/tmux/tmux-3.2a.ebuild
similarity index 86%
copy from app-misc/tmux/tmux-.ebuild
copy to app-misc/tmux/tmux-3.2a.ebuild
index 04927c56269..4039d86b4da 100644
--- a/app-misc/tmux/tmux-.ebuild
+++ b/app-misc/tmux/tmux-3.2a.ebuild
@@ -12,15 +12,15 @@ if [[ "${PV}" ==  ]] ; then

SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux
 -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b"
EGIT_REPO_URI="https://github.com/tmux/tmux.git;
 else
-   SRC_URI="https://github.com/tmux/tmux/releases/download/$(ver_cut 
1-2)/${P/_/-}.tar.gz"
+   
SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz;
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
S="${WORKDIR}/${P/_/-}"
 fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
+IUSE="debug selinux utempter vim-syntax"
 
 DEPEND="
dev-libs/libevent:0=

diff --git a/app-misc/tmux/tmux-.ebuild b/app-misc/tmux/tmux-.ebuild
index 04927c56269..19d2a1bee13 100644
--- a/app-misc/tmux/tmux-.ebuild
+++ b/app-misc/tmux/tmux-.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
+IUSE="debug selinux utempter vim-syntax"
 
 DEPEND="
dev-libs/libevent:0=



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

2021-06-12 Thread Michał Górny
commit: 6680073bf1b4b70fd9c3f9c0309d896066095be4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 20:13:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 21:02:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6680073b

dev-python/moto: Bump to 2.0.9

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

 dev-python/moto/Manifest  |  1 +
 dev-python/moto/moto-2.0.9.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 2755f57c218..911a3f2fac0 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -7,3 +7,4 @@ DIST moto-2.0.5.tar.gz 1551415 BLAKE2B 
452cb94443188e1715145bee574f04924d894a3d6
 DIST moto-2.0.6.tar.gz 1557871 BLAKE2B 
dd4c23758bc9c98fbd2b2a70af744daa245fc8b4b1154348486ae85d195e5e3fa2c513f61386504d05c0d646e81fbf8ec5bf41be317b9fd7581668cd23cc1db3
 SHA512 
9f287ff07f948dd3d2d6af1c6120d29e9625e420bb94f83c230d813e26689161f9a2e89e2b32947e82084cdcd865fef714ad14309ff41371bd37d251481f8dc9
 DIST moto-2.0.7.tar.gz 1565849 BLAKE2B 
1c6491828a43156fd347bcce80f3440cd8d4964e28bab19593e29fd88aed558652b08c81c577312f9c612adc666ddd35fdd46b4d2d8fb82eef380210e9c62d8d
 SHA512 
5df26f478909c57d4ba76bb7c6e002c37d7f604084c157744be32da93dbb705605a7a85eb0774cbf2c0083f7096f01075ddb1a119cb7ac2f3931cf58896f1629
 DIST moto-2.0.8.tar.gz 1569426 BLAKE2B 
746313241d49558ab49d7e2116406f128a315a9fca40956808e7f901e91518551a1f75c95c9ce5c92534221d1db3e01a3baa2cef6cadab9a9d024cc30d8ce0e2
 SHA512 
5cf1a47c97100b76ad9b69787ce4df00f24f93ba1a36a242cea535ede649af457ff043b44f1cce4a4e44b6735844652f69271f18edac0748b636f4e519545018
+DIST moto-2.0.9.tar.gz 1614328 BLAKE2B 
0bb9e3dcc0c25476b7fdabeecc31be6904a21d6a77f6ce3d9c9c176625873d30c55321c8939ecb8bbc91ee64faab9cd7231150dfdcbd4d5d7d3dc8eae614d9f2
 SHA512 
41b32aa192dd5c5052a90f345f29e696f9cc6abb3698ea0b738f8805fc920f4abf7d418a64aecf6efd66162aad631c88754d5e4e349ca2ba5b393771038219cb

diff --git a/dev-python/moto/moto-2.0.9.ebuild 
b/dev-python/moto/moto-2.0.9.ebuild
new file mode 100644
index 000..eb634172a25
--- /dev/null
+++ b/dev-python/moto/moto-2.0.9.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Mock library for boto"
+HOMEPAGE="https://github.com/spulec/moto;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/backports-tempfile[${PYTHON_USEDEP}]' 
python3_{6,7})
+   dev-python/boto[${PYTHON_USEDEP}]
+   dev-python/cfn-python-lint[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
+   dev-python/cookies[${PYTHON_USEDEP}]
+   dev-python/dicttoxml[${PYTHON_USEDEP}]
+   >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.5[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
+   >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}]
+   >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/pretty-yaml[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/python-jose[${PYTHON_USEDEP}]
+   dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
+   >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.5[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zipp[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # unping indirect dep on ecdsa that's supposed to workaround pip
+   # bugs
+   sed -i -e '/ecdsa/s:<0.15::' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # pytest-django causes freezegun try to mangle stuff inside django
+   # which fails when django is not really used
+   epytest -p no:django -m 'not network'
+}



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

2021-06-12 Thread Michał Górny
commit: 2ea1ccc47b5d9657cc5f8bfa71092aec65443e64
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 20:15:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 21:02:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea1ccc4

dev-python/humanize: Bump to 3.8.0

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

 dev-python/humanize/Manifest  |  1 +
 dev-python/humanize/humanize-3.8.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index 0536f2b16c5..27aa14e1772 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1,3 +1,4 @@
 DIST humanize-3.5.0.tar.gz 56651 BLAKE2B 
05095fbdf7c55258bf3d01c73f47bf913e1fda3e6d8a2fcf666f4d70cfd6e437071140716b9f5b6a31c02c06da1d2df6f80d5d021c279d4f97f756f41f3c3bb3
 SHA512 
ca04d79533b08f1549cd530fec35352696b314d6d667476bf5506a482a4ff379fe6ae021a1f338aa6837877a90e57ce032cdc671b68be34dd52e0e41aad10170
 DIST humanize-3.7.0.tar.gz 44002 BLAKE2B 
ec253c07a38c83d67038836998a7159afe7d1f3e1f0f5ea0f946f987e18bf4943d7dd48e2e156009627e1bda2140017bf99df072671008a6e1daad704b693292
 SHA512 
e501cdb4dcb603601624f5df9a04a256669f06ac594d8a3a0c83543d1d8503bfcf4d7198ff87827e2c60dd63897c23b722be7497179c49a9f9b05d07289de4be
 DIST humanize-3.7.1.tar.gz 61846 BLAKE2B 
6ed6e35dc15ef08a88cd15211212cbd4194363889ff0dbe4e53d76adb248da948d688e4eddf5a93548497b1e1e02145431e1c157fd26288fc27f2b9b7b2c80b7
 SHA512 
152ee6030de83be34bdb40908427ca4f1461191ce417faef273b070a1d347a43f4a44182cd0fa79b8935c07d97679205285bbd6fa43352d2d9cada53df5f112f
+DIST humanize-3.8.0.tar.gz 64298 BLAKE2B 
ba367054f66351b7b48bed69ab4ba63251dbdd6bb56c21cbd8d7846401d4a2428f6e069a0219b5a24bfde173d6ed2ef3116f01551137b4c0c1eddd8c9d6fc87b
 SHA512 
8301f461c60fd990e50a24aef714d78a3b42fb82d792ac01b088e05b6bf765dfa34e2257c1a75e3da279db3b8d837bd6434398f33578c946fa17dc1a45122f75

diff --git a/dev-python/humanize/humanize-3.8.0.ebuild 
b/dev-python/humanize/humanize-3.8.0.ebuild
new file mode 100644
index 000..b6c00705226
--- /dev/null
+++ b/dev-python/humanize/humanize-3.8.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Common humanization utilities"
+HOMEPAGE="https://github.com/jmoiron/humanize/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests --install pytest



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

2021-06-12 Thread Michał Górny
commit: 0c1f264b83fc1c65e4c0f069e20bbdc8788fee89
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 20:14:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 21:02:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1f264b

dev-python/python-email-validator: Bump to 1.1.3

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

 dev-python/python-email-validator/Manifest |  1 +
 .../python-email-validator-1.1.3.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/python-email-validator/Manifest 
b/dev-python/python-email-validator/Manifest
index 813d1c7e6ac..c678424339a 100644
--- a/dev-python/python-email-validator/Manifest
+++ b/dev-python/python-email-validator/Manifest
@@ -1 +1,2 @@
 DIST python-email-validator-1.1.2.tar.gz 19421 BLAKE2B 
118165ceed5da6fed377180662496f5bc996f1d3c2201e6a014cae8f66a9ff3f447900aff07f778fdec49cd0c680ad6f9316f30f6c152b7eed4f1f57adc1ba74
 SHA512 
b40f8ecd65a9a5945a1a84b174398fc495afccd27ad5fcd7b4a03ecd26bcff6dd6ac3b5f75ac200cf2647b92d4defb25afe1dda28f82ed86bd8c2bd82708d0aa
+DIST python-email-validator-1.1.3.tar.gz 19863 BLAKE2B 
10700b4c6a48c50095045b6e3c9218cd565776b26e17c1c043633e208b9fbd346162cedaa4a1116ec2fccf63b4383438c7e1aef6faf9d2ead5512af7f934675c
 SHA512 
d9087bf56783daf389909e13652a9db8f0408badf454f6239aa20f6a5e9510619d3662cf1567a03d0b14c4bbe81644509cd12975b2aa1b544d644b6c2b2854f4

diff --git 
a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild 
b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild
new file mode 100644
index 000..68cc0b7a9cc
--- /dev/null
+++ b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A robust email syntax and deliverability validation library"
+HOMEPAGE="https://github.com/JoshData/python-email-validator;
+SRC_URI="https://github.com/JoshData/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # these tests rely on access to gmail.com
+   tests/test_main.py::test_deliverability_no_records
+   tests/test_main.py::test_deliverability_found
+   tests/test_main.py::test_deliverability_fails
+   tests/test_main.py::test_validate_email__with_caching_resolver
+   
tests/test_main.py::test_validate_email__with_configured_resolver
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-06-12 Thread Michał Górny
commit: aaf3e47f5167279484e0d1e7501c399665dd4b24
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 20:12:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 21:01:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf3e47f

dev-python/tqdm: Bump to 4.61.1

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

 dev-python/tqdm/Manifest   |  1 +
 dev-python/tqdm/tqdm-4.61.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index d710ebbec9f..49ea7abe16c 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1,2 +1,3 @@
 DIST tqdm-4.60.0.tar.gz 174201 BLAKE2B 
78f4e2c2189621b5d276b8a9c75bae1566b05888cce81d8281de358ad2817e9751395bcf529c07620cd1ec4431c78ed7c1400dc96e9c3a99ac92daf2551b2da5
 SHA512 
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2
 DIST tqdm-4.61.0.tar.gz 169471 BLAKE2B 
6710b057bc5cab7afc72681c469618b442d47a0aec4300f52a360af41fff082a96d3f67cb650978c924df210a1c56e2856f181d55cdcc5692713d53581932144
 SHA512 
7c13c98572ac2800b695cf38d6de84b348c20967187dfcd3a358fc3abfda509d3b4fbb77272840e1568ed975fc038cfb4034288c72560e09a58fbdc636f1
+DIST tqdm-4.61.1.tar.gz 169637 BLAKE2B 
8b89f320e13119b24a9e121747bce0b5c6625c31feb8c427a97e71da52797d9de764ce5e5c41c07d5954a1e5e4e21913335a4691837bc243db473821b2dad1ac
 SHA512 
6092a30389380a511abc8bee7e6144556d6dc1a993ba4a2685707afa2838a12f472aa216ac5e55d144da74f9be1d398d4c6f5352986a200557e4aba67831a505

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
new file mode 100644
index 000..efd3b71ffe2
--- /dev/null
+++ b/dev-python/tqdm/tqdm-4.61.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..9} )
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tqdm/tqdm;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+fi
+
+DESCRIPTION="Add a progress meter to your loops in a second"
+HOMEPAGE="https://github.com/tqdm/tqdm;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # Skip unpredictable performance tests
+   epytest --ignore 'tests/tests_perf.py'
+}
+
+python_install() {
+   doman "${BUILD_DIR}"/lib/tqdm/tqdm.1
+   rm "${BUILD_DIR}"/lib/tqdm/tqdm.1 || die
+   distutils-r1_python_install
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2021-06-12 Thread Lars Wendler
commit: 9eb1eaa57b68c7d0612b51b6f3b55a82f2409d30
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 20:41:27 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 20:48:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb1eaa5

media-video/pipewire: Use EPREFIX for udev rules dir

Closes: https://bugs.gentoo.org/795675
Signed-off-by: Lars Wendler  gentoo.org>

 media-video/pipewire/pipewire-0.3.25.ebuild| 2 +-
 media-video/pipewire/pipewire-0.3.26.ebuild| 2 +-
 media-video/pipewire/pipewire-0.3.27-r1.ebuild | 2 +-
 media-video/pipewire/pipewire-0.3.28.ebuild| 2 +-
 media-video/pipewire/pipewire-0.3.29.ebuild| 2 +-
 media-video/pipewire/pipewire-0.3.30.ebuild| 2 +-
 media-video/pipewire/pipewire-.ebuild  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-video/pipewire/pipewire-0.3.25.ebuild 
b/media-video/pipewire/pipewire-0.3.25.ebuild
index 480acc4c292..92606ca61de 100644
--- a/media-video/pipewire/pipewire-0.3.25.ebuild
+++ b/media-video/pipewire/pipewire-0.3.25.ebuild
@@ -152,7 +152,7 @@ src_configure() {
-Dvulkan=disabled # Uses pre-compiled Vulkan compute shader to 
provide a CGI video source (dev thing; disabled by upstream)
$(meson_feature extra pw-cat)
-Dudev=enabled
-   -Dudevrulesdir="$(get_udevdir)/rules.d"
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
-Dsdl2=disabled # Controls SDL2 dependent code (currently only 
examples when -Dinstalled_tests=enabled which we never install)
$(meson_feature extra sndfile) # Enables libsndfile dependent 
code (currently only pw-cat)
)

diff --git a/media-video/pipewire/pipewire-0.3.26.ebuild 
b/media-video/pipewire/pipewire-0.3.26.ebuild
index a90b445a81d..932a2e4cc0b 100644
--- a/media-video/pipewire/pipewire-0.3.26.ebuild
+++ b/media-video/pipewire/pipewire-0.3.26.ebuild
@@ -151,7 +151,7 @@ src_configure() {
-Dvulkan=disabled # Uses pre-compiled Vulkan compute shader to 
provide a CGI video source (dev thing; disabled by upstream)
$(meson_feature extra pw-cat)
-Dudev=enabled
-   -Dudevrulesdir="$(get_udevdir)/rules.d"
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
-Dsdl2=disabled # Controls SDL2 dependent code (currently only 
examples when -Dinstalled_tests=enabled which we never install)
$(meson_feature extra sndfile) # Enables libsndfile dependent 
code (currently only pw-cat)
)

diff --git a/media-video/pipewire/pipewire-0.3.27-r1.ebuild 
b/media-video/pipewire/pipewire-0.3.27-r1.ebuild
index b9a57b1c6cf..b3b112d4c87 100644
--- a/media-video/pipewire/pipewire-0.3.27-r1.ebuild
+++ b/media-video/pipewire/pipewire-0.3.27-r1.ebuild
@@ -167,7 +167,7 @@ multilib_src_configure() {
-Dvulkan=disabled # Uses pre-compiled Vulkan compute shader to 
provide a CGI video source (dev thing; disabled by upstream)
$(meson_native_use_feature extra pw-cat)
-Dudev=enabled
-   -Dudevrulesdir="$(get_udevdir)/rules.d"
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
-Dsdl2=disabled # Controls SDL2 dependent code (currently only 
examples when -Dinstalled_tests=enabled which we never install)
$(meson_native_use_feature extra sndfile) # Enables libsndfile 
dependent code (currently only pw-cat)
)

diff --git a/media-video/pipewire/pipewire-0.3.28.ebuild 
b/media-video/pipewire/pipewire-0.3.28.ebuild
index fdecb4169d0..af219402bdc 100644
--- a/media-video/pipewire/pipewire-0.3.28.ebuild
+++ b/media-video/pipewire/pipewire-0.3.28.ebuild
@@ -168,7 +168,7 @@ multilib_src_configure() {
-Dvulkan=disabled # Uses pre-compiled Vulkan compute shader to 
provide a CGI video source (dev thing; disabled by upstream)
$(meson_native_use_feature extra pw-cat)
-Dudev=enabled
-   -Dudevrulesdir="$(get_udevdir)/rules.d"
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
-Dsdl2=disabled # Controls SDL2 dependent code (currently only 
examples when -Dinstalled_tests=enabled which we never install)
$(meson_native_use_feature extra sndfile) # Enables libsndfile 
dependent code (currently only pw-cat)
)

diff --git a/media-video/pipewire/pipewire-0.3.29.ebuild 
b/media-video/pipewire/pipewire-0.3.29.ebuild
index ed54b0ec601..80f6797bd0b 100644
--- a/media-video/pipewire/pipewire-0.3.29.ebuild
+++ b/media-video/pipewire/pipewire-0.3.29.ebuild
@@ -169,7 +169,7 @@ multilib_src_configure() {
-Dvulkan=disabled # Uses pre-compiled Vulkan compute shader to 
provide a CGI video source (dev thing; disabled by upstream)
$(meson_native_use_feature extra pw-cat)
-Dudev=enabled
-   

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/1level/

2021-06-12 Thread Andreas K. Hüttel
commit: c6d7ce7bf3a3d083b1f89d001c4dfaee10ff4d79
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 19:46:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 19:47:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d7ce7b

riscv: package.mask old baselayout on 1-level libdir profiles

We need compatibility symlinks here.

Signed-off-by: Andreas K. Hüttel  gentoo.org>

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

diff --git a/profiles/arch/riscv/1level/package.mask 
b/profiles/arch/riscv/1level/package.mask
new file mode 100644
index 000..eb4368881cc
--- /dev/null
+++ b/profiles/arch/riscv/1level/package.mask
@@ -0,0 +1,5 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Doesnt work properly with the one-level libdirs
+

[gentoo-commits] repo/gentoo:master commit in: app-metrics/pushgateway/

2021-06-12 Thread Zac Medico
commit: 6c829e64c73166ab7119f308b6d8507707c96cca
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 12 19:44:46 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 12 19:45:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c829e64

app-metrics/pushgateway: fix SRC_URI

Reported-by: Agostino Sarubbo  gentoo.org>
Closes: https://bugs.gentoo.org/795663
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-metrics/pushgateway/pushgateway-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild 
b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild
index 4ecc829611a..ee560d7671a 100644
--- a/app-metrics/pushgateway/pushgateway-1.4.1.ebuild
+++ b/app-metrics/pushgateway/pushgateway-1.4.1.ebuild
@@ -452,7 +452,7 @@ go-module_set_globals
 
 DESCRIPTION="Prometheus push acceptor for ephemeral and batch jobs"
 HOMEPAGE="https://github.com/prometheus/pushgateway;
-SRC_URI="https://github.com/prometheus/pushgateway/archive/V${PV}.tar.gz -> 
${P}.tar.gz
+SRC_URI="https://github.com/prometheus/pushgateway/archive/v${PV}.tar.gz -> 
${P}.tar.gz
${EGO_SUM_SRC_URI}"
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT"



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

2021-06-12 Thread Andreas K. Hüttel
commit: e5779ed450cb40d944b013b1257a385714544d0c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun 12 19:40:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun 12 19:42:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5779ed4

sys-apps/baselayout: Add riscv compat symlink for 1-level libdir

Approved by williamh

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

 ...layout-.ebuild => baselayout-2.7-r3.ebuild} | 41 ++
 sys-apps/baselayout/baselayout-.ebuild | 41 ++
 2 files changed, 82 insertions(+)

diff --git a/sys-apps/baselayout/baselayout-.ebuild 
b/sys-apps/baselayout/baselayout-2.7-r3.ebuild
similarity index 87%
copy from sys-apps/baselayout/baselayout-.ebuild
copy to sys-apps/baselayout/baselayout-2.7-r3.ebuild
index 9f4a53a1c18..c83d1da82dc 100644
--- a/sys-apps/baselayout/baselayout-.ebuild
+++ b/sys-apps/baselayout/baselayout-2.7-r3.ebuild
@@ -23,6 +23,34 @@ pkg_setup() {
multilib_layout
 }
 
+riscv_compat_symlink() {
+   # Here we apply some special sauce for riscv.
+   # Two multilib layouts exist for now:
+   # 1) one level libdirs, (32bit) "lib" and (64bit) "lib64"
+   #these are chosen by us to closely resemble other arches
+   # 2) two level libdirs, "lib64/lp64d" "lib64/lp64" "lib32/ilp32d" ...
+   #this is the glibc/gcc default
+   # Unfortunately, the default has only one fallback, which is "lib"
+   # for both 32bit and 64bit. So things do not break in 1), we need
+   # to provide compatibility symlinks...
+
+   # This function has exactly two parameters:
+   # - the default libdir, to determine if 1) or 2) applies
+   # - the location of the symlink (which points to ".")
+
+   # Note: we call this only in the ${SYMLINK_LIB} = no codepath, since
+   # there never was a ${SYMLINK_LIB} = yes riscv profile.
+
+   case ${CHOST} in
+   riscv*)
+   # are we on a one level libdir profile? is there no symlink yet?
+   if [[ ${1} != */* && ! -L ${2} ]] ; then
+   ln -s . $2 || die "Unable to make $2 riscv 
compatibility symlink"
+   fi
+   ;;
+   esac
+}
+
 # Create our multilib dirs - the Makefile has no knowledge of this
 multilib_layout() {
local dir def_libdir libdir libdirs
@@ -52,6 +80,7 @@ multilib_layout() {
die "Unable to create ${dir} 
directory"
fi
done
+   riscv_compat_symlink "${def_libdir}" 
"${prefix}${def_libdir}/${DEFAULT_ABI}"
done
return 0
fi
@@ -282,6 +311,18 @@ pkg_postinst() {
fi
fi
 
+   # https://bugs.gentoo.org/361349
+   if use kernel_linux; then
+   mkdir -p "${EROOT}"/run || die
+
+   local found fstype mountpoint
+   while read -r _ mountpoint fstype _; do
+   [[ ${mountpoint} = /run ]] && [[ ${fstype} = tmpfs ]] && found=1
+   done < "${ROOT}"/proc/mounts
+   [[ -z ${found} ]] &&
+   ewarn "You should reboot now to get /run mounted with 
tmpfs!"
+   fi
+
for x in ${REPLACING_VERSIONS}; do
if ver_test 2.4 -lt ${x}; then
ewarn "After updating ${EROOT}/etc/profile, please run"

diff --git a/sys-apps/baselayout/baselayout-.ebuild 
b/sys-apps/baselayout/baselayout-.ebuild
index 9f4a53a1c18..c83d1da82dc 100644
--- a/sys-apps/baselayout/baselayout-.ebuild
+++ b/sys-apps/baselayout/baselayout-.ebuild
@@ -23,6 +23,34 @@ pkg_setup() {
multilib_layout
 }
 
+riscv_compat_symlink() {
+   # Here we apply some special sauce for riscv.
+   # Two multilib layouts exist for now:
+   # 1) one level libdirs, (32bit) "lib" and (64bit) "lib64"
+   #these are chosen by us to closely resemble other arches
+   # 2) two level libdirs, "lib64/lp64d" "lib64/lp64" "lib32/ilp32d" ...
+   #this is the glibc/gcc default
+   # Unfortunately, the default has only one fallback, which is "lib"
+   # for both 32bit and 64bit. So things do not break in 1), we need
+   # to provide compatibility symlinks...
+
+   # This function has exactly two parameters:
+   # - the default libdir, to determine if 1) or 2) applies
+   # - the location of the symlink (which points to ".")
+
+   # Note: we call this only in the ${SYMLINK_LIB} = no codepath, since
+   # there never was a ${SYMLINK_LIB} = yes riscv profile.
+
+   case ${CHOST} in
+   riscv*)
+   # are we on a one level libdir profile? is there no symlink yet?
+   if [[ ${1} != */* && ! -L ${2} ]] ; then
+   ln -s . $2 || die "Unable to make $2 

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

2021-06-12 Thread David Seifert
commit: 802f9e2fe0aff2d039866457515c747cffe3505a
Author: Christopher Byrne  gmail  com>
AuthorDate: Sat Jun 12 19:17:22 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jun 12 19:17:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802f9e2f

app-crypt/tpm2-tss: Add missing BDEPEND sys-apps/acl

Closes: https://github.com/gentoo/gentoo/pull/21211
Closes: https://bugs.gentoo.org/795423
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Christopher Byrne  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild
index 1ca59fe382e..fa80dfb1ebc 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild
@@ -27,7 +27,8 @@ RDEPEND="acct-group/tss
openssl? ( dev-libs/openssl:= )"
 DEPEND="${RDEPEND}
test? ( dev-util/cmocka )"
-BDEPEND="virtual/pkgconfig
+BDEPEND="sys-apps/acl
+   virtual/pkgconfig
doc? ( app-doc/doxygen )"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: app-metrics/alertmanager/

2021-06-12 Thread Mikle Kolyada
commit: d4f6e03378ef55eafaacaab89479f7d05605fe63
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 19:10:35 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 19:10:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f6e033

app-metrics/alertmanager: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-metrics/alertmanager/Manifest  |   1 -
 .../alertmanager/alertmanager-0.22.1.ebuild| 801 -
 2 files changed, 802 deletions(-)

diff --git a/app-metrics/alertmanager/Manifest 
b/app-metrics/alertmanager/Manifest
index aaa2d59e641..46fc5426953 100644
--- a/app-metrics/alertmanager/Manifest
+++ b/app-metrics/alertmanager/Manifest
@@ -1,5 +1,4 @@
 DIST alertmanager-0.21.0.tar.gz 5704209 BLAKE2B 
646ac0b05eb194d1c35f49e38c0a206d09a9c45d4f2f7c371a53ecfff5deba6e2c2af82f3f4ce2b591338c557241766395f42b8bd3c91ae2da4ef7e570666fda
 SHA512 
72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da
-DIST alertmanager-0.22.1.tar.gz 2087854 BLAKE2B 
93988bb2050a594f3742388a8346c58b331f67f6748135f430e93f97d86cf177430d7d63a3bcd9478ab37efd41297476c5aeead2c99bc039b0f7874e5bea8378
 SHA512 
ca07a6f02bd02e853d6302ea25315fd2b5942e17b4647d8b94496d3ab746ad9f3d37dd9587d5dfdb3d17ad2c674a26bd237bd7d5d4ea08d10890ba3d198a254f
 DIST alertmanager-0.22.2.tar.gz 2089680 BLAKE2B 
d8c8cbab0267da0dceadf78ea29ae1bb959537650c507ca35bbfb5f082ac7339d710ede9b27cc6157f3b00bc75b41223b6d722cb5ea47a7eaefc9469baa9
 SHA512 
1cc662b5b9cfb812dd2cf839ad3772b6fbd6977cc11b33648a42651a3fbf0f4dc08436b809485d55d7143900a1a4e8205ed78e97d6a226e5d71b59bfdb6b4561
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273

diff --git a/app-metrics/alertmanager/alertmanager-0.22.1.ebuild 
b/app-metrics/alertmanager/alertmanager-0.22.1.ebuild
deleted file mode 100644
index 3e0e2c8a865..000
--- a/app-metrics/alertmanager/alertmanager-0.22.1.ebuild
+++ /dev/null
@@ -1,801 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module systemd
-
-GIT_COMMIT=5ad7a10
-MY_PV="${PV/_rc/-rc.}"
-
-DESCRIPTION="Alertmanager for alerts sent by client applications such as 
Prometheus"
-HOMEPAGE="https://github.com/prometheus/alertmanager;
-
-EGO_SUM=(
-   "cloud.google.com/go v0.26.0/go.mod"
-   "cloud.google.com/go v0.34.0/go.mod"
-   "github.com/BurntSushi/toml v0.3.1/go.mod"
-   "github.com/Knetic/govaluate 
v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod"
-   "github.com/OneOfOne/xxhash v1.2.2"
-   "github.com/OneOfOne/xxhash v1.2.2/go.mod"
-   "github.com/PuerkitoBio/purell v1.1.0/go.mod"
-   "github.com/PuerkitoBio/purell v1.1.1"
-   "github.com/PuerkitoBio/purell v1.1.1/go.mod"
-   "github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578"
-   "github.com/PuerkitoBio/urlesc 
v0.0.0-20170810143723-de5bf2ad4578/go.mod"
-   "github.com/Shopify/sarama v1.19.0/go.mod"
-   "github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod"
-   "github.com/VividCortex/gohistogram v1.0.0/go.mod"
-   "github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod"
-   "github.com/agnivade/levenshtein v1.0.1/go.mod"
-   "github.com/alecthomas/template 
v0.0.0-20160405071501-a0175ee3bccc/go.mod"
-   "github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751"
-   "github.com/alecthomas/template 
v0.0.0-20190718012654-fb15b899a751/go.mod"
-   "github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod"
-   "github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod"
-   "github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod"
-   "github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15"
-   "github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15/go.mod"
-   "github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod"
-   "github.com/apache/thrift v0.12.0/go.mod"
-   "github.com/apache/thrift v0.13.0/go.mod"
-   "github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod"
-   "github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da"
-   "github.com/armon/go-metrics 

[gentoo-commits] repo/gentoo:master commit in: app-metrics/alertmanager/

2021-06-12 Thread Mikle Kolyada
commit: c7f2cd3978f9d8f128799cf4d78b0c2661511aa7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 19:10:06 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 19:10:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f2cd39

app-metrics/alertmanager: Version bump (v0.22.2)

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-metrics/alertmanager/Manifest  |   1 +
 .../alertmanager/alertmanager-0.22.2.ebuild| 801 +
 2 files changed, 802 insertions(+)

diff --git a/app-metrics/alertmanager/Manifest 
b/app-metrics/alertmanager/Manifest
index d4588c51ddf..aaa2d59e641 100644
--- a/app-metrics/alertmanager/Manifest
+++ b/app-metrics/alertmanager/Manifest
@@ -1,5 +1,6 @@
 DIST alertmanager-0.21.0.tar.gz 5704209 BLAKE2B 
646ac0b05eb194d1c35f49e38c0a206d09a9c45d4f2f7c371a53ecfff5deba6e2c2af82f3f4ce2b591338c557241766395f42b8bd3c91ae2da4ef7e570666fda
 SHA512 
72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da
 DIST alertmanager-0.22.1.tar.gz 2087854 BLAKE2B 
93988bb2050a594f3742388a8346c58b331f67f6748135f430e93f97d86cf177430d7d63a3bcd9478ab37efd41297476c5aeead2c99bc039b0f7874e5bea8378
 SHA512 
ca07a6f02bd02e853d6302ea25315fd2b5942e17b4647d8b94496d3ab746ad9f3d37dd9587d5dfdb3d17ad2c674a26bd237bd7d5d4ea08d10890ba3d198a254f
+DIST alertmanager-0.22.2.tar.gz 2089680 BLAKE2B 
d8c8cbab0267da0dceadf78ea29ae1bb959537650c507ca35bbfb5f082ac7339d710ede9b27cc6157f3b00bc75b41223b6d722cb5ea47a7eaefc9469baa9
 SHA512 
1cc662b5b9cfb812dd2cf839ad3772b6fbd6977cc11b33648a42651a3fbf0f4dc08436b809485d55d7143900a1a4e8205ed78e97d6a226e5d71b59bfdb6b4561
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146

diff --git a/app-metrics/alertmanager/alertmanager-0.22.2.ebuild 
b/app-metrics/alertmanager/alertmanager-0.22.2.ebuild
new file mode 100644
index 000..3e0e2c8a865
--- /dev/null
+++ b/app-metrics/alertmanager/alertmanager-0.22.2.ebuild
@@ -0,0 +1,801 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module systemd
+
+GIT_COMMIT=5ad7a10
+MY_PV="${PV/_rc/-rc.}"
+
+DESCRIPTION="Alertmanager for alerts sent by client applications such as 
Prometheus"
+HOMEPAGE="https://github.com/prometheus/alertmanager;
+
+EGO_SUM=(
+   "cloud.google.com/go v0.26.0/go.mod"
+   "cloud.google.com/go v0.34.0/go.mod"
+   "github.com/BurntSushi/toml v0.3.1/go.mod"
+   "github.com/Knetic/govaluate 
v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod"
+   "github.com/OneOfOne/xxhash v1.2.2"
+   "github.com/OneOfOne/xxhash v1.2.2/go.mod"
+   "github.com/PuerkitoBio/purell v1.1.0/go.mod"
+   "github.com/PuerkitoBio/purell v1.1.1"
+   "github.com/PuerkitoBio/purell v1.1.1/go.mod"
+   "github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578"
+   "github.com/PuerkitoBio/urlesc 
v0.0.0-20170810143723-de5bf2ad4578/go.mod"
+   "github.com/Shopify/sarama v1.19.0/go.mod"
+   "github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod"
+   "github.com/VividCortex/gohistogram v1.0.0/go.mod"
+   "github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod"
+   "github.com/agnivade/levenshtein v1.0.1/go.mod"
+   "github.com/alecthomas/template 
v0.0.0-20160405071501-a0175ee3bccc/go.mod"
+   "github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751"
+   "github.com/alecthomas/template 
v0.0.0-20190718012654-fb15b899a751/go.mod"
+   "github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod"
+   "github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod"
+   "github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod"
+   "github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15"
+   "github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15/go.mod"
+   

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/, sci-mathematics/why3-for-spark/files/

2021-06-12 Thread Alfredo Tupone
commit: fa8a6b65b706ccd8cd58fe0d9d3bd0b6d00a610b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Jun 12 18:51:19 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Jun 12 18:51:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8a6b65

sci-mathematics/why3-for-spark: version bump to 2021

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

 sci-mathematics/why3-for-spark/Manifest|   1 +
 .../files/why3-for-spark-2021-flags.patch  |  28 +
 .../why3-for-spark/why3-for-spark-2021.ebuild  | 123 +
 3 files changed, 152 insertions(+)

diff --git a/sci-mathematics/why3-for-spark/Manifest 
b/sci-mathematics/why3-for-spark/Manifest
index 470f4f0fce2..a15aa4d6feb 100644
--- a/sci-mathematics/why3-for-spark/Manifest
+++ b/sci-mathematics/why3-for-spark/Manifest
@@ -1,3 +1,4 @@
 DIST 
8bb5801e17b8b23453262da69c981c091959eec7?filename=why3-2020-20200429-199EF-src.tar.gz
 9739066 BLAKE2B 
c7c11a92d4926f90be9ffa94d74e65ad78423953b53ee617565ccfcea4a5a60b251367b0712c30d170ab717d5868f7d95d62694f38c3d2f52805a28a6522ab8a
 SHA512 
61cd5509957230ff81186d2507b9749b182cdc44698f6658337ce294d210742e57164d25d7c0eb3eb5ea0c53f5f46dea099e6a0769fadcb709a5a8557ed3cae3
 DIST why3-2019-20190517-197BB-src.tar.gz 9439414 BLAKE2B 
68072064e8ee9152528c90afc948047a1f4d58b960ac05b276761fdca5ba1204100c75f33db7bb0ea1a8a646b734e62892ed41bd875b954354f52b8f9d498d4a
 SHA512 
9169a4ff9ee994a19f9f04b689d1b9c679f5340bcd631d7d49b4c55064f505bd5a6ca8149077e5d24d36f5365f0cab58587094e86f352a9105fc46f10c0746ba
+DIST why3-2021-20210519-19ADF-src.tar.gz 10386938 BLAKE2B 
93b6323c562126244f5cccef34088a521fe3dc1cec07c966e94472503ec8492707b20a641936449307f0439e711a82260d36679cbc69f53df8e7886a1d3673c3
 SHA512 
65e3c1430001962f2c7cce786f3e30f14b5295cff89c4087d95c1545e81743723319ba0309dbe15c4c46552110b25ff57addc3ee085dade02ea59a2273b127db
 DIST why3-for-spark-gpl-2018-src.tar.gz 7682767 BLAKE2B 
0b0272ca4d5519ca402990b234d0847378bcd2a0949fea78ea10e355233a16aebe79b938cdf8e4daadabb909171cab83b9d6ccacf9f2dc1c0b57bb6da6fd1fe0
 SHA512 
fc798acf343484fd8e70f470a318753c9a0e9967ff579f20ec185bf3c2a75e7a4a556388fc86a378610ce4a467f3e722c6f610da34d4c33bc3d6b10551731f07

diff --git 
a/sci-mathematics/why3-for-spark/files/why3-for-spark-2021-flags.patch 
b/sci-mathematics/why3-for-spark/files/why3-for-spark-2021-flags.patch
new file mode 100644
index 000..7f6dfd0f446
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/files/why3-for-spark-2021-flags.patch
@@ -0,0 +1,28 @@
+--- a/Makefile.in  2020-06-12 21:03:33.375534124 +0200
 b/Makefile.in  2020-06-12 21:03:48.623283408 +0200
+@@ -127,7 +127,7 @@
+ 
+ WARNINGS = A-4-9-41-44-45-50-52@5@8@48
+ 
+-FLAGS = -w $(WARNINGS) -safe-string -keep-locs -bin-annot -dtypes -g -thread 
$(INCLUDES)
++FLAGS = -w $(WARNINGS) -safe-string -keep-locs -bin-annot -dtypes -g -thread 
$(INCLUDES) -cclib "$(LDFLAGS)" -ccopt "$(CFLAGS)"
+ OFLAGS = $(FLAGS)
+ BFLAGS = $(FLAGS)
+ 
+@@ -778,13 +778,13 @@
+ all: $(TOOLS)
+ 
+ lib/why3server$(EXE): $(SERVER_O)
+-  $(CC) -Wall -o $@ $^
++  $(CC) -Wall $(CFLAGS) -o $@ $^ $(LDFLAGS)
+ 
+ lib/why3cpulimit$(EXE): $(CPULIM_O)
+-  $(CC) -Wall -o $@ $^
++  $(CC) -Wall $(CFLAGS) -o $@ $^ $(LDFLAGS)
+ 
+ %.o: %.c
+-  $(CC) -Wall -O -g -o $@ -c $<
++  $(CC) -Wall $(CFLAGS) -O -g -o $@ -c $<
+ 
+ uninstall-bin::
+   rm -f $(LIBDIR)/why3/why3server$(EXE) $(LIBDIR)/why3/why3cpulimit$(EXE)

diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2021.ebuild 
b/sci-mathematics/why3-for-spark/why3-for-spark-2021.ebuild
new file mode 100644
index 000..04dd0ae9fcb
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/why3-for-spark-2021.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+ADAMIRROR=https://community.download.adacore.com/v1
+ID=dd74ae7ecfd7d56aff7b17cee7a35559384a600f
+MYP=why3-${PV}-20210519-19ADF-src
+
+DESCRIPTION="Platform for deductive program verification"
+HOMEPAGE="http://why3.lri.fr/;
+SRC_URI="${ADAMIRROR}/${ID}?filename=${MYP}.tar.gz -> ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="coq doc emacs gtk html +ocamlopt zarith zip"
+RESTRICT="strip"
+
+DEPEND="dev-lang/ocaml:0/4.11[ocamlopt?]
+   dev-ml/menhir:=
+   dev-ml/num:=
+   dev-ml/yojson:=
+   coq? (
+   sci-mathematics/coq
+   )
+   doc? (
+   dev-tex/rubber
+   dev-python/sphinx
+   media-gfx/graphviz
+   dev-python/sphinxcontrib-bibtex
+   )
+   gtk? ( dev-ml/lablgtk:=[sourceview] )
+   emacs? ( app-editors/emacs:* )
+   html? ( dev-tex/hevea:= )
+   zarith? ( dev-ml/zarith:= )
+   zip? ( dev-ml/camlzip:= )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=(
+   

[gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/

2021-06-12 Thread Mikle Kolyada
commit: ba4e5aef1034b1f4ff5b4457edb52e735aa81a60
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 18:48:55 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 18:50:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4e5aef

app-crypt/p11-kit: Version bump (v0.24.0)

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/p11-kit/Manifest  |  1 +
 app-crypt/p11-kit/p11-kit-0.24.0.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest
index 8b75e07bb5a..45951f693d8 100644
--- a/app-crypt/p11-kit/Manifest
+++ b/app-crypt/p11-kit/Manifest
@@ -1 +1,2 @@
 DIST p11-kit-0.23.22.tar.xz 830016 BLAKE2B 
4e1edfd9e2441d237c07a16c003aee5ffde38f1cf545c26e435645429f2cfa4fe7ca61cdc3c3940390aa040ba991f2ee3995b14cc31bb886d5eeffa8ed5e1721
 SHA512 
098819e6ca4ad9cc2a0bc2e478aea67354d051a4f03e6c7d75d13d2469b6dc7654f26b15530052f6ed51acb35531c2539e0f971b31e29e6673e857c903afb080
+DIST p11-kit-0.24.0.tar.xz 834392 BLAKE2B 
f967b51d3b021c6e95a0ddc1934527023aa4acbae2b193d64829620331ea0f094e1467fdea897a3121d05f30b1747607197a50c906a40609913230ab363c09e5
 SHA512 
48369d6fdae79b8c5a255c821fbdb982f0c649cce07c0d92f0ff0c16322fea8919faa94067cae2efede2da3646c0e69a71a3e399b769dc2327f247bcb113eb3c

diff --git a/app-crypt/p11-kit/p11-kit-0.24.0.ebuild 
b/app-crypt/p11-kit/p11-kit-0.24.0.ebuild
new file mode 100644
index 000..7366c599dd8
--- /dev/null
+++ b/app-crypt/p11-kit/p11-kit-0.24.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
+HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html;
+SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+asn1 debug +libffi systemd +trust"
+REQUIRED_USE="trust? ( asn1 )"
+
+RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}] )
+   libffi? ( dev-libs/libffi:=[${MULTILIB_USEDEP}] )
+   systemd? ( sys-apps/systemd:= )
+   trust? ( app-misc/ca-certificates )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+   # disable unsafe tests, bug#502088
+   export FAKED_MODE=1
+}
+
+src_prepare() {
+   if [[ ${CHOST} == *-solaris2.* && ${CHOST##*-solaris2.} -lt 11 ]] ; then
+   # Solaris 10 and before doesn't know about XPG7 
(XOPEN_SOURCE=700)
+   # drop to XPG6 to make feature_tests.h happy
+   sed -i -e '/define _XOPEN_SOURCE/s/700/600/' common/compat.c || 
die
+   # paths.h isn't available, oddly enough also not used albeit 
included
+   sed -i -e '/#include /d' trust/test-trust.c || die
+   # we don't have SUN_LEN here
+   sed -i -e 's/SUN_LEN \(([^)]\+)\)/strlen (\1->sun_path)/' \
+   p11-kit/server.c || die
+   fi
+   default
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable trust trust-module) \
+   $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
+   $(use_enable debug) \
+   $(use_with libffi) \
+   $(use_with asn1 libtasn1) \
+   $(multilib_native_use_with systemd)
+
+   if multilib_is_native_abi; then
+   # re-use provided documentation
+   ln -s "${S}"/doc/manual/html doc/manual/html || die
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2021-06-12 Thread Mike Gilbert
commit: 6123e6f4c4b62898fdb0666cc09a4f19980fd459
Author: David Michael  gmail  com>
AuthorDate: Sat Jun 12 18:32:12 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:45:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6123e6f4

net-misc/iputils: move gettext to BDEPEND

Closes: https://bugs.gentoo.org/795654
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/iputils/iputils-20210202.ebuild | 9 +
 net-misc/iputils/iputils-.ebuild | 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/net-misc/iputils/iputils-20210202.ebuild 
b/net-misc/iputils/iputils-20210202.ebuild
index c60375ef537..2e35ddc1ea7 100644
--- a/net-misc/iputils/iputils-20210202.ebuild
+++ b/net-misc/iputils/iputils-20210202.ebuild
@@ -30,12 +30,15 @@ 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"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
 
 LIB_DEPEND="
caps? ( sys-libs/libcap[static-libs(+)] )
idn? ( net-dns/libidn2:=[static-libs(+)] )
-   nls? ( sys-devel/gettext[static-libs(+)] )
+   nls? ( virtual/libintl[static-libs(+)] )
 "
 
 RDEPEND="
@@ -59,8 +62,6 @@ if [[ ${PV} == "" ]] ; then
"
 fi
 
-PATCHES=()
-
 src_prepare() {
default
 

diff --git a/net-misc/iputils/iputils-.ebuild 
b/net-misc/iputils/iputils-.ebuild
index 82b60db3892..c77ade4aac5 100644
--- a/net-misc/iputils/iputils-.ebuild
+++ b/net-misc/iputils/iputils-.ebuild
@@ -30,12 +30,15 @@ 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"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
 
 LIB_DEPEND="
caps? ( sys-libs/libcap[static-libs(+)] )
idn? ( net-dns/libidn2:=[static-libs(+)] )
-   nls? ( sys-devel/gettext[static-libs(+)] )
+   nls? ( virtual/libintl[static-libs(+)] )
 "
 
 RDEPEND="
@@ -59,8 +62,6 @@ if [[ ${PV} == "" ]] ; then
"
 fi
 
-PATCHES=()
-
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp-scripts/

2021-06-12 Thread Mike Gilbert
commit: 6cc4ef67b5af5c1e809bb6846ea0d619a350fa69
Author: David Michael  gmail  com>
AuthorDate: Sat Jun 12 18:35:50 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:45:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4ef67

net-dialup/ppp-scripts: EAPI 7

Closes: https://bugs.gentoo.org/795657
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-dialup/ppp-scripts/ppp-scripts-0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild 
b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
index 9299c2d744b..5cfe76c23ab 100644
--- a/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
+++ b/net-dialup/ppp-scripts/ppp-scripts-0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Common set of scripts for various PPP implementations"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
@@ -20,8 +20,8 @@ src_install() {
exeinto /etc/ppp
for i in ip-up ip-down ; do
doexe "scripts/${i}"
-   insinto /etc/ppp/${i}.d
dosym ${i} /etc/ppp/${i/ip/ipv6}
+   insinto /etc/ppp/${i}.d
doins "scripts/${i}.d"/*
done
 }



[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/

2021-06-12 Thread Mike Gilbert
commit: 6155a61ea868948eebbfd12f0f4054c437e97aa6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 12 18:48:57 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:48:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6155a61e

net-dialup/ppp: remove redundant USE flag descriptions

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

 net-dialup/ppp/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-dialup/ppp/metadata.xml b/net-dialup/ppp/metadata.xml
index a0beaacabe4..4088e8b313f 100644
--- a/net-dialup/ppp/metadata.xml
+++ b/net-dialup/ppp/metadata.xml
@@ -11,8 +11,6 @@
   
   
 Enables active filter support
-Enables ATM (Asynchronous Transfer Mode) protocol
-support
 Installs PPP DHCP client plugin for IP address allocation
 by a DHCP server (see http://www.netservers.co.uk/gpl/)
 Enables support for Extensible Authentication
@@ -21,7 +19,6 @@
 Installs GTK+ password prompting program that can be used
 by passprompt.so PPP plugin for reading the password from a X11 input
 terminal
-Enables support for IP version 6
 Enables RADIUS support
   
   



[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/

2021-06-12 Thread Mike Gilbert
commit: 517654d83e64c8c38435f388c1cb9cd8390330f6
Author: David Michael  gmail  com>
AuthorDate: Sat Jun 12 18:38:36 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:45:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517654d8

net-dialup/ppp: respect CC with USE=gtk

Closes: https://bugs.gentoo.org/795660
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-dialup/ppp/ppp-2.4.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/ppp/ppp-2.4.9-r2.ebuild 
b/net-dialup/ppp/ppp-2.4.9-r2.ebuild
index 61bbe8a8906..a949862b2b6 100644
--- a/net-dialup/ppp/ppp-2.4.9-r2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.9-r2.ebuild
@@ -107,8 +107,8 @@ src_prepare() {
 }
 
 src_compile() {
-   tc-export AR PKG_CONFIG
-   emake COPTS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)"
+   tc-export AR CC PKG_CONFIG
+   emake CC="${CC}" COPTS="${CFLAGS} -D_GNU_SOURCE"
 
# build pppgetpass
cd contrib/pppgetpass || die



[gentoo-commits] repo/gentoo:master commit in: media-plugins/live/

2021-06-12 Thread John Helmert III
commit: 8e14ff1a018a8d131838439a52a4849f675aaa6a
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jun 12 18:34:01 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jun 12 18:43:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e14ff1a

media-plugins/live: add 2021.05.22

Bug: https://bugs.gentoo.org/732598
Signed-off-by: John Helmert III  gentoo.org>

 media-plugins/live/Manifest   |   1 +
 media-plugins/live/live-2021.05.22.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/media-plugins/live/Manifest b/media-plugins/live/Manifest
index fd63e86d4e2..f77ddb4bdae 100644
--- a/media-plugins/live/Manifest
+++ b/media-plugins/live/Manifest
@@ -1 +1,2 @@
 DIST live.2020.05.15.tar.gz 7229400 BLAKE2B 
74532c178aa1044750110eb52561b99cd70874574ee84992201a145b18091d4f8475e2a299a83f0fe42c7e64483d46175fb76465a22509db3ba2633aff1327f6
 SHA512 
d53fb7e8c586f50e561aa361567ccd45babdbbcbe96a06d95e42a04a54b23ac3f474fefcacf94a49b604008623acf06789b92238364713853babbe356eeac4aa
+DIST live.2021.05.22.tar.gz 682749 BLAKE2B 
38663f8c5dbd8cccf4e5cfe685b0eb393559195eba852fcdf6c38c7be936948d2727da91e829aedbde08eab6edb6082533d14061edfcf125d82c925bffdb9f90
 SHA512 
4021cbdaffb48b9b361e931fa71f89db1e116fe8c4e57df78d54493b111a8c6249431cc418a20352a45a75ef240712609eed3aa7468c6049996dd2451ae2941c

diff --git a/media-plugins/live/live-2021.05.22.ebuild 
b/media-plugins/live/live-2021.05.22.ebuild
new file mode 100644
index 000..8d95043ecf5
--- /dev/null
+++ b/media-plugins/live/live-2021.05.22.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Libraries for standards-based RTP/RTCP/RTSP multimedia streaming"
+HOMEPAGE="http://www.live555.com/;
+SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz;
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+IUSE="ssl"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+   ssl? (
+   dev-libs/openssl:0=
+   )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( "live-shared/README" )
+
+# Alexis Ballier , Sam James 
+# Be careful, bump this everytime you bump the package and the ABI has changed.
+# If you don't know, ask someone.
+# You may wish to use a site like 
https://abi-laboratory.pro/index.php?view=timeline=live555
+LIVE_ABI_VERSION=9
+SLOT="0/${LIVE_ABI_VERSION}"
+
+S="${WORKDIR}/live"
+
+src_prepare() {
+   default
+
+   cp "${FILESDIR}/config.gentoo-so-r3" "${S}/config.gentoo-so-r1" || die
+
+   # This is all legacy stuff which needs to be cleaned up
+   case ${CHOST} in
+   *-solaris*)
+   sed -i \
+   -e '/^COMPILE_OPTS /s/$/ -DSOLARIS 
-DXLOCALE_NOT_USED/' \
+   -e '/^LIBS_FOR_CONSOLE_APPLICATION /s/$/ 
-lsocket -lnsl/' \
+   live/config.gentoo-so-r1 \
+   || die
+   ;;
+   *-darwin*)
+   sed -i \
+   -e '/^COMPILE_OPTS /s/$/ -DBSD=1 
-DHAVE_SOCKADDR_LEN=1/' \
+   -e '/^LINK /s/$/ /' \
+   -e '/^LIBRARY_LINK /s/=.*$/= $(CXX) -o /' \
+   -e '/^LIBRARY_LINK_OPTS 
/s:-shared.*$:-undefined suppress -flat_namespace -dynamiclib -install_name 
'"${EPREFIX}/usr/$(get_libdir)/"'$@:' \
+   -e '/^LIB_SUFFIX /s/so/dylib/' \
+   live/config.gentoo-so-r1 \
+   || die
+   ;;
+   esac
+}
+
+src_configure() {
+   # This ebuild uses its own build system
+   # We don't want to call ./configure or anything here.
+   # The only thing we can do is honour the user's SSL preference.
+   if use ssl ; then
+   sed -i 's/-DNO_OPENSSL=1//' "${S}/config.gentoo-so-r1" || die
+   fi
+
+   # Bug 718912
+   tc-export CC CXX
+
+   # And defer to the scripts that upstream provide.
+   ./genMakefiles gentoo-so-r1 || die
+}
+
+src_compile() {
+   export suffix="${LIVE_ABI_VERSION}.so"
+   local link_opts="$(usex ssl "$($(tc-getPKG_CONFIG) --libs libssl 
libcrypto)" '') -L. ${LDFLAGS}"
+   local lib_suffix="${suffix#.}"
+
+   einfo "Beginning shared library build"
+   emake LINK_OPTS="${link_opts}" LIB_SUFFIX="${lib_suffix}"
+
+   for i in liveMedia groupsock UsageEnvironment BasicUsageEnvironment ; do
+   cd "${S}/${i}" || die
+   ln -s "lib${i}.${suffix}" "lib${i}.so" || die
+   done
+
+   einfo "Beginning programs build"
+   for i in proxyServer mediaServer ; do
+   cd "${S}/${i}" || die
+   emake 

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

2021-06-12 Thread Mikle Kolyada
commit: 2d6c7252409a11cd9f533ebfde6357f5575cffb3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 18:42:42 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 18:42:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6c7252

media-video/mpv: bump libplacebo version for 

Closes: https://bugs.gentoo.org/795588
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index c749f487bd6..9f3dea5a651 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
vaapi? ( x11-libs/libva:=[drm?,X?,wayland?] )
vdpau? ( x11-libs/libvdpau )
vulkan? (
-   media-libs/libplacebo:=[vulkan]
+   >=media-libs/libplacebo-2.72.2:=[vulkan]
media-libs/shaderc
)
wayland? (



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

2021-06-12 Thread Mikle Kolyada
commit: e63fa46a8e884034a17bd63661331b132a407f09
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun 12 18:33:48 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun 12 18:34:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63fa46a

app-crypt/gnupg: Version bump (v2.2.28)

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-crypt/gnupg/Manifest|   1 +
 app-crypt/gnupg/gnupg-2.2.28.ebuild | 160 
 2 files changed, 161 insertions(+)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index fd650f9f011..dbeb3c42d90 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -1,3 +1,4 @@
 DIST gnupg-2.2.16-scdaemon_shared-access.patch 2586 BLAKE2B 
42fd5482c4e86751ce62836125997c2295c44bc5db0671a06460fd306b2ed93f290fb898fc1b1e463a863eddf9ab5f99ea3c90a55499ef45ca1ed6edf2854663
 SHA512 
38abaa4200114ae6b6f220fabc0a84a056761949c97bd0564557f4411a299b9a1939893555c27e26da2d8e8da4bc97a298fa7e68f1e80fe99c3f88cc329eaa84
 DIST gnupg-2.2.27.tar.bz2 7191555 BLAKE2B 
d652aad382cf07cc458b29ff82718edd47457d8236dcbeee51f22d88503be141f009e9ea45b6dafe614115d9558fe371509579e58ce17a5f04540a31aa406ea3
 SHA512 
cf336962116c9c08ac80b1299654b94948033ef51d6d5e7f54c2f07bbf7d92c7b0bddb606ceee2cdd837063f519b8d59af5a82816b840a0fc47d90c07b0e95ab
+DIST gnupg-2.2.28.tar.bz2 7218833 BLAKE2B 
61e90a39f4572f41da687c6a6983a897eec1784d60b6ff6579f895c07214d273ad2a25a1a5cb4c26210028afee32c58a8fb0752683a0ab9a5f8a73438492b80b
 SHA512 
d79594fac93773639fc5b95cdfad1003829879e1bc9c415261bccfc64bd56cbeec5d8571d1468e4e3fd982c546e3b9cfc2161412d544717f48eabe3a360caae8
 DIST gnupg-2.3.1.tar.bz2 7570431 BLAKE2B 
f7c7d3246b0807798917ecd711c74ea7c52dd24530106765a1f4a6e9af098c9a99c5d0f44fc2c253d013b11f862fccf0b1630593d07b2e1950a91b3473c671c1
 SHA512 
d2cc82c1b47bbd79acd6ef787c01684fb084b1c5507bbca6cf7ca8834ed978ae7a44c01d652cc3afbd70e2906583c8701aebc8d9fd3fc5e0401769ad4cd46af1

diff --git a/app-crypt/gnupg/gnupg-2.2.28.ebuild 
b/app-crypt/gnupg/gnupg-2.2.28.ebuild
new file mode 100644
index 000..f03938727e3
--- /dev/null
+++ b/app-crypt/gnupg/gnupg-2.2.28.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd toolchain-funcs
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="The GNU Privacy Guard, a GPL OpenPGP implementation"
+HOMEPAGE="https://gnupg.org/;
+SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2
+   scd-shared-access? ( 
https://raw.githubusercontent.com/GPGTools/MacGPG2/5ca182f54b7b6cd635d1c0a4713953834489fdd9/patches/gnupg/scdaemon_shared-access.patch
 -> ${PN}-2.2.16-scdaemon_shared-access.patch )"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 doc ldap nls readline scd-shared-access selinux +smartcard ssl 
tofu tools usb user-socket wks-server"
+
+# Existence of executables is checked during configuration.
+DEPEND=">=dev-libs/libassuan-2.5.0
+   >=dev-libs/libgcrypt-1.8.0
+   >=dev-libs/libgpg-error-1.29
+   >=dev-libs/libksba-1.3.4
+   >=dev-libs/npth-1.2
+   >=net-misc/curl-7.10
+   bzip2? ( app-arch/bzip2 )
+   ldap? ( net-nds/openldap )
+   readline? ( sys-libs/readline:0= )
+   smartcard? ( usb? ( virtual/libusb:1 ) )
+   ssl? ( >=net-libs/gnutls-3.0:0= )
+   sys-libs/zlib
+   tofu? ( >=dev-db/sqlite-3.7 )"
+
+RDEPEND="${DEPEND}
+   app-crypt/pinentry
+   nls? ( virtual/libintl )
+   selinux? ( sec-policy/selinux-gpg )
+   wks-server? ( virtual/mta )"
+
+BDEPEND="virtual/pkgconfig
+   doc? ( sys-apps/texinfo )
+   nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(
+   ChangeLog NEWS README THANKS TODO VERSION
+   doc/FAQ doc/DETAILS doc/HACKING doc/TRANSLATE doc/OpenPGP doc/KEYSERVER
+)
+
+PATCHES=(
+   
"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
+)
+
+src_prepare() {
+   default
+
+   # Made optional because it's a non-official patch
+   if use scd-shared-access ; then
+   # Patch taken from
+   # https://github.com/GPGTools/MacGPG2/tree/dev/patches/gnupg
+   eapply "${DISTDIR}/${PN}-2.2.16-scdaemon_shared-access.patch"
+   fi
+
+   # Inject SSH_AUTH_SOCK into user's sessions after enabling 
gpg-agent-ssh.socket in systemctl --user mode,
+   # idea borrowed from libdbus, see
+   #   
https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/bus/systemd-user/dbus.socket.in#L6
+   #
+   # This cannot be upstreamed, as it requires determining the exact 
prefix of 'systemctl',
+   # which in turn requires discovery in Autoconf, something that 

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

2021-06-12 Thread Matt Turner
commit: b72d92eef09759276ca623d2bc546b97b45c807a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jun 12 18:25:06 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jun 12 18:25:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72d92ee

dev-util/catalyst: Depend on libisoburn irrespective of arch

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

 dev-util/catalyst/catalyst-.ebuild | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index a9a093b04c9..173090ac993 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.ebuild
@@ -46,28 +46,22 @@ RDEPEND="
 
iso? (
app-cdr/cdrtools
+   dev-libs/libisoburn
 
amd64? (

sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64]
)
-   alpha? (
-   dev-libs/libisoburn
-   )
ia64?  (
-   dev-libs/libisoburn
sys-boot/grub[grub_platforms_efi-64]
sys-fs/mtools
)
ppc?   (
-   dev-libs/libisoburn
sys-boot/grub:2[grub_platforms_ieee1275]
)
ppc64? (
-   dev-libs/libisoburn
sys-boot/grub:2[grub_platforms_ieee1275]
)
sparc? (
-   dev-libs/libisoburn
sys-boot/grub:2[grub_platforms_ieee1275]
)
x86?   (



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

2021-06-12 Thread Mike Gilbert
commit: 50100e3801575c1fce367d1d426e9ea013e922e9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 12 18:14:55 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:21:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50100e38

dev-util/meson: bump to 0.58.1

Closes: https://bugs.gentoo.org/791346
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/Manifest   | 1 +
 dev-util/meson/{meson-.ebuild => meson-0.58.1.ebuild} | 9 -
 dev-util/meson/meson-.ebuild  | 9 -
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 765d085eb49..cbe47bf22dc 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1 +1,2 @@
 DIST meson-0.57.2.tar.gz 1853721 BLAKE2B 
9c167a21745719589a165e7ffc31007bd6307b347027f390fd660b2f44b5a2e6d8f36e999e15fa4b28ae269ddb0bb3897e0297288c59b62cc493aad058126293
 SHA512 
a3b0bf3d5e1d1b7ac7c97313f43046c94aa2a6b21964958569c89764dfda08db166adb89d48cbfad735bd472114587a71089d5e8b4f0fce04c3289da21b3f40e
+DIST meson-0.58.1.tar.gz 1896205 BLAKE2B 
d42e04b262c6715ba2776f64d2e616016381303b07e609c804becf72db2ebd8ef08030c969f43813b2072552cb76974b2ed84f2da6d6c809ad612169d580395c
 SHA512 
64ac1a9bcc642fb6d37c4b677d8b7db16d821f852f927a980d3fb1c149d680b7ff2c8d03676c6772666d46a33b6ce8674220433d302fcd92d13d9818558d6453

diff --git a/dev-util/meson/meson-.ebuild 
b/dev-util/meson/meson-0.58.1.ebuild
similarity index 84%
copy from dev-util/meson/meson-.ebuild
copy to dev-util/meson/meson-0.58.1.ebuild
index 3b18cdf978c..e2a175666ca 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-0.58.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;
@@ -80,6 +80,13 @@ python_test() {
# 'test cases/unit/73 summary' expects 80 columns
export COLUMNS=80
 
+   # If JAVA_HOME is not set, meson looks for javac in PATH.
+   # If javac is in /usr/bin, meson assumes /usr/include is a valid
+   # JDK include path. Setting JAVA_HOME works around this broken
+   # autodection. If no JDK is installed, we should end up with an 
empty
+   # value in JAVA_HOME, and the tests should get skipped.
+   export JAVA_HOME=$(java-config -O 2>/dev/null)
+
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 3b18cdf978c..e2a175666ca 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;
@@ -80,6 +80,13 @@ python_test() {
# 'test cases/unit/73 summary' expects 80 columns
export COLUMNS=80
 
+   # If JAVA_HOME is not set, meson looks for javac in PATH.
+   # If javac is in /usr/bin, meson assumes /usr/include is a valid
+   # JDK include path. Setting JAVA_HOME works around this broken
+   # autodection. If no JDK is installed, we should end up with an 
empty
+   # value in JAVA_HOME, and the tests should get skipped.
+   export JAVA_HOME=$(java-config -O 2>/dev/null)
+
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }



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

2021-06-12 Thread Mike Gilbert
commit: e2b72a1641a2b5ab4a8902b77c273ec7cb2f3ca0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 12 18:00:58 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:21:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b72a16

dev-util/meson: drop 0.56.2

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

 dev-util/meson/Manifest|  1 -
 dev-util/meson/meson-0.56.2.ebuild | 95 --
 2 files changed, 96 deletions(-)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 4e78be3c756..765d085eb49 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,2 +1 @@
-DIST meson-0.56.2.tar.gz 1794847 BLAKE2B 
350427e2ff4b4fe688220ca6279ff3361e1b2c7c573e1e0185ea9014fda73bc68929256073fe05855e3403638257e26477868d0a5683a5b91f6a74ee55a01f0e
 SHA512 
3b6cc5cae31d756b251ecde3483d3710bceff50cfd03ef6cf6f939d9e58e61fcb03a2ee09d6a6f9bfa2198f43e7f20447359de3bff1055febcf03e82e514
 DIST meson-0.57.2.tar.gz 1853721 BLAKE2B 
9c167a21745719589a165e7ffc31007bd6307b347027f390fd660b2f44b5a2e6d8f36e999e15fa4b28ae269ddb0bb3897e0297288c59b62cc493aad058126293
 SHA512 
a3b0bf3d5e1d1b7ac7c97313f43046c94aa2a6b21964958569c89764dfda08db166adb89d48cbfad735bd472114587a71089d5e8b4f0fce04c3289da21b3f40e

diff --git a/dev-util/meson/meson-0.56.2.ebuild 
b/dev-util/meson/meson-0.56.2.ebuild
deleted file mode 100644
index 20afc602e2b..000
--- a/dev-util/meson/meson-0.56.2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 2016-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-fi
-
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="Open source build system"
-HOMEPAGE="https://mesonbuild.com/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? (
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   dev-util/ninja
-   dev-vcs/git
-   sys-libs/zlib[static-libs(+)]
-   virtual/pkgconfig
-   )
-"
-
-python_prepare_all() {
-   local disable_unittests=(
-   # ASAN and sandbox both want control over LD_PRELOAD
-   # https://bugs.gentoo.org/673016
-   -e 's/test_generate_gir_with_address_sanitizer/_&/'
-
-   # ASAN is unsupported on some targets
-   # https://bugs.gentoo.org/692822
-   -e 's/test_pch_with_address_sanitizer/_&/'
-
-   # https://github.com/mesonbuild/meson/issues/7203
-   -e 's/test_templates/_&/'
-
-   # Broken due to python2 wrapper
-   -e 's/test_python_module/_&/'
-   )
-
-   sed -i "${disable_unittests[@]}" run_unittests.py || die
-
-   # Broken due to python2 script created by python_wrapper_setup
-   rm -r "test cases/frameworks/1 boost" || die
-
-   distutils-r1_python_prepare_all
-}
-
-src_test() {
-   tc-export PKG_CONFIG
-   if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
-   ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
-   else
-   # https://bugs.gentoo.org/687792
-   unset PKG_CONFIG
-   distutils-r1_src_test
-   fi
-}
-
-python_test() {
-   (
-   # test_meson_installed
-   unset PYTHONDONTWRITEBYTECODE
-
-   # test_cross_file_system_paths
-   unset XDG_DATA_HOME
-
-   # 'test cases/unit/73 summary' expects 80 columns
-   export COLUMNS=80
-
-   ${EPYTHON} -u run_tests.py
-   ) || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   insinto /usr/share/vim/vimfiles
-   doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
-   insinto /usr/share/zsh/site-functions
-   doins data/shell-completions/zsh/_meson
-}



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

2021-06-12 Thread Mike Gilbert
commit: 476cd2936dcbfba9852fc32250ef180a15064764
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jun 12 18:01:36 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jun 12 18:21:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476cd293

dev-util/meson: drop DISTUTILS_USE_SETUPTOOLS

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

 dev-util/meson/meson-0.57.2.ebuild | 1 -
 dev-util/meson/meson-.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-util/meson/meson-0.57.2.ebuild 
b/dev-util/meson/meson-0.57.2.ebuild
index 20afc602e2b..718d9c7fe89 100644
--- a/dev-util/meson/meson-0.57.2.ebuild
+++ b/dev-util/meson/meson-0.57.2.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index cb12aed28c9..3b18cdf978c 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;



[gentoo-commits] repo/gentoo:master commit in: sys-block/blktrace/

2021-06-12 Thread Robin H. Johnson
commit: d67d725f6bbb13cf73ff577df38e36bd08544d78
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Jun 12 18:01:43 2021 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Jun 12 18:04:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67d725f

sys-block/blktrace: bump using snapshot

Reference: CVE-2018-10689
Bug: https://bugs.gentoo.org/655146
Signed-off-by: Robin H. Johnson  gentoo.org>

 sys-block/blktrace/Manifest|  1 +
 .../blktrace/blktrace-1.2.0_p20210419122502.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/sys-block/blktrace/Manifest b/sys-block/blktrace/Manifest
index 5f5984d3f9b..a468e89de08 100644
--- a/sys-block/blktrace/Manifest
+++ b/sys-block/blktrace/Manifest
@@ -1 +1,2 @@
 DIST blktrace-1.2.0.tar.bz2 395193 BLAKE2B 
8f8505f27985f0451f75ced0e438a88758482227e83ba8de235986ab3f116cf38d5aec340d1e7ce3dc3aa5a97c0bd4c46265687976e7326a54ea2e7cce4afc82
 SHA512 
ce82c8010ca5c2868746d8eb7c6a107fc7382c05df949eeff79e612f5b1a98301a5aa5ab39de0766ea1c074f95e378ba985401cbeba9a296e3182da7d7a23b86
+DIST blktrace-git-20210419122502.tar.gz 2207917 BLAKE2B 
27851953e857af6362604b91740f9df2e59ec79b6c192a3bf85e1ab8f9a4307f3220ec73283b73d121d0846fdf3d00a6fa5761959590ea2daa0c27192637a9f5
 SHA512 
a459273579480288a354e214795a2c09831b23216f407b30d21ad950d7bb88138aad4e2d5612566f359ae7111a200ca28d19d3a1a6ffcdf446cb07c59feec6fc

diff --git a/sys-block/blktrace/blktrace-1.2.0_p20210419122502.ebuild 
b/sys-block/blktrace/blktrace-1.2.0_p20210419122502.ebuild
new file mode 100644
index 000..4cf61b2d4ce
--- /dev/null
+++ b/sys-block/blktrace/blktrace-1.2.0_p20210419122502.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs flag-o-matic linux-info
+
+MY_PN="blktrace"
+if [[ ${PV} =~ _p20 ]]; then
+   #https://brick.kernel.dk/snaps/blktrace-git-20210419122502.tar.gz
+   MY_P="${MY_PN}-git-${PV/*_p}"
+   EXT='tar.gz'
+   S="${WORKDIR}/${PN}"
+else
+   MY_P="${MY_PN}-${PV}"
+   EXT='tar.bz2'
+   S="${WORKDIR}/${MY_P}"
+fi
+
+DESCRIPTION="show detailed info about what is happening on a block device io 
queue"
+HOMEPAGE="https://git.kernel.dk/cgit/blktrace/;
+SRC_URI="https://brick.kernel.dk/snaps/${MY_P}.${EXT};
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND="dev-libs/libaio"
+# This is a Linux specific app!
+DEPEND="${RDEPEND}
+   sys-kernel/linux-headers
+   doc? (
+   virtual/latex-base
+   >=app-text/texlive-core-2014
+   )
+"
+
+CONFIG_CHECK="~BLK_DEV_IO_TRACE"
+WARNING_BLK_DEV_IO_TRACE="you need to enable BLK_DEV_IO_TRACE kernel option if 
you want to gather traces from this machine"
+
+PATCHES=(
+   #"${FILESDIR}"/${P}-overlapping-io-stats.patch
+   #"${FILESDIR}"/${PN}-1.2.0-ldflags.patch #335741
+   #"${FILESDIR}"/${PN}-1.2.0-parallel-build.patch #335741
+)
+
+src_compile() {
+   append-cppflags -DLVM_REMAP_WORKAROUND -W -I"${S}"
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS}"
+   if use doc; then
+   export VARTEXFONTS="${T}/fonts"
+   emake docs
+   fi
+}
+
+src_install() {
+   emake install CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${CPPFLAGS}" 
DESTDIR="${ED}" prefix="/usr" mandir="/usr/share/man"
+   einstalldocs
+   use doc && dodoc doc/blktrace.pdf btt/doc/btt.pdf
+}



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

2021-06-12 Thread Ronny Gutbrod
commit: 94afa6e6de2d3296bb8401e89315f970f96fe07c
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sat Jun 12 17:59:26 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Sat Jun 12 18:02:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94afa6e6

profiles/package.mask: Last rites for media-gfx/glimpse

https://glimpse-editor.org/posts/a-project-on-hiatus/

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c0758b641..c500a8a1e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -12,3 +12,9 @@
 # TODO: Either fix per profile masking in overlays, or move
 # this entry to the relevant package.mask files in ::gentoo
 >=sys-block/systemd-swap-4.4.0
+
+# Ronny (tastytea) Gutbrod  (2021-06-12)
+# Project is “On Hiatus” since 2021-05, it does not look like it will be
+# revived. Upstream recommends switching to media-gfx/gimp.
+# Masked for removal in 30 days.
+media-gfx/glimpse



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

2021-06-12 Thread Lars Wendler
commit: 675027a7186b8bfc5331922d33a2b911f07031f4
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 17:48:10 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 17:49:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675027a7

sys-fs/fuse: Bump to version 3.10.4

Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/fuse/Manifest   |  1 +
 sys-fs/fuse/fuse-3.10.4.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
index 9794a201c96..c22aef3b2f0 100644
--- a/sys-fs/fuse/Manifest
+++ b/sys-fs/fuse/Manifest
@@ -1,3 +1,4 @@
 DIST fuse-2.9.9.tar.gz 1813177 BLAKE2B 
9e9141380bda46eb0bcce325c6fd293fe3844fe884a4952bb38d4b89dc48b728ffcc891038b3a7a861f05acfacce9dd7bb0e11d600609f3ad0ab278ccbe98847
 SHA512 
3d82fafd04f2924299bb09d2bb144935fa004a43fb9a6568e2e1cc5a60fded2efa1711029a0d7f12b3e6e4501f7217f2ee3545646d89da8dece083cb390f23e2
 DIST fuse-3.10.3.tar.xz 2558792 BLAKE2B 
5b730321677e5080148c2ca5db35ed14b6f1919c4233ddd54d3a0613199aa06f45124995c5a56d2e8d4551bf328ff26ae034fae42c39035148361cd2d99600f1
 SHA512 
7329dd26284a15309eafc2b8b3f29ed431a5ce9c927c5965a51c270718f4915c318b84e4cf4e7f7ee1913831ce943a2e1a378d0bd2a1215eba7b9bc65efb7942
+DIST fuse-3.10.4.tar.xz 2787472 BLAKE2B 
174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f
 SHA512 
1cb7600dc04f148b15ec3183d0348320dd946cf15d4077798e7e34fe7e8202837718c8b8bd1f190b7a2453ee2b0433d77e18f142ecb7affec1cae29520f6
 DIST fuse-3.9.3.tar.xz 1805676 BLAKE2B 
907806f8799ce70f07d65e08a058709901bafa0fbfa098d3e66f9913f08b1d5f3e35a099f84832f221b5aa8681f69d8291f2a20967acdc8f0b7b0b72c2ae414b
 SHA512 
e4a4bfbc276b1d676211d93878b487c5946f54e8811e929fad4ff32de1f64e0c4e762d33c43e3a04afae538f41efe8d29221f45340ccd74f0055f644802f3e26

diff --git a/sys-fs/fuse/fuse-3.10.4.ebuild b/sys-fs/fuse/fuse-3.10.4.ebuild
new file mode 100644
index 000..e3f0349a01b
--- /dev/null
+++ b/sys-fs/fuse/fuse-3.10.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit meson-multilib udev python-any-r1
+
+DESCRIPTION="An interface for filesystems implemented in userspace"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="+suid test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
+   )"
+RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
+
+DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
+
+python_check_deps() {
+   has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python_setup
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test examples)
+   -Duseroot=false
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
+   )
+   meson_src_configure
+}
+
+src_test() {
+   if [[ ${EUID} != 0 ]]; then
+   ewarn "Running as non-root user, skipping tests"
+   elif has sandbox ${FEATURES}; then
+   ewarn "Sandbox enabled, skipping tests"
+   else
+   multilib-minimal_src_test
+   fi
+}
+
+multilib_src_test() {
+   ${EPYTHON} -m pytest test || die
+}
+
+multilib_src_install_all() {
+   # installed via fuse-common
+   rm -r "${ED}"/{etc,$(get_udevdir)} || die
+
+   # useroot=false prevents the build system from doing this.
+   use suid && fperms u+s /usr/bin/fusermount3
+
+   # manually install man pages to respect compression
+   rm -r "${ED}"/usr/share/man || die
+   doman doc/{fusermount3.1,mount.fuse3.8}
+}



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

2021-06-12 Thread Lars Wendler
commit: c9f17c23f051ff30d71f46a9a0defd52301c3187
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 17:49:35 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 17:49:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f17c23

sys-fs/fuse-common: Bump to version 3.10.4

Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/fuse-common/Manifest  |  1 +
 sys-fs/fuse-common/fuse-common-3.10.4.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index 38900ca3b33..53785dbc86d 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-3.10.1.tar.xz 1898800 BLAKE2B 
ddccf4dc697547edb6ed48ca76b4379a5f94884fd19118926d82b82316d4b83fa80b9f4bda7edc51eb80ec72c06763fd766ab1216767456db8d6238c725f838b
 SHA512 
7cf16c41060a8aaee2f815f271b4dd410c2e072e7629e55b92faca9b2b47544592704736c7da11a598f18ad4a537f0ba76964fa76e3f1a23b4facfe5c6053302
 DIST fuse-3.10.3.tar.xz 2558792 BLAKE2B 
5b730321677e5080148c2ca5db35ed14b6f1919c4233ddd54d3a0613199aa06f45124995c5a56d2e8d4551bf328ff26ae034fae42c39035148361cd2d99600f1
 SHA512 
7329dd26284a15309eafc2b8b3f29ed431a5ce9c927c5965a51c270718f4915c318b84e4cf4e7f7ee1913831ce943a2e1a378d0bd2a1215eba7b9bc65efb7942
+DIST fuse-3.10.4.tar.xz 2787472 BLAKE2B 
174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f
 SHA512 
1cb7600dc04f148b15ec3183d0348320dd946cf15d4077798e7e34fe7e8202837718c8b8bd1f190b7a2453ee2b0433d77e18f142ecb7affec1cae29520f6

diff --git a/sys-fs/fuse-common/fuse-common-3.10.4.ebuild 
b/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
new file mode 100644
index 000..fc73e95dfc9
--- /dev/null
+++ b/sys-fs/fuse-common/fuse-common-3.10.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev
+
+DESCRIPTION="Common files for multiple slots of sys-fs/fuse"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libmcpp/files/, dev-cpp/libmcpp/

2021-06-12 Thread John Helmert III
commit: 95af7c77e3687fb248aeec1c40682ae78d8e64b2
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jun 12 17:29:35 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jun 12 17:29:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95af7c77

dev-cpp/libmcpp: drop 2.7.2-r3

Bug: https://bugs.gentoo.org/718808
Signed-off-by: John Helmert III  gentoo.org>

 dev-cpp/libmcpp/files/libmcpp-2.7.2-gniibe.patch | 33 ---
 dev-cpp/libmcpp/files/libmcpp-2.7.2-zeroc.patch  | 75 
 dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild  | 47 ---
 3 files changed, 155 deletions(-)

diff --git a/dev-cpp/libmcpp/files/libmcpp-2.7.2-gniibe.patch 
b/dev-cpp/libmcpp/files/libmcpp-2.7.2-gniibe.patch
deleted file mode 100644
index cb5aa6c345c..000
--- a/dev-cpp/libmcpp/files/libmcpp-2.7.2-gniibe.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Simple fixes
- * Fix freeing unmalloced memory
-   The memory of 'in_file' is not malloced, but points to argv[].
-   It is wrong to free it.
- * When there is no input file specified by argv, it causes error
-   and fp_in == NULL.  Check is needed to call fclose for fp_in.
-Author: NIIBE Yutaka
-
-## Fixes the issue reported at:
-## 
http://www.forallsecure.com/bug-reports/6b11b6fccda17cc467e055ccf7fec3fa2d89ec00/
-
-Index: mcpp-2.7.2/src/main.c
-===
 mcpp-2.7.2.orig/src/main.c 2013-07-09 03:03:05.610947658 +
-+++ mcpp-2.7.2/src/main.c  2013-07-09 03:03:05.534947624 +
-@@ -428,16 +428,11 @@
- 
- fatal_error_exit:
- #if MCPP_LIB
--/* Free malloced memory */
--if (mcpp_debug & MACRO_CALL) {
--if (in_file != stdin_name)
--free( in_file);
--}
- clear_filelist();
- clear_symtable();
- #endif
- 
--if (fp_in != stdin)
-+if (fp_in && fp_in != stdin)
- fclose( fp_in);
- if (fp_out != stdout)
- fclose( fp_out);

diff --git a/dev-cpp/libmcpp/files/libmcpp-2.7.2-zeroc.patch 
b/dev-cpp/libmcpp/files/libmcpp-2.7.2-zeroc.patch
deleted file mode 100644
index fff5d321fe9..000
--- a/dev-cpp/libmcpp/files/libmcpp-2.7.2-zeroc.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-Description: Fixes by ZeroC, Inc.
-Author: ZeroC, Inc.
-Bug-Debian: http://bugs.debian.org/611749
-
 mcpp-2.7.2.orig/src/main.c
-+++ mcpp-2.7.2/src/main.c
-@@ -326,6 +326,8 @@ static void init_main( void)
- = FALSE;
- option_flags.trig = TRIGRAPHS_INIT;
- option_flags.dig = DIGRAPHS_INIT;
-+sh_file = NULL;
-+sh_line = 0;
- }
- 
- int mcpp_lib_main
 mcpp-2.7.2.orig/src/support.c
-+++ mcpp-2.7.2/src/support.c
-@@ -188,7 +188,7 @@ static char *   append_to_buffer(
- size_t  length
- )
- {
--if (mem_buf_p->bytes_avail < length) {  /* Need to allocate more memory */
-+if (mem_buf_p->bytes_avail < length + 1) {  /* Need to allocate more 
memory */
- size_t size = MAX( BUF_INCR_SIZE, length);
- 
- if (mem_buf_p->buffer == NULL) {/* 1st append   */
-@@ -1722,6 +1722,8 @@ com_start:
- sp -= 2;
- while (*sp != '\n') /* Until end of line*/
- mcpp_fputc( *sp++, OUT);
-+mcpp_fputc( '\n', OUT);
-+wrong_line = TRUE;
- }
- goto  end_line;
- default:/* Not a comment*/
 mcpp-2.7.2.orig/src/internal.H
-+++ mcpp-2.7.2/src/internal.H
-@@ -390,6 +390,8 @@ extern char * const work_end;   /* E
- extern char identifier[];   /* Lastly scanned name  */
- extern IFINFO   ifstack[];  /* Information of #if nesting   */
- extern char work_buf[];
-+extern FILEINFO * sh_file;
-+extern int  sh_line;
- /* Temporary buffer for directive line and macro expansion  */
- 
- /* main.c   */
-@@ -557,6 +559,6 @@ extern void init_system( void);
- #endif
- #endif
- 
--#if HOST_HAVE_STPCPY
-+#if HOST_HAVE_STPCPY && !defined(stpcpy)
- extern char *   stpcpy( char * dest, const char * src);
- #endif
 mcpp-2.7.2.orig/src/system.c
-+++ mcpp-2.7.2/src/system.c
-@@ -3858,6 +3858,9 @@ static int  chk_dirp(
- }
- #endif
- 
-+FILEINFO*   sh_file;
-+int sh_line;
-+
- voidsharp(
- FILEINFO *  sharp_file,
- int flag/* Flag to append to the line for GCC   */
-@@ -3868,8 +3871,6 @@ voidsharp(
-  * else (i.e. 'sharp_file' is NULL) 'infile'.
-  */
- {
--static FILEINFO *   sh_file;
--static int  sh_line;
- FILEINFO *  file;
- int line;
- 

diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild 
b/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild
deleted file mode 100644
index b2aa110f188..000
--- a/dev-cpp/libmcpp/libmcpp-2.7.2-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public 

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

2021-06-12 Thread Sam James
commit: e0a6cd614c641ae46415bb8d8e2fef1b7b666b2b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:13:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:13:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a6cd61

x11-misc/xscreensaver: Keyword 5.45-r2 arm64, #790599

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

 x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild
index 2a50c408c54..22af82cbaec 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="caps +gdk-pixbuf gdm +gtk jpeg +locking new-login offensive opengl pam 
+perl selinux suid systemd xinerama"
 REQUIRED_USE="
gdk-pixbuf? ( gtk )



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

2021-06-12 Thread Sam James
commit: 99c18285c7f5bed1b9ad6fcf4be3ab0bebfc4cdc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:13:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:13:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c18285

media-gfx/fbida: Keyword 2.14-r2 arm64, #790599

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

 media-gfx/fbida/fbida-2.14-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fbida/fbida-2.14-r2.ebuild 
b/media-gfx/fbida/fbida-2.14-r2.ebuild
index 7a8c7095485..0a911ca59a5 100644
--- a/media-gfx/fbida/fbida-2.14-r2.ebuild
+++ b/media-gfx/fbida/fbida-2.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="
 "
 LICENSE="GPL-2 IJG"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE="curl fbcon ghostscript +gif lirc +png scanner +tiff X +webp"
 REQUIRED_USE="
ghostscript? ( tiff )



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

2021-06-12 Thread Sam James
commit: d2db6e76954031c626fd6bac054bd6de232037a3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:13:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:13:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2db6e76

x11-misc/xscreensaver: Keyword 5.45-r3 arm64, #790599

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

 x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild
index 28eed4a4ada..584b0e0ec50 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="caps +gdk-pixbuf gdm +gtk jpeg +locking new-login offensive opengl pam 
+perl selinux suid systemd xinerama"
 REQUIRED_USE="
gdk-pixbuf? ( gtk )



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

2021-06-12 Thread Sam James
commit: e3d572f82bf036de5acd87c37e0374cd32727d0c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:12:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:12:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d572f8

media-gfx/libimagequant: Stabilize 2.15.1 amd64, #789321

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

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

diff --git a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild 
b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
index 2eb73642deb..1b35c3996d2 100644
--- a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 openmp"
 
 PATCHES=(



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

2021-06-12 Thread Sam James
commit: 7e622cd9d80fc9f66846bf03807dd65324c1fd0a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:12:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:12:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e622cd9

media-gfx/libimagequant: Stabilize 2.15.1 x86, #789321

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

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

diff --git a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild 
b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
index 1b35c3996d2..0d33d9531cc 100644
--- a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 openmp"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-guest-agent/

2021-06-12 Thread Sam James
commit: 715d76419a709bae050e5af056861c4f9fe2d1d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:12:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:12:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715d7641

app-emulation/qemu-guest-agent: Stabilize 6.0.0 amd64, #793305

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

 app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild 
b/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild
index 69eb4308838..4a699494275 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-6.0.0.ebuild
@@ -11,7 +11,7 @@ MY_PN="qemu"
 MY_P="${MY_PN}-${PV}"
 
 SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz;
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 
 DESCRIPTION="QEMU Guest Agent (qemu-ga) for use when running inside a VM"
 HOMEPAGE="https://wiki.qemu.org/Features/GuestAgent;



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

2021-06-12 Thread Sam James
commit: 8ae45d0dc7f681eb8dd46e5c3bf3264b17b0f2ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 17:12:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 17:12:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae45d0d

x11-terms/mlterm: Stabilize 3.9.1 x86, #769029

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

 x11-terms/mlterm/mlterm-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/mlterm/mlterm-3.9.1.ebuild 
b/x11-terms/mlterm/mlterm-3.9.1.ebuild
index 962d9298bd6..204cf31062d 100644
--- a/x11-terms/mlterm/mlterm-3.9.1.ebuild
+++ b/x11-terms/mlterm/mlterm-3.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="bidi brltty cairo canna debug fbcon fcitx freewnn gtk harfbuzz ibus 
libssh2 m17n-lib nls regis scim skk static-libs uim utempter wayland xft"
 
 RDEPEND="x11-libs/libICE



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

2021-06-12 Thread Lars Wendler
commit: 20b5d06291dacca192f08b6b901050c834c9e2b0
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 17:07:17 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 17:07:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b5d062

app-text/poppler: Make splash backend build optional

Signed-off-by: Lars Wendler  gentoo.org>

 app-text/poppler/metadata.xml   |  1 +
 app-text/poppler/poppler-21.06.1.ebuild | 10 ++
 app-text/poppler/poppler-.ebuild| 10 ++
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
index 6f044d376b2..91f9161a0e0 100644
--- a/app-text/poppler/metadata.xml
+++ b/app-text/poppler/metadata.xml
@@ -22,6 +22,7 @@
 
 
Enable signatures handling with 
dev-libs/nss
+   Build the Splash graphics backend (requires 
dev-libs/boost)
Install command-line PDF converters and various 
utilities.
 
 

diff --git a/app-text/poppler/poppler-21.06.1.ebuild 
b/app-text/poppler/poppler-21.06.1.ebuild
index d635ec8b9d3..048302fba12 100644
--- a/app-text/poppler/poppler-21.06.1.ebuild
+++ b/app-text/poppler/poppler-21.06.1.ebuild
@@ -19,13 +19,12 @@ DESCRIPTION="PDF rendering library based on the xpdf-3.0 
code base"
 HOMEPAGE="https://poppler.freedesktop.org/;
 
 LICENSE="GPL-2"
-IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 tiff +utils"
+IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 +splash tiff +utils"
 
 # No test data provided
 RESTRICT="test"
 
 BDEPEND="
-   dev-libs/boost
dev-util/glib-utils
virtual/pkgconfig
 "
@@ -54,6 +53,9 @@ DEPEND="
 RDEPEND="${DEPEND}
cjk? ( app-text/poppler-data )
 "
+DEPEND+="
+   splash? ( dev-libs/boost )
+"
 
 DOCS=( AUTHORS NEWS README.md README-XPDF )
 
@@ -89,8 +91,8 @@ src_configure() {
-DBUILD_MANUAL_TESTS=OFF
-DRUN_GPERF_IF_PRESENT=OFF
# Required for SPLASH
-   -DENABLE_BOOST=ON
-   -DENABLE_SPLASH=ON
+   -DENABLE_BOOST="$(usex splash)"
+   -DENABLE_SPLASH="$(usex splash)"
-DENABLE_ZLIB=ON
-DENABLE_ZLIB_UNCOMPRESS=OFF
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index d635ec8b9d3..048302fba12 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -19,13 +19,12 @@ DESCRIPTION="PDF rendering library based on the xpdf-3.0 
code base"
 HOMEPAGE="https://poppler.freedesktop.org/;
 
 LICENSE="GPL-2"
-IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 tiff +utils"
+IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 +splash tiff +utils"
 
 # No test data provided
 RESTRICT="test"
 
 BDEPEND="
-   dev-libs/boost
dev-util/glib-utils
virtual/pkgconfig
 "
@@ -54,6 +53,9 @@ DEPEND="
 RDEPEND="${DEPEND}
cjk? ( app-text/poppler-data )
 "
+DEPEND+="
+   splash? ( dev-libs/boost )
+"
 
 DOCS=( AUTHORS NEWS README.md README-XPDF )
 
@@ -89,8 +91,8 @@ src_configure() {
-DBUILD_MANUAL_TESTS=OFF
-DRUN_GPERF_IF_PRESENT=OFF
# Required for SPLASH
-   -DENABLE_BOOST=ON
-   -DENABLE_SPLASH=ON
+   -DENABLE_BOOST="$(usex splash)"
+   -DENABLE_SPLASH="$(usex splash)"
-DENABLE_ZLIB=ON
-DENABLE_ZLIB_UNCOMPRESS=OFF
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON



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

2021-06-12 Thread Lars Wendler
commit: ca81b7077fe6686aa2d00b9c61854b496e205628
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jun 12 16:49:55 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jun 12 16:50:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca81b707

app-text/poppler: Added dev-libs/boost to BDEPEND

Signed-off-by: Lars Wendler  gentoo.org>

 app-text/poppler/poppler-21.06.1.ebuild | 3 +++
 app-text/poppler/poppler-.ebuild| 3 +++
 2 files changed, 6 insertions(+)

diff --git a/app-text/poppler/poppler-21.06.1.ebuild 
b/app-text/poppler/poppler-21.06.1.ebuild
index bdadd293aed..d635ec8b9d3 100644
--- a/app-text/poppler/poppler-21.06.1.ebuild
+++ b/app-text/poppler/poppler-21.06.1.ebuild
@@ -25,6 +25,7 @@ IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg 
+jpeg2k +lcms nss png q
 RESTRICT="test"
 
 BDEPEND="
+   dev-libs/boost
dev-util/glib-utils
virtual/pkgconfig
 "
@@ -87,6 +88,8 @@ src_configure() {
-DBUILD_CPP_TESTS=OFF
-DBUILD_MANUAL_TESTS=OFF
-DRUN_GPERF_IF_PRESENT=OFF
+   # Required for SPLASH
+   -DENABLE_BOOST=ON
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
-DENABLE_ZLIB_UNCOMPRESS=OFF

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index bdadd293aed..d635ec8b9d3 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -25,6 +25,7 @@ IUSE="cairo cjk curl +cxx debug doc +introspection +jpeg 
+jpeg2k +lcms nss png q
 RESTRICT="test"
 
 BDEPEND="
+   dev-libs/boost
dev-util/glib-utils
virtual/pkgconfig
 "
@@ -87,6 +88,8 @@ src_configure() {
-DBUILD_CPP_TESTS=OFF
-DBUILD_MANUAL_TESTS=OFF
-DRUN_GPERF_IF_PRESENT=OFF
+   # Required for SPLASH
+   -DENABLE_BOOST=ON
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
-DENABLE_ZLIB_UNCOMPRESS=OFF



[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/git-mount/

2021-06-12 Thread Alessandro Barbieri
commit: e43e692d57e1ae0b60c4f45822eccc5b895add0a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 12 16:47:20 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jun 12 16:47:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e43e692d

sys-fs/git-mount: depend on fuse:0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild 
b/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
index 818e538c0..cd41c4f3f 100644
--- a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
+++ b/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -25,7 +25,7 @@ KEYWORDS="~amd64"
 LICENSE="MIT BSD BSD-2"
 SLOT="0"
 
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
 DEPEND="${RDEPEND}"
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/gentoo-sweep/

2021-06-12 Thread Alessandro Barbieri
commit: c1e2ce97184bf0f8887b27d364130efc29897f7e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jun 12 16:39:28 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jun 12 16:39:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1e2ce97

app-portage/gentoo-sweep: use https

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild 
b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
index 563c2bd27..9c526d929 100644
--- a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
+++ b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1
 inherit cmake
 
 DESCRIPTION="Check your gentoo installation for unwanted cruft, forgotten 
files"
-HOMEPAGE="http://sourceforge.net/projects/gentoo-sweep;
+HOMEPAGE="https://sourceforge.net/projects/gentoo-sweep;
 SRC_URI="mirror://sourceforge/gentoo-sweep/${P}.tar.gz"
 S="${WORKDIR}/${PN}"
 LICENSE="GPL-2"



  1   2   3   4   >