summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 07:46:26 +0000
committerSam James <sam@gentoo.org>2021-02-27 07:46:26 +0000
commitb3a2f4f792b6348909d636452d35ca1ac099de0a (patch)
tree8c937870ae5835513a655519a4f9205195c24f47 /app-text
parentapp-text/xmlto: EAPI 7 (diff)
downloadgentoo-b3a2f4f792b6348909d636452d35ca1ac099de0a.tar.gz
gentoo-b3a2f4f792b6348909d636452d35ca1ac099de0a.tar.bz2
gentoo-b3a2f4f792b6348909d636452d35ca1ac099de0a.zip
app-text/xmlto: minor style changes
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xmlto/xmlto-0.0.28-r4.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-text/xmlto/xmlto-0.0.28-r4.ebuild b/app-text/xmlto/xmlto-0.0.28-r4.ebuild
index 0c449e22a848..0bbb710eeaec 100644
--- a/app-text/xmlto/xmlto-0.0.28-r4.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
+DESCRIPTION="Script for converting XML and DocBook documents to a variety of output formats"
HOMEPAGE="https://pagure.io/xmlto"
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
@@ -21,9 +21,11 @@ RDEPEND="app-text/docbook-xsl-stylesheets
# We only depend on flex when we patch the input lexer.
DEPEND="${RDEPEND}"
-DOCS="AUTHORS ChangeLog FAQ NEWS README THANKS"
+DOCS=( AUTHORS ChangeLog FAQ NEWS README THANKS )
-PATCHES=( "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.0.22-format_fo_passivetex_check.patch
+)
src_prepare() {
default
@@ -36,7 +38,8 @@ src_prepare() {
src_configure() {
# We don't want the script to detect /bin/sh if it is bash.
- export ac_cv_path_BASH=${BASH}
+ export ac_cv_path_BASH="${BASH}"
has_version sys-apps/util-linux || export GETOPT=getopt-long
+
econf
}