This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we're showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Copyright 1999-2008 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: $ |
| 4 |
|
| 5 |
inherit distutils |
| 6 |
|
| 7 |
DESCRIPTION="Gwibber is an open source microblogging client for GNOME developed with Python and GTK." |
| 8 |
HOMEPAGE="https://launchpad.net/gwibber" |
| 9 |
SRC_URI="http://dev.gentooexperimental.org/~zerox/${P}.tar.bz2" |
| 10 |
|
| 11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="~amd64 ~x86" |
| 14 |
IUSE="" |
| 15 |
|
| 16 |
RDEPEND=">=dev-python/dbus-python-0.82.4 |
| 17 |
>=dev-python/pywebkitgtk-1.0.2 |
| 18 |
>=dev-python/notify-python-0.1.1 |
| 19 |
>=dev-python/simplejson-2.0.4 |
| 20 |
>=dev-python/egenix-mx-base-2.0.5 |
| 21 |
>=dev-python/feedparser-4.1 |
| 22 |
>=dev-python/gnome-python-2.2.23 |
| 23 |
>=dev-python/pyxdg-0.15 |
| 24 |
>=gnome-base/librsvg-2.22.2" |
| 25 |
DEPEND="virtual/python" |
| 26 |
|
| 27 |
S=${WORKDIR}/${PN} |