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

2021-05-11 Thread Miroslav Šulc
commit: 508869f1b33487583cfc57aa66730feec6e770ec
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 12 05:56:42 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 12 05:56:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508869f1

media-sound/drumstick: bump to 2.2.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/drumstick/Manifest   |  1 +
 media-sound/drumstick/drumstick-2.2.0.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/media-sound/drumstick/Manifest b/media-sound/drumstick/Manifest
index 568a2b26e44..49aa8c65697 100644
--- a/media-sound/drumstick/Manifest
+++ b/media-sound/drumstick/Manifest
@@ -1 +1,2 @@
 DIST drumstick-2.1.1.tar.gz 1959938 BLAKE2B 
010072faac3819d326659421d7c2c32345f8f5cf3fdcf390b80f57f942e786d569feb19319eca21ca5346ea1f990f54353afc52ecad4fbc6b631065e7b3ed751
 SHA512 
764b2db79f49f1ab428f472a2f4715c1ab5a9d948af43c77befc2e758b43c604673c7c0c39779a63240a31d6169f648a8c67680c1a42891c6a6cdbd2a481f557
+DIST drumstick-2.2.0.tar.gz 1965327 BLAKE2B 
1fbb97c031af31c7fb707523c3522afff61dfba3c1c0123619ed738a4996b4b835df9f60b3bb3b27b6d13616f11619160f43cf36c8429947f43dee62a840
 SHA512 
eff261ae0fbb620673eaa4d12e168b8ed0cfffb3e605ad8ebbc10a444d18eb0d6aecad7bad3b0c3a639df1cfee96bece3a870139bb818a278d6f51e13418a0a9

diff --git a/media-sound/drumstick/drumstick-2.2.0.ebuild 
b/media-sound/drumstick/drumstick-2.2.0.ebuild
new file mode 100644
index 000..1459d1b265a
--- /dev/null
+++ b/media-sound/drumstick/drumstick-2.2.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="Qt/C++ wrapper for ALSA sequencer"
+HOMEPAGE="https://drumstick.sourceforge.io/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc fluidsynth pulseaudio"
+
+BDEPEND="
+   dev-libs/libxslt
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+   x11-misc/shared-mime-info
+   doc? (
+   app-doc/doxygen[dot]
+   app-text/docbook-xsl-stylesheets
+   )
+"
+DEPEND="
+   dev-qt/designer:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-libs/alsa-lib
+   fluidsynth? ( media-sound/fluidsynth )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS readme.md TODO )
+
+RESTRICT="test"
+
+src_prepare() {
+   cmake_src_prepare
+
+   if ! use fluidsynth ; then
+   sed -e "/pkg_check_modules(FLUIDSYNTH/s/^/# disabled by 
-fluidsynth/" \
+   -i library/rt-backends/CMakeLists.txt || die
+   fi
+
+   if ! use pulseaudio ; then
+   sed -e "/pkg_check_modules(PULSE/s/^/# disabled by 
-pulseaudio/" \
+   -i CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=OFF
+   -DUSE_DBUS=ON
+   -DBUILD_DOCS=$(usex doc)
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use doc && cmake_src_compile doxygen
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+   cmake_src_install
+}



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

2021-05-11 Thread Joonas Niilola
commit: aa661d4f06a4172f5dd664ee994c53510660feef
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed May 12 05:54:49 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed May 12 05:54:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa661d4f

dev-libs/efl: drop lua-5.3 support

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

 dev-libs/efl/efl-1.25.1-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/efl/efl-1.25.1-r11.ebuild 
b/dev-libs/efl/efl-1.25.1-r11.ebuild
index 59f6f41ed9a..868047febef 100644
--- a/dev-libs/efl/efl-1.25.1-r11.ebuild
+++ b/dev-libs/efl/efl-1.25.1-r11.ebuild
@@ -8,7 +8,7 @@ DOCS_DEPEND="dev-texlive/texlive-fontutils"
 DOCS_DIR="${S}/doc"
 
 LUA_REQ_USE="deprecated(+)"
-LUA_COMPAT=( lua5-{1..3} luajit )
+LUA_COMPAT=( lua5-{1,2} luajit )
 
 PYTHON_COMPAT=( python3_{7..10} )
 



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

2021-05-11 Thread Miroslav Šulc
commit: be67d7d78db3a8275482b7e168eefd7e184f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 12 05:50:19 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 12 05:50:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be67d7d7

media-sound/qsampler: bump to 0.9.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qsampler/Manifest  |  1 +
 media-sound/qsampler/qsampler-0.9.3.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest
index 8eb66a984c2..e7a597152ec 100644
--- a/media-sound/qsampler/Manifest
+++ b/media-sound/qsampler/Manifest
@@ -1,2 +1,3 @@
 DIST qsampler-0.9.1.tar.gz 283857 BLAKE2B 
5d30c64edd4c1792d9e87453af45363ebdac6707ef6f804dc867b4eb23fdd657bbf554cd706ddcaa0c6bbe35deeaa1c8d1ff0f1e5af3cad005ebed94f43fed7d
 SHA512 
5afda874b01ed576522898e04f9d264fccd589da292659eb9947786d3642c80d41629fd5d2268caa53f3ae0a96f0a1c84600a3651e8758d39d5c0220a9bba57d
 DIST qsampler-0.9.2.tar.gz 283494 BLAKE2B 
fcc5a39e5f8069ae79e6e7f1df27c49f5c27573dbd8f937fe699e1cfd7149600eaa1e697cb86fa446a795d949267c92340b4f40868c9847eb493409126a94cbf
 SHA512 
dcc06fbb66f9f7caf04359ef2f75510666214452251a005605a5235709f2846b3d58ee8cbb82f18f676d079d1484b91b7c3efc397fdc99e84ffaa1c95ccafb4c
+DIST qsampler-0.9.3.tar.gz 283882 BLAKE2B 
1171de42c7f27481a5e2f95c1d868b68594288d3a640fe118df9a7f1588d0fea73e06bad4d3acd08a99ec4ccceaee7d171a047a96e811be09ebb3c48896e064f
 SHA512 
0abfcb35aafb773d1b0f2c31406ea7b04581a4a47b01074c70d1b4833a3f06e8223cfa57b1e7f0233bc347636f41732db37150e5bfde76ccaad4eb959428a7ba

diff --git a/media-sound/qsampler/qsampler-0.9.3.ebuild 
b/media-sound/qsampler/qsampler-0.9.3.ebuild
new file mode 100644
index 000..d948252e61b
--- /dev/null
+++ b/media-sound/qsampler/qsampler-0.9.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake qmake-utils xdg
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/qsampler/code;
+   inherit git-r3
+else
+   SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Graphical frontend to the LinuxSampler engine"
+HOMEPAGE="https://qsampler.sourceforge.io/ https://www.linuxsampler.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug +libgig"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-libs/alsa-lib
+   media-libs/liblscp:=
+   x11-libs/libX11
+   libgig? ( media-libs/libgig:= )
+"
+RDEPEND="${DEPEND}
+   media-sound/linuxsampler
+"
+BDEPEND="dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.1-cmake-no-git.patch"
+)
+
+DOCS=( AUTHORS ChangeLog README TODO TRANSLATORS )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/^find_package.*QT/s/Qt6 //" -i CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_DEBUG=$(usex debug 1 0)
+   -DCONFIG_LIBGIG=$(usex libgig 1 0)
+   )
+   cmake_src_configure
+}



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

2021-05-11 Thread Miroslav Šulc
commit: 3c1f4c4c955e4b18c0e81bc0ac21f6d614345f97
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 12 05:45:57 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 12 05:45:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1f4c4c

media-sound/qsynth: bump to 0.9.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qsynth/Manifest|  1 +
 media-sound/qsynth/qsynth-0.9.3.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest
index cfb8ef799d8..2846ca3825e 100644
--- a/media-sound/qsynth/Manifest
+++ b/media-sound/qsynth/Manifest
@@ -1,2 +1,3 @@
 DIST qsynth-0.9.1.tar.gz 393897 BLAKE2B 
f63766614d821409cd12e418e36b8dbd739da8e2cd7deae91c2b00dd4f5ba2f447a3ca19c3829de3282e368baa37567333be051641221300d13dd7948d762008
 SHA512 
70bba332b90963d1c1da18fb3de8f05544fed3406c2144b6ed78cf93720cbcb684ff367d7ef4bc80be94ebea060b38753ae0cb183e85f96f127014c08de701b0
 DIST qsynth-0.9.2.tar.gz 394009 BLAKE2B 
9560efe95992fc6e992871c8057898e1acac46718534c7e79060dde4d1519f9fd4798385812f384c97a764676e3e1005ebe24708545db3dfb9f8e08973f07441
 SHA512 
ab9a2268e3926439e4784c8dc2511d7c39aa2bfb97ffb7bb34f6761f1e859d1ea53f9f6da4d5c31395c6c03dc250b74c8c250b5d71321f2a151b75ec636be3d6
+DIST qsynth-0.9.3.tar.gz 395265 BLAKE2B 
c19154ba02680ae784ea016bbcb2dcd6c3517d6e810d76cc16919508e2e7310d23a8e8397f45340c138f018340525ecae8d941ce5acf5d4e16295e88d3450069
 SHA512 
7da5bc0fd8feed6b3b0b048e7ac3fa86937d82ff34528fd0dbb1dd5a05fbff2bb2d8e360e499325660172acec7216964ce1442b75afc10ab0647b91376b2c421

diff --git a/media-sound/qsynth/qsynth-0.9.3.ebuild 
b/media-sound/qsynth/qsynth-0.9.3.ebuild
new file mode 100644
index 000..59c6e5666ca
--- /dev/null
+++ b/media-sound/qsynth/qsynth-0.9.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop qmake-utils xdg
+
+DESCRIPTION="Qt application to control FluidSynth"
+HOMEPAGE="https://qsynth.sourceforge.io/;
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code;
+   inherit git-r3
+else
+   SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+alsa debug jack pulseaudio"
+
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   media-sound/fluidsynth:=[jack?,alsa?,pulseaudio?]
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.9.1-cmake-no-git-version.patch" )
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -e "/^find_package.*QT/s/Qt6 //" -i CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_DEBUG=$(usex debug 1 0)
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # The desktop file is invalid, and we also change the command
+   # depending on useflags
+   rm "${D}/usr/share/applications/qsynth.desktop" || die
+
+   local cmd
+   if use jack; then
+   cmd="qsynth"
+   elif use pulseaudio; then
+   cmd="qsynth -a pulseaudio"
+   elif use alsa; then
+   cmd="qsynth -a alsa"
+   else
+   cmd="qsynth -a oss"
+   fi
+
+   make_desktop_entry "${cmd}" Qsynth qsynth
+}



[gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin-common/, dev-dotnet/dotnetcore-sdk-bin/

2021-05-11 Thread Gergely Nagy
commit: 017905f3a96d7e3de1cfd2ca8186971cacfdcee9
Author: Gergely Nagy  ngg  hu>
AuthorDate: Wed May 12 05:43:06 2021 +
Commit: Gergely Nagy  ngg  hu>
CommitDate: Wed May 12 05:43:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=017905f3

dev-dotnet/dotnetcore-sdk-bin{-common}: bump to 2.1.816, 3.1.409, 5.0.203

Signed-off-by: Gergely Nagy  ngg.hu>

 ...bin-common-2.1.814.ebuild => dotnetcore-sdk-bin-common-2.1.816.ebuild} | 0
 ...bin-common-3.1.407.ebuild => dotnetcore-sdk-bin-common-3.1.409.ebuild} | 0
 ...bin-common-5.0.202.ebuild => dotnetcore-sdk-bin-common-5.0.203.ebuild} | 0
 ...otnetcore-sdk-bin-2.1.814.ebuild => dotnetcore-sdk-bin-2.1.816.ebuild} | 0
 ...otnetcore-sdk-bin-3.1.407.ebuild => dotnetcore-sdk-bin-3.1.409.ebuild} | 0
 ...otnetcore-sdk-bin-5.0.202.ebuild => dotnetcore-sdk-bin-5.0.203.ebuild} | 0
 6 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.814.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.816.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.814.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-2.1.816.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.407.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.409.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.407.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-3.1.409.ebuild

diff --git 
a/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.202.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.203.ebuild
similarity index 100%
rename from 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.202.ebuild
rename to 
dev-dotnet/dotnetcore-sdk-bin-common/dotnetcore-sdk-bin-common-5.0.203.ebuild

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.814.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.816.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.814.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.816.ebuild

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.407.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.409.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.407.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.409.ebuild

diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.202.ebuild 
b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.203.ebuild
similarity index 100%
rename from dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.202.ebuild
rename to dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.203.ebuild



[gentoo-commits] repo/proj/dotnet:master commit in: app-editors/visual-studio-code/

2021-05-11 Thread Gergely Nagy
commit: 0c20fb20369f929ad2f270294025e50c69d57c84
Author: Gergely Nagy  ngg  hu>
AuthorDate: Wed May 12 05:41:10 2021 +
Commit: Gergely Nagy  ngg  hu>
CommitDate: Wed May 12 05:41:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=0c20fb20

app-editors/visual-studio-code: bump to 1.56.1

Signed-off-by: Gergely Nagy  ngg.hu>

 ...{visual-studio-code-1.56.0.ebuild => visual-studio-code-1.56.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.56.0.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.56.1.ebuild
similarity index 100%
rename from app-editors/visual-studio-code/visual-studio-code-1.56.0.ebuild
rename to app-editors/visual-studio-code/visual-studio-code-1.56.1.ebuild



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

2021-05-11 Thread Miroslav Šulc
commit: 3228a47d0cfb303380de766197756483b21bc368
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 12 05:41:49 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 12 05:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3228a47d

media-sound/qjackctl: bump to 0.9.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qjackctl/Manifest  |  1 +
 media-sound/qjackctl/qjackctl-0.9.3.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index 082e082d25a..9dd9c5f7a8b 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -1 +1,2 @@
 DIST qjackctl-0.9.2.tar.gz 1093486 BLAKE2B 
43e3f3d48295727d7a3848ed6c59c72fb6c2947476720af802d53d152848a355aac79448d88fce78c2b12fbae54d64b4a1582f334b2a416f0b235cdf8d557e40
 SHA512 
87e5cbf241139b1e225ea2e2cc45b6f44f19fddf866560e5b9e690ef3a2f7a358ff6a28065841c9599b321568a85d5b4767907aff071c4a768608fc273a7e8fb
+DIST qjackctl-0.9.3.tar.gz 1093889 BLAKE2B 
e3fdacd8fb287e56d53c1b4afabf69aae89a9c311c1f056ae0f2c0f2c7e994e320a904d9ddd40efd48ed7b15fd7d90ed6ce07adc0db496d133431b1519c83a86
 SHA512 
bfe1cbd37ebd92409f5dd7e8a28115b9922bb43ad0f38112b140c8635a33cc49614202b9e4f92d57e58ed83a85767f53b538a7e6b69702b159157868081b3435

diff --git a/media-sound/qjackctl/qjackctl-0.9.3.ebuild 
b/media-sound/qjackctl/qjackctl-0.9.3.ebuild
new file mode 100644
index 000..15137741a07
--- /dev/null
+++ b/media-sound/qjackctl/qjackctl-0.9.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg cmake
+
+DESCRIPTION="Qt GUI to control the JACK Audio Connection Kit and ALSA 
sequencer connections"
+HOMEPAGE="https://qjackctl.sourceforge.io/;
+SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa dbus debug portaudio"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   virtual/jack
+   alsa? ( media-libs/alsa-lib )
+   dbus? ( dev-qt/qtdbus:5 )
+   portaudio? ( media-libs/portaudio )
+"
+RDEPEND="${DEPEND}
+   dev-qt/qtsvg:5
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.1-disable-git.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_ALSA_SEQ=$(usex alsa 1 0)
+   -DCONFIG_DBUS=$(usex dbus 1 0)
+   -DCONFIG_DEBUG=$(usex debug 1 0)
+   -DCONFIG_PORTAUDIO=$(usex portaudio 1 0)
+   )
+   cmake_src_configure
+}



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

2021-05-11 Thread Matthew Thode
commit: 5fb955758d23c28cc9e91e4ef9822d98b0caeb91
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 12 04:03:41 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May 12 04:03:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb95575

sys-cluster/neutron: 17.1.2 bump

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

 sys-cluster/neutron/Manifest  |   3 +
 sys-cluster/neutron/neutron-17.1.2.ebuild | 227 ++
 2 files changed, 230 insertions(+)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index af4bbaf86f8..cc867f849d4 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,10 +1,13 @@
 DIST neutron-16.3.1.tar.gz 12880968 BLAKE2B 
2915490523578f10f067682ad393c06bc7f793a736f94282e79e82e4f0108fa20a99d8a91f4344094de394316a71c4a5fdd2995db212ddd90fd7cdeddd00787b
 SHA512 
8518f706d4bcb4bf44e2ef9b35b858f08f2e7ac20211944ca0d4df6e2be029817bc541f2fff497bd40b4a85621ee4aa8ac433fbdd19a5d8597df0725a377ae91
 DIST neutron-17.1.1.tar.gz 12925243 BLAKE2B 
f95068d1a85a508e447fc5de28ef6555252fdfe3deb8b0dd94a2e20f28663dc610bbb5e32fb69e0d80fbe9917c387b0c095fb43370ddfe2bbb05327553cb8e58
 SHA512 
cd707d4adaa6a6b606940370606fcef61a35af0d1f1108f24891d2f88611f4f2812c061d3b7a9540d4b6df882615a9366d39273184a791a911775e7c9f4402b8
+DIST neutron-17.1.2.tar.gz 12930231 BLAKE2B 
865e849fb811b3abf8b589ea5752c9305962ed24bcd69a4998425a1d56abcadd87f224e883269b780655f252d40dd050805782080385d94163b5488ffbdbf52a
 SHA512 
1320c96ba5b3b2de5feb313b564baa7308b3b964c628afa57e60ed8f541549b11ddaa0ea1e4025dc0265ad1d962f0961fdc93924fcdde98c9b7c3c23728a3ebd
 DIST neutron-configs-16.3.1.tar.gz 24350 BLAKE2B 
8f6eeae762fa297651f07667387beac6677cfa9a6c0d13d3fc90ac09753022fd284fc56c53557ab83cda99ab4fe03acc2d2049e4bb62f9496b310b1cd6f42099
 SHA512 
b087b23a1aa19678d4b9a76ae82243d03fe82706712e8c37b759a8521062f79e83307769b4ba639f67aa402f8b03cdf12d3274d821c3f8ecfd17ded9f4f2c881
 DIST neutron-configs-17.1.1.tar.gz 30314 BLAKE2B 
885d00259fde0200f6a52d91b18e884012c04cb06e5e4ba6c72b77fbb0a8df30d50efd6db16faa009328eac9b7c5fb31854feb81595a542b4ac5d8172c8056b6
 SHA512 
cf85a563c417e1fb01f7d329c7021c20782fe67f64c5dfd542deed07e09d6a717e472976df8f1f4c3bb4a6a10e8d8b8300f18e1a3759358b3db12f77dad7bd5b
+DIST neutron-configs-17.1.2.tar.gz 30314 BLAKE2B 
885d00259fde0200f6a52d91b18e884012c04cb06e5e4ba6c72b77fbb0a8df30d50efd6db16faa009328eac9b7c5fb31854feb81595a542b4ac5d8172c8056b6
 SHA512 
cf85a563c417e1fb01f7d329c7021c20782fe67f64c5dfd542deed07e09d6a717e472976df8f1f4c3bb4a6a10e8d8b8300f18e1a3759358b3db12f77dad7bd5b
 DIST neutron-configs-2020.1..tar.gz 24350 BLAKE2B 
8f6eeae762fa297651f07667387beac6677cfa9a6c0d13d3fc90ac09753022fd284fc56c53557ab83cda99ab4fe03acc2d2049e4bb62f9496b310b1cd6f42099
 SHA512 
b087b23a1aa19678d4b9a76ae82243d03fe82706712e8c37b759a8521062f79e83307769b4ba639f67aa402f8b03cdf12d3274d821c3f8ecfd17ded9f4f2c881
 DIST neutron-configs-2020.2..tar.gz 30314 BLAKE2B 
885d00259fde0200f6a52d91b18e884012c04cb06e5e4ba6c72b77fbb0a8df30d50efd6db16faa009328eac9b7c5fb31854feb81595a542b4ac5d8172c8056b6
 SHA512 
cf85a563c417e1fb01f7d329c7021c20782fe67f64c5dfd542deed07e09d6a717e472976df8f1f4c3bb4a6a10e8d8b8300f18e1a3759358b3db12f77dad7bd5b
 DIST neutron-ml2-plugins-16.3.1.tar.gz 8887 BLAKE2B 
5887027ce4585a523bb3379c002acdde1faa9ed24d0c83c931f2a387b56e8baf8352ae9f82ba46c85a6a3e5b1d68792da1e1ca1fae9b6dde525e6f6c67849ac4
 SHA512 
4ae70fe3e386932e0327333d29dc526b5f0f0f800ac14d17faa4c1e3fc2dd8524760b84bbb4767e73e70647984aa50702e5e47dc42deb47f66c47c5e3e965111
 DIST neutron-ml2-plugins-17.1.1.tar.gz 9011 BLAKE2B 
d9f8cb4d26699ca44a4cf4cd422bd88b9bb5a2138a80fec469021491d87b158502801c2ce79316f52a900877f7706dc93c2a5a5a33c868918effeaa6b65a7931
 SHA512 
a225310f0f54991a079d515512189b3c08de22c5b13d58960ef24498401fc54b0878ed879d895e696b789e703a0bb3f4a184eccbbfb9ac9fe9447086cb952b37
+DIST neutron-ml2-plugins-17.1.2.tar.gz 9011 BLAKE2B 
d9f8cb4d26699ca44a4cf4cd422bd88b9bb5a2138a80fec469021491d87b158502801c2ce79316f52a900877f7706dc93c2a5a5a33c868918effeaa6b65a7931
 SHA512 
a225310f0f54991a079d515512189b3c08de22c5b13d58960ef24498401fc54b0878ed879d895e696b789e703a0bb3f4a184eccbbfb9ac9fe9447086cb952b37
 DIST neutron-ml2-plugins-2020.1..tar.gz 8887 BLAKE2B 
5887027ce4585a523bb3379c002acdde1faa9ed24d0c83c931f2a387b56e8baf8352ae9f82ba46c85a6a3e5b1d68792da1e1ca1fae9b6dde525e6f6c67849ac4
 SHA512 
4ae70fe3e386932e0327333d29dc526b5f0f0f800ac14d17faa4c1e3fc2dd8524760b84bbb4767e73e70647984aa50702e5e47dc42deb47f66c47c5e3e965111
 DIST neutron-ml2-plugins-2020.2..tar.gz 9011 BLAKE2B 
d9f8cb4d26699ca44a4cf4cd422bd88b9bb5a2138a80fec469021491d87b158502801c2ce79316f52a900877f7706dc93c2a5a5a33c868918effeaa6b65a7931
 SHA512 
a225310f0f54991a079d515512189b3c08de22c5b13d58960ef24498401fc54b0878ed879d895e696b789e703a0bb3f4a184eccbbfb9ac9fe9447086cb952b37

diff --git a/sys-cluster/neutron/neutron-17.1.2.ebuild 

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

2021-05-11 Thread Ronny Gutbrod
commit: 5b44b16a316c642f79bddb4e1c45fb7c9f0be8d4
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 12 03:56:23 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed May 12 03:57:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b44b16a

games-util/itch-bin: Remove old ebuild.

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

 games-util/itch-bin/Manifest   |  1 -
 games-util/itch-bin/itch-bin-25.4.0.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index 95229ea33..29099a9d3 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,3 +1,2 @@
-DIST itch-bin-25.4.0.zip 62941242 BLAKE2B 
c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2
 SHA512 
6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
 DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
 DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 
5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e
 SHA512 
17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d

diff --git a/games-util/itch-bin/itch-bin-25.4.0.ebuild 
b/games-util/itch-bin/itch-bin-25.4.0.ebuild
deleted file mode 100644
index 290e04f54..0
--- a/games-util/itch-bin/itch-bin-25.4.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="itch.io game browser, installer and launcher"
-HOMEPAGE="https://itch.io/;
-SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
-
-KEYWORDS="~amd64"
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="|| ( app-arch/zip app-arch/unzip )"
-RDEPEND="
-   x11-libs/gtk+:3[X,cups]
-   x11-libs/libXtst
-   gnome-base/gconf
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/freetype
-   x11-libs/pixman
-   media-libs/libpng:*
-   dev-libs/libpcre
-   net-dns/libidn2
-   net-libs/gnutls
-   dev-libs/libbsd
-   sys-apps/util-linux
-   media-gfx/graphite2
-"
-
-QA_PREBUILT="
-   /opt/itch-bin/itch
-   /opt/itch-bin/libffmpeg.so
-   /opt/itch-bin/libnode.so
-"
-
-S="${WORKDIR}"
-
-src_install() {
-   local destdir="${EPREFIX}/opt/${PN}"
-   insinto "${destdir}"
-   doins -r locales resources
-   doins *.pak *.dat *.bin libnode.so libffmpeg.so
-
-   exeinto "${destdir}"
-   doexe itch
-   dosym "${destdir}/itch" /usr/bin/itch-bin
-
-   doicon -s 512 "${FILESDIR}/itch-bin.png"
-   make_desktop_entry itch-bin Itch itch-bin Network
-}



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

2021-05-11 Thread Ronny Gutbrod
commit: a513e0e89c206651e0557f13113704ddec2227ba
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 12 03:52:11 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed May 12 03:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a513e0e8

games-util/itch-bin: Version bump 25.5.1.

- Unbundle libffmpeg.so and libvulkan.so
- Use icon from zip
- Fix desktop entry

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

 games-util/itch-bin/Manifest   |  1 +
 games-util/itch-bin/itch-bin-25.5.1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/games-util/itch-bin/Manifest b/games-util/itch-bin/Manifest
index f32ef703d..95229ea33 100644
--- a/games-util/itch-bin/Manifest
+++ b/games-util/itch-bin/Manifest
@@ -1,2 +1,3 @@
 DIST itch-bin-25.4.0.zip 62941242 BLAKE2B 
c50f996f98f9ce6e845c44d6c5b176e321f885b7db70569ab5bf526fcc4b21ed1b3428022400457fbdac5c6f387b27865d4768f99c94e60bb18897e68a75a5b2
 SHA512 
6a0e6fbfba94c162052594ea0442062262690c4ef42889056c42c752cf95b6cabf501c32660c2ba71935a1b1bc0fab946435488385f96c2cd3ab672c9109019d
 DIST itch-bin-25.4.1.zip 81376561 BLAKE2B 
9235894252f811338c5ce535a31d52aaa5eeb2a3fc9684841401585e67e94adf135bc137d0b0551861c20039914f38b2f9881238be645ed7b23602229261ee01
 SHA512 
