diff options
Diffstat (limited to 'net-im/empathy/empathy-0.8.ebuild')
-rw-r--r-- | net-im/empathy/empathy-0.8.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/empathy/empathy-0.8.ebuild b/net-im/empathy/empathy-0.8.ebuild deleted file mode 100644 index f9fe8c7..0000000 --- a/net-im/empathy/empathy-0.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit gnome2 - -DESCRIPTION="Empathy Telepathy client" -HOMEPAGE="http://live.gnome.org/Empathy" -SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="spell" - -RDEPEND=">=dev-libs/dbus-glib-0.51 - >=dev-libs/glib-2.12 - dev-libs/libxml2 - >=gnome-base/gconf-2 - gnome-base/gnome-vfs - >=gnome-base/libglade-2 - gnome-base/libgnomeui - >=net-libs/libtelepathy-0.0.51 - >=net-voip/telepathy-mission-control-4.22 - >=x11-libs/gtk+-2.10 - spell? ( app-text/aspell )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" - -DOCS="CONTRIBUTORS AUTHORS README" - -pkg_setup() { - G2CONF="$(use_enable spell aspell)" -} |