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

2019-12-23 Thread Michał Górny
commit: 8c24f03db123dd43903f3377438f6e48501bdd5f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 24 05:55:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 24 05:55:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c24f03d

dev-python/miniupnpc: Bump to 2.1.20191224

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

 dev-python/miniupnpc/Manifest  |  1 +
 dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
index a6c46011e16..9a46461fd06 100644
--- a/dev-python/miniupnpc/Manifest
+++ b/dev-python/miniupnpc/Manifest
@@ -1,2 +1,3 @@
 DIST miniupnpc-2.1.20190625.tar.gz 94461 BLAKE2B 
26c881c2ef99640e99a5c9cb138cc88dc29a25cd57fffaeaffcf521ded11402fd34ad1001639cd0659fdef9debd247dded5c1903b69f36b74b059c1e282bcdfb
 SHA512 
d55a959bb2fce2c1747fa95da53d9993220403d2c511b12f489b80a7941b28238561f90a1cd60be9fa2bd62777fbfd3cef370db694b9970f73ccbdf3ef49aa48
 DIST miniupnpc-2.1.20190824.tar.gz 94564 BLAKE2B 
1569e15bc9a886bdee5192526b83e0a628f0d6c9b4449c547c0c22c2ab1f912b1671d84ead6aa6961161bd99e5f62f8428f3867b8f9ca14e04d5f953e6553d4a
 SHA512 
9ed5fc6fbe6f64fbfa23938043732db1999f3c8585422a660fde04fd9e203d7acf8a5c3f1f1433468ea179f090261702194cf5714601c5c0ed9094250352f175
+DIST miniupnpc-2.1.20191224.tar.gz 94740 BLAKE2B 
85c0b3eb678685bc7192dbee9440ec5f5be80cbac4d6a4e0a6473662c66f05ef512322cd535a142ffe16d3099a86f78ea70645a7eb2979c373e7a486aeab0cd5
 SHA512 
d362f914ce9177c1bc46f1f3ae59069c61c0c9c1b6ea7e78003d6b46445d3550835ffc541c2649b5fbc997d035357b461148edb3648135f33d0ce98b54961917

diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild 
b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
new file mode 100644
index 000..4da4e3852ea
--- /dev/null
+++ b/dev-python/miniupnpc/miniupnpc-2.1.20191224.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for UPnP client library"
+HOMEPAGE="http://miniupnp.free.fr/;
+SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-libs/miniupnpc-${PV}:0="
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
+)
+
+# DOCS are installed by net-libs/miniupnpc.
+DOCS=()
+
+# Example test command:
+# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); 
u.selectigd(); print(u.externalipaddress())'



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

2019-12-23 Thread Zac Medico
commit: 59b946198cb6798ebce564a8a1ea68a71df95a1c
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 24 00:38:56 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 24 00:45:13 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=59b94619

Updates for portage-2.3.83 release

Signed-off-by: Zac Medico  gentoo.org>

 RELEASE-NOTES | 8 
 setup.py  | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 26abad013..1f0fdf0b8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.83
+==
+* Bug Fixes:
+- Bug 384107 adjust || preference to break dependency cycles,
+  which solves bug 382421 and bug 703440
+- Bug 703348 emerge --with-test-deps: allow circular deps
+
+
 portage-2.3.82
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 6cb2e3252..974d422d0 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.82',
+   version = '2.3.83',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2019-12-23 Thread Zac Medico
commit: 749757f2bf9ef7dd25dc697e293e03538a9e89bd
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 24 00:48:52 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 24 00:57:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749757f2

sys-apps/portage: Remove old version 2.3.81

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest  |   1 -
 sys-apps/portage/portage-2.3.81.ebuild | 272 -
 2 files changed, 273 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index fe5d2322faa..d04f8cbc5ca 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,5 +1,4 @@
 DIST portage-2.3.69.tar.bz2 1027945 BLAKE2B 
22a06370d9db8f8954f609a4435983b914f03c11fa1c4c857089738db574e3346fc286c77bb62103d868742b423484b3a186cbc22545a0f516a5724e331e
 SHA512 
20a6c9d26829e9d3738da824aa3fcc0bc8f01019ae9631871ce56e5ff37d91ed27d7b9505c433cc3b7441290abf98bf0897bbb66c099cbb982854047e6c8f045
 DIST portage-2.3.76.tar.bz2 1033462 BLAKE2B 
1be0641337cd7d2a55f8aaba6f84bbfa7182503050e669fb28cd00e4de13cce31ec6e33cc2794e372d1a67b7d2f27e6bb85969f720f2ed449c619598b708b903
 SHA512 
e7774cf89e3865cb1ca5465fc961b452cc8529ccf09e86b7ebd16cca049f1efb527dca9aba892392d5909283cf12930117b1d33fa58e1e429f4408cf50181921
 DIST portage-2.3.79.tar.bz2 1038675 BLAKE2B 
7a6cff28fa1d4b54607e9416914ab534d250718b082a9789a36be057933867a8a3befd7c99d404b058f67b92c6ee975323c37251fe89d3e3e46865daf0fea25e
 SHA512 
23101644185fb7c6eff12f015d442599b3af744f7b13dcb630f47a7f27c1392c46bd4aa5fa32d403dcf058cc3cc1d56cef00fd8c34dda811388eb268761c0797
-DIST portage-2.3.81.tar.bz2 1041978 BLAKE2B 
03c032204dcc4725bfbf4d2bf605a8f2a24bfbd854d7c74e0697e25ae4e10831ec19e3c1252d2d1a5921cdf00801fbbc6fcf60a2d64076cee96f427e49b1ee37
 SHA512 
ce0688eab181243cf4e8dd2a7e2e5bc188e6323331ffcf8d6ee970073bc634bb5566afebef7570fff711ad1ae9a4484df9a602db523d3398ca6ad29d633f0824
 DIST portage-2.3.82.tar.bz2 1042836 BLAKE2B 
97fc32b988863497564f64bb22ecdb787f6d6075ec3f5a35c27f7c8b0610892c0516236eba238deec59ee5f9c42e0f10c6ef6c9a2f193ff54e24d86706afd814
 SHA512 
cee59744bba8bb429689dde899df2d84a42ac68b1e0f4a65f8f14c6db04a26a805095b54a807fa95dfe4032e8a637660a9aec88f70b36ba785228ed0db9c1144

diff --git a/sys-apps/portage/portage-2.3.81.ebuild 
b/sys-apps/portage/portage-2.3.81.ebuild
deleted file mode 100644
index a7197349654..000
--- a/sys-apps/portage/portage-2.3.81.ebuild
+++ /dev/null
@@ -1,272 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=(
-   pypy
-   python3_5 python3_6 python3_7 python3_8
-   python2_7
-)
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 linux-info systemd prefix
-
-DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
-SLOT="0"
-IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
-
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
-# Require sandbox-2.2 for bug #288863.
-# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
-# quite slow, so it's not considered in the dependencies as an alternative to
-# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
-# for now, don't pull in xattr deps for other kernels.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   !build? (
-   >=sys-apps/sed-4.0.5
-   app-shells/bash:0[readline]
-   >=app-admin/eselect-1.2
-   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
-   python{2_7,3_5} pypy)
-   rsync-verify? (
-   >=app-portage/gemato-14[${PYTHON_USEDEP}]
-   >=app-crypt/openpgp-keys-gentoo-release-20180706
-   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
-   )
-   )
-   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
-   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
-   elibc_musl? ( >=sys-apps/sandbox-2.2 )
-   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
-   kernel_linux? ( sys-apps/util-linux )
-   >=app-misc/pax-utils-0.1.17
-   selinux? ( 

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

2019-12-23 Thread Zac Medico
commit: 39293f8a4667fce2112792953dbc16f69b9fcb66
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec 24 00:52:27 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 24 00:57:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39293f8a

sys-apps/portage: Bump to version 2.3.83

 #384107 adjust || preference to break dependency cycles,
 which solves bug 382421 and bug 703440
 #703348 emerge --with-test-deps: allow circular deps

Bug: https://bugs.gentoo.org/701268
Bug: https://bugs.gentoo.org/382421
Bug: https://bugs.gentoo.org/384107
Bug: https://bugs.gentoo.org/703440
Bug: https://bugs.gentoo.org/703348
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.3.83.ebuild | 276 +
 2 files changed, 277 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index d04f8cbc5ca..f53e3dd4b74 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -2,3 +2,4 @@ DIST portage-2.3.69.tar.bz2 1027945 BLAKE2B 
22a06370d9db8f8954f609a4435983b914f0
 DIST portage-2.3.76.tar.bz2 1033462 BLAKE2B 
1be0641337cd7d2a55f8aaba6f84bbfa7182503050e669fb28cd00e4de13cce31ec6e33cc2794e372d1a67b7d2f27e6bb85969f720f2ed449c619598b708b903
 SHA512 
e7774cf89e3865cb1ca5465fc961b452cc8529ccf09e86b7ebd16cca049f1efb527dca9aba892392d5909283cf12930117b1d33fa58e1e429f4408cf50181921
 DIST portage-2.3.79.tar.bz2 1038675 BLAKE2B 
7a6cff28fa1d4b54607e9416914ab534d250718b082a9789a36be057933867a8a3befd7c99d404b058f67b92c6ee975323c37251fe89d3e3e46865daf0fea25e
 SHA512 
23101644185fb7c6eff12f015d442599b3af744f7b13dcb630f47a7f27c1392c46bd4aa5fa32d403dcf058cc3cc1d56cef00fd8c34dda811388eb268761c0797
 DIST portage-2.3.82.tar.bz2 1042836 BLAKE2B 
97fc32b988863497564f64bb22ecdb787f6d6075ec3f5a35c27f7c8b0610892c0516236eba238deec59ee5f9c42e0f10c6ef6c9a2f193ff54e24d86706afd814
 SHA512 
cee59744bba8bb429689dde899df2d84a42ac68b1e0f4a65f8f14c6db04a26a805095b54a807fa95dfe4032e8a637660a9aec88f70b36ba785228ed0db9c1144
+DIST portage-2.3.83.tar.bz2 1043583 BLAKE2B 
aaeaae19c9ec677f2c35451a4c223dbe26c696b2742e186e45512ef75484deeb55f9127a040c3aa389b1d66ffba9c0c6fb30e86b6977a16c7f46adaf86d1f671
 SHA512 
172dcbd6383918c83b370164d7b6e0e0039250b15d48db0a7e616afaf29ecd2490d6f2ef3b2b68c7138f475c802f7e147255bf50459565ca328233e0e1d5ae67

diff --git a/sys-apps/portage/portage-2.3.83.ebuild 
b/sys-apps/portage/portage-2.3.83.ebuild
new file mode 100644
index 000..bd5bc590071
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.83.ebuild
@@ -0,0 +1,276 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=(
+   pypy
+   python3_5 python3_6 python3_7 python3_8
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1 linux-info systemd prefix
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+SLOT="0"
+IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? (
+   $(python_gen_cond_dep '
+   >=dev-python/epydoc-2.0[${PYTHON_USEDEP}]
+   ' 'python2*')
+   )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_5} pypy)
+   rsync-verify? (
+   >=app-portage/gemato-14[${PYTHON_USEDEP}]
+   >=app-crypt/openpgp-keys-gentoo-release-20180706
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? 

[gentoo-commits] proj/portage: New tag: portage-2.3.83

2019-12-23 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec 24 00:58:21 2019 +

New tag: portage-2.3.83




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

2019-12-23 Thread Ulrich Müller
commit: ee322cebf2fc56ea56f6bbc25c7a5343a5dc3264
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 23 23:40:02 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 23 23:40:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee322ceb

media-fonts/intlfonts: Add "non-free" use flag.

This enables installation of non-free Tibetan fonts.

Bug: https://bugs.gentoo.org/698048
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild | 10 --
 media-fonts/intlfonts/metadata.xml  |  3 ++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild 
b/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild
index f9eef1f9f50..350e486b4ae 100644
--- a/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild
+++ b/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild
@@ -9,16 +9,22 @@ DESCRIPTION="International X11 fixed fonts"
 HOMEPAGE="https://www.gnu.org/directory/intlfonts.html;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
-LICENSE="public-domain HPND free-noncomm"
+LICENSE="public-domain HPND non-free? ( free-noncomm )"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE="bdf"
+IUSE="bdf non-free"
 
 DEPEND="x11-apps/bdftopcf
>=x11-apps/mkfontscale-1.2.0"
 
 DOCS=( ChangeLog NEWS README Emacs.ap )
 
+src_prepare() {
+   default
+   # Tibetan fonts have a non-commercial restriction
+   use non-free || rm Asian/tib*.bdf || die
+}
+
 src_configure() {
local myconf=(
--with-fontdir=/usr/share/fonts/${PN}

diff --git a/media-fonts/intlfonts/metadata.xml 
b/media-fonts/intlfonts/metadata.xml
index 7d1842f83af..8fa31783a57 100644
--- a/media-fonts/intlfonts/metadata.xml
+++ b/media-fonts/intlfonts/metadata.xml
@@ -6,6 +6,7 @@
Fonts
 
 
-   Installs BDF fonts in addition to PCF
+   Install BDF fonts in addition to PCF
+   Install non-free Tibetan fonts
 
 



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

2019-12-23 Thread Zac Medico
commit: f68752b7020c66e501b49acc580d023654a96949
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 23 23:15:45 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 23 23:28:19 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f68752b7

_queue_disjunctive_deps: group disjunctions recursively (bug 701996)

When disjunctive dependencies are queued, recursively group together
disjunctions from the same dependency string so that any overlap between
them will trigger expansion to DNF.

Fixes: fa7b6ea6ecdc ("_queue_disjunctive_deps: group disjunctions (bug 701996)")
Bug: https://bugs.gentoo.org/701996
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/depgraph.py | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 83631fe70..2ab1bf4ac 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -3865,20 +3865,20 @@ class depgraph(object):
child_pkgs.sort()
yield (atom, child_pkgs[-1])
 
-   def _queue_disjunctive_deps(self, pkg, dep_root, dep_priority, 
dep_struct):
+   def _queue_disjunctive_deps(self, pkg, dep_root, dep_priority, 
dep_struct, _disjunctions_recursive=None):
"""
Queue disjunctive (virtual and ||) deps in 
self._dynamic_config._dep_disjunctive_stack.
Yields non-disjunctive deps. Raises InvalidDependString when
necessary.
"""
-   disjunctions = []
+   disjunctions = [] if _disjunctions_recursive is None else 
_disjunctions_recursive
for x in dep_struct:
if isinstance(x, list):
if x and x[0] == "||":
disjunctions.append(x)
else:
for y in self._queue_disjunctive_deps(
-   pkg, dep_root, dep_priority, x):
+   pkg, dep_root, dep_priority, x, 
_disjunctions_recursive=disjunctions):
yield y
else:
# Note: Eventually this will check for 
PROPERTIES=virtual
@@ -3889,7 +3889,7 @@ class depgraph(object):
else:
yield x
 
-   if disjunctions:
+   if _disjunctions_recursive is None and disjunctions:
self._queue_disjunction(pkg, dep_root, dep_priority, 
disjunctions)
 
def _queue_disjunction(self, pkg, dep_root, dep_priority, dep_struct):



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

2019-12-23 Thread James Le Cuirot
commit: 615890ca96009ab362e450641d8962526fa64bdf
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Dec 23 23:32:09 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec 23 23:32:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615890ca

profiles: Last-rite games-util/xboxgw

No license. HOMEPAGE and SRC_URI are dead. Removal in 30 days.

Bug: https://bugs.gentoo.org/703552
Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2fac08e8ba7..098ad96611f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# James Le Cuirot  (2019-12-23)
+# No license. HOMEPAGE and SRC_URI are dead.
+# Removal in 30 days. See bug #703552.
+games-util/xboxgw
+
 # David Seifert  (2019-12-22)
 # Unmaintained, dead upstreams, monstrous build systems.
 # Bug #568364, Removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/libgdiplus/

2019-12-23 Thread James Le Cuirot
commit: 36f408de8643733ddff41c31f28d3fc3860f0a85
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Dec 23 23:08:20 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec 23 23:21:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f408de

dev-dotnet/libgdiplus: Fix implicit use of eutils

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

 dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild 
b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild
index 4c37480bf4c..f7076990f92 100644
--- a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild
+++ b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit dotnet
+inherit eutils dotnet
 
 DESCRIPTION="Library for using System.Drawing with Mono"
 HOMEPAGE="https://www.mono-project.com;



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp2/

2019-12-23 Thread James Le Cuirot
commit: 32409a75ef42502916728c07bbed3550995f24fe
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Dec 23 23:20:12 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec 23 23:21:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32409a75

games-fps/ut2004-bonuspack-cbp2: Fix LICENSE

Closes: https://bugs.gentoo.org/703616
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild 
b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild
index c14a79c5917..a25036f26be 100644
--- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r3.ebuild
@@ -7,10 +7,10 @@ DESCRIPTION="UT2004 Community Bonus Pack 2 Volume 1 and 2"
 HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004;
 SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp2-volume1_zip.zip
https://ut2004.ut-files.com/BonusPacks/cbp2-volume2_zip.zip;
-LICENSE="freedist"
+LICENSE="free-noncomm all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RESTRICT="strip"
+RESTRICT="mirror bindist strip"
 
 BDEPEND="app-arch/unzip"
 RDEPEND="|| ( games-fps/ut2004 >=games-server/ut2004-ded-3369.3-r2 )



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

2019-12-23 Thread James Le Cuirot
commit: a4f5d91f2d868983335fc3b6ff224f0526106444
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Dec 17 22:45:11 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec 23 23:21:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f5d91f

dotnet.eclass: Add EAPI 7 support

I could not see eutils.eclass being used anywhere but multilib.eclass
is needed for get_libdir. I will fix implicit use of eutils by
libgdiplus for prune_libtool_files.

Signed-off-by: James Le Cuirot  gentoo.org>

 eclass/dotnet.eclass | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass
index 3e834835b97..55e10645deb 100644
--- a/eclass/dotnet.eclass
+++ b/eclass/dotnet.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: dotnet.eclass
@@ -12,19 +12,21 @@
 # of dotnet packages.
 
 case ${EAPI:-0} in
-   0) die "this eclass doesn't support EAPI 0" ;;
-   1|2|3) ;;
-   *) ;; #if [[ ${USE_DOTNET} ]]; then REQUIRED_USE="|| (${USE_DOTNET})"; 
fi;;
+   0)
+   die "this eclass doesn't support EAPI 0" ;;
+   [1-6])
+   inherit eapi7-ver multilib
+   DEPEND="dev-lang/mono" ;;
+   *)
+   BDEPEND="dev-lang/mono" ;;
 esac
 
-inherit eutils versionator mono-env
+inherit mono-env
 
 # @ECLASS-VARIABLE: USE_DOTNET
 # @DESCRIPTION:
 # Use flags added to IUSE
 
-DEPEND+=" dev-lang/mono"
-
 # SET default use flags according on DOTNET_TARGETS
 for x in ${USE_DOTNET}; do