6c55b2716f64e8206ac6b885e2ec06eddd077dcf4aa9a8ebf17092a6e2c71ea40843cf0396f096264ba7408d559e33ce0e8b98215b299d1a89a749fc3ba7a11a
+DIST itch-bin-25.5.1.zip 81447648 BLAKE2B 
5c0ef34b71d5ba1f771a8e8ba8fa9b012df17a2109061837af6a3d86e94c97a61c564d9752d550cc30be9f306543a622badc3c7165465a5c0fb48966f800a52e
 SHA512 
17a55680570c6a2bf82336b1825742f6b1d64158c97cf1a8734688957d642e6ea48d9b9526fef9cf81f1c5869e5425111e90b94d2154966addd504dc3f66530d

diff --git a/games-util/itch-bin/itch-bin-25.5.1.ebuild 
b/games-util/itch-bin/itch-bin-25.5.1.ebuild
new file mode 100644
index 0..51f7a05e2
--- /dev/null
+++ b/games-util/itch-bin/itch-bin-25.5.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="itch.io game browser, installer and launcher"
+HOMEPAGE="https://itch.io/;
+SRC_URI="https://broth.itch.ovh/itch/linux-amd64/${PV}/archive/default -> 
${P}.zip"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="
+   x11-libs/gtk+:3[X,cups]
+   x11-libs/libXtst
+   gnome-base/gconf
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/freetype
+   x11-libs/pixman
+   media-libs/libpng:*
+   dev-libs/libpcre
+   net-dns/libidn2
+   net-libs/gnutls
+   dev-libs/libbsd
+   sys-apps/util-linux
+   media-gfx/graphite2
+   media-libs/vulkan-loader
+   media-video/ffmpeg[chromium]
+"
+
+QA_PREBUILT="
+   /opt/itch-bin/itch
+   /opt/itch-bin/libvk_swiftshader.so
+"
+
+S="${WORKDIR}"
+
+src_install() {
+   local destdir="${EPREFIX}/opt/${PN}"
+   insinto "${destdir}"
+   doins -r locales resources
+   doins *.pak *.dat *.bin *.json version libvk_swiftshader.so
+
+   exeinto "${destdir}"
+   doexe itch
+   dosym "${destdir}/itch" /usr/bin/itch-bin
+
+   newicon -s 256 "resources/app/src/static/images/tray/itch.png" 
"${PN}.png"
+   newicon -s 128 "resources/app/src/static/images/window/itch/icon.png" 
"${PN}.png"
+
+   make_desktop_entry itch-bin Itch itch-bin "Network;Game"
+}



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

2021-05-11 Thread Matt Turner
commit: e1291c4bc1daf4c624f7020e9a599c6f70da1973
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 12 03:14:12 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 12 03:43:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1291c4b

dev-util/glib-utils: Version bump to 2.68.2

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/glib-utils/Manifest |  1 +
 dev-util/glib-utils/glib-utils-2.68.2.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
index ca224cb37bd..3519e220d7a 100644
--- a/dev-util/glib-utils/Manifest
+++ b/dev-util/glib-utils/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.66.7.tar.xz 4844892 BLAKE2B 
2d128e8c933a8c5bd27734e96e50244f27c29199823e2185e8cfa5b4bbc0ca23f761c9de275c9941672eb945e302178b3cb4b5bd577f375ad953a97dddc70e34
 SHA512 
f6e6cc0fe2ab4a31a623bf9a1e63f833783e044e7ed55b66a84fc0cbf1410eec233fe0e226abb20aac0e40167a9624bf5e65197f9eed879da1293af44408d530
 DIST glib-2.68.0.tar.xz 4938804 BLAKE2B 
abbb06e9be3198ea79a42862bc0b71a40e87de6e4d49634458a6dd883d19c23d9e1a314b7820ea8eae230b24dccc909fd53b0e73587738e2341ff6f116e40cbe
 SHA512 
dce0660476d67d7736c00861f4c3c267723f39032f582d1b2c17660a4939eeccd97e975da61b5be49e6f54612c6d5ce592aa7bdeacf4ecc75f3b38358da94a1d
 DIST glib-2.68.1.tar.xz 4940260 BLAKE2B 
fcf3a2fa2420ea3df13025d7a7e136862fa4cb6aa4f64a1af9fef7187d075db70deddad13ebde56b9032940437dbb311e9658bf112fd3cae8d8313d252ad2d87
 SHA512 
f705cda6f1b4b0acc5fe8d21b60994ca0ec6de39c6722f4f01cbe0ece30eacb7271d3cb29067e638e0204a3cefa2df1e535f273b72330455e185b544cebc2ab0
+DIST glib-2.68.2.tar.xz 4944192 BLAKE2B 
d35489dcfe9d57d8bd6ecf4f893b7c8e93a5b8108765791071fc811598d1f41287e03d95f20591d50d51a78db34f11833cc7970b1bf29299385357a14977ba0b
 SHA512 
74d481552629cab67d22f8a440a7263a4e4b83adb6f3b772d368e255c17321b206aafd3af4653e5efbb2c3c14ca67d35f453728cbc5cd68728275d0b56789019

diff --git a/dev-util/glib-utils/glib-utils-2.68.2.ebuild 
b/dev-util/glib-utils/glib-utils-2.68.2.ebuild
new file mode 100644
index 000..8bdd1b9a92d
--- /dev/null
+++ b/dev-util/glib-utils/glib-utils-2.68.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+GNOME_ORG_MODULE="glib"
+
+inherit gnome.org python-single-r1
+
+DESCRIPTION="Build utilities for GLib using projects"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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 ~x86-winnt"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+"
+
+src_configure() { :; }
+
+do_xsltproc_command() {
+   # Taken from meson.build for manual manpage building - keep in sync 
(also copied to dev-util/gdbus-codegen)
+   xsltproc \
+   --nonet \
+   --stringparam man.output.quietly 1 \
+   --stringparam funcsynopsis.style ansi \
+   --stringparam man.th.extra1.suppress 1 \
+   --stringparam man.authors.section.enabled 0 \
+   --stringparam man.copyright.section.enabled 0 \
+   -o "${2}" \
+   
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
+   "${1}" || die "manpage generation failed"
+}
+
+src_compile() {
+   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
+   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-mkenums.in > gobject/glib-mkenums || die
+   sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" 
glib/gtester-report.in > glib/gtester-report || die
+   do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml 
docs/reference/gobject/glib-genmarshal.1
+   do_xsltproc_command docs/reference/gobject/glib-mkenums.xml 
docs/reference/gobject/glib-mkenums.1
+   do_xsltproc_command docs/reference/glib/gtester-report.xml 
docs/reference/glib/gtester-report.1
+}
+
+src_install() {
+   python_fix_shebang gobject/glib-genmarshal
+   python_fix_shebang gobject/glib-mkenums
+   python_fix_shebang glib/gtester-report
+   exeinto /usr/bin
+   doexe gobject/glib-genmarshal
+   doexe gobject/glib-mkenums
+   doexe glib/gtester-report
+   doman docs/reference/gobject/glib-genmarshal.1
+   doman docs/reference/gobject/glib-mkenums.1
+   doman docs/reference/glib/gtester-report.1
+}



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

2021-05-11 Thread Matt Turner
commit: 54999eae0880c37d297e5c8fbb79e4d0aae4e715
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 12 03:26:31 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 12 03:43:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54999eae

gnome-extra/gnome-calendar: Version bump to 40.1

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-calendar/Manifest|  1 +
 .../gnome-calendar/gnome-calendar-40.1.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index 266aa1aff6a..1f83b6be2b4 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-calendar-3.38.2.tar.xz 547228 BLAKE2B 
ef7ba6dce47d9ee664d1dc648da81738cfd20108799e0c262b16152ce7b590613b711fbcf9ddbff4fb9ba597b1067b558697874744abd3f32ac08d7dcbe5550d
 SHA512 
2744c91e37c8966f2deee1588fe439ccd520344c24f1b74422f7ba95f592c9691a2530984499a00af3065447932195879bc1b5b9e8ae6731487ac047e5d75267
 DIST gnome-calendar-40.0.tar.xz 552888 BLAKE2B 
27480d15ab8c88cc28367468895247aa51bd96c955aef052e71c180c334d0034cd26406237ccf8dbece743b16a6c4b08809576882eb9a5d1018d5e2df12993c3
 SHA512 
8c1f7ecad90e8cefc2560795a0045ff243e4647d717b66d433b11deb10a01d07d2ab03978da8cb4d0e9227e91338213a8142ebae5044c0a8cf26e7c0f64f4b7e
+DIST gnome-calendar-40.1.tar.xz 553592 BLAKE2B 
83517f9fc23d3b61f4b9ee824e7a95d0b002b61a6e8afc68805dd28b947347b9d68751e4ad9ce5a92287e3973f19a99e5daa3ad6829eae961988b56d9349f6b7
 SHA512 
f04db5da5ceb5518766d57ddf14eb0c3de19c499ba00a0f426f4059cf53b064529c2e317198d92f45f400d6f4ae2d34d0fde4dc60293a480584a199d2d3a3a5a

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild
new file mode 100644
index 000..f79c40d6c49
--- /dev/null
+++ b/gnome-extra/gnome-calendar/gnome-calendar-40.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Manage your online calendars with simple and modern interface"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
+DEPEND="
+   >=dev-libs/libical-1.0.1:0=
+   >=gnome-base/gsettings-desktop-schemas-3.21.2
+   >=gnome-extra/evolution-data-server-3.33.2:=[gtk]
+   net-libs/libsoup:2.4
+   >=dev-libs/libdazzle-3.33.1
+   >=gui-libs/libhandy-1.0.0:1=
+   >=dev-libs/glib-2.67.5:2
+   >=x11-libs/gtk+-3.22.0:3
+   >=net-libs/gnome-online-accounts-3.2.0:=
+   >=dev-libs/libgweather-3.27.2:=
+   >=app-misc/geoclue-2.4:2.0
+   >=sci-geosciences/geocode-glib-3.23
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2021-05-11 Thread Matt Turner
commit: dab12f7c26aa6e38a19150c353edf8fdffd9a2ed
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 12 03:15:35 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 12 03:43:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab12f7c

dev-libs/glib: Version bump to 2.68.2

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/glib/Manifest   |   1 +
 dev-libs/glib/glib-2.68.2.ebuild | 288 +++
 2 files changed, 289 insertions(+)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index ca224cb37bd..3519e220d7a 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.66.7.tar.xz 4844892 BLAKE2B 
2d128e8c933a8c5bd27734e96e50244f27c29199823e2185e8cfa5b4bbc0ca23f761c9de275c9941672eb945e302178b3cb4b5bd577f375ad953a97dddc70e34
 SHA512 
f6e6cc0fe2ab4a31a623bf9a1e63f833783e044e7ed55b66a84fc0cbf1410eec233fe0e226abb20aac0e40167a9624bf5e65197f9eed879da1293af44408d530
 DIST glib-2.68.0.tar.xz 4938804 BLAKE2B 
abbb06e9be3198ea79a42862bc0b71a40e87de6e4d49634458a6dd883d19c23d9e1a314b7820ea8eae230b24dccc909fd53b0e73587738e2341ff6f116e40cbe
 SHA512 
dce0660476d67d7736c00861f4c3c267723f39032f582d1b2c17660a4939eeccd97e975da61b5be49e6f54612c6d5ce592aa7bdeacf4ecc75f3b38358da94a1d
 DIST glib-2.68.1.tar.xz 4940260 BLAKE2B 
fcf3a2fa2420ea3df13025d7a7e136862fa4cb6aa4f64a1af9fef7187d075db70deddad13ebde56b9032940437dbb311e9658bf112fd3cae8d8313d252ad2d87
 SHA512 
f705cda6f1b4b0acc5fe8d21b60994ca0ec6de39c6722f4f01cbe0ece30eacb7271d3cb29067e638e0204a3cefa2df1e535f273b72330455e185b544cebc2ab0
+DIST glib-2.68.2.tar.xz 4944192 BLAKE2B 
d35489dcfe9d57d8bd6ecf4f893b7c8e93a5b8108765791071fc811598d1f41287e03d95f20591d50d51a78db34f11833cc7970b1bf29299385357a14977ba0b
 SHA512 
74d481552629cab67d22f8a440a7263a4e4b83adb6f3b772d368e255c17321b206aafd3af4653e5efbb2c3c14ca67d35f453728cbc5cd68728275d0b56789019

diff --git a/dev-libs/glib/glib-2.68.2.ebuild b/dev-libs/glib/glib-2.68.2.ebuild
new file mode 100644
index 000..8741bcf271b
--- /dev/null
+++ b/dev-libs/glib/glib-2.68.2.ebuild
@@ -0,0 +1,288 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit flag-o-matic gnome.org gnome2-utils linux-info meson multilib 
multilib-minimal python-any-r1 toolchain-funcs xdg
+
+DESCRIPTION="The GLib library of C routines"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+IUSE="dbus debug +elf elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs sysprof systemtap test utils xattr"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+# * elfutils (via libelf) does not build on Windows. gresources are not 
embedded
+# within ELF binaries on that platform anyway and inspecting ELF binaries from
+# other platforms is not that useful so exclude the dependency in this case.
+# * Technically static-libs is needed on zlib, util-linux and perhaps more, but
+# these are used by GIO, which glib[static-libs] consumers don't really seem
+# to need at all, thus not imposing the deps for now and once some consumers
+# are actually found to static link libgio-2.0.a, we can revisit and either add
+# them or just put the (build) deps in that rare consumer instead of recursive
+# RDEPEND here (due to lack of recursive DEPEND).
+RDEPEND="
+   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
+   >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
+   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
+   xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] 
) )
+   !kernel_Winnt? ( virtual/libelf:0= )
+   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
+   sysprof? ( >=dev-util/sysprof-capture-3.38:4[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+# libxml2 used for optional tests that get automatically skipped
+BDEPEND="
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   gtk-doc? ( >=dev-util/gtk-doc-1.33
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5 )
+   systemtap? ( >=dev-util/systemtap-1.3 )
+   ${PYTHON_DEPS}
+   test? ( >=sys-apps/dbus-1.2.14 )
+   virtual/pkgconfig
+"
+# TODO: >=dev-util/gdbus-codegen-${PV} test dep once we modify 
gio/tests/meson.build to use external gdbus-codegen
+
+PDEPEND="
+   dbus? ( gnome-base/dconf )
+   mime? ( x11-misc/shared-mime-info )
+"
+# shared-mime-info needed for gio/xdgmime, bug #409481
+# dconf is needed to be able to save settings, bug 

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

2021-05-11 Thread Matt Turner
commit: e3cb2e2fa31d96630a1dcaeafaffa64a60dc6a6a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 12 03:01:36 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 12 03:43:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cb2e2f

dev-util/gdbus-codegen: Version bump to 2.68.2

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/gdbus-codegen/Manifest|  1 +
 dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index ca224cb37bd..3519e220d7a 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.66.7.tar.xz 4844892 BLAKE2B 
2d128e8c933a8c5bd27734e96e50244f27c29199823e2185e8cfa5b4bbc0ca23f761c9de275c9941672eb945e302178b3cb4b5bd577f375ad953a97dddc70e34
 SHA512 
f6e6cc0fe2ab4a31a623bf9a1e63f833783e044e7ed55b66a84fc0cbf1410eec233fe0e226abb20aac0e40167a9624bf5e65197f9eed879da1293af44408d530
 DIST glib-2.68.0.tar.xz 4938804 BLAKE2B 
abbb06e9be3198ea79a42862bc0b71a40e87de6e4d49634458a6dd883d19c23d9e1a314b7820ea8eae230b24dccc909fd53b0e73587738e2341ff6f116e40cbe
 SHA512 
dce0660476d67d7736c00861f4c3c267723f39032f582d1b2c17660a4939eeccd97e975da61b5be49e6f54612c6d5ce592aa7bdeacf4ecc75f3b38358da94a1d
 DIST glib-2.68.1.tar.xz 4940260 BLAKE2B 
fcf3a2fa2420ea3df13025d7a7e136862fa4cb6aa4f64a1af9fef7187d075db70deddad13ebde56b9032940437dbb311e9658bf112fd3cae8d8313d252ad2d87
 SHA512 
f705cda6f1b4b0acc5fe8d21b60994ca0ec6de39c6722f4f01cbe0ece30eacb7271d3cb29067e638e0204a3cefa2df1e535f273b72330455e185b544cebc2ab0
+DIST glib-2.68.2.tar.xz 4944192 BLAKE2B 
d35489dcfe9d57d8bd6ecf4f893b7c8e93a5b8108765791071fc811598d1f41287e03d95f20591d50d51a78db34f11833cc7970b1bf29299385357a14977ba0b
 SHA512 
74d481552629cab67d22f8a440a7263a4e4b83adb6f3b772d368e255c17321b206aafd3af4653e5efbb2c3c14ca67d35f453728cbc5cd68728275d0b56789019

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild
new file mode 100644
index 000..f79468dd48c
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.68.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="glib"
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="xml"
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit gnome.org distutils-r1
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+python_prepare_all() {
+   PATCHES=(
+   "${FILESDIR}/${PN}-2.56.1-sitedir.patch"
+   )
+   distutils-r1_python_prepare_all
+
+   local MAJOR_VERSION=$(ver_cut 1)
+   local MINOR_VERSION=$(ver_cut 2)
+   sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
+   sed -e "s:@VERSION@:${PV}:" \
+   -e "s:@MAJOR_VERSION@:${MAJOR_VERSION}:" \
+   -e "s:@MINOR_VERSION@:${MINOR_VERSION}:" config.py.in > 
config.py || die
+   cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
+   sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
+}
+
+do_xsltproc_command() {
+   # Taken from meson.build for manual manpage building - keep in sync 
(also copied to dev-util/glib-utils)
+   xsltproc \
+   --nonet \
+   --stringparam man.output.quietly 1 \
+   --stringparam funcsynopsis.style ansi \
+   --stringparam man.th.extra1.suppress 1 \
+   --stringparam man.authors.section.enabled 0 \
+   --stringparam man.copyright.section.enabled 0 \
+   -o "${2}" \
+   
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
+   "${1}" || die "manpage generation failed"
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   do_xsltproc_command 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}
+
+src_test() {
+   einfo "Skipping tests. This package is tested by dev-libs/glib"
+   einfo "when merged with FEATURES=test"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all # no-op, but prevents QA warning
+   doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}



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

2021-05-11 Thread Octiabrina Terrien-Puig
commit: 75f118e70331662f38819c5412bcda8cb0f4c223
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Wed May 12 01:20:41 2021 +
Commit: Octiabrina Terrien-Puig  myrvogna  net>
CommitDate: Wed May 12 01:20:41 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75f118e7

games-emulation/duckstation: update live

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>

 games-emulation/duckstation/duckstation-.ebuild  | 20 
 .../duckstation/files/duckstation-nogui.desktop  |  1 -
 .../duckstation/files/duckstation-qt.desktop |  1 -
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/games-emulation/duckstation/duckstation-.ebuild 
b/games-emulation/duckstation/duckstation-.ebuild
index a94651447..a528dff2f 100644
--- a/games-emulation/duckstation/duckstation-.ebuild
+++ b/games-emulation/duckstation/duckstation-.ebuild
@@ -74,20 +74,24 @@ src_install() {
doins -r 
"${BUILD_DIR}"/bin/{database,inputprofiles,resources,shaders,translations}
 
if use nogui; then
-   newicon -s 16 appimage/icon-16px.png duckstation-nogui
-   newicon -s 32 appimage/icon-32px.png duckstation-nogui
-   newicon -s 48 appimage/icon-48px.png duckstation-nogui
-   newicon -s 64 appimage/icon-64px.png duckstation-nogui
+   newicon -s 16 dist/icon-16px.png duckstation-nogui
+   newicon -s 32 dist/icon-32px.png duckstation-nogui
+   newicon -s 48 dist/icon-48px.png duckstation-nogui
+   newicon -s 64 dist/icon-64px.png duckstation-nogui
+   newicon -s 128 dist/icon-128px.png duckstation-nogui
+   newicon -s 256 dist/icon-256px.png duckstation-nogui
domenu "${FILESDIR}"/duckstation-nogui.desktop
doins "${BUILD_DIR}"/bin/duckstation-nogui
fperms +x /opt/${PN}/duckstation-nogui
fi
 
if use qt5; then
-   newicon -s 16 appimage/icon-16px.png duckstation-qt
-   newicon -s 32 appimage/icon-32px.png duckstation-qt
-   newicon -s 48 appimage/icon-48px.png duckstation-qt
-   newicon -s 64 appimage/icon-64px.png duckstation-qt
+   newicon -s 16 dist/icon-16px.png duckstation-qt
+   newicon -s 32 dist/icon-32px.png duckstation-qt
+   newicon -s 48 dist/icon-48px.png duckstation-qt
+   newicon -s 64 dist/icon-64px.png duckstation-qt
+   newicon -s 128 dist/icon-128px.png duckstation-qt
+   newicon -s 256 dist/icon-256px.png duckstation-qt
domenu "${FILESDIR}"/duckstation-qt.desktop
doins "${BUILD_DIR}"/bin/duckstation-qt
fperms +x /opt/${PN}/duckstation-qt

diff --git a/games-emulation/duckstation/files/duckstation-nogui.desktop 
b/games-emulation/duckstation/files/duckstation-nogui.desktop
index dccebffdc..cade45f8d 100644
--- a/games-emulation/duckstation/files/duckstation-nogui.desktop
+++ b/games-emulation/duckstation/files/duckstation-nogui.desktop
@@ -6,5 +6,4 @@ Comment=Fast-ish PlayStation 1 emulator
 Icon=duckstation-nogui
 TryExec=/opt/duckstation/duckstation-nogui
 Exec=/opt/duckstation/duckstation-nogui %f
-Terminal=false
 Categories=Game;Emulator;

diff --git a/games-emulation/duckstation/files/duckstation-qt.desktop 
b/games-emulation/duckstation/files/duckstation-qt.desktop
index 26e02be15..42aee875c 100644
--- a/games-emulation/duckstation/files/duckstation-qt.desktop
+++ b/games-emulation/duckstation/files/duckstation-qt.desktop
@@ -6,5 +6,4 @@ Comment=Fast-ish PlayStation 1 emulator
 Icon=duckstation-qt
 TryExec=/opt/duckstation/duckstation-qt
 Exec=/opt/duckstation/duckstation-qt %f
-Terminal=false
 Categories=Game;Emulator;Qt;



[gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/, net-libs/usockets/files/

2021-05-11 Thread Aisha Tammy
commit: 351a7a9324f55ed3633ca1a3350701b188d4dabb
Author: Aisha Tammy  bsd  ac>
AuthorDate: Tue May 11 13:47:51 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue May 11 13:48:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=351a7a93

net-libs/usockets: rename pkgconfig file

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  bsd.ac>

 net-libs/usockets/files/usockets-0.7.1-Makefile.patch | 8 
 ...7.1_p20210214-r1.ebuild => usockets-0.7.1_p20210214-r2.ebuild} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/usockets/files/usockets-0.7.1-Makefile.patch 
b/net-libs/usockets/files/usockets-0.7.1-Makefile.patch
index f1ed03b5a..2d3a47d29 100644
--- a/net-libs/usockets/files/usockets-0.7.1-Makefile.patch
+++ b/net-libs/usockets/files/usockets-0.7.1-Makefile.patch
@@ -86,7 +86,7 @@ index 9b54cac..a610bcc 100644
 +  $(AR) rvs libusockets.a *.o
 +  $(CC) -shared -o $(LIBTARGET) *.o -Wl,-soname,$(LIBTARGET) 
`$(PKG_CONFIG) --libs $(REQUIRES)` $(LDFLAGS)
 +  sed -e "s:@PREFIX@:$(prefix):" -e "s:@REQUIRES@:$(REQUIRES):" \
-+  -e "s:@LIB@:$(LIB):" -e "s:@VERSION@:$(VERSION):" usockets.pc.in > 
usockets.pc
++  -e "s:@LIB@:$(LIB):" -e "s:@VERSION@:$(VERSION):" libusockets.pc.in > 
libusockets.pc
 +
 +install:
 +  install -d "$(DESTDIR)$(libdir)/pkgconfig" "$(DESTDIR)$(includedir)"
@@ -94,7 +94,7 @@ index 9b54cac..a610bcc 100644
 +  install -m 755 $(LIBTARGET) "$(DESTDIR)$(libdir)"
 +  ln -sf $(LIBTARGET) "$(DESTDIR)$(libdir)/libusockets.so"
 +  install -m 755 libusockets.a "$(DESTDIR)$(libdir)/"
-+  install -m 644 usockets.pc "$(DESTDIR)$(libdir)/pkgconfig/"
++  install -m 644 libusockets.pc "$(DESTDIR)$(libdir)/pkgconfig/"
  
  clean:
rm -f *.o
@@ -104,11 +104,11 @@ index 9b54cac..a610bcc 100644
 +  rm -f libusockets.pc
 +
 +.PHONY: default install clean
-diff --git a/usockets.pc.in b/usockets.pc.in
+diff --git a/libusockets.pc.in b/libusockets.pc.in
 new file mode 100644
 index 000..b818020
 --- /dev/null
-+++ b/usockets.pc.in
 b/libusockets.pc.in
 @@ -0,0 +1,12 @@
 +prefix=@PREFIX@
 +libdir=${prefix}/@LIB@

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214-r1.ebuild 
b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
similarity index 100%
rename from net-libs/usockets/usockets-0.7.1_p20210214-r1.ebuild
rename to net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-lang/fennel/

2021-05-11 Thread Maciej Barć
commit: de0cfb7883350be68e2ff6373b28776d63e9d5e2
Author: Maciej Barć  riseup  net>
AuthorDate: Tue May 11 23:21:03 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Tue May 11 23:21:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de0cfb78

dev-lang/fennel: remove lua5-1 compat from >=0.9.2

Closes: https://bugs.gentoo.org/789423
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 dev-lang/fennel/fennel-0.9.2.ebuild | 2 +-
 dev-lang/fennel/fennel-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/fennel/fennel-0.9.2.ebuild 
b/dev-lang/fennel/fennel-0.9.2.ebuild
index 62871fa60..9783d1033 100644
--- a/dev-lang/fennel/fennel-0.9.2.ebuild
+++ b/dev-lang/fennel/fennel-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-LUA_COMPAT=( lua5-{1..4} luajit )
+LUA_COMPAT=( lua5-{2..4} luajit )
 
 inherit lua-single
 

diff --git a/dev-lang/fennel/fennel-.ebuild 
b/dev-lang/fennel/fennel-.ebuild
index 62871fa60..9783d1033 100644
--- a/dev-lang/fennel/fennel-.ebuild
+++ b/dev-lang/fennel/fennel-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-LUA_COMPAT=( lua5-{1..4} luajit )
+LUA_COMPAT=( lua5-{2..4} luajit )
 
 inherit lua-single
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Compile-WSDL11/

2021-05-11 Thread Andreas K. Hüttel
commit: 18de5e4f3a07c2085a047c7cf129371c48b84b51
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue May 11 23:14:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue May 11 23:14:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18de5e4f

dev-perl/XML-Compile-WSDL11: Add missing test dependency

Closes: https://bugs.gentoo.org/774777
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild 
b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
index f4eb235aee9..66834bb0d55 100644
--- a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
+++ b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_AUTHOR=MARKOV
 DIST_VERSION=3.06
@@ -20,9 +20,12 @@ RDEPEND="
>=dev-perl/XML-Compile-Cache-1.30.0
>=dev-perl/XML-Compile-SOAP-3.160.0
 "
-DEPEND="${RDEPEND}
+
+# bug 774777
+BEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
+   dev-perl/Test-Deep
dev-perl/XML-Compile-Tester
>=virtual/perl-Test-Simple-0.540.0
)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk-JPEG-Lite/

2021-05-11 Thread Andreas K. Hüttel
commit: 87fc022fcef17a4c8273db414b3c3a67b297fa4b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue May 11 22:51:36 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue May 11 23:11:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fc022f

dev-perl/Tk-JPEG-Lite: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Tk-JPEG-Lite/Manifest |  1 -
 .../Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild| 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Tk-JPEG-Lite/Manifest b/dev-perl/Tk-JPEG-Lite/Manifest
index 8ff9933cc0f..4df052a75ca 100644
--- a/dev-perl/Tk-JPEG-Lite/Manifest
+++ b/dev-perl/Tk-JPEG-Lite/Manifest
@@ -1,2 +1 @@
-DIST Tk-JPEG-Lite-2.01403.tar.gz 19328 BLAKE2B 
c5b67db84cbc6fa74fb586eadcbf84909d62dd7bc99ea04986e3601c0a51cb5878af1e84452e6a297eb056fcd9fcf7f3bfc00ef091e634cbd814b37ca05e20a1
 SHA512 
1c90cadbaff4a9ba39eec7e83d82ccba262d320dfe82968a7ed8b9c2eaec76d24f10177fd70425f2072b498fdd0ef19720af737fff667187a7be5712977c42c5
 DIST Tk-JPEG-Lite-2.015.tar.gz 21406 BLAKE2B 
a9499ef3a8fdec43d184e385885ca18926f70f972b47bc3871b15bf7660e22cd8477ee04c9eaa66548cf435055d283428134523cfd67c33f6bfb4a3e8667635d
 SHA512 
959586f7cdfa516fc05eac352d626367fc5cf37f452713afea1d87e017f427c15c425a722e66db66d90dc98f942831e5437a4c8a2aac3179824105481a28c1a8

diff --git a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild 
b/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild
deleted file mode 100644
index fe4ff06d75f..000
--- a/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.14.30-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SREZIC
-MODULE_VERSION=2.01403
-inherit perl-module
-
-DESCRIPTION="lite JPEG loader for Tk::Photo"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/jpeg
-   dev-perl/Tk"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   perl-module_src_prepare
-   sed -i -e 's:tkjpeg:tkjpeg-lite:' Makefile.PL tkjpeg MANIFEST || die
-   mv tkjpeg tkjpeg-lite || die
-}
-
-pkg_postinst() {
-   elog
-   elog "To avoid collisions, the command line program has been renamed 
from tkjpeg to tkjpeg-lite"
-   elog
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Tk/

2021-05-11 Thread Andreas K. Hüttel
commit: 61f4175d1ae9456f10800ecfa3f51867a26ffd2f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue May 11 23:05:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue May 11 23:11:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f4175d

dev-perl/Tk: Version bump 804.036

Closes: https://bugs.gentoo.org/774783
Closes: https://bugs.gentoo.org/774774
Closes: https://bugs.gentoo.org/774771
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Tk/Manifest   |  1 +
 dev-perl/Tk/Tk-804.36.0.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/dev-perl/Tk/Manifest b/dev-perl/Tk/Manifest
index 8077e15dcf9..f22c4ec21df 100644
--- a/dev-perl/Tk/Manifest
+++ b/dev-perl/Tk/Manifest
@@ -1,2 +1,3 @@
 DIST Tk-804.033.tar.gz 6924238 BLAKE2B 
72ea4ca69a7602e3c7386254995983e6896c5d722f06e552b423df2dc9d5fc0a70bed6408cc1b797e803560b00a17223503a2807b847360721104a3edc324df2
 SHA512 
ea56be8246123bbc570d86a7d4f1610349cced91ad92ab740baca4c280822aac2e3acab6334bef60b10a70d5840f331fa40b507aba47a7929f44960df95f2aee
 DIST Tk-804.034.tar.gz 6937691 BLAKE2B 
ee676f82bc805ecb193c2fe999c3d451281a16a4bcd8072f0687859e6634d16cd1db40cc252b1540a3f7b883b4ca585d2b5ef1fa48f12cacffd72ca84693bdc4
 SHA512 
8d04fd902db72f80f749256453703e40c94fd009c6a196c608dd3bde4eeb99f974a154d5f52b28baa9e67f75529f0180619989c16cae28a9417b647908de04b6
+DIST Tk-804.036.tar.gz 7024993 BLAKE2B 
0ec47bc7f24af7ea5cf3fb539b2636e978a22707d591cea0a5c1ba9182a70afcf749a9fbc03fd2bf7e969ddb1a57572bd6e1b7b68210ad38b1804c877cb771ee
 SHA512 
7d8b82127a5fdbb2f0387f541af8844a09f1230f377b92d511ecb12e81bfd5ef56d4fe925cac064a798a96a003bb8465b6df37cff18a960f3631bb3a214cd812

diff --git a/dev-perl/Tk/Tk-804.36.0.ebuild b/dev-perl/Tk/Tk-804.36.0.ebuild
new file mode 100644
index 000..dad56628ee8
--- /dev/null
+++ b/dev-perl/Tk/Tk-804.36.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SREZIC
+DIST_VERSION=804.036
+DIST_EXAMPLES=("examples/*")
+inherit multilib perl-module virtualx
+
+DESCRIPTION="A Perl Module for Tk"
+
+LICENSE+=" tcltk BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="
+   media-libs/freetype
+   >=media-libs/libpng-1.4:0
+   virtual/jpeg
+   x11-libs/libX11
+   x11-libs/libXft"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-804.034-xorg.patch
+)
+
+PERL_RM_FILES=( "t/pod.t" )
+
+src_prepare() {
+   MAKEOPTS+=" -j1" #333049
+   myconf=( X11ROOT=${EPREFIX}/usr XFT=1 -I${EPREFIX}/usr/include/ 
-l${EPREFIX}/usr/$(get_libdir) )
+   mydoc="ToDo VERSIONS"
+
+   perl-module_src_prepare
+   # fix detection logic for Prefix, bug #385621
+   sed -i -e "s:/usr:${EPREFIX}/usr:g" myConfig || die
+   # having this around breaks with perl-module and a case-IN-sensitive fs
+   rm build_ptk || die
+
+   # Remove all bundled libs, fixes #488194
+   local BUNDLED="PNG/libpng \
+   PNG/zlib \
+   JPEG/jpeg"
+
+   # Move files required for tests temporarily
+
+   mkdir -p "${T}/stash" || die "can't create temporary stash"
+   mv "${S}/JPEG/jpeg/testimg.jpg" "${T}/stash/testimg.jpg" || die "can't 
move testimg.jpg"
+
+   for dir in ${BUNDLED}; do
+   einfo "Removing bundled: ${dir}"
+   rm -r "${S}/${dir}" || die "Can't remove bundle"
+   # Makefile.PL can copy files to ${S}/${dir}, so recreate them 
back.
+   mkdir -p "${S}/${dir}" || die "Can't restore bundled dir"
+   sed -i "\#^${dir}#d" "${S}"/MANIFEST || die 'Can not remove 
bundled libs from MANIFEST'
+   done
+
+   # Restore test files
+   mv "${T}/stash/testimg.jpg" "${S}/JPEG/jpeg/testimg.jpg" || die "can't 
restore testimg.jpg"
+}
+
+src_test() {
+   virtx perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/zsnes/, games-emulation/zsnes/files/

2021-05-11 Thread Sergei Trofimovich
commit: 8b2eebf5117453efbe1e62e6314ad58614c0d587
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 22:54:44 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 22:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2eebf5

games-emulation/zsnes: fix more ao and stack alignment crashes

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

 .../zsnes/files/zsnes-1.51-ao-crash.patch  |  30 +
 .../zsnes/files/zsnes-1.51-stack-align-v3.patch|  40 +++
 games-emulation/zsnes/zsnes-1.51-r10.ebuild| 128 +
 3 files changed, 198 insertions(+)

diff --git a/games-emulation/zsnes/files/zsnes-1.51-ao-crash.patch 
b/games-emulation/zsnes/files/zsnes-1.51-ao-crash.patch
new file mode 100644
index 000..6ce142d9c27
--- /dev/null
+++ b/games-emulation/zsnes/files/zsnes-1.51-ao-crash.patch
@@ -0,0 +1,30 @@
+Fix frash in uninitialized driver_format.matrix.
+
+Thread 1 "zsnes" received signal SIGSEGV, Segmentation fault.
+__strlen_sse2_bsf () at ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:50
+50  ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Нет такого файла или 
каталога.
+(gdb) bt
+#0  __strlen_sse2_bsf () at ../sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S:50
+#1  0xf7e3c491 in _sanitize_matrix (maxchannels=2, matrix=0x1c00200 , device=device@entry=0x57057100)
+at ../../libao-1.2.2/src/audio_out.c:634
+#2  0xf7e3e9bc in _open_device (driver_id=, 
format=format@entry=0xc638, options=options@entry=0x0, file=0x0) at 
../../libao-1.2.2/src/audio_out.c:991
+#3  0xf7e3f579 in ao_open_live (driver_id=, format=0xc638, 
options=0x0) at ../../libao-1.2.2/src/audio_out.c:1337
+#4  0x5699fbb5 in SoundInit_ao () at linux/audio.c:197
+#5  InitSound () at linux/audio.c:338
+#6  0x569a2f7f in initwinvideo () at linux/sdllink.c:1080
+#7  0x569a07d3 in initvideo ()
+#8  0x56ad59bc in regptwa ()
+#9  0x56a3c490 in SA1tableG ()
+#10 0xc808 in ?? ()
+#11 0xf78619b5 in __libc_start_main (main=0x1, argc=1450015920, argv=0x0, 
init=0x566d7ce1 <_start+49>, fini=0x566d7c00 , rtld_fini=0x1, 
stack_end=0xc8c4) at ../csu/libc-start.c:332
+#12 0x569cd000 in ?? ()
+--- a/linux/audio.c
 b/linux/audio.c
