From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D99F1393EA for ; Wed, 23 Apr 2014 22:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0EEAE09BF; Wed, 23 Apr 2014 22:33:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17E56E09BF for ; Wed, 23 Apr 2014 22:33:36 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E9433FF18 for ; Wed, 23 Apr 2014 22:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9C93018748 for ; Wed, 23 Apr 2014 22:33:31 +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: <1398292397.96759ca0c5273fc0681442cec2ca9c873762ca80.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-3.12.1.ebuild 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: 96759ca0c5273fc0681442cec2ca9c873762ca80 X-VCS-Branch: master Date: Wed, 23 Apr 2014 22:33:31 +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: 842cbb52-689d-4e82-8fee-c50d7d5121f2 X-Archives-Hash: 1da010f05042414febdd207981381534 commit: 96759ca0c5273fc0681442cec2ca9c873762ca80 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Apr 23 22:29:58 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Apr 23 22:33:17 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=96759ca0 dev-libs/libgweather: 3.10.2 → 3.12.1 --- ...ibgweather-9999.ebuild => libgweather-3.12.1.ebuild} | 17 ++--------------- dev-libs/libgweather/libgweather-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-3.12.1.ebuild similarity index 76% copy from dev-libs/libgweather/libgweather-9999.ebuild copy to dev-libs/libgweather/libgweather-3.12.1.ebuild index b5bd4b8..bfd15da 100644 --- a/dev-libs/libgweather/libgweather-9999.ebuild +++ b/dev-libs/libgweather/libgweather-3.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -8,9 +8,6 @@ VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" inherit gnome2 vala -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="Library to access weather information from online services" HOMEPAGE="https://wiki.gnome.org/LibGWeather" @@ -19,12 +16,7 @@ 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" -fi +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" COMMON_DEPEND=" >=x11-libs/gtk+-2.90.0:3[introspection?] @@ -47,11 +39,6 @@ DEPEND="${COMMON_DEPEND} vala? ( $(vala_depend) ) " -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - doc? ( >=dev-util/gtk-doc-1.11 )" -fi - src_prepare() { use vala && vala_src_prepare gnome2_src_prepare diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild index b5bd4b8..4d15e6e 100644 --- a/dev-libs/libgweather/libgweather-9999.ebuild +++ b/dev-libs/libgweather/libgweather-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $