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 BEF47138CEF for ; Wed, 12 Feb 2014 20:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A02E0BA6; Wed, 12 Feb 2014 20:58:56 +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 B913AE0BA5 for ; Wed, 12 Feb 2014 20:58:55 +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 DC30433FA42 for ; Wed, 12 Feb 2014 20:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CAA53188D9 for ; Wed, 12 Feb 2014 20:58:49 +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: <1392238683.1030f9f0dc8d793a4e765d7da50fcce8466f6ae2.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.10.1.ebuild X-VCS-Directories: gnome-extra/gnome-clocks/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1030f9f0dc8d793a4e765d7da50fcce8466f6ae2 X-VCS-Branch: master Date: Wed, 12 Feb 2014 20:58:49 +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: 34599847-0256-40a3-a679-d18270865236 X-Archives-Hash: ddcf158c63d64cb2c84098fac2d403c0 commit: 1030f9f0dc8d793a4e765d7da50fcce8466f6ae2 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Feb 12 20:51:40 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Feb 12 20:58:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1030f9f0 gnome-extra/gnome-clocks: moved to gentoo-x86 --- .../gnome-clocks/gnome-clocks-3.10.1.ebuild | 43 ---------------------- 1 file changed, 43 deletions(-) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild deleted file mode 100644 index 3584b46..0000000 --- a/gnome-extra/gnome-clocks/gnome-clocks-3.10.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.22" - -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.36:2 - >=x11-libs/gtk+-3.9.11: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 - >=x11-libs/libnotify-0.7:= -" -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) -}