From 8c35bca0188a25fa870b0462dfa5ce0e02535c09 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Wed, 12 Feb 2014 21:54:57 +0100 Subject: gnome-extra/gnome-contacts: moved to gentoo-x86 --- gnome-extra/gnome-contacts/Manifest | 11 ---- .../gnome-contacts/gnome-contacts-3.10.1.ebuild | 65 ---------------------- 2 files changed, 76 deletions(-) delete mode 100644 gnome-extra/gnome-contacts/Manifest delete mode 100644 gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild (limited to 'gnome-extra') diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest deleted file mode 100644 index 63642a9a..00000000 --- a/gnome-extra/gnome-contacts/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST gnome-contacts-3.10.1.tar.xz 729144 SHA256 e119c32bb10136e7190f11f79334fa82ed56468cff5bb7836da0ebf7b572779b SHA512 a3fa03bc57e10d8365b665070079f41a84f16a5044f2e7e579e292d0c61d85909c2af90f497f0d4a1fbd88b4cb7bf0d77913a64c6f7581722fe3eae1c91e3ce9 WHIRLPOOL 1f56a87d0cb64560d2b4cdbfcdc26aaeb9bb302cb27702cab6ba8603ad10e357f37e2aabf58fc0e7de612d5d65e55d269601c98645fea6f2fa9276f8328ff18e ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.21 (GNU/Linux) - -iEYEAREKAAYFAlKbSNsACgkQ1fmVwcYIWAYV+ACg4kFuTxFZC780pADJcNdT+L68 -oV8An3z5n9LTsBgMecX6INHy8Ww2C5dQ -=wdzr ------END PGP SIGNATURE----- diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild deleted file mode 100644 index 18d95906..00000000 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.10.1.ebuild +++ /dev/null @@ -1,65 +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" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="GNOME contact management application" -HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="v4l" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -VALA_DEPEND=" - $(vala_depend) - >=dev-libs/gobject-introspection-0.9.6 - dev-libs/folks[vala(+)] - gnome-base/gnome-desktop[introspection] - gnome-extra/evolution-data-server[vala] - net-libs/telepathy-glib[vala] - x11-libs/libnotify[introspection] -" -# Configure is wrong; it needs cheese-3.5.91, not 3.3.91 -RDEPEND=" - >=dev-libs/folks-0.9.5:=[eds,telepathy] - >=dev-libs/glib-2.37.6:2 - >=dev-libs/libgee-0.10:0.8 - >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts] - >=gnome-base/gnome-desktop-3.0:3= - net-libs/gnome-online-accounts - >=net-libs/telepathy-glib-0.17.5 - x11-libs/cairo:= - x11-libs/gdk-pixbuf:2 - x11-libs/libnotify:= - >=x11-libs/gtk+-3.9.11:3 - x11-libs/pango - v4l? ( >=media-video/cheese-3.5.91:= ) -" -DEPEND="${RDEPEND} - ${VALA_DEPEND} - dev-libs/libxslt - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 - virtual/pkgconfig -" - -src_prepare() { - # Regenerate the pre-generated C sources, bug #471628 - if ! use v4l; then - touch src/*.vala - fi - - vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure $(use_with v4l cheese) -} -- cgit v1.2.3-65-gdbad