diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
commit | 09db38f1bcdafd7910778b9cde61ce9ebc260e50 (patch) | |
tree | 6e83e9e2583415777600987aa8be3ce09d77b79b /app-editors/emacs-cvs | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.gz gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.bz2 gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.zip |
whitespace cleanup
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/Manifest | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest index 75acc2834156..b4b244985af3 100644 --- a/app-editors/emacs-cvs/Manifest +++ b/app-editors/emacs-cvs/Manifest @@ -1,4 +1,4 @@ MD5 a04de07a2892706b18a05bcd2425b087 ChangeLog 1778 -MD5 91bb29f51b4f54e866b9e11113008ee3 emacs-cvs-21.3.50.ebuild 2265 -MD5 0e5a4a35651f5365c6191636a2c26eb7 files/emacs.desktop 190 +MD5 794d23280dfd518f73b67443c4bc6b68 emacs-cvs-21.3.50.ebuild 2253 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-emacs-cvs-21.3.50 0 +MD5 0e5a4a35651f5365c6191636a2c26eb7 files/emacs.desktop 190 diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild index 6e72fe9f6d39..75c8f063d408 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.12 2003/06/27 20:10:52 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.13 2003/09/05 23:05:05 msterret Exp $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -9,7 +9,7 @@ ECVS_CVS_OPTIONS="-dP" inherit cvs -IUSE="X nls gtk gtk2 Xaw3d gnome" +IUSE="X nls gtk gtk2 Xaw3d gnome" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Emacs is the extensible, customizable, self-documenting real-time display editor." @@ -50,22 +50,22 @@ src_compile() { use nls || myconf="${myconf} --disable-nls" if use X ; - then - myconf="${myconf} - --with-x - --with-xpm - --with-jpeg - --with-tiff - --with-gif + then + myconf="${myconf} + --with-x + --with-xpm + --with-jpeg + --with-tiff + --with-gif --with-png" if use gtk || use gtk2 - then - myconf="${myconf} --with-x-toolkit=gtk + then + myconf="${myconf} --with-x-toolkit=gtk --with-gtk --with-toolkit-scroll-bars" elif use Xaw3d - then - myconf="${myconf} --with-x-toolkit=athena + then + myconf="${myconf} --with-x-toolkit=athena --with-toolkit-scroll-bars" fi else |