case ${x} in
@@ -51,7 +53,7 @@ dotnet_pkg_setup() {
FRAMEWORK="${F}";
fi
else
-   version_is_at_least "${F}" "${FRAMEWORK}" || 
FRAMEWORK="${F}"
+   ver_test "${F}" -le "${FRAMEWORK}" || FRAMEWORK="${F}"
fi
done
if [[ -z ${FRAMEWORK} ]]; then



[gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-cbp1/

2019-12-23 Thread James Le Cuirot
commit: 818b927cfd1d4cf69465ca07c06643a5e185
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Dec 23 23:18:34 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec 23 23:21:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818b927c

games-fps/ut2004-bonuspack-cbp1: Fix LICENSE

Closes: https://bugs.gentoo.org/703614
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild 
b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
index fefd2792ecc..e2723ebdde7 100644
--- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="UT2003 Community Bonus Pack for UT2004 Volume 1"
 HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004;
 SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp1.zip;
-LICENSE="freedist"
+LICENSE="free-noncomm"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RESTRICT="strip"



[gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/files/, media-libs/giflib/

2019-12-23 Thread David Seifert
commit: ad89ce5110985e70d7eeed72a94f5de907bfb76f
Author: David Seifert  gentoo  org>
AuthorDate: Mon Dec 23 23:20:17 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 23 23:20:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad89ce51

media-libs/giflib: Remove old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 media-libs/giflib/Manifest |  4 --
 media-libs/giflib/files/giflib-4.1.6-gif2rle.patch | 18 -
 .../giflib-4.1.6-giffix-null-Extension-fix.patch   | 15 -
 media-libs/giflib/files/giflib-5.1.8-gentoo.patch  | 16 -
 media-libs/giflib/giflib-4.1.6-r3.ebuild   | 54 ---
 media-libs/giflib/giflib-5.0.6.ebuild  | 42 
 media-libs/giflib/giflib-5.1.8-r1.ebuild   | 77 --
 media-libs/giflib/giflib-5.1.9.ebuild  | 77 --
 media-libs/giflib/metadata.xml |  3 -
 9 files changed, 306 deletions(-)

diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest
index d53ffb9540f..a6794c6fbe7 100644
--- a/media-libs/giflib/Manifest
+++ b/media-libs/giflib/Manifest
@@ -1,6 +1,2 @@
-DIST giflib-4.1.6.tar.bz2 506050 BLAKE2B 
154c95425a570a822447d1fc5bddbecf31fd81473e18d49fdeb93e72ade7541197fc6147b2d4cdf6857b3326b2f4c40e01f026041369242f4e9fbe892cc8e150
 SHA512 
f47954218ed7d3415cc195a1031a688fcb7dd2bc2b394491830e6b5f5332903ed7c4433b795cd3da9ac53bfc969fe94bec2a4e66b15c0385c732c01b1b7e5057
-DIST giflib-5.0.6.tar.bz2 621073 BLAKE2B 
ae162c281755cae4d00bcbd07273f7c7488ae67c42fef819abae1011eddf801bc4525e326417d3e8a036b18b75d7064de59ceda370e5ded956b22d319c67d3a9
 SHA512 
117e20319f2df32bdf094678cdececad2b6f33a40baff172d4df68ade86547825ebca81186071bff51e60126692df84dbd7bb5cc4877ba68448f7c47a2cc2491
 DIST giflib-5.1.4.tar.bz2 639703 BLAKE2B 
5176fbd94c37a86a7f7a3964b6b5f2637d76ba5d40e594a0db52a3a09e22b915a0388fc9bd2f1446dcf66b3b9c0d76741583e4d5d3f7362fa3997e8b26503fc4
 SHA512 
32b5e342056c210e6478e9cb3b6ceec9594dcfaf34feea1eb4dad633a081ed4465bceee578c19165907cb47cb83912ac359ceea666a8e07dbbb5420f9928f96d
-DIST giflib-5.1.8.tar.gz 419065 BLAKE2B 
4a42120758be15e765dae249d98d25164b40e64f933415412420163c0ed7fd6967d3958fff70478d5635a5bb9a6ed397f06ad6de510f2e97de5574b7c68d84d2
 SHA512 
d390917837a64de1912720ab8968e6b077c6be9f9a2f835faced44420f54d6d55d4e3543b9779ec65d399858856188fea93c170b253d0b83928f15548a14aba3
-DIST giflib-5.1.9.tar.gz 385068 BLAKE2B 
0c6765eb9a017fee8de28c9440434f3054f87ae65139a3f9f4a41145d4d86dfbd88ece54ea6f40c58054e0ab728a1d346c2f725843bcc34bfd75825e58b8f650
 SHA512 
b6350b39755e3eeba58b5fccf319bbaeee2db6564e13c8ce44d3652cc32d243c391def74b6b1529bc5e0d4573eff94b2ffa5faa90fc564a049122d3e23f1d184
 DIST giflib-5.2.1.tar.gz 444187 BLAKE2B 
8c1e105bbb65dc7ab103976caed70834356440f381ec5118311882fb1c558bb65f6c1081e5767f9835087860de44df5dfcd2826f89744dded548d535736f27f0
 SHA512 
4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736

diff --git a/media-libs/giflib/files/giflib-4.1.6-gif2rle.patch 
b/media-libs/giflib/files/giflib-4.1.6-gif2rle.patch
deleted file mode 100644
index 95334016648..000
--- a/media-libs/giflib/files/giflib-4.1.6-gif2rle.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://sourceforge.net/tracker/index.php?func=detail=1829712_id=102202=631304
-
 giflib/util/gif2rle.c
-+++ giflib/util/gif2rle.c
-@@ -222,11 +222,8 @@
- ColorMap = (GifFile->Image.ColorMap ?
- GifFile->Image.ColorMap->Colors :
- GifFile->SColorMap->Colors);
--if (ColorMap == NULL) {
--fprintf(stderr, "Gif Image does not have a colormap\n");
--exit(EXIT_FAILURE);
--}
--ColorMapSize = 1 << ColorMap->BitsPerPixel;
-+ColorMapSize = 1 << (GifFile->Image.ColorMap ? 
GifFile->Image.ColorMap->BitsPerPixel :
-+  
GifFile->SColorMap->BitsPerPixel);
- DumpScreen2Rle(ScreenBuffer, GifFile->SWidth, GifFile->SHeight);
- 
- if (DGifCloseFile(GifFile) == GIF_ERROR) {

diff --git 
a/media-libs/giflib/files/giflib-4.1.6-giffix-null-Extension-fix.patch 
b/media-libs/giflib/files/giflib-4.1.6-giffix-null-Extension-fix.patch
deleted file mode 100644
index 3e99e66c0d1..000
--- a/media-libs/giflib/files/giflib-4.1.6-giffix-null-Extension-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ru giflib-4.1.6/util/giffix.c giflib-4.1.6.new/util/giffix.c
 giflib-4.1.6/util/giffix.c 2005-10-09 23:22:23.0 -0700
-+++ giflib-4.1.6.new/util/giffix.c 2008-09-04 14:00:41.0 -0700
-@@ -181,8 +181,8 @@
-   /* Skip any extension blocks in file: */
-   if (DGifGetExtension(GifFileIn, , ) == 
GIF_ERROR)
-   QuitGifError(GifFileIn, GifFileOut);
--  if (EGifPutExtension(GifFileOut, ExtCode, Extension[0],
--  

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

2019-12-23 Thread David Seifert
commit: 8ba1f67278ca660320d968b591a315a86f1705d3
Author: David Seifert  gentoo  org>
AuthorDate: Mon Dec 23 23:20:16 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 23 23:20:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba1f672

media-libs/libcue: Remove old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 media-libs/libcue/Manifest|  1 -
 media-libs/libcue/libcue-1.4.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/media-libs/libcue/Manifest b/media-libs/libcue/Manifest
index feac5fcbd1f..8a2806b18a1 100644
--- a/media-libs/libcue/Manifest
+++ b/media-libs/libcue/Manifest
@@ -1,2 +1 @@
-DIST libcue-1.4.0.tar.bz2 249426 BLAKE2B 
5f26182abade1861fd2c8d9d05a9a9a4a97fc3d408a17b7b0ae6f2bf1828a1223cec7cfabd25778fad58c849481aee979c11d70925978ebf796e0b3598fffeeb
 SHA512 
1efbe4ff2d7bf1716547c9377a8eefefd5392ce9fa62ee07bc948fc5b8832cefeecebf655a40e49eefe4ec857978dfee5a66a0439e36e4440e0ec472e2226ddb
 DIST libcue-2.2.1.tar.gz 24177 BLAKE2B 
478f897567aee006c9e835bbf6e54373351b6b4e4bb68154c94f13107b38bdb670fa032d69744e7dbc51132d86dbf276cbf9701c9d7da0882820b71adae53362
 SHA512 
32e476cb09ed2cb2d64aaba1342fb91e77e448391b493a3a794a8d2a6723a0e6097a90b11c6ad82998cb7f270f4f18c2578d7b8575f6929c2a35502e09ebc964

diff --git a/media-libs/libcue/libcue-1.4.0.ebuild 
b/media-libs/libcue/libcue-1.4.0.ebuild
deleted file mode 100644
index 45e7b06937d..000
--- a/media-libs/libcue/libcue-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="CUE Sheet Parser Library"
-HOMEPAGE="http://libcue.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="sys-devel/flex
-   || ( dev-util/yacc sys-devel/bison )"
-
-DOCS=( AUTHORS ChangeLog NEWS  )
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -exec rm -f {} +
-}



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

2019-12-23 Thread Mike Pagano
commit: 8b45c6f417b520c44d877908fa72a74b7424f688
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Dec 23 23:15:38 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Dec 23 23:15:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b45c6f4

sys-kernel/gentoo-sources: Clean-up of EOL'd, unsupported 5.3.X kernels

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest | 18 --
 .../gentoo-sources/gentoo-sources-5.3.12.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.3.13.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.3.14-r1.ebuild | 28 --
 .../gentoo-sources/gentoo-sources-5.3.15.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.3.16.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-5.3.17.ebuild| 28 --
 7 files changed, 186 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d21ac24597a..337f48275aa 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -73,24 +73,6 @@ DIST genpatches-4.9-210.extras.tar.xz 17368 BLAKE2B 
7038f6a819c4a8b9a03c587634fc
 DIST genpatches-4.9-211.base.tar.xz 3614884 BLAKE2B 
98b113c6a20ffb75f9a0e22aaa29ef191be4e48b3189a79f1a0144bd3a188db4d2c7ca1d0cfad39cbd7200988f22f3f5086a5758021a449af13b8f04872102b0
 SHA512 
208ae6733ded11d4abfe6d4fcbd2cf834310a79e4ed781b8c9ed90b7e31cfc9e64b4ae229850e4682d37b4b61038e7b8ff38091033d6598fb74e591a30334097
 DIST genpatches-4.9-211.experimental.tar.xz 106396 BLAKE2B 
42abaeff5ba7de32c997323c59bf6848c5ecf85934a05e5ab2d831fd7b64dd3b0cd96e4627d93356bb31a8628fe56d1df0fa8462822ed3b4df45ba9a69cbb3cb
 SHA512 
976dfd6f648d3a1487bb42dde516ba5bb62ba3b586eb8983b392c62009117c2171cde5861810fa8bd2aabfb9cf640c726b84df1c7ce7f124d287579ebd7b1461
 DIST genpatches-4.9-211.extras.tar.xz 17376 BLAKE2B 
300efdfabe903590cea70eef9371154f9b98326ce9d85a54a5e343bf25b80134496120ddb6028665bc90b2a6a6ec7716c2c54ce6f4c9aa51e69045e02b857088
 SHA512 
54858620aab96bbcb820ba0dfa37cef40c31e47fc3cc85197241270c8d5d83c2ff34cb035338daec056a895c1609d67d6609872a4f0521b4fbd1c5ce8e037053
-DIST genpatches-5.3-14.base.tar.xz 513636 BLAKE2B 
49e4648152c17a6770e6727e52115e2654615be7df9af5d0d136f797f449d43f85c2b05d3d2c12eef53c65e678581956551ddff9fa24f0e6e8b411522cfae5e9
 SHA512 
473c0ab37226fc10ada327eb091129f2db053306dd6f60150c06274180985b089673b8f37dd0705353a2f384354fe0dcae2118f7dba72d6821868bc214139ce5
-DIST genpatches-5.3-14.experimental.tar.xz 6140 BLAKE2B 
dd686204b3e1e60f94521cf662dd908c5c7d18bc292278450e0f4cb3f480685c47fa1a9e3749e5dcc338902cf211f1fee149b39ceda513d73d634b2001c70692
 SHA512 
bddcf6d1deee3db526d07d136f62216e8360c8f8ea6960ba15534ede702040b4a25b51c9295dc98d7db2ddfb9e0e0f975384653140092fbe073552fd025098b9
-DIST genpatches-5.3-14.extras.tar.xz 1736 BLAKE2B 
46814b394cb3d47c1c6e7afa5aa6ec713ec1eec7f46629eeb672622f16098effc99532b2406b2dad98278be8eafde917a2f6bf10005abc7b99d823db526b9887
 SHA512 
120e2effee4c529742bf60d2327345d790feefb418850dbb57266fd0bdf604b74e4baef622f30e1faeee3c3cb199673ea972697866da5ca04ac4c732f70b47a6
-DIST genpatches-5.3-15.base.tar.xz 516896 BLAKE2B 
70412bf84bec6f211f282eb22e9253086d8b47f3fb7dc8ffe997f6508ba30a62950afea988623f0c7701651f0343028992f943c6f5d50a648f9935e0370048bf
 SHA512 
887edf77033f6a6438c86c2a267763f4741c87f36cc6ef958dd786d12bad15d54fefc9ce6cddeef15ebb94567ee3f22de9ed9d0bd708abaa55bcf27b1a629784
-DIST genpatches-5.3-15.experimental.tar.xz 6132 BLAKE2B 
e39b0fe412b9f1f80df2dd63208799b9437cf6e56f4687861b2cae4b26c5003bb06b6e8eaf03bf8c260e9468b010f8e6b02d7b981162620190a750c5adecd395
 SHA512 
b5ca9d2b2e11fbcb35c1e02c20de0b0be412a29b32e68ca803ce79b1a1523b1bbbf355b76add3901a49861fa82987977e73b8d718855ccce6c3ca1c0e96d
-DIST genpatches-5.3-15.extras.tar.xz 1736 BLAKE2B 
bf83bd698f685ce2c91588751e223c483f1a0c0e4ffa8b509153ac1933358426fee209f2dec5a2b4fdf6fa09ef79819aec2dc68dbed011c112fa2f22957c4417
 SHA512 
d1e4749cf08bfe739d8515a74851a810a57fc46efb10447052977d5b6e286254f6ef9b1abc22203fe3634dfaa5f1270c859473063cc528dbfedf5d626a21a3e6
-DIST genpatches-5.3-17.base.tar.xz 544516 BLAKE2B 
d3bf5b769f14e4700e9a82131248045bfb5f231c071fc627b8540c7dba3020a10f7823c7f530aea62aacfdea5970c7fd76db0b59e9038ba5db0d29c99f8e53e9
 SHA512 
31ecb5e230c3ba2080f9c71586f25cbf71b4465205a086e43381e9abdd5c60c2ee825ee73f3d910da1aac30d9af3c52c39977728c07125345de2c069f6b67e4b
-DIST genpatches-5.3-17.experimental.tar.xz 6140 BLAKE2B 
f92d9d8afca26521c06fec11651e3da752f23789ea7e01db9c3e03d6385a5b16e73950c1dad3ab845ac336eb439ef5fa1e1466889eef55a2d6b60b890b6234f7
 SHA512 
e6a0458f33ec60f740d0f1b0ceb4c6a8b35321e9cc911af464cef20535cb4207b7d7c8bacad4ab3dd1ebb47ce3956272bc3de8a5aa93558dba241e1c7c2e20df
-DIST genpatches-5.3-17.extras.tar.xz 1736 BLAKE2B 

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

2019-12-23 Thread Jeroen Roovers
commit: 0b44cb599a04af7e9d3374cec018fa411b9849a4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 23 23:09:46 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 23 23:10:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b44cb59

www-client/vivaldi: Old

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

 www-client/vivaldi/Manifest   |   8 --
 www-client/vivaldi/vivaldi-2.10.1745.21_p1.ebuild | 124 --
 www-client/vivaldi/vivaldi-2.9.1705.41_p1.ebuild  | 124 --
 3 files changed, 256 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 4ac9c77c360..f70f6608156 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,12 +1,4 @@
-DIST vivaldi-2.10.1745.21_p1-amd64.deb 64747464 BLAKE2B 
582226b660ca2bd5a13ce9aa80abaf07e2663fd6a4b754e28076d8513807a88198de64360622c192e920376c349014d3be3ea3e14d29b0184e87669e4fda0ac4
 SHA512 
35a0033ba5ce461fa77ea511df6ce012f9acf9e1d59101590b15a63b8f2d380539e08cb2ede3a41da8743fa794cdcae7f902813d44226e255c3a6a397a1d63ad
-DIST vivaldi-2.10.1745.21_p1-arm64.deb 57904008 BLAKE2B 
c0d7cd9692f5d8da32dc3da7369e1d3db3e06c3220ec4e8ae714e002fcb5117259c86ca7c0f5b3e1d185b1cf8316a1169d583819289bf956dc6634083b96c5e2
 SHA512 
eb02039613a398d12b007a2bc1d41d6179fa74637a0dda1084fe237f85512baa1954aadb6e9a81cacc2a8bad19f1c21aaae54e22be2d6de923fddaf4c2e56714
-DIST vivaldi-2.10.1745.21_p1-armhf.deb 57142544 BLAKE2B 
ebb7399602ece7deb7419d7de7370f627b548e3c2ac8dde97d13a8cd36bd0334388b29a947f99aeaf130bc291dcde623091303d6e2c542e35e5487234adf4da7
 SHA512 
ac8e05713b947c24989c7106a43d3bf3401a5cbdc26a22f30ac23d22150444222a088099192a209c168221973d1e081b0a0db4ac3c9258ba5d2a614239c564d5
-DIST vivaldi-2.10.1745.21_p1-i386.deb 63124088 BLAKE2B 
931740c02b076ee3f35c13a1d5dd61c28ff6afaba01cc53ad6514d01be0482db9cb164ddb14e7ca5a8bfa2c77e73d2711032ba324e5cbaf7795bfc8b25c0f0ee
 SHA512 
89f8d27681b3334a765ec659cb4b055da5b5e0f1afdc7f6c184ba9ded143e07198edcd0b7d01f741378deced220f245528ddb046f82ef26446b7d1a52e267d79
 DIST vivaldi-2.10.1745.23_p1-amd64.deb 64724924 BLAKE2B 
ce8f82ac295ad523a59e52c5ac27f00d382ff2049d5270b8151f6d0e509ebe2e7735f9027821090a2bd1c1ea356faf5a588151ffa919e627a7255ef5c03b2e09
 SHA512 
2a5e61b07c8b0478a42215f91210891032c51d8e33d6f27cada59eef6cbf32605f255de0d91c51b4658b82b0f55062967ccb8550aa5c3f36cd58c4fc25cf3a03
 DIST vivaldi-2.10.1745.23_p1-arm64.deb 57906160 BLAKE2B 
cae66d9e117e00a77573b4dbd87fd6ea71c3dcc1f63d892480f22cd35d777fb273feaab8be13c8b1b691bf0674022291aefba692879f43a006b819a82099839c
 SHA512 
9d13d37cec2a62d90eb3394b8fa1437351154b62abb98cb72de6a2c92714c73508b0d07dabf4e4ad854bc497cabffd395d8498749d9891ddd3bb3a48aa601452
 DIST vivaldi-2.10.1745.23_p1-armhf.deb 57139136 BLAKE2B 
749b30b62ca21d2c2dbee9c18c2f9dc2f3e6e30513a0cdd0a9af069a2736dcbcc766aaf703997aa4c5494483f8af96be735c8fb46154b1a31c60080b74a5c5fc
 SHA512 
fae2230d1ff01ee36aff0a1a6e60e7787b54cbba18f09e973b01a446f59bc51c0a20eea59104a3a640e0ac1daf5f955e46c30a184620ef2cfb3b7d8a866bcbab
 DIST vivaldi-2.10.1745.23_p1-i386.deb 63118920 BLAKE2B 
b71d0cda72c654122dd98d386baa96699e07dd607d226e30cb82469af02f3d5cf4d873c7d3e572ee675a1c27f9981a45315a31d9b10db18f3de39cef21cd9c87
 SHA512 
6280818bfa9fa90cb6716dbf39b056d66d578b250ebc2af47c064f074ca09ce4a62fcd25b950a09334a6e032f1fce34cd5de31cfac3f67f004638004150d3ddb
-DIST vivaldi-2.9.1705.41_p1-amd64.deb 63702208 BLAKE2B 
dcc49aba3b1f5dc83434e39d5fac6cc63e7b02b49222ffd3dd5af16e9e686703c6ef9e69040accb4de848164a750844d1d94b40150ad9168d7d611d9e69c26b4
 SHA512 
9d4f4941d48a84dda793c03b2a8ecb3b1a5fb879234f2b3a96452974d216728475ef2d1804a41fe61afc6ce9df1bc2c1e0faf2ee3a7d856644d2a60e06e538a0
-DIST vivaldi-2.9.1705.41_p1-arm64.deb 57077508 BLAKE2B 
fb20da9a688e8828d2ba467d8a3a7660e0065860ec3bf36c00ee7e8cf1671d5aeb7ed4e2efa97f38975aaf53ac8a2a1eacaa685d0120411951d11a770be7615a
 SHA512 
1d9a734dba7959e5c2aa113c5cb7294b9c66d5e83597778048a24e83099c56d480f5e5a031f2d29283f141b9804ab3ec5e8e2b3413d40cc2fdc5c26c1d5b2610
-DIST vivaldi-2.9.1705.41_p1-armhf.deb 56264460 BLAKE2B 
ae5c737b059a3fdd61a049feb8ec042399b631bb1a62a2f51876aae70e10371d34ca37367d3f6f622f3325597197456f5db182c1c7ccc74956178cf59a0d9859
 SHA512 
4bb1fd8ce637611480d970c65b13c9e70a5d3f950fbe99ed78c152e73d6a4df3251edbc1981a313aa40f942b7c450ded3b9c21dac76c7fe484bff8e9af335a4c
-DIST vivaldi-2.9.1705.41_p1-i386.deb 62149600 BLAKE2B 
10d454f4c22556ca9bbd03948390428eb4c20c294a7b2ab9983a9043a680df4d982abca77566510a0101e6da7b8f2346c50578e11ba817672488898950224455
 SHA512 
bcac85762c72feecf3f601996d9d74b3df94708f10250c36f0c73b03cc8630ba3da50c4b277338cb9d191c2389a7ba5bc34b4613c22a8e8336a15d417dac54ff

diff --git a/www-client/vivaldi/vivaldi-2.10.1745.21_p1.ebuild 
b/www-client/vivaldi/vivaldi-2.10.1745.21_p1.ebuild
deleted file mode 100644
index db417712f6b..000
--- a/www-client/vivaldi/vivaldi-2.10.1745.21_p1.ebuild
+++ /dev/null

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

2019-12-23 Thread Jeroen Roovers
commit: bbdfff0d10d0b1be28a0270e90c11ec28ce6c2c1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 23 23:08:23 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 23 23:10:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdfff0d

www-client/vivaldi: Stable

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

 www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild 
b/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild
index db417712f6b..57f6b491d2e 100644
--- a/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild
+++ b/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="-* amd64 ~arm ~arm64 x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2019-12-23 Thread Jeroen Roovers
commit: 5a0e24f23cbc47a444d5c1efc179e02ab1ab5cbd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 23 23:10:21 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 23 23:10:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0e24f2

www-client/vivaldi-snapshot: Old

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

 www-client/vivaldi-snapshot/Manifest   |   4 -
 .../vivaldi-snapshot-2.10.1745.7_p1.ebuild | 115 -
 2 files changed, 119 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 3804b162ee5..68938464052 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -2,7 +2,3 @@ DIST vivaldi-snapshot-2.10.1745.18_p1-amd64.deb 66777268 
BLAKE2B b7b539d8a91ba31
 DIST vivaldi-snapshot-2.10.1745.18_p1-arm64.deb 59632648 BLAKE2B 
0c7f0d170c293f2bde1ca5648236c5b5fdb5954af49022d1e6e09975794288156aafd15847fcbd45d0a8c88dbb62b8f35177888b0534bbf3fd9b97f2b5fc93c0
 SHA512 
159bff677e9ab4ec0f549bf7b556caa405ab8c434b635ff4bd1123f58c23d3d7586c629cda4d433fed0df251635379cc0acf1a8b258b7f182f61b1f6f8cc1600
 DIST vivaldi-snapshot-2.10.1745.18_p1-armhf.deb 58899500 BLAKE2B 
098fbb5850f85747c67eb933ab610428678ca2032f7f661c653215e1bce68ee9c21e4eb47b90eebb8f8cdac1bbc82c95c6be87156562e837e26e87a378897028
 SHA512 
34429745bf6e88e739e922f93bd5a9660a04a61ad6c0e40a141e3068bd861fd38847f542f02d25a0a1762f1f3f55095df8afa164ec773c41272dd2aa6bafda18
 DIST vivaldi-snapshot-2.10.1745.18_p1-i386.deb 65205008 BLAKE2B 
4fda6b0e8f86fe193259bbe83d8836393729d9f6d8525d6fe7ad731c78bf21bbe1782ed60fc1e7a22b338d423878d0e024c3f773c67f97661fc890d066998e68
 SHA512 
e5c8962548e3fdac7505118225fa2fed8c63f0b87663c434e91bee70abdfd5e6159e37d1c3a4b65425b85bf6051bceab218cd0dad01493b75ae54290d4524374
-DIST vivaldi-snapshot-2.10.1745.7_p1-amd64.deb 66759428 BLAKE2B 
e1eb1d94026921e4556d771e11f781d4c24da3038ca8a2b0369047d8cb82ed938e7ef83d62c8ea2bf36469de6fdb92eb5790c2a3e436ae26a78516241d0c3048
 SHA512 
f35689e7a30aae715e92824dd60f79fefc3ed9876928f5f8b9f61a9c4097f808fc0c505aeb84e44fcd78aed9006425a03fd6be64990b1dad861f542d58b77b4f
-DIST vivaldi-snapshot-2.10.1745.7_p1-arm64.deb 59629124 BLAKE2B 
9e68cd3e17a9045c48e1d5372b534559aa8e178502f1c8b7797336d4aff6ba8ace2c05ce1dcdd1f4afbb525a0686c4adffe37e028643e7d08f972634f0c960dc
 SHA512 
13b5043606b664a5074fefad202905b31c51c3757b409cf73cfadb0f85424635109b4fa64bce8dd22935c012142fa0a3150bb94013fa199e1149455d660fdd64
-DIST vivaldi-snapshot-2.10.1745.7_p1-armhf.deb 58881400 BLAKE2B 
5f787a06b3398cc3ea5e7698a1c203326e0d2ddca34640382d68a6dd40c9ccf66251d1349a89636feaebe27e5438390988d67f404d4cbfcfa7ab2210ddacc536
 SHA512 
2161b62bd1ba2fc826e6df785e64391c0bc9e6b82a1f41ce16fe1fd0ef50da171308cc38abe81d5b915a5ae6a4e563cecd8a024f0fd1bd61eab28522e70502d4
-DIST vivaldi-snapshot-2.10.1745.7_p1-i386.deb 65172108 BLAKE2B 
b31976c6fa0e71aa42a34082eecafae226fd86628215f48982abd42c503826368773e46681b6af5fb9f3cd6f30a5951c375d087f1e1eac17145b6e19eb1b9a4a
 SHA512 
4cda3ded466b0a32095270d98cc7f4aa4dece74c88d9c362f92c68a38e5f68397bd141180b066b5c5e7c0ed4547f063d2e4bc9a996e68fce644fc9f6fb4cd5d0

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.10.1745.7_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.10.1745.7_p1.ebuild
deleted file mode 100644
index 8c33fc17af4..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.10.1745.7_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu fa fi
-   fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv 
mk ml
-   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   

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

2019-12-23 Thread Jeroen Roovers
commit: 31dd183c6ab60e8038e7a03837333fe045dee513
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Dec 23 23:07:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Dec 23 23:10:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dd183c

www-client/vivaldi: Version 2.10.1745.23_p1

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

 www-client/vivaldi/Manifest   |   4 +
 www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild | 124 ++
 2 files changed, 128 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index a614bab0012..4ac9c77c360 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,6 +2,10 @@ DIST vivaldi-2.10.1745.21_p1-amd64.deb 64747464 BLAKE2B 
582226b660ca2bd5a13ce9aa
 DIST vivaldi-2.10.1745.21_p1-arm64.deb 57904008 BLAKE2B 
c0d7cd9692f5d8da32dc3da7369e1d3db3e06c3220ec4e8ae714e002fcb5117259c86ca7c0f5b3e1d185b1cf8316a1169d583819289bf956dc6634083b96c5e2
 SHA512 
eb02039613a398d12b007a2bc1d41d6179fa74637a0dda1084fe237f85512baa1954aadb6e9a81cacc2a8bad19f1c21aaae54e22be2d6de923fddaf4c2e56714
 DIST vivaldi-2.10.1745.21_p1-armhf.deb 57142544 BLAKE2B 
ebb7399602ece7deb7419d7de7370f627b548e3c2ac8dde97d13a8cd36bd0334388b29a947f99aeaf130bc291dcde623091303d6e2c542e35e5487234adf4da7
 SHA512 
ac8e05713b947c24989c7106a43d3bf3401a5cbdc26a22f30ac23d22150444222a088099192a209c168221973d1e081b0a0db4ac3c9258ba5d2a614239c564d5
 DIST vivaldi-2.10.1745.21_p1-i386.deb 63124088 BLAKE2B 
931740c02b076ee3f35c13a1d5dd61c28ff6afaba01cc53ad6514d01be0482db9cb164ddb14e7ca5a8bfa2c77e73d2711032ba324e5cbaf7795bfc8b25c0f0ee
 SHA512 
89f8d27681b3334a765ec659cb4b055da5b5e0f1afdc7f6c184ba9ded143e07198edcd0b7d01f741378deced220f245528ddb046f82ef26446b7d1a52e267d79
+DIST vivaldi-2.10.1745.23_p1-amd64.deb 64724924 BLAKE2B 
ce8f82ac295ad523a59e52c5ac27f00d382ff2049d5270b8151f6d0e509ebe2e7735f9027821090a2bd1c1ea356faf5a588151ffa919e627a7255ef5c03b2e09
 SHA512 
2a5e61b07c8b0478a42215f91210891032c51d8e33d6f27cada59eef6cbf32605f255de0d91c51b4658b82b0f55062967ccb8550aa5c3f36cd58c4fc25cf3a03
+DIST vivaldi-2.10.1745.23_p1-arm64.deb 57906160 BLAKE2B 
cae66d9e117e00a77573b4dbd87fd6ea71c3dcc1f63d892480f22cd35d777fb273feaab8be13c8b1b691bf0674022291aefba692879f43a006b819a82099839c
 SHA512 
9d13d37cec2a62d90eb3394b8fa1437351154b62abb98cb72de6a2c92714c73508b0d07dabf4e4ad854bc497cabffd395d8498749d9891ddd3bb3a48aa601452
+DIST vivaldi-2.10.1745.23_p1-armhf.deb 57139136 BLAKE2B 
749b30b62ca21d2c2dbee9c18c2f9dc2f3e6e30513a0cdd0a9af069a2736dcbcc766aaf703997aa4c5494483f8af96be735c8fb46154b1a31c60080b74a5c5fc
 SHA512 
fae2230d1ff01ee36aff0a1a6e60e7787b54cbba18f09e973b01a446f59bc51c0a20eea59104a3a640e0ac1daf5f955e46c30a184620ef2cfb3b7d8a866bcbab
+DIST vivaldi-2.10.1745.23_p1-i386.deb 63118920 BLAKE2B 
b71d0cda72c654122dd98d386baa96699e07dd607d226e30cb82469af02f3d5cf4d873c7d3e572ee675a1c27f9981a45315a31d9b10db18f3de39cef21cd9c87
 SHA512 
6280818bfa9fa90cb6716dbf39b056d66d578b250ebc2af47c064f074ca09ce4a62fcd25b950a09334a6e032f1fce34cd5de31cfac3f67f004638004150d3ddb
 DIST vivaldi-2.9.1705.41_p1-amd64.deb 63702208 BLAKE2B 
dcc49aba3b1f5dc83434e39d5fac6cc63e7b02b49222ffd3dd5af16e9e686703c6ef9e69040accb4de848164a750844d1d94b40150ad9168d7d611d9e69c26b4
 SHA512 
9d4f4941d48a84dda793c03b2a8ecb3b1a5fb879234f2b3a96452974d216728475ef2d1804a41fe61afc6ce9df1bc2c1e0faf2ee3a7d856644d2a60e06e538a0
 DIST vivaldi-2.9.1705.41_p1-arm64.deb 57077508 BLAKE2B 
fb20da9a688e8828d2ba467d8a3a7660e0065860ec3bf36c00ee7e8cf1671d5aeb7ed4e2efa97f38975aaf53ac8a2a1eacaa685d0120411951d11a770be7615a
 SHA512 
1d9a734dba7959e5c2aa113c5cb7294b9c66d5e83597778048a24e83099c56d480f5e5a031f2d29283f141b9804ab3ec5e8e2b3413d40cc2fdc5c26c1d5b2610
 DIST vivaldi-2.9.1705.41_p1-armhf.deb 56264460 BLAKE2B 
ae5c737b059a3fdd61a049feb8ec042399b631bb1a62a2f51876aae70e10371d34ca37367d3f6f622f3325597197456f5db182c1c7ccc74956178cf59a0d9859
 SHA512 
4bb1fd8ce637611480d970c65b13c9e70a5d3f950fbe99ed78c152e73d6a4df3251edbc1981a313aa40f942b7c450ded3b9c21dac76c7fe484bff8e9af335a4c

diff --git a/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild 
b/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild
new file mode 100644
index 000..db417712f6b
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-2.10.1745.23_p1.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
+   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
+   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
+   tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+#VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"

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

2019-12-23 Thread Sergei Trofimovich
commit: 861844514f824a9220319ba16520dc9654bd7af3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 23 22:56:44 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 23 22:59:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86184451

sci-mathematics/agda: allow edisoncore-1.3.2

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

 sci-mathematics/agda/agda-2.5.2-r2.ebuild | 150 ++
 1 file changed, 150 insertions(+)

diff --git a/sci-mathematics/agda/agda-2.5.2-r2.ebuild 
b/sci-mathematics/agda/agda-2.5.2-r2.ebuild
new file mode 100644
index 000..2f77831b072
--- /dev/null
+++ b/sci-mathematics/agda/agda-2.5.2-r2.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.5.1
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal elisp-common
+
+MY_PN="Agda"
+MY_P="${MY_PN}-${PV}"
+
+## shared with sci-mathematics/agda-stdlib
+# upstream does not maintain version ordering:
+#  https://github.com/agda/agda-stdlib/releases
+# 0.11 -> 2.5.0.20160213 -> 2.5.0.20160412 -> 0.12
+# As Agda-stdlib is tied to Agda version we encode
+# both versions in gentoo version.
+##
+MY_UPSTREAM_AGDA_STDLIB_V="0.13"
+MY_GENTOO_AGDA_STDLIB_V="${PV}.${MY_UPSTREAM_AGDA_STDLIB_V}"
+
+DESCRIPTION="A dependently typed functional programming language and proof 
assistant"
+HOMEPAGE="http://wiki.portal.chalmers.se/agda/;
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cpphs debug uhc +stdlib emacs"
+
+RESTRICT=test # Unrecognized option: --test (did you mean any of --help --js 
--css ?)
+
+RDEPEND=">=dev-haskell/boxes-0.1.3:=[profile?] 
=dev-haskell/data-hash-0.2.0.0:=[profile?] 
=dev-haskell/edisoncore-1.3.1.1:=[profile?]
+   >=dev-haskell/edit-distance-0.2.1.2:=[profile?] 
=dev-haskell/equivalence-0.2.5:=[profile?] 
=dev-haskell/fail-4.9:=[profile?] =dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] 
=dev-haskell/gitrev-1.2:=[profile?] =dev-haskell/hashable-1.2.1.0:=[profile?] 
=dev-haskell/haskeline-0.7.1.3:=[profile?] 
=dev-haskell/ieee754-0.7.8:=[profile?] 
=dev-haskell/monadplus-1.4:=[profile?] 
=dev-haskell/murmur-hash-0.1:=[profile?] 
=dev-haskell/parallel-3.2.0.4:=[profile?] 
=dev-haskell/regex-tdfa-1.2.2:=[profile?] 
=dev-haskell/semigroups-0.18:=[profile?] 
=dev-haskell/strict-0.3.2:=[profile?] 
=dev-haskell/text-0.11.3.1:=[profile?] 
=dev-haskell/transformers-compat-0.3.3.3:=[profile?] 
=dev-haskell/unordered-containers-0.2.5.0:=[profile?] 
=dev-haskell/xhtml-3000.2.1:=[profile?] 
=dev-haskell/zlib-0.4.0.1:=[profile?]
+   >=dev-lang/ghc-7.10.1:=
+   >=dev-haskell/hashtables-1.0.1.8:=[profile?] 
=dev-haskell/mtl-2.1.1:=[profile?] =dev-haskell/shuffle-0.1.3.3:=[profile?]
+   >=dev-haskell/uhc-light-1.1.9.2:=[profile?] 
=dev-haskell/uhc-util-0.1.6.7:=[profile?] 
=dev-haskell/uulib-0.9.20:=[profile?] )
+"
+RDEPEND+="
+   emacs? ( >=app-editors/emacs-23.1:*
+   app-emacs/haskell-mode )
+"
+PDEPEND="stdlib? ( =sci-mathematics/agda-stdlib-${MY_GENTOO_AGDA_STDLIB_V} )"
+DEPEND="${RDEPEND}
+   dev-haskell/alex
+   >=dev-haskell/cabal-1.22.2.0
+   dev-haskell/happy
+   cpphs? ( dev-haskell/cpphs )
+"
+RDEPEND+="!sci-mathematics/agda-executable"
+
+SITEFILE="50${PN}2-gentoo.el"
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   if ! use emacs; then
+   sed -e '/.*emacs-mode.*$/d' \
+   -i "${S}/${MY_PN}.cabal" \
+   || die "Could not remove agda-mode from ${MY_PN}.cabal"
+   fi
+   cabal_chdeps \
+   'EdisonCore >= 1.3.1.1 && < 1.3.2' 'EdisonCore >= 1.3.1.1'
+}
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag cpphs cpphs) \
+   $(cabal_flag debug debug) \
+   $(cabal_flag uhc uhc)
+}
+
+src_compile() {
+   if use emacs; then
+   BYTECOMPFLAGS="-L ./src/data/emacs-mode"
+   elisp-compile src/data/emacs-mode/*.el \
+   || die "Failed to compile emacs mode"
+   fi
+   haskell-cabal_src_compile
+}
+
+src_test() {
+   export 
LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}"
+
+   dist/build/agda/agda --test +RTS -M1g || die
+}
+
+src_install() {
+   local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)"
+
+   haskell-cabal_src_install
+
+   export 
LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}"
+   # compile Agda.Primitive and Agda.Builtin modules, emulate Setup.hs 
postinst phase
+   Agda_datadir="${add}" \
+   "${ED}"/usr/bin/agda 

[gentoo-commits] data/gentoo-news:master commit in: 2017-10-10-perl-5_26-update/

2019-12-23 Thread Andreas K. Hüttel
commit: 6d34ed5ff40f086772edda17619766f755a5b547
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Dec 23 22:58:17 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Dec 23 22:58:17 2019 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=6d34ed5f

Remove 2017-10-10-perl-5_26-update news item, it's kinda outdated now

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../2017-10-10-perl-5_26-update.en.txt | 32 --
 1 file changed, 32 deletions(-)

diff --git a/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt 
b/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt
deleted file mode 100644
index c6277c5..000
--- a/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Title: Perl 5.26 update: possible breakage
-Author: Andreas K. Hüttel 
-Posted: 2017-10-10
-Revision: 1
-News-Item-Format: 2.0
-Display-If-Installed: >=dev-lang/perl-5.26.0
-
-You have just upgraded to Perl 5.26. This release brings several 
-incompatible changes, as a result of deprecations coming to term
-and of changes in default settings to mitigate a potential
-security issue [1].
-
-While we have made sure that all resulting build failures within 
-Gentoo are fixed, this may not be the case for runtime issues, 
-and certainly can affect third-party code (e.g., "hand-installed" 
-server applications).
-
-Typical errors are:
-* Can't locate inc/... in @INC (you may need to install the inc::... module)
-* error: ... has no member named ‘op_sibling’
-* Unescaped left brace in regex is illegal in ...
-
-Please see the pages [2,3] for details and report bugs if you run
-into problems during or after the Perl update.
-
-General purpose advice on updating Perl can be found on page [4].
-
-[1] https://rt.perl.org/Ticket/Display.html?id=127834
-https://bugs.gentoo.org/show_bug.cgi?id=589680
-[2] https://wiki.gentoo.org/wiki/Project:Perl/Dot-In-INC-Removal
-[3] https://wiki.gentoo.org/wiki/Project:Perl/5.26_Known_Issues
-[4] https://wiki.gentoo.org/wiki/Perl



[gentoo-commits] proj/portage:master commit in: lib/portage/tests/resolver/, lib/portage/dep/, lib/_emerge/, ...

2019-12-23 Thread Zac Medico
commit: 85f0dd173ab75bcc39c3616b5a3a967bdc88cf73
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Dec 20 06:58:58 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 23 22:23:15 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=85f0dd17

emerge --with-test-deps: allow circular deps

When USE=test is not enabled, allow circular test dependencies
by treating them like PDEPEND. When USE=test is enabled, circular
dependencies are still not allowed, as shown in unit tests.

Suggested-by: Michał Górny  gentoo.org>
Bug: https://bugs.gentoo.org/703348
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/depgraph.py   | 19 --
 lib/portage/dep/__init__.py   | 44 +-
 lib/portage/tests/dep/test_use_reduce.py  | 72 ++-
 lib/portage/tests/resolver/test_with_test_deps.py | 39 +++-
 4 files changed, 166 insertions(+), 8 deletions(-)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 1a5448c8f..83631fe70 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -3325,10 +3325,6 @@ class depgraph(object):
pkg.iuse.is_valid_flag("test") and \
self._is_argument(pkg)
 
-   if with_test_deps:
-   use_enabled = set(use_enabled)
-   use_enabled.add("test")
-
if not pkg.built and \
"--buildpkgonly" in self._frozen_config.myopts and \
"deep" not in self._dynamic_config.myparams:
@@ -3430,6 +3426,21 @@ class depgraph(object):
noiselevel=-1, 
level=logging.DEBUG)
 
try:
+   if (with_test_deps and 'test' not in 
use_enabled and
+   pkg.iuse.is_valid_flag('test')):
+   test_deps = 
portage.dep.use_reduce(dep_string,
+   uselist=use_enabled | 
{'test'},
+   
is_valid_flag=pkg.iuse.is_valid_flag,
+   opconvert=True, 
token_class=Atom,
+   eapi=pkg.eapi,
+   subset={'test'})
+
+   if test_deps and not 
self._add_pkg_dep_string(
+   pkg, dep_root, 
self._priority(runtime_post=True),
+   test_deps,
+   allow_unsatisfied):
+   return 0
+
dep_string = 
portage.dep.use_reduce(dep_string,
uselist=use_enabled,

is_valid_flag=pkg.iuse.is_valid_flag,

diff --git a/lib/portage/dep/__init__.py b/lib/portage/dep/__init__.py
index f08f6ba4c..72988357a 100644
--- a/lib/portage/dep/__init__.py
+++ b/lib/portage/dep/__init__.py
@@ -405,7 +405,8 @@ def paren_enclose(mylist, unevaluated_atom=False, 
opconvert=False):
return " ".join(mystrparts)
 
 def use_reduce(depstr, uselist=(), masklist=(), matchall=False, excludeall=(), 
is_src_uri=False, \
-   eapi=None, opconvert=False, flat=False, is_valid_flag=None, 
token_class=None, matchnone=False):
+   eapi=None, opconvert=False, flat=False, is_valid_flag=None, 
token_class=None, matchnone=False,
+   subset=None):
"""
Takes a dep string and reduces the use? conditionals out, leaving an 
array
with subarrays. All redundant brackets are removed.
@@ -434,6 +435,8 @@ def use_reduce(depstr, uselist=(), masklist=(), 
matchall=False, excludeall=(), i
@type token_class: Class
@param matchnone: Treat all conditionals as inactive. Used by 
digestgen(). 
@type matchnone: Bool
+   @param subset: Select a subset of dependencies conditional on the given 
flags
+   @type subset: Sequence
@rtype: List
@return: The use reduced depend array
"""
@@ -491,6 +494,45 @@ def use_reduce(depstr, uselist=(), masklist=(), 
matchall=False, excludeall=(), i
return (flag in uselist and not is_negated) or \
(flag not in uselist and is_negated)
 
+   if subset:
+   def select_subset(dep_struct, disjunction, selected):
+   result = []
+   stack = list(dep_struct)
+   stack.reverse()
+   while stack:
+   token = stack.pop()
+   try:
+   conditional = 

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

2019-12-23 Thread Christoph Junghans
commit: 21260f998f3dcb336030308ec8d7237f0f8cce60
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Dec 23 22:41:52 2019 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Dec 23 22:42:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21260f99

virtual/awk: rm v0 as old gawk is gone

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Christoph Junghans  gentoo.org>

 virtual/awk/awk-0.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/virtual/awk/awk-0.ebuild b/virtual/awk/awk-0.ebuild
deleted file mode 100644
index 408e646fd0e..000
--- a/virtual/awk/awk-0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for awk implementation"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-RDEPEND="
-   || (
-   sys-apps/gawk
-   sys-apps/mawk
-   sys-apps/nawk
-   sys-apps/busybox
-   )"



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

2019-12-23 Thread Sergei Trofimovich
commit: 4801839742e20785630c9e8b3985b2bdb2c887c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 23 22:37:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 23 22:37:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48018397

sys-devel/autogen: drop old

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

 sys-devel/autogen/Manifest |  3 --
 sys-devel/autogen/autogen-5.18.10.ebuild   | 44 --
 sys-devel/autogen/autogen-5.18.12.ebuild   | 50 --
 sys-devel/autogen/autogen-5.18.4-r1.ebuild | 42 -
 sys-devel/autogen/autogen-5.18.4.ebuild| 40 
 5 files changed, 179 deletions(-)

diff --git a/sys-devel/autogen/Manifest b/sys-devel/autogen/Manifest
index abdf8d50447..e8bc3f691f1 100644
--- a/sys-devel/autogen/Manifest
+++ b/sys-devel/autogen/Manifest
@@ -1,5 +1,2 @@
-DIST autogen-5.18.10.tar.xz 1017960 BLAKE2B 
3869abb5b0b97f480d4b50b205f25d54da2b9c5227c13a55e11754b5ceff4afd74576efc17a748d40762b7345e3c02c60fa38f6d20893671089e9de48b0e0240
 SHA512 
cfb06566aebe2aa833f2a032c513aa1d57a803eee82f03d6f6fe3806a0f570d5dbf8331015d2afde89a3d4e4c967b6a367d3e2820addb3ff6a5ac6d481a058be
-DIST autogen-5.18.12.tar.xz 1018412 BLAKE2B 
f8ac1efbd6c6afdaa248e3063cf43fe0d32da6bd1160397f8bf736970f15047c70772a6e21d6010c8103aecce6ea2c3d90a63b9c5cbd6199a97c82384630a341
 SHA512 
46de5910e2786a9b0ec96989d3e11be3ed12e5600f01d6fa9291bfbfae42a66994aeca2949837b471827ae3285ec4caafb42bc19ca91146cd7ea7a355aaffd03
 DIST 
autogen-5.18.16-gnulib-3b57ddee0acffd23cc51bc8910a15cf879f90619-lib-verify.h 
11231 BLAKE2B 
4f38f6ae84cf5cc4ba47d8a7da3b38b06f58e30ac8b70f2b10936cbb7a775179b67f22ca8e636588515c4ace7410f98835218e3222d4a793378cdafc4aa84d0f
 SHA512 
b8ff80fd764a3f21040b0054e71a443e3d9ec18dd631843f2de999aa54776964b36366b35fd158dbbe5f2ece146fab12c6ff5008e18c52188b718c89972f867b
 DIST autogen-5.18.16.tar.xz 1046276 BLAKE2B 
23f9e0948f24ada715fb2bcbbfecba768cf51d169ea3ff4724a97b18f598d2d7fb2ffa7e23919ec8dcc0e352f9d3280f3740dab279a0af1412919cf10c6cb0bf
 SHA512 
5f12c982dbe27873f5649a96049bf019ff183c90cc0c8a9196556b0ca02e72940cd422f6d6601f68cc7d8763b1124f2765c3b1a6335fc92ba07f84b03d2a53a1
-DIST autogen-5.18.4.tar.xz 1017936 BLAKE2B 
bc2b4d7143642baa923c49bfe37d60c0d3a0a3a09a9af504c5dc865f1054e4d510ca3144737c2098a75189a7335bc560ec26318689ebf6d1291969d5a081cfa2
 SHA512 
a02363484de5019bd90fb6f2cf52b1b9556d6cf310c62a68830d0b2408ea4870d3c262fe5d1c27e3586ed3af4a7487d7422ad117760ac2a01ef3cfcfc1f2bfb6

diff --git a/sys-devel/autogen/autogen-5.18.10.ebuild 
b/sys-devel/autogen/autogen-5.18.10.ebuild
deleted file mode 100644
index ddb0e9c23cc..000
--- a/sys-devel/autogen/autogen-5.18.10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="https://www.gnu.org/software/autogen/;
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="libopts static-libs"
-
-# This should be guile-1.8+, but upstream has a bug with older versions:
-# https://savannah.gnu.org/support/index.php?109051
-RDEPEND=">=dev-scheme/guile-2.0:=
-   dev-libs/libxml2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   # https://savannah.gnu.org/support/index.php?109050
-   sed -i \
-   -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
-   configure || die
-}
-
-src_configure() {
-   # suppress possibly incorrect -R flag
-   export ag_cv_test_ldflags=
-
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-
-   if ! use libopts ; then
-   rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
-   fi
-}

diff --git a/sys-devel/autogen/autogen-5.18.12.ebuild 
b/sys-devel/autogen/autogen-5.18.12.ebuild
deleted file mode 100644
index eebface9f0f..000
--- a/sys-devel/autogen/autogen-5.18.12.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit ltprune toolchain-funcs
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="https://www.gnu.org/software/autogen/;
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="libopts static-libs"
-
-# This should be guile-1.8+, but upstream has a bug with older versions:
-# 

[gentoo-commits] repo/gentoo:master commit in: app-vim/tcomment/

2019-12-23 Thread Sergei Trofimovich
commit: 501034155b125c8c1d51a935f7e3455fcec3e5df
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 23 22:33:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 23 22:33:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50103415

app-vim/tcomment: fix git tree for live ebuild

https://github.com/tomtom/nerdtree.git does not exist.
Used the tree that seems to provide the similar files
to latest release.

Closes: https://bugs.gentoo.org/701272
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-vim/tcomment/tcomment-3.08.1.ebuild | 4 ++--
 app-vim/tcomment/tcomment-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild 
b/app-vim/tcomment/tcomment-3.08.1.ebuild
index 2e4d330ed1d..0e8c814890a 100644
--- a/app-vim/tcomment/tcomment-3.08.1.ebuild
+++ b/app-vim/tcomment/tcomment-3.08.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit vim-plugin
 MY_PN="tcomment_vim"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/tomtom/nerdtree.git;
+   EGIT_REPO_URI="https://github.com/tomtom/tcomment_vim.git;
inherit git-r3
 else
SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

diff --git a/app-vim/tcomment/tcomment-.ebuild 
b/app-vim/tcomment/tcomment-.ebuild
index 4b803fc97fe..1ac364c516d 100644
--- a/app-vim/tcomment/tcomment-.ebuild
+++ b/app-vim/tcomment/tcomment-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit vim-plugin
 MY_PN="tcomment_vim"
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/tomtom/nerdtree.git;
+   EGIT_REPO_URI="https://github.com/tomtom/tcomment_vim.git;
inherit git-r3
 else
SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-json/

2019-12-23 Thread Sergei Trofimovich
commit: dce20414755e86ba17a2006ba7c4c3f45f4f2bc8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 23 22:27:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 23 22:27:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce20414

dev-scheme/guile-json: bump up to 3.2.0

A few changes:
- license updated to GPL-3
- URL noved to https://savannah.nongnu.org/projects/guile-json/
- added myself to maintainers

Closes: https://bugs.gentoo.org/697466
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-scheme/guile-json/Manifest|  1 +
 dev-scheme/guile-json/guile-json-3.2.0.ebuild | 16 
 dev-scheme/guile-json/metadata.xml|  3 +++
 3 files changed, 20 insertions(+)

diff --git a/dev-scheme/guile-json/Manifest b/dev-scheme/guile-json/Manifest
index b3941ecf1f9..ce056397b90 100644
--- a/dev-scheme/guile-json/Manifest
+++ b/dev-scheme/guile-json/Manifest
@@ -1 +1,2 @@
 DIST guile-json-0.6.0.tar.gz 99122 BLAKE2B 
d8b9aebae47b7ed1d89153e82eedbe7b2e0200cbe802c1ce5f43a6149a3f1df08326c1945da97a0a466a8b23fa941d52b16c07ef86c20301548bac00149e8c63
 SHA512 
90ab2a428669b5c2163e9b6b13e6f7fd7452e95d996f3cea44c3fd7bbf35e2d3759416e63a74b2193ba161f8022e845c0f058c3d20e89c18116660427a503d2e
+DIST guile-json-3.2.0.tar.gz 120917 BLAKE2B 
2c1e897bb4c09b32ddd04d8617372501329fbfa64f117718aacb2c3be9ee2db694ad44e577b0fb81abd8067f64de38650f76a652605bbbad1fba3c5a02bcb383
 SHA512 
f1670d792d742313d346cae642d524fa64aff51bfcb29a20c0a197f5b730c8accc1fb9e4d40ff01a5a6f97488d4c39eaa31c4863e663b09c01fd3544457a2b73

diff --git a/dev-scheme/guile-json/guile-json-3.2.0.ebuild 
b/dev-scheme/guile-json/guile-json-3.2.0.ebuild
new file mode 100644
index 000..e232bd9893b
--- /dev/null
+++ b/dev-scheme/guile-json/guile-json-3.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="JSON module for Guile"
+HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/;
+SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-scheme/guile-2.0.0"
+DEPEND="${RDEPEND}"

diff --git a/dev-scheme/guile-json/metadata.xml 
b/dev-scheme/guile-json/metadata.xml
index 8703fdc6159..d4cd27982f3 100644
--- a/dev-scheme/guile-json/metadata.xml
+++ b/dev-scheme/guile-json/metadata.xml
@@ -5,4 +5,7 @@
sch...@gentoo.org
Gentoo Scheme Project
 
+
+   sly...@gentoo.org
+
 



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

2019-12-23 Thread Mart Raudsepp
commit: 3e3e138a2371a6bdb57940ae2fc1817f37191423
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:05:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3e138a

media-libs/cogl: remove old

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

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

diff --git a/media-libs/cogl/Manifest b/media-libs/cogl/Manifest
index 70342c8a200..490e821584d 100644
--- a/media-libs/cogl/Manifest
+++ b/media-libs/cogl/Manifest
@@ -1,2 +1 @@
-DIST cogl-1.22.2.tar.xz 1682360 BLAKE2B 
f5a1543266bd87c6835322d5dbf501ec4f9fec52cc18d73d140323fef2f1b6b2293b5998bc8914b0a8cb514e7fefe5a1500793e1c7d8b5e0a4365fe8ef13233f
 SHA512 
2ec99f5ff22683d12925b9a1f748387b47c4506aaf3c5afec851b3b6fe6b7cdfd211fb7e4359bd7a1d1b7cb3cb7fbd257efbcb7d2941d0f133a60bad1c9645e3
 DIST cogl-1.22.4.tar.xz 1723856 BLAKE2B 
9e8532e3a0d17662042e2e61e45a7ddab6d3a35c7fbb070426b574292d7d3ed81e42a05cde9ab9a58ecda4eb6d560d0dca6c44b7791bba195e2ab2a33e8c0dc1
 SHA512 
85f3af49c16dd2e545a3b91c076ac10107a4b9d0dc785cefe489e91eabdd82837f732685f1f0dca1695fc2f8095f42d5f30f145b659eb4295964787f06c1e37a

diff --git a/media-libs/cogl/cogl-1.22.2.ebuild 
b/media-libs/cogl/cogl-1.22.2.ebuild
deleted file mode 100644
index eae9521a25c..000
--- a/media-libs/cogl/cogl-1.22.2.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[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: media-sound/gnome-music/

2019-12-23 Thread Mart Raudsepp
commit: 115bb2773c613e69672d70e5416dc7f483eca2cf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:11:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115bb277

media-sound/gnome-music: remove old

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

 media-sound/gnome-music/Manifest  |  1 -
 media-sound/gnome-music/gnome-music-3.30.2.ebuild | 76 ---
 2 files changed, 77 deletions(-)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index 58eb5d5bc4d..10ce0a419f7 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1,2 +1 @@
-DIST gnome-music-3.30.2.tar.xz 3027580 BLAKE2B 
9cd5a10fecbf7fb962455bec7ee5392a305f3bab9ebb3e2f0d24066ffd6975377c57a722e850ee340e2990f61b06456f1fe963b80d57030416af7ea3b7f92b32
 SHA512 
b9fa33ccb76d747e22e1144b2c77dc88432386fdfd4f52720cb1ae3230c06fb899fec654dc1e126103e393eb0358a4385099743abe26505b9b7dcffe2d04a8c8
 DIST gnome-music-3.32.2.tar.xz 1391112 BLAKE2B 
ec64d48bcc137c69df77d9d9fadb3fa5c1809850e7a434d501cf6fd680500e57a4e6946ab591db9b715e728f0274f37b659afce53fd9213b3cf74f329f4373f3
 SHA512 
633748dcb5cf839f29059fd9bdd5283c455a4157d6c004168d9ef80352b83be3db547377034d0d78af0b6a84fec6fb941888bd53aa14c8bf51da880f04170a23

diff --git a/media-sound/gnome-music/gnome-music-3.30.2.ebuild 
b/media-sound/gnome-music/gnome-music-3.30.2.ebuild
deleted file mode 100644
index 04d88e33342..000
--- a/media-sound/gnome-music/gnome-music-3.30.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Music management for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Music;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="amd64 ~arm64 x86"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   net-libs/gnome-online-accounts[introspection]
-   >=dev-libs/gobject-introspection-1.54:=
-   >=x11-libs/gtk+-3.19.3:3[introspection]
-   >=dev-libs/libdazzle-3.28.0[introspection]
-   >=media-libs/libmediaart-1.9.1:2.0[introspection]
-   net-libs/libsoup:2.4[introspection]
-   >=app-misc/tracker-1.99.1:=[introspection(+)]
-   >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_USEDEP}]
-   >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}]
-   >=media-libs/grilo-0.3.4:0.3[introspection]
-   >=media-plugins/grilo-plugins-0.3.8:0.3
-"
-# xdg-user-dirs-update needs to be there to create needed dirs
-# https://bugzilla.gnome.org/show_bug.cgi?id=731613
-RDEPEND="${COMMON_DEPEND}
-   || (
-   >=app-misc/tracker-miners-1.99.1[gstreamer]
-   >=app-misc/tracker-miners-1.99.1[ffmpeg]
-   )
-   x11-libs/libnotify[introspection]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/grilo-plugins:0.3[tracker]
-   x11-misc/xdg-user-dirs
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   python_setup
-}
-
-src_prepare() {
-   sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python 
fixup sed failed"
-   xdg_src_prepare
-}
-
-src_install() {
-   meson_src_install
-   python_fix_shebang "${D}"usr/bin/gnome-music
-   python_optimize
-}
-
-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/libchamplain/files/, media-libs/libchamplain/

2019-12-23 Thread Mart Raudsepp
commit: d619ed805cb154ac62141fff136d51541d86a617
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:10:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d619ed80

media-libs/libchamplain: remove old

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

 media-libs/libchamplain/Manifest   |   1 -
 .../files/0.12.19-gdk-meson-fixes.patch| 123 -
 .../libchamplain/libchamplain-0.12.19-r1.ebuild|  66 ---
 3 files changed, 190 deletions(-)

diff --git a/media-libs/libchamplain/Manifest b/media-libs/libchamplain/Manifest
index 37266705769..a2c74a206d9 100644
--- a/media-libs/libchamplain/Manifest
+++ b/media-libs/libchamplain/Manifest
@@ -1,2 +1 @@
-DIST libchamplain-0.12.19.tar.xz 233084 BLAKE2B 
b46ef4b1ceaef3d3b7d52652e825de30a11d7b8f5a68b5a08abcec7111c58443ba76b9aea6b350007ccd91bfc86a4062079c51416fc4e63795318269045ce509
 SHA512 
3fc03c123859b078f1c4f5062706c95446146a7ed2352306cea3f72f3fbf95099afd2a99f61182e3cb7c47e546de6501ff3ed6ff17614f23dc2e4139ba5e4902
 DIST libchamplain-0.12.20.tar.xz 222168 BLAKE2B 
72093eecffca24a5f255269472216f24d0804b7c8daf7cf9dc1273df9afc3fe5664dd2ca7d351bf94065f61bf4a419b3babcf3e9b2ed9a0f67c9947190aaa476
 SHA512 
514e4bd2803ace0d87a95a318a03bc2f2ccc454129146d76590d1b1f5666c95a4fb7013e2ad0cfafc5844d7d8b732c81a44cd0e7d51c505adcfe55c55abb4f6f

diff --git a/media-libs/libchamplain/files/0.12.19-gdk-meson-fixes.patch 
b/media-libs/libchamplain/files/0.12.19-gdk-meson-fixes.patch
deleted file mode 100644
index 41c7484e2a4..000
--- a/media-libs/libchamplain/files/0.12.19-gdk-meson-fixes.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-From 17348668f16857296ac2caf32c4a503f1946e1a5 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Mon, 22 Apr 2019 15:03:06 +0300
-Subject: [PATCH 1/2] meson: Add missing gdk required dependency for champlain
-
-gdk/gdk.h header is included and gdk_cairo_set_source_pixbuf symbol
-is used from gdk, thus we need its header include path and link to it.
-If clutter is built with gtk support, this is implicitly included via
-clutter-1.0 dep, but it can also be built without gtk support, in
-which case the build of libchamplain fails due to no gdk/gdk.h header
-found.

- champlain/meson.build | 1 +
- meson.build   | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/champlain/meson.build b/champlain/meson.build
-index 3285c65..0bf8ba5 100644
 a/champlain/meson.build
-+++ b/champlain/meson.build
-@@ -95,6 +95,7 @@ libchamplain_requires = [
- libchamplain_deps = libchamplain_requires + [
-   libm_dep,
-   gio_dep,
-+  gdk_dep,
-   sqlite_dep,
-   libsoup_dep,
- ]
-diff --git a/meson.build b/meson.build
-index 43e72e5..1e571c5 100644
 a/meson.build
-+++ b/meson.build
-@@ -66,6 +66,7 @@ gtk_doc_req = '>= 1.15'
- glib_dep = dependency('glib-2.0', version: glib_req)
- gobject_dep = dependency('gobject-2.0', version: glib_req)
- gio_dep = dependency('gio-2.0', version: glib_req)
-+gdk_dep = dependency('gdk-3.0', version: gtk_req)
- clutter_dep = dependency('clutter-1.0', version: clutter_req)
- cairo_dep = dependency('cairo', version: cairo_req)
- sqlite_dep = dependency('sqlite3', version: sqlite_req)
--- 
-2.17.0
-
-
-From d938cb13fb13f28d18856e343ad3ee269e3cc0d9 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Mon, 22 Apr 2019 15:09:24 +0300
-Subject: [PATCH 2/2] Clean up gdk.h vs gdk-pixbuf.h includes
-
-Some source files included gdk.h without any use; others included it
-instead of gdk-pixbuf/gdk-pixbuf.h

- champlain/champlain-error-tile-renderer.c | 1 -
- champlain/champlain-image-renderer.c  | 1 +
- champlain/champlain-memphis-renderer.c| 2 +-
- champlain/champlain-network-tile-source.c | 1 -
- champlain/champlain-tile.c| 1 -
- 5 files changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/champlain/champlain-error-tile-renderer.c 
b/champlain/champlain-error-tile-renderer.c
-index 2b74730..f2dc67f 100644
 a/champlain/champlain-error-tile-renderer.c
-+++ b/champlain/champlain-error-tile-renderer.c
-@@ -25,7 +25,6 @@
-  */
- 
- #include "champlain-error-tile-renderer.h"
--#include 
- 
- struct _ChamplainErrorTileRendererPrivate
- {
-diff --git a/champlain/champlain-image-renderer.c 
b/champlain/champlain-image-renderer.c
-index e0d9f65..ad21971 100644
 a/champlain/champlain-image-renderer.c
-+++ b/champlain/champlain-image-renderer.c
-@@ -26,6 +26,7 @@
-  */
- 
- #include "champlain-image-renderer.h"
-+#include 
- #include 
- 
- struct _ChamplainImageRendererPrivate
-diff --git a/champlain/champlain-memphis-renderer.c 
b/champlain/champlain-memphis-renderer.c
-index e62d82d..5244889 100644
 a/champlain/champlain-memphis-renderer.c
-+++ b/champlain/champlain-memphis-renderer.c
-@@ -44,7 +44,7 @@
- #include "champlain-memphis-renderer.h"
- #include 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/grilo-plugins/

2019-12-23 Thread Mart Raudsepp
commit: c11811546b263f36e9997f42f07caf27687e8dfd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:10:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1181154

media-plugins/grilo-plugins: remove old

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

 media-plugins/grilo-plugins/Manifest   |   1 -
 .../grilo-plugins/grilo-plugins-0.3.8.ebuild   | 105 -
 2 files changed, 106 deletions(-)

diff --git a/media-plugins/grilo-plugins/Manifest 
b/media-plugins/grilo-plugins/Manifest
index eea3ce5dc69..4559a0f272f 100644
--- a/media-plugins/grilo-plugins/Manifest
+++ b/media-plugins/grilo-plugins/Manifest
@@ -1,2 +1 @@
-DIST grilo-plugins-0.3.8.tar.xz 1408952 BLAKE2B 
3375275189a25289406b5d9fd6dd42b6c0ad92779b081ce2f480b464929302af7b52fc758f2f6277c94fad38a2b0bbfc8fe9fd668ff98fc0ac7fbeda69a5ac42
 SHA512 
c5a0a80fd7c871ce69a06bdcab2b3d8986708e4e6b9c9020d7e938d4450655f962db7f84da0b40ed38ba197f65fc2a561e06a92cdca593620d66c2b153eb4879
 DIST grilo-plugins-0.3.9.tar.xz 1418148 BLAKE2B 
438aac490f2e099c40f5df15d8b3958dc29c4344e4846a3ff452561f60bf041fe2975b6c67b634f5f54721fd69e53f86c5008eadb3a402cbc8b479e805ab8221
 SHA512 
4700b08cab53afe0899edf7859a2e18608f6ed2016a9139694e8f1eb628c5b7318b04fe1633406fd1685a8dd54d1632b886352eac3192d52a1c1a1ac55896479

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild
deleted file mode 100644
index 7f493b862a6..000
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.8.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-
-inherit gnome.org meson xdg
-
-DESCRIPTION="A collection of plugins for the Grilo framework"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
-
-LICENSE="LGPL-2.1+"
-SLOT="0.3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="daap chromaprint flickr freebox gnome-online-accounts lua test thetvdb 
tracker upnp-av +youtube"
-RESTRICT="!test? ( test )"
-
-# GOA is only optionally used by flickr and lua-factory plugins (checked at 
v0.3.8)
-# json-glib used by tmdb and lua; tmdb currently non-optional
-# TODO: validate upnp-av dleyna deps
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=media-libs/grilo-0.3.6:${SLOT}=[network,playlist]
-   freebox? (
-   net-dns/avahi[dbus] )
-   >=dev-libs/gom-0.3.2-r1
-   chromaprint? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-plugins/gst-plugins-chromaprint:1.0 )
-   dev-libs/json-glib
-   daap? (
-   >=net-libs/libdmapsharing-2.9.12:3.0 )
-   media-libs/libmediaart:2.0
-   net-libs/libsoup:2.4
-   dev-libs/libxml2:2
-   flickr? (
-   net-libs/liboauth )
-   dev-db/sqlite:3
-   >=dev-libs/totem-pl-parser-3.4.1
-   tracker? (
-   >=app-misc/tracker-0.10.5:= )
-   upnp-av? (
-   net-libs/dleyna-connector-dbus
-   net-misc/dleyna-server )
-   lua? (
-   >=dev-lang/lua-5.3
-   app-arch/libarchive
-   dev-libs/libxml2:2 )
-   thetvdb? (
-   app-arch/libarchive )
-   youtube? (
-   >=dev-libs/libgdata-0.9.1:= )
-
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91:= )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.5
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   upnp-av? ( >=dev-util/gdbus-codegen-2.44 )
-   virtual/pkgconfig
-   lua? ( dev-util/gperf )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-meson-goa.patch # Support controlling g-o-a dep via 
'goa' meson_options
-)
-
-src_prepare() {
-   xdg_src_prepare
-   sed -i -e "s:'GETTEXT_PACKAGE', meson.project_name():'GETTEXT_PACKAGE', 
'grilo-plugins-${SLOT%/*}':" meson.build || die
-   sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" 
po/meson.build || die
-   sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" 
help/meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   -Denable-bookmarks=yes
-   -Denable-chromaprint=$(usex chromaprint yes no)
-   -Denable-dleyna=$(usex upnp-av yes no)
-   -Denable-dmap=$(usex daap yes no)
-   -Denable-filesystem=yes
-   -Denable-flickr=$(usex flickr yes no)
-   -Denable-freebox=$(usex freebox yes no)
-   -Denable-gravatar=yes
-   -Denable-jamendo=yes
-   -Denable-local-metadata=yes
-   -Denable-lua-factory=$(usex lua yes no)
-   -Denable-magnatune=yes
-   

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

2019-12-23 Thread Mart Raudsepp
commit: 7bb11bc3551ba9170a7b07a749697c2e244bb2b6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:07:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb11bc3

media-libs/grilo: remove old

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

 media-libs/grilo/Manifest   |  1 -
 media-libs/grilo/grilo-0.3.7.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/media-libs/grilo/Manifest b/media-libs/grilo/Manifest
index 276c3d61ab9..4cf1c23996d 100644
--- a/media-libs/grilo/Manifest
+++ b/media-libs/grilo/Manifest
@@ -1,2 +1 @@
-DIST grilo-0.3.7.tar.xz 232544 BLAKE2B 
2d1f7942b09808bb5e09040b4a633a6bd354220ba1369d31ff6160c12ab15c1e2642617ae7f35c8320d7a5842736d8714c6e7dc7f3cb0651d841b6513633f5c9
 SHA512 
82c41d63edc23c056e189a73b0de87db342bba575d42efeda78ed4bf78fb8994111a2e9457e6f2453045b9b7b2d171b9e89d71c3a107cfa06af24644d9cb71df
 DIST grilo-0.3.9.tar.xz 233616 BLAKE2B 
c22b868d5bcb6731024b212d6bc1502b493950e363127202ded0ed80f3e937bf78062ba6f2803e29f686ff8cfc521147e69b8f4a7b33060d81e30f34a231e37b
 SHA512 
250596f277ea76d8f6a071fb0e48dd7ea735a534f48a4f2e3f69f7c62a2b5b4c995714a8435ffa9107345e86bba5b21fc136cc47b956f461723a00d0e6ede9bf

diff --git a/media-libs/grilo/grilo-0.3.7.ebuild 
b/media-libs/grilo/grilo-0.3.7.ebuild
deleted file mode 100644
index 9dd70438b90..000
--- a/media-libs/grilo/grilo-0.3.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome.org meson python-any-r1 vala xdg
-
-DESCRIPTION="A framework for easy media discovery and browsing"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
-
-LICENSE="LGPL-2.1+"
-SLOT="0.3/0" # subslot is libgrilo-0.3 soname suffix
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="gtk gtk-doc +introspection +network +playlist vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# oauth could be optional if meson is patched - used for flickr oauth in 
grilo-test-ui tool
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   dev-libs/libxml2:2
-   network? ( >=net-libs/libsoup-2.41.3:2.4[introspection?] )
-   playlist? ( >=dev-libs/totem-pl-parser-3.4.1 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-
-   gtk? (
-   net-libs/liboauth
-   >=x11-libs/gtk+-3.14:3 )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.10
-   app-text/docbook-xml-dtd:4.3 )
-   ${PYTHON_DEPS}
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   sed -i -e "s:'GETTEXT_PACKAGE', meson.project_name():'GETTEXT_PACKAGE', 
'grilo-${SLOT%/*}':" meson.build || die
-   sed -i -e "s:meson.project_name():'grilo-${SLOT%/*}':" po/meson.build 
|| die
-   sed -i -e "s:'grilo':'grilo-${SLOT%/*}':" doc/grilo/meson.build || die
-
-   # Drop explicit unversioned vapigen check
-   sed -i -e "/vapigen.*=.*find_program/d" meson.build || die
-
-   # Don't build examples; they get embedded in gtk-doc, thus we don't 
install the sources with USE=examples either
-   sed -i -e "/subdir('examples')/d" meson.build || die
-
-   xdg_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use network enable-grl-net)
-   $(meson_use playlist enable-grl-pls)
-   $(meson_use gtk-doc enable-gtk-doc)
-   $(meson_use introspection enable-introspection)
-   $(meson_use gtk enable-test-ui)
-   $(meson_use vala enable-vala)
-   )
-   meson_src_configure
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 330b0edb92b02dce0ef80f66640dbff54ea7c5f5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:21:50 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330b0edb

