diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-20 20:11:18 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-20 20:11:18 +0000 |
commit | 7332e2b4661a0cba7a948e75fda4b2556e676dfa (patch) | |
tree | cb8cfbd32fc4e28c6c356ffae3531e869b84175b /app-text/kding | |
parent | Remove old. (diff) | |
download | gentoo-2-7332e2b4661a0cba7a948e75fda4b2556e676dfa.tar.gz gentoo-2-7332e2b4661a0cba7a948e75fda4b2556e676dfa.tar.bz2 gentoo-2-7332e2b4661a0cba7a948e75fda4b2556e676dfa.zip |
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-text/kding')
-rw-r--r-- | app-text/kding/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/kding/kding-0.6-r2.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/app-text/kding/ChangeLog b/app-text/kding/ChangeLog index 129d6901096c..5905fa90ba03 100644 --- a/app-text/kding/ChangeLog +++ b/app-text/kding/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/kding -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.21 2012/11/16 22:49:59 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.22 2014/03/20 20:11:18 johu Exp $ + +*kding-0.6-r2 (20 Mar 2014) + + 20 Mar 2014; Johannes Huber <johu@gentoo.org> +kding-0.6-r2.ebuild: + Revision bump to EAPI 5. 16 Nov 2012; Johannes Huber <johu@gentoo.org> -kding-0.6.ebuild: Remove old. diff --git a/app-text/kding/kding-0.6-r2.ebuild b/app-text/kding/kding-0.6-r2.ebuild new file mode 100644 index 000000000000..ade1d06040ba --- /dev/null +++ b/app-text/kding/kding-0.6-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6-r2.ebuild,v 1.1 2014/03/20 20:11:17 johu Exp $ + +EAPI=5 +KDE_HANDBOOK="optional" +KDE_LINGUAS="de" +inherit kde4-base + +DESCRIPTION="KDE port of Ding, a dictionary lookup program." +HOMEPAGE="http://www.rexi.org/software/kding/" +SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +PATCHES=( "${FILESDIR}"/${P}-dtd.patch ) + +src_prepare() { + sed -e "/Encoding=UTF-8/d" \ + -i resources/kding.desktop || die "fixing .desktop file failed" + + kde4-base_src_prepare +} |