commit: b4ea12644406f1f0f68a17673a9f36ca327d72b3 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Mon Dec 22 23:08:53 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Dec 22 23:09:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b4ea1264
gnome-extra/gnome-clocks: moved to gentoo-x86 --- .../gnome-clocks/gnome-clocks-3.14.1.ebuild | 42 ---------------------- 1 file changed, 42 deletions(-) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.14.1.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.14.1.ebuild deleted file mode 100644 index 6ebf9a7..0000000 --- a/gnome-extra/gnome-clocks/gnome-clocks-3.14.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.13.91:2= - >=gnome-base/gnome-desktop-3.7.90:3= - >=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) -}