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

2019-03-30 Thread Mart Raudsepp
commit: aa91fc5041a57644dc8b2d9512895fc6ee16d553
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 31 05:17:11 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 31 05:17:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa91fc50

media-gfx/gnome-raw-thumbnailer: update HOMEPAGE

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

 media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0-r1.ebuild 
b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0-r1.ebuild
index 0c143ee418e..79c2a4895fa 100644
--- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0-r1.ebuild
+++ b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0-r1.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
@@ -7,7 +7,7 @@ inherit autotools gnome2
 MY_P="${PN/gnome-}-${PV}"
 
 DESCRIPTION="A lightweight and fast raw image thumbnailer for GNOME"
-HOMEPAGE="https://libopenraw.freedesktop.org/wiki/RawThumbnailer;
+HOMEPAGE="https://libopenraw.pages.freedesktop.org/raw-thumbnailer/;
 SRC_URI="https://libopenraw.freedesktop.org/download/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"



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

2019-03-30 Thread Mart Raudsepp
commit: b1563776fba8c3bae82a3a17e03c82fe147107dc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 31 05:30:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 31 05:30:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1563776

media-libs/graphene: bump to 1.8.6

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

 media-libs/graphene/Manifest  |  1 +
 media-libs/graphene/graphene-1.8.6.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/media-libs/graphene/Manifest b/media-libs/graphene/Manifest
index 5a5e4e55169..73776228315 100644
--- a/media-libs/graphene/Manifest
+++ b/media-libs/graphene/Manifest
@@ -1 +1,2 @@
 DIST graphene-1.8.2.tar.xz 127436 BLAKE2B 
a22251db7cf4719c8a6cde49e6feb0a998d1ec7296fee549a4797d72fa575d4266e48fb5a6d9ebd204b93954a6278b4fa88dc56e5f86d7cf8625a5edc685a09b
 SHA512 
8d250dccac345251081419f4ad7079c8035cb6225e10b23d25799386b067288831c23be667d608228ef44a2f6107ac47fc86bb495eda7881b1336598d6c43234
+DIST graphene-1.8.6.tar.xz 127984 BLAKE2B 
7f67b99796cca1a47324674b1871ddfbcce1193ded5f0a37c8c2894d52b6b5823b0fb1909018ea6adb90f7ed53ad6b09eeda9b1606a22a8b85cd0d661d500195
 SHA512 
ef6e9b5587bd540099216a7e3f7c86eb62368d49876dcd380c9767c6740c8267c9d510c5025dbe56402f3cd15084ef8fc634d3abe486b516f4f5328b87df277c

