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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79583158087 for ; Thu, 20 Jan 2022 15:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA18E075F; Thu, 20 Jan 2022 15:20:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB153E075F for ; Thu, 20 Jan 2022 15:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6346C34335E for ; Thu, 20 Jan 2022 15:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62AED239 for ; Thu, 20 Jan 2022 15:20:13 +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: <1642691989.7b01b4e5c717e91eee103485209b12deb985adf3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/opensp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/opensp/opensp-1.5.2-r7.ebuild X-VCS-Directories: app-text/opensp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b01b4e5c717e91eee103485209b12deb985adf3 X-VCS-Branch: master Date: Thu, 20 Jan 2022 15:20:13 +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: d4b367ae-4eab-4135-87cd-e045da292086 X-Archives-Hash: 628c4113418563b4c12c660f9012baaf commit: 7b01b4e5c717e91eee103485209b12deb985adf3 Author: Sam James gentoo org> AuthorDate: Thu Jan 20 15:19:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 20 15:19:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b01b4e5 app-text/opensp: use BDEPEND Signed-off-by: Sam James gentoo.org> app-text/opensp/opensp-1.5.2-r7.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild b/app-text/opensp/opensp-1.5.2-r7.ebuild index 7482559846fb..b64c81d3a7ca 100644 --- a/app-text/opensp/opensp-1.5.2-r7.ebuild +++ b/app-text/opensp/opensp-1.5.2-r7.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic autotools + +inherit autotools flag-o-matic MY_P=${P/opensp/OpenSP} DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" HOMEPAGE="http://openjade.sourceforge.net/" SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} LICENSE="MIT" SLOT="0" @@ -16,11 +18,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="doc elibc_glibc nls static-libs test" RESTRICT="!test? ( test )" -RDEPEND=" - elibc_glibc? ( net-libs/libnsl:0= )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) +RDEPEND="elibc_glibc? ( net-libs/libnsl:0= )" +DEPEND="${RDEPEND}" +BDEPEND="nls? ( sys-devel/gettext ) doc? ( app-text/xmlto app-text/docbook-xml-dtd:4.1.2 @@ -31,8 +31,6 @@ DEPEND="${RDEPEND} app-text/sgml-common )" -S=${WORKDIR}/${MY_P} - PATCHES=( "${FILESDIR}"/${P}-fix-segfault.patch "${FILESDIR}"/${P}-c11-using.patch