diff options
author | 2007-09-11 20:55:48 +0000 | |
---|---|---|
committer | 2007-09-11 20:55:48 +0000 | |
commit | 6546d1f757fef8b0a61b860f88947d52be83faf5 (patch) | |
tree | 79921df85735781e0bd68afc2ca2b43ea1c3eb5c /app-editors/emacs-cvs | |
parent | Version bump. Bug #192171, by David Bosso <boss.gentoo at bosso.org>. (diff) | |
download | gentoo-2-6546d1f757fef8b0a61b860f88947d52be83faf5.tar.gz gentoo-2-6546d1f757fef8b0a61b860f88947d52be83faf5.tar.bz2 gentoo-2-6546d1f757fef8b0a61b860f88947d52be83faf5.zip |
upstream changed location of two documentation files, adjust dodoc command; fixes bug 192227, reported by Graham Murray <graham@gmurray.org.uk>
(Portage version: 2.1.2.12)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index d82f842706c1..a8dfaf04c04c 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,11 @@ # 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.152 2007/08/30 12:38:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.153 2007/09/11 20:55:48 opfer Exp $ + + 11 Sep 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-cvs-23.0.50.ebuild: + upstream changed location of two documentation files, adjust dodoc command; + fixes bug 192227, reported by Graham Murray <graham@gmurray.org.uk> 30 Aug 2007; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.50-r1.ebuild, emacs-cvs-23.0.0-r7.ebuild, emacs-cvs-23.0.50.ebuild: diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild index 8b944d67c4cb..43b05b9c44ec 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.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-23.0.50.ebuild,v 1.3 2007/08/30 12:38:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.4 2007/09/11 20:55:48 opfer Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -197,7 +197,7 @@ src_install () { elisp-site-file-install 00${PN}-${SLOT}-gentoo.el fi - dodoc AUTHORS BUGS CONTRIBUTE README || die "dodoc failed" + dodoc README BUGS etc/CONTRIBUTE etc/AUTHORS || die "dodoc failed" } emacs-infodir-rebuild() { |