mrueg 14/08/03 22:49:12 Modified: ChangeLog Added: libkscreen-1.0.5.ebuild Log: Version bump (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.12 x11-libs/libkscreen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libkscreen/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libkscreen/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libkscreen/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 12 May 2014 00:35:27 -0000 1.11 +++ ChangeLog 3 Aug 2014 22:49:12 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libkscreen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/ChangeLog,v 1.11 2014/05/12 00:35:27 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/ChangeLog,v 1.12 2014/08/03 22:49:12 mrueg Exp $ + +*libkscreen-1.0.5 (03 Aug 2014) + + 03 Aug 2014; Manuel RĂ¼ger <[email protected]> +libkscreen-1.0.5.ebuild: + Version bump 12 May 2014; Johannes Huber <[email protected]> libkscreen-1.0.4.ebuild: Unrestrict tests. 1.1 x11-libs/libkscreen/libkscreen-1.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libkscreen/libkscreen-1.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libkscreen/libkscreen-1.0.5.ebuild?rev=1.1&content-type=text/plain Index: libkscreen-1.0.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libkscreen/libkscreen-1.0.5.ebuild,v 1.1 2014/08/03 22:49:12 mrueg Exp $ EAPI=5 VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="KDE screen management library" HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" >=dev-libs/qjson-0.8 x11-libs/libX11 x11-libs/libxcb x11-libs/libXrandr " DEPEND=" ${RDEPEND} test? ( dev-qt/qttest:4 ) "