x11-themes/gnome-backgrounds: remove old

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

 x11-themes/gnome-backgrounds/Manifest|  1 -
 .../gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild| 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/Manifest 
b/x11-themes/gnome-backgrounds/Manifest
index 4b9c65d1923..7325cb37f80 100644
--- a/x11-themes/gnome-backgrounds/Manifest
+++ b/x11-themes/gnome-backgrounds/Manifest
@@ -1,2 +1 @@
-DIST gnome-backgrounds-3.30.0.tar.xz 27369704 BLAKE2B 
519373d47ac70d73df43d1fc85d4649fad9e3db7e41135ba2df3e6a4c70771225413ec74ca30f3e1b1b27a9c030bd05a29a6e6791d9d0d903a131682a5813970
 SHA512 
a9fd254126448613681e64c841fb0e29a8d1e18adad3aa0c22d01fbe0a33139486595d8537293425510d56826379caaac2e02157f2c2a9289cdad3bc040c
 DIST gnome-backgrounds-3.32.0.tar.xz 31797916 BLAKE2B 
6df0bf94707ed44ef7cb0da4f51397d00a50428940549a09117e2b99b45f09709b53b4050df1778cb29f9a8d05ecb634fb4615ea8420886bc21623d05315b614
 SHA512 
7165f6102bc39b18253ea82f4039a1caca1b2ece6b5e98323c66a24221e6861b74e31d39e07782658ad76282e55d45136314dafb9ea0bcd3d4652aece2ba3797

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
deleted file mode 100644
index c10e0df540d..000
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.30.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org meson
-
-DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
-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 ~sh ~sparc x86"
-IUSE=""
-
-RDEPEND="!

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

2019-12-23 Thread Mart Raudsepp
commit: e215260832b23fd534b090ace4115f10f8997edf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:15:14 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2152608

sys-apps/baobab: remove old

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

 sys-apps/baobab/Manifest |  1 -
 sys-apps/baobab/baobab-3.30.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/baobab/Manifest b/sys-apps/baobab/Manifest
index 188767b4332..3597dc69ace 100644
--- a/sys-apps/baobab/Manifest
+++ b/sys-apps/baobab/Manifest
@@ -1,2 +1 @@
-DIST baobab-3.30.0.tar.xz 765760 BLAKE2B 
7003507e0923eedd709db8f3934c341215decb77b300b6660a334f6c23dfa6d83476d3c0a0ef3d76a5104a1add0759f7e268e13bcf00f69f51ae5b9986bdefc5
 SHA512 
3fa1c20e6e3a654d3dfa11b8f0a7e0dea77cc8ab88ff65a4471cd467d3cb3a7d2d39521be1718f3f6ab32984b9331332574f87f5fcaf13c1aa8cf93bd081d7e0
 DIST baobab-3.34.0.tar.xz 454960 BLAKE2B 
c9e695074711442418bfd9c9c1453feeaf573429f1d9a03ef6c542d581d39c5bf1cb14d98025cc522705b1f8649150f418d39c05cf06f77f5900780eb058f67e
 SHA512 
e821ba445c65742e92580e12be9b82ff352c6a2a8a58bab7fba97b01a120a948b06e35459196f16e9eef347cc6c5aeacfd563e86d78c758099fbab2ecfc4aa0e

diff --git a/sys-apps/baobab/baobab-3.30.0.ebuild 
b/sys-apps/baobab/baobab-3.30.0.ebuild
deleted file mode 100644
index bc167557c80..000
--- a/sys-apps/baobab/baobab-3.30.0.ebuild
+++ /dev/null
@@ -1,40 +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 vala xdg
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=x11-libs/gtk+-3.20:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   vala_src_prepare
-   xdg_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: sys-apps/gnome-disk-utility/

2019-12-23 Thread Mart Raudsepp
commit: 54f5177ec774e834f6d839a6b2d856b46cb3ac7f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:15:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f5177e

sys-apps/gnome-disk-utility: remove old

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

 sys-apps/gnome-disk-utility/Manifest   |  1 -
 .../gnome-disk-utility-3.30.2-r1.ebuild| 67 --
 2 files changed, 68 deletions(-)

diff --git a/sys-apps/gnome-disk-utility/Manifest 
b/sys-apps/gnome-disk-utility/Manifest
index 274c8dbe331..573f4291d72 100644
--- a/sys-apps/gnome-disk-utility/Manifest
+++ b/sys-apps/gnome-disk-utility/Manifest
@@ -1,2 +1 @@
-DIST gnome-disk-utility-3.30.2.tar.xz 1665896 BLAKE2B 
9000dc8e95f27cccdb3a13b84c527c740f801a58b0f3f1a384ae1415eeed330f5f81f284f190d110dca0f5dcfb9316262491b715c2b2cd4f67813587046b5b42
 SHA512 
59228fa923b7b1e89e8ce8d96920b6f452bc6ae62c203261bffbc584a2ef231e1d2006db8ddbd15f1f7b4ee14aeae54b85520b89bfd3e1450d42c423d987f2dc
 DIST gnome-disk-utility-3.32.1.tar.xz 1370900 BLAKE2B 
4986169bff7f438b4a9dc9fe10ea69521c41afaa268bfebdf195ff3fedc14e0d8204e66b258c71f599867c0279c781ca5ceb175381dcc8004c41d97be92ebf46
 SHA512 
80c4e2fb1ca6136579203c3df73da4c8ef7d496ab73166096768d72b3473d11e9ae199d4aa1878c49ec4280ea98d2136e084a03bba50c2728be4c5e4d508967c

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
deleted file mode 100644
index a5810d668f9..000
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
+++ /dev/null
@@ -1,67 +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 xdg
-
-DESCRIPTION="Disk Utility for GNOME using udisks"
-HOMEPAGE="https://wiki.gnome.org/Apps/Disks;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="fat elogind gnome systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.31:2
-   >=sys-fs/udisks-2.7.6:2
-   >=x11-libs/gtk+-3.16.0:3
-   >=app-crypt/libsecret-0.7
-   >=dev-libs/libpwquality-1.0.0
-   >=media-libs/libcanberra-0.1[gtk3]
-   >=media-libs/libdvdread-4.2.0:0=
-   >=x11-libs/libnotify-0.7:=
-   >=app-arch/xz-utils-5.0.5
-   elogind? ( >=sys-auth/elogind-209 )
-   systemd? ( >=sys-apps/systemd-209:0= )
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   fat? ( sys-fs/dosfstools )
-   gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
-"
-# appstream-glib for developer_name tag in appdata (gettext-0.19.8.1 own 
appdata.its file doesn't have it yet)
-# libxml2 for xml-stripblanks in gresource
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/elogind-support.patch # 
https://gitlab.gnome.org/GNOME/gnome-disk-utility/merge_requests/15
-)
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature elogind libelogind)
-   $(meson_feature systemd libsystemd)
-   $(meson_use gnome gsd_plugin)
-   )
-   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: media-video/cheese/

2019-12-23 Thread Mart Raudsepp
commit: ab02c2af37bc0a9c6a48bba5de4f58c14fb045ff
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:11:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:22:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab02c2af

media-video/cheese: remove old

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

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.30.0.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index a5a487d4b91..dfca397dfc8 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.30.0.tar.xz 1546680 BLAKE2B 
32cfc9553e1c9ebfe7d3eb5fdf19d74b49e9f69ea005f4c79097d69caa2125803c5c319e98ccd3e8f72157a5fd86c018f1be7af7045f6541ecd36d4162c5cdd1
 SHA512 
622910cedc8eadec4161f60e2bb3f02cbe11352b2431fdd9783f724b4119ffae6254b1566e1144c25491067f9c683a55eb85b265ef28992d852adce02fbdc8b4
 DIST cheese-3.32.1.tar.xz 1487792 BLAKE2B 
6e27b68f590aa4f90a8bbbc72972bed96fe9741b4efd849d226751cfd6abe37241fa214240c4a8b0449fb2bc53de1043ac0abd60a06bc884796a4272c07212af
 SHA512 
bdd0ae72e3df596d19ad467dc0222a49b028f2ad8c285d55360813624ca2dac1956463cfd9cea4f2a6ff123070966544cd7254ee2891e973dca42d07061a6c94

diff --git a/media-video/cheese/cheese-3.30.0.ebuild 
b/media-video/cheese/cheese-3.30.0.ebuild
deleted file mode 100644
index 417c6ee59b6..000
--- a/media-video/cheese/cheese-3.30.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 virtualx
-
-DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
-
-LICENSE="GPL-2+"
-SLOT="0/8" # subslot = libcheese soname version
-IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.39.90:2
-   >=x11-libs/gtk+-3.13.4:3[introspection?]
-   >=gnome-base/gnome-desktop-2.91.6:3=
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=media-libs/clutter-1.13.2:1.0[introspection?]
-   >=media-libs/clutter-gtk-0.91.8:1.0
-   media-libs/clutter-gst:3.0
-   media-libs/cogl:1.0=[introspection?]
-
-   media-video/gnome-video-effects
-   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-   x11-libs/libX11
-   x11-libs/libXtst
-
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X]
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=media-libs/gst-plugins-good-1.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-# eautoreconf needs yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   GTESTER_REPORT=$(type -P true) \
-   VALAC=$(type -P true) \
-   $(use_enable introspection) \
-   --disable-lcov \
-   --disable-static
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 439f268e444c29784ed3cbfce150fb32f17b04b9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:21:22 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439f268e

x11-terms/gnome-terminal: remove old

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

 x11-terms/gnome-terminal/Manifest  |  2 -
 .../gnome-terminal/gnome-terminal-3.30.3.ebuild| 85 --
 2 files changed, 87 deletions(-)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 1fd1d32606b..7a305b3efb7 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-terminal-3.30.2-notify-open-title-transparency.patch.xz 31748 
BLAKE2B 
6a25547fcdd387ea90c3ba13e53f31a118cc01c50c72f1f597162452ea65509e2fc8adaa2f6487859d8a53e828173d77a6f952d172f5a685e2b51864a82cce7f
 SHA512 
51f32879c93a5ca489db9a604b28585787c9ec1a444c5e8c76bf26edeaa68e35fe9f76f94f32e99716a0d01643ac859475be13232c62675c703b5503781cb8d0
-DIST gnome-terminal-3.30.3.tar.xz 2102108 BLAKE2B 
1930bc97c8d77d0107dbb7e56d849e3941c6821863d25103d8d17135d334b6ceda5b5ef1cad81d02011fb7190fd5b39ce4176083af0af6bebb71f52e30cd2c7b
 SHA512 
54d3b345a23905f65ccc7d238b2f9ebcfebc4f504c41bdb3dc388ceee8e6f2dfbba7c0060ea6bcba8bb541a031fe619d462e024aef277f66b5c49792c291
 DIST gnome-terminal-3.32.2-cntr-ntfy-ttl-ts.patch.xz 31684 BLAKE2B 
34c3473632d82983aec98a867e7353829521527f8f570e62e5fd7a1bd638b470c6f1ce7fde33d4604a2ca40e4b93be02a22dbdd4d1559a03bf230060310e81bf
 SHA512 
76732fd57644431936b78a3ea3e8010b3f14fb0af52fa9c79540ed5ec5a0a45e6b31c9ace2b67a02559ec4e294927bf2033730d074727c3fe05054f39d1a8b42
 DIST gnome-terminal-3.32.2.tar.xz 2039236 BLAKE2B 
967f87a362cf893c8d743caefc9b857d6c8092e59c3ce77a76dea5d50f503bea9c9e066e447724b6c7781bec808a4cccf8c3d646ecccb1800da9a0bdd7f28e4d
 SHA512 
1be1e26b62b9364361982a34455fb5c818a2114edadb1146985f9e418ce5d51387d12b443c12022b8eec9c61c2137a1a780f390672406a1940f8b352b782e3cc

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild
deleted file mode 100644
index 5f93f85d561..000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.30.3.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 gnome2 readme.gentoo-r1
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-3.30.2-notify-open-title-transparency.patch.xz
 )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
-RDEPEND="
-   >=dev-libs/glib-2.42:2
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/vte-0.54.1:2.91[!vanilla?]
-   >=dev-libs/libpcre2-10
-   >=gnome-base/dconf-0.14
-   >=gnome-base/gsettings-desktop-schemas-0.1.0
-   sys-apps/util-linux
-   gnome-shell? ( gnome-base/gnome-shell )
-   nautilus? ( >=gnome-base/nautilus-3 )
-"
-# itstool required for help/* with non-en LINGUAS, see bug #549358
-# xmllint required for glib-compile-resources, see bug #549304
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
-   notifications of long-running commands finishing, you will need
-   to add the following line to your ~/.bashrc:\n
-   . /etc/profile.d/vte-2.91.sh"
-
-src_prepare() {
-   if ! use vanilla; then
-   # https://bugzilla.gnome.org/show_bug.cgi?id=695371
-   # Fedora patches:
-   # Restore transparency support (with compositing WMs only)
-   # OSC 777 desktop notification support (notifications on tabs 
for long-running commands completing)
-   # Restore separate menuitems for opening tabs and windows
-   # Restore "Set title" support
-   # 
http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/plain/gnome-terminal-notify-open-title-transparency.patch
-   # Depends on vte[-vanilla] for OSC 777 patch in VTE
-   eapply 
"${WORKDIR}"/${PN}-3.30.2-notify-open-title-transparency.patch
-   fi
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable debug) \
-   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/osinfo-db-tools/

2019-12-23 Thread Mart Raudsepp
commit: 5a2dc9087794486e77444ba8a7237492ba156d7b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:16:39 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2dc908

sys-apps/osinfo-db-tools: remove old

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

 sys-apps/osinfo-db-tools/Manifest  |  2 --
 .../osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild   | 31 -
 .../osinfo-db-tools/osinfo-db-tools-1.3.0.ebuild   | 32 --
 3 files changed, 65 deletions(-)

diff --git a/sys-apps/osinfo-db-tools/Manifest 
b/sys-apps/osinfo-db-tools/Manifest
index 36b995f3cc6..c00dcd60952 100644
--- a/sys-apps/osinfo-db-tools/Manifest
+++ b/sys-apps/osinfo-db-tools/Manifest
@@ -1,3 +1 @@
-DIST osinfo-db-tools-1.2.0.tar.gz 447185 BLAKE2B 
c8ac2556d552bbeee0b8e0615ac5cbb1ed69bff02342617f3b64256120a93696965aa18ba6810b96b1746ed8db6d72db446a72caaf2c3ad850db9d4d4f260bd9
 SHA512 
