blob: d8d0d7936f12a724de3e6c2dc6bcd64fab8f83a7 (
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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NEED_PYTHON="2.4"
inherit gnome2 python
DESCRIPTION="Simple, slim, sleek, yet powerful text editor for GNOME"
HOMEPAGE="http://scribes.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.10
>=gnome-base/gconf-2.12.0
>=dev-python/dbus-python-0.71
>=dev-python/pygtk-2.10.0
>=dev-python/gnome-python-2.12.0
>=dev-python/gnome-python-desktop-2.12.0
>=dev-python/gnome-python-extras-2.12.0
>=gnome-extra/yelp-2.12.0"
DEPEND="${RDEPEND}
app-text/scrollkeeper
>=dev-util/intltool-0.35"
DOCS="AUTHORS README ChangeLog NEWS"
|