[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] 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: dev-db/sqlcl-bin/

2021-09-02 Thread Joonas Niilola
commit: 065b283393a29fc07262d62c0f3523d34e81ed1f
Author: Marco Genasci  gmail  com>
AuthorDate: Mon Aug 23 15:49:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065b2833

dev-db/sqlcl-bin: removed old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Genasci  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22081
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlcl-bin/Manifest |  1 -
 dev-db/sqlcl-bin/sqlcl-bin-21.2.0.174.2245.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-db/sqlcl-bin/Manifest b/dev-db/sqlcl-bin/Manifest
index 3d7fba8cae1..cba4685041c 100644
--- a/dev-db/sqlcl-bin/Manifest
+++ b/dev-db/sqlcl-bin/Manifest
@@ -1,2 +1 @@
-DIST sqlcl-21.2.0.174.2245.zip 37572475 BLAKE2B 
331319acfdba2e09b31ba5f7e01549a37bb4226487487afcb5afe2bf8f933481c1131d8f4821f668cb5b13ff7f14866097565562ad383e09b23c7b2302670abf
 SHA512 
410614af0acde54bc9fbacb0c2168fe049baccca0d3dbf7e9940176abd90250705aac92a69e09dd9c8854b124dab399bb36bbb381156724528e830ce897f022e
 DIST sqlcl-21.2.2.223.0914.zip 37581478 BLAKE2B 
098988e17b9f347e4ce6142626174565543e701ad22f8dccb2260b4b1b8f74cd12a0c3824790e403a7dc359e329026eb83a656fde8b49e5317b70813b3fc4b07
 SHA512 
c5fc99095b731f2f4dc52e01a2a6974fb01d655a4d862a0b89594921183c4019bf9c07562d9f7307af5686770b19c1277e47562c6ae6786530561e13b9fd27b3

