From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56F13138334 for ; Sat, 23 Feb 2019 13:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D409E088D; Sat, 23 Feb 2019 13:58:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25AAFE088D for ; Sat, 23 Feb 2019 13:58:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D9D333BEB8 for ; Sat, 23 Feb 2019 13:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357DE522 for ; Sat, 23 Feb 2019 13:58:25 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550927594.38803c45a761ce7509a8945bbb9d6de18f412a34.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-clocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild X-VCS-Directories: gnome-extra/gnome-clocks/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 38803c45a761ce7509a8945bbb9d6de18f412a34 X-VCS-Branch: master Date: Sat, 23 Feb 2019 13:58:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da298125-594d-4630-af32-8d192b5ec4ba X-Archives-Hash: 90b78eeed71400e5d90e2fb0beb71eff commit: 38803c45a761ce7509a8945bbb9d6de18f412a34 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 23 13:12:55 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 23 13:13:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38803c45 gnome-extra/gnome-clocks-3.26: ebuild touchups Remove double geoclue dep, by now redundant meson min dep, and add explicit libxml2 build dep for resource xml-stripblanks. xdg.eclass does icon cache now, so remove the now redundant gnome2-utils ones. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild index db7fe003bf7..0f3fcd618e6 100644 --- a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild +++ b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild @@ -1,8 +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 -VALA_MIN_API_VERSION="0.26" inherit gnome.org gnome2-utils meson vala xdg @@ -15,19 +14,18 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - >=app-misc/geoclue-2.3.1:2.0 >=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 + >=app-misc/geoclue-2.4:2.0 >=x11-libs/gtk+-3.20:3 " DEPEND="${RDEPEND} $(vala_depend) + dev-libs/libxml2:2 dev-util/itstool - >=dev-util/meson-0.41.0 >=sys-devel/gettext-0.19.8 virtual/pkgconfig " @@ -39,12 +37,10 @@ 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 }