Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/
Date: Wed, 25 Nov 2015 19:46:48
Message-Id: 1448480773.675149760a5fab2495534ca4472876fa53830137.floppym@gentoo
1 commit: 675149760a5fab2495534ca4472876fa53830137
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 19:39:44 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 19:46:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67514976
7
8 app-text/xmlto: RDEPEND on a web browser for HTML to text
9
10 Bug: https://bugs.gentoo.org/566320
11
12 Package-Manager: portage-2.2.25_p7
13
14 app-text/xmlto/{xmlto-0.0.26.ebuild => xmlto-0.0.26-r1.ebuild} | 3 ++-
15 app-text/xmlto/{xmlto-0.0.28.ebuild => xmlto-0.0.28-r1.ebuild} | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/xmlto/xmlto-0.0.26.ebuild b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
19 similarity index 89%
20 rename from app-text/xmlto/xmlto-0.0.26.ebuild
21 rename to app-text/xmlto/xmlto-0.0.26-r1.ebuild
22 index 0d423a6..44a6f3d 100644
23 --- a/app-text/xmlto/xmlto-0.0.26.ebuild
24 +++ b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
25 @@ -5,7 +5,7 @@
26 EAPI=5
27 inherit eutils
28
29 -DESCRIPTION="script for converting XML and DocBook formatted documents to a variety of output formats"
30 +DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
31 HOMEPAGE="https://fedorahosted.org/xmlto/"
32 SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"
33
34 @@ -22,6 +22,7 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1
35 || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
36 || ( sys-apps/util-linux app-misc/getopt )
37 || ( sys-apps/which sys-freebsd/freebsd-ubin )
38 + || ( virtual/w3m www-client/lynx www-client/links )
39 latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )"
40 # We only depend on flex when we patch the imput lexer.
41 DEPEND="${RDEPEND}"
42
43 diff --git a/app-text/xmlto/xmlto-0.0.28.ebuild b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
44 similarity index 89%
45 rename from app-text/xmlto/xmlto-0.0.28.ebuild
46 rename to app-text/xmlto/xmlto-0.0.28-r1.ebuild
47 index 44dc5f3..64bfc64 100644
48 --- a/app-text/xmlto/xmlto-0.0.28.ebuild
49 +++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
50 @@ -5,7 +5,7 @@
51 EAPI=5
52 inherit eutils
53
54 -DESCRIPTION="script for converting XML and DocBook formatted documents to a variety of output formats"
55 +DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
56 HOMEPAGE="https://fedorahosted.org/xmlto/"
57 SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"
58
59 @@ -22,6 +22,7 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1
60 || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
61 || ( sys-apps/util-linux app-misc/getopt )
62 || ( sys-apps/which sys-freebsd/freebsd-ubin )
63 + || ( virtual/w3m www-client/lynx www-client/elinks )
64 latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )"
65 # We only depend on flex when we patch the imput lexer.
66 DEPEND="${RDEPEND}"