mrueg 14/11/20 11:44:26 Modified: ChangeLog Added: kgraphviewer-2.2.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.12 media-gfx/kgraphviewer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 1 Apr 2014 09:54:36 -0000 1.11 +++ ChangeLog 20 Nov 2014 11:44:26 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/kgraphviewer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.11 2014/04/01 09:54:36 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.12 2014/11/20 11:44:26 mrueg Exp $ + +*kgraphviewer-2.2.0 (20 Nov 2014) + + 20 Nov 2014; Manuel RĂ¼ger <[email protected]> +kgraphviewer-2.2.0.ebuild: + Version bump. 01 Apr 2014; Michael Palimaka <[email protected]> kgraphviewer-2.1.1.ebuild, kgraphviewer-2.1.1_p20140331.ebuild: 1.1 media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild?rev=1.1&content-type=text/plain Index: kgraphviewer-2.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.2.0.ebuild,v 1.1 2014/11/20 11:44:26 mrueg Exp $ EAPI=5 KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl hu it km nb nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW" KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="KDE graphviz dot graph file viewer" HOMEPAGE="http://www.kde.org/applications/graphics/kgraphviewer/ http://extragear.kde.org/apps/kgraphviewer/" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2 FDL-1.2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" >=media-gfx/graphviz-2.30 " DEPEND="${RDEPEND} >=dev-libs/boost-1.38 "
