summaryrefslogtreecommitdiff
blob: ecb21b318dfe1c4606daa90ec73550de635c7fd1 (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
26
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
PYTHON_DEPEND="3"

EGIT_REPO_URI="http://git.poezio.eu/poezio/"

inherit python git-2

DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
HOMEPAGE="http://poezio.eu/"

LICENSE="custom"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=">=dev-python/sleekxmpp-9999 >=dev-python/dnspython3-1.10.0"
RDEPEND="${DEPEND}"

src_install()
{
	emake DESTDIR="${D}" prefix="/usr/" install || die "make install failed"
}