diff --git a/media-libs/graphene/graphene-1.8.6.ebuild 
b/media-libs/graphene/graphene-1.8.6.ebuild
new file mode 100644
index 000..ee623381f0f
--- /dev/null
+++ b/media-libs/graphene/graphene-1.8.6.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+inherit xdg-utils meson multilib-minimal python-any-r1
+
+DESCRIPTION="A thin layer of types for graphic libraries"
+HOMEPAGE="https://ebassi.github.io/graphene/;
+SRC_URI="https://github.com/ebassi/graphene/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test"
+
+RDEPEND="
+   >=dev-libs/glib-2.30.0:2[${MULTILIB_USEDEP}]
+   introspection? ( dev-libs/gobject-introspection:= )
+"
+DEPEND="${RDEPEND}"
+# Python is only needed with USE=introspection or FEATURES=test, but not 
bothering with conditional python_setup, as meson uses it too anyway
+BDEPEND="
+   ${PYTHON_DEPS}
+   doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.3 )
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_environment_reset
+   default
+   # Disable installed-tests
+   sed -e 's/install: true/install: false/g' -i src/tests/meson.build || 
die
+}
+
+multilib_src_configure() {
+   # TODO: Do we want G_DISABLE_ASSERT as buildtype=release would do 
upstream?
+   local emesonargs=(
+   -Dgtk_doc=$(multilib_native_usex doc true false)
+   -Dgobject_types=true
+   -Dintrospection=$(multilib_native_usex introspection true false)
+   -Dgcc_vector=true # if built-in support tests fail, it'll just 
not enable vector intrinsics; unfortunately this probably means disabled on 
clang too, due to it claiming to be 

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

2019-03-30 Thread Georgy Yakovlev
commit: b0c6076e0f64f1a8a798b1f7b2b74a180f7eb5e8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 23 04:52:57 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Mar 31 03:53:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c6076e

sys-fs/zfs: rework live ebuild

major rework
bump eapi to 7
add multi-python pyzfs installation behind python useflag
use provided systemd unit, since upstream systemd handling changed
use upstream bash-completion (with local patch)
fix sed->zed typo in postinst code

Closes: https://bugs.gentoo.org/548856
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/files/bash-completion-sudo.patch |  35 ++
 sys-fs/zfs/zfs-.ebuild  | 185 
 2 files changed, 138 insertions(+), 82 deletions(-)

diff --git a/sys-fs/zfs/files/bash-completion-sudo.patch 
b/sys-fs/zfs/files/bash-completion-sudo.patch
new file mode 100644
index 000..8ae9d25d276
--- /dev/null
+++ b/sys-fs/zfs/files/bash-completion-sudo.patch
@@ -0,0 +1,35 @@
+From 3829d0b867f6aa4bde8798147dee74a86435d12c Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Fri, 22 Mar 2019 22:04:40 -0700
+Subject: [PATCH] contrib/bash_completion.d/zfs: remove sudo reference
+
+---
+ contrib/bash_completion.d/zfs | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/contrib/bash_completion.d/zfs b/contrib/bash_completion.d/zfs
+index 914db43c..b1aded36 100644
+--- a/contrib/bash_completion.d/zfs
 b/contrib/bash_completion.d/zfs
+@@ -21,13 +21,13 @@
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ # OTHER DEALINGS IN THE SOFTWARE.
+ 
+-if [[ -w /dev/zfs ]]; then
++#if [[ -w /dev/zfs ]]; then
+ __ZFS_CMD="zfs"
+ __ZPOOL_CMD="zpool"
+-else
+-__ZFS_CMD="sudo zfs"
+-__ZPOOL_CMD="sudo zpool"
+-fi
++#else
++#__ZFS_CMD="sudo zfs"
++#__ZPOOL_CMD="sudo zpool"
++#fi
+ 
+ __zfs_get_commands()
+ {
+-- 
+2.21.0
+

diff --git a/sys-fs/zfs/zfs-.ebuild b/sys-fs/zfs/zfs-.ebuild
index 0d0c1cf5b26..bde2d9e06bc 100644
--- a/sys-fs/zfs/zfs-.ebuild
+++ b/sys-fs/zfs/zfs-.ebuild
@@ -1,43 +1,61 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
 
-if [ ${PV} == "" ] ; then
-   inherit git-r3 linux-mod
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
-else
-   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-fi
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 
-inherit autotools-utils bash-completion-r1 flag-o-matic linux-info python-r1 
systemd toolchain-funcs udev
+inherit bash-completion-r1 flag-o-matic linux-info linux-mod distutils-r1 
systemd toolchain-funcs udev
 
 DESCRIPTION="Userland utilities for ZFS Linux kernel module"
 HOMEPAGE="https://zfsonlinux.org/;
 
+if [[ ${PV} == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
+else
+   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
 LICENSE="BSD-2 CDDL MIT"
 SLOT="0"
-IUSE="custom-cflags debug kernel-builtin +rootfs test-suite static-libs"
-RESTRICT="test"
+IUSE="custom-cflags debug kernel-builtin python +rootfs test-suite static-libs"
 
 COMMON_DEPEND="
+   ${PYTHON_DEPS}
net-libs/libtirpc
sys-apps/util-linux[static-libs?]
sys-libs/zlib[static-libs(+)?]
virtual/awk
+   python? (
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   )
 "
-DEPEND="${COMMON_DEPEND}
+
+BDEPEND="${COMMON_DEPEND}
virtual/pkgconfig
+   python? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
 "
 
 RDEPEND="${COMMON_DEPEND}
!=sys-apps/grep-2.13*
-   !kernel-builtin? ( =sys-fs/zfs-kmod-${PV}* )
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
!sys-fs/zfs-fuse
!prefix? ( virtual/udev )
+   sys-fs/udev-init-scripts
+   rootfs? (
+   app-arch/cpio
+   app-misc/pax-utils
+   !"
eerror "Block devices --->"
-   eerror "[ ] Loopback device 
support"
+   eerror "[X] Loopback device 
support"
fi
fi
fi
fi
-
 }
 
 src_prepare() {
+   default
+
+   [[ ${PV} == "" ]] && eautoreconf
+
# Update paths
sed -e "s|/sbin/lsmod|/bin/lsmod|" \
-e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
-e 

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

2019-03-30 Thread Georgy Yakovlev
commit: 028ed6a12eda03445a263dfef2383f05bf8b9254
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 23 06:31:31 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Mar 31 03:53:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028ed6a1

sys-kernel/spl: drop live ebuild

Closes: https://github.com/gentoo/gentoo/pull/11101
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/spl/spl-.ebuild | 113 -
 1 file changed, 113 deletions(-)

diff --git a/sys-kernel/spl/spl-.ebuild b/sys-kernel/spl/spl-.ebuild
deleted file mode 100644
index f27d3e44bdc..000
--- a/sys-kernel/spl/spl-.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ ${PV} == "" ]] ; then
-   AUTOTOOLS_AUTORECONF="1"
-   EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-fi
-
-inherit flag-o-matic linux-info linux-mod autotools-utils
-
-DESCRIPTION="The Solaris Porting Layer provides many of the Solaris kernel 
APIs"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="custom-cflags debug"
-RESTRICT="debug? ( strip ) test"
-
-COMMON_DEPEND="
-   dev-lang/perl
-   virtual/awk"
-
-DEPEND="${COMMON_DEPEND}"
-
-RDEPEND="${COMMON_DEPEND}
-   !sys-devel/spl"
-
-AT_M4DIR="config"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-DOCS=( AUTHORS DISCLAIMER README.markdown )
-
-pkg_setup() {
-   linux-info_pkg_setup
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   !CONFIG_REISER4_FS
-   !GRKERNSEC_RANDSTRUCT
-   KALLSYMS
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
-
-   [ ${PV} != "" ] && \
-   { kernel_is le 4 17 || die "Linux 4.17 is the latest supported 
version."; }
-
-   check_extra_config
-}
-
-src_prepare() {
-   # Workaround for hard coded path
-   sed -i "s|/sbin/lsmod|/bin/lsmod|" "${S}/scripts/check.sh" || \
-   die "Cannot patch check.sh"
-
-   # splat is unnecessary unless we are debugging
-   use debug || { sed -e 's/^subdir-m += splat$//' -i 
"${S}/module/Makefile.in" || die ; }
-
-   # Set module revision number
-   [ ${PV} != "" ] && \
-   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
-
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   filter-ldflags -Wl,*
-
-   set_arch_to_kernel
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=all
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   $(use_enable debug)
-   )
-   autotools-utils_src_configure
-}
-
-src_install() {
-   autotools-utils_src_install 
INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}"
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   # Remove old modules
-   if [ -d "${EROOT}lib/modules/${KV_FULL}/addon/spl" ]
-   then
-   ewarn "${PN} now installs modules in 
${EROOT}lib/modules/${KV_FULL}/extra/spl"
-   ewarn "Old modules were detected in 
${EROOT}lib/modules/${KV_FULL}/addon/spl"
-   ewarn "Automatically removing old modules to avoid problems."
-   rm -r "${EROOT}lib/modules/${KV_FULL}/addon/spl" || die "Cannot 
remove modules"
-   rmdir --ignore-fail-on-non-empty 
"${EROOT}lib/modules/${KV_FULL}/addon"
-   fi
-}



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

2019-03-30 Thread Georgy Yakovlev
commit: c1b6a5ba7332ef0464a6c05ed874e0daf226de5c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Mar 23 04:20:24 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Mar 31 03:53:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b6a5ba

sys-fs/zfs-kmod: rework live ebuild

major rework
bump eapi to 7
add ZFS_KERNEL_COMPAT_OVERRIDE variable one can set to override compat check

Closes: https://bugs.gentoo.org/677466
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-.ebuild | 131 ---
 1 file changed, 89 insertions(+), 42 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index 19b0a9a5a51..268f0171103 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -1,53 +1,52 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-if [ ${PV} == "" ]; then
-   AUTOTOOLS_AUTORECONF="1"
+inherit flag-o-matic linux-info linux-mod toolchain-funcs
+
+DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
+HOMEPAGE="https://zfsonlinux.org/;
+
+if [[ ${PV} == "" ]]; then
+   inherit autotools git-r3
EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
-   inherit git-r3
 else

SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
+   KEYWORDS="~amd64"
+   ZFS_KERNEL_COMPAT="${ZFS_KERNEL_COMPAT_OVERRIDE:-5.0}"
S="${WORKDIR}/zfs-${PV}"
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
 fi
 
-inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://zfsonlinux.org/;
-
-LICENSE="CDDL GPL-2+"
+LICENSE="CDDL debug? ( GPL-2+ )"
 SLOT="0"
 IUSE="custom-cflags debug +rootfs"
-RESTRICT="debug? ( strip ) test"
 
-DEPEND="
-   dev-lang/perl
-   virtual/awk
-"
+DEPEND=""
 
 RDEPEND="${DEPEND}
!sys-fs/zfs-fuse
!sys-kernel/spl
 "
 
-AT_M4DIR="config"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
+BDEPEND="
+   dev-lang/perl
+   virtual/awk
+"
+
+RESTRICT="debug? ( strip ) test"
 
-DOCS=( AUTHORS COPYRIGHT NOTICE META README.md )
+DOCS=( AUTHORS COPYRIGHT META README.md )
 
 pkg_setup() {
linux-info_pkg_setup
+
CONFIG_CHECK="
!DEBUG_LOCK_ALLOC
-   !GRKERNSEC_RANDSTRUCT
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
EFI_PARTITION
-   KALLSYMS
MODULES
+   !PAX_KERNEXEC_PLUGIN_METHOD_OR
+   !TRIM_UNUSED_KSYMS
ZLIB_DEFLATE
ZLIB_INFLATE
"
@@ -64,31 +63,42 @@ pkg_setup() {
DEVTMPFS
"
 
-   kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
+   kernel_is -lt 5 && CONFIG_CHECK="${CONFIG_CHECK} IOSCHED_NOOP"
+
+   kernel_is -ge 2 6 32 || die "Linux 2.6.32 or newer required"
 
-   [ ${PV} != "" ] && \
-   { kernel_is le 4 17 || die "Linux 4.17 is the latest supported 
version."; }
+   if [[ ${PV} != "" ]]; then
+   local KV_MAJOR_MAX="${ZFS_KERNEL_COMPAT%%.*}"
+   local KV_MINOR_MAX="${ZFS_KERNEL_COMPAT##*.}"
+   kernel_is -le "${KV_MAJOR_MAX}" "${KV_MINOR_MAX}" || die \
+   "Linux ${KV_MAJOR_MAX}.${KV_MINOR_MAX} is the latest 
supported version"
+   fi
 
check_extra_config
 }
 
 src_prepare() {
-   # Remove GPLv2-licensed ZPIOS unless we are debugging
-   use debug || sed -e 's/^subdir-m += zpios$//' -i 
"${S}/module/Makefile.in"
+   default
 
-   # Set module revision number
-   [ ${PV} != "" ] && \
-   { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" 
|| die "Could not set Gentoo release"; }
+   if [[ ${PV} == "" ]]; then
+   eautoreconf
+   else
+   # Set module revision number
+   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
+   fi
 
-   autotools-utils_src_prepare
+   # Remove GPLv2-licensed ZPIOS unless we are debugging
+   use debug || sed -e 's/^subdir-m += zpios$//' -i module/Makefile.in
 }
 
 src_configure() {
+   set_arch_to_kernel
+
use custom-cflags || strip-flags
+
filter-ldflags -Wl,*
 
-   set_arch_to_kernel
-   local myeconfargs=(${myeconfargs}
+   local myconf=(
--bindir="${EPREFIX}/bin"
--sbindir="${EPREFIX}/sbin"
--with-config=kernel
@@ -97,23 +107,60 @@ src_configure() {
$(use_enable debug)
)
 
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   set_arch_to_kernel
+
+   

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

2019-03-30 Thread Benda XU
commit: 49aa89d2a6c9ebc6c939a985b271e30724e68815
Author: Benda Xu  gentoo  org>
AuthorDate: Sun Mar 31 03:24:21 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Sun Mar 31 03:24:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aa89d2

sci-libs/hdf5: bump to 1.10.5 and EAPI 7.

Suggested-By: Fabio Rossi, Bernd
Bug: https://bugs.gentoo.org/661158
Closes: https://bugs.gentoo.org/674998
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/hdf5/Manifest   |  1 +
 sci-libs/hdf5/hdf5-1.10.5.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/sci-libs/hdf5/Manifest b/sci-libs/hdf5/Manifest
index 7ec5335c9d8..e8b5dd2438c 100644
--- a/sci-libs/hdf5/Manifest
+++ b/sci-libs/hdf5/Manifest
@@ -1,2 +1,3 @@
 DIST hdf5-1.10.1.tar.bz2 11769617 BLAKE2B 
66ad762aed90cea9e58a9735bf0e189d78befc40cac0e566586e967f2b3ba6f5bf8a6bfd12a2f4062f8b20900c16d467c34134c17dedfd8f345cb96bd853a2fe
 SHA512 
266b0e2f28c5fd540099a4955244ddb8c03aca3ad40d626358643f033a6ae5e9266a1d6c1d60925c7d42d24d28a1549d3305fe8ddb42cec2379af7231b93e554
+DIST hdf5-1.10.5.tar.bz2 8706317 BLAKE2B 
ac326be8fe4ccc4b0153f15bc7d65aa8f1adc2ae279d3980f57ed46722b754d3f36ecf1d6273c75e80ed1afd4bbf10c6b1c5d9408e1f83a4b2e397e7902a7d3c
 SHA512 
769e43b8672e26fe24ed68da0228c010d3d9bc950ca09f0bc60707911a2f26f2f8415c8abc8ec06e07667148d8cdb3b0c7b3e7860d9b19739629c5dfd5ce73d4
 DIST hdf5-1.8.18.tar.bz2 10081294 BLAKE2B 
cf0d0c8a41576bcf816460eaabcfab29cfffba240721a64fe584c42fbb322470f29fb93c8513f7bbdedeeb392c2fe64cd3261b47b47de5b01828dae0b1929cd3
 SHA512 
01f6d14bdd3be2ced9c63cc9e1820cd7ea11db649ff9f3a3055c18c4b0fffe777fd23baad536e3bce31c4d76fe17db64a3972762e1bb4d232927c1ca140e72b2

diff --git a/sci-libs/hdf5/hdf5-1.10.5.ebuild b/sci-libs/hdf5/hdf5-1.10.5.ebuild
new file mode 100644
index 000..1e8158a6d6b
--- /dev/null
+++ b/sci-libs/hdf5/hdf5-1.10.5.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FORTRAN_NEEDED=fortran
+
+inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs multilib prefix
+
+MY_P=${PN}-${PV/_p/-patch}
+MAJOR_P=${PN}-$(ver_cut 1-2)
+
+DESCRIPTION="General purpose library and file format for storing scientific 
data"
+HOMEPAGE="http://www.hdfgroup.org/HDF5/;
+SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${MAJOR_P}/${MY_P}/src/${MY_P}.tar.bz2;
+
+LICENSE="NCSA-HDF"
+SLOT="0/${PV%%_p*}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="cxx debug examples fortran +hl mpi static-libs szip threads zlib"
+
+REQUIRED_USE="
+   cxx? ( !mpi ) mpi? ( !cxx )
+   threads? ( !cxx !mpi !fortran !hl )"
+
+RDEPEND="
+   mpi? ( virtual/mpi[romio] )
+   szip? ( virtual/szip )
+   zlib? ( sys-libs/zlib:0= )"
+
+DEPEND="${RDEPEND}
+   sys-devel/libtool:2
+   >=sys-devel/autoconf-2.69"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch
+   "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch
+   "${FILESDIR}"/${PN}-1.8.13-no-messing-ldpath.patch
+)
+
+pkg_setup() {
+   tc-export CXX CC AR # workaround for bug 285148
+   use fortran && fortran-2_pkg_setup
+
+   if use mpi; then
+   if has_version 'sci-libs/hdf5[-mpi]'; then
+   ewarn "Installing hdf5 with mpi enabled with a previous 
hdf5 with mpi disabled may fail."
+   ewarn "Try to uninstall the current hdf5 prior to 
enabling mpi support."
+   fi
+   export CC=mpicc
+   use fortran && export FC=mpif90
+   elif has_version 'sci-libs/hdf5[mpi]'; then
+   ewarn "Installing hdf5 with mpi disabled while having hdf5 
installed with mpi enabled may fail."
+   ewarn "Try to uninstall the current hdf5 prior to disabling mpi 
support."
+   fi
+}
+
+src_prepare() {
+   # respect gentoo examples directory
+   sed \
+   -e "s:hdf5_examples:doc/${PF}/examples:g" \
+   -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || 
die
+   sed \
+   -e '/docdir/d' \
+   -i config/commence.am || die
+   if ! use examples; then
+   sed -e '/^install:/ s/install-examples//' \
+   -i Makefile.am || die #409091
+   fi
+   # enable shared libs by default for h5cc config utility
+   sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/src/misc/h5cc.in || die
+   hprefixify m4/libtool.m4
+
+   default
+   eautomake
+}
+
+src_configure() {
+   econf \
+   --enable-deprecated-symbols \
+   $(use debug && echo --enable-build-mode=debug || echo 
--enable-build-mode=production) \
+   $(use_enable debug codestack) \
+   $(use_enable cxx) \
+   $(use_enable fortran) \
+  

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

2019-03-30 Thread Anthony G. Basile
commit: f2b1528fc2ce7fe7a79288e1f77e5c76dc9f25fc
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 31 00:57:04 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 31 00:57:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b1528f

net-misc/curl: version bump to 7.64.1

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-misc/curl/Manifest   |   1 +
 net-misc/curl/curl-7.64.1.ebuild | 238 +++
 2 files changed, 239 insertions(+)

diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index 52f33c92f11..fd1ae302701 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1 +1,2 @@
 DIST curl-7.64.0.tar.bz2 3012077 BLAKE2B 
512edeaa7a4ff3a998903771307070b08f1dc53bf45b4f0c98edd78daa309877e1856e1253a3582b3db35d2ae877af5aeedf2fb2741bfd8faed3bc4525880581
 SHA512 
058da4c63a05f704de475271f37fb99ca90a67a919b168e07958ed45d10cb3d03898ea6e3452ffb1a1f1e5dd5915f08a2993024b12233919f3c46c036b9c07e3
+DIST curl-7.64.1.tar.bz2 3000536 BLAKE2B 
787b9f9662dad4e3497357dc3f9cff0fb2c997e2603cf3c621633d9983fd011c346640be5227ddc4b363bdb7e1a64532a44ae9d5ccc27e405275e08f150d63fa
 SHA512 
e04532d68896b79f28aea3b30aec2d5b53076d0d27c8f6404769618300828eed96633e7bd5945125bca76241bb1e169f5002ac9566108bcaddc8c51b513106b6

diff --git a/net-misc/curl/curl-7.64.1.ebuild b/net-misc/curl/curl-7.64.1.ebuild
new file mode 100644
index 000..0419d6e98b6
--- /dev/null
+++ b/net-misc/curl/curl-7.64.1.ebuild
@@ -0,0 +1,238 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools eutils prefix multilib-minimal
+
+DESCRIPTION="A Client that groks URLs"
+HOMEPAGE="https://curl.haxx.se/;
+SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
+IUSE+=" curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss 
+curl_ssl_openssl curl_ssl_winssl"
+IUSE+=" elibc_Winnt"
+
+#lead to lots of false negatives, bug #285669
+RESTRICT="test"
+
+RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
+   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
+   ssl? (
+   curl_ssl_gnutls? (
+   net-libs/gnutls:0=[static-libs?,${MULTILIB_USEDEP}]
+   dev-libs/nettle:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   curl_ssl_libressl? (
+   dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}]
+   )
+   curl_ssl_mbedtls? (
+   net-libs/mbedtls:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   curl_ssl_openssl? (
+   dev-libs/openssl:0=[static-libs?,${MULTILIB_USEDEP}]
+   )
+   curl_ssl_nss? (
+   dev-libs/nss:0[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   )
+   http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
+   idn? ( net-dns/libidn2:0=[static-libs?,${MULTILIB_USEDEP}] )
+   adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] )
+   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] )
+   rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
+   ssh? ( net-libs/libssh2[${MULTILIB_USEDEP}] )
+   sys-libs/zlib[${MULTILIB_USEDEP}]"
+
+# Do we need to enforce the same ssl backend for curl and rtmpdump? Bug #423303
+#  rtmp? (
+#  media-video/rtmpdump
+#  curl_ssl_gnutls? ( media-video/rtmpdump[gnutls] )
+#  curl_ssl_openssl? ( media-video/rtmpdump[-gnutls,ssl] )
+#  )
+
+# ssl providers to be added:
+# fbopenssl  $(use_with spnego)
+
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   test? (
+   sys-apps/diffutils
+   dev-lang/perl
+   )"
+
+# c-ares must be disabled for threads
+# only one ssl provider can be enabled
+REQUIRED_USE="
+   curl_ssl_winssl? ( elibc_Winnt )
+   threads? ( !adns )
+   ssl? (
+   ^^ (
+   curl_ssl_gnutls
+   curl_ssl_libressl
+   curl_ssl_mbedtls
+   curl_ssl_nss
+   curl_ssl_openssl
+   curl_ssl_winssl
+   )
+   )"
+
+DOCS=( CHANGES README docs/FEATURES docs/INTERNALS.md \
+   docs/FAQ 

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

2019-03-30 Thread Virgil Dupras
commit: dcf13f76bb21a31516de3f65a7181b95e261478e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sat Mar 30 23:46:29 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sat Mar 30 23:46:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf13f76

dev-python/docutils: remove old

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/docutils/Manifest   |  1 -
 dev-python/docutils/docutils-0.11.ebuild   | 68 --
 .../files/docutils-0.11-python3.3-odt-writer.patch | 30 --
 3 files changed, 99 deletions(-)

diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest
index 340341f8816..5babac211ec 100644
--- a/dev-python/docutils/Manifest
+++ b/dev-python/docutils/Manifest
@@ -1,4 +1,3 @@
-DIST docutils-0.11.tar.gz 1611755 BLAKE2B 
78e377bccb949d5ba324b90e0a316b38d8874dee8b82da254b1e442516c8b5788cdafc92feb42a50bfbd5e47ea62c64a90c821d2b7921318a120f9d5600ec6c3
 SHA512 
8e87581b27ce4fb5e97dcef56047f4bf3a076b98e9e42f5dc66f4c370e5893d1571e46f00fee6f1c8b9f8c8a79e128e4599b9ee213ad1dee2bf16a0246e187df
 DIST docutils-0.12.tar.gz 1618353 BLAKE2B 
c431e4f2d5ca21235bba860ae7aa4698af0f41b5bc1184bf39452f2c90fdae35d77fb52cab3b9fb5c4202541a01508d268c92c98845bbfd1d38e215e4228234d
 SHA512 
0087433f8b76e1d0302d2fab77fdbda941132d16ac1fcecb26ca66119687eefd9e2f6901e05d705f857fa31e2526136c9827dfd57c44cd295bd10dcce3faebf9
 DIST docutils-0.13.1.tar.gz 1735216 BLAKE2B 
6229e7de842c6871bcc44a536333f005c5f4691423a4284d72f617bacbdbeb67c0e49e1ee74ce6ebf96e9329d0df2a5acdef306da975551108e74bd557aff4f9
 SHA512 
6a68b27dac3705ff532cb79d6b6808071206544a1c653e6a24d46971a5e10edffc7d275834eec4e80d948eb066bb099cae0195c0ab674e68747820e54f0ea64e
 DIST docutils-0.14.tar.gz 1727105 BLAKE2B 
d8880918e04ae19ec17ec8aeeaeb44d198a15d7f4c300e08d50b730aa5f753e564391e796b71947c66179ad58fb99e17d11172867d804e0734a17be7dcef3b4b
 SHA512 
1ed72c2ef7d2ca38d1c6f3154b7986ea46f599d9bd826405a5257fdd7740c8626957d6298aa95fb0edea8a24515de22f1ad9b2ecbd59341a1ab7a2bab30f500c

diff --git a/dev-python/docutils/docutils-0.11.ebuild 
b/dev-python/docutils/docutils-0.11.ebuild
deleted file mode 100644
index 80f1a11de17..000
--- a/dev-python/docutils/docutils-0.11.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python Documentation Utilities"
-HOMEPAGE="http://docutils.sourceforge.net/ https://pypi.org/project/docutils/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2 GPL-3 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/docutils-0.11-python3.3-odt-writer.patch )
-
-python_compile_all() {
-   # Generate html docs from reStructured text sources.
-
-   # Place html4css1.css in base directory to ensure that the generated 
reference to it is correct.
-   cp docutils/writers/html4css1/html4css1.css . || die
-
-   cd tools || die
-   "${PYTHON}" buildhtml.py --input-encoding=utf-8 \
-   --stylesheet-path=../html4css1.css, --traceback ../docs || die
-}
-
-python_test() {
-   if python_is_python3; then
-   pushd test3 > /dev/null || die
-   else
-   pushd test > /dev/null || die
-   fi
-   "${PYTHON}" alltests.py || die "Testing failed with ${EPYTHON}"
-   popd > /dev/null || die
-}
-
-python_install() {
-   distutils-r1_python_install
-
-   # Install tools.
-   python_doscript tools/{buildhtml,quicktest}.py
-}
-
-install_txt_doc() {
-   local doc="${1}"
-   local dir="txt/$(dirname ${doc})"
-   docinto "${dir}"
-   dodoc "${doc}"
-}
-
-python_install_all() {
-   local DOCS=( *.txt )
-   local HTML_DOCS=( docs tools docutils/writers/html4css1/html4css1.css )
-
-   distutils-r1_python_install_all
-
-   local doc
-   while IFS= read -r -d '' doc; do
-   install_txt_doc "${doc}"
-   done < <(find docs tools -name '*.txt' -print0)
-}

diff --git a/dev-python/docutils/files/docutils-0.11-python3.3-odt-writer.patch 
b/dev-python/docutils/files/docutils-0.11-python3.3-odt-writer.patch
deleted file mode 100644
index e84256f3dc4..000
--- a/dev-python/docutils/files/docutils-0.11-python3.3-odt-writer.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 a/docutils/writers/odf_odt/__init__.py
-+++ b/docutils/writers/odf_odt/__init__.py
-@@ -88,16 +88,20 @@
- #   that support for the ability to get the parent of an element.
- #
- if WhichElementTree == 'elementtree':
--  

[gentoo-commits] proj/sci:master commit in: sci-biology/velvetk/

2019-03-30 Thread Martin Mokrejs
commit: 52d9da4d866e95afa5270fb9533fa359df0a9957
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Sat Mar 30 23:36:06 2019 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Sat Mar 30 23:36:06 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=52d9da4d

sci-biology/velvetk: drop faulty software per its author

From: Torsten S.
The velvetk.pl is faulty and should not be used.
Try `kmergenie` instead, or use the SPades Assembler.

 sci-biology/velvetk/metadata.xml| 12 
 sci-biology/velvetk/velvetk-20120606.ebuild | 24 
 2 files changed, 36 deletions(-)

diff --git a/sci-biology/velvetk/metadata.xml b/sci-biology/velvetk/metadata.xml
deleted file mode 100644
index 138cb7705..0
--- a/sci-biology/velvetk/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-

diff --git a/sci-biology/velvetk/velvetk-20120606.ebuild 
b/sci-biology/velvetk/velvetk-20120606.ebuild
deleted file mode 100644
index a2fdb7c25..0
--- a/sci-biology/velvetk/velvetk-20120606.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Estimate the best k-mer size to use for your Velvet de novo 
assembly"
-HOMEPAGE="http://www.vicbioinformatics.com/software.velvetk.shtml;
-SRC_URI="http://www.vicbioinformatics.com/velvetk.pl;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_install(){
-   dobin "${DISTDIR}"/velvetk.pl
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 902abbb5cc65f9d0d966eae61e0ef42c522b69b4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:48:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:48:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902abbb5

x11-themes/zuki-themes: remove old

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

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

diff --git a/x11-themes/zuki-themes/Manifest b/x11-themes/zuki-themes/Manifest
index 4d439059b79..e6c4706e91d 100644
--- a/x11-themes/zuki-themes/Manifest
+++ b/x11-themes/zuki-themes/Manifest
@@ -1,4 +1,3 @@
 DIST zuki-themes-3.24.3.tar.gz 906469 BLAKE2B 
443e99711fe9908fef976f0609401413f90e54f0bc0aa1bf8ddd65085ad755457402618336884be354030c6548e39a8cc0c5a5079b7b64d17760fadb0792319f
 SHA512 
79ce43816db11dcd4be383bf4e0512aac0863214aa3fd3a545f06b922d441d3d1ddaf63ace166736b7598bf6f4ebdd1568092622eea3ef48b2ce37fbefd312ba
 DIST zuki-themes-3.26.1.tar.gz 909306 BLAKE2B 
5bf673dce90992caf1b5d10d145f90bb26dc4f0f2939cb40cf22c9beef4f6b6ccad71a42d8f165141bf6e1029522a8c16e4dce820247b7a7887f3ad7fb987d2a
 SHA512 
10ed25e6e6394f248ac69e9808f2223aff2cfdd35a98cd6b4547f5cdb5d7b8d353f224b1b582b175bd74c10a9231bec913b7645bb303ce2ab576b10537bc39e7
-DIST zuki-themes-3.28.3.tar.gz 903971 BLAKE2B 
d300a9733c1578a4f69d10fa2efc965eb58fe098e4a35e6864db9e11749a194cfa1575458f2e24761a2bb0ee103fc5a2c0a2fde1a6b55cf8115b1a965adeb852
 SHA512 
efc0a362bcd4d579621913cf6511c34f474a10460db49f8d59d61526ebb669000567c75e4ef91aeec9254c5afcc5d5cd46bbfa5a571b8d3f9cbf603e72aa8cb3
 DIST zuki-themes-3.30.1.tar.gz 921175 BLAKE2B 
91de90a15db77b47569d2ce74ad0d5514f6dbd790e0381d32a3009e08fd13bae8e26110476cf668519504b10362cfb96c9e315094f1df88796f18b79f08f3e11
 SHA512 
ea493c240c0b97f0ca1acaff14c17e7077200766227be80ef5ab3cd89f12bdc167ddd53d7aa0e0a64ba5aa8caf88823e2976b1ce7dfeafb1207cc09fbef65073

diff --git a/x11-themes/zuki-themes/zuki-themes-3.28.3.ebuild 
b/x11-themes/zuki-themes/zuki-themes-3.28.3.ebuild
deleted file mode 100644
index 8941ed65eb9..000
--- a/x11-themes/zuki-themes/zuki-themes-3.28.3.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-extra/gnome-tweaks/, gnome-extra/gnome-tweaks/files/

2019-03-30 Thread Mart Raudsepp
commit: 3c89fd99caa742a2c17a5188e79427dd0fe25f18
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:36:39 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:36:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89fd99

gnome-extra/gnome-tweaks: remove old

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

 gnome-extra/gnome-tweaks/Manifest  |  2 -
 .../files/3.26.4-gentoo-cursor-themes.patch| 26 -
 .../gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild | 63 --
 .../gnome-tweaks/gnome-tweaks-3.28.1.ebuild| 49 -
 4 files changed, 140 deletions(-)

diff --git a/gnome-extra/gnome-tweaks/Manifest 
b/gnome-extra/gnome-tweaks/Manifest
index d0d8511b223..335a73cb39b 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-tweak-tool-3.24.1.tar.xz 261872 BLAKE2B 
ce62ad4357d8f8660bbbdcd81a1190f21cf7a832853aba404bc087b8150bff8f6451902102dfe030a6eec5ce658d31f176e0d32055f25e69203fda65ce092120
 SHA512 
b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
-DIST gnome-tweak-tool-3.26.4.tar.xz 253036 BLAKE2B 
a63d6977e7b4fb9d7e26752a95e123794daa5412ccc2f4ac1572ee1bf06730b29e5a2bd0d547dc3f8bfc1ab2c4a2d9bd72c42f9c0ff10d9bc9a23d377883562d
 SHA512 
42828720213cf366534eabf46fa4c3e4c3f15f2310adad96a5297300c781abe62e3f59ec305e077cdd6bb5538dae3ec3487e5accecd2ce6221c388c28092c2d0
-DIST gnome-tweaks-3.28.1.tar.xz 268476 BLAKE2B 
e4bcbc218519769ece4ea266f014a59b692c6cdef8f12122a3f1dddf1748e60cbe7fd9b0f7eb32320f111b15c0a2ac09780cac53635f816107b1ca983d8ddd1a
 SHA512 
c3d1f65012b465b428809bcd734df4de37f1530611d1bce6363067683184acfbc736b432b12834882b10aa7d0f03d4242cc51319b6f49de95eea7b7c43db90dc
 DIST gnome-tweaks-3.30.2.tar.xz 281820 BLAKE2B 
cd980f77a05d74f556fe461f1dc35122efb23ab0885b84ddb71c873dd6cb424d4ae213d393b7555f8baed8eb5fb3df8afa7d9b4cb92d772ba9eed59892871bfe
 SHA512 
183df35e8051aa1fba54ca45aca64d665f28d92c56879ff6fa60adf3809a05676db15d97d7023bf5ffb9bac33df259eb62742bee3cebeb87d8ffa39679b2c078

diff --git a/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch 
b/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch
deleted file mode 100644
index e7eafc8be8a..000
--- a/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 52dc5f832bbb249896f114439d7d1562e26b5e47 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Wed, 16 Jan 2019 04:04:16 +0200
-Subject: [PATCH] appearance: Look for cursors in Gentoo location too
-

- gtweak/tweaks/tweak_group_appearance.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/gtweak/tweaks/tweak_group_appearance.py 
b/gtweak/tweaks/tweak_group_appearance.py
-index 1a56287..83159c9 100644
 a/gtweak/tweaks/tweak_group_appearance.py
-+++ b/gtweak/tweaks/tweak_group_appearance.py
-@@ -87,7 +87,8 @@ class CursorThemeSwitcher(GSettingsComboTweak):
- **options)
- 
- def _get_valid_cursor_themes(self):
--dirs = ( os.path.join(gtweak.DATA_DIR, "icons"),
-+dirs = ( os.path.join(gtweak.DATA_DIR, "cursors", "xorg-x11"),
-+ os.path.join(gtweak.DATA_DIR, "icons"),
-  os.path.join(GLib.get_user_data_dir(), "icons"),
-  os.path.join(os.path.expanduser("~"), ".icons"))
- valid = walk_directories(dirs, lambda d:
--- 
-2.17.0
-

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild
deleted file mode 100644
index b748b2f7a31..000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.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
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{4,5,6} )
-GNOME_ORG_MODULE="gnome-tweak-tool"
-
-inherit gnome.org meson gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Customize advanced GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks;
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-   >=gnome-base/gnome-settings-daemon-3
-
-   dev-libs/glib:2
-   >=x11-libs/gtk+-3.12:3[introspection]
-   >=gnome-base/gnome-desktop-3.6.0.1:3[introspection]
-   net-libs/libsoup:2.4[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gsettings-desktop-schemas-3.24
-   >=gnome-base/gnome-shell-3.24
-   x11-wm/mutter
-   

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

2019-03-30 Thread Mart Raudsepp
commit: e3c8174e250eff110c4e0f706d2ac409c24aff79
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:43:26 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:43:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c8174e

media-gfx/gnome-photos: remove old

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

 media-gfx/gnome-photos/Manifest   |  1 -
 media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 3d838a05a7e..5cf6a4299ef 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-photos-3.24.6.tar.xz 986200 BLAKE2B 
656737326f594958ea1cc956f85e50c7eaebc227491d95342acab9a1fa0e3c5c109efe932cd0465e48ada62beab238e6eef0e01033b145de72a1fb64ce2f3c89
 SHA512 
47fd858b643fe0bca9a4801d43bd7eb181db08d7e09941a60a134247df97b0e900cd062efef70da5161a9fceb1d33b998b87ad5eca0a5937a10c4e06b908de22
 DIST gnome-photos-3.26.4.tar.xz 1101324 BLAKE2B 
81e851bdeb39455cad6d4ba99194229507a809c3bd8c9ff0c24992cbbf90001d87f96d1c2b3c3a07101982e6ea169cba0e2249431138e962850f55fffc2c54ec
 SHA512 
0a49b7eb29918ccf87af4211db6ffbb3c55ab40f4eaa1437317fda32de43b3b0c9033397d5b06fbc5012d0fa322a79dafdf46817cfaea57ef2f4df1a975fb489
-DIST gnome-photos-3.28.1.tar.xz 1139192 BLAKE2B 
c6be02cf49ef96c580759dabeeecb55d74e137a234663fe2ce78b45257abb2a0d5d52d34fdf30dd5672b054ab592f9858e9a963d593fc95dbca5c97cab2d5671
 SHA512 
6246c55484d45883dda93f990c52b46755420d820007a64d606685153353607a90702ac7c6e4de59c54ff9ffb5b36f15a297541c5fa866718b5ac9e44e15d35b
 DIST gnome-photos-3.30.1.tar.xz 1118728 BLAKE2B 
b3de35fb9c2ae7b731cf76a7b02b689997e3cf063037c49a51dbdf8bb37d9217c9bd5380bc872b984eca4e53c5996eb6370f3acc82a90e56dabe9d47999d5578
 SHA512 
4fa386c3d93f2b15468601e56bfcbdcc83a9e78ed5c4d0a1e51e9adf4ba313bb69e07aae52404026546dd68584e355c5e5100fc12f95fe078ccf2d6160a0a24b

diff --git a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
deleted file mode 100644
index 803cf12a226..000
--- a/media-gfx/gnome-photos/gnome-photos-3.28.1.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
-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+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flickr test upnp-av"
-
-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.3.28:0.3[cairo,jpeg2k,raw]
-   media-libs/gexiv2
-   >=media-libs/grilo-0.3.0: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
-"
-# 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-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() {
-   # XXX: how to deal with rdtscp support, x86intrin
-   gnome2_src_configure \
-   $(use_enable test dogtail)
-}
-
-src_test() {
-   virtx emake check
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 792bfb768f83e2a32339d333b36c9b6472d9d819
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:49:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:49:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792bfb76

x11-wm/mutter: remove old

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

 x11-wm/mutter/Manifest|   2 -
 x11-wm/mutter/mutter-3.28.3-r1.ebuild | 152 --
 2 files changed, 154 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 894ec4ed6bc..d22dacf44b3 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,7 +1,5 @@
 DIST mutter-3.24.4.tar.xz 3583916 BLAKE2B 
86a9e16ed96270713e400ccb4dc64b91c263125ea4a04373ed1f8364e906031ef26dc991fa13d01cf0e50895360c87be6773e3332d823c2ce1991cd57d59b292
 SHA512 
7ae579ab3e9df09cae37fbc1b277e382c9f610058b914b69a7bdb89f3bec510403210c0cded16a6487111507151f4d7075d161e051c0b88585d6ab6b4575b8d3
 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.28.3-patchset.tar.xz 44308 BLAKE2B 
c9ecac6fc91d0f5d07be3f407332267ac6ee83d65ec7650461a990e87dd81c0b6bf37893441ebcd084730d6bbe4ecf851e5083660979aebce237d5fdd2485bb1
 SHA512 
3d057faf1dfbe5ea38c8207d16377c9024772fb2111f0cdc9867de63ed158534d6ae5a23413b2f258c1c85278abbf1ac0156f0322e9df717ea09ba45d5f8650f
-DIST mutter-3.28.3.tar.xz 3693812 BLAKE2B 
491a4cc47d54d2a72adffd808ac64d90914f5a5bd653ba2b147993ee4a0862fbe61a666a3adf322ed4fd4af99c4cf9890b7bb19f9f0451039d1d797cfd616e3b
 SHA512 
1230e4489693188c4d9ffe5460b235cd018b16f27741451120c3acb6027901d5286d9793cc0c9ad50a2233ff20ea91e7a47c0df611bb4479f1e33af0d185f69a
 DIST mutter-3.30.2-patchset.tar.xz 9968 BLAKE2B 
7b664f35eec3cb6f298d5628bc7c0dd9697076f4fcfca431d08581d2c3054fbad952802a3279b174f207b5c6fdea2f29811352c7b2b1119e87bf689c1cbc8ce1
 SHA512 
949acecf66cf9060527c2a3559f831cfbe9ed68007ae2ca94df920c8691bc28d5577d15fe1bd9c2fddef978b23b29d4e6dfef16c232a96fd5006ed844321b957
 DIST mutter-3.30.2.tar.xz 3725692 BLAKE2B 
280b7a6319e5d4705baee965936df6f31ba8ca96ce3812cf640578c6817aaa82b6ff8fde7b2740ecd8edb6c4746f4608f997772a24d67f12fcb0c5c77fc9b29a
 SHA512 
3890270b7eb4b8753274d30ad26693b829a69b31f36501845c59b000deb174be58b5167f6754767dba02ebc44688697fbe7344a327879a073955047b69333a2e

diff --git a/x11-wm/mutter/mutter-3.28.3-r1.ebuild 
b/x11-wm/mutter/mutter-3.28.3-r1.ebuild
deleted file mode 100644
index 2e93942d855..000
--- a/x11-wm/mutter/mutter-3.28.3-r1.ebuild
+++ /dev/null
@@ -1,152 +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 virtualx
-
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0/2" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-.pc) should use the subslot
-
-IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev 
wayland"
-# native backend requires gles3 for hybrid graphics blitting support and a 
logind provider
-# gles2 may be avoidable, but probably not worth the effort before switching 
to meson; without it, it seems it'll have subtle lost features as well that 
isn't explained to user atm.
-REQUIRED_USE="
-   wayland? (
-   ^^ ( elogind systemd )
-   gles2
-   )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# libXi-1.7.4 or newer needed per:
-# https://bugzilla.gnome.org/show_bug.cgi?id=738944
-# gl.pc package is required, which is only installed by mesa if glx is 
enabled; pre-emptively requiring USE=X on mesa, as hopefully eventually it'll 
support disabling glx for wayland-only systems
-RDEPEND="
-   >=dev-libs/atk-2.5.3
-   >=x11-libs/gdk-pixbuf-2:2
-   >=dev-libs/json-glib-0.12.0
-   >=x11-libs/pango-1.30[introspection?]
-   >=x11-libs/cairo-1.14[X]
-   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
-   >=dev-libs/glib-2.53.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/startup-notification-0.7
-   >=x11-libs/libXcomposite-0.2
-   >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?]
-   

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

2019-03-30 Thread Mart Raudsepp
commit: 36bc18824d53d811fbbd14516ba97f78e6e6cc7c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:35:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:35:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bc1882

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

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

 gnome-extra/gnome-system-monitor/Manifest  |  2 --
 .../gnome-system-monitor-3.26.0.ebuild | 40 --
 .../gnome-system-monitor-3.28.2.ebuild | 40 --
 3 files changed, 82 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/Manifest 
b/gnome-extra/gnome-system-monitor/Manifest
index 3549c349021..9ac4867ca01 100644
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ b/gnome-extra/gnome-system-monitor/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-system-monitor-3.24.0.tar.xz 930956 BLAKE2B 
f08b6da2ee9d45d232f1d1f019b6844f6fcf50baf85944d240611fbc0794cce6755d6b7daf275f4d97686558fc0f2525a8700fda473b576f8d5d41f66f118275
 SHA512 
4155d9f130cc1e38d32b76d10ca91056d82b90ca555f9ded26acfd1ef018b92163b0cc2256861b8e166b3bfa7eadc6c900aa9c79fd0c859045197ab2eaf3dc9f
-DIST gnome-system-monitor-3.26.0.tar.xz 941144 BLAKE2B 
bde11ed78b10140916121df49af36b04afc6d9cb35fc1fa4f240ab8c109b79bfce5175d0e91e7a80c6da5420e13ca2aa520e76db9b79ea08d5dab23fcd8a301a
 SHA512 
c2593371d956a4c11ad9ac4afabc996c02d743f9ba443192b0d955ab42464a02ad3fe19398b9489d33d552fdfdc2fb615e85d4dcb9342b821cb0b590fd3c3043
-DIST gnome-system-monitor-3.28.2.tar.xz 1209156 BLAKE2B 
6b23617ce1168eb1144affee0a7234fb7a86cc94cdf8220ce56c685604392db24359b4870238a7e96cd6a6e72b3130d77dd34c7cfa240c4c650b936d7ba42335
 SHA512 
8c55e97174c7334b19b8d9ef171d3dc97bdb2de4fb8442471e55ae6a0bbf0608e78eee3aafefda8a4a0375b804e5332dce692f3bd6676b4b623aa5be4c87b948
 DIST gnome-system-monitor-3.30.0.tar.xz 762004 BLAKE2B 
cf0ef6dde12a34f537e632dca6b45fc16ab49e92aaf49d2e945dded25b5cfbd855506368b82a0f840808760ce563f54fd8683f5a35652a5e10cdb4972ea61864
 SHA512 
c33dc510b15019de745a88d3eef12b5a2b19048bda22878988f22c4482f6a26ab20f5913f3104f2cb1b9566f7148a08b53d4e548f71345363273c51840fa2c8a

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
deleted file mode 100644
index a213595de60..000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.26.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="systemd X"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.37.3:2
-   >=gnome-base/libgtop-2.37.2:2=
-   >=x11-libs/gtk+-3.22:3[X(+)]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/glibmm-2.46:2
-   >=dev-libs/libxml2-2.0:2
-   >=gnome-base/librsvg-2.35:2
-   systemd? ( >=sys-apps/systemd-44:0= )
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-# eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=dev-util/intltool-0.41.0
-   dev-util/itstool
-   virtual/pkgconfig
-"
-
-src_configure() {
-   # XXX: appdata is deprecated by appstream-glib, upstream must upgrade
-   gnome2_src_configure \
-   $(use_enable systemd) \
-   $(use_enable X broken-wnck) \
-   APPDATA_VALIDATE="$(type -P true)"
-}

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.28.2.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.28.2.ebuild
deleted file mode 100644
index 87e551af320..000
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-3.28.2.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 gnome2
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="systemd X"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.55.0:2
-   >=gnome-base/libgtop-2.37.2:2=
-   >=x11-libs/gtk+-3.22:3[X(+)]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/glibmm-2.46:2
-   >=dev-libs/libxml2-2.0:2
-   >=gnome-base/librsvg-2.35:2
-   systemd? ( >=sys-apps/systemd-44:0= )
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-"
-# 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 

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

2019-03-30 Thread Mart Raudsepp
commit: 223a3997122654d407d87e1167df7f49f84c08c3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:47:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:47:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223a3997

sys-apps/osinfo-db: bump to 20190319

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

 sys-apps/osinfo-db/Manifest  |  1 +
 sys-apps/osinfo-db/osinfo-db-20190319.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index 014775fd5ba..6ebfe6afd85 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,2 +1,3 @@
 DIST osinfo-db-20181203.tar.xz 80044 BLAKE2B 
7cdc11afdd4bab83413c1512b9fca7ad0679a486a83d714a14aad8a3718a6c7829286ff7acf5a1e4ccc78289c66f9673a9bdeb9423d7570ac5b26d0756025bfe
 SHA512 
6091a31ecc6e618e29c7161a3e3d78ff0eaafeaa88d5bbe38dce136f8814a4411765e854424bacf87998403ba8fa0afc2b0a744095f691a80207252f21ecd270
 DIST osinfo-db-20190218.tar.xz 82712 BLAKE2B 
d026b428171127b5048357ae75e2601fc184b9e2e5dd7224a7ba1a439ebf20e567bd910ab4b8a0920d3f8c0e2e8be637086920ab905a8fd8eb98c772a13c234d
 SHA512 
e6b6f0e8b965ecf5a6c38071f3b2d5646123a6d84a5d5ebfb59995f10ae0aa8985bc5caeb1a4de396b92be0466291bc82247f33138f7954c847651eb682fdad3
+DIST osinfo-db-20190319.tar.xz 85668 BLAKE2B 
9e1d95379c659dc325a0fa5d7d8e6abc6c486839cbf42d78e0964583f19258f2e6669e685bc09cd13f17ecd04cc3d1cf3188d862d12d2825636a76d9d2999b8f
 SHA512 
fb06adeaf639e71b02bec30dafbc405e903d490cd8038d4fe94de63c4d0bb9f617a469e59d11fd4dfc5c1c0d9a6094b888ce5867634c0cbe501e5195316a8e75

diff --git a/sys-apps/osinfo-db/osinfo-db-20190319.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20190319.ebuild
new file mode 100644
index 000..063c9afbf19
--- /dev/null
+++ b/sys-apps/osinfo-db/osinfo-db-20190319.ebuild
@@ -0,0 +1,27 @@
+# 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: gnome-extra/gnome-software/

2019-03-30 Thread Mart Raudsepp
commit: 907fbd6cb5c4df74ebbd246aa30afad212712a8c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:34:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:34:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907fbd6c

gnome-extra/gnome-software: remove old

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

 gnome-extra/gnome-software/Manifest|  1 -
 .../gnome-software/gnome-software-3.28.2.ebuild| 94 --
 2 files changed, 95 deletions(-)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index 6ede4bf38a9..f6bf6add35d 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-software-3.22.7.tar.xz 3865764 BLAKE2B 
c23e3b9e34a9b233a584a920fcd5969b3ebb5fa4227da147870e71c1531da6c3efda913149a903667ae1725c505c1c842aac0a76b439a2730bf6c837f39757fc
 SHA512 
184714710695d8c48451c1ee7885524dfa30cc6091975bdd317bdd6ce130e7815ab7474074ed191913594bcd5142932bd7918ae19a695170a34a5f934e1b9825
-DIST gnome-software-3.28.2.tar.xz 5181868 BLAKE2B 
4744ff13216ac1421700ef9c5ec9fb540ffb527ed8bff1bd2f7b90cb5c9b768180e3b30fc0b44724e27479f56f8867551b4b19a9496664418a6b6cbe0960623e
 SHA512 
ca22ea589c19f3c5aae32fb2540646d3b3c8faf86f857dd414caf61b716bc50dea16281955c594a629f684da5ac87eeada6ac68247a9b0545600b739fa436dd7
 DIST gnome-software-3.30.6.tar.xz 5217384 BLAKE2B 
6a9478aa7752ea62c391545b5f84191a22c839802bd1ac2118696b9dd954a19003477a688d9f36868a617dbf3dd186fc36a054ce0eac8ba8c7a5eee834732ce4
 SHA512 
dd98e9e61469fc5566ab569f09bdc06ccb5812a236e305185b911c70364e2983f257e939aed0bb61778163084fb5628d63ff6bd5f056d4a7626a2e771ad6426a

diff --git a/gnome-extra/gnome-software/gnome-software-3.28.2.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.28.2.ebuild
deleted file mode 100644
index ca92955b0f2..000
--- a/gnome-extra/gnome-software/gnome-software-3.28.2.ebuild
+++ /dev/null
@@ -1,94 +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 gnome.org gnome2-utils meson python-any-r1 virtualx xdg
-
-DESCRIPTION="Gnome install & update software"
-HOMEPAGE="https://wiki.gnome.org/Apps/Software;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="firmware gnome gtk-doc spell test udev"
-
-RDEPEND="
-   >=dev-libs/appstream-glib-0.7.3:0
-   >=x11-libs/gdk-pixbuf-2.32.0:2
-   >=dev-libs/glib-2.46:2
-   >=x11-libs/gtk+-3.22.4:3
-   >=dev-libs/json-glib-1.2.0
-   app-crypt/libsecret
-   >=net-libs/libsoup-2.52.0:2.4
-   dev-db/sqlite:3
-   gnome? ( >=gnome-base/gnome-desktop-3.17.92:3= )
-   spell? ( app-text/gspell )
-   sys-auth/polkit
-   >=app-admin/packagekit-base-1.1.0
-   firmware? ( >=sys-apps/fwupd-1.0.3 )
-   udev? ( virtual/libgudev )
-   >=gnome-base/gsettings-desktop-schemas-3.11.5
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   gtk-doc? ( dev-util/gtk-doc )
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-# test? ( dev-util/valgrind )
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   # FIXME: investigate limba support
-   local emesonargs=(
-   $(meson_use test enable-tests)
-   $(meson_use spell enable-gspell)
-   $(meson_use gnome enable-gnome-desktop)
-   -Denable-man=true
-   -Denable-packagekit=true
-   -Denable-polkit=true
-   $(meson_use firmware enable-fwupd)
-   -Denable-flatpak=false
-   -Denable-limba=false
-   -Denable-rpm-ostree=false
-   -Denable-steam=false
-   $(meson_use gnome enable-shell-extensions)
-   -Denable-odrs=false
-   -Denable-ubuntuone=false
-   -Denable-ubuntu-reviews=false
-   -Denable-webapps=true
-   $(meson_use udev enable-gudev)
-   -Denable-snap=false
-   -Denable-external-appstream=false
-   -Denable-valgrind=false
-   $(meson_use gtk-doc enable-gtk-doc)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" 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-user-docs/

2019-03-30 Thread Mart Raudsepp
commit: b649b6d01d2993682bded258be68de07b21cee26
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:37:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:37:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b649b6d0

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

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

 gnome-extra/gnome-user-docs/Manifest   |  2 --
 .../gnome-user-docs-3.26.2.1.ebuild| 40 --
 .../gnome-user-docs/gnome-user-docs-3.28.2.ebuild  | 40 --
 3 files changed, 82 deletions(-)

diff --git a/gnome-extra/gnome-user-docs/Manifest 
b/gnome-extra/gnome-user-docs/Manifest
index 99f89c9fe89..4f8ecdd5091 100644
--- a/gnome-extra/gnome-user-docs/Manifest
+++ b/gnome-extra/gnome-user-docs/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-user-docs-3.24.2.tar.xz 14167700 BLAKE2B 
deec09954a9c3bf915c86030d13df70efec81090c74744fb98192a1e9727cab2bd54ee608f1f3bddcf8707f6a3a6e1ddaeffdc5175e0d0f2ad4ab2e890036330
 SHA512 
7725ceb6d079d244f9f764c54b2d374588a808c8f1b2e70f655e1d3e3dc957cab3a8edcfe3d000c5d4520e9d9da031585a20ade978b66753ef3b2c912230a87d
-DIST gnome-user-docs-3.26.2.1.tar.xz 14538856 BLAKE2B 
c51f8a70209255e93137411c7aab5f61f0cf2d9e00924b1a7728adaa38579702556540c01967e9fdda1157e7304d38ed6e765073e50fffc02cb2e719abbfb597
 SHA512 
eb1bb873e1b8871e07ebd6a4afc694561b5fa4ff30453d25bdaaa530cb4910e8bbaacd36fcdb7f141f9f52ee8cf34521a332856d60c18a9385bfbc2501d13d97
-DIST gnome-user-docs-3.28.2.tar.xz 15489560 BLAKE2B 
937ba21e1629a5d83669d7d35c4a5274f8d40cb12d837b9e2077af40e219b4efb7ffadec212a29f7af50586be8deb97f8909cb54c687329475dfeb20ed5154b5
 SHA512 
3472454194e084e6482eee2d58037067832809cef3aff47188280c7397ed852d6d895dee33019df5e109db82ddef1f1b7f672c43c0977456bdf9a96db75255c1
 DIST gnome-user-docs-3.30.2.tar.xz 15707236 BLAKE2B 
4a0f83078c8a0360719a89f8a2a0d79d564452fe65e7037479288730c5155be1b26901c10863e9b35727c23458b7015ade326db6a6f78fa95b8f541b3dc5b361
 SHA512 
43f2d12a1f5ca03e5af24f599f688f1ed849d8466cb12f4b67c36601a1b6e236bd98e505ebcde677ae80be8cca71b32996bcb87715fa50c30cc5729ffc957b33

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild
deleted file mode 100644
index 0ec2de174a5..000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-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"
-
-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
-}

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.28.2.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-3.28.2.ebuild
deleted file mode 100644
index 5a4843ad273..000
--- a/gnome-extra/gnome-user-docs/gnome-user-docs-3.28.2.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 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-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"
-
-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: sys-apps/osinfo-db/

2019-03-30 Thread Mart Raudsepp
commit: f00334c628f91851bde84c5536b35823f794c835
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:48:11 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:48:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00334c6

sys-apps/osinfo-db: remove old

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

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

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index 6ebfe6afd85..63dd4dfa143 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,3 +1,2 @@
-DIST osinfo-db-20181203.tar.xz 80044 BLAKE2B 
7cdc11afdd4bab83413c1512b9fca7ad0679a486a83d714a14aad8a3718a6c7829286ff7acf5a1e4ccc78289c66f9673a9bdeb9423d7570ac5b26d0756025bfe
 SHA512 
6091a31ecc6e618e29c7161a3e3d78ff0eaafeaa88d5bbe38dce136f8814a4411765e854424bacf87998403ba8fa0afc2b0a744095f691a80207252f21ecd270
 DIST osinfo-db-20190218.tar.xz 82712 BLAKE2B 
d026b428171127b5048357ae75e2601fc184b9e2e5dd7224a7ba1a439ebf20e567bd910ab4b8a0920d3f8c0e2e8be637086920ab905a8fd8eb98c772a13c234d
 SHA512 
e6b6f0e8b965ecf5a6c38071f3b2d5646123a6d84a5d5ebfb59995f10ae0aa8985bc5caeb1a4de396b92be0466291bc82247f33138f7954c847651eb682fdad3
 DIST osinfo-db-20190319.tar.xz 85668 BLAKE2B 
9e1d95379c659dc325a0fa5d7d8e6abc6c486839cbf42d78e0964583f19258f2e6669e685bc09cd13f17ecd04cc3d1cf3188d862d12d2825636a76d9d2999b8f
 SHA512 
fb06adeaf639e71b02bec30dafbc405e903d490cd8038d4fe94de63c4d0bb9f617a469e59d11fd4dfc5c1c0d9a6094b888ce5867634c0cbe501e5195316a8e75

diff --git a/sys-apps/osinfo-db/osinfo-db-20181203.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20181203.ebuild
deleted file mode 100644
index 2c81e1a380c..000
--- a/sys-apps/osinfo-db/osinfo-db-20181203.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: media-gfx/eog/

2019-03-30 Thread Mart Raudsepp
commit: ffb77e28cb3154762a81b73f86843cbef58d7349
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:42:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:42:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb77e28

media-gfx/eog: remove old

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

 media-gfx/eog/Manifest  |  1 -
 media-gfx/eog/eog-3.26.2.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index 5755ee1be6d..20d74e25c0b 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,2 @@
 DIST eog-3.24.1.tar.xz 4632496 BLAKE2B 
24d6957285d5dae7fa2299165b1bac236e75dfa77938132c1d3f8f7312ed4a07d5d3a770fdbdbcf5ee1966a43b4443d331fbedec47575836e2170fa3022e657f
 SHA512 
c007b6f2cd2b59747db72a5b86ecb34ac87fe0910a2d33df466eb05ebe5ff638fb9e57b15f2ea9328c95037334a2fd9010895241ff285628b7ed7b6d65912fb0
-DIST eog-3.26.2.tar.xz 5516240 BLAKE2B 
5e63edd97c50e059af8d282d4596193fdb4e8a5767ebf9391c8c4f0b202136b1ef67c5d5d601e9863126b0db25e51927c4ac1fcb713fbd1a7ad21ccf207501af
 SHA512 
40941d77739d1ed572dd7c4864435e5944c9dd48f5386b2ea11e16da52f7fa550844e4636ee35947172e921df596542d13928c79f7f511ef70ec92b832b1f1db
 DIST eog-3.28.4.tar.xz 5732396 BLAKE2B 
9adf7e6793add9298dd879a0fe5ea7c736854d3a40473b2def84851a1e5a78ef84316b20b172c85c85f070278a51b06c1019aef1e5e9c5f31a87243c9229a579
 SHA512 
57ccb6269b2829a0606cbae08fc376bcd13028d3affe03d76c929a95faf9106dfd497872a12019158aeff5e8e101640d912cae0cece435121319820df7262c00

diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
deleted file mode 100644
index a56ef9b214c..000
--- a/media-gfx/eog/eog-3.26.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
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="debug +exif +introspection +jpeg lcms +svg tiff xmp"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.42.0:2[dbus]
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   >=x11-misc/shared-mime-info-0.20
-
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   x11-libs/libX11
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( media-libs/exempi:2 )
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.16
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   $(use_with jpeg libjpeg) \
-   $(use_with exif libexif) \
-   $(use_with lcms cms) \
-   $(use_with xmp) \
-   $(use_with svg librsvg)
-}



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

2019-03-30 Thread Mart Raudsepp
commit: c10a3f58a0997d5ef52905f6bcfd60609dc95f62
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:40:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:40:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10a3f58

gnome-extra/nautilus-actions: remove old

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

 gnome-extra/nautilus-actions/Manifest  |  1 -
 .../nautilus-actions/nautilus-actions-3.2.3.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/gnome-extra/nautilus-actions/Manifest 
b/gnome-extra/nautilus-actions/Manifest
index a57018ebad9..b74772111c2 100644
--- a/gnome-extra/nautilus-actions/Manifest
+++ b/gnome-extra/nautilus-actions/Manifest
@@ -1,2 +1 @@
-DIST nautilus-actions-3.2.3.tar.xz 8238308 BLAKE2B 
b0a385e2d05794d9e50eebb88ab279a49228493302358f3cfc66a8b70f4defbe7b368190e11c52087097dbc2660a6e251a3930e3415e7e8d6657487484c03f3b
 SHA512 
1b9e4e622ef66b1a05b0a9426fd0de929d8d890a836c4fe83cd127e94e07b33652d6087c9c556e0b56b7724c5f7e328a7e56df3aad517f4add940a96f460ff45
 DIST nautilus-actions-3.2.4.tar.xz 5148812 BLAKE2B 
e81edf846219b89f3585743d8a3601f21483dff86d601415a968d7f50f9fb4b889038593796d1b442f0395f0c649e7c5c3639b2fc0a42dc05bb7ba6588247709
 SHA512 
1f8e90fe040b76b0ce9a26f99725e717e6c60a1a838339ec1e26acb5db46b1382e6468e6cabc542e51438b63da2501728cd117e9f77a1710a296e9bd59e402f0

diff --git a/gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild 
b/gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild
deleted file mode 100644
index e26c5a7c91a..000
--- a/gnome-extra/nautilus-actions/nautilus-actions-3.2.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Configures programs to be launched when files are selected in 
Nautilus"
-HOMEPAGE="http://www.nautilus-actions.org/ 
https://git.gnome.org/browse/nautilus-actions/;
-
-LICENSE="GPL-2 FDL-1.3"
-SLOT="3"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.30:2
-   >=dev-libs/libxml2-2.6:2
-   dev-libs/libunique:3
-   >=gnome-base/libgtop-2.23.1:2
-   >=gnome-base/nautilus-3
-   sys-apps/util-linux
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libICE
-   >=x11-libs/libSM-1
-
-   !gnome-extra/nautilus-actions:2
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.35.5
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # install docs in /usr/share/doc/${PF}, not ${P}
-   sed -i -e "s:/doc/@PACKAGE@-@VERSION@:/doc/${PF}:g" \
-   Makefile.{am,in} \
-   docs/Makefile.{am,in} \
-   docs/nact/Makefile.{am,in} || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-deprecated \
-   --disable-gconf \
-   --with-gtk=3
-}
-
-src_install() {
-   gnome2_src_install
-   # Do not install COPYING
-   rm -v "${ED}usr/share/doc/${PF}"/COPYING* || die
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 34fe9f4c6cf8a6a775cd22f34a4e3073a031d36a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:45:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:45:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fe9f4c

sys-apps/osinfo-db-20190218: ALLARCHES stable

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

 sys-apps/osinfo-db/osinfo-db-20190218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/osinfo-db/osinfo-db-20190218.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20190218.ebuild
index 063c9afbf19..2c81e1a380c 100644
--- a/sys-apps/osinfo-db/osinfo-db-20190218.ebuild
+++ b/sys-apps/osinfo-db/osinfo-db-20190218.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 LICENSE="GPL-2+"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2019-03-30 Thread Mart Raudsepp
commit: aebd86e5f849893f8a0f00d38b9fd777cc1317a6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:26:46 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:26:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebd86e5

gnome-base/gnome-shell: remove old

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

 gnome-base/gnome-shell/Manifest|   2 -
 .../files/3.28.3-fix-gtk-doc-meson.patch   |  59 ---
 gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild   | 193 -
 3 files changed, 254 deletions(-)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index bea6c4afe6e..a99b75f076a 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,7 +1,5 @@
 DIST gnome-shell-3.24.3.tar.xz 1982088 BLAKE2B 
608b3e73d546dea543a23c31a64b03c32f35d118cd79fd0371a9e392377b4dd03bc16413443d643ed604a2fa81c2838939d92ef4c89a54469a8bd83dc9661f8f
 SHA512 
369ed80b975369b79d4ac9b3f1fbd469fdde331e9079d09eeac6398a9b3c349b09f7570dfce1ed6e1cdfaf514b4b40c6038f34b6c3c7928470b2cd65b702ff15
 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.28.3-patchset.tar.xz 30820 BLAKE2B 
3402a1c455a5e9d028f6c15ea40db94afb84576643b9bfe9e973a7f375d9f0a22003eab3ccabec0b4b31c31f70ef02ca055c0f62a5c0392529fc375f6cef7029
 SHA512 
a1da84374dd97bff2546d6ddc5656bade69711d05b4b4f4283df66ebbac566767a509dcbd6db52c28a1915cf873c99b81029128cb2a2b63c325dc3e3340fffb4
-DIST gnome-shell-3.28.3.tar.xz 1433388 BLAKE2B 
656e2edabef363d779fd339b7158ad3461a05452a2fdad611889d19f272cd98dfbbb39871d10631326b83108678f8a7245c349583eb257e9d7e4827078134ade
 SHA512 
3550a9e59101a96cf04e4a4bc183ac9a447baa72d74e57c3f438764741b4365f8848895c1eb2c4d0af5c7936e38eb8971ef578bbee315e78b9fdcbbe49fdc1e8
 DIST gnome-shell-3.30.2-patchset.tar.xz 39864 BLAKE2B 
61c02e5ae87ab24f30d28865ff20e32fef63eefbfc1134bf0582eb25933700902aad08176fd2011781262552385bcb3ffaf35fc2d7a060c09ba0d27cb9a8
 SHA512 
8ad976c05488a6b7447d29105a566d0bb975c8e0798be18c1dc07295c51a27578274e611da4979397fc6c4da538f6d9f48072e043829a63faf87a781518ee531
 DIST gnome-shell-3.30.2.tar.xz 1439556 BLAKE2B 
547ccf5571ea431d15c6430619640bd497a381191cad56bbf1a5c9992c5df47eb48527cc2749ea4d417cbe5fd7cc2acb44915ee35d3d89cd386541f19d743877
 SHA512 
5cdf2b9a4dc9dbcc75d76020a01b953ae3922d5820b692d1bc1cf62daf1f00d04b95d6ec076920563f555115c4f4ad11a019e4523a353ef4dd2189a5240239c6

diff --git a/gnome-base/gnome-shell/files/3.28.3-fix-gtk-doc-meson.patch 
b/gnome-base/gnome-shell/files/3.28.3-fix-gtk-doc-meson.patch
deleted file mode 100644
index 9948b163009..000
--- a/gnome-base/gnome-shell/files/3.28.3-fix-gtk-doc-meson.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-From 9f4aa6ebf2193bb19dd8012de7699fce35681078 Mon Sep 17 00:00:00 2001
-From: Pascal Nowack 
-Date: Mon, 6 Aug 2018 14:21:02 +0200
-Subject: [PATCH] build: Fix build with meson >= 47.0
-
-With meson >= 47.0, building gnome-shell will fail
-when --rebuild-types is used as an option for gtk-doc,
-so stop using that option and bump the meson requirement.
-
-https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/191

- docs/reference/shell/meson.build | 3 +--
- docs/reference/st/meson.build| 3 +--
- meson.build  | 2 +-
- 3 files changed, 3 insertions(+), 5 deletions(-)
-
-diff --git a/docs/reference/shell/meson.build 
b/docs/reference/shell/meson.build
-index 1469ed422..a32d6a58a 100644
 a/docs/reference/shell/meson.build
-+++ b/docs/reference/shell/meson.build
-@@ -50,8 +50,7 @@ gnome.gtkdoc('shell',
- join_paths(meson.build_root(), 'src')
-   ],
-   scan_args: [
--'--ignore-headers=' + ' '.join(private_headers + exclude_directories),
--'--rebuild-types'
-+'--ignore-headers=' + ' '.join(private_headers + exclude_directories)
-   ],
-   install: true
- )
-diff --git a/docs/reference/st/meson.build b/docs/reference/st/meson.build
-index fe89b53d4..3e9e9ab7c 100644
 a/docs/reference/st/meson.build
-+++ b/docs/reference/st/meson.build
-@@ -17,8 +17,7 @@ gnome.gtkdoc('st',
-   ],
-   scan_args: [
- '--ignore-headers=' + ' '.join(private_headers),
--'--rebuild-sections',
--'--rebuild-types'
-+'--rebuild-sections'
-   ],
-   install: true
- )
-diff --git a/meson.build b/meson.build
-index 03b9d52a8..e33a76183 100644

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

2019-03-30 Thread Mart Raudsepp
commit: e653f8aa77bd7e271748a9249f50839d4de3060d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:32:48 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:32:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e653f8aa

dev-util/meld: bump to 3.20.1

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

 dev-util/meld/Manifest   |  1 +
 dev-util/meld/meld-3.20.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest
index f0c4d7723f6..ecfb7118fdc 100644
--- a/dev-util/meld/Manifest
+++ b/dev-util/meld/Manifest
@@ -1,2 +1,3 @@
 DIST meld-3.18.2.tar.xz 568292 BLAKE2B 
379ec993e7e2ba79d5ff8ea0e960c294fba390d3ba4276bea7700ebe1e55820b07d00d2a88ec5b95a8eae0549a976af0a06e1b7cb7f211aa5e77b0afb266a0d4
 SHA512 
6a3e47c472b12cbebc392e964b30ac80d344e0a82d0dd25a43df3eeba185e40e6ae5245b09e79ad9d789618b91ccec1ccb0f1c5e6c0ae1d76bb6b4fcd9446574
 DIST meld-3.20.0.tar.xz 591956 BLAKE2B 
cf4dce55b8282c287a9bcf964f6c412e5db246cc8c85ab98729af0e12f861ae323eaab1db57a7bd7f27028896148a5142b8d02f3f5abbd86b98eeb1882cf76a8
 SHA512 
33a14aeb474351a35ff08ba828846e849f1c4f000af81c38fa8f7d481b5de464e728d29742eac40164138c44557f92f6b2a329a337ee59f28d00a5bbc4652798
+DIST meld-3.20.1.tar.xz 594812 BLAKE2B 
a06ae48af37008b99e7110a826e1d97326b71150870c1546b50d971f51d6c9eb3b24fd8e5ae8e8e8daf30f0a83c71356a368d9ed49114989cd22fb793a644a78
 SHA512 
cd21f298dc1da6eb08261599b9270989c837e0923d5cf5cfdad227dd7f256ac5f53ac903939ebef90ea6cd684c7355ce9482648057284f4ce44f1c7101959c1f

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



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

2019-03-30 Thread Mart Raudsepp
commit: 3bfafd89fac06a19987fed89adf7c2c2219ab515
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:21:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:21:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfafd89

gnome-extra/gnome-calendar: remove old

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

 gnome-extra/gnome-calendar/Manifest|  1 -
 .../gnome-calendar/gnome-calendar-3.26.4.ebuild| 56 --
 2 files changed, 57 deletions(-)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index 6798a7ba7d4..1cd1496b408 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-calendar-3.24.3.tar.xz 2425292 BLAKE2B 
cb859e229b040dd1ef34643e7aac5ddc1d0368d0bc6912effd73bd2c95ecab458294fef866f5718e108ef36f03bfc0dcb5a1140a571b3dc35128125ea8ff8e19
 SHA512 
979a369a5c5fc7d4621ff1ae69dfb1b53002cc014b2f1c480c0122da5bf4282c1928df9dcdb3528352e9589099184ab51f96d1a065e346be8e639aa5fc96ac67
-DIST gnome-calendar-3.26.4.tar.xz 2443244 BLAKE2B 
a3117b4599e435959f515d4e1740adf66fb43a0138a325e38bbb2d269ed55407216e6ec8d4c1aae659cd3d0794f71d8dc7134dff786227b46405f7f9c06b1412
 SHA512 
6b7ee4fe409b9eeb9a84307142b4aab85e348f623a64bf66db09f9432e7c958e0bf83db7fe65c6d57efad84518cf2f859282e58ffdafefa6d8c30d863fb5007e
 DIST gnome-calendar-3.30.1.tar.xz 2443936 BLAKE2B 
1826488ee03742a9350e589954723264318450d50fa7175955deee8fb3b3bbf2a29fbc6106644bccc062dd45bd9a16e7f40e2928c488bc333ba35d00f2411f25
 SHA512 
acb428f123fe716b41c4e828213b1106296731b5aa99607838219b8e6c802b22d3481eaa91429cfb34bc3d098344f406ea86c5e2f794f26414ba05bf0189fe29

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.26.4.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.26.4.ebuild
deleted file mode 100644
index d95be954657..000
--- a/gnome-extra/gnome-calendar/gnome-calendar-3.26.4.ebuild
+++ /dev/null
@@ -1,56 +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 ~x86"
-IUSE="gtk-doc"
-
-# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
-# FIXME add docs
-RDEPEND="
-   >=dev-libs/glib-2.43.4:2
-   >=x11-libs/gtk+-3.21.6:3
-   >=gnome-extra/evolution-data-server-3.17.1:=
-   >=dev-libs/libical-1.0.1:0=
-   net-libs/libsoup:2.4
-   >=net-libs/gnome-online-accounts-3.2.0:=
-   >=gnome-base/gsettings-desktop-schemas-3.21.2
-"
-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 enable-gtk-doc)
-}
-
-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-clocks/

2019-03-30 Thread Mart Raudsepp
commit: b5ce987cef605ce6c5035f73dbef7f6ec1a0c46f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:22:20 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:22:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ce987c

gnome-extra/gnome-clocks: remove old

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

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

diff --git a/gnome-extra/gnome-clocks/Manifest 
b/gnome-extra/gnome-clocks/Manifest
index 28eea8f4aa0..c4784a555a5 100644
--- a/gnome-extra/gnome-clocks/Manifest
+++ b/gnome-extra/gnome-clocks/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-clocks-3.24.0.tar.xz 954576 BLAKE2B 
848303243391bfbc5ae2fcd8bfb4f3320ccb8465098d95379aaecf856341f05171964eda1a0a8637e04b5330cee6343003ec25063157f6d8ba0abcc22aa3f6ef
 SHA512 
f29a61ac9634008fa918f9f08c6e24c93816c0077687bd2feff3ef2c62c0db475076de5dbc1e223027627e985c4e4362f0cdf1a47821356c0a9ef9c4cd672de1
-DIST gnome-clocks-3.26.1.tar.xz 800056 BLAKE2B 
3ab9d611c9ef9f5b09ae3c5bd257a38582363e73da76f64784382d16c287fcd06524cd4d024a606328073c46604862a249f9ae5bbf5dbb31acd786a512bc2537
 SHA512 
226e0e253b5168aec8113da3018371dbf29716e4c0ba49c856333d66f6572a2bb846cca64cfc24dff55da577d0f60dce4eadfeb256eaa737d4040ee13fc62f85
 DIST gnome-clocks-3.30.1.tar.xz 798904 BLAKE2B 
58ffb56191cfb07912c1575291f752aadb5549ae5e369cb4c8904756d1ab5e666591ead6756992090921741abbfcf751e2d3ff76ed82d688caf135c7c091c888
 SHA512 
62fc817a3ea3155b650865f6d5056ba3370da319389206d921e315be878159ff26d0b3063a2c31c85af7447ead10c5fb62bf1dfe4613e2bfac1d01b0ca7b8b3c

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
deleted file mode 100644
index 0f3fcd618e6..000
--- a/gnome-extra/gnome-clocks/gnome-clocks-3.26.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.14: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-shell-extensions/

2019-03-30 Thread Mart Raudsepp
commit: 67eab3dce63d99484973092ed5d9ab59987b8c86
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:28:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:28:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67eab3dc

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

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

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

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index fe975cead69..f848a9fa95a 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,5 +1,4 @@
 DIST gnome-shell-extensions-3.24.3.tar.xz 346420 BLAKE2B 
3b6f6686656ca6f395bd69fea905c4f28264db81ac0f207bc2e0d6c82410328be2bc4c98faa659d9ac551cabb73e0576c4e28def9c14e5c7710a9785528909db
 SHA512 
7948a9cb6f5cb8d760bc42ea2865823ee60bd164b491d944edb0413e362f38ed90d39ead44ac57872a83c43c4050f5448936e739626b89a2b486a22f41d61e20
 DIST gnome-shell-extensions-3.26.2-patchset.tar.xz 14284 BLAKE2B 
36a81073e1983236835eccc5dc31fb9ce23c788b2e6e69661ea70d152ea951c4763572ee3f3fc052b72c3d0be7ceb4b3a397a46ed1d4b19acaee11a72203b399
 SHA512 
24b83766561b12a31cd83db361fc85cd86b4c80ad92244d2669d78b44433683402ea06446b003fa65137672b052699281eca089e38eb441b8805408369232121
 DIST gnome-shell-extensions-3.26.2.tar.xz 348720 BLAKE2B 
c276b95c7c80d732257396b3b04e273394adb5580709db3ba6ba5129ed9f6458cf2b2daee253fb2759169417364d4392e5734b5df3bdfd00266439c2bca2db9e
 SHA512 
8eb417a947545832d180cf7e53e1c239aec3ba1c819375071f7f036617de4ccdea5f23e81349d53dbc3c5f12334b1f1f590def7b75130e1057c314db557166e6
-DIST gnome-shell-extensions-3.28.1.tar.xz 199180 BLAKE2B 
3d32bef06e91627e93d554e39e7bdbbc43ffa351f5ae9cbfea3037332c1999b5bd143c8b01329f9f591ae8345c0a1a40c48c598a37d4d940e78c44bde432e2fa
 SHA512 
acf5d261fa3405a34263dd188ec9a6501c4bd7cf07ab06627292e213a905cd59756b2337be57e195af262e3cfffd0945dcc78f9ca357636e1d7d220b43f6780e
 DIST gnome-shell-extensions-3.30.1.tar.xz 198652 BLAKE2B 
d65ae90f6acf607aa1fe2eacfdcd22800b2dfcfee71240b600dd8a2e9e0320ed972a434a68a7020eafcfa6a0eec84572dc9f80258dc96fc205978882fe0c85c8
 SHA512 
492d99bac6345cc0c9e1a8a067859d2ff6d7b1b620277cac43429573e2e952af1a2ad3d94cc2fb5db3978fd15226c7f2231eb4d11fbcf1da39fe07afd58ee7b3

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.28.1.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.28.1.ebuild
deleted file mode 100644
index 65f76eabdac..000
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.28.1.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
-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.14.2
-   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-contacts/

2019-03-30 Thread Mart Raudsepp
commit: 09240ad7fedce8b435d35170f6de796741824bc2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:23:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:23:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09240ad7

gnome-extra/gnome-contacts: remove old

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

 gnome-extra/gnome-contacts/Manifest|  2 -
 .../gnome-contacts/gnome-contacts-3.26.1.ebuild| 68 ---
 .../gnome-contacts/gnome-contacts-3.30.1.ebuild| 78 --
 3 files changed, 148 deletions(-)

diff --git a/gnome-extra/gnome-contacts/Manifest 
b/gnome-extra/gnome-contacts/Manifest
index 76e4e03079e..fc4ea711021 100644
--- a/gnome-extra/gnome-contacts/Manifest
+++ b/gnome-extra/gnome-contacts/Manifest
@@ -1,4 +1,2 @@
 DIST gnome-contacts-3.22.1.tar.xz 788820 BLAKE2B 
8f620334dd380e8cb690f7b71d3a99a921f5814ab230690a60be6022150db7a6a0f74e426e72d8d027eb5280e1b6bfd04fa7b0b030519bb19e4718ca0c9f2120
 SHA512 
d93ed6c65ffdabe1925cc795b88ff374fe69e03fcd36af7c2fc67a5236b90ab6af4bd269b6fc3b344fcd6b4688d866628b8b090bb62de95f8bd0c2e40c26a107
-DIST gnome-contacts-3.26.1.tar.xz 974588 BLAKE2B 
da989125408702099ecd1afaad6c06ab1cbeda2309bc7b207be671c833792a325a0ebc6561f960d2c524ebd51743a60d5b792a0c2b8126318d38a6d801aa
 SHA512 
1ba445efd71dbc77213d75011b0abcffcf6fe534cba14cf8ca92890e8dfb7b44d9565399200aa7aa03862cf08be60289b78501a1807a760bb1e68f0fe46c4685
-DIST gnome-contacts-3.30.1.tar.xz 369392 BLAKE2B 
ba3e9263b1de210efec88d2ccecaaf7ae7a6761a5997e213d1a0d9a7694fed54f8123b792e138ec8ac67843408562e320a5490c5daf51478b763b9fbcb21adda
 SHA512 
4aa5629299233d24c36ec1c67d412fc421d5b6836c9759a0278bebe0239897ec6046e3aa8ea7ef10c5e537ec9aed67346221a353f683e18032a708eb333826d7
 DIST gnome-contacts-3.30.2.tar.xz 368476 BLAKE2B 
502170e327eb63a6d026af94a09949f6b973dba0c59079a23c7f37dfde2a391ffa13d905452741c403ada8e6f1101f7a5620ad9b59eb4c5341e96d357d8fe99b
 SHA512 
cf6ab33ef6147bceb5a4681b83830828fd4caa47d83fa9f71e01db3caf710f7f09fe60d2956565a2b9bd124356e100b31d6372ac4d4d231718230915a135e79d

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
deleted file mode 100644
index 0496d35861d..000
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome2 vala
-
-DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="v4l"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-VALA_DEPEND="
-   $(vala_depend)
-   >=dev-libs/gobject-introspection-0.9.6:=
-   dev-libs/folks[vala(+)]
-   gnome-base/gnome-desktop:3=[introspection]
-   gnome-extra/evolution-data-server[vala]
-   net-libs/telepathy-glib[vala]
-"
-# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
-RDEPEND="
-   >=dev-libs/folks-0.11.4:=[eds,telepathy]
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/libgee-0.10:0.8
-   >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
-   >=gnome-base/gnome-desktop-3.0:3=
-   media-libs/clutter:1.0
-   media-libs/clutter-gtk:1.0
-   media-libs/libchamplain:0.12
-   net-libs/gnome-online-accounts:=
-   >=net-libs/telepathy-glib-0.22.0
-   >=sci-geosciences/geocode-glib-3.15.3
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.20.0:3
-   x11-libs/pango
-   v4l? ( >=media-video/cheese-3.5.91:= )
-"
-DEPEND="${RDEPEND}
-   ${VALA_DEPEND}
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Regenerate the pre-generated C sources, bug #471628
-   if ! use v4l; then
-   touch src/*.vala
-   fi
-
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-man-pages \
-   $(use_with v4l cheese)
-}

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.30.1.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-3.30.1.ebuild
deleted file mode 100644
index 7144fd7e808..000
--- a/gnome-extra/gnome-contacts/gnome-contacts-3.30.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.24"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="GNOME contact management application"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
-
-LICENSE="GPL-2+"

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

2019-03-30 Thread Mart Raudsepp
commit: a6ab2a9bc744dc213a8279e46a46ac9dad4a602b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:23:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:23:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ab2a9b

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

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

 gnome-extra/gnome-getting-started-docs/Manifest   |  1 -
 .../gnome-getting-started-docs-3.26.2.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 19da135ad7b..c4dc6291094 100644
--- a/gnome-extra/gnome-getting-started-docs/Manifest
+++ b/gnome-extra/gnome-getting-started-docs/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-getting-started-docs-3.24.1.tar.xz 119137908 BLAKE2B 
628dab2c9a938f3b265855443e794c1575586d0579692e1a21bae77dd497989cd061cff4dd97090f11719916f24742eedfc81bacb4fdf31536eca78cdd221d6f
 SHA512 
7d44ac4030c3459014f391d10699b48f9be789c196900e29a56574e98698ffe494d3344a7c99f04291c49093827385093877b9047549cc5ff4d352d39297387d
-DIST gnome-getting-started-docs-3.26.2.tar.xz 119168700 BLAKE2B 
2b694dcc01e0a75c6c412f056b330b22232de540ac6c8f2cfe7927270479383e8255e996c15b86693e5cde5822703217aafbf7c3c1aaea1ea73c172fe479afb3
 SHA512 
9a8447d18f54efa23041f9d28ca8cfcbb18a7917de29f0c7806eb7384f98c23bdd501ef07ab7556e4b74796df2c8a8b531041c9b6eafe71f6e03102ba47e2b00
 DIST gnome-getting-started-docs-3.30.0.tar.xz 110244480 BLAKE2B 
91acfa8731a60bb98c88ffb23bf46ba5bc83feee51ed8a6ae75d5e7c7c5695db9fe715d54ffaa7b1cbe2fbc9c0dcae86b577f81deec6acb7bb57d92f788f
 SHA512 
15d7db0aba5c4ce056700ff6f1d5c23ad5cad5c113ed9c83aa0e569262d6c489bb48eedc697d25e25d3cfae7df3b8da039b84c612b9eba9346b4b4c2b4494952

diff --git 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.26.2.ebuild
 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.26.2.ebuild
deleted file mode 100644
index 6eaff71d29e..000
--- 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.26.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 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/gnome-shell-frippery/

2019-03-30 Thread Mart Raudsepp
commit: a9c42c7f3373a0e07d8ae7083a07af79fbbe3d8a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:28:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:28:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c42c7f

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

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

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

diff --git a/gnome-extra/gnome-shell-frippery/Manifest 
b/gnome-extra/gnome-shell-frippery/Manifest
index 02f4d34eef0..e276ddcd11d 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-shell-frippery-3.24.0.tgz 79322 BLAKE2B 
d5e6db3d165708836e0cec4c1c2f6ffd3227876a566759ac9db9c7ce1d71841002a991df0bd2bf2279e79dfb9a87af1e8b10abe850f972ff2c9f49397106b8b5
 SHA512 
7f12f3be7ec4d55cf9f96c81c5af649cbb410fe79e880b3b5469e1554ae8419e40d5a77ab9d3889758a2729dd31e59b08e507803b84886305b75fe27df5eebd5
 DIST gnome-shell-frippery-3.26.5.tgz 87012 BLAKE2B 
23f073cfbbd87bc29cc90f052b841c5a5cca535b2a0e8ef3f220fc4bd9a1a2857fde817f0dca478673fa27a93a028ead28a880f67ec574d6011e3a63630540e1
 SHA512 
b5767af112e1744f7928c01810b16df565409da43cac1638467b1425b50cd0c48cfea3535be501b47144c8e1b5b9eeb6283c80464ec1b02d74f60e7d04478c85
-DIST gnome-shell-frippery-3.28.4.tgz 87337 BLAKE2B 
3baccef54902953766ff2e78f8c291e34ff2b4a698f81cc4b21a5fa0c1c452b43509e7e9c840fedce398a50a5986e5992ff189d3f87954f24c2f39f46b651e08
 SHA512 
69648307f6783615c09d104f3e19e9f17046e5800df394335508cf41c4a7907e85b9d53b461e313f42f29c7637dbd4047833a2e56818d3cc7abe640d9936c855
 DIST gnome-shell-frippery-3.30.2.tgz 87885 BLAKE2B 
d79d27c1b9faa5c5f6351fee1f9ee7afe5c7eeb5de94988aee0fdbe283d74eb4175606f70668b4297b295c325f569cb3bc02d26728985ca3d3075eb0c5cf
 SHA512 
a33bc69ddc9ee16b944e456ca537b07b30cab3f010910b0b32a4a5b7ce64d0e766438587f2949a43bd9829ed36ebcdb3f236ea40ec3596a539e06d3fc1f9e6f5

diff --git 
a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.ebuild
deleted file mode 100644
index 62085f4d097..000
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.28.4.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.26
-   

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

2019-03-30 Thread Mart Raudsepp
commit: 80c9d2ed49377c2a476667c05166dc5c19c54546
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:10:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:10:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c9d2ed

gnome-base/gvfs: remove old

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

 gnome-base/gvfs/Manifest|   2 -
 gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild | 132 ---
 gnome-base/gvfs/gvfs-1.34.2.1-r2.ebuild | 134 
 3 files changed, 268 deletions(-)

diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
index 27c16a47b15..cdb6a298c3c 100644
--- a/gnome-base/gvfs/Manifest
+++ b/gnome-base/gvfs/Manifest
@@ -1,5 +1,3 @@
 DIST gvfs-1.32.2-patchset.tar.xz 22152 BLAKE2B 
46371e4da9f3259ae1be6e7900aa9c3fa83913cf1f5ac80c485abc6a10bd77667e7fad29a09eb160af39212da31c00bc3e47b4ed79780e254ff78d4b7130
 SHA512 
d7a17a33b737d8ac679e259055b57f63ef18f783dd7887c726502f8c05cb9339addd8728ee180ed15dc7d067ff45cc1888bc42a8ca45f9734717cfcde53f3e45
 DIST gvfs-1.32.2.tar.xz 1820100 BLAKE2B 
a12209f8d1f1350edfc470bb8181d68172580909764899a20b248e5dca673e5904aef0562f3244336dd8eff66cbae926d4fb2eb30125328e15aeb622b481
 SHA512 
2fecb7103917f976528a75d317ddb6c9a71c2787cd1bd442c42a40177b74a026e37c9794117f802ebf608091d446ac58eb80d1a618df619180bb3920a98a9457
-DIST gvfs-1.34.2.1-patchset.tar.xz 2608 BLAKE2B 
1041815fa35e052219df561325bab4a96e9e36c5b3afac70c6bf16f21fe3d72b70edbc59fb9df4b5b266748f6fdeb7358182bffd0eb61572d86c369a57a49bb9
 SHA512 
1baafda67997265ae5ad0facbdaf1d274fb400fffa3059aad40a9239b20c1362bcaa58e3a751dc575b46c5e71f94e245e625e2b12c2f178acff7d3b0dbf7c3c7
-DIST gvfs-1.34.2.1.tar.xz 1822700 BLAKE2B 
2de1e86bf9dfe6567c59c7d1e2032f9e749daef0a1deb27963c0b5122be5925256c02a90dae5371bed9e037137400cca8e3461f415b3bed36de4310757bced62
 SHA512 
ff8d2ebff220e8432584d13640747d54c78c7350c0b8b9ed8544eb311fb4211897fb8473375b246cc1271df507f5ae2dd4edc6d5fd5d2061792377f3f37ebdb1
 DIST gvfs-1.38.2.tar.xz 1202808 BLAKE2B 
31150c10e042b262a55f4a072496138f47532ec55c2cae564d7c1a7a06b043bf131a91a633757fc02a0a31fc052a6ae64bd25d357cf60efa10b9490c6d1a9d84
 SHA512 
b6982f2c23cae057aebd00dab52b4f21f8bcef79fc5e97c098d54a9ebf997913f53146bd1760065454198c94a66f1bc1fc5325b08fea10e63a755fad87321488

diff --git a/gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild 
b/gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild
deleted file mode 100644
index 095d6bfe56d..000
--- a/gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2018 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="Virtual filesystem implementation for gio"
-HOMEPAGE="https://wiki.gnome.org/Projects/gvfs;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-
-IUSE="afp archive bluray cdda elogind fuse google gnome-keyring 
gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test 
+udev udisks zeroconf"
-REQUIRED_USE="
-   cdda? ( udev )
-   elogind? ( !systemd udisks )
-   google? ( gnome-online-accounts )
-   mtp? ( udev )
-   udisks? ( udev )
-   systemd? ( !elogind udisks )
-"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-
-RDEPEND="
-   app-crypt/gcr:=
-   >=dev-libs/glib-2.51:2
-   dev-libs/libxml2:2
-   net-misc/openssh
-   afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
-   archive? ( app-arch/libarchive:= )
-   bluray? ( media-libs/libbluray:= )
-   elogind? ( >=sys-auth/elogind-229:0= )
-   fuse? ( >=sys-fs/fuse-2.8.0:0 )
-   gnome-keyring? ( app-crypt/libsecret )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1:= )
-   google? (
-   >=dev-libs/libgdata-0.17.9:=[crypt,gnome-online-accounts]
-   >=net-libs/gnome-online-accounts-3.17.1:= )
-   gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
-   http? ( >=net-libs/libsoup-2.42:2.4 )
-   ios? (
-   >=app-pda/libimobiledevice-1.2:=
-   >=app-pda/libplist-1:= )
-   mtp? (
-   >=dev-libs/libusb-1.0.21
-   >=media-libs/libmtp-1.1.12 )
-   nfs? ( >=net-fs/libnfs-1.9.8 )
-   policykit? (
-   sys-auth/polkit
-   sys-libs/libcap )
-   samba? ( >=net-fs/samba-4[client] )
-   systemd? ( >=sys-apps/systemd-206:0= )
-   udev? (
-   cdda? ( dev-libs/libcdio-paranoia )
-   >=virtual/libgudev-147:=
-   virtual/libudev:= )
-   udisks? ( >=sys-fs/udisks-1.97:2 )
-   zeroconf? ( >=net-dns/avahi-0.6 )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xsl-stylesheets
-  

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

2019-03-30 Thread Mart Raudsepp
commit: 9da873c7c6b9079a43bee52fc645a88c5938cd42
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:58:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:58:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da873c7

gnome-base/gnome-session: remove old

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

 gnome-base/gnome-session/Manifest  |   2 -
 .../gnome-session/gnome-session-3.26.1.ebuild  | 126 -
 .../gnome-session/gnome-session-3.28.1.ebuild  | 120 
 3 files changed, 248 deletions(-)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index 1fce49bb03b..0e0b9578f86 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1,5 +1,3 @@
 DIST gnome-session-3.24.2-xorg-default-translations.patch.xz 3392 BLAKE2B 
afe0e04c6218377e91508fc67add8ec0894dc75d47c039c44a8c47635c0418986e0949f916d6269995c1c8853c3dfaab21a3db86c427d966029ed747d4106aa8
 SHA512 
0af7d4025647c6dd2c78243d91ec8a61fd171b78904ac28ce48c4f3f7cafb9fd28263410d31d08431e73417ff7910e9bdfc1ea4de0a3290cd5229a96bffc56dc
 DIST gnome-session-3.24.2.tar.xz 783288 BLAKE2B 
24b06404b9206a53f394db86a90f9c22c2774432bcb33f136eedd333e813139ded8b9445b4e597f3270ec0b2ef167ce3c2dca2c5b75d5fba977ebcfc4c1bb8ea
 SHA512 
52a609d60303e7d733567cc81698fe4a4042ac17d0260aadb334ab8ad2c355086f8f87c2bcac05f659c28f8f3290128f9ca8875806d199ee27ff84d972333e27
-DIST gnome-session-3.26.1.tar.xz 782676 BLAKE2B 
68ffae002910f827dca372402b8e014298b12fc892d6e6c477ff8ba0f793c98cd28f4a974c5665ac8bf7d61f485e4c662ba2f96cb3fd9bdec4a6218e86a797db
 SHA512 
a4c2e82306ae044c56b857c8f7347dc5d5235231e702d2ac38c8c433e21efc75ca3911ee029af01754685f64000a0e6f5d17408192208b19d7dc367079ee7b0a
-DIST gnome-session-3.28.1.tar.xz 480196 BLAKE2B 
37bd2138c0610f5cbaa77d558a02f025e2df3105d1b07a3e41f06078215c06c01d47fd6803cb72ee05ccc98765b46221fc618e2b7c3e091398c4420d5be8a015
 SHA512 
ceeacb3cb4729d4b0a646220097a49359d1eb85ec20cd5d5a44c273b661d41ee83caaf6598def06c4e89b5f785f9317b1171b5550bf8f5634bc882a21e5e685b
 DIST gnome-session-3.30.1.tar.xz 485996 BLAKE2B 
6882aa9f6004dc6da5070a484d92450bd1e8f61885492edf11260d9834fcae700f113a8ddeb1d905171432400ad9e94fba99ed6eaa49f08efd2d0ec2dffd9c5a
 SHA512 
b6bc98da0245cdefa7e462b1f4e2c9198ee0da1f15a426d377331f79aec2f637bef27b093780c77f7ffbe7eb62c6829acdbd9f9e25cac5a4f6ed0da6ab96359a

diff --git a/gnome-base/gnome-session/gnome-session-3.26.1.ebuild 
b/gnome-base/gnome-session/gnome-session-3.26.1.ebuild
deleted file mode 100644
index b7c49fd1645..000
--- a/gnome-base/gnome-session/gnome-session-3.26.1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-inherit gnome2
-
-DESCRIPTION="Gnome session manager"
-HOMEPAGE="https://git.gnome.org/browse/gnome-session;
-
-LICENSE="GPL-2 LGPL-2 FDL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="doc elibc_FreeBSD ipv6 systemd"
-
-# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
-# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
-# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
-# gdk-pixbuf used in the inhibit dialog
-COMMON_DEPEND="
-   >=dev-libs/glib-2.46.0:2
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.18.0:3
-   >=dev-libs/json-glib-0.10
-   >=gnome-base/gnome-desktop-3.18:3=
-   elibc_FreeBSD? ( || ( dev-libs/libexecinfo 
>=sys-freebsd/freebsd-lib-10.0 ) )
-
-   media-libs/mesa[egl,gles2]
-
-   media-libs/libepoxy
-   x11-libs/libSM
-   x11-libs/libICE
-   x11-libs/libXau
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-misc/xdg-user-dirs
-   x11-misc/xdg-user-dirs-gtk
-   x11-apps/xdpyinfo
-
-   systemd? ( >=sys-apps/systemd-183:0= )
-"
-# Pure-runtime deps from the session files should *NOT* be added here
-# Otherwise, things like gdm pull in gnome-shell
-# gnome-themes-standard is needed for the failwhale dialog themeing
-# sys-apps/dbus[X] is needed for session management.
-# gnome-settings-daemon is assumed to be >3.25.4, but this is about
-# removed components, so no need to strictly require it (older just
-# won't have those daemons loaded by gnome-session)
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-settings-daemon-3.23.2
-   >=gnome-base/gsettings-desktop-schemas-0.1.7
-   x11-themes/adwaita-icon-theme
-   sys-apps/dbus[X]
-   !systemd? (
-   sys-auth/consolekit
-   >=dev-libs/dbus-glib-0.76
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   

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

2019-03-30 Thread Mart Raudsepp
commit: 8aaf7044c50faeccc492dd86a6d43a95be378ad0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:09:17 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:09:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaf7044

dev-libs/gjs: remove old

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

 dev-libs/gjs/Manifest|  2 -
 dev-libs/gjs/files/1.48.6-disable-unittest.patch | 24 --
 dev-libs/gjs/gjs-1.50.4.ebuild   | 57 ---
 dev-libs/gjs/gjs-1.52.5.ebuild   | 58 
 4 files changed, 141 deletions(-)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index 1506fea729b..1d2a8e38de9 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,5 +1,3 @@
 DIST gjs-1.46.0.tar.xz 490812 BLAKE2B 
d7b71d6c611404d9313cdd19959e2a0cb7f035bbd2528db77ccb0030e685019b756216bfbc64885b3641c14cab2f29110492c87047c3ceb1a627765857b19a95
 SHA512 
14af40668e95d269ac87556c75cf45680c41bc8246f04c46726d34bd80e9344045c0a510567f156c2c25c1f10dd474dc38bd50581d1b2e5abe0daa0cf570e2bc
 DIST gjs-1.48.7.tar.xz 595324 BLAKE2B 
eac8b5b2f7e909e94e3fb305cac443da3f433047ee07fa8fbd15905890f77d57449c8689867df61f1ac849b8b4bddc089a9b1ddc3aa79d4b3d054226c58fa909
 SHA512 
b8c58e068eaecfca2fa40cebe209fa8058e603809be4307099a0f3dbd561752a540d587d546ffa74aef0268a111f2b2846a1e0febda1adcefdac8c02e716e2dd
-DIST gjs-1.50.4.tar.xz 612260 BLAKE2B 
c5731dd9f0703a3c6fa8e407fdba888629f7f0ad197ad60a433bc9eb315a6f633e9f192cf3ef51d17dd3529f66dc4c291f302e5dd57873e6f274047af46c2647
 SHA512 
d95aed6ec8001ccc5f70abad8e2c6dcee8d62f54500f19f5acb25096b398b03a932afeb226d27c0bd6c5c57d9685403f7b77b06ee7b861648402a9137446fcbb
-DIST gjs-1.52.5.tar.xz 627796 BLAKE2B 
c6e6af2572b627ac81794dec1c8101476d5c7a441e879c73bbf394775a0d508ea34b3e78deb5976f0010d7d026f6186196e12ff1ad9a1fa614e1543b6be048bd
 SHA512 
55fdf22d23185c2b108264918dfaf4b4b7a9ba342210aafb0293b81401f7db5b2d35757caefb66b435c124a6314b9daf578dd066272c9ccb8fe5c4d05d18ebcc
 DIST gjs-1.54.3.tar.xz 647704 BLAKE2B 
792225afd9828755ef67b3e7221d4c53535d79d879e0aef0c7c56f06e02313a966776b5dddf9876649984a1599eb44a27d6288f9216bb929a66ad9e14cb632e5
 SHA512 
f19e667963fa3feecd23a9e4cc263a55d9d1311de7d10905969966f74e26ff982839c192c555cbc059e4fd65ff7c89d18944ca6bf8ffbb65ec91081036d19505

diff --git a/dev-libs/gjs/files/1.48.6-disable-unittest.patch 
b/dev-libs/gjs/files/1.48.6-disable-unittest.patch
deleted file mode 100644
index 3925fed0140..000
--- a/dev-libs/gjs/files/1.48.6-disable-unittest.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit e9b7360c9a057c4a6718c9561e5cb6dcee279ec2
-Author: Timo Tambet 
-Date:   Sat Apr 22 22:32:36 2017 +0300
-
-Comment out broken JS unittest
-
-diff --git a/installed-tests/js/testLocale.js 
b/installed-tests/js/testLocale.js
-index edd8a6e..0b0847a 100644
 a/installed-tests/js/testLocale.js
-+++ b/installed-tests/js/testLocale.js
-@@ -4,11 +4,12 @@ describe('JS_SetLocaleCallbacks', function () {
- });
- 
- // Requesting the weekday name tests locale_to_unicode
-+/*
- it('toLocaleDateString() works', function () {
- let date = new Date('12/15/1981');
- let datestr = date.toLocaleDateString('pt-BR', { weekday: 'long' });
- expect(datestr).toEqual('terça-feira');
--});
-+});*/
- 
- it('toLocaleLowerCase() works', function () {
- expect('AAA'.toLocaleLowerCase()).toEqual('aaa');

diff --git a/dev-libs/gjs/gjs-1.50.4.ebuild b/dev-libs/gjs/gjs-1.50.4.ebuild
deleted file mode 100644
index f31803a08d2..000
--- a/dev-libs/gjs/gjs-1.50.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 pax-utils virtualx
-
-DESCRIPTION="Javascript bindings for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
-
-LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
-SLOT="0"
-IUSE="+cairo examples gtk test"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.52.1
-   >=dev-libs/gobject-introspection-1.53.4:=
-
-   sys-libs/readline:0=
-   dev-lang/spidermonkey:52
-   virtual/libffi:=
-   cairo? ( x11-libs/cairo[X] )
-   gtk? ( >=x11-libs/gtk+-3.20:3 )
-"
-DEPEND="${RDEPEND}
-   gnome-base/gnome-common
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( sys-apps/dbus )
-"
-
-src_configure() {
-   # FIXME: add systemtap/dtrace support, like in glib:2
-   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
-   # XXX: Do NOT enable coverage, completely useless for portage installs
-   gnome2_src_configure \
-   --disable-systemtap \
-   --disable-dtrace \
-   --disable-code-coverage \
-   $(use_with cairo cairo) \
-   

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

2019-03-30 Thread Mart Raudsepp
commit: f98b26b0af884c3a90af0798d73d9440094633dd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:17:55 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:17:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98b26b0

gnome-extra/evolution-ews: remove old

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

 gnome-extra/evolution-ews/Manifest |  1 -
 .../evolution-ews/evolution-ews-3.26.6.ebuild  | 66 --
 .../evolution-ews/evolution-ews-3.30.5.ebuild  | 65 -
 3 files changed, 132 deletions(-)

diff --git a/gnome-extra/evolution-ews/Manifest 
b/gnome-extra/evolution-ews/Manifest
index b16448aff33..98d75db9509 100644
--- a/gnome-extra/evolution-ews/Manifest
+++ b/gnome-extra/evolution-ews/Manifest
@@ -1,4 +1,3 @@
 DIST evolution-ews-3.24.6.tar.xz 488668 BLAKE2B 
3ec507b654042882158d2d8dfdbaae0372cc67d515501e45e327ef006cd8674f7b6e48de63f8930add9f29536d3428604f21666cfac98a764cb2eb0c20353ef3
 SHA512 
24bcaf9755b9d45d4848624b42f2b41bf1532aa836cdd26f8ab57b4dd5ac83d4375c340e0cac6f7f1b830c3ab998597893bce0fdd471ed7b0758a69367edfac1
-DIST evolution-ews-3.26.6.tar.xz 485624 BLAKE2B 
7e9b13fff05122a54fe502d0d4bd1f0ba895259b89d074d9f39ab4e56bdd2794e780c61023294ceea79adb94f80a42a232e4cc1743c41b062c1b03c9276a6253
 SHA512 
228699989d0407ed65d2b8fa37f643890b40084484a125738dc9a10152de435cbc9e3109c1aa5ae90daeb4aba6e06da135c84d7f7e0fd330f5d8448383ee
 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

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild
deleted file mode 100644
index 2d35e29eb5c..000
--- a/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit cmake-utils gnome2
-
-DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web 
Services"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-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-3.24.7: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() {
-   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
-}

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.30.5.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.30.5.ebuild
deleted file mode 100644
index b309eac19dc..000
--- a/gnome-extra/evolution-ews/evolution-ews-3.30.5.ebuild
+++ /dev/null
@@ -1,65 +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;
-
-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}:0=
-   >=mail-client/evolution-${PV}:2.0
-   >=net-libs/libsoup-2.42:2.4
-   >=x11-libs/gtk+-3.10:3
-"

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

2019-03-30 Thread Mart Raudsepp
commit: ad75d19be298e48823d06d01a3bfc61501fc6350
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:15:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:15:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad75d19b

gnome-base/nautilus: remove old

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

 gnome-base/nautilus/Manifest   |   1 -
 .../files/3.26.4-file-view-crash-fix.patch |  81 ---
 .../files/3.26.4-optional-introspection.patch  |  49 
 .../nautilus/files/3.26.4-optional-tracker.patch   | 264 -
 gnome-base/nautilus/nautilus-3.26.4-r2.ebuild  | 109 -
 5 files changed, 504 deletions(-)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index c7b79491984..1fd2b7d2b62 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,5 +1,4 @@
 DIST nautilus-3.24.2.1.tar.xz 5143440 BLAKE2B 
731046b6bdd0817b770cf3e2f0667187bfde613cf1a15611e6ec06e74bc3c2432ca66894119f224023fe46b01fd777d3dde2d2ac7bba0a9eb0fd71d38e1756ff
 SHA512 
f6868600bcdc82071b3a63f4e4a0f7decf0d72e021eb3d0c26e914413c858163ee4403c4f3ef7689556a0fc91394f30cff9a3db14da030b277b50972c7b80a07
-DIST nautilus-3.26.4.tar.xz 3267652 BLAKE2B 
56986b8d87afc0ea7ce6f1f56ae06c7cfb05d060414aad428145a6c2cb631b9d4ebbeaefabb0f0ceeb5f930ae94737f8dfcabb300554a59c2b7d5a53d1ee3cd1
 SHA512 
2a50a2a9ae6ffbe4b706d46fb47e5f54f42e645189b3548d1904c3ddf882ef4a94819740c6821fe50c662a9013ab43bb9b7b3dbdfc779ecc82f16170b4867973
 DIST nautilus-3.28.1-patchset.tar.xz 129360 BLAKE2B 
18e94e83132a8ce2e07491ce6b5cb9499141bf93e0c3ef44f2e5ac891e59d334cf310d863e8e7450fa385a6a49873d790e4f8c36a1ef8e009b1f2be2361586b4
 SHA512 
6c3385b4bc7020601f47dc66c0b1cabd6dadcd9f986bdaec42aeca9b43a6b8a2362651958d4e6a4738b78fbd546071678ba15ab87c268e33cfc1cca49229da48
 DIST nautilus-3.28.1.tar.xz 3262520 BLAKE2B 
6f007e2327ffb108c5195737c02c7be12b874f5bc3bdfc1c84a3ba2176ff36e1843057522a54e569a7c09a056ccd888e1ddf099d6f2b527dfa109370cbe1a3a9
 SHA512 
6b695c097e5082062afe8cb036e819c837ce1e2570f581f81860f378e34f38f3020b8802e6a4285243c111d5208e892c419ac92621cdb1d35b2df205a3ccaa13
 DIST nautilus-3.30.5.tar.xz 3254344 BLAKE2B 
64da158ee661fc259a14f890bf6ad343f720245df6b9475ff047993570ea4e7234723eb242f057bc85b7ea95d38a99b5c2f5d546e982a3e3e32b7fc75cabb786
 SHA512 
e38a8bb380460d902e4ec6219d0e147a4245e790b18fb18ab9474ec2ae002a971243c6b09b8fec267e65c7ecc7bb1217191c4f5cb9547b3b9d5b0793068103cf

diff --git a/gnome-base/nautilus/files/3.26.4-file-view-crash-fix.patch 
b/gnome-base/nautilus/files/3.26.4-file-view-crash-fix.patch
deleted file mode 100644
index 72077f4a9fa..000
--- a/gnome-base/nautilus/files/3.26.4-file-view-crash-fix.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-From 834c4e7fe39f7053efdb126f9e1835e6b8e529f4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= 
-Date: Thu, 26 Jul 2018 02:55:19 +
-Subject: [PATCH 1/3] file-view: Always unset pending_selection after freeing
- it
-
-When a file view was loaded with a pending selection, and not all the files 
were
-seen yet, the private pending_selection list was properly free'd, but the 
pointer
-was not cleared, causing a crash when `nautilus_files_view_set_selection` was
-called again, as it was trying to deeply copy a list pointed by this invalid
-reference.
-
-So, removing the unneeded `pending_selection` temporary pointer from the main
-function scope, as it only confuses, while use it (with an autolist) when we
-need to pass the previous `priv->pending_selection` (stealing its ownership)
-to set_selection again.
-
-Eventually use a g_clear_pointer to free the list and nullify its priv 
reference
-
-Fixes #295
-
-(cherry picked from commit ae3382a281b018337a8032ef13663ec2d9c7fd6c)

- src/nautilus-files-view.c | 16 +++-
- 1 file changed, 7 insertions(+), 9 deletions(-)
-
-diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
-index 8784f63f8..36d791f80 100644
 a/src/nautilus-files-view.c
-+++ b/src/nautilus-files-view.c
-@@ -3556,7 +3556,6 @@ done_loading (NautilusFilesView *view,
-   gboolean   all_files_seen)
- {
- NautilusFilesViewPrivate *priv;
--GList *pending_selection;
- GList *selection;
- gboolean do_reveal = FALSE;
- 
-@@ -3577,21 +3576,23 @@ done_loading (NautilusFilesView *view,
- nautilus_files_view_update_toolbar_menus (view);
- reset_update_interval (view);
- 
--pending_selection = priv->pending_selection;
- selection = nautilus_view_get_selection (NAUTILUS_VIEW (view));
- 
- if (nautilus_view_is_searching (NAUTILUS_VIEW (view)) &&
--all_files_seen && !selection && !pending_selection)
-+all_files_seen && selection == NULL && priv->pending_selection == 
NULL)
- {
- nautilus_files_view_select_first (view);
- 

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

2019-03-30 Thread Mart Raudsepp
commit: 6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:05:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:05:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5d3069

gnome-base/gnome-shell: raise gjs requirement

3.30 needs at least gjs-1.49.4 for Object.values() methods, probably
more. Just bump the req to 1.54.0, released in the same cycle as
gnome-shell-3.30, as there may be other runtime requirements.
gnome-shell-3.32 has the req bumped to 1.54.0 already, so nothing to
upstream.

Closes: https://bugs.gentoo.org/681712
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild
index 49ce9e97ba3..54d8d3fd4fc 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild
@@ -28,7 +28,7 @@ COMMON_DEPEND="
>=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.47.0
+   >=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]



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

2019-03-30 Thread Mart Raudsepp
commit: 137c363af12fe5ce517a520fb636573ebf18018f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:20:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:20:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137c363a

gnome-extra/gnome-calculator: remove old

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

 gnome-extra/gnome-calculator/Manifest  |  1 -
 .../gnome-calculator-3.30.0.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index 346d0286657..23632fcbb79 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-calculator-3.24.0.tar.xz 1358368 BLAKE2B 
81ad42598418b11f2436ebf482bbf93547460990cdb464efb3107e93010081f3d687bf99c80d35d9a6576b5d838218c7ea07e81256abfa358ce78031d80b346d
 SHA512 
55968f3a307748050089652394a3652b8e199be9abf87d43e732874526dc2f08c4521e302a69afd2c09705ffa67a890fc2217503dd31ef51959df9189364c22f
-DIST gnome-calculator-3.30.0.tar.xz 1069768 BLAKE2B 
c59848760da90f76648b8de888bd41319bc077eeabe729792142aa36ca634b439ab1d4a07318afaa335e511d5bc68937cca4aa7ce63c331064d809c8d4880283
 SHA512 
16d99c1919614bef4ce4e056543e369563c7ac773e77f3a9e5a09eaddd33f18077b2ba287b1a925ad39f6832236de7f7924dc7a76621ace7b02412d0166df0c2
 DIST gnome-calculator-3.30.1.tar.xz 1070308 BLAKE2B 
dca8e16f754d7ae7ac3371dbe65fcaacf51c251d377cc696c7c9a9ca6b4d9c0f6431acd06c3091e3d3e0f468cc599953452cbbe4de33473e365425ca3add602f
 SHA512 
4c909f36d1e6ff594b9ab76419a6b50962cf4b5de606c4996d311e5ef6511a20d5c3b310919b271b1a0120ed6a0794644faf5a390d94b71ec6bb89883d498565

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.30.0.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-3.30.0.ebuild
deleted file mode 100644
index 54fc94cc706..000
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.30.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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 ~x86-fbsd 
~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
-   >=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: gnome-extra/evolution-data-server/

2019-03-30 Thread Mart Raudsepp
commit: 22f79c7835c76c710427eea676238615987702d5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:19:17 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f79c78

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

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

 .../evolution-data-server-3.30.5.ebuild| 152 -
 1 file changed, 152 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
deleted file mode 100644
index 1252f45a478..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
+++ /dev/null
@@ -1,152 +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_{4,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 ~x86-fbsd 
~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 used due to double 
default_src_prepare call
-src_prepare() {
-   use vala && vala_src_prepare
-   cmake-utils_src_prepare
-   gnome2_src_prepare
-
-   # Make CMakeLists versioned vala enabled
-   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
-   -i "${S}"/CMakeLists.txt || die
-}
-
-src_configure() {
-   # /usr/include/db.h is always db-1 on FreeBSD
-   # so include the right dir in CPPFLAGS
-   use berkdb && append-cppflags "-I$(db_includedir)"
-
-   local oauth2_enable
-   if use oauth || use gnome-online-accounts; then
-   oauth2_enable="ON"
-   else
-   oauth2_enable="OFF"
-   fi
-
-   # phonenumber does not exist in tree
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DENABLE_GTK_DOC=$(usex gtk-doc)
-   -DWITH_PRIVATE_DOCS=$(usex gtk-doc)
-   -DENABLE_SCHEMAS_COMPILE=OFF
-   -DENABLE_INTROSPECTION=$(usex introspection)
-   -DWITH_KRB5=$(usex kerberos)
-   -DWITH_KRB5_INCLUDES=$(usex kerberos "${EPREFIX}"/usr "")
-   -DWITH_KRB5_LIBS=$(usex kerberos "${EPREFIX}"/usr/$(get_libdir) 
"")
-   -DWITH_OPENLDAP=$(usex ldap)
-  

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

2019-03-30 Thread Mart Raudsepp
commit: 645a7def930e5891efe2942f7bb29bbfa2e0d7d5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:59:58 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:59:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645a7def

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

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

 gnome-base/gnome-settings-daemon/Manifest  |   4 -
 .../files/3.28.1-fix-non-wayland-build.patch   |  88 --
 .../gnome-settings-daemon-3.26.2-r1.ebuild | 132 -
 .../gnome-settings-daemon-3.28.1-r1.ebuild | 132 -
 .../gnome-settings-daemon-3.30.2.ebuild| 130 
 5 files changed, 486 deletions(-)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index 150fea5e155..419a91fa4d5 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1,8 +1,4 @@
 DIST gnome-settings-daemon-3.24.4-patchset.tar.xz 5224 BLAKE2B 
f01db03ce3980a74324972871643e573bc51a184fe12e7a40796b7ca1bbfac37ecad1fae2f8a62fba0038a672dc4958b242316dc3dc97a59b37a2e4e4f5e9973
 SHA512 
fe5bf846774b126e8ed89bc8043e8c02b567cc55d602c5becd84a14c7a414fc663ae1767a552b585defb462ffe88b4838f87445c9599fda37f197e8f2eaad8cb
 DIST gnome-settings-daemon-3.24.4.tar.xz 1632700 BLAKE2B 
616aad6984df726c438117ab98e8c5a35bd02a6ebbc3c24fc46b50e8b3ca3f3d5bede0588cfe9bbdfcaccc70ff5799feeabf020ec4beb03d653ae81abc6325f8
 SHA512 
4a3b1069d80263a92ae2c2a420f7dc70a1ff92346d5cbeb1e7dd4af0419e039ebe958550594d87929c0333c19aa9a3ef7ca9b9751109a9da64a40d81ba067cc0
-DIST gnome-settings-daemon-3.26.2-patchset.tar.xz 42408 BLAKE2B 
3b54dd1b161f4137eeb7c110be70444e3b8eb602a7d1c12ec6aaa32d887d46c3e1dc61df2a04895b7c6e2d67a68edeced5f758f688533caa9900deace7b6d542
 SHA512 
3ab36a03e2892ad193f420722025753990158ac450c686b9fba490cda4e7e1be69574dd4d3b9c8ed5e238f23933065abc28aee480ff1e2e5dad28e364c04fc0b
-DIST gnome-settings-daemon-3.26.2.tar.xz 1589696 BLAKE2B 
f1fd18e80caf5badb0da1f07cbe994b73a99ace004bf3b568114d6cd6110ebd092ee3a023a1ec818f3946f6f7cdb7ee21417782e271c8aa9ebd9d1d4c35ea286
 SHA512 
7785ebcb7df466c50557b75a3092f568e375adcf5a40f73e31d5cc69fa63bc556a4447a96e6e612c3bf523735e67168afae0b9c1fab32912d41014436d33b7ff
-DIST gnome-settings-daemon-3.28.1-patchset.tar.xz 5216 BLAKE2B 
eab85f6475c1da9c8beb1dea7d7d79bdaf2e57ac82e90a4ab877e5ffbd8423df8ed5dbd03ac6586a3aadf2be16b89e2955267be24af71db8c89cc407241e0bc9
 SHA512 
f56a5d62ba45976a01c8fcab63c4d7afd21dbe7a4c75158cc54fc60552faf875b0ca1be7a882c11d814566e7a4ded63ce52d10d214bd1f7926c2d7b0dbaf1590
-DIST gnome-settings-daemon-3.28.1.tar.xz 1362420 BLAKE2B 
d809696ea7a2df3b89b1e2badbd015623e624c38f44a087e26d167c7ba9a5499a33e6e4ebb12448f69d8aa645154bc176a156f1b9e4a749684e5a497a7be6fc6
 SHA512 
22e42ce92a6f3ad67a0ef7d1676a6dd3d533b0bc91193d8b2a19a51d7c9601c87caf391c233bb1b96e8a1270d610aca52523d0ae12a38b0e3911065c3a67e10f
 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

diff --git 
a/gnome-base/gnome-settings-daemon/files/3.28.1-fix-non-wayland-build.patch 
b/gnome-base/gnome-settings-daemon/files/3.28.1-fix-non-wayland-build.patch
deleted file mode 100644
index dd003d6c069..000
--- a/gnome-base/gnome-settings-daemon/files/3.28.1-fix-non-wayland-build.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From 91d5e708835b4c7810835d59b8ef5968454cfd0a Mon Sep 17 00:00:00 2001
-From: Ting-Wei Lan 
-Date: Fri, 15 Jun 2018 23:05:01 +0800
-Subject: [PATCH 1/2] common: Fix build with wayland disabled on FreeBSD
-
-HAVE_WAYLAND is always defined. We should check whether it is set to a
-non-zero value instead of checking whether it is defined.
-
-(cherry picked from commit 34199fa54641abae15199a311002ac726f47aa89)

- plugins/common/gsd-device-manager.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/plugins/common/gsd-device-manager.c 
b/plugins/common/gsd-device-manager.c
-index 541f2948..ff72ad69 100644
 a/plugins/common/gsd-device-manager.c
-+++ b/plugins/common/gsd-device-manager.c
-@@ -275,7 +275,7 @@ gsd_device_manager_get (void)
-   manager = g_object_get_data (G_OBJECT (screen), 
"gsd-device-manager-data");
- 
-   if (!manager) {
--#ifdef HAVE_WAYLAND
-+#if HAVE_WAYLAND
-   if 

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

2019-03-30 Thread Mart Raudsepp
commit: 9d52e294608f910d54851772c78e4240e2cd9aaf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:16:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:16:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d52e294

mail-client/evolution: remove old

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

 mail-client/evolution/Manifest|   1 -
 mail-client/evolution/evolution-3.26.6.ebuild | 160 --
 2 files changed, 161 deletions(-)

diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
index 46415d2e0b6..4214e6ff76d 100644
--- a/mail-client/evolution/Manifest
+++ b/mail-client/evolution/Manifest
@@ -1,3 +1,2 @@
 DIST evolution-3.24.6.tar.xz 12153692 BLAKE2B 
ced20d9e08f6b9aac65be6f5ecd5beb861feec40dddc4411b1bdc6519e249de8db8b3319450808d7a31b80386f9830f351b7edacb3c6fcd28fe5fdfe343329f7
 SHA512 
da5c9062791996735e52575894763597cc957cb17bc0abe46a966f0e3e6706550ce534ae03b2c444d142547119f3a59aec6ee17e0302a002d8437da166ef7178
-DIST evolution-3.26.6.tar.xz 12036120 BLAKE2B 
b0828f172935ce75bad6e2fa9859b65e96f8b8369d8f2c4b836ef9dd992168dcdca256df4aa0577117819f8d21da3976b338fb66b75f0e2511b7f1d23712befa
 SHA512 
34a6f3ec12c6330c2b742281030f641a0998293663d3c2ac4151eef24067ff95403fec37550be2d8d22e43e334b4349f1ece40b75cc23b1dfcec88a9a694363f
 DIST evolution-3.30.5.tar.xz 11995960 BLAKE2B 
4a2ac539e88467148dd3be2bf2607be55ea39dfb0ceb89183a6f4fa3ee66c1973690c4e540a7405743c202aa777ad9aa147600390e909ffc93cb2dae1ebb62d9
 SHA512 
1d776fdb0da4166d9346ad4cd05d7ee050e0bf3ac1edc1f7d3fb4ba8909e35429e8d076a5b6e223f3fc94e2a8ad6337205c1d648220a3fdf593bae64d9c975d1

diff --git a/mail-client/evolution/evolution-3.26.6.ebuild 
b/mail-client/evolution/evolution-3.26.6.ebuild
deleted file mode 100644
index 7ffea1371ae..000
--- a/mail-client/evolution/evolution-3.26.6.ebuild
+++ /dev/null
@@ -1,160 +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 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 crypt geolocation gtk-doc highlight ldap 
spamassassin spell ssl +weather ytnef"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# We need a graphical pinentry frontend to be able to ask for the GPG
-# password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
-
-# 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
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.4:=[gtk]
-   >=app-text/enchant-1.1.7
-   >=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.10: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:=
-   x11-libs/libSM
-   x11-libs/libICE
-
-   archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
-   crypt? (
-   >=app-crypt/gnupg-1.4
-   ${PINENTRY_DEPEND}
-   x11-libs/libcryptui )
-   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 )
-   >=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 )

[gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/

2019-03-30 Thread Andreas Sturmlechner
commit: a08ac3a3c0b232bc3f19ded78b305e12181a801e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 22:02:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 22:07:09 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a08ac3a3

kde-apps/pimcommon: Drop USE share, no longer optional in 19.08

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

 kde-apps/pimcommon/pimcommon-.ebuild | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/kde-apps/pimcommon/pimcommon-.ebuild 
b/kde-apps/pimcommon/pimcommon-.ebuild
index dd8c44a8e2..65a8c300d9 100644
--- a/kde-apps/pimcommon/pimcommon-.ebuild
+++ b/kde-apps/pimcommon/pimcommon-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Common PIM libraries"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="share"
+IUSE=""
 
 BDEPEND="
dev-libs/libxslt
@@ -32,6 +32,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kservice)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep purpose)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep kcontacts)
@@ -45,7 +46,6 @@ COMMON_DEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
dev-libs/grantlee:5
-   share? ( $(add_frameworks_dep purpose) )
 "
 DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kiconthemes)
@@ -56,14 +56,6 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
 "
 
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package share KF5Purpose)
-   )
-
-   kde5_src_configure
-}
-
 src_test() {
# bugs 641730, 661330
local myctestargs=(



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

2019-03-30 Thread Mart Raudsepp
commit: b0ec7acf1e1d6186f907368ba4e3ee105898a112
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:35:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ec7acf

dev-util/sysprof: remove old

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

 dev-util/sysprof/Manifest  |  2 -
 .../sysprof/files/3.28.1-fix-nosystemd-build.patch | 51 ---
 dev-util/sysprof/sysprof-3.26.1.ebuild | 63 ---
 dev-util/sysprof/sysprof-3.28.1.ebuild | 73 --
 dev-util/sysprof/sysprof-3.30.2.ebuild | 71 -
 5 files changed, 260 deletions(-)

diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest
index 896392cf250..8a309bc6e0b 100644
--- a/dev-util/sysprof/Manifest
+++ b/dev-util/sysprof/Manifest
@@ -1,4 +1,2 @@
 DIST sysprof-3.24.1.tar.xz 595920 BLAKE2B 
90582eab3fc12a0169c151ce0fad20b839841f77a31e5858f8d660f9b0f2630396bec3b239dd88baa3f6e3dd936bdd6d63a652e491a1d32f966a755f9099f160
 SHA512 
5d323bcb9923c511065132711963dc8856c4d837b4d7ccfae5cc5794be5ac8ad1dc42504025469199f4bfd6a6fad4d8f49b7b21cab6f0c9a954820182e75c7d0
-DIST sysprof-3.26.1.tar.xz 609076 BLAKE2B 
fd10ce27b224100558ff5bb9c75cfffcb76b2331d2c4056bd73a9ace1ea155e61d705240acf6fefa805fba2333f6d439369d5b1cc16e0c537ab9fed408bf6d85
 SHA512 
ee03360e4971cd91129bac3cc9d2cf292d29aafe1cdacd078e404ee15c3ff02bcd0c0159502605c00eb2abd3a46917cf70458ad05e48b594eeb2835ead55c34c
-DIST sysprof-3.28.1.tar.xz 380720 BLAKE2B 
0a3b93659e421b717230bff6e90d20b28f8abc8491fddb51bc3f106b6cd8b038254e1fd0260c6eee2c2b83d77765be43f394d49bd34c054c36d6427ef419fefa
 SHA512 
ca75c279bcb8cb37bffdba51d5b3481c3ece104847b64c0b8cb534468c9350a96c7224bf261ef892817e53aff2cff90a2b808f5db5a9afd6230721664b83809b
 DIST sysprof-3.30.2.tar.xz 393420 BLAKE2B 
5e86a78c231d2d2c601198e066c463d8bec95ab1ae6d0f6678e6e80305b8a6d53c604ce54d9fc2a473e4679695cef709f0e1a9514f1091719f33a58b92c896eb
 SHA512 
70c49f7c20742aad82c8d9b1e303d06ca5fd2d27a6868872d28affea22278d381bf3eb0d181cbd1bfa490bda2878c52748ac29273e9e608452e9bf4f29fd9e2a

diff --git a/dev-util/sysprof/files/3.28.1-fix-nosystemd-build.patch 
b/dev-util/sysprof/files/3.28.1-fix-nosystemd-build.patch
deleted file mode 100644
index c83a951d846..000
--- a/dev-util/sysprof/files/3.28.1-fix-nosystemd-build.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 28c28eb11ac1696ce08c9c90e8a7a7759bc5c50b Mon Sep 17 00:00:00 2001
-From: Christian Hergert 
-Date: Tue, 28 Aug 2018 12:22:57 -0700
-Subject: [PATCH] kernel-symbol: respect ENABLE_POLKIT setting
-
-This fixes the compilation when we have sysprofd fully disabled.
-That is not an ideal configuration, but keeping it working
-ensures that some of the code is easy copy/paste'able in the
-future for some situations.

- lib/symbols/sp-kernel-symbol.c | 9 -
- 1 file changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/lib/symbols/sp-kernel-symbol.c b/lib/symbols/sp-kernel-symbol.c
-index 8eb8087..14e026f 100644
 a/lib/symbols/sp-kernel-symbol.c
-+++ b/lib/symbols/sp-kernel-symbol.c
-@@ -18,8 +18,13 @@
- 
- #define G_LOG_DOMAIN "sp-kernel-symbol"
- 
-+#include "config.h"
-+
- #include 
--#include 
-+
-+#ifdef ENABLE_POLKIT
-+# include 
-+#endif
- 
- #include "sp-kallsyms.h"
- 
-@@ -87,6 +92,7 @@ type_is_ignored (guint8 type)
- static gboolean
- authorize_proxy (GDBusConnection *conn)
- {
-+#ifdef ENABLE_POLKIT
-   PolkitSubject *subject = NULL;
-   GPermission *permission = NULL;
-   const gchar *name;
-@@ -113,6 +119,7 @@ authorize_proxy (GDBusConnection *conn)
- failure:
-   g_clear_object ();
-   g_clear_object ();
-+#endif
- 
-   return FALSE;
- }
--- 
-2.17.0
-

diff --git a/dev-util/sysprof/sysprof-3.26.1.ebuild 
b/dev-util/sysprof/sysprof-3.26.1.ebuild
deleted file mode 100644
index 144b2c9fcad..000
--- a/dev-util/sysprof/sysprof-3.26.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 linux-info systemd
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://sysprof.com/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gtk systemd"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   gtk? (
-   sys-auth/polkit
-   >=x11-libs/gtk+-3.22.0:3 )
-   systemd? (
-   sys-auth/polkit
-   >=sys-apps/systemd-222 )
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.6
-   >=sys-kernel/linux-headers-2.6.32
-   dev-libs/appstream-glib
-   virtual/pkgconfig
-"
-
-pkg_pretend() {
-   kernel_is -ge 2 6 31 && return
-   die "Sysprof will not work with a kernel version less than 2.6.31"
-}
-
-src_configure() {
-   # introspection & vala not use in build system
-

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

2019-03-30 Thread Mart Raudsepp
commit: 2859addee2f96da2ac49c732f9e4a284362b9bfa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:12:58 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2859adde

dev-libs/vala-common: remove old

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

 dev-libs/vala-common/Manifest   |  1 -
 dev-libs/vala-common/vala-common-0.36.17.ebuild | 76 -
 2 files changed, 77 deletions(-)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index 9cdb198ae39..cb2d59b201d 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -1,4 +1,3 @@
 DIST vala-0.36.15.tar.xz 2880300 BLAKE2B 
ea83bde6396f3be1c96038d63ae30b18fa070a6f7a06b75569bfed9d7792c898201a1f24d000f5b6415bb890cf975758341a97f22db74da02fcbeb3f283e546f
 SHA512 
1c8f32b2dd4248737a5a27f00f42d8bab2fe0a0790a7df5c426f4e3e1d0919ed0f6f6fd905be758ed477ba840e18f608e67811389c811ba65710094abe61
-DIST vala-0.36.17.tar.xz 2898524 BLAKE2B 
4a5a373bacd4e4a392350c7819e0498054e38f50dce89658412d7aeb5642892ef9f32a7689ebd45f53c41f064e0b6d2f52fb441be67a1dd48e67311a1e764637
 SHA512 
93d4fa600cd0ef62b71ed056b837f2c0a42c3aba25b021b2bbd2045428550307727827b250dae546926ea3fe2e33a5ac80c9b24b5100f02550ec584dd5da5e92
 DIST vala-0.40.14.tar.xz 3398668 BLAKE2B 
6df1e47439000e1a49dda4d58651b7039737a2648563fc4e09d679bf63d968d9dafcc9ab5e371ca450bab70163f9fb1fb30ffa75451940f9a1518d7fb3a5ebf1
 SHA512 
0387bbcf35055f2b4a8f790370847bcc12a92d7969d9ed583b0630be8b637a9e28895508da9cdfab8baf97ad5fdc9249bf82e31e6c1ee19d0026f5061c027db8
 DIST vala-0.42.6.tar.xz 3354840 BLAKE2B 
0cc5c91967cbadda8c12143d4de6ebffa60c7031bc314338e7ca1e036866b460bf78e28b7f7737bee8243198ffa655c99b3e743d639c5d2b5ed93f210fc692bc
 SHA512 
664fa303d6b2b037254bc6e19d79b789f5c38fb7b1fcb73f37512dc97bc01c8ddbb23563093e271c562a9fb49c96fcc9019889a57a95a4e8e162c8619f2f

diff --git a/dev-libs/vala-common/vala-common-0.36.17.ebuild 
b/dev-libs/vala-common/vala-common-0.36.17.ebuild
deleted file mode 100644
index e3b21a2a5dc..000
--- a/dev-libs/vala-common/vala-common-0.36.17.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
-IUSE=""
-
-# Previously ${PN} was part of dev-lang/vala
-RDEPEND="
-   ! /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.16/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.16 makefile template"
-   rm "${EROOT}usr/share/vala-0.16/Makefile.vapigen" &> 
/dev/null
-   eend $?
-   fi
-   fi
-   if has_version ' /dev/null
-   eend $?
-   if [[ -f "${EROOT}usr/share/vala-0.18/Makefile.vapigen" ]]; then
-   ebegin "Removing old vala-0.18 makefile template"
-   rm "${EROOT}usr/share/vala-0.18/Makefile.vapigen" &> 
/dev/null
-   eend $?
-   fi
-   fi
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 3d2f19a29e8dc7d13db4561a01a84cb14bf78ea6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:20:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2f19a2

dev-util/anjuta: remove old

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

 dev-util/anjuta/anjuta-3.28.0.ebuild | 136 ---
 1 file changed, 136 deletions(-)

diff --git a/dev-util/anjuta/anjuta-3.28.0.ebuild 
b/dev-util/anjuta/anjuta-3.28.0.ebuild
deleted file mode 100644
index 998c1d39963..000
--- a/dev-util/anjuta/anjuta-3.28.0.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-# libanjuta-language-vala.so links to a specific slot of libvala; we want to
-# avoid automagic behavior.
-VALA_MIN_API_VERSION="0.36"
-VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}"
-
-inherit gnome2 flag-o-matic readme.gentoo-r1 python-single-r1 vala
-
-DESCRIPTION="A versatile IDE for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Anjuta;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-
-IUSE="debug devhelp glade +introspection packagekit subversion terminal test 
vala"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# FIXME: automagically uses libgda:6 if available
-# FIXME: make python dependency non-automagic
-COMMON_DEPEND="
-   >=dev-libs/glib-2.34:2[dbus]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.10:3
-   >=dev-libs/libxml2-2.4.23
-   >=dev-libs/gdl-3.5.5:3=
-   >=x11-libs/gtksourceview-3:3.0
-
-   sys-devel/autogen
-
-   >=gnome-extra/libgda-5:5=
-   dev-util/ctags
-
-   x11-libs/libXext
-   x11-libs/libXrender
-
-   ${PYTHON_DEPS}
-
-   devhelp? ( >=dev-util/devhelp-3.7.4:= )
-   glade? ( >=dev-util/glade-3.12:3.10= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-   subversion? (
-   >=dev-vcs/subversion-1.8:=
-   >=net-libs/serf-1.2:1=
-   >=dev-libs/apr-1:=
-   >=dev-libs/apr-util-1:= )
-   terminal? ( >=x11-libs/vte-0.27.6:2.91 )
-   vala? ( $(vala_depend) )
-"
-RDEPEND="${COMMON_DEPEND}
-   gnome-base/gsettings-desktop-schemas
-   packagekit? ( app-admin/packagekit-base )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-lang/perl-5
-   >=dev-util/gtk-doc-am-1.4
-   >=dev-util/intltool-0.40.1
-   sys-devel/bison
-   sys-devel/flex
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   !!dev-libs/gnome-build
-   test? (
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xml-dtd:4.5 )
-   app-text/yelp-tools
-   dev-libs/gobject-introspection-common
-   gnome-base/gnome-common
-"
-# yelp-tools, gi-common and gnome-common are required by eautoreconf
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   if use vala; then
-   DISABLE_AUTOFORMATTING="yes"
-   DOC_CONTENTS="To create a generic vala project you will need to 
specify
-desired valac versioned binary to be used, to do that you
-will need to:
-1. Go to 'Build' -> 'Configure project'
-2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to
-'Configure options'."
-   fi
-
-   # COPYING is used in Anjuta's help/about entry
-   DOCS="AUTHORS ChangeLog COPYING FUTURE MAINTAINERS NEWS README ROADMAP 
THANKS TODO"
-
-   # Conflicts with -pg in a plugin, bug #266777
-   filter-flags -fomit-frame-pointer
-
-   # Do not build benchmarks, they are not installed and for dev purpose 
only
-   sed -e '/SUBDIRS =/ s/benchmark//' \
-   -i plugins/symbol-db/Makefile.{am,in} || die
-
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-neon \
-   --disable-static \
-   $(use_enable debug) \
-   $(use_enable devhelp plugin-devhelp) \
-   $(use_enable glade plugin-glade) \
-   $(use_enable glade glade-catalog) \
-   $(use_enable introspection) \
-   $(use_enable packagekit) \
-   $(use_enable subversion plugin-subversion) \
-   $(use_enable subversion serf) \
-   $(use_enable terminal plugin-terminal) \
-   $(use_enable vala)
-}
-
-src_install() {
-   # COPYING is used in Anjuta's help/about entry
-   docompress -x "/usr/share/doc/${PF}/COPYING"
-
-   # Anjuta uses a custom rule to install DOCS, get rid of it
-   gnome2_src_install
-   rm -rf "${ED}"/usr/share/doc/${PN} || die "rm failed"
-
-   use vala && readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst

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

2019-03-30 Thread Mart Raudsepp
commit: a2bd935be83ba9ff00589706074e96e266a64eb3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:34:30 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd935b

dev-util/meld: remove old

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

 dev-util/meld/Manifest   |  1 -
 dev-util/meld/meld-3.18.3.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest
index 717e0dd7481..f0c4d7723f6 100644
--- a/dev-util/meld/Manifest
+++ b/dev-util/meld/Manifest
@@ -1,3 +1,2 @@
 DIST meld-3.18.2.tar.xz 568292 BLAKE2B 
379ec993e7e2ba79d5ff8ea0e960c294fba390d3ba4276bea7700ebe1e55820b07d00d2a88ec5b95a8eae0549a976af0a06e1b7cb7f211aa5e77b0afb266a0d4
 SHA512 
6a3e47c472b12cbebc392e964b30ac80d344e0a82d0dd25a43df3eeba185e40e6ae5245b09e79ad9d789618b91ccec1ccb0f1c5e6c0ae1d76bb6b4fcd9446574
-DIST meld-3.18.3.tar.xz 564660 BLAKE2B 
2dc939e7d21408659de969e50eb8e790231391af0a30a44aecc359dabaf258e863512663d9e19a2b38fb42a419cfdbe1094e05eada8311f52cd615cd6db4e98b
 SHA512 
7edd3c564616893732073995c8e161712964d8fc3abd8dad43183a6e36003bdad7b5593f04112e05244a59563b8d0fcf9d7c524f820d6145696ad0c73d67516c
 DIST meld-3.20.0.tar.xz 591956 BLAKE2B 
cf4dce55b8282c287a9bcf964f6c412e5db246cc8c85ab98729af0e12f861ae323eaab1db57a7bd7f27028896148a5142b8d02f3f5abbd86b98eeb1882cf76a8
 SHA512 
33a14aeb474351a35ff08ba828846e849f1c4f000af81c38fa8f7d481b5de464e728d29742eac40164138c44557f92f6b2a329a337ee59f28d00a5bbc4652798

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



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

2019-03-30 Thread Mart Raudsepp
commit: c8f2e08d3d0fcde0835ff4077f7fff9c804fb8b4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:46:03 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f2e08d

gnome-base/gnome: remove old

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

 gnome-base/gnome/gnome-3.26.2.ebuild | 51 
 gnome-base/gnome/gnome-3.28.2.ebuild | 51 
 2 files changed, 102 deletions(-)

diff --git a/gnome-base/gnome/gnome-3.26.2.ebuild 
b/gnome-base/gnome/gnome-3.26.2.ebuild
deleted file mode 100644
index ee23006a477..000
--- a/gnome-base/gnome/gnome-3.26.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 ~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-${PV}
-
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV}[bluetooth?]
-
-   >=x11-themes/gnome-backgrounds-${PV}
-   x11-themes/sound-theme-freedesktop
-
-   accessibility? (
-   >=app-accessibility/at-spi2-atk-2.26.1
-   >=app-accessibility/at-spi2-core-2.26.2
-   >=app-accessibility/caribou-0.4.21
-   >=app-accessibility/orca-3.26.0
-   >=gnome-extra/mousetweaks-3.12.0 )
-   classic? ( >=gnome-extra/gnome-shell-extensions-${PV} )
-   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
-"
-
-DEPEND=""
-
-PDEPEND=">=gnome-base/gvfs-1.34.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."
-}

