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

2021-06-11 Thread Sam James
commit: c8b401fb344a92d409740a20413f14ad825e4960
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 05:51:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:51:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b401fb

dev-python/js2py: add missing test BDEPEND

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

 dev-python/js2py/js2py-0.70_p20210218.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/js2py/js2py-0.70_p20210218.ebuild 
b/dev-python/js2py/js2py-0.70_p20210218.ebuild
index ee455c5dfa5..c4128377646 100644
--- a/dev-python/js2py/js2py-0.70_p20210218.ebuild
+++ b/dev-python/js2py/js2py-0.70_p20210218.ebuild
@@ -23,12 +23,16 @@ 
SRC_URI="https://github.com/PiotrDabkowski/${MY_PN}/archive/${MY_COMMIT}.tar.gz
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/pyjsparser-2.5.1[${PYTHON_USEDEP}]
>=dev-python/tzlocal-1.2.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
 "
+BDEPEND="test? ( ${RDEPEND} )"
 
 S="${WORKDIR}/${MY_PN}-${MY_COMMIT}"
 



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

2021-06-11 Thread Joonas Niilola
commit: abc6f3359d29c92a9d6faaac87b0bdbdfe4963eb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Jun 12 05:49:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jun 12 05:50:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc6f335

profiles: last-rite media-libs/gmtk

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3bc8e7fdd77..c9172a7dfcd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Joonas Niilola  (2021-06-12)
+# A library without consumers, old dep of tree-cleaned gnome-mplayer,
+# EAPI-5. Removal in ~30 days. #776898
+media-libs/gmtk
+
 # Sam James  (2021-06-12)
 # Masked until all reverse dependencies support
 # OCaml 4.12.



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

2021-06-11 Thread Sam James
commit: 159e3d0215755de6bad62e5f94e4d4f33bdc8150
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 05:50:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:50:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159e3d02

x11-misc/picom: sync extra RESTRICT for tests

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

 x11-misc/picom/picom-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-misc/picom/picom-.ebuild b/x11-misc/picom/picom-.ebuild
index a088bc75f1b..7551a069f44 100644
--- a/x11-misc/picom/picom-.ebuild
+++ b/x11-misc/picom/picom-.ebuild
@@ -13,7 +13,9 @@ EGIT_REPO_URI="https://github.com/yshui/picom.git;
 LICENSE="MPL-2.0 MIT"
 SLOT="0"
 IUSE="+config-file dbus +doc +drm opengl pcre test"
-RESTRICT="!test? ( test )"
+
+REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!"
+RESTRICT="test" # but tests require dbus_next
 
 RDEPEND="dev-libs/libev
dev-libs/uthash



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

2021-06-11 Thread Sam James
commit: f7603f093ba039f10009ec1142a7a31fee523a36
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 05:47:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:47:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7603f09

x11-misc/picom: sync live ebuild, fix tests

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

 x11-misc/picom/picom-.ebuild | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/x11-misc/picom/picom-.ebuild b/x11-misc/picom/picom-.ebuild
index c4a78a4bda5..a088bc75f1b 100644
--- a/x11-misc/picom/picom-.ebuild
+++ b/x11-misc/picom/picom-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-inherit git-r3 meson xdg
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit git-r3 python-any-r1 meson virtualx xdg
 
 DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)"
 HOMEPAGE="https://github.com/yshui/picom;
@@ -11,8 +12,8 @@ EGIT_REPO_URI="https://github.com/yshui/picom.git;
 
 LICENSE="MPL-2.0 MIT"
 SLOT="0"
-KEYWORDS=""
-IUSE="+config-file dbus +doc +drm opengl pcre"
+IUSE="+config-file dbus +doc +drm opengl pcre test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-libs/libev
dev-libs/uthash
@@ -33,7 +34,9 @@ RDEPEND="dev-libs/libev
 DEPEND="${RDEPEND}
x11-base/xorg-proto"
 BDEPEND="virtual/pkgconfig
-   doc? ( app-text/asciidoc )"
+   doc? ( app-text/asciidoc )
+   test? ( $(python_gen_any_dep 'dev-python/xcffib[${PYTHON_USEDEP}]') )
+"
 
 DOCS=( README.md picom.sample.conf )
 
@@ -56,3 +59,7 @@ src_configure() {
 
meson_src_configure
 }
