diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-24 07:57:22 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-24 07:57:22 +0000 |
commit | 85f073f16508117fbf3f3a90bfee83bc3cbf85de (patch) | |
tree | f6cf9b30db2ebd97799229dbf991d453151b85a4 /app-editors/emacs-cvs | |
parent | stable amd64, bug 175652; adding metadata.xml (diff) | |
download | gentoo-2-85f073f16508117fbf3f3a90bfee83bc3cbf85de.tar.gz gentoo-2-85f073f16508117fbf3f3a90bfee83bc3cbf85de.tar.bz2 gentoo-2-85f073f16508117fbf3f3a90bfee83bc3cbf85de.zip |
new branch has been opened, this is now reflected in the ebuild
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index b0a3dbe7a1d8..7606dd806bd0 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,10 @@ # 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.111 2007/04/24 03:24:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.112 2007/04/24 07:57:22 opfer Exp $ + + 24 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-cvs-22.0.9999-r10.ebuild: + new branch has been opened, this is now reflected in the ebuild *emacs-cvs-22.0.99 (24 Apr 2007) 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 c213f75e4318..ea0c6d865889 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,11 +1,11 @@ # 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.7 2007/04/20 19:45:36 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.9999-r10.ebuild,v 1.8 2007/04/24 07:57:22 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" ECVS_MODULE="emacs" -ECVS_BRANCH="HEAD" +ECVS_BRANCH="EMACS_22_BASE" ECVS_LOCALNAME="emacs-22" WANT_AUTOCONF="2.61" @@ -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 |