diff --git a/gnome-base/gnome/gnome-3.28.2.ebuild 
b/gnome-base/gnome/gnome-3.28.2.ebuild
deleted file mode 100644
index b312b0b02f4..000
--- a/gnome-base/gnome/gnome-3.28.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 ~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.28.1
-
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV}[bluetooth?]
-   >=media-fonts/cantarell-0.100
-
-   >=x11-themes/gnome-backgrounds-3.28.0
-   x11-themes/sound-theme-freedesktop
-
-   accessibility? (
-   >=app-accessibility/at-spi2-atk-2.26.2
-   >=app-accessibility/at-spi2-core-2.28.0
-   >=app-accessibility/orca-3.28.1
-   >=gnome-extra/mousetweaks-3.12.0 )
-   classic? ( >=gnome-extra/gnome-shell-extensions-3.28.1 )
-   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
-"
-
-DEPEND=""
-
-PDEPEND=">=gnome-base/gvfs-1.36.2[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/dconf-editor/

2019-03-30 Thread Mart Raudsepp
commit: c0695958576c174ab63b0761773bb87bb7acec52
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:40:26 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0695958

gnome-base/dconf-editor: remove old

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

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

diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
index fe6beead9d1..43b30f12bb6 100644
--- a/gnome-base/dconf-editor/Manifest
+++ b/gnome-base/dconf-editor/Manifest
@@ -1,3 +1,2 @@
 DIST dconf-editor-3.26.2.tar.xz 542828 BLAKE2B 
