summaryrefslogtreecommitdiff
blob: cfff2d2d1728383e0cf8b25155974128dc87e7f9 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

PYTHON_DEPEND="2"

inherit distutils

DESCRIPTION="A gui tool for changing settings for Grub, Grub2, Usplash and Splashy"
HOMEPAGE="http://web.telia.com/~u88005282/sum/index.html"
SRC_URI="mirror://sourceforge/startup-manager/${PN}_${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="dev-python/pygtk
		dev-python/gnome-python-desktop
		dev-python/gnome-python-extras
		gnome-extra/yelp
		media-gfx/imagemagick"
DEPEND="${RDEPEND}
		sys-devel/gettext
		>=dev-util/intltool-0.35"