[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2021-03-06 Thread Michał Górny
commit: 7298348d211b171ca20b9336bea0903f05d8274b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  7 07:40:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  7 07:59:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7298348d

xfce-base/thunar: Bump to 4.16.4

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.16.4.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index cf6d027f9e8..82ee2549775 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,3 +1,4 @@
 DIST thunar-4.16.2.tar.bz2 2434525 BLAKE2B 
e50fb41d7d333fe23729ddc01ce7e1313124ad3607e0e57fd210794b21f83fb83cd2a4ef9845638c0e10ceb5995392b754991600fc242e4a7e11af6a55971624
 SHA512 
761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0
 DIST thunar-4.16.3.tar.bz2 2434256 BLAKE2B 
87b2afd9e110d0852540bdde572a05359924bc4dbba65a947028d2a438bf8ecd7990f213cfed5dfb7af7367e8c047a55ffe1915e225df5329f09a66ebf9e62c4
 SHA512 
e895e9323b6c24a7ebbfbdc9d5b79b6c80e44a29c828d25444d2e4268d374debaa4a4e3ba00487ff15746549d0a5e1a45a886a9290926960a8db1d298139a5b7
+DIST thunar-4.16.4.tar.bz2 2434519 BLAKE2B 
df5ade14ea5e758f7d7da3931c857509c0bd168fbb0ab31e3a9a1d329b5ff131f5c42bf37e5b1ba1dce7cfef04f47d19d220ddb87ab639a611aa84c3e8422585
 SHA512 
6c8d501ee54dd745e7e42e37841caa92f1af25f3d162820e38897a82576f1c2982f3a2b38b3d93e1ddb6ae5aff205bbd1eed348bda1840f9dfaed2f4057b1544
 DIST thunar-4.17.0.tar.bz2 2448027 BLAKE2B 
c3890dfe22384ecaa7a71805c68938d59cdfcd0a602512395e9011692de242c808dc13229c0c3b3ad93973845fe9e291cee4f3b6275fc87c75efade7731d580e
 SHA512 
6a344f89ae51c4c0cbdbac1542558aeab3c0eb45a79320e58785033a3faa2ff95751e72e089f6a2ff23056a18a403845a2b5603c89550a6ba2e0c8286f75a5e4

diff --git a/xfce-base/thunar/thunar-4.16.4.ebuild 
b/xfce-base/thunar/thunar-4.16.4.ebuild
new file mode 100644
index 000..a50b1046a41
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.16.4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+DEPEND=">=dev-libs/glib-2.50
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-4.15.3:=
+   >=xfce-base/libxfce4ui-4.15.3:=
+   >=xfce-base/libxfce4util-4.15.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )"
+RDEPEND="${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2021-03-06 Thread Michał Górny
commit: ce712e02f180c1736733419fd212e1fbf2474544
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  7 07:43:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  7 07:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce712e02

dev-python/setuptools: Bump to 54.1.1

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

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-54.1.1.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 5bf5ffcca19..f6de281faed 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -3,3 +3,4 @@ DIST setuptools-53.0.0.tar.gz 2050503 BLAKE2B 
b1ebe5a9776917fe9a21a13a4db613fd05
 DIST setuptools-53.1.0.tar.gz 2051159 BLAKE2B 
f4148df45f5c62acd6acae833619dcae50f131da91ece1a2e1231620d4800294f14dab6c72ca5b2ffd31191c4e3306a869abdba349adcec5746600fc067b340d
 SHA512 
0ca02e9b997623268d8f73b73ee6a4b1ad513802cbc75c74124a85bd5ca7bfaea5cf7cccb706334c0dac2c8a0674a5bc2cea10f44f99f881ad893c8337af3da2
 DIST setuptools-54.0.0.tar.gz 2052086 BLAKE2B 
b96b8ac1119a9ece7d6a7e481a8d078f6ea65957be679549381b67e26498a6d403aca38b8ee8ca832c8e1045f960114e037787863ea6247bc87a92c1301c11fb
 SHA512 
b13ad8aa13da63d9504064fb702632d0d17dd81eee8c09b9d38d30a6e4d625a600f0b3e7349e45354b444c25d5caccb5407bdecdd220af2e283f4baccd6f675f
 DIST setuptools-54.1.0.tar.gz 2052744 BLAKE2B 
a62bc9938ce5f39ac2a828180e03f82cc9481ab913c090f3358cb8408ae9c688aa53210b327ded4d0e652cbd97036b320cd67c349d1816fda39f10bc090df5aa
 SHA512 
21259140f9f032b5431e33b32492b910561ecd7c3587a28fc71c14d03099d36ea746c81b0a9e476bd6fe12b9c61cd03a7e60eb9b673e0a249cf8e11df1a0e734
+DIST setuptools-54.1.1.tar.gz 2053415 BLAKE2B 
59d60e9be5a184e34e8c9e1ccb477eae538836c8fac4862f3365e1abe8beec6cc85490918d413b29831c4d3738ca19cd84ac4a9d30178e45e42c652a0ade5fac
 SHA512 
d2ab5445a9b4de5b5fae8aab6a47131ad41a011fa23fb1e6c07a599bcb27a8f89ea3c5ea9939577d6286bf3f8e2edf0334816ae1a507dba09c46435d063c3379

