summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-06-25 17:07:53 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-06-25 17:07:53 +0000
commit724709044ac791cd5dcb89025f7b8a2fdd4e32b9 (patch)
tree2e7efb20358f112d1fb991d6fa7272c4a06456e3 /app-emacs/gentoo-syntax
parentMarking sparc stable (diff)
downloadgentoo-2-724709044ac791cd5dcb89025f7b8a2fdd4e32b9.tar.gz
gentoo-2-724709044ac791cd5dcb89025f7b8a2fdd4e32b9.tar.bz2
gentoo-2-724709044ac791cd5dcb89025f7b8a2fdd4e32b9.zip
install ChangeLog file with a different name to avoid collisions with app-xemacs/gentoo-syntax (not yet in the tree)
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog7
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index a84c51753277..626f5dac7ec6 100644
--- a/app-emacs/gentoo-syntax/ChangeLog
+++ b/app-emacs/gentoo-syntax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/gentoo-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.3 2007/06/25 15:10:13 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.4 2007/06/25 17:07:53 opfer Exp $
+
+ 25 Jun 2007; Christian Faulhammer <opfer@gentoo.org>
+ gentoo-syntax-1.6-r1.ebuild:
+ install ChangeLog file with a different name to avoid collisions with
+ app-xemacs/gentoo-syntax (not yet in the tree)
25 Jun 2007; Ulrich Mueller <ulm@gentoo.org> -gentoo-syntax-1.6.ebuild,
gentoo-syntax-1.6-r1.ebuild:
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild
index 9d95fab9769f..2b50d57965c9 100644
--- a/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild
+++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.6-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-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild,v 1.2 2007/06/25 15:10:13 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.6-r1.ebuild,v 1.3 2007/06/25 17:07:53 opfer Exp $
inherit elisp
@@ -18,7 +18,7 @@ SITEFILE=51${PN}-gentoo.el
src_install() {
elisp-install ${PN} *.el *.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc ChangeLog
+ newdoc ChangeLog ChangeLog-Emacs
# the following is for backwards compatibility
dosym gentoo-syntax.el "${SITELISP}/${PN}/ebuild-mode.el"