blob: de5229cb41d8da444f17a712b827bd50114fa7fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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}/0.4/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=net-libs/libtelepathy-0.0.51
>=dev-libs/dbus-glib-0.51
>=net-voip/telepathy-mission-control-4.22
>=gnome-base/gconf-2
>=dev-util/pkgconfig-0.12.0
>=gnome-base/libglade-2
>=x11-libs/gtk+-2.10"
DOCS="CONTRIBUTORS AUTHORS README"
|