diff options
author | Johannes Huber <johu@gentoo.org> | 2014-07-29 15:23:50 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-07-29 15:23:50 +0000 |
commit | 4ceac219768df517959f656773dd933ad4e9be7e (patch) | |
tree | c6f952d888a9e1bc92461d7838f8950687219e62 /kde-misc/kcmsystemd | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-4ceac219768df517959f656773dd933ad4e9be7e.tar.gz gentoo-2-4ceac219768df517959f656773dd933ad4e9be7e.tar.bz2 gentoo-2-4ceac219768df517959f656773dd933ad4e9be7e.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/kcmsystemd')
-rw-r--r-- | kde-misc/kcmsystemd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kcmsystemd/kcmsystemd-0.7.0.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-misc/kcmsystemd/ChangeLog b/kde-misc/kcmsystemd/ChangeLog index 93cdb659f2a4..157fb40b1cdb 100644 --- a/kde-misc/kcmsystemd/ChangeLog +++ b/kde-misc/kcmsystemd/ChangeLog @@ -1,6 +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.3 2014/04/06 11:11:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.4 2014/07/29 15:23:50 johu Exp $ + +*kcmsystemd-0.7.0 (29 Jul 2014) + + 29 Jul 2014; Johannes Huber <johu@gentoo.org> +kcmsystemd-0.7.0.ebuild: + Version bump. *kcmsystemd-0.6.1 (06 Apr 2014) diff --git a/kde-misc/kcmsystemd/kcmsystemd-0.7.0.ebuild b/kde-misc/kcmsystemd/kcmsystemd-0.7.0.ebuild new file mode 100644 index 000000000000..e108f0befce1 --- /dev/null +++ b/kde-misc/kcmsystemd/kcmsystemd-0.7.0.ebuild @@ -0,0 +1,24 @@ +# 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.7.0.ebuild,v 1.1 2014/07/29 15:23:50 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 +" |