diff options
author | Johannes Huber <johu@gentoo.org> | 2014-04-26 11:48:55 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-04-26 11:48:55 +0000 |
commit | fbbc839dc4349bba27c0bfab0ad99ba22ea4283a (patch) | |
tree | c09c125e84693b2a5fe64377a32a9f74f4f10732 /app-text/kding | |
parent | amd64/x86 stable, remove old. (diff) | |
download | gentoo-2-fbbc839dc4349bba27c0bfab0ad99ba22ea4283a.tar.gz gentoo-2-fbbc839dc4349bba27c0bfab0ad99ba22ea4283a.tar.bz2 gentoo-2-fbbc839dc4349bba27c0bfab0ad99ba22ea4283a.zip |
amd64/x86 stable, remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-text/kding')
-rw-r--r-- | app-text/kding/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/kding/kding-0.6-r1.ebuild | 26 | ||||
-rw-r--r-- | app-text/kding/kding-0.6-r2.ebuild | 4 |
3 files changed, 7 insertions, 29 deletions
diff --git a/app-text/kding/ChangeLog b/app-text/kding/ChangeLog index 5905fa90ba03..60736a32ccf4 100644 --- a/app-text/kding/ChangeLog +++ b/app-text/kding/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/kding # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/ChangeLog,v 1.23 2014/04/26 11:48:55 johu Exp $ + + 26 Apr 2014; Johannes Huber <johu@gentoo.org> -kding-0.6-r1.ebuild, + kding-0.6-r2.ebuild: + amd64/x86 stable, remove old. *kding-0.6-r2 (20 Mar 2014) diff --git a/app-text/kding/kding-0.6-r1.ebuild b/app-text/kding/kding-0.6-r1.ebuild deleted file mode 100644 index 8948c3ddad92..000000000000 --- a/app-text/kding/kding-0.6-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6-r1.ebuild,v 1.4 2012/11/16 22:48:56 johu Exp $ - -EAPI=4 -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 -} diff --git a/app-text/kding/kding-0.6-r2.ebuild b/app-text/kding/kding-0.6-r2.ebuild index ade1d06040ba..625f60a8a3da 100644 --- a/app-text/kding/kding-0.6-r2.ebuild +++ b/app-text/kding/kding-0.6-r2.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kding/kding-0.6-r2.ebuild,v 1.2 2014/04/26 11:48:55 johu Exp $ EAPI=5 KDE_HANDBOOK="optional" @@ -13,7 +13,7 @@ SRC_URI="http://www.rexi.org/downloads/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" PATCHES=( "${FILESDIR}"/${P}-dtd.patch ) |