diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-28 22:57:35 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-28 22:57:35 +0000 |
commit | 88968a0f1710f96069de134286464b38f0fd5110 (patch) | |
tree | 3429e917e57ce78ba137cd970f6aa34df95fe898 /gnome-extra/contacts/contacts-0.9.ebuild | |
parent | clean up old revisions. (diff) | |
download | gentoo-2-88968a0f1710f96069de134286464b38f0fd5110.tar.gz gentoo-2-88968a0f1710f96069de134286464b38f0fd5110.tar.bz2 gentoo-2-88968a0f1710f96069de134286464b38f0fd5110.zip |
bump to 0.9.
(Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra/contacts/contacts-0.9.ebuild')
-rw-r--r-- | gnome-extra/contacts/contacts-0.9.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-extra/contacts/contacts-0.9.ebuild b/gnome-extra/contacts/contacts-0.9.ebuild new file mode 100644 index 000000000000..0526f2be231c --- /dev/null +++ b/gnome-extra/contacts/contacts-0.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.9.ebuild,v 1.1 2008/07/28 22:57:35 eva Exp $ + +inherit gnome2 + +DESCRIPTION="A small, lightweight addressbook for GNOME" +HOMEPAGE="http://pimlico-project.org/contacts.html" +SRC_URI="http://pimlico-project.org/sources/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="dbus" + +RDEPEND=">=gnome-extra/evolution-data-server-1.8 + >=x11-libs/gtk+-2.6" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35.0 + >=dev-util/pkgconfig-0.9" + +pkg_setup() { + G2CONF="$(use_enable dbus)" +} |