Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ghh: ghh-9999.ebuild ChangeLog
Date: Sun, 19 Oct 2008 23:54:04
Message-Id: E1Kri5x-0008I3-8a@stork.gentoo.org
1 vapier 08/10/19 23:54:01
2
3 Modified: ghh-9999.ebuild ChangeLog
4 Log:
5 DEPEND on app-text/asciidoc #242322 by Daniel Willmann.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/ghh/ghh-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ghh/ghh-9999.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ghh/ghh-9999.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ghh/ghh-9999.ebuild?r1=1.1&r2=1.2
14
15 Index: ghh-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ghh-9999.ebuild 14 Jan 2008 02:43:12 -0000 1.1
22 +++ ghh-9999.ebuild 19 Oct 2008 23:54:01 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.1 2008/01/14 02:43:12 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.2 2008/10/19 23:54:01 vapier Exp $
28
29 EGIT_REPO_URI="http://jean-francois.richard.name/ghh.git"
30 inherit git autotools
31 @@ -18,6 +18,7 @@
32 =dev-libs/glib-2*
33 =gnome-base/libgnome-2*
34 app-text/gnome-doc-utils
35 + app-text/asciidoc
36 dev-util/git
37 dev-lang/python"
38 DEPEND="${RDEPEND}
39
40
41
42 1.2 dev-util/ghh/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ghh/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ghh/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/ghh/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 14 Jan 2008 02:43:12 -0000 1.1
55 +++ ChangeLog 19 Oct 2008 23:54:01 -0000 1.2
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-util/ghh
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.1 2008/01/14 02:43:12 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.2 2008/10/19 23:54:01 vapier Exp $
61 +
62 + 19 Oct 2008; Mike Frysinger <vapier@g.o> ghh-9999.ebuild:
63 + DEPEND on app-text/asciidoc #242322 by Daniel Willmann.
64
65 *ghh-9999 (14 Jan 2008)