diff options
Diffstat (limited to 'dev-python/telepathy-python/telepathy-python-0.15.12.ebuild')
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.12.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild deleted file mode 100644 index c8335fdd4f0a..000000000000 --- a/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild,v 1.3 2010/01/05 04:25:24 josejx Exp $ - -DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients." -HOMEPAGE="http://telepathy.freedesktop.org/" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-libs/libxslt" -RDEPEND=">=dev-python/dbus-python-0.80" - -# bug #288191 -MAKEOPTS="-j1" - -src_install() { - emake install DESTDIR="${D}" || die - dodoc AUTHORS NEWS -} |