diff options
author | Jonathan Callen <abcd@gentoo.org> | 2011-10-28 23:59:28 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2011-10-28 23:59:28 +0000 |
commit | 83d03024be2cca9e5523fee6e7e7663e52d65fa6 (patch) | |
tree | b24eedbde7bb858770db4226660ceeb265bd7092 /media-gfx/kgraphviewer | |
parent | Bump to EAPI=4; set KDE_HANDBOOK (diff) | |
download | gentoo-2-83d03024be2cca9e5523fee6e7e7663e52d65fa6.tar.gz gentoo-2-83d03024be2cca9e5523fee6e7e7663e52d65fa6.tar.bz2 gentoo-2-83d03024be2cca9e5523fee6e7e7663e52d65fa6.zip |
Bump to EAPI=4; set KDE_HANDBOOK
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/kgraphviewer')
-rw-r--r-- | media-gfx/kgraphviewer/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/kgraphviewer/ChangeLog b/media-gfx/kgraphviewer/ChangeLog index 7c7f3074fc2c..918e9f4f636d 100644 --- a/media-gfx/kgraphviewer/ChangeLog +++ b/media-gfx/kgraphviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/kgraphviewer -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.6 2010/12/17 12:19:21 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.7 2011/10/28 23:59:28 abcd Exp $ + + 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> kgraphviewer-2.1.1.ebuild: + Bump to EAPI=4; set KDE_HANDBOOK *kgraphviewer-2.1.1 (17 Dec 2010) diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild b/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild index 6dd41c1b2d67..1966cc22659e 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.1 2010/12/17 12:19:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.2 2011/10/28 23:59:28 abcd Exp $ -EAPI=3 +EAPI=4 KDE_LINGUAS="ar be bg ca ca@valencia cs da de el en_GB eo es et eu fr ga gl hi hne hr is it ja km ku lt mai nb nds nl nn pa pl pt pt_BR ro ru se sk sv th tr uk vi zh_CN zh_TW" +KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="A graphviz dot graph file viewer for KDE" @@ -16,7 +17,7 @@ SRC_URI="https://api.opensuse.org/public/source/home:milianw:kdeapps/${PN}/${P}. LICENSE="GPL-2 FDL-1.2" SLOT="4" KEYWORDS="~amd64 ~x86" -IUSE="debug +handbook" +IUSE="debug" RDEPEND=" media-gfx/graphviz |