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 3B78E138334 for ; Sun, 24 Jun 2018 19:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97B66E0953; Sun, 24 Jun 2018 19:17:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 65F27E0953 for ; Sun, 24 Jun 2018 19:17:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2AA21335CA9 for ; Sun, 24 Jun 2018 19:17:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 204C3351 for ; Sun, 24 Jun 2018 19:17:45 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1529867841.23b5e2f2b42e62e42d8a477959e8d8fe8ecff157.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/libgweather/libgweather-9999.ebuild X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 23b5e2f2b42e62e42d8a477959e8d8fe8ecff157 X-VCS-Branch: master Date: Sun, 24 Jun 2018 19:17:45 +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-Archives-Salt: dd8f9591-d6cb-470a-8e83-e6ffe50eb5bb X-Archives-Hash: d2bf42e865253247e4ff0e0c0746adb0 commit: 23b5e2f2b42e62e42d8a477959e8d8fe8ecff157 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Jun 24 15:41:47 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jun 24 19:17:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=23b5e2f2 dev-libs/libgweather: sync live ebuild Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A dev-libs/libgweather/libgweather-9999.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild index 6604ec14..ee71646d 100644 --- a/dev-libs/libgweather/libgweather-9999.ebuild +++ b/dev-libs/libgweather/libgweather-9999.ebuild @@ -1,10 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" +EAPI=6 VALA_USE_DEPEND="vapigen" inherit gnome2 vala @@ -17,25 +14,27 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather" LICENSE="GPL-2+" SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix) + IUSE="glade +introspection vala" REQUIRED_USE="vala? ( introspection )" + if [[ ${PV} = 9999 ]]; then IUSE="${IUSE} doc" KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" fi COMMON_DEPEND=" >=x11-libs/gtk+-3.13.5:3[introspection?] >=dev-libs/glib-2.35.1:2 - >=net-libs/libsoup-2.34:2.4 - >=dev-libs/libxml2-2.6.0 + >=net-libs/libsoup-2.44:2.4 + >=dev-libs/libxml2-2.6.0:2 sci-geosciences/geocode-glib >=sys-libs/timezone-data-2010k glade? ( >=dev-util/glade-3.16:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) " RDEPEND="${COMMON_DEPEND} !