diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-11 10:42:01 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-03-11 10:42:01 +0000 |
commit | 0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7 (patch) | |
tree | fe3c42b9eea7955737786def8e675232a49ff4ee /gnustep-apps/easydiff/easydiff-0.4.0.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7.tar.gz gentoo-2-0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7.tar.bz2 gentoo-2-0da9e1e95c7d645fe2c47dcedf3b015ffadfeff7.zip |
New release, by GNUstep team. Cleaned and updated ebuild
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/easydiff/easydiff-0.4.0.ebuild')
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.4.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild new file mode 100644 index 000000000000..e4d8246723a3 --- /dev/null +++ b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.1 2009/03/11 10:42:01 voyageur Exp $ + +inherit gnustep-2 + +MY_P=${P/easyd/EasyD} +DESCRIPTION="GNUstep app that lets you easily see the differences between two text files." +HOMEPAGE="http://wiki.gnustep.org/index.php/EasyDiff.app" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="cvs" + +RDEPEND="cvs? ( dev-util/cvs )" + +S=${WORKDIR}/${MY_P} |