Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/
Date: Sat, 27 Feb 2021 07:46:52
Message-Id: 1614411986.b3a2f4f792b6348909d636452d35ca1ac099de0a.sam@gentoo
1 commit: b3a2f4f792b6348909d636452d35ca1ac099de0a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 07:46:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 07:46:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a2f4f7
7
8 app-text/xmlto: minor style changes
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/xmlto/xmlto-0.0.28-r4.ebuild | 11 +++++++----
14 1 file changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/app-text/xmlto/xmlto-0.0.28-r4.ebuild b/app-text/xmlto/xmlto-0.0.28-r4.ebuild
17 index 0c449e22a84..0bbb710eeae 100644
18 --- a/app-text/xmlto/xmlto-0.0.28-r4.ebuild
19 +++ b/app-text/xmlto/xmlto-0.0.28-r4.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
25 +DESCRIPTION="Script for converting XML and DocBook documents to a variety of output formats"
26 HOMEPAGE="https://pagure.io/xmlto"
27 SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
28
29 @@ -21,9 +21,11 @@ RDEPEND="app-text/docbook-xsl-stylesheets
30 # We only depend on flex when we patch the input lexer.
31 DEPEND="${RDEPEND}"
32
33 -DOCS="AUTHORS ChangeLog FAQ NEWS README THANKS"
34 +DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS )
35
36 -PATCHES=( "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch )
37 +PATCHES=(
38 + "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch
39 +)
40
41 src_prepare() {
42 default
43 @@ -36,7 +38,8 @@ src_prepare() {
44
45 src_configure() {
46 # We don't want the script to detect /bin/sh if it is bash.
47 - export ac_cv_path_BASH=${BASH}
48 + export ac_cv_path_BASH="${BASH}"
49 has_version sys-apps/util-linux || export GETOPT=getopt-long
50 +
51 econf
52 }