From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-641690-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7583D138247
	for <garchives@archives.gentoo.org>; Thu, 14 Nov 2013 22:52:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 10C67E0B28;
	Thu, 14 Nov 2013 22:52:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 47A62E0B1A
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2013 22:52:12 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CEDAC33F24D
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2013 22:52:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 10327E530A
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2013 22:52:09 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
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" <eva@gentoo.org>
Message-ID: <1384475952.d6846a81ae9d3d50e41a416f31dabf1ae5566285.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.10.0.ebuild
X-VCS-Directories: gnome-extra/gnome-weather/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: d6846a81ae9d3d50e41a416f31dabf1ae5566285
X-VCS-Branch: master
Date: Thu, 14 Nov 2013 22:52:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: aaf4ee9a-3da0-42fe-a8b7-e8f351a4093b
X-Archives-Hash: 2670ebae52e88cef95d647c53a48ba7c

commit:     d6846a81ae9d3d50e41a416f31dabf1ae5566285
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 21:45:40 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:39:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d6846a81

gnome-extra/gnome-weather: 3.8.2-r1 → 3.10.0

---
 .../gnome-weather/gnome-weather-3.10.0.ebuild      | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.10.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-3.10.0.ebuild
new file mode 100644
index 0000000..e300534
--- /dev/null
+++ b/gnome-extra/gnome-weather/gnome-weather-3.10.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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://live.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
+	>=dev-libs/glib-2.32:2
+	>=dev-libs/gobject-introspection-1.35.9
+	>=dev-libs/libgweather-3.9.5
+	>=x11-libs/gtk+-3.9.4:3
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.26
+	virtual/pkgconfig
+"