6e2519eacb5b60449c968e53a4363966b42ca7c564fac7db7d982ceeecfa70ac0662dc6ea75a2d503a7fa74c8789e0fd1331cd8fd3d75fec5d2cd1a646896b3d
-DIST osinfo-db-tools-1.3.0.tar.gz 456012 BLAKE2B 
5c29581f4947caf4ee06f435891cccaeb53b9514cc2bf4ad4bac1e8ee38ebeb61678ee886389f837c9f578f1df93ed94f8492165e1613d1bb60b246ea5c52428
 SHA512 
e488db70b85ba8d5abadf6c50a772f7cd338405c9465189a70eb0da1b488434cd234118f44933847cd05406f55831d08db767932794798270be5964fa4c3dc1e
 DIST osinfo-db-tools-1.4.0.tar.gz 519089 BLAKE2B 
2c2e0cdbcd0a795f8deb09727b8b971748f5d0ecc08449238d3054cbd947a0f6059456d4e9feadded47cd0e0aaa87132f1bec7524a3183115dd459eca989d1b0
 SHA512 
f4813f948551f630cc9936986abc3ef4455647ec529b353dc4fee71f8071beeebac0a2ee1988cede92ea3635bca9bedd400ac9f275e3f5592ff50236d97cfb91

diff --git a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild 
b/sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild
deleted file mode 100644
index 7f822d76ddc..000
--- a/sys-apps/osinfo-db-tools/osinfo-db-tools-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Tools for managing the osinfo database"
-HOMEPAGE="https://libosinfo.org/;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Blocker on old libosinfo as osinfo-db-validate was part of it before
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libxml2-2.6.0
-   >=app-arch/libarchive-3.0.0:=
-   !https://libosinfo.org/;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Blocker on old libosinfo as osinfo-db-validate was part of it before
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libxml2-2.6.0
-   >=app-arch/libarchive-3.0.0:=
-   dev-libs/json-glib
-   !

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

2019-12-23 Thread Mart Raudsepp
commit: 89b62564550c69d6b58ba9b443146f18639e30f3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:20:19 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b62564

sys-libs/libosinfo: remove old

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

 sys-libs/libosinfo/Manifest   |  2 -
 sys-libs/libosinfo/libosinfo-1.2.0.ebuild | 63 ---
 sys-libs/libosinfo/libosinfo-1.3.0.ebuild | 63 ---
 3 files changed, 128 deletions(-)

diff --git a/sys-libs/libosinfo/Manifest b/sys-libs/libosinfo/Manifest
index 74cc06728b6..ab0943ecc2d 100644
--- a/sys-libs/libosinfo/Manifest
+++ b/sys-libs/libosinfo/Manifest
@@ -1,3 +1 @@
-DIST libosinfo-1.2.0.tar.gz 916787 BLAKE2B 
652910ca1e70071d88adb771e458f0c19159a772eec1178c94ea5f65c5045bb00e4b1354b1ce4229d28821b6b1557424e419c1505b721883731a36b0761a1b5d
 SHA512 
d98a107a08c5e2cddd746631b3ceac4278184ea5561ad2372d772b8ae253dc1363f217778d105387e5b5c5e86be9607668aa94929ad9b4ee48ab7abf50fb6a01
-DIST libosinfo-1.3.0.tar.gz 977090 BLAKE2B 
fdfe29dbf01e00608374baf2fb6b5257dff5eb8870375769c572b4dacf2bd7f6e1907083e6c36bfb1a76e9e994bb19b093c6fc63ce8e7170ab8073f6d53c573b
 SHA512 
652f2927e901afe9772d4f28be5bb59802cf149c6c8eea4256a999f5012bfaaac81b51c56a94b32c82ef3462ff1f26baf84bf9329e5b1136e2b49ed4a0658982
 DIST libosinfo-1.4.0.tar.gz 1075852 BLAKE2B 
93129a29ea3a1a3aa69fdceabcf6f41393c8e1dd3f92872d97dcc23a3316b0e4d16ede104da9a3ea0c49d352ba88e05ba5a38806c8c039fe92217e4b6e3140ab
 SHA512 
531b7acf811add53252e52917f8b13b409dbe7a4bc5837dcbe34e729b0f294e760d5a57c5c1c56f1f65217b7fc6e285a56a6fa49d36f02cf696b7cc181db1fe5

diff --git a/sys-libs/libosinfo/libosinfo-1.2.0.ebuild 
b/sys-libs/libosinfo/libosinfo-1.2.0.ebuild
deleted file mode 100644
index b2aa0c7a03d..000
--- a/sys-libs/libosinfo/libosinfo-1.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 udev vala
-
-DESCRIPTION="GObject library for managing information about real and virtual 
OSes"
-HOMEPAGE="https://libosinfo.org/;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="+introspection +vala test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Unsure about osinfo-db-tools rdep, but at least fedora does it too
-RDEPEND="
-   >=dev-libs/glib-2.36.0:2
-   >=dev-libs/libxml2-2.6.0
-   >=dev-libs/libxslt-1.0.0
-   sys-apps/hwids[pci,usb]
-   sys-apps/osinfo-db-tools
-   sys-apps/osinfo-db
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-"
-# perl dep is for pod2man, and configure.ac checks for it too now
-# Tests can use net-misc/curl, but they are automatically skipped if curl is 
not found, and
-# if it is found, then those tests are skipped at runtime if 
LIBOSINFO_NETWORK_TESTS is unset.
-# Due to potential network-sandbox we aren't enabling them (and one of them 
fails at 1.2.0).
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   dev-libs/gobject-introspection-common
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.10
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-   test? (
-   >=sys-apps/osinfo-db-20180612
-   )
-   vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --with-usb-ids-path=/usr/share/misc/usb.ids \
-   --with-pci-ids-path=/usr/share/misc/pci.ids \
-   --disable-static \
-   $(use_enable test tests) \
-   $(use_enable introspection) \
-   $(use_enable vala) \
-   --disable-coverage
-}

diff --git a/sys-libs/libosinfo/libosinfo-1.3.0.ebuild 
b/sys-libs/libosinfo/libosinfo-1.3.0.ebuild
deleted file mode 100644
index 81405fe9b0d..000
--- a/sys-libs/libosinfo/libosinfo-1.3.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 udev vala
-
-DESCRIPTION="GObject library for managing information about real and virtual 
OSes"
-HOMEPAGE="https://libosinfo.org/;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.gz;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="+introspection +vala test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Unsure about osinfo-db-tools rdep, but at least fedora does it too
-RDEPEND="
-   >=dev-libs/glib-2.38.0:2
-   

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

2019-12-23 Thread Mart Raudsepp
commit: 6d7dd219d698338effc728ab8ea2a5b11951c022
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:13:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7dd219

net-libs/gnome-online-accounts: remove old

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

 net-libs/gnome-online-accounts/Manifest|  1 -
 .../gnome-online-accounts-3.30.2.ebuild| 83 --
 2 files changed, 84 deletions(-)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index deff3506aa1..7e8ec70c747 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,2 +1 @@
-DIST gnome-online-accounts-3.30.2.tar.xz 921284 BLAKE2B 
9dc503f73ddda64411f73ac865a0355f318ad13789fac0cf7e7a91d16e53b03dee33acca6752060ce54936cfd5050adb8fadfd121158c0496a3f516e35e8fa45
 SHA512 
3555421adbfec0e7da1c8f3a47415f6c5bc3eaf8b246cf08eb6ee420286a4b40d11bc6e2514bca937b022b95068c9862438fa632d3385503aba2647a4a57976b
 DIST gnome-online-accounts-3.32.1.tar.xz 863252 BLAKE2B 
69345a5e7a9ccfef231cb012a1e3240a31db898f32b654f6275fd18e027eebe5cda07b4a0f8fea1447ca33ac120d8476aea7d2c824238b327c0c207009fcae7c
 SHA512 
548e6c983899bc1f4093fcf0b7b08819f2803182f52c2cdfb4cffa8bfb00e513322973fdfce2aeadeb52b0cd43c7c1e3941cff187927577cefb4fba51f4fda5b

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.30.2.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.30.2.ebuild
deleted file mode 100644
index b514430f038..000
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.30.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME framework for accessing online accounts"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-
-LICENSE="LGPL-2+"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="debug gnome +introspection kerberos +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-# pango used in goaeditablelabel
-# libsoup used in goaoauthprovider
-# goa kerberos provider is incompatible with app-crypt/heimdal, see
-# https://bugzilla.gnome.org/show_bug.cgi?id=692250
-# json-glib-0.16 needed for bug #485092
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=app-crypt/libsecret-0.5
-   >=dev-libs/json-glib-0.16
-   dev-libs/libxml2:2
-   >=net-libs/libsoup-2.42:2.4
-   net-libs/rest:0.7
-   >=net-libs/webkit-gtk-2.12.0:4
-   >=x11-libs/gtk+-3.19.12:3
-   x11-libs/pango
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
-   kerberos? (
-   app-crypt/gcr:0=[gtk]
-   app-crypt/mit-krb5 )
-"
-#  telepathy? ( net-libs/telepathy-glib )
-# goa-daemon can launch gnome-control-center
-PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
-
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.3
-   >=dev-util/gdbus-codegen-2.30.0
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # TODO: Give users a way to set the G/FB/Windows Live secrets
-   gnome2_src_configure \
-   --disable-static \
-   --enable-backend \
-   --enable-documentation \
-   --enable-exchange \
-   --enable-facebook \
-   --enable-flickr \
-   --enable-foursquare \
-   --enable-imap-smtp \
-   --enable-lastfm \
-   --enable-media-server \
-   --enable-owncloud \
-   --enable-pocket \
-   --enable-todoist \
-   --enable-windows-live \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable kerberos) \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 55b07f8fdf458b321021d20fe27cf9ad58516cb7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:19:55 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b07f8f

sys-apps/osinfo-db: remove old

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

 sys-apps/osinfo-db/Manifest  |  1 -
 sys-apps/osinfo-db/osinfo-db-20190304.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index b7fa4576baa..63dd4dfa143 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,3 +1,2 @@
 DIST osinfo-db-20190218.tar.xz 82712 BLAKE2B 
d026b428171127b5048357ae75e2601fc184b9e2e5dd7224a7ba1a439ebf20e567bd910ab4b8a0920d3f8c0e2e8be637086920ab905a8fd8eb98c772a13c234d
 SHA512 
e6b6f0e8b965ecf5a6c38071f3b2d5646123a6d84a5d5ebfb59995f10ae0aa8985bc5caeb1a4de396b92be0466291bc82247f33138f7954c847651eb682fdad3
-DIST osinfo-db-20190304.tar.xz 83024 BLAKE2B 
a0ad9a24f7dd07dc672b2106bf9f767456bc64f0500cb713257eefaa45f1b1a15b1116f0ac6611966ee6750ff519da8d71c746c930ef5e3c5ca54780d247eed8
 SHA512 
b8a2911da9d84682423ffaf257ffc9e97bc0abf835d6d5929e7e544167a86ca85b882f549e692c1919a49d79815dc32ae86cee99284c7a1c7b9a55de72368ccd
 DIST osinfo-db-20190319.tar.xz 85668 BLAKE2B 
9e1d95379c659dc325a0fa5d7d8e6abc6c486839cbf42d78e0964583f19258f2e6669e685bc09cd13f17ecd04cc3d1cf3188d862d12d2825636a76d9d2999b8f
 SHA512 
fb06adeaf639e71b02bec30dafbc405e903d490cd8038d4fe94de63c4d0bb9f617a469e59d11fd4dfc5c1c0d9a6094b888ce5867634c0cbe501e5195316a8e75

diff --git a/sys-apps/osinfo-db/osinfo-db-20190304.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20190304.ebuild
deleted file mode 100644
index 063c9afbf19..000
--- a/sys-apps/osinfo-db/osinfo-db-20190304.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="osinfo database files"
-HOMEPAGE="https://libosinfo.org/;
-SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz;
-S="${WORKDIR}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   sys-apps/osinfo-db-tools
-"
-# we don't depend on intltool here, contrary to README, as the tarball already
-# contains the processed results with translations in XML files
-
-src_unpack() { :; }
-
-src_install() {
-   osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" 
"${DISTDIR}/${A}"
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 676a3370105b75695715d66718f1df670e747197
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:14:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676a3370

net-wireless/gnome-bluetooth: remove old

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

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 4294fc0983a..5a42c079169 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.28.2.tar.xz 349456 BLAKE2B 
24a8adbbd37a6a7338a10bb84fd113c3a65bb9c5ef277c9df082f10f52b9d9dc2bc3ff6182993fd85fb5f5f8269a965f0aba864f73ed8595a700a51e59242fc1
 SHA512 
03f66f8c5c195b10cf2c13dc93191b9f2f79adae099ddb8037ef1277731f37b8f0a42b603e8aacbe2fb108be6abf7a77a823d86d5fac62a42a53e3498d53d87e
 DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 
5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab
 SHA512 
25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
deleted file mode 100644
index 67dc1ab5ae0..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.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
-inherit gnome.org gnome2-utils meson udev xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-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"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   >=dev-libs/glib-2.38:2
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-"
-DEPEND="${COMMON_DEPEND}
-   !net-wireless/bluez-gnome
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dicon_update=false
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/, media-video/totem/files/

2019-12-23 Thread Mart Raudsepp
commit: 88dc7c59ac02df6243f41be9433bf1e7460e44d8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:19:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88dc7c59

media-video/totem: remove old

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

 media-video/totem/Manifest |   1 -
 .../totem/files/3.30.0-control-plugins.patch   | 199 -
 media-video/totem/files/3.30.0-vala-errormsg.patch |  31 
 media-video/totem/metadata.xml |   2 -
 media-video/totem/totem-3.30.0.ebuild  | 137 --
 5 files changed, 370 deletions(-)

diff --git a/media-video/totem/Manifest b/media-video/totem/Manifest
index 78d9ede9162..b52e07163d5 100644
--- a/media-video/totem/Manifest
+++ b/media-video/totem/Manifest
@@ -1,2 +1 @@
-DIST totem-3.30.0.tar.xz 3275852 BLAKE2B 
9a5f97229a8aa6f7665c6d3e79dff48cfcce3caeab69510361ef3e9e1a107f7a56c66a5ae89ba3ae0a77d4b0ae8a16ac1f61e77278c82bf768e50009420110d0
 SHA512 
9d2e0a9e89358eea03404afd9353d18fa23afee7a34612912411ef10d4fb0b26ee02db002e6f8e05f68a333202d419f1e1a35188da23f87189e3093dac655742
 DIST totem-3.32.1.tar.xz 2154892 BLAKE2B 
ff9ec2facbada0f72ae82bbb35d03e82b574be02d7c1f1d4c4dd3262e2b302d3430ba953cd9f4b4e1d1e5151f9b5987986c7ea387a7f5d6667eb931d41805659
 SHA512 
31a3e3ac7628b992da3cf99570d013eb8b972e28465db30a9ec68291f8e19ab498d89df6275228367a7e3e43121bcebda2654f2b0461a9d1d561cf46e0029f67

diff --git a/media-video/totem/files/3.30.0-control-plugins.patch 
b/media-video/totem/files/3.30.0-control-plugins.patch
deleted file mode 100644
index 4d57ad0971c..000
--- a/media-video/totem/files/3.30.0-control-plugins.patch
+++ /dev/null
@@ -1,199 +0,0 @@
-From 5bdfac8a4a34e3edec05439fa3cd5544e0515e24 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Cardona?= 
-Date: Sun, 10 Jun 2018 10:09:16 +0200
-Subject: [PATCH] Allow full control over which plugins are built
-

- meson.build |  2 +-
- meson_options.txt   | 28 -
- src/plugins/meson.build | 56 ++---
- 3 files changed, 69 insertions(+), 17 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 9c4797dd..aa91ae10 100644
 a/meson.build
-+++ b/meson.build
-@@ -3,7 +3,7 @@ project(
-   version: '3.30.0',
-   license: 'GPL2+ with exception',
-   default_options: 'buildtype=debugoptimized',
--  meson_version: '>= 0.43.0'
-+  meson_version: '>= 0.44.0'
- )
- 
- totem_version = meson.project_version()
-diff --git a/meson_options.txt b/meson_options.txt
-index 3b6ff67b..6e056952 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -1,7 +1,33 @@
- option('enable-easy-codec-installation', type: 'combo', choices: ['yes', 
'no', 'auto'], value: 'auto', description: 'Whether to enable easy codec 
installation support for GStreamer')
- option('enable-python', type: 'combo', choices: ['yes', 'no', 'auto'], value: 
'auto', description: 'Enable python support')
- option('enable-vala', type: 'combo', choices: ['yes', 'no', 'auto'], value: 
'auto', description: 'whether Vala plugin support is requested')
--option('with-plugins', type: 'combo', choices: ['all', 'none', 'auto'], 
value: 'auto', description: 'Which Totem plugins to compile (default: auto; 
"all", "none" and "auto" are valid)')
-+option('with-plugins', type: 'array', choices: [
-+  'all',
-+  'auto',
-+  'apple-trailers',
-+  'autoload-subtitles',
-+  'brasero-disc-recorder',
-+  'dbusservice',
-+  'gromit',
-+  'im-status',
-+  'lirc',
-+  'media-player-keys',
-+  'ontop',
-+  'opensubtitles',
-+  'properties',
-+  'pythonconsole',
-+  'recent',
-+  'rotation',
-+  'sample-vala',
-+  'samplepython',
-+  'save-file',
-+  'screensaver',
-+  'screenshot',
-+  'skipto',
-+  'variable-rate',
-+  'vimeo',
-+  'zeitgeist-dp'
-+], value: ['auto'], description: 'Which Totem plugins to compile (default: 
auto; "all", "none" and "auto" are valid)')
- option('enable-nautilus', type: 'combo', choices: ['yes', 'no', 'auto'], 
value: 'auto', description: 'compile the nautilus plugin')
- option('with-nautilusdir', type: 'string', value: '', description: 
'Installation path for Nautilus extension')
- option('enable-gtk-doc', type: 'boolean', value: false, description: 'use 
gtk-doc to build documentation')
-diff --git a/src/plugins/meson.build b/src/plugins/meson.build
-index 95af6485..289ba811 100644
 a/src/plugins/meson.build
-+++ b/src/plugins/meson.build
-@@ -41,8 +41,8 @@ allowed_plugins = [
- plugins = []
- 
- plugins_option = get_option('with-plugins')
--if plugins_option != 'none'
--  plugins += [
-+if plugins_option.length() > 0
-+  foreach plugin: [
- 'apple-trailers',
- 'autoload-subtitles',
- 'im-status',
-@@ -56,26 +56,38 @@ if plugins_option != 'none'
- 'variable-rate',
- 'vimeo'
-   ]
-+if 

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

2019-12-23 Thread Mart Raudsepp
commit: 083d808691df23af65cd764fac20c6f40f002679
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:20:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:23:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083d8086

www-client/epiphany: remove old

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

 www-client/epiphany/Manifest   |  1 -
 www-client/epiphany/epiphany-3.30.4.ebuild | 80 --
 2 files changed, 81 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index e423c370830..dc9d0c389c8 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,3 +1,2 @@
-DIST epiphany-3.30.4.tar.xz 4531732 BLAKE2B 
a4741d353800517c0233456e513a974ecd7641799395df7cafe6940cbfa49402836484010634ef3c59e36bd3bb2ced331d19a4ed05d1630c00d7ee385961227b
 SHA512 
8574a26a22a24db7e65254f65723f6e4405fccd783bb7e122f8a5f6aff62d3ef1dd0b3ce903eb1f750e7ae28c2f1154a2c1c15970892216211d51edee318bd47
 DIST epiphany-3.30.5.tar.xz 4532136 BLAKE2B 
7c42e7ff5624bd85c380da97b2ca057b59d4dc77bec85f33bab755032b519db10ee52aa93c503e5b1f57c5acfce5a9b3decc7dddfacc3d68ea620eb884ec2da3
 SHA512 
1d31022e91a5ac79a032ebf988d4f8828cfa38a2b67e06b9432e479d7ebc93d3a08338261b92dfe3f37b6f745aeb5286b4acc65c537d935c1ace61ad9a494b7d
 DIST epiphany-3.32.5.tar.xz 5468976 BLAKE2B 
7e15eccbf48e7d2ada7b7a4ee4643219149f0d81c8c1767e5871fbed023bf53cd548822eabe5c9e0a26fd62a255ec69efdbd5efd05faef0e0374cedb473f5978
 SHA512 
e14a2626071460ddf8493a765d877f7683ba51e572778bb03f83ce31170856c6de91327955bd2d3b43e9016457da35a966014019d8837cd85765f948a7d1e5d2

diff --git a/www-client/epiphany/epiphany-3.30.4.ebuild 
b/www-client/epiphany/epiphany-3.30.4.ebuild
deleted file mode 100644
index ca11b906765..000
--- a/www-client/epiphany/epiphany-3.30.4.ebuild
+++ /dev/null
@@ -1,80 +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 xdg virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.52.0:2
-   >=x11-libs/gtk+-3.22.13:3
-   >=dev-libs/nettle-3.2:=
-   >=net-libs/webkit-gtk-2.21.92:4=
-   >=x11-libs/cairo-1.2
-   >=dev-libs/libdazzle-3.28.0
-   >=app-crypt/gcr-3.5.5:=[gtk]
-   >=x11-libs/gdk-pixbuf-2.36.5:2
-   dev-libs/icu:=
-   >=app-text/iso-codes-0.35
-   >=dev-libs/json-glib-1.2.4
-   >=x11-libs/libnotify-0.5.1
-   >=app-crypt/libsecret-0.14
-   >=net-libs/libsoup-2.48:2.4
-   >=dev-libs/libxml2-2.6.12:2
-   >=dev-libs/libxslt-1.1.7
-   dev-db/sqlite:3
-   dev-libs/gmp:0=
-   >=gnome-base/gsettings-desktop-schemas-0.0.1
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-"
-# paxctl needed for bug #407085
-# appstream-glib needed for appdata.xml gettext translation
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/itstool
-   sys-apps/paxctl
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Ddeveloper_mode=false
-   -Ddistributor_name=Gentoo
-   -Dtech_preview=false
-   $(meson_use test unit_tests)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   if ! has_version net-libs/webkit-gtk[jpeg2k]; then
-   ewarn "Your net-libs/webkit-gtk is built without USE=jpeg2k."
-   ewarn "Various image galleries/managers may be broken."
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2019-12-23 Thread Lars Wendler
commit: f732b67d3ccca06712f6661823ffb752231cfdc0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Dec 23 22:17:18 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Dec 23 22:17:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f732b67d

net-ftp/filezilla: Bump to version 3.46.3

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.46.3.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 95d52d5f703..877c43cd209 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -2,3 +2,4 @@ DIST FileZilla_3.39.0_src.tar.bz2 4995713 BLAKE2B 
d89aaa1f57187cd926ae1c4dd34624
 DIST FileZilla_3.44.2_src.tar.bz2 4619337 BLAKE2B 
11d61b14fcf464706dabe491fa8cbfa28fb516c3e1aafd887679ed6f1a80ba835dc43403c32b1344854f00f5b56f7e27c72bbca197cfadc92e69d92ebb0b1458
 SHA512 
9d4678a3a06f0ecac5ecfbae33f83df5f07e26da4f4a7e922fe5b00a5e59d5728af028667f6fa56210a23ecaa1c2a661d1874b218c2511a783644ed2b03e36ad
 DIST FileZilla_3.45.1_src.tar.bz2 4649083 BLAKE2B 
8d3113e5ce96d2115a6ec02109f2617d3d58109464c527284baecacea733d2f564206779cd32be4060171d7fcd8768b0296b445842b8c2964b173ca360983082
 SHA512 
feb267b85ad2843baea0c6df66ed86866121f33e2295fcb9003a8bc2603ad684f4fe801ea842cb291e3fb5cd7195ccb2d21bfa95711a61be6b4debfd4e1c7822
 DIST FileZilla_3.46.0_src.tar.bz2 4661100 BLAKE2B 
ccda60b590e85afd7de0edd064ee7b993e663e43643f262378db6d26a019730ec493518e0e2b39bce0710acafe888f47f84ecb098e35d3b32061f089a99a6a30
 SHA512 
26ffb039b4a6d51d6d1011ee452f3690f74514c91a9e58c79880dbf778296cfc81283fade52f65f81654b828449e2b7e703b1d6c1e2e84c08f54681d2aa92674
+DIST FileZilla_3.46.3_src.tar.bz2 4720329 BLAKE2B 
92369d2fb3b8c9eded37f912bbd25a0e995a5fc1ab86ef6aa746a8eb239f17e8fafa78de00529b0f3af102fe268b51a60ce40ac967cf9b2fbbd6fa7900898ffc
 SHA512 
35b61c3bfd1d40848e7846b4533da8844df0e4873cb89286b90330cbc29dffeff96fcab10aec908a08d9129198bb2d80df8f223d8ebc1a0863a4083cb06abffc

diff --git a/net-ftp/filezilla/filezilla-3.46.3.ebuild 
b/net-ftp/filezilla/filezilla-3.46.3.ebuild
new file mode 100644
index 000..cd36d5e5cd8
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.46.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0-gtk3"
+
+inherit autotools flag-o-matic wxwidgets xdg
+
+MY_PV=${PV/_/-}
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="https://filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+IUSE="dbus nls test"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
+   >=dev-libs/nettle-3.1:=
+   >=dev-db/sqlite-3.7
+   >=dev-libs/libfilezilla-0.19.3:=
+   =dev-libs/pugixml-1.7
+   >=net-libs/gnutls-3.5.7
+   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
+   x11-misc/xdg-utils
+   dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )
+   test? ( >=dev-util/cppunit-1.13.0 )"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+DOCS=(AUTHORS ChangeLog NEWS )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.22.1-debug.patch
+)
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_prepare() {
+   setup-wxwidgets
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-autoupdatecheck
+   --with-pugixml=system
+   $(use_enable nls locales)
+   $(use_with dbus)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+}



[gentoo-commits] data/api:master commit in: files/overlays/

2019-12-23 Thread Michał Górny
commit: 370f79c1493bc121bb903d97012fdb2927fd5185
Author: Dustin C. Hatch  hatch  name>
AuthorDate: Mon Dec 23 21:17:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 23 22:14:14 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=370f79c1

repositories: Remove dustin repository

This was my personal overlay, which no longer contains any relevant packages,
and certainly does not need to be distributed publicly anymore.

Closes: https://github.com/gentoo/api-gentoo-org/pull/236
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 13 -
 1 file changed, 13 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index ef83469..434d816 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1259,19 +1259,6 @@
 https://cgit.gentoo.org/user/DuPol.git/atom/
 
   
-  
-dustin
-Overlay of Dustin C. Hatch
-http://bitbucket.org/AdmiralNemo/overlay
-
-  admiraln...@gmail.com
-  Dustin C. Hatch
-
-https://bitbucket.org/AdmiralNemo/overlay
-ssh://h...@bitbucket.org/AdmiralNemo/overlay
-https://bitbucket.org/AdmiralNemo/overlay/atom
-https://bitbucket.org/AdmiralNemo/overlay/rss
-  
   
 dwfreed
 My random Gentoo packages



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

2019-12-23 Thread Andreas Sturmlechner
commit: c06dab394be78f626ba52648f590b3c7227bda7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 23 22:09:50 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 23 22:11:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06dab39

media-sound/csound: Drop 6.10.0

Closes: https://bugs.gentoo.org/659400
Closes: https://bugs.gentoo.org/680062
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/csound/Manifest |   3 -
 media-sound/csound/csound-6.10.0.ebuild | 231 
 media-sound/csound/metadata.xml |   3 -
 3 files changed, 237 deletions(-)

diff --git a/media-sound/csound/Manifest b/media-sound/csound/Manifest
index 3a3c34187d4..9a793153871 100644
--- a/media-sound/csound/Manifest
+++ b/media-sound/csound/Manifest
@@ -1,6 +1,3 @@
-DIST Csound6.10.0_manual_html.zip 15944722 BLAKE2B 
dfb2d00650e8d9ff650c60a5601b63446d0ce6d94eeac54812752039ef1b7c8c161a7694cb3381453f86759a810b81754e99cf5c8805cee61171c24a615114ab
 SHA512 
f61f46705607eb39897fd3b27353fb233acd9da5e00a2b64d63116f74b889f2daafa72d48ed7c5ec1890e32d81331f91455861f2cb3fad3d13b7d27ec203357a
-DIST Csound6.10.0_manual_pdf.zip 8687461 BLAKE2B 
ff738378e10ce7e3fd9ab44bed67fdbf4a1de62d89d738a35fd46f25996d85dd8e97260af31bb2fbfe199aecd3f16f0adb5bf94d9a15807d6424002d7ab9682c
 SHA512 
cf6ec335782032fb0703a3042c0222316cd215eba2be242e65d4f1ae23d886177620c96cc63c1aace43a72c1d6258a88612c1ffd5ef0e43675729bae39969fa1
 DIST Csound6.13.0_manual_html.zip 16436055 BLAKE2B 
4ac6d24442cbb09f97f73167df84143df84045a077d3863564bab803e8c9e00c0ca506cff4a37d7aced54817cf95b2c0c6bed1b5ea744e2d11baef08c71f23ab
 SHA512 
87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5
 DIST Csound6.13.0_manual_pdf.zip 8846303 BLAKE2B 
f60becbe2df925d3d2db755d0ddf806507c6f8355d5ceb97a5e0ce971a0ee0ba19c44bbd018e41437036d9553db7fe8c44fea875bf36ef752ce5c26467ff3a82
 SHA512 
30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa
-DIST csound-6.10.0.tar.gz 42036496 BLAKE2B 
4305eb2aedb076f4a4079e1353f05f9ffe6159311fe905a11998f80eab9ccbbfe57c0601b94762480c486f8edbe0aa0f9b20d18f4db8f9f49d6466a7b2ef4697
 SHA512 
1ccf0a2d5273da016ec585e788e4af0b91f55c3be081a51c53dc39b0fbcfba0cf1308828784a1e5dfc39250dedbd3f4b48afbb5c4140c11fd469ca6753702ed4
 DIST csound-6.13.0-distributable.tar.xz 20831668 BLAKE2B 
efefbb0d2a6532f087a940677dacce41b31be30bd10256300826f92516dddfadf6679f767e23655a0e35d09626ed11b03a13e22b88f378422f6d5a0f7856a566
 SHA512 
b8bedc893fed678b40d2d9ffa376b4d7557612e63c389145e6292cec4c1e847f6b86184d13b11392980eedfd215f0e08cdc234b2803e389f7387a009d83a3b40

diff --git a/media-sound/csound/csound-6.10.0.ebuild 
b/media-sound/csound/csound-6.10.0.ebuild
deleted file mode 100644
index 2c61ca708be..000
--- a/media-sound/csound/csound-6.10.0.ebuild
+++ /dev/null
@@ -1,231 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit java-pkg-opt-2 toolchain-funcs python-single-r1 cmake-utils
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/csound/csound.git;
-   inherit git-r3
-else
-   DOC_P="Csound${PV}"
-   SRC_URI="https://github.com/csound/csound/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   doc? (
-   
https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_pdf.zip
-   
https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_html.zip
-   )"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A sound design and signal processing system for composition and 
performance"
-HOMEPAGE="https://csound.github.io/;
-
-LICENSE="LGPL-2.1 doc? ( FDL-1.2+ )"
-SLOT="0"
-IUSE="+alsa beats chua csoundac curl +cxx debug doc double-precision dssi 
examples
-fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc openmp
-portaudio portmidi pulseaudio python samples score static-libs stk tcl test
-+threads +utils vim-syntax websocket"
-
-IUSE_LANGS=" de en_US es es_CO fr it ro ru"
-
-REQUIRED_USE="
-   csoundac? ( || ( lua python ) )
-   java? ( cxx )
-   linear? ( double-precision )
-   lua? ( cxx )
-   python? ( ${PYTHON_REQUIRED_USE} cxx )
-"
-
-RDEPEND="
-   >=media-libs/libsndfile-1.0.16
-   media-libs/libsamplerate
-   alsa? ( media-libs/alsa-lib )
-   csoundac? (
-   x11-libs/fltk:1[threads?]
-   dev-cpp/eigen:3
-   dev-libs/boost:=
-   )
-   curl? ( net-misc/curl )
-   dssi? (
-   media-libs/dssi
-   media-libs/ladspa-sdk
-   )
-   fluidsynth? ( =dev-lang/tcl-8.5:0=
-   >=dev-lang/tk-8.5:0=
-   )
-   

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

2019-12-23 Thread Andreas Sturmlechner
commit: 247e3116b0c518c4c032272d3af67822ca5c7694
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 23 22:11:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 23 22:11:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247e3116

media-sound/fluidsynth: Drop 1.1.11

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

 media-sound/fluidsynth/Manifest |  1 -
 media-sound/fluidsynth/fluidsynth-1.1.11.ebuild | 77 -
 2 files changed, 78 deletions(-)

diff --git a/media-sound/fluidsynth/Manifest b/media-sound/fluidsynth/Manifest
index fcf4049872d..5c62d190160 100644
--- a/media-sound/fluidsynth/Manifest
+++ b/media-sound/fluidsynth/Manifest
@@ -1,4 +1,3 @@
-DIST fluidsynth-1.1.11.tar.gz 634566 BLAKE2B 
ed135533c9e3e807794e0eca8117d430aa299b8772b2b6c85f6233e7e497d69f43381d9c7cf2de5ce8638f5dc616339bd28cecc3cdc23408bf5883a0b14fee79
 SHA512 
ad7c634426b29e5a05d67addf32d43a9ccb11a1fe3cfc09ad617416b9df3dc99a48191377f5027232521380737dde2d9b59833516d1bffb90f410bab3bbe140c
 DIST fluidsynth-2.0.4.tar.gz 1378042 BLAKE2B 
0fc75ea68169c47d64bdf727b8d78e311b36cb04509832f449a52d05e085908bd1ef837dd4c5e23edc25286b8ff3fdf69a9d042520c8eb2a3234fb929bed8de5
 SHA512 
d58ddc5f4da9bb5954a82749617548ef32edd25f6ca5c6d5c2b06d23090784ec175d2422553a66776f543c6b253f037a6cf1e717a853344ffb899fa53752eec0
 DIST fluidsynth-2.0.7.tar.gz 1315250 BLAKE2B 
13186522b3eea6bdd9f4893fabe9d06e67061647c83cb9479630333b0bbc5878682d5d19d9050403875ac49f66f756947d48928e3367efef537408e86c4c4a00
 SHA512 
c939c77277767541b90ae8bc24687cd9cd11b375264e6b5017658f5fd9c5637a3ce09bc4ad837a349e4a63883fe5ecbe80e65dd91d2cbf71072bcbcfc068614e
 DIST fluidsynth-2.1.0.tar.gz 1356096 BLAKE2B 
f1dcf05a3d776d3e8be15330e2177e59c10da25063cba577b734aed2af98955c18b7184ee73866503c0cc9c5374c14a8a0030f630be98c9319680a34d8cab117
 SHA512 
d7af4047ebde49ef48098ae9dbab5d90422a4536acf28a2de32d8da67a50ebbbcf30e06833b630bd54e441040be0e432b377e3b63bf666e63106e69cd408ea0d

diff --git a/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild 
b/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
deleted file mode 100644
index 04d9ec34ac1..000
--- a/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib flag-o-matic
-
-DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 
specifications"
-HOMEPAGE="http://www.fluidsynth.org/;
-SRC_URI="https://github.com/FluidSynth/fluidsynth/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86"
-IUSE="alsa dbus debug examples ipv6 jack ladspa lash portaudio pulseaudio 
readline sndfile"
-
-RDEPEND="
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   alsa? (
-   >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
-   lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] )
-   )
-   dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-   ladspa? (
-   >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}]
-   >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
-   )
-   portaudio? ( 
>=media-libs/portaudio-19_pre2021-r1[${MULTILIB_USEDEP}] )
-   pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
-   readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
-   sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-DOCS=( AUTHORS NEWS README.md THANKS TODO 
doc/{fluidsynth-v11-devdoc,xtrafluid}.txt )
-
-src_configure() {
-   # autotools based build system has AC_CHECK_LIB(pthread, 
pthread_create) wrt
-   # bug #436762
-   append-flags -pthread
-
-   local mycmakeargs=(
-   -Denable-alsa=$(usex alsa)
-   -Denable-dbus=$(usex dbus)
-   -Denable-debug=$(usex debug)
-   -Denable-ipv6=$(usex ipv6)
-   -Denable-jack=$(usex jack)
-   -Denable-ladcca=OFF
-   -Denable-ladspa=$(usex ladspa)
-   -Denable-libsndfile=$(usex sndfile)
-   -Denable-portaudio=$(usex portaudio)
-   -Denable-pulseaudio=$(usex pulseaudio)
-   -Denable-readline=$(usex readline)
-   )
-
-   if use alsa; then
-   mycmakeargs+=( -Denable-lash=$(usex lash) )
-   else
-   mycmakeargs+=( -Denable-lash=OFF )
-   fi
-
-   cmake-multilib_src_configure
-}
-
-src_install() {
-   cmake-multilib_src_install
-
-   docinto pdf
-   dodoc doc/*.pdf
-
-   if use examples; then
-   docinto examples
-   dodoc doc/*.c
-   fi

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

2019-12-23 Thread Mart Raudsepp
commit: 104c186b581d37495ff048d6803ffa9f524ca774
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:54:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104c186b

gnome-extra/gnome-color-manager: remove old

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

 gnome-extra/gnome-color-manager/Manifest   |  1 -
 .../gnome-color-manager-3.24.0-exiv2-0.27.patch| 41 ---
 .../gnome-color-manager-3.30.0-r1.ebuild   | 84 --
 3 files changed, 126 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/Manifest 
b/gnome-extra/gnome-color-manager/Manifest
index eed6ae03ccb..ff5461d412c 100644
--- a/gnome-extra/gnome-color-manager/Manifest
+++ b/gnome-extra/gnome-color-manager/Manifest
@@ -1,2 +1 @@
-DIST gnome-color-manager-3.30.0.tar.xz 2611088 BLAKE2B 
2bbed2184d2c7afa9c4c4cd88470df3350f7deb2d776863dcd18ad6253538f1daee5f6397c598af8bdf1ce720980ede9280891139a9366edaffde3672d64b47a
 SHA512 
ec28179f1089317b5a1920757e81b6126ab42a087831a92cd47174ddfbe6093fa868747c2a1d1d70c23f3fb87bc1b839627160407bf85c936ab0a3b125932ccc
 DIST gnome-color-manager-3.32.0.tar.xz 2602104 BLAKE2B 
6219c3b7dd31ba49c671ef1f330d8ce561b7d8716a5cf5ef393dcf827c6bbc4e82b95c082e9297a27be7652d958a92c397fbafa8bd68f2c48b32533a3fe14483
 SHA512 
e5b0c6a39f9202fde79af1e966be65ef3d770fe4de777a281398ee68feef6c57dee95a1fcba496512f163bf561528ece840480b3c8612b5c3af2b7f550335f38

diff --git 
a/gnome-extra/gnome-color-manager/files/gnome-color-manager-3.24.0-exiv2-0.27.patch
 
b/gnome-extra/gnome-color-manager/files/gnome-color-manager-3.24.0-exiv2-0.27.patch
deleted file mode 100644
index 00878bc26a8..000
--- 
a/gnome-extra/gnome-color-manager/files/gnome-color-manager-3.24.0-exiv2-0.27.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Patch kindly borrowed from Mageia.
-
-https://gitlab.gnome.org/GNOME/gnome-color-manager/issues/4
-
-diff -Nru a/src/gcm-helper-exiv.cpp b/src/gcm-helper-exiv.cpp
 a/src/gcm-helper-exiv.cpp  2018-09-04 13:50:05.0 +0200
-+++ b/src/gcm-helper-exiv.cpp  2018-12-31 15:39:52.288495398 +0100
-@@ -19,8 +19,7 @@
-  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
USA.
-  */
- 
--#include 
--#include 
-+#include 
- #include 
- #include 
- 
-@@ -51,7 +50,11 @@
-   if (argc == 2)
-   filename = argv[1];
-   if (filename.empty())
-+#if EXIV2_TEST_VERSION(0,27,0)
-+  throw Exiv2::Error(Exiv2::kerErrorMessage, "No filename 
specified");
-+#else
-   throw Exiv2::Error(1, "No filename specified");
-+#endif
-   image = Exiv2::ImageFactory::open(filename);
-   image->readMetadata();
- 
-@@ -60,7 +63,11 @@
-   if (exifData.empty()) {
-   std::string error(argv[1]);
-   error += ": No Exif data found in the file";
-+#if EXIV2_TEST_VERSION(0,27,0)
-+  throw Exiv2::Error(Exiv2::kerErrorMessage, error);
-+#else
-   throw Exiv2::Error(1, error);
-+#endif
-   }
- 
-   /* try to find make, model and serial number */

diff --git 
a/gnome-extra/gnome-color-manager/gnome-color-manager-3.30.0-r1.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.30.0-r1.ebuild
deleted file mode 100644
index 67ba9af2b31..000
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.30.0-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org meson virtualx xdg
-
-DESCRIPTION="GNOME color profile tools"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-color-manager/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="packagekit raw test"
-RESTRICT="!test? ( test )"
-
-# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-# vte could be made optional
-RDEPEND="
-   >=dev-libs/glib-2.31.10:2
-   >=media-libs/lcms-2.2:2
-   >=media-libs/libcanberra-0.10[gtk3]
-   media-libs/libexif
-   media-libs/tiff:0=
-
-   >=x11-libs/gtk+-3.3.8:3
-   >=x11-libs/vte-0.25.1:2.91
-   >=x11-misc/colord-1.3.1:0=
-   >=x11-libs/colord-gtk-0.1.20
-
-   packagekit? ( app-admin/packagekit-base )
-   raw? ( media-gfx/exiv2:0= )
-"
-# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
-DEPEND="${RDEPEND}
-   app-text/docbook-sgml-dtd:4.1
-   app-text/docbook-sgml-utils
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # https://bugzilla.gnome.org/show_bug.cgi?id=796428
-   "${FILESDIR}"/3.28-remove-unwvanted-check.patch
-
-   # 

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

2019-12-23 Thread Mart Raudsepp
commit: 1adffb2b43a84dad003cc9f3c4829676349b0101
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:00:14 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adffb2b

media-gfx/gnome-screenshot: remove old

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

 media-gfx/gnome-screenshot/Manifest|  1 -
 .../gnome-screenshot-3.30.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-gfx/gnome-screenshot/Manifest 
b/media-gfx/gnome-screenshot/Manifest
index 93dca53b9b0..12ca4b3e452 100644
--- a/media-gfx/gnome-screenshot/Manifest
+++ b/media-gfx/gnome-screenshot/Manifest
@@ -1,2 +1 @@
-DIST gnome-screenshot-3.30.0.tar.xz 225244 BLAKE2B 
69c75bb8e3d18578317343b549d4ad837b6e58420c6b49efbc01338697bc2251032d9158e658c9f4ae4e086a1c117eac818c18b6ed95d031c2b60c2ba62a56b6
 SHA512 
a42ff4f14bbb3a3feb438ee64f1dff3d3a792a6585fef92fde8546b9c3fc07013e8bd2ef42ddc880f2529cbc4241a50d441d4de2a4b26923036f1724aabafdba
 DIST gnome-screenshot-3.32.0.tar.xz 228876 BLAKE2B 
a7f742cf67815428da3013db23d36b34f52bf99c3d77002cac9243d2f5c5c5c1828cb92a34e0541d18c57f357d39f876a815d7caa432f92704c749a431faae95
 SHA512 
2747f3cc6ff6df6db6d64c9c13f7d7e3c0bf738cdace2850869c1158d23d02dd03b55e6704c9540f1e5b789626ea07741a0030ce3b06dd70c09f2fb2afa79c61

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.30.0.ebuild 
b/media-gfx/gnome-screenshot/gnome-screenshot-3.30.0.ebuild
deleted file mode 100644
index fdc92ad3410..000
--- a/media-gfx/gnome-screenshot/gnome-screenshot-3.30.0.ebuild
+++ /dev/null
@@ -1,52 +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 readme.gentoo-r1 xdg
-
-DESCRIPTION="Screenshot utility for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-screenshot;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux"
-
-# libcanberra 0.26-r2 is needed for gtk+:3 fixes
-COMMON_DEPEND="
-   x11-libs/libX11
-   x11-libs/libXext
-   >=dev-libs/glib-2.35.1:2[dbus]
-   >=x11-libs/gtk+-3.0.3:3
-   >=media-libs/libcanberra-0.26-r2[gtk3]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gsettings-desktop-schemas-0.1.0
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to
-   non-interactive mode when launched from a terminal. If you want to 
choose
-   where to save the screenshot, run 'gnome-screenshot --interactive'"
-
-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: media-gfx/gnome-photos/

2019-12-23 Thread Mart Raudsepp
commit: ccbab3c9b526774f0c65318c838137bfdb0d2587
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:59:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbab3c9

media-gfx/gnome-photos: remove old

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

 media-gfx/gnome-photos/Manifest|  1 -
 .../gnome-photos/gnome-photos-3.30.1-r1.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index c38f77f3ed9..09973981de9 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,2 +1 @@
-DIST gnome-photos-3.30.1.tar.xz 1118728 BLAKE2B 
b3de35fb9c2ae7b731cf76a7b02b689997e3cf063037c49a51dbdf8bb37d9217c9bd5380bc872b984eca4e53c5996eb6370f3acc82a90e56dabe9d47999d5578
 SHA512 
4fa386c3d93f2b15468601e56bfcbdcc83a9e78ed5c4d0a1e51e9adf4ba313bb69e07aae52404026546dd68584e355c5e5100fc12f95fe078ccf2d6160a0a24b
 DIST gnome-photos-3.32.1.tar.xz 632688 BLAKE2B 
9fa7307d1571f6c4e07d6c9700fd947e4a0ff26f8308f7b1871da817e5d80b19861d3c94a1b8ffe0daa820862ad064075641c8eb42ad66134e7c554696448932
 SHA512 
31a52b93c27ee603ddb314998d663d02c1cfdbc33214d2d9f977f7b66f4fc131a52cd17b274efcfb80f2fb17d7b469157e99a783cbfe76e0b872a2a75363b208

diff --git a/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild
deleted file mode 100644
index e08ff3b0ea8..000
--- a/media-gfx/gnome-photos/gnome-photos-3.30.1-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Access, organize and share your photos on GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
-
-LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="flickr test upnp-av"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   >=app-misc/tracker-2.0:0/2.0
-   >=dev-libs/glib-2.44:2
-   >=dev-libs/libdazzle-3.26.0
-   gnome-base/gsettings-desktop-schemas
-   >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
-   media-libs/babl
-   >=media-libs/gegl-0.4.0:0.4[cairo,raw]
-   >=media-libs/gexiv2-0.10.8
-   >=media-libs/grilo-0.3.5:0.3=
-   >=media-libs/libpng-1.6:0=
-   >=net-libs/gnome-online-accounts-3.8:=
-   >=net-libs/libgfbgraph-0.2.1:0.2
-   sci-geosciences/geocode-glib
-   >=x11-libs/cairo-1.14
-   >=x11-libs/gdk-pixbuf-2.32:2
-   >=x11-libs/gtk+-3.22.16:3
-   virtual/jpeg:0
-"
-# gnome-online-miners is also used for google, facebook, DLNA - not only flickr
-# but out of all the grilo-plugins, only upnp-av and flickr get used, which 
have USE flags here,
-# so don't pull it always, but only if either USE flag is enabled
-RDEPEND="${COMMON_DEPEND}
-   net-misc/gnome-online-miners[flickr?]
-   upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
-   flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-" # app-text/yelp-tools needed for eautoreconf; otherwise just itstool
-RDEPEND="${RDEPEND}
-   >=app-misc/tracker-miners-2
-"
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable test dogtail)
-}
-
-src_test() {
-   virtx emake check
-}



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

