diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-05-13 19:57:01 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-05-13 19:57:01 +0000 |
commit | 4632402cc088b79080732b50f977403f119cb8ff (patch) | |
tree | 6622b99bea330415c0e625c555f6086307f0597b /app-editors | |
parent | metadata.xml fixed (diff) | |
download | gentoo-2-4632402cc088b79080732b50f977403f119cb8ff.tar.gz gentoo-2-4632402cc088b79080732b50f977403f119cb8ff.tar.bz2 gentoo-2-4632402cc088b79080732b50f977403f119cb8ff.zip |
Fix indentation of site file.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild index 3b98dbf38c92..418648cef9d7 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.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.0.9999-r10.ebuild,v 1.10 2007/04/28 20:45:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild,v 1.11 2007/05/13 19:57:01 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -182,7 +182,7 @@ src_install () { doins src/*.[ch] sed 's/^X//' >00emacs-cvs-${SLOT}-gentoo.el <<EOF (if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version) -X (setq find-function-C-source-directory +X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF elisp-site-file-install 00emacs-cvs-${SLOT}-gentoo.el 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 1ee95535e5cb..aa0c41d8d95a 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.2 2007/04/29 17:50:43 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50.ebuild,v 1.3 2007/05/13 19:57:01 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -183,7 +183,7 @@ src_install () { 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 (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF elisp-site-file-install 00${PN}-${SLOT}-gentoo.el |