blob: 9179f783c9df9c9c5ce6ec3a9d059966fec6fe84 (
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
27
28
29
30
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-0.7.ebuild,v 1.2 2009/05/20 15:19:08 arfrever Exp $
NEED_PYTHON="2.5"
inherit distutils
DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK."
HOMEPAGE="https://launchpad.net/gwibber"
SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/dbus-python-0.82.4
>=dev-python/pywebkitgtk-1.0.2
>=dev-python/notify-python-0.1.1
>=dev-python/simplejson-2.0.4
>=dev-python/egenix-mx-base-2.0.5
>=dev-python/feedparser-4.1
>=dev-python/pygtk-2.10.4
>=dev-python/gconf-python-2.18.0
>=dev-python/pyxdg-0.15
>=gnome-base/librsvg-2.22.2"
DEPEND=""
S=${WORKDIR}/${PN}
|