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

2021-11-30 Thread Ionen Wolkens
commit: 103010b4d78e0465113bbc196383fb571dd9fbc7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Dec  1 07:01:18 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  1 07:02:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103010b4

profiles/arch/arm64: drop dev-util/maturin[doc] mask

app-text/mdbook is keyworded

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

 profiles/arch/arm64/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 52a3ab78bafc..58c25a4ae688 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Ionen Wolkens  (2021-12-01)
-# app-text/mdbook is not keyworded here yet
-dev-util/maturin doc
-
 # Georgy Yakovlev  (2021-11-16)
 # requires sys-apps/dbus-broker, which keyworded here.
 sys-apps/systemd -hostnamed-fallback



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

2021-11-30 Thread Lars Wendler
commit: 41cfd3098b93eb9a5c22d2fbf59a022c9556a604
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Dec  1 07:15:02 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Dec  1 07:15:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cfd309

dev-libs/libxmlb: Removed old

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

 dev-libs/libxmlb/Manifest|  1 -
 dev-libs/libxmlb/libxmlb-0.3.2-r1.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/dev-libs/libxmlb/Manifest b/dev-libs/libxmlb/Manifest
index 51db30665109..48de0da3228e 100644
--- a/dev-libs/libxmlb/Manifest
+++ b/dev-libs/libxmlb/Manifest
@@ -1,4 +1,3 @@
 DIST libxmlb-0.1.15.tar.gz 92923 BLAKE2B 
97b6af812397dd279e7e3c038627fcf8228cbfa5c3af91ceeb5361e32d37d357eda6a193f627a5f4442426fb08abca1ff11684fe199d9d3a4add72ca4f3f5d08
 SHA512 
58268b3a690af36c0923afdee3ae58e88bf778eebbc6a439be1bc85ed985efdc20cd7006c976586f7be87310dc091d67370f4bbec58379fc4e7349bfa3d8
-DIST libxmlb-0.3.2.tar.gz 113428 BLAKE2B 
30f29ebd7522ee2338b4e78e15a544bdf20514e151e63d555be29fca63a3c8251c8d340f778ba1b6b6484c084ab145f9e9d1d4acf037b3f1abad05c5b0101082
 SHA512 
d4c1cbb8dfd2da9f4b9f436fbba5102f0391df7786a1c0bb1543841eaa5928ac72e6d8125e263be51c69627574bfea70d72624385086879cdbdb44721c0daa3d
 DIST libxmlb-0.3.3.tar.gz 116107 BLAKE2B 
604228a997618b0a3fc25a652f30c1761bc95649246310354c8ca76b6b189799ba8fa38a21244e354d42d6c0f1fd1640e71ccc7ff48429d3425ae43787cf4648
 SHA512 
4d06e7a7d4bf2e7d36713134b95a6d78e79f014e4b0b511ec9b11086e7287f9f5a42496c4bce35ecae68de1333d7e14b9d041b71c9a081267452178dd2405e16
 DIST libxmlb-0.3.4.tar.gz 118304 BLAKE2B 
e66d6ca72b2e2b568a2775ee44f4eba0c620b50515bb809ab585f488811e5760a61a79a77535c4f3e5ade029687443b4c780abb5eaa29cc044610e2bfe33eb87
 SHA512 
91ea55fc35e71a6e8c4ec2a07d19d6da27d3a40ac3958285bb15ad6b05a12d944d15f1987d5e8557c8ec1c28b753c1b267670a8e73790e0003ef4d990d617e75

diff --git a/dev-libs/libxmlb/libxmlb-0.3.2-r1.ebuild 
b/dev-libs/libxmlb/libxmlb-0.3.2-r1.ebuild
deleted file mode 100644
index 3e7e8592b795..
--- a/dev-libs/libxmlb/libxmlb-0.3.2-r1.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
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit meson python-any-r1
-
-DESCRIPTION="Library to help create and query binary XML blobs"
-HOMEPAGE="https://github.com/hughsie/libxmlb;
-SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="LGPL-2.1+"
-SLOT="0/2" # libxmlb.so version
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="doc introspection stemmer test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib:2
-   sys-apps/util-linux
-   stemmer? ( dev-libs/snowball-stemmer:= )
-"
-
-DEPEND="
-   ${RDEPEND}
-   doc? ( dev-util/gtk-doc )
-   introspection? ( dev-libs/gobject-introspection )
-"
-
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-util/meson-0.47.0
-   virtual/pkgconfig
-   introspection? (
-   $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
-   )
-"
-
-python_check_deps() {
-   has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dgtkdoc="$(usex doc true false)"
-   -Dintrospection="$(usex introspection true false)"
-   -Dstemmer="$(usex stemmer true false)"
-   -Dtests="$(usex test true false)"
-   )
-   meson_src_configure
-}



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

2021-11-30 Thread Lars Wendler
commit: 4fcdd7977ac52cb2bdc9c5ebaa71ee1dd409612e
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Dec  1 07:14:37 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Dec  1 07:15:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcdd797

dev-libs/libxmlb: Bump to version 0.3.4

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

 dev-libs/libxmlb/Manifest |  1 +
 dev-libs/libxmlb/libxmlb-0.3.4.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/dev-libs/libxmlb/Manifest b/dev-libs/libxmlb/Manifest
index 708967cbffca..51db30665109 100644
--- a/dev-libs/libxmlb/Manifest
+++ b/dev-libs/libxmlb/Manifest
@@ -1,3 +1,4 @@
 DIST libxmlb-0.1.15.tar.gz 92923 BLAKE2B 
97b6af812397dd279e7e3c038627fcf8228cbfa5c3af91ceeb5361e32d37d357eda6a193f627a5f4442426fb08abca1ff11684fe199d9d3a4add72ca4f3f5d08
 SHA512 
58268b3a690af36c0923afdee3ae58e88bf778eebbc6a439be1bc85ed985efdc20cd7006c976586f7be87310dc091d67370f4bbec58379fc4e7349bfa3d8
 DIST libxmlb-0.3.2.tar.gz 113428 BLAKE2B 
30f29ebd7522ee2338b4e78e15a544bdf20514e151e63d555be29fca63a3c8251c8d340f778ba1b6b6484c084ab145f9e9d1d4acf037b3f1abad05c5b0101082
 SHA512 
d4c1cbb8dfd2da9f4b9f436fbba5102f0391df7786a1c0bb1543841eaa5928ac72e6d8125e263be51c69627574bfea70d72624385086879cdbdb44721c0daa3d
 DIST libxmlb-0.3.3.tar.gz 116107 BLAKE2B 
604228a997618b0a3fc25a652f30c1761bc95649246310354c8ca76b6b189799ba8fa38a21244e354d42d6c0f1fd1640e71ccc7ff48429d3425ae43787cf4648
 SHA512 
4d06e7a7d4bf2e7d36713134b95a6d78e79f014e4b0b511ec9b11086e7287f9f5a42496c4bce35ecae68de1333d7e14b9d041b71c9a081267452178dd2405e16
+DIST libxmlb-0.3.4.tar.gz 118304 BLAKE2B 
e66d6ca72b2e2b568a2775ee44f4eba0c620b50515bb809ab585f488811e5760a61a79a77535c4f3e5ade029687443b4c780abb5eaa29cc044610e2bfe33eb87
 SHA512 
91ea55fc35e71a6e8c4ec2a07d19d6da27d3a40ac3958285bb15ad6b05a12d944d15f1987d5e8557c8ec1c28b753c1b267670a8e73790e0003ef4d990d617e75

diff --git a/dev-libs/libxmlb/libxmlb-0.3.4.ebuild 
b/dev-libs/libxmlb/libxmlb-0.3.4.ebuild
new file mode 100644
index ..84e2880a46ac
--- /dev/null
+++ b/dev-libs/libxmlb/libxmlb-0.3.4.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 meson python-any-r1
+
+DESCRIPTION="Library to help create and query binary XML blobs"
+HOMEPAGE="https://github.com/hughsie/libxmlb;
+SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="LGPL-2.1+"
+SLOT="0/2" # libxmlb.so version
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="doc introspection stemmer test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-arch/xz-utils
+   dev-libs/glib:2
+   sys-apps/util-linux
+   stemmer? ( dev-libs/snowball-stemmer:= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-libs/gobject-introspection )
+"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-util/meson-0.47.0
+   virtual/pkgconfig
+   introspection? (
+   $(python_gen_any_dep 'dev-python/setuptools[${PYTHON_USEDEP}]')
+   )
+"
+
+python_check_deps() {
+   has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc gtkdoc)
+   $(meson_use introspection)
+   $(meson_use stemmer)
+   $(meson_use test tests)
+   )
+   meson_src_configure
+}



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

2021-11-30 Thread Lars Wendler
commit: e3007e5cde803ad08f59f27116ba8077d449fffc
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 30 20:06:07 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Dec  1 07:15:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3007e5c

net-fs/samba: Removed old

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

 net-fs/samba/Manifest   |   1 -
 net-fs/samba/samba-4.15.0-r1.ebuild | 336 
 2 files changed, 337 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 593f0e7e4825..1243c746214d 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,5 +1,4 @@
 DIST samba-4.14.10.tar.gz 19134066 BLAKE2B 
c6daebc7abbf2ed371ed694e4478d05875d55f7c5a9f83461932eebd7fe9089ff15e0530555d468e64f897d4cadab86e8c0acbfbd20938b3be842cb4324486e2
 SHA512 
0e1dd386d185cf77a2be4155646e98b3218316b5c290358684ec8eed747ffea67aa7db0937edc971fb791dc47f0f51306db33eb3b8cb65cca8787f18fd4b7f1c
 DIST samba-4.14.9.tar.gz 19063803 BLAKE2B 
157665aba6d2449781ad3781deb2cdb3ae325879a796b8ba07a9d981ed93aaccd7f098841136a3be9d4e304ecba00b7ecb0c4a84cdfc6593172d4bc66cb38c69
 SHA512 
e7eb8b55656f51d94d99358dbe39869a74e34b2c69e14ac813c2387a4b2a10d8a5c22ad9b6a3a3ed4dcec4c13df810f577e22d7f1cc903176c0962e412496deb
-DIST samba-4.15.0.tar.gz 18895040 BLAKE2B 
ac560e280d5fbea6499547de480f973bf1987558ce6b832fe0f6e5bad8cd58180731e7d1a37f85fce82c52bf735106aedec3ccfda09fa430a5c435e2437994f9
 SHA512 
5fcd8797f0ac2821f1bb213c9a39c0928847905f701003618f9f160eaa98f3fea25e3d8d4047658b0bd164f3e6a2a63fd7b0133317e536997c764acf7803950d
 DIST samba-4.15.1.tar.gz 19192249 BLAKE2B 
1348e1fd8ba69c2b4d9a70418805c4a893d2198d8571d4ee66953b8326cb18245f54053eb873accf59b82edb5ee82305f4933451ce35842e598863bc1d54040c
 SHA512 
caa6365f26b2b19c96732252b4f8446e82a1f12f08e4ad7803709d8a10b9cc4f1075723f0249419f387b2a8de9020f68cbf0ca780f0e56efbe11fb7ddb32ebf6
 DIST samba-4.15.2.tar.gz 19252338 BLAKE2B 
aded33cbefce69c9b20148de1be224514de5cc825404e8188fb0a96022d0fdc6595256f74a5e295fd2e1062e8520775b6c59c1d6a7bf80a52ed9fa9db412dcdd
 SHA512 
6fdf9db0da90332afe527703066cca4ec5b0ec6bf6a5979443953f9fbc18b870a7e2445a41c9ae3d63f7738c9c0282e7ca82f6066aa68e151eec248615ea7b21

diff --git a/net-fs/samba/samba-4.15.0-r1.ebuild 
b/net-fs/samba/samba-4.15.0-r1.ebuild
deleted file mode 100644
index 16078c109713..
--- a/net-fs/samba/samba-4.15.0-r1.ebuild
+++ /dev/null
@@ -1,336 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-PYTHON_REQ_USE="threads(+),xml(+)"
-inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam 
tmpfiles
-
-DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="https://samba.org/;
-
-MY_PV="${PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-if [[ ${PV} = *_rc* ]]; then
-   SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
-else
-   SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-fi
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="acl addc ads ceph client cluster cups debug dmapi fam glusterfs
-gpg iprint json ldap pam profiling-data python quota +regedit selinux
-snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test winbind
-zeroconf"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   addc? ( python json winbind )
-   ads? ( acl ldap python winbind )
-   cluster? ( ads )
-   gpg? ( addc )
-   spotlight? ( json )
-   test? ( python )
-   !ads? ( !addc )
-   ?? ( system-heimdal system-mitkrb5 )
-"
-
-# the test suite is messed, it uses system-installed samba
-# bits instead of what was built, tests things disabled via use
-# flags, and generally just fails to work in a way ebuilds could
-# rely on in its current state
-RESTRICT="test"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/samba-4.0/policy.h
-   /usr/include/samba-4.0/dcerpc_server.h
-   /usr/include/samba-4.0/ctdb.h
-   /usr/include/samba-4.0/ctdb_client.h
-   /usr/include/samba-4.0/ctdb_protocol.h
-   /usr/include/samba-4.0/ctdb_private.h
-   /usr/include/samba-4.0/ctdb_typesafe_cb.h
-   /usr/include/samba-4.0/ctdb_version.h
-)
-
-COMMON_DEPEND="
-   >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}]
-   dev-lang/perl:=
-   dev-libs/icu:=[${MULTILIB_USEDEP}]
-   dev-libs/libbsd[${MULTILIB_USEDEP}]
-   dev-libs/libtasn1[${MULTILIB_USEDEP}]
-   dev-libs/popt[${MULTILIB_USEDEP}]
-   dev-perl/Parse-Yapp
-   >=net-libs/gnutls-3.4.7[${MULTILIB_USEDEP}]
-   sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}]
-   >=sys-libs/ldb-2.4.0[ldap(+)?,${MULTILIB_USEDEP}]
-   =sys-libs/talloc-2.3.3[${MULTILIB_USEDEP}]
-   >=sys-libs/tdb-1.4.4[${MULTILIB_USEDEP}]
-   >=sys-libs/tevent-0.11.0[${MULTILIB_USEDEP}]
-   sys-libs/zlib[${MULTILIB_USEDEP}]
-   

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

2021-11-30 Thread Arthur Zamarin
commit: 978beb149a6ce02c40547edace0351e3491e1c0b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 07:15:15 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 07:16:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978beb14

dev-java/jline: Stabilize 2.14.6 ppc64, #827830

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

 dev-java/jline/jline-2.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jline/jline-2.14.6.ebuild 
b/dev-java/jline/jline-2.14.6.ebuild
index 7105a33024f8..26d6c114de99 100644
--- a/dev-java/jline/jline-2.14.6.ebuild
+++ b/dev-java/jline/jline-2.14.6.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}2-${P}"
 
 LICENSE="BSD"
 SLOT="2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 IUSE="test"
 # Needs yet-unpackaged powermock for tests
 RESTRICT="!test? ( test ) test"



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

2021-11-30 Thread Arthur Zamarin
commit: e34ea91a95648277bf64b8815f6b480cfbd899af
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 07:15:03 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 07:16:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34ea91a

net-fs/samba: Stabilize 4.14.10 ppc64, #827915

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

 net-fs/samba/samba-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.14.10.ebuild 
b/net-fs/samba/samba-4.14.10.ebuild
index 3ba55f2c3aff..27a0045b1db2 100644
--- a/net-fs/samba/samba-4.14.10.ebuild
+++ b/net-fs/samba/samba-4.14.10.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc 
~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2021-11-30 Thread Arthur Zamarin
commit: 1456930486c45baa58d9dbea3aea61ea4c362d3d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 07:15:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 07:16:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14569304

sys-libs/ldb: Stabilize 2.3.2 ppc64, #827915

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

 sys-libs/ldb/ldb-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.3.2.ebuild b/sys-libs/ldb/ldb-2.3.2.ebuild
index df12f1fd5743..af72d5a473fa 100644
--- a/sys-libs/ldb/ldb-2.3.2.ebuild
+++ b/sys-libs/ldb/ldb-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/script-api/

2021-11-30 Thread Arthur Zamarin
commit: 02ef9e4b9df34550e62e29dd956856fa6bdd7f0e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 07:15:17 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 07:16:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ef9e4b

java-virtuals/script-api: Stabilize 1.0-r1 ppc64, #827830

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

 java-virtuals/script-api/script-api-1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-virtuals/script-api/script-api-1.0-r1.ebuild 
b/java-virtuals/script-api/script-api-1.0-r1.ebuild
index 61089bbb19df..531e6ea6ba45 100644
--- a/java-virtuals/script-api/script-api-1.0-r1.ebuild
+++ b/java-virtuals/script-api/script-api-1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-11-30 Thread Arthur Zamarin
commit: a7659f5f3ef99a3e0a4f6ecd8490fa1f542613f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 07:15:15 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 07:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7659f5f

dev-java/javassist: Stabilize 3.18.2-r1 ppc64, #827830

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

 dev-java/javassist/javassist-3.18.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/javassist/javassist-3.18.2-r1.ebuild 
