blob: 836bcf274bd4eb2d95ce99f52d6f29b00fdc1069 (
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
31
32
33
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-ufw/kcm-ufw-0.4.1.ebuild,v 1.1 2012/01/08 15:26:07 thev00d00 Exp $
EAPI=4
KDE_MINIMAL="4.5"
KDE_LINGUAS="en es fr lt"
inherit kde4-base
MY_P="${P/-/_}"
DESCRIPTION="KCM module to control the Uncomplicated Firewall"
HOMEPAGE="http://kde-apps.org/content/show.php?content=137789"
SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="$(add_kdebase_dep kdelibs)
net-firewall/ufw
sys-auth/polkit-kde-agent
"
DEPEND="${COMMON_DEPEND}
dev-util/automoc
"
RDEPEND="${COMMON_DEPEND}
$(add_kdebase_dep kcmshell)
"
S="${WORKDIR}/${MY_P}"
|