+@@ -166,6 +166,7 @@ static int SoundInit_ao()
+   if (driver_id < 0) { driver_id = ao_default_driver_id(); }
+ 
+   ao_sample_format driver_format;
++  memset(_format, 0, sizeof(driver_format));
+   driver_format.bits = 16;
+   driver_format.channels = StereoSound+1;
+   driver_format.rate = freqtab[SoundQuality = ((SoundQuality > 6) ? 1 : 
SoundQuality)];

diff --git a/games-emulation/zsnes/files/zsnes-1.51-stack-align-v3.patch 
b/games-emulation/zsnes/files/zsnes-1.51-stack-align-v3.patch
new file mode 100644
index 000..914c9afc449
--- /dev/null
+++ b/games-emulation/zsnes/files/zsnes-1.51-stack-align-v3.patch
@@ -0,0 +1,40 @@
+--- a/linux/sdllink.c
 b/linux/sdllink.c
+@@ -133,7 +133,7 @@ extern unsigned char romispal;
+ 
+ /* FUNCTION DECLARATIONS */
+ void clearwin (void);
+-void drawscreenwin(void);
++void __attribute__((force_align_arg_pointer)) drawscreenwin(void);
+ void initwinvideo();
+ unsigned int sdl_keysym_to_pc_scancode(int);
+ void ProcessKeyBuf(int);
+--- a/ztimec.c
 b/ztimec.c
+@@ -25,7 +25,7 @@ short SystemTimewHour;
+ short SystemTimewMinute;
+ short SystemTimewSecond;
+ 
+-void GetLocalTime()
++void __attribute__((force_align_arg_pointer)) GetLocalTime()
+ {
+   time_t current;
+   struct tm *timeptr;
+@@ -37,7 +37,7 @@ void GetLocalTime()
+   SystemTimewSecond = timeptr->tm_sec;
+ }
+ 
+-unsigned int GetTime()
++unsigned __attribute__((force_align_arg_pointer)) int GetTime()
+ {
+   unsigned int value;
+   struct tm *newtime;
+@@ -52,7 +52,7 @@ unsigned int GetTime()
+   return(value);
+ }
+ 
+-unsigned int GetDate()
++unsigned __attribute__((force_align_arg_pointer))  int GetDate()
+ {
+   unsigned int value;
+   struct tm *newtime;

diff --git a/games-emulation/zsnes/zsnes-1.51-r10.ebuild 
b/games-emulation/zsnes/zsnes-1.51-r10.ebuild
new file mode 100644
index 000..ffa490ba20b
--- /dev/null
+++ b/games-emulation/zsnes/zsnes-1.51-r10.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop flag-o-matic toolchain-funcs pax-utils
+
+DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly"
+HOMEPAGE="https://www.zsnes.com/ http://ipherswipsite.com/zsnes/;
+SRC_URI="mirror://sourceforge/zsnes/${PN}${PV//./}src.tar.bz2 -> 
${P}-20071031.tar.bz2"
+S="${WORKDIR}/${PN}_${PV//./_}/src"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="ao custom-cflags +debug opengl png"
+
+RDEPEND="
+   media-libs/libsdl[sound,video,abi_x86_32(-)]
+   >=sys-libs/zlib-1.2.3-r1[abi_x86_32(-)]
+   ao? ( media-libs/libao[abi_x86_32(-)] )
+   debug? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PasswdMD5/

2021-05-11 Thread Sam James
commit: 46d9ed9d7a317eda69ce2a3db106b26087673c1a
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d9ed9d

dev-perl/Crypt-PasswdMD5: Stabilize 1.400.0-r1 sparc, #789513

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

 dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild 
b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
index 93bf8c7af30..cde8a6aeef6 100644
--- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
+++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Provides interoperable MD5-based crypt() functions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PasswdMD5/

2021-05-11 Thread Sam James
commit: fc389beb3d15dbf78eaa4b80b35d3a8120866aac
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc389beb

dev-perl/Crypt-PasswdMD5: Stabilize 1.400.0-r1 ppc64, #789513

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

 dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild 
b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
index efe3b8bba15..87a843d0d83 100644
--- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
+++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Provides interoperable MD5-based crypt() functions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PasswdMD5/

2021-05-11 Thread Sam James
commit: cb615aee91e09ae415374b91316a2da858d33e52
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb615aee

dev-perl/Crypt-PasswdMD5: Stabilize 1.400.0-r1 ppc, #789513

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

 dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild 
b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
index 87a843d0d83..93bf8c7af30 100644
--- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
+++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Provides interoperable MD5-based crypt() functions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RIPEMD160/

2021-05-11 Thread Sam James
commit: 3ff0d9a79685fd597fb6f9e8f3d3c4cdf14ec65e
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff0d9a7

dev-perl/Crypt-RIPEMD160: Stabilize 0.60.0-r1 ppc, #789519

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

 dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild 
b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
index 5bdbccd7eac..307278cfbc5 100644
--- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
+++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the RIPEMD-160 Hash function"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2021-05-11 Thread Sam James
commit: 7e0d7a6c28855c7be75e7554abd97a793dd0870c
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0d7a6c

dev-perl/Crypt-Rijndael: Stabilize 1.150.0 ppc64, #789516

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

 dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
index c1b4756f9da..70874a1f4b4 100644
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2021-05-11 Thread Sam James
commit: 1273adf2e5a526af286d246055aebfb3fe11fd00
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1273adf2

dev-perl/Crypt-Rijndael: Stabilize 1.150.0 ppc, #789516

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

 dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
index 70874a1f4b4..6ac2cd527ae 100644
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2021-05-11 Thread Sam James
commit: eb543a2295f08da6fb9bb5fa38b464641676290c
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:16:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:16:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb543a22

dev-perl/Crypt-Rijndael: Stabilize 1.150.0 sparc, #789516

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

 dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
index 6ac2cd527ae..fa4634b8ce2 100644
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RSA/

2021-05-11 Thread Sam James
commit: 90d65ffcc32d145070604520abc16e775b0a60ad
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:15:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:15:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d65ffc

dev-perl/Crypt-RSA: Stabilize 1.990.0-r2 x86, #789522

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

 dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild 
b/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild
index d954e66ff97..978022b2a4e 100644
--- a/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild
+++ b/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="RSA public-key cryptosystem"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~x86 ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa x86 ~x86-solaris"
 
 RDEPEND="
>=dev-perl/Class-Loader-2.0.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2021-05-11 Thread Sam James
commit: f8db7548c855d962626d74bb20e8bf2fb8dbb02d
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:14:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:14:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8db7548

dev-perl/Crypt-Rijndael: Stabilize 1.150.0 x86, #789516

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

 dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
index a2ec18c41ce..c1b4756f9da 100644
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RIPEMD160/

2021-05-11 Thread Sam James
commit: 9591181879cffdeca78ae3181dc5eb5bbb207b10
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:15:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:15:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95911818

dev-perl/Crypt-RIPEMD160: Stabilize 0.60.0-r1 x86, #789519

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

 dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild 
b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
index eca7849b15f..5bdbccd7eac 100644
--- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
+++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the RIPEMD-160 Hash function"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PasswdMD5/

2021-05-11 Thread Sam James
commit: ec7d19c96700b2b30ee49f3d69e654a79e0705b2
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:14:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:14:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7d19c9

dev-perl/Crypt-PasswdMD5: Stabilize 1.400.0-r1 x86, #789513

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

 dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild 
b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
index 341dbec447f..efe3b8bba15 100644
--- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
+++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Provides interoperable MD5-based crypt() functions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RIPEMD160/

2021-05-11 Thread Sam James
commit: 04238c95bdbd4762587f6f2a1c0f6694bd3ab34e
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:14:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04238c95

dev-perl/Crypt-RIPEMD160: Stabilize 0.60.0-r1 amd64, #789519

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

 dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild 
b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
index 3ca7172fea0..eca7849b15f 100644
--- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
+++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the RIPEMD-160 Hash function"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/

2021-05-11 Thread Sam James
commit: ccfbc57ebd5fa88cb318bf7fa8eba378e9156eb0
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:14:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:14:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfbc57e

dev-perl/Crypt-Rijndael: Stabilize 1.150.0 amd64, #789516

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

 dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild 
b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
index 9c3e767fe3a..a2ec18c41ce 100644
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
+++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-PasswdMD5/

2021-05-11 Thread Sam James
commit: c5111f1d387aaea6d6f7c5645c4d1f03538325a5
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:14:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5111f1d

dev-perl/Crypt-PasswdMD5: Stabilize 1.400.0-r1 amd64, #789513

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

 dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild 
b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
index a6d037effc7..341dbec447f 100644
--- a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
+++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Provides interoperable MD5-based crypt() functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RSA/

2021-05-11 Thread Sam James
commit: 16993023c2ecc73c6e4122b6772fa07d9dd6fb80
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 22:14:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16993023

dev-perl/Crypt-RSA: Stabilize 1.990.0-r2 amd64, #789522

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

 dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild 
b/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild
index 22791806cbe..d954e66ff97 100644
--- a/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild
+++ b/dev-perl/Crypt-RSA/Crypt-RSA-1.990.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="RSA public-key cryptosystem"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~x86 ~x86-solaris"
 
 RDEPEND="
>=dev-perl/Class-Loader-2.0.0



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/files/, net-analyzer/suricata/

2021-05-11 Thread Marek Szuba
commit: b4dd6303339ca68635747819b7fb67fb34390c61
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue May 11 22:00:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue May 11 22:07:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dd6303

net-analyzer/suricata: leave sphinx-build and pdflatex alone

Upstream build scripts look for the two and if they are present, attempt
to generate documentation. Automagic aside, this presently only works
with Sphinx versions older than 4.0.0 - and in any case release tarballs
include both PDF guides and man pages.

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

 6_configure-no-sphinx-pdflatex-automagic.patch | 26 ++
 net-analyzer/suricata/suricata-5.0.6.ebuild|  1 +
 net-analyzer/suricata/suricata-6.0.2.ebuild|  1 +
 3 files changed, 28 insertions(+)

diff --git 
a/net-analyzer/suricata/files/suricata-5.0.6_configure-no-sphinx-pdflatex-automagic.patch
 
b/net-analyzer/suricata/files/suricata-5.0.6_configure-no-sphinx-pdflatex-automagic.patch
new file mode 100644
index 000..be5805e67f8
--- /dev/null
+++ 
b/net-analyzer/suricata/files/suricata-5.0.6_configure-no-sphinx-pdflatex-automagic.patch
@@ -0,0 +1,26 @@
+No configure options to disable looking for these, redundant for releases
+because the tarballs already contain both PDF documentation and man pages,
+and as of 2021-05-11 doc generation is not compatible with sphinx-4.0.0+
+due to conf.py calling long-deprecated app.add_stylesheet() rather
+than app.add_css_file().
+
+--- a/configure.ac
 b/configure.ac
+@@ -2423,7 +2423,7 @@
+ fi
+ 
+ # sphinx for documentation
+-AC_PATH_PROG(HAVE_SPHINXBUILD, sphinx-build, "no")
++HAVE_SPHINXBUILD="no"
+ if test "$HAVE_SPHINXBUILD" = "no"; then
+enable_sphinxbuild=no
+if test -e "$srcdir/doc/userguide/suricata.1"; then
+@@ -2434,7 +2434,7 @@
+ AM_CONDITIONAL([HAVE_SURICATA_MAN], [test "x$have_suricata_man" = "xyes"])
+ 
+ # pdflatex for the pdf version of the user manual
+-AC_PATH_PROG(HAVE_PDFLATEX, pdflatex, "no")
++HAVE_PDFLATEX="no"
+ if test "$HAVE_PDFLATEX" = "no"; then
+enable_pdflatex=no
+ fi

diff --git a/net-analyzer/suricata/suricata-5.0.6.ebuild 
b/net-analyzer/suricata/suricata-5.0.6.ebuild
index 46d1458df40..defd0c6f7f8 100644
--- a/net-analyzer/suricata/suricata-5.0.6.ebuild
+++ b/net-analyzer/suricata/suricata-5.0.6.ebuild
@@ -56,6 +56,7 @@ DEPEND="${RDEPEND}
 PATCHES=(
"${FILESDIR}/${PN}-5.0.1_configure-no-lz4-automagic.patch"
"${FILESDIR}/${PN}-5.0.1_default-config.patch"
+   "${FILESDIR}/${PN}-5.0.6_configure-no-sphinx-pdflatex-automagic.patch"
 )
 
 pkg_pretend() {

diff --git a/net-analyzer/suricata/suricata-6.0.2.ebuild 
b/net-analyzer/suricata/suricata-6.0.2.ebuild
index 7171dc94415..061242b9a52 100644
--- a/net-analyzer/suricata/suricata-6.0.2.ebuild
+++ b/net-analyzer/suricata/suricata-6.0.2.ebuild
@@ -55,6 +55,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}/${PN}-5.0.1_configure-no-lz4-automagic.patch"
+   "${FILESDIR}/${PN}-5.0.6_configure-no-sphinx-pdflatex-automagic.patch"
"${FILESDIR}/${PN}-6.0.0_default-config.patch"
 )
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/files/

2021-05-11 Thread Sam James
commit: a07aceead4fc27f70a17168ac226d75596997a84
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 21:56:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 22:04:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07aceea

sci-visualization/paraview: fix gcc 11 build (again)

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

 .../paraview/files/paraview-5.9.0-gcc11-include.patch| 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch 
b/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
index 900439a7ce6..b9fad8c094f 100644
--- a/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
+++ b/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
@@ -1,5 +1,3 @@
-diff --git a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h 
b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
-index ab9d5724..202aaa27 100644
 --- a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
 +++ b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
 @@ -25,6 +25,7 @@
@@ -10,3 +8,13 @@ index ab9d5724..202aaa27 100644
  #include 
  #include 
  
+--- a/VTK/Common/DataModel/vtkPiecewiseFunction.cxx
 b/VTK/Common/DataModel/vtkPiecewiseFunction.cxx
+@@ -22,6 +22,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 



[gentoo-commits] repo/gentoo:master commit in: app-text/pandoc/files/, app-text/pandoc/

2021-05-11 Thread Sergei Trofimovich
commit: 6e2b2dd1d0e4d93b5e8e046f7d7ab2fc10392457
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 21:58:10 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 21:58:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2b2dd1

app-text/pandoc: add 'text' depend to 'trypandoc'

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/785268
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/pandoc/files/pandoc-2.13-trypandoc.patch | 12 
 app-text/pandoc/pandoc-2.13.ebuild|  2 ++
 2 files changed, 14 insertions(+)

diff --git a/app-text/pandoc/files/pandoc-2.13-trypandoc.patch 
b/app-text/pandoc/files/pandoc-2.13-trypandoc.patch
new file mode 100644
index 000..1a0dacce99b
--- /dev/null
+++ b/app-text/pandoc/files/pandoc-2.13-trypandoc.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/785268
+--- a/pandoc.cabal
 b/pandoc.cabal
+@@ -729,7 +729,7 @@ executable trypandoc
+   main-is: trypandoc.hs
+   hs-source-dirs:  trypandoc
+   if flag(trypandoc)
+-build-depends: aeson, http-types, wai >= 0.3, wai-extra >= 3.0.24
++build-depends: aeson, http-types, wai >= 0.3, wai-extra >= 3.0.24, text
+ buildable: True
+   else
+ buildable: False

diff --git a/app-text/pandoc/pandoc-2.13.ebuild 
b/app-text/pandoc/pandoc-2.13.ebuild
index 72c73a65465..f0ae5e9a824 100644
--- a/app-text/pandoc/pandoc-2.13.ebuild
+++ b/app-text/pandoc/pandoc-2.13.ebuild
@@ -94,6 +94,8 @@ DEPEND="${RDEPEND}
>=dev-haskell/tasty-quickcheck-0.8 


[gentoo-commits] repo/gentoo:master commit in: dev-haskell/semirings/

2021-05-11 Thread Sergei Trofimovich
commit: 007848de6409755d57f308d7c4460676681b8f3c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 21:49:05 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 21:49:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007848de

dev-haskell/semirings: require ghc[gmp]

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/789384
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/semirings/Manifest   |  1 +
 dev-haskell/semirings/semirings-0.5.4.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/dev-haskell/semirings/Manifest b/dev-haskell/semirings/Manifest
index 8f69d00a2c8..b3a84b13d65 100644
--- a/dev-haskell/semirings/Manifest
+++ b/dev-haskell/semirings/Manifest
@@ -1 +1,2 @@
 DIST semirings-0.5.3.tar.gz 18622 BLAKE2B 
70075ef121969652ec666531f42681af759863247811425e43eef590e73b6c0d139274fb57821d28f405f0bd44cc4bed1e48506f08f880aee71f0ff986a30136
 SHA512 
cd038746d1ce36eb04040954b0a969f17bf67ff45750a221284550724dd0ab563896fc3012c8d58aaf5c11a008b5526088711655e165895a4dead2d054cbf5e7
+DIST semirings-0.5.4.tar.gz 18490 BLAKE2B 
d3d67bca474ae7cbf3e016ef17da5ead593250d9cdda051a0fcd84bdb142ced3af74a0f287921e6edcde9916dea4d128f11cc77d8a65bff85470d533565e4749
 SHA512 
