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

2021-12-25 Thread Georgy Yakovlev
commit: a3b6d133a721883e63e600f3f204661bb1748fd2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 07:51:37 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 07:54:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b6d133

dev-cpp/abseil-cpp: Stabilize 20211102.0 arm64, #829994

100% tests passed, 0 tests failed out of 182
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
index fc4916e27e71..e342c5607c2a 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20211102.0.ebuild
@@ -22,7 +22,7 @@ LICENSE="
test? ( BSD )
 "
 SLOT="0/${PV%%.*}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/, dev-cpp/abseil-cpp/files/

2021-12-25 Thread Georgy Yakovlev
commit: 63b9fbd56f01d4214b0bada55c268a69780404ed
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 07:19:41 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 07:20:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b9fbd5

dev-cpp/abseil-cpp: drop 20200225.2-r1

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-cpp/abseil-cpp/Manifest|  1 -
 dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild | 60 --
 dev-cpp/abseil-cpp/files/include_limits.patch  | 10 
 3 files changed, 71 deletions(-)

diff --git a/dev-cpp/abseil-cpp/Manifest b/dev-cpp/abseil-cpp/Manifest
index 87df76fc1728..9eea1b17c072 100644
--- a/dev-cpp/abseil-cpp/Manifest
+++ b/dev-cpp/abseil-cpp/Manifest
@@ -1,4 +1,3 @@
-DIST abseil-cpp-20200225.2.tar.gz 1679650 BLAKE2B 
bbadb2b86fd390f51322e687526c72a3b13caff6391974462a1146cc563616ce479330336a489a71e27b143e7cbea6695fc12c91fb721185a5116b3a6c5506b1
 SHA512 
75a607dee825e83c10dcd5e509515461f1b12c4aca861e4739ac4d41357b8e893dbfbe33873aa5c05463dde0891dedd7535af2ec59f173de29488e1b1321b335
 DIST abseil-cpp-20200923.3.tar.gz 1783980 BLAKE2B 
66d46fd6aafe0bf0d3fccd8a4e0a72fb0545a405d9c92d36ffcb1cf791b6d0eb85fd55218f740ba34c05c7bc952ad1aeaa367963b1f540f03a4f510fd02cd6d5
 SHA512 
7d9e2bc001a397b983afe1e5ca4d779bd27d0d30fad7f44e564a675e228f2fc29c203ef89dd1b0ff4a1832c6d99ae7627c9103a0daa6cccb426472528109ef85
 DIST abseil-cpp-20210324.2.tar.gz 1774172 BLAKE2B 
f33ebe830bcece41d76c4de8f514e32a2515be8a78b6cc7a8877ba72284be62649e345dea224976e78e8dcf7fd957e249c92f7c89e92ae44e984fe294df711fc
 SHA512 
7b935f0f2787a81438f30072f2191138ce3c099e4b22addfbe8ebe579d906604bc6ab03f054d3d6917a08ef5cb7a4371c1a501a7dfbc15c50301261dbf5f6e27
 DIST abseil-cpp-20211102.0.tar.gz 1884080 BLAKE2B 
a148f3b7cc9516fbeacc25116032a956bfa3cce61b4294c226e826e1171d24c043ab199757a11fae3fec0bc307b773a6b4f4563b289f7565b0ce4f72318a
 SHA512 
