commit:     356a07e3e6efa4488c0112d173341b09e1997e06
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 17:17:31 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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
+}

Reply via email to