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

2020-04-20 Thread Jeroen Roovers
commit: 88d0bd4111827575a4c535a04682e0b49425f922
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 21 05:39:00 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 21 05:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d0bd41

x11-wm/herbstluftwm: Version 0.8.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-wm/herbstluftwm/Manifest  |  1 +
 x11-wm/herbstluftwm/herbstluftwm-0.8.1.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/x11-wm/herbstluftwm/Manifest b/x11-wm/herbstluftwm/Manifest
index 2a770ba3b3a..f942fbb164d 100644
--- a/x11-wm/herbstluftwm/Manifest
+++ b/x11-wm/herbstluftwm/Manifest
@@ -1,2 +1,3 @@
 DIST herbstluftwm-0.7.2.tar.gz 245506 BLAKE2B 
72d0bb2a77e519161d193ac7b2b9f1f878ccb6cfe4914b6c75d060e2daa0bec4203ee4ebf203b9fa1dfb844d71d50aa7c03257c78aa22e906bf42519d1e592af
 SHA512 
abb49bbc3de9a0ef619ce7063c1cea0d0d25ab2195c53dc0d33e061ad24060da4bbe9b99b9b9126028cdf68b462d4fcc8d1534431e4892d571ff897a68d2113c
 DIST herbstluftwm-0.8.0.tar.gz 358434 BLAKE2B 
770aa66c2e8926d5f73b36ae2376e33ac92f9f72e2d45f55caa3247710f88b0eef72bed8a7242ba4ef298d9e8a7af3768114bd5149aa5596aa4682caef7e9e91
 SHA512 
108ef76e6f81d98742c37a1a5ecf1ce998d6fc8ee43642acb08716a5bee2e7a691f1f8defe9c81ecc8930f8b29ba7a49efe2eb00a3699c22de1a5f841266873c
+DIST herbstluftwm-0.8.1.tar.gz 369291 BLAKE2B 
7f500c0d3b5b8e4c30778e8cf4af97ef3605c8cad7d3825d2edc04fc3be56f4eaa3889e505b48c9a83277b0e495a894d96b68b5b683590c0f286a8438ad4a429
 SHA512 
ba845e91242d08fdd264c6354651e84dba3b8941bab3756102570c82c78d5ca734694fd3fcbc9c035776133be8a98a62cc8218378ecddb22aca4cda1ae1fb5be

diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.8.1.ebuild 
b/x11-wm/herbstluftwm/herbstluftwm-0.8.1.ebuild
new file mode 100644
index 000..c6dbf314e58
--- /dev/null
+++ b/x11-wm/herbstluftwm/herbstluftwm-0.8.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs cmake-utils
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm;
+   BDEPEND="app-text/asciidoc"
+else
+   SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   BDEPEND=""
+fi
+
+DESCRIPTION="A manual tiling window manager for X"
+HOMEPAGE="https://herbstluftwm.org/;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="examples xinerama zsh-completion"
+
+DEPEND="
+   >=dev-libs/glib-2.24:2
+   x11-libs/libX11
+   x11-libs/libXext
+   xinerama? ( x11-libs/libXinerama )
+"
+RDEPEND="
+   ${DEPEND}
+   app-shells/bash
+   zsh-completion? ( app-shells/zsh )
+"
+BDEPEND+="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   sed -i \
+   -e '/^install.*LICENSEDIR/d' \
+   -e '/set(DOCDIR / s#.*#set(DOCDIR ${CMAKE_INSTALL_DOCDIR})#' \
+   CMakeLists.txt || die
+
+   mycmakeargs=(
+   -DWITH_XINERAMA=$(usex xinerama)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if ! use examples; then
+   rm -r "${ED}"/usr/share/doc/${PF}/examples || die
+   fi
+
+   if ! use zsh-completion; then
+   rm -r "${ED}"/usr/share/zsh || die
+   fi
+}



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

2020-04-20 Thread Zac Medico
commit: 8dca612ca4c7e32e51bda62943a224b717decf33
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 21 03:45:58 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 21 04:33:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dca612c

sys-apps/portage: revbump to 2.3.99-r2 for bug 718578

 #718578 ModuleNotFoundError for portage.util.netlink

