blob: 1372c4b4db1b9319bbcd0c68bdc63fe74f52f2d6 (
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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/papyon/papyon-0.4.2.ebuild,v 1.3 2009/09/19 20:53:57 mr_bones_ Exp $
EAPI=2
inherit distutils
DESCRIPTION="Python MSN IM protocol implementation forked from pymsn"
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 ~x86"
IUSE=""
DEPEND="dev-libs/libxslt"
RDEPEND=">=dev-lang/python-2.5
>=dev-python/pygobject-2.10
>=dev-python/pyopenssl-0.6"
src_prepare() {
rm papyon/msnp/*8715.py
}
|