diff --git a/dev-python/setuptools/setuptools-54.1.1.ebuild 
b/dev-python/setuptools/setuptools-54.1.1.ebuild
new file mode 100644
index 000..3cd99f80e1c
--- /dev/null
+++ b/dev-python/setuptools/setuptools-54.1.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+# Set to 'manual' to avoid triggering install QA check
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.org/project/setuptools/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/jaraco-envs[${PYTHON_USEDEP}]
+   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( {CHANGES,README}.rst )
+
+python_test() {
+   distutils_install_for_testing --via-root
+   local deselect=(
+   # network
+   
'setuptools/tests/test_virtualenv.py::test_pip_upgrade_from_source[None]'
+   setuptools/tests/test_distutils_adoption.py
+   # TODO
+   
setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts
+   # this one's unhappy about pytest-xdist but one test is not 
worth
+   # losing the speed gain
+   
setuptools/tests/test_build_meta.py::TestBuildMetaBackend::test_build_sdist_relative_path_import
+   )
+
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" pytest -vv ${deselect[@]/#/--deselect } \
+   -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" \
+   setuptools || die "Tests failed under ${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



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

2021-03-06 Thread Michał Górny
commit: cd25512bb8ee9a3437c375d21799b87dcbfce3d6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  7 07:41:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  7 07:59:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd25512b

dev-python/hypothesis: Bump to 6.6.0

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

 dev-python/hypothesis/Manifest|  1 +
 dev-python/hypothesis/hypothesis-6.6.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 067800ac06e..00849386e64 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -4,3 +4,4 @@ DIST hypothesis-python-6.3.4.tar.gz 9112374 BLAKE2B 
78867f0ff142d6059a20c437c3fa
 DIST hypothesis-python-6.4.0.tar.gz 9112974 BLAKE2B 
bb2312e1ae838e9a58741709f5d55d9593991c2600330f4917c8e8f86eb8219a0826e87aa810ccfa731e5a14f1d0985cb3342c73ba5b8ad5d8e01419689e180f
 SHA512 
2899557ff872b45347f8865ff9bf07da97e2bfc3f4827ead2d4b0648c664bd9ef7ae3d48e5f5158b4dbb2d5063831ae8a1a7ef0ac97f2ae21318c6198850865d
 DIST hypothesis-python-6.4.2.tar.gz 9113516 BLAKE2B 
115f16b4e9a4fdc4b39942cb593dc397066c556862cb79baf3c9d9c0c9d1fa46e1e855b91c73d8f93135e9582f6293d896245fbfa31bca667cb522f1d4955adf
 SHA512 
bcaf876c197f196f27936fd6b5294cfed5d0db2f528ee95b9ebf6ae429a41dccddfd6fd66eebf8e5ad7ac512d8ec20f1878a6ded9d4c10013b732262c9454799
 DIST hypothesis-python-6.4.3.tar.gz 9113616 BLAKE2B 
f3761a22b574edc0b001a25c836c3a845fb3a1396dbc4afc2caa1f31870793cfca8646e6b9b45386e835fce97b9bc68226018c50675931e48968e9502ad41844
 SHA512 
010d140538bd6a361326d00bf38a50ffbbe08adc55cc7597cf69563b5d028335493c1925bcb91f618afd87f4d754e8109776be89f229e8b25b91510fbf64d7bd
+DIST hypothesis-python-6.6.0.tar.gz 9117847 BLAKE2B 
bb88ebee9db53f1c5753730d04e5dfe6a39ac4c5f7d534778b22b813ba188a55de6ad8a34f611f7863d1c3287be39ed7e10981e9d6ed8d8dd106688f154c3a49
 SHA512 
a446b4a11c6ee013225bfcd58e26efc6c9d867545d9bcf90a19468cb01fc5e2c5a7280ff9a80d4a1adbfe06dd155df6152941d5f53869d85e1d259e68a33a5e2

diff --git a/dev-python/hypothesis/hypothesis-6.6.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.6.0.ebuild
new file mode 100644
index 000..46ee7df74d3
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.6.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils multiprocessing optfeature
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2021-03-06 Thread Hans de Graaff
commit: bc1a8e4810df8f9c63cc1d5b888ef874f588777a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar  7 07:49:03 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar  7 07:49:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1a8e48

www-servers/adsf: add 1.4.5

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

 www-servers/adsf/Manifest  |  1 +
 www-servers/adsf/adsf-1.4.5.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/www-servers/adsf/Manifest b/www-servers/adsf/Manifest
index 1c561f29ba4..c04a71b0960 100644
--- a/www-servers/adsf/Manifest
+++ b/www-servers/adsf/Manifest
@@ -1 +1,2 @@
 DIST adsf-1.4.3.tar.gz 171000 BLAKE2B 
7e3a524957edfd56382c788e2c551ec693dcbcac2bb807417ac63e1dffba9a8033cb058ad7bed425b7d0448ae98dc14ca53f935c83d1c699ad4f38a8700e402b
 SHA512 
f9b30844bb1d48f139b8f8fe1a65ca404a2a9c3e98b24729bcbb08d083f1f332ecc6e2fc3ca139d1cb69bd7c49a629eaeddfbc6f5f16e4f223cda63f726e1dfc
+DIST adsf-1.4.5.tar.gz 171986 BLAKE2B 
c8d2b732d5930b3ab2da9b016f1b1962c07fad85e740532f3e68102dc6f34c7033b6a4ad2beca88410fda03426d3eca12a85996c695f4a2208f4d5a62855f4c8
 SHA512 
eeca0b837999f66aaea7787b759c635a2eb6b7d19f6dfa92416fcce5bfe499e6b0c8f8c2515750801af90b7e4af9d5bacc257f0b303d4367134c5f4730a87484

diff --git a/www-servers/adsf/adsf-1.4.5.ebuild 
b/www-servers/adsf/adsf-1.4.5.ebuild
new file mode 100644
index 000..70f2b793b1d
--- /dev/null
+++ b/www-servers/adsf/adsf-1.4.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md ../README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="adsf.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Dead Simple Fileserver is a static file server that can launch 
in a directory"
+HOMEPAGE="https://github.com/ddfreyne/adsf/;
+SRC_URI="https://github.com/ddfreyne/adsf/archive/${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="${P}/adsf"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-1.0.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/rack-test )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \
+   -e '/websocket/ s:^:#:' test/helper.rb || die
+   sed -e '/test_receives_update/,/^  end/ s:^:#:' \
+   -e '/test_non_local_interfaces/askip "networking"' \
+   -e 
'/test_default_config__serve_index_html_in_subdir_missing_slash/askip 
"encoding"' \
+   -i test/test_server.rb || die
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+   rm -f test/test_version.rb || die
+
+   sed -i -e "s:require_relative ':require './:" ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/util/futures/

2021-03-06 Thread Zac Medico
commit: b4f6a5126437afc5bb07ed0a42a0eb8a5745ef90
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  7 07:18:58 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  7 07:32:04 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b4f6a512

Removed unused portage.util.futures.events

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/futures/events.py  | 186 
 lib/portage/util/futures/unix_events.py |  26 +
 2 files changed, 3 insertions(+), 209 deletions(-)

diff --git a/lib/portage/util/futures/events.py 
b/lib/portage/util/futures/events.py
deleted file mode 100644
index 85032fcdf..0
--- a/lib/portage/util/futures/events.py
+++ /dev/null
@@ -1,186 +0,0 @@
-# Copyright 2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-__all__ = (
-   'AbstractEventLoopPolicy',
-   'AbstractEventLoop',
-)
-
-import socket
-import subprocess
-
-from asyncio.events import (
-   AbstractEventLoop as _AbstractEventLoop,
-   AbstractEventLoopPolicy as _AbstractEventLoopPolicy,
-)
-
-
-class AbstractEventLoopPolicy(_AbstractEventLoopPolicy):
-   """Abstract policy for accessing the event loop."""
-
-   def get_event_loop(self):
-   raise NotImplementedError
-
-   def set_event_loop(self, loop):
-   raise NotImplementedError
-
-   def new_event_loop(self):
-   raise NotImplementedError
-
-   def get_child_watcher(self):
-   raise NotImplementedError
-
-   def set_child_watcher(self, watcher):
-   raise NotImplementedError
-
-
-class AbstractEventLoop(_AbstractEventLoop):
-   """Abstract event loop."""
-
-   def run_forever(self):
-   raise NotImplementedError
-
-   def run_until_complete(self, future):
-   raise NotImplementedError
-
-   def stop(self):
-   raise NotImplementedError
-
-   def is_running(self):
-   raise NotImplementedError
-
-   def is_closed(self):
-   raise NotImplementedError
-
-   def close(self):
-   raise NotImplementedError
-
-   def shutdown_asyncgens(self):
-   raise NotImplementedError
-
-   def _timer_handle_cancelled(self, handle):
-   raise NotImplementedError
-
-   def call_soon(self, callback, *args):
-   return self.call_later(0, callback, *args)
-
-   def call_later(self, delay, callback, *args):
-   raise NotImplementedError
-
-   def call_at(self, when, callback, *args):
-   raise NotImplementedError
-
-   def time(self):
-   raise NotImplementedError
-
-   def create_future(self):
-   raise NotImplementedError
-
-   def create_task(self, coro):
-   raise NotImplementedError
-
-   def call_soon_threadsafe(self, callback, *args):
-   raise NotImplementedError
-
-   def run_in_executor(self, executor, func, *args):
-   raise NotImplementedError
-
-   def set_default_executor(self, executor):
-   raise NotImplementedError
-
-   def getaddrinfo(self, host, port, family=0, type=0, proto=0, flags=0): 
# pylint: disable=redefined-builtin
-   raise NotImplementedError
-
-   def getnameinfo(self, sockaddr, flags=0):
-   raise NotImplementedError
-
-   def create_connection(self, protocol_factory, host=None, port=None,
- ssl=None, family=0, proto=0, 
flags=0, sock=None,
- local_addr=None, 
server_hostname=None):
-   raise NotImplementedError
-
-   def create_server(self, protocol_factory, host=None, port=None,
- family=socket.AF_UNSPEC, 
flags=socket.AI_PASSIVE,
- sock=None, backlog=100, ssl=None, 
reuse_address=None,
- reuse_port=None):
-   raise NotImplementedError
-
-   def create_unix_connection(self, protocol_factory, path,
-  ssl=None, sock=None,
-  
server_hostname=None):
-   raise NotImplementedError
-
-   def create_unix_server(self, protocol_factory, path,
-  sock=None, backlog=100, 
ssl=None):
-   raise NotImplementedError
-
-   def create_datagram_endpoint(self, protocol_factory,
-
local_addr=None, remote_addr=None,
-family=0, 
proto=0, flags=0,
-
reuse_address=None, reuse_port=None,
-   

[gentoo-commits] proj/portage:master commit in: lib/portage/util/futures/

2021-03-06 Thread Zac Medico
commit: a8e0ddccf90a4f6dd0b4c0ae0832b4abb1f35b04
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  7 07:29:35 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  7 07:31:11 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a8e0ddcc

Remove unused _EventLoopFuture class

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/futures/futures.py | 156 +---
 1 file changed, 1 insertion(+), 155 deletions(-)

diff --git a/lib/portage/util/futures/futures.py 
b/lib/portage/util/futures/futures.py
index 839c767a7..3f239890a 100644
--- a/lib/portage/util/futures/futures.py
+++ b/lib/portage/util/futures/futures.py
@@ -1,4 +1,4 @@
-# Copyright 2016-2018 Gentoo Foundation
+# Copyright 2016-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # For compatibility with python versions which do not have the
@@ -19,157 +19,3 @@ from asyncio import (
InvalidStateError,
TimeoutError,
 )
-# pylint: enable=redefined-builtin
-
-import portage
-portage.proxy.lazyimport.lazyimport(globals(),
-   
'portage.util._eventloop.global_event_loop:global_event_loop@_global_event_loop',
-)
-
-_PENDING = 'PENDING'
-_CANCELLED = 'CANCELLED'
-_FINISHED = 'FINISHED'
-
-class _EventLoopFuture:
-   """
-   This class provides (a subset of) the asyncio.Future interface, for
-   use with the EventLoop class, because EventLoop is currently
-   missing some of the asyncio.AbstractEventLoop methods that
-   asyncio.Future requires.
-   """
-
-   # Class variables serving as defaults for instance variables.
-   _state = _PENDING
-   _result = None
-   _exception = None
-   _loop = None
-
-   def __init__(self, loop=None):
-   """Initialize the future.
-
-   The optional loop argument allows explicitly setting the event
-   loop object used by the future. If it's not provided, the 
future uses
-   the default event loop.
-   """
-   if loop is None:
-   self._loop = _global_event_loop()
-   else:
-   self._loop = loop
-   self._callbacks = []
-
-   def cancel(self):
-   """Cancel the future and schedule callbacks.
-
-   If the future is already done or cancelled, return False.  
Otherwise,
-   change the future's state to cancelled, schedule the callbacks 
and
-   return True.
-   """
-   if self._state != _PENDING:
-   return False
-   self._state = _CANCELLED
-   self._schedule_callbacks()
-   return True
-
-   def _schedule_callbacks(self):
-   """Internal: Ask the event loop to call all callbacks.
-
-   The callbacks are scheduled to be called as soon as possible. 
Also
-   clears the callback list.
-   """
-   callbacks = self._callbacks[:]
-   if not callbacks:
-   return
-
-   self._callbacks[:] = []
-   for callback in callbacks:
-   self._loop.call_soon(callback, self)
-
-   def cancelled(self):
-   """Return True if the future was cancelled."""
-   return self._state == _CANCELLED
-
-   def done(self):
-   """Return True if the future is done.
-
-   Done means either that a result / exception are available, or 
that the
-   future was cancelled.
-   """
-   return self._state != _PENDING
-
-   def result(self):
-   """Return the result this future represents.
-
-   If the future has been cancelled, raises CancelledError.  If the
-   future's result isn't yet available, raises InvalidStateError.  
If
-   the future is done and has an exception set, this exception is 
raised.
-   """
-   if self._state == _CANCELLED:
-   raise CancelledError()
-   if self._state != _FINISHED:
-   raise InvalidStateError('Result is not ready.')
-   if self._exception is not None:
-   raise self._exception
-   return self._result
-
-   def exception(self):
-   """Return the exception that was set on this future.
-
-   The exception (or None if no exception was set) is returned 
only if
-   the future is done.  If the future has been cancelled, raises
-   CancelledError.  If the future isn't done yet, raises
-   InvalidStateError.
-   """
-   if self._state == _CANCELLED:
-   raise CancelledError
-   if self._state != _FINISHED:
-   raise InvalidStateError('Exception is 

[gentoo-commits] proj/portage:master commit in: lib/portage/util/futures/

2021-03-06 Thread Zac Medico
commit: ed685eb659fccf6e4031d12fa8a59c3829ef1155
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  7 06:56:36 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  7 07:01:44 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ed685eb6

Removed unused portage.util.futures.transports

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/futures/transports.py  |  87 --
 lib/portage/util/futures/unix_events.py | 492 +---
 2 files changed, 2 insertions(+), 577 deletions(-)

diff --git a/lib/portage/util/futures/transports.py 
b/lib/portage/util/futures/transports.py
deleted file mode 100644
index 016ecbef8..0
--- a/lib/portage/util/futures/transports.py
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-from asyncio.transports import Transport as _Transport
-
-
-class _FlowControlMixin(_Transport):
-   """
-   This is identical to the standard library's private
-   asyncio.transports._FlowControlMixin class.
-
-   All the logic for (write) flow control in a mix-in base class.
-
-   The subclass must implement get_write_buffer_size().  It must call
-   _maybe_pause_protocol() whenever the write buffer size increases,
-   and _maybe_resume_protocol() whenever it decreases.  It may also
-   override set_write_buffer_limits() (e.g. to specify different
-   defaults).
-
-   The subclass constructor must call super().__init__(extra).  This
-   will call set_write_buffer_limits().
-
-   The user may call set_write_buffer_limits() and
-   get_write_buffer_size(), and their protocol's pause_writing() and
-   resume_writing() may be called.
-   """
-
-   def __init__(self, extra=None, loop=None):
-   super().__init__(extra)
-   assert loop is not None
-   self._loop = loop
-   self._protocol_paused = False
-   self._set_write_buffer_limits()
-
-   def _maybe_pause_protocol(self):
-   size = self.get_write_buffer_size()
-   if size <= self._high_water:
-   return
-   if not self._protocol_paused:
-   self._protocol_paused = True
-   try:
-   self._protocol.pause_writing()
-   except Exception as exc:
-   self._loop.call_exception_handler({
-   'message': 'protocol.pause_writing() 
failed',
-   'exception': exc,
-   'transport': self,
-   'protocol': self._protocol,
-   })
-
-   def _maybe_resume_protocol(self):
-   if (self._protocol_paused and
-   self.get_write_buffer_size() <= self._low_water):
-   self._protocol_paused = False
-   try:
-   self._protocol.resume_writing()
-   except Exception as exc:
-   self._loop.call_exception_handler({
-   'message': 'protocol.resume_writing() 
failed',
-   'exception': exc,
-   'transport': self,
-   'protocol': self._protocol,
-   })
-
-   def get_write_buffer_limits(self):
-   return (self._low_water, self._high_water)
-
-   def _set_write_buffer_limits(self, high=None, low=None):
-   if high is None:
-   if low is None:
-   high = 64*1024
-   else:
-   high = 4*low
-   if low is None:
-   low = high // 4
-   if not high >= low >= 0:
-   raise ValueError('high (%r) must be >= low (%r) must be 
>= 0' %
-(high, low))
-   self._high_water = high
-   self._low_water = low
-
-   def set_write_buffer_limits(self, high=None, low=None):
-   self._set_write_buffer_limits(high=high, low=low)
-   self._maybe_pause_protocol()
-
-   def get_write_buffer_size(self):
-   raise NotImplementedError

diff --git a/lib/portage/util/futures/unix_events.py 
b/lib/portage/util/futures/unix_events.py
index 16a9e12b7..9d5445943 100644
--- a/lib/portage/util/futures/unix_events.py
+++ b/lib/portage/util/futures/unix_events.py
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Foundation
+# Copyright 2018-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = (
@@ -7,32 +7,15 @@ __all__ = (
 )
 
 

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

2021-03-06 Thread Joonas Niilola
commit: b2fc1f7833e7bd33de0fee5cf3bb9aa70fd2a1b9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Mar  7 06:58:34 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Mar  7 06:58:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2fc1f78

dev-libs/qtcompress: stabilize 0_p20180513 on ppc

Bug: https://bugs.gentoo.org/753953
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/qtcompress/qtcompress-0_p20180513.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild 
b/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild
index 59471ae0553..3e92aab76b9 100644
--- a/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild
+++ b/dev-libs/qtcompress/qtcompress-0_p20180513.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/qtcompress-${MY_COMMIT}"
 
 LICENSE="|| ( LGPL-2.1 GPL-3 ) FDL-1.3"
 SLOT="0/5.11.0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/

2021-03-06 Thread Joonas Niilola
commit: 6bf2f7fd91980b173c2ba5fc3cdb2165325e347b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Mar  7 06:57:40 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Mar  7 06:57:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf2f7fd

sci-libs/indilib: stabilize 1.8.8 on ppc

Bug: https://bugs.gentoo.org/753953
Bug: https://bugs.gentoo.org/753137
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-libs/indilib/indilib-1.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/indilib/indilib-1.8.8.ebuild 
b/sci-libs/indilib/indilib-1.8.8.ebuild
index dd34c66f11c..7aa68380cde 100644
--- a/sci-libs/indilib/indilib-1.8.8.ebuild
+++ b/sci-libs/indilib/indilib-1.8.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
 SLOT="0/1"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="ogg test websocket"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2021-03-06 Thread Joonas Niilola
commit: ac50885ab61cbffae40fec23007097ab22d40bb7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Mar  7 06:59:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Mar  7 06:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac50885a

sci-astronomy/stellarium: stabilize 0.20.3 on ppc

Closes: https://bugs.gentoo.org/753953
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-astronomy/stellarium/stellarium-0.20.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.20.3.ebuild 
b/sci-astronomy/stellarium/stellarium-0.20.3.ebuild
index 1bb7f736fea..f2c44c80618 100644
--- a/sci-astronomy/stellarium/stellarium-0.20.3.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.20.3.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ SGI-B-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="debug deep-sky doc gps media nls stars telescope test"
 
 # Python interpreter is used while building RemoteControl plugin



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

2021-03-06 Thread Joonas Niilola
commit: 9c60e52a45eb8cc099cd735c7dfa00516435a7a3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Mar  7 06:29:27 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Mar  7 06:32:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c60e52a

app-emulation/lxd: more POSIX-compliant init.d file, #609070

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

 app-emulation/lxd/files/lxd-4.0.0.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/lxd/files/lxd-4.0.0.initd 
b/app-emulation/lxd/files/lxd-4.0.0.initd
index c55b2da6a84..e6ae971e879 100644
--- a/app-emulation/lxd/files/lxd-4.0.0.initd
+++ b/app-emulation/lxd/files/lxd-4.0.0.initd
@@ -28,7 +28,7 @@ start() {
 }
 
 stop() {
-   if [[ "${RC_CMD}" = restart ]]; then
+   if [ "${RC_CMD}" = restart ]; then
ebegin "Stopping lxd service (but not containers)"
# start-stop-daemon sends SIGTERM with a timeout of 5s by 
default.
# SIGTERM indicates to LXD that it will be stopped temporarily.



[gentoo-commits] proj/portage:master commit in: lib/portage/util/futures/_asyncio/

2021-03-06 Thread Zac Medico
commit: 15049a041909f85b02a52f5b1938c6dd4171c9e3
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  7 03:03:40 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  7 05:12:48 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=15049a04

Removed unused portage.util.futures._asyncio.tasks

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/futures/_asyncio/__init__.py | 46 ++---
 lib/portage/util/futures/_asyncio/tasks.py| 96 ---
 2 files changed, 19 insertions(+), 123 deletions(-)

diff --git a/lib/portage/util/futures/_asyncio/__init__.py 
b/lib/portage/util/futures/_asyncio/__init__.py
index 207e7205d..4643697e0 100644
--- a/lib/portage/util/futures/_asyncio/__init__.py
+++ b/lib/portage/util/futures/_asyncio/__init__.py
@@ -25,7 +25,16 @@ import types
 import weakref
 
 import asyncio as _real_asyncio
-from asyncio.subprocess import Process
+# pylint: disable=redefined-builtin
+from asyncio import (
+   ALL_COMPLETED,
+   CancelledError,
+   FIRST_COMPLETED,
+   FIRST_EXCEPTION,
+   Future,
+   InvalidStateError,
+   TimeoutError,
+)
 
 try:
import threading
@@ -38,20 +47,6 @@ portage.proxy.lazyimport.lazyimport(globals(),
'portage.util.futures:compat_coroutine@_compat_coroutine',
 )
 from portage.util._eventloop.asyncio_event_loop import AsyncioEventLoop as 
_AsyncioEventLoop
-# pylint: disable=redefined-builtin
-from portage.util.futures.futures import (
-   CancelledError,
-   Future,
-   InvalidStateError,
-   TimeoutError,
-)
-# pylint: enable=redefined-builtin
-from portage.util.futures._asyncio.tasks import (
-   ALL_COMPLETED,
-   FIRST_COMPLETED,
-   FIRST_EXCEPTION,
-   wait,
-)
 
 
 _lock = threading.Lock()
@@ -131,20 +126,17 @@ def create_subprocess_exec(*args, **kwargs):
# Python 3.4 and later implement PEP 446, which makes newly
# created file descriptors non-inheritable by default.
kwargs.setdefault('close_fds', False)
-   if isinstance(loop._asyncio_wrapper, _AsyncioEventLoop):
-   # Use the real asyncio create_subprocess_exec (loop argument
-   # is deprecated since since Python 3.8).
-   return _real_asyncio.create_subprocess_exec(*args, **kwargs)
-
-   result = loop.create_future()
+   # Use the real asyncio create_subprocess_exec (loop argument
+   # is deprecated since since Python 3.8).
+   return ensure_future(_real_asyncio.create_subprocess_exec(*args, 
**kwargs), loop=loop)
 
-   result.set_result(Process(subprocess.Popen(
-   args,
-   stdin=kwargs.pop('stdin', None),
-   stdout=kwargs.pop('stdout', None),
-   stderr=kwargs.pop('stderr', None), **kwargs), loop))
 
-   return result
+def wait(futures, loop=None, timeout=None, return_when=ALL_COMPLETED):
+   """
+   Wraps asyncio.wait() and omits the loop argument which is not
+   supported since python 3.10.
+   """
+   return _real_asyncio.wait(futures, timeout=timeout, 
return_when=return_when)
 
 
 def iscoroutinefunction(func):

diff --git a/lib/portage/util/futures/_asyncio/tasks.py 
b/lib/portage/util/futures/_asyncio/tasks.py
deleted file mode 100644
index c9db3146e..0
--- a/lib/portage/util/futures/_asyncio/tasks.py
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-___all___ = (
-   'ALL_COMPLETED',
-   'FIRST_COMPLETED',
-   'FIRST_EXCEPTION',
-   'wait',
-)
-
-from asyncio import ALL_COMPLETED, FIRST_COMPLETED, FIRST_EXCEPTION
-
-import portage
-portage.proxy.lazyimport.lazyimport(globals(),
-   'portage.util.futures:asyncio',
-)
-
-def wait(futures, loop=None, timeout=None, return_when=ALL_COMPLETED):
-   """
-   Use portage's internal EventLoop to emulate asyncio.wait:
-   https://docs.python.org/3/library/asyncio-task.html#asyncio.wait
-
-   @param futures: futures to wait for
-   @type futures: asyncio.Future (or compatible)
-   @param timeout: number of seconds to wait (wait indefinitely if
-   not specified)
-   @type timeout: int or float
-   @param return_when: indicates when this function should return, must
-   be one of the constants ALL_COMPLETED, FIRST_COMPLETED, or
-   FIRST_EXCEPTION (default is ALL_COMPLETED)
-   @type return_when: object
-   @param loop: event loop
-   @type loop: EventLoop
-   @return: tuple of (done, pending).
-   @rtype: asyncio.Future (or compatible)
-   """
-   loop = asyncio._wrap_loop(loop)
-   result_future = loop.create_future()
-   _Waiter(futures, timeout, return_when, result_future, loop)
-   return result_future
-
-
-class _Waiter:
-   def __init__(self, futures, timeout, return_when, result_future, loop):
-   

[gentoo-commits] proj/portage:master commit in: lib/portage/util/_eventloop/

2021-03-06 Thread Zac Medico
commit: 4cf221840bb980305b48a329c693dd1a310d5248
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar  7 02:48:57 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar  7 02:49:34 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4cf22184

Remove unused PollSelectAdapter and PollConstants classes

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/_eventloop/PollConstants.py | 17 --
 lib/portage/util/_eventloop/PollSelectAdapter.py | 74 
 2 files changed, 91 deletions(-)

diff --git a/lib/portage/util/_eventloop/PollConstants.py 
b/lib/portage/util/_eventloop/PollConstants.py
deleted file mode 100644
index c5700d108..0
--- a/lib/portage/util/_eventloop/PollConstants.py
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-import select
-class PollConstants:
-
-   """
-   Provides POLL* constants that are equivalent to those from the
-   select module, for use by PollSelectAdapter.
-   """
-
-   names = ("POLLIN", "POLLPRI", "POLLOUT", "POLLERR", "POLLHUP", 
"POLLNVAL")
-   v = 1
-   for k in names:
-   locals()[k] = getattr(select, k, v)
-   v *= 2
-   del k, v

diff --git a/lib/portage/util/_eventloop/PollSelectAdapter.py 
b/lib/portage/util/_eventloop/PollSelectAdapter.py
deleted file mode 100644
index c4637a352..0
--- a/lib/portage/util/_eventloop/PollSelectAdapter.py
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-import select
-
-from .PollConstants import PollConstants
-
-class PollSelectAdapter:
-
-   """
-   Use select to emulate a poll object, for
-   systems that don't support poll().
-   """
-
-   def __init__(self):
-   self._registered = {}
-   self._select_args = [[], [], []]
-
-   def register(self, fd, *args):
-   """
-   Only POLLIN is currently supported!
-   """
-   if len(args) > 1:
-   raise TypeError(
-   "register expected at most 2 arguments, got " + 
\
-   repr(1 + len(args)))
-
-   eventmask = PollConstants.POLLIN | \
-   PollConstants.POLLPRI | PollConstants.POLLOUT
-   if args:
-   eventmask = args[0]
-
-   self._registered[fd] = eventmask
-   self._select_args = None
-
-   def unregister(self, fd):
-   self._select_args = None
-   del self._registered[fd]
-
-   def poll(self, *args):
-   if len(args) > 1:
-   raise TypeError(
-   "poll expected at most 2 arguments, got " + \
-   repr(1 + len(args)))
-
-   timeout = None
-   if args:
-   timeout = args[0]
-
-   select_args = self._select_args
-   if select_args is None:
-   select_args = [list(self._registered), [], []]
-
-   if timeout is not None:
-   select_args = select_args[:]
-   # Translate poll() timeout args to select() timeout 
args:
-   #
-   #  | units| value(s) for indefinite 
block
-   # 
-|--|--
-   #   poll   | milliseconds | omitted, negative, or None
-   # 
-|--|--
-   #   select | seconds  | omitted
-   # 
-|--|--
-
-   if timeout is not None and timeout < 0:
-   timeout = None
-   if timeout is not None:
-   select_args.append(timeout / 1000)
-
-   select_events = select.select(*select_args)
-   poll_events = []
-   for fd in select_events[0]:
-   poll_events.append((fd, PollConstants.POLLIN))
-   return poll_events



[gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/

2021-03-06 Thread Matt Turner
commit: a5c72b43908238ae99bdf00a178434ed08be0c5c
Author: Azat Bahawi  teknik  io>
AuthorDate: Wed Mar  3 07:46:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  7 02:02:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c72b43

gnome-base/librsvg: Fix build error due to unset x11-libs/cairo[glib]

Packages starting v2.48 have `cairo-gobject` as a dependency.
x11-libs/cairo must be built with USE=glib for librsvg to merge.

Signed-off-by: Azat Bahawi  teknik.io>
Closes: https://github.com/gentoo/gentoo/pull/19747
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/librsvg/librsvg-2.48.8.ebuild | 4 ++--
 gnome-base/librsvg/librsvg-2.48.9.ebuild | 4 ++--
 gnome-base/librsvg/librsvg-2.50.2.ebuild | 2 +-
 gnome-base/librsvg/librsvg-2.50.3.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnome-base/librsvg/librsvg-2.48.8.ebuild 
b/gnome-base/librsvg/librsvg-2.48.8.ebuild
index 5c9ac17f786..bf7a1854664 100644
--- a/gnome-base/librsvg/librsvg-2.48.8.ebuild
+++ b/gnome-base/librsvg/librsvg-2.48.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]

diff --git a/gnome-base/librsvg/librsvg-2.48.9.ebuild 
b/gnome-base/librsvg/librsvg-2.48.9.ebuild
index c5ec2752fa9..44a8879352b 100644
--- a/gnome-base/librsvg/librsvg-2.48.9.ebuild
+++ b/gnome-base/librsvg/librsvg-2.48.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]

diff --git a/gnome-base/librsvg/librsvg-2.50.2.ebuild 
b/gnome-base/librsvg/librsvg-2.50.2.ebuild
index 01b20ea0c5c..04ae4816f37 100644
--- a/gnome-base/librsvg/librsvg-2.50.2.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.2.ebuild
@@ -17,7 +17,7 @@ IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]

diff --git a/gnome-base/librsvg/librsvg-2.50.3.ebuild 
b/gnome-base/librsvg/librsvg-2.50.3.ebuild
index 01b20ea0c5c..04ae4816f37 100644
--- a/gnome-base/librsvg/librsvg-2.50.3.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.3.ebuild
@@ -17,7 +17,7 @@ IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND="
-   >=x11-libs/cairo-1.16.0[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.16.0[glib,${MULTILIB_USEDEP}]
>=media-libs/freetype-2.9:2[${MULTILIB_USEDEP}]
>=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}]
>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]



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

2021-03-06 Thread Matt Turner
commit: a5c390a0fa031b0ce2dd6c8dd0d3badcfd8581d6
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Mar  3 14:31:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  7 02:02:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c390a0

x11-libs/libwnck: EAPI 7

Closes: https://github.com/gentoo/gentoo/pull/19753
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libwnck/libwnck-2.31.0-r1.ebuild | 52 +++
 1 file changed, 52 insertions(+)

diff --git a/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild 
b/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
new file mode 100644
index 000..392f0d732de
--- /dev/null
+++ b/x11-libs/libwnck/libwnck-2.31.0-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic gnome2
+
+DESCRIPTION="A window navigation construction kit"
+HOMEPAGE="https://www.gnome.org/;
+
+LICENSE="LGPL-2+"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+
+IUSE="+introspection startup-notification"
+
+RDEPEND="
+   >=x11-libs/gtk+-2.19.7:2[introspection?]
+   >=dev-libs/glib-2.16:2
+   x11-libs/libX11
+   x11-libs/libXres
+   x11-libs/libXext
+   introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
+   startup-notification? ( >=x11-libs/startup-notification-0.4 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+# eautoreconf needs
+#  gnome-base/gnome-common
+
+src_prepare() {
+   DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+   # Regenerate pregenerated marshalers for 

[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/files/, app-office/scribus/

2021-03-06 Thread Andreas Sturmlechner
commit: 6dbd3c2927d356ed242b437be3b807fc1ea94ed5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  7 01:04:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  7 01:04:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbd3c29

app-office/scribus: Fix build with app-text/poppler-21.03.0

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

 .../files/scribus-1.5.6.1-poppler-21.03.0-1.patch  | 53 ++
 .../files/scribus-1.5.6.1-poppler-21.03.0-2.patch  | 27 +++
 app-office/scribus/scribus-1.5.6.1.ebuild  |  3 +-
 3 files changed, 82 insertions(+), 1 deletion(-)

diff --git a/app-office/scribus/files/scribus-1.5.6.1-poppler-21.03.0-1.patch 
b/app-office/scribus/files/scribus-1.5.6.1-poppler-21.03.0-1.patch
new file mode 100644
index 000..18c1edcaaa9
--- /dev/null
+++ b/app-office/scribus/files/scribus-1.5.6.1-poppler-21.03.0-1.patch
@@ -0,0 +1,53 @@
+From 7ce0ac16fd42d61ef9082b27822c7d9d79c7fef7 Mon Sep 17 00:00:00 2001
+From: Jean Ghali 
+Date: Mon, 1 Mar 2021 21:52:54 +
+Subject: [PATCH] Attempt to fix build of pdf import plugin with poppler
+ 21.03.0
+
+git-svn-id: svn://scribus.net/trunk/Scribus@24537 
11d20701-8431-0410-a711-e3c959e3b870
+---
+ scribus/plugins/import/pdf/slaoutput.cpp | 12 +++-
+ scribus/plugins/import/pdf/slaoutput.h   |  4 
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+diff --git a/scribus/plugins/import/pdf/slaoutput.cpp 
b/scribus/plugins/import/pdf/slaoutput.cpp
+index 7cbc73e8d4..d1b37a0c21 100644
+--- a/scribus/plugins/import/pdf/slaoutput.cpp
 b/scribus/plugins/import/pdf/slaoutput.cpp
+@@ -2292,9 +2292,19 @@ GBool SlaOutputDev::patchMeshShadedFill(GfxState 
*state, GfxPatchMeshShading *sh
+   return gTrue;
+ }
+ 
+-GBool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog 
*cat, Object *str, POPPLER_CONST_070 double *pmat, int paintType, int 
tilingType, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 
double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep)
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)
++bool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog 
*cat, GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int 
y1, double xStep, double yStep)
++#else
++GBool SlaOutputDev::tilingPatternFill(GfxState *state, Gfx * /*gfx*/, Catalog 
*cat, Object *str, POPPLER_CONST_070 double *pmat, int /*paintType*/, int 
/*tilingType*/, Dict *resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 
double *bbox, int x0, int y0, int x1, int y1, double xStep, double yStep)
++#endif
+ {
+ //qDebug() << "SlaOutputDev::tilingPatternFill";
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)
++  const double *bbox = tPat->getBBox();
++  const double *pmat = tPat->getMatrix();
++  Dict *resDict = tPat->getResDict();
++#endif
++
+   PDFRectangle box;
+   Gfx *gfx;
+   QString id;
+diff --git a/scribus/plugins/import/pdf/slaoutput.h 
b/scribus/plugins/import/pdf/slaoutput.h
+index 5149f19e31..66c34203ae 100644
+--- a/scribus/plugins/import/pdf/slaoutput.h
 b/scribus/plugins/import/pdf/slaoutput.h
