80fa296 by zerox at 2009-06-14 1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
4
5
EAPI="2"
6
7
inherit distutils
8
9
DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed
10
with Python and GTK."
11
HOMEPAGE="https://launchpad.net/gwibber"
12
SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.gz"
13
14
LICENSE="GPL-2"
15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
17
IUSE=""
18
4a960e9 by zerox at 2009-07-12 19
DEPEND="dev-python/python-distutils-extra
603d238 by zerox at 2009-07-12 20
	dev-python/dbus-python
21
	dev-python/pywebkitgtk
22
	dev-python/notify-python
23
	dev-python/imaging
24
	dev-python/simplejson
25
	dev-python/egenix-mx-base
26
	dev-python/feedparser
27
	dev-python/gconf-python
28
	dev-python/pyxdg
29
	dev-python/mako
30
	gnome-base/librsvg"
80fa296 by zerox at 2009-06-14 31
RDEPEND="virtual/python"
32
e99059a by zerox at 2009-06-14 33
S=${WORKDIR}/${PN}
80fa296 by zerox at 2009-06-14 34
35
src_prepare() {
603d238 by zerox at 2009-07-12 36
	epatch "$FILESDIR"/"${PN}-prefix.patch" || die "Patching failed"
80fa296 by zerox at 2009-06-14 37
}