summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-02-25 22:26:52 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-02-25 22:26:52 +0000
commitc11c2b5acc3ac4d59d3539e42b63b1a475fd4c1a (patch)
treea39352876faa24a97ec2ddcbcb499ddf2b1aa45e /gnome-extra/contacts
parentdepend virtual/jpeg (diff)
downloadgentoo-2-c11c2b5acc3ac4d59d3539e42b63b1a475fd4c1a.tar.gz
gentoo-2-c11c2b5acc3ac4d59d3539e42b63b1a475fd4c1a.tar.bz2
gentoo-2-c11c2b5acc3ac4d59d3539e42b63b1a475fd4c1a.zip
Fix incomplete rdepends and use switches, bug #356317.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'gnome-extra/contacts')
-rw-r--r--gnome-extra/contacts/ChangeLog5
-rw-r--r--gnome-extra/contacts/contacts-0.12.ebuild19
2 files changed, 18 insertions, 6 deletions
diff --git a/gnome-extra/contacts/ChangeLog b/gnome-extra/contacts/ChangeLog
index 5611f7e28ed9..2e9aa02fa57a 100644
--- a/gnome-extra/contacts/ChangeLog
+++ b/gnome-extra/contacts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/contacts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.11 2011/01/24 13:02:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/ChangeLog,v 1.12 2011/02/25 22:26:52 eva Exp $
+
+ 25 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> contacts-0.12.ebuild:
+ Fix incomplete rdepends and use switches, bug #356317.
24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> -contacts-0.11.ebuild,
contacts-0.12.ebuild:
diff --git a/gnome-extra/contacts/contacts-0.12.ebuild b/gnome-extra/contacts/contacts-0.12.ebuild
index 58599209110d..ffc1b7e83925 100644
--- a/gnome-extra/contacts/contacts-0.12.ebuild
+++ b/gnome-extra/contacts/contacts-0.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v 1.2 2011/01/24 13:02:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.12.ebuild,v 1.3 2011/02/25 22:26:52 eva Exp $
-EAPI="2"
+EAPI="3"
GCONF_DEBUG="no"
inherit autotools eutils gnome2
@@ -13,10 +13,16 @@ HOMEPAGE="http://pimlico-project.org/contacts.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="dbus"
+IUSE="dbus gnome"
RDEPEND=">=gnome-extra/evolution-data-server-1.8
- >=x11-libs/gtk+-2.6:2"
+ >=x11-libs/gtk+-2.6:2
+ dbus? (
+ dev-libs/dbus-glib
+ sys-apps/dbus )
+ gnome? (
+ >=gnome-base/gconf-2
+ >=gnome-base/gnome-vfs-2 )"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.35.0
@@ -25,7 +31,10 @@ DEPEND="${RDEPEND}
pkg_setup() {
# README is empty
DOCS="AUTHORS ChangeLog NEWS"
- G2CONF="${G2CONF} $(use_enable dbus)"
+ G2CONF="${G2CONF}
+ $(use_enable dbus)
+ $(use_enable gnome gconf)
+ $(use_enable gnome gnome-vfs)"
}
src_prepare() {