diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-30 15:00:00 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-30 15:00:00 +0000 |
commit | 8be8d51cbd3f6d05f133d1202079e2801e3530cb (patch) | |
tree | 887144f8e75b8ec554ed85771f0ed83278912ff3 /app-editors/emacs-cvs | |
parent | version bump for bug 278645 by Martin von Gagern (diff) | |
download | gentoo-2-8be8d51cbd3f6d05f133d1202079e2801e3530cb.tar.gz gentoo-2-8be8d51cbd3f6d05f133d1202079e2801e3530cb.tar.bz2 gentoo-2-8be8d51cbd3f6d05f133d1202079e2801e3530cb.zip |
revision bump for Emacs CVS HEAD so a proper executable is installed with no conflicts with Emacs 23 release
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild (renamed from app-editors/emacs-cvs/emacs-cvs-23.1.9999.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 04ff70fe259d..7c22542f7ca9 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.254 2009/07/30 14:54:35 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.255 2009/07/30 15:00:00 fauli Exp $ + +*emacs-cvs-23.1.9999-r1 (30 Jul 2009) + + 30 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + -emacs-cvs-23.1.9999.ebuild, +emacs-cvs-23.1.9999-r1.ebuild: + revision bump for Emacs CVS HEAD so a proper executable is installed with + no conflicts with Emacs 23 release 30 Jul 2009; Christian Faulhammer <fauli@gentoo.org> -emacs-cvs-23.0.94.ebuild, -files/emacs-23.0.94-handle-xz-suffix.patch, diff --git a/app-editors/emacs-cvs/emacs-cvs-23.1.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild index 743638b59037..078cbbce089b 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.1.9999.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.1.9999.ebuild,v 1.2 2009/07/14 07:36:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild,v 1.1 2009/07/30 15:00:00 fauli Exp $ EAPI=2 @@ -75,7 +75,7 @@ DEPEND="${RDEPEND} RDEPEND="${RDEPEND} >=app-emacs/emacs-common-gentoo-1[X?]" -EMACS_SUFFIX="emacs-${SLOT}" +EMACS_SUFFIX="emacs-${SLOT}-cvs" SITEFILE="20${PN}-${SLOT}-gentoo.el" src_prepare() { |