fed68aa434c02ec6faa9d1c81f1ad35b60ec024b44957e2e0ac31e6075e385c06a3e1b616afeb4bb7c2413191fd7827d82e1f9f0796b52ed21fb2c41dd9031cf

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
deleted file mode 100644
index fe5a91286a00..
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit cmake flag-o-matic python-any-r1
-
-DESCRIPTION="Abseil Common Libraries (C++), LTS Branch"
-HOMEPAGE="https://abseil.io;
-SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV%%.*}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="${PYTHON_DEPS}"
-
-# requires source of gtest and other libs
-RESTRICT=test
-
-PATCHES=(
-   "${FILESDIR}/${PN}-20200923-arm_no_crypto.patch"
-   "${FILESDIR}/include_limits.patch"
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   # un-hardcode abseil compiler flags
-   sed -i \
-   -e '/"-maes",/d' \
-   -e '/"-msse4.1",/d' \
-   -e '/"-mfpu=neon"/d' \
-   -e '/"-march=armv8-a+crypto"/d' \
-   absl/copts/copts.py || die
-
-   # now generate cmake files
-   python_fix_shebang absl/copts/generate_copts.py
-   absl/copts/generate_copts.py || die
-}
-
-src_configure() {
-   if use arm || use arm64; then
-   # bug #778926
-   if [[ $($(tc-getCXX) ${CXXFLAGS} -E -P - <<<$'#if 
defined(__ARM_FEATURE_CRYPTO)\nHAVE_ARM_FEATURE_CRYPTO\n#endif') != 
*HAVE_ARM_FEATURE_CRYPTO* ]]; then
-   append-cxxflags -DABSL_ARCH_ARM_NO_CRYPTO
-   fi
-   fi
-
-   local mycmakeargs=(
-   -DABSL_ENABLE_INSTALL=TRUE
-   -DBUILD_SHARED_LIBS=TRUE
-   )
-   cmake_src_configure
-}

diff --git a/dev-cpp/abseil-cpp/files/include_limits.patch 
b/dev-cpp/abseil-cpp/files/include_limits.patch
deleted file mode 100644
index c64229db984a..
--- a/dev-cpp/abseil-cpp/files/include_limits.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/absl/synchronization/internal/graphcycles.cc
-+++ b/absl/synchronization/internal/graphcycles.cc
-@@ -37,6 +37,7 @@
- 
- #include 
- #include 
-+#include 
- #include "absl/base/internal/hide_ptr.h"
- #include "absl/base/internal/raw_logging.h"
- #include "absl/base/internal/spinlock.h"



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

2021-12-25 Thread Georgy Yakovlev
commit: ee451d3373826f53d51b3ca7663428bf8aa18389
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 07:15:09 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 07:20:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee451d33

dev-cpp/abseil-cpp: drop 20210324.1

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-cpp/abseil-cpp/Manifest |  1 -
 dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild | 78 -
 2 files changed, 79 deletions(-)

diff --git a/dev-cpp/abseil-cpp/Manifest b/dev-cpp/abseil-cpp/Manifest
index 200bbc3d59e4..87df76fc1728 100644
--- a/dev-cpp/abseil-cpp/Manifest
+++ b/dev-cpp/abseil-cpp/Manifest
@@ -1,6 +1,5 @@
 DIST abseil-cpp-20200225.2.tar.gz 1679650 BLAKE2B 
bbadb2b86fd390f51322e687526c72a3b13caff6391974462a1146cc563616ce479330336a489a71e27b143e7cbea6695fc12c91fb721185a5116b3a6c5506b1
 SHA512 
75a607dee825e83c10dcd5e509515461f1b12c4aca861e4739ac4d41357b8e893dbfbe33873aa5c05463dde0891dedd7535af2ec59f173de29488e1b1321b335
 DIST abseil-cpp-20200923.3.tar.gz 1783980 BLAKE2B 
66d46fd6aafe0bf0d3fccd8a4e0a72fb0545a405d9c92d36ffcb1cf791b6d0eb85fd55218f740ba34c05c7bc952ad1aeaa367963b1f540f03a4f510fd02cd6d5
 SHA512 
7d9e2bc001a397b983afe1e5ca4d779bd27d0d30fad7f44e564a675e228f2fc29c203ef89dd1b0ff4a1832c6d99ae7627c9103a0daa6cccb426472528109ef85
-DIST abseil-cpp-20210324.1.tar.gz 1774134 BLAKE2B 
8dd42b3d60a38995b72ba8aaa367c3caff118d88069dba9df24b155318ffd6c4e289c263346899bf7fc0bf6e8332380407a8a93c77f8cade0e8e74743b84
 SHA512 
fe593ed98eeea5461abca95ebb9dd3f7e8eedaa15e009f776945fdbb6ed489c61966611c1c72558d2ccdd541b952a345e51885d522ff29542cbcc837cf565866
 DIST abseil-cpp-20210324.2.tar.gz 1774172 BLAKE2B 
f33ebe830bcece41d76c4de8f514e32a2515be8a78b6cc7a8877ba72284be62649e345dea224976e78e8dcf7fd957e249c92f7c89e92ae44e984fe294df711fc
 SHA512 
7b935f0f2787a81438f30072f2191138ce3c099e4b22addfbe8ebe579d906604bc6ab03f054d3d6917a08ef5cb7a4371c1a501a7dfbc15c50301261dbf5f6e27
 DIST abseil-cpp-20211102.0.tar.gz 1884080 BLAKE2B 
a148f3b7cc9516fbeacc25116032a956bfa3cce61b4294c226e826e1171d24c043ab199757a11fae3fec0bc307b773a6b4f4563b289f7565b0ce4f72318a
 SHA512 
fed68aa434c02ec6faa9d1c81f1ad35b60ec024b44957e2e0ac31e6075e385c06a3e1b616afeb4bb7c2413191fd7827d82e1f9f0796b52ed21fb2c41dd9031cf
 DIST gtest-1.10.0_p20200702.tar.gz 866900 BLAKE2B 
c162d47868583ba270675abe5df935b8f4b9a9c00dbdc80dd88afa7f2b98266640b32b2ea5e8f9f6d6227196b5d2f79dbfda4e9585106224e814cc1503cf777d
 SHA512 
715d887b59b47d4691c7c90ef0cf0ffc3d1e758e500263c76b50fd506e90a9d1c390af745933cfe3f55e1edac5d72dccedef3cb9a50b71a5b796424471a3017b

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild
deleted file mode 100644
index 087d0e5ce2b8..
--- a/dev-cpp/abseil-cpp/abseil-cpp-20210324.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit cmake flag-o-matic python-any-r1 toolchain-funcs
-
-# yes, it needs SOURCE, not just installed one
-GTEST_COMMIT="aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e"
-GTEST_FILE="gtest-1.10.0_p20200702.tar.gz"
-
-DESCRIPTION="Abseil Common Libraries (C++), LTS Branch"
-HOMEPAGE="https://abseil.io;
-SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   test? ( 
https://github.com/google/googletest/archive/${GTEST_COMMIT}.tar.gz -> 
${GTEST_FILE} )"
-
-LICENSE="
-   Apache-2.0
-   test? ( BSD )
-"
-SLOT="0/${PV%%.*}"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   ${PYTHON_DEPS}
-   test? ( sys-libs/timezone-data )
-"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-20200923-arm_no_crypto.patch"
-   "${FILESDIR}/${PN}-20210324.1-glibc-2.34.patch"
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   # un-hardcode abseil compiler flags
-   sed -i \
-   -e '/"-maes",/d' \
-   -e '/"-msse4.1",/d' \
-   -e '/"-mfpu=neon"/d' \
-   -e '/"-march=armv8-a+crypto"/d' \
-   absl/copts/copts.py || die
-
-   # now generate cmake files
-   python_fix_shebang absl/copts/generate_copts.py
-   absl/copts/generate_copts.py || die
-
-   if use test; then
-   sed -i 's/-Werror//g' \
-   
"${WORKDIR}/googletest-${GTEST_COMMIT}"/googletest/cmake/internal_utils.cmake 
|| die
-   fi
-}
-
-src_configure() {
-   if use arm || use arm64; then
-   # bug #778926
-   if [[ $($(tc-getCXX) ${CXXFLAGS} -E -P - <<<$'#if 
defined(__ARM_FEATURE_CRYPTO)\nHAVE_ARM_FEATURE_CRYPTO\n#endif') != 
*HAVE_ARM_FEATURE_CRYPTO* ]]; then
-   append-cxxflags -DABSL_ARCH_ARM_NO_CRYPTO
-   fi
-   fi
-
-   local mycmakeargs=(
-  

[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2021-12-25 Thread Sam James
commit: 4d2710c96e2e63fdba47c5af7a0847ef7e642835
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 05:16:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 05:16:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2710c9

media-tv/plex-media-server: drop to maintainer-needed

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

 media-tv/plex-media-server/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-tv/plex-media-server/metadata.xml 
b/media-tv/plex-media-server/metadata.xml
index f604891ef556..7eda2a7f8005 100644
--- a/media-tv/plex-media-server/metadata.xml
+++ b/media-tv/plex-media-server/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   o...@organizedmagnetism.com
-   Scott Martin
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


http://forums.plex.tv/discussion/62832/plex-media-server#latest

https://support.plex.tv/hc/en-us/categories/27268-Getting-Started



[gentoo-commits] repo/gentoo:master commit in: app-text/build-docbook-catalog/

2021-12-25 Thread Sam James
commit: 659160d722e7696ad03979dedcfd46f7c1f5c188
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:58:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:58:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659160d7

app-text/build-docbook-catalog: mark ALLARCHES

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

 app-text/build-docbook-catalog/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/build-docbook-catalog/metadata.xml 
b/app-text/build-docbook-catalog/metadata.xml
index 85e4ed814fa2..c3bda71eefca 100644
--- a/app-text/build-docbook-catalog/metadata.xml
+++ b/app-text/build-docbook-catalog/metadata.xml
@@ -1,5 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-text/build-docbook-catalog/

2021-12-25 Thread Sam James
commit: a1cd9073d92a4e8ed15022eab5d97916794ab0cc
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:54:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:54:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd9073

app-text/build-docbook-catalog: destabilize 2.1

We want to stabilise a version of Portage which
warns on missing /run before stabling this.

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

 app-text/build-docbook-catalog/build-docbook-catalog-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/build-docbook-catalog/build-docbook-catalog-2.1.ebuild 
b/app-text/build-docbook-catalog/build-docbook-catalog-2.1.ebuild
index 76fcdf03d9a2..3deb1d96043e 100644
--- a/app-text/build-docbook-catalog/build-docbook-catalog-2.1.ebuild
+++ b/app-text/build-docbook-catalog/build-docbook-catalog-2.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/build-docbook-catalog.git/snapshot/${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-libs/libxml2



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

2021-12-25 Thread Sam James
commit: 324823e1503875868dc4b98090eaf50142a6f516
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:49:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:49:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324823e1

sys-cluster/legion: examples need MPI

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

 .../{legion-21.09.0.ebuild => legion-21.09.0-r1.ebuild}   | 11 +--
 sys-cluster/legion/legion-.ebuild | 11 +--
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0.ebuild 
b/sys-cluster/legion/legion-21.09.0-r1.ebuild
similarity index 81%
rename from sys-cluster/legion/legion-21.09.0.ebuild
rename to sys-cluster/legion/legion-21.09.0-r1.ebuild
index a271def3a1d2..55c79a8cda25 100644
--- a/sys-cluster/legion/legion-21.09.0.ebuild
+++ b/sys-cluster/legion/legion-21.09.0-r1.ebuild
@@ -19,14 +19,13 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet hwloc test"
+IUSE="examples gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+# See bug #821424 for examples/mpi
+DEPEND="examples? ( virtual/mpi[cxx] )
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
-   hwloc? ( =sys-cluster/gasnet-1.26.4-r1 )
-   hwloc? ( 

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

2021-12-25 Thread Sam James
commit: faf0e3366f5223ea82b9508be828f08a9e321426
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:41:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:41:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf0e336

sys-apps/hwloc: drop 2.3.0

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

 sys-apps/hwloc/Manifest   |  1 -
 sys-apps/hwloc/hwloc-2.3.0.ebuild | 98 ---
 2 files changed, 99 deletions(-)

diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest
index 014c8ec08907..5ed805213b31 100644
--- a/sys-apps/hwloc/Manifest
+++ b/sys-apps/hwloc/Manifest
@@ -1,4 +1,3 @@
 DIST hwloc-1.11.13.tar.bz2 4120436 BLAKE2B 
a6a09f7d6abeaa9d23df555cfd2186ae61f0f67f83fa8f1aa4bc29376b233a8511f11745f35064f39545c7e62e9d271c1334b6906712028729e138e41d1f212f
 SHA512 
dd38bcc9a5df2dcfd3bbd828ab13fdb1c1d21747a0b62e6c87df95d2835c0472590344ff5bda4f6c28e597eaba1ea11c0bc96907ad45f1215f51f95ac9f58138
-DIST hwloc-2.3.0.tar.bz2 6414781 BLAKE2B 
60bc80ae73d0ae9ff9a438474efe682dfff28149b843645c928d4c5531f25c7763311816d5c86028efa9e07aa86935dbb6cff56ec429ee607ce4e5b5b88d4bbe
 SHA512 
ecb0950cd08eab7d97f7cbef9db0dc31cb5b4debedaae6f48814625ee5da0153fdc1f863fa84c5d59b76634e877a348fa556f3c8c29fc43bc6ae7211c313906c
 DIST hwloc-2.5.0.tar.bz2 6688349 BLAKE2B 
684367afa5fc056b9bf04b3a95bd8239ec70127d5e582948ca16a09323614ad0ef77278a120544af0a740b456f1ba24bffc861b9f132293fafb7da0597d0b688
 SHA512 
9e8b829868cb9f5fd2fe84d8515d0dc8725ddc84c788a61c1e9e918eb2b29659eb73cf22a4189e6b887f5bfa3255c206f4ba924bd7fe2c88c185f4308c0949cd
 DIST hwloc-2.6.0.tar.bz2 6728585 BLAKE2B 
96099ae3527e11a83adc068e07756752d2effa38b4bae174045e5142a3457af8790e9fd3d778ff2d91708101aaf6e108affed7688918195e0f2bdbd55235ad46
 SHA512 
3f35ee685507469e2c7d4a2ab4c339eff24123b4bc21d96bc53fd2737a36bdd371f1e1e4440b410ecac6cf1881562187243bfbf846203cb3702a4c4c7be0d5df

diff --git a/sys-apps/hwloc/hwloc-2.3.0.ebuild 
b/sys-apps/hwloc/hwloc-2.3.0.ebuild
deleted file mode 100644
index f98a08eb4cda..
--- a/sys-apps/hwloc/hwloc-2.3.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools bash-completion-r1 cuda flag-o-matic systemd toolchain-funcs 
multilib-minimal
-
-MY_PV="v$(ver_cut 1-2)"
-
-DESCRIPTION="displays the hardware topology in convenient formats"
-HOMEPAGE="https://www.open-mpi.org/projects/hwloc/;
-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 ~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).
-# Anyone with hardware is welcome to step up and help test to get it re-added.
-
-RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
-
-   cairo?  ( 
>=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
-   cuda?   ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
-   gl? ( x11-drivers/nvidia-drivers[static-libs,tools] )
-   netloc? ( !sys-apps/netloc )
-   nvml?   ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] )
-   pci?(
-   >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}]
-   
>=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}]
-   )
-   udev?   ( virtual/libudev )
-   xml?( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-# 2.69-r5 for --runstatedir
-BDEPEND="
-   >=sys-devel/autoconf-2.69-r5
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" )
-DOCS=( AUTHORS NEWS README VERSION )
-
-src_prepare() {
-   default
-   eautoreconf
-
-   if use cuda ; then
-   append-cflags "-I${ESYSROOT}/opt/cuda/include"
-   append-cppflags "-I${ESYSROOT}/opt/cuda/include"
-   fi
-}
-
-multilib_src_configure() {
-   export HWLOC_PKG_CONFIG="$(tc-getPKG_CONFIG)" #393467
-
-   if use cuda ; then
-   local -x LDFLAGS="${LDFLAGS}"
-   append-ldflags "-L${ESYSROOT}/opt/cuda/$(get_libdir)"
-   fi
-
-   local myconf=(
-   --disable-opencl
-   --disable-plugin-ltdl
-   --enable-plugins
-   --enable-shared
-   --runstatedir="${EPREFIX}/run"
-   $(multilib_native_use_enable cuda)
-   $(multilib_native_use_enable gl)
-   $(use_enable cairo)
-   $(use_enable cpuid)
-   $(use_enable debug)
-   $(use_enable udev libudev)
-   $(use_enable netloc)
-   $(use_enable nvml)
-   $(use_enable pci)
-   

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

2021-12-25 Thread Sam James
commit: 63fbd80f3d9e65be22103b9c170a5e8e81286b57
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:41:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:41:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fbd80f

sys-apps/hwloc: Stabilize 2.5.0 arm64, #829991

Signed-off-by: Sam James  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 62f46fe05946..a62d172fdecd 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/legion/

2021-12-25 Thread Sam James
commit: 72fc7e4e490df50f470b12af8b4e6dd4735487b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:33:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:38:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc7e4e

sys-cluster/legion: tidy up

CMake sets the shared libs bits for us and let's
make use of Bashisms.

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

 sys-cluster/legion/legion-21.09.0.ebuild | 9 +
 sys-cluster/legion/legion-.ebuild| 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/legion/legion-21.09.0.ebuild 
b/sys-cluster/legion/legion-21.09.0.ebuild
index 9487e8eb0a59..a271def3a1d2 100644
--- a/sys-cluster/legion/legion-21.09.0.ebuild
+++ b/sys-cluster/legion/legion-21.09.0.ebuild
@@ -7,13 +7,14 @@ inherit cmake
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/;
-if [[ ${PV} =  ]]; then
+if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git;
 else
SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
+   S="${WORKDIR}"/${PN}-${P}
+
KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-${P}"
 fi
 
 LICENSE="BSD"
@@ -29,14 +30,14 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-   mycmakeargs=(
+   local mycmakeargs=(
-DLegion_USE_HWLOC=$(usex hwloc)
-DLegion_USE_GASNet=$(usex gasnet)
-DLegion_ENABLE_TESTING=$(usex test)
-   -DBUILD_SHARED_LIBS=ON
-DLegion_BUILD_EXAMPLES=ON
-DLegion_BUILD_TESTS=ON
-DLegion_BUILD_TUTORIAL=ON
)
+
cmake_src_configure
 }

diff --git a/sys-cluster/legion/legion-.ebuild 
b/sys-cluster/legion/legion-.ebuild
index 9487e8eb0a59..a271def3a1d2 100644
--- a/sys-cluster/legion/legion-.ebuild
+++ b/sys-cluster/legion/legion-.ebuild
@@ -7,13 +7,14 @@ inherit cmake
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/;
-if [[ ${PV} =  ]]; then
+if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git;
 else
SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
+   S="${WORKDIR}"/${PN}-${P}
+
KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-${P}"
 fi
 
 LICENSE="BSD"
@@ -29,14 +30,14 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_configure() {
-   mycmakeargs=(
+   local mycmakeargs=(
-DLegion_USE_HWLOC=$(usex hwloc)
-DLegion_USE_GASNet=$(usex gasnet)
-DLegion_ENABLE_TESTING=$(usex test)
-   -DBUILD_SHARED_LIBS=ON
-DLegion_BUILD_EXAMPLES=ON
-DLegion_BUILD_TESTS=ON
-DLegion_BUILD_TUTORIAL=ON
)
+
cmake_src_configure
 }



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

2021-12-25 Thread Sam James
commit: 17d0fa1ac3c182c3f17880a3ea50cda1b16f2476
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:24:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:25:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d0fa1a

sys-cluster/legion: disable hwloc by default

Doesn't build with newer versions right now and it looks like
(not being an expert in cluster stuff at all, to be fair)
hwloc isn't super important here from the upstream comments
(there's alternatives available which are used by default).

Bug: https://github.com/StanfordLegion/legion/issues/575
Bug: https://bugs.gentoo.org/796128
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/legion/legion-16.08.0-r2.ebuild | 2 +-
 sys-cluster/legion/legion-16.10.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.02.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.05.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.08.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-17.10.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-18.02.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-18.05.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-18.12.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-19.06.0-r1.ebuild | 2 +-
 sys-cluster/legion/legion-.ebuild   | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sys-cluster/legion/legion-16.08.0-r2.ebuild 
b/sys-cluster/legion/legion-16.08.0-r2.ebuild
index 7295a5f41e45..5daaca5581f2 100644
--- a/sys-cluster/legion/legion-16.08.0-r2.ebuild
+++ b/sys-cluster/legion/legion-16.08.0-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-16.10.0-r1.ebuild 
b/sys-cluster/legion/legion-16.10.0-r1.ebuild
index 50372479f2c9..0d5b3d41f7a5 100644
--- a/sys-cluster/legion/legion-16.10.0-r1.ebuild
+++ b/sys-cluster/legion/legion-16.10.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-17.02.0-r1.ebuild 
b/sys-cluster/legion/legion-17.02.0-r1.ebuild
index 4ab8ed801e4e..5e126856c936 100644
--- a/sys-cluster/legion/legion-17.02.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.02.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-17.05.0-r1.ebuild 
b/sys-cluster/legion/legion-17.05.0-r1.ebuild
index 0746074ce71d..59a7f7771c6d 100644
--- a/sys-cluster/legion/legion-17.05.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.05.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc"
+IUSE="gasnet hwloc"
 
 DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )

diff --git a/sys-cluster/legion/legion-17.08.0-r1.ebuild 
b/sys-cluster/legion/legion-17.08.0-r1.ebuild
index c883f98f82d2..a1204f389489 100644
--- a/sys-cluster/legion/legion-17.08.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.08.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-17.10.0-r1.ebuild 
b/sys-cluster/legion/legion-17.10.0-r1.ebuild
index c883f98f82d2..a1204f389489 100644
--- a/sys-cluster/legion/legion-17.10.0-r1.ebuild
+++ b/sys-cluster/legion/legion-17.10.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-18.02.0-r1.ebuild 
b/sys-cluster/legion/legion-18.02.0-r1.ebuild
index c883f98f82d2..a1204f389489 100644
--- a/sys-cluster/legion/legion-18.02.0-r1.ebuild
+++ b/sys-cluster/legion/legion-18.02.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-18.05.0-r1.ebuild 
b/sys-cluster/legion/legion-18.05.0-r1.ebuild
index bc5ad7cee85d..11c9707d3cfc 100644
--- a/sys-cluster/legion/legion-18.05.0-r1.ebuild
+++ b/sys-cluster/legion/legion-18.05.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="gasnet +hwloc test"
+IUSE="gasnet hwloc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="

diff --git a/sys-cluster/legion/legion-18.12.0-r1.ebuild 
b/sys-cluster/legion/legion-18.12.0-r1.ebuild
index bc5ad7cee85d..11c9707d3cfc 100644
--- a/sys-cluster/legion/legion-18.12.0-r1.ebuild
+++ b/sys-cluster/legion/legion-18.12.0-r1.ebuild
@@ -18,7 +18,7 @@ fi
 
 

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

2021-12-25 Thread Sam James
commit: 546604ee3b9459c145d23efe7af34b344ccc808d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:22:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:23:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546604ee

sys-libs/libomp: fix lower bound on hwloc for 13.x+

Needs at least 2.x so let's depend on a recent stable version in Gentoo.

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

 sys-libs/libomp/{libomp-13.0.0-r1.ebuild => libomp-13.0.0-r2.ebuild} | 2 +-
 sys-libs/libomp/libomp-13.0.1..ebuild| 2 +-
 sys-libs/libomp/libomp-13.0.1_rc1.ebuild | 2 +-
 sys-libs/libomp/libomp-14.0.0..ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libomp/libomp-13.0.0-r1.ebuild 
b/sys-libs/libomp/libomp-13.0.0-r2.ebuild
similarity index 98%
rename from sys-libs/libomp/libomp-13.0.0-r1.ebuild
rename to sys-libs/libomp/libomp-13.0.0-r2.ebuild
index 6a1e4016def4..5f801a554c82 100644
--- a/sys-libs/libomp/libomp-13.0.0-r1.ebuild
+++ b/sys-libs/libomp/libomp-13.0.0-r2.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )
+   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
offload? (
virtual/libelf:=[${MULTILIB_USEDEP}]
dev-libs/libffi:=[${MULTILIB_USEDEP}]

diff --git a/sys-libs/libomp/libomp-13.0.1..ebuild 
b/sys-libs/libomp/libomp-13.0.1..ebuild
index 28c0f1fb620c..f1c1f78f6e9d 100644
--- a/sys-libs/libomp/libomp-13.0.1..ebuild
+++ b/sys-libs/libomp/libomp-13.0.1..ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )
+   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
offload? (
virtual/libelf:=[${MULTILIB_USEDEP}]
dev-libs/libffi:=[${MULTILIB_USEDEP}]

diff --git a/sys-libs/libomp/libomp-13.0.1_rc1.ebuild 
b/sys-libs/libomp/libomp-13.0.1_rc1.ebuild
index 7f61ca615aa0..6a8ad8fb455b 100644
--- a/sys-libs/libomp/libomp-13.0.1_rc1.ebuild
+++ b/sys-libs/libomp/libomp-13.0.1_rc1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )
+   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
offload? (
virtual/libelf:=[${MULTILIB_USEDEP}]
dev-libs/libffi:=[${MULTILIB_USEDEP}]

diff --git a/sys-libs/libomp/libomp-14.0.0..ebuild 
b/sys-libs/libomp/libomp-14.0.0..ebuild
index 28c0f1fb620c..f1c1f78f6e9d 100644
--- a/sys-libs/libomp/libomp-14.0.0..ebuild
+++ b/sys-libs/libomp/libomp-14.0.0..ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )
+   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
offload? (
virtual/libelf:=[${MULTILIB_USEDEP}]
dev-libs/libffi:=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/files/, sys-cluster/legion/

2021-12-25 Thread Sam James
commit: c9d7026f306f74dced1d11e4ab415329adbf0375
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Dec 14 20:24:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:38:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d7026f

sys-cluster/legion: drop older ebuilds

Bug: https://bugs.gentoo.org/796128
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/legion/Manifest|  10 --
 .../legion/files/legion-16.08.0-hwloc.patch|  22 
 .../legion/files/legion-16.08.0-multilib.patch | 131 -
 sys-cluster/legion/legion-16.08.0-r2.ebuild|  37 --
 sys-cluster/legion/legion-16.10.0-r1.ebuild|  33 --
 sys-cluster/legion/legion-17.02.0-r1.ebuild|  35 --
 sys-cluster/legion/legion-17.05.0-r1.ebuild|  39 --
 sys-cluster/legion/legion-17.08.0-r1.ebuild|  41 ---
 sys-cluster/legion/legion-17.10.0-r1.ebuild|  41 ---
 sys-cluster/legion/legion-18.02.0-r1.ebuild|  41 ---
 sys-cluster/legion/legion-18.05.0-r1.ebuild|  41 ---
 sys-cluster/legion/legion-18.12.0-r1.ebuild|  41 ---
 sys-cluster/legion/legion-19.06.0-r1.ebuild|  41 ---
 13 files changed, 553 deletions(-)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
deleted file mode 100644
index 631be1f99227..
--- a/sys-cluster/legion/Manifest
+++ /dev/null
@@ -1,10 +0,0 @@
-DIST legion-16.08.0.tar.gz 2501054 BLAKE2B 
92951f768dbafbc1ed06c74ae7a9ceba0a40c7636f5115772d86993c3165c4acd07c844d10d4da00e48abc3914a5a4865a2779b198f073fbcea6857959a507d2
 SHA512 
8847fa8c0c7683812dd6ffb038a4d6d3427fdfde62ec917ab32e9a15cd7320321cab2b106479589aa2451cabd98cd0b1dc88b4ff668f991bb4c95f383de785a5
-DIST legion-16.10.0.tar.gz 2474656 BLAKE2B 
6be9f17adcb1baaf2da7fcffc76cfe6a6918306ec8c2663797eb653b0dbb81450ce9549008fc97d4a3c03910a64e44a10f0c995b7e8193bb085dd7a0c90fd888
 SHA512 
cfe610fef047def835f95adcc4ae52d7844a4a89a5bdebb2ec40b0e63a66aba9d180bd78e559762b1ac18f84c1ca1142c3e73238dbe4c516672a8843335442a5
-DIST legion-17.02.0.tar.gz 2690415 BLAKE2B 
6278b65c049e4909fdbe330f875e9649dfbca80e806d891f5da4a2c52928a56ebe04e7b17be4c2df2b5ad57b16a88d5eff86d75e00395f9a874d2555bc17cd15
 SHA512 
0c6ee53953ec2e5072d39b1c1260a1783393feaf7064f381bb1733cf9cdb1be8fd521a35e0a452ebc9e9509d117fdc6f3e472cdb6c633ba00c987c880a33bc2d
-DIST legion-17.05.0.tar.gz 2783482 BLAKE2B 
aad4da51237b19504949c13e3f6e021468042186fe55a41dde44e51066504df98e07fd6abf531cb4f46e1d7f7f1cf05f471d0394f092d9504e47f78ae8675dc5
 SHA512 
51532f043eea1467a2b8ff17004f224c763f411eb5940d0a4dc5d8eb6503d758964aba26eb4977c68264c7344fcf269682a428e86a2c1a756f91cc9c50d04677
-DIST legion-17.08.0.tar.gz 2839522 BLAKE2B 
b9f9d814b319c69a1e29b108c7d78fcd04f87d58371baf1c102eb9eee8c435d0127aed507bbcbf096e2b78705f39e88400251b2e0d46931688ed30cb51f93e89
 SHA512 
5d97157f97e12149e5fdf3a75d2e6e8a41ebf97e09c35501e2c93437bd0a47643d261f68c6b4a83b47e64d706f35914acd3a852eb0c08a11696b05ba9ef7af87
-DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 
772f666c0cd8fc96e1e460e4c8253289069eea2ed8820f091ad517228fb7b2d56bc8bedbe9bc4d5776869fc4f0250f71644bf773362f65a0bba6f96be51c32af
 SHA512 
c4be9b32b47b3c4ae38374606125867f963a109dd542a52ee20b2964e5849121207d78947f0ab6ea4ed5e8a027b26da7b1a3a61124f175c1b9f7323e56b8d9b2
-DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 
5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5
 SHA512 
052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
-DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 
86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed560797733b7d4e
 SHA512 
f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a
-DIST legion-18.12.0.tar.gz 3138868 BLAKE2B 
c85faf51eb528085f05a5e3411253f0ceb4ef6c6252466861d5641bd2df8320738d3cfd864781c05986038ed84cb6bec95d889f3d4d1ef8b25d90f2d339a9300
 SHA512 
26fc5d0fe1743de3e634fa3c2d95c3758b21bba7a1e1eb66c4c69d43d0d557b595b691b1bcd091f2c23ea034f000491ea6d5d81da94fb531781462e3093a202d
-DIST legion-19.06.0.tar.gz 3245617 BLAKE2B 
5f94d423c1ff4e708a7826ead55a4f8f965bb5f49fffb83b0cd1b1909f0c21808a90e0c7c09e03b6e7b6736c212e86ac1765ab3665940f3a3e97551c152e4993
 SHA512 
244b4ff02a20427c81921920c65a64325cea698bb466ba036fc577e4a2722769dafa817083b76ba3c39c7a5fd749ab43122c518b657665aa7c309c8b46833414

diff --git a/sys-cluster/legion/files/legion-16.08.0-hwloc.patch 
b/sys-cluster/legion/files/legion-16.08.0-hwloc.patch
deleted file mode 100644
index f9e270c1798b..
--- a/sys-cluster/legion/files/legion-16.08.0-hwloc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 

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

2021-12-25 Thread Sam James
commit: 0efd82c754a252ea4422541afc898dd0efbe506f
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Dec 14 20:26:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:38:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efd82c7

sys-cluster/legion: bump to EAPI 8 and legion-21.09.0

Bug: https://bugs.gentoo.org/796128
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23305
Signed-off-by: Sam James  gentoo.org>

 sys-cluster/legion/Manifest  | 1 +
 sys-cluster/legion/{legion-.ebuild => legion-21.09.0.ebuild} | 9 +
 sys-cluster/legion/legion-.ebuild| 9 +
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
new file mode 100644
index ..52753eefc567
--- /dev/null
+++ b/sys-cluster/legion/Manifest
@@ -0,0 +1 @@
+DIST legion-21.09.0.tar.gz 4017440 BLAKE2B 
8f2919ed89f94cd12aff761de0e91ea0b5f9fd6001b83f69f8aff4703df159f001c562ed62ac22404fb15ebecc86a175d7acb528aba2e2d05ef7a6e6c0a9d830
 SHA512 
ffdbc8fa50100b7feb1709299dc1a9d01f14a6368812a6c5c16fa58746e9627f20863060c3ca25fd8865c8569c5a5f274a0298902bb82f6567b05299f55f6f75

diff --git a/sys-cluster/legion/legion-.ebuild 
b/sys-cluster/legion/legion-21.09.0.ebuild
similarity index 94%
copy from sys-cluster/legion/legion-.ebuild
copy to sys-cluster/legion/legion-21.09.0.ebuild
index 11c9707d3cfc..9487e8eb0a59 100644
--- a/sys-cluster/legion/legion-.ebuild
+++ b/sys-cluster/legion/legion-21.09.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A data-centric parallel programming system"
 HOMEPAGE="https://legion.stanford.edu/;
@@ -24,7 +24,8 @@ RESTRICT="!test? ( test )"
 DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
hwloc? ( https://legion.stanford.edu/;
@@ -24,7 +24,8 @@ RESTRICT="!test? ( test )"
 DEPEND="
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
hwloc? ( 

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

2021-12-25 Thread Sam James
commit: b0ced7f99a3301f695addf66f64ade03a5b21dde
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:18:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ced7f9

virtual/mpi: stabilize 2.0-r6

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

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

diff --git a/virtual/mpi/mpi-2.0-r6.ebuild b/virtual/mpi/mpi-2.0-r6.ebuild
index ea446a870a34..531e57248af1 100644
--- a/virtual/mpi/mpi-2.0-r6.ebuild
+++ b/virtual/mpi/mpi-2.0-r6.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 nullmpi"
 
 RDEPEND="|| (



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

2021-12-25 Thread Sam James
commit: 0a2d189569d49bf684f0e187bd2c2b4171cdcca8
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:16:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:16:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2d1895

sci-libs/scotch: enable threads by default in 6.1.1

Tests need it and it seems reasonable to want them too.

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

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

diff --git a/sci-libs/scotch/scotch-6.1.1.ebuild 
b/sci-libs/scotch/scotch-6.1.1.ebuild
index 659fc047fa82..7075116f20e0 100644
--- a/sci-libs/scotch/scotch-6.1.1.ebuild
+++ b/sci-libs/scotch/scotch-6.1.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-v${PV}"
 LICENSE="CeCILL-2"
 SLOT="0/${SOVER}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="doc int64 mpi static-libs test tools threads"
+IUSE="doc int64 mpi static-libs test tools +threads"
 # bug #532620
 REQUIRED_USE="test? ( threads )"
 RESTRICT="!test? ( test )"



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

2021-12-25 Thread Sam James
commit: 6aeda678356dcc1be6d8e5598a92c83ab993cdd2
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:18:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aeda678

sci-libs/scotch: add 6.1.2

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

 sci-libs/scotch/Manifest|   1 +
 sci-libs/scotch/scotch-6.1.2.ebuild | 174 
 2 files changed, 175 insertions(+)

diff --git a/sci-libs/scotch/Manifest b/sci-libs/scotch/Manifest
index 72617de9d6aa..4543fcac9f48 100644
--- a/sci-libs/scotch/Manifest
+++ b/sci-libs/scotch/Manifest
@@ -1,3 +1,4 @@
 DIST scotch-v6.1.0.tar.gz 6292006 BLAKE2B 
5b76b01c0fa752468a36830a15c190cd78efc851c3b6831eb2d16b7cf34a71d55463b266ffdee4c6addd4e66ca7caf75e63825051e600ee8a32494e5033cabbd
 SHA512 
e6d217a23e39635f8749811a3fc64c8da14d0396a71b4042a4f8f3ce32ff1f0b4ed033ebae90f3785443dae9b35ded68ea512ed1e3e7f9ea9a471a499ae26b89
 DIST scotch-v6.1.1.tar.gz 6363384 BLAKE2B 
337c81608fd245dde5b19bb6c79924e0ee80181ce3c935ae37e6248be2511a2f4d70bdda5b9217e5e1ed79fc00269de15755c3b6829579aa190ca6da9c3c2dac
 SHA512 
daa62463f25416764250fe0452ae84bc6a2e485ee62a387418b4686c2ab93a2ca2d5a12cba922857c99a1c9ec67fc82951b0f9563ab97f5f3a6b86bb9da22b0c
+DIST scotch-v6.1.2.tar.gz 6395320 BLAKE2B 
07aa4f56c097cf364d7d63613f3c5d5d3f2a8419ce27da95a4a20d5ea48fcf2f036acaa62ab1f591b5d1dc672151562bc0721a66f203c60d5ee26a501cf90352
 SHA512 
dcf63c65bf8155590a70483f80ad21b4a303debf50d47a3c154983935dc056f3df93a61c3d88304f3d1a4517ab3a355e176d72b3835382cd65c1556fbbd21702
 DIST scotch_6.0.4_esmumps.tar.gz 4804966 BLAKE2B 
63c058fac9206e70975463b1748eb5ce7cd2ba01d9fcbb28eba8f5914ac49a71fcf87941fafd6047712fa519f3b5523ce199bdf5228a8b094bbb465dd64a1083
 SHA512 
0fcf639ab1a09451256444005f1a4a739403159e3ab22c34fbcedc481be387cd4c86be6fb029b4b5816220564f64f662434bf7f1d3921ed18be081ae2a7a9ee2

diff --git a/sci-libs/scotch/scotch-6.1.2.ebuild 
b/sci-libs/scotch/scotch-6.1.2.ebuild
new file mode 100644
index ..7075116f20e0
--- /dev/null
+++ b/sci-libs/scotch/scotch-6.1.2.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic multilib
+
+SOVER=$(ver_cut 1)
+
+DESCRIPTION="Software for graph, mesh and hypergraph partitioning"
+HOMEPAGE="https://www.labri.u-bordeaux.fr/perso/pelegrin/scotch/ 
https://gitlab.inria.fr/scotch/scotch;
+SRC_URI="https://gitlab.inria.fr/${PN}/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="CeCILL-2"
+SLOT="0/${SOVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="doc int64 mpi static-libs test tools +threads"
+# bug #532620
+REQUIRED_USE="test? ( threads )"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   sys-libs/zlib
+   mpi? ( virtual/mpi )"
+RDEPEND="${DEPEND}"
+
+static_to_shared() {
+   local libstatic=${1}; shift
+   local libname=$(basename ${libstatic%.a})
+   local soname=${libname}$(get_libname ${SOVER})
+   local libdir=$(dirname ${libstatic})
+
+   einfo "Making ${soname} from ${libstatic}"
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   ${LINK:-$(tc-getCC)} ${LDFLAGS}  \
+   -dynamiclib -install_name 
"${EPREFIX}"/usr/lib/"${soname}" \
+   -Wl,-all_load -Wl,${libstatic} \
+   "$@" -o ${libdir}/${soname} || die "${soname} failed"
+   else
+   ${LINK:-$(tc-getCC)} ${LDFLAGS}  \
+   -shared -Wl,-soname=${soname} \
+   -Wl,--whole-archive ${libstatic} -Wl,--no-whole-archive 
\
+   "$@" -o ${libdir}/${soname} || die "${soname} failed"
+   VERS_COMP=${PV//.}
+   [[ "${#VERS_COMP}" -gt 1 ]] && \
+   ln -s ${soname} ${libdir}/${libname}$(get_libname 
${SOVER})
+   ln -s ${soname} ${libdir}/${libname}$(get_libname)
+   fi
+}
+
+src_prepare() {
+   default
+   use int64 && append-cflags -DIDXSIZE64
+   if use threads; then
+   append-cflags "-DSCOTCH_PTHREAD_NUMBER=$(nproc)"
+   else
+   append-cflags "-DSCOTCH_PTHREAD_NUMBER=1"
+   sed -i \
+   -e 's/ -DSCOTCH_PTHREAD//' \
+   src/Make.inc/Makefile.inc.i686_pc_linux3 || die
+   fi
+
+   # Be careful with replacing here, bug #577272
+   sed -e "s/= gcc$/= $(tc-getCC)/" \
+   -e "s/-O3/${CFLAGS} -pthread/" \
+   -e "s/= ar$/= $(tc-getAR)/" \
+   -e "s/= ranlib$/= $(tc-getRANLIB)/" \
+   -e "s/= ranlib$/= $(tc-getRANLIB)/" \
+   -e "/^LDFLAGS/ s/$/ ${LDFLAGS}/" \
+   src/Make.inc/Makefile.inc.i686_pc_linux3 > src/Makefile.inc || 
die
+}
+
+src_compile() {
+   emake 

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

2021-12-25 Thread Sam James
commit: 3db33dc972b14fd6fe3c944f5376597b720ec5e2
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:07:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:07:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db33dc9

sci-libs/flann: adjust patch reference

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

 sci-libs/flann/flann-1.9.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/flann/flann-1.9.1-r4.ebuild 
b/sci-libs/flann/flann-1.9.1-r4.ebuild
index 49a8a1c514e2..299876df8ad3 100644
--- a/sci-libs/flann/flann-1.9.1-r4.ebuild
+++ b/sci-libs/flann/flann-1.9.1-r4.ebuild
@@ -37,7 +37,7 @@ PATCHES=(
"${FILESDIR}"/${P}-cmake-3.11{,-1}.patch # bug 678030
"${FILESDIR}"/${P}-cuda-9.patch
"${FILESDIR}"/${P}-system-lz4.patch # bug 681898
-   "${FILESDIR}"/flann-1.9.1-system-lz4-pkgconfig.patch
+   "${FILESDIR}"/${P}-system-lz4-pkgconfig.patch # bug 827263
 )
 
 pkg_pretend() {



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

2021-12-25 Thread Sam James
commit: 65f96213bd1cc2f77a9c5c5fb5665c91d8279909
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 03:02:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 03:03:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f96213

sci-libs/flann: fix pkgconfig file format (no semicolons)

Not sure why but a semicolon seems to have started appearing more
recently, probably with a newer CMake version. Anyway, a problem
from the past resurfaced (in a slightly different way, but
same outcome).

flann's malformed pkgconfig file was causing consumers to be
underlinked against lz4 and libflann* (and usually fail to build).

Closes: https://bugs.gentoo.org/827263
Closes: https://bugs.gentoo.org/829398
Bug: https://bugs.gentoo.org/681898
Signed-off-by: Sam James  gentoo.org>

 .../files/flann-1.9.1-system-lz4-pkgconfig.patch   | 38 ++
 ...flann-1.9.1-r3.ebuild => flann-1.9.1-r4.ebuild} |  3 +-
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/sci-libs/flann/files/flann-1.9.1-system-lz4-pkgconfig.patch 
b/sci-libs/flann/files/flann-1.9.1-system-lz4-pkgconfig.patch
new file mode 100644
index ..35ea0d0e9841
--- /dev/null
+++ b/sci-libs/flann/files/flann-1.9.1-system-lz4-pkgconfig.patch
@@ -0,0 +1,38 @@
+https://github.com/flann-lib/flann/pull/480
+
+https://bugs.gentoo.org/827263
+https://bugs.gentoo.org/829398
+https://bugs.gentoo.org/681898
+
+From 25eb56ec78472bd419a121c6905095a793cf8992 Mon Sep 17 00:00:00 2001
+From: Mike Purvis 
+Date: Fri, 9 Jul 2021 15:53:06 +
+Subject: [PATCH] Use string(JOIN) to avoid semicolons in pc file.
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.6)
++cmake_minimum_required(VERSION 3.12)
+ 
+ if(COMMAND cmake_policy)
+ cmake_policy(SET CMP0003 NEW)
+@@ -148,6 +148,7 @@ endif(BUILD_CUDA_LIB)
+ 
+ find_package(PkgConfig REQUIRED)
+ pkg_check_modules(LZ4 REQUIRED liblz4)
++string(JOIN " " LZ4_STATIC_LDFLAGS_STR ${LZ4_STATIC_LDFLAGS})
+ 
+ #set the C/C++ include path to the "include" directory
+ include_directories(BEFORE ${PROJECT_SOURCE_DIR}/src/cpp)
+--- a/cmake/flann.pc.in
 b/cmake/flann.pc.in
+@@ -8,6 +8,6 @@ Name: @PROJECT_NAME@
+ Description: @PKG_DESC@
+ Version: @FLANN_VERSION@
+ Requires: @PKG_EXTERNAL_DEPS@
+-Libs: -L${libdir} @LZ4_STATIC_LDFLAGS@ -lflann -lflann_cpp
++Libs: -L${libdir} @LZ4_STATIC_LDFLAGS_STR@ -lflann -lflann_cpp
+ Cflags: -I${includedir}
+ 
+

diff --git a/sci-libs/flann/flann-1.9.1-r3.ebuild 
b/sci-libs/flann/flann-1.9.1-r4.ebuild
similarity index 96%
rename from sci-libs/flann/flann-1.9.1-r3.ebuild
rename to sci-libs/flann/flann-1.9.1-r4.ebuild
index e53d428ee73c..49a8a1c514e2 100644
--- a/sci-libs/flann/flann-1.9.1-r3.ebuild
+++ b/sci-libs/flann/flann-1.9.1-r4.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
@@ -37,6 +37,7 @@ PATCHES=(
"${FILESDIR}"/${P}-cmake-3.11{,-1}.patch # bug 678030
"${FILESDIR}"/${P}-cuda-9.patch
"${FILESDIR}"/${P}-system-lz4.patch # bug 681898
+   "${FILESDIR}"/flann-1.9.1-system-lz4-pkgconfig.patch
 )
 
 pkg_pretend() {



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/

2021-12-25 Thread Matthew Thode
commit: bc7fba7a10c7aec1332baf6abdfec42cb2b32000
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 26 02:59:29 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 26 02:59:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7fba7a

sys-boot/plymouth: fix pre release of 0.9.6 from patch

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

 ...{plymouth-0.9.6_p20211225.ebuild => plymouth-0.9.6_pre20211225.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild 
b/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild
similarity index 100%
rename from sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
rename to sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/

2021-12-25 Thread Matthew Thode
commit: 6036c7d3263b530cd52158fa143d2b6c0b635e7f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 26 02:38:44 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 26 02:38:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6036c7d3

sys-boot/plymouth: 0.9.6 pre release due to upstream not tagging

https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/158

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

 sys-boot/plymouth/Manifest |  1 +
 .../{plymouth-.ebuild => plymouth-0.9.6_p20211225.ebuild}  | 10 ++
 sys-boot/plymouth/plymouth-.ebuild |  6 +++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/sys-boot/plymouth/Manifest b/sys-boot/plymouth/Manifest
index 15fafdde46ea..a195adf94890 100644
--- a/sys-boot/plymouth/Manifest
+++ b/sys-boot/plymouth/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-logo.png 14501 BLAKE2B 
e7236c16b96a2d35a6f062b89bc0a6c6fc696a803b7da734ff9ae255fcd65e549d9bc3d510c283e235a770f42edcbdffc1d5cc4c2fcdec9cc931eb0acf504859
 SHA512 
059a555931b6d2a910bcd887f5ea0cc17c6edf2d2d45c03a1fec1bdda0138ba6bca6bdf90a65c6520a3f8f1b51ecf6f7956098f45ed6c1276f29c835e729163c
 DIST plymouth-0.9.5.tar.xz 1186200 BLAKE2B 
8fd073703773fcf7f3e26454c860f094fb4b3d712c56c9df6716ef11815a79f7d5b078ab6c6567b76421026d84a086f95865bf9f3e4ae6363cb1ffc2caa68537
 SHA512 
686220e8d5b1a8be298156786d979d0e3fb9e010b930d0e8082a2bb152cf07c1bf493d820c243838a1771ee859dc0b4723bd9f10ee434a94a096ce9236c36ce9
+DIST plymouth-5b91b9ed84cc91759c986634a4d64d474e6092cf.tar.gz 1132049 BLAKE2B 
0e224aad93fef4039a1a023ece051a64e1fa854f29a814957673c7ba68eb3f2348ca075f59a17f7bad692152ddcc402b2246db413886ac73ad77a36a6fb2cb3c
 SHA512 
3d81ce379d0a11af5b557bfe86e336a40e5abdbb6dbd6cd5e046ede9a46cf2782af75b8e32e3fb2232b8a22efee1890ecb47394742041d9dcb499b38476a814c

diff --git a/sys-boot/plymouth/plymouth-.ebuild 
b/sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
similarity index 87%
copy from sys-boot/plymouth/plymouth-.ebuild
copy to sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
index 3c47d67a881e..6f1b09a81b37 100644
--- a/sys-boot/plymouth/plymouth-.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.6_p20211225.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,11 +10,13 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth;
 else
-   SRC_URI="${SRC_URI} 
https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   PRE_RELEASE_SHA="5b91b9ed84cc91759c986634a4d64d474e6092cf"
+   SRC_URI="${SRC_URI} 
https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PRE_RELEASE_SHA}/${PN}-${PRE_RELEASE_SHA}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   S="${WORKDIR}/${PN}-${PRE_RELEASE_SHA}"
 fi
 
-inherit autotools readme.gentoo-r1 systemd toolchain-funcs
+inherit autotools readme.gentoo-r1 systemd
 
 DESCRIPTION="Graphical boot animation (splash) and logger"
 HOMEPAGE="https://cgit.freedesktop.org/plymouth/;

diff --git a/sys-boot/plymouth/plymouth-.ebuild 
b/sys-boot/plymouth/plymouth-.ebuild
index 3c47d67a881e..3f303786005d 100644
--- a/sys-boot/plymouth/plymouth-.ebuild
+++ b/sys-boot/plymouth/plymouth-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,10 +11,10 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth;
 else
SRC_URI="${SRC_URI} 
https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 fi
 
-inherit autotools readme.gentoo-r1 systemd toolchain-funcs
+inherit autotools readme.gentoo-r1 systemd
 
 DESCRIPTION="Graphical boot animation (splash) and logger"
 HOMEPAGE="https://cgit.freedesktop.org/plymouth/;



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/ruby-install/

2021-12-25 Thread Alexey Zapparov
commit: dc5b4410bff004c578587b5eaa11138de52a6c6f
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Dec 26 02:10:39 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sun Dec 26 02:10:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc5b4410

dev-ruby/ruby-install: add v0.8.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 dev-ruby/ruby-install/Manifest  |  1 +
 dev-ruby/ruby-install/metadata.xml  | 13 +
 dev-ruby/ruby-install/ruby-install-0.8.3.ebuild | 26 +
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
new file mode 100644
index 0..0a6371c85
--- /dev/null
+++ b/dev-ruby/ruby-install/Manifest
@@ -0,0 +1 @@
+DIST ruby-install-0.8.3.tar.gz 32381 BLAKE2B 
fd2c15333e571881d9a6be67c2b968f81bd8b2d2025972dd502df35b4ce1b2a5dbfbac29327d2dfa83b779f923342c23c30423455c202a0978581ab71291ce22
 SHA512 
1fdd44b709a7d2eaae4b1ebf7a08381c565d7656d52cf69b98b0e00d383b39c7776848f7acd5f5f79f1a9ad935907e230c256b7cdf46714fddd9a8cfac418c9a

diff --git a/dev-ruby/ruby-install/metadata.xml 
b/dev-ruby/ruby-install/metadata.xml
new file mode 100644
index 0..172ff1966
--- /dev/null
+++ b/dev-ruby/ruby-install/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ale...@zapparov.com
+   Alexey Zapparov
+   
+   
+   
https://github.com/postmodern/ruby-install/issues
+   
https://github.com/postmodern/ruby-install/blob/master/ChangeLog.md
+   postmodern/ruby-install
+   
+

diff --git a/dev-ruby/ruby-install/ruby-install-0.8.3.ebuild 
b/dev-ruby/ruby-install/ruby-install-0.8.3.ebuild
new file mode 100644
index 0..90514191e
--- /dev/null
+++ b/dev-ruby/ruby-install/ruby-install-0.8.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), 
or mruby."
+HOMEPAGE="https://github.com/postmodern/ruby-install;
+SRC_URI="https://github.com/postmodern/ruby-install/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=app-shells/bash-3.0:*"
+RDEPEND="${DEPEND}
+   sys-apps/grep
+   || ( >net-misc/wget-1.12 net-misc/curl )
+   dev-libs/openssl
+   app-arch/tar
+   app-arch/bzip2
+   sys-devel/patch
+   || ( >=sys-devel/gcc-4.2 sys-devel/clang )"
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+}



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

2021-12-25 Thread Sam James
commit: 61a1ea70232c081e060e0a696a6ca274fa078adf
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 01:59:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 02:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a1ea70

dev-util/rosdep: append PROPERTIES in EAPI 7

We lose PROPERTIES="live" from git-r3.eclass otherwise. Not an issue
with EAPI 8 and newer which accumulates PROPERTIES (and RESTRICT).

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

 dev-util/rosdep/rosdep-0.21.0.ebuild | 2 +-
 dev-util/rosdep/rosdep-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild 
b/dev-util/rosdep/rosdep-0.21.0.ebuild
index 12ed94c4c914..4db6d1249c3b 100644
--- a/dev-util/rosdep/rosdep-0.21.0.ebuild
+++ b/dev-util/rosdep/rosdep-0.21.0.ebuild
@@ -29,7 +29,7 @@ SLOT="0"
 
 # Tests need network
 RESTRICT="test"
-PROPERTIES="test_network"
+PROPERTIES+=" test_network"
 
 RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]

diff --git a/dev-util/rosdep/rosdep-.ebuild 
b/dev-util/rosdep/rosdep-.ebuild
index 12ed94c4c914..4db6d1249c3b 100644
--- a/dev-util/rosdep/rosdep-.ebuild
+++ b/dev-util/rosdep/rosdep-.ebuild
@@ -29,7 +29,7 @@ SLOT="0"
 
 # Tests need network
 RESTRICT="test"
-PROPERTIES="test_network"
+PROPERTIES+=" test_network"
 
 RDEPEND="
dev-python/catkin_pkg[${PYTHON_USEDEP}]



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

2021-12-25 Thread Sam James
commit: 1118c3b23d7004f96c63a0ffc3d3437a0db2fb3a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 02:02:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 02:03:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1118c3b2

sys-fs/unionfs-fuse: add missing git-r3 inherit to 

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

 sys-fs/unionfs-fuse/unionfs-fuse-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild 
b/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild
index c5479601a118..5897a40f2915 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 
 PYTHON_COMPAT=( python3_{7..9} )
-inherit python-any-r1 toolchain-funcs
+inherit git-r3 python-any-r1 toolchain-funcs
 
 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
 HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse;



[gentoo-commits] repo/gentoo:master commit in: net-print/foo2zjs/

2021-12-25 Thread Sam James
commit: c2a0582dc23b9475006ed0d502b26394d9df84f6
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 02:01:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 02:03:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a0582d

net-print/foo2zjs: mark as PROPERTIES="live" for *

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

 net-print/foo2zjs/foo2zjs-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-print/foo2zjs/foo2zjs-.ebuild 
b/net-print/foo2zjs/foo2zjs-.ebuild
index a9d4aa9966f2..a2cb6e6f268b 100644
--- a/net-print/foo2zjs/foo2zjs-.ebuild
+++ b/net-print/foo2zjs/foo2zjs-.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://foo2zjs.rkkda.com/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+PROPERTIES="live"
 IUSE="test"
 
 RESTRICT="bindist !test? ( test )"
@@ -19,8 +19,8 @@ RDEPEND="net-print/cups
net-print/foomatic-db-engine
>=net-print/cups-filters-1.0.43-r1[foomatic]
virtual/udev"
-DEPEND="${RDEPEND}
-   app-arch/unzip
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip
app-editors/vim
net-misc/wget
sys-apps/ed
@@ -69,6 +69,11 @@ src_compile() {
MAKEOPTS=-j1 CC="$(tc-getCC)" default
 }
 
+src_test() {
+   # see bug 419787
+   : ;
+}
+
 src_install() {
# ppd files are installed automagically. We have to create a directory
# for them.
@@ -76,8 +81,3 @@ src_install() {
 
emake DESTDIR="${D}" -j1 install install-hotplug
 }
-
-src_test() {
-   # see bug 419787
-   : ;
-}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/

2021-12-25 Thread Matthew Thode
commit: fae47c1805feb4b3e082b0da6003fd6d46856244
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 26 01:23:02 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 26 01:23:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae47c18

gui-libs/wlroots: fix slots for 0.15 and upcoming 0.16

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

 gui-libs/wlroots/{wlroots-0.15.0.ebuild => wlroots-0.15.0-r1.ebuild} | 2 +-
 gui-libs/wlroots/wlroots-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/wlroots/wlroots-0.15.0.ebuild 
b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
similarity index 99%
rename from gui-libs/wlroots/wlroots-0.15.0.ebuild
rename to gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
index 395649f12eb2..8e5a8863e196 100644
--- a/gui-libs/wlroots/wlroots-0.15.0.ebuild
+++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-   SLOT="0/14"
+   SLOT="0/15"
 fi
 
 LICENSE="MIT"

diff --git a/gui-libs/wlroots/wlroots-.ebuild 
b/gui-libs/wlroots/wlroots-.ebuild
index 395649f12eb2..47b97d1e07e4 100644
--- a/gui-libs/wlroots/wlroots-.ebuild
+++ b/gui-libs/wlroots/wlroots-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]]; then
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-   SLOT="0/14"
+   SLOT="0/16"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/

2021-12-25 Thread Georgy Yakovlev
commit: a5e2127f429cae431446b74bf8d764007236779b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:47:48 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:47:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e2127f

gnome-base/gsettings-desktop-schemas: enable py3.10

python is used in build-aux/meson/post-install.py
which we don't actually use for installation.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild 
b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
index a5545f400e75..929c1310ba77 100644
--- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-41.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=(python3_{6..9})
+PYTHON_COMPAT=(python3_{6..10})
 inherit gnome.org gnome2-utils meson python-any-r1 xdg
 
 DESCRIPTION="Collection of GSettings schemas for GNOME desktop"



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

2021-12-25 Thread Georgy Yakovlev
commit: cbac0ac648b6c2b9b30d80c5322b65b923cc702f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:34:53 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:40:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbac0ac6

virtual/rust: drop 1.56.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/rust/rust-1.56.0.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/virtual/rust/rust-1.56.0.ebuild b/virtual/rust/rust-1.56.0.ebuild
deleted file mode 100644
index f9d87cdb210c..
--- a/virtual/rust/rust-1.56.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for Rust language compiler"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-   ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-   ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"



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

2021-12-25 Thread Georgy Yakovlev
commit: 0e83284b32d312720d686bdd0d1069fb2aa2a6f2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:35:09 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:40:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e83284b

dev-lang/rust-bin: drop 1.56.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/Manifest   |  32 --
 dev-lang/rust-bin/rust-bin-1.56.0.ebuild | 192 ---
 2 files changed, 224 deletions(-)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 79453c030fde..d90506e04238 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -126,38 +126,6 @@ DIST rust-1.55.0-x86_64-unknown-linux-gnu.tar.xz 139040728 
BLAKE2B 1d7905411b556
 DIST rust-1.55.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
d454086c93147737c7c144af288394512528e4ce759dc221d7371b62724857fe16e391949b5b4dac436bdcaef8bf817f577e8d951e1f4bae098d687b4a7bdbb5
 SHA512 
b175e3ddefd036fce29c80c65a86565583167f7859f0941dee6718fd71baa8596f1788a6bed5d992096959e1deda98dc9c10e8cbc896114b7938a05951c29f02
 DIST rust-1.55.0-x86_64-unknown-linux-musl.tar.xz 267291288 BLAKE2B 
b96e8fa1c8d2e55c07781db37ddd33ec7180cde29c84f5020f2ba0fbf6aa83f9db32723e191c15df765f965d1314a57d12d80e73d20deaab1333afca65bdfac7
 SHA512 
6fb700d5d17c084fa520b29f3012ac565eaf891705a27c7738a61bb9899bc952f679987ef3790875b5a7adae836c602b394c7e19103f30bbdf5ec82cf3e86567
 DIST rust-1.55.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
5ccf03518eae6406ff66bff108b26988a6a859e5cf88ca44327f9826d880ea26d6e115fb3e63f6a40d1cb15adc25d6f1c056438466095b7223269fb0d74540fe
 SHA512 
8d84a976d9922d28a5ddac0f47258759a4c7542df02fb9ffede4a3e98ceecc6415229f3eb676a22536842c6e7ee35d50d1507f2d818301493ee3a7db9bb5
-DIST rust-1.56.0-aarch64-unknown-linux-gnu.tar.xz 223490136 BLAKE2B 
29085e44fbc7337a11d396e452e53c43c0ea2ef53d2bfd6e294c837f890ce4400e9274705764ab40680226010ab502798131b1d717d7a4a1cc590313ec65f8d2
 SHA512 
858a28c6d74848bed5e731cd785995b095b78375d6b10834b2cca97778d571a9bed2bc2104a924d099297eebe91f9e829d7558acba0a46b31d7cfffad520bc44
-DIST rust-1.56.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
7b6bd9c532801b1759524007ea1aa7037303a94cc0571cc3265f4be867d4f69d5a3c732598db01c43716ceaa19717c418ca7d5df6ca030ef014618b849cf72e4
 SHA512 
d8d05fc573f93a7063bbe54a6785305171b096b8348a44b0e72753a5500d97cd1b903394c0e8fea601e33892592cda6dc667285bb095e4d4fe0c4fff8cf12b46
-DIST rust-1.56.0-aarch64-unknown-linux-musl.tar.xz 219878296 BLAKE2B 
5f7b0670820f2ecf8499c47d5731ec371234be923dad2abd261cbb4cb6da39d27a813d7ceaef22aa75f9ffce3067500e6f02c157a517951a0377073847919a6b
 SHA512 
9a1445794558352005921c92d64a454b3270a1052dbd6dc1ff5e407057403b232dea5183920459fd2c9a6f22423c28af60b427c2edcd3f19565e036f918570fa
-DIST rust-1.56.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
fbab4bc200ec56df82cceb8511d5e11c94a64cf2202eac7fd9eb32857ef4f7acd441482ebaea24fa04d4df6709f14852d937b6b62e500609f678044507f3ce68
 SHA512 
796365d5bbff1f39b46df8353a0ce282c368e649569a202c50e13e1bdf8e280630d38630a752f18dc8da545561675fd5112cefac207cd98adfaf556029514d5d
-DIST rust-1.56.0-arm-unknown-linux-gnueabi.tar.xz 202166060 BLAKE2B 
1e73ce9ad86bc9f4f7a920a822829ce12c991e763f09cfdf16d1118ca16ba8f8ef217232eae303fdcfa0eccf5b913b80f771d8236a2fc0bcefa9c9e30f5cb92e
 SHA512 
31ba5c7a8aca7f42789b606775145ef776d03a5b06c46e4336aabdd38f92633e2bc206ad74c28676c52387dd979acf742f56ea49c3de8bab868c98f18242e8b9
-DIST rust-1.56.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
ee433953b9fc732f1e8606b4070d379dfe373b94b702316f10ae5d0802baa7bd6ed19d01c6a4eeb206066a6cfbab7329f76c175c7b76023adacef030ad666f80
 SHA512 
d64bc0635f9d87323cbce77dfa779a3d360df76ca161cd4b175e5aa63e2a4cfe1c8609b38d678d7ef8bccc011326bc4851dd81b55836223ff84fb85e29cc6364
-DIST rust-1.56.0-arm-unknown-linux-gnueabihf.tar.xz 198940944 BLAKE2B 
651932afcf232292611b20ca43a034e2b54060a15b6c4bf0c37c40b2864e59d9ef3ad865cc6a0729b02de34abe23a09e758029860d3d196080fef43268fd2546
 SHA512 
6e5edb3df13fcd0b4501e78ae55d2b62bca2c696e938f3e913cd15dd1e3fa802bbc813fbe5696cf5bfecf1e9fed99e6c83b23be423a467b084f6f66cf08646cb
-DIST rust-1.56.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
94363ce80bc31d867583484eab662c3a3012019c9e90205959b71df6a8893a92524673246e1c1831b3a228fc75233184bdcea13cb28ed1dafb3b8a0764fc8161
 SHA512 
2eff4a8d702c88a1e283139a9a435d845a1ba30fd2f2857f8c19c0d19fc94698ad6b6ac87be0b1d3ca4a78a6ad658bc57357c9c84e8983505dc29d080a4041f1
-DIST rust-1.56.0-armv7-unknown-linux-gnueabihf.tar.xz 204645860 BLAKE2B 
4d1bcbb704954aa09fe89d0e2d15e886dc5e25c91c24a2239caeae228ebeb94fa40ccd7bacdf67a3b9ecb5aa0cb5b1d54306642d879591675380496142699acc
 SHA512 
952edc69bd1747bcb711ea81c58c580b8b2128722edf851cb0a20e6b85674e9bba0e234e6eacd5e3052480a72d896f2792f1a281ed8e99b23dfe1c51b467e3dd
-DIST rust-1.56.0-armv7-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 

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

2021-12-25 Thread Georgy Yakovlev
commit: cfe06c91c6a770bd94748a4f3b15259ce923
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:39:52 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:40:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe06c91

dev-lang/rust-bin: QA: inherit multilib directly

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.56.1.ebuild | 2 +-
 dev-lang/rust-bin/rust-bin-1.57.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild
index d5275329d2bc..d427cda829c7 100644
--- a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit prefix rust-toolchain toolchain-funcs verify-sig multilib-minimal
+inherit multilib prefix rust-toolchain toolchain-funcs verify-sig 
multilib-minimal
 
 MY_P="rust-${PV}"
 # curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep 
"xz_url.*rust-src"

diff --git a/dev-lang/rust-bin/rust-bin-1.57.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.57.0.ebuild
index 4607e5e109e4..b6a3773b9871 100644
--- a/dev-lang/rust-bin/rust-bin-1.57.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.57.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit prefix rust-toolchain toolchain-funcs verify-sig multilib-minimal
+inherit multilib prefix rust-toolchain toolchain-funcs verify-sig 
multilib-minimal
 
 MY_P="rust-${PV}"
 # curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep 
"xz_url.*rust-src"



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

2021-12-25 Thread Georgy Yakovlev
commit: 61c6b3381d88adb174c39edc2db360954fa49e0a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:34:37 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:40:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c6b338

app-eselect/eselect-rust: drop 20200419

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-eselect/eselect-rust/Manifest  |  1 -
 .../eselect-rust/eselect-rust-20200419.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/app-eselect/eselect-rust/Manifest 
b/app-eselect/eselect-rust/Manifest
index 15244489dc0c..9f2e17b17b42 100644
--- a/app-eselect/eselect-rust/Manifest
+++ b/app-eselect/eselect-rust/Manifest
@@ -1,2 +1 @@
-DIST eselect-rust-20200419.tar.bz2 50278 BLAKE2B 
5d5e773a0e0481403e1645cb5fdf642e1ce5d1819e9699a79fcaf822ff3e6f258b2d1958548e00df200d9aaf061be1d3b1773e6b0e92b498fe75316ac13ff235
 SHA512 
68db32df19864a8365e272946161966b9cb513d7403dd1df7a4c7d87fba3b8bfcad59b407dca7dd6c8e0756f2e5cbde367ade69629eaa78d019d2b524051f741
 DIST eselect-rust-20210703.tar.bz2 4253 BLAKE2B 
1d04c00db1794148b6d908c44172b8958f5ae2c7753875675387eea175ce914b7315452923a819d1b77bf22f10493ba9704c70d48388faa080b6af49efccb956
 SHA512 
b8f4f03f299a8415019746964347dffc5520dfcf79fd9d059bf600f63045ab80f8692509f0358be427c676ce98692ac8342b6f447aef21ce4d7ca048741b5e47

diff --git a/app-eselect/eselect-rust/eselect-rust-20200419.ebuild 
b/app-eselect/eselect-rust/eselect-rust-20200419.ebuild
deleted file mode 100644
index 2934b8564df0..
--- a/app-eselect/eselect-rust/eselect-rust-20200419.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-if [[ ${PV} == "" ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git;
-else
-   SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.bz2;
-   KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Eselect module for management of multiple Rust versions"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Rust;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.2.3"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-pkg_postinst() {
-   if has_version 'dev-lang/rust' || has_version 'dev-lang/rust-bin'; then
-   eselect rust update --if-unset
-   fi
-}



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

2021-12-25 Thread Georgy Yakovlev
commit: bd16759c63e12a47c69f796dea75c42c84bf5358
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:37:51 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:40:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd16759c

dev-lang/rust: QA: inherit multilib directly

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.52.1.ebuild | 2 +-
 dev-lang/rust/rust-1.53.0.ebuild | 2 +-
 dev-lang/rust/rust-1.54.0.ebuild | 2 +-
 dev-lang/rust/rust-1.55.0.ebuild | 2 +-
 dev-lang/rust/rust-1.56.1.ebuild | 2 +-
 dev-lang/rust/rust-1.57.0.ebuild | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/rust/rust-1.52.1.ebuild b/dev-lang/rust/rust-1.52.1.ebuild
index 548ea542ecbd..8fc906270ebd 100644
--- a/dev-lang/rust/rust-1.52.1.ebuild
+++ b/dev-lang/rust/rust-1.52.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
+   multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
 
 if [[ ${PV} = *beta* ]]; then
betaver=${PV//*beta}

diff --git a/dev-lang/rust/rust-1.53.0.ebuild b/dev-lang/rust/rust-1.53.0.ebuild
index ae41a9889869..d17441423822 100644
--- a/dev-lang/rust/rust-1.53.0.ebuild
+++ b/dev-lang/rust/rust-1.53.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
+   multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
 
 if [[ ${PV} = *beta* ]]; then
betaver=${PV//*beta}

diff --git a/dev-lang/rust/rust-1.54.0.ebuild b/dev-lang/rust/rust-1.54.0.ebuild
index 24c5d2f5489a..893af8bad162 100644
--- a/dev-lang/rust/rust-1.54.0.ebuild
+++ b/dev-lang/rust/rust-1.54.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
+   multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
 
 if [[ ${PV} = *beta* ]]; then
betaver=${PV//*beta}

diff --git a/dev-lang/rust/rust-1.55.0.ebuild b/dev-lang/rust/rust-1.55.0.ebuild
index c0f8b94fbba7..2cb07abe8789 100644
--- a/dev-lang/rust/rust-1.55.0.ebuild
+++ b/dev-lang/rust/rust-1.55.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
+   multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
 
 if [[ ${PV} = *beta* ]]; then
betaver=${PV//*beta}

diff --git a/dev-lang/rust/rust-1.56.1.ebuild b/dev-lang/rust/rust-1.56.1.ebuild
index 553d52f0fdb9..c9a8ac4881ee 100644
--- a/dev-lang/rust/rust-1.56.1.ebuild
+++ b/dev-lang/rust/rust-1.56.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..10} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
+   multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
 
 if [[ ${PV} = *beta* ]]; then
betaver=${PV//*beta}

diff --git a/dev-lang/rust/rust-1.57.0.ebuild b/dev-lang/rust/rust-1.57.0.ebuild
index ce838e966d1b..39b05b5407cd 100644
--- a/dev-lang/rust/rust-1.57.0.ebuild
+++ b/dev-lang/rust/rust-1.57.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..10} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
+   multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
 
 if [[ ${PV} = *beta* ]]; then
betaver=${PV//*beta}



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

2021-12-25 Thread Georgy Yakovlev
commit: 89b728b29eea124806076f85c6e7e2e299fc02c1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Dec 26 00:35:46 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:40:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b728b2

dev-lang/rust: drop 1.56.0-r1

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/Manifest  |   2 -
 dev-lang/rust/rust-1.56.0-r1.ebuild | 682 
 2 files changed, 684 deletions(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index ffac107479d8..e55c548a4773 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -198,8 +198,6 @@ DIST rustc-1.54.0-src.tar.xz 116286856 BLAKE2B 
5ac47822646a0b6205f09282168b4d4dd
 DIST rustc-1.54.0-src.tar.xz.asc 801 BLAKE2B 
5ee9166eaa00e4ffec10fb82b18946d403bc2030c6e04de6449311cbccc2ef1b017044f451a1c19be3a0a9640c4a9a9e4bd22d28e2115509f333ae38eb25e9d4
 SHA512 
5ad91f43515de14114964db0348cd28c08adc6dc935f110bf339053414b8eab8a40f1074ceffa44ed2df61254f8368d867479400618c44efaa0333642ab49d07
 DIST rustc-1.55.0-src.tar.xz 117197580 BLAKE2B 
8d9739ce7571146aee0e07c6287de9a8c4f1a914606cd47819eb1ef118b15772ecf22d0d43d7732f03c234a013fa54a4a7f0578a3f136af518f71bf64a03305d
 SHA512 
7522f2fa95d5af92472404ecc97d7d9e745e88c933196a83fa373ce1efff6db3c295e0e2afdbfa1ff00644554efa0c3c7f6c11f9119ecf9010cb440b3f27c2da
 DIST rustc-1.55.0-src.tar.xz.asc 801 BLAKE2B 
5b4ba951ed7ed56c7bd9c71df89cc1e966485d77411016ad71a811ad8e21b88295deec08f24f65afdb163e69ee0fe19288bcc64d18fe272bea51319caddb66b2
 SHA512 
9bc858ce26cc069cafaefe6165cb15a07e144ad6d6312bcbe115a0a51fec6e281d3e8a7977e958d7fa10e77139548d57396b1552a2802ec74b7bc6ac641e7ae4
-DIST rustc-1.56.0-src.tar.xz 121802340 BLAKE2B 
aa471fd0785d6ceb75d4b661d466a450c960f6df19018a74732f2bab6ec176ea95e247e7cd44d550345bfa723bfc1b6088f0436287bed3752558654198856003
 SHA512 
2daa365524b47dcc48e49a0e9c8c45988af44c0845e2695dc5053f18e768e49acf3dbdd77f808dbf260546ef608eb47c593544012dd05675cb7e6b6223900315
-DIST rustc-1.56.0-src.tar.xz.asc 801 BLAKE2B 
75bd829e457b6cefb2fcdfd04ef835487c295420d9d9c8fd7af800b405fe1113c14be01ad3540fea7ed7c743397e337ce1d3b0e757c73292d7f342f352e89791
 SHA512 
e81cf3d8b1c97803138d4487c32c1463526d53513112b4fa170a81ba947280613fb3260b43d0629a45c859519ea094e467ce0cc0def722577febc3cc34ce5ed8
 DIST rustc-1.56.1-src.tar.xz 121798264 BLAKE2B 
09677b0332022f28a0d80949a6735929dbf64276f7eb57195d8c33e6c80f13c903432ff77d8834093ab551677618fb1d385f2300e2b1b4c064f9c245c696be32
 SHA512 
193468e211cde9ebc5f6e30b8e3733b79bd8710fe6dd45c7ed8d4392f91010d30466787afd4d0b2041cd7dd994924fee8ad111048824e248bd994959e55bf15f
 DIST rustc-1.56.1-src.tar.xz.asc 801 BLAKE2B 
70ed1c26971e864aa6cc9b05eb52c4a140d0d0cccb3ff66d4a13e1b1dbac958c5369f76524c4702311566ed26aff635f5e3d35d9da71d96e070f5f0e978dc2ba
 SHA512 
f997e7962ef8b283c19c97d8b898f3642f1a58c89a9cc5470cf88682263a42e2054d670c12bf93c41e81edf8324a5b51453f402a74bccb7744c7f463cf689aa8
 DIST rustc-1.57.0-src.tar.xz 122681768 BLAKE2B 
739fe2c34b01bb0c6beeb7717badeb2ba12f00b91831977bf0d8782d806071f8ed696e94bf51d53509ae6e5c5773544b2dcf4187e81682c2f765d0975c64ca7d
 SHA512 
7903bcfc7c1db208da5d5991bd5b7f55dbe5917d4814274a8badf0d3b767211e81f8626c355ea93142f236abf116d5921c0b542ef309fbe84ece1ce84e5af30f

diff --git a/dev-lang/rust/rust-1.56.0-r1.ebuild 
b/dev-lang/rust/rust-1.56.0-r1.ebuild
deleted file mode 100644
index 029ca3b0c76b..
--- a/dev-lang/rust/rust-1.56.0-r1.ebuild
+++ /dev/null
@@ -1,682 +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 bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
-   multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
-
-if [[ ${PV} = *beta* ]]; then
-   betaver=${PV//*beta}
-   BETA_SNAPSHOT="${betaver:0:4}-${betaver:4:2}-${betaver:6:2}"
-   MY_P="rustc-beta"
-   SLOT="beta/${PV}"
-   SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz -> rustc-${PV}-src.tar.xz"
-else
-   ABI_VER="$(ver_cut 1-2)"
-   SLOT="stable/${ABI_VER}"
-   MY_P="rustc-${PV}"
-   SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0"
-
-DESCRIPTION="Systems programming language from Mozilla"
-HOMEPAGE="https://www.rust-lang.org/;
-
-SRC_URI="
-   https://static.rust-lang.org/dist/${SRC}
-   verify-sig? ( https://static.rust-lang.org/dist/${SRC}.asc )
-   !system-bootstrap? ( $(rust_all_arch_uris rust-${RUST_STAGE0_VERSION}) )
-"
-
-# keep in sync with llvm ebuild of the same version as bundled one.
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430
-   NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore )
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/(-)?}
-

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

2021-12-25 Thread Sam James
commit: 15b23be3f27dbc4b9c525ddfa52f23b8f209498f
Author: Oz N Tiram  gmail  com>
AuthorDate: Sat Dec 25 14:39:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:33:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b23be3

dev-lang/janet: drop 1.16.1

Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23507
Signed-off-by: Sam James  gentoo.org>

 dev-lang/janet/Manifest|  1 -
 dev-lang/janet/janet-1.16.1.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest
index 9455bbcef90f..9ff51eab62ec 100644
--- a/dev-lang/janet/Manifest
+++ b/dev-lang/janet/Manifest
@@ -1,3 +1,2 @@
-DIST janet-1.16.1.tar.gz 493490 BLAKE2B 
7542644a647d9d2ddd73d8e284f749cdad1900b8df2797c99a2f176c93eca412427b7f571493cfe62f64dd9c90bd12d8506b0f4b6b485ab2d3633e989e735cd9
 SHA512 
f4be0703676acad8896e41b46d79c4f6d0c487028f1fd1abd681f756db119a06a5d6a0653b9301afcd62f45d6f1bb7876b9613c0ea28d7199e310a52895d
 DIST janet-1.17.2.tar.gz 488524 BLAKE2B 
33e801eb10b46d44a36b95bd29ea318ab3daa88654f47e12303344d2362a2ecc0d0f2ab9371d9539e0787df08664f503ee268b7acf967bd74a929992bc3ea2be
 SHA512 
608ae20992d90cd93a364239c967fef8fdd1c631f1777211d916c6dc16cac5f007f52565bdf24cc0f8af1f521a0977a7245a3c137fc3b61583c2900e26fee81c
 DIST janet-1.19.2.tar.gz 486633 BLAKE2B 
420b98218cf6a592ab385f5d9432d9e8ae98fe0a4b9c294aa2783e3ee810d256ef1ccf17c3986d7e490e4fcc046cb9a25b2d0f09ada223c19104e49d703d5d33
 SHA512 
4181f15ad61bfba46ce87acd148166bd0ab3c5dd5fb608d8d8722b912ecfa435baa7d881d4a8163aabb1b06bca2983b108dfb7256efa854c12c136e4f24c1ef2

diff --git a/dev-lang/janet/janet-1.16.1.ebuild 
b/dev-lang/janet/janet-1.16.1.ebuild
deleted file mode 100644
index 16f31087d1a9..
--- a/dev-lang/janet/janet-1.16.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A dynamic Lisp dialect and bytecode vm"
-HOMEPAGE="https://janet-lang.org https://github.com/janet-lang/janet/;
-SRC_URI="https://github.com/janet-lang/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-MY_RELEASE="${PV::-2}"
-
-PATCHES="${FILESDIR}/janet-1.16.1-make.patch"
-
-src_configure() {
-   append-ldflags -Wl,-soname,libjanet.so.1.${MY_RELEASE}
-   append-cflags -fPIC
-}
-
-src_compile() {
-   # janet_build is the git hash of the commit related to the
-   # current release - it defines a constant which is then shown
-   # when starting janet
-   local janet_build='\"'${PV}'\"'
-   emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
JANET_BUILD="${janet_build}"
-   emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" build/janet.pc 
JANET_BUILD="${janet_build}"
-   emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" docs 
JANET_BUILD="${janet_build}"
-   emake LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" build/jpm 
JANET_BUILD="${janet_build}"
-}
-
-src_install() {
-   dobin "build/janet"
-   dobin "jpm"
-   insinto "usr/include/janet"
-   doheader "src/include/janet.h"
-   doheader "src/conf/janetconf.h"
-
-   dolib.so "build/libjanet.so"
-   dosym libjanet.so /usr/$(get_libdir)/libjanet.so.${MY_RELEASE}
-   dosym libjanet.so.${MY_RELEASE} /usr/$(get_libdir)/libjanet.so.${PV}
-
-   if use static-libs; then
-   dolib.a "build/libjanet.a"
-   fi
-   doman "janet.1"
-   doman "jpm.1"
-
-   insinto /usr/$(get_libdir)/pkgconfig/
-   doins "build/janet.pc"
-   dodoc -r examples
-   dodoc "build/doc.html"
-   # required for jpm
-   keepdir /usr/$(get_libdir)/janet/.cache
-}
-
-pkg_postinst() {
-   elog "Enable use flag \"static-libs\" for building stand-alone 
executables with jpm"
-}



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

2021-12-25 Thread Sam James
commit: 75a9246b863952692f31e379f9a10c264442a2f4
Author: Oz N Tiram  gmail  com>
AuthorDate: Sat Dec 25 14:39:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:33:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a9246b

dev-lang/janet: add 1.19.2

Signed-off-by: Oz N Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/janet/Manifest|  1 +
 dev-lang/janet/janet-1.19.2.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest
index 1d210404ad66..9455bbcef90f 100644
--- a/dev-lang/janet/Manifest
+++ b/dev-lang/janet/Manifest
@@ -1,2 +1,3 @@
 DIST janet-1.16.1.tar.gz 493490 BLAKE2B 
7542644a647d9d2ddd73d8e284f749cdad1900b8df2797c99a2f176c93eca412427b7f571493cfe62f64dd9c90bd12d8506b0f4b6b485ab2d3633e989e735cd9
 SHA512 
f4be0703676acad8896e41b46d79c4f6d0c487028f1fd1abd681f756db119a06a5d6a0653b9301afcd62f45d6f1bb7876b9613c0ea28d7199e310a52895d
 DIST janet-1.17.2.tar.gz 488524 BLAKE2B 
33e801eb10b46d44a36b95bd29ea318ab3daa88654f47e12303344d2362a2ecc0d0f2ab9371d9539e0787df08664f503ee268b7acf967bd74a929992bc3ea2be
 SHA512 
608ae20992d90cd93a364239c967fef8fdd1c631f1777211d916c6dc16cac5f007f52565bdf24cc0f8af1f521a0977a7245a3c137fc3b61583c2900e26fee81c
+DIST janet-1.19.2.tar.gz 486633 BLAKE2B 
420b98218cf6a592ab385f5d9432d9e8ae98fe0a4b9c294aa2783e3ee810d256ef1ccf17c3986d7e490e4fcc046cb9a25b2d0f09ada223c19104e49d703d5d33
 SHA512 
4181f15ad61bfba46ce87acd148166bd0ab3c5dd5fb608d8d8722b912ecfa435baa7d881d4a8163aabb1b06bca2983b108dfb7256efa854c12c136e4f24c1ef2

diff --git a/dev-lang/janet/janet-1.19.2.ebuild 
b/dev-lang/janet/janet-1.19.2.ebuild
new file mode 100644
index ..540be0ac1f9c
--- /dev/null
+++ b/dev-lang/janet/janet-1.19.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="A dynamic Lisp dialect and bytecode vm"
+HOMEPAGE="https://janet-lang.org https://github.com/janet-lang/janet/;
+SRC_URI="https://github.com/janet-lang/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+MY_RELEASE="${PV::-2}"
+
+src_configure() {
+   tc-export CC
+
+   append-ldflags -Wl,-soname,libjanet.so.1.${MY_RELEASE}
+   append-cflags -fPIC
+}
+
+src_compile() {
+   # janet_build is the git hash of the commit related to the
+   # current release - it defines a constant which is then shown
+   # when starting janet
+   local janet_build='\"'${PV}'\"'
+
+   local target
+   for target in '' build/janet.pc docs ; do
+   einfo "Building: ${target:-main}"
+   emake \
+   LIBDIR="/usr/$(get_libdir)" \
+   PREFIX="/usr" \
+   JANET_BUILD="${janet_build}" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   ${target}
+   done
+}
+
+src_install() {
+   dobin build/janet
+
+   insinto /usr/include/janet
+   doheader src/include/janet.h
+   doheader src/conf/janetconf.h
+
+   dolib.so build/libjanet.so
+   dosym libjanet.so /usr/$(get_libdir)/libjanet.so.${MY_RELEASE}
+   dosym libjanet.so.${MY_RELEASE} /usr/$(get_libdir)/libjanet.so.${PV}
+
+   if use static-libs; then
+   dolib.a build/libjanet.a
+   fi
+
+   doman janet.1
+
+   insinto /usr/$(get_libdir)/pkgconfig/
+   doins build/janet.pc
+
+   dodoc -r examples
+   dodoc build/doc.html
+}
+
+pkg_postinst() {
+   elog "Note: jpm has been extracted to its own repository upstream."
+   elog "Follow the upstream instructions on how to install it."
+   elog "Enable use flag \"static-libs\" for building stand-alone 
executables with jpm"
+}



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

2021-12-25 Thread Georgy Yakovlev
commit: f1d49aa62b93da6affc07699181071db638d0724
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec 21 20:23:10 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:24:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d49aa6

gnome-base/librsvg: specify QA_FLAGS_IGNORED

to silence QA notices about ignored flags for rust app

Closes: https://github.com/gentoo/gentoo/pull/23459
Signed-off-by: Georgy Yakovlev  gentoo.org>

 gnome-base/librsvg/librsvg-2.40.21.ebuild | 5 +
 gnome-base/librsvg/librsvg-2.50.7.ebuild  | 5 +
 gnome-base/librsvg/librsvg-2.52.5.ebuild  | 5 +
 3 files changed, 15 insertions(+)

diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild 
b/gnome-base/librsvg/librsvg-2.40.21.ebuild
index 8c57841ec7c8..bbd1656e7ba5 100644
--- a/gnome-base/librsvg/librsvg-2.40.21.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild
@@ -39,6 +39,11 @@ BDEPEND="
 "
 # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by 
eautoreconf
 
+QA_FLAGS_IGNORED="
+   usr/bin/rsvg-convert
+   usr/lib.*/librsvg.*
+"
+
 RESTRICT="test" # Lots of issues due to freetype changes and more; ever since 
newer tests got backported into 2.40.19
 
 PATCHES=(

diff --git a/gnome-base/librsvg/librsvg-2.50.7.ebuild 
b/gnome-base/librsvg/librsvg-2.50.7.ebuild
index c498732ad533..c81f61052c15 100644
--- a/gnome-base/librsvg/librsvg-2.50.7.ebuild
+++ b/gnome-base/librsvg/librsvg-2.50.7.ebuild
@@ -37,6 +37,11 @@ DEPEND="${RDEPEND}
 "
 # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by 
eautoreconf
 
+QA_FLAGS_IGNORED="
+   usr/bin/rsvg-convert
+   usr/lib.*/librsvg.*
+"
+
 RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get 
into an infinite compilation sometimes, etc.
 
 src_prepare() {

diff --git a/gnome-base/librsvg/librsvg-2.52.5.ebuild 
b/gnome-base/librsvg/librsvg-2.52.5.ebuild
index 26830cf01f9e..f933ab707b47 100644
--- a/gnome-base/librsvg/librsvg-2.52.5.ebuild
+++ b/gnome-base/librsvg/librsvg-2.52.5.ebuild
@@ -35,6 +35,11 @@ DEPEND="${RDEPEND}
 "
 # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by 
eautoreconf
 
+QA_FLAGS_IGNORED="
+   usr/bin/rsvg-convert
+   usr/lib.*/librsvg.*
+"
+
 RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get 
into an infinite compilation sometimes, etc.
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/

2021-12-25 Thread Georgy Yakovlev
commit: 1f6533fd074c3d3626b441e739ecac22353e2e1f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec 21 20:15:45 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Dec 26 00:24:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6533fd

x11-misc/colord: use tmpfiles.eclass

QA: other
QA Notice: package is installing tmpfiles without inheriting tmpfiles.eclass!
Packages must inherit tmpfiles.eclass then call tmpfiles_process in 
pkg_postinst.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/colord/{colord-1.4.5-r2.ebuild => colord-1.4.5-r3.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/colord/colord-1.4.5-r2.ebuild 
b/x11-misc/colord/colord-1.4.5-r3.ebuild
similarity index 96%
rename from x11-misc/colord/colord-1.4.5-r2.ebuild
rename to x11-misc/colord/colord-1.4.5-r3.ebuild
index 2b58d928279d..33836fa71439 100644
--- a/x11-misc/colord/colord-1.4.5-r2.ebuild
+++ b/x11-misc/colord/colord-1.4.5-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit bash-completion-r1 meson-multilib vala
+inherit bash-completion-r1 meson-multilib tmpfiles vala
 
 DESCRIPTION="System service to accurately color manage input and output 
devices"
 HOMEPAGE="https://www.freedesktop.org/software/colord/;
@@ -118,3 +118,7 @@ multilib_src_install_all() {
dodoc examples/*.c
fi
 }
+
+pkg_postinst() {
+   tmpfiles_process colord.conf
+}



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

2021-12-25 Thread Sam James
commit: a828309e12921144f2f53226c6aa73c785139006
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a828309e

dev-python/csscompressor: Stabilize 0.9.5 x86, #829981

Signed-off-by: Sam James  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 6be19a6a0200..f9312fcde96f 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 ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: media-video/rav1e/

2021-12-25 Thread Sam James
commit: d5f00bf5e2b63248ce5a3478b0d40ef339ef6373
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f00bf5

media-video/rav1e: Stabilize 0.4.1-r1 amd64, #829897

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

 media-video/rav1e/rav1e-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/rav1e/rav1e-0.4.1-r1.ebuild 
b/media-video/rav1e/rav1e-0.4.1-r1.ebuild
index 4eb8496cafd6..fbf85f877020 100644
--- a/media-video/rav1e/rav1e-0.4.1-r1.ebuild
+++ b/media-video/rav1e/rav1e-0.4.1-r1.ebuild
@@ -272,7 +272,7 @@ else
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
-   KEYWORDS="~amd64 arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="The fastest and safest AV1 encoder"



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

2021-12-25 Thread Sam James
commit: b72f3f298016d9fe2dee05ed65a135032b96aa11
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72f3f29

dev-libs/granite: Stabilize 6.0.0 x86, #829970

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

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

diff --git a/dev-libs/granite/granite-6.0.0.ebuild 
b/dev-libs/granite/granite-6.0.0.ebuild
index e63ea67376b0..2a9b26d58d5c 100644
--- a/dev-libs/granite/granite-6.0.0.ebuild
+++ b/dev-libs/granite/granite-6.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 BDEPEND="
$(vala_depend)



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

2021-12-25 Thread Sam James
commit: 83bdcf1647024d40533610d3cbe204552c314fcf
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bdcf16

dev-libs/granite: Stabilize 6.0.0 amd64, #829970

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

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

diff --git a/dev-libs/granite/granite-6.0.0.ebuild 
b/dev-libs/granite/granite-6.0.0.ebuild
index 2a9b26d58d5c..0ec8acd50002 100644
--- a/dev-libs/granite/granite-6.0.0.ebuild
+++ b/dev-libs/granite/granite-6.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/elementary/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 
 BDEPEND="
$(vala_depend)



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

2021-12-25 Thread Sam James
commit: 9d80db89517c37063deb121629ce048c7481fb5e
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d80db89

dev-python/mkdocs-minify-plugin: Stabilize 0.5.0-r1 x86, #829981

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

 dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild 
b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild
index 0896ebe15567..55540167844a 100644
--- a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild
+++ b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.5.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
>=dev-python/csscompressor-0.9.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-video/rav1e/

2021-12-25 Thread Sam James
commit: 08a5f12da3d2e99efd9517607df0ea843831dd6d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a5f12d

media-video/rav1e: Stabilize 0.4.1-r1 x86, #829897

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

 media-video/rav1e/rav1e-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/rav1e/rav1e-0.4.1-r1.ebuild 
b/media-video/rav1e/rav1e-0.4.1-r1.ebuild
index 6af6a5d7a080..4eb8496cafd6 100644
--- a/media-video/rav1e/rav1e-0.4.1-r1.ebuild
+++ b/media-video/rav1e/rav1e-0.4.1-r1.ebuild
@@ -272,7 +272,7 @@ else
https://github.com/xiph/rav1e/archive/v${PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})
"
-   KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="The fastest and safest AV1 encoder"



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

2021-12-25 Thread Sam James
commit: 868276b5b8e534f1910b9038dfb79b9b50b631a4
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:22:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:22:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868276b5

dev-python/msgpack: Stabilize 1.0.3 x86, #829979

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

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

diff --git a/dev-python/msgpack/msgpack-1.0.3.ebuild 
b/dev-python/msgpack/msgpack-1.0.3.ebuild
index e1c9342dab87..6a436ff47874 100644
--- a/dev-python/msgpack/msgpack-1.0.3.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ppc x86 ~x64-macos"
 IUSE="+native-extensions"
 
 # extension code is relying on CPython implementation details



[gentoo-commits] repo/proj/libressl:master commit in: dev-python/cryptography/files/

2021-12-25 Thread Quentin Retornaz
commit: 6727f6e9e776efa7000c53dc4aef0e904c04a238
Author: orbea  riseup  net>
AuthorDate: Sat Oct  2 06:19:19 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Dec 26 00:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6727f6e9

dev-python/cryptography: Update libressl patch

With a patch from OpenBSD

https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security/py-cryptography/patches/patch-src__cffi_src_openssl_evp_py
https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/security/py-cryptography/patches/patch-src__cffi_src_openssl_ssl_py?rev=1.8=text/plain

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/357
Signed-off-by: Quentin Retornaz  retornaz.com>

 .../files/cryptography-3.4.7-libressl.patch| 174 -
 1 file changed, 102 insertions(+), 72 deletions(-)

diff --git a/dev-python/cryptography/files/cryptography-3.4.7-libressl.patch 
b/dev-python/cryptography/files/cryptography-3.4.7-libressl.patch
index abbb149..4bd961f 100644
--- a/dev-python/cryptography/files/cryptography-3.4.7-libressl.patch
+++ b/dev-python/cryptography/files/cryptography-3.4.7-libressl.patch
@@ -1,19 +1,18 @@
-From e540d3285f92d1e8d7d6249b8a6e36948e619fe4 Mon Sep 17 00:00:00 2001
+From 52e3455eaa515a9f4ce4077ff169c6c2c40e9904 Mon Sep 17 00:00:00 2001
 From: Charlie Li 
 Date: Mon, 19 Apr 2021 17:25:22 -0400
-Subject: [PATCH 1/4] LibreSSL 3.3.2 supports SSL_OP_NO_DTLS*
+Subject: [PATCH 1/5] LibreSSL 3.3.2 supports SSL_OP_NO_DTLS*
 
 While here, bump CI
 ---
  src/_cffi_src/openssl/cryptography.py | 9 +
- src/_cffi_src/openssl/ssl.py  | 2 +-
- 2 files changed, 10 insertions(+), 1 deletions(-)
+ 1 file changed, 9 insertions(+)
 
 diff --git a/src/_cffi_src/openssl/cryptography.py 
b/src/_cffi_src/openssl/cryptography.py
-index e2b5a13235a..ab296343906 100644
+index e2b5a13..ab29634 100644
 --- a/src/_cffi_src/openssl/cryptography.py
 +++ b/src/_cffi_src/openssl/cryptography.py
-@@ -32,6 +32,13 @@
+@@ -32,6 +32,13 @@ INCLUDES = """
  #include 
  #endif
  
@@ -27,7 +26,7 @@ index e2b5a13235a..ab296343906 100644
  #define CRYPTOGRAPHY_OPENSSL_110F_OR_GREATER \
  (OPENSSL_VERSION_NUMBER >= 0x1010006f && !CRYPTOGRAPHY_IS_LIBRESSL)
  
-@@ -59,6 +66,8 @@
+@@ -59,6 +66,8 @@ static const int CRYPTOGRAPHY_OPENSSL_LESS_THAN_111B;
  static const int CRYPTOGRAPHY_NEEDS_OSRANDOM_ENGINE;
  
  static const int CRYPTOGRAPHY_IS_LIBRESSL;
@@ -36,64 +35,24 @@ index e2b5a13235a..ab296343906 100644
  """
  
  FUNCTIONS = """
-diff --git a/src/_cffi_src/openssl/ssl.py b/src/_cffi_src/openssl/ssl.py
-index 11a7d63a961..23cbc5ff425 100644
 a/src/_cffi_src/openssl/ssl.py
-+++ b/src/_cffi_src/openssl/ssl.py
-@@ -585,7 +585,7 @@
- static const long TLS_ST_OK = 0;
- #endif
- 
--#if CRYPTOGRAPHY_IS_LIBRESSL
-+#if CRYPTOGRAPHY_IS_LIBRESSL && !CRYPTOGRAPHY_LIBRESSL_332_OR_GREATER
- static const long SSL_OP_NO_DTLSv1 = 0;
- static const long SSL_OP_NO_DTLSv1_2 = 0;
- long (*DTLS_set_link_mtu)(SSL *, long) = NULL;
+-- 
+2.32.0
 
-From ec2a1701a34a28783e2353befb9c5c057f65d782 Mon Sep 17 00:00:00 2001
-From: Charlie Li 
-Date: Mon, 19 Apr 2021 17:41:33 -0400
-Subject: [PATCH 2/4] Fix preprocessor guards for LibreSSL's SSL_OP_NO_DTLS*
-
-DTLS_set_link_mtu and DTLS_get_link_min_mtu are not part of 3.3.2

- src/_cffi_src/openssl/ssl.py | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/_cffi_src/openssl/ssl.py b/src/_cffi_src/openssl/ssl.py
-index 23cbc5ff425..a0b1641454e 100644
 a/src/_cffi_src/openssl/ssl.py
-+++ b/src/_cffi_src/openssl/ssl.py
-@@ -585,9 +585,11 @@
- static const long TLS_ST_OK = 0;
- #endif
- 
--#if CRYPTOGRAPHY_IS_LIBRESSL && !CRYPTOGRAPHY_LIBRESSL_332_OR_GREATER
-+#if CRYPTOGRAPHY_IS_LIBRESSL
-+#if !CRYPTOGRAPHY_LIBRESSL_332_OR_GREATER
- static const long SSL_OP_NO_DTLSv1 = 0;
- static const long SSL_OP_NO_DTLSv1_2 = 0;
-+#endif
- long (*DTLS_set_link_mtu)(SSL *, long) = NULL;
- long (*DTLS_get_link_min_mtu)(SSL *) = NULL;
- #endif
-
-From 7d03d4477b4f06a3e1ec412afa0f2e4edb4e3893 Mon Sep 17 00:00:00 2001
+From ca19df93826de2eb115756fe4989cc324fa69b6e Mon Sep 17 00:00:00 2001
 From: Charlie Li 
 Date: Mon, 19 Apr 2021 18:16:14 -0400
-Subject: [PATCH 3/4] Switch to LESS_THAN context for LibreSSL 3.3.2
+Subject: [PATCH 2/5] Switch to LESS_THAN context for LibreSSL 3.3.2
 
 While here, fix indents
 ---
  src/_cffi_src/openssl/cryptography.py | 8 
- src/_cffi_src/openssl/ssl.py  | 2 +-
- 2 files changed, 5 insertions(+), 5 deletions(-)
+ 1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/src/_cffi_src/openssl/cryptography.py 
b/src/_cffi_src/openssl/cryptography.py
-index ab296343906..0b468c8d719 100644
+index ab29634..0b468c8 100644
 --- a/src/_cffi_src/openssl/cryptography.py
 +++ b/src/_cffi_src/openssl/cryptography.py
-@@ -33,10 +33,10 @@
+@@ -33,10 +33,10 @@ INCLUDES = """
  #endif
  
  #if CRYPTOGRAPHY_IS_LIBRESSL
@@ -107,7 +66,7 

[gentoo-commits] repo/gentoo:master commit in: sys-process/gnome-usage/

2021-12-25 Thread Sam James
commit: e51e21daf5c1f5bf9c7e1ac29a1dcbe0af001b69
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51e21da

sys-process/gnome-usage: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-process/gnome-usage/gnome-usage-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild 
b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
index d53a8a5db697..7e1b607deed6 100644
--- a/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
+++ b/sys-process/gnome-usage/gnome-usage-3.38.1.ebuild
@@ -7,7 +7,7 @@ VALA_USE_DEPEND="vapigen"
 
 inherit gnome.org gnome2-utils meson vala xdg
 
-DESCRIPTION="A nice way to view information about use of system resources."
+DESCRIPTION="A nice way to view information about use of system resources"
 HOMEPAGE="https://wiki.gnome.org/Apps/Usage;
 
 LICENSE="GPL-3+"



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

2021-12-25 Thread Sam James
commit: de8474a74b391184128f061167b6c35c5ad8b28c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8474a7

sys-libs/obstack-standalone: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild 
b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
index 12d8cbc9eb24..e39d0b9acb48 100644
--- a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
+++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit autotools
 
-DESCRIPTION="A standalone library to implement GNU libc's obstack."
+DESCRIPTION="A standalone library to implement GNU libc's obstack"
 HOMEPAGE="https://github.com/pullmoll/musl-obstack;
 SRC_URI="https://github.com/pullmoll/musl-obstack/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2021-12-25 Thread Sam James
commit: 11be174b9fbc815432381ddcf749b05c85b88521
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11be174b

www-apps/dokuwiki: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 www-apps/dokuwiki/dokuwiki-20180422a.ebuild | 4 ++--
 www-apps/dokuwiki/dokuwiki-20180422b.ebuild | 4 ++--
 www-apps/dokuwiki/dokuwiki-20200729.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild 
b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
index 336c627e5ccd..f806c4e91ee8 100644
--- a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit webapp
 MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
 MY_PV="${MY_BASE_PV}${PV:8:1}"
 
-DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
+DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs"
 HOMEPAGE="https://wiki.dokuwiki.org;
 SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
 

diff --git a/www-apps/dokuwiki/dokuwiki-20180422b.ebuild 
b/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
index 1d99e100aff1..f806c4e91ee8 100644
--- a/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit webapp
 MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
 MY_PV="${MY_BASE_PV}${PV:8:1}"
 
-DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
+DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs"
 HOMEPAGE="https://wiki.dokuwiki.org;
 SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz;
 

diff --git a/www-apps/dokuwiki/dokuwiki-20200729.ebuild 
b/www-apps/dokuwiki/dokuwiki-20200729.ebuild
index 1a3c5c8fe58a..84954389b5dd 100644
--- a/www-apps/dokuwiki/dokuwiki-20200729.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20200729.ebuild
@@ -19,7 +19,7 @@ else
S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 
-DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs."
+DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's 
documentation needs"
 HOMEPAGE="https://wiki.dokuwiki.org;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/quitcount/

2021-12-25 Thread Sam James
commit: 8b170913102f66f6fd96c54f936c06c2b023b423
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b170913

x11-misc/quitcount: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 x11-misc/quitcount/quitcount-3.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild 
b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
index 427e0fd4f5d6..f56ec1bf8160 100644
--- a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
+++ b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
@@ -7,7 +7,7 @@ inherit xdg
 
 # The string in SRC_URI doesn't follow standard naming convention
 MV="3.1"
-DESCRIPTION="A simple applet that shows what you saved since you quit smoking."
+DESCRIPTION="A simple applet that shows what you saved since you quit smoking"
 HOMEPAGE="http://quitcount.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2021-12-25 Thread Sam James
commit: 7dc5101b1da19b2be35991beee0732c70f18856c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc5101b

www-misc/profile-sync-daemon: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild | 4 ++--
 www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
index 0d734919e20a..fbfdca9a0266 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit versionator
 
-DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon;
 
 SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
index e710ff290224..637116c664b2 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit git-r3
 
-DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon;
 EGIT_REPO_URI="https://github.com/graysky2/${PN};
 



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

2021-12-25 Thread Sam James
commit: 878d739c46dc201e7d8ee1c78c9cfd664750cd3a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878d739c

sys-libs/fortify-headers: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-libs/fortify-headers/fortify-headers-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild 
b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
index 12b1d42a9749..90e1ebc8b420 100644
--- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
+++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild
@@ -12,7 +12,7 @@ else
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
 fi
 
-DESCRIPTION="A standalone implementation of fortify source."
+DESCRIPTION="A standalone implementation of fortify source"
 HOMEPAGE="http://git.2f30.org/fortify-headers/;
 
 LICENSE="ISC"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-GerZurcher/

2021-12-25 Thread Sam James
commit: eeb66de4a87e1ad9034caf5263375946fa166cea
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:17:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb66de4

app-dicts/sword-GerZurcher: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Sam James  gentoo.org>

 app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild 
b/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
index 33626b6daa63..f7b9722b1c53 100644
--- a/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
+++ b/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
@@ -7,7 +7,7 @@ SWORD_MINIMUM_VERSION="1.6.0"
 
 inherit sword-module
 
-DESCRIPTION="Deutsche Zürcher Bibel von 1931."
+DESCRIPTION="Deutsche Zürcher Bibel von 1931"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerZurcher;
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~ppc ~riscv ~x86"



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

2021-12-25 Thread Sam James
commit: 8bf15961d01e74173dc95a14906dbe5fed820106
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf15961

sys-libs/queue-standalone: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild 
b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild
index 133216a3d29b..be85c431903e 100644
--- a/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild
+++ b/sys-libs/queue-standalone/queue-standalone-0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-DESCRIPTION="Install  from glibc."
+DESCRIPTION="Install  from glibc"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html;
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/

2021-12-25 Thread Sam James
commit: f229c806f7afe95d445f60414b55b44a754337ea
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f229c806

x11-wm/stumpwm: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 x11-wm/stumpwm/stumpwm-18.05.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/stumpwm/stumpwm-18.05.ebuild 
b/x11-wm/stumpwm/stumpwm-18.05.ebuild
index 5f820c4dd92a..d4d35a31bf30 100644
--- a/x11-wm/stumpwm/stumpwm-18.05.ebuild
+++ b/x11-wm/stumpwm/stumpwm-18.05.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit common-lisp-3 autotools desktop elisp-common xdg-utils
 
-DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp."
+DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp"
 HOMEPAGE="https://stumpwm.github.io/;
 SRC_URI="https://github.com/stumpwm/stumpwm/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2021-12-25 Thread Sam James
commit: 2455c3eabf5e2bc9f33a00cb489fbdd6e38ffd89
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2455c3ea

www-apps/webdavcgi: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 www-apps/webdavcgi/webdavcgi-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/webdavcgi/webdavcgi-1.1.2.ebuild 
b/www-apps/webdavcgi/webdavcgi-1.1.2.ebuild
index b9ddf2f7e102..d4b37a0a7cd0 100644
--- a/www-apps/webdavcgi/webdavcgi-1.1.2.ebuild
+++ b/www-apps/webdavcgi/webdavcgi-1.1.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="A Perl CGI for accessing and sharing files, or 
calendar/addressbooks via WebDAV."
+DESCRIPTION="A Perl CGI for accessing and sharing files, or 
calendar/addressbooks via WebDAV"
 HOMEPAGE="https://danrohde.github.io/webdavcgi/;
 SRC_URI="https://github.com/DanRohde/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsprune-bin/

2021-12-25 Thread Sam James
commit: b5b825631f77bd4fb40f5b89d60e05c79362e863
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b82563

sci-geosciences/gpsprune-bin: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild 
b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
index 64683646638f..1babb34afde6 100644
--- a/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
+++ b/sci-geosciences/gpsprune-bin/gpsprune-bin-20.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit desktop
 
-DESCRIPTION="An application for viewing, editing and converting GPS data."
+DESCRIPTION="An application for viewing, editing and converting GPS data"
 HOMEPAGE="http://activityworkshop.net/software/gpsprune/index.html;
 SRC_URI="http://activityworkshop.net/software/gpsprune/gpsprune_${PV}.jar;
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primesieve/

2021-12-25 Thread Sam James
commit: f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a4d48f

sci-mathematics/primesieve: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sci-mathematics/primesieve/primesieve-7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/primesieve/primesieve-7.7.ebuild 
b/sci-mathematics/primesieve/primesieve-7.7.ebuild
index 5d26f8b6a858..dff175df46b6 100644
--- a/sci-mathematics/primesieve/primesieve-7.7.ebuild
+++ b/sci-mathematics/primesieve/primesieve-7.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake
 
-DESCRIPTION="CLI and library for quickly generating prime numbers."
+DESCRIPTION="CLI and library for quickly generating prime numbers"
 HOMEPAGE="https://github.com/kimwalisch/primesieve;
 SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="BSD-2"



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

2021-12-25 Thread Sam James
commit: ecd99e2955e2721a5ee3d3520fd7447704e598c9
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd99e29

sci-libs/rocBLAS: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild 
b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
index 4e05309d0c48..48945fe72456 100644
--- a/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-4.3.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} )
 
 inherit cmake prefix python-any-r1
 
-DESCRIPTION="AMD's library for BLAS on ROCm."
+DESCRIPTION="AMD's library for BLAS on ROCm"
 HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocBLAS;
 
SRC_URI="https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-${PV}.tar.gz
 -> rocm-${P}.tar.gz

https://github.com/ROCmSoftwarePlatform/Tensile/archive/rocm-${PV}.tar.gz -> 
rocm-Tensile-${PV}.tar.gz"



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

2021-12-25 Thread Sam James
commit: dc1303696cedcbf29f0a7d50c028a44a93757e3f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc130369

sci-libs/branca: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild 
b/sci-libs/branca/branca-0.4.2-r1.ebuild
index 84668d2004a7..e839df8505fb 100644
--- a/sci-libs/branca/branca-0.4.2-r1.ebuild
+++ b/sci-libs/branca/branca-0.4.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8,9} )
 inherit distutils-r1
 
-DESCRIPTION="spinoff from folium, host the non-map-specific features."
+DESCRIPTION="spinoff from folium, host the non-map-specific features"
 HOMEPAGE="https://github.com/python-visualization/branca;
 
SRC_URI="https://github.com/python-visualization/${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 



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

2021-12-25 Thread Sam James
commit: c9452adf40e872911ea7e6d630b11ad06c88cd75
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9452adf

sci-libs/dmlc-core: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild 
b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
index 1d661c8dbc15..06b9ed11eaae 100644
--- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
+++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit toolchain-funcs cmake-utils
 
-DESCRIPTION="Common bricks library for building distributed machine learning."
+DESCRIPTION="Common bricks library for building distributed machine learning"
 HOMEPAGE="https://github.com/dmlc/dmlc-core;
 
 if [[ ${PV} == ** ]] ; then



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

2021-12-25 Thread Sam James
commit: 37669a0566b6245a1e5e26acfce36c0f74521de4
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37669a05

net-misc/websocketd: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-misc/websocketd/websocketd-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/websocketd/websocketd-0.4.1.ebuild 
b/net-misc/websocketd/websocketd-0.4.1.ebuild
index a611fd44e054..3e47380c1fb4 100644
--- a/net-misc/websocketd/websocketd-0.4.1.ebuild
+++ b/net-misc/websocketd/websocketd-0.4.1.ebuild
@@ -7,7 +7,7 @@ inherit go-module
 EGIT_COMMIT="v${PV}"
 
ARCHIVE_URI="https://github.com/joewalnes/websocketd/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
 KEYWORDS="~amd64"
-DESCRIPTION="Like inetd, but for WebSockets."
+DESCRIPTION="Like inetd, but for WebSockets"
 HOMEPAGE="https://github.com/joewalnes/websocketd;
 SLOT="0"
 LICENSE="BSD-2"



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

2021-12-25 Thread Sam James
commit: fc25aa2c5a4ca91741e1da6a4bb8c772748052ca
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc25aa2c

sys-apps/ipmitool: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild | 2 +-
 sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r2.ebuild | 2 +-
 sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild 
b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild
index 93f7d10f73a5..afe6d33c7255 100644
--- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild
+++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit autotools
 
-DESCRIPTION="Utility for controlling IPMI enabled devices."
+DESCRIPTION="Utility for controlling IPMI enabled devices"
 HOMEPAGE="http://ipmitool.sf.net/;
 DEBIAN_PR="9.debian"
 DEBIAN_PV="${PV/_p*}"

diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r2.ebuild 
b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r2.ebuild
index f7c83a27944c..8b34a72624bb 100644
--- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r2.ebuild
+++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit autotools flag-o-matic systemd
 
-DESCRIPTION="Utility for controlling IPMI enabled devices."
+DESCRIPTION="Utility for controlling IPMI enabled devices"
 HOMEPAGE="http://ipmitool.sf.net/;
 DEBIAN_PR="9.debian"
 DEBIAN_PV="${PV/_p*}"

diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild 
b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
index 3d8308829c5f..1c0c8b005757 100644
--- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
+++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit autotools flag-o-matic systemd
 
-DESCRIPTION="Utility for controlling IPMI enabled devices."
+DESCRIPTION="Utility for controlling IPMI enabled devices"
 HOMEPAGE="http://ipmitool.sf.net/;
 DEBIAN_PR="9.debian"
 DEBIAN_PV="${PV/_p*}"



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

2021-12-25 Thread Sam James
commit: 5f7d8c1fa844fa8ed2016b9de8c90834b08188c3
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7d8c1f

net-libs/libslirp: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-libs/libslirp/libslirp-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libslirp/libslirp-4.6.1.ebuild 
b/net-libs/libslirp/libslirp-4.6.1.ebuild
index 66229c715845..cac706bcd170 100644
--- a/net-libs/libslirp/libslirp-4.6.1.ebuild
+++ b/net-libs/libslirp/libslirp-4.6.1.ebuild
@@ -8,7 +8,7 @@ inherit meson
 KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 MY_P="${PN}-v${PV}"
 
SRC_URI="https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
-DESCRIPTION="A TCP-IP emulator used to provide virtual networking services."
+DESCRIPTION="A TCP-IP emulator used to provide virtual networking services"
 HOMEPAGE="https://gitlab.freedesktop.org/slirp/libslirp;
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/xsv/

2021-12-25 Thread Sam James
commit: 804853eed836c98026e54dfc7b98bbcc0abcd3e8
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804853ee

sci-calculators/xsv: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sci-calculators/xsv/xsv-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/xsv/xsv-0.13.0.ebuild 
b/sci-calculators/xsv/xsv-0.13.0.ebuild
index 4d688b826e4e..f04d439a9c62 100644
--- a/sci-calculators/xsv/xsv-0.13.0.ebuild
+++ b/sci-calculators/xsv/xsv-0.13.0.ebuild
@@ -54,7 +54,7 @@ winapi-x86_64-pc-windows-gnu-0.4.0
 
 inherit cargo
 
-DESCRIPTION="A fast CSV command line toolkit written in Rust."
+DESCRIPTION="A fast CSV command line toolkit written in Rust"
 HOMEPAGE="https://github.com/BurntSushi/xsv;
 SRC_URI="$(cargo_crate_uris ${CRATES})
https://github.com/BurntSushi/xsv/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-jlu5/

2021-12-25 Thread Sam James
commit: cddd13ff3ccb36486d0b562b0f010c1fb96a9a89
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddd13ff

net-irc/limnoria-plugins-jlu5: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 .../limnoria-plugins-jlu5-20200105_p20210610.ebuild | 2 +-
 .../limnoria-plugins-jlu5-20200105_p20210703.ebuild | 2 +-
 net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild
index f857aeab9d8d..de4a1554ff76 100644
--- 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild
+++ 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210610.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="3ea070a8036e7262c6fdbd39bf2c7d6407a20f7c"
 
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
+DESCRIPTION="A collection of plugins for the Limnoria IRC bot"
 HOMEPAGE="https://github.com/jlu5/SupyPlugins;
 SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
index 3d151affdaff..247698fd431c 100644
--- 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
+++ 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20200105_p20210703.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="7e959b9f24632d0fa9f587da6e1cde951397ae97"
 
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
+DESCRIPTION="A collection of plugins for the Limnoria IRC bot"
 HOMEPAGE="https://github.com/jlu5/SupyPlugins;
 SRC_URI="https://github.com/jlu5/SupyPlugins/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 

diff --git 
a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild 
b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild
index e9b3b04c72b4..69cdecaa468f 100644
--- a/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild
+++ b/net-irc/limnoria-plugins-jlu5/limnoria-plugins-jlu5-20210801.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
 
-DESCRIPTION="A collection of plugins for the Limnoria IRC bot."
+DESCRIPTION="A collection of plugins for the Limnoria IRC bot"
 HOMEPAGE="https://github.com/jlu5/SupyPlugins;
 SRC_URI="https://github.com/jlu5/SupyPlugins/archive/refs/tags/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
 



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

2021-12-25 Thread Sam James
commit: 343de4e0f58ca393776cc0e4fc4b6560e52f5a58
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343de4e0

net-libs/libbloom: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-libs/libbloom/libbloom-1.5-r2.ebuild | 4 ++--
 net-libs/libbloom/libbloom-1.6.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libbloom/libbloom-1.5-r2.ebuild 
b/net-libs/libbloom/libbloom-1.5-r2.ebuild
index 9be6bd8a03a9..17be8bdca711 100644
--- a/net-libs/libbloom/libbloom-1.5-r2.ebuild
+++ b/net-libs/libbloom/libbloom-1.5-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="A simple and small bloom filter implementation in plain C."
+DESCRIPTION="A simple and small bloom filter implementation in plain C"
 HOMEPAGE="https://github.com/jvirkki/libbloom;
 SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 

diff --git a/net-libs/libbloom/libbloom-1.6.ebuild 
b/net-libs/libbloom/libbloom-1.6.ebuild
index 4ba1dfabf23f..a792f191fa46 100644
--- a/net-libs/libbloom/libbloom-1.6.ebuild
+++ b/net-libs/libbloom/libbloom-1.6.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="A simple and small bloom filter implementation in plain C."
+DESCRIPTION="A simple and small bloom filter implementation in plain C"
 HOMEPAGE="https://github.com/jvirkki/libbloom;
 SRC_URI="https://github.com/jvirkki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 



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

2021-12-25 Thread Sam James
commit: 3f239d93688ce52c138a37fb5ad03b64f9e63522
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f239d93

net-misc/realtek-r8152: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild | 2 +-
 net-misc/realtek-r8152/realtek-r8152-2.15.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild 
b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
index 1f3685ed7ba4..82668bc49329 100644
--- a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
+++ b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
@@ -8,7 +8,7 @@ inherit linux-mod linux-info udev
 SRC_URI="https://github.com/slashbeast/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="amd64 x86"
 
-DESCRIPTION="Out-of-tree driver for Realtek's 2.5 GbE USB NICs."
+DESCRIPTION="Out-of-tree driver for Realtek's 2.5 GbE USB NICs"
 
HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software;
 
 SLOT="0"

diff --git a/net-misc/realtek-r8152/realtek-r8152-2.15.0.ebuild 
b/net-misc/realtek-r8152/realtek-r8152-2.15.0.ebuild
index ac2d53b76ca1..b8439d39d198 100644
--- a/net-misc/realtek-r8152/realtek-r8152-2.15.0.ebuild
+++ b/net-misc/realtek-r8152/realtek-r8152-2.15.0.ebuild
@@ -8,7 +8,7 @@ inherit linux-mod linux-info udev
 SRC_URI="https://github.com/slashbeast/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"
 
-DESCRIPTION="Out-of-tree driver for Realtek's 2.5 GbE USB NICs."
+DESCRIPTION="Out-of-tree driver for Realtek's 2.5 GbE USB NICs"
 
HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software;
 
 SLOT="0"



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

2021-12-25 Thread Sam James
commit: bc0c7f9bdc0867439820ea6f8c7d553e6fa4ba7d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0c7f9b

net-vpn/wireguard-modules: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild 
b/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild
index ce3824f93de5..6c4002c2e7dc 100644
--- a/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild
+++ b/net-vpn/wireguard-modules/wireguard-modules-1.0.20211208.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MODULES_OPTIONAL_USE="module"
 inherit linux-mod bash-completion-r1
 
-DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art 
cryptography."
+DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art 
cryptography"
 HOMEPAGE="https://www.wireguard.com/;
 
 if [[ ${PV} ==  ]]; then



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/

2021-12-25 Thread Sam James
commit: 60def6a7a5a0637fb324664b0538c412f883ca67
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60def6a7

sys-kernel/bliss-initramfs: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild 
b/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild
index 4a881b8d84d0..25c76fb72f50 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..10} )
 inherit python-single-r1
 
-DESCRIPTION="Boot your system's rootfs from Encrypted/OpenZFS."
+DESCRIPTION="Boot your system's rootfs from Encrypted/OpenZFS"
 HOMEPAGE="https://github.com/fearedbliss/bliss-initramfs;
 SRC_URI="https://github.com/fearedbliss/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria-plugins-progval/

2021-12-25 Thread Sam James
commit: 20dc5ae1479b5c1f679dc60209995b1bfff61721
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:15:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dc5ae1

net-irc/limnoria-plugins-progval: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 .../limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild   | 2 +-
 .../limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild   | 2 +-
 .../limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
index be3aa84bc1c1..6f0edf899d91 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210616.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="2049ffbf1fe1e6f26ffad74e628c2adbb84097fb"
 
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked"
 HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;
 SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
 

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
index 2b29d6893f0e..287348367562 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20210629.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="eaf99ec03bb60da78612d8a73e47fba1f6708b0a"
 
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked"
 HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;
 SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
 

diff --git 
a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild 
b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
index 200e2da42c44..76efbd11df13 100644
--- a/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
+++ b/net-irc/limnoria-plugins-progval/limnoria-plugins-progval-20211212.ebuild
@@ -7,7 +7,7 @@ inherit vcs-snapshot
 
 COMMIT="e6a46a7e7eda8df0e1861f1ae290152857b902b5"
 
-DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked."
+DESCRIPTION="Collection of plugins for Supybot/Limnoria I wrote or forked"
 HOMEPAGE="https://github.com/ProgVal/Supybot-plugins;
 SRC_URI="https://github.com/ProgVal/Supybot-plugins/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
 



[gentoo-commits] repo/proj/libressl:master commit in: dev-python/m2crypto/files/, dev-python/m2crypto/

2021-12-25 Thread Quentin Retornaz
commit: 78ab04ebd7ffef06162969506f70205272c41e75
Author: orbea  riseup  net>
AuthorDate: Sat Dec 25 18:00:55 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:57:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=78ab04eb

dev-python/m2crypto: Updated for 0.38.0

Fixes https://github.com/gentoo/libressl/issues/335

Uses OpenBSD patches.

https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security/py-M2Crypto/patches/

Signed-off-by: orbea  riseup.net>
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-python/m2crypto/Manifest   |   2 +-
 .../m2crypto/files/m2crypto-libressl-0.38.0.patch  | 185 +
 dev-python/m2crypto/m2crypto-0.38.0.ebuild |  67 
 3 files changed, 253 insertions(+), 1 deletion(-)

diff --git a/dev-python/m2crypto/Manifest b/dev-python/m2crypto/Manifest
index 549be47..d57a141 100644
--- a/dev-python/m2crypto/Manifest
+++ b/dev-python/m2crypto/Manifest
@@ -1,3 +1,3 @@
-DIST M2Crypto-0.35.2.tar.gz 1117706 BLAKE2B 
efa15e023be7755b94c642bb23eade912edcbbb76bcdfed3414d27937cd705ec4c83069ca620fe20e58e126549ba7f98e84f6f8330b78133a8a8b953d18f467b
 SHA512 
3608b29a8e7d0732a2359e35fcaae191447aa7c0211ca3d057eed6cee7f0819f5c1121e7d41caca8cdea3c7911f8c447ee475b1b3d125e8dc3adde2718a59f36
 DIST M2Crypto-0.36.0.tar.gz 1127584 BLAKE2B 
5cdbbb11ff67d4ddffb2853a72383f3c7f1e1aa53ab84166aeda4fbea1b0d7f506761bb07bf8cb5b36f94bdbeb2ea2b46e0693da8355f81b4bf5c4c1c1cc18b1
 SHA512 
5b7d6d10c943ff0e09e0e9748d5578e7e0f7659a73de4ba49481152bca05871aef2bfbb869e1636a7cebcf2dd8b9f67fb0d299a833d1d4ebd538031c35d7bca1
 DIST M2Crypto-0.37.1.tar.gz 1247031 BLAKE2B 
3628150b8da15d7356298b6e52e0d8fa7875921a184a0eba3a97eff0588c9e0fee340c92fd486919057d900d6e3b2b711174dde9761fe247848f92ac6434df0a
 SHA512 
9a5e0220704b4897a9ca7efa4b3b57447b9175c52e8039a85bff7bb1a43b709c69f3c8b5903df461f8de39d3f8a20f9bf494df6f5882771846adfe2c03fbea9e
+DIST M2Crypto-0.38.0.tar.gz 1241269 BLAKE2B 
95433090e08ff72cd2b0779491dc38b89eca159b26812e763b5b8973e3d27249a96d5a2c983b59f414184f64beb8e455dc26979310378db89dd2081741d4d17d
 SHA512 
b1e24e3101ce0dd9f17be4cabeddc2ec0f1228b270d74ef2fb38bae8807c5025b031d0743185f06370786a3dd5c3f42129720534dcff07ea4de3c727613f8d20

diff --git a/dev-python/m2crypto/files/m2crypto-libressl-0.38.0.patch 
b/dev-python/m2crypto/files/m2crypto-libressl-0.38.0.patch
new file mode 100644
index 000..e3f67e3
--- /dev/null
+++ b/dev-python/m2crypto/files/m2crypto-libressl-0.38.0.patch
@@ -0,0 +1,185 @@
+$OpenBSD: patch-src_M2Crypto_BIO_py,v 1.1 2021/07/24 20:02:04 sthen Exp $
+
+Partially revert 
https://gitlab.com/m2crypto/m2crypto/commit/738cd0bf3dc2ee619f598290d5bf4c2190987f16:
+
+ * Fix BIO.File ... return type of BIO.readline() and close properly.
+   That is, flush BIO.File() before closing and close also underlying
+   system file.
+
+For Python 2 this results in:
+
+python2 -c "import M2Crypto; M2Crypto.BIO.openfile('/etc/ssl/cert.pem')"
+Traceback (most recent call last):
+  File "", line 1, in 
+  File "/usr/local/lib/python2.7/site-packages/M2Crypto/BIO.py", line 284, in 
openfile
+return File(f)
+  File "/usr/local/lib/python2.7/site-packages/M2Crypto/BIO.py", line 239, in 
__init__
+pyfile.flush()
+IOError: [Errno 9] Bad file descriptor
+
+https://gitlab.com/m2crypto/m2crypto/issues/211
+
+Index: src/M2Crypto/BIO.py
+--- a/src/M2Crypto/BIO.py.orig
 b/src/M2Crypto/BIO.py
+@@ -235,8 +235,9 @@ class File(BIO):
+ #
+ #  https://docs.python.org/3.3/c-api/file.html
+ #
+-pyfile.flush()
+-self.fname = pyfile.name
++if six.PY3:
++pyfile.flush()
++self.fname = pyfile.name
+ self.pyfile = pyfile
+ # Be wary of https://github.com/openssl/openssl/pull/1925
+ # BIO_new_fd is NEVER to be used before OpenSSL 1.1.1
+@@ -246,7 +247,8 @@ class File(BIO):
+ self.bio = m2.bio_new_pyfile(pyfile, m2.bio_noclose)
+ 
+ self.close_pyfile = close_pyfile
+-self.closed = False
++if six.PY3:
++self.closed = False
+ 
+ def flush(self):
+ # type: () -> None
+@@ -255,8 +257,9 @@ class File(BIO):
+ 
+ def close(self):
+ # type: () -> None
+-self.flush()
+-super(File, self).close()
++if six.PY3:
++self.flush()
++super(File, self).close()
+ if self.close_pyfile:
+ self.pyfile.close()
+ 
+$OpenBSD: patch-src_SWIG__lib11_compat_i,v 1.2 2021/10/07 22:32:54 tb Exp $
+
+Provide CRYPTO_zalloc to fix build with LibreSSL
+
+Index: src/SWIG/_lib11_compat.i
+--- a/src/SWIG/_lib11_compat.i.orig
 b/src/SWIG/_lib11_compat.i
+@@ -8,7 +8,7 @@
+  */
+ 
+ %{
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ #include 
+ #include 
+@@ -24,6 +24,8 @@ static void *CRYPTO_zalloc(size_t num, const char *fil
+   return ret;

[gentoo-commits] repo/proj/libressl:master commit in: net-wireless/wpa_supplicant/

2021-12-25 Thread Quentin Retornaz
commit: 5bc78eece57a0be206680b59761cc860f48cf5fc
Author: orbea  riseup  net>
AuthorDate: Sat Dec 25 22:19:41 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:58:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=5bc78eec

net-wireless/wpa_supplicant: Updated for 2.9-r8

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/374
Signed-off-by: Quentin Retornaz  retornaz.com>

 .../wpa_supplicant/wpa_supplicant-2.9-r8.ebuild| 496 +
 1 file changed, 496 insertions(+)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r8.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r8.ebuild
new file mode 100644
index 000..609b7c6
--- /dev/null
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r8.ebuild
@@ -0,0 +1,496 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop linux-info qmake-utils readme.gentoo-r1 systemd toolchain-funcs
+
+DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
+HOMEPAGE="https://w1.fi/wpa_supplicant/;
+LICENSE="|| ( GPL-2 BSD )"
+
+if [ "${PV}" = "" ]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://w1.fi/hostap.git;
+else
+   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86"
+   SRC_URI="https://w1.fi/releases/${P}.tar.gz;
+   SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-2.9-r3-patches.tar.bz2;
+fi
+
+SLOT="0"
+IUSE="ap +crda broadcom-sta dbus eap-sim eapol-test fasteap +fils +hs2-0 
macsec +mbo +mesh p2p privsep ps3 qt5 readline selinux smartcard tdls 
uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD"
+
+# CONFIG_PRIVSEP=y does not have sufficient support for the new driver
+# interface functions used for MACsec, so this combination cannot be used
+# at least for now.
+REQUIRED_USE="
+   macsec? ( !privsep )
+   privsep? ( !macsec )
+   broadcom-sta? ( !fils !mesh !mbo )
+"
+
+DEPEND="
+   >=dev-libs/openssl-1.0.2k:=
+   dbus? ( sys-apps/dbus )
+   kernel_linux? (
+   dev-libs/libnl:3
+   eap-sim? ( sys-apps/pcsc-lite )
+   )
+   !kernel_linux? ( net-libs/libpcap )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   )
+   readline? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-networkmanager )
+   kernel_linux? (
+   net-wireless/wireless-regdb
+   crda? ( net-wireless/crda )
+   )
+"
+BDEPEND="virtual/pkgconfig"
+
+DOC_CONTENTS="
+   If this is a clean installation of wpa_supplicant, you
+   have to create a configuration file named
+   ${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
+   An example configuration file is available for reference in
+   ${EROOT}/usr/share/doc/${PF}/
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+Kconfig_style_config() {
+   #param 1 is CONFIG_* item
+   #param 2 is what to set it = to, defaulting in y
+   CONFIG_PARAM="${CONFIG_HEADER:-CONFIG_}$1"
+   setting="${2:-y}"
+
+   if [ ! $setting = n ]; then
+   #first remove any leading "# " if $2 is not n
+   sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
+   #set item = $setting (defaulting to y)
+   sed -i "/^$CONFIG_PARAM/s/=.*/=$setting/" .config || 
echo "Kconfig_style_config error setting $CONFIG_PARAM=$setting"
+   if [ -z "$( grep ^$CONFIG_PARAM= .config )" ] ; then
+   echo "$CONFIG_PARAM=$setting" >>.config
+   fi
+   else
+   #ensure item commented out
+   sed -i "/^$CONFIG_PARAM/s/$CONFIG_PARAM/# 
$CONFIG_PARAM/" .config || echo "Kconfig_style_config error commenting 
$CONFIG_PARAM"
+   fi
+}
+
+pkg_pretend() {
+   CONFIG_CHECK=""
+
+   if use crda ; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CFG80211_CRDA_SUPPORT"
+   WARNING_CFG80211_CRDA_SUPPORT="REGULATORY DOMAIN PROBLEM: 
please enable CFG80211_CRDA_SUPPORT for proper regulatory domain support"
+   fi
+
+   check_extra_config
+
+   if ! use crda ; then
+   if linux_config_exists && linux_chkconfig_builtin CFG80211 &&
+   [[ $(linux_chkconfig_string EXTRA_FIRMWARE) != 
*regulatory.db* ]]
+   then
+   ewarn "REGULATORY DOMAIN PROBLEM:"
+   ewarn "With CONFIG_CFG80211=y (built-in), the driver 
won't be able to load regulatory.db from"
+   ewarn " 

[gentoo-commits] repo/proj/libressl:master commit in: dev-lang/rust/files/, dev-lang/rust/

2021-12-25 Thread Quentin Retornaz
commit: 2cb55279d1c00b66113f3f7b54926e46fd5341c8
Author: orbea  riseup  net>
AuthorDate: Fri Dec 24 23:27:52 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:54:19 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2cb55279

dev-lang/rust: Update for 1.57.0

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/370
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-lang/rust/Manifest |  34 ++
 dev-lang/rust/files/1.57.0-selfbootstrap.patch |  56 ++
 dev-lang/rust/rust-1.57.0.ebuild   | 688 +
 3 files changed, 778 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 3a33d46..e55c548 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -158,6 +158,38 @@ DIST rust-1.55.0-x86_64-unknown-linux-gnu.tar.xz 139040728 
BLAKE2B 1d7905411b556
 DIST rust-1.55.0-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
d454086c93147737c7c144af288394512528e4ce759dc221d7371b62724857fe16e391949b5b4dac436bdcaef8bf817f577e8d951e1f4bae098d687b4a7bdbb5
 SHA512 
b175e3ddefd036fce29c80c65a86565583167f7859f0941dee6718fd71baa8596f1788a6bed5d992096959e1deda98dc9c10e8cbc896114b7938a05951c29f02
 DIST rust-1.55.0-x86_64-unknown-linux-musl.tar.xz 267291288 BLAKE2B 
b96e8fa1c8d2e55c07781db37ddd33ec7180cde29c84f5020f2ba0fbf6aa83f9db32723e191c15df765f965d1314a57d12d80e73d20deaab1333afca65bdfac7
 SHA512 
6fb700d5d17c084fa520b29f3012ac565eaf891705a27c7738a61bb9899bc952f679987ef3790875b5a7adae836c602b394c7e19103f30bbdf5ec82cf3e86567
 DIST rust-1.55.0-x86_64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
5ccf03518eae6406ff66bff108b26988a6a859e5cf88ca44327f9826d880ea26d6e115fb3e63f6a40d1cb15adc25d6f1c056438466095b7223269fb0d74540fe
 SHA512 
8d84a976d9922d28a5ddac0f47258759a4c7542df02fb9ffede4a3e98ceecc6415229f3eb676a22536842c6e7ee35d50d1507f2d818301493ee3a7db9bb5
+DIST rust-1.56.0-aarch64-unknown-linux-gnu.tar.xz 223490136 BLAKE2B 
29085e44fbc7337a11d396e452e53c43c0ea2ef53d2bfd6e294c837f890ce4400e9274705764ab40680226010ab502798131b1d717d7a4a1cc590313ec65f8d2
 SHA512 
858a28c6d74848bed5e731cd785995b095b78375d6b10834b2cca97778d571a9bed2bc2104a924d099297eebe91f9e829d7558acba0a46b31d7cfffad520bc44
+DIST rust-1.56.0-aarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 
7b6bd9c532801b1759524007ea1aa7037303a94cc0571cc3265f4be867d4f69d5a3c732598db01c43716ceaa19717c418ca7d5df6ca030ef014618b849cf72e4
 SHA512 
d8d05fc573f93a7063bbe54a6785305171b096b8348a44b0e72753a5500d97cd1b903394c0e8fea601e33892592cda6dc667285bb095e4d4fe0c4fff8cf12b46
+DIST rust-1.56.0-aarch64-unknown-linux-musl.tar.xz 219878296 BLAKE2B 
5f7b0670820f2ecf8499c47d5731ec371234be923dad2abd261cbb4cb6da39d27a813d7ceaef22aa75f9ffce3067500e6f02c157a517951a0377073847919a6b
 SHA512 
9a1445794558352005921c92d64a454b3270a1052dbd6dc1ff5e407057403b232dea5183920459fd2c9a6f22423c28af60b427c2edcd3f19565e036f918570fa
+DIST rust-1.56.0-aarch64-unknown-linux-musl.tar.xz.asc 801 BLAKE2B 
fbab4bc200ec56df82cceb8511d5e11c94a64cf2202eac7fd9eb32857ef4f7acd441482ebaea24fa04d4df6709f14852d937b6b62e500609f678044507f3ce68
 SHA512 
796365d5bbff1f39b46df8353a0ce282c368e649569a202c50e13e1bdf8e280630d38630a752f18dc8da545561675fd5112cefac207cd98adfaf556029514d5d
+DIST rust-1.56.0-arm-unknown-linux-gnueabi.tar.xz 202166060 BLAKE2B 
1e73ce9ad86bc9f4f7a920a822829ce12c991e763f09cfdf16d1118ca16ba8f8ef217232eae303fdcfa0eccf5b913b80f771d8236a2fc0bcefa9c9e30f5cb92e
 SHA512 
31ba5c7a8aca7f42789b606775145ef776d03a5b06c46e4336aabdd38f92633e2bc206ad74c28676c52387dd979acf742f56ea49c3de8bab868c98f18242e8b9
+DIST rust-1.56.0-arm-unknown-linux-gnueabi.tar.xz.asc 801 BLAKE2B 
ee433953b9fc732f1e8606b4070d379dfe373b94b702316f10ae5d0802baa7bd6ed19d01c6a4eeb206066a6cfbab7329f76c175c7b76023adacef030ad666f80
 SHA512 
d64bc0635f9d87323cbce77dfa779a3d360df76ca161cd4b175e5aa63e2a4cfe1c8609b38d678d7ef8bccc011326bc4851dd81b55836223ff84fb85e29cc6364
+DIST rust-1.56.0-arm-unknown-linux-gnueabihf.tar.xz 198940944 BLAKE2B 
651932afcf232292611b20ca43a034e2b54060a15b6c4bf0c37c40b2864e59d9ef3ad865cc6a0729b02de34abe23a09e758029860d3d196080fef43268fd2546
 SHA512 
6e5edb3df13fcd0b4501e78ae55d2b62bca2c696e938f3e913cd15dd1e3fa802bbc813fbe5696cf5bfecf1e9fed99e6c83b23be423a467b084f6f66cf08646cb
+DIST rust-1.56.0-arm-unknown-linux-gnueabihf.tar.xz.asc 801 BLAKE2B 
94363ce80bc31d867583484eab662c3a3012019c9e90205959b71df6a8893a92524673246e1c1831b3a228fc75233184bdcea13cb28ed1dafb3b8a0764fc8161
 SHA512 
2eff4a8d702c88a1e283139a9a435d845a1ba30fd2f2857f8c19c0d19fc94698ad6b6ac87be0b1d3ca4a78a6ad658bc57357c9c84e8983505dc29d080a4041f1
+DIST rust-1.56.0-armv7-unknown-linux-gnueabihf.tar.xz 204645860 BLAKE2B 
4d1bcbb704954aa09fe89d0e2d15e886dc5e25c91c24a2239caeae228ebeb94fa40ccd7bacdf67a3b9ecb5aa0cb5b1d54306642d879591675380496142699acc
 SHA512 
952edc69bd1747bcb711ea81c58c580b8b2128722edf851cb0a20e6b85674e9bba0e234e6eacd5e3052480a72d896f2792f1a281ed8e99b23dfe1c51b467e3dd
+DIST 

[gentoo-commits] repo/proj/libressl:master commit in: dev-python/cryptography/

2021-12-25 Thread Quentin Retornaz
commit: 62632a3e3e36c931c7c67893ea8df7747d4652c5
Author: orbea  riseup  net>
AuthorDate: Sat Dec 25 19:24:35 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:57:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=62632a3e

dev-python/cryptography: Update manifest

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/373
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-python/cryptography/Manifest | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
new file mode 100644
index 000..af5ed6c
--- /dev/null
+++ b/dev-python/cryptography/Manifest
@@ -0,0 +1,2 @@
+DIST cryptography-3.4.7.tar.gz 546893 BLAKE2B 
49bc1e098ed1ba0181059b645f6668cda6332d196eaca55270ebce6e07e5bb6ab6724c5050fde20e89b7025773960d74ec782bb875badbbd5dc9a04db0a536f1
 SHA512 
3c4cf64bc0b067ccdbb71efe04c32ac9d673faea6cc4ccd13d6b1b61920be4785806d19359b7657d032a2ff1c011a8b4f16ec4924d9df8a59d1a875a7f844473
+DIST cryptography_vectors-3.4.7.tar.gz 35168102 BLAKE2B 
fbefd3ff96548dde012fd290aba1c99d57db376023d486910e486cc9c143461ef1ae9b77824cc03307723d35142f0360bc961b548a4edc02357d3f1a0e7e4e9f
 SHA512 
269b50fa4c5300da6758006d12be42f998630d23053ef9af0eb588fc9e6994b044d8822cff105e338f4d0d746ed0e204a4a9c42f54667e355e1ce86e6754bbe9



[gentoo-commits] repo/proj/libressl:master commit in: dev-python/m2crypto/

2021-12-25 Thread Quentin Retornaz
commit: 459086f6791e0aaf2b04e20fa675ff2d74907644
Author: orbea  riseup  net>
AuthorDate: Sat Dec 25 18:19:11 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:57:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=459086f6

dev-python/m2crypto: Remove old version

Leaves 0.37.1 for older libressl versions for now.

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/372
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-python/m2crypto/Manifest  |  1 -
 dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild | 70 ---
 2 files changed, 71 deletions(-)

diff --git a/dev-python/m2crypto/Manifest b/dev-python/m2crypto/Manifest
index d57a141..8b5375f 100644
--- a/dev-python/m2crypto/Manifest
+++ b/dev-python/m2crypto/Manifest
@@ -1,3 +1,2 @@
-DIST M2Crypto-0.36.0.tar.gz 1127584 BLAKE2B 
5cdbbb11ff67d4ddffb2853a72383f3c7f1e1aa53ab84166aeda4fbea1b0d7f506761bb07bf8cb5b36f94bdbeb2ea2b46e0693da8355f81b4bf5c4c1c1cc18b1
 SHA512 
5b7d6d10c943ff0e09e0e9748d5578e7e0f7659a73de4ba49481152bca05871aef2bfbb869e1636a7cebcf2dd8b9f67fb0d299a833d1d4ebd538031c35d7bca1
 DIST M2Crypto-0.37.1.tar.gz 1247031 BLAKE2B 
3628150b8da15d7356298b6e52e0d8fa7875921a184a0eba3a97eff0588c9e0fee340c92fd486919057d900d6e3b2b711174dde9761fe247848f92ac6434df0a
 SHA512 
9a5e0220704b4897a9ca7efa4b3b57447b9175c52e8039a85bff7bb1a43b709c69f3c8b5903df461f8de39d3f8a20f9bf494df6f5882771846adfe2c03fbea9e
 DIST M2Crypto-0.38.0.tar.gz 1241269 BLAKE2B 
95433090e08ff72cd2b0779491dc38b89eca159b26812e763b5b8973e3d27249a96d5a2c983b59f414184f64beb8e455dc26979310378db89dd2081741d4d17d
 SHA512 
b1e24e3101ce0dd9f17be4cabeddc2ec0f1228b270d74ef2fb38bae8807c5025b031d0743185f06370786a3dd5c3f42129720534dcff07ea4de3c727613f8d20

diff --git a/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild 
b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
deleted file mode 100644
index faca271..000
--- a/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 toolchain-funcs
-
-MY_PN="M2Crypto"
-DESCRIPTION="A Python crypto and SSL toolkit"
-HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.org/project/M2Crypto/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   $(python_gen_cond_dep '
-   dev-python/typing[${PYTHON_USEDEP}]
-   ' -2)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-lang/swig-2.0.9
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-libressl-0.31.0.patch"
-)
-
-swig_define() {
-   local x
-   for x; do
-   if tc-cpp-is-true "defined(${x})"; then
-   SWIG_FEATURES+=" -D${x}"
-   fi
-   done
-}
-
-src_prepare() {
-   # TODO
-   sed -e 's:test_server_simple_timeouts:_&:' \
-   -i tests/test_ssl.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   # setup.py looks at platform.machine() to determine swig options.
-   # For exotic ABIs, we need to give swig a hint.
-   local -x SWIG_FEATURES=
-
-   # https://bugs.gentoo.org/617946
-   swig_define __ILP32__
-
-   # https://bugs.gentoo.org/674112
-   swig_define __ARM_PCS_VFP
-
-   distutils-r1_python_compile --openssl="${ESYSROOT}"/usr
-}
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libp11/

2021-12-25 Thread Quentin Retornaz
commit: f0e4a1b15514a3114a812d83a0cf2a28c7297451
Author: orbea  riseup  net>
AuthorDate: Sat Dec 25 19:24:32 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:57:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=f0e4a1b1

dev-libs/libp11: Update manifest

Signed-off-by: orbea  riseup.net>
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-libs/libp11/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libp11/Manifest b/dev-libs/libp11/Manifest
new file mode 100644
index 000..05e1e09
--- /dev/null
+++ b/dev-libs/libp11/Manifest
@@ -0,0 +1 @@
+DIST libp11-0.4.11.tar.gz 500433 BLAKE2B 
6a12d8bc0551b3ef11857c0e60a33ebae4f8dfa72c914e9356c13547d71e0f1000ef4b6b7476cfba7cc3376b44b05c2bb0e7a88a267c1370a7d2b10e9a78
 SHA512 
37eeeab09cbef7e1498358f2c614f4ec6cb9f37bc9b19e6e393fc0ed3c47ebad8d484b5f5cf428c76ffdf25d08e337d5148d0ff517957283394111dea83352f2



[gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/

2021-12-25 Thread Quentin Retornaz
commit: bfc198850c0956f3257689768ec33e624bcce766
Author: orbea  riseup  net>
AuthorDate: Sat Dec 25 00:41:50 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sat Dec 25 23:55:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=bfc19885

dev-qt/qtnetwork: Updated for 5.15.2-r13

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/371
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-qt/qtnetwork/Manifest|  1 +
 dev-qt/qtnetwork/qtnetwork-5.15.2-r13.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/dev-qt/qtnetwork/Manifest b/dev-qt/qtnetwork/Manifest
index 4b89203..6b292bf 100644
--- a/dev-qt/qtnetwork/Manifest
+++ b/dev-qt/qtnetwork/Manifest
@@ -1 +1,2 @@
+DIST qtbase-5.15.2-7c6c0030.tar.gz 67967537 BLAKE2B 
623b99942e9df9bc8ac436a21503060845f9e3532aa0e02ccd927762382be26091878fbe092e80c0ac68bead51d09647e40e0cf61361d62ad226ed46b221132b
 SHA512 
eb88b21764591246c5f04f63405dbfcd39afb737e96bb29c7721644b9aba3ea95df24ed9699acfd03a8c088ee72efec1fb0267aef8d665d5ec72ee75fc08ecdc
 DIST qtbase-5.15.2-a4f9e569.tar.gz 67964648 BLAKE2B 
2be7351221c46846ef37308a0238aa4a39369da63fe5c3be5e142ff700c80e125821c06b43c9e4e949bd9f285222a60888303aef956c9b427a9a6c8ee3bc6b1a
 SHA512 
b4be8132a1d7119fd9728f7bf2d72cdd27d2092e7f178a1f15707204f5ffade7ce505c897fd658bb19274bdd6238b2eb16f7fcfedff2567877dc3458b4091388

diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.2-r13.ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.15.2-r13.ebuild
new file mode 100644
index 000..c9d0b35
--- /dev/null
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.2-r13.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_COMMIT=7c6c0030cf80ef7b9ace42996b0e0c3a72f76860
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Network abstraction library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+fi
+
+IUSE="connman dtls gssapi libproxy networkmanager sctp +ssl"
+REQUIRED_USE="!dtls"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*:5=
+   sys-libs/zlib:=
+   connman? ( =dev-qt/qtdbus-${QT5_PV}* )
+   gssapi? ( virtual/krb5 )
+   libproxy? ( net-libs/libproxy )
+   networkmanager? ( =dev-qt/qtdbus-${QT5_PV}* )
+   sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
+   ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+RDEPEND="${DEPEND}
+   connman? ( net-misc/connman )
+   networkmanager? ( net-misc/networkmanager )
+"
+
+QT5_TARGET_SUBDIRS=(
+   src/network
+   src/plugins/bearer/generic
+)
+
+QT5_GENTOO_CONFIG=(
+   libproxy:libproxy:
+   ssl::SSL
+   ssl::OPENSSL
+   ssl:openssl-linked:LINKED_OPENSSL
+)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+   :network
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.15.2-r11-libressl.patch # Bug 562050, not 
upstreamable
+)
+
+pkg_setup() {
+   use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
+   use networkmanager && 
QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
+}
+
+src_configure() {
+   local myconf=(
+   $(usev connman -dbus-linked)
+   $(qt_use gssapi feature-gssapi)
+   $(qt_use libproxy)
+   $(usev networkmanager -dbus-linked)
+   $(qt_use sctp)
+   $(qt_use dtls)
+   $(usev ssl -openssl-linked)
+   )
+   qt5-build_src_configure
+}
+
+src_install() {
+   qt5-build_src_install
+
+   # workaround for bug 652650
+   if use ssl; then
+   sed -e "/^#define QT_LINKED_OPENSSL/s/$/ true/" \
+   -i "${D}${QT5_HEADERDIR}"/Gentoo/${PN}-qconfig.h || die
+   fi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rbspy/

2021-12-25 Thread Alexey Zapparov
commit: a78b1c0ceb4aa1a5280786ddb23bd02357b75bc4
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Dec 25 23:35:07 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sat Dec 25 23:35:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a78b1c0c

dev-ruby/rbspy: add v0.10.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 dev-ruby/rbspy/Manifest| 136 
 dev-ruby/rbspy/metadata.xml|  12 +++
 dev-ruby/rbspy/rbspy-0.10.0.ebuild | 154 +
 3 files changed, 302 insertions(+)

diff --git a/dev-ruby/rbspy/Manifest b/dev-ruby/rbspy/Manifest
new file mode 100644
index 0..256cf6334
--- /dev/null
+++ b/dev-ruby/rbspy/Manifest
@@ -0,0 +1,136 @@
+DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
+DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST bindgen-0.59.2.crate 206267 BLAKE2B 
de66347fcf2d538879e49c85d2db80e86a70e27d3c84464b52a840476a31edae0cfa3e1afaba33ef0b7abadcb1e23a2fe1420e3254e0de1f6848b575a9c96620
 SHA512 
14c49879c7443191b877957a4fd405c7f10a1e8b70016d91bf5fe33861fc5d71982a1c685c190e4f7922cedb6c8aefadac3b0b68cbe5578da791a8da6bfedf44
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST bytemuck-1.7.2.crate 27489 BLAKE2B 
2541a7561eb34351f58266451a020858d8ac1ad30ecb95b97d576e72532cae37ef0b747e2259aaf6052b65f951586425044f824a00dfabf54bba9462edf94c2a
 SHA512 
fae361f5abe67215a7591d421a0b713b77b437123c56e21dd00421e95ab86d9dd9b0bf1daa6623b833ea65681fbeeb58f6feab9d323964304a3250f24df1ace2
+DIST byteorder-0.5.3.crate 8643 BLAKE2B 
938104ec31c8e0282bf3aac9e3c624633ad4d9d4b0700abf91480b519c5dfab2f29b547213f34d0ff36a39b5029a79dc5b349eb9f2337ac20079722251facf94
 SHA512 
c6134458bc5b05529cef261c519b1d1e515fde37143690cf365dfb7a65d1fa91f1689bec1d1d04dff7f6417ed1eb2e70aef40c78400d7f1bc90c12eac085496b
+DIST byteorder-1.4.3.crate 22512 BLAKE2B 

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

2021-12-25 Thread Andreas K. Hüttel
commit: 206cdb96c1bc1c5a4aad24540e60e5d320532423
Author: WANG Xuerui  xen0n  name>
AuthorDate: Sat Dec 25 04:23:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 25 23:35:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206cdb96

multilib.eclass: add initial defaults for ARCH=loong

There is only full support for the LP64D ABI in the initial upstream
submissions for the various low-level pieces, so full multilib
combinations are not pursued at the moment; but the expected library
search path of gcc (`lib64`) means the default of `lib` does not work
in our case.

Signed-off-by: WANG Xuerui  xen0n.name>
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/multilib.eclass | 9 +
 1 file changed, 9 insertions(+)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 483f8d10c721..b14b0ef77857 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -368,6 +368,15 @@ multilib_env() {
;;
esac
;;
+   loongarch64*)
+   export CFLAGS_lp64d=${CFLAGS_lp64d--mabi=lp64d}
+   export CHOST_lp64d=${CTARGET}
+   export CTARGET_lp64d=${CTARGET}
+   export LIBDIR_lp64d=${LIBDIR_lp64d-lib64}
+
+   : ${MULTILIB_ABIS=lp64d}
+   : ${DEFAULT_ABI=lp64d}
+   ;;
mips64*|mipsisa64*)
export CFLAGS_o32=${CFLAGS_o32--mabi=32}
export CHOST_o32=${CTARGET/mips64/mips}



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

2021-12-25 Thread Georgy Yakovlev
commit: 8ab89740f567bbc89a154271a4a7af4e7e6dd469
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Dec 25 23:24:12 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Dec 25 23:24:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab89740

sys-kernel/gentoo-kernel-bin: fix ppc64le kernel unpack

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.88.ebuild | 5 +++--
 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.11.ebuild | 5 +++--
 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.168.ebuild | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.88.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.88.ebuild
index 9c2531362fea..f54981556437 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.88.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.88.ebuild
@@ -53,8 +53,9 @@ KPV=${PV}${KV_LOCALVERSION}
 
 src_unpack() {
default
-   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
-   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   # ARCH=ppc64, but tarball is ppc64le. Update if we ever introduce 
ppc64be binpkg.
+   ebegin "Unpacking ${BINPKG}.${ARCH/%ppc64/ppc64le}.xpak"
+   tar -x < <(xz -c -d --single-stream 
"${DISTDIR}/${BINPKG}.${ARCH/%ppc64/ppc64le}.xpak")
eend ${?} || die "Unpacking ${BINPKG} failed"
 }
 

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.11.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.11.ebuild
index fa8c4262f80c..118b14b8cb5b 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.11.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.11.ebuild
@@ -53,8 +53,9 @@ KPV=${PV}${KV_LOCALVERSION}
 
 src_unpack() {
default
-   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
-   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   # ARCH=ppc64, but tarball is ppc64le. Update if we ever introduce 
ppc64be binpkg.
+   ebegin "Unpacking ${BINPKG}.${ARCH/%ppc64/ppc64le}.xpak"
+   tar -x < <(xz -c -d --single-stream 
"${DISTDIR}/${BINPKG}.${ARCH/%ppc64/ppc64le}.xpak")
eend ${?} || die "Unpacking ${BINPKG} failed"
 }
 

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.168.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.168.ebuild
index 4a40d43815cc..4ac8f62a02d9 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.168.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.168.ebuild
@@ -53,8 +53,9 @@ KPV=${PV}${KV_LOCALVERSION}
 
 src_unpack() {
default
-   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
-   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   # ARCH=ppc64, but tarball is ppc64le. Update if we ever introduce 
ppc64be binpkg.
+   ebegin "Unpacking ${BINPKG}.${ARCH/%ppc64/ppc64le}.xpak"
+   tar -x < <(xz -c -d --single-stream 
"${DISTDIR}/${BINPKG}.${ARCH/%ppc64/ppc64le}.xpak")
eend ${?} || die "Unpacking ${BINPKG} failed"
 }
 



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

2021-12-25 Thread Sam James
commit: cf5f5892d6941610d3997923f5746c67984e7822
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 25 22:36:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5f5892

dev-libs/libuev: use ${ED}

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

 dev-libs/libuev/libuev-2.4.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libuev/libuev-2.4.0.ebuild 
b/dev-libs/libuev/libuev-2.4.0.ebuild
index d82689f38da8..b181b2fb8849 100644
--- a/dev-libs/libuev/libuev-2.4.0.ebuild
+++ b/dev-libs/libuev/libuev-2.4.0.ebuild
@@ -18,6 +18,7 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
-   rm "${D}/usr/share/doc/${PF}/LICENSE" || die
+
+   find "${ED}" -name '*.la' -delete || die
+   rm "${ED}"/usr/share/doc/${PF}/LICENSE || die
 }



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

2021-12-25 Thread Sam James
commit: e52c2188a04febeb10a1e1939d4fcbaa36ccc118
Author: Oz N Tiram  gmail  com>
AuthorDate: Fri Dec 24 23:31:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52c2188

dev-libs/libuev: add 2.4.0

Signed-off-by: Oz N Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libuev/Manifest|  1 +
 dev-libs/libuev/libuev-2.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-libs/libuev/Manifest b/dev-libs/libuev/Manifest
index 1d559f83565d..865367d6a526 100644
--- a/dev-libs/libuev/Manifest
+++ b/dev-libs/libuev/Manifest
@@ -1 +1,2 @@
 DIST libuev-2.3.2.tar.xz 247784 BLAKE2B 
30f9ca2d71c2f05173d4c5863e0dce64e7a77987e3472b11ac5f3ecf677712ddc5fe9e9cc9587f73d6a5acfb716d02dfa744bb301d55b834d44e944bf09f3bd0
 SHA512 
dccf83ea61dd4841d2b7e1e75b8c46f41607b26aeefd49bc3d594d864408a282c2ff4cf6ff84cf596fe3382c02e53631593f12d5b79afd9f2e57fb9d021b60a8
+DIST libuev-2.4.0.tar.xz 281344 BLAKE2B 
b3bc81205510729b73e52717eb647c37b446d6c947032e09480413a8a52e93b0dc6539189639aca9e045b1c48dcb34e3115c074f41b8f1d716815a8f8a5ac08a
 SHA512 
0f33ca8f8ce43fb746befdc09585db5bfeabc3bd1aac7e336e01ed21baaf58f3ce618feb34e7ef4e692708cc182b09edfa920b43647a7a61dc3c33eaf87d3c31

diff --git a/dev-libs/libuev/libuev-2.4.0.ebuild 
b/dev-libs/libuev/libuev-2.4.0.ebuild
new file mode 100644
index ..d82689f38da8
--- /dev/null
+++ b/dev-libs/libuev/libuev-2.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
+HOMEPAGE="https://github.com/troglobit/libuev;
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+src_configure() {
+   econf --enable-static=$(usex static-libs)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+   rm "${D}/usr/share/doc/${PF}/LICENSE" || die
+}



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

2021-12-25 Thread Sam James
commit: 5d3512231842064a5829a9f74c9d5b8432013f2d
Author: Oz N Tiram  gmail  com>
AuthorDate: Fri Dec 24 23:32:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d351223

dev-libs/libuev: drop 2.3.2

Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23503
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libuev/libuev-2.3.2.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-libs/libuev/libuev-2.3.2.ebuild 
b/dev-libs/libuev/libuev-2.3.2.ebuild
deleted file mode 100644
index d82689f38da8..
--- a/dev-libs/libuev/libuev-2.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
-HOMEPAGE="https://github.com/troglobit/libuev;
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-src_configure() {
-   econf --enable-static=$(usex static-libs)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-   rm "${D}/usr/share/doc/${PF}/LICENSE" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-go/delve/

2021-12-25 Thread Sam James
commit: f9d6aae0e7c8991bd734568d768cb117be3998e0
Author: Oz N Tiram  gmail  com>
AuthorDate: Fri Dec 24 23:22:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d6aae0

dev-go/delve: add 1.8.0

Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23502
Signed-off-by: Sam James  gentoo.org>

 dev-go/delve/Manifest   |  1 +
 dev-go/delve/delve-1.8.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-go/delve/Manifest b/dev-go/delve/Manifest
index c86738affc40..f5bf7c02e309 100644
--- a/dev-go/delve/Manifest
+++ b/dev-go/delve/Manifest
@@ -11,6 +11,7 @@ DIST cloud.google.com%2Fgo%2Ffirestore%2F@v%2Fv1.1.0.mod 568 
BLAKE2B d3d62f2d5c0
 DIST cloud.google.com%2Fgo%2Fpubsub%2F@v%2Fv1.0.1.mod 508 BLAKE2B 
9915d1d1a768852b3f262784771c8fe2e7e176e61f7d77841f8d3adac571dc141e36c6455c19090cf00a98a7a5ef0c2c887424142e2ecad339f8105b1c30f91e
 SHA512 
8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.0.0.mod 374 BLAKE2B 
4fef9f7da9f23e94efe43be0e279958715949a889c5d51e388f5b66ec9a7cdbf15a717c93647032998facd71359ad1dcacebcf3334100144abbfa12dac03
 SHA512 
faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b
 DIST delve-1.7.2.tar.gz 8527848 BLAKE2B 
04527796bd82287b2b8e795b0b232b0fc6e9fbc9fd42ac81c83feda5f2198a8e601496eb9f2f7e21adfafd0756a9abd842c38c6732c824faee434978ec281acd
 SHA512 
2d070e51732df10d8f8c05e4cc26ce43ea1ea4085b5c0b7343420838c7de89e8990a2c7320e8dc54c5780b68a9527ebfd5c4ae225e71abb06406b2a7d6f3bc5a
+DIST delve-1.8.0.tar.gz 9007735 BLAKE2B 
81289ed39ecbfb118d171b56e88b7a5689671054ac906ee315d46d4e568853e1d6753f36389ea26d7a6f57e6f356ea7e4075b0a1571bebb36a51883fd2343279
 SHA512 
bda883bf27c5bf0c1d1bbbd58fe81757abd1beaead69906c48c2b67d2ab7ab8e202238e09f2d59a0afb2455753ad40536156d59e28657563780b7b15f121dc5a
 DIST 
dmitri.shuralyov.com%2Fgpu%2Fmtl%2F@v%2Fv0.0.0-20190408044501-666a987793e9.mod 
36 BLAKE2B 
b430ef9388b0dfe932b201495a00275a6036338c99160d7362556be1e25924584b0802061d193533f23b1f76719dfd6a9484572babd25f1af0e53fd9bf07ac00
 SHA512 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST 
github.com%2F!burnt!sushi%2Fxgb%2F@v%2Fv0.0.0-20160522181843-27f122750802.mod 
33 BLAKE2B 
d234bf9be3dd919cb1f8d33750a24dca68c90fea110fd0ff62f0dba86d2ebbfc66d55fea62745b6383c5607bc91cfd78c9d2cf12df251397e85995c04707caa2
 SHA512 
dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d

diff --git a/dev-go/delve/delve-1.8.0.ebuild b/dev-go/delve/delve-1.8.0.ebuild
new file mode 100644
index ..476b2e0a06cf
--- /dev/null
+++ b/dev-go/delve/delve-1.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A source-level debugger for the Go programming language"
+HOMEPAGE="https://github.com/go-delve/delve;
+
+SRC_URI="https://github.com/go-delve/delve/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT BSD BSD-2 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   go build -mod vendor -ldflags="-X main.Build=${PV}" -o "${S}/dlv" 
./cmd/dlv || die
+}
+
+src_test() {
+   local packages
+   readarray -t packages < <(go list ./...)
+   (( ${#packages[@]} > 0 )) || die "go list failed"
+   # The first test fails, without network since it is calling go build ...
+   # disabled for now. Future ebuilds will patch that test.
+   go test -count 1 -p 1 -v "-ldflags=-X main.Build=${PV}" 
${packages[@]:1} || die
+}
+
+src_install() {
+   dobin dlv
+   dodoc README.md CHANGELOG.md
+}



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

2021-12-25 Thread Sam James
commit: 9e8772682baef78050bc7b5ccd08bfb634fa839a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 25 22:34:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e877268

dev-libs/libite: use ${ED}

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

 dev-libs/libite/libite-2.5.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libite/libite-2.5.1.ebuild 
b/dev-libs/libite/libite-2.5.1.ebuild
index 2caf2e8389ae..4dc072f41234 100644
--- a/dev-libs/libite/libite-2.5.1.ebuild
+++ b/dev-libs/libite/libite-2.5.1.ebuild
@@ -17,6 +17,7 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
-   rm "${D}/usr/share/doc/${PF}/LICENSE" || die
+
+   find "${ED}" -name '*.la' -delete || die
+   rm "${ED}"/usr/share/doc/${PF}/LICENSE || die
 }



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

2021-12-25 Thread Sam James
commit: 0c6da5b8a8ecd4b39bc6ea2820c1abd5362d9462
Author: Oz N Tiram  gmail  com>
AuthorDate: Sat Dec 25 14:16:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6da5b8

dev-libs/libite: add 2.5.1

Closes: https://bugs.gentoo.org/828486
Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23505
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libite/Manifest|  1 +
 dev-libs/libite/libite-2.5.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/libite/Manifest b/dev-libs/libite/Manifest
index 38ac9cbe2fec..bf873f38e6e3 100644
--- a/dev-libs/libite/Manifest
+++ b/dev-libs/libite/Manifest
@@ -1 +1,2 @@
 DIST libite-2.4.0.tar.xz 276008 BLAKE2B 
dcd721d02d15b6e8dbe84a885548429552eb4a683e51c49d144be2e40922e3f6e6e36f1fb92ec96db148f71068826b3a1f80812d8d5b1bf381a88b1598a3a1a8
 SHA512 
8e79084b616150dd4de491c6b8441d5043c81cf161bb655a32b6b7f8536682b967f4810870d8af4ae92780dedb7302bbc8db093036493506c88126143cb9bbef
+DIST libite-2.5.1.tar.xz 311436 BLAKE2B 
f3616b8d51f7a6987c9d4451feec9032b777a0fae4ed37ee68d95fc998bbefb09f84834435466e424f9b2dbe15a18b46d2fa5d7bc0a2307b30556734da06ed71
 SHA512 
113e7ff59d0e815b1e7bdbee601d5800264226eb7968b49aaf3c1505682058036df96be32ac939bef417313591b18447e12d46c32c0bdaf72a6a9143c22f2127

diff --git a/dev-libs/libite/libite-2.5.1.ebuild 
b/dev-libs/libite/libite-2.5.1.ebuild
new file mode 100644
index ..2caf2e8389ae
--- /dev/null
+++ b/dev-libs/libite/libite-2.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A collection of useful BSD APIs"
+HOMEPAGE="https://github.com/troglobit/libite;
+SRC_URI="https://github.com/troglobit/libite/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_configure() {
+   econf --enable-static=no
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+   rm "${D}/usr/share/doc/${PF}/LICENSE" || die
+}



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

2021-12-25 Thread Sam James
commit: 8e3d4ff7b891d6cc236ef239175a055f21df34fa
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 25 22:31:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3d4ff7

net-analyzer/net-snmp: sync live

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

 net-analyzer/net-snmp/net-snmp-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-.ebuild 
b/net-analyzer/net-snmp/net-snmp-.ebuild
index 41b0c6eba4d0..80a7944c40df 100644
--- a/net-analyzer/net-snmp/net-snmp-.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DISTUTILS_OPTIONAL=yes
 DISTUTILS_SINGLE_IMPL=yes
 GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 WANT_AUTOMAKE=none
 
 inherit autotools distutils-r1 git-r3 perl-module systemd
@@ -23,12 +23,10 @@ IUSE="
X bzip2 doc elf kmem ipv6 lm-sensors mfd-rewrites minimal mysql
netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib
 "
-
 REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
rpm? ( bzip2 zlib )
 "
-
 RESTRICT="test"
 
 COMMON_DEPEND="



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

2021-12-25 Thread Sam James
commit: 40a824bb90d1beb52b0e1bf3d4699fedc78d331a
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu Dec 23 20:48:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a824bb

www-apps/gitea: bump to 1.15.8

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 www-apps/gitea/Manifest|   1 +
 www-apps/gitea/gitea-1.15.8.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index 2895b7fa49ff..0632a8e636fa 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1,3 +1,4 @@
 DIST gitea-1.15.5.tar.gz 48677702 BLAKE2B 
fe46e16041861a477cd91e66e741d35cd43264f8e8c6bfeac5a858fd4aeac9e5e92e308608d6fe74a86a69f21a7c036c8e3409aacb8e5841cbf60ae67009574a
 SHA512 
85522113f389d0a26d4f4b78c05a5454095da5f9f9a030c7392143588f985dc7711368d40194bdc6ea286f3ec15b1f9db428f1401f29aa4c46800d0431696a85
 DIST gitea-1.15.6.tar.gz 48675768 BLAKE2B 
e7952cc981925ec36ab6576456266e3582ea88098a2ad83da161c875b3621be586ddbe63fe0d0ce7c62a0fa1e46663f20ce24ce998f3318645667bd92236ade1
 SHA512 
9492a3628c5b300a1322893ffdfffa42e904d1b94917c058ad339e0d9ca21155c834b11d55808cbc89e08533de5340fbf858b87487ad307713c4dc12f5e810c8
 DIST gitea-1.15.7.tar.gz 48716399 BLAKE2B 
4238dad8ce64f205bc18fb35a395b18f6da9f34e5bc0dd9d9bb33d5b8413895fb11f85e8514aca62485ce70f0af5091cb8dfeaccecd146fe5e37ca250227847d
 SHA512 
9488776bb39d15a7390e6734e05c6ee9e092a52055575bc784660d6815125f29498d16a7807dac71ecbabc3f08c407c2da1514c36cce72855a17a9ed7b52fbb9
+DIST gitea-1.15.8.tar.gz 48705540 BLAKE2B 
fe51af1ac573958e615e600925a3e2a8f1bdfe4404571198de58fa989e8f8c9ebc4f4714d7700c24f28cba60170a2e34c4416ed28ec201577af92d557a82
 SHA512 
026f8006fa5f51f6bd753228290f1f3714cd5b23c35e2041b309fc4d0d66be9f84fdaf4c7bd5759248fa26e3d3b9fe628fd5ee4c96e13ff6c99fa7facef4ab06

diff --git a/www-apps/gitea/gitea-1.15.8.ebuild 
b/www-apps/gitea/gitea-1.15.8.ebuild
new file mode 100644
index ..2bacf5e333f4
--- /dev/null
+++ b/www-apps/gitea/gitea-1.15.8.ebuild
@@ -0,0 +1,115 @@
+# Copyright 2016-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fcaps go-module tmpfiles systemd
+MY_PV="${PV/_rc/-rc}"
+
+DESCRIPTION="A painless self-hosted Git service"
+HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea;
+
+if [[ ${PV} != * ]] ; then
+   
SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${MY_PV}/gitea-src-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64"
+   S="${WORKDIR}"
+else
+   EGIT_REPO_URI="https://github.com/go-gitea/gitea;
+   inherit git-r3
+   S="${WORKDIR}/${P}"
+fi
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
+SLOT="0"
+IUSE="+acct pam sqlite"
+
+DEPEND="
+   acct? (
+   acct-group/git
+   acct-user/git[gitea] )
+   pam? ( sys-libs/pam )"
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+
+DOCS=(
+   custom/conf/app.example.ini CONTRIBUTING.md README.md
+)
+FILECAPS=(
+   -m 711 cap_net_bind_service+ep usr/bin/gitea
+)
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   local sedcmds=(
+   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
+   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"
+   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
+   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
+   -e "s#^MODE = console#MODE = file#"
+   -e "s#^LEVEL = Trace#LEVEL = Info#"
+   -e "s#^LOG_SQL = true#LOG_SQL = false#"
+   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
+   )
+
+   sed -i "${sedcmds[@]}" custom/conf/app.example.ini || die
+   if use sqlite ; then
+   sed -i -e "s#^DB_TYPE = .*#DB_TYPE = sqlite3#" 
custom/conf/app.example.ini || die
+   fi
+}
+
+src_compile() {
+   local gitea_tags=(
+   bindata
+   $(usev pam)
+   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
+   )
+   local gitea_settings=(
+   "-X 
code.gitea.io/gitea/modules/setting.CustomConf=${EPREFIX}/etc/gitea/app.ini"
+   "-X 
code.gitea.io/gitea/modules/setting.CustomPath=${EPREFIX}/var/lib/gitea/custom"
+   "-X 
code.gitea.io/gitea/modules/setting.AppWorkPath=${EPREFIX}/var/lib/gitea"
+   )
+   local makeenv=(
+   TAGS="${gitea_tags[*]}"
+   LDFLAGS="-extldflags \"${LDFLAGS}\" ${gitea_settings[*]}"
+   )
+   [[ ${PV} != * ]] && makeenv+=("DRONE_TAG=${MY_PV}")
+
+   env "${makeenv[@]}" emake backend
+}
+
+src_install() {
+   dobin gitea
+
+   einstalldocs
+
+   newconfd "${FILESDIR}/gitea.confd-r1" gitea
+   newinitd 

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

2021-12-25 Thread Sam James
commit: ebe66b7f4f5dded19bc31d8a5f40aa84cb468477
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu Dec 23 20:50:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 23:20:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe66b7f

www-apps/gitea: drop old and live

Live ebuild does not work since the frontend part is not included as in
the releases.

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23486
Signed-off-by: Sam James  gentoo.org>

 www-apps/gitea/Manifest|   2 -
 www-apps/gitea/gitea-1.15.5.ebuild | 123 -
 www-apps/gitea/gitea-1.15.6.ebuild | 123 -
 www-apps/gitea/gitea-.ebuild   | 123 -
 4 files changed, 371 deletions(-)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index 0632a8e636fa..89fa2fa6367e 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1,4 +1,2 @@
-DIST gitea-1.15.5.tar.gz 48677702 BLAKE2B 
fe46e16041861a477cd91e66e741d35cd43264f8e8c6bfeac5a858fd4aeac9e5e92e308608d6fe74a86a69f21a7c036c8e3409aacb8e5841cbf60ae67009574a
 SHA512 
85522113f389d0a26d4f4b78c05a5454095da5f9f9a030c7392143588f985dc7711368d40194bdc6ea286f3ec15b1f9db428f1401f29aa4c46800d0431696a85
-DIST gitea-1.15.6.tar.gz 48675768 BLAKE2B 
e7952cc981925ec36ab6576456266e3582ea88098a2ad83da161c875b3621be586ddbe63fe0d0ce7c62a0fa1e46663f20ce24ce998f3318645667bd92236ade1
 SHA512 
9492a3628c5b300a1322893ffdfffa42e904d1b94917c058ad339e0d9ca21155c834b11d55808cbc89e08533de5340fbf858b87487ad307713c4dc12f5e810c8
 DIST gitea-1.15.7.tar.gz 48716399 BLAKE2B 
4238dad8ce64f205bc18fb35a395b18f6da9f34e5bc0dd9d9bb33d5b8413895fb11f85e8514aca62485ce70f0af5091cb8dfeaccecd146fe5e37ca250227847d
 SHA512 
9488776bb39d15a7390e6734e05c6ee9e092a52055575bc784660d6815125f29498d16a7807dac71ecbabc3f08c407c2da1514c36cce72855a17a9ed7b52fbb9
 DIST gitea-1.15.8.tar.gz 48705540 BLAKE2B 
fe51af1ac573958e615e600925a3e2a8f1bdfe4404571198de58fa989e8f8c9ebc4f4714d7700c24f28cba60170a2e34c4416ed28ec201577af92d557a82
 SHA512 
026f8006fa5f51f6bd753228290f1f3714cd5b23c35e2041b309fc4d0d66be9f84fdaf4c7bd5759248fa26e3d3b9fe628fd5ee4c96e13ff6c99fa7facef4ab06

diff --git a/www-apps/gitea/gitea-1.15.5.ebuild 
b/www-apps/gitea/gitea-1.15.5.ebuild
deleted file mode 100644
index a5eec77f6034..
--- a/www-apps/gitea/gitea-1.15.5.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2016-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit fcaps go-module tmpfiles systemd
-MY_PV="${PV/_rc/-rc}"
-
-DESCRIPTION="A painless self-hosted Git service"
-HOMEPAGE="https://gitea.io;
-
-if [[ ${PV} != * ]] ; then
-   
SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${MY_PV}/gitea-src-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64"
-   S="${WORKDIR}"
-else
-   EGIT_REPO_URI="https://github.com/go-gitea/gitea;
-   inherit git-r3
-   S="${WORKDIR}/${P}"
-fi
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
-SLOT="0"
-IUSE="+acct pam sqlite"
-
-COMMON_DEPEND="
-   acct? (
-   acct-group/git
-   acct-user/git[gitea] )
-   pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   dev-vcs/git"
-
-DOCS=(
-   custom/conf/app.example.ini CONTRIBUTING.md README.md
-)
-FILECAPS=(
-   -m 711 cap_net_bind_service+ep usr/bin/gitea
-)
-
-RESTRICT="test"
-QA_PRESTRIPPED="usr/bin/gitea"
-
-src_prepare() {
-   default
-
-   local sedcmds=(
-   -e "s#^ROOT =#ROOT = 
${EPREFIX}/var/lib/gitea/gitea-repositories#"
-   -e "s#^ROOT_PATH =#ROOT_PATH = ${EPREFIX}/var/log/gitea#"
-   -e "s#^APP_DATA_PATH = data#APP_DATA_PATH = 
${EPREFIX}/var/lib/gitea/data#"
-   -e "s#^HTTP_ADDR = 0.0.0.0#HTTP_ADDR = 127.0.0.1#"
-   -e "s#^MODE = console#MODE = file#"
-   -e "s#^LEVEL = Trace#LEVEL = Info#"
-   -e "s#^LOG_SQL = true#LOG_SQL = false#"
-   -e "s#^DISABLE_ROUTER_LOG = false#DISABLE_ROUTER_LOG = true#"
-   )
-
-   sed -i "${sedcmds[@]}" custom/conf/app.example.ini || die
-   if use sqlite ; then
-   sed -i -e "s#^DB_TYPE = .*#DB_TYPE = sqlite3#" 
custom/conf/app.example.ini || die
-   fi
-
-   einfo "Remove tests which are known to fail with network-sandbox 
enabled."
-   rm ./modules/migrations/github_test.go || die
-
-   einfo "Remove tests which depend on gitea git-repo."
-   rm ./modules/git/blob_test.go || die
-   rm ./modules/git/repo_test.go || die
-}
-
-src_compile() {
-   local gitea_tags=(
-   bindata
-   $(usev pam)
-   $(usex sqlite 'sqlite sqlite_unlock_notify' '')
-   )
-   local gitea_settings=(
-   "-X 

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

2021-12-25 Thread Mike Gilbert
commit: ed7eb9747024f04fb92eef5389c101bf09d52c23
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec 25 22:42:02 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec 25 22:42:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7eb974

sys-apps/systemd: revert IUSE="+curl" to IUSE="curl"

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

 sys-apps/systemd/systemd-250-r1.ebuild | 2 +-
 sys-apps/systemd/systemd-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/systemd-250-r1.ebuild 
b/sys-apps/systemd/systemd-250-r1.ebuild
index cf2235a25358..3b2c62053490 100644
--- a/sys-apps/systemd/systemd-250-r1.ebuild
+++ b/sys-apps/systemd/systemd-250-r1.ebuild
@@ -31,7 +31,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"
 IUSE="
-   acl apparmor audit build cgroup-hybrid cryptsetup +curl +dns-over-tls 
elfutils
+   acl apparmor audit build cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
fido2 +gcrypt gnuefi gnutls homed hostnamed-fallback http idn importd 
+kmod
+lz4 lzma nat +openssl pam pcre pkcs11 policykit pwquality qrcode
+resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 3291edf7ca1c..418af1e6efce 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -31,7 +31,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"
 IUSE="
-   acl apparmor audit build cgroup-hybrid cryptsetup +curl +dns-over-tls 
elfutils
+   acl apparmor audit build cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
fido2 +gcrypt gnuefi gnutls homed hostnamed-fallback http idn importd 
+kmod
+lz4 lzma nat +openssl pam pcre pkcs11 policykit pwquality qrcode
+resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd



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

2021-12-25 Thread Sam James
commit: b5f885a87a4c39aeaaabf7ebc701103b8c922852
Author: Thomas Bettler  gmail  com>
AuthorDate: Thu Dec 16 20:03:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 22:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f885a8

net-analyzer/net-snmp: add python 3.10

Closes: https://bugs.gentoo.org/829375
Closes: https://github.com/gentoo/gentoo/pull/23347
Signed-off-by: Thomas Bettler  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild   | 2 +-
 net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild   | 2 +-
 net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
index 98e333c0842a..38a18dc27b47 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=yesplz
 DISTUTILS_SINGLE_IMPL=yesplz
 GENTOO_DEPEND_ON_PERL=no
 PATCHSET=3
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 WANT_AUTOMAKE=none
 inherit autotools distutils-r1 perl-module systemd
 

diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
index 3480413cfc4b..5618ab3fd695 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DISTUTILS_OPTIONAL=yes
 DISTUTILS_SINGLE_IMPL=yes
 GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 WANT_AUTOMAKE=none
 
 inherit autotools distutils-r1 perl-module systemd

diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild
index b46d354f22d4..ca051dec0f59 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DISTUTILS_OPTIONAL=yes
 DISTUTILS_SINGLE_IMPL=yes
 GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 WANT_AUTOMAKE=none
 
 inherit autotools distutils-r1 perl-module systemd



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

2021-12-25 Thread Sam James
commit: 8ca31cbc7ad665aa4e0867e271fea83003032f60
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 25 22:27:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 22:27:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca31cbc

net-analyzer/net-snmp: drop 5.9-r4, 5.9-r5

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

 net-analyzer/net-snmp/Manifest   |   1 -
 net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild | 213 ---
 net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild | 213 ---
 3 files changed, 427 deletions(-)

diff --git a/net-analyzer/net-snmp/Manifest b/net-analyzer/net-snmp/Manifest
index 3636244dbab5..b4a54d47a08d 100644
--- a/net-analyzer/net-snmp/Manifest
+++ b/net-analyzer/net-snmp/Manifest
@@ -1,3 +1,2 @@
 DIST net-snmp-5.7.3-patches-3.tar.xz 3176 BLAKE2B 
1a71d6743afb841f664c6058e32c7c411af62b0f36acd3bb9251804893ed12f462a0c5bab828e309eeec7824def2dca8fa866350b90a62ec4f0df1141b51ecae
 SHA512 
d8a91b9668320a1e19d062eb86dd4d16beb7c2d15ac7ebbb9d2a4bd298af39bbb0a2613504dbb0057cccdec731f08f2308c5a15395e1fbc29bb0611ed8aca636
 DIST net-snmp-5.9.1.tar.gz 6781346 BLAKE2B 
4242ca77372005f995dfd228bec51d35b6b0f8c0ab0e44ed40cdb3cc0578b64e97444ffcb074dceca30739deadb46e68f1c75e87d3f1768d81b5e084b0fc0f5f
 SHA512 
ae158ab41961ee2064d85187337979e6ff6ba90f3136b8a960e9ae46ee1408d9d2f0c5c4dfc3a3302e6dbb357cddf1221489435288c4f52182a03e94a9e450c3
-DIST net-snmp-5.9.tar.xz 4082580 BLAKE2B 
9dfd5a7dfe4ca18b16c71c9f5cb70c540d16aa36a0b2dacd3ddc465934f96ac473f77490af78d202bf6dad4eddea5d75665a770df74132aafda39f5f3a87d835
 SHA512 
3f1e27caa8e5306d451b61b08c2daf007929a850661962fcd29b528a80332a980184303a7e87c96d8d2774181758889dc825cb08e3c3b353c5e7ca1ebcc09173

diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
deleted file mode 100644
index 38a18dc27b47..
--- a/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
+++ /dev/null
@@ -1,213 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=yesplz
-DISTUTILS_SINGLE_IMPL=yesplz
-GENTOO_DEPEND_ON_PERL=no
-PATCHSET=3
-PYTHON_COMPAT=( python3_{8..10} )
-WANT_AUTOMAKE=none
-inherit autotools distutils-r1 perl-module systemd
-
-DESCRIPTION="Software for generating and retrieving SNMP data"
-HOMEPAGE="http://www.net-snmp.org/;
-SRC_URI="
-   https://dev.gentoo.org/~jsmolic/distfiles/${PN}-5.7.3-patches-3.tar.xz
-   https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.xz
-"
-
-# GPL-2 for the init scripts
-LICENSE="HPND BSD GPL-2"
-SLOT="0/40"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="
-   X bzip2 doc elf kmem ipv6 lm-sensors mfd-rewrites minimal mysql
-   netlink pcap pci perl python rpm selinux smux ssl tcpd ucd-compat zlib
-"
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-   rpm? ( bzip2 zlib )
-"
-
-COMMON_DEPEND="
-   virtual/libcrypt:=
-   bzip2? ( app-arch/bzip2 )
-   elf? ( dev-libs/elfutils )
-   lm-sensors? ( sys-apps/lm-sensors )
-   mysql? ( dev-db/mysql-connector-c:0= )
-   netlink? ( dev-libs/libnl:3 )
-   pcap? ( net-libs/libpcap )
-   pci? ( sys-apps/pciutils )
-   perl? ( dev-lang/perl:= )
-   python? (
-   $(python_gen_cond_dep '
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   )
-   rpm? (
-   app-arch/rpm
-   dev-libs/popt
-   )
-   ssl? (
-   >=dev-libs/openssl-0.9.6d:0=
-   )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   zlib? ( >=sys-libs/zlib-1.1.4 )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   doc? ( app-doc/doxygen )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   perl? (
-   X? ( dev-perl/Tk )
-   !minimal? ( dev-perl/TermReadKey )
-   )
-   selinux? ( sec-policy/selinux-snmp )
-"
-RESTRICT=test
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.7.3-include-limits.patch
-   "${FILESDIR}"/${PN}-5.8-do-not-conflate-LDFLAGS-and-LIBS.patch
-   "${FILESDIR}"/${PN}-5.8-pcap.patch
-   "${FILESDIR}"/${PN}-5.8.1-pkg-config.patch
-   "${FILESDIR}"/${PN}-5.8.1-net-snmp-config-libdir.patch
-   "${FILESDIR}"/${PN}-5.8.1-mysqlclient.patch
-   "${FILESDIR}"/${PN}-5.9-MakeMaker.patch
-   "${FILESDIR}"/${PN}--tinfo.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # snmpconf generates config files with proper selinux context
-   use selinux && eapply "${FILESDIR}"/${PN}-5.1.2-snmpconf-selinux.patch
-
-   mv 
"${WORKDIR}"/patches/0002-Respect-DESTDIR-for-pythoninstall.patch{,.disabled} 
|| die
-   mv 
"${WORKDIR}"/patches/0004-Don-t-report-CFLAGS-and-LDFLAGS-in-net-snmp-config.patch{,.disabled}
 || die
-   eapply "${WORKDIR}"/patches/*.patch
-
-

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

2021-12-25 Thread Sam James
commit: 52548e3051ec3c091831ceb4b4a1372a43c7b7a7
Author: Thomas Bettler  gmail  com>
AuthorDate: Sat Dec 25 15:05:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 22:10:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52548e30

dev-python/libvirt-python: sync live

Closes: https://bugs.gentoo.org/829965
Closes: https://github.com/gentoo/gentoo/pull/23508
Signed-off-by: Thomas Bettler  gmail.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/libvirt-python/libvirt-python-.ebuild 
b/dev-python/libvirt-python/libvirt-python-.ebuild
index 0497fc27682b..b689d4232481 100644
--- a/dev-python/libvirt-python/libvirt-python-.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/

2021-12-25 Thread Sam James
commit: 97985fb97c421b1301b70c750f90051fbcf70bae
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 25 22:08:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 25 22:09:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97985fb9

gui-apps/mako: fix automagic basu usage

Not sure how I missed that before!

Fixes: 8f162d2e7717b30d130925a72129d56a4fbd4daa
Closes: https://bugs.gentoo.org/783156
Reported-by: Arsen Arsenovic  aarsen.me>
Signed-off-by: Sam James  gentoo.org>

 .../mako/{mako-1.6-r2.ebuild => mako-1.6-r3.ebuild} | 17 +
 gui-apps/mako/mako-.ebuild  | 17 +
 2 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/gui-apps/mako/mako-1.6-r2.ebuild b/gui-apps/mako/mako-1.6-r3.ebuild
similarity index 72%
rename from gui-apps/mako/mako-1.6-r2.ebuild
rename to gui-apps/mako/mako-1.6-r3.ebuild
index 89b09c2d756e..dc520d5f6127 100644
--- a/gui-apps/mako/mako-1.6-r2.ebuild
+++ b/gui-apps/mako/mako-1.6-r3.ebuild
@@ -13,20 +13,20 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/emersion/${PN}.git;
 else
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm64 x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+icons"
+IUSE="elogind +icons systemd"
 
 DEPEND="
dev-libs/wayland
x11-libs/pango
x11-libs/cairo
|| (
-   sys-apps/systemd
-   sys-auth/elogind
+   systemd? ( sys-apps/systemd )
+   elogind? ( sys-auth/elogind )
sys-libs/basu
)
sys-apps/dbus
@@ -49,5 +49,14 @@ src_configure() {
-Dicons=$(usex icons enabled disabled)
"-Dwerror=false"
)
+
+   if use systemd ; then
+   emesonargs+=( -Dsd-bus-provider=libsystemd )
+   elif use elogind ; then
+   emesonargs+=( -Dsd-bus-provider=libelogind )
+   else
+   emesonargs+=( -Dsd-bus-provider=basu )
+   fi
+
meson_src_configure
 }

diff --git a/gui-apps/mako/mako-.ebuild b/gui-apps/mako/mako-.ebuild
index 920feefafb99..dc520d5f6127 100644
--- a/gui-apps/mako/mako-.ebuild
+++ b/gui-apps/mako/mako-.ebuild
@@ -18,15 +18,15 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="+icons"
+IUSE="elogind +icons systemd"
 
 DEPEND="
dev-libs/wayland
x11-libs/pango
x11-libs/cairo
|| (
-   sys-apps/systemd
-   sys-auth/elogind
+   systemd? ( sys-apps/systemd )
+   elogind? ( sys-auth/elogind )
sys-libs/basu
)
sys-apps/dbus
@@ -37,7 +37,7 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
-   dev-libs/wayland-protocols
+   >=dev-libs/wayland-protocols-1.21
 "
 BDEPEND="
virtual/pkgconfig
@@ -49,5 +49,14 @@ src_configure() {
-Dicons=$(usex icons enabled disabled)
"-Dwerror=false"
)
+
+   if use systemd ; then
+   emesonargs+=( -Dsd-bus-provider=libsystemd )
+   elif use elogind ; then
+   emesonargs+=( -Dsd-bus-provider=libelogind )
+   else
+   emesonargs+=( -Dsd-bus-provider=basu )
+   fi
+
meson_src_configure
 }



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

2021-12-25 Thread Michał Górny
commit: e58bb6829e489bb87bd028bbdad91c9aa5d3fd81
Author: Marco Scardovi  scardovi  com>
AuthorDate: Sat Dec 18 20:38:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 25 21:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58bb682

dev-util/scons: bump to 4.3.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23411
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/scons/Manifest   |   4 ++
 dev-util/scons/scons-4.3.0.ebuild | 117 ++
 2 files changed, 121 insertions(+)

diff --git a/dev-util/scons/Manifest b/dev-util/scons/Manifest
index b7a44b312769..ac29b24e5995 100644
--- a/dev-util/scons/Manifest
+++ b/dev-util/scons/Manifest
@@ -1,3 +1,4 @@
+DIST SCons-4.3.0.tar.gz 3065509 BLAKE2B 
c36e816357f908d91d532cacde06ed75f57386bb9386bf751dd4ec65580894d8e04ad86380e421008374fa8d8c798323f9f8fb52d7e3d7d85140300a8b388def
 SHA512 
200e087a0a3de7d92d7da6bdb7f2dc0f5d9ff4908a9d6aef2feab8cacfb2e480b7d88efca8f7a84bd39620db2efceaca14f68e6edbf494b1c28b80e35ed14f2c
 DIST scons-4.1.0-user.html 1454432 BLAKE2B 
9fac4d7bfb4b25708bc4cc48d952beb030f88181af5dfee63090f726b1a82443c192c63ec5939869967ef8f374e8599321212971439fb265fb050b263681c9f8
 SHA512 
74f1349fa61dac9e66cfb863cb3126d07ce5f421b3e87d0220eb32bd5017ba8f6cf96eb8cb5ee45c39022671aa9f2d0408d4039970c438a69c002445aea510be
 DIST scons-4.1.0-user.pdf 2691364 BLAKE2B 
a910a09fa936d4d6f8dc967676d5aa009aac58a5a4566399b3ddc3512ac0259731e6c5399722fefadb3b79d8f89a5257e2e9bc2fa4d65697c8293ab995248d64
 SHA512 
64584731a59b59b78283be3876ecca91d742f83da2653d0de17922bec01e3c9cea1ce2ce3c8dc718597910ba86ed2c8aff0f7ae371bf763439b57a6d5484e1a7
 DIST scons-4.1.0.gh.tar.gz 5609204 BLAKE2B 
ede3d47a1ec652b9248681e26738073e9d01daab7ffeccc58f0fcadb79661e30edb9a35a511518e4a58459243acb027afd8fa5849b0f9e4bae451055f7b1a062
 SHA512 
f79b86bb09783767b3872cfb8efb665372714a604af2aaf3adc66eee63d3afe27bc6b2aab83813743c83f71c81c800d42842e916501787ba402ce2726dda9b44
@@ -6,3 +7,6 @@ DIST scons-4.2.0-user.html 1514655 BLAKE2B 
036fd0e994d4a3dbf820e864c18f1dda2bb38
 DIST scons-4.2.0-user.pdf 2813567 BLAKE2B 
2787c9dbecaefccc5f4df2b474ee69e9883f9efa8358f6da00690d9f3fad48f7b696908cbb4cc8f3b9c195f86e11c81301d931783e463d7b2f3a5d528fc3
 SHA512 
3c36879af2b40190b7b68b162cb39e32e1d7ee01fe063dabe5404d616ab3c9972ebc8a6ce4c0b54a633cfc6825808f93207132ac9c9cd60d9e6ca28e864d5f16
 DIST scons-4.2.0.gh.tar.gz 5677165 BLAKE2B 
c298152db937810ab73afc304a9dc480c185ef0d6e86be5ec7f2022a7d1ed4d3df6ecc18148c3143d4e76a7ea0e50790db1224e66db68bace0759daba7f36a91
 SHA512 
138573f7203b52fad0527d8d88ceabe182273eff7e4b74125e0d7eda51c44408b07e2c702ee63214519392101d8bbb30013e6d34000eaeb530a816c17396de97
 DIST scons-4.2.0.tar.gz 3043008 BLAKE2B 
3e69189e45b8ecc956419d3b7d4d36a78ffe219ff87a18d17c511434cf4306635c245107e7978d8f6b86f65bd2ac028fa3c76ab1212806a692d355d7d8036645
 SHA512 
91d77c858a888621d41432f39970547830997c8e28a851bbab7c0f181afda564abef321befaa33cbe6fd5fc4ac85fa80f2349994956edcc99c027cf7f526bbf0
+DIST scons-4.3.0-user.html 1529873 BLAKE2B 
9f5b1bc0ab1d47769d8475ab86b1ae40cfc3643013c6e19692caac50dc37a306b6fd4654ec95c0ad6ad89531e2098253c62db679c9921680955b6dc11c4b247a
 SHA512 
82e2de098c16a354ee3546a39f3ad923d8a40831d69d31266a795f7ce1a8d42e258e650f59f1910f0497d2d053eeb94aa1216c2a2108ca44185e587490b2
+DIST scons-4.3.0-user.pdf 2851016 BLAKE2B 
75282daad0c12da3afa71a0b34447545c2d93ab4fd0589395acd4a04242bb387b35ef2fb0469a57b96eda25258a28f18bd3bb693c6e2b02dc4e6b621a10f0f33
 SHA512 
c404508ca13e043f8a6717711294fa8cf4a513da7a09285fc6d73342d1f2b4fb0f718faa8fe6ee5b5ab92acf5839dfa05b86004ab0e0fcd7449a31fd5f6f003b
+DIST scons-4.3.0.gh.tar.gz 5704869 BLAKE2B 
a43b509b358d47ee73f7eb714d1239b4fdc33f38483c1a3e72c3a8082242d7bb1a4925958a2648782aa28f4c22a6e018aea8fec1139cf44c59e859f6f902d1d3
 SHA512 
2d91cf3045797c888d24db38d5b44576e56b271a2c4e9d28d7e16026451865f713990ff9e57fa3e0a1c19603c2d6adbbd1ba36d297c9dcce4db4139fcc51cd62

diff --git a/dev-util/scons/scons-4.3.0.ebuild 
b/dev-util/scons/scons-4.3.0.ebuild
new file mode 100644
index ..43c7b9958062
--- /dev/null
+++ b/dev-util/scons/scons-4.3.0.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 multiprocessing
+
+MY_P="SCons-${PV}"
+DESCRIPTION="Extensible Python-based build utility"
+HOMEPAGE="https://www.scons.org/;
+SRC_URI="
+   
https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${MY_P}.tar.gz
+   doc? (
+   https://www.scons.org/doc/${PV}/PDF/${PN}-user.pdf -> 
${P}-user.pdf
+   https://www.scons.org/doc/${PV}/HTML/${PN}-user.html -> 
${P}-user.html
+   )
+   test? ( 

[gentoo-commits] repo/proj/guru:dev commit in: app-shells/vivid/

2021-12-25 Thread Alexey Zapparov
commit: b6a70a4c73534fe65b9466f1d91e316c3a0b5b71
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Dec 25 21:41:05 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sat Dec 25 21:41:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6a70a4c

app-shells/vivid: add 0.7.0-r1

Fix LICENSE requirements.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 app-shells/vivid/{vivid-0.7.0.ebuild => vivid-0.7.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/vivid/vivid-0.7.0.ebuild 
b/app-shells/vivid/vivid-0.7.0-r1.ebuild
similarity index 97%
rename from app-shells/vivid/vivid-0.7.0.ebuild
rename to app-shells/vivid/vivid-0.7.0-r1.ebuild
index ae583ae54..b6dd7de2b 100644
--- a/app-shells/vivid/vivid-0.7.0.ebuild
+++ b/app-shells/vivid/vivid-0.7.0-r1.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
$(cargo_crate_uris)
"
 
-LICENSE="Apache-2.0 MIT LGPL-3+"
+LICENSE="LGPL-3+ MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 



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

2021-12-25 Thread Michał Górny
commit: ee993a8f80720c0658b8588f242944a419514888
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 25 21:30:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 25 21:30:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee993a8f

dev-python/fonttools: Remove old

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

 dev-python/fonttools/Manifest|  1 -
 dev-python/fonttools/fonttools-4.28.1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index edd7b8285a47..fee34bbd7204 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1,4 +1,3 @@
-DIST fonttools-4.28.1.tar.gz 2654329 BLAKE2B 
4d1f2f5caea6ee3ae73a7791ad34da0c49353ef8b8f834c29e990c3c937b05bfdbf32474a4279c9f32f9fce78b4935ba9ba8434576b318b70736c1e14763eb70
 SHA512 
abcc8b182436feae8e1cfe263488c87f2351079d25a2211529ccf3401a9533f5322a7028d20ba0e31405ec3acad369b46d3b07bf8b4dfe16e43f48859fc5a29f
 DIST fonttools-4.28.2.tar.gz 2940111 BLAKE2B 
32f67f2c270520d9e2091052242e504b9a8e459a87f233e22f50bfe3d17309a09a3c7ad5da20a3411df1c7c58b790dd395535407fdeddb02e7391c28d8d08fa3
 SHA512 
0295c571e92e71f6467b06bd89afacae76861e374147a2051fe3f5323176c3f3458b977ba2ed25cadcdba9e55b325b6febc50bc9c539d8806471730a15faed47
 DIST fonttools-4.28.3.tar.gz 2944993 BLAKE2B 
bac7408759ae2854023d5e6f840eb34d431daf0e14ec9fd8d4ac2ecc4ea8e473456611c3531b9131035164f69ba2363a3835206d068b71d4a2ae6ec179d2a32d
 SHA512 
b90d05cedbd06f476c210f2961ebd11c64043785ef43fda2b81fd22126b12642ab63e51363bc22524bb18ee781fa9a8a71edb187b6c69fbf838e0c20f3c9ba0b
 DIST fonttools-4.28.4.tar.gz 2945369 BLAKE2B 
f178552aca7b41dcec1c03d2a7c3de17cdb5f4b2e057a75e196e78a098b9959a038a9a3b14ee8546d5ea12e3546c22d2a8d9b34a922c0822bf52f78bc03f4f54
 SHA512 
9ecdf4186e24a8a44c6010432d71f1689ebf8461a404dde71259eb4712c4987d94bbe31b33ad6943fb2e0105fc9f8e9032a94e6ccbb4ac01fe330bb700a39c63

diff --git a/dev-python/fonttools/fonttools-4.28.1.ebuild 
b/dev-python/fonttools/fonttools-4.28.1.ebuild
deleted file mode 100644
index 1a9728384281..
--- a/dev-python/fonttools/fonttools-4.28.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
-HOMEPAGE="https://github.com/fonttools/fonttools/;
-SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
-BDEPEND="
-   ${RDEPEND}
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   app-arch/zopfli
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # When dev-python/pytest-shutil is installed, we get weird import 
errors.
-   # This is due to incomplete nesting in the Tests/ tree:
-   #
-   #   Tests/feaLib/__init__.py
-   #   Tests/ufoLib/__init__.py
-   #   Tests/svgLib/path/__init__.py
-   #   Tests/otlLib/__init__.py
-   #   Tests/varLib/__init__.py
-   #
-   # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
-   touch Tests/svgLib/__init__.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-src_configure() {
-   DISTUTILS_ARGS=( --with-cython )
-}
-
-python_test() {
-   distutils_install_for_testing
-   # virtualx used when matplotlib is installed causing plot module tests 
to run
-   virtx epytest Tests fontTools
-}



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

2021-12-25 Thread Michał Górny
commit: 0ff4e2b6e7bf3a0923d8edea4fe735ba87574c18
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 25 20:48:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 25 21:27:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff4e2b6

dev-python/python-gnupg: Remove old

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

 dev-python/python-gnupg/Manifest  |  1 -
 dev-python/python-gnupg/python-gnupg-0.4.7.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/dev-python/python-gnupg/Manifest b/dev-python/python-gnupg/Manifest
index 48fd38d32484..42677400dc49 100644
--- a/dev-python/python-gnupg/Manifest
+++ b/dev-python/python-gnupg/Manifest
@@ -1,2 +1 @@
-DIST python-gnupg-0.4.7.tar.gz 53091 BLAKE2B 
ebbd67b7255fa6e7739da785476efc441733c3cfa740fcb11c595c560b5a90ee43a1040a654485c30ae35f5e8d06fee235a4ae8d069f20f0eb1fb6e45b4ed441
 SHA512 
e590778affd3f864bac2221e1ce7c4a37ba257e7112e023d70617f3f3c7597dbeb2974db0ed611b2fc75a071678ae8856be4a3b3f48428a12b42c2f1125fdce5
 DIST python-gnupg-0.4.8.tar.gz 58696 BLAKE2B 
d9ab2fe3ea933a22e731fd70e153e60cc3b158f15e3f8537440c355037092ff7545d29e8d2eab88efb38dcc6e3776c31f537a9c06467b473e93cbc9f0e2ef189
 SHA512 
fcaa121a356595328a26e8184280f859dfc2771b9692dcf28db2d9b0fdddc77d4c1238665a8e419758ec17320616e7741aacd3638e37d449b86febeef1f6

diff --git a/dev-python/python-gnupg/python-gnupg-0.4.7.ebuild 
b/dev-python/python-gnupg/python-gnupg-0.4.7.ebuild
deleted file mode 100644
index 147f4fea658e..
--- a/dev-python/python-gnupg/python-gnupg-0.4.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python wrapper for GnuPG"
-HOMEPAGE="
-   https://bitbucket.org/vinay.sajip/python-gnupg
-   https://pypi.org/project/python-gnupg/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="app-crypt/gnupg"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-
-python_test() {
-   # NO_EXTERNAL_TESTS must be enabled,
-   # to disable all tests, which need internet access.
-   NO_EXTERNAL_TESTS=1 eunittest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pygal/, dev-python/pygal/files/

2021-12-25 Thread Michał Górny
commit: 75e8a99d71b7d4ba36da5e722aed50c3511fa39a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 25 20:49:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 25 21:27:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e8a99d

dev-python/pygal: Remove old

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

 dev-python/pygal/Manifest  |  1 -
 .../pygal/files/pygal-2.4.0-fix-py3.10.patch   | 39 ---
 dev-python/pygal/files/pygal-2.4.0-fix-tests.patch | 17 
 dev-python/pygal/pygal-2.4.0-r2.ebuild | 45 --
 4 files changed, 102 deletions(-)

diff --git a/dev-python/pygal/Manifest b/dev-python/pygal/Manifest
index c7a3153ebdfc..932c7ae4057a 100644
--- a/dev-python/pygal/Manifest
+++ b/dev-python/pygal/Manifest
@@ -1,2 +1 @@
-DIST pygal-2.4.0.tar.gz 4554802 BLAKE2B 
9627558e734420bfb3137989d0cc1978a0a06a597d3d5d071e13653876a4bb3266f12f1a8a358076619d997998754c29ee75058356ba66da64b112a24c2cbe2a
 SHA512 
d69fbcff3792cb0b952addc3bfbaea76628d5546482c291ef217c592a820a73a65b1eb522c5d7877e7a794d19b74636126d99a4ff280e8467ab07a95000ba823
 DIST pygal-3.0.0.tar.gz 3575455 BLAKE2B 
9b64cf441aeb25b0a0b9834f07e5892fe163f28a5da796d37083f8f3a10d8737a69bad39e503d722e6a36f2de4367b4fd2bdc3a06c5bc30bce66a370690d9c88
 SHA512 
71ac9f197d711c8cf5bb47caef128754f81b1cb0ba98c4cc67de78b68fca5d40baae9fbb5c978f6abaed4c73b8edfea2de07de2fda1aa7c15e0d81387518cc49

diff --git a/dev-python/pygal/files/pygal-2.4.0-fix-py3.10.patch 
b/dev-python/pygal/files/pygal-2.4.0-fix-py3.10.patch
deleted file mode 100644
index ded4ad2ef338..
--- a/dev-python/pygal/files/pygal-2.4.0-fix-py3.10.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 1525f5e7c18032b34b1be282341d60641161194d Mon Sep 17 00:00:00 2001
-From: Dooley_labs 
-Date: Sat, 28 Dec 2019 02:29:38 -0500
-Subject: [PATCH] Python 3 compatibility patches
-

- pygal/_compat.py | 5 -
- pygal/util.py| 2 +-
- 2 files changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/pygal/_compat.py b/pygal/_compat.py
-index 07ab8846..815585f1 100644
 a/pygal/_compat.py
-+++ b/pygal/_compat.py
-@@ -20,7 +20,10 @@
- from __future__ import division
- 
- import sys
--from collections import Iterable
-+try:
-+from collections.abc import Iterable
-+except ImportError:
-+from collections import Iterable
- from datetime import datetime, timedelta, tzinfo
- 
- if sys.version_info[0] == 3:
-diff --git a/pygal/util.py b/pygal/util.py
-index 65236173..cca29dbf 100644
 a/pygal/util.py
-+++ b/pygal/util.py
-@@ -275,7 +275,7 @@ def minify_css(css):
- # Inspired by slimmer by Peter Bengtsson
- remove_next_comment = 1
- for css_comment in css_comments.findall(css):
--if css_comment[-3:] == '\*/':
-+if css_comment[-3:] == r'\*/':
- remove_next_comment = 0
- continue
- if remove_next_comment:

diff --git a/dev-python/pygal/files/pygal-2.4.0-fix-tests.patch 
b/dev-python/pygal/files/pygal-2.4.0-fix-tests.patch
deleted file mode 100644
index 6ae07df3427b..
--- a/dev-python/pygal/files/pygal-2.4.0-fix-tests.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/pygal/test/conftest.py b/pygal/test/conftest.py
-index ea36010..6fe40cb 100644
 a/pygal/test/conftest.py
-+++ b/pygal/test/conftest.py
-@@ -48,9 +48,9 @@ def pytest_generate_tests(metafunc):
- if hasattr(sys, 'pypy_version_info'):
- etree.to_etree()
-
--if "Chart" in metafunc.funcargnames:
-+if "Chart" in metafunc.fixturenames:
- metafunc.parametrize("Chart", pygal.CHARTS)
--if "datas" in metafunc.funcargnames:
-+if "datas" in metafunc.fixturenames:
- metafunc.parametrize(
- "datas", [[("Serie %d" % i, get_data(i)) for i in range(s)]
-   for s in (5, 1, 0)]
---

diff --git a/dev-python/pygal/pygal-2.4.0-r2.ebuild 
b/dev-python/pygal/pygal-2.4.0-r2.ebuild
deleted file mode 100644
index dad973603437..
--- a/dev-python/pygal/pygal-2.4.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="A python SVG charts generator"
-HOMEPAGE="https://github.com/Kozea/pygal/;
-# PyPI tarballs do not contain docs
-# https://github.com/Kozea/pygal/pull/428
-SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/lxml[${PYTHON_USEDEP}]
-   media-gfx/cairosvg[${PYTHON_USEDEP}]"
-
-BDEPEND="
-   test? ( dev-python/pyquery[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-tests.patch"
-   "${FILESDIR}/${P}-fix-py3.10.patch"
-)
-
-# CHANGELOG is a symlink to docs/changelog.rst
-DOCS=( docs/changelog.rst README.md )
-
-distutils_enable_sphinx docs

[gentoo-commits] repo/proj/guru:dev commit in: app-shells/vivid/

2021-12-25 Thread Alexey Zapparov
commit: 0d7d2ae29756bb8595dabb47e672c28a458e682e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sat Dec 25 21:22:26 2021 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sat Dec 25 21:22:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d7d2ae2

app-shells/vivid: add v0.7.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 app-shells/vivid/Manifest   | 37 
 app-shells/vivid/metadata.xml   | 13 +++
 app-shells/vivid/vivid-0.7.0.ebuild | 67 +
 3 files changed, 117 insertions(+)

diff --git a/app-shells/vivid/Manifest b/app-shells/vivid/Manifest
new file mode 100644
index 0..868479da3
--- /dev/null
+++ b/app-shells/vivid/Manifest
@@ -0,0 +1,37 @@
+DIST ansi_colours-1.0.2.crate 10512 BLAKE2B 
b4acd4c2fb61e68711a5abfdbe04fc3a2778df29c4665637dc8413fb364842e8703054cfc119cf9e431a56ba4fd7d3a7d7c3dee6d7db648458e9bb26650a
 SHA512 
3f28117e804f82f194024ea502ca9a86cc458b55f705f643a8ab2a90a189ec21501708df5fca1f3ef204b57861b7cca3c21f7ca9537eaf4208086b0ec7652976
+DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST cc-1.0.68.crate 55936 BLAKE2B 
9bbbeda78b8c3aca487e770cddbe11bf4686424bd33d023ad66e1fbdfc8dcbc17fd85c15905e0edbed8745202c01aea13d4f03a7f8f655e5806da152565419aa
 SHA512 
faca9aa91488808f920f1d88422cc8a69790aa6dbd7bd2cc5d08a579d248faafd0fd675e8499e56aef6715398c278db1fa2079511d211d41aa65741de5d5ac8c
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
+DIST dirs-3.0.2.crate 12184 BLAKE2B 
414fa4734fd9e108dbc887210e71c8be9834c1764ca35af66781a8108af9fc704f4e7d420ffbb2adeb2a14ca5658e53cb5da4b486e093b3de010c542f7ce7c7a
 SHA512 
97dc343d580ecda68aebe87bcbe8c13a00078943771e3f1dc3101d8d450d2ccdd0d74283870eac1d88255a99e887166d42533ba8e70d15b9cdaddb57e3a27c55
+DIST dirs-sys-0.3.6.crate 10626 BLAKE2B 
6da8e4a1e51a4e06ab742ce5eb75155ff9b7cbe83f06947a0bfcda711ae1e0dbe51f9a1e1733ba771f2daddb2b8b14e343b9615608c1d9a8fb927b033c161b15
 SHA512 
79b6bfda14aafa3839365496e1b1926f763d3569e4e138a59f4acae15c38ec9a3bdcaa64293b03b536141c897c2bf68a67d7ae5670d86215080aa313e53d39e5
+DIST getrandom-0.2.3.crate 26261 BLAKE2B 
3e52a87b9355f850e07e5080c20e1ab3acfa927bae28c63bb8bfd6a773ad77be96d3ba770c344631cc0f2d9a95aac920790173168b102e25f50480ee96663569
 SHA512 
e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d
+DIST hermit-abi-0.1.18.crate 9936 BLAKE2B 
a5a1d1c9bdf83fdca8edc392f8fa7d9b9b248ac8d716e009300220befa5d8d80601643e768037be89bbbe6e21adbe6349c94c595cee3837c4b92b5f98ba838ad
 SHA512 
54f060c6c1c80d41f40cec7102345147efb535aff9fa5cc0ed4ccd7f010bfdb6daaf40626fd5069af60ceb42058452803b59d4bbcfbed4c5546c79b57ae0f914
+DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
+DIST libc-0.2.97.crate 517712 BLAKE2B 
ad769579a8e89e9e0ea6a08b8fd82b69a3a299721d63b63efcb436b333021c097933565e86f4b66ffcce6a589718bed2aacb36b80a936dd3dda763b9c0c240d7
 SHA512 
9b94a43d7da1e419900f7a016d5eb958bc42a006e1bb621ab8e2be2167e91f05cee81144c25e81a85c1b1ea2a26ff88980a4cc292fd42db8b09c5c49bf5531ed
+DIST linked-hash-map-0.5.4.crate 16166 BLAKE2B 

  1   2   3   >