+@@ -197,7 +197,11 @@ class SlaOutputDev : public OutputDev
+   void stroke(GfxState *state) override;
+   void fill(GfxState *state) override;
+   void eoFill(GfxState *state) override;
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(21, 3, 0)
++  bool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, 
GfxTilingPattern *tPat, const double *mat, int x0, int y0, int x1, int y1, 
double xStep, double yStep) override;
++#else
+   GBool tilingPatternFill(GfxState *state, Gfx *gfx, Catalog *cat, Object 
*str, POPPLER_CONST_070 double *pmat, int paintType, int tilingType, Dict 
*resDict, POPPLER_CONST_070 double *mat, POPPLER_CONST_070 double *bbox, int 
x0, int y0, int x1, int y1, double xStep, double yStep) override;
++#endif
+   GBool functionShadedFill(GfxState * /*state*/, GfxFunctionShading * 
/*shading*/) override { qDebug() << "Function Shaded Fill";  return gFalse; }
+   GBool axialShadedFill(GfxState *state, GfxAxialShading *shading, double 
tMin, double tMax) override;
+   GBool axialShadedSupportExtend(GfxState *state, GfxAxialShading 
*shading)  override { return (shading->getExtend0() == shading->getExtend1()); }

diff --git a/app-office/scribus/files/scribus-1.5.6.1-poppler-21.03.0-2.patch 
b/app-office/scribus/files/scribus-1.5.6.1-poppler-21.03.0-2.patch
new file mode 100644
index 000..bff1c08b39a
--- /dev/null
+++ b/app-office/scribus/files/scribus-1.5.6.1-poppler-21.03.0-2.patch
@@ -0,0 +1,27 @@
+From 6b9ff916959bcb941866f0bd86da639a421337f8 Mon Sep 17 00:00:00 2001
+From: Jean Ghali 
+Date: Mon, 1 Mar 2021 22:00:02 +
+Subject: [PATCH] Attempt to fix build of pdf import plugin 

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

2021-03-06 Thread William Hubbs
commit: f0107db1275f641716bf8da6ed8f143167547383
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Mar  7 00:05:36 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Mar  7 00:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0107db1

app-emulation/docker-cli: 20.10.5-r1 bump to install all manpages

Signed-off-by: William Hubbs  gentoo.org>

 .../docker-cli/docker-cli-20.10.5-r1.ebuild| 64 ++
 1 file changed, 64 insertions(+)

