johu 14/04/06 11:11:46 Modified: ChangeLog Added: kcmsystemd-0.6.1.ebuild Removed: kcmsystemd-0.5.0.ebuild kcmsystemd-0.6.0.ebuild Log: Version bump wrt bug #506908. Remove old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.3 kde-misc/kcmsystemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 31 Mar 2014 19:43:16 -0000 1.2 +++ ChangeLog 6 Apr 2014 11:11:46 -0000 1.3 @@ -1,6 +1,12 @@ # 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.2 2014/03/31 19:43:16 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcmsystemd/ChangeLog,v 1.3 2014/04/06 11:11:46 johu Exp $ + +*kcmsystemd-0.6.1 (06 Apr 2014) + + 06 Apr 2014; Johannes Huber <[email protected]> +kcmsystemd-0.6.1.ebuild, + -kcmsystemd-0.5.0.ebuild, -kcmsystemd-0.6.0.ebuild: + Version bump wrt bug #506908. Remove old. *kcmsystemd-0.6.0 (31 Mar 2014) 1.1 kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kcmsystemd/kcmsystemd-0.6.1.ebuild?rev=1.1&content-type=text/plain Index: kcmsystemd-0.6.1.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.1.ebuild,v 1.1 2014/04/06 11:11:46 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 "