2019-12-23 Thread Mart Raudsepp
commit: f21d5e0a91083305dbefc1c850c3fa4fc4936d7b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:59:37 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21d5e0a

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

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

 media-gfx/gnome-font-viewer/Manifest   |  1 -
 .../gnome-font-viewer-3.30.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 ed6235fc0b6..139101e85e2 100644
--- a/media-gfx/gnome-font-viewer/Manifest
+++ b/media-gfx/gnome-font-viewer/Manifest
@@ -1,2 +1 @@
-DIST gnome-font-viewer-3.30.0.tar.xz 139076 BLAKE2B 
0c84b4e8550df6689f69da1f8b968d436721ba3a9cd97fd7f8f71ad7316af8146d368b65b0702bb7c25c4fd210cf8fb9634620b129505cb3f4f78e3e450c3718
 SHA512 
9ba3dffdd0152c9a1380b39f4f96de7e7d0281c675c0821d4c0be27b7aab9f23d3ca7497b70dcf47807be5cc7fcf252877e5cd0009f6cf1ec231d429477fe600
 DIST gnome-font-viewer-3.32.0.tar.xz 153852 BLAKE2B 
b79279e57b2ce4310acf3d1164da68b9408518456f72d28aae09092c53f9ab5cc6e1754b06c6ed147fdb842f76a3e0e4ad2bd7f5ddad5773091b28eae9811d78
 SHA512 
16b000b16b3e3e996dd83ef7f2a2f6877f6d367c6fd69f26f385dd13cc87a7690cd85e8895008fc7c5ca32ad4a15b763fe918ddc08aaf042f65087289b126681

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild
deleted file mode 100644
index eb3984b8702..000
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.30.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 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 ~sh ~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: gui-libs/amtk/

2019-12-23 Thread Mart Raudsepp
commit: c733484906a18e45c74bb93641d598e44334fd0c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:58:34 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7334849

gui-libs/amtk: remove old

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

 gui-libs/amtk/Manifest  |  1 -
 gui-libs/amtk/amtk-5.0.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest
index dfb4381d8a0..697084076ee 100644
--- a/gui-libs/amtk/Manifest
+++ b/gui-libs/amtk/Manifest
@@ -1,2 +1 @@
-DIST amtk-5.0.0.tar.xz 368524 BLAKE2B 
dae5e6c832fd0cb94a7afa0524a9ce863f72023a3648b01004c834f6a17fa285ccbe4d3ec87b54101b4fa644c3530ec6f4faebf3fa971ef201a4e6455a3fff54
 SHA512 
86433a7b314bfbdd00cd53a7223561645b0ebd40ec519f97b61e8df073b88c76425182ad71a49794090a51eddf68b81f4c7d88c4bf6a618311aa92908f5bea73
 DIST amtk-5.0.1.tar.xz 369192 BLAKE2B 
b31b60045ea122c814a719877ada69fba3753d33c30ad28b5d0c97cd358ae15d98c8f88c038b95aa64e8d5d9b23e3143b75d571f1dc32dc4178af49b0ecf8faf
 SHA512 
21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00

diff --git a/gui-libs/amtk/amtk-5.0.0.ebuild b/gui-libs/amtk/amtk-5.0.0.ebuild
deleted file mode 100644
index db50f92b285..000
--- a/gui-libs/amtk/amtk-5.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
-HOMEPAGE="https://wiki.gnome.org/Projects/Amtk;
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=x11-libs/gtk+-3.22:3
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${DEPEND}
-   >=sys-devel/gettext-0.19.4
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.25
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-gtk-doc \
-   --disable-installed-tests \
-   $(use_enable introspection) \
-   --disable-valgrind
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 7ec6b414e6365d7df5041bec91fde99bcd592528
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:57:48 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec6b414

gnome-extra/sushi: remove old

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

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.30.0.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 5721fd4bccc..033a247f977 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1 @@
-DIST sushi-3.30.0.tar.xz 296940 BLAKE2B 
ff8617aabab16d41c9b072f8cf9774e4f5ce59e0dada05dcad23ba6929005c963d86a1beb5c2a3adc5e8cbaf8a6ce769b48ff53f4979db9f1853bbed0f80fb2d
 SHA512 
48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e
 DIST sushi-3.32.1.tar.xz 65172 BLAKE2B 
ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7
 SHA512 
db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909

diff --git a/gnome-extra/sushi/sushi-3.30.0.ebuild 
b/gnome-extra/sushi/sushi-3.30.0.ebuild
deleted file mode 100644
index e5e99513d77..000
--- a/gnome-extra/sushi/sushi-3.30.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/unoconv support (OOo to pdf)
-# freetype needed for font loader
-# gtk+[X] optionally needed for sushi_create_foreign_window(); when wayland is 
more widespread, might want to not force it
-COMMON_DEPEND="
-   >=x11-libs/gdk-pixbuf-2.23[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   >=dev-libs/gobject-introspection-0.9.6:=
-   >=media-libs/clutter-1.11.4:1.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[X,introspection]
-
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   media-libs/clutter-gst:3.0[introspection]
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-
-   office? ( app-office/unoconv )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-"
-
-src_configure() {
-   gnome2_src_configure --disable-static
-}



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

2019-12-23 Thread Mart Raudsepp
commit: f83c80aabebcf61810db2bfdd5f4baabb9d4f973
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:01:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83c80aa

media-gfx/shotwell: remove old

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

 media-gfx/shotwell/Manifest   |  1 -
 media-gfx/shotwell/shotwell-0.30.2.ebuild | 83 ---
 2 files changed, 84 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 969e226194d..7f4c3e86c2c 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,2 +1 @@
-DIST shotwell-0.30.2.tar.xz 6461648 BLAKE2B 
d54f34c05dcb092149129977bf59f0434ec4082929e3c87d9b4e774f85b47d73ecce1e80a6a29965194e9791eecb018405b43f082fb8b334c8d012f06a00b817
 SHA512 
ee74b9d3fbc5b2a5ca87cbc351fa99f6afaec4ce717166f55d79f41f1b039c272ed9028eb3919874f086f934197806738a54f428e790bca50dd8c9af61c21c36
 DIST shotwell-0.30.7.tar.xz 6455860 BLAKE2B 
81da055e1092b9aed8c635e3e18e9c4bfa5820bb915c17cbb26942ce627179ed6b158c0785f54a2e15049150c3569035f58916483505449d55a2b3822276c44d
 SHA512 
960574212d622c29d7617b874466e639d5a292eefdd2cac00ebcbf96d7db06002b9423440ee47ed84da7064d3eb70ba388b573a94c9e44c07d3b8f87faf09c58

diff --git a/media-gfx/shotwell/shotwell-0.30.2.ebuild 
b/media-gfx/shotwell/shotwell-0.30.2.ebuild
deleted file mode 100644
index e5da9071bf8..000
--- a/media-gfx/shotwell/shotwell-0.30.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.40"
-VALA_MAX_API_VERSION="0.42"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="opencv udev"
-
-COMMON_DEPEND="
-   >=x11-libs/gtk+-3.22.0:3
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8.5:0.8
-   >=net-libs/webkit-gtk-2.4:4
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libxml2-2.6.32:2
-   x11-libs/gdk-pixbuf:2
-   >=dev-db/sqlite-3.5.9:3
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libgphoto2-2.5:=
-   udev? ( >=dev-libs/libgudev-145:= )
-   >=media-libs/gexiv2-0.10.4
-   =media-libs/libraw-0.13.2:=
-   >=media-libs/libexif-0.6.16:=
-   dev-libs/libgdata
-   >=app-crypt/gcr-3:=[gtk]
-   x11-libs/cairo
-   opencv? ( >=media-libs/opencv-2.3.0:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-plugins/gst-plugins-gdkpixbuf:1.0
-   media-plugins/gst-plugins-meta:1.0
-"
-DEPEND="${COMMON_DEPEND}
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   net-libs/libsoup:2.4[vala]
-   media-libs/gexiv2[vala]
-   app-crypt/gcr[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dunity-support=false
-   # -Dpublishers # In 0.30.2 all get compiled in anyways, even if 
restricted list, affects only runtime support
-   -Dextra-plugins=true
-   #trace
-   #measure
-   -Ddupe-detection=true
-   $(meson_use udev)
-   -Dinstall-apport-hook=false
-   $(meson_use opencv face-detection)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 3eb5079b2989e6d1152761dd37af85e01bf875d8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:54:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb5079b

gnome-extra/gnome-directory-thumbnailer: remove old

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

 gnome-extra/gnome-directory-thumbnailer/Manifest   |  1 -
 .../gnome-directory-thumbnailer-0.1.10.ebuild  | 24 --
 2 files changed, 25 deletions(-)

diff --git a/gnome-extra/gnome-directory-thumbnailer/Manifest 
b/gnome-extra/gnome-directory-thumbnailer/Manifest
index a0d5e139f66..d841cb5b02b 100644
--- a/gnome-extra/gnome-directory-thumbnailer/Manifest
+++ b/gnome-extra/gnome-directory-thumbnailer/Manifest
@@ -1,2 +1 @@
-DIST gnome-directory-thumbnailer-0.1.10.tar.xz 277524 BLAKE2B 
3ecff07a7984b1edebf07d5e0199110bfb7e841a5da03d0d8aa55c0029c6e1fa6b6409bbb3294f02187d14ff55580159863f36cff5ce6157f23f1949a0e10661
 SHA512 
0e6a2874f633bfa32f0028f99c8535b3da0b44b3c89cf1e20a8dd23c8cf2e0e7bf7204af04587c4cf3a9614d9111814a8c6474bb43229178447cb3143672f0fc
 DIST gnome-directory-thumbnailer-0.1.11.tar.xz 278788 BLAKE2B 
3e46f3daba581fc6e0e247521a3542207da61e6c8b7912b913ac3637427b8dde802876c1fdda79956b29036dbf08d7247c8452ac2edd7e0f13d6f35e9390692b
 SHA512 
e66ec9855a2de58887425da1ab4f611471cb3f09418d43c24d1b47f4c05180688e37c6670c3c96b53478d7ed3c6a036b669fb129766870bad7fbca90cb726ff8

diff --git 
a/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.10.ebuild
 
b/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.10.ebuild
deleted file mode 100644
index 3c9bd5ca9e1..000
--- 
a/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.10.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Thumbnail generator for directories"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.35:2
-   >=x11-libs/gdk-pixbuf-2.36.5:2
-   >=gnome-base/gnome-desktop-2.2:3=
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   virtual/pkgconfig
-"



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

2019-12-23 Thread Mart Raudsepp
commit: 8c5adae82aade0c3e8d48cbf3cb74abdc799773c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:56:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5adae8

gnome-extra/gnome-tweaks: remove old

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

 gnome-extra/gnome-tweaks/Manifest  |  1 -
 .../gnome-tweaks/gnome-tweaks-3.30.2.ebuild| 50 --
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/gnome-tweaks/Manifest 
b/gnome-extra/gnome-tweaks/Manifest
index f393b81dc86..883637886a8 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1,2 +1 @@
-DIST gnome-tweaks-3.30.2.tar.xz 281820 BLAKE2B 
cd980f77a05d74f556fe461f1dc35122efb23ab0885b84ddb71c873dd6cb424d4ae213d393b7555f8baed8eb5fb3df8afa7d9b4cb92d772ba9eed59892871bfe
 SHA512 
183df35e8051aa1fba54ca45aca64d665f28d92c56879ff6fa60adf3809a05676db15d97d7023bf5ffb9bac33df259eb62742bee3cebeb87d8ffa39679b2c078
 DIST gnome-tweaks-3.32.0.tar.xz 241492 BLAKE2B 
f3c0a25b39726600fc5d53d8d3c343dbcde594642a87fc56dd3fff9b88a3498e0f283568a944fc37445c138201db1f280222eb1161f5b8351c566537404cde5e
 SHA512 
8107e9d2b33ac6c46e8d0076b27a1c3a84e1721e49a6b80da28fe854f6f4f6693bc7f7e836c54d39bafec79dcee8a6e2b2962580a77d7d01bfc06c6d11206d8f

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
deleted file mode 100644
index 7b1c7924d1f..000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit gnome.org meson python-single-r1 xdg
-
-DESCRIPTION="Customize advanced GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks;
-
-LICENSE="GPL-3+ CC0-1.0"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-"
-# See README.md for list of deps
-RDEPEND="${COMMON_DEPEND}
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-   >=gnome-base/gnome-settings-daemon-3
-   x11-themes/sound-theme-freedesktop
-
-   >=dev-libs/glib-2.58:2
-   >=x11-libs/gtk+-3.12:3[introspection]
-   >=gnome-base/gnome-desktop-3.30:3[introspection]
-   net-libs/libsoup:2.4[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gsettings-desktop-schemas-3.28
-   >=gnome-base/gnome-shell-3.24
-   x11-wm/mutter
-"
-DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.8
-"
-
-PATCHES=(
-   "${FILESDIR}"/3.28.1-gentoo-cursor-themes.patch # Add contents of 
Gentoo's cursor theme directory to cursor theme list
-)
-
-src_install() {
-   meson_src_install
-   python_fix_shebang "${ED}"/usr/bin/
-}



[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2019-12-23 Thread Mart Raudsepp
commit: f76c07a3fcc924ce37781beffdc04faaa0a2937b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:46:20 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76c07a3

mail-client/evolution-3.32.4: Don't allow webkitgtk-2.26

This version would be broken (nearly invisible text in messages)
with webkit-gtk-2.26, so don't allow it.
The evolution-3.32.5 bump should work better with webkit-gtk-2.26.
https://gitlab.gnome.org/GNOME/evolution/issues/617

However webkit-gtk-2.26 still would be breaking evolution-3.32.5
too, but that's a separate battle - one which might end up as
a workaround in the webkit-gtk-2.26 bump instead.

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

 mail-client/evolution/evolution-3.32.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-client/evolution/evolution-3.32.4.ebuild 
b/mail-client/evolution/evolution-3.32.4.ebuild
index f122a35d124..e7a76777d84 100644
--- a/mail-client/evolution/evolution-3.32.4.ebuild
+++ b/mail-client/evolution/evolution-3.32.4.ebuild
@@ -32,6 +32,7 @@ COMMON_DEPEND="
>=media-libs/libcanberra-0.25[gtk3]
>=net-libs/libsoup-2.42:2.4
>=net-libs/webkit-gtk-2.16.0:4
+   =x11-libs/cairo-1.9.15:=[glib]
>=x11-libs/gdk-pixbuf-2.24:2
>=x11-libs/gtk+-3.22:3



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

2019-12-23 Thread Mart Raudsepp
commit: ae268becee3bb041f625a91b9eab915a4fea9e9b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:55:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae268bec

gnome-extra/gnome-system-monitor: remove old

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

 gnome-extra/gnome-system-monitor/Manifest  |  1 -
 .../gnome-system-monitor-3.30.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/Manifest 
b/gnome-extra/gnome-system-monitor/Manifest
index 1cf21f5cc9e..e03093a09d6 100644
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ b/gnome-extra/gnome-system-monitor/Manifest
@@ -1,2 +1 @@
-DIST gnome-system-monitor-3.30.0.tar.xz 762004 BLAKE2B 
cf0ef6dde12a34f537e632dca6b45fc16ab49e92aaf49d2e945dded25b5cfbd855506368b82a0f840808760ce563f54fd8683f5a35652a5e10cdb4972ea61864
 SHA512 
c33dc510b15019de745a88d3eef12b5a2b19048bda22878988f22c4482f6a26ab20f5913f3104f2cb1b9566f7148a08b53d4e548f71345363273c51840fa2c8a
 DIST gnome-system-monitor-3.32.1.tar.xz 676936 BLAKE2B 
815c677f637919966868b454b47f9633f130155573f7895e0c70025a59978818051bf8d087761d15416ccb0470c7341365dd95fdeabcdd0711802f828eddfa37
 SHA512 
badfb98e4508096336bba4be79ce359cf4363649e97c1da534ed96a04de4bc57e12b84ed75bfa9086e00b61b6558ee4af25eee14f0d2636d3ee0b62956122cbd

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
deleted file mode 100644
index 5da51d2e0e1..000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.30.0.ebuild
+++ /dev/null
@@ -1,51 +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 xdg
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/stable/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="systemd X"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-cpp/glibmm-2.46:2
-   >=dev-libs/glib-2.56.0:2
-   >=x11-libs/gtk+-3.22:3[X(+)]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=gnome-base/libgtop-2.37.2:2=
-   >=gnome-base/librsvg-2.35:2
-   >=dev-libs/libxml2-2.0:2
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-   systemd? ( >=sys-apps/systemd-44:0= )
-"
-# eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   >=sys-auth/polkit-0.114
-" # polkit needed at buildtime for ITS rules of policy files, first available 
in 0.114
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use X wnck)
-   $(meson_use systemd)
-   )
-   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: media-gfx/simple-scan/

2019-12-23 Thread Mart Raudsepp
commit: f7fbc2ca14c12e5ec9e5bb484885f43bd1a511be
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 22:02:03 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fbc2ca

media-gfx/simple-scan: remove old

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

 media-gfx/simple-scan/Manifest  |  1 -
 media-gfx/simple-scan/simple-scan-3.30.2.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/media-gfx/simple-scan/Manifest b/media-gfx/simple-scan/Manifest
index 4a38c3c18d8..bcb5520d649 100644
--- a/media-gfx/simple-scan/Manifest
+++ b/media-gfx/simple-scan/Manifest
@@ -1,2 +1 @@
-DIST simple-scan-3.30.2.tar.xz 512540 BLAKE2B 
908af68fbd297e2cc0c0c5440166ebc706f6c0a1a88948e9cdfe30a2e9e548125b31e6a00684a8a0db8e4c37c9d0930765b74e2ba9e1d540e4ae705cfd404349
 SHA512 
3a4d19bd36a88124ba43d388807afd1d6a51fc691ed83570a095e3b9719b5db5f3eb457a41bc8e36f2f1bf25ff4ab83edc150d4c0d528e9280ea2da6cdb6
 DIST simple-scan-3.32.2.tar.xz 790800 BLAKE2B 
98e502cbc280285dbe20a0c843d5f8d8b38707e973f2ba6aba2ccef9d739165371f5f30d7d6658853c5a6a280ba2919a98acd02b4757b4e881f96d5a7b53449b
 SHA512 
10322ae72461efe43a4e230443c3aca24aff6f0cab07750c6eab9ebb718889e51d8c77ff722c337f333a8952ac84f69d03ad88eedfd4432ef11f7c7493170e14

diff --git a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild 
b/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
deleted file mode 100644
index 91eb231311d..000
--- a/media-gfx/simple-scan/simple-scan-3.30.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.34"
-VALA_MAX_API_VERSION="0.42"
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Simple document scanning utility"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="colord webp" # packagekit
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.22:3
-   >=sys-libs/zlib-1.2.3.1:=
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   >=dev-libs/libgusb-0.2.7
-   colord? ( >=x11-misc/colord-0.1.24:=[udev] )
-   webp? ( media-libs/libwebp )
-   >=media-gfx/sane-backends-1.0.20:=
-
-   virtual/jpeg:0=
-"
-# packagekit? ( >=app-admin/packagekit-base-1.1.5 )
-RDEPEND="${COMMON_DEPEND}
-   x11-misc/xdg-utils
-"
-DEPEND="${COMMON_DEPEND}
-   $(vala_depend)
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   >=dev-libs/libgusb-0.2.7[vala]
-   colord? ( >=x11-misc/colord-0.1.24:=[vala] )
-"
-
-PATCHES=(
-   # Add control for optional dependencies
-   "${FILESDIR}"/3.26-add-control-optional-deps.patch
-)
-
-src_prepare() {
-   vala_src_prepare
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use colord)
-   -Dpackagekit=false
-   $(meson_use webp)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2019-12-23 Thread Mart Raudsepp
commit: e81203c762ad0a59c26307af0f6bccfc6f242bbb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:57:05 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81203c7

gnome-extra/gnome-weather: remove old

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

 gnome-extra/gnome-weather/Manifest |  1 -
 .../gnome-weather/gnome-weather-3.26.0.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/gnome-extra/gnome-weather/Manifest 
b/gnome-extra/gnome-weather/Manifest
index e2fb01656b4..d46ca5a9587 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1,2 +1 @@
-DIST gnome-weather-3.26.0.tar.xz 5362056 BLAKE2B 
0a427f8be6f8b79346d106430f6673961d03ca6770940f92eb866859907c7dc2e11805091bd9715e922176acad5c971114c9df33e6551c8992051e6ef873a298
 SHA512 
adb5400ca2674142132e499880793f9c4fafaa9a4459b2718eb24180480f8e4e1edb81aad947283208c3fe32f1c662d380421efa1b6b57968268ca64318a33ff
 DIST gnome-weather-3.32.2.tar.xz 5952300 BLAKE2B 
536cac87066eb714bba15db0e662d9e9a0260caf67f3b9d7f2c8677deb3dc514d50768754bab46db1df9dc11367d1cf07690888b93031804d7a37a3898a1a689
 SHA512 
22f2de0f6d4355a44fef332d47a49b995d647d3d8d10c06a77c182d0efd6ea33f62e055f047a665710024ba02c90912ffefe67c8b299da6bb47d899d1d7a3825

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
deleted file mode 100644
index 1505a434582..000
--- a/gnome-extra/gnome-weather/gnome-weather-3.26.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="A weather application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-misc/geoclue-2.3.1:2.0
-   >=dev-libs/gjs-1.50
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=dev-libs/libgweather-3.25.91:=
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.11.4:3
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=dev-util/intltool-0.26
-   virtual/pkgconfig
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure $(use_enable test dogtail)
-}
-
-src_test() {
-   virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 389d4977cffdb51d3f035ce28a97a76fdda16abc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:52:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389d4977

gnome-extra/gnome-calculator: remove old

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

 gnome-extra/gnome-calculator/Manifest  |  1 -
 .../gnome-calculator-3.30.1.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index ad3fc32a4ec..1166798db88 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,2 +1 @@
-DIST gnome-calculator-3.30.1.tar.xz 1070308 BLAKE2B 
dca8e16f754d7ae7ac3371dbe65fcaacf51c251d377cc696c7c9a9ca6b4d9c0f6431acd06c3091e3d3e0f468cc599953452cbbe4de33473e365425ca3add602f
 SHA512 
4c909f36d1e6ff594b9ab76419a6b50962cf4b5de606c4996d311e5ef6511a20d5c3b310919b271b1a0120ed6a0794644faf5a390d94b71ec6bb89883d498565
 DIST gnome-calculator-3.32.2.tar.xz 947096 BLAKE2B 
7c511e4d22971b008587aaa9ee7a44bfa663b663ebaddd6b5d4426f673e0f8975506c3b6aaba2781e3ccbe9ab7b9eb9b9d876c1b8acae9e14b195bfbeb207c42
 SHA512 
ef30ddad8b68367f71c2b894f041affe2b88c8aa90ad40d6128d03e0dc4871fd57d632809a365b14bac0b53dad37a73df564d237b8f45d4c42c38e118cb26de1

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild
deleted file mode 100644
index fb72866fc0d..000
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MAX_API_VERSION="0.42"
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="A calculator application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux"
-
-# gtksourceview vapi definitions in dev-lang/vala itself are too old, and 
newer vala removes them
-# altogether, thus we need them installed by gtksourceview[vala]
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=x11-libs/gtk+-3.19.3:3
-   >=x11-libs/gtksourceview-3.15.1:3.0[vala]
-   >=net-libs/libsoup-2.42:2.4
-   dev-libs/libxml2:2
-   dev-libs/mpc:=
-   dev-libs/mpfr:0=
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   vala_src_prepare
-   xdg_src_prepare
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}



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

2019-12-23 Thread Mart Raudsepp
commit: eb92b35ca244f894fd72928f7d8fe9bd1aeb9aff
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:59:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb92b35c

media-gfx/eog: remove old

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

 media-gfx/eog/Manifest  |  1 -
 media-gfx/eog/eog-3.28.4.ebuild | 69 -
 2 files changed, 70 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 21757dbb32e..358537a45f1 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,2 +1 @@
-DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00
 DIST eog-3.32.2.tar.xz 4601712 BLAKE2B 
84803acf2e2c2cb7451b357d18c7553854dd9a440ee8f951db479641ebf7fe49d8b8185124301c8b272db22d424c31197146e58d0907248cb87aa822441184d6
 SHA512 
c1093db4bce6bfde758a42fddc7ce7437d2adf3aa44a633b253ca3cb75c910e8862a323d182394696c617cb92114919dc576b992e7a65aa5fefb504062382d81

diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
deleted file mode 100644
index cc1f6224d4e..000
--- a/media-gfx/eog/eog-3.28.4.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 gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.53.4:2
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-misc/shared-mime-info-0.20
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   sys-libs/zlib
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   lcms? ( media-libs/lcms:2 )
-   xmp? ( media-libs/exempi:2 )
-   jpeg? ( virtual/jpeg:0 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-   gtk-doc? ( >=dev-util/gtk-doc-1.16
-   app-text/docbook-xml-dtd:4.1.2 )
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use exif libexif)
-   $(meson_use lcms cms)
-   $(meson_use xmp)
-   $(meson_use jpeg libjpeg)
-   $(meson_use svg librsvg)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   -Dinstalled_tests=false
-   )
-   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: media-gfx/eog-plugins/

2019-12-23 Thread Mart Raudsepp
commit: f6772aad54d1883a1b6a2fc32995d71468986b13
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:58:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6772aad

media-gfx/eog-plugins: remove old

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

 media-gfx/eog-plugins/Manifest  |  1 -
 media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
index e2ccf936dec..c4607457e73 100644
--- a/media-gfx/eog-plugins/Manifest
+++ b/media-gfx/eog-plugins/Manifest
@@ -1,2 +1 @@
-DIST eog-plugins-3.26.3.tar.xz 470712 BLAKE2B 
cd5845481006b681555f35d1f353ed624baa83fc8fc45bb889b2418f31a776bf9e08e270f911f61f431123825a5b96fa684f72e378ddd0ad1107ff44a5c98519
 SHA512 
5ea0bbf692fa71fa77b0b78307cceee067c95e80c2e69e173990c1154df8014912f24f8d023eda79da56b7c1bdf0870e5e92b968a68c4961af3fc1382d4f468c
 DIST eog-plugins-3.26.4.tar.xz 42 BLAKE2B 
104ddf58d33e5513349839312fef820af20d7a3e64a3a8cbd7d964d8250564d6cd62c58cf95fb5359ab95eac8fe2b83ed051e6f3dc8144a8884ec72c74a12622
 SHA512 
95f2cf2c6ed84b4801517a708f18e1cd673f814d849029a41491f3719512d6a3a2cb5cb11898a7f972f8b674c682245c99964ba2da19b285ed175b720d5396e8

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild
deleted file mode 100644
index b37c5733944..000
--- a/media-gfx/eog-plugins/eog-plugins-3.26.3.ebuild
+++ /dev/null
@@ -1,64 +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=( python{3_5,3_6} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="+exif map picasa +python"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libpeas-0.7.4:=
-   >=media-gfx/eog-3.15.90
-   >=x11-libs/gtk+-3.14:3
-   exif? ( >=media-libs/libexif-0.6.16 )
-   map? (
-   media-libs/libchamplain:0.12[gtk]
-   >=media-libs/clutter-1.9.4:1.0
-   >=media-libs/clutter-gtk-1.1.2:1.0 )
-   picasa? ( >=dev-libs/libgdata-0.9.1:= )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-libs/glib-2.32:2[dbus]
-   dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   gnome-base/gsettings-desktop-schemas
-   media-gfx/eog[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection] )
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-   use exif && plugins="${plugins},exif-display"
-   use map && plugins="${plugins},map"
-   use picasa && plugins="${plugins},postasa"
-   use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
-   gnome2_src_configure \
-   $(use_enable python) \
-   --with-plugins=${plugins}
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 4b0d1b29c69e74bbf1f3aa9a86c47795fd6e58a5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:55:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0d1b29

gnome-extra/gnome-shell-extensions: remove old

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

 gnome-extra/gnome-shell-extensions/Manifest|  1 -
 .../gnome-shell-extensions-3.30.1.ebuild   | 82 --
 2 files changed, 83 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index 335b92ff62e..601352f0399 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-extensions-3.30.1.tar.xz 198652 BLAKE2B 
d65ae90f6acf607aa1fe2eacfdcd22800b2dfcfee71240b600dd8a2e9e0320ed972a434a68a7020eafcfa6a0eec84572dc9f80258dc96fc205978882fe0c85c8
 SHA512 
492d99bac6345cc0c9e1a8a067859d2ff6d7b1b620277cac43429573e2e952af1a2ad3d94cc2fb5db3978fd15226c7f2231eb4d11fbcf1da39fe07afd58ee7b3
 DIST gnome-shell-extensions-3.32.1.tar.xz 198320 BLAKE2B 
416f77ea37431f8b806b8373f9a18091374f4b40b734375edfff2f673af50c073c3e3091e2b9b4be4241ebfa647b7f44b0f0f6e69460876feb7f90901e499a29
 SHA512 
e587a17eace87e05211bd4a0b8101a731054c99ba708051f6549c5e19974ccfeff75b0802d190d327f5ee8b4595c20e747d492f82c86aa76e0fc1cf3d20f0e4e

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.30.1.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.30.1.ebuild
deleted file mode 100644
index b920b4ed30b..000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.30.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org readme.gentoo-r1 meson xdg
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="examples test"
-KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.26:2
-   >=gnome-base/libgtop-2.28.3[introspection]
-   >=app-eselect/eselect-gnome-shell-extensions-20111211
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-libs/gjs-1.29
-   dev-libs/gobject-introspection:=
-   dev-libs/atk[introspection]
-   gnome-base/gnome-menus:3[introspection]
-   >=gnome-base/gnome-shell-3.30
-   =x11-wm/mutter-3.30[introspection]
-"
-DEPEND="${COMMON_DEPEND}
-   dev-lang/sassc
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? ( dev-lang/spidermonkey:52 )
-"
-
-RESTRICT="!test? ( test )"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="Installed extensions installed are initially disabled by default.
-To change the system default and enable some extensions, you can use
-# eselect gnome-shell-extensions
-
-Alternatively, to enable/disable extensions on a per-user basis,
-you can use the https://extensions.gnome.org/ web interface, the
-gnome-extra/gnome-tweaks GUI, or modify the org.gnome.shell
-enabled-extensions gsettings key from the command line or a script."
-
-src_configure() {
-   meson_src_configure \
-   -Dextension_set=all \
-   -Dclassic_mode=true
-}
-
-src_install() {
-   meson_src_install
-
-   local example="exam...@gnome-shell-extensions.gcampax.github.com"
-   if use examples; then
-   mv "${ED}usr/share/gnome-shell/extensions/${example}" \
-   "${ED}usr/share/doc/${PF}/" || die
-   else
-   rm -r "${ED}usr/share/gnome-shell/extensions/${example}" || die
-   fi
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-
-   readme.gentoo_print_elog
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 8ccf4485a77c2499e3d98cabd5648b589c105133
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:52:38 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccf4485

gnome-extra/gnome-characters: remove old

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

 gnome-extra/gnome-characters/Manifest  |  1 -
 .../gnome-characters-3.30.0.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index cf17ee11f22..647741b566f 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1,2 +1 @@
-DIST gnome-characters-3.30.0.tar.xz 974068 BLAKE2B 
294b401e410e4383120deaa4ef3adad485c27e59879ff412d9eb282678f07faba6fb5a93e01c0aebaac7dbac7abd5c19876a0b84403ad92ffc24211daec961bd
 SHA512 
390536e0e5891497c5bd2374c70085beb5bc7c730f51d889e4147895f24999c5c3e9a0bc466a3d4c5652922f1cd7ce1f8f1a98e61007df59d682c230bc99acd2
 DIST gnome-characters-3.32.1.tar.xz 186516 BLAKE2B 
f6c6b95fbaab9f2e2e6454256bff87b243629927b1806161de2294a8b497cc1f601da747252f14dc8c232bbbaa581140b513a4db0c9993ee05295a82e294787b
 SHA512 
d2c18b136da6ab35938de4adf74ee6c3841f5f8e46f3b1ed2bbb8f9d0e953bba1dc43e105ae2aafc880f3cba37b75a55d274e6776d2bc17a5e30364f5d625537

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
deleted file mode 100644
index 8569891bf15..000
--- a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6} )
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
-
-LICENSE="GPL-2+ BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/gjs-1.50
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=dev-libs/libunistring-0.9.5
-   >=x11-libs/gtk+-3.20:3[introspection]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/pango-1.36[introspection]
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postinst() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 89225311dea86bfbe9e6b933663a8690b7493197
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:52:27 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89225311