Bug: https://bugs.gentoo.org/711148
Closes: https://bugs.gentoo.org/718578
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 .../portage/{portage-2.3.99-r1.ebuild => portage-2.3.99-r2.ebuild} | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/portage-2.3.99-r1.ebuild 
b/sys-apps/portage/portage-2.3.99-r2.ebuild
similarity index 96%
rename from sys-apps/portage/portage-2.3.99-r1.ebuild
rename to sys-apps/portage/portage-2.3.99-r2.ebuild
index 2b801329cf6..9944a9afe0f 100644
--- a/sys-apps/portage/portage-2.3.99-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.99-r2.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( pypy3 python3_6 python3_7 python3_8 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 linux-info systemd prefix
+inherit distutils-r1 epatch linux-info systemd prefix
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
@@ -78,7 +78,8 @@ prefix_src_archives() {
 
 TARBALL_PV=${PV}
 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
-   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
+   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)
+   
https://github.com/gentoo/portage/commit/9738a404e876270cbdef2514f66915bce35d7435.patch
 -> portage-2.3.89-bug-718578.patch"
 
 pkg_pretend() {
local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS"
@@ -89,6 +90,8 @@ pkg_pretend() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   epatch "${DISTDIR}/portage-2.3.89-bug-718578.patch"
+
# Apply 03efd1125214
sed -e '50s|"EMERGE_FROM", "EPREFIX",|"EMERGE_FROM", "ENV_UNSET", 
"EPREFIX",|' -i lib/portage/package/ebuild/_config/special_env_vars.py || die
 



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

2020-04-20 Thread Zac Medico
commit: a81ec04a86a9b593d9dbafe30e96cd8453831798
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 21 03:08:09 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 21 03:11:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81ec04a

sys-apps/portage: stable revbump to 2.3.89-r3 for bug 718578

 #718578 ModuleNotFoundError for portage.util.netlink

Bug: https://bugs.gentoo.org/706142
Bug: https://bugs.gentoo.org/718578
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest  | 1 +
 .../portage/{portage-2.3.89-r2.ebuild => portage-2.3.89-r3.ebuild} | 7 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 7d0c0150bbe..28907f84528 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,4 +1,5 @@
 DIST portage-2.3.69.tar.bz2 1027945 BLAKE2B 
22a06370d9db8f8954f609a4435983b914f03c11fa1c4c857089738db574e3346fc286c77bb62103d868742b423484b3a186cbc22545a0f516a5724e331e
 SHA512 
20a6c9d26829e9d3738da824aa3fcc0bc8f01019ae9631871ce56e5ff37d91ed27d7b9505c433cc3b7441290abf98bf0897bbb66c099cbb982854047e6c8f045
+DIST portage-2.3.89-bug-718578.patch 1325 BLAKE2B 
7a3bc520274617736eac2e3d078e90d151bdb5d8615f6217a499c0f5d4c80813f2c753e7902cf34482df0725ad0b43a38707764c8be14aae9f7ca34f0bd8721f
 SHA512 
6f1c5d7b42beb8078c45cccbad2bd65374b69af92521d9be3beb6784477ca5bcdd75d8e762b239e44e3121e6fe5e3a040c92c9b61521e4a9b1d6bafee10d4c88
 DIST portage-2.3.89.tar.bz2 1048621 BLAKE2B 
1353f0697a977eb395abd857c8cc43c839912f4bd31436c6620d10e3dc29dc32ee9970478ad0f569b02f14989c48a7d956a233c7db22e172897a49a98fd2a94d
 SHA512 
fa453d3134139fc1f435d6388aa7d6271cd680d08ea1736269a917c12500bb463a81afc956ddd0045e98784bcdbb6541c333be6ff0c2a00feeb482b637f08e98
 DIST portage-2.3.98.tar.bz2 1049738 BLAKE2B 
f312a6e0f7fedee3d4d5948b50aad7dc786e5141a22fa6df9d5d425d76cd094c6e3256460230f8fd6b4261647413a6959578dd5feeda2a966ed5e9046b246d4e
 SHA512 
a9ad1f268479e93f4b197c21db4ff352f96299828593eb34ca678471badbdcb72d6a0e5a62be40b24b84775fbed880d0169d25a4686e0f71805225fe242b6686
 DIST portage-2.3.99.tar.bz2 1051210 BLAKE2B 
dd3f990dbc87e655a767ce01e1ee3f0b1d5226fa818949408e54b81a2f96e50a4215a79af42b00dc795792858c4f86453b238b14baef4f0793c937b5617534b8
 SHA512 
176842318a4134ce54c5aa6485fef296f5a14edd2a72421c2011973a0f1a6af39bc5398f1e9eb3b8666d5fc307589c5b91ab93c219bdedb2d307357d8ddefbf5

diff --git a/sys-apps/portage/portage-2.3.89-r2.ebuild 
b/sys-apps/portage/portage-2.3.89-r3.ebuild
similarity index 96%
rename from sys-apps/portage/portage-2.3.89-r2.ebuild
rename to sys-apps/portage/portage-2.3.89-r3.ebuild
index 82f329575e0..33c9b7f89e8 100644
--- a/sys-apps/portage/portage-2.3.89-r2.ebuild
+++ b/sys-apps/portage/portage-2.3.89-r3.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( pypy3 python3_6 python3_7 python3_8 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 linux-info systemd prefix
+inherit distutils-r1 epatch linux-info systemd prefix
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
@@ -82,7 +82,8 @@ prefix_src_archives() {
 
 TARBALL_PV=${PV}
 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
-   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
+   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)
+   
https://github.com/gentoo/portage/commit/9738a404e876270cbdef2514f66915bce35d7435.patch
 -> portage-2.3.89-bug-718578.patch"
 
 pkg_pretend() {
local CONFIG_CHECK="~IPC_NS ~PID_NS ~NET_NS"
@@ -93,6 +94,8 @@ pkg_pretend() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   epatch "${DISTDIR}/portage-2.3.89-bug-718578.patch"
+
# Apply e762752a8bf5c19e0d6d7b22de86306bfa4270ba for bug 711400.
sed -e 's|\(if\) \(graph_interface.want_update_pkg(parent, 
avail_pkg):\)|\1 parent is not None and \2|' -i lib/portage/dep/dep_check.py || 
die
 



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

2020-04-20 Thread Michael Orlitzky
commit: 8827e0c526c4dc5d6382cd91d1547f64f85b1ace
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Apr 21 01:26:55 2020 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Apr 21 02:46:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8827e0c5

dev-libs/ppl: new revision to fix the build with clang.

This new revision includes an upstream patch (from their git
repository) to fix the build with clang by adding some missing
keywords that should have been there all along. Thanks to Olivier
Huber for the report and for tracking down the patch.

When building with clang, the ./configure script spits out scary
warnings about missing the GCC-specific -frounding-math flag. I
wouldn't worry about it, but judge for yourself.

Closes: https://bugs.gentoo.org/717768
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-libs/ppl/files/fix-clang-build.patch | 37 +
 dev-libs/ppl/ppl-1.2-r3.ebuild   | 68 
 2 files changed, 105 insertions(+)

diff --git a/dev-libs/ppl/files/fix-clang-build.patch 
b/dev-libs/ppl/files/fix-clang-build.patch
new file mode 100644
index 000..648ff59aa30
--- /dev/null
+++ b/dev-libs/ppl/files/fix-clang-build.patch
@@ -0,0 +1,37 @@
+From: Roberto Bagnara 
+Date: Sun, 11 Feb 2018 08:11:09 + (+0100)
+Subject: Added missing "template" and "typename" keywords.
+X-Git-Url: 
http://www.cs.unipr.it/git/gitweb.cgi?p=ppl%2Fppl.git;a=commitdiff_plain;h=c39f6a07b51f89e365b05ba4147aa2aa448febd7;hp=3a5e1e20a94cffb830182f22132b153d6691b7c5
+
+Added missing "template" and "typename" keywords.
+(Thanks to Dmitrii Pasechnik.)
+---
+
+diff --git a/src/Determinate_inlines.hh b/src/Determinate_inlines.hh
+index 2749953..5b47275 100644
+--- a/src/Determinate_inlines.hh
 b/src/Determinate_inlines.hh
+@@ -289,8 +289,8 @@ operator()(Determinate& x, const Determinate& y) const {
+ 
+ template 
+ template 
+-inline
+-Determinate::Binary_Operator_Assign_Lifter
++inline typename
++Determinate::template 
Binary_Operator_Assign_Lifter
+ Determinate::lift_op_assign(Binary_Operator_Assign op_assign) {
+   return Binary_Operator_Assign_Lifter(op_assign);
+ }
+diff --git a/src/OR_Matrix_inlines.hh b/src/OR_Matrix_inlines.hh
+index b20b697..8124b7f 100644
+--- a/src/OR_Matrix_inlines.hh
 b/src/OR_Matrix_inlines.hh
+@@ -97,7 +97,7 @@ OR_Matrix::Pseudo_Row::Pseudo_Row(const Pseudo_Row& 
y)
+ 
+ template 
+ template 
+-inline OR_Matrix::Pseudo_Row&
++inline typename OR_Matrix::template Pseudo_Row&
+ OR_Matrix::Pseudo_Row::operator=(const Pseudo_Row& y) {
+   first = y.first;
+ #if PPL_OR_MATRIX_EXTRA_DEBUG

diff --git a/dev-libs/ppl/ppl-1.2-r3.ebuild b/dev-libs/ppl/ppl-1.2-r3.ebuild
new file mode 100644
index 000..91ea71b2109
--- /dev/null
+++ b/dev-libs/ppl/ppl-1.2-r3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="The Parma Polyhedra Library for numerical analysis of complex 
systems"
+HOMEPAGE="http://bugseng.com/products/ppl;
+SRC_URI="http://bugseng.com/products/ppl/download/ftp/releases/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0/4.14" # SONAMEs
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~sparc-solaris"
+IUSE="cdd +cxx doc lpsol pch static-libs test"
+
+RDEPEND=">=dev-libs/gmp-6[cxx]
+   lpsol? ( sci-mathematics/glpk )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/m4"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/disable-mipproblem2.patch"
+   "${FILESDIR}/disable-containsintegerpoint1.patch"
+   "${FILESDIR}/disable-boeing-tests.patch"
+   "${FILESDIR}/fix-clang-build.patch"
+)
+
+src_prepare() {
+   default
+
+   # The patch should do this, but then the diff makes it run
+   # afoul of the Gentoo patch size limit.
+   rm demos/ppl_lpsol/examples/boeing[12].mps || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local interfaces=( c )
+   use cxx && interfaces+=( cxx )
+   econf \
+   --disable-debugging \
+   --disable-optimization \
+   $(use_enable doc documentation) \
+   $(use_enable cdd ppl_lcdd) \
+   $(use_enable lpsol ppl_lpsol) \
+   $(use_enable pch) \
+   $(use_enable static-libs static) \
+   --enable-interfaces="${interfaces[*]}" \
+   $(use test && echo --enable-check=quick)
+}
+
+src_install() {
+   default
+   if ! use static-libs; then
+   find "${ED}"/usr -name 'libppl*.la' -delete || die
+   fi
+
+   pushd "${ED}/usr/share/doc/${PF}" >/dev/null || die
+   rm gpl* fdl* || die
+   if ! use doc ; then
+   rm -r *-html/ *.ps.gz *.pdf || die
+   fi
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/

2020-04-20 Thread Sergey Torokhov
commit: 4fa8efb8925d8483f87388a61882e1d7eff43d7a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Apr 21 00:31:15 2020 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Tue Apr 21 00:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fa8efb8

dev-vcs/lazygit: 0.20 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.20.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 780c69f..d6a94d6 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1 +1,2 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
+DIST lazygit-0.20.tar.gz 9193540 BLAKE2B 
e48b68dc68f124e0dc63c1a846232e45f4e8ab0113b10a80d34adf6d28454d9b30cc6b03ab17a0b23700031b59ac9f809c00d5b9a6ee729e136e9cd68cbc83c4
 SHA512 
9e45a117322be87d56d1824cb87ecd1fb6c5dad8de3ef950f25d9e3fbe3bc712507575d59702c1614acbc999cdc482ab9fe852e5b16424ac40f2c94f070cef9b

diff --git a/dev-vcs/lazygit/lazygit-0.20.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



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

2020-04-20 Thread Thomas Deutschmann
commit: c1247cc12f084578743d9a9419535ff60d97117a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr 20 22:24:14 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr 20 23:59:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1247cc1

dev-db/mysql: fix code style

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mysql/mysql-8.0.19-r1.ebuild | 30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/dev-db/mysql/mysql-8.0.19-r1.ebuild 
b/dev-db/mysql/mysql-8.0.19-r1.ebuild
index d5d74638f76..404aa98a36e 100644
--- a/dev-db/mysql/mysql-8.0.19-r1.ebuild
+++ b/dev-db/mysql/mysql-8.0.19-r1.ebuild
@@ -399,19 +399,19 @@ src_test() {
touch "${T}/disabled.def"
 
local -a disabled_tests
-   disabled_tests+=( "auth_sec.keyring_file_data_qa;0;Won't work with user 
privileges")
-   disabled_tests+=( "gis.spatial_analysis_functions_buffer;5452;Known 
rounding error with latest AMD processors (PS)")
-   disabled_tests+=( "gis.gis_bugs_crashes;5452;Known rounding error with 
latest AMD processors (PS)")
-   disabled_tests+=( "gis.geometry_class_attri_prop;5452;Known rounding 
error with latest AMD processors (PS)")
-   disabled_tests+=( 
"gis.spatial_utility_function_distance_sphere;5452;Known rounding error with 
latest AMD processors (PS)")
-   disabled_tests+=( "gis.geometry_property_function_issimple;5452;Known 
rounding error with latest AMD processors (PS)")
-   disabled_tests+=( "gis.spatial_analysis_functions_centroid;5452;Known 
rounding error with latest AMD processors (PS)")
-   disabled_tests+=( "gis.spatial_operators_intersection;5452;Known 
rounding error with latest AMD processors (PS)")
-   disabled_tests+=( "gis.spatial_utility_function_simplify;5452;Known 
rounding error with latest AMD processors (PS)")
-   disabled_tests+=( "gis.spatial_op_testingfunc_mix;5452;Known rounding 
error with latest AMD processors (PS)")
-   disabled_tests+=( "gis.spatial_analysis_functions_distance;5452;Known 
rounding error with latest AMD processors (PS)")
-   disabled_tests+=( "main.window_std_var;0;Known rounding error with 
latest AMD processors -- no upstream bug yet")
-   disabled_tests+=( "main.window_std_var_optimized;0;Known rounding error 
with latest AMD processors -- no upstream bug yet")
+   disabled_tests+=( "auth_sec.keyring_file_data_qa;0;Won't work with user 
privileges" )
+   disabled_tests+=( "gis.spatial_analysis_functions_buffer;5452;Known 
rounding error with latest AMD processors (PS)" )
+   disabled_tests+=( "gis.gis_bugs_crashes;5452;Known rounding error with 
latest AMD processors (PS)" )
+   disabled_tests+=( "gis.geometry_class_attri_prop;5452;Known rounding 
error with latest AMD processors (PS)" )
+   disabled_tests+=( 
"gis.spatial_utility_function_distance_sphere;5452;Known rounding error with 
latest AMD processors (PS)" )
+   disabled_tests+=( "gis.geometry_property_function_issimple;5452;Known 
rounding error with latest AMD processors (PS)" )
+   disabled_tests+=( "gis.spatial_analysis_functions_centroid;5452;Known 
rounding error with latest AMD processors (PS)" )
+   disabled_tests+=( "gis.spatial_operators_intersection;5452;Known 
rounding error with latest AMD processors (PS)" )
+   disabled_tests+=( "gis.spatial_utility_function_simplify;5452;Known 
rounding error with latest AMD processors (PS)" )
+   disabled_tests+=( "gis.spatial_op_testingfunc_mix;5452;Known rounding 
error with latest AMD processors (PS)" )
+   disabled_tests+=( "gis.spatial_analysis_functions_distance;5452;Known 
rounding error with latest AMD processors (PS)" )
+   disabled_tests+=( "main.window_std_var;0;Known rounding error with 
latest AMD processors -- no upstream bug yet" )
+   disabled_tests+=( "main.window_std_var_optimized;0;Known rounding error 
with latest AMD processors -- no upstream bug yet" )
disabled_tests+=( "rpl_gtid.rpl_gtid_stm_drop_table;90612;Known test 
failure" )
disabled_tests+=( "rpl_gtid.rpl_multi_source_mtr_includes;0;Known 
failure - no upstream bug yet" )
disabled_tests+=( "sys_vars.myisam_data_pointer_size_func;87935;Test 
will fail on slow hardware")
@@ -420,7 +420,7 @@ src_test() {
disabled_tests+=( "x.message_compressed_payload;0;False positive caused 
by protobuff-3.11+" )
disabled_tests+=( "x.message_protobuf_nested;0;False positive caused by 
protobuff-3.11+" )
 
-   local test_ds
+   local test_infos_str test_infos_arr
for test_infos_str in "${disabled_tests[@]}" ; do
IFS=';' read -r -a test_infos_arr <<< "${test_infos_str}"
 
@@ -430,7 +430,7 @@ src_test() {
 
_disable_test "${test_infos_arr[0]}" "${test_infos_arr[1]}" 
"${test_infos_arr[2]}"
done
-   unset test_ds test_infos_str 

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

2020-04-20 Thread Thomas Deutschmann
commit: a7fbbd77306b29d33e35bc7776e67ccab41d9a11
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr 20 22:49:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr 20 23:59:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fbbd77

dev-db/mariadb: prepare for stabilization

- migrate to GLEP 81

- normalize ebuilds

- fix tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 ...db-10.1.44.ebuild => mariadb-10.1.44-r1.ebuild} | 468 ++-
 ...db-10.2.31.ebuild => mariadb-10.2.31-r1.ebuild} | 507 +++--
 ...db-10.3.22.ebuild => mariadb-10.3.22-r1.ebuild} | 474 ++-
 dev-db/mariadb/mariadb-10.4.12.ebuild  | 476 ++-
 4 files changed, 1052 insertions(+), 873 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.1.44.ebuild 
b/dev-db/mariadb/mariadb-10.1.44-r1.ebuild
similarity index 83%
rename from dev-db/mariadb/mariadb-10.1.44.ebuild
rename to dev-db/mariadb/mariadb-10.1.44-r1.ebuild
index 3e83ad3645d..81ffd037721 100644
--- a/dev-db/mariadb/mariadb-10.1.44.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.44-r1.ebuild
@@ -9,7 +9,8 @@ JAVA_PKG_OPT_USE="jdbc"
 
 # Keeping eutils in EAPI=6 for emktemp in pkg_config
 
-inherit eutils systemd flag-o-matic prefix toolchain-funcs java-pkg-opt-2 user 
cmake-utils multilib-build
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake-utils multilib-build
 
 SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
 
@@ -115,26 +116,33 @@ COMMON_DEPEND="
 DEPEND="virtual/yacc
static? ( sys-libs/ncurses[static-libs] )
|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
-   server? ( extraengine? ( jdbc? ( >=virtual/jdk-1.6 ) ) )
+   server? (
+   extraengine? ( jdbc? ( >=virtual/jdk-1.6 ) )
+   test? ( acct-group/mysql acct-user/mysql )
+   )
${COMMON_DEPEND}"
 RDEPEND="selinux? ( sec-policy/selinux-mysql )
client-libs? ( !dev-db/mariadb-connector-c[mysqlcompat] 
!dev-db/mysql-connector-c )
!dev-db/mysql !dev-db/mariadb-galera !dev-db/percona-server 
!dev-db/mysql-cluster
-   server? ( !prefix? ( dev-db/mysql-init-scripts ) )
${COMMON_DEPEND}
-   server? ( galera? (
-   sys-apps/iproute2
-   =sys-cluster/galera-25*
-   sst-rsync? ( sys-process/lsof )
-   sst-mariabackup? ( net-misc/socat[ssl] )
-   sst-xtrabackup? ( net-misc/socat[ssl] )
-   ) )
-   perl? ( !dev-db/mytop
+   server? (
+   galera? (
+   sys-apps/iproute2
+   =sys-cluster/galera-25*
+   sst-rsync? ( sys-process/lsof )
+   sst-mariabackup? ( net-misc/socat[ssl] )
+   sst-xtrabackup? ( net-misc/socat[ssl] )
+   )
+   !prefix? ( dev-db/mysql-init-scripts acct-group/mysql 
acct-user/mysql )
+   extraengine? ( jdbc? ( >=virtual/jre-1.6 ) )
+   )
+   perl? (
+   !dev-db/mytop
virtual/perl-Getopt-Long
dev-perl/TermReadKey
virtual/perl-Term-ANSIColor
-   virtual/perl-Time-HiRes )
-   server? ( extraengine? ( jdbc? ( >=virtual/jre-1.6 ) ) )
+   virtual/perl-Time-HiRes
+   )
 "
 # For other stuff to bring us in
 # dev-perl/DBD-mysql is needed by some scripts installed by MySQL
@@ -142,16 +150,74 @@ RDEPEND="selinux? ( sec-policy/selinux-mysql )
 PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 )
 server? ( galera? ( sst-xtrabackup? ( || ( 
>=dev-db/percona-xtrabackup-bin-2.2.4 dev-db/percona-xtrabackup ) ) ) )"
 
+mysql_init_vars() {
+   MY_SHAREDSTATEDIR=${MY_SHAREDSTATEDIR="${EPREFIX}/usr/share/mariadb"}
+   MY_SYSCONFDIR=${MY_SYSCONFDIR="${EPREFIX}/etc/mysql"}
+   MY_LOCALSTATEDIR=${MY_LOCALSTATEDIR="${EPREFIX}/var/lib/mysql"}
+   MY_LOGDIR=${MY_LOGDIR="${EPREFIX}/var/log/mysql"}
+
+   if [[ -z "${MY_DATADIR}" ]] ; then
+   MY_DATADIR=""
+   if [[ -f "${MY_SYSCONFDIR}/my.cnf" ]] ; then
+   MY_DATADIR=$(my_print_defaults mysqld 2>/dev/null \
+   | sed -ne '/datadir/s|^--datadir=||p' \
+   | tail -n1)
+   if [[ -z "${MY_DATADIR}" ]] ; then
+   MY_DATADIR=$(grep ^datadir 
"${MY_SYSCONFDIR}/my.cnf" \
+   | sed -e 's/.*=\s*//' \
+   | tail -n1)
+   fi
+   fi
+   if [[ -z "${MY_DATADIR}" ]] ; then
+   MY_DATADIR="${MY_LOCALSTATEDIR}"
+   einfo "Using default MY_DATADIR"
+   fi
+   elog "MySQL MY_DATADIR is ${MY_DATADIR}"
+
+   

[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2020-04-20 Thread Thomas Deutschmann
commit: e72c01fbb1df2a7e21f3f6f7eb5ac69b11ee2c5e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr 20 22:26:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr 20 23:59:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72c01fb

net-dns/unbound: security cleanup

Bug: https://bugs.gentoo.org/715222
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/unbound/Manifest |   1 -
 net-dns/unbound/unbound-1.9.6.ebuild | 183 ---
 2 files changed, 184 deletions(-)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index 332d1a8ad93..62e627f7069 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -1,2 +1 @@
 DIST unbound-1.10.0.tar.gz 5727902 BLAKE2B 
64285aa60a11afa84f7fd30c2727de2831a0e418186f7665a3529a2fa2150f8d616838bcdad23aa69e4e761ad0764ead47aee1cddbcf82101a64cf5974c29700
 SHA512 
a64514990f5d614d749045a11f5ce9bb33cf856cc31895b4db3503f2b05a98f1ca57945b17dd7ec5befbd0c356fc42a717d3e2bae3d3510a0507d0445b1f6d59
-DIST unbound-1.9.6.tar.gz 5680145 BLAKE2B 
9aa047270694babed36395100bbfc4287c74e173abfbb6f33939a7bf1362f765b16a8d016d84d426a5c0014d244063b4c028d5b5dddb05f09ad4287d8a63f098
 SHA512 
39a60f51da912ed25d247bc1e882b1242d80a63b0c2b3f753d38ed558f3a24691267375136ff6d85e5945a98ca0c4ac87e43e131c97737a355374dde64259951

diff --git a/net-dns/unbound/unbound-1.9.6.ebuild 
b/net-dns/unbound/unbound-1.9.6.ebuild
deleted file mode 100644
index 704a3c26245..000
--- a/net-dns/unbound/unbound-1.9.6.ebuild
+++ /dev/null
@@ -1,183 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit autotools flag-o-matic multilib-minimal python-single-r1 systemd user
-
-MY_P=${PN}-${PV/_/}
-DESCRIPTION="A validating, recursive and caching DNS resolver"
-HOMEPAGE="https://unbound.net/ https://nlnetlabs.nl/projects/unbound/about/;
-SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0/8" # ABI version of libunbound.so
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86"
-IUSE="debug dnscrypt dnstap +ecdsa ecs gost libressl python redis selinux 
static-libs systemd test threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-# Note: expat is needed by executable only but the Makefile is custom
-# and doesn't make it possible to easily install the library without
-# the executables. MULTILIB_USEDEP may be dropped once build system
-# is fixed.
-
-CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
-   >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
-   libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
-   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] )
-   dnstap? (
-   dev-libs/fstrm[${MULTILIB_USEDEP}]
-   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
-   )
-   ecdsa? (
-   !libressl? ( dev-libs/openssl:0[-bindist] )
-   )
-   python? ( ${PYTHON_DEPS} )
-   redis? ( dev-libs/hiredis:= )"
-
-BDEPEND="virtual/pkgconfig"
-
-DEPEND="${CDEPEND}
-   python? ( dev-lang/swig )
-   test? (
-   net-dns/ldns-utils[examples]
-   dev-util/splint
-   app-text/wdiff
-   )
-   systemd? ( sys-apps/systemd )"
-
-RDEPEND="${CDEPEND}
-   net-dns/dnssec-root
-   selinux? ( sec-policy/selinux-bind )"
-
-# bug #347415
-RDEPEND="${RDEPEND}
-   net-dns/dnssec-root"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.7-trust-anchor-file.patch
-   "${FILESDIR}"/${PN}-1.6.3-pkg-config.patch
-)
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   enewgroup unbound
-   enewuser unbound -1 -1 /etc/unbound unbound
-   # improve security on existing installs (bug #641042)
-   # as well as new installs where unbound homedir has just been created
-   if [[ -d "${ROOT}/etc/unbound" ]]; then
-   chown --no-dereference --from=unbound root "${ROOT}/etc/unbound"
-   fi
-
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   # required for the python part
-   multilib_copy_sources
-}
-
-src_configure() {
-   [[ ${CHOST} == *-darwin* ]] || append-ldflags -Wl,-z,noexecstack
-   multilib-minimal_src_configure
-}
-
-multilib_src_configure() {
-   econf \
-   $(use_enable debug) \
-   $(use_enable gost) \
-   $(use_enable dnscrypt) \
-   $(use_enable dnstap) \
-   $(use_enable ecdsa) \
-   $(use_enable ecs subnet) \
-   $(multilib_native_use_enable redis cachedb) \
-   $(use_enable static-libs static) \
-   $(use_enable systemd) \
-

[gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/

2020-04-20 Thread Sergei Trofimovich
commit: 3a5ade62afdf55cd4e187e9dc3018c0280fbebfa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Apr 20 23:24:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 23:27:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5ade62

sys-block/seekwatcher: allow python-3.7

Bug: https://bugs.gentoo.org/718526
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild 
b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
index 065f00204e2..703af1b5aad 100644
--- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
+++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwidgets/files/, dev-qt/qtx11extras/, dev-qt/qtvirtualkeyboard/, ...

2020-04-20 Thread Andreas Sturmlechner
commit: 4e8e5fef694482ada7f984cd0757778a2f0bce25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 20 18:36:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 20 18:36:21 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4e8e5fef

dev-qt: Drop Qt 5.15.0_beta3

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

 dev-qt/assistant/Manifest  |   1 -
 dev-qt/assistant/assistant-5.15.0_beta3.ebuild |  55 --
 dev-qt/designer/Manifest   |   1 -
 dev-qt/designer/designer-5.15.0_beta3.ebuild   |  67 
 dev-qt/linguist-tools/Manifest |   1 -
 .../linguist-tools-5.15.0_beta3.ebuild |  45 -
 dev-qt/linguist/Manifest   |   1 -
 dev-qt/linguist/linguist-5.15.0_beta3.ebuild   |  48 --
 dev-qt/pixeltool/Manifest  |   1 -
 dev-qt/pixeltool/pixeltool-5.15.0_beta3.ebuild |  35 
 dev-qt/qdbus/Manifest  |   1 -
 dev-qt/qdbus/qdbus-5.15.0_beta3.ebuild |  25 ---
 dev-qt/qdbusviewer/Manifest|   1 -
 dev-qt/qdbusviewer/qdbusviewer-5.15.0_beta3.ebuild |  45 -
 dev-qt/qdoc/Manifest   |   1 -
 dev-qt/qdoc/qdoc-5.15.0_beta3.ebuild   |  41 -
 dev-qt/qt3d/Manifest   |   1 -
 dev-qt/qt3d/qt3d-5.15.0_beta3.ebuild   |  34 
 dev-qt/qtbluetooth/Manifest|   1 -
 dev-qt/qtbluetooth/qtbluetooth-5.15.0_beta3.ebuild |  33 
 dev-qt/qtcharts/Manifest   |   1 -
 dev-qt/qtcharts/qtcharts-5.15.0_beta3.ebuild   |  29 
 dev-qt/qtconcurrent/Manifest   |   1 -
 .../qtconcurrent/qtconcurrent-5.15.0_beta3.ebuild  |  23 ---
 dev-qt/qtcore/Manifest |   1 -
 dev-qt/qtcore/qtcore-5.15.0_beta3.ebuild   | 100 ---
 dev-qt/qtdatavis3d/Manifest|   1 -
 dev-qt/qtdatavis3d/qtdatavis3d-5.15.0_beta3.ebuild |  31 
 dev-qt/qtdbus/Manifest |   1 -
 dev-qt/qtdbus/qtdbus-5.15.0_beta3.ebuild   |  43 -
 dev-qt/qtdeclarative/Manifest  |   1 -
 ...15.0_beta3-cmake-targets-double-inclusion.patch |  44 -
 .../qtdeclarative-5.15.0_beta3.ebuild  |  55 --
 dev-qt/qtdiag/Manifest |   1 -
 dev-qt/qtdiag/qtdiag-5.15.0_beta3.ebuild   |  46 --
 dev-qt/qtgamepad/Manifest  |   1 -
 dev-qt/qtgamepad/qtgamepad-5.15.0_beta3.ebuild |  35 
 dev-qt/qtgraphicaleffects/Manifest |   1 -
 .../qtgraphicaleffects-5.15.0_beta3.ebuild |  21 ---
 dev-qt/qtgui/Manifest  |   1 -
 dev-qt/qtgui/qtgui-5.15.0_beta3.ebuild | 184 -
 dev-qt/qthelp/Manifest |   1 -
 dev-qt/qthelp/qthelp-5.15.0_beta3.ebuild   |  29 
 dev-qt/qtimageformats/Manifest |   1 -
 .../qtimageformats-5.15.0_beta3.ebuild |  30 
 dev-qt/qtlocation/Manifest |   1 -
 dev-qt/qtlocation/qtlocation-5.15.0_beta3.ebuild   |  47 --
 dev-qt/qtmultimedia/Manifest   |   1 -
 .../qtmultimedia/qtmultimedia-5.15.0_beta3.ebuild  |  68 
 dev-qt/qtnetwork/Manifest  |   1 -
 dev-qt/qtnetwork/qtnetwork-5.15.0_beta3.ebuild |  62 ---
 dev-qt/qtnetworkauth/Manifest  |   1 -
 .../qtnetworkauth-5.15.0_beta3.ebuild  |  20 ---
 dev-qt/qtopengl/Manifest   |   1 -
 dev-qt/qtopengl/qtopengl-5.15.0_beta3.ebuild   |  34 
 dev-qt/qtpaths/Manifest|   1 -
 dev-qt/qtpaths/qtpaths-5.15.0_beta3.ebuild |  33 
 dev-qt/qtplugininfo/Manifest   |   1 -
 .../qtplugininfo/qtplugininfo-5.15.0_beta3.ebuild  |  33 
 dev-qt/qtpositioning/Manifest  |   1 -
 .../qtpositioning-5.15.0_beta3.ebuild  |  40 -
 dev-qt/qtprintsupport/Manifest |   1 -
 .../qtprintsupport-5.15.0_beta3.ebuild |  42 -
 dev-qt/qtquickcontrols/Manifest|   1 -
 .../qtquickcontrols-5.15.0_beta3.ebuild|  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 -
 .../qtquickcontrols2-5.15.0_beta3.ebuild   |  30 
 dev-qt/qtscript/Manifest   |   1 -
 dev-qt/qtscript/qtscript-5.15.0_beta3.ebuild   |  36 
 dev-qt/qtscxml/Manifest|   1 -
 dev-qt/qtscxml/qtscxml-5.15.0_beta3.ebuild |  19 ---
 dev-qt/qtsensors/Manifest  |   1 -
 dev-qt/qtsensors/qtsensors-5.15.0_beta3.ebuild |  28 
 dev-qt/qtserialbus/Manifest 

[gentoo-commits] proj/qt:master commit in: dev-qt/qt3d/, dev-qt/qtwebengine/, dev-qt/qtspeech/, dev-qt/qtgui/, ...

2020-04-20 Thread Andreas Sturmlechner
commit: 74f9320a877a8e04bd88427e9ec5fe1724ed2206
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 20 18:35:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 20 18:35:02 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=74f9320a

dev-qt: Add Qt 5.15.0_beta4

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

 dev-qt/assistant/Manifest  |   1 +
 dev-qt/assistant/assistant-5.15.0_beta4.ebuild |  55 ++
 dev-qt/designer/Manifest   |   1 +
 dev-qt/designer/designer-5.15.0_beta4.ebuild   |  67 
 dev-qt/linguist-tools/Manifest |   1 +
 .../linguist-tools-5.15.0_beta4.ebuild |  45 +
 dev-qt/linguist/Manifest   |   1 +
 dev-qt/linguist/linguist-5.15.0_beta4.ebuild   |  48 ++
 dev-qt/pixeltool/Manifest  |   1 +
 dev-qt/pixeltool/pixeltool-5.15.0_beta4.ebuild |  35 
 dev-qt/qdbus/Manifest  |   1 +
 dev-qt/qdbus/qdbus-5.15.0_beta4.ebuild |  25 +++
 dev-qt/qdbusviewer/Manifest|   1 +
 dev-qt/qdbusviewer/qdbusviewer-5.15.0_beta4.ebuild |  45 +
 dev-qt/qdoc/Manifest   |   1 +
 dev-qt/qdoc/qdoc-5.15.0_beta4.ebuild   |  41 +
 dev-qt/qt3d/Manifest   |   1 +
 dev-qt/qt3d/qt3d-5.15.0_beta4.ebuild   |  34 
 dev-qt/qtbluetooth/Manifest|   1 +
 dev-qt/qtbluetooth/qtbluetooth-5.15.0_beta4.ebuild |  33 
 dev-qt/qtcharts/Manifest   |   1 +
 dev-qt/qtcharts/qtcharts-5.15.0_beta4.ebuild   |  29 
 dev-qt/qtconcurrent/Manifest   |   1 +
 .../qtconcurrent/qtconcurrent-5.15.0_beta4.ebuild  |  23 +++
 dev-qt/qtcore/Manifest |   1 +
 dev-qt/qtcore/qtcore-5.15.0_beta4.ebuild   | 100 +++
 dev-qt/qtdatavis3d/Manifest|   1 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.15.0_beta4.ebuild |  31 
 dev-qt/qtdbus/Manifest |   1 +
 dev-qt/qtdbus/qtdbus-5.15.0_beta4.ebuild   |  43 +
 dev-qt/qtdeclarative/Manifest  |   1 +
 .../qtdeclarative-5.15.0_beta4.ebuild  |  53 ++
 dev-qt/qtdiag/Manifest |   1 +
 dev-qt/qtdiag/qtdiag-5.15.0_beta4.ebuild   |  46 ++
 dev-qt/qtgamepad/Manifest  |   1 +
 dev-qt/qtgamepad/qtgamepad-5.15.0_beta4.ebuild |  35 
 dev-qt/qtgraphicaleffects/Manifest |   1 +
 .../qtgraphicaleffects-5.15.0_beta4.ebuild |  21 +++
 dev-qt/qtgui/Manifest  |   1 +
 dev-qt/qtgui/qtgui-5.15.0_beta4.ebuild | 184 +
 dev-qt/qthelp/Manifest |   1 +
 dev-qt/qthelp/qthelp-5.15.0_beta4.ebuild   |  29 
 dev-qt/qtimageformats/Manifest |   1 +
 .../qtimageformats-5.15.0_beta4.ebuild |  30 
 dev-qt/qtlocation/Manifest |   1 +
 dev-qt/qtlocation/qtlocation-5.15.0_beta4.ebuild   |  47 ++
 dev-qt/qtmultimedia/Manifest   |   1 +
 .../qtmultimedia/qtmultimedia-5.15.0_beta4.ebuild  |  68 
 dev-qt/qtnetwork/Manifest  |   1 +
 dev-qt/qtnetwork/qtnetwork-5.15.0_beta4.ebuild |  62 +++
 dev-qt/qtnetworkauth/Manifest  |   1 +
 .../qtnetworkauth-5.15.0_beta4.ebuild  |  20 +++
 dev-qt/qtopengl/Manifest   |   1 +
 dev-qt/qtopengl/qtopengl-5.15.0_beta4.ebuild   |  34 
 dev-qt/qtpaths/Manifest|   1 +
 dev-qt/qtpaths/qtpaths-5.15.0_beta4.ebuild |  33 
 dev-qt/qtplugininfo/Manifest   |   1 +
 .../qtplugininfo/qtplugininfo-5.15.0_beta4.ebuild  |  33 
 dev-qt/qtpositioning/Manifest  |   1 +
 .../qtpositioning-5.15.0_beta4.ebuild  |  40 +
 dev-qt/qtprintsupport/Manifest |   1 +
 .../qtprintsupport-5.15.0_beta4.ebuild |  42 +
 dev-qt/qtquickcontrols/Manifest|   1 +
 .../qtquickcontrols-5.15.0_beta4.ebuild|  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 +
 .../qtquickcontrols2-5.15.0_beta4.ebuild   |  30 
 dev-qt/qtscript/Manifest   |   1 +
 dev-qt/qtscript/qtscript-5.15.0_beta4.ebuild   |  36 
 dev-qt/qtscxml/Manifest|   1 +
 dev-qt/qtscxml/qtscxml-5.15.0_beta4.ebuild |  19 +++
 dev-qt/qtsensors/Manifest  |   1 +
 dev-qt/qtsensors/qtsensors-5.15.0_beta4.ebuild |  28 
 dev-qt/qtserialbus/Manifest|   1 +
 

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

2020-04-20 Thread Marek Szuba
commit: 02dcd51d9738030093f3c8cc6d25eb55da7ba885
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Apr 20 23:05:46 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Apr 20 23:09:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dcd51d

dev-python/bsddb3: bump to 6.2.7

Now with python3_8 support. According to upstream this version supports
3.9 as well but let us not get ahead of ourselves, shall we.

Invoking maintainer time-out. On a fully up-to-date ~amd64 system, the
test phase passes for all four PYTHON_COMPAT entries.

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

 dev-python/bsddb3/Manifest|  1 +
 dev-python/bsddb3/bsddb3-6.2.7.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/bsddb3/Manifest b/dev-python/bsddb3/Manifest
index fbbd378d34a..6df7e3b2f61 100644
--- a/dev-python/bsddb3/Manifest
+++ b/dev-python/bsddb3/Manifest
@@ -1 +1,2 @@
 DIST bsddb3-6.2.4.tar.gz 242397 BLAKE2B 
b6b9c6d4d3231bce400ae46a5df85abddd83bfd3e4e52d0192c2c91faab51af14946c9a8682f55ff8251fd0d1f7a00ba834d7a39c1574b4adcfe2ea396cf684d
 SHA512 
15bb714242b05649a7c40ccd153979e596340ef039c89549b215fc5438a12fedb44150195063d2783c6c06ede3552506e31e8013b6b0431d27dd7e14975c08b0
+DIST bsddb3-6.2.7.tar.gz 437325 BLAKE2B 
ed7931a32766338c5674cc017a8528d30acf9397443f270bf93974c9ed7ae4abdc6b704d85d48f68e0c4b6d85c4ad71edf891e342e5f9b9a597453140adde742
 SHA512 
edd85fb697142ac152a10a299899c52b637a3b1e3d28d913c61f9de91ef292fc2055daeb18fca62242284b4189a61d5bf318aca6e2966849879043a46db000e0

diff --git a/dev-python/bsddb3/bsddb3-6.2.7.ebuild 
b/dev-python/bsddb3/bsddb3-6.2.7.ebuild
new file mode 100644
index 000..d4b982c8a5e
--- /dev/null
+++ b/dev-python/bsddb3/bsddb3-6.2.7.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit db-use distutils-r1
+
+DESCRIPTION="Python bindings for Berkeley DB"
+HOMEPAGE="https://www.jcea.es/programacion/pybsddb.htm 
https://pypi.org/project/bsddb3/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: sys-block/fio/

2020-04-20 Thread Matthew Thode
commit: 6f566cb3e0c2f869dd20fa210281d0399fe5306a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Apr 20 22:49:18 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Apr 20 22:49:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f566cb3

sys-block/fio: add py37/38 tags

Closes: https://bugs.gentoo.org/718524
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-block/fio/fio-3.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/fio/fio-3.19.ebuild b/sys-block/fio/fio-3.19.ebuild
index bc57b7b265c..fc1834df0b5 100644
--- a/sys-block/fio/fio-3.19.ebuild
+++ b/sys-block/fio/fio-3.19.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit python-r1 toolchain-funcs
 



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

2020-04-20 Thread Matthew Thode
commit: 8970fe75c1fabc3dba9ac202e72dfa6d909e637e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Apr 20 22:35:26 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Apr 20 22:35:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8970fe75

dev-python/lockfile: add py38 for python-daemon

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

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

diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild 
b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
index a6b1a97de7d..61c5589f1a8 100644
--- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
+++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-04-20 Thread James Le Cuirot
commit: 8efc56d01f005b334bbba54e2de32f3857dfe49e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Apr 20 21:53:10 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Apr 20 21:53:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efc56d0

dev-python/pygame: Add opengl USE flag

Consumers of pygame sometimes require SDL to have OpenGL support.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-python/pygame/pygame-1.9.6-r1.ebuild 
b/dev-python/pygame/pygame-1.9.6-r1.ebuild
index 93b619f76ae..16595400043 100644
--- a/dev-python/pygame/pygame-1.9.6-r1.ebuild
+++ b/dev-python/pygame/pygame-1.9.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc examples midi X"
+IUSE="doc examples midi opengl X"
 
 DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=media-libs/sdl-image-1.2.2[png,jpeg]
@@ -21,7 +21,7 @@ DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
>=media-libs/sdl-ttf-2.0.6
>=media-libs/smpeg-0.4.4-r1
midi? ( media-libs/portmidi )
-   X? ( >=media-libs/libsdl-1.2.5[X,video] )
+   X? ( >=media-libs/libsdl-1.2.5[opengl?,video,X] )
!X? ( >=media-libs/libsdl-1.2.5 )"
 RDEPEND="${DEPEND}"
 



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

2020-04-20 Thread Matt Turner
commit: e8c326a3bea629259ad8ece5b3b6113890ad5fd9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 20 21:35:56 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 20 21:37:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c326a3

x11-terms/aterm: Drop non-amd64 keywords

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

 x11-terms/aterm/aterm-1.0.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/aterm/aterm-1.0.1-r4.ebuild 
b/x11-terms/aterm/aterm-1.0.1-r4.ebuild
index 503745ca6b9..f9bf14dc6df 100644
--- a/x11-terms/aterm/aterm-1.0.1-r4.ebuild
+++ b/x11-terms/aterm/aterm-1.0.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.afterstep.org/apps/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~amd64"
 IUSE="background cjk xgetdefault"
 
 RDEPEND="



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

2020-04-20 Thread Matt Turner
commit: cdec606ef8682fd32098cdd34d3de9e0ffd9b817
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 20 21:36:50 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 20 21:37:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdec606e

x11-terms/aterm: Drop old versions

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

 x11-terms/aterm/aterm-1.0.1-r3.ebuild | 89 ---
 1 file changed, 89 deletions(-)

diff --git a/x11-terms/aterm/aterm-1.0.1-r3.ebuild 
b/x11-terms/aterm/aterm-1.0.1-r3.ebuild
deleted file mode 100644
index ba35a2c82cd..000
--- a/x11-terms/aterm/aterm-1.0.1-r3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="rxvt compatible terminal emulator with transparency support"
-HOMEPAGE="http://aterm.sourceforge.net;
-SRC_URI="ftp://ftp.afterstep.org/apps/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="background cjk xgetdefault"
-
-RDEPEND="
-   virtual/jpeg:0
-   media-libs/libpng:0=
-   background? ( x11-wm/afterstep )
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libICE
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libXt
-"
-
-src_prepare() {
-   # Security bug #219746
-   eapply "${FILESDIR}/${P}-display-security-issue.patch"
-   eapply "${FILESDIR}"/${P}-deadkeys.patch
-   eapply "${FILESDIR}/${P}-dpy.patch"
-
-   #fix pre-stripped files
-   sed -i -e "/INSTALL_PROGRAM/ s:-s::" autoconf/Make.common.in || die 
"sed Makefile failed"
-
-   default
-}
-
-src_configure() {
-   local myconf
-
-   use cjk && myconf="$myconf
-   --enable-kanji
-   --enable-thai
-   --enable-big5"
-
-   case "${CHOST}" in
-   *-darwin*) myconf="${myconf} --enable-wtmp" ;;
-   *-interix*) ;;
-   *) myconf="${myconf} --enable-utmp --enable-wtmp"
-   esac
-
-   econf \
-   $(use_enable xgetdefault) \
-   $(use_enable background background-image) \
-   --with-terminfo="${EPREFIX}"/usr/share/terminfo \
-   --enable-transparency \
-   --enable-fading \
-   --enable-background-image \
-   --enable-menubar \
-   --enable-graphics \
-   --with-x \
-   ${myconf}
-}
-
-src_install() {
-   make DESTDIR="${D}" install || die "make install failed"
-
-   fowners root:utmp /usr/bin/aterm
-   fperms g+s /usr/bin/aterm
-
-   doman doc/aterm.1
-   dodoc ChangeLog doc/FAQ doc/README.*
-   docinto menu
-   dodoc doc/menu/*
-   dohtml -r .
-}
-
-pkg_postinst() {
-   echo
-   elog "The transparent background will only work if you have the 'real'"
-   elog "root wallpaper set. Some tools that might help include: Esetroot"
-   elog "(x11-terms/eterm), wmsetbg (x11-wm/windowmaker), and/or"
-   elog "media-gfx/feh."
-   echo
-}



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

2020-04-20 Thread Louis Sautier
commit: 871c5ccbeb449fdcb7d9065e5af94de60b274455
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 20 21:16:41 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 20 21:33:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871c5ccb

dev-python/nagiosplugin: support Python 3.8, use distutils_* helpers

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 .../nagiosplugin/nagiosplugin-1.3.2-r1.ebuild  | 19 +++
 dev-python/nagiosplugin/nagiosplugin-1.3.2.ebuild  | 38 --
 2 files changed, 19 insertions(+), 38 deletions(-)

diff --git a/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild 
b/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
new file mode 100644
index 000..fba554d9f85
--- /dev/null
+++ b/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A class library for writing nagios-compatible plugins"
+HOMEPAGE="https://github.com/mpounsett/nagiosplugin 
https://nagiosplugin.readthedocs.io;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="ZPL"
+SLOT="0"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme

diff --git a/dev-python/nagiosplugin/nagiosplugin-1.3.2.ebuild 
b/dev-python/nagiosplugin/nagiosplugin-1.3.2.ebuild
deleted file mode 100644
index f342d816d30..000
--- a/dev-python/nagiosplugin/nagiosplugin-1.3.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A class library for writing nagios-compatible plugins"
-HOMEPAGE="https://github.com/mpounsett/nagiosplugin 
https://nagiosplugin.readthedocs.io;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-LICENSE="ZPL"
-SLOT="0"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build doc doc/_build/html || die
-   HTML_DOCS=( doc/_build/html/. )
-   fi
-}
-
-python_test() {
-   pytest -vv tests || die "tests failed with ${EPYTHON}"
-}



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

2020-04-20 Thread Matt Turner
commit: 8f6fab84400c37c62869fe7094b94ece95dab1a5
Author: Ilia Mirkin  alum  mit  edu>
AuthorDate: Tue Apr 14 17:38:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 20 21:26:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6fab84

profiles/package.mask: remove x11-terms/aterm from the chopping block

It now builds with glibc-2.30, so no reason to remove.

Signed-off-by: Ilia Mirkin  alum.mit.edu>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ad7a1f10949..79fa216ae08 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -551,7 +551,6 @@ www-client/weboob
 # Andreas K. Hüttel  (2020-03-26)
 # Fail to build with glibc-2.30; no maintainer. Removal in 30days.
 # Bugs 691756, 691710
-x11-terms/aterm
 x11-terms/xvt
 
 # Michał Górny  (2020-03-26)



[gentoo-commits] repo/gentoo:master commit in: x11-terms/aterm/, x11-terms/aterm/files/

2020-04-20 Thread Matt Turner
commit: 59f6d9714c8e46af940c43f9ae7a527386929c35
Author: Ilia Mirkin  alum  mit  edu>
AuthorDate: Tue Apr 14 17:35:21 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 20 21:26:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f6d971

x11-terms/aterm: add patch to remove streams functionality

STREAMS were never supported in Linux, and have been removed from
glibc-2.30. This causes aterm to no longer build.

The included patch fixes the build by making the code follow the old
paths, on the assumption that the ioctls never did anything to begin
with.

Practical testing with this patch has not revealed any obvious issues.

Bug: https://bugs.gentoo.org/691756
Signed-off-by: Ilia Mirkin  alum.mit.edu>
Signed-off-by: Matt Turner  gentoo.org>

 x11-terms/aterm/aterm-1.0.1-r4.ebuild  | 90 ++
 .../aterm/files/aterm-1.0.1-remove-streams.patch   | 36 +
 2 files changed, 126 insertions(+)

diff --git a/x11-terms/aterm/aterm-1.0.1-r4.ebuild 
b/x11-terms/aterm/aterm-1.0.1-r4.ebuild
new file mode 100644
index 000..503745ca6b9
--- /dev/null
+++ b/x11-terms/aterm/aterm-1.0.1-r4.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic eutils
+
+DESCRIPTION="rxvt compatible terminal emulator with transparency support"
+HOMEPAGE="http://aterm.sourceforge.net;
+SRC_URI="ftp://ftp.afterstep.org/apps/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+IUSE="background cjk xgetdefault"
+
+RDEPEND="
+   virtual/jpeg:0
+   media-libs/libpng:0=
+   background? ( x11-wm/afterstep )
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libICE
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   x11-libs/libXt
+"
+
+src_prepare() {
+   # Security bug #219746
+   eapply "${FILESDIR}/${P}-display-security-issue.patch"
+   eapply "${FILESDIR}"/${P}-deadkeys.patch
+   eapply "${FILESDIR}/${P}-dpy.patch"
+   eapply "${FILESDIR}/${P}-remove-streams.patch"
+
+   #fix pre-stripped files
+   sed -i -e "/INSTALL_PROGRAM/ s:-s::" autoconf/Make.common.in || die 
"sed Makefile failed"
+
+   default
+}
+
+src_configure() {
+   local myconf
+
+   use cjk && myconf="$myconf
+   --enable-kanji
+   --enable-thai
+   --enable-big5"
+
+   case "${CHOST}" in
+   *-darwin*) myconf="${myconf} --enable-wtmp" ;;
+   *-interix*) ;;
+   *) myconf="${myconf} --enable-utmp --enable-wtmp"
+   esac
+
+   econf \
+   $(use_enable xgetdefault) \
+   $(use_enable background background-image) \
+   --with-terminfo="${EPREFIX}"/usr/share/terminfo \
+   --enable-transparency \
+   --enable-fading \
+   --enable-background-image \
+   --enable-menubar \
+   --enable-graphics \
+   --with-x \
+   ${myconf}
+}
+
+src_install() {
+   make DESTDIR="${D}" install || die "make install failed"
+
+   fowners root:utmp /usr/bin/aterm
+   fperms g+s /usr/bin/aterm
+
+   doman doc/aterm.1
+   dodoc ChangeLog doc/FAQ doc/README.*
+   docinto menu
+   dodoc doc/menu/*
+   dohtml -r .
+}
+
+pkg_postinst() {
+   echo
+   elog "The transparent background will only work if you have the 'real'"
+   elog "root wallpaper set. Some tools that might help include: Esetroot"
+   elog "(x11-terms/eterm), wmsetbg (x11-wm/windowmaker), and/or"
+   elog "media-gfx/feh."
+   echo
+}

diff --git a/x11-terms/aterm/files/aterm-1.0.1-remove-streams.patch 
b/x11-terms/aterm/files/aterm-1.0.1-remove-streams.patch
new file mode 100644
index 000..fc9f3f82ba1
--- /dev/null
+++ b/x11-terms/aterm/files/aterm-1.0.1-remove-streams.patch
@@ -0,0 +1,36 @@
+diff -ur aterm-1.0.1-orig/src/command.c aterm-1.0.1/src/command.c
+--- aterm-1.0.1-orig/src/command.c 2020-04-01 12:50:59.222929696 -0400
 aterm-1.0.1/src/command.c  2020-04-01 12:49:47.319579199 -0400
+@@ -91,10 +91,13 @@
+ 
+ #if defined (__svr4__) || defined (__lnx21__)
+ # include /* for struct rlimit */
+-# include  /* for I_PUSH */
+ # define _NEW_TTY_CTRL/* to get proper defines in  
*/
+ #endif
+ 
++#if defined (__svr4__)
++# include  /* for I_PUSH */
++#endif
++
+ /*}}} */
+ 
+ static unsigned int ModMetaMask, ModNumLockMask;
+@@ -672,7 +675,7 @@
+   print_error("can't open slave tty %s", ttydev);
+   exit(EXIT_FAILURE);
+ }
+-#if defined (__svr4__) || defined (__lnx21__)
++#if defined (__svr4__)
+ /*
+  * Push STREAMS modules:
+  *ptem: pseudo-terminal hardware emulation module.
+@@ -682,6 +685,8 @@
+ ioctl(fd, I_PUSH, "ptem");
+ 

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

2020-04-20 Thread Matt Turner
commit: 0b1b904d86205260cfe67399af699f92138b2715
Author: Ilia Mirkin  alum  mit  edu>
AuthorDate: Tue Apr 14 16:42:53 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 20 21:26:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1b904d

x11-terms/aterm: Take over maintenance

Signed-off-by: Ilia Mirkin  alum.mit.edu>
Closes: https://github.com/gentoo/gentoo/pull/15345
Signed-off-by: Matt Turner  gentoo.org>

 x11-terms/aterm/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-terms/aterm/metadata.xml b/x11-terms/aterm/metadata.xml
index edce7199541..8bb0b5c87eb 100644
--- a/x11-terms/aterm/metadata.xml
+++ b/x11-terms/aterm/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   imir...@alum.mit.edu
+   Ilia Mirkin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Enable background image support via
media-libs/libafterimage



[gentoo-commits] proj/portage:master commit in: lib/portage/

2020-04-20 Thread Mike Gilbert
commit: 9738a404e876270cbdef2514f66915bce35d7435
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Apr 20 20:47:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 20 21:14:25 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9738a404

Import portage.util.netlink.RtNetlink in global scope

Bug: https://bugs.gentoo.org/718578
Signed-off-by: Mike Gilbert  gentoo.org>
Reviewed-by: Zac Medico  gentoo.org>

 lib/portage/process.py | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lib/portage/process.py b/lib/portage/process.py
index 590116890..79052b608 100644
--- a/lib/portage/process.py
+++ b/lib/portage/process.py
@@ -27,6 +27,13 @@ from portage.const import BASH_BINARY, SANDBOX_BINARY, 
FAKEROOT_BINARY
 from portage.exception import CommandNotFound
 from portage.util._ctypes import find_library, LoadLibrary, ctypes
 
+try:
+   from portage.util.netlink import RtNetlink
+except ImportError:
+   if platform.system() == "Linux":
+   raise
+   RtNetlink = None
+
 try:
import resource
max_fd_limit = resource.getrlimit(resource.RLIMIT_NOFILE)[0]
@@ -504,8 +511,8 @@ def _configure_loopback_interface():
# Bug: https://bugs.gentoo.org/690758
# Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=12377#c13
 
-   # Avoid importing this module on systems that may not support netlink 
sockets.
-   from portage.util.netlink import RtNetlink
+   if RtNetlink is None:
+   return
 
try:
with RtNetlink() as rtnl:



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

2020-04-20 Thread Louis Sautier
commit: 7e0f3950e38a0baf180e4201f31cc7d86c225c3f
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 20 20:19:20 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 20 20:59:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0f3950

dev-python/python-magic: add Python 3.8 support

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild 
b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild
index 0f6fcb3f12a..f5239ed659c 100644
--- a/dev-python/python-magic/python-magic-0.4.15-r1.ebuild
+++ b/dev-python/python-magic/python-magic-0.4.15-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 



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

2020-04-20 Thread Louis Sautier
commit: f92155f2fc5db0e754d11d343485a93700ffb601
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Apr 20 20:34:47 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Apr 20 21:00:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92155f2

dev-python/pushbullet-py: support Python 3.7, 3.8 and PyPy3, EAPI=7

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier  gentoo.org>

 .../pushbullet-py/pushbullet-py-0.11.0-r1.ebuild   | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild 
b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild
new file mode 100644
index 000..c1adf5146b1
--- /dev/null
+++ b/dev-python/pushbullet-py/pushbullet-py-0.11.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+DESCRIPTION="A simple python client for pushbullet.com"
+HOMEPAGE="https://github.com/randomchars/pushbullet.py;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_test() {
+   # skip tests which require network access
+   PUSHBULLET_API_KEY= pytest -vv \
+   -k "not (test_auth or test_decryption)" \
+   || die "Tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   docinto examples
+   dodoc -r example/.
+   fi
+   distutils-r1_python_install_all
+}



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

2020-04-20 Thread Mart Raudsepp
commit: 8d81ae11f000598686164e23c6759a672b93686e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:50:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d81ae11

x11-wm/muffin: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/muffin/Manifest|  2 -
 x11-wm/muffin/muffin-3.6.0.ebuild | 81 ---
 x11-wm/muffin/muffin-3.8.2.ebuild | 81 ---
 3 files changed, 164 deletions(-)

diff --git a/x11-wm/muffin/Manifest b/x11-wm/muffin/Manifest
index 201cd6ec872..2a4ff0ea1b7 100644
--- a/x11-wm/muffin/Manifest
+++ b/x11-wm/muffin/Manifest
@@ -1,3 +1 @@
-DIST muffin-3.6.0.tar.gz 2720809 BLAKE2B 
9d1b92907d545990b409c15f9e9e3bf7b3871cc545d02234296efcb15f0082fc630c3a06849789c5e5aed4af9253e6893cc29feb7590af2eb38843591c8d
 SHA512 
d077f1310d7600754c9b4f77fc2a82377aec43f9a1cc0b95e28118764741922a58f2348418bee309d8c7fd1484b97ddc898d0105fa1a3fcd855d2fcc68f3679e
-DIST muffin-3.8.2.tar.gz 2723114 BLAKE2B 
f8218ac1f71ecfa5b74ca7ae8cf76d76e1207e3ce65f715643d477d2fb6429390671f3b05132a64f23a1853297f71563a62c052555f8a26d084469814972a64d
 SHA512 
62dbfb602dd1164779e365e5e6f782431a491a254dcec8faef8a50f27f50cf7b0f8ab958b6df3b75d6b15edcd90c23a2fd6cc18cb11a2a513e669169f09cba05
 DIST muffin-4.0.3.tar.gz 5194156 BLAKE2B 
8d58d37f8410ad5384c09a4edabd3ca5bd8a3a612825ded55bf625a9a8c2ba8aba295187e3eb727fc248716b3efe84e9a567a49f95635150c4bda5f309545ed2
 SHA512 
34a3f152d2701e06498f2de28639af656bd4efa6c7d5c56244fe9002cf769e929fc2360bd036509318fab9c4fe73c976605c3fdb444c9280f52e6db27867a14c

diff --git a/x11-wm/muffin/muffin-3.6.0.ebuild 
b/x11-wm/muffin/muffin-3.6.0.ebuild
deleted file mode 100644
index 7c819c0d3e1..000
--- a/x11-wm/muffin/muffin-3.6.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+introspection test xinerama"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   >=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]
-   >=gnome-extra/cinnamon-desktop-2.4:0=[introspection?]
-   >=gnome-base/gsettings-desktop-schemas-3.3.0[introspection?]
-   >=media-libs/clutter-1.14.3:1.0=[X,introspection?]
-   >=media-libs/cogl-1.13.3:1.0=[introspection?]
-   >=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
-   virtual/opengl
-
-   gnome-extra/zenity
-
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   xinerama? ( x11-libs/libXinerama )
-"
-# needs gtk-doc, not just -am, for gtk-doc.make
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   >=app-text/gnome-doc-utils-0.8
-   sys-devel/gettext
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   test? ( app-text/docbook-xml-dtd:4.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !x11-misc/expocity
-"
-
-src_prepare() {
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt 
doc/*.txt"
-   gnome2_src_configure \
-   --disable-static \
-   --enable-shape \
-   --enable-sm \
-   --enable-startup-notification \
-   --enable-xsync \
-   --enable-verbose-mode \
-   --with-libcanberra \
-   $(use_enable introspection) \
-   $(use_enable xinerama)
-}

diff --git a/x11-wm/muffin/muffin-3.8.2.ebuild 
b/x11-wm/muffin/muffin-3.8.2.ebuild
deleted file mode 100644
index 75b55dec4d1..000
--- a/x11-wm/muffin/muffin-3.8.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Compositing window manager forked from Mutter for use with 
Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;

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

2020-04-20 Thread Mart Raudsepp
commit: 86f719d9236a86766cb6765a16a3e75c8141b1d5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:49:42 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:49:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f719d9

gnome-extra/nemo: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/nemo/Manifest|  2 -
 gnome-extra/nemo/files/3.6.4-tracker-2.patch | 17 --
 gnome-extra/nemo/nemo-3.6.4-r1.ebuild| 83 
 gnome-extra/nemo/nemo-3.8.6-r1.ebuild| 79 --
 4 files changed, 181 deletions(-)

diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
index abc1c758583..c0f873adf1c 100644
--- a/gnome-extra/nemo/Manifest
+++ b/gnome-extra/nemo/Manifest
@@ -1,3 +1 @@
-DIST nemo-3.6.4.tar.gz 1433265 BLAKE2B 
0640ad5e803d955072d0773ef3ea20739d6189720defbf3db6fc48da503b7cb72f8c33302542799933499f2f5c0e28c8e706da77f9943362e7db23eb9c4d6a21
 SHA512 
a8541e8944ce44b3f62ad0211c550509704f3210ce4aaaebcaefcb50a358f018eb01fba26d18ea8edbd662dab2b915fb7c4f4704e8468f6b9b3f4b636bf0d87e
-DIST nemo-3.8.6.tar.gz 1425290 BLAKE2B 
15e82a6b6c298e66f6d752f738bec31d1d4fab726f86baa5d58c5d47cfef2de218c18c711ee95588f68c4bd8bced41a993af3c100b8478707a746857cce906ad
 SHA512 
88cc268aabd9fadcb87df55e3872bc69f136e68f252ad2077e1cbf86e3c53d027142390883cdd61235171d04807d8ae85893abbdc65ff34cc6207d10879b1797
 DIST nemo-4.0.6.tar.gz 1449313 BLAKE2B 
0d80e23a503c34e52f126635a7b3df54f7f0d336a637f14e11ac8e1d252a4b7bd43173c362ea0f24602fc4eceb71c97d651ddec2f2922d70c32518fbc8d15424
 SHA512 
87006f345317b37093daed1081880a4c28eb84438b9c43f9b62211824306074969e5e21df57cfc5fa163d66d16bcf7ba6c26674e27353cfd8a91cf2bfe82099f

diff --git a/gnome-extra/nemo/files/3.6.4-tracker-2.patch 
b/gnome-extra/nemo/files/3.6.4-tracker-2.patch
deleted file mode 100644
index 3ce71c3b6c2..000
--- a/gnome-extra/nemo/files/3.6.4-tracker-2.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 a/configure.ac 2019-03-31 12:55:38.555837300 +0300
-+++ b/configure.ac 2019-03-31 12:55:53.882694611 +0300
-@@ -190,11 +190,11 @@
- 
- build_tracker=no
- if test "x$enable_tracker" != "xno"; then
--  PKG_CHECK_MODULES(TRACKER, tracker-sparql-1.0, 
-+  PKG_CHECK_MODULES(TRACKER, tracker-sparql-2.0, 
- [build_tracker=yes],
--  [PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.18,
-+  [PKG_CHECK_MODULES(TRACKER, tracker-sparql-1.0,
- [build_tracker=yes],
--[PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.16,
-+[PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.18,
-  [build_tracker=yes],
-[build_tracker=no])])])
-   if test "x$build_tracker" = "xyes"; then

diff --git a/gnome-extra/nemo/nemo-3.6.4-r1.ebuild 
b/gnome-extra/nemo/nemo-3.6.4-r1.ebuild
deleted file mode 100644
index 277e124fd0b..000
--- a/gnome-extra/nemo/nemo-3.6.4-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-PYTHON_COMPAT=( python3_6 )
-
-inherit autotools eutils gnome2 python-any-r1 virtualx
-
-DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 x86"
-IUSE="exif +introspection +nls packagekit tracker xmp"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=gnome-extra/cinnamon-desktop-2.6.1: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=
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/libnotify-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrender
-   >=x11-libs/xapps-1.0.4
-
-   exif? ( >=media-libs/libexif-0.6.20:= )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
-   tracker? ( >=app-misc/tracker-0.18:= )
-   xmp? ( >=media-libs/exempi-2.2.0:= )
-   sys-libs/libselinux
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   nls? ( >=gnome-extra/cinnamon-translations-2.2 )
-"
-
-PDEPEND=">=gnome-base/gvfs-0.1.2"
-
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-python/polib[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   >=dev-lang/perl-5
-   >=dev-util/gdbus-codegen-2.31.0
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.40.1
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto
-
-   dev-util/gtk-doc
-   

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

2020-04-20 Thread Mart Raudsepp
commit: e8952fe7ce12030f5d1c092cc98c9b562b745b32
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:48:24 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:48:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8952fe7

gnome-extra/cinnamon-translations: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-translations/Manifest |  2 --
 .../cinnamon-translations-3.6.3-r1.ebuild  | 34 --
 .../cinnamon-translations-3.6.3.ebuild | 34 --
 .../cinnamon-translations-3.8.2.ebuild | 34 --
 4 files changed, 104 deletions(-)

diff --git a/gnome-extra/cinnamon-translations/Manifest 
b/gnome-extra/cinnamon-translations/Manifest
index 6b6a3e2626c..c427a03c340 100644
--- a/gnome-extra/cinnamon-translations/Manifest
+++ b/gnome-extra/cinnamon-translations/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-translations-3.6.3.tar.gz 9486325 BLAKE2B 
75d25beb66dc28565eb6d61f64df66e69de347ffe01984d9958b3388109d7e89f839205913432d7d68a7fedda743d4de52d63b1d95fc54ff77a8b80501d7e668
 SHA512 
274ad790ad9e8bc1d424ce45ff426ebdadf868bd48c065a21a8be014cabc889927974de5eb56ef909317bcecf4a0ca9e98af8ba3ade08c903fa286c93e05f695
-DIST cinnamon-translations-3.8.2.tar.gz 9741950 BLAKE2B 
23ae3b3551f911ca23b86d06a60e49ac063be7bb0fee65a05e1b5fe55908bb971b73e24e62b8bd82b5f486dc6d37aa724ad5252d8526f60c00b96e8570727f92
 SHA512 
8ed052da06764b71a344d2e8eea2d7b3132e5b185167d7d2e95b312df89e5302eeacde15d0ec337ab5573f7497be7b66db3fbfa4cb8a654e8199690315c319bb
 DIST cinnamon-translations-4.0.0.tar.gz 9742058 BLAKE2B 
e55931643378ea43508488f431f95f83efb4de8691303da5fa1e91bdee7486fec9881ac75123a2775e88708d40f148fc3a6b0580e447cb370b364d412a8a571a
 SHA512 
a4ecd3808e28de61556f6995c3f21c7170c2fabb81f8c10e548909eca2dabc0b33d912aaa41f4fdbc5d66f573c2e50c8ea9fed93d2fc6200a1e1662291a75811

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-3.6.3-r1.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-3.6.3-r1.ebuild
deleted file mode 100644
index a1d4f0cb21e..000
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-3.6.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 eo es es_AR et eu fa fi fil 
fo fr fr_CA frp fy ga gd gl gu he hi hr hu hy ia id ii is it ja jv ka kk km kn 
ko ksw ku ky la li lo lt lv mai mg mk ml mn mr ms my nb nds ne nl nn 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 ta te tg th tl tlh tpi tr ts tt ug uk ur uz 
uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW zu"
-
-inherit l10n
-
-DESCRIPTION="Translation data for Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">gnome-extra/cinnamon-settings-daemon-3.6"
-RDEPEND="${DEPEND}"
-RESTRICT="test" # tests are for upstream translators and need network access
-
-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() {
-   dodir /usr/share/locale
-   insinto /usr/share/locale
-   doins -r usr/share/locale/${1}
-   }
-   l10n_for_each_locale_do install_locale
-}

diff --git 
a/gnome-extra/cinnamon-translations/cinnamon-translations-3.6.3.ebuild 
b/gnome-extra/cinnamon-translations/cinnamon-translations-3.6.3.ebuild
deleted file mode 100644
index 3f983826e04..000
--- a/gnome-extra/cinnamon-translations/cinnamon-translations-3.6.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 eo es es_AR et eu fa fi fil 
fo fr fr_CA frp fy ga gd gl gu he hi hr hu hy ia id ii is it ja jv ka kk km kn 
ko ksw ku ky la li lo lt lv mai mg mk ml mn mr ms my nb nds ne nl nn 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 ta te tg th tl tlh tpi tr ts tt ug uk ur uz 
uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW zu"
-
-inherit l10n
-
-DESCRIPTION="Translation data for Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-translations/archive/${PV}.tar.gz
 

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

2020-04-20 Thread Mart Raudsepp
commit: 411ca434fe7b5330f9b35d820a76136d5a891543
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:44:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:44:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411ca434

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

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-control-center/Manifest   |  2 -
 .../cinnamon-control-center-3.6.5.ebuild   | 89 --
 .../cinnamon-control-center-3.8.0.ebuild   | 89 --
 3 files changed, 180 deletions(-)

diff --git a/gnome-extra/cinnamon-control-center/Manifest 
b/gnome-extra/cinnamon-control-center/Manifest
index 63c31a8808c..baa9aeae6b9 100644
--- a/gnome-extra/cinnamon-control-center/Manifest
+++ b/gnome-extra/cinnamon-control-center/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-control-center-3.6.5.tar.gz 381 BLAKE2B 
9b867d6467ece64a3e2d5e8a87a83235f85738e4b5ee7ea9db31f63c5681b1eec24388ff29b54bc1e01c12e3a15d5eb445c72ffe8576c211f708945ed5dde2bf
 SHA512 
09e482976fbefbd388151736fde4d4e198f3584b47f270ad7d0ce4299029012fa7c7825e221a094c8536ebd5824406bb943a8aad5cf51d60dc22dcf5c02b3b91
-DIST cinnamon-control-center-3.8.0.tar.gz 3870700 BLAKE2B 
7d75b7697f72e6d1c9af944a6bb0b0b3cd4d6ae387aab744ddd75f5fc122aa9a770d405cc20c00f46802e6bb5dcb40b384b5a75630f9d5a4f3a4b456e31ef279
 SHA512 
76f85a3d17fb91d5f0d14c784b4a3c5798e9cc74f22990737684808d1e43c6c8cd6e42ca5dcadb4788dc365f7c06dcc945aa13be2a9ecd1c6cbc8ddac550f5e1
 DIST cinnamon-control-center-4.0.0.tar.gz 3872314 BLAKE2B 
85a49a6713347741a4f1bef8bdd339645abfbccbe9621de8621b5898586d93d399312794be42834f3338fd70c7408f5d5f314ce03ef332fc0db19e053be70a69
 SHA512 
4ec0dab3dfe36a1730577abf1ecddfc96194364a1dfaf9cb939686b1621b96d6cefc60b204dd000b7ab017237c32b138cbe15644da5dea4a2406c2bf1a686638

diff --git 
a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild 
b/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild
deleted file mode 100644
index f58a8476ab8..000
--- a/gnome-extra/cinnamon-control-center/cinnamon-control-center-3.6.5.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes" # gmodule is used, which uses dlopen
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamons's main interface to configure various aspects of the 
desktop"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+colord +cups debug input_devices_wacom systemd"
-KEYWORDS="amd64 x86"
-
-# False positives caused by nested configure scripts
-QA_CONFIGURE_OPTIONS=".*"
-
-# FIXME: modemmanager is not optional
-#networkmanager is not optional
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.31:2
-   dev-libs/libxml2:2
-   >=gnome-base/libgnomekbd-2.91.91:0=
-   >=gnome-extra/cinnamon-desktop-1.0:0=
-   >=gnome-extra/cinnamon-menus-1.0:0=
-   >=gnome-extra/cinnamon-settings-daemon-1.0:0=
-   >=gnome-extra/nm-applet-0.9.8
-   media-libs/fontconfig
-   >=net-misc/modemmanager-0.7
-   >=net-misc/networkmanager-0.9.8:=[modemmanager]
-   >=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
-   colord? ( >=x11-misc/colord-0.1.14:0= )
-   cups? ( >=net-print/cups-1.4[dbus] )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7
-   >=x11-libs/gtk+-3.8:3
-   >=x11-libs/libXi-1.2 )
-"
-# http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-control-center/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+colord +cups debug input_devices_wacom systemd"
-KEYWORDS="~amd64 ~x86"
-
-# False positives caused by nested configure scripts
-QA_CONFIGURE_OPTIONS=".*"
-
-# FIXME: modemmanager is not optional
-#networkmanager is not optional
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.31:2
-   dev-libs/libxml2:2
-   >=gnome-base/libgnomekbd-2.91.91:0=
-   >=gnome-extra/cinnamon-desktop-1.0:0=
-   >=gnome-extra/cinnamon-menus-1.0:0=
-   >=gnome-extra/cinnamon-settings-daemon-1.0:0=
-   >=gnome-extra/nm-applet-0.9.8
-   media-libs/fontconfig
-   >=net-misc/modemmanager-0.7
-   >=net-misc/networkmanager-0.9.8:=[modemmanager]
-   >=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
-   colord? ( >=x11-misc/colord-0.1.14:0= )
-   cups? 

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

2020-04-20 Thread Mart Raudsepp
commit: 31dd6f2256bcc1e2a71dce5b1103967177f3408b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:50:05 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:50:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dd6f22

gnome-extra/cinnamon-menus: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-menus/Manifest|  2 --
 .../cinnamon-menus/cinnamon-menus-3.6.0.ebuild | 38 --
 .../cinnamon-menus/cinnamon-menus-3.8.2.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/gnome-extra/cinnamon-menus/Manifest 
b/gnome-extra/cinnamon-menus/Manifest
index f57ba301721..8788eb434e3 100644
--- a/gnome-extra/cinnamon-menus/Manifest
+++ b/gnome-extra/cinnamon-menus/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B 
a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176
 SHA512 
dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
-DIST cinnamon-menus-3.8.2.tar.gz 181252 BLAKE2B 
9f91d22760d0ee13ce968dc0b553d2bbd8ead94169baf4bc8d4157e23225ec0a9e70d2eff22975aec6c2985517391b5e6293fd630e038061d313098320a8a498
 SHA512 
ce75e4076fbedffa998654537520dd0efa146ae4419d76921bf7de44a1b16c3431cc819a55436bfa038947d21f83cda37dc56fab5dcb372a90ca8a3850271868
 DIST cinnamon-menus-4.0.0.tar.gz 181311 BLAKE2B 
6893e9478220dd2b8d5f9e883bb647fcd529744e4bb858f29ff2332f06abe1581b7abc6f19d78543ded8da7061cdf7095e361df2059e806c821e60847059bfe4
 SHA512 
8ada5b351d7d7b09dbdb8f3d6650c03e9a78a5ee729a2f557bd2f49180fe9272889a39309751548d4680794c606294f997ea20aea7e6f6229fb7fbde4b038852

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
deleted file mode 100644
index f6c42f53c85..000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.29.15:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   >=dev-util/intltool-0.40
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   --disable-static
-}

diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild 
b/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild
deleted file mode 100644
index 62f8d6bcb74..000
--- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.8.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2
-
-DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.29.15:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/gobject-introspection-common
-   >=dev-util/intltool-0.40
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   --disable-static
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 94fb6786a265f005e65ed98998fb03478df00eb4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:48:46 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:48:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fb6786

x11-libs/xapps: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/xapps/Manifest   |  1 -
 x11-libs/xapps/xapps-1.0.4.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest
index 3d9a425c3b2..300f4492b23 100644
--- a/x11-libs/xapps/Manifest
+++ b/x11-libs/xapps/Manifest
@@ -1,2 +1 @@
-DIST xapps-1.0.4.tar.gz 129497 BLAKE2B 
d668ff840fa83b4a037c4b0f1c502e1851236d7998c4e5c7161a779e170eee6f6f47a2a17e71f332edf3f42f6ccb88c20379ad3b12847277f5e57a3b3765f2ef
 SHA512 
1b735167f8edf15be1093255691c67ee1ae99664a714b75d46b1b782b00a6d1da72befc484ee66f070a829b6b8fd4dfa50bec5033220f66a1a4b577363b673b7
 DIST xapps-1.4.2.tar.gz 69709 BLAKE2B 
514e4cb2e614ccd9fa303625eb5ffb818847447b29d6d989c2abdc90b6b9840dac6124d8484b71ffc2e489a925f83dae597c0904aa79cd5d5a0c27d44420da96
 SHA512 
2d16bd893a16876270c41d755c62ca454f561931750acc719c480e63036b70dca8dae25e6a313f13ed0daae09fd650e0efcef9d272c405ccd9c04147aaf59fe2

diff --git a/x11-libs/xapps/xapps-1.0.4.ebuild 
b/x11-libs/xapps/xapps-1.0.4.ebuild
deleted file mode 100644
index b7f4f76e989..000
--- a/x11-libs/xapps/xapps-1.0.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils xdg-utils
-
-DESCRIPTION="Cross-desktop libraries and common resources"
-HOMEPAGE="https://github.com/linuxmint/xapps/;
-LICENSE="GPL-3"
-
-SRC_URI="https://github.com/linuxmint/xapps/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64 x86"
-
-SLOT="0"
-IUSE="introspection static-libs"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   dev-libs/gobject-introspection:0=
-   gnome-base/libgnomekbd
-   gnome-base/gnome-common
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
-   >=x11-libs/gtk+-3.3.16:3[introspection?]
-   x11-libs/libxkbfile
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-"
-
-src_prepare() {
-   xdg_environment_reset
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-gtk-doc \
-   --enable-gtk-doc-html \
-   $(use_enable introspection) \
-   $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   rm -rf "${ED%/}"/usr/bin || die
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 26d27c85d1785e9f61c6c2b1f7748a146f6e63e4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:45:42 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:45:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d27c85

gnome-extra/cinnamon-session: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-session/Manifest  |  2 -
 .../cinnamon-session-3.6.1-r5.ebuild   | 70 --
 .../cinnamon-session-3.8.0-r1.ebuild   | 69 -
 .../files/cinnamon-session-3.0.1-automagic.patch   | 38 
 .../files/cinnamon-session-3.6.1-elogind.patch | 65 
 .../files/cinnamon-session-3.6.1-elogind2.patch| 21 ---
 6 files changed, 265 deletions(-)

diff --git a/gnome-extra/cinnamon-session/Manifest 
b/gnome-extra/cinnamon-session/Manifest
index e1f2ff789dd..2740a99a163 100644
--- a/gnome-extra/cinnamon-session/Manifest
+++ b/gnome-extra/cinnamon-session/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-session-3.6.1.tar.gz 205682 BLAKE2B 
5e4bb931da715feebec6c980cd59d82b682d75234ab0e2c4135948fd83b81ea8c57536b6b2a0294162de82288af57a31977e77383e9c426357ecb4dacc4bd1e4
 SHA512 
a8ae2d332ba8e9f83ab9444c56611b28bd1c32ef9764fd5e883b7835940ec2b6c8b87f8af1735a3c2fe59ad4f15af5f5dab065cd368aaa09d4d25f6156ec6137
-DIST cinnamon-session-3.8.0.tar.gz 197983 BLAKE2B 
e0a8b57637668586f941c64df6e610a5df385a6ea67a71e1e666344a73e0095861beb9d958344dfd18988960df1e4380e72257c5f490ab344a4e0de6a749c2d1
 SHA512 
c737ee77396d38e27d93a5d2cec76d9072038f6a096c6071f450a9a3eb71d83beb1da3ff3320820d7989731281e5a108c330eec333a7fcb66ca7a37f16501c76
 DIST cinnamon-session-4.0.0.tar.gz 198396 BLAKE2B 
713573d445f09cfa4707c3ccaff04bdcc95ea7b60568fc136359258022af287df66992444da462f0488dc4049036deb190523695e519eb61329e922e05871c39
 SHA512 
7e91bef4e294175faa96d0cb9d06db36c9b5a86d6e52734447ea62d411535760fc46713961a46299ebeb3767a0abd4768279e9f6c176ae882de9b7aedc5e

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r5.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r5.ebuild
deleted file mode 100644
index 9dc721e9e17..000
--- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r5.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2
-
-DESCRIPTION="Cinnamon session manager"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 x86"
-IUSE="doc elogind ipv6 systemd"
-REQUIRED_USE="^^ ( elogind systemd )"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.88
-   >=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]
-   virtual/opengl
-   systemd? ( >=sys-apps/systemd-183
-  sys-auth/polkit )
-   elogind? ( sys-power/upower
-  sys-auth/polkit[elogind] )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-extra/cinnamon-desktop-2.6[systemd=]
-   elogind? ( sys-auth/elogind[policykit] )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/libxslt
-   >=dev-util/intltool-0.40.6
-   virtual/pkgconfig
-   doc? ( app-text/xmlto )
-
-   gnome-base/gnome-common
-"
-
-src_prepare() {
-   # make upower and logind check non-automagic
-   eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
-   eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch"
-   eapply "${FILESDIR}/${PN}-3.6.1-elogind2.patch"
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-gconf \
-   --disable-static \
-   --enable-logind \
-   $(use_enable doc docbook-docs) \
-   $(use_enable ipv6)
-}

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.8.0-r1.ebuild 
b/gnome-extra/cinnamon-session/cinnamon-session-3.8.0-r1.ebuild
deleted file mode 100644
index 54fe4a32199..000
--- a/gnome-extra/cinnamon-session/cinnamon-session-3.8.0-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit meson eutils gnome2
-
-DESCRIPTION="Cinnamon session manager"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> 

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

2020-04-20 Thread Mart Raudsepp
commit: 812c219e130714ba9745dc6952cbb78ae89c4c5a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:44:03 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:44:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812c219e

gnome-extra/cinnamon: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon/Manifest  |   2 -
 gnome-extra/cinnamon/cinnamon-3.6.6-r2.ebuild  | 229 -
 gnome-extra/cinnamon/cinnamon-3.8.8.ebuild | 207 ---
 gnome-extra/cinnamon/cinnamon-4.0.3-r1.ebuild  | 207 ---
 gnome-extra/cinnamon/cinnamon-4.0.3.ebuild | 209 ---
 .../cinnamon-2.2.6-automagic-gnome-bluetooth.patch |  44 
 .../cinnamon/files/cinnamon-2.8.0-background.patch |  26 ---
 7 files changed, 924 deletions(-)

diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index cac23ce7ae5..8e3d2161a95 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-3.6.6.tar.gz 2211080 BLAKE2B 
a5be448413532b6cc84c77d17e56739a8c2f3c26f21fac3fcdcaeda127a00e1a8f7d623964c4040f77624da06795eb607491aef55bf31fcb291b074ee75930f9
 SHA512 
9bd153508458bae2f99a451620fe5e80e45cae0e10cf113b07ca2c0a76cd16e84c4a6d743c659ef41ab91066df025f78a0ea2005a3d34ddd065fe88f358b6642
-DIST cinnamon-3.8.8.tar.gz 2234388 BLAKE2B 
edc27a670d788673602536f960e2859f6cc15a52ebd12cd741821c4455664ca6bfc6f2b2e3282a0797b15bf93a33208f4f4458df7b2cbe17e50d90412811265c
 SHA512 
5f8acf181fde8d9156ef8767f97b24e207f6c44975e5ef97e812fcdd3b2d5ce4c921297b679ad1ade6fa8e4f9c544b74143f4d925d022cc95d6c71561ab40b53
 DIST cinnamon-4.0.3.tar.gz 2325905 BLAKE2B 
8ff07f8f76ae0c0e973a9113e258a31948afc68066e27ccd7e9576d6beb5328aa8cf2c5d97e6c564f3eee9a5bf66a23241270de3a82a1fb56fcf79680b219294
 SHA512 
d29295dc08971ff6dbd71066d700037718fdb1399bbc4f483903be7a10bfa509a904db9de064a263acb6956b4a1623c1e37a0a9f28819074eb3a93d3a5866db1

diff --git a/gnome-extra/cinnamon/cinnamon-3.6.6-r2.ebuild 
b/gnome-extra/cinnamon/cinnamon-3.6.6-r2.ebuild
deleted file mode 100644
index 145d165bcfc..000
--- a/gnome-extra/cinnamon/cinnamon-3.6.6-r2.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_7,3_6} )
-PYTHON_REQ_USE="xml"
-
-inherit autotools eutils flag-o-matic gnome2 multilib pax-utils python-r1
-
-DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-
-MY_PV="${PV/_p/-UP}"
-MY_P="${PN}-${MY_PV}"
-
-SRC_URI="https://github.com/linuxmint/Cinnamon/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-# bluetooth support dropped due to bug #511648
-IUSE="+nls +networkmanager" #+bluetooth
-
-# We need *both* python 2.x and 3.x
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   || ( $(python_gen_useflags 'python2*') )
-   || ( $(python_gen_useflags 'python3*') )
-"
-
-KEYWORDS="amd64 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-0.10.1:=
-   >=dev-libs/json-glib-0.13.2
-   >=dev-libs/libcroco-0.6.2:0.6
-   dev-libs/libxml2:2
-   gnome-base/gconf:2[introspection]
-   gnome-base/librsvg
-   >=gnome-extra/cinnamon-desktop-3.6:0=[introspection]
-   >=gnome-extra/cinnamon-menus-3.6[introspection]
-   >=gnome-extra/cjs-3.6.0
-   >=media-libs/clutter-1.10:1.0[introspection]
-   media-libs/cogl:1.0=[introspection]
-   >=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.9.12:3[introspection]
-   x11-libs/pango[introspection]
-   >=x11-libs/startup-notification-0.11
-   x11-libs/libX11
-   >=x11-libs/libXfixes-5.0
-   >=x11-wm/muffin-3.6.0[introspection]
-   networkmanager? (
-   gnome-base/libgnome-keyring
-   >=net-misc/networkmanager-0.8.999:=[introspection] )
-"
-#bluetooth? ( >=net-wireless/gnome-bluetooth-3.1:=[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 

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

2020-04-20 Thread Mart Raudsepp
commit: 38bb228f2fa4b6fa4bbea8f86a5d9ee892db4a2e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:47:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bb228f

gnome-extra/cinnamon-screensaver: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-screensaver/Manifest  |  2 -
 .../cinnamon-screensaver-3.6.1-r1.ebuild   | 92 --
 .../cinnamon-screensaver-3.8.0.ebuild  | 92 --
 3 files changed, 186 deletions(-)

diff --git a/gnome-extra/cinnamon-screensaver/Manifest 
b/gnome-extra/cinnamon-screensaver/Manifest
index 7b75a8e87b1..9cda7dfe33f 100644
--- a/gnome-extra/cinnamon-screensaver/Manifest
+++ b/gnome-extra/cinnamon-screensaver/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-screensaver-3.6.1.tar.gz 154729 BLAKE2B 
cd94413791d0500f01ec8eefc9b003e635c1bdac35d37768097ba19aff3005359e6596d3795dcf41ded9338f33dc9b68f6fdd5b7556eef9fbdcb88b8de4dd500
 SHA512 
9fd5ad0227993277d8ea773cbf80de7d3d7145eb38014e3673d2c31f9947dae0f45cd961077c56cd17deb6422b128ea56c909f4974ab55953bd42c63a2a2fc37
-DIST cinnamon-screensaver-3.8.0.tar.gz 161238 BLAKE2B 
1deb5439c30eed8f16240cdacb20beee3dfeef9529d9efb913f4922b7a53ebf3372f64f80c1afdc9899eb5350b97bccf9a1cb98d703d19afa05e6ce11377531e
 SHA512 
9abed09abfdf193b66c70cd2220d7d7aa056a99b6ffe12e3d80ea8af39d4aef79f0851e83b525850cc56da5944d7b29ceb8c4e15e2bc1e847ce62c13c45d1bdb
 DIST cinnamon-screensaver-4.0.1.tar.gz 156640 BLAKE2B 
e82354ce36fc325f524e60680c51d46ba7924154e2ff64514687498a7ebbf13d626e5441177d0679c763a4bd3c10a2b7e08ed01470358bc4606be90d37867570
 SHA512 
c1262d6c1e9575da8007f41f637ab9f7ba33ad5a3a909a7b756cef1f4cb0f323ea4d89fd7498d9589975b9fa6e4715d631413eec7fbcb9c3b46d3a42e02ac7bf

diff --git 
a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild
deleted file mode 100644
index a9ae0d2b2e4..000
--- a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit autotools gnome2 multilib python-single-r1
-
-DESCRIPTION="Screensaver for Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-screensaver/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="debug doc pam systemd xinerama"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.37.3:2[dbus]
-   >=x11-libs/gtk+-3.1.4:3[introspection]
-   >=gnome-extra/cinnamon-desktop-2.6.3:0=[systemd=]
-   >=gnome-base/gsettings-desktop-schemas-0.1.7
-   >=gnome-base/libgnomekbd-3.6
-   >=dev-libs/dbus-glib-0.78
-
-   net-libs/webkit-gtk:4[introspection]
-
-   sys-apps/dbus
-   x11-libs/libxklavier
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-libs/libXScrnSaver
-   x11-libs/libXxf86misc
-   x11-libs/libXxf86vm
-   x11-themes/adwaita-icon-theme
-
-   !systemd? ( sys-auth/elogind )
-
-   ${PYTHON_DEPS}
-
-   pam? ( sys-libs/pam )
-   systemd? ( >=sys-apps/systemd-31:0= )
-   xinerama? ( x11-libs/libXinerama )
-"
-# our cinnamon-1.8 ebuilds installed a cinnamon-screensaver.desktop hack
-RDEPEND="${COMMON_DEPEND}
-   !~gnome-extra/cinnamon-1.8.8.1
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
-   dev-python/xapp[${PYTHON_MULTI_USEDEP}]
-   dev-python/psutil[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.35
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   doc? (
-   app-text/xmlto
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xml-dtd:4.4 )
-"
-
-pkg_setup() {
-   python_setup
-}
-
-src_prepare() {
-   python_fix_shebang screensavers
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug ' ') \
-   $(use_enable xinerama)
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-
-   if ! has_version x11-misc/xscreensaver; then
-   elog "${PN} can use screensavers from x11-misc/xscreensaver"
-   fi
-
-}

diff --git a/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.8.0.ebuild 
b/gnome-extra/cinnamon-screensaver/cinnamon-screensaver-3.8.0.ebuild
deleted file mode 100644
index 36c7cc681d2..000
--- 

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

2020-04-20 Thread Mart Raudsepp
commit: 1730441044c9bad154efa291c39218bf886a1e8b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:52:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:52:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17304410

gnome-extra/cjs: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cjs/Manifest |  2 -
 gnome-extra/cjs/cjs-3.6.1.ebuild | 83 
 gnome-extra/cjs/cjs-3.8.0.ebuild | 81 ---
 gnome-extra/cjs/cjs-4.0.0.ebuild | 81 ---
 4 files changed, 247 deletions(-)

diff --git a/gnome-extra/cjs/Manifest b/gnome-extra/cjs/Manifest
index 56ae9f5a33a..4700da9ee9c 100644
--- a/gnome-extra/cjs/Manifest
+++ b/gnome-extra/cjs/Manifest
@@ -1,3 +1 @@
-DIST cjs-3.6.1.tar.gz 426279 BLAKE2B 
b9d99e06b580b81178d0b4e2e3d854769357f28277500aed9f5bc2672f26ec72f584576c53d7aa6069737ae81bd0b1bf05d56d39c947de1206c506d72c8da075
 SHA512 
648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155
-DIST cjs-3.8.0.tar.gz 446667 BLAKE2B 
d7d37d2aa47fb32b401727e2d5f7f6bd3779e62f5bdaf77501e0999bc7d74a14c5c9924702091d4b32dc7a572b5e920e2dcf19e50b048907f87993d8be392ea7
 SHA512 
7f776be2d4863ea7bb32e266efb0c5d5e0f86bab68bdabc1478e04809f8f887b4ff0853075baffa46055d347fc22c6252faefaceba750f61b0b21229f6130bd0
 DIST cjs-4.0.0.tar.gz 459595 BLAKE2B 
63ed660480f87fcd57103965226b3457dc70586019c9ea7f446af86f0b18b493c315566c608f5e999f3b64765d71eb5d463053f3d859f7121c95dcc74d04016d
 SHA512 
86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7

diff --git a/gnome-extra/cjs/cjs-3.6.1.ebuild b/gnome-extra/cjs/cjs-3.6.1.ebuild
deleted file mode 100644
index 90d097a42a0..000
--- a/gnome-extra/cjs/cjs-3.6.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools gnome2 pax-utils virtualx
-
-DESCRIPTION="Linux Mint's fork of gjs for Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 x86"
-
-RDEPEND="
-   dev-lang/spidermonkey:38
-   >=dev-libs/glib-2.37.3:2
-   >=dev-libs/gobject-introspection-1.38:=
-   sys-libs/readline:0
-   virtual/libffi
-   cairo? ( x11-libs/cairo[X,glib] )
-   gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="${RDEPEND}
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-   sys-devel/autoconf-archive
-"
-# Cinnamon 2.2 does not work with this release.
-RDEPEND="${RDEPEND}
-   !http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 ~x86"
-
-RDEPEND="
-   dev-lang/spidermonkey:52
-   >=dev-libs/glib-2.37.3:2
-   >=dev-libs/gobject-introspection-1.38:=
-   sys-libs/readline:0
-   virtual/libffi
-   cairo? ( x11-libs/cairo[X,glib] )
-   gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="${RDEPEND}
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-   sys-devel/autoconf-archive
-"
-# Cinnamon 2.2 does not work with this release.
-RDEPEND="${RDEPEND}
-   !http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 ~x86"
-
-RDEPEND="
-   dev-lang/spidermonkey:52
-   >=dev-libs/glib-2.37.3:2
-   >=dev-libs/gobject-introspection-1.38:=
-   sys-libs/readline:0
-   virtual/libffi
-   cairo? ( x11-libs/cairo[X,glib] )
-   gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="${RDEPEND}
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-   sys-devel/autoconf-archive
-"
-# Cinnamon 2.2 does not work with this release.
-RDEPEND="${RDEPEND}
-   !

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

2020-04-20 Thread Mart Raudsepp
commit: b0568ffcce869c9ac7c3382f998922d1bc7ac96c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:48:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:48:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0568ffc

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

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-settings-daemon/Manifest  |  2 -
 .../cinnamon-settings-daemon-3.6.1-r1.ebuild   | 85 -
 .../cinnamon-settings-daemon-3.8.4.ebuild  | 87 --
 3 files changed, 174 deletions(-)

diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest 
b/gnome-extra/cinnamon-settings-daemon/Manifest
index c6222a451b2..b8caf111fdc 100644
--- a/gnome-extra/cinnamon-settings-daemon/Manifest
+++ b/gnome-extra/cinnamon-settings-daemon/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-settings-daemon-3.6.1.tar.gz 995005 BLAKE2B 
c512fe53b707099dca0926893f03056d508bbe22026367c3212a99f22df60d629e02e080fccdeb73151c7aa7e93396b47bede1820059f4a53eace11a56ae5521
 SHA512 
48a28decff08a191f4ec604386c3bb5c07001d4bc4f7b6d1da379626b41650653fdd14205bbed5321c41fbc281e8638b17e1de30dbba5d299f79cde03216cb33
-DIST cinnamon-settings-daemon-3.8.4.tar.gz 660607 BLAKE2B 
1db6e8677c9f9e1fc649d29b3de46d2797f01dbaad3a907329eb6781c6c4ec17706d06045ae230315c7802a5ea176dda73dfcd437fd07e3398ad732e96240a83
 SHA512 
5bd91e781d47413b50b69b6a8d4cbe9060579452db7408d375f01b05b4070caa684d333ef875a7dda85d1acad3442cddd38e13167fa198e3a5540fef7bedfb75
 DIST cinnamon-settings-daemon-4.0.2.tar.gz 662735 BLAKE2B 
158e2ee120e2b359c6d84aa52c6b2c9214148fcf48cdc8ed9c777344f21ce82b5c3e4d0b358046abb1de8fc23a43b7cced02b77b43c1230fc2d97db58423e125
 SHA512 
3e51628339ae7766c37090c82a7550e2f925843ca62ef9cca606568c9771a8f16035735b3db612aae0938553fd37fb6eaf8d30437baa501160221d1b71d0e94e

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1-r1.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1-r1.ebuild
deleted file mode 100644
index 243e2ba6d7a..000
--- 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2 virtualx
-
-DESCRIPTION="Cinnamon's settings daemon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 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-base/librsvg-2.36.2
-   >=gnome-extra/cinnamon-desktop-2.8.0:0=
-   media-libs/fontconfig
-   >=media-libs/lcms-2.2:2
-   media-libs/libcanberra:0=[gtk3]
-   sys-apps/dbus
-   >=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
-   >=sys-power/upower-0.9.11
-
-   colord? ( >=x11-misc/colord-0.1.27:= )
-   cups? ( >=net-print/cups-1.4[dbus] )
-   input_devices_wacom? (
-   >=dev-libs/libwacom-0.7
-   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
-   >=dev-util/intltool-0.37.1
-   x11-base/xorg-proto
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # make colord and wacom optional
-   eapply "${FILESDIR}"/${PN}-3.0.1-optional.patch
-
-   # Disable broken test
-   sed -e '/g_test_add_func ("\/color\/edid/d' \
-   -i plugins/color/gcm-self-test.c || die
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # no point in disabling gudev since other plugins pull it in
-   gnome2_src_configure \
-   --disable-static \
-   --enable-gudev \
-   --enable-polkit \
-   --enable-logind \
-   $(use_enable colord color) \
-   $(use_enable cups) \
-   $(use_enable smartcard smartcard-support) \
-   $(use_enable input_devices_wacom wacom)
-}
-
-src_test() {
-   virtx emake check
-}

diff --git 
a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.8.4.ebuild 
b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-3.8.4.ebuild

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

2020-04-20 Thread Mart Raudsepp
commit: a1bfd9a72b11baeb6b8df2be44018a721b7b2f8f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:46:48 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:46:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bfd9a7

gnome-extra/cinnamon-desktop: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/cinnamon-desktop/Manifest  |  2 -
 .../cinnamon-desktop/cinnamon-desktop-3.6.2.ebuild | 70 --
 .../cinnamon-desktop/cinnamon-desktop-3.8.1.ebuild | 63 ---
 3 files changed, 135 deletions(-)

diff --git a/gnome-extra/cinnamon-desktop/Manifest 
b/gnome-extra/cinnamon-desktop/Manifest
index d0b1f21ff4b..7a1e5ffc758 100644
--- a/gnome-extra/cinnamon-desktop/Manifest
+++ b/gnome-extra/cinnamon-desktop/Manifest
@@ -1,3 +1 @@
-DIST cinnamon-desktop-3.6.2.tar.gz 571728 BLAKE2B 
17a3297b75a1ba9e34ff5ef8b7252748b4300fe40381b8d5942fcf5baaf7532a560cdbd918d2dc7ed34921e357c61f74d947a5e2174cd7b0310f91015a4bc4f4
 SHA512 
75af7ec916d43d02eebe9a83214cdb538067f6b674ca76e109f3bed909e61df11ec83350e97505ddaaed24f097e7b20512822e30b52d14a39d6a0e3d582d05fb
-DIST cinnamon-desktop-3.8.1.tar.gz 489295 BLAKE2B 
cc2216040387ff573d4cfc740e7e400862c8fc1361f38b2771ac94c490a8710e487ae1d33ab1a7ed98423c94e77bba32db6cbc563e9152c67b011459f91ad123
 SHA512 
d4b5e6d848a4cb01e811410da8b07d2a400f6632abba9cc0ed74e5321ba3fafd1ec9ac90307eb56ba7047dbfabbad9526e1348533c6207c9a7756c24751da933
 DIST cinnamon-desktop-4.0.1.tar.gz 489598 BLAKE2B 
3d223faf0d9381bc5bcd4be131f9dbe1bea0f6ec57cc5413e24fac8a1855737ba55f55faff36436c8b8d6266be264d96ce51ec1bd8c1406f5737c9b3ee41c0a9
 SHA512 
68ce970736eac025c5cf73239dccd010d70197011e75258dc234bdbb52346466f51fc211c58d2ce730e63fb6250fa763ccbdf44cc08df7a028a0bea01826ddb4

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.6.2.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.6.2.ebuild
deleted file mode 100644
index a984f3d7084..000
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.6.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 x86"
-IUSE="+introspection systemd"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.37.3:2[dbus]
-   media-sound/pulseaudio[glib]
-   >=x11-libs/gdk-pixbuf-2.22:2[introspection?]
-   >=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
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-   sys-apps/accountsservice
-"
-RDEPEND="${COMMON_DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.40.6
-   gnome-base/gnome-common
-   x11-base/xorg-proto
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   python_setup
-}
-
-src_prepare() {
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection)
-}
-
-src_install() {
-   gnome2_src_install
-
-   # set sane default gschema values for systemd users
-   if use systemd; then
-   insinto /usr/share/glib-2.0/schemas/
-   newins "${FILESDIR}"/${PN}-2.6.4.systemd.gschema.override 
${PN}.systemd.gschema.override
-   fi
-}

diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.8.1.ebuild 
b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.8.1.ebuild
deleted file mode 100644
index f9831b1fdf9..000
--- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.8.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit meson eutils gnome2 python-single-r1
-
-DESCRIPTION="A collection of libraries and utilites used by Cinnamon"
-HOMEPAGE="http://developer.linuxmint.com/projects/cinnamon-projects.html;
-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 = 

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/

2020-04-20 Thread Mart Raudsepp
commit: 495acd9e1fa25ab708cbd1e55c36ed4fc2bf72cf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:31:47 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:41:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495acd9e

games-puzzle/gnome-klotski: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/gnome-klotski/Manifest|  1 -
 .../gnome-klotski/gnome-klotski-3.34.0.ebuild  | 48 --
 2 files changed, 49 deletions(-)

diff --git a/games-puzzle/gnome-klotski/Manifest 
b/games-puzzle/gnome-klotski/Manifest
index 301eaee74b8..60c399bb209 100644
--- a/games-puzzle/gnome-klotski/Manifest
+++ b/games-puzzle/gnome-klotski/Manifest
@@ -1,2 +1 @@
-DIST gnome-klotski-3.34.0.tar.xz 846780 BLAKE2B 
9928b79b0963078cb046eda5d776080fa61c6b2bf09af3da5da1e15ee7385771d792522dc44c63c1b4b3f0d218e4fe41b09fa35a86e90ae15b39a5fddf07
 SHA512 
6a21588895594abe772d0a4cac3bc4049586078b35514647d1d9847472cae809c1a916a8bcd12775df5331a58058936e9723f0fd5e80844df2b362596e0694c5
 DIST gnome-klotski-3.34.4.tar.xz 847220 BLAKE2B 
d9abfcadfa770caa5fe7896b33a5e576022fd04dc6cb8eca49069988db16fbf50f36b296fc8cef985a42eb26e071595295e527dcbb04466c56bbe030af076914
 SHA512 
eccdfb40d386f873ccb49b9034807917b647338c339afacd419b3b83d8f3a5171427ac9dae8ce5e61c9484a726d009ec87819bd148d721d6d5cbcfcee5c57688

diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.34.0.ebuild 
b/games-puzzle/gnome-klotski/gnome-klotski-3.34.0.ebuild
deleted file mode 100644
index bb08a715fd0..000
--- a/games-puzzle/gnome-klotski/gnome-klotski-3.34.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Slide blocks to solve the puzzle"
-HOMEPAGE="https://wiki.gnome.org/Apps/Klotski;
-
-LICENSE="GPL-3+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libgee:0.8=
-   >=dev-libs/glib-2.40.0:2
-   dev-libs/libgnome-games-support:1=
-   >=x11-libs/gtk+-3.19.0:3
-   >=gnome-base/librsvg-2.32.0:2
-"
-DEPEND="${RDEPEND}
-   gnome-base/librsvg:2[vala]
-"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 77e2ebea3dd0ee97c597020431863f1c2eb3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:34:21 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e2ebea

gnome-base/gnome-extra-apps: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gnome-extra-apps-3.32.2.ebuild | 75 --
 1 file changed, 75 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild
deleted file mode 100644
index c1c043271c2..000
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sub-meta package for the applications of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+games share +shotwell +tracker"
-
-KEYWORDS="amd64 ~arm64 x86"
-
-# Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME 3
-# Keep pkg order within a USE flag as upstream releng versions file
-# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer, 
vinagre, vino; replace gucharmap with gnome-characters?
-# gnome-documents removed for now, as it didn't find a good place upstream and 
is getting dropped from default sets for distros for 3.30 (and for 3.26 it 
required newer tracker than we had at the time)
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}
-
-   >=sys-apps/baobab-3.32.0
-   >=media-video/cheese-3.32.1
-   >=www-client/epiphany-${PV}
-   >=app-arch/file-roller-3.32.1
-   >=gnome-extra/gnome-calculator-3.32.1
-   >=gnome-extra/gnome-calendar-3.32.1
-   >=gnome-extra/gnome-characters-3.32.1
-   >=sys-apps/gnome-disk-utility-3.32.1
-   >=media-gfx/gnome-font-viewer-3.32.0
-   >=media-gfx/gnome-screenshot-3.32.0
-   >=gnome-extra/gnome-system-monitor-3.32.1
-   >=gnome-extra/gnome-weather-3.32.2
-   >=gnome-extra/gucharmap-12.0.1:2.90
-   >=gnome-extra/sushi-3.32.0
-   >=media-sound/sound-juicer-3.24.0
-   >=net-misc/vino-3.22.0
-
-   >=gnome-base/dconf-editor-3.32.0
-   >=app-dicts/gnome-dictionary-3.26.1
-   >=mail-client/evolution-${PV}
-   >=gnome-extra/gnome-tweaks-3.32.0
-   >=gnome-extra/nautilus-sendto-3.8.6
-   >=net-misc/vinagre-3.22.0
-
-   games? (
-   >=games-puzzle/five-or-more-3.32.0
-   >=games-board/four-in-a-row-3.32.0
-   >=games-board/gnome-chess-3.32.0
-   >=games-puzzle/gnome-klotski-3.32.0
-   >=games-board/gnome-mahjongg-3.32.0
-   >=games-board/gnome-mines-3.32.2
-   >=games-arcade/gnome-nibbles-3.32.0
-   >=games-arcade/gnome-robots-3.32.0
-   >=games-puzzle/gnome-sudoku-3.32.0
-   >=games-puzzle/gnome-taquin-3.32.0
-   >=games-puzzle/gnome-tetravex-3.32.0
-   >=games-puzzle/hitori-3.32.0
-   >=games-board/iagno-3.32.0
-   >=games-puzzle/lightsoff-3.32.0
-   >=games-puzzle/quadrapassel-3.32.0
-   >=games-puzzle/swell-foop-3.32.0
-   >=games-board/tali-3.32.0
-   )
-   share? ( >=gnome-extra/gnome-user-share-3.32.0.1 )
-   shotwell? ( >=media-gfx/shotwell-0.30.7 )
-   tracker? (
-   >=app-misc/tracker-2.2.2
-   >=app-misc/tracker-miners-2.2.2
-   >=media-gfx/gnome-photos-3.32.0
-   >=media-sound/gnome-music-3.32.2 )
-"
-DEPEND=""
-BDEPEND=""
-S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/five-or-more/

2020-04-20 Thread Mart Raudsepp
commit: dab2d8bb4bde519892f2c1c08d777bffb6969fb6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:30:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:41:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab2d8bb

games-puzzle/five-or-more: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/five-or-more/Manifest |  1 -
 .../five-or-more/five-or-more-3.32.0.ebuild| 45 --
 2 files changed, 46 deletions(-)

diff --git a/games-puzzle/five-or-more/Manifest 
b/games-puzzle/five-or-more/Manifest
index 9a7a90f1715..81aca4b2f29 100644
--- a/games-puzzle/five-or-more/Manifest
+++ b/games-puzzle/five-or-more/Manifest
@@ -1,2 +1 @@
-DIST five-or-more-3.32.0.tar.xz 1238080 BLAKE2B 
ce810414ff58dff833560f1540f533aaa9fccf20af4a0b6ce42d6c4dafc21c72c210c0b710e1ae1ff04fa33f1e23ffbcc498a547169d216d26d02fd1fabbc1a4
 SHA512 
7a2eeed345754e8d27e626a63eb6ea00b22dd600e405899543c402490b953d3675597fa2c2df6f661108ac818664f82682f710652cfb2a0058c1da753d21df80
 DIST five-or-more-3.32.2.tar.xz 1238468 BLAKE2B 
8d223df7933cc84751c173617540a3b725342e84669be22a865a6751be19671fbe269ddc00e4c3a32d78ce3313c71d3c7e1930beae7d1561f6b90a6f9cdc73b8
 SHA512 
bbca7ebca45eb0975a57accbd6d3648f3fa5ab6abfaaede04e038b7ea793b44a2e125dbfe65d3f53863e62fed36eb28bbd9180e8975c4988e0fc919a8708e4c3

diff --git a/games-puzzle/five-or-more/five-or-more-3.32.0.ebuild 
b/games-puzzle/five-or-more/five-or-more-3.32.0.ebuild
deleted file mode 100644
index e162e836978..000
--- a/games-puzzle/five-or-more/five-or-more-3.32.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Remove colored balls from the board by forming lines"
-HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libgee:0.8=
-   >=dev-libs/glib-2.32:2
-   >=x11-libs/gtk+-3.20:3
-   dev-libs/libgnome-games-support:=
-   >=gnome-base/librsvg-2.32:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-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/gnome-logs/

2020-04-20 Thread Mart Raudsepp
commit: afa436278323bbb276bbad265242c44e711ac876
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:39:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa43627

gnome-extra/gnome-logs: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gnome-logs/Manifest |  2 -
 gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild | 54 -
 gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild | 54 -
 3 files changed, 110 deletions(-)

diff --git a/gnome-extra/gnome-logs/Manifest b/gnome-extra/gnome-logs/Manifest
index b94ab596806..4ba84cdc5a7 100644
--- a/gnome-extra/gnome-logs/Manifest
+++ b/gnome-extra/gnome-logs/Manifest
@@ -1,3 +1 @@
-DIST gnome-logs-3.30.0.tar.xz 1289980 BLAKE2B 
51c99c335b72039eab96feae8acff55f17c65b44959ce7b0f6a310a71dc4d372fd7e225a73650896a7177650ca77df6cf340a91cdbbff0cd18dfc1b2fd658d1b
 SHA512 
940aa6883538aad28ce86e313425e28f2633d68f55dc3b17260bd81f6232799b29234d9a26dfd0cd26af0d0debf0cb832e76b5b8743d95b8e32514ac5fe6ece0
-DIST gnome-logs-3.32.1.tar.xz 459524 BLAKE2B 
c3330257df4e6baddb7cfe6053787d2084ea50ca36b2d792c940be997a07b198a3b1277ab5e0d9ccaa272ffead8df05d27cf7f9cd637f882ba0fd23b0b199a91
 SHA512 
bb2bec86c68ed9850bae99420d5ca7855ae557acb5712ec17c67c071faf98b84e8562d27acf09c7feb08a62eb1570d0c72d28a1415924304b2ade36692428da7
 DIST gnome-logs-3.34.0.tar.xz 755704 BLAKE2B 
2f9c494f062adce6f325baf5eb29bd6b9ad8144bf1e5ca5ee5672922ed6086f3ddf5be9dcd0d33c74b9c8ffacd1f2de060b2d62f3ae4b9d2206c1f74d7e88260
 SHA512 
4c93f85539c0cf51de9fb27212800466ee36bc1e105906456db3854b663bee68024eb10b288327893ba27bf1f5c10feeaf0101baba6a34cf18171a3ba5c8c48a

diff --git a/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild 
b/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild
deleted file mode 100644
index 2fd946af757..000
--- a/gnome-extra/gnome-logs/gnome-logs-3.30.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="Log messages and event viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/Logs;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-   gnome-base/gsettings-desktop-schemas
-   >=dev-libs/glib-2.43.90:2
-   >=x11-libs/gtk+-3.22:3
-   sys-apps/systemd:=
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   ~app-text/docbook-xml-dtd-4.3
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   -Dman=true
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild 
b/gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild
deleted file mode 100644
index e5c5db38656..000
--- a/gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="Log messages and event viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/Logs;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   gnome-base/gsettings-desktop-schemas
-   >=dev-libs/glib-2.43.90:2
-   >=x11-libs/gtk+-3.22:3
-   sys-apps/systemd:=
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   -Dman=true
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 53f91a28934fc072a5c701539deb3bcd8d8fbc2e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:40:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f91a28

gnome-base/libgtop: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/libgtop/libgtop-2.40.0.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/gnome-base/libgtop/libgtop-2.40.0.ebuild 
b/gnome-base/libgtop/libgtop-2.40.0.ebuild
deleted file mode 100644
index 4950f22ebfc..000
--- a/gnome-base/libgtop/libgtop-2.40.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2
-
-DESCRIPTION="A library that provides top functionality to applications"
-HOMEPAGE="https://git.gnome.org/browse/libgtop;
-
-LICENSE="GPL-2+"
-SLOT="2/11" # libgtop soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.4
-   >=sys-devel/gettext-0.19.4
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # Add explicit stdc, bug #628256
-   append-cflags "-std=c99"
-
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection)
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/

2020-04-20 Thread Mart Raudsepp
commit: bdb6bdcd5665de1370641e11b639f4e6dc6fcc2a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:32:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:41:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb6bdcd

games-puzzle/gnome-taquin: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.32.0.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 62602f01d6c..45a6f144102 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.32.0.tar.xz 5234188 BLAKE2B 
c302cc24385161d7cb12f77a8278399ef0e08322912d1afa0fce92a8064ccf8320de570f5995a84354db92179f697e31a600ad2144d44d9d006f539a1135428b
 SHA512 
b874d38ca3a3d31fecabe0f0661d0410e69d744e06192c037f8a71da11e963e2a557780eb1a7fe9c75dd64a969b8d39c3ec1318ffe6a99c4248652ff5a416418
 DIST gnome-taquin-3.34.4.tar.xz 5242780 BLAKE2B 
9763d77f77ddfc0c283663be22258b7baa2529f0d3efc05200f1735ca8766008451e648b6fb7b15e4f06887a6c040b5f25e5e63291b00036180a134854bcc57c
 SHA512 
15da9ebc8c1aa89b350132efe034b977d96a62e686d01cfe8547b47541f1c2d30d564ba3eed35e3c80818835703cf4f33552d373908a2e8287c3982c041d7eef

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
deleted file mode 100644
index 7accbefeaeb..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   >=x11-libs/gtk+-3.22.23:3
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/libcanberra-0.26[gtk3]
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
-DEPEND="${RDEPEND}"
-BDEPEND="
-   $(vala_depend)
-   gnome-base/librsvg:2[vala]
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 1f7753289e24a9d3188156c3d8eff1157278ea05
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:34:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f775328

gnome-base/gnome: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome/gnome-3.32.2.ebuild | 51 
 1 file changed, 51 deletions(-)

diff --git a/gnome-base/gnome/gnome-3.32.2.ebuild 
b/gnome-base/gnome/gnome-3.32.2.ebuild
deleted file mode 100644
index f3d4fddd8a2..000
--- a/gnome-base/gnome/gnome-3.32.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Meta package for GNOME 3, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-
-LICENSE="metapackage"
-SLOT="2.0" # Cannot be installed at the same time as gnome-2
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
-
-IUSE="accessibility +bluetooth +classic cups +extras"
-
-S=${WORKDIR}
-
-# TODO: check accessibility completeness
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-   >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
-
-   >=gnome-base/gdm-3.32.0
-
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV}[bluetooth?]
-   >=media-fonts/cantarell-0.111
-
-   >=x11-themes/gnome-backgrounds-3.32.0
-   x11-themes/sound-theme-freedesktop
-
-   accessibility? (
-   >=app-accessibility/at-spi2-atk-2.32.0
-   >=app-accessibility/at-spi2-core-2.32.1
-   >=app-accessibility/orca-3.32.0
-   >=gnome-extra/mousetweaks-3.32.0 )
-   classic? ( >=gnome-extra/gnome-shell-extensions-3.32.1 )
-   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
-"
-PDEPEND=">=gnome-base/gvfs-1.40.1[udisks]"
-
-DEPEND=""
-BDEPEND=""
-
-pkg_postinst() {
-   # Remind people where to find our project information
-   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
-   elog "for information about the project and documentation."
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 4237d2e066fbb77e52b0fc2abb4d17823785c71a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:38:55 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4237d2e0

media-libs/clutter: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/clutter/Manifest |   2 -
 media-libs/clutter/clutter-1.26.2-r2.ebuild | 115 
 2 files changed, 117 deletions(-)

diff --git a/media-libs/clutter/Manifest b/media-libs/clutter/Manifest
index ea1067dcfce..b3534d987b2 100644
--- a/media-libs/clutter/Manifest
+++ b/media-libs/clutter/Manifest
@@ -1,3 +1 @@
-DIST clutter-1.26.2-patchset.tar.xz 10204 BLAKE2B 
d3515420600a7d7df7df608f5091ccd1df5e23a5e75cc1e3cc3856de94a935234280d3648eace3220a299214a4715860c74d24a994b7f6e36901d8c80e10a7dc
 SHA512 
2659b9a4ec3db59bc5a35ce09f974271a7a3f5e7bfbc7f741b5a5e87b2a017f4a779aafd97386fe448b94a5285d9eecad661cc320620c7c56928e296939bb708
-DIST clutter-1.26.2.tar.xz 5353736 BLAKE2B 
ac30cee3c5a8ed786c38820b7afb86e80929c2a797b737b35650ae6dd856576d72cc7f5407a984f418e255d6ab43c8d3ca9d7efd6f50650b2e0c733ecca19114
 SHA512 
c8008a1a1f111313d9abaff8d4415f112ddc32a02e08845f3735d33bb25b72b082f133daba06749bb9595eaf1ba83b308d30a413fbbe8dcdc1afdd7077a30937
 DIST clutter-1.26.4.tar.xz 5403168 BLAKE2B 
642179423cc5f883f1920e90fafc3119fb735d2d7045d120e73b5a82bfec8750101e0cea51f5241f5326b801d5f881ffcc334d565184145e01b019c9350315b5
 SHA512 
6d43ac09df7671fa2bda74d1231166e8331f3ef1dbe0d167225033b3ddae7377d1062db81b73fc498c2e9f0db467bf4febb7306a6f40c9ef0266dac2a397f43a

diff --git a/media-libs/clutter/clutter-1.26.2-r2.ebuild 
b/media-libs/clutter/clutter-1.26.2-r2.ebuild
deleted file mode 100644
index d5ea60753ae..000
--- a/media-libs/clutter/clutter-1.26.2-r2.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="Clutter is a library for creating graphical user interfaces"
-HOMEPAGE="https://wiki.gnome.org/Projects/Clutter;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="LGPL-2.1+ FDL-1.1+"
-SLOT="1.0"
-
-IUSE="aqua debug doc egl gtk +introspection test wayland X"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   wayland? ( egl )
-"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-
-# NOTE: glx flavour uses libdrm + >=mesa-7.3
-# >=libX11-1.3.1 needed for X Generic Event support
-# do not depend on tslib, it does not build and is disabled by default upstream
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/atk-2.5.3[introspection?]
-   >=dev-libs/json-glib-0.12[introspection?]
-   >=media-libs/cogl-1.21.2:1.0=[introspection?,pango,wayland?]
-   >=x11-libs/cairo-1.14:=[aqua?,glib]
-   >=x11-libs/pango-1.30[introspection?]
-
-   virtual/opengl
-   x11-libs/libdrm:=
-
-   egl? (
-   >=dev-libs/libinput-0.19.0
-   media-libs/cogl[gles2,kms]
-   >=dev-libs/libgudev-136
-   x11-libs/libxkbcommon
-   )
-   gtk? ( >=x11-libs/gtk+-3.22.6:3[aqua?] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   X? (
-   media-libs/fontconfig
-   >=x11-libs/libX11-1.3.1
-   x11-libs/libXext
-   x11-libs/libXdamage
-   >=x11-libs/libXi-1.3
-   >=x11-libs/libXcomposite-0.4 )
-   wayland? (
-   dev-libs/wayland
-   x11-libs/gdk-pixbuf:2 )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.20
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   doc? (
-   >=dev-util/gtk-doc-1.20
-   >=app-text/docbook-sgml-utils-0.6.14[jadetex]
-   dev-libs/libxslt )
-   X? ( x11-base/xorg-proto )
-   test? ( x11-libs/gdk-pixbuf )
-"
-
-PATCHES=(
-   # assorted patches from git at 2020-01-03; most importantly fixes 
wayland amdgpu picking (with working 10bit color) for various GNOME clutter 
games and gnome-maps
-   "${WORKDIR}/patches" # requires eautoreconf
-)
-
-src_prepare() {
-   # We only need conformance tests, the rest are useless for us
-   sed -e 's/^\(SUBDIRS =\).*/\1 accessibility conform/g' \
-   -i tests/Makefile.am || die "am tests sed failed"
-   sed -e 's/^\(SUBDIRS =\)[^\]*/\1  accessibility conform/g' \
-   -i tests/Makefile.in || die "in tests sed failed"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # XXX: Conformance test suite (and clutter itself) does not work under 
Xvfb
-   # (GLX error blabla)
-   # XXX: coverage disabled for now
-   

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2020-04-20 Thread Mart Raudsepp
commit: 704a28af0acd49e4c8bbbfc1dae6aba65ef2bcee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:33:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:41:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704a28af

games-puzzle/gnome-tetravex: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/gnome-tetravex/Manifest   |  1 -
 .../gnome-tetravex/gnome-tetravex-3.34.1.ebuild| 41 --
 2 files changed, 42 deletions(-)

diff --git a/games-puzzle/gnome-tetravex/Manifest 
b/games-puzzle/gnome-tetravex/Manifest
index 7acefc036a6..5786e224988 100644
--- a/games-puzzle/gnome-tetravex/Manifest
+++ b/games-puzzle/gnome-tetravex/Manifest
@@ -1,2 +1 @@
-DIST gnome-tetravex-3.34.1.tar.xz 914192 BLAKE2B 
2bf9dd70d3c8bd71d7f6f4cc8412ad0ef1f89191890910253b8986b633a8d02660867d4be088d27ff50551c5de14448f4026689230984de213cd2c46d69a091b
 SHA512 
bdf39318b093b10e4a018cd7ef4d8acc65013325bb5406347024f870be2758a42b6b9cdd01d6098d06372cef8967eb948857453f951f8fb54f469bb534642059
 DIST gnome-tetravex-3.34.4.tar.xz 914456 BLAKE2B 
93fb2711c750feff80af8fb671e69aacb10241009855f268b90e333870f71a82a73344486fdb5612aec69b7c1f5d0a628fc31094fd3aee97bb6c5f68cbc825ac
 SHA512 
4affa8823482d901cd2accc9cab43ebf7054f9550778e3b460ea4915e4eef5937ff74430399610101f1e8c06d8e6aa111e9ae240a19043c0907d0a1d013f5f67

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.34.1.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.34.1.ebuild
deleted file mode 100644
index f0d6efec3ea..000
--- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.34.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Complete the puzzle by matching numbered tiles"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   >=x11-libs/gtk+-3.14:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: d2f88d8e31ae4959427eb85afa712facea1de831
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:38:03 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f88d8e

media-libs/clutter-gst: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/clutter-gst/clutter-gst-3.0.27.ebuild | 57 
 1 file changed, 57 deletions(-)

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild 
b/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild
deleted file mode 100644
index 8b174001efc..000
--- a/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1
-
-HOMEPAGE="https://blogs.gnome.org/clutter/;
-DESCRIPTION="GStreamer integration library for Clutter"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="X debug examples +introspection udev"
-
-# >=cogl-1.18 provides cogl-2.0-experimental
-COMMON_DEPEND="
-   >=dev-libs/glib-2.20:2
-   >=media-libs/clutter-1.20:1.0=[X=,introspection?]
-   >=media-libs/cogl-1.18:1.0=[introspection?]
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=media-libs/gst-plugins-base-1.4:1.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-0.6.8:= )
-   udev? ( dev-libs/libgudev )
-"
-# uses goom from gst-plugins-good
-RDEPEND="${COMMON_DEPEND}
-   >=media-libs/gst-plugins-good-1.4:1.0
-   !udev? ( media-plugins/gst-plugins-v4l2 )
-"
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.11
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # --enable-gl-texture-upload is experimental
-   gnome2_src_configure \
-   --disable-maintainer-flags \
-   --enable-debug=$(usex debug yes minimum) \
-   $(use_enable introspection) \
-   $(use_enable udev)
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use examples; then
-   insinto /usr/share/doc/"${PF}"/examples
-   doins examples/{*.c,*.png,README}
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/

2020-04-20 Thread Mart Raudsepp
commit: 91cc6c185d97565d28dbcc061fed6e61e54fbc33
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:40:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cc6c18

media-gfx/gnome-font-viewer: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/gnome-font-viewer/Manifest   |  1 -
 .../gnome-font-viewer-3.32.0.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/media-gfx/gnome-font-viewer/Manifest 
b/media-gfx/gnome-font-viewer/Manifest
index 40b321c0a50..a26db211a0a 100644
--- a/media-gfx/gnome-font-viewer/Manifest
+++ b/media-gfx/gnome-font-viewer/Manifest
@@ -1,2 +1 @@
-DIST gnome-font-viewer-3.32.0.tar.xz 153852 BLAKE2B 
b79279e57b2ce4310acf3d1164da68b9408518456f72d28aae09092c53f9ab5cc6e1754b06c6ed147fdb842f76a3e0e4ad2bd7f5ddad5773091b28eae9811d78
 SHA512 
16b000b16b3e3e996dd83ef7f2a2f6877f6d367c6fd69f26f385dd13cc87a7690cd85e8895008fc7c5ca32ad4a15b763fe918ddc08aaf042f65087289b126681
 DIST gnome-font-viewer-3.34.0.tar.xz 157756 BLAKE2B 
dabda5516fc5461d382f6ac6ed2ac6177dee137983833e3643d029e2370b76ef586223a41b591ef0f6c21024f1e42fe7b234c8ef9cdbbbf9845c46b9a55222eb
 SHA512 
1be6230da5ff47a129db43b5f5467d3fed8925fad7a6637f24d72c8c99c80d8dd1635eaef1b7c7f650a86132a54cde8326d3418075f5818d0154dc8d503927c7

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.32.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.32.0.ebuild
deleted file mode 100644
index eceff0c61b9..000
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.32.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org meson xdg
-
-DESCRIPTION="Font viewer utility for GNOME"
-HOMEPAGE="https://git.gnome.org/browse/gnome-font-viewer;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="
-   >=dev-libs/glib-2.35.1:2
-   >=x11-libs/gtk+-3.20:3
-   >=media-libs/harfbuzz-0.9.9
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   gnome-base/gnome-desktop:3=
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"



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

2020-04-20 Thread Mart Raudsepp
commit: 1d332cfcb7603ab9cf4dbc444be3b1be385df73e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:37:21 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d332cfc

media-sound/rhythmbox: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/rhythmbox/Manifest  |   1 -
 media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild | 129 
 2 files changed, 130 deletions(-)

diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest
index 70b76ce1ef5..c48e5a4161b 100644
--- a/media-sound/rhythmbox/Manifest
+++ b/media-sound/rhythmbox/Manifest
@@ -1,2 +1 @@
-DIST rhythmbox-3.4.3.tar.xz 6410600 BLAKE2B 
0df8ac37ac0815468414c5b8118da6d07276e0c15f08812a46af7f377c29418416e1a24d7398aec10772887ae98922f6fb9fa9eaecc6ae15115cd7ca1c4b67a4
 SHA512 
a3585c026037674345909e2050a4ccb22a75084f830f351b926f7fbfc84d200c8246b8da4bd72804e595929ab06d3c7b53d362675dde193746f40b0f38b7c493
 DIST rhythmbox-3.4.4.tar.xz 3890320 BLAKE2B 
69c89c0478d6c43e1c4a10d39f25c25c3dc81f9b93f870e0de8947395e0f49d3902cb8dcf74c945da744536090b7058616545ad706626047e0c8fb61b0b792d7
 SHA512 
1fcd41dd66ffe34852f8cedb80ade57d101118295d6fd6f0a8687000ab6500991d2e11482daedb30a7abaf63e54e33ee3c4eaab73b075ec5e5907182f9a8c865

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild
deleted file mode 100644
index 5d67d46725d..000
--- a/media-sound/rhythmbox/rhythmbox-3.4.3-r1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="xml"
-
-inherit eutils gnome2 python-single-r1 multilib virtualx
-
-DESCRIPTION="Music management and playback software for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp nsplugin +python 
test +udev upnp-av"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   ipod? ( udev )
-   mtp? ( udev )
-   dbus? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libxml2-2.7.8:2
-   >=x11-libs/gtk+-3.20.0:3[X,introspection]
-   >=x11-libs/gdk-pixbuf-2.18:2
-   >=dev-libs/gobject-introspection-0.10:=
-   >=dev-libs/libpeas-0.7.3[gtk]
-   >=dev-libs/totem-pl-parser-3.2
-   >=net-libs/libsoup-2.42:2.4
-   >=media-libs/gst-plugins-base-1.4:1.0[introspection]
-   >=media-libs/gstreamer-1.4:1.0[introspection]
-   >=sys-libs/tdb-1.2.6
-   dev-libs/json-glib
-
-   cdr? ( >=app-cdr/brasero-2.91.90 )
-   daap? (
-   >=net-libs/libdmapsharing-2.9.19:3.0
-   >=media-plugins/gst-plugins-soup-1.4:1.0 )
-   gnome-keyring? ( >=app-crypt/libsecret-0.18 )
-   libnotify? ( >=x11-libs/libnotify-0.7.0 )
-   lirc? ( app-misc/lirc )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   >=dev-python/pygobject-3.0:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   udev? (
-   dev-libs/libgudev:=
-   ipod? ( >=media-libs/libgpod-0.7.92[udev] )
-   mtp? ( >=media-libs/libmtp-0.3 ) )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-plugins/gst-plugins-soup:1.0
-   media-plugins/gst-plugins-libmms:1.0
-   || (
-   media-plugins/gst-plugins-cdparanoia:1.0
-   media-plugins/gst-plugins-cdio:1.0 )
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/gst-plugins-taglib:1.0
-   x11-themes/adwaita-icon-theme
-   python? (
-   >=dev-libs/libpeas-0.7.3[python,${PYTHON_SINGLE_USEDEP}]
-   net-libs/libsoup:2.4[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection]
-
-   dbus? ( sys-apps/dbus )
-   gnome-keyring? ( >=app-crypt/libsecret-0.18[introspection] ) )
-   upnp-av? (
-   >=media-libs/grilo-0.3:0.3
-   >=media-plugins/grilo-plugins-0.3:0.3[upnp-av] )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35
-   dev-util/itstool
-   virtual/pkgconfig
-   test? ( dev-libs/check )
-"
-# eautoreconf needs yelp-tools
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   # --enable-vala just installs the sample vala plugin, and the configure
-   # checks are broken, so don't enable it
-   gnome2_src_configure \
-   

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

2020-04-20 Thread Mart Raudsepp
commit: 05644c24a5194f5eff3ca7324178bd1ea15a62b7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:36:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05644c24

gnome-extra/gnome-dvb-daemon: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gnome-dvb-daemon-0.2.90.ebuild | 75 --
 gnome-extra/gnome-dvb-daemon/metadata.xml  |  3 -
 2 files changed, 78 deletions(-)

diff --git a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.90.ebuild 
b/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.90.ebuild
deleted file mode 100644
index b7703aef136..000
--- a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.90.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python3_6 )
-VALA_MIN_API_VERSION="0.26"
-
-inherit eutils gnome2 multilib python-any-r1 vala
-
-DESCRIPTION="Setup your DVB devices, record and watch TV shows and browse EPG 
using GStreamer"
-HOMEPAGE="https://wiki.gnome.org/Projects/DVBDaemon;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="nls totem vala"
-
-RDEPEND=">=dev-libs/glib-2.32.0:2
-   dev-libs/libgudev:0
-   >=media-libs/gstreamer-1.4.0:1.0
-   >=media-libs/gst-plugins-good-1.4.0:1.0
-   >=media-libs/gst-plugins-bad-1.4.0:1.0
-   >=dev-libs/libgee-0.8:0.8
-   >=dev-db/sqlite-3.4:3
-   >=media-libs/gst-rtsp-server-1.4.5:1.0
-   media-plugins/gst-plugins-dvb:1.0
-   dev-python/gst-python:1.0
-   >=dev-python/pygobject-3.2.1:3
-   >=dev-libs/gobject-introspection-1.44.0:0
-   x11-libs/gtk+:3[introspection]
-   vala? ( $(vala_depend) )
-   totem? ( media-video/totem )"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   >=dev-lang/perl-5.8.1:0
-   >=dev-util/intltool-0.40.0:0
-   >=dev-libs/libltdl-2.2.6:0
-   virtual/pkgconfig:0
-   nls? ( >=sys-devel/gettext-0.18.1:0 )"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   python_fix_shebang .
-   gnome2_src_prepare
-   if use vala ; then
-   vala_src_prepare
-   fi
-}
-
-src_configure() {
-   # Prevent sandbox violations, bug #569992
-   addpredict /dev
-   gnome2_src_configure \
-   $(use_enable nls) \
-   $(use_enable totem totem-plugin) \
-   $(usex totem 
'--with-totem-plugin-dir=/usr/$(get_libdir)/totem/plugins' '')
-}
-
-pkg_postinst() {
-   if use totem ; then
-   python_optimize
-   fi
-   gnome2_pkg_postinst
-}
-
-pkg_postrm() {
-   if use totem ; then
-   python_optimize
-   fi
-   gnome2_pkg_postrm
-}

diff --git a/gnome-extra/gnome-dvb-daemon/metadata.xml 
b/gnome-extra/gnome-dvb-daemon/metadata.xml
index 001aba64a9e..5a4aadc6227 100644
--- a/gnome-extra/gnome-dvb-daemon/metadata.xml
+++ b/gnome-extra/gnome-dvb-daemon/metadata.xml
@@ -10,7 +10,4 @@
DVB devices, record and watch TV shows and browse EPG.  It can be 
controlled 
by any application via its D-Bus interface.
 
-
-   Build a plugin for 
media-video/totem
-
 



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

2020-04-20 Thread Mart Raudsepp
commit: 5f98aac76a1a6c916dbd873ec44b2f310bd077cc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:39:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f98aac7

media-libs/cogl: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/cogl/Manifest   |   1 -
 media-libs/cogl/cogl-1.22.4.ebuild | 123 -
 2 files changed, 124 deletions(-)

diff --git a/media-libs/cogl/Manifest b/media-libs/cogl/Manifest
index ca86cc21650..fb3c9f7a416 100644
--- a/media-libs/cogl/Manifest
+++ b/media-libs/cogl/Manifest
@@ -1,2 +1 @@
-DIST cogl-1.22.4.tar.xz 1723856 BLAKE2B 
9e8532e3a0d17662042e2e61e45a7ddab6d3a35c7fbb070426b574292d7d3ed81e42a05cde9ab9a58ecda4eb6d560d0dca6c44b7791bba195e2ab2a33e8c0dc1
 SHA512 
85f3af49c16dd2e545a3b91c076ac10107a4b9d0dc785cefe489e91eabdd82837f732685f1f0dca1695fc2f8095f42d5f30f145b659eb4295964787f06c1e37a
 DIST cogl-1.22.6.tar.xz 1744240 BLAKE2B 
d3483c972705ec72d2ccbd06106bdd37ea23a7940c7d5f5d8c45da43a8e5ed7bc2fb5f07838b5a0cfe9b54d3681120008c03945ee8bac39042a9c263e84d3549
 SHA512 
b3475fa4fff3b6725f643b0d17d2de242fce1503cd83bd18031d98495501917bf5173152fb1aba7f2614fcf6553029fbb6f26bda5a497f5f12e2849ed301a483

diff --git a/media-libs/cogl/cogl-1.22.4.ebuild 
b/media-libs/cogl/cogl-1.22.4.ebuild
deleted file mode 100644
index 05c33436405..000
--- a/media-libs/cogl/cogl-1.22.4.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_EAUTORECONF="yes"
-inherit gnome2 multilib
-
-DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures"
-HOMEPAGE="https://www.cogl3d.org/;
-
-LICENSE="MIT BSD"
-SLOT="1.0/20" # subslot = .so version
-
-# doc and profile disable for now due to bugs #484750 and #483332
-IUSE="debug examples gles2 gstreamer +introspection +kms +opengl +pango 
wayland" # doc profile
-REQUIRED_USE="
-   wayland? ( gles2 )
-   || ( gles2 opengl )
-"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.32:2
-   x11-libs/cairo:=
-   >=x11-libs/gdk-pixbuf-2:2
-   x11-libs/libX11
-   >=x11-libs/libXcomposite-0.4
-   x11-libs/libXdamage
-   x11-libs/libXext
-   >=x11-libs/libXfixes-3
-   >=x11-libs/libXrandr-1.2
-   virtual/opengl
-   gles2? ( media-libs/mesa[gles2] )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0 )
-   introspection? ( >=dev-libs/gobject-introspection-1.34.2:= )
-   kms? (
-   media-libs/mesa[egl,gbm]
-   x11-libs/libdrm:= )
-   pango? ( >=x11-libs/pango-1.20.0[introspection?] )
-   wayland? (
-   >=dev-libs/wayland-1.1.90
-   media-libs/mesa[egl,wayland] )
-"
-# before clutter-1.7, cogl was part of clutter
-RDEPEND="${COMMON_DEPEND}
-   !

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

2020-04-20 Thread Mart Raudsepp
commit: d2a931b54ada19e8f6eed3b7527e4c5a79a278dc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:34:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a931b5

gnome-extra/gnome-boxes: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gnome-boxes/Manifest   |   2 -
 .../gnome-boxes/files/3.32.2-vala-compat.patch |  28 -
 gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild  | 127 ---
 gnome-extra/gnome-boxes/gnome-boxes-3.32.2.ebuild  | 134 -
 4 files changed, 291 deletions(-)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 9d5a7000b40..e1b666ef611 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1,3 +1 @@
-DIST gnome-boxes-3.30.3.tar.xz 1198224 BLAKE2B 
1c65d3f051d32dc85284da4d392e3ec418edf028b61f1166173ac6ced3e6cba687b297ea135a4e54058c561eb5fe69d767e9ee698fb6b16f6bd4cd09b00d5c3a
 SHA512 
fc8a06bb8c71356d50002468f7722aee14abe8432ccce319ada3032746b53eb2f679a93f991c04ae34832a315fc95d561ffc169c4560a23573c046705b5446b4
-DIST gnome-boxes-3.32.2.tar.xz 1178340 BLAKE2B 
9c345e69cc53b3b06b609c3ddfb0f3e1cb54aaffb9ebad4deafd0414913e6d5bc4faecce6e9714a448da7c6094b27d97f039bb8db512973ffd665a5190ff6561
 SHA512 
f3208f5185ad65750b2f745e8170aaff6a097aa9d706e5abc74259c0940da8fafb046b55dfcc144e8c64782942dfebb711622b552f6daa2dc45ad863d480855f
 DIST gnome-boxes-3.34.4.tar.xz 1191668 BLAKE2B 
98a206abdd8a181979b6d40f176b0a1518b51ebd312929c8eab549e6de83b1d299f4c3177d6b2b07873c2e620a744b627adce6bc1c0ef5ae2aac55189377de4f
 SHA512 
025bfe6fe583cedd80b376b96e87a8ecbbb8f4d723490cf18cc2ca73cb959d9e2bae1b784cc1018866c594962d1e508e5a3b9c9562763eb76e7291c5f6189463

diff --git a/gnome-extra/gnome-boxes/files/3.32.2-vala-compat.patch 
b/gnome-extra/gnome-boxes/files/3.32.2-vala-compat.patch
deleted file mode 100644
index 548064be909..000
--- a/gnome-extra/gnome-boxes/files/3.32.2-vala-compat.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 8aaf59870b9972f228e073a674b254b1e4cda2de Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro 
-Date: Mon, 28 Oct 2019 10:36:20 -0500
-Subject: [PATCH] app-window: Fix build with vala master
-
-Cherry-picked from a1522749a9651915132fc1171d31a1c22df423ab
-
-See #431

- src/app-window.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/app-window.vala b/src/app-window.vala
-index 8a1ebb6a..82a9f834 100644
 a/src/app-window.vala
-+++ b/src/app-window.vala
-@@ -438,7 +438,7 @@ public bool on_key_pressed (Widget widget, Gdk.EventKey 
event) {
- 
- return true;
- } else if (event.keyval == Gdk.Key.A &&
--   (event.state & default_modifiers) == 
Gdk.ModifierType.CONTROL_MASK | Gdk.ModifierType.SHIFT_MASK) {
-+   (event.state & default_modifiers) == 
(Gdk.ModifierType.CONTROL_MASK | Gdk.ModifierType.SHIFT_MASK)) {
- foreach_view ((view) => { view.unselect_all (); });
- 
- return true;
--- 
-2.20.1
-

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild
deleted file mode 100644
index 5ea890daa90..000
--- a/gnome-extra/gnome-boxes/gnome-boxes-3.30.3.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.36"
-# 0.46 has problems with spice-client-glib-2.0.vapi exposing a bad constructor
-# 0.40 and 0.44 have problems with gdk modifier types, for which we have patch 
in 3.32 bump
-VALA_MAX_API_VERSION="0.36"
-
-inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg
-
-DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
-HOMEPAGE="https://wiki.gnome.org/Apps/Boxes;
-
-LICENSE="LGPL-2+ CC-BY-2.0"
-SLOT="0"
-
-IUSE="rdp"
-KEYWORDS="amd64"
-
-# FIXME: ovirt is not available in tree; though it seems the gnome-boxes ovirt 
broker is too buggy atm anyways (would need rest[vala] as well)
-# FIXME: qemu probably needs to depend on spice[smartcard] directly with 
USE=spice
-# FIXME: Check over libvirt USE=libvirtd,qemu and the smartcard/usbredir 
requirements
-# Technically vala itself still ships a libsoup vapi, but that may change, and 
it should be better to use the .vapi from the same libsoup version
-# gtk-vnc raised due to missing vala bindings in earlier ebuilds
-COMMON_DEPEND="
-   >=app-arch/libarchive-3:=
-   >=dev-libs/glib-2.52:2
-   >=dev-libs/gobject-introspection-1.54:=
-   >=x11-libs/gtk+-3.22.20:3[introspection]
-   >=net-libs/gtk-vnc-0.8.0-r1[gtk3(+)]
-   >=dev-libs/libgudev-165:=
-   >=sys-libs/libosinfo-1.1.0
-   app-crypt/libsecret
-   >=net-libs/libsoup-2.44:2.4
- 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/hppa/

2020-04-20 Thread Sergei Trofimovich
commit: 57ebafd342d981378b17b1814ad52d4157455b56
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 19:06:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 20:41:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ebafd3

profiles/arch/{hppa,sparc}/package.use.mask: add whois[xcrypt], too

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/hppa/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 5e12326d8dc..2113a262199 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Rolf Eike Beer  (2020-04-20)
+# Not keyworded on hppa
+net-misc/whois xcrypt
+
 # Rolf Eike Beer  (2020-04-18)
 # nagios and icinga not stable on hppa
 sys-libs/freeipmi nagios

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index ede770ecd9e..de245737b76 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Rolf Eike Beer  (2020-04-20)
+# Not keyworded on sparc
+net-misc/whois xcrypt
+
 # Rolf Eike Beer  (2020-04-20)
 # test dependencies for USE=gstreamer not keyworded on sparc
 app-misc/tracker-miners test



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

2020-04-20 Thread Sergei Trofimovich
commit: c79b2096903551c54d670914fbbf71a3f6242d8e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 18:12:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 20:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79b2096

dev-python/pdfrw: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pdfrw/pdfrw-0.4.ebuild 
b/dev-python/pdfrw/pdfrw-0.4.ebuild
index b7cd1715a27..9a00f180cbc 100644
--- a/dev-python/pdfrw/pdfrw-0.4.ebuild
+++ b/dev-python/pdfrw/pdfrw-0.4.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86"
 
 BDEPEND="
test? ( dev-python/reportlab[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2020-04-20 Thread Sergei Trofimovich
commit: 727e0fe141ba6ed382b1c113f61275a35a1a77c3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 18:27:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 20:41:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727e0fe1

dev-ruby/rails-html-sanitizer: mark 1.3.0-r1 ~sparc, bug #692324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild
index ef458c52dcc..6a07e813777 100644
--- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.3.0-r1.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://github.com/rafaelfranca/rails-html-sanitizer;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/loofah-2.3:0"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/

2020-04-20 Thread Sergei Trofimovich
commit: ab2702752a09bcd0d8487280316d10f9847c3af0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 18:26:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 20:41:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab270275

dev-ruby/rails-dom-testing: keyworded 2.0.3-r1 for sparc, bug #692324

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
index b920cebb02d..e5f10482386 100644
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/kaspth/rails-dom-testing;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-util/sysprof/files/, dev-util/sysprof/

2020-04-20 Thread Mart Raudsepp
commit: a37d70bccdacd3c450ee23e3c4b5908e638f039f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:26:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:26:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37d70bc

dev-util/sysprof: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/sysprof/Manifest   |  1 -
 dev-util/sysprof/files/3.30.2-elogind.patch | 35 --
 dev-util/sysprof/metadata.xml   |  6 ---
 dev-util/sysprof/sysprof-3.32.0.ebuild  | 74 -
 dev-util/sysprof/sysprof-3.34.1.ebuild  | 74 -
 5 files changed, 190 deletions(-)

diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest
index ca9f0fa9840..c718e91a09e 100644
--- a/dev-util/sysprof/Manifest
+++ b/dev-util/sysprof/Manifest
@@ -1,2 +1 @@
-DIST sysprof-3.32.0.tar.xz 296052 BLAKE2B 
f409c64d40bd3451037e601683f270ff93ea2a60a2c104d22edc6bad5ff3f5c974f80137776b6329dae932852fa0871f2b7b9960a282147ddef5402ad840d9ef
 SHA512 
7b9d84ac241d376a5e545082b1224e7db96af26ae0ee297d5f0b2d45abc4676e23009dbd560085e5d4879378a8dd79eefb4449df3961fbfd09238bd2056061d0
 DIST sysprof-3.34.1.tar.xz 372612 BLAKE2B 
3a50a00f29866ae8bf03cc7a57b598e40a6a37ad88ac2159087e4f2a8a6a5cef09b345dc5332fb1df9036c4e159e98f19adda45588150b059af313878b9b554c
 SHA512 
5f2d820935291a3b578222d5daa87b0a2f74cd16d14daca19065495be61cf7359f00f12f452a5c0b4e05dfeb94e2376017c2288cad92dc0c4bb9bca51b903d19

diff --git a/dev-util/sysprof/files/3.30.2-elogind.patch 
b/dev-util/sysprof/files/3.30.2-elogind.patch
deleted file mode 100644
index 2a57fff3a9c..000
--- a/dev-util/sysprof/files/3.30.2-elogind.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From b30057251d3f2b5860b36505fed440a6bebe0359 Mon Sep 17 00:00:00 2001
-From: Shiba 
-Date: Wed, 19 Dec 2018 00:37:57 +0100
-Subject: [PATCH] elogind support
-

- daemon/meson.build | 11 ++-
- 2 files changed, 11 insertions(+), 2 deletions(-)
-
-diff --git a/daemon/meson.build b/daemon/meson.build
-index d0cf87c..c7f85d7 100644
 a/daemon/meson.build
-+++ b/daemon/meson.build
-@@ -11,8 +11,17 @@ sysprofd_sources = [
- # NOTE: This is used in data/meson.build
- pkglibexecdir = join_paths(get_option('prefix'), get_option('libexecdir'), 
'sysprof')
- 
-+# Check for sd-bus support either by systemd or elogind
-+sdbus_dep = dependency('libsystemd', version: '>=222', required: false)
-+if not sdbus_dep.found()
-+  sdbus_dep = dependency('libelogind', version: '>=239.3', required: false)
-+  if not sdbus_dep.found()
-+error('sysprofd requires sd-bus but neither systemd nor elogind were 
found')
-+  endif
-+endif
-+
- sysprofd_deps = [
--  dependency('libsystemd', version: '>=222'),
-+  sdbus_dep,
-   dependency('glib-2.0'),
- ]
- 
--- 
-2.18.1
-

diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml
index 2511f1c9437..7b2b574988e 100644
--- a/dev-util/sysprof/metadata.xml
+++ b/dev-util/sysprof/metadata.xml
@@ -11,12 +11,6 @@
Sysprof handles shared libraries and applications do not need to be 
recompiled.
In fact they don't even have to be restarted.
 
-
-   Build the sysprofd daemon service, required to run 
the UI without root permissions.
-   Relies on sys-auth/elogind for sd-bus API.
-   Build the sysprofd daemon service, required to run 
the UI without root permissions.
-   Relies on sys-apps/systemd for sd-bus API.
-
 
sysprof and sysprof-ui API version
 

diff --git a/dev-util/sysprof/sysprof-3.32.0.ebuild 
b/dev-util/sysprof/sysprof-3.32.0.ebuild
deleted file mode 100644
index 0dd5b927892..000
--- a/dev-util/sysprof/sysprof-3.32.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson systemd xdg
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://sysprof.com/;
-
-LICENSE="GPL-3+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="elogind gtk systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   sys-auth/polkit
-   gtk? ( >=x11-libs/gtk+-3.22.0:3 )
-   elogind? ( >=sys-auth/elogind-239.3 )
-   systemd? ( >=sys-apps/systemd-222:0= )
-"
-DEPEND="${RDEPEND}"
-# libxml2 required for glib-compile-resources; appstream-glib for appdata.xml 
developer_name tag translation
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   >=sys-kernel/linux-headers-2.6.32
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}"/3.30.2-elogind.patch )
-
-src_configure() {
-   # -Dwith_sysprofd=host currently unavailable from ebuild
-   local emesonargs=(
-   $(meson_use gtk enable_gtk)
-   -Dwith_sysprofd=$(usex systemd 

[gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/

2020-04-20 Thread Mart Raudsepp
commit: 13211c0da36d562326f0bfad4fb0b7fccd28ef30
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:19:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:19:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13211c0d

app-arch/file-roller: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-arch/file-roller/Manifest  |  1 -
 app-arch/file-roller/file-roller-3.32.3.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/app-arch/file-roller/Manifest b/app-arch/file-roller/Manifest
index 1b186312ff6..181129e97cb 100644
--- a/app-arch/file-roller/Manifest
+++ b/app-arch/file-roller/Manifest
@@ -1,2 +1 @@
-DIST file-roller-3.32.3.tar.xz 852808 BLAKE2B 
939b931d7b179cc45ca3766dd122e2242e4de22b8c15f0942c31b5f9b5e8eed9d636122445d265539f9368f86d2efc10af161aaa046b3de6be05072d2b53004b
 SHA512 
8256995f776524772936c6d60777c6c2668a610a672788a51ed83de1ae1c131b12373d2a918658f64f004757bb8c71b03edbf0c89776fcad6d64b4fc7fdb8e49
 DIST file-roller-3.32.4.tar.xz 85 BLAKE2B 
04264e64af8ab4376fa6985683b16be7fef730a4e24044f726933b8856b630f347a256b09c2ce6183d0a0a392b33b4328715bf6d19cf7128c1980f9f4792
 SHA512 
16b5ddbdeacf4e9e61265ecff05e8f2e0034147c67ae7355d2442f9b26098ff253d24cb34c8e686c2ac031da6acac8e1e3c8a9f978e1eb2b446b1e045babafc7

diff --git a/app-arch/file-roller/file-roller-3.32.3.ebuild 
b/app-arch/file-roller/file-roller-3.32.3.ebuild
deleted file mode 100644
index ded464fcbb6..000
--- a/app-arch/file-roller/file-roller-3.32.3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
-
-DESCRIPTION="Archive manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-SLOT="0"
-IUSE="libnotify nautilus packagekit"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-# gdk-pixbuf used extensively in the source
-# cairo used in eggtreemultidnd.c
-# pango used in fr-window
-RDEPEND="
-   >=app-arch/libarchive-3:=
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/json-glib-0.14
-   >=x11-libs/gtk+-3.13.2:3
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango
-   libnotify? ( >=x11-libs/libnotify-0.4.3:= )
-   nautilus? ( >=gnome-base/nautilus-2.22.2 )
-   packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want a
-particular archive format support, see ${HOMEPAGE}
-and install the relevant package. For example:
-7-zip   - app-arch/p7zip
-ace - app-arch/unace
-arj - app-arch/arj
-brotli  - app-arch/brotli
-cpio- app-arch/cpio
-deb - app-arch/dpkg
-iso - app-cdr/cdrtools
-jar,zip - app-arch/zip and app-arch/unzip
-lha - app-arch/lha
-lzop- app-arch/lzop
-lz4 - app-arch/lz4
-rar - app-arch/unrar or app-arch/unar
-rpm - app-arch/rpm
-unstuff - app-arch/stuffit
-zoo - app-arch/zoo"
-
-src_prepare() {
-   # File providing Gentoo package names for various archivers
-   cp -v "${FILESDIR}"/3.32-packages.match data/packages.match || die
-
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Drun-in-place=false
-   $(meson_use nautilus nautilus-actions)
-   $(meson_use libnotify notification)
-   $(meson_use packagekit)
-   -Dlibarchive=true
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-   readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 3ff8ebc4ff3208080cd649d8b6f93578f2c051b2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:22:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:22:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff8ebc4

app-text/evince: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/evince/Manifest |   1 -
 app-text/evince/evince-3.32.1.ebuild | 107 ---
 2 files changed, 108 deletions(-)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index fe164045a84..ca33e3d4879 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,2 +1 @@
-DIST evince-3.32.1.tar.xz 2567868 BLAKE2B 
8fec9ce1981fb2c5fc60c4b653f462f07f0341ebe64a5615f1e1a123533f8053c6f76a02d05da9245b4263c24df1cdd2e28aa89486b8c802a2aa14cf04faf13b
 SHA512 
29028fedde9aff85e53a5059f63df007e1bac7d662a91fe01e1bb8c48349d5674afe3ce37f9c495e4b208fd476b22f4ecaf749c6d7c3362a03b05703400ece05
 DIST evince-3.34.2.tar.xz 2565752 BLAKE2B 
76497c34ce2eb460a3f2c3e790a7c44b9eeddd566854061d49fba2ba7cefa3b523d7bfe973d08b7ec1e8d967e4cbd63c73a668a346bd158a67752897f25827ee
 SHA512 
51bfa4671e17a98c536790185ece6f4f77b956062901f840cd298cdc3e42eb7e8cabe9bfa84387f185cdf7462a322ef54bbc463b988a677af68561e55acd9f12

diff --git a/app-text/evince/evince-3.32.1.ebuild 
b/app-text/evince/evince-3.32.1.ebuild
deleted file mode 100644
index d53317c7ae5..000
--- a/app-text/evince/evince-3.32.1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2 systemd
-
-DESCRIPTION="Simple document viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
-
-LICENSE="GPL-2+ CC-BY-SA-3.0"
-# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
-SLOT="0/evd3.4-evv3.3"
-IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
postscript spell t1lib tiff xps"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-
-# atk used in libview
-# bundles unarr
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.36:2[dbus]
-   >=dev-libs/libxml2-2.5:2
-   sys-libs/zlib:=
-   >=x11-libs/gdk-pixbuf-2.36.5:2
-   >=x11-libs/gtk+-3.22.0:3[introspection?]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/cairo-1.10:=
-   >=app-text/poppler-0.76.0[cairo]
-   >=app-arch/libarchive-3.2.0
-   djvu? ( >=app-text/djvu-3.5.22:= )
-   dvi? (
-   virtual/tex-base
-   dev-libs/kpathsea:=
-   t1lib? ( >=media-libs/t1lib-5:= ) )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0 )
-   gnome? ( gnome-base/gnome-desktop:3= )
-   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-   nautilus? ( >=gnome-base/nautilus-2.91.4 )
-   postscript? ( >=app-text/libspectre-0.2:= )
-   spell? ( >=app-text/gspell-1.6.0:= )
-   tiff? ( >=media-libs/tiff-3.6:0= )
-   xps? ( >=app-text/libgxps-0.2.1:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gvfs
-   gnome-base/librsvg
-   || (
-   >=x11-themes/adwaita-icon-theme-2.17.1
-   >=x11-themes/hicolor-icon-theme-0.10 )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/appstream-glib
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.13
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   app-text/yelp-tools
-"
-# eautoreconf needs:
-#  app-text/yelp-tools
-
-PATCHES=(
-   "${FILESDIR}"/3.30.2-internal-synctex.patch # don't automagically link 
to synctex from texlive-core - always use internal copy of this small parser 
for now; requires eautoreconf
-)
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Do not depend on adwaita-icon-theme, bug #326855, #391859
-   # https://gitlab.freedesktop.org/xdg/default-icon-theme/issues/7
-   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
-   -i configure || die "sed failed"
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --enable-pdf \
-   --enable-comics \
-   --enable-thumbnailer \
-   --with-platform=gnome \
-   --enable-dbus \
-   $(use_enable djvu) \
-   $(use_enable dvi) \
-   $(use_enable gstreamer multimedia) \
-   $(use_enable gnome libgnome-desktop) \
-   $(use_with gnome-keyring keyring) \
-   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/files/, dev-util/gnome-builder/

2020-04-20 Thread Mart Raudsepp
commit: 79041270860de2398e453bdf4349c480f3f96889
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:24:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:24:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79041270

dev-util/gnome-builder: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/gnome-builder/Manifest|   2 -
 .../gnome-builder/files/3.32.4-optional-vala.patch |  29 
 .../gnome-builder/gnome-builder-3.32.4-r1.ebuild   | 188 -
 3 files changed, 219 deletions(-)

diff --git a/dev-util/gnome-builder/Manifest b/dev-util/gnome-builder/Manifest
index 9a0f5f0c798..caae4c6bb45 100644
--- a/dev-util/gnome-builder/Manifest
+++ b/dev-util/gnome-builder/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-builder-3.32.4-patchset.tar.xz 34740 BLAKE2B 
6e29ce42b2b1878b5fcec7cf057bcdc015da8817d7f9209f4d03e02bb5837525e329d0627d4465123fb20a0a46415053d7e08b445634659123ebff12d2fb9d09
 SHA512 
494cf1ff370c7d86d42ec352966169e73b99556dc5a1be0bf0ec53cd78e8550897bb44187ae8f471fe3e10a85dc7d44d44c5edef0569b1d0a7dff7b5d78b1fa1
-DIST gnome-builder-3.32.4.tar.xz 11886980 BLAKE2B 
a7901566238dd39fe180d1e47089d7f99018be115f407d174472a8371374361fe50f2f15cb6d496a1afa3e30117d83788944636fb6a9487d4a719442ba6ae744
 SHA512 
a050161465edd448b0359ff781bf97b0cda6c184ea4f89193711a1bac3c7b79f76bac0d3600e3823a86aa19538228619b5d64aea94e8a67f480b5c1f79bc3b93
 DIST gnome-builder-3.34.1-patchset.tar.xz 44680 BLAKE2B 
91e91ac8d0fcf6b54d32ce9f1dc209ac22db790a29d724dad20e337fe1962f3d407b59e7f976f1e88277833849c962a470346bb5a308e39b637e6e9ca1dc2c2a
 SHA512 
a114346b093976db227087743a7bbe2ca9523b64a67c95729bfeb7c3c346b3bfb4d02f5e11d36bbbaf506bc7a7f140883bdea7c78407243287bc400dfda43b57
 DIST gnome-builder-3.34.1.tar.xz 11974748 BLAKE2B 
c34a31c50b327d02632ff18d48ad59f925306901e8874e0c7811b9258c56027403de0d9dc1877c696d96037bdfcdcc27f56f59a41d232e47b330382b1dbf67e9
 SHA512 
886c732f20563818dcf1deb96d4277fe96a9499b999cfbc7a64286e816e9a36bb978932d36a1e764b54c2d36891b7546fa058f51e036b0fa101c0872f4ce51d8

diff --git a/dev-util/gnome-builder/files/3.32.4-optional-vala.patch 
b/dev-util/gnome-builder/files/3.32.4-optional-vala.patch
deleted file mode 100644
index b31ee886eae..000
--- a/dev-util/gnome-builder/files/3.32.4-optional-vala.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/meson_options.txt b/meson_options.txt
-index 36fcfc969..cef10804d 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -13,6 +13,7 @@ option('channel',
- 
- option('help', type: 'boolean', value: false)
- option('docs', type: 'boolean', value: false)
-+option('vapi', type: 'boolean')
- 
- option('network_tests', type: 'boolean', value: true, description: 'Allow 
networking in unit-tests')
- 
-diff --git a/src/meson.build b/src/meson.build
-index bc7f91841..53d678297 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -124,6 +124,7 @@ configure_file(
-copy: true,
- )
- 
-+if get_option('vapi')
- libide_vapi = gnome.generate_vapi('libide-' + libide_api_version,
- sources: libide_gir[0],
- install: true,
-@@ -141,3 +142,4 @@ libide_vapi = gnome.generate_vapi('libide-' + 
libide_api_version,
- 
- # Must be after vapi generation
- subdir('plugins/vala-pack')
-+endif

diff --git a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild 
b/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
deleted file mode 100644
index db3e63ce737..000
--- a/dev-util/gnome-builder/gnome-builder-3.32.4-r1.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-VALA_MIN_API_VERSION="0.36"
-DISABLE_AUTOFORMATTING=1
-FORCE_PRINT_ELOG=1
-
-inherit gnome.org gnome2-utils llvm meson python-single-r1 readme.gentoo-r1 
vala virtualx xdg
-
-DESCRIPTION="An IDE for writing GNOME-based software"
-HOMEPAGE="https://wiki.gnome.org/Apps/Builder;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-# FIXME: Review licenses at some point
-LICENSE="GPL-3+ GPL-2+ LGPL-3+ LGPL-2+ MIT CC-BY-SA-3.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="clang +devhelp doc +glade gtk-doc spell sysprof test vala"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# When bumping, pay attention to all the included plugins/*/meson.build (and 
other) build files and the requirements within.
-# `grep -rI dependency * --include='meson.build'` can give a good initial idea 
for external deps and their double checking.
-# The listed RDEPEND order shold roughly match that output as well, with 
toplevel one first then sorted by file path.
-# Most plugins have no extra requirements and default to enabled; we need to 
handle the ones with extra requirements. Many of
-# them have optional runtime dependencies, for which we try to at least notify 
the user via DOC_CONTENTS (but 

[gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-devel-docs/

2020-04-20 Thread Mart Raudsepp
commit: 285d80fbf2e9b45c3635c413f44a0b69b07ad9ac
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:24:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285d80fb

dev-util/gnome-devel-docs: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/gnome-devel-docs/Manifest |  1 -
 .../gnome-devel-docs-3.30.2.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-util/gnome-devel-docs/Manifest 
b/dev-util/gnome-devel-docs/Manifest
index fc17f95b2f1..50705795a99 100644
--- a/dev-util/gnome-devel-docs/Manifest
+++ b/dev-util/gnome-devel-docs/Manifest
@@ -1,2 +1 @@
-DIST gnome-devel-docs-3.30.2.tar.xz 10270272 BLAKE2B 
762ffdb17b0538bbb93f7a8752c060a629437f685df8e4fcc1c296d0db4fbb33dfc7839504eac187237f50d9748b5d7ea45d0e55db74db8cef76daf01b5e997f
 SHA512 
7479c999bffba72d7b815b6081142d0549e9e407939c9ff16b6f04cff2517231614c43050313d49894fec31e0e1777379505f66cbea2da5a2644a147dd95846d
 DIST gnome-devel-docs-3.32.1.tar.xz 10281104 BLAKE2B 
8f1c49a7829588b3c7e82b5d1c25f34506f8dc0470b4402e2f4f7be1420d6f314f9a88088afc2d5860d34e3c5029c3f129220c9a83a46621bdb2a877f83dfccc
 SHA512 
57cd312aa43f529e4b2cc862a3cf1e3d6dd67baa145d4a3119227a18ff3a7db67aaf0d641e736d0362dda72ab274bdb701f73b8b309c3ba013b843d217d94604

diff --git a/dev-util/gnome-devel-docs/gnome-devel-docs-3.30.2.ebuild 
b/dev-util/gnome-devel-docs/gnome-devel-docs-3.30.2.ebuild
deleted file mode 100644
index b718fdc8158..000
--- a/dev-util/gnome-devel-docs/gnome-devel-docs-3.30.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Documentation for developing for the GNOME desktop environment"
-HOMEPAGE="https://developer.gnome.org/;
-
-LICENSE="FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/libxslt
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_configure() {
-   # Wants to build demo samples
-   gnome2_src_configure ac_cv_path_CC=""
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/files/, app-editors/gedit/

2020-04-20 Thread Mart Raudsepp
commit: ab6c19992396816928a7ec6d355e78150e06efc9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:21:05 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:21:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6c1999

app-editors/gedit: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/gedit/Manifest |   1 -
 .../gedit/files/3.32.2-fix-parallel-build.patch|  49 --
 app-editors/gedit/gedit-3.32.2-r1.ebuild   | 102 -
 3 files changed, 152 deletions(-)

diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest
index 16b9e6098bb..20b7ca30105 100644
--- a/app-editors/gedit/Manifest
+++ b/app-editors/gedit/Manifest
@@ -1,2 +1 @@
-DIST gedit-3.32.2.tar.xz 14789660 BLAKE2B 
574a490e3beda9e8b4f8324409f3a1e3361b1fdd097c4bf8d05475be2a6bb66b230ab6d2047caa62c393458c29b6647c32293ce5c1428d030cb2345c19bf41c3
 SHA512 
a3ed4dea3d0f60fb2371d2b6bbf5f5db1f67c9a71d0d47836456e022903e86b8b127c88ece6a6d817b0c86ff82612c963a9e8ed60f9841af68474a1d129c886d
 DIST gedit-3.34.1.tar.xz 14797588 BLAKE2B 
8dfaac4660575d67e3f8396dfed675a737fc69bc2b34866ee467a3464a338240133cab8d067db7b87fdc129f06a2450b91f4e0f70a73912d4a274cca980196d6
 SHA512 
22968c678a2f7ecf062f490d5eedc97aaa53b15932db801ea83eb336f01f41e7a6037a85508a40164f38dee406f8db097b7ef6f1481ab44ea82668766d24966d

diff --git a/app-editors/gedit/files/3.32.2-fix-parallel-build.patch 
b/app-editors/gedit/files/3.32.2-fix-parallel-build.patch
deleted file mode 100644
index b3a52a0cdc9..000
--- a/app-editors/gedit/files/3.32.2-fix-parallel-build.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 79ff20c4123fb674b467f78b542f048f07516652 Mon Sep 17 00:00:00 2001
-From: Will Thompson 
-Date: Wed, 17 Apr 2019 06:29:27 +0100
-Subject: [PATCH] filebrowser: fix build order for enum-types.h
-
-On Endless's package build server, building gedit on x86_64 failed as
-follows:
-
-[  194s] [97/147] /usr/bin/meson --internal exe 
/usr/src/packages/BUILD/obj-x86_64-linux-gnu/meson-private/meson_exe_gedit-tool-merge.pl_cd41154a78cf16ac2c5a9a58261cb6418b36427a.dat
-[  195s] [98/147] /usr/bin/msgfmt --desktop --keyword=Name 
--keyword=Description 
--template=../plugins/externaltools/externaltools.plugin.desktop.in -d 
/usr/src/packages/BUILD/po --output=plugins/externaltools/externaltools.plugin
-[  195s] [99/147] /usr/bin/meson --internal exe 
/usr/src/packages/BUILD/obj-x86_64-linux-gnu/meson-private/meson_exe_glib-mkenums_ea0cb1ece8d7fa2e9a3e7c5a57f45df212823d0f.dat
-[  195s] [100/147] cc -Iplugins/filebrowser/5f8d977@@filebrowser@sha 
-Iplugins/filebrowser -I../plugins/filebrowser -I. -I../ -Isubprojects/libgd 
-I../subprojects/libgd -Iplugins/filebrowser/resources -Igedit 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/gtksourceview-4 -I/usr/include/libxml2 
-I/usr/include/libpeas-1.0 -I/usr/include/gobject-introspection-1.0 
-fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -g -O2 
-fdebug-prefix-map=/usr/src/packages/BUILD=. -f
 stack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -pthread -DLIBGD_TAGGED_ENTRY=1 -DHAVE_CONFIG_H  -MD 
-MQ 
'plugins/filebrowser/5f8d977@@filebrowser@sha/gedit-file-browser-plugin.c.o' 
-MF 
'plugins/filebrowser/5f8d977@@filebrowser@sha/gedit-file-browser-plugin.c.o.d' 
-o 'plugins/filebrowser/5f8d977@@filebrowser@sha/gedit-file-browser-plugin.c.o' 
-c ../plugins/filebrowser/gedit-file-browser-plugin.c
-[  195s] FAILED: 
plugins/filebrowser/5f8d977@@filebrowser@sha/gedit-file-browser-plugin.c.o
-[  195s] cc -Iplugins/filebrowser/5f8d977@@filebrowser@sha 
-Iplugins/filebrowser -I../plugins/filebrowser -I. -I../ -Isubprojects/libgd 
-I../subprojects/libgd -Iplugins/filebrowser/resources -Igedit 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid 
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libdrm 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 

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

2020-04-20 Thread Mart Raudsepp
commit: dc3f289f33ded05752ef49e0f5186e0ed0e6e531
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:24:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:24:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3f289f

dev-libs/folks: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/folks/Manifest|  1 -
 .../folks/files/0.12.1-conditional-tests.patch | 40 --
 .../folks/files/0.12.1-meson-0.53-compat.patch | 47 ---
 .../folks/files/0.12.1-meson-0.53-compat2.patch| 31 
 dev-libs/folks/files/0.12.1-no-tracker-tests.patch | 26 ---
 dev-libs/folks/folks-0.12.1-r1.ebuild  | 89 -
 dev-libs/folks/folks-0.12.1.ebuild | 90 --
 7 files changed, 324 deletions(-)

diff --git a/dev-libs/folks/Manifest b/dev-libs/folks/Manifest
index 7b6fbc09eb5..08bba6a984a 100644
--- a/dev-libs/folks/Manifest
+++ b/dev-libs/folks/Manifest
@@ -1,2 +1 @@
-DIST folks-0.12.1.tar.xz 522688 BLAKE2B 
584957b628e286b850ee45c3f79d942ae602124e0130eeddc8806ae6fc12accd26c140df5caa0a1a68c84bff707df785d863d2f69ee9a0b6b450b8159c21fb39
 SHA512 
f60e993508137b33602ccc814bde45ad780d61afb0566f8175fd01b3dcaa5f5771e11d98156c4ecfd85f920a7adc140a5b2582eaaa97568b8fb3b3761668decb
 DIST folks-0.13.1.tar.xz 515584 BLAKE2B 
fe4e368e60dd41a72f449f130993eb7b8792b2a38218ff7117a8e5ec192d53d2b8f5ab09a2318267cf2fd7a717048b8715289b2f411c59846c6c98235ec32149
 SHA512 
b134172077bed1655cd7f24b1402ed347d405b22114c33d6638040a5e475632ea33cde898a08fc143eaefc7057d4b6dccceac7e797e1976fdf88c58764818afe

diff --git a/dev-libs/folks/files/0.12.1-conditional-tests.patch 
b/dev-libs/folks/files/0.12.1-conditional-tests.patch
deleted file mode 100644
index cde0847fe14..000
--- a/dev-libs/folks/files/0.12.1-conditional-tests.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 93c03b9582eb1eac21f084decf86ca5f1340dc53 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Sat, 7 Sep 2019 22:16:43 +0300
-Subject: [PATCH] meson: Allow disabling build of tests
-

- meson.build   | 4 +++-
- meson_options.txt | 1 +
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 91800654..37e6b5c2 100644
 a/meson.build
-+++ b/meson.build
-@@ -219,7 +219,9 @@ subdir('tools')
- subdir('po')
- 
- # Tests
--subdir('tests')
-+if get_option('test')
-+  subdir('tests')
-+endif
- 
- if docs_enabled
-   subdir('docs')
-diff --git a/meson_options.txt b/meson_options.txt
-index 042a72e8..b4552d49 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -9,6 +9,7 @@ option('zeitgeist', type: 'boolean', value: false, 
description: 'build Zeitgeist
- option('import_tool', type: 'boolean', value: true, description: 'Enable 
building the meta-contact import tool')
- option('inspect_tool', type: 'boolean', value: true, description: 'Enable 
building the data inspection tool')
- # Test options
-+option('test', type: 'boolean', value: true, description: 'Build test 
programs')
- option('installed_tests', type: 'boolean', value: false, description: 
'Install test programs')
- # Docs
- option('docs', type: 'boolean', value: false, description: 'Enable 
documentation generation')
--- 
-2.20.1
-

diff --git a/dev-libs/folks/files/0.12.1-meson-0.53-compat.patch 
b/dev-libs/folks/files/0.12.1-meson-0.53-compat.patch
deleted file mode 100644
index 56f9543ba40..000
--- a/dev-libs/folks/files/0.12.1-meson-0.53-compat.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 1853567d79024c6ce960d9dc187cff8aaf9a37ce Mon Sep 17 00:00:00 2001
-From: Niels De Graef 
-Date: Mon, 3 Feb 2020 08:57:52 +0100
-Subject: [PATCH] meson: Use python.dependency() correctly
-
-From https://github.com/mesonbuild/meson/issues/6470:
-
-> So, to further clarify, passing an argument to
-> py_installation.dependency() should be an error, since this method
-> will only ever return a python dependency (for embedding python
-> itself, etc.) and not dbusmock or anything else.
-
-Fixxes https://gitlab.gnome.org/GNOME/folks/issues/119

- meson.build | 9 ++---
- 1 file changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index d5115e28..f3644457 100644
 a/meson.build
-+++ b/meson.build
-@@ -1,7 +1,7 @@
- project('folks', [ 'vala', 'c' ],
-   version: '0.13.2',
-   license: 'LGPL2.1+',
--  meson_version: '>= 0.49',
-+  meson_version: '>= 0.51',
- )
- 
- gnome = import('gnome')
-@@ -132,8 +132,11 @@ if bluez_backend_enabled
-   libebook_dep = dependency('libebook-1.2', version: '>=' + min_eds_version)
-   # Needed for the BlueZ tests
-   pymod = import('python')
--  py_installation = pymod.find_installation('python3')
--  python_dbusmock = py_installation.dependency('dbusmock')
-+  py_installation = pymod.find_installation('python3',
-+modules: [
-+  'dbusmock',
-+],
-+  )
- endif
- 
- 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2020-04-20 Thread Mart Raudsepp
commit: 006a4a37622aa620e671b3831a63b62527f3b221
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:28:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:28:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006a4a37

games-arcade/gnome-robots: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-arcade/gnome-robots/Manifest |  1 -
 .../gnome-robots/gnome-robots-3.32.0.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index a8f36ac6ae6..d81173335a7 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1 @@
-DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B 
bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4
 SHA512 
b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7
 DIST gnome-robots-3.36.0.tar.xz 425616 BLAKE2B 
1d5a3a0a087ace46af17fd97d7c284ba722d9bec22b9694ebd16b3d18fe1d87e656c6dcfc7b4687c60ea5015577c8319d967b8ad705d3d4d5e398df35c392068
 SHA512 
8e5eb03f74c1092c26148d0818c9e8118144dbb70c6cb25db449316ede05ff892a9ad06df2e8dc9942fe8c4f5ae638a1c8a8cda381f78f6f01a80c19010df35a

diff --git a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
deleted file mode 100644
index c554a4169a3..000
--- a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/gtk+-3.15:3
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.36.2:2
-   dev-libs/libgnome-games-support:1=
-   >=media-libs/libcanberra-0.26[gtk3]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 7bce6ae6c518bc4f0dfe6739841b933b68b70ee7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:19:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:19:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bce6ae6

app-editors/gedit-plugins: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/gedit-plugins/Manifest |  1 -
 .../gedit-plugins/gedit-plugins-3.32.2-r1.ebuild   | 95 --
 2 files changed, 96 deletions(-)

diff --git a/app-editors/gedit-plugins/Manifest 
b/app-editors/gedit-plugins/Manifest
index cf68e871fc5..22e79ba9b58 100644
--- a/app-editors/gedit-plugins/Manifest
+++ b/app-editors/gedit-plugins/Manifest
@@ -1,2 +1 @@
-DIST gedit-plugins-3.32.2.tar.xz 1474264 BLAKE2B 
feb116ec201b9eb9630570818cc288f0044ecfc174fc84c7d812aa6dfba5cc3748b4e2351ffa2be0d3a593a58b2318c4296b54b84476fc887195ee27f27bb597
 SHA512 
2767bc766daba5e1c81ef5a00bc3589a301c02e0286a6622cf11a03b5b391ecbcf9456187563dad4f2916610ee9ddca4414ff4beb639820954385ee3f8091d2a
 DIST gedit-plugins-3.34.1.tar.xz 978800 BLAKE2B 
03225ddc414e172f08179c64fbf12d0282c131b71855ca9dc20ceaa5750ac7bdde8c4ff1d95c721177b3d379edbcfc9af19ec22b96942df1913d13560303
 SHA512 
7fe31c2b0a1381a44362bd6066422d182b2246e3f903f8cd83cde0467b9853620a445bea7878d93e95a0a71ac5d5dd081a1930d602007cf2a6ef00b1a45bebfc

diff --git a/app-editors/gedit-plugins/gedit-plugins-3.32.2-r1.ebuild 
b/app-editors/gedit-plugins/gedit-plugins-3.32.2-r1.ebuild
deleted file mode 100644
index 163ff8c2094..000
--- a/app-editors/gedit-plugins/gedit-plugins-3.32.2-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes" # plugins are dlopened
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="xml"
-VALA_MIN_API_VERSION="0.28"
-
-inherit eutils gnome2 multilib python-single-r1 vala
-
-DESCRIPTION="Official plugins for gedit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-SLOT="0"
-
-IUSE_plugins="charmap git terminal vala"
-IUSE="+python ${IUSE_plugins}"
-# python-single-r1 would request disabling PYTHON_TARGETS on libpeas
-REQUIRED_USE="
-   charmap? ( python )
-   git? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   terminal? ( python )
-"
-
-RDEPEND="
-   >=app-editors/gedit-3.16
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/libpeas-1.7.0[gtk]
-   >=x11-libs/gtk+-3.9:3
-   >=x11-libs/gtksourceview-4.0.2:4
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   
>=app-editors/gedit-3.16[introspection,python,${PYTHON_SINGLE_USEDEP}]
-   dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}]
-   >=dev-python/dbus-python-0.82[${PYTHON_MULTI_USEDEP}]
-   dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
-   ')
-   >=x11-libs/gtk+-3.9:3[introspection]
-   >=x11-libs/gtksourceview-4.0.2:4[introspection]
-   x11-libs/pango[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   )
-   charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] )
-   git? ( >=dev-libs/libgit2-glib-0.0.6 )
-   terminal? ( >=x11-libs/vte-0.52:2.91[introspection] )
-   vala? ( $(vala_depend) )
-" # vte-0.52+ for feed_child API compatibility
-DEPEND="${RDEPEND}
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && [[ ${MERGE_TYPE} != binary ]] && 
python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable python) \
-   $(use_enable vala)
-}
-
-src_install() {
-   gnome2_src_install
-
-   # FIXME: crazy !!!
-   if use python; then
-   find "${ED}"/usr/share/gedit -name "*.py*" -delete || die
-   find "${ED}"/usr/share/gedit -type d -empty -delete || die
-   fi
-
-   # FIXME: upstream made this automagic...
-   clean_plugin charmap
-   clean_plugin git
-   clean_plugin terminal
-}
-
-clean_plugin() {
-   if use !${1} ; then
-   rm -rf "${ED}"/usr/share/gedit/plugins/${1}*
-   rm -rf "${ED}"/usr/$(get_libdir)/gedit/plugins/${1}*
-   fi
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 39d977194c68efc1fd14db75e531329010d11485
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:18:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:18:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d97719

app-accessibility/orca: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-accessibility/orca/Manifest  |  1 -
 app-accessibility/orca/orca-3.32.0-r1.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index 386583e67ad..d14d4928861 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1,2 +1 @@
-DIST orca-3.32.0.tar.xz 2512032 BLAKE2B 
eae6c726e5e7361b7d60f0907f8c62c476895d681cf424940586e6308bcde147094a9557243aae6ecffef142bd556cb3cb30839955403e0958f123672400bf0a
 SHA512 
015aa26ddaffa53d646e5d708ffed9e771beebbe925c27b963cbd3c3a2b36f730c0668cac6b89a371cd81cf8a570eb591711ba923fa4d013e00e31667749cf20
 DIST orca-3.34.2.tar.xz 3509556 BLAKE2B 
4e73517660b837cec6d4dc12e3b2e57dec526f22aa407ababee2cb12c3aa8807184649b6962f26551926b1b3f8c49230054b4ef5583e15eeeb94685aaaf3ca13
 SHA512 
b685bd8e417d74ccc0d0ce6b15b3220e5079320198886f568147480f107f7d0273cbd412fdc2c6cc509d3210b36c40aecb50e167d43120f6770ce02a0891ad20

diff --git a/app-accessibility/orca/orca-3.32.0-r1.ebuild 
b/app-accessibility/orca/orca-3.32.0-r1.ebuild
deleted file mode 100644
index 052a2b319bd..000
--- a/app-accessibility/orca/orca-3.32.0-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="threads"
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Extensible screen reader that provides access to the desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
-
-LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="+braille"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-accessibility/at-spi2-atk-2.32:2
-   >=app-accessibility/at-spi2-core-2.32:2[introspection]
-   >=dev-libs/atk-2.32
-   >=dev-libs/glib-2.28:2
-   media-libs/gstreamer:1.0[introspection]
-   >=x11-libs/gtk+-3.6.2:3[introspection]
-   $(python_gen_cond_dep '
-   dev-python/gst-python:1.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pygobject-3.18:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   braille? (
-   $(python_gen_cond_dep '
-   
>=app-accessibility/brltty-5.0-r3[python,${PYTHON_MULTI_USEDEP}]
-   dev-libs/liblouis[python,${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-libs/atk[introspection]
-   $(python_gen_cond_dep '
-   
>=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pyatspi-2.32[${PYTHON_MULTI_USEDEP}]
-   dev-python/setproctitle[${PYTHON_MULTI_USEDEP}]
-   ')
-   x11-libs/libwnck:3[introspection]
-   x11-libs/pango[introspection]
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-"
-#  app-text/yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_with braille liblouis)
-}



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

2020-04-20 Thread Mart Raudsepp
commit: cee9ff7a4707d4548872ddae091cf85fc2feff55
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:27:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee9ff7a

dev-util/sysprof-capture: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../sysprof-capture/sysprof-capture-3.34.1.ebuild  | 50 --
 1 file changed, 50 deletions(-)

diff --git a/dev-util/sysprof-capture/sysprof-capture-3.34.1.ebuild 
b/dev-util/sysprof-capture/sysprof-capture-3.34.1.ebuild
deleted file mode 100644
index fb4cdee3766..000
--- a/dev-util/sysprof-capture/sysprof-capture-3.34.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="sysprof"
-
-inherit gnome.org meson systemd
-
-DESCRIPTION="Static library for sysprof capture data generation"
-HOMEPAGE="http://sysprof.com/;
-
-LICENSE="GPL-3+ GPL-2+"
-SLOT="3"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.61.3:2"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/gdbus-codegen
-   >=sys-kernel/linux-headers-2.6.32
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   # In 3.34.1 -Dlibsysprof=false still installs various data files 
related with it;
-   # some of these seem fixed by 3.36
-   sed -i -e '/subdir.*data/d' meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   -Denable_gtk=false
-   -Dlibsysprof=false
-   -Dwith_sysprofd=none
-   -Dsystemdunitdir=$(systemd_get_systemunitdir)
-   # -Ddebugdir
-   -Dhelp=false
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   # In 3.36 these shouldn't be needed with with_sysprofd=none
-   rm "${ED}"/usr/share/dbus-1/interfaces/org.gnome.Sysprof2.xml || die
-   rm "${ED}"/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Service.xml 
|| die
-   rm "${ED}"/usr/share/dbus-1/interfaces/org.gnome.Sysprof3.Profiler.xml 
|| die
-}



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

2020-04-20 Thread Mart Raudsepp
commit: d02a27c59a151ac8257daf3564ec059e869f4e9b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:21:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:21:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02a27c5

app-misc/bijiben: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/bijiben/Manifest  |  1 -
 app-misc/bijiben/bijiben-3.32.2.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest
index ca0126174d0..73eca946949 100644
--- a/app-misc/bijiben/Manifest
+++ b/app-misc/bijiben/Manifest
@@ -1,2 +1 @@
-DIST bijiben-3.32.2.tar.xz 659988 BLAKE2B 
a155b3ad4d340b6efe039ae8458be6665f5ea37935b2040d8aa59f4b019a7ce2a9bb42c309fbc212b8f87cd2e3db533305b64d6987b3b527435ab9906165a7ff
 SHA512 
71573ced01a5e984998fc5ce97ebbd4fcf04a91165465697ff29ea67076a31654b8f66a93c3ed79b30a8af2e38fad3ac4bfc3047106411078c6cbb67c20d5c5d
 DIST bijiben-3.34.2.tar.xz 663348 BLAKE2B 
7736823334c5439f1da93e81940f6a433b48cf94173606b1985912b408ebaa05d14866b0bbdd0978c08456fe5a592829203aa7fdd31291748148d7973ab3d8ab
 SHA512 
75e1286aabd5c0d5aca3d2150aa36f18873cc0bfeed24a1b6aa9f4d78318d37712df71929f453b2db871021f4df148af8a9ef64d563a2158db8c1dbb620e4538

diff --git a/app-misc/bijiben/bijiben-3.32.2.ebuild 
b/app-misc/bijiben/bijiben-3.32.2.ebuild
deleted file mode 100644
index 61f2246946e..000
--- a/app-misc/bijiben/bijiben-3.32.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Notes;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   app-misc/tracker:0/2.0
-   >=dev-libs/glib-2.53.4:2
-   net-libs/gnome-online-accounts:=
-   >=x11-libs/gtk+-3.19.3:3
-   >=gnome-extra/evolution-data-server-3.13.90:=
-   =net-libs/webkit-gtk-2.10:4
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dzeitgeist=false
-   -Dupdate_mimedb=false
-   -Dprivate_store=false # private store is mainly meant for 
flatpak builds
-   )
-   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: games-arcade/gnome-nibbles/

2020-04-20 Thread Mart Raudsepp
commit: ad96d16dea9bc080f539b05ee690fe9b8577ca2d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:28:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:28:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad96d16d

games-arcade/gnome-nibbles: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-arcade/gnome-nibbles/Manifest|  1 -
 .../gnome-nibbles/gnome-nibbles-3.32.0.ebuild  | 35 --
 2 files changed, 36 deletions(-)

diff --git a/games-arcade/gnome-nibbles/Manifest 
b/games-arcade/gnome-nibbles/Manifest
index 730a781931c..409b876ca44 100644
--- a/games-arcade/gnome-nibbles/Manifest
+++ b/games-arcade/gnome-nibbles/Manifest
@@ -1,2 +1 @@
-DIST gnome-nibbles-3.32.0.tar.xz 495180 BLAKE2B 
dd7c14a1ec3900e25b64f92519c51eadedf5eac6faa9f8a35612876cf2bb796049f278e904e796aba427f579c5bda093a15dd5310141b9dd7be179b0ecf5b629
 SHA512 
f151b66edcde40e971113cdff7f3b92d740b2f04d943a168cc5471a18fabf5649d31d68beb3ad3ce29f91b36d34ff49725ce0c67f87184f6af1cafd0aed92349
 DIST gnome-nibbles-3.36.0.tar.xz 317624 BLAKE2B 
6b9a582964ba03520e83900bdf00043133edac3ec3fd63a183687875026f70349efa737fd0f6e27fa2feeaf577f1e2957bd02a24213c2ddd573f6fae7c695922
 SHA512 
f7753589e2bab5d87528cf5dd4365fdc0920555d480cac225f99a9bb5b6c5670779d43602ce8f715c6a185a304c606a1121fb139eb493df69d17a40dffa8d4a4

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.32.0.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.32.0.ebuild
deleted file mode 100644
index 3050fbed8c8..000
--- a/games-arcade/gnome-nibbles/gnome-nibbles-3.32.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Nibbles clone for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   dev-libs/libgee:0.8=
-   dev-libs/libgnome-games-support:1=
-   >=media-libs/clutter-1.22.0:1.0
-   >=media-libs/clutter-gtk-1.4.0:1.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.18.0:3
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50.2
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure VALAC="$(type -P true)"
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/planner/

2020-04-20 Thread Mart Raudsepp
commit: cfad2d850e809f4fe83380af9814ba6b8b726190
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:22:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:22:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfad2d85

app-office/planner: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../planner/planner-0.14.6_p20130520-r1.ebuild | 77 --
 1 file changed, 77 deletions(-)

diff --git a/app-office/planner/planner-0.14.6_p20130520-r1.ebuild 
b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild
deleted file mode 100644
index e85a7b08867..000
--- a/app-office/planner/planner-0.14.6_p20130520-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Project manager for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Planner;
-SRC_URI="https://dev.gentoo.org/~eva/distfiles/${PN}/${P}.tar.xz;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-
-IUSE="eds examples python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-libs/glib-2.6:2
-   >=x11-libs/gtk+-2.24:2
-   >=gnome-base/libgnomecanvas-2.10
-   >=gnome-base/libglade-2.4:2.0
-   >=gnome-base/gconf-2.10:2
-   >=dev-libs/libxml2-2.6.27:2
-   >=dev-libs/libxslt-1.1.23
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   >=dev-python/pygtk-2.6:2[${PYTHON_MULTI_USEDEP}] )
-   ')
-   eds? (
-   >=gnome-extra/evolution-data-server-3.6:=
-   >=mail-client/evolution-3.6 )
-"
-DEPEND="${RDEPEND}
-   app-text/rarian
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.5
-   gnome-base/gnome-common
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}-0.14.6"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   # FIXME: disable eds backend for now, it fails, upstream bug #654005
-   # We need to set compile-warnings to a different value as it doesn't use
-   # standard macro: https://bugzilla.gnome.org/703067
-   gnome2_src_configure \
-   $(use_enable python) \
-   $(use_enable python python-plugin) \
-   $(use_enable eds) \
-   --disable-eds-backend \
-   --with-database=no \
-   --disable-update-mimedb \
-   --enable-compile-warnings=yes
-   #$(use_enable eds eds-backend)
-}
-
-src_install() {
-   # error: relink `libstorage-mrproject-1.la' with the above command 
before installing it
-   # Try to drop workaround on next snapshot or bump
-   MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install \
-   sqldocdir="\$(datadir)/doc/${PF}" \
-   sampledir="\$(datadir)/doc/${PF}/examples"
-
-   if ! use examples; then
-   rm -rf "${D}/usr/share/doc/${PF}/examples"
-   fi
-}



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

2020-04-20 Thread Mart Raudsepp
commit: f9eaa6a15e61a67ef0bb38af213f54f8284164c8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:25:29 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:25:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9eaa6a1

dev-util/meld: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/meld/Manifest  |  1 -
 dev-util/meld/meld-3.20.1-r1.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest
index a93c2b08289..03b0aa5539f 100644
--- a/dev-util/meld/Manifest
+++ b/dev-util/meld/Manifest
@@ -1,2 +1 @@
-DIST meld-3.20.1.tar.xz 594812 BLAKE2B 
a06ae48af37008b99e7110a826e1d97326b71150870c1546b50d971f51d6c9eb3b24fd8e5ae8e8e8daf30f0a83c71356a368d9ed49114989cd22fb793a644a78
 SHA512 
cd21f298dc1da6eb08261599b9270989c837e0923d5cf5cfdad227dd7f256ac5f53ac903939ebef90ea6cd684c7355ce9482648057284f4ce44f1c7101959c1f
 DIST meld-3.20.2.tar.xz 593948 BLAKE2B 
9f2fee48405d76f9ae2fd0b0dd4116321aa176059dd4ef217a5c4c8d0edff5859bab72bbca83b2e7d612706f017d1889d68579eaf9838d7784c9ecb74ed7d403
 SHA512 
9c9074cb879e3574eb9a1025eb1212771419ab0d8e92bf8a99f38e70ca583ff5c8cbeaccb87b414e6ff73a61afa08e10742991d574b810cc90e8c4a5ac82ddaa

diff --git a/dev-util/meld/meld-3.20.1-r1.ebuild 
b/dev-util/meld/meld-3.20.1-r1.ebuild
deleted file mode 100644
index 7891198a1d5..000
--- a/dev-util/meld/meld-3.20.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_REQ_USE="xml"
-PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit gnome2 distutils-r1
-
-DESCRIPTION="A graphical diff and merge tool"
-HOMEPAGE="http://meldmerge.org/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.50:2[dbus]
-   $(python_gen_cond_dep '
-   >=dev-python/pygobject-3.12:3[cairo,${PYTHON_MULTI_USEDEP}]
-   ')
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.20:3[introspection]
-   >=x11-libs/gtksourceview-3.20.0:3.0[introspection]
-   >=x11-libs/pango-1.34[introspection]
-   x11-themes/hicolor-icon-theme
-"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/itstool
-   sys-devel/gettext
-"
-
-python_compile_all() {
-   mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/rdfind/

2020-04-20 Thread Ronny Gutbrod
commit: 27b9b97eaf4b87a9365dd2dca469cde909540af8
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Apr 20 20:07:27 2020 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Apr 20 20:15:36 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27b9b97e

app-misc/rdfind: New package.

Rdfind is a command line tool that finds duplicate files.

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

 app-misc/rdfind/Manifest|  1 +
 app-misc/rdfind/metadata.xml| 18 ++
 app-misc/rdfind/rdfind-1.4.1.ebuild | 29 +
 3 files changed, 48 insertions(+)

diff --git a/app-misc/rdfind/Manifest b/app-misc/rdfind/Manifest
new file mode 100644
index 000..6b72256
--- /dev/null
+++ b/app-misc/rdfind/Manifest
@@ -0,0 +1 @@
+DIST rdfind-1.4.1.tar.gz 53708 BLAKE2B 
18778fa65f9c5fda18a59e4021b6346bc5722c19a3796f2b4a85e5c8d919c5f8beeeb8fed572fcce0016e2939568f5e3dc3d3e567178a54ad9ac4e89a1ea77ff
 SHA512 
00d34f46e8534074577a0cd32f71dd8da0b9a7c9a175a612a4a858693ca679de3b77fca1796b543ead796c806a693e97611c0a9fdc743229d317136b32ce89dc

diff --git a/app-misc/rdfind/metadata.xml b/app-misc/rdfind/metadata.xml
new file mode 100644
index 000..507fa3a
--- /dev/null
+++ b/app-misc/rdfind/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@tastytea.de
+   Ronny (tastytea) Gutbrod
+   
+   
+   Rdfind is a command line tool that finds duplicate files. It is
+   useful for compressing backup directories or just finding
+   duplicate files. It compares files based on their content, NOT
+   on their file names.
+   
+   
+   https://github.com/pauldreik/rdfind/issues
+   https://rdfind.pauldreik.se/rdfind.1.html
+   
+

diff --git a/app-misc/rdfind/rdfind-1.4.1.ebuild 
b/app-misc/rdfind/rdfind-1.4.1.ebuild
new file mode 100644
index 000..5b0396f
--- /dev/null
+++ b/app-misc/rdfind/rdfind-1.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Find duplicate files"
+HOMEPAGE="https://github.com/pauldreik/rdfind;
+SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> 
${PN}-${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+DEPEND="dev-libs/nettle"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-releases-${PV}"
+
+src_configure() {
+   # NOTE: Commands are from bootstrap.sh.
+   eaclocal
+   eautoheader
+   eautomake --add-missing
+   eautoconf
+   default
+}



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

2020-04-20 Thread Mart Raudsepp
commit: 14bcef1c30d92083a6ce476e2580daa10f59b497
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 19:30:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 19:55:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bcef1c

net-vpn/networkmanager-fortisslvpn: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../networkmanager-fortisslvpn-1.2.8-r1.ebuild | 44 --
 1 file changed, 44 deletions(-)

diff --git 
a/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.2.8-r1.ebuild 
b/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.2.8-r1.ebuild
deleted file mode 100644
index a65105aa1c7..000
--- 
a/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.2.8-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
-GNOME2_LA_PUNT="yes"
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2
-
-DESCRIPTION="NetworkManager Fortinet SSLVPN compatible plugin"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk"
-
-RDEPEND="
-   >=net-misc/networkmanager-1.2:=
-   >=dev-libs/glib-2.32:2
-   net-dialup/ppp:=
-   >=net-vpn/openfortivpn-1.2.0
-   gtk? (
-   >=app-crypt/libsecret-0.18
-   =gnome-extra/nm-applet-1.2.0[gtk]
-   >=x11-libs/gtk+-3.4:3
-   )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   sys-devel/gettext
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --with-dist-version=Gentoo \
-   --localstatedir=/var \
-   $(use_with gtk gnome)
-}



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

2020-04-20 Thread Mart Raudsepp
commit: 55ef08f9813b55db6e9046afea841aedabda7ab1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 19:47:51 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 19:55:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ef08f9

sys-devel/gcc: arm64 stable (bug #717960)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sys-devel/gcc/gcc-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-8.4.0.ebuild b/sys-devel/gcc/gcc-8.4.0.ebuild
index e4e2688066e..f34cf402aa9 100644
--- a/sys-devel/gcc/gcc-8.4.0.ebuild
+++ b/sys-devel/gcc/gcc-8.4.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/

2020-04-20 Thread Mike Gilbert
commit: d21e2b71d496d3686cf17f8e0cc29bed0f8405b0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Apr 20 19:18:14 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Apr 20 19:18:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21e2b71

net-p2p/transmission: switch to cmake eclass

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

 net-p2p/transmission/transmission-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/transmission/transmission-.ebuild 
b/net-p2p/transmission/transmission-.ebuild
index b15f594478b..f7f2735ac3c 100644
--- a/net-p2p/transmission/transmission-.ebuild
+++ b/net-p2p/transmission/transmission-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2006-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils systemd xdg-utils
+inherit cmake systemd xdg-utils
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -115,11 +115,11 @@ src_configure() {
-DWITH_SYSTEMD=$(usex systemd ON OFF)
)
 
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_install() {
-   cmake-utils_src_install
+   cmake_src_install
 
newinitd "${FILESDIR}"/transmission-daemon.initd.10 transmission-daemon
newconfd "${FILESDIR}"/transmission-daemon.confd.4 transmission-daemon



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

2020-04-20 Thread Agostino Sarubbo
commit: 7f83240c55a9711610fa3421f8a4885d3c3c4e7f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f83240c

x11-wm/mutter: x86 stable wrt bug #717144

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

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

diff --git a/x11-wm/mutter/mutter-3.34.5.ebuild 
b/x11-wm/mutter/mutter-3.34.5.ebuild
index c6f80c6c0b6..8e62caf28da 100644
--- a/x11-wm/mutter/mutter-3.34.5.ebuild
+++ b/x11-wm/mutter/mutter-3.34.5.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
test? ( wayland )"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 # gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
 # xorg-server is needed at build and runtime with USE=wayland for Xwayland



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

2020-04-20 Thread Agostino Sarubbo
commit: f9591c4656baaf55ac58e9e6a2bb46758aa241b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9591c46

net-wireless/gnome-bluetooth: x86 stable wrt bug #717144

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

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
index ef4eeba2b97..10c2bd29973 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
 LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
 SLOT="2/13" # subslot = libgnome-bluetooth soname version
 IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 DEPEND="
>=dev-libs/glib-2.38:2



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

2020-04-20 Thread Agostino Sarubbo
commit: c81bfbc3d9b9b48ad2941681ca6cffdd92a8058e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81bfbc3

www-client/epiphany: x86 stable wrt bug #717144

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

 www-client/epiphany/epiphany-3.34.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/epiphany/epiphany-3.34.4.ebuild 
b/www-client/epiphany/epiphany-3.34.4.ebuild
index b3311da10f7..25a5ae82ef2 100644
--- a/www-client/epiphany/epiphany-3.34.4.ebuild
+++ b/www-client/epiphany/epiphany-3.34.4.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="
>=dev-libs/glib-2.61.2:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2020-04-20 Thread Agostino Sarubbo
commit: d01cea1d6990f6aa5f2c07b8b0f179c280c2934c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01cea1d

x11-themes/gnome-backgrounds: x86 stable wrt bug #717144

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

 x11-themes/gnome-backgrounds/gnome-backgrounds-3.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.34.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.34.0.ebuild
index 453e147c3e1..b0437ec9185 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.34.0.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.34.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
 
 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="!

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

2020-04-20 Thread Agostino Sarubbo
commit: 776e47f64f6d45dbdf513fcb40dccef100c719d3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776e47f6

net-misc/dleyna-server: x86 stable wrt bug #717144

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

 net-misc/dleyna-server/dleyna-server-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild 
b/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild
index 383359e24c5..5fc1c3dd3c4 100644
--- a/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild
+++ b/net-misc/dleyna-server/dleyna-server-0.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar_2.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: bd316014b4d04c564d0cf4f83ff155433867ea3b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd316014

x11-terms/gnome-terminal: x86 stable wrt bug #717144

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

 x11-terms/gnome-terminal/gnome-terminal-3.34.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.34.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.34.2.ebuild
index 8cbe9efc0e7..775869a1a3e 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.34.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.34.2.ebuild
@@ -15,7 +15,7 @@ IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz
 !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${P}-cntr-ntfy-autottl-ts.patch.xz )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: b010da101f0b998ec75d9073522e31837a26d999
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b010da10

net-libs/libsoup: x86 stable wrt bug #717144

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

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

diff --git a/net-libs/libsoup/libsoup-2.70.0.ebuild 
b/net-libs/libsoup/libsoup-2.70.0.ebuild
index cbf347f2bc1..c714ddd6d35 100644
--- a/net-libs/libsoup/libsoup-2.70.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.70.0.ebuild
@@ -17,7 +17,7 @@ IUSE="brotli gssapi gtk-doc +introspection samba ssl test 
+vala"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]



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

2020-04-20 Thread Agostino Sarubbo
commit: dbe09b05937299692225962d98cddad2bfca15f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe09b05

net-misc/gupnp-tools: x86 stable wrt bug #717144

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

 net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild 
b/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild
index e0a6739c6d0..adcd81082bc 100644
--- a/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild
+++ b/net-misc/gupnp-tools/gupnp-tools-0.10.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: 8d4262a14ca1889987c87b82ec33a4215f6a7dc4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4262a1

sys-apps/bubblewrap: x86 stable wrt bug #717144

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

 sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild 
b/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
index 57f97833e46..e6912bc4ce9 100644
--- a/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
+++ b/sys-apps/bubblewrap/bubblewrap-0.3.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/projectatomic/${PN}/releases/download/v${PV}/${P}.ta
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="selinux +suid"
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: 7d41bb81f4f89b934fdf803693b9633eb1192237
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d41bb81

net-libs/gupnp-igd: x86 stable wrt bug #717144

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

 net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
index 5b3c9ee90af..1e9ed34aef8 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://gupnp.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1.2" # pkg-config file links in gupnp API, so some consumers of 
gupnp-igd need to be relinked for it
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: 51276cdaa2dd0a5003c557ec71218f1b7a4da774
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51276cda

x11-libs/vte: x86 stable wrt bug #717144

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

 x11-libs/vte/vte-0.58.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/vte-0.58.3.ebuild b/x11-libs/vte/vte-0.58.3.ebuild
index 688f6bb7ad0..c44c0213369 100644
--- a/x11-libs/vte/vte-0.58.3.ebuild
+++ b/x11-libs/vte/vte-0.58.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE;
 LICENSE="LGPL-3+ GPL-3+"
 SLOT="2.91"
 IUSE="+crypt debug gtk-doc +introspection +vala vanilla"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 REQUIRED_USE="vala? ( introspection )"
 
 SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.58.3-command-notify.patch.xz )"



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

2020-04-20 Thread Agostino Sarubbo
commit: 97a87f5a28c0f82ab7954f21702d9342bd9629bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a87f5a

net-libs/gupnp: x86 stable wrt bug #717144

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

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

diff --git a/net-libs/gupnp/gupnp-1.2.2.ebuild 
b/net-libs/gupnp/gupnp-1.2.2.ebuild
index 1271a972126..ebbaf1ad825 100644
--- a/net-libs/gupnp/gupnp-1.2.2.ebuild
+++ b/net-libs/gupnp/gupnp-1.2.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="LGPL-2+ GPL-2+" # gupnp-binding-tool is GPL-2+
 SLOT="0/1.2-0" # -
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="connman gtk-doc +introspection kernel_linux networkmanager vala"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/

2020-04-20 Thread Agostino Sarubbo
commit: 4efaf6704918b3af36beb441787285ad6713ff2c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:45 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efaf670

net-misc/gnome-online-miners: x86 stable wrt bug #717144

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

 net-misc/gnome-online-miners/gnome-online-miners-3.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.34.0.ebuild 
b/net-misc/gnome-online-miners/gnome-online-miners-3.34.0.ebuild
index ee2fcc2229e..ce5e8ea9796 100644
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.34.0.ebuild
+++ b/net-misc/gnome-online-miners/gnome-online-miners-3.34.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="flickr"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 # libgdata[gnome] needed for goa support
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-connector-dbus/

2020-04-20 Thread Agostino Sarubbo
commit: 193de4e5d58a12cf1096cb1cb8c4445134ddcd95
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193de4e5

net-libs/dleyna-connector-dbus: x86 stable wrt bug #717144

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

 net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.3.0.ebuild 
b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.3.0.ebuild
index acbcdc8ba9e..db2518f7e13 100644
--- a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.3.0.ebuild
+++ b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar_2.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="1.0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: dc75036616ab70aef379301d1dbc3bb01ae1119f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc750366

net-libs/gssdp: x86 stable wrt bug #717144

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

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

diff --git a/net-libs/gssdp/gssdp-1.2.2.ebuild 
b/net-libs/gssdp/gssdp-1.2.2.ebuild
index ec82ca863cd..5f19a8f1f59 100644
--- a/net-libs/gssdp/gssdp-1.2.2.ebuild
+++ b/net-libs/gssdp/gssdp-1.2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="LGPL-2+"
 SLOT="0/1.2-0" # -
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection gtk vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/

2020-04-20 Thread Agostino Sarubbo
commit: d98a1c25050fd211a19df2edbf76776db806ae88
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98a1c25

sys-block/gparted: x86 stable wrt bug #717144

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

 sys-block/gparted/gparted-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/gparted/gparted-1.1.0.ebuild 
b/sys-block/gparted/gparted-1.1.0.ebuild
index 3f39464da00..a0e448fc33e 100644
--- a/sys-block/gparted/gparted-1.1.0.ebuild
+++ b/sys-block/gparted/gparted-1.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+ FDL-1.2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="btrfs cryptsetup dmraid f2fs fat hfs jfs kde mdadm ntfs policykit 
reiserfs reiser4 udf wayland xfs"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2020-04-20 Thread Agostino Sarubbo
commit: 40c6630bb88da96eb5a4d2545874a5797f46bc16
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c6630b

sys-apps/gnome-disk-utility: x86 stable wrt bug #717144

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

 sys-apps/gnome-disk-utility/gnome-disk-utility-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.34.5.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.34.5.ebuild
index 4ed6e2443f7..19aa489c4f1 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.34.5.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.34.5.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="fat elogind gnome systemd"
 REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 DEPEND="
>=media-libs/libdvdread-4.2.0:0=



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

2020-04-20 Thread Agostino Sarubbo
commit: e7fcee06533fa7a2f020f4fa5445b2ece7e8eaf3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fcee06

net-libs/dleyna-core: x86 stable wrt bug #717144

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

 net-libs/dleyna-core/dleyna-core-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/dleyna-core/dleyna-core-0.6.0.ebuild 
b/net-libs/dleyna-core/dleyna-core-0.6.0.ebuild
index 062caf42bb8..14d487b56a9 100644
--- a/net-libs/dleyna-core/dleyna-core-0.6.0.ebuild
+++ b/net-libs/dleyna-core/dleyna-core-0.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar_3.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="1.0/4"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: 7008aadfdb78cfe0f718ef9d30476b23f17faaba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7008aadf

net-misc/vino: x86 stable wrt bug #717144

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

 net-misc/vino/vino-3.22.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/vino/vino-3.22.0-r3.ebuild 
b/net-misc/vino/vino-3.22.0-r3.ebuild
index 100ea07aa1e..2b7a49e2434 100644
--- a/net-misc/vino/vino-3.22.0-r3.ebuild
+++ b/net-misc/vino/vino-3.22.0-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="crypt debug gnome-keyring ipv6 jpeg ssl +telepathy zeroconf +zlib"
 # bug #394611; tight encoding requires zlib encoding
 REQUIRED_USE="jpeg? ( zlib )"



[gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-mission-control/

2020-04-20 Thread Agostino Sarubbo
commit: dde7bad5600fae948dad26505b3ab758e5e2cf7e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde7bad5

net-im/telepathy-mission-control: x86 stable wrt bug #717144

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

 .../telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild 
b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
index d5fb2310580..ff2bb886316 100644
--- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
+++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug networkmanager" # test
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2020-04-20 Thread Agostino Sarubbo
commit: 43bd2373df2eb392988f00aa76f597f0894ff00e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bd2373

net-libs/gnome-online-accounts: x86 stable wrt bug #717144

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

 net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild
index 38f6ae0c8fb..2463c4054f5 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.34.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
 
 LICENSE="LGPL-2+"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="debug gnome +introspection kerberos +vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geocode-glib/

2020-04-20 Thread Agostino Sarubbo
commit: d3939680dcda5bffaa56bd9cb59d585d06ad6e7b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3939680

sci-geosciences/geocode-glib: x86 stable wrt bug #717144

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

 sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild 
b/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild
index 894916d3a6a..81f64f919c2 100644
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild
+++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://git.gnome.org/browse/geocode-glib;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk-doc +introspection test"
 
 RDEPEND="



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

2020-04-20 Thread Agostino Sarubbo
commit: 201d04c3284b778db0363a243c93797a67875258
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201d04c3

net-misc/rygel: x86 stable wrt bug #717144

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

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

diff --git a/net-misc/rygel/rygel-0.38.3.ebuild 
b/net-misc/rygel/rygel-0.38.3.ebuild
index 5dbbaaa2dcf..7471a81e164 100644
--- a/net-misc/rygel/rygel-0.38.3.ebuild
+++ b/net-misc/rygel/rygel-0.38.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="X +introspection +sqlite tracker test transcode"
 RESTRICT="!test? ( test )"
 



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

2020-04-20 Thread Agostino Sarubbo
commit: 68ed958e3f96d5415ab1f894bf787efdc48bc84d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:15:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:15:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ed958e

net-libs/glib-networking: x86 stable wrt bug #717144

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

 net-libs/glib-networking/glib-networking-2.62.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.62.3.ebuild 
b/net-libs/glib-networking/glib-networking-2.62.3.ebuild
index b8798c0122c..6eb178b51bd 100644
--- a/net-libs/glib-networking/glib-networking-2.62.3.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.62.3.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.60.0:2[${MULTILIB_USEDEP}]



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

2020-04-20 Thread Agostino Sarubbo
commit: b38e8cc9a7dc0fa74f1a9d540fb72a3e2524f309
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:16:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:16:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38e8cc9

x11-libs/gtksourceview: x86 stable wrt bug #717144

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

 x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild 
b/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild
index 7d5749db5e8..ae3d48f587d 100644
--- a/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-4.4.0.ebuild
@@ -14,7 +14,7 @@ SLOT="4"
 IUSE="glade gtk-doc +introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.48:2



[gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/

2020-04-20 Thread Agostino Sarubbo
commit: 5bf3d1fe15a17a575f2114f54eafdb84b37b3d2e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 18:04:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 18:04:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf3d1fe

net-dns/unbound: ppc64 stable wrt bug #715222

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-dns/unbound/unbound-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/unbound/unbound-1.10.0.ebuild 
b/net-dns/unbound/unbound-1.10.0.ebuild
index 7064d1f99ea..704a3c26245 100644
--- a/net-dns/unbound/unbound-1.10.0.ebuild
+++ b/net-dns/unbound/unbound-1.10.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz;
 
 LICENSE="BSD GPL-2"
 SLOT="0/8" # ABI version of libunbound.so
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 x86"
 IUSE="debug dnscrypt dnstap +ecdsa ecs gost libressl python redis selinux 
static-libs systemd test threads"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



  1   2   3   4   >