b/dev-java/javassist/javassist-3.18.2-r1.ebuild
index 7db6def075ef..239e1b7b9ccc 100644
--- a/dev-java/javassist/javassist-3.18.2-r1.ebuild
+++ b/dev-java/javassist/javassist-3.18.2-r1.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}-rel_${PV//./_}_ga_build"
 
 LICENSE="MPL-1.1"
 SLOT="3"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND=">=virtual/jre-1.8:*"
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/wqy-bitmapfont/

2021-11-30 Thread Yixun Lan
commit: f949809b92133328c43c4ed2fadf1519bb57bd7a
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Dec  1 07:45:36 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 07:51:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f949809b

media-fonts/wqy-bitmapfont: keyword ~riscv

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

 media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild 
b/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild
index 897ffd519903..3e47ce884a6d 100644
--- a/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.ebuild
+++ b/media-fonts/wqy-bitmapfont/wqy-bitmapfont-1.0.0_rc1.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
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/wqy/${MY_PN}-pcf-${PV/_rc/-RC}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~riscv ~s390 sparc x86"
 IUSE=""
 # Only installs fonts
 RESTRICT="strip binchecks"



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

2021-11-30 Thread Ionen Wolkens
commit: ba99b63aab3fee4bf6c13f2ad0a8c59185996b18
Author: Viorel Munteanu  gmail  com>
AuthorDate: Mon Nov 29 18:34:31 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  1 05:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba99b63a

media-libs/netpbm: bump to v10.86.27

Bug fixed upstream

Bug: https://bugs.gentoo.org/827338
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/netpbm/Manifest   |   1 +
 media-libs/netpbm/netpbm-10.86.27.ebuild | 219 +++
 2 files changed, 220 insertions(+)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 6ffd36b4ff2d..e59c3abb7e13 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-10.70.00.tar.xz 2621612 BLAKE2B 
2b07d130de0afeb3c1df32c6d267bc6bd13d4f556988cb7784b51941d81de1ad4f3381a0788eec6309bc6c024a21eb273a5f00726f6bb9a8ecb87f547678fc77
 SHA512 
f70d6dd79ce813f9fc4935d382b50bd3cecdf02c324b0f012056e56e33f24b621e8c1b3d054c6f470d437d0d793593de95eaa9724055d59c342228398a40f0b4
 DIST netpbm-10.86.24.tar.xz 3698448 BLAKE2B 
189fbaeb91db15e317c62758c64d1165d3cb32fa0221b2dcdefb0425577d4af9a13e66c35774149a44727c99fc18263123fd3c2b71f6409344bcf458341a4470
 SHA512 
50ad5a726c4219e1d87c7a46868b8f7bdb2d676903f049816b58e00addb416e4684a6c669188beebc5cc3c3961d2b0e35cd663215196d9925e3a23a989e14be3
 DIST netpbm-10.86.26.tar.xz 3699572 BLAKE2B 
d0b3fccfecea20a7979a6b29dac670dc33616a6cdd6f985af76cbd0d8125b887ad2dfc193e5e59f47014f685887cadeebcdce0da8db0a219457bb88caf42ba62
 SHA512 
23ca6125827c61648e0a475880efade7b83f87cfc884361c1f706f0a69ac70b5a7a2ae4699c77e21eda1c73241768b1bd7e595d5d533eeb10b7f69a79c7ae69d
+DIST netpbm-10.86.27.tar.xz 3699900 BLAKE2B 
cf1e2742b343100081d53cdccfca5d41ce46ad57adb72c10c2e8ea94547e8d097e657c50554dae79b47c5c2e8d8146d15ef372b9e031152411b3379a0998a8d8
 SHA512 
b809b05647b4f4509db04a937a5c0b03301ccf93a56d773d6ddfe11a1cdc254befeb311e20306e5329db75fce9697b823c351a32ba0a771f4545793a55cb646c

diff --git a/media-libs/netpbm/netpbm-10.86.27.ebuild 
b/media-libs/netpbm/netpbm-10.86.27.ebuild
new file mode 100644
index ..a4bc1a21670d
--- /dev/null
+++ b/media-libs/netpbm/netpbm-10.86.27.ebuild
@@ -0,0 +1,219 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib toolchain-funcs
+
+DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
+HOMEPAGE="http://netpbm.sourceforge.net/;
+SRC_URI="https://github.com/ceamac/netpbm-make-dist/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga 
tiff X xml zlib"
+# zlib USE flag is no longer used, enabled by default.
+# cannot remove it yet because of #801445
+
+BDEPEND="
+   app-arch/xz-utils
+   sys-devel/flex
+   virtual/pkgconfig
+"
+# app-text/ghostscript-gpl is really needed for postscript
+# some utilities execute /usr/bin/gs
+RDEPEND="jbig? ( media-libs/jbigkit:= )
+   jpeg? ( virtual/jpeg:0 )
+   png? (
+   >=media-libs/libpng-1.4:0=
+   sys-libs/zlib
+   )
+   postscript? (
+   app-text/ghostscript-gpl
+   sys-libs/zlib
+   )
+   rle? ( media-libs/urt:= )
+   svga? ( media-libs/svgalib )
+   tiff? ( >=media-libs/tiff-3.5.5:0 )
+   xml? ( dev-libs/libxml2 )
+   X? ( x11-libs/libX11 )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/netpbm-10.86.21-build.patch
+   "${FILESDIR}"/netpbm-10.86.21-test.patch #450530
+   "${FILESDIR}"/netpbm-10.86.21-misc-deps.patch
+   "${FILESDIR}"/netpbm-10.86.22-fix-ps-test.patch #670362
+)
+
+netpbm_libtype() {
+   case ${CHOST} in
+   *-darwin*) echo dylib;;
+   *) echo unixshared;;
+   esac
+}
+
+netpbm_libsuffix() {
+   local suffix=$(get_libname)
+   echo ${suffix//\.}
+}
+
+netpbm_ldshlib() {
+   case ${CHOST} in
+   *-darwin*) echo '$(LDFLAGS) -dynamiclib -install_name 
$(SONAME)';;
+   *) echo '$(LDFLAGS) -shared -Wl,-soname,$(SONAME)';;
+   esac
+}
+netpbm_config() {
+   if use ${1} ; then
+   [[ ${2} != "!" ]] && echo -l${2:-$1}
+   else
+   echo NONE
+   fi
+}
+
+src_prepare() {
+   default
+
+   # make sure we use system libs
+   sed -i '/SUPPORT_SUBDIRS/s:urt::' GNUmakefile || die
+   rm -r urt converter/other/jbig/libjbig 
converter/other/jpeg2000/libjasper || die
+
+   # take care of the importinc stuff ourselves by only doing it once
+   # at the top level and having all subdirs use that one set #149843
+   

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

2021-11-30 Thread Ionen Wolkens
commit: 30556ee2dba291651ffec7a55fce1a946f389918
Author: Viorel Munteanu  gmail  com>
AuthorDate: Mon Nov 29 18:35:07 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  1 05:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30556ee2

media-libs/netpbm: drop v10.86.26

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23117
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/netpbm/Manifest  |   1 -
 media-libs/netpbm/netpbm-10.86.26-r1.ebuild | 220 
 2 files changed, 221 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index e59c3abb7e13..acb659885fd9 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-10.70.00.tar.xz 2621612 BLAKE2B 
2b07d130de0afeb3c1df32c6d267bc6bd13d4f556988cb7784b51941d81de1ad4f3381a0788eec6309bc6c024a21eb273a5f00726f6bb9a8ecb87f547678fc77
 SHA512 
f70d6dd79ce813f9fc4935d382b50bd3cecdf02c324b0f012056e56e33f24b621e8c1b3d054c6f470d437d0d793593de95eaa9724055d59c342228398a40f0b4
 DIST netpbm-10.86.24.tar.xz 3698448 BLAKE2B 
189fbaeb91db15e317c62758c64d1165d3cb32fa0221b2dcdefb0425577d4af9a13e66c35774149a44727c99fc18263123fd3c2b71f6409344bcf458341a4470
 SHA512 
50ad5a726c4219e1d87c7a46868b8f7bdb2d676903f049816b58e00addb416e4684a6c669188beebc5cc3c3961d2b0e35cd663215196d9925e3a23a989e14be3
-DIST netpbm-10.86.26.tar.xz 3699572 BLAKE2B 
d0b3fccfecea20a7979a6b29dac670dc33616a6cdd6f985af76cbd0d8125b887ad2dfc193e5e59f47014f685887cadeebcdce0da8db0a219457bb88caf42ba62
 SHA512 
23ca6125827c61648e0a475880efade7b83f87cfc884361c1f706f0a69ac70b5a7a2ae4699c77e21eda1c73241768b1bd7e595d5d533eeb10b7f69a79c7ae69d
 DIST netpbm-10.86.27.tar.xz 3699900 BLAKE2B 
cf1e2742b343100081d53cdccfca5d41ce46ad57adb72c10c2e8ea94547e8d097e657c50554dae79b47c5c2e8d8146d15ef372b9e031152411b3379a0998a8d8
 SHA512 
b809b05647b4f4509db04a937a5c0b03301ccf93a56d773d6ddfe11a1cdc254befeb311e20306e5329db75fce9697b823c351a32ba0a771f4545793a55cb646c

diff --git a/media-libs/netpbm/netpbm-10.86.26-r1.ebuild 
b/media-libs/netpbm/netpbm-10.86.26-r1.ebuild
deleted file mode 100644
index 39873d62dbfd..
--- a/media-libs/netpbm/netpbm-10.86.26-r1.ebuild
+++ /dev/null
@@ -1,220 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="http://netpbm.sourceforge.net/;
-SRC_URI="https://github.com/ceamac/netpbm-make-dist/releases/download/v${PV}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga 
tiff X xml zlib"
-# zlib USE flag is no longer used, enabled by default.
-# cannot remove it yet because of #801445
-
-BDEPEND="
-   app-arch/xz-utils
-   sys-devel/flex
-   virtual/pkgconfig
-"
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-RDEPEND="jbig? ( media-libs/jbigkit:= )
-   jpeg? ( virtual/jpeg:0 )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:0 )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-10.86.21-test.patch #450530
-   "${FILESDIR}"/netpbm-10.86.21-misc-deps.patch
-   "${FILESDIR}"/netpbm-10.86.22-fix-ps-test.patch #670362
-   "${FILESDIR}"/netpbm-10.86.24-fix-test-ppc64.patch #827338
-)
-
-netpbm_libtype() {
-   case ${CHOST} in
-   *-darwin*) echo dylib;;
-   *) echo unixshared;;
-   esac
-}
-
-netpbm_libsuffix() {
-   local suffix=$(get_libname)
-   echo ${suffix//\.}
-}
-
-netpbm_ldshlib() {
-   case ${CHOST} in
-   *-darwin*) echo '$(LDFLAGS) -dynamiclib -install_name 
$(SONAME)';;
-   *) echo '$(LDFLAGS) -shared -Wl,-soname,$(SONAME)';;
-   esac
-}
-netpbm_config() {
-   if use ${1} ; then
-   [[ ${2} != "!" ]] && echo -l${2:-$1}
-   else
-   echo NONE
-   fi
-}
-
-src_prepare() {
-   default
-
-   # make sure we use system libs
-   sed -i '/SUPPORT_SUBDIRS/s:urt::' GNUmakefile || die
-   rm -r urt converter/other/jbig/libjbig 
converter/other/jpeg2000/libjasper || die
-
-   # take care of the importinc stuff ourselves by only doing it once
-   # 

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

2021-11-30 Thread Yixun Lan
commit: eee033af537d2cee720a9cbfd8f4b871c4964853
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:54:48 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee033af

sci-libs/superlu_mt: keyword 3.1-r1 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild 
b/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild
index 23f70df88150..a37f5a808568 100644
--- a/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild
+++ b/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://portal.nersc.gov/project/sparse/superlu/${PN}_${PV}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${SOVERSION}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples int64 openmp static-libs test threads"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="|| ( openmp threads )"



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

2021-11-30 Thread Yixun Lan
commit: ed65f90794b82bed6d9b9a361d9525354eae5638
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:57:49 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed65f907

sci-libs/btf: keyword 1.2.6 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/sci-libs/btf/btf-1.2.6.ebuild b/sci-libs/btf/btf-1.2.6.ebuild
index 2398cf4d63b9..33a2422291ed 100644
--- a/sci-libs/btf/btf-1.2.6.ebuild
+++ b/sci-libs/btf/btf-1.2.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="sci-libs/suitesparseconfig"
 RDEPEND="${DEPEND}"



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

2021-11-30 Thread Yixun Lan
commit: 306372d4985e7cdd52c705e38c185319252a
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:18:59 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306372d4

profiles/arch/riscv: unmask kde-apps/akonadi[mysql]

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index b4b7c7deed69..bb578bd989e1 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -13,10 +13,6 @@ dev-python/sympy opengl
 # sys-libs/libhugetlbfs is not keyworded on ~riscv right now
 sys-apps/nvme-cli hugepages
 
-# Alex Fan  (2021-09-27)
-# depends on mysql
-kde-apps/akonadi mysql
-
 # Marek Szuba  (2021-09-23)
 # mkdocs ecosystem only partly keyworded on riscv, has rather messy
 # Python-target requirements.



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

2021-11-30 Thread Yixun Lan
commit: 6b6ad1d0b0d2b74806f00f936bdd85f43228c027
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:23:06 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6ad1d0

kde-apps/libkgapi: keyword 21.08.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/libkgapi/libkgapi-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/libkgapi/libkgapi-21.08.3.ebuild 
b/kde-apps/libkgapi/libkgapi-21.08.3.ebuild
index b015c9225c74..d948e288cd46 100644
--- a/kde-apps/libkgapi/libkgapi-21.08.3.ebuild
+++ b/kde-apps/libkgapi/libkgapi-21.08.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://api.kde.org/kdepim/libkgapi/html/index.html;
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="nls"
 
 BDEPEND="



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

2021-11-30 Thread Yixun Lan
commit: 2b6b1ed0b293387b32574bff786c68accef078e8
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:22:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6b1ed0

kde-apps/akonadi-mime: keyword 21.08.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/akonadi-mime/akonadi-mime-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-21.08.3.ebuild 
b/kde-apps/akonadi-mime/akonadi-mime-21.08.3.ebuild
index 8eaf80a7adc6..ff806aec4083 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-21.08.3.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-21.08.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Library for akonadi mime types"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 # some akonadi tests time out, that probably needs more work as it's ~700 tests



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2021-11-30 Thread Yixun Lan
commit: 81b9a56b5c2c0dfbe35c5145954d043080569bad
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:53:49 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b9a56b

kde-plasma/plasma-pa: keyword 5.23.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.23.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.23.4.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.23.4.ebuild
index a3f477bf21b3..86f3ca6599b8 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.23.4.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.23.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 DEPEND="



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

2021-11-30 Thread Yixun Lan
commit: 72b3373da005d0df4cccb8c936be62d043042b33
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:23:18 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b3373d

kde-apps/akonadi-calendar: keyword 21.08.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/akonadi-calendar/akonadi-calendar-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-21.08.3.ebuild 
b/kde-apps/akonadi-calendar/akonadi-calendar-21.08.3.ebuild
index 133755afb620..799852719c16 100644
--- a/kde-apps/akonadi-calendar/akonadi-calendar-21.08.3.ebuild
+++ b/kde-apps/akonadi-calendar/akonadi-calendar-21.08.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Library for akonadi calendar integration"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test"



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

2021-11-30 Thread Yixun Lan
commit: c079725625264bdf6263d4691b49608d4255e3cd
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:24:05 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:35:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0797256

kde-apps/akonadi-search: keyword 21.08.3 for ~riscv

Closes: https://github.com/gentoo/gentoo/pull/23129
Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/akonadi-search/akonadi-search-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi-search/akonadi-search-21.08.3.ebuild 
b/kde-apps/akonadi-search/akonadi-search-21.08.3.ebuild
index 3675aeca2863..d82d2654f252 100644
--- a/kde-apps/akonadi-search/akonadi-search-21.08.3.ebuild
+++ b/kde-apps/akonadi-search/akonadi-search-21.08.3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/pim/akonadi-search;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test" # perpetually broken, bug 662378



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

2021-11-30 Thread Yixun Lan
commit: d5302c74788172b40939a42ac218f754d3c91419
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:56:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5302c74

sci-libs/hypre: keyword 2.21.0 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/sci-libs/hypre/hypre-2.21.0.ebuild 
b/sci-libs/hypre/hypre-2.21.0.ebuild
index ba8ee592057c..dea4da0e5cd7 100644
--- a/sci-libs/hypre/hypre-2.21.0.ebuild
+++ b/sci-libs/hypre/hypre-2.21.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/hypre-space/hypre/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug examples fortran int64 openmp mpi"
 
 BDEPEND="virtual/pkgconfig"



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

2021-11-30 Thread Yixun Lan
commit: f979779db3a0e5376c493aed71cb8069bc541cef
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:21:57 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f979779d

kde-apps/akonadi-contacts: keyword 21.08.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/akonadi-contacts/akonadi-contacts-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-21.08.3.ebuild 
b/kde-apps/akonadi-contacts/akonadi-contacts-21.08.3.ebuild
index 1cfeab79b622..a4b99a4aee4c 100644
--- a/kde-apps/akonadi-contacts/akonadi-contacts-21.08.3.ebuild
+++ b/kde-apps/akonadi-contacts/akonadi-contacts-21.08.3.ebuild
@@ -12,7 +12,7 @@ inherit ecm kde.org
 DESCRIPTION="Library for akonadi contact integration"
 
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 LICENSE="GPL-2+"
 IUSE=""
 



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

2021-11-30 Thread Yixun Lan
commit: cc85d43965980082d4d224ed499a92437bd8faaf
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:23:51 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:35:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc85d439

kde-apps/akonadi-notes: keyword 21.08.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/akonadi-notes/akonadi-notes-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi-notes/akonadi-notes-21.08.3.ebuild 
b/kde-apps/akonadi-notes/akonadi-notes-21.08.3.ebuild
index 2a9845104b9a..b460b1106936 100644
--- a/kde-apps/akonadi-notes/akonadi-notes-21.08.3.ebuild
+++ b/kde-apps/akonadi-notes/akonadi-notes-21.08.3.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Library for akonadi notes integration"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



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

2021-11-30 Thread Yixun Lan
commit: 6e7468613c40e00c7a27ee0b966b982df4fc6222
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:20:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e746861

kde-apps/kmime: keyword 21.08.3 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/kmime/kmime-21.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmime/kmime-21.08.3.ebuild 
b/kde-apps/kmime/kmime-21.08.3.ebuild
index 3c31cd128330..ed3154575fb6 100644
--- a/kde-apps/kmime/kmime-21.08.3.ebuild
+++ b/kde-apps/kmime/kmime-21.08.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Libary for handling mail messages and newsgroup 
articles"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2021-11-30 Thread Yixun Lan
commit: a61b7dc8c1f80898619d8193759599d28c309443
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:53:05 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61b7dc8

app-accessibility/orca: keyword 40.0 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-accessibility/orca/orca-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/orca/orca-40.0.ebuild 
b/app-accessibility/orca/orca-40.0.ebuild
index 64f62b0d74a3..eef6921180fc 100644
--- a/app-accessibility/orca/orca-40.0.ebuild
+++ b/app-accessibility/orca/orca-40.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="+braille"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2021-11-30 Thread Yixun Lan
commit: cea9b5550472deb1e7e1dfd437d99ca215ed66bc
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:52:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:33:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9b555

dev-libs/liblouis: keyword 3.17.0 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-libs/liblouis/liblouis-3.17.0.ebuild 
b/dev-libs/liblouis/liblouis-3.17.0.ebuild
index 2db5359c0462..7eeaf31dbe47 100644
--- a/dev-libs/liblouis/liblouis-3.17.0.ebuild
+++ b/dev-libs/liblouis/liblouis-3.17.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/liblouis/liblouis/releases/download/v${PV}/${P}.tar.
 
 LICENSE="LGPL-2.1+"
 SLOT="0/20"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="python test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/

2021-11-30 Thread Yixun Lan
commit: 635861149ed4701c82bf0df1cd08ce6f8c96ba03
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:52:59 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63586114

app-accessibility/brltty: keyword 6.1-r1 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-accessibility/brltty/brltty-6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/brltty/brltty-6.1-r1.ebuild 
b/app-accessibility/brltty/brltty-6.1-r1.ebuild
index 14ae62a8ce07..5cab86b4c9c7 100644
--- a/app-accessibility/brltty/brltty-6.1-r1.ebuild
+++ b/app-accessibility/brltty/brltty-6.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://brltty.app/archive/${P}.tar.xz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java louis +midi ncurses nls ocaml +pcm policykit python
usb systemd +speech tcl xml X"



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

2021-11-30 Thread Yixun Lan
commit: e6a0f2afd7ff3d47636ec6d67a6622e29b17ff96
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:59:45 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a0f2af

profiles/arch/riscv: unmask sci-mathematics/octave[sundials]

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index ef2a045661cc..b4b7c7deed69 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -13,10 +13,6 @@ dev-python/sympy opengl
 # sys-libs/libhugetlbfs is not keyworded on ~riscv right now
 sys-apps/nvme-cli hugepages
 
-# Alex Fan  (2021-10-11)
-# sci-libs/sundials fails several tests #817680
-sci-mathematics/octave sundials
-
 # Alex Fan  (2021-09-27)
 # depends on mysql
 kde-apps/akonadi mysql



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

2021-11-30 Thread Yixun Lan
commit: a379292095d1348baa694cb73423bc47af40afc7
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:47:44 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:33:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3792920

profiles/arch/riscv: unmask kde-plasma/plasma-meta[accessibility,pulseaudio]

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index edf81aaf9bf8..2b6457c8aa51 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -93,7 +93,7 @@ gnome-base/gdm accessibility
 
 # Alex Fan  (2021-08-17)
 # dependencies not keyworded/tested
-kde-plasma/plasma-meta accessibility grub plymouth pulseaudio
+kde-plasma/plasma-meta grub plymouth
 
 # Marek Szuba  (2021-08-17)
 # sys-libs/libfaketime does not work properly on this arch



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

2021-11-30 Thread Yixun Lan
commit: 79667288e3203d4009743929ee8087967d0755a2
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:51:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:33:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79667288

profiles/arch/riscv: mask app-accessibility/brltty[ocaml]

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 2b6457c8aa51..ef2a045661cc 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Alex Fan  (2021-11-19)
+# depends on dev-lang/ocaml
+app-accessibility/brltty ocaml ocamlopt
+
 # Alex Fan  (2021-11-19)
 # opengl -> dev-python/pygame is not keyworded yet
 dev-python/sympy opengl



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

2021-11-30 Thread Yixun Lan
commit: 9c9501ed7a594ab0047ae844a1e2912a3ba515f5
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:57:54 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9501ed

sci-libs/klu: keyword 1.3.9-r2 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 sci-libs/klu/klu-1.3.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/klu/klu-1.3.9-r2.ebuild b/sci-libs/klu/klu-1.3.9-r2.ebuild
index 0ddfd86bcec6..f636da0c8519 100644
--- a/sci-libs/klu/klu-1.3.9-r2.ebuild
+++ b/sci-libs/klu/klu-1.3.9-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc"
 
 BDEPEND="



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

2021-11-30 Thread Yixun Lan
commit: 0f2d32fa0806982e7ed48e24fb6931d71409bbd1
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 10:58:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2d32fa

sci-libs/sundials: keyword 5.8.0 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/sci-libs/sundials/sundials-5.8.0.ebuild 
b/sci-libs/sundials/sundials-5.8.0.ebuild
index 9d6837a1479e..56a1a89dc03b 100644
--- a/sci-libs/sundials/sundials-5.8.0.ebuild
+++ b/sci-libs/sundials/sundials-5.8.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/LLNL/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples fortran hypre +int64 lapack mpi openmp sparse +static-libs 
superlumt threads"
 REQUIRED_USE="
fortran? ( static-libs )



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

2021-11-30 Thread Yixun Lan
commit: bb7cfdaa40bb095f671871e9debe6de5a4739ca1
Author: Alex Fan  gmail  com>
AuthorDate: Wed Dec  1 02:23:11 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7cfdaa

kde-apps/kmailtransport: keyword 21.08.3-r2 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 kde-apps/kmailtransport/kmailtransport-21.08.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmailtransport/kmailtransport-21.08.3-r2.ebuild 
b/kde-apps/kmailtransport/kmailtransport-21.08.3-r2.ebuild
index bd7f8d4f16cb..8b14d213dc76 100644
--- a/kde-apps/kmailtransport/kmailtransport-21.08.3-r2.ebuild
+++ b/kde-apps/kmailtransport/kmailtransport-21.08.3-r2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Mail transport service"
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/

2021-11-30 Thread Yixun Lan
commit: de46906355fab9d26773fd557a872a9d092614e1
Author: Alex Fan  gmail  com>
AuthorDate: Tue Nov 30 11:02:47 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec  1 06:34:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de469063

app-editors/okteta: keyword 0.26.6 for ~riscv

Signed-off-by: Alex Fan  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-editors/okteta/okteta-0.26.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/okteta/okteta-0.26.6.ebuild 
b/app-editors/okteta/okteta-0.26.6.ebuild
index 4ba138fa50d3..7bc05fb0a30d 100644
--- a/app-editors/okteta/okteta-0.26.6.ebuild
+++ b/app-editors/okteta/okteta-0.26.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/okteta/ 
https://utils.kde.org/projects/okteta/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-2 handbook? ( FDL-1.2 )"



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

2021-11-30 Thread Joonas Niilola
commit: 354f7f9964faea99c76cdaf911852d7177253c1a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  1 06:54:57 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  1 07:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354f7f99

app-emulation/lxc: stabilize 4.0.11_p1 for x86

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

 app-emulation/lxc/lxc-4.0.11_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/lxc/lxc-4.0.11_p1.ebuild 
b/app-emulation/lxc/lxc-4.0.11_p1.ebuild
index e7de06da0aee..e8c7a3f7e451 100644
--- a/app-emulation/lxc/lxc-4.0.11_p1.ebuild
+++ b/app-emulation/lxc/lxc-4.0.11_p1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://linuxcontainers.org/ 
https://github.com/lxc/lxc;
 SRC_URI="https://linuxcontainers.org/downloads/lxc/${P/_p1}.tar.gz
verify-sig? ( 
https://linuxcontainers.org/downloads/lxc/${P/_p1}.tar.gz.asc )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 LICENSE="GPL-2 LGPL-2.1 LGPL-3"
 SLOT="0"



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

2021-11-30 Thread Joonas Niilola
commit: ad6a07d69b9e5c6b5340f9b0dcfca539af5aa0c7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  1 07:03:35 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  1 07:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6a07d6

media-gfx/xpaint: stabilize 3.1.4 for x86

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

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

diff --git a/media-gfx/xpaint/xpaint-3.1.4.ebuild 
b/media-gfx/xpaint/xpaint-3.1.4.ebuild
index 486a1293aa14..adb623f11685 100644
--- a/media-gfx/xpaint/xpaint-3.1.4.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="pgf tiff"
 # jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 
735592
 



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

2021-11-30 Thread Joonas Niilola
commit: 7cc232aabb890a99a26a243a9198dd7f6ea08dfa
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  1 07:04:28 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  1 07:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc232aa

net-mail/mu: stabilize 1.6.9 for x86

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

 net-mail/mu/mu-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mu/mu-1.6.9.ebuild b/net-mail/mu/mu-1.6.9.ebuild
index e45b8dd000c7..99c3950607fc 100644
--- a/net-mail/mu/mu-1.6.9.ebuild
+++ b/net-mail/mu/mu-1.6.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/djcb/mu/releases/download/${PV}-signed/mu-${PV}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 x86 ~x64-macos"
 IUSE="emacs guile readline"
 
 DEPEND="



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

2021-11-30 Thread Joonas Niilola
commit: 533d1029bc01f9768e797d2f3b4dfe2fd12213d9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  1 06:55:23 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  1 07:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533d1029

app-emulation/lxc: stabilize 4.0.11_p1 for amd64

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

 app-emulation/lxc/lxc-4.0.11_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/lxc/lxc-4.0.11_p1.ebuild 
b/app-emulation/lxc/lxc-4.0.11_p1.ebuild
index e8c7a3f7e451..815157735941 100644
--- a/app-emulation/lxc/lxc-4.0.11_p1.ebuild
+++ b/app-emulation/lxc/lxc-4.0.11_p1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://linuxcontainers.org/ 
https://github.com/lxc/lxc;
 SRC_URI="https://linuxcontainers.org/downloads/lxc/${P/_p1}.tar.gz
verify-sig? ( 
https://linuxcontainers.org/downloads/lxc/${P/_p1}.tar.gz.asc )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 LICENSE="GPL-2 LGPL-2.1 LGPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/

2021-11-30 Thread Ionen Wolkens
commit: fecadde56702a97c4c5eab61b68191f98f4d5327
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Mon Nov 29 15:19:29 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  1 05:49:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecadde5

net-vpn/i2pd: remove old

Signed-off-by: Alexey Korepanov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/23113
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-vpn/i2pd/Manifest   |  1 -
 net-vpn/i2pd/i2pd-2.39.0.ebuild | 81 -
 2 files changed, 82 deletions(-)

diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest
index 6ad053b5a959..fad0441f8eba 100644
--- a/net-vpn/i2pd/Manifest
+++ b/net-vpn/i2pd/Manifest
@@ -1,2 +1 @@
-DIST i2pd-2.39.0.tar.gz 579825 BLAKE2B 
14f4167fd7752529f513f89cf9d08fd9dbf086f9336c5dae47ef30fa81a753c955de7e622131214f6924a7af8fb62e6a3b5b59c8ae0d407ed7305c3c6dc8a692
 SHA512 
6b38e6e2e763e94ffe9d11eb2f9a0e9554560bb4fec95891240adf5bc0a9639f879dac4ff3712a9f8e00895b7bbeabc854887e61fe9f9755c33f96899e20aa76
 DIST i2pd-2.40.0.tar.gz 587626 BLAKE2B 
80433580f3db5969f0f30bac420104a29995c0f32ed738d64d079854892a1f70876ab9180fbe8269ccb6b91474f786c834dc08e71a2cad81307a8b54fdda
 SHA512 
58d10417f3fd2c2fb427fb88b30ccd3e03053c84aa7ac6d3e346c388f2376d1768846bec5ee8d5134dd62d5712b20f890af11083634f94095b1117f6494c25fd

diff --git a/net-vpn/i2pd/i2pd-2.39.0.ebuild b/net-vpn/i2pd/i2pd-2.39.0.ebuild
deleted file mode 100644
index a97df49807db..
--- a/net-vpn/i2pd/i2pd-2.39.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake toolchain-funcs systemd
-
-DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
-HOMEPAGE="https://github.com/PurpleI2P/i2pd;
-SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cpu_flags_x86_aes cpu_flags_x86_avx i2p-hardening +upnp"
-
-RDEPEND="
-   acct-user/i2pd
-   acct-group/i2pd
-   dev-libs/boost:=[threads(+)]
-   dev-libs/openssl:0=[-bindist(-)]
-   sys-libs/zlib
-   upnp? ( net-libs/miniupnpc:= )"
-DEPEND="${RDEPEND}"
-
-CMAKE_USE_DIR="${S}/build"
-
-DOCS=( README.md contrib/i2pd.conf contrib/tunnels.conf )
-
-pkg_pretend() {
-   if use i2p-hardening && ! tc-is-gcc; then
-   die "i2p-hardening requires gcc"
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
-   -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
-   -DWITH_PCH=OFF
-   -DWITH_STATIC=OFF
-   -DWITH_UPNP=$(usex upnp ON OFF)
-   -DWITH_LIBRARY=ON
-   -DWITH_BINARY=ON
-   )
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   # config
-   insinto /etc/i2pd
-   doins contrib/i2pd.conf
-   doins contrib/tunnels.conf
-
-   # working directory
-   insinto /var/lib/i2pd
-   doins -r contrib/certificates
-
-   # add /var/lib/i2pd/certificates to CONFIG_PROTECT
-   doenvd "${FILESDIR}/99i2pd"
-
-   # openrc and systemd daemon routines
-   newconfd "${FILESDIR}/i2pd-2.6.0-r3.confd" i2pd
-   newinitd "${FILESDIR}/i2pd-2.39.0.initd" i2pd
-   systemd_newunit "${FILESDIR}/i2pd-2.38.0.service" i2pd.service
-
-   # logrotate
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/i2pd-2.38.0-r1.logrotate" i2pd
-}
-
-pkg_postinst() {
-   if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
-   ewarn
-   ewarn "Configuration of the subscriptions has been moved from"
-   ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
-   ewarn "i2pd.conf accordingly and deleting subscriptions.txt."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/

2021-11-30 Thread Ionen Wolkens
commit: 4c22daa1cab466a0d764c30ab04ae6afa1df74e4
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Mon Nov 29 15:18:47 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  1 05:49:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c22daa1

net-vpn/i2pd: version bump 2.40.0

ionen's note: tested and confirming openssl-3.0.0 works wrt #806166

Closes: https://bugs.gentoo.org/806166
Signed-off-by: Alexey Korepanov  yandex.ru>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-vpn/i2pd/Manifest   |  1 +
 net-vpn/i2pd/i2pd-2.40.0.ebuild | 81 +
 2 files changed, 82 insertions(+)

diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest
index 055ce2cb5c5c..6ad053b5a959 100644
--- a/net-vpn/i2pd/Manifest
+++ b/net-vpn/i2pd/Manifest
@@ -1 +1,2 @@
 DIST i2pd-2.39.0.tar.gz 579825 BLAKE2B 
14f4167fd7752529f513f89cf9d08fd9dbf086f9336c5dae47ef30fa81a753c955de7e622131214f6924a7af8fb62e6a3b5b59c8ae0d407ed7305c3c6dc8a692
 SHA512 
6b38e6e2e763e94ffe9d11eb2f9a0e9554560bb4fec95891240adf5bc0a9639f879dac4ff3712a9f8e00895b7bbeabc854887e61fe9f9755c33f96899e20aa76
+DIST i2pd-2.40.0.tar.gz 587626 BLAKE2B 
80433580f3db5969f0f30bac420104a29995c0f32ed738d64d079854892a1f70876ab9180fbe8269ccb6b91474f786c834dc08e71a2cad81307a8b54fdda
 SHA512 
58d10417f3fd2c2fb427fb88b30ccd3e03053c84aa7ac6d3e346c388f2376d1768846bec5ee8d5134dd62d5712b20f890af11083634f94095b1117f6494c25fd

diff --git a/net-vpn/i2pd/i2pd-2.40.0.ebuild b/net-vpn/i2pd/i2pd-2.40.0.ebuild
new file mode 100644
index ..508b3c4ca5e7
--- /dev/null
+++ b/net-vpn/i2pd/i2pd-2.40.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake toolchain-funcs systemd
+
+DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
+HOMEPAGE="https://github.com/PurpleI2P/i2pd;
+SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cpu_flags_x86_aes cpu_flags_x86_avx i2p-hardening +upnp"
+
+RDEPEND="
+   acct-user/i2pd
+   acct-group/i2pd
+   dev-libs/boost:=[threads(+)]
+   dev-libs/openssl:0=[-bindist(-)]
+   sys-libs/zlib
+   upnp? ( net-libs/miniupnpc:= )"
+DEPEND="${RDEPEND}"
+
+CMAKE_USE_DIR="${S}/build"
+
+DOCS=( "${S}/README.md" "${S}/contrib/i2pd.conf" "${S}/contrib/tunnels.conf" )
+
+pkg_pretend() {
+   if use i2p-hardening && ! tc-is-gcc; then
+   die "i2p-hardening requires gcc"
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
+   -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
+   -DWITH_PCH=OFF
+   -DWITH_STATIC=OFF
+   -DWITH_UPNP=$(usex upnp ON OFF)
+   -DWITH_LIBRARY=ON
+   -DWITH_BINARY=ON
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # config
+   insinto /etc/i2pd
+   doins contrib/i2pd.conf
+   doins contrib/tunnels.conf
+
+   # working directory
+   insinto /var/lib/i2pd
+   doins -r contrib/certificates
+
+   # add /var/lib/i2pd/certificates to CONFIG_PROTECT
+   doenvd "${FILESDIR}/99i2pd"
+
+   # openrc and systemd daemon routines
+   newconfd "${FILESDIR}/i2pd-2.6.0-r3.confd" i2pd
+   newinitd "${FILESDIR}/i2pd-2.39.0.initd" i2pd
+   systemd_newunit "${FILESDIR}/i2pd-2.38.0.service" i2pd.service
+
+   # logrotate
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/i2pd-2.38.0-r1.logrotate" i2pd
+}
+
+pkg_postinst() {
+   if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
+   ewarn
+   ewarn "Configuration of the subscriptions has been moved from"
+   ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
+   ewarn "i2pd.conf accordingly and deleting subscriptions.txt."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/

2021-11-30 Thread Ionen Wolkens
commit: b6e19b768f98d7ae2f05a0e32a99a69935e8310c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Dec  1 05:24:01 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Dec  1 05:49:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e19b76

net-vpn/i2pd: respect variable scope

Reading ${S} in global scope is /technically/
undefined behavior per PMS.

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

 net-vpn/i2pd/i2pd-2.40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/i2pd/i2pd-2.40.0.ebuild b/net-vpn/i2pd/i2pd-2.40.0.ebuild
index 508b3c4ca5e7..106e5d800df4 100644
--- a/net-vpn/i2pd/i2pd-2.40.0.ebuild
+++ b/net-vpn/i2pd/i2pd-2.40.0.ebuild
@@ -23,9 +23,9 @@ RDEPEND="
upnp? ( net-libs/miniupnpc:= )"
 DEPEND="${RDEPEND}"
 
-CMAKE_USE_DIR="${S}/build"
+CMAKE_USE_DIR="${WORKDIR}/${P}/build"
 
-DOCS=( "${S}/README.md" "${S}/contrib/i2pd.conf" "${S}/contrib/tunnels.conf" )
+DOCS=( ../README.md ../contrib/i2pd.conf ../contrib/tunnels.conf )
 
 pkg_pretend() {
if use i2p-hardening && ! tc-is-gcc; then



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

2021-11-30 Thread Arthur Zamarin
commit: 37a7b0d5d5aacbe356203bf33b09119513fab872
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 06:49:54 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 06:50:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a7b0d5

net-fs/samba: Stabilize 4.14.10 arm, #827915

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

 net-fs/samba/samba-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.14.10.ebuild 
b/net-fs/samba/samba-4.14.10.ebuild
index da1c5a7266ab..81bc11569635 100644
--- a/net-fs/samba/samba-4.14.10.ebuild
+++ b/net-fs/samba/samba-4.14.10.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2021-11-30 Thread Arthur Zamarin
commit: 9168403e863d8b172b6bafae45a166f62b5fe689
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 06:49:58 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 06:50:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9168403e

app-text/mdbook: Keyword 0.4.14 arm64, #827924

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

 app-text/mdbook/mdbook-0.4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/mdbook/mdbook-0.4.14.ebuild 
b/app-text/mdbook/mdbook-0.4.14.ebuild
index cf2af5830834..3141df3501ac 100644
--- a/app-text/mdbook/mdbook-0.4.14.ebuild
+++ b/app-text/mdbook/mdbook-0.4.14.ebuild
@@ -233,7 +233,7 @@ S="${WORKDIR}/${P/b/B}"
 # CC-BY-4.0/OFL-1.1: embeds fonts inside the executable
 LICENSE="Apache-2.0 BSD CC-BY-4.0 CC0-1.0 ISC MIT MPL-2.0 OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"



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

2021-11-30 Thread Arthur Zamarin
commit: b4d31f1ae470555e2e4ac7f060d4c6310893b4a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 06:49:54 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 06:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d31f1a

sys-libs/ldb: Stabilize 2.3.2 arm, #827915

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

 sys-libs/ldb/ldb-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.3.2.ebuild b/sys-libs/ldb/ldb-2.3.2.ebuild
index 5444904e23cf..93b32aab19d6 100644
--- a/sys-libs/ldb/ldb-2.3.2.ebuild
+++ b/sys-libs/ldb/ldb-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2021-11-30 Thread Arthur Zamarin
commit: 058a5177a1e62b3531e459fcaa171d4be39131e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 06:50:02 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 06:50:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058a5177

net-fs/samba: Stabilize 4.14.10 ppc, #827915

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

 net-fs/samba/samba-4.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.14.10.ebuild 
b/net-fs/samba/samba-4.14.10.ebuild
index 81bc11569635..3ba55f2c3aff 100644
--- a/net-fs/samba/samba-4.14.10.ebuild
+++ b/net-fs/samba/samba-4.14.10.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc 
~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2021-11-30 Thread Arthur Zamarin
commit: 80185ba95df1bbbe2626f076563a75b45854daf4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 06:50:01 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 06:50:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80185ba9

sys-libs/ldb: Stabilize 2.3.2 ppc, #827915

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

 sys-libs/ldb/ldb-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.3.2.ebuild b/sys-libs/ldb/ldb-2.3.2.ebuild
index 93b32aab19d6..df12f1fd5743 100644
--- a/sys-libs/ldb/ldb-2.3.2.ebuild
+++ b/sys-libs/ldb/ldb-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: virtual/mpi/

2021-11-30 Thread Arthur Zamarin
commit: 5d9bf28a7891b945eae11691054f7c58610bcb9f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 05:47:42 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 05:47:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9bf28a

virtual/mpi: Stabilize 2.0-r5 ppc, #811852

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

 virtual/mpi/mpi-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild
index 3af7bce776f2..13edaf9cfb38 100644
--- a/virtual/mpi/mpi-2.0-r5.ebuild
+++ b/virtual/mpi/mpi-2.0-r5.ebuild
@@ -8,7 +8,7 @@ inherit multilib-build
 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cxx fortran romio threads"
 
 RDEPEND="|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/mpi/

2021-11-30 Thread Arthur Zamarin
commit: 372e05bc206aba21ca0651008de335b6bdd79df1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 05:47:39 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 05:47:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372e05bc

virtual/mpi: Stabilize 2.0-r5 ppc64, #811852

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

 virtual/mpi/mpi-2.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild
index 567246231942..3af7bce776f2 100644
--- a/virtual/mpi/mpi-2.0-r5.ebuild
+++ b/virtual/mpi/mpi-2.0-r5.ebuild
@@ -8,7 +8,7 @@ inherit multilib-build
 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cxx fortran romio threads"
 
 RDEPEND="|| (



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

2021-11-30 Thread Arthur Zamarin
commit: 6eee6ae50a446cfa0c4c25e76e92fba5cce26fa8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 05:47:42 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 05:47:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eee6ae5

sys-apps/hwloc: Stabilize 2.5.0 ppc, #811852

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

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

diff --git a/sys-apps/hwloc/hwloc-2.5.0.ebuild 
b/sys-apps/hwloc/hwloc-2.5.0.ebuild
index d62c7bc73b1c..62f46fe05946 100644
--- a/sys-apps/hwloc/hwloc-2.5.0.ebuild
+++ b/sys-apps/hwloc/hwloc-2.5.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="cairo +cpuid cuda debug gl netloc nvml +pci static-libs svg udev xml X"
 
 # opencl support dropped with x11-drivers/ati-drivers being removed (#582406).



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/

2021-11-30 Thread Arthur Zamarin
commit: 5c9770611701fc4df76d172f05f7cb13ec53edfd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 05:47:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 05:47:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c977061

sys-cluster/openmpi: Stabilize 4.0.5-r3 ppc64, #811852

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

 sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild 
b/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild
index f7ced4a1d4a6..a30c615614db 100644
--- a/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild
+++ b/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild
@@ -30,7 +30,7 @@ HOMEPAGE="https://www.open-mpi.org;
 SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 
1-2)/downloads/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux"
 IUSE="cma cuda cxx fortran heterogeneous ipv6 java libompitrace peruse romio
${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/

2021-11-30 Thread Arthur Zamarin
commit: e8d8afb2826f49aabc47eec5bf42606241287494
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 05:47:42 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 05:47:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d8afb2

sys-cluster/openmpi: Stabilize 4.0.5-r3 ppc, #811852

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

 sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild 
b/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild
index a30c615614db..6609fda95cfc 100644
--- a/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild
+++ b/sys-cluster/openmpi/openmpi-4.0.5-r3.ebuild
@@ -30,7 +30,7 @@ HOMEPAGE="https://www.open-mpi.org;
 SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 
1-2)/downloads/${MY_P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux"
 IUSE="cma cuda cxx fortran heterogeneous ipv6 java libompitrace peruse romio
${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}"
 



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

2021-11-30 Thread Arthur Zamarin
commit: 057e4aa75dd7dba9049b313a3960db1bfb3b6ea2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec  1 05:47:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec  1 05:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057e4aa7

sys-apps/hwloc: Stabilize 2.5.0 ppc64, #811852

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

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

diff --git a/sys-apps/hwloc/hwloc-2.5.0.ebuild 
b/sys-apps/hwloc/hwloc-2.5.0.ebuild
index 0134baeceb16..d62c7bc73b1c 100644
--- a/sys-apps/hwloc/hwloc-2.5.0.ebuild
+++ b/sys-apps/hwloc/hwloc-2.5.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2
 
 LICENSE="BSD"
 SLOT="0/15"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="cairo +cpuid cuda debug gl netloc nvml +pci static-libs svg udev xml X"
 
 # opencl support dropped with x11-drivers/ati-drivers being removed (#582406).



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

2021-11-30 Thread Michał Górny
commit: 44717c0e839d7e65e88cd000dcb6a6e49525198a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 06:56:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 06:56:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44717c0e

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest| 10 -
 dev-python/botocore/botocore-1.21.65.ebuild | 50 --
 dev-python/botocore/botocore-1.22.5.ebuild  | 50 --
 dev-python/botocore/botocore-1.23.10.ebuild | 64 
 dev-python/botocore/botocore-1.23.11.ebuild | 64 
 dev-python/botocore/botocore-1.23.12.ebuild | 65 -
 dev-python/botocore/botocore-1.23.13.ebuild | 65 -
 dev-python/botocore/botocore-1.23.6.ebuild  | 64 
 dev-python/botocore/botocore-1.23.7.ebuild  | 64 
 dev-python/botocore/botocore-1.23.8.ebuild  | 64 
 dev-python/botocore/botocore-1.23.9.ebuild  | 64 
 11 files changed, 624 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 653856073711..f990f8e9eb49 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,14 +1,4 @@
-DIST botocore-1.21.65.tar.gz 8261668 BLAKE2B 
c955019d06aa1b2f4503673b7d9009e5d6e07ee4348e730e6b4d11285f3030f676f0efda58a72dd92cac8c6ba0cb57f8f879eb5298009ecbd227904d18a453bf
 SHA512 
955d24d2d486524af7bee57a56e2e903458030420198f3e6ab49d61be52b812a98444a9d0f86503b121270d6642345ffad6053ad143374dc56ab908b385afb0a
 DIST botocore-1.22.12.tar.gz 8343683 BLAKE2B 
df7b2c86f226df14dc8181e8506acc7dd660797311049e2342ec721e853af1158c845749a8143ec6677601420ce6140173da8df5d9e4550cdf9becfc944ebd3c
 SHA512 
0ab78902711960f8373a91af379b4981ab29646cc9f94e49836deaa432695c503879ed0bbbf54e3641e50933b5ed658e48052ca2b8b8391f705284d9abd24c1f
-DIST botocore-1.22.5.tar.gz 8301083 BLAKE2B 
91f9d38e7c5bcb0b8f58c04547ad45489f58d2240c6b7301cf632969a4a73cf4a1d51c8c68c8def27653c10041d2163ad7ca800dcf6fd07972b506bf2566cae3
 SHA512 
710a903dc79ca4ffacc4974f09ca769e1e3b8cb143f6f0349240dd8c2af8ee526a1dadb7310a26019363f683fc4149cb4c73d8b94a856a384fab7f84fb5c
-DIST botocore-1.23.10.tar.gz 8429267 BLAKE2B 
bcad034d600f17317e1036225a789c143d75ee2375965df60b3398d898fb49e5ceee7a5ac99cd7fb5f44f2bd89da7cee9406df6b493a53c93fcce5363d7735e5
 SHA512 
c2782cb8e360f1a921a0e630f2a6cc0f97f1ff0a974e89d95c0b602f201ebffe29a507759e9a83153cc3d9797f057d7bc6e4f6568f6965a7448be04b479c5b55
-DIST botocore-1.23.11.tar.gz 8445108 BLAKE2B 
16e486ff61e2b7822d6db74ed5829ce4e0cdc69b32c6d6b08b5790eca9856c409844b67a0545f9c22e8cbd90bfb5f6f0b0f8be1f1924f9814235390eca71d853
 SHA512 
625fd439da1bab2be4bf4621ace23ad5c815fe80933dc89d1489016424eb53dcaa2b8f476cf920ae0a800c05bce9dbef594e794c7131cce4e81eee81381f1f64
-DIST botocore-1.23.12.tar.gz 8456254 BLAKE2B 
64119372aca49f1a18835b518ca2474b9e1bcfc0f03e13ffa749b04c6658f229d096751d9bd87b0f5852afd62cbfbe8eacd05c1d91e1c423171374a341daca43
 SHA512 
e54fc3054093bb41d566d24e06c97ffbd68cfed68183564efe67fb5a70f90acd14d95345874a80fa82faa19cafaa3f84839c5cd8443e171a17029279d1ecf949
-DIST botocore-1.23.13.tar.gz 8480446 BLAKE2B 
08a26abd886b21efdfdc395dc7679ca268e7eb974ebc3fda91efdb06c2a8a7b242d122285c5d7833d5e8283e4fe8d463055c92a3e73077cfeea8dd9a806ebf6d
 SHA512 
bed800e75a21ee6689157eaeddccb45a9ab6630486d59ff863d9f0df1a377f3d6974698fe83a5e2d2c9be6588217ee6ec8cee48d4611a21c138171a476feff74
 DIST botocore-1.23.14.tar.gz 8486875 BLAKE2B 
93a3fd40b26d026dcee10172e560b4d59cdea803964e0f7ec85afbdd371d700ddc1594aad895730fc82d6684db4aa041b9c0e4e1b0b17ad701e5b87d082ca1ee
 SHA512 
900afcb4d7378e1bd1f7a9dee1f6809151ad161f3442a7e197b2986db41af998d550d21ea225f66d1ff6374853da7bf13166186978edda08139a2c3093ff4b6c
 DIST botocore-1.23.15.tar.gz 8499971 BLAKE2B 
d08fdcb398cd6bcb63a8922ebfb0f1c32c62190fb04e79e38db13ff51fbf45a0e1191037266ec4e96bb67d1c48e2510976a79591b06a7bb6d0cd57c89f8c81ce
 SHA512 
df57fc9698d5bd5babbd0e94b4150fa287ecb3b32453532fe7cc87bb7dab87d181a7bedb85a57ca250987539f92b832e3a368d9faa39ae5ac641688d3907f818
 DIST botocore-1.23.5.tar.gz 8374467 BLAKE2B 
467092e7d8aa5ccb756132669049865445a47205913964c1c944b20caaf100b1efdd1bf3af9c5416ff079b487e6d4d08ffe6208e2b352d09655cc5be21c88739
 SHA512 
6afca19b724f9019f21e5993ce970d605b95d31c1a4e969ec1b4080510a5a120b3fa0cfd5ade973a9203bd6b7983a3dbca2f7a03108a9167392efd60d5e2fe9b
-DIST botocore-1.23.6.tar.gz 8387968 BLAKE2B 
415a177d591a0ef369f17b8f02563be0fb53bc4e65c2767f41ca11300939585a10146874b6ac5297cdd3dcb36cf6fd2065fd09f3c612c4ba1d954b03a5b15579
 SHA512 
a46e45b7bb67d7c4bcc5508f38448b9ed3778ed6b6080239459b22b7f753adaf12e8d64496f7d7c71b33bb17ae1744000e9269ea0f545286e56fabe39e7f0340
-DIST botocore-1.23.7.tar.gz 8391467 BLAKE2B 

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

2021-11-30 Thread Michał Górny
commit: 7afd481b46cc9d13c7ebbb017a567e81a946bfc5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 06:55:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 06:55:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afd481b

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest  | 10 --
 app-admin/awscli/awscli-1.20.65.ebuild | 48 -
 app-admin/awscli/awscli-1.21.5.ebuild  | 48 -
 app-admin/awscli/awscli-1.22.10.ebuild | 56 --
 app-admin/awscli/awscli-1.22.11.ebuild | 56 --
 app-admin/awscli/awscli-1.22.12.ebuild | 56 --
 app-admin/awscli/awscli-1.22.13.ebuild | 56 --
 app-admin/awscli/awscli-1.22.6.ebuild  | 56 --
 app-admin/awscli/awscli-1.22.7.ebuild  | 56 --
 app-admin/awscli/awscli-1.22.8.ebuild  | 56 --
 app-admin/awscli/awscli-1.22.9.ebuild  | 56 --
 11 files changed, 554 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 359da8b2007b..97dffd698a62 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,14 +1,4 @@
-DIST awscli-1.20.65.tar.gz 2091702 BLAKE2B 
e8295cf4e859c1e642077f4014fdea333292e98e22bbcb58a87da174687af8ebdf693a94f04949119d544daaf6fb9bfe4388444d9ec8a24c0e8b67d202e75753
 SHA512 
dd943682d10212179ebba959b8919a07ba0b548c5f24f735c69c05f9e1c27efa3f74c45d9702b96c4e556a6b436947d34da88291fc5718386891a3425a738c84
 DIST awscli-1.21.12.tar.gz 2097963 BLAKE2B 
e752cb1369be9ee26b517ba1226d3e16fad0a075c7f82eb1fcce3a3076aa67c5dcf4bdefcc6c29166ac7a96a2aa59da24636ddf1d3eb9bd21f3f05e665581de3
 SHA512 
90f39476b86ce97c0b47910b2d5cf5c512f142c1bf1620d0fa2384bfb40e54f812269e7f1ff72951ee13f37e6c918061c2d592b4e96e46116032810e1eb6bcb1
-DIST awscli-1.21.5.tar.gz 2095418 BLAKE2B 
152d0ac70e9e0120fb9b10451904af52035bce84168c055695e7dc93e56648bd7689f20ac0ecdbdfc54ccb846d51b33027d2e9ee09c5e5d1e915c0ec05b0fbfe
 SHA512 
e3063252a50fc6033669a0ff80f82d73764a6728d623d75a27f0652e779cbeb452454d887bf5bd70199a7394df40f9758b14619778c6428a164d590e6c8aaa89
-DIST awscli-1.22.10.tar.gz 2115079 BLAKE2B 
72945d915fb932ff2d243eeca8c21976ecbf2f3e8de8e39765f0fb6885d1a715f7cdc32d695cfa89698c0850f6f32f8f28f8bab32b44ffaea13c944803a32607
 SHA512 
86af3d002802d4e6a7f4b1f046cb5d665a7715b03c0ed35277ed349a9eb80421aa77848b958f9c4fcb55af8113b1b2e1909d70746aed54e03655e136c1824e49
-DIST awscli-1.22.11.tar.gz 2116193 BLAKE2B 
c4e89882e5a8b37172f06ecf9cf911a0598b8a745390d9e73d11ec608d512bdd4831486f6a5dd03774c1df75f23eaec6bd36dd44a9efbb44f3a599c669e48363
 SHA512 
8c405704e6992996d46711e1410822a5a73f0fdcd1aaa1dddeef37b27863b1378034bd26009ebdd7f986ff120da3b98556819bebd3598279de86a5b845d8f4f3
-DIST awscli-1.22.12.tar.gz 2118104 BLAKE2B 
f5622b5b2c226e7b95a13c9c268853cdf40ed32f78db9e7ceb5a72197c4dbc60af8d4ef67289d10b9705a91802597a186c55ff0c82c8d3489c1a288fca84ea84
 SHA512 
08135ad41cbba6f8170acd051734314547bf2892835a9d1c0ee878b398e37af573b365910bde6d739aec11fd9ad8d34331248a5ee2d5811424750eaa86b121d5
-DIST awscli-1.22.13.tar.gz 2119944 BLAKE2B 
acbd93c02dfba3fa181aae01c5c57a322dddfe8e09e7ed08c2aedb7579aac3f570142981f480db14e3c049c59866bae66f5930b6808711f1f47c0d8c9643
 SHA512 
1fc04c8a303701fa2f0ab48fd6b6a436128a35f314bb2311cc8a6930bcb2b289573a00f17d2ad4ec52985378995ddf5088f6e2251ada5263997ab0259c583eb1
 DIST awscli-1.22.14.tar.gz 2120655 BLAKE2B 
ffba1bea0574830e6eb3e343b5d83a308e19b557ddde981066b93008062c0702bfba47b7ff7ddc86d4f148606cce8089e81525c54a11eef23906ef1df6303af7
 SHA512 
0585d8f4842b23065a14cd1f73a7ee810d705ab4d2480591ebf13b640d7501ec784fb2000cdc685cbc6c4e996b7d68763ed79d2122bd61e07a0f97822c925d12
 DIST awscli-1.22.15.tar.gz 2121382 BLAKE2B 
849a40f41382a8bbff235791848056791fb636bebf4e0a870804378a39d427db432dff9ede40f93cfcdb0a6d944f213040fe4ef4337e6dc778475860efb0a965
 SHA512 
380d79f5ecd6c728fc526f8b4384740f8b08ff704d71507dd536f650de103740814ed421132bdb78c86d4da1f05b0ed61b1ff661f15fa4617e9d96e217d07673
 DIST awscli-1.22.5.tar.gz 2111679 BLAKE2B 
970e472e8de43664d060023fdab9f54ce848c5655d8aa417efeae1b1efb52989fd021817521db9dc9cd64580cabbf0c30f3d0178034bdb1edf41feebbc690f46
 SHA512 
9177fe9da0fb8e9e28777bbf8f2c3fe089a08851b57a49fecefab43417fff187584638d17394289bf6df3d18d9052fd958bd3fbc8064327120af04a0cbe30494
-DIST awscli-1.22.6.tar.gz 2112080 BLAKE2B 
5fffb3d5d0cbbcea813114bbfc89df64f58e83135c88ab914ac4327185310075e7e19e34a51e6cf85f9d2e804fb75cc69e2f7967ea69c67ff1987e054b5756c1
 SHA512 
3bf7cf59f947708c0d8e6ec992498d0e58a1a2ccb6a330bced0e2eece9989ef9097e08034354a6c265da08346e37611862f3dbb96d35d9787d3013f6220b7de2
-DIST awscli-1.22.7.tar.gz 2112524 BLAKE2B 

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

2021-11-30 Thread Michał Górny
commit: 11205b06e01cc49f052e0a369893044d946076fa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 06:55:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 06:55:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11205b06

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest | 10 --
 dev-python/boto3/boto3-1.18.65.ebuild | 54 
 dev-python/boto3/boto3-1.19.5.ebuild  | 54 
 dev-python/boto3/boto3-1.20.10.ebuild | 59 ---
 dev-python/boto3/boto3-1.20.11.ebuild | 59 ---
 dev-python/boto3/boto3-1.20.12.ebuild | 59 ---
 dev-python/boto3/boto3-1.20.13.ebuild | 59 ---
 dev-python/boto3/boto3-1.20.6.ebuild  | 59 ---
 dev-python/boto3/boto3-1.20.7.ebuild  | 59 ---
 dev-python/boto3/boto3-1.20.8.ebuild  | 59 ---
 dev-python/boto3/boto3-1.20.9.ebuild  | 59 ---
 11 files changed, 590 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 533c9b788987..9e37c1d9f96d 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,14 +1,4 @@
-DIST boto3-1.18.65.tar.gz 429858 BLAKE2B 
fbc80e0d8d10f6d02fcf9b86c6b4be03a9c908318c507a7cde1eef0c36d8fe3a5d3be0f8c6178edfdd8bc82adf112f297a5f127cd2b442ce10fe4d37b3a21fa4
 SHA512 
631d8f618fb6d55b338b563e72e1ccc751b8937bb2660d033b885951ea5ec3ac6902f8c7b9918664d764be84fdef5af4e7a87d444cbc154ebf5ae06908f90714
 DIST boto3-1.19.12.tar.gz 436654 BLAKE2B 
f92e756bc9f98105e3126e41cf0d6fab948bbd79f088ee4e0f0f5f319d4a6e542c0702b487404b316f794b304c43f9c26da026257476341971a7ce241538f506
 SHA512 
e6b20730f35bb422a2f74e978adc0bac77aa18b4e80eab5175dc117cf2762a7d8e53d390c50df24dada6f1d071d78309c69598ffb3f8d93fd45a3d1f772a866f
-DIST boto3-1.19.5.tar.gz 433567 BLAKE2B 
52c12a4dd18d6f02326f8002b345cc5df224455fc862daa700326ae1df258979211d2753f01e1a106f237de393e483dc8926bb4ef0e08bafa575f20811dccd55
 SHA512 
fad05102f0c3e7e30a3342009f6b3ae28f52758f17a0c22b4da9a03dd10d7f9149ea2ec0119f55ec7280824bd8173653271821e82fcd54ef9fb9161b2d62df70
-DIST boto3-1.20.10.tar.gz 443886 BLAKE2B 
891c5d45eed9fc0afac3e6e87f5f7d2100da779b6d863146d8a0804ed8caa732024d21cbd396a681067088080fc9b4e9afc3634d0f3e2483fa8ad5203e703054
 SHA512 
36ea0170aa62dba8f01f49d975c34dc3fa180ea82d583619844755d9eb8f5e5d141bce2ac044c1fee8dba4ce71ad5dc93b527e5ed4efbf303ef8abaae90b0a47
-DIST boto3-1.20.11.tar.gz 444945 BLAKE2B 
ead4a78e67c12dfeccfe2c55e88ff9ed0ed2d024d04a89f82f31c87fe01ddbb425ddcd0ce54955c02b4fc8468b3684a5289bd3a3da5fd5e472f8b8a88e75c26f
 SHA512 
d68ee2b61f3aeb34b137a347c41e96da0d3f04fb700369886e5081290f29fb479f84992c92d5dc79cee67b8c74146590669f99ff21a6bfd2e04c8aff33b3d5d7
-DIST boto3-1.20.12.tar.gz 447029 BLAKE2B 
191a8fb12e8e61ea354acc42db3513dfbc95e60e901f696a6b92a9891deb4bd7e835daa18057d36e926ccb375856244204c5ed46238f311eb27499d50d5d7f2e
 SHA512 
19cedff433d5256b305d743dd50bd754ce6b6227c5f820a51741ae76736d70a6adf04192f60533f1cafadb670503d05912847d82e355088be9b21d1e37e4d1dc
-DIST boto3-1.20.13.tar.gz 448520 BLAKE2B 
0354d9a66fdee4a82f23c1e8bd1b7f78f53e941cf2c603f1740efa9e6a86b92f52b4eb57e6892ea1f5a3b5e05872a2a2d8f4321b29b4b11adf2885c5eb8ea731
 SHA512 
ef4857d14c40e70e656d51d1126f49da48fa6a79a58cae9bb6cdb2490d3ef3153165a23ad8c6f99cc553ea140b3030b4e8855c2a832a54086e54ca6e6acef790
 DIST boto3-1.20.14.tar.gz 449126 BLAKE2B 
b2ef8a101aaecb5d65a60fcbf7f83e89946181092bb4ad1f4a7abcf8b218c5ce797a47cd9ac3e7fdee85c6457d89b91836729f4019f5ecebf1193d015714ca8a
 SHA512 
ff4e3f2accde84fe71cdcb090775c384700d3cba0d43f46a834b653f6a9493d7cd57be1741f39378cddf315d5f5ce07f4f233c300feb1529c22e99a0817af85c
 DIST boto3-1.20.15.tar.gz 449395 BLAKE2B 
702a8e1c156b3c4d3f6d5428779bbeb2f917a9977d5b34553ebef684e14dfb680ca1fbd513e285dbf706c8de8e9469f1bbe19655992649a10290dbde4cd5f641
 SHA512 
2b2b77670df654594adc0047214a4d68f800611a2b8d6f4faeba10a66bd289508eb88f34a436c59eb4bbe65f549baae4a5676054c38b7816f16d8de46a41fe94
 DIST boto3-1.20.5.tar.gz 439166 BLAKE2B 
c140e15e497e6cdf6b4b77bb99e0a0f5ac01d5b5793f8bfb210b52bbc09e39e6fe06a957951375e0795210dc1c3b2a0afd2f498bc88e449d9e6846f2b357f016
 SHA512 
2823466e4851684253d4ce42a8c34e5cbdad6d04c823040fe2cebdf0cffb14d5d3f40e28d57ebec14533fab04ba74f27c25f078ddb8791b8f52d0424e11b39fc
-DIST boto3-1.20.6.tar.gz 440133 BLAKE2B 
b154714261372cebb8643d529b66fe3a42d30e056cf2a454092d598c51d0cdef723980834be6a36abb892d3022ae8ef67053b22bb176f540e67c3f37422155d8
 SHA512 
d8d66a761f03beeca10fea8446de1136d418a93b21065aebfefcafe2abfd9b5bbfa243594f54647ad80547e48348086e2be2de129b89f9ca71f308579f11a0b7
-DIST boto3-1.20.7.tar.gz 440428 BLAKE2B 

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

2021-11-30 Thread Joonas Niilola
commit: b936b3daae8308b82e69f7368dd8898d6f2c1a7b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Dec  1 07:18:18 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Dec  1 07:18:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b936b3da

app-admin/mkosi: sort the dep list like we do

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

 app-admin/mkosi/mkosi-12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mkosi/mkosi-12.ebuild b/app-admin/mkosi/mkosi-12.ebuild
index 2c90bec35ee1..2205c666f50c 100644
--- a/app-admin/mkosi/mkosi-12.ebuild
+++ b/app-admin/mkosi/mkosi-12.ebuild
@@ -15,9 +15,9 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
 RDEPEND="
+   dev-vcs/git
sys-apps/portage
sys-apps/systemd
-   dev-vcs/git
 "
 
 distutils_enable_tests pytest



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

2021-11-30 Thread Michał Górny
commit: 3d6e14e48beba82c161088dcb6dafc2859842c1f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 07:02:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 07:45:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6e14e4

dev-python/boto3: Bump to 1.20.17

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 9e37c1d9f96d..9213eeaa9bd8 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,5 @@
 DIST boto3-1.19.12.tar.gz 436654 BLAKE2B 
f92e756bc9f98105e3126e41cf0d6fab948bbd79f088ee4e0f0f5f319d4a6e542c0702b487404b316f794b304c43f9c26da026257476341971a7ce241538f506
 SHA512 
e6b20730f35bb422a2f74e978adc0bac77aa18b4e80eab5175dc117cf2762a7d8e53d390c50df24dada6f1d071d78309c69598ffb3f8d93fd45a3d1f772a866f
 DIST boto3-1.20.14.tar.gz 449126 BLAKE2B 
b2ef8a101aaecb5d65a60fcbf7f83e89946181092bb4ad1f4a7abcf8b218c5ce797a47cd9ac3e7fdee85c6457d89b91836729f4019f5ecebf1193d015714ca8a
 SHA512 
ff4e3f2accde84fe71cdcb090775c384700d3cba0d43f46a834b653f6a9493d7cd57be1741f39378cddf315d5f5ce07f4f233c300feb1529c22e99a0817af85c
 DIST boto3-1.20.15.tar.gz 449395 BLAKE2B 
702a8e1c156b3c4d3f6d5428779bbeb2f917a9977d5b34553ebef684e14dfb680ca1fbd513e285dbf706c8de8e9469f1bbe19655992649a10290dbde4cd5f641
 SHA512 
2b2b77670df654594adc0047214a4d68f800611a2b8d6f4faeba10a66bd289508eb88f34a436c59eb4bbe65f549baae4a5676054c38b7816f16d8de46a41fe94
+DIST boto3-1.20.17.tar.gz 452876 BLAKE2B 
ff59e490e5938bea7cdd0ae54f82c33d410b42b9417a16e9890e809cc3540d07711ae2285f354129b178e59d7400b25e2176907354acb12bcfeb5dd5d3bc0111
 SHA512 
1232f475282666fa6653407bebfd85fee5d681523a94da56adf02616117002d7123e6f55523ef042f89cd5971031192665b84ca5619d26b1795cf597e1060082
 DIST boto3-1.20.5.tar.gz 439166 BLAKE2B 
c140e15e497e6cdf6b4b77bb99e0a0f5ac01d5b5793f8bfb210b52bbc09e39e6fe06a957951375e0795210dc1c3b2a0afd2f498bc88e449d9e6846f2b357f016
 SHA512 
2823466e4851684253d4ce42a8c34e5cbdad6d04c823040fe2cebdf0cffb14d5d3f40e28d57ebec14533fab04ba74f27c25f078ddb8791b8f52d0424e11b39fc

diff --git a/dev-python/boto3/boto3-1.20.17.ebuild 
b/dev-python/boto3/boto3-1.20.17.ebuild
new file mode 100644
index ..a4f6b1d0f3c2
--- /dev/null
+++ b/dev-python/boto3/boto3-1.20.17.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="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 pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



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

2021-11-30 Thread Michał Górny
commit: fbb8a89a4ff50fcfcf30d85f41c8e647e1cd6e5a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 07:02:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 07:45:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb8a89a

dev-python/botocore: Bump to 1.23.17

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.23.17.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index f990f8e9eb49..0073983a0b13 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,5 @@
 DIST botocore-1.22.12.tar.gz 8343683 BLAKE2B 
df7b2c86f226df14dc8181e8506acc7dd660797311049e2342ec721e853af1158c845749a8143ec6677601420ce6140173da8df5d9e4550cdf9becfc944ebd3c
 SHA512 
0ab78902711960f8373a91af379b4981ab29646cc9f94e49836deaa432695c503879ed0bbbf54e3641e50933b5ed658e48052ca2b8b8391f705284d9abd24c1f
 DIST botocore-1.23.14.tar.gz 8486875 BLAKE2B 
93a3fd40b26d026dcee10172e560b4d59cdea803964e0f7ec85afbdd371d700ddc1594aad895730fc82d6684db4aa041b9c0e4e1b0b17ad701e5b87d082ca1ee
 SHA512 
900afcb4d7378e1bd1f7a9dee1f6809151ad161f3442a7e197b2986db41af998d550d21ea225f66d1ff6374853da7bf13166186978edda08139a2c3093ff4b6c
 DIST botocore-1.23.15.tar.gz 8499971 BLAKE2B 
d08fdcb398cd6bcb63a8922ebfb0f1c32c62190fb04e79e38db13ff51fbf45a0e1191037266ec4e96bb67d1c48e2510976a79591b06a7bb6d0cd57c89f8c81ce
 SHA512 
df57fc9698d5bd5babbd0e94b4150fa287ecb3b32453532fe7cc87bb7dab87d181a7bedb85a57ca250987539f92b832e3a368d9faa39ae5ac641688d3907f818
+DIST botocore-1.23.17.tar.gz 8604819 BLAKE2B 
f6be48e3d0a2397be4934d9adaddbc4f2d70b2b002585e3057aead69ba934f4e53fcbffe7ea3f5919aa85d1cefe8c1abf6d1e150af6a18bd96561901d1ba7f87
 SHA512 
fecbb2f2ac451ffc97d7d8ad8224c3d1eff81fa225839199f403be9428cea203c077beb7c05e412784d8b6bedace3c1f24ca45730cc7877961931ac14912d1e1
 DIST botocore-1.23.5.tar.gz 8374467 BLAKE2B 
467092e7d8aa5ccb756132669049865445a47205913964c1c944b20caaf100b1efdd1bf3af9c5416ff079b487e6d4d08ffe6208e2b352d09655cc5be21c88739
 SHA512 
6afca19b724f9019f21e5993ce970d605b95d31c1a4e969ec1b4080510a5a120b3fa0cfd5ade973a9203bd6b7983a3dbca2f7a03108a9167392efd60d5e2fe9b

diff --git a/dev-python/botocore/botocore-1.23.17.ebuild 
b/dev-python/botocore/botocore-1.23.17.ebuild
new file mode 100644
index ..80a198d56414
--- /dev/null
+++ b/dev-python/botocore/botocore-1.23.17.ebuild
@@ -0,0 +1,65 @@
+# 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/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 pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   distutils_install_for_testing --via-venv
+   epytest tests/{functional,unit}
+}



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

2021-11-30 Thread Michał Górny
commit: 2553be74dc36da031dc55929c83be83a4c9b7fe1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 07:00:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 07:45:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2553be74

dev-python/imageio: Bump to 2.13.1

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

 dev-python/imageio/Manifest  |  1 +
 dev-python/imageio/imageio-2.13.1.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest
index ee1399221c98..ca50ec53bf40 100644
--- a/dev-python/imageio/Manifest
+++ b/dev-python/imageio/Manifest
@@ -4,3 +4,4 @@ DIST imageio-2.11.0.gh.tar.gz 339057 BLAKE2B 
6dd5661866135b472a062b57b424e8ff044
 DIST imageio-2.11.1.gh.tar.gz 339241 BLAKE2B 
b197c946fe34e504979c9fe7e69179211bf72d986105175419c304b95628c02d3dae2e5e7b13902493cb6a7538bc3e5976590e25a35165c857623b62635b79b3
 SHA512 
cf33d0c96a08f29ed761e811922a31a97c36aef48022708132d5282bf5c87bb3ef67a80a98e01f57489fd4a261955e4ca231c67dfc69f5865c47a5b1f317d137
 DIST imageio-2.12.0.gh.tar.gz 339829 BLAKE2B 
5f6c38bd139c33e7fc00fad8f32cd2f9888fa61a4930021b58fc33530241cf8d40e13002cfedf21631d1ff18797a9d044288e3ffc8852276912ddd7485206ecd
 SHA512 
05824e8617470734ca4966fa4cb0b3da5ce22bbbf2ff6382d216d768b6dd3923d072a3f157d1ba23524c4b499c320d3a8e051852f656ad5cb0f120a298daf688
 DIST imageio-2.13.0.gh.tar.gz 339891 BLAKE2B 
a9e38a855836dac3ee228376c49e9751e651530b316932a756c86f21f7c987f1f57387db1751ff0cd6673844cbfc8dcfd0bceee520ec6107290712db03ca9d9c
 SHA512 
4f63a1183a631fa192e08438cfe97936f45b9157cad73c8a27ddc378817c21db3d92bab2e7565ef9ef539c771120e158075ae1069aec60d824c40d420dd8e117
+DIST imageio-2.13.1.gh.tar.gz 340484 BLAKE2B 
8b05feabdcf44877365d5fea7916cc36c30f2ab9f40a909e02ccace6f457d5bfedae58a1397dc8d211d5f3738f148a3de355b399f47d80b2f50cc634fcbd18ad
 SHA512 
3c5ca6b96a26fc19801d571af3e0d804b4946bf34d8d3ed52b946bdde595a90ff8c0da7fb2949f6a1d2d6ba5799c2feff6bade04de40cb9a807c7cd30e57eaac

diff --git a/dev-python/imageio/imageio-2.13.1.ebuild 
b/dev-python/imageio/imageio-2.13.1.ebuild
new file mode 100644
index ..cd5928118230
--- /dev/null
+++ b/dev-python/imageio/imageio-2.13.1.ebuild
@@ -0,0 +1,46 @@
+# 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="Python library for reading and writing image data"
+HOMEPAGE="https://imageio.github.io/;
+SRC_URI="
+   https://github.com/imageio/imageio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   media-libs/freeimage
+"
+BDEPEND="
+   test? (
+   dev-python/psutil[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Fails because of system installed freeimage
+   tests/test_core.py::test_findlib2
+)
+
+EPYTEST_IGNORE=(
+   # Needs unpackaged imageio_ffmpeg
+   tests/test_ffmpeg.py
+   tests/test_ffmpeg_info.py
+   # Needs tifffile
+   tests/test_tifffile.py
+)



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

2021-11-30 Thread Michał Górny
commit: e896f9b37e824d41cdc97a1f392b68e1e3542b13
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec  1 07:02:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec  1 07:45:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e896f9b3

app-admin/awscli: Bump to 1.22.17

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 97dffd698a62..1187f70d8c53 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,4 +1,5 @@
 DIST awscli-1.21.12.tar.gz 2097963 BLAKE2B 
e752cb1369be9ee26b517ba1226d3e16fad0a075c7f82eb1fcce3a3076aa67c5dcf4bdefcc6c29166ac7a96a2aa59da24636ddf1d3eb9bd21f3f05e665581de3
 SHA512 
90f39476b86ce97c0b47910b2d5cf5c512f142c1bf1620d0fa2384bfb40e54f812269e7f1ff72951ee13f37e6c918061c2d592b4e96e46116032810e1eb6bcb1
 DIST awscli-1.22.14.tar.gz 2120655 BLAKE2B 
ffba1bea0574830e6eb3e343b5d83a308e19b557ddde981066b93008062c0702bfba47b7ff7ddc86d4f148606cce8089e81525c54a11eef23906ef1df6303af7
 SHA512 
0585d8f4842b23065a14cd1f73a7ee810d705ab4d2480591ebf13b640d7501ec784fb2000cdc685cbc6c4e996b7d68763ed79d2122bd61e07a0f97822c925d12
 DIST awscli-1.22.15.tar.gz 2121382 BLAKE2B 
849a40f41382a8bbff235791848056791fb636bebf4e0a870804378a39d427db432dff9ede40f93cfcdb0a6d944f213040fe4ef4337e6dc778475860efb0a965
 SHA512 
380d79f5ecd6c728fc526f8b4384740f8b08ff704d71507dd536f650de103740814ed421132bdb78c86d4da1f05b0ed61b1ff661f15fa4617e9d96e217d07673
+DIST awscli-1.22.17.tar.gz 2123827 BLAKE2B 
e721c09ed07afcde2026b58623ecfeafd2433dbff7beabcad46aa87659e9817613b647210799ac2c6a070c77169d815e592bed0b94441b69318c3287412aaf02
 SHA512 
84fd1a8f7904766cbae6180591762bd4531e88b3d404bb97198d96cb99bd89923d7c1809b5d6675f2cfcad143e64bbc05359cf9cfcad9fdc245a007a7525e2cf
 DIST awscli-1.22.5.tar.gz 2111679 BLAKE2B 
970e472e8de43664d060023fdab9f54ce848c5655d8aa417efeae1b1efb52989fd021817521db9dc9cd64580cabbf0c30f3d0178034bdb1edf41feebbc690f46
 SHA512 
9177fe9da0fb8e9e28777bbf8f2c3fe089a08851b57a49fecefab43417fff187584638d17394289bf6df3d18d9052fd958bd3fbc8064327120af04a0cbe30494

diff --git a/app-admin/awscli/awscli-1.22.17.ebuild 
b/app-admin/awscli/awscli-1.22.17.ebuild
new file mode 100644
index ..85073515ab9a
--- /dev/null
+++ b/app-admin/awscli/awscli-1.22.17.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}]
+"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit}
+}
+
+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] proj/sci:master commit in: sci-biology/minimap2/

2021-11-30 Thread Martin Mokrejs
commit: 6def45a03309ee5cee96b1b4988ab8c874d4f6df
Author: Martin Mokrejs  gmail  com>
AuthorDate: Tue Nov 30 11:54:26 2021 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Nov 30 11:54:26 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6def45a0

sci-biology/minimap2: version bump

Respect CFLAGS although the Makefile compiles different routines
for SSE4.1 processors. The options appear later on the commandline
so should override eventual CFLAGS -mtune and -march values.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Martin Mokrejs  gmail.com>

 .../minimap2/{minimap2-2.17.ebuild => minimap2-2.23.ebuild}| 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sci-biology/minimap2/minimap2-2.17.ebuild 
b/sci-biology/minimap2/minimap2-2.23.ebuild
similarity index 76%
rename from sci-biology/minimap2/minimap2-2.17.ebuild
rename to sci-biology/minimap2/minimap2-2.23.ebuild
index e4f51e1d9..9f335e99c 100644
--- a/sci-biology/minimap2/minimap2-2.17.ebuild
+++ b/sci-biology/minimap2/minimap2-2.23.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="splice-aware sequence aligner"
 HOMEPAGE="https://github.com/lh3/minimap2;
 SRC_URI="https://github.com/lh3/${PN}/releases/download/v${PV}/${P}.tar.bz2;
@@ -15,6 +17,11 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
+src_prepare(){
+   sed -e 's/-O2 //' -e 's/^CFLAGS=/CFLAGS+=/' -i Makefile || die
+   eapply_user
+}
+
 src_install(){
dobin "${PN}"
 }



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

2021-11-30 Thread Andreas Sturmlechner
commit: b80df155f4cb5db9c0c2b5c670c6de61a038aad2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 12:00:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 12:00:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b80df155

kde-apps/okular: Drop obsolete patch

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

 kde-apps/okular/files/okular-20.11.90-tests.patch | 148 --
 1 file changed, 148 deletions(-)

diff --git a/kde-apps/okular/files/okular-20.11.90-tests.patch 
b/kde-apps/okular/files/okular-20.11.90-tests.patch
deleted file mode 100644
index 633513bd2a..00
--- a/kde-apps/okular/files/okular-20.11.90-tests.patch
+++ /dev/null
@@ -1,148 +0,0 @@
-From d9cdea559ffa730fd3592b78f5f8530da3d4c803 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 12 Oct 2017 14:09:09 +0200
-Subject: [PATCH] Move tests into existing (auto)tests subdirectories
-

- generators/chm/CMakeLists.txt | 12 +++-
- generators/chm/autotests/CMakeLists.txt   |  8 
- generators/chm/autotests/chmgeneratortest.cpp |  2 +-
- generators/comicbook/CMakeLists.txt   | 10 +++---
- generators/comicbook/autotests/CMakeLists.txt |  6 ++
- generators/kimgio/CMakeLists.txt  |  6 +-
- generators/kimgio/tests/CMakeLists.txt|  5 +
- generators/kimgio/tests/kimgiotest.cpp|  2 +-
- 8 files changed, 28 insertions(+), 23 deletions(-)
- create mode 100644 generators/chm/autotests/CMakeLists.txt
- create mode 100644 generators/comicbook/autotests/CMakeLists.txt
- create mode 100644 generators/kimgio/tests/CMakeLists.txt
-
-diff --git a/generators/chm/CMakeLists.txt b/generators/chm/CMakeLists.txt
-index 9d82b9394..b3a33afe4 100644
 a/generators/chm/CMakeLists.txt
-+++ b/generators/chm/CMakeLists.txt
-@@ -30,15 +30,9 @@ set(okularGenerator_chmlib_SRCS
- okular_add_generator(okularGenerator_chmlib ${okularGenerator_chmlib_SRCS})
- target_link_libraries(okularGenerator_chmlib  okularcore ${CHM_LIBRARY} 
${LIBZIP_LIBRARY} KF5::KHtml)
- 
--### autotests ###
--
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--ecm_add_test(autotests/chmgeneratortest.cpp
--TEST_NAME "chmgeneratortest"
--LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
--)
--
--target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-+if(BUILD_TESTING)
-+   add_subdirectory(autotests)
-+endif()
- 
- ### install files ###
- install( FILES okularChm.desktop  DESTINATION  ${KDE_INSTALL_KSERVICES5DIR} )
-diff --git a/generators/chm/autotests/CMakeLists.txt 
b/generators/chm/autotests/CMakeLists.txt
-new file mode 100644
-index 0..59753ca45
 /dev/null
-+++ b/generators/chm/autotests/CMakeLists.txt
-@@ -0,0 +1,8 @@
-+add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/../" )
-+
-+ecm_add_test(chmgeneratortest.cpp
-+TEST_NAME "chmgeneratortest"
-+LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore
-+)
-+
-+target_compile_definitions(chmgeneratortest PRIVATE 
-DGENERATOR_PATH="$")
-diff --git a/generators/chm/autotests/chmgeneratortest.cpp 
b/generators/chm/autotests/chmgeneratortest.cpp
-index 18305913e..b28822d68 100644
 a/generators/chm/autotests/chmgeneratortest.cpp
-+++ b/generators/chm/autotests/chmgeneratortest.cpp
-@@ -32,7 +32,7 @@ void ChmGeneratorTest::initTestCase()
- {
- Okular::SettingsCore::instance(QStringLiteral("ChmGeneratorTest"));
- m_document = new Okular::Document(nullptr);
--const QString testFile = QStringLiteral(KDESRCDIR 
"autotests/data/test.chm");
-+const QString testFile = QStringLiteral(KDESRCDIR "data/test.chm");
- QMimeDatabase db;
- const QMimeType mime = db.mimeTypeForFile(testFile);
- QCOMPARE(m_document->openDocument(testFile, QUrl(), mime), 
Okular::Document::OpenSuccess);
-diff --git a/generators/comicbook/CMakeLists.txt 
b/generators/comicbook/CMakeLists.txt
-index 9a07c7183..316c93152 100644
 a/generators/comicbook/CMakeLists.txt
-+++ b/generators/comicbook/CMakeLists.txt
-@@ -29,13 +29,9 @@ if (KArchive_HAVE_LZMA)
- target_compile_definitions(okular_comicbook PRIVATE -DWITH_K7ZIP=1)
- endif()
- 
--### autotests ###
--
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--ecm_add_test(autotests/comicbooktest.cpp
--TEST_NAME "comicbooktest"
--LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore okular_comicbook
--)
-+if(BUILD_TESTING)
-+add_subdirectory(autotests)
-+endif()
- 
- ### install files ###
- install( FILES okularComicbook.desktop  DESTINATION  
${KDE_INSTALL_KSERVICES5DIR} )
-diff --git a/generators/comicbook/autotests/CMakeLists.txt 
b/generators/comicbook/autotests/CMakeLists.txt
-new file mode 100644
-index 0..aaacb341a
 /dev/null
-+++ 

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

2021-11-30 Thread Andreas Sturmlechner
commit: 9c8d408fdba995a29d3e9dc83b748acbffce7ba2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 12:00:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 12:00:35 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9c8d408f

kde-apps/okular: Drop obsolete part from 21.11.80-tests.patch

Closes: https://bugs.gentoo.org/827875
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/okular/files/okular-21.11.80-tests.patch | 46 +--
 1 file changed, 1 insertion(+), 45 deletions(-)

diff --git a/kde-apps/okular/files/okular-21.11.80-tests.patch 
b/kde-apps/okular/files/okular-21.11.80-tests.patch
index 683a07bc1a..a0babcad1c 100644
--- a/kde-apps/okular/files/okular-21.11.80-tests.patch
+++ b/kde-apps/okular/files/okular-21.11.80-tests.patch
@@ -9,13 +9,9 @@ Subject: [PATCH] Move tests into existing (auto)tests 
subdirectories
  generators/chm/autotests/chmgeneratortest.cpp |  2 +-
  generators/comicbook/CMakeLists.txt   | 10 +++---
  generators/comicbook/autotests/CMakeLists.txt |  6 ++
- generators/kimgio/CMakeLists.txt  |  5 +
- generators/kimgio/tests/CMakeLists.txt|  5 +
- generators/kimgio/tests/kimgiotest.cpp|  2 +-
- 8 files changed, 28 insertions(+), 22 deletions(-)
+ 8 files changed, 27 insertions(+), 18 deletions(-)
  create mode 100644 generators/chm/autotests/CMakeLists.txt
  create mode 100644 generators/comicbook/autotests/CMakeLists.txt
- create mode 100644 generators/kimgio/tests/CMakeLists.txt
 
 diff --git a/generators/chm/CMakeLists.txt b/generators/chm/CMakeLists.txt
 index 0d7452cba..3adb3fd54 100644
@@ -100,46 +96,6 @@ index 0..aaacb341a
 +TEST_NAME "comicbooktest"
 +LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore okular_comicbook
 +)
-diff --git a/generators/kimgio/CMakeLists.txt 
b/generators/kimgio/CMakeLists.txt
-index 6919bad1a..765f36c0b 100644
 a/generators/kimgio/CMakeLists.txt
-+++ b/generators/kimgio/CMakeLists.txt
-@@ -7,10 +7,7 @@ okular_add_generator(okularGenerator_kimgio 
generator_kimgio.cpp)
- target_link_libraries(okularGenerator_kimgio okularcore KF5::KExiv2 KF5::I18n)
- 
- if(BUILD_TESTING AND BUILD_DESKTOP)
--add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" )
--set( kimgiotest_SRCS tests/kimgiotest.cpp 
${CMAKE_SOURCE_DIR}/part/pagepainter.cpp ${CMAKE_SOURCE_DIR}/part/guiutils.cpp 
${CMAKE_SOURCE_DIR}/part/debug_ui.cpp )
--ecm_add_test(${kimgiotest_SRCS} TEST_NAME "kimgiotest" LINK_LIBRARIES 
okularcore okularpart Qt5::Svg Qt5::Test)
--target_compile_definitions(kimgiotest PRIVATE 
-DGENERATOR_PATH="$")
-+   add_subdirectory(tests)
- endif()
- 
- 
-diff --git a/generators/kimgio/tests/CMakeLists.txt 
b/generators/kimgio/tests/CMakeLists.txt
-new file mode 100644
-index 0..844c9096a
 /dev/null
-+++ b/generators/kimgio/tests/CMakeLists.txt
-@@ -0,0 +1,5 @@
-+add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/../" )
-+
-+set( kimgiotest_SRCS kimgiotest.cpp ${CMAKE_SOURCE_DIR}/part/pagepainter.cpp 
${CMAKE_SOURCE_DIR}/part/guiutils.cpp ${CMAKE_SOURCE_DIR}/part/debug_ui.cpp )
-+ecm_add_test(${kimgiotest_SRCS} TEST_NAME "kimgiotest" LINK_LIBRARIES 
okularcore okularpart Qt5::Svg Qt5::Test)
-+target_compile_definitions(kimgiotest PRIVATE 
-DGENERATOR_PATH="$")
-diff --git a/generators/kimgio/tests/kimgiotest.cpp 
b/generators/kimgio/tests/kimgiotest.cpp
-index d521a5a7b..259bb4894 100644
 a/generators/kimgio/tests/kimgiotest.cpp
-+++ b/generators/kimgio/tests/kimgiotest.cpp
-@@ -4,7 +4,7 @@
- SPDX-License-Identifier: GPL-2.0-or-later
- */
- 
--#include "../../settings_core.h"
-+#include "../../../settings_core.h"
- #include "../generator_kimgio.h"
- 
- #include 
 -- 
 2.33.0
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/files/

2021-11-30 Thread Marc Schiffbauer
commit: 8321543ab1c500af359423df7e8f677c5eb6
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Tue Nov 30 09:05:10 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Tue Nov 30 09:05:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8321543a

sci-geosciences/opencpn-plugin-logbookkonni: add cmake patch

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

 .../opencpn-plugin-logbookkonni/files/cmake.patch  | 57 ++
 1 file changed, 57 insertions(+)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/files/cmake.patch 
b/sci-geosciences/opencpn-plugin-logbookkonni/files/cmake.patch
new file mode 100644
index ..4221ce9f82cd
--- /dev/null
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/files/cmake.patch
@@ -0,0 +1,57 @@
+diff -urN LogbookKonni_pi-1.4.22.0.orig/cmake/PluginInstall.cmake 
LogbookKonni_pi-1.4.22.0/cmake/PluginInstall.cmake
+--- LogbookKonni_pi-1.4.22.0.orig/cmake/PluginInstall.cmake2021-10-30 
07:35:43.0 -1000
 LogbookKonni_pi-1.4.22.0/cmake/PluginInstall.cmake 2021-11-29 
22:31:48.755156001 -1000
+@@ -6,7 +6,7 @@
+ # Installation items and layout.
+ # ~~~
+ 
+-include(Metadata)
++#include(Metadata)
+ 
+ if (APPLE)
+   install(
+diff -urN LogbookKonni_pi-1.4.22.0.orig/cmake/Targets.cmake 
LogbookKonni_pi-1.4.22.0/cmake/Targets.cmake
+--- LogbookKonni_pi-1.4.22.0.orig/cmake/Targets.cmake  2021-10-30 
07:35:43.0 -1000
 LogbookKonni_pi-1.4.22.0/cmake/Targets.cmake   2021-11-29 
22:31:48.756156018 -1000
+@@ -8,7 +8,7 @@
+   return()
+ endif ()
+ 
+-include(Metadata)
++#include(Metadata)
+ 
+ if (UNIX AND NOT APPLE AND NOT QT_ANDROID)
+   set(_LINUX ON)
+diff -urN LogbookKonni_pi-1.4.22.0.orig/CMakeLists.txt 
LogbookKonni_pi-1.4.22.0/CMakeLists.txt
+--- LogbookKonni_pi-1.4.22.0.orig/CMakeLists.txt   2021-10-30 
07:35:43.0 -1000
 LogbookKonni_pi-1.4.22.0/CMakeLists.txt2021-11-29 22:42:03.398496368 
-1000
+@@ -27,6 +27,7 @@
+ endif ()
+ message(STATUS "Cmake version: ${CMAKE_VERSION}.")
+ 
++set(BUILD_TYPE "tarball")
+ 
+ #  Build setup (mostly in PluginCompiler) 
+ #
+@@ -57,6 +58,7 @@
+ 
+ option(PLUGIN_USE_SVG "Use SVG graphics" ON)
+ 
++
+ include(PluginOptions)
+ 
+ #
+@@ -135,9 +137,10 @@
+ create_targets(
+   ${PROJECT_SOURCE_DIR}/flatpak/org.opencpn.OpenCPN.Plugin.logbook.yaml
+ )
+-if ("${BUILD_TYPE}" STREQUAL "")
+-  return ()
+-endif ()
++#if ("${BUILD_TYPE}" STREQUAL "")
++#  return ()
++#endif ()
++include(PluginLibs)
+ 
+ if (NOT ${BUILD_TYPE} STREQUAL "flatpak")
+   # Build package as required (flatpak already dealt with).



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

2021-11-30 Thread Tobias Klausmann
commit: d3a755f363a32ef1e01dd4d909764b11b6b1c96a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 30 11:06:15 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 30 11:06:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a755f3

dev-python/pynacl: Change maintainership to python@

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pynacl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/pynacl/metadata.xml b/dev-python/pynacl/metadata.xml
index e8a13d553cdb..2e5c15ffac0d 100644
--- a/dev-python/pynacl/metadata.xml
+++ b/dev-python/pynacl/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   klaus...@gentoo.org
-   

pyt...@gentoo.org
Python



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

2021-11-30 Thread Tobias Klausmann
commit: fa848c57eeb92e088de0d99d0f8395ac8e3a5d8a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 30 11:05:52 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 30 11:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa848c57

dev-python/pycodestyle: Change maintainership to python@

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pycodestyle/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycodestyle/metadata.xml 
b/dev-python/pycodestyle/metadata.xml
index 244da9ca84a9..27d16c029300 100644
--- a/dev-python/pycodestyle/metadata.xml
+++ b/dev-python/pycodestyle/metadata.xml
@@ -1,9 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-klaus...@gentoo.org
-Tobias Klausmann
+  
+pyt...@gentoo.org
+Python
   
   
   



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

2021-11-30 Thread Tobias Klausmann
commit: 054654f575c20bc961ef0e8f435ca4245e2e08a2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 30 11:05:24 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 30 11:05:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054654f5

dev-python/pockets: Change maintainership to python@

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pockets/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pockets/metadata.xml b/dev-python/pockets/metadata.xml
index 67e2a07cbc2f..929a40abd633 100644
--- a/dev-python/pockets/metadata.xml
+++ b/dev-python/pockets/metadata.xml
@@ -1,9 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-klaus...@gentoo.org
-Tobias Klausmann
+  
+pyt...@gentoo.org
+Python
   
   
   



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-11-30 Thread Arthur Zamarin
commit: 016759e0b4ca4a8b9bf9800bd3553f7ecbf24a66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:06:08 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:06:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016759e0

sys-auth/pam_mysql: Stabilize 0.8.2-r1 amd64, #809603

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

 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
index 6390e33505a8..42abfd383d10 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/pam-MySQL-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 IUSE="openssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-11-30 Thread Arthur Zamarin
commit: 0efb6b2d3f05d812115c6c861c7c2cf73d985609
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:06:11 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:06:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efb6b2d

sys-auth/pam_mysql: Stabilize 0.8.2-r1 x86, #809603

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

 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
index 42abfd383d10..2839bb1e3bf7 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/pam-MySQL-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE="openssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2021-11-30 Thread Arthur Zamarin
commit: d508b6b9a6b2d9022c661f34f4b37f81c6ee972b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:06:14 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:06:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d508b6b9

sys-auth/pam_mysql: Stabilize 0.8.2-r1 ppc, #809603

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

 sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
index 2839bb1e3bf7..c9270b893144 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/pam-MySQL-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 IUSE="openssl"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/

2021-11-30 Thread Arthur Zamarin
commit: b4688c43da413e178ded00e094b316a4733a976c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:27:55 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:28:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4688c43

sys-cluster/singularity: Stabilize 3.8.5 x86, #827892

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

 sys-cluster/singularity/singularity-3.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/singularity/singularity-3.8.5.ebuild 
b/sys-cluster/singularity/singularity-3.8.5.ebuild
index a599a0749da3..8e6b0570d888 100644
--- a/sys-cluster/singularity/singularity-3.8.5.ebuild
+++ b/sys-cluster/singularity/singularity-3.8.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="examples +network +suid"
 
 # Do not complain about CFLAGS etc. since go projects do not use them.



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/

2021-11-30 Thread Arthur Zamarin
commit: 735c403884169a1466c58f2c62c7d381e41b7ff8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:27:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:28:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c4038

sys-cluster/singularity: Stabilize 3.8.5 amd64, #827892

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

 sys-cluster/singularity/singularity-3.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/singularity/singularity-3.8.5.ebuild 
b/sys-cluster/singularity/singularity-3.8.5.ebuild
index 4909a70481fc..a599a0749da3 100644
--- a/sys-cluster/singularity/singularity-3.8.5.ebuild
+++ b/sys-cluster/singularity/singularity-3.8.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples +network +suid"
 
 # Do not complain about CFLAGS etc. since go projects do not use them.



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/

2021-11-30 Thread Marek Szuba
commit: adb5552a56b4290442745071768212c15376dc49
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Nov 30 11:37:30 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Nov 30 11:37:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb5552a

sys-cluster/singularity: drop 3.8.3

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

 sys-cluster/singularity/Manifest |  1 -
 sys-cluster/singularity/singularity-3.8.3.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/sys-cluster/singularity/Manifest b/sys-cluster/singularity/Manifest
index 6e7f44d42947..4b0ea9e7a0b2 100644
--- a/sys-cluster/singularity/Manifest
+++ b/sys-cluster/singularity/Manifest
@@ -1,2 +1 @@
-DIST singularity-3.8.3.tar.gz 7948604 BLAKE2B 
67c8f4e52faf46a25c1bc16d4f05100f92cfb67b111898bebaeed827bb545f9d44fc3aaae99cbea020ec934c7dd3412b119a3f7f3f003f3e09a5e86dd2816957
 SHA512 
ede69bfa6602d75f67354afc215a1cf51db769df052662b77a8f1ac88cf580f13683190231452611ba618cda0e63af746dcdf59ab41611a9035bd199f8b50ec5
 DIST singularity-3.8.5.tar.gz 7898598 BLAKE2B 
3cf76734d6208340d8562f3d3d67f95c507bad3fad6797d82aed39aa39288385ca02d62854f3dddcfc1a1e3056e7485f27e6081c152b853c682ca8e3a587cf3a
 SHA512 
857761f47528a841a3cf11b49583ab7e8a2d137703e1826ff194011abba3334ed06859219e0c457f352304e7b18f1c493a8b337cc5df67981eb428c567d0ac5f

diff --git a/sys-cluster/singularity/singularity-3.8.3.ebuild 
b/sys-cluster/singularity/singularity-3.8.3.ebuild
deleted file mode 100644
index 8e297e844c82..
--- a/sys-cluster/singularity/singularity-3.8.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info toolchain-funcs
-
-DESCRIPTION="Application containers for Linux"
-HOMEPAGE="https://sylabs.io;
-SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="examples +network +suid"
-
-# Do not complain about CFLAGS etc. since go projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-COMMON="sys-libs/libseccomp"
-BDEPEND="virtual/pkgconfig"
-DEPEND="${COMMON}
-   >=dev-lang/go-1.13.0
-   app-crypt/gpgme
-   dev-libs/openssl
-   sys-apps/util-linux
-   sys-fs/cryptsetup"
-RDEPEND="${COMMON}
-   sys-fs/squashfs-tools"
-
-CONFIG_CHECK="~SQUASHFS"
-
-src_configure() {
-   local myconfargs=(
-   -c "$(tc-getBUILD_CC)" \
-   -x "$(tc-getBUILD_CXX)" \
-   -C "$(tc-getCC)" \
-   -X "$(tc-getCXX)" \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --runstatedir=/run \
-   --localstatedir=/var \
-   $(usex network "" "--without-network") \
-   $(usex suid "" "--without-suid")
-   )
-   ./mconfig -v ${myconfargs[@]} || die "Error invoking mconfig"
-}
-
-src_compile() {
-   emake -C builddir
-}
-
-src_install() {
-   emake DESTDIR="${ED}" -C builddir install
-   keepdir /var/singularity/mnt/session
-
-   # As of version 3.5.3 this seems to be very much broken, affecting
-   # commands which have got nothing to do with singularity (example:
-   # completion on 'udisks mount -b /dev/' rejects all files from that
-   # directory other than 'autofs'). Moreover, this should go into
-   # $(get_bashcompdir) (from bash-completion-r1.eclass) rather than /etc.
-   # Hopefully temporary, which is why we delete this at install time
-   # instead of patching build scripts not to generate bash-completion
-   # data in the first place.
-   rm -rf "${ED}"/etc/bash_completion.d || die
-
-   dodoc README.md CONTRIBUTORS.md CONTRIBUTING.md
-   if use examples; then
-   dodoc -r examples
-   fi
-}



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

2021-11-30 Thread Andreas Sturmlechner
commit: c3a907d5d13c0ad5a540dcccdc8892d8bbcae63a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 08:45:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 09:05:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a907d5

dev-libs/libical: 3.0.11 version bump

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

 dev-libs/libical/Manifest  |   1 +
 .../files/libical-3.0.11-pkgconfig-libdir.patch|  22 
 dev-libs/libical/libical-3.0.11.ebuild | 114 +
 3 files changed, 137 insertions(+)

diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
index 756a7e8fff97..683059d3d905 100644
--- a/dev-libs/libical/Manifest
+++ b/dev-libs/libical/Manifest
@@ -1 +1,2 @@
 DIST libical-3.0.10.tar.gz 889470 BLAKE2B 
990a37cdb6a00c52bab1a10f5899752dc2f9f0f2c3e0ada9e54803007e3db97dcd600544bf45a9a0646631aaf41839a0818b5d70b3e6e305826db2dd1cc30bdb
 SHA512 
e32ccaff9b8a501f340567a1221c580023e4ed79918519bfa88aee2c0e8b62f5ea37e10907f2eb6fbd346a57408708a74e30aaf9a57a8d711eae30ddc974ddd0
+DIST libical-3.0.11.tar.gz 891646 BLAKE2B 
8e52f5d33586f435eb3311854c5ae5b96393f917cf119d46ef66bb1a10a4db2b1bf2a828c4cd0a4fb99428f44633b6a5592b144d0167f70887aaac3393312655
 SHA512 
cdee86c50edc2373ab2024d7d4ae26dd4b9a728dbc13083472c4923c67f61ff3cef7d43edca762c6a11979d2040fc1576a033eaa23a19e58af8f14a7d67fc139

diff --git a/dev-libs/libical/files/libical-3.0.11-pkgconfig-libdir.patch 
b/dev-libs/libical/files/libical-3.0.11-pkgconfig-libdir.patch
new file mode 100644
index ..40d7de320ecd
--- /dev/null
+++ b/dev-libs/libical/files/libical-3.0.11-pkgconfig-libdir.patch
@@ -0,0 +1,22 @@
+Fix pkgconfig libdir paths.
+
+--- a/libical.pc.in
 b/libical.pc.in
+@@ -8,7 +8,7 @@
+ Name: libical
+ Description: An implementation of basic iCAL protocols
+ Version: @LIBICAL_LIB_VERSION_STRING@
+-Libs: -L${libdir} -lical -licalss -licalvcal
++Libs: -lical -licalss -licalvcal
+ Libs.private: @PTHREAD_LIBS@
+ @REQUIRES_PRIVATE_ICU@
+ Cflags: -I${includedir}
+--- a/src/libical-glib/libical-glib.pc.in
 b/src/libical-glib/libical-glib.pc.in
+@@ -8,4 +8,4 @@
+ Version: @LIBICAL_LIB_VERSION_STRING@
+ Requires: glib-2.0, gobject-2.0, libical
+ Cflags: -I${includedir}
+-Libs: -L${libdir} -lical-glib
++Libs: -lical-glib
+ 

diff --git a/dev-libs/libical/libical-3.0.11.ebuild 
b/dev-libs/libical/libical-3.0.11.ebuild
new file mode 100644
index ..2d198f8f01f7
--- /dev/null
+++ b/dev-libs/libical/libical-3.0.11.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+VALA_USE_DEPEND="vapigen"
+inherit cmake python-any-r1 vala
+
+DESCRIPTION="Implementation of basic iCAL protocols"
+HOMEPAGE="https://github.com/libical/libical;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="berkdb doc examples +glib +introspection static-libs test vala"
+
+REQUIRED_USE="introspection? ( glib ) vala? ( introspection )"
+
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/icu:=
+   berkdb? ( sys-libs/db:= )
+   glib? ( dev-libs/glib:2 )
+"
+DEPEND="${COMMON_DEPEND}
+   glib? ( dev-libs/libxml2:2 )
+"
+RDEPEND="${COMMON_DEPEND}
+   sys-libs/timezone-data
+"
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   glib? ( dev-util/gtk-doc )
+   )
+   introspection? ( dev-libs/gobject-introspection )
+   test? (
+   ${PYTHON_DEPS}
+   glib? ( $(python_gen_any_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]') )
+   )
+   vala? ( $(vala_depend) )
+"
+
+DOCS=(
+   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
+   doc/{AddingOrModifyingComponents,UsingLibical}.txt
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.0.4-tests.patch"
+   "${FILESDIR}/${P}-pkgconfig-libdir.patch"
+)
+
+python_check_deps() {
+   has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+   use examples || cmake_comment_add_subdirectory examples
+   use vala && vala_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package berkdb BDB)
+   -DICAL_BUILD_DOCS=$(usex doc)
+   -DICAL_GLIB=$(usex glib)
+   -DGOBJECT_INTROSPECTION=$(usex introspection)
+   -DSHARED_ONLY=$(usex !static-libs)
+   -DLIBICAL_BUILD_TESTING=$(usex test)
+   -DICAL_GLIB_VAPI=$(usex vala)
+   )
+  

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

2021-11-30 Thread Andreas Sturmlechner
commit: 820ed4b55b323f003fffd938b0bbbfe9d0edc195
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 08:54:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 09:05:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ed4b5

profiles: Mask dev-libs/qrosscore for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d069ac8cf117..273a7d9b98f4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2021-11-30)
+# No revdeps, bug #774498; masked for removal on 2021-12-30.
+dev-libs/qrosscore
+
 # Andreas Sturmlechner  (2021-11-29)
 # KDE Gear 21.11.90 (21.12 RC) mask
 # Pre-release version.



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

2021-11-30 Thread Andreas Sturmlechner
commit: d0b1c263ce224635f951ef06cec757b05190ce00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 30 10:36:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 30 10:40:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1c263

app-misc/away: EAPI-7 bump

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

 app-misc/away/away-0.9.5-r2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-misc/away/away-0.9.5-r2.ebuild 
b/app-misc/away/away-0.9.5-r2.ebuild
index daf7c44d333d..c22675d3d0f0 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit pam toolchain-funcs flag-o-matic
 
@@ -17,11 +17,12 @@ RDEPEND=">=sys-libs/pam-0.75"
 DEPEND="${RDEPEND}"
 
 DOCS=( BUGS AUTHORS NEWS README TODO data/awayrc )
+
 src_prepare() {
default
sed -i -e '/-o \$(BINARY)/d' \
-e 's:LIBS:LDLIBS:' \
-   "${S}"/Makefile || die "Makefile fix failed"
+   Makefile || die "Makefile fix failed"
 
 }
 



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

2021-11-30 Thread Andrey Grozin
commit: ab1a2dd83007e53a58bc11a46b87e41b220f7c80
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Nov 30 09:56:45 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Nov 30 09:56:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1a2dd8

dev-libs/libunibreak: bump to 5.0

Closes: https://bugs.gentoo.org/827865
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrey Grozin  gentoo.org>

 dev-libs/libunibreak/Manifest   |  1 +
 dev-libs/libunibreak/libunibreak-5.0.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/libunibreak/Manifest b/dev-libs/libunibreak/Manifest
index 5959d3c3396a..1131c417eabd 100644
--- a/dev-libs/libunibreak/Manifest
+++ b/dev-libs/libunibreak/Manifest
@@ -1 +1,2 @@
 DIST libunibreak-4.3.tar.gz 639886 BLAKE2B 
ec044b659f1a837b4e6627067b96a6f19ee8302602d635e1e32aab9533486b5cd063aa99114c6443ede9d76d3f382d7492eac8b52b84a4baa2ccd9c2129e79d8
 SHA512 
4b53fd169912033403b6ca09047b7b928211fab3607ef26070ab731054138b9a291f7d138d3a479f9cde8edb0fabf8da114da68aee32e60cddf45cc3baae1170
+DIST libunibreak-5.0.tar.gz 664105 BLAKE2B 
4755f77da7aeece8e43f121e35124f85afa31740394cecc1a192d0b284d8d683765a6a38898f5ffd8a567e2d65a086fdc25a816a77337f242df7be5c14ae6e98
 SHA512 
33ce584208fea1f2f22dcc49592a467b0fdc04a8b9ed80c97d7ce2058e8d6c919b4a173c9ec3ca38411ffa497d95d2abe207dfc09866f9fcba125867015cf9fb

diff --git a/dev-libs/libunibreak/libunibreak-5.0.ebuild 
b/dev-libs/libunibreak/libunibreak-5.0.ebuild
new file mode 100644
index ..f4466edceb68
--- /dev/null
+++ b/dev-libs/libunibreak/libunibreak-5.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Line and word breaking library"
+HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/;
+SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(ver_rs 1- 
'_')/${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="doc +man static-libs"
+
+# Tests require internet access to www.unicode.org
+RESTRICT="test"
+
+BDEPEND="man? ( app-doc/doxygen )"
+
+src_prepare() {
+   if use man; then
+   echo 'GENERATE_MAN=YES' >> Doxyfile || die
+   echo 'GENERATE_HTML=NO' >> Doxyfile || die
+   fi
+   default
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   if use man; then
+   doxygen || die 'doxygen failed'
+   pushd "${S}"/doc/man > /dev/null
+   mv man3 x || die
+   mkdir man3 || die
+   for h in graphemebreak linebreak linebreakdef unibreakbase 
unibreakdef wordbreak; do
+   mv x/${h}.h.3 man3/ || die "man ${h} not found"
+   done
+   rm -rf x || die
+   popd > /dev/null
+   fi
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/html/. )
+   default
+   find "${D}" -name '*.la' -delete || die
+   if use man; then
+   doman doc/man/man3/*.3
+   fi
+}



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

2021-11-30 Thread Arthur Zamarin
commit: d33006a0a7ba5eaff1f77cd3b23966776c6c170a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 08:22:28 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 08:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33006a0

dev-lang/python: Stabilize 3.9.9 amd64, #827860

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

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

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



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

2021-11-30 Thread Arthur Zamarin
commit: f84386bc026afb4b3d725bb6132403386150d7b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 08:22:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 08:22:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84386bc

dev-python/boltons: Keyword 21.0.0 arm64, #827867

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

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

diff --git a/dev-python/boltons/boltons-21.0.0.ebuild 
b/dev-python/boltons/boltons-21.0.0.ebuild
index fc517a50cd75..ce1998c8a880 100644
--- a/dev-python/boltons/boltons-21.0.0.ebuild
+++ b/dev-python/boltons/boltons-21.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mahmoud/boltons/archive/refs/tags/${PV}.tar.gz -> ${
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \



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

2021-11-30 Thread Arthur Zamarin
commit: fde70f1868cad5288ea76c75fb8b522ce3e18c38
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 08:22:23 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 08:22:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde70f18

dev-lang/python: Stabilize 3.9.9 arm64, #827860

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

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

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



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

2021-11-30 Thread Michał Górny
commit: 6626e8922e9a6c1c8280b475ccf001cbf9e81d12
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6626e892

dev-python/clang-python: 13.x branch is now 13.0.1

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

 .../{clang-python-13.0.0..ebuild => clang-python-13.0.1..ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/clang-python/clang-python-13.0.0..ebuild 
b/dev-python/clang-python/clang-python-13.0.1..ebuild
similarity index 100%
rename from dev-python/clang-python/clang-python-13.0.0..ebuild
rename to dev-python/clang-python/clang-python-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 418a432bb1e3d19a5fc94ac57d9eb64a80a25170
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418a432b

sys-libs/libomp: 13.x branch is now 13.0.1

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

 sys-libs/libomp/{libomp-13.0.0..ebuild => libomp-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/libomp/libomp-13.0.0..ebuild 
b/sys-libs/libomp/libomp-13.0.1..ebuild
similarity index 100%
rename from sys-libs/libomp/libomp-13.0.0..ebuild
rename to sys-libs/libomp/libomp-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 852f464368b5e47e7e005b04d8530d9fcb7dbabf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852f4643

dev-python/lit: 13.x branch is now 13.0.1

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

 dev-python/lit/{lit-13.0.0..ebuild => lit-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/lit/lit-13.0.0..ebuild 
b/dev-python/lit/lit-13.0.1..ebuild
similarity index 100%
rename from dev-python/lit/lit-13.0.0..ebuild
rename to dev-python/lit/lit-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 1147ec50a19b52c6cf905955f688405d2680f9fd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1147ec50

sys-libs/compiler-rt: 13.x branch is now 13.0.1

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

 .../{compiler-rt-13.0.0..ebuild => compiler-rt-13.0.1..ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-13.0.0..ebuild 
b/sys-libs/compiler-rt/compiler-rt-13.0.1..ebuild
similarity index 100%
rename from sys-libs/compiler-rt/compiler-rt-13.0.0..ebuild
rename to sys-libs/compiler-rt/compiler-rt-13.0.1..ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/

2021-11-30 Thread Michał Górny
commit: 7a156f5e5e5a1c669cce41411e4bded04c3fb0f8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:37:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:37:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a156f5e

dev-ml/llvm-ocaml: 13.x branch is now 13.0.1

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

 .../{llvm-ocaml-13.0.0..ebuild => llvm-ocaml-13.0.1..ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-13.0.0..ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-13.0.1..ebuild
similarity index 100%
rename from dev-ml/llvm-ocaml/llvm-ocaml-13.0.0..ebuild
rename to dev-ml/llvm-ocaml/llvm-ocaml-13.0.1..ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2021-11-30 Thread Michał Górny
commit: e8c62e128e307bfb23cd427d4be317237baf2d78
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c62e12

sys-libs/compiler-rt-sanitizers: 13.x branch is now 13.0.1

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

 ...izers-13.0.0..ebuild => compiler-rt-sanitizers-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1..ebuild
similarity index 100%
rename from 
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.0..ebuild
rename to 
sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 073e9d71928f68829005eba673a188f05f417131
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:37:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:37:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073e9d71

sys-devel/clang-common: 13.x branch is now 13.0.1

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

 .../{clang-common-13.0.0..ebuild => clang-common-13.0.1..ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/clang-common/clang-common-13.0.0..ebuild 
b/sys-devel/clang-common/clang-common-13.0.1..ebuild
similarity index 100%
rename from sys-devel/clang-common/clang-common-13.0.0..ebuild
rename to sys-devel/clang-common/clang-common-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 2f38787810f1c6ac011e5253b120f8500f858288
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f387878

dev-util/lldb: 13.x branch is now 13.0.1

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

 dev-util/lldb/{lldb-13.0.0..ebuild => lldb-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/lldb/lldb-13.0.0..ebuild 
b/dev-util/lldb/lldb-13.0.1..ebuild
similarity index 100%
rename from dev-util/lldb/lldb-13.0.0..ebuild
rename to dev-util/lldb/lldb-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: ea729d99238795a6e0e8fce1323794e0e65b733f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea729d99

sys-libs/libcxxabi: 13.x branch is now 13.0.1

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

 .../{libcxxabi-13.0.0..ebuild => libcxxabi-13.0.1..ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-13.0.0..ebuild 
b/sys-libs/libcxxabi/libcxxabi-13.0.1..ebuild
similarity index 100%
rename from sys-libs/libcxxabi/libcxxabi-13.0.0..ebuild
rename to sys-libs/libcxxabi/libcxxabi-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 295207398ad282335983b539f9a81321813bd447
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:37:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:37:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29520739

sys-devel/llvm: 13.x branch is now 13.0.1

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

 sys-devel/llvm/{llvm-13.0.0..ebuild => llvm-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/llvm/llvm-13.0.0..ebuild 
b/sys-devel/llvm/llvm-13.0.1..ebuild
similarity index 100%
rename from sys-devel/llvm/llvm-13.0.0..ebuild
rename to sys-devel/llvm/llvm-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: e1aed0b52b5ac444e5973236b85e66c4c147d548
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:37:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:37:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1aed0b5

sys-devel/llvm-common: 13.x branch is now 13.0.1

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

 .../{llvm-common-13.0.0..ebuild => llvm-common-13.0.1..ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/llvm-common/llvm-common-13.0.0..ebuild 
b/sys-devel/llvm-common/llvm-common-13.0.1..ebuild
similarity index 100%
rename from sys-devel/llvm-common/llvm-common-13.0.0..ebuild
rename to sys-devel/llvm-common/llvm-common-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 6ec37a5ad4940361b582aaa112c7bf72bb9f0982
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec37a5a

sys-devel/clang: 13.x branch is now 13.0.1

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

 sys-devel/clang/{clang-13.0.0..ebuild => clang-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/clang/clang-13.0.0..ebuild 
b/sys-devel/clang/clang-13.0.1..ebuild
similarity index 100%
rename from sys-devel/clang/clang-13.0.0..ebuild
rename to sys-devel/clang/clang-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: 27cd3ae77f7c6a85cc54f833ef676933a9bda3ba
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27cd3ae7

sys-devel/lld: 13.x branch is now 13.0.1

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

 sys-devel/lld/{lld-13.0.0..ebuild => lld-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/lld/lld-13.0.0..ebuild 
b/sys-devel/lld/lld-13.0.1..ebuild
similarity index 100%
rename from sys-devel/lld/lld-13.0.0..ebuild
rename to sys-devel/lld/lld-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: a8e8d271e7cb0cd4f452dc1a5d76503db7bcc253
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e8d271

sys-libs/libcxx: 13.x branch is now 13.0.1

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

 sys-libs/libcxx/{libcxx-13.0.0..ebuild => libcxx-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-13.0.0..ebuild 
b/sys-libs/libcxx/libcxx-13.0.1..ebuild
similarity index 100%
rename from sys-libs/libcxx/libcxx-13.0.0..ebuild
rename to sys-libs/libcxx/libcxx-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: eea8f85e5e5177d0a9f27d3e740b7b2a7a84fac3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea8f85e

sys-libs/llvm-libunwind: 13.x branch is now 13.0.1

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

 ...lvm-libunwind-13.0.0..ebuild => llvm-libunwind-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0..ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.1..ebuild
similarity index 100%
rename from sys-libs/llvm-libunwind/llvm-libunwind-13.0.0..ebuild
rename to sys-libs/llvm-libunwind/llvm-libunwind-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: a25b431c3c41f1f3481478868dbeddb5772ed606
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25b431c

sys-devel/clang-runtime: 13.x branch is now 13.0.1

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

 ...{clang-runtime-13.0.0..ebuild => clang-runtime-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-13.0.1..ebuild
similarity index 100%
rename from sys-devel/clang-runtime/clang-runtime-13.0.0..ebuild
rename to sys-devel/clang-runtime/clang-runtime-13.0.1..ebuild



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

2021-11-30 Thread Michał Górny
commit: bf5c31b841473c17f4c0dc101ec69cebff8294e4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 09:38:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 09:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5c31b8

dev-libs/libclc: 13.x branch is now 13.0.1

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

 dev-libs/libclc/{libclc-13.0.0..ebuild => libclc-13.0.1..ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-libs/libclc/libclc-13.0.0..ebuild 
b/dev-libs/libclc/libclc-13.0.1..ebuild
similarity index 100%
rename from dev-libs/libclc/libclc-13.0.0..ebuild
rename to dev-libs/libclc/libclc-13.0.1..ebuild



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

2021-11-30 Thread David Seifert
commit: ee9f408582a8f94577446f39b1ae3f8c85dd621b
Author: Stijn Tintel  linux-ipv6  be>
AuthorDate: Tue Nov 30 10:45:12 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Nov 30 10:45:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9f4085

net-fs/nfs-utils: fix killall usage in init script

* Bug 664066 has surfaced again. Fix it properly by calling killall with
  `--signal=HUP` rather than the short form that keeps being broken.

Closes: https://github.com/gentoo/gentoo/pull/23121
Closes: https://bugs.gentoo.org/664066
Signed-off-by: Stijn Tintel  linux-ipv6.be>
Signed-off-by: David Seifert  gentoo.org>

 net-fs/nfs-utils/files/nfs.initd| 2 +-
 .../nfs-utils/{nfs-utils-2.5.4-r2.ebuild => nfs-utils-2.5.4-r3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/nfs-utils/files/nfs.initd b/net-fs/nfs-utils/files/nfs.initd
index da81e6d6684a..6540c9f92075 100644
--- a/net-fs/nfs-utils/files/nfs.initd
+++ b/net-fs/nfs-utils/files/nfs.initd
@@ -51,7 +51,7 @@ mount_nfsd() {
fi
# Restart idmapd if needed #220747
if grep -qs nfsd /proc/modules ; then
-   killall -q -HUP rpc.idmapd
+   killall -q --signal=HUP rpc.idmapd
fi
fi
 

diff --git a/net-fs/nfs-utils/nfs-utils-2.5.4-r2.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild
similarity index 100%
rename from net-fs/nfs-utils/nfs-utils-2.5.4-r2.ebuild
rename to net-fs/nfs-utils/nfs-utils-2.5.4-r3.ebuild



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

2021-11-30 Thread David Seifert
commit: 179a10b91dfe454225aee6e62bb9a496d32a880e
Author: David Seifert  gentoo  org>
AuthorDate: Tue Nov 30 10:45:10 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Nov 30 10:45:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179a10b9

net-fs/nfs-utils: drop 2.5.3-r2

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

 net-fs/nfs-utils/Manifest  |   1 -
 net-fs/nfs-utils/nfs-utils-2.5.3-r2.ebuild | 207 -
 2 files changed, 208 deletions(-)

diff --git a/net-fs/nfs-utils/Manifest b/net-fs/nfs-utils/Manifest
index 51da327ce843..c36c94e4db67 100644
--- a/net-fs/nfs-utils/Manifest
+++ b/net-fs/nfs-utils/Manifest
@@ -1,2 +1 @@
-DIST nfs-utils-2.5.3.tar.bz2 937544 BLAKE2B 
817af2c302cf110519e64353a507645137ffd3b93b46eb94e71d45a1869c9e831e344f0baa33b1b39514962798cca542cf56a2830520c67e96e78995f2bf901f
 SHA512 
3be82f42c5da2bbbca4429459c858c58ae7333725749213c824d0c01b78f0beb7384455f314fc1cc1799968f9f40fd616297c7baf3514ca0e31d4686e9d6e732
 DIST nfs-utils-2.5.4.tar.bz2 943373 BLAKE2B 
72ed871613701f5b035941a7aed957771fe3b6a19fefee203130442c292bbbefde35721f2287fef19046d2d837faeda43b06a93a5acdb8ac6240eef90e6dd12c
 SHA512 
b1395c5b06a0624c48174594b1e08b71cf40b8f94b533497bd92625401a669e2c40e48dbd665891ad2247bc94d7d604d0c5d0f0b66bfe957b03d42e5d305

diff --git a/net-fs/nfs-utils/nfs-utils-2.5.3-r2.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.5.3-r2.ebuild
deleted file mode 100644
index 08059cd37886..
--- a/net-fs/nfs-utils/nfs-utils-2.5.3-r2.ebuild
+++ /dev/null
@@ -1,207 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools linux-info systemd
-
-DESCRIPTION="NFS client and server daemons"
-HOMEPAGE="http://linux-nfs.org/;
-
-if [[ "${PV}" = *_rc* ]] ; then
-   MY_PV="$(ver_rs 1- -)"
-   
SRC_URI="http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=snapshot;h=refs/tags/${PN}-${MY_PV};sf=tgz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
-else
-   SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="caps ipv6 junction kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 
nfsv41 selinux tcpd +uuid"
-REQUIRED_USE="kerberos? ( nfsv4 )"
-RESTRICT="test" #315573
-
-# kth-krb doesn't provide the right include
-# files, and nfs-utils doesn't build against heimdal either,
-# so don't depend on virtual/krb.
-# (04 Feb 2005 agriffis)
-COMMON_DEPEND="
-   >=dev-db/sqlite-3.3
-   dev-libs/libxml2
-   net-libs/libtirpc:=
-   >=net-nds/rpcbind-0.2.4
-   sys-fs/e2fsprogs
-   caps? ( sys-libs/libcap )
-   ldap? ( net-nds/openldap )
-   libmount? ( sys-apps/util-linux )
-   nfsv4? (
-   dev-libs/libevent:=
-   >=sys-apps/keyutils-1.5.9:=
-   kerberos? (
-   >=net-libs/libtirpc-0.2.4-r1[kerberos]
-   app-crypt/mit-krb5
-   )
-   )
-   nfsv41? (
-   sys-fs/lvm2
-   )
-   tcpd? ( sys-apps/tcp-wrappers )
-   uuid? ( sys-apps/util-linux )"
-DEPEND="${COMMON_DEPEND}
-   elibc_musl? ( sys-libs/queue-standalone )
-"
-RDEPEND="${COMMON_DEPEND}
-   !net-libs/libnfsidmap
-   !net-nds/portmap
-   ! 
id_resolver.conf
-   doins id_resolver.conf
-   fi
-
-   insinto /etc
-   doins "${FILESDIR}"/exports
-   keepdir /etc/exports.d
-
-   local f list=() opt_need=""
-   if use nfsv4 ; then
-   opt_need="rpc.idmapd"
-   list+=( rpc.idmapd rpc.pipefs )
-   use kerberos && list+=( rpc.gssd rpc.svcgssd )
-   fi
-   for f in nfs nfsclient rpc.statd "${list[@]}" ; do
-   newinitd "${FILESDIR}"/${f}.initd ${f}
-   done
-   newinitd "${FILESDIR}"/nfsmount.initd-1.3.1 nfsmount # Nuke after 
2015/08/01
-   for f in nfs nfsclient ; do
-   newconfd "${FILESDIR}"/${f}.confd ${f}
-   done
-   sed -i \
-   -e "/^NFS_NEEDED_SERVICES=/s:=.*:=\"${opt_need}\":" \
-   "${ED}"/etc/conf.d/nfs || die #234132
-
-   local systemd_systemunitdir="$(systemd_get_systemunitdir)"
-   sed -i \
-   -e 's:/usr/sbin/rpc.statd:/sbin/rpc.statd:' \
-   "${ED}${systemd_systemunitdir}"/* || die
-
-   keepdir /var/lib/nfs #368505
-   keepdir /var/lib/nfs/v4recovery #603628
-
-   # no static archives
-   find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   # Install default xtab and friends if there's none existing.  In
-   # src_install we put them in /usr/lib/nfs for safe-keeping, but
-   # the daemons actually use the files in /var/lib/nfs.  #30486
-   local f
-   for f in "${EROOT}"/usr/$(get_libdir)/nfs/*; do
-   [[ -e ${EROOT}/var/lib/nfs/${f##*/} 

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

2021-11-30 Thread Arthur Zamarin
commit: 24da3e793540d7a178d492173e25abb7743b2f53
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 30 11:36:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 30 11:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24da3e79

dev-python/csscompressor: Keyword 0.9.5 x86, #827200

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

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

diff --git a/dev-python/csscompressor/csscompressor-0.9.5.ebuild 
b/dev-python/csscompressor/csscompressor-0.9.5.ebuild
index 836e66af2331..d4616ea4ca5b 100644
--- a/dev-python/csscompressor/csscompressor-0.9.5.ebuild
+++ b/dev-python/csscompressor/csscompressor-0.9.5.ebuild
@@ -16,6 +16,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 distutils_enable_tests pytest



  1   2   3   >