diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 22:30:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 22:30:55 +0000 |
commit | 2c54a9ce49096a5b45410b2ac030c5544ae78c2f (patch) | |
tree | f00f0083ba111de2f144520bbf4a3ae618e4ea54 /app-editors/ne | |
parent | don't assign default to S; header fix; tidy (diff) | |
download | historical-2c54a9ce49096a5b45410b2ac030c5544ae78c2f.tar.gz historical-2c54a9ce49096a5b45410b2ac030c5544ae78c2f.tar.bz2 historical-2c54a9ce49096a5b45410b2ac030c5544ae78c2f.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-editors/ne')
-rw-r--r-- | app-editors/ne/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/ne/ne-1.19.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/ne/ChangeLog b/app-editors/ne/ChangeLog index 99df6ea5c760..d2333cf83001 100644 --- a/app-editors/ne/ChangeLog +++ b/app-editors/ne/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/ne -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.2 2003/08/23 17:34:26 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.3 2004/03/13 22:30:39 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ne-1.19.ebuild: + Don't assign default to S; header fix 23 Aug 2003; <chuck@gentoo.org> ne-1.19.ebuild: Fix typo in Homepage, closes bug #27102. diff --git a/app-editors/ne/ne-1.19.ebuild b/app-editors/ne/ne-1.19.ebuild index 4b1baa2d1ea4..32a6906f327d 100644 --- a/app-editors/ne/ne-1.19.ebuild +++ b/app-editors/ne/ne-1.19.ebuild @@ -1,8 +1,7 @@ -# 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-editors/ne/ne-1.19.ebuild,v 1.3 2003/08/23 17:34:26 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.19.ebuild,v 1.4 2004/03/13 22:30:39 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="ne is the nice editor, easy to use for the beginner and powerful for the wizard" SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" HOMEPAGE="http://ne.dsi.unimi.it/" |