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 913B61382CD for ; Sat, 25 Jun 2016 16:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D77E0B6D; Sat, 25 Jun 2016 16:53:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0235E0B7A for ; Sat, 25 Jun 2016 16:53:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AF5E340C7C for ; Sat, 25 Jun 2016 16:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EECD22444 for ; Sat, 25 Jun 2016 16:53:16 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466873283.75047ecbef4fa2c00a444ff090882c4f636bbb8a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-clocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-clocks/Manifest gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild X-VCS-Directories: gnome-extra/gnome-clocks/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 75047ecbef4fa2c00a444ff090882c4f636bbb8a X-VCS-Branch: master Date: Sat, 25 Jun 2016 16:53:16 +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: bc4bd65c-f61d-454b-9a8b-38cffcba96e2 X-Archives-Hash: 5491cad1558f3d0926987bac94dcf489 commit: 75047ecbef4fa2c00a444ff090882c4f636bbb8a Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 25 16:48:03 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 25 16:48:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75047ecb gnome-extra/gnome-clocks: Version bump Package-Manager: portage-2.3.0_rc1 gnome-extra/gnome-clocks/Manifest | 1 + .../gnome-clocks/gnome-clocks-3.20.1.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/gnome-extra/gnome-clocks/Manifest b/gnome-extra/gnome-clocks/Manifest index 090bfee..4bc6600 100644 --- a/gnome-extra/gnome-clocks/Manifest +++ b/gnome-extra/gnome-clocks/Manifest @@ -1 +1,2 @@ DIST gnome-clocks-3.18.0.tar.xz 870864 SHA256 ca0818ec89e3539201da6b5388365e3d66df815198beccc90e2be44c7822baa0 SHA512 70e0b21c9dbacc4ad74150724dcde038737ad4bbb38d76c2ac18b07d6afcfc7c60a34224de684f8cb52e3f621ff533872c5b423953ac3ba726511d6eb9b348d7 WHIRLPOOL 82f8ce77aa8e28df3d0481c0e35282d2156b4c9c3e1e5266e1a9bc120bf59710ee1cc29694d53d21dd2e8cb704f1779e4287a64b2cc592e0a670e6cacdd07d9a +DIST gnome-clocks-3.20.1.tar.xz 905072 SHA256 92ad7b409c5118464af49ca28262ae43e9d377435ad2b10048b23e6e11ae476f SHA512 8e7ea791f40d2bff0634e70f48baa57965a293f039de38df56fb6de00920bf3b7d1ce33e1d1643798aae0650fff13d4f4e4100d03654257461861c12a6dbf7d5 WHIRLPOOL 97edbf161be830eef18b3c3bb3afb6c8dfac6d21d5085e84ff66243cabc2af36b3745603bb02d4a8451c557a8c067d7bbaa10100771cf11e44f30fcb97c90ad3 diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild new file mode 100644 index 0000000..e117a92 --- /dev/null +++ b/gnome-extra/gnome-clocks/gnome-clocks-3.20.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +VALA_MIN_API_VERSION="0.24" + +inherit gnome2 vala + +DESCRIPTION="Clocks application for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Clocks" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=app-misc/geoclue-2.3.1:2.0 + >=dev-libs/glib-2.44:2 + >=dev-libs/libgweather-3.13.91:2= + >=gnome-base/gnome-desktop-3.7.90:3= + >=media-libs/gsound-0.98 + >=sci-geosciences/geocode-glib-0.99.4 + >=x11-libs/gtk+-3.19.8:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + >=dev-util/intltool-0.50.1 + dev-util/itstool + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +}