johu 14/03/18 22:17:59 Added: metadata.xml ChangeLog kcmsystemd-0.5.0.ebuild Log: New package. Import from kde overlay. Ebuild by David Heidelberger <[email protected]>. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.1 kde-misc/kcmsystemd/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?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>[email protected]</email> <name>Ragnar Thomsen</name> </maintainer> <bugs-to>https://github.com/rthomsen/kcmsystemd/issues</bugs-to> </upstream> </pkgmetadata> 1.1 kde-misc/kcmsystemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # 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 <[email protected]> +kcmsystemd-0.5.0.ebuild, +metadata.xml: New package. Import from kde overlay. Ebuild by David Heidelberger <[email protected]>. 1.1 kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: kcmsystemd-0.5.0.ebuild =================================================================== # 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 "
