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

2021-09-02 Thread Yixun Lan
commit: fe2411ab19e1a300efcf1e4b7157da77939a7673
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 07:03:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 07:04:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2411ab

app-i18n/ibus: version bump, 1.5.25

Closes: https://bugs.gentoo.org/810331
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/ibus/Manifest   |   1 +
 app-i18n/ibus/ibus-1.5.25.ebuild | 191 +++
 2 files changed, 192 insertions(+)

diff --git a/app-i18n/ibus/Manifest b/app-i18n/ibus/Manifest
index d855d77a1a0..f7c93136993 100644
--- a/app-i18n/ibus/Manifest
+++ b/app-i18n/ibus/Manifest
@@ -2,3 +2,4 @@ DIST ibus-1.5.22.tar.gz 3578251 BLAKE2B 
08ad72bd455d2841700b11a4ade88e2b9768433f
 DIST ibus-1.5.23-gentoo-patches-1.tar.xz 1596 BLAKE2B 
5a2c084cb25cb35d16eba8e6953c1ffc249875ab11485a675497f04a4366ea3fe216bab3407f390a0330f4f17cf5a70a43547160cc9c29a6b14890fcb7867456
 SHA512 
a1c2a77dbc4185c3658c36b998c9d925fff2bbeb9bc5fde5c74c62081056f134875d557ba0b4af7b06d56f004975889f453adea623541d3bfff2c391912efa05
 DIST ibus-1.5.23.tar.gz 3557661 BLAKE2B 
4cfb3287c80d46e55090d4f361dd977f4be5988a8b7ffc24755954090dc25021ea6cbb6798769494e6cd70267aac6daa238fdc7cf4156296d93f79f325a18ac4
 SHA512 
4ea66d0a7203d665fb5c90e59ddf294614feeafc4f06b10e35989671a9bf39d5977e9061b9be224cd5a9439ac2f697a4326ff221ae868f5ebed46cbb09e9a205
 DIST ibus-1.5.24.tar.gz 3614372 BLAKE2B 
4b851ed9dc8283bf58957adfd5dd4bf7da8b019f95055dbbf7fa157502b3dcc11d561881ff6afa5db0b83b4e7d82f3bd228cd0e21ff77cb81b1eaca246deb135
 SHA512 
25f34a51a5c85352e61699ca36bf7ddb9b486b28d71e15ce3a52b78bc9db2f8cb558049e0652fdc5431215a5f826fcb5a7d5e44f0de9a2ff746aaf60672e2f22
+DIST ibus-1.5.25.tar.gz 3669787 BLAKE2B 
0a568c77d29dfbe0c2c8cdbe8c8ae86b69c7a1a5fa692cf05e9ce13894fcee200c41de91ec0ad88ae9e745e3061b9c92b7fd18641bd297f5bf4a9bc308ace983
 SHA512 
4b8955a20a1e5a0daf61213817a9697874439866e235e6a7905f5994b145cd5a143e6cfc41f17204a828756baeb8edab70698596731ecebf7f1eea7cc5f36aa6

