commit:     675149760a5fab2495534ca4472876fa53830137
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 19:39:44 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 19:46:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67514976

app-text/xmlto: RDEPEND on a web browser for HTML to text

Bug: https://bugs.gentoo.org/566320

Package-Manager: portage-2.2.25_p7

 app-text/xmlto/{xmlto-0.0.26.ebuild => xmlto-0.0.26-r1.ebuild} | 3 ++-
 app-text/xmlto/{xmlto-0.0.28.ebuild => xmlto-0.0.28-r1.ebuild} | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/xmlto/xmlto-0.0.26.ebuild 
b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
similarity index 89%
rename from app-text/xmlto/xmlto-0.0.26.ebuild
rename to app-text/xmlto/xmlto-0.0.26-r1.ebuild
index 0d423a6..44a6f3d 100644
--- a/app-text/xmlto/xmlto-0.0.26.ebuild
+++ b/app-text/xmlto/xmlto-0.0.26-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit eutils
 
-DESCRIPTION="script for converting XML and DocBook formatted documents to a 
variety of output formats"
+DESCRIPTION="script for converting XML and DocBook documents to a variety of 
output formats"
 HOMEPAGE="https://fedorahosted.org/xmlto/";
 
SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2";
 
@@ -22,6 +22,7 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1
        || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
        || ( sys-apps/util-linux app-misc/getopt )
        || ( sys-apps/which sys-freebsd/freebsd-ubin )
+       || ( virtual/w3m www-client/lynx www-client/links )
        latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )"
 # We only depend on flex when we patch the imput lexer.
 DEPEND="${RDEPEND}"

diff --git a/app-text/xmlto/xmlto-0.0.28.ebuild 
b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
similarity index 89%
rename from app-text/xmlto/xmlto-0.0.28.ebuild
rename to app-text/xmlto/xmlto-0.0.28-r1.ebuild
index 44dc5f3..64bfc64 100644
--- a/app-text/xmlto/xmlto-0.0.28.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit eutils
 
-DESCRIPTION="script for converting XML and DocBook formatted documents to a 
variety of output formats"
+DESCRIPTION="script for converting XML and DocBook documents to a variety of 
output formats"
 HOMEPAGE="https://fedorahosted.org/xmlto/";
 
SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2";
 
@@ -22,6 +22,7 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.62.0-r1
        || ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )
        || ( sys-apps/util-linux app-misc/getopt )
        || ( sys-apps/which sys-freebsd/freebsd-ubin )
+       || ( virtual/w3m www-client/lynx www-client/elinks )
        latex? ( >=app-text/passivetex-1.25 >=dev-tex/xmltex-1.9-r2 )"
 # We only depend on flex when we patch the imput lexer.
 DEPEND="${RDEPEND}"

Reply via email to