gnome-extra/gnome-calendar: remove old

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

 gnome-extra/gnome-calendar/Manifest|  1 -
 .../gnome-calendar/gnome-calendar-3.30.1.ebuild| 60 --
 2 files changed, 61 deletions(-)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index 794c3186400..3e45cfd7376 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,2 +1 @@
-DIST gnome-calendar-3.30.1.tar.xz 2443936 BLAKE2B 
1826488ee03742a9350e589954723264318450d50fa7175955deee8fb3b3bbf2a29fbc6106644bccc062dd45bd9a16e7f40e2928c488bc333ba35d00f2411f25
 SHA512 
acb428f123fe716b41c4e828213b1106296731b5aa99607838219b8e6c802b22d3481eaa91429cfb34bc3d098344f406ea86c5e2f794f26414ba05bf0189fe29
 DIST gnome-calendar-3.32.2.tar.xz 695416 BLAKE2B 
bf5b2b5bd8ea5934075d00614a3888208a06926b8587fc39724850c0fccb7e34920bb650f45a241074f5ea383acb80edf91884936c7b432e0a7f9e672e457b8a
 SHA512 
6a1ee1b41080d7814e9a49b3a95689fb01325c9ac5eb1314b11e7097c3b8b120c7ca45b05c806c3dbac284a70474beaf419773ab185a7cdde96303fcc7cd3915

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild
deleted file mode 100644
index efeb112eac9..000
--- a/gnome-extra/gnome-calendar/gnome-calendar-3.30.1.ebuild
+++ /dev/null
@@ -1,60 +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="Manage your online calendars with simple and modern interface"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="gtk-doc"
-
-# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
-RDEPEND="
-   >=dev-libs/libical-1.0.1:0=
-   >=gnome-base/gsettings-desktop-schemas-3.21.2
-   >=gnome-extra/evolution-data-server-3.17.1:=[gtk]
-   =dev-libs/libdazzle-3.26.1
-   >=dev-libs/glib-2.58.0:2
-   >=x11-libs/gtk+-3.22.0:3
-   >=net-libs/gnome-online-accounts-3.2.0:=
-   >=dev-libs/libgweather-3.27.2:=
-   >=app-misc/geoclue-2.4:2.0
-   >=sci-geosciences/geocode-glib-3.23
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.3 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
-   meson_src_configure \
-   $(meson_use gtk-doc documentation)
-}
-
-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-extra/gnome-shell-frippery/

2019-12-23 Thread Mart Raudsepp
commit: ad31e243b327907575b3e546bca14d1cc8b00eb3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:55:28 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad31e243

gnome-extra/gnome-shell-frippery: remove old

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

 gnome-extra/gnome-shell-frippery/Manifest  |  1 -
 .../gnome-shell-frippery-3.30.2.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest 
b/gnome-extra/gnome-shell-frippery/Manifest
index b10b13f1f12..bf995e85460 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,2 +1 @@
-DIST gnome-shell-frippery-3.30.2.tgz 87885 BLAKE2B 
d79d27c1b9faa5c5f6351fee1f9ee7afe5c7eeb5de94988aee0fdbe283d74eb4175606f70668b4297b295c325f569cb3bc02d26728985ca3d3075eb0c5cf
 SHA512 
a33bc69ddc9ee16b944e456ca537b07b30cab3f010910b0b32a4a5b7ce64d0e766438587f2949a43bd9829ed36ebcdb3f236ea40ec3596a539e06d3fc1f9e6f5
 DIST gnome-shell-frippery-3.32.1.tgz 87307 BLAKE2B 
06226a084be2587db1114d69d5f5c04a28682d3bb98e72c4d6d9ab34e8c4173c0e57c8cfc6a8b204b6d53a8ba3b5dccc9ff2db8681012176364eb20f2c6851fa
 SHA512 
56604c7b47778454e61839e4c81445232357c5f6243974643cfc5f0524eecf8109dfba7af425ec0430aeb4c2845f58bcc9c0710087e6032b0b438e7db8be87aa

diff --git 
a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
deleted file mode 100644
index 2bd0d45c7cf..000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.30.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for 
GNOME 3"
-HOMEPAGE="http://frippery.org/extensions/index.html;
-SRC_URI="http://frippery.org/extensions/${P}.tgz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   app-eselect/eselect-gnome-shell-extensions
-   >=dev-libs/gjs-1.29
-   dev-libs/gobject-introspection:=
-   gnome-base/gnome-menus:3[introspection]
-   >=gnome-base/gnome-shell-3.30
-   

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

2019-12-23 Thread Mart Raudsepp
commit: 86a231ab0489c6f96825af81b094f4b20e6ee93c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:52:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a231ab

gnome-extra/gnome-clocks: remove old

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

 gnome-extra/gnome-clocks/Manifest  |  1 -
 .../gnome-clocks/gnome-clocks-3.30.1.ebuild| 46 --
 2 files changed, 47 deletions(-)

diff --git a/gnome-extra/gnome-clocks/Manifest 
b/gnome-extra/gnome-clocks/Manifest
index be573701f6d..96ef060f7ae 100644
--- a/gnome-extra/gnome-clocks/Manifest
+++ b/gnome-extra/gnome-clocks/Manifest
@@ -1,2 +1 @@
-DIST gnome-clocks-3.30.1.tar.xz 798904 BLAKE2B 
58ffb56191cfb07912c1575291f752aadb5549ae5e369cb4c8904756d1ab5e666591ead6756992090921741abbfcf751e2d3ff76ed82d688caf135c7c091c888
 SHA512 
62fc817a3ea3155b650865f6d5056ba3370da319389206d921e315be878159ff26d0b3063a2c31c85af7447ead10c5fb62bf1dfe4613e2bfac1d01b0ca7b8b3c
 DIST gnome-clocks-3.32.0.tar.xz 505368 BLAKE2B 
54952a9c0340d30e042ac4b947e6a0a8dac9823d8df2c7cb5871a6dca1e259d18a9e212d37d46901b41f1f1e41ce09fa86fb02d9ea90f23bc23bc8d9f159e994
 SHA512 
061d867cffd3d8fcd09e125f8d053b847f2b197a4354f330e8b6c43d7aa5e0cf2bb51b342545c79c352f9dfbddd1667f3e64a40c1e117e6fc63f54289cf7cd2f

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.30.1.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.30.1.ebuild
deleted file mode 100644
index edb2742a480..000
--- a/gnome-extra/gnome-clocks/gnome-clocks-3.30.1.ebuild
+++ /dev/null
@@ -1,46 +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 vala xdg
-
-DESCRIPTION="Clocks application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Clocks;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=dev-libs/libgweather-3.27.2:2=[vala]
-   >=gnome-base/gnome-desktop-3.8:3=
-   >=media-libs/gsound-0.98[vala]
-   >=sci-geosciences/geocode-glib-1
-   >=app-misc/geoclue-2.4:2.0
-   >=x11-libs/gtk+-3.20:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   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-getting-started-docs/

2019-12-23 Thread Mart Raudsepp
commit: 22f6eb15df76c86a74b27419d6095763ca301dfa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:54:59 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f6eb15

gnome-extra/gnome-getting-started-docs: remove old

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

 gnome-extra/gnome-getting-started-docs/Manifest   |  1 -
 .../gnome-getting-started-docs-3.30.0.ebuild  | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/gnome-extra/gnome-getting-started-docs/Manifest 
b/gnome-extra/gnome-getting-started-docs/Manifest
index e5b16d3a94c..beb4626f7c4 100644
--- a/gnome-extra/gnome-getting-started-docs/Manifest
+++ b/gnome-extra/gnome-getting-started-docs/Manifest
@@ -1,2 +1 @@
-DIST gnome-getting-started-docs-3.30.0.tar.xz 110244480 BLAKE2B 
91acfa8731a60bb98c88ffb23bf46ba5bc83feee51ed8a6ae75d5e7c7c5695db9fe715d54ffaa7b1cbe2fbc9c0dcae86b577f81deec6acb7bb57d92f788f
 SHA512 
15d7db0aba5c4ce056700ff6f1d5c23ad5cad5c113ed9c83aa0e569262d6c489bb48eedc697d25e25d3cfae7df3b8da039b84c612b9eba9346b4b4c2b4494952
 DIST gnome-getting-started-docs-3.32.2.tar.xz 110300936 BLAKE2B 
214e9896c0b3c3a4886cf24cbd5448d27a47cc14f0729e7c790eedd8a1edb3bd11dacae76b16f7b940bed81b74168927a0d708f6ab9e74ceab1c22dc22a7c651
 SHA512 
19b9c8fa9f03799287989c7cffb74bdb17b12d7045a61dd9d3d2921e8f06071f5f01b2d9ec956cede159208fd7ca4f367e11ef9820224e9a5f611100962c21fc

diff --git 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild
 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild
deleted file mode 100644
index 11df07c435b..000
--- 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Help a new user get started in GNOME"
-HOMEPAGE="https://help.gnome.org/;
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="gnome-extra/gnome-user-docs"
-DEPEND="dev-util/itstool"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"



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

2019-12-23 Thread Mart Raudsepp
commit: 8892e07435982875b97bffbeca9c0d01f638561d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:58:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8892e074

gnome-extra/yelp: remove old

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

 gnome-extra/yelp/Manifest   |  1 -
 gnome-extra/yelp/yelp-3.30.0.ebuild | 60 -
 2 files changed, 61 deletions(-)

diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
index 7cbd792203d..ad16ae060d0 100644
--- a/gnome-extra/yelp/Manifest
+++ b/gnome-extra/yelp/Manifest
@@ -1,2 +1 @@
-DIST yelp-3.30.0.tar.xz 1393176 BLAKE2B 
a00277f7a2498d2a6c51c8375fc52293a40f111ab441bf00e25fbfa054914e4752a65b8fcb5eace74393c61431a0e5c9bcebe8b35dc8b00f96d3a3c362079f77
 SHA512 
fd6da1731e55bd796593f0ed4d566b380996d21ca0264033a5b6afaf0ba8d445a2b04a9fcbe0a1091f2244a6ee2c92814bbb86db8de59b2c230b746dbd0df564
 DIST yelp-3.32.2.tar.xz 1538964 BLAKE2B 
f4d7947f29b40bc033e2d3e010c39f8ff43de765bc4a2c446f02beab4888ded287681db2c140951f19aa9075aceff6f08658d0f434b5cd9d39e7e53e6cc00c31
 SHA512 
be0e2a7919ba8aef8eeb13e4d195e745afcd113350b32bad5ccf204f544107bebcadee364508402ad7906dd5484b9f21288ae13edcaab47a02b54e31f3379cfd

diff --git a/gnome-extra/yelp/yelp-3.30.0.ebuild 
b/gnome-extra/yelp/yelp-3.30.0.ebuild
deleted file mode 100644
index 45a024bdff1..000
--- a/gnome-extra/yelp/yelp-3.30.0.ebuild
+++ /dev/null
@@ -1,60 +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 gnome2
-
-DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Yelp;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-RDEPEND="
-   app-arch/bzip2:=
-   >=app-arch/xz-utils-4.9:=
-   dev-db/sqlite:3=
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libxml2-2.6.5:2
-   >=dev-libs/libxslt-1.1.4
-   >=gnome-extra/yelp-xsl-3.27.1
-   >=net-libs/webkit-gtk-2.19.2:4
-   >=x11-libs/gtk+-3.13.3:3
-   x11-themes/adwaita-icon-theme
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.41.0
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Fix compatibility with Gentoo's sys-apps/man
-   # https://bugzilla.gnome.org/show_bug.cgi?id=648854
-   eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --enable-bz2 \
-   --enable-lzma \
-   APPSTREAM_UTIL=""
-}
-
-src_install() {
-   gnome2_src_install
-   exeinto /usr/libexec/
-   doexe "${S}"/libyelp/yelp-groff
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 6dcc82eaaec500b7b073b4221d4c0b25c613a8a3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:57:27 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcc82ea

gnome-extra/mousetweaks: remove old

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

 gnome-extra/mousetweaks/Manifest  |  1 -
 gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/gnome-extra/mousetweaks/Manifest b/gnome-extra/mousetweaks/Manifest
index 6044e040f22..220ef741a4f 100644
--- a/gnome-extra/mousetweaks/Manifest
+++ b/gnome-extra/mousetweaks/Manifest
@@ -1,2 +1 @@
-DIST mousetweaks-3.12.0.tar.xz 287236 BLAKE2B 
e0036131b3f6066b0fdb8dfb92531d1e1c1c1366c14f6016a8c41333892d85b6c7f11a754d82d0f3227b57b80d7bb72f3e0f0264c422fcda5451205ee3fc75a8
 SHA512 
9e2180ad6ba1abec34a4e2846c31d9195c835a60657be146f2d9526a9c08b1fa4d5b42003203d7c94ec38066a99f10bcd37057d113c4c57f3e401199138de1c0
 DIST mousetweaks-3.32.0.tar.xz 372088 BLAKE2B 
59e6dbafe9d8ec2cd0578cd1a01ff9e7d575fdac2381998653f1a91ab4493e02a0cf99a187a47b39bd277726df912e32d5572a39df27858de0929fa3999a699e
 SHA512 
3711c2aa1bc40f80a75857bf8a35dbe24443f8040cf8131e32818c797da44f2bb54d58f804ec8df7a95f66ff2e5db8c48067fca97c16ffa59239ecdf101c4a52

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild 
b/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
deleted file mode 100644
index b875f76ccf2..000
--- a/gnome-extra/mousetweaks/mousetweaks-3.12.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.25.9:2
-   >=x11-libs/gtk+-3:3[X]
-   >=gnome-base/gsettings-desktop-schemas-0.1
-
-   x11-libs/libX11
-   x11-libs/libXtst
-   x11-libs/libXfixes
-   x11-libs/libXcursor
-"
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.40
-   dev-util/glib-utils
-   virtual/pkgconfig
-"



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

2019-12-23 Thread Mart Raudsepp
commit: 6cf0be291f23c1af30b44071ea9be12ec7d95eeb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:56:31 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf0be29

gnome-extra/gnome-user-docs: remove old

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

 gnome-extra/gnome-user-docs/Manifest   |  1 -
 .../gnome-user-docs/gnome-user-docs-3.30.2.ebuild  | 41 --
 2 files changed, 42 deletions(-)

diff --git a/gnome-extra/gnome-user-docs/Manifest 
b/gnome-extra/gnome-user-docs/Manifest
index 30c14ff3c96..b553ba48401 100644
--- a/gnome-extra/gnome-user-docs/Manifest
+++ b/gnome-extra/gnome-user-docs/Manifest
@@ -1,2 +1 @@
-DIST gnome-user-docs-3.30.2.tar.xz 15707236 BLAKE2B 
4a0f83078c8a0360719a89f8a2a0d79d564452fe65e7037479288730c5155be1b26901c10863e9b35727c23458b7015ade326db6a6f78fa95b8f541b3dc5b361
 SHA512 
43f2d12a1f5ca03e5af24f599f688f1ed849d8466cb12f4b67c36601a1b6e236bd98e505ebcde677ae80be8cca71b32996bcb87715fa50c30cc5729ffc957b33
 DIST gnome-user-docs-3.32.3.tar.xz 15861776 BLAKE2B 
cc4a73319ced02d7e087d2e9e1a70db22fbac3f9bebc34deb029c913573b34b58977007fe274841c6b61d05c3e169f959425c28846f1c741944f61c1c01b53a2
 SHA512 
4b62be1812ae67283281ec9d5dfd7e694dd01c04ede949cef76ab42dde72b74f90a67bc359e86700f515ddff920fb81a40e91acef56c85b40b49ce0505c1f7ed

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.30.2.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-3.30.2.ebuild
deleted file mode 100644
index 359d9f28abe..000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.30.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME end user documentation"
-HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs;
-
-LICENSE="CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
-   test? ( dev-libs/libxml2 )
-"
-# eautoreconf requires:
-#  app-text/yelp-tools
-# rebuilding translations requires:
-#  app-text/yelp-tools
-#  dev-util/gettext
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip
-   !test? ( test )"
-
-src_configure() {
-   # itstool is only needed for rebuilding translations
-   # xmllint is only needed for tests
-   gnome2_src_configure \
-   $(usex test "" XMLLINT=$(type -P true)) \
-   ITSTOOL=$(type -P true)
-}
-
-src_compile() {
-   # Do not compile; "make all" with unset LINGUAS rebuilds all 
translations,
-   # which can take > 2 hours on a Core i7.
-   return
-}



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

2019-12-23 Thread Mart Raudsepp
commit: fbc5e9f9b8a53839eceffd4c03a4594a15fefeeb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:56:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 22:02:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc5e9f9

gnome-extra/gnome-user-share: remove old

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

 gnome-extra/gnome-user-share/Manifest  |  1 -
 .../gnome-user-share-3.28.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/gnome-user-share/Manifest 
b/gnome-extra/gnome-user-share/Manifest
index caa48706830..155f60321c9 100644
--- a/gnome-extra/gnome-user-share/Manifest
+++ b/gnome-extra/gnome-user-share/Manifest
@@ -1,2 +1 @@
-DIST gnome-user-share-3.28.0.tar.xz 393516 BLAKE2B 
f17efe9b763b14bb67837d65973f1125ac2bd9d49dabc359aca6fa040cb32d656d71236e306b4e97b39e49e07198aff4b3f456d62937baeff01b50d1a5ccfb67
 SHA512 
1b7ca604fec69402312f801d5b7117d99cb82bca674a4e4d279bda8ba9ca96c70dfd2c815d571094c1a95eb0e9084cd560445257dce194f6050d68c17ae4bb1d
 DIST gnome-user-share-3.32.0.1.tar.xz 439696 BLAKE2B 
278e46adfdb2a24a2b9d8d76e38bb9a6cb1b5ee85c820fbc38aa1ebbed2481537dc8686dccef3d213c0c83bb236f1431a9706b3d6cceace78172d93798534d76
 SHA512 
d644aaf0c0b593188936505391b1927d883234ffa5acd6d04675575fc68409512b416d87ca6d0a7960187b433a874f2da6ec2d304eccbab8846446f89df8297e

diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild 
b/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild
deleted file mode 100644
index 261d8913584..000
--- a/gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild
+++ /dev/null
@@ -1,50 +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 gnome2 multilib systemd
-
-DESCRIPTION="Personal file sharing for the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-user-share;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-# FIXME: could libnotify be made optional ?
-# FIXME: selinux automagic support
-RDEPEND="
-   >=dev-libs/glib-2.28:2
-   >=x11-libs/gtk+-3:3
-   >=gnome-base/nautilus-3.27.90
-   media-libs/libcanberra[gtk3]
-   >=www-apache/mod_dnssd-0.6
-   
>=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
-   >=x11-libs/libnotify-0.7:=
-   sys-apps/systemd
-"
-DEPEND="${RDEPEND}
-   !=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # Upstream forces to use prefork because of Fedora defaults, but
-   # that is problematic for us (bug #551012)
-   # https://bugzilla.gnome.org/show_bug.cgi?id=750525#c2
-   "${FILESDIR}"/${PN}-3.18.1-no-prefork.patch
-)
-
-src_configure() {
-   gnome2_src_configure \
-   --with-httpd=apache2 \
-   --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-}



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/, lxqt-base/liblxqt/files/

2019-12-23 Thread Andreas Sturmlechner
commit: 9dc3a09a2a42ed944c1a4297fb63ad698013f991
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Dec 23 19:01:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 23 21:45:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc3a09a

lxqt-base/liblxqt: fix build with Qt 5.14

Closes: https://bugs.gentoo.org/703596
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jimi Huotari  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14108
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/liblxqt-0.14.1-qt-5.14-build.patch   | 24 ++
 lxqt-base/liblxqt/liblxqt-0.14.1.ebuild|  2 ++
 2 files changed, 26 insertions(+)

diff --git a/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch 
b/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch
new file mode 100644
index 000..54fd90676ea
--- /dev/null
+++ b/lxqt-base/liblxqt/files/liblxqt-0.14.1-qt-5.14-build.patch
@@ -0,0 +1,24 @@
+From 534c6f6b5240daa81a2b6206a8ec028a69ee5c2d Mon Sep 17 00:00:00 2001
+From: Jimi Huotari 
+Date: Mon, 23 Dec 2019 21:20:16 +0200
+Subject: [PATCH] Fix build with Qt 5.14.
+
+---
+ lxqtpowermanager.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lxqtpowermanager.cpp b/lxqtpowermanager.cpp
+index aef5ca2..b0926f9 100644
+--- a/lxqtpowermanager.cpp
 b/lxqtpowermanager.cpp
+@@ -32,6 +32,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include "lxqttranslator.h"
+ #include "lxqtglobals.h"
+ #include "lxqtsettings.h"
+-- 
+2.24.1
+

diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild 
b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
index 5ad13018bb8..7e6e0123112 100644
--- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
@@ -19,6 +19,8 @@ fi
 LICENSE="LGPL-2.1+ BSD"
 SLOT="0/$(ver_cut 1-2)"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" ) # Bug 703596
+
 BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-config/files/, lxqt-base/lxqt-config/

2019-12-23 Thread Andreas Sturmlechner
commit: e7e02c3059397c8b53457efbb0f72668c2fbdbc3
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Dec 23 19:14:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 23 21:45:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e02c30

lxqt-base/lxqt-config: fix build with Qt 5.14

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jimi Huotari  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/lxqt-config-0.14.1-qt-5.14-build.patch| 21 +
 lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild  |  2 ++
 2 files changed, 23 insertions(+)

diff --git a/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch 
b/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
new file mode 100644
index 000..31b22cd6eaa
--- /dev/null
+++ b/lxqt-base/lxqt-config/files/lxqt-config-0.14.1-qt-5.14-build.patch
@@ -0,0 +1,21 @@
+From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
+From: Chih-Hsuan Yen 
+Date: Sun, 15 Dec 2019 09:32:55 +0800
+Subject: [PATCH] Fix building with Qt 5.14
+
+---
+ lxqt-config-input/touchpaddevice.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lxqt-config-input/touchpaddevice.cpp 
b/lxqt-config-input/touchpaddevice.cpp
+index 31adbe5f..41690c2c 100644
+--- a/lxqt-config-input/touchpaddevice.cpp
 b/lxqt-config-input/touchpaddevice.cpp
+@@ -21,6 +21,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild 
b/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild
index 263309fa6e7..da4ec98c1f4 100644
--- a/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild
+++ b/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild
@@ -20,6 +20,8 @@ LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
 SLOT="0"
 IUSE="+monitor +touchpad"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" )
+
 BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-globalkeys/files/, lxqt-base/lxqt-globalkeys/

2019-12-23 Thread Andreas Sturmlechner
commit: 6411fae8d36cc2f5cb755cea87e9ec8bef3095d1
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Dec 23 19:11:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 23 21:45:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6411fae8

lxqt-base/lxqt-globalkeys: fix build with Qt 5.14

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jimi Huotari  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../lxqt-globalkeys-0.14.1-qt-5.14-build.patch  | 21 +
 .../lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild   |  2 ++
 .../lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild   |  2 ++
 3 files changed, 25 insertions(+)

diff --git 
a/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch 
b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch
new file mode 100644
index 000..b545f5de61b
--- /dev/null
+++ b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch
@@ -0,0 +1,21 @@
+From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001
+From: Chih-Hsuan Yen 
+Date: Sun, 15 Dec 2019 09:33:12 +0800
+Subject: [PATCH] Fix building with Qt 5.14
+
+---
+ daemon/core.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/daemon/core.cpp b/daemon/core.cpp
+index 1be64ec..53bdf7b 100644
+--- a/daemon/core.cpp
 b/daemon/core.cpp
+@@ -33,6 +33,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild
index 49dee3033b3..aad48dd0656 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild
@@ -19,6 +19,8 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" )
+
 BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
index 61c059834d6..bb7cf41bf3c 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
@@ -19,6 +19,8 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
+PATCHES=( "${FILESDIR}/${PN}-0.14.1-qt-5.14-build.patch" )
+
 BDEPEND="
dev-qt/linguist-tools:5
>=dev-util/lxqt-build-tools-0.6.0



[gentoo-commits] repo/gentoo:master commit in: acct-user/stubby/

2019-12-23 Thread Anthony G. Basile
commit: 2673612abaf39918b3e743ccfcc4848471bd62b0
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Dec 22 03:35:29 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec 23 21:42:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2673612a

acct-user/stubby: new user for net-dns/getdns (UID 476)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 acct-user/stubby/metadata.xml|  8 
 acct-user/stubby/stubby-0.ebuild | 12 
 2 files changed, 20 insertions(+)

diff --git a/acct-user/stubby/metadata.xml b/acct-user/stubby/metadata.xml
new file mode 100644
index 000..d920e3ba3e5
--- /dev/null
+++ b/acct-user/stubby/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+

diff --git a/acct-user/stubby/stubby-0.ebuild b/acct-user/stubby/stubby-0.ebuild
new file mode 100644
index 000..9c368c50630
--- /dev/null
+++ b/acct-user/stubby/stubby-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="Stubby program user (from net-dns/getdns)"
+ACCT_USER_ID=476
+ACCT_USER_GROUPS=( stubby )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/, net-dns/getdns/files/

2019-12-23 Thread Anthony G. Basile
commit: 5b644cb1a2c287eee592935fcc005ae5b1cf25fa
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Dec 22 01:44:37 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec 23 21:42:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b644cb1

net-dns/getdns: bump version to 1.6.0_beta1

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-dns/getdns/Manifest  |  1 +
 net-dns/getdns/files/stubby.initd-r2 | 28 ++
 net-dns/getdns/getdns-1.6.0_beta1.ebuild | 87 
 3 files changed, 116 insertions(+)

diff --git a/net-dns/getdns/Manifest b/net-dns/getdns/Manifest
index 6c5178376c6..144eeeba9b3 100644
--- a/net-dns/getdns/Manifest
+++ b/net-dns/getdns/Manifest
@@ -1,2 +1,3 @@
 DIST getdns-1.5.1.tar.gz 1075728 BLAKE2B 
fd6ac52a302ecf22cc913d8de6f93f9ab125429d0eb9d6e233f23b84bb2e242573cd93997f88b4d1a2493273691dab897efc8509a0e3f03f6fddcb9d3b53ecb6
 SHA512 
4013cb4f00cc87164380c22dc6f82a4fd54702769c28eeb7cfcb13fb35ef41e32916c36a1aa2f6ef05f008da97bea5c7ed849aedc6ae7050c285f9589a9817b0
 DIST getdns-1.5.2.tar.gz 1091088 BLAKE2B 
c5f32af794f3c710c0f84027d38ca393c72a438905c5e2fe49f2d20477e3f90f855d280f43d0ef7d204fa67d95ebdb960ce86d934e26c1ef3030f263f98ec7f4
 SHA512 
42e56264578f59e94d0a7315cd9cb1720f24c7a9abbaa09e1b42c274d15d1082ad4a036fa3c10573cf4d0ee6d868b6fcedf3a7cd64b53bdabd9d45542e479ca4
+DIST getdns-1.6.0-beta.1.tar.gz 669637 BLAKE2B 
cab019c38a0e7268a3ffef7ffd6b52ab3565bbf0b4ea4e897d60cfc0885ee7d32d8bd22e58f24b554e03d4297945d4eaa915aff254f43d4e82455f1070923d46
 SHA512 
