blob: fc4a72bd0f9257f282182a901b9860f7f7d28ea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.3.1_pre20061115.ebuild,v 1.3 2008/01/30 01:36:37 ranger Exp $
inherit gnustep-2
DESCRIPTION="GNUstep app that lets you easily see the differences between two text files."
HOMEPAGE="http://www.collaboration-world.com/easydiff/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
KEYWORDS="~amd64 ppc x86"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="dev-util/subversion"
|