+
+src_test() {
+   virtx "${S}/tests/run_tests.sh" "${BUILD_DIR}/src/${PN}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/

2021-06-11 Thread Sam James
commit: 84c1c6ba650d5d79271c86a509633ce693b23686
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Tue Jun  1 04:45:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:40:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c1c6ba

x11-libs/xapps: fix prefix install

PYTHON_GI_OVERRIDESDIR contains the fully qualified python
path, so no need to prefix it with $ED.

Closes: https://bugs.gentoo.org/793092
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Closes: https://github.com/gentoo/gentoo/pull/21079
Signed-off-by: Sam James  gentoo.org>

 x11-libs/xapps/xapps-2.0.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/xapps/xapps-2.0.6.ebuild 
b/x11-libs/xapps/xapps-2.0.6.ebuild
index b62fa4e6f2c..bade1ef0d30 100644
--- a/x11-libs/xapps/xapps-2.0.6.ebuild
+++ b/x11-libs/xapps/xapps-2.0.6.ebuild
@@ -74,9 +74,9 @@ src_install() {
install_pygobject_override() {
PYTHON_GI_OVERRIDESDIR=$("${EPYTHON}" -c 'import 
gi;print(gi._overridesdir)' || die)
einfo "gobject overrides directory: ${PYTHON_GI_OVERRIDESDIR}"
-   mkdir -p "${ED}/${PYTHON_GI_OVERRIDESDIR}/" || die
-   cp -r "${D}"/pygobject/* "${ED}/${PYTHON_GI_OVERRIDESDIR}/" || 
die
-   python_optimize "${ED}/${PYTHON_GI_OVERRIDESDIR}/"
+   mkdir -p "${D}/${PYTHON_GI_OVERRIDESDIR}/" || die
+   cp -r "${D}"/pygobject/* "${D}/${PYTHON_GI_OVERRIDESDIR}/" || 
die
+   python_optimize "${D}/${PYTHON_GI_OVERRIDESDIR}/"
}
python_foreach_impl install_pygobject_override
rm -r "${D}/pygobject" || die



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/

2021-06-11 Thread Sam James
commit: 3ba21a92032efb788e3b12c504df8bf3e7591a92
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Tue Jun  1 03:36:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:40:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba21a92

x11-libs/xapps: update maintainers per conversation with laurantino

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-libs/xapps/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-libs/xapps/metadata.xml b/x11-libs/xapps/metadata.xml
index 47303987d49..a87c17eb9a8 100644
--- a/x11-libs/xapps/metadata.xml
+++ b/x11-libs/xapps/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   olivier.lauran...@laposte.net
-   Olivier Laurantin
-   

spa...@bluefang-logic.com
Matthew Turnbull



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

2021-06-11 Thread Sam James
commit: 34e92915ebbb0d7f42f88a0ece508c82679b37d3
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Tue Jun  1 03:38:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:40:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e92915

dev-python/xapp: update maintainers per conversation with laurantino

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/xapp/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/xapp/metadata.xml b/dev-python/xapp/metadata.xml
index f0eb2636347..6c00b7356ab 100644
--- a/dev-python/xapp/metadata.xml
+++ b/dev-python/xapp/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   olivier.lauran...@laposte.net
-   Olivier Laurantin
-   

spa...@bluefang-logic.com
Matthew Turnbull



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

2021-06-11 Thread Sam James
commit: 57675f9f6c72a567f1311dc71a747cb15082a703
Author: Bernd Waibel  posteo  net>
AuthorDate: Fri Jun 11 21:53:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:11:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57675f9f

media-libs/opencolorio: add missing dependency

Add one of the missing dependencies for USE=doc.
There are more dependencies missing, which are currently not packaged.

Bug: https://bugs.gentoo.org/795459
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21206
Signed-off-by: Sam James  gentoo.org>

 media-libs/opencolorio/opencolorio-2.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/opencolorio/opencolorio-2.0.0.ebuild 
b/media-libs/opencolorio/opencolorio-2.0.0.ebuild
index 8ae78845721..b5898ec2ed4 100644
--- a/media-libs/opencolorio/opencolorio-2.0.0.ebuild
+++ b/media-libs/opencolorio/opencolorio-2.0.0.ebuild
@@ -49,6 +49,7 @@ BDEPEND="
doc? (
$(python_gen_cond_dep '
dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/testresources[${PYTHON_USEDEP}]
')
)
 "



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

2021-06-11 Thread Sam James
commit: d0f6430e4816c6026dcf35dd37c76fb2f5535fe8
Author: Bernd Waibel  posteo  net>
AuthorDate: Fri Jun 11 21:46:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:11:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f6430e

profiles: mask media-libs/opencolorio[doc]

Mask the doc USE flag on >=media-libs/opencolorio-2.0.0.
Has currently unpackaged dependencies

Bug: https://bugs.gentoo.org/795459
Signed-off-by: Bernd Waibel  posteo.net>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index a920061900c..2b105478f5c 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Bernd Waibel  (2021-06-11)
+# Has unpackaged depdencies, bug #795459
+>=media-libs/opencolorio-2.0.0 doc
+
 # Mike Gilbert  (2021-03-29)
 # TPM only exists on some archs.
 sys-apps/systemd tpm



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

2021-06-11 Thread Sam James
commit: 2e4c7203d589f023ebabd7c6793dce7352849d66
Author: Alexey Sokolov  google  com>
AuthorDate: Sat Jun 12 00:39:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 05:11:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4c7203

dev-cpp/asio: 1.18.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21207
Signed-off-by: Sam James  gentoo.org>

 dev-cpp/asio/Manifest   |  1 +
 dev-cpp/asio/asio-1.18.2.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-cpp/asio/Manifest b/dev-cpp/asio/Manifest
index 86410a3935b..0cefce906bd 100644
--- a/dev-cpp/asio/Manifest
+++ b/dev-cpp/asio/Manifest
@@ -1,3 +1,4 @@
 DIST asio-1.10.8.tar.bz2 1270332 BLAKE2B 
97e4a6a7c8b4562f10af1d122e9b08c12d567fd0447d1951a907f47f77832dcd42df4cb9b5b392feaaa2ea7c79d8bedfcf12e3052957ec012d8bb6b4d1347eb5
 SHA512 
d870686d2b19bec9925c311f2f0fd370e9797bbad252176a80a998f9c322ecd502b5081826105712e7caf87c03c3e6b70a0e219019e5bff46077d6e8c3c6db09
 DIST asio-1.17.0.tar.bz2 1694631 BLAKE2B 
0463355eef1714604290be43247139ea0220c5614c3c280ccf6049b64a2bb920c9eb885cf5f00c7e007caf3b049fe5cd6589dad0cb23cda4994fd31c7ecd8102
 SHA512 
5978cbf452aff07d6d19a2e641824628f409ab74e2e1a964776dae4c586386149acea56e4c8aa1075b247d2ce566daad640c3bbd15e211df1f73fc7b02964353
 DIST asio-1.18.1.tar.bz2 1729219 BLAKE2B 
3f020407403175ffb6777b855a38e708241499e0fc8f1389b367bac4faf1e14b94cdf45f3b5ba64e12303237c8a3f817f7b7c320e7a58d72be6b19e04022c681
 SHA512 
06b41869858b69bc523564d5b219f8ebc995ca862e989f65233778c7596143075662880b6c5dd2eb24c21ba6e68a450888ab07a6bc8585bb6ede9a738e1e27c0
+DIST asio-1.18.2.tar.bz2 1743146 BLAKE2B 
8db47419180095e4f05a63e4f414f33399e44f1dfb36299c70fef8bfef347f25df67ae78abf6b6b051e350b10099ec49e751b129bb1913dadf792e24048233a2
 SHA512 
ebe659f958b1813c4a843dce94a8f51d3a3b9f8e0237aa0f032009adaf85400b63b04ac8d664c9424397927d34d78206cbc646d921a520ed415c505f086628b1

diff --git a/dev-cpp/asio/asio-1.18.2.ebuild b/dev-cpp/asio/asio-1.18.2.ebuild
new file mode 100644
index 000..82d648ca221
--- /dev/null
+++ b/dev-cpp/asio/asio-1.18.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Asynchronous Network Library"
+HOMEPAGE="https://think-async.com https://github.com/chriskohlhoff/asio;
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc examples ssl test"
+RESTRICT="!test? ( test )"
+# test searches for libssl during ./configure, and REQUIRED_USE is easier than
+# patching configure to not search for it with USE=-ssl
+REQUIRED_USE="test? ( ssl )"
+
+RDEPEND="dev-libs/boost:=
+   ssl? (
+   dev-libs/openssl:0=
+   )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   if ! use test; then
+   # Don't build nor install any examples or unittests
+   # since we don't have a script to run them
+   cat > src/Makefile.in <<-EOF || die
+   all:
+
+   install:
+
+   clean:
+   EOF
+   fi
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/. )
+   default
+
+   if use examples; then
+   # Get rid of the object files
+   emake clean
+   dodoc -r src/examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2021-06-11 Thread Sam James
commit: 1e79b14e58f43ec8074889ce0b42d8fe03e6f93c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 04:55:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 04:55:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e79b14e

net-print/cups-filters: add 1.28.8

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

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.28.8.ebuild | 148 ++
 2 files changed, 149 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index f6598a7fd15..9a0303b1da2 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,2 +1,3 @@
 DIST cups-filters-1.28.3.tar.xz 1501824 BLAKE2B 
b4f493681ac2a701648b3b9b071f4ebfb432dd4660b610579ff2ed6cba4f6cd4351d5a1f28f5c096b3ba20d9c45dc87837bf127b9bc98680a98dec58dd0a68ea
 SHA512 
ac139ae7452342bd46e464bff3438d437f1c9a2e719a7b32b7abc22c2667acaa93dfb976decb277a02572e688ecd86289e01fca817bef93018dff2076fb2a30c
 DIST cups-filters-1.28.7.tar.xz 1503052 BLAKE2B 
b9d3280871faa79a7c277731bf6eb1eef161537829d4bc07ec36075ebc12a3617dce66994ed708991757ce7d78fc5ab010925a1d3d9811fd11cf1172f4786442
 SHA512 
fa94f51ca1c208dcacb1814d8b812c9a72dd09475b7cf836b02c72cb5e3290318f37e475ee3ae8d45351715c3a2ccc0df5ac51ae6fc11462f5acdfa303a04727
+DIST cups-filters-1.28.8.tar.xz 1502456 BLAKE2B 
21dad6dc9a1d2f967f3938f2fc5e35eebadb67da8b526a9ea61599272bd3f87e8efff376661adc02b62b539798cbe46e0f7c5c25ba262da0561b53bbb3d08d5d
 SHA512 
77b39ce2a30ad44d50aa58964b389fa5dd75b2b4307ccb25996050fd176e1e794ad0a66ddd4de76e95a671683c3bf448a4f471272c97a752f25ff6234f7d8511

diff --git a/net-print/cups-filters/cups-filters-1.28.8.ebuild 
b/net-print/cups-filters/cups-filters-1.28.8.ebuild
new file mode 100644
index 000..4c748c67fe6
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.28.8.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit autotools perl-module systemd flag-o-matic
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+fi
+DESCRIPTION="Cups filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg ldap pclm pdf perl png +postscript test tiff 
zeroconf"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
+   >=app-text/qpdf-8.3.0:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   pdf? ( app-text/mupdf )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   test? ( media-fonts/dejavu )
+"
+
+src_prepare() {
+   local need_eautoreconf=
+
+   default
+
+   if ! use test ; then
+   eapply 
"${FILESDIR}"/${PN}-1.28.2-make-missing-testfont-non-fatal.patch
+   need_eautoreconf=yes
+   elif [[ "${PV}" == "" ]] ; then
+   need_eautoreconf=yes
+   fi
+
+   [[ -n ${need_eautoreconf} ]] && eautoreconf
+
+   # Bug #626800
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-imagefilters
+   --localstatedir="${EPREFIX}"/var
+   --with-browseremoteprotocols=DNSSD,CUPS
+   --with-cups-rundir="${EPREFIX}"/run/cups
+   --with-fontdir="fonts/conf.avail"
+   --with-pdftops=pdftops
+   --with-rcdir=no
+   --without-php
+   --disable-static
+   $(use_enable dbus)
+   $(use_enable foomatic)
+   $(use_enable ldap)
+   $(use_enable pclm)
+   $(use_enable pdf mutool)
+   $(use_enable postscript ghostscript)
+   $(use_enable zeroconf avahi)
+   $(use_with jpeg)
+   $(use_with png)
+   $(use_with tiff)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+
+   if use perl; then
+   pushd "${S}/scripting/perl" > 

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/ioping/

2021-06-11 Thread Sam James
commit: 62de2001a767b918eb0b9e63847b3d1a70a1d84d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 04:44:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 04:44:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62de2001

app-benchmarks/ioping: add 1.2

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

 app-benchmarks/ioping/Manifest  |  1 +
 app-benchmarks/ioping/ioping-1.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-benchmarks/ioping/Manifest b/app-benchmarks/ioping/Manifest
index eb34bea7266..9d246c51f90 100644
--- a/app-benchmarks/ioping/Manifest
+++ b/app-benchmarks/ioping/Manifest
@@ -1 +1,2 @@
 DIST ioping-1.1.tar.gz 29251 BLAKE2B 
2f0ec642c3545b8e603f90187f48bf44e1ef665a99bc04af4d5e6441016c9509875e8e05c1cc8715fd080c8a498c7374cf5db562a3203d7075edbe85683ccdbb
 SHA512 
67802a6ab552ad1fdb8894f4d814601c2f66154f4bfc50fa0001d881694864c1a70882b4ba2d0f50cbd484472dc649a22b312f802a3bacc3317671971bdc0201
+DIST ioping-1.2.tar.gz 30819 BLAKE2B 
5f46ee783d51e4bea88a6036fba97c053e507f53183344d17fbfa6dd304d6cb76737ccff23c46ccce1fff8107d94e4e192264a3bf22062a7ea96b2a4475fb311
 SHA512 
4029f1b50dc292734088dc741e594c56021610aad16a0b9f42875b5fe91fbdf8d566a41dab0384aa739350f74e62688efdaf88168ab0d838b9c848ddd1c5dd96

diff --git a/app-benchmarks/ioping/ioping-1.2.ebuild 
b/app-benchmarks/ioping/ioping-1.2.ebuild
new file mode 100644
index 000..7a53e98ef21
--- /dev/null
+++ b/app-benchmarks/ioping/ioping-1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simple disk I/0 latency measuring tool"
+HOMEPAGE="https://github.com/koct9i/ioping;
+SRC_URI="https://github.com/koct9i/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="netdata"
+
+src_prepare() {
+   use netdata && eapply "${FILESDIR}/${P}-netdata.patch"
+   eapply_user
+}
+
+src_configure() {
+   tc-export CC
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+
+   dodoc changelog README.md
+}



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2021-06-11 Thread Sam James
commit: 65331bfca638afcf2a9abc548c8fa4919459c7fc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 04:18:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 04:18:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65331bfc

www-servers/apache: Stabilize 2.4.48 amd64, #795231

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

 www-servers/apache/apache-2.4.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.48.ebuild 
b/www-servers/apache/apache-2.4.48.ebuild
index 6213299be9b..56b65fbc19e 100644
--- a/www-servers/apache/apache-2.4.48.ebuild
+++ b/www-servers/apache/apache-2.4.48.ebuild
@@ -139,7 +139,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
 
 # FIXME! Move this to eclass once all ebuilds are EAPI-7
 RDEPEND+=" apache2_modules_lua? ( ${LUA_DEPS} )"



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

2021-06-11 Thread Sam James
commit: 21b9efd7c944fd3e4cbe23c737ec5f8bf96da724
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 04:18:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 04:18:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b9efd7

app-admin/apache-tools: Stabilize 2.4.48 amd64, #795231

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

 app-admin/apache-tools/apache-tools-2.4.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.48.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.48.ebuild
index 1e0a6299145..2a46d2c48af 100644
--- a/app-admin/apache-tools/apache-tools-2.4.48.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.48.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris 
~x64-solaris"
 IUSE="ssl"
 RESTRICT="test"
 



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

2021-06-11 Thread Sam James
commit: d1fff15670b4be13645704fa52bc031f7060a18b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 04:18:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 04:18:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fff156

app-admin/apache-tools: Stabilize 2.4.48 x86, #795231

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

 app-admin/apache-tools/apache-tools-2.4.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.48.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.48.ebuild
index 2a46d2c48af..12f6a13df7b 100644
--- a/app-admin/apache-tools/apache-tools-2.4.48.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.48.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
 IUSE="ssl"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2021-06-11 Thread Sam James
commit: a35464f76fcd09643d9e52320b601f0608913f24
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 04:18:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 04:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35464f7

www-servers/apache: Stabilize 2.4.48 x86, #795231

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

 www-servers/apache/apache-2.4.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.48.ebuild 
b/www-servers/apache/apache-2.4.48.ebuild
index 56b65fbc19e..d2c8abdc022 100644
--- a/www-servers/apache/apache-2.4.48.ebuild
+++ b/www-servers/apache/apache-2.4.48.ebuild
@@ -139,7 +139,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
 
 # FIXME! Move this to eclass once all ebuilds are EAPI-7
 RDEPEND+=" apache2_modules_lua? ( ${LUA_DEPS} )"



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

2021-06-11 Thread Sam James
commit: 035b8c7ddbe2114cc92a56c21876339f8043ef04
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:53:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035b8c7d

gnome-extra/cinnamon: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Closes: https://github.com/gentoo/gentoo/pull/21205
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon/Manifest  |   1 -
 gnome-extra/cinnamon/cinnamon-4.6.7.ebuild | 181 -
 2 files changed, 182 deletions(-)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index cbab11c2bfa..5445a03c09f 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-4.6.7.tar.gz 2271281 BLAKE2B 
bbf8a5d82b6bd27a8578aebb30ed0df4190ef2addfc0d820448e70d4db6b3d8df633a5f33178b29fd2c012045e1790df60a4b1b281fdd70eda53caa5cacc0d7b
 SHA512 
4807d5330c1e2a7e1804257b88dbec2822aa386b0bc2fe2d3aca8e5a27125703987dbabca35360e99216e7b4370bcf6339de562026b48529442a4edda6eb9070
 DIST cinnamon-4.8.6.tar.gz 2378117 BLAKE2B 
ae98bf81aa3b2f26d33aa1b5a8109b50d969cb3568322159808c23d13fea6a11790d877a446b3ee4a54f5811fddfb5fca220f46bc213ffc2aa4560e344563f9d
 SHA512 
827d93fa72213e00977d6318da25d9b03279666485ed4c4fd45ece9914c7481f39fa98c64940529a7459cc239783caa9427a2a702f77ffb77fb2c38073e42bbd
 DIST cinnamon-5.0.2.tar.gz 2395838 BLAKE2B 
fe7962f4d6481a1584700b3ad5495d2cdc79c4f61aa01b7e330929ff83150ca9a024a00bece4df0fbd18dc68df164c5c27024320c8e46041ae1eaa7c36c8c620
 SHA512 
f75e9f8382b27b0b29d37274b8687f861c6b46a46b378ee297024069ad70e0e5b48089cd724210148d657d25bcce5d3f18b6ba4826b8ff582c0c1afb5fef9578

diff --git a/gnome-extra/cinnamon/cinnamon-4.6.7.ebuild 
b/gnome-extra/cinnamon/cinnamon-4.6.7.ebuild
deleted file mode 100644
index eceb8c0e5f4..000
--- a/gnome-extra/cinnamon/cinnamon-4.6.7.ebuild
+++ /dev/null
@@ -1,181 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="xml"
-
-inherit autotools eutils flag-o-matic gnome2-utils multilib pax-utils 
python-single-r1 xdg
-
-DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="gtk-doc +nls +networkmanager"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 ~arm64 x86"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   app-accessibility/at-spi2-atk:2
-   app-misc/ca-certificates
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.35.0:2[dbus]
-   >=dev-libs/gobject-introspection-1.29.15:=
-   >=dev-libs/libcroco-0.6.2:0.6
-   dev-libs/libxml2:2
-   >=gnome-extra/cinnamon-desktop-4.6:0=
-   >=gnome-extra/cinnamon-menus-4.6
-   >=gnome-extra/cjs-4.6[cairo]
-   >=gnome-base/gsettings-desktop-schemas-2.91.91
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   net-libs/libsoup:2.4[introspection]
-   >=sys-auth/polkit-0.100[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.12.0:3[introspection]
-   x11-libs/pango[introspection]
-   >=x11-libs/startup-notification-0.11
-   x11-libs/libX11
-   >=x11-libs/libXfixes-5.0
-   >=x11-wm/muffin-4.0.3[introspection]
-   dev-libs/keybinder:3[introspection]
-   >=x11-libs/libnotify-0.7.3:0=[introspection]
-"
-# Runtime-only deps are probably incomplete and approximate.
-# Each block:
-# 2. Introspection stuff + dconf needed via imports.gi.*
-# 3. gnome-session is needed for gnome-session-quit
-# 4. Control shell settings
-# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast
-#user switching with gdm-3.1.x)
-# 6. caribou needed for on-screen keyboard
-# 7. xdg-utils needed for xdg-open, used by extension tool
-# 8. imaging, lxml needed for cinnamon-settings
-# 9. adwaita-icon-theme needed for various icons
-# 10. pygobject needed for menu editor
-# 11. nemo - default file manager, tightly integrated with cinnamon
-# 12. polkit-gnome - explicitly autostarted by us
-# TODO(lxnay): fix error: libgnome-desktop/gnome-rr-labeler.h: No such file or 
directory
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/dconf-0.4.1
-   >=gnome-base/libgnomekbd-2.91.4
-   sys-power/upower[introspection]
-
-   >=gnome-extra/cinnamon-session-4.6
-   >=gnome-extra/cinnamon-settings-daemon-4.6
-
-   >=app-accessibility/caribou-0.3
-
-   dev-libs/libtimezonemap
-   x11-misc/xdg-utils
-   x11-libs/xapps[introspection]
-
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/distro[${PYTHON_USEDEP}]
- 

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

2021-06-11 Thread Sam James
commit: f38f6db879617ea75ed8763f3d4d882409d69656
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:30:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38f6db8

gnome-extra/cinnamon-desktop: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-desktop/Manifest  |  1 -
 .../cinnamon-desktop/cinnamon-desktop-4.6.4.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index 22b084eb233..cc7367158ae 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-desktop-4.6.4.tar.gz 495195 BLAKE2B 
eba62e0d99bf824ea034a3bfdf08fcb157e9e5b156260f31c4b41244649ce4fd54adfc192654cffb1336d72c678d32ee151b2a7bbe114dccbe078e66f85ad261
 SHA512 
09a0e521bd97d4eead9e84ca929a04202d3d4ef35e689d84578a534cc00f1be0a22e04c407f7caaaca4bb5b5a837bd1a2893cd727d0045f15ee20938c36fae72
 DIST cinnamon-desktop-4.8.1.tar.gz 495417 BLAKE2B 
3947d39168b2c74ef82a1ad5835d423721d34d1f9f7099050207ba070348abfb0236f08c340bf5896672764a59d19646cb34e342ddd4c7dbb501797ab20cbb10
 SHA512 
57eaba73cbaf2cd91e07a417bb0573bd0af86712babccfc4f307c6745dd219f0b279277f7a740dcf21d06a6f9a656213436b2e54eda4cbdb2f1f80a5ff085287
 DIST cinnamon-desktop-5.0.0.tar.gz 495362 BLAKE2B 
955fea37ceca3d5ee33ab94aaa4e22cb6973fc87a53f05486cd16e7d05e6e0a5ca7d548f68544fbc13ecebe2f59aee07db73b0db2e810d020730f77f05843cf4
 SHA512 
1191feeea4a35b6cae5708e62ec472bc865e3e209717b597eb5853673dbe29d3d03b0be5d5ee486e74748fcc2f60ac0012900aa6340a85da8059eda4d40a2263

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.6.4.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.6.4.ebuild
deleted file mode 100644
index aa76e6dcb9c..000
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-4.6.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit meson gnome2-utils python-any-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-desktop/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0/4" # subslot = libcinnamon-desktop soname version
-KEYWORDS="amd64 ~arm64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   media-sound/pulseaudio[glib]
-   >=x11-libs/gdk-pixbuf-2.22:2[introspection]
-   >=dev-libs/gobject-introspection-0.10.2:=
-   >=x11-libs/gtk+-3.3.16:3[introspection]
-   >=x11-libs/libXext-1.1
-   >=x11-libs/libXrandr-1.3
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   >=gnome-base/gsettings-desktop-schemas-3.5.91
-   sys-apps/accountsservice
-"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="${PYTHON_DEPS}
-   dev-util/glib-utils
-   >=dev-util/intltool-0.40.6
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}



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

2021-06-11 Thread Sam James
commit: 651ce34765a38f3c73f7985d23461abf872b87c2
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:51:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651ce347

gnome-extra/nemo: 5.0.1 version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/nemo/Manifest | 2 +-
 gnome-extra/nemo/{nemo-5.0.0.ebuild => nemo-5.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index c68d852d7d7..1cd0b7e00f3 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,2 +1,2 @@
 DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 
10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63
 SHA512 
b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e
-DIST nemo-5.0.0.tar.gz 1482253 BLAKE2B 
98727151af7ee8d5047f181308a8a06ba967a0e78438793fd006fa813110a91f8a50a5e1742749ce25ad5674793b67523c5af4e66cdfb6635d93df82fb8bb1e0
 SHA512 
59b9fb4e32ec8ebfcad632b06b57ea9d79152a36274deaf885bfcaaae6cafee0de0e05c4b9f917c8cc8462e46bdcac27e81b4b3c1fa3f9eb1b6682a31397b13e
+DIST nemo-5.0.1.tar.gz 1483815 BLAKE2B 
b846ec184ce1b516071cf11c88630dfbb78fbe8f29259564fd2928b71f951073cfdbd7199837ff9399ca96e211812e6a5921c41c384bf08c647f612b5de30cfb
 SHA512 
79aeec70b7d167a9b418585af5562dfc3e197708510a8acbb20ef028d0738889a369878c4f8d1daf0f392e419494b327176e5048b16c51d39f832696365edb9b

diff --git a/gnome-extra/nemo/nemo-5.0.0.ebuild 
b/gnome-extra/nemo/nemo-5.0.1.ebuild
similarity index 100%
rename from gnome-extra/nemo/nemo-5.0.0.ebuild
rename to gnome-extra/nemo/nemo-5.0.1.ebuild



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

2021-06-11 Thread Sam James
commit: 2e9d9d50e88f582ae0b1d202448a9fc26093e553
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 03:52:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9d9d50

gnome-extra/cinnamon-session: add missing gdbus-codegen dependency

Reported-by: Magnus Granberg  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-session/cinnamon-session-5.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-5.0.0.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-5.0.0.ebuild
index 91aec3f71ea..dfb7bf69e57 100644
--- a/gnome-extra/cinnamon-session/cinnamon-session-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-session/cinnamon-session-5.0.0.ebuild
@@ -43,6 +43,7 @@ RDEPEND="
 "
 BDEPEND="
${PYTHON_DEPS}
+   dev-util/gdbus-codegen
>=dev-util/intltool-0.40.6
virtual/pkgconfig
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/, ...

2021-06-11 Thread Sam James
commit: b62db7c94cf9b636dd0206fb571741a921e9e2d5
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:40:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62db7c9

gnome-extra/cinnamon-settings-daemon: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-settings-daemon/Manifest  |   1 -
 .../cinnamon-settings-daemon-4.6.4.ebuild  | 114 -
 ...amon-settings-daemon-3.8.0-accountservice.patch |  57 ---
 3 files changed, 172 deletions(-)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index 9aa971d4d2e..35b6896bbd7 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-settings-daemon-4.6.4.tar.gz 668339 BLAKE2B 
80e14d29a74004c1778e90d39c6ca892d3eee778134e43b8ea77cfec8cbad4f5ac21609cfbb9cdaab0b4d35b42e897223a5b9cdfd43de49d8112b8bc6fc45914
 SHA512 
77ddb637fd93fdfd59fb27c5a10082259fd99b4753ff36b3473db12f2fe0d19ee89d44c9e72f1ce9eab3f228c5fef418ce774dd78746d77b959ad9d8f93c1208
 DIST cinnamon-settings-daemon-4.8.5.tar.gz 662123 BLAKE2B 
b3ddd72e55c10c2cacc6dd29145e381395bd2ef68db7082a0770bb3eb647964041ed023d4a8357f2adcf5e8c9f8f713bac837809ed5926cc0434c2dc3e5c90ad
 SHA512 
4a1d128b3f6faf3e2c13420d3569d4fd8cfaa1798ba5cf83fcb692662b9888d22f9f4bfb6fe18af59d0632583a2730a07e3ab48cca12c357b2d318d205fd7d0a
 DIST cinnamon-settings-daemon-5.0.0.tar.gz 662485 BLAKE2B 
33c7cf208f66f480ab3d70e4e7627e65f059ae13a3f24142f6cd0743752f9d636066c2ed8a805c649726280887b882bc0bc53e4c590888937bb977183a43e4ef
 SHA512 
0e2ef144717ca41d946d6467931fb45eabf3468025e6bc4cf25f9b11f2d94dae07f7649874d801b312d94905d30d4e74202bf8f01af53689179039865ea54052

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.6.4.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.6.4.ebuild
deleted file mode 100644
index 41f1514f1b0..000
--- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-4.6.4.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools eutils gnome2-utils virtualx xdg
-
-DESCRIPTION="Cinnamon's settings daemon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+colord cups input_devices_wacom smartcard systemd"
-RESTRICT="test"
-
-# udev is non-optional since lots of plugins, not just gudev, pull it in
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   dev-libs/libgudev:=
-   >=gnome-base/libgnomekbd-3.6
-   >=gnome-extra/cinnamon-desktop-4.6:0=
-   media-libs/fontconfig
-   >=media-libs/lcms-2.2:2
-   media-libs/libcanberra:0=[gtk3]
-   >=sys-apps/dbus-1.1.2
-   dev-libs/dbus-glib
-   >=sys-auth/polkit-0.97
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.9.10:3
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   >=x11-libs/libxklavier-5.0
-   >=sys-power/upower-0.9.11
-
-   colord? ( >=x11-misc/colord-0.1.27:= )
-   cups? (
-   >=net-print/cups-1.4[dbus]
-   app-admin/system-config-printer
-   net-print/cups-pk-helper )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7
-   >=gnome-base/librsvg-2.36.2
-   x11-drivers/xf86-input-wacom
-   x11-libs/libXtst )
-   smartcard? ( >=dev-libs/nss-3.11.2 )
-   systemd? ( sys-apps/systemd:0= )
-   !systemd? ( sys-auth/elogind:0= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   x11-base/xorg-proto
-"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.37.1
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # Make account-services optional
-   "${FILESDIR}"/${PN}-3.8.0-accountservice.patch
-)
-
-src_prepare() {
-   xdg_src_prepare
-   eautoreconf
-   gnome2_disable_deprecation_warning
-
-   # Disable broken test
-   sed -e '/g_test_add_func ("\/color\/edid/d' \
-   -i plugins/color/gcm-self-test.c || die
-}
-
-src_configure() {
-   # no point in disabling gudev since other plugins pull it in
-   econf \
-   --disable-maintainer-mode \
-   --disable-schemas-compile \
-   --enable-compile-warnings=minimum \
-   --disable-static \
-   --enable-gudev \
-   --enable-polkit \
-   --enable-logind \
-  

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

2021-06-11 Thread Sam James
commit: 9668c225f7ec121a9cfbd1300300531c4bb9b802
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:47:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9668c225

gnome-extra/nemo: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/nemo/Manifest |  1 -
 gnome-extra/nemo/nemo-4.6.5-r1.ebuild | 83 ---
 2 files changed, 84 deletions(-)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index fa71cac1fcf..c68d852d7d7 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,3 +1,2 @@
-DIST nemo-4.6.5.tar.gz 1468701 BLAKE2B 
42b47300782745e4ae98db164ca547b0794caf8f0883db4241f2f0ed2e375e5c8564cff6d878142b55744ce41f49c60aad3f24930398ff68444e32c572d7e9bd
 SHA512 
3c8c95e75e8bc499b56d1fd133f5ccc86ad18dae2219772b732586fd684a4a7a36e51fa61e6b734ad182ffd96636bdf276b8645d049e5ca68795fac274236eb6
 DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 
10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63
 SHA512 
b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e
 DIST nemo-5.0.0.tar.gz 1482253 BLAKE2B 
98727151af7ee8d5047f181308a8a06ba967a0e78438793fd006fa813110a91f8a50a5e1742749ce25ad5674793b67523c5af4e66cdfb6635d93df82fb8bb1e0
 SHA512 
59b9fb4e32ec8ebfcad632b06b57ea9d79152a36274deaf885bfcaaae6cafee0de0e05c4b9f917c8cc8462e46bdcac27e81b4b3c1fa3f9eb1b6682a31397b13e

diff --git a/gnome-extra/nemo/nemo-4.6.5-r1.ebuild 
b/gnome-extra/nemo/nemo-4.6.5-r1.ebuild
deleted file mode 100644
index e6404bafd16..000
--- a/gnome-extra/nemo/nemo-4.6.5-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit meson gnome2-utils python-single-r1 virtualx xdg
-
-DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc exif +nls selinux tracker xmp"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT=test
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=dev-libs/gobject-introspection-0.6.4:=
-   >=gnome-extra/cinnamon-desktop-4.4:0=
-   >=x11-libs/pango-1.28.3
-   >=x11-libs/gtk+-3.9.10:3[introspection]
-   >=dev-libs/libxml2-2.7.8:2
-
-   gnome-base/dconf:0=
-   >=x11-libs/libnotify-0.7:=
-   x11-libs/libX11
-   >=x11-libs/xapps-1.8.0
-
-   exif? ( >=media-libs/libexif-0.6.20:= )
-   tracker? ( >=app-misc/tracker-2.0:0= )
-   xmp? ( >=media-libs/exempi-2.2.0:= )
-   selinux? ( sys-libs/libselinux )
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   nls? ( >=gnome-extra/cinnamon-translations-4.4 )
-   $(python_gen_cond_dep '
-   dev-python/polib[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-"
-PDEPEND=">=gnome-base/gvfs-0.1.2"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   >=dev-util/gdbus-codegen-2.31.0
-   >=dev-util/intltool-0.40.1
-   sys-devel/gettext
-   virtual/pkgconfig
-   doc? ( dev-util/gtk-doc )
-"
-
-src_prepare() {
-   default
-   python_fix_shebang files/usr/share/nemo/actions install-scripts
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif)
-   $(meson_use tracker)
-   $(meson_use xmp)
-   $(meson_use selinux)
-   $(meson_use doc gtk_doc)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2021-06-11 Thread Sam James
commit: 534a5ffd5b07999fef6216bde5733807d213ff01
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:38:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534a5ffd

gnome-extra/cinnamon-session: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-session/Manifest  |  1 -
 .../cinnamon-session/cinnamon-session-4.6.2.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/gnome-extra/cinnamon-session/Manifest 
b/gnome-extra/cinnamon-session/Manifest
index 1b79e1d2ef4..6aaad77f47d 100644
--- a/gnome-extra/cinnamon-session/Manifest
+++ b/gnome-extra/cinnamon-session/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-session-4.6.2.tar.gz 199292 BLAKE2B 
f4a2a7dc438846c6013b539a027cbc13359a3cb47ed01c6acb97daf4a28fc26da3754d4264aaa90e8f10504bb7415a82dcc509430825cfd3e50e3beac7c78616
 SHA512 
c4b9d21145a82ecd0c9645899bb76acff632c7cc7ce4c5cc162ef38b91c772a29c66ab1645a6e35f92dd121cea0bd6748cf86275bc95a2a6d045fdbb4aea7d24
 DIST cinnamon-session-4.8.0.tar.gz 199684 BLAKE2B 
07baa1d359376fb1c5150224d3420c2ea2c06c2c015739835ffa2c8f0be751362b8ea2299e155369c0cb2d3e8493d5c45ed3f521bb36b6ddb092aff493f01b1f
 SHA512 
21e40d3776c2cd2fcb70bf5597e7f97d415a3236b7c2bdb46cc2359adcb62ec34ad529841154f87ea4a38013cd329cbba5cd6c88e16c4fc4e03acbe38a62edd7
 DIST cinnamon-session-5.0.0.tar.gz 199887 BLAKE2B 
c009a690c479944f8b3879a3ebff24ea3d44676b9235fcd36049e1680e5a1358266b75ca9f6e193fc51f11d8d94cf0c592dc22cbae2fededf41281748f9410cc
 SHA512 
98ab99d09b8d4904446a3380beb3a403457e3da4c0f4160633156a490040924743d63eaa13e23b9e5f5c45c9392be082c39c969e0639b0bb06d9c1a2207c

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-4.6.2.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-4.6.2.ebuild
deleted file mode 100644
index 3bf07967179..000
--- a/gnome-extra/cinnamon-session/cinnamon-session-4.6.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit meson gnome2-utils python-any-r1 xdg-utils
-
-DESCRIPTION="Cinnamon session manager"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc ipv6 systemd"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.37.3:2
-   media-libs/libcanberra
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3:3
-   x11-libs/cairo
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXcomposite
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-   >=x11-libs/xapps-1.0.4
-   virtual/opengl
-   systemd? ( >=sys-apps/systemd-183 )
-   !systemd? ( sys-auth/elogind[policykit] )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-extra/cinnamon-desktop-4.4
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-util/intltool-0.40.6
-   virtual/pkgconfig
-   doc? (
-   app-text/xmlto
-   dev-libs/libxslt )
-"
-
-src_prepare() {
-   default
-   python_fix_shebang data
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dgconf=false
-   $(meson_use doc docbook)
-   $(meson_use ipv6)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   gnome2_schemas_update
-}



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

2021-06-11 Thread Sam James
commit: b025d27618bc5fac96056d69491599aeb6be615b
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:45:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b025d276

gnome-extra/cinnamon-screensaver: 5.0.4 version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-screensaver/Manifest   | 2 +-
 ...namon-screensaver-5.0.2.ebuild => cinnamon-screensaver-5.0.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 8023d478cd2..b8ffca17f14 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1,2 +1,2 @@
 DIST cinnamon-screensaver-4.8.1.tar.gz 141996 BLAKE2B 
73a61e28210efc58a205357abd7b1ca5efce85c542a14ba0de1688ca3c6c86cc81cf02b7eee7d7a13d015d43b6084a0e5a5a0f417a3be1ff969381c24726
 SHA512 
5f165cddf5cd3f079192179f2308e015d7d70ce52f5214a56f8fc4318fdc6d6fc2b522b1c8eca31b4799074e58bd93bdce282d9774d1a552616c9ae1a0b46cae
-DIST cinnamon-screensaver-5.0.2.tar.gz 153825 BLAKE2B 
cb09de296deed91b2669c008d1d266ae3a77ed3eb894d19fd1586043a568c9c48babc7518f3c0ab4c42384ee8cfd5705e99b9291b0887fc47546ffaa3893a615
 SHA512 
ac7c6a57307e8ba41c34337b9c0bb57efa7ab49fcb5cc6aa8eb81cd839de3c17c852e4677c35eac022638fe50966871c245510319b8fa64ed48ba56ed818e681
+DIST cinnamon-screensaver-5.0.4.tar.gz 154088 BLAKE2B 
2aed90c5498bf9a6e39436c87fbcc58ededebbe9a7e977385a8335bbb11f900e27dff59815513d239b92a8feddb596b1ef56a2dcfcba97db937fc6074b139c5b
 SHA512 
4510da4aa9372bdc683a9aee2b4388cb332a733dabc8666b5529783a0f7c4428101ae1f55d90e9150ba97a56f628a728f82a9d9edaffadc596ab246798bd60c1

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.2.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.4.ebuild
similarity index 100%
rename from gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.2.ebuild
rename to gnome-extra/cinnamon-screensaver/cinnamon-screensaver-5.0.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-control-center/

2021-06-11 Thread Sam James
commit: 77f7e7d4ddc2f3e93d67600be15b07f9818a0e64
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:37:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f7e7d4

gnome-extra/cinnamon-control-center: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-control-center/Manifest   |  1 -
 .../cinnamon-control-center-4.6.2.ebuild   | 88 --
 2 files changed, 89 deletions(-)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index 95ace522cee..adcd714fb33 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-control-center-4.6.2.tar.gz 3877007 BLAKE2B 
f64ebfedc73eb92b96f81fb2743d818ec1602a550130d362eadba4c66a24a0e1f2bdffbe0bf80b23426ab57cead910c78b061b52e4eb82d0e6173d1da2d62749
 SHA512 
c759c14cc295ba15bde87ad1544d4bdef284d8e3fb8fbee528e9a258aaf83c6f6d76944042230725804ea6c05bd2cb5cbb59cb7507378b952221f381fc47075e
 DIST cinnamon-control-center-4.8.2.tar.gz 3865765 BLAKE2B 
8e36888aec00252842bcdb3f29dd0728833c597260fdb6b2b160db455e900686086b1b04b393d58ec358f44aa64c14341e49738de7a85002a5e5d695974c578a
 SHA512 
c64e554488b401291daf125cc5627201cac58d5e6efab697d0b9cac64b666a7d2a7e27f459bb560918876cc8cf5e3720c11a59cee70401e50682a4b82a20f1b5
 DIST cinnamon-control-center-5.0.1.tar.gz 3866795 BLAKE2B 
f9c88aa3ad585f9fd867055b247d3cbc7442fb1b4e205dbac7de889e8dd6faa3c2cdee9a6f98b877054ace9d3ff5694e469df3ca35481bd768e019bf6c611541
 SHA512 
3b3d64cf68ddc831a025e3f111ba5a58536ee6900a61a7bc86847b094f6d73292d56b98f6d94f1b2a03a25d820022383b4860f91d1ccd3f7e5327399da4b82cd

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.6.2.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.6.2.ebuild
deleted file mode 100644
index da31ffb6d75..000
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-4.6.2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools eutils gnome2-utils xdg
-
-DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+colord debug input_devices_wacom +networkmanager +modemmanager systemd"
-REQUIRED_USE="modemmanager? ( networkmanager )"
-KEYWORDS="amd64 ~arm64 x86"
-
-# False positives caused by nested configure scripts
-QA_CONFIGURE_OPTIONS=".*"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.31:2
-   dev-libs/libxml2:2
-   >=gnome-base/libgnomekbd-2.91.91:0=
-   >=gnome-extra/cinnamon-desktop-4.6:0=
-   >=gnome-extra/cinnamon-menus-4.4:0=
-   >=gnome-extra/cinnamon-settings-daemon-4.4:0=
-   media-libs/fontconfig
-   networkmanager? (
-   >=net-misc/networkmanager-1.2.0:=[modemmanager?]
-   >=gnome-extra/nm-applet-1.2.0
-   modemmanager? ( >=net-misc/modemmanager-0.7 )
-   )
-   >=sys-auth/polkit-0.103
-   >=x11-libs/gdk-pixbuf-2.23.0:2
-   >=x11-libs/gtk+-3.4.1:3
-   >=x11-libs/libnotify-0.7.3:0=
-   x11-libs/libX11
-   >=x11-libs/libxklavier-5.1
-   colord? ( >=x11-misc/colord-0.1.14:0= )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7
-   >=x11-libs/gtk+-3.8:3
-   >=x11-libs/libXi-1.2 )
-"
-# 

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

2021-06-11 Thread Sam James
commit: 308478c39b15250b2aa7350193141a77626dfa62
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:36:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308478c3

gnome-extra/cjs: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cjs/Manifest |  1 -
 gnome-extra/cjs/cjs-4.6.0.ebuild | 74 
 2 files changed, 75 deletions(-)

diff --git a/gnome-extra/cjs/Manifest b/gnome-extra/cjs/Manifest
index 9e0f6d3009c..b908110d860 100644
--- a/gnome-extra/cjs/Manifest
+++ b/gnome-extra/cjs/Manifest
@@ -1,3 +1,2 @@
-DIST cjs-4.6.0.tar.gz 463060 BLAKE2B 
466f807539ea95eece8b468287582f2c085ce86a63cf37ed1489f6ed20c98dfcb7028c7679102526009b71aba7d737f6f56c9544bc926fbf5a0be540afeaee53
 SHA512 
b7b457b43b756918670c9acc1064fc5b424d7bb7ab826ec207595c98159f407411ceb6d3043d305570f21f7675e1b699d7e95466688835034e178e079e118dfe
 DIST cjs-4.8.2.tar.gz 600711 BLAKE2B 
d1506e599c05301083479df4145d3177c9cbb057d3ed260e9744994da70fe392eb2cd872dc00b1ef6269efe9442e32e16878ba975f57f1abc35851cb15e7bb97
 SHA512 
c607198847a3229443bbfa6906b05036295b6d7f95d3b355780b28e69382407a8f6ef5f637f411fbf2ae474c4c7c5f68f64fec6dd7a2e7f944945927f5efac91
 DIST cjs-5.0.0.tar.gz 601928 BLAKE2B 
b8d4e64472eefe15678fd2ebcd270161b779e5081b1f9fdff61c4410fdef601cff9bc948b423308059aa73de0b960d430711e8741c10511f758b41da8d96892f
 SHA512 
32524de39e17ffc3e70f83188aed5d6bcb39e9ac4d4a1aa980a1f45dfc7970c103868f270775fcd290de0a6c70035b61b04dc575c6bcc1375972aaa0abdd8e59

diff --git a/gnome-extra/cjs/cjs-4.6.0.ebuild b/gnome-extra/cjs/cjs-4.6.0.ebuild
deleted file mode 100644
index bbdc3a6ffab..000
--- a/gnome-extra/cjs/cjs-4.6.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools gnome2-utils pax-utils virtualx xdg-utils
-
-DESCRIPTION="Linux Mint's fork of gjs for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
-SLOT="0"
-IUSE="+cairo examples gtk test"
-KEYWORDS="amd64 ~arm64 x86"
-RESTRICT="test"
-
-RDEPEND="
-   dev-lang/spidermonkey:52
-   >=dev-libs/glib-2.42:2
-   >=dev-libs/gobject-introspection-1.41.4:=
-   sys-libs/readline:0=
-   dev-libs/libffi:0=
-   cairo? ( x11-libs/cairo[X,glib] )
-   gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="${RDEPEND}
-   test? ( sys-apps/dbus )
-"
-BDEPEND="
-   sys-devel/autoconf-archive
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   xdg_environment_reset
-   default
-   eautoreconf
-   gnome2_disable_deprecation_warning
-
-   sed -ie "s/'Gjs'/'Cjs'/g" \
-   "${S}"/installed-tests/js/testExceptions.js \
-   "${S}"/installed-tests/js/testEverythingBasic.js || die
-}
-
-src_configure() {
-   # FIXME: add systemtap/dtrace support, like in glib:2
-   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
-   econf \
-   --disable-maintainer-mode \
-   --enable-compile-warnings=minimum \
-   --disable-systemtap \
-   --disable-dtrace \
-   $(use_with cairo) \
-   $(use_with gtk)
-}
-
-src_test() {
-   virtx emake check
-}
-
-src_install() {
-   # installation sometimes fails in parallel
-   default -j1
-   find "${D}" -name '*.la' -delete || die
-
-   if use examples; then
-   docinto examples
-   dodoc "${S}"/examples/*
-   fi
-
-   # Required for cjs-console to run correctly on PaX systems
-   pax-mark mr "${ED}/usr/bin/cjs-console"
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-screensaver/files/, gnome-extra/cinnamon-screensaver/

2021-06-11 Thread Sam James
commit: 510b996e577f94f71f2f615422a60ef98fbabb26
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:43:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510b996e

gnome-extra/cinnamon-screensaver: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-screensaver/Manifest  |  1 -
 .../cinnamon-screensaver-4.6.0.ebuild  | 78 --
 .../cinnamon-screensaver-4.6.0-python-build.patch  | 77 -
 .../cinnamon-screensaver-4.6.0-xinerama.patch  | 49 --
 4 files changed, 205 deletions(-)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 52ebb3b94a4..8023d478cd2 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-screensaver-4.6.0.tar.gz 141043 BLAKE2B 
ba9f1e02fb7567d269daa4eccdb39d2c73dd6ac6bd3a3a4e00e1bcec685b48394fc9247d5006f908091291748e013ae65cf7718a972ef67ed7fd11a226789d6d
 SHA512 
c83a057ff12a22445a155d4f91a45638d922c9b2180a7655f1e34bfd8ddcd31ed901b5b038236fa0e06c6f7986547c34ee8ab61cd216b5bc75f1c202b545c28f
 DIST cinnamon-screensaver-4.8.1.tar.gz 141996 BLAKE2B 
73a61e28210efc58a205357abd7b1ca5efce85c542a14ba0de1688ca3c6c86cc81cf02b7eee7d7a13d015d43b6084a0e5a5a0f417a3be1ff969381c24726
 SHA512 
5f165cddf5cd3f079192179f2308e015d7d70ce52f5214a56f8fc4318fdc6d6fc2b522b1c8eca31b4799074e58bd93bdce282d9774d1a552616c9ae1a0b46cae
 DIST cinnamon-screensaver-5.0.2.tar.gz 153825 BLAKE2B 
cb09de296deed91b2669c008d1d266ae3a77ed3eb894d19fd1586043a568c9c48babc7518f3c0ab4c42384ee8cfd5705e99b9291b0887fc47546ffaa3893a615
 SHA512 
ac7c6a57307e8ba41c34337b9c0bb57efa7ab49fcb5cc6aa8eb81cd839de3c17c852e4677c35eac022638fe50966871c245510319b8fa64ed48ba56ed818e681

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.6.0.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.6.0.ebuild
deleted file mode 100644
index e25d02acbe8..000
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-4.6.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit meson python-single-r1 xdg
-
-DESCRIPTION="Screensaver for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="systemd xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 ~arm64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   >=gnome-extra/cinnamon-desktop-4.6:0=
-   >=dev-libs/dbus-glib-0.78
-
-   sys-apps/dbus
-   sys-libs/pam
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-themes/adwaita-icon-theme
-
-   ${PYTHON_DEPS}
-
-   xinerama? ( x11-libs/libXinerama )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=app-accessibility/caribou-0.3
-   sys-apps/accountsservice[introspection]
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/setproctitle[${PYTHON_USEDEP}]
-   dev-python/xapp[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   ')
-   systemd? ( >=sys-apps/systemd-31 )
-   !systemd? ( sys-auth/elogind )
-"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.40
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.6.0-python-build.patch
-   "${FILESDIR}"/${PN}-4.6.0-xinerama.patch
-)
-
-src_prepare() {
-   default
-   python_fix_shebang install-scripts src
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use xinerama)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   python_optimize "${ED}"/usr/share/cinnamon-screensaver/
-}

diff --git 
a/gnome-extra/cinnamon-screensaver/files/cinnamon-screensaver-4.6.0-python-build.patch
 
b/gnome-extra/cinnamon-screensaver/files/cinnamon-screensaver-4.6.0-python-build.patch
deleted file mode 100644
index 1e43396257f..000
--- 
a/gnome-extra/cinnamon-screensaver/files/cinnamon-screensaver-4.6.0-python-build.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From f838b2ab03af0285043d980feba9d52d96d66164 Mon Sep 17 00:00:00 2001
-From: Michael Webster 
-Date: Fri, 15 May 2020 08:34:40 -0400
-Subject: [PATCH] Build: Only generate python bytecode during builds with no
- temporary install folder.  Package managers should handle this 

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

2021-06-11 Thread Sam James
commit: 19d02bceb37857a5792fbd55a8ff56776e859ae8
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:33:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d02bce

gnome-extra/cinnamon-translations: remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-translations/Manifest |  1 -
 .../cinnamon-translations-4.6.2.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/gnome-extra/cinnamon-translations/Manifest 
b/gnome-extra/cinnamon-translations/Manifest
index cd24430cf94..0a7731c9444 100644
--- a/gnome-extra/cinnamon-translations/Manifest
+++ b/gnome-extra/cinnamon-translations/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-translations-4.6.2.tar.gz 11728647 BLAKE2B 
a1c8feb175be6bdb3bca3040c1e4a9227ccca744128f28b3ffd1e1ae53e103e6c2e40d5f2af54aa69ad9489d5be9acf4bbeda5175bd2c6f271bfbf6415494438
 SHA512 
b3bd19f140792988ce05e5a33e1beed9018048690bbd38db050c1c7b8c60091466892bbcfecc056118321a16aed80ca79df9a1c5b756c3c28539f940d9408517
 DIST cinnamon-translations-4.8.3.tar.gz 12010514 BLAKE2B 
a1635f08376ff85a082078e3da64d0f5159d818ba1c57ae79439168553dd8c7e80e2d1aed93361c9df164d790f8be41059e7227c76ebee2285ea53a10df4f9ae
 SHA512 
e7e674be8c542bb34cab9e191f4124b17d0fd932315838be241a7e0fea82aaa72f35e3ecf2d01972def7bd8c4b7a697107a6a14a64ab26c0d1cea4692cf62ff1
 DIST cinnamon-translations-5.0.0.tar.gz 12011714 BLAKE2B 
ebd51a6a1b60c0ba7f49c5e61aef0081ccb3b4f0caf3837df695109e044c2cddc028bd86ec7f846f7e2c9bad8b32b276b773a9dd4b7c7d62f18b49fd786b9102
 SHA512 
d81c7a704c32abf5cf3eb7259e64e0a298a369adbe3b7362a496c56c7472aff1ccd82dbbb09711c4001a1a0d5a1e6ae5aabe2d9cb5d65c65c1143302f84889b7

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-4.6.2.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-4.6.2.ebuild
deleted file mode 100644
index 22c68103a2f..000
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-4.6.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PLOCALES="af am an ar as ast az be be@latin bg bn bn_IN br bs ca ca@valencia 
crh cs csb cy da de dz el en@shaw en_AU en_CA en_GB en_IE en_NZ en_ZA eo es 
es_AR et eu fa fi fil fo fr fr_CA frp fur fy ga gd gl gu ha he hi hr hu hy ia 
id ie ig is it ja jv ka kab kk km kn ko ksw ku ky la li lo lt lv mai mg mi mk 
ml mn mr ms my nap nb nds ne nl nn no nso oc om or pa pap pl ps pt pt_BR ro ru 
rue rw sa sc sco shn si sk sl so sq sr sr@ijekavianlatin sr@latin sv sw szl ta 
te tg th tk tl tlh tpi tr ts tt ug uk ur uz uz@cyrillic vi wa xh yi yo zh_CN 
zh_HK zh_TW zu"
-inherit l10n
-
-DESCRIPTION="Translation data for Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND=">gnome-extra/cinnamon-settings-daemon-3.6"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"
-
-src_configure() { :; }
-
-src_install() {
-   # Cannot run before since locales are not in the expected place for 
this to work
-   l10n_find_plocales_changes "${S}"/usr/share/locale "" ""
-
-   install_locale() {
-   insinto /usr/share/locale
-   doins -r usr/share/locale/${1}
-   }
-   l10n_for_each_locale_do install_locale
-}



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

2021-06-11 Thread Sam James
commit: e8da7cccd8b6b882802b20a976e9bc66929ce71c
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:25:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8da7ccc

x11-wm/muffin: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-wm/muffin/Manifest|   1 -
 x11-wm/muffin/muffin-4.6.3.ebuild | 100 --
 2 files changed, 101 deletions(-)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index 2c6fab8ab03..d887eb200c5 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -1,3 +1,2 @@
-DIST muffin-4.6.3.tar.gz 5196072 BLAKE2B 
1b8c0eeab13c35fc0b66898328f378331cb2bfc78b27a48a8f9e22c842df1a223613f27f5b29fe28c1edaaeb59972262024ed656dfabafa6c9454c4c4c0a74b9
 SHA512 
c07d83656d3a9164ad488b500f98acb88e0c8e2374af858776ff27dbe90880db4310405505d79539222ba3b4ddedb22934ef3e0f1f6198dc7b36986b784b48f5
 DIST muffin-4.8.1.tar.gz 5195618 BLAKE2B 
33dbbf7231b8f8d5c7df23d6cf8ddb29a86caca7b8c3b4af1231c98e114ee797d1c6bc866574348fcabaa65a93ff95c80366329bd5a41a46a74ba53ba81ce545
 SHA512 
61b621c7a4e25fc8ac69f2f5182e2caf52dfcfd456154f3b91ebb8b126319e704acd927ab5abe9e19ff057f38002a3b7e322e8d411db21e0fee7ec19d7928d31
 DIST muffin-5.0.0.tar.gz 5196913 BLAKE2B 
50499ad7a8b4a3ea56bf0d06b4f25b4f78d00721d58991fc1c4c174370862560e63ebf0eba32118e8c3a3537c3a98de65f4ee0ea8230130c3e36ad8fa814f2ee
 SHA512 
297a8eaca89085ddf4d89242ce41c594f8221113acd5eb986c3b07f45de2e4e5cc25ec7e183eee6c49062a45d01e8517f0774a02c252b5cb6bac6920d0a04ff6

diff --git a/x11-wm/muffin/muffin-4.6.3.ebuild 
b/x11-wm/muffin/muffin-4.6.3.ebuild
deleted file mode 100644
index 33f724dea90..000
--- a/x11-wm/muffin/muffin-4.6.3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+introspection test xinerama"
-KEYWORDS="amd64 ~arm64 x86"
-RESTRICT="test"
-
-RDEPEND="
-   >=x11-libs/pango-1.2[X,introspection?]
-   >=x11-libs/cairo-1.14:=[X]
-   x11-libs/gdk-pixbuf:2[introspection?]
-   >=x11-libs/gtk+-3.9.12:3[X,introspection?]
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=dev-libs/json-glib-1.0
-   >=gnome-extra/cinnamon-desktop-4.4:0=
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/libXcomposite-0.3
-   >=x11-libs/startup-notification-0.7:=
-
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libxkbcommon
-   virtual/opengl
-
-   gnome-extra/zenity
-
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   test? ( app-text/docbook-xml-dtd:4.5 )
-"
-# needs gtk-doc, not just -am, for gtk-doc.make
-BDEPEND="
-   dev-util/glib-utils
-   sys-devel/gettext
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-   gnome2_disable_deprecation_warning
-}
-
-# Wayland is not supported upstream.
-src_configure() {
-   econf \
-   --disable-gtk-doc \
-   --disable-maintainer-mode \
-   --disable-schemas-compile \
-   --enable-compile-warnings=minimum \
-   --disable-static \
-   --enable-shape \
-   --enable-sm \
-   --enable-startup-notification \
-   --enable-xsync \
-   --enable-verbose-mode \
-   --with-libcanberra \
-   $(use_enable introspection) \
-   $(use_enable xinerama)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-   dodoc HACKING MAINTAINERS *.txt doc/*.txt
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_schemas_update
-}



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

2021-06-11 Thread Sam James
commit: 186eaa51ad89163fe7ecec0ac73686f6262a5375
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:34:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186eaa51

gnome-extra/cinnamon-translations: 5.0.1 version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-translations/Manifest  | 2 +-
 ...mon-translations-5.0.0.ebuild => cinnamon-translations-5.0.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/cinnamon-translations/Manifest 
b/gnome-extra/cinnamon-translations/Manifest
index 0a7731c9444..889c2916fd8 100644
--- a/gnome-extra/cinnamon-translations/Manifest
+++ b/gnome-extra/cinnamon-translations/Manifest
@@ -1,2 +1,2 @@
 DIST cinnamon-translations-4.8.3.tar.gz 12010514 BLAKE2B 
a1635f08376ff85a082078e3da64d0f5159d818ba1c57ae79439168553dd8c7e80e2d1aed93361c9df164d790f8be41059e7227c76ebee2285ea53a10df4f9ae
 SHA512 
e7e674be8c542bb34cab9e191f4124b17d0fd932315838be241a7e0fea82aaa72f35e3ecf2d01972def7bd8c4b7a697107a6a14a64ab26c0d1cea4692cf62ff1
-DIST cinnamon-translations-5.0.0.tar.gz 12011714 BLAKE2B 
ebd51a6a1b60c0ba7f49c5e61aef0081ccb3b4f0caf3837df695109e044c2cddc028bd86ec7f846f7e2c9bad8b32b276b773a9dd4b7c7d62f18b49fd786b9102
 SHA512 
d81c7a704c32abf5cf3eb7259e64e0a298a369adbe3b7362a496c56c7472aff1ccd82dbbb09711c4001a1a0d5a1e6ae5aabe2d9cb5d65c65c1143302f84889b7
+DIST cinnamon-translations-5.0.1.tar.gz 12201535 BLAKE2B 
13455216b988a9901e51dca02977c8520225d4b24633557b28c72c97a9dee08d4d311dc8baee64af12a6e778b49e67a43222fce142b0dc53f2239a07f1ba
 SHA512 
3c33d4799ffb44a04d639e82253bbf6968551a8b06b94807d2a8b1b2ea4e982f8d61664bf815fff571a94ed44c60c6d98344604d168e6a602df58306a3e3bf81

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.0.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.1.ebuild
similarity index 57%
rename from gnome-extra/cinnamon-translations/cinnamon-translations-5.0.0.ebuild
rename to gnome-extra/cinnamon-translations/cinnamon-translations-5.0.1.ebuild
index e835a818fc9..91e11858bec 100644
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.0.ebuild
+++ b/gnome-extra/cinnamon-translations/cinnamon-translations-5.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PLOCALES="af am an ar as ast az be be@latin ber bg bn bn_IN br bs ca 
ca@valencia crh cs csb cy da de dz el en@shaw en_AU en_CA en_GB en_IE en_NZ 
en_ZA eo es es_AR et eu fa fi fil fo fr fr_CA frp fur fy ga gd gl gu ha he hi 
hr hu hy ia id ie ig is it ja jv ka kab kk km kn ko ksw ku ky la li lo lt lv 
mai mg mi mk ml mn mr ms my nap nb nds ne nl nn no nso oc om or pa pap pl ps pt 
pt_BR ro ru rue rw sa sc sco shn si sk sl so sq sr sr@ijekavianlatin sr@latin 
sv sw szl ta te tg th tk tl tlh tpi tr ts tt ug uk ur uz uz@cyrillic vi wa xh 
yi yo zgh zh_CN zh_HK zh_TW zu"
+PLOCALES="af am an ar ary as ast az be be@latin ber bg bn bn_IN br bs ca 
ca@valencia crh cs csb cy da de dz el en@shaw en_AU en_CA en_GB en_IE en_NZ 
en_ZA eo es es_AR et eu fa fi fil fo fr fr_CA frp fur fy ga gd gl gu ha he hi 
hr hu hy ia id ie ig is it ja jv ka kab kk km kn ko ksw ku ky la li lo lt lv 
mai mg mi mk ml mn mo mr ms my nap nb nds ne nl nn no nso oc om or pa pap pl ps 
pt pt_BR ro ru rue rw sa sc sco shn si sk sl so sq sr sr@ijekavianlatin 
sr@latin sv sw szl ta te tg th tk tl tlh tpi tr ts tt ug uk ur uz uz@cyrillic 
vi wa xh yi yo zgh zh_CN zh_HK zh_TW zu"
 
 inherit l10n
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-settings-daemon/

2021-06-11 Thread Sam James
commit: d427bf3555ea608b83810b5b18c6ffa78e685682
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:41:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d427bf35

gnome-extra/cinnamon-settings-daemon: 5.0.1 version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-settings-daemon/Manifest   | 2 +-
 ...ttings-daemon-5.0.0.ebuild => cinnamon-settings-daemon-5.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index 35b6896bbd7..e509cbff2a8 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,2 +1,2 @@
 DIST cinnamon-settings-daemon-4.8.5.tar.gz 662123 BLAKE2B 
b3ddd72e55c10c2cacc6dd29145e381395bd2ef68db7082a0770bb3eb647964041ed023d4a8357f2adcf5e8c9f8f713bac837809ed5926cc0434c2dc3e5c90ad
 SHA512 
4a1d128b3f6faf3e2c13420d3569d4fd8cfaa1798ba5cf83fcb692662b9888d22f9f4bfb6fe18af59d0632583a2730a07e3ab48cca12c357b2d318d205fd7d0a
-DIST cinnamon-settings-daemon-5.0.0.tar.gz 662485 BLAKE2B 
33c7cf208f66f480ab3d70e4e7627e65f059ae13a3f24142f6cd0743752f9d636066c2ed8a805c649726280887b882bc0bc53e4c590888937bb977183a43e4ef
 SHA512 
0e2ef144717ca41d946d6467931fb45eabf3468025e6bc4cf25f9b11f2d94dae07f7649874d801b312d94905d30d4e74202bf8f01af53689179039865ea54052
+DIST cinnamon-settings-daemon-5.0.1.tar.gz 662519 BLAKE2B 
d481dbde1cb1c39298296f8bde506921ce75ce0e70fe443b7c9101c62a4163b0457f4df5127fd676ebf535a0d83792d83a95b3b230a46e62b978ba65c6af2fee
 SHA512 
81f618587576cc0e7a65e2658b6a4ff941ab0d87d0db2629427a79de7e82cc58ef1301568f2ed232aed0edf2e79def4a7ccb8f76becec1fe50b4b528d01c3c58

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.0.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.1.ebuild
similarity index 100%
rename from 
gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.0.ebuild
rename to 
gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-5.0.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/

2021-06-11 Thread Sam James
commit: 870b9a11045a962a768fff0a495ee3e4ae575c5b
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:21:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870b9a11

x11-libs/xapps: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-libs/xapps/Manifest   |  1 -
 x11-libs/xapps/xapps-1.8.9.ebuild | 92 ---
 2 files changed, 93 deletions(-)

diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest
index b4de7d80eb5..4d5ee58cec3 100644
--- a/x11-libs/xapps/Manifest
+++ b/x11-libs/xapps/Manifest
@@ -1,3 +1,2 @@
-DIST xapps-1.8.9.tar.gz 187789 BLAKE2B 
37b2d2677cb6483533d79853a83d77b30033313c06db89e93491076bb017122f77cd97b30d5ba64ce53fb41a37736791e97da785f516953b76b1d979d341e2fc
 SHA512 
95dd1cbf84b59adf6682d9025e0cfa7a414c24d4f584cde87d0cc6ea82c06338de2c320dad8d997e105980782ec5cb23f0def6f6d60ea84be7d74c90d7cd692c
 DIST xapps-2.0.6.tar.gz 231023 BLAKE2B 
bc3907966c132c683e75769f8f45839d45229c77933ef861f58b03a21cca15a4f3dd610acb6a19fc16d35ddb189340cdef80704e78c89a3e49659a2f82be121e
 SHA512 
bac6e105e2b1e237958fb610a9bd697a023c10a45131da7dee984532986022895414d81849f53bc0007c319c2139c6d39474e2e7fd9ce4e53365517f4ba4f012
 DIST xapps-2.2.0.tar.gz 235367 BLAKE2B 
212f0e9648b88db89cc801e8873db481c2879c4623e51b693601dbf2c1c48898979dd466038cc16e35a0754f5a15dd756d259478625bcb7282c80f597e3081c9
 SHA512 
c9a4a451bd137cf86df2bbe933f8cac797324452e32978dad7c272d3e116d4aef5eab00012fb556a5fdfd09e84d802b771b765ec614617d0cd53a25821a0f80e

diff --git a/x11-libs/xapps/xapps-1.8.9.ebuild 
b/x11-libs/xapps/xapps-1.8.9.ebuild
deleted file mode 100644
index 6245bcf0201..000
--- a/x11-libs/xapps/xapps-1.8.9.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-VALA_USE_DEPEND="vapigen"
-inherit gnome2-utils vala meson python-r1 xdg-utils
-
-DESCRIPTION="Cross-desktop libraries and common resources"
-HOMEPAGE="https://github.com/linuxmint/xapp/;
-LICENSE="GPL-3"
-
-SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/xapp-${PV}"
-KEYWORDS="amd64 ~arm64 x86"
-
-SLOT="0"
-IUSE="gtk-doc introspection static-libs"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.37.3:2
-   dev-libs/gobject-introspection:0=
-   gnome-base/libgnomekbd
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
-   >=x11-libs/gtk+-3.3.16:3[introspection?]
-   x11-libs/libxkbfile
-   dev-libs/libdbusmenu[gtk3]
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   gtk-doc? ( dev-util/gtk-doc )
-   $(vala_depend)
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-util/glib-utils
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.40.6
-   sys-devel/gettext
-"
-
-src_prepare() {
-   vala_src_prepare
-   default
-
-   # Fix meson helpers
-   python_setup
-   python_fix_shebang meson-scripts schemas
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use gtk-doc docs)
-   -Dpy-overrides-dir="/pygobject"
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   rm -rf "${ED}/usr/bin" || die
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-
-   # copy pygobject files to each active python target
-   # work-around for "py-overrides-dir" only supporting a single target
-   install_pygobject_override() {
-   PYTHON_GI_OVERRIDESDIR=$("${PYTHON}" -c 'import 
gi;print(gi._overridesdir)') || die
-   einfo "gobject overrides directory: $PYTHON_GI_OVERRIDESDIR"
-   mkdir -p "${ED}/$PYTHON_GI_OVERRIDESDIR/"
-   cp -r "${D}"/pygobject/* "${ED}/$PYTHON_GI_OVERRIDESDIR/" || die
-   python_optimize "${ED}/$PYTHON_GI_OVERRIDESDIR/"
-   }
-   python_foreach_impl install_pygobject_override
-   rm -rf "${D}/pygobject" || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   gnome2_schemas_update
-}



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

2021-06-11 Thread Sam James
commit: 8229916bed8ec749ca0bc5dbd1ed67a282746dcc
Author: Andrew Foster  liquid  me  uk>
AuthorDate: Thu Jun 10 10:30:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8229916b

net-mail/queue-repair: Allowed for python 3.9 compatability

Bug: https://bugs.gentoo.org/793212
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andrew Foster  liquid.me.uk>
Closes: https://github.com/gentoo/gentoo/pull/21186
Signed-off-by: Sam James  gentoo.org>

 net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild 
b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild
index 75f2d05da3a..dcad85db8ec 100644
--- a/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild
+++ b/net-mail/queue-repair/queue-repair-0.9.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit python-single-r1
 



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

2021-06-11 Thread Sam James
commit: f981d509cf66aaec21b362ba972109f454e5b042
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:31:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f981d509

gnome-extra/cinnamon-menus: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 gnome-extra/cinnamon-menus/Manifest|  1 -
 .../cinnamon-menus/cinnamon-menus-4.6.1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/gnome-extra/cinnamon-menus/Manifest 
b/gnome-extra/cinnamon-menus/Manifest
index 8f7be55da06..94543504c7d 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1,2 @@
-DIST cinnamon-menus-4.6.1.tar.gz 96294 BLAKE2B 
bdfacd5f4c5344833c9804b79846c5ac9908e74381c2e84b29b8cb765b10578ac69155d93e1c0bd8b6b8100d5e5f34ca1bc8bd77edb681eb705d759c5d9275bc
 SHA512 
ef37662d4e1a49494c22481456b5e318039ec8c873e6ffcc0c55f89edbcc918d3bc97664b33007194da268b43884fe5abd08b27ac8bb5e7ba7bcb9928546aee9
 DIST cinnamon-menus-4.8.2.tar.gz 101831 BLAKE2B 
6b731c21bee03fbd69360258d7573e35b774cc42ffdaf7536e7c8a3779e8ef9e8bc3684166a02f114838144fa9b7ea71a46b439e00f90abee56da1925bafec76
 SHA512 
6aa44e55ebcc60236361cd390fffbccd13422355e9fb4c61c8559479892d85890611d66971570454ce1a87a459c4a7de51cd2751eae4a042490155e0a9030e0a
 DIST cinnamon-menus-5.0.0.tar.gz 101957 BLAKE2B 
1d2f95d5b599f73f8161caf7964d3508f34c4c28f677dc8367d4ba67004d77c00e1f77cb1851084bcf26482d1689da7d1734c21649ade89ca6d9ca15475623b8
 SHA512 
1f8d7b417f947909d9187288ed916739b5b146a8f9cade2f8695d4c59b56a69286c0db48ac026cab3342e571d40013595fb32155065355d6110a43a1cac7096a

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
deleted file mode 100644
index d15da61087f..000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-4.6.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson xdg
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="https://projects.linuxmint.com/cinnamon/;
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="debug gtk-doc"
-
-RDEPEND="
-   >=dev-libs/glib-2.29.15:2
-   >=dev-libs/gobject-introspection-0.9.12:=
-"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-"
-BDEPEND="
-   >=dev-util/intltool-0.40.6
-   sys-devel/gettext
-   virtual/pkgconfig
-   gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use debug enable_debug)
-   $(meson_use gtk-doc enable_docs)
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/

2021-06-11 Thread Sam James
commit: 6d60448641877a994080f1f8557fb44335e7e47f
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:24:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d604486

x11-libs/xapps: 2.2.1 version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 x11-libs/xapps/Manifest   | 2 +-
 x11-libs/xapps/{xapps-2.2.0.ebuild => xapps-2.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest
index 4d5ee58cec3..aad55245995 100644
--- a/x11-libs/xapps/Manifest
+++ b/x11-libs/xapps/Manifest
@@ -1,2 +1,2 @@
 DIST xapps-2.0.6.tar.gz 231023 BLAKE2B 
bc3907966c132c683e75769f8f45839d45229c77933ef861f58b03a21cca15a4f3dd610acb6a19fc16d35ddb189340cdef80704e78c89a3e49659a2f82be121e
 SHA512 
bac6e105e2b1e237958fb610a9bd697a023c10a45131da7dee984532986022895414d81849f53bc0007c319c2139c6d39474e2e7fd9ce4e53365517f4ba4f012
-DIST xapps-2.2.0.tar.gz 235367 BLAKE2B 
212f0e9648b88db89cc801e8873db481c2879c4623e51b693601dbf2c1c48898979dd466038cc16e35a0754f5a15dd756d259478625bcb7282c80f597e3081c9
 SHA512 
c9a4a451bd137cf86df2bbe933f8cac797324452e32978dad7c272d3e116d4aef5eab00012fb556a5fdfd09e84d802b771b765ec614617d0cd53a25821a0f80e
+DIST xapps-2.2.1.tar.gz 239789 BLAKE2B 
ee7f3f2b3c54b0b40158dff6abbe2233c0d1a1fa4e134ce4bd6ee48842335b16e0d94ad430cb59301529dd85e2705cbb1c1f5ba10844b6fb85f598ca0c42d1db
 SHA512 
412f5c207d81d2507f2aa5cc69beed2036db07058f08613793aa7c277bac30191a02d9aff4eca0aeb8829e3e39d5f3a87e34232bf51220c4d4bc7c8ee37b9e65

diff --git a/x11-libs/xapps/xapps-2.2.0.ebuild 
b/x11-libs/xapps/xapps-2.2.1.ebuild
similarity index 100%
rename from x11-libs/xapps/xapps-2.2.0.ebuild
rename to x11-libs/xapps/xapps-2.2.1.ebuild



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

2021-06-11 Thread Sam James
commit: b79819e7ef8fd59b0c3c560cee362f6eb189cea2
Author: Matthew S. Turnbull  bluefang-logic  com>
AuthorDate: Fri Jun 11 16:26:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:55:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79819e7

dev-python/xapp: 2.2.1 version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew S. Turnbull  bluefang-logic.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/xapp/Manifest | 2 +-
 dev-python/xapp/{xapp-2.2.0.ebuild => xapp-2.2.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xapp/Manifest b/dev-python/xapp/Manifest
index 79694f0320a..c49c5f65708 100644
--- a/dev-python/xapp/Manifest
+++ b/dev-python/xapp/Manifest
@@ -1,2 +1,2 @@
 DIST xapp-2.0.2.tar.gz 19946 BLAKE2B 
fde2f4f30fa1dbb5d4778d82bcfb347a5b8f89635df6c298d0dc509a194c528b653a1cbe4537c878bde4a8b987852ca51e37a70b6c35f96c9882c5b1b277dd36
 SHA512 
2b5d2a259e55384426940e6284ec9f964f4f0220b8cb364606c938ef6e1717d40ddbc3730732dddc86d460f624ac6161fe5ab55c276aedba9187a79d9d53a60e
-DIST xapp-2.2.0.tar.gz 20706 BLAKE2B 
136ce77c15413fc96651d741992de09c618ef76c8adce6c1927100329401d3721256e5e3a6399a9bcdc79dc2a4cf224a579eea43ccbdd0740f3a1aa07edc3994
 SHA512 
169c8d6f5b94e58fea49e9bcc3b532ee0268e6a66d79257da2b113e6c4bfa5bc44b7cb03a08556372580667acbceca033e82140085e9367fd3bf97507257f26c
+DIST xapp-2.2.1.tar.gz 20739 BLAKE2B 
11f3b8964aedc726235d1c9350b159ed5cc0e859f33d6390d06e8df225eb86d0d6a392d16023a460ae0dad69f4a65b3cc8c3a759e8a4e5abab491a6d71ea8ab9
 SHA512 
2c03a6201404d7c792e12b10241309c912ca6b1daaa56aa0867ddbb16af053f110e4cb05da969b1800678d60acc0e6d19fc097581e6b195fff9f68acb48505ff

diff --git a/dev-python/xapp/xapp-2.2.0.ebuild 
b/dev-python/xapp/xapp-2.2.1.ebuild
similarity index 100%
rename from dev-python/xapp/xapp-2.2.0.ebuild
rename to dev-python/xapp/xapp-2.2.1.ebuild



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

2021-06-11 Thread Georgy Yakovlev
commit: 545fa5501a4992d609a8d1e2be291f1eb6e284ca
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 03:49:20 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 03:49:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545fa550

sys-apps/systemd-tmpfiles: keyword 248.3

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

 sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild 
b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
index 1e8065ab5c1..5f813cc32f8 100644
--- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
+++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-$
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="selinux test"
 RESTRICT="!test? ( test )"
 



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

2021-06-11 Thread Sam James
commit: 9f33bc0cea7e7dcd784ddccf39ab06b0d5f0d90b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 03:29:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:29:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f33bc0c

media-gfx/plantuml: Stabilize 1.2021.5 amd64, #795375

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

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

diff --git a/media-gfx/plantuml/plantuml-1.2021.5.ebuild 
b/media-gfx/plantuml/plantuml-1.2021.5.ebuild
index 6ff07a08c73..2293ae97609 100644
--- a/media-gfx/plantuml/plantuml-1.2021.5.ebuild
+++ b/media-gfx/plantuml/plantuml-1.2021.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://plantuml.com;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*"
 



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

2021-06-11 Thread Sam James
commit: e846e743945113868de1c40e72b8113a9f6b3ba0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 03:29:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:29:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e846e743

x11-misc/xscreensaver: Stabilize 5.45-r1 amd64, #794475

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

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

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild
index 9a996f52f7a..913b4e20ce9 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="caps +gdk-pixbuf gdm +gtk jpeg +locking new-login offensive opengl pam 
+perl selinux suid systemd xinerama"
 REQUIRED_USE="
gdk-pixbuf? ( gtk )



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

2021-06-11 Thread Sam James
commit: 51be8c1a6b2a189774f53ad7ba7e40c71ed89c1c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 03:29:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 03:29:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51be8c1a

media-sound/qsynth: Stabilize 0.9.3 amd64, #795369

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

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

diff --git a/media-sound/qsynth/qsynth-0.9.3.ebuild 
b/media-sound/qsynth/qsynth-0.9.3.ebuild
index 1f62f63040e..a9c46977ac2 100644
--- a/media-sound/qsynth/qsynth-0.9.3.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="~amd64 ppc ppc64 x86"
+   KEYWORDS="amd64 ppc ppc64 x86"
 fi
 
 LICENSE="GPL-2"



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

2021-06-11 Thread Georgy Yakovlev
commit: 2d00d95e033bf959a33a314dcf1a4a67c3615480
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 03:08:31 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 03:08:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d00d95e

app-admin/sysstat: add 12.5.4

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

 app-admin/sysstat/Manifest  |  1 +
 app-admin/sysstat/sysstat-12.5.4.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index ef94f3b20e1..8dbc691b6c5 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1 +1,2 @@
 DIST sysstat-12.5.3.tar.gz 1504415 BLAKE2B 
a3dc267182939190441b6cfebff938881fe4a06a8c7d1c406c014ddc28c0ecb33af5f480b77cce56bfcd4c7af81c4fec09eccb989561dd979f03a94ea6521f5b
 SHA512 
3f09ff2e7ca38497eb07dcd8770c0b7fe5cfa1140537b215a1648446f65d933852b97dd5a1a9596afa57b04f20da64385e3b2e384be8d7b5902f228dc01230a5
+DIST sysstat-12.5.4.tar.gz 1474379 BLAKE2B 
73bd4ebc44cc57cd3dba4fecbcd45026929bdbeab6b99c5b13db7d37252dff8da987ee5ac00d545aebdc72f924d0100166e9e876f6684e064f7020f3fa7a7cb5
 SHA512 
c051f136d404684a21b11e968968e34f0f114b4568369c6449c64b7745269065a3dc492039ded7c415fe39970aca54cc81646589b0959ade43e9be6f6cd4c0dc

diff --git a/app-admin/sysstat/sysstat-12.5.4.ebuild 
b/app-admin/sysstat/sysstat-12.5.4.ebuild
new file mode 100644
index 000..655a3391632
--- /dev/null
+++ b/app-admin/sysstat/sysstat-12.5.4.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils flag-o-matic systemd toolchain-funcs
+
+DESCRIPTION="System performance tools for Linux"
+HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="dcron debug nls lm-sensors selinux static systemd"
+
+CDEPEND="
+   nls? ( virtual/libintl )
+   lm-sensors? ( sys-apps/lm-sensors:= )
+"
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )
+"
+RDEPEND="
+   ${CDEPEND}
+   !dcron? ( !sys-process/dcron )
+   selinux? ( sec-policy/selinux-sysstat )
+"
+
+REQUIRED_USE="dcron? ( !systemd )"
+
+src_prepare() {
+   if use nls; then
+   strip-linguas -i nls/
+   local lingua pofile
+   for pofile in nls/*.po; do
+   lingua=${pofile/nls\/}
+   lingua=${lingua/.po}
+   if ! has ${lingua} ${LINGUAS}; then
+   rm "nls/${lingua}.po" || die
+   fi
+   done
+   fi
+
+   use dcron && { sed -i 's/@CRON_OWNER@ //g' cron/sysstat.crond.in || die 
; }
+   default
+}
+
+src_configure() {
+   tc-export AR
+   use static && append-ldflags -static
+
+   sa_lib_dir=/usr/lib/sa \
+   conf_dir=/etc \
+   econf \
+   $(use_enable !systemd use-crond) \
+   $(use_enable lm-sensors sensors) \
+   $(use_enable nls) \
+   $(usex debug --enable-debuginfo '') \
+   --disable-compress-manpg \
+   --enable-copy-only \
+   --enable-documentation \
+   --enable-install-cron \
+   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+}
+
+src_compile() {
+   LFLAGS="${LDFLAGS}" default
+}
+
+src_install() {
+   keepdir /var/log/sa
+
+   emake \
+   CHOWN=true \
+   DESTDIR="${D}" \
+   DOC_DIR=/usr/share/doc/${PF} \
+   MANGRPARG='' \
+   install
+
+   dodoc -r contrib/
+
+   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+   systemd_dounit ${PN}.service
+
+   rm "${D}"/usr/share/doc/${PF}/COPYING || die
+}



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

2021-06-11 Thread Georgy Yakovlev
commit: 429217398964cc9e867dd802b4b98c677764a42e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 02:58:59 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 02:58:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42921739

sys-process/glances: add 3.1.7

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

 sys-process/glances/Manifest |  1 +
 sys-process/glances/glances-3.1.7.ebuild | 87 
 2 files changed, 88 insertions(+)

diff --git a/sys-process/glances/Manifest b/sys-process/glances/Manifest
index a0e28366a63..ce44f07994a 100644
--- a/sys-process/glances/Manifest
+++ b/sys-process/glances/Manifest
@@ -1 +1,2 @@
 DIST glances-3.1.6.2.tar.gz 6775046 BLAKE2B 
3f65acbb69f8fc4323cbfbd30e79a0d30a9e38e9ff52ea0dc2286213daa66929e6abfccec34e94704fb87f6931f2a17fb30205c14da91f36b37617431bf58363
 SHA512 
2c62a82ebbc0d562d65f6e1ab39bac14a4b13d13e5fcbb1e98c119d6ea375387ef33b78cd911804504e3fdaa94260de27c211ed1132aae61f10fef8ff8a80fec
+DIST glances-3.1.7.tar.gz 6804822 BLAKE2B 
7ae78e126da0aa0bfd604836fc66761224a0eedac119b5e74e27e133a27912deff0c2323dfa0b76c49bd542d995a1f60cf688df1792e69d0401d1192dcff14f6
 SHA512 
b6ebf3b8d0bc60cf77c30fa8dc24c9ad851eab8415e6ae7f50454d96e7bb14866197599d9e5ea9623375f4dca0ca86f017957f2e6a1a9c8b761c6b499b6db82a

diff --git a/sys-process/glances/glances-3.1.7.ebuild 
b/sys-process/glances/glances-3.1.7.ebuild
new file mode 100644
index 000..6978c8ab74c
--- /dev/null
+++ b/sys-process/glances/glances-3.1.7.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_REQ_USE="ncurses"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 linux-info optfeature
+
+DESCRIPTION="CLI curses based monitoring tool"
+HOMEPAGE="https://github.com/nicolargo/glances;
+SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-python/future[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.4.3[${PYTHON_USEDEP}]"
+
+# PYTHON_USEDEP omitted on purpose
+BDEPEND="doc? ( dev-python/sphinx_rtd_theme )"
+
+CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
+
+PATCHES=(
+   "${FILESDIR}/disable-update-check.patch"
+)
+
+distutils_enable_tests setup.py
+distutils_enable_sphinx docs --no-autodoc
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+python_prepare_all() {
+   # Remove duplicate entries of a prebuilt doc build and
+   # ensure install of the file glances.conf in /etc/${PN}
+   sed \
+   -e '/share\/doc\/glances/d' \
+   -e "s/'CONTRIBUTING.md',//" \
+   -e "s:'conf/glances.conf':('${EPREFIX}/etc/glances', 
['conf/glances.conf':g" \
+   -i setup.py || die
+   sed -i "s/, 'irq']/]/" unitest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   # add an intended file from original data set from setup.py to DOCS
+   local DOCS=( README.rst CONTRIBUTING.md conf/glances.conf )
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   #optfeature "Action script feature" dev-python/pystache
+   optfeature "Autodiscover mode" dev-python/zeroconf
+   optfeature "Cloud support" dev-python/requests
+   optfeature "Quicklook CPU info" dev-python/py-cpuinfo
+   optfeature "Docker monitoring support" dev-python/docker-py
+   #optfeature "Export module" \
+   #   unpackaged/bernhard \
+   #   unpackaged/cassandra-driver \
+   #   unpackaged/potsdb \
+   #   dev-python/couchdb-python \
+   #   dev-python/elasticsearch-py \
+   #   dev-python/influxdb \
+   #   dev-python/kafka-python \
+   #   dev-python/pika \
+   #   dev-python/paho-mqtt \
+   #   dev-python/prometheus_client \
+   #   dev-python/pyzmq \
+   #   dev-python/statsd
+   #optfeature "Nvidia GPU monitoring" unpackaged/nvidia-ml-py3
+   optfeature "SVG graph support" dev-python/pygal
+   optfeature "IP plugin" dev-python/netifaces
+   optfeature "RAID monitoring" dev-python/pymdstat
+   #optfeature "SMART support" unpackaged/pySMART.smartx
+   optfeature "RAID support" dev-python/pymdstat
+   optfeature "SNMP support" dev-python/pysnmp
+   #optfeature "sparklines plugin" unpackaged/sparklines
+   optfeature "Web server mode" dev-python/bottle dev-python/requests
+   optfeature "WIFI plugin" net-wireless/python-wifi
+}



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

2021-06-11 Thread Georgy Yakovlev
commit: 07a2ec72d576fc032cce8528f7a3789f1ded3e63
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 02:45:56 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 02:53:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a2ec72

dev-python/diskcache: keyword 5.2.1 for ~ppc64, bug #795318

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

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

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
index d944ac6dd64..11bb3ac13f4 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



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

2021-06-11 Thread Georgy Yakovlev
commit: f6aab22c0f72f1de4612738d09d89a2cbe1c9aa9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 02:52:14 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 02:53:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6aab22c

dev-util/catalyst: keyword 3.0.19 for ~ppc64, bug #795318

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

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

diff --git a/dev-util/catalyst/catalyst-3.0.19.ebuild 
b/dev-util/catalyst/catalyst-3.0.19.ebuild
index 9032f75b75b..72eb091628d 100644
--- a/dev-util/catalyst/catalyst-3.0.19.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.19.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{8,9} )



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

2021-06-11 Thread Georgy Yakovlev
commit: c6be323fa2ddc73ee53a92c475a81c0002961485
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 02:53:00 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 02:53:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6be323f

dev-util/debootstrap: add 1.0.124

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

 dev-util/debootstrap/Manifest   |  1 +
 dev-util/debootstrap/debootstrap-1.0.124.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
index c9aa802abff..fbc04a71da8 100644
--- a/dev-util/debootstrap/Manifest
+++ b/dev-util/debootstrap/Manifest
@@ -1,2 +1,3 @@
 DIST debootstrap_1.0.123.tar.gz 78175 BLAKE2B 
e507ee76817eef20cfea4e37eaf893f8e64acaa791806ebd55bec97b8e60eb3c59b68bfe5e6023dc6e73706bde2468db46b84f0176ec46d086c3ea9423a206c7
 SHA512 
3b23f61528d4993750ba22b8765c10cfb9695793177017d9e4faf546da076be6660c5d6e0d1bf30bafe14f6d70f886190d3ec42a0057b895f40e860475eea794
+DIST debootstrap_1.0.124.tar.gz 78498 BLAKE2B 
ae3075c6eabc1c76fea370ac5781ca0343b0912e03c086f02c011af10ab4c51f2503743705bc0dc52bcf6afeccb97f167802e2034f2182a8c7bb6148fb5d4e0c
 SHA512 
bc028f7fec85b35a5f826044d8aff22b6fdf69e7e2c5f5c95e4b92327bcffa6411b5b21869833d10fb1f70316271149470921ad4310d61fdd3c73b65bd8009f1
 DIST devices.tar.gz 47835 BLAKE2B 
03bfe097fda12a7a0aa19d3308c0d44382ad945defea05a63b17a72e4051ef94f0e60e75bde35baeace81da59d9f04126f6e463163609475b9c0fdf518f533ef
 SHA512 
994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432

diff --git a/dev-util/debootstrap/debootstrap-1.0.124.ebuild 
b/dev-util/debootstrap/debootstrap-1.0.124.ebuild
new file mode 100644
index 000..4cc27d3d891
--- /dev/null
+++ b/dev-util/debootstrap/debootstrap-1.0.124.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Debian/Ubuntu bootstrap scripts"
+HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
+   mirror://gentoo/devices.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   app-arch/dpkg
+   net-misc/wget
+   sys-devel/binutils
+"
+DOCS=( TODO debian/changelog )
+S=${WORKDIR}/${PN}
+
+src_unpack() {
+   unpack ${PN}_${PV}.tar.gz
+   cp "${DISTDIR}"/devices.tar.gz "${S}"
+}
+
+src_compile() {
+   return
+}
+
+src_install() {
+   default
+   doman debootstrap.8
+}
+
+pkg_postinst() {
+   if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; 
then
+   elog "To check Release files against a keyring (--keyring=K), 
please"
+   elog "install app-crypt/gnupg"
+   fi
+
+   if ! has_version app-crypt/debian-archive-keyring || ! has_version 
app-crypt/ubuntu-keyring; then
+   elog "To check Release files from Debian or Ubuntu, please 
install"
+   elog " app-crypt/debian-archive-keyring or"
+   elog " app-crypt/ubuntu-keyring as required"
+   fi
+}



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

2021-06-11 Thread Georgy Yakovlev
commit: 5e96dc49e8da33425ab9b723eb755b7c42069755
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jun 12 02:51:08 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jun 12 02:53:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e96dc49

dev-python/fasteners: keyword 0.16.2 for ~ppc64, bug #795318

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

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

diff --git a/dev-python/fasteners/fasteners-0.16.2.ebuild 
b/dev-python/fasteners/fasteners-0.16.2.ebuild
index 1bc53a487dd..bbfd8344e70 100644
--- a/dev-python/fasteners/fasteners-0.16.2.ebuild
+++ b/dev-python/fasteners/fasteners-0.16.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]"



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

2021-06-11 Thread Sam James
commit: 0a4405e25ab28fcf3703a509292ad1eda5452a44
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 02:48:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 02:49:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4405e2

net-misc/nyx: add Python 3.9, enable tests

Thanks-to: Andrew Foster  liquid.me.uk>
Closes: https://github.com/gentoo/gentoo/pull/21184
Signed-off-by: Sam James  gentoo.org>

 net-misc/nyx/nyx-2.1.0-r2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index bdfe4377ba8..e3daaf75fa0 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.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,8} pypy3)
+PYTHON_COMPAT=(python3_{7,8,9} pypy3)
 PYTHON_REQ_USE='ncurses,sqlite(-)'
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
@@ -21,9 +21,9 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
net-libs/stem[${PYTHON_USEDEP}]
net-vpn/tor"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: app-forensics/chkrootkit/

2021-06-11 Thread Sam James
commit: 4f447c310247937d69d99e2678a927f2ee5d6090
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 02:37:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 02:49:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f447c31

app-forensics/chkrootkit: add 0.55

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

 app-forensics/chkrootkit/Manifest   |  1 +
 app-forensics/chkrootkit/chkrootkit-0.55.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/app-forensics/chkrootkit/Manifest 
b/app-forensics/chkrootkit/Manifest
index edd2a8cc410..32241322500 100644
--- a/app-forensics/chkrootkit/Manifest
+++ b/app-forensics/chkrootkit/Manifest
@@ -1,2 +1,3 @@
 DIST chkrootkit-0.54-gentoo.diff.xz 4848 BLAKE2B 
25d1736bb839533fae36550518b311e52bb38f8a562a63d40629789dc9497b6e71dbc306d1f845b6a5cd586468afa6a7ac4ce8b6f1bfb40d7ac9b0331a55def9
 SHA512 
6c972b081794681b61b7c67f9a5762ba5d2c0c731c9a2bf9f75e715984edf7022ddcd44d34803eacb58a59e8b21932ffb586cc9fb7998a43393367c2530e353e
 DIST chkrootkit-0.54.tar.gz 41461 BLAKE2B 
61384fda7db08ca2a52ab060ee4ea3edb7311cb9908599a511459dac22340f28e75d732b10d827aaeed89a1ecb6fc7f69ab8fef970aae5a73bae8c7949944831
 SHA512 
fe8955ac33abaabf304f5580b6f12929f8bf02329ab442380eaa6298440cf1cb0eee2db8e5667ea7d78b89ee2bceb82c10ebb732a71d6bcdda9400569cd587fd
+DIST chkrootkit-0.55.tar.gz 42630 BLAKE2B 
0e6bc4d411a7836cd8ab72782027e5bd80b5c8845d8de1f48ff57bc0617a368cff2471835a66c30d007f4cfc243639110e0c39e02eecc3ec9c5c0a66a4b7891b
 SHA512 
742dca90a761ecff149d8704cb3a252adfe8f9d5e15dd060e9db4d5f6dcd3820933ae13cbee99ea5a8c6144932cf97c0616a177af3ba5a1726b51bb304e7d63e

diff --git a/app-forensics/chkrootkit/chkrootkit-0.55.ebuild 
b/app-forensics/chkrootkit/chkrootkit-0.55.ebuild
new file mode 100644
index 000..2ed962c60a0
--- /dev/null
+++ b/app-forensics/chkrootkit/chkrootkit-0.55.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+GENTOO_PATCH="${PN}-0.54-gentoo.diff"
+
+DESCRIPTION="Tool to locally check for signs of a rootkit"
+HOMEPAGE="http://www.chkrootkit.org/;
+SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz
+   https://dev.gentoo.org/~polynomial-c/${GENTOO_PATCH}.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="+cron"
+
+RDEPEND="cron? ( virtual/cron )"
+
+PATCHES=(
+   "${WORKDIR}/${GENTOO_PATCH}"
+)
+
+src_prepare() {
+   default
+   sed -e 's:/var/adm/:/var/log/:g' \
+   -i chklastlog.c || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" STRIP=true sense
+}
+
+src_install() {
+   dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp chkutmp ifpromisc 
strings-static
+   dodoc ACKNOWLEDGMENTS README*
+
+   if use cron ; then
+   exeinto /etc/cron.weekly
+   newexe "${FILESDIR}"/${PN}.cron ${PN}
+   fi
+}
+
+pkg_postinst() {
+   if use cron ; then
+   elog
+   elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!"
+   elog
+   fi
+
+   elog
+   elog "Some applications, such as portsentry, will cause chkrootkit"
+   elog "to produce false positives.  Read the chkrootkit FAQ at"
+   elog "http://www.chkrootkit.org/ for more information."
+   elog
+}



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

2021-06-11 Thread Rick Farina
commit: 9aad94a1664ae59e8779b37e54ad3d3bf8482f5e
Author: Rick Farina  gentoo  org>
AuthorDate: Sat Jun 12 02:34:48 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Sat Jun 12 02:35:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aad94a1

net-wireless/gnuradio: bump

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gnuradio/Manifest |  2 +-
 .../{gnuradio-3.8.2.0-r2.ebuild => gnuradio-3.8.3.1.ebuild}| 10 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/net-wireless/gnuradio/Manifest b/net-wireless/gnuradio/Manifest
index 25a0a8f65ef..bff7dd7bf0b 100644
--- a/net-wireless/gnuradio/Manifest
+++ b/net-wireless/gnuradio/Manifest
@@ -1 +1 @@
-DIST gnuradio-3.8.2.0.tar.xz 2438736 BLAKE2B 
93eabff578cd6b3b6587a6aa083095c787323ebf87a447d61999813e7e5e48b414d080a4fc02d01dabaa9378d42e3a210451a9109fc202991ebda8d1c9669676
 SHA512 
33930f62762cd9e3d1038b4a903f01e7ab33129732d207c126a89c1f1e719e9d656a94cdcbf3f6010f8476fedacee639c8a12444c41cdd56ad9fbace7863a170
+DIST gnuradio-3.8.3.1.tar.gz 3394001 BLAKE2B 
3d1da3b005e03b01c563c1ce4a323cf14917a59eb4e2d6ff1ec36446c3b5b8786ea521976534003c0c8cb7849ab5ba4647fae4ef5794b138da768ac931dd7119
 SHA512 
f22311274e93a4c150dff5cb617802fa70f18bc259139be0b41fdaee5d9b95781743f906d6e3833601afe5de2b0476e0daac8f3bc9ea22932a90c875bfe79204

diff --git a/net-wireless/gnuradio/gnuradio-3.8.2.0-r2.ebuild 
b/net-wireless/gnuradio/gnuradio-3.8.3.1.ebuild
similarity index 94%
rename from net-wireless/gnuradio/gnuradio-3.8.2.0-r2.ebuild
rename to net-wireless/gnuradio/gnuradio-3.8.3.1.ebuild
index b9aa96156bd..9f0a184fbec 100644
--- a/net-wireless/gnuradio/gnuradio-3.8.2.0-r2.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.8.3.1.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} =~ "" ]]; then
EGIT_BRANCH="maint-3.8"
inherit git-r3
 else
-   
SRC_URI="https://github.com/gnuradio/gnuradio/releases/download/v${PV}/${P}.tar.xz;
+   
SRC_URI="https://github.com/gnuradio/gnuradio/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
@@ -115,14 +115,6 @@ DEPEND="${RDEPEND}
zeromq? ( net-libs/cppzmq )
 "
 
-PATCHES=(
-   "${FILESDIR}/gnuradio-3.8.2.0-lamda-gr-qtgui.patch"
-   "${FILESDIR}/gnuradio-3.8.2.0-lamda-gr-uhd.patch"
-   "${FILESDIR}/gnuradio-3.8.2.0-lamda-most-components.patch"
-   "${FILESDIR}/gnuradio-3.8.2.0-lamda-set-msg-handlers.patch"
-   "${FILESDIR}/gnuradio-3.8.2.0-3967.patch"
-)
-
 src_prepare() {
xdg_environment_reset #534582
 



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

2021-06-11 Thread Sam James
commit: c25b3b76f6d2b3166fd93457fb4a2c01409061e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:45:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:45:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25b3b76

profiles: mask camlp4 4.12 too

We've masked OCaml 4.12.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f4d89d95a4..3bc8e7fdd77 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,6 +37,7 @@
 # OCaml 4.12.
 # bug #795138
 >=dev-lang/ocaml-4.12
+=dev-ml/camlp4-4.12
 
 # Alfredo Tupone  (2021-06-11)
 # Masked for removal in 30 days. No more supported



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

2021-06-11 Thread Sam James
commit: 1d41853bd5b9c473dadd3788c849760782d28305
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:21:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:21:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d41853b

dev-lang/go: Stabilize 1.15.13 arm, #794784

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

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

diff --git a/dev-lang/go/go-1.15.13.ebuild b/dev-lang/go/go-1.15.13.ebuild
index df528a8ca2a..0d4ac09e890 100644
--- a/dev-lang/go/go-1.15.13.ebuild
+++ b/dev-lang/go/go-1.15.13.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-06-11 Thread Sam James
commit: 22c59553499aff776b989a29c4fbd1cce83cc25d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:21:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:21:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c59553

dev-lang/go: Stabilize 1.16.5 arm, #794784

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

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

diff --git a/dev-lang/go/go-1.16.5.ebuild b/dev-lang/go/go-1.16.5.ebuild
index d3d5c00c6e6..ec9ee79ef9d 100644
--- a/dev-lang/go/go-1.16.5.ebuild
+++ b/dev-lang/go/go-1.16.5.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-06-11 Thread Sam James
commit: 10ef691f2e1d90d16994f9389a23001019001666
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ef691f

dev-lang/go: Stabilize 1.16.5 arm64, #794784

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

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

diff --git a/dev-lang/go/go-1.16.5.ebuild b/dev-lang/go/go-1.16.5.ebuild
index ede06e67910..d3d5c00c6e6 100644
--- a/dev-lang/go/go-1.16.5.ebuild
+++ b/dev-lang/go/go-1.16.5.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-06-11 Thread Sam James
commit: 4ac4051bfa2e8bce63b50cbf8d82a789e87947ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac4051b

dev-libs/ell: Stabilize 0.40 arm64, #795216

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

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

diff --git a/dev-libs/ell/ell-0.40.ebuild b/dev-libs/ell/ell-0.40.ebuild
index 163c92118f1..489462190d4 100644
--- a/dev-libs/ell/ell-0.40.ebuild
+++ b/dev-libs/ell/ell-0.40.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else

SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc 
x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc 
x86"
 fi
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2021-06-11 Thread Sam James
commit: 02999d681dbbbe52409e32d0aed7dbc772d05473
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02999d68

dev-lang/go: Stabilize 1.15.13 arm64, #794784

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

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

diff --git a/dev-lang/go/go-1.15.13.ebuild b/dev-lang/go/go-1.15.13.ebuild
index e252c4e94fc..df528a8ca2a 100644
--- a/dev-lang/go/go-1.15.13.ebuild
+++ b/dev-lang/go/go-1.15.13.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2021-06-11 Thread Sam James
commit: c34ce4f28510e9d2043b9f42cbd35deb549bf060
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34ce4f2

www-servers/apache: Stabilize 2.4.48 ppc, #795231

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

 www-servers/apache/apache-2.4.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.48.ebuild 
b/www-servers/apache/apache-2.4.48.ebuild
index 7343e87cea3..6213299be9b 100644
--- a/www-servers/apache/apache-2.4.48.ebuild
+++ b/www-servers/apache/apache-2.4.48.ebuild
@@ -139,7 +139,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris"
 
 # FIXME! Move this to eclass once all ebuilds are EAPI-7
 RDEPEND+=" apache2_modules_lua? ( ${LUA_DEPS} )"



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

2021-06-11 Thread Sam James
commit: 6d9bc7666721149c818d4e11631bbe0453a861e4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9bc766

media-sound/qsynth: Stabilize 0.9.3 ppc64, #795369

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

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

diff --git a/media-sound/qsynth/qsynth-0.9.3.ebuild 
b/media-sound/qsynth/qsynth-0.9.3.ebuild
index 6394fb5588e..1f62f63040e 100644
--- a/media-sound/qsynth/qsynth-0.9.3.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="~amd64 ppc ~ppc64 x86"
+   KEYWORDS="~amd64 ppc ppc64 x86"
 fi
 
 LICENSE="GPL-2"



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

2021-06-11 Thread Sam James
commit: a6431b976882adcec5f664b9cc8d0cc68e9facbc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6431b97

net-wireless/iwd: Stabilize 1.14 arm64, #795216

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

 net-wireless/iwd/iwd-1.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.14.ebuild b/net-wireless/iwd/iwd-1.14.ebuild
index 6bfebd068b3..ba35a00d3fe 100644
--- a/net-wireless/iwd/iwd-1.14.ebuild
+++ b/net-wireless/iwd/iwd-1.14.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~sparc x86"
MYRST2MAN="RST2MAN=:"
 fi
 



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

2021-06-11 Thread Sam James
commit: 290714e1f96fb149cef4aa51905a9d7ea1a24048
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290714e1

app-admin/apache-tools: Stabilize 2.4.48 ppc, #795231

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

 app-admin/apache-tools/apache-tools-2.4.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.48.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.48.ebuild
index da529f9a8bd..1e0a6299145 100644
--- a/app-admin/apache-tools/apache-tools-2.4.48.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.48.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris 
~x64-solaris"
 IUSE="ssl"
 RESTRICT="test"
 



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

2021-06-11 Thread Sam James
commit: b6208dd9e80d40de29a5546cbb5d2c70aca82c88
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6208dd9

app-misc/supercat: Stabilize 0.5.6 ppc64, #795330

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

 app-misc/supercat/supercat-0.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/supercat/supercat-0.5.6.ebuild 
b/app-misc/supercat/supercat-0.5.6.ebuild
index c0fd084d935..2a8cb2b56f5 100644
--- a/app-misc/supercat/supercat-0.5.6.ebuild
+++ b/app-misc/supercat/supercat-0.5.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
 src_configure() {
econf --with-system-directory="${EPREFIX}/etc/supercat"



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

2021-06-11 Thread Sam James
commit: 5b6b2249e2995a80e582d1e1850572ed8ef00f75
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:20:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:20:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6b2249

media-sound/qsynth: Stabilize 0.9.3 ppc, #795369

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

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

diff --git a/media-sound/qsynth/qsynth-0.9.3.ebuild 
b/media-sound/qsynth/qsynth-0.9.3.ebuild
index 9300c0a5252..6394fb5588e 100644
--- a/media-sound/qsynth/qsynth-0.9.3.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+   KEYWORDS="~amd64 ppc ~ppc64 x86"
 fi
 
 LICENSE="GPL-2"



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

2021-06-11 Thread Sam James
commit: 9a60203498f7effc8f64cc2de98a543c9a84fc69
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:18:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a602034

media-sound/qsampler: Stabilize 0.9.3 amd64, #795366

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

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

diff --git a/media-sound/qsampler/qsampler-0.9.3.ebuild 
b/media-sound/qsampler/qsampler-0.9.3.ebuild
index d948252e61b..b1939a88974 100644
--- a/media-sound/qsampler/qsampler-0.9.3.ebuild
+++ b/media-sound/qsampler/qsampler-0.9.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Graphical frontend to the LinuxSampler engine"



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

2021-06-11 Thread Sam James
commit: d8bac4aba8ff3102291d8d9012323cfe0af5d3ad
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:18:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:18:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bac4ab

media-sound/qjackctl: Stabilize 0.9.3 amd64, #795357

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

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

diff --git a/media-sound/qjackctl/qjackctl-0.9.3.ebuild 
b/media-sound/qjackctl/qjackctl-0.9.3.ebuild
index 0dbe3b7ebfa..200a042d00b 100644
--- a/media-sound/qjackctl/qjackctl-0.9.3.ebuild
+++ b/media-sound/qjackctl/qjackctl-0.9.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa dbus debug portaudio"
 
 BDEPEND="dev-qt/linguist-tools:5"



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

2021-06-11 Thread Sam James
commit: f687c19d3da7de92e4575b1ce0698c707b260aa4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:18:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f687c19d

app-misc/supercat: Stabilize 0.5.6 amd64, #795330

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

 app-misc/supercat/supercat-0.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/supercat/supercat-0.5.6.ebuild 
b/app-misc/supercat/supercat-0.5.6.ebuild
index 86983d0e9b5..c0fd084d935 100644
--- a/app-misc/supercat/supercat-0.5.6.ebuild
+++ b/app-misc/supercat/supercat-0.5.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
 src_configure() {
econf --with-system-directory="${EPREFIX}/etc/supercat"



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

2021-06-11 Thread Sam James
commit: 546add64690963d008858c131b5502b002ca6962
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:18:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:18:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546add64

media-sound/picard: Stabilize 2.6.2 amd64, #795363

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

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

diff --git a/media-sound/picard/picard-2.6.2.ebuild 
b/media-sound/picard/picard-2.6.2.ebuild
index d6d81ed221a..d04919b3745 100644
--- a/media-sound/picard/picard-2.6.2.ebuild
+++ b/media-sound/picard/picard-2.6.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else

SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${PN}-release-${PV}"
 fi
 



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

2021-06-11 Thread Sam James
commit: 032401061a9302224302818b0c46dfd301753be4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:18:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:18:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03240106

media-sound/drumstick: Stabilize 2.2.0 amd64, #795360

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

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

diff --git a/media-sound/drumstick/drumstick-2.2.0.ebuild 
b/media-sound/drumstick/drumstick-2.2.0.ebuild
index 1033f3f2eb1..dd7730300b5 100644
--- a/media-sound/drumstick/drumstick-2.2.0.ebuild
+++ b/media-sound/drumstick/drumstick-2.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc fluidsynth pulseaudio"
 
 BDEPEND="



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

2021-06-11 Thread Sam James
commit: 2b05afb8a1b3cac0dd4ef9f7e37fcd613121d059
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b05afb8

app-misc/tmux-xpanes: Stabilize 4.1.2 amd64, #795327

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

 app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild 
b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
index dde59e8ed01..ed4e2949a39 100644
--- a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
+++ b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="tmux-based terminal divider"
 HOMEPAGE="https://github.com/greymd/tmux-xpanes;
 SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 



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

2021-06-11 Thread Sam James
commit: 04414a17c864cf0bd862d6ac2d2beb2d1c8f2688
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04414a17

media-libs/libvpx: Stabilize 1.10.0 amd64, #793890

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

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

diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild 
b/media-libs/libvpx/libvpx-1.10.0.ebuild
index 7308c322482..72392a01fad 100644
--- a/media-libs/libvpx/libvpx-1.10.0.ebuild
+++ b/media-libs/libvpx/libvpx-1.10.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0/6"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc +highbitdepth postproc static-libs svc test +threads"
 
 REQUIRED_USE="test? ( threads )"



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

2021-06-11 Thread Sam James
commit: c3b5c219e51e3d3d10bc810849cf09b46a4e216f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b5c219

media-libs/tg_owt: Stabilize 0_pre20210422 amd64, #793890

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

 media-libs/tg_owt/tg_owt-0_pre20210422.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/tg_owt/tg_owt-0_pre20210422.ebuild 
b/media-libs/tg_owt/tg_owt-0_pre20210422.ebuild
index c7df11e1b9c..3e8e01ec1d2 100644
--- a/media-libs/tg_owt/tg_owt-0_pre20210422.ebuild
+++ b/media-libs/tg_owt/tg_owt-0_pre20210422.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/desktop-app/tg_owt/archive/${TG_OWT_COMMIT}.tar.gz -
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 # Bundled libs:
 # - libyuv (no stable versioning, www-client/chromium and media-libs/libvpx 
bundle it)



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

2021-06-11 Thread Sam James
commit: 60da7b6545ffa53de41c57453017b51b8e0518f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:16:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:16:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60da7b65

media-sound/picard: Stabilize 2.6.2 x86, #795363

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

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

diff --git a/media-sound/picard/picard-2.6.2.ebuild 
b/media-sound/picard/picard-2.6.2.ebuild
index c395e2d4e27..d6d81ed221a 100644
--- a/media-sound/picard/picard-2.6.2.ebuild
+++ b/media-sound/picard/picard-2.6.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else

SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
S="${WORKDIR}/${PN}-release-${PV}"
 fi
 



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

2021-06-11 Thread Sam James
commit: 585a0ca69f73622f28fba57575d14ac062a1a82f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:16:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:16:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585a0ca6

media-sound/drumstick: Stabilize 2.2.0 x86, #795360

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

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

diff --git a/media-sound/drumstick/drumstick-2.2.0.ebuild 
b/media-sound/drumstick/drumstick-2.2.0.ebuild
index 1459d1b265a..1033f3f2eb1 100644
--- a/media-sound/drumstick/drumstick-2.2.0.ebuild
+++ b/media-sound/drumstick/drumstick-2.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc fluidsynth pulseaudio"
 
 BDEPEND="



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

2021-06-11 Thread Sam James
commit: c63160b0f561c3c67566a6acabccb83a50859c5c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:16:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:16:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63160b0

app-misc/supercat: Stabilize 0.5.6 x86, #795330

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

 app-misc/supercat/supercat-0.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/supercat/supercat-0.5.6.ebuild 
b/app-misc/supercat/supercat-0.5.6.ebuild
index bb8f7da29ff..86983d0e9b5 100644
--- a/app-misc/supercat/supercat-0.5.6.ebuild
+++ b/app-misc/supercat/supercat-0.5.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 
 src_configure() {
econf --with-system-directory="${EPREFIX}/etc/supercat"



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

2021-06-11 Thread Sam James
commit: 36a8314122add5dd847303aa340b43f1aeb3d298
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a83141

media-sound/qsynth: Stabilize 0.9.3 x86, #795369

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

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

diff --git a/media-sound/qsynth/qsynth-0.9.3.ebuild 
b/media-sound/qsynth/qsynth-0.9.3.ebuild
index 59c6e5666ca..9300c0a5252 100644
--- a/media-sound/qsynth/qsynth-0.9.3.ebuild
+++ b/media-sound/qsynth/qsynth-0.9.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 fi
 
 LICENSE="GPL-2"



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

2021-06-11 Thread Sam James
commit: 39e814ede4c5b2a2abeed6d5daad26a21c8131f4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e814ed

net-im/telegram-desktop: Stabilize 2.7.4-r1 amd64, #793890

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

 net-im/telegram-desktop/telegram-desktop-2.7.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/telegram-desktop/telegram-desktop-2.7.4-r1.ebuild 
b/net-im/telegram-desktop/telegram-desktop-2.7.4-r1.ebuild
index bf094b20847..ba8f3836006 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.7.4-r1.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.7.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${
 
 LICENSE="BSD GPL-3-with-openssl-exception LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 IUSE="+dbus enchant +gtk +hunspell +spell wayland webkit +X"
 
 RDEPEND="



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

2021-06-11 Thread Sam James
commit: e27b99dad1c20f85f7d121bc7f18b50d7e0f05a4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27b99da

media-libs/libtgvoip: Stabilize 2.4.4_p20210302-r1 amd64, #793890

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

 media-libs/libtgvoip/libtgvoip-2.4.4_p20210302-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20210302-r1.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20210302-r1.ebuild
index 61e1244e5dd..63e5f5b38f1 100644
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20210302-r1.ebuild
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20210302-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/telegramdesktop/libtgvoip/archive/${LIBTGVOIP_COMMIT
 
 LICENSE="Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 IUSE="+dsp +alsa pulseaudio"
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: 6bc5e98a410ebf7ef1de352e0a4fc005ef99f830
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc5e98a

net-libs/usrsctp: Stabilize 0.9.5.0 amd64, #793890

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

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

diff --git a/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild 
b/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild
index 93b44462308..68cb10c3837 100644
--- a/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild
+++ b/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sctplab/usrsctp/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 
 DOCS=( LICENSE.md Manual.md README.md )
 PATCHES=( "${FILESDIR}/${P}-pc-inc-path.patch" )



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

2021-06-11 Thread Sam James
commit: 4ac052bbf84cb9c12c7a6d9712bc019498015280
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:17:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:17:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac052bb

media-sound/linuxsampler: Stabilize 2.2.0 amd64, #795186

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

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

diff --git a/media-sound/linuxsampler/linuxsampler-2.2.0.ebuild 
b/media-sound/linuxsampler/linuxsampler-2.2.0.ebuild
index db469f65a3a..b8df140e629 100644
--- a/media-sound/linuxsampler/linuxsampler-2.2.0.ebuild
+++ b/media-sound/linuxsampler/linuxsampler-2.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="alsa doc jack lv2 sf2 sqlite"
 REQUIRED_USE="|| ( alsa jack )"
 



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

2021-06-11 Thread Sam James
commit: 713f84f240073b672f746a1e257175ec2974fd7f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:16:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:16:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713f84f2

dev-ml/parmap: add 1.2.3

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

 dev-ml/parmap/Manifest|  1 +
 dev-ml/parmap/parmap-1.2.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/parmap/Manifest b/dev-ml/parmap/Manifest
index d06676ac38d..2110ccd4409 100644
--- a/dev-ml/parmap/Manifest
+++ b/dev-ml/parmap/Manifest
@@ -1,2 +1,3 @@
 DIST parmap-1.2.1.tar.gz 47069 BLAKE2B 
85d67aacff70c9d8b70c73e4673486804a0d0a4cc52391cd93bf12ed19206c11cb77066e64757f5a22352580789383e04b7d984aade5e60872be12728a173fb6
 SHA512 
b5ed86b464f68db625e6442606cb74c7e2b10fd066a20732e60042d32b937c20f83ff4ebf17f47b79ee6725e0de9ca42bbb050c06b47d90a27052b3b0fb07afb
+DIST parmap-1.2.3.tar.gz 47481 BLAKE2B 
3c65448d244e6079444912ffaaea35982d44123f6259c2d15b7f1618afd10c79972f00f7e2744da270b298f4bca090c34c96e6e36638f2aaabba4ed774af24b5
 SHA512 
f050492ae1c5fc7c9d0baddaed44ea9920da7d2a5ed6455e93fd427648037a5e00051b6eaaf982174d88ed4de9b0123a1c4eff203f1ba6bef3384b5c7e2952c4
 DIST parmap-1.2.tar.gz 47083 BLAKE2B 
e790087273fcf749b000c7ad3a2f5b2cafea91c529e3a4687b1d882d203cb43e4069a42675319c27878d8bca3fa0e19af96ab1dfda8df3967dc48d28ec542b91
 SHA512 
69431e146e8aa01823ae1583c6a5e7753436cecee37c3da3064a836c20cf8c6b9033248412203406d03bd4efdd957b2e118ea5c5866e3bd1f668d8c4fd48777f

diff --git a/dev-ml/parmap/parmap-1.2.3.ebuild 
b/dev-ml/parmap/parmap-1.2.3.ebuild
new file mode 100644
index 000..44ada0a2777
--- /dev/null
+++ b/dev-ml/parmap/parmap-1.2.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+MY_PV="${PV/_/-}"
+DESCRIPTION="Library to exploit multicore architectures for OCaml programs"
+HOMEPAGE="https://www.dicosmo.org/code/parmap/;
+SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV/+/-}"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+BDEPEND="dev-ml/dune-configurator"
+RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
+DEPEND="${RDEPEND}"



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

2021-06-11 Thread Sam James
commit: 18b462f5adde71b6abb0c287e2db30097263ff45
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:06:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b462f5

profiles: mask OCaml 4.12

Breaks too many reverse dependencies for now.

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b43f850b801..9f4d89d95a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2021-06-12)
+# Masked until all reverse dependencies support
+# OCaml 4.12.
+# bug #795138
+>=dev-lang/ocaml-4.12
+
 # Alfredo Tupone  (2021-06-11)
 # Masked for removal in 30 days. No more supported
 

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

2021-06-11 Thread Sam James
commit: e62ba67de3136ae597086a1ff9ed8ccd315bb291
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:16:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:16:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62ba67d

app-misc/tmux-xpanes: Stabilize 4.1.2 x86, #795327

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

 app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild 
b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
index 2b3315319df..dde59e8ed01 100644
--- a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
+++ b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="tmux-based terminal divider"
 HOMEPAGE="https://github.com/greymd/tmux-xpanes;
 SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 LICENSE="MIT"
 SLOT="0"
 



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

2021-06-11 Thread Sam James
commit: 891fb7e6262ce80901340eaf3b15c6e5a7ff987e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:16:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:16:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891fb7e6

media-sound/qjackctl: Stabilize 0.9.3 x86, #795357

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

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

diff --git a/media-sound/qjackctl/qjackctl-0.9.3.ebuild 
b/media-sound/qjackctl/qjackctl-0.9.3.ebuild
index 15137741a07..0dbe3b7ebfa 100644
--- a/media-sound/qjackctl/qjackctl-0.9.3.ebuild
+++ b/media-sound/qjackctl/qjackctl-0.9.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="alsa dbus debug portaudio"
 
 BDEPEND="dev-qt/linguist-tools:5"



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

2021-06-11 Thread Sam James
commit: 5817ebe4403eac13c71b81b905c36b05a74ae83a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:01:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:01:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5817ebe4

kde-plasma/ksystemstats: x86 keyworded

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

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

diff --git a/kde-plasma/ksystemstats/ksystemstats-5.22.0.ebuild 
b/kde-plasma/ksystemstats/ksystemstats-5.22.0.ebuild
index 8f9988de90c..41f423d60e5 100644
--- a/kde-plasma/ksystemstats/ksystemstats-5.22.0.ebuild
+++ b/kde-plasma/ksystemstats/ksystemstats-5.22.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Plugin-based system monitoring daemon"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="lm-sensors networkmanager"
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: be1a8623f3111210181954d630ccc86b31a27dec
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1a8623

kde-plasma/powerdevil: x86 keyworded

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

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

diff --git a/kde-plasma/powerdevil/powerdevil-5.22.0.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.22.0.ebuild
index d1759e235d8..2726ed47db2 100644
--- a/kde-plasma/powerdevil/powerdevil-5.22.0.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.22.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="brightness-control caps +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2021-06-11 Thread Sam James
commit: f89160504ab679838b020fd3e76bb977e545b5d4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8916050

kde-plasma/xdg-desktop-portal-kde: x86 keyworded

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

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.0.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.0.ebuild
index 8ebf42827bd..b2f783a8184 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.0.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2021-06-11 Thread Sam James
commit: 0d6bfc2c90cfd27410e4ad630a93fc7908a64459
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6bfc2c

kde-plasma/sddm-kcm: x86 keyworded

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

 kde-plasma/sddm-kcm/sddm-kcm-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.22.0.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.22.0.ebuild
index bc5eff249ca..a964aab9ca2 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.22.0.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.22.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: b0b6d2facc213810a388965c98f0c9ddba1d7bc5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:02:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b6d2fa

kde-plasma/plasma-systemmonitor: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild
index 1e0d1aade3b..9aea23c5722 100644
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
 
 LICENSE="|| ( GPL-3 GPL-2 )"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: e916a71f323663d839b52a8fd379c603b02102d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 01:01:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 01:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e916a71f

kde-plasma/plasma-meta: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.0.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.0.ebuild
index 0e09afb1c3f..c573123c626 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.22.0.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.22.0.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop/;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
 +kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk



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

2021-06-11 Thread Sam James
commit: 07235f1809e883a46ef6d4e7971ee46dbe0f3b8e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07235f18

kde-plasma/polkit-kde-agent: x86 keyworded

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

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.0.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.0.ebuild
index 084262d51a9..a4565bb80d5 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.0.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2021-06-11 Thread Sam James
commit: d925c7b16fdc14a5c239f5e19af172f0522cc07a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d925c7b1

kde-plasma/xembed-sni-proxy: x86 keyworded

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

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.0.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.0.ebuild
index cb4c43ce9f5..8800736f3b9 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.0.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.0.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



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

2021-06-11 Thread Sam James
commit: 175a148f5dd8366cca6a6793558fc3c46bd007e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175a148f

kde-plasma/systemsettings: x86 keyworded

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

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

diff --git a/kde-plasma/systemsettings/systemsettings-5.22.0.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.22.0.ebuild
index ab051f23543..70af1905b26 100644
--- a/kde-plasma/systemsettings/systemsettings-5.22.0.ebuild
+++ b/kde-plasma/systemsettings/systemsettings-5.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Control Center to configure KDE Plasma desktop"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: a84e430a708589bedea9bc969b89761d5acb20b5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84e430a

kde-plasma/plymouth-kcm: x86 keyworded

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

 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild
index 9f28fe62027..f7b04384e0f 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: 1ea25970a7eb5e7e7e2c0137798bc5664ef31c5d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:56:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:56:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea25970

kde-plasma/plasma-vault: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.22.0.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.22.0.ebuild
index cfe1006c0c2..7d7cecf192d 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.22.0.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.22.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="networkmanager"
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: 542ff1d1c7756b32b608f3b16ff8f4631965ecb8
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:57:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:57:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542ff1d1

kde-plasma/plasma-workspace: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.22.0.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.22.0.ebuild
index 1c0e6db2f52..c97ca9db5d4 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.22.0.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.22.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast
 +semantic-desktop systemd telemetry"
 



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

2021-06-11 Thread Sam James
commit: 38436ff7262f0093e16f53639fd13741599b06d4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:56:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:56:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38436ff7

kde-plasma/plasma-sdk: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
index e42f508c1f0..81a6c45c8af 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: d1a3f2207cafa115ece3a2f500944ca03fc8f091
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:56:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:56:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a3f220

kde-plasma/plasma-workspace-wallpapers: x86 keyworded

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

 .../plasma-workspace-wallpapers-5.22.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.0.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.0.ebuild
index 5982dbd4226..c67f9b59452 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.0.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 BDEPEND="



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

2021-06-11 Thread Sam James
commit: b00c4fde88136a0326e8a9c0286887f8ef7323af
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:55:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:55:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00c4fde

kde-plasma/plasma-integration: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
index 1dc95c5283b..7c83bb4eb61 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the 
Plasma workspaces"
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 # requires running kde environment



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

2021-06-11 Thread Sam James
commit: e78640d8a4a149ccfdf21723890f543916b4596c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:55:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:55:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78640d8

kde-plasma/plasma-desktop: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.22.0.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.22.0.ebuild
index a04f6d79e46..cee85fe1cfb 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.22.0.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.22.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="emoji ibus +kaccounts +policykit scim +semantic-desktop"
 
 COMMON_DEPEND="



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

2021-06-11 Thread Sam James
commit: 3615a77adb541afc2abd0b25469f4948c0fc42ca
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:56:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:56:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3615a77a

kde-plasma/plasma-thunderbolt: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.0.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.0.ebuild
index 6093c440490..952807b2c0b 100644
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.0.ebuild
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
 
 LICENSE="|| ( GPL-2 GPL-3+ )"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 # tests require DBus



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

2021-06-11 Thread Sam James
commit: 449e5e457e886b2b220e901f9cf5de2c958794a3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:56:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:56:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449e5e45

kde-plasma/plasma-pa: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.0.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.22.0.ebuild
index 200f796ab5c..2048163e2dc 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.22.0.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.22.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2021-06-11 Thread Sam James
commit: ceb31e9f138c84f3979e9d1225755631e28dd1f0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 00:55:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 00:55:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb31e9f

kde-plasma/plasma-firewall: x86 keyworded

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

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

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.0.ebuild
index afe1e1b1b0b..fdd3e3e02c7 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.0.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



  1   2   3   4   >