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

2021-08-15 Thread Arthur Zamarin
commit: 522e53041cfec8fa54212fd97fcf7806bc052e3c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 07:10:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 07:10:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522e5304

media-gfx/termtosvg: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-gfx/termtosvg/termtosvg-1.1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-gfx/termtosvg/termtosvg-1.1.0.ebuild 
b/media-gfx/termtosvg/termtosvg-1.1.0.ebuild
index b7d315f5cfd..f2cf037ac39 100644
--- a/media-gfx/termtosvg/termtosvg-1.1.0.ebuild
+++ b/media-gfx/termtosvg/termtosvg-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Record terminal sessions as SVG animations"
@@ -13,7 +13,6 @@ SRC_URI="https://github.com/nbedos/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]



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

2021-08-15 Thread Lars Wendler
commit: d216ffed26e81c9881a1f17fe45563e3b6d60aa5
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 15 07:25:34 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 15 07:28:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d216ffed

Revert "net-misc/kea: adapted live ebuild"

This reverts commit 2462c197579aad6281e210bca0067fb0d8354edc.

Bug: https://bugs.gentoo.org/807163
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/kea/kea-.ebuild | 49 
 1 file changed, 9 insertions(+), 40 deletions(-)

diff --git a/net-misc/kea/kea-.ebuild b/net-misc/kea/kea-.ebuild
index 7875a3f8860..444f89b948d 100644
--- a/net-misc/kea/kea-.ebuild
+++ b/net-misc/kea/kea-.ebuild
@@ -9,22 +9,18 @@ MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
 HOMEPAGE="http://www.isc.org/kea/";
-
-inherit autotools systemd tmpfiles
-
 if [[ ${PV} = * ]] ; then
-   inherit git-r3
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/isc-projects/kea.git";
 else
-   SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-   ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
+   
SRC_URI="https://downloads.isc.org/isc/kea/${MY_PV}/${PN}-${MY_PV}.tar.gz";
[[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
 SLOT="0"
-IUSE="mysql +openssl postgres +samples"
+IUSE="mysql +openssl postgres samples"
 
 DEPEND="
dev-libs/boost:=
@@ -44,36 +40,23 @@ S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
default
+   [[ ${PV} = * ]] && eautoreconf
# Brand the version with Gentoo
sed -i \
-   -e "s/AC_INIT(kea,${PV}.*, 
kea-...@lists.isc.org)/AC_INIT(kea,${PVR}-gentoo, kea-...@lists.isc.org)/g" \
-   configure.ac || die
-
-   sed -i \
-   -e '/mkdir -p $(DESTDIR)${runstatedir}\/${PACKAGE_NAME}/d' \
-   Makefile.am || die "Fixing Makefile.am failed"
-
-   sed -i \
-   -e 's#test -f "$dir/lib/libgtest.a"#test -f 
"$dir/lib64/libgtest.a"#g' \
-   -e 's#test -f "$dir/lib/libgtest.so"#test -f 
"$dir/lib64/libgtest.so"#g' \
-   -e 's GTEST_LDFLAGS="-L$dir/lib GTEST_LDFLAGS="-L$dir/lib64 g' \
-   m4macros/ax_gtest.m4 || die "fixing gtest detection macro 
failed"
-
-   eautoreconf
+   -e "/VERSION=/s:'$: Gentoo-${PR}':" \
+   configure || die
 }
 
 src_configure() {
local myeconfargs=(
-   --disable-install-configurations
--disable-static
--enable-perfdhcp
--localstatedir="${EPREFIX}/var"
-   --runstatedir="${EPREFIX}/run"
-   --with-gtest=/usr
--without-werror
$(use_with mysql)
$(use_with openssl)
$(use_with postgres pgsql)
+   $(use_enable samples install-configurations)
)
econf "${myeconfargs[@]}"
 }
@@ -82,21 +65,7 @@ src_install() {
default
newconfd "${FILESDIR}"/${PN}-confd-r1 ${PN}
newinitd "${FILESDIR}"/${PN}-initd-r1 ${PN}
-
-   if use samples; then
-   cp "${FILESDIR}"/kea-ctrl-agent.conf 
"${ED}"/etc/kea/kea-ctrl-agent.conf || die "Could not create 
kea-ctrl-agent.conf"
-   cp "${FILESDIR}"/kea-ddns-server.conf 
"${ED}"/etc/kea/kea-ddns-server.conf || die "Could not create 
kea-ddns-server.conf"
-   cp "${FILESDIR}"/kea-dhcp4.conf "${ED}"/etc/kea/kea-dhcp4.conf 
|| die "Could not create kea kea-dhcp4.conf"
-   cp "${FILESDIR}"/kea-dhcp6.conf "${ED}"/etc/kea/kea-dhcp6.conf 
|| die "Could not create kea-dhcp6.conf"
-   fi
-
-   systemd_dounit "${FILESDIR}/${PN}-ctrl-agent.service"
-   systemd_dounit "${FILESDIR}/${PN}-dhcp4-server.service"
-   systemd_dounit "${FILESDIR}/${PN}-dhcp6-server.service"
-   systemd_dounit "${FILESDIR}/${PN}-dhcp-ddns-server.service"
-
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf ${PN}.conf
-
keepdir /var/lib/${PN} /var/log
+   rm -rf "${ED}"/var/run || die
find "${ED}" -type f -name "*.la" -delete || die
 }



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

2021-08-15 Thread Lars Wendler
commit: f2c17fad3f56f495a15fa81ba02c4c374db002b1
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 15 07:26:14 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 15 07:28:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c17fad

Revert "net-misc/kea: fixed version 1.9.9"

This reverts commit ad81a161439fa0cb2fd7472b7638489b26e8f362.

Bug: https://bugs.gentoo.org/807163
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/kea/kea-1.9.9-r1.ebuild | 102 ---
 1 file changed, 102 deletions(-)

diff --git a/net-misc/kea/kea-1.9.9-r1.ebuild b/net-misc/kea/kea-1.9.9-r1.ebuild
deleted file mode 100644
index 7875a3f8860..000
--- a/net-misc/kea/kea-1.9.9-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV//_p/-P}"
-MY_PV="${MY_PV/_/-}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
-
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} = * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/isc-projects/kea.git";
-else
-   SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-   ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
-   [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
-SLOT="0"
-IUSE="mysql +openssl postgres +samples"
-
-DEPEND="
-   dev-libs/boost:=
-   dev-cpp/gtest
-   dev-libs/log4cplus
-   mysql? ( dev-db/mysql-connector-c )
-   !openssl? ( dev-libs/botan:2= )
-   openssl? ( dev-libs/openssl:0= )
-   postgres? ( dev-db/postgresql:* )
-"
-RDEPEND="${DEPEND}
-   acct-group/dhcp
-   acct-user/dhcp"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   # Brand the version with Gentoo
-   sed -i \
-   -e "s/AC_INIT(kea,${PV}.*, 
kea-...@lists.isc.org)/AC_INIT(kea,${PVR}-gentoo, kea-...@lists.isc.org)/g" \
-   configure.ac || die
-
-   sed -i \
-   -e '/mkdir -p $(DESTDIR)${runstatedir}\/${PACKAGE_NAME}/d' \
-   Makefile.am || die "Fixing Makefile.am failed"
-
-   sed -i \
-   -e 's#test -f "$dir/lib/libgtest.a"#test -f 
"$dir/lib64/libgtest.a"#g' \
-   -e 's#test -f "$dir/lib/libgtest.so"#test -f 
"$dir/lib64/libgtest.so"#g' \
-   -e 's GTEST_LDFLAGS="-L$dir/lib GTEST_LDFLAGS="-L$dir/lib64 g' \
-   m4macros/ax_gtest.m4 || die "fixing gtest detection macro 
failed"
-
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-install-configurations
-   --disable-static
-   --enable-perfdhcp
-   --localstatedir="${EPREFIX}/var"
-   --runstatedir="${EPREFIX}/run"
-   --with-gtest=/usr
-   --without-werror
-   $(use_with mysql)
-   $(use_with openssl)
-   $(use_with postgres pgsql)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   newconfd "${FILESDIR}"/${PN}-confd-r1 ${PN}
-   newinitd "${FILESDIR}"/${PN}-initd-r1 ${PN}
-
-   if use samples; then
-   cp "${FILESDIR}"/kea-ctrl-agent.conf 
"${ED}"/etc/kea/kea-ctrl-agent.conf || die "Could not create 
kea-ctrl-agent.conf"
-   cp "${FILESDIR}"/kea-ddns-server.conf 
"${ED}"/etc/kea/kea-ddns-server.conf || die "Could not create 
kea-ddns-server.conf"
-   cp "${FILESDIR}"/kea-dhcp4.conf "${ED}"/etc/kea/kea-dhcp4.conf 
|| die "Could not create kea kea-dhcp4.conf"
-   cp "${FILESDIR}"/kea-dhcp6.conf "${ED}"/etc/kea/kea-dhcp6.conf 
|| die "Could not create kea-dhcp6.conf"
-   fi
-
-   systemd_dounit "${FILESDIR}/${PN}-ctrl-agent.service"
-   systemd_dounit "${FILESDIR}/${PN}-dhcp4-server.service"
-   systemd_dounit "${FILESDIR}/${PN}-dhcp6-server.service"
-   systemd_dounit "${FILESDIR}/${PN}-dhcp-ddns-server.service"
-
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf ${PN}.conf
-
-   keepdir /var/lib/${PN} /var/log
-   find "${ED}" -type f -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/kea/, net-misc/kea/files/

2021-08-15 Thread Lars Wendler
commit: 1b01bd24bb837ced2a86c5db64aabfe17c2b7289
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 15 07:27:23 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 15 07:28:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b01bd24

Revert "net-misc/kea: various improvements"

This reverts commit 3d18b36af81fe68dfbdf4a23a073a995c028c152.

Bug: https://bugs.gentoo.org/807163
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/kea/files/kea-1.8.2-gtest.patch|  35 --
 net-misc/kea/files/kea-ctrl-agent.conf  |  99 --
 net-misc/kea/files/kea-ctrl-agent.service   |  19 --
 net-misc/kea/files/kea-dhcp-ddns-server.service |  18 -
 net-misc/kea/files/kea-dhcp-ddns.conf   |  76 -
 net-misc/kea/files/kea-dhcp4-server.service |  18 -
 net-misc/kea/files/kea-dhcp4.conf   | 401 --
 net-misc/kea/files/kea-dhcp6-server.service |  18 -
 net-misc/kea/files/kea-dhcp6.conf   | 420 
 net-misc/kea/files/kea.tmpfiles.conf|   2 -
 net-misc/kea/kea-1.8.2-r1.ebuild| 101 --
 net-misc/kea/metadata.xml   |  10 -
 12 files changed, 1217 deletions(-)

diff --git a/net-misc/kea/files/kea-1.8.2-gtest.patch 
b/net-misc/kea/files/kea-1.8.2-gtest.patch
deleted file mode 100644
index ae757a2a1a3..000
--- a/net-misc/kea/files/kea-1.8.2-gtest.patch
+++ /dev/null
@@ -1,35 +0,0 @@
 a/m4macros/ax_gtest.m4
-+++ b/m4macros/ax_gtest.m4
-@@ -135,20 +135,18 @@ if test "x$enable_gtest" = "xyes" ; then
- GTEST_FOUND="false"
- for dir in $GTEST_PATHS; do
- if test -f "$dir/include/gtest/gtest.h"; then
--if ! test -f "$dir/lib/libgtest.a"; then
--AC_MSG_WARN([Found Google Test include but not the 
library in $dir.])
--continue
--fi
--GTEST_INCLUDES="-I$dir/include"
--GTEST_LDFLAGS="-L$dir/lib"
--GTEST_LDADD="-lgtest"
--GTEST_FOUND="true"
--break
--fi
--done
--fi
--if test "${GTEST_FOUND}" != "true"; then
--AC_MSG_ERROR([Cannot find gtest in: $GTEST_PATHS])
-+  if test -f "$dir/lib64/libgtest.a" || \
-+   test -f "$dir/lib64/libgtest.so"; then
-+GTEST_INCLUDES="-I$dir/include"
-+GTEST_LDFLAGS="-L$dir/lib64"
-+GTEST_LDADD="-lgtest"
-+GTEST_FOUND="true"
-+break
-+else
-+  AC_MSG_ERROR([Cannot find gtest in: $GTEST_PATHS])
-+ fi
-+  fi
-+  done
- fi
-
- fi

