]> Pileus Git - ~andy/sunrise/blob - app-editors/scribes/scribes-0.3.1.ebuild
sunrise/app-portage/elog-list/elog-list-0.0.6.ebuild: change headers to make repoman...
[~andy/sunrise] / app-editors / scribes / scribes-0.3.1.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 NEED_PYTHON="2.4"
6
7 inherit gnome2 python
8
9 DESCRIPTION="Simple, slim, sleek, yet powerful text editor for GNOME"
10 HOMEPAGE="http://scribes.sourceforge.net/"
11 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~ppc ~x86"
16 IUSE=""
17
18 RDEPEND=">=x11-libs/gtk+-2.10
19         >=gnome-base/gconf-2.12.0
20         >=dev-python/dbus-python-0.71
21         >=dev-python/pygtk-2.10.0
22         >=dev-python/gnome-python-2.12.0
23         >=dev-python/gnome-python-desktop-2.12.0
24         >=dev-python/gnome-python-extras-2.12.0
25         >=gnome-extra/yelp-2.12.0"
26 DEPEND="${RDEPEND}
27         app-text/scrollkeeper
28         >=dev-util/intltool-0.35"
29
30 DOCS="AUTHORS README ChangeLog NEWS"