public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: ChangeLog emacs-cvs-23.0.50.ebuild
@ 2007-09-11 20:55 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-09-11 20:55 UTC (permalink / raw
  To: gentoo-commits

opfer       07/09/11 20:55:48

  Modified:             ChangeLog emacs-cvs-23.0.50.ebuild
  Log:
  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)

Revision  Changes    Path
1.153                app-editors/emacs-cvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	30 Aug 2007 12:38:26 -0000	1.152
+++ ChangeLog	11 Sep 2007 20:55:48 -0000	1.153
@@ -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:



1.4                  app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?r1=1.3&r2=1.4

Index: emacs-cvs-23.0.50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emacs-cvs-23.0.50.ebuild	30 Aug 2007 12:38:26 -0000	1.3
+++ emacs-cvs-23.0.50.ebuild	11 Sep 2007 20:55:48 -0000	1.4
@@ -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 @@
 		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() {



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: ChangeLog emacs-cvs-23.0.50.ebuild
@ 2007-09-12 13:32 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-09-12 13:32 UTC (permalink / raw
  To: gentoo-commits

opfer       07/09/12 13:32:00

  Modified:             ChangeLog emacs-cvs-23.0.50.ebuild
  Log:
  AUTHORS and CONTRIBUTE are installed by the Makefile, so no need to do a separate dodoc
  (Portage version: 2.1.2.12)

Revision  Changes    Path
1.154                app-editors/emacs-cvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	11 Sep 2007 20:55:48 -0000	1.153
+++ ChangeLog	12 Sep 2007 13:32:00 -0000	1.154
@@ -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.153 2007/09/11 20:55:48 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.154 2007/09/12 13:32:00 opfer Exp $
+
+  12 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
+  emacs-cvs-23.0.50.ebuild:
+  AUTHORS and CONTRIBUTE are installed by the Makefile, so no need to do a
+  separate dodoc
 
   11 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
   emacs-cvs-23.0.50.ebuild:



1.5                  app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild?r1=1.4&r2=1.5

Index: emacs-cvs-23.0.50.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-cvs-23.0.50.ebuild	11 Sep 2007 20:55:48 -0000	1.4
+++ emacs-cvs-23.0.50.ebuild	12 Sep 2007 13:32:00 -0000	1.5
@@ -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.4 2007/09/11 20:55:48 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50.ebuild,v 1.5 2007/09/12 13:32:00 opfer Exp $
 
 ECVS_AUTH="pserver"
 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -197,7 +197,7 @@
 		elisp-site-file-install 00${PN}-${SLOT}-gentoo.el
 	fi
 
-	dodoc README BUGS etc/CONTRIBUTE etc/AUTHORS || die "dodoc failed"
+	dodoc README BUGS || die "dodoc failed"
 }
 
 emacs-infodir-rebuild() {



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-12 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 13:32 [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: ChangeLog emacs-cvs-23.0.50.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2007-09-11 20:55 Christian Faulhammer (opfer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox