summaryrefslogtreecommitdiff
blob: 6746ef785f4aae232fc9c60d327efd8bca282990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2006 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_pre20050614.ebuild,v 1.1 2006/03/25 17:45:59 grobian Exp $

inherit gnustep subversion

# 25 Mar 2006: 20050614 latest commit in upstream repo

ESVN_OPTIONS="-r{${PV/*_pre}}"
ESVN_REPO_URI="http://svn.gna.org/svn/gnustep/apps/easydiff/trunk"
ESVN_STORE_DIR="${DISTDIR}/svn-src/svn.gna.org-gnustep/apps/easydiff/trunk"
ESVN_PROJECT=EasyDiff

S=${WORKDIR}/${PN}

DESCRIPTION="GNUstep app that lets you easily see the differences between two text files."
HOMEPAGE="http://www.collaboration-world.com/easydiff/"

KEYWORDS="~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"

IUSE=""
DEPEND="${GS_DEPEND}"
RDEPEND="${GS_RDEPEND}
	dev-util/subversion"

egnustep_install_domain "Local"