e7bd35b39d7b0124105513d44f3a24d005f1c6daf2dccb1d3eeb324b65038adfc11e5ee83078058489b1e918222538a97621c74fb0a0ceb20e1a708ccf5a82bd
 SHA512 
25a6536c97b4f6fc26890915e2d0ed3ff1d2247175fd25a7d86e44f33da8667064415b22890c799d3586cd0f08becc90414f02bf3d988aa1d02eee90d7e45ba5
-DIST dconf-editor-3.28.0.tar.xz 417244 BLAKE2B 
1237b199b7b991055fe30829dff0554be7e3122001c9c1a3bd1b17dc1aeeb0a4df6536560b072559c96d4da0b26bdf234479cb9c38ae979d08c220348df48649
 SHA512 
435c159fd3356c19e459ed9441671b508c5ba1b2d9f491d304280ef66b980779fda5769bb2e1e85a294ceebe9e729e4899ac0ab750f86e5ccdbdc455cf1ffc44
 DIST dconf-editor-3.30.2.tar.xz 447060 BLAKE2B 
4cd8ab7200afaa402d6915a94be12b32a58fdf11ed77d4b833e3734b94de99bf7182d3564d1e0b42935d4364b2c973c296d773de402942af8e66f4ccbe6026be
 SHA512 
