diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-22 22:03:49 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-22 22:03:49 +0000 |
commit | 4a3dfdad62475f03a98ef5b7a3d03090078d1296 (patch) | |
tree | dfad1c29881f5ab1b713316af607c65c5deaa17e /gnustep-apps | |
parent | Moving to gnustep-apps/easydiff (diff) | |
download | historical-4a3dfdad62475f03a98ef5b7a3d03090078d1296.tar.gz historical-4a3dfdad62475f03a98ef5b7a3d03090078d1296.tar.bz2 historical-4a3dfdad62475f03a98ef5b7a3d03090078d1296.zip |
Moved from app-gnustep/easydiff to gnustep-apps/easydiff.
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/easydiff/ChangeLog | 29 | ||||
-rw-r--r-- | gnustep-apps/easydiff/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.1.ebuild | 16 | ||||
-rw-r--r-- | gnustep-apps/easydiff/files/digest-easydiff-0.1 | 1 | ||||
-rw-r--r-- | gnustep-apps/easydiff/metadata.xml | 5 |
5 files changed, 55 insertions, 0 deletions
diff --git a/gnustep-apps/easydiff/ChangeLog b/gnustep-apps/easydiff/ChangeLog new file mode 100644 index 000000000000..bd7b994c5c9d --- /dev/null +++ b/gnustep-apps/easydiff/ChangeLog @@ -0,0 +1,29 @@ +# ChangeLog for app-gnustep/easydiff +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.1 2004/07/22 22:03:49 fafhrd Exp $ + +*easydiff-0.1 (22 Jul 2004) + + 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> +metadata.xml, + +easydiff-0.1.ebuild: + Moved from app-gnustep/easydiff to gnustep-apps/easydiff. + + 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> easydiff-0.1.ebuild: + Changing the eclass to gnustep-old + + 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> easydiff-0.1.ebuild: + Changing the eclass to gnustep-old + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> easydiff-0.1.ebuild: + Added IUSE= + + 18 Feb 2004; David Holm <dholm@gentoo.org> easydiff-0.1.ebuild: + Added to ~ppc. + +*easydiff-0.1 (15 Jul 2003) + + 16 Jul 2003; Michele Balistreri <brain@gentoo.org> easydiff-0.1.ebuild: + Changing license to GPL-2 as "GPL" doesnt exist + + 15 Jul 2003; Nick Hadaway <raker@gentoo.org> easydiff-0.1.ebuild: + New ebuild. diff --git a/gnustep-apps/easydiff/Manifest b/gnustep-apps/easydiff/Manifest new file mode 100644 index 000000000000..6cc1c7bb2a3f --- /dev/null +++ b/gnustep-apps/easydiff/Manifest @@ -0,0 +1,4 @@ +MD5 8095bf360c41bff3fa774d4eb0bd8570 ChangeLog 851 +MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161 +MD5 9123d8a17fbc094295704008d01e70d7 easydiff-0.1.ebuild 566 +MD5 5df6bbc9e196a285a7d04bbebb457c0d files/digest-easydiff-0.1 63 diff --git a/gnustep-apps/easydiff/easydiff-0.1.ebuild b/gnustep-apps/easydiff/easydiff-0.1.ebuild new file mode 100644 index 000000000000..89ccea2e9651 --- /dev/null +++ b/gnustep-apps/easydiff/easydiff-0.1.ebuild @@ -0,0 +1,16 @@ +# 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.1.ebuild,v 1.1 2004/07/22 22:03:49 fafhrd Exp $ + +inherit gnustep-old + +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-2" +SRC_URI="http://freshmeat.net/redir/easydiff/33520/url_tgz/EasyDiff-${PV}.tar.gz" +KEYWORDS="x86 ~ppc" +SLOT="0" +S=${WORKDIR}/EasyDiff +IUSE="" diff --git a/gnustep-apps/easydiff/files/digest-easydiff-0.1 b/gnustep-apps/easydiff/files/digest-easydiff-0.1 new file mode 100644 index 000000000000..1f15fd518fff --- /dev/null +++ b/gnustep-apps/easydiff/files/digest-easydiff-0.1 @@ -0,0 +1 @@ +MD5 728972275d2324cb215819a0a333d6e3 EasyDiff-0.1.tar.gz 16711 diff --git a/gnustep-apps/easydiff/metadata.xml b/gnustep-apps/easydiff/metadata.xml new file mode 100644 index 000000000000..6cfe3231f3bc --- /dev/null +++ b/gnustep-apps/easydiff/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +</pkgmetadata> |