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

2021-06-06 Thread Sergei Trofimovich
commit: ce6f784055228fa100f145581d2fbbf675cd1e7e
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Sat Jun  5 23:33:20 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  6 09:31:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6f7840

sys-libs/musl: fix HOMEPAGE

As per http://www.musl-libc.org/, "musl has moved to a new domain:
musl.libc.org"

Bug: https://bugs.gentoo.org/794484
Signed-off-by: Bertrand Jacquin  jacquin.bzh>
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21138
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/musl/musl-1.2.2-r2.ebuild | 2 +-
 sys-libs/musl/musl-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/musl/musl-1.2.2-r2.ebuild 
b/sys-libs/musl/musl-1.2.2-r2.ebuild
index 732b5c5364b..905348ba854 100644
--- a/sys-libs/musl/musl-1.2.2-r2.ebuild
+++ b/sys-libs/musl/musl-1.2.2-r2.ebuild
@@ -28,7 +28,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 
 DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
-HOMEPAGE="http://www.musl-libc.org/";
+HOMEPAGE="https://musl.libc.org";
 LICENSE="MIT LGPL-2 GPL-2"
 SLOT="0"
 IUSE="headers-only"

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-.ebuild
index b4f43dbfc2b..56a2bbbc42f 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-.ebuild
@@ -28,7 +28,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then
 fi
 
 DESCRIPTION="Light, fast and simple C library focused on standards-conformance 
and safety"
-HOMEPAGE="http://www.musl-libc.org/";
+HOMEPAGE="https://musl.libc.org";
 LICENSE="MIT LGPL-2 GPL-2"
 SLOT="0"
 IUSE="headers-only"



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

2021-06-06 Thread Sergei Trofimovich
commit: f35eb5eeb1522f976216759e70c8ab45bd14e5d9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  6 09:20:46 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  6 09:20:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35eb5ee

dev-util/poke: bump up to 1.3

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

 dev-util/poke/Manifest|  1 +
 dev-util/poke/poke-1.3.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-util/poke/Manifest b/dev-util/poke/Manifest
index 116043e7ea7..6d1ca78ca1f 100644
--- a/dev-util/poke/Manifest
+++ b/dev-util/poke/Manifest
@@ -1 +1,2 @@
 DIST poke-1.2.tar.gz 6772669 BLAKE2B 
9b3c8c425145be7c93c32f7931f7aba04ae3704920603f8301b8af31cce49ae12c83a697e74f7cec803508bfd165b7bbb1c5a859ce95a791d291528c31b24245
 SHA512 
70a4b8749ca53e255df76ca32cc401ba58d5bea2ee1c01730dadfb1d76a6c286f44137805c801e0f1e520c59306568a87efe56d44175ec0510954f97b640d331
+DIST poke-1.3.tar.gz 6703563 BLAKE2B 
7a1127d668b094f08d88fbbe1650a4604d91e4417e8bf7e1199757b6a829694d514493e1b71eb86fc56e894eec8f0ec2255784b76a3f3440af1f1671d851751f
 SHA512 
74749c589daf17533807248febc54818445df193f4d25f665ab62f1c57be133c7f063da3b099b8af5544f88eecad79b10ca29d9d1ef18921035c0aa22e563773

diff --git a/dev-util/poke/poke-1.3.ebuild b/dev-util/poke/poke-1.3.ebuild
new file mode 100644
index 000..3683b23922d
--- /dev/null
+++ b/dev-util/poke/poke-1.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="extensible editor for structured binary data"
+HOMEPAGE="http://www.jemarch.net/poke";
+
+SRC_URI="mirror://gnu/poke/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="machine-interface nls static-libs test"
+
+RESTRICT="!test? ( test )"
+
+# TODO: libnbd: not packaged in gentoo yet
+# TODO: gui: does not seem to do anything :)
+RDEPEND="
+   dev-libs/boehm-gc:=
+   sys-devel/gettext
+   sys-libs/readline:=
+   machine-interface? ( dev-libs/json-c:= )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-util/dejagnu )
+"
+BDEPEND="
+   sys-devel/flex
+   sys-devel/bison
+   sys-apps/help2man
+   virtual/pkgconfig
+"
+
+src_configure() {
+   econf \
+   --disable-gui \
+   --disable-libnbd \
+   $(use_enable machine-interface mi) \
+   $(use_enable nls) \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs; then
+   find "${ED}" -name '*.la' -delete || die
+   fi
+}



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

2021-06-06 Thread Sergei Trofimovich
commit: fc11587f17c79bb53c7f65d8fbfd61bcd70e8100
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jun  6 08:52:32 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  6 08:57:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc11587f

sys-libs/glibc: stable 2.32-r8 for hppa, bug #793692

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/glibc/glibc-2.32-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.32-r8.ebuild 
b/sys-libs/glibc/glibc-2.32-r8.ebuild
index d8f0fe71796..f02000d318d 100644
--- a/sys-libs/glibc/glibc-2.32-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.32-r8.ebuild
@@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz";
SRC_URI+=" riscv? ( 
https://dev.gentoo.org/~dilfridge/distfiles/backport-rv32.txz )"



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

2021-06-05 Thread Sergei Trofimovich
commit: fb7372df9553f788f4bd45b07d98fa9f0faf90c8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 22:12:25 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 22:12:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7372df

sys-fs/libeatmydata: do not install static libs

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/794451
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-fs/libeatmydata/libeatmydata-129-r1.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild 
b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
new file mode 100644
index 000..71b725cd15a
--- /dev/null
+++ b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP"
+HOMEPAGE="https://www.flamingspork.com/projects/libeatmydata/";
+SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-util/strace )"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf --disable-static
+}
+
+multilib_src_test() {
+   # sandbox fools LD_PRELOAD and libeatmydata does not get control
+   # feature of sandbox
+   SANDBOX_ON=0 LD_PRELOAD= emake -k check
+}
+
+multilib_src_install_all() {
+   find "${D}" -name '*.la' -type f -delete || die
+
+   dodoc AUTHORS README.md
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/

2021-06-05 Thread Sergei Trofimovich
commit: 00ae2b72c49f53ee55ca0b890710dafc38a45422
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 21:43:23 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 21:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ae2b72

media-fonts/terminus-font: apply USE=+otf to most recent release

Bug: https://bugs.gentoo.org/794466
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-fonts/terminus-font/terminus-font-4.49.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild 
b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild
index 8e9ac15e61a..04fed52ebae 100644
--- a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild
+++ b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}-$(ver_cut 
1-2)/${P}.tar.gz"
 LICENSE="OFL-1.1 GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="a-like-o +center-tilde distinct-l otf +pcf +pcf-unicode-only +psf quote
+IUSE="a-like-o +center-tilde distinct-l +otf +pcf +pcf-unicode-only +psf quote
ru-dv +ru-g ru-i ru-k"
 
 DEPEND="app-arch/gzip



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

2021-06-05 Thread Sergei Trofimovich
commit: 19627fda1acf25f1a750c182db520a46a8148d7f
Author: Michal Privoznik  redhat  com>
AuthorDate: Wed Jun  2 06:24:06 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 11:09:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19627fda

app-emulation/virt-manager: Update live ebuild

There was a patch merged recently into the upstream repo
(v3.2.0-82-g2024068b) that introduced new dependency on
dev-python/tqdm. And while I'm at it - let's declare branch which
should be checked out (master).

Signed-off-by: Michal Privoznik  redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/21085
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emulation/virt-manager/virt-manager-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/virt-manager/virt-manager-.ebuild 
b/app-emulation/virt-manager/virt-manager-.ebuild
index 4c93200f4a2..5bb21473d4d 100644
--- a/app-emulation/virt-manager/virt-manager-.ebuild
+++ b/app-emulation/virt-manager/virt-manager-.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git";
+   EGIT_BRANCH="master"
 else
SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz";
KEYWORDS="~amd64 ~ppc64 ~x86"
@@ -34,6 +35,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/libvirt-python-6.10.0[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/requests[${PYTHON_MULTI_USEDEP}]
+   dev-python/tqdm[${PYTHON_MULTI_USEDEP}]
')
>=sys-libs/libosinfo-0.2.10[introspection]
gtk? (



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

2021-06-05 Thread Sergei Trofimovich
commit: 4aceddb3c9ce36990977a341d22a0f6b5fb1a698
Author: Michal Privoznik  redhat  com>
AuthorDate: Tue Jun  1 15:49:08 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 11:09:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aceddb3

app-emulation/libvirt: Update live ebuild

There was some movement in the libvirt upstream and our live
ebuild needs some updates. Firstly, since libvirt commit of
v7.4.0-21-g08c13484da the 'apparmor_profiles' is a feature not an
-Doption. Secondly, specify which branch is the master branch.

Signed-off-by: Michal Privoznik  redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/21075
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emulation/libvirt/libvirt-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 2de18dcd6e2..ccc4f6f1ce7 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -10,6 +10,7 @@ inherit meson bash-completion-r1 linux-info python-any-r1 
readme.gentoo-r1 tmpfi
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt.git";
+   EGIT_BRANCH="master"
SRC_URI=""
SLOT="0"
 else
@@ -225,7 +226,7 @@ src_prepare() {
 src_configure() {
local emesonargs=(
$(meson_feature apparmor)
-   $(meson_use apparmor apparmor_profiles)
+   $(meson_feature apparmor apparmor_profiles)
$(meson_feature audit)
$(meson_feature caps capng)
$(meson_feature dtrace)



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

2021-06-05 Thread Sergei Trofimovich
commit: 0cfa17d1f9b26adc97b0f09c3ecc7b59aca805c0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:45:14 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfa17d1

dev-util/radare2: bump up to 5.3.0

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

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-5.3.0.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index dda473a6264..96c1183830c 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,2 +1,3 @@
 DIST radare2-4.5.1.tar.gz 8266567 BLAKE2B 
0d23c1d47dd79ffd9398ca7b2c8b383ba6a7e3ec662046dab34cabcdaaf1fdd449686433b3229e3c22c31c705530b0a85bbd22b5fc79891a5ad292ba0ff1
 SHA512 
f08a4cd1e0d65643463d9f9dbb1aacfe793c7b411ec820a18b75a5975d265cfc2cf91e593522c8823aa369098ded21415939acb07c84d8acd102889bf5aed899
 DIST radare2-5.2.1.tar.gz 8302475 BLAKE2B 
2edfa30d15214ac4dac6065349c808b539619413e7a100459efd5bf74e95c2483edb1ec13de8387d3a7dcfe25a2922ee377c37f4781c374df04e63fe98910b7e
 SHA512 
c744f5c8fff163022a7a9a913fe34dfa0dee0d9ab3b18bd4cc038c2d487dbfeba2f1523aa12a3166a2c22c45bcc71e802fae101b72fc2e6adab96b522c0de17b
+DIST radare2-5.3.0.tar.gz 8498461 BLAKE2B 
eabee04f347a71cefac4dbd3516cb3161b6e4f1f831285039ece81981121a058d3b39224c68afd4cea38fea2d99b23e770210ebca6b01e73c21882e80de757b5
 SHA512 
f9d5ffd6f39efdcd447c2bc65ad3129576292a11942c99da8d0c10217621a6d1db72baaf7badadcbbaf75c54be0439a9257de4f56d47cefdce457ffb08167ff8

diff --git a/dev-util/radare2/radare2-5.3.0.ebuild 
b/dev-util/radare2/radare2-5.3.0.ebuild
new file mode 100644
index 000..470b4d0d33f
--- /dev/null
+++ b/dev-util/radare2/radare2-5.3.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 toolchain-funcs
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radareorg/radare2";
+else
+   SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl"
+
+RDEPEND="
+   dev-libs/libzip
+   dev-libs/xxhash
+   sys-apps/file
+   sys-libs/zlib
+   dev-libs/capstone:0=
+   ssl? ( dev-libs/openssl:0= )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gperf
+"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   # Fix hardcoded docdir for fortunes
+   sed -i -e "/^#define R2_FORTUNES/s/radare2/$PF/" \
+   libr/include/r_userconf.h.acr
+   default
+}
+
+src_configure() {
+   # Ideally these should be set by ./configure
+   tc-export CC AR LD OBJCOPY RANLIB
+   export HOST_CC=${CC}
+
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   --with-sysmagic \
+   --with-sysxxhash \
+   --with-syszip \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d ${d} ]]; then
+   rm -rfv "${d}" || die "failed to delete '${d}'"
+   fi
+   done
+
+   # These are not really docs. radare assumes
+   # uncompressed files: bug #761250
+   docompress -x /usr/share/doc/${PF}/fortunes.{creepy,fun,nsfw,tips}
+}



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

2021-06-05 Thread Sergei Trofimovich
commit: 2fcc87c6d8594c0b2fe40a9a60ee207965c5116b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:14:03 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc87c6

dev-lang/erlang: bump up to 24.0.2

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

 dev-lang/erlang/Manifest |   1 +
 dev-lang/erlang/erlang-24.0.2.ebuild | 158 +++
 2 files changed, 159 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index afed9eea621..4e5dadfa876 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,6 +1,7 @@
 DIST erlang-23.3.1.tar.gz 56654422 BLAKE2B 
b1ccd870d4a47f12d1a65b424d6c6b0f59a4654c0779c595fb28fdc2d3e179bb9b12d2473770b239b65665b2f6a3281d239f9fb3d6b86548df3ee69fce8fe5ed
 SHA512 
03d4be9b25a14359e9f8db52d8e7d8edff1e8c53686a189caae15373c7e15d03f05e1138c549b8b41b8e6b7c55ab154cea47356f6fe79f7b72d5fb4ce759c4b0
 DIST erlang-23.3.4.tar.gz 56664814 BLAKE2B 
ef8aa8d5a6fd1efc02a35459d1cb15eecf5f948127266bf782544e1da9a59765aca15070ea92df5558a4de017cc810e3542e2393e9470243fc6d9be13e9f37b6
 SHA512 
c8c5a9676163058276c703a0db0373508fad0ed9dff0aa9806ce59115ca766ff1d343c5a3917a920b249655fe188b974482ff378e9173c9fe00ea3907e618da5
 DIST erlang-24.0.1.tar.gz 58860070 BLAKE2B 
a52f6f18173f7dcc79cc3f47155fb08854eaef29e52b78e5b78f5239c2f2617c20be3878ba01511d942f0fd0351b44c982fd5ad29ed1da6d8939d05364342238
 SHA512 
8e6588e69e58395c92a6cd9e63ff4da688e8fe8b1cc6dea3e3bb5b102940854a73a1a6363e8f94c697117a7be0f8b07712cb584af1d9ef9947eb87b09c8559e6
+DIST erlang-24.0.2.tar.gz 58878378 BLAKE2B 
c2ea65cac39b654d9037ea9fcb47eb6eea96dec2483378f414bc33475e850121c1adaa30ea880070624496be9779539f98c864b0dd6eb92d3c4badaa121353d1
 SHA512 
d85e3e6a4177ac8c696dd666183f624065a89d35aa7f031cd6a7b105e0d1f9007de8d413880df47daf8f695485d952a81a14a01313b52f66534c1e5bd050093b
 DIST erlang-24.0.tar.gz 58258571 BLAKE2B 
ee71c1f19a1d990977d3764bf4122593a216e4bbbef7e5a8a5c7e22142171ef869b4a5ac01aa1f4495eaf79808cbb677d4163a52917879e2a615f08e20480c7e
 SHA512 
bd3e4dbe640e80dc2173bc9c92178acbd6aee7a486a1eebb7fe8ec70963b8c94bb456af7ac592f434700cd8b1d98ef8351bfc7a76113bbbd0c9a0e20fd68629b
 DIST erlang_doc_html_23.3.tar.gz 36224657 BLAKE2B 
7e2a3e16f4cfa0f15c01074740e02af7a45b480b4a94e764463717658ab7e5d0281f928c3ec585582b10168645e3e06cfe72cf6a0ba1b88f539b80f2b7ad99be
 SHA512 
8be4aae46839239604b875b39339e7b6b6c677c099b3d749d5f1041c4508c1c3b4aa8136a93df12b1e5cb6333ef907276f5965c9726ed2b9e77a6043c8ef53b1
 DIST erlang_doc_html_24.0.tar.gz 39731398 BLAKE2B 
8a9fe3acb4cc13691e16c477cf89e8298df1a99bbe6a6c9e59e3c34248ecdc21077835951087b5a5bbb23ddb28f3bd7ab8b058fe64ce56c342b825a6c0ef8948
 SHA512 
453f8a9cf779a4f43966615433afc3be3aae7a571acf45974947bd720a331ca05949bc310de5f3b33b72d274971103ede56875bbfe757ba17f903510f690d97e

diff --git a/dev-lang/erlang/erlang-24.0.2.ebuild 
b/dev-lang/erlang/erlang-24.0.2.ebuild
new file mode 100644
index 000..01313ebc6b1
--- /dev/null
+++ b/dev-lang/erlang/erlang-24.0.2.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0-gtk3"
+
+inherit elisp-common java-pkg-opt-2 systemd toolchain-funcs wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(ver_cut 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime environment and libraries 
(OTP)"
+HOMEPAGE="https://www.erlang.org/";
+SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
+   http://erlang.org/download/otp_doc_man_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_man_${UPSTREAM_V}.tar.gz
+   doc? ( http://erlang.org/download/otp_doc_html_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_html_${UPSTREAM_V}.tar.gz )"
+
+LICENSE="Apache-2.0"
+# We use this subslot because Compiled HiPE Code can be loaded on the exact
+# 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"
+IUSE="doc emacs java +kpoll odbc sctp ssl systemd tk wxwidgets"
+
+RDEPEND="
+   acct-group/epmd
+   acct-user/epmd
+   sys-libs/ncurses:0
+   sys-libs/zlib
+   emacs? ( >=app-editors/emacs-23.1:* )
+   java? ( >=virtual/jdk-1.8:* )
+   odbc? ( dev-db/unixODBC )
+   sctp? ( net-misc/lksctp-tools )
+   ssl? ( >=dev-libs/openssl-0.9.7d:0= )
+   systemd? ( sys-apps/systemd )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
+"
+DEPEND="${RDEPE

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

2021-06-05 Thread Sergei Trofimovich
commit: 3fbfcb88fc6d58563d805704f4946b1b1c405958
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:08:58 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbfcb88

media-sound/xmms2: switch to github's HOMEPAGE

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

 media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild 
b/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild
index 11574d0fe0a..a94f72c6506 100644
--- a/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild
+++ b/media-sound/xmms2/xmms2-0.8_p20161122-r8.ebuild
@@ -13,7 +13,7 @@ MY_P="${P%_p*}DrO_o-949-gca15e830"
 WAF_VER="2.0.19"
 
 DESCRIPTION="X(cross)platform Music Multiplexing System. Next generation of 
the XMMS player"
-HOMEPAGE="https://xmms2.org/wiki/Main_Page";
+HOMEPAGE="https://github.com/XMMS2";
 #SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${MY_P}.tar.bz2
https://waf.io/waf-${WAF_VER}.tar.bz2";



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

2021-06-05 Thread Sergei Trofimovich
commit: f46b0c8edec1659a876e0b04f30ba935efd76eff
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 09:55:09 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46b0c8e

dev-util/diffoscope: drop old

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

 dev-util/diffoscope/Manifest  |  1 -
 dev-util/diffoscope/diffoscope-175.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 7cef42b2c8c..f23bf630492 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,2 +1 @@
-DIST diffoscope-175.tar.gz 1590841 BLAKE2B 
86d6c910c60d1d472a7131cde8b5b506901ee0a838e96105194d1a8da167203a204c81076ccb06a47401338a90a0f7f49dabd13aa9ef100e88759336051e6b2a
 SHA512 
950e5539a2d2242619426cbc3790a50f30119df2bbe36e5a03c63a9e01c741a0c529b0bd25439723064758c4c32cfcc621f67f7e0e0867071bdc47a7844ab097
 DIST diffoscope-176.tar.gz 1590912 BLAKE2B 
aac3ac90e4dfc23aa137cf69c6323419bdf29e9b9212b0aec9cd77c2325cb97c2f2e9a752dbe1171e7d6bf36999d45a9eff52e43735ede496575b05b5bbf7b87
 SHA512 
3e91dd69eb485f8b5005af91f7cffa7c05c08cfdc786af4fb6cbca4a79332b3e59c3faf98e34729ce2f231ca44161f002d93ea50b7c2ab2fa2ebde182c37b829

diff --git a/dev-util/diffoscope/diffoscope-175.ebuild 
b/dev-util/diffoscope/diffoscope-175.ebuild
deleted file mode 100644
index a189ed464d4..000
--- a/dev-util/diffoscope/diffoscope-175.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="ncurses"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar tcpdump xz zip zstd"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   gzip? ( app-arch/gzip )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( app-cdr/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( sys-fs/squashfs-tools )
-   ssh? ( net-misc/openssh )
-   tar? ( app-arch/tar )
-   tcpdump? ( net-analyzer/tcpdump )
-   xz? ( app-arch/xz-utils )
-   zip? ( app-arch/unzip )
-   zstd? ( app-arch/zstd )
-"
-# Presence if filemagic's magic.py breaks imports
-# of dev-python/python-magic: https://bugs.gentoo.org/716482
-RDEPEND+=" !dev-python/filemagic"



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

2021-06-05 Thread Sergei Trofimovich
commit: e537b7e91a6747d40a48de97511bd279a2cbfd45
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 09:56:20 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e537b7e9

dev-lang/nim: drop old

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

 dev-lang/nim/Manifest |  1 -
 dev-lang/nim/nim-1.4.6.ebuild | 80 ---
 2 files changed, 81 deletions(-)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index 0b72d2087ee..59723a5a1d1 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1,2 +1 @@
-DIST nim-1.4.6.tar.xz 4793544 BLAKE2B 
5d015193564c63f16bd812eed19ace6cdeb2c944aa3aad3a41f4f811e8d56bdde02c5b405e7939ab09ad8b29d84ef9212c2df7c9f9148e0c26288157d20f4846
 SHA512 
6b1971a920c3572f9a1997648a297afc1696b09ac20ca031a4b23eba3b66b9ff93606bff2eeacaa651ed8cf6af2df7d38ec6253a4e66955a3e04c6d88991e013
 DIST nim-1.4.8.tar.xz 4786360 BLAKE2B 
961b38275c4f9de87ac522c5b47368ce7f5543811a2dfd7b4f3fd79a104bcd0458cab1705f99eb42c64735ca5f71d5018f8a8275a430d883233b28b1d412
 SHA512 
e6b245271495880f0eea271c46b4f5ce9168a421716a9a22367b6be3c2a9822937aad1f48eb61c151b040ac961728a89c8a6d143c8300057c0d8c1f2d66f3dd3

diff --git a/dev-lang/nim/nim-1.4.6.ebuild b/dev-lang/nim/nim-1.4.6.ebuild
deleted file mode 100644
index 3c52ea807c2..000
--- a/dev-lang/nim/nim-1.4.6.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 multiprocessing toolchain-funcs
-
-DESCRIPTION="compiled, garbage-collected systems programming language"
-HOMEPAGE="https://nim-lang.org/";
-SRC_URI="https://nim-lang.org/download/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+readline test"
-
-RESTRICT=test # need to sort out depends and numerous failures
-
-RDEPEND="
-   readline? ( sys-libs/readline:0= )
-"
-DEPEND="
-   ${DEPEND}
-   test? ( net-libs/nodejs )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.20.0-paths.patch
-)
-
-_run() {
-   echo "$@"
-   "$@" || die "'$*' failed"
-}
-
-nim_use_enable() {
-   [[ -z $2 ]] && die "usage: nim_use_enable  "
-   use $1 && echo "-d:$2"
-}
-
-src_configure() {
-   export XDG_CACHE_HOME=${T}/cache #667182
-   tc-export CC LD
-
-   # Override default CC=gcc.
-   echo "gcc.exe= \"$(tc-getCC)\"" >> config/nim.cfg || die
-   echo "gcc.linkerexe  = \"$(tc-getCC)\"" >> config/nim.cfg || die
-   echo "gcc.cpp.exe= \"$(tc-getCXX)\"" >> config/nim.cfg || die
-   echo "gcc.cpp.linkerexe  = \"$(tc-getCXX)\"" >> config/nim.cfg || die
-}
-
-src_compile() {
-
-   _run ./build.sh
-
-   _run ./bin/nim --parallelBuild:$(makeopts_jobs) c koch
-   _run ./koch boot --parallelBuild:$(makeopts_jobs) -d:release 
$(nim_use_enable readline useGnuReadline)
-   PATH="./bin:$PATH" _run ./koch tools --parallelBuild:$(makeopts_jobs)
-}
-
-src_test() {
-   PATH="./bin:$PATH" _run ./koch test --parallelBuild:$(makeopts_jobs)
-}
-
-src_install() {
-   PATH="./bin:$PATH" _run ./koch install "${ED}"
-   rm -r "${ED}/usr/share/nim/doc" || die "failed to remove 'doc'"
-
-   exeinto /usr/bin
-
-   local bin_exe
-   for bin_exe in bin/*; do
-   # './koch install' installs only 'nim' binary
-   # but not the rest
-   [[ ${bin_exe} == bin/nim ]] && continue
-   doexe "${bin_exe}"
-   done
-
-   newbashcomp tools/nim.bash-completion ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unicode-transforms/

2021-06-05 Thread Sergei Trofimovich
commit: 19ed8f0913eff742135c5758adb61f013c359d10
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 09:56:50 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ed8f09

dev-haskell/unicode-transforms: drop old

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

 dev-haskell/unicode-transforms/Manifest|  1 -
 .../unicode-transforms-0.3.7.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-haskell/unicode-transforms/Manifest 
b/dev-haskell/unicode-transforms/Manifest
index 8c80d9fcc7a..8cbf1ddcbe1 100644
--- a/dev-haskell/unicode-transforms/Manifest
+++ b/dev-haskell/unicode-transforms/Manifest
@@ -1,2 +1 @@
 DIST unicode-transforms-0.3.7.1.tar.gz 717790 BLAKE2B 
aabdd2496ad686d203aa0d8f9c4d043e35c448b1cb83546858e487a6f0e6f05f2cd6467be8c0bedf1bac7fc0d45a711b7faa438c433b5a144ad2e7c3dc20df97
 SHA512 
a4e39b943bcea6c86ebb8df7253a39ecf2a7bf5a083d0cf2ee1e5720af4afe47111330a787353a5728793d02739448debae2fd73fe6ba2d0eb94cbbb4bfef30f
-DIST unicode-transforms-0.3.7.tar.gz 715424 BLAKE2B 
9901db4a811613fd75afc29e7f6c2fecb3dc2ff7e66320e88686093b74201075f6d6eca2353e48cf103ad721f8b87cd414011627946b9ab2dc1f75ff670c8215
 SHA512 
7115a933938b4e110ece136dcce5abad06fdd3011538f62a340db1a28295247ed43616d7318f67192da451758e8e06bd121dc1cc936d5b704b6ffd01c3c2fb47

diff --git a/dev-haskell/unicode-transforms/unicode-transforms-0.3.7.ebuild 
b/dev-haskell/unicode-transforms/unicode-transforms-0.3.7.ebuild
deleted file mode 100644
index 045ebdcbdfa..000
--- a/dev-haskell/unicode-transforms/unicode-transforms-0.3.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.
-#hackport: flags: -dev,-has-icu,-has-llvm
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Unicode normalization"
-HOMEPAGE="https://github.com/harendra-kumar/unicode-transforms";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/text-1.1.1:=[profile?] =dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.2
-   test? ( >=dev-haskell/getopt-generics-0.11 
=dev-haskell/hspec-2.0 =dev-haskell/quickcheck-2.1 =dev-haskell/split-0.1 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-c/

2021-06-05 Thread Sergei Trofimovich
commit: ba7f8e2a09ddef6ff650353b75d489c505f884e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 09:57:34 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7f8e2a

dev-haskell/language-c: drop old

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

 dev-haskell/language-c/language-c-0.8.3.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/dev-haskell/language-c/language-c-0.8.3.ebuild 
b/dev-haskell/language-c/language-c-0.8.3.ebuild
deleted file mode 100644
index e60b7445c7d..000
--- a/dev-haskell/language-c/language-c-0.8.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.
-#hackport: flags: 
-allwarnings,+separatesyb,+usebytestrings,+splitbase,+iecfpextension
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Analysis and generation of C code"
-HOMEPAGE="http://visq.github.io/language-c/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/syb:=[profile?]
-   >=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
-   dev-haskell/alex
-   >=dev-haskell/cabal-1.22.2.0
-   dev-haskell/happy
-"
-
-src_configure() {
-   haskell-cabal_src_configure \
-   --flag=-allwarnings \
-   --flag=iecfpextension \
-   --flag=separatesyb \
-   --flag=splitbase \
-   --flag=usebytestrings
-}



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

2021-06-05 Thread Sergei Trofimovich
commit: b827122c2c12aedaf52e4c1ed6ae186fc273d955
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:37:54 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b827122c

sys-fs/libeatmydata: bump up to 129

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

 sys-fs/libeatmydata/Manifest|  1 +
 sys-fs/libeatmydata/libeatmydata-129.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/sys-fs/libeatmydata/Manifest b/sys-fs/libeatmydata/Manifest
index 1185b80833a..f76ee610508 100644
--- a/sys-fs/libeatmydata/Manifest
+++ b/sys-fs/libeatmydata/Manifest
@@ -1 +1,2 @@
 DIST libeatmydata-105.tar.gz 419427 BLAKE2B 
251fc4226ce16abc16c8a0717cd69621e8c166cf7a7dec1c8782c2a25edcf26e34f1a09bd2b6153a46eb99a6cf4b1adc334db188201b12a27b4a1562ed03
 SHA512 
fb2ac1400d5e3c44bfc952c72f29a4c7234edf5b756a9602ad822c57fbc9813c35d2da9492e2982abf81e0826d278da2d31ee1865e806754e0b387ad699367d4
+DIST libeatmydata-129.tar.gz 358437 BLAKE2B 
448cff19629fa1a07443a52ebe16a7bf9a8ac7d0c2688e89555ed6c9c2369695a70ae2abf1b74152b3c305e6bc019e2e9808af6642122cd10a73deb7dfb580f2
 SHA512 
dbd0ea4df77034ecbb75955394b15aec6f1331205a5c7aa4a6e0595e3e486bbcc81c28a264bf5441c660563f74bfb06630da98373d481a2ebd9e9b1538c109d1

diff --git a/sys-fs/libeatmydata/libeatmydata-129.ebuild 
b/sys-fs/libeatmydata/libeatmydata-129.ebuild
new file mode 100644
index 000..bb2148e907e
--- /dev/null
+++ b/sys-fs/libeatmydata/libeatmydata-129.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP"
+HOMEPAGE="https://www.flamingspork.com/projects/libeatmydata/";
+SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-util/strace )"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_test() {
+   # sandbox fools LD_PRELOAD and libeatmydata does not get control
+   # feature of sandbox
+   SANDBOX_ON=0 LD_PRELOAD= emake -k check
+}
+
+multilib_src_install_all() {
+   find "${D}" -name '*.la' -type f -delete || die
+
+   dodoc AUTHORS README.md
+}



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

2021-06-05 Thread Sergei Trofimovich
commit: f994bf48b7f457812363234c2ba24bf625eedc89
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:07:02 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f994bf48

dev-libs/editline: use https:// in HOMEPAGE

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

 dev-libs/editline/editline-1.17.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/editline/editline-1.17.1.ebuild 
b/dev-libs/editline/editline-1.17.1.ebuild
index 2846c63aa39..eed9640bbec 100644
--- a/dev-libs/editline/editline-1.17.1.ebuild
+++ b/dev-libs/editline/editline-1.17.1.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=7
 
 DESCRIPTION="line editing library for UNIX call compatible with the FSF 
readline"
-HOMEPAGE="http://troglobit.com/projects/editline/";
+HOMEPAGE="https://troglobit.com/projects/editline/";
 
SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar.xz";
 
 LICENSE="Apache-2.0"



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

2021-06-05 Thread Sergei Trofimovich
commit: 42a1840e92fdc2b7c8bd65c3e59f1c495b61c69e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:04:08 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a1840e

dev-util/diffoscope: bump up to 177

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

 dev-util/diffoscope/Manifest  |  1 +
 dev-util/diffoscope/diffoscope-177.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index f23bf630492..7bc6a73b418 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1 +1,2 @@
 DIST diffoscope-176.tar.gz 1590912 BLAKE2B 
aac3ac90e4dfc23aa137cf69c6323419bdf29e9b9212b0aec9cd77c2325cb97c2f2e9a752dbe1171e7d6bf36999d45a9eff52e43735ede496575b05b5bbf7b87
 SHA512 
3e91dd69eb485f8b5005af91f7cffa7c05c08cfdc786af4fb6cbca4a79332b3e59c3faf98e34729ce2f231ca44161f002d93ea50b7c2ab2fa2ebde182c37b829
+DIST diffoscope-177.tar.gz 1590984 BLAKE2B 
94daf9528c8fd0ad6ed89bdbee7b21352bf33dcef2ae7e526ea3b1036d92b6fecefcb0da46b7eedf7af1c8bd7995e73b8f0a5104c02f4db534f7bcc465c803aa
 SHA512 
674a5cc364927437a79420b0965eb6958bd09df58a1238ea4d953bb2bc0fbdde75e42817370dd3cdab0bcc59551e1cff70db72298087af551d5dfaee57995811

diff --git a/dev-util/diffoscope/diffoscope-177.ebuild 
b/dev-util/diffoscope/diffoscope-177.ebuild
new file mode 100644
index 000..a189ed464d4
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-177.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="ncurses"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar tcpdump xz zip zstd"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   gzip? ( app-arch/gzip )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   xz? ( app-arch/xz-utils )
+   zip? ( app-arch/unzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"



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

2021-06-05 Thread Sergei Trofimovich
commit: b6fa7c3ad1d9a0c2b45bb0f8f4f9f5448bc33e76
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:09:51 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fa7c3a

app-emulation/ski: drop unreachable HOMEPAGE, leave sourceforge's

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

 app-emulation/ski/ski-1.3.2-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild 
b/app-emulation/ski/ski-1.3.2-r4.ebuild
index ed996625c01..c5bac307e7c 100644
--- a/app-emulation/ski/ski-1.3.2-r4.ebuild
+++ b/app-emulation/ski/ski-1.3.2-r4.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
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="ia64 instruction set simulator"
-HOMEPAGE="http://ski.sourceforge.net/ 
http://www.gelato.unsw.edu.au/IA64wiki/SkiSimulator";
+HOMEPAGE="http://ski.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/

2021-06-05 Thread Sergei Trofimovich
commit: aff3727c2d5b8c1693533a8f3908a5cac7d8505b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 10:22:17 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff3727c

media-fonts/terminus-font: bump up to 4.49.1

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

 media-fonts/terminus-font/Manifest |  1 +
 .../terminus-font/terminus-font-4.49.1.ebuild  | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/media-fonts/terminus-font/Manifest 
b/media-fonts/terminus-font/Manifest
index 1e735ed04a4..3530f1154bb 100644
--- a/media-fonts/terminus-font/Manifest
+++ b/media-fonts/terminus-font/Manifest
@@ -1 +1,2 @@
+DIST terminus-font-4.49.1.tar.gz 648345 BLAKE2B 
8c2edff7e57572361cf9a4907a165f8af69cbd5a3ae15817d02d43ab5134278ab64b269e6bd8c79d2107e5c8c51b58f07ab45c308891464cbc8e3e15767efadb
 SHA512 
2e3a99960c459a453b5879bebbebeb653f0a22060177bf75c67bbeb7d32cfe1acce9e74a88fdc42e299b6dc402e0708552487abd26e80e985c7d6059b0d445a8
 DIST terminus-font-4.49.tar.gz 648477 BLAKE2B 
67bddaae88b7411381bce5e8fe5c1b0dab334a33f1371a33038556beffa779afec8706f27b156e5660bfab5b8b7aeda75267c68945e1be3b41dbea7e9345f164
 SHA512 
27d396e7fe399728b5e9228c901922588eab0b344ea438fcf98f18f80ce816d838a42d5a3da0b5644d895747bcbda0e30bb8dabf342c0439d1f6b51f7acf8496

diff --git a/media-fonts/terminus-font/terminus-font-4.49.1.ebuild 
b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild
new file mode 100644
index 000..8e9ac15e61a
--- /dev/null
+++ b/media-fonts/terminus-font/terminus-font-4.49.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+inherit font python-any-r1
+
+DESCRIPTION="A clean fixed font for the console and X11"
+HOMEPAGE="http://terminus-font.sourceforge.net/";
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}-$(ver_cut 1-2)/${P}.tar.gz"
+
+LICENSE="OFL-1.1 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="a-like-o +center-tilde distinct-l otf +pcf +pcf-unicode-only +psf quote
+   ru-dv +ru-g ru-i ru-k"
+
+DEPEND="app-arch/gzip
+   ${PYTHON_DEPS}
+   virtual/awk
+   pcf? ( x11-apps/bdftopcf )"
+RDEPEND=""
+
+FONTDIR=/usr/share/fonts/terminus
+FONT_CONF=( 75-yes-terminus.conf )
+DOCS=( README README-BG AUTHORS CHANGES )
+
+REQUIRED_USE="X? ( pcf )"
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   default
+
+   # Upstream patches. Some of them are suggested to be applied by default
+   # dv - de NOT like latin g, but like caps greek delta
+   #  ve NOT like greek beta, but like caps latin B
+   # ge - ge NOT like "mirrored" latin s, but like caps greek gamma
+   # ka - small ka NOT like minimised caps latin K, but like small latin k
+   use a-like-o&& eapply "${S}"/alt/ao2.diff
+   use center-tilde&& eapply "${S}"/alt/td1.diff
+   use distinct-l  && eapply "${S}"/alt/ll2.diff
+   use ru-i&& eapply "${S}"/alt/ij1.diff
+   use ru-k&& eapply "${S}"/alt/ka2.diff
+   use ru-dv   && eapply "${S}"/alt/dv1.diff
+   use ru-g&& eapply "${S}"/alt/ge2.diff
+   use quote   && eapply "${S}"/alt/gq2.diff
+}
+
+src_configure() {
+   local configure_args=(
+   --prefix="${EPREFIX}"/usr
+   --psfdir="${EPREFIX}"/usr/share/consolefonts
+   --x11dir="${EPREFIX}"/${FONTDIR}
+   )
+   # selfwritten configure script
+   ./configure "${configure_args[@]}" || die
+}
+
+src_compile() {
+   local args=(
+   $(usex psf 'psf psf-vgaw' '')
+   $(usex pcf 'pcf pcf-8bit' '')
+   $(usex otf otb '')
+   )
+   [[ ${#args[@]} -gt 0 ]] && emake "${args[@]}"
+}
+
+src_install() {
+   local args=(
+   $(usex psf 'install-psf install-psf-vgaw install-psf-ref' '')
+   $(usex pcf 'install-pcf' '')
+   $(usex otf 'install-otb' '')
+   )
+   # Set the CHECKDIR to a dummy location so we always get the same set of
+   # files installed regardless of what is in / or ROOT or wherever.
+   [[ ${#args[@]} -gt 0 ]] && emake DESTDIR="${D}" CHECKDIR="${D}" 
"${args[@]}"
+
+   # Remove trans files that the kbd package takes care of installing.
+   rm -f "${ED}"/usr/share/consoletrans/*.trans
+
+   if use pcf-unicode-only; then
+   # Only the ter-x* fonts are unicode (ISO-10646-1) based
+   rm -f "${ED}"/usr/share/fonts/terminus/ter-[0-9a-wy-z]* || die
+   fi
+
+   use otf && FONT_SUFFIX=otb
+   font_src_install
+
+   einstalldocs
+}



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

2021-06-05 Thread Sergei Trofimovich
commit: 5371f0d7fb13e62e37e30b9966ed294d07f1a8b2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun  5 09:58:06 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 10:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5371f0d7

app-misc/pax-utils: drop old

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

 app-misc/pax-utils/Manifest   |  1 -
 app-misc/pax-utils/pax-utils-1.2.9.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 51100233c36..7445dcee28b 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,2 +1 @@
-DIST pax-utils-1.2.9.tar.xz 705188 BLAKE2B 
9eb9309f0317683dd06e491e6647ba20986f2cb248432fad0ed0eb277711e8d38c5b5148bc0b44e6dbc3d5d3d0093bccd4d10c057090801c49246a63f3bc0899
 SHA512 
47271cd75818728342e2a074fa05da24fce51ef0eeedb28237138525d7c86c207ca2b5d206fd02cb34529590340b726a14c54b205c65204539a51fb78ac55d41
 DIST pax-utils-1.3.1.tar.xz 718384 BLAKE2B 
eef34077dfaceba1bf6f3d56b5e9990090e6d6c5d8c14f7f4bd8506040f0abdcf1a7bd52c643092faa74d991f22ed48c96924572a50c556aaf879dd411569457
 SHA512 
1a3a463f3864a420b4dcdd8e5736fbee785ed7cb19545966819493cc98d3cea670eb44592c7f100188b2d45b58908bc1f8e2e010f8842c51b70495b260a03102

diff --git a/app-misc/pax-utils/pax-utils-1.2.9.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
deleted file mode 100644
index 277c9f68fa7..000
--- a/app-misc/pax-utils/pax-utils-1.2.9.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities";
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz";
-
-LICENSE="GPL-2"
-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="caps debug kernel_linux python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pyelftools[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   seccomp? ( sys-libs/libseccomp )
-"
-# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624
-DEPEND="
-   ${RDEPEND}
-   kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) )
-"
-BDEPEND="
-   caps? ( virtual/pkgconfig )
-   seccomp? ( virtual/pkgconfig )
-"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-_emake() {
-   emake \
-   USE_CAP=$(usex caps) \
-   USE_DEBUG=$(usex debug) \
-   USE_PYTHON=$(usex python) \
-   USE_SECCOMP=$(usex seccomp) \
-   "$@"
-}
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux ||
-   has_version '

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

2021-06-05 Thread Sergei Trofimovich
commit: 381b0b0c0fc4a8fe5a4d0eae5804939ca5ffa40e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:13:57 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381b0b0c

media-libs/ilmbase: stable 2.5.6 for sparc, bug #776808

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

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



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

2021-06-05 Thread Sergei Trofimovich
commit: 219ec2d3f6ee23aaa7ca5f758d3258a1fe6e4153
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:20:51 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219ec2d3

dev-lang/python: stable 3.9.5_p2 for hppa, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.9.5_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.5_p2.ebuild 
b/dev-lang/python/python-3.9.5_p2.ebuild
index f1364a217ab..27d30750ee3 100644
--- a/dev-lang/python/python-3.9.5_p2.ebuild
+++ b/dev-lang/python/python-3.9.5_p2.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-05 Thread Sergei Trofimovich
commit: 0d1ca5f3624c42cce080909917d931a6e54b9aae
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:16:06 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1ca5f3

dev-lang/python: stable 3.6.13_p5 for hppa, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.6.13_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.6.13_p5.ebuild 
b/dev-lang/python/python-3.6.13_p5.ebuild
index f5cf812fa89..69d9ffcf8a8 100644
--- a/dev-lang/python/python-3.6.13_p5.ebuild
+++ b/dev-lang/python/python-3.6.13_p5.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-05 Thread Sergei Trofimovich
commit: 26d6dce5f779d0d4fa6da17d258d5a48abad2010
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:22:27 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d6dce5

media-libs/openexr: stable 2.5.6 for sparc, bug #776808

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/openexr/openexr-2.5.6.ebuild 
b/media-libs/openexr/openexr-2.5.6.ebuild
index 87fd140fe31..45229f8154f 100644
--- a/media-libs/openexr/openexr-2.5.6.ebuild
+++ b/media-libs/openexr/openexr-2.5.6.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P}/OpenEXR"
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
 RESTRICT="!test? ( test )"
 



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

2021-06-05 Thread Sergei Trofimovich
commit: f706f97e16ea9b192712e277016b16c9573e7a59
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:19:54 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f706f97e

dev-lang/python: stable 3.8.10_p2 for hppa, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.8.10_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.10_p2.ebuild 
b/dev-lang/python/python-3.8.10_p2.ebuild
index 53c5b3df490..02b8c222b85 100644
--- a/dev-lang/python/python-3.8.10_p2.ebuild
+++ b/dev-lang/python/python-3.8.10_p2.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-05 Thread Sergei Trofimovich
commit: b785353f0a70c79dfd4203c9b9b7a184ac8110af
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:18:02 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b785353f

dev-lang/python: stable 3.7.10_p6 for hppa, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.7.10_p6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.7.10_p6.ebuild 
b/dev-lang/python/python-3.7.10_p6.ebuild
index aad82e50b93..882078f824c 100644
--- a/dev-lang/python/python-3.7.10_p6.ebuild
+++ b/dev-lang/python/python-3.7.10_p6.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-05 Thread Sergei Trofimovich
commit: ef558cb47b9ec57c071e4c1a81c40e21357db262
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jun  5 08:15:08 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun  5 09:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef558cb4

dev-lang/python: stable 2.7.18_p10 for hppa, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-2.7.18_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-2.7.18_p10.ebuild 
b/dev-lang/python/python-2.7.18_p10.ebuild
index 41421041508..80a8b429a06 100644
--- a/dev-lang/python/python-2.7.18_p10.ebuild
+++ b/dev-lang/python/python-2.7.18_p10.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
 IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2021-06-04 Thread Sergei Trofimovich
commit: 7c0822a49b58522ad1e1552c4f4ede609c9b602e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  4 13:33:06 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 14:25:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0822a4

dev-libs/libuv: stable 1.41.0 for hppa, bug #793899

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libuv/libuv-1.41.0.ebuild 
b/dev-libs/libuv/libuv-1.41.0.ebuild
index 828d1707e65..f1896bd30ee 100644
--- a/dev-libs/libuv/libuv-1.41.0.ebuild
+++ b/dev-libs/libuv/libuv-1.41.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 LICENSE="BSD BSD-2 ISC MIT"



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

2021-06-04 Thread Sergei Trofimovich
commit: 24537b7edcb1491b1b255eeca0e28dbd4a6a09ae
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  4 13:17:05 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 14:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24537b7e

app-crypt/libmd: stable 1.0.3 for sparc, bug #783918

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-crypt/libmd/libmd-1.0.3.ebuild 
b/app-crypt/libmd/libmd-1.0.3.ebuild
index 26bacff07bb..cc6cfe8082c 100644
--- a/app-crypt/libmd/libmd-1.0.3.ebuild
+++ b/app-crypt/libmd/libmd-1.0.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz";
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 src_configure() {
econf --disable-static



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

2021-06-04 Thread Sergei Trofimovich
commit: eb9da3deed8a87c783f43b8f7142e703a1fd76d9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  4 13:32:36 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 14:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9da3de

dev-perl/File-Which: stable 1.230.0 for hppa, bug #793938

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-Which/File-Which-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Which/File-Which-1.230.0.ebuild 
b/dev-perl/File-Which/File-Which-1.230.0.ebuild
index 2941c024b32..1bd7d2ec5f4 100644
--- a/dev-perl/File-Which/File-Which-1.230.0.ebuild
+++ b/dev-perl/File-Which/File-Which-1.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module implementing 'which' internally"
 
 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"
+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="test pwhich"
 RESTRICT="!test? ( test )"
 



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

2021-06-04 Thread Sergei Trofimovich
commit: 03968ef2b7549cb3dcf9e752742fed85e331b8b8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  4 13:15:16 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 14:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03968ef2

dev-perl/Tk: stable 804.36.0 for sparc, bug #763903

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Tk/Tk-804.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tk/Tk-804.36.0.ebuild b/dev-perl/Tk/Tk-804.36.0.ebuild
index 030262a28cb..553881d55d1 100644
--- a/dev-perl/Tk/Tk-804.36.0.ebuild
+++ b/dev-perl/Tk/Tk-804.36.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A Perl Module for Tk"
 
 LICENSE+=" tcltk BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2021-06-04 Thread Sergei Trofimovich
commit: aa67e3d0ce69b3afcc78445558d005d2545913e7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  4 13:14:28 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 14:25:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa67e3d0

media-libs/speexdsp: stable 1.2.0 for sparc, bug #794007

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/speexdsp/speexdsp-1.2.0.ebuild 
b/media-libs/speexdsp/speexdsp-1.2.0.ebuild
index c7a59fa4a31..224d3c16d9c 100644
--- a/media-libs/speexdsp/speexdsp-1.2.0.ebuild
+++ b/media-libs/speexdsp/speexdsp-1.2.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/speex/${MY_P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+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="cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_arm_neon"
 
 RDEPEND="!

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

2021-06-04 Thread Sergei Trofimovich
commit: 689b63ec30d6e1a82e8227b3242f97f327448f77
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  4 13:30:19 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 14:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689b63ec

app-arch/dpkg: stable 1.20.7.1 for sparc, bug #783918

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-arch/dpkg/dpkg-1.20.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/dpkg/dpkg-1.20.7.1.ebuild 
b/app-arch/dpkg/dpkg-1.20.7.1.ebuild
index 951a67dcf01..a286db6882d 100644
--- a/app-arch/dpkg/dpkg-1.20.7.1.ebuild
+++ b/app-arch/dpkg/dpkg-1.20.7.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode 
+update-alternatives +zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/rizin/files/, dev-util/rizin/

2021-06-04 Thread Sergei Trofimovich
commit: 5f37a5d8d047c32806eefc0d6da6a3101d03816d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jun  4 09:31:18 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  4 09:31:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f37a5d8

dev-util/rizin: disable rzpipe test

The test relies on `rizin` presence in PATH. This means test run fails
on first install attempt of rizin. Let's disable test test until it's
sorted out upstream.

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

 dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch | 14 ++
 dev-util/rizin/rizin-0.2.1.ebuild|  2 ++
 2 files changed, 16 insertions(+)

diff --git a/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch 
b/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch
new file mode 100644
index 000..3e7a6cc70c1
--- /dev/null
+++ b/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch
@@ -0,0 +1,14 @@
+https://github.com/rizinorg/rizin/issues/1192
+--- a/test/unit/test_rzpipe.c
 b/test/unit/test_rzpipe.c
+@@ -30,7 +30,9 @@ static bool test_rzpipe_404(void) {
+ }
+ 
+ static int all_tests() {
+-  mu_run_test(test_rzpipe);
++  // Disabled in Genoo, relies on `rizin` binary in $PATH:
++  //   https://github.com/rizinorg/rizin/issues/1192
++  //mu_run_test(test_rzpipe);
+   mu_run_test(test_rzpipe_404);
+   return tests_passed != tests_run;
+ }

diff --git a/dev-util/rizin/rizin-0.2.1.ebuild 
b/dev-util/rizin/rizin-0.2.1.ebuild
index 7f58bcca359..08ed3c5435e 100644
--- a/dev-util/rizin/rizin-0.2.1.ebuild
+++ b/dev-util/rizin/rizin-0.2.1.ebuild
@@ -36,6 +36,8 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}"
 
+PATCHES=("${FILESDIR}"/${PN}-0.2.1-no-rzpipe.patch)
+
 S="${WORKDIR}/${PN}-v${PV}"
 
 src_prepare() {



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

2021-06-03 Thread Sergei Trofimovich
commit: b557ee84ad8c6f0c0d07a266e4cffdf4e20912b5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:37:56 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b557ee84

dev-perl/File-HomeDir: stable 1.6.0 for hppa, bug #793059

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild 
b/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild
index acf78ca0256..e05cdbeec88 100644
--- a/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild
+++ b/dev-perl/File-HomeDir/File-HomeDir-1.6.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Get home directory for self or other user"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+xdg test"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: d5379288b90a68a1d5dd7a1c94427c7530247a25
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:39:39 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5379288

net-libs/ldns: stable 1.7.1-r2 for hppa, bug #793350

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-libs/ldns/ldns-1.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/ldns/ldns-1.7.1-r2.ebuild 
b/net-libs/ldns/ldns-1.7.1-r2.ebuild
index f279ddc750a..1f204060794 100644
--- a/net-libs/ldns/ldns-1.7.1-r2.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+dane doc +ecdsa ed25519 ed448 gost python static-libs vim-syntax"
 
 # configure will die if ecdsa is enabled and ssl is not



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

2021-06-03 Thread Sergei Trofimovich
commit: c67723a2956c37a85e978cd5974bdc40508d4036
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:39:06 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67723a2

sys-fs/fuse: stable 3.10.3 for hppa, bug #793362

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-fs/fuse/fuse-3.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/fuse/fuse-3.10.3.ebuild b/sys-fs/fuse/fuse-3.10.3.ebuild
index bb17abcdf11..0d221326b6f 100644
--- a/sys-fs/fuse/fuse-3.10.3.ebuild
+++ b/sys-fs/fuse/fuse-3.10.3.ebuild
@@ -12,7 +12,7 @@ 
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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+suid test"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: c134fc0c99ad8673d0cad140832ec05e7b0bb76e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 13:45:57 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c134fc0c

dev-python/lxml: stable 4.6.3-r1 for hppa, bug #790737

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lxml/lxml-4.6.3-r1.ebuild 
b/dev-python/lxml/lxml-4.6.3-r1.ebuild
index 3aeab9211b7..8d0933f82ee 100644
--- a/dev-python/lxml/lxml-4.6.3-r1.ebuild
+++ b/dev-python/lxml/lxml-4.6.3-r1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-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 ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: a9f892721448a1f3870276edff018476cd1f1bb7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:38:34 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f89272

dev-perl/File-Listing: stable 6.70.0 for hppa, bug #793065

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-Listing/File-Listing-6.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Listing/File-Listing-6.70.0.ebuild 
b/dev-perl/File-Listing/File-Listing-6.70.0.ebuild
index 1f7897a8fd9..8a2f1877f06 100644
--- a/dev-perl/File-Listing/File-Listing-6.70.0.ebuild
+++ b/dev-perl/File-Listing/File-Listing-6.70.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse directory listings"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: 6f26a3d799155e75742a5636eab28489ebdb1ac1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:37:16 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f26a3d7

dev-lang/python: stable 3.9.5_p2 for sparc, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.9.5_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.5_p2.ebuild 
b/dev-lang/python/python-3.9.5_p2.ebuild
index 7c766477555..f1364a217ab 100644
--- a/dev-lang/python/python-3.9.5_p2.ebuild
+++ b/dev-lang/python/python-3.9.5_p2.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: 02b92ba6971b39dab2d6d0ccbeef49550a795227
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:35:54 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b92ba6

dev-lang/python: stable 3.8.10_p2 for sparc, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.8.10_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.10_p2.ebuild 
b/dev-lang/python/python-3.8.10_p2.ebuild
index f5faffd39b6..53c5b3df490 100644
--- a/dev-lang/python/python-3.8.10_p2.ebuild
+++ b/dev-lang/python/python-3.8.10_p2.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: 4aff2ac83f477ad8f4519298771ba7456215282c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:31:47 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aff2ac8

dev-lang/python: stable 2.7.18_p10 for sparc, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-2.7.18_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-2.7.18_p10.ebuild 
b/dev-lang/python/python-2.7.18_p10.ebuild
index 767ba4dd000..41421041508 100644
--- a/dev-lang/python/python-2.7.18_p10.ebuild
+++ b/dev-lang/python/python-2.7.18_p10.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
 IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2021-06-03 Thread Sergei Trofimovich
commit: 818780e0a0cfbfeb6383327c0167d3aa681a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:34:27 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818780e0

dev-lang/python: stable 3.7.10_p6 for sparc, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.7.10_p6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.7.10_p6.ebuild 
b/dev-lang/python/python-3.7.10_p6.ebuild
index 98afc102ff8..aad82e50b93 100644
--- a/dev-lang/python/python-3.7.10_p6.ebuild
+++ b/dev-lang/python/python-3.7.10_p6.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-03 Thread Sergei Trofimovich
commit: e771127cfbfeb31546b8641a06a7147cbc93e927
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 13:44:54 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e771127c

dev-libs/libxml2: stable 2.9.12-r2 for hppa, bug #790737

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
index 0732a5dbec5..75db75f2992 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r2.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-misc/dhcp/

2021-06-03 Thread Sergei Trofimovich
commit: 4ac86757e70748b7ce69ccd1d0dd1ea215c3fed1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:30:33 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac86757

net-misc/dhcp: stable 4.4.2_p1 for sparc, bug #792324

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-misc/dhcp/dhcp-4.4.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dhcp/dhcp-4.4.2_p1.ebuild 
b/net-misc/dhcp/dhcp-4.4.2_p1.ebuild
index c1011a8e63e..2a874ada95d 100644
--- a/net-misc/dhcp/dhcp-4.4.2_p1.ebuild
+++ b/net-misc/dhcp/dhcp-4.4.2_p1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz
 
 LICENSE="MPL-2.0 BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
sparc x86"
 IUSE="+client ipv6 kernel_linux ldap selinux +server ssl vim-syntax"
 
 DEPEND="



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

2021-06-03 Thread Sergei Trofimovich
commit: 45cf3c8c38602f4473062a1cdf20d3109a979249
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  3 11:33:01 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  3 15:52:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cf3c8c

dev-lang/python: stable 3.6.13_p5 for sparc, bug #793833

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/python/python-3.6.13_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.6.13_p5.ebuild 
b/dev-lang/python/python-3.6.13_p5.ebuild
index 876c8a2f9fa..f5cf812fa89 100644
--- a/dev-lang/python/python-3.6.13_p5.ebuild
+++ b/dev-lang/python/python-3.6.13_p5.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-06-02 Thread Sergei Trofimovich
commit: bc4e51e006d6a917b6f77cbef6d9f19591681ee6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:46:49 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 15:35:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4e51e0

dev-perl/File-ShareDir: stable 1.116.0 for hppa, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 6619c38804e..78ed0d633f1 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 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 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2021-06-02 Thread Sergei Trofimovich
commit: 5d286537d341c72622a865c2947fccf3305aeb2f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:41:57 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 15:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d286537

dev-perl/Test-Warnings: stable 0.26.0 for hppa, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild 
b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild
index 5ae1e46765a..85597a38ad4 100644
--- a/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild
+++ b/dev-perl/Test-Warnings/Test-Warnings-0.26.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION='Test for warnings and the lack of them'
 
 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"
+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="test suggested"
 RESTRICT="!test? ( test )"
 



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

2021-06-02 Thread Sergei Trofimovich
commit: 7e1c626d68ea61a63a09e6e4a51eb71ea0d8fb16
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:43:48 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 15:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1c626d

dev-perl/Exporter-Tiny: stable 1.2.2 for hppa, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild 
b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
index 2b22e6f49b0..2b66897b9e1 100644
--- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
+++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An exporter with the features of Sub::Exporter but only core 
dependencies"
 
 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"
+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="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Meta-Check/

2021-06-02 Thread Sergei Trofimovich
commit: d88f13a2f37b339e2599b8cae7d474168ca782e3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:34:05 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 15:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88f13a2

dev-perl/CPAN-Meta-Check: stable 0.14.0 for hppa, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild 
b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild
index 1640ed76f96..cb9d12e0600 100644
--- a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild
+++ b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.14.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Verify requirements in a CPAN::Meta object"
 
 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"
+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="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-02 Thread Sergei Trofimovich
commit: cfc5cfaddf725a8344e1e14424524693bebb05b7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:46:18 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 15:35:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc5cfad

dev-perl/List-MoreUtils: stable 0.428.0 for hppa, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
index fcc3edbdf24..e3e37480e3f 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 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 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test +xs"
 RESTRICT="!test? ( test )"
 # See MoreUtils.pm/LICENSE



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

2021-06-02 Thread Sergei Trofimovich
commit: c8c871beb65cd3d4f24cf23112f73c177e055223
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:33:02 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 15:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c871be

dev-perl/List-MoreUtils-XS: stable 0.428.0 for hppa, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.428.0.ebuild 
b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.428.0.ebuild
index 2987b546b49..186ee28b463 100644
--- a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.428.0.ebuild
+++ b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.428.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compiled List::MoreUtils functions"
 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"
+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="test"
 RESTRICT="!test? ( test )"
 # See XS.pm/LICENSE



[gentoo-commits] repo/gentoo:master commit in: dev-db/redis/

2021-06-02 Thread Sergei Trofimovich
commit: 0c328a0b95e013aac67e5a35f02a64046caebaef
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:17:20 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 14:33:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c328a0b

dev-db/redis: stable 6.0.14 for sparc, bug #793719

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-db/redis/redis-6.0.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/redis/redis-6.0.14.ebuild b/dev-db/redis/redis-6.0.14.ebuild
index 8b23babaf71..675ef2242a3 100644
--- a/dev-db/redis/redis-6.0.14.ebuild
+++ b/dev-db/redis/redis-6.0.14.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://redis.io";
 SRC_URI="https://download.redis.io/releases/${P}.tar.gz";
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 IUSE="+jemalloc ssl systemd tcmalloc test"
 RESTRICT="!test? ( test )"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-ShareDir-Install/

2021-06-02 Thread Sergei Trofimovich
commit: cc10d1bb77ca2fee8df6b426ce847cf7e563f179
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:19:32 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 14:33:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc10d1bb

dev-perl/File-ShareDir-Install: stable 0.130.0 for hppa, bug #793278

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild 
b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild
index d7f1c3280bc..df9344335b6 100644
--- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild
+++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.130.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Install shared files"
 
 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"
+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="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-02 Thread Sergei Trofimovich
commit: 4febd755894021e20626790ac30d5bc2a4d4511a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:18:09 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 14:33:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4febd755

net-misc/wget: stable 1.21.1 for hppa, bug #793356

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild
index 496dcd0a4fa..44f295dc8b7 100644
--- a/net-misc/wget/wget-1.21.1.ebuild
+++ b/net-misc/wget/wget-1.21.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-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="cookie_check debug gnutls idn ipv6 metalink nls ntlm pcre +ssl static 
test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 RESTRICT="!test? ( test )"



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

2021-06-02 Thread Sergei Trofimovich
commit: 966d59d2ec07ed3769fc86ccff04d5725ea47876
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:15:19 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 14:33:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966d59d2

dev-perl/Config-AutoConf: stable 0.319.0 for sparc, bug #793062

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/

2021-06-02 Thread Sergei Trofimovich
commit: 700f9392a2d13c612a03a20cfd35779c7d847da4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:18:50 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 14:33:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700f9392

sys-devel/gettext: stable 0.21-r1 for hppa, bug #769998

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/gettext/gettext-0.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gettext/gettext-0.21-r1.ebuild 
b/sys-devel/gettext/gettext-0.21-r1.ebuild
index 99b473e9b54..40031f2f5a3 100644
--- a/sys-devel/gettext/gettext-0.21-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.21-r1.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
 else
SRC_URI="mirror://gnu/${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 ~x86-winnt"
+   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 ~x86-winnt"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2021-06-02 Thread Sergei Trofimovich
commit: 01098f18e3e067d7f9e1f53fd7175734e6c897ae
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun  2 14:16:15 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun  2 14:33:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01098f18

dev-perl/File-LibMagic: stable 1.230.0 for sparc, bug #793062

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild 
b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 7de775b7d66..db71c88d753 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.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
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/gcc-patches:master commit in: 9.4.0/gentoo/

2021-06-01 Thread Sergei Trofimovich
commit: 7f7f80a650607c3090ae0790b8daef88434da681
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun  1 17:00:28 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 17:00:28 2021 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=7f7f80a6

9.4.0: cut 1 patchset, a copy of 9.3.0 patches

The only change compared to 9.3.0 is removal
of early backported paches.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 9.4.0/gentoo/01_all_default-fortify-source.patch   |  22 
 .../02_all_default-warn-format-security.patch  |  22 
 9.4.0/gentoo/03_all_default-warn-trampolines.patch |  13 ++
 9.4.0/gentoo/04_all_nossp-on-nostdlib.patch|  27 
 9.4.0/gentoo/05_all_alpha-mieee-default.patch  |  39 ++
 9.4.0/gentoo/06_all_ia64_note.GNU-stack.patch  |  92 +
 .../gentoo/07_all_i386_libgcc_note.GNU-stack.patch |  54 
 9.4.0/gentoo/08_all_libiberty-asprintf.patch   |  18 +++
 9.4.0/gentoo/09_all_libiberty-pic.patch|  10 ++
 9.4.0/gentoo/10_all_nopie-all-flags.patch  |  18 +++
 9.4.0/gentoo/11_all_extra-options.patch|  89 +
 .../12_all_pr55930-dependency-tracking.patch   |  18 +++
 9.4.0/gentoo/13_all_sh-drop-sysroot-suffix.patch   |  32 +
 9.4.0/gentoo/14_all_ia64-TEXTREL.patch |  22 
 9.4.0/gentoo/15_all_disable-systemtap-switch.patch | 122 ++
 9.4.0/gentoo/16_all_m68k-textrel-on-libgcc.patch   |  93 ++
 9.4.0/gentoo/17_all_respect-build-cxxflags.patch   |  39 ++
 9.4.0/gentoo/18_all_libgfortran-Werror.patch   |  20 +++
 9.4.0/gentoo/19_all_libgomp-Werror.patch   |  20 +++
 9.4.0/gentoo/20_all_libitm-Werror.patch|  19 +++
 9.4.0/gentoo/21_all_libatomic-Werror.patch |  19 +++
 9.4.0/gentoo/22_all_libbacktrace-Werror.patch  |  17 +++
 9.4.0/gentoo/23_all_libsanitizer-Werror.patch  |  17 +++
 9.4.0/gentoo/24_all_libstdcxx-no-vtv.patch |  61 +
 9.4.0/gentoo/25_all_disable-riscv32-ABIs.patch |  53 
 9.4.0/gentoo/26_all_default_ssp-buffer-size.patch  |  14 ++
 9.4.0/gentoo/27_all_hppa-faster-synth_mult.patch   |  44 +++
 9.4.0/gentoo/28_all_libcpp-ar.patch| 143 +
 9.4.0/gentoo/29_all_plugin-objdump.patch   |  34 +
 9.4.0/gentoo/README.history|  30 +
 30 files changed, 1221 insertions(+)

diff --git a/9.4.0/gentoo/01_all_default-fortify-source.patch 
b/9.4.0/gentoo/01_all_default-fortify-source.patch
new file mode 100644
index 000..d307474
--- /dev/null
+++ b/9.4.0/gentoo/01_all_default-fortify-source.patch
@@ -0,0 +1,22 @@
+Taken Debian's patch and removed docs matches:
+https://salsa.debian.org/toolchain-team/gcc.git
+Also see https://bugs.gentoo.org/621036 where
+initially Gentoo used too complicated macro.
+
+# DP: Turn on -D_FORTIFY_SOURCE=2 by default for C, C++, ObjC, ObjC++,
+# DP: if the optimization level is > 0
+--- a/gcc/c-family/c-cppbuiltin.c
 b/gcc/c-family/c-cppbuiltin.c
+@@ -951,6 +951,12 @@ c_cpp_builtins (cpp_reader *pfile)
+   builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0);
+   builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0);
+ 
++#if !defined(ACCEL_COMPILER)
++  /* Fortify Source enabled by default for optimization levels > 0 */
++  if (optimize)
++builtin_define_with_int_value ("_FORTIFY_SOURCE", 2);
++#endif
++
+   /* Misc.  */
+   if (flag_gnu89_inline)
+ cpp_define (pfile, "__GNUC_GNU_INLINE__");

diff --git a/9.4.0/gentoo/02_all_default-warn-format-security.patch 
b/9.4.0/gentoo/02_all_default-warn-format-security.patch
new file mode 100644
index 000..f809abd
--- /dev/null
+++ b/9.4.0/gentoo/02_all_default-warn-format-security.patch
@@ -0,0 +1,22 @@
+Enable -Wformat and -Wformat-security by default.
+
+--- a/gcc/c-family/c.opt   2016-03-23 18:51:56.0 +0100
 b/gcc/c-family/c.opt   2016-04-28 23:45:54.063351272 +0200
+@@ -459,7 +459,7 @@ C ObjC C++ ObjC++ Var(warn_format_nonlit
+ Warn about format strings that are not literals.
+ 
+ Wformat-security
+-C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ 
ObjC++,Wformat=, warn_format >= 2, 0)
++C ObjC C++ ObjC++ Var(warn_format_security) Init(1) Warning LangEnabledBy(C 
ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
+ Warn about possible security problems with format functions.
+ 
+ Wformat-signedness
+@@ -475,7 +475,7 @@ C ObjC C++ ObjC++ Var(warn_format_zero_l
+ Warn about zero-length formats.
+ 
+ Wformat=
+-C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning 
LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
++C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Init(1) 
Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
+ Warn about pr

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2021-06-01 Thread Sergei Trofimovich
commit: 14cb33c35c34e9f16090e5eba843f6167ec59d0f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun  1 17:24:53 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 17:27:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cb33c3

sys-devel/gcc: 9.4.0: cut 1 patchset, a copy of 9.3.0 patches

The only change compared to 9.3.0 is removal
of early backported paches.

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

 sys-devel/gcc/Manifest |  2 ++
 sys-devel/gcc/gcc-9.4.0.ebuild | 19 +++
 2 files changed, 21 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index d1d5c15e2b8..db225e5faa3 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -18,3 +18,5 @@ DIST gcc-8.5.0.tar.xz 63841008 BLAKE2B 
aa81a1a730fd7371360f6abed6ba78b5843fd18c5
 DIST gcc-9.3.0-patches-3.tar.bz2 14193 BLAKE2B 
4863fec1af41a8cdb2c24479b28812df36c1f71ab71d267ff0efc467cfb8ce99ed77714ceaedfb08b0d1eb0eb9316758cc7cbc5a8ad0bb582050690935e64b46
 SHA512 
8b90a5826df64e6f74e4f6c0e5acead695b38f671e26485b110d5b341daaad4ac21aabb04baae9ad457408eed274888b7f785bbc782611acfc7261e6a315d110
 DIST gcc-9.3.0-patches-4.tar.bz2 15474 BLAKE2B 
b06fdfce4402850bb1c6c211ace4c3a07ad2114ffa48eac58d1624124d5d1bddd6d2b4faa18be3291a340272c022bea26dfcaf17929828ceb6474a5211401389
 SHA512 
54904a4a1c4a784f1a707cbdd9f6f498457e4aa550dc6f3d6eff71ed05a75685e23e6b71c2a614b1dea7e506b9f42fb0109ecfde00ef00373275bbc0409cb7e0
 DIST gcc-9.3.0.tar.xz 70533868 BLAKE2B 
21efb1432aefad5ed9b9b395e88ef2adfda3a8ea6e3e808cd151da6e66df9fed1bafdc8b8ff055d4b2272ac786d8b7ddc4293bb6b51c55c40a261a0eda0e7cb4
 SHA512 
4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de
+DIST gcc-9.4.0-patches-1.tar.bz2 14012 BLAKE2B 
d5fbfd73d9c3a5b66be5b124d981fe5a7468363c83784989a50731f87931435f4b6302e4c20a64b20680581ed40005eff7bdd5855526a093f73a04c3c1ddab31
 SHA512 
b84884c7d2197cb14229d3321b98cd66c783cf9ebf7e5d1b1186e6cf32ee9e47d004ebad26118f9c848f9bc0a3783ceb23d9b65101d98c3bfa99874e66ee7cbc
+DIST gcc-9.4.0.tar.xz 72411232 BLAKE2B 
4bb000d33d6bd2d6cc91c040713f27f79dcf726ef8ab1542c711e0c25651507628510b1373bc73aef71ffb660afddb2eb8d8c8540f5f1498ee243cfff6c0be67
 SHA512 
dfd3500bf21784b8351a522d53463cf362ede66b0bc302edf350bb44e94418497a8b4b797b6af8ca9b2eeb746b3b115d9c3698381b989546e9151b4496415624

diff --git a/sys-devel/gcc/gcc-9.4.0.ebuild b/sys-devel/gcc/gcc-9.4.0.ebuild
new file mode 100644
index 000..360fbf747f0
--- /dev/null
+++ b/sys-devel/gcc/gcc-9.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PATCH_VER="1"
+
+inherit toolchain
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   elibc_glibc? ( >=sys-libs/glibc-2.13 )
+   >=${CATEGORY}/binutils-2.20"
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.13 )"
+fi



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

2021-06-01 Thread Sergei Trofimovich
commit: 609743f9fff7194ca58fec4ad967bdd9ef093f75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun  1 17:13:57 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 17:27:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609743f9

toolchain.eclass: add -march=znver3 mangling

Noticed as a gcc-9 build failure as it does not support -march=znver3.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/tests/toolchain.sh | 1 +
 eclass/toolchain.eclass   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/eclass/tests/toolchain.sh b/eclass/tests/toolchain.sh
index 118d68c63df..8e070cad4b9 100755
--- a/eclass/tests/toolchain.sh
+++ b/eclass/tests/toolchain.sh
@@ -86,6 +86,7 @@ test_downgrade_arch_flags 10  "-march=native" 
"-march=native"
 test_downgrade_arch_flags 8   "-march=znver1" "-march=znver2"
 test_downgrade_arch_flags 4.2 "-march=native" "-march=native"
 test_downgrade_arch_flags 4.1 "-march=nocona" "-march=native"
+test_downgrade_arch_flags 9   "-march=znver2" "-march=znver3"
 
 test_downgrade_arch_flags 10  "-march=foo -mno-sha -mno-rtm -mno-avx2 -mno-avx 
-mno-sse4.1" "-march=foo -mno-sha -mno-rtm -mno-avx2 -mno-avx -mno-sse4.1"
 test_downgrade_arch_flags 4.9 "-march=foo -mno-sha -mno-rtm -mno-avx2 -mno-avx 
-mno-sse4.1" "-march=foo -mno-sha -mno-rtm -mno-avx2 -mno-avx -mno-sse4.1"

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index f41ce22c591..3c495631a0e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1300,6 +1300,7 @@ downgrade_arch_flags() {
 
# "added" "arch" "replacement"
local archlist=(
+   10 znver3 znver2
9 znver2 znver1
4.9 bdver4 bdver3
4.9 bonnell atom



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

2021-06-01 Thread Sergei Trofimovich
commit: 5acfda17086ed586049c388778aab4d9176f0143
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  1 14:29:46 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 15:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acfda17

dev-perl/File-ShareDir: stable 1.116.0 for sparc, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index 73a97797935..6619c38804e 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 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 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/

2021-06-01 Thread Sergei Trofimovich
commit: 0d87b19a77d68e99b72583c46f6103fd100eda31
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  1 14:27:33 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 15:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d87b19a

x11-libs/pango: keyworded 1.48.5 for hppa, bug #787269

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/pango/pango-1.48.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.48.5.ebuild 
b/x11-libs/pango/pango-1.48.5.ebuild
index 44b46222cb3..e17ccebbb21 100644
--- a/x11-libs/pango/pango-1.48.5.ebuild
+++ b/x11-libs/pango/pango-1.48.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 IUSE="gtk-doc +introspection sysprof test X"
 RESTRICT="!test? ( test )"



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

2021-06-01 Thread Sergei Trofimovich
commit: ae9b433e6148d2c037248db98c5fde84bfafc138
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  1 14:23:14 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 15:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9b433e

dev-libs/librelp: stable 1.10.0 for sparc, bug #793317

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/librelp/librelp-1.10.0.ebuild 
b/dev-libs/librelp/librelp-1.10.0.ebuild
index 9b219ea369b..bcc85d8e70c 100644
--- a/dev-libs/librelp/librelp-1.10.0.ebuild
+++ b/dev-libs/librelp/librelp-1.10.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.5.1"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa sparc ~x86"
 IUSE="debug doc +ssl +gnutls openssl static-libs test"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
 



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

2021-06-01 Thread Sergei Trofimovich
commit: f49e331d522acbbce1ce6346609561eff0ea74bd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  1 14:25:32 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 15:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49e331d

dev-perl/List-MoreUtils: stable 0.428.0 for sparc, bug #793275

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
index 2c6d36808b7..fcc3edbdf24 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 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 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test +xs"
 RESTRICT="!test? ( test )"
 # See MoreUtils.pm/LICENSE



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

2021-06-01 Thread Sergei Trofimovich
commit: 974e94c5ae8865c95154cf0b858755e7e7eb7798
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun  1 07:55:43 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 07:55:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974e94c5

dev-perl/GD: keyworded 2.730.0 for ia64

keyworded wrt bug #791481

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

 dev-perl/GD/GD-2.730.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GD/GD-2.730.0.ebuild b/dev-perl/GD/GD-2.730.0.ebuild
index d6d5874dcee..7c2acda1ecf 100644
--- a/dev-perl/GD/GD-2.730.0.ebuild
+++ b/dev-perl/GD/GD-2.730.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interface to Thomas Boutell's gd library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~sparc"
 IUSE="animgif fcgi gif jpeg png test truetype xpm"
 
 RDEPEND="



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

2021-06-01 Thread Sergei Trofimovich
commit: fe10a0e0b87aa0684a5bfed57f5fee3a8a50481c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun  1 07:55:41 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 07:55:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe10a0e0

dev-perl/Test-Fork: keyworded 0.20.0 for ia64

keyworded wrt bug #791481

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

 dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild 
b/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild
index 212d72844ee..80a2d26293b 100644
--- a/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild
+++ b/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="test code which forks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: 6cf2ee0860db229af8537058c9aa7d88a229965a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 16:04:54 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf2ee08

net-mail/ezmlm-idx: drop old

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild | 56 
 1 file changed, 56 deletions(-)

diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild 
b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild
deleted file mode 100644
index 7cac1d1df21..000
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmail toolchain-funcs
-
-DESCRIPTION="Simple yet powerful mailing list manager for qmail"
-HOMEPAGE="http://www.ezmlm.org";
-SRC_URI="http://www.ezmlm.org/archive/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86"
-IUSE="mysql postgres"
-
-DEPEND="mysql? ( dev-db/mysql-connector-c:0= )
-   postgres? ( dev-db/postgresql )"
-RDEPEND="${DEPEND}
-   virtual/qmail"
-REQUIRED_USE="?? ( mysql postgres )"
-
-src_prepare() {
-   default
-   echo /usr/bin > conf-bin || die
-   echo /usr/$(get_libdir)/ezmlm > conf-lib || die
-   echo /etc/ezmlm > conf-etc || die
-   echo /usr/share/man > conf-man || die
-   echo ${QMAIL_HOME} > conf-qmail || die
-
-   echo $(tc-getCC) ${CFLAGS} -I/usr/include/{my,postgre}sql > conf-cc || 
die
-   echo $(tc-getCC) ${CFLAGS} -Wl,-E > conf-ld || die
-
-   # fix DESTDIR and skip cat man-pages
-   sed -e "s:\(/install\) \(\"\`head\):\1 ${D}\2:" \
-   -e "s:\(./install.*\) < MAN$:grep -v \:/cat MAN | \1:" \
-   -e "s:\(\"\`head -n 1 conf-etc\`\"/default\):${D}\1:" \
-   -i Makefile || die
-}
-
-src_compile() {
-   emake it man
-
-   if use mysql; then
-   emake mysql
-   elif use postgres; then
-   emake pgsql
-   fi
-}
-
-src_install() {
-   dodir /usr/bin /usr/$(get_libdir)/ezmlm /etc/ezmlm /usr/share/man
-   dobin ezmlm-{cgi,checksub,import,rmtab}
-
-   make DESTDIR="${D}" setup || die "make setup failed"
-}



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

2021-05-31 Thread Sergei Trofimovich
commit: c88f717733b53c03a8a2278931505857ab182615
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:59:51 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88f7177

dev-util/gtk-doc: stable 1.33.2 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gtk-doc/gtk-doc-1.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild 
b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
index 917505b584b..18c12d44b23 100644
--- a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
+++ b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/DocumentationProject/GtkDoc";
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
 
 IUSE="emacs test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2021-05-31 Thread Sergei Trofimovich
commit: 368921b7ed45063919d192a832dfe9ad0c649eb1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:58:47 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368921b7

dev-util/glib-utils: stable 2.68.2 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/glib-utils/glib-utils-2.68.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glib-utils/glib-utils-2.68.2.ebuild 
b/dev-util/glib-utils/glib-utils-2.68.2.ebuild
index 0d193116eec..b34e2c06e0e 100644
--- a/dev-util/glib-utils/glib-utils-2.68.2.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.68.2.ebuild
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-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 ~x86-winnt"
+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 ~x86-winnt"
 
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"



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

2021-05-31 Thread Sergei Trofimovich
commit: 4739f281fd63a5282cf37cfa8a6bdbe865f4cfc9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:57:28 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739f281

dev-libs/vala-common: stable 0.52.3 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/vala-common/vala-common-0.52.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vala-common/vala-common-0.52.3.ebuild 
b/dev-libs/vala-common/vala-common-0.52.3.ebuild
index 04f4c4f4fc1..71dbcfb591c 100644
--- a/dev-libs/vala-common/vala-common-0.52.3.ebuild
+++ b/dev-libs/vala-common/vala-common-0.52.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2021-05-31 Thread Sergei Trofimovich
commit: 1db236d5b09f599fa866c7ee6ce62889ccf3d0c3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:56:26 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db236d5

dev-libs/gobject-introspection-common: mark 1.68.0 hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../gobject-introspection-common-1.68.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.68.0.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.68.0.ebuild
index b2db2f91738..483d8f843f5 100644
--- 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.68.0.ebuild
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.68.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection";
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<${CATEGORY}/${GNOME_ORG_MODULE}-${PV}"



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

2021-05-31 Thread Sergei Trofimovich
commit: 35f0127e21ed6a50e79e90908ab2ddadad33c4ad
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 16:00:22 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f0127e

media-libs/harfbuzz: stable 2.8.1 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/

2021-05-31 Thread Sergei Trofimovich
commit: 7546e54d9a7f815b4e98a9a8b9e92dbf6146568e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 16:00:53 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7546e54d

x11-libs/gdk-pixbuf: stable 2.42.6 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild
index 7f6136f675b..00c3b161801 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.6.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gdk-pixbuf";
 
 LICENSE="LGPL-2.1+"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="gtk-doc +introspection jpeg tiff"
 
 # TODO: For windows/darwin support: shared-mime-info conditional, 
native_windows_loaders option review



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

2021-05-31 Thread Sergei Trofimovich
commit: f7e17177e7d07da6d269c09b972fe4b738269b80
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:54:25 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e17177

dev-perl/Error: stable 0.170.290 for hppa, bug #792660

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Error/Error-0.170.290.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Error/Error-0.170.290.ebuild 
b/dev-perl/Error/Error-0.170.290.ebuild
index 54d2b63aef7..b17f54ba836 100644
--- a/dev-perl/Error/Error-0.170.290.ebuild
+++ b/dev-perl/Error/Error-0.170.290.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Error/exception handling in an OO-ish way"
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: e4e272734a8922d572e586c1610de4a9e9867915
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:53:46 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e27273

media-libs/tiff: stable 4.3.0 for hppa, bug #792939

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/tiff/tiff-4.3.0.ebuild 
b/media-libs/tiff/tiff-4.3.0.ebuild
index 95f49e9a486..9d512e54335 100644
--- a/media-libs/tiff/tiff-4.3.0.ebuild
+++ b/media-libs/tiff/tiff-4.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.osgeo.org/libtiff/${P}.tar.gz";
 
 LICENSE="libtiff"
 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"
+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="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: 0412e95e5664bb3b7f44112ab324ad7b4b666287
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:55:25 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0412e95e

app-text/xmlto: stable 0.0.28-r6 for hppa, bug #792573

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/xmlto/xmlto-0.0.28-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xmlto/xmlto-0.0.28-r6.ebuild 
b/app-text/xmlto/xmlto-0.0.28-r6.ebuild
index ae63ea30d95..87c5faaa209 100644
--- a/app-text/xmlto/xmlto-0.0.28-r6.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 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"
+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="latex text"
 
 RDEPEND="



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

2021-05-31 Thread Sergei Trofimovich
commit: f86ecf2f80ffcfbd67a57bb0fb9e1bb8b371c83f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:57:03 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86ecf2f

dev-libs/gobject-introspection: stable 1.68.0 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild
index 89a1a489567..e1af1e366e6 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE="doctool gtk-doc test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # virtual/pkgconfig needed at runtime, bug #505408
 RDEPEND="



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

2021-05-31 Thread Sergei Trofimovich
commit: 5d07317d963f815811f644da5b7ebea1e6fb01a4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:58:09 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d07317d

dev-util/gdbus-codegen: stable 2.68.2 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild
index 393f4c397db..bab5d3bdf85 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-doc-am/

2021-05-31 Thread Sergei Trofimovich
commit: 0352c6c04847b74048eb6ca45ebabd5d4ca46212
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:59:14 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0352c6c0

dev-util/gtk-doc-am: stable 1.33.2 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/gtk-doc-am/gtk-doc-am-1.33.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-doc-am/gtk-doc-am-1.33.2.ebuild 
b/dev-util/gtk-doc-am/gtk-doc-am-1.33.2.ebuild
index efd45d8cb7a..303d509eb38 100644
--- a/dev-util/gtk-doc-am/gtk-doc-am-1.33.2.ebuild
+++ b/dev-util/gtk-doc-am/gtk-doc-am-1.33.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/DocumentationProject/GtkDoc";
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="!

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

2021-05-31 Thread Sergei Trofimovich
commit: adfcdf245cf207618466e49510960ca4e6c50ac3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:51:30 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfcdf24

dev-python/lxml: stable 4.6.3-r1 for sparc, bug #790737

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/lxml/lxml-4.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lxml/lxml-4.6.3-r1.ebuild 
b/dev-python/lxml/lxml-4.6.3-r1.ebuild
index fac82d521b2..8994ed79283 100644
--- a/dev-python/lxml/lxml-4.6.3-r1.ebuild
+++ b/dev-python/lxml/lxml-4.6.3-r1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/lxml-${P}
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-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 ~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 ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: 4e9c106e53ca1d03af392a90691635b21c42c56e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:52:11 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9c106e

dev-libs/imath: keyworded 3.0.1 for sparc, bug #788235

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

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



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

2021-05-31 Thread Sergei Trofimovich
commit: ed03768df15967dee3c06f85428149fc92a83cb2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:54:55 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed03768d

dev-perl/Exception-Class: stable 1.440.0 for hppa, bug #792693

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild 
b/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild
index bd0036266aa..f260b697b60 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.440.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module that allows you to declare real exception classes in 
Perl"
 
 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"
+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="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: 4c9635b18a73ba31fd05a9b59ef816f6153ebfbd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:56:01 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9635b1

dev-libs/glib: stable 2.68.2 for hppa, bug #792327

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/glib/glib-2.68.2.ebuild b/dev-libs/glib/glib-2.68.2.ebuild
index ae77c574a38..c43b9d12caa 100644
--- a/dev-libs/glib/glib-2.68.2.ebuild
+++ b/dev-libs/glib/glib-2.68.2.ebuild
@@ -14,7 +14,7 @@ SLOT="2"
 IUSE="dbus debug +elf elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs sysprof systemtap test utils xattr"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 # * elfutils (via libelf) does not build on Windows. gresources are not 
embedded
 # within ELF binaries on that platform anyway and inspecting ELF binaries from



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

2021-05-31 Thread Sergei Trofimovich
commit: 0f1d552728ca335748346b3765d7cba57fd99bb1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:50:33 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1d5527

dev-libs/libxml2: stable 2.9.12-r2 for sparc, bug #790737

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild 
b/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
index 4511c0ab05f..c240ff54c1b 100644
--- a/dev-libs/libxml2/libxml2-2.9.12-r2.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.12-r2.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-perl/ExtUtils-InstallPaths/

2021-05-31 Thread Sergei Trofimovich
commit: 156f9afa418b2fb861bd46c7dfa24f01cc7ed4a2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:53:10 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156f9afa

dev-perl/ExtUtils-InstallPaths: stable 0.12.0 for hppa, bug #792711

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild 
b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild
index 50c2a4a0545..4f10c4ca058 100644
--- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild
+++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.12.0.ebuild
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Build.PL install path logic made easy"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-31 Thread Sergei Trofimovich
commit: 7774cc2a5fd170c28f913935154256672fedd73f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May 31 15:52:41 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  1 18:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7774cc2a

dev-perl/FFI-CheckLib: stable 0.270.0 for hppa, bug #792825

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild 
b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
index 9fdf9c88960..319ce80c653 100644
--- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
+++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Check that a library is available for FFI"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-29 Thread Sergei Trofimovich
commit: 2eeb60d8a96edc1abbf99a01bca3f824b8817dbf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 29 17:53:24 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 29 17:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eeb60d8

dev-util/diffoscope: bump up to 176

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

 dev-util/diffoscope/Manifest  |  1 +
 dev-util/diffoscope/diffoscope-176.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 3439d0286ba..fc2008b47bf 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,2 +1,3 @@
 DIST diffoscope-174.tar.gz 1590794 BLAKE2B 
8ff40a301571f33953aafb431081a34e1c84fc8b222869fa0a7967f842e950727467af38dfb733257637a946b313bdc72a176b23ea1a36f977bdc8484e1d01e7
 SHA512 
8bc51c902ca24e08aacb96e3f225837f1de926746feddfbea7cd6bb947710c29ce3f32a98e032fb417d7938a86ec9de2bf15f556e7887571480facd6ce63acd3
 DIST diffoscope-175.tar.gz 1590841 BLAKE2B 
86d6c910c60d1d472a7131cde8b5b506901ee0a838e96105194d1a8da167203a204c81076ccb06a47401338a90a0f7f49dabd13aa9ef100e88759336051e6b2a
 SHA512 
950e5539a2d2242619426cbc3790a50f30119df2bbe36e5a03c63a9e01c741a0c529b0bd25439723064758c4c32cfcc621f67f7e0e0867071bdc47a7844ab097
+DIST diffoscope-176.tar.gz 1590912 BLAKE2B 
aac3ac90e4dfc23aa137cf69c6323419bdf29e9b9212b0aec9cd77c2325cb97c2f2e9a752dbe1171e7d6bf36999d45a9eff52e43735ede496575b05b5bbf7b87
 SHA512 
3e91dd69eb485f8b5005af91f7cffa7c05c08cfdc786af4fb6cbca4a79332b3e59c3faf98e34729ce2f231ca44161f002d93ea50b7c2ab2fa2ebde182c37b829

diff --git a/dev-util/diffoscope/diffoscope-176.ebuild 
b/dev-util/diffoscope/diffoscope-176.ebuild
new file mode 100644
index 000..a189ed464d4
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-176.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="ncurses"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar tcpdump xz zip zstd"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   gzip? ( app-arch/gzip )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   xz? ( app-arch/xz-utils )
+   zip? ( app-arch/unzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"



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

2021-05-29 Thread Sergei Trofimovich
commit: 4de86c986b6be9c1e2c2208bb62abec80bd761cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 29 17:51:20 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 29 17:54:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de86c98

dev-lang/elixir: bump up to 1.12.1

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

 dev-lang/elixir/Manifest |  1 +
 dev-lang/elixir/elixir-1.12.1.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 2dc864d83a8..a39a9327518 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,2 +1,3 @@
 DIST elixir-1.11.4.tar.gz 2396885 BLAKE2B 
f63e835991420bce8cacd38a920637aa5656c0372bd09e8c0a357a24bcca9a06350973f1453f482d3854a48712471c55389c3bd530df46a19c20a359376b779d
 SHA512 
5dc940a31a31ae1c1537f874c15e58311cc0b0452f61e923bdfde0a5cfef3d8003eb3e85be320eb0acfb7bc0c0c0dc8ac965dec6727257c244048268fbf38ceb
 DIST elixir-1.12.0.tar.gz 2457567 BLAKE2B 
9adc3d54e2200cddaab0323a8e1c8affae6ad0fbee2c48da87249db0f29d31158ef0a74edf95128302183ba3ee714f502df6d30048c49b42c190d1a43e4e8308
 SHA512 
6ae99c0307d2adaa51cc8b569329592509b1e19bf9f78d4230507c11229da674476c0be65bc9ce5e3b0d78082182755a76abc8beff59af1f84672dd73e5b912f
+DIST elixir-1.12.1.tar.gz 2458060 BLAKE2B 
512f016cb7f064f2b90a4d2dae4ffaf957422f049322b5fbed1eef155687bde89df838c254cf123b904e64f746fc19175372166526c739d8a1d66f9abb0c
 SHA512 
ecea8a95d05e85431c324c7e15fdd08639a52fa6031fb8ec671825debecd892d2258b3914fdd8417728be1a18202d211eeb19869797ad0fd022c6ec91cd05880

diff --git a/dev-lang/elixir/elixir-1.12.1.ebuild 
b/dev-lang/elixir/elixir-1.12.1.ebuild
new file mode 100644
index 000..e35418c1459
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.12.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://elixir-lang.org";
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   >=dev-lang/erlang-22:0=[ssl]
+"
+# 'mix' tool collides with sci-biology/phylip, bug #537514
+RDEPEND="${DEPEND}
+   !!sci-biology/phylip
+"
+DEPEND+="
+   test? ( dev-vcs/git )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.9.1-disable-network-tests.patch
+   "${FILESDIR}"/${PN}-1.10.3-no-Q.patch
+   "${FILESDIR}"/${PN}-1.10.3-epmd-daemon.patch
+)
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" 
install
+   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}



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

2021-05-29 Thread Sergei Trofimovich
commit: 9270a28e3045cb9040bc938301c43221d3ed1931
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 29 17:53:42 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 29 17:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9270a28e

dev-util/diffoscope: drop old

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

 dev-util/diffoscope/Manifest  |  1 -
 dev-util/diffoscope/diffoscope-174.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index fc2008b47bf..7cef42b2c8c 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,3 +1,2 @@
-DIST diffoscope-174.tar.gz 1590794 BLAKE2B 
8ff40a301571f33953aafb431081a34e1c84fc8b222869fa0a7967f842e950727467af38dfb733257637a946b313bdc72a176b23ea1a36f977bdc8484e1d01e7
 SHA512 
8bc51c902ca24e08aacb96e3f225837f1de926746feddfbea7cd6bb947710c29ce3f32a98e032fb417d7938a86ec9de2bf15f556e7887571480facd6ce63acd3
 DIST diffoscope-175.tar.gz 1590841 BLAKE2B 
86d6c910c60d1d472a7131cde8b5b506901ee0a838e96105194d1a8da167203a204c81076ccb06a47401338a90a0f7f49dabd13aa9ef100e88759336051e6b2a
 SHA512 
950e5539a2d2242619426cbc3790a50f30119df2bbe36e5a03c63a9e01c741a0c529b0bd25439723064758c4c32cfcc621f67f7e0e0867071bdc47a7844ab097
 DIST diffoscope-176.tar.gz 1590912 BLAKE2B 
aac3ac90e4dfc23aa137cf69c6323419bdf29e9b9212b0aec9cd77c2325cb97c2f2e9a752dbe1171e7d6bf36999d45a9eff52e43735ede496575b05b5bbf7b87
 SHA512 
3e91dd69eb485f8b5005af91f7cffa7c05c08cfdc786af4fb6cbca4a79332b3e59c3faf98e34729ce2f231ca44161f002d93ea50b7c2ab2fa2ebde182c37b829

diff --git a/dev-util/diffoscope/diffoscope-174.ebuild 
b/dev-util/diffoscope/diffoscope-174.ebuild
deleted file mode 100644
index a189ed464d4..000
--- a/dev-util/diffoscope/diffoscope-174.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="ncurses"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
-HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
-find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
-mono opendocument pascal pdf postscript R rpm sqlite squashfs
-ssh tar tcpdump xz zip zstd"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
-   dev-python/libarchive-c[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
-   acl? ( sys-apps/acl )
-   binutils? ( sys-devel/binutils )
-   bzip2? ( app-arch/bzip2 )
-   libcaca? ( media-libs/libcaca )
-   colord? ( x11-misc/colord )
-   cpio? ( app-arch/cpio )
-   diff? ( sys-apps/diffutils )
-   docx? ( app-text/docx2txt )
-   dtc? ( sys-apps/dtc )
-   e2fsprogs? ( sys-fs/e2fsprogs )
-   file? ( sys-apps/file )
-   find? ( sys-apps/findutils )
-   gettext? ( sys-devel/gettext )
-   gif? ( media-libs/giflib )
-   gpg? ( app-crypt/gnupg )
-   gzip? ( app-arch/gzip )
-   haskell? ( dev-lang/ghc )
-   hdf5? ( sci-libs/hdf5 )
-   hex? ( app-editors/vim-core )
-   imagemagick? ( media-gfx/imagemagick )
-   iso? ( app-cdr/cdrtools )
-   java? ( virtual/jdk )
-   llvm? ( sys-devel/llvm )
-   mono? ( dev-lang/mono )
-   opendocument? ( app-text/odt2txt )
-   pascal? ( dev-lang/fpc )
-   pdf? (
-   app-text/pdftk
-   app-text/poppler
-   dev-python/PyPDF2[${PYTHON_USEDEP}]
-   )
-   postscript? ( app-text/ghostscript-gpl )
-   R? ( dev-lang/R )
-   rpm? ( app-arch/rpm )
-   sqlite? ( dev-db/sqlite:3 )
-   squashfs? ( sys-fs/squashfs-tools )
-   ssh? ( net-misc/openssh )
-   tar? ( app-arch/tar )
-   tcpdump? ( net-analyzer/tcpdump )
-   xz? ( app-arch/xz-utils )
-   zip? ( app-arch/unzip )
-   zstd? ( app-arch/zstd )
-"
-# Presence if filemagic's magic.py breaks imports
-# of dev-python/python-magic: https://bugs.gentoo.org/716482
-RDEPEND+=" !dev-python/filemagic"



[gentoo-commits] proj/gcc-patches:master commit in: 11.1.0/gentoo/

2021-05-29 Thread Sergei Trofimovich
commit: f0adcd768cd9ceea562a91795774f2453e2da9b9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 29 09:22:33 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 29 09:22:33 2021 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f0adcd76

11.1.0: backport PR100767: fix ICE on arm -flto march mix

Reported-by: Gabriel Marcano
Bug: https://bugs.gentoo.org/792291
Bug: https://gcc.gnu.org/PR100767
Signed-off-by: Sergei Trofimovich  gentoo.org>

 11.1.0/gentoo/30_all_arm-lto-ICE-march-mix.patch | 153 +++
 11.1.0/gentoo/README.history |   1 +
 2 files changed, 154 insertions(+)

diff --git a/11.1.0/gentoo/30_all_arm-lto-ICE-march-mix.patch 
b/11.1.0/gentoo/30_all_arm-lto-ICE-march-mix.patch
new file mode 100644
index 000..c19e3fa
--- /dev/null
+++ b/11.1.0/gentoo/30_all_arm-lto-ICE-march-mix.patch
@@ -0,0 +1,153 @@
+https://gcc.gnu.org/PR100767
+https://bugs.gentoo.org/792291
+
+From 0faee8bae391fab7e1ba4a494360dd9793e15fb5 Mon Sep 17 00:00:00 2001
+From: Richard Earnshaw 
+Date: Thu, 27 May 2021 10:25:37 +0100
+Subject: [PATCH] arm: Remove use of opts_set in arm_configure_build_target
+ [PR100767]
+
+The variable global_options_set is a reflection of which options have
+been explicitly set from the command line in the structure
+global_options.  But it doesn't describe the contents of a
+cl_target_option.  cl_target_option is a set of options to apply and
+once configured should represent a viable set of options without
+needing to know which were explicitly set by the user.
+
+Unfortunately arm_configure_build_target was incorrectly conflating
+the two.  Fortunately, however, we do not really need to know this
+since the various override_options functions should have sanitized the
+target_options values before constructing a cl_target_option
+structure.  It is safe, therefore, to simply drop this parameter to
+arm_configure_build_target and rely on checking that various string
+parameters are non-null before dereferencing them.
+
+gcc:
+
+   PR target/100767
+   * config/arm/arm.c (arm_configure_build_target): Remove parameter
+   opts_set, directly check opts parameters for being non-null.
+   (arm_option_restore): Update call to arm_configure_build_target.
+   (arm_option_override): Likewise.
+   (arm_can_inline_p): Likewise.
+   (arm_valid_target_attribute_tree): Likewise.
+   * config/arm/arm-c.c (arm_pragma_target_parse): Likewise.
+   * config/arm/arm-protos.h (arm_configure_build_target): Adjust
+   prototype.
+
+(cherry picked from commit 262e75d22c350acbdf4c1fb4f224cc5d3d711eff)
+---
+ gcc/config/arm/arm-c.c  |  3 +--
+ gcc/config/arm/arm-protos.h |  3 +--
+ gcc/config/arm/arm.c| 23 ++-
+ 3 files changed, 12 insertions(+), 17 deletions(-)
+
+--- a/gcc/config/arm/arm-c.c
 b/gcc/config/arm/arm-c.c
+@@ -408,8 +408,7 @@ arm_pragma_target_parse (tree args, tree pop_target)
+target_option_current_node, but not handle_pragma_target.  */
+   target_option_current_node = cur_tree;
+   arm_configure_build_target (&arm_active_target,
+-TREE_TARGET_OPTION (cur_tree),
+-&global_options_set, false);
++TREE_TARGET_OPTION (cur_tree), false);
+ }
+ 
+   /* Update macros if target_node changes. The global state will be restored
+--- a/gcc/config/arm/arm-protos.h
 b/gcc/config/arm/arm-protos.h
+@@ -243,8 +243,7 @@ extern bool arm_change_mode_p (tree);
+ extern tree arm_valid_target_attribute_tree (tree, struct gcc_options *,
+struct gcc_options *);
+ extern void arm_configure_build_target (struct arm_build_target *,
+-  struct cl_target_option *,
+-  struct gcc_options *, bool);
++  struct cl_target_option *, bool);
+ extern void arm_option_reconfigure_globals (void);
+ extern void arm_options_perform_arch_sanity_checks (void);
+ extern void arm_pr_long_calls (struct cpp_reader *);
+--- a/gcc/config/arm/arm.c
 b/gcc/config/arm/arm.c
+@@ -3052,9 +3052,10 @@ arm_override_options_after_change (void)
+ /* Implement TARGET_OPTION_RESTORE.  */
+ static void
+ arm_option_restore (struct gcc_options */* opts */,
+-  struct gcc_options *opts_set, struct cl_target_option *ptr)
++  struct gcc_options */* opts_set */,
++  struct cl_target_option *ptr)
+ {
+-  arm_configure_build_target (&arm_active_target, ptr, opts_set, false);
++  arm_configure_build_target (&arm_active_target, ptr, false);
+ }
+ 
+ /* Reset options between modes that the user has specified.  */
+@@ -3177,7 +3178,6 @@ static sbitmap isa_quirkbits;
+ void
+ arm_configure_build_target (struct arm_build_target *target,
+   

[gentoo-commits] proj/gcc-patches:master commit in: 11.1.0/gentoo/

2021-05-28 Thread Sergei Trofimovich
commit: f3f23b533c01b783dc53023f9b9f8fe343b151dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 28 22:19:31 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 22:19:31 2021 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f3f23b53

11.1.0: backport PR100644: c++: "perfect" implicitly deleted move

Reported-by: Thomas Deutschmann
Bug: https://bugs.gentoo.org/792705
Bug: https://gcc.gnu.org/PR100644
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../gentoo/29_all_perfect-implicit-PR100644.patch  | 69 ++
 11.1.0/gentoo/README.history   |  1 +
 2 files changed, 70 insertions(+)

diff --git a/11.1.0/gentoo/29_all_perfect-implicit-PR100644.patch 
b/11.1.0/gentoo/29_all_perfect-implicit-PR100644.patch
new file mode 100644
index 000..35ee13d
--- /dev/null
+++ b/11.1.0/gentoo/29_all_perfect-implicit-PR100644.patch
@@ -0,0 +1,69 @@
+https://gcc.gnu.org/PR100644
+https://bugs.gentoo.org/792705
+
+From 6384e940a6db379b0524465cf6cbbd0996b48485 Mon Sep 17 00:00:00 2001
+From: Jason Merrill 
+Date: Tue, 18 May 2021 12:06:36 -0400
+Subject: [PATCH] c++: "perfect" implicitly deleted move [PR100644]
+
+Here we were ignoring the template constructor because the implicit move
+constructor had all perfect conversions.  But CWG1402 says that an
+implicitly deleted move constructor is ignored by overload resolution; we
+implement that instead by preferring any other candidate in joust, to get
+better diagnostics, but that means we need to handle that case here as well.
+
+gcc/cp/ChangeLog:
+
+   PR c++/100644
+   * call.c (perfect_candidate_p): An implicitly deleted move
+   is not perfect.
+
+gcc/testsuite/ChangeLog:
+
+   * g++.dg/cpp0x/implicit-delete1.C: New test.
+---
+ gcc/cp/call.c |  5 +
+ gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C | 20 +++
+ 2 files changed, 25 insertions(+)
+ create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C
+
+--- a/gcc/cp/call.c
 b/gcc/cp/call.c
+@@ -5892,6 +5892,11 @@ perfect_candidate_p (z_candidate *cand)
+ {
+   if (cand->viable < 1)
+ return false;
++  /* CWG1402 makes an implicitly deleted move op worse than other
++ candidates.  */
++  if (DECL_DELETED_FN (cand->fn) && DECL_DEFAULTED_FN (cand->fn)
++  && move_fn_p (cand->fn))
++return false;
+   int len = cand->num_convs;
+   for (int i = 0; i < len; ++i)
+ if (!perfect_conversion_p (cand->convs[i]))
+--- /dev/null
 b/gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C
+@@ -0,0 +1,20 @@
++// PR c++/100644
++// { dg-do compile { target c++11 } }
++
++struct NonMovable {
++  NonMovable(NonMovable&&) = delete;
++};
++
++template 
++struct Maybe {
++  NonMovable mMember;
++
++  template 
++  Maybe(Maybe&&);
++};
++
++void foo(Maybe);
++
++void unlucky(Maybe&& x) {
++  Maybe var{(Maybe&&)x};
++}
+-- 
+2.31.1
+

diff --git a/11.1.0/gentoo/README.history b/11.1.0/gentoo/README.history
index 27dd8ff..00f2ee7 100644
--- a/11.1.0/gentoo/README.history
+++ b/11.1.0/gentoo/README.history
@@ -1,6 +1,7 @@
 2  TODO
+ 27_all_msp430-f2c.patch
+ 28_all_ctor-union-PR100489.patch
+   + 29_all_perfect-implicit-PR100644.patch
 
 1  27 Apr 2021
+ 01_all_default-fortify-source.patch



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

2021-05-28 Thread Sergei Trofimovich
commit: b4bc9b6e6b69ad8c8fadacd1ea88deed5bee33f1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:33:03 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bc9b6e

media-libs/libdvdnav: stable 6.1.1 for sparc, bug #788226

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild 
b/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
index 400b5061b1f..519ba73153b 100644
--- a/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
+++ b/media-libs/libdvdnav/libdvdnav-6.1.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git";
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2021-05-28 Thread Sergei Trofimovich
commit: 1017f4e145bc57a1521eb6ef6f54c1df9525e61b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:31:02 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1017f4e1

media-libs/libcaca: stable 0.99_beta19-r4 for sparc, bug #772317

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libcaca/libcaca-0.99_beta19-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r4.ebuild 
b/media-libs/libcaca/libcaca-0.99_beta19-r4.ebuild
index 0befac43636..7fe4815820c 100644
--- a/media-libs/libcaca/libcaca-0.99_beta19-r4.ebuild
+++ b/media-libs/libcaca/libcaca-0.99_beta19-r4.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="cxx doc imlib java mono ncurses opengl ruby slang static-libs test 
truetype X"
 RESTRICT="!test? ( test )"
 



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

2021-05-28 Thread Sergei Trofimovich
commit: 5373de4d4e2672abda8adf23e726455cd99bde32
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:13:24 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5373de4d

media-libs/libjpeg-turbo: stable 2.1.0-r1 for sparc, bug #787422

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild
index 3eb3b5bba81..9d916f741cb 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="BSD IJG ZLIB"
 SLOT="0/0.2"
 if [[ "$(ver_cut 3)" -lt 90 ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris 
~x86-solaris"
 fi
 IUSE="java static-libs"
 



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

2021-05-28 Thread Sergei Trofimovich
commit: f3d038c0552ffc21c1bdba0eca08c35630b50e5e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:35:23 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d038c0

media-libs/alsa-lib: stable 1.2.4 for sparc, bug #788730

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/alsa-lib/alsa-lib-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-lib/alsa-lib-1.2.4.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.2.4.ebuild
index e7a0a5539cb..b784b740923 100644
--- a/media-libs/alsa-lib/alsa-lib-1.2.4.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="alisp debug doc elibc_uclibc python +thread-safety"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2021-05-28 Thread Sergei Trofimovich
commit: 5719cf8464ea0360b95d6fb1675ec3230e96db67
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:45:39 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5719cf84

media-libs/libbluray: stable 1.3.0-r1 for sparc, bug #788226

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/libbluray/libbluray-1.3.0-r1.ebuild 
b/media-libs/libbluray/libbluray-1.3.0-r1.ebuild
index 4f75f6132ab..5106d442806 100644
--- a/media-libs/libbluray/libbluray-1.3.0-r1.ebuild
+++ b/media-libs/libbluray/libbluray-1.3.0-r1.ebuild
@@ -7,7 +7,7 @@ if [[ "${PV#}" != "${PV}" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git";
 else
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 sparc x86"

SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2";
 fi
 



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

2021-05-28 Thread Sergei Trofimovich
commit: 41519076ed1385c741f9ec8eef2180629a96dce0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:42:26 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41519076

dev-libs/expat: stable 2.4.1 for hppa, bug #791703

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/expat/expat-2.4.1.ebuild 
b/dev-libs/expat/expat-2.4.1.ebuild
index 70c4830c7fc..e06e6d5503b 100644
--- a/dev-libs/expat/expat-2.4.1.ebuild
+++ b/dev-libs/expat/expat-2.4.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/ex
 
 LICENSE="MIT"
 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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE="elibc_FreeBSD examples static-libs unicode"
 BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
 



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Collate/

2021-05-28 Thread Sergei Trofimovich
commit: 0b10f373a50da46f54cf1dd1098c865183cf17a1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:40:06 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b10f373

virtual/perl-Unicode-Collate: stable 1.290.0-r1 for hppa, bug #791541

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.290.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.290.0-r1.ebuild 
b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.290.0-r1.ebuild
index 45be7d03401..32755beb5f6 100644
--- a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.290.0-r1.ebuild
+++ b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.290.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )



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

2021-05-28 Thread Sergei Trofimovich
commit: a92fe0077fa5673b0b8655831b4e63634bf67c8d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 28 12:41:27 2021 +
Commit:     Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 28 14:39:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92fe007

net-misc/curl: stable 7.77.0 for hppa, bug #792192

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/curl/curl-7.77.0.ebuild b/net-misc/curl/curl-7.77.0.ebuild
index 8421d8e8012..e15247a6d58 100644
--- a/net-misc/curl/curl-7.77.0.ebuild
+++ b/net-misc/curl/curl-7.77.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz";
 
 LICENSE="curl"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap ipv6 
kerberos ldap mbedtls metalink nss +openssl +pop3 +progress-meter rtmp samba 
+smtp ssh ssl sslv3 static-libs test telnet +tftp threads winssl zstd"
 IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"



<    5   6   7   8   9   10   11   12   13   14   >