summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-14 12:00:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-14 12:13:38 +0200
commit0f8be8520d3495bd57ed7638671d288c8855cea9 (patch)
tree9ae4bdba0aa49e8fc7f41e816b01415ff96e6d9f /kde-misc/kdiff3/kdiff3-0.9.98_p20170219-r1.ebuild
parentapp-portage/gpyutils: Bump to EAPI=6, enable py3.6 (diff)
downloadgentoo-0f8be8520d3495bd57ed7638671d288c8855cea9.tar.gz
gentoo-0f8be8520d3495bd57ed7638671d288c8855cea9.tar.bz2
gentoo-0f8be8520d3495bd57ed7638671d288c8855cea9.zip
kde-misc/kdiff3: Fix missing cli options
Thanks-to: Peter Urbanec <bugs.gentoo.org@urbanec.net> Gentoo-bug: 546494 Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-misc/kdiff3/kdiff3-0.9.98_p20170219-r1.ebuild')
-rw-r--r--kde-misc/kdiff3/kdiff3-0.9.98_p20170219-r1.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-misc/kdiff3/kdiff3-0.9.98_p20170219-r1.ebuild b/kde-misc/kdiff3/kdiff3-0.9.98_p20170219-r1.ebuild
new file mode 100644
index 000000000000..04a916f8c4bc
--- /dev/null
+++ b/kde-misc/kdiff3/kdiff3-0.9.98_p20170219-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Frontend to diff3 based on Qt/KF5"
+HOMEPAGE="http://kdiff3.sourceforge.net/
+https://cgit.kde.org/scratch/thomasfischer/kdiff3.git/log/?h=kf5"
+SRC_URI="http://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ !kde-misc/kdiff3:4
+ sys-apps/diffutils
+"
+
+PATCHES=( "${FILESDIR}/${P}-cli-args.patch" )