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 48BF6138A1F for ; Sun, 20 Apr 2014 18:17:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF025E09DB; Sun, 20 Apr 2014 18:17:46 +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 2C7F5E09DD for ; Sun, 20 Apr 2014 18:17:41 +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 131FE33FE63 for ; Sun, 20 Apr 2014 18:17:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DE6EF187B0 for ; Sun, 20 Apr 2014 18:17:36 +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: <1398012628.356a07e3e6efa4488c0112d173341b09e1997e06.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-weather/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-weather/gnome-weather-3.12.0.ebuild X-VCS-Directories: gnome-extra/gnome-weather/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 356a07e3e6efa4488c0112d173341b09e1997e06 X-VCS-Branch: master Date: Sun, 20 Apr 2014 18:17:36 +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: 583d2dfd-3351-4b81-ab74-1b3f72d50643 X-Archives-Hash: e42b727c8539cfde916a9ade32e4ffdd commit: 356a07e3e6efa4488c0112d173341b09e1997e06 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 6 17:17:31 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 20 16:50:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=356a07e3 gnome-extra/gnome-weather: 3.10.1 → 3.12.0 --- .../gnome-weather/gnome-weather-3.12.0.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnome-extra/gnome-weather/gnome-weather-3.12.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-3.12.0.ebuild new file mode 100644 index 0000000..76e0283 --- /dev/null +++ b/gnome-extra/gnome-weather/gnome-weather-3.12.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit eutils gnome2 + +DESCRIPTION="A weather application for GNOME" +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather" + +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/gjs-1.39.91 + >=dev-libs/glib-2.32:2 + >=dev-libs/gobject-introspection-1.35.9 + >=dev-libs/libgweather-3.9.5 + >=x11-libs/gtk+-3.11.4:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.26 + virtual/pkgconfig +" + +src_configure() { + # dogtail is not packaged in gentoo + gnome2_src_configure --disable-dogtail +}