diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-05-05 12:59:51 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-05-05 12:59:51 +0200 |
commit | eb6400bb7832ccb453d8a8971926382df2e05292 (patch) | |
tree | cf0afe66837f0bbac9598e4c2fb0ebefdf1e9579 /net-libs/telepathy-glib | |
parent | bump empathy (diff) | |
download | keruspe-eb6400bb7832ccb453d8a8971926382df2e05292.tar.gz keruspe-eb6400bb7832ccb453d8a8971926382df2e05292.tar.bz2 keruspe-eb6400bb7832ccb453d8a8971926382df2e05292.zip |
clean old telepathys
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.11.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.11.2.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.11.2.ebuild deleted file mode 100644 index 0d1615bd..00000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.11.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." -HOMEPAGE="http://telepathy.freedesktop.org" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.16 - >=dev-libs/dbus-glib-0.73 - >=dev-lang/python-2.3" - -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/pkgconfig-0.21" - -src_test() { - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} |