Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/qemacs: qemacs-0.3.2_pre20070226.ebuild ChangeLog
Date: Sun, 05 Oct 2008 11:31:53
Message-Id: E1KmRq2-00017v-Sg@stork.gentoo.org
1 flameeyes 08/10/05 11:31:50
2
3 Modified: qemacs-0.3.2_pre20070226.ebuild ChangeLog
4 Log:
5 Add missing build-time dependency over texi2html.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.9 app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild?r1=1.8&r2=1.9
14
15 Index: qemacs-0.3.2_pre20070226.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- qemacs-0.3.2_pre20070226.ebuild 10 Oct 2007 07:20:01 -0000 1.8
22 +++ qemacs-0.3.2_pre20070226.ebuild 5 Oct 2008 11:31:50 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.8 2007/10/10 07:20:01 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.2_pre20070226.ebuild,v 1.9 2008/10/05 11:31:50 flameeyes Exp $
29
30 inherit eutils versionator flag-o-matic
31
32 @@ -21,6 +21,9 @@
33
34 RDEPEND="${DEPEND}"
35
36 +DEPEND="${DEPEND}
37 + app-text/texi2html"
38 +
39 src_unpack() {
40 unpack ${A}
41 cd "${S}"
42
43
44
45 1.37 app-editors/qemacs/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.37&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?rev=1.37&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/qemacs/ChangeLog?r1=1.36&r2=1.37
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v
54 retrieving revision 1.36
55 retrieving revision 1.37
56 diff -u -r1.36 -r1.37
57 --- ChangeLog 15 Dec 2007 09:07:10 -0000 1.36
58 +++ ChangeLog 5 Oct 2008 11:31:50 -0000 1.37
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-editors/qemacs
61 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.36 2007/12/15 09:07:10 ulm Exp $
63 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.37 2008/10/05 11:31:50 flameeyes Exp $
65 +
66 + 05 Oct 2008; Diego Pettenò <flameeyes@g.o>
67 + qemacs-0.3.2_pre20070226.ebuild:
68 + Add missing build-time dependency over texi2html.
69
70 15 Dec 2007; Ulrich Mueller <ulm@g.o>
71 files/qemacs-0.3.2_pre20070226-Makefile-gentoo.patch: