diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
commit | 4104055986030bf8c02d6db5b21e06b9246746b2 (patch) | |
tree | 3a624f62812341e35581b3ec937f197bf86bcb8e /app-editors | |
parent | dependency code first commit (diff) | |
download | gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2 gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip |
*** empty log message ***
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-2.8-r1.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild index 86843e680b42..06e64b5c7822 100644 --- a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild +++ b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild,v 1.1 2000/10/02 03:35:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p3.ebuild,v 1.2 2000/10/23 11:27:12 achim Exp $ A=gtk-xemacs-09252000.tar.bz2 S=${WORKDIR}/gtk-xemacs @@ -11,7 +11,8 @@ HOMEPAGE="http://www.cs.indiana.edu/elisp/gui-xemacs/" src_compile() { cd ${S} - try ./configure --prefix=/usr/X11R6 + try ./configure --prefix=/usr/X11R6 \ + --without-gnome try make } diff --git a/app-editors/joe/joe-2.8-r1.ebuild b/app-editors/joe/joe-2.8-r1.ebuild index 60580d9bcf5f..c927de524028 100644 --- a/app-editors/joe/joe-2.8-r1.ebuild +++ b/app-editors/joe/joe-2.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.7 2000/09/15 20:08:45 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.8 2000/10/23 11:27:12 achim Exp $ P=joe-2.8 A=joe2.8.tar.Z @@ -42,8 +42,8 @@ src_install() { dolib rjoerc dolib jpicorc - insinto /etc - doins termcap +# insinto /etc +# doins termcap dodoc copying INFO LIST README TODO VERSION } |