diff --git a/app-i18n/ibus/ibus-1.5.25.ebuild b/app-i18n/ibus/ibus-1.5.25.ebuild
new file mode 100644
index 000..9dc461da301
--- /dev/null
+++ b/app-i18n/ibus/ibus-1.5.25.ebuild
@@ -0,0 +1,191 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+VALA_MIN_API_VERSION="0.34"
+VALA_MAX_API_VERSION="0.50"
+VALA_USE_DEPEND="vapigen"
+
+inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx 
xdg-utils
+
+GENTOO_VER=
+DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
+HOMEPAGE="https://github.com/ibus/ibus/wiki";
+
+[[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz
+   ${GENTOO_PATCHSET_URI}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+X +emoji +gtk +gtk2 +introspection kde nls +python test +unicode vala 
wayland"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="emoji? ( gtk )
+   gtk2? ( gtk )
+   kde? ( gtk )
+   python? (
+   ${PYTHON_REQUIRED_USE}
+   introspection
+   )
+   test? ( gtk )
+   vala? ( introspection )"
+
+CDEPEND="app-text/iso-codes
+   dev-libs/glib:2
+   gnome-base/dconf
+   gnome-base/librsvg:2
+   sys-apps/dbus[X?]
+   X? (
+   x11-libs/libX11
+   >=x11-libs/libXfixes-6.0.0
+   !gtk? ( x11-libs/gtk+:2 )
+   )
+   gtk? (
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXi
+   gtk2? ( x11-libs/gtk+:2 )
+   )
+   introspection? ( dev-libs/gobject-introspection )
+   kde? ( dev-qt/qtgui:5 )
+   nls? ( virtual/libintl )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   )
+   wayland? (
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+   )"
+RDEPEND="${CDEPEND}
+   python? (
+   gtk? (
+   x11-libs/gtk+:3[introspection]
+   )
+   )"
+DEPEND="${CDEPEND}
+   $(vala_depend)
+   dev-util/glib-utils
+   virtual/pkgconfig
+   x11-misc/xkeyboard-config
+   emoji? (
+   app-i18n/unicode-cldr
+   app-i18n/unicode-emoji
+   )
+   nls? ( sys-devel/gettext )
+   unicode? ( app-i18n/unicode-data )"
+
+src_prepare() {
+   vala_src_prepare --ignore-use
+   sed -i "/UCD_DIR=/s/\$with_emoji_annotation_dir/\$with_ucd_dir/" 
configure.ac
+   if ! has_version 'x11-libs/gtk+:3[wayland]'; then
+   touch ui/gtk3/panelbinding.vala
+   fi
+   if ! use emoji; then
+   

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

2021-09-02 Thread Ulrich Müller
commit: e68df128f8cd3b427168f9a76a655460766e6d70
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Aug 31 16:05:08 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Aug 31 16:05:08 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=e68df128

pkg-mgr-commands.tex: Update description of text list functions

Closes: https://bugs.gentoo.org/374791
Signed-off-by: Ulrich Müller  gentoo.org>

 pkg-mgr-commands.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 4431435..331cd33 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -1016,7 +1016,7 @@ table~\ref{tab:use-list-strictness}.
 \end{centertable}
 
 \subsection{Text list functions}
-These functions check whitespace-separated lists for a particular value.
+These functions check a list of arguments for a particular value.
 \nobreakpar
 \begin{description}
 \item[has] Returns shell true (0) if the first argument (a word) is found in 
the list of subsequent



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

2021-09-02 Thread Michał Górny
commit: 5a023ce26203dda3e1fb18b5ce32c1774406d8c0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 07:39:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 07:48:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a023ce2

sys-apps/pkgcore: Bump to 0.12.5

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

 sys-apps/pkgcore/Manifest  |  1 +
 sys-apps/pkgcore/pkgcore-0.12.5.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 29e3002c36a..5c0dc3ee42a 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1 +1,2 @@
 DIST pkgcore-0.12.4.tar.gz 622553 BLAKE2B 
fc9df4f9499ad20cec439275880e469e1ffd8204b894c0a523ed27a3e55748e58634fca2af693fcc453e8aec068733a944331f7cea52e983e50981374239d534
 SHA512 
bc9eccd8d903e987df97354de008826dd52a7db0d9def064c56bb9425d1aa69e8fdf15dcfd0f86057c98a3c0adefee633a3c1cc9b689a334c126730cbdeafd0c
+DIST pkgcore-0.12.5.tar.gz 624424 BLAKE2B 
ebd6c0976e6b509e98a085a99f8b1d87e2239eae8b5171a4e027495febf532f67a129ae5d55f4722746d0b74c658772d75cfe52477fcdabc765d26849dda072d
 SHA512 
0833588cd01d732d71e11d4e7e9735884a69cad971e50dbed7285a03a89eb51c396663a4ffe5f179a9fc3019bfc80e959e1e41f1df8f6d73939a41c137bbb062

diff --git a/sys-apps/pkgcore/pkgcore-0.12.5.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.5.ebuild
new file mode 100644
index 000..5c7eeb03645
--- /dev/null
+++ b/sys-apps/pkgcore/pkgcore-0.12.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git";
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+fi
+
+DESCRIPTION="a framework for package management"
+HOMEPAGE="https://github.com/pkgcore/pkgcore";
+
+LICENSE="BSD MIT"
+SLOT="0"
+
+RDEPEND="
+   >=app-shells/bash-5.0
+   dev-python/lxml[${PYTHON_USEDEP}]"
+if [[ ${PV} == * ]]; then
+   RDEPEND+=" ~dev-python/snakeoil-[${PYTHON_USEDEP}]"
+else
+   RDEPEND+=" >=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]"
+fi
+BDEPEND="
+   test? (
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_test() {
+   local -x PYTHONDONTWRITEBYTECODE=
+   distutils-r1_src_test
+}
+
+python_install_all() {
+   local DOCS=( NEWS.rst )
+   [[ ${PV} == * ]] || doman man/*
+   distutils-r1_python_install_all
+}



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

2021-09-02 Thread Stephan Hartmann
commit: 10fe5ecc0bcdcef258532f358b274bc88202a972
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Sep  2 08:05:59 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Sep  2 08:06:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fe5ecc

www-apps/chromedriver-bin: bump to 93.0.4577.15

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

 www-apps/chromedriver-bin/Manifest  | 2 +-
 ...er-bin-92.0.4515.107.ebuild => chromedriver-bin-93.0.4577.15.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/chromedriver-bin/Manifest 
b/www-apps/chromedriver-bin/Manifest
index a739c2baf25..fb243258eec 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1 +1 @@
-DIST chromedriver-bin-92.0.4515.107.linux64.zip 5980285 BLAKE2B 
43dde423b473825b8ac8ef6ac391a3f309b35a9f10494482f7a651817b0bc819657225a8e8aea33bd4096fefb5e1c6de09d5e24950ef2a9764c9a127a767a465
 SHA512 
844c0e04bbbfd286617af2d7facd3d6cf7d3491b1e78120f8e0a95676c49647da1e129464892cacc55644011864f57e9769b668a6099bf49cf82d65ebcb68cf1
+DIST chromedriver-bin-93.0.4577.15.linux64.zip 6088169 BLAKE2B 
9ad6b7bea9cdfa1e3ac3bd13a275d4c7b4b70fc8c6191091445d7a4b1e607c6ad5266db492dd47d03f2a3aa31e997f583d93475b0d05f6ab2f8e08ebaa3ad840
 SHA512 
22782ec5578f3f6b244ba79c3b62d1c355c1128f1bd489b39d65cde1dd46174f1c32adf5175215d1557fdd136b5af164865d01c46e773a955bd951222b665d86

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-92.0.4515.107.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.15.ebuild
similarity index 100%
rename from www-apps/chromedriver-bin/chromedriver-bin-92.0.4515.107.ebuild
rename to www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.15.ebuild



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

2021-09-02 Thread Ulrich Müller
commit: ea00402b6cbe180a95fc93165e568fdc67d68423
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  2 08:07:58 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  2 08:08:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea00402b

elisp.eclass: Provide elisp-common

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

 eclass/elisp.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index c3c0045d854..282beee5b6a 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -10,6 +10,7 @@
 # Christian Faulhammer 
 # Ulrich Müller 
 # @SUPPORTED_EAPIS: 6 7 8
+# @PROVIDES: elisp-common
 # @BLURB: Eclass for Emacs Lisp packages
 # @DESCRIPTION:
 #



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

2021-09-02 Thread Yixun Lan
commit: 90f43e07f080666adfda239e1b886672ccc42154
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 08:34:39 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 08:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f43e07

media-libs/giblib: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/giblib/giblib-1.2.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/giblib/giblib-1.2.4-r1.ebuild 
b/media-libs/giblib/giblib-1.2.4-r1.ebuild
index f3a87af2e5a..b81e9185bd6 100644
--- a/media-libs/giblib/giblib-1.2.4-r1.ebuild
+++ b/media-libs/giblib/giblib-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz";
 
 LICENSE="feh"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
media-libs/freetype



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

2021-09-02 Thread Yixun Lan
commit: 64c1c9df7be599591ed97ffc6d5e5b55eac8ad48
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 08:51:27 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 08:52:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c1c9df

media-gfx/scrot: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/scrot/scrot-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scrot/scrot-1.4.ebuild b/media-gfx/scrot/scrot-1.4.ebuild
index 741754ad360..11c9a2db327 100644
--- a/media-gfx/scrot/scrot-1.4.ebuild
+++ b/media-gfx/scrot/scrot-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV
 
 LICENSE="feh LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
>=media-libs/giblib-1.2.3



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

2021-09-02 Thread Lars Wendler
commit: a129efb9509c3cbd0a8d2e976b3b7ad7df6837cc
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  2 08:57:55 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  2 08:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a129efb9

net-fs/samba: Bump to version 4.15.0_rc4. Removed old

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

 net-fs/samba/Manifest | 2 +-
 net-fs/samba/{samba-4.15.0_rc3.ebuild => samba-4.15.0_rc4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 9bc46ea7f7c..3595610f511 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -2,4 +2,4 @@ DIST samba-4.13.10.tar.gz 18450805 BLAKE2B 
3e9e1c951efe45b1954428c479aefc715b1ff
 DIST samba-4.13.9.tar.gz 18443813 BLAKE2B 
24046586f666e9db02e1dd71d7eb854691f39e6b575b9652a8b7c1aa5569c856dfd48911e3f221de74f9deec5808152fa2836d03bb9810d55d4f526f1567574b
 SHA512 
35c98979c1141fe4bd700e3c8f2439ec08876697faeaced6668ea6a9fea1d8303ca34e82123499aa4a41054b9ed6e1260ae779ea8d59978ba6de6b5861f21948
 DIST samba-4.14.6.tar.gz 18661572 BLAKE2B 
d3bd9ba13c89afab1a2d119cbd0488240802710b24c6f681ba962804c6f5097003ed939da8747582aab710405f09ca90eded06eeddd3dd42a5aaa2a99be6be1b
 SHA512 
0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2
 DIST samba-4.14.7.tar.gz 18668592 BLAKE2B 
3cd8c806c6af85eecafa93ba10562544815f3d73aaa6152774d2443971e8c46e4c12c3097f82d04d1560410e796d60d681ce6b1a637a09f0262b39a1fe28cbea
 SHA512 
155621b44232f696f389b8e01fd7d8a5ef8d4aa6b3de54090589268cf377c09714715a05e6198ee7e168ead71c08b5b20cd63a71811ef7d9bc9746c0d05ae9a6
-DIST samba-4.15.0rc3.tar.gz 18868496 BLAKE2B 
0dd6e5d560ee47adfe312ce1c174b8e9209bdcdd6aecb15aa757f290269ac4604fbb523c23d05aa29a1d420c2f9b42047bafcb4c62e71625749794791f064f82
 SHA512 
a217e7397479856d604b288e4f681bdcb26b097c382d073c87cfcb704ebb54840075e3fed454407e59689edfba0795f5d2b351d14b6cc1402764869b12f13a83
+DIST samba-4.15.0rc4.tar.gz 19134766 BLAKE2B 
c4c56c78d19494ecf7a29e77100163bd93db074aabcd893781c269c58d8a802ad5f7b4a343555a07b6ce2ebf3ccf0977561389979a93b823f0f3c40946684b3f
 SHA512 
98be630381e3b3ec89cdd4733a6d5cf3dca6b6f56ee6c0f91c33888af286280fa73f24a6f9ad4066fb02f41de7142a73e995fe8052716e54e740dc8292d36686

diff --git a/net-fs/samba/samba-4.15.0_rc3.ebuild 
b/net-fs/samba/samba-4.15.0_rc4.ebuild
similarity index 100%
rename from net-fs/samba/samba-4.15.0_rc3.ebuild
rename to net-fs/samba/samba-4.15.0_rc4.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-physics/geant-vmc/, sci-physics/vgm/, profiles/updates/, ...

2021-09-02 Thread Guilherme Amadio
commit: 354d520135f968f6b3dcfdcd168773e26419f95a
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Aug 21 13:07:00 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Sep  2 09:28:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354d5201

Move sci-physics/{geant-vmc → geant4_vmc}

This follows the new consistent naming of the upstream project,
collapsing the first version number into the package name.

Closes: https://github.com/gentoo/gentoo/pull/22068

Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 profiles/updates/3Q-2021  | 1 +
 sci-physics/geant-vmc/Manifest| 1 -
 sci-physics/geant4_vmc/Manifest   | 1 +
 .../geant4_vmc-5.3-r1.ebuild} | 8 
 .../geant-vmc-.ebuild => geant4_vmc/geant4_vmc-.ebuild}   | 8 
 sci-physics/{geant-vmc => geant4_vmc}/metadata.xml| 0
 sci-physics/vgm/vgm-4.8-r1.ebuild | 2 +-
 sci-physics/vgm/vgm-4.9-r1.ebuild | 2 +-
 sci-physics/vgm/vgm-.ebuild   | 2 +-
 9 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/profiles/updates/3Q-2021 b/profiles/updates/3Q-2021
index 0e75a5958bb..59da6b5d43f 100644
--- a/profiles/updates/3Q-2021
+++ b/profiles/updates/3Q-2021
@@ -8,3 +8,4 @@ move dev-python/python-backoff dev-python/backoff
 move dev-python/python-musicbrainz-ngs dev-python/python-musicbrainzngs
 move dev-python/python-podman dev-python/podman-py
 move dev-python/u-msgpack dev-python/u-msgpack-python
+move sci-physics/geant-vmc sci-physics/geant4_vmc

diff --git a/sci-physics/geant-vmc/Manifest b/sci-physics/geant-vmc/Manifest
deleted file mode 100644
index f28791df07e..000
--- a/sci-physics/geant-vmc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST geant-vmc-4.5.3.tar.gz 7411643 BLAKE2B 
31a486aa32f879093753aab09798eabf1a936f0aa246bb97c7f055eefb789c9c5a5097c14ce47b05a99f3cc2b46bea6edeba2af80ee362bb8fee039ee711eddc
 SHA512 
918ce3ca4a4fb329f0fce00dae3d4a4c9f348553f31bf474f727c1e67242b5ff28fe7dc5d3ab12d1174663b1dd96b654b5baf7edfa662ab3f66687792e94

diff --git a/sci-physics/geant4_vmc/Manifest b/sci-physics/geant4_vmc/Manifest
new file mode 100644
index 000..ddfb4b445a2
--- /dev/null
+++ b/sci-physics/geant4_vmc/Manifest
@@ -0,0 +1 @@
+DIST geant4_vmc-5.3.tar.gz 7411643 BLAKE2B 
31a486aa32f879093753aab09798eabf1a936f0aa246bb97c7f055eefb789c9c5a5097c14ce47b05a99f3cc2b46bea6edeba2af80ee362bb8fee039ee711eddc
 SHA512 
918ce3ca4a4fb329f0fce00dae3d4a4c9f348553f31bf474f727c1e67242b5ff28fe7dc5d3ab12d1174663b1dd96b654b5baf7edfa662ab3f66687792e94

diff --git a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild 
b/sci-physics/geant4_vmc/geant4_vmc-5.3-r1.ebuild
similarity index 87%
rename from sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
rename to sci-physics/geant4_vmc/geant4_vmc-5.3-r1.ebuild
index cafdbf75e09..503e3d2f17a 100644
--- a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
+++ b/sci-physics/geant4_vmc/geant4_vmc-5.3-r1.ebuild
@@ -7,11 +7,11 @@ inherit cmake
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git";
+   EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git";
 else
-   MY_PV=$(ver_rs 1-2 - $(ver_cut 2-))
-   
SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/geant4_vmc-${MY_PV}"
+   MY_PV=$(ver_rs 1- -)
+   SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${MY_PV}"
KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/sci-physics/geant-vmc/geant-vmc-.ebuild 
b/sci-physics/geant4_vmc/geant4_vmc-.ebuild
similarity index 87%
rename from sci-physics/geant-vmc/geant-vmc-.ebuild
rename to sci-physics/geant4_vmc/geant4_vmc-.ebuild
index b22fc0afcbf..e5a8d12edb2 100644
--- a/sci-physics/geant-vmc/geant-vmc-.ebuild
+++ b/sci-physics/geant4_vmc/geant4_vmc-.ebuild
@@ -7,11 +7,11 @@ inherit cmake
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git";
+   EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git";
 else
-   MY_PV=$(ver_rs 1-2 - $(ver_cut 2-))
-   
SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/geant4_vmc-${MY_PV}"
+   MY_PV=$(ver_rs 1- -)
+   SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${MY_PV}"
KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/sci-physics/geant-vmc/metadata.xml 
b/sci-physics/geant4_vmc/metadata.xml
similarity index 100%
rename from sci-physics/geant-vmc/metad

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

2021-09-02 Thread Marc Schiffbauer
commit: 593ed93533bbb2322a6f892ce8b2ece51dd4af81
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Sep  2 09:27:16 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Sep  2 09:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593ed935

*/bareos{,-fastlzlib}: remove mask

app-backup/bareos
dev-libs/bareos-fastlzlib
dev-python/bareos

Packages are being maintained and bugs resolved

Signed-off-by: Marc Schiffbauer  gentoo.org>

 profiles/package.mask | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cfbb183277d..d3312969f74 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -183,14 +183,6 @@ app-i18n/man-pages-it
 # Bug #610094, #715874, #731860, #739486, removal in 30 days.
 sci-biology/wgs-assembler
 
-# David Seifert  (2021-08-05)
-# Unmaintained, tons of issues, fails to build with GCC 11.
-# Bug #631598, #690024, #735960, #749038, #761415, #761667,
-# #778557, #786789, #799179, removal in 30 days.
-app-backup/bareos
-dev-libs/bareos-fastlzlib
-dev-python/bareos
-
 # Sam James  (2021-08-05)
 # Fails to build with GCC 11. No activity upstream.
 # bug #740308, bug #789816. Removal on 2021-09-05.



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

2021-09-02 Thread Yixun Lan
commit: bae783e1a90f5a30753236341f40a01651e06a9d
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:03:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:03:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae783e1

media-libs/libmikmod: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild 
b/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild
index fe226c3ba2a..6210ef76f37 100644
--- a/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild
+++ b/media-libs/libmikmod/libmikmod-3.3.11.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz"
 
 LICENSE="LGPL-2+ LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio 
cpu_flags_x86_sse2 static-libs +threads"
 
 REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"



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

2021-09-02 Thread Yixun Lan
commit: 4cdc741ef569632d2fc1fdfe1e00e07f2c532ed8
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:20:55 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cdc741e

media-sound/timidity-freepats: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild 
b/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild
index ae79013f2cb..b71bb748feb 100644
--- a/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild
+++ b/media-sound/timidity-freepats/timidity-freepats-20060219-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://freepats.opensrc.org/${MY_PN}-${PV}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 RESTRICT="binchecks strip"
 
 RDEPEND="app-eselect/eselect-timidity"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-timidity/

2021-09-02 Thread Yixun Lan
commit: 89ef5a30281b24880bffe2756a4c07dd1d0056f9
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:08:34 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:03:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ef5a30

app-eselect/eselect-timidity: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild 
b/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild
index 6d54c60fa82..d033658d49e 100644
--- a/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild
+++ b/app-eselect/eselect-timidity/eselect-timidity-20110513.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
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/timidity.eselect-${PVR}.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=">=app-admin/eselect-1.2.3"
 S="${WORKDIR}"



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

2021-09-02 Thread Yixun Lan
commit: 32041443e7ded11a8255c39486b96067001870fd
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:05:51 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:03:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32041443

media-libs/libmpdclient: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libmpdclient/libmpdclient-2.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libmpdclient/libmpdclient-2.19.ebuild 
b/media-libs/libmpdclient/libmpdclient-2.19.ebuild
index b8ac71b8c47..331c4c43c9d 100644
--- a/media-libs/libmpdclient/libmpdclient-2.19.ebuild
+++ b/media-libs/libmpdclient/libmpdclient-2.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2021-09-02 Thread Yixun Lan
commit: 510044513861aa0ef82599d987c60b0ee46c17a9
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:41:21 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51004451

media-sound/mpd: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-sound/mpd/mpd-0.22.11.ebuild 
b/media-sound/mpd/mpd-0.22.11.ebuild
index 7e5eda24cd4..5ed8afa7afd 100644
--- a/media-sound/mpd/mpd-0.22.11.ebuild
+++ b/media-sound/mpd/mpd-0.22.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+alsa ao +audiofile bzip2 cdio chromaprint +cue +curl doc +dbus
+eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+ipv6 jack lame libmpdclient libsamplerate libsoxr +mad mikmod mms



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

2021-09-02 Thread Yixun Lan
commit: 4e5e47c7df601a55e4b3c011fc852b9b72b6bfd8
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:28:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:03:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5e47c7

media-sound/wildmidi: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-sound/wildmidi/wildmidi-0.4.4.ebuild 
b/media-sound/wildmidi/wildmidi-0.4.4.ebuild
index 0756e6b1190..d877bbc835d 100644
--- a/media-sound/wildmidi/wildmidi-0.4.4.ebuild
+++ b/media-sound/wildmidi/wildmidi-0.4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Mindwerks/${PN}/archive/${P}.tar.gz";
 
 LICENSE="GPL-3+ LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 ~riscv x86"
 IUSE="+alsa openal oss +player"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez-tools/

2021-09-02 Thread Yixun Lan
commit: 245df4712a6a9ecf3122a1c2dc959a13e2f84b64
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:50:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245df471

net-wireless/bluez-tools: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild 
b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
index 87c36ffc498..6585af370e2 100644
--- a/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
+++ b/net-wireless/bluez-tools/bluez-tools-0_p20161212.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/khvzak/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



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

2021-09-02 Thread Yixun Lan
commit: b5affea9e777971c97f26ef6eef83efd1810c159
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:48:22 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5affea9

media-sound/pulseaudio-ctl: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild 
b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild
index 64655c017f7..fc2d4914d69 100644
--- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild
+++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE=""
 
 # Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bluetooth-quick-connect/

2021-09-02 Thread Yixun Lan
commit: 490bce3b38e19ffaff17ecb504703cdc06e6d4c7
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 10:02:28 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490bce3b

gnome-extra/gnome-shell-extension-bluetooth-quick-connect: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 .../gnome-shell-extension-bluetooth-quick-connect-20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-20.ebuild
 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-20.ebuild
index 5fc92ca3c53..0924f3a7123 100644
--- 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-20.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-20.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/v${PV
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



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

2021-09-02 Thread Yixun Lan
commit: 893d9015d4dd4f55b5e80289935e42ce5cd5f7ef
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 08:57:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:03:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893d9015

media-sound/mpg321: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-sound/mpg321/mpg321-0.3.2.ebuild 
b/media-sound/mpg321/mpg321-0.3.2.ebuild
index 4ce38f65331..119b2b4c559 100644
--- a/media-sound/mpg321/mpg321-0.3.2.ebuild
+++ b/media-sound/mpg321/mpg321-0.3.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.orig.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="alsa ipv6"
 
 RDEPEND="app-eselect/eselect-mpg123



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

2021-09-02 Thread Yixun Lan
commit: 0d230fa6c74f571adce500dd54a6c1cf2c88e6c3
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:50:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d230fa6

media-libs/pulseaudio-qt: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild 
b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild
index bb58edc8033..722ba8db7fc 100644
--- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild
+++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.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
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/libraries/pulseaudio-qt";
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 arm64 ~ppc64 x86"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-gnome-shell-extensions/

2021-09-02 Thread Yixun Lan
commit: f88c4318a72f560fe55cbf9495e739d647b9588a
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 10:00:39 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88c4318

app-eselect/eselect-gnome-shell-extensions: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 .../eselect-gnome-shell-extensions-20180306.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-eselect/eselect-gnome-shell-extensions/eselect-gnome-shell-extensions-20180306.ebuild
 
b/app-eselect/eselect-gnome-shell-extensions/eselect-gnome-shell-extensions-20180306.ebuild
index 3a2e87e307f..ec5282603d2 100644
--- 
a/app-eselect/eselect-gnome-shell-extensions/eselect-gnome-shell-extensions-20180306.ebuild
+++ 
b/app-eselect/eselect-gnome-shell-extensions/eselect-gnome-shell-extensions-20180306.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~leio/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 
 # gnome-shell schemas are used in pkg_postinst
 COMMON_DEPEND="app-admin/eselect



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

2021-09-02 Thread Yixun Lan
commit: 228072abcf3264f7d36f91ccea15035237a2f9e5
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 09:44:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 10:04:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228072ab

media-sound/mpc: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/media-sound/mpc/mpc-0.33.ebuild b/media-sound/mpc/mpc-0.33.ebuild
index 0cb9a5d0145..e3d7fa17a19 100644
--- a/media-sound/mpc/mpc-0.33.ebuild
+++ b/media-sound/mpc/mpc-0.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc iconv test"
 
 BDEPEND="



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2021-09-02 Thread Andreas Sturmlechner
commit: 1f38b9891f51377dac0c60119c7e12bafdb2e3ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 10:14:34 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 10:14:34 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f38b989

profiles: Drop kde-gear-21.08.1 package.mask

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

 profiles/package.mask/kde-gear-21.08.1 | 246 -
 1 file changed, 246 deletions(-)

diff --git a/profiles/package.mask/kde-gear-21.08.1 
b/profiles/package.mask/kde-gear-21.08.1
deleted file mode 100644
index 28f50615b6..00
--- a/profiles/package.mask/kde-gear-21.08.1
+++ /dev/null
@@ -1,246 +0,0 @@
-# Andreas Sturmlechner  (2021-08-31)
-# KDE Release Service 21.08.1 mask
-# UNRELEASED
-#
-~kde-apps/baloo-widgets-21.08.1
-~kde-apps/dolphin-21.08.1
-~kde-apps/kate-21.08.1
-~kde-apps/kde-apps-meta-21.08.1
-~kde-apps/kdecore-meta-21.08.1
-~kde-apps/khelpcenter-21.08.1
-~kde-apps/konsole-21.08.1
-~kde-apps/kwrite-21.08.1
-~kde-apps/kdialog-21.08.1
-~kde-apps/keditbookmarks-21.08.1
-~kde-apps/kfind-21.08.1
-~kde-apps/konqueror-21.08.1
-~app-accessibility/kontrast-21.08.1
-~kde-apps/kdeaccessibility-meta-21.08.1
-~kde-apps/kmag-21.08.1
-~kde-apps/kmousetool-21.08.1
-~kde-apps/kmouth-21.08.1
-~kde-apps/kdeadmin-meta-21.08.1
-~kde-apps/kcron-21.08.1
-~kde-apps/ksystemlog-21.08.1
-~kde-apps/analitza-21.08.1
-~kde-apps/artikulate-21.08.1
-~kde-apps/blinken-21.08.1
-~kde-apps/cantor-21.08.1
-~kde-apps/kalgebra-21.08.1
-~kde-apps/kalzium-21.08.1
-~kde-apps/kanagram-21.08.1
-~kde-apps/kbruch-21.08.1
-~kde-apps/kdeedu-data-21.08.1
-~kde-apps/kdeedu-meta-21.08.1
-~kde-apps/kgeography-21.08.1
-~kde-apps/khangman-21.08.1
-~kde-apps/kig-21.08.1
-~kde-apps/kiten-21.08.1
-~kde-apps/klettres-21.08.1
-~kde-apps/kmplot-21.08.1
-~kde-apps/kqtquickcharts-21.08.1
-~kde-apps/ktouch-21.08.1
-~kde-apps/kturtle-21.08.1
-~kde-apps/kwordquiz-21.08.1
-~kde-apps/libkeduvocdocument-21.08.1
-~kde-apps/marble-21.08.1
-~kde-apps/minuet-21.08.1
-~kde-apps/parley-21.08.1
-~kde-apps/rocs-21.08.1
-~kde-apps/step-21.08.1
-~kde-apps/bomber-21.08.1
-~kde-apps/bovo-21.08.1
-~kde-apps/granatier-21.08.1
-~kde-apps/kajongg-21.08.1
-~kde-apps/kapman-21.08.1
-~kde-apps/katomic-21.08.1
-~kde-apps/kblackbox-21.08.1
-~kde-apps/kblocks-21.08.1
-~kde-apps/kbounce-21.08.1
-~kde-apps/kbreakout-21.08.1
-~kde-apps/kdegames-meta-21.08.1
-~kde-apps/kdiamond-21.08.1
-~kde-apps/kfourinline-21.08.1
-~kde-apps/kgoldrunner-21.08.1
-~kde-apps/kigo-21.08.1
-~kde-apps/killbots-21.08.1
-~kde-apps/kiriki-21.08.1
-~kde-apps/kjumpingcube-21.08.1
-~kde-apps/klickety-21.08.1
-~kde-apps/klines-21.08.1
-~kde-apps/kmahjongg-21.08.1
-~kde-apps/kmines-21.08.1
-~kde-apps/knavalbattle-21.08.1
-~kde-apps/knetwalk-21.08.1
-~kde-apps/knights-21.08.1
-~kde-apps/kolf-21.08.1
-~kde-apps/kollision-21.08.1
-~kde-apps/konquest-21.08.1
-~kde-apps/kpat-21.08.1
-~kde-apps/kreversi-21.08.1
-~kde-apps/kshisen-21.08.1
-~kde-apps/ksirk-21.08.1
-~kde-apps/ksnakeduel-21.08.1
-~kde-apps/kspaceduel-21.08.1
-~kde-apps/ksquares-21.08.1
-~kde-apps/ksudoku-21.08.1
-~kde-apps/ktuberling-21.08.1
-~kde-apps/kubrick-21.08.1
-~kde-apps/libkdegames-21.08.1
-~kde-apps/libkmahjongg-21.08.1
-~kde-apps/lskat-21.08.1
-~kde-apps/palapeli-21.08.1
-~kde-apps/picmi-21.08.1
-~kde-apps/gwenview-21.08.1
-~kde-apps/kamera-21.08.1
-~kde-apps/kcolorchooser-21.08.1
-~kde-apps/kdegraphics-meta-21.08.1
-~kde-apps/kdegraphics-mobipocket-21.08.1
-~kde-apps/kipi-plugins-21.08.1
-~kde-apps/kolourpaint-21.08.1
-~kde-apps/kruler-21.08.1
-~kde-apps/libkdcraw-21.08.1
-~kde-apps/libkexiv2-21.08.1
-~kde-apps/libkipi-21.08.1
-~kde-apps/libksane-21.08.1
-~kde-apps/okular-21.08.1
-~kde-apps/spectacle-21.08.1
-~kde-apps/svgpart-21.08.1
-~kde-apps/thumbnailers-21.08.1
-~kde-misc/skanlite-21.08.1
-~kde-apps/audiocd-kio-21.08.1
-~kde-apps/dragon-21.08.1
-~kde-apps/ffmpegthumbs-21.08.1
-~kde-apps/juk-21.08.1
-~kde-apps/k3b-21.08.1
-~kde-apps/kamoso-21.08.1
-~kde-apps/kdemultimedia-meta-21.08.1
-~kde-apps/kdenlive-21.08.1
-~kde-apps/kmix-21.08.1
-~kde-apps/kwave-21.08.1
-~kde-apps/libkcddb-21.08.1
-~kde-apps/libkcompactdisc-21.08.1
-~media-sound/elisa-21.08.1
-~kde-apps/dolphin-plugins-dropbox-21.08.1
-~kde-apps/kaccounts-integration-21.08.1
-~kde-apps/kaccounts-providers-21.08.1
-~kde-apps/kdenetwork-meta-21.08.1
-~kde-apps/kdenetwork-filesharing-21.08.1
-~kde-apps/kget-21.08.1
-~kde-apps/kio-extras-21.08.1
-~kde-apps/krdc-21.08.1
-~kde-apps/krfb-21.08.1
-~kde-apps/kopete-21.08.1
-~kde-apps/ktp-accounts-kcm-21.08.1
-~kde-apps/ktp-approver-21.08.1
-~kde-apps/ktp-auth-handler-21.08.1
-~kde-apps/ktp-common-internals-21.08.1
-~kde-apps/ktp-contact-list-21.08.1
-~kde-apps/ktp-contact-runner-21.08.1
-~kde-apps/ktp-desktop-applets-21.08.1
-~kde-apps/ktp-filetransfer-handler-21.08.1
-~kde-apps/ktp-kded-module-21.08.1
-~kde-apps/ktp-send-file-21.08.1
-~kde-apps/ktp-text-ui-21.08.1
-~kde-apps/plasma-telepathy-meta-21.08.1
-~kde-ap

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

2021-09-02 Thread Andreas Sturmlechner
commit: 125ebdcb780b8171f8bfb67625581291c382d9bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 10:12:55 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 10:12:55 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=125ebdcb

kde.org.eclass: Mark KDE Gear 21.08.1 as released

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

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

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index c375893e25..bf087dfc8a 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -135,7 +135,7 @@ esac
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-apps-21.08.1 )
+KDE_UNRELEASED=( )
 
 HOMEPAGE="https://kde.org/";
 



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

2021-09-02 Thread Ulrich Müller
commit: 215c66157fc6246a3b7e1096af92b6a02fbef1ad
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  2 10:29:14 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  2 10:29:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215c6615

licenses: Remove unused psipred

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

 licenses/psipred | 89 
 1 file changed, 89 deletions(-)

diff --git a/licenses/psipred b/licenses/psipred
deleted file mode 100644
index 7f797d17d41..000
--- a/licenses/psipred
+++ /dev/null
@@ -1,89 +0,0 @@
-PLEASE READ THE FOLLOWING LICENSE AGREEMENT. BY USING THE PROGRAM YOU ARE
-ACKNOWLEDGING THE FACT THAT YOU AGREE TO THE TERMS OUTLINED IN THIS
-AGREEMENT. USERS WISHING TO USE THE SOFTWARE FOR COMMERCIAL ACTIVITIES
-NOT COVERED BY THIS AGREEMENT SHOULD SEND E-MAIL TO: d...@cs.ucl.ac.uk
-
-* NOTE RECENT CHANGES TO PARAGRAPH 8 *
-
-
-
- PSIPRED2 - PROTEIN SECONDARY STRUCTURE PREDICTION PROGRAM BY D.T.JONES
- --
-
-  GENERAL LICENSE &
-  -
-
-CONFIDENTIALITY AGREEMENT
--
-
-
-
-In regard to the protein structure prediction program (PSIPRED2)
-herewith (the Software) the copyright and other intellectual property
-rights to which belong to the Author(s).
-
-Any user (the User) of the program undertakes to the Copyright holder that he
-or she shall be bound by the following terms and conditions:-
-
-1. The User will receive the Software and any related documentation in
-confidence and will not use the same except for the purpose of their own 
-research. The Software will be used only by such of the User's officers or
-employees to whom it must reasonably be communicated to enable them to
-undertake their research and who agree to be bound by the same confidence.
-The User shall procure and enforce such agreement from his or her staff for
-the benefit of the Copyright holder.
-
-2. The publication of research using the Software must include an
-appropriate citation to the method:
-
-Jones, D.T. (1999) Protein secondary structure prediction based on
-position-specific scoring matrices. J. Mol. Biol. 292:195-202.
-
-3. All forms of the Software will be kept in a reasonably secure place to
-prevent unauthorised access.
-
-4. Each copy of the Software or, if not practicable then, any package
-associated therewith shall be suitably marked (and such marking maintained) 
-with the following copyright notice: "Copyright 2000 D.T.Jones. All Rights
-Reserved.".
-
-5. The Software may be modified, but any changes made shall be communicated
-to the Author(s) and made freely available.
-
-6. The Software may not be sold as a standalone package, or incorporated into
-a commercial software package without the written permission of the Copyright
-holder. The Software may be used freely for individual academic or commercial
-research. The Software may also be made freely available for training or
-teaching purposes.
-
-7. The results produced by the Software may not be incorporated into any
-data banks or databases which are subject to the payment of access or
-license fees without the written permission of the Copyright holder.
-
-8. The Software may be made available to users over a local network or
-wide area network (including the Internet), but only if access is granted
-free of charge to all authorised users. Incorporation of the Software into
-a commercial Web site or other fee paying service is not allowed without
-the written permission of the Copyright holder. If PSIPRED results are
-returned to the user via such a network service, then a suitable
-acknowledgement of the PSIPRED method must be returned somewhere in the
-output text.
-
-9. The confidentiality obligation in paragraph one shall not apply:
-
-   (i)  to information and data known to the User at the time of
-   receipt hereunder (as evidenced by its written records);
-
-  (ii) to information and data which was at the time of receipt in the 
-   public domain or thereafter becomes so through no wrongful act of
-   the User;
-
- (iii) to information and data which the User receives from a third
-   party not in breach of any obligation of confidentiality owed to
-   the Author(s).
-
-10. The User understands that the Software is supplied "as is". No warranty
-   as to its fitness or suitability for any purpose whatsoever is made or
-   implied. In no event shall the Author(s) or Copyright holder be held
-   responsible for any direct or indirect damages arising through the use
-   of the Software.



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

2021-09-02 Thread Andreas Sturmlechner
commit: 24bbcc13b55adc06848aa413247879668ae6ec91
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  1 07:54:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 10:43:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bbcc13

dev-util/cmake: Drop 3.18.5

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

 dev-util/cmake/Manifest|   1 -
 dev-util/cmake/cmake-3.18.5.ebuild | 214 -
 .../cmake/files/cmake-3.1.0-darwin-isysroot.patch  |  48 -
 3 files changed, 263 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 12801dd1c3c..902fc967b3c 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,4 +1,3 @@
-DIST cmake-3.18.5.tar.gz 8975784 BLAKE2B 
62ea68b602e7e352c22ba6122aa010fb78fb5c4e484aa51bc336e750280d5fc03ffa439bd8005d2c43176f5a5db4ebfd419beca65cc59c5b8cd5666e38394fb8
 SHA512 
c15e0937a9c0ce0b6164c3d02a147e679ea57e1119cff4189a15de71429a7facb3c04eb8db467471876b5da5dbd4a25acb228efa7101fe78efd205f0d2c96343
 DIST cmake-3.20.5.tar.gz 9441947 BLAKE2B 
f073d7c3968c714be315f5014076c785790ed47e9a746f2d16bc59769fb6862009f67c2e118038c6c9d8390b709f2b4ed4a4dfc41a93996fedd9d7d77111b84a
 SHA512 
4ad7f194353be291e76d86d95928633daea653a0bd8d35369ac6ee2bb3f811c3a1aabe6a2bd51c6d5b07af2c6edc7e38d8b347ded32ab1ddcf331dbfce40c008
 DIST cmake-3.21.1.tar.gz 9629567 BLAKE2B 
1f33117f6fe3491923d053e4d025741340eff477a7a34ef26a6185d7e8f197d159a4cb45b0d79af3298939f8970c27e663a6011fcf479405d458b294fdf3dd72
 SHA512 
1453b1f5139950f501c570c305257e4e5dacb8224944de8ed1489aae162c6dd75fe1cd5188d619c47e4e53ca5b846f07318ffb3ab004a0547f2c8b13f60083b4
 DIST cmake-3.21.2.tar.gz 9630492 BLAKE2B 
7c73cad02ee9dbadd8cbf60994856ccb6fd3721cbb7a58d66638169cf99426d8ad732de912ee5c736466d64c145a68a102db93cb5d4d0dbde001681edbf7a200
 SHA512 
75649404564aaa6175a8c66ab19a10318066dbb667806c287e3cb125ac4c16c1629c160e355bcc50864a38d5488b1f7d1bc77acc602f5f3edd5f68691ae5080d

diff --git a/dev-util/cmake/cmake-3.18.5.ebuild 
b/dev-util/cmake/cmake-3.18.5.ebuild
deleted file mode 100644
index f3b61204861..000
--- a/dev-util/cmake/cmake-3.18.5.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake" # Fixed in 3.19, see commit 491dddfb; bug 
#596460
-CMAKE_REMOVE_MODULES_LIST=( none )
-inherit bash-completion-r1 cmake elisp-common flag-o-matic multiprocessing \
-   toolchain-funcs virtualx xdg-utils
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Cross platform Make"
-HOMEPAGE="https://cmake.org/";
-SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
-
-LICENSE="CMake"
-SLOT="0"
-[[ "${PV}" = *_rc* ]] || \
-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="doc emacs ncurses qt5 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-arch/libarchive-3.3.3:=
-   app-crypt/rhash
-   >=dev-libs/expat-2.0.1
-   >=dev-libs/jsoncpp-1.9.2-r2:0=
-   >=dev-libs/libuv-1.10.0:=
-   >=net-misc/curl-7.21.5[ssl]
-   sys-libs/zlib
-   virtual/pkgconfig
-   emacs? ( >=app-editors/emacs-23.1:* )
-   ncurses? ( sys-libs/ncurses:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   doc? (
-   dev-python/requests
-/dev/null
-
-   local ctestargs
-   [[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose 
--output-on-failure"
-
-   # Excluded tests:
-   #BootstrapTest: we actually bootstrap it every time so why test it.
-   #BundleUtilities: bundle creation broken
-   #CMakeOnly.AllFindModules: pthread issues
-   #CTest.updatecvs: fails to commit as root
-   #Fortran: requires fortran
-   #RunCMake.CompilerLauncher: also requires fortran
-   #RunCMake.CPack_RPM: breaks if app-arch/rpm is installed because
-   #debugedit binary is not in the expected location
-   #RunCMake.CPack_DEB: breaks if app-arch/dpkg is installed because
-   #it can't find a deb package that owns libc
-   #RunCMake.{IncompatibleQt,ObsoleteQtMacros}: Require Qt4
-   #TestUpload: requires network access
-   "${BUILD_DIR}"/bin/ctest \
-   -j "$(makeopts_jobs)" \
-   --test-load "$(makeopts_loadavg)" \
-   ${ctestargs} \
-   -E 
"(BootstrapTest|BundleUtilities|CMakeOnly.AllFindModules|CompileOptions|CTest.UpdateCVS|Fortran|RunCMake.CompilerLauncher|RunCMake.IncompatibleQt|RunCMake.ObsoleteQtMacros|RunCMake.PrecompileHeaders|RunCMake.CPack_(DEB|RPM)|TestUpload

[gentoo-commits] proj/releng:master commit in: tools/

2021-09-02 Thread Andreas K. Hüttel
commit: a8f267c5b81201b6a42c46e181d0fa37849c601d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep  2 10:43:47 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep  2 10:43:47 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a8f267c5

arm autobuilds: sort

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

 tools/catalyst-auto-arm.conf | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 5942aca2..531af397 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -11,10 +11,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm
 EMAIL_SUBJECT_PREPEND="[arm-auto]"
 
 SETS="
-   armv7a_hf_openrc
-   armv7a_hf_systemd
-   armv7a_sf_openrc
-   armv7a_sf_systemd
armv4tl_openrc
armv4tl_systemd
armv5tel_openrc
@@ -23,6 +19,10 @@ SETS="
armv6j_hf_systemd
armv6j_sf_openrc
armv6j_sf_systemd
+   armv7a_hf_openrc
+   armv7a_hf_systemd
+   armv7a_sf_openrc
+   armv7a_sf_systemd
 "
 
 SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec 
armv4tl/stage3-openrc.spec"



[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2021-09-02 Thread Marc Schiffbauer
commit: 12bd62a0066c71a35b4ee35b064a6f79270839ac
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Sep  2 10:41:17 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Sep  2 10:45:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bd62a0

net-dns/unbound: add tfo USE flag

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

 net-dns/unbound/metadata.xml  | 3 ++-
 net-dns/unbound/unbound-1.13.2.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-dns/unbound/metadata.xml b/net-dns/unbound/metadata.xml
index b125fb7df61..844b7d8ad1d 100644
--- a/net-dns/unbound/metadata.xml
+++ b/net-dns/unbound/metadata.xml
@@ -30,7 +30,8 @@
 Enable EDNS client subnet support
 Enable GOST support
 Enable HTTP/2 support for 
DoHnet-libs/nghttp2
-Enable cache db backend which uses 
dev-libs/hiredis
+Enable cache db backend which 
usesdev-libs/hiredis
+Enable TCP Fast Open client+server
   
   
 NLnetLabs/unbound

diff --git a/net-dns/unbound/unbound-1.13.2.ebuild 
b/net-dns/unbound/unbound-1.13.2.ebuild
index 83b74f7345d..4e61650bf38 100644
--- a/net-dns/unbound/unbound-1.13.2.ebuild
+++ b/net-dns/unbound/unbound-1.13.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz";
 LICENSE="BSD GPL-2"
 SLOT="0/8" # ABI version of libunbound.so
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
-IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux 
static-libs systemd test threads"
+IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux 
static-libs systemd test +tfo threads"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
@@ -100,12 +100,12 @@ multilib_src_configure() {
$(multilib_native_use_with python pyunbound) \
$(use_with threads pthreads) \
$(use_with http2 libnghttp2) \
+   $(use_enable tfo tfo-client) \
+   $(use_enable tfo tfo-server) \
--disable-flto \
--disable-rpath \
--enable-event-api \
--enable-ipsecmod \
-   --enable-tfo-client \
-   --enable-tfo-server \
--with-libevent="${EPREFIX}"/usr \
$(multilib_native_usex redis --with-libhiredis="${EPREFIX}/usr" 
--without-libhiredis) \
--with-pidfile="${EPREFIX}"/run/unbound.pid \



[gentoo-commits] repo/gentoo:master commit in: dev-libs/rocksdb/files/, dev-libs/rocksdb/

2021-09-02 Thread Marek Szuba
commit: 9a5672672cbda260a4fb713a266f50f4724f23df
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 10:46:37 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 10:50:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a567267

dev-libs/rocksdb: apply upstream libatomic check

Will have already been included in 6.20.2+.

Closes: https://bugs.gentoo.org/809830
Signed-off-by: Marek Szuba  gentoo.org>

 .../rocksdb/files/rocksdb-6.14.6-libatomic.patch   | 118 +
 dev-libs/rocksdb/rocksdb-6.15.5.ebuild |   4 +
 dev-libs/rocksdb/rocksdb-6.17.3.ebuild |   4 +
 3 files changed, 105 insertions(+), 21 deletions(-)

diff --git a/dev-libs/rocksdb/files/rocksdb-6.14.6-libatomic.patch 
b/dev-libs/rocksdb/files/rocksdb-6.14.6-libatomic.patch
index 5ffcc8eee9f..27f17aab893 100644
--- a/dev-libs/rocksdb/files/rocksdb-6.14.6-libatomic.patch
+++ b/dev-libs/rocksdb/files/rocksdb-6.14.6-libatomic.patch
@@ -1,29 +1,105 @@
+From 38d79de10da65d234c70cbb36c24c58d189f76db Mon Sep 17 00:00:00 2001
+From: mrambacher 
+Date: Mon, 12 Apr 2021 20:06:57 -0400
+Subject: [PATCH 1/3] Add check to cmake to see if we need to link against
+ -latomic
+
+For some compilers/environments (e.g. Clang, riscv64), we need to link against 
-latomic.  Check if this is a requirement and add the library to the 
third-party libs if it is.
+---
+ CMakeLists.txt | 21 -
+ 1 file changed, 20 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 984c6197cb..460d350054 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -325,6 +325,26 @@
-   add_definitions(-DROCKSDB_SUPPORT_THREAD_LOCAL)
+@@ -312,7 +312,6 @@ int main() {
+   auto d = _mm_cvtsi128_si64(c);
+ }
+ " HAVE_SSE42)
+-unset(CMAKE_REQUIRED_FLAGS)
+ if(HAVE_SSE42)
+   add_definitions(-DHAVE_SSE42)
+   add_definitions(-DHAVE_PCLMUL)
+@@ -320,6 +319,26 @@ elseif(FORCE_SSE42)
+   message(FATAL_ERROR "FORCE_SSE42=ON but unable to compile with SSE4.2 
enabled")
  endif()
  
-+set(ATOMIC_TEST_SOURCE "
++# Check if -latomic is required or not
++if (NOT MSVC)
++  set(CMAKE_REQUIRED_FLAGS "--std=c++11")
++  CHECK_CXX_SOURCE_COMPILES("
 +#include 
++std::atomic x(0);
 +int main() {
-+  std::atomic y (false);
-+  std::atomic x (0);
-+  bool expected = true;
-+  bool j = y.compare_exchange_weak(expected,false);
-+  x++;
++  uint64_t i = x.load(std::memory_order_relaxed);
++  bool b = x.is_lock_free();
 +  return 0;
-+}")
-+CHECK_CXX_SOURCE_COMPILES("${ATOMIC_TEST_SOURCE}" ATOMICS_ARE_BUILTIN)
-+if (NOT ATOMICS_ARE_BUILTIN)
-+  set(CMAKE_REQUIRED_LIBRARIES atomic)
-+  check_cxx_source_compiles("${ATOMIC_TEST_SOURCE}" ATOMICS_REQUIRE_LIBATOMIC)
-+  unset(CMAKE_REQUIRED_LIBRARIES)
-+  if (ATOMICS_REQUIRE_LIBATOMIC)
-+string(APPEND CMAKE_CXX_STANDARD_LIBRARIES " -latomic")
-+  endif ()
-+endif ()
++}
++" BUILTIN_ATOMIC)
++if (NOT BUILTIN_ATOMIC)
++  #TODO: Check if -latomic exists 
++  list(APPEND THIRDPARTY_LIBS atomic)
++endif()
++endif()
 +
- option(FAIL_ON_WARNINGS "Treat compile warnings as errors" ON)
- if(FAIL_ON_WARNINGS)
-   if(MSVC)
++unset(CMAKE_REQUIRED_FLAGS)
++
+ CHECK_CXX_SOURCE_COMPILES("
+ #if defined(_MSC_VER) && !defined(__thread)
+ #define __thread __declspec(thread)
+
+From df7fdd69ac19f26601a80e35f70ec51913838a6e Mon Sep 17 00:00:00 2001
+From: mrambacher 
+Date: Wed, 14 Apr 2021 10:33:47 -0400
+Subject: [PATCH 2/3] Reset CMAKE_REQUIRED_FLAGS after compilation checks
+
+---
+ CMakeLists.txt | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 460d350054..5d167855a7 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -296,6 +296,7 @@ else()
+ endif()
+ 
+ include(CheckCXXSourceCompiles)
++set(OLD_CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS})
+ if(NOT MSVC)
+   set(CMAKE_REQUIRED_FLAGS "-msse4.2 -mpclmul")
+ endif()
+@@ -337,7 +338,8 @@ if (NOT BUILTIN_ATOMIC)
+ endif()
+ endif()
+ 
+-unset(CMAKE_REQUIRED_FLAGS)
++# Reset the required flags
++set(CMAKE_REQUIRED_FLAGS ${OLD_CMAKE_REQUIRED_FLAGS})
+ 
+ CHECK_CXX_SOURCE_COMPILES("
+ #if defined(_MSC_VER) && !defined(__thread)
+
+From 4793c5c75351d5d7c609c27d0243c2138729c7b0 Mon Sep 17 00:00:00 2001
+From: mrambacher 
+Date: Fri, 16 Apr 2021 08:53:48 -0400
+Subject: [PATCH 3/3] Fix lint warning
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5d167855a7..558b985073 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -333,7 +333,7 @@ int main() {
+ }
+ " BUILTIN_ATOMIC)
+ if (NOT BUILTIN_ATOMIC)
+-  #TODO: Check if -latomic exists 
++  #TODO: Check if -latomic exists
+   list(APPEND THIRDPARTY_LIBS atomic)
+ endif()
+ endif()

diff --git a/dev-libs/rocksdb/rocksdb-6.15.5.ebuild 
b/dev-libs/rocksdb/rocksdb-6.15.5.ebuild
index eca7931e375..c8bb53cec44 100644
--- a/dev-libs/rocksdb/rocksdb-6.15.5.ebuild
+++ b/dev-libs/rocksdb/rocksdb-6.15.5.ebuild
@@

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

2021-09-02 Thread Ulrich Müller
commit: 19400683f19863f94f23592c081767797274d09b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Sep  2 10:55:45 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Sep  2 10:58:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19400683

scripts/bootstrap.sh: Fix version

There is no CVS $Id$ any more.

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

 scripts/bootstrap.sh | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 46026a79e1c..a84263ba448 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -1,7 +1,9 @@
 #!/bin/bash
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+file_version="2021.0"  # update manually: .
+
 # people who were here:
 # (drobbins, 06 Jun 2003)
 # (solar, Jul 2004)
@@ -55,9 +57,6 @@ v_echo() {
env "$@"
 }
 
-cvsver="$Id$" # TODO: FIXME for Git era
-cvsver=${cvsver##*,v }
-cvsver=${cvsver%%Exp*}
 file_copyright=$(sed -n '/Copyright/!b;s/^# *//;p;q' $0)
 
 usage() {
@@ -94,7 +93,7 @@ for opt in "$@" ; do
--resume|-r)  STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} --usepkg 
--buildpkg";;
--verbose|-v) STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} -v" ; 
V_ECHO=v_echo;;
--version|-V)
-   einfo "Gentoo Linux bootstrap ${cvsver}"
+   einfo "Gentoo Linux bootstrap ${file_version}"
exit 0
;;
*)



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

2021-09-02 Thread Mike Pagano
commit: d1ea596f034285cd044006b107a60902ea059793
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Sep  2 10:58:49 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Sep  2 10:59:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ea596f

linux-info.eclass: Support Makefiles that set vars to a non-static value

Previously, the Makefile had to define version variables
be a string literal.
This change will support both methods.

Closes: https://bugs.gentoo.org/490328

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

 eclass/linux-info.eclass | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 8edd17c317d..0b6df1bf591 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -539,14 +539,11 @@ get_version() {
 
# And contrary to existing functions I feel we shouldn't trust the
# directory name to find version information as this seems insane.
-   # So we parse ${KERNEL_MAKEFILE}.  We should be able to trust that
-   # the Makefile is simple enough to use the noexec extract function.
-   # This has been true for every release thus far, and it's faster
-   # than using make to evaluate the Makefile every time.
-   KV_MAJOR=$(getfilevar_noexec VERSION "${KERNEL_MAKEFILE}")
-   KV_MINOR=$(getfilevar_noexec PATCHLEVEL "${KERNEL_MAKEFILE}")
-   KV_PATCH=$(getfilevar_noexec SUBLEVEL "${KERNEL_MAKEFILE}")
-   KV_EXTRA=$(getfilevar_noexec EXTRAVERSION "${KERNEL_MAKEFILE}")
+   # So we parse ${KERNEL_MAKEFILE}.  
+   KV_MAJOR=$(getfilevar VERSION "${KERNEL_MAKEFILE}")
+   KV_MINOR=$(getfilevar PATCHLEVEL "${KERNEL_MAKEFILE}")
+   KV_PATCH=$(getfilevar SUBLEVEL "${KERNEL_MAKEFILE}")
+   KV_EXTRA=$(getfilevar EXTRAVERSION "${KERNEL_MAKEFILE}")
 
if [ -z "${KV_MAJOR}" -o -z "${KV_MINOR}" -o -z "${KV_PATCH}" ]
then



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

2021-09-02 Thread Marek Szuba
commit: 3fbbd78762c1c1a6b7c42f362e8fb0675eeb2be3
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 10:59:53 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 11:00:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbbd787

profiles/arch/riscv: mask USE=pmdk on sys-cluster/ceph

app-text/pandoc. Enough said.

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index a8bbfe8f8de..467bb316557 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -151,6 +151,8 @@ media-libs/devil nvtt
 media-libs/opencv contribsfm glog vtk
 #  - dev-util/aruba
 sys-block/thin-provisioning-tools test
+#  - app-text/pandoc (-> dev-haskell/*)
+sys-cluster/ceph pmdk
 #  - sys-fabric/ofed
 sys-cluster/slurm ofed
 



[gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/files/, kde-apps/dolphin/

2021-09-02 Thread Andreas Sturmlechner
commit: 8f7e326d0097bd072ed9ce9a1a5d43d059ac22ab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:54:51 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 11:54:51 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f7e326d

kde-apps/dolphin: Port to KTerminalLauncherJob

See also:
https://mail.kde.org/pipermail/distributions/2021-September/001048.html

Upstream commit 27bfcde4efaf936243fc41e4a61d0cac32105ef6

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

 kde-apps/dolphin/dolphin-21.08.49..ebuild  |   4 +
 ...phin-21.08.1-port-to-KTerminalLauncherJob.patch | 110 +
 2 files changed, 114 insertions(+)

diff --git a/kde-apps/dolphin/dolphin-21.08.49..ebuild 
b/kde-apps/dolphin/dolphin-21.08.49..ebuild
index b3aedd3464..883ba27bcc 100644
--- a/kde-apps/dolphin/dolphin-21.08.49..ebuild
+++ b/kde-apps/dolphin/dolphin-21.08.49..ebuild
@@ -61,6 +61,10 @@ RDEPEND="${DEPEND}
>=kde-apps/kio-extras-${PVCUT}:5
 "
 
+PATCHES=(
+   "${FILESDIR}/${PN}-21.08.1-port-to-KTerminalLauncherJob.patch" # 
KDE-bug 441072
+)
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON

diff --git 
a/kde-apps/dolphin/files/dolphin-21.08.1-port-to-KTerminalLauncherJob.patch 
b/kde-apps/dolphin/files/dolphin-21.08.1-port-to-KTerminalLauncherJob.patch
new file mode 100644
index 00..2189355de6
--- /dev/null
+++ b/kde-apps/dolphin/files/dolphin-21.08.1-port-to-KTerminalLauncherJob.patch
@@ -0,0 +1,110 @@
+From 27bfcde4efaf936243fc41e4a61d0cac32105ef6 Mon Sep 17 00:00:00 2001
+From: Nate Graham 
+Date: Tue, 31 Aug 2021 09:09:14 -0600
+Subject: [PATCH] Port to KTerminalLauncherJob
+
+Dolphin still uses KToolInvocation::invokeTerminal() which is
+deprecated and requires KInit. However Dolphin was ported away from
+requiring it in other ways, so it is now possible to have Dolphin
+running but not KInit, which breaks the "Open in Terminal"
+functionality.
+
+Using KTerminalLauncherJob fixes this. It was introduced in Frameworks
+5.83, so the CMake dependency version is accordingly increased.
+
+BUG: 441072
+FIXED-IN: 21.12
+---
+ CMakeLists.txt|  2 +-
+ src/dolphinmainwindow.cpp | 14 ++
+ src/dolphinpart.cpp   |  6 --
+ 3 files changed, 15 insertions(+), 7 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7d50205bc..ec87cdecc 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -8,7 +8,7 @@ set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE
+ project(Dolphin VERSION ${RELEASE_SERVICE_VERSION})
+ 
+ set(QT_MIN_VERSION "5.15.0")
+-set(KF5_MIN_VERSION "5.81.0")
++set(KF5_MIN_VERSION "5.83.0")
+ 
+ set(CMAKE_CXX_STANDARD 17)
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
+index 62e347032..f3a5e3b4e 100644
+--- a/src/dolphinmainwindow.cpp
 b/src/dolphinmainwindow.cpp
+@@ -56,10 +56,10 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -1033,7 +1033,9 @@ void DolphinMainWindow::openTerminal()
+ const QUrl url = m_activeViewContainer->url();
+ 
+ if (url.isLocalFile()) {
+-KToolInvocation::invokeTerminal(QString(), {}, url.toLocalFile());
++auto job = new KTerminalLauncherJob(QString());
++job->setWorkingDirectory(url.toLocalFile());
++job->start();
+ return;
+ }
+ 
+@@ -1047,14 +1049,18 @@ void DolphinMainWindow::openTerminal()
+ statUrl = job->mostLocalUrl();
+ }
+ 
+-KToolInvocation::invokeTerminal(QString(), {}, 
statUrl.isLocalFile() ? statUrl.toLocalFile() : QDir::homePath());
++auto job = new KTerminalLauncherJob(QString());
++job->setWorkingDirectory(statUrl.isLocalFile() ? 
statUrl.toLocalFile() : QDir::homePath());
++job->start();
+ });
+ 
+ return;
+ }
+ 
+ // Nothing worked, just use $HOME
+-KToolInvocation::invokeTerminal(QString(), {}, QDir::homePath());
++auto job = new KTerminalLauncherJob(QString());
++job->setWorkingDirectory(QDir::homePath());
++job->start();
+ }
+ 
+ void DolphinMainWindow::editSettings()
+diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp
+index 9c551d67a..8d528f418 100644
+--- a/src/dolphinpart.cpp
 b/src/dolphinpart.cpp
+@@ -32,7 +32,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ 
+ #include 
+ #include 
+@@ -567,7 +567,9 @@ QString DolphinPart::localFilePathOrHome() const
+ 
+ void DolphinPart::slotOpenTerminal()
+ {
+-KToolInvocation::invokeTerminal(QString(), {}, localFilePathOrHome());
++auto job = new KTerminalLauncherJob(QString());
++job->setWorkingDirectory(localFilePathOrHome());
++job->start();
+ }
+ 
+ void DolphinPart::

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

2021-09-02 Thread Pacho Ramos
commit: a14ca5337d196857025c27a5d51832a225323e83
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:41:53 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14ca533

sci-libs/libcifpp: Bump to 1.1.1

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-libs/libcifpp/Manifest  |  2 ++
 sci-libs/libcifpp/libcifpp-1.1.1.ebuild | 35 +
 2 files changed, 37 insertions(+)

diff --git a/sci-libs/libcifpp/Manifest b/sci-libs/libcifpp/Manifest
index 3744a9f5c5d..4085ab97716 100644
--- a/sci-libs/libcifpp/Manifest
+++ b/sci-libs/libcifpp/Manifest
@@ -1 +1,3 @@
+DIST components-1.1.1.cif.gz 80378687 BLAKE2B 
0776d79f733762ad19177bc93a5587e90966a7862f84174ede23a5875ae4633b519168b24b1c02d7afb30f9049d48434921a70c097a7e8238a5745f1676dcc78
 SHA512 
fc68513b37871677beb60855e82ed5831e10b08340697a97bbc7113d4c898b8e8382d097d36793346e34b97f0b5def5312fe7eb81ab4f120ad3908ee8d6d1aa3
 DIST libcifpp-1.0.1_p20210810.tar.gz 1308632 BLAKE2B 
5ceacd1adfd75873266384d8f4f7dbd02737d4935c0506c54a925826b6c391950c68ad7174023894d3bf0f62e4d4d3790149f003113947e546bdd35b706d97b8
 SHA512 
7d9a914b032ac57992200b33968686dcf300230721aa96ae72fe23ce1ba403d8102eb7ba1819e6ab72b238f5d858c48da2d653540f33791d77d9d18cba275eb7
+DIST libcifpp-1.1.1.tar.gz 978553 BLAKE2B 
750cf80bac769a3db86b3be03924402da0254e69206a15222a5dfaa23a7eadcac1f57eb054f2fc783c287bfed86dab0a75d2994b031cc3cd3c2431a26e250d17
 SHA512 
e74419dada21ea12423c404c34eeb0b410fdb0b26827cd4451375329668909879b6d4795451c6f7c2b2ffc8d282dfcff2f1800630a3487111404335be4cb338f

diff --git a/sci-libs/libcifpp/libcifpp-1.1.1.ebuild 
b/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
new file mode 100644
index 000..63a6e309a1b
--- /dev/null
+++ b/sci-libs/libcifpp/libcifpp-1.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake tmpfiles
+
+DESCRIPTION="Code to work with mmCIF and PDB files"
+HOMEPAGE="https://github.com/PDB-REDO/libcifpp";
+SRC_URI="
+   https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+   ftp://ftp.wwpdb.org/pub/pdb/data/monomers/components.cif.gz -> 
components-${PV}.cif.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+BDEPEND="
+   >=dev-libs/boost-1.70.0:0=[threads(+)]
+"
+DEPEND=""
+RDEPEND=""
+
+src_configure() {
+   mkdir data || die
+   cp "${WORKDIR}"/components-${PV}.cif data/components.cif || die
+
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DUSE_RSRC=OFF
+   -DCIFPP_BUILD_TESTS="$(usex test)"
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libcifpp/, sci-libs/libcifpp/files/

2021-09-02 Thread Pacho Ramos
commit: 02f76ba29e10ddb902ccaeca6528280794f3622e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 06:49:50 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f76ba2

sci-libs/libcifpp: Add libcifpp for latest dssp versions

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-libs/libcifpp/Manifest |  1 +
 .../files/libcifpp-1.0.1_p20210810-destdir.patch   | 38 +
 sci-libs/libcifpp/files/libcifpp.conf  |  1 +
 sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild  | 48 ++
 sci-libs/libcifpp/metadata.xml |  7 
 5 files changed, 95 insertions(+)

diff --git a/sci-libs/libcifpp/Manifest b/sci-libs/libcifpp/Manifest
new file mode 100644
index 000..3744a9f5c5d
--- /dev/null
+++ b/sci-libs/libcifpp/Manifest
@@ -0,0 +1 @@
+DIST libcifpp-1.0.1_p20210810.tar.gz 1308632 BLAKE2B 
5ceacd1adfd75873266384d8f4f7dbd02737d4935c0506c54a925826b6c391950c68ad7174023894d3bf0f62e4d4d3790149f003113947e546bdd35b706d97b8
 SHA512 
7d9a914b032ac57992200b33968686dcf300230721aa96ae72fe23ce1ba403d8102eb7ba1819e6ab72b238f5d858c48da2d653540f33791d77d9d18cba275eb7

diff --git a/sci-libs/libcifpp/files/libcifpp-1.0.1_p20210810-destdir.patch 
b/sci-libs/libcifpp/files/libcifpp-1.0.1_p20210810-destdir.patch
new file mode 100644
index 000..b0c9c1679ad
--- /dev/null
+++ b/sci-libs/libcifpp/files/libcifpp-1.0.1_p20210810-destdir.patch
@@ -0,0 +1,38 @@
+--- a/GNUmakefile.in.old   2021-08-31 11:37:44.381788404 +0200
 b/GNUmakefile.in   2021-08-31 11:39:12.924885425 +0200
+@@ -43,18 +43,18 @@
+ 
+ prefix= $(DESTDIR)@prefix@
+ exec_prefix   = @exec_prefix@
+-libdir= @libdir@
++libdir= $(DESTDIR)@libdir@
+ includedir= @includedir@
+ datarootdir   = @datarootdir@
+-datadir   = @datadir@
+-docdir= @docdir@
++datadir   = $(DESTDIR)@datadir@
++docdir= $(DESTDIR)@docdir@
+ pkgconfigdir  = $(libdir)/pkgconfig
+ 
+ CCP4DIR   = @CCP4@
+ CLIBD = $(CCP4DIR:%=%/lib/data)
+ 
+ CACHE_DIR = $(DESTDIR)@DATA_CACHE_DIR@
+-DATA_DIR  = @DATA_LIB_DIR@
++DATA_DIR  = $(DESTDIR)@DATA_LIB_DIR@
+ CRON_DIR  = $(DESTDIR)/etc/cron.weekly
+ 
+ DEFINES   += CACHE_DIR='"$(CACHE_DIR)"' 
DATA_DIR='"$(DATA_DIR)"'
+@@ -288,9 +288,9 @@
+   done
+   install -d $(CACHE_DIR)
+   install -d $(CRON_DIR)
+-  if [ ! -f /etc/libcifpp.conf ] ; then \
+-  echo "# Uncomment the next line to enable automatic updates" > 
/etc/libcifpp.conf; \
+-  echo "# update=true" >> /etc/libcifpp.conf; \
++  if [ ! -f $(DESTDIR)/etc/libcifpp.conf ] ; then \
++  echo "# Uncomment the next line to enable automatic updates" > 
$(DESTDIR)/etc/libcifpp.conf; \
++  echo "# update=true" >> $(DESTDIR)/etc/libcifpp.conf; \
+   echo ""; \
+   echo "Update the /etc/libcifpp.conf file to enable automatic 
updates"; \
+   echo ""; \

diff --git a/sci-libs/libcifpp/files/libcifpp.conf 
b/sci-libs/libcifpp/files/libcifpp.conf
new file mode 100644
index 000..34e36c82076
--- /dev/null
+++ b/sci-libs/libcifpp/files/libcifpp.conf
@@ -0,0 +1 @@
+d /var/cache/libcifpp 0777 root root -
\ No newline at end of file

diff --git a/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild 
b/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
new file mode 100644
index 000..d57b6fef476
--- /dev/null
+++ b/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit tmpfiles
+
+DESCRIPTION="Code to work with mmCIF and PDB files"
+HOMEPAGE="https://github.com/PDB-REDO/libcifpp";
+#SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+COMMIT="ec91d0fb222810af0d8a9f7b0810fe7661d227ca"
+SRC_URI="https://github.com/PDB-REDO/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="
+   >=dev-libs/boost-1.71:0=
+"
+DEPEND=""
+RDEPEND=""
+
+PATCHES=(
+   # https://github.com/PDB-REDO/libcifpp/issues/4
+   "${FILESDIR}/${P}-destdir.patch"
+)
+
+src_configure() {
+   econf \
+   --disable-download-ccd \
+   --disable-revision \
+   --disable-static
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete |

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

2021-09-02 Thread Pacho Ramos
commit: 874cc446b2fce707d97164a9ec9154d23a0e893a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:59:58 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874cc446

package.mask: unmask dssp as I took the package and fixed it

Signed-off-by: Pacho Ramos  gentoo.org>

 profiles/package.mask | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d3312969f74..e92185626f5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,13 +32,6 @@
 
 #--- END OF EXAMPLES ---
 
-# David Seifert  (2021-08-29)
-# Version in tree is over 7 years old with numerous bugs. A modern
-# version 4 is available, but this really requires a dedicated
-# maintainer.
-# Bug #802417, #808669, removal in 30 days.
-sci-chemistry/dssp
-
 # David Seifert  (2021-08-29)
 # Broken for the past 5 years (#585942), no new upstream release in over
 # 5 years. Same issues as sci-biology/wgs-assembler, use a modern



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/

2021-09-02 Thread Pacho Ramos
commit: 54a9ba7ce3518fd4974ddd7834584a0c3dad9980
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:50:57 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a9ba7c

sci-chemistry/dssp: Needs boost with zlib and bzip2 support

Closes: https://bugs.gentoo.org/802417
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild 
b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
index 407efe50622..a5e5af9c742 100644
--- a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
+++ b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 BDEPEND="
-   >=dev-libs/boost-1.70.0:=[threads(+)]
+   >=dev-libs/boost-1.70.0:=[bzip2,zlib,threads(+)]
>=sci-libs/libcifpp-1.1.1
 "
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libcifpp/files/, sci-libs/libcifpp/

2021-09-02 Thread Pacho Ramos
commit: e27750f581939d1afde642cad11424964a77712c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:42:19 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27750f5

sci-libs/libcifpp: Drop old

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-libs/libcifpp/Manifest |  1 -
 .../files/libcifpp-1.0.1_p20210810-destdir.patch   | 38 -
 sci-libs/libcifpp/files/libcifpp.conf  |  1 -
 sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild  | 48 --
 4 files changed, 88 deletions(-)

diff --git a/sci-libs/libcifpp/Manifest b/sci-libs/libcifpp/Manifest
index 4085ab97716..485b69a8d7a 100644
--- a/sci-libs/libcifpp/Manifest
+++ b/sci-libs/libcifpp/Manifest
@@ -1,3 +1,2 @@
 DIST components-1.1.1.cif.gz 80378687 BLAKE2B 
0776d79f733762ad19177bc93a5587e90966a7862f84174ede23a5875ae4633b519168b24b1c02d7afb30f9049d48434921a70c097a7e8238a5745f1676dcc78
 SHA512 
fc68513b37871677beb60855e82ed5831e10b08340697a97bbc7113d4c898b8e8382d097d36793346e34b97f0b5def5312fe7eb81ab4f120ad3908ee8d6d1aa3
-DIST libcifpp-1.0.1_p20210810.tar.gz 1308632 BLAKE2B 
5ceacd1adfd75873266384d8f4f7dbd02737d4935c0506c54a925826b6c391950c68ad7174023894d3bf0f62e4d4d3790149f003113947e546bdd35b706d97b8
 SHA512 
7d9a914b032ac57992200b33968686dcf300230721aa96ae72fe23ce1ba403d8102eb7ba1819e6ab72b238f5d858c48da2d653540f33791d77d9d18cba275eb7
 DIST libcifpp-1.1.1.tar.gz 978553 BLAKE2B 
750cf80bac769a3db86b3be03924402da0254e69206a15222a5dfaa23a7eadcac1f57eb054f2fc783c287bfed86dab0a75d2994b031cc3cd3c2431a26e250d17
 SHA512 
e74419dada21ea12423c404c34eeb0b410fdb0b26827cd4451375329668909879b6d4795451c6f7c2b2ffc8d282dfcff2f1800630a3487111404335be4cb338f

diff --git a/sci-libs/libcifpp/files/libcifpp-1.0.1_p20210810-destdir.patch 
b/sci-libs/libcifpp/files/libcifpp-1.0.1_p20210810-destdir.patch
deleted file mode 100644
index b0c9c1679ad..000
--- a/sci-libs/libcifpp/files/libcifpp-1.0.1_p20210810-destdir.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/GNUmakefile.in.old   2021-08-31 11:37:44.381788404 +0200
-+++ b/GNUmakefile.in   2021-08-31 11:39:12.924885425 +0200
-@@ -43,18 +43,18 @@
- 
- prefix= $(DESTDIR)@prefix@
- exec_prefix   = @exec_prefix@
--libdir= @libdir@
-+libdir= $(DESTDIR)@libdir@
- includedir= @includedir@
- datarootdir   = @datarootdir@
--datadir   = @datadir@
--docdir= @docdir@
-+datadir   = $(DESTDIR)@datadir@
-+docdir= $(DESTDIR)@docdir@
- pkgconfigdir  = $(libdir)/pkgconfig
- 
- CCP4DIR   = @CCP4@
- CLIBD = $(CCP4DIR:%=%/lib/data)
- 
- CACHE_DIR = $(DESTDIR)@DATA_CACHE_DIR@
--DATA_DIR  = @DATA_LIB_DIR@
-+DATA_DIR  = $(DESTDIR)@DATA_LIB_DIR@
- CRON_DIR  = $(DESTDIR)/etc/cron.weekly
- 
- DEFINES   += CACHE_DIR='"$(CACHE_DIR)"' 
DATA_DIR='"$(DATA_DIR)"'
-@@ -288,9 +288,9 @@
-   done
-   install -d $(CACHE_DIR)
-   install -d $(CRON_DIR)
--  if [ ! -f /etc/libcifpp.conf ] ; then \
--  echo "# Uncomment the next line to enable automatic updates" > 
/etc/libcifpp.conf; \
--  echo "# update=true" >> /etc/libcifpp.conf; \
-+  if [ ! -f $(DESTDIR)/etc/libcifpp.conf ] ; then \
-+  echo "# Uncomment the next line to enable automatic updates" > 
$(DESTDIR)/etc/libcifpp.conf; \
-+  echo "# update=true" >> $(DESTDIR)/etc/libcifpp.conf; \
-   echo ""; \
-   echo "Update the /etc/libcifpp.conf file to enable automatic 
updates"; \
-   echo ""; \

diff --git a/sci-libs/libcifpp/files/libcifpp.conf 
b/sci-libs/libcifpp/files/libcifpp.conf
deleted file mode 100644
index 34e36c82076..000
--- a/sci-libs/libcifpp/files/libcifpp.conf
+++ /dev/null
@@ -1 +0,0 @@
-d /var/cache/libcifpp 0777 root root -
\ No newline at end of file

diff --git a/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild 
b/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
deleted file mode 100644
index d57b6fef476..000
--- a/sci-libs/libcifpp/libcifpp-1.0.1_p20210810.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit tmpfiles
-
-DESCRIPTION="Code to work with mmCIF and PDB files"
-HOMEPAGE="https://github.com/PDB-REDO/libcifpp";
-#SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-COMMIT="ec91d0fb222810af0d8a9f7b0810fe7661d227ca"
-SRC_URI="https://github.com/PDB-RED

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/

2021-09-02 Thread Pacho Ramos
commit: 4d3a8d0a257c556b69fbdd61b378aafeb2a511b8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 06:50:36 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3a8d0a

sci-chemistry/dssp: Take the package

I use it a lot from gromacs

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/dssp/metadata.xml | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/dssp/metadata.xml b/sci-chemistry/dssp/metadata.xml
index 8937bad0b17..020b40648ee 100644
--- a/sci-chemistry/dssp/metadata.xml
+++ b/sci-chemistry/dssp/metadata.xml
@@ -1,8 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-sci-chemis...@gentoo.org
-Gentoo Chemistry Project
-  
+   
+   pa...@gentoo.org
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/

2021-09-02 Thread Pacho Ramos
commit: 4e4e045da2570733e3a7cf50ed1712945d44dc2f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:59:21 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4e045d

sci-chemistry/dssp: Bump to 3.0.11

It is the latest version that seems to work with gmx do_dssp from my tests,
also the one packaged in Fedora currently

Closes: https://bugs.gentoo.org/802417
Closes: https://bugs.gentoo.org/808669
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/dssp/Manifest   |  1 +
 sci-chemistry/dssp/dssp-3.0.11.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
index 170fb6728d5..95f2e93d4a4 100644
--- a/sci-chemistry/dssp/Manifest
+++ b/sci-chemistry/dssp/Manifest
@@ -1,2 +1,3 @@
 DIST dssp-2.2.1.tgz 47141 BLAKE2B 
34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da
 SHA512 
4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
+DIST dssp-3.0.11.tar.gz 168085 BLAKE2B 
e1c42fd22cfb2287f10b5deae48b56a4583d4a67737a3485dcbd160d1597a15c2d5105c3794c875d8001abede1c014efb4f7f5b7c250f867bdf9ed95a0860217
 SHA512 
a0cfe44e517ff1f909ef2928b62ae2c639c6bddfd8a0fb538883f647fd2771e00da68e0fd2521aa02ba3c6d1b0c9b784b7fe142392af3a3abf6ea89f1546bd9d
 DIST dssp-4.0.1_p20210831.tar.gz 121793 BLAKE2B 
1e028b086b418772a93db350f8084d1786996ff6ea935d236b1431d8f4a07c0b33ebf374a4c4d5d4d243952f3f56e29a548ce09763863a1e0c529755fba6c211
 SHA512 
62f1ac781dd3d6f3436e6c155ae1a470d0baf6a6d9f6d6729034a7a5ef41550f76d0473c688d235279336306c9f3598377c056cddd6d00a89a826fbb04c1bfb3

diff --git a/sci-chemistry/dssp/dssp-3.0.11.ebuild 
b/sci-chemistry/dssp/dssp-3.0.11.ebuild
new file mode 100644
index 000..b0771e31047
--- /dev/null
+++ b/sci-chemistry/dssp/dssp-3.0.11.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+MY_PN="hssp"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="The protein secondary structure standard"
+HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/cmbi/hssp";
+SRC_URI="https://github.com/cmbi/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-lang/perl:=
+   dev-libs/boost:=[bzip2,zlib,threads(+)]
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   # Fix version
+   sed -i -e "s/3.0.10/${PV}/" configure.ac || die
+
+   sed -i -e '/-Werror/d' Makefile.am || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   dosym mkdssp /usr/bin/dssp
+   doenvd "${FILESDIR}"/30-${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/, sci-chemistry/dssp/files/

2021-09-02 Thread Pacho Ramos
commit: 86a55f2707b1daa78e8d7e0666756e95ef588d47
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:48:56 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a55f27

sci-chemistry/dssp: Fix boost compat for dssp-2

dssp-2 is still needed by gromacs, try to keep it whenever possible then

Closes: https://bugs.gentoo.org/802417
Closes: https://bugs.gentoo.org/808669
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/dssp/dssp-2.2.1-r3.ebuild | 41 +
 sci-chemistry/dssp/files/30-dssp|  1 +
 2 files changed, 42 insertions(+)

diff --git a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild 
b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
new file mode 100644
index 000..17a89bb51ff
--- /dev/null
+++ b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="The protein secondary structure standard"
+HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/";
+SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molbio/software/dssp-2/${P}.tgz";
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-libs/boost:=[threads(+)]"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.1.0-gentoo.patch
+   "${FILESDIR}"/${PN}-2.2.1-boost-1.65-tr1-removal.patch
+)
+
+src_configure() {
+   tc-export CXX
+
+   cat >> make.config <<- EOF || die
+   BOOST_LIB_DIR = "${EPREFIX}/usr/$(get_libdir)"
+   BOOST_INC_DIR = "${EPREFIX}/usr/include"
+   EOF
+}
+
+src_install() {
+   dobin mkdssp
+   dosym mkdssp /usr/bin/dssp
+   doman doc/mkdssp.1
+   dodoc README.txt changelog
+
+   doenvd "${FILESDIR}"/30-${PN}
+}

diff --git a/sci-chemistry/dssp/files/30-dssp b/sci-chemistry/dssp/files/30-dssp
new file mode 100644
index 000..e0a5e0ce562
--- /dev/null
+++ b/sci-chemistry/dssp/files/30-dssp
@@ -0,0 +1 @@
+DSSP=/usr/bin/dssp
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/

2021-09-02 Thread Pacho Ramos
commit: 8af47ad6d84726f323c295c3494ab36292a05bf0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:50:07 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af47ad6

sci-chemistry/dssp: Needs boost with zlib and bzip2

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/dssp/dssp-2.2.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild 
b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
index 17a89bb51ff..8697005fc2c 100644
--- a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
+++ b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="dev-libs/boost:=[threads(+)]"
+RDEPEND="dev-libs/boost:=[bzip2,zlib,threads(+)]"
 DEPEND="${RDEPEND}"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/

2021-09-02 Thread Pacho Ramos
commit: 73c30608dfed594378b78b10858023a7f0a19686
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Sep  2 11:44:31 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Sep  2 12:00:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c30608

sci-chemistry/dssp: Bump to 4.0.1

Closes: https://bugs.gentoo.org/679142
Closes: https://bugs.gentoo.org/802417
Closes: https://bugs.gentoo.org/808669
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/dssp/Manifest|  1 +
 sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sci-chemistry/dssp/Manifest b/sci-chemistry/dssp/Manifest
index ada8aac8e5c..170fb6728d5 100644
--- a/sci-chemistry/dssp/Manifest
+++ b/sci-chemistry/dssp/Manifest
@@ -1 +1,2 @@
 DIST dssp-2.2.1.tgz 47141 BLAKE2B 
34d8b2db8797a8c23763766c0214337f03584c4be52c1bc820a0df0db6a5f78ac0229aafdd47a60b8fd6f4832abf0399663c53f9e898c75f08ecbe22b141c8da
 SHA512 
4a273714d6b3230daea166caa7f4117d5ccb225bea0cf1bc2eb61539b6cc8e227d0ba19047d61f0ad0d1d6bc2efdec9c193bd44341e15ef0950acb4a22498811
+DIST dssp-4.0.1_p20210831.tar.gz 121793 BLAKE2B 
1e028b086b418772a93db350f8084d1786996ff6ea935d236b1431d8f4a07c0b33ebf374a4c4d5d4d243952f3f56e29a548ce09763863a1e0c529755fba6c211
 SHA512 
62f1ac781dd3d6f3436e6c155ae1a470d0baf6a6d9f6d6729034a7a5ef41550f76d0473c688d235279336306c9f3598377c056cddd6d00a89a826fbb04c1bfb3

diff --git a/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild 
b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
new file mode 100644
index 000..407efe50622
--- /dev/null
+++ b/sci-chemistry/dssp/dssp-4.0.1_p20210831.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake
+
+DESCRIPTION="The protein secondary structure standard"
+HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp";
+
+COMMIT="728cc7c6c8d95460d8db453cf7adb25a89ba15f6"
+SRC_URI="https://github.com/PDB-REDO/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="
+   >=dev-libs/boost-1.70.0:=[threads(+)]
+   >=sci-libs/libcifpp-1.1.1
+"
+DEPEND=""
+RDEPEND="${BDEPEND}"
+
+pkg_postinst() {
+   if has_version sci-chemistry/gromacs; then
+   ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:"
+   ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129";
+   ewarn
+   ewarn "Feel free to mask newer versions if needed."
+   fi
+}



[gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/arm/armv4tl/, releases/specs-qemu/arm/armv5tel/, ...

2021-09-02 Thread Andreas K. Hüttel
commit: 48d3626bf77e55b1ba80221b2b9efe8aa6c1914c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep  2 12:36:06 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep  2 12:36:06 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=48d3626b

Drop arm qemu builds, not needed anymore

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

 .../specs-qemu/arm/armv4tl/stage1-systemd.spec |  13 ---
 releases/specs-qemu/arm/armv4tl/stage1.spec|  13 ---
 .../specs-qemu/arm/armv4tl/stage3-systemd.spec |  11 ---
 releases/specs-qemu/arm/armv4tl/stage3.spec|  11 ---
 .../specs-qemu/arm/armv5tel/stage1-systemd.spec|  13 ---
 releases/specs-qemu/arm/armv5tel/stage1.spec   |  13 ---
 .../specs-qemu/arm/armv5tel/stage3-systemd.spec|  11 ---
 releases/specs-qemu/arm/armv5tel/stage3.spec   |  11 ---
 .../arm/armv6j/stage1-hardfloat-systemd.spec   |  13 ---
 .../specs-qemu/arm/armv6j/stage1-hardfloat.spec|  13 ---
 releases/specs-qemu/arm/armv6j/stage1-systemd.spec |  13 ---
 releases/specs-qemu/arm/armv6j/stage1.spec |  13 ---
 .../arm/armv6j/stage3-hardfloat-systemd.spec   |  11 ---
 .../specs-qemu/arm/armv6j/stage3-hardfloat.spec|  11 ---
 releases/specs-qemu/arm/armv6j/stage3-systemd.spec |  11 ---
 releases/specs-qemu/arm/armv6j/stage3.spec |  11 ---
 .../arm/armv7a/stage1-hardfloat-systemd.spec   |  13 ---
 .../specs-qemu/arm/armv7a/stage1-hardfloat.spec|  13 ---
 releases/specs-qemu/arm/armv7a/stage1-systemd.spec |  13 ---
 releases/specs-qemu/arm/armv7a/stage1.spec |  13 ---
 .../arm/armv7a/stage3-hardfloat-systemd.spec   |  11 ---
 .../specs-qemu/arm/armv7a/stage3-hardfloat.spec|  11 ---
 releases/specs-qemu/arm/armv7a/stage3-systemd.spec |  11 ---
 releases/specs-qemu/arm/armv7a/stage3.spec |  11 ---
 tools/catalyst-auto-qemu-arm.conf  | 107 -
 25 files changed, 395 deletions(-)

diff --git a/releases/specs-qemu/arm/armv4tl/stage1-systemd.spec 
b/releases/specs-qemu/arm/armv4tl/stage1-systemd.spec
deleted file mode 100644
index 15803529..
--- a/releases/specs-qemu/arm/armv4tl/stage1-systemd.spec
+++ /dev/null
@@ -1,13 +0,0 @@
-subarch: armv4tl
-version_stamp: systemd-@TIMESTAMP@
-target: stage1
-rel_type: default
-profile: default/linux/arm/17.0/armv4t/systemd
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-armv4tl-systemd-latest
-compression_mode: pixz_x
-update_seed: yes
-update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng
-interpreter: /usr/bin/qemu-arm

diff --git a/releases/specs-qemu/arm/armv4tl/stage1.spec 
b/releases/specs-qemu/arm/armv4tl/stage1.spec
deleted file mode 100644
index ba04f137..
--- a/releases/specs-qemu/arm/armv4tl/stage1.spec
+++ /dev/null
@@ -1,13 +0,0 @@
-subarch: armv4tl
-version_stamp: @TIMESTAMP@
-target: stage1
-rel_type: default
-profile: default/linux/arm/17.0/armv4t
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-armv4tl-latest
-compression_mode: pixz_x
-update_seed: yes
-update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng
-interpreter: /usr/bin/qemu-arm

diff --git a/releases/specs-qemu/arm/armv4tl/stage3-systemd.spec 
b/releases/specs-qemu/arm/armv4tl/stage3-systemd.spec
deleted file mode 100644
index 28658c65..
--- a/releases/specs-qemu/arm/armv4tl/stage3-systemd.spec
+++ /dev/null
@@ -1,11 +0,0 @@
-subarch: armv4tl
-version_stamp: systemd-@TIMESTAMP@
-target: stage3
-rel_type: default
-profile: default/linux/arm/17.0/armv4t/systemd
-snapshot: @TIMESTAMP@
-source_subpath: default/stage1-armv4tl-systemd-@TIMESTAMP@
-compression_mode: pixz_x
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng
-interpreter: /usr/bin/qemu-arm

diff --git a/releases/specs-qemu/arm/armv4tl/stage3.spec 
b/releases/specs-qemu/arm/armv4tl/stage3.spec
deleted file mode 100644
index a6136b96..
--- a/releases/specs-qemu/arm/armv4tl/stage3.spec
+++ /dev/null
@@ -1,11 +0,0 @@
-subarch: armv4tl
-version_stamp: @TIMESTAMP@
-target: stage3
-rel_type: default
-profile: default/linux/arm/17.0/armv4t
-snapshot: @TIMESTAMP@
-source_subpath: default/stage1-armv4tl-@TIMESTAMP@
-compression_mode: pixz_x
-portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
-portage_prefix: releng
-interpreter: /usr/bin/qemu-arm

diff --git a/releases/specs-qemu/arm/armv5tel/stage1-systemd.spec 
b/releases/specs-qemu/arm/armv5tel/stage1-systemd.spec
deleted file mode 100644
index 8b579f48..
--- a/releases/specs-qemu/arm/armv5tel/stage1-systemd.spec
+++ /dev/null
@@ -1,13 +0,0 @@
-subarch: armv5tel
-version_stamp: systemd-@TIMESTAMP@
-target: stage1
-rel_type: default
-profile: default/linux/arm/17.0/armv5te/systemd
-snapshot: @TIMESTAMP@
-source_subpath: default/stage3-armv5tel-systemd-latest
-compression_mode: pixz_x
-update_seed: yes
-

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

2021-09-02 Thread Joonas Niilola
commit: 3c2ae4d80776ad6086f285c8881d0edce9fa49a2
Author: Guillaume Castagnino  xwing  info>
AuthorDate: Wed Sep  1 18:38:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2ae4d8

app-office/grisbi: version bump to 2.0.5

Closes: https://bugs.gentoo.org/811339
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Guillaume Castagnino  xwing.info>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/grisbi/Manifest|  1 +
 app-office/grisbi/grisbi-2.0.5.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
index 14f3db243a5..8098d535051 100644
--- a/app-office/grisbi/Manifest
+++ b/app-office/grisbi/Manifest
@@ -1,3 +1,4 @@
 DIST grisbi-1.2.2.tar.bz2 7325947 BLAKE2B 
559ffc8c46edc629fd17aa38042a7d9a39dd9c1866bddc86560bae2750a53916a6e0a451dc6e482b9d21bc1d8d493701d656dfa85b131f5f9b5b3c014249dcd2
 SHA512 
7d627f9ae588c0d5a8235bb86f3ed160a572114ccfec1dce9c7137296e5525411600033ca4e42b242004edddc42f2160e95c18c0c0cd13516cf62486e081acdd
 DIST grisbi-2.0.3.tar.bz2 7504520 BLAKE2B 
28f9fd2535d3d863a4b36237f5dbb0947631764738a45869ad9c15750235cd741043382041eb40189ccbf34901527b950378e086e6f87a1beeeccd1c64f6be7a
 SHA512 
2fdc93051399be2e7818890a88078f0c18976efe703a4f1ca9177484eb30def0533f35c6b7362b62dc29872596d9bb28494045ca2c137eec192d8c9bdde0e8aa
 DIST grisbi-2.0.4.tar.bz2 7506352 BLAKE2B 
4c1717b934677b01cc3bb90ff67a3a2cb48c640e81fae40579d7f7007f72ac93f8d0b68fa0e72e41bf383e5be68316d7cc042a4067dfbf5286e28434932c8764
 SHA512 
755440aaab3d1db82eeca9fce8d63751c8073d082bcff5d97a11a87b1af47e2bbdc44be34270fbad311e3641fbf263f206996833dd08fd1ac27774b28a1fa3b5
+DIST grisbi-2.0.5.tar.bz2 7465632 BLAKE2B 
c70fd313660d8fbc0d93d86d89f7470564a0865b8423ae0e8a2f40fc1f4dbe959ed37141963dbc5ab9e6154ff71af3120303bd4c6ccc5554d1da75200c6e8a84
 SHA512 
16535cbdf0647abc60878bc5a21b22d76090d6a5dab89a9e1ff4029eef25f284a627555ec0724977ba01313f33aee06489b908aaa6600a566f86a87b5f33b7f9

diff --git a/app-office/grisbi/grisbi-2.0.5.ebuild 
b/app-office/grisbi/grisbi-2.0.5.ebuild
new file mode 100644
index 000..5fc8d7898b3
--- /dev/null
+++ b/app-office/grisbi/grisbi-2.0.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2
+
+DESCRIPTION="Grisbi is a personal accounting application for Linux"
+HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi";
+SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/2.0.x/${P}.tar.bz2"
+IUSE="goffice nls ofx ssl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+   >=dev-libs/libxml2-2.5:2
+   >=dev-libs/glib-2.44.0:2
+   >=x11-libs/gtk+-3.20:3
+   x11-misc/xdg-utils
+   >=gnome-extra/libgsf-1.14
+   ssl? ( >=dev-libs/openssl-1.0.0:0= )
+   ofx? ( >=dev-libs/libofx-0.9.0:= )
+   goffice? ( >=x11-libs/goffice-0.10.0 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --with-libxml2 \
+   --without-cunit \
+   --disable-static \
+   $(use_with ssl openssl) \
+   $(use_with ofx) \
+   $(use_with goffice) \
+   $(use_enable nls)
+}



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

2021-09-02 Thread Joonas Niilola
commit: a4b4ebc49d140d3605ef97b341f1d59668c505b4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 12:41:17 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b4ebc4

app-office/grisbi: add missing deps to 2.0.5

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

 app-office/grisbi/grisbi-2.0.5.ebuild | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-office/grisbi/grisbi-2.0.5.ebuild 
b/app-office/grisbi/grisbi-2.0.5.ebuild
index 5fc8d7898b3..4af337a5e9f 100644
--- a/app-office/grisbi/grisbi-2.0.5.ebuild
+++ b/app-office/grisbi/grisbi-2.0.5.ebuild
@@ -15,18 +15,22 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="
-   >=dev-libs/libxml2-2.5:2
-   >=dev-libs/glib-2.44.0:2
-   >=x11-libs/gtk+-3.20:3
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   gnome-extra/libgsf
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/pango
x11-misc/xdg-utils
-   >=gnome-extra/libgsf-1.14
ssl? ( >=dev-libs/openssl-1.0.0:0= )
ofx? ( >=dev-libs/libofx-0.9.0:= )
goffice? ( >=x11-libs/goffice-0.10.0 )
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/intltool
+   virtual/pkgconfig"
 
 src_configure() {
gnome2_src_configure \



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-09-02 Thread Joonas Niilola
commit: d131f632dce9e2ad4f8456c5dd5289b8ae154769
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 12:48:05 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d131f632

gnome-extra/gnome-commander: remove outdated gcc<8 check

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

 gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
index 6c407b4f188..5bb6f2ca66d 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -39,13 +39,6 @@ DEPEND="
test? ( >=dev-cpp/gtest-1.7.0 )
 "
 
-pkg_pretend() {
-   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
-   eerror "Compilation with gcc older than version 8 is not 
supported"
-   die "GCC too old, please use gcc-8 or above"
-   fi
-}
-
 src_configure() {
gnome2_src_configure \
--disable-static \



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-09-02 Thread Joonas Niilola
commit: c32dfd87cbb848085cf9bb53d2915a6a83d7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 12:51:20 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dfd87

gnome-extra/gnome-commander: add some missing deps for 1.12.2

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

 .../gnome-commander/gnome-commander-1.12.2.ebuild  | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
index 5bb6f2ca66d..e858a41efc1 100644
--- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -18,14 +18,22 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
app-text/yelp-tools
-   >=dev-libs/glib-2.62.0:2
-   >=gnome-base/gnome-vfs-2.0.0
-   >=x11-libs/gtk+-2.24.0:2
+   dev-libs/atk
+   dev-libs/glib:2
+   gnome-base/gconf:2
+   gnome-base/gnome-vfs
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/harfbuzz:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/pango
chm? ( dev-libs/chmlib )
exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   gsf? ( gnome-extra/libgsf:= )
pdf? ( >=app-text/poppler-0.18 )
-   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   samba? ( gnome-base/gnome-vfs:=[samba] )
taglib? ( >=media-libs/taglib-1.4 )
unique? ( >=dev-libs/libunique-0.9.3:1 )
 "



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

2021-09-02 Thread Joonas Niilola
commit: 2ae1d75c6359a784a965501d5719bedb66ab6fcc
Author: Henning Schild  hennsch  de>
AuthorDate: Thu Sep  2 07:10:54 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae1d75c

net-im/telegram-desktop-bin: drop old

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

 net-im/telegram-desktop-bin/Manifest   |  4 --
 .../telegram-desktop-bin-2.8.10.ebuild | 58 --
 .../telegram-desktop-bin-2.9.0.ebuild  | 58 --
 3 files changed, 120 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 22f9503925a..864d3b3f15b 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,8 +1,4 @@
-DIST tdesktop-2.8.10.tar.gz 15383960 BLAKE2B 
1849cce36d8b339087b84855b05318b0af143ae04fd0016811082b98073ed9560945590b7aeec4cd04751a9debe8211f78b958364f0f24419c028f0198f306b1
 SHA512 
e0986b932de4f4618c8dd1cc669eb5bd2bca0b3ca47856f911da0606781c86abab3ac1eeecf49bb077a6a4f09b2807bdc512496928666b175f4659c13d6f075b
-DIST tdesktop-2.9.0.tar.gz 15021044 BLAKE2B 
e958999080bd44c07170fa6898d774184323e6c689f3dc07a30ddd8c237f49f741717e4dd8b54ab69ef52ec60848a1b91cd2d039f828e8cbdd2778a045cbd642
 SHA512 
6c139de3c36f124e62dbb22306add6dbb2b2b11003150f3d41bf750e321bfc38205690d927fc7c217618236bf5574fdfc85723689e098511f789f8de1793ea0a
 DIST tdesktop-2.9.2.tar.gz 15021694 BLAKE2B 
4b68ca1129529fc3834121b3c7de0f4f7a790ea0af4eb47c3778cfe11c3a5cac7dd591af0f22f887852674705371aea33809c4b3228a416764771b392dac28d5
 SHA512 
45993a463d0f2fd5c694e5c28ff6b85c6db5026522b10ca26fe1b8bb57ae9ad4fe0e09e3a1eee6079653aa460f613ffe6eee41810a82d9bc4e19ddbc6d236df8
 DIST tdesktop-3.0.1.tar.gz 15202460 BLAKE2B 
aa81844c2cef095089371a65a9784f0f6f5bff1923a31ad3fd5a06ebbc6fb8e11a23dd4eec7baca656297dfd3838ee378dc6dc05de4db5c646d8cc1f7479f6c0
 SHA512 
1d913be9c557953610197b068d778d682fd00a1967e82ff02dac75fa899dcf1eaab9be0e6441c58e131c282674dcd13dd60aac573f24c93be49752194cf1c92f
-DIST tsetup.2.8.10.tar.xz 38712292 BLAKE2B 
6e9337fd7bc30d21ef28e21ada0e560d795c6de9638a614b563838dcbafeed0790295795512ddf5ef8cd5a2a2a5cb498a263531066c4078529c947494fcc537b
 SHA512 
cd9d7bded6c8ebe44e09ee9f8029f96802d20a0ba25167240e45a400c71bdc6df217721f64ed6fbc7a79b50d342107e2573c671bf31b1f0b0960a81334c3b140
-DIST tsetup.2.9.0.tar.xz 38751860 BLAKE2B 
4123faca33e858d43896181a740e70c585f96e9265e2c4e1e5f03bdd1e4b7eafd774180334773dc22fcddd0c52a222a592baa802b46f476990a1b475fca5cb8b
 SHA512 
48a2cd83cf4bfe6709317192307435664fc61828c40771415098e407582f3288ef6afe372c349d28e6b1092252332db2f4bf89ee9b6a11a2e970d105aad4ca42
 DIST tsetup.2.9.2.tar.xz 38859712 BLAKE2B 
c1fd3852dd22afbbfaef57971dd084f7d2f4ed59a0c7a879dae63f68936d23a9ceb51ba29fe06cdaf82095058288c56be1be25c13f3af08b07e1c2ea9567f852
 SHA512 
5937d8e4107d58631e47e82a316b7ea0b2d61beab1bebf85268222a14088ab199cf8c64030e8852674add15f8d733c91e162b6b5504217058ecfa7c786649189
 DIST tsetup.3.0.1.tar.xz 39191516 BLAKE2B 
e48189962e618ce4678bffc09f75c53bb4dec71b2d65e7cfdf0f6662c09b7999ab5512262a84fa14a22a60a011c595b6216385771185dba4035d930730dd00fd
 SHA512 
870eda7af0ca25712eee15b45c5958d8e1be012fda46ac6c3ebdc622067dda98896eaff969574e120b7d33dad06cef9a323cf0c08cbb33a3b542e9691740cbb0

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-2.8.10.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-2.8.10.ebuild
deleted file mode 100644
index 5d9bb593c19..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-2.8.10.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop optfeature xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org";
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-"
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-QA_PREBUILT="usr/lib/${PN}/Telegram"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=media-libs/fontconfig-2.13
-   media-libs/freetype:2
-   media-libs/libglvnd[X]
-   >=sys-apps/dbus-1.4.2[X]
-   sys-libs/zlib
-   virtual/opengl
-   x11-libs/libSM
-   x11-libs/libdrm
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   exeinto /usr/lib/${PN}
-   doexe "Telegram"
-   newbin "${FILESDIR}"/${PN} "telegram-desktop"
-
-   local icon_size
-   for icon_size in 16 32 48 64 128 256 512; do
-   newicon -s "${ic

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

2021-09-02 Thread Joonas Niilola
commit: a2f80f8a3675031740cce1fd2d7db13eac56e615
Author: Henning Schild  hennsch  de>
AuthorDate: Thu Sep  2 07:09:52 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f80f8a

net-im/telegram-desktop-bin: bump version to 3.0.1

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  2 +
 .../telegram-desktop-bin-3.0.1.ebuild  | 58 ++
 2 files changed, 60 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 7b80106d274..22f9503925a 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,8 @@
 DIST tdesktop-2.8.10.tar.gz 15383960 BLAKE2B 
1849cce36d8b339087b84855b05318b0af143ae04fd0016811082b98073ed9560945590b7aeec4cd04751a9debe8211f78b958364f0f24419c028f0198f306b1
 SHA512 
e0986b932de4f4618c8dd1cc669eb5bd2bca0b3ca47856f911da0606781c86abab3ac1eeecf49bb077a6a4f09b2807bdc512496928666b175f4659c13d6f075b
 DIST tdesktop-2.9.0.tar.gz 15021044 BLAKE2B 
e958999080bd44c07170fa6898d774184323e6c689f3dc07a30ddd8c237f49f741717e4dd8b54ab69ef52ec60848a1b91cd2d039f828e8cbdd2778a045cbd642
 SHA512 
6c139de3c36f124e62dbb22306add6dbb2b2b11003150f3d41bf750e321bfc38205690d927fc7c217618236bf5574fdfc85723689e098511f789f8de1793ea0a
 DIST tdesktop-2.9.2.tar.gz 15021694 BLAKE2B 
4b68ca1129529fc3834121b3c7de0f4f7a790ea0af4eb47c3778cfe11c3a5cac7dd591af0f22f887852674705371aea33809c4b3228a416764771b392dac28d5
 SHA512 
45993a463d0f2fd5c694e5c28ff6b85c6db5026522b10ca26fe1b8bb57ae9ad4fe0e09e3a1eee6079653aa460f613ffe6eee41810a82d9bc4e19ddbc6d236df8
+DIST tdesktop-3.0.1.tar.gz 15202460 BLAKE2B 
aa81844c2cef095089371a65a9784f0f6f5bff1923a31ad3fd5a06ebbc6fb8e11a23dd4eec7baca656297dfd3838ee378dc6dc05de4db5c646d8cc1f7479f6c0
 SHA512 
1d913be9c557953610197b068d778d682fd00a1967e82ff02dac75fa899dcf1eaab9be0e6441c58e131c282674dcd13dd60aac573f24c93be49752194cf1c92f
 DIST tsetup.2.8.10.tar.xz 38712292 BLAKE2B 
6e9337fd7bc30d21ef28e21ada0e560d795c6de9638a614b563838dcbafeed0790295795512ddf5ef8cd5a2a2a5cb498a263531066c4078529c947494fcc537b
 SHA512 
cd9d7bded6c8ebe44e09ee9f8029f96802d20a0ba25167240e45a400c71bdc6df217721f64ed6fbc7a79b50d342107e2573c671bf31b1f0b0960a81334c3b140
 DIST tsetup.2.9.0.tar.xz 38751860 BLAKE2B 
4123faca33e858d43896181a740e70c585f96e9265e2c4e1e5f03bdd1e4b7eafd774180334773dc22fcddd0c52a222a592baa802b46f476990a1b475fca5cb8b
 SHA512 
48a2cd83cf4bfe6709317192307435664fc61828c40771415098e407582f3288ef6afe372c349d28e6b1092252332db2f4bf89ee9b6a11a2e970d105aad4ca42
 DIST tsetup.2.9.2.tar.xz 38859712 BLAKE2B 
c1fd3852dd22afbbfaef57971dd084f7d2f4ed59a0c7a879dae63f68936d23a9ceb51ba29fe06cdaf82095058288c56be1be25c13f3af08b07e1c2ea9567f852
 SHA512 
5937d8e4107d58631e47e82a316b7ea0b2d61beab1bebf85268222a14088ab199cf8c64030e8852674add15f8d733c91e162b6b5504217058ecfa7c786649189
+DIST tsetup.3.0.1.tar.xz 39191516 BLAKE2B 
e48189962e618ce4678bffc09f75c53bb4dec71b2d65e7cfdf0f6662c09b7999ab5512262a84fa14a22a60a011c595b6216385771185dba4035d930730dd00fd
 SHA512 
870eda7af0ca25712eee15b45c5958d8e1be012fda46ac6c3ebdc622067dda98896eaff969574e120b7d33dad06cef9a323cf0c08cbb33a3b542e9691740cbb0

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild
new file mode 100644
index 000..5d9bb593c19
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop optfeature xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org";
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+"
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=media-libs/fontconfig-2.13
+   media-libs/freetype:2
+   media-libs/libglvnd[X]
+   >=sys-apps/dbus-1.4.2[X]
+   sys-libs/zlib
+   virtual/opengl
+   x11-libs/libSM
+   x11-libs/libdrm
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN} "telegram-desktop"
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 256 512; do
+   newicon -s "${icon_size}" \
+   
"${WORKDIR}/tdesktop-${PV}/Telegram/Resources/art/icon${icon_size}.png" \
+   

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

2021-09-02 Thread Joonas Niilola
commit: 5d00d4d7cd0d1ca0c9e4f57d88422a87ad180284
Author: Guillaume Castagnino  xwing  info>
AuthorDate: Thu Sep  2 08:56:42 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d00d4d7

app-office/grisbi: remove old

Signed-off-by: Guillaume Castagnino  xwing.info>
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/22182
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/grisbi/Manifest|  1 -
 app-office/grisbi/grisbi-2.0.3.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
index 8098d535051..cb879790b7d 100644
--- a/app-office/grisbi/Manifest
+++ b/app-office/grisbi/Manifest
@@ -1,4 +1,3 @@
 DIST grisbi-1.2.2.tar.bz2 7325947 BLAKE2B 
559ffc8c46edc629fd17aa38042a7d9a39dd9c1866bddc86560bae2750a53916a6e0a451dc6e482b9d21bc1d8d493701d656dfa85b131f5f9b5b3c014249dcd2
 SHA512 
7d627f9ae588c0d5a8235bb86f3ed160a572114ccfec1dce9c7137296e5525411600033ca4e42b242004edddc42f2160e95c18c0c0cd13516cf62486e081acdd
-DIST grisbi-2.0.3.tar.bz2 7504520 BLAKE2B 
28f9fd2535d3d863a4b36237f5dbb0947631764738a45869ad9c15750235cd741043382041eb40189ccbf34901527b950378e086e6f87a1beeeccd1c64f6be7a
 SHA512 
2fdc93051399be2e7818890a88078f0c18976efe703a4f1ca9177484eb30def0533f35c6b7362b62dc29872596d9bb28494045ca2c137eec192d8c9bdde0e8aa
 DIST grisbi-2.0.4.tar.bz2 7506352 BLAKE2B 
4c1717b934677b01cc3bb90ff67a3a2cb48c640e81fae40579d7f7007f72ac93f8d0b68fa0e72e41bf383e5be68316d7cc042a4067dfbf5286e28434932c8764
 SHA512 
755440aaab3d1db82eeca9fce8d63751c8073d082bcff5d97a11a87b1af47e2bbdc44be34270fbad311e3641fbf263f206996833dd08fd1ac27774b28a1fa3b5
 DIST grisbi-2.0.5.tar.bz2 7465632 BLAKE2B 
c70fd313660d8fbc0d93d86d89f7470564a0865b8423ae0e8a2f40fc1f4dbe959ed37141963dbc5ab9e6154ff71af3120303bd4c6ccc5554d1da75200c6e8a84
 SHA512 
16535cbdf0647abc60878bc5a21b22d76090d6a5dab89a9e1ff4029eef25f284a627555ec0724977ba01313f33aee06489b908aaa6600a566f86a87b5f33b7f9

diff --git a/app-office/grisbi/grisbi-2.0.3.ebuild 
b/app-office/grisbi/grisbi-2.0.3.ebuild
deleted file mode 100644
index 8dd1a9b7182..000
--- a/app-office/grisbi/grisbi-2.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2
-
-DESCRIPTION="Grisbi is a personal accounting application for Linux"
-HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi";
-SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/2.0.x/${P}.tar.bz2"
-IUSE="goffice nls ofx ssl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-   >=dev-libs/libxml2-2.5:2
-   >=dev-libs/glib-2.44.0:2
-   >=x11-libs/gtk+-3.20:3
-   x11-misc/xdg-utils
-   >=gnome-extra/libgsf-1.14
-   ssl? ( >=dev-libs/openssl-1.0.0:0= )
-   ofx? ( >=dev-libs/libofx-0.9.0:= )
-   goffice? ( >=x11-libs/goffice-0.10.0 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --with-libxml2 \
-   --without-cunit \
-   --disable-static \
-   $(use_with ssl openssl) \
-   $(use_with ofx) \
-   $(use_with goffice) \
-   $(use_enable nls)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2021-09-02 Thread Joonas Niilola
commit: 4bcda1303c7938686319f291646e20a290cfde6c
Author: Uwe Scholz  gmx  de>
AuthorDate: Sat Aug 28 20:23:21 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcda130

gnome-extra/gnome-commander: add 1.12.2

Signed-off-by: Uwe Scholz  gmx.de>

Closes: https://bugs.gentoo.org/808516
Closes: https://github.com/gentoo/gentoo/pull/22148
Signed-off-by: Joonas Niilola  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.12.2.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 944ba1a67dc..00ba7ade584 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1 +1,2 @@
 DIST gnome-commander-1.12.1.tar.xz 7532412 BLAKE2B 
92a4c71e716aca5354cd53ca10440ce11426f9baa11342c37a8dbd5d3fe2898ea9e7aa577d584d0e91e85a8213a5480dd045c6d0ffbd05155b05d74c2a0b52e7
 SHA512 
74756af9a720ab81904e3f7834ae008af67d635cc1d1b961420d02c029616465dfe06a18bc5b443d0a9725cfefe6e9f7cdba68faa62515f8ccb85a2246867010
+DIST gnome-commander-1.12.2.tar.xz 7529048 BLAKE2B 
468279fcfd25111c673d7ce75124bb4b1773c74952759f749e6e526c0525ec801484a9be01f5819942302d634c7427b313e25fea85c3d792d66967d4edf92ca7
 SHA512 
0f56450a09fcf8a73cc31e91564b133fd5fd199ea75c9376a2c329e070554c2c3ae4916f899940f92ddea5fff29656c9485a207dd22a28f1cda12a46f4cab32c

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
new file mode 100644
index 000..6c407b4f188
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 optfeature toolchain-funcs
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf samba taglib test +unique"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.62.0:2
+   >=gnome-base/gnome-vfs-2.0.0
+   >=x11-libs/gtk+-2.24.0:2
+   chm? ( dev-libs/chmlib )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   pdf? ( >=app-text/poppler-0.18 )
+   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   taglib? ( >=media-libs/taglib-1.4 )
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+"
+BDEPEND="
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+pkg_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then
+   eerror "Compilation with gcc older than version 8 is not 
supported"
+   die "GCC too old, please use gcc-8 or above"
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with chm libchm) \
+   $(use_with exif exiv2) \
+   $(use_with gsf libgsf) \
+   $(use_with pdf poppler) \
+   $(use_with samba) \
+   $(use_with taglib) \
+   $(use_with unique)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   optfeature "synchronizing files and directories" dev-util/meld
+   optfeature "viewing the documentation" gnome-extra/yelp
+}



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

2021-09-02 Thread Joonas Niilola
commit: c7c501e7d834b7f09d168e4c6b194fb4183515b5
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 12:44:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 12:54:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c501e7

net-im/telegram-desktop-bin: delete some unused deps

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

 net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild
index 5d9bb593c19..57697533db0 100644
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-3.0.1.ebuild
@@ -20,17 +20,12 @@ QA_PREBUILT="usr/lib/${PN}/Telegram"
 
 RDEPEND="
dev-libs/glib:2
-   dev-libs/gobject-introspection
>=media-libs/fontconfig-2.13
media-libs/freetype:2
-   media-libs/libglvnd[X]
-   >=sys-apps/dbus-1.4.2[X]
sys-libs/zlib
virtual/opengl
x11-libs/libSM
x11-libs/libdrm
-   x11-libs/libICE
-   x11-libs/libSM
x11-libs/libX11
>=x11-libs/libxcb-1.10[xkb]
 "



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

2021-09-02 Thread Marek Szuba
commit: 2181793962c430a137d7bb8746a3fc7fb3575d22
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:18:56 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21817939

dev-cpp/nlohmann_json: keyword 3.10.0 for ~riscv

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

 dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild 
b/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild
index 26cbb2ced43..39a2c4c723a 100644
--- a/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild
+++ b/dev-cpp/nlohmann_json/nlohmann_json-3.10.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/json-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="doc test"
 #RESTRICT="!test? ( test )"
 # Need to report failing tests upstream



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

2021-09-02 Thread Marek Szuba
commit: c15ff1ca33a28c366f8d1c04fe21fcfda80750d8
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:21:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15ff1ca

dev-python/logutils: keyword 0.3.5 for ~riscv

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

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

diff --git a/dev-python/logutils/logutils-0.3.5.ebuild 
b/dev-python/logutils/logutils-0.3.5.ebuild
index d31df6d8eb3..2ec3b99f511 100644
--- a/dev-python/logutils/logutils-0.3.5.ebuild
+++ b/dev-python/logutils/logutils-0.3.5.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
 distutils_enable_tests setup.py



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

2021-09-02 Thread Marek Szuba
commit: 9788f838775c6deed6255928f8efb8c38b9bcd10
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:21:01 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9788f838

dev-python/jsonpatch: keyword 1.32 for ~riscv

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

 dev-python/jsonpatch/jsonpatch-1.32.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild 
b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
index c8991340485..ca8996d5e05 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-09-02 Thread Marek Szuba
commit: ac1a38cd8181734e7abca605cf71c6c5cedaef5e
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:22:19 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1a38cd

dev-python/prettytable: keyword 2.2.0 for ~riscv

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

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

diff --git a/dev-python/prettytable/prettytable-2.2.0.ebuild 
b/dev-python/prettytable/prettytable-2.2.0.ebuild
index 0b41d1ad595..f2e0a92613a 100644
--- a/dev-python/prettytable/prettytable-2.2.0.ebuild
+++ b/dev-python/prettytable/prettytable-2.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/wcwidth[${PYTHON_USEDEP}]



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

2021-09-02 Thread Marek Szuba
commit: 710151693a575cef7a8db29e260c0d69f13ea09a
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:25:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:27:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71015169

dev-python/namespace-repoze: keyword 1 for ~riscv

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

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

diff --git a/dev-python/namespace-repoze/namespace-repoze-1.ebuild 
b/dev-python/namespace-repoze/namespace-repoze-1.ebuild
index 56f3fe5aaf4..cb7c6f285e6 100644
--- a/dev-python/namespace-repoze/namespace-repoze-1.ebuild
+++ b/dev-python/namespace-repoze/namespace-repoze-1.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2021-09-02 Thread Marek Szuba
commit: 90fa6cc10e01f898879b6b8657ae3cfbe36e46c2
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:22:42 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fa6cc1

dev-python/pyjwt: keyword 2.1.0 for ~riscv

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

 dev-python/pyjwt/pyjwt-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyjwt/pyjwt-2.1.0.ebuild 
b/dev-python/pyjwt/pyjwt-2.1.0.ebuild
index 9d131c5f848..ca958bd9004 100644
--- a/dev-python/pyjwt/pyjwt-2.1.0.ebuild
+++ b/dev-python/pyjwt/pyjwt-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_PN}-${PV}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="!dev-python/python-jwt"
 BDEPEND="



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

2021-09-02 Thread Marek Szuba
commit: a30445b7ac753b3fb2041c9c4727f182b1a6acff
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:20:21 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30445b7

dev-libs/libfmt: keyword 8.0.1-r1 for ~riscv

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

 dev-libs/libfmt/libfmt-8.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild 
b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
index 858bf182268..d9e236d2dac 100644
--- a/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
+++ b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/fmt-${PV}"
 fi
 



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

2021-09-02 Thread Marek Szuba
commit: c4c727e5a1ad2aa2fadd3bea76455192b890b946
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:21:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:26:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c727e5

dev-python/pecan: keyword 1.4.0 for ~riscv

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

 dev-python/pecan/pecan-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pecan/pecan-1.4.0.ebuild 
b/dev-python/pecan/pecan-1.4.0.ebuild
index af04251ebf3..2cfa7e7b56e 100644
--- a/dev-python/pecan/pecan-1.4.0.ebuild
+++ b/dev-python/pecan/pecan-1.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2021-09-02 Thread Marek Szuba
commit: 93df6492dc50fd922d04f3c4dc5289183882985f
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:25:30 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:27:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93df6492

dev-python/repoze-lru: keyword 0.7-r1 for ~riscv

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

 dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild 
b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild
index 6ae8a1e6b5d..2c148dab7c1 100644
--- a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild
+++ b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="repoze"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86"
 
 RDEPEND="dev-python/namespace-repoze[${PYTHON_USEDEP}]"
 



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

2021-09-02 Thread Marek Szuba
commit: cc2ad399161010a24b387eea9aa1a539bc386e00
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  2 13:25:50 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  2 13:27:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc2ad399

dev-python/routes: keyword 2.5.1 for ~riscv

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

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

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 37cc32289ed..ca648eda22e 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/repoze-lru-0.3[${PYTHON_USEDEP}]



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

2021-09-02 Thread Lars Wendler
commit: b2457e80669fb39f9202021525cd0645c34c9776
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  2 14:03:44 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  2 14:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2457e80

dev-util/strace: Synced live ebuild

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

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

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-.ebuild
index 73df00d83ec..f6a7e5f5503 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-.ebuild
@@ -7,7 +7,7 @@ inherit autotools flag-o-matic toolchain-funcs
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/strace/strace.git";
-   inherit git-r3 autotools
+   inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"



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

2021-09-02 Thread Lars Wendler
commit: ef8737ee7fcd95460c8d5d669aa94248cc2991fd
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  2 14:04:07 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  2 14:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8737ee

dev-util/strace: Removed old

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

 dev-util/strace/Manifest   |   1 -
 dev-util/strace/strace-5.11.ebuild | 105 -
 2 files changed, 106 deletions(-)

diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index b893fb008f5..5cf1d94cb93 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,4 +1,3 @@
-DIST strace-5.11.tar.xz 1926632 BLAKE2B 
df47612c0928466f8b5788c4a7dc74208fe76c6967d3219b0eb753131fba315e715626c2cd1ed56d3e8ba0eb9a338589a8cbd6205fe876123ac26fdf0fab8d31
 SHA512 
688bec8d620c7ca701561ed7479e42687cc30737f944b82201731d827775cd2864787ecca7c93ba149b06d5d654d9f6bd109a977f8138bab34339cd5930828f0
 DIST strace-5.12.tar.xz 2009060 BLAKE2B 
9a7a07e5d2d38c8b456f54d0e1d7c776066b20327fa08d562e426a7096f708dffa00f0c2121683fa71f7029db958d450c5a6abf5ae5970dc02732f5aa7cef591
 SHA512 
289cf82da4c69270458953b45d09c8eb05a6624898d3ac493c3ec293cd5ad07205084ad0af021dab2be9c0dc53f0301816113a746d96c78780b79231a185e7c9
 DIST strace-5.13.tar.xz 2040116 BLAKE2B 
a604342d68f504b42ff1cb4918aa9ced6575f589caeb62f53e0b125f24cfaf0423f1911f352f21ecea0d702197d65edc85d3e97ffca3561f619f9c4c80386cdc
 SHA512 
ba8b0eae396fa2b762bf17cbcdcd84b0660b2a5d5e7e9caf098ef3414a87fd28d4140dd10136483f35904560e5044e40be2bf6117462868a360306d62887c8ed
 DIST strace-5.14.tar.xz 2067020 BLAKE2B 
479ecf5e66e26e722d108c905130f482c411857db234ac013bf3568905c0f7b896f001ba6da2cabccd0a987c7802aebec9c6298decb691de125e8154c28e1c6f
 SHA512 
3e147521773d900167809db9feeb148e8ba116f90dd634311941ea335eb7bd8b73ab9e641bd2dcfe899ab41c19a841e203dc771ec3000ae01452d22ecdc43c5a

diff --git a/dev-util/strace/strace-5.11.ebuild 
b/dev-util/strace/strace-5.11.ebuild
deleted file mode 100644
index d71516e9a04..000
--- a/dev-util/strace/strace-5.11.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/strace/strace.git";
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
-HOMEPAGE="https://strace.io/";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="aio perl static unwind elfutils"
-
-REQUIRED_USE="?? ( unwind elfutils )"
-
-BDEPEND="
-   virtual/pkgconfig
-"
-LIB_DEPEND="
-   unwind? ( sys-libs/libunwind[static-libs(+)] )
-   elfutils? ( dev-libs/elfutils[static-libs(+)] )
-"
-# strace only uses the header from libaio to decode structs
-DEPEND="
-   static? ( ${LIB_DEPEND} )
-   aio? ( >=dev-libs/libaio-0.3.106 )
-   sys-kernel/linux-headers
-"
-RDEPEND="
-   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   perl? ( dev-lang/perl )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-5.11-static.patch"
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   if [[ ! -e configure ]] ; then
-   # git generation
-   sed /autoreconf/d -i bootstrap || die
-   ./bootstrap || die
-   eautoreconf
-   [[ ! -e CREDITS ]] && cp CREDITS{.in,}
-   fi
-
-   filter-lfs-flags # configure handles this sanely
-
-   export ac_cv_header_libaio_h=$(usex aio)
-   use elibc_musl && export ac_cv_header_stdc=no
-
-   # Stub out the -k test since it's known to be flaky. #545812
-   sed -i '1iexit 77' tests*/strace-k.test || die
-}
-
-src_configure() {
-   # Set up the default build settings, and then use the names strace 
expects.
-   tc-export_build_env BUILD_{CC,CPP}
-   local v bv
-   for v in CC CPP {C,CPP,LD}FLAGS ; do
-   bv="BUILD_${v}"
-   export "${v}_FOR_BUILD=${!bv}"
-   done
-
-   # Don't require mpers support on non-multilib systems. #649560
-   local myeconfargs=(
-   --disable-gcc-Werror
-   --enable-mpers=check
-   $(use_enable static)
-   $(use_with unwind libunwind)
-   $(use_with elfutils libdw)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_test() {
-   if has usersandbox ${FEATURES} ; then
-   ewarn "Test suite is known to fail with FEATURES=usersandbox -- 
skipping ..." #643044
-   return 0
-   fi
-
-   default
-}
-
-src_install() {
-   default
-   if use perl ; then
-   exeinto /usr/bin
-   doexe

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

2021-09-02 Thread Lars Wendler
commit: 48613516793b0313cb46bd50fc7bad39e9963c78
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  2 14:02:55 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  2 14:04:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48613516

dev-util/strace: Bump to version 5.14

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

 dev-util/strace/Manifest   |   1 +
 dev-util/strace/strace-5.14.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index dce8cafc85a..b893fb008f5 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,3 +1,4 @@
 DIST strace-5.11.tar.xz 1926632 BLAKE2B 
df47612c0928466f8b5788c4a7dc74208fe76c6967d3219b0eb753131fba315e715626c2cd1ed56d3e8ba0eb9a338589a8cbd6205fe876123ac26fdf0fab8d31
 SHA512 
688bec8d620c7ca701561ed7479e42687cc30737f944b82201731d827775cd2864787ecca7c93ba149b06d5d654d9f6bd109a977f8138bab34339cd5930828f0
 DIST strace-5.12.tar.xz 2009060 BLAKE2B 
9a7a07e5d2d38c8b456f54d0e1d7c776066b20327fa08d562e426a7096f708dffa00f0c2121683fa71f7029db958d450c5a6abf5ae5970dc02732f5aa7cef591
 SHA512 
289cf82da4c69270458953b45d09c8eb05a6624898d3ac493c3ec293cd5ad07205084ad0af021dab2be9c0dc53f0301816113a746d96c78780b79231a185e7c9
 DIST strace-5.13.tar.xz 2040116 BLAKE2B 
a604342d68f504b42ff1cb4918aa9ced6575f589caeb62f53e0b125f24cfaf0423f1911f352f21ecea0d702197d65edc85d3e97ffca3561f619f9c4c80386cdc
 SHA512 
ba8b0eae396fa2b762bf17cbcdcd84b0660b2a5d5e7e9caf098ef3414a87fd28d4140dd10136483f35904560e5044e40be2bf6117462868a360306d62887c8ed
+DIST strace-5.14.tar.xz 2067020 BLAKE2B 
479ecf5e66e26e722d108c905130f482c411857db234ac013bf3568905c0f7b896f001ba6da2cabccd0a987c7802aebec9c6298decb691de125e8154c28e1c6f
 SHA512 
3e147521773d900167809db9feeb148e8ba116f90dd634311941ea335eb7bd8b73ab9e641bd2dcfe899ab41c19a841e203dc771ec3000ae01452d22ecdc43c5a

diff --git a/dev-util/strace/strace-5.14.ebuild 
b/dev-util/strace/strace-5.14.ebuild
new file mode 100644
index 000..f6a7e5f5503
--- /dev/null
+++ b/dev-util/strace/strace-5.14.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/strace/strace.git";
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
+HOMEPAGE="https://strace.io/";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="aio perl static unwind elfutils"
+
+REQUIRED_USE="?? ( unwind elfutils )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+LIB_DEPEND="
+   unwind? ( sys-libs/libunwind[static-libs(+)] )
+   elfutils? ( dev-libs/elfutils[static-libs(+)] )
+"
+# strace only uses the header from libaio to decode structs
+DEPEND="
+   static? ( ${LIB_DEPEND} )
+   aio? ( >=dev-libs/libaio-0.3.106 )
+   sys-kernel/linux-headers
+"
+RDEPEND="
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   perl? ( dev-lang/perl )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-5.11-static.patch"
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   if [[ ! -e configure ]] ; then
+   # git generation
+   sed /autoreconf/d -i bootstrap || die
+   ./bootstrap || die
+   eautoreconf
+   [[ ! -e CREDITS ]] && cp CREDITS{.in,}
+   fi
+
+   filter-lfs-flags # configure handles this sanely
+
+   export ac_cv_header_libaio_h=$(usex aio)
+   use elibc_musl && export ac_cv_header_stdc=no
+
+   # Stub out the -k test since it's known to be flaky. #545812
+   sed -i '1iexit 77' tests*/strace-k.test || die
+}
+
+src_configure() {
+   # Set up the default build settings, and then use the names strace 
expects.
+   tc-export_build_env BUILD_{CC,CPP}
+   local v bv
+   for v in CC CPP {C,CPP,LD}FLAGS ; do
+   bv="BUILD_${v}"
+   export "${v}_FOR_BUILD=${!bv}"
+   done
+
+   # Don't require mpers support on non-multilib systems. #649560
+   local myeconfargs=(
+   --disable-gcc-Werror
+   --enable-mpers=check
+   $(use_enable static)
+   $(use_with unwind libunwind)
+   $(use_with elfutils libdw)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_test() {
+   if has usersandbox ${FEATURES} ; then
+   ewarn "Test suite is known to fail with FEATURES=usersandbox -- 
skipping ..." #643044
+   return 0
+   fi
+
+   default
+}
+
+src_install() {
+   default
+   if use perl ; then
+   exeinto /usr/bin
+   d

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

2021-09-02 Thread Michał Górny
commit: 0f2229514fe06484ac4d49224831d9a9d96db9ff
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 13:08:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 14:21:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f222951

sys-apps/pkgcore: Bump to 0.12.6

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

 sys-apps/pkgcore/Manifest  |  1 +
 sys-apps/pkgcore/pkgcore-0.12.6.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 5c0dc3ee42a..47d1c7827df 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1,2 +1,3 @@
 DIST pkgcore-0.12.4.tar.gz 622553 BLAKE2B 
fc9df4f9499ad20cec439275880e469e1ffd8204b894c0a523ed27a3e55748e58634fca2af693fcc453e8aec068733a944331f7cea52e983e50981374239d534
 SHA512 
bc9eccd8d903e987df97354de008826dd52a7db0d9def064c56bb9425d1aa69e8fdf15dcfd0f86057c98a3c0adefee633a3c1cc9b689a334c126730cbdeafd0c
 DIST pkgcore-0.12.5.tar.gz 624424 BLAKE2B 
ebd6c0976e6b509e98a085a99f8b1d87e2239eae8b5171a4e027495febf532f67a129ae5d55f4722746d0b74c658772d75cfe52477fcdabc765d26849dda072d
 SHA512 
0833588cd01d732d71e11d4e7e9735884a69cad971e50dbed7285a03a89eb51c396663a4ffe5f179a9fc3019bfc80e959e1e41f1df8f6d73939a41c137bbb062
+DIST pkgcore-0.12.6.tar.gz 624740 BLAKE2B 
fb03cffd274d8c31f6eff33a0f9133dc0ef84a7e671d6f29cda938fca3e353d498173ae3e5ce7c5b7433e5e668096ae63ed7c4cc7108ad6edc7db3c247ce85df
 SHA512 
18d01f7a52a7aeae0fcfd8ce81e27f98a204c3743e211a2dd182cabd6521c9d528663affbd98521a41ada17cbece860fce61d9e6a2dff2ca525da26741807c95

diff --git a/sys-apps/pkgcore/pkgcore-0.12.6.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.6.ebuild
new file mode 100644
index 000..5c7eeb03645
--- /dev/null
+++ b/sys-apps/pkgcore/pkgcore-0.12.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_IN_SOURCE_BUILD=1
+inherit distutils-r1
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git";
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+fi
+
+DESCRIPTION="a framework for package management"
+HOMEPAGE="https://github.com/pkgcore/pkgcore";
+
+LICENSE="BSD MIT"
+SLOT="0"
+
+RDEPEND="
+   >=app-shells/bash-5.0
+   dev-python/lxml[${PYTHON_USEDEP}]"
+if [[ ${PV} == * ]]; then
+   RDEPEND+=" ~dev-python/snakeoil-[${PYTHON_USEDEP}]"
+else
+   RDEPEND+=" >=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]"
+fi
+BDEPEND="
+   test? (
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_test() {
+   local -x PYTHONDONTWRITEBYTECODE=
+   distutils-r1_src_test
+}
+
+python_install_all() {
+   local DOCS=( NEWS.rst )
+   [[ ${PV} == * ]] || doman man/*
+   distutils-r1_python_install_all
+}



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

2021-09-02 Thread Michał Górny
commit: 78b9cd1a09bbb57822bd80088818c385827c8a4f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 13:08:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 14:21:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b9cd1a

sys-apps/pkgcore: Remove 0.12.5

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

 sys-apps/pkgcore/Manifest  |  1 -
 sys-apps/pkgcore/pkgcore-0.12.5.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/sys-apps/pkgcore/Manifest b/sys-apps/pkgcore/Manifest
index 47d1c7827df..e544ae4141d 100644
--- a/sys-apps/pkgcore/Manifest
+++ b/sys-apps/pkgcore/Manifest
@@ -1,3 +1,2 @@
 DIST pkgcore-0.12.4.tar.gz 622553 BLAKE2B 
fc9df4f9499ad20cec439275880e469e1ffd8204b894c0a523ed27a3e55748e58634fca2af693fcc453e8aec068733a944331f7cea52e983e50981374239d534
 SHA512 
bc9eccd8d903e987df97354de008826dd52a7db0d9def064c56bb9425d1aa69e8fdf15dcfd0f86057c98a3c0adefee633a3c1cc9b689a334c126730cbdeafd0c
-DIST pkgcore-0.12.5.tar.gz 624424 BLAKE2B 
ebd6c0976e6b509e98a085a99f8b1d87e2239eae8b5171a4e027495febf532f67a129ae5d55f4722746d0b74c658772d75cfe52477fcdabc765d26849dda072d
 SHA512 
0833588cd01d732d71e11d4e7e9735884a69cad971e50dbed7285a03a89eb51c396663a4ffe5f179a9fc3019bfc80e959e1e41f1df8f6d73939a41c137bbb062
 DIST pkgcore-0.12.6.tar.gz 624740 BLAKE2B 
fb03cffd274d8c31f6eff33a0f9133dc0ef84a7e671d6f29cda938fca3e353d498173ae3e5ce7c5b7433e5e668096ae63ed7c4cc7108ad6edc7db3c247ce85df
 SHA512 
18d01f7a52a7aeae0fcfd8ce81e27f98a204c3743e211a2dd182cabd6521c9d528663affbd98521a41ada17cbece860fce61d9e6a2dff2ca525da26741807c95

diff --git a/sys-apps/pkgcore/pkgcore-0.12.5.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.5.ebuild
deleted file mode 100644
index 5c7eeb03645..000
--- a/sys-apps/pkgcore/pkgcore-0.12.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git";
-   inherit git-r3
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="a framework for package management"
-HOMEPAGE="https://github.com/pkgcore/pkgcore";
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-RDEPEND="
-   >=app-shells/bash-5.0
-   dev-python/lxml[${PYTHON_USEDEP}]"
-if [[ ${PV} == * ]]; then
-   RDEPEND+=" ~dev-python/snakeoil-[${PYTHON_USEDEP}]"
-else
-   RDEPEND+=" >=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]"
-fi
-BDEPEND="
-   test? (
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests setup.py
-
-src_test() {
-   local -x PYTHONDONTWRITEBYTECODE=
-   distutils-r1_src_test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}



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

2021-09-02 Thread Michał Górny
commit: 92f451cb1193a952a78b13f334d22fe3efd04e8b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 14:13:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 14:21:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f451cb

dev-util/pkgcheck: Bump to 0.10.6

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

 dev-util/pkgcheck/Manifest | 1 +
 dev-util/pkgcheck/{pkgcheck-.ebuild => pkgcheck-0.10.6.ebuild} | 4 ++--
 dev-util/pkgcheck/pkgcheck-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/pkgcheck/Manifest b/dev-util/pkgcheck/Manifest
index 22f4cace1dd..ddc1b7b0793 100644
--- a/dev-util/pkgcheck/Manifest
+++ b/dev-util/pkgcheck/Manifest
@@ -1,3 +1,4 @@
 DIST pkgcheck-0.10.1.tar.gz 454051 BLAKE2B 
ba0e91fee539d0a41c27da08c91e1c65078eaebea33b8254cbad38d49feb91a4aa490992a5d88bd96ce0570d89f9f8343d0ff0a2d7368f09d55637b2597aad6b
 SHA512 
044067928bc1c1280a95e785def80e6ebb289e0882f9a61b18d1d75ddc22c4f7eea1da4a4621fd5a598c3e7ee75ece2adedb936086f3c3cbc92c23ab93419215
 DIST pkgcheck-0.10.3.tar.gz 454953 BLAKE2B 
5ee2c13cb1ca5b13bfcd8434700c69e6839c5dc2f25dec4060020f8477159ff071b1487a446ba7e03bf1b8d139e8c65a1cd21a777d8bfe3ce677bbfe39b8d85f
 SHA512 
edef25fc1542c3d3fb89c0c1546ebfa736b6ad4b113b0e6bc9ede379b0a5cb9ece5dd8b79ddb2df2cfeaf7f67f290e96a8baee1f2dfcc3bcebe32d9dcf4c264e
 DIST pkgcheck-0.10.5.tar.gz 458314 BLAKE2B 
143a397f5374b3f84d957953d0915b6ae7107b81f85af4e37e75289ed0edc5bdf16bdc00213860fdf0bdf53be953b80d514839c6568c3a70d2cdd61401e8dc73
 SHA512 
3902560099c7e5570be2b86b6e7d56427b6ef9cc893dafe5327b6773b92ca44cc787725a0d2e81d4b779ae71dc2acaeceaaff4d5de50fc99aab4c0dc0ab03bfa
+DIST pkgcheck-0.10.6.tar.gz 461033 BLAKE2B 
121be47ef1bf083be285c55fed734280c8d834ebe1a0fbb44b80bf7df1182bdcd5477063403bd3ba20cdd825a34c1484529a7c8879fcf8619822d7cceccf504a
 SHA512 
2e04dce6457a303078a69b6fb76ea20693e77f928945afd522513b2460c07c4fcd57d279cd50ced9d6d74a4d6de76aa8fce825d53a8e68cba3493501b835d306

diff --git a/dev-util/pkgcheck/pkgcheck-.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.6.ebuild
similarity index 90%
copy from dev-util/pkgcheck/pkgcheck-.ebuild
copy to dev-util/pkgcheck/pkgcheck-0.10.6.ebuild
index 5cce16c33f1..e2fe0a24d84 100644
--- a/dev-util/pkgcheck/pkgcheck-.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.6.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git";
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+   KEYWORDS=""
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 
@@ -28,7 +28,7 @@ if [[ ${PV} == * ]]; then
 else
RDEPEND="
>=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
-   >=sys-apps/pkgcore-0.12.1[${PYTHON_USEDEP}]"
+   >=sys-apps/pkgcore-0.12.6[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
dev-python/chardet[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgcheck/pkgcheck-.ebuild 
b/dev-util/pkgcheck/pkgcheck-.ebuild
index 5cce16c33f1..95bd406896b 100644
--- a/dev-util/pkgcheck/pkgcheck-.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-.ebuild
@@ -28,7 +28,7 @@ if [[ ${PV} == * ]]; then
 else
RDEPEND="
>=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
-   >=sys-apps/pkgcore-0.12.1[${PYTHON_USEDEP}]"
+   >=sys-apps/pkgcore-0.12.6[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
dev-python/chardet[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/, games-util/legendary/files/

2021-09-02 Thread Ronny Gutbrod
commit: e7c8211f8bb0eee44ac7fb8ab535177cb5a2c14f
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep  2 14:32:02 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  2 14:32:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7c8211f

games-util/legendary: Version bump 0.20.7

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

 games-util/legendary/Manifest  |  1 +
 .../legendary-0.20.7_Fix-missing-package.patch | 21 
 games-util/legendary/legendary-0.20.7.ebuild   | 28 ++
 3 files changed, 50 insertions(+)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index e4a286905..a73e152a4 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,2 +1,3 @@
 DIST legendary-0.20.5.tar.gz 81244 BLAKE2B 
a1d0747bf0d5dd81341453038ef29b4ec78b5fa0e4cb8f40118b99391909f0d1a519490046276c6cb65f97a665216432458b049cfed32e2c5b5cb17feb957627
 SHA512 
8b5055ab63a822baa030dfea9da810aafae66cc5b16dd8e220fc7cc4d95945174031dccc355b1253554e0fac8bee13cd133ce4e2158ba2ca2521ed27c1b20541
 DIST legendary-0.20.6.tar.gz 81331 BLAKE2B 
eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9
 SHA512 
4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce
+DIST legendary-0.20.7.tar.gz 84938 BLAKE2B 
f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5
 SHA512 
0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563

diff --git 
a/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch 
b/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch
new file mode 100644
index 0..6c07f4f09
--- /dev/null
+++ b/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch
@@ -0,0 +1,21 @@
+From ea05ea255932f1b80a498093d547356bd0520dd7 Mon Sep 17 00:00:00 2001
+From: derrod 
+Date: Wed, 1 Sep 2021 19:12:14 +0200
+Subject: [PATCH] Fix missing package in setup.py
+
+---
+ setup.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/setup.py b/setup.py
+index be343fd..38b315b 100644
+--- a/setup.py
 b/setup.py
+@@ -26,6 +26,7 @@
+ 'legendary',
+ 'legendary.api',
+ 'legendary.downloader',
++'legendary.downloader.mp',
+ 'legendary.lfs',
+ 'legendary.models',
+ 'legendary.utils',

diff --git a/games-util/legendary/legendary-0.20.7.ebuild 
b/games-util/legendary/legendary-0.20.7.ebuild
new file mode 100644
index 0..50da03057
--- /dev/null
+++ b/games-util/legendary/legendary-0.20.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+
+inherit distutils-r1
+
+DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
+HOMEPAGE="https://github.com/derrod/legendary";
+SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=( "${FILESDIR}/legendary-0.20.7_Fix-missing-package.patch" )
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   

[gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/

2021-09-02 Thread Ronny Gutbrod
commit: 65e339e154f717ce568c3d35939e871662d6417d
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep  2 14:34:33 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep  2 14:34:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65e339e1

games-util/legendary: Remove old ebuild.

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

 games-util/legendary/Manifest|  1 -
 games-util/legendary/legendary-0.20.5.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index a73e152a4..c5eeefe77 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,3 +1,2 @@
-DIST legendary-0.20.5.tar.gz 81244 BLAKE2B 
a1d0747bf0d5dd81341453038ef29b4ec78b5fa0e4cb8f40118b99391909f0d1a519490046276c6cb65f97a665216432458b049cfed32e2c5b5cb17feb957627
 SHA512 
8b5055ab63a822baa030dfea9da810aafae66cc5b16dd8e220fc7cc4d95945174031dccc355b1253554e0fac8bee13cd133ce4e2158ba2ca2521ed27c1b20541
 DIST legendary-0.20.6.tar.gz 81331 BLAKE2B 
eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9
 SHA512 
4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce
 DIST legendary-0.20.7.tar.gz 84938 BLAKE2B 
f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5
 SHA512 
0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563

diff --git a/games-util/legendary/legendary-0.20.5.ebuild 
b/games-util/legendary/legendary-0.20.5.ebuild
deleted file mode 100644
index 609a30cf2..0
--- a/games-util/legendary/legendary-0.20.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
-HOMEPAGE="https://github.com/derrod/legendary";
-SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   

[gentoo-commits] repo/gentoo:master commit in: sci-physics/vgm/

2021-09-02 Thread Guilherme Amadio
commit: 4112d3e21c207f27e041bed2c819c6f5976e5e53
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Sep  2 14:35:36 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Thu Sep  2 15:15:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4112d3e2

sci-physics/vgm: update dependency on sci-physics/geant

Does not compile against >=sci-physics/geant-4.11.0_beta1.

Closes: https://bugs.gentoo.org/811435
Closes: https://github.com/gentoo/gentoo/pull/22192
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 sci-physics/vgm/vgm-4.8-r1.ebuild | 4 ++--
 sci-physics/vgm/vgm-4.9-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-physics/vgm/vgm-4.8-r1.ebuild 
b/sci-physics/vgm/vgm-4.8-r1.ebuild
index 0b5ee6471a3..6fb28e08553 100644
--- a/sci-physics/vgm/vgm-4.8-r1.ebuild
+++ b/sci-physics/vgm/vgm-4.8-r1.ebuild
@@ -24,12 +24,12 @@ IUSE="doc examples +geant4 +root test"
 
 RDEPEND="
sci-physics/clhep:=
-   geant4? ( sci-physics/geant[c++17] )
+   geant4? ( 

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

2021-09-02 Thread Andreas K. Hüttel
commit: 486b77ab8d28c5bfd5a4bdfc5f9a5f432ffde563
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep  2 15:25:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep  2 15:26:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486b77ab

sys-libs/glibc: Drop old 2.25

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

 sys-libs/glibc/Manifest  |   2 -
 sys-libs/glibc/glibc-2.25-r11.ebuild | 170 ---
 sys-libs/glibc/metadata.xml  |   1 -
 3 files changed, 173 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 6c1d47a0bae..f0552009708 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -4,8 +4,6 @@ DIST gcc-multilib-bootstrap-20180511.tar.xz 2392908 BLAKE2B 
f3cf614399368acd8908
 DIST gcc-multilib-bootstrap-20201208.tar.xz 5528452 BLAKE2B 
16699a6e4df5b2f28a21776ae9e3728b26a9ea251f5580aa5349545ad7c9f6145b9cb6a12ca8f5f96b9cb2a3c70b7e66ca702e4c6f083ac00408e0a20a69e613
 SHA512 
a243f505e17d0a7e144e8713c077582412f61d6cf7f79baa846de4fb77f5e0f27e11c9a785e14624e04ac52287b32164e7995323aa11caef59113ac438254347
 DIST glibc-2.19-patches-9.tar.bz2 24584 BLAKE2B 
a96e930a5bd20fa75d9f259cc2117fa5ce98072274a24a5823bf877e3739fa4c001a94d7865e065ee0527f3974430d27da8038e042340a451ad2052c62724f26
 SHA512 
a95b3063ade974a3556480b798b317d33c7423a8cb9e69f67249ffb8b3d3c671d70d2d5f782c1efadc0bec4cc49a96d4fe89911f3dfcd85b459f69f3b4f38f0e
 DIST glibc-2.19.tar.xz 12083312 BLAKE2B 
9dc03346e0f0df4bf009a92d894b0a9f964ff92b7f4c9663cedf1cb6cf90435f28a15539d33791ecf43ee578fa4e26f916af0367651312ef8f9c1c38ce0dafa2
 SHA512 
9e021fcb3afbb9ace2a0e37fded231a62de861bd766e29d47163a03182e37add718b7acc3963d1c525f9556773e842297725715acde48dcfbaab6e756af1a23d
-DIST glibc-2.25-patches-15.tar.bz2 78320 BLAKE2B 
70c62cc10db13e2844de4d8a18972e0f4d01ba52fbd40db57c11d7b1c2c0d571b894f01e762bb26632fd696a77c299ef0766e2f129d2eda896f58325a754a13c
 SHA512 
7204218ea82b677e0f278c4752ddb90aa0c08ac2349d061de81ec91dac204b0f10fe223d7b1055b9e0c21dac97c835f913a90c0168a5000d3be00dd20027c185
-DIST glibc-2.25.tar.xz 13873900 BLAKE2B 
73ef792fff059f6ad154c9af2155ea15b7869ec1b93e557b6c58129bfb50f863c06f8b49425d75fd2df537dd9c4a68bad790cff770c50a6889732d66f507d349
 SHA512 
5b7a2418d5b8a1b6a907c6c7fb6477ee2a473151cb45e03d0d4cdd9a33497c90b1ee39e2e7e885e2b25743dcd3747336ef114b4a73eb001da1fd79f29e0f9a6e
 DIST glibc-2.30-patches-10.tar.xz 72808 BLAKE2B 
a7a95c99482524b2896d15539766f1e6b1fe34a22f32119248c6dd44f42632076e86fdcbbdc2d604ec73ceccdd8a7f5936a62a6f4c3d039fae8f6901dfc6be77
 SHA512 
af5e213ff08bf38f6f529816c36b4e38df27207c2df254609ebe45b2f039ab553bbe563aa6f64b6667d328fd2c120dc21b6e2676540bdd94e58079237089eac3
 DIST glibc-2.30-sparc-reg-fix-clobber.patch 6106 BLAKE2B 
cad6a4cbef5d529519ef486f4ef8e189cb4d43dd67fa8f8d50d67072cbb682f60474d482a5c5152d1317de92b98851d8a88eee6b331eb5bc22de065c03c58fde
 SHA512 
a018ef1f196257f3888af20a5cbc97892c8382a4f489da042568e087c077f30cf4dda6ac711b573e1274317866ce97cf817d92a28cf55f18f5e8d32787e6cb3f
 DIST glibc-2.30.tar.xz 16576920 BLAKE2B 
bd5aae4c9854f40785b91f83c3b632de6d48d811027ddfe61651cb1bc617db8017d7914c23a770cdd3feed06fcc316da841eea916cdba54179e7eace4ea45484
 SHA512 
37483990cd653685873e96c45dd1651b32b441b6d7919a68ebe3bae31a0c3f7ce183fc9b110f0b268b353f80312f18370559a1e7aecea0e5aa755c8f2aef1d6b

diff --git a/sys-libs/glibc/glibc-2.25-r11.ebuild 
b/sys-libs/glibc/glibc-2.25-r11.ebuild
deleted file mode 100644
index 145e3601f82..000
--- a/sys-libs/glibc/glibc-2.25-r11.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch toolchain-funcs toolchain-glibc
-
-DESCRIPTION="GNU libc6 (also called glibc2) C library"
-HOMEPAGE="https://www.gnu.org/software/libc/libc.html";
-
-LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-EMULTILIB_PKG="true"
-
-# Configuration variables
-RELEASE_VER=""
-case ${PV} in
-*)
-   EGIT_REPO_URIS="https://sourceware.org/git/glibc.git";
-   inherit git-r3
-   ;;
-*)
-   RELEASE_VER=${PV}
-   ;;
-esac
-GCC_BOOTSTRAP_VER="4.7.3-r1"
-# patches live at 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/patchsets/glibc/
-PATCH_VER="15" # Gentoo patchset
-: ${NPTL_KERN_VER:="2.6.32"}   # min kernel version nptl 
requires
-
-GLIBC_PATCH_EXCLUDE+=" 0005_all_sys-types.h-drop-sys-sysmacros.h-include.patch"
-
-IUSE="audit caps debug gd hardened multilib nscd +rpc selinux systemtap 
profile suid vanilla headers-only"
-
-# Here's how the cross-compile logic breaks down ...
-#  CTARGET - machine that will target the binaries
-#  CHOST   - machine that will host the binaries
-#  CBUILD  - machine that will build the binaries
-# If CTARGET !

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

2021-09-02 Thread Andreas K. Hüttel
commit: 795918b3753d2bb603badb13d0eafba1288f5d48
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep  2 15:28:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep  2 15:28:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795918b3

toolchain-glibc.eclass: mark @DEAD

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

 eclass/toolchain-glibc.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass
index e41cc711439..a0a407882d6 100644
--- a/eclass/toolchain-glibc.eclass
+++ b/eclass/toolchain-glibc.eclass
@@ -1,6 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# @DEAD
+
 # @ECLASS: toolchain-glibc.eclass
 # @MAINTAINER:
 # 



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

2021-09-02 Thread Michał Górny
commit: 8d037b76b199e71a1d40db501e67b7aeac87fad8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d037b76

lua-single.eclass: Set @PROVIDES

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

 eclass/lua-single.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
index 26967000748..2f4ebaa1419 100644
--- a/eclass/lua-single.eclass
+++ b/eclass/lua-single.eclass
@@ -9,6 +9,7 @@
 # Marek Szuba 
 # Based on python-single-r1.eclass by Michał Górny  et al.
 # @SUPPORTED_EAPIS: 7 8
+# @PROVIDES: lua-utils
 # @BLURB: An eclass for Lua packages not installed for multiple 
implementations.
 # @DESCRIPTION:
 # An extension of lua.eclass suite for packages which don't support being



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

2021-09-02 Thread Michał Górny
commit: adf7caf46a0179ca229eaeb2c4ec4a932294b09e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf7caf4

kernel-install.eclass: Set @PROVIDES

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

 eclass/kernel-install.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index b80a8d6ea93..609afa754de 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -7,6 +7,7 @@
 # @AUTHOR:
 # Michał Górny 
 # @SUPPORTED_EAPIS: 7
+# @PROVIDES: dist-kernel-utils
 # @BLURB: Installation mechanics for Distribution Kernels
 # @DESCRIPTION:
 # This eclass provides the logic needed to test and install different



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

2021-09-02 Thread Michał Górny
commit: 219f92076bebe50ed976e1dc07dc451667931b89
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219f9207

kernel-build.eclass: Set @PROVIDES

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

 eclass/kernel-build.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 28fed910fff..27964930108 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -7,6 +7,7 @@
 # @AUTHOR:
 # Michał Górny 
 # @SUPPORTED_EAPIS: 7
+# @PROVIDES: kernel-install
 # @BLURB: Build mechanics for Distribution Kernels
 # @DESCRIPTION:
 # This eclass provides the logic to build a Distribution Kernel from



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

2021-09-02 Thread Michał Górny
commit: 674715c53d908ef58078fecc47c750f238fa4f37
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:18:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674715c5

distutils-r1.eclass: Set @PROVIDES

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

 eclass/distutils-r1.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 3207ed6f4b8..75e8179c810 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -8,6 +8,7 @@
 # Author: Michał Górny 
 # Based on the work of: Krzysztof Pawlik 
 # @SUPPORTED_EAPIS: 6 7 8
+# @PROVIDES: python-r1 python-single-r1
 # @BLURB: A simple eclass to build Python packages using distutils.
 # @DESCRIPTION:
 # A simple eclass providing functions to build Python packages using



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

2021-09-02 Thread Michał Górny
commit: fa507bf91ec594f0fe054086a2ecf02fc02aa454
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa507bf9

python-r1.eclass: Set @PROVIDES

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

 eclass/python-r1.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 3a4d257036c..dc624946cfc 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -8,6 +8,7 @@
 # Author: Michał Górny 
 # Based on work of: Krzysztof Pawlik 
 # @SUPPORTED_EAPIS: 6 7 8
+# @PROVIDES: multibuild python-utils-r1
 # @BLURB: A common, simple eclass for Python packages.
 # @DESCRIPTION:
 # A common eclass providing helper functions to build and install



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

2021-09-02 Thread Michał Górny
commit: 1aefe31e9b1d54ce085b18455e8cbf60fc39abd0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aefe31e

python-single-r1.eclass: Set @PROVIDES

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

 eclass/python-single-r1.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index da0113b6d57..228c66a77af 100644
--- a/eclass/python-single-r1.eclass
+++ b/eclass/python-single-r1.eclass
@@ -8,6 +8,7 @@
 # Author: Michał Górny 
 # Based on work of: Krzysztof Pawlik 
 # @SUPPORTED_EAPIS: 6 7 8
+# @PROVIDES: python-utils-r1
 # @BLURB: An eclass for Python packages not installed for multiple 
implementations.
 # @DESCRIPTION:
 # An extension of the python-r1 eclass suite for packages which



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

2021-09-02 Thread Michał Górny
commit: 63636277fcee0a5fd90299253aa870af989f895d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63636277

multilib-build.eclass: Set @PROVIDES

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

 eclass/multilib-build.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index e3e8730904a..17cd7da0d18 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -7,6 +7,7 @@
 # @AUTHOR:
 # Author: Michał Górny 
 # @SUPPORTED_EAPIS: 5 6 7 8
+# @PROVIDES: multibuild
 # @BLURB: flags and utility functions for building multilib packages
 # @DESCRIPTION:
 # The multilib-build.eclass exports USE flags and utility functions



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

2021-09-02 Thread Michał Górny
commit: 707225008e3f7447fe3755b14d7a1d270f6b3612
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70722500

python-any-r1.eclass: Set @PROVIDES

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

 eclass/python-any-r1.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
index eaae5379b73..7af9474d9a1 100644
--- a/eclass/python-any-r1.eclass
+++ b/eclass/python-any-r1.eclass
@@ -8,6 +8,7 @@
 # Author: Michał Górny 
 # Based on work of: Krzysztof Pawlik 
 # @SUPPORTED_EAPIS: 6 7 8
+# @PROVIDES: python-utils-r1
 # @BLURB: An eclass for packages having build-time dependency on Python.
 # @DESCRIPTION:
 # A minimal eclass for packages which need any Python interpreter



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

2021-09-02 Thread Michał Górny
commit: 4f7f10044d8f647292fd88b16f18012bc987c4b8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:20:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f7f1004

multilib-minimal.eclass: Set @PROVIDES

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

 eclass/multilib-minimal.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/multilib-minimal.eclass b/eclass/multilib-minimal.eclass
index 6c5c754381b..9a1efe2cc46 100644
--- a/eclass/multilib-minimal.eclass
+++ b/eclass/multilib-minimal.eclass
@@ -5,6 +5,7 @@
 # @MAINTAINER:
 # Michał Górny 
 # @SUPPORTED_EAPIS: 5 6 7 8
+# @PROVIDES: multilib-build
 # @BLURB: wrapper for multilib builds providing convenient multilib_src_* 
functions
 # @DESCRIPTION:
 #



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

2021-09-02 Thread Michał Górny
commit: 93dc6241d188a8c0d9ff8fe8fc29177e229295ea
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:10:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93dc6241

lua.eclass: Set @PROVIDES

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

 eclass/lua.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/lua.eclass b/eclass/lua.eclass
index f1967ae6e01..5c2a7b29006 100644
--- a/eclass/lua.eclass
+++ b/eclass/lua.eclass
@@ -9,6 +9,7 @@
 # Marek Szuba 
 # Based on python-r1.eclass by Michał Górny  et al.
 # @SUPPORTED_EAPIS: 7 8
+# @PROVIDES: lua-utils
 # @BLURB: A common eclass for Lua packages
 # @DESCRIPTION:
 # A common eclass providing helper functions to build and install



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

2021-09-02 Thread Michał Górny
commit: 92adf50b585a056ce02fbcb73e68d692d83f0b5b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:21:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:15:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92adf50b

xorg-3.eclass: Set @PROVIDES

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

 eclass/xorg-3.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 7ed96c60848..cfa679b766c 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -9,6 +9,7 @@
 # Author: Donnie Berkholz 
 # Author: Matt Turner 
 # @SUPPORTED_EAPIS: 7
+# @PROVIDES: multilib-minimal
 # @BLURB: Reduces code duplication in the modularized X11 ebuilds.
 # @DESCRIPTION:
 # This eclass makes trivial X ebuilds possible for apps, drivers,



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

2021-09-02 Thread Michał Górny
commit: 6cfbfa98d0ce5a33a608d1357643ad6642a01921
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:15:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfbfa98

meson-multilib.eclass: Set @PROVIDES

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

 eclass/meson-multilib.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/meson-multilib.eclass b/eclass/meson-multilib.eclass
index 1ed95f99fa1..49c64418727 100644
--- a/eclass/meson-multilib.eclass
+++ b/eclass/meson-multilib.eclass
@@ -8,6 +8,7 @@
 # Michał Górny 
 # Matt Turner 
 # @SUPPORTED_EAPIS: 7 8
+# @PROVIDES: meson multilib-minimal
 # @BLURB: meson wrapper for multilib builds
 # @DESCRIPTION:
 # The meson-multilib.eclass provides a glue between meson.eclass(5)



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

2021-09-02 Thread Michał Górny
commit: d556c732164c06df0c289b652fedbb46651f8f68
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:21:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d556c732

xdg.eclass: Set @PROVIDES

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

 eclass/xdg.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass
index 08dc8432a5e..a3e75103a04 100644
--- a/eclass/xdg.eclass
+++ b/eclass/xdg.eclass
@@ -7,6 +7,7 @@
 # @AUTHOR:
 # Original author: Gilles Dartiguelongue 
 # @SUPPORTED_EAPIS: 5 6 7 8
+# @PROVIDES: xdg-utils
 # @BLURB: Provides phases for XDG compliant packages.
 # @DESCRIPTION:
 # Utility eclass to update the desktop, icon and shared mime info as laid



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

2021-09-02 Thread Michał Górny
commit: cd258ab37e6560b3a904e184bf7b699fc9c8a11a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:15:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd258ab3

gnome2.eclass: Set @PROVIDES

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

 eclass/gnome2.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 27ea9f96c0d..6fab55785be 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -5,6 +5,7 @@
 # @MAINTAINER:
 # gn...@gentoo.org
 # @SUPPORTED_EAPIS: 5 6 7
+# @PROVIDES: gnome2-utils
 # @BLURB: Provides phases for Gnome/Gtk+ based packages.
 # @DESCRIPTION:
 # Exports portage base functions used by ebuilds written for packages using the



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

2021-09-02 Thread Michał Górny
commit: c6d46f0dd00aca3fee0b36d6a952aec1c56ebb34
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 09:19:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 16:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d46f0d

gnome2-utils.eclass: Set @PROVIDES

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

 eclass/gnome2-utils.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
index 8513de0af4d..f7d45090f82 100644
--- a/eclass/gnome2-utils.eclass
+++ b/eclass/gnome2-utils.eclass
@@ -5,6 +5,7 @@
 # @MAINTAINER:
 # gn...@gentoo.org
 # @SUPPORTED_EAPIS: 5 6 7
+# @PROVIDES: xdg-utils
 # @BLURB: Auxiliary functions commonly used by Gnome packages.
 # @DESCRIPTION:
 # This eclass provides a set of auxiliary functions needed by most Gnome



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

2021-09-02 Thread Lars Wendler
commit: bf73bd3a1c27d4539c9e5a096ab0a77ebb34a63e
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  2 16:26:04 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  2 16:26:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf73bd3a

sys-libs/gdbm: Bump to version 1.21

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

 sys-libs/gdbm/Manifest |  1 +
 sys-libs/gdbm/gdbm-1.21.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/sys-libs/gdbm/Manifest b/sys-libs/gdbm/Manifest
index e221d379cbd..b3895e3ea41 100644
--- a/sys-libs/gdbm/Manifest
+++ b/sys-libs/gdbm/Manifest
@@ -1,2 +1,3 @@
 DIST gdbm-1.19.tar.gz 967861 BLAKE2B 
92a1a9c461c763b01d7abced58800aa8db200ae746240c8ef8079a615d920efe95f0d805a8cfa63d8aa6bcbda637bcb07d98d630f58de5678b7633c3fcf6bf9b
 SHA512 
118c5b8cdf74898bfb7c2100302fedf80096be017bf08e80a44486563cad5d93b93567622f2e7c7aceb72f30460504bd0b4ddfccf34df994ed65166e12ecd495
 DIST gdbm-1.20.tar.gz 987628 BLAKE2B 
b0e01e63714b0485f9ac28f4a2260bf9309d2b3a87f6ccf6c9901619d383b6527d068b8614220eb6a6dec909fbf3fab5162a6c67bb928cfedaef36f1df26d0df
 SHA512 
5f2fbd4318259e5b879ea2bff09e22defbb4e566ebbe11c44ac5b5369fd00745d7ed9f72ec1206153027eba245c4ee4a515a8ec6d67f84ec477483e72753590b
+DIST gdbm-1.21.tar.gz 1005982 BLAKE2B 
1f9b04507601b9660a9a81edc29e9b7c0d9adececf21e372670bcf1acf3d0551d858af3e7cf9202b460691cc851ca6dfcc5014ae28161b06f31c9442d3a9fe96
 SHA512 
b2a31802d1af9f97b24d3dd01cb048bab4a8e748297f1b70851c0342400dde4281242b7f80bd92a36035e22398d240d131b550ab444ee838a077522a6921fa43

diff --git a/sys-libs/gdbm/gdbm-1.21.ebuild b/sys-libs/gdbm/gdbm-1.21.ebuild
new file mode 100644
index 000..36ea91f14e6
--- /dev/null
+++ b/sys-libs/gdbm/gdbm-1.21.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Standard GNU database libraries"
+HOMEPAGE="https://www.gnu.org/software/gdbm/";
+SRC_URI="mirror://gnu/gdbm/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/6" # libgdbm.so version
+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="+berkdb nls +readline static-libs"
+
+DEPEND="
+   readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.18.1-gettext.patch #696838
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # gdbm doesn't appear to use either of these libraries
+   export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
+
+   local myeconfargs=(
+   --includedir="${EPREFIX}"/usr/include/gdbm
+   $(use_enable berkdb libgdbm-compat)
+   $(use_enable nls)
+   $(use_enable static-libs static)
+   $(use_with readline)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   if ! use static-libs ; then
+   find "${ED}" -name '*.la' -delete || die
+   fi
+   mv "${ED}"/usr/include/gdbm/gdbm.h "${ED}"/usr/include/ || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dolphin-plugins-mountiso/

2021-09-02 Thread Andreas Sturmlechner
commit: aeacb18473e87edd92cea583fdc9d199aed87392
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeacb184

app-cdr/dolphin-plugins-mountiso: drop 21.08.0*

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

 app-cdr/dolphin-plugins-mountiso/Manifest  |  1 -
 .../dolphin-plugins-mountiso-21.08.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/app-cdr/dolphin-plugins-mountiso/Manifest 
b/app-cdr/dolphin-plugins-mountiso/Manifest
index a1c67bf6442..2064e0b9129 100644
--- a/app-cdr/dolphin-plugins-mountiso/Manifest
+++ b/app-cdr/dolphin-plugins-mountiso/Manifest
@@ -1,3 +1,2 @@
 DIST dolphin-plugins-21.04.3.tar.xz 253244 BLAKE2B 
c5c0e302dfc4eb82e2de1a635824bf8fd2c70bcac65c261253f0e52e7d9242fa339fe2dc619b927b0379477b2c80a22ec210080af8f2370e0a0182af3347df6a
 SHA512 
e4beba0d596782951b149d42e930d76b12a36bea83f35eb0cff9e49b3e02d4b2aa55f4245d4b8708044a49770d477badc964752828eef4caeaefd4f16e5f9dad
-DIST dolphin-plugins-21.08.0.tar.xz 252708 BLAKE2B 
7e6d4c72b0527302737a9e636a6e672699868325af4ef763a7595677e4f0ba3dc1e8cbcbcbe4db92becf481f9746ac61257e1d2c91fb145059724c9e70497f0a
 SHA512 
46448d35e0d599c373f990a9cdc6bac91a6acb1bdd871e73ced298ae6be3c9187be12a3ffcc7734c9d87f8825adae472d5d923f46bf15d0b2c012b2d5b755a92
 DIST dolphin-plugins-21.08.1.tar.xz 252604 BLAKE2B 
9828c3cf690ce54d9ee0be682b7ebf6ac3bd1ec9fd5f73e14c355cf10a19e7e882d3b1a2f3fbdadec8b1f8df926c8bffd566b0cf53a0dafe126b7b70a80ebe6e
 SHA512 
71c0aa8f8207018192853714ca6612f7b56fed9b78d67f940381716ffe60357108a6993326ba67113f66783795d18fd5a68b3bc69b8c449da750d0316e091b52

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild
deleted file mode 100644
index 85a23784c1a..000
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-21.08.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="false"
-KDE_GEAR="true"
-KDE_ORG_CATEGORY="sdk"
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="mountiso"
-KFMIN=5.84.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Dolphin plugin for ISO loopback device mounting"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-apps/dolphin-${PVCUT}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   ecm_src_prepare
-   # kxmlgui, qtnetwork only required by dropbox
-   ecm_punt_bogus_dep Qt5 Network
-   ecm_punt_bogus_dep KF5 XmlGui
-   # delete non-${PN} translations
-   if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   find po -type f -name "*po" -and -not -name 
"*${MY_PLUGIN_NAME}plugin" -delete || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_${MY_PLUGIN_NAME}=ON
-   -DBUILD_bazaar=OFF
-   -DBUILD_dropbox=OFF
-   -DBUILD_git=OFF
-   -DBUILD_hg=OFF
-   -DBUILD_svn=OFF
-   )
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-   rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die
-}



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

2021-09-02 Thread Andreas Sturmlechner
commit: 754b63ccabc1cfec7e2d67a01e57d11d390cc384
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:50:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754b63cc

kde-apps/libkomparediff2: drop 21.08.0*

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

 kde-apps/libkomparediff2/Manifest  |  1 -
 .../libkomparediff2/libkomparediff2-21.08.0.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/kde-apps/libkomparediff2/Manifest 
b/kde-apps/libkomparediff2/Manifest
index 15c9de3f6f1..157b291c524 100644
--- a/kde-apps/libkomparediff2/Manifest
+++ b/kde-apps/libkomparediff2/Manifest
@@ -1,3 +1,2 @@
 DIST libkomparediff2-21.04.3.tar.xz 172344 BLAKE2B 
91fb20a0dbb69b3468092fc04026edbe86e0cad1c921638b6cbb2a05696c1fbf79e9b91844e492a7b2d14b3451f569ed39fbcbf5b6725fd0af7fbd0c647995a8
 SHA512 
51b7f092c154ee557a512045a43fa83229da5586911ee5c6cafbcb679a69d74d2fd76079ae91145465e6ed52559cfc70a22cfde0043db4a14f890d8a2818dc7d
-DIST libkomparediff2-21.08.0.tar.xz 172452 BLAKE2B 
b035891daf5dcefcf67683249482c4b28c51fc7260b3e3856fc4c147546fef9dc37c5788a798f84f65d3271262e89259e4a88f39b2bce02a3d9397f9b0493367
 SHA512 
25901e190114c32d0f6a1f5ce438e89ef4de8194748a590b20a67d3b574706634d37da23c38134b835affe6942254a99a803e0c91d049ea894a641859b47af4d
 DIST libkomparediff2-21.08.1.tar.xz 172460 BLAKE2B 
9f8944ec9ac0ffb21971e2f86bb351da6126d1adf821b025842689b7c199227a8b069eed005f55104b0b2c93450265ce0737d3649705e4cad919e4d1a2e2896e
 SHA512 
bbaeb0c38fec4324587dd1987c61696d9226eadd5648c72001f7deaf2c3569b7f01ed42f51c239aa51fa68120315b930e71e54f9f2243755202b2d55abf10792

diff --git a/kde-apps/libkomparediff2/libkomparediff2-21.08.0.ebuild 
b/kde-apps/libkomparediff2/libkomparediff2-21.08.0.ebuild
deleted file mode 100644
index c43a26a23b7..000
--- a/kde-apps/libkomparediff2/libkomparediff2-21.08.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE library to compare files and strings"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"



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

2021-09-02 Thread Andreas Sturmlechner
commit: b48d968fdfc2d5baddf68a917d58cd05e3319d8f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48d968f

kde-apps/kgpg: drop 21.08.0*

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

 kde-apps/kgpg/Manifest|  1 -
 kde-apps/kgpg/kgpg-21.08.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest
index 6d1c7532940..70da77a224a 100644
--- a/kde-apps/kgpg/Manifest
+++ b/kde-apps/kgpg/Manifest
@@ -1,3 +1,2 @@
 DIST kgpg-21.04.3.tar.xz 2937292 BLAKE2B 
e1362b6dc04d907b6071e5253cc9349b8ae169d138d81ff022e1de17db122f53cb6089aa5e8b6b004a6b677982462248b9250dbe34e0a0d3cb9312f61907814b
 SHA512 
ec59b8c4286e3fc48f4dffa585fc2fcb03c41d0aeaea1da7a861c70b181d84e33c4df0fb5862a2cbf377dac4d9eb6d8b58e817210f663d57e2c704e39dabb65a
-DIST kgpg-21.08.0.tar.xz 2946120 BLAKE2B 
a8e75a642590db749abec5ae4f4e45cdc3c64611465679cebdb45b695b77662bd0c388ef9813200b3e6f1821c4989ccd8c6f984fb419988e4e09b9ef65d9dd69
 SHA512 
f7d1dba20a60a466b7043e0de336893d532aa083c0eb013773804c70bffb1960ca8bae17bf7149b0a363bcbe913d6308690d85a3007ee9d561027f06620343d5
 DIST kgpg-21.08.1.tar.xz 2946184 BLAKE2B 
3569621827fed951d4f01aec2e809579d034fba340aec52b8fe9e617d53f02b33bfc0c48fbd81f2495e0c79e2ddb2eb197412cc46290ac59010de909e536e2d3
 SHA512 
d0dedc0e202ecea80df55096cf3aff5910ace09017342a17ebf56243d9106cc20d95927d7289604afc874f15b70154c99846d7d541894793f2afa6f7b3fab872

diff --git a/kde-apps/kgpg/kgpg-21.08.0.ebuild 
b/kde-apps/kgpg/kgpg-21.08.0.ebuild
deleted file mode 100644
index 0f35e435928..000
--- a/kde-apps/kgpg/kgpg-21.08.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KDE_SELINUX_MODULE="gpg"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE"
-HOMEPAGE="https://apps.kde.org/kgpg/ https://utils.kde.org/projects/kgpg/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-apps/akonadi-${PVCUT}:5
-   >=kde-apps/akonadi-contacts-${PVCUT}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   app-crypt/gpgme
-"
-RDEPEND="${COMMON_DEPEND}
-   app-crypt/gnupg
-"



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

2021-09-02 Thread Andreas Sturmlechner
commit: 8923540b1667555cf8c8f806f7b8989790448902
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8923540b

kde-apps/lokalize: drop 21.08.0*

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

 kde-apps/lokalize/Manifest|  1 -
 kde-apps/lokalize/lokalize-21.08.0.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/kde-apps/lokalize/Manifest b/kde-apps/lokalize/Manifest
index 6c8ea85d74e..307f18561e1 100644
--- a/kde-apps/lokalize/Manifest
+++ b/kde-apps/lokalize/Manifest
@@ -1,3 +1,2 @@
 DIST lokalize-21.04.3.tar.xz 2023364 BLAKE2B 
8b8790e72e1b4a6e7389adf9577ed1d392693ec14072d314d8c3d0e269a6d40c11acf22537bc328831de9a8e28a6b948fc02ac4956a325b887172e78fa56f9bd
 SHA512 
b336fe464c123b60e4de4ba8bda0f34e2ba5eaf7708879179b9671bc33d8b031f81d595d089c24b4275ea56032e9867653cd98bf21c3d0c3db125564c057e21d
-DIST lokalize-21.08.0.tar.xz 2035540 BLAKE2B 
5f1fda3e745dc7a8943b30fc26ec381d4f98950c584e4c41cde8b0f9c4c33019188e36aaf9e72f378d89c659955a71a6b4706b990073914063e41ba5c6a02ef3
 SHA512 
559247e12e9a24c425a792022f0961f6ed09113981b8e806d013e9e30fc8def31ba8de69ca687dd351dae5aeb124eae19494bf7c78ac1b43bd1ee38ee0525df0
 DIST lokalize-21.08.1.tar.xz 2036620 BLAKE2B 
8bbf1b31c053ca8c25bff9573f5c4abfc911e5290943514880789b492a0a836b015b49c9a441e2f0d1bb19d8fda463ad32711c4ef9f7489727c71b3f5e2629ef
 SHA512 
6293c1a9f6ac12cc2165ca8b03bc9f8c7847392326def6d7ac0f21a73090463661ee37916aa46c5fe771e05623cc7268a15875e53ea635ce53924854be7823ec

diff --git a/kde-apps/lokalize/lokalize-21.08.0.ebuild 
b/kde-apps/lokalize/lokalize-21.08.0.ebuild
deleted file mode 100644
index 13f03f8b855..000
--- a/kde-apps/lokalize/lokalize-21.08.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{8,9} )
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit python-single-r1 ecm kde.org optfeature
-
-DESCRIPTION="Localization tool for KDE software and other free and open source 
software"
-HOMEPAGE="https://apps.kde.org/lokalize/ https://l10n.kde.org/tools/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT+=" test" # tests are broken, bug 739734
-
-DEPEND="${PYTHON_DEPS}
-   >=app-text/hunspell-1.2.8:=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5[sqlite]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kross-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/translate-toolkit[${PYTHON_USEDEP}]
-   ')
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   ecm_pkg_setup
-}
-
-src_install() {
-   ecm_src_install
-   rm "${ED}"/usr/share/lokalize/scripts/msgmerge.{py,rc} || die
-   python_fix_shebang "${ED}"/usr/share/${PN}
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "autofetch kde.org translations in new project 
wizard" dev-vcs/subversion
-   optfeature "spell and grammar checking" app-text/languagetool
-   fi
-   ecm_pkg_postinst
-}



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

2021-09-02 Thread Andreas Sturmlechner
commit: 8fbb898460e7cb0c2c2ae21d7642a9c6dc6d2c0b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbb8984

kde-apps/ark: drop 21.08.0*

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

 kde-apps/ark/Manifest   |  1 -
 kde-apps/ark/ark-21.08.0.ebuild | 67 -
 2 files changed, 68 deletions(-)

diff --git a/kde-apps/ark/Manifest b/kde-apps/ark/Manifest
index 9705bd2e953..39a49e08bf8 100644
--- a/kde-apps/ark/Manifest
+++ b/kde-apps/ark/Manifest
@@ -1,3 +1,2 @@
 DIST ark-21.04.3.tar.xz 2757408 BLAKE2B 
edc2c874addb49c56f24c0f506d2c39ccd912887f1f30cb3e6eca49749beb22a99ba42c43ed3ce81d94a0b4fe2dc86e842c35ae71ef35d3e68e97d6e8d00d1b7
 SHA512 
dd68e113d770b5f871b5fc9b9adc136af4fce814f04ee14c18ad16e17ce4c740aafc6a4fd867878142a500590e074d0068ab6cc1ac87d4f8178ec0d4e1f763a4
-DIST ark-21.08.0.tar.xz 2769680 BLAKE2B 
a67919b47ad3c2f890538e1a0185800cf954b040ee0a905487050e8b49f54a00a136c28089a66ae9c091d97ae900bf6e123c5d3fb7f9611188763cdbb20b43b6
 SHA512 
4d983de8b8bb68048c4b4433cd719d35997bd47567dd57fcf93bcfeffc40d5bb59e762ef7d089241c89bb952887aaf81fb3701f689867d8fff24e182ed9937b7
 DIST ark-21.08.1.tar.xz 2769696 BLAKE2B 
d8a2edea0bdbdcdc29546d29e20ca4b78ada528b6ecf5343d57d33c8df7a489ba1f1ef9703e379c1372fb91fc4b202187d062b648058eb435c2622126b925089
 SHA512 
32dbe0f7a71cbf740ec4e5144fc849736e840eb0667cb56bec31532aa5ffaf62aa7f64d1a94aeea258c0eaa663ac95539a09ab0c81882916f2ce0be6e189ec80

diff --git a/kde-apps/ark/ark-21.08.0.ebuild b/kde-apps/ark/ark-21.08.0.ebuild
deleted file mode 100644
index ad5a08bde24..000
--- a/kde-apps/ark/ark-21.08.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=5.84.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org optfeature
-
-DESCRIPTION="File archiver by KDE"
-HOMEPAGE="https://apps.kde.org/ark/ https://utils.kde.org/projects/ark/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="zip"
-
-RDEPEND="
-   app-arch/libarchive:=[bzip2,lzma,zlib]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kpty-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   sys-libs/zlib
-   zip? ( >=dev-libs/libzip-1.2.0:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package zip LibZip)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "rar archive creation/extraction" app-arch/rar
-   optfeature "rar archive extraction only" app-arch/unar 
app-arch/unrar
-   optfeature "7-Zip archive support" app-arch/p7zip
-   optfeature "lrz archive support" app-arch/lrzip
-   optfeature "markdown support in text previews" 
kde-misc/markdownpart:${SLOT} kde-misc/kmarkdownwebview:${SLOT}
-   fi
-   ecm_pkg_postinst
-}



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

2021-09-02 Thread Andreas Sturmlechner
commit: e9a713cb797ec6690bd2a1fe377cfaa50f182d20
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a713cb

kde-apps/kbackup: drop 21.08.0*

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

 kde-apps/kbackup/Manifest   |  1 -
 kde-apps/kbackup/kbackup-21.08.0.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/kde-apps/kbackup/Manifest b/kde-apps/kbackup/Manifest
index 851a9609e0a..fdca0873c5a 100644
--- a/kde-apps/kbackup/Manifest
+++ b/kde-apps/kbackup/Manifest
@@ -1,3 +1,2 @@
 DIST kbackup-21.04.3.tar.xz 383704 BLAKE2B 
15dc6890fa5fdcc9400906eeacc3abe43e15c2293c0dbcd0b94ee74cfd93a0befaf699f3a66688c324fa0a865d377a261314a31653d3272904e9628a203089c2
 SHA512 
749c7611806ec78542cf1f6b56229121d584ef492646fce7a3d50b85024520701e9b61a08b56b3979326bfe823130665552d79ef01dc3c2b95138a6fdb49e8dd
-DIST kbackup-21.08.0.tar.xz 384944 BLAKE2B 
38d974d4184ff3508be2567c94e8c20875a0ae90202210955ef3dd55770e4923d85d8240bd3e19249fbaddd3a63a21b5fe5c8dc9621a530102bdd7a259329e0c
 SHA512 
cb131db6b6823ab64ef607be17d6d3c9c6d2539d610f8f8ec46eea2308b301ab63ad1c5cc93e41e2461bcc228f35d50404fbdcfd858f65c79e9cb72817791e3b
 DIST kbackup-21.08.1.tar.xz 388864 BLAKE2B 
f8e8030c54667c24aeb3b4bac7a1722f3570d6c1e168cf93afac5487969be8d7800c3aba835248004042c7fa8bef393bafb0ce1b143b545166eb919d1eedb9f5
 SHA512 
e556498174c7cbfd5ef264f5b2cfe3abd3c81bf7e65a8d670ea2ae405847b3f9edf04d9510d5a6c1cb025b2c5bc3392050d79fbe7cca548c3e96c90b5ceef0cd

diff --git a/kde-apps/kbackup/kbackup-21.08.0.ebuild 
b/kde-apps/kbackup/kbackup-21.08.0.ebuild
deleted file mode 100644
index da6cacf7aea..000
--- a/kde-apps/kbackup/kbackup-21.08.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Program that lets you back up any directories or files"
-HOMEPAGE="https://apps.kde.org/kbackup/";
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"



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

2021-09-02 Thread Andreas Sturmlechner
commit: 49e6c5426ef499f82d79e6123fed7d1af2bdd006
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e6c542

kde-apps/umbrello: drop 21.08.0*

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

 kde-apps/umbrello/Manifest|  1 -
 kde-apps/umbrello/umbrello-21.08.0.ebuild | 75 ---
 2 files changed, 76 deletions(-)

diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest
index 7f1ee2d8890..de1505bb759 100644
--- a/kde-apps/umbrello/Manifest
+++ b/kde-apps/umbrello/Manifest
@@ -1,3 +1,2 @@
 DIST umbrello-21.04.3.tar.xz 5650032 BLAKE2B 
b306695798eb2791968b9b4ad98b34825c8712800fbf2a87a2f6398768cf9bcee1e94dd1efa8d513f2cb8f07f683ee880c8e655236d88b96c3c1bcc98929af6d
 SHA512 
f4f632bf37f4170ebf6c1d776b70b058ded1c8a1a9626adea1c9b63e7d7cf45c0afaf77c4c9bf778c601265b9d819f5a898813ac32b58bcf29d7ab94c753d73d
-DIST umbrello-21.08.0.tar.xz 5650084 BLAKE2B 
57ba3029349ff0c84b8a9c0bd142c2af32051323ac616b2de3ce4b5a2a013acf1d17fe3f691b08ff928e767d0fbdea9d358b6f84d2af1b6c66ccc0662b134b98
 SHA512 
aa6c3172e2a5510f9acf7991b800a2a13ac004abf98047f0fd240b529194357c41a15343df819e8c5d3c7d47c0b3899bdc0821d8eba602fb646ab3c2f39c2e5c
 DIST umbrello-21.08.1.tar.xz 565 BLAKE2B 
5abae7ffd82bdb71633d9a0ea4f354c93e9123e1d812e939c0010ca2ec6f71ae4ff06ee9264e9c530780acdeae2ec3349b9b6c9aff6f035b51c7ea2ee99d6bff
 SHA512 
9ccba7ba2ac59df91d930baeca1e8841e31d790f6a590c8a03fd8a1e65818f7376281d6fe6770f0f60fd6f5958b8196a3dfe409a5e886becc864f18cc715a19d

diff --git a/kde-apps/umbrello/umbrello-21.08.0.ebuild 
b/kde-apps/umbrello/umbrello-21.08.0.ebuild
deleted file mode 100644
index 272d49fa4cd..000
--- a/kde-apps/umbrello/umbrello-21.08.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_QTHELP="false" # TODO: figure out install error
-ECM_TEST="forceoptional"
-KFMIN=5.84.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE UML Modeller"
-HOMEPAGE="https://apps.kde.org/umbrello/ https://umbrello.kde.org";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="php"
-
-RDEPEND="
-   dev-libs/libxml2
-   dev-libs/libxslt
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdelibs4support-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   php? (
-   dev-util/kdevelop:5=
-   dev-util/kdevelop-pg-qt:5
-   dev-util/kdevelop-php:5
-   )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-20.08.3-no-qtwebkit.patch
-   "${FILESDIR}"/${PN}-20.08.3-gentoo-docbundledir.patch # fix hardcoded 
path
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ 
ECM_QTHELP
-   -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
-   -DBUILD_APIDOC=OFF
-   -DBUILD_KF5=ON
-   -DBUILD_PHP_IMPORT=$(usex php)
-   -DBUILD_unittests=$(usex test)
-   )
-   use test && mycmakeargs+=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON
-   -DCMAKE_DISABLE_FIND_PACKAGE_Clang=ON
-   -DCMAKE_DISABLE_FIND_PACKAGE_CLANG=ON
-   )
-
-   ecm_src_configure
-}



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

2021-09-02 Thread Andreas Sturmlechner
commit: 9ad4fd4f434c6ca6242a980e09cb0a65ee24226d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:00 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad4fd4f

kde-apps/poxml: drop 21.08.0*

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

 kde-apps/poxml/Manifest |  1 -
 kde-apps/poxml/poxml-21.08.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest
index bd09e5d8dc5..b89a47124f9 100644
--- a/kde-apps/poxml/Manifest
+++ b/kde-apps/poxml/Manifest
@@ -1,3 +1,2 @@
 DIST poxml-21.04.3.tar.xz 43540 BLAKE2B 
97c42e772625c82d1d2f6f994228eb8159130875450580d8e292fedd2f1b048d8672987929c256e07b5ae3d6735f602930917993d3c21738d32936cd4c8558df
 SHA512 
52647f1574790e7f0c444e4a0ade0789da6034db0e68f8a9b92606c8511ca06c7f317ead23b4cb72db5330cf1e41e58646b98eb2c3bec47c6b8c813c60969df8
-DIST poxml-21.08.0.tar.xz 43528 BLAKE2B 
408251148b504adbb611596c7d81eb57004483686c9be5b5dfa949336f0eac9787043b2026021161ff6f22ab769ec4dc4ab56d1e163a511660c914fe9ea16b29
 SHA512 
c63414821c916a07b4f1918c99d8787cbf0c123ffbd4f07fb49763c0c41656270535920ed0bab2cce82eca716430079c98ac11e83117d877b9e3f556c79d
 DIST poxml-21.08.1.tar.xz 43528 BLAKE2B 
2860f75d4ecc86a2d397ac4107aa4de581a6e8f4181b77daf5ddc5f96d372f0b51fdae0e007de80e0a853a868798577132150a88c22c60244c6d89785073670c
 SHA512 
8a6f792d47225e0df205756ef43e946ee86897de431633da824ec946e10763baf7e76786c33e8cc0974aa03633ddac5a4d5e7b47e1408e8d396e31c8e98a28b4

diff --git a/kde-apps/poxml/poxml-21.08.0.ebuild 
b/kde-apps/poxml/poxml-21.08.0.ebuild
deleted file mode 100644
index 75837ed709a..000
--- a/kde-apps/poxml/poxml-21.08.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtxml-${QTMIN}:5
-   sys-devel/gettext
-"
-RDEPEND="${DEPEND}"



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

2021-09-02 Thread Andreas Sturmlechner
commit: b433fd7a81f6552079617af2808134371f3e711e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 11:51:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 16:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b433fd7a

kde-apps/kcalc: drop 21.08.0*

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

 kde-apps/kcalc/Manifest |  1 -
 kde-apps/kcalc/kcalc-21.08.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest
index efddc131bbf..27d8e652ff7 100644
--- a/kde-apps/kcalc/Manifest
+++ b/kde-apps/kcalc/Manifest
@@ -1,3 +1,2 @@
 DIST kcalc-21.04.3.tar.xz 372240 BLAKE2B 
c7fc9a7bc0092dfbd2177bac52599ec01bbed56a6e428528ccfee0c5ecd6a6bd83e1d18496c96fd79a6e10d5a449186353fcea71aa900c6d97be475588da8d46
 SHA512 
5a5cf142d2a54a4a587a19fae65b93e08e356d352c0dee477e9258a730b659baeca956b47d59001822f0ef3bb3ff3e127135f61ee0a1b9edabb07fc2457f5f3f
-DIST kcalc-21.08.0.tar.xz 379344 BLAKE2B 
221ae985b5a866ce8eb9457e3aeebd4e545f1cd0bb50ee471e48b7eb6e2c544052ce0fdc7afc394b571d06eb312867f1a8785015cb84110e8a6c115bd85d153c
 SHA512 
758f78192ae0250529113938134586ac24def2b48c6c2683d2da0e52142bfe51f2a1ac38ec4fe163e7c4e54ac5de60b64f2d1b0d2e3195372dc336e63eaa0932
 DIST kcalc-21.08.1.tar.xz 379396 BLAKE2B 
440c0d48cb5e495677eb053f156e1b78ec0709f49b3c82d9d91aaa274a988cd9261a08cb505403f46f1cadc24c018a6e0f339316fb32c91af39c3bed96975b14
 SHA512 
88d02c29f086a52043d5b952096ef9c70c5aef0be7b662b4da911c36aa195639672b22dd8ee1ea52ebd0ad1c07a13aa8706faf729c883739a9b8fa956c0be1ae

diff --git a/kde-apps/kcalc/kcalc-21.08.0.ebuild 
b/kde-apps/kcalc/kcalc-21.08.0.ebuild
deleted file mode 100644
index d24fcce0f75..000
--- a/kde-apps/kcalc/kcalc-21.08.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.84.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE calculator"
-HOMEPAGE="https://apps.kde.org/kcalc/ https://utils.kde.org/projects/kcalc/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/mpfr:0=
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"



  1   2   3   4   >