johu 14/03/31 19:43:16 Modified: ChangeLog Added: kcmsystemd-0.6.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.2 kde-misc/kcmsystemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 18 Mar 2014 22:17:59 -0000 1.1 +++ ChangeLog 31 Mar 2014 19:43:16 -0000 1.2 @@ -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.1 2014/03/18 22:17:59 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.2 2014/03/31 19:43:16 johu Exp $ + +*kcmsystemd-0.6.0 (31 Mar 2014) + + 31 Mar 2014; Johannes Huber <[email protected]> +kcmsystemd-0.6.0.ebuild: + Version bump. *kcmsystemd-0.5.0 (18 Mar 2014) @@ -8,4 +13,3 @@ +metadata.xml: New package. Import from kde overlay. Ebuild by David Heidelberger <[email protected]>. - 1.1 kde-misc/kcmsystemd/kcmsystemd-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: kcmsystemd-0.6.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.6.0.ebuild,v 1.1 2014/03/31 19:43:16 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 "
