summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/easydiff/easydiff-0.3.1_pre20040927.ebuild')
-rw-r--r--gnustep-apps/easydiff/easydiff-0.3.1_pre20040927.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnustep-apps/easydiff/easydiff-0.3.1_pre20040927.ebuild b/gnustep-apps/easydiff/easydiff-0.3.1_pre20040927.ebuild
new file mode 100644
index 000000000000..75ad24e11b82
--- /dev/null
+++ b/gnustep-apps/easydiff/easydiff-0.3.1_pre20040927.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 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_pre20040927.ebuild,v 1.1 2004/09/28 17:54:19 fafhrd Exp $
+
+ECVS_CVS_COMMAND="cvs -q"
+ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep"
+ECVS_USER="anoncvs"
+ECVS_AUTH="ext"
+ECVS_MODULE="gnustep/dev-apps/${PN/easyd/EasyD}"
+ECVS_CO_OPTS="-D ${PV/*_pre}"
+ECVS_UP_OPTS="-D ${PV/*_pre}"
+ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep"
+
+S=${WORKDIR}/${ECVS_MODULE}
+
+DESCRIPTION="GNUstep app that lets you easily see the differences between two text files."
+HOMEPAGE="http://www.collaboration-world.com/easydiff/"
+
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}"
+RDEPEND="${GS_RDEPEND}"
+