diff options
author | 2014-03-21 20:48:18 +0000 | |
---|---|---|
committer | 2014-03-21 20:48:18 +0000 | |
commit | ea2c06313c20d98fd845ee49c359df1b583de8ff (patch) | |
tree | 86da8a935b4964bd8321847bba8c421b08a2cc44 /media-gfx/kgraphviewer | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-ea2c06313c20d98fd845ee49c359df1b583de8ff.tar.gz gentoo-2-ea2c06313c20d98fd845ee49c359df1b583de8ff.tar.bz2 gentoo-2-ea2c06313c20d98fd845ee49c359df1b583de8ff.zip |
Bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
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 | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-gfx/kgraphviewer/ChangeLog b/media-gfx/kgraphviewer/ChangeLog index de4a67e24897..d269ece1e05a 100644 --- a/media-gfx/kgraphviewer/ChangeLog +++ b/media-gfx/kgraphviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/kgraphviewer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.8 2012/07/10 16:32:16 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/ChangeLog,v 1.9 2014/03/21 20:48:18 johu Exp $ + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> kgraphviewer-2.1.1.ebuild: + Bump to EAPI 5. 10 Jul 2012; Michael Palimaka <kensington@gentoo.org> +files/kgraphviewer-2.1.1-boost-1.50.patch, kgraphviewer-2.1.1.ebuild: diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild b/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild index 4e13a25555ff..e9f2fdcffd15 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1.1.ebuild,v 1.3 2012/07/10 16:32:16 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kgraphviewer/kgraphviewer-2.1.1.ebuild,v 1.4 2014/03/21 20:48:18 johu Exp $ -EAPI=4 +EAPI=5 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 @@ -10,7 +10,7 @@ zh_CN zh_TW" KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="A graphviz dot graph file viewer for KDE" +DESCRIPTION="KDE graphviz dot graph file viewer" HOMEPAGE="http://kde-apps.org/content/show.php?content=23999" SRC_URI="https://api.opensuse.org/public/source/home:milianw:kdeapps/${PN}/${P}.tar.gz" |