diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-01 01:13:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-01 01:13:51 +0000 |
commit | 8319e7856bb0d2c19881a7e1aebc72218c6c2445 (patch) | |
tree | 6cedfb2f67c89b758869c8e2d84088dea19c5a0c /app-editors/emacs-cvs | |
parent | Rename site-init file for USE=source. (diff) | |
download | gentoo-2-8319e7856bb0d2c19881a7e1aebc72218c6c2445.tar.gz gentoo-2-8319e7856bb0d2c19881a7e1aebc72218c6c2445.tar.bz2 gentoo-2-8319e7856bb0d2c19881a7e1aebc72218c6c2445.zip |
Rename site-init file for USE=source.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-editors/emacs-cvs')
6 files changed, 22 insertions, 16 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 1a09dc34fd77..394255858a5f 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.174 2007/11/27 16:03:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.175 2007/12/01 01:13:51 ulm Exp $ + + 01 Dec 2007; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.50-r2.ebuild, + emacs-cvs-22.1.50_p20070829-r2.ebuild, + emacs-cvs-23.0.0_p20070920-r1.ebuild, emacs-cvs-23.0.50-r1.ebuild, + emacs-cvs-23.0.60-r1.ebuild: + Rename site-init file for USE=source. *emacs-cvs-23.0.0_p20070920-r1 (27 Nov 2007) *emacs-cvs-22.1.50_p20070829-r2 (27 Nov 2007) diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild index db6023f128bc..3b6defad5a80 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.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-r2.ebuild,v 1.1 2007/11/27 14:11:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -187,7 +187,7 @@ 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 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF ;;; ${PN}-${SLOT} site-lisp configuration @@ -195,7 +195,7 @@ src_install () { X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el fi dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed" diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild index 830b0063291c..a3abeb8d501f 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.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_p20070829-r2.ebuild,v 1.1 2007/11/27 16:03:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" @@ -174,7 +174,7 @@ 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 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF ;;; ${PN}-${SLOT} site-lisp configuration @@ -182,7 +182,7 @@ src_install () { X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el fi dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed" diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild index fdc0e6624168..83ce79a5168f 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-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-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v 1.1 2007/11/27 16:03:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="latest" @@ -179,7 +179,7 @@ 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 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF ;;; ${PN}-${SLOT} site-lisp configuration @@ -187,7 +187,7 @@ src_install () { X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el fi dodoc AUTHORS BUGS CONTRIBUTE README README.unicode || die "dodoc failed" diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild index ac39aa8138a9..556f4fabf786 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50-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-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.1 2007/11/27 14:11:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -189,7 +189,7 @@ 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 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF ;;; ${PN}-${SLOT} site-lisp configuration @@ -197,7 +197,7 @@ src_install () { X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el fi dodoc README BUGS || die "dodoc failed" diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild index a9c5ae40a84f..5036125a4ab4 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60-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-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.1 2007/11/27 14:11:48 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.2 2007/12/01 01:13:51 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -192,7 +192,7 @@ 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 + sed 's/^X//' >10${PN}-${SLOT}-gentoo.el <<-EOF ;;; ${PN}-${SLOT} site-lisp configuration @@ -200,7 +200,7 @@ src_install () { X (setq find-function-C-source-directory X "/usr/share/emacs/${FULL_VERSION}/src")) EOF - elisp-site-file-install 00${PN}-${SLOT}-gentoo.el + elisp-site-file-install 10${PN}-${SLOT}-gentoo.el fi dodoc README README.unicode BUGS || die "dodoc failed" |