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 02D4B138A1F for ; Sun, 20 Apr 2014 18:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14569E09DA; Sun, 20 Apr 2014 18:17:47 +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 20CC1E09DB 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 1892133FE72 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 41E7418744 for ; Sun, 20 Apr 2014 18:17:37 +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: <1398012631.e294da981e460e418f02edb24e01679b0b8801f9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-clocks/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild X-VCS-Directories: gnome-extra/gnome-clocks/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e294da981e460e418f02edb24e01679b0b8801f9 X-VCS-Branch: master Date: Sun, 20 Apr 2014 18:17:37 +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: d435b2df-48d8-4409-ba1f-9cd759751b55 X-Archives-Hash: 7772d06f1839143739c64976ece462c6 commit: e294da981e460e418f02edb24e01679b0b8801f9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 20 16:34:00 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 20 16:50:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e294da98 gnome-extra/gnome-clocks: 3.10.1 → 3.12.0 Actually depends on gtk+-3.12 due to GtkActionBar usage. --- .../gnome-clocks/gnome-clocks-3.12.0.ebuild | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild new file mode 100644 index 0000000..fc19a6c --- /dev/null +++ b/gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.24" + +inherit gnome2 vala + +DESCRIPTION="Clocks application for GNOME" +HOMEPAGE="http://live.gnome.org/GnomeClocks" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.39:2 + >=x11-libs/gtk+-3.12:3 + >=media-libs/libcanberra-0.30 + >=dev-libs/libgweather-3.9.91:= + >=gnome-base/gnome-desktop-3.7.90:= + >=sci-geosciences/geocode-glib-0.99.4 + >=app-misc/geoclue-1.99.3:2.0 +" +DEPEND="${RDEPEND} + $(vala_depend) + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure ITSTOOL=$(type -P true) +}