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/geresh | |
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/geresh')
-rw-r--r-- | app-editors/geresh/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/geresh/geresh-0.4.1.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-editors/geresh/ChangeLog b/app-editors/geresh/ChangeLog index 5c2b1d0ec742..2969b5e7b15d 100644 --- a/app-editors/geresh/ChangeLog +++ b/app-editors/geresh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/geresh -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/ChangeLog,v 1.2 2003/08/20 09:48:25 coronalvr Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/ChangeLog,v 1.3 2004/03/13 22:30:15 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> geresh-0.4.1.ebuild: + Don't assign default to S; header fix 20 Aug 2003; Alex Veber <coronalvr@gentoo.org> geresh-0.4.1.ebuild: move to x86, other archs please test. diff --git a/app-editors/geresh/geresh-0.4.1.ebuild b/app-editors/geresh/geresh-0.4.1.ebuild index ad6f735b65ad..37b8150c79f8 100644 --- a/app-editors/geresh/geresh-0.4.1.ebuild +++ b/app-editors/geresh/geresh-0.4.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-editors/geresh/geresh-0.4.1.ebuild,v 1.3 2003/09/05 23:05:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/geresh-0.4.1.ebuild,v 1.4 2004/03/13 22:30:15 mr_bones_ Exp $ DESCRIPTION="A simple multi-lingual console text editor with bidi & utf support" HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/" @@ -15,12 +15,8 @@ DEPEND="dev-libs/fribidi spell? ( nls? ( >=app-text/hspell-0.5 ) ) spell? ( virtual/aspell-dict )" - -S=${WORKDIR}/${P} - src_compile() { econf || die - emake || die } |