diff --git a/net-misc/kea/files/kea-ctrl-agent.conf 
b/net-misc/kea/files/kea-ctrl-agent.conf
deleted file mode 100644
index 242ecc1a829..000
--- a/net-misc/kea/files/kea-ctrl-agent.conf
+++ /dev/null
@@ -1,99 +0,0 @@
-// This is a basic configuration for the Kea Control Agent.
-//
-// This is just a very basic configuration. Kea comes with large suite (over 
30)
-// of configuration examples and extensive Kea User's Guide. Please refer to
-// those materials to get better understanding of what this software is able to
-// do. Comments in this configuration file sometimes refer to sections for more
-// details. These are section numbers in Kea User's Guide. The version matching
-// your software should come with your Kea package, but it is also available
-// in ISC's Knowledgebase (https://kea.readthedocs.io; the direct link for
-// the stable version is https://kea.readthedocs.io/).
-//
-// This configuration file contains only Control Agent's configuration.
-// If configurations for other Kea services are also included in this file they
-// are ignored by the Control Agent.
-{
-
-// This is a basic configuration for the Kea Control Agent.
-// RESTful interface to be available at http://127.0.0.1:8000/
-"Control-agent": {
-"http-host": "127.0.0.1",
-"http-port": 8000,
-
-// Specify location of the files to which the Control Agent
-// should connect to forward commands to the DHCPv4, DHCPv6
-// and D2 servers via unix domain sockets.
-"control-sockets": {
-"dhcp4": {
-"socket-type": "unix",
-"socket-name": "/run/kea/kea4-ctrl-socket"
-},
-"dhcp6": {
-"socket-type": "unix",
-"socket-name": "/run/kea/kea6-ctrl-socket"
-},
-"d2": {
-"socket-type": "unix",
-"socket-name": "/run/kea/kea-ddns-ctrl-socket"
-}
-},
-
-// Specify hooks libraries that are attached to the Control Agent.
-// Such hooks libraries should support 'control_command_receive'
-// hook point. This is currently commented out because

[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2021-08-15 Thread Mikle Kolyada
commit: 0b6715978e4c4a8a500880d9315e163689bbd763
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Aug 15 07:39:15 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Aug 15 07:39:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b671597

net-p2p/qbittorrent: add 4.3.7

Signed-off-by: Mikle Kolyada  gentoo.org>

 net-p2p/qbittorrent/Manifest |  1 +
 net-p2p/qbittorrent/qbittorrent-4.3.7.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
index 624d9aca535..702814f1eb0 100644
--- a/net-p2p/qbittorrent/Manifest
+++ b/net-p2p/qbittorrent/Manifest
@@ -2,3 +2,4 @@ DIST qbittorrent-4.3.1.tar.gz 7836727 BLAKE2B 
aca72922c2fef567eaa8ecc54774f6ec74
 DIST qbittorrent-4.3.3.tar.gz 8044667 BLAKE2B 
574193e22529e57f69cfe0892f6076aa6ac7162457bf5e405d24427ebf27b934d3b819451eeba6acfe935e3327491c5d6f3ca8dc13b7e7c1ff491ddda96264be
 SHA512 
58898760814a42b81ffbc7e108a29d8ea6a3f1603b84967ceb9fa489683eb67679e4e8d5e54581a01f8452e68c8385ce3991cc489b7bb13a8bb82169e3059bc4
 DIST qbittorrent-4.3.4.1.tar.gz 8057119 BLAKE2B 
a5e59aab555feaa2638c3ff60df97ae0214871bc85a97fad956b2f0d990eb3ca8a54a9bb5ddf4bade73f70393bd3f522ec5bf2a39d15f50db01f098602875e0b
 SHA512 
f1f2d6dd445b37b7397f38f965221d2f440e3aae208f19508d9b68c507f2461216bba7240f1ead21fa5ab4c08c437dc9f2b4030daca6c27a20ad0c4e66c6ecc0
 DIST qbittorrent-4.3.5.tar.gz 8128281 BLAKE2B 
656b64cfcddba37197b7a87ff3281168649d51e127a69dd489c89f11d8ff6cca7de722f4a5188742cf4efb592e0acbf3b1be69dd804d52d25d8c3e13fdf39e32
 SHA512 
7bfc9e280e70093b74dafae9a6f921cf27f6828ea03ac3510c3419131b40a1610090d335a831697c9b690f47e396700f7b5a4b14dec47a9f12f4ed797f30d0dd
+DIST qbittorrent-4.3.7.tar.gz 8494224 BLAKE2B 
68f402619069fea87c5120e97f381d589f2acdede125644feb6b9e57f334ffebe8d9f95dc3da2b819f783414249da78357fcba64910ca4e77af8860afbcc046c
 SHA512 
53a7bd7b21f0439d9407e8c823086004c1f01d856903e22a7f5a5b97c5ef39f807d6168158af1eb008fab21c78f7c81b8d8e142a3f3f74d5232653f43559cafd

diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.7.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.3.7.ebuild
new file mode 100644
index 000..df56a568b98
--- /dev/null
+++ b/net-p2p/qbittorrent/qbittorrent-4.3.7.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="BitTorrent client in C++ and Qt"
+HOMEPAGE="https://www.qbittorrent.org
+ https://github.com/qbittorrent";
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git";
+else
+   
SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   S="${WORKDIR}/qBittorrent-release-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+dbus debug webui +X"
+REQUIRED_USE="dbus? ( X )"
+
+RDEPEND="
+   >=dev-libs/boost-1.62.0-r1:=
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtxml:5
+   >=net-libs/libtorrent-rasterbar-1.2.12:0=
+   sys-libs/zlib
+   dbus? ( dev-qt/qtdbus:5 )
+   X? (
+   dev-libs/geoip
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
+
+src_configure() {
+   econf \
+   $(use_enable dbus qt-dbus) \
+   $(use_enable debug) \
+   $(use_enable webui) \
+   $(use_enable X gui)
+}
+
+src_install() {
+   emake STRIP="/bin/false" INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2021-08-15 Thread Hans de Graaff
commit: d6f5654c4c0b74caf663cb9689d882af512d82cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 05:38:42 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f5654c

app-misc/sphinx: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-misc/sphinx/sphinx-2.2.11-r1.ebuild | 111 
 1 file changed, 111 deletions(-)

diff --git a/app-misc/sphinx/sphinx-2.2.11-r1.ebuild 
b/app-misc/sphinx/sphinx-2.2.11-r1.ebuild
deleted file mode 100644
index ae063ea14f8..000
--- a/app-misc/sphinx/sphinx-2.2.11-r1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WANT_AUTOMAKE=1.15
-
-inherit epatch autotools toolchain-funcs
-
-#MY_P=${P/_/-}
-MY_P=${P}-release
-
-DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL"
-HOMEPAGE="http://www.sphinxsearch.com/";
-SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
-IUSE="debug +id64 mariadb mysql odbc postgres re2 stemmer syslog xml"
-
-REQUIRED_USE="mysql? ( !mariadb ) mariadb? ( !mysql )"
-
-RDEPEND="
-   mysql? ( dev-db/mysql-connector-c )
-   mariadb? ( dev-db/mariadb-connector-c )
-   postgres? ( dev-db/postgresql:* )
-   odbc? ( dev-db/unixODBC )
-   re2? ( dev-libs/re2 )
-   stemmer? ( dev-libs/snowball-stemmer )
-   xml? ( dev-libs/expat )
-   virtual/libiconv"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.0.1_beta-darwin8.patch
-
-   # drop nasty hardcoded search path breaking Prefix
-   # We patch configure directly since otherwise we need to run
-   # eautoreconf twice and that causes problems, bug 425380
-   sed -i -e 's/\/usr\/local\//\/someplace\/nonexisting\//g' configure || 
die
-
-   if use mariadb ; then
-   sed -i -e 's/mysql_config/mariadb_config/g' configure || die
-   fi
-
-   # Fix QA compilation warnings.
-   sed -i -e '19i#include ' api/libsphinxclient/test.c || die
-
-   eapply_user
-
-   pushd api/libsphinxclient || die
-   eautoreconf
-   popd || die
-
-   # Drop bundled code to ensure building against system versions. We
-   # cannot remove libstemmer_c since configure updates its Makefile.
-   rm -rf libexpat libre2 || die
-}
-
-src_configure() {
-   # fix libiconv detection
-   use !elibc_glibc && export ac_cv_search_iconv=-liconv
-
-   local mysql_with
-   if use mysql || use mariadb ; then
-   mysql_with="--with-mysql"
-   else
-   mysql_with="--without-mysql"
-   fi
-
-   econf \
-   --sysconfdir="${EPREFIX}/etc/${PN}" \
-   $(use_enable id64) \
-   $(use_with debug) \
-   ${mysql_with} \
-   $(use_with odbc unixodbc) \
-   $(use_with postgres pgsql) \
-   $(use_with re2) \
-   $(use_with stemmer libstemmer) \
-   $(use_with syslog syslog) \
-   $(use_with xml libexpat )
-
-   cd api/libsphinxclient || die
-   econf STRIP=:
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-
-   emake -j 1 -C api/libsphinxclient
-}
-
-src_test() {
-   # Tests require a live database and only work from the source
-   # directory.
-   :
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   emake DESTDIR="${D}" -C api/libsphinxclient install
-
-   dodoc doc/*
-
-   dodir /var/lib/sphinx
-   dodir /var/log/sphinx
-
-   newinitd "${FILESDIR}"/searchd.rc searchd
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/curb/

2021-08-15 Thread Hans de Graaff
commit: ed542eb591f1105e1b03f6088d1ca4f36fe46fa4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 04:32:32 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed542eb5

dev-ruby/curb: avoid test requiring ntlm

net-misc/curl in Gentoo no longer supports ntlm so this test now fails.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/curb/curb-0.9.11-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/curb/curb-0.9.11-r1.ebuild 
b/dev-ruby/curb/curb-0.9.11-r1.ebuild
index bf0097fb81a..c3928cceda4 100644
--- a/dev-ruby/curb/curb-0.9.11-r1.ebuild
+++ b/dev-ruby/curb/curb-0.9.11-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND+=" net-misc/curl[ssl]"
+DEPEND+=" net-misc/curl[ssl] test? ( net-misc/curl[samba] )"
 RDEPEND+=" net-misc/curl[ssl]"
 
 all_ruby_prepare() {
@@ -39,4 +39,7 @@ all_ruby_prepare() {
# avoid failing tests where failure condition seems weird, no
# upstream travis so not clear if the test is indeed broken.
sed -i -e '/test_multi_easy_http/,/^  end/ s:^:#:' 
tests/tc_curl_multi.rb || die
+
+   # avoid test requiring ntlm support on curl which is no longer 
available in gentoo
+   sed -i -e '/test_username_password/aomit "ntlm support in curl needed"' 
-i tests/tc_curl_easy.rb || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler/

2021-08-15 Thread Hans de Graaff
commit: e774eed85d0300bcb028d4c917a5df7b705f9aad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 14 08:55:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e774eed8

dev-ruby/bundler: add 2.2.25

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bundler/Manifest  |  1 +
 dev-ruby/bundler/bundler-2.2.25.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index b3c53bf7760..efe8217919c 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -5,3 +5,4 @@ DIST bundler-2.2.19.gem 390656 BLAKE2B 
212e41d2f5f8e9b689265bc0b3294d25c0ffaa681
 DIST bundler-2.2.20.gem 391168 BLAKE2B 
dc53699a56187fca399216d02de5a669bf6f78301b9095eef2047d353c9ed8b33a83063d2a2afec35c445de3d37ef66451c848909150a1b9802745f6d53bf724
 SHA512 
2e5e651c2bcfea91f6bde57ae635b62e28bed3f081afde33f77be9adb040aafbe61b48f3e4cd6555bc65ca156bad19d727084d8bd7ce8da130c25ab8de00e090
 DIST bundler-2.2.21.gem 391168 BLAKE2B 
abed6993e00c4e0ea6e0b7a19dc2b48dfd110e00ad47cca77c66143c61fe8b95ef3b4964c3b0d8ed74ff2e49ec4e3b44876f5a692ad0c16ad5d5b9a5d56578da
 SHA512 
2905afc06402cf3f07da1c622279963b4aa68d6e91f65fd8542434fcc2f7ac820abdb24422523ce1089a234dbce6189dd7bd60e509da97d385824fde8f85b892
 DIST bundler-2.2.24.gem 391168 BLAKE2B 
2b70c476d2f0e400f52bf5d6caf2ad06394c3d7bf0f3abc7dd9c3b62cb6c4a1c8621589d908c39f7f434e4b204fc4c63e4f40a88f8dda55e7ba9ecab9785867c
 SHA512 
ac50c7d2bbcfa0903511fd0b9a56ebc6da67b0bd54da67ff2f23bd8a60a90f384b6b231e8ea45588a10758d889e561ed5a12866d879c8f47fc289f0a7e650f3f
+DIST bundler-2.2.25.gem 391168 BLAKE2B 
73a5872a978ed85f39e188c31b051776b8364b69d23fcb6e77a97104199aeaf2cf183702a7145d9db7ce29d93d782b29ca9a3da0d925885a2ce21b240bdd0fb2
 SHA512 
b52d97ef86164e44e9f02b178ecda5934c459258c55bb2e804e1d053818a1283c260e4c35e872b084e43e5f7d8bc71f13df7154d8d279d6f3aafe347514b1474

diff --git a/dev-ruby/bundler/bundler-2.2.25.ebuild 
b/dev-ruby/bundler/bundler-2.2.25.ebuild
new file mode 100644
index 000..e03102a4088
--- /dev/null
+++ b/dev-ruby/bundler/bundler-2.2.25.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler";
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git !

[gentoo-commits] repo/gentoo:master commit in: app-misc/sphinx/, app-misc/sphinx/files/

2021-08-15 Thread Hans de Graaff
commit: 2d4b7d5519ded98678c67fec32cfe250c0c96c47
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 05:38:07 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4b7d55

app-misc/sphinx: modernize and fix issues

Drop re2 support since sphinx requires an obsolete version of re2.
Closes: https://bugs.gentoo.org/771069

Use EAPI 8 and support automake 1.16, thanks for Andrey Volkov.
Bug: https://bugs.gentoo.org/649120
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 .../sphinx/files/sphinx-2.2.11-automake-1.16.patch |  10 ++
 app-misc/sphinx/sphinx-2.2.11-r3.ebuild| 111 +
 2 files changed, 121 insertions(+)

diff --git a/app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch 
b/app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch
new file mode 100644
index 000..da556ef2ef6
--- /dev/null
+++ b/app-misc/sphinx/files/sphinx-2.2.11-automake-1.16.patch
@@ -0,0 +1,10 @@
+diff --git a/api/libsphinxclient/Makefile.am b/api/libsphinxclient/Makefile.am
+index a4abfef..10d5914 100644
+--- a/api/libsphinxclient/Makefile.am
 b/api/libsphinxclient/Makefile.am
+@@ -10,4 +10,4 @@ libsphinxclient_la_LIBADD = @LTLIBOBJS@
+ libsphinxclient_la_LDFLAGS = -release @VERSION@
+ 
+ include_HEADERS =   sphinxclient.h 
+-test_LDADD = .libs/libsphinxclient.a
++test_LDADD = $(lib_LTLIBRARIES)

diff --git a/app-misc/sphinx/sphinx-2.2.11-r3.ebuild 
b/app-misc/sphinx/sphinx-2.2.11-r3.ebuild
new file mode 100644
index 000..5ee036e6375
--- /dev/null
+++ b/app-misc/sphinx/sphinx-2.2.11-r3.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+#MY_P=${P/_/-}
+MY_P=${P}-release
+
+DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL"
+HOMEPAGE="http://www.sphinxsearch.com/";
+SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris"
+IUSE="debug +id64 mariadb mysql odbc postgres stemmer syslog xml"
+
+REQUIRED_USE="mysql? ( !mariadb ) mariadb? ( !mysql )"
+
+RDEPEND="
+   mysql? ( dev-db/mysql-connector-c )
+   mariadb? ( dev-db/mariadb-connector-c )
+   postgres? ( dev-db/postgresql:* )
+   odbc? ( dev-db/unixODBC )
+   stemmer? ( dev-libs/snowball-stemmer )
+   xml? ( dev-libs/expat )
+   virtual/libiconv"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   eapply -p0 "${FILESDIR}"/${PN}-2.0.1_beta-darwin8.patch
+   eapply "${FILESDIR}"/${P}-automake-1.16.patch
+
+   # drop nasty hardcoded search path breaking Prefix
+   # We patch configure directly since otherwise we need to run
+   # eautoreconf twice and that causes problems, bug 425380
+   sed -i -e 's/\/usr\/local\//\/someplace\/nonexisting\//g' configure || 
die
+
+   if use mariadb ; then
+   sed -i -e 's/mysql_config/mariadb_config/g' configure || die
+   fi
+
+   # Fix QA compilation warnings.
+   sed -i -e '19i#include ' api/libsphinxclient/test.c || die
+
+   eapply_user
+
+   pushd api/libsphinxclient || die
+   eautoreconf
+   popd || die
+
+   # Drop bundled code to ensure building against system versions. We
+   # cannot remove libstemmer_c since configure updates its Makefile.
+   rm -rf libexpat || die
+}
+
+src_configure() {
+   # fix libiconv detection
+   use !elibc_glibc && export ac_cv_search_iconv=-liconv
+
+   local mysql_with
+   if use mysql || use mariadb ; then
+   mysql_with="--with-mysql"
+   else
+   mysql_with="--without-mysql"
+   fi
+
+   econf \
+   --sysconfdir="${EPREFIX}/etc/${PN}" \
+   $(use_enable id64) \
+   $(use_with debug) \
+   ${mysql_with} \
+   $(use_with odbc unixodbc) \
+   $(use_with postgres pgsql) \
+   $(use_with stemmer libstemmer) \
+   $(use_with syslog syslog) \
+   $(use_with xml libexpat )
+
+   cd api/libsphinxclient || die
+   econf STRIP=:
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+
+   emake -j 1 -C api/libsphinxclient
+}
+
+src_test() {
+   # Tests require a live database and only work from the source
+   # directory.
+   :
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   emake DESTDIR="${D}" -C api/libsphinxclient install
+
+   # Remove unneeded empty directories.
+   rmdir "${D}"/var/lib/{data,log}
+
+   dodoc doc/*
+
+   keepdir /var/lib/sphinx
+   keepdir /var/log/sphinx
+
+   newinitd "${FILESDIR}"/searchd.rc searchd
+}



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

2021-08-15 Thread Hans de Graaff
commit: 20107d42f4ac4d0b4dc593eae00b59209667020d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:38:10 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20107d42

dev-util/cucumber-cucumber-expressions: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 .../cucumber-cucumber-expressions-10.3.0.ebuild   | 4 ++--
 .../cucumber-cucumber-expressions-12.1.1.ebuild   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-10.3.0.ebuild
 
b/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-10.3.0.ebuild
index 10db2f04fa4..25b24f1a86f 100644
--- 
a/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-10.3.0.ebuild
+++ 
b/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-10.3.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
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="a simpler alternative to Regular Expressions"
-HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"

diff --git 
a/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.1.ebuild
 
b/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.1.ebuild
index fb5ffe411c4..a877dd490f7 100644
--- 
a/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.1.ebuild
+++ 
b/dev-util/cucumber-cucumber-expressions/cucumber-cucumber-expressions-12.1.1.ebuild
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="a simpler alternative to Regular Expressions"
-HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"



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

2021-08-15 Thread Hans de Graaff
commit: 9dcd16b5f03655ea775ca0cac5efea37a43b8424
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:38:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcd16b5

dev-util/cucumber-gherkin: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild | 2 +-
 dev-util/cucumber-gherkin/cucumber-gherkin-20.0.0.ebuild | 2 +-
 dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
index bfa83e6d087..d7a9f611c67 100644
--- a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
@@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-gherkin.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Fast Gherkin lexer and parser"
-HOMEPAGE="https://github.com/cucumber/gherkin";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> 
${P}.tar.gz"
 RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
 LICENSE="MIT"

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.0.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.0.ebuild
index 87a56e48a94..d27ef5a8f77 100644
--- a/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.0.ebuild
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.0.ebuild
@@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-gherkin.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Fast Gherkin lexer and parser"
-HOMEPAGE="https://github.com/cucumber/gherkin";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> 
${P}.tar.gz"
 RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
 LICENSE="MIT"

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild
index 5e864900cb5..8ceb5296179 100644
--- a/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-20.0.1.ebuild
@@ -17,7 +17,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-gherkin.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Fast Gherkin lexer and parser"
-HOMEPAGE="https://github.com/cucumber/gherkin";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> 
${P}.tar.gz"
 RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
 LICENSE="MIT"



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

2021-08-15 Thread Hans de Graaff
commit: af0f4fe4b04bc3b85a045e65067ff74c1583283a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:36:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0f4fe4

dev-util/cucumber-core: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-core/cucumber-core-10.0.0.ebuild | 2 +-
 dev-util/cucumber-core/cucumber-core-10.0.1.ebuild | 2 +-
 dev-util/cucumber-core/cucumber-core-3.2.1.ebuild  | 2 +-
 dev-util/cucumber-core/cucumber-core-9.0.1.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cucumber-core/cucumber-core-10.0.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-10.0.0.ebuild
index 866432367d7..2a2acdb21bb 100644
--- a/dev-util/cucumber-core/cucumber-core-10.0.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-10.0.0.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"

diff --git a/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild
index 36392e73a30..d9e7377454f 100644
--- a/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-10.0.1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"

diff --git a/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild
index 4cd3f8a785e..112f5bef787 100644
--- a/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
 inherit ruby-fakegem eapi7-ver
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"

diff --git a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
index daa24240caf..61b69c5ce0f 100644
--- a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"



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

2021-08-15 Thread Hans de Graaff
commit: 905b53c7ffddca34e80b4d6f81f3f695fad1d7f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:38:37 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905b53c7

dev-util/cucumber-expressions: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild
index 109e8741fd0..3982a7b6808 100644
--- a/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild
+++ b/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="a simpler alternative to Regular Expressions"
-HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"



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

2021-08-15 Thread Hans de Graaff
commit: 850ab0c27aa7884bb17650c5b2dcc40736ff597c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:40:13 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850ab0c2

dev-util/cucumber-rails: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild | 2 +-
 dev-util/cucumber-rails/cucumber-rails-2.2.0.ebuild | 2 +-
 dev-util/cucumber-rails/cucumber-rails-2.3.0.ebuild | 2 +-
 dev-util/cucumber-rails/cucumber-rails-2.4.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild
index 3198b85de30..b7d36dd1115 100644
--- a/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild
+++ b/dev-util/cucumber-rails/cucumber-rails-1.8.0.ebuild
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber-rails.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios for Rails"
-HOMEPAGE="https://github.com/cucumber/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="Ruby"
 
 KEYWORDS="~amd64"

diff --git a/dev-util/cucumber-rails/cucumber-rails-2.2.0.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-2.2.0.ebuild
index 7e0c9521aa9..26409e65e60 100644
--- a/dev-util/cucumber-rails/cucumber-rails-2.2.0.ebuild
+++ b/dev-util/cucumber-rails/cucumber-rails-2.2.0.ebuild
@@ -17,7 +17,7 @@ RUBY_FAKEGEM_BINWRAP=""
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios for Rails"
-HOMEPAGE="https://github.com/cucumber/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="Ruby"
 
 KEYWORDS="~amd64"

diff --git a/dev-util/cucumber-rails/cucumber-rails-2.3.0.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-2.3.0.ebuild
index a0c8d4909ba..d770fc2499c 100644
--- a/dev-util/cucumber-rails/cucumber-rails-2.3.0.ebuild
+++ b/dev-util/cucumber-rails/cucumber-rails-2.3.0.ebuild
@@ -17,7 +17,7 @@ RUBY_FAKEGEM_BINWRAP=""
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios for Rails"
-HOMEPAGE="https://github.com/cucumber/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-rails/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="Ruby"
 

diff --git a/dev-util/cucumber-rails/cucumber-rails-2.4.0.ebuild 
b/dev-util/cucumber-rails/cucumber-rails-2.4.0.ebuild
index 0dec57043e0..7257c164845 100644
--- a/dev-util/cucumber-rails/cucumber-rails-2.4.0.ebuild
+++ b/dev-util/cucumber-rails/cucumber-rails-2.4.0.ebuild
@@ -17,7 +17,7 @@ RUBY_FAKEGEM_BINWRAP=""
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios for Rails"
-HOMEPAGE="https://github.com/cucumber/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-rails/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="Ruby"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-tag-expressions/

2021-08-15 Thread Hans de Graaff
commit: 6be76e8c3c27308acb2553cdb5d9587d96d40fba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:39:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be76e8c

dev-util/cucumber-tag-expressions: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 .../cucumber-tag-expressions/cucumber-tag-expressions-2.0.4.ebuild| 4 ++--
 .../cucumber-tag-expressions/cucumber-tag-expressions-3.0.1.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-2.0.4.ebuild 
b/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-2.0.4.ebuild
index a1658dee860..76c765a1a5f 100644
--- a/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-2.0.4.ebuild
+++ b/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-2.0.4.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
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Cucumber tag expressions for ruby"
-HOMEPAGE="https://docs.cucumber.io/tag-expressions/";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"

diff --git 
a/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-3.0.1.ebuild 
b/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-3.0.1.ebuild
index 75d8e58d102..b947e508dd0 100644
--- a/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-3.0.1.ebuild
+++ b/dev-util/cucumber-tag-expressions/cucumber-tag-expressions-3.0.1.ebuild
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Cucumber tag expressions for ruby"
-HOMEPAGE="https://docs.cucumber.io/tag-expressions/";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"



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

2021-08-15 Thread Hans de Graaff
commit: 7392cf47c3746e9ce98b923c54d7ae5a102b5aae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:38:59 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7392cf47

dev-util/cucumber-messages: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-messages/cucumber-messages-13.2.1.ebuild | 2 +-
 dev-util/cucumber-messages/cucumber-messages-14.0.1.ebuild | 2 +-
 dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild | 2 +-
 dev-util/cucumber-messages/cucumber-messages-17.0.0.ebuild | 2 +-
 dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/cucumber-messages/cucumber-messages-13.2.1.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-13.2.1.ebuild
index 1b40a759784..593adcf6f13 100644
--- a/dev-util/cucumber-messages/cucumber-messages-13.2.1.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-13.2.1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
 inherit ruby-fakegem
 
 DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process 
communication"
-HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~amd64"

diff --git a/dev-util/cucumber-messages/cucumber-messages-14.0.1.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-14.0.1.ebuild
index 1b40a759784..593adcf6f13 100644
--- a/dev-util/cucumber-messages/cucumber-messages-14.0.1.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-14.0.1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
 inherit ruby-fakegem
 
 DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process 
communication"
-HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~amd64"

diff --git a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
index a187e183a7b..8d0ba59011a 100644
--- a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
 inherit ruby-fakegem
 
 DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process 
communication"
-HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"

diff --git a/dev-util/cucumber-messages/cucumber-messages-17.0.0.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-17.0.0.ebuild
index ed9ef8e1693..c9bd3ee6b80 100644
--- a/dev-util/cucumber-messages/cucumber-messages-17.0.0.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-17.0.0.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
 inherit ruby-fakegem
 
 DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process 
communication"
-HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~amd64"

diff --git a/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild
index 77fc213683c..b410fc23b08 100644
--- a/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-17.0.1.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
 inherit ruby-fakegem
 
 DESCRIPTION="Protocol Buffer messages for Cucumber's inter-process 
communication"
-HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/pundit/

2021-08-15 Thread Hans de Graaff
commit: ab5c08038d31a7d3daf8c1da476e8e995e1df605
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 04:41:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5c0803

dev-ruby/pundit: fix tests

Avoid test dependency on simplecov

Closes: https://bugs.gentoo.org/808186
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/pundit/pundit-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pundit/pundit-2.1.1.ebuild 
b/dev-ruby/pundit/pundit-2.1.1.ebuild
index aabad7105e0..aa5c64669fd 100644
--- a/dev-ruby/pundit/pundit-2.1.1.ebuild
+++ b/dev-ruby/pundit/pundit-2.1.1.ebuild
@@ -23,5 +23,5 @@ ruby_add_bdepend "test? ( >=dev-ruby/actionpack-3.0.0
>=dev-ruby/activemodel-3.0.0 )"
 
 all_ruby_prepare() {
-   sed -i -e "/pry/d" spec/spec_helper.rb || die
+   sed -i -e "/pry/d" -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb 
|| die
 }



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

2021-08-15 Thread Hans de Graaff
commit: cffaac692202c964fce309b960d21ea5f1f07eda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:39:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffaac69

dev-util/cucumber-wire: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-wire/cucumber-wire-0.0.1-r1.ebuild | 2 +-
 dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild| 2 +-
 dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild| 2 +-
 dev-util/cucumber-wire/cucumber-wire-6.1.0.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-0.0.1-r1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-0.0.1-r1.ebuild
index 1566152f684..41837bf5e35 100644
--- a/dev-util/cucumber-wire/cucumber-wire-0.0.1-r1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-0.0.1-r1.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="Ruby"
 
 KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"

diff --git a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
index 056a80ddaf0..3f593689b7a 100644
--- a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="Ruby"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"

diff --git a/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild
index 48c5484c5f9..ec6f09281ef 100644
--- a/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-6.0.1.ebuild
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="Ruby"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"

diff --git a/dev-util/cucumber-wire/cucumber-wire-6.1.0.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-6.1.0.ebuild
index 48c5484c5f9..ec6f09281ef 100644
--- a/dev-util/cucumber-wire/cucumber-wire-6.1.0.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-6.1.0.ebuild
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="Ruby"
 
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"



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

2021-08-15 Thread Hans de Graaff
commit: 7a83ce50066ba3275f6a48a2410f7c71f8e86eb6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:40:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a83ce50

dev-util/cucumber: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber/cucumber-3.2.0.ebuild | 2 +-
 dev-util/cucumber/cucumber-6.1.0.ebuild | 2 +-
 dev-util/cucumber/cucumber-7.0.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild 
b/dev-util/cucumber/cucumber-3.2.0.ebuild
index 0fd14e28e95..b5af4c5497d 100644
--- a/dev-util/cucumber/cucumber-3.2.0.ebuild
+++ b/dev-util/cucumber/cucumber-3.2.0.ebuild
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"

diff --git a/dev-util/cucumber/cucumber-6.1.0.ebuild 
b/dev-util/cucumber/cucumber-6.1.0.ebuild
index edf47fbd9c5..0d8c4801a6b 100644
--- a/dev-util/cucumber/cucumber-6.1.0.ebuild
+++ b/dev-util/cucumber/cucumber-6.1.0.ebuild
@@ -16,7 +16,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"

diff --git a/dev-util/cucumber/cucumber-7.0.0.ebuild 
b/dev-util/cucumber/cucumber-7.0.0.ebuild
index 05dc5805c70..dc1b2aa7fd8 100644
--- a/dev-util/cucumber/cucumber-7.0.0.ebuild
+++ b/dev-util/cucumber/cucumber-7.0.0.ebuild
@@ -16,7 +16,7 @@ RUBY_FAKEGEM_GEMSPEC="cucumber.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
+HOMEPAGE="https://cucumber.io/";
 SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"



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

2021-08-15 Thread Hans de Graaff
commit: e87f75f4bab6e883b56dc48a51273fdba59de75e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 15 07:39:58 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 15 07:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87f75f4

dev-util/cucumber-tag_expressions: update HOMEPAGE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild 
b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
index 62ce751f726..50f2df52ed6 100644
--- a/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
+++ b/dev-util/cucumber-tag_expressions/cucumber-tag_expressions-1.1.1.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="Cucumber tag expressions for ruby"
-HOMEPAGE="https://docs.cucumber.io/tag-expressions/";
+HOMEPAGE="https://cucumber.io/";
 LICENSE="MIT"
 
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86"



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

2021-08-15 Thread Michał Górny
commit: 880c43f88dfbc238f6cf9c516c34bee23976af06
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 07:40:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 07:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880c43f8

dev-python/pyqtgraph: Mark ALLARCHES

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

 dev-python/pyqtgraph/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pyqtgraph/metadata.xml 
b/dev-python/pyqtgraph/metadata.xml
index 24bf6bc8bf6..e4f45cc9647 100644
--- a/dev-python/pyqtgraph/metadata.xml
+++ b/dev-python/pyqtgraph/metadata.xml
@@ -12,6 +12,7 @@
due to its heavy leverage of numpy for number crunching
and Qt's GraphicsView framework for fast display. 

+   

pyqtgraph/pyqtgraph
pyqtgraph



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

2021-08-15 Thread Michał Górny
commit: b59957c7842270e47a4dd5bfeaf9d390b663d063
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 07:41:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 07:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59957c7

dev-python/jedi: Skip test_speed in 0.17.2-r1 as well

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

 dev-python/jedi/jedi-0.17.2-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/jedi/jedi-0.17.2-r1.ebuild 
b/dev-python/jedi/jedi-0.17.2-r1.ebuild
index 2fa5ac08cf8..c32955b0988 100644
--- a/dev-python/jedi/jedi-0.17.2-r1.ebuild
+++ b/dev-python/jedi/jedi-0.17.2-r1.ebuild
@@ -57,6 +57,8 @@ python_test() {
# assume pristine virtualenv
test/test_utils.py::TestSetupReadline::test_local_import
test/test_inference/test_imports.py::test_os_issues
+   # fragile
+   test/test_speed.py
)
[[ ${EPYTHON} == python3.10 ]] && deselect+=(
# new features increased the match count again



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

2021-08-15 Thread Michał Górny
commit: 1786d0e7efb1deb80acb240e56c49124144c75ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 07:38:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 07:42:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1786d0e7

dev-python/python-dateutil: Mark ALLARCHES

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

 dev-python/python-dateutil/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-dateutil/metadata.xml 
b/dev-python/python-dateutil/metadata.xml
index 4bee24c257f..5c1b99717a1 100644
--- a/dev-python/python-dateutil/metadata.xml
+++ b/dev-python/python-dateutil/metadata.xml
@@ -9,6 +9,7 @@
   The dateutil module provides powerful extensions to the standard
   datetime module, available in Python 2.3+.
   
+  
   
 python-dateutil
 dateutil/dateutil



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

2021-08-15 Thread Michał Górny
commit: bbcbf6c9b19b8fde4adc020a20851b408a347e3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 07:23:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 07:42:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcbf6c9

profiles/arch/hppa: Mask dev-python/ipython[qt5]

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

 profiles/arch/hppa/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 32f72b44f6f..5a86f34feaf 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -10,6 +10,7 @@ app-text/htmltidy test
 
 # Michał Górny  (2021-07-25)
 # PyQt5 and wxpython are not keyworded.
+dev-python/ipython qt5
 dev-python/matplotlib qt5 wxwidgets
 
 # Matt Turner  (2021-07-23)



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/PyQtWebEngine/

2021-08-15 Thread Davide Pesavento
commit: 3505313b1bc80620f331af7d76f8c23eb76a32a3
Author: Chris Pritchard  christopherpritchard  co  uk>
AuthorDate: Sun Aug 15 07:35:32 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Aug 15 07:46:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3505313b

dev-python/PyQtWebEngine: add 5.15.5_pre2108100905, EAPI 8

Switch build system to sip-build

Bug: https://bugs.gentoo.org/805965
Closes: https://github.com/gentoo/gentoo/pull/21854
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Chris Pritchard  christopherpritchard.co.uk>
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/PyQtWebEngine/Manifest  |  1 +
 .../PyQtWebEngine-5.15.5_pre2108100905.ebuild  | 76 ++
 profiles/package.mask  |  1 +
 3 files changed, 78 insertions(+)

diff --git a/dev-python/PyQtWebEngine/Manifest 
b/dev-python/PyQtWebEngine/Manifest
index e8c22cbea35..3c7ba7fdf37 100644
--- a/dev-python/PyQtWebEngine/Manifest
+++ b/dev-python/PyQtWebEngine/Manifest
@@ -1,2 +1,3 @@
 DIST PyQtWebEngine-5.15.2.tar.gz 48608 BLAKE2B 
a03f77b0cde0d1031e8f1c4c6b5d13a342c28cf814ebaaf4a2cdb4608ce40cdd8163783932abc76cda583c0fed7191653b537598a9ab65f6509ef88008538e31
 SHA512 
7e6d95833b1a9e5bb5275eff01e1923419da35d13862fc4cbb231cbf950ed45e628bc7e161b0b6b66c718ee439a1a8e66dd754cee9adcdf69ab1b8ffab58901e
 DIST PyQtWebEngine-5.15.4.tar.gz 49022 BLAKE2B 
0ac0b3424f22aabbfd733f2a876e502f133c81f639fbd87a4c7509865635b29d4bd3596ccc151b0919a28eff0015913c4fae1a831dbe774fe2d2aeee732e469b
 SHA512 
25cf8578ffae8adbc1dd8d914921b4edf91f19fcf983c9c83c9c8934b4e918ba27bd34a6b9c8252773ec32e6f1f13a06f22cf7d7326a5aceaa91530ea4ee047e
+DIST PyQtWebEngine-5.15.5.dev2108100905.tar.gz 49043 BLAKE2B 
01b75db0d9fa973ccd0a85f9336e16b7c1fb2a303a0d004d247f91744dc642edb836597877fce6c4f038afa6f87ba066eeaca1e3d467bc15689dbe82e8a9809e
 SHA512 
1ea407832f062dc9b9a6c6312feb4c8f3553b55972e5a32c70c9d1c278918d32934791d60c022a56ab507b6215d5f78e1b4244b9fffa3256aad1f5f4afebd47a

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.5_pre2108100905.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.5_pre2108100905.ebuild
new file mode 100644
index 000..ab576366582
--- /dev/null
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.5_pre2108100905.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QtWebEngine"
+HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/ 
https://pypi.org/project/PyQtWebEngine/";
+
+MY_P=${PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz";
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+fi
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+"
+
+DEPEND="${PYTHON_DEPS}
+   
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,network,printsupport,webchannel,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebengine:5[widgets]
+"
+RDEPEND="${DEPEND}
+   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.2.0_pre2106291255[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+"
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   --scripts-dir="$(python_get_scriptdir)"
+   --qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug --qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain and build flags
+   run_in_build_dir eqmake5 -recursive ${PN}.pro
+   }
+   python_foreach_impl configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+
+   einstalldocs
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c13256bfe7..99eb485b04d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -462,6 +462,7 @@ sys-libs/db:5.1
 # Masked for revdep testing.
 >=dev-python/sip-6
 >=dev-python/PyQt5-5.15.5_pre
+>=dev-python/PyQtWebEngine-5.15.5_pre
 >=dev-python/qscintilla-python-2.13
 
 # Sam James  (2021-06-12)



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

2021-08-15 Thread Michał Górny
commit: 482b786f68bffa52fd35fa57284ee1cf355ff2a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 15 07:43:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 15 07:47:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482b786f

dev-python/ipdb: Mark ALLARCHES

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

 dev-python/ipdb/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/ipdb/metadata.xml b/dev-python/ipdb/metadata.xml
index bb5e395b913..021bd61f627 100644
--- a/dev-python/ipdb/metadata.xml
+++ b/dev-python/ipdb/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

ipdb




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

2021-08-15 Thread Miroslav Å ulc
commit: 41d0cc29a0dd6b92804dd40a0e435d3f0335bc06
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Sun Aug 15 07:55:33 2021 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Sun Aug 15 07:55:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d0cc29

dev-java/maven-bin: bump to 3.8.2

jansi native libs are now directly in the jar file

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Å ulc  gentoo.org>

 dev-java/maven-bin/Manifest   |  1 +
 dev-java/maven-bin/maven-bin-3.8.2.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-java/maven-bin/Manifest b/dev-java/maven-bin/Manifest
index 61c3f9c603f..3e0a73daf1e 100644
--- a/dev-java/maven-bin/Manifest
+++ b/dev-java/maven-bin/Manifest
@@ -1 +1,2 @@
 DIST apache-maven-3.8.1-bin.tar.gz 9536838 BLAKE2B 
a6b464d44d577e126ea042ea37aa07a6ea18c56252627b3a266c6c25cc3520421c01d372930948bd2d784ace330f888fb6a8a5a1012946015c8d16d465bb5953
 SHA512 
0ec48eb515d93f8515d4abe465570dfded6fa13a3ceb9aab8031428442d9912ec20f066b2afbf56964ffe1ceb56f80321b50db73cf77a0e2445ad0211fb8e38d
+DIST apache-maven-3.8.2-bin.tar.gz 9338426 BLAKE2B 
b39c9c87b6d05d633172152598496b6cb9b82c64c0572426c6a612ecfcc6d087085d58fdcaef0b61f5554c2b58e90b47bb0e6844dacc88c95bfb72ffc618e355
 SHA512 
b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222

diff --git a/dev-java/maven-bin/maven-bin-3.8.2.ebuild 
b/dev-java/maven-bin/maven-bin-3.8.2.ebuild
new file mode 100644
index 000..3d422db02a4
--- /dev/null
+++ b/dev-java/maven-bin/maven-bin-3.8.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2
+
+MY_PN=apache-${PN%%-bin}
+MY_PV=${PV/_alpha/-alpha-}
+MY_P="${MY_PN}-${MY_PV}"
+MY_MV="${PV%%.*}"
+
+DESCRIPTION="Project Management and Comprehension Tool for Java"
+SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.gz"
+HOMEPAGE="https://maven.apache.org/";
+
+LICENSE="Apache-2.0"
+SLOT="3.8"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   >=virtual/jdk-1.8:*
+   app-eselect/eselect-java"
+
+RDEPEND="
+   >=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${MY_P}"
+
+MAVEN="${PN}-${SLOT}"
+MAVEN_SHARE="/usr/share/${MAVEN}"
+
+QA_FLAGS_IGNORED=(
+   "${MAVEN_SHARE}/lib/jansi-native/linux32/libjansi.so"
+   "${MAVEN_SHARE}/lib/jansi-native/linux64/libjansi.so"
+)
+
+# TODO:
+# We should use jars from packages, instead of what is bundled.
+src_install() {
+   dodir "${MAVEN_SHARE}"
+
+   cp -Rp bin boot conf lib "${ED}/${MAVEN_SHARE}" || die "failed to copy"
+
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/boot/*.jar
+   java-pkg_regjar "${ED}/${MAVEN_SHARE}"/lib/*.jar
+
+   dodoc NOTICE README.txt
+
+   dodir /usr/bin
+   dosym "${MAVEN_SHARE}/bin/mvn" /usr/bin/mvn-${SLOT}
+
+   # See bug #342901.
+   echo "CONFIG_PROTECT=\"${MAVEN_SHARE}/conf\"" > "${T}/25${MAVEN}" || die
+   doenvd "${T}/25${MAVEN}"
+}
+
+pkg_postinst() {
+   eselect maven update mvn-${SLOT}
+}
+
+pkg_postrm() {
+   eselect maven update
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/kea/, net-misc/kea/files/

2021-08-15 Thread Lars Wendler
commit: 729422814136771da2d8bec1eaf71f58720e2d2b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 15 07:44:12 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 15 07:55:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72942281

net-misc/kea: Bump to version 1.9.10. Removed old

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

 net-misc/kea/Manifest|  2 +-
 net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch  | 10 ++
 net-misc/kea/{kea-1.9.9.ebuild => kea-1.9.10.ebuild} |  4 
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
index be476628f91..6ae248ef110 100644
--- a/net-misc/kea/Manifest
+++ b/net-misc/kea/Manifest
@@ -1,2 +1,2 @@
 DIST kea-1.8.2.tar.gz 9005645 BLAKE2B 
fec1118ca34adc4bdafea13dd6c1c3abcd42df80043b621d1ed994e7ec6906a5d13e86a1bbb6dcbdfee32a4d70281c751b46c57d4866bd92557448ab7c602c30
 SHA512 
7bea9eb30ee819bd350ba3f64da7dc46d1176363e7243e934ff0f0498fcd47ef4eccb7fe8d8dd4f883ab9e376174aaba4fae06b20405181d46b6b12cfbdf7dd0
-DIST kea-1.9.9.tar.gz 9611388 BLAKE2B 
6d040e2060b4ab2e137446229b70b7f4c53c096913a34be0da63e097cc7820f305648a3995097147502583714d72af35d1b822958ef11d6e8e2a1a0e1f98500e
 SHA512 
f9ccf4e7c7b11b37713b6627e62baedfa87d531ce078678ffdd1c8604029e817c3a5fbba6bb99d20f81bfed9efe15bf34bfe3b4870c7354c742fe8ff7f007fbe
+DIST kea-1.9.10.tar.gz 9660605 BLAKE2B 
fe6db2443a48a9a7e0908d3da9014cc0e7518d074472ae91da6d60ff81fa266edee905da3501cf36b34617701b3606f725aa75218ef2f0891492e239b84e107a
 SHA512 
9d18c45d24edc18cb951120f039621d1566d89854790e7d2f03c59293ae4512fca6b0d7e3fd0a0821b14ef418e7d914aa0e8de8cd9f3846a835aafcdf579d93e

diff --git a/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch 
b/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
new file mode 100644
index 000..fec0fcc30f4
--- /dev/null
+++ b/net-misc/kea/files/kea-1.8.2-boost-1.77.0.patch
@@ -0,0 +1,10 @@
+--- kea-1.8.2/src/lib/dhcpsrv/timer_mgr.cc
 kea-1.8.2/src/lib/dhcpsrv/timer_mgr.cc
+@@ -9,6 +9,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include 

diff --git a/net-misc/kea/kea-1.9.9.ebuild b/net-misc/kea/kea-1.9.10.ebuild
similarity index 96%
rename from net-misc/kea/kea-1.9.9.ebuild
rename to net-misc/kea/kea-1.9.10.ebuild
index 444f89b948d..cca6eee7669 100644
--- a/net-misc/kea/kea-1.9.9.ebuild
+++ b/net-misc/kea/kea-1.9.10.ebuild
@@ -38,6 +38,10 @@ BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.8.2-boost-1.77.0.patch"
+)
+
 src_prepare() {
default
[[ ${PV} = * ]] && eautoreconf



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

2021-08-15 Thread Lars Wendler
commit: 2cf2a5d801960ac5967ad6bba62b08a4c9f60e86
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 15 07:55:17 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 15 07:55:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf2a5d8

net-misc/kea: Fixed build against dev-libs/boost-1.77.0

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

 net-misc/kea/kea-1.8.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild
index 774216ee78a..0300cc95621 100644
--- a/net-misc/kea/kea-1.8.2.ebuild
+++ b/net-misc/kea/kea-1.8.2.ebuild
@@ -40,7 +40,10 @@ BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.8.2-fix-cxx11-detection.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.2-fix-cxx11-detection.patch
+   "${FILESDIR}"/${PN}-1.8.2-boost-1.77.0.patch
+)
 
 src_prepare() {
default



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

2021-08-15 Thread Mikle Kolyada
commit: 72b7fe27f43483dd76b830e7db1b06d44d806ee4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Aug 15 08:19:48 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Aug 15 08:20:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b7fe27

app-admin/terraform: add 1.0.4

Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/terraform/Manifest   |1 +
 app-admin/terraform/terraform-1.0.4.ebuild | 1089 
 2 files changed, 1090 insertions(+)

diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest
index 885e6dd7e13..5677aeb246e 100644
--- a/app-admin/terraform/Manifest
+++ b/app-admin/terraform/Manifest
@@ -1150,3 +1150,4 @@ DIST terraform-0.14.10.tar.gz 2800197 BLAKE2B 
46cf7abb960bb475d3042983d1e47d4f74
 DIST terraform-0.15.5.tar.gz 2885932 BLAKE2B 
997ae485ff395d2174ef2265559cff4321545e63b1b7f7eba55da6b1cacfa4c5922eaf75dea220688a126bb7f1b093f884cb67e60bea1de943a9d715b9a7daf2
 SHA512 
d8636e2adfca58be42f88469759aede0f2d71b824fea187d67ef198d21742bc0198ad721f636f166523e0b7a92f10fdea9b445ff142464a14110bd10a8de
 DIST terraform-1.0.1.tar.gz 2881426 BLAKE2B 
8602e053c5ca23fe9dacd3517cdad8aefe88abbe0780dc9a430307e05697395c8c34e845bedcccb5547d721791954585295a2af909892c34346be0f3a3cc20f9
 SHA512 
9909aa0802d2c4a77d138f4415e7d588a6bd450d0bba3adda695877f51bd41a7b9584c42291d41fbdc20fc1788c1f2bde54417c40e8c824ac4854b8670450c67
 DIST terraform-1.0.3.tar.gz 2886412 BLAKE2B 
748e7e9438f6f3a80f87dd03cb7319cf5c84383261951f964fbcb5349bef8a508c38581cb9b18ae0e6279829ffc9f36c377a5cd05d45ed11f257beee437b8de0
 SHA512 
037d1a42a79b1e441245f28c5548245ddf5f5000510563508fb1e2503563dc4b27d1451ad25afd3cdb18bc004e83cc692101fd90f51c3e4e836905fd7e0cadcb
+DIST terraform-1.0.4.tar.gz 2889019 BLAKE2B 
7134dc80c1e76c3dbd1586c7708c0448cb15ae74034356f726f139e5ab0dd610f09626d38f644c3afc8223a5590aed4451c788958bbf35b6fc7127ac241a3653
 SHA512 
8a9a311109271dcd72e44868de37a25536e35642c04dac86d76932722e7304a42da4e924fc175d046e27cee1522d9d35ee00a21aff3c4757eee47a4fd44be33f

diff --git a/app-admin/terraform/terraform-1.0.4.ebuild 
b/app-admin/terraform/terraform-1.0.4.ebuild
new file mode 100644
index 000..87cc9e4302c
--- /dev/null
+++ b/app-admin/terraform/terraform-1.0.4.ebuild
@@ -0,0 +1,1089 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+
+EGO_SUM=(
+   "cloud.google.com/go v0.26.0/go.mod"
+   "cloud.google.com/go v0.34.0/go.mod"
+   "cloud.google.com/go v0.38.0/go.mod"
+   "cloud.google.com/go v0.44.1/go.mod"
+   "cloud.google.com/go v0.44.2/go.mod"
+   "cloud.google.com/go v0.45.1/go.mod"
+   "cloud.google.com/go v0.46.3/go.mod"
+   "cloud.google.com/go v0.50.0/go.mod"
+   "cloud.google.com/go v0.52.0/go.mod"
+   "cloud.google.com/go v0.53.0/go.mod"
+   "cloud.google.com/go v0.54.0/go.mod"
+   "cloud.google.com/go v0.56.0/go.mod"
+   "cloud.google.com/go v0.57.0/go.mod"
+   "cloud.google.com/go v0.62.0/go.mod"
+   "cloud.google.com/go v0.65.0/go.mod"
+   "cloud.google.com/go v0.72.0/go.mod"
+   "cloud.google.com/go v0.74.0/go.mod"
+   "cloud.google.com/go v0.78.0/go.mod"
+   "cloud.google.com/go v0.79.0"
+   "cloud.google.com/go v0.79.0/go.mod"
+   "cloud.google.com/go/bigquery v1.0.1/go.mod"
+   "cloud.google.com/go/bigquery v1.3.0/go.mod"
+   "cloud.google.com/go/bigquery v1.4.0/go.mod"
+   "cloud.google.com/go/bigquery v1.5.0/go.mod"
+   "cloud.google.com/go/bigquery v1.7.0/go.mod"
+   "cloud.google.com/go/bigquery v1.8.0/go.mod"
+   "cloud.google.com/go/datastore v1.0.0/go.mod"
+   "cloud.google.com/go/datastore v1.1.0/go.mod"
+   "cloud.google.com/go/pubsub v1.0.1/go.mod"
+   "cloud.google.com/go/pubsub v1.1.0/go.mod"
+   "cloud.google.com/go/pubsub v1.2.0/go.mod"
+   "cloud.google.com/go/pubsub v1.3.1/go.mod"
+   "cloud.google.com/go/storage v1.0.0/go.mod"
+   "cloud.google.com/go/storage v1.5.0/go.mod"
+   "cloud.google.com/go/storage v1.6.0/go.mod"
+   "cloud.google.com/go/storage v1.8.0/go.mod"
+   "cloud.google.com/go/storage v1.10.0"
+   "cloud.google.com/go/storage v1.10.0/go.mod"
+   "dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod"
+   "github.com/Azure/azure-sdk-for-go v45.0.0+incompatible/go.mod"
+   "github.com/Azure/azure-sdk-for-go v47.1.0+incompatible/go.mod"
+   "github.com/Azure/azure-sdk-for-go v51.2.0+incompatible/go.mod"
+   "github.com/Azure/azure-sdk-for-go v52.5.0+incompatible"
+   "github.com/Azure/azure-sdk-for-go v52.5.0+incompatible/go.mod"
+   "github.com/Azure/go-autorest v11.1.2+incompatible/go.mod"
+   "github.com/Azure/go-autorest v14.2.0+incompatible"
+   "github.com/Azure/go-autorest v14.2.0+incompatible/go.mod"
+   "github.com/Azure/go-autorest/autorest v0.11.3/go.mod"
+   "gith

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

2021-08-15 Thread Mikle Kolyada
commit: 244450e65582ce7cfd5efb03709682e958d1a167
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Aug 15 08:27:22 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Aug 15 08:27:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244450e6

app-metrics/node_exporter: add 1.2.2

Signed-off-by: Mikle Kolyada  gentoo.org>

 app-metrics/node_exporter/Manifest |   3 +
 .../node_exporter/node_exporter-1.2.2.ebuild   | 620 +
 2 files changed, 623 insertions(+)

diff --git a/app-metrics/node_exporter/Manifest 
b/app-metrics/node_exporter/Manifest
index c86b7ee7674..2b505456323 100644
--- a/app-metrics/node_exporter/Manifest
+++ b/app-metrics/node_exporter/Manifest
@@ -423,6 +423,8 @@ DIST github.com%2Fprometheus%2Fprocfs%2F@v%2Fv0.6.0.mod 198 
BLAKE2B 954749eeaffd
 DIST github.com%2Fprometheus%2Fprocfs%2F@v%2Fv0.6.0.zip 282768 BLAKE2B 
22c62ac51bb14578571aa93f0acdecb984ca370b4617122078b28b8ec5ab4ac8cbd6e986d60335d5f9848028f51f94d8fcdae3d8b428c8d3c8196d97cb2f04db
 SHA512 
1b73a550dfdda98e41da9ace048b230ba05bfe7518cec7b5f877c11afa58bdf9d53ad25fa848e316fcb5b25ff6eabb0a2d2688c1cfbd9642a8670b72c3f90a92
 DIST github.com%2Fprometheus%2Fprocfs%2F@v%2Fv0.7.0.mod 198 BLAKE2B 
954749eeaffd58f7885eff94ed89b9c933b2506dce66db05c8aa640fc7e8ff21032d855776ad091c86d43b77bd9e2d1db3cfa7b176f2984ea66c4a49b4373d9c
 SHA512 
539fdd264ff10a459bf00eefdfcd2d3d079426cbcce7c4ecd27e1191d6392e0451804bddd5a39f7279e3c91e63a40ed882ebe1bcce7e71913d6109b7b6ba403b
 DIST github.com%2Fprometheus%2Fprocfs%2F@v%2Fv0.7.0.zip 297839 BLAKE2B 
3d1fbe9dc0baa55e6a1cab1905954354f4120a4161496e5068ed2a6de888b812dce47b45bc94c3bf7c19ab9dbc42ce0859d2c265851113b2ee046042e426f6fb
 SHA512 
385e2f718593b24b497c5f692992c80c909010acfd691fedde4b33513f23a663a391db6cfc47651ea2f88c0f20232f7ff5484c699eab32079a80566cfb91652b
+DIST github.com%2Fprometheus%2Fprocfs%2F@v%2Fv0.7.2.mod 198 BLAKE2B 
954749eeaffd58f7885eff94ed89b9c933b2506dce66db05c8aa640fc7e8ff21032d855776ad091c86d43b77bd9e2d1db3cfa7b176f2984ea66c4a49b4373d9c
 SHA512 
539fdd264ff10a459bf00eefdfcd2d3d079426cbcce7c4ecd27e1191d6392e0451804bddd5a39f7279e3c91e63a40ed882ebe1bcce7e71913d6109b7b6ba403b
+DIST github.com%2Fprometheus%2Fprocfs%2F@v%2Fv0.7.2.zip 298046 BLAKE2B 
c266103227e97bcebfc522124c3f66995693ad412f4aaeebf80bcee063d75c053a6fe885abb4a30e5e0225d56099ccb3c86fedc59bed1f72308bb62f4740cfb9
 SHA512 
3d1828e21865853b405a4e3fb2ec268993fddcd8159b50018216d70aba1b5536e8f688462c0f2e4de60125f05fb2d16811330f79adf307b874f09b94f74e28c9
 DIST 
github.com%2Frcrowley%2Fgo-metrics%2F@v%2Fv0.0.0-20181016184325-3113b8401b8a.mod
 38 BLAKE2B 
091e64943724001796bfb662a26443a681d4db705219a1d7601c350b94105caa1584c62a4befd1aa0c634268867c84bacc79e235d5a8b416f6a8aa8e12192261
 SHA512 
f22213d29e8a0914fc947e08d8c85dbcab835cd7587e45cf5458a1cff074359fcb187ab47bdfd933c8937e393975a29e872b744ad61295fb1dee3783877e81df
 DIST 
github.com%2Frogpeppe%2Ffastuuid%2F@v%2Fv0.0.0-20150106093220-6724a57986af.mod 
36 BLAKE2B 
6faef3be0b5f137ecc89a7875bed1f576d144f11623905c04cc44f93812b80f3e5b56f05ddb3343848e7fde7fc439f49627f4fbd10730b1e9c2c9153a2d3067c
 SHA512 
8cedf150caf05299c5b9f8b4fcaa17e4771c613fa06bac434586048ffee22ba9501e0fa540da90a3a24f3e4f662c9517571a23a0353fbb29c881d6d6c26d5f1d
 DIST github.com%2Frogpeppe%2Fgo-internal%2F@v%2Fv1.3.0.mod 73 BLAKE2B 
21e3545a4518c64daac1cf36e47a2c8e1fc8ab7402372f2e871052d0dd9d83fc2aa44babb2f8751180cb66dcd2af82ed202afbf5ad3a219c4562da23ae8ce185
 SHA512 
4fd07ae7c00bcc135cc10a0b34ab102a893ed8ea4708f9d38da52f98b09fb66144f970ffd8795476fd6625b25c9e48390a5b1c5c99bd0c8d536a94201dc96613
@@ -860,6 +862,7 @@ DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.3.mod 300 
BLAKE2B 3aa707c72ce7e
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.4.mod 300 BLAKE2B 
3aa707c72ce7e402cc1765fed30253eb87e9e87aecc8096130e973623f53ded2a7572ca3d464e4db9de524cd651b3aa8fbc9fa0ef6bdc4eb9670b4d8652f4dfc
 SHA512 
d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
 DIST node_exporter-1.1.2.tar.gz 313873 BLAKE2B 
daeedd913ae5bf6d2d21ae7a1d496b48850d5f3363f60dc4b1b715f000c412709452568ec33a5b4ade166512698a129866e28a145b66638b81c056f49963c3f4
 SHA512 
d40ea07fa0bccaa8843e99034af9a4853e7885e6b851c89db8fa49a133a8db6ea75ea8b829a982c0b78961b9ed33b1b9356f5e25d72a7c9e4ce255b32335911b
 DIST node_exporter-1.2.0.tar.gz 320013 BLAKE2B 
b079e64749db803125d6226b56b4ea1c3c1858429f6df6a35acdb034edee3cbfbce3f351f62c6425f103e61696d6ecacb35006cef86df9701dd5b4b4eaadb63c
 SHA512 
0774cb5c62e03e79fb1ff174d890891952acd743c30803cd915dc090fdfd05a855599d26097ef2378f4a37710897867d63c309ee99447b7f836dc5f0ef0af768
+DIST node_exporter-1.2.2.tar.gz 320098 BLAKE2B 
29aa2f01abae1e4689d01f827350e94b9093f87ce459b3deea60a501541550c3bb7cb276a4958bb3ac30ccb094686c7bb44b70af49e980c463eae74b2a453a30
 SHA512 
a53047e5f434127eadbf065d3fb65fcf83ecd29f34927da03741880b2bf454743326c46af85939185642d810aaa0b334f707ae1ade703b05de1

[gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/

2021-08-15 Thread Andreas Sturmlechner
commit: b5d6698e0011b74a38dda2b7518803569e06d8a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 09:10:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 09:12:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d6698e

x11-themes/qtcurve: Add 1.9.0_p20210412 snapshot

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

 x11-themes/qtcurve/Manifest   |  1 +
 x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/x11-themes/qtcurve/Manifest b/x11-themes/qtcurve/Manifest
index 69b27ecedfc..5af9bf44763 100644
--- a/x11-themes/qtcurve/Manifest
+++ b/x11-themes/qtcurve/Manifest
@@ -1 +1,2 @@
 DIST qtcurve-1.9.0.tar.gz 801675 BLAKE2B 
ed8d490b6e00e527f7da62c1fb676072ed3d75e50e14ae57e7807e7a9bd37f10a7b6b29e062ac05e02507c19be13ac3d003ea240fd00cff27bc74938a216a3e0
 SHA512 
a158f0880a2dc657e5f14366e046b18f0fe9d9983d1e1b243417f26987f6e69612c83f8b69293ae9036361adf67833b296564750f0f4cc0f405604f628dbff66
+DIST qtcurve-1.9.0_p20210412-be78a85b.tar.gz 805926 BLAKE2B 
9a763f91bf073e341bf0517e5d3bc480eb1670f78c5d74242059cd229b9fcab72ec28255693335e74ae4cb8f154ce4390257b27d71a91d2285cb4f6db03e666a
 SHA512 
686397cf408f436017782ce06baf80f91589f3486e01fe5cbda602a0a44fc11150c6d5dacf9d9c499ed713b04b64612e3e3dbaa72bb0e72e3dc2823f31d2291e

diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild 
b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
new file mode 100644
index 000..76635427064
--- /dev/null
+++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_COMMIT=be78a85b627e90d854da0de1049e8f191e67f228
+inherit cmake kde.org
+
+DESCRIPTION="Widget styles for Qt and GTK2"
+HOMEPAGE="https://invent.kde.org/system/qtcurve";
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk nls plasma +qt5 test +X"
+
+REQUIRED_USE="gtk? ( X )
+   || ( gtk qt5 )
+   plasma? ( qt5 )
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   plasma? ( kde-frameworks/extra-cmake-modules:5 )
+"
+DEPEND="
+   gtk? ( x11-libs/gtk+:2 )
+   plasma? (
+   dev-qt/qtprintsupport:5
+   kde-frameworks/frameworkintegration:5
+   kde-frameworks/karchive:5
+   kde-frameworks/kcompletion:5
+   kde-frameworks/kconfig:5
+   kde-frameworks/kconfigwidgets:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kguiaddons:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kiconthemes:5
+   kde-frameworks/kio:5
+   kde-frameworks/kwidgetsaddons:5
+   kde-frameworks/kwindowsystem:5
+   kde-frameworks/kxmlgui:5
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   X? ( dev-qt/qtx11extras:5 )
+   )
+   X? (
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test"
+
+DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+   -DENABLE_QT4=OFF
+   -DQTC_QT4_ENABLE_KDE=OFF
+   -DQTC_KDE4_DEFAULT_HOME=ON
+   -DENABLE_GTK2="$(usex gtk)"
+   -DENABLE_QT5="$(usex qt5)"
+   -DBUILD_TESTING="$(usex test)"
+   -DQTC_ENABLE_X11="$(usex X)"
+   -DQTC_INSTALL_PO="$(usex nls)"
+   -DQTC_QT5_ENABLE_KDE="$(usex plasma)"
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] proj/kde:master commit in: x11-themes/qtcurve/

2021-08-15 Thread Andreas Sturmlechner
commit: 08c68766adc54a838d71fdc6c26dd3c6cec46a64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 09:20:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 09:20:04 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=08c68766

x11-themes/qtcurve: Drop snapshot, moved to Gentoo ebuild repo

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-themes/qtcurve/metadata.xml   | 19 --
 x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild | 79 ---
 2 files changed, 98 deletions(-)

diff --git a/x11-themes/qtcurve/metadata.xml b/x11-themes/qtcurve/metadata.xml
deleted file mode 100644
index 1b69f0ae30..00
--- a/x11-themes/qtcurve/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-polynomia...@gentoo.org
-Lars Wendler
-  
-  
-q...@gentoo.org
-Gentoo Qt Project
-  
-  
-k...@gentoo.org
-Gentoo KDE Project
-  
-  
-QtCurve/qtcurve
-  
-

diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild 
b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
deleted file mode 100644
index 7663542706..00
--- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_ORG_COMMIT=be78a85b627e90d854da0de1049e8f191e67f228
-inherit cmake kde.org
-
-DESCRIPTION="Widget styles for Qt and GTK2"
-HOMEPAGE="https://invent.kde.org/system/qtcurve";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gtk nls plasma +qt5 test +X"
-
-REQUIRED_USE="gtk? ( X )
-   || ( gtk qt5 )
-   plasma? ( qt5 )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   plasma? ( kde-frameworks/extra-cmake-modules:5 )
-"
-DEPEND="
-   gtk? ( x11-libs/gtk+:2 )
-   plasma? (
-   dev-qt/qtprintsupport:5
-   kde-frameworks/frameworkintegration:5
-   kde-frameworks/karchive:5
-   kde-frameworks/kcompletion:5
-   kde-frameworks/kconfig:5
-   kde-frameworks/kconfigwidgets:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kguiaddons:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kiconthemes:5
-   kde-frameworks/kio:5
-   kde-frameworks/kwidgetsaddons:5
-   kde-frameworks/kwindowsystem:5
-   kde-frameworks/kxmlgui:5
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   X? ( dev-qt/qtx11extras:5 )
-   )
-   X? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"
-
-DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="$(get_libdir)"
-   -DENABLE_QT4=OFF
-   -DQTC_QT4_ENABLE_KDE=OFF
-   -DQTC_KDE4_DEFAULT_HOME=ON
-   -DENABLE_GTK2="$(usex gtk)"
-   -DENABLE_QT5="$(usex qt5)"
-   -DBUILD_TESTING="$(usex test)"
-   -DQTC_ENABLE_X11="$(usex X)"
-   -DQTC_INSTALL_PO="$(usex nls)"
-   -DQTC_QT5_ENABLE_KDE="$(usex plasma)"
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/

2021-08-15 Thread James Le Cuirot
commit: 9e969c2c9b3e5a31035e4ee3ae60dff24c4db92c
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Aug 15 02:09:39 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Aug 15 10:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e969c2c

games-engines/odamex: Version bump to 0.9.4

Closes: https://bugs.gentoo.org/808255
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: James Le Cuirot  gentoo.org>

 games-engines/odamex/Manifest|  1 +
 games-engines/odamex/odamex-0.9.4.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/games-engines/odamex/Manifest b/games-engines/odamex/Manifest
index adc0097ca0d..778bf068c7c 100644
--- a/games-engines/odamex/Manifest
+++ b/games-engines/odamex/Manifest
@@ -1,2 +1,3 @@
 DIST odamex-0.9.2.tar.bz2 6657974 BLAKE2B 
60bf542806fe9d66711b45211f646607875621b014175fa3c4b9948c1c02d45af36d4a324349f22f4a7a4e11c13f48f2b96c731a9bb5f18c9d43111c56676f18
 SHA512 
69fb2ecc1d642c9c90da7503712aba628c753534ee56003945e4d267dc38bca0136d155a75695e483b0b4ec739aa331fca8c7493263b39a2521e8abcb378b5e4
 DIST odamex-0.9.3.tar.bz2 6658459 BLAKE2B 
1afe34400d2875ac196d5c189a35eb402fce0de90ded496aafcc98d2847ac7cdb10f07261c977a69e2442876897c0931813ddaf1954de2a871af6ca9d9317895
 SHA512 
114afe22f5651c87cedd7677055286ef9d222de790d9578669fdb5a20b471b273bd427c0dd103a64bcf7c28546b6fa608b4086f78b4cd8271c33c87afcc3
+DIST odamex-0.9.4.tar.bz2 6659835 BLAKE2B 
df6602c05e911a979e9de168bc08be13ac154106ac6d11f3dbf1c50ce6ccdc10f099ff6caf024e45136e5f6be53eb7db7a7cda89d5b37c0507f37fdae033f2bd
 SHA512 
5488c4245aaf02a6e82714cd137fb6b26da0de808c137506b2575d9bad8025f46ba4d2e063de93a78e86806bbf7950651ec19697dee9b41b11c3aa2963b44e50

diff --git a/games-engines/odamex/odamex-0.9.4.ebuild 
b/games-engines/odamex/odamex-0.9.4.ebuild
new file mode 100644
index 000..2a6cc608b6d
--- /dev/null
+++ b/games-engines/odamex/odamex-0.9.4.ebuild
@@ -0,0 +1,78 @@
+# 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 cmake desktop prefix wxwidgets xdg
+
+DESCRIPTION="Online multiplayer free software engine for DOOM"
+HOMEPAGE="https://odamex.net/";
+SRC_URI="mirror://sourceforge/${PN}/Odamex/${PV}/${PN}-src-${PV}.tar.bz2 -> 
${P}.tar.bz2"
+
+LICENSE="GPL-2+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+client master +odalaunch portmidi server upnp X"
+REQUIRED_USE="|| ( client master server )"
+
+RDEPEND="
+   client? (
+   media-libs/libpng:0=
+   media-libs/libsdl2[joystick,sound,video]
+   media-libs/sdl2-mixer
+   net-misc/curl
+   odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
+   portmidi? ( media-libs/portmidi )
+   X? ( x11-libs/libX11 )
+   )
+   server? (
+   upnp? ( net-libs/miniupnpc:= )
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="games-util/deutex"
+
+S="${WORKDIR}/${PN}-src-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.0-Unbundle-miniupnpc.patch"
+)
+
+src_prepare() {
+   rm -r libraries/libminiupnpc || die
+   hprefixify common/d_main.cpp
+
+   use odalaunch && setup-wxwidgets
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
+   -DUSE_INTERNAL_LIBS=0
+   -DBUILD_CLIENT=$(usex client)
+   -DBUILD_LAUNCHER=$(usex odalaunch)
+   -DBUILD_MASTER=$(usex master)
+   -DBUILD_SERVER=$(usex server)
+   -DBUILD_OR_FAIL=1
+   -DENABLE_PORTMIDI=$(usex portmidi)
+   -DUSE_MINIUPNP=$(usex upnp)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   if use client ; then
+   newicon -s 128 "${S}/media/icon_${PN}_128.png" "${PN}.png"
+   make_desktop_entry "${PN}" "Odamex"
+
+   if use odalaunch ; then
+   newicon -s 128 "${S}/media/icon_odalaunch_128.png" 
"odalaunch.png"
+   make_desktop_entry odalaunch "Odamex Launcher" odalaunch
+   fi
+   fi
+
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/

2021-08-15 Thread James Le Cuirot
commit: dd9ae22850cb4046f1a826ad41314113b33a12bd
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Aug 15 02:15:25 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Aug 15 10:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9ae228

games-engines/odamex: Drop old 0.9.2

Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21993
Signed-off-by: James Le Cuirot  gentoo.org>

 games-engines/odamex/Manifest|  1 -
 games-engines/odamex/odamex-0.9.2.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/games-engines/odamex/Manifest b/games-engines/odamex/Manifest
index 778bf068c7c..aeba6d53234 100644
--- a/games-engines/odamex/Manifest
+++ b/games-engines/odamex/Manifest
@@ -1,3 +1,2 @@
-DIST odamex-0.9.2.tar.bz2 6657974 BLAKE2B 
60bf542806fe9d66711b45211f646607875621b014175fa3c4b9948c1c02d45af36d4a324349f22f4a7a4e11c13f48f2b96c731a9bb5f18c9d43111c56676f18
 SHA512 
69fb2ecc1d642c9c90da7503712aba628c753534ee56003945e4d267dc38bca0136d155a75695e483b0b4ec739aa331fca8c7493263b39a2521e8abcb378b5e4
 DIST odamex-0.9.3.tar.bz2 6658459 BLAKE2B 
1afe34400d2875ac196d5c189a35eb402fce0de90ded496aafcc98d2847ac7cdb10f07261c977a69e2442876897c0931813ddaf1954de2a871af6ca9d9317895
 SHA512 
114afe22f5651c87cedd7677055286ef9d222de790d9578669fdb5a20b471b273bd427c0dd103a64bcf7c28546b6fa608b4086f78b4cd8271c33c87afcc3
 DIST odamex-0.9.4.tar.bz2 6659835 BLAKE2B 
df6602c05e911a979e9de168bc08be13ac154106ac6d11f3dbf1c50ce6ccdc10f099ff6caf024e45136e5f6be53eb7db7a7cda89d5b37c0507f37fdae033f2bd
 SHA512 
5488c4245aaf02a6e82714cd137fb6b26da0de808c137506b2575d9bad8025f46ba4d2e063de93a78e86806bbf7950651ec19697dee9b41b11c3aa2963b44e50

diff --git a/games-engines/odamex/odamex-0.9.2.ebuild 
b/games-engines/odamex/odamex-0.9.2.ebuild
deleted file mode 100644
index 34a596cc2ee..000
--- a/games-engines/odamex/odamex-0.9.2.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
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake desktop prefix wxwidgets xdg
-
-DESCRIPTION="Online multiplayer free software engine for DOOM"
-HOMEPAGE="https://odamex.net/";
-SRC_URI="mirror://sourceforge/${PN}/Odamex/${PV}/${PN}-src-${PV}.tar.bz2 -> 
${P}.tar.bz2"
-
-LICENSE="GPL-2+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+client master +odalaunch portmidi server upnp X"
-REQUIRED_USE="|| ( client master server )"
-
-RDEPEND="
-   client? (
-   media-libs/libpng:0=
-   media-libs/libsdl2[joystick,sound,video]
-   media-libs/sdl2-mixer
-   odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
-   portmidi? ( media-libs/portmidi )
-   X? ( x11-libs/libX11 )
-   )
-   server? (
-   dev-libs/jsoncpp:=
-   upnp? ( net-libs/miniupnpc:= )
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="games-util/deutex"
-
-S="${WORKDIR}/${PN}-src-${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.9.0-Unbundle-miniupnpc.patch"
-)
-
-src_prepare() {
-   rm -r libraries/libminiupnpc || die
-   hprefixify common/d_main.cpp
-
-   use odalaunch && setup-wxwidgets
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X)
-   -DUSE_INTERNAL_LIBS=0
-   -DBUILD_CLIENT=$(usex client)
-   -DBUILD_LAUNCHER=$(usex odalaunch)
-   -DBUILD_MASTER=$(usex master)
-   -DBUILD_SERVER=$(usex server)
-   -DBUILD_OR_FAIL=1
-   -DENABLE_PORTMIDI=$(usex portmidi)
-   -DUSE_MINIUPNP=$(usex upnp)
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   if use client ; then
-   newicon -s 128 "${S}/media/icon_${PN}_128.png" "${PN}.png"
-   make_desktop_entry "${PN}" "Odamex"
-
-   if use odalaunch ; then
-   newicon -s 128 "${S}/media/icon_odalaunch_128.png" 
"odalaunch.png"
-   make_desktop_entry odalaunch "Odamex Launcher" odalaunch
-   fi
-   fi
-
-   cmake_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/, profiles/base/

2021-08-15 Thread Louis Sautier
commit: 40cf5bb5faf4cfd303805d96cbea323072057072
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Aug 15 10:48:10 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Aug 15 10:54:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cf5bb5

dev-python/zeep: remove tornado USE-flag

Support for tornado has been removed in 4.0.0 and the dependency was
unsolvable anyway since it required tornado 4 which is no longer in the tree.

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/zeep/metadata.xml  | 1 -
 dev-python/zeep/zeep-3.4.0.ebuild | 7 ++-
 dev-python/zeep/zeep-4.0.0.ebuild | 6 +-
 profiles/base/package.use.mask| 4 
 4 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/dev-python/zeep/metadata.xml b/dev-python/zeep/metadata.xml
index 84a2d90bd70..684b7dc0611 100644
--- a/dev-python/zeep/metadata.xml
+++ b/dev-python/zeep/metadata.xml
@@ -6,7 +6,6 @@


Add async support
-   Add tornado support


zeep

diff --git a/dev-python/zeep/zeep-3.4.0.ebuild 
b/dev-python/zeep/zeep-3.4.0.ebuild
index 2bc63cbeff4..06223e76cc0 100644
--- a/dev-python/zeep/zeep-3.4.0.ebuild
+++ b/dev-python/zeep/zeep-3.4.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="async tornado"
+IUSE="async"
 
 RDEPEND="
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
@@ -30,9 +30,6 @@ RDEPEND="
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
-   tornado? (
-   >=www-servers/tornado-4.0.2[${PYTHON_USEDEP}]
-   https://github.com/mvantellingen/python-zeep/pull/1250
@@ -31,10 +31,6 @@ RDEPEND="
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
-   tornado? (
-   >=www-servers/tornado-4.0.2[${PYTHON_USEDEP}]
-(2020-02-04)
-# Unsatisfiable dep due to missing impls.
-dev-python/zeep tornado
-
 # Alexey Shvetsov  (2019-12-24)
 # Gromacs python module install br0ken
 sci-chemistry/gromacs python



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

2021-08-15 Thread Fabian Groffen
commit: 7b56c98612da6df1b986e9d16aef088c282e4edb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Aug 15 10:52:57 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Aug 15 10:52:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7b56c986

dev-lang/python: drop USE=libressl support

Package-Manager: Portage-3.0.21-prefix, Repoman-3.0.3
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/python-2.7.16.ebuild   | 7 ++-
 dev-lang/python/python-3.8.7_p2.ebuild | 7 ++-
 dev-lang/python/python-3.8.8_p1.ebuild | 7 ++-
 dev-lang/python/python-3.9.1_p2.ebuild | 7 ++-
 dev-lang/python/python-3.9.3.ebuild| 7 ++-
 5 files changed, 10 insertions(+), 25 deletions(-)

diff --git a/dev-lang/python/python-2.7.16.ebuild 
b/dev-lang/python/python-2.7.16.ebuild
index dad57603b4..155e466d96 100644
--- a/dev-lang/python/python-2.7.16.ebuild
+++ b/dev-lang/python/python-2.7.16.ebuild
@@ -25,7 +25,7 @@ SRC_URI+=" elibc_Cygwin? (
 LICENSE="PSF-2"
 SLOT="2.7"
 KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="aqua -berkdb bluetooth build doc elibc_uclibc examples gdbm hardened 
ipv6 libressl +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst 
+xml"
+IUSE="aqua -berkdb bluetooth build doc 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.
 # If you need to apply a patch which requires python for bootstrapping, please
@@ -51,10 +51,7 @@ RDEPEND="app-arch/bzip2:0=
ncurses? ( >=sys-libs/ncurses-5.2:0= )
readline? ( >=sys-libs/readline-4.1:0= )
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
+   ssl? ( dev-libs/openssl:0= )
tk? (
>=dev-lang/tcl-8.0:0=
>=dev-lang/tk-8.0:0=[-aqua]

diff --git a/dev-lang/python/python-3.8.7_p2.ebuild 
b/dev-lang/python/python-3.8.7_p2.ebuild
index 9508e11453..462873fb58 100644
--- a/dev-lang/python/python-3.8.7_p2.ebuild
+++ b/dev-lang/python/python-3.8.7_p2.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="aqua bluetooth build examples gdbm hardened ipv6 libressl +ncurses 
+readline sqlite +ssl test tk wininst +xml"
+IUSE="aqua bluetooth build examples gdbm hardened ipv6 +ncurses +readline 
sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -41,10 +41,7 @@ RDEPEND="app-arch/bzip2:=
ncurses? ( >=sys-libs/ncurses-5.2:= )
readline? ( >=sys-libs/readline-4.1:= )
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
-   ssl? (
-   !libressl? ( dev-libs/openssl:= )
-   libressl? ( dev-libs/libressl:= )
-   )
+   ssl? ( dev-libs/openssl:= )
tk? (
>=dev-lang/tcl-8.0:=
>=dev-lang/tk-8.0:=

diff --git a/dev-lang/python/python-3.8.8_p1.ebuild 
b/dev-lang/python/python-3.8.8_p1.ebuild
index bd3bd49780..0dde20dafe 100644
--- a/dev-lang/python/python-3.8.8_p1.ebuild
+++ b/dev-lang/python/python-3.8.8_p1.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="aqua bluetooth build examples gdbm hardened ipv6 libressl +ncurses 
+readline +sqlite +ssl test tk wininst +xml"
+IUSE="aqua bluetooth build examples gdbm hardened ipv6 +ncurses +readline 
+sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -45,10 +45,7 @@ RDEPEND="app-arch/bzip2:=
ncurses? ( >=sys-libs/ncurses-5.2:= )
readline? ( >=sys-libs/readline-4.1:= )
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
-   ssl? (
-   !libressl? ( dev-libs/openssl:= )
-   libressl? ( dev-libs/libressl:= )
-   )
+   ssl? ( dev-libs/openssl:= )
tk? (
>=dev-lang/tcl-8.0:=
>=dev-lang/tk-8.0:=

diff --git a/dev-lang/python/python-3.9.1_p2.ebuild 
b/dev-lang/python/python-3.9.1_p2.ebuild
index c9cbb2372d..e3f0b02d15 100644
--- a/dev-lang/python/python-3.9.1_p2.ebuild
+++ b/dev-lang/python/python-3.9.1_p2.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="aqua bluetooth build examples gdbm hardened ipv6 libressl +ncurses 
+readline sqlite +ssl test tk +xml"
+IUSE="aqua bluetooth build

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

2021-08-15 Thread Fabian Groffen
commit: 509933244d44d7e0c47e6c20f976f42c7aeaba15
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Aug 15 10:49:27 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Aug 15 10:49:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=50993324

dev-lang/python-3.9.6_p1: version bump

Package-Manager: Portage-3.0.21-prefix, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-lang/python/Manifest   |   4 +
 dev-lang/python/python-3.9.6_p1.ebuild | 405 +
 2 files changed, 409 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index d3b2120b05..13cb36defe 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -5,12 +5,16 @@ DIST Python-3.8.8.tar.xz.asc 833 BLAKE2B 
a11188f9f68c518259de1a4e271bf56409d7356
 DIST Python-3.9.1.tar.xz 18897104 BLAKE2B 
bcbce176510e8e7c6ba6070588bedc52121c21c5271f59b3d629dfb542c51ee62622b2ca53a6e2041f1a51b2d089368cc4de9bb749e8ebad9a2c4eb4de83538e
 SHA512 
b90029d6825751685983e9dcf0e0ec9e46f18e6c7d37b0dd7a245a94316f8c0090308ad7c2b2b49ed2514b0b909177231dd5bcad03031bf4624e37136fcf8019
 DIST Python-3.9.3.tar.xz 18899676 BLAKE2B 
c879fc55e7e654413fbcddb4d032cf10b061c39a273428cdf281a7bf3505ce6de885cc38f73095b02f20126f551d18f94662893d71be01b0da40768d5beaf427
 SHA512 
420b07c272b8da4b97f6edc21c3b51ef8ee1fffd291eebb032991ec2da4fc40ace3e9b608d7cea0c43ad3716792640c508e84a807c29cfa5a40f89d294f7b0ab
 DIST Python-3.9.3.tar.xz.asc 833 BLAKE2B 
04ad005c7a41e02478659e65cce79053e962144f2bb3d47ca798a3478cc72ca162d0e199a8d96fe681079456e6553dd76323235c727954e1e3e04e97c3549c6b
 SHA512 
6cc9fc77450a8d3781b24c13163f813f32e177bc70163a0f42949353b559a296a79e4da7b45d63928285f7d852021bcdcede885909235532ee9128468788d6c9
+DIST Python-3.9.6.tar.xz 19051972 BLAKE2B 
0d8586b2935088eeab7138cf2210c1a74f1bf7359359d25750af5f69de55eb39c92f518b887a8b749c772ed7d33e85b912928ae6d878514eb58d85ef210f54f0
 SHA512 
01c529e3207738d8771caeb5ed6217e10745c21aa39832fe3185e1c87fdb6aedead97ce38dbb11e02d873654028bd8071c3f345c18452769520723284efe9dc1
+DIST Python-3.9.6.tar.xz.asc 833 BLAKE2B 
41901bfb80a901f2f14e86769e6d08ded8f75656d347201345183162e180e61442da871a1067572a54da579551166a19bf5436e51581bb10cb78afc4d28773fc
 SHA512 
0673c8833f302c829bfde97453c52744f6aa99b4a72520f4cc384d4aa9d6ffd28a1407ceafb0a1ec4462b3aa74b656bf39c67872c4e6a131429ea58c47ad0ecc
 DIST python-gentoo-patches-2.7.16.tar.xz 13904 BLAKE2B 
218b46f8656f4a792dcd47eabca6d59a1558276b77676544991ee75914cd76dda84c36f43e72e477b850dd4cb52374d289f20dccd244a3b52ae5debaf3363432
 SHA512 
83f90545231c663a34c6925352a357a2b15997ac0362578a1893304c5070b5251922585ae8bc1bafb68d306bcddd4cdba4b6406648d473bd3e980eef65fe3ecd
 DIST python-gentoo-patches-3.8.7_p2.tar.xz 17708 BLAKE2B 
495a24e0496be246d2beddfaaa8886049197ca5973dadccfcd26b3b2237e4b06b85f0e4d418db411d055ca3d0c1173e03dd5a62e29f64c133e8da6261b17c99b
 SHA512 
c06f2fc1fe48be010e8230ac3d474b9c8386bba8f762dbe35d128ad63eaa1a4c2a5a991ec6044564331d0dec4f248a71e37959ebe666b0693d6ed41f460a67f7
 DIST python-gentoo-patches-3.8.8_p1.tar.xz 15456 BLAKE2B 
7d9f55f951f97ef7e08d024521f5b8d126735c1c392ba6326ad1c18023b477f62e9b6663d8e5b6f0362e442137d0b6ed3ea13b279cca6734d36dbe6e654f
 SHA512 
7fff74d03a0c4cd4b5c977761179c2b9a0ed472847ee9544f54331cef7549557ac4d6b78e676058bd2b01c96ca59d84f04c55beca8ddc45f16b11ce349210eea
 DIST python-gentoo-patches-3.9.1_p2.tar.xz 15556 BLAKE2B 
5e265ef8edee70694d73c6df6eb908a747be34e1e89b900d2470d41e7e043d179408bc643a52ade6e54e61a210ee8850d02a2cb452a9336f3973345c1d027158
 SHA512 
eabfd304b39975258705f5e9b238f709196ce0cbd3803f157dc77d864631a3eea380084a3a4de180e3ba7e92239608ae369e810f8066c0f1ff9fa251bbc1816c
 DIST python-gentoo-patches-3.9.3.tar.xz 8820 BLAKE2B 
e46d910e4f427ea4cd4f912c5e2864140137c9414998a30fcf79509c231003a55ed480a5fd3eaccb6281f54c0a4f4a6ef76502761c91e37947b17a7a80bb5a94
 SHA512 
2e4204ca273b6ff0e3b97a73d018bf262c08c40f7e94b7b99fbff5299a799bb806f1410b0ca960efc6f2001e098954ea8b55e604bce451b2ccacd691ffcbe9ce
+DIST python-gentoo-patches-3.9.6_p1.tar.xz 12764 BLAKE2B 
927718f1aadb5d5ef67e647a639a10bffdd48474bf01e50bd37ef1242bce57606b7b54c4823c1da3585ee76e737028163e38e9b4e19037585cc53f925e1c5fa7
 SHA512 
f06fb55786bd942e72e3225ee9ce218724aeee29f301279743588749007e991851a8f29db5b5dfd85435e3d763c00942947909a6fc60581bd0f3e8a6e913bff8
 DIST python-prefix-2.7.16-gentoo-patches-r0.tar.xz 14636 BLAKE2B 
54320f5197bb7adeca1e7c97447253e6535a11f380b6d66bc2ce46fa671fe23697aced8fd5619633a00e3ea19ae9dbc3ffe2981173d83dcab6b447d514555c43
 SHA512 
5380d9b92eb81603ec4d60ff9c940a3a061c06bd6f593d5837e600da5d4417b529d20d98d758aa95cef18fac10bdb5c33f90fa943deb15fdaf048492cf286581
 DIST python-prefix-gentoo-3.8.7-patches-r2.tar.xz 8312 BLAKE2B 
268f3cff62dc51d4f91994c3f6b05cea0e29edb1ccf39476ba52485fb94c3cad72b54ed5cd941c227bdad004a7ae0069d60ee6bbde5a30d16115263d0dc2a5c3
 SHA512 
e43ce1e9e851bebce968ee025f765fc9a558c8edc4ee2d51616043183fd12301ab3

[gentoo-commits] repo/gentoo:master commit in: dev-perl/POE-Component-Resolver/

2021-08-15 Thread Andreas K. Hüttel
commit: 9660713b5bbcf1a469ca96bfe604fd209e5fabcb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 11:14:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 11:14:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9660713b

dev-perl/POE-Component-Resolver: Disable flaky test

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

 .../POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild 
b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild
index b02fac1ac7f..57c98741c19 100644
--- a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild
+++ b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0-r1.ebuild
@@ -22,3 +22,9 @@ RDEPEND="
 BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
 "
+
+# Test requires internet access and gets easily confused regarding
+# presence / absence of ipv6 support
+# See https://rt.cpan.org/Public/Bug/Display.html?id=104651
+# It succeeds here as user with "ebuild" but fails as root with "emerge"...
+PERL_RM_FILES=( t/01-basic.t )



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

2021-08-15 Thread Andreas K. Hüttel
commit: c0629985bfcffc9a678f4c63523c59ebd36f3021
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 11:17:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 11:17:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0629985

package.mask: Mask dev-perl/Perlbal-XS-HTTPHeaders for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 99eb485b04d..725933ab5ea 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (2021-08-15)
+# Broken for years, see bug 642466. No reverse dependencies,
+# no easy fix. Removal in 30 days.
+dev-perl/Perlbal-XS-HTTPHeaders
+
 # David Seifert  (2021-08-13)
 # Dead upstream, new "forked" upstream that just added the last version
 # on Github but doesn't maintain them. Unmaintained for the past 10



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

2021-08-15 Thread Andreas K. Hüttel
commit: c6fbb464f1bdfc0c45c98fe85ef3246bcb2730d5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 12:17:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 12:17:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fbb464

package.mask: Mask dev-perl/MooseX-Types-DateTime-ButMaintained for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 725933ab5ea..1fb36aa8a0a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (2021-08-15)
+# Broken-ish, upstream unmaintained, only one un-used revdep.
+# Removal in 30 days. Bug 623674.
+dev-perl/MooseX-Types-DateTime-ButMaintained
+dev-perl/MooseX-Types-DateTimeX
+
 # Andreas K. Hüttel  (2021-08-15)
 # Broken for years, see bug 642466. No reverse dependencies,
 # no easy fix. Removal in 30 days.



[gentoo-commits] proj/pms:master commit in: /

2021-08-15 Thread Ulrich Müller
commit: 88bd72dfbce9d889f9cf865cac72f26a06e8914e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Aug 15 12:14:44 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Aug 15 12:14:44 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=88bd72df

eapi-cheatsheet.tex: Define \i and \t commands

These occur in external aux files used with the xr-hyper package and
would normally cause an "undefined control sequence" error. The problem
was hidden by LaTeX using its internal \i and \t macros instead.

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

 eapi-cheatsheet.tex | 4 
 1 file changed, 4 insertions(+)

diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index c5e795d..c333b32 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -19,6 +19,10 @@
 \newcommand{\featureref}[1]{\textsc{#1} on page~\pageref{feat:#1}}
 \renewcommand{\familydefault}{\sfdefault}
 \urlstyle{sf}
+
+% These commands may occur in external aux files from pms
+\renewcommand{\i}[1]{\textit{#1}}
+\renewcommand{\t}[1]{\texttt{#1}}
 \externaldocument{pms}
 
 \title{EAPI Cheat Sheet}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/warzone2100/

2021-08-15 Thread Lars Wendler
commit: a72e19538f75f5d2900a45d2866d762f3e7c81d9
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 15 12:42:54 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 15 12:44:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72e1953

games-strategy/warzone2100: Revbump to fix video install location

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

 .../{warzone2100-4.1.3-r1.ebuild => warzone2100-4.1.3-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild 
b/games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild
similarity index 99%
rename from games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild
rename to games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild
index ab190710681..3e39b944a70 100644
--- a/games-strategy/warzone2100/warzone2100-4.1.3-r1.ebuild
+++ b/games-strategy/warzone2100/warzone2100-4.1.3-r2.ebuild
@@ -111,6 +111,7 @@ src_install() {
"${ED}"/usr/share/doc/${PF}/copyright || die
 
if use videos ; then
+   insinto /usr/share/${PN}
newins "${DISTDIR}"/${VIDEOS_P} sequences.wz
fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-m17n/

2021-08-15 Thread Akinori Hattori
commit: 8658b58a6def7d40886654dcf87307b9258fd138
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sun Aug 15 14:07:00 2021 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sun Aug 15 14:07:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8658b58a

app-i18n/ibus-m17n: new upstream release

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

 app-i18n/ibus-m17n/Manifest   |  1 +
 app-i18n/ibus-m17n/ibus-m17n-1.4.7.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/app-i18n/ibus-m17n/Manifest b/app-i18n/ibus-m17n/Manifest
index aaff757784b..362415e38f3 100644
--- a/app-i18n/ibus-m17n/Manifest
+++ b/app-i18n/ibus-m17n/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-m17n-1.4.5.tar.gz 493250 BLAKE2B 
a5fd4de169997dea78acf6273a7e44cefbc9ab4499cbee92c30f394ef7267c15fb1af42d45d227bc160150f35195477f9ec3d2534f9764bab4fa86c0fae046eb
 SHA512 
64bed564d59b0992ebc8a931e0845f687c176e5336d7c7fbc1d575433eb276714615f8fee412a532ec2c8870e46d8d6c41636c984b666c92427dadbdc84838b5
 DIST ibus-m17n-1.4.6.tar.gz 493592 BLAKE2B 
1b9978277a008a4e72ffe03306d409532da7757d53cdb8bae9d6b5776b417e3b731fe432cb5f5c50f7f52d83ed9a2dd572a866111f9186ac42f5ce8afe511ad4
 SHA512 
d33c89735e5e6c93301a3c3985f46708e41d44b66e580b282e484a7497c0b9d2615c66931cdd7260b4a63d9e9af4d9ebbad5e23d4a3f8a7773dcab61a7600c57
+DIST ibus-m17n-1.4.7.tar.gz 493889 BLAKE2B 
48a9b2ff1590d790d763014c0c9e5c08bf7ba84361a922aa71ab9cdb5b5e4c69fc5608a27c19eadc83578fdaafc3375c5bcedc1d81e2743a994d622042ffd436
 SHA512 
b011d4ee63a538a51f67012932d872fc2d527c6f3e5dd1642b7e70d3a32164532bc2ab69fb794eb985617b2698074af9079dac7991b5a2a30828595b129cce40

diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.4.7.ebuild 
b/app-i18n/ibus-m17n/ibus-m17n-1.4.7.ebuild
new file mode 100644
index 000..1fabfb50607
--- /dev/null
+++ b/app-i18n/ibus-m17n/ibus-m17n-1.4.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit gnome2-utils xdg
+
+DESCRIPTION="M17N engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki";
+SRC_URI="https://github.com/ibus/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk nls"
+
+DEPEND="app-i18n/ibus
+   dev-libs/m17n-lib
+   gtk? ( x11-libs/gtk+:3 )
+   nls? ( virtual/libintl )"
+RDEPEND="${DEPEND}
+   >=dev-db/m17n-db-1.7"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with gtk gtk 3.0)
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2021-08-15 Thread Sam James
commit: 30cc49585b9a980245f2607ea13272e4304062af
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 14:31:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 14:32:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30cc4958

autotools.eclass: fix EAPI 8 support

Fixes: 0d6f1fbaa1198c04f6efb5bb8be505b4394c3541
Reported-by: Joonas Niilola  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 eclass/autotools.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 837f9e7a9aa..66d4686849d 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -131,7 +131,7 @@ RDEPEND=""
 if [[ ${AUTOTOOLS_AUTO_DEPEND} != "no" ]] ; then
case ${EAPI} in
5|6) DEPEND=${AUTOTOOLS_DEPEND} ;;
-   7) BDEPEND=${AUTOTOOLS_DEPEND} ;;
+   *) BDEPEND=${AUTOTOOLS_DEPEND} ;;
esac
 fi
 __AUTOTOOLS_AUTO_DEPEND=${AUTOTOOLS_AUTO_DEPEND} # See top of eclass



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2021-08-15 Thread Nick Sarnie
commit: 6db481f82c37aaeb57a770d4776b4652c6374dc4
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug 15 14:40:49 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug 15 14:40:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6db481f8

app-emulation/wine-staging: Bump to 6.15

Bug: https://bugs.gentoo.org/808249
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest | 2 ++
 .../wine-staging/{wine-staging-.ebuild => wine-staging-6.15.ebuild} | 1 -
 app-emulation/wine-staging/wine-staging-.ebuild | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 831809c..4894757 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -57,6 +57,7 @@ DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
+DIST wine-6.15.tar.xz 24751680 BLAKE2B 
f1e8df4f6a65f5776b260edf5a12a48810b24ea668be5ef8b405b64a057a16329a30d0b295eefb8f79d378faa243c20884de543e96213ed5ee22b6c752dab028
 SHA512 
bb4420a6fb0455aaab2f45354ea470acba9feeaea07b6c2cbf8afd49a6ef97bfc794cee330ecb12fb2098994738227d149cd5685d29310bb6cd0ed25d5fdc8bf
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 24340220 BLAKE2B 
b09ea9237b71856184a03e64ef8cf7aa30591ebd6534a550e9365ea9ab773d81283520ca6b0efc8aa69063cdeae8da35fc22e08a40c73c6268db4d57b0442ad2
 SHA512 
f190e1b97defb4620e33d1a4e2afffd475f6b3998153c67c6d06840b4f3b93a50f88c6844de15e7f54ca712330f6fea857310861a78b961feb7f64a4869f3fe1
@@ -117,6 +118,7 @@ DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279fa
 DIST wine-staging-6.12.1.tar.gz 9658943 BLAKE2B 
9ea46ef75f2fd42790da35631893d63471980794238862fab23f06433ecb6adbdd204de49b61f33e7600020d9b3156889709bcd58810f2f332ee890cbb17bd03
 SHA512 
d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21ef7f61cc413fdcef24f8958ac2de366a10a
 DIST wine-staging-6.13.tar.gz 9658122 BLAKE2B 
cce777895de69df8c659f010e432ee1d1f1e13c79d5453f4460e63e2572aaa7a9c92786170707c5616a8d182138822c0c6e27897706f919daf5597f6b595e478
 SHA512 
83a40b5a344db334541d94d58d287a1b8ff616114051129db20ac6b0365004a8753ec8d77a16da54ac26400eaa3e2d147d50a5ac8e17203898eb61cb06ff1f0c
 DIST wine-staging-6.14.tar.gz 9658088 BLAKE2B 
d64bc0476b3d46b9ba812c956bb1eab1e4c3ec0dbd2145ae1f38c95ebd9b7151222e375690c1bd601f3416f362e50ea3f670e9940977005dc67623de22e82485
 SHA512 
5b4db5c1af316c8e18e2e318152a44e45521dd939e3a341dd533e819263109237c4fd0e25ee2b23bb7cc75f4c4afd7d8900b23d83f955e4ff56ee5fe7aa84fd0
+DIST wine-staging-6.15.tar.gz 9654539 BLAKE2B 
943cebf79bfe906a9dde42cfae13443059d89cd8996a2d25fad685796605a3a45b05f960c9dfb05d968ed919a23b273ecc56aa4fcd98cc38dcc45c22813d830e
 SHA512 
652e8319e4a06f64b7e4c05a139194b6b7189777632d26d79a3160447339cc5a93b42d810d8379eb7821485ccbbe8cd8e16e09e5223886027fae2f7737b8a115
 DIST wine-staging-6.2.tar.gz 9820682 BLAKE2B 
3de0c0ecbdabc1ffb965e6d5ebf5689fbeaf24ee33aaa2ff078db39d1542aa935b6d4d940fef570f1c60260748f4ef52b9789625b840f73e70ed3482995d505d
 SHA512 
558c46250babaacda92885c35c438797baff7b8eb45cb3cdf7f7572c35e6412e621182061a3a4e31444cc7580f99a61de6bd433bf2bb2b8139cdd718afd9cd2e
 DIST wine-staging-6.3.tar.gz 9796930 BLAKE2B 
b24e5ec57435a0d797e4d913b027226b3c891477d9df5d098be52348dff4eb704275c7c

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2021-08-15 Thread Nick Sarnie
commit: 83ceaff732ed14486e5fe172de80b36c4d6668ae
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug 15 14:38:29 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug 15 14:38:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=83ceaff7

app-emulation/wine-vanilla: Bump to 6.15

Closes: https://bugs.gentoo.org/808249
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest  | 1 +
 .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-6.15.ebuild}  | 1 -
 app-emulation/wine-vanilla/wine-vanilla-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index adc988b..4aa0e14 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -63,6 +63,7 @@ DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
+DIST wine-6.15.tar.xz 24751680 BLAKE2B 
f1e8df4f6a65f5776b260edf5a12a48810b24ea668be5ef8b405b64a057a16329a30d0b295eefb8f79d378faa243c20884de543e96213ed5ee22b6c752dab028
 SHA512 
bb4420a6fb0455aaab2f45354ea470acba9feeaea07b6c2cbf8afd49a6ef97bfc794cee330ecb12fb2098994738227d149cd5685d29310bb6cd0ed25d5fdc8bf
 DIST wine-6.2.tar.xz 24270924 BLAKE2B 
b83e7ff097d8f48cc46588a672515e8c1eafeafd592d4ced6a8347eaa33c31f9c5a2603958a10ce02463993c8ca5db77b227d0fbce452c1e3a637e5ea42cf635
 SHA512 
d28870ba58fc4ed9dc083f843d7f4ee8921722bb33e0b84c89f281fc27e5f827c0998ad629eb21c92f860dade77194d3c8a0f5b4c6ae3407fe7acef245cfa9a4
 DIST wine-6.3.tar.xz 24301496 BLAKE2B 
d36e46e369abc619d351dd3209c0c86c5e5924509fe98a9e158fd10b9ca57650b9bc20e64dc801ec1b09315ed77fd81b549ebce7f383a3f772717a2031878588
 SHA512 
20108ea5036d612e8dd61fe9254d67cad02d757ede87174ed27774e4e3537e0d1f4d67156fd430f1d01d5c68b899cb0c7b4be298d897a1ce823913efef822242
 DIST wine-6.4.tar.xz 24340220 BLAKE2B 
b09ea9237b71856184a03e64ef8cf7aa30591ebd6534a550e9365ea9ab773d81283520ca6b0efc8aa69063cdeae8da35fc22e08a40c73c6268db4d57b0442ad2
 SHA512 
f190e1b97defb4620e33d1a4e2afffd475f6b3998153c67c6d06840b4f3b93a50f88c6844de15e7f54ca712330f6fea857310861a78b961feb7f64a4869f3fe1

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.15.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-6.15.ebuild
index 6f3f1c5..7b3156c 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.15.ebuild
@@ -79,7 +79,6 @@ COMMON_DEPEND="
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
-   virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 6f3f1c5..7b3156c 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -79,7 +79,6 @@ COMMON_DEPEND="
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
-   virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )



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

2021-08-15 Thread Joonas Niilola
commit: 822187bc92808d8761cd794fe2fe92781059aeb0
Author: Sebastian Hamann  ares-macrotechnology  com>
AuthorDate: Fri Aug 13 20:18:44 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 14:46:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822187bc

app-emulation/firecracker-bin: Bump to 0.25.0, drop old versions

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

 app-emulation/firecracker-bin/Manifest |  8 +--
 .../firecracker-bin/firecracker-bin-0.24.2.ebuild  | 79 --
 .../firecracker-bin/firecracker-bin-0.24.4.ebuild  | 79 --
 ...0.24.1.ebuild => firecracker-bin-0.25.0.ebuild} |  2 +-
 4 files changed, 3 insertions(+), 165 deletions(-)

diff --git a/app-emulation/firecracker-bin/Manifest 
b/app-emulation/firecracker-bin/Manifest
index 8aab986b918..fdce422ba0c 100644
--- a/app-emulation/firecracker-bin/Manifest
+++ b/app-emulation/firecracker-bin/Manifest
@@ -1,8 +1,4 @@
-DIST firecracker-v0.24.1-aarch64.tgz 1427360 BLAKE2B 
17d85c6843dfa90bf871d5ff7dc5f5286c7bd11559cb9a507f57fafaba7d5abbf1019239ea39529e29a8bb4fa32b9a8a44f096f1379dc2d3d801502890690024
 SHA512 
cbedc62e5b98cdfd6dfb565bc1b977d84fcd0fa28eb36e18922ec56c3c2dfa34c84c549c7a4e23aee9d16c53b212ef87128d42e68f1a6b9997cbec42e613a82d
-DIST firecracker-v0.24.1-x86_64.tgz 1434986 BLAKE2B 
a6b206042fe4dfa873cfa1da4f591242f0224d2c98b367635534497d2bf82e218c409e473be618bd2902594ea24a8c710c853f2f1a00ac96f917a100e80aec0b
 SHA512 
b719520464e3d5c9ff072c73639af71895bfcca9ac4964f2a255ed2d8d3b264a92566f7b87078c163c0f1ce21b9d5bd11cb38eb7cb784c5e18581ee531a0bcaf
-DIST firecracker-v0.24.2-aarch64.tgz 1429004 BLAKE2B 
8d5624f6f6f154678ffab945bbb293e3ab53c75fa324273d9cd99366d78230aef1ce0a23c0b8efdca9fd87edabc0e196dda0cacabf7ebb33ec86edf7c46dd92e
 SHA512 
9bd83d278c3f4f294c4391aac1bd82712bde7190ad706e1b84a0ec9ad489c09f5fa77bd448a25a08b932230b38e44b3dbcdcc37b2ccacfd87d37c7ee65e6c1c6
-DIST firecracker-v0.24.2-x86_64.tgz 1434481 BLAKE2B 
d2b81e2b3341317f296c63f14b2699dbf207e2e3a83871e38ef1666c105112788308c773afad61a85f7c6f4009f2373c80f12a52549120d92a42bae54891bf59
 SHA512 
2a574276296685117acf4e1d425ca75ecb8ad06680ae81e183d73853ff57cbca2f4cf4f42cb013d8d88d18146c0d84d2b098829ca5f6e9402213fecdf539a283
-DIST firecracker-v0.24.4-aarch64.tgz 1427501 BLAKE2B 
98a9725cfa6fca607081a5c2461980b02417400a58ddce872a45c09b14559b41998dc6707de280c399535262d29dbd5120d5e2eff1b8403f84d66625e97700aa
 SHA512 
fe2d8441a790310f0fecd82fc316e214d9d03f182f3837ac4d5464101954053c5a98976b7178ffe7e6c1e0fbc4a7e7203ccd92e4f8bc74fbccfd889adc7e43cc
-DIST firecracker-v0.24.4-x86_64.tgz 1435102 BLAKE2B 
893d1c8392f76cc45668cc8823daae2895f675cbcdffb3431fe51495964611f61263caeaa7a149c5dd0f29122e8a6f8705e66166b1c6a192c9c97d49b7f915c8
 SHA512 
42f316de6bf1444cc7163b02dedd1492c21d0583da1a2a5193e3941cc1d6a59c3c79d275df3d903914f30d021a3e6c7d8f7338c12c088426adf22045750b7db3
 DIST firecracker-v0.24.5-aarch64.tgz 1426237 BLAKE2B 
11e260d4afcd5f5ebabeb5c773060250a9205a8110ea4f0915d1b8b3eb7fc448a2a99159d73d2bfaa9b1e9ea88258996de73e296b9916c533f9b7eac8c77fc15
 SHA512 
518f122f277a293b54bd870bb166847e4d7fa87574e47d3cd606d35e260ebd7359806922e09fb86cf16fb2ee3969bbf68b40538150e7064c866710c1803fada8
 DIST firecracker-v0.24.5-x86_64.tgz 1432963 BLAKE2B 
70e16dc651ae1071b9f223f0a21eaba6a8ad515d75847698cbf67ac73053cb8c52d67cd46a315e5681dadbab92ecc4d0d43ecbba9928dc2f52a5168c0a889a97
 SHA512 
746f1af7a37b2ecdd86faee75ee0cacf01aa80aa6f060cc75761f930df0da9a6f6597fea4235035ba10f6198909b5b2f7a834571c52d73e647611f9be8fa0967
+DIST firecracker-v0.25.0-aarch64.tgz 1747986 BLAKE2B 
cbfbe04326f78491fccbde69ae28552db255ef88b1da4a6d3ba62fd8aac34e935677e7fc8d71d8efa56f87f764dfd17b3da6ff688fd0602f0b414060a402c0d2
 SHA512 
2cc1882782e26492979c06fef06f162d4f1d20a8e1cacc2680b3ea54d6f028b951c6a14f1a3d4169079cd407f9e6e77c49e64b8dbebd4e329b683a1f38f90298
+DIST firecracker-v0.25.0-x86_64.tgz 1773525 BLAKE2B 
e870c7d021f6c5b960c52883ab659fc33fec3b39314ec1ca5448f02b9596e88192831639c6817048b97954d28866eaa7b94b50821a6c991def345bce3b47b9bb
 SHA512 
ffd3e9dfe7e2b29ce6c9ef61504056844d7081850dfe484ddb207d7339242819adf6d7a43e9c812c032fcf606daca8d10c125071d11dd5cfe431de41eb557c0f

diff --git a/app-emulation/firecracker-bin/firecracker-bin-0.24.2.ebuild 
b/app-emulation/firecracker-bin/firecracker-bin-0.24.2.ebuild
deleted file mode 100644
index a5c7b379e5d..000
--- a/app-emulation/firecracker-bin/firecracker-bin-0.24.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Secure and fast microVMs for serverless computing (static build)"
-HOMEPAGE="https://firecracker-microvm.github.io 
https://github.com/firecracker-microvm/firecracker";
-SRC_URI="
-   amd64

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

2021-08-15 Thread Joonas Niilola
commit: 03cd3a67a8081952b769fd3abfbd3860aa3d4240
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 15 14:21:16 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 14:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cd3a67

dev-util/bats: bash out 1.4.1

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

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

diff --git a/dev-util/bats/bats-1.4.1.ebuild b/dev-util/bats/bats-1.4.1.ebuild
index b86c348b080..d79c423b4e2 100644
--- a/dev-util/bats/bats-1.4.1.ebuild
+++ b/dev-util/bats/bats-1.4.1.ebuild
@@ -24,7 +24,7 @@ src_test() {
if ! command -v parallel; then
my_jobs=1
fi
-   bin/bats --tap --jobs "$my_jobs" test || die "Tests failed"
+   bin/bats --tap --jobs "${my_jobs}" test || die "Tests failed"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2021-08-15 Thread Joonas Niilola
commit: e21c12d096fb5bad0cd1640bd53bfe923e3f163f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 15 14:17:24 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 14:46:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21c12d0

mail-client/thunderbird: drop 78.12.0

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

 mail-client/thunderbird/Manifest   |   66 --
 mail-client/thunderbird/thunderbird-78.12.0.ebuild | 1108 
 2 files changed, 1174 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index d7997d841d7..410ff64bcb9 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,70 +1,4 @@
-DIST firefox-78esr-patches-15.tar.xz 65604 BLAKE2B 
86e421e555ffd5f7f201d0f1a1c446c649739c67cdf8dca536efa115e09d9c357ce1551b7270c77e8bfe7dd53e0f3e6386496283879cf5e0c59b3c864951ebb3
 SHA512 
b229e895f083a0404cda1da0d8ae937429d5975ac52ab20e8b15611d9c737381a1076ebfa8c8a127dacac0e12a2a905ffd579facde2d80c6facc911e5739e34b
 DIST firefox-78esr-patches-16.tar.xz 55964 BLAKE2B 
79d3a465c69656bb55ee7c1e9060606464b6404435b92f534db275521ac2343e045feae1fff6166fde9e2599a82cd982b0b2395271b1033f0f784e745e2c6965
 SHA512 
3aa971c726646cbf37a14a0dba6c4ac966b88db655cd8b730c5572543bfbf682991ee7c139889541e4f6936c13f27233dc1837fbdb9ee340b33ebb2cec59b01f
-DIST thunderbird-78.12.0-af.xpi 548341 BLAKE2B 
5dedd311ca5b467353cf5da0dd7b671eaafef8f7828abe1aa917003b38174fb6bfd6fa5efd6509ed14604477bb2e80a6691aa83ba2aed060295e51330f5d50df
 SHA512 
ad216562bb63440c0728177f73d853994d2b395a13fcf9f7f20ddc81226b9747c407368e843d42aa60c09d1d8489aded879c4080022463346fe5b489ea1a8d3b
-DIST thunderbird-78.12.0-ar.xpi 648606 BLAKE2B 
dc040d99fbc37da4533c6a9a62204233544f2310b685d353ee10277410c83b37acde3aab8193475a470fe955eafb776c05ef833d7c83a80b11f400113f6d
 SHA512 
cee52db711b68ac973bf07678c35d6d3a130704e3206f811a1331d165c5c421f61030b589b95f412955525ae3cd9a0381a241692870db4ef6d557df9c289cad0
-DIST thunderbird-78.12.0-ast.xpi 561255 BLAKE2B 
28be146998718180da9ef397f7a7ddeb7799d1906b142ab1868e2e6048d1d38a4b5a583d2f51b86d7f688e06e6c3c45593882b580ad75a4bc0637f2fe88dacd6
 SHA512 
794103871e796a14fa7f6d1eda7058f1d3939692ee2604c79b4af744735fafb934289e0d95abf6e62eb82e8e8836b8ed7a74253b99b2d0bc68f0a4224a31e1ef
-DIST thunderbird-78.12.0-be.xpi 66 BLAKE2B 
f779ce4759ebd531f47df82e600955445d2d3bf7d17fac11d9b63ecfe257c250154d3afebf9083023f87961cf0e3748ad8457085228b83c20b546daa2b2c332a
 SHA512 
22cc5dadcd8b874a80be261c2989aff5d414e911bac8535bec860aae622c8ebe9d21b8c376edd4d09c983893eebafa9936e581cb173f1b931d7e9948c50e4542
-DIST thunderbird-78.12.0-bg.xpi 672416 BLAKE2B 
ce6bb67eb105547ac37e60ab5697042a333f2f14bd752e428fc8465258500bf7464a47dceda543962b44b82b18f6f35c9f88be56acc6355da5b583f3be8d9a8a
 SHA512 
b44a72b40ba074c9374a7c30367a980c40c01132ab435e22254668425fbb1377ac26cfdccf3432a4ee0c01c91ba5017acb85a23ff52e81aea9577fd4e99bea7d
-DIST thunderbird-78.12.0-br.xpi 604530 BLAKE2B 
0216a812b9ab106a6e21b0c1b761a3e8bf592bfb8b8c5ce039d7bfadde5f235a6601a95b8e6c8e6872f374ce8133e10dcc2c1b8b1f81e2d17fe0a84d89a6f920
 SHA512 
9afff6959b1ab88dd09540ec9bdefbe4a34628160411086aed16f262a2e77a8788e8b23f7894f0f8996ed0438e7c70b09ff84542d297c4eb0d48a06f57626390
-DIST thunderbird-78.12.0-ca.xpi 620447 BLAKE2B 
12eb06d36e05a6546e69c0a301dca782c75aa58f5d2c144b63df042f66425b0156bc506ef4015cab87bc972f0abd21cc5f61d5a1dfb6a323d25115bbb5e6ed4b
 SHA512 
4649036ceb3993a18ee76cbdc8077026d1090632559d6028a7d3118e1f57c82741569ded816fd8cf4a9013cc9f6416f6a63fa11c89da973ebcb338e3adf40dcf
-DIST thunderbird-78.12.0-cak.xpi 635649 BLAKE2B 
8c9b53c7f3770fcac2f3d96cb444e8ba1a12217c319347a92c3a748b728c817d48b165f792f0b0067856f89cd205701e44a60a02fb3324c868374f6144e944fa
 SHA512 
bd779de2c98c8807a7dd67ad131e8c25f96aa45fe41fdb306c15dae90122ecbf37cd08a11edeffb44a6acc5c5d997f4b5b862f18fba82afa9ada711823281013
-DIST thunderbird-78.12.0-cs.xpi 635334 BLAKE2B 
597e7968a0f9489a5debe06257ea3828dd056ed31b1c399b522f68c02a0228af625e2328bdb0897bec30a91385b4e0add06bd5d6ce08628a92205b749025beee
 SHA512 
24ef2507c9088234a6fe977a676d89a96f569a0b458e01548fa408226d41b4c56acbd164c6d665817fc99ec485c0ee076ca884eb899a3e845036bf0e8ff6f974
-DIST thunderbird-78.12.0-cy.xpi 646245 BLAKE2B 
76332d4b0d7a9f80aa38fb8d1de1255f0a7f487a99cf994f3fd359b857db8550424fd14049d3b8093073ad19e37767e8b5c73638b6b110d38a3aa3b930892c9b
 SHA512 
a93a04a79ad9569f87972654edcb81afa577f1d36de7205bafcddbdce13bb4b1938021a971e898125a61c3681a833e4f19071d30f48511f9774c7e8751b4f244
-DIST thunderbird-78.12.0-da.xpi 620991 BLAKE2B 
d8243cc572eb7c8892f86416c01feef519d69ec99e2b77b978c4059387721dfead1a64e1acf1e4ad968b6d7ceda359707eaef68467c22957dd54b768994cefe3
 SHA512 
b403ee1d569fa3a421dda3fcff783ab68e60353c2f7c6e14706cea06b2eb48c6883877bef459f7526bd0ce23b12cdb3ecae244cea08d8fa7f9e58cc9eb68a027
-DIST thunderbird-78.12.0-de.xpi 665195 BLAKE2B 
a6b01256b21a90b8bde863bbaeea9f37ad15101bc62993e8370e5ec6ca0a

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

2021-08-15 Thread Joonas Niilola
commit: 1bb5b7b47e5e3c23115f29bb151e9a44a94ee9a5
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Sun Aug  8 14:57:46 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 14:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb5b7b4

www-apps/hugo: Remove old ebuild.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/21916
Signed-off-by: Joonas Niilola  gentoo.org>

 www-apps/hugo/Manifest   |   1 -
 www-apps/hugo/hugo-0.86.0.ebuild | 995 ---
 2 files changed, 996 deletions(-)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index 975021b5039..1b2830c9601 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -1075,7 +1075,6 @@ DIST 
honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.0-20190523083050-ea95bdfd59fc.mod 26 BLA
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2019.2.3.mod 300 BLAKE2B 
3e3f5a2be0918cbaacd5e43e59fcc6c7c6999645f0c9214cd5a522c31d34b6d3dad61e3ddae8ccdb2f3f0d90b406c047802ee3d9d54dc40fe6eff9cd35620792
 SHA512 
0c8aa788d0c03d6d049f0dd7468d0f81ce2131ccedd5a5a3a18362b7d30eef7ef325277844eefe4b707b1ad71c6f83a44e110b7af7b98e05406d347237a7bafb
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.3.mod 300 BLAKE2B 
3aa707c72ce7e402cc1765fed30253eb87e9e87aecc8096130e973623f53ded2a7572ca3d464e4db9de524cd651b3aa8fbc9fa0ef6bdc4eb9670b4d8652f4dfc
 SHA512 
d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
 DIST honnef.co%2Fgo%2Ftools%2F@v%2Fv0.0.1-2020.1.4.mod 300 BLAKE2B 
3aa707c72ce7e402cc1765fed30253eb87e9e87aecc8096130e973623f53ded2a7572ca3d464e4db9de524cd651b3aa8fbc9fa0ef6bdc4eb9670b4d8652f4dfc
 SHA512 
d814675e448688f6a506397bedb262fb2583c913ec1f8ca9ffc11206bdcd7e1f4ee3c561aee366eb2cdaede8c522a6f58f116236f3033bc7e91ec139bdd140f9
-DIST hugo-0.86.0.tar.gz 39142083 BLAKE2B 
d260c908be3464f98bf49a61469c11eb0c76ef4aef1be4be171683796ae8d0b1eaae3785d1a542dab366395a1676baaae8c458c53213236d1787c92b15ec5954
 SHA512 
b6073ea67890b165e63fca48653f0ead03fe72cbdd557ecb98555ebbb22eb9133e36156d376ee9b2c9b739756efcc97c4f626a3a5c47cf520cfc02159f7949f2
 DIST hugo-0.86.1.tar.gz 39141633 BLAKE2B 
2a19dbc88ce8405c00f202fc65187703b30ee91811992e2f43a3a45b8c7bcd4d567dedb6210a28da3a1af769f0ab15143989cc608fba17c1e6159a6a58b856e6
 SHA512 
cd97e7d3066d2c69f5bc5a16010ab7de3d4a92ed1e5a0093576d7210c8329eabdae045226f0d5f14d26fcdfa0c63c1aadf3ecbf10c494b2a675a377418c740f6
 DIST hugo-0.87.0.tar.gz 37002468 BLAKE2B 
81cc3085eac50ca7a1e4aa172d773cc1a7aa0df6241944f64f0151221dee94b2c36d3d187e2561a4f87dd3755b8fb84fbc5fd36ec6f7a8560c66574cc091a869
 SHA512 
34dd25938b5d34d172b61cacfdce3f2656ad6fb152fc7452151ad5795b160bf01233dcea215469624f30c01bf977c0ce1a04e329ef197f2979d73f683b88d20d
 DIST rsc.io%2Fbinaryregexp%2F@v%2Fv0.2.0.mod 36 BLAKE2B 
61110bed2b9e99e0250cf6e8b842257202c89b3462edf9368b73cab29f9dbd4dcc66c3e290a1d6329b7d62321eecc52082a8c4c0797eac743a29a8a00910a93f
 SHA512 
db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774

diff --git a/www-apps/hugo/hugo-0.86.0.ebuild b/www-apps/hugo/hugo-0.86.0.ebuild
deleted file mode 100644
index 6fd2f589ad8..000
--- a/www-apps/hugo/hugo-0.86.0.ebuild
+++ /dev/null
@@ -1,995 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module bash-completion-r1
-
-DESCRIPTION="The world's fastest framework for building websites"
-HOMEPAGE="https://gohugo.io https://github.com/gohugoio/hugo";
-
-EGO_SUM=(
-   "bazil.org/fuse v0.0.0-20180421153158-65cc252bf669/go.mod"
-   "cloud.google.com/go v0.26.0/go.mod"
-   "cloud.google.com/go v0.34.0/go.mod"
-   "cloud.google.com/go v0.38.0/go.mod"
-   "cloud.google.com/go v0.39.0/go.mod"
-   "cloud.google.com/go v0.44.1/go.mod"
-   "cloud.google.com/go v0.44.2/go.mod"
-   "cloud.google.com/go v0.44.3/go.mod"
-   "cloud.google.com/go v0.45.1/go.mod"
-   "cloud.google.com/go v0.46.3/go.mod"
-   "cloud.google.com/go v0.50.0/go.mod"
-   "cloud.google.com/go v0.52.0/go.mod"
-   "cloud.google.com/go v0.53.0/go.mod"
-   "cloud.google.com/go v0.54.0/go.mod"
-   "cloud.google.com/go v0.55.0/go.mod"
-   "cloud.google.com/go v0.56.0/go.mod"
-   "cloud.google.com/go v0.57.0/go.mod"
-   "cloud.google.com/go v0.58.0/go.mod"
-   "cloud.google.com/go v0.62.0/go.mod"
-   "cloud.google.com/go v0.65.0/go.mod"
-   "cloud.google.com/go v0.72.0/go.mod"
-   "cloud.google.com/go v0.74.0/go.mod"
-   "cloud.google.com/go v0.78.0/go.mod"
-   "cloud.google.com/go v0.79.0/go.mod"
-   "cloud.google.com/go v0.81.0"
-   "cloud.google.com/go v0.81.0/go.mod"
-   "cloud.google.com/go/bigquery v1.0.1/go.mod"
-   "cloud.google.com/go/bigquery v1.3.0/go.mod"
-   "cloud.google.c

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

2021-08-15 Thread Joonas Niilola
commit: ff3c1baa23b2f4513e297407b3bce19682ffe830
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Aug  4 18:45:09 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 14:46:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3c1baa

dev-util/bats: respect "makeopts_jobs" in test suite

The fact that the testsuite might run a random number of jobs if
"sys-process/parallel" is installed was raised in a bug. While this
commit does not solve the bug in question, it makes the test respect
MAKEOPTS"-jX".

Bug: https://bugs.gentoo.org/734358
Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/21883
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/bats/bats-1.4.1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-util/bats/bats-1.4.1.ebuild b/dev-util/bats/bats-1.4.1.ebuild
index fba39b43420..b86c348b080 100644
--- a/dev-util/bats/bats-1.4.1.ebuild
+++ b/dev-util/bats/bats-1.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit optfeature
+inherit multiprocessing optfeature
 
 MY_PN="bats-core"
 DESCRIPTION="Bats-core: Bash Automated Testing System"
@@ -20,7 +20,11 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_test() {
-   bin/bats --tap test || die "Tests failed"
+   local my_jobs=$(makeopts_jobs)
+   if ! command -v parallel; then
+   my_jobs=1
+   fi
+   bin/bats --tap --jobs "$my_jobs" test || die "Tests failed"
 }
 
 src_install() {



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

2021-08-15 Thread Andreas Sturmlechner
commit: 2d40db15fa6b72d30d7f2da2bdaa23a539ad0711
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 14 17:44:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 14:46:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d40db15

net-libs/libgrss: EAPI-7 bump, fix DESCRIPTION

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

 net-libs/libgrss/libgrss-0.7.0.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild 
b/net-libs/libgrss/libgrss-0.7.0.ebuild
index 5cd89dff71d..6499b91ae43 100644
--- a/net-libs/libgrss/libgrss-0.7.0.ebuild
+++ b/net-libs/libgrss/libgrss-0.7.0.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=7
 
 inherit gnome2
 
-DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds"
+DESCRIPTION="Library for easy management of RSS/Atom/Pie feeds"
 HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss";
 
 LICENSE="LGPL-3"
@@ -20,7 +19,8 @@ RDEPEND="
>=net-libs/libsoup-2.48:2.4
introspection? ( >=dev-libs/gobject-introspection-1.42 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
>=dev-util/gtk-doc-am-1.10
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: net-libs/libgrss/, net-libs/libgrss/files/

2021-08-15 Thread Andreas Sturmlechner
commit: 651fb00caa5b5a653d1517096781ac626cddf55b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 14 17:39:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 14:46:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651fb00c

net-libs/libgrss: Drop 0.5.0-r1, EAPI5--

No revdeps of SLOT 0.5.

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

 net-libs/libgrss/Manifest  |   1 -
 .../libgrss/files/libgrss-0.5.0-fix-slotting.patch | 124 -
 net-libs/libgrss/files/libgrss-0.5.0-headers.patch |  11 --
 net-libs/libgrss/libgrss-0.5.0-r1.ebuild   |  40 ---
 4 files changed, 176 deletions(-)

diff --git a/net-libs/libgrss/Manifest b/net-libs/libgrss/Manifest
index 268b307ee58..b0e34ea646e 100644
--- a/net-libs/libgrss/Manifest
+++ b/net-libs/libgrss/Manifest
@@ -1,2 +1 @@
-DIST libgrss-0.5.0.tar.gz 439634 BLAKE2B 
28fcdfc7026b53c83bf8f97194bb70c1d68721bd767a1d527713756eb4360bb1ae81a2512d4284032d590bc5143fe9dedf1251c161bc22f0d4a1320639d05aed
 SHA512 
189c49b7bdf029160e72d3d89c6779e193373e5a3af7f810041bf325d0b5543bb87b414d833a13e028a589b96a4d53bb223e88667d18d2c53f610d6086bb60ea
 DIST libgrss-0.7.0.tar.xz 362360 BLAKE2B 
d93337ab50edf9b5d0762a624fbf0db29faca556e5d13d51659c6199d9dcbf71bc8334b8a9c6a2830d9496b86d066949fc7b072439b63f3a528ef36b77c61bc0
 SHA512 
22a4f13ee979932575c6efd25bfd2fb184ea113aa34254d9e4bfb64cfbbd9b277dd235b8c9be037baf8c85bea7ba3bc1478ec3c7a3c87e63aeddb1774959c780

diff --git a/net-libs/libgrss/files/libgrss-0.5.0-fix-slotting.patch 
b/net-libs/libgrss/files/libgrss-0.5.0-fix-slotting.patch
deleted file mode 100644
index 01146aeb090..000
--- a/net-libs/libgrss/files/libgrss-0.5.0-fix-slotting.patch
+++ /dev/null
@@ -1,124 +0,0 @@
-From 4b93347fee20ea18196cab9f702be88ecd23f54e Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Mon, 1 Apr 2013 16:07:21 +0200
-Subject: [PATCH 1/2] Fix parallel installation for API version 0.5
-

- Makefile.am   |  5 +++--
- configure.ac  |  3 +++
- doc/reference/Makefile.am |  4 ++--
- libgrss.pc.in |  4 ++--
- src/Makefile.am   | 12 ++--
- 5 files changed, 16 insertions(+), 12 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 8547d3b..a13acf4 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,11 +1,12 @@
- ACLOCAL_AMFLAGS = -I m4
- SUBDIRS = src doc
- EXTRA_DIST = autogen.sh
-+CLEANFILES = libgrss-$(LIBGRSS_API_VERSION).pc
- 
- pcfiledir = $(libdir)/pkgconfig
--pcfile_DATA = libgrss-0.5.pc
-+pcfile_DATA = libgrss-$(LIBGRSS_API_VERSION).pc
- 
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
- 
--libgrss-0.5.pc: libgrss.pc
-+libgrss-$(LIBGRSS_API_VERSION).pc: libgrss.pc
-   @cp -f $< $@
-diff --git a/configure.ac b/configure.ac
-index 61effa3..443140b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,6 +1,7 @@
- m4_define([libgrss_major_version], [0])
- m4_define([libgrss_minor_version], [5])
- m4_define([libgrss_micro_version], [0])
-+m4_define([libgrss_api_version], [0.5])
- 
- m4_define([libgrss_version],
-   [libgrss_major_version.libgrss_minor_version.libgrss_micro_version])
-@@ -46,10 +47,12 @@ AC_CHECK_FUNCS([strptime localtime_r])
- LIBGRSS_MAJOR_VERSION=libgrss_major_version
- LIBGRSS_MINOR_VERSION=libgrss_minor_version
- LIBGRSS_MICRO_VERSION=libgrss_micro_version
-+LIBGRSS_API_VERSION=libgrss_api_version
- LIBGRSS_VERSION=libgrss_version
- AC_SUBST(LIBGRSS_MAJOR_VERSION)
- AC_SUBST(LIBGRSS_MICRO_VERSION)
- AC_SUBST(LIBGRSS_MINOR_VERSION)
-+AC_SUBST(LIBGRSS_API_VERSION)
- AC_SUBST(LIBGRSS_VERSION)
- 
- dnl libgrss checks
-diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
-index 644642d..eafbc65 100644
 a/doc/reference/Makefile.am
-+++ b/doc/reference/Makefile.am
-@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
- # of using the various options.
- 
- # The name of the module, e.g. 'glib'.
--DOC_MODULE=libgrss
-+DOC_MODULE=libgrss-@LIBGRSS_API_VERSION@
- 
- # The top-level SGML file. You can change this if you want to.
- DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
-@@ -71,7 +71,7 @@ expand_content_files=
- # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
- 
- INCLUDES=-I$(top_srcdir) $(LIBGRSS_CFLAGS)
--GTKDOC_LIBS=$(top_builddir)/src/libgrss-1.0.la $(LIBGRSS_LIBS)
-+GTKDOC_LIBS=$(top_builddir)/src/libgrss-@LIBGRSS_API_VERSION@.la 
$(LIBGRSS_LIBS)
- 
- # This includes the standard gtk-doc make rules, copied by gtkdocize.
- include $(top_srcdir)/gtk-doc.make
-diff --git a/libgrss.pc.in b/libgrss.pc.in
-index cdd0f6f..3d75924 100644
 a/libgrss.pc.in
-+++ b/libgrss.pc.in
-@@ -6,6 +6,6 @@ includedir=@includedir@
- Name: libgrss
- Description: GObject RSS handling library
- Version: @VERSION@
--Libs: -L${libdir} -lgrss-1.0
--Cflags: -I${includedir}/libgrss
-+Libs: -L${libdir} -lgrss-@LIBGRSS_API_VERSION@
-+Cflags: -I${includedir}/libgrss-@LIBGRSS_API_VERSION@
- Requi

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

2021-08-15 Thread Nick Sarnie
commit: 560662f82cc407e880f567d3e5e168551a44c7e1
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug 15 14:46:30 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug 15 14:47:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560662f8

app-emulation/wine-staging: Sync with ::wine

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

 app-emulation/wine-staging/Manifest | 2 ++
 .../wine-staging/{wine-staging-.ebuild => wine-staging-6.15.ebuild} | 1 -
 app-emulation/wine-staging/wine-staging-.ebuild | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index b5cd46fa8d0..447d69c012e 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -3,7 +3,9 @@ DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
+DIST wine-6.15.tar.xz 24751680 BLAKE2B 
f1e8df4f6a65f5776b260edf5a12a48810b24ea668be5ef8b405b64a057a16329a30d0b295eefb8f79d378faa243c20884de543e96213ed5ee22b6c752dab028
 SHA512 
bb4420a6fb0455aaab2f45354ea470acba9feeaea07b6c2cbf8afd49a6ef97bfc794cee330ecb12fb2098994738227d149cd5685d29310bb6cd0ed25d5fdc8bf
 DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.12.1.tar.gz 9658943 BLAKE2B 
9ea46ef75f2fd42790da35631893d63471980794238862fab23f06433ecb6adbdd204de49b61f33e7600020d9b3156889709bcd58810f2f332ee890cbb17bd03
 SHA512 
d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21ef7f61cc413fdcef24f8958ac2de366a10a
 DIST wine-staging-6.13.tar.gz 9658122 BLAKE2B 
cce777895de69df8c659f010e432ee1d1f1e13c79d5453f4460e63e2572aaa7a9c92786170707c5616a8d182138822c0c6e27897706f919daf5597f6b595e478
 SHA512 
83a40b5a344db334541d94d58d287a1b8ff616114051129db20ac6b0365004a8753ec8d77a16da54ac26400eaa3e2d147d50a5ac8e17203898eb61cb06ff1f0c
 DIST wine-staging-6.14.tar.gz 9658088 BLAKE2B 
d64bc0476b3d46b9ba812c956bb1eab1e4c3ec0dbd2145ae1f38c95ebd9b7151222e375690c1bd601f3416f362e50ea3f670e9940977005dc67623de22e82485
 SHA512 
5b4db5c1af316c8e18e2e318152a44e45521dd939e3a341dd533e819263109237c4fd0e25ee2b23bb7cc75f4c4afd7d8900b23d83f955e4ff56ee5fe7aa84fd0
+DIST wine-staging-6.15.tar.gz 9654539 BLAKE2B 
943cebf79bfe906a9dde42cfae13443059d89cd8996a2d25fad685796605a3a45b05f960c9dfb05d968ed919a23b273ecc56aa4fcd98cc38dcc45c22813d830e
 SHA512 
652e8319e4a06f64b7e4c05a139194b6b7189777632d26d79a3160447339cc5a93b42d810d8379eb7821485ccbbe8cd8e16e09e5223886027fae2f7737b8a115

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-6.15.ebuild
similarity index 99%
copy from app-emulation/wine-staging/wine-staging-.ebuild
copy to app-emulation/wine-staging/wine-staging-6.15.ebuild
index 99423da3b70..1b3a52f7970 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-6.15.ebuild
@@ -96,7 +96,6 @@ COMMON_DEPEND="
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
-   virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 99423da3b70..1b3a52f7970 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -96,7 +96,6 @@ COMMON_DEPEND="
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MUL

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

2021-08-15 Thread Nick Sarnie
commit: 9e64254c5931e6d4a436dd1f55d521bab8bdc0c9
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug 15 14:46:46 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug 15 14:47:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e64254c

app-emulation/wine-staging: Drop old

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

 app-emulation/wine-staging/Manifest|   2 -
 .../wine-staging/wine-staging-6.11.ebuild  | 665 -
 2 files changed, 667 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 447d69c012e..2c8e0069ed1 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,10 +1,8 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
-DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
 DIST wine-6.15.tar.xz 24751680 BLAKE2B 
f1e8df4f6a65f5776b260edf5a12a48810b24ea668be5ef8b405b64a057a16329a30d0b295eefb8f79d378faa243c20884de543e96213ed5ee22b6c752dab028
 SHA512 
bb4420a6fb0455aaab2f45354ea470acba9feeaea07b6c2cbf8afd49a6ef97bfc794cee330ecb12fb2098994738227d149cd5685d29310bb6cd0ed25d5fdc8bf
-DIST wine-staging-6.11.tar.gz 9672754 BLAKE2B 
a2d77fcfe198f9c474bb754b02c3e279faec73a30678b899aeaab53cba38b74bf43724d5b1f3d46dfa7a502b0ce637d5908dea09b386009acb937d1033445d99
 SHA512 
b9b6f206d7a37699887a9bd65c30b9d2fc333b507461dbd532fe17db881db1e79ef5620ce2421cdde8548411924fabba0f98123342f30c8d93a019b3a2125303
 DIST wine-staging-6.12.1.tar.gz 9658943 BLAKE2B 
9ea46ef75f2fd42790da35631893d63471980794238862fab23f06433ecb6adbdd204de49b61f33e7600020d9b3156889709bcd58810f2f332ee890cbb17bd03
 SHA512 
d92f4e8e3cc81e9ede21135f35679d1b2de07bf75f4fd3878551cae74cdf5165c62573fd9e143458535565e21ef7f61cc413fdcef24f8958ac2de366a10a
 DIST wine-staging-6.13.tar.gz 9658122 BLAKE2B 
cce777895de69df8c659f010e432ee1d1f1e13c79d5453f4460e63e2572aaa7a9c92786170707c5616a8d182138822c0c6e27897706f919daf5597f6b595e478
 SHA512 
83a40b5a344db334541d94d58d287a1b8ff616114051129db20ac6b0365004a8753ec8d77a16da54ac26400eaa3e2d147d50a5ac8e17203898eb61cb06ff1f0c
 DIST wine-staging-6.14.tar.gz 9658088 BLAKE2B 
d64bc0476b3d46b9ba812c956bb1eab1e4c3ec0dbd2145ae1f38c95ebd9b7151222e375690c1bd601f3416f362e50ea3f670e9940977005dc67623de22e82485
 SHA512 
5b4db5c1af316c8e18e2e318152a44e45521dd939e3a341dd533e819263109237c4fd0e25ee2b23bb7cc75f4c4afd7d8900b23d83f955e4ff56ee5fe7aa84fd0

diff --git a/app-emulation/wine-staging/wine-staging-6.11.ebuild 
b/app-emulation/wine-staging/wine-staging-6.11.ebuild
deleted file mode 100644
index b8f90b4648c..000
--- a/app-emulation/wine-staging/wine-staging-6.11.ebuild
+++ /dev/null
@@ -1,665 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils
-MY_PN="${PN%%-*}"
-MY_PV="${PV/_/-}"
-MY_P="${MY_PN}-${MY_PV}"
-
-if [[ ${MY_PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(ver_cut 1)
- 

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

2021-08-15 Thread Nick Sarnie
commit: a94a543c0b716e8c75ed6988c956777be647059e
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug 15 14:45:41 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug 15 14:47:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94a543c

app-emulation/wine-vanilla: Sync with ::wine

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

 app-emulation/wine-vanilla/Manifest  | 1 +
 .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-6.15.ebuild}  | 1 -
 app-emulation/wine-vanilla/wine-vanilla-.ebuild  | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 3d14c4f1051..c05ba6d5d0d 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -5,3 +5,4 @@ DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581
+DIST wine-6.15.tar.xz 24751680 BLAKE2B 
f1e8df4f6a65f5776b260edf5a12a48810b24ea668be5ef8b405b64a057a16329a30d0b295eefb8f79d378faa243c20884de543e96213ed5ee22b6c752dab028
 SHA512 
bb4420a6fb0455aaab2f45354ea470acba9feeaea07b6c2cbf8afd49a6ef97bfc794cee330ecb12fb2098994738227d149cd5685d29310bb6cd0ed25d5fdc8bf

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.15.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-6.15.ebuild
index 6f3f1c572f4..7b3156ca675 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.15.ebuild
@@ -79,7 +79,6 @@ COMMON_DEPEND="
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
-   virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 6f3f1c572f4..7b3156ca675 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -79,7 +79,6 @@ COMMON_DEPEND="
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
-   virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )



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

2021-08-15 Thread Nick Sarnie
commit: 29d2e30edf6905f3d71cb02326c55acd80a18312
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug 15 14:46:03 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug 15 14:47:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d2e30e

app-emulation/wine-vanilla: Drop old

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

 app-emulation/wine-vanilla/Manifest|   1 -
 .../wine-vanilla/wine-vanilla-6.11.ebuild  | 577 -
 2 files changed, 578 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index c05ba6d5d0d..38087306231 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,7 +1,6 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
 DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
-DIST wine-6.11.tar.xz 24599644 BLAKE2B 
47b8eefadd59e649ac331ee236b90dfffd86ea812699f3d804bd3a7d939d099c88c4b19cf8d8e0bbe2463298abe398528c132443350f3d5eba0d23e7a3a2889c
 SHA512 
d041ad99b6311f99df6ef40a64bc393acdc77ad4bf5f28111ebb88c133c3d338aff18f129fb30ae38cca24bf579834d4e6c7d252d5391f35b1ee81a91cc70c21
 DIST wine-6.12.tar.xz 24666960 BLAKE2B 
d8f33ac0d15977c1e0c206662c370feac351c7399c91cf5669fce50e60684ad85b40244925b4d304b540f5a78edc19b4ee32fe362250f8c390347d71320a09d8
 SHA512 
6d5646c44e656a88eb25174ce16038a8b0e1495c3deed8e959825cb26059fdda6e6519afeaeb28e4070fc5e05d7a3e1e5812ef09c31875f14f9233ba6a52f14c
 DIST wine-6.13.tar.xz 24704408 BLAKE2B 
abd79fd0d2a364fd6b7c2713924ad9883cf62e0febd7653984ce7520f41eaad71c06e0874ff46343ac7c253abb7d5e026b878dcf40235918f075e2bf7da0b8da
 SHA512 
7e1a16873f1a160960e44a38c7af743ea3a10bc545c5724745733d14093188134b74a4f60fbc54f38546b0ed053209b67e35ea131a9cda58ec8041855100c5ee
 DIST wine-6.14.tar.xz 24721316 BLAKE2B 
3965d4071006a54f595baf329c1b238c4faa506d60597cfb5f8ccb127b9881d34d66e89cbdeff0d05a5e4a203a541edea8953565e2edf464ce4d2bfbf5e7a437
 SHA512 
261858dcf11604a6078b39faf64bd05288194647f8397efe03abcda1934ec5452e18f85dbb269e728ef532ac8ad39af5bbf5d8603f3598a20e2ef16f60405581

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
deleted file mode 100644
index 834f66e2ec0..000
--- a/app-emulation/wine-vanilla/wine-vanilla-6.11.ebuild
+++ /dev/null
@@ -1,577 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils multilib 
multilib-minimal pax-utils plocale toolchain-funcs virtualx xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git";
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(ver_cut 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz";
-   KEYWORDS="-* ~amd64 ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20200523"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/";
-SRC_URI="${SRC_URI}
-   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
-REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
-   X? ( truetype )
-  

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

2021-08-15 Thread David Seifert
commit: 6775c492313a4cdd64b4206ca5bad6f7c1c4136b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Aug 15 14:55:26 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 15 14:55:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6775c492

app-office/abiword: add 3.0.5

Signed-off-by: David Seifert  gentoo.org>

 app-office/abiword/Manifest |   1 +
 app-office/abiword/abiword-3.0.5.ebuild | 148 
 2 files changed, 149 insertions(+)

diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
index e267a640a7d..d6ef336833e 100644
--- a/app-office/abiword/Manifest
+++ b/app-office/abiword/Manifest
@@ -1,2 +1,3 @@
 DIST abiword-3.0.4-patchset-r3.txz 14752 BLAKE2B 
2faaaf333a38ea181b83819fd53fd97c5e98a0cbb0b2ad6e668254a88cb69e922fd3b70a181fc7edd789bc313d929915460a0524ff463166400d8e46d878c034
 SHA512 
e8d2508cf561b49581441b3b581dd663a966da67175f2a39d4a95a6035d8c8c7c3198ca99f253f8d6f3993a66be752265f612b6c59c7712592e464a1da0f240e
 DIST abiword-3.0.4.tar.gz 11064305 BLAKE2B 
fda1732df0bf78f8830c5d68be18f2aec7f88b8d5bb4fe0effc31b48f03d9195a4337087154ba707a70d80bfcff38f92d7298e7b281afe2eacf000eca8dac9c4
 SHA512 
121708e010cef6722cab5622dc762f2f92c46e43b65b90b881b4f25ff32c1696fa2d281a3a6f2c04d5b9231bbbd0040281e9d4d7e594ec0ace6caae9c9021ec4
+DIST abiword-3.0.5.tar.gz 11084159 BLAKE2B 
c34361c2ae1604ef1ec913781c98f3707f3c98c3fb5ed5328212b51081706fe5177fb8b5a3805431c0ee451f04d8d95fdc6e7dbc3fc38d9d5037b576e115ee54
 SHA512 
a2484268901ff47307c9d1f1928622e364f1006f22ce38257c585144df9411dfe3c2dea28c1f1f50a6e545e8cc579cce34117a89dfa771e20312e3ea1a9989d6

diff --git a/app-office/abiword/abiword-3.0.5.ebuild 
b/app-office/abiword/abiword-3.0.5.ebuild
new file mode 100644
index 000..66285130df9
--- /dev/null
+++ b/app-office/abiword/abiword-3.0.5.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="Fully featured yet light and fast cross platform word processor"
+HOMEPAGE="http://www.abisource.com/";
+SRC_URI="
+   http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz
+   https://dev.gentoo.org/~soap/distfiles/${PN}-3.0.4-patchset-r3.txz";
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
+IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map 
math ots +plugins readline redland spell wordperfect wmf thesaurus"
+# You need 'plugins' enabled if want to enable the extra plugins
+REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline 
!thesaurus !wordperfect !wmf )"
+
+RDEPEND="
+   >=app-text/wv-1.2
+   >=dev-libs/fribidi-0.10.4
+   >=dev-libs/glib-2.16:2
+   >=dev-libs/libgcrypt-1.4.5:0=
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.16:2
+   >=gnome-extra/libgsf-1.14.18:=
+   >=media-libs/libpng-1.2:0=
+   virtual/jpeg:0
+   >=x11-libs/cairo-1.10
+   >=x11-libs/gtk+-3.0.8:3[cups?]
+   calendar? ( >=dev-libs/libical-0.46:= )
+   eds? ( >=gnome-extra/evolution-data-server-3.6.0:= )
+   goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.0.0:= )
+   map? ( >=media-libs/libchamplain-0.12:0.12 )
+   plugins? (
+   collab? (
+   >=dev-libs/libxml2-2.4:2
+   >=net-libs/loudmouth-1
+   net-libs/libsoup:2.4
+   net-libs/gnutls:=
+   )
+   grammar? ( >=dev-libs/link-grammar-4.2.1 )
+   math? ( >=x11-libs/gtkmathview-0.7.5 )
+   ots? ( >=app-text/ots-0.5-r1 )
+   readline? ( sys-libs/readline:0= )
+   thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
+   wordperfect? (
+   app-text/libwpd:0.10
+   app-text/libwpg:0.3
+   )
+   wmf? ( >=media-libs/libwmf-0.2.8 )
+   )
+   redland? (
+   >=dev-libs/redland-1.0.10
+   >=dev-libs/rasqal-0.9.17
+   )
+   spell? ( app-text/enchant:2 )
+   !=psiconv-0.9.4
+   use readline && plugins+=(command)
+   use thesaurus && plugins+=(aiksaurus)
+   use wmf && plugins+=(wmf)
+   # wordperfect: >=wpd-0.9 >=wpg-0.2
+   use wordperfect && plugins+=(wpg)
+   fi
+
+   econf \
+   --disable-maintainer-mode \
+   --enable-plugins="${plugins[*]}" \
+   --disable-static \
+   --disable-default-plugins \
+   --disable-builtin-plugins \
+   --disable-collab-backend-telepathy \
+   --enable-clipart \
+   --enable-statusbar \
+   --enable-templates \
+   --with-gio \
+   --witho

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdelibs4support/files/, kde-frameworks/kdelibs4support/

2021-08-15 Thread Andreas Sturmlechner
commit: 51e558c9cf16e1bb284f6cca99945de07b7f0eaa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 14:57:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 14:57:42 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=51e558c9

kde-frameworks/kdelibs4support: Rebase no-kdesignerplugin.patch

Reported-by: jospezial  gmx.de>
Closes: https://bugs.gentoo.org/808465
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 82.0-unused-dep.patch => kdelibs4support-5.86.0-unused-dep.patch} | 2 +-
 kde-frameworks/kdelibs4support/kdelibs4support-.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.82.0-unused-dep.patch 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.86.0-unused-dep.patch
similarity index 98%
rename from 
kde-frameworks/kdelibs4support/files/kdelibs4support-5.82.0-unused-dep.patch
rename to 
kde-frameworks/kdelibs4support/files/kdelibs4support-5.86.0-unused-dep.patch
index e6a287ebda..8614a84902 100644
--- 
a/kde-frameworks/kdelibs4support/files/kdelibs4support-5.82.0-unused-dep.patch
+++ 
b/kde-frameworks/kdelibs4support/files/kdelibs4support-5.86.0-unused-dep.patch
@@ -17,7 +17,7 @@ index 2a432591..e503999d 100644
 @@ -20,7 +20,7 @@ include(GenerateExportHeader)
  include(CMakeFindFrameworks)
  
- set(REQUIRED_QT_VERSION 5.15.0)
+ set(REQUIRED_QT_VERSION 5.15.2)
 -find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport Designer)
 +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport)
  

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
index 62b97e97d2..c2207b179e 100644
--- a/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-.ebuild
@@ -78,8 +78,8 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}-5.80.0-no-kdesignerplugin.patch"
-   "${FILESDIR}/${PN}-5.82.0-unused-dep.patch"
+   "${FILESDIR}/${PN}-5.80.0-no-kdesignerplugin.patch" # bug 755956
+   "${FILESDIR}/${PN}-5.86.0-unused-dep.patch" # bug 755956
 )
 
 src_prepare() {



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

2021-08-15 Thread Craig Andrews
commit: d6ec6031d95502a16fa4699778287ef767a4d12d
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Aug 15 16:04:53 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Aug 15 16:05:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ec6031

net-misc/xmrig: 6.14.1 version bump

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

 net-misc/xmrig/Manifest|  1 +
 net-misc/xmrig/xmrig-6.14.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/net-misc/xmrig/Manifest b/net-misc/xmrig/Manifest
index 38ccce1ca02..8b3ffd06c8f 100644
--- a/net-misc/xmrig/Manifest
+++ b/net-misc/xmrig/Manifest
@@ -2,3 +2,4 @@ DIST xmrig-6.12.2.tar.gz 1628708 BLAKE2B 
4fca418c7e0d6df25c84609d657a050f7df6383
 DIST xmrig-6.13.0.tar.gz 1694984 BLAKE2B 
6449df3fe7a42c5caa9050d0e7ef8723cb36175d6e624dae04f0c7d68670a41f705e8676acb6a377c35d7d572ca6e42ae0833bbf8fcb84ebdefa7a50027b0151
 SHA512 
49e55aef9c316b14b5974f58c3083486f097c1d2bfec10b0e615efcfb642b0186f2de866b5b88eb9fe2ee0153dd3ff7749936d142825928c68e96595478b9dc8
 DIST xmrig-6.13.1.tar.gz 1695005 BLAKE2B 
8094a7f247d1b1f714a22fcdddcbede0d859f4883c6fcb1789ce134bdae31875da434679bdb141cd332a575ca0e4fa80b8ca96e603e8c381e9073c58394abe71
 SHA512 
f1a4e11f6e13bd275f2d867f1a4826cb244bdc9d157e590870ebc4dcd3cafc522bf7f46cfb4eb81e129fc3f9dbef59219288088c42e8f6b876ac16b5b6224323
 DIST xmrig-6.14.0.tar.gz 1698011 BLAKE2B 
62391c7dde6d3d4fbb4cb78e53c6f704fb277830257148a03fc059e0eebd6a2fc7ba723a1caafe0e3920b15c3abe7a35a774743fdd0d0a800879fdc666ebed45
 SHA512 
de1cc3543a690a65cb50e629114324e95d4769dc3610c6dde0fff937206df3949907f8a21a4e4533bee71958e6febbaf4a23c3092c1e67a763f4ffea11770591
+DIST xmrig-6.14.1.tar.gz 1698951 BLAKE2B 
99a0b3407aa0f0d835e04b407350c07f6e3adaf10e839217343aa56368d61665a2a83b75d4965c3573cb46018f20918c34cab295edd5c8398d0e7581e414976e
 SHA512 
11d877e6b96f224fe317f74e019cf5df22a267d1b89c3d8ee775a2e3508e4d2f276f7ce9de5cc09430f8a8f56183595166f75d10bd8a3598530daec3bffb7788

diff --git a/net-misc/xmrig/xmrig-6.14.1.ebuild 
b/net-misc/xmrig/xmrig-6.14.1.ebuild
new file mode 100644
index 000..454bae8f972
--- /dev/null
+++ b/net-misc/xmrig/xmrig-6.14.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake systemd
+
+DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner"
+HOMEPAGE="https://xmrig.com https://github.com/xmrig/xmrig";
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/xmrig/xmrig/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="Apache-2.0 GPL-3+ MIT"
+SLOT="0"
+IUSE="cpu_flags_x86_sse4_1 donate hwloc +ssl"
+
+DEPEND="
+   dev-libs/libuv:=
+   hwloc? ( sys-apps/hwloc:= )
+   ssl? ( dev-libs/openssl:= )
+"
+RDEPEND="
+   ${DEPEND}
+   !arm64? ( sys-apps/msr-tools )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.12.2-nonotls.patch
+   "${FILESDIR}"/${PN}-6.14.0-narrowing-conversion-arm64.patch
+)
+
+src_prepare() {
+   if ! use donate ; then
+   sed -i 's/1;/0;/g' src/donate.h || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_SSE4_1=$(usex cpu_flags_x86_sse4_1)
+   -DWITH_HWLOC=$(usex hwloc)
+   -DWITH_TLS=$(usex ssl)
+   -DWITH_OPENCL=OFF
+   -DWITH_CUDA=OFF
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   default
+   keepdir /etc/xmrig
+   systemd_dounit "${FILESDIR}"/xmrig.service
+   dobin "${BUILD_DIR}/xmrig"
+   dobin "${S}/scripts/enable_1gb_pages.sh"
+   dobin "${S}/scripts/randomx_boost.sh"
+}



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

2021-08-15 Thread David Seifert
commit: f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Aug 15 16:08:38 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 15 16:08:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3947ec1

app-office/abiword: simplify hideous REQUIRED_USE

Signed-off-by: David Seifert  gentoo.org>

 app-office/abiword/abiword-3.0.5.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-office/abiword/abiword-3.0.5.ebuild 
b/app-office/abiword/abiword-3.0.5.ebuild
index 66285130df9..2fb1d8199cd 100644
--- a/app-office/abiword/abiword-3.0.5.ebuild
+++ b/app-office/abiword/abiword-3.0.5.ebuild
@@ -16,7 +16,16 @@ SLOT="2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
 IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map 
math ots +plugins readline redland spell wordperfect wmf thesaurus"
 # You need 'plugins' enabled if want to enable the extra plugins
-REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline 
!thesaurus !wordperfect !wmf )"
+REQUIRED_USE="
+   collab? ( plugins )
+   grammar? ( plugins )
+   latex? ( plugins )
+   math? ( plugins )
+   ots? ( plugins )
+   readline? ( plugins )
+   thesaurus? ( plugins )
+   wordperfect? ( plugins )
+   wmf? ( plugins )"
 
 RDEPEND="
>=app-text/wv-1.2



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

2021-08-15 Thread Craig Andrews
commit: c55a29589fa959b62f979ccb296afe801958c964
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Aug 15 16:43:54 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Aug 15 16:44:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55a2958

net-misc/xmrig: remove upstream appied patch

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

 net-misc/xmrig/xmrig-6.14.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/xmrig/xmrig-6.14.1.ebuild 
b/net-misc/xmrig/xmrig-6.14.1.ebuild
index 454bae8f972..8ad79070a47 100644
--- a/net-misc/xmrig/xmrig-6.14.1.ebuild
+++ b/net-misc/xmrig/xmrig-6.14.1.ebuild
@@ -32,7 +32,6 @@ RDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-6.12.2-nonotls.patch
-   "${FILESDIR}"/${PN}-6.14.0-narrowing-conversion-arm64.patch
 )
 
 src_prepare() {



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

2021-08-15 Thread Andreas K. Hüttel
commit: 45717112f498884108f4e518f223b592a238d255
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 16:53:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 16:53:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45717112

package.mask: Mask dev-perl/POE-API-Peek for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1fb36aa8a0a..11274cc18b8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (2021-08-15)
+# Broken since Perl 5.22, bug 662318. Removal in 30 days.
+dev-perl/POE-API-Peek
+
 # Andreas K. Hüttel  (2021-08-15)
 # Broken-ish, upstream unmaintained, only one un-used revdep.
 # Removal in 30 days. Bug 623674.



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

2021-08-15 Thread Andreas K. Hüttel
commit: 5ff30bbfe826a3e8e39e2545fcd91017290fc5a9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 16:59:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 16:59:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff30bbf

dev-perl/Redis: Remove old

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

 dev-perl/Redis/Manifest |  1 -
 dev-perl/Redis/Redis-1.991.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/dev-perl/Redis/Manifest b/dev-perl/Redis/Manifest
index f96c8631108..d7f2a5fa6ca 100644
--- a/dev-perl/Redis/Manifest
+++ b/dev-perl/Redis/Manifest
@@ -1,2 +1 @@
-DIST Redis-1.991.tar.gz 47010 BLAKE2B 
cd8a0df3bd7781f55fda89bbb70564c5fe0640181f204e0503e1eef657cf4a6fc233677ff145fc903362782f25b17664df01d8768b01ee0a0eca03aa07242ccd
 SHA512 
28e4c5d4c4275a9949cc25f239c1f8bdd3371bd5f5772e72e6d4c063ce1cbfec77d429e6efcf3836a397d76eb9b7351ca98585ee5697f6bfbf359c200ace7819
 DIST Redis-1.998.tar.gz 59660 BLAKE2B 
a4716462f18eb40585932d8e759cbcf0577c5b1680c5efe88386bcb1aee62a3c73c075e01c622df6ce4b0b04ddd6f06677c2d616b5f9c483d43bd18d16e1d87a
 SHA512 
232f0e602f6165da426ff6ee6a531f81eea3491c0312dae2813bdb15ac34469f6621c7683d5bd6b2be0cdcc09edf3f1f19cc03c848d43d41e630fe1306f62268

diff --git a/dev-perl/Redis/Redis-1.991.0.ebuild 
b/dev-perl/Redis/Redis-1.991.0.ebuild
deleted file mode 100644
index aa2e5f2b8c1..000
--- a/dev-perl/Redis/Redis-1.991.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAMS
-DIST_VERSION=1.991
-inherit perl-module
-
-DESCRIPTION="Perl binding for Redis database"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/IO-Socket-Timeout-0.290.0
-   dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-Tiny-0.39.0
-   test? (
-   !minimal? (
-   dev-db/redis
-   )
-   virtual/perl-Digest-SHA
-   virtual/perl-File-Spec
-   virtual/perl-IO
-   dev-perl/IO-String
-   virtual/perl-IPC-Cmd
-   dev-perl/Test-Deep
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.980.0
-   dev-perl/Test-SharedFork
-   >=dev-perl/Test-TCP-1.190.0
-   )
-"
-
-DIST_TEST="do"
-
-src_test() {
-   local badfiles=(
-   "t/release-distmeta.t"
-   "t/release-pod-coverage.t"
-   )
-   if use minimal; then
-   einfo "Disabling Redis Server spawning tests (USE=minimal)"
-   badfiles+=(
-   t/01-basic.t
-   t/02-responses.t
-   t/03-pubsub.t
-   t/04-pipeline.t
-   t/05-nonblock.t
-   t/06-on-connect.t
-   t/07-reconnect.t
-   t/08-unix-socket.t
-   t/10-tie-list.t
-   t/11-timeout.t
-   t/20-tie-hash.t
-   t/30-scripts.t
-   t/42-client_cmds.t
-   t/44-no-unicode-bug.t
-   t/50-fork_safe.t
-   )
-   fi
-   perl_rm_files "${badfiles[@]}"
-   # 
https://github.com/PerlRedis/perl-redis/issues/127#issuecomment-354670681
-   export REDIS_DEBUG=1
-   perl-module_src_test
-}



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

2021-08-15 Thread Andreas K. Hüttel
commit: 8202df3cfedc5b41d04bb8e306f4a6abd03a18c2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 17:01:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 17:01:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8202df3c

dev-perl/GD: Remove old

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

 dev-perl/GD/GD-2.660.0.ebuild | 70 ---
 dev-perl/GD/Manifest  |  1 -
 2 files changed, 71 deletions(-)

diff --git a/dev-perl/GD/GD-2.660.0.ebuild b/dev-perl/GD/GD-2.660.0.ebuild
deleted file mode 100644
index 2fb7daf03e8..000
--- a/dev-perl/GD/GD-2.660.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RURBAN
-DIST_VERSION=2.66
-DIST_EXAMPLES=("demos/*")
-inherit perl-module
-
-DESCRIPTION="Interface to Thomas Boutell's gd library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="animgif fcgi gif jpeg png truetype xpm"
-
-RDEPEND="
-   >=media-libs/gd-2.2.3
-   png? (
-   media-libs/gd[png]
-   media-libs/libpng:0
-   sys-libs/zlib
-   )
-   jpeg? (
-   media-libs/gd[jpeg]
-   virtual/jpeg:0
-   )
-   truetype? (
-   media-libs/gd[truetype]
-   media-libs/freetype:2
-   )
-   xpm? (
-   media-libs/gd[xpm]
-   x11-libs/libXpm
-   )
-   fcgi? (
-   dev-libs/fcgi
-   )
-   gif? ( media-libs/giflib )
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-Constant-0.230.0
-   dev-perl/ExtUtils-PkgConfig
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-src_prepare() {
-   perl-module_src_prepare
-   sed -i "s/use Getopt::Long;/use Getopt::Long qw(:config 
pass_through);/" \
-   "${S}"/Makefile.PL || die
-}
-
-src_configure() {
-   local myconf
-   myconf="VERSION_33,GD_UNCLOSEDPOLY,GD_FTCIRCLE" # Per line 284 of 
Makefile.PL
-   use gif && use animgif && myconf+=",ANIMGIF"
-   use jpeg && myconf+=",JPEG"
-   use truetype && myconf+=",FT"
-   use png && myconf+=",PNG"
-   use xpm && myconf+=",XPM"
-   use gif && myconf+=",GIF"
-   myconf="-options '${myconf}'"
-   use fcgi && myconf+=" --fcgi"
-   perl-module_src_configure
-}
-
-src_test() {
-   perl_rm_files t/z_*.t
-   perl-module_src_test
-}

diff --git a/dev-perl/GD/Manifest b/dev-perl/GD/Manifest
index fd659bc3506..ebf4412eb6d 100644
--- a/dev-perl/GD/Manifest
+++ b/dev-perl/GD/Manifest
@@ -1,2 +1 @@
-DIST GD-2.66.tar.gz 253000 BLAKE2B 
1a1d5374c06fcb07849e504c8c5c6f00443890cfb728fd02b4c94838d754c2f04bbda80cfa8e2a7b08a3c07cbed32aa6a499468dfb044865f833b3486965d2b8
 SHA512 
37d3da70f4e0b89b0166488a1f8a48c508ff5e515653fe1b10602cb708ae0ce713c617dcae21c48ec795799fb0e061762696e6a65bb8ba359859223d15677c61
 DIST GD-2.73.tar.gz 261203 BLAKE2B 
088cb4d3c846d61e89631c7fef6b0273489297f0613e1ebb98c33b404a613431c79a5e72c2b757450496ef8d86aabe387b102a4c8d22d69532b8d8e989bac9bf
 SHA512 
0c360c86307c8a2484bd8e1fb4cf24e27f7976bcfd830d9070fdc3775d233845734c59796082d498276aa715f30c9452c492b0d5bd75e488c1e9c5fa76490709



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

2021-08-15 Thread Louis Sautier
commit: d4917fff31be4f3f9a584fdd0eeb8df98cfb878f
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Aug 15 16:52:49 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Aug 15 17:02:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4917fff

dev-python/dns-lexicon: add 3.7.0, enable py3.10 and tests

Also:
* This version no longer requires "future" (bug #768837).
* Advertise optional features on postinst.

Closes: https://bugs.gentoo.org/768837
Closes: https://bugs.gentoo.org/777465
Closes: https://bugs.gentoo.org/795549
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/dns-lexicon/Manifest |  1 +
 dev-python/dns-lexicon/dns-lexicon-3.7.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/dns-lexicon/Manifest b/dev-python/dns-lexicon/Manifest
index a2fdda2ecfd..8815c8e6421 100644
--- a/dev-python/dns-lexicon/Manifest
+++ b/dev-python/dns-lexicon/Manifest
@@ -1 +1,2 @@
 DIST dns-lexicon-3.3.4.tar.gz 147008 BLAKE2B 
14e0bbba48b8340ecb274c122363aef6490de539ea2c1ce7a4ba4ef19eaa69271ea22e28afd700dba0a1060b01211f8ac9a1081e21973f07abb9ca057638241c
 SHA512 
274a1a4ffd1d767623723b6e9aee1e9f07022f3985cbc15f75cc410f477e1dcb7a674fa847119bdccab7332d058f77ef85771bd7bcdadbe2dd9483415a365a6d
+DIST dns-lexicon-3.7.0.tar.gz 7826689 BLAKE2B 
920bfcd51642c12a0353dbc0ef8476c0def0c1fcf160757ce8ec47ce3516c1a2b203d2e07ef023b502b9a4e52d2fe91e9c0a73fa83337471e7669effc054a441
 SHA512 
aabfb2460bc2665b57552e6267846a0f2e508661dfdefbd22adca5833f32e8034198d1c3d5c33b2b89fb4a0cf0e9a84ec7d90426a6d8ba78acf2f2d0748c2d65

diff --git a/dev-python/dns-lexicon/dns-lexicon-3.7.0.ebuild 
b/dev-python/dns-lexicon/dns-lexicon-3.7.0.ebuild
new file mode 100644
index 000..72b25fc4130
--- /dev/null
+++ b/dev-python/dns-lexicon/dns-lexicon-3.7.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+HOMEPAGE="https://pypi.org/project/dns-lexicon/";
+SRC_URI="https://github.com/AnalogJ/lexicon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/lexicon-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/beautifulsoup[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/tldextract[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/boto3[${PYTHON_USEDEP}]
+   dev-python/zeep[${PYTHON_USEDEP}]
+   dev-python/vcrpy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Requires the "localzone" module
+   lexicon/tests/providers/test_localzone.py
+   # Requires the "softlayer" module
+   lexicon/tests/providers/test_softlayer.py
+   # Requires the "transip" module
+   lexicon/tests/providers/test_transip.py
+   # Requires the "oci" module
+   lexicon/tests/providers/test_oci.py
+   # Uses tldextract which needs Internet access to download its database
+   lexicon/tests/providers/test_auto.py
+)
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   optfeature_header \
+   "Install the following packages to enable support for 
additional DNS providers:"
+   optfeature Gransy dev-python/zeep
+   optfeature Route53 dev-python/boto3
+   optfeature DDNS dev-python/dnspython
+   fi
+}



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

2021-08-15 Thread Andreas K. Hüttel
commit: 715059c7b06b0927d1516c8d36cc22e8e264223c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 15 17:08:58 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 15 17:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715059c7

dev-perl/Bit-Vector: Simplify license info

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

 dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild 
b/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild
index 877fdb3b428..5c95728b245 100644
--- a/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild
+++ b/dev-perl/Bit-Vector/Bit-Vector-7.400.0-r2.ebuild
@@ -8,8 +8,10 @@ DIST_VERSION=7.4
 inherit perl-module
 
 DESCRIPTION="Efficient bit vector, set of integers and big int math library"
-# License note: upstream mess, bug #721222
-LICENSE="|| ( Artistic ( GPL-1 GPL-1+ ) ) LGPL-2 LGPL-2+"
+
+# License note: upstream mess, bug #721222, upstream is fine with "perl"
+# https://rt.cpan.org/Public/Bug/Display.html?id=132512
+
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 



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

2021-08-15 Thread Joonas Niilola
commit: 5a46709ce7feb5bc5f1b1a2374adf7982ea60f41
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Fri Aug 13 09:22:02 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 17:17:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a46709c

media-gfx/hydrus: Add 450

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Closes: https://github.com/gentoo/gentoo/pull/21977
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/hydrus/Manifest  |   1 +
 media-gfx/hydrus/hydrus-450.ebuild | 139 +
 2 files changed, 140 insertions(+)

diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
index 6250c8e88aa..a1e01bdef8c 100644
--- a/media-gfx/hydrus/Manifest
+++ b/media-gfx/hydrus/Manifest
@@ -1,3 +1,4 @@
 DIST hydrus-446.tar.gz 38830223 BLAKE2B 
5ab44f9cfbd15eb10144135eb4cc1d8493c20f2a931db4332a61aa186fddff96cb3a3b29eb2b210f070bb4be8210d552beb2578a7287a169a7364f02363e05f4
 SHA512 
bdbcd1177c3bf6ee85089e1a653587bae41c524bc2313bb5d481dee074c7da1c533a91957dc3b03d1c0b515e705809887e290ac71b866a51664f2a9a34bbfb6b
 DIST hydrus-447.tar.gz 38833157 BLAKE2B 
8d7cf37a1419ef40fa7816958a01421ecc335d2a8c975fcf16d3ea5dfbdb76d872e4e597bdbade28eff7727914de5de7fb6ffcc7ecc27a712410031efa8433fe
 SHA512 
85eaab40f192f2414be828545464811af2590b55e1a2fea7bbf64f27e4bb9a8b6c6c86cb25c1f7e9f48449173f079dcd749ea25ed22559bebb11adddce62da94
 DIST hydrus-448.tar.gz 38851906 BLAKE2B 
2b60174ffea3dd0c3816afef12378546582dfc39f80406534fa8b868c33052dc8497fa750ed724388467fd9ed4f1a7245b7ef91745750b9ede834a94e2da9638
 SHA512 
a16879dfd3417a784ca900b6cdab5fb4079d8ca4179224ac69e37321e165f35483d476b40994f2445c846998b2f154498da3cbd9c695a9d96b71f187e788b7b3
+DIST hydrus-450.tar.gz 38861101 BLAKE2B 
fd7993a4d9f82da43b4a6ae83426452b8bb79bcc32a9038ff129c4673c618b89db4a79301d06d2cc7c244053904cd201e88d496e05f7fcf723874e929275af08
 SHA512 
1c55a173863f7fee90288e1bc85203d12aaf812ab4afb506bc72c24d9b25dfea8ef1785043d801c2bea6302c65d4342ec2f58f47927fbb2d274ba433d29d8230

diff --git a/media-gfx/hydrus/hydrus-450.ebuild 
b/media-gfx/hydrus/hydrus-450.ebuild
new file mode 100644
index 000..d52bbf98e3b
--- /dev/null
+++ b/media-gfx/hydrus/hydrus-450.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit python-single-r1 desktop optfeature
+
+DESCRIPTION="A booru-like media organizer for the desktop"
+HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ 
https://github.com/hydrusnetwork/hydrus";
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git";
+else
+   SRC_URI="https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+# hydrus itself is WTFPL
+# icons included are CC-BY-2.5
+LICENSE="WTFPL-2 CC-BY-2.5"
+SLOT="0"
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+# RDEPEND is sorted as such:
+# - No specific requirements
+# - Specific version or slot
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/cloudscraper[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pyside2[widgets,gui,${PYTHON_USEDEP}]
+   dev-python/python-mpv[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/send2trash[${PYTHON_USEDEP}]
+   dev-python/service_identity[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/twisted[${PYTHON_USEDEP}]
+   media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}]
+   media-video/ffmpeg
+   media-video/mpv[libmpv,${PYTHON_USEDEP}]
+
+   >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   ${RDEPEND}
+   $(python_gen_cond_dep '
+   test? (
+   dev-python/httmock[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+   ')
+"
+
+PATCHES=(
+   "${FILESDIR}/userpath-in-local-share.patch"
+)
+
+src_prepare() {
+   default
+
+   # Contains pre-built binaries for other systems and a broken swf 
renderer for linux
+   rm -r bin/ || die
+   # Build files used for CI, not actually needed
+

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

2021-08-15 Thread Joonas Niilola
commit: c4a54de94bed5609af882fce2d37589c64adc8d5
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Fri Aug 13 09:21:43 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 17:17:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a54de9

media-gfx/hydrus: Drop 445

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/hydrus/Manifest  |   1 -
 media-gfx/hydrus/hydrus-445.ebuild | 139 -
 2 files changed, 140 deletions(-)

diff --git a/media-gfx/hydrus/Manifest b/media-gfx/hydrus/Manifest
index b47eff0591d..6250c8e88aa 100644
--- a/media-gfx/hydrus/Manifest
+++ b/media-gfx/hydrus/Manifest
@@ -1,4 +1,3 @@
-DIST hydrus-445.tar.gz 38823389 BLAKE2B 
3cd07a3e30e60bd8507fd58c027e5c5a96745163bd5982198448a65b957ff8f4308c9bc0ee73b883fa275689c900dff07f497634c07f4b2f7fe579e1e3d6f378
 SHA512 
6735468bd531786fef9a861a81ee1e34595c362450027a0c011593465ed77dc85a304a314dcb7031e30b2e90548b2497bb4f01932dc1f04e814b7dd5ae70617c
 DIST hydrus-446.tar.gz 38830223 BLAKE2B 
5ab44f9cfbd15eb10144135eb4cc1d8493c20f2a931db4332a61aa186fddff96cb3a3b29eb2b210f070bb4be8210d552beb2578a7287a169a7364f02363e05f4
 SHA512 
bdbcd1177c3bf6ee85089e1a653587bae41c524bc2313bb5d481dee074c7da1c533a91957dc3b03d1c0b515e705809887e290ac71b866a51664f2a9a34bbfb6b
 DIST hydrus-447.tar.gz 38833157 BLAKE2B 
8d7cf37a1419ef40fa7816958a01421ecc335d2a8c975fcf16d3ea5dfbdb76d872e4e597bdbade28eff7727914de5de7fb6ffcc7ecc27a712410031efa8433fe
 SHA512 
85eaab40f192f2414be828545464811af2590b55e1a2fea7bbf64f27e4bb9a8b6c6c86cb25c1f7e9f48449173f079dcd749ea25ed22559bebb11adddce62da94
 DIST hydrus-448.tar.gz 38851906 BLAKE2B 
2b60174ffea3dd0c3816afef12378546582dfc39f80406534fa8b868c33052dc8497fa750ed724388467fd9ed4f1a7245b7ef91745750b9ede834a94e2da9638
 SHA512 
a16879dfd3417a784ca900b6cdab5fb4079d8ca4179224ac69e37321e165f35483d476b40994f2445c846998b2f154498da3cbd9c695a9d96b71f187e788b7b3

diff --git a/media-gfx/hydrus/hydrus-445.ebuild 
b/media-gfx/hydrus/hydrus-445.ebuild
deleted file mode 100644
index d52bbf98e3b..000
--- a/media-gfx/hydrus/hydrus-445.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-single-r1 desktop optfeature
-
-DESCRIPTION="A booru-like media organizer for the desktop"
-HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ 
https://github.com/hydrusnetwork/hydrus";
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git";
-else
-   SRC_URI="https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-   KEYWORDS="~amd64"
-fi
-
-# hydrus itself is WTFPL
-# icons included are CC-BY-2.5
-LICENSE="WTFPL-2 CC-BY-2.5"
-SLOT="0"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-# RDEPEND is sorted as such:
-# - No specific requirements
-# - Specific version or slot
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/cloudscraper[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/pyside2[widgets,gui,${PYTHON_USEDEP}]
-   dev-python/python-mpv[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/send2trash[${PYTHON_USEDEP}]
-   dev-python/service_identity[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/twisted[${PYTHON_USEDEP}]
-   media-libs/opencv[python,png,jpeg,${PYTHON_USEDEP}]
-   media-video/ffmpeg
-   media-video/mpv[libmpv,${PYTHON_USEDEP}]
-
-   >=dev-python/QtPy-1.9.0-r4[pyside2,${PYTHON_USEDEP}]
-   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
-   ')
-"
-BDEPEND="
-   ${RDEPEND}
-   $(python_gen_cond_dep '
-   test? (
-   dev-python/httmock[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-   ')
-"
-
-PATCHES=(
-   "${FILESDIR}/userpath-in-local-share.patch"
-)
-
-src_prepare() {
-   default
-
-   # Contains pre-built binaries for other systems and a broken swf 
renderer for linux
-   rm -r bin/ || die
-   # Build files used for CI, not actually needed
-   rm -r static/build_files || die
-   #

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

2021-08-15 Thread Arthur Zamarin
commit: 00fc4bdc814c887e724b434a1f01a15a814575be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:29:37 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:31:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fc4bdc

dev-python/jc: enable tests

Closes: https://bugs.gentoo.org/790707
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/jc-1.16.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild
index 7c7bc7a63e0..f1821811b60 100644
--- a/dev-python/jc/jc-1.16.0.ebuild
+++ b/dev-python/jc/jc-1.16.0.ebuild
@@ -19,6 +19,8 @@ RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]"
 
+distutils_enable_tests unittest
+
 python_prepare_all() {
sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
distutils-r1_python_prepare_all



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

2021-08-15 Thread Arthur Zamarin
commit: 6486ebc65badf1d116086b50724215179a0a17a3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:32:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6486ebc6

dev-python/jc: drop 1.15.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 -
 dev-python/jc/jc-1.15.3.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 42e0809b101..986eb7a3c4a 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1,2 +1 @@
-DIST jc-1.15.3.tar.gz 131810 BLAKE2B 
885e4910c1186dd9b8e42a2b06eeb954e777c5e6bc07575a3f5005ed575defbe1b9c21a34ba8ddb34812b60b139a41b3f79d74501e83ba38437a55746eaa36cc
 SHA512 
f077253007185e34a9654551661b84625d312a0da3d7382ab30d6fb25c5d4d35cc021e6989937d1ab9b6826df7bd65654c4cb6b0a4f669c2abfc3350d3298f74
 DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b

diff --git a/dev-python/jc/jc-1.15.3.ebuild b/dev-python/jc/jc-1.15.3.ebuild
deleted file mode 100644
index ffbe0940861..000
--- a/dev-python/jc/jc-1.15.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
-HOMEPAGE="https://github.com/kellyjonbrazil/jc/tags";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
-   distutils-r1_python_prepare_all
-}



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

2021-08-15 Thread Arthur Zamarin
commit: 75d2ddb335441fd77cfc2d52b1eb9a3c1adc66cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:31:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d2ddb3

dev-python/jc: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/jc/metadata.xml b/dev-python/jc/metadata.xml
index b45cd3d0641..9009e08856f 100644
--- a/dev-python/jc/metadata.xml
+++ b/dev-python/jc/metadata.xml
@@ -5,6 +5,7 @@
zmed...@gentoo.org
Zac Medico

+   

kellyjonbrazil/jc
jc



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

2021-08-15 Thread Arthur Zamarin
commit: 4fbc4831e3cd87342ee327a6c1c5c81678db3177
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:24:45 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:30:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbc4831

dev-python/jc: add 1.16.0, enable py3.10, EAPI=8

Bug: https://bugs.gentoo.org/790707
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.16.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index d8eaec29070..42e0809b101 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -1 +1,2 @@
 DIST jc-1.15.3.tar.gz 131810 BLAKE2B 
885e4910c1186dd9b8e42a2b06eeb954e777c5e6bc07575a3f5005ed575defbe1b9c21a34ba8ddb34812b60b139a41b3f79d74501e83ba38437a55746eaa36cc
 SHA512 
f077253007185e34a9654551661b84625d312a0da3d7382ab30d6fb25c5d4d35cc021e6989937d1ab9b6826df7bd65654c4cb6b0a4f669c2abfc3350d3298f74
+DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496193b359590322cab0f63582d14e0d27aacdd4f87e179cff1b0ffe0efc5bfc1982e64a7d053cf6210c2ed2a
 SHA512 
a75c411d3f961061262b577e7a6611759f01df508e7d12e09cb364736dca343a098f9cbe4b2552ab2bd56fed925e7c11ba1f954808a11453380ba0ba0c32130b

diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild
new file mode 100644
index 000..7c7bc7a63e0
--- /dev/null
+++ b/dev-python/jc/jc-1.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc/tags";
+SRC_URI="https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py 
|| die
+   distutils-r1_python_prepare_all
+}



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

2021-08-15 Thread William Hubbs
commit: d031f736e25048ae32d011184cc336dd15c2fa2b
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 15 17:37:41 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 15 17:38:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d031f736

dev-util/meson: 0.58.2 bump

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

 dev-util/meson/Manifest|   1 +
 dev-util/meson/meson-0.58.2.ebuild | 101 +
 2 files changed, 102 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index cbe47bf22dc..ac126c8350c 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,2 +1,3 @@
 DIST meson-0.57.2.tar.gz 1853721 BLAKE2B 
9c167a21745719589a165e7ffc31007bd6307b347027f390fd660b2f44b5a2e6d8f36e999e15fa4b28ae269ddb0bb3897e0297288c59b62cc493aad058126293
 SHA512 
a3b0bf3d5e1d1b7ac7c97313f43046c94aa2a6b21964958569c89764dfda08db166adb89d48cbfad735bd472114587a71089d5e8b4f0fce04c3289da21b3f40e
 DIST meson-0.58.1.tar.gz 1896205 BLAKE2B 
d42e04b262c6715ba2776f64d2e616016381303b07e609c804becf72db2ebd8ef08030c969f43813b2072552cb76974b2ed84f2da6d6c809ad612169d580395c
 SHA512 
64ac1a9bcc642fb6d37c4b677d8b7db16d821f852f927a980d3fb1c149d680b7ff2c8d03676c6772666d46a33b6ce8674220433d302fcd92d13d9818558d6453
+DIST meson-0.58.2.tar.gz 1899464 BLAKE2B 
48c4c0cec2cb1c55e51cd56e08461ad7d95211d83bb60085f32493cb8d53cfeb00234fa1ab62ba8fbf3baf726231c7e9b098a0630281fda63402a860337528e0
 SHA512 
31496da729ede0813d5b6cfcc891e8376108252ee8a8148d23e8a4c2a4109b9b0dbc7e9e59acd954fb7de38ceb35f05c3a916eb6d4e106656d9ea8e7536ac4b1

diff --git a/dev-util/meson/meson-0.58.2.ebuild 
b/dev-util/meson/meson-0.58.2.ebuild
new file mode 100644
index 000..e2a175666ca
--- /dev/null
+++ b/dev-util/meson/meson-0.58.2.ebuild
@@ -0,0 +1,101 @@
+# Copyright 2016-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+inherit distutils-r1 toolchain-funcs
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="https://mesonbuild.com/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? (
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   dev-util/ninja
+   dev-vcs/git
+   sys-libs/zlib[static-libs(+)]
+   virtual/pkgconfig
+   )
+"
+
+python_prepare_all() {
+   local disable_unittests=(
+   # ASAN and sandbox both want control over LD_PRELOAD
+   # https://bugs.gentoo.org/673016
+   -e 's/test_generate_gir_with_address_sanitizer/_&/'
+
+   # ASAN is unsupported on some targets
+   # https://bugs.gentoo.org/692822
+   -e 's/test_pch_with_address_sanitizer/_&/'
+
+   # https://github.com/mesonbuild/meson/issues/7203
+   -e 's/test_templates/_&/'
+
+   # Broken due to python2 wrapper
+   -e 's/test_python_module/_&/'
+   )
+
+   sed -i "${disable_unittests[@]}" run_unittests.py || die
+
+   # Broken due to python2 script created by python_wrapper_setup
+   rm -r "test cases/frameworks/1 boost" || die
+
+   distutils-r1_python_prepare_all
+}
+
+src_test() {
+   tc-export PKG_CONFIG
+   if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
+   ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
+   else
+   # https://bugs.gentoo.org/687792
+   unset PKG_CONFIG
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   (
+   # test_meson_installed
+   unset PYTHONDONTWRITEBYTECODE
+
+   # test_cross_file_system_paths
+   unset XDG_DATA_HOME
+
+   # 'test cases/unit/73 summary' expects 80 columns
+   export COLUMNS=80
+
+   # If JAVA_HOME is not set, meson looks for javac in PATH.
+   # If javac is in /usr/bin, meson assumes /usr/include is a valid
+   # JDK include path. Setting JAVA_HOME works around this broken
+   # autodection. If no JDK is installed, we should end up with an 
empty
+   # value in JAVA_HOME, and the tests should get skipped.
+   export JAVA_HOME=$(java-config -O 2>/dev/null)
+
+   ${EPYTHON} -u run_tests.py
+   ) || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all(

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

2021-08-15 Thread Jory Pratt
commit: 3aa62e93d81d7b87dba5275a233e752e3223bf44
Author: Jory Pratt  gentoo  org>
AuthorDate: Sun Aug 15 17:46:04 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Aug 15 17:46:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa62e93

sys-kernel/zen-sources: version bump, add ~arm64 keyword

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

 sys-kernel/zen-sources/Manifest | 2 +-
 .../{zen-sources-5.13.4.ebuild => zen-sources-5.13.10.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/zen-sources/Manifest b/sys-kernel/zen-sources/Manifest
index b782488cba2..04c73761c72 100644
--- a/sys-kernel/zen-sources/Manifest
+++ b/sys-kernel/zen-sources/Manifest
@@ -1,4 +1,4 @@
 DIST genpatches-5.13-1.base.tar.xz 3840 BLAKE2B 
5843b75d53225fb5f3ad278a69884c70d3eda165faeec7895dac661d035324c69fb32ec4ca729a025bc8e73b81a17f085f60294b621a646dcdf8bb389fc37e41
 SHA512 
62f49080e44895da1ecf0dd4d88dbcf3fc1f6b227c09aebf7b4acd407655e0a7627cfaf870b26ec5ab508ab2e9ce36e86ca92bceb19566c8e4a2c509a7c459af
 DIST genpatches-5.13-1.extras.tar.xz 3412 BLAKE2B 
a93dc7964a3b26817e6a561b314e93958d887a08a519a8a8b1bf2e4bb78790ed03a217a54cb6d9b2af6f7a2f4e78f8a0fbebe2aac0c34c1c9b0ed884db37
 SHA512 
f4470e1f4d72ef0d54b6b0bd6c427f722ffac8de9e8b0a29b69e032ce71d9c18ae447fa855bf4e9e45cd2084f0b7837d0514aebfd18f6a04a7a88a191e966435
 DIST linux-5.13.tar.xz 119297284 BLAKE2B 
9c4c12e2394dec064adff51f7ccdf389192eb27ba7906db5eda543afe3d04afca6b9ea0848a057571bf2534eeb98e1e3a67734deff82c0d3731be205ad995668
 SHA512 
a8edf97e9d38a49f1be2bde1e29ad96274bb2c6f7e8a2bebaa1161dd4df9cabcbaec4ff644c45bee94f86ae47725087d6deed0cd954209cec717621d137db85e
-DIST v5.13.4-zen1.patch.xz 537020 BLAKE2B 
06a90ab8444c773b2d55d0d7de2b05d8f927b04cc27bd454ff5b3c8c64a5e09f861c269b239cb9e68ebad7865ad5d12bb2541363dec607cd96009be6ce7610d8
 SHA512 
640a0012b002fa5558d7ccee487e265114e692e61e731eb735521845319797e6c358bba72270f3a264009ff37bf08061e4207fc45c308e60521c5b1b743b8b4d
+DIST v5.13.10-zen1.patch.xz 881200 BLAKE2B 
f30aca841555010095ee02b33d875dc54ab3650d916606bd1467c5dbbc571e08f34a0aa913e52771140b3760ec4cb504d3440ad92b8be5b7a7e88ebb65dafe8b
 SHA512 
be0154cfb833a829c7d35f1bc6ed12d8a0ea324824bf8653045a2965597cba4202e911f3914f7200290dd7f254ef068ba15ce975edc0357ad2c3988a8e65faf5

diff --git a/sys-kernel/zen-sources/zen-sources-5.13.4.ebuild 
b/sys-kernel/zen-sources/zen-sources-5.13.10.ebuild
similarity index 97%
rename from sys-kernel/zen-sources/zen-sources-5.13.4.ebuild
rename to sys-kernel/zen-sources/zen-sources-5.13.10.ebuild
index ef149d6a6a9..63f961411fe 100644
--- a/sys-kernel/zen-sources/zen-sources-5.13.4.ebuild
+++ b/sys-kernel/zen-sources/zen-sources-5.13.10.ebuild
@@ -12,7 +12,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 HOMEPAGE="https://github.com/zen-kernel";
 IUSE=""
 



[gentoo-commits] proj/elections:master commit in: security-202108/

2021-08-15 Thread Robin H. Johnson
commit: 0d643fb4a99d77fb081fb97b7cd21c66542f5b92
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Aug 15 17:49:12 2021 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Aug 15 17:49:12 2021 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=0d643fb4

set up security-202108 lead election

Signed-off-by: Robin H. Johnson  gentoo.org>

 security-202108/Votify.pm | 1 +
 security-202108/ballot-security-202108| 2 ++
 security-202108/election-details  | 6 ++
 security-202108/officials-security-202108 | 2 ++
 security-202108/start-security-202108 | 1 +
 security-202108/stop-security-202108  | 1 +
 security-202108/voters-security-202108| 6 ++
 7 files changed, 19 insertions(+)

diff --git a/security-202108/Votify.pm b/security-202108/Votify.pm
new file mode 12
index 000..a6f4461
--- /dev/null
+++ b/security-202108/Votify.pm
@@ -0,0 +1 @@
+../Votify.pm
\ No newline at end of file

diff --git a/security-202108/ballot-security-202108 
b/security-202108/ballot-security-202108
new file mode 100644
index 000..7220b18
--- /dev/null
+++ b/security-202108/ballot-security-202108
@@ -0,0 +1,2 @@
+bman
+whissi

diff --git a/security-202108/election-details b/security-202108/election-details
new file mode 100644
index 000..3c12abb
--- /dev/null
+++ b/security-202108/election-details
@@ -0,0 +1,6 @@
+name: security-202108
+startDate: 2021-08-15 00:00:00 UTC
+endDate: 2021-08-23 00:00:00 UTC
+officials: robbat2, ulm
+voters: 
https://projects.gentoo.org/elections/security/2021/voters-security-202108.txt
+ballot: 
https://projects.gentoo.org/elections/security/2021/ballot-security-202108.txt

diff --git a/security-202108/officials-security-202108 
b/security-202108/officials-security-202108
new file mode 100644
index 000..45d00b4
--- /dev/null
+++ b/security-202108/officials-security-202108
@@ -0,0 +1,2 @@
+robbat2
+ulm

diff --git a/security-202108/start-security-202108 
b/security-202108/start-security-202108
new file mode 100644
index 000..d3e9a90
--- /dev/null
+++ b/security-202108/start-security-202108
@@ -0,0 +1 @@
+1628985600

diff --git a/security-202108/stop-security-202108 
b/security-202108/stop-security-202108
new file mode 100644
index 000..0fba3af
--- /dev/null
+++ b/security-202108/stop-security-202108
@@ -0,0 +1 @@
+1629676800

diff --git a/security-202108/voters-security-202108 
b/security-202108/voters-security-202108
new file mode 100644
index 000..240be33
--- /dev/null
+++ b/security-202108/voters-security-202108
@@ -0,0 +1,6 @@
+ajak
+bman
+sam
+zx2c4
+whissi
+zlogene



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

2021-08-15 Thread Arthur Zamarin
commit: bbb6b06345cccae7b1f40cce2b1641246f639d5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 15 17:49:18 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 15 17:49:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb6b063

dev-libs/leveldb: update HOMEPAGE

Closes: https://bugs.gentoo.org/691182
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild 
b/dev-libs/leveldb/leveldb-1.20.ebuild
index 3c793554cea..fbf7e9603ed 100644
--- a/dev-libs/leveldb/leveldb-1.20.ebuild
+++ b/dev-libs/leveldb/leveldb-1.20.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit multilib toolchain-funcs
 
 DESCRIPTION="a fast key-value storage library written at Google"
-HOMEPAGE="http://leveldb.org/ https://github.com/google/leveldb";
+HOMEPAGE="https://github.com/google/leveldb";
 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"



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

2021-08-15 Thread Joonas Niilola
commit: 5d3d7143d1a405afdab1688fc5404074033e1769
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 15 18:23:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 18:23:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3d7143

app-misc/rdfind: remove automake requirement from 1.5.0

 - I mixed upstreams while reviewing PRs, and asked for this bogus
   to be added,
 - add subslot binder to dev-libs/nettle dep.

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

 app-misc/rdfind/rdfind-1.5.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-misc/rdfind/rdfind-1.5.0.ebuild 
b/app-misc/rdfind/rdfind-1.5.0.ebuild
index c2159399232..4754863e9be 100644
--- a/app-misc/rdfind/rdfind-1.5.0.ebuild
+++ b/app-misc/rdfind/rdfind-1.5.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-WANT_AUTOMAKE=1.15
 inherit autotools
 
 DESCRIPTION="Find duplicate files based on their content"
@@ -15,7 +14,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-libs/nettle"
+RDEPEND="dev-libs/nettle:="
 DEPEND="${RDEPEND}"
 BDEPEND="sys-devel/autoconf-archive"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/rdfind/files/, app-misc/rdfind/

2021-08-15 Thread Joonas Niilola
commit: dcede737cc58c399f6d479863d58cb8dcefaf2de
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Fri Aug 13 21:16:17 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 15 18:23:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcede737

app-misc/rdfind: Version bump 1.5.0.

Patch suggested upstream: .

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/21983
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/rdfind/Manifest   |  1 +
 .../files/rdfind-1.5.0_include-limits-header.patch | 25 
 app-misc/rdfind/rdfind-1.5.0.ebuild| 27 ++
 3 files changed, 53 insertions(+)

diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest
index 6b722569fab..7351f40829f 100644
--- a/app-misc/rdfind/Manifest
+++ b/app-misc/rdfind/Manifest
@@ -1 +1,2 @@
 DIST rdfind-1.4.1.tar.gz 53708 BLAKE2B 
18778fa65f9c5fda18a59e4021b6346bc5722c19a3796f2b4a85e5c8d919c5f8beeeb8fed572fcce0016e2939568f5e3dc3d3e567178a54ad9ac4e89a1ea77ff
 SHA512 
00d34f46e8534074577a0cd32f71dd8da0b9a7c9a175a612a4a858693ca679de3b77fca1796b543ead796c806a693e97611c0a9fdc743229d317136b32ce89dc
+DIST rdfind-1.5.0.tar.gz 55200 BLAKE2B 
ad031acba85b6dead8ec3cfb2dfeb13bce424ee3b70dabc2b1ecaf0bcab8ae64c33ce1df22a54b430876d95ff59a58a2c3dc86d93f551ca8dc069488d3319e6d
 SHA512 
007e54c90a74a20913ce8af6e6ecc90414c503260d88afa5a98525d43a7b6445762210c6a957beacdc99ff3dab95adb4100a2553454d177c0cfa3cbbc937f495

diff --git a/app-misc/rdfind/files/rdfind-1.5.0_include-limits-header.patch 
b/app-misc/rdfind/files/rdfind-1.5.0_include-limits-header.patch
new file mode 100644
index 000..98eaa482d7d
--- /dev/null
+++ b/app-misc/rdfind/files/rdfind-1.5.0_include-limits-header.patch
@@ -0,0 +1,25 @@
+From 054eda51711cb2623bad022db613381fa8c183d0 Mon Sep 17 00:00:00 2001
+From: tastytea 
+Date: Sun, 15 Aug 2021 16:50:44 +0200
+Subject: [PATCH] Include limits header.
+
+Needed for std::numeric_limits.
+---
+ rdfind.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/rdfind.cc b/rdfind.cc
+index fbd6cb8..64dd8f6 100644
+--- a/rdfind.cc
 b/rdfind.cc
+@@ -9,6 +9,7 @@
+ // std
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 
+-- 
+2.31.1
+

diff --git a/app-misc/rdfind/rdfind-1.5.0.ebuild 
b/app-misc/rdfind/rdfind-1.5.0.ebuild
new file mode 100644
index 000..c2159399232
--- /dev/null
+++ b/app-misc/rdfind/rdfind-1.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WANT_AUTOMAKE=1.15
+inherit autotools
+
+DESCRIPTION="Find duplicate files based on their content"
+HOMEPAGE="https://github.com/pauldreik/rdfind";
+SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-releases-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-libs/nettle"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/autoconf-archive"
+
+PATCHES=( "${FILESDIR}/${PN}-1.5.0_include-limits-header.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/

2021-08-15 Thread Ionen Wolkens
commit: 89cb333528789d7b72da5c3418fccaab5ccd6057
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 15 18:44:30 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 15 18:48:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cb3335

app-portage/iwdevtools: initial import, live-only for now

Adding early due to demand and for testing, a release and
its addition is planned soon'ish.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-portage/iwdevtools/iwdevtools-.ebuild | 24 
 app-portage/iwdevtools/metadata.xml   | 12 
 2 files changed, 36 insertions(+)

diff --git a/app-portage/iwdevtools/iwdevtools-.ebuild 
b/app-portage/iwdevtools/iwdevtools-.ebuild
new file mode 100644
index 000..773d09d876b
--- /dev/null
+++ b/app-portage/iwdevtools/iwdevtools-.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 meson
+
+DESCRIPTION="Small tools to aid with Gentoo development, primarily intended 
for QA"
+HOMEPAGE="https://github.com/ionenwks/iwdevtools";
+EGIT_REPO_URI="https://github.com/ionenwks/iwdevtools.git";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+   app-portage/portage-utils
+   sys-apps/diffutils
+   sys-apps/portage
+   sys-apps/util-linux"
+
+src_configure() {
+   meson_src_configure -Ddocdir=${PF}
+}

diff --git a/app-portage/iwdevtools/metadata.xml 
b/app-portage/iwdevtools/metadata.xml
new file mode 100644
index 000..e0de5480009
--- /dev/null
+++ b/app-portage/iwdevtools/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   io...@gentoo.org
+   Ionen Wolkens
+   
+   
+   
+   ionenwks/iwdevtools
+   
+



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/, kde-frameworks/plasma/files/

2021-08-15 Thread Andreas Sturmlechner
commit: 19f8c459f7a27534e261a378ca4828b0e6e1ab03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 18:18:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 18:56:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f8c459

kde-frameworks/plasma: Fix Plasma (non-Qt) icon scaling

...with integer scale factors.

See also:
https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/320

Upstream commit 837bb6975f6a0661d211107823b7587808fc3d4e

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

 0-fix-plasma-scaling-w-int-scale-factors.patch | 44 ++
 ...lasma-5.85.0.ebuild => plasma-5.85.0-r1.ebuild} |  2 +
 2 files changed, 46 insertions(+)

diff --git 
a/kde-frameworks/plasma/files/plasma-5.85.0-fix-plasma-scaling-w-int-scale-factors.patch
 
b/kde-frameworks/plasma/files/plasma-5.85.0-fix-plasma-scaling-w-int-scale-factors.patch
new file mode 100644
index 000..9c0e9046496
--- /dev/null
+++ 
b/kde-frameworks/plasma/files/plasma-5.85.0-fix-plasma-scaling-w-int-scale-factors.patch
@@ -0,0 +1,44 @@
+From 837bb6975f6a0661d211107823b7587808fc3d4e Mon Sep 17 00:00:00 2001
+From: Nate Graham 
+Date: Sun, 15 Aug 2021 09:33:10 -0600
+Subject: [PATCH] Fix Plasma (non-Qt) icon scaling with integer scale factors
+
+An embarrassing error in 4edb830f53aac4833ece024df59441029b01fde6
+caused the function which returns an appropriate scale factor for icons
+to both take and return integer values rather than floating point
+values, preventing it from working properly with any scale factor other
+than an integer scale factor (e.g. 200%). This commit fixes that issue.
+---
+ src/declarativeimports/core/units.cpp | 2 +-
+ src/declarativeimports/core/units.h   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/declarativeimports/core/units.cpp 
b/src/declarativeimports/core/units.cpp
+index 6788ed952..fbcc6d888 100644
+--- a/src/declarativeimports/core/units.cpp
 b/src/declarativeimports/core/units.cpp
+@@ -174,7 +174,7 @@ int Units::roundToIconSize(int size)
+ }
+ }
+ 
+-int Units::bestIconScaleForDevicePixelRatio(const int ratio)
++qreal Units::bestIconScaleForDevicePixelRatio(const qreal ratio)
+ {
+ if (ratio < 1.5) {
+ return 1;
+diff --git a/src/declarativeimports/core/units.h 
b/src/declarativeimports/core/units.h
+index c19cf0dd8..855738e7d 100644
+--- a/src/declarativeimports/core/units.h
 b/src/declarativeimports/core/units.h
+@@ -271,7 +271,7 @@ private:
+  * Note that this function is only relevant when using Plasma scaling and
+  * when using Qt scaling, it always returns 1.
+  */
+-static int bestIconScaleForDevicePixelRatio(const int ratio);
++static qreal bestIconScaleForDevicePixelRatio(const qreal ratio);
+ 
+ /**
+  * @return The dpi-adjusted size for a given icon size
+-- 
+GitLab
+

diff --git a/kde-frameworks/plasma/plasma-5.85.0.ebuild 
b/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild
similarity index 96%
rename from kde-frameworks/plasma/plasma-5.85.0.ebuild
rename to kde-frameworks/plasma/plasma-5.85.0-r1.ebuild
index 48d5e24d902..92d12a32c09 100644
--- a/kde-frameworks/plasma/plasma-5.85.0.ebuild
+++ b/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild
@@ -61,6 +61,8 @@ DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
 "
 
+PATCHES=( "${FILESDIR}"/${P}-fix-plasma-scaling-w-int-scale-factors.patch )
+
 src_configure() {
local mycmakeargs=(
$(cmake_use_find_package !gles2-only OpenGL)



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/, kde-frameworks/plasma/files/

2021-08-15 Thread Andreas Sturmlechner
commit: 3f84f6af2f02d2e5d2f5031e1cf87441a1ff7b35
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 18:23:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 18:56:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f84f6af

kde-frameworks/plasma: Fix pinned calendar showing wrong no. of dots

Upstream commit 19fe24ef9377178413438d7749630053995af229

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=440627
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-5.85.0-fix-pinned-calendar-dots.patch   | 37 ++
 kde-frameworks/plasma/plasma-5.85.0-r1.ebuild  |  5 ++-
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git 
a/kde-frameworks/plasma/files/plasma-5.85.0-fix-pinned-calendar-dots.patch 
b/kde-frameworks/plasma/files/plasma-5.85.0-fix-pinned-calendar-dots.patch
new file mode 100644
index 000..0342024ca89
--- /dev/null
+++ b/kde-frameworks/plasma/files/plasma-5.85.0-fix-pinned-calendar-dots.patch
@@ -0,0 +1,37 @@
+From 19fe24ef9377178413438d7749630053995af229 Mon Sep 17 00:00:00 2001
+From: Eugene Popov 
+Date: Mon, 9 Aug 2021 15:56:02 +
+Subject: [PATCH] [Calendar] Fix pinned calendar displaying the wrong number of
+ dots
+
+Use assignment instead of binding for the rootIndex property of the 
DelegateModel.
+
+BUG: 440627
+FIXED-IN: 5.86
+---
+ src/declarativeimports/calendar/qml/DayDelegate.qml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/declarativeimports/calendar/qml/DayDelegate.qml 
b/src/declarativeimports/calendar/qml/DayDelegate.qml
+index af31991db..3f7fc681b 100644
+--- a/src/declarativeimports/calendar/qml/DayDelegate.qml
 b/src/declarativeimports/calendar/qml/DayDelegate.qml
+@@ -81,13 +81,14 @@ PlasmaComponents3.AbstractButton {
+ Repeater {
+ model: DelegateModel {
+ model: dayStyle.dayModel
+-rootIndex: modelIndex(index)
+ delegate: Rectangle {
+ width: PlasmaCore.Units.smallSpacing * 1.5
+ height: width
+ radius: width / 2
+ color: model.eventColor ? 
Kirigami.ColorUtils.linearInterpolation(model.eventColor, 
PlasmaCore.Theme.textColor, 0.2) : PlasmaCore.Theme.highlightColor
+ }
++
++Component.onCompleted: rootIndex = modelIndex(index)
+ }
+ }
+ }
+-- 
+GitLab
+

diff --git a/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild 
b/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild
index 92d12a32c09..2051388092d 100644
--- a/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild
+++ b/kde-frameworks/plasma/plasma-5.85.0-r1.ebuild
@@ -61,7 +61,10 @@ DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
 "
 
-PATCHES=( "${FILESDIR}"/${P}-fix-plasma-scaling-w-int-scale-factors.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-plasma-scaling-w-int-scale-factors.patch
+   "${FILESDIR}"/${P}-fix-pinned-calendar-dots.patch # KDE-bug 440627
+)
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/, kde-frameworks/kio/files/

2021-08-15 Thread Andreas Sturmlechner
commit: 594dab88cb7f143f75df356cde47f6022e8e1ee2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 18:28:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 18:56:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594dab88

kde-frameworks/kio: KDirOperator: exp. to url only in detail treeview

Upstream commit 51737430fcd963a04a4eddbb166114ae25430814

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=440475
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...erator-exp-to-url-only-in-detail-treeview.patch | 54 ++
 .../{kio-5.85.0.ebuild => kio-5.85.0-r1.ebuild}|  4 ++
 2 files changed, 58 insertions(+)

diff --git 
a/kde-frameworks/kio/files/kio-5.85.0-KDirOperator-exp-to-url-only-in-detail-treeview.patch
 
b/kde-frameworks/kio/files/kio-5.85.0-KDirOperator-exp-to-url-only-in-detail-treeview.patch
new file mode 100644
index 000..54365b694fa
--- /dev/null
+++ 
b/kde-frameworks/kio/files/kio-5.85.0-KDirOperator-exp-to-url-only-in-detail-treeview.patch
@@ -0,0 +1,54 @@
+From 51737430fcd963a04a4eddbb166114ae25430814 Mon Sep 17 00:00:00 2001
+From: Ahmad Samir 
+Date: Wed, 4 Aug 2021 23:22:10 +0200
+Subject: [PATCH] KDirOperator: expand to url only in detail tree view
+
+When "allow expansion" is disabled in the menu, the view type is KFile::Tree,
+however when selecting an item from the location (Name:) combobox history,
+the item model would expand to show the file; that should only happen if
+"allow expansion" is enabled, i.e. when the view type is KFile::DetailTree.
+
+BUG: 440475
+FIXED-IN: 5.86
+
+asturm 2021-08-15: fixed by merge with 8039f8b399757001ffa919ef56ede283c287dcd4
+---
+ src/filewidgets/kdiroperator.cpp | 13 +++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+diff --git a/src/filewidgets/kdiroperator.cpp 
b/src/filewidgets/kdiroperator.cpp
+index bc80d93fe..7af20a057 100644
+--- a/src/filewidgets/kdiroperator.cpp
 b/src/filewidgets/kdiroperator.cpp
+@@ -1870,7 +1870,11 @@ void KDirOperator::setCurrentItem(const QUrl &url)
+ KFileItem item = d->m_dirLister->findByUrl(url);
+ if (d->m_shouldFetchForItems && item.isNull()) {
+ d->m_itemsToBeSetAsCurrent << url;
+-d->m_dirModel->expandToUrl(url);
++
++if (d->m_viewKind == KFile::DetailTree) {
++d->m_dirModel->expandToUrl(url);
++}
++
+ return;
+ }
+ 
+@@ -1909,9 +1913,14 @@ void KDirOperator::setCurrentItems(const QList 
&urls)
+ KFileItem item = d->m_dirLister->findByUrl(url);
+ if (d->m_shouldFetchForItems && item.isNull()) {
+ d->m_itemsToBeSetAsCurrent << url;
+-d->m_dirModel->expandToUrl(url);
++
++if (d->m_viewKind == KFile::DetailTree) {
++d->m_dirModel->expandToUrl(url);
++}
++
+ continue;
+ }
++
+ itemList << item;
+ }
+ 
+-- 
+GitLab
+

diff --git a/kde-frameworks/kio/kio-5.85.0.ebuild 
b/kde-frameworks/kio/kio-5.85.0-r1.ebuild
similarity index 95%
rename from kde-frameworks/kio/kio-5.85.0.ebuild
rename to kde-frameworks/kio/kio-5.85.0-r1.ebuild
index 2d2d3499281..9522606997f 100644
--- a/kde-frameworks/kio/kio-5.85.0.ebuild
+++ b/kde-frameworks/kio/kio-5.85.0-r1.ebuild
@@ -71,6 +71,10 @@ DEPEND="${RDEPEND}
 "
 PDEPEND=">=kde-frameworks/kded-${PVCUT}:5"
 
+PATCHES=(
+   
"${FILESDIR}"/${P}-KDirOperator-exp-to-url-only-in-detail-treeview.patch # 
KDE-bug 440475
+)
+
 src_configure() {
local mycmakeargs=(
-DKIO_NO_PUBLIC_QTCONCURRENT=ON



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

2021-08-15 Thread Andreas Sturmlechner
commit: 72e8f494f6ffee3cb0a5ee1a2e35d6228fe372fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 17:42:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 18:56:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e8f494

media-libs/mlt: Require media-libs/opencv[contrib]

Reported-by: Michelangelo Scopelliti  gmx.com>
Closes: https://bugs.gentoo.org/808180
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../mlt/{mlt-7.0.1.ebuild => mlt-7.0.1-r1.ebuild}  | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-libs/mlt/mlt-7.0.1.ebuild 
b/media-libs/mlt/mlt-7.0.1-r1.ebuild
similarity index 96%
rename from media-libs/mlt/mlt-7.0.1.ebuild
rename to media-libs/mlt/mlt-7.0.1-r1.ebuild
index f03e43ba004..a7be204acb5 100644
--- a/media-libs/mlt/mlt-7.0.1.ebuild
+++ b/media-libs/mlt/mlt-7.0.1-r1.ebuild
@@ -15,16 +15,11 @@ SLOT="0/7"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug ffmpeg frei0r gtk jack kernel_linux libsamplerate opencv opengl 
python qt5 rtaudio rubberband sdl test vdpau vidstab xine xml"
 
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
 # Needs unpackaged 'kwalify'
 RESTRICT="test"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-SWIG_DEPEND=">=dev-lang/swig-2.0"
-BDEPEND="
-   virtual/pkgconfig
-   python? ( ${SWIG_DEPEND} )
-"
 # rtaudio will use OSS on non linux OSes
 DEPEND="
>=media-libs/libebur128-1.2.2:=
@@ -40,7 +35,7 @@ DEPEND="
virtual/jack
)
libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
-   opencv? ( >=media-libs/opencv-4.5.1:= )
+   opencv? ( >=media-libs/opencv-4.5.1:=[contrib] )
opengl? ( media-video/movit )
python? ( ${PYTHON_DEPS} )
qt5? (
@@ -64,7 +59,8 @@ DEPEND="
)
vidstab? ( media-libs/vidstab )
xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 )
-   xml? ( >=dev-libs/libxml2-2.5 )"
+   xml? ( >=dev-libs/libxml2-2.5 )
+"
 #  java? ( >=virtual/jre-1.5 )
 #  perl? ( dev-lang/perl )
 #  php? ( dev-lang/php )
@@ -72,6 +68,10 @@ DEPEND="
 #  sox? ( media-sound/sox )
 #  tcl? ( dev-lang/tcl:0= )
 RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   python? ( >=dev-lang/swig-2.0 )
+"
 
 DOCS=( AUTHORS NEWS README.md )
 



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/files/, kde-frameworks/kio/

2021-08-15 Thread Andreas Sturmlechner
commit: 30d6ef4fc1cd0fbb61f4cea6f7be0424956a0dad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 18:38:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 18:56:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d6ef4f

kde-frameworks/kio: Allow editing icons for root-owned desktop files

Upstream commit 2187b62588b060bc27143dd326b5171aec930454

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=429613
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...w-edit-icons-for-root-owned-desktop-files.patch | 32 ++
 kde-frameworks/kio/kio-5.85.0-r1.ebuild|  1 +
 2 files changed, 33 insertions(+)

diff --git 
a/kde-frameworks/kio/files/kio-5.85.0-allow-edit-icons-for-root-owned-desktop-files.patch
 
b/kde-frameworks/kio/files/kio-5.85.0-allow-edit-icons-for-root-owned-desktop-files.patch
new file mode 100644
index 000..34a70a827e0
--- /dev/null
+++ 
b/kde-frameworks/kio/files/kio-5.85.0-allow-edit-icons-for-root-owned-desktop-files.patch
@@ -0,0 +1,32 @@
+From 2187b62588b060bc27143dd326b5171aec930454 Mon Sep 17 00:00:00 2001
+From: Nicolas Fella 
+Date: Sat, 7 Aug 2021 19:38:43 +
+Subject: [PATCH] [kpropertiesdialog] Allow editing icons for root-owned
+ desktop files
+
+---
+ src/widgets/kpropertiesdialog.cpp | 8 
+ 1 file changed, 8 insertions(+)
+
+diff --git a/src/widgets/kpropertiesdialog.cpp 
b/src/widgets/kpropertiesdialog.cpp
+index 76155338e..2288ccc08 100644
+--- a/src/widgets/kpropertiesdialog.cpp
 b/src/widgets/kpropertiesdialog.cpp
+@@ -1206,6 +1206,14 @@ KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog 
*_props)
+ bool KFilePropsPlugin::enableIconButton() const
+ {
+ const KFileItem item = properties->item();
++
++// desktop files are special, files in /usr/share/applications can be
++// edited by overlaying them in .local/share/applications
++// https://bugs.kde.org/show_bug.cgi?id=429613
++if (item.isDesktopFile()) {
++return true;
++}
++
+ // If the current item is a directory, check if it's writable,
+ // so we can create/update a .directory
+ // Current item is a file, same thing: check if it is writable
+-- 
+GitLab
+

diff --git a/kde-frameworks/kio/kio-5.85.0-r1.ebuild 
b/kde-frameworks/kio/kio-5.85.0-r1.ebuild
index 9522606997f..ed1bd212da3 100644
--- a/kde-frameworks/kio/kio-5.85.0-r1.ebuild
+++ b/kde-frameworks/kio/kio-5.85.0-r1.ebuild
@@ -73,6 +73,7 @@ PDEPEND=">=kde-frameworks/kded-${PVCUT}:5"
 
 PATCHES=(

"${FILESDIR}"/${P}-KDirOperator-exp-to-url-only-in-detail-treeview.patch # 
KDE-bug 440475
+   "${FILESDIR}"/${P}-allow-edit-icons-for-root-owned-desktop-files.patch 
# KDE-bug 429613
 )
 
 src_configure() {



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

2021-08-15 Thread Sam James
commit: 24b5b6b5cae8a9e903e84c215257cf56e15cacc1
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:04:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:05:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b5b6b5

sys-fs/eudev: stabilise 3.2.10-r1 with intltool dep dropped

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

 sys-fs/eudev/eudev-3.2.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/eudev/eudev-3.2.10-r1.ebuild 
b/sys-fs/eudev/eudev-3.2.10-r1.ebuild
index 4c0eb02700d..32609688f69 100644
--- a/sys-fs/eudev/eudev-3.2.10-r1.ebuild
+++ b/sys-fs/eudev/eudev-3.2.10-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz";
-   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"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



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

2021-08-15 Thread Andreas Sturmlechner
commit: a69ea70b1f7c6b56cde64cc2dc2604ecc19c4355
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 15 19:10:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 15 19:11:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69ea70b

kde-apps/konsole: Fix KXmlGUI toolbars and MainWindow size

Upstream commit fb7f838fd3138a39aea3bcb2e91f923741587137

See also:
https://invent.kde.org/utilities/konsole/-/merge_requests/457

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=430036
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=436471
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=439339
Reported-by: Lars Wendler  gentoo.org>
Tested-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...-fix-KXmlGUI-toolbars-and-MainWindow-size.patch | 73 ++
 ...21.08.0-r1.ebuild => konsole-21.08.0-r2.ebuild} |  2 +
 2 files changed, 75 insertions(+)

diff --git 
a/kde-apps/konsole/files/konsole-21.08.0-fix-KXmlGUI-toolbars-and-MainWindow-size.patch
 
b/kde-apps/konsole/files/konsole-21.08.0-fix-KXmlGUI-toolbars-and-MainWindow-size.patch
new file mode 100644
index 000..fc62466ea62
--- /dev/null
+++ 
b/kde-apps/konsole/files/konsole-21.08.0-fix-KXmlGUI-toolbars-and-MainWindow-size.patch
@@ -0,0 +1,73 @@
+From fb7f838fd3138a39aea3bcb2e91f923741587137 Mon Sep 17 00:00:00 2001
+From: Ahmad Samir 
+Date: Thu, 29 Jul 2021 18:44:07 +0200
+Subject: [PATCH] Fix KXmlGUI toolbars; and Konsole MainWindow size
+
+Call setupGUI(), which will call createGUI (since we set the
+KXmlGuiWindow::Create flag), omit the StatusBar flag since we don't have a
+statusbar and don't want the "Show StatusBar" menu action.
+
+TabbedViewContainer::sizeHint() calculates an optimum size for itself,
+including the sizes of its child widgets; added in efb621d091c05f11 by
+Mariusz Glebocki; following the code:
+MainWindow creates a ViewManager
+ViewManager creates a TabbedViewContainer and then a TerminalDisplay
+
+which means that the first time TabbedViewContainer::sizeHint() is called
+the TerminalDisplay widget size is 0, then TabbedViewContainer::sizeHint()
+would return 0.
+
+Which is why calling resize() in MainWindow was delayed to the showEvent(),
+(and even delayed more by a QTimer::singleShot() call in Application),
+at which point all the child widgets have been created and
+MainWindow::sizeHint() (which logically takes into account the sizeHint()
+of its child widgets) would return a sensible size.
+
+CCBUG: 430036
+CCBUG: 439339
+BUG: 436471
+
+
+(cherry picked from commit 090356661c92bfedeeeaf6f4f77d294facb3d8c6)
+---
+ src/MainWindow.cpp | 17 -
+ 1 file changed, 12 insertions(+), 5 deletions(-)
+
+diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
+index c67acf8b9..a4b36b61d 100644
+--- a/src/MainWindow.cpp
 b/src/MainWindow.cpp
+@@ -131,8 +131,10 @@ MainWindow::MainWindow() :
+ // in terminal applications
+ KAcceleratorManager::setNoAccel(menuBar());
+ 
+-// create menus
+-createGUI();
++constexpr KXmlGuiWindow::StandardWindowOptions guiOpts = ToolBar | Keys | 
Save | Create;
++const QString xmlFile = componentName() + QLatin1String("ui.rc"); // 
Typically "konsoleui.rc"
++// The "Create" flag will make it call createGUI()
++setupGUI(guiOpts, xmlFile);
+ 
+ // remember the original menu accelerators for later use
+ rememberMenuAccelerators();
+@@ -945,9 +947,14 @@ void MainWindow::showEvent(QShowEvent *event)
+ menuBar()->setVisible(_menuBarInitialVisibility);
+ _toggleMenuBarAction->setChecked(_menuBarInitialVisibility);
+ _menuBarInitialVisibilityApplied = true;
+-if (!KonsoleSettings::saveGeometryOnExit()) {
+-resize(sizeHint());
+-}
++}
++
++if (!KonsoleSettings::saveGeometryOnExit()) {
++// Delay resizing to here, so that the other parts of the UI
++// (ViewManager, TabbedViewContainer, TerminalDisplay ... etc)
++// have been created and TabbedViewContainer::sizeHint() returns
++// a usuable size.
++resize(sizeHint());
+ }
+ 
+ // Call parent method
+-- 
+GitLab
+

diff --git a/kde-apps/konsole/konsole-21.08.0-r1.ebuild 
b/kde-apps/konsole/konsole-21.08.0-r2.ebuild
similarity index 93%
rename from kde-apps/konsole/konsole-21.08.0-r1.ebuild
rename to kde-apps/konsole/konsole-21.08.0-r2.ebuild
index 4095d9ac5f9..00032973af8 100644
--- a/kde-apps/konsole/konsole-21.08.0-r1.ebuild
+++ b/kde-apps/konsole/konsole-21.08.0-r2.ebuild
@@ -53,6 +53,8 @@ RDEPEND="${DEPEND}"
 PATCHES=(
"${FILESDIR}/${PN}-21.04.3-no-flash-on-session-close.patch" # bug 807933
"${FILESDIR}/${P}-fix-crash-w-blur.patch" # bug 807905, fixed in 21.08.1
+   # KDE-bugs 430036, 439339; backport pending for 21.08 branch
+   "${FILESDIR}/${P}-fix-KXmlGUI-toolbars-and-MainWindow-size.patch"
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/

2021-08-15 Thread Ionen Wolkens
commit: a06b9ad51fbe54cb4261df74bfb345d21bb3583e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 15 19:41:20 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 15 19:43:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06b9ad5

app-portage/iwdevtools: add a postinst elog about bashrc

Planning to write better docs for this, but this
needs more direct attention either way.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-portage/iwdevtools/iwdevtools-.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/app-portage/iwdevtools/iwdevtools-.ebuild 
b/app-portage/iwdevtools/iwdevtools-.ebuild
index 773d09d876b..880f2b284b0 100644
--- a/app-portage/iwdevtools/iwdevtools-.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-.ebuild
@@ -22,3 +22,14 @@ RDEPEND="
 src_configure() {
meson_src_configure -Ddocdir=${PF}
 }
+
+pkg_postinst() {
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog "To integrate with portage, inspect the .bashrc files 
installed"
+   elog "at ${EROOT}/usr/share/${PN}. If not already using a 
bashrc, you"
+   elog "can use the example bashrc directly by creating a 
symlink:"
+   elog
+   elog "ln -s ../../../usr/share/${PN}/bashrc 
${EROOT}/etc/portage/bashrc"
+   elog
+   fi
+}



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

2021-08-15 Thread Sam James
commit: dbc4e0c56fa40eee9f55c7d3235ba2d82e044f29
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:45:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:45:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc4e0c5

sys-apps/tcp-wrappers: Stabilize 7.6.31 arm, #808075

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

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
index 69030d9a27c..d4045811a92 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-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"
 IUSE="ipv6 netgroups"
 
 RDEPEND="netgroups? ( net-libs/libnsl:= )"



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

2021-08-15 Thread Sam James
commit: 2a264f40e8807528c72c52285a15c048859e23ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:45:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:45:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a264f40

media-sound/fluidsynth: Stabilize 2.2.2 arm, #808108

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

 media-sound/fluidsynth/fluidsynth-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
index aca45d6ed7a..d535b40efe2 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/

2021-08-15 Thread Sam James
commit: 4ffa7c39a1d36b5a1e46d3e208d9cba09f230d83
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:45:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffa7c39

app-portage/repoman: Stabilize 3.0.3-r1 arm, #807754

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

 app-portage/repoman/repoman-3.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/repoman/repoman-3.0.3-r1.ebuild 
b/app-portage/repoman/repoman-3.0.3-r1.ebuild
index c1145e7c876..1a721bcc7e8 100644
--- a/app-portage/repoman/repoman-3.0.3-r1.ebuild
+++ b/app-portage/repoman/repoman-3.0.3-r1.ebuild
@@ -18,7 +18,7 @@ else

https://github.com/gentoo/portage/compare/285d3ae987a079f32b909c6e6eddde9bc45a4a25...b09b4071151d8e3a81f3576843d00f88eb407799.patch
 -> ${P}-unit-test-bug-779055.patch

https://github.com/gentoo/portage/commit/e29177fcd2950199afa4f83673c0771afb261123.patch
 -> ${P}-version-bug-779508.patch

https://github.com/gentoo/portage/commit/2eb3ca092a528e0722e0ca32f616836ed8039936.patch
 -> ${P}-unit-test-bug-779967.patch"
-   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"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/

2021-08-15 Thread Sam James
commit: c6b149cdd84efc47f1c5728d830d7771fe223012
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:45:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b149cd

net-fs/nfs-utils: Stabilize 2.5.4 arm, #807469

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

 net-fs/nfs-utils/nfs-utils-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/nfs-utils-2.5.4.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.5.4.ebuild
index 16437319244..f23ef6c8d92 100644
--- a/net-fs/nfs-utils/nfs-utils-2.5.4.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.5.4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" = *_rc* ]] ; then
S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
 else
SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
-   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"
 fi
 
 LICENSE="GPL-2"



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

2021-08-15 Thread Sam James
commit: a7400e5ba2bbdd840489ed7d416f45cbcd80fb15
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:47:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:47:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7400e5b

sys-apps/tcp-wrappers: Stabilize 7.6.31 arm64, #808075

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

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
index d4045811a92..a6351d4ea22 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="tcp_wrappers_license"
 SLOT="0"
-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"
 IUSE="ipv6 netgroups"
 
 RDEPEND="netgroups? ( net-libs/libnsl:= )"



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

2021-08-15 Thread Sam James
commit: ca62cb3f8b4a945cd2a1bd45ee87ed480b3fbcf6
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 19:47:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca62cb3f

media-sound/fluidsynth: Stabilize 2.2.2 arm64, #808108

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

 media-sound/fluidsynth/fluidsynth-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
index d535b40efe2..8c981e04a53 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-color/

2021-08-15 Thread Sam James
commit: ea5d408aafa8b9e011f88e4a8e5ab967872e9b71
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 14 08:01:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:50:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5d408a

dev-ruby/tty-color: keyworded 0.6.0 for hppa/sparc, bug #807685

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

 dev-ruby/tty-color/tty-color-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-color/tty-color-0.6.0.ebuild 
b/dev-ruby/tty-color/tty-color-0.6.0.ebuild
index f49ba1964e7..6494fb0e072 100644
--- a/dev-ruby/tty-color/tty-color-0.6.0.ebuild
+++ b/dev-ruby/tty-color/tty-color-0.6.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-color/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/wisper/

2021-08-15 Thread Sam James
commit: 1ba9ae7f74200cae5c067e2dc2097680fe62ee88
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 14 08:02:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba9ae7f

dev-ruby/wisper: keyworded 2.0.1 for hppa/sparc, bug #807685

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

 dev-ruby/wisper/wisper-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/wisper/wisper-2.0.1.ebuild 
b/dev-ruby/wisper/wisper-2.0.1.ebuild
index a0b71a96f0c..122f1412fcc 100644
--- a/dev-ruby/wisper/wisper-2.0.1.ebuild
+++ b/dev-ruby/wisper/wisper-2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/krisleech/wisper";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-cursor/

2021-08-15 Thread Sam James
commit: d65e41169e107327f659a89ddca96691f5c7de48
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Aug 14 08:03:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:50:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65e4116

dev-ruby/tty-cursor: keyworded 0.7.1 for hppa/sparc, bug #807685

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

 dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 59e1350e225..82a486da5e0 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-08-15 Thread Sam James
commit: 8bfef7d555ba8388290f79c82fdf39e7d575143e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Aug 13 07:17:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfef7d5

app-portage/portage-utils: stable 0.92 for hppa, bug #807304

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

 app-portage/portage-utils/portage-utils-0.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.92.ebuild 
b/app-portage/portage-utils/portage-utils-0.92.ebuild
index 74105680fc1..d89e4d5e21d 100644
--- a/app-portage/portage-utils/portage-utils-0.92.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.92.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git";
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz";
-   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"
 fi
 
 RDEPEND="



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

2021-08-15 Thread Sam James
commit: 46a1dbe341ef3e00a6cf1c4305623c4877da4035
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Aug 15 06:34:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 19:50:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a1dbe3

sys-devel/m4: stable 1.4.19 for hppa, bug #803956

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-devel/m4/m4-1.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/m4/m4-1.4.19.ebuild b/sys-devel/m4/m4-1.4.19.ebuild
index 2176191587e..7713695a5da 100644
--- a/sys-devel/m4/m4-1.4.19.ebuild
+++ b/sys-devel/m4/m4-1.4.19.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == *_beta* ]] ; then
S="${WORKDIR}/${MY_P}"
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
-   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"
 fi
 
 LICENSE="GPL-3"



  1   2   3   4   >