diff options
Diffstat (limited to 'app-gnustep/easydiff/easydiff-0.1.ebuild')
-rw-r--r-- | app-gnustep/easydiff/easydiff-0.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-gnustep/easydiff/easydiff-0.1.ebuild b/app-gnustep/easydiff/easydiff-0.1.ebuild new file mode 100644 index 000000000000..4c5d73ee3cf6 --- /dev/null +++ b/app-gnustep/easydiff/easydiff-0.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/easydiff/easydiff-0.1.ebuild,v 1.1 2003/07/15 08:09:24 raker Exp $ + +inherit gnustep + +need-gnustep-gui + +DESCRIPTION="GNUstep app that lets you easily see the differences between two text files." +HOMEPAGE="http://www.collaboration-world.com/easydiff/" +LICENSE="GPL" +SRC_URI="http://freshmeat.net/redir/easydiff/33520/url_tgz/EasyDiff-${PV}.tar.gz" +KEYWORDS="x86" +SLOT="0" +S=${WORKDIR}/EasyDiff |