diff --git a/app-emulation/docker-cli/docker-cli-20.10.5-r1.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.5-r1.ebuild
new file mode 100644
index 000..7869c5f026b
--- /dev/null
+++ b/app-emulation/docker-cli/docker-cli-20.10.5-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GIT_COMMIT=55c4c88966
+EGO_PN="github.com/docker/cli"
+inherit bash-completion-r1  golang-vcs-snapshot
+
+DESCRIPTION="the command line binary for docker"
+HOMEPAGE="https://www.docker.com/;
+MY_PV=${PV/_/-}
+SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="hardened"
+
+RDEPEND="!https://github.com/tianon/docker-overlay/pull/10
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
+   emake \
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
+   VERSION="$(cat VERSION)" \
+   GITCOMMIT="${GIT_COMMIT}" \
+   dynbinary
+
+   # build man pages
+   # see "cli/scripts/docs/generate-man.sh" (which also does "go get" for 
go-md2man)
+   mkdir -p ./man/man1 || die "mkdir failed"
+   go build -o "${T}"/gen-manpages ./man ||
+   die 'build gen-manpages failed'
+   "${T}"/gen-manpages --root "$(pwd)" --target "$(pwd)"/man/man1 ||
+   die 'gen-manpages failed'
+   ./man/md2man-all.sh -q ||
+   die 'md2man-all.sh failed'
+}
+
+src_install() {
+   dobin build/docker
+   doman man/man*/*
+   dobashcomp contrib/completion/bash/*
+   bashcomp_alias docker dockerd
+   insinto /usr/share/fish/vendor_completions.d/
+   doins contrib/completion/fish/docker.fish
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/_*
+}



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

2021-03-06 Thread Andreas Sturmlechner
commit: 50f7d4913f59116d2dbe2e53c0fc165549548688
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=50f7d491

kde-frameworks/kdelibs4support: 5.80.0 version bump

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

 .../kdelibs4support/kdelibs4support-5.80.0.ebuild  | 95 ++
 1 file changed, 95 insertions(+)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.80.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.80.0.ebuild
new file mode 100644
index 00..43e1d42d1e
--- /dev/null
+++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.80.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="true"
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RESTRICT+=" test"
+
+BDEPEND="
+   dev-lang/perl
+   dev-perl/URI
+"
+COMMON_DEPEND="
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/openssl:0
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qttest-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kauth-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   >=kde-frameworks/kded-${PVCUT}:5
+   =kde-frameworks/kdoctools-${PVCUT}*:5
+   =kde-frameworks/kemoticons-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kunitconversion-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/solid-${PVCUT}*:5
+   virtual/libintl
+   X? (
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
+   X? ( x11-base/xorg-proto )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kinit-${PVCUT}*:5
+   =kde-frameworks/kitemmodels-${PVCUT}*:5
+"
+
+PATCHES=( "${FILESDIR}/${PN}-5.79.0-no-kdesignerplugin.patch" )
+
+src_prepare() {
+   ecm_src_prepare
+   if ! use handbook; then
+   sed -e "/kdoctools_install/ s/^/#DONT/" -i CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kross/

2021-03-06 Thread Andreas Sturmlechner
commit: 01395bdf7063346d5b8de53a384d345cc87fa1d0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=01395bdf

kde-frameworks/kross: 5.80.0 version bump

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

 kde-frameworks/kross/kross-5.80.0.ebuild | 34 
 1 file changed, 34 insertions(+)

diff --git a/kde-frameworks/kross/kross-5.80.0.ebuild 
b/kde-frameworks/kross/kross-5.80.0.ebuild
new file mode 100644
index 00..91bc4177af
--- /dev/null
+++ b/kde-frameworks/kross/kross-5.80.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for embedding scripting into applications"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtscript-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/designer-${QTMIN}:5
+"



[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/.kde-frameworks-5.80/, Documentation/maintainers/, ...

2021-03-06 Thread Andreas Sturmlechner
commit: 64b3b29f9ee69549aa185538a2223b8822dba342
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:09:11 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=64b3b29f

Documentation: Add KDE Frameworks 5.80

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

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-frameworks-5.80/_HEADER_  |  2 +
 .../.kde-frameworks-5.80/kde-frameworks-5.80   |  1 +
 .../kde-frameworks-portingaids-5.80|  1 +
 .../.kde-frameworks-5.80/kde-frameworks-tier1-5.80 |  1 +
 .../.kde-frameworks-5.80/kde-frameworks-tier2-5.80 |  1 +
 .../.kde-frameworks-5.80/kde-frameworks-tier3-5.80 |  1 +
 .../.kde-frameworks-5.80/more-deps |  0
 .../kde-frameworks-5.80.keywords   | 92 ++
 Documentation/package.mask/kde-frameworks-5.80 | 92 ++
 .../package.unmask/.kde-frameworks-5.80/_HEADER_   |  2 +
 .../.kde-frameworks-5.80/kde-frameworks-5.80   |  1 +
 .../kde-frameworks-portingaids-5.80|  1 +
 .../.kde-frameworks-5.80/kde-frameworks-tier1-5.80 |  1 +
 .../.kde-frameworks-5.80/kde-frameworks-tier2-5.80 |  1 +
 .../.kde-frameworks-5.80/kde-frameworks-tier3-5.80 |  1 +
 Documentation/package.unmask/kde-frameworks-5.80   | 92 ++
 17 files changed, 291 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index c0d5bed8be..77d8809ff5 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -9,7 +9,7 @@ cd "$(dirname $0)"
 SCRIPT=$(basename $0)
 HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 
-KF_RELEASES="5.77 5.79"
+KF_RELEASES="5.77 5.79 5.80"
 KF_RELEASE=${KF_RELEASE:-5.77}
 
 PLASMA_RELEASES="5.20 5.21"

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/_HEADER_
new file mode 100644
index 00..5680b4107e
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.80/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Frameworks 5.80 release.
+# Edit Documentation/package.accept_keywords/.kde-frameworks-5.80/ files 
instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-5.80
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-5.80
new file mode 12
index 00..9ad23b88c3
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-5.80
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-5.80
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-portingaids-5.80
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-portingaids-5.80
new file mode 12
index 00..6f6e692602
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-portingaids-5.80
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-portingaids-5.80
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier1-5.80
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier1-5.80
new file mode 12
index 00..0ac395df8b
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier1-5.80
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-tier1-5.80
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier2-5.80
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier2-5.80
new file mode 12
index 00..5e60e34de0
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier2-5.80
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-tier2-5.80
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier3-5.80
 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier3-5.80
new file mode 12
index 00..e17e657df3
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/kde-frameworks-tier3-5.80
@@ -0,0 +1 @@
+../../../sets/kde-frameworks-tier3-5.80
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.80/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.80/more-deps
new file mode 100644
index 00..e69de29bb2

diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.80.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.80.keywords
new file mode 100644
index 00..14c9d4b2b9

[gentoo-commits] proj/kde:master commit in: sets/

2021-03-06 Thread Andreas Sturmlechner
commit: 8e54cecc338424409158dbde102c5d005820c30f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:08:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e54cecc

sets: Add KDE Frameworks 5.80 sets

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

 sets/kde-frameworks-5.80 |  6 ++
 sets/kde-frameworks-portingaids-5.80 |  7 +++
 sets/kde-frameworks-tier1-5.80   | 37 
 sets/kde-frameworks-tier2-5.80   | 17 +
 sets/kde-frameworks-tier3-5.80   | 26 +
 5 files changed, 93 insertions(+)

diff --git a/sets/kde-frameworks-5.80 b/sets/kde-frameworks-5.80
new file mode 100644
index 00..1a0f80e46c
--- /dev/null
+++ b/sets/kde-frameworks-5.80
@@ -0,0 +1,6 @@
+@kde-frameworks-tier1-5.80
+@kde-frameworks-tier2-5.80
+@kde-frameworks-tier3-5.80
+# Tier 4: Provide extra features to other Frameworks to integrate with Plasma.
+

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kxmlgui/

2021-03-06 Thread Andreas Sturmlechner
commit: ffdf93ee9fbb7f8b932bad7009c563624beae8d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ffdf93ee

kde-frameworks/kxmlgui: 5.80.0 version bump

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

 kde-frameworks/kxmlgui/kxmlgui-5.80.0.ebuild | 53 
 1 file changed, 53 insertions(+)

diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.80.0.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-5.80.0.ebuild
new file mode 100644
index 00..45acc6a367
--- /dev/null
+++ b/kde-frameworks/kxmlgui/kxmlgui-5.80.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2+"
+IUSE=""
+
+# slot op: includes QtCore/private/qlocale_p.h
+DEPEND="
+   >=dev-qt/qtcore-${QTMIN}:5=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_KF5Attica=ON
+   )
+
+   ecm_src_configure
+}
+
+src_test() {
+   # Files are missing; whatever. Bugs 650290, 668198
+   local myctestargs=(
+   -E "(ktoolbar_unittest|kxmlgui_unittest)"
+   )
+
+   ecm_src_test
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/ktextwidgets/

2021-03-06 Thread Andreas Sturmlechner
commit: bc06df3ff3a804d521e8cd1eb2aa1a1c877439f9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc06df3f

kde-frameworks/ktextwidgets: 5.80.0 version bump

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

 .../ktextwidgets/ktextwidgets-5.80.0.ebuild| 38 ++
 1 file changed, 38 insertions(+)

diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.ebuild 
b/kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.ebuild
new file mode 100644
index 00..0fdd8d6013
--- /dev/null
+++ b/kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing an assortment of widgets for displaying and 
editing text"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="speech"
+
+DEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/sonnet-${PVCUT}*:5
+   speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package speech Qt5TextToSpeech)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/khtml/

2021-03-06 Thread Andreas Sturmlechner
commit: b4d6d6f1679d668b9572226824b63b5ac74f9aa2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4d6d6f1

kde-frameworks/khtml: 5.80.0 version bump

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

 kde-frameworks/khtml/khtml-5.80.0.ebuild | 71 
 1 file changed, 71 insertions(+)

diff --git a/kde-frameworks/khtml/khtml-5.80.0.ebuild 
b/kde-frameworks/khtml/khtml-5.80.0.ebuild
new file mode 100644
index 00..59dac9b04c
--- /dev/null
+++ b/kde-frameworks/khtml/khtml-5.80.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="KHTML web rendering engine"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+BDEPEND="
+   dev-lang/perl
+   dev-util/gperf
+"
+RDEPEND="
+   dev-libs/openssl:0
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/kjs-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwallet-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/sonnet-${PVCUT}*:5
+   media-libs/giflib:=
+   media-libs/libpng:0=
+   >=media-libs/phonon-4.11.0
+   sys-libs/zlib
+   virtual/jpeg:0
+   X? (
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libX11
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet/

2021-03-06 Thread Andreas Sturmlechner
commit: eef7fbc36bf16dfa1f0f745711010c689a1b34f0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eef7fbc3

kde-frameworks/kwallet: 5.80.0 version bump

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

 kde-frameworks/kwallet/kwallet-5.80.0.ebuild | 54 
 1 file changed, 54 insertions(+)

diff --git a/kde-frameworks/kwallet/kwallet-5.80.0.ebuild 
b/kde-frameworks/kwallet/kwallet-5.80.0.ebuild
new file mode 100644
index 00..6ca3378209
--- /dev/null
+++ b/kde-frameworks/kwallet/kwallet-5.80.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Framework providing desktop-wide storage for passwords"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="gpg +man"
+
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+DEPEND="
+   dev-libs/libgcrypt:0=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   gpg? ( >=app-crypt/gpgme-1.7.1[cxx,qt5] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package gpg Gpgmepp)
+   $(cmake_use_find_package man KF5DocTools)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Optional dependencies:"
+   optfeature "Auto-unlocking after account login" 
kde-plasma/kwallet-pam
+   optfeature "KWallet management" kde-apps/kwalletmanager:5
+   elog "For more information, read 
https://wiki.gentoo.org/wiki/KDE#KWallet;
+   fi
+   ecm_pkg_postinst
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/purpose/

2021-03-06 Thread Andreas Sturmlechner
commit: 5aa0a7a888e33cfe7227d7517f4488d5c6e59786
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5aa0a7a8

kde-frameworks/purpose: 5.80.0 version bump

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

 kde-frameworks/purpose/purpose-5.80.0.ebuild | 69 
 1 file changed, 69 insertions(+)

diff --git a/kde-frameworks/purpose/purpose-5.80.0.ebuild 
b/kde-frameworks/purpose/purpose-5.80.0.ebuild
new file mode 100644
index 00..e9607e015d
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.80.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT+=" test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Optional dependencies:"
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kjs/

2021-03-06 Thread Andreas Sturmlechner
commit: 38bb55ebaab233820f41adbc5a458b63e1ce8911
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=38bb55eb

kde-frameworks/kjs: 5.80.0 version bump

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

 kde-frameworks/kjs/kjs-5.80.0.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/kde-frameworks/kjs/kjs-5.80.0.ebuild 
b/kde-frameworks/kjs/kjs-5.80.0.ebuild
new file mode 100644
index 00..103b7d178d
--- /dev/null
+++ b/kde-frameworks/kjs/kjs-5.80.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_QTHELP="false"
+inherit ecm kde.org
+
+DESCRIPTION="ECMAScipt compatible parser and engine"
+LICENSE="BSD-2 LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+BDEPEND="
+   dev-lang/perl
+"
+DEPEND="
+   dev-libs/libpcre
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( src/README )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/

2021-03-06 Thread Andreas Sturmlechner
commit: e8fa4cf9300b9fc9690584db2df675cd8706b026
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:07 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8fa4cf9

kde-frameworks/plasma: 5.80.0 version bump

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

 kde-frameworks/plasma/plasma-5.80.0.ebuild | 74 ++
 1 file changed, 74 insertions(+)

diff --git a/kde-frameworks/plasma/plasma-5.80.0.ebuild 
b/kde-frameworks/plasma/plasma-5.80.0.ebuild
new file mode 100644
index 00..30849cdada
--- /dev/null
+++ b/kde-frameworks/plasma/plasma-5.80.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_ORG_NAME="${PN}-framework"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Plasma framework"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="gles2-only wayland X"
+
+RESTRICT+=" test"
+
+BDEPEND="
+   >=kde-frameworks/kdoctools-${PVCUT}:5
+"
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kactivities-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kdeclarative-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   !gles2-only? ( virtual/opengl )
+   wayland? (
+   =kde-frameworks/kwayland-${PVCUT}*:5
+   media-libs/mesa[egl]
+   )
+   X? (
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package !gles2-only OpenGL)
+   $(cmake_use_find_package wayland EGL)
+   $(cmake_use_find_package wayland KF5Wayland)
+   $(cmake_use_find_package X X11)
+   $(cmake_use_find_package X XCB)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kparts/

2021-03-06 Thread Andreas Sturmlechner
commit: be496f0783e4190f81ba8025b66badbea8aa33b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:21 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=be496f07

kde-frameworks/kparts: 5.80.0 version bump

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

 kde-frameworks/kparts/kparts-5.80.0.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/kde-frameworks/kparts/kparts-5.80.0.ebuild 
b/kde-frameworks/kparts/kparts-5.80.0.ebuild
new file mode 100644
index 00..e8709a311e
--- /dev/null
+++ b/kde-frameworks/kparts/kparts-5.80.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing elaborate user-interface components"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   >=kde-frameworks/ktextwidgets-${PVCUT}:5
+"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kinit/

2021-03-06 Thread Andreas Sturmlechner
commit: dedd3d45f0a34c3c400a8138e3a6efb561651405
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dedd3d45

kde-frameworks/kinit: 5.80.0 version bump

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

 kde-frameworks/kinit/kinit-5.80.0.ebuild | 51 
 1 file changed, 51 insertions(+)

diff --git a/kde-frameworks/kinit/kinit-5.80.0.ebuild 
b/kde-frameworks/kinit/kinit-5.80.0.ebuild
new file mode 100644
index 00..fa069ce124
--- /dev/null
+++ b/kde-frameworks/kinit/kinit-5.80.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Helper library to speed up start of applications on KDE work 
spaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="+caps +man X"
+
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   caps? ( sys-libs/libcap )
+   X? (
+   x11-libs/libX11
+   x11-libs/libxcb
+   )
+"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package caps Libcap)
+   $(cmake_use_find_package man KF5DocTools)
+   $(cmake_use_find_package X X11)
+   $(cmake_use_find_package X XCB)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/krunner/

2021-03-06 Thread Andreas Sturmlechner
commit: acb82c1b8893aeae6a3a0318df0c3c1b0c82419a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:42 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=acb82c1b

kde-frameworks/krunner: 5.80.0 version bump

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

 kde-frameworks/krunner/krunner-5.80.0.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/kde-frameworks/krunner/krunner-5.80.0.ebuild 
b/kde-frameworks/krunner/krunner-5.80.0.ebuild
new file mode 100644
index 00..414cdb8822
--- /dev/null
+++ b/kde-frameworks/krunner/krunner-5.80.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for providing different actions given a string query"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="activities"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/plasma-${PVCUT}*:5
+   =kde-frameworks/solid-${PVCUT}*:5
+   =kde-frameworks/threadweaver-${PVCUT}*:5
+   activities? ( =kde-frameworks/kactivities-${PVCUT}*:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package activities KF5Activities)
+   )
+   ecm_src_configure
+}
+
+src_test() {
+   # requires virtual dbus #630672
+   local myctestargs=(
+   -E "(dbusrunnertest)"
+   )
+   ecm_src_test
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/

2021-03-06 Thread Andreas Sturmlechner
commit: 84cb16c1c4d519e7f7e225f37639897602bbba5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=84cb16c1

kde-frameworks/kio: 5.80.0 version bump

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

 kde-frameworks/kio/kio-5.80.0.ebuild | 94 
 1 file changed, 94 insertions(+)

diff --git a/kde-frameworks/kio/kio-5.80.0.ebuild 
b/kde-frameworks/kio/kio-5.80.0.ebuild
new file mode 100644
index 00..2a72c61406
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.80.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org xdg-utils
+
+DESCRIPTION="Framework providing transparent file and data management"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl +handbook kerberos +kwallet X"
+
+# tests hang
+RESTRICT+=" test"
+
+RDEPEND="
+   dev-libs/libxml2
+   dev-libs/libxslt
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kauth-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kbookmarks-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/solid-${PVCUT}*:5
+   acl? (
+   sys-apps/attr
+   virtual/acl
+   )
+   handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 )
+   kerberos? ( virtual/krb5 )
+   kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 )
+   X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   test? ( sys-libs/zlib )
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXrender
+   )
+"
+PDEPEND="
+   >=kde-frameworks/kded-${PVCUT}:5
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package acl ACL)
+   $(cmake_use_find_package handbook KF5DocTools)
+   $(cmake_use_find_package kerberos GSSAPI)
+   $(cmake_use_find_package kwallet KF5Wallet)
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   ecm_pkg_postrm
+   xdg_desktop_database_update
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kemoticons/

2021-03-06 Thread Andreas Sturmlechner
commit: 46b03902743a783eae11311c3bf2c89833c77e52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=46b03902

kde-frameworks/kemoticons: 5.80.0 version bump

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

 kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild 
b/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild
new file mode 100644
index 00..6c6f658b72
--- /dev/null
+++ b/kde-frameworks/kemoticons/kemoticons-5.80.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for converting text emoticons to graphical 
representations"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# requires running kde environment
+RESTRICT+=" test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kservice/

2021-03-06 Thread Andreas Sturmlechner
commit: 23be2044e40ef3aa56d889710be1cb57bc15fd03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=23be2044

kde-frameworks/kservice: 5.80.0 version bump

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

 kde-frameworks/kservice/kservice-5.80.0.ebuild | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/kde-frameworks/kservice/kservice-5.80.0.ebuild 
b/kde-frameworks/kservice/kservice-5.80.0.ebuild
new file mode 100644
index 00..b70e6261a0
--- /dev/null
+++ b/kde-frameworks/kservice/kservice-5.80.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Advanced plugin and service introspection"
+
+LICENSE="LGPL-2 LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="+man"
+
+# requires running kde environment
+RESTRICT+=" test"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+RDEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DAPPLICATIONS_MENU_NAME=kf5-applications.menu
+   $(cmake_use_find_package man KF5DocTools)
+   )
+
+   ecm_src_configure
+}
+
+src_install() {
+   ecm_src_install
+
+   # bug 596316
+   dosym kf5-applications.menu /etc/xdg/menus/applications.menu
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexteditor/

2021-03-06 Thread Andreas Sturmlechner
commit: e3373fed77b2299b67d7ec808bdb2af4aa9c8819
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:33:47 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3373fed

kde-frameworks/ktexteditor: 5.80.0 version bump

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

 .../ktexteditor/ktexteditor-5.80.0.ebuild  | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.80.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.80.0.ebuild
new file mode 100644
index 00..9212f04f8f
--- /dev/null
+++ b/kde-frameworks/ktexteditor/ktexteditor-5.80.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing a full text editor component"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="+editorconfig git"
+
+RESTRICT+=" test"
+
+BDEPEND="
+   test? ( >=kde-frameworks/kservice-${PVCUT}:5 )
+"
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kauth-${PVCUT}*:5
+   =kde-frameworks/kcodecs-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kguiaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kjobwidgets-${PVCUT}*:5
+   =kde-frameworks/kparts-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+   =kde-frameworks/sonnet-${PVCUT}*:5
+   =kde-frameworks/syntax-highlighting-${PVCUT}*:5
+   editorconfig? ( app-text/editorconfig-core-c )
+   git? ( dev-libs/libgit2:= )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package editorconfig EditorConfig)
+   $(cmake_use_find_package git LibGit2)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifyconfig/

2021-03-06 Thread Andreas Sturmlechner
commit: 8c32ab9c854cd6fd0c1b94f9a537152b0f649d7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:21 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c32ab9c

kde-frameworks/knotifyconfig: 5.80.0 version bump

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

 .../knotifyconfig/knotifyconfig-5.80.0.ebuild  | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.80.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.80.0.ebuild
new file mode 100644
index 00..80cca1ceea
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.80.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for configuring desktop notifications"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="phonon"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   !phonon? ( media-libs/libcanberra )
+   phonon? ( >=media-libs/phonon-4.11.0 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package !phonon Canberra)
+   )
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kiconthemes/

2021-03-06 Thread Andreas Sturmlechner
commit: f00e09624b54511e2e0554d2f12f5be9e2f6de79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f00e0962

kde-frameworks/kiconthemes: 5.80.0 version bump

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

 .../kiconthemes/kiconthemes-5.80.0.ebuild  | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.80.0.ebuild 
b/kde-frameworks/kiconthemes/kiconthemes-5.80.0.ebuild
new file mode 100644
index 00..c189858f25
--- /dev/null
+++ b/kde-frameworks/kiconthemes/kiconthemes-5.80.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework for icon theming and configuration"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT+=" test" # bug 574770
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/knewstuff/

2021-03-06 Thread Andreas Sturmlechner
commit: 28069e191d96fc99a58981ff08bf249442d3eeb2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:21 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=28069e19

kde-frameworks/knewstuff: 5.80.0 version bump

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

 kde-frameworks/knewstuff/knewstuff-5.80.0.ebuild | 40 
 1 file changed, 40 insertions(+)

diff --git a/kde-frameworks/knewstuff/knewstuff-5.80.0.ebuild 
b/kde-frameworks/knewstuff/knewstuff-5.80.0.ebuild
new file mode 100644
index 00..b8deb66ae7
--- /dev/null
+++ b/kde-frameworks/knewstuff/knewstuff-5.80.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for downloading and sharing additional application data"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   =kde-frameworks/attica-${PVCUT}*:5
+   =kde-frameworks/karchive-${PVCUT}*:5
+   =kde-frameworks/kcompletion-${PVCUT}*:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kitemviews-${PVCUT}*:5
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/ktextwidgets-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kxmlgui-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kirigami-${PVCUT}:5
+"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdeclarative/

2021-03-06 Thread Andreas Sturmlechner
commit: 968349d839c1fde8cc3ba67dd33314325de8a6c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=968349d8

kde-frameworks/kdeclarative: 5.80.0 version bump

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

 .../kdeclarative/kdeclarative-5.80.0.ebuild| 35 ++
 1 file changed, 35 insertions(+)

diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.80.0.ebuild 
b/kde-frameworks/kdeclarative/kdeclarative-5.80.0.ebuild
new file mode 100644
index 00..34815c5411
--- /dev/null
+++ b/kde-frameworks/kdeclarative/kdeclarative-5.80.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing integration of QML and KDE work spaces"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kglobalaccel-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kiconthemes-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kpackage-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5
+   media-libs/libepoxy
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/

2021-03-06 Thread Andreas Sturmlechner
commit: c3c9ded2488f850264090bc8fba7faff1b741ff6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3c9ded2

kde-frameworks/kdesu: 5.80.0 version bump

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

 kde-frameworks/kdesu/kdesu-5.80.0.ebuild | 33 
 1 file changed, 33 insertions(+)

diff --git a/kde-frameworks/kdesu/kdesu-5.80.0.ebuild 
b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild
new file mode 100644
index 00..f80367b7e2
--- /dev/null
+++ b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+PVCUT=$(ver_cut 1-2)
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle super user actions"
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kpty-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package X X11)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kglobalaccel/

2021-03-06 Thread Andreas Sturmlechner
commit: 33114876d9e77d4d32f64c9abfb72b5add0a5db4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=33114876

kde-frameworks/kglobalaccel: 5.80.0 version bump

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

 .../kglobalaccel/kglobalaccel-5.80.0.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild 
b/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild
new file mode 100644
index 00..6473474b63
--- /dev/null
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework to handle global shortcuts"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+LICENSE="LGPL-2+"
+IUSE="nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
+   x11-libs/libxcb
+   x11-libs/xcb-util-keysyms
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kded/

2021-03-06 Thread Andreas Sturmlechner
commit: 91fa12ae82b602924b9403d11c85d67ecbbcbc60
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 20:05:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:31:20 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=91fa12ae

kde-frameworks/kded: 5.80.0 version bump

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

 kde-frameworks/kded/kded-5.80.0.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/kde-frameworks/kded/kded-5.80.0.ebuild 
b/kde-frameworks/kded/kded-5.80.0.ebuild
new file mode 100644
index 00..9ab73b764a
--- /dev/null
+++ b/kde-frameworks/kded/kded-5.80.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="false"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Central daemon of KDE workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="+man"
+
+BDEPEND="
+   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/kcrash-${PVCUT}*:5
+   =kde-frameworks/kdbusaddons-${PVCUT}*:5
+   =kde-frameworks/kinit-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package man KF5DocTools)
+   )
+
+   ecm_src_configure
+}



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

2021-03-06 Thread Andreas Sturmlechner
commit: 2b6b81af7b96959dc1ba7d3099be9deaafe74e17
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  6 23:50:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  6 23:50:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b81af

kde-apps/kate: Re-fix hanging test

Thanks-to: Frank Krömmelbein  gmx.de>
Bug: https://bugs.gentoo.org/774219
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kate/kate-20.12.3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/kde-apps/kate/kate-20.12.3.ebuild 
b/kde-apps/kate/kate-20.12.3.ebuild
index aaf50d4fa88..47bc8aebbfa 100644
--- a/kde-apps/kate/kate-20.12.3.ebuild
+++ b/kde-apps/kate/kate-20.12.3.ebuild
@@ -61,6 +61,10 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-20.08.3-fix-filetree_model_test.patch" # bug 769548
+)
+
 src_prepare() {
ecm_src_prepare
 



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

2021-03-06 Thread Sam James
commit: aff7005bf0611a33059a4f9d89008e541d79e969
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:08:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:10:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff7005b

dev-util/pkgcheck: Stabilize 0.8.2-r1 ppc, #773904

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

 dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
index 8d94a5810da..3c7d804a5e9 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-03-06 Thread Sam James
commit: c3a4094cd7b8f8978ac15cad686aeb9ce5d2ce90
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:08:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:10:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a4094c

sys-apps/pkgcore: Stabilize 0.11.2 ppc, #773904

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-apps/pkgcore/pkgcore-0.11.2.ebuild 
b/sys-apps/pkgcore/pkgcore-0.11.2.ebuild
index 22358a7a89d..1eee02553ed 100644
--- a/sys-apps/pkgcore/pkgcore-0.11.2.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.11.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc 
x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc 
x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-03-06 Thread Sam James
commit: d9f14d42de145fd17d0df9c636ca9cd8c519c7b4
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:08:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:09:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f14d42

dev-python/snakeoil: Stabilize 0.9.2-r1 ppc, #773904

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild 
b/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild
index 136f918104b..0bb59fbe05e 100644
--- a/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc 
x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc 
x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-03-06 Thread Sam James
commit: 8c1d8b326ce25ea549cc4810ed1e8015eb363974
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:07:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:09:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1d8b32

media-gfx/gif2png: Stabilize 2.5.14 ppc, #717948

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-gfx/gif2png/gif2png-2.5.14.ebuild 
b/media-gfx/gif2png/gif2png-2.5.14.ebuild
index 3e81c042cda..8949dc9c07b 100644
--- a/media-gfx/gif2png/gif2png-2.5.14.ebuild
+++ b/media-gfx/gif2png/gif2png-2.5.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND=">=media-libs/libpng-1.2:0=
sys-libs/zlib:="



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2021-03-06 Thread Sam James
commit: bfc2f979029bf2133c93813af4bf32ff0960cddd
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:08:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:09:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc2f979

net-firewall/nftables: Stabilize 0.9.6-r1 ppc, #773118

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

 net-firewall/nftables/nftables-0.9.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/nftables/nftables-0.9.6-r1.ebuild 
b/net-firewall/nftables/nftables-0.9.6-r1.ebuild
index a2a6ade2a24..372ae0459c0 100644
--- a/net-firewall/nftables/nftables-0.9.6-r1.ebuild
+++ b/net-firewall/nftables/nftables-0.9.6-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc ~x86"
 IUSE="debug doc +gmp json +modern-kernel python +readline static-libs xtables"
 
 RDEPEND="



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

2021-03-06 Thread Sam James
commit: 88bea00401a50ad6f44e4e891268da464edc27fe
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:07:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:09:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bea004

dev-libs/xerces-c: Stabilize 3.2.3-r2 ppc, #774483

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild 
b/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild
index 854855b0aca..296f87dcaf5 100644
--- a/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild
+++ b/dev-libs/xerces-c/xerces-c-3.2.3-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
inherit subversion
 else
SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 LICENSE="Apache-2.0"



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

2021-03-06 Thread Sam James
commit: e0da97fafba59d498dffafd5d7da3607371e93f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:07:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:09:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0da97fa

media-gfx/gif2png: Stabilize 2.5.14 ppc64, #717948

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-gfx/gif2png/gif2png-2.5.14.ebuild 
b/media-gfx/gif2png/gif2png-2.5.14.ebuild
index 8949dc9c07b..fe8849158ba 100644
--- a/media-gfx/gif2png/gif2png-2.5.14.ebuild
+++ b/media-gfx/gif2png/gif2png-2.5.14.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND=">=media-libs/libpng-1.2:0=
sys-libs/zlib:="



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

2021-03-06 Thread Sam James
commit: 49f1e8da5b4c70b7ea7283c450758a983ebdf82b
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:04:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:04:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f1e8da

profiles/arch/riscv: mask media-libs/gd[heif]

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index d4c1ba1a1f1..0600e5a0c5e 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-03-06)
+# media-libs/libheif isn't keyworded here
+media-libs/gd heif
+
 # Sam James  (2021-02-26)
 # dev-libs/efl not keyworded here
 # and is a desktop application mainly



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

2021-03-06 Thread Sam James
commit: c97e30984ccd6fc1ad7231a769a7f1e5fc0c0971
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:05:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97e3098

profiles/arch/sparc: mask media-libs/gd[heif]

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

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

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 126729cca66..b5e5d965bcb 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-03-06)
+# media-libs/libheif isn't keyworded here
+media-libs/gd heif
+
 # Sam James  (2021-02-26)
 # dev-libs/efl not keyworded here
 # and is a desktop application mainly



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

2021-03-06 Thread Sam James
commit: f5e73a7b28c475b0be8315435e154b392272bb77
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 22:51:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:00:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e73a7b

media-libs/gd: add 2.3.2

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

 media-libs/gd/Manifest|  1 +
 media-libs/gd/gd-2.3.2.ebuild | 84 +++
 media-libs/gd/metadata.xml|  1 +
 3 files changed, 86 insertions(+)

diff --git a/media-libs/gd/Manifest b/media-libs/gd/Manifest
index 7c6d5873b36..d42fa6e8c07 100644
--- a/media-libs/gd/Manifest
+++ b/media-libs/gd/Manifest
@@ -1,2 +1,3 @@
 DIST libgd-2.3.0.tar.xz 2539188 BLAKE2B 
a90f48be959d1bb6774ec44960e191b8be134ff3e74401eba4cbf9b165c72665f3dffe3beaaf92fa6069e0ef79533be5d57a5946a1839f55446072fa322ed808
 SHA512 
5b201d22560e147a3d5471010b898ad0268c3a2453b870d1267b6ba92e540cf9f75099336c1ab08217e41827ac86fe04525726bf29ad117e5dcbaef9a8d0622a
 DIST libgd-2.3.1.tar.xz 2632076 BLAKE2B 
22457c4a2fc493872ccbc8a2c45283e785ab200ca671c48f00f3f22a037fac3b97afb35534f5ec7288714a16dfaa59ed53acbbd39c3e7f89f16cdec72ef1bed1
 SHA512 
0b96406a1d62129d7d63f78fc4558062c223a3bfbf9719be86362fd922b72b5dac294524dd1b0a996a4a7a709ee9d2dfc790ee32564add70adad41d044a0ed80
+DIST libgd-2.3.2.tar.xz 2821096 BLAKE2B 
a126fbac1c20113fe8f27187e70b1b81712212b7da01c9a0b3e5e38fb4d4356b7992a0cfd7db55a2f94877f6ecf82d775c39977a523db1f948cf215c6c0d7672
 SHA512 
a31c6dbb64e7b725b63f3b400f7bebc289e2d776bdca0595af23006841660dc93a56c2247b98f8a584438a826f9e9ff0bea17d0b3900e48e281580b1308794d2

diff --git a/media-libs/gd/gd-2.3.2.ebuild b/media-libs/gd/gd-2.3.2.ebuild
new file mode 100644
index 000..f6ee164c0b4
--- /dev/null
+++ b/media-libs/gd/gd-2.3.2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal
+
+DESCRIPTION="Graphics library for fast image creation"
+HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/;
+SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz;
+S="${WORKDIR}/lib${P}"
+
+LICENSE="gd IJG HPND BSD"
+SLOT="2/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff 
truetype webp xpm zlib"
+RESTRICT="!test? ( test )"
+
+# fontconfig has prefixed font paths, details see bug #518970
+REQUIRED_USE="
+   prefix? ( fontconfig )
+   test? ( png )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   heif? ( media-libs/libheif[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
+   xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] 
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.0-disable-flaky-tests.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # bug 603360, 
https://github.com/libgd/libgd/blob/fd06f7f83c5e78bf5b7f5397746b4e5ee4366250/docs/README.TESTING#L65
+   if use cpu_flags_x86_sse ; then
+   append-cflags -msse -mfpmath=sse
+   else
+   append-cflags -ffloat-store
+   fi
+
+   # bug 632076, https://github.com/libgd/libgd/issues/278
+   if use arm64 || use ppc64 || use s390 ; then
+   append-cflags -ffp-contract=off
+   fi
+
+   # we aren't actually {en,dis}abling X here ... the configure
+   # script uses it just to add explicit -I/-L paths which we
+   # don't care about on Gentoo systems.
+   local myeconfargs=(
+   --disable-werror
+   --without-x
+   --without-liq
+   --without-avif
+   $(use_enable static-libs static)
+   $(use_with fontconfig)
+   $(use_with png)
+   $(use_with tiff)
+   $(use_with truetype freetype)
+   $(use_with heif)
+   $(use_with jpeg)
+   $(use_with webp)
+   $(use_with xpm)
+   $(use_with zlib)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   dodoc README.md
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/media-libs/gd/metadata.xml b/media-libs/gd/metadata.xml

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

2021-03-06 Thread Sam James
commit: 3f6778cd51e5a4c25d1cb22defa12ec3d51ae8e0
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:04:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:04:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6778cd

profiles/arch/powerpc/ppc32: mask media-libs/gd[heif]

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

 profiles/arch/powerpc/ppc32/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 0c5459214b9..9d92d38e42b 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-03-06)
+# media-libs/libheif isn't keyworded here
+media-libs/gd heif
+
 # Sam James  (2021-02-28)
 # compiler-rt* has no support for ppc32 (yet?)
 # bug #708344



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

2021-03-06 Thread Sam James
commit: 31a4a027b571603aecdba6b5e00e37601ca8c34d
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:03:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:03:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a4a027

profiles/arch/ia64: mask media-libs/gd[heif]

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

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

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 0b3cf89f69d..9a98fd803be 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-03-06)
+# media-libs/libheif isn't keyworded here
+media-libs/gd heif
+
 # Akinori Hattori  (2021-03-03)
 # dev-lang/ruby is not keyworded
 >=dev-libs/libutf8proc-2.6.0 test



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

2021-03-06 Thread Sam James
commit: 50755036accc842fcc43700acfb7983365d55f4b
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:01:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:01:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50755036

profiles/arch/alpha: mask media-libs/gd[heif]

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

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index d84f54aeaf9..7847c07703d 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-03-06)
+# media-libs/libheif isn't keyworded here
+media-libs/gd heif
+
 # Sam James  (2021-02-26)
 # dev-libs/efl not keyworded here
 # and is a desktop application mainly



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

2021-03-06 Thread Sam James
commit: cf8d27f47c550873b977fc3d740c2e8ab5c18479
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  6 23:01:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  6 23:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8d27f4

profiles/arch/hppa: mask media-libs/gd[heif]

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

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

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index c324828f1fb..e7ce41e7519 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Sam James  (2021-03-06)
+# media-libs/libheif isn't keyworded here
+media-libs/gd heif
+
 # Georgy Yakovlev  (2021-01-19)
 # uchardet not stable/keyworded yet on this arch
 # bug #750032



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

2021-03-06 Thread Zac Medico
commit: ca1b7b3d12cfe74d5a0238d138094cd404b12ad0
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar  6 22:06:07 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar  6 22:27:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1b7b3d

sys-apps/portage: batch EPREFIX shebang sed calls with xargs

Batch EPREFIX shebang sed calls with xargs, and also use
find -executable since we only care about executables.

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

 sys-apps/portage/portage-3.0.16.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-apps/portage/portage-3.0.16.ebuild 
b/sys-apps/portage/portage-3.0.16.ebuild
index 0c20c537626..0a278512cac 100644
--- a/sys-apps/portage/portage-3.0.16.ebuild
+++ b/sys-apps/portage/portage-3.0.16.ebuild
@@ -137,13 +137,17 @@ python_prepare_all() {
-w "/_BINARY/" lib/portage/const.py
 
einfo "Prefixing shebangs ..."
+   > "${T}/shebangs" || die
while read -r -d $'\0' ; do
local shebang=$(head -n1 "$REPLY")
if [[ ${shebang} == "#!"* && ! ${shebang} == 
"#!${EPREFIX}/"* ]] ; then
-   sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" 
"$REPLY" || \
-   die "sed failed"
+   echo "${REPLY}" >> "${T}/shebangs" || die
fi
-   done < <(find . -type f ! -name etc-update -print0)
+   done < <(find . -type f -executable ! -name etc-update -print0)
+
+   if [[ -s ${T}/shebangs ]]; then
+   xargs sed -i -e "1s:^#!:#!${EPREFIX}:" < 
"${T}/shebangs" || die "sed failed"
+   fi
 
einfo "Adjusting make.globals, repos.conf and etc-update ..."
hprefixify cnf/{make.globals,repos.conf} bin/etc-update



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

2021-03-06 Thread Zac Medico
commit: ba6bc7e9a747ff24e4f45957ffd8c7a2de70d96b
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar  6 22:06:07 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar  6 22:10:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6bc7e9

sys-apps/portage: batch EPREFIX shebang sed calls with xargs

Batch EPREFIX shebang sed calls with xargs, and also use
find -executable since we only care about executables.

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

 sys-apps/portage/portage-.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index f229af539a2..feff21265f7 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -128,13 +128,17 @@ python_prepare_all() {
-w "/_BINARY/" lib/portage/const.py
 
einfo "Prefixing shebangs ..."
+   > "${T}/shebangs" || die
while read -r -d $'\0' ; do
local shebang=$(head -n1 "$REPLY")
if [[ ${shebang} == "#!"* && ! ${shebang} == 
"#!${EPREFIX}/"* ]] ; then
-   sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" 
"$REPLY" || \
-   die "sed failed"
+   echo "${REPLY}" >> "${T}/shebangs" || die
fi
-   done < <(find . -type f ! -name etc-update -print0)
+   done < <(find . -type f -executable ! -name etc-update -print0)
+
+   if [[ -s ${T}/shebangs ]]; then
+   xargs sed -i -e "1s:^#!:#!${EPREFIX}:" < 
"${T}/shebangs" || die "sed failed"
+   fi
 
einfo "Adjusting make.globals, repos.conf and etc-update ..."
hprefixify cnf/{make.globals,repos.conf} bin/etc-update



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

2021-03-06 Thread Michał Górny
commit: 2c1734f985a358784dbdc6afb0383c8042a9382e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  6 22:02:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  6 22:02:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1734f9

dev-python/pyxattr: Remove old

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

 dev-python/pyxattr/Manifest |  1 -
 dev-python/pyxattr/pyxattr-0.7.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pyxattr/Manifest b/dev-python/pyxattr/Manifest
index 0e1aee75e05..70f935f96ee 100644
--- a/dev-python/pyxattr/Manifest
+++ b/dev-python/pyxattr/Manifest
@@ -1,2 +1 @@
-DIST pyxattr-0.7.1.tar.gz 30580 BLAKE2B 
748ce0610ebc1a074dee87dffc67a88e1def0ea467f13758d2d85f9f5c37954586d85dfb8ceb1b77f4ef637295d57a153849b00d773e2e79b06902974fe01663
 SHA512 
093cb3f9b9637194b9737c07da7dde45b3d5083ec16a9209af80d30c86da8f93badff5aada395415be3dd48da73004286e47d0aa0671c95e65b0492d02e86009
 DIST pyxattr-0.7.2.tar.gz 31550 BLAKE2B 
3505300d7a50dc305068740379bb8edbefa29f228c797e2e74467a51f4b0a6b740203f89b8ed461218978214213a6cd778107f58eb07a64d6b45e25d0fb769ea
 SHA512 
fb9b36d5d2fb9ab674daf40d6f5c7dbe50d847dcb6d9955d270ef3aed2d8e3540f8feebd934009f47d63f3c55882846a20f7ed733b0d0c004e7a1984e7106206

diff --git a/dev-python/pyxattr/pyxattr-0.7.1.ebuild 
b/dev-python/pyxattr/pyxattr-0.7.1.ebuild
deleted file mode 100644
index be3812bbdd4..000
--- a/dev-python/pyxattr/pyxattr-0.7.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to xattr"
-HOMEPAGE="https://pyxattr.k1024.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://pyxattr.k1024.org/downloads/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="sys-apps/attr:="
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/recommonmark
-
-python_prepare_all() {
-   sed -i -e 's:, "-Werror"::' setup.py || die
-   # Bug 548486
-   sed -e "s:html_theme = 'default':html_theme = 'classic':" \
-   -i doc/conf.py || die
-
-   distutils-r1_python_prepare_all
-}



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

2021-03-06 Thread Patrice Clement
commit: e1b0bded458e45ce80224458531d37ce55889d6e
Author: Ferenc Erki  gmail  com>
AuthorDate: Tue Mar  2 17:33:28 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar  6 22:02:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b0bded

app-admin/rex: bump version to 1.13.3.

Closes: https://github.com/gentoo/gentoo/pull/19738
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ferenc Erki  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/rex/Manifest   | 1 +
 app-admin/rex/{rex-.ebuild => rex-1.13.3.ebuild} | 4 ++--
 app-admin/rex/rex-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-admin/rex/Manifest b/app-admin/rex/Manifest
index 70748a374eb..7f054c115ec 100644
--- a/app-admin/rex/Manifest
+++ b/app-admin/rex/Manifest
@@ -1,2 +1,3 @@
 DIST Rex-1.13.0.tar.gz 344412 BLAKE2B 
220e3dff378bdf5c607f2be94952a68f4c3e72ab362518566e16be55a837cef64f12af8f487e1f26bec04e3b5b4781d1d8eecc6aa347a666c2eb616595371919
 SHA512 
9e717decbe27a630e83c8194418783cb38c63fedb7f8c4a437395ebc3db21a45cc2057bcb6b2bc689255ab8f579908ad7158031e3a019886634fae3f6e6fb511
 DIST Rex-1.13.1.tar.gz 347483 BLAKE2B 
bab66dffa3e0c0ae6b54bb8a76adfff0858797370389d5329169e5a7a2e6091a5d866feae14c5764b9d87bf920ff9ee5951cc69be4311c9c362e49f58f24659f
 SHA512 
d68bf98e83a04a28d904db683e3cc0984f019ffc6be589f261b4bc44300b753c03e751b87936d9d831bf6456bdcff916cc2a84c0a1a6c11e20c47bf2533575fc
+DIST Rex-1.13.3.tar.gz 349550 BLAKE2B 
c2ccc2144e56761d33ed2b5d790febd49863639d2e3bba8028b7937b43eb51e7e59e9e99cb1d67f247b2dff8ef91aa04776afd6277ad8a2370f35d71e0b528dd
 SHA512 
beab22aef8ba620b6e74847698eab99977844d2e9632812a9ae0e1ee303cbe4e5a6489000bd5209d76e42e3bb4bb799a90408ed6fb14e034f68132a4d37766dc

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-1.13.3.ebuild
similarity index 98%
copy from app-admin/rex/rex-.ebuild
copy to app-admin/rex/rex-1.13.3.ebuild
index 6942c13d2e5..9576447c007 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-1.13.3.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
@@ -134,7 +134,7 @@ dzil_src_prep() {
-e '/^\[Test::MinimumVersion\]/{N;d}' \
-i dist.ini || die "Can't patch dist.ini"
 
-   # Removals/additons have to be tracked by git or dzil build fails
+   # Removals/additions have to be tracked by git or dzil build fails
# Spurious warning during src_prepare
git rm -f xt/author/critic-progressive.t || die "Can't rm 
author/critic-progressive.t"
# Spurious warning during src_prepare

diff --git a/app-admin/rex/rex-.ebuild b/app-admin/rex/rex-.ebuild
index 6942c13d2e5..9576447c007 100644
--- a/app-admin/rex/rex-.ebuild
+++ b/app-admin/rex/rex-.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
@@ -134,7 +134,7 @@ dzil_src_prep() {
-e '/^\[Test::MinimumVersion\]/{N;d}' \
-i dist.ini || die "Can't patch dist.ini"
 
-   # Removals/additons have to be tracked by git or dzil build fails
+   # Removals/additions have to be tracked by git or dzil build fails
# Spurious warning during src_prepare
git rm -f xt/author/critic-progressive.t || die "Can't rm 
author/critic-progressive.t"
# Spurious warning during src_prepare



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

2021-03-06 Thread Patrice Clement
commit: df59ac29c4308ddf48f57448f7bac8d56a77c691
Author: Ferenc Erki  gmail  com>
AuthorDate: Sat Mar  6 10:38:04 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar  6 22:02:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df59ac29

app-admin/rex: drop old.

See: https://github.com/gentoo/gentoo/pull/19738
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ferenc Erki  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/rex/Manifest  |   2 -
 app-admin/rex/rex-1.13.0.ebuild | 204 
 app-admin/rex/rex-1.13.1.ebuild | 203 ---
 3 files changed, 409 deletions(-)

diff --git a/app-admin/rex/Manifest b/app-admin/rex/Manifest
index 7f054c115ec..6bac2adedf4 100644
--- a/app-admin/rex/Manifest
+++ b/app-admin/rex/Manifest
@@ -1,3 +1 @@
-DIST Rex-1.13.0.tar.gz 344412 BLAKE2B 
220e3dff378bdf5c607f2be94952a68f4c3e72ab362518566e16be55a837cef64f12af8f487e1f26bec04e3b5b4781d1d8eecc6aa347a666c2eb616595371919
 SHA512 
9e717decbe27a630e83c8194418783cb38c63fedb7f8c4a437395ebc3db21a45cc2057bcb6b2bc689255ab8f579908ad7158031e3a019886634fae3f6e6fb511
-DIST Rex-1.13.1.tar.gz 347483 BLAKE2B 
bab66dffa3e0c0ae6b54bb8a76adfff0858797370389d5329169e5a7a2e6091a5d866feae14c5764b9d87bf920ff9ee5951cc69be4311c9c362e49f58f24659f
 SHA512 
d68bf98e83a04a28d904db683e3cc0984f019ffc6be589f261b4bc44300b753c03e751b87936d9d831bf6456bdcff916cc2a84c0a1a6c11e20c47bf2533575fc
 DIST Rex-1.13.3.tar.gz 349550 BLAKE2B 
c2ccc2144e56761d33ed2b5d790febd49863639d2e3bba8028b7937b43eb51e7e59e9e99cb1d67f247b2dff8ef91aa04776afd6277ad8a2370f35d71e0b528dd
 SHA512 
beab22aef8ba620b6e74847698eab99977844d2e9632812a9ae0e1ee303cbe4e5a6489000bd5209d76e42e3bb4bb799a90408ed6fb14e034f68132a4d37766dc

diff --git a/app-admin/rex/rex-1.13.0.ebuild b/app-admin/rex/rex-1.13.0.ebuild
deleted file mode 100644
index b8623b485c3..000
--- a/app-admin/rex/rex-1.13.0.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} ==  ]]; then
-   GITHUB_USER=RexOps
-   GITHUB_REPO=Rex
-   EGIT_REPO_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}.git;
-   EGIT_BRANCH="master"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-git"
-   VCS_ECLASS="git-r3"
-else
-   # This is intentional to stop perl-module.eclass doing magic things 
when it
-   # shouldn't. Like making ${S} contain "Rex" when the git clone has "rex"
-   # Also prevents perl-module.eclass provisioning SRC_URI
-   DIST_AUTHOR=FERKI
-   DIST_NAME=Rex
-   KEYWORDS="~amd64 ~x86"
-fi
-inherit bash-completion-r1 perl-module ${VCS_ECLASS}
-
-DESCRIPTION="(R)?ex, the friendly automation framework"
-
-SLOT="0"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-DZIL_DEPENDS="
-   dev-perl/Dist-Zilla
-   dev-perl/Dist-Zilla-Plugin-CheckExtraTests
-   dev-perl/Dist-Zilla-Plugin-ContributorsFile
-   dev-perl/Dist-Zilla-Plugin-Git
-   dev-perl/Dist-Zilla-Plugin-Git-Contributors
-   dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome
-   dev-perl/Dist-Zilla-Plugin-Meta-Contributors
-   dev-perl/Dist-Zilla-Plugin-MetaProvides-Package
-   dev-perl/Dist-Zilla-Plugin-NextVersion-Semantic
-   dev-perl/Dist-Zilla-Plugin-OSPrereqs
-   dev-perl/Dist-Zilla-Plugin-OurPkgVersion
-   dev-perl/Dist-Zilla-Plugin-Run
-   dev-perl/Software-License
-"
-RDEPEND="
-   !minimal? (
-   dev-perl/DBI
-   dev-perl/Expect
-   dev-perl/IPC-Shareable
-   dev-perl/XML-LibXML
-   )
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   dev-perl/Data-Validate-IP
-   dev-perl/Devel-Caller
-   dev-perl/Digest-HMAC
-   virtual/perl-Digest-MD5
-   virtual/perl-Exporter
-   virtual/perl-File-Spec
-   dev-perl/HTTP-Message
-   dev-perl/Hash-Merge
-   virtual/perl-IO
-   dev-perl/IO-String
-   dev-perl/IO-Tty
-   dev-perl/JSON-MaybeXS
-   dev-perl/List-MoreUtils
-   virtual/perl-MIME-Base64
-   dev-perl/Net-OpenSSH
-   dev-perl/Net-SFTP-Foreign
-   virtual/perl-Scalar-List-Utils
-   dev-perl/Parallel-ForkManager
-   dev-perl/Sort-Naturally
-   dev-perl/String-Escape
-   virtual/perl-Storable
-   dev-perl/TermReadKey
-   virtual/perl-Test-Simple
-   dev-perl/Text-Glob
-   virtual/perl-Text-Tabs+Wrap
-   virtual/perl-Time-HiRes
-   dev-perl/URI
-   dev-perl/XML-Simple
-   dev-perl/libwww-perl
-   dev-perl/YAML
-   virtual/perl-version
-"
-
-BDEPEND="
-   ${RDEPEND}
-   >=virtual/perl-CPAN-Meta-Requirements-2.120.620
-   >=virtual/perl-ExtUtils-MakeMaker-7.110.100
-   >=dev-perl/File-ShareDir-Install-0.60.0
-   virtual/perl-Module-Metadata
-   test? (
-   virtual/perl-File-Temp
-  

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

2021-03-06 Thread William Hubbs
commit: c0c33a0ae0c9409cca1973799558a075c225b12e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 22:01:11 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 22:01:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c33a0a

app-emulation/docker-cli: fix man page generation for 20.10.4

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker-cli/docker-cli-20.10.4.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/docker-cli/docker-cli-20.10.4.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.4.ebuild
index 2675134a9e6..b20c515611a 100644
--- a/app-emulation/docker-cli/docker-cli-20.10.4.ebuild
+++ b/app-emulation/docker-cli/docker-cli-20.10.4.ebuild
@@ -26,7 +26,6 @@ S="${WORKDIR}/${P}/src/${EGO_PN}"
 src_prepare() {
default
sed -i 's@dockerd\?\.exe@@g' contrib/completion/bash/docker || die
-   sed -i 's@md2man@go-md2man@' man/md2man-all.sh || die
 }
 
 src_compile() {



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

2021-03-06 Thread William Hubbs
commit: 4c755df83b5c37940956859bf8e19ce10e102918
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 21:55:09 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 21:55:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c755df8

app-emulation/docker-cli: fix man page generation for 20.10.5

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker-cli/docker-cli-20.10.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/docker-cli/docker-cli-20.10.5.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.5.ebuild
index 00dd2eb04e9..c23d7586e28 100644
--- a/app-emulation/docker-cli/docker-cli-20.10.5.ebuild
+++ b/app-emulation/docker-cli/docker-cli-20.10.5.ebuild
@@ -26,7 +26,6 @@ S="${WORKDIR}/${P}/src/${EGO_PN}"
 src_prepare() {
default
sed -i 's@dockerd\?\.exe@@g' contrib/completion/bash/docker || die
-   sed -i 's@md2man@go-md2man@' man/md2man-all.sh || die
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2021-03-06 Thread Stephan Hartmann
commit: 4bd189e8bfac8ac6b7fe35ba2fab4aaa433f8558
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sat Mar  6 21:46:54 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sat Mar  6 21:53:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd189e8

www-client/chromium: fix building with SSE4.1

Closes: https://bugs.gentoo.org/774525
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/chromium-90.0.4430.11.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/chromium/chromium-90.0.4430.11.ebuild 
b/www-client/chromium/chromium-90.0.4430.11.ebuild
index e7975fba433..cfbb5d1d5c3 100644
--- a/www-client/chromium/chromium-90.0.4430.11.ebuild
+++ b/www-client/chromium/chromium-90.0.4430.11.ebuild
@@ -379,6 +379,7 @@ src_prepare() {
third_party/modp_b64
third_party/nasm
third_party/nearby
+   third_party/neon_2_sse
third_party/node

third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2
third_party/one_euro_filter



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/

2021-03-06 Thread Mart Raudsepp
commit: 849346654e171eebcd9ee53bbf9aa219add727f2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  6 21:39:00 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  6 21:39:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84934665

gui-libs/gdk-pixbuf-loader-webp: fix EAPI-7 deps

Forgot last pass at deps before pushing before

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild| 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
index 55aa81bbf27..2c21e366084 100644
--- a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
+++ b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
@@ -15,10 +15,10 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=">x11-libs/gdk-pixbuf-2.22.0:2[${MULTILIB_USEDEP}]
-   >media-libs/libwebp-0.4.3:=[${MULTILIB_USEDEP}]
-   "
-RDEPEND="${DEPEND}"
+RDEPEND=">x11-libs/gdk-pixbuf-2.22.0:2[${MULTILIB_USEDEP}]
+   >media-libs/libwebp-0.4.3:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
default



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

2021-03-06 Thread Sergei Trofimovich
commit: 61fa7433a930040d93e6a1e1a522b53218d2159b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:37:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:37:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fa7433

media-gfx/pngcrush: keyworded 1.8.13 for sparc

keyworded wrt bug #774222

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
index 8985af1bc7c..a84cc5c727f 100644
--- a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
+++ b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="system-libs? ( 
mirror://sourceforge/pmt/${P}-nolib.tar.xz )
 
 LICENSE="pngcrush"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="+system-libs"
 
 RDEPEND="



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

2021-03-06 Thread Sergei Trofimovich
commit: 7d1ab36cde95a724a29bb127cf6dd16e1e2a960c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:36:56 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:36:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1ab36c

app-misc/pax-utils: stable 1.2.9 for ppc64

stable wrt bug #774423

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/pax-utils/pax-utils-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.9.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
index 12a16643a4a..57339630adb 100644
--- a/app-misc/pax-utils/pax-utils-1.2.9.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-03-06 Thread Sergei Trofimovich
commit: e3c7f4aec0f5dbd8f540198abee64641e3989f50
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:37:05 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:37:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c7f4ae

app-crypt/tpm2-tss: stable 2.4.5 for ppc64

stable wrt bug #773337

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild
index 97b37b3389e..3e7737e6da9 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.4.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="doc +fapi gcrypt +openssl static-libs test"
 
 RESTRICT="!test? ( test )"



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

2021-03-06 Thread Sergei Trofimovich
commit: e367e855d375bc903b48edb3da4641cb4a9ca5cb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:37:01 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:37:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e367e855

dev-python/pyxattr: stable 0.7.2 for ppc64

stable wrt bug #773850

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pyxattr/pyxattr-0.7.2.ebuild 
b/dev-python/pyxattr/pyxattr-0.7.2.ebuild
index 90e833ae432..605596a12e9 100644
--- a/dev-python/pyxattr/pyxattr-0.7.2.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="sys-apps/attr:="
 DEPEND="${RDEPEND}"



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

2021-03-06 Thread Sergei Trofimovich
commit: 9e1d694e12fc4eb9f3b36ba8072f5899a9b1437b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:37:10 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:37:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1d694e

media-libs/xine-lib: stable 1.2.11 for ppc64

stable wrt bug #764401

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/xine-lib/xine-lib-1.2.11.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.11.ebuild
index 88ad09f0355..813581de41f 100644
--- a/media-libs/xine-lib/xine-lib-1.2.11.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
NLS_DEPEND="sys-devel/gettext"
NLS_RDEPEND="virtual/libintl"
 else
-   KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
NLS_IUSE="nls"
NLS_DEPEND="nls? ( sys-devel/gettext )"



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

2021-03-06 Thread Sergei Trofimovich
commit: 4909849aa6dd723da9ce5fd5060670d46c5a346f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:36:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:36:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4909849a

media-gfx/pngcrush: keyworded 1.8.13 for ppc64

keyworded wrt bug #774222

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
index 1a716139482..8985af1bc7c 100644
--- a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
+++ b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="system-libs? ( 
mirror://sourceforge/pmt/${P}-nolib.tar.xz )
 
 LICENSE="pngcrush"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="+system-libs"
 
 RDEPEND="



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

2021-03-06 Thread Sergei Trofimovich
commit: 85a948ffbb38cec6447dfd7859d439f6992a3928
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:36:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:36:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a948ff

sys-libs/llvm-libunwind: keyworded 11.1.0 for ppc64

keyworded wrt bug #774390

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
index 0856ae1999e..cc29dc8d043 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/llvm-mirror/libunwind;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-03-06 Thread Sergei Trofimovich
commit: 5487e73c87a74f19b8405ee0bd4e83ba2a3a75c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:35:51 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:35:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5487e73c

dev-python/pyxattr: stable 0.7.2 for ppc

stable wrt bug #773850

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pyxattr/pyxattr-0.7.2.ebuild 
b/dev-python/pyxattr/pyxattr-0.7.2.ebuild
index 16e0011df0e..90e833ae432 100644
--- a/dev-python/pyxattr/pyxattr-0.7.2.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="sys-apps/attr:="
 DEPEND="${RDEPEND}"



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

2021-03-06 Thread Sergei Trofimovich
commit: e92d682f3be689b732feace5554c885db49cde37
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:35:46 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:35:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92d682f

app-misc/pax-utils: stable 1.2.9 for ppc

stable wrt bug #774423

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/pax-utils/pax-utils-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.9.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
index 78ca73cfd01..12a16643a4a 100644
--- a/app-misc/pax-utils/pax-utils-1.2.9.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-03-06 Thread Sergei Trofimovich
commit: 318fae63c3c25de044a7f261d5338f84865fb33c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:35:56 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:35:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318fae63

media-libs/xine-lib: stable 1.2.11 for ppc

stable wrt bug #764401

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/xine-lib/xine-lib-1.2.11.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.11.ebuild
index 9385bc83143..88ad09f0355 100644
--- a/media-libs/xine-lib/xine-lib-1.2.11.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
NLS_DEPEND="sys-devel/gettext"
NLS_RDEPEND="virtual/libintl"
 else
-   KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 x86"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
NLS_IUSE="nls"
NLS_DEPEND="nls? ( sys-devel/gettext )"



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

2021-03-06 Thread Sergei Trofimovich
commit: bf37494fc085a7c607c779ca7497fd92625f50d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:35:14 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:35:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf37494f

dev-python/setuptools: keyworded 54.1.0 for ppc

keyworded wrt bug #774216

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/setuptools/setuptools-54.1.0.ebuild 
b/dev-python/setuptools/setuptools-54.1.0.ebuild
index f44cf68991f..3cd99f80e1c 100644
--- a/dev-python/setuptools/setuptools-54.1.0.ebuild
+++ b/dev-python/setuptools/setuptools-54.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 
 BDEPEND="
test? (



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

2021-03-06 Thread Sergei Trofimovich
commit: 89a28b875a8f20f2f0089976e0c1d166fe2fc298
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:33:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:34:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a28b87

dev-python/jaraco-path: keyworded 3.3.1 for hppa

keyworded wrt bug #774216

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/jaraco-path/jaraco-path-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild 
b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
index d718b3dcdb2..47d0925e98f 100644
--- a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
+++ b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2021-03-06 Thread Sergei Trofimovich
commit: c7a23cbe5e79d4d5e1fa66524c93c02355e9aee6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:34:13 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:34:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a23cbe

media-gfx/pngcrush: keyworded 1.8.13 for ia64

keyworded wrt bug #774222

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

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

diff --git a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
index 92a5702ca9f..1a716139482 100644
--- a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
+++ b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="system-libs? ( 
mirror://sourceforge/pmt/${P}-nolib.tar.xz )
 
 LICENSE="pngcrush"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+system-libs"
 
 RDEPEND="



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

2021-03-06 Thread Sergei Trofimovich
commit: 1238872b364e57cf832b34d668466bb108a974e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:33:44 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:34:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1238872b

media-gfx/pngcrush: keyworded 1.8.13 for hppa

keyworded wrt bug #774222

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
index 0d7eb8c3b76..92a5702ca9f 100644
--- a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
+++ b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="system-libs? ( 
mirror://sourceforge/pmt/${P}-nolib.tar.xz )
 
 LICENSE="pngcrush"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+system-libs"
 
 RDEPEND="



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

2021-03-06 Thread Sergei Trofimovich
commit: d4c5b06ad505a4f2cb1316d984eea9aec5c301dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 21:33:57 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 21:34:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c5b06a

dev-python/setuptools: keyworded 54.1.0 for hppa

keyworded wrt bug #774216

Package-Manager: Portage-3.0.16, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/setuptools/setuptools-54.1.0.ebuild 
b/dev-python/setuptools/setuptools-54.1.0.ebuild
index fb7893f12a6..f44cf68991f 100644
--- a/dev-python/setuptools/setuptools-54.1.0.ebuild
+++ b/dev-python/setuptools/setuptools-54.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/

2021-03-06 Thread Mart Raudsepp
commit: 53776758a39cc7e3363b0854c45c77c7bb701fcc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  6 21:31:38 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  6 21:32:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53776758

gui-libs/gdk-pixbuf-loader-webp: bump to 0.0.2

Closes: https://bugs.gentoo.org/703864
Closes: https://bugs.gentoo.org/693062
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gui-libs/gdk-pixbuf-loader-webp/Manifest   |  1 +
 .../gdk-pixbuf-loader-webp-0.0.2.ebuild| 59 ++
 2 files changed, 60 insertions(+)

diff --git a/gui-libs/gdk-pixbuf-loader-webp/Manifest 
b/gui-libs/gdk-pixbuf-loader-webp/Manifest
new file mode 100644
index 000..492a1898328
--- /dev/null
+++ b/gui-libs/gdk-pixbuf-loader-webp/Manifest
@@ -0,0 +1 @@
+DIST gdk-pixbuf-loader-webp-0.0.2.tar.gz 8556 BLAKE2B 
ef7b316465a374b13bb6304721437e0469b4efa02bc5df92cac8c25681b92aa8211f189e2151acb771aea6885008b0e5721467d7b0219c93894ecbbe10142dfe
 SHA512 
6a838173f535687e0701b761cc4118f0648f3696177b473bdc9a9a36f9137cef35752239f190569f6168ec6180c5e023953271a0db226ed269a8b8a85d400907

diff --git 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
new file mode 100644
index 000..55aa81bbf27
--- /dev/null
+++ b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson multilib-minimal
+
+DESCRIPTION="WebP GDK Pixbuf Loader library"
+HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader;
+SRC_URI="https://github.com/aruiz/webp-pixbuf-loader/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/webp-pixbuf-loader-${PV}"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">x11-libs/gdk-pixbuf-2.22.0:2[${MULTILIB_USEDEP}]
+   >media-libs/libwebp-0.4.3:=[${MULTILIB_USEDEP}]
+   "
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   # Drop handling of pixbuf cache update by upstream
+   sed -e '/query_loaders/d' -i meson.build || die
+}
+
+multilib_src_configure() {
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+pkg_preinst() {
+   gnome2_gdk_pixbuf_savelist
+}
+
+pkg_postinst() {
+   # causes segfault if set, see bug 375615
+   unset __GL_NO_DSO_FINALIZER
+   multilib_foreach_abi gnome2_gdk_pixbuf_update
+}
+
+pkg_postrm() {
+   # causes segfault if set, see bug 375615
+   unset __GL_NO_DSO_FINALIZER
+   multilib_foreach_abi gnome2_gdk_pixbuf_update
+}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/

2021-03-06 Thread Mart Raudsepp
commit: b78a15916b5567e4ae64b7ab835cc08237eca795
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  6 21:31:53 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  6 21:32:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78a1591

gui-libs/gdk-pixbuf-loader-webp: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gdk-pixbuf-loader-webp-20160328234507.ebuild   | 38 --
 1 file changed, 38 deletions(-)

diff --git 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
deleted file mode 100644
index 8ec1d797cd9..000
--- 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://github.com/aruiz/webp-pixbuf-loader;
-EGIT_COMMIT=9b92950d49d7939f90ba7413deb7ec6b392b2054
-
-inherit git-r3 cmake-multilib gnome2-utils
-
-DESCRIPTION="WebP Image format GdkPixbuf loader"
-HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=">=media-libs/libwebp-0.4.3
-   >=x11-libs/gdk-pixbuf-2.22"
-RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
-   local mycmakeargs=( -DINSTALL_LIB_DIR:PATH=$(get_libdir) )
-   cmake-utils_src_configure
-}
-
-pkg_preinst() {
-   gnome2_gdk_pixbuf_savelist
-}
-
-pkg_postinst() {
-   gnome2_gdk_pixbuf_update
-}
-
-pkg_postinst() {
-   gnome2_gdk_pixbuf_update
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, x11-libs/gdk-pixbuf-loader-webp/, ...

2021-03-06 Thread Mart Raudsepp
commit: 96f7f5bc78062f20eebbc56f9fdf2fefb2f080d9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  6 17:44:39 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  6 21:32:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f7f5bc

x11-libs/gdk-pixbuf-loader-webp: move into gui-libs category

Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild  | 0
 {x11-libs => gui-libs}/gdk-pixbuf-loader-webp/metadata.xml   | 0
 profiles/updates/1Q-2021 | 1 +
 3 files changed, 1 insertion(+)

diff --git 
a/x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
similarity index 100%
rename from 
x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
rename to 
gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild

diff --git a/x11-libs/gdk-pixbuf-loader-webp/metadata.xml 
b/gui-libs/gdk-pixbuf-loader-webp/metadata.xml
similarity index 100%
rename from x11-libs/gdk-pixbuf-loader-webp/metadata.xml
rename to gui-libs/gdk-pixbuf-loader-webp/metadata.xml

diff --git a/profiles/updates/1Q-2021 b/profiles/updates/1Q-2021
index 4aa006302ec..64bf7fa2ee6 100644
--- a/profiles/updates/1Q-2021
+++ b/profiles/updates/1Q-2021
@@ -1,3 +1,4 @@
 slotmove >=sys-auth/libfprint-1.90 0 2
 move app-emulation/libpod app-emulation/podman
 move app-laptop/radeontool sys-apps/radeontool
+move x11-libs/gdk-pixbuf-loader-webp gui-libs/gdk-pixbuf-loader-webp



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/noson-app/

2021-03-06 Thread Steve Burnham
commit: 6794470a87e104966386cbbbe86381002c2109de
Author: Steven Burnham  gmail  com>
AuthorDate: Sat Mar  6 21:18:57 2021 +
Commit: Steve Burnham  gmail  com>
CommitDate: Sat Mar  6 21:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6794470a

media-sound/noson-app: new package

Fixed some issues from the first commit (b05a526) with the ebuild and xml

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Steven Burnham  gmail.com>

 media-sound/noson-app/metadata.xml   |  8 
 media-sound/noson-app/noson-app-4.4.8.ebuild | 29 
 2 files changed, 12 insertions(+), 25 deletions(-)

diff --git a/media-sound/noson-app/metadata.xml 
b/media-sound/noson-app/metadata.xml
index 44b5b1ee..76e5e88b 100644
--- a/media-sound/noson-app/metadata.xml
+++ b/media-sound/noson-app/metadata.xml
@@ -2,10 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-janbar/noson-app
+   janbar/noson-app
   
   
-dan...@gmail.com
-Steven Burnham
+   dan...@gmail.com
+   Steven Burnham
   
-
\ No newline at end of file
+

diff --git a/media-sound/noson-app/noson-app-4.4.8.ebuild 
b/media-sound/noson-app/noson-app-4.4.8.ebuild
index 9c9b512d..67690c87 100644
--- a/media-sound/noson-app/noson-app-4.4.8.ebuild
+++ b/media-sound/noson-app/noson-app-4.4.8.ebuild
@@ -2,39 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake xdg-utils
+inherit xdg cmake
 
 DESCRIPTION="The essential to control music from your SONOS devices on Linux 
platforms"
 HOMEPAGE="http://janbar.github.io/noson-app/index.html;
 SRC_URI="https://github.com/janbar/noson-app/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-S=${WORKDIR}
-
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-   >=dev-qt/qtcore-5.9
-   >=dev-qt/qtnetwork-5.9
-   >=dev-qt/qttranslations-5.9
-   >=dev-qt/qtgui-5.9
-   >=dev-qt/qtquickcontrols2-5.9
-   dev-libs/openssl:0
+   >=dev-qt/qtcore-5.9
+   >=dev-qt/qtnetwork-5.9
+   >=dev-qt/qttranslations-5.9
+   >=dev-qt/qtgui-5.9
+   >=dev-qt/qtquickcontrols2-5.9
+   dev-libs/openssl:0
 "
 RDEPEND="${DEPEND}"
 
-CMAKE_USE_DIR="${WORKDIR}/${P}"
-
 src_configure() {
-mycmakeargs=(-DCMAKE_BUILD_TYPE=Release ..)
-cmake_src_configure
+   cmake_src_configure
 }
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}
\ No newline at end of file



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

2021-03-06 Thread Nick Sarnie
commit: 34ad0f7d9541f5514c3141dc7fda68ee1ec982e2
Author: Ali Abdel-Qader  protonmail  com>
AuthorDate: Sat Mar  6 18:30:46 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Mar  6 20:44:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ad0f7d

dev-libs/tree-sitter: Drop old

Signed-off-by: Ali Abdel-Qader  protonmail.com>
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter/Manifest  |  2 --
 dev-libs/tree-sitter/tree-sitter-0.18.2.ebuild | 26 --
 dev-libs/tree-sitter/tree-sitter-0.18.3.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/tree-sitter/Manifest b/dev-libs/tree-sitter/Manifest
index 59ee5e7b73b..7bd71334b89 100644
--- a/dev-libs/tree-sitter/Manifest
+++ b/dev-libs/tree-sitter/Manifest
@@ -1,4 +1,2 @@
-DIST tree-sitter-0.18.2.tar.gz 2856990 BLAKE2B 
31bb67aa1645d06b14b5dfd3b45c978da8850b42352204174fb7966b3185adf1301e9c8150ddb999f074d05ef965d1e26555a750f7f77671e03e6a2821a89cef
 SHA512 
fe385f28ce28d96538d0779d3d69f49c6183732f48ae0e979d41d1298e7c87f259604f9f2eca2a07c424a4840fa29a38051845ead797325f748d251250ffb836
-DIST tree-sitter-0.18.3.tar.gz 2860203 BLAKE2B 
77d0fe53140602759a1039fc0bb600765ee4115e30fa26290f19c296f2b3941d0d42986344f11916266b6c46ac0250f94d1a1b01a6f074da36cee34c1c942165
 SHA512 
b669a499f826eb51fe51cbf93fd9bee6cd17ec3d628a2b7c4359c6b8d60390ce9d348a9d7470d5faa82c937d8afb720b596ce5e7b553943345cf1f79d74a2d79
 DIST tree-sitter-0.19.0.tar.gz 2861471 BLAKE2B 
acb1ff34c2ce4bc3995f59569f1ffa153c76013701eb04b834ac041efe6a533397bf2d540b55c27182194a0dbe285698927f29a2be001add8235ae4357e15e2a
 SHA512 
c5315b1b452303d0a2ef2e710cb282c303649464c0d0ca41380fef2a26f551a6b6166991f6fcf48a5a9c046871d368c062d1354fd0e1f327509c4b554ac8731e
 DIST tree-sitter-0.19.2.tar.gz 2864890 BLAKE2B 
b3c8a79ed5fa5749b5b824c03a7ae451c08d28c6f2f23a17e0b4b77d7c7c834a067025e3f8da7af75ee54773c186e394fb5cfac37d370e4a9f9489eb9ad7df19
 SHA512 
f021b44ca78f6855d0362eca122c01d0134ce376f6123547201abc86490276134b650f33a600dc72dc12916bb14e3b5c3814c480d4e789dec7f39bbd3175bd65

diff --git a/dev-libs/tree-sitter/tree-sitter-0.18.2.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.18.2.ebuild
deleted file mode 100644
index 62e7c8355b2..000
--- a/dev-libs/tree-sitter/tree-sitter-0.18.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing 
library."
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN};
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-No-static-libs-gentoo.patch"
-)
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
-}

diff --git a/dev-libs/tree-sitter/tree-sitter-0.18.3.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.18.3.ebuild
deleted file mode 100644
index 62e7c8355b2..000
--- a/dev-libs/tree-sitter/tree-sitter-0.18.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing 
library."
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN};
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-No-static-libs-gentoo.patch"
-)
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
-}



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

2021-03-06 Thread Nick Sarnie
commit: d009093db8f48907e4050fee8497323baa3487a5
Author: Ali Abdel-Qader  protonmail  com>
AuthorDate: Sat Mar  6 17:03:39 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Mar  6 20:44:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d009093d

dev-libs/tree-sitter: Bump to 0.19.2

Signed-off-by: Ali Abdel-Qader  protonmail.com>
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter/Manifest  |  1 +
 dev-libs/tree-sitter/tree-sitter-0.19.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-libs/tree-sitter/Manifest b/dev-libs/tree-sitter/Manifest
index 6133d35790d..59ee5e7b73b 100644
--- a/dev-libs/tree-sitter/Manifest
+++ b/dev-libs/tree-sitter/Manifest
@@ -1,3 +1,4 @@
 DIST tree-sitter-0.18.2.tar.gz 2856990 BLAKE2B 
31bb67aa1645d06b14b5dfd3b45c978da8850b42352204174fb7966b3185adf1301e9c8150ddb999f074d05ef965d1e26555a750f7f77671e03e6a2821a89cef
 SHA512 
fe385f28ce28d96538d0779d3d69f49c6183732f48ae0e979d41d1298e7c87f259604f9f2eca2a07c424a4840fa29a38051845ead797325f748d251250ffb836
 DIST tree-sitter-0.18.3.tar.gz 2860203 BLAKE2B 
77d0fe53140602759a1039fc0bb600765ee4115e30fa26290f19c296f2b3941d0d42986344f11916266b6c46ac0250f94d1a1b01a6f074da36cee34c1c942165
 SHA512 
b669a499f826eb51fe51cbf93fd9bee6cd17ec3d628a2b7c4359c6b8d60390ce9d348a9d7470d5faa82c937d8afb720b596ce5e7b553943345cf1f79d74a2d79
 DIST tree-sitter-0.19.0.tar.gz 2861471 BLAKE2B 
acb1ff34c2ce4bc3995f59569f1ffa153c76013701eb04b834ac041efe6a533397bf2d540b55c27182194a0dbe285698927f29a2be001add8235ae4357e15e2a
 SHA512 
c5315b1b452303d0a2ef2e710cb282c303649464c0d0ca41380fef2a26f551a6b6166991f6fcf48a5a9c046871d368c062d1354fd0e1f327509c4b554ac8731e
+DIST tree-sitter-0.19.2.tar.gz 2864890 BLAKE2B 
b3c8a79ed5fa5749b5b824c03a7ae451c08d28c6f2f23a17e0b4b77d7c7c834a067025e3f8da7af75ee54773c186e394fb5cfac37d370e4a9f9489eb9ad7df19
 SHA512 
f021b44ca78f6855d0362eca122c01d0134ce376f6123547201abc86490276134b650f33a600dc72dc12916bb14e3b5c3814c480d4e789dec7f39bbd3175bd65

diff --git a/dev-libs/tree-sitter/tree-sitter-0.19.2.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.19.2.ebuild
new file mode 100644
index 000..62e7c8355b2
--- /dev/null
+++ b/dev-libs/tree-sitter/tree-sitter-0.19.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Tree-sitter is a parser generator tool and an incremental parsing 
library."
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/${PN};
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-No-static-libs-gentoo.patch"
+)
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+}



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

2021-03-06 Thread Craig Andrews
commit: 8a1b386bd1d68c400e5728dd807fa9af064ef109
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Mar  6 20:42:48 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Mar  6 20:44:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1b386b

dev-libs/gost-engine: EAPI-7 bump & port to cmake.eclass

Closes: https://bugs.gentoo.org/774486
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 ...e-.ebuild => gost-engine-1.1.0.3_p20181031-r2.ebuild} | 12 ++--
 dev-libs/gost-engine/gost-engine-.ebuild |  8 
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-libs/gost-engine/gost-engine-.ebuild 
b/dev-libs/gost-engine/gost-engine-1.1.0.3_p20181031-r2.ebuild
similarity index 72%
copy from dev-libs/gost-engine/gost-engine-.ebuild
copy to dev-libs/gost-engine/gost-engine-1.1.0.3_p20181031-r2.ebuild
index 945c78a4f22..449f37079b6 100644
--- a/dev-libs/gost-engine/gost-engine-.ebuild
+++ b/dev-libs/gost-engine/gost-engine-1.1.0.3_p20181031-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A reference implementation of the Russian GOST crypto algorithms 
for OpenSSL"
 HOMEPAGE="https://github.com/gost-engine/engine;
@@ -29,11 +29,11 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
KEYWORDS="~amd64 ~hppa"
-   SRC_URI="https://github.com/gost-engine/engine/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/engine-${PV}"
+   
SRC_URI="https://github.com/gost-engine/engine/archive/e5cc3684f3b3ad40e186e23b00b253d234df92ab.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/engine-e5cc3684f3b3ad40e186e23b00b253d234df92ab"
 fi
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
sed 's:Werror:Wno-error:g' -i "${S}/CMakeLists.txt" || die
 }

diff --git a/dev-libs/gost-engine/gost-engine-.ebuild 
b/dev-libs/gost-engine/gost-engine-.ebuild
index 945c78a4f22..fd08e96d4a6 100644
--- a/dev-libs/gost-engine/gost-engine-.ebuild
+++ b/dev-libs/gost-engine/gost-engine-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A reference implementation of the Russian GOST crypto algorithms 
for OpenSSL"
 HOMEPAGE="https://github.com/gost-engine/engine;
@@ -34,6 +34,6 @@ else
 fi
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
sed 's:Werror:Wno-error:g' -i "${S}/CMakeLists.txt" || die
 }



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

2021-03-06 Thread Craig Andrews
commit: d23f125fafb647e9a5c50a17fee49db2b702c9f7
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Mar  6 20:43:27 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Mar  6 20:44:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23f125f

dev-libs/gost-engine: Cleanup old version

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

 .../gost-engine-1.1.0.3_p20181031-r1.ebuild| 39 --
 1 file changed, 39 deletions(-)

diff --git a/dev-libs/gost-engine/gost-engine-1.1.0.3_p20181031-r1.ebuild 
b/dev-libs/gost-engine/gost-engine-1.1.0.3_p20181031-r1.ebuild
deleted file mode 100644
index fec5175b2bc..000
--- a/dev-libs/gost-engine/gost-engine-1.1.0.3_p20181031-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="A reference implementation of the Russian GOST crypto algorithms 
for OpenSSL"
-HOMEPAGE="https://github.com/gost-engine/engine;
-IUSE="test"
-RESTRICT="!test? ( test )"
-SLOT="0/${PV}"
-
-COMMON_DEPEND=">=dev-libs/openssl-1.1.1:0="
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? (
-   dev-lang/perl
-   )"
-RDEPEND="${COMMON_DEPEND}"
-
-LICENSE="openssl"
-
-DOCS=( INSTALL.md README.gost README.md )
-
-if [[ ${PV} == "" ]] ; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/gost-engine/engine.git;
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~hppa"
-   
SRC_URI="https://github.com/gost-engine/engine/archive/e5cc3684f3b3ad40e186e23b00b253d234df92ab.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/engine-e5cc3684f3b3ad40e186e23b00b253d234df92ab"
-fi
-
-src_prepare() {
-   cmake-utils_src_prepare
-   sed 's:Werror:Wno-error:g' -i "${S}/CMakeLists.txt" || die
-}



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

2021-03-06 Thread Ulrich Müller
commit: ba502f42a7ab3f8282dd5b88cf8c4126971c987e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Mar  6 20:34:12 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Mar  6 20:34:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba502f42

net-analyzer/nmap: Update LICENSE

"Effective immediately, Nmap 7.91 (which is the current version) and
7.90 can also be used and redistributed under the previous (Nmap 7.80)
license terms."
https://github.com/nmap/nmap/issues/2199#issuecomment-792048244

Bug: https://bugs.gentoo.org/749390
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Ulrich Müller  gentoo.org>

 net-analyzer/nmap/nmap-7.91-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.91-r1.ebuild 
b/net-analyzer/nmap/nmap-7.91-r1.ebuild
index 610bd50821a..8b08d910d67 100644
--- a/net-analyzer/nmap/nmap-7.91-r1.ebuild
+++ b/net-analyzer/nmap/nmap-7.91-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Network exploration tool and security / port 
scanner"
 HOMEPAGE="https://nmap.org/;
 SRC_URI="https://nmap.org/dist/${P}.tar.bz2;
 
-LICENSE="NPSL"
+LICENSE="|| ( NPSL GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 libressl libssh2 ncat nping +nse ssl +system-lua"



[gentoo-commits] proj/portage:master commit in: lib/portage/util/

2021-03-06 Thread Zac Medico
commit: 4f60b68fca342cc92ed7729d241e2c60132876e8
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar  6 20:20:30 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar  6 20:20:46 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f60b68f

bin_entry_point: handle versioned python shebangs

Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/bin_entry_point.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/util/bin_entry_point.py 
b/lib/portage/util/bin_entry_point.py
index ce95231eb..7d359052e 100644
--- a/lib/portage/util/bin_entry_point.py
+++ b/lib/portage/util/bin_entry_point.py
@@ -20,7 +20,7 @@ def bin_entry_point():
if os.access(script_path, os.X_OK):
with open(script_path, "rt") as f:
shebang = f.readline()
-   python_match = re.search(r"/python\s+([^/]*)\s+$", shebang)
+   python_match = re.search(r"/python[\d\.]*\s+([^/]*)\s+$", 
shebang)
if python_match:
sys.argv = [
os.path.join(os.path.dirname(sys.argv[0]), 
"python"),



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/noson-app/

2021-03-06 Thread Steve Burnham
commit: 3a326881890e5ec93de5d0aef6655e965dabe2d3
Author: Steven Burnham  gmail  com>
AuthorDate: Sat Mar  6 20:17:21 2021 +
Commit: Steve Burnham  gmail  com>
CommitDate: Sat Mar  6 20:17:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a326881

media-sound/noson-app:

Removed the Cmake dependency since it's inherited
Updated the XML with upstream tag

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Steven Burnham  gmail.com>

 media-sound/noson-app/metadata.xml   | 3 +++
 media-sound/noson-app/noson-app-4.4.8.ebuild | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-sound/noson-app/metadata.xml 
b/media-sound/noson-app/metadata.xml
index e3dc784a..44b5b1ee 100644
--- a/media-sound/noson-app/metadata.xml
+++ b/media-sound/noson-app/metadata.xml
@@ -1,6 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+janbar/noson-app
+  
   
 dan...@gmail.com
 Steven Burnham

diff --git a/media-sound/noson-app/noson-app-4.4.8.ebuild 
b/media-sound/noson-app/noson-app-4.4.8.ebuild
index 61d22320..9c9b512d 100644
--- a/media-sound/noson-app/noson-app-4.4.8.ebuild
+++ b/media-sound/noson-app/noson-app-4.4.8.ebuild
@@ -20,7 +20,6 @@ DEPEND="
>=dev-qt/qttranslations-5.9
>=dev-qt/qtgui-5.9
>=dev-qt/qtquickcontrols2-5.9
-   >=dev-util/cmake-3.8.2
dev-libs/openssl:0
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2021-03-06 Thread Stephan Hartmann
commit: e0e3c88e8e5c911903789072ed4c25f0066e5c4c
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sat Mar  6 20:15:23 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sat Mar  6 20:15:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e3c88e

www-client/chromium: stable channel bump to 89.0.4389.82

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-89.0.4389.82.ebuild | 899 +++
 2 files changed, 900 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 1d0060baa69..e123ded34a5 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,6 @@
 DIST chromium-89-patchset-7.tar.xz 4640 BLAKE2B 
6150f92a4cb83025b7521c573e9a14bfcb26f7a5ff4ebe79cfc819b214ae05d0e986b9db561a99b4f9c7b4a8e4adf1c8ee966011bb0791ef11fc2be89b03b216
 SHA512 
6ef5be9e56b82c70d3d1a0596e74af3bab97ea82a8247b6d0ba736411779be10b17c7cd9ccd9eae5fac27af3907fd3b56e301e73011f58b2c4052bbc03390b1c
 DIST chromium-89.0.4389.72.tar.xz 890838884 BLAKE2B 
c84286128ad3563f0570815efb2fe190153e5ea4c2ea74a48a9d9b31614b3f88850ddfb74819a8b27d594f97071ef5c1f356d0419d4dd3bbc2003c636c3aa60b
 SHA512 
b5e3693bc104ff857a2ef4de9b0a9265d44c26e5b94c44e5054bfa810c24dbb1933f1f4a626dda4d74ba6cb13fe5045c4ea9d7ea43e1b0e4057e01428d645fb7
+DIST chromium-89.0.4389.82.tar.xz 890793532 BLAKE2B 
9d1861f548f5af67611b398b5e87812ff92cbb2069bb9480b3264febf5b916564a45cb0e4d9f2793dd4f0e0c355a24cc08ab138f4e2c786a8d933f4cdf707bc8
 SHA512 
41c85743ef92e04cb73d374934cf3efcf6e7ab1c12f11abaeb7687ca2dc365f7107d316aabb439cd9bc26cfdaca92e0a1a4a9d751a73c47218633f2a3253563f
 DIST chromium-90-patchset-6.tar.xz 3828 BLAKE2B 
bbd1378868cf4d699ff097ea41226ff694d58468f8f93860f2d6cc60924f35fb1f0b17fcf5a916f04545171d1219b69907f138240fd483c704874cfce178
 SHA512 
70321eb4e9fe27818d5e6ae3109d3871a870a7fb6886328dcc9fc8291ac72fc003d678aec7f9925afe0c5667c70ce9bca8f61434b11a331fc1a29d61ad7b59e3
 DIST chromium-90.0.4430.11.tar.xz 917713136 BLAKE2B 
828a141a1a36904542b7a274db17b8c8917b37cad3ab7070568c83bd6084f42838ce673e24c3f4b2753068548983e490cdeacbb5501215176f7f32b18d686535
 SHA512 
3d08fc57a22014eb324b99e5b97c2a8c8c5ff4de038753f8fa1c3ab4b44a19c2ffb6dcbc554f78cb493cb0a9cbbc04ac148ef4bd8a0141e5dff04813913c08a4
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-89.0.4389.82.ebuild 
b/www-client/chromium/chromium-89.0.4389.82.ebuild
new file mode 100644
index 000..b0fc7ed7d1d
--- /dev/null
+++ b/www-client/chromium/chromium-89.0.4389.82.ebuild
@@ -0,0 +1,899 @@
+# Copyright 2009-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="https://chromium.org/;
+PATCHSET="7"
+PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
+   
https://files.pythonhosted.org/packages/ed/7b/bbf89ca71e722b7f9464ebffe4b5ee20a9e5c9a555a56e2d3914bb9119a6/setuptools-44.1.0.zip
+   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="component-build cups cpu_flags_arm_neon +hangouts headless 
+js-type-check kerberos official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-icu +tcmalloc vaapi wayland widevine"
+REQUIRED_USE="
+   component-build? ( !suid )
+   screencast? ( wayland )
+"
+
+COMMON_X_DEPEND="
+   media-libs/mesa:=[gbm]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes:=
+   >=x11-libs/libXi-1.6.0:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+   x11-libs/libXtst:=
+   x11-libs/libXScrnSaver:=
+   x11-libs/libxcb:=
+   vaapi? ( >=x11-libs/libva-2.7:=[X,drm] )
+"
+
+COMMON_DEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/expat:=
+   dev-libs/glib:2
+

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

2021-03-06 Thread William Hubbs
commit: 1c2698ad904a7ea8bec94bb13afa0f547b608d69
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 19:31:41 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 20:11:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2698ad

app-emulation/docker: 20.10.5 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-20.10.5.ebuild | 273 +
 2 files changed, 274 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 76ca3a5b386..23ad1890cb5 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,3 +1,4 @@
 DIST docker-19.03.15.tar.gz 18284803 BLAKE2B 
a1fac5d841934382d12c781353546b7c7a8167d0f2dc4150659a4aece210ea7361c59de25e3d450dae20fd536ea8dc33a18e55f9565ee4fdc818166810391fbf
 SHA512 
ffd8e683a93a6ce69789603d24457aebe3379594692cb3dadc25bc8d407771a29d76087b0ca70856707f151622b1853f283a1071311c033ff90a1e44b0d9ffbc
 DIST docker-20.10.3.tar.gz 11063792 BLAKE2B 
9309573dd83d0746bb492cf68e06d69e60550718f8f934a065b33d1538847a4effcf6310638daa9b535515bc43cc1b47636482c90d4499f2b46b74aa37882dd7
 SHA512 
8389980e0b47e34872301bbe703d7abfc7819946736bab0ef4fee983daa4f798c7c6373d823dc62a3995076e71ca6bc86dc793f736b68e8ec1040332193cfdb8
 DIST docker-20.10.4.tar.gz 11068487 BLAKE2B 
2bff1f36f646de8664731650590d06b4d3b0cc2538aee216f049df6ba394d837154fed4f4b29047f11514eb1bff19c0862a170461be681afd8ab00c4ffbe358b
 SHA512 
6cbead817d37dc3a4d2686556562d3b52f802ac2cd611a1ff6e373db0464080d8babefd3af31175487b700905fbc876ec8ce235989780b037a4408febdf70985
+DIST docker-20.10.5.tar.gz 11068359 BLAKE2B 
16021065f20b6298e47f7b235f522a81ee1cbf046420edf43b241750f39ae19ddee8250090710c124ce09d9c0b20de58378b7df056b37d040a44884e32c5d12d
 SHA512 
620a5345d99be16b4c6ba7321e91e4896128f7d638dfe2220554a6cadeb78b21dd3003cff6db60ed5ffd671ea243b310b21cc1123543b0e0cbfa93eec2900973

diff --git a/app-emulation/docker/docker-20.10.5.ebuild 
b/app-emulation/docker/docker-20.10.5.ebuild
new file mode 100644
index 000..12943bb4c2a
--- /dev/null
+++ b/app-emulation/docker/docker-20.10.5.ebuild
@@ -0,0 +1,273 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/docker/docker
+GIT_COMMIT=363e9a88a1
+inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://www.docker.com/;
+MY_PV=${PV/_/-}
+SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened overlay 
seccomp"
+
+DEPEND="
+   acct-group/docker
+   >=dev-db/sqlite-3.7.9:3
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( >=sys-fs/btrfs-progs-3.16.1 )
+   device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+"
+
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
+# https://github.com/moby/moby/tree/master//hack/dockerfile/install
+# make sure containerd, docker-proxy, runc and tini pinned to exact versions 
from ^,
+# for appropriate branchch/version of course
+RDEPEND="
+   ${DEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   dev-libs/libltdl
+   
~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
+   ~app-emulation/runc-1.0.0_rc93[apparmor?,seccomp?]
+   ~app-emulation/docker-proxy-0.8.0_p20201215
+   cli? ( app-emulation/docker-cli )
+   container-init? ( >=sys-process/tini-0.19.0[static] )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+BDEPEND="
+   >=dev-lang/go-1.13.12
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~CGROUP_NET_PRIO
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE ~NETFILTER_XT_MARK
+   ~NETFILTER_NETLINK ~NETFILTER_XT_MATCH_ADDRTYPE 
~NETFILTER_XT_MATCH_CONNTRACK ~NETFILTER_XT_MATCH_IPVS
+   ~IP_NF_NAT ~NF_NAT
+   ~POSIX_MQUEUE
+
+   ~USER_NS
+   ~SECCOMP
+   ~CGROUP_PIDS
+   ~MEMCG_SWAP
+
+   ~BLK_CGROUP ~BLK_DEV_THROTTLING
+   ~CGROUP_PERF
+   ~CGROUP_HUGETLB
+   ~NET_CLS_CGROUP
+   ~CFS_BANDWIDTH 

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

2021-03-06 Thread William Hubbs
commit: 4648d7e6f7a9926bfe97cd21a9b05e289bb6b708
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 19:10:10 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 20:11:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4648d7e6

app-emulation/runc: 1.0.0-rc93 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/runc/Manifest   |  1 +
 app-emulation/runc/runc-1.0.0_rc93.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/app-emulation/runc/Manifest b/app-emulation/runc/Manifest
index 53f31a4e493..0cfaf470c57 100644
--- a/app-emulation/runc/Manifest
+++ b/app-emulation/runc/Manifest
@@ -1,2 +1,3 @@
 DIST runc-1.0.0_rc10.tar.gz 1929802 BLAKE2B 
8399c3d62726bbb6256efef7e15b7496a7172bf25170b12beb60be498967dec4fde2aebd073de4265e132ff864bafc4d2499ab677390a4f7c0a1605d83ae55e5
 SHA512 
598221071ef07d18bf34bf5d5c68b8ad78ee71716177fc3ce5b6909cd841d5aed93f17ebf1f3d134707d29eef1f54a4ddc21e79621a9bd957df28a8d2e028ab7
 DIST runc-1.0.0_rc92.tar.gz 2061469 BLAKE2B 
06444eaf7602fe9ddaf7728c7f55bd718d1fe8f5f0ce6b21abc49a1d84eaa2fc3550d0d275ba5548ee9ebb6948a8ed415de8562a990d6085d1da8fb37e46afb9
 SHA512 
770a31736f5ab4ba359d91bd236750511f90b29af0af2bad5c238b611f465d7302e78b57ce8a702068440fda2d74588b92fd4d24c6d34e6fc1bd649ea3d8ee40
+DIST runc-1.0.0_rc93.tar.gz 2132429 BLAKE2B 
35d6fe9eebd26fb37d648a67b35415c51283ac3dff0f111e88be9120cf139e4811ab9a7b98e2c559dc4ce8b0e7958f15464dc4f039f7b3eb9f06f26a1776875f
 SHA512 
087becdf3882818b7c8d05ac0192928695b35033d72e5ce584d5b8291310f4ba35b1cc78299fc8f17dc7ee425a94817b989890f4108444cc3c45927740b2d378

diff --git a/app-emulation/runc/runc-1.0.0_rc93.ebuild 
b/app-emulation/runc/runc-1.0.0_rc93.ebuild
new file mode 100644
index 000..f89d4a1ce27
--- /dev/null
+++ b/app-emulation/runc/runc-1.0.0_rc93.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module linux-info
+
+# update on bump, look for https://github.com/docker\
+# docker-ce/blob//components/engine/hack/dockerfile/install/runc.installer
+RUNC_COMMIT=ff819c7e9184c13b7c2607fe6c30ae19403a7aff
+CONFIG_CHECK="~USER_NS"
+
+DESCRIPTION="runc container cli tools"
+HOMEPAGE="http://runc.io;
+MY_PV="${PV/_/-}"
+SRC_URI="https://github.com/opencontainers/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor hardened +kmem +seccomp test"
+
+DEPEND="seccomp? ( sys-libs/libseccomp )"
+
+RDEPEND="
+   ${DEPEND}
+   !app-emulation/docker-runc
+   apparmor? ( sys-libs/libapparmor )
+"
+
+BDEPEND="
+   dev-go/go-md2man
+   test? ( "${RDEPEND}" )
+"
+
+# tests need busybox binary, and portage namespace
+# sandboxing disabled: mount-sandbox pid-sandbox ipc-sandbox
+# majority of tests pass
+RESTRICT+=" test"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_compile() {
+   # Taken from app-emulation/docker-1.7.0-r1
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
+   -L${ROOT}/usr/$(get_libdir)"
+
+   # build up optional flags
+   local options=(
+   $(usev apparmor)
+   $(usev seccomp)
+   $(usex kmem '' 'nokmem')
+   )
+
+   myemakeargs=(
+   BINDIR="/usr/bin"
+   BUILDTAGS="${options[*]}"
+   COMMIT=${RUNC_COMMIT}
+   DESTDIR="${ED}"
+   PREFIX="/usr"
+   )
+
+   emake "${myemakeargs[@]}" runc man
+}
+
+src_install() {
+   emake "${myemakeargs[@]}" install install-man install-bash
+
+   local DOCS=( README.md PRINCIPLES.md docs/. )
+   einstalldocs
+}
+
+src_test() {
+   emake "${myemakeargs[@]}" localunittest
+}



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

2021-03-06 Thread William Hubbs
commit: a06bf471ae5392f243e4f28f64c154bb828b68c5
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 19:10:11 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 20:11:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06bf471

app-emulation/docker-cli: 20.10.4 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker-cli/Manifest  |  1 +
 app-emulation/docker-cli/docker-cli-20.10.4.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-emulation/docker-cli/Manifest 
b/app-emulation/docker-cli/Manifest
index 078e65cf876..1802076d74a 100644
--- a/app-emulation/docker-cli/Manifest
+++ b/app-emulation/docker-cli/Manifest
@@ -1,2 +1,3 @@
 DIST docker-cli-20.10.2.tar.gz 7706210 BLAKE2B 
c8d537be8344dbd2113232c85a52f001231fdf653819710cf4492c86d58662e5f0d74f6fb00593d1034b5d481f15524cec89e2b3463900705a545b2051ab38d2
 SHA512 
907c846bf4043dcce4dd4e95e6335554b50e954464a83f75a44b1c0fcf9f2625c490a12758d18653c0d031768878a3f6fc91cb7fc6e1d3235d5e8f21ecd93caf
 DIST docker-cli-20.10.3.tar.gz 7733821 BLAKE2B 
ab71e6817e7fe0d7c5f8c776cb25ae7bc49b5a224c835fe833988b67dfdf562207cd0afed4710d33e8a31156bd16bdc70df13f1194e862314add069c320c4e6e
 SHA512 
769bed3e5409f6be570ab3672bef1bea4d16d5bfaeb81af8c4b3b7cfb56732c108c5404464731c001cf94fefd77c40a142bed80c85f1b058041e187453a6b88e
+DIST docker-cli-20.10.4.tar.gz 7735373 BLAKE2B 
7bbdbaec4e97498c9d6aa66f9e6168afd7dc510f7746f94eff275a00bff23548562e8b879bc70c5018e0b75ebf609e0e68173bc244a441c739687d01eb8b9a3c
 SHA512 
861f69657ac3eede228983b7d845ce98c81f4b0aa601aab37024d3f21cf1ca73a182d33bdde8fb9ad89e4954c3903dc4ec2b81fcf7364941a7c38a80ea410e34

diff --git a/app-emulation/docker-cli/docker-cli-20.10.4.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.4.ebuild
new file mode 100644
index 000..2675134a9e6
--- /dev/null
+++ b/app-emulation/docker-cli/docker-cli-20.10.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GIT_COMMIT=48d30b5b32
+EGO_PN="github.com/docker/cli"
+inherit bash-completion-r1  golang-vcs-snapshot
+
+DESCRIPTION="the command line binary for docker"
+HOMEPAGE="https://www.docker.com/;
+MY_PV=${PV/_/-}
+SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="hardened"
+
+RDEPEND="!https://github.com/tianon/docker-overlay/pull/10
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
+   emake \
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
+   VERSION="$(cat VERSION)" \
+   GITCOMMIT="${GIT_COMMIT}" \
+   dynbinary
+
+   # build man pages
+   # see "cli/scripts/docs/generate-man.sh" (which also does "go get" for 
go-md2man)
+   go build -o "${T}"/gen-manpages ./man ||
+   die 'build gen-manpages failed'
+   "${T}"/gen-manpages --root "$(pwd)" --target "$(pwd)"/man/man1 ||
+   die 'gen-manpages failed'
+   ./man/md2man-all.sh -q ||
+   die 'md2man-all.sh failed'
+}
+
+src_install() {
+   dobin build/docker
+   doman man/man*/*
+   dobashcomp contrib/completion/bash/*
+   bashcomp_alias docker dockerd
+   insinto /usr/share/fish/vendor_completions.d/
+   doins contrib/completion/fish/docker.fish
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/_*
+}



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

2021-03-06 Thread William Hubbs
commit: 46290e98303c6970ee21983ab66efe1fe1e63787
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 20:03:43 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 20:11:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46290e98

app-emulation/docker-cli: 20.10.5 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker-cli/Manifest  |  1 +
 app-emulation/docker-cli/docker-cli-20.10.5.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/app-emulation/docker-cli/Manifest 
b/app-emulation/docker-cli/Manifest
index 1802076d74a..c28c12969ff 100644
--- a/app-emulation/docker-cli/Manifest
+++ b/app-emulation/docker-cli/Manifest
@@ -1,3 +1,4 @@
 DIST docker-cli-20.10.2.tar.gz 7706210 BLAKE2B 
c8d537be8344dbd2113232c85a52f001231fdf653819710cf4492c86d58662e5f0d74f6fb00593d1034b5d481f15524cec89e2b3463900705a545b2051ab38d2
 SHA512 
907c846bf4043dcce4dd4e95e6335554b50e954464a83f75a44b1c0fcf9f2625c490a12758d18653c0d031768878a3f6fc91cb7fc6e1d3235d5e8f21ecd93caf
 DIST docker-cli-20.10.3.tar.gz 7733821 BLAKE2B 
ab71e6817e7fe0d7c5f8c776cb25ae7bc49b5a224c835fe833988b67dfdf562207cd0afed4710d33e8a31156bd16bdc70df13f1194e862314add069c320c4e6e
 SHA512 
769bed3e5409f6be570ab3672bef1bea4d16d5bfaeb81af8c4b3b7cfb56732c108c5404464731c001cf94fefd77c40a142bed80c85f1b058041e187453a6b88e
 DIST docker-cli-20.10.4.tar.gz 7735373 BLAKE2B 
7bbdbaec4e97498c9d6aa66f9e6168afd7dc510f7746f94eff275a00bff23548562e8b879bc70c5018e0b75ebf609e0e68173bc244a441c739687d01eb8b9a3c
 SHA512 
861f69657ac3eede228983b7d845ce98c81f4b0aa601aab37024d3f21cf1ca73a182d33bdde8fb9ad89e4954c3903dc4ec2b81fcf7364941a7c38a80ea410e34
+DIST docker-cli-20.10.5.tar.gz 7734031 BLAKE2B 
3f20c5acaaa0d2fa91bf8e94f5b4b0b8ecd4d35fd3bfef3beb91f64fa832318d351bcbd4b1dac51550bc91efb748fb6d5aa4f71143001d194f066437ab3552c5
 SHA512 
868e19fa834993bbd20a0d28a57f364287f39434355ccf90e63f3ead8d55fe488ac3bdab3f85230bfbede318b93513536f36da131fc17c27763a5375b4e0c636

diff --git a/app-emulation/docker-cli/docker-cli-20.10.5.ebuild 
b/app-emulation/docker-cli/docker-cli-20.10.5.ebuild
new file mode 100644
index 000..00dd2eb04e9
--- /dev/null
+++ b/app-emulation/docker-cli/docker-cli-20.10.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GIT_COMMIT=55c4c88966
+EGO_PN="github.com/docker/cli"
+inherit bash-completion-r1  golang-vcs-snapshot
+
+DESCRIPTION="the command line binary for docker"
+HOMEPAGE="https://www.docker.com/;
+MY_PV=${PV/_/-}
+SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="hardened"
+
+RDEPEND="!https://github.com/tianon/docker-overlay/pull/10
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
+   emake \
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
+   VERSION="$(cat VERSION)" \
+   GITCOMMIT="${GIT_COMMIT}" \
+   dynbinary
+
+   # build man pages
+   # see "cli/scripts/docs/generate-man.sh" (which also does "go get" for 
go-md2man)
+   go build -o "${T}"/gen-manpages ./man ||
+   die 'build gen-manpages failed'
+   "${T}"/gen-manpages --root "$(pwd)" --target "$(pwd)"/man/man1 ||
+   die 'gen-manpages failed'
+   ./man/md2man-all.sh -q ||
+   die 'md2man-all.sh failed'
+}
+
+src_install() {
+   dobin build/docker
+   doman man/man*/*
+   dobashcomp contrib/completion/bash/*
+   bashcomp_alias docker dockerd
+   insinto /usr/share/fish/vendor_completions.d/
+   doins contrib/completion/fish/docker.fish
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/_*
+}



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

2021-03-06 Thread William Hubbs
commit: 4a936b5a36ae7291cf613fc2d86c59d5d903b40c
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  6 19:10:10 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  6 20:11:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a936b5a

app-emulation/docker: 20.10.4 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-20.10.4.ebuild | 273 +
 2 files changed, 274 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 6bfba220736..76ca3a5b386 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,2 +1,3 @@
 DIST docker-19.03.15.tar.gz 18284803 BLAKE2B 
a1fac5d841934382d12c781353546b7c7a8167d0f2dc4150659a4aece210ea7361c59de25e3d450dae20fd536ea8dc33a18e55f9565ee4fdc818166810391fbf
 SHA512 
ffd8e683a93a6ce69789603d24457aebe3379594692cb3dadc25bc8d407771a29d76087b0ca70856707f151622b1853f283a1071311c033ff90a1e44b0d9ffbc
 DIST docker-20.10.3.tar.gz 11063792 BLAKE2B 
9309573dd83d0746bb492cf68e06d69e60550718f8f934a065b33d1538847a4effcf6310638daa9b535515bc43cc1b47636482c90d4499f2b46b74aa37882dd7
 SHA512 
8389980e0b47e34872301bbe703d7abfc7819946736bab0ef4fee983daa4f798c7c6373d823dc62a3995076e71ca6bc86dc793f736b68e8ec1040332193cfdb8
+DIST docker-20.10.4.tar.gz 11068487 BLAKE2B 
2bff1f36f646de8664731650590d06b4d3b0cc2538aee216f049df6ba394d837154fed4f4b29047f11514eb1bff19c0862a170461be681afd8ab00c4ffbe358b
 SHA512 
6cbead817d37dc3a4d2686556562d3b52f802ac2cd611a1ff6e373db0464080d8babefd3af31175487b700905fbc876ec8ce235989780b037a4408febdf70985

diff --git a/app-emulation/docker/docker-20.10.4.ebuild 
b/app-emulation/docker/docker-20.10.4.ebuild
new file mode 100644
index 000..0e9fc779bed
--- /dev/null
+++ b/app-emulation/docker/docker-20.10.4.ebuild
@@ -0,0 +1,273 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/docker/docker
+GIT_COMMIT=46229ca1d8
+inherit bash-completion-r1 linux-info systemd udev golang-vcs-snapshot
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://www.docker.com/;
+MY_PV=${PV/_/-}
+SRC_URI="https://github.com/moby/moby/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="apparmor aufs btrfs +cli +container-init device-mapper hardened overlay 
seccomp"
+
+DEPEND="
+   acct-group/docker
+   >=dev-db/sqlite-3.7.9:3
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( >=sys-fs/btrfs-progs-3.16.1 )
+   device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+"
+
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/moby/moby/blob/master/project/PACKAGERS.md#optional-dependencies
+# https://github.com/moby/moby/tree/master//hack/dockerfile/install
+# make sure containerd, docker-proxy, runc and tini pinned to exact versions 
from ^,
+# for appropriate branchch/version of course
+RDEPEND="
+   ${DEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+   dev-libs/libltdl
+   
~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
+   ~app-emulation/runc-1.0.0_rc93[apparmor?,seccomp?]
+   ~app-emulation/docker-proxy-0.8.0_p20201215
+   cli? ( app-emulation/docker-cli )
+   container-init? ( >=sys-process/tini-0.19.0[static] )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+BDEPEND="
+   >=dev-lang/go-1.13.12
+   dev-go/go-md2man
+   virtual/pkgconfig
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~CGROUP_NET_PRIO
+   ~KEYS
+   ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE ~NETFILTER_XT_MARK
+   ~NETFILTER_NETLINK ~NETFILTER_XT_MATCH_ADDRTYPE 
~NETFILTER_XT_MATCH_CONNTRACK ~NETFILTER_XT_MATCH_IPVS
+   ~IP_NF_NAT ~NF_NAT
+   ~POSIX_MQUEUE
+
+   ~USER_NS
+   ~SECCOMP
+   ~CGROUP_PIDS
+   ~MEMCG_SWAP
+
+   ~BLK_CGROUP ~BLK_DEV_THROTTLING
+   ~CGROUP_PERF
+   ~CGROUP_HUGETLB
+   ~NET_CLS_CGROUP
+   ~CFS_BANDWIDTH ~FAIR_GROUP_SCHED ~RT_GROUP_SCHED
+   ~IP_VS ~IP_VS_PROTO_TCP ~IP_VS_PROTO_UDP ~IP_VS_NFCT ~IP_VS_RR
+
+   ~VXLAN
+   ~CRYPTO ~CRYPTO_AEAD ~CRYPTO_GCM ~CRYPTO_SEQIV ~CRYPTO_GHASH ~XFRM_ALGO 
~XFRM_USER
+   ~IPVLAN
+   ~MACVLAN ~DUMMY
+
+   ~OVERLAY_FS ~!OVERLAY_FS_REDIRECT_DIR
+   

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

2021-03-06 Thread Sergei Trofimovich
commit: 19404e53009ea3d960466e412bacd1d37ce5054b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 19:35:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 19:35:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19404e53

sys-devel/kgcc64: drop ~mips

sys-devel/gcc should be able to build kernels with needed ABI
with -mabi= regardless of ${CHOST}.

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

 sys-devel/kgcc64/kgcc64-10.2.0.ebuild   | 4 ++--
 sys-devel/kgcc64/kgcc64-6.4.0.ebuild| 4 ++--
 sys-devel/kgcc64/kgcc64-6.5.0.ebuild| 4 ++--
 sys-devel/kgcc64/kgcc64-7.3.0.ebuild| 4 ++--
 sys-devel/kgcc64/kgcc64-7.5.0.ebuild| 4 ++--
 sys-devel/kgcc64/kgcc64-8.3.0.ebuild| 4 ++--
 sys-devel/kgcc64/kgcc64-8.4.0.ebuild| 4 ++--
 sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild | 4 ++--
 sys-devel/kgcc64/kgcc64-9.3.0-r2.ebuild | 2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/sys-devel/kgcc64/kgcc64-10.2.0.ebuild 
b/sys-devel/kgcc64/kgcc64-10.2.0.ebuild
index e0c1432958e..c8abbd9325b 100644
--- a/sys-devel/kgcc64/kgcc64-10.2.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-10.2.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
@@ -21,7 +21,7 @@ inherit toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="~hppa ~mips"
+KEYWORDS="~hppa"
 
 # unlike every other target, hppa has not unified the 32/64 bit
 # ports in binutils yet

diff --git a/sys-devel/kgcc64/kgcc64-6.4.0.ebuild 
b/sys-devel/kgcc64/kgcc64-6.4.0.ebuild
index 4763f516019..5259047f507 100644
--- a/sys-devel/kgcc64/kgcc64-6.4.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-6.4.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=5
@@ -22,7 +22,7 @@ inherit eutils toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="hppa ~mips"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
>=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-6.5.0.ebuild 
b/sys-devel/kgcc64/kgcc64-6.5.0.ebuild
index b93df5a46bd..732f7b39996 100644
--- a/sys-devel/kgcc64/kgcc64-6.5.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-6.5.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
@@ -22,7 +22,7 @@ inherit toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="~hppa ~mips"
+KEYWORDS="~hppa"
 
 # unlike every other target, hppa has not unified the 32/64 bit
 # ports in binutils yet

diff --git a/sys-devel/kgcc64/kgcc64-7.3.0.ebuild 
b/sys-devel/kgcc64/kgcc64-7.3.0.ebuild
index c4cd0b6d323..6db14ea4472 100644
--- a/sys-devel/kgcc64/kgcc64-7.3.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-7.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=5
@@ -21,7 +21,7 @@ inherit eutils toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="hppa ~mips"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
>=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-7.5.0.ebuild 
b/sys-devel/kgcc64/kgcc64-7.5.0.ebuild
index c52a4bfafc3..d92469d82fb 100644
--- a/sys-devel/kgcc64/kgcc64-7.5.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-7.5.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
@@ -21,7 +21,7 @@ inherit toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="~hppa ~mips"
+KEYWORDS="~hppa"
 
 # unlike every other target, hppa has not unified the 32/64 bit
 # ports in binutils yet

diff --git a/sys-devel/kgcc64/kgcc64-8.3.0.ebuild 
b/sys-devel/kgcc64/kgcc64-8.3.0.ebuild
index c4cd0b6d323..6db14ea4472 100644
--- a/sys-devel/kgcc64/kgcc64-8.3.0.ebuild
+++ b/sys-devel/kgcc64/kgcc64-8.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=5
@@ -21,7 +21,7 @@ inherit eutils toolchain
 DESCRIPTION="64bit kernel compiler"
 
 # Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="hppa ~mips"
+KEYWORDS="hppa"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
>=dev-libs/mpfr-2.4.2

diff --git a/sys-devel/kgcc64/kgcc64-8.4.0.ebuild 

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

2021-03-06 Thread Sergei Trofimovich
commit: 0a4af117cc30eef93f0f6c86dd70aebf11bad877
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  6 19:37:43 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  6 19:37:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4af117

sys-devel/kgcc64: drop old

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

 sys-devel/kgcc64/Manifest   |  9 --
 sys-devel/kgcc64/kgcc64-6.4.0.ebuild| 50 -
 sys-devel/kgcc64/kgcc64-6.5.0.ebuild| 43 
 sys-devel/kgcc64/kgcc64-7.3.0.ebuild| 49 
 sys-devel/kgcc64/kgcc64-7.5.0.ebuild| 42 ---
 sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild | 42 ---
 6 files changed, 235 deletions(-)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index 58587b459d3..7dd8034630a 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -1,17 +1,8 @@
 DIST gcc-10.2.0-patches-1.tar.bz2 14865 BLAKE2B 
055ceac96a308081f395f12a970d6f5264d5dfac6defabb6baefafd6d584c03f2f968e0720448af5b6955e209c5d2220bc45854088347d7b438de9d716072804
 SHA512 
3583f51b2b80e1dab5ebda174c83054375a0c6601c6fca54a6991e5f335e30ee846fae57c0096ce28b23715fbfee8b560727c77cac263e83f44f03c6eda4
 DIST gcc-10.2.0.tar.xz 75004144 BLAKE2B 
1d79397330354e61439283cac96a109bf78ffc726265442e6d3ec131f107589ab7349d6612836edd8c8512f7bcc1d901a65a0d5d925d28a5bf3ef5cc3f9787ee
 SHA512 
42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e
-DIST gcc-6.4.0-patches-1.0.tar.bz2 7577 BLAKE2B 
56f7f9722ba446d44753504616b877b522c7497be4cae87a6a090b8cd77aabf47a79e74640f6df9aea9a5fa981016627601e780c5632d6d5e09a1bd2ae163384
 SHA512 
e649e334eec4deb7c261d808ed460413d78a2a4a672823d214c1e173a13bc314ce898fbf3674a7c7fe3151a089384ee0a7dee479bc8d005a06b65b39216bdf75
-DIST gcc-6.4.0.tar.xz 76156220 BLAKE2B 
2018c338b28ea644cdd1b327cb0dfe7ee9aa2010357c93f7e71969f587c58d3fdfa2bb4c82a309490c48bc86924400022fa93f41dc6c4345878d1bc1d8204265
 SHA512 
02c60e54527c7adf584798d5251f8a0b80c93d5deafce82501b2c28e6692e0bd783927bbfc4bc527a863c0025150a34740a9e29badb02d4b48e56a8aba90
-DIST gcc-6.5.0-patches-5.tar.bz2 13723 BLAKE2B 
db0170d6db74dcb6dc3ec937379c188814cfe88b5204aa0c1cc925083d8f178be4896e98ff44fe224060e4e1fea98ef3c90aa8339b2cf78d33cd2dc8b94e3bdc
 SHA512 
d79cf975157c5285faa893da0259b0013df66b01ad597322f05ece0343dd7912d8d793663448c04f37be93092e2fde06f84374e142cb81b12ba5964b37b0de89
-DIST gcc-6.5.0.tar.xz 74355588 BLAKE2B 
538595d32000b15a53577f0dc6b164d75791a8ccdf90500d5f667ff78378ef4ab9bedb8a590848907caf863bf1165ebe108b5e81eb4b54e85ced4002affde693
 SHA512 
ce046f9a50050fd54b870aab764f7db187fe7ea92eb4aaffb7c3689ca623755604e231f2af97ef795f41c406bb80c797dd69957cfdd51dfa2ba60813f72b7eac
-DIST gcc-7.3.0-patches-1.0.tar.bz2 6757 BLAKE2B 
ffe6a69e61dc4379fc77b0bf21971ff6fe482edd315ae1243e55b147ad5794320816fbfc3f85ccebe34de080e2c5b718b60b59064aaf095e905c1b41d7c08168
 SHA512 
a86ffc03940afa12c44b919f861b9459a3cd460cd4680dce8316755021789530640977e90c4cff89be768fc62e0e24d9bee0a1ee76c537ad88c8f4ed07f1a73a
-DIST gcc-7.3.0.tar.xz 62462388 BLAKE2B 
dc8f132b21bd0543c3d9dd17557038aafe65675aa73c540954234a3c972b4c31c939149bd50183d072ab6c8d16919e19daeaaffd619ce2ccd62dbdf9a5bb3302
 SHA512 
ad41a7e4584e40e92cdf860bc0288500fbaf5dfb7e8c3fcabe9eba809c87bcfa85b46c19c19921b0cdf6d05483faede8287bb9ea120c0d1559449a70e602c8d4
-DIST gcc-7.5.0-patches-3.tar.bz2 11613 BLAKE2B 
84d59103bffaec8fc57e69dbb17f53882935b20c23d54db5f805e8270fa16d8e572ee4a369ecc82d2279cf66a71d1eb2a7f0c9792d4495d2f68946d6b6403f15
 SHA512 
6e5bea150c56ce3d43c9b0878691ed54ecc5d2a12482e99261efa74af7f1d59ec94c2d0c363792d99e0d3a0abd739d5d06b861da4dea2c1676e5d498b5815d55
-DIST gcc-7.5.0.tar.xz 62783088 BLAKE2B 
8a5efeef517a5da1634d063aaa83bf5e002f86acdf27419f1067f5c3d087333d9eea0c8db427b8bd895af646990bb00ee173069980ca49cec848434a4127256f
 SHA512 
fe716cc19f2e3255d3a8b1b8290777bf769c6d98e6e0b07b81a3d6ad43f8af74cb170dfa18b1555dbfcd3f55ae582b91a286ccef496b9b65c1579902f96a1f60
 DIST gcc-8.3.0-patches-1.0.tar.bz2 12278 BLAKE2B 
793465c5de0af850c7f3017b3011e68f3bd1664e6ce3500a3dc3003d37c03fe81857698957770a135eadd395a7767fa804d354ecdcdeb1d83623280ca569d4ec
 SHA512 
0efadd2481713992807fed2683666f1094b3757674754601c079569f3ef70cd7aed3cefc9f815f4e59a21d37e4e940c122df714e16f3878a5f966450c4273669
 DIST gcc-8.3.0.tar.xz 63694700 BLAKE2B 
71df2ff5bd6874d57519c2e9af6b22152c8c4d7fab906a5f427b41bc4e8e742127592a8684120d9d3c9ce6241439531850be08ec0a4f29dbfdee95435655fdca
 SHA512 
1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802
 DIST gcc-8.4.0-patches-2.tar.bz2 16254 BLAKE2B 

  1   2   3   4   >