blob: 46cb112853c239a015e4362f0e51f6f4a227365c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/kdiff3/kdiff3-0.9.71.ebuild,v 1.2 2004/02/09 03:54:00 absinthe Exp $
inherit kde-base
DESCRIPTION="KDE-based frontend to diff3"
SRC_URI="mirror://sourceforge/kdiff3/${P}.tar.gz"
HOMEPAGE="http://kdiff3.sourceforge.net/"
KEYWORDS="~x86"
LICENSE="GPL-2"
SLOT="0"
need-kde 3
RDEPEND="$RDEPEND sys-apps/diffutils"
|