johu 14/03/21 18:41:56 Modified: ChangeLog Added: kvkbd-0.6-r1.ebuild Log: Revision bump to EAPI 5. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.10 kde-misc/kvkbd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kvkbd/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kvkbd/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kvkbd/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/kvkbd/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 11 Jun 2013 15:52:33 -0000 1.9 +++ ChangeLog 21 Mar 2014 18:41:56 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/kvkbd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kvkbd/ChangeLog,v 1.9 2013/06/11 15:52:33 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kvkbd/ChangeLog,v 1.10 2014/03/21 18:41:56 johu Exp $ + +*kvkbd-0.6-r1 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <[email protected]> +kvkbd-0.6-r1.ebuild: + Revision bump to EAPI 5. 11 Jun 2013; Agostino Sarubbo <[email protected]> kvkbd-0.6.ebuild: Stable for x86, wrt bug #472986 1.1 kde-misc/kvkbd/kvkbd-0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kvkbd/kvkbd-0.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kvkbd/kvkbd-0.6-r1.ebuild?rev=1.1&content-type=text/plain Index: kvkbd-0.6-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kvkbd/kvkbd-0.6-r1.ebuild,v 1.1 2014/03/21 18:41:56 johu Exp $ EAPI=5 inherit kde4-base KDEAPPS_ID="94374" DESCRIPTION="A virtual keyboard for KDE" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=94374" SRC_URI="http://www.kde-apps.org/CONTENT/content-files/${KDEAPPS_ID}-${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" PATCHES=( "${FILESDIR}/${P}-underlinking.patch" )
