diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-15 08:09:24 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-15 08:09:24 +0000 |
commit | 4cdcbcf806cc0748a53b99c3a96e51475f7cc35f (patch) | |
tree | 961dc16fcec78cdbf7d11c8bb42a313bcf8a15fe /app-gnustep/easydiff | |
parent | simplified the ebuild (diff) | |
download | historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.tar.gz historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.tar.bz2 historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.zip |
first big gnustep package import.
Diffstat (limited to 'app-gnustep/easydiff')
-rw-r--r-- | app-gnustep/easydiff/ChangeLog | 8 | ||||
-rw-r--r-- | app-gnustep/easydiff/Manifest | 2 | ||||
-rw-r--r-- | app-gnustep/easydiff/easydiff-0.1.ebuild | 15 | ||||
-rw-r--r-- | app-gnustep/easydiff/files/digest-easydiff-0.1 | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/app-gnustep/easydiff/ChangeLog b/app-gnustep/easydiff/ChangeLog new file mode 100644 index 000000000000..ba2ba5c5a046 --- /dev/null +++ b/app-gnustep/easydiff/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-gnustep/easydiff +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/easydiff/ChangeLog,v 1.1 2003/07/15 08:09:24 raker Exp $ + +*easydiff-0.1 (15 Jul 2003) + + 15 Jul 2003; Nick Hadaway <raker@gentoo.org> easydiff-0.1.ebuild: + New ebuild. diff --git a/app-gnustep/easydiff/Manifest b/app-gnustep/easydiff/Manifest new file mode 100644 index 000000000000..9bf0751a2ebd --- /dev/null +++ b/app-gnustep/easydiff/Manifest @@ -0,0 +1,2 @@ +MD5 fd4f2381fb785763ded83c5433dfd94b easydiff-0.1.ebuild 597 +MD5 5df6bbc9e196a285a7d04bbebb457c0d files/digest-easydiff-0.1 63 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 diff --git a/app-gnustep/easydiff/files/digest-easydiff-0.1 b/app-gnustep/easydiff/files/digest-easydiff-0.1 new file mode 100644 index 000000000000..1f15fd518fff --- /dev/null +++ b/app-gnustep/easydiff/files/digest-easydiff-0.1 @@ -0,0 +1 @@ +MD5 728972275d2324cb215819a0a333d6e3 EasyDiff-0.1.tar.gz 16711 |