blob: 9970353c0e255dea89307be83005dfbf9dc38c55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.1 2009/09/14 21:18:19 tester Exp $
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"
|