From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3BAA13835B for ; Sat, 27 Feb 2021 07:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D68E088D; Sat, 27 Feb 2021 07:46:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA2A4E088D for ; Sat, 27 Feb 2021 07:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F25323410F2 for ; Sat, 27 Feb 2021 07:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E73532 for ; Sat, 27 Feb 2021 07:46:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614411986.b3a2f4f792b6348909d636452d35ca1ac099de0a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xmlto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xmlto/xmlto-0.0.28-r4.ebuild X-VCS-Directories: app-text/xmlto/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3a2f4f792b6348909d636452d35ca1ac099de0a X-VCS-Branch: master Date: Sat, 27 Feb 2021 07:46:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8471862c-2173-4cd6-8d85-305b3520f513 X-Archives-Hash: 869deff3af0d5e89b1b06123ec917802 commit: b3a2f4f792b6348909d636452d35ca1ac099de0a Author: Sam James gentoo org> AuthorDate: Sat Feb 27 07:46:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 07:46:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a2f4f7 app-text/xmlto: minor style changes Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-text/xmlto/xmlto-0.0.28-r4.ebuild | 11 +++++++---- 1 file 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 0c449e22a84..0bbb710eeae 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 }