diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-05-10 10:55:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-05-10 10:55:07 +0000 |
commit | 542191a8204943d608bcb3bf3b32526b149a3f04 (patch) | |
tree | ff88b8837f5b6cabe952a7c9b3f4d59c7295a681 /app-emacs/auctex | |
parent | Stable on x86. (diff) | |
download | gentoo-2-542191a8204943d608bcb3bf3b32526b149a3f04.tar.gz gentoo-2-542191a8204943d608bcb3bf3b32526b149a3f04.tar.bz2 gentoo-2-542191a8204943d608bcb3bf3b32526b149a3f04.zip |
Fix whitespace.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r-- | app-emacs/auctex/auctex-11.82.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.83-r1.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.83.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.84-r1.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/auctex/auctex-11.84.ebuild | 8 |
5 files changed, 20 insertions, 20 deletions
diff --git a/app-emacs/auctex/auctex-11.82.ebuild b/app-emacs/auctex/auctex-11.82.ebuild index 1de4100620b9..b84714a63401 100644 --- a/app-emacs/auctex/auctex-11.82.ebuild +++ b/app-emacs/auctex/auctex-11.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.82.ebuild,v 1.3 2007/04/07 16:38:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.82.ebuild,v 1.4 2007/05/10 10:55:07 ulm Exp $ inherit elisp eutils latex-package @@ -36,7 +36,7 @@ src_install() { dosed ${SITELISP}/tex-site.el || die elisp-site-file-install ${FILESDIR}/51auctex-gentoo.el if use preview-latex; then - elisp-site-file-install ${FILESDIR}/60auctex-gentoo.el + elisp-site-file-install ${FILESDIR}/60auctex-gentoo.el fi dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } @@ -48,6 +48,6 @@ pkg_postinst() { } pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen + use preview-latex && latex-package_pkg_postrm + elisp-site-regen } diff --git a/app-emacs/auctex/auctex-11.83-r1.ebuild b/app-emacs/auctex/auctex-11.83-r1.ebuild index d5edeb9ff58f..fbfd1ba2c20a 100644 --- a/app-emacs/auctex/auctex-11.83-r1.ebuild +++ b/app-emacs/auctex/auctex-11.83-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.83-r1.ebuild,v 1.3 2007/04/07 16:38:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.83-r1.ebuild,v 1.4 2007/05/10 10:55:07 ulm Exp $ inherit elisp eutils latex-package autotools @@ -46,7 +46,7 @@ src_install() { dosed ${SITELISP}/tex-site.el || die elisp-site-file-install "${FILESDIR}/52auctex-gentoo.el" if use preview-latex; then - elisp-site-file-install "${FILESDIR}/60auctex-gentoo.el" + elisp-site-file-install "${FILESDIR}/60auctex-gentoo.el" fi dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } @@ -58,6 +58,6 @@ pkg_postinst() { } pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen + use preview-latex && latex-package_pkg_postrm + elisp-site-regen } diff --git a/app-emacs/auctex/auctex-11.83.ebuild b/app-emacs/auctex/auctex-11.83.ebuild index b76265eb96d8..70ac28c50341 100644 --- a/app-emacs/auctex/auctex-11.83.ebuild +++ b/app-emacs/auctex/auctex-11.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.83.ebuild,v 1.9 2007/04/07 16:38:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.83.ebuild,v 1.10 2007/05/10 10:55:07 ulm Exp $ inherit elisp eutils latex-package autotools @@ -36,7 +36,7 @@ src_install() { dosed ${SITELISP}/tex-site.el || die elisp-site-file-install ${FILESDIR}/51auctex-gentoo.el if use preview-latex; then - elisp-site-file-install ${FILESDIR}/60auctex-gentoo.el + elisp-site-file-install ${FILESDIR}/60auctex-gentoo.el fi dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } @@ -48,6 +48,6 @@ pkg_postinst() { } pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen + use preview-latex && latex-package_pkg_postrm + elisp-site-regen } diff --git a/app-emacs/auctex/auctex-11.84-r1.ebuild b/app-emacs/auctex/auctex-11.84-r1.ebuild index 8d5cd0960848..d65963183440 100644 --- a/app-emacs/auctex/auctex-11.84-r1.ebuild +++ b/app-emacs/auctex/auctex-11.84-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r1.ebuild,v 1.8 2007/05/10 10:40:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84-r1.ebuild,v 1.9 2007/05/10 10:55:07 ulm Exp $ inherit elisp eutils latex-package autotools @@ -82,7 +82,7 @@ src_install() { dosed ${SITELISP}/tex-site.el || die elisp-site-file-install "${FILESDIR}/52auctex-gentoo.el" if use preview-latex; then - elisp-site-file-install "${FILESDIR}/60auctex-gentoo.el" + elisp-site-file-install "${FILESDIR}/60auctex-gentoo.el" fi dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } @@ -94,6 +94,6 @@ pkg_postinst() { } pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen + use preview-latex && latex-package_pkg_postrm + elisp-site-regen } diff --git a/app-emacs/auctex/auctex-11.84.ebuild b/app-emacs/auctex/auctex-11.84.ebuild index dba3d3c6106e..a3b80f5a5165 100644 --- a/app-emacs/auctex/auctex-11.84.ebuild +++ b/app-emacs/auctex/auctex-11.84.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84.ebuild,v 1.4 2007/04/07 16:38:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.84.ebuild,v 1.5 2007/05/10 10:55:07 ulm Exp $ inherit elisp eutils latex-package autotools @@ -77,7 +77,7 @@ src_install() { dosed ${SITELISP}/tex-site.el || die elisp-site-file-install "${FILESDIR}/52auctex-gentoo.el" if use preview-latex; then - elisp-site-file-install "${FILESDIR}/60auctex-gentoo.el" + elisp-site-file-install "${FILESDIR}/60auctex-gentoo.el" fi dodoc ChangeLog CHANGES README RELEASE TODO FAQ INSTALL* } @@ -89,6 +89,6 @@ pkg_postinst() { } pkg_postrm(){ - use preview-latex && latex-package_pkg_postrm - elisp-site-regen + use preview-latex && latex-package_pkg_postrm + elisp-site-regen } |