summaryrefslogtreecommitdiff
path: root/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild')
-rw-r--r--kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild b/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild
new file mode 100644
index 00000000000..869e32362ae
--- /dev/null
+++ b/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Systemd control module for KDE"
+HOMEPAGE="https://github.com/rthomsen/kcmsystemd"
+SRC_URI="https://github.com/rthomsen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE=""
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-libs/boost-1.45"
+
+RDEPEND="${DEPEND}"