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 6D934138010 for ; Sat, 27 Oct 2012 09:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A7D5E00C2; Sat, 27 Oct 2012 09:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A6CDFE00C2 for ; Sat, 27 Oct 2012 09:20:13 +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 0FEA633D965 for ; Sat, 27 Oct 2012 09:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9F66BE5436 for ; Sat, 27 Oct 2012 09:20:10 +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: <1351329568.460cf5d9f1f15d227d288c3e29f1b4de115b5a94.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-0.1.4.ebuild X-VCS-Directories: gnome-extra/gnome-clocks/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 460cf5d9f1f15d227d288c3e29f1b4de115b5a94 X-VCS-Branch: master Date: Sat, 27 Oct 2012 09:20:10 +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: d94213b6-1639-4e51-b26d-a73a6b90f5bf X-Archives-Hash: 4b53a1462980daac21cc521dbeb3a52d commit: 460cf5d9f1f15d227d288c3e29f1b4de115b5a94 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 27 09:19:00 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 27 09:19:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=460cf5d9 gnome-extra/gnome-clocks: initial ebuild --- gnome-extra/gnome-clocks/gnome-clocks-0.1.4.ebuild | 32 ++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-0.1.4.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-0.1.4.ebuild new file mode 100644 index 0000000..24722ce --- /dev/null +++ b/gnome-extra/gnome-clocks/gnome-clocks-0.1.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) + +inherit gnome2 distutils-r1 + +DESCRIPTION="Clocks applications for GNOME" +HOMEPAGE="http://live.gnome.org/GnomeClocks" + +LICENSE="GPL2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/libgweather[introspection] + dev-python/pycairo + dev-python/pygobject:3 + dev-python/pyxdg + media-libs/clutter-gtk:1.0[introspection] + media-libs/clutter:1.0[introspection] + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/gtk+:3[introspection] + x11-libs/libnotify[introspection] + x11-libs/pango[introspection] +" +DEPEND="${RDEPEND} + dev-python/python-distutils-extra +"