summaryrefslogtreecommitdiff
blob: 6215a0ea6f1dac7aac43241a1276b60f1c6313e7 (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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

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/${P}.tar.gz"

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

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