summaryrefslogtreecommitdiff
path: root/kde-misc/kdiff3/kdiff3-0.9.93.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kdiff3/kdiff3-0.9.93.ebuild')
-rw-r--r--kde-misc/kdiff3/kdiff3-0.9.93.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-misc/kdiff3/kdiff3-0.9.93.ebuild b/kde-misc/kdiff3/kdiff3-0.9.93.ebuild
new file mode 100644
index 00000000000..da5899a0a1b
--- /dev/null
+++ b/kde-misc/kdiff3/kdiff3-0.9.93.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+KDE_LINGUAS="ar bg br cs cy da de el en_GB es et fr ga gl hi hu it ja ka lt nb
+nds nl pl pt pt_BR qm ro ru rw sv ta tg tr uk zh_CN"
+inherit kde4-base
+
+DESCRIPTION="KDE-based frontend to diff3"
+HOMEPAGE="http://kdiff3.sourceforge.net/"
+SRC_URI="mirror://sourceforge/kdiff3/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+RDEPEND=">=kde-base/libkonq-${KDE_MINIMAL}
+ sys-apps/diffutils"
+
+src_prepare() {
+ # fix handbook
+ if ! use htmlhandbook; then
+ sed -i \
+ -e "/add_subdirectory(doc)*$/ s/^#DONOTWANT //" \
+ "${S}"/CMakeLists.txt || die "removing docs failed"
+ fi
+}
+