c9fe4393e9c75ad19c56670a50199493a32ed55f3135ada599aef5efb4582320a23648da1906ce1a1b64918987fd3684f00bfc749a21a6fd2806066d760418c8

diff --git a/gnome-base/dconf-editor/dconf-editor-3.28.0.ebuild 
b/gnome-base/dconf-editor/dconf-editor-3.28.0.ebuild
deleted file mode 100644
index 1b581019342..000
--- a/gnome-base/dconf-editor/dconf-editor-3.28.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.36"
-
-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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~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-util/gnome-builder/files/, dev-util/gnome-builder/

2019-03-30 Thread Mart Raudsepp
commit: efbe91409c0c7495d2168895504e35851e5b1757
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:29:55 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efbe9140

dev-util/gnome-builder: remove old

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

 dev-util/gnome-builder/Manifest|   3 -
 .../files/3.28.4-fix-docs-option.patch |  42 -
 .../files/3.28.4-fix-tests-schemadir.patch |  26 ---
 .../files/3.28.4-jedi-0.12-compat.patch|  93 ---
 .../gnome-builder/files/3.28.4-python37-fix.patch  |  57 ---
 dev-util/gnome-builder/files/3.28.4-valac.patch|  15 --
 dev-util/gnome-builder/gnome-builder-3.28.4.ebuild | 186 -
 dev-util/gnome-builder/gnome-builder-3.30.2.ebuild | 186 -
 8 files changed, 608 deletions(-)

diff --git a/dev-util/gnome-builder/Manifest b/dev-util/gnome-builder/Manifest
index a9037663c70..3eab4f83ce2 100644
--- a/dev-util/gnome-builder/Manifest
+++ b/dev-util/gnome-builder/Manifest
@@ -1,5 +1,2 @@
 DIST gnome-builder-3.24.2.tar.xz 4342908 BLAKE2B 
5dca80d2e948041bc096fa9a2a5d39322c6fedb0560e3e4f3c60c7b0657c7c62e89387a63f7d050c3df90d8c129485bc5495039802548b22ae268d94c14a37ae
 SHA512 
dec133ad3c5ef96a036598ebbe684667dc44f73d8643e700f1e776cf8eb860b99c1d333f1fed5bc896cb7bdcf607eb51fedb7bb1f5b0cc662e4b2703d74140bf
-DIST gnome-builder-3.28.4.tar.xz 9309060 BLAKE2B 
a4402452ffaf64cc767edb9cba65b74a88cb77d04ca2ffecd3b01c53382930891c2c03e2528861f4d28ca3643465b6767235e945f44cc37d2d716bcbb3ab25c8
 SHA512 
ef83b909f295d83478aa7d5deb8b5d8291ddf6134e147e88452cdba8ff449a2415d0381d63d3f82cf28942b1096a704de64540c8cdf5f06c21c8278c93fbbc03
-DIST gnome-builder-3.30.2-patchset.tar.xz 43720 BLAKE2B 
c444117232c6560e68cad46134327e94b361cf89c4f68f2e68940e8a46d2a42720aa5e881dcb3153a3c75057cfacd8c67287a8bb0740999d4628ab6498db7c32
 SHA512 
e17a0357d2a3e6c059ef27dbf591ad3acfa6f5d7d58f47ca8ebc6dc6883a1bb1bb87b15f3c564c2babc5857e9de4a7a47934398d880f233265d7254087d3
-DIST gnome-builder-3.30.2.tar.xz 9478508 BLAKE2B 
546328df141582d0d15317166c27493ac1f0b813680607f05de3429301cf8e4937cfc51bff69db26cd4ef1a8ef02aadd5aaa643c857eeabf9b16606a2a3a5cda
 SHA512 
39087e3a30a807b7374167ba4c5295a9161e3c8d8e409172dcd28c52db48e72cd9303c2d4ff8fd11d4bfc70af6c810e5dc254c4c74b646875206221cff3bad57
 DIST gnome-builder-3.30.3.tar.xz 9486164 BLAKE2B 
b983fd71b1bab31386ab8f4c3a6ff57b33afd2da5aff5e41e7d1cba388a9b6998a0f799c0843bde95f8ce0456fe46457d0c0c46622d59eeb7729d2e8868898f7
 SHA512 
468605dbd2bd712a76c333a974bb19ca889dfe8493c2e85101641034f3e2c8eba2c0ee2f98ad01f3466f0f42946f05790763ccfaf786d73da192d64360eec47f

diff --git a/dev-util/gnome-builder/files/3.28.4-fix-docs-option.patch 
b/dev-util/gnome-builder/files/3.28.4-fix-docs-option.patch
deleted file mode 100644
index ca2323f314a..000
--- a/dev-util/gnome-builder/files/3.28.4-fix-docs-option.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 054ef6d2e47da9f41e7c24908b251d074e11a03b Mon Sep 17 00:00:00 2001
-From: Christian Hergert 
-Date: Wed, 8 Aug 2018 13:03:50 -0700
-Subject: [PATCH] help: fix get_option() to check for proper value
-
-We want to check for help docs, not sdk docs. Also, if enabled, don't be
-automatic about it. Fail hard so the caller knows there is an issue.

- doc/help/meson.build | 18 --
- 1 file changed, 8 insertions(+), 10 deletions(-)
-
-diff --git a/doc/help/meson.build b/doc/help/meson.build
-index 1336e6a26..e684f078c 100644
 a/doc/help/meson.build
-+++ b/doc/help/meson.build
-@@ -1,15 +1,13 @@
--if get_option('with_docs')
-+if get_option('with_help')
- 
--sphinx = find_program(['sphinx-build-3', 'sphinx-build'], required: false)
-+sphinx = find_program(['sphinx-build-3', 'sphinx-build'], required: true)
- 
--if sphinx.found()
--custom_target('en user documentation',
--  command: [sphinx, '-b', 'html', '-c', 
meson.current_source_dir(), meson.current_source_dir(), '@OUTPUT@'],
--   output: 'en',
-- build_by_default: true)
-+custom_target('en user documentation',
-+   command: [sphinx, '-b', 'html', '-c', meson.current_source_dir(), 
meson.current_source_dir(), '@OUTPUT@'],
-+output: 'en',
-+  build_by_default: true
-+)
- 
--
--install_subdir(meson.current_build_dir() + '/en', install_dir: 
pkgdocdir_abs)
--endif
-+install_subdir(meson.current_build_dir() + '/en', install_dir: pkgdocdir_abs)
- 
- endif
--- 
-2.17.0
-

diff --git a/dev-util/gnome-builder/files/3.28.4-fix-tests-schemadir.patch 
b/dev-util/gnome-builder/files/3.28.4-fix-tests-schemadir.patch
deleted file mode 100644
index 3c427c41584..000
--- a/dev-util/gnome-builder/files/3.28.4-fix-tests-schemadir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From a66b2d99f21bff6986b0dda5b7cc9ee393be934a Mon Sep 17 00:00:00 2001
-From: Mart 

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

2019-03-30 Thread Mart Raudsepp
commit: 6241b19e127fe7351282967056539922216f1f1d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:16:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6241b19e

dev-python/pyatspi: remove old

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

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

diff --git a/dev-python/pyatspi/Manifest b/dev-python/pyatspi/Manifest
index 50d269886f5..edcd5ef6073 100644
--- a/dev-python/pyatspi/Manifest
+++ b/dev-python/pyatspi/Manifest
@@ -1,3 +1,2 @@
 DIST pyatspi-2.24.0.tar.xz 298228 BLAKE2B 
a1c989df5431a9fdf0b35c5fa75a12b9c083c6a979052e3a621685feada611f4322195b30bc1f4f56cd35f305087756cded31a445cca07e74262ecd807926239
 SHA512 
ea0c3e5a5a417c4d494cfe33ccfcca1996f417e51f5ccd3508372a0df636fb186b9940d7832681af9b353aa50a9aabd64c5477fdabbc5016794a502396b3d67a
-DIST pyatspi-2.26.0.tar.xz 309780 BLAKE2B 
f3657052ef7c5fde35506e04e5f1a3920fed5edd1af182b3e9bff6fc0461595e9b14644c8858d6f12b1042d57231fc09ae5061129d74a1030e0c8de88364ec7b
 SHA512 
a1aa7e608fa95bdf4c891666fe5038dd2fd7cc7e675cef4c9759ffed4f6342e3cebbc6d5fad8899c0c91eda29664a5f8ff06a1cb0ab46958c8f629cd014d3579
 DIST pyatspi-2.30.0.tar.xz 310672 BLAKE2B 
76d51e6ce2f39305bcda8f706b5207738d3a2c0fd7480efb77c4dab8baf8ed6eb71263375ff0c16be0087e47f7f6b5eab99c6fc8992b83bdea6e64c92c381043
 SHA512 
a7af81bb55dff45d1bceced645f6aeb1adc1fa2a2b61fc39d9e97b6659e474636e5ac1af9923588311e651fee57b5e31a62ea5b2977b341eda43a5a736bf27ed

diff --git a/dev-python/pyatspi/pyatspi-2.26.0.ebuild 
b/dev-python/pyatspi/pyatspi-2.26.0.ebuild
deleted file mode 100644
index 25898e111ef..000
--- a/dev-python/pyatspi/pyatspi-2.26.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_4,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 ~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: dev-libs/totem-pl-parser/

2019-03-30 Thread Mart Raudsepp
commit: 600851b0fc7d173378aa0a2f962a9a165f509c3c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:12:22 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600851b0

dev-libs/totem-pl-parser: remove old

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

 dev-libs/totem-pl-parser/Manifest  |  1 -
 .../totem-pl-parser/totem-pl-parser-3.26.2.ebuild  | 68 --
 2 files changed, 69 deletions(-)

diff --git a/dev-libs/totem-pl-parser/Manifest 
b/dev-libs/totem-pl-parser/Manifest
index 9fdb8ac28a9..b932f3e159e 100644
--- a/dev-libs/totem-pl-parser/Manifest
+++ b/dev-libs/totem-pl-parser/Manifest
@@ -1,3 +1,2 @@
 DIST totem-pl-parser-3.10.8.tar.xz 1618992 BLAKE2B 
ab7dc3010afb9a2112f19991ee74c43436962a66fa233162b2d2c6743e5727762102f6f0bfed2a30750c0d4e3cf0fbfdb7fdab8568b0cb827e49d0f99a938c41
 SHA512 
1692fe6d183838bdfb9125ae2bf9fbf74762333a7ebb6becc755bfdbfb8d2ea1ae257f42aab7b7a1ab419aee2b35902176a731f26736a62015806d1423adae70
-DIST totem-pl-parser-3.26.2.tar.xz 1314032 BLAKE2B 
1513223e7cdebf1b16587a8ef899dd0318d0474d3987a346525cb0f77966c87bf858510c6432f204e4ec758467da273c8644fa6976eb0da237b729f507763646
 SHA512 
b4d05f6c41942d243be411fb58aa557c0402eac56acc4fc213214a59d20df4354c17d5dec4064a5580f88e721411a16953e69e94c2ebe98e1aaf8b0729b8a83d
 DIST totem-pl-parser-3.26.3.tar.xz 1314216 BLAKE2B 
24b1c7e111456b454022ba7262a1e1483420dbd97b6ec99c0e2631acbb8057134b51ff991d2619e6bda57da6c133e211f949915b0fd62d497905fcd58738b43d
 SHA512 
