Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/asciidoc: asciidoc-8.6.8-r1.ebuild ChangeLog asciidoc-9999.ebuild
Date: Sun, 30 Jun 2013 15:35:02
Message-Id: 20130630153455.2E4B92171C@flycatcher.gentoo.org
1 jlec 13/06/30 15:34:55
2
3 Modified: asciidoc-8.6.8-r1.ebuild ChangeLog
4 asciidoc-9999.ebuild
5 Log:
6 app-text/asciidoc: Fix usage of python-r1.eclass
7
8 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.3 app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: asciidoc-8.6.8-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- asciidoc-8.6.8-r1.ebuild 23 Feb 2013 20:36:32 -0000 1.2
24 +++ asciidoc-8.6.8-r1.ebuild 30 Jun 2013 15:34:54 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.2 2013/02/23 20:36:32 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.3 2013/06/30 15:34:54 jlec Exp $
30
31 EAPI=5
32
33 @@ -24,6 +24,8 @@
34 SLOT="0"
35 IUSE="examples graphviz highlight test vim-syntax"
36
37 +REQUIRED_USE="highlight? ( ${PYTHON_REQUIRED_USE} )"
38 +
39 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
40 dev-libs/libxslt
41 graphviz? ( media-gfx/graphviz )
42
43
44
45 1.88 app-text/asciidoc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/ChangeLog?rev=1.88&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/ChangeLog?rev=1.88&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/ChangeLog?r1=1.87&r2=1.88
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v
54 retrieving revision 1.87
55 retrieving revision 1.88
56 diff -u -r1.87 -r1.88
57 --- ChangeLog 23 Feb 2013 20:36:32 -0000 1.87
58 +++ ChangeLog 30 Jun 2013 15:34:55 -0000 1.88
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-text/asciidoc
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.87 2013/02/23 20:36:32 zmedico Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.88 2013/06/30 15:34:55 jlec Exp $
64 +
65 + 30 Jun 2013; Justin Lecher <jlec@g.o> asciidoc-8.6.8-r1.ebuild,
66 + asciidoc-9999.ebuild:
67 + Fix usage of python-r1.eclass
68
69 23 Feb 2013; Zac Medico <zmedico@g.o> asciidoc-8.6.8-r1.ebuild,
70 asciidoc-9999.ebuild:
71
72
73
74 1.13 app-text/asciidoc/asciidoc-9999.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild?rev=1.13&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild?rev=1.13&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild?r1=1.12&r2=1.13
79
80 Index: asciidoc-9999.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild,v
83 retrieving revision 1.12
84 retrieving revision 1.13
85 diff -u -r1.12 -r1.13
86 --- asciidoc-9999.ebuild 23 Feb 2013 20:36:32 -0000 1.12
87 +++ asciidoc-9999.ebuild 30 Jun 2013 15:34:55 -0000 1.13
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild,v 1.12 2013/02/23 20:36:32 zmedico Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild,v 1.13 2013/06/30 15:34:55 jlec Exp $
93
94 EAPI=5
95
96 @@ -24,6 +24,8 @@
97 SLOT="0"
98 IUSE="examples graphviz highlight test vim-syntax"
99
100 +REQUIRED_USE="highlight? ( ${PYTHON_REQUIRED_USE} )"
101 +
102 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
103 dev-libs/libxslt
104 graphviz? ( media-gfx/graphviz )