diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-25 05:57:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-25 05:57:15 +0000 |
commit | f228c9c712f2b0e524be504f18ee69dec87c7c75 (patch) | |
tree | 0babb57d8e1ae35ba9ac52a492c90b325c2b015d /app-editors/emacs-cvs | |
parent | package.use.mask pbbuttonsd for kde-base/kdeutils because app-laptop/pbbutton... (diff) | |
download | historical-f228c9c712f2b0e524be504f18ee69dec87c7c75.tar.gz historical-f228c9c712f2b0e524be504f18ee69dec87c7c75.tar.bz2 historical-f228c9c712f2b0e524be504f18ee69dec87c7c75.zip |
Whitespace fixes.
Package-Manager: portage-2.1.3_rc5
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild | 12 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild index 7a7c42b729ac..8754b0d263f5 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50.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-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.20 2007/06/19 08:05:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.21 2007/06/25 05:55:35 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -186,11 +186,11 @@ src_install () { # This is not meant to install all the source -- just the # C source you might find via find-function doins src/*.[ch] - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<EOF -(if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) -X (setq find-function-C-source-directory -X "/usr/share/emacs/${FULL_VERSION}/src")) -EOF + sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF + (if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) + X (setq find-function-C-source-directory + X "/usr/share/emacs/${FULL_VERSION}/src")) + EOF elisp-site-file-install 00${PN}-${SLOT}-gentoo.el fi diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild index 9a6eb796205d..e04261bbaf1e 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.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-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild,v 1.26 2007/06/19 08:05:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0-r6.ebuild,v 1.27 2007/06/25 05:55:35 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -187,11 +187,11 @@ src_install () { # This is not meant to install all the source -- just the # C source you might find via find-function doins src/*.[ch] - sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<EOF -(if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) -X (setq find-function-C-source-directory -X "/usr/share/emacs/${FULL_VERSION}/src")) -EOF + sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF + (if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) + X (setq find-function-C-source-directory + X "/usr/share/emacs/${FULL_VERSION}/src")) + EOF elisp-site-file-install 00${PN}-${SLOT}-gentoo.el fi |