d24a178031e494e1b337585272e0cc960da7935007affc0fea893fe1cac0acd79569a6d8dc9cfddbb7f435a48c34b7aa0d6e589a16741c7c9b5fe00d52b95441

diff --git a/dev-haskell/semirings/semirings-0.5.4.ebuild 
b/dev-haskell/semirings/semirings-0.5.4.ebuild
new file mode 100644
index 000..37ae6599ef4
--- /dev/null
+++ b/dev-haskell/semirings/semirings-0.5.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="two monoids as one, in holy haskimony"
+HOMEPAGE="https://github.com/chessai/semirings;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+containers +hashable +unordered-containers"
+
+RDEPEND="dev-haskell/base-compat-batteries:=[profile?]
+   >=dev-lang/ghc-7.10.1:=[gmp]
+   hashable? ( >=dev-haskell/hashable-1.1:=[profile?] 
=dev-haskell/unordered-containers-0.2:=[profile?] 


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

2021-05-11 Thread Ben Kohler
commit: f20275b7f1b7650890803610327a978ea710c1e1
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May 11 16:16:28 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May 11 16:16:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20275b7

net-misc/remmina: bump to 1.4.16

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/remmina/Manifest  |   1 +
 net-misc/remmina/remmina-1.4.16.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index 80bd8b6c165..70697b0d243 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -2,3 +2,4 @@ DIST Remmina-v1.4.12.tar.gz 2338965 BLAKE2B 
86ec07a2c5ff0957cc3d855a4cc86c9675aa
 DIST Remmina-v1.4.13.tar.gz 2519879 BLAKE2B 
ff2410ffbdea4509866b41e47eaa8caafb7f45091047eff9a830590b7a04c25cbbdec5788ccf9f35afdee613722e74e7595b73b4c3c8eea2fa3ffb4e09411d99
 SHA512 
cf82dc90f021635bcde906a73a2ad59087fe7cbe1bdd69a828ffc1e04ea0cc1bfa23386b70c36df85ae41dfa17f2d4379bedff29c03d9838c6ac18347e06b6dc
 DIST Remmina-v1.4.14.tar.gz 2613799 BLAKE2B 
07f6c78bb825395001054cb6274e3a1f45a4b2f678ee2ef629f112550742350a7e3c779a9fcd554a6654ae689cf373d7f6ed543768bdc403b9d3ef96a2ca0a2e
 SHA512 
4114edafd2847c081f0a12cf7c7b4c2f34af554312be755a9897e161002c8dce3708041f6a3fcb340f577a2c3ccc3582909b7d0d4ecbf186f54394e4c6a98c35
 DIST Remmina-v1.4.15.tar.gz 2615051 BLAKE2B 
29ad1a583bac552e0008aa9a92dbedffdb48d5e288e1bcc6daf3363eb6a753d8ae2200d14ba12cd36a54df1dd0eaec5124dfd47e636654c63101b3086bc5d420
 SHA512 
247e455093e18933e84d835f5d74a86f963629b1305a953f8e9a5d6262da8870690607e04c6143fee1d1f75f4735b5a500654c713df70cb61053c7912c799c3e
+DIST Remmina-v1.4.16.tar.gz 2615347 BLAKE2B 
5cff71d94bf66dd0116be739646c33a601a83deb8fef1cfcddf9c197eb34458ea97f6e45e96e7e0bab7fbfb6d95c6150e5c72c6d5aae5f23bfedc8f080e00ade
 SHA512 
a9b42ba95ab9c5f985c5c359d0fb138d73ca5f0f9199cb9e84e522d1e11c50f9fe2b8c943d64242e367f4185fd9eb0c764321ba9d4ab9a09c5c5c1dc37c0ba78

diff --git a/net-misc/remmina/remmina-1.4.16.ebuild 
b/net-misc/remmina/remmina-1.4.16.ebuild
new file mode 100644
index 000..e7bceef93c0
--- /dev/null
+++ b/net-misc/remmina/remmina-1.4.16.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake optfeature xdg
+
+MY_P="${PN^}-v${PV}"
+
+DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
+HOMEPAGE="https://remmina.org/;
+SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="appindicator crypt cups examples gnome-keyring gvnc kwallet nls spice 
ssh rdp telemetry telepathy vnc webkit zeroconf"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/json-glib
+   dev-libs/libpcre2
+   dev-libs/libsodium:=
+   dev-libs/openssl:0=
+   dev-libs/wayland
+   net-libs/libsoup
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   appindicator? ( dev-libs/libappindicator:3 )
+   crypt? ( dev-libs/libgcrypt:0= )
+   rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
+   =net-dns/avahi-0.8-r2[dbus,gtk] )
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+RDEPEND="
+   ${DEPEND}
+   virtual/freedesktop-icon-theme
+"
+
+DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   xdg_environment_reset
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_APPINDICATOR=$(usex appindicator)
+   -DWITH_GCRYPT=$(usex crypt)
+   -DWITH_EXAMPLES=$(usex examples)
+   -DWITH_LIBSECRET=$(usex gnome-keyring)
+   -DWITH_KF5WALLET=$(usex kwallet)
+   -DWITH_GETTEXT=$(usex nls)
+   -DWITH_TRANSLATIONS=$(usex nls)
+   -DWITH_FREERDP=$(usex rdp)
+   -DWITH_FREERDP3=OFF
+   -DWITH_CUPS=$(usex cups)
+   -DWITH_SPICE=$(usex spice)
+   -DWITH_LIBSSH=$(usex ssh)
+   -DWITH_VTE=$(usex ssh)
+   -DWITH_TELEPATHY=$(usex telepathy)
+   -DWITH_LIBVNCSERVER=$(usex vnc)
+   -DWITH_WWW=$(usex webkit)
+   -DWITH_AVAHI=$(usex zeroconf)
+   -DWITH_NEWS=$(usex telemetry)
+   -DWITH_ICON_CACHE=OFF
+   -DWITH_UPDATE_DESKTOP_DB=OFF
+   # when this feature is stable, add python eclass usage to 
optionally enable
+   -DWITH_PYTHON=OFF
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
+   optfeature "XDMCP support" 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/

2021-05-11 Thread Georgy Yakovlev
commit: b99526596adbeadc48d56551b9ceba0c100e940a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue May 11 05:48:56 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue May 11 05:48:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9952659

sys-fs/zfs-kmod: update live ebuild compat

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index f72fc5b216b..ed52f966d18 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -19,7 +19,7 @@ else

SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz;
SRC_URI+=" verify-sig? ( 
https://github.com/openzfs/${PN}/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz.asc
 )"
S="${WORKDIR}/zfs-${PV%_rc?}"
-   ZFS_KERNEL_COMPAT="5.11"
+   ZFS_KERNEL_COMPAT="5.12"
 
if [[ ${PV} != *_rc* ]]; then
KEYWORDS="~amd64 ~arm64 ~ppc64"



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

2021-05-11 Thread Georgy Yakovlev
commit: b9af91c27d57d6d8292cb3a92b202b96bc1d35ee
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue May 11 06:15:16 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue May 11 06:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9af91c2