b36d05b09b5ab7c384fdb93820bc6ad253e9a44da9c7ea38c735882e56e03eaba1793ea22068d03867ed2ade71682686a359b1b0a821eed4a5f3bebeeaeeb7e2

diff --git a/net-dns/getdns/files/stubby.initd-r2 
b/net-dns/getdns/files/stubby.initd-r2
new file mode 100755
index 000..69e76c0acfd
--- /dev/null
+++ b/net-dns/getdns/files/stubby.initd-r2
@@ -0,0 +1,28 @@
+#!/sbin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+stubby_opts="-C ${STUBBY_CONFIG_FILE:-/etc/stubby/stubby.yml} -v 
${STUBBY_LOGLEVEL:-5}"
+command="capsh"
+command_args="--inh=cap_net_bind_service --user=stubby -- -c '/usr/bin/stubby 
-g ${stubby_opts} >>/var/log/stubby.log 2>&1'"
+pidfile="/run/stubby.pid"
+name="DNS Privacy Daemon"
+
+depend()
+{
+   provide dns
+   need localmount net
+   after bootmisc
+   use logger
+}
+
+start_pre()
+{
+   checkpath -f -m 0644 -o stubby:stubby /run/stubby.pid
+   checkpath -f -m 0644 -o stubby:stubby /var/log/stubby.log
+}
+
+stop_post()
+{
+   [ -f /run/stubby.pid ] && rm /run/stubby.pid
+}

diff --git a/net-dns/getdns/getdns-1.6.0_beta1.ebuild 
b/net-dns/getdns/getdns-1.6.0_beta1.ebuild
new file mode 100644
index 000..7b782226afc
--- /dev/null
+++ b/net-dns/getdns/getdns-1.6.0_beta1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+_SRCURI_P="${P/%_beta1/-beta.1}"
+
+inherit cmake-utils fcaps systemd
+
+DESCRIPTION="Modern asynchronous DNS API"
+HOMEPAGE="https://getdnsapi.net/;
+SRC_URI="https://getdnsapi.net/releases/${_SRCURI_P//./-}/${_SRCURI_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples +getdns-query +getdns-server-mon gnutls +idn libev libevent 
libuv static-libs stubby +unbound"
+
+S="${WORKDIR}/${_SRCURI_P}"
+
+# https://bugs.gentoo.org/661760
+# https://github.com/getdnsapi/getdns/issues/407
+RESTRICT="test"
+
+DEPEND="
+   dev-libs/libbsd:=
+   dev-libs/libyaml:=
+   dev-libs/openssl:0=
+   idn? ( net-dns/libidn2:= )
+   gnutls? (
+   net-libs/gnutls:0=[dane,openssl]
+   dev-libs/nettle:0=
+   )
+   libev? ( dev-libs/libev:= )
+   libevent? ( dev-libs/libevent:= )
+   libuv? ( dev-libs/libuv:= )
+   unbound? ( >=net-dns/unbound-1.5.9:= )
+"
+RDEPEND="
+   ${DEPEND}
+   stubby? (
+   acct-group/stubby
+   acct-user/stubby
+   sys-libs/libcap:=
+   )
+"
+BDEPEND="
+   doc? ( app-doc/doxygen )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.4.2-stubby.service.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_RUNSTATEDIR=/var/run
+   -DENABLE_STATIC=$(usex static-libs)
+   -DBUILD_GETDNS_QUERY=$(usex getdns-query)
+   -DBUILD_GETDNS_SERVER_MON=$(usex getdns-server-mon)
+   -DUSE_GNUTLS=$(usex gnutls)
+   -DUSE_LIBIDN2=$(usex idn)
+   -DUSE_LIBEV=$(usex libev)
+   -DUSE_LIBEVENT2=$(usex libevent)
+   -DUSE_LIBUV=$(use_with libuv)
+   -DBUILD_STUBBY=$(usex stubby)
+   -DENABLE_UNBOUND_EVENT_API=$(usex unbound)
+   

[gentoo-commits] repo/gentoo:master commit in: acct-group/stubby/

2019-12-23 Thread Anthony G. Basile
commit: c040398fef03626a4ca490d464b3fd1cba19477b
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Dec 22 03:25:45 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Dec 23 21:42:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c040398f

acct-group/stubby: new group for net-dns/getdns (GID 476)

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 acct-group/stubby/metadata.xml| 8 
 acct-group/stubby/stubby-0.ebuild | 9 +
 2 files changed, 17 insertions(+)

diff --git a/acct-group/stubby/metadata.xml b/acct-group/stubby/metadata.xml
new file mode 100644
index 000..d920e3ba3e5
--- /dev/null
+++ b/acct-group/stubby/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bluen...@gentoo.org
+   Anthony G. Basile
+   
+

diff --git a/acct-group/stubby/stubby-0.ebuild 
b/acct-group/stubby/stubby-0.ebuild
new file mode 100644
index 000..3cee33900ff
--- /dev/null
+++ b/acct-group/stubby/stubby-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="Stubby program group (from net-dns/getdns)"
+ACCT_GROUP_ID=476



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

2019-12-23 Thread Thomas Deutschmann
commit: 800cc0b84d540950fd4b4b30aececd713e7603e6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 23 21:41:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 23 21:41:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800cc0b8

dev-libs/cyrus-sasl: bump to EAPI=7

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

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
index 25c41df746a..eae354404ea 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit flag-o-matic multilib multilib-minimal autotools pam java-pkg-opt-2 
db-use systemd eapi7-ver
+inherit flag-o-matic multilib multilib-minimal autotools pam java-pkg-opt-2 
db-use systemd
 
 SASLAUTHD_CONF_VER="2.1.26"
 