f059fd9447627268ce5029ed48551b0a2b6c30ba28c50a360d37808ad63fa8423824eef29c7f4d7a752f24861d4c7a7139f321fa2e19085085446e7ed15130cd

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.2.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.2.ebuild
deleted file mode 100644
index 10d51035833..000
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.2.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
-inherit gnome.org meson xdg
-
-DESCRIPTION="Playlist parsing library"
-HOMEPAGE="https://developer.gnome.org/totem-pl-parser/stable/;
-
-LICENSE="LGPL-2+"
-SLOT="0/18"
-IUSE="archive crypt gtk-doc +introspection +quvi test"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.36:2
-   quvi? ( >=media-libs/libquvi-0.9.1:0= )
-   archive? ( >=app-arch/libarchive-3 )
-   dev-libs/libxml2:2
-   crypt? ( dev-libs/libgcrypt:0= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.3 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? (
-   gnome-base/gvfs[http]
-   sys-apps/dbus )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-optional-introspection.patch
-)
-
-src_prepare() {
-   # Disable tests requiring network access, bug #346127
-   # 3rd test fails on upgrade, not once installed
-   # Leio: I consider network tests important for ensuring full 
functionality, thus trying with them again */
-   #sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \
-   #   -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' 
\
-   #   -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1*/:'\
-   #   -i plparse/tests/parser.c || die "sed failed"
-
-   xdg_src_prepare
-}
-
-src_configure() {
-   # uninstalled-tests is abused to switch from loading live FS helper
-   # to in-build-tree helper, check on upgrades this is not having other
-   # consequences, bug #630242
-   local emesonargs=(
-   -Denable-quvi=$(usex quvi yes no)
-   -Denable-libarchive=$(usex archive yes no)
-   -Denable-libgcrypt=$(usex crypt yes no)
-   $(meson_use gtk-doc enable-gtk-doc)
-   $(meson_use introspection enable-introspection)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   # This is required as told by upstream in bgo#629542
-   GVFS_DISABLE_FUSE=1 dbus-run-session meson test -C "${BUILD_DIR}"
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 3c5020795bc5ad4cc124b7793d7e5cd60e237042
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:51:35 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c502079

gnome-base/gnome-control-center: remove old

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

 gnome-base/gnome-control-center/Manifest   |   4 -
 .../files/3.26.2-gnome-desktop-3-28-compat.patch   |  78 --
 .../files/3.26.2-goa-lifecycle.patch   |  95 
 .../files/3.26.2-without-wayland-fix.patch |  46 --
 .../gnome-control-center-3.26.2-r28.ebuild | 159 
 .../gnome-control-center-3.26.2-r3.ebuild  | 160 -
 .../gnome-control-center-3.28.2.ebuild | 149 ---
 .../gnome-control-center-3.30.3.ebuild | 153 
 8 files changed, 844 deletions(-)

diff --git a/gnome-base/gnome-control-center/Manifest 
b/gnome-base/gnome-control-center/Manifest
index 633ab568c15..8f8fc06e162 100644
--- a/gnome-base/gnome-control-center/Manifest
+++ b/gnome-base/gnome-control-center/Manifest
@@ -1,8 +1,4 @@
 DIST gnome-control-center-3.24.4-patchset.tar.xz 8076 BLAKE2B 
e70086987957b4c33fff6d3b5038ffc260fc47520de4606fa96a0993cee4eea699bb57e8c0a6406e7d5c99adde702351d6462bf0594398f48f6ba4c9bc217417
 SHA512 
6228bffb71b61a100248f2f3ffc659532e9a067579d0dcf869e58ba9fb5d0b3e745a3bda2a92caa5bc86f8809885268b543f6863262dc6fef52b61e74eaef927
 DIST gnome-control-center-3.24.4.tar.xz 7320232 BLAKE2B 
29a5860b8cc27f161451ae8c053db1d28e8c5f8714cbccac7674c00689569ac4e51f7deb0a341e0868b1467a095f87d685ea0ec733f69274f02ecaf5badfef6e
 SHA512 
34a59d4d89971054b1f54e7a7e3cbc3c306a3fbe3cc94adf1241ad37076a6179c93f04a95e51e57982eda57187e578005060d711a5d955734d5a138e61b3598a
-DIST gnome-control-center-3.26.2-patchset.tar.xz 159088 BLAKE2B 
521af115f7d4372ecf645b915e9081607a6699528b2914e73f11856fc9a8ae80406c210ad97b5d84b616d324d0c1539e2155c5e6db4920cbd8355b85f21a8e3b
 SHA512 
90bf9e19b98dcc39fe5af6604876e5d9fe31358a4da602fe518589d9b3a9261fee3b3785f40a889295e3e7b38370173d03350f475be576830efa2ad74718c19e
-DIST gnome-control-center-3.26.2.tar.xz 7386516 BLAKE2B 
156c24bc2ab60943ade1e255976e29478c9b0e9dbad12921a835ec55f09ad62c71886750a50fa74f2a0afb660cac073c9ff54cef4b72c790b6dd91c7cac8aaa9
 SHA512 
d3ad9067c7e66a3a6bf5b6c058f3862f6e4b59c0254fd47f0b4a9093f3b7e2d7f1900b510aba8bbdac7c1212a0f6cdd4974c3d04003af63edb72ed3e56f7dbca
-DIST gnome-control-center-3.28.2-patchset.tar.xz 75820 BLAKE2B 
7f7cda69248862eb9ddba5d69d84c6cf1e550a9db6d914d4f5327b107d01bcb4b40152889ffc13700a8e777b805b037a267e9b641df65612a86099e0851ab417
 SHA512 
927287e98d1b958b27a644a90fe3da38ba3040a60e4318268f46e764226906d851148370635ab232748f5ef78cf9406b71025738cdec951582042ce4282914c6
-DIST gnome-control-center-3.28.2.tar.xz 5857128 BLAKE2B 
253c220fdc759a26f23210a7665323ccdfb18e5f76652791718f2523badbac1f42c9c0fd75e5505c1e3d5f7391abc344b47cb101741ef35ed60859c4c16d7988
 SHA512 
3e1b54cf1a603ee7c47d8b0f1fb025405c8d133c9e0dbe0eaf2f287eff82109e95581c79f131d227422d682b7049ccb6e6297dba1ff2276cff5f715308195d7f
 DIST gnome-control-center-3.30.3-patchset.tar.xz 65244 BLAKE2B 
d210f94e0058e628401ea74fa90582721aaffddfb0e3f8e78013edde0d2f712d4433c316b3da08c9ec1038200cfd4e9b1a315b224d2e881d056b0f685f7067eb
 SHA512 
99519c54ef223b94d5101987b7d7dc203c447765ef79374a3f0911282cd77917f64dea7318d70c63b8df8506c058fa1fcb1d71b23488b3ca9be993667509b7d1
 DIST gnome-control-center-3.30.3.tar.xz 5889900 BLAKE2B 
a03153cb689edc3c8c96a0f184f8831a8df218691fefd035842170871eebb6f17e34405e7c4c18da6a191b92c7b58fcd40b252cdb67154becdf7e7ac6a63aa8f
 SHA512 
85c7b51d6bc32f73d7f4ad6df8d4cc14c59e19da88d7a17b7337f995483f41008213ca829247a3c9db43c4b31eae0be321ed6804570660fbe0356da3dd0948dc

diff --git 
a/gnome-base/gnome-control-center/files/3.26.2-gnome-desktop-3-28-compat.patch 
b/gnome-base/gnome-control-center/files/3.26.2-gnome-desktop-3-28-compat.patch
deleted file mode 100644
index f90e0514dd7..000
--- 
a/gnome-base/gnome-control-center/files/3.26.2-gnome-desktop-3-28-compat.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From 6c98cbb514b2a455dd27f3a32a48e43a65cd29a2 Mon Sep 17 00:00:00 2001
-From: Robert Ancell 
-Date: Tue, 26 Sep 2017 14:12:13 -0400
-Subject: [PATCH 2/2] background: Remove GdkColor deprecation warnings
-
-https://bugzilla.gnome.org/show_bug.cgi?id=788205
-(cherry picked from commit ed03e9c49faafba132ab4077daeaf213b541aed7)

- configure.ac   |  2 +-
- panels/background/cc-background-item.c | 19 ++-
- 2 files changed, 11 insertions(+), 10 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 90579ac9f..f810bfb1f 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -97,7 +97,7 @@ NETWORK_MANAGER_REQUIRED_VERSION=1.2.0
- NETWORK_MANAGER_APPLET_REQUIRED_VERSION=1.2.0
- 

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

2019-03-30 Thread Mart Raudsepp
commit: 1d27e80f9cb8b7c6ca4ebd0215dbcec66dee1c09
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:43:39 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d27e80f

x11-libs/gtk+: remove old

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

 x11-libs/gtk+/Manifest   |   2 -
 x11-libs/gtk+/gtk+-3.24.5.ebuild | 234 ---
 2 files changed, 236 deletions(-)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index e5d6d4f56b4..52931b67b91 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -2,6 +2,4 @@ DIST gtk+-2.24.32-patchset-r1.tar.xz 13364 BLAKE2B 
15e5429b11cc4ccef1bf44105c790
 DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 
03f4c0a8be98473f62bc8c86859937969c4169960a5f93d37ff6dcde00413215fa6c7125b15781bf50d67b40aa0056cb71b83fb50acb2c3467b5deb3c8d938f0
 SHA512 
8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696
 DIST gtk+-3.24.1.tar.xz 19307612 BLAKE2B 
f09b7cb252898b7290a3806f8fb579b706fc0ecd021817e34e71b101a7d222604b395c850c559f3ff0c38e0848abdffc483efe65f086357532be85db872028e7
 SHA512 
13ddb1099a2a0eb44ea53fa4be5054a403e1b27468a33862646ba111577b7bb72b9bbe4f6aea15889c2a2bee1238023bc23524b901cf2dbb3adf0e126eb6ea5d
 DIST gtk+-3.24.4.tar.xz 21102236 BLAKE2B 
1ef6445d582217a54538549fd63c59dd1e7f14832b33a41e971d2dd184a8887876d1eb599cb9fcbd590ec1a16ca29f0be92bc96344b1e7d2fdf88456d63c9a7f
 SHA512 
d1cce6d0d7f1c5ef0f4e8988b88372a32b9d8a2924da4cfc46a80ede91cf8a2aacdcd87eec122dfab1369b36fc849d875832ac11d79426cf6884e1730e5d4dd1
-DIST gtk+-3.24.5-patchset-20190206.tar.xz 4208 BLAKE2B 
09d1dcd0a6312f042739c633ef5c3a3b26c81f586c4c1396bc9ed4cd5e8a891507d6a6857e91b481794c8c6ea1e9511b756e7307775acb4ec53f561283c2139c
 SHA512 
e3748ab10032d1c388b50ac35e295d08f7373c70186d35ee52f8a31ea53cddbac61eb25e5c6aac9855a4cb02c25ed0d2361241fe2530b6ce6738fb5e4840817e
-DIST gtk+-3.24.5.tar.xz 21012108 BLAKE2B 
25b8fc92655be190a0dc082ee303614026054d9bf17f93e8df11129f77fe1e6dc9cc97d5ceeab139eb905e3d61ea918b01d39f342e11d06fb3245c590567d24a
 SHA512 
344988c9e2a2d7fd2fd1e367a113be7c4a32c28c9cf395aeab923e25256b99856091d1583d3f8557aac6919a930a4d0af69b966486caab559c7d9d22585cc1a1
 DIST gtk+-3.24.7.tar.xz 19375708 BLAKE2B 
28ec4106258a7ecfa78d2f3dd8d2145cdf8ecbb55167bf22002e38186721e2e1658885032630eb306785bfe36486834c40e34fd5ac20d1c30d4f5de58cba7fae
 SHA512 
2605087c3e09c81192769e6c4bcc4374e0fadbc4d05433edeaefd9915e128ff925c64fb3d07799bacccb16d85d31e53936ac09c696a09349efa6e21d886074c5

diff --git a/x11-libs/gtk+/gtk+-3.24.5.ebuild b/x11-libs/gtk+/gtk+-3.24.5.ebuild
deleted file mode 100644
index d8cc461ffc4..000
--- a/x11-libs/gtk+/gtk+-3.24.5.ebuild
+++ /dev/null
@@ -1,234 +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 flag-o-matic gnome2 multilib virtualx multilib-minimal
-
-DESCRIPTION="Gimp ToolKit +"
-HOMEPAGE="https://www.gtk.org/;
-SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset-20190206.tar.xz;
-
-LICENSE="LGPL-2+"
-SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
test vim-syntax wayland +X xinerama"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   xinerama? ( X )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Upstream wants us to do their job:
-# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
-RESTRICT="test"
-
-# FIXME: introspection data is built against system installation of gtk+:3,
-# bug #
-COMMON_DEPEND="
-   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
-   >=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.53.4:2[${MULTILIB_USEDEP}]
-   media-libs/fontconfig[${MULTILIB_USEDEP}]
-   >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
-   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
-   >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
-   >=media-libs/harfbuzz-0.9:=
-   x11-misc/shared-mime-info
-
-   cloudprint? (
-   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
-   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
-   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
-   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
-   wayland? (
-   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
-   >=dev-libs/wayland-protocols-1.12
-   

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

2019-03-30 Thread Mart Raudsepp
commit: 9625937f646e6c177b0570ef45aa01fe72f76eb2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:53:06 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9625937f

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

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

 .../gnome-core-apps/gnome-core-apps-3.26.2.ebuild  | 52 --
 .../gnome-core-apps/gnome-core-apps-3.28.2.ebuild  | 51 -
 2 files changed, 103 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
deleted file mode 100644
index da6601239d3..000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.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
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 
3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-3.26.1
-   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-
-   >=app-crypt/gcr-3.20.0
-   >=gnome-base/nautilus-${PV}
-   >=gnome-base/gnome-keyring-3.20.1
-   >=gnome-extra/evolution-data-server-3.26.2.1
-
-   >=app-crypt/seahorse-3.20.0
-   >=app-editors/gedit-3.22.1
-   >=app-text/evince-3.26.0
-   >=gnome-extra/gnome-contacts-3.26.0
-   >=media-gfx/eog-3.26.1
-   >=media-video/totem-3.26.0
-   >=x11-terms/gnome-terminal-${PV}
-
-   >=gnome-extra/gnome-user-docs-${PV}
-   >=gnome-extra/yelp-3.26.0
-
-   >=x11-themes/adwaita-icon-theme-3.26.0
-   >=x11-themes/gnome-themes-standard-3.22.3
-
-   bluetooth? ( >=net-wireless/gnome-bluetooth-3.26.1 )
-"
-DEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just 
gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite 
anymore
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild
deleted file mode 100644
index c3b449e0e29..000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.28.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="Sub-meta package for the core applications integrated with GNOME 
3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# gnome-color-manager min version enforced here due to control-center pulling 
it in
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-3.28.1
-   >=gnome-base/gnome-settings-daemon-3.28.1[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-   >=gnome-extra/gnome-color-manager-3.28.0
-
-   >=app-crypt/gcr-3.28.0
-   >=gnome-base/nautilus-3.28.1
-   >=gnome-base/gnome-keyring-3.28.2
-   >=gnome-extra/evolution-data-server-3.28.2
-
-   >=app-crypt/seahorse-3.20.0
-   >=app-editors/gedit-3.28.1
-   >=app-text/evince-3.28.2
-   >=gnome-extra/gnome-contacts-3.28.2
-   >=media-gfx/eog-3.28.2
-   >=media-video/totem-3.26.2
-   >=x11-terms/gnome-terminal-${PV}
-
-   >=gnome-extra/gnome-user-docs-${PV}
-   >=gnome-extra/yelp-3.28.1
-
-   >=x11-themes/adwaita-icon-theme-3.28.0
-
-   bluetooth? ( >=net-wireless/gnome-bluetooth-3.28.0 )
-"
-DEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just 
gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite 
anymore
-
-S="${WORKDIR}"



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

2019-03-30 Thread Mart Raudsepp
commit: 6d9619d1558675d8956e9859ec91f7c33e6a8cea
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:53:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9619d1

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

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

 .../gnome-core-libs/gnome-core-libs-3.26.2.ebuild  | 41 -
 .../gnome-core-libs/gnome-core-libs-3.28.2.ebuild  | 42 --
 2 files changed, 83 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
deleted file mode 100644
index f16a1f315c2..000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.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
-
-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 ~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.54.2:2
-   >=x11-libs/gdk-pixbuf-2.36.11:2
-   >=x11-libs/pango-1.40.13
-   >=x11-libs/gtk+-3.22.25:3[cups?]
-   >=dev-libs/atk-2.26.1
-   >=gnome-base/librsvg-2.40.19
-   >=gnome-base/gnome-desktop-${PV}:3
-   >=x11-libs/startup-notification-0.12
-
-   >=gnome-base/gvfs-1.34.1
-   >=gnome-base/dconf-0.26.1
-
-   >=media-libs/gstreamer-1.14.1:1.0
-   >=media-libs/gst-plugins-base-1.14.1:1.0
-   >=media-libs/gst-plugins-good-1.14.1:1.0
-
-   python? ( >=dev-python/pygobject-3.26.1:3 )
-"
-DEPEND=""
-
-# >=x11-libs/libwnck-3.24.1:3 - not used by core packages anymore
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild
deleted file mode 100644
index b5704669093..000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.28.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 ~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.56.1:2
-   >=x11-libs/gdk-pixbuf-2.36.12:2
-   >=x11-libs/pango-1.42.1
-   >=x11-libs/gtk+-3.22.30:3[cups?]
-   >=dev-libs/atk-2.29.1
-   >=gnome-base/librsvg-2.40.20
-   >=gnome-base/gnome-desktop-${PV}:3
-   >=x11-libs/startup-notification-0.12
-
-   >=gnome-base/gvfs-1.36.2
-   >=gnome-base/dconf-0.28.0
-
-   >=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.28.2: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: gnome-base/gdm/

2019-03-30 Thread Mart Raudsepp
commit: 1e4d9ce9ace679e1eb3960f8284131240e0c7002
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:45:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4d9ce9

gnome-base/gdm: remove old

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

 gnome-base/gdm/Manifest   |   1 -
 gnome-base/gdm/gdm-3.26.2.1-r1.ebuild | 205 ---
 gnome-base/gdm/gdm-3.30.3-r1.ebuild   | 222 --
 gnome-base/gdm/gdm-3.30.3.ebuild  | 201 --
 4 files changed, 629 deletions(-)

diff --git a/gnome-base/gdm/Manifest b/gnome-base/gdm/Manifest
index be50dd83945..1958502cf55 100644
--- a/gnome-base/gdm/Manifest
+++ b/gnome-base/gdm/Manifest
@@ -1,4 +1,3 @@
 DIST gdm-3.24.3.tar.xz 1113992 BLAKE2B 
79ae5ccf049bdb05cea4f0e8b2766caee0552efe8fe044da655037bfd603f1e4ab89a4eb0687f786bf44e9fd1c27e07bc498a769c8f88f0cc22b2dd1c9b1
 SHA512 
d8edffb582545f452ec071990fd7d07d6cb755458bc77a9e1b807816f8202f70fc8177e4bb345125075347942c6760c5a5460e3570dc32ee2570ecc15e5f3345
-DIST gdm-3.26.2.1.tar.xz 1119568 BLAKE2B 
42ccd3d30a5b2212492ea3e0bb003771df1d3c5a729d29ff14efe5c6365a82126e6b204301b22dd51e4aaffcef4e018b8fdda45eb52e3b76bd921aca9312
 SHA512 
4a0009935f2f86803a4dd6cdc01c80c9ee89fb8a71f82ffa6fadb16322e4c7f51d82e0e887c30aa09d1b242c3cc82a1ec0d83463e5d8942719a747f6945cbec9
 DIST gdm-3.30.3.tar.xz 1261224 BLAKE2B 
338f946a24d2a7e4b3cf34ac6accff01f8e7ce5032ee4ce79a96b1a755693e09788c6225e45de9a91ae4afea595a0562511104a467e561ec179c3ad61810468f
 SHA512 
17aed5bf7d27b07553703873cda28a711d6135497d36e4c241bcf1ab3552b31007cc241dab394dccf8a4f1daccf7d55ba39edf91f4b22bdea5c2aa1ea17404b8
 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 
83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027
 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045

diff --git a/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild 
b/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild
deleted file mode 100644
index 5d46e881520..000
--- a/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild
+++ /dev/null
@@ -1,205 +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 eutils gnome2 pam readme.gentoo-r1 systemd user
-
-DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
-HOMEPAGE="https://wiki.gnome.org/Projects/GDM;
-
-SRC_URI="${SRC_URI}
-   branding? ( 
https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
-"
-
-LICENSE="
-   GPL-2+
-   branding? ( CC-BY-SA-4.0 )
-"
-
-SLOT="0"
-
-IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux 
smartcard tcpd test wayland xinerama"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86"
-
-# NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
-# nspr used by smartcard extension
-# dconf, dbus and g-s-d are needed at install time for dconf update
-# We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784
-# Requires org.gnome.SettingsDaemon.A11yKeyboard component which doesn't exist 
in 3.28
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.36:2[dbus]
-   >=x11-libs/gtk+-2.91.1:3
-   >=gnome-base/dconf-0.20
-   >=gnome-base/gnome-settings-daemon-3.1.4
-   =media-libs/fontconfig-2.5.0:1.0
-   >=media-libs/libcanberra-0.4[gtk3]
-   sys-apps/dbus
-   >=sys-apps/accountsservice-0.6.35
-
-   x11-apps/sessreg
-   x11-base/xorg-server
-   x11-libs/libXi
-   x11-libs/libXau
-   x11-libs/libX11
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXft
-   x11-libs/libxcb
-   >=x11-misc/xdg-utils-1.0.2-r3
-
-   virtual/pam
-   >=sys-apps/systemd-186:0=[pam]
-
-   sys-auth/pambase[systemd]
-
-   audit? ( sys-process/audit )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   plymouth? ( sys-boot/plymouth )
-   selinux? ( sys-libs/libselinux )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   xinerama? ( x11-libs/libXinerama )
-"
-# XXX: These deps are from session and desktop files in data/ directory
-# fprintd is used via dbus by gdm-fingerprint-extension
-# gnome-session-3.6 needed to avoid freezing with orca
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-session-3.6
-   >=gnome-base/gnome-shell-3.1.90
-   x11-apps/xhost
-
-   accessibility? (
-   >=app-accessibility/orca-3.10
-   gnome-extra/mousetweaks )
-   fprint? (
-   sys-auth/fprintd
-   sys-auth/pam_fprint )
-
-   

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

2019-03-30 Thread Mart Raudsepp
commit: 69f9809b38d34233c6c5620ed87f3dd59cbd5835
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:52:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f9809b

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

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

 .../gnome-extra-apps-3.26.2.ebuild | 76 --
 .../gnome-extra-apps-3.28.2.ebuild | 74 -
 2 files changed, 150 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.26.2.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.26.2.ebuild
deleted file mode 100644
index 5cc0533b853..000
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.26.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
-
-DESCRIPTION="Sub-meta package for the applications of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+games share +shotwell +tracker"
-
-KEYWORDS="~amd64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME 3
-# Keep pkg order within a USE flag as upstream releng versions file
-# TODO: Should we keep these here: gnome-power-manager, gucharmap, 
sound-juicer, vinagre; replace gucharmap with gnome-characters?
-# gnome-documents removed for now, as it didn't find a good place upstream and 
is getting dropped from default sets for distros for 3.30 (and for 3.26 it 
required newer tracker than we had at the time)
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}
-
-   >=sys-apps/baobab-3.26.1
-   >=media-video/cheese-3.26.0
-   >=www-client/epiphany-${PV}
-   >=app-arch/file-roller-3.26.1
-   >=gnome-extra/gnome-calculator-3.26.0
-   >=gnome-extra/gnome-calendar-${PV}
-   >=gnome-extra/gnome-characters-${PV}
-   >=sys-apps/gnome-disk-utility-${PV}
-   >=media-gfx/gnome-font-viewer-3.26.0
-   >=gnome-extra/gnome-power-manager-3.26.0
-   >=media-gfx/gnome-screenshot-3.26.0
-   >=gnome-extra/gnome-system-monitor-3.26.0
-   >=gnome-extra/gnome-weather-3.26.0
-   >=gnome-extra/gucharmap-10.0.3:2.90
-   >=gnome-extra/sushi-3.24.0
-   >=media-sound/sound-juicer-3.24.0
-   >=net-misc/vino-3.22.0
-
-   >=gnome-base/dconf-editor-${PV}
-   >=app-dicts/gnome-dictionary-3.26.1
-   >=mail-client/evolution-${PV}
-   >=net-analyzer/gnome-nettool-3.8.1
-   >=gnome-extra/gnome-tweaks-3.26.3
-   >=gnome-extra/nautilus-sendto-3.8.6
-   >=net-misc/vinagre-3.22.0
-
-   games? (
-   >=games-puzzle/five-or-more-3.26.0
-   >=games-board/four-in-a-row-3.22.2
-   >=games-board/gnome-chess-3.26.0
-   >=games-puzzle/gnome-klotski-3.22.2
-   >=games-board/gnome-mahjongg-3.22.0
-   >=games-board/gnome-mines-3.26.0
-   >=games-arcade/gnome-nibbles-3.24.0
-   >=games-arcade/gnome-robots-3.22.2
-   >=games-puzzle/gnome-sudoku-3.26.0
-   >=games-puzzle/gnome-taquin-3.26.1
-   >=games-puzzle/gnome-tetravex-3.22.0
-   >=games-puzzle/hitori-3.22.4
-   >=games-board/iagno-3.26.1
-   >=games-puzzle/lightsoff-3.26.0
-   >=games-puzzle/quadrapassel-3.22.0
-   >=games-puzzle/swell-foop-3.26.0
-   >=games-board/tali-3.22.0
-   )
-   share? ( >=gnome-extra/gnome-user-share-3.18.3 )
-   shotwell? ( >=media-gfx/shotwell-0.26 )
-   tracker? (
-   >=app-misc/tracker-2.0.1
-   >=app-misc/tracker-miners-2.0.2
-   >=media-gfx/gnome-photos-${PV}
-   >=media-sound/gnome-music-3.26.1 )
-"
-DEPEND=""
-S=${WORKDIR}

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.28.2.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.28.2.ebuild
deleted file mode 100644
index 77c441a3dde..000
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.28.2.ebuild
+++ /dev/null
@@ -1,74 +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 applications of GNOME 3"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+games share +shotwell +tracker"
-
-KEYWORDS="~amd64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME 3
-# Keep pkg order within a USE flag as upstream releng versions file
-# TODO: Should we keep these here: gucharmap, sound-juicer, vinagre; replace 
gucharmap with gnome-characters?
-# gnome-documents removed for now, as it didn't find a good place upstream and 
is getting dropped from default sets for distros for 3.30 (and for 

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

2019-03-30 Thread Mart Raudsepp
commit: e21b255481b243d89b345d0e745e2f9ceac803c6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:54:48 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:56:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b2554

gnome-base/gnome-light: remove old

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

 gnome-base/gnome-light/gnome-light-3.28.2.ebuild | 61 
 1 file changed, 61 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.28.2.ebuild 
b/gnome-base/gnome-light/gnome-light-3.28.2.ebuild
deleted file mode 100644
index 5e0db649307..000
--- a/gnome-base/gnome-light/gnome-light-3.28.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-P_RELEASE="$(ver_cut 1-2)"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-# cantarell minimum version is ensured here as gnome-shell depends on it.
-RDEPEND="!gnome-base/gnome
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-3.28.1
-   >=gnome-base/gnome-settings-daemon-3.28.1[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-
-   >=gnome-base/nautilus-3.28.1
-
-   gnome-shell? (
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV}
-   >=media-fonts/cantarell-0.100 )
-
-   >=x11-themes/adwaita-icon-theme-${P_RELEASE}
-   >=x11-themes/gnome-themes-standard-3.28
-   >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
-   >=x11-terms/gnome-terminal-3.28.1
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.36.2"
-S="${WORKDIR}"
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use e16, sawfish, etc
-   ewarn "You're not installing GNOME Shell"
-   ewarn "You will have to install and manage a window manager by 
yourself"
-   fi
-}
-
-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: dev-util/devhelp/

2019-03-30 Thread Mart Raudsepp
commit: 5b4efc8fc3726697ccd8f9749ce39aa7011b0f53
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:24:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4efc8f

dev-util/devhelp: remove old

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

 dev-util/devhelp/Manifest  |  1 -
 dev-util/devhelp/devhelp-3.26.1.ebuild | 67 --
 2 files changed, 68 deletions(-)

diff --git a/dev-util/devhelp/Manifest b/dev-util/devhelp/Manifest
index 9fe40058760..a332cc35ade 100644
--- a/dev-util/devhelp/Manifest
+++ b/dev-util/devhelp/Manifest
@@ -1,4 +1,3 @@
 DIST devhelp-3.24.0.tar.xz 615460 BLAKE2B 
b81ac9b1453c0edff45fa746a556343345a150c6436d68db4d51f716704eca70e7aa1af4f3deb5b5c2747db65de619be119f36af807490aa8f95fd070c68cc39
 SHA512 
56b1eeaf9d3c3357d3140002bed5c29bf7b21953d964405190a1c9cad69d08000efa0220bbc36c67db4151b15ee37c37e061e6fa63c8a79f626e1ec0ce386062
-DIST devhelp-3.26.1.tar.xz 613508 BLAKE2B 
a84d6bb55a81f0beda0603f343022b997e263934fc48ccc95503e156a0ee0984e1c945af785971c45f197865147c63be354ace72582d3575692dd5eed7e1e724
 SHA512 
76beec8846703004202229853a7a208b31bf56e2f10c102a3bb6e88fb9e54aded027e6ab9620706629dcb02cf5973f1d4fe88d217a7b3b8cb0efc948b02ca660
 DIST devhelp-3.28.1.tar.xz 642992 BLAKE2B 
d3b3a2768b33fb47f05d35d9e6fe970d2f42c564c37916123d7377515dfb5a8277c51f543d103d4b34b11d72e3fbf4d7efc63296e118b1b6a6ac5ba557376a02
 SHA512 
a42208cbb7ad677a9c130eb637bbe52ca9fbdacd6bb7714ea3cd71285ad4983d7131dfab003ffaf0be1faccd04f215ad68429d4dcb7b49dbb0eebc0e10350f0b
 DIST devhelp-3.30.1.tar.xz 317956 BLAKE2B 
8646fb97f0649bc166c8a21472f4c638f37bdfdc9e34b7214f0e5bd32c1c78664cc320f978fb27e313de54e88cf31685596f4bf7f43235ae96345292db6a9fc1
 SHA512 
f6f028948edd4c6954eaeeb026bf69c11284d725925d354ef42ecc67275cdcac66e8d3657d95d50926350543489b2bb2fa3a194d99d01494bedac60d3a2b4bbc

diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild 
b/dev-util/devhelp/devhelp-3.26.1.ebuild
deleted file mode 100644
index 76edd828bd8..000
--- a/dev-util/devhelp/devhelp-3.26.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-# gedit-3.8 is python3 only, this also per:
-# https://bugzilla.redhat.com/show_bug.cgi?id=979450
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome2 python-single-r1 toolchain-funcs
-
-DESCRIPTION="An API documentation browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp;
-
-LICENSE="GPL-2+"
-SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version)
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE="gedit +introspection"
-REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2[dbus]
-   >=x11-libs/gtk+-3.22:3
-   >=net-libs/webkit-gtk-2.6.0:4
-   gnome-base/gsettings-desktop-schemas
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   gedit? (
-   ${PYTHON_DEPS}
-   app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gtk+[introspection] )
-"
-# libxml2 required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   dev-libs/libxml2:2
-   >=dev-util/gtk-doc-am-1.25
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-# eautoreconf requires:
-#  dev-libs/appstream-glib
-#  sys-devel/autoconf-archive
-
-pkg_setup() {
-   use gedit && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   if ! use gedit ; then
-   sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || 
die
-   fi
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=""
-   # ICC is crazy, silence warnings (bug #154010)
-   if [[ $(tc-getCC) == "icc" ]] ; then
-   myconf="--with-compile-warnings=no"
-   fi
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   ${myconf}
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 5055dcc472f0147febd20e058b6c70bc0be3aab8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:10:02 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5055dcc4

dev-libs/template-glib: bump to 3.32.0

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

 dev-libs/template-glib/Manifest|  1 +
 dev-libs/template-glib/template-glib-3.32.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/template-glib/Manifest b/dev-libs/template-glib/Manifest
index c5c9881f1aa..2421f15a7a4 100644
--- a/dev-libs/template-glib/Manifest
+++ b/dev-libs/template-glib/Manifest
@@ -1 +1,2 @@
 DIST template-glib-3.28.0.tar.xz 54320 BLAKE2B 
3f06857756cc49655b0289a4c0e576c681948e347112de713e0ea3c8c47db8a68efb258688afa8277362d2fb1e5a73d2f659570607d90abf6a804ea13a9467e2
 SHA512 
95d780c03567a8cc1bc02ffabfed2ef4bbe359941b326bad006aba6689686421bc25d357b574cf8ab9d9a27b7707f2f6041a9fcc90a7fcedbf02e9a0e8286860
+DIST template-glib-3.32.0.tar.xz 55152 BLAKE2B 
53c5eda95f49d3358b1a52a8c821252efc28c823e92c03d387336aaff8540bab9f4762d9fb3f9694d0402dafb1cf09d56188bdcaca29343513b0b74d3c8d1684
 SHA512 
00e275c15e7daac4c3cf3cd85d8e0700e8ec504a02b68f46754a8f177c6a2cecbbc9b2b5701c85c94d0c06dfa9b51425b37decfa1f619ccb2c7351c0ce1643e7

diff --git a/dev-libs/template-glib/template-glib-3.32.0.ebuild 
b/dev-libs/template-glib/template-glib-3.32.0.ebuild
new file mode 100644
index 000..64aad1f834d
--- /dev/null
+++ b/dev-libs/template-glib/template-glib-3.32.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson xdg vala
+
+DESCRIPTION="Templating library for GLib"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/template-glib;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk-doc +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection:=
+" # depends on go-i unconditionally for own functionality, USE flag controls 
GIR/typelib generation
+DEPEND="${RDEPEND}"
+BDEPEND="
+   vala? ( $(vala_depend) )
+   dev-util/glib-utils
+   sys-devel/bison
+   sys-devel/flex
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gtk-doc? ( dev-util/gtk-doc )
+"
+
+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
+   $(meson_use introspection with_introspection)
+   $(meson_use vala with_vapi)
+   $(meson_use gtk-doc enable_gtk_doc)
+   )
+   meson_src_configure
+}



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

2019-03-30 Thread Mart Raudsepp
commit: e5a558227d3d467e34d5e32b0a384410d1e63d99
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 21:19:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 21:55:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a55822

dev-python/pygobject: remove old

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

 dev-python/pygobject/pygobject-3.28.3-r1.ebuild | 99 -
 1 file changed, 99 deletions(-)

diff --git a/dev-python/pygobject/pygobject-3.28.3-r1.ebuild 
b/dev-python/pygobject/pygobject-3.28.3-r1.ebuild
deleted file mode 100644
index 821b3393db0..000
--- a/dev-python/pygobject/pygobject-3.28.3-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
-
-inherit eutils gnome2 python-r1 virtualx
-
-DESCRIPTION="GLib's GObject library bindings for Python"
-HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject;
-
-LICENSE="LGPL-2.1+"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+cairo examples test"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   test? ( cairo )
-"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/gobject-introspection-1.46.0:=
-   virtual/libffi:=
-   cairo? (
-   >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
-   x11-libs/cairo )
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   cairo? ( x11-libs/cairo[glib] )
-   test? (
-   dev-libs/atk[introspection]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   media-fonts/font-cursor-misc
-   media-fonts/font-misc-misc
-   x11-libs/cairo[glib]
-   x11-libs/gdk-pixbuf:2[introspection,jpeg]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection]
-   python_targets_python2_7? ( 
dev-python/pyflakes[$(python_gen_usedep python2_7)] ) )
-"
-# autoconf-archive required by eautoreconf
-
-# We now disable introspection support in slot 2 per upstream recommendation
-# (see https://bugzilla.gnome.org/show_bug.cgi?id=642048#c9); however,
-# older versions of slot 2 installed their own site-packages/gi, and
-# slot 3 will collide with them.
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/

2019-03-30 Thread Michał Górny
commit: 51f314b0518f8035e50f0e21c673e1e6f535ef7e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 21:21:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 21:25:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f314b0

xfce-extra/xfce4-screenshooter: Bump to 1.9.5

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

 xfce-extra/xfce4-screenshooter/Manifest|  1 +
 .../xfce4-screenshooter-1.9.5.ebuild   | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/xfce-extra/xfce4-screenshooter/Manifest 
b/xfce-extra/xfce4-screenshooter/Manifest
index 012ab75c0f6..bd9154fb7b6 100644
--- a/xfce-extra/xfce4-screenshooter/Manifest
+++ b/xfce-extra/xfce4-screenshooter/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-screenshooter-1.9.3.tar.bz2 502188 BLAKE2B 
93b60422eb6cef23b4d1f29fca49370cead8f74c4ee27ea4abf2bb9b4fa006f1dd9e39ccc87c1d915a5e7cc902245caff4b7778b801436a1c25893f46e35f3fb
 SHA512 
ba59fdca3900143a50b3b858986b1152d4574d302d2e041a5287933427a67f64542ca691c130030937344433ea893a1f082086f9c02a9edccaeedbdc0a2a50a2
 DIST xfce4-screenshooter-1.9.4.tar.bz2 500260 BLAKE2B 
e9834e5fab730ee9f22aa18d3e5d68c32afab18a5b621f60c1511b1929fd00f552aa2b9a67f8408c83fced93fa4c28d0a6993081b5dcdd6004e8f61e1d283eff
 SHA512 
9f7240aafe8662cc8a8e105602ba26b31ea212ab4e74f55a4a3c80acf06f0316fe5376430c91a6a0b8e43e85763ca6df6a8af5f64c142c1ca3cce2f8ec3c31f9
+DIST xfce4-screenshooter-1.9.5.tar.bz2 502423 BLAKE2B 
b71dd5d016ff86ea5b654264dca129fd1b9316a0d0f2926a40556448c11a51992e4921c3ff9da952ac5e2962cf5baa18df8a110127cb68e89ee1b1cb2252bb7a
 SHA512 
e5797a6defa4df94c552e8ff39b21f4203b6795669e8145ea5ef609fc7b29bcfa846b19b253b39b12ab0e6c130c7f9e67dd5aa628cefe9b063fb9f74dd2c3ee1

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.5.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.5.ebuild
new file mode 100644
index 000..745c13b4646
--- /dev/null
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.5.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Xfce4 screenshooter application and panel plugin"
+HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16:=
+   >=net-libs/libsoup-2.26:=
+   >=x11-libs/gdk-pixbuf-2.16:=
+   >=x11-libs/gtk+-3.20:3=
+   dev-libs/libxml2:=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/libxfce4ui-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-apps/help2man
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   --enable-xfixes
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2019-03-30 Thread Matthew Thode
commit: c83a82109aac924c7c574e5dee27f1ac509a64a0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:51:31 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Mar 30 21:22:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83a8210

net-analyzer/icinga2: remove unused file

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 net-analyzer/icinga2/files/icinga2.initd-2 | 91 --
 1 file changed, 91 deletions(-)

diff --git a/net-analyzer/icinga2/files/icinga2.initd-2 
b/net-analyzer/icinga2/files/icinga2.initd-2
deleted file mode 100644
index b12716d4d44..000
--- a/net-analyzer/icinga2/files/icinga2.initd-2
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_started_commands="reload"
-
-# Set defaults, see /etc/conf.d/icinga2 to override
-: ${DAEMON:=/usr/sbin/icinga2}
-: ${ICINGA2_CONFIG_FILE:=/etc/icinga2/icinga2.conf}
-: ${ICINGA2_RUN_DIR:=/run/icinga2}
-: ${ICINGA2_STATE_DIR:=/var/cache/icinga2}
-: ${ICINGA2_PID_FILE:=${ICINGA2_RUN_DIR}/icinga2.pid}
-: ${ICINGA2_CMD_DIR:=${ICINGA2_RUN_DIR}/cmd}
-: ${ICINGA2_LOG_DIR:=/var/log/icinga2}
-: ${ICINGA2_ERROR_LOG:=/var/log/icinga2/error.log}
-: ${ICINGA2_STARTUP_LOG:=/var/log/icinga2/startup.log}
-: ${ICINGA2_LOG:=/var/log/icinga2/icinga2.log}
-: ${ICINGA2_CACHE_DIR:=/var/cache/icinga2}
-: ${ICINGA2_USER:=icinga}
-: ${ICINGA2_GROUP:=icingacmd}
-: ${ICINGA2_COMMAND_GROUP:=icingacmd}
-
-ICINGA2_DAEMON_ARGS="daemon -c $ICINGA2_CONFIG_FILE -e $ICINGA2_ERROR_LOG -d"
-
-depend() {
-need net
-}
-
-checkconfig() {
-if [ ! -e "$ICINGA2_CONFIG_FILE" ]; then
-   ewarn "Config file '$ICINGA2_CONFIG_FILE' does not exist."
-   eend 1
-fi
-
-ICINGA2_USER=$($DAEMON variable get --current RunAsUser)
-if [ $? != 0 ]; then
-eerror "Could not fetch RunAsUser variable: '$ICINGA2_USER'."
-return 1
-fi
-ICINGA2_GROUP=$($DAEMON variable get --current RunAsGroup)
-if [ $? != 0 ]; then
-eerror "Could not fetch RunAsGroup variable: '$ICINGA2_GROUP'."
-return 1
-fi
-
-checkpath -d -m 0750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_RUN_DIR
-checkpath -d -m 0750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_STATE_DIR
-checkpath -d -m 2750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_CMD_DIR
-
-if ! $DAEMON daemon -c $ICINGA2_CONFIG_FILE -C > $ICINGA2_STARTUP_LOG 
2>&1; then
-eerror "Icinga2 detected configuration errors. Check 
'$ICINGA2_STARTUP_LOG' for details."
-return 1
-fi
-}
-
-start() {
-checkconfig || return 1
-
-ebegin "Starting icinga2"
-start-stop-daemon --start --exec "${DAEMON}" \
---pidfile "${ICINGA2_PID_FILE}" \
--- $ICINGA2_DAEMON_ARGS > $ICINGA2_STARTUP_LOG 2>&1
-local retval=$?
-if [ $retval -ne 0 ]; then
-ewarn "Error starting icinga2. '$ICINGA2_STARTUP_LOG' for details."
-fi
-eend $retval
-}
-
-stop() {
-ebegin "Stopping icinga2"
-start-stop-daemon \
---stop \
---pidfile $ICINGA2_PID_FILE \
---retry "SIGTERM/15 SIGKILL/30" \
---progress
-eend $?
-}
-
-reload() {
-checkconfig || return 1
-
-ebegin "Reloading icinga2"
-start-stop-daemon --signal HUP --pidfile "$ICINGA2_PID_FILE"
-
-local retval=$?
-if [ $retval -ne 0 ]; then
-ewarn "Error reloading icinga2."
-fi
-eend $retval
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 588a79fdf708601c7f512ddbb52394c4cc425f95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:56:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:56:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588a79fd

dev-libs/libxml2: remove old

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

 dev-libs/libxml2/Manifest  |   1 -
 .../files/libxml2-2.9.8-CVE-2017-8872.patch|  65 --
 .../files/libxml2-2.9.8-CVE-2018-14404.patch   |  54 -
 .../files/libxml2-2.9.8-CVE-2018-14567.patch   |  50 -
 dev-libs/libxml2/libxml2-2.9.8-r1.ebuild   | 225 -
 dev-libs/libxml2/libxml2-2.9.8.ebuild  | 213 ---
 6 files changed, 608 deletions(-)

diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest
index 34ec74aa101..7c58d04e3ed 100644
--- a/dev-libs/libxml2/Manifest
+++ b/dev-libs/libxml2/Manifest
@@ -1,4 +1,3 @@
-DIST libxml2-2.9.8.tar.gz 5469097 BLAKE2B 
0b7836db46edebf6e7108c28da4bb7e3fb5ddc695aaa3e456ba51a66c0294a741d7b60eb4c31c7040443bbd54712c019424078bd533856a9650b39a703a926d5
 SHA512 
28903282c7672206effa1362fd564cbe4cf5be44264b083a7d14e383f73bccd1b81bcafb5f4f2f56f5e7e05914c660e27668c9ce91b1b9f256ef5358d55ba917
 DIST libxml2-2.9.9-patchset.tar.xz 16792 BLAKE2B 
f761b5cda41d57543dadf2cdd8915b69727a818f31badc1092903a9e4341b807852fed0887e9ec7a06a0c19c4a49f9afc2f3c048947f21a09006bb51ef8399ef
 SHA512 
c8c0ee6d0a2833e5664aa754f8ba63b9f0bbfda46510507d3a958c33ef55daba8cfb1ca73ebffeb44d411b5f4259fe6e11ef0204ad2deebd1708ebfb
 DIST libxml2-2.9.9.tar.gz 5476717 BLAKE2B 
00a67c38084f2effd5d68d7d3e68f0c96cf4f52eab6d8d9b96dc91f03a84baa132abeaf303a836ff9bbf04f832432a036077316c464398e433c9779d8519074b
 SHA512 
cb7784ba4e72e942614e12e4f83f4ceb275f3d738b30e3b5c1f25edf8e9fa6789e854685974eed95b362049dbf6c8e7357e0327d64c681ed390534ac154e6810
 DIST xmlts20080827.tar.gz 638940 BLAKE2B 
c5aab959c6e0698acd5b9be82b48a8ac26f4d01cc03f9acfff20d344f97f4711fc6d4a524ae70457147e8e30c72e27b6726829e1dd21896286aa974ed60774e7
 SHA512 
7325d0977c4427fc4944b291ccf896a665f654cc24399e5565c12a849c2bc3aef4fa3ee42a09ac115abcb6570c51a8fbd052c38d64d164279ecdecad5a4e884d

diff --git a/dev-libs/libxml2/files/libxml2-2.9.8-CVE-2017-8872.patch 
b/dev-libs/libxml2/files/libxml2-2.9.8-CVE-2017-8872.patch
deleted file mode 100644
index 6062f63df9e..000
--- a/dev-libs/libxml2/files/libxml2-2.9.8-CVE-2017-8872.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-https://bugs.gentoo.org/618110
-https://bugzilla.gnome.org/show_bug.cgi?id=775200
-https://gitlab.gnome.org/GNOME/libxml2/issues/26
-
-From 123234f2cfcd9e9b9f83047eee1dc17b4c3f4407 Mon Sep 17 00:00:00 2001
-From: Nick Wellnhofer 
-Date: Tue, 11 Sep 2018 14:52:07 +0200
-Subject: [PATCH] Free input buffer in xmlHaltParser
-
-This avoids miscalculation of available bytes.
-
-Thanks to Yunho Kim for the report.
-
-Closes: #26

- parser.c |  5 +
- result/errors/759573.xml.err | 17 +++--
- 2 files changed, 12 insertions(+), 10 deletions(-)
-
-diff --git a/parser.c b/parser.c
-index ca9fde2c8758..5813a6643e15 100644
 a/parser.c
-+++ b/parser.c
-@@ -12462,7 +12462,12 @@ xmlHaltParser(xmlParserCtxtPtr ctxt) {
-   ctxt->input->free((xmlChar *) ctxt->input->base);
-   ctxt->input->free = NULL;
-   }
-+if (ctxt->input->buf != NULL) {
-+xmlFreeParserInputBuffer(ctxt->input->buf);
-+ctxt->input->buf = NULL;
-+}
-   ctxt->input->cur = BAD_CAST"";
-+ctxt->input->length = 0;
-   ctxt->input->base = ctxt->input->cur;
- ctxt->input->end = ctxt->input->cur;
- }
-diff --git a/result/errors/759573.xml.err b/result/errors/759573.xml.err
-index 554039f65b91..38ef5c40b8e3 100644
 a/result/errors/759573.xml.err
-+++ b/result/errors/759573.xml.err
-@@ -21,14 +21,11 @@ Entity: line 1:
- ^
- ./test/errors/759573.xml:1: parser error : internal error: 
xmlParseInternalSubset: error detected in Markup declaration
- 
--
-Date: Mon, 30 Jul 2018 12:54:38 +0200
-Subject: [PATCH] Fix nullptr deref with XPath logic ops
-
-If the XPath stack is corrupted, for example by a misbehaving extension
-function, the "and" and "or" XPath operators could dereference NULL
-pointers. Check that the XPath stack isn't empty and optimize the
-logic operators slightly.
-
-Closes: https://gitlab.gnome.org/GNOME/libxml2/issues/5
-
-Also see
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901817
-https://bugzilla.redhat.com/show_bug.cgi?id=1595985
-
-This is CVE-2018-14404.
-
-Thanks to Guy Inbar for the report.

- xpath.c | 10 --
- 1 file changed, 4 insertions(+), 6 deletions(-)
-
-diff --git a/xpath.c b/xpath.c
-index 3fae0bf4e0a0..5e3bb9ff6401 100644
 a/xpath.c
-+++ b/xpath.c
-@@ -13234,9 +13234,8 @@ xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, 

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

2019-03-30 Thread Mart Raudsepp
commit: 4770b87da10e10445decf11facef212cf0069cc3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:53:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:53:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4770b87d

dev-libs/libsigc++: remove old

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

 dev-libs/libsigc++/Manifest|  1 -
 ...igc++-2.10.0-make-disable-benchmarks-work.patch | 18 ---
 dev-libs/libsigc++/libsigc++-2.10.0.ebuild | 57 --
 3 files changed, 76 deletions(-)

diff --git a/dev-libs/libsigc++/Manifest b/dev-libs/libsigc++/Manifest
index 023cf505a27..13b5024fdd1 100644
--- a/dev-libs/libsigc++/Manifest
+++ b/dev-libs/libsigc++/Manifest
@@ -1,3 +1,2 @@
 DIST libsigc++-1.2.7.tar.bz2 326205 BLAKE2B 
b316460178224c0b8177ce9a236c69a8b737bf7356b290b59eaeb60b09285c61d113bfc7de89bd712c3c049a492f5cc36d205ac77816aff73e587e8a42ade520
 SHA512 
79fd9657219459bce64fc069dbcb054959e324b5d546b5f11acaae5e5bedcc4dca699a21c949e3f6b2ec0dbe1c3dba3981158e5950d0aaba5028445b2ad5740f
-DIST libsigc++-2.10.0.tar.xz 3794612 BLAKE2B 
205cd8cedbe25d04108df888c392fe6a14829826cf1b6b7604a03f357788dfa83a5ba213d6365c48965dd16fcd7b545c9e76d4e4d10971cc1c9ccb172ec0400f
 SHA512 
5b96df21d6bd6ba41520c7219e77695a86aabc60b7259262c7a9f4b8475ce0e2fd8dc37bcf7c17e24e818ff28c262d682b964c83e215b51bdbe000f3f58794ae
 DIST libsigc++-2.10.1.tar.xz 4062388 BLAKE2B 
3bd988acae78b7d463c966fa5c8da68b35d8a0b0bf4762811b7a9fdf82357b29aaa48d64e19f4cb6bd0f42ee70ad77a64a4905d1ad609dbe11ca8ff7596527c6
 SHA512 
e2bd7b1a97019be010dee1594271bbf7cae92b28e31dcb3c6d7d60643a0996233f0a75a9337b4afcb5b7dc453bfc3159d82f6daacfbcd8993a39ccecaf811bb2

diff --git 
a/dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch 
b/dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch
deleted file mode 100644
index 2c9a62a6b06..000
--- 
a/dev-libs/libsigc++/files/libsigc++-2.10.0-make-disable-benchmarks-work.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/configure
-+++ b/configure
-@@ -1480,6 +1480,7 @@
-   --enable-benchmark=yes|no
- 
- 
-+
- Optional Packages:
-   --with-PACKAGE[=ARG]use PACKAGE [ARG=yes]
-   --without-PACKAGE   do not use PACKAGE (same as --with-PACKAGE=no)
-@@ -17799,8 +17800,7 @@
- 
- # Check whether --enable-benchmark was given.
- if test "${enable_benchmark+set}" = set; then :
--  enableval=$enable_benchmark; enable_benchmark=yes
--
-+  enableval=$enable_benchmark;
- fi

diff --git a/dev-libs/libsigc++/libsigc++-2.10.0.ebuild 
b/dev-libs/libsigc++/libsigc++-2.10.0.ebuild
deleted file mode 100644
index 82c255add4f..000
--- a/dev-libs/libsigc++/libsigc++-2.10.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2 flag-o-matic multilib-minimal
-
-DESCRIPTION="Typesafe callback system for standard C++"
-HOMEPAGE="http://libsigc.sourceforge.net/;
-
-LICENSE="LGPL-2.1+"
-SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc static-libs test"
-
-RDEPEND=""
-DEPEND="sys-devel/m4
-   doc? ( app-doc/doxygen )
-   test? ( dev-libs/boost[${MULTILIB_USEDEP}] )"
-# Needs mm-common for eautoreconf
-
-src_prepare() {
-   # properly interpret --{enable,disable}-benchmark configure option (bug 
599764)
-   eapply "${FILESDIR}"/${P}-make-disable-benchmarks-work.patch
-
-   # don't waste time building examples
-   sed -i 's|^\(SUBDIRS =.*\)examples\(.*\)$|\1\2|' \
-   Makefile.am Makefile.in || die "sed examples failed"
-
-   # don't waste time building tests unless USE=test
-   if ! use test ; then
-   sed -i 's|^\(SUBDIRS =.*\)tests\(.*\)$|\1\2|' \
-   Makefile.am Makefile.in || die "sed tests failed"
-   fi
-
-   gnome2_src_prepare
-}
-
-multilib_src_configure() {
-   filter-flags -fno-exceptions #84263
-
-   ECONF_SOURCE="${S}" gnome2_src_configure \
-   $(multilib_native_use_enable doc documentation) \
-   $(use_enable static-libs static) \
-   $(use_enable test benchmark)
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   # Note: html docs are installed into /usr/share/doc/libsigc++-2.0
-   # We can't use /usr/share/doc/${PF} because of links from glibmm etc. 
docs
-   use doc && dodoc -r examples
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 891bf3eaf8f1e1a34eb869ecc012e869eae26b29
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:36:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:37:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891bf3ea

dev-libs/libgweather: bump to 3.32.1

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

 dev-libs/libgweather/Manifest  |   1 +
 .../libgweather/files/3.32.1-meson-tweaks.patch| 109 +
 dev-libs/libgweather/libgweather-3.32.1.ebuild |  68 +
 3 files changed, 178 insertions(+)

diff --git a/dev-libs/libgweather/Manifest b/dev-libs/libgweather/Manifest
index 7a87154a71b..e8ec36a1a77 100644
--- a/dev-libs/libgweather/Manifest
+++ b/dev-libs/libgweather/Manifest
@@ -1,3 +1,4 @@
 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

diff --git a/dev-libs/libgweather/files/3.32.1-meson-tweaks.patch 
b/dev-libs/libgweather/files/3.32.1-meson-tweaks.patch
new file mode 100644
index 000..9d1bdc017c2
--- /dev/null
+++ b/dev-libs/libgweather/files/3.32.1-meson-tweaks.patch
@@ -0,0 +1,109 @@
+From ad9fa6e469c4eba423b0f7bd5fbd7a76f6165ffe 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 6688807..6776839 100644
+--- a/libgweather/meson.build
 b/libgweather/meson.build
+@@ -66,6 +66,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,
+@@ -83,13 +92,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],
+@@ -98,11 +100,13 @@ if enable_vala
+ install: true
+   )
+ endif
++endif
+ 
+ test_cargs = ['-DTEST_SRCDIR="@0@/"'.format(meson.current_source_dir()),
+   '-DSCHEMASDIR="@0@/schemas"'.format(meson.source_root()),
+   '-DSCHEMAS_BUILDDIR="@0@/schemas"'.format(meson.build_root())]
+ 
++if false
+ executable('test_locations',
+   ['test_locations.c'],
+   c_args: test_cargs,
+@@ -113,6 +117,7 @@ executable('test_locations_utc',
+   c_args: test_cargs,
+   dependencies: libgweather_dep,
+   install: false)
++endif
+ 
+ exe = executable('test_libgweather',
+   ['test_libgweather.c'],
+@@ -121,6 +126,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: test_cargs,
+@@ -131,3 +137,4 @@ executable('test_sun_moon',
+   c_args: test_cargs,
+   dependencies: libgweather_dep,
+   install: false)
++endif
+diff --git a/meson.build b/meson.build
+index 54a5063..96e5d27 100644
+--- a/meson.build
 b/meson.build
+@@ -112,6 +112,10 @@ else
+   enable_vala = enable_vala != 'false'
+ endif
+ 
++if enable_vala and not 

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

2019-03-30 Thread Mart Raudsepp
commit: b46d4178f1b79a244214d2e94f0155f3ba1fc849
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:02:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:37:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46d4178

dev-util/gdbus-codegen: remove old

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

 dev-util/gdbus-codegen/Manifest|  1 -
 dev-util/gdbus-codegen/gdbus-codegen-2.58.2.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index a00178fbbca..a238c88aea2 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -1,3 +1,2 @@
 DIST glib-2.56.4.tar.xz 7029768 BLAKE2B 
21cf840128e468151eeac55f0323f8f643973422b70bb65655e24c0a6b2f7ee72d5ae879bfae73df84fa2281fc425cc98328597910ba8fd99d7a52024e1b3ab6
 SHA512 
280a46c2af13283a08c15ff0b4f5492659c2884521930600ad45310ed181c44a878ad8f9b36bae68ed6e7d92db6f1630f7bf015148c513dc317d25807f13abb0
-DIST glib-2.58.2.tar.xz 4862612 BLAKE2B 
e94d3dfc5d4b6d100c2425fda34c90fdf643fdb71b8bd65df691e34d11bfaf79fdc4c844eb215df24b0f680991fb0d0c08c3bb3dea61f5157ccd8bec200e2059
 SHA512 
4017ae308f2ef6313abbff2eb9b21ec6f8fa38935007491ca0cb4d1ffac6fedab6f50e911ac088995d6212323ba1767399f18529a2620d60378ecade193b4b1a
 DIST glib-2.58.3.tar.xz 4863648 BLAKE2B 
4269bd6e80869f39d567917438f750561debb1b45d40ecea487d2e76e2468e07dc8d80a23678699f7b8f7778c2ed9d29e866ae5e33770f51ed00709dd5fe97eb
 SHA512 
1e1cb5b607367dcbadb95563d463e81702cf396b28f1173f6d933707f4f3d5595a70225423e918807a05994a24f16fa3ac87d2ec67e4b670244ea99836634cce

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



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

2019-03-30 Thread Mart Raudsepp
commit: b3f3032316a7a29518a6eaa362e652f9d1231362
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 19:55:34 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:36:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f30323

dev-lang/vala: remove old

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

 dev-lang/vala/Manifest|  3 ---
 dev-lang/vala/vala-0.36.17.ebuild | 37 ---
 dev-lang/vala/vala-0.40.13.ebuild | 53 ---
 dev-lang/vala/vala-0.42.5.ebuild  | 53 ---
 4 files changed, 146 deletions(-)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index 96bddc3c722..8a97c3e4e18 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -1,9 +1,6 @@
 DIST vala-0.32.1.tar.xz 2759528 BLAKE2B 
cce23844ee5769216ef5cccb20476f4bdd2cb809a226236dd8a6bd533bb8ceb5b87add1d4d1c9eec60e0a94e64cafafcd1f46b2b2ae12fc951515fe8571e2195
 SHA512 
d59db1bd9132f93f187c30ccabff9d21fe8685293a6494e5b009d883de4f844cc4b8dc5d3b6eb4e026a93490f2e4ff7ba83ff22a093c6f8f85e68d83f5fe1bb0
 DIST vala-0.34.16.tar.xz 2795676 BLAKE2B 
64428099c209e13a6aad09233af650f412efa191ff4873fae1dbfb9bcc252e13d4e152733c9f199cd23323872fd912807a685980f651c1f784bfaffae7bf4162
 SHA512 
6411d55524a6c717c2eaf5cc1231ac931400e3f66d151a8b8856910258eb5bd7affe3a90946de34feb51aabfafce721b8d57f61e0475095b275d20b73cc4bbec
 DIST vala-0.36.15.tar.xz 2880300 BLAKE2B 
ea83bde6396f3be1c96038d63ae30b18fa070a6f7a06b75569bfed9d7792c898201a1f24d000f5b6415bb890cf975758341a97f22db74da02fcbeb3f283e546f
 SHA512 
1c8f32b2dd4248737a5a27f00f42d8bab2fe0a0790a7df5c426f4e3e1d0919ed0f6f6fd905be758ed477ba840e18f608e67811389c811ba65710094abe61
-DIST vala-0.36.17.tar.xz 2898524 BLAKE2B 
4a5a373bacd4e4a392350c7819e0498054e38f50dce89658412d7aeb5642892ef9f32a7689ebd45f53c41f064e0b6d2f52fb441be67a1dd48e67311a1e764637
 SHA512 
93d4fa600cd0ef62b71ed056b837f2c0a42c3aba25b021b2bbd2045428550307727827b250dae546926ea3fe2e33a5ac80c9b24b5100f02550ec584dd5da5e92
 DIST vala-0.36.18.tar.xz 2905668 BLAKE2B 
ed7f8a38e99fd75945071cf54190631b0ccddbb682da9790bb07b4d334063679bfb002bcf6e5c6c1807ca2b1c4e80659441779c113a7b05f9b4ff291f5ada201
 SHA512 
69d76fddee8e52e54dc8a3dbe1c0ffc5aeaede096f52614c3a7e18d28ec7a6a31aa617719a4d27a7a15867cd740888f5b381cd612d8fc010f1ea9fd9389d0655
-DIST vala-0.40.13.tar.xz 3394588 BLAKE2B 
cb3055b859b220f999bc5b4533251a069e9c10690963bc92b087b0ab351f0d78eb8f5992b747cc345d9d2a3dba69c68d130bca20604036c2c62e380442675e8b
 SHA512 
0590224ec5128f6939b66109b6bcf7f764af3ece28f9bce9a5d715f53defbc8746d5d20599039b067848da2f38fdae7a057427be1ea9ef0fe09e0ce45db091d0
 DIST vala-0.40.14.tar.xz 3398668 BLAKE2B 
6df1e47439000e1a49dda4d58651b7039737a2648563fc4e09d679bf63d968d9dafcc9ab5e371ca450bab70163f9fb1fb30ffa75451940f9a1518d7fb3a5ebf1
 SHA512 
0387bbcf35055f2b4a8f790370847bcc12a92d7969d9ed583b0630be8b637a9e28895508da9cdfab8baf97ad5fdc9249bf82e31e6c1ee19d0026f5061c027db8
-DIST vala-0.42.5.tar.xz 3350460 BLAKE2B 
790c9f9e9e656ce96226f1ac6a0d090033ecf1943d024da0c9ee174bf65f76a14721819c6c2263c5b094f16cf112cc96400ee42c9a7fdc0f2ad6fc01feb7
 SHA512 
1862307eab505e500326f84e267648f084926629f6b45b9abb6a90a20a7aa6dd2fc305962b9028c5ca7becb574573cca43fbecd9294b782d9942e71639a32aa9
 DIST vala-0.42.6.tar.xz 3354840 BLAKE2B 
0cc5c91967cbadda8c12143d4de6ebffa60c7031bc314338e7ca1e036866b460bf78e28b7f7737bee8243198ffa655c99b3e743d639c5d2b5ed93f210fc692bc
 SHA512 
664fa303d6b2b037254bc6e19d79b789f5c38fb7b1fcb73f37512dc97bc01c8ddbb23563093e271c562a9fb49c96fcc9019889a57a95a4e8e162c8619f2f

diff --git a/dev-lang/vala/vala-0.36.17.ebuild 
b/dev-lang/vala/vala-0.36.17.ebuild
deleted file mode 100644
index 4d1cbf2216f..000
--- a/dev-lang/vala/vala-0.36.17.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0.36"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/vala-common-${PV}
-"
-DEPEND="${RDEPEND}
-   !${CATEGORY}/${PN}:0
-   dev-libs/libxslt
-   sys-devel/flex
-   virtual/pkgconfig
-   virtual/yacc
-   test? (
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.26:2
-   dev-libs/gobject-introspection )
-"
-
-src_configure() {
-   # weasyprint enables generation of PDF from HTML
-   gnome2_src_configure \
-   --disable-unversioned \
-   VALAC=: \
-   WEASYPRINT=:
-}

diff --git a/dev-lang/vala/vala-0.40.13.ebuild 
b/dev-lang/vala/vala-0.40.13.ebuild
deleted file mode 100644
index 

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

2019-03-30 Thread Mart Raudsepp
commit: 7ff0f4b21536eabcf8ba0614b7166766cbd17ee1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:02:07 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:37:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff0f4b2

dev-util/glib-utils: remove old

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

 dev-util/glib-utils/Manifest |  1 -
 dev-util/glib-utils/glib-utils-2.58.2.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
index a00178fbbca..a238c88aea2 100644
--- a/dev-util/glib-utils/Manifest
+++ b/dev-util/glib-utils/Manifest
@@ -1,3 +1,2 @@
 DIST glib-2.56.4.tar.xz 7029768 BLAKE2B 
21cf840128e468151eeac55f0323f8f643973422b70bb65655e24c0a6b2f7ee72d5ae879bfae73df84fa2281fc425cc98328597910ba8fd99d7a52024e1b3ab6
 SHA512 
280a46c2af13283a08c15ff0b4f5492659c2884521930600ad45310ed181c44a878ad8f9b36bae68ed6e7d92db6f1630f7bf015148c513dc317d25807f13abb0
-DIST glib-2.58.2.tar.xz 4862612 BLAKE2B 
e94d3dfc5d4b6d100c2425fda34c90fdf643fdb71b8bd65df691e34d11bfaf79fdc4c844eb215df24b0f680991fb0d0c08c3bb3dea61f5157ccd8bec200e2059
 SHA512 
4017ae308f2ef6313abbff2eb9b21ec6f8fa38935007491ca0cb4d1ffac6fedab6f50e911ac088995d6212323ba1767399f18529a2620d60378ecade193b4b1a
 DIST glib-2.58.3.tar.xz 4863648 BLAKE2B 
4269bd6e80869f39d567917438f750561debb1b45d40ecea487d2e76e2468e07dc8d80a23678699f7b8f7778c2ed9d29e866ae5e33770f51ed00709dd5fe97eb
 SHA512 
1e1cb5b607367dcbadb95563d463e81702cf396b28f1173f6d933707f4f3d5595a70225423e918807a05994a24f16fa3ac87d2ec67e4b670244ea99836634cce

diff --git a/dev-util/glib-utils/glib-utils-2.58.2.ebuild 
b/dev-util/glib-utils/glib-utils-2.58.2.ebuild
deleted file mode 100644
index f6a840920a6..000
--- a/dev-util/glib-utils/glib-utils-2.58.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6,3_7} )
-GNOME_ORG_MODULE="glib"
-
-inherit gnome.org python-single-r1
-
-DESCRIPTION="Build utilities for GLib using projects"
-HOMEPAGE="https://www.gtk.org/;
-
-LICENSE="LGPL-2.1+"
-SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-
-RDEPEND="${PYTHON_DEPS}
-   !http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
-   "${1}" || die "manpage generation failed"
-}
-
-src_compile() {
-   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
-   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-mkenums.in > gobject/glib-mkenums || die
-   sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" 
glib/gtester-report.in > glib/gtester-report || die
-   do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml 
docs/reference/gobject/glib-genmarshal.1
-   do_xsltproc_command docs/reference/gobject/glib-mkenums.xml 
docs/reference/gobject/glib-mkenums.1
-   do_xsltproc_command docs/reference/glib/gtester-report.xml 
docs/reference/glib/gtester-report.1
-}
-
-src_install() {
-   python_fix_shebang gobject/glib-genmarshal
-   python_fix_shebang gobject/glib-mkenums
-   python_fix_shebang glib/gtester-report
-   exeinto /usr/bin
-   doexe gobject/glib-genmarshal
-   doexe gobject/glib-mkenums
-   doexe glib/gtester-report
-   doman docs/reference/gobject/glib-genmarshal.1
-   doman docs/reference/gobject/glib-mkenums.1
-   doman docs/reference/glib/gtester-report.1
-}



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

