diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-11-25 14:39:44 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-11-25 14:46:13 -0500 |
commit | 675149760a5fab2495534ca4472876fa53830137 (patch) | |
tree | d29cd6758fe0cfaa6c4323bad5f74902e7aad04f /app-text/xmlto | |
parent | net-misc/dropbear: version bump to 2015.69 (diff) | |
download | gentoo-675149760a5fab2495534ca4472876fa53830137.tar.gz gentoo-675149760a5fab2495534ca4472876fa53830137.tar.bz2 gentoo-675149760a5fab2495534ca4472876fa53830137.zip |
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
Diffstat (limited to 'app-text/xmlto')
-rw-r--r-- | app-text/xmlto/xmlto-0.0.26-r1.ebuild (renamed from app-text/xmlto/xmlto-0.0.26.ebuild) | 3 | ||||
-rw-r--r-- | app-text/xmlto/xmlto-0.0.28-r1.ebuild (renamed from app-text/xmlto/xmlto-0.0.28.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 index 0d423a6dbf1c..44a6f3d48dfe 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 index 44dc5f34a096..64bfc64e2106 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}" |