diff --git a/dev-db/sqlcl-bin/sqlcl-bin-21.2.0.174.2245.ebuild 
b/dev-db/sqlcl-bin/sqlcl-bin-21.2.0.174.2245.ebuild
deleted file mode 100644
index ec65b7343fd..000
--- a/dev-db/sqlcl-bin/sqlcl-bin-21.2.0.174.2245.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin}"
-MY_P="${MY_PN}-${PV}"
-
-inherit java-pkg-2
-
-DESCRIPTION="Oracle SQLcl is the new SQL*Plus"
-HOMEPAGE="https://www.oracle.com/database/technologies/appdev/sqlcl.html;
-SRC_URI="https://download.oracle.com/otn_software/java/sqldeveloper/${MY_P}.zip;
-RESTRICT="bindist mirror"
-
-LICENSE="OTN"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-RDEPEND="dev-db/oracle-instantclient
-   dev-java/java-config:2
-   >=virtual/jre-1.8"
-
-S="${WORKDIR}"
-
-src_install() {
-   java-pkg_dojar sqlcl/lib/*.jar sqlcl/lib/ext/*.jar
-
-   java-pkg_dolauncher "${MY_PN}" \
-   --main oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli \
-   --java_args '-client -Xss30M'
-}



[gentoo-commits] repo/gentoo:master commit in: app-shells/mcfly/

2021-09-02 Thread Joonas Niilola
commit: fc92703ee6e1b9a03252c5ecfecd4aa9166eb9b1
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Aug 26 12:59:11 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc92703e

app-shells/mcfly: remove old

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22110
Signed-off-by: Joonas Niilola  gentoo.org>

 app-shells/mcfly/Manifest   |   2 -
 app-shells/mcfly/mcfly-0.5.6.ebuild | 114 
 2 files changed, 116 deletions(-)

diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest
index a3f9153f41c..3b56c3963f0 100644
--- a/app-shells/mcfly/Manifest
+++ b/app-shells/mcfly/Manifest
@@ -21,7 +21,6 @@ DIST dirs-2.0.2.crate 11779 BLAKE2B 
d1a6152d05a98eacff15c6c7f1f550d475b5a1cf62e5
 DIST dirs-sys-0.3.4.crate 10477 BLAKE2B 
062083f8469ab0d9f1c62c9213b66837e96e4e74ad2d167d5e7a1e3568c7f5432d6f254a248869117ceebdf3f2282231365173f7c6d5941dce42220ac51668b0
 SHA512 
af36976d97eca3dae3e0a53ea7e4cbefe4e3a4f5277fae5974d7e958e6a880f75b72128b1854320314e3f4da9b625bee7b55bc5331e561ecb3502462f82163f1
 DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949
 SHA512 
4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf
 DIST getrandom-0.1.14.crate 24698 BLAKE2B 
8139227951eb65cc2bb7bba29291c0e8ff0b8d9a8e2d7eabb01682d1683c989c44b6195952ec7d087c338538c1d6858c45514822625266e0996829e8c50f3d17
 SHA512 
b5cb78ae81f31fffd7d720f9ea2b5917b4eac103711faf656a3a3fdd24ae5a2e671016d39309cdd11f902de919187311401dd8fe9e6ed68c29b83987de77c957
-DIST getrandom_package-0.1.20.crate 883 BLAKE2B 
b72ca1dac1e8745b3a8b49423c73340b0876eb507ecefb619bdc47c48b1320c2f2653bea9f370c0988b3103ff543ac6c22f915b7c48ab108af15126f8187047d
 SHA512 
6152ce07fa3176484e38493dc1099ebe4a56b573361a92fb624f8bb784ecd8f16f8ecdef988699156aace636548c8300b205371a90fbf14379cb257b41ae
 DIST hermit-abi-0.1.12.crate 9217 BLAKE2B 
aecc8c743241596ef4dceaa61b4ac36ee0a2501e97eac976c733638cbc8a3c4926b9e231404a67a3687aae03049ad8ebb10fdba2d8c72002c0c08a2f8f76e3ec
 SHA512 
7c2c7950f2b70dc64ef7c111b7790d7128b49c91aba9c063e11a3e09070b28171de6b77d1f31b4ca0c1642e61bf4b9d50e41d72b9c9228bdd1749347eb753df2
 DIST humantime-2.1.0.crate 16749 BLAKE2B 
e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9
 SHA512 
3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c
 DIST itertools-0.9.0.crate 96429 BLAKE2B 
36d3b1dec7ece85639337f1a40a00330a5216ea8c460d13e52f0f9fea71bed5b3914cc4a7e05b407ed41e0dbc2292ae5873b3481297edcd92ec547866d044b8c
 SHA512 
1c6650060750f3073140c4a77fc4d1acffa7d18320012807df0e20ab06ddb39afa7f086d89626e3909f89dc1f0408c9ccee4dd9454ca1f7a6a145bb213e7c5ce
@@ -31,7 +30,6 @@ DIST libc-0.2.69.crate 472393 BLAKE2B 
41a9cd242ccc994c69da10f091061b2c31ed6a9c52
 DIST libsqlite3-sys-0.10.0.crate 2175426 BLAKE2B 
dc7cbbcb632e2de1e8fcd6372cb0a82ed044db1d8634fa88b4294efb01470528fc86cece8c1ba6c4800a97c39d78bebb4b858efaf7c3c74510f5cf675ca2a1f0
 SHA512 
df030105952e8e0ca9def15d914a2eb7fb81754c85465788f7a3df5626b647d4af7f93b11f2f6d6e3dba286fd101c779dd51de7f2732084ba9542120cbc0e299
 DIST linked-hash-map-0.5.3.crate 16130 BLAKE2B 
20ca73044271533d2da6bb6ca863a192b61231760fddb82ac373a34fe63d92efe5b841fa401b9aa509cc1e05b86cf672eae3f26ab5c07c7b0c25e764e128344e
 SHA512 
90ec22fcd830ccfdefd1f7c480c5cebd5e95c822e0c28fff9ccf00bfbdda080c17a722697fdc991ee04a4a32e974309440a91284bc13c9ee70284e4e247d33b1
 DIST lru-cache-0.1.2.crate 9307 BLAKE2B 
606072bc5390a13cf24b4c64c77ba7f84c4c2b1a73c4abe8ead4e1d19067b063888d5cbe478dc9108d193f0a66aa5fb2ddc073f3edfac466de34f85a52a15ef2
 SHA512 
ecc67b4b2ed8d3596816c47e9c6aa242c7bdd1ee8087646e90c27a60d59175f661ec3ef82058c196bef2abdd302d429b7ea4279169689254a9f322dfd5697bf1
-DIST mcfly-0.5.6.tar.gz 202647 BLAKE2B 
9acd3eb94c3c36991a2f990d9cab8b327e064e639651c1664e2306ed3e2716609c0c9e8aeed8e4bf26c0e5daab078b61f982342ab06964bede644dda039ae341
 SHA512 
0e715a292df56170056aef3de9310671e6e6763741b5b918c14f55d74f24f8310a284e22e7697b994d304044a7fafdbc42049694b688f05c5598582ea743da1b
 DIST mcfly-0.5.7.tar.gz 205712 BLAKE2B 
88fad8b6c51478bc9b21d58a547daddcf5eebc0f88f71e1bced9b07bf06083f4ea4f48c42db45eb92d668be49c2dd11b7878875fabc8c3f9d94e591bd3b99ad7
 SHA512 
d8245f9feafe7539d0401f87ca99a7a10e537b9f1cbe163d9eb5b5400758cff46c919829e56eb4f8ce3542b4f131e3f9072eb75d55df753fabc1f9a28483dcc4
 DIST mcfly-0.5.8.tar.gz 207343 BLAKE2B 
7d00868fd76866a4ef1b8f41d1563513bf37b9873bb265e33ff9d67e65b36fa8a916f4c6c503bf60a694e670a4bab152bd2935ea36ce75564ef66b91c3c7a20c
 SHA512 

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

2021-09-02 Thread Joonas Niilola
commit: 23f9fb2d787faf8a7a4dd02c7718cc96d0b266f4
Author: Louis Regnier  student  42  fr>
AuthorDate: Wed Aug 25 20:48:57 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f9fb2d

x11-terms/kitty: add more upstream metadata info

Signed-off-by: Louis Regnier  student.42.fr>
Closes: https://github.com/gentoo/gentoo/pull/22103
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-terms/kitty/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-terms/kitty/metadata.xml b/x11-terms/kitty/metadata.xml
index c44f75410aa..3de9db8b97a 100644
--- a/x11-terms/kitty/metadata.xml
+++ b/x11-terms/kitty/metadata.xml
@@ -11,5 +11,8 @@


kovidgoyal/kitty
+   https://github.com/kovidgoyal/kitty/issues
+   https://sw.kovidgoyal.net/kitty
+   https://sw.kovidgoyal.net/kitty/changelog

 



[gentoo-commits] repo/gentoo:master commit in: app-shells/mcfly/

2021-09-02 Thread Joonas Niilola
commit: 0a5f39a795cc4c2e8d8d860d3875bf1b5f2ab100
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Aug 26 12:58:38 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5f39a7

app-shells/mcfly: version bump (0.5.8)

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-shells/mcfly/Manifest   |   1 +
 app-shells/mcfly/mcfly-0.5.8.ebuild | 117 
 2 files changed, 118 insertions(+)

diff --git a/app-shells/mcfly/Manifest b/app-shells/mcfly/Manifest
index 5aedf2c3db7..a3f9153f41c 100644
--- a/app-shells/mcfly/Manifest
+++ b/app-shells/mcfly/Manifest
@@ -33,6 +33,7 @@ DIST linked-hash-map-0.5.3.crate 16130 BLAKE2B 
20ca73044271533d2da6bb6ca863a192b
 DIST lru-cache-0.1.2.crate 9307 BLAKE2B 
606072bc5390a13cf24b4c64c77ba7f84c4c2b1a73c4abe8ead4e1d19067b063888d5cbe478dc9108d193f0a66aa5fb2ddc073f3edfac466de34f85a52a15ef2
 SHA512 
ecc67b4b2ed8d3596816c47e9c6aa242c7bdd1ee8087646e90c27a60d59175f661ec3ef82058c196bef2abdd302d429b7ea4279169689254a9f322dfd5697bf1
 DIST mcfly-0.5.6.tar.gz 202647 BLAKE2B 
9acd3eb94c3c36991a2f990d9cab8b327e064e639651c1664e2306ed3e2716609c0c9e8aeed8e4bf26c0e5daab078b61f982342ab06964bede644dda039ae341
 SHA512 
0e715a292df56170056aef3de9310671e6e6763741b5b918c14f55d74f24f8310a284e22e7697b994d304044a7fafdbc42049694b688f05c5598582ea743da1b
 DIST mcfly-0.5.7.tar.gz 205712 BLAKE2B 
88fad8b6c51478bc9b21d58a547daddcf5eebc0f88f71e1bced9b07bf06083f4ea4f48c42db45eb92d668be49c2dd11b7878875fabc8c3f9d94e591bd3b99ad7
 SHA512 
d8245f9feafe7539d0401f87ca99a7a10e537b9f1cbe163d9eb5b5400758cff46c919829e56eb4f8ce3542b4f131e3f9072eb75d55df753fabc1f9a28483dcc4
+DIST mcfly-0.5.8.tar.gz 207343 BLAKE2B 
7d00868fd76866a4ef1b8f41d1563513bf37b9873bb265e33ff9d67e65b36fa8a916f4c6c503bf60a694e670a4bab152bd2935ea36ce75564ef66b91c3c7a20c
 SHA512 
82a834059cdf5b9b2f8136dbede2cd31ed071961d759d35ee8cb6e2283f1a6b0b7633daf834f7387c4bd627e894d530d9f99309d827538137179cc0994103f9a
 DIST memchr-2.3.3.crate 22566 BLAKE2B 
f952070b98ef30f0d2780a6efbeb36d295710734f678517d913a8002cafebbd3cfc38975fc4546d306efc11bc815764d14320af3b7a2360bd46fc2ab3db9efa5
 SHA512 
922e05da920d0d94226857788878ee5e31518cd80d95ae57e1d7ecd233942c37d01565525db2f1dfdfd5b3b1f81b2c73eee058cbfd745cb4e1519518318df248
 DIST num-integer-0.1.44.crate 22216 BLAKE2B 
e1c08427e006cde6f2084adadb6086e87e6d6f8bb8dfa757a8228aa671e862a366e4bd8ca5e058c18bab128aead9bd5b1e53568a4f40afadcaf3882ee98f
 SHA512 
d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771
 DIST num-traits-0.2.14.crate 45476 BLAKE2B 
ae310d9d5640acc3e45e1e5d1d2f519539795922c0058ee940c94c94b6654b39358b7c18dd23a276f2c1b16a30dd4de4cbc8575bcda6a5c11e70665d670e6439
 SHA512 
c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e

diff --git a/app-shells/mcfly/mcfly-0.5.8.ebuild 
b/app-shells/mcfly/mcfly-0.5.8.ebuild
new file mode 100644
index 000..9a8ceff9200
--- /dev/null
+++ b/app-shells/mcfly/mcfly-0.5.8.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2017-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   aho-corasick-0.7.10
+   ansi_term-0.11.0
+   arrayref-0.3.6
+   arrayvec-0.5.1
+   atty-0.2.14
+   autocfg-1.0.0
+   base64-0.11.0
+   bitflags-1.2.1
+   blake2b_simd-0.5.10
+   bstr-0.2.12
+   byteorder-1.3.4
+   cc-1.0.52
+   cfg-if-0.1.10
+   chrono-0.4.19
+   clap-2.33.0
+   constant_time_eq-0.1.5
+   crossbeam-utils-0.7.2
+   csv-1.1.3
+   csv-core-0.1.10
+   dirs-2.0.2
+   dirs-sys-0.3.4
+   either-1.6.1
+   getrandom-0.1.14
+   hermit-abi-0.1.12
+   humantime-2.1.0
+   itertools-0.9.0
+   itoa-0.4.5
+   lazy_static-1.4.0
+   libc-0.2.69
+   libsqlite3-sys-0.10.0
+   linked-hash-map-0.5.3
+   lru-cache-0.1.2
+   memchr-2.3.3
+   num-integer-0.1.44
+   num-traits-0.2.14
+   numtoa-0.1.0
+   pkg-config-0.3.17
+   ppv-lite86-0.2.6
+   rand-0.7.3
+   rand_chacha-0.2.2
+   rand_core-0.5.1
+   rand_hc-0.2.0
+   redox_syscall-0.1.56
+   redox_termios-0.1.1
+   redox_users-0.3.4
+   regex-1.3.7
+   regex-automata-0.1.9
+   regex-syntax-0.6.17
+   relative-path-1.0.0
+   rusqlite-0.15.0
+   rust-argon2-0.7.0
+   ryu-1.0.4
+   serde-1.0.106
+   shellexpand-2.0.0
+   strsim-0.8.0
+   termion-1.5.5
+   textwrap-0.11.0
+   thread_local-1.0.1
+   time-0.1.43
+   unicode-segmentation-1.6.0
+   unicode-width-0.1.7
+   vcpkg-0.2.8
+   vec_map-0.8.2
+   wasi-0.9.0+wasi-snapshot-preview1
+   

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

2021-09-02 Thread Joonas Niilola
commit: 25b64bc765cb1519aa819afaa96fa9b4b3da4cfc
Author: Louis Regnier  student  42  fr>
AuthorDate: Wed Aug 25 19:49:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b64bc7

x11-terms/kitty-terminfo: bump to 0.23.1

Signed-off-by: Louis Regnier  student.42.fr>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-terms/kitty-terminfo/Manifest  |  1 +
 .../kitty-terminfo/kitty-terminfo-0.23.1.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index e1a1774bb2a..41c4a129750 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -2,3 +2,4 @@ DIST kitty-0.19.3.tar.xz 3269628 BLAKE2B 
b3b673f8ad06baf770b03bcee87b2f405e1ff09
 DIST kitty-0.20.1.tar.xz 3449932 BLAKE2B 
aed9a250fbc7005cd67fd22bfc33de845bea7e39a5561e6957b744f03a5438945f9739ca7066a93889144a5d0289185f337ef4d487c754cba37f242030f1c46a
 SHA512 
19dfa66eb2a2115877b25fbff0ba7a81071bff00c732236f20342aeb619cca88ae4a4e8ce4e73908ac7d7d12fca5232a76e0167754f2e658af02e442cf5ba0cd
 DIST kitty-0.20.3.tar.xz 3487500 BLAKE2B 
49397ac2aef10e5fc41e351af65050ad510e58915392e6b1b8c022db31f2e5e81ac2cce645468ff213dafb609a30d43934b7388b93227fbbba5af7aa35be74e8
 SHA512 
9e9d81696bcb0d3894c04b08bc52ccf7aaf533125b3ecfb4c894b8d42dbf8511239c49f1c977d81872ce49fc6b3aa8e8c92b9c944bd31fe59fce6e3750295e58
 DIST kitty-0.21.2.tar.xz 4341440 BLAKE2B 
dd97d65ae6eb39b5676cc809d3b5ca48b0fcbbb4bb9cc1d212efeb1b5fb584f61decca9d286fdee6f4512aa4d56e08b3a19be70afa2f0155c8c1815e29fcd7ed
 SHA512 
0ae41dfd61fc70746e8ec2d37c043dea7ceb70205aca056fd156348d4b9a2f6aac520c60de08fb5a3cd9bb908efdd2ad8129bbc01b69e5908f2976e5393269df
+DIST kitty-0.23.1.tar.xz 184 BLAKE2B 
f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73
 SHA512 
2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild
new file mode 100644
index 000..be10def6c28
--- /dev/null
+++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit python-any-r1 toolchain-funcs xdg
+
+DESCRIPTION="Terminfo for kitty, an OpenGL-based terminal emulator"
+HOMEPAGE="https://github.com/kovidgoyal/kitty;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="${PYTHON_DEPS}"
+
+PATCHES=(
+   "${FILESDIR}"/kitty-terminfo-setup-0.20.1.patch
+)
+
+# kitty-terminfo is a split package from kitty that only installs the terminfo
+# file. As tests are designed to be run with the whole package compiled they
+# would fail in this case.
+RESTRICT="test"
+
+src_compile() {
+   "${EPYTHON}" setup.py \
+   --verbose $(usex debug --debug "") \
+   --libdir-name $(get_libdir) \
+   linux-terminfo || die "Failed to compile kitty."
+}
+
+src_install() {
+   insinto /usr
+   doins -r linux-package/*
+}



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

2021-09-02 Thread Joonas Niilola
commit: 89fe96073348d34c02bce2d31ea0492e273eeb4a
Author: Marco Genasci  gmail  com>
AuthorDate: Mon Aug 23 15:42:18 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fe9607

dev-db/sqldeveloper: version bump to 21.2.1.204.1703

Closes: https://bugs.gentoo.org/809821
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Genasci  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqldeveloper/Manifest   |   1 +
 .../sqldeveloper-21.2.1.204.1703.ebuild| 100 +
 2 files changed, 101 insertions(+)

diff --git a/dev-db/sqldeveloper/Manifest b/dev-db/sqldeveloper/Manifest
index 8bca47f3034..cff8bcd6820 100644
--- a/dev-db/sqldeveloper/Manifest
+++ b/dev-db/sqldeveloper/Manifest
@@ -1,2 +1,3 @@
 DIST sqldeveloper-21.2.0.187.1842-no-jre.zip 458192293 BLAKE2B 
7aed56d9bddb8c75f2bbe7bd7fdb6c7be470903ea462c44bd650caeb818ad90d87c9415d5a2c9fc5a4622e8184ea12622979a99dda04d47171e9565061da463c
 SHA512 
7f292cd55c460da61841d85ea2269a9c051370503aea621394ff97d6ef2a9adf12403cc88626b6fb446a493a6024dacbf4fa0667a4cbf7c831a6932b7e6dfb61
+DIST sqldeveloper-21.2.1.204.1703-no-jre.zip 458220863 BLAKE2B 
0f5bfb3a97667a728db6b8d61178cdfc90db0958ea7e08460de8d854037f775aa5b97e7e334048c5a717acb35db64334358918b45046395b0170f3ff733d3c65
 SHA512 
4cdff031ea008bb7b31a202487bb98c1748599b7190ba5b82c9c3fbcc86d453e75751585c243ca9f52d255a43e24a720a0929630b3c3742cf8e91cfa980cf3bb
 DIST sqldeveloper-4.2.0.17.089.1709-no-jre.zip 348604841 BLAKE2B 
0c3adff04f148102e6460c7550f787329c7e5a69aca0b81c2de4725b9c9ea27c03bb2f588671a95371aa3612839805f2042855b443bb5635c70d0e0b2140295b
 SHA512 
4d1e270376ae125a60146228e35fcb2cb615d593c0e9f2ca98e4deef4d8fd1ddff59cf15064d63e33e77125f49e8da9fe317ed1fd96a9b00a699bf6c5e739874

diff --git a/dev-db/sqldeveloper/sqldeveloper-21.2.1.204.1703.ebuild 
b/dev-db/sqldeveloper/sqldeveloper-21.2.1.204.1703.ebuild
new file mode 100644
index 000..3707f45ec26
--- /dev/null
+++ b/dev-db/sqldeveloper/sqldeveloper-21.2.1.204.1703.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop java-pkg-2
+
+DESCRIPTION="Oracle SQL Developer is a graphical tool for database development"
+HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html;
+SRC_URI="${P}-no-jre.zip"
+S="${WORKDIR}/${PN}"
+
+RESTRICT="bindist fetch"
+
+LICENSE="OTN"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+IUSE="mssql mysql postgres sybase"
+
+RDEPEND="
+   >=dev-java/openjdk-8:*[javafx]
+   >=virtual/jre-1.8:*
+   mssql? ( dev-java/jtds:1.3 )
+   mysql? ( dev-java/jdbc-mysql:0 )
+   postgres? ( dev-java/jdbc-postgresql:0 )
+   sybase? ( dev-java/jtds:1.3 )
+"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+QA_PREBUILT="
+   
opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
+"
+
+pkg_nofetch() {
+   einfo "Please go to"
+   einfo " ${HOMEPAGE}"
+   einfo "and download"
+   einfo " Oracle SQL Developer for other platforms"
+   einfo " ${SRC_URI}"
+   einfo "and move it to /var/cache/distfiles"
+}
+
+src_prepare() {
+   default
+   find ./ \( -iname "*.exe" -or -iname "*.dll" -or -iname "*.bat" \) 
-exec rm {} + || die
+   sed -i 's|"`dirname $0`"|/opt/sqldeveloper|' sqldeveloper.sh || die
+
+   rm -r netbeans/platform/modules/lib/i386 || die
+   rm -r modules/javafx || die
+
+   # they both use jtds, enabling one of them also enables the other one
+   if use mssql && ! use sybase; then
+   einfo "You requested MSSQL support, this also enables Sybase 
support."
+   fi
+   if use sybase && ! use mssql; then
+   einfo "You requested Sybase support, this also enables MSSQL 
support."
+   fi
+
+   if use mssql || use sybase; then
+   echo "AddJavaLibFile $(java-pkg_getjars jtds-1.3)" >> 
sqldeveloper/bin/sqldeveloper.conf || die
+   fi
+
+   if use mysql; then
+   echo "AddJavaLibFile $(java-pkg_getjars jdbc-mysql)" >> 
sqldeveloper/bin/sqldeveloper.conf || die
+   fi
+
+   if use postgres; then
+   echo "AddJavaLibFile $(java-pkg_getjars jdbc-postgresql)" >> 
sqldeveloper/bin/sqldeveloper.conf || die
+   fi
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r 
{configuration,d{ataminer,ropins},e{quinox,xternal},ide,j{avavm,d{bc,ev},lib,views},modules,netbeans,orakafka,rdbms,s{leepycat,ql{developer,j},vnkit}}
+   fperms +x 
/opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
+
+   dodir /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log
+   fperms 1777 
/opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log
+
+   newbin "${FILESDIR}"/${PN}-r1 ${PN}
+
+   

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

2021-09-02 Thread Joonas Niilola
commit: 30f9be6f287938f6abaa236623714d3eafac201d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 06:42:57 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f9be6f

app-emulation/virt-viewer: add BDEPEND, update deps

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

 app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild 
b/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
index 66c199c6dd4..f0e4ed5973d 100644
--- a/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
+++ b/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
@@ -16,19 +16,22 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+libvirt sasl +spice +vnc"
 
-RDEPEND=">=dev-libs/libxml2-2.6
+RDEPEND="dev-libs/glib:2
+   >=dev-libs/libxml2-2.6
+   x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
+   x11-libs/pango
libvirt? (
-   >=app-emulation/libvirt-0.10.0[sasl?]
+   >=app-emulation/libvirt-0.10.0:=[sasl?]
app-emulation/libvirt-glib
)
spice? ( >=net-misc/spice-gtk-0.35[sasl?,gtk3] )
vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3(+)] )"
 DEPEND="${RDEPEND}
-   dev-lang/perl
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
spice? ( >=app-emulation/spice-protocol-0.12.10 )"
+BDEPEND="dev-lang/perl
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
 
 REQUIRED_USE="|| ( spice vnc )"
 



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

2021-09-02 Thread Joonas Niilola
commit: f7b1a1a41188999d00bb9ab0d8c11a99d1d3b259
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep  2 06:39:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b1a1a4

app-emulation/virt-viewer: clean xdg_* calls from latest ebuild

 - since xdg.eclass is inherited already.

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

 app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild 
b/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
index a917472835a..66c199c6dd4 100644
--- a/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
+++ b/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
@@ -40,9 +40,3 @@ src_configure() {
)
meson_src_configure
 }
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}



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

2021-09-02 Thread Joonas Niilola
commit: cfcd1191235edcaa3ce7db824c7f652dc7450704
Author: Martin Dummer  gmx  net>
AuthorDate: Mon Aug 23 10:39:00 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcd1191

app-emulation/virt-viewer: fix second display problem

update to fix upstream issue
https://gitlab.com/virt-viewer/virt-viewer/-/issues/46

Closes: https://bugs.gentoo.org/809809
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/22077
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/virt-viewer/Manifest |  1 +
 .../virt-viewer/virt-viewer-10.0_p20210730.ebuild  | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-emulation/virt-viewer/Manifest 
b/app-emulation/virt-viewer/Manifest
index 3953af27c29..e981a65df9b 100644
--- a/app-emulation/virt-viewer/Manifest
+++ b/app-emulation/virt-viewer/Manifest
@@ -1,4 +1,5 @@
 DIST virt-viewer-10.0.tar.xz 256372 BLAKE2B 
3368164c2f770f8aa963e0fb93e713249b05d31600747b68197864a40bf6fdb221ad44abb8ea5465706543241bd5898353cadf2a3e0917455383283722fdfd4f
 SHA512 
82ed552337c3d71d762aed14e6fb20a123448fd5cf8c51f8f942ddd226ee2a4fa3ab8b9b893bbdde16628fb03363f2455e1d895074237d40ff567d642d216fd3
+DIST virt-viewer-10.0_p20210730.tar.bz2 271223 BLAKE2B 
d66e915eccdea6eadc7d93309c66d648828da65e76e4884bd2a98a645db328296d0013955fe94df45bac5d21079230218de7e09909d29f63568d2fc32b4fe762
 SHA512 
58d49eb67e1bbeb73fd7672871348911ef8eaab95b0f90dd3ae2564cc2321d620eec703fe8520748a96c80429ecbdcd13ba4a7c31b249fd347a935c9b9c02531
 DIST virt-viewer-7.0.tar.gz 924475 BLAKE2B 
003efaf88445ec6f523e678459ed1e11562d0cd87fb4811105df9ac1e3129f4a97170c5b783f1d504d157055ae51ac8dc23ffa8f3f79dd6cd55707d962e1d9ad
 SHA512 
e0558c9138877f546add6a3df9721e100cadb6953815be82b2376b0521b82cf14052bdc29c42bb03b198b6e9d129a55d33531a153207d7f29b5c1c3402ebc904
 DIST virt-viewer-8.0.tar.gz 937457 BLAKE2B 
107a5f77d0e272665561e22c950416275c939d000fbb522401a954e6836bbd9e9399e768bc4363a1ea3110dd3229fe33738560563271774c3054278b2399cab8
 SHA512 
73317048949b6c49c28aab4685e3fb6533945b12c47078b522429b3e178423fcec5758c970d5048c8f65fee2b92a629b7e067cffa79c968292c73fd36133b918
 DIST virt-viewer-9.0.tar.gz 1176991 BLAKE2B 
bc4df73575195888b7698de5c0eda9daa257902f3f3ce8099f9096d0cd9be28547c8671decb70e83e5f0de71633793886bfe78bd9ab5f360dc9759afcc5b
 SHA512 
a5901d76c3e144fa3d6e640de93ed7f1e7cbeb075c04cdbe4a8c9c09bce96104ea552484df5e84c7a69af81177123ddb81b2dac775a98ac312f3102daae2

diff --git a/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild 
b/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
new file mode 100644
index 000..a917472835a
--- /dev/null
+++ b/app-emulation/virt-viewer/virt-viewer-10.0_p20210730.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+DESCRIPTION="Graphical console client for connecting to virtual machines"
+HOMEPAGE="https://virt-manager.org/;
+GIT_HASH="f0cc7103becccbce95bdf0c80151178af2bace5a"
+SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${GIT_HASH}/${PN}-${GIT_HASH}.tar.bz2
 -> ${P}.tar.bz2"
+S="${WORKDIR}/${PN}-${GIT_HASH}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+libvirt sasl +spice +vnc"
+
+RDEPEND=">=dev-libs/libxml2-2.6
+   x11-libs/gtk+:3
+   libvirt? (
+   >=app-emulation/libvirt-0.10.0[sasl?]
+   app-emulation/libvirt-glib
+   )
+   spice? ( >=net-misc/spice-gtk-0.35[sasl?,gtk3] )
+   vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3(+)] )"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   spice? ( >=app-emulation/spice-protocol-0.12.10 )"
+
+REQUIRED_USE="|| ( spice vnc )"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature libvirt libvirt)
+   $(meson_feature vnc vnc)
+   $(meson_feature spice spice)
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}



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

2021-09-02 Thread Joonas Niilola
commit: 5fa2be76005b63c7f72aa3d8495e31e04f797e6a
Author: Marco Genasci  gmail  com>
AuthorDate: Mon Aug 23 15:43:20 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa2be76

dev-db/sqldeveloper: removed old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Genasci  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22080
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqldeveloper/Manifest   |  1 -
 .../sqldeveloper-21.2.0.187.1842.ebuild| 97 --
 2 files changed, 98 deletions(-)

diff --git a/dev-db/sqldeveloper/Manifest b/dev-db/sqldeveloper/Manifest
index cff8bcd6820..422df38572b 100644
--- a/dev-db/sqldeveloper/Manifest
+++ b/dev-db/sqldeveloper/Manifest
@@ -1,3 +1,2 @@
-DIST sqldeveloper-21.2.0.187.1842-no-jre.zip 458192293 BLAKE2B 
7aed56d9bddb8c75f2bbe7bd7fdb6c7be470903ea462c44bd650caeb818ad90d87c9415d5a2c9fc5a4622e8184ea12622979a99dda04d47171e9565061da463c
 SHA512 
7f292cd55c460da61841d85ea2269a9c051370503aea621394ff97d6ef2a9adf12403cc88626b6fb446a493a6024dacbf4fa0667a4cbf7c831a6932b7e6dfb61
 DIST sqldeveloper-21.2.1.204.1703-no-jre.zip 458220863 BLAKE2B 
0f5bfb3a97667a728db6b8d61178cdfc90db0958ea7e08460de8d854037f775aa5b97e7e334048c5a717acb35db64334358918b45046395b0170f3ff733d3c65
 SHA512 
4cdff031ea008bb7b31a202487bb98c1748599b7190ba5b82c9c3fbcc86d453e75751585c243ca9f52d255a43e24a720a0929630b3c3742cf8e91cfa980cf3bb
 DIST sqldeveloper-4.2.0.17.089.1709-no-jre.zip 348604841 BLAKE2B 
0c3adff04f148102e6460c7550f787329c7e5a69aca0b81c2de4725b9c9ea27c03bb2f588671a95371aa3612839805f2042855b443bb5635c70d0e0b2140295b
 SHA512 
4d1e270376ae125a60146228e35fcb2cb615d593c0e9f2ca98e4deef4d8fd1ddff59cf15064d63e33e77125f49e8da9fe317ed1fd96a9b00a699bf6c5e739874

diff --git a/dev-db/sqldeveloper/sqldeveloper-21.2.0.187.1842.ebuild 
b/dev-db/sqldeveloper/sqldeveloper-21.2.0.187.1842.ebuild
deleted file mode 100644
index 47c5cd1e77d..000
--- a/dev-db/sqldeveloper/sqldeveloper-21.2.0.187.1842.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop java-pkg-2
-
-DESCRIPTION="Oracle SQL Developer is a graphical tool for database development"
-HOMEPAGE="https://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html;
-SRC_URI="${P}-no-jre.zip"
-S="${WORKDIR}/${PN}"
-
-RESTRICT="bindist fetch"
-
-LICENSE="OTN"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-IUSE="mssql mysql postgres sybase"
-
-RDEPEND="
-   >=dev-java/openjdk-8:*[javafx]
-   >=virtual/jre-1.8:*
-   mssql? ( dev-java/jtds:1.3 )
-   mysql? ( dev-java/jdbc-mysql:0 )
-   postgres? ( dev-java/jdbc-postgresql:0 )
-   sybase? ( dev-java/jtds:1.3 )
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="
-   
opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
-"
-
-pkg_nofetch() {
-   einfo "Please go to"
-   einfo " ${HOMEPAGE}"
-   einfo "and download"
-   einfo " Oracle SQL Developer for other platforms"
-   einfo " ${SRC_URI}"
-   einfo "and move it to /var/cache/distfiles"
-}
-
-src_prepare() {
-   default
-   find ./ \( -iname "*.exe" -or -iname "*.dll" -or -iname "*.bat" \) 
-exec rm {} + || die
-   sed -i 's|"`dirname $0`"|/opt/sqldeveloper|' sqldeveloper.sh || die
-
-   rm -r netbeans/platform/modules/lib/i386 || die
-   #rm -r modules/javafx/{osx-x64,windows-x64} || die
-   rm -r modules/javafx || die
-
-   # they both use jtds, enabling one of them also enables the other one
-   if use mssql && ! use sybase; then
-   einfo "You requested MSSQL support, this also enables Sybase 
support."
-   fi
-   if use sybase && ! use mssql; then
-   einfo "You requested Sybase support, this also enables MSSQL 
support."
-   fi
-
-   if use mssql || use sybase; then
-   echo "AddJavaLibFile $(java-pkg_getjars jtds-1.3)" >> 
sqldeveloper/bin/sqldeveloper.conf || die
-   fi
-
-   if use mysql; then
-   echo "AddJavaLibFile $(java-pkg_getjars jdbc-mysql)" >> 
sqldeveloper/bin/sqldeveloper.conf || die
-   fi
-
-   if use postgres; then
-   echo "AddJavaLibFile $(java-pkg_getjars jdbc-postgresql)" >> 
sqldeveloper/bin/sqldeveloper.conf || die
-   fi
-}
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r 
{configuration,d{ataminer,ropins},e{quinox,xternal},ide,j{avavm,d{bc,ev},lib,views},modules,netbeans,orakafka,rdbms,s{leepycat,ql{developer,j},vnkit}}
-
-   fperms +x 
/opt/${PN}/netbeans/platform/modules/lib/amd64/linux/libjnidispatch-422.so
-
-   newbin "${FILESDIR}"/${PN}-r1 ${PN}
-
-   newicon icon.png ${PN}-32x32.png
-   make_desktop_entry ${PN} "Oracle SQL Developer" ${PN}-32x32
-
-   # This is normally called 

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

2021-09-02 Thread Joonas Niilola
commit: cf4f959531f026c6f8b7f7062e623222c1ef9181
Author: Louis Regnier  student  42  fr>
AuthorDate: Wed Aug 25 19:50:06 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4f9595

x11-terms/kitty: bump to 0.23.1

Signed-off-by: Louis Regnier  student.42.fr>
Closes: https://github.com/gentoo/gentoo/pull/22102
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-terms/kitty/Manifest|   1 +
 x11-terms/kitty/kitty-0.23.1.ebuild | 109 
 2 files changed, 110 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index e1a1774bb2a..41c4a129750 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -2,3 +2,4 @@ DIST kitty-0.19.3.tar.xz 3269628 BLAKE2B 
b3b673f8ad06baf770b03bcee87b2f405e1ff09
 DIST kitty-0.20.1.tar.xz 3449932 BLAKE2B 
aed9a250fbc7005cd67fd22bfc33de845bea7e39a5561e6957b744f03a5438945f9739ca7066a93889144a5d0289185f337ef4d487c754cba37f242030f1c46a
 SHA512 
19dfa66eb2a2115877b25fbff0ba7a81071bff00c732236f20342aeb619cca88ae4a4e8ce4e73908ac7d7d12fca5232a76e0167754f2e658af02e442cf5ba0cd
 DIST kitty-0.20.3.tar.xz 3487500 BLAKE2B 
49397ac2aef10e5fc41e351af65050ad510e58915392e6b1b8c022db31f2e5e81ac2cce645468ff213dafb609a30d43934b7388b93227fbbba5af7aa35be74e8
 SHA512 
9e9d81696bcb0d3894c04b08bc52ccf7aaf533125b3ecfb4c894b8d42dbf8511239c49f1c977d81872ce49fc6b3aa8e8c92b9c944bd31fe59fce6e3750295e58
 DIST kitty-0.21.2.tar.xz 4341440 BLAKE2B 
dd97d65ae6eb39b5676cc809d3b5ca48b0fcbbb4bb9cc1d212efeb1b5fb584f61decca9d286fdee6f4512aa4d56e08b3a19be70afa2f0155c8c1815e29fcd7ed
 SHA512 
0ae41dfd61fc70746e8ec2d37c043dea7ceb70205aca056fd156348d4b9a2f6aac520c60de08fb5a3cd9bb908efdd2ad8129bbc01b69e5908f2976e5393269df
+DIST kitty-0.23.1.tar.xz 184 BLAKE2B 
f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73
 SHA512 
2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94

diff --git a/x11-terms/kitty/kitty-0.23.1.ebuild 
b/x11-terms/kitty/kitty-0.23.1.ebuild
new file mode 100644
index 000..ee7d59c7435
--- /dev/null
+++ b/x11-terms/kitty/kitty-0.23.1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit optfeature python-single-r1 toolchain-funcs xdg
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
+HOMEPAGE="https://github.com/kovidgoyal/kitty;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug wayland"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   media-libs/fontconfig
+   media-libs/freetype:2
+   >=media-libs/harfbuzz-1.5.0:=
+   media-libs/lcms
+   media-libs/libcanberra
+   media-libs/libpng:0=
+   sys-apps/dbus
+   sys-libs/zlib
+   x11-libs/libxcb[xkb]
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libxkbcommon[X]
+   x11-libs/libXrandr
+   x11-misc/xkeyboard-config
+   x11-terms/kitty-terminfo
+   wayland? (
+   dev-libs/wayland
+   >=dev-libs/wayland-protocols-1.17
+   )
+"
+
+DEPEND="${RDEPEND}
+   media-libs/mesa[X]
+   sys-libs/ncurses
+"
+
+BDEPEND="virtual/pkgconfig"
+
+[[ ${PV} == * ]] && BDEPEND+=" >=dev-python/sphinx-1.7"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.21.2-flags.patch
+   "${FILESDIR}"/${PN}-0.21.2-remove-terminfo.patch
+   "${FILESDIR}"/${PN}-0.20.1-tests.patch
+)
+
+src_prepare() {
+   default
+
+   # disable wayland as required
+   if ! use wayland; then
+   sed -i "/'x11 wayland'/s/ wayland//" setup.py || die
+   # also disable wayland tests
+   sed -i "/if not self.is_ci/d" kitty_tests/check_build.py || die
+   sed -i "/linux_backends.append('wayland')/d" 
kitty_tests/check_build.py || die
+   fi
+
+   # respect doc dir
+   sed -i "/htmldir =/s/appname/'${PF}'/" setup.py || die
+
+   tc-export CC
+}
+
+src_compile() {
+   "${EPYTHON}" setup.py \
+   --verbose $(usex debug --debug "") \
+   --libdir-name $(get_libdir) \
+   --update-check-interval=0 \
+   linux-package || die "Failed to compile kitty."
+}
+
+src_test() {
+   export KITTY_CONFIG_DIRECTORY=${T}
+   "${EPYTHON}" test.py || die
+}
+
+src_install() {
+   insinto /usr
+   doins -r linux-package/*
+   dobin linux-package/bin/kitty
+   

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

2021-09-02 Thread Joonas Niilola
commit: 6b6b1727bc17e5c697a19b3c8a3e6ead2c99e56e
Author: Marco Genasci  gmail  com>
AuthorDate: Mon Aug 23 15:48:15 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep  2 06:53:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6b1727

dev-db/sqlcl-bin: bump version to 21.2.2.223.0914

Closes: https://bugs.gentoo.org/809824
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Genasci  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlcl-bin/Manifest |  1 +
 dev-db/sqlcl-bin/sqlcl-bin-21.2.2.223.0914.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-db/sqlcl-bin/Manifest b/dev-db/sqlcl-bin/Manifest
index a503549af7b..3d7fba8cae1 100644
--- a/dev-db/sqlcl-bin/Manifest
+++ b/dev-db/sqlcl-bin/Manifest
@@ -1 +1,2 @@
 DIST sqlcl-21.2.0.174.2245.zip 37572475 BLAKE2B 
331319acfdba2e09b31ba5f7e01549a37bb4226487487afcb5afe2bf8f933481c1131d8f4821f668cb5b13ff7f14866097565562ad383e09b23c7b2302670abf
 SHA512 
410614af0acde54bc9fbacb0c2168fe049baccca0d3dbf7e9940176abd90250705aac92a69e09dd9c8854b124dab399bb36bbb381156724528e830ce897f022e
+DIST sqlcl-21.2.2.223.0914.zip 37581478 BLAKE2B 
098988e17b9f347e4ce6142626174565543e701ad22f8dccb2260b4b1b8f74cd12a0c3824790e403a7dc359e329026eb83a656fde8b49e5317b70813b3fc4b07
 SHA512 
c5fc99095b731f2f4dc52e01a2a6974fb01d655a4d862a0b89594921183c4019bf9c07562d9f7307af5686770b19c1277e47562c6ae6786530561e13b9fd27b3

diff --git a/dev-db/sqlcl-bin/sqlcl-bin-21.2.2.223.0914.ebuild 
b/dev-db/sqlcl-bin/sqlcl-bin-21.2.2.223.0914.ebuild
new file mode 100644
index 000..4abb49d1364
--- /dev/null
+++ b/dev-db/sqlcl-bin/sqlcl-bin-21.2.2.223.0914.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-bin}"
+MY_P="${MY_PN}-${PV}"
+
+inherit java-pkg-2
+
+DESCRIPTION="Oracle SQLcl is the new SQL*Plus"
+HOMEPAGE="https://www.oracle.com/database/technologies/appdev/sqlcl.html;
+SRC_URI="https://download.oracle.com/otn_software/java/sqldeveloper/${MY_P}.zip;
+RESTRICT="mirror"
+
+LICENSE="OTN"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="dev-db/oracle-instantclient
+   dev-java/java-config:2
+   >=virtual/jre-1.8"
+
+S="${WORKDIR}"
+
+src_install() {
+   java-pkg_dojar sqlcl/lib/*.jar sqlcl/lib/ext/*.jar
+
+   java-pkg_dolauncher "${MY_PN}" \
+   --main oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli \
+   --java_args '-client -Xss30M'
+}



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

2021-09-02 Thread Andrew Ammerlaan
commit: 968e7e12326cf111424cb82c20f924a169bb895a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:32:48 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968e7e12

dev-python/mkdocs-material: add version 7.2.6

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

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-7.2.6.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 3887b6160cf..598ea3a1090 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,3 +1,4 @@
 DIST mkdocs-material-7.1.9.tar.gz 6492415 BLAKE2B 
67a86251289126320088dde4611ea1c1e75543e7edcb2f737dfcf21844f53a3457544716cded44f0954c2658cb107e5cae589efa2c71ee07151a39ed0f28401f
 SHA512 
1a4296ff692842e61406b24ac50b1c02550a2581040611c263aa744c98031a54c6f380e6f655aa477f98d7507d2e8649434fc981928e9d27f09df71cccd22ecd
 DIST mkdocs-material-7.2.2.tar.gz 6777834 BLAKE2B 
09c5ee5e0e0cef76ca66c8d86941fa044f2650d621a194991f279c09dd64c81c96bdfbe7d37eee5fe0e3837fc6461e7abad3537d92f3fdd178078485665088b5
 SHA512 
5332246103eb3007df3d2fd7ead4f2f60ce29c0e8a2bef6249db3e14a8e0ce1b2cdaffe4f48f57701d07a1771e275c69a79006ec53cfacff1a885894076188fb
 DIST mkdocs-material-7.2.4.tar.gz 6803091 BLAKE2B 
377adcdaa2d24248f0430327a2a4b23fdae6f379ac23f6f609d50dc9c1699e13a92e925d9df24ec8298384228abd8c66c487afafc357edfc83da9c0e2897f422
 SHA512 
ba5c3a2e95eb32d2f2a3027a1cec7a54c9bdf655b51308e519e57d06fc8475ab74e2905dfeaef9bd1029e7814e5bc6c7610cce0526773bfcd3a92a995ba25c40
+DIST mkdocs-material-7.2.6.tar.gz 6804732 BLAKE2B 
908a076d032a251baa9bde0255a1f8bbf12799cda3e0cec5bf332ad824f9e5bbc920c579b12f80d491488e01b6547f324c9617aaacdcdff573c49c61f5c54ffb
 SHA512 
9b871ef8cd1d27e50df62f8de428d59bd4fec27dc76401fac36cb1ff6961416a25ddd2f133ab6eef80297e43359014ab7b482a93295650e5cf21e1b6fd2e4b1e

diff --git a/dev-python/mkdocs-material/mkdocs-material-7.2.6.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-7.2.6.ebuild
new file mode 100644
index 000..7912d32859a
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-7.2.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material
+   https://pypi.org/project/mkdocs-material
+"
+SRC_URI="https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.2.2[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.4[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-material-extensions-1.0[${PYTHON_USEDEP}]
+"



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

2021-09-02 Thread Andrew Ammerlaan
commit: cb0f7367e706034d08040bcf0293fd5aae5b67d2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:12:42 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0f7367

dev-python/python-lsp-server: add version 1.2.2

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

 dev-python/python-lsp-server/Manifest  |  1 +
 .../python-lsp-server-1.2.2.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/dev-python/python-lsp-server/Manifest 
b/dev-python/python-lsp-server/Manifest
index 3acca426d45..2a80ed50fcd 100644
--- a/dev-python/python-lsp-server/Manifest
+++ b/dev-python/python-lsp-server/Manifest
@@ -1,3 +1,4 @@
 DIST python-lsp-server-1.0.1.tar.gz 56835 BLAKE2B 
430e215b7d65bff2008136783539c262ee201d651bf83750333d41353483882fe7a603208c2725c89530a34cef22e73fe1ef26ec80fe7fb42d2df79eae511528
 SHA512 
bf116d92bdebea41e4f6647673d390887d84be70d612b92b8c3973aa55db4b151c1188b06fb8e3b6dccb814fd22f938572e998f0b1329bf0b69d0e4750b8f5f6
 DIST python-lsp-server-1.1.0.tar.gz 58194 BLAKE2B 
bc1d542e90a1295e7bddf68d366a738b371895a453e8fb7de5b0d688c49b45b9c3441d479c1f760291e32eedc6fd42cb5ee0966ed32a10ee7f883dee3559932f
 SHA512 
fd9f1985bd55f93740671e83696b02567b12b9b77db14c495482494d23f0a73b2048d99fce9c1be0b7d7c847f213a681d379c342d128a95cf40bd3ffeca9766f
 DIST python-lsp-server-1.2.1.tar.gz 61448 BLAKE2B 
28294bf1f62a4fd0bf7b32b51a34b6206551614523130d7bb11f7f2e0175d4c061decada8c4f7713dc6c775f09f423d2c622d17354307faa557a48f5db2cdad3
 SHA512 
7a82af96508db943699ae63c90576205fca78e2ff47093934f26d9c5547199753acbc83ac0bdddb00d373761bebb31b5b869a9a02f734a5a4e033e7f024bf2d1
+DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B 
d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e
 SHA512 
afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6

diff --git a/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild 
b/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild
new file mode 100644
index 000..422d457a592
--- /dev/null
+++ b/dev-python/python-lsp-server/python-lsp-server-1.2.2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python Language Server for the Language Server Protocol"
+HOMEPAGE="https://github.com/python-lsp/python-lsp-server;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE="all-plugins"
+
+BDEPEND="
+   test? (
+   dev-python/autopep8[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/rope-0.10.5[${PYTHON_USEDEP}]
+   dev-python/yapf[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
+   =dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
+   dev-python/pluggy[${PYTHON_USEDEP}]
+   all-plugins? (
+   dev-python/autopep8[${PYTHON_USEDEP}]
+   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
+   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
+   =dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
+   =dev-python/rope-0.10.5[${PYTHON_USEDEP}]
+   dev-python/yapf[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pytest-cov dep
+   sed -i -e '0,/addopts/I!d' setup.cfg || die
+
+   # This test is continuously breaking
+   sed -i -e 's/test_folding/_&/' test/plugins/test_folding.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+pkg_postinst() {
+   optfeature "Automatically formats Python code to conform to the PEP 8 
style guide" dev-python/autopep8
+   optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
+   optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
+   optfeature "Python style guide checker (fka pep8)" 

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

2021-09-02 Thread Andrew Ammerlaan
commit: a9c4722cb3fa602651016b20709fee6e673a5b9c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:19:14 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c4722c

dev-python/spyder-kernels: drop version 2.1.0

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

 dev-python/spyder-kernels/Manifest |  1 -
 .../spyder-kernels/spyder-kernels-2.1.0.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index e7637ab13a8..715dc3be211 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,4 +1,3 @@
 DIST spyder-kernels-1.10.2-gh.tar.gz 78924 BLAKE2B 
47f0ec284f54590ee9c5a43caeeea61b644fccc6d6222dfbf85187beb9cc141504082dbf50d1d85f5315c8e8e46b9f810253d904b594bb4c52677271b0f7f12d
 SHA512 
4bcbc2646493f384a3f5fad1cc2a42bbe1d06c5225362beb995a73e3c1abe482f3855d844c449b07631b4ffda99492ccbd3cbe69c515ed38d6a98913bea90e2d
 DIST spyder-kernels-2.0.5-gh.tar.gz 81123 BLAKE2B 
390c3c5d8ceee787f6699dd41ecc9e015050db86d0e416e32be28ebe0a62b09c611707ac6427e8cc809303f41a77b7d9289f15d71d0b2a8ce17ff87af79ea5ad
 SHA512 
b44702a0964bde69a9035839e3ca052a4ccc60340de83ccb9f1b0e6b93b73da5554e10b5eb61b8965416130d8f658f1a18fb1164c59cd27134298c16d3442dbe
-DIST spyder-kernels-2.1.0-gh.tar.gz 82069 BLAKE2B 
04fdf22f887d43a3c9bdb973588af895f07263ee7fed42d1a8f7b1caa25083c8498c28bbe0cd7f8f744082a94bc2906000b34cd6b5b78cb2ea017d0e2950b5ae
 SHA512 
2261f582de5bff4c28463d4bd056cb64edbadabb352cd39b110d21ea004d3118162ca5f715366235789f41c76e6ccbd9064d7f2f7de77663eda89e583368c8d9
 DIST spyder-kernels-2.1.1.tar.gz 82493 BLAKE2B 
23c59b6709ba6b1f21a1cc48d20115fba593c44b8b99d8c6f5bd83adcfcc9faae9fb1fe0f86df59f52c922da3c5951308e1c151c53487d33e39b0ddda065f95b
 SHA512 
d1c7f47b02f18095d8584e6f6b3605419af1e016105c4f20bd70cce5d917651e387779d5f36c3ec72bdedd3febd8f7d56739c0cfd48081d448728acf7e3e3114

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.1.0.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.1.0.ebuild
deleted file mode 100644
index 6e20169fd3b..000
--- a/dev-python/spyder-kernels/spyder-kernels-2.1.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kernels used by spyder on its ipython console"
-HOMEPAGE="https://github.com/spyder-ide/spyder-kernels/
-   https://pypi.org/project/spyder-kernels/;
-SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}-gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/cloudpickle[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   >=dev-python/ipykernel-5.3.0[${PYTHON_USEDEP}]
-   >=dev-python/ipython-7.6.0[${PYTHON_USEDEP}]
-   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
-   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/dask[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/xarray[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   # we no longer package distributed
-   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
-   )
-
-   epytest ${deselect[@]/#/--deselect }
-}



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

2021-09-02 Thread Andrew Ammerlaan
commit: c5f5e0789b1397955179775e23cb7a98ddf8f094
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:18:49 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f5e078

dev-python/spyder-kernels: add version 2.1.1

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

 dev-python/spyder-kernels/Manifest |  1 +
 .../spyder-kernels/spyder-kernels-2.1.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/spyder-kernels/Manifest 
b/dev-python/spyder-kernels/Manifest
index f7c4aaefe3e..e7637ab13a8 100644
--- a/dev-python/spyder-kernels/Manifest
+++ b/dev-python/spyder-kernels/Manifest
@@ -1,3 +1,4 @@
 DIST spyder-kernels-1.10.2-gh.tar.gz 78924 BLAKE2B 
47f0ec284f54590ee9c5a43caeeea61b644fccc6d6222dfbf85187beb9cc141504082dbf50d1d85f5315c8e8e46b9f810253d904b594bb4c52677271b0f7f12d
 SHA512 
4bcbc2646493f384a3f5fad1cc2a42bbe1d06c5225362beb995a73e3c1abe482f3855d844c449b07631b4ffda99492ccbd3cbe69c515ed38d6a98913bea90e2d
 DIST spyder-kernels-2.0.5-gh.tar.gz 81123 BLAKE2B 
390c3c5d8ceee787f6699dd41ecc9e015050db86d0e416e32be28ebe0a62b09c611707ac6427e8cc809303f41a77b7d9289f15d71d0b2a8ce17ff87af79ea5ad
 SHA512 
b44702a0964bde69a9035839e3ca052a4ccc60340de83ccb9f1b0e6b93b73da5554e10b5eb61b8965416130d8f658f1a18fb1164c59cd27134298c16d3442dbe
 DIST spyder-kernels-2.1.0-gh.tar.gz 82069 BLAKE2B 
04fdf22f887d43a3c9bdb973588af895f07263ee7fed42d1a8f7b1caa25083c8498c28bbe0cd7f8f744082a94bc2906000b34cd6b5b78cb2ea017d0e2950b5ae
 SHA512 
2261f582de5bff4c28463d4bd056cb64edbadabb352cd39b110d21ea004d3118162ca5f715366235789f41c76e6ccbd9064d7f2f7de77663eda89e583368c8d9
+DIST spyder-kernels-2.1.1.tar.gz 82493 BLAKE2B 
23c59b6709ba6b1f21a1cc48d20115fba593c44b8b99d8c6f5bd83adcfcc9faae9fb1fe0f86df59f52c922da3c5951308e1c151c53487d33e39b0ddda065f95b
 SHA512 
d1c7f47b02f18095d8584e6f6b3605419af1e016105c4f20bd70cce5d917651e387779d5f36c3ec72bdedd3febd8f7d56739c0cfd48081d448728acf7e3e3114

diff --git a/dev-python/spyder-kernels/spyder-kernels-2.1.1.ebuild 
b/dev-python/spyder-kernels/spyder-kernels-2.1.1.ebuild
new file mode 100644
index 000..342592521f0
--- /dev/null
+++ b/dev-python/spyder-kernels/spyder-kernels-2.1.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Kernels used by spyder on its ipython console"
+HOMEPAGE="https://github.com/spyder-ide/spyder-kernels/
+   https://pypi.org/project/spyder-kernels/;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cloudpickle[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   >=dev-python/ipykernel-5.3.0[${PYTHON_USEDEP}]
+   >=dev-python/ipython-7.6.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-5.3.4[${PYTHON_USEDEP}]
+   =dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/wurlitzer-1.0.3[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/dask[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # we no longer package distributed
+   
spyder_kernels/console/tests/test_console_kernel.py::test_dask_multiprocessing
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-09-02 Thread Andrew Ammerlaan
commit: e707b92c67fbbdb82192e653054659d2d2c9
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:27:34 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e707

dev-python/spyder: add version 5.1.2

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

 dev-python/spyder/Manifest|   2 +
 dev-python/spyder/spyder-5.1.2.ebuild | 188 ++
 2 files changed, 190 insertions(+)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index d7d6e112533..10040d2a815 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,6 +1,8 @@
 DIST spyder-4.2.5.tar.gz 11539071 BLAKE2B 
9d7a98da018aae934803d640995fe2dfa6bbb20bfc7140bd00f5e7a00a09c47922fefd8df84f4b217a50176ee190515da6f4cbf498a03cae68e2ac4f5ec70664
 SHA512 
081b047a45b7522a69b1b21a221ab5cdef47f87f36ed4423ff63297d205f924c1627517c50622acb2d10efa094bc506fed4ec88f861775d3f58e81ac6ef017ac
 DIST spyder-5.0.5.tar.gz 20606379 BLAKE2B 
52f05ffcf0b6aabdac23a055af1c674c6aa80a7d4f3608779df1d46e0e51de63a71b4e97db286dc92e071cbb44a0dc827aa750d8ca538e6764b5e780f493d615
 SHA512 
17654ee76eb51c5f5b9f494d009af3d7813f869f27f22ceb8ad8ca96dcedcbcd6b86c7a3895bb63eba3cc60e4a57ab94128abb8d21f05c4672b8bb8d545fe1ff
 DIST spyder-5.1.1.tar.gz 19782262 BLAKE2B 
64dcd45b91eba57cb5e435fe4b9d9c2f0884165e68099fa0a354ddfba13fc41022564218ad9661126c18f638dc5d26083494d0a97454e5a1055d01848df896fe
 SHA512 
ba6ee6681ca2c3ae0b41aab57b28747d27141f274bb28331926ad75d9c5011cee604895f7b187853f5d7dc4777d4ca21a954911adb1b063dc1da26ff88cbfa2c
+DIST spyder-5.1.2.tar.gz 23847766 BLAKE2B 
e8fd06cc4207bdc32a38e96694cdb42746a0bef92186874a6c07f536c9d60ee9274d353512dae7aa866f6fd5cd358d6acf04b8d2b6b606908856adb709fa25b5
 SHA512 
0d22729a415d56eb132e0899e2840e30b533554e1cee26923346673b65a4978463443ef59d5f52dbd83ea47cba6efa31a74070402286a7b0fbf35e69edfc9200
 DIST spyder-docs-5eb83118155a3765de4a0f863b936bcbe73bb7aa.tar.gz 85362596 
BLAKE2B 
7294dcd0f169958da132b141379b9b1cf497095981a86416fb98d98f98e30a425fe2e628a523785f932bbc06a2ba1ecddb45bae0df009887db928f879e08cdef
 SHA512 
45f45546b83afb3036348e89ee3eded4d8ecee36ce58fe697da14677fbff8fa2dfe170be7385ecf10e1989817780c07b5676d545ee34e87a8f252929ad72882e
+DIST spyder-docs-78a0ed693dc797a5e2ae79f37b0b7082b1247f16.tar.gz 88214829 
BLAKE2B 
53fbad2a7bf29ac468e541b632f4ec091a0ec2b7a8296e49788bc0112f805e5e85ae566bd13b5d091d54cb58191d28970eae3fc9259b02323b105885c80ce642
 SHA512 
670531a26c147d46ffb1f0f03a527ecc3b3f6370a3d110fb9e47d62a025171197ccedd018a7f58f7bcbd88a4ef26adffb4b99e03a5150a29328da807292f9840
 DIST spyder-docs-78b25754c69a20643258821146e398ad5535c920.tar.gz 69167467 
BLAKE2B 
d2815d552002f329b5fac59329fba3b3b0cd592bcbdacc0878966919e44dbab29548533661e60a1b9b8fd763d57d1e4c2f761782ace1b0a814a5f0cec1f66af9
 SHA512 
10764367fd5f830d7a3620b9d9e7ec4ab74539c1f48326c0c40f7caff74a50401addc7609fe1558c57dac4649d0a214c0d2d77cecd100bd8574151134e49634d
 DIST spyder-docs-ebf13f362a604c5ac127efcddb74a91610d92f59.tar.gz 85347412 
BLAKE2B 
3d7ef7a491a974d3255040998716931cf14d88c74af9f44b6a46edea6d75585c4d9683e03dbc4175c237a7baafe409e4a2ba43a0db666c7d4e96b864e2ee58b8
 SHA512 
c0f50ad9cd721558484c8dce3cd59c503475e814a3d42e8786b4678a449baff46b13c8ec1227fdc8f8b733c856736ecc4652f0a43db36feab27f2fb10355debc

diff --git a/dev-python/spyder/spyder-5.1.2.ebuild 
b/dev-python/spyder/spyder-5.1.2.ebuild
new file mode 100644
index 000..ae2992d2676
--- /dev/null
+++ b/dev-python/spyder/spyder-5.1.2.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit optfeature xdg distutils-r1
+
+# Commit of documentation to fetch
+DOCS_PV="78a0ed693dc797a5e2ae79f37b0b7082b1247f16"
+
+DESCRIPTION="The Scientific Python Development Environment"
+HOMEPAGE="
+   https://www.spyder-ide.org/
+   https://github.com/spyder-ide/spyder/
+   https://pypi.org/project/spyder/
+"
+SRC_URI="
+   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# The test suite often hangs or does not work. Technically spyder requires
+# pyqt5<13, which we do not have in ::gentoo any more. Likely this is the 
reason
+# many of the tests fail or hang. RESTRICTing because IMO it is not worth the
+# several hours I spend every single version bump checking which tests do and
+# do not work. Spyder itself works fine with pyqt5>13.
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
+   >=dev-util/cookiecutter-1.6.0[${PYTHON_USEDEP}]

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

2021-09-02 Thread Andrew Ammerlaan
commit: 43d6f9abfaf671ec14cdee6c8c6a13c77785aacf
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:28:10 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d6f9ab

dev-python/spyder: drop version 5.1.1

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

 dev-python/spyder/Manifest|   2 -
 dev-python/spyder/spyder-5.1.1.ebuild | 188 --
 2 files changed, 190 deletions(-)

diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest
index 10040d2a815..8500136d195 100644
--- a/dev-python/spyder/Manifest
+++ b/dev-python/spyder/Manifest
@@ -1,8 +1,6 @@
 DIST spyder-4.2.5.tar.gz 11539071 BLAKE2B 
9d7a98da018aae934803d640995fe2dfa6bbb20bfc7140bd00f5e7a00a09c47922fefd8df84f4b217a50176ee190515da6f4cbf498a03cae68e2ac4f5ec70664
 SHA512 
081b047a45b7522a69b1b21a221ab5cdef47f87f36ed4423ff63297d205f924c1627517c50622acb2d10efa094bc506fed4ec88f861775d3f58e81ac6ef017ac
 DIST spyder-5.0.5.tar.gz 20606379 BLAKE2B 
52f05ffcf0b6aabdac23a055af1c674c6aa80a7d4f3608779df1d46e0e51de63a71b4e97db286dc92e071cbb44a0dc827aa750d8ca538e6764b5e780f493d615
 SHA512 
17654ee76eb51c5f5b9f494d009af3d7813f869f27f22ceb8ad8ca96dcedcbcd6b86c7a3895bb63eba3cc60e4a57ab94128abb8d21f05c4672b8bb8d545fe1ff
-DIST spyder-5.1.1.tar.gz 19782262 BLAKE2B 
64dcd45b91eba57cb5e435fe4b9d9c2f0884165e68099fa0a354ddfba13fc41022564218ad9661126c18f638dc5d26083494d0a97454e5a1055d01848df896fe
 SHA512 
ba6ee6681ca2c3ae0b41aab57b28747d27141f274bb28331926ad75d9c5011cee604895f7b187853f5d7dc4777d4ca21a954911adb1b063dc1da26ff88cbfa2c
 DIST spyder-5.1.2.tar.gz 23847766 BLAKE2B 
e8fd06cc4207bdc32a38e96694cdb42746a0bef92186874a6c07f536c9d60ee9274d353512dae7aa866f6fd5cd358d6acf04b8d2b6b606908856adb709fa25b5
 SHA512 
0d22729a415d56eb132e0899e2840e30b533554e1cee26923346673b65a4978463443ef59d5f52dbd83ea47cba6efa31a74070402286a7b0fbf35e69edfc9200
 DIST spyder-docs-5eb83118155a3765de4a0f863b936bcbe73bb7aa.tar.gz 85362596 
BLAKE2B 
7294dcd0f169958da132b141379b9b1cf497095981a86416fb98d98f98e30a425fe2e628a523785f932bbc06a2ba1ecddb45bae0df009887db928f879e08cdef
 SHA512 
45f45546b83afb3036348e89ee3eded4d8ecee36ce58fe697da14677fbff8fa2dfe170be7385ecf10e1989817780c07b5676d545ee34e87a8f252929ad72882e
 DIST spyder-docs-78a0ed693dc797a5e2ae79f37b0b7082b1247f16.tar.gz 88214829 
BLAKE2B 
53fbad2a7bf29ac468e541b632f4ec091a0ec2b7a8296e49788bc0112f805e5e85ae566bd13b5d091d54cb58191d28970eae3fc9259b02323b105885c80ce642
 SHA512 
670531a26c147d46ffb1f0f03a527ecc3b3f6370a3d110fb9e47d62a025171197ccedd018a7f58f7bcbd88a4ef26adffb4b99e03a5150a29328da807292f9840
 DIST spyder-docs-78b25754c69a20643258821146e398ad5535c920.tar.gz 69167467 
BLAKE2B 
d2815d552002f329b5fac59329fba3b3b0cd592bcbdacc0878966919e44dbab29548533661e60a1b9b8fd763d57d1e4c2f761782ace1b0a814a5f0cec1f66af9
 SHA512 
10764367fd5f830d7a3620b9d9e7ec4ab74539c1f48326c0c40f7caff74a50401addc7609fe1558c57dac4649d0a214c0d2d77cecd100bd8574151134e49634d
-DIST spyder-docs-ebf13f362a604c5ac127efcddb74a91610d92f59.tar.gz 85347412 
BLAKE2B 
3d7ef7a491a974d3255040998716931cf14d88c74af9f44b6a46edea6d75585c4d9683e03dbc4175c237a7baafe409e4a2ba43a0db666c7d4e96b864e2ee58b8
 SHA512 
c0f50ad9cd721558484c8dce3cd59c503475e814a3d42e8786b4678a449baff46b13c8ec1227fdc8f8b733c856736ecc4652f0a43db36feab27f2fb10355debc

diff --git a/dev-python/spyder/spyder-5.1.1.ebuild 
b/dev-python/spyder/spyder-5.1.1.ebuild
deleted file mode 100644
index 404f796dec2..000
--- a/dev-python/spyder/spyder-5.1.1.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit optfeature xdg distutils-r1
-
-# Commit of documentation to fetch
-DOCS_PV="ebf13f362a604c5ac127efcddb74a91610d92f59"
-
-DESCRIPTION="The Scientific Python Development Environment"
-HOMEPAGE="
-   https://www.spyder-ide.org/
-   https://github.com/spyder-ide/spyder/
-   https://pypi.org/project/spyder/
-"
-SRC_URI="
-   https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://github.com/spyder-ide/${PN}-docs/archive/${DOCS_PV}.tar.gz -> 
${PN}-docs-${DOCS_PV}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# The test suite often hangs or does not work. Technically spyder requires
-# pyqt5<13, which we do not have in ::gentoo any more. Likely this is the 
reason
-# many of the tests fail or hang. RESTRICTing because IMO it is not worth the
-# several hours I spend every single version bump checking which tests do and
-# do not work. Spyder itself works fine with pyqt5>13.
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/atomicwrites-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.0.0[${PYTHON_USEDEP}]
-   

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

2021-09-02 Thread Andrew Ammerlaan
commit: 09274d099084cadd32c1a33ec8dce043ce1dc845
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  2 06:13:22 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  2 06:33:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09274d09

dev-python/python-lsp-server: drop version 1.0.1

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

 dev-python/python-lsp-server/Manifest  |  1 -
 .../python-lsp-server-1.0.1-r1.ebuild  | 84 --
 2 files changed, 85 deletions(-)

diff --git a/dev-python/python-lsp-server/Manifest 
b/dev-python/python-lsp-server/Manifest
index 2a80ed50fcd..f9f51a0c327 100644
--- a/dev-python/python-lsp-server/Manifest
+++ b/dev-python/python-lsp-server/Manifest
@@ -1,4 +1,3 @@
-DIST python-lsp-server-1.0.1.tar.gz 56835 BLAKE2B 
430e215b7d65bff2008136783539c262ee201d651bf83750333d41353483882fe7a603208c2725c89530a34cef22e73fe1ef26ec80fe7fb42d2df79eae511528
 SHA512 
bf116d92bdebea41e4f6647673d390887d84be70d612b92b8c3973aa55db4b151c1188b06fb8e3b6dccb814fd22f938572e998f0b1329bf0b69d0e4750b8f5f6
 DIST python-lsp-server-1.1.0.tar.gz 58194 BLAKE2B 
bc1d542e90a1295e7bddf68d366a738b371895a453e8fb7de5b0d688c49b45b9c3441d479c1f760291e32eedc6fd42cb5ee0966ed32a10ee7f883dee3559932f
 SHA512 
fd9f1985bd55f93740671e83696b02567b12b9b77db14c495482494d23f0a73b2048d99fce9c1be0b7d7c847f213a681d379c342d128a95cf40bd3ffeca9766f
 DIST python-lsp-server-1.2.1.tar.gz 61448 BLAKE2B 
28294bf1f62a4fd0bf7b32b51a34b6206551614523130d7bb11f7f2e0175d4c061decada8c4f7713dc6c775f09f423d2c622d17354307faa557a48f5db2cdad3
 SHA512 
7a82af96508db943699ae63c90576205fca78e2ff47093934f26d9c5547199753acbc83ac0bdddb00d373761bebb31b5b869a9a02f734a5a4e033e7f024bf2d1
 DIST python-lsp-server-1.2.2.tar.gz 61742 BLAKE2B 
d0886549d9ebf79bf97be30abb361be1fdee243abf9ed4707e27857122e9721dcc59f968c4ad7d2904ba11f06e6e6dc34593e5255ce0c9c528defdab7b6e3b7e
 SHA512 
afeb0798fef151ab7cb79b3a0b294a30111d4bb409a4a8ad5148f9cb3dfb9a56e0033541b44a2b683bf043fcb31a8d83a788b0c9c22587b6ae532abb288542a6

diff --git a/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild 
b/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild
deleted file mode 100644
index 664b3167fc9..000
--- a/dev-python/python-lsp-server/python-lsp-server-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python Language Server for the Language Server Protocol"
-HOMEPAGE="https://github.com/python-lsp/python-lsp-server;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-IUSE="all-plugins"
-
-BDEPEND="
-   test? (
-   dev-python/autopep8[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-   =dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
-   dev-python/QtPy[gui,testlib,${PYTHON_USEDEP}]
-   >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
-   dev-python/yapf[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND="
-   >=dev-python/jedi-0.17.2[${PYTHON_USEDEP}]
-   =dev-python/python-lsp-jsonrpc-1.0.0[${PYTHON_USEDEP}]
-   dev-python/pluggy[${PYTHON_USEDEP}]
-   all-plugins? (
-   dev-python/autopep8[${PYTHON_USEDEP}]
-   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}]
-   =dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/pydocstyle-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pyflakes-2.3.0[${PYTHON_USEDEP}]
-   =dev-python/pylint-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/rope-0.10.5[${PYTHON_USEDEP}]
-   dev-python/yapf[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/pyls-fix-test-with-pylint28.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pytest-cov dep
-   sed -i -e '0,/addopts/I!d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
-   optfeature "Automatically formats Python code to conform to the PEP 8 
style guide" dev-python/autopep8
-   optfeature "A wrapper around PyFlakes, pep8 & mccabe" dev-python/flake8
-   optfeature "flake8 plugin: McCabe complexity checker" dev-python/mccabe
-   optfeature "Python style guide checker (fka 

[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 

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

2021-09-02 Thread Lars Wendler
commit: 7bdae378cd72c7d7e71c47a8ccd1929b60f03b73
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep  2 06:42:54 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep  2 06:43:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdae378

sys-libs/libseccomp: Bump to version 2.5.2

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

 sys-libs/libseccomp/Manifest|  1 +
 sys-libs/libseccomp/libseccomp-2.5.2.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/sys-libs/libseccomp/Manifest b/sys-libs/libseccomp/Manifest
index ef91c9f4460..55539be93ca 100644
--- a/sys-libs/libseccomp/Manifest
+++ b/sys-libs/libseccomp/Manifest
@@ -1 +1,2 @@
 DIST libseccomp-2.5.1.tar.gz 638811 BLAKE2B 
683ae7536c0cba36f4d30640b42361171fc34b7cb04985ea56e64369df29c440361a0205385b14580cc0e481e0f9ffd0b0e8ebd4ac98817ed59298db6b274c35
 SHA512 
2be80a6323f9282dbeae8791724e5778b32e2382b2a3d1b0f77366371ec4072ea28128204f675cce101c091c0420d12c497e1a9ccbb7dc5bcbf61bfd777160af
+DIST libseccomp-2.5.2.tar.gz 640305 BLAKE2B 
b61214cb9a9a793d1f04ae1de3f62c578cfaec54fcc355947b4c71efb75072bf60497db8c8a0fd34a46764952349027df3f025ddbd276d58be93209170950e89
 SHA512 
b2a95152cb274d6b35753596fd825406dae20c4a48b2f4076f835f977ecf324de38a3fe02e789dc20b49ecf6b4eb67f03e7733e92d40f5e20f25874307f1c2ac

diff --git a/sys-libs/libseccomp/libseccomp-2.5.2.ebuild 
b/sys-libs/libseccomp/libseccomp-2.5.2.ebuild
new file mode 100644
index 000..eea16fa2bbf
--- /dev/null
+++ b/sys-libs/libseccomp/libseccomp-2.5.2.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_OPTIONAL=1
+
+inherit distutils-r1 multilib-minimal
+
+DESCRIPTION="high level interface to Linux seccomp filter"
+HOMEPAGE="https://github.com/seccomp/libseccomp;
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/seccomp/libseccomp.git;
+   PRERELEASE="2.6.0"
+   inherit autotools git-r3
+else
+   
SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 
~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="python static-libs"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}
+   dev-util/gperf
+   python? ( dev-python/cython[${PYTHON_USEDEP}] )
+"
+# We need newer kernel headers; we don't keep strict control of the exact
+# version here, just be safe and pull in the latest stable ones. #551248
+DEPEND="${DEPEND} >=sys-kernel/linux-headers-4.3"
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}/libseccomp-python-shared.patch"
+   )
+   default
+   if [[ "${PV}" == * ]] ; then
+   sed -i -e "s/0.0.0/${PRERELEASE}/" configure.ac
+   eautoreconf
+   fi
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-python
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+do_python() {
+   # setup.py reads VERSION_RELEASE from the environment
+   local -x VERSION_RELEASE=${PRERELEASE-${PV}}
+   pushd "${BUILD_DIR}/src/python" >/dev/null || die
+   "$@"
+   popd >/dev/null || die
+}
+
+multilib_src_compile() {
+   emake
+
+   if multilib_is_native_abi && use python ; then
+   # setup.py expects libseccomp.so to live in "../.libs"
+   # Copy the python files to the right place for this.
+   rm -r "${BUILD_DIR}/src/python" || die
+   cp -r "${S}/src/python" "${BUILD_DIR}/src/python" || die
+   local -x CPPFLAGS="-I\"${BUILD_DIR}/include\" 
-I\"${S}/include\" ${CPPFLAGS}"
+   do_python distutils-r1_src_compile
+   fi
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+
+   if multilib_is_native_abi && use python ; then
+   do_python distutils-r1_src_install
+   fi
+}
+
+multilib_src_install_all() {
+   find "${ED}" -type f -name "${PN}.la" -delete || die
+   einstalldocs
+}



[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: 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: 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: net-vpn/tinc/

2021-09-02 Thread Yixun Lan
commit: cf04b0281a5b95796fb24f3af41d17361705f8c5
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 06:12:49 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 06:24:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf04b028

net-vpn/tinc: keyword ~riscv

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

 net-vpn/tinc/tinc-1.0.36.ebuild| 2 +-
 net-vpn/tinc/tinc-1.1_pre18.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36.ebuild
index 5094bc4d00f..e22c1b81a52 100644
--- a/net-vpn/tinc/tinc-1.0.36.ebuild
+++ b/net-vpn/tinc/tinc-1.0.36.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="+lzo uml vde +zlib"
 
 DEPEND="

diff --git a/net-vpn/tinc/tinc-1.1_pre18.ebuild 
b/net-vpn/tinc/tinc-1.1_pre18.ebuild
index 6ffcb15a205..20539694eac 100644
--- a/net-vpn/tinc/tinc-1.1_pre18.ebuild
+++ b/net-vpn/tinc/tinc-1.1_pre18.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.tinc-vpn.org/packages/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="+lzo +ncurses +readline +ssl uml vde upnp +zlib"
 
 DEPEND="



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

2021-09-02 Thread Yixun Lan
commit: c70fc2cc044e3e4d3cd2bf676121810a05d2d574
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  2 05:52:01 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  2 06:24:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70fc2cc

net-misc/vde: keyword ~riscv

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

 net-misc/vde/vde-2.3.2_p20191011-r1.ebuild | 4 ++--
 net-misc/vde/vde-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild 
b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild
index 3cdfaa0d67a..48c1a5d22c1 100644
--- a/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild
+++ b/net-misc/vde/vde-2.3.2_p20191011-r1.ebuild
@@ -14,13 +14,13 @@ elif [[ ${PV} = *_p* ]]; then
MY_PN="vde-2"
COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb"

SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
S="${WORKDIR}/${MY_PN}-${COMMIT}"
 else
MY_P="${PN}2-${PV}"
SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 

diff --git a/net-misc/vde/vde-.ebuild b/net-misc/vde/vde-.ebuild
index 0d3dd7100e2..97b492902bf 100644
--- a/net-misc/vde/vde-.ebuild
+++ b/net-misc/vde/vde-.ebuild
@@ -13,13 +13,13 @@ elif [[ ${PV} = *_p* ]]; then
MY_PN="vde-2"
COMMIT="c7b36a57831a9067c8619c3e17a03e595623b3eb"

SRC_URI="https://github.com/virtualsquare/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
S="${WORKDIR}/${MY_PN}-${COMMIT}"
 else
MY_P="${PN}2-${PV}"
SRC_URI="mirror://sourceforge/vde/${MY_P}.tar.bz2"
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[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: app-admin/awscli/

2021-09-02 Thread Michał Górny
commit: 41cd0c5ebe80de2bfc6f38d24d2bc8999749d73f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:45:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cd0c5e

app-admin/awscli: Bump to 1.20.34

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.20.34.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 11f34af475a..a6191eae902 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -10,4 +10,5 @@ DIST awscli-1.20.30.tar.gz 2066899 BLAKE2B 
47a111849b14e9cdc24a8fb117711195bee5a
 DIST awscli-1.20.31.tar.gz 2067614 BLAKE2B 
28c268f89f733dcf3db18f83abaa312ab25b082f8a2a628889c113d60b54c054d500a5e202724af58801e02cbff74041b0409c3f9d86dda7eea446ec763a69d9
 SHA512 
5530250de3c0b744bd0df1d2cabc7affa75bc8504dd0b92c0854bc02a96cc8222ef710f3fa2b5ee586da04f4cd4abffd58e5e663a002acc31d106ae479fb0c38
 DIST awscli-1.20.32.tar.gz 2068048 BLAKE2B 
396aee12287bad95e825159a4352e3ac259a9e572b593384244fdaa7a9e632cac9fe2115584dcc23cd6feefc6c4f7e6ae5eb1a2a9e7c18c7ac0c750f725204ac
 SHA512 
e46c3e5fc9572ee9d3b4dc186f98801a207b2d9d8d8edfa44676710bf8b175044a7900ef95779cdaf439fc0b492ac933948dd0cc9b0def316468412b50996bc3
 DIST awscli-1.20.33.tar.gz 2067909 BLAKE2B 
cabdca002d42220286cd3352e8c1b4f21aa28a7898676f7e9403da894c7e2756865d47f4b541ba44acbfc926823671748dbabc0c776ae4767b4ff8d73918ff82
 SHA512 
3a8b3474eb2056be33aff65bfa3f421f4ff3fbc0ea74f6dec53d7eb961d5f1938b92f7a403b3fe6afa52e403a174bab44b8f5ba71632fd7609f9ba2e1084b4fd
+DIST awscli-1.20.34.tar.gz 2068450 BLAKE2B 
93cf9aa129b5d9b30b0fb82aa8508f997ef2d9477498626c98e4a3b2718b0a0f96ca3b5d666cdcfdadbc4bfee28b508cca78e3909da9ad9fd2cb6c2e36844989
 SHA512 
f7754021133aca4cdefac3a6eba2e2441942530fc9440115a97fab6bde62cdcac0e4529599630cae020764a086c4ea951d4ec8045547084fa4cc8ea3e3b9afc8
 DIST awscli-1.20.7.tar.gz 2045304 BLAKE2B 
d8f086d8d2eb36645e77fa3d9ae7c196ed3a3fddcc2a0218696f92bd69e10b453be1340b965a8d8e6697bbd3c45013d72de3ed0d31b5823515a5a0092a812858
 SHA512 
a41bd3ebc34a65add66ef95d5194ba07907a08f7368b0fcd6551af2070c46c4a509af47d30aeadabddce19d1a61200a58faf40a7e2f759e64915cfb282ab

diff --git a/app-admin/awscli/awscli-1.20.34.ebuild 
b/app-admin/awscli/awscli-1.20.34.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.34.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-09-02 Thread Michał Górny
commit: 4e1d07744580a613769c6dd11e2198358a0a7134
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:43:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1d0774

dev-python/mediafile: Bump to 0.8.0

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

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

diff --git a/dev-python/mediafile/Manifest b/dev-python/mediafile/Manifest
index 5754dfa254f..ddf0e95783c 100644
--- a/dev-python/mediafile/Manifest
+++ b/dev-python/mediafile/Manifest
@@ -1,2 +1,3 @@
 DIST mediafile-0.6.0.tar.gz 509351 BLAKE2B 
5b8d97be6bd7becd44053d2d1b855252161779d5a01e8fea29443db0b3f524ba3b58dfa372b48451da76672ea5fdb521cd8a2a5c6c110d37e637dcfefbc0842b
 SHA512 
7fd7d8a1d53311c22835041c39413d9dc7e1b4d8afc94a8c578aa4de7f65361f6c998062bb1b2804cae1f672c6b8e7c109fcc3e459e2266b8f19a0bde8673945
 DIST mediafile-0.7.0.tar.gz 511379 BLAKE2B 
7248d72a45bcea59937d0098fa3ee7458852ab9e4663ed3ba6582b5671531154dc7d3f820a20cf10d1bfe2e594ea202fc2825ac8aba683df08707d2cdb52d9c2
 SHA512 
5b43aae6066e2122bc37cbdbfda04406d3f4da074df5512a5def9c1ca96ce96163b73d7c7d335518a4a7a41a9d5f195a0e371e908264b6040d3494e9827ccd81
+DIST mediafile-0.8.0.tar.gz 559590 BLAKE2B 
21aa22b2369d86fb0b5ec4c7b92c1de65e6d266572d938b92330f391242a87cbadda84157409bca22e8568298f1f15928819f9c929c343de03b4f9ddb0be486a
 SHA512 
772190c719c741a7a0a83c6e04803efaf008624769764b72a92febc13d89da4ad615b344424d2a55a60715e67802935a49aa57d6ee4cfa1d5ea9581851c5ca1b

diff --git a/dev-python/mediafile/mediafile-0.8.0.ebuild 
b/dev-python/mediafile/mediafile-0.8.0.ebuild
new file mode 100644
index 000..2f819917342
--- /dev/null
+++ b/dev-python/mediafile/mediafile-0.8.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="Read and write audio files' tags in Python"
+HOMEPAGE="https://github.com/beetbox/mediafile;
+SRC_URI="https://github.com/beetbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=media-libs/mutagen-1.45.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest



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

2021-09-02 Thread Michał Górny
commit: b1e6c83f92cb4164d4a2f7306a6d9ea6c440a45c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:45:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e6c83f

dev-python/boto3: Bump to 1.18.34

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.18.34.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index d40428e0374..d62e2ed534b 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -10,4 +10,5 @@ DIST boto3-1.18.30.tar.gz 407362 BLAKE2B 
14cbd75f3a4441d0b0aa3cb9cd1001053be5908
 DIST boto3-1.18.31.tar.gz 407465 BLAKE2B 
816833b83f8a9da0ce97ebd5a2636f8d7a9f9170c690c2be57be53f959f191976d2e661057a64b233705dfeb740c599520bf99cc74d385c867192e442cbb1076
 SHA512 
4dbe54b0beda32f3decbfe378cffc6c20899d4800196c4bf1390365ea0c84836b526f4a23cd2779a3cc365cc863612ade972c96284be7bbfbe8f652b1312c9c4
 DIST boto3-1.18.32.tar.gz 407959 BLAKE2B 
6e186599707ab606ab45b05347bfcc512e16c6c4d9793d002aa239eb0d1a0c0ee9e50a05013c7bd0e5b30c05e791646f692faf997e3ee6b35f278bfe888f16f1
 SHA512 
7b9862a9ca0d9e13e14d45d1cd989abc5e12e45e9f5cff1e52805c0bd39cbd8f27d5c24df5438e27c0a7e3115bb572570656ca09d5a58d93244802464864b38c
 DIST boto3-1.18.33.tar.gz 408557 BLAKE2B 
3912205ec8f8ac2687e23c5a3a973d97489baf2df18aea4b1e8dcf8a14ee4157a249583bf487416ba93bd1b52c595f6661ea00a8a6bc861103dc72edd0f1a5d4
 SHA512 
0ca253a138e6539c95bacb23f39ebd06dedaff3793a04bb92fe70b460a16e0e420cd3d9a35c7d3800af11ab1efe4bd369caecec26e81d2557bc5b0932b095d28
+DIST boto3-1.18.34.tar.gz 408795 BLAKE2B 
d3960f1479796a0b47dc4d5137efead974f1e9cd658ccc62391673b50809e45007e26a9f6fcded9e1ec79d3b26668e6aeadfbbfed38f63ecb98ec75cf2f0182d
 SHA512 
4537b404c20b76922a407513a1ddbc594f8e948635e73d74ee4e7324f6c7f8855b0931f1fd8f7d9ce68c794cd44544876d1e23bc5cac78289eac53c675c2d4c7
 DIST boto3-1.18.7.tar.gz 395640 BLAKE2B 
6a9fa1dd55644806fe93271805f35fbe0c4cb65d1de08dded2d2f57fcefa96e32c4ebe7b60743c52c0898222bc06d33dbd03d304bbef327b88022450a7943e2c
 SHA512 
20e7fedab7d061ab02f391e9baf36cb554e7f194f38d24d5a75f76715b2acf1b51b6adce5d8cf5a2a0d29df73566db00b8813a219d45a194d9a8eb93d0dab570

diff --git a/dev-python/boto3/boto3-1.18.34.ebuild 
b/dev-python/boto3/boto3-1.18.34.ebuild
new file mode 100644
index 000..819e7369111
--- /dev/null
+++ b/dev-python/boto3/boto3-1.18.34.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ ||
+   die "test failed under ${EPYTHON}"
+}



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

2021-09-02 Thread Michał Górny
commit: 2f218d4d35b0c371e14bfb9b575a68222eaa227b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:52:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f218d4d

dev-python/google-auth-oauthlib: Bump to 0.4.6

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

 dev-python/google-auth-oauthlib/Manifest   |  1 +
 .../google-auth-oauthlib-0.4.6.ebuild  | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/google-auth-oauthlib/Manifest 
b/dev-python/google-auth-oauthlib/Manifest
index 6f8459e63bc..393340f3d00 100644
--- a/dev-python/google-auth-oauthlib/Manifest
+++ b/dev-python/google-auth-oauthlib/Manifest
@@ -1,4 +1,5 @@
 DIST google-auth-library-python-oauthlib-0.4.3.gh.tar.gz 48020 BLAKE2B 
bc5e575f3eb7b8b876deb13aaff0d1b900555bcbc609259dc72c9f01f595283feffea6aaaf91acf835b313629fe4c4c76dee8ea877b6ae37c3c01633c63909e4
 SHA512 
f6fa0e525b0aef6f4359954cb2c8020ee86544862318721d439d153cae3e75527b0e0a312572dc936fab7702da8c6af42ce9242d1e73f48c0a822973e470a4a9
 DIST google-auth-library-python-oauthlib-0.4.4.gh.tar.gz 48322 BLAKE2B 
f812b43e1e867090aa3ae4fbda7523324a182f6e1eae39fd865d23279b04cde08ee2263b83d1c2eb3555a8db3a9b01869d8148c0e603ba8fe9698dc8d052fc11
 SHA512 
5b17ceccca24216a0354513ae2a1b14f2aab9760e0ff0f87840a64de85a730a4115f5e44b359093f4ab0a9ec8fea41bfffb7b5aeca833574419ea6021a382240
 DIST google-auth-library-python-oauthlib-0.4.5.gh.tar.gz 50487 BLAKE2B 
1ace58a7b3d3aa0c28606c8345ee71550ea6522a07356e6debbdf6097743425c334a1a5bfae5ff60789f8de71b46ecc9ed973737aacca2c025fb7b2d7efbc539
 SHA512 
0a4bfab32133c3a8ad79ab9b46d087614bf49d4db54a403792396bdc55c378c5df5d31166354925bca6948d409e8a17328c593f892b73430ea7be6bcd8ef1d4c
+DIST google-auth-library-python-oauthlib-0.4.6.gh.tar.gz 50982 BLAKE2B 
93980a69777089125bca9f583cae0b64f9facf699da3ac135561a9cf135122d9e22a6c0be3325d366dd77a2240fb16d5c63633a216cfee07b9fceb2239227c86
 SHA512 
a20a85c073a6208d72c8f6ceb34544241f599e716b1191bfc52bcc367797efc18d0e2b94d4e433cec692282b00428bcb4d7e73ed48a26e66d6005189d5dddb77
 DIST google-auth-oauthlib-0.4.1.tar.gz 18687 BLAKE2B 
1c9028f6b4c306bbee51fba5b55950d129d56ff5154645a166998c0c720b125202731f1cfed60837b8103d56fcdeeb818e39491b243a8d761969f73d9f88f67b
 SHA512 
123707139353db8e05c81138af834e35007d323f0e19ae79088ad5ca4be86dda6c0df91e2f7794711475227a60312fab9101c91b49817bf8b84866ea6374c943

diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.6.ebuild 
b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.6.ebuild
new file mode 100644
index 000..93b3e546254
--- /dev/null
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+MY_P=google-auth-library-python-oauthlib-${PV}
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://pypi.org/project/google-auth-oauthlib/
+   https://github.com/googleapis/google-auth-library-python-oauthlib;
+SRC_URI="
+   
https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+DOCS=( LICENSE README.rst )



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

2021-09-02 Thread Michał Górny
commit: 17f7ca120278ee0495674de30eff4149697b6d81
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:48:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f7ca12

dev-python/tldextract: Bump to 3.1.2

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

 dev-python/tldextract/Manifest|  1 +
 dev-python/tldextract/tldextract-3.1.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/tldextract/Manifest b/dev-python/tldextract/Manifest
index b0c71b93dbe..c4656219497 100644
--- a/dev-python/tldextract/Manifest
+++ b/dev-python/tldextract/Manifest
@@ -1,3 +1,4 @@
 DIST tldextract-2.2.1.tar.gz 54538 BLAKE2B 
0abfb1982d0b9e9cd767bc64db289da8bf2f58b599eaea7e703adf36934dae0d052170fa9a8205b8ac0b441d8f1ac75648ccc108515586b0bcacf2ecb43fef52
 SHA512 
db4f14e514c0e68f85f28226343d7ec91ceea2843ee01c9a2950f0972f365bf343640e07cfb118aff52bab975719be71d179fc6b3bd4da7eb62a47b62747cc0b
 DIST tldextract-3.1.0.tar.gz 101874 BLAKE2B 
105f34699de2118126dc0f9d68f25999f99211aa8529c2640dd21d303cfb18cd5388819986881e235b8111a21b74d99c6424ad469a66a0ac45c25a0e7c31a21f
 SHA512 
c6c67598b7dd2c8e85008c5061693182eb075e16390b001eb696fd12a0f5666d0a327667a0fd61e4f270003a8cfc97a8fbf7b53a246bab6f9e9ad95943dac9d8
 DIST tldextract-3.1.1.tar.gz 103195 BLAKE2B 
e0cdf85e22d58bf68705e9c37cfffaa8a9508316e734adf682b14daa50f02b408cbeda9f4554674f0f582b3246e750bbc46c70d7528c1a4af30b55f05e4bf595
 SHA512 
caec65beca0b2ba8f294043cf2f64839aef9fe472d1a76619bef1ec6b33ac99ccd08c24601c7fd97fef215621c9ec71a34911d3832febdb36d3f8ac9561b1175
+DIST tldextract-3.1.2.tar.gz 103248 BLAKE2B 
5612016be7e8cd9b75dc5225f87ebc28635d66a7cacee54af2bd8db6ed6bb26ffe6ee5b4ab9b24473f19f0ad8d9d536e24236106288cd82cf635abef81f9babd
 SHA512 
2c2340a9142d49aa7c0db71b5a7fb1a63e19354a5da8edd7de923e55c8ec03d8a8551f4710c66d6d1aece1d0d78701229ef5ed2ed49bcce44972b7b96747bd77

diff --git a/dev-python/tldextract/tldextract-3.1.2.ebuild 
b/dev-python/tldextract/tldextract-3.1.2.ebuild
new file mode 100644
index 000..4c780be125f
--- /dev/null
+++ b/dev-python/tldextract/tldextract-3.1.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Accurately separate the TLD from the registered domain and 
subdomains of a URL."
+HOMEPAGE="https://pypi.org/project/tldextract/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/filelock[${PYTHON_USEDEP}]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-file[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-09-02 Thread Michał Górny
commit: 99379ed544a2b417ed43c7d7bbbdef047283c697
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:44:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99379ed5

dev-python/elementpath: Bump to 2.3.0

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

 dev-python/elementpath/Manifest |  1 +
 dev-python/elementpath/elementpath-2.3.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 5e9a2fc42af..d3fdef07db9 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1 +1,2 @@
 DIST elementpath-2.2.3.gh.tar.gz 234094 BLAKE2B 
e3e56469250f3fd2135d9173d68cd93af2a6e03830859d03872967d72a6b7a39f4bb9288c341cc47c406ad55d764ad65a16169eb78598eeded48c424245064e8
 SHA512 
75178c12f42582a391aeb8198a45c732601251655e381cf8961dac2f6467217e5a18effcadcaa7e7206b18f358a70e1e4b170b9e02ba9b25108b1721da50ee4e
+DIST elementpath-2.3.0.gh.tar.gz 237865 BLAKE2B 
969a98403ff87bc205cd73372414f81efa0612a3647625c32a2823ffd721c31c59cd6f931d547c18f4b3001417216c26f03ee769792543af9d4e15ae49538594
 SHA512 
636337f96bb5acbcae06fcde922cf2ca4cd788d5302c8bdf5fd403f7de9ae5569f78b57bcf57c60e941ce876f69894b4c2c9d1d11555825bf574230b086b3aa0

diff --git a/dev-python/elementpath/elementpath-2.3.0.ebuild 
b/dev-python/elementpath/elementpath-2.3.0.ebuild
new file mode 100644
index 000..a236efdff83
--- /dev/null
+++ b/dev-python/elementpath/elementpath-2.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="https://github.com/sissaschool/elementpath/
+   https://pypi.org/project/elementpath/;
+SRC_URI="
+   https://github.com/sissaschool/elementpath/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xmlschema[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



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

2021-09-02 Thread Michał Górny
commit: 77818a7e9d6b072ed49fc8ad8b1416556fb3276a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  2 05:43:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  2 06:25:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77818a7e

dev-python/botocore: Bump to 1.21.34

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.21.34.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index f3627fc5d68..723a34a1f76 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -10,4 +10,5 @@ DIST botocore-1.21.30.tar.gz 8081027 BLAKE2B 
6566d74873c08ce84f6bd0e6a802e62c6cf
 DIST botocore-1.21.31.tar.gz 8081621 BLAKE2B 
78bd0ad2d1371582e97c8b9a0b9f41fd75d701ba2ad49fab0e6f3d4602eb6a06bb51f23f674ef71d8c0bcec39ab545071ec8ef252df1c9d9133d8223a746
 SHA512 
bdaa85ad59936334e8d0e57a0e6631bb1c4408a0b9a50eb883b9b9dc5df4845da2df0fc64af755c5bb2ce5ee667c449a751263e25c9912bcb335eaa41cbba95e
 DIST botocore-1.21.32.tar.gz 8083411 BLAKE2B 
f43cffb2b8dba99e9d893dc6842593525a5545878b52680f8418f86f01f1804dfd1439087092a71d1d9933b63e09615c781e52be8eb5176fb18d1808f0125d18
 SHA512 
a6d8ca645c3b00b04579be86febd232eac8929f1b58582948208d5b1cc82686c76327302c7459123be8e7a44bece1249ece58fe47619082916e383c0ee6c11a9
 DIST botocore-1.21.33.tar.gz 8091142 BLAKE2B 
832df8535696227ccd0cfbe16d6084048b5d409f117a1142d97296107466371782ff20d8bd3fbf3bd8a90fe5c23e3b746e55a99014c7203dd5c7c1c1b17fbbb8
 SHA512 
6618f6b53664a62d10b5edd1845880655e88ff8ef7ed2b35ac0a9b18f0135302d148c12cdc6e588f25a328ac8da5e88174873a021078e8be3dc542da7e1579a8
+DIST botocore-1.21.34.tar.gz 8092134 BLAKE2B 
ab1ee884adf9dd69883482fe774aeea9f9485cdebcb8d45539b3f1909662f1b4c2eb6041594155acc29e3a90fb4b32cf13eb2f528cb19f27ea3b970e50d2492e
 SHA512 
eece9a9aa9286bea196c576136d7191e712aa500081401d65d5dc6e293c95b8ba8ffb73d1708d62c551a936f5816e1bba0084d8bb5d99e18d4a27ee77392d5ed
 DIST botocore-1.21.7.tar.gz 7977343 BLAKE2B 
19c5bf5de40ab131585e30bb85486fcffc3428808811b312b33578174ce31a691f4f4d955462120f05d2aad2cd5e5772789704eee641760fb67099aa3cddc9b5
 SHA512 
db1bb36faa6857a1cc717e5d591954415bb948178ee2be90ab9c32c11b1fb45c5b5aff87dfacd907c2f11bc7cdd2cd4de2ee9c847fa8cda4e5f0814a828b1019

diff --git a/dev-python/botocore/botocore-1.21.34.ebuild 
b/dev-python/botocore/botocore-1.21.34.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.21.34.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



[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: 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: 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] 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: 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-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
+   

[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

[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] 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: 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"

[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] 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 

[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: 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/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 

[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: 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] 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 

[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] 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: 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



  1   2   3   >