2019-03-30 Thread Mart Raudsepp
commit: 25392f35b08f67c3cbd2010b28c6b5576d88cce5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:01:25 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:36:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25392f35

dev-libs/glib: remove old

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

 dev-libs/glib/Manifest   |   1 -
 dev-libs/glib/glib-2.58.2.ebuild | 313 ---
 2 files changed, 314 deletions(-)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index 8bef3f8d337..9f539cd8493 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,4 +1,3 @@
 DIST glib-2.56.4.tar.xz 7029768 BLAKE2B 
21cf840128e468151eeac55f0323f8f643973422b70bb65655e24c0a6b2f7ee72d5ae879bfae73df84fa2281fc425cc98328597910ba8fd99d7a52024e1b3ab6
 SHA512 
280a46c2af13283a08c15ff0b4f5492659c2884521930600ad45310ed181c44a878ad8f9b36bae68ed6e7d92db6f1630f7bf015148c513dc317d25807f13abb0
-DIST glib-2.58.2.tar.xz 4862612 BLAKE2B 
e94d3dfc5d4b6d100c2425fda34c90fdf643fdb71b8bd65df691e34d11bfaf79fdc4c844eb215df24b0f680991fb0d0c08c3bb3dea61f5157ccd8bec200e2059
 SHA512 
4017ae308f2ef6313abbff2eb9b21ec6f8fa38935007491ca0cb4d1ffac6fedab6f50e911ac088995d6212323ba1767399f18529a2620d60378ecade193b4b1a
 DIST glib-2.58.3.tar.xz 4863648 BLAKE2B 
4269bd6e80869f39d567917438f750561debb1b45d40ecea487d2e76e2468e07dc8d80a23678699f7b8f7778c2ed9d29e866ae5e33770f51ed00709dd5fe97eb
 SHA512 
1e1cb5b607367dcbadb95563d463e81702cf396b28f1173f6d933707f4f3d5595a70225423e918807a05994a24f16fa3ac87d2ec67e4b670244ea99836634cce
 DIST pkg-config-0.28.tar.gz 1931203 BLAKE2B 
bafdd4e838623965c6bd454421ddd9051fc43fc29948e1615b49fef463c3c3a18807aabe6416f96cfdf58d6b1c9e114d77f97bd985facee7c14284a8a64a768b
 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320

diff --git a/dev-libs/glib/glib-2.58.2.ebuild b/dev-libs/glib/glib-2.58.2.ebuild
deleted file mode 100644
index e8e80b9e3e4..000
--- a/dev-libs/glib/glib-2.58.2.ebuild
+++ /dev/null
@@ -1,313 +0,0 @@
-# Copyright 1999-2018 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} )
-GNOME2_EAUTORECONF=yes
-
-inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool 
linux-info \
-   multilib multilib-minimal pax-utils python-any-r1 toolchain-funcs 
virtualx
-
-# Until bug #537330 glib is a reverse dependency of pkgconfig and, then
-# adding new dependencies end up making stage3 to grow. Every addition needs
-# then to be think very closely.
-
-DESCRIPTION="The GLib library of C routines"
-HOMEPAGE="https://www.gtk.org/;
-SRC_URI="${SRC_URI}
-   https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz; # 
pkg.m4 for eautoreconf
-
-LICENSE="LGPL-2.1+"
-SLOT="2"
-IUSE="dbus debug fam gtk-doc kernel_linux +mime selinux static-libs systemtap 
test utils xattr"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-
-# Added util-linux multilib dependency to have libmount support (which
-# is always turned on on linux systems, unless explicitly disabled, but
-# this ebuild does not do that anyway) (bug #599586)
-
-RDEPEND="
-   !=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
-   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
-   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
-   xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] )
-   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
-   utils? (
-   >=dev-util/gdbus-codegen-${PV}
-   virtual/libelf:0=
-   )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   >=dev-libs/libxslt-1.0
-   >=sys-devel/gettext-0.11
-   gtk-doc? ( >=dev-util/gtk-doc-1.20 )
-   systemtap? ( >=dev-util/systemtap-1.3 )
-   ${PYTHON_DEPS}
-   test? (
-   sys-devel/gdb
-   >=dev-util/gdbus-codegen-${PV}
-   >=sys-apps/dbus-1.2.14 )
-"
-# configure.ac has gtk-doc-am stuff behind m4_ifdef, so we don't need a 
gtk-doc-am build dep
-
-# Migration of glib-genmarshal, glib-mkenums and gtester-report to a separate
-# python depending package, which can be buildtime depended in packages that
-# need these tools, without pulling in python at runtime.
-RDEPEND="${RDEPEND}
-   >=dev-util/glib-utils-${PV}"
-PDEPEND="
-   dbus? ( gnome-base/dconf )
-   mime? ( x11-misc/shared-mime-info )
-"
-# shared-mime-info needed 

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

