diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-21 20:49:11 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-21 20:49:11 +0000 |
commit | 1f657da65e2784f05bebcd9f180cdd0e5bbc6b94 (patch) | |
tree | e5d29d2c4eeecb4f9dddbb3006eaa2fe0852d424 /media-gfx | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-1f657da65e2784f05bebcd9f180cdd0e5bbc6b94.tar.gz gentoo-2-1f657da65e2784f05bebcd9f180cdd0e5bbc6b94.tar.bz2 gentoo-2-1f657da65e2784f05bebcd9f180cdd0e5bbc6b94.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')
-rw-r--r-- | media-gfx/kiconedit/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/kiconedit/kiconedit-4.4.0.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/media-gfx/kiconedit/ChangeLog b/media-gfx/kiconedit/ChangeLog index 93c92755a3fe..90dc1dc86882 100644 --- a/media-gfx/kiconedit/ChangeLog +++ b/media-gfx/kiconedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/kiconedit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/kiconedit/ChangeLog,v 1.7 2011/10/28 23:58:39 abcd Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kiconedit/ChangeLog,v 1.8 2014/03/21 20:49:11 johu Exp $ + + 21 Mar 2014; Johannes Huber <johu@gentoo.org> kiconedit-4.4.0.ebuild: + Bump to EAPI 5. 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> kiconedit-4.4.0.ebuild: Bump to EAPI=4; set KDE_HANDBOOK @@ -35,4 +38,3 @@ 22 Jul 2009; Alex Alexander <wired@gentoo.org> +kiconedit-4.2.4.ebuild, +metadata.xml: ebuild from kde-testing overlay for kiconedit 4.2.4 - diff --git a/media-gfx/kiconedit/kiconedit-4.4.0.ebuild b/media-gfx/kiconedit/kiconedit-4.4.0.ebuild index 3eef77e24a20..bb3cd2ee7eed 100644 --- a/media-gfx/kiconedit/kiconedit-4.4.0.ebuild +++ b/media-gfx/kiconedit/kiconedit-4.4.0.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2011 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/kiconedit/kiconedit-4.4.0.ebuild,v 1.5 2011/10/28 23:58:39 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kiconedit/kiconedit-4.4.0.ebuild,v 1.6 2014/03/21 20:49:11 johu Exp $ -EAPI=4 +EAPI=5 KDE_LINGUAS="af ar be bg br ca ca@valencia cs cy da de el en_GB eo es et eu fa fi fr ga gl he hi hne hr hu is it ja km ko lt lv mai mk ms nb nds ne nl nn oc pa pl pt pt_BR ro ru se sk sl sv ta tg th tr uk vi wa xh zh_CN zh_HK zh_TW" KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" KDE_HANDBOOK="optional" - inherit kde4-base DESCRIPTION="KDE Icon Editor" |