diff options
author | David Holm <dholm@gentoo.org> | 2004-02-18 09:23:06 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-18 09:23:06 +0000 |
commit | 403880607fd55410b9b53c4593b152b95950ac70 (patch) | |
tree | a80e35142eb55871e3dffe9c8c527768ac5ce6c2 /app-gnustep/easydiff | |
parent | version bump. cleaned up src_install, installed compat scripts to ispell-aspe... (diff) | |
download | historical-403880607fd55410b9b53c4593b152b95950ac70.tar.gz historical-403880607fd55410b9b53c4593b152b95950ac70.tar.bz2 historical-403880607fd55410b9b53c4593b152b95950ac70.zip |
Added to ~ppc
Diffstat (limited to 'app-gnustep/easydiff')
-rw-r--r-- | app-gnustep/easydiff/ChangeLog | 9 | ||||
-rw-r--r-- | app-gnustep/easydiff/easydiff-0.1.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-gnustep/easydiff/ChangeLog b/app-gnustep/easydiff/ChangeLog index b1f787016a8a..3ef60ef2fcdc 100644 --- a/app-gnustep/easydiff/ChangeLog +++ b/app-gnustep/easydiff/ChangeLog @@ -1,7 +1,10 @@ # 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.2 2003/07/16 16:29:30 brain Exp $ - +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/easydiff/ChangeLog,v 1.3 2004/02/18 09:21:02 dholm Exp $ + + 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: diff --git a/app-gnustep/easydiff/easydiff-0.1.ebuild b/app-gnustep/easydiff/easydiff-0.1.ebuild index 6b4b6e3bd9c6..306f9759fdd7 100644 --- a/app-gnustep/easydiff/easydiff-0.1.ebuild +++ b/app-gnustep/easydiff/easydiff-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.2 2003/07/16 16:29:30 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/easydiff/easydiff-0.1.ebuild,v 1.3 2004/02/18 09:21:02 dholm Exp $ inherit gnustep @@ -10,6 +10,6 @@ DESCRIPTION="GNUstep app that lets you easily see the differences between two te 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" +KEYWORDS="x86 ~ppc" SLOT="0" S=${WORKDIR}/EasyDiff |