summaryrefslogtreecommitdiff
path: root/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild
diff options
context:
space:
mode:
authorDavid Heidelberger <david.heidelberger@ixit.cz>2014-01-01 22:42:59 +0100
committerDavid Heidelberger <david.heidelberger@ixit.cz>2014-01-01 22:42:59 +0100
commit915fe14c9d3678b79400ecf0d86a354bcc6cd373 (patch)
tree8f11d1a6f6376cb6f99d2117d5679308d8fd3fed /kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild
parent2e51170f99de50d8c51e1474ac1f82e813b79f00 (diff)
downloadkde-915fe14c9d3678b79400ecf0d86a354bcc6cd373.tar.gz
kde-915fe14c9d3678b79400ecf0d86a354bcc6cd373.tar.bz2
kde-915fe14c9d3678b79400ecf0d86a354bcc6cd373.zip
[kde-misc/kcmsystemd] bump 0.5.0
Package-Manager: portage-2.2.7
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}"