blob: 1cfa1cab5baaa6a63fe7dec4f6afd62f00f3f0e0 (
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: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild,v 1.2 2010/05/21 22:08:45 hwoarang Exp $
EAPI=2
KDE_LINGUAS="ar bg cs de el es fr hu it nb nl pl pt_BR ru sk sr@Latn sr sv tr zh_CN"
inherit kde4-base
MY_P=${PN}-source-${PV/_}
DESCRIPTION="A shutdown manager for KDE"
HOMEPAGE="http://kshutdown.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 ~ppc ~x86"
IUSE="debug"
RDEPEND=">=kde-base/libkworkspace-${KDE_MINIMAL}
!${CATEGORY}/${PN}:0"
DEPEND="${RDEPEND}
app-arch/unzip"
S=${WORKDIR}/${P/_}
|