@@ -210,7 +210,7 @@ multilib_src_install_all() {
newdoc pwcheck/README README.pwcheck
 
newdoc docsrc/sasl/release-notes/$(ver_cut 1-2)/index.rst release-notes
-   edos2unix ${ED%/}/usr/share/doc/${PF}/release-notes
+   edos2unix "${ED}/usr/share/doc/${PF}/release-notes"
 
docinto html
dodoc doc/html/*.html



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

2019-12-23 Thread Thomas Deutschmann
commit: ec41e92e4aec19aa605f5d410ba06cc86e7b48f0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 23 21:34:38 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 23 21:34:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec41e92e

dev-libs/cyrus-sasl: fix CVE-2019-19906

Bug: https://bugs.gentoo.org/703628
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild| 259 +
 .../files/cyrus-sasl-2.1.27-CVE-2019-19906.patch   |  20 ++
 2 files changed, 279 insertions(+)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
new file mode 100644
index 000..25c41df746a
--- /dev/null
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r3.ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic multilib multilib-minimal autotools pam java-pkg-opt-2 
db-use systemd eapi7-ver
+
+SASLAUTHD_CONF_VER="2.1.26"
+
+DESCRIPTION="The Cyrus SASL (Simple Authentication and Security Layer)"
+HOMEPAGE="https://www.cyrusimap.org/sasl/;
+#SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz;
+SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD-with-attribution"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam 
postgres sample selinux sqlite srp ssl static-libs urandom"
+
+CDEPEND="
+   net-mail/mailbase
+   authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) )
+   berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] )
+   gdbm? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] )
+   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
+   mysql? ( dev-db/mysql-connector-c:0=[${MULTILIB_USEDEP}] )
+   pam? ( >=sys-libs/pam-0-r1[${MULTILIB_USEDEP}] )
+   postgres? ( dev-db/postgresql:* )
+   sqlite? ( >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] )
+   ssl? (
+   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+   )
+   java? ( >=virtual/jdk-1.6:= )"
+
+REQUIRED_USE="ldapdb? ( openldap )"
+
+RDEPEND="
+   ${CDEPEND}
+   selinux? ( sec-policy/selinux-sasl )"
+
+DEPEND="${CDEPEND}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/sasl/md5global.h
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.1.27-avoid_pic_overwrite.patch"
+   "${FILESDIR}/${PN}-2.1.27-autotools_fixes.patch"
+   "${FILESDIR}/${PN}-2.1.27-as_needed.patch"
+   "${FILESDIR}/${PN}-2.1.25-auxprop.patch"
+   "${FILESDIR}/${PN}-2.1.27-gss_c_nt_hostbased_service.patch"
+   "${FILESDIR}/${PN}-2.1.26-missing-size_t.patch"
+   "${FILESDIR}/${PN}-2.1.27-doc_build_fix.patch"
+   "${FILESDIR}/${PN}-2.1.27-memmem.patch"
+   "${FILESDIR}/${PN}-2.1.27-CVE-2019-19906.patch"
+)
+
+pkg_setup() {
+   java-pkg-opt-2_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # Get rid of the -R switch (runpath_switch for Sun)
+   # >=gcc-4.6 errors out with unknown option
+   sed -i -e '/LIB_SQLITE.*-R/s/ -R[^"]*//' \
+   configure.ac || die
+
+   # Use plugindir for sasldir
+   sed -i '/^sasldir =/s:=.*:= $(plugindir):' \
+   "${S}"/plugins/Makefile.{am,in} || die "sed failed"
+
+   # #486740 #468556
+   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \
+   -e 's:AC_CONFIG_MACRO_DIR:AC_CONFIG_MACRO_DIRS:g' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # getpassphrase is defined in /usr/include/stdlib.h
+   append-cppflags -DHAVE_GETPASSPHRASE
+   else
+   # this horrendously breaks things on Solaris
+   append-cppflags -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED 
-D_BSD_SOURCE -DLDAP_DEPRECATED
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # Java support.
+   multilib_is_native_abi && use java && export JAVAC="${JAVAC} 
${JAVACFLAGS}"
+
+   local myeconfargs=(
+   --enable-login
+   --enable-ntlm
+   --enable-auth-sasldb
+   --disable-cmulocal
+   --disable-krb4
+   --disable-macos-framework
+   --enable-otp
+   --without-sqlite
+   --with-saslauthd="${EPREFIX}"/run/saslauthd
+   

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

2019-12-23 Thread Mart Raudsepp
commit: 483f64af56223e4b899c9468f6f51a22ad11b17e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:28:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:28:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483f64af

gnome-base/nautilus: remove old

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

 gnome-base/nautilus/Manifest   |   1 -
 .../nautilus/files/3.30.5-CVE-2019-11461.patch |  30 --
 .../nautilus/files/3.30.5-seccomp-sparc32.patch|  27 -
 .../files/3.30.5-thumbnailer-updates.patch | 113 -
 .../files/3.30.5-thumbnailer-updates2.patch|  46 -
 gnome-base/nautilus/nautilus-3.30.5-r1.ebuild  | 106 ---
 6 files changed, 323 deletions(-)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index f39a559f56c..c27e9f9b5a9 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,2 +1 @@
-DIST nautilus-3.30.5.tar.xz 3254344 BLAKE2B 
64da158ee661fc259a14f890bf6ad343f720245df6b9475ff047993570ea4e7234723eb242f057bc85b7ea95d38a99b5c2f5d546e982a3e3e32b7fc75cabb786
 SHA512 
e38a8bb380460d902e4ec6219d0e147a4245e790b18fb18ab9474ec2ae002a971243c6b09b8fec267e65c7ecc7bb1217191c4f5cb9547b3b9d5b0793068103cf
 DIST nautilus-3.32.3.tar.xz 3197820 BLAKE2B 
28140210a855fe62faba4f0833067a81c4d8f71c0cc870ba4fdcc016754b01df003e45f636836f67cced8515aba8c8fb7922de788a14bfe0f0cc4518010aed5f
 SHA512 
f19710f02bd91edb2d2f6cb8f46be6bebea3edfed14a07612444d5990533bafd032b604d65533727eb377b574d6bd4c82dbe11894d85ad254ee1473b683c4392

diff --git a/gnome-base/nautilus/files/3.30.5-CVE-2019-11461.patch 
b/gnome-base/nautilus/files/3.30.5-CVE-2019-11461.patch
deleted file mode 100644
index 6c2d061123f..000
--- a/gnome-base/nautilus/files/3.30.5-CVE-2019-11461.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 83949ed5800ec99953f5ee8d2bf8b90a69daa850 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro 
-Date: Sat, 13 Apr 2019 13:57:36 -0500
-Subject: [PATCH] thumbnailer: fix incomplete TIOCSTI filtering
-
-Fixes #112
-
-See also: https://github.com/flatpak/flatpak/issues/2782

- libgnome-desktop/gnome-desktop-thumbnail-script.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-leio: Adjusted to apply to nautilus copy
-
-diff --git a/libgnome-desktop/gnome-desktop-thumbnail-script.c 
b/libgnome-desktop/gnome-desktop-thumbnail-script.c
-index 9468b51c..3b3d1ea9 100644
 a/src/gnome-desktop/gnome-desktop-thumbnail-script.c
-+++ b/src/gnome-desktop/gnome-desktop-thumbnail-script.c
-@@ -343,7 +343,7 @@ setup_seccomp (GPtrArray  *argv_array,
- {SCMP_SYS (clone), _A0 (SCMP_CMP_MASKED_EQ, CLONE_NEWUSER, 
CLONE_NEWUSER)},
- 
- /* Don't allow faking input to the controlling tty (CVE-2017-5226) */
--{SCMP_SYS (ioctl), _A1(SCMP_CMP_EQ, (int)TIOCSTI)},
-+{SCMP_SYS (ioctl), _A1(SCMP_CMP_MASKED_EQ, 0xu, 
(int)TIOCSTI)},
-   };
- 
-   struct
--- 
-2.20.1
-

diff --git a/gnome-base/nautilus/files/3.30.5-seccomp-sparc32.patch 
b/gnome-base/nautilus/files/3.30.5-seccomp-sparc32.patch
deleted file mode 100644
index f67695b7f1d..000
--- a/gnome-base/nautilus/files/3.30.5-seccomp-sparc32.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 3b0fd7dd26fa5af0b310650b2974d800ace80802 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Fri, 15 Feb 2019 21:34:34 +0200
-Subject: [PATCH 2/2] meson.build: Add 32-bit sparc to seccomp unsupported list
-
-32-bit sparc doesn't support seccomp either.
-
-(cherry picked from commit 44b49e6ca02add9592abac03a8578b9eea1a5088)

- meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/meson.build b/meson.build
-index 50479f5f0..91915b31a 100644
 a/meson.build
-+++ b/meson.build
-@@ -72,6 +72,7 @@ unsupported_cpus = [
-   'parisc',
-   'parisc64',
-   'sh4',
-+  'sparc',
-   'sparc64',
- ]
- system_supports_seccomp = host_system == 'linux'
--- 
-2.17.0
-

diff --git a/gnome-base/nautilus/files/3.30.5-thumbnailer-updates.patch 
b/gnome-base/nautilus/files/3.30.5-thumbnailer-updates.patch
deleted file mode 100644
index 84d0bfc1d5a..000
--- a/gnome-base/nautilus/files/3.30.5-thumbnailer-updates.patch
+++ /dev/null
@@ -1,113 +0,0 @@
-From 2e36d4bacc3cffebe62161adc375bb9ec64099f5 Mon Sep 17 00:00:00 2001
-From: Timothy OBrien 
-Date: Fri, 18 Jan 2019 19:42:46 +1100
-Subject: [PATCH 1/2] gnome-desktop: update to latest version of upstream
- thumbnail code
-
-The thumbnail code in gnome-desktop had recent bug fixes that needed to be 
carried across to the Nautilus implementation. Issues for the three related 
upstream fixes can be found at: 
https://gitlab.gnome.org/GNOME/gnome-desktop/issues/4 | 
https://gitlab.gnome.org/GNOME/gnome-desktop/issues/89 | 
https://gitlab.gnome.org/GNOME/gnome-desktop/issues/87
-
-This patch includes the latest thumbnail code from the gnome-desktop 
repository to include the fixes.
-

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2019-12-23 Thread Mart Raudsepp
commit: c6f1839827402dac6aa38cd2db521bbb7f5050af
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:31:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:31:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f18398

gnome-extra/evolution-data-server: remove old

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

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.30.5-r1.ebuild | 153 -
 .../files/3.30.5-collection-auth.patch |  35 -
 3 files changed, 189 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 928b0930da7..7f1ce22c577 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-data-server-3.30.5.tar.xz 4582264 BLAKE2B 
96303da0fcd285dffc2a56bab0828b2011238a0970dc50df005f690a76c432abad27afd74569b1cc6ff2ddc56f1dbde003241d53609b0222a474941724e46910
 SHA512 
b841b23343745afdc59f42ee384911ae24be6b1518095d52099ce5b657def17e5b4e1fe1e61fc1e03e4856b0d26c6a1abac3d9ee5530da84c645d07c69b8d859
 DIST evolution-data-server-3.32.4.tar.xz 4585396 BLAKE2B 
d89b71beaf24deb89e510e318050a8a3146b8a6804c148c62d4cb2c0cfb3b50a3767cfc213db05b44c6b5b99e578a24d3c272daccadb4e950b2d103639ce9797
 SHA512 
fccbad5989e6366840c50dacf2e81510f65c8640c9309ca0446c1b236df99f43a310fcadd377e205d0a94f0e3f9b53b83c41c042c3244e05bfda0d6df090d0c7
 DIST evolution-data-server-3.32.5.tar.xz 4588900 BLAKE2B 
f14d0782c00e9cead10e9e5dd6c5686d4c8a292d70027a08dbac027ba92b998bcea1b219447847284d225096480e373c89369e12198fdf2516ca5b622f81cbb2
 SHA512 
a1bc350a7223dc2e3d369f0ac8fb3ab210b6b1cc25311daf1ddae6926168f7bd1c3fab69ab261e442e3c30f9b43754e2f8e38ac2a5c32a714223d9741045a1b6

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild
deleted file mode 100644
index 38777837678..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62" # subslot = libcamel-1.2 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.2:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-# global scope PATCHES or DOCS array mustn't be 

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

2019-12-23 Thread Mart Raudsepp
commit: 4fbd55414abf14679f9ab4345477998ebfb0d63a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:29:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbd5541

gnome-extra/evolution-ews: remove old

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

 gnome-extra/evolution-ews/Manifest |  2 -
 .../evolution-ews/evolution-ews-3.30.5-r1.ebuild   | 66 --
 2 files changed, 68 deletions(-)

diff --git a/gnome-extra/evolution-ews/Manifest 
b/gnome-extra/evolution-ews/Manifest
index 88654c07c40..c03afe7240c 100644
--- a/gnome-extra/evolution-ews/Manifest
+++ b/gnome-extra/evolution-ews/Manifest
@@ -1,3 +1 @@
-DIST evolution-ews-3.30.5-certificate-validation.patch.xz 6928 BLAKE2B 
eb1f070797231f14cc71cce2f19a0dc925edc0f67eca9267568c835e878d9f1567aaad7dd8a14c88abb047af8db8220239c78d62387329c9d38e5c5eda21822b
 SHA512 
2d4fa5f9c24bf92ab4e5105cc5d265907e8af760d7c969ffdf74d090795948e1f9e0e84f5d051c2a6c4324ed49cc2c23f23ebdccf67fa8baab965c612ad807e6
-DIST evolution-ews-3.30.5.tar.xz 525252 BLAKE2B 
510666cdf6bdb95e73799256daa9b4c753ed70de71798d3acb73eb55c30158a7b6b56fe7617150ec0a1f5ce20676da8a3ab4608fca06f009ea16fbc234770736
 SHA512 
6b17fd73b461e0ddd725ee87c854fca45fbc14f10922a60aff5a9a25b56728f1f16a0d3196b4bc3cba83e75655c15244c3bf2442fa17449c7466ab95371e93d7
 DIST evolution-ews-3.32.2.tar.xz 534056 BLAKE2B 
2f935910cba44d69b2d8bcc3021709502c1a129ef29d18a847bccd14837d0c18c9700a97f978decb36f9c28242df81a9021dfc536e31f3d8f7793a0dc4c6b680
 SHA512 
5696ea660d0b52c0083664ad203eaed372fb9653399152ccbca0f6360a3e0c4503b5dacf4f9bf5650b1b64696c0fe06e2383bb408bed604ea0312660b4639388

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.30.5-r1.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.30.5-r1.ebuild
deleted file mode 100644
index 59c849b0089..000
--- a/gnome-extra/evolution-ews/evolution-ews-3.30.5-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2
-
-DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web 
Services"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-certificate-validation.patch.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-   dev-db/sqlite:3
-   >=dev-libs/glib-2.46:2
-   dev-libs/libical:0=
-   >=dev-libs/libmspack-0.4
-   dev-libs/libxml2:2
-   >=gnome-extra/evolution-data-server-${PV}-r1:0=
-   >=mail-client/evolution-${PV}:2.0
-   >=net-libs/libsoup-2.42:2.4
-   >=x11-libs/gtk+-3.10:3
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   test? ( net-libs/uhttpmock )
-"
-
-# Unittests fail to find libevolution-ews.so
-RESTRICT="test !test? ( test )"
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare
-# call; if needed, set them after cmake-utils_src_prepare call, if that works
-src_prepare() {
-   eapply "${WORKDIR}"/${P}-certificate-validation.patch # requires patch 
added in eds 3.30.5-r1
-   cmake-utils_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_MSPACK=ON
-   -DENABLE_TESTS=$(usex test)
-   )
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-}
-
-src_test() {
-   cmake-utils_src_test
-}
-
-src_install() {
-   cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2019-12-23 Thread Mart Raudsepp
commit: e9e8de82a6ca2a014b09a996c0455df04d89
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:30:07 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:30:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e8de82

mail-client/evolution: remove old

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

 mail-client/evolution/Manifest|   1 -
 mail-client/evolution/evolution-3.30.5.ebuild | 153 --
 2 files changed, 154 deletions(-)

diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
index 2b788d116d0..072451a801b 100644
--- a/mail-client/evolution/Manifest
+++ b/mail-client/evolution/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-3.30.5.tar.xz 11995960 BLAKE2B 
4a2ac539e88467148dd3be2bf2607be55ea39dfb0ceb89183a6f4fa3ee66c1973690c4e540a7405743c202aa777ad9aa147600390e909ffc93cb2dae1ebb62d9
 SHA512 
1d776fdb0da4166d9346ad4cd05d7ee050e0bf3ac1edc1f7d3fb4ba8909e35429e8d076a5b6e223f3fc94e2a8ad6337205c1d648220a3fdf593bae64d9c975d1
 DIST evolution-3.32.4.tar.xz 11793452 BLAKE2B 
bb009a5881cca6724b804a1203d393003f92ef9f6a8fa9692fc42344224b0b2f5def5c05160d46bbf7f76b9ae9bfa1737f78207aee7038540f410df57f7a76cd
 SHA512 
a09ef7e39a73449a8a897c430fb97aadac01790d350b21e456d86cc785b67bdc2b542771ef9c6daa160fc0c1946b4a4e3eb9429a8ad1d69284698cbdb0ac4931
 DIST evolution-3.32.5.tar.xz 11793908 BLAKE2B 
798b49e3ab8b34be85263d876a4fde86bb63374c017ec43f8f3742246308bd023e4bdb0c943c1a96ad7866f09023e8c2df561e4f168730bb32b256e4e400dd23
 SHA512 
b77715d290ad3727a68416d425a19a0d10b5ebab69538d702008bc158fa70ea8bdb43f8cc55ebdf913f88ccf408df31ff5919ae5ccd3e94eeecd0f9f97592f96

diff --git a/mail-client/evolution/evolution-3.30.5.ebuild 
b/mail-client/evolution/evolution-3.30.5.ebuild
deleted file mode 100644
index 4fd7868ca23..000
--- a/mail-client/evolution/evolution-3.30.5.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2 flag-o-matic readme.gentoo-r1
-
-DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
-SLOT="2.0"
-
-IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
-
-# glade-3 support is for maintainers only per configure.ac
-# pst is not mature enough and changes API/ABI frequently
-# dconf explicitely needed for backup plugin
-# gnome-desktop support is optional with --enable-gnome-desktop
-# automagic libunity dep
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.4:=[gtk]
-   >=app-text/enchant-1.6.0:0
-   >=dev-libs/glib-2.46:2[dbus]
-   >=dev-libs/libxml2-2.7.3:2
-   >=gnome-base/gnome-desktop-2.91.3:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
-   >=media-libs/libcanberra-0.25[gtk3]
-   >=net-libs/libsoup-2.42:2.4
-   >=net-libs/webkit-gtk-2.16.0:4
-   >=x11-libs/cairo-1.9.15:=[glib]
-   >=x11-libs/gdk-pixbuf-2.24:2
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libnotify-0.7:=
-   >=x11-misc/shared-mime-info-0.22
-
-   >=app-text/iso-codes-0.49
-   dev-libs/atk
-   gnome-base/dconf
-   >=dev-libs/libical-3.0.2:=
-   x11-libs/libSM
-   x11-libs/libICE
-
-   archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
-   geolocation? (
-   >=media-libs/libchamplain-0.12:0.12[gtk]
-   >=media-libs/clutter-1.0.0:1.0
-   >=media-libs/clutter-gtk-0.90:1.0
-   >=sci-geosciences/geocode-glib-3.10.0
-   x11-libs/mx:1.0 )
-   ldap? ( >=net-nds/openldap-2:= )
-   spell? ( app-text/gtkspell:3 )
-   ssl? (
-   >=dev-libs/nspr-4.6.1:=
-   >=dev-libs/nss-3.11:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-   ytnef? ( net-mail/ytnef )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/itstool
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.3 )
-   >=dev-util/intltool-0.40.0
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   bogofilter? ( mail-filter/bogofilter )
-   highlight? ( app-text/highlight )
-   spamassassin? ( mail-filter/spamassassin )
-   !gnome-extra/evolution-exchange
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="To change the default browser if you are not using GNOME, edit
-~/.local/share/applications/mimeapps.list so it includes the
-following content:
-
-[Default Applications]

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/

2019-12-23 Thread Mart Raudsepp
commit: 3fd1d27707e2e274f915915052199a7c4a4ee498
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:08:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd1d277

dev-libs/libgnome-games-support: remove old

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

 dev-libs/libgnome-games-support/Manifest   |  1 -
 .../libgnome-games-support-1.4.3.ebuild| 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-libs/libgnome-games-support/Manifest 
b/dev-libs/libgnome-games-support/Manifest
index bfff071ca8a..fbb9df05f60 100644
--- a/dev-libs/libgnome-games-support/Manifest
+++ b/dev-libs/libgnome-games-support/Manifest
@@ -1,2 +1 @@
-DIST libgnome-games-support-1.4.3.tar.xz 345824 BLAKE2B 
7969d4470b5c7ba266e3d77071ff7b8b02a1bf407ec74bb0ad1cbe81af7e30e54d3af507f206b07ee1352be4e180dfd62ca6411f07bdbffeb5b18e2f921c7666
 SHA512 
01a2594d9f95987c99db92c8cc8c212b149619618d15f4128df7eb24d68b64e01f2e77c79b7b07cf81581493ae84215a5d4019ae67585188c04d90827381fc33
 DIST libgnome-games-support-1.4.4.tar.xz 336708 BLAKE2B 
ecd21376ce8d83a0a8c0f65992ba4d39d54b3b97d90df8adab0d5c5714d0c9841711a21dc611c94a8141313ff991c3a8787f7e27492c149a7f76e25d8a2fa8d6
 SHA512 
2b2c77210103610cb91554f870d634bc8d06f0886eef5166bf9909c1975a87d960005640d48e3e917f74c7553e3ae07d473ba06c6c5d6582313c50a390ec6168

diff --git 
a/dev-libs/libgnome-games-support/libgnome-games-support-1.4.3.ebuild 
b/dev-libs/libgnome-games-support/libgnome-games-support-1.4.3.ebuild
deleted file mode 100644
index 0402b206bee..000
--- a/dev-libs/libgnome-games-support/libgnome-games-support-1.4.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Library for code common to Gnome games"
-HOMEPAGE="https://git.gnome.org/browse/libgnome-games-support/;
-
-LICENSE="LGPL-3+"
-SLOT="1/3"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libgee:0.8=
-   >=dev-libs/glib-2.40:2
-   >=x11-libs/gtk+-3.19.2:3
-"
-DEPEND="${DEPEND}
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   VALAC=$(type -P true)
-}



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

2019-12-23 Thread Mart Raudsepp
commit: e1fb8adb1ef39ee9448c0dc5680efa7905cff777
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:10:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fb8adb

dev-python/pyatspi: remove old

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

 dev-python/pyatspi/Manifest  |  1 -
 dev-python/pyatspi/pyatspi-2.30.0.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index aead3b53bcd..749dd6ca025 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,2 @@
-DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed
 DIST pyatspi-2.32.1.tar.xz 310896 BLAKE2B 
acf4a0211015daf5a19a796de9e267637ae77b2f79f0c6af20bfa5eb5a0fa0d4a62cf23524348299daebd515cccb7a4a1c18226e8c04356ea6439840613242a7
 SHA512 
6cdddc4275770a4f89e66355e18518f5cbf1c1f27298be1fb5bb8b67676eeeb81ce7f4fbb5ad617573f574e5fd5858d363c77a0e5727d637ae7275429b03
 DIST pyatspi-2.34.0.tar.xz 314060 BLAKE2B 
1d2c390c6f110a37e9553b1f1aeba75fa0585beabddb2d6db54aa8fddc671b844e7c670c7fdf9696e3833c8f9619dc8a2ecc364019f14703647e7996033c7dd7
 SHA512 
61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4

diff --git a/dev-python/pyatspi/pyatspi-2.30.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.30.0.ebuild
deleted file mode 100644
index 5a8d07f7a65..000
--- a/dev-python/pyatspi/pyatspi-2.30.0.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
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Python binding to at-spi library"
-HOMEPAGE="https://wiki.gnome.org/Accessibility;
-
-# Note: only some of the tests are GPL-licensed, everything else is LGPL
-LICENSE="LGPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
-
-IUSE="" # test
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/atk-2.11.2
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-2.90.1:3[${PYTHON_USEDEP}]
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/dbus-1
-   >=app-accessibility/at-spi2-core-2.20.2[introspection]
-   !https://bugzilla.gnome.org/show_bug.cgi?id=689957
-   "${FILESDIR}/${PN}-2.6.0-examples-python3.patch"
-)
-
-src_prepare() {
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure 
--disable-tests
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_install() {
-   python_foreach_impl run_in_build_dir gnome2_src_install
-
-   docinto examples
-   dodoc examples/*.py
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 24583f7bf4d57a62c84dd13ba5fb359b1c54cdd4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:24:48 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24583f7b

x11-themes/zuki-themes: remove old

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

 x11-themes/zuki-themes/Manifest  |  1 -
 x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest
index 354e763b28f..701fcd609a5 100644
--- a/x11-themes/zuki-themes/Manifest
+++ b/x11-themes/zuki-themes/Manifest
@@ -1,2 +1 @@
-DIST zuki-themes-3.30.1.tar.gz 921175 BLAKE2B 
91de90a15db77b47569d2ce74ad0d5514f6dbd790e0381d32a3009e08fd13bae8e26110476cf668519504b10362cfb96c9e315094f1df88796f18b79f08f3e11
 SHA512 
ea493c240c0b97f0ca1acaff14c17e7077200766227be80ef5ab3cd89f12bdc167ddd53d7aa0e0a64ba5aa8caf88823e2976b1ce7dfeafb1207cc09fbef65073
 DIST zuki-themes-3.32.2.tar.gz 915367 BLAKE2B 
bfb19a85628daae10043d62e5f63560dd16a01fe78e59dc7adf2443a3c6ee9400e60d63b4e08d326553e580232ad9d29968fb94bd4793a1094764725c3354cf1
 SHA512 
4c335a72d357c8a610f9a6aea8b82f3836d1d99f64324ecb30345f7487863b8839c28ee215c9c9efa2ba61b5c5f1945e3e03dd652e0d94c0d5dcf1bf0965e90b

diff --git a/x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild 
b/x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild
deleted file mode 100644
index 80aca3959d5..000
--- a/x11-themes/zuki-themes/zuki-themes-3.30.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-MY_PV="$(ver_rs 2 -)"
-DESCRIPTION="Zuki themes for GTK, gnome-shell and more"
-HOMEPAGE="https://github.com/lassekongo83/zuki-themes;
-SRC_URI="https://github.com/lassekongo83/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome-shell mate xfce"
-
-RDEPEND="
-   >=x11-themes/gnome-themes-standard-3.6
-   >=x11-themes/gtk-engines-murrine-0.98.1.1
-   gnome-shell? ( media-fonts/roboto )
-   !

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

2019-12-23 Thread Mart Raudsepp
commit: 99f4d4229c43e8d604c36228c17818d76a9fa3fb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:17:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f4d422

gnome-base/gnome-core-libs: remove old

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

 .../gnome-core-libs/gnome-core-libs-3.30.2.ebuild  | 42 --
 1 file changed, 42 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.30.2.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.30.2.ebuild
deleted file mode 100644
index 6385e405465..000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.30.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-   >=dev-libs/glib-2.58.1:2
-   >=x11-libs/gdk-pixbuf-2.38.0:2
-   >=x11-libs/pango-1.42.4
-   >=x11-libs/gtk+-3.24.1:3[cups?]
-   >=dev-libs/atk-2.30.0
-   >=gnome-base/librsvg-2.40.20
-   >=gnome-base/gnome-desktop-${PV}:3
-   >=x11-libs/startup-notification-0.12
-
-   >=gnome-base/gvfs-1.38.1
-   >=gnome-base/dconf-0.30.1
-
-   >=media-libs/gstreamer-1.14.4:1.0
-   >=media-libs/gst-plugins-base-1.14.4:1.0
-   >=media-libs/gst-plugins-good-1.14.4:1.0
-
-   python? ( >=dev-python/pygobject-3.30.1:3 )
-"
-DEPEND=""
-
-# >=x11-libs/libwnck-3.24.1:3 - not used by core packages anymore
-# librsvg kept back on non-rust version; should move on at some point for 
non-exotic arches.
-
-S="${WORKDIR}"



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

2019-12-23 Thread Mart Raudsepp
commit: 4d6e0c8fe87969bb3683e7f0e79891c54e4197a8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:23:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6e0c8f

x11-wm/mutter: remove old

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

 x11-wm/mutter/Manifest|   2 -
 x11-wm/mutter/files/3.28.3-no-gles2-fix.patch |  43 --
 x11-wm/mutter/files/3.30-eglmesaext-include.patch |  69 --
 x11-wm/mutter/mutter-3.30.2-r4.ebuild | 153 --
 4 files changed, 267 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 2cb1435f77b..acdf8cbe590 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,6 +1,4 @@
 DIST mutter-3.26.2-patchset.tar.xz 48156 BLAKE2B 
7b33495a8bb7ac69f5610e1dfcb1fef49a983403fd176b229a75bcc7691e83e76a3dd87b7663ece0fcdc4077becd3ffa5e33217584f156456813769646730bf9
 SHA512 
2eeb9dfe137d6ea65f957ed19aa5ef83106aa16a049531c0c41d3ab6afac6c1b345cc68f2a9a9c41658172cc0dde61b946e6bf2507979ff4155e79770adf5e90
 DIST mutter-3.26.2.tar.xz 3622904 BLAKE2B 
b32af24c6ffcd0e6af38ab1ff7cd0ba16ea3ceb84c62ed21d9e38fff5357eda2648050beada3fc8727474407a419a2c218331c8a87f7eb68eddf824d26ca9c51
 SHA512 
95885b4c053d4bc467a7c11615ee3d1a3086a674ae10e7cb9bb241f692e66dd8190508db1cdf1760bc2f19100e532e68d5e147d344e94d1430d80dd26ca0156b
-DIST mutter-3.30.2-r4-patchset.tar.xz 44820 BLAKE2B 
2448dcd6bca338dbe2b87a93ca4374fd5b4cc5d8834dd40739e74a65280b7f00b99d61361082673f5f41e44fb40e36f0889d5ee00fbc034efe87294540fba48e
 SHA512 
a7024b95bc56ab25cfdb27003b4b1fc39925117795c05f78b2d473fdbcf3bb6ce870ee5bc030ec4ce5e10b42d94fa0007bf5870bd2a4e94de3885c9434a39835
-DIST mutter-3.30.2.tar.xz 3725692 BLAKE2B 
280b7a6319e5d4705baee965936df6f31ba8ca96ce3812cf640578c6817aaa82b6ff8fde7b2740ecd8edb6c4746f4608f997772a24d67f12fcb0c5c77fc9b29a
 SHA512 
3890270b7eb4b8753274d30ad26693b829a69b31f36501845c59b000deb174be58b5167f6754767dba02ebc44688697fbe7344a327879a073955047b69333a2e
 DIST mutter-3.32.2-patchset.tar.xz 26872 BLAKE2B 
026c87cc3859624bcfd273694a8a34661d97cc6e3df5f6f5de16b8758fc435773b1c96172b867fe0d9bea421c56986db2e7263c6ec3482171cc2adf06295
 SHA512 
e318fcfa4ee7850814cdfb5fbcc118a92fa3df524a78b24a440346be6a6c7cb975f90218a2d4feeacd222f2daf56c4cff4195c83e3ed74726dc1da63d38a93c5
 DIST mutter-3.32.2.tar.xz 2797664 BLAKE2B 
8b69436778d9c3e10b0373c83e1f306cb2718e49ad1f351f2e3a1ef92caeb1eb7a391be07c60578cfb2601eea5dc3949b1d8305e9f079b2b00d43ff305409f00
 SHA512 
e4494d028ae71441fbdc584bd8acd9c2559d52ac72402bad9a7cb43f4f519487d11df6453172fd27a9df7f2cade020d6317931613bd0be343c66170e6cda0269

diff --git a/x11-wm/mutter/files/3.28.3-no-gles2-fix.patch 
b/x11-wm/mutter/files/3.28.3-no-gles2-fix.patch
deleted file mode 100644
index 43bb05f5245..000
--- a/x11-wm/mutter/files/3.28.3-no-gles2-fix.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 259544c4f4b47418885075c9531ce593c600401c Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Fri, 1 Mar 2019 00:02:47 +0200
-Subject: [PATCH] build: Fix build without gles headers
-
-This is an ugly quick fix to hopefully fix non-wayland builds against
-mesa[-gles2].
-It assumes gnome-shell package USE=wayland requires USE=gles2, which it
-sort of does already at runtime already for hybrid graphics support, but
-we ensure with REQUIRED_USE.
-In meson upstream port for 3.32 this will be more properly conditional
-on the gles2 option instead.

- src/Makefile.am | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index bcb3505c7..a68661b21 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -118,9 +118,6 @@ libmutter_@LIBMUTTER_API_VERSION@_la_SOURCES = \
-   backends/meta-egl.c \
-   backends/meta-egl.h \
-   backends/meta-egl-ext.h \
--  backends/meta-gles3.c   \
--  backends/meta-gles3.h   \
--  backends/meta-gles3-table.h \
-   backends/meta-gpu.c \
-   backends/meta-gpu.h \
-   backends/meta-display-config-shared.h   \
-@@ -472,6 +469,9 @@ endif
- 
- if HAVE_NATIVE_BACKEND
- libmutter_@LIBMUTTER_API_VERSION@_la_SOURCES +=   \
-+  backends/meta-gles3.c   \
-+  backends/meta-gles3.h   \
-+  backends/meta-gles3-table.h \
-   backends/native/meta-backend-native.c   \
-   backends/native/meta-backend-native.h   \
-   backends/native/meta-backend-native-private.h   \
--- 
-2.17.0
-

diff --git a/x11-wm/mutter/files/3.30-eglmesaext-include.patch 
b/x11-wm/mutter/files/3.30-eglmesaext-include.patch
deleted file mode 100644
index 884d57cc6f0..000
--- 

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

2019-12-23 Thread Mart Raudsepp
commit: 3cfef33cc042e92f134b9aa678f4e332d2524e7e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:05:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfef33c

dev-libs/jsonrpc-glib: remove old

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

 dev-libs/jsonrpc-glib/Manifest   |  1 -
 dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/jsonrpc-glib/Manifest b/dev-libs/jsonrpc-glib/Manifest
index 614b8e3074a..af97f716dfb 100644
--- a/dev-libs/jsonrpc-glib/Manifest
+++ b/dev-libs/jsonrpc-glib/Manifest
@@ -1,2 +1 @@
-DIST jsonrpc-glib-3.30.1.tar.xz 41516 BLAKE2B 
c0b73c06682fd0a1bca2fb000d7909460c496e73364c24905e1a4c88cce64252ac024825ab89650ee0b3b5de1cd1686fc7a231ffb5b0bb7e1c66262eafce026f
 SHA512 
f1ae34faf9b3902b45b01bfafc87fd8d30051bbb11cf247cf8af9dc2bae8b2f3c93564a17a9f047dbb61240662a0ffbc2c2b764f8e254305c7aee1b32fd8a86b
 DIST jsonrpc-glib-3.32.0.tar.xz 41552 BLAKE2B 
cea89237cbd622e951b0b4eca02e0aba0f3a9a3dd0db74baa0534ad49671834bf3daab5243d0be6f4e68ed5f441820fb8af1c5f59f7f5a7657280d1c55e5d104
 SHA512 
c6c52d36d3f8f736bc07c50174ca4a50e3cde6b23928751f260b4482e15cda9726b8279228653e4fde114111592131f344f3c7cf820edcc680fb0b32f9089ea5

diff --git a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild 
b/dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild
deleted file mode 100644
index b2389e9e9c9..000
--- a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.30.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org meson xdg vala
-
-DESCRIPTION="JSON-RPC library for GLib"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/jsonrpc-glib;
-
-LICENSE="LGPL-2.1+"
-SLOT="0/1"
-KEYWORDS="amd64 x86"
-
-IUSE="gtk-doc +introspection test vala"
-REQUIRED_USE="vala? ( introspection )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/json-glib[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )
-"
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   virtual/pkgconfig
-   gtk-doc? ( dev-util/gtk-doc )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Denable_profiling=false # -pg passing
-   $(meson_use introspection with_introspection)
-   $(meson_use vala with_vapi)
-   $(meson_use gtk-doc enable_gtk_doc)
-   $(meson_use test enable_tests)
-   )
-   meson_src_configure
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 5fc645e83cb65feb9bea88d0da3516828a5f73ab
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:21:06 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc645e8

gnome-base/gnome-settings-daemon: remove old

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

 gnome-base/gnome-settings-daemon/Manifest  |   2 -
 .../gnome-settings-daemon-3.30.2-r1.ebuild | 137 -
 2 files changed, 139 deletions(-)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index 2a6ee2053d5..3cd58255783 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-settings-daemon-3.30.2-patchset.tar.xz 20132 BLAKE2B 
b8f2573e806ee5aedcc1476de3550cdc39933c869d64c9d13e463cdf27fa7695e69e57612738fa5438988eda78ae998808508c94fbf841ec037eb1f103921458
 SHA512 
7318029f4145379b05f7a95686917b4ea7623fd0059559930072350db12170d6083d75c170578516bcede5282da677013086c343abe779b9d1696bd882b7e34d
-DIST gnome-settings-daemon-3.30.2.tar.xz 1376776 BLAKE2B 
a7cf276c5a802b7d9a6f738048b5bc34d97f79723c6f4cfb4f29ac3ed0f43e307cbdd6793e8d8115f51981ee576737d75c58531dcd5d0779d9f3670b68523a60
 SHA512 
517cb6bab3da10d5d47ab9c9690da3fa23e64d023d01b7cc101441f6b65639f3b6c8d0a0d19da80b22924b3dbe6430b2573fb861060f02fda248b24f00be5d84
 DIST gnome-settings-daemon-3.32.1-patchset.tar.xz 9840 BLAKE2B 
0b0249b6335fc64c111cfd4c221b408460105bd544527ca29a32b2ceb82d39c1ca8c9813916cde9afdac1cf146c1286ed937dadb07eb0263b5ab3ada2a95e0aa
 SHA512 
175f4d0200b88b696b73fc7e7b10065b3e6f046e48955408cc438499fdc6464483420b4801dbb77b5ae819cb52a131e2594a628b9731eaa167b802b5b2cbe855
 DIST gnome-settings-daemon-3.32.1.tar.xz 1372968 BLAKE2B 
ba0596d9f2019f2ecff32b70c03d962dd7966c282d1fb0ea94c38fc895b7ef788d9dd179a037b74a319ca520811e985465578a725bf14d1eff92846f188445ea
 SHA512 
8d6aca1041cbd50d7dda67dc711269a51c4a5148d55dc63969f47c21bf309126f5d5cb13c1e6fa9e6498fbb30dc70fa7a049fead7d32c6a20d550da0ce8828c3

diff --git 
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.30.2-r1.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.30.2-r1.ebuild
deleted file mode 100644
index 5f6e5cc909c..000
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.30.2-r1.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
-
-inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg
-
-DESCRIPTION="Gnome Settings Daemon"
-HOMEPAGE="https://git.gnome.org/browse/gnome-settings-daemon;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="+colord +cups debug elogind input_devices_wacom networkmanager smartcard 
systemd test +udev wayland"
-REQUIRED_USE="
-   ^^ ( elogind systemd )
-   input_devices_wacom? ( udev )
-   wayland? ( udev )
-"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# >=polkit-0.114 for ITS translation rules of .policy files
-COMMON_DEPEND="
-   >=sci-geosciences/geocode-glib-3.10
-   >=dev-libs/glib-2.53.0:2
-   >=gnome-base/gnome-desktop-3.11.1:3=
-   >=gnome-base/gsettings-desktop-schemas-3.27.90
-   >=x11-libs/gtk+-3.15.3:3[X,wayland?]
-   >=dev-libs/libgweather-3.9.5:2=
-   colord? (
-   >=x11-misc/colord-1.0.2:=
-   >=media-libs/lcms-2.2:2 )
-   media-libs/libcanberra[gtk3]
-   >=app-misc/geoclue-2.3.1:2.0
-   >=x11-libs/libnotify-0.7.3
-   >=media-sound/pulseaudio-2[glib]
-   >=sys-auth/polkit-0.114
-   >=sys-power/upower-0.99:=
-   x11-libs/libX11
-   x11-libs/libXtst
-   udev? ( dev-libs/libgudev:= )
-   wayland? ( dev-libs/wayland )
-   input_devices_wacom? ( >=dev-libs/libwacom-0.7
-   >=x11-libs/pango-1.20.0
-   x11-libs/gdk-pixbuf:2 )
-   smartcard? ( >=dev-libs/nss-3.11.2 )
-   cups? ( >=net-print/cups-1.4[dbus] )
-   networkmanager? ( >=net-misc/networkmanager-1.0 )
-   media-libs/alsa-lib
-   x11-libs/libXi
-   x11-libs/libXext
-   media-libs/fontconfig
-"
-# logind needed for power and session management, bug #464944
-# gnome-session-3.27.90 and gdm-3.27.9 adapt to A11yKeyboard component removal 
(moved to shell dealing with it)
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/dconf
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd )
-   !

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

2019-12-23 Thread Mart Raudsepp
commit: d2f283356ff3a252d721155f6d744c3e8d4c7eaa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:12:07 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f28335

gnome-base/dconf-editor: remove old

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

 gnome-base/dconf-editor/Manifest   |  1 -
 gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
index 3ae4e1bc245..7c3218d6148 100644
--- a/gnome-base/dconf-editor/Manifest
+++ b/gnome-base/dconf-editor/Manifest
@@ -1,2 +1 @@
-DIST dconf-editor-3.30.2.tar.xz 447060 BLAKE2B 
4cd8ab7200afaa402d6915a94be12b32a58fdf11ed77d4b833e3734b94de99bf7182d3564d1e0b42935d4364b2c973c296d773de402942af8e66f4ccbe6026be
 SHA512 
c9fe4393e9c75ad19c56670a50199493a32ed55f3135ada599aef5efb4582320a23648da1906ce1a1b64918987fd3684f00bfc749a21a6fd2806066d760418c8
 DIST dconf-editor-3.34.2.tar.xz 560308 BLAKE2B 
9172a4dd77765d067228c6652b004bd6811c71a83bb4191a71ef70181a5e0aa1c3bca6d655c76eb032793eb5c39364ece23337fa86d1a6e31e59391a3554933e
 SHA512 
6c2d89d2d62a768b669ca49e0298bddf4f4151358f0fc0314431c7f926df2323ac3b61540f2a3c95c7b5a88e4e2f08dae4d00f601506c9610a0edee4b00ba499

diff --git a/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild 
b/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild
deleted file mode 100644
index ed7bd641c7b..000
--- a/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.40"
-VALA_MAX_API_VERSION="0.42"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Graphical tool for editing the dconf configuration database"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~x86-linux"
-
-RDEPEND="
-   >=gnome-base/dconf-0.26.1
-   >=dev-libs/glib-2.55.1:2
-   >=x11-libs/gtk+-3.22.27:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   vala_src_prepare
-   xdg_src_prepare
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 7af438f7018fa551c8530eb30cc40ab05505f83d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:10:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af438f7

dev-libs/libgweather: remove old

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

 dev-libs/libgweather/Manifest  |   4 -
 .../libgweather/files/3.28.3-meson-tweaks.patch| 107 -
 dev-libs/libgweather/libgweather-3.24.1.ebuild |  54 ---
 dev-libs/libgweather/libgweather-3.26.2.ebuild |  54 ---
 dev-libs/libgweather/libgweather-3.28.3.ebuild |  67 -
 dev-libs/libgweather/libgweather-3.32.1.ebuild |  68 -
 6 files changed, 354 deletions(-)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index e63eb066377..e5a2eaed32f 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,5 +1 @@
-DIST libgweather-3.24.1.tar.xz 3350680 BLAKE2B 
9265cb3c280446d5f380f62b60efb5578a7a401e3291d12e3824d8e7eacc582761226b0aaebb0439318bd48b9ad5429a1b6d89eb0220a82650c43be8aa337e2d
 SHA512 
564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4
-DIST libgweather-3.26.2.tar.xz 3409528 BLAKE2B 
1c5cdc7125aac8df95e97db8fa1d63bcb06865e70691621bc3a1c0ece2e602862cef9a2a5daa2ebbc5fa7eaefa32bf89507f1eef8fa4eeff294d43132e83fab4
 SHA512 
75b936f93814005b4317dcb51777036f589f343526428d9a74de96aac1badd4fe81c117184e2bff84a7a3078d6f2a2000e7b63f1e1d80f839b3513cc470fb25b
-DIST libgweather-3.28.3.tar.xz 2711240 BLAKE2B 
9e55c32485401fa31e5ca5a824f239c373e41c2ef3a1d4442ba4512f102edadaa3452bdc4f4a445ea34e5e24cda23fbf6e1363da5bd49f70018b387f7450cf15
 SHA512 
7eb98f15b624090ba0959f4ee47c1a2317504a381829cebb949f4104ea9b5c2847a98f95de60a35c5bf1094e500041c53e1afdb265dd2f237bc49db8acbfd6f2
-DIST libgweather-3.32.1.tar.xz 2713696 BLAKE2B 
496aa07c517ad570ebf54041b8ae14ec5eb5a923a113e1adcf23e5ac9a515ccb5c2dbeb29c923f0abcfc213409ddafbb1747c5ed5a6129bd4ac40b4e0fd687d6
 SHA512 
f5ae94436fa3cceee84ff80f14296f11ab27727e3881689dd71126de158f7d0015b462163cb2b47cf30add5a4c97c89c6473c1ed0515fcaac0dde2daffdf7108
 DIST libgweather-3.32.2.tar.xz 2716144 BLAKE2B 
56bf66edde8293758f49c1ca14b47fb725f72a0202e95e6e1d1832c179fd9414d527827be5cb7daa17627abfbd1ac16d8d09dbdbbdcb24d62cc62c25a220c156
 SHA512 
61543e5eaf8c04605a91a6f47811b3a0ed2b04c2f50eae9b8d08a4e24904db4731748fa27a0863d2cdab5fde776ec55abe9fd9fb2a72c7bd546665d59957cb4d

diff --git a/dev-libs/libgweather/files/3.28.3-meson-tweaks.patch 
b/dev-libs/libgweather/files/3.28.3-meson-tweaks.patch
deleted file mode 100644
index 83880e0398a..000
--- a/dev-libs/libgweather/files/3.28.3-meson-tweaks.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-From b7df88319847f3155bd0e2ea994cf66c01fc1732 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Sat, 23 Feb 2019 12:21:01 +0200
-Subject: [PATCH] build: Provide introspection option and don't build manual
- tests
-

- libgweather/meson.build | 21 ++---
- meson.build |  4 
- meson_options.txt   |  2 ++
- 3 files changed, 20 insertions(+), 7 deletions(-)
-
-diff --git a/libgweather/meson.build b/libgweather/meson.build
-index 4d907b9..9ede9d0 100644
 a/libgweather/meson.build
-+++ b/libgweather/meson.build
-@@ -65,6 +65,15 @@ lib_libgweather = shared_library('gweather-3',
-   install: true,
- )
- 
-+libgweather_dep = declare_dependency(
-+  sources: [gweather_enum_types[1]],
-+  dependencies: deps_libgweather,
-+  link_with: lib_libgweather,
-+  include_directories: root_inc,
-+)
-+
-+if get_option('introspection')
-+
- gweather_gir = gnome.generate_gir(lib_libgweather,
-   sources: introspection_sources,
-   dependencies: deps_libgweather,
-@@ -79,13 +88,6 @@ gweather_gir = gnome.generate_gir(lib_libgweather,
-   install: true,
- )
- 
--libgweather_dep = declare_dependency(
--  sources: [gweather_enum_types[1], gweather_gir],
--  dependencies: deps_libgweather,
--  link_with: lib_libgweather,
--  include_directories: root_inc,
--)
--
- if enable_vala
-   gnome.generate_vapi('gweather-3.0',
- sources: gweather_gir[0],
-@@ -94,9 +96,11 @@ if enable_vala
- install: true
-   )
- endif
-+endif
- 
- test_cargs = ['-DTEST_SRCDIR="@0@/"'.format(meson.current_source_dir())]
- 
-+if false
- executable('test_locations',
-   ['test_locations.c'],
-   c_args: test_cargs,
-@@ -107,6 +111,7 @@ executable('test_locations_utc',
-   c_args: test_cargs,
-   dependencies: libgweather_dep,
-   install: false)
-+endif
- 
- exe = executable('test_libgweather',
-   ['test_libgweather.c'],
-@@ -115,6 +120,7 @@ exe = executable('test_libgweather',
-   install: false)
- test('test_named_timezones', exe)
- 
-+if false
- executable('test_metar',
-   ['test_metar.c', gweather_c_sources],
-   c_args: 

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

2019-12-23 Thread Mart Raudsepp
commit: aad3784b7e52b8075a009244805c019aafb19ccf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 20:53:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad3784b

app-text/evince: small dep fixes

3.32 got ported to gettext-0.19.8+ instead of intltool.
There is some build conditionals for poppler-0.76.0 or newer to handle
diacritics ignoring or something - as we don't have older anyways,
ensure it with a minimum dep. This got changed and noted in 3.32.1 NEWS.

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

 app-text/evince/evince-3.32.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/evince/evince-3.32.1.ebuild 
b/app-text/evince/evince-3.32.1.ebuild
index e572562893a..d53317c7ae5 100644
--- a/app-text/evince/evince-3.32.1.ebuild
+++ b/app-text/evince/evince-3.32.1.ebuild
@@ -27,7 +27,7 @@ COMMON_DEPEND="
>=x11-libs/gtk+-3.22.0:3[introspection?]
gnome-base/gsettings-desktop-schemas
>=x11-libs/cairo-1.10:=
-   >=app-text/poppler-0.33[cairo]
+   >=app-text/poppler-0.76.0[cairo]
>=app-arch/libarchive-3.2.0
djvu? ( >=app-text/djvu-3.5.22:= )
dvi? (
@@ -60,9 +60,8 @@ DEPEND="${COMMON_DEPEND}
dev-util/gdbus-codegen
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
dev-util/itstool
-   sys-devel/gettext
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
app-text/yelp-tools
 "



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

2019-12-23 Thread Mart Raudsepp
commit: 425236cb9fe18534d1aa19cee72403d397b9aa6c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:11:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425236cb

dev-util/sysprof: remove old

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

 dev-util/sysprof/Manifest |  1 -
 dev-util/sysprof/sysprof-3.30.2-r1.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest
index bfb234f676b..d1fc06eee56 100644
--- a/dev-util/sysprof/Manifest
+++ b/dev-util/sysprof/Manifest
@@ -1,2 +1 @@
-DIST sysprof-3.30.2.tar.xz 393420 BLAKE2B 
5e86a78c231d2d2c601198e066c463d8bec95ab1ae6d0f6678e6e80305b8a6d53c604ce54d9fc2a473e4679695cef709f0e1a9514f1091719f33a58b92c896eb
 SHA512 
70c49f7c20742aad82c8d9b1e303d06ca5fd2d27a6868872d28affea22278d381bf3eb0d181cbd1bfa490bda2878c52748ac29273e9e608452e9bf4f29fd9e2a
 DIST sysprof-3.32.0.tar.xz 296052 BLAKE2B 
f409c64d40bd3451037e601683f270ff93ea2a60a2c104d22edc6bad5ff3f5c974f80137776b6329dae932852fa0871f2b7b9960a282147ddef5402ad840d9ef
 SHA512 
7b9d84ac241d376a5e545082b1224e7db96af26ae0ee297d5f0b2d45abc4676e23009dbd560085e5d4879378a8dd79eefb4449df3961fbfd09238bd2056061d0

diff --git a/dev-util/sysprof/sysprof-3.30.2-r1.ebuild 
b/dev-util/sysprof/sysprof-3.30.2-r1.ebuild
deleted file mode 100644
index 66a11836f9b..000
--- a/dev-util/sysprof/sysprof-3.30.2-r1.ebuild
+++ /dev/null
@@ -1,73 +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 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= )
-"
-# libxml2 required for glib-compile-resources; appstream-glib for appdata.xml 
developer_name tag translation
-DEPEND="${RDEPEND}
-   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}"/${PV}-elogind.patch )
-
-src_configure() {
-   # -Dwith_sysprofd=host currently unavailable from ebuild
-   local emesonargs=(
-   $(meson_use gtk enable_gtk)
-   -Dwith_sysprofd=$(usex systemd bundled $(usex elogind bundled 
none))
-   -Dsystemdunitdir=$(systemd_get_systemunitdir)
-   # -Ddebugdir
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-
-   elog "On many systems, especially amd64, it is typical that with a 
modern"
-   elog "toolchain -fomit-frame-pointer for gcc is the default, because"
-   elog "debugging is still possible thanks to gcc4/gdb location list 
feature."
-   elog "However sysprof is not able to construct call trees if frame 
pointers"
-   elog "are not present. Therefore -fno-omit-frame-pointer CFLAGS is 
suggested"
-   elog "for the libraries and applications involved in the profiling. 
That"
-   elog "means a CPU register is used for the frame pointer instead of 
other"
-   elog "purposes, which means a very minimal performance loss when there 
is"
-   elog "register pressure."
-   if ! use systemd && ! use elogind; then
-   elog ""
-   elog "Without systemd or elogind, sysprof may not function when 
launched as a"
-   elog "regular user, thus suboptimal running from root account 
may be necessary."
-   if use gtk; then
-   elog "Under wayland, that limits the recording usage to 
sysprof-cli utility."
-   fi
-   fi
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 78d8c6c4599f9c55075547902984080c420fbd42
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:06:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d8c6c4

dev-libs/libdazzle: remove old

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

 dev-libs/libdazzle/Manifest|  1 -
 dev-libs/libdazzle/libdazzle-3.30.2.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-libs/libdazzle/Manifest b/dev-libs/libdazzle/Manifest
index 5ac528fa74b..4f52308191e 100644
--- a/dev-libs/libdazzle/Manifest
+++ b/dev-libs/libdazzle/Manifest
@@ -1,2 +1 @@
-DIST libdazzle-3.30.2.tar.xz 432192 BLAKE2B 
4c31b74b0a5c972b5c86bbacf50862a0c2db5c9ed1e67124671e2ece75d72de4c3605c6ecc81bde10cf2566ae06cbd7f14fccaff5d154c1bd9e53a9f8b2dc2eb
 SHA512 
591c3bb9dd65ae02e6234a1599497dce78d843ee6ca47e8d50656b9f98bab91c7b89424c23eb387184bdb28132e1fbe11ee7c01d4a7f0598bcef92739aa8bff6
 DIST libdazzle-3.32.3.tar.xz 439492 BLAKE2B 
7a8cf5a4ad29ca11b489553785e66d49a2ba7998f6791bb392ca37740441ff0e72f59ced192dc681ab20da79cb9183621a7d73baf57c9f045ae917fc993d1205
 SHA512 
e82d5f04706ec2003db27ece490255264828334d1e1c2076485660539664fd382c1289b9d8d4a6cc2dc31c65db270207e7d51105ffd1cadb7c384cd91199ceaa

diff --git a/dev-libs/libdazzle/libdazzle-3.30.2.ebuild 
b/dev-libs/libdazzle/libdazzle-3.30.2.ebuild
deleted file mode 100644
index 3fd594c2511..000
--- a/dev-libs/libdazzle/libdazzle-3.30.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org meson xdg vala virtualx
-
-DESCRIPTION="Experimental new features for GTK+ and GLib"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libdazzle;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
-
-IUSE="gtk-doc +introspection test vala"
-REQUIRED_USE="vala? ( introspection )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.56.0:2
-   >=x11-libs/gtk+-3.24.0:3[introspection?]
-   introspection? ( dev-libs/gobject-introspection:= )
-"
-# libxml2 required for glib-compile-resources; glib-utils for glib-mkenums
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend) )
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   virtual/pkgconfig
-   gtk-doc? ( dev-util/gtk-doc )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-leak-fix.patch # from libdazzle-3-30 branch
-)
-
-src_prepare() {
-   use vala && vala_src_prepare
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Denable_tracing=false # extra trace debugging that would make 
things slower
-   -Denable_profiling=false # -pg passing
-   # -Denable_rdtscp=false # TODO: CPU_FLAGS_X86 for it?
-   -Denable_tools=true # /usr/bin/dazzle-list-counters
-   $(meson_use introspection with_introspection)
-   $(meson_use vala with_vapi)
-   $(meson_use gtk-doc enable_gtk_doc)
-   $(meson_use test enable_tests)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}



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

2019-12-23 Thread Mart Raudsepp
commit: 16b8bd8473b21cf20ba92edafe644918f40bace7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:15:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16b8bd84

gnome-base/gnome: remove old

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

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

diff --git a/gnome-base/gnome/gnome-3.30.2.ebuild 
b/gnome-base/gnome/gnome-3.30.2.ebuild
deleted file mode 100644
index 5a3737a1d02..000
--- a/gnome-base/gnome/gnome-3.30.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=6
-
-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.30.1
-
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV}[bluetooth?]
-   >=media-fonts/cantarell-0.111
-
-   >=x11-themes/gnome-backgrounds-3.30.0
-   x11-themes/sound-theme-freedesktop
-
-   accessibility? (
-   >=app-accessibility/at-spi2-atk-2.30.0
-   >=app-accessibility/at-spi2-core-2.30.0
-   >=app-accessibility/orca-3.30.1
-   >=gnome-extra/mousetweaks-3.12.0 )
-   classic? ( >=gnome-extra/gnome-shell-extensions-3.30.1 )
-   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
-"
-
-DEPEND=""
-
-PDEPEND=">=gnome-base/gvfs-1.38.1[udisks]"
-
-pkg_postinst() {
-   # Remember 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: gnome-base/gnome-shell/

2019-12-23 Thread Mart Raudsepp
commit: 703a3fc3ae3fc1adcd2d2cea7031423adcf617a8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:22:36 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703a3fc3

gnome-base/gnome-shell: remove old

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

 gnome-base/gnome-shell/Manifest|   2 -
 .../gnome-shell/gnome-shell-3.30.2-r2.ebuild   | 188 -
 2 files changed, 190 deletions(-)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 8382daefe5c..e16d526404a 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,6 +1,4 @@
 DIST gnome-shell-3.26.2-patchset.tar.xz 55492 BLAKE2B 
745b8549f7480b004f4df9b81508c94c9224f77a5a503f45dfda20105e9c305f8cae6ae5e420e597cea9f98899933bb19efd8cf0e9811dc35d0844a3c2920143
 SHA512 
93a730082e84807c23f4b7e390c2d0fb02d3666fc32241de02b3534cc271b160bd9a6a6a2e908ed5bdde91cef383c1e400b0f7cbf04ac104f7f9758218e635ed
 DIST gnome-shell-3.26.2.tar.xz 1405580 BLAKE2B 
ccbb8ad374931335fdc6e752a7feedcba4fe2b61112404b62bc9711b1736216d46fd6e85c6f06439cae50af86a174359d7df0e111e8db6ffed567e91b4292b14
 SHA512 
0e13bc7abff2367d24ea748cd69a1879ff14a6755ef27d17cf20cef61bc6d15bf6e9d18362142a2d6462689f64eada833f9bba21ebaac3a33765a5be0ae48d3a
-DIST gnome-shell-3.30.2-r2-patchset.tar.xz 41852 BLAKE2B 
f854a42b0ba0be8019487edfc1a0e73d11d406537ffe288d1a5d81e9a512b8fb02e6af466fbe4d0d0e8644aa6f57cad1d381b5e873223749c88d1dccdae72b9e
 SHA512 
c0c935206048c961e70f319b67133dcf0f5253c2283aefd6283db910950f8cd645888f6a6b7bbbfc620a023e0b5ae85394e5f5ce0fb2ff120b18ab7640f9859e
-DIST gnome-shell-3.30.2.tar.xz 1439556 BLAKE2B 
547ccf5571ea431d15c6430619640bd497a381191cad56bbf1a5c9992c5df47eb48527cc2749ea4d417cbe5fd7cc2acb44915ee35d3d89cd386541f19d743877
 SHA512 
5cdf2b9a4dc9dbcc75d76020a01b953ae3922d5820b692d1bc1cf62daf1f00d04b95d6ec076920563f555115c4f4ad11a019e4523a353ef4dd2189a5240239c6
 DIST gnome-shell-3.32.2-patchset.tar.xz 23540 BLAKE2B 
363989a630faa7538ccbf9765a1ccc5995fb4584b00a603ef11e48fee970a6d9791ed1fa92e2344e56cd8c282c9a22779cb8e50e7ec6637e0efda1ccc36579a4
 SHA512 
e854ba9fd864101009528d94cb310be10495db225380c353b76cd61b082a88f1f89035a0708cd386d1738001cf9949b4a8b8b8d7b1d2675068e01fecb35738c7
 DIST gnome-shell-3.32.2.tar.xz 1454372 BLAKE2B 
9da7e17d4e47e187fa2285c6cf942cc8dc955e388179d2ad1fe8036c2908e217fc47d8b1515fc3cf6973e2083de8c350b55912782b9adbcf1b6cc37c7a3a9ae2
 SHA512 
7d8b25aa75149f096033a8b44d7f6f8d17ddadfcd8f5bb1915652423fe9d9db14902e674508f16fe5c6e7cbe956cde8349ec779c24c46f32b0a346755876bc46

diff --git a/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild
deleted file mode 100644
index 703ffb03c57..000
--- a/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit gnome.org gnome2-utils meson pax-utils python-single-r1 virtualx xdg
-
-DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus +networkmanager 
nsplugin systemd telepathy"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   ?? ( elogind systemd )"
-
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-# libXfixes-5.0 needed for pointer barriers and #include 

-# FIXME:
-#  * gstreamer support is currently automagic
-DEPEND="
-   >=dev-libs/libcroco-0.6.8:0.6
-   >=gnome-extra/evolution-data-server-3.17.2:=
-   >=app-crypt/gcr-3.7.5[introspection]
-   >=gnome-base/gnome-desktop-3.7.90:3=[introspection]
-   >=dev-libs/glib-2.57.2:2
-   >=dev-libs/gobject-introspection-1.49.1:=
-   >=dev-libs/gjs-1.54.0
-   >=x11-libs/gtk+-3.15.0:3[introspection]
-   nsplugin? ( >=dev-libs/json-glib-0.13.2 )
-   >=x11-wm/mutter-3.30.1:0/3[introspection]
-   >=sys-auth/polkit-0.100[introspection]
-   >=gnome-base/gsettings-desktop-schemas-3.27.90
-   >=x11-libs/startup-notification-0.11
-   >=app-i18n/ibus-1.5.2
-   bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
-   >=media-libs/gstreamer-0.11.92:1.0
-   networkmanager? (
-   >=net-misc/networkmanager-1.10.4:=[introspection]
-   >=app-crypt/libsecret-0.18
-   dev-libs/dbus-glib )
-   systemd? ( >=sys-apps/systemd-31 )
-   elogind? ( >=sys-auth/elogind-237 )
-
-   >=app-accessibility/at-spi2-atk-2.5.3
-   media-libs/libcanberra[gtk3]
-   x11-libs/gdk-pixbuf:2[introspection]
-   dev-libs/libxml2:2
-   

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

2019-12-23 Thread Mart Raudsepp
commit: d8b3c6c3601237b88dfdf7f8e3d33c81125b18a2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:05:17 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:25:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b3c6c3

app-text/evince: remove old

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

 app-text/evince/Manifest |   2 -
 app-text/evince/evince-3.30.2.ebuild | 107 ---
 app-text/evince/evince-3.32.0.ebuild | 107 ---
 3 files changed, 216 deletions(-)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 27f5e13c508..6e92e978cc3 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,3 +1 @@
-DIST evince-3.30.2.tar.xz 2288868 BLAKE2B 
dd0423b7ec51daf897bfbc45afb298f9ee23b28ada3dfe5d5d2808b4515bdc7077a7e0ae46541876bb2fbfd8aa9ec44abc7aabcb3cb10b6e52912f0ac1358eeb
 SHA512 
dfffcf15547d0720bd2379054d7b9bee02f8bea7113562162cbab62d77cf84c04f70dcc87a3e6b1ba62db38783df8f481d801854d8f0767f60e9cfabd9efc646
-DIST evince-3.32.0.tar.xz 2564236 BLAKE2B 
203bc6ff6b8b2a3d30ebd30f7f9be6269ded5044521da7d2732cb759db8e8ebd2d565c2ad04908e11ec1f726ec70dd2931c58c9b31951a7b3d3165c61042c87f
 SHA512 
565298a200d9ae2f6b4cb53c3cba0d0d0e4cfbef60e4145bfb9c82a5682947ceb2371e52c27179cd69a238cd387bcfd744d3c55df814b6347f07781aec3ea658
 DIST evince-3.32.1.tar.xz 2567868 BLAKE2B 
8fec9ce1981fb2c5fc60c4b653f462f07f0341ebe64a5615f1e1a123533f8053c6f76a02d05da9245b4263c24df1cdd2e28aa89486b8c802a2aa14cf04faf13b
 SHA512 
29028fedde9aff85e53a5059f63df007e1bac7d662a91fe01e1bb8c48349d5674afe3ce37f9c495e4b208fd476b22f4ecaf749c6d7c3362a03b05703400ece05

diff --git a/app-text/evince/evince-3.30.2.ebuild 
b/app-text/evince/evince-3.30.2.ebuild
deleted file mode 100644
index 85804e8eea8..000
--- a/app-text/evince/evince-3.30.2.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.16.0:3[introspection?]
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/cairo-1.10:=
-   >=app-text/poppler-0.33[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-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-   app-text/yelp-tools
-"
-# eautoreconf needs:
-#  app-text/yelp-tools
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-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://bugs.freedesktop.org/show_bug.cgi?id=29942
-   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 \
-  

  1   2   3   >