diff options
author | 2014-03-18 22:17:59 +0000 | |
---|---|---|
committer | 2014-03-18 22:17:59 +0000 | |
commit | 5148a4733ce8f0419164072d5119ab9c05c005d3 (patch) | |
tree | 3143196816a0e77c0c2ab0fad2e9770ca01cc318 /kde-misc | |
parent | x86 stable, bug #504062 (diff) | |
download | gentoo-2-5148a4733ce8f0419164072d5119ab9c05c005d3.tar.gz gentoo-2-5148a4733ce8f0419164072d5119ab9c05c005d3.tar.bz2 gentoo-2-5148a4733ce8f0419164072d5119ab9c05c005d3.zip |
New package. Import from kde overlay. Ebuild by David Heidelberger <david.heidelberger@ixit.cz>.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kcmsystemd/ChangeLog | 11 | ||||
-rw-r--r-- | kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild | 23 | ||||
-rw-r--r-- | kde-misc/kcmsystemd/metadata.xml | 15 |
3 files changed, 49 insertions, 0 deletions
diff --git a/kde-misc/kcmsystemd/ChangeLog b/kde-misc/kcmsystemd/ChangeLog new file mode 100644 index 000000000000..f81c5f0369d1 --- /dev/null +++ b/kde-misc/kcmsystemd/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for kde-misc/kcmsystemd +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.1 2014/03/18 22:17:59 johu Exp $ + +*kcmsystemd-0.5.0 (18 Mar 2014) + + 18 Mar 2014; Johannes Huber <johu@gentoo.org> +kcmsystemd-0.5.0.ebuild, + +metadata.xml: + New package. Import from kde overlay. Ebuild by David Heidelberger + <david.heidelberger@ixit.cz>. + 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 000000000000..478fbbb46325 --- /dev/null +++ b/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild,v 1.1 2014/03/18 22:17:59 johu Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE control module for systemd" +HOMEPAGE="https://github.com/rthomsen/kcmsystemd" +SRC_URI="https://github.com/rthomsen/${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_kdebase_dep kcmshell) + sys-apps/systemd +" diff --git a/kde-misc/kcmsystemd/metadata.xml b/kde-misc/kcmsystemd/metadata.xml new file mode 100644 index 000000000000..19f59f2b5820 --- /dev/null +++ b/kde-misc/kcmsystemd/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> + <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>rthomsen6@gmail.com</email> + <name>Ragnar Thomsen</name> + </maintainer> + <bugs-to>https://github.com/rthomsen/kcmsystemd/issues</bugs-to> + </upstream> +</pkgmetadata> |