diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 19:43:33 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 19:43:33 +0000 |
commit | 40ca018aed33e717b0d3335995c1c357e6464cb3 (patch) | |
tree | 13f39d18f888de4a796f167c31de79729b02b4fa /app-gnustep/easydiff | |
parent | new upstream version (Manifest recommit) (diff) | |
download | gentoo-2-40ca018aed33e717b0d3335995c1c357e6464cb3.tar.gz gentoo-2-40ca018aed33e717b0d3335995c1c357e6464cb3.tar.bz2 gentoo-2-40ca018aed33e717b0d3335995c1c357e6464cb3.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'app-gnustep/easydiff')
-rw-r--r-- | app-gnustep/easydiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-gnustep/easydiff/easydiff-0.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-gnustep/easydiff/ChangeLog b/app-gnustep/easydiff/ChangeLog index 3ef60ef2fcdc..43ed9756cf1e 100644 --- a/app-gnustep/easydiff/ChangeLog +++ b/app-gnustep/easydiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-gnustep/easydiff # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/easydiff/ChangeLog,v 1.4 2004/04/17 19:43:33 aliz Exp $ + + 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. diff --git a/app-gnustep/easydiff/easydiff-0.1.ebuild b/app-gnustep/easydiff/easydiff-0.1.ebuild index 306f9759fdd7..be513074d1f7 100644 --- a/app-gnustep/easydiff/easydiff-0.1.ebuild +++ b/app-gnustep/easydiff/easydiff-0.1.ebuild @@ -1,6 +1,6 @@ # 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.3 2004/02/18 09:21:02 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/easydiff/easydiff-0.1.ebuild,v 1.4 2004/04/17 19:43:33 aliz Exp $ inherit gnustep @@ -13,3 +13,4 @@ SRC_URI="http://freshmeat.net/redir/easydiff/33520/url_tgz/EasyDiff-${PV}.tar.gz KEYWORDS="x86 ~ppc" SLOT="0" S=${WORKDIR}/EasyDiff +IUSE="" |