blob: df883394e7b1941d70a4ac76f8c6d8af087adfc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/kshutdown/kshutdown-0.2.1.ebuild,v 1.1 2004/08/19 13:17:24 voxus Exp $
inherit kde
need-kde 3.2
DESCRIPTION="A shutdown manager for KDE"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://${PN}.sf.net"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
SLOT="0"
|