blob: 2fba57654ced26b1e0e1243ba89f5ecc9f01faab (
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
31
32
33
34
35
36
37
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gwibber/gwibber-1.2.0_pre340.ebuild,v 1.4 2010/02/06 14:44:57 pva Exp $
EAPI="2"
inherit eutils 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.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-python/python-distutils-extra-1.92_pre67
>=dev-python/dbus-python-0.82.4
>=dev-python/pywebkitgtk-1.1.5
>=dev-python/notify-python-0.1.1
>=dev-python/imaging-1.1.6
>=dev-python/simplejson-2.0.4
>=dev-python/egenix-mx-base-2.0.5
>=dev-python/feedparser-4.1
>=dev-python/gconf-python-2.18.0
>=dev-python/pyxdg-0.15
>=dev-python/mako-0.2.4
>=gnome-base/librsvg-2.22.2
virtual/python"
S=${WORKDIR}/${PN}
src_prepare() {
epatch "$FILESDIR/${PN}-prefix.patch" || die "Patching failed"
}
|