commit:     99dcb1ecbbe42946f0f5a6d4557b8ffc9c2f16f3
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 21:57:49 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 21:57:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=99dcb1ec

kde-misc/systemd-kcm: Import from gentoo main tree

Package-Manager: portage-2.3.2

 kde-misc/systemd-kcm/metadata.xml             | 15 ++++++++++++++
 kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild | 28 +++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/kde-misc/systemd-kcm/metadata.xml 
b/kde-misc/systemd-kcm/metadata.xml
new file mode 100644
index 0000000..eea1483
--- /dev/null
+++ b/kde-misc/systemd-kcm/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <!-- maintainer-needed -->
+       <longdescription lang="en">
+KDE control module for systemd. Provides a graphical frontend for the systemd 
daemon, which allows to view and control systemd units, as well as modifying 
configuration files. Integrates in the KDE System Settings dialogue.
+       </longdescription>
+       <upstream>
+               <maintainer status="active">
+                       <email>rthoms...@gmail.com</email>
+                       <name>Ragnar Thomsen</name>
+               </maintainer>
+               <remote-id type="github">rthomsen/kcmsystemd</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild 
b/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild
new file mode 100644
index 0000000..0021edc
--- /dev/null
+++ b/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 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}

Reply via email to