x11-terms/alacritty: bump to 0.8.0_rc6

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest| 2 +-
 .../{alacritty-0.8.0_rc5.ebuild => alacritty-0.8.0_rc6.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 3c39cf1efdd..28599c93c78 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,7 +1,7 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST alacritty-0.7.2.tar.gz 1412164 BLAKE2B 
64c85c71fdde41be67337f4ea230ddfb3544592ba71c0c0c9c0032fa37eb28a5e669da6777590c3e1f84a6a5d13583b2b7e339c277c60307bcd43458879da8a4
 SHA512 
6f5d9037038d0ebb7fdaa958bbddc4c68036ee8fbb2b89ff2d49637d46805983f47d1900a11a865c821553bfffde55caef4e0308f176724c3107457c04a6161c
-DIST alacritty-0.8.0_rc5.tar.gz 1415558 BLAKE2B 
f7f50e4674eafa04b6a654663aeaefc3ddeea898ddcbfd96ee7266d64d6d413163037a98c509493d7c0cc0b95594583cb2ac62ed274ba2cd1ce853d9df0b25a6
 SHA512 
7e69cd5a06b4bf083aaa1ec75f3904831a202a7052fc959ba63751486cdc6c7e55f4f1b445661ea13dfeabb651fbe7e192ec5386867e0fdf7e378c21d642
+DIST alacritty-0.8.0_rc6.tar.gz 1415721 BLAKE2B 
4e434bd4c45f1df7359ba4a2a6c222ebb6316a763e845f0b7fa27cd1c48fa8ec901eaa9b1ff25b82238160dd29feb93bfb3f014a8ba7182c7b60bbe0355147c1
 SHA512 
d7a39c6d066824f9403e240f6d2ee722da3b6bf70b0e3acfb00946f12f9db17b45d984da378134e6eb494d5ca59d6cad0b6d4927b0a9149d0d2133d545a74612
 DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa

diff --git a/x11-terms/alacritty/alacritty-0.8.0_rc5.ebuild 
b/x11-terms/alacritty/alacritty-0.8.0_rc6.ebuild
similarity index 100%
rename from x11-terms/alacritty/alacritty-0.8.0_rc5.ebuild
rename to x11-terms/alacritty/alacritty-0.8.0_rc6.ebuild



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

2021-05-11 Thread Lars Wendler
commit: 302da94da8758bd81369979188e37e627681b909
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 10 16:28:20 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 11 06:53:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302da94d

sys-apps/util-linux: Bump to version 2.37_rc2. Removed old

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

 sys-apps/util-linux/Manifest  | 4 ++--
 .../{util-linux-2.37_rc1.ebuild => util-linux-2.37_rc2.ebuild}| 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 20ac01eac7d..35bd262712a 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,4 +1,4 @@
 DIST util-linux-2.35.2.tar.xz 5150488 BLAKE2B 
93eb90ab33db7795b46425ec4ec87f8a2d3d6e0dad671345375ea02efd654bf72041932d30b41bea494e4b62952e2fd14ea9f9e6c738d4eb4b050bd170b9bb0e
 SHA512 
59e038ba71aa74c9af6f927b357483a965f675ab3ffcd25cf0c1b043656312d2d2d07c55659fd3da69ede165bec313e0ae7e1cd73758e49681ae610604b399a2
 DIST util-linux-2.36.2.tar.xz 5348032 BLAKE2B 
17e49515f8d0430f3ed26b80bf1d6e811d847141020d0dae1340dc92887549b7b711f3db6e3913120871fc912435def73586a7aef09d8d9cc6ff7ca331b2770f
 SHA512 
6ab141f44ca4cb6b600081f10eae17e15d23abd122a37eb3ac6c845513a6a4396dc9dcff30b3032de80116ddde50e27dfbc86f92708c1051f84f0c919194664b
-DIST util-linux-2.37-rc1-manpages.tar.xz 160524 BLAKE2B 
3d301478b772f944c7d4cd713130fe9800cc32fb14ac46967c6a64fdca6e561d91f642f839c77cded6f4af8b4487cf3f36ac3f6a72aea50a75c020a1c9862ee0
 SHA512 
44f45356c2a97f482dc4b0a762e4c2e04fbce0d2268cd765fcff87c40554d0ef3016ff5e1c1165ba93c05ff8390d76ea14fd30f419ce4c86fc5678858cede54b
-DIST util-linux-2.37-rc1.tar.xz 5269776 BLAKE2B 
cc964e8f1bb50f704d7f207bd166b41d6b70d138b52e140687fe58f77626097d6151ae3f3efdb655b8495a67ad33cdf7fcdb0cf71839ba34963b0f14aace98a5
 SHA512 
5c3125a0ac42e17c8837f398cc3d59a538f18e823fab4feb9d7756a4c7523dd70fe7a5c94baab2a329d1ce99d85bdb19a14dd5d32d72d479a398f7dbc3003c1a
+DIST util-linux-2.37-rc2-manpages.tar.xz 160480 BLAKE2B 
9d9ad7a74fe8bdd523fa5075c1031c43596c16e7db6bc04e3c8cf0447200ec9c24db9b973a1e47b3aada4ae48f3b82d16105fdc8f98373c1d6cc6aa82bcac454
 SHA512 
2dd6050dec6732231087cf83c6db6593ed47cc986be9e6b28d57cb3fa03eb31992fd0cb92bd6f0ab971dc33e633c3b27bf7f9d53dee20f011d5461a9af68e23c
+DIST util-linux-2.37-rc2.tar.xz 5437912 BLAKE2B 
8fb6183537bc3a6d2831d2f91c7222518dd844e080b86e1f927f8418f7c075e3ae816d2bac2d8d493bf297f30f26a0deaaa0d37e1437f7caf625f92370606970
 SHA512 
9a7f301604c2ae914b8c33f17a22563ec0128e45d7687bf11142d190bb1f51adeff7f392efc27b87ac088c615097ccc270a886a5c912e363f4748b3ed6f5a6ef

diff --git a/sys-apps/util-linux/util-linux-2.37_rc1.ebuild 
b/sys-apps/util-linux/util-linux-2.37_rc2.ebuild
similarity index 100%
rename from sys-apps/util-linux/util-linux-2.37_rc1.ebuild
rename to sys-apps/util-linux/util-linux-2.37_rc2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-lang/ferite/, dev-lang/ferite/files/

2021-05-11 Thread Lars Wendler
commit: 8616d4c737bd723cd44928d83850d071e6052dd4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 10 16:17:57 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May 11 16:11:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8616d4c7

dev-lang/ferite: Build fixes

Thanks-to: orbea  riseup.net>
Closes: https://bugs.gentoo.org/767955
Closes: https://bugs.gentoo.org/778998
Signed-off-by: Lars Wendler  gentoo.org>

 dev-lang/ferite/ferite-1.1.17-r1.ebuild|  27 +-
 dev-lang/ferite/files/ferite-1.1.17-bool.patch |  62 +++
 dev-lang/ferite/files/ferite-1.1.17-slibtool.patch | 569 +
 3 files changed, 638 insertions(+), 20 deletions(-)

diff --git a/dev-lang/ferite/ferite-1.1.17-r1.ebuild 
b/dev-lang/ferite/ferite-1.1.17-r1.ebuild
index 89bf1582aa0..25c134b1f33 100644
--- a/dev-lang/ferite/ferite-1.1.17-r1.ebuild
+++ b/dev-lang/ferite/ferite-1.1.17-r1.ebuild
@@ -20,11 +20,15 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-pcre.patch
+   "${FILESDIR}"/${P}-bool.patch
+   "${FILESDIR}"/${P}-slibtool.patch
+)
+
 src_prepare() {
default
 
-   eapply "${FILESDIR}"/ferite-pcre.patch
-
# use docsdir variable, install to DESTDIR
sed \
-e '/docsdir 
=/!s:$(prefix)/share/doc/ferite:$(DESTDIR)$(docsdir):' \
@@ -38,23 +42,6 @@ src_prepare() {
scripts/test/Makefile.am \
scripts/test/rmi/Makefile.am || die
 
-   # Don't override the user's LDFLAGS
-   sed \
-   -e 's:_LDFLAGS = :&$(AM_LDFLAGS) :' \
-   -e '/^LDFLAGS/s:^:AM_:' \
-   -i modules/*/Makefile.am \
-   libs/{aphex,triton}/src/Makefile.am \
-   src/Makefile.am || die
-
-   # Only build/install shared libs for modules (can't use static anyway)
-   sed -i -e '/_LDFLAGS/s:-module:& -shared:' modules/*/Makefile.am || die
-
-   # use LIBADD to ensure proper deps (fix parallel build)
-   sed \
-   -e '/^stream_la_LDFLAGS/s:-L\. -lferitestream::' \
-   -e '/^stream_la_LIBADD/s:$:libferitestream.la:' \
-   -i modules/stream/Makefile.am || die
-
# Make sure we install in $(get_libdir), not lib
sed -i -e "s|\$prefix/lib|\$prefix/$(get_libdir)|g" configure.ac || die
 
@@ -67,7 +54,7 @@ src_prepare() {
 }
 
 src_configure() {
-   econf --libdir="${EPREFIX}/usr/$(get_libdir)"
+   econf --libdir="${EPREFIX}/usr/$(get_libdir)" --disable-static
 }
 
 src_install() {

diff --git a/dev-lang/ferite/files/ferite-1.1.17-bool.patch 
b/dev-lang/ferite/files/ferite-1.1.17-bool.patch
new file mode 100644
index 000..ef92a2b4151
--- /dev/null
+++ b/dev-lang/ferite/files/ferite-1.1.17-bool.patch
@@ -0,0 +1,62 @@
+commit 797ba18741a03c6a1ccd8070b5f2629bcd6cf87f
+Author: orbea 
+Date:   Tue May 11 07:13:35 2021 -0700
+
+modules/xml: Rename the bool variable.
+
+This fixes compilation failures under some environments.
+
+  xml_XML_TreeParser.c: In function 
‘ferite_xml_XML_TreeParser_keepBlanks_b’:
+  xml_XML_TreeParser.c:10:9: error: two or more data types in declaration 
specifiers
+ 10 |char bool = FE_FALSE;
+| ^~~~
+  xml_XML_TreeParser.c:10:14: error: expected identifier or ‘(’ before ‘=’ 
token
+
+Signed-off-by: orbea 
+
+diff --git a/modules/xml/xml_XML_TreeParser.c 
b/modules/xml/xml_XML_TreeParser.c
+index 886a901..25a2105 100644
+--- a/modules/xml/xml_XML_TreeParser.c
 b/modules/xml/xml_XML_TreeParser.c
+@@ -7,17 +7,17 @@
+ 
+ FE_NATIVE_FUNCTION( ferite_xml_XML_TreeParser_keepBlanks_b )
+ {
+-   char bool = FE_FALSE;
++   char fe_bool = FE_FALSE;
+FeriteObject *self = FE_CONTAINER_TO_OBJECT;
+FeriteObject *super = FE_CONTAINER_TO_OBJECT;
+ 
+-   ferite_get_parameters( params, 1,  );
++   ferite_get_parameters( params, 1, _bool );
+ 
+{ /* Main function body. */
+ #line 417 "xml.fec"
+  
+   XMLDoc *tree = (XMLDoc*)self->odata;
+-  tree->keepBlanks = bool;
++  tree->keepBlanks = fe_bool;
+  
+}
+FE_RETURN_VOID;
+@@ -151,17 +151,17 @@ FE_NATIVE_FUNCTION( 
ferite_xml_XML_TreeParser_saveToFile_s )
+ 
+ FE_NATIVE_FUNCTION( ferite_xml_XML_TreeParser_validation_b )
+ {
+-   char bool = FE_FALSE;
++   char fe_bool = FE_FALSE;
+FeriteObject *self = FE_CONTAINER_TO_OBJECT;
+FeriteObject *super = FE_CONTAINER_TO_OBJECT;
+ 
+-   ferite_get_parameters( params, 1,  );
++   ferite_get_parameters( params, 1, _bool );
+ 
+{ /* Main function body. */
+ #line 403 "xml.fec"
+ 
+  
+- if( bool == FE_FALSE )
++ if( fe_bool == FE_FALSE )
+  xmlDoValidityCheckingDefaultValue = 0;
+  else
+  xmlDoValidityCheckingDefaultValue = 1;

diff --git a/dev-lang/ferite/files/ferite-1.1.17-slibtool.patch 
b/dev-lang/ferite/files/ferite-1.1.17-slibtool.patch
new file mode 100644
index 000..4a6fc15de6e
--- /dev/null
+++ 

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/dash-table/

2021-05-11 Thread Alfredo Tupone
commit: b02e537c77a4a53f13f83f3d8c2f3f0daa16b327
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue May 11 17:21:41 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue May 11 17:22:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02e537c

sci-visualization/dash-table: add dash-table

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-visualization/dash-table/Manifest|  1 +
 .../dash-table/dash-table-4.11.3.ebuild  | 20 
 sci-visualization/dash-table/metadata.xml| 16 
 3 files changed, 37 insertions(+)

diff --git a/sci-visualization/dash-table/Manifest 
b/sci-visualization/dash-table/Manifest
new file mode 100644
index 000..fb78f350a95
--- /dev/null
+++ b/sci-visualization/dash-table/Manifest
@@ -0,0 +1 @@
+DIST dash-table-4.11.3.tar.gz 9504642 BLAKE2B 
d48e1448caf19f555d8e8436de295d6999dc4caabd4e80d188ec9921278dc4e48b6631dbf4a572cd190210bb83f0a73986c0c93c269b931aeff1fd52e152e248
 SHA512 
580de0b92ae114cd65e5a2a85aa96a78cbf3364173135ddb29ac3d2edd3ad2aa7b526d447481f78379da2c2420ed9cc8d6a83836565ccac31249ecc4a94a3db5

diff --git a/sci-visualization/dash-table/dash-table-4.11.3.ebuild 
b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
new file mode 100644
index 000..54da85f007f
--- /dev/null
+++ b/sci-visualization/dash-table/dash-table-4.11.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="First-Class interactive DataTable for Dash"
+HOMEPAGE="https://plot.ly/dash;
+SRC_URI="https://github.com/plotly/${PN}/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""

diff --git a/sci-visualization/dash-table/metadata.xml 
b/sci-visualization/dash-table/metadata.xml
new file mode 100644
index 000..1c496d826f3
--- /dev/null
+++ b/sci-visualization/dash-table/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+   Dash DataTable is an interactive table component designed for 
viewing,
+   editing, and exploring large datasets.
+   
+   
+   dash-table
+   plotly/dash-table
+   
+



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

2021-05-11 Thread Louis Sautier
commit: eb4b2b6723a39ac985e7041659c863b0966a841f
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue May 11 17:12:07 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue May 11 17:20:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4b2b67

dev-python/pyftpdlib: skip more broken tests, use epytest

Closes: https://bugs.gentoo.org/759040
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
index 76504eb3fca..a063b7e0f3b 100644
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
 PYTHON_REQ_USE="ssl(+)"
 
 inherit distutils-r1
@@ -64,10 +64,17 @@ python_test() {
# https://bugs.gentoo.org/758686

pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_idle_timeout

pyftpdlib/test/test_functional.py::ThreadedFTPTests::test_stou_max_tries
+   # https://github.com/giampaolo/pyftpdlib/issues/550
+   # https://bugs.gentoo.org/759040
+   
pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_masquerade_address
+   
pyftpdlib/test/test_functional.py::TestConfigurableOptions::test_masquerade_address_map
+   
pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_masquerade_address
+   
pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptions::test_masquerade_address_map
+   
pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address
+   
pyftpdlib/test/test_functional_ssl.py::TestConfigurableOptionsTLSMixin::test_masquerade_address_map
)
# Tests fail with TZ=GMT, see https://bugs.gentoo.org/23
-   TZ=UTC+1 pytest -vv ${skipped_tests[@]/#/--deselect } \
-   || die "Tests failed with ${EPYTHON}"
+   TZ=UTC+1 epytest ${skipped_tests[@]/#/--deselect }
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/, sci-visualization/paraview/files/

2021-05-11 Thread Sam James
commit: 2195a932afe65a512ecc627598d3a345d48ec348
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 18:26:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 18:26:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2195a932

sci-visualization/paraview: fix build with gcc 11

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

 .../paraview/files/paraview-5.9.0-gcc11-include.patch| 12 
 sci-visualization/paraview/paraview-5.9.0.ebuild |  1 +
 2 files changed, 13 insertions(+)

diff --git 
a/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch 
b/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
new file mode 100644
index 000..900439a7ce6
--- /dev/null
+++ b/sci-visualization/paraview/files/paraview-5.9.0-gcc11-include.patch
@@ -0,0 +1,12 @@
+diff --git a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h 
b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
+index ab9d5724..202aaa27 100644
+--- a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
 b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h
+@@ -25,6 +25,7 @@
+ #include "vtkIdList.h"
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 

diff --git a/sci-visualization/paraview/paraview-5.9.0.ebuild 
b/sci-visualization/paraview/paraview-5.9.0.ebuild
index 826f9ea31de..f91083500a2 100644
--- a/sci-visualization/paraview/paraview-5.9.0.ebuild
+++ b/sci-visualization/paraview/paraview-5.9.0.ebuild
@@ -105,6 +105,7 @@ S="${WORKDIR}/${MY_P}"
 PATCHES=(
"${FILESDIR}"/${PN}-4.0.1-xdmf-cstring.patch
"${FILESDIR}"/${PN}-5.5.0-allow_custom_build_type.patch
+   "${FILESDIR}"/${PN}-5.9.0-gcc11-include.patch
 )
 
 pkg_setup() {



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

2021-05-11 Thread Sam James
commit: 7ceac137289ef0304fc833fdeb1eb39f70967483
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 07:54:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 07:54:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceac137

app-admin/conky: Stabilize 1.12.1-r1 ppc64, #788772

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

 app-admin/conky/conky-1.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conky/conky-1.12.1-r1.ebuild 
b/app-admin/conky/conky-1.12.1-r1.ebuild
index 8622f16a536..ad0fba6bd66 100644
--- a/app-admin/conky/conky-1.12.1-r1.ebuild
+++ b/app-admin/conky/conky-1.12.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~sparc ~x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib iostats
ipv6 irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql nano-syntax
ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype



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

2021-05-11 Thread Sam James
commit: bf55c4292e79e73e2f3beb2ab3e70d4e5e87c23f
Author: Sam James  gentoo  org>
AuthorDate: Tue May 11 07:54:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 11 07:54:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf55c429

app-admin/conky: Stabilize 1.12.1-r1 ppc, #788772

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

 app-admin/conky/conky-1.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conky/conky-1.12.1-r1.ebuild 
b/app-admin/conky/conky-1.12.1-r1.ebuild
index d07d5d164cf..8622f16a536 100644
--- a/app-admin/conky/conky-1.12.1-r1.ebuild
+++ b/app-admin/conky/conky-1.12.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ppc ~ppc64 ~sparc ~x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib iostats
ipv6 irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql nano-syntax
ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype



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

2021-05-11 Thread Joonas Niilola
commit: ba4abe935aa276b78dbde37a4b4ab67fd117dc11
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 11 05:32:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 11 05:32:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4abe93

profiles: unmask openrc-0.43*

 - the bug has been fixed, and broken version removed from the tree a long
   time ago.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9481084c60d..a019112810d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -665,10 +665,6 @@ x11-themes/gtk-engines-aurora
 dev-java/odfdom
 dev-java/saaj
 
-# Andreas K. Hüttel  (2021-04-14)
-# QA: Mask sys-apps/openrc-0.43 because of bug 782808
-=sys-apps/openrc-0.43*
-
 # Jonas Stein  (2021-04-14)
 # Open bugs, dead upstream.
 # Removal on 2021-06-01.  Bug #782730.



[gentoo-commits] repo/proj/dotnet:master commit in: app-editors/visual-studio-code/

2021-05-11 Thread Gergely Nagy
commit: c1bf430328d6223804ddcc1ebc4e9f08f50804f9
Author: Gergely Nagy  ngg  hu>
AuthorDate: Tue May 11 08:59:25 2021 +
Commit: Gergely Nagy  ngg  hu>
CommitDate: Tue May 11 08:59:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=c1bf4303

app-editors/visual-studio-code: bump to 1.56.0

Signed-off-by: Gergely Nagy  ngg.hu>

 ...{visual-studio-code-1.54.3.ebuild => visual-studio-code-1.56.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-editors/visual-studio-code/visual-studio-code-1.54.3.ebuild 
b/app-editors/visual-studio-code/visual-studio-code-1.56.0.ebuild
similarity index 100%
rename from app-editors/visual-studio-code/visual-studio-code-1.54.3.ebuild
rename to app-editors/visual-studio-code/visual-studio-code-1.56.0.ebuild



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

2021-05-11 Thread Agostino Sarubbo
commit: 097895adc3a1b2143f098c9272ccb13194064257
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 15:20:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 15:20:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097895ad

sys-kernel/vanilla-sources: Automated version bump to {5.4.118,5.10.36} - 
remove old.

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

 sys-kernel/vanilla-sources/Manifest   | 4 ++--
 ...{vanilla-sources-5.10.35.ebuild => vanilla-sources-5.10.36.ebuild} | 0
 ...{vanilla-sources-5.4.117.ebuild => vanilla-sources-5.4.118.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 132fb9d2b88..3446e73ce78 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,7 +10,7 @@ DIST patch-4.14.232.xz 4228268 BLAKE2B 
259de6445dcfd1d407bbe0d2d0489e8b7fb2a99a5
 DIST patch-4.19.190.xz 3933168 BLAKE2B 
301dcd17bfc0c94ad09bdcf6261da09ad9f1c36c1a047df94e7040d1b2c2b6224b08b596c3b4583a884ea7d5a70b9d3652ccd72e49aff54f61ee4afb30e514d7
 SHA512 
cf70f27725e3c9e4b9a5a0062734ebf20672bc4378f33dc882b3ed3abfccf31ed70c211c3e13a8b1d3971d7f0a71b089e080a49083cb39e738b80f77d0215a65
 DIST patch-4.4.268.xz 3528152 BLAKE2B 
10c2018a5470ee88b04f6e1917422967bbf15e470a28e0840948d022dd5d4f73b14842aa384408a4dbf32085f2f756208dbd0e0cb280a6cfd566de4735277f84
 SHA512 
0a9a78c7b45c9bee2e0fb83cbaf70d98217907ee1b0bca3efd666038099401fac503f686e108bbffd3b77c36562b896cea613ef2477abf10e998a7875efe0828
 DIST patch-4.9.268.xz 3938996 BLAKE2B 
2b8da0525ede5cbf2d52b6063b914263c687847b64a475c4053d308fa434f6b6379d94f933dde3d86998c08dafd28e5b49b43bc90041ae3c4a09c08597e62d2f
 SHA512 
8bd64323a109e8aa37d131e0bad6588313e064cb7866815c0c3ce893fc8d4ec9120c4ee2804aaeeca7445af53ad1a762e56ca640b58210255ef1775ed737ba5e
-DIST patch-5.10.35.xz 1081212 BLAKE2B 
714413b61e5fab9eeab9271edf09092fe8148d9d787e388770b0a5357d423bf278d8ac8db20e969ed89293dba0e7d84a0a56b94692ca9f3cda0f38ef002bcd63
 SHA512 
9771da96b4f79b5ff5927379f5a939ff3c0f70724fab5cdc7d6fc81ed993fac89244c1c0e26e8c6c034a27f5f670f813071ea33e1d1d36a2e1a5370644d67112
+DIST patch-5.10.36.xz 1154140 BLAKE2B 
705c82a3c9a5f3c0d1ca5f2393507f1c7a40371fbef44ec63356d1bc60452569d1457be730957042c8acad36545ead3846f448395be8248fd28c67fb65946b89
 SHA512 
badb51b4b3a163d67df9d7c77218b46ac69d8445eaa20db28529eb6594d525f14a27e87c4a174b96bed2b17f901928a15b6f982f00d5423c3719b9b49f2d6173
 DIST patch-5.11.19.xz 658972 BLAKE2B 
aa1baee33262f43b6ebe2736cda35d03d31c327cb2684f89bdce425e73961b546cf2669781ccd7753a602df74a16864122d6f91367fb763dd89a2cd49b79afa7
 SHA512 
e5323c9f41408fa6dcad107f73aa764c74098861f1e18a592b4d5183b64081380f65bdd0605918e33586febbb8a9c135949dfd705ca18b8714d58e6e239a7634
 DIST patch-5.12.2.xz 7220 BLAKE2B 
e9417941de68a488add40f4fedb023a4a2aee57520098a32177ef8877f8ab6b94041349cbfea727c47739c9de9828cddaf8cb203e0d760bafa5d7a585b08af6e
 SHA512 
bf654385f6dbf05e8e53d9dfd488dd7d5cafe820c77af3c330940fc9b68ba576edabd75262ca9b8fefdbedc77683602b002432ea9cab0b6b01646f04c941e98a
-DIST patch-5.4.117.xz 2850136 BLAKE2B 
c5f0bb61309092355a27bdd8e6447f3ba7f3ae1926b5c5b41ad417b02e4c42ecc7a216e509c699f74898f51c49fd934d71701bb226a419f8e3c2e34cc35c6921
 SHA512 
ca1d22d45736f705dabc319509fd5257bacc2bb61afa3faa18470adb502b492118beff7f2b35b55f1091c20b9ae0b16aafd47d04a07768a9fe9051c26ef4a153
+DIST patch-5.4.118.xz 2886624 BLAKE2B 
bd129027e8ab00d6a21b8f6cfc1e5c1f8ca21663435ded6605f7255c1ee8cf710713447a553fe4542aab5a43ff04a2933c8144f42722e45f5a7991af27efcf72
 SHA512 
e3035a71e9e2071f8d59e4169559a2b4d6e71576b2f215282783bcd6d533f68aa718ab8375016f2a8eb40fcbec0faf00974bb3e95360c6b1345f3e343d45

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.10.35.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.10.36.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.10.35.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.10.36.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.117.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.118.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.117.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.118.ebuild



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

2021-05-11 Thread Sergei Trofimovich
commit: d1a2bc63b23416a4bbd72fd4aec434723a0976bb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:43:41 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:43:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a2bc63

media-gfx/graphviz: stable 2.47.1 for sparc

stable wrt bug #684844

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

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

diff --git a/media-gfx/graphviz/graphviz-2.47.1.ebuild 
b/media-gfx/graphviz/graphviz-2.47.1.ebuild
index f1c5d1ea216..2c8ab4b7913 100644
--- a/media-gfx/graphviz/graphviz-2.47.1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.47.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/graphviz/graphviz/-/package_files/9573974/download -
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris"
 IUSE="+cairo devil doc examples gtk gts guile java lasi nls pdf perl 
postscript python qt5 ruby svg tcl X"
 
 REQUIRED_USE="



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

2021-05-11 Thread Sergei Trofimovich
commit: d72df5c2980c0ecc6330db2319d12d54171fe6a6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:43:37 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:43:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72df5c2

dev-util/glade: stable 3.38.2 for sparc

stable wrt bug #747451

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

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

diff --git a/dev-util/glade/glade-3.38.2.ebuild 
b/dev-util/glade/glade-3.38.2.ebuild
index ebf254857d2..5ef0df7443f 100644
--- a/dev-util/glade/glade-3.38.2.ebuild
+++ b/dev-util/glade/glade-3.38.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://glade.gnome.org/;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="3.10/13" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
 
 IUSE="gjs gtk-doc +introspection python webkit"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2021-05-11 Thread Stephan Hartmann
commit: cf259cfbcf8ef86e8da658eddaac40e05779e201
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue May 11 20:41:48 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue May 11 20:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf259cfb

www-plugins/chrome-binary-plugins: automated update (92.0.4503.0)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...96.0_alpha.ebuild => chrome-binary-plugins-92.0.4503.0_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 6f1c0c4c01e..7d40bf782eb 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_91.0.4472.38-1_amd64.deb 78710244 BLAKE2B 
b3fd055e64e47e505a5f66af4afb9919c1f917b0a3378713a19f1fa1882d510b353d128141ae69bb6c525c4bdf742ca77b2afd13b2fc77509f6f3edfe9d4578e
 SHA512 
eeeb92af73a4d4eace8f18828af3dc86c333d5331470cf7a47404bcb37dfd2b8aec27b75d26a71061fbd40881072395d0d07e90dbe461f6333e68a6253846c78
 DIST google-chrome-stable_90.0.4430.212-1_amd64.deb 83325072 BLAKE2B 
ec9848bf93af6d210e5d9a44c33b1bec6e610b23316946958011f299178e8178be86af0d814f971f7c4c69547cab1c29ca3deb7e57fca0f9cbb619819f560f29
 SHA512 
88161900c0173e4832e504b92dea8e21e7a7ea6a30c898cfc161b4c71dc005f53710ea8b40c70936c7a76ef81c18d1f1a11c3df102d95eda2daef2eff30808bd
-DIST google-chrome-unstable_92.0.4496.0-1_amd64.deb 80019592 BLAKE2B 
db0f493a6f9a4b8892031d4681d8ff751315a04ad871d9eba550f3b819e01963a8746e66952f166b9d2f99205b7a2d71e609f0b7e2172f36db0d064196c2039d
 SHA512 
c89d46fb7279f546324407290631f345d4ffbf7a41a074de48bf9f8f94580867b9ffd073e8ae94715ebf2ab4f4ea08ed13695b9446e59182bbd44538bb046b49
+DIST google-chrome-unstable_92.0.4503.0-1_amd64.deb 80400956 BLAKE2B 
cf08df54268a883be8512cad4a4cf8be59d815e432501149ab1cccf5c9a6370256dbae9ae59e4f09bdcd983447818d53c5e826b8fea1f08ecfb5f31e0f11
 SHA512 
ee099526b98ca4cf93cf60ddc24173e0cb84361f0c6e4f2e58fa274a3f6d129fdf1a7c20541800b2c904f3ee26417e08ec12b3eddc180fafeed1ce67eb36fb22

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4496.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4503.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4496.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4503.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2021-05-11 Thread Stephan Hartmann
commit: b5df3d697ee81bac034a68d29223ecded0ed2b06
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue May 11 20:41:45 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue May 11 20:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5df3d69

www-client/google-chrome-unstable: automated update (92.0.4503.0)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-92.0.4496.0.ebuild => google-chrome-unstable-92.0.4503.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index d057036fee6..ec3cb7aa646 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_92.0.4496.0-1_amd64.deb 80019592 BLAKE2B 
db0f493a6f9a4b8892031d4681d8ff751315a04ad871d9eba550f3b819e01963a8746e66952f166b9d2f99205b7a2d71e609f0b7e2172f36db0d064196c2039d
 SHA512 
c89d46fb7279f546324407290631f345d4ffbf7a41a074de48bf9f8f94580867b9ffd073e8ae94715ebf2ab4f4ea08ed13695b9446e59182bbd44538bb046b49
+DIST google-chrome-unstable_92.0.4503.0-1_amd64.deb 80400956 BLAKE2B 
cf08df54268a883be8512cad4a4cf8be59d815e432501149ab1cccf5c9a6370256dbae9ae59e4f09bdcd983447818d53c5e826b8fea1f08ecfb5f31e0f11
 SHA512 
ee099526b98ca4cf93cf60ddc24173e0cb84361f0c6e4f2e58fa274a3f6d129fdf1a7c20541800b2c904f3ee26417e08ec12b3eddc180fafeed1ce67eb36fb22

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-92.0.4496.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-92.0.4503.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-92.0.4496.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-92.0.4503.0.ebuild



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

2021-05-11 Thread Sergei Trofimovich
commit: 70009be8d983763cb8c8109fc6b55335d9db1ecb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:40:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:40:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70009be8

x11-misc/read-edid: keyworded 3.0.2-r1 for sparc

keyworded wrt bug #764026

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

 x11-misc/read-edid/read-edid-3.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild 
b/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild
index fd365665854..a0505646508 100644
--- a/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild
+++ b/x11-misc/read-edid/read-edid-3.0.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz;
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="vbe-mode"
 
 DEPEND="vbe-mode? ( >=dev-libs/libx86-1.1 )"



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

2021-05-11 Thread Agostino Sarubbo
commit: ceaf74d12799ccb5740a4831305f85ff9c0919e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:02:45 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:02:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceaf74d1

dev-python/pypy3: x86 stable wrt bug #782520

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild 
b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
index f3f0a743543..901b875029b 100644
--- a/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.3_p37_p3.ebuild
@@ -20,7 +20,7 @@ LICENSE="MIT"
 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
 # also check pypy/interpreter/pycode.py -> pypy_incremental_magic
 SLOT="0/pypy37-pp73"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 gdbm +jit ncurses sqlite test tk"
 # pypy3.7 is in alpha state and a lot of tests are failing
 RESTRICT="test"



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

2021-05-11 Thread Agostino Sarubbo
commit: d8572b80ecaeb04abbec45656902962d6adee575
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:02:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:02:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8572b80

dev-python/sympy: amd64/x86 stable (ALLARCHES policy) wrt bug #789297

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

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

diff --git a/dev-python/sympy/sympy-1.8.ebuild 
b/dev-python/sympy/sympy-1.8.ebuild
index 727e2d95fbc..2502957ec45 100644
--- a/dev-python/sympy/sympy-1.8.ebuild
+++ b/dev-python/sympy/sympy-1.8.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine 
test texmacs theano"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-nds/gssproxy/

2021-05-11 Thread Agostino Sarubbo
commit: 5330e11e11e375e5d5712c590d0670587f6a23e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:01:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5330e11e

net-nds/gssproxy: amd64 stable wrt bug #789054

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-nds/gssproxy/gssproxy-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/gssproxy/gssproxy-0.8.4.ebuild 
b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
index a9ded0f7987..dd542c5 100644
--- a/net-nds/gssproxy/gssproxy-0.8.4.ebuild
+++ b/net-nds/gssproxy/gssproxy-0.8.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD-1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86"
 IUSE="debug selinux systemd hardened"
 
 COMMON_DEPEND=">=dev-libs/libverto-0.2.2



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

2021-05-11 Thread Agostino Sarubbo
commit: 62b13e57637ca9c84b8554618504e75bfa8be8a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:03:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:03:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b13e57

dev-python/mysql-connector-python: x86 stable wrt bug #789252

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git 
a/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild 
b/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild
index 9aeb171e5dc..98d012be9e7 100644
--- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild
+++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Python client library for MariaDB/MySQL"
 HOMEPAGE="https://dev.mysql.com/downloads/connector/python/;
 
SRC_URI="https://github.com/mysql/mysql-connector-python/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="examples test"



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

2021-05-11 Thread Sergei Trofimovich
commit: b262745c3362ed866f77973d17af64e2a205488e
Author: Matt Jolly  footclan  ninja>
AuthorDate: Tue May 11 10:36:10 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 17:04:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b262745c

sys-libs/glibc: Remove check for 'files' provider.

The check for a files provider breaks on certain valid nsswitch.conf
configurations. As the check was only required for =sys-libs/glibc-2.26
it has been removed.

Closes: https://bugs.gentoo.org/789435
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/20769
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-libs/glibc/glibc-2.33.ebuild | 15 ---
 sys-libs/glibc/glibc-.ebuild | 15 ---
 2 files changed, 30 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.33.ebuild b/sys-libs/glibc/glibc-2.33.ebuild
index 8cda845c34b..f2eabcd84c0 100644
--- a/sys-libs/glibc/glibc-2.33.ebuild
+++ b/sys-libs/glibc/glibc-2.33.ebuild
@@ -649,21 +649,6 @@ sanity_prechecks() {
ewarn "hypervisor, which is probably not what you want."
fi
 
-   # Check for sanity of /etc/nsswitch.conf
-   if [[ -e ${EROOT}/etc/nsswitch.conf ]] ; then
-   local entry
-   for entry in passwd group shadow; do
-   if ! egrep -q "^[ \t]*${entry}:.*files" 
"${EROOT}"/etc/nsswitch.conf; then
-   eerror "Your ${EROOT}/etc/nsswitch.conf is out 
of date."
-   eerror "Please make sure you have 'files' 
entries for"
-   eerror "'passwd:', 'group:' and 'shadow:' 
databases."
-   eerror "For more details see:"
-   eerror "  
https://wiki.gentoo.org/wiki/Project:Toolchain/nsswitch.conf_in_glibc-2.26;
-   die "nsswitch.conf has no 'files' provider in 
'${entry}'."
-   fi
-   done
-   fi
-
# ABI-specific checks follow here. Hey, we have a lot more specific 
conditions that
# we test for...
if ! is_crosscompile ; then

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 95493a554e2..d99367f1bca 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -650,21 +650,6 @@ sanity_prechecks() {
ewarn "hypervisor, which is probably not what you want."
fi
 
-   # Check for sanity of /etc/nsswitch.conf
-   if [[ -e ${EROOT}/etc/nsswitch.conf ]] ; then
-   local entry
-   for entry in passwd group shadow; do
-   if ! egrep -q "^[ \t]*${entry}:.*files" 
"${EROOT}"/etc/nsswitch.conf; then
-   eerror "Your ${EROOT}/etc/nsswitch.conf is out 
of date."
-   eerror "Please make sure you have 'files' 
entries for"
-   eerror "'passwd:', 'group:' and 'shadow:' 
databases."
-   eerror "For more details see:"
-   eerror "  
https://wiki.gentoo.org/wiki/Project:Toolchain/nsswitch.conf_in_glibc-2.26;
-   die "nsswitch.conf has no 'files' provider in 
'${entry}'."
-   fi
-   done
-   fi
-
# ABI-specific checks follow here. Hey, we have a lot more specific 
conditions that
# we test for...
if ! is_crosscompile ; then



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

2021-05-11 Thread Agostino Sarubbo
commit: 0750bad4a490cb2f3a0218c87db7a7abbc76842a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:02:59 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:02:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0750bad4

x11-wm/ctwm: x86 stable wrt bug #784059

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/x11-wm/ctwm/ctwm-4.0.3.ebuild b/x11-wm/ctwm/ctwm-4.0.3.ebuild
index 7c24c6682a8..5b1573d82a0 100644
--- a/x11-wm/ctwm/ctwm-4.0.3.ebuild
+++ b/x11-wm/ctwm/ctwm-4.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ctwm.org/dist/${P}.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="jpeg rplay test xpm"
 RESTRICT="!test? ( test )"
 



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

2021-05-11 Thread Agostino Sarubbo
commit: a22347d4c71b105dc09eafec3020bc11d7bf905f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:03:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:03:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22347d4

dev-db/myodbc: x86 stable wrt bug #789252

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/myodbc/myodbc-8.0.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/myodbc/myodbc-8.0.24-r1.ebuild 
b/dev-db/myodbc/myodbc-8.0.24-r1.ebuild
index ce688e16d2e..47d507edc55 100644
--- a/dev-db/myodbc/myodbc-8.0.24-r1.ebuild
+++ b/dev-db/myodbc/myodbc-8.0.24-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/Connector-ODBC/${MAJOR}/${MY_P}.tar
 
 LICENSE="GPL-2"
 SLOT="${MAJOR}"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



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

2021-05-11 Thread Agostino Sarubbo
commit: 3227a547466e4bbf29419cf96f731fb3756393bb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:02:49 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:02:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3227a547

dev-python/pypy3-exe: x86 stable wrt bug #782520

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p2.ebuild 
b/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p2.ebuild
index d73c07c82d8..3b5b032c10e 100644
--- a/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p2.ebuild
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}-src"
 
 LICENSE="MIT"
 SLOT="${PV%_p*}"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0=



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

2021-05-11 Thread Agostino Sarubbo
commit: 6e71138c406c168f57795791491a590a4833e28d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:02:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:02:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e71138c

dev-python/pypy: x86 stable wrt bug #782520

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pypy/pypy-7.3.3_p3.ebuild 
b/dev-python/pypy/pypy-7.3.3_p3.ebuild
index 1d7884fb332..88ca89d62cc 100644
--- a/dev-python/pypy/pypy-7.3.3_p3.ebuild
+++ b/dev-python/pypy/pypy-7.3.3_p3.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src"
 LICENSE="MIT"
 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
 SLOT="0/73"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 gdbm +jit ncurses sqlite tk"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe-bin/

2021-05-11 Thread Agostino Sarubbo
commit: 77f375552a631939580e0c132f36ca85da11c89c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:02:52 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:02:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f37555

dev-python/pypy3-exe-bin: x86 stable wrt bug #782520

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_p37_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_p37_p2.ebuild 
b/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_p37_p2.ebuild
index c510ad0dd41..277fe587ef6 100644
--- a/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_p37_p2.ebuild
+++ b/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_p37_p2.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}"
 
 LICENSE="MIT"
 SLOT="${PV%_p*}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0/1
dev-libs/libffi:0/7



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

2021-05-11 Thread Agostino Sarubbo
commit: 630a9f10798c950e302936eb186020fbcc2f4d88
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:03:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:03:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630a9f10

app-admin/conky: x86 stable wrt bug #788772

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/conky/conky-1.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conky/conky-1.12.1-r1.ebuild 
b/app-admin/conky/conky-1.12.1-r1.ebuild
index ad0fba6bd66..2876405f75a 100644
--- a/app-admin/conky/conky-1.12.1-r1.ebuild
+++ b/app-admin/conky/conky-1.12.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~sparc x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib iostats
ipv6 irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql nano-syntax
ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype



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

2021-05-11 Thread Agostino Sarubbo
commit: b3926c54f8f73fbdf6743f7e0926470058b72677
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:01:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:01:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3926c54

dev-python/aesara: amd64/x86 stable (ALLARCHES policy) wrt bug #789297

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

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

diff --git a/dev-python/aesara/aesara-2.0.7.ebuild 
b/dev-python/aesara/aesara-2.0.7.ebuild
index ddca7befcd2..610a9a36bd3 100644
--- a/dev-python/aesara/aesara-2.0.7.ebuild
+++ b/dev-python/aesara/aesara-2.0.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]



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

2021-05-11 Thread Agostino Sarubbo
commit: 12988a6163f777eba2867eec5b1b01ddcfb4858f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:01:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12988a61

dev-python/mysql-connector-python: amd64 stable wrt bug #789252

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git 
a/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild 
b/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild
index 454f690c682..9aeb171e5dc 100644
--- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild
+++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.24.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Python client library for MariaDB/MySQL"
 HOMEPAGE="https://dev.mysql.com/downloads/connector/python/;
 
SRC_URI="https://github.com/mysql/mysql-connector-python/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="examples test"



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

2021-05-11 Thread Sergei Trofimovich
commit: 89879e1f9ca6c3a81ea967dd56856c007a41b3d6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 07:43:17 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 07:43:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89879e1f

dev-libs/elfutils: bump up to 184

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

 dev-libs/elfutils/Manifest  |  1 +
 dev-libs/elfutils/elfutils-0.184.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index c5b5b5f9777..8b1770753ef 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1 +1,2 @@
 DIST elfutils-0.183.tar.bz2 9109254 BLAKE2B 
8dd92e7c2df13d51bb51085f6cf762ea1ec7b803dcebf1202a4441ba152ed0e3332b1267276de4650d5ed5c5bed656f72f4c4e9bbf20700be45312a202351574
 SHA512 
bdafdd738a33cebe4f87849e5e6f1133881e77ef71b27faa0f0234ff80e9674f506957898326c2a55fd8438cbd189f7930597d0b4b9ca6c77921cc0cbd83b6b7
+DIST elfutils-0.184.tar.bz2 9185468 BLAKE2B 
8e45aa603a039fb128b96a1ffee4a0137fd1808d7087a2ddc8682a9bec1d65a56e6e6ad1419ac5e9f4490cc258c8ac0ee3e49775aab278efb1889bdceaf842bf
 SHA512 
5920c354edd6b28bb7e713d674bf6f2221e8ee91b90d582de39b1f45446aea1e7e3d4b6671024c391675b5e7530fe952c1320d730bb625c02d4c647ceb938bc8

diff --git a/dev-libs/elfutils/elfutils-0.184.ebuild 
b/dev-libs/elfutils/elfutils-0.184.ebuild
new file mode 100644
index 000..5860b8abf50
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.184.ebuild
@@ -0,0 +1,86 @@
+# Copyright 2003-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib-minimal
+
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
+HOMEPAGE="http://elfutils.org/;
+SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
+
+LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 lzma nls static-libs test +threads +utils valgrind zstd"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[static-libs?,${MULTILIB_USEDEP}]
+   bzip2? ( >=app-arch/bzip2-1.0.6-r4[static-libs?,${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1[static-libs?,${MULTILIB_USEDEP}] )
+   zstd? ( app-arch/zstd:=[static-libs?,${MULTILIB_USEDEP}] )
+   !dev-libs/libelf
+"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )
+"
+BDEPEND="nls? ( sys-devel/gettext )
+   >=sys-devel/flex-2.5.4a
+   sys-devel/m4
+"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
+   "${FILESDIR}"/${PN}-0.177-disable-large.patch
+   "${FILESDIR}"/${PN}-0.180-PaX-support.patch
+)
+
+src_prepare() {
+   default
+
+   if ! use static-libs; then
+   sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
+   fi
+   # https://sourceware.org/PR23914
+   sed -i 's:-Werror::' */Makefile.in || die
+}
+
+src_configure() {
+   use test && append-flags -g #407135
+
+   # Symbol aliases are implemented as asm statements.
+   # Will require porting: https://gcc.gnu.org/PR48200
+   filter-flags '-flto*'
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable nls) \
+   $(use_enable threads thread-safety) \
+   $(use_enable valgrind) \
+   --disable-debuginfod \
+   --disable-libdebuginfod \
+   --program-prefix="eu-" \
+   --with-zlib \
+   $(use_with bzip2 bzlib) \
+   $(use_with lzma) \
+   $(use_with zstd)
+}
+
+multilib_src_test() {
+   env 
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
+   LC_ALL="C" \
+   emake check VERBOSE=1
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc NOTES
+   # These build quick, and are needed for most tests, so don't
+   # disable their building when the USE flag is disabled.
+   if ! use utils; then
+   rm -rf "${ED}"/usr/bin || die
+   fi
+}



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

2021-05-11 Thread Agostino Sarubbo
commit: cb4ccce2c1385c617e49a5d2dad7c0eb344fe7c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:01:32 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:01:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4ccce2

dev-db/myodbc: amd64 stable wrt bug #789252

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/myodbc/myodbc-8.0.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/myodbc/myodbc-8.0.24-r1.ebuild 
b/dev-db/myodbc/myodbc-8.0.24-r1.ebuild
index 888d9f95fe1..ce688e16d2e 100644
--- a/dev-db/myodbc/myodbc-8.0.24-r1.ebuild
+++ b/dev-db/myodbc/myodbc-8.0.24-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/Connector-ODBC/${MAJOR}/${MY_P}.tar
 
 LICENSE="GPL-2"
 SLOT="${MAJOR}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-db-maria/

2021-05-11 Thread Andrew Ammerlaan
commit: 0b413a0b30538ad5fe598a65ac95f1a18b782a67
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue May 11 07:42:33 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue May 11 07:42:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b413a0b

dev-libs/octetos-db-maria: fix DuplicateEclassInherit

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-libs/octetos-db-maria/octetos-db-maria-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild 
b/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild
index 8a3c7b6bc..cb4b1b145 100644
--- a/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild
+++ b/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild
@@ -3,15 +3,16 @@
 
 EAPI=7
 
+inherit autotools
+
 MYPV="${PV/_alpha/-alpha}"
 MYP="${PN}-${MYPV}"
 DESCRIPTION="C++ library for Database Acces."
 HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria;
 if [[ ${PV} ==  ]]; then
-   inherit autotools git-r3
+   inherit git-r3
EGIT_REPO_URI="https://github.com/azaeldevel/octetos-core.git;
 else
-   inherit autotools
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/

2021-05-11 Thread Agostino Sarubbo
commit: f45b62589759a61624f53ce273408f9b2c1013ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:01:37 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:01:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45b6258

dev-db/mysql-connector-c++: amd64 stable wrt bug #789252

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
index a7c6ee2c227..0ce7402ab24 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz;
 
 LICENSE="Artistic GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+legacy"
 
 RDEPEND="



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

2021-05-11 Thread Agostino Sarubbo
commit: c312b2ea1f57948d3af9f6ac314deac3b0bb8f9f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:01:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:01:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c312b2ea

dev-lang/php: amd64 stable wrt bug #788892

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-lang/php/php-7.3.28.ebuild | 2 +-
 dev-lang/php/php-7.4.19.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/php/php-7.3.28.ebuild b/dev-lang/php/php-7.3.28.ebuild
index 9c21520780b..247935d4723 100644
--- a/dev-lang/php/php-7.3.28.ebuild
+++ b/dev-lang/php/php-7.3.28.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 

diff --git a/dev-lang/php/php-7.4.19.ebuild b/dev-lang/php/php-7.4.19.ebuild
index 4b642a7c792..2b0ed6881b1 100644
--- a/dev-lang/php/php-7.4.19.ebuild
+++ b/dev-lang/php/php-7.4.19.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/

2021-05-11 Thread Agostino Sarubbo
commit: e071957c7749d91e0246c13fe9a693cf6cd75ad1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 11 10:03:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 11 10:03:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e071957c

dev-db/mysql-connector-c++: x86 stable wrt bug #789252

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
index 0ce7402ab24..04d6b4c6711 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.24.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz;
 
 LICENSE="Artistic GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+legacy"
 
 RDEPEND="



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

2021-05-11 Thread Sergei Trofimovich
commit: 724998c046b23ab35ecb037f6fd5484f1201f925
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:39:05 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:39:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724998c0

dev-lang/php: stable 7.3.28 for ppc64

stable wrt bug #788892

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

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

diff --git a/dev-lang/php/php-7.3.28.ebuild b/dev-lang/php/php-7.3.28.ebuild
index b5fa21e9a7c..e95cd1b6fa4 100644
--- a/dev-lang/php/php-7.3.28.ebuild
+++ b/dev-lang/php/php-7.3.28.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2021-05-11 Thread Sergei Trofimovich
commit: 853d23f0bf9f6d5ee4343125a3b67a40b25bca75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:39:18 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:39:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853d23f0

dev-lang/php: stable 7.4.19 for ppc64

stable wrt bug #788892

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

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

diff --git a/dev-lang/php/php-7.4.19.ebuild b/dev-lang/php/php-7.4.19.ebuild
index dfa544ca576..83528047016 100644
--- a/dev-lang/php/php-7.4.19.ebuild
+++ b/dev-lang/php/php-7.4.19.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2021-05-11 Thread Sergei Trofimovich
commit: 922a840886eb7f9802e6acbcc3dff182978e6481
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:36:42 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:38:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922a8408

dev-lang/php: stable 7.3.28 for ppc

stable wrt bug #788892

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

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

diff --git a/dev-lang/php/php-7.3.28.ebuild b/dev-lang/php/php-7.3.28.ebuild
index 247935d4723..b5fa21e9a7c 100644
--- a/dev-lang/php/php-7.3.28.ebuild
+++ b/dev-lang/php/php-7.3.28.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2021-05-11 Thread Sergei Trofimovich
commit: d35ad8739e9d1c6e0323efe5bfca49c09675c63a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:37:12 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:38:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35ad873

dev-lang/php: stable 7.4.19 for ppc

stable wrt bug #788892

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

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

diff --git a/dev-lang/php/php-7.4.19.ebuild b/dev-lang/php/php-7.4.19.ebuild
index 2b0ed6881b1..dfa544ca576 100644
--- a/dev-lang/php/php-7.4.19.ebuild
+++ b/dev-lang/php/php-7.4.19.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2021-05-11 Thread Sergei Trofimovich
commit: 4aa9af58d9896603295186c17ba3b159fc67748f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:37:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:38:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa9af58

dev-java/assertj-core: keyworded 2.3.0 for ppc64

keyworded wrt bug #788721

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

 dev-java/assertj-core/assertj-core-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/assertj-core/assertj-core-2.3.0.ebuild 
b/dev-java/assertj-core/assertj-core-2.3.0.ebuild
index 6ef61f2b87f..994e879012f 100644
--- a/dev-java/assertj-core/assertj-core-2.3.0.ebuild
+++ b/dev-java/assertj-core/assertj-core-2.3.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Java library that provides a fluent interface 
for writing assertion
 HOMEPAGE="http://joel-costigliola.github.io/assertj/;
 SRC_URI="https://github.com/joel-costigliola/${PN}/archive/${P}.tar.gz;
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 SLOT="2"
 
 CDEPEND="dev-java/cglib:3



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

2021-05-11 Thread Sergei Trofimovich
commit: f7026e55a183416e663dfb1f2d32e2213066ec61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May 11 20:37:59 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 20:38:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7026e55

dev-java/junitparams: keyworded 1.1.1 for ppc64

keyworded wrt bug #788721

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

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

diff --git a/dev-java/junitparams/junitparams-1.1.1.ebuild 
b/dev-java/junitparams/junitparams-1.1.1.ebuild
index 8177e81b47d..447018f31e5 100644
--- a/dev-java/junitparams/junitparams-1.1.1.ebuild
+++ b/dev-java/junitparams/junitparams-1.1.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/Pragmatists/JUnitParams/archive/refs/tags/JUnitParam
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 # Common dependencies
 # POM: pom.xml



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

2021-05-11 Thread Stephan Hartmann
commit: d95b8b846b0f27a7f3b87115d4f9cde6cb96c248
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue May 11 20:37:10 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue May 11 20:37:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95b8b84

www-client/chromium: stable channel bump to 90.0.4430.212

Bug: https://bugs.gentoo.org/789420
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-90.0.4430.212.ebuild | 926 ++
 2 files changed, 927 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 5df4788d36c..81afee6b550 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,5 @@
 DIST chromium-90-patchset-7.tar.xz 3892 BLAKE2B 
3ba169baaaf74b548749be3f845f505256cc9573f798e10929b5d1f0f534d739e657e3fa134c78ec3f7987a3b89adfc4bee0d1a6585ad8fe4bdc3ffd1181042c
 SHA512 
5e1aa834ee5668ee40fc3af5cda7325da710dd1a0dea7ce535e89e36fd7d321db63d520a9b6ce6372ed941473dff18d1276316567af810c18e1478a04d3f23f8
+DIST chromium-90.0.4430.212.tar.xz 917430448 BLAKE2B 
dbea5515a62c3f3a12596da6d77cad106d377ddda8956da81b8fe8c0c1e3bfa90ba82bca8c1c4fd95282ee0c00a5f3f5206a05728043eb967395a8cf8bda960d
 SHA512 
7cd300d22725e3457b9e3347fb34d6f5728c91aa178d6960d4243bc80122c446890c2276334a01f9c81a43479339e9e266c3bbb040081a22c521b3c4250850f5
 DIST chromium-90.0.4430.93.tar.xz 917357836 BLAKE2B 
5c2643d7d96775491243a4e5b1ba6793523edd3991f04167f51cfbdc5b035c753d80ef4b427785a05f6628b90f4a483e88ddc219358e118e4f3a5020dbf82d77
 SHA512 
c409df621ec849bcfd5c9f6dbeeddde86e75e54be8f8d51a73daf69a216f4c26b083d32e5f5b9f0c7baf833c495322fb2543d1565cddd6f0b8f914db14a13d4e
 DIST chromium-91-patchset-5.tar.xz 3648 BLAKE2B 
6c8636f63dc857886d09c8ed69b4c61adc627d2280decdf03b548be8ff2cb522ef0def7a240d1c3c9ee71920304a43af571e2146e2828b89c3b6f87373b8c4a1
 SHA512 
1554feec958291ad3140e2685683befe4b6e0b0ab6a8694c0e02d5b4bf4b7fcad410f17e72099653456fd95ed24a732dd28f2dcfaf146eb3bf68052e2342a481
 DIST chromium-91.0.4472.38.tar.xz 949887092 BLAKE2B 
4887efcd6af80ab75c5ec4f894b398dd896843c2560158f15f3f8c8150aa475723311344c4d3715265a026af6a9db45e8fc23f27d1bbf5b18200c7b1397b8955
 SHA512 
7073a1831ce0ba0a53607ef5b17d517313a540757c95ad07b8f6de1d8915fe31edab464fdc26d4ba22bbe34ddf19a0b815614eb34e14256f0425c486549dfb86

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

[gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-ng/files/patches/, app-admin/syslog-ng/

2021-05-11 Thread Thomas Deutschmann
commit: c489e5e43a50495061ffa8552b21d0cbdbacb078
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri May  7 13:13:14 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c489e5e4

app-admin/syslog-ng: drop old

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20718
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-admin/syslog-ng/Manifest   |   3 -
 .../files/patches/syslog-ng-fno-common.patch   | 320 -
 .../patches/syslog-ng-glib-2.64-support.patch  |  63 
 app-admin/syslog-ng/syslog-ng-3.26.1-r1.ebuild | 170 ---
 app-admin/syslog-ng/syslog-ng-3.28.1-r2.ebuild | 171 ---
 app-admin/syslog-ng/syslog-ng-3.29.1.ebuild| 171 ---
 6 files changed, 898 deletions(-)

diff --git a/app-admin/syslog-ng/Manifest b/app-admin/syslog-ng/Manifest
index 7eadb4cb04b..0e30bc1283e 100644
--- a/app-admin/syslog-ng/Manifest
+++ b/app-admin/syslog-ng/Manifest
@@ -1,5 +1,2 @@
-DIST syslog-ng-3.26.1.tar.gz 5040993 BLAKE2B 
235971547c8febe61191014d971b9e5d71560f51ebc3a74fbae1c95b86653f1de8d0b99788f5b00cc75926dc67e7a80f650e9d2d12f191a4400c5b8edbbd01b7
 SHA512 
2cf6a8bd70addec3bef0888539f4a4686c30655698835d0c211ea929a0cae91a6f3dc9903f29fe717fd9d48b5cdc9918796f196ca84af6f5733bedff09ffab5a
-DIST syslog-ng-3.28.1.tar.gz 5149671 BLAKE2B 
bfc33f2a595cb4fbcc5a69b60d283673922873434b21ca8ce9685a0f54b355f162b11242704419349a561f412573c84df30a49a4dc0cc95699e98720e3e65247
 SHA512 
d70b435a6c9d1d0d22ecebc051dc294b6e7f841159edabf229c772c40342a28014ea1599b2277f0514236f545bac63c9879988fd85d634e9ab4fe4f079c984cb
-DIST syslog-ng-3.29.1.tar.gz 5111614 BLAKE2B 
1dba62290d6354d0cda7d43783327a19f69e05963c6d2e75f42c61c30984d49d28f1c6474e68ccdd806f38022bf6799e69e12f2444da391b2bccb736ca597c72
 SHA512 
c8ec6527cab9e46effe23aaa1306b5bde1e13c3e62a092a62af630a744cc41e81d861e6e2ebfbaad8a9199d3b75ba4ac5fb4b4215d03f80a41f57a2e7a074a49
 DIST syslog-ng-3.30.1.tar.gz 5707042 BLAKE2B 
3e6ee58b3732ae4863de43c7d22799a74074e94dbbf735368c09c11382b641a5554a4a25ad836b4ac25c8a4f64781dbfb1d9ddd6961ba3aa70c4213cfec81bfd
 SHA512 
ac7ed4978c6db9464add30aa7aeb71a646f841593b02884c8d4ad34c0508c8d3243bcbe6ee98e81c04698895305334eadd9e624ba71e510c14d79155723efb52
 DIST syslog-ng-3.31.2.tar.gz 5727835 BLAKE2B 
a71190fe1580702a4d904c8a4d31a123d2aa0d01bb5a6e21f32f8502ec99f6109b45537c1a5022b0baeae89456b4b919bb8c88077d00aa9724398b7588254d89
 SHA512 
22a647c37f87fb1a45c8c69c2b0a022d1886cde5b0d585c3384b606d967c3f320a18e34810655174e82c797c0dc23c481732ecefd5be16da8fba4983b2ed0385

diff --git a/app-admin/syslog-ng/files/patches/syslog-ng-fno-common.patch 
b/app-admin/syslog-ng/files/patches/syslog-ng-fno-common.patch
deleted file mode 100644
index abec9213cd1..000
--- a/app-admin/syslog-ng/files/patches/syslog-ng-fno-common.patch
+++ /dev/null
@@ -1,320 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e9b4183fc..1f8f16c13 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -331,8 +331,7 @@ endif()
- add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} -j $$(nproc) 
--output-on-failure)
- 
- set(IMPORTANT_WARNINGS
--  -Wshadow
--  -fcommon)
-+  -Wshadow)
- 
- set(ACCEPTABLE_WARNINGS
-   -Wno-stack-protector
-diff --git a/Makefile.am b/Makefile.am
-index 8b24eeaed..86c090638 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -54,8 +54,7 @@ AM_CPPFLAGS  = -I$(top_srcdir)/lib 
-I$(top_srcdir)/modules -I$(top_builddir)/lib
- 
- # Important warnings
- AM_CFLAGS = \
--  -Wshadow \
--  -fcommon
-+  -Wshadow
- 
- # Acceptable warnings
- AM_CFLAGS += \
-diff --git a/lib/logmsg/tests/test_log_message.c 
b/lib/logmsg/tests/test_log_message.c
-index 245568ce5..e51d78b94 100644
 a/lib/logmsg/tests/test_log_message.c
-+++ b/lib/logmsg/tests/test_log_message.c
-@@ -32,6 +32,8 @@
- #include 
- #include 
- 
-+MsgFormatOptions parse_options;
-+
- typedef struct _LogMessageTestParams
- {
-   LogMessage *message;
-@@ -151,7 +153,7 @@ void
- setup(void)
- {
-   app_startup();
--  init_and_load_syslogformat_module();
-+  init_parse_options_and_load_syslogformat(_options);
- }
- 
- void
-diff --git a/libtest/cr_template.c b/libtest/cr_template.c
-index 35e47aa3f..4f0913368 100644
 a/libtest/cr_template.c
-+++ b/libtest/cr_template.c
-@@ -34,10 +34,12 @@
- 
- #include "msg_parse_lib.h"
- 
-+static MsgFormatOptions parse_options;
-+
- void
- init_template_tests(void)
- {
--  init_and_load_syslogformat_module();
-+  init_parse_options_and_load_syslogformat(_options);
- }
- 
- void
-diff --git a/libtest/msg_parse_lib.c b/libtest/msg_parse_lib.c
-index ae0d1654b..b3c7cb652 100644
 a/libtest/msg_parse_lib.c
-+++ b/libtest/msg_parse_lib.c
-@@ -27,15 +27,13 @@
- 
- #include 
- 
--MsgFormatOptions parse_options;
--
- void
--init_and_load_syslogformat_module(void)
-+init_parse_options_and_load_syslogformat(MsgFormatOptions 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/, app-emulation/xen-tools/files/

2021-05-11 Thread Thomas Deutschmann
commit: c65db4894ec343fd2b3862fba9fdb1ab7e0b3193
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Apr 30 21:19:59 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65db489

app-emulation/xen-tools: drop old

Closes: https://bugs.gentoo.org/782967
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20621
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/xen-tools/Manifest   |   8 -
 app-emulation/xen-tools/files/gentoo-patches.conf  |  20 -
 app-emulation/xen-tools/xen-tools-4.13.2-r2.ebuild | 512 
 app-emulation/xen-tools/xen-tools-4.13.2-r3.ebuild | 512 
 app-emulation/xen-tools/xen-tools-4.13.2-r4.ebuild | 520 -
 app-emulation/xen-tools/xen-tools-4.14.1-r1.ebuild | 512 
 app-emulation/xen-tools/xen-tools-4.14.1-r2.ebuild | 520 -
 app-emulation/xen-tools/xen-tools-4.14.1.ebuild| 512 
 8 files changed, 3116 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index c0c303ec2d7..226f4de1694 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -5,18 +5,10 @@ DIST edk2-06dc822d045c2bb42e497487935485302486e151.tar.gz 
13192042 BLAKE2B 81afa
 DIST ipxe-git-1dd56dbd11082fb622c2ed21cfaced4f47d798a6.tar.gz 3810726 BLAKE2B 
b95266ec7fcee5c27065ba999b023ded9eb42a3690555e626911493f1dc995927fa67071bdc6432b3995df82134f8c49ea0d72eaf407f455dd1e2675d5b8d844
 SHA512 
8120696ba6d79fd9189664deed9b0489825d8d1edf7b931023b3979b7b9f82248e5b808c4517036cd40a85442ddf51a8dcad3b05d7f3c3cc6650654d53da4050
 DIST ipxe-git-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz 3931642 BLAKE2B 
bf0b5d9ea1d44803bc5c4aa0bf9188636e292b226ab759f32e3c2bfa3f80dd3f546526b9a11c1f67193793ede5309bfa67bdce80aba62ccca54597dc6e7e4ba4
 SHA512 
0a63f83c9135d05c6bfe7c4d12da3ff76271e35305a4d5654bd5aefa9ee59f5363546c65820c42133deb0fb5a0a0bcaa9b1c48396f9f996acea0d492a5f03f33
 DIST seabios-1.12.1.tar.gz 613450 BLAKE2B 
cb926b650c41a9962db407945cb5b6558079b061bd61f32ea56aedf0d37a00d10ad4434acbe717ffbc0dd1d1c0767304af8e640a53b0fc3784969dfa1590f681
 SHA512 
58755ce842adcb99c0f2f3ebbf9ec6d4a5072753966ab46805a96db1570847b109a90e6e03d61f9088ef877ca8ba96a8006777dc38ec434fce6b487f6c1f91d0
-DIST seabios-1.13.0.tar.gz 620952 BLAKE2B 
460a7dd2b2775b981bbd890ed0a50fe905794c68b0b895799667dd1378bb84125712330c2f6945112709d42cfb7b01196c7fff99051e44b6211d47d19531cfae
 SHA512 
7f158badf7deecc2998eab2a08f3615dfe5a7c0a51323f7b4568a4d1280935bc32bb466c8226d87d2ca7e13f9f117ff0092befcc0699bc31c5018e84754e8393
 DIST seabios-1.14.0.tar.gz 628985 BLAKE2B 
cc1126925dab1551a655680d20d06ebf28c12c386500d1ee4df9e1a99403b4c5bc6a66c2cc5ef58b4c3d6d7226f35007506a6a1855c2cf2742469dcb7aba05bb
 SHA512 
215c42f59425f8abd062be7b11fc0e39c977cee5001a2381551b0f851ac337d0dd53c065267e6dee0e710ffd700fa635f9007b89da8dfce0f47122c984ee8146
-DIST xen-4.13.2-upstream-patches-2.tar.xz 58992 BLAKE2B 
535d67ae6a30e23feb975172a9e4abd6d7feb6c8c969aa243fdf672ed6580fe46bf57ea5530eab70457e22af9163f95061fdf97d10faa3be9f4c92033187c950
 SHA512 
6b6cdf72d13c0e595be65e3107c0f68299e932b74d4a1c4d59bfe3be8b76840c47f6adeaddd0efac71d5158cee8d778a0be863eea8f032cb9acf4191f629d8ae
-DIST xen-4.13.2-upstream-patches-6.tar.xz 80980 BLAKE2B 
a20643c4f89f197e4001c0181249bc1a22b60874bc077ba2abee716b8e64bbbea0885a64632f3120960425a741328ceba1b44dc10a7a24039b328e1ded28f752
 SHA512 
0b097dfb04404ec6c609d35d924b3d2306c5f2de0501aa0b8e007e0af9a4ef394fae2d736435401bf8bd1fd661171c71ba712585bdb195649e3350ef9f953115
-DIST xen-4.13.2.tar.gz 39037826 BLAKE2B 
ad2b7c3003ca29e5e60a85c581f706ef87d99eadf939ed36ebe8f6698582f7a29dbdaf502039b60a0afe7ad4ae6ce89713e69dc8b8a7d5abe65063da7f1baa5b
 SHA512 
cd3092281c97e9421e303aa288aac04dcccd5536ba7c0ff4d51fbf3d07b5ffacfe3456ba06f5cf63577dafbf8cf3a5d9825ceb5e9ef8ca1427900cc3e57b50a3
 DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a24412617a640346d2358b141a2741e7a3be454df52d198ad63e58b1519288de62330417c70e72445703f3fac2
 SHA512 
622127d824b9c49b57282a887fb404e0bad05ff60bccade82e4e0e9b5ad975ff9aa1fba83392e6d8379e9a15340e8ae9785c0913eb11027816e4600432eea6b6
-DIST xen-4.14.1-upstream-patches-3.tar.xz 27864 BLAKE2B 
69a67e863a30c0079f7955dd5306f69890a4f6db91d4cf2d1806a2bbd8afad88db7789c7eda8da0ff2a945da04916ff4ab5eaa9e529a417112ae01e31151d0dc
 SHA512 
19e5ef39616fffbff20b2f658d61e50e21741fe3c5c4ca89f67e72a1606b3a593f93e9090fb0b5c76c1c801f931c237d2be6329bd174fa911d66b81ad4a332dd
-DIST xen-4.14.1.tar.gz 39970115 BLAKE2B 
21e5838b2b4d78420dcaaae2b8fc98ac876230217e6a3764aa643920150b8cef96025663e6a2fc423ab15f7f470b62547e91ce1be0337fc78f00c148c7ff40ab
 SHA512 
c75cbec82793435f5a7026626ffdb2e9a2166b42d2be4b2f1194240e0312458124f0ebd53eeb02ce7330c22afe402a28a96b32f8af66e41e9416fe94535724c9
 DIST xen-4.14.2.tar.gz 

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

2021-05-11 Thread Thomas Deutschmann
commit: 15902a8ffe87bea20f63e93158b2245811d9cb49
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Apr 30 21:18:42 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15902a8f

app-emulation/xen: drop old

Bug: https://bugs.gentoo.org/783456
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/xen/Manifest |   7 --
 app-emulation/xen/xen-4.13.2-r5.ebuild | 165 -
 app-emulation/xen/xen-4.13.2-r6.ebuild | 165 -
 app-emulation/xen/xen-4.13.2-r7.ebuild | 165 -
 app-emulation/xen/xen-4.14.1-r2.ebuild | 165 -
 app-emulation/xen/xen-4.14.1-r3.ebuild | 165 -
 6 files changed, 832 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 5980246d776..5c6027c833f 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,11 +1,4 @@
-DIST xen-4.13.2-upstream-patches-4.tar.xz 65324 BLAKE2B 
0e71e4600fffcf1341a52103a6318485c1da54101ec59dbdb9824be5a5ed1f977135a9c3e4ce48cf14922aa0a2e3ff5097dc870286e3b142d060c22d78079cb3
 SHA512 
3f0e41b685655c7753204862ea6b8e502ff4b4f76e4788ca07ab93a4bb3c636d24ad933c578f7c6e4c866cfb0d6b7b7234124da7c2fed0a4b34f2fbe401c56e1
-DIST xen-4.13.2-upstream-patches-5.tar.xz 76580 BLAKE2B 
8eeab100c14d769174e7d935d4e081ffc2d72b771f8022ce5c31b89d860ddba5381baf55b87443dc3bc555b404595492d30bc7f2a103c77762004acfce70446e
 SHA512 
5dd5c63267e9542626315efec94642901cff55f4a1f8148c58f86677254381242fce3d6c5c0ae72665b452441c54647d0b9a132a2a18ffb4ff7eaad86ef227de
-DIST xen-4.13.2-upstream-patches-6.tar.xz 80980 BLAKE2B 
a20643c4f89f197e4001c0181249bc1a22b60874bc077ba2abee716b8e64bbbea0885a64632f3120960425a741328ceba1b44dc10a7a24039b328e1ded28f752
 SHA512 
0b097dfb04404ec6c609d35d924b3d2306c5f2de0501aa0b8e007e0af9a4ef394fae2d736435401bf8bd1fd661171c71ba712585bdb195649e3350ef9f953115
-DIST xen-4.13.2.tar.gz 39037826 BLAKE2B 
ad2b7c3003ca29e5e60a85c581f706ef87d99eadf939ed36ebe8f6698582f7a29dbdaf502039b60a0afe7ad4ae6ce89713e69dc8b8a7d5abe65063da7f1baa5b
 SHA512 
cd3092281c97e9421e303aa288aac04dcccd5536ba7c0ff4d51fbf3d07b5ffacfe3456ba06f5cf63577dafbf8cf3a5d9825ceb5e9ef8ca1427900cc3e57b50a3
 DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a24412617a640346d2358b141a2741e7a3be454df52d198ad63e58b1519288de62330417c70e72445703f3fac2
 SHA512 
622127d824b9c49b57282a887fb404e0bad05ff60bccade82e4e0e9b5ad975ff9aa1fba83392e6d8379e9a15340e8ae9785c0913eb11027816e4600432eea6b6
-DIST xen-4.14.1-upstream-patches-2.tar.xz 22920 BLAKE2B 
890cd9bcc3c72b4ed192476a913de0377d50ddeb180e0d6dc4720e86662387a699ad74b263adf2b867b2421fcf3efdcacaa17bf581643afc50c9dc7e8a3dfc60
 SHA512 
ca0e53f40fe23d9a6c6374b460fcc0c8063e511f03ca86c02291fcb73bf9f91594de6fd615609997e0aac2e9c59ccc8512e4151a1d2646a70f3b5bacd95ad325
-DIST xen-4.14.1-upstream-patches-3.tar.xz 27864 BLAKE2B 
69a67e863a30c0079f7955dd5306f69890a4f6db91d4cf2d1806a2bbd8afad88db7789c7eda8da0ff2a945da04916ff4ab5eaa9e529a417112ae01e31151d0dc
 SHA512 
19e5ef39616fffbff20b2f658d61e50e21741fe3c5c4ca89f67e72a1606b3a593f93e9090fb0b5c76c1c801f931c237d2be6329bd174fa911d66b81ad4a332dd
-DIST xen-4.14.1.tar.gz 39970115 BLAKE2B 
21e5838b2b4d78420dcaaae2b8fc98ac876230217e6a3764aa643920150b8cef96025663e6a2fc423ab15f7f470b62547e91ce1be0337fc78f00c148c7ff40ab
 SHA512 
c75cbec82793435f5a7026626ffdb2e9a2166b42d2be4b2f1194240e0312458124f0ebd53eeb02ce7330c22afe402a28a96b32f8af66e41e9416fe94535724c9
 DIST xen-4.14.2.tar.gz 39973157 BLAKE2B 
db5d3570f79e0fd97872f5e5dd57a4eb39e005728387bfef3b51fabe1c693cfd8108d09b1026f5a5a7eb79de71be6f4af36d252f7e0b35a65a1567b7949e3e29
 SHA512 
83c9333b70dbee3e29c6bf08e5ad030676e6c4a32b976f3f5e6a8f8d0dd9e4898bac88dd8e1c9d2ad3509cebb5d212e1745f9392a469d7afeb841d79801ccf39
 DIST xen-4.15.0-upstream-patches-0.tar.xz 15744 BLAKE2B 
e2abb68524a7c190db8d91beb79731aea5290e82f54fb21218739dab666f6f5ea85c203575ec248b46830f1862408d50d3ceea1104fcd9325babfccf3574c515
 SHA512 
f1a2800d15a61f08eda4d6bafaead95a9d72cc9e4d90a19278d89c696b7e2d5d6353b28dba7ed0eb0c9aeb8604d3697db6a8f4ac38047e2510279d88181752f9
 DIST xen-4.15.0.tar.gz 40785399 BLAKE2B 
8b0530f5516c39656506f4bb705952da0555a8ab7f47323473b171caeb7692f3107e9d94f13171d40576600064589eed35f4d210af02db4cc4706dd4fc202100
 SHA512 
93683b8a97387ca5f003c635a11d163e61c87dbdc9a03081f9155fe87b49f1dfa74ce243fcd5e04dc009353a36e2375b786f1ebde828b5951a094cd64197b4c7

diff --git a/app-emulation/xen/xen-4.13.2-r5.ebuild 
b/app-emulation/xen/xen-4.13.2-r5.ebuild
deleted file mode 100644
index 1c318430ddc..000
--- a/app-emulation/xen/xen-4.13.2-r5.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )

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

2021-05-11 Thread Thomas Deutschmann
commit: fe2b0906b83cc5cb3396153132e150e8322fc611
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri May  7 14:55:28 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2b0906

app-misc/elasticsearch: bump to 7.12.1

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

 app-misc/elasticsearch/Manifest|  1 +
 app-misc/elasticsearch/elasticsearch-7.12.1.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index 054f737244f..4c19d811a8c 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -1,5 +1,6 @@
 DIST elasticsearch-6.8.15.tar.gz 149102328 BLAKE2B 
0ce9ba565d751cd27721f3d49dd24761937c3476cee4896ba1a4d84e4fc238296129481f18cad64270fe8af71a043c2e8e583df14f2a084850fb10c93fcea0ef
 SHA512 
c62c4d9d1bb83e10d3e1079f56b834f2f89b1f712c29d9ce7e81786199c71d287ecbf6df158eca56a7af711eafe13dfb276e12b34e1a0a6cf6719e1fbb44a142
 DIST elasticsearch-7.10.2-no-jdk-linux-x86_64.tar.gz 164380146 BLAKE2B 
16797ed48c4cb6f91ed891014f275ad86a4852579232df1827413389fc9e505327412729f70783750252190a34b0e0d552ec0b5f25f3d0a811724191eccc6568
 SHA512 
bd3def00af04670ad04556c911ef8c68b639e1c3b621f36a8973d9700f95873d10bc706a4e3a98f892ac59c1b761d56035a236068d6958af772874e428940dc4
 DIST elasticsearch-7.12.0-no-jdk-linux-x86_64.tar.gz 173069694 BLAKE2B 
5de74b1e6de743246cf48e32254f9646fa25c2820d0be9df886fdefe131a302ddb8906546147f0d284e2fc0faf8cc0238bf854fe1611d28bf1e7cb1518bd4e31
 SHA512 
205aa2a2fa2ab7eb7b54087420e0123aa97e5456e2e1f31cad9ea7b84be3f9823a2a7c47d4cf1697833e5f795359477d3a3b0ea4955a8f92583cf2228071827e
+DIST elasticsearch-7.12.1-no-jdk-linux-x86_64.tar.gz 173079845 BLAKE2B 
98214508c2c1dcb631f59d9e51d5949f9a7c5d1f68ff78c8d93af04c6a21fa1e1c6e2051f04bbdb8154443d6295ad54af2016695fcb9193b7595e1486777ba98
 SHA512 
c91fd8977280d7339caf6b4fef9fce5640492f0e2a65bc537c6da8397c801a3727f1ff56b7a1591b11ea47195720c588a4eba473043f829a87cd3dcc0af4
 DIST elasticsearch-oss-6.8.15.tar.gz 68240776 BLAKE2B 
431d845e02f2118a98021af4422ece34274b6d0811a32c5a3e679da3f8f56ca9cd45949307268811edbb83327a4a80fb84866cbbaaf01f7d3af042412b1e1bfa
 SHA512 
7e6a819339ac6043af218f9d97d5d68c50ac46900e4293e7fa18992f7a50b10b0ab2434e26ff0dc1546204ae7526de8ac6ef6545fc0db9c862ceeaa0d96c56f5
 DIST elasticsearch-oss-7.10.2-no-jdk-linux-x86_64.tar.gz 76383466 BLAKE2B 
e99c04b0d10ef5755986515c7127ebde00b58e0eba69b6a05e12bd0bffee70266bbb023680584bfe0f321d5a3cf79af89cce3a5191923ad721a9f6039ab82743
 SHA512 
7b63237996569ccdc7c9d9e7cc097fcb23865396eddac30e5f02543484220d2fc70a7285b430877e5e76a5d8716d9682de9fc40d5e57a08f331e82011fc59756

diff --git a/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild 
b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild
new file mode 100644
index 000..e2035c21e8f
--- /dev/null
+++ b/app-misc/elasticsearch/elasticsearch-7.12.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd tmpfiles
+
+DESCRIPTION="Free and Open, Distributed, RESTful Search Engine"
+HOMEPAGE="https://www.elastic.co/elasticsearch/;
+SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}-no-jdk-linux-x86_64.tar.gz;
+LICENSE="Apache-2.0 BSD-2 Elastic-2.0 LGPL-3 MIT public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-group/elasticsearch
+   acct-user/elasticsearch
+   virtual/jre"
+
+QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+
+src_prepare() {
+   default
+
+   rm LICENSE.txt NOTICE.txt || die
+   rmdir logs || die
+}
+
+src_install() {
+   keepdir /etc/${PN}
+   keepdir /etc/${PN}/scripts
+
+   insinto /etc/${PN}
+   doins -r config/.
+   rm -r config || die
+
+   fowners root:${PN} /etc/${PN}
+   fperms 2750 /etc/${PN}
+
+   insinto /usr/share/${PN}
+   doins -r .
+
+   exeinto /usr/share/${PN}/bin
+   doexe "${FILESDIR}/elasticsearch-systemd-pre-exec"
+
+   fperms -R +x /usr/share/${PN}/bin
+   fperms -R +x 
/usr/share/${PN}/modules/x-pack-ml/platform/linux-x86_64/bin
+
+   keepdir /var/{lib,log}/${PN}
+   fowners ${PN}:${PN} /var/{lib,log}/${PN}
+   fperms 0750 /var/{lib,log}/${PN}
+   dodir /usr/share/${PN}/plugins
+
+   insinto /etc/sysctl.d
+   newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
+
+   newconfd "${FILESDIR}/${PN}.conf.4" ${PN}
+   newinitd "${FILESDIR}/${PN}.init.8" ${PN}
+
+   systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
+   systemd_newunit "${FILESDIR}"/${PN}.service.3 ${PN}.service
+
+   newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.d ${PN}.conf
+}
+
+pkg_postinst() 

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

2021-05-11 Thread Joonas Niilola
commit: 75ce186a2c3ffd0abf3e59e803023cbed0037d75
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 11 08:46:24 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 11 08:47:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ce186a

dev-python/texttable: add python-3.10 support

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

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

diff --git a/dev-python/texttable/texttable-1.6.3.ebuild 
b/dev-python/texttable/texttable-1.6.3.ebuild
index 51902acd7fe..ec0eced974c 100644
--- a/dev-python/texttable/texttable-1.6.3.ebuild
+++ b/dev-python/texttable/texttable-1.6.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1 optfeature
 



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

2021-05-11 Thread Thomas Deutschmann
commit: db13e0a0fb71cf6cc9a042aa6a8c1396c5e02489
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Apr 30 21:18:06 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db13e0a0

app-emulation/xen: bump to 4.14.2

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

 app-emulation/xen/Manifest | 1 +
 app-emulation/xen/{xen-4.15.0.ebuild => xen-4.14.2.ebuild} | 6 +++---
 app-emulation/xen/xen-4.15.0.ebuild| 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index 890825b9a9c..5980246d776 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -6,5 +6,6 @@ DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a2
 DIST xen-4.14.1-upstream-patches-2.tar.xz 22920 BLAKE2B 
890cd9bcc3c72b4ed192476a913de0377d50ddeb180e0d6dc4720e86662387a699ad74b263adf2b867b2421fcf3efdcacaa17bf581643afc50c9dc7e8a3dfc60
 SHA512 
ca0e53f40fe23d9a6c6374b460fcc0c8063e511f03ca86c02291fcb73bf9f91594de6fd615609997e0aac2e9c59ccc8512e4151a1d2646a70f3b5bacd95ad325
 DIST xen-4.14.1-upstream-patches-3.tar.xz 27864 BLAKE2B 
69a67e863a30c0079f7955dd5306f69890a4f6db91d4cf2d1806a2bbd8afad88db7789c7eda8da0ff2a945da04916ff4ab5eaa9e529a417112ae01e31151d0dc
 SHA512 
19e5ef39616fffbff20b2f658d61e50e21741fe3c5c4ca89f67e72a1606b3a593f93e9090fb0b5c76c1c801f931c237d2be6329bd174fa911d66b81ad4a332dd
 DIST xen-4.14.1.tar.gz 39970115 BLAKE2B 
21e5838b2b4d78420dcaaae2b8fc98ac876230217e6a3764aa643920150b8cef96025663e6a2fc423ab15f7f470b62547e91ce1be0337fc78f00c148c7ff40ab
 SHA512 
c75cbec82793435f5a7026626ffdb2e9a2166b42d2be4b2f1194240e0312458124f0ebd53eeb02ce7330c22afe402a28a96b32f8af66e41e9416fe94535724c9
+DIST xen-4.14.2.tar.gz 39973157 BLAKE2B 
db5d3570f79e0fd97872f5e5dd57a4eb39e005728387bfef3b51fabe1c693cfd8108d09b1026f5a5a7eb79de71be6f4af36d252f7e0b35a65a1567b7949e3e29
 SHA512 
83c9333b70dbee3e29c6bf08e5ad030676e6c4a32b976f3f5e6a8f8d0dd9e4898bac88dd8e1c9d2ad3509cebb5d212e1745f9392a469d7afeb841d79801ccf39
 DIST xen-4.15.0-upstream-patches-0.tar.xz 15744 BLAKE2B 
e2abb68524a7c190db8d91beb79731aea5290e82f54fb21218739dab666f6f5ea85c203575ec248b46830f1862408d50d3ceea1104fcd9325babfccf3574c515
 SHA512 
f1a2800d15a61f08eda4d6bafaead95a9d72cc9e4d90a19278d89c696b7e2d5d6353b28dba7ed0eb0c9aeb8604d3697db6a8f4ac38047e2510279d88181752f9
 DIST xen-4.15.0.tar.gz 40785399 BLAKE2B 
8b0530f5516c39656506f4bb705952da0555a8ab7f47323473b171caeb7692f3107e9d94f13171d40576600064589eed35f4d210af02db4cc4706dd4fc202100
 SHA512 
93683b8a97387ca5f003c635a11d163e61c87dbdc9a03081f9155fe87b49f1dfa74ce243fcd5e04dc009353a36e2375b786f1ebde828b5951a094cd64197b4c7

diff --git a/app-emulation/xen/xen-4.15.0.ebuild 
b/app-emulation/xen/xen-4.14.2.ebuild
similarity index 97%
copy from app-emulation/xen/xen-4.15.0.ebuild
copy to app-emulation/xen/xen-4.14.2.ebuild
index bfb43d166f2..93ea93f278a 100644
--- a/app-emulation/xen/xen-4.15.0.ebuild
+++ b/app-emulation/xen/xen-4.14.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
SRC_URI=""
 else
KEYWORDS="~amd64 ~arm -x86"
-   UPSTREAM_VER=0
+   UPSTREAM_VER=
SECURITY_VER=
GENTOO_VER=
 
@@ -98,8 +98,8 @@ src_prepare() {
# Gentoo's patchset
[[ -n ${GENTOO_VER} ]] && eapply "${WORKDIR}"/patches-gentoo
 
-   # Symlinks do not work on fat32 volumes 
-   eapply "${FILESDIR}"/${PN}-4.15-efi.patch
+   # Symlinks do not work on fat32 volumes
+   eapply "${FILESDIR}"/${PN}-4.14-efi.patch
 
# Workaround new gcc-11 options
sed -e '/^CFLAGS/s/-Werror//g' -i xen/Makefile || die

diff --git a/app-emulation/xen/xen-4.15.0.ebuild 
b/app-emulation/xen/xen-4.15.0.ebuild
index bfb43d166f2..eaf463b8786 100644
--- a/app-emulation/xen/xen-4.15.0.ebuild
+++ b/app-emulation/xen/xen-4.15.0.ebuild
@@ -98,7 +98,7 @@ src_prepare() {
# Gentoo's patchset
[[ -n ${GENTOO_VER} ]] && eapply "${WORKDIR}"/patches-gentoo
 
-   # Symlinks do not work on fat32 volumes 
+   # Symlinks do not work on fat32 volumes
eapply "${FILESDIR}"/${PN}-4.15-efi.patch
 
# Workaround new gcc-11 options



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

2021-05-11 Thread Joonas Niilola
commit: 4640de5fb2187781943e631163e640fb360f792d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 11 08:46:00 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 11 08:47:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4640de5f

dev-python/cjkwrap: add python-3.10 support

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

 dev-python/cjkwrap/cjkwrap-2.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cjkwrap/cjkwrap-2.2-r1.ebuild 
b/dev-python/cjkwrap/cjkwrap-2.2-r1.ebuild
index dd0f3cdb186..8673743ef0d 100644
--- a/dev-python/cjkwrap/cjkwrap-2.2-r1.ebuild
+++ b/dev-python/cjkwrap/cjkwrap-2.2-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
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="A library for wrapping and filling UTF-8 CJK text"



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

2021-05-11 Thread Miroslav Šulc
commit: d1319f588ae4108ca520b6ce2903cc8063e193d8
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue May 11 06:27:07 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May 11 06:27:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1319f58

media-sound/linuxsampler: bump to 2.2.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/linuxsampler/Manifest |  1 +
 ...xsampler-.ebuild => linuxsampler-2.2.0.ebuild} | 19 ++-
 media-sound/linuxsampler/linuxsampler-.ebuild |  6 +++---
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/media-sound/linuxsampler/Manifest 
b/media-sound/linuxsampler/Manifest
index 8bec786238e..a6539430110 100644
--- a/media-sound/linuxsampler/Manifest
+++ b/media-sound/linuxsampler/Manifest
@@ -1 +1,2 @@
 DIST linuxsampler-2.1.1.tar.bz2 1410461 BLAKE2B 
dacaab33601f25954ea1a3380c8e28358d2111b664982f25ec9cac46adb99241ecfd53101ca3b23428c1a16fcef738b1e7e481b1c7eeb6d9659773f5b8856b55
 SHA512 
3f172efe40bbe130a2ac09f9393a46a30cc327a6754a80fdb36e65276518ec82befa2075acc567ccd99c22d9859c1a65f58ff2ad7af70cd9e4649ae14fd5357c
+DIST linuxsampler-2.2.0.tar.bz2 1507276 BLAKE2B 
9650938d0aace876e817884121b824713dd2f747505344d7895e7d99da62f2214fb4c4bf43c398f4e486202e23e7a57288e19734e8c565a917d823169deb717a
 SHA512 
9015bb8d3af125e13c5c2ef3ae2d3987f7b7dda72e238cff25e622a3291019f5e392195dd27e7e783c70d877d9b267915fc443369eb17117e5eb7c54b8496c68

diff --git a/media-sound/linuxsampler/linuxsampler-.ebuild 
b/media-sound/linuxsampler/linuxsampler-2.2.0.ebuild
similarity index 77%
copy from media-sound/linuxsampler/linuxsampler-.ebuild
copy to media-sound/linuxsampler/linuxsampler-2.2.0.ebuild
index bd097fd3cce..db469f65a3a 100644
--- a/media-sound/linuxsampler/linuxsampler-.ebuild
+++ b/media-sound/linuxsampler/linuxsampler-2.2.0.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools subversion
+inherit autotools flag-o-matic
 
 DESCRIPTION="Software audio sampler engine with professional grade features"
 HOMEPAGE="https://www.linuxsampler.org/;
-ESVN_REPO_URI="https://svn.linuxsampler.org/svn/linuxsampler/trunk;
+SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="alsa doc jack lv2 sf2 sqlite"
 REQUIRED_USE="|| ( alsa jack )"
 
 RDEPEND="
-   >=media-libs/libgig-4.2.0
+   media-libs/libgig
media-libs/libsndfile[-minimal]
alsa? ( media-libs/alsa-lib )
jack? ( virtual/jack )
lv2? ( media-libs/lv2 )
-   sqlite? ( >=dev-db/sqlite-3.3 )
+   sqlite? ( dev-db/sqlite )
 "
 DEPEND="${RDEPEND}
media-libs/dssi
@@ -35,15 +35,16 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}/${PN}-2.0.0-nptl-hardened.patch"
"${FILESDIR}/${PN}-2.0.0-lv2-automagic.patch"
+   "${FILESDIR}/${PN}-2.1.1-fix-yyterror-not-declared.patch"
 )
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_prepare() {
default
-
-   emake -f Makefile.svn
-
+   # Force regeneration of the file to let it build with all bison
+   # versions, bug #556204
+   rm src/network/lscpparser.cpp || die
eautoreconf
 }
 

diff --git a/media-sound/linuxsampler/linuxsampler-.ebuild 
b/media-sound/linuxsampler/linuxsampler-.ebuild
index bd097fd3cce..d33e3b81f2f 100644
--- a/media-sound/linuxsampler/linuxsampler-.ebuild
+++ b/media-sound/linuxsampler/linuxsampler-.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=7
@@ -16,12 +16,12 @@ IUSE="alsa doc jack lv2 sf2 sqlite"
 REQUIRED_USE="|| ( alsa jack )"
 
 RDEPEND="
-   >=media-libs/libgig-4.2.0
+   media-libs/libgig
media-libs/libsndfile[-minimal]
alsa? ( media-libs/alsa-lib )
jack? ( virtual/jack )
lv2? ( media-libs/lv2 )
-   sqlite? ( >=dev-db/sqlite-3.3 )
+   sqlite? ( dev-db/sqlite )
 "
 DEPEND="${RDEPEND}
media-libs/dssi



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

2021-05-11 Thread Andrew Ammerlaan
commit: f8e2adcf11d833b1b3c977d0af1c6c4af76ef341
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Mon May 10 19:51:00 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon May 10 19:51:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8e2adcf

app-text/mdbook: version bump 0.4.8

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 app-text/mdbook/Manifest|   1 +
 app-text/mdbook/mdbook-0.4.8.ebuild | 218 
 2 files changed, 219 insertions(+)

diff --git a/app-text/mdbook/Manifest b/app-text/mdbook/Manifest
index d54a8a7bb..3ba7c93dd 100644
--- a/app-text/mdbook/Manifest
+++ b/app-text/mdbook/Manifest
@@ -77,6 +77,7 @@ DIST matches-0.1.8.crate 2216 BLAKE2B 
f18176110921b1cf6e58d52d12f1d1a3455ce2dc04
 DIST mdbook-0.4.5.tar.gz 1475074 BLAKE2B 
9197363c68ffe84ae5e59ceb2905d29504d4cd8069e1db164abf0d0e058feb4ba7634b6663b3a3a16b6466332b027ea2ddf718f617e841f7eb0f1f7db47facee
 SHA512 
6aa3f8f474bbc66229f90b8ba3fac0f940142aad1556745c9448b00040f5cbe0e66cd92f662e1542957b03893fde03e3902d28ee6b777059a794cb902cd7989f
 DIST mdbook-0.4.6.tar.gz 1477137 BLAKE2B 
092559539c05026da63d0c6bb65490fdea43fe1bf25164ff8bc565e08e6aa5bba13aaaec25968eba833153313acf5a17cdd56cc5bcf97f10e7bef19b9a4d5be6
 SHA512 
3ce752c45614e0af72efee27dbc0c978302b0e273306e34d6e1c57e0cbf81f4ab5725bc6af96a419cde3d069336d9291bd5e4cab46fb8699fa2e31db83222ebc
 DIST mdbook-0.4.7.tar.gz 1477434 BLAKE2B 
c77d0a1a4606fad0e570c074a99bdf8c9ae11ab28401fecea0383c83ad691932bb7b1d39ca36c73d3741f045074361d3fc3f16472f5b10fe7f99249bc6437114
 SHA512 
d0ffca34e1b95ae058c92d97eac4a9a5e05bf26768b0a85a83d2bddebfff77fdf2ce7b2a6a3547a7e61dacb2dfc3ad49231c747a92a3a74b536f0c41ab4a4d8c
+DIST mdbook-0.4.8.tar.gz 1478812 BLAKE2B 
dfdefc428f08493d02fded1c2cfcd01a5614dd143ce828b0803445328748ff2104c697c877019cf1263d1652f1c028dc2e96417f4b74976c52a902659f067d20
 SHA512 
fa10f629de405e20311f2759a78047b54f480b41ea6cc885ae41045391e2e876beac78154c5cd4552c6284c1f13cc9db461bce7741ff7f046480fcf0f4f44504
 DIST memchr-2.3.3.crate 22566 BLAKE2B 
f952070b98ef30f0d2780a6efbeb36d295710734f678517d913a8002cafebbd3cfc38975fc4546d306efc11bc815764d14320af3b7a2360bd46fc2ab3db9efa5
 SHA512 
922e05da920d0d94226857788878ee5e31518cd80d95ae57e1d7ecd233942c37d01565525db2f1dfdfd5b3b1f81b2c73eee058cbfd745cb4e1519518318df248
 DIST mime-0.3.16.crate 15206 BLAKE2B 
9a599ca82fd0dd6d3d2dea68a47b8441b1024d016ee1fb23cc6431b39ead20c9b3fe1ff3397af79c2c1b2cd277c440d4fff69f6b28c550ddbe15f680923c834b
 SHA512 
cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c
 DIST mime_guess-2.0.3.crate 27437 BLAKE2B 
6f9176749241dc9b8c08eea3285ac1aeb40ab079f8184d93c436c00b205ab754d9c2b5c481774837bd1c4522b8fb7ecabe88ee2da471478cdc1391d9281c
 SHA512 
b08013ce235e66eaf49a88ab4c5cf4d1f1b95846c1bbdc1a73efea9052058860c7dbe2b028fe1b33c713621862fe9af2ed097558cbf5e08903ee406a44af162d

diff --git a/app-text/mdbook/mdbook-0.4.8.ebuild 
b/app-text/mdbook/mdbook-0.4.8.ebuild
new file mode 100644
index 0..dd0fa28a0
--- /dev/null
+++ b/app-text/mdbook/mdbook-0.4.8.ebuild
@@ -0,0 +1,218 @@
+# Copyright 2017-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Auto-Generated by cargo-ebuild 0.3.1
+
+EAPI=7
+
+CRATES="
+aho-corasick-0.7.10
+ammonia-3.1.0
+ansi_term-0.11.0
+anyhow-1.0.28
+atty-0.2.14
+autocfg-1.0.0
+base64-0.11.0
+base64-0.12.0
+bit-set-0.5.1
+bit-vec-0.5.1
+bitflags-1.2.1
+block-buffer-0.7.3
+block-padding-0.1.5
+byte-tools-0.3.1
+byteorder-1.3.4
+bytes-0.5.4
+cfg-if-0.1.10
+chrono-0.4.11
+clap-2.33.0
+ctor-0.1.13
+difference-2.0.0
+digest-0.8.1
+dtoa-0.4.5
+elasticlunr-rs-2.3.8
+env_logger-0.7.1
+fake-simd-0.1.2
+filetime-0.2.9
+fnv-1.0.6
+fsevent-0.4.0
+fsevent-sys-2.0.1
+fuchsia-zircon-0.3.3
+fuchsia-zircon-sys-0.3.3
+futf-0.1.4
+futures-0.3.4
+futures-channel-0.3.4
+futures-core-0.3.4
+futures-executor-0.3.4
+futures-io-0.3.4
+futures-macro-0.3.4
+futures-sink-0.3.4
+futures-task-0.3.4
+futures-util-0.3.4
+generic-array-0.12.3
+getopts-0.2.21
+getrandom-0.1.14
+gitignore-1.0.6
+glob-0.2.11
+h2-0.2.4
+handlebars-3.0.1
+headers-0.3.2
+headers-core-0.2.0
+heck-0.3.1
+hermit-abi-0.1.11
+html5ever-0.25.1
+http-0.2.1
+http-body-0.3.1
+httparse-1.3.4
+humantime-1.3.0
+hyper-0.13.5
+idna-0.2.0
+indexmap-1.3.2
+inotify-0.7.0
+inotify-sys-0.1.3
+input_buffer-0.3.1
+iovec-0.1.4
+itoa-0.4.5
+kernel32-sys-0.2.2
+lazy_static-1.4.0
+lazycell-1.2.1
+libc-0.2.69
+log-0.4.8
+mac-0.1.1
+maplit-1.0.2
+markup5ever-0.10.0
+markup5ever_rcdom-0.1.0
+matches-0.1.8
+memchr-2.3.3
+mime-0.3.16
+mime_guess-2.0.3
+mio-0.6.21
+mio-extras-2.0.6
+miow-0.2.1
+net2-0.2.33
+new_debug_unreachable-1.0.4
+notify-4.0.15
+num-integer-0.1.42
+num-traits-0.2.11
+opaque-debug-0.2.3
+open-1.4.0
+output_vt100-0.1.2
+percent-encoding-2.1.0
+pest-2.1.3
+pest_derive-2.1.0
+pest_generator-2.1.3
+pest_meta-2.1.3

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

2021-05-11 Thread Thomas Deutschmann
commit: 729c8cecb121580fe1f86a0cfa4d343b78b78caf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue May 11 15:45:52 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729c8cec

profiles/arch/arm: satisfy REQUIRED_USE for app-emulation/xen

Signed-off-by: Thomas Deutschmann  gentoo.org>

 profiles/arch/arm/package.use.force | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/arm/package.use.force 
b/profiles/arch/arm/package.use.force
index 442c1611b3d..e6ca6de1aef 100644
--- a/profiles/arch/arm/package.use.force
+++ b/profiles/arch/arm/package.use.force
@@ -1,6 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (2021-05-11)
+# Satisfy REQUIRED_USE on arm
+app-emulation/xen debug
+
 # Georgy Yakovlev  (2020-06-18)
 # Force host target
 dev-libs/keystone llvm_targets_ARM



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-db-maria/

2021-05-11 Thread Andrew Ammerlaan
commit: 84518272c8bfbc5d386f387d287f983e14c38773
Author: Azael Reyes (devel)  gmail  com>
AuthorDate: Tue May 11 02:47:39 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue May 11 02:47:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84518272

dev-libs/octetos-db-maria: preparing for removin server requeriment.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-3.0.17, Repoman-3.0.2

 .../octetos-db-maria/octetos-db-maria-.ebuild  | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild 
b/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild
new file mode 100644
index 0..b06dbccda
--- /dev/null
+++ b/dev-libs/octetos-db-maria/octetos-db-maria-.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYPV="${PV/_alpha/-alpha}"
+MYP="${PN}-${MYPV}"
+DESCRIPTION="C++ library for Database Acces."
+HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria;
+if [[ ${PV} ==  ]]; then
+inherit autotools git-r3
+EGIT_REPO_URI="https://github.com/azaeldevel/octetos-core.git;
+else
+inherit autotools
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/octetos-db-abstract
+   dev-db/mariadb-connector-c
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf --with-gentoo
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/, app-emulation/xen-tools/

2021-05-11 Thread Thomas Deutschmann
commit: 76c79a20941443d30d858a8c9a2668dc50574f04
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Apr 30 20:20:04 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c79a20

app-emulation/xen-tools: bump to 4.15.0

Closes: https://bugs.gentoo.org/732970
Closes: https://bugs.gentoo.org/768468
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/xen-tools/Manifest  |   5 +
 app-emulation/xen-tools/files/gentoo-patches.conf |  14 +
 app-emulation/xen-tools/xen-tools-4.15.0.ebuild   | 532 ++
 3 files changed, 551 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index d911db7e487..428e1f23d10 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -3,14 +3,19 @@ DIST 
berkeley-softfloat-b64af41c3276f97f0e181920400ee056b9c88037.tar.gz 148741 B
 DIST brotli-666c3280cc11dc433c303d79a83d4ffbdd12cc8d.tar.gz 23855739 BLAKE2B 
7406ec5b29ac66afbcd7c1376bb3208f298d19b6592b2869c52173aa64947d58bd443f9a61c67deaf046be910a0e31c0b843e5508e97e0e1f5e7bce100d86904
 SHA512 
df8e90562c4fd7f0e787949df6bc4f5a165b39bd333f442d27874fe65640fbba268f9350d7113e6761a5acceb66d78e75f1a296e5a89b94574edf28109cdc812
 DIST edk2-06dc822d045c2bb42e497487935485302486e151.tar.gz 13192042 BLAKE2B 
81afa7fd5f6f14fff35baa3c6c64583fa21c7b793ed847a3362fd05a926bb4402db911f9f78f4ffd76a6de9b815171dfa245ae41afac3b022cd108597e8c1ac3
 SHA512 
a032a1496db7ddc32a7d6d1a7d5fe4122ab43b13547ec019855166d785f162268ad82ceb3c41efafe1687e73fc72599ee6852741652451e1cb329fd655c69b6c
 DIST ipxe-git-1dd56dbd11082fb622c2ed21cfaced4f47d798a6.tar.gz 3810726 BLAKE2B 
b95266ec7fcee5c27065ba999b023ded9eb42a3690555e626911493f1dc995927fa67071bdc6432b3995df82134f8c49ea0d72eaf407f455dd1e2675d5b8d844
 SHA512 
8120696ba6d79fd9189664deed9b0489825d8d1edf7b931023b3979b7b9f82248e5b808c4517036cd40a85442ddf51a8dcad3b05d7f3c3cc6650654d53da4050
+DIST ipxe-git-988d2c13cdf0f0b4140685af35ced70ac5b3283c.tar.gz 3931642 BLAKE2B 
bf0b5d9ea1d44803bc5c4aa0bf9188636e292b226ab759f32e3c2bfa3f80dd3f546526b9a11c1f67193793ede5309bfa67bdce80aba62ccca54597dc6e7e4ba4
 SHA512 
0a63f83c9135d05c6bfe7c4d12da3ff76271e35305a4d5654bd5aefa9ee59f5363546c65820c42133deb0fb5a0a0bcaa9b1c48396f9f996acea0d492a5f03f33
 DIST seabios-1.12.1.tar.gz 613450 BLAKE2B 
cb926b650c41a9962db407945cb5b6558079b061bd61f32ea56aedf0d37a00d10ad4434acbe717ffbc0dd1d1c0767304af8e640a53b0fc3784969dfa1590f681
 SHA512 
58755ce842adcb99c0f2f3ebbf9ec6d4a5072753966ab46805a96db1570847b109a90e6e03d61f9088ef877ca8ba96a8006777dc38ec434fce6b487f6c1f91d0
 DIST seabios-1.13.0.tar.gz 620952 BLAKE2B 
460a7dd2b2775b981bbd890ed0a50fe905794c68b0b895799667dd1378bb84125712330c2f6945112709d42cfb7b01196c7fff99051e44b6211d47d19531cfae
 SHA512 
7f158badf7deecc2998eab2a08f3615dfe5a7c0a51323f7b4568a4d1280935bc32bb466c8226d87d2ca7e13f9f117ff0092befcc0699bc31c5018e84754e8393
+DIST seabios-1.14.0.tar.gz 628985 BLAKE2B 
cc1126925dab1551a655680d20d06ebf28c12c386500d1ee4df9e1a99403b4c5bc6a66c2cc5ef58b4c3d6d7226f35007506a6a1855c2cf2742469dcb7aba05bb
 SHA512 
215c42f59425f8abd062be7b11fc0e39c977cee5001a2381551b0f851ac337d0dd53c065267e6dee0e710ffd700fa635f9007b89da8dfce0f47122c984ee8146
 DIST xen-4.13.2-upstream-patches-2.tar.xz 58992 BLAKE2B 
535d67ae6a30e23feb975172a9e4abd6d7feb6c8c969aa243fdf672ed6580fe46bf57ea5530eab70457e22af9163f95061fdf97d10faa3be9f4c92033187c950
 SHA512 
6b6cdf72d13c0e595be65e3107c0f68299e932b74d4a1c4d59bfe3be8b76840c47f6adeaddd0efac71d5158cee8d778a0be863eea8f032cb9acf4191f629d8ae
 DIST xen-4.13.2-upstream-patches-6.tar.xz 80980 BLAKE2B 
a20643c4f89f197e4001c0181249bc1a22b60874bc077ba2abee716b8e64bbbea0885a64632f3120960425a741328ceba1b44dc10a7a24039b328e1ded28f752
 SHA512 
0b097dfb04404ec6c609d35d924b3d2306c5f2de0501aa0b8e007e0af9a4ef394fae2d736435401bf8bd1fd661171c71ba712585bdb195649e3350ef9f953115
 DIST xen-4.13.2.tar.gz 39037826 BLAKE2B 
ad2b7c3003ca29e5e60a85c581f706ef87d99eadf939ed36ebe8f6698582f7a29dbdaf502039b60a0afe7ad4ae6ce89713e69dc8b8a7d5abe65063da7f1baa5b
 SHA512 
cd3092281c97e9421e303aa288aac04dcccd5536ba7c0ff4d51fbf3d07b5ffacfe3456ba06f5cf63577dafbf8cf3a5d9825ceb5e9ef8ca1427900cc3e57b50a3
 DIST xen-4.13.3.tar.gz 39044539 BLAKE2B 
5d0e57c76e12e1b86b78bbf561e947d70b9569a24412617a640346d2358b141a2741e7a3be454df52d198ad63e58b1519288de62330417c70e72445703f3fac2
 SHA512 
622127d824b9c49b57282a887fb404e0bad05ff60bccade82e4e0e9b5ad975ff9aa1fba83392e6d8379e9a15340e8ae9785c0913eb11027816e4600432eea6b6
 DIST xen-4.14.1-upstream-patches-3.tar.xz 27864 BLAKE2B 
69a67e863a30c0079f7955dd5306f69890a4f6db91d4cf2d1806a2bbd8afad88db7789c7eda8da0ff2a945da04916ff4ab5eaa9e529a417112ae01e31151d0dc
 SHA512 
19e5ef39616fffbff20b2f658d61e50e21741fe3c5c4ca89f67e72a1606b3a593f93e9090fb0b5c76c1c801f931c237d2be6329bd174fa911d66b81ad4a332dd
 DIST xen-4.14.1.tar.gz 39970115 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: dev-lang/fennel/

2021-05-11 Thread Andrew Ammerlaan
commit: 843e5d7e1712444b38607beff5ba837fba641adb
Author: Maciej Barć  riseup  net>
AuthorDate: Mon May 10 22:07:45 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon May 10 22:07:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=843e5d7e

dev-lang/fennel: bump to 0.9.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 dev-lang/fennel/Manifest|  1 +
 dev-lang/fennel/fennel-0.9.2.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-lang/fennel/Manifest b/dev-lang/fennel/Manifest
index fc8d0dcd8..219c558a7 100644
--- a/dev-lang/fennel/Manifest
+++ b/dev-lang/fennel/Manifest
@@ -1 +1,2 @@
 DIST fennel-0.9.1.tar.gz 203441 BLAKE2B 
74f461b3e7a24cdae0c8dde590814cb9753a12ab62e797746cc8753d178007a09084037e443d8309fa11ff309a5c6bf6c2e369942ef357aa0402883cef278542
 SHA512 
87e7ffbef0b49499a93255f50e77f53b9be4faa6d4609d8d65e3a64470bbf07b49a55e7dd547fda4b0e5fe0f4f1e6ece18282cc89955a57ed0a50be8dc01261c
+DIST fennel-0.9.2.tar.gz 209550 BLAKE2B 
b80ba0a8ebd3d089191f302ed00c3cb41d07a7b310b7b62609e2c40738b22eb16ce7dcc35449f5954316e74cdb982e4e51117ac70ca5bd6cf7b2d97783168f24
 SHA512 
2bf92865a4d79329b6c511c6871158a86347f98569a594358f9a3a8d2ac8013c35d00741ae68da50c5042df2b061e2eba4e61aa98877f94415f334f9994ad4e0

diff --git a/dev-lang/fennel/fennel-0.9.2.ebuild 
b/dev-lang/fennel/fennel-0.9.2.ebuild
new file mode 100644
index 0..62871fa60
--- /dev/null
+++ b/dev-lang/fennel/fennel-0.9.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua-single
+
+DESCRIPTION="Fennel is a lisp that compiles to Lua"
+HOMEPAGE="https://fennel-lang.org/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel;
+else
+   SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_install() {
+   emake \
+   LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
+   PREFIX="${ED}/usr" \
+   install
+   doman "${PN}.1"
+   dodoc *.md
+}



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

2021-05-11 Thread Thomas Deutschmann
commit: 7d549c43cda67dbdba5e48e84fac0a0b27be9adb
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri May  7 14:56:32 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue May 11 15:47:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d549c43

www-apps/kibana-bin: bump to 7.12.1

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

 www-apps/kibana-bin/Manifest |  1 +
 www-apps/kibana-bin/kibana-bin-7.12.1.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index afea72927c1..307ee264368 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -1,5 +1,6 @@
 DIST kibana-6.8.15-linux-x86_64.tar.gz 188083650 BLAKE2B 
ce12b1f564f9059952402d53a43c4e2b5a550b69b8835460f870fdf772ce8881325239165677659f6bfc295e148831b3e0459e7a059f73d03e218260c8e5139e
 SHA512 
7afbcd42f332b281106fc58397d7229aa3e3ac38aa9ffcd5d7e3edf32b084f6bf812eac002166099b4e270019651a0d6cb3a9ea06f93f5927c4b4329eb36a14e
 DIST kibana-7.10.2-linux-x86_64.tar.gz 249171053 BLAKE2B 
279b1f67a9aaaf6d4bd0a8ba6028794ce8a9a996c9e9daad0815f9dfe9c696748d4210a7496907ee4be8fac111a2f08cc6d84d8fdac0b959b4ce6ee48f712d1a
 SHA512 
aa68f850cc09cf5dcb7c0b48bb8df788ca58eaad38d96141b8e59917fd38b42c728c0968f7cb2c8132c5aaeb595525cdde0859554346c496f53c569e03abe412
 DIST kibana-7.12.0-linux-x86_64.tar.gz 281022115 BLAKE2B 
6400dc95f0d2eb357cce46679ab3eb1043f873dcc5904cb1d1169d44fefdc8ca5bcde8c8d3990f951754c2448c12514ac4d0a355f817e5b9b5ce7bf52fb41d00
 SHA512 
0b6a9596698c64a65d82cc146dad8e24118eb8991b9ed36e13f309d2e3d7af408c35358a8b39899bf2daf260ddd8d50678d437a3dba32923fe026da99a526006
+DIST kibana-7.12.1-linux-x86_64.tar.gz 281051589 BLAKE2B 
041ac27f3d58ad419cf6410fcd452dad34a205699701088eeea11056974429e27a1c980ddc2609a592ee1c33f73bde39724603c17c604973a5c80bf1c36e3a70
 SHA512 
f215ae38c6976e0926b57a3dcb639ba532b724a8195e791a33a09540865a49e7180bed1692a6530b149e0bd6c4dd130c1d6c2dc6022b3ec5b8ec7ec4dc977b17
 DIST kibana-oss-6.8.15-linux-x86_64.tar.gz 70468224 BLAKE2B 
5ad359cef5082035eaefe277128f8badce8539484f30399d504efe8fe645b1e925f22126a48bf3ef89efc466eff641241e109372ca84f34d2ac4014aeec1868a
 SHA512 
ef67258e2f3d3f447a53ec23d519f13ea50a65f3fde7215352178a6efad9b20c9ce5ade14c4a185c2005b9ec29c997e40e435a0129dd4d03adeaaa21868c9a22
 DIST kibana-oss-7.10.2-linux-x86_64.tar.gz 111701314 BLAKE2B 
b72ebac1d628cdf486b815d7b9bc87d14d09d21d86affdafa2b7809486649bd10f7d63ba832bb0841102915d5efefce2d4324df8314272a37774ea031fa59ef4
 SHA512 
77ebb247d5326f3f9ab97d57ecc00c7f70deae0e1857d8b5d8f9a5d05d6713e27514cca342df666be79ab85a580e9dc5c7fa9676d67e95db64a0d69546d8d699

diff --git a/www-apps/kibana-bin/kibana-bin-7.12.1.ebuild 
b/www-apps/kibana-bin/kibana-bin-7.12.1.ebuild
new file mode 100644
index 000..394a8644283
--- /dev/null
+++ b/www-apps/kibana-bin/kibana-bin-7.12.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+MY_PN="${PN%-bin}"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Analytics and search dashboard for Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/kibana;
+SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz;
+
+# source: LICENSE.txt and NOTICE.txt
+LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 Elastic-2.0 icu 
ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   acct-group/kibana
+   acct-user/kibana
+   dev-libs/expat
+   dev-libs/nss
+   >=net-libs/nodejs-14.16.0
+   

[gentoo-commits] repo/proj/guru:master commit in: www-apps/code-server-bin/

2021-05-11 Thread Andrew Ammerlaan
commit: c59d676c6c01182ff46cb281eda8083d24a37294
Author: Maciej Barć  riseup  net>
AuthorDate: Mon May 10 22:02:59 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon May 10 22:03:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c59d676c

www-apps/code-server-bin: drop old 3.9.1

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 www-apps/code-server-bin/Manifest  |  2 -
 .../code-server-bin/code-server-bin-3.9.1.ebuild   | 90 --
 2 files changed, 92 deletions(-)

diff --git a/www-apps/code-server-bin/Manifest 
b/www-apps/code-server-bin/Manifest
index 89ee7a58d..40d3f5215 100644
--- a/www-apps/code-server-bin/Manifest
+++ b/www-apps/code-server-bin/Manifest
@@ -1,7 +1,5 @@
 DIST code-server-3.10.0-linux-amd64.tar.gz 79827037 BLAKE2B 
238980bd822322dab956ce1dca8b8d7fa91eca6db8eb9808a68db28b9e9a8caa5432582cfa765ff0ac1ce948866a7f91a45df42045a83b75c13ac793ed1a78ee
 SHA512 
bd0410e0310a027ff1ed3f7c8b0d07a4a28baf8df924192d8a240f8011765b6a1daaae94bc7f37d1904dc9c2813d951eeb0c289aadd0192a15daa9cb6461c25d
 DIST code-server-3.10.0-linux-arm64.tar.gz 7780 BLAKE2B 
f13ff2e1d83d7c7d3be0033196911aef81324aa0f450c8973919a128fafbbf9d255aba59b2bfc6432c2fa0dadb4cf179d57772f86ad2c87213d43eb60244d024
 SHA512 
bc149c0716dc4df560a87d149bfceb712b864bdfbfc99e43ee476a574d76d52acd02c3c87a9b09a47c73c0789c85f3794c350be4b222a930d8dc3d7eec49017e
-DIST code-server-3.9.1-linux-amd64.tar.gz 69783057 BLAKE2B 
0008d5967cb9b58129e4ab21e1fa0c10f72611652f50991ff6657870a5e6c315872c05f6612d108454b5ca4dd5c9848470ff34846f06181ff1b6ac98a05496e3
 SHA512 
66a38c12b4a0c2494195f8e233942c49be23b3586140e901ff50cd6b507a092ca39a09b77fed3723710ea4099b6489f8d23b3a680b028e4bf920095bf314aa1d
-DIST code-server-3.9.1-linux-arm64.tar.gz 69101049 BLAKE2B 
57f1b32f8b4385bb7c749d701ded90a7cb82ab1f6ceb052e589720221bd41a2620a63c9f88517de9962771c858d6aca12273c3e70fad56e3b247e2c5f6178375
 SHA512 
1e5629ec3f7ffe9279d89099ae5c111358e41e481eb2df659e45a7ad4b6c340ed5b59b9f818df8857cdfe2b4c2d509d193c6c5f1f15217e6b8aaa5b21a7af1f9
 DIST code-server-3.9.2-linux-amd64.tar.gz 72578049 BLAKE2B 
3cfbba389c17c7e1a7978c5ae359532dd09a5b415cc302b3ff95739a31d3749e7a9c9627ceee11427db807cb3918c3016970d42084721d2867c3e5eb418ebdf8
 SHA512 
b6f493af264a772dd56393447b158e50578316ceb62593cb4e9838783bb0472a7933fc7c036b03c0daac1ebf1d160cf6262c41b83751fb39cf4748159c2b7c03
 DIST code-server-3.9.2-linux-arm64.tar.gz 71753560 BLAKE2B 
df5cc9bb91ea6529a64fb8ee572ae451a83f9b0b2b2ef1a27755c67b56fbb73f5cfc43ed3e3a15ad62d1d81f7c780912661b9cad4aa631eed4bb0bce46174ee5
 SHA512 
bf9863d3877ce692f2a9f1e129f25edb05e7323a49db6dfc0fbd3b5df153f6a0edecc7395c75acda81eb4fdae0ed2cfdffccc8c155785e2bd994ebb58b39462f
 DIST code-server-3.9.3-linux-amd64.tar.gz 73054713 BLAKE2B 
fc9424ab592e7f7aed6f4dfcb9d881585f3eaf8477100935a940c409044400f137a8bea5489dac6a35c232ea9c35c8210a2695fbec2c33eec0ec60dcaef5ab6f
 SHA512 
f4c489bac2c73a075183f378a3fa65787f10bb9829502956fb8ded6869cf770fdcbf4f5df151d1f5aaf20e79db2188cb95b12b1ea875cc0863a12a295fd8b5a0

diff --git a/www-apps/code-server-bin/code-server-bin-3.9.1.ebuild 
b/www-apps/code-server-bin/code-server-bin-3.9.1.ebuild
deleted file mode 100644
index 2ad76805a..0
--- a/www-apps/code-server-bin/code-server-bin-3.9.1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/-bin/}"
-MY_P="${MY_PN}-${PV}"
-BASE_URI="https://github.com/cdr/${MY_PN}/releases/download/v${PV}/${MY_P}-linux;
-
-inherit systemd
-
-DESCRIPTION="VS Code in the browser (binary version with unbundled node and 
ripgrep)"
-HOMEPAGE="https://coder.com/;
-SRC_URI="
-   amd64? ( ${BASE_URI}-amd64.tar.gz )
-   arm64? ( ${BASE_URI}-arm64.tar.gz )
-"
-
-RESTRICT="test"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
-IUSE="gnome-keyring"
-
-# In case we ever make a non-"-binary" pkg
-DEPEND="
-   !www-apps/code-server
-"
-RDEPEND="
-   ${DEPEND}
-   >=net-libs/nodejs-12.16.1:0/12[ssl]
-   sys-apps/ripgrep
-   gnome-keyring? (
-   app-crypt/libsecret
-   )
-"
-
-S="${WORKDIR}/${MY_P}-linux-${ARCH}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-node.patch"
-)
-
-DOCS=( README.md ThirdPartyNotices.txt )
-
-src_prepare() {
-   default
-
-   # We remove as much precompiled code as we can,
-   # node modules not written in JS cannot be removed
-   # thus "-bin".
-
-   # use system node
-   rm ./node ./lib/node \
-   || die "failed to remove bundled nodejs"
-
-   # remove bundled ripgrep binary
-   rm ./lib/vscode/node_modules/vscode-ripgrep/bin/rg \
-   || die "failed to remove bundled ripgrep"
-
-   # not needed
-   rm ./code-server || die
-   rm ./postinstall.sh || die
-
-   # already in /usr/portage/licenses/MIT
-   rm ./LICENSE.txt || die
-
-   

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

2021-05-11 Thread Miroslav Šulc
commit: 2d95d11a51e3b3cb3be392d8ad812cf135f6f889
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue May 11 07:01:06 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May 11 07:01:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d95d11a

media-sound/gigedit: bump to 1.2.0 + sync'd live

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/gigedit/Manifest |  1 +
 media-sound/gigedit/gigedit-1.2.0.ebuild | 46 
 media-sound/gigedit/gigedit-.ebuild  | 40 +++
 3 files changed, 63 insertions(+), 24 deletions(-)

diff --git a/media-sound/gigedit/Manifest b/media-sound/gigedit/Manifest
index 792c3d0bc99..1ed128009f0 100644
--- a/media-sound/gigedit/Manifest
+++ b/media-sound/gigedit/Manifest
@@ -1 +1,2 @@
 DIST gigedit-1.1.1.tar.bz2 1146369 BLAKE2B 
3a8a42db746d9fdaf713ae29e238c6f0fddcf4f5c1542fe980fb26babd28707bd3831db4f0d9e8aa58621bf1c7e08113315893515e1f445c5be9600e4e1bef12
 SHA512 
223702628e83e12a292f902e32baa355aca31ee82f1f8b9fed586ec9c0aaec56956d7bdc958238ec64e79b2f4c5ef9246face669b2b3645046e51d8c8289a964
+DIST gigedit-1.2.0.tar.bz2 1174502 BLAKE2B 
049e4c60b345c192255669a71588df1e2905590f95351d8a79134b210d03087ac9cc33f12cbf2e38208b95ad452f299c78877632989cd914d98a05c5967087d5
 SHA512 
b991a5193af34be70db6eb8c18fc58e01b822b6997bfc6c3ee06eca42f57375d341316e8abc594824668c7cb916b0643a1ee1b5c34426bf3ec5e202dfc565c8f

diff --git a/media-sound/gigedit/gigedit-1.2.0.ebuild 
b/media-sound/gigedit/gigedit-1.2.0.ebuild
new file mode 100644
index 000..4d2a0ef9057
--- /dev/null
+++ b/media-sound/gigedit/gigedit-1.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop flag-o-matic xdg
+
+DESCRIPTION="An instrument editor for gig files"
+HOMEPAGE="http://www.linuxsampler.org/;
+SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-cpp/gtkmm:2.4
+   media-libs/libgig
+   media-libs/libsndfile
+   media-sound/linuxsampler"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   # docdir is not propagated there
+   sed -i '/docdir/d' doc/quickstart/Makefile.am || die
+   # file missing in pot file
+   echo src/gigedit/ScriptPatchVars.cpp >> "po/POTFILES.in" || die
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/linuxsampler"
+   econf --disable-static
+}
+
+src_install() {
+   default
+   make_desktop_entry gigedit GigEdit "" "AudioVideo;AudioVideoEditing"
+
+   find "${ED}" -name '*.la' -delete || die
+}

diff --git a/media-sound/gigedit/gigedit-.ebuild 
b/media-sound/gigedit/gigedit-.ebuild
index 6aee05e17e9..aaef3a74634 100644
--- a/media-sound/gigedit/gigedit-.ebuild
+++ b/media-sound/gigedit/gigedit-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools desktop xdg subversion
+
+inherit autotools desktop flag-o-matic xdg subversion
 
 DESCRIPTION="An instrument editor for gig files"
 HOMEPAGE="http://www.linuxsampler.org/;
@@ -10,44 +11,35 @@ 
ESVN_REPO_URI="https://svn.linuxsampler.org/svn/gigedit/trunk;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
 
-BDEPEND="
-   sys-devel/gettext
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-"
-CDEPEND="
+RDEPEND="
dev-cpp/gtkmm:2.4
-   >=media-libs/libgig-3.3.0
-   >=media-libs/libsndfile-1.0.2
-   >=media-sound/linuxsampler-0.5.1
-"
+   media-libs/libgig
+   media-libs/libsndfile
+   media-sound/linuxsampler"
 DEPEND="${RDEPEND}"
-RDEPEND="${CDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig"
 
 src_prepare() {
default
-
# docdir is not propagated there
-   sed -i "s%\$(datadir)/doc/\$(PACKAGE)%\$(datadir)/doc/${P}%g" 
doc/quickstart/Makefile.am || die
+   sed -i '/docdir/d' doc/quickstart/Makefile.am || die
+   # file missing in pot file
+   echo src/gigedit/ScriptPatchVars.cpp >> "po/POTFILES.in" || die
eautoreconf
 }
 
 src_configure() {
+   append-ldflags -Wl,-rpath,"${EPREFIX}/usr/$(get_libdir)/linuxsampler"
econf --disable-static
 }
 
-src_compile() {
-   emake LDFLAGS="${LDFLAGS} -Wl,-rpath,/usr/$(get_libdir)/linuxsampler"
-}
-
 src_install() {
default
-
-   einfo "Removing static libs..."
-   find "${D}" -name "*.la" -delete || die "Failed to remove static libs"
-
make_desktop_entry gigedit GigEdit "" "AudioVideo;AudioVideoEditing"
+
+   find "${ED}" -name '*.la' -delete || die
 }



  1   2   3   >