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

EAPI=5

MY_PN="kcmsystemd"
inherit kde4-base

DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm"
SRC_URI="https://github.com/rthomsen/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

IUSE="debug"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"

DEPEND="
	>=dev-libs/boost-1.45
"
RDEPEND="${DEPEND}
	$(add_kdeapps_dep kcmshell)
	sys-apps/systemd
"

# only needed for 0.7.0 and 1.1.0
S="${WORKDIR}"/${MY_PN}-${PV}