2019-03-30 Thread Mart Raudsepp
commit: 2c3d58d29074533b2f2da4d857c90c568da61ad7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 19:56:28 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:36:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3d58d2

dev-libs/btparser: remove old

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

 dev-libs/btparser/Manifest |  2 --
 dev-libs/btparser/btparser-0.24.ebuild | 37 --
 dev-libs/btparser/btparser-0.25.ebuild | 41 --
 3 files changed, 80 deletions(-)

diff --git a/dev-libs/btparser/Manifest b/dev-libs/btparser/Manifest
index 6a7bf86a918..e5fd63b2801 100644
--- a/dev-libs/btparser/Manifest
+++ b/dev-libs/btparser/Manifest
@@ -1,3 +1 @@
-DIST btparser-0.24.tar.xz 353700 BLAKE2B 
b025dd9701505d5791350ea1b5125ff5ae1ac2185271811eb9fb8f5ad2acca2b5c8999d913a4f6b8f4999fd395e767a6040d4e37b4f6098cc6abd47e388ee4a8
 SHA512 
3aee4a8cbc8cda7017cc7203b670ba30443b5f302d728ecb7ce06a9569367543669c9c02d10a71b2bbf0bbc65cb927c0e25a53a422fc3be5e4a2ee51e5495198
-DIST btparser-0.25.tar.xz 355736 BLAKE2B 
8793739a832e6361a06ef7506296ac12f1dc9e06943345b1440d0b95cf72d4fde4d573f125c384c327c64df6ba0446f8ff6598a8cf6abc8c6ba08df5ea3efd25
 SHA512 
fc3f1f440fdf19eba8d698bdde9b1f197cbf663b7f8a53dea98c9fa6ffe4cd23a12b8d46d211fcff30dd4adbd3998723f7a2afb19c6c5d73da34156bc7877b56
 DIST btparser-0.26.tar.gz 564940 BLAKE2B 
979b530764d0ebb413c670c44aeb05bc3ac6dfbce54d35ff62ca851aa671a58aa223972ad3a6880e0d8f2e9c849ff60ee3adbc35cfae0f996aa085e771383375
 SHA512 
c5520f0aae3217482b97eac7c9cc5ae9be596df936ce958d84cb8e46a67c4b97a9184f9cd4bcab185d35c64f5ea98acd6cfb6f98512b9fa492a3aa9931d6668c

diff --git a/dev-libs/btparser/btparser-0.24.ebuild 
b/dev-libs/btparser/btparser-0.24.ebuild
deleted file mode 100644
index 0a4b57a12de..000
--- a/dev-libs/btparser/btparser-0.24.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="Parser and analyzer for backtraces produced by gdb"
-HOMEPAGE="https://fedorahosted.org/btparser/;
-SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0/2"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.21:2"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils"
-
-src_configure() {
-   export PYTHON_CFLAGS=$(python_get_CFLAGS)
-   export PYTHON_LIBS=$(python_get_LIBS)
-
-   econf \
-   $(use_enable static-libs static) \
-   --disable-maintainer-mode
-}
-
-src_install() {
-   default
-   prune_libtool_files --modules
-}

diff --git a/dev-libs/btparser/btparser-0.25.ebuild 
b/dev-libs/btparser/btparser-0.25.ebuild
deleted file mode 100644
index 63dba67842c..000
--- a/dev-libs/btparser/btparser-0.25.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools gnome2 python-single-r1
-
-DESCRIPTION="Parser and analyzer for backtraces produced by gdb"
-HOMEPAGE="https://fedorahosted.org/btparser/;
-SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0/2"
-KEYWORDS="amd64 x86"
-
-IUSE="static-libs"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.21:2
-"
-DEPEND="${RDEPEND}"
-
-# Incomplete tarball for tests
-RESTRICT="test"
-
-src_prepare() {
-   eautoreconf # to prevent maintainer mode
-   gnome2_src_prepare
-}
-
-src_configure() {
-   export PYTHON_CFLAGS=$(python_get_CFLAGS)
-   export PYTHON_LIBS=$(python_get_LIBS)
-
-   gnome2_src_configure \
-   $(use_enable static-libs static)
-}



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

2019-03-30 Thread Mart Raudsepp
commit: d084a758303d0cc6092a098148135c91962e7240
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 20:04:59 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 20:37:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d084a758

dev-libs/jsonrpc-glib: remove old

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

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

diff --git a/dev-libs/jsonrpc-glib/Manifest b/dev-libs/jsonrpc-glib/Manifest
index e503cc1c07d..c58fc4e5e2b 100644
--- a/dev-libs/jsonrpc-glib/Manifest
+++ b/dev-libs/jsonrpc-glib/Manifest
@@ -1,2 +1 @@
-DIST jsonrpc-glib-3.28.1.tar.xz 40328 BLAKE2B 
36b512e27c46836fc8285bf4d6a6f8e39bdd748a09475af151d9a07f05e92dafe269d7675f8ff0253b21485405776d9348b38b067d73f75d6bdc3203fb876ea1
 SHA512 
874791c898d8fd6f8c6401b8ae219dc08e34e207ba214add1f14bb28b407581dc372487398d276395ddbe2f349d5b04f2ffb78fc73398d85975df40d3409f352
 DIST jsonrpc-glib-3.30.1.tar.xz 41516 BLAKE2B 
c0b73c06682fd0a1bca2fb000d7909460c496e73364c24905e1a4c88cce64252ac024825ab89650ee0b3b5de1cd1686fc7a231ffb5b0bb7e1c66262eafce026f
 SHA512 
f1ae34faf9b3902b45b01bfafc87fd8d30051bbb11cf247cf8af9dc2bae8b2f3c93564a17a9f047dbb61240662a0ffbc2c2b764f8e254305c7aee1b32fd8a86b

diff --git a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild 
b/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild
deleted file mode 100644
index e7924319fe5..000
--- a/dev-libs/jsonrpc-glib/jsonrpc-glib-3.28.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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: dev-ruby/coderay/

2019-03-30 Thread Mikle Kolyada
commit: 0eb7131aa9968e8695611b42298114415377c725
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:47:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:50:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb7131a

dev-ruby/coderay: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/coderay/coderay-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/coderay/coderay-1.1.2.ebuild 
b/dev-ruby/coderay/coderay-1.1.2.ebuild
index 5e141439e49..4386f504816 100644
--- a/dev-ruby/coderay/coderay-1.1.2.ebuild
+++ b/dev-ruby/coderay/coderay-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/rubychan/coderay/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Redcloth is an optional but automagically tested dependency. This



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

2019-03-30 Thread Mikle Kolyada
commit: 58dc890c64d6fb6e72c1c05c8470189166dbe669
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:49:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:50:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dc890c

virtual/ruby-ssl: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 virtual/ruby-ssl/ruby-ssl-10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild 
b/virtual/ruby-ssl/ruby-ssl-10.ebuild
index f9164d3c335..ba9754e26a6 100644
--- a/virtual/ruby-ssl/ruby-ssl-10.ebuild
+++ b/virtual/ruby-ssl/ruby-ssl-10.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 ruby-ng
 
 DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/thread_order/

2019-03-30 Thread Mikle Kolyada
commit: fb69baee471006a4c2fc919677152da635ec9901
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:46:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:50:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb69baee

dev-ruby/thread_order: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/thread_order/thread_order-1.1.0.ebuild | 4 ++--
 dev-ruby/thread_order/thread_order-1.1.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/thread_order/thread_order-1.1.0.ebuild 
b/dev-ruby/thread_order/thread_order-1.1.0.ebuild
index 627c46712f9..5575df3e810 100644
--- a/dev-ruby/thread_order/thread_order-1.1.0.ebuild
+++ b/dev-ruby/thread_order/thread_order-1.1.0.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=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/JoshCheek/thread_order;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {

diff --git a/dev-ruby/thread_order/thread_order-1.1.1.ebuild 
b/dev-ruby/thread_order/thread_order-1.1.1.ebuild
index e0fedff8f6d..17871b1811f 100644
--- a/dev-ruby/thread_order/thread_order-1.1.1.ebuild
+++ b/dev-ruby/thread_order/thread_order-1.1.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/JoshCheek/thread_order;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogiri/

2019-03-30 Thread Mikle Kolyada
commit: 1e8dd25213610b9830fac93604210bbbf431feb6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:49:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:50:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8dd252

dev-ruby/nokogiri: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/nokogiri/nokogiri-1.8.1.ebuild | 4 ++--
 dev-ruby/nokogiri/nokogiri-1.8.4.ebuild | 4 ++--
 dev-ruby/nokogiri/nokogiri-1.9.1.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild
index 9b8b65cf490..815029d28e4 100644
--- a/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.8.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
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 

diff --git a/dev-ruby/nokogiri/nokogiri-1.8.4.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.8.4.ebuild
index 469b051ba01..15ad285dc41 100644
--- a/dev-ruby/nokogiri/nokogiri-1.8.4.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.8.4.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
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 

diff --git a/dev-ruby/nokogiri/nokogiri-1.9.1.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.9.1.ebuild
index c94e4fe9159..4e24138c537 100644
--- a/dev-ruby/nokogiri/nokogiri-1.9.1.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2019-03-30 Thread Andreas Sturmlechner
commit: f2e7ad81a9b1d52c44245282ec996dab3b2ed976
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 16:02:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7ad81

mail-client/kube: EAPI-7 bump

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

 mail-client/kube/kube-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/kube/kube-0.7.0.ebuild 
b/mail-client/kube/kube-0.7.0.ebuild
index f1a92d59b07..75753f8bb2f 100644
--- a/mail-client/kube/kube-0.7.0.ebuild
+++ b/mail-client/kube/kube-0.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 KDE_TEST="forceoptional-recursive"
 inherit kde5



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kjots/

2019-03-30 Thread Andreas Sturmlechner
commit: 0c2042201fd18b1a6c6ab7d7c9ee4dceb25e090b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 15:55:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c204220

kde-apps/kjots: EAPI-7 bump

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

 kde-apps/kjots/kjots-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kjots/kjots-5.0.2.ebuild 
b/kde-apps/kjots/kjots-5.0.2.ebuild
index e0e37d4e7a2..a9ba685c71f 100644
--- a/kde-apps/kjots/kjots-5.0.2.ebuild
+++ b/kde-apps/kjots/kjots-5.0.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kolor-manager/

2019-03-30 Thread Andreas Sturmlechner
commit: bec6d68e365a778757f5ee01f8d000c09e893678
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 16:08:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec6d68e

kde-misc/kolor-manager: EAPI-7 bump

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

 kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild 
b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
index 35c93ed7f0b..10eb9bfd90e 100644
--- a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
+++ b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 



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

2019-03-30 Thread Andreas Sturmlechner
commit: 3a62c7dc94ad8bbec50e3de03eb80d5ce841b464
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 16:11:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a62c7dc

media-sound/elisa: Drop 0.3.0 (r0)

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

 media-sound/elisa/elisa-0.3.0.ebuild | 63 
 1 file changed, 63 deletions(-)

diff --git a/media-sound/elisa/elisa-0.3.0.ebuild 
b/media-sound/elisa/elisa-0.3.0.ebuild
deleted file mode 100644
index 1c81c116179..000
--- a/media-sound/elisa/elisa-0.3.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-KDE_HANDBOOK="optional"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Simple music player by KDE"
-HOMEPAGE="https://community.kde.org/Elisa;
-LICENSE="LGPL-3+"
-IUSE="mpris semantic-desktop"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kfilemetadata)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtmultimedia 'gstreamer')
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtwidgets)
-   mpris? (
-   $(add_frameworks_dep kdbusaddons)
-   $(add_qt_dep qtdbus)
-   )
-   semantic-desktop? (
-   $(add_frameworks_dep baloo)
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtgraphicaleffects)
-   $(add_qt_dep qtquickcontrols)
-   $(add_qt_dep qtquickcontrols2)
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package mpris KF5DBusAddons)
-   $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/

2019-03-30 Thread Andreas Sturmlechner
commit: 656b6a4aaca698222445002a04bdd5ec8635f6f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 13:04:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656b6a4a

kde-misc/yakuake: EAPI-7 bump

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

 kde-misc/yakuake/yakuake-3.0.5-r1.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild 
b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
index 53cb9758ae6..afa2667addc 100644
--- a/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.5-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 
@@ -49,11 +49,7 @@ RDEPEND="${DEPEND}
!kde-misc/yakuake:4
 "
 
-PATCHES=(
-   "${WORKDIR}/${P}-patches/${P}-kmainwindow.patch"
-   "${WORKDIR}/${P}-patches/${P}-qicon.patch"
-   "${WORKDIR}/${P}-patches/${P}-kwindowsystem.patch"
-)
+PATCHES=( "${WORKDIR}/${P}-patches" )
 
 src_configure() {
local mycmakeargs=(



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

2019-03-30 Thread Andreas Sturmlechner
commit: debd90a604189d35249911a2882ddb30ec707d19
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 16:01:39 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debd90a6

net-libs/kdav2: EAPI-7 bump

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

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

diff --git a/net-libs/kdav2/kdav2-0.2.0.ebuild 
b/net-libs/kdav2/kdav2-0.2.0.ebuild
index 73115f33bb1..da3cde23866 100644
--- a/net-libs/kdav2/kdav2-0.2.0.ebuild
+++ b/net-libs/kdav2/kdav2-0.2.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 KDE_TEST="forceoptional"
 inherit kde5



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

2019-03-30 Thread Andreas Sturmlechner
commit: 904e5f315cf6c82a52a409536eec0e207cf1447c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 15:59:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904e5f31

net-libs/kimap2: EAPI-7 bump

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

 net-libs/kimap2/kimap2-0.2.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/kimap2/kimap2-0.2.0-r1.ebuild 
b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild
index a19b4c4ac69..87ebec63372 100644
--- a/net-libs/kimap2/kimap2-0.2.0-r1.ebuild
+++ b/net-libs/kimap2/kimap2-0.2.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 
@@ -21,4 +21,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test"
+RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/ktoshiba/

2019-03-30 Thread Andreas Sturmlechner
commit: efd33ac81ee18ecb92c25fbc7564565a86fb5041
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 15:33:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd33ac8

kde-misc/ktoshiba: EAPI-7 bump

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

 kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild 
b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
index 6bfd01a7e52..8ab70aa3245 100644
--- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
+++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
@@ -1,19 +1,22 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit kde5
 
 DESCRIPTION="Function key (FN) monitoring for Toshiba laptops"
 HOMEPAGE="http://ktoshiba.sourceforge.net/;
 SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz;
-LICENSE="GPL-2"
 
+LICENSE="GPL-2"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="
+BDEPEND="
+   sys-devel/gettext
+"
+DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
@@ -28,9 +31,7 @@ RDEPEND="
$(add_qt_dep qtwidgets)
net-libs/libmnl
 "
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
 



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

2019-03-30 Thread Andreas Sturmlechner
commit: 8310d1a180eab43221306afe55de6e06f8724335
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 15:57:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8310d1a1

dev-libs/sink: EAPI-7 bump

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

 dev-libs/sink/sink-0.7.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/sink/sink-0.7.0.ebuild b/dev-libs/sink/sink-0.7.0.ebuild
index c2e8a3d3fa4..4e7f4708a8f 100644
--- a/dev-libs/sink/sink-0.7.0.ebuild
+++ b/dev-libs/sink/sink-0.7.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 KDE_TEST="false" # build breaks otherwise. tests not isolated.
 inherit kde5
 
-DESCRIPTION="A data access layer handling synchronization, caching and 
indexing"
+DESCRIPTION="Data access layer handling synchronization, caching and indexing"
 SRC_URI="https://github.com/KDE/sink/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2+"



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

2019-03-30 Thread Andreas Sturmlechner
commit: 60fdeedccefc93aefded5135e7a4abc13e85d432
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 16:11:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fdeedc

media-sound/elisa: EAPI-7 bump

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

 media-sound/elisa/elisa-0.3.0-r1.ebuild | 63 +
 1 file changed, 63 insertions(+)

diff --git a/media-sound/elisa/elisa-0.3.0-r1.ebuild 
b/media-sound/elisa/elisa-0.3.0-r1.ebuild
new file mode 100644
index 000..179c74eabb5
--- /dev/null
+++ b/media-sound/elisa/elisa-0.3.0-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+KDE_HANDBOOK="optional"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Simple music player by KDE"
+HOMEPAGE="https://community.kde.org/Elisa;
+LICENSE="LGPL-3+"
+IUSE="mpris semantic-desktop"
+
+BDEPEND="
+   sys-devel/gettext
+"
+DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kfilemetadata)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtmultimedia 'gstreamer')
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtwidgets)
+   mpris? (
+   $(add_frameworks_dep kdbusaddons)
+   $(add_qt_dep qtdbus)
+   )
+   semantic-desktop? (
+   $(add_frameworks_dep baloo)
+   )
+"
+RDEPEND="${DEPEND}
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtquickcontrols)
+   $(add_qt_dep qtquickcontrols2)
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package mpris KF5DBusAddons)
+   $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/openofficeorg-thumbnail/

2019-03-30 Thread Andreas Sturmlechner
commit: fea20ba78adc6270ce433df8d2500436ab57df39
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 13:12:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea20ba7

kde-misc/openofficeorg-thumbnail: EAPI-7 bump

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

 .../openofficeorg-thumbnail-1.0.0-r500.ebuild   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild 
b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
index 8c5f3e9949f..d14d3463b52 100644
--- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
+++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PN="OpenOfficeorgThumbnail"
 MY_P="${MY_PN}-${PV}"
 inherit kde5
 
-DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files"
+DESCRIPTION="Thumbnail-plugin that generates thumbnails for ODF files"
 HOMEPAGE="https://www.kde-apps.org/content/show.php?content=110864;
 SRC_URI="http://arielch.fedorapeople.org/devel/src/${MY_P}.tar.gz;
 



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

2019-03-30 Thread Andreas Sturmlechner
commit: dd22276f8ce850cd3b94c4def31a38c51eb64df0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 30 15:58:19 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 30 19:26:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd22276f

dev-libs/kasync: EAPI-7 bump

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

 dev-libs/kasync/kasync-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kasync/kasync-0.2.0.ebuild 
b/dev-libs/kasync/kasync-0.2.0.ebuild
index f30f9babba4..2a0fc33b2de 100644
--- a/dev-libs/kasync/kasync-0.2.0.ebuild
+++ b/dev-libs/kasync/kasync-0.2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 KDE_TEST="forceoptional"
 inherit kde5



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

2019-03-30 Thread Mikle Kolyada
commit: bbdf2eb7e317f26c9aa2c0e7327260c47b053eb2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:12:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:12:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdf2eb7

net-analyzer/ettercap: arm stable wrt bug #612226

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
index 30c3cc905c0..318cbc6ec48 100644
--- a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git;
 else
SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz" #mirror does not work
-   KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86 ~x86-fbsd"
 fi
 
 IUSE="doc gtk ipv6 libressl ncurses +plugins test"



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2019-03-30 Thread Mikle Kolyada
commit: f679c44c7196d6699733b7692be7e0ba4ed8ef60
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:10:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:10:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f679c44c

app-antivirus/clamav: arm stable wrt bug #681840

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-antivirus/clamav/clamav-0.101.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-0.101.2.ebuild 
b/app-antivirus/clamav/clamav-0.101.2.ebuild
index 12c96fdc1c2..4e93e78239c 100644
--- a/app-antivirus/clamav/clamav-0.101.2.ebuild
+++ b/app-antivirus/clamav/clamav-0.101.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs test uclibc xml"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )



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

2019-03-30 Thread Mikle Kolyada
commit: ed3bf3dfe24ee1a8a8c589d6589745f0d7b8b5cb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:04:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3bf3df

x11-libs/cairo: arm stable wrt bug #672908

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 x11-libs/cairo/cairo-1.16.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild 
b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
index dad0da893c6..9af679b451f 100644
--- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild
+++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"



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

2019-03-30 Thread Mikle Kolyada
commit: a31c714c2845666ac2e6f00658e593ca820a1c95
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:56:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31c714c

net-wireless/aircrack-ng: arm stable wrt bug #681104

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild 
b/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild
index b0873bef12b..3fb4aea20d0 100644
--- a/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild
+++ b/net-wireless/aircrack-ng/aircrack-ng-1.5.2.ebuild
@@ -14,11 +14,11 @@ HOMEPAGE="http://www.aircrack-ng.org;
 if [[ ${PV} == "" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/aircrack-ng/aircrack-ng.git;
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 arm"
 else
MY_PV=${PV/_/-}
SRC_URI="https://download.aircrack-ng.org/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2019-03-30 Thread Mikle Kolyada
commit: 93f7feb84618af61a0e5d623e3305be45311
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:02:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f7feb8

dev-vcs/git: arm stable wrt bug #676262

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-vcs/git/git-2.20.1.ebuild | 2 +-
 dev-vcs/git/git-2.21.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git/git-2.20.1.ebuild b/dev-vcs/git/git-2.20.1.ebuild
index 181a0c13f92..4961cfe3c25 100644
--- a/dev-vcs/git/git-2.20.1.ebuild
+++ b/dev-vcs/git/git-2.20.1.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"

diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild
index b2510837f82..55870dd52eb 100644
--- a/dev-vcs/git/git-2.21.0.ebuild
+++ b/dev-vcs/git/git-2.21.0.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2019-03-30 Thread Mikle Kolyada
commit: bcd78cc11c745e7979e4f91ddf261ea10e3d5992
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:00:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd78cc1

app-arch/tar: arm stable wrt bug #681728

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-arch/tar/tar-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.32.ebuild b/app-arch/tar/tar-1.32.ebuild
index 5ced0235c91..b7297cda703 100644
--- a/app-arch/tar/tar-1.32.ebuild
+++ b/app-arch/tar/tar-1.32.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )"



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

2019-03-30 Thread Mikle Kolyada
commit: 0a7eda85aa9f029d7568b28179f98805705614ec
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:59:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7eda85

media-libs/sbc: arm stable wrt bug #681406

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/sbc/sbc-1.4.ebuild b/media-libs/sbc/sbc-1.4.ebuild
index c225bc6e8fe..c73a43cef90 100644
--- a/media-libs/sbc/sbc-1.4.ebuild
+++ b/media-libs/sbc/sbc-1.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs"
 
 # --enable-tester is building src/sbctester but the tarball is missing required



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/

2019-03-30 Thread Mikle Kolyada
commit: 7f6e11149b14c4fa155649a6b20949c0c8f35c8e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:59:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6e1114

net-firewall/firehol: arm stable wrt bug #681106

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-firewall/firehol/firehol-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild 
b/net-firewall/firehol/firehol-3.1.6.ebuild
index 8257506bfa3..c17a7cde2bf 100644
--- a/net-firewall/firehol/firehol-3.1.6.ebuild
+++ b/net-firewall/firehol/firehol-3.1.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="doc ipv6 ipset"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 arm ~ppc ~x86"
 
 RDEPEND="net-firewall/iptables
sys-apps/iproute2[-minimal,ipv6?]



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

2019-03-30 Thread Mikle Kolyada
commit: ecc9f3f7100d377a3867fa317fbef4b4183e90e1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 19:03:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc9f3f7

media-libs/opus: arm stable wrt bug #681402

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/opus/opus-1.3.ebuild b/media-libs/opus/opus-1.3.ebuild
index f8ec46c9660..dba607955b6 100644
--- a/media-libs/opus/opus-1.3.ebuild
+++ b/media-libs/opus/opus-1.3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
 else
SRC_URI="https://archive.mozilla.org/pub/opus/${MY_P}.tar.gz;
if [[ "${PV}" != *_alpha* ]] && [[ "${PV}" != *_beta* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 
sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 
sparc ~x86 ~amd64-fbsd"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2019-03-30 Thread Mikle Kolyada
commit: 6aafbcc851241f289c1e93144749557d4fc91101
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:57:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aafbcc8

sys-power/upower: arm stable wrt bug #681620

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 sys-power/upower/upower-0.99.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.9-r1.ebuild 
b/sys-power/upower/upower-0.99.9-r1.ebuild
index 8a80031f0d1..cf6f753ed5e 100644
--- a/sys-power/upower/upower-0.99.9-r1.ebuild
+++ b/sys-power/upower/upower-0.99.9-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/upower/upower/uploads/${COMMIT}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2019-03-30 Thread Mikle Kolyada
commit: 4b01d5d0eb9e9678663871b58e6cbd682f3e3f02
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:58:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 19:05:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b01d5d0

app-editors/nano: arm stable wrt bug #681686

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 app-editors/nano/nano-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/nano/nano-3.2.ebuild b/app-editors/nano/nano-3.2.ebuild
index 9d3964e2e95..d4e9fc3f76c 100644
--- a/app-editors/nano/nano-3.2.ebuild
+++ b/app-editors/nano/nano-3.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P="${PN}-${PV/_}"
SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/, net-firewall/ufw/files/

2019-03-30 Thread Patrice Clement
commit: 13cabfd23b3d793596453e85057789ef14a4faa1
Author: Hasan ÇALIŞIR  psauxit  com>
AuthorDate: Thu Mar 21 01:08:46 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar 30 18:32:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cabfd2

net-firewall/ufw: version bump to 0.36 && EAPI 7 bump.

Reported-by: yuLya  tutanota.com>
Tested-by: Hasan ÇALIŞIR  psauxit.com>
Closes: https://bugs.gentoo.org/680540
Closes: https://github.com/gentoo/gentoo/pull/11430
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Hasan ÇALIŞIR  psauxit.com>
Signed-off-by: Patrice Clement  gentoo.org>

 net-firewall/ufw/Manifest  |   1 +
 .../ufw/files/ufw-0.36-bash-completion.patch   |  16 ++
 .../ufw/files/ufw-0.36-dont-check-iptables.patch   |  45 +
 net-firewall/ufw/files/ufw-0.36-move-path.patch| 174 ++
 net-firewall/ufw/files/ufw-0.36-shebang.patch  |  15 ++
 net-firewall/ufw/metadata.xml  |  15 +-
 net-firewall/ufw/ufw-0.36.ebuild   | 199 +
 7 files changed, 463 insertions(+), 2 deletions(-)

diff --git a/net-firewall/ufw/Manifest b/net-firewall/ufw/Manifest
index ed396f855b3..ad31ad0661a 100644
--- a/net-firewall/ufw/Manifest
+++ b/net-firewall/ufw/Manifest
@@ -1,2 +1,3 @@
 DIST ufw-0.34_pre805.tar.gz 335875 BLAKE2B 
a2b654fe35a299ffd9978ef14a8d5667f799b654b6285bc81756c8081d9f4417b2fa9c05a234351d42709c2c57ff624b4fe7bca8ffe4d13cd12436feead6e4da
 SHA512 
b8bba3bb8c423070d6434d1df7274423edf3a356415f54c6448fa0ff2d13a4b2ac21c4bb627cba01d6955b04f793eeaf2fc535c6221e7de48f11bef745035263
 DIST ufw-0.35.tar.gz 375310 BLAKE2B 
3babf22e860ead6970c1386b0ab9fc3de364ba3f5c8bc0237be4a9446358fe058d216e7928d16eed8a148fbee5b82fc1d9e3b358f357c2fac236ae6f6b942a01
 SHA512 
b36c82559910634505648f717d19eb5a0cb1ce739a804359087e74c966869d0375c4ed5811954b32d2b5b51866f6ae1bec62a4a464f226b2eecc56b096f303fc
+DIST ufw-0.36.tar.gz 580338 BLAKE2B 
a7e07ac11539061a69bb83d45c0affc54793503b31c9e9f9f8b34fa890a3fe97682f9133102e74e5f6e1eb372a929cfc8619baa2cc9efc1dc289d9f4a1766efd
 SHA512 
b32d7f79f43c203149c48b090ee0d063df78fcf654344ee11066a7363e799a62b046758ffe02b8bd15121545ac2a6b61df21fe56f8b810319fe4dd562cbdadb3

diff --git a/net-firewall/ufw/files/ufw-0.36-bash-completion.patch 
b/net-firewall/ufw/files/ufw-0.36-bash-completion.patch
new file mode 100644
index 000..927af244eef
--- /dev/null
+++ b/net-firewall/ufw/files/ufw-0.36-bash-completion.patch
@@ -0,0 +1,16 @@
+--- a/shell-completion/bash2018-12-14 21:25:55.0 +0300
 b/shell-completion/bash2019-03-21 01:26:46.152181981 +0300
+@@ -57,7 +57,6 @@
+ echo "numbered verbose"
+ }
+ 
+-_have ufw &&
+ _ufw()
+ {
+ cur=${COMP_WORDS[COMP_CWORD]}
+@@ -91,4 +90,4 @@
+ fi
+ }
+ 
+-_have ufw && complete -F _ufw ufw
++complete -F _ufw ufw

diff --git a/net-firewall/ufw/files/ufw-0.36-dont-check-iptables.patch 
b/net-firewall/ufw/files/ufw-0.36-dont-check-iptables.patch
new file mode 100644
index 000..11eb1748dd1
--- /dev/null
+++ b/net-firewall/ufw/files/ufw-0.36-dont-check-iptables.patch
@@ -0,0 +1,45 @@
+--- a/setup.py 2019-03-21 01:32:28.500245586 +0300
 b/setup.py 2019-03-21 01:39:17.166095026 +0300
+@@ -257,41 +257,7 @@
+ os.unlink(os.path.join('staging', 'ufw-init'))
+ os.unlink(os.path.join('staging', 'ufw-init-functions'))
+ 
+-iptables_exe = ''
+-iptables_dir = ''
+-
+-for e in ['iptables']:
+-for dir in ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin', \
+-'/usr/local/bin']:
+-if e == "iptables":
+-if os.path.exists(os.path.join(dir, e)):
+-iptables_dir = dir
+-iptables_exe = os.path.join(iptables_dir, "iptables")
+-print("Found '%s'" % iptables_exe)
+-else:
+-continue
+-
+-if iptables_exe != "":
+-break
+-
+-
+-if iptables_exe == '':
+-print("ERROR: could not find required binary 'iptables'", file=sys.stderr)
+-sys.exit(1)
+-
+-for e in ['ip6tables', 'iptables-restore', 'ip6tables-restore']:
+-if not os.path.exists(os.path.join(iptables_dir, e)):
+-print("ERROR: could not find required binary '%s'" % (e), 
file=sys.stderr)
+-sys.exit(1)
+-
+-(rc, out) = cmd([iptables_exe, '-V'])
+-if rc != 0:
+-raise OSError(errno.ENOENT, "Could not find version for '%s'" % \
+-  (iptables_exe))
+-version = re.sub('^v', '', re.split('\s', str(out))[1])
+-print("Found '%s' version '%s'" % (iptables_exe, version))
+-if version < "1.4":
+-print("WARN: version '%s' has limited IPv6 support. See README for 
details." % (version), file=sys.stderr)
++iptables_dir = '/sbin'
+ 
+ setup (name='ufw',
+   version=ufw_version,

diff --git a/net-firewall/ufw/files/ufw-0.36-move-path.patch 
b/net-firewall/ufw/files/ufw-0.36-move-path.patch
new file mode 100644
index 000..1ba9d117be5
--- /dev/null
+++ 

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

2019-03-30 Thread Mikle Kolyada
commit: 09e0671835751167a369508a741e2368fd7cb80d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 30 18:08:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 30 18:08:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e06718

app-editors/gvim: amd64 stable wrt bug #678752

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-editors/gvim/gvim-8.1.0648-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gvim/gvim-8.1.0648-r1.ebuild 
b/app-editors/gvim/gvim-8.1.0648-r1.ebuild
index d72e8f30be7..66998b4913d 100644
--- a/app-editors/gvim/gvim-8.1.0648-r1.ebuild
+++ b/app-editors/gvim/gvim-8.1.0648-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]]; then
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz

https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
 DESCRIPTION="GUI version of the Vim text editor"



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

2019-03-30 Thread Michał Górny
commit: 0d9eb4d33f7f3e34f4a42396684ab1e2e9a23a57
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 30 14:43:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 30 17:43:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9eb4d3

virtual/python-enum34: pypy3 no longer requires enum34

Bug: https://bugs.gentoo.org/682012
Signed-off-by: Michał Górny  gentoo.org>

 .../{python-enum34-1.ebuild => python-enum34-2.ebuild}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/python-enum34/python-enum34-1.ebuild 
b/virtual/python-enum34/python-enum34-2.ebuild
similarity index 86%
rename from virtual/python-enum34/python-enum34-1.ebuild
rename to virtual/python-enum34/python-enum34-2.ebuild
index cd977436439..0d67c5d7b34 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
-   'python2*' python3_3 'pypy*')"
+   'python2*' python3_3 pypy)"



  1   2   >