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/opensp/
Date: Thu, 20 Jan 2022 15:20:18
Message-Id: 1642691989.7b01b4e5c717e91eee103485209b12deb985adf3.sam@gentoo
1 commit: 7b01b4e5c717e91eee103485209b12deb985adf3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 15:19:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 15:19:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b01b4e5
7
8 app-text/opensp: use BDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/opensp/opensp-1.5.2-r7.ebuild | 16 +++++++---------
13 1 file changed, 7 insertions(+), 9 deletions(-)
14
15 diff --git a/app-text/opensp/opensp-1.5.2-r7.ebuild b/app-text/opensp/opensp-1.5.2-r7.ebuild
16 index 7482559846fb..b64c81d3a7ca 100644
17 --- a/app-text/opensp/opensp-1.5.2-r7.ebuild
18 +++ b/app-text/opensp/opensp-1.5.2-r7.ebuild
19 @@ -1,14 +1,16 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 -inherit flag-o-matic autotools
26 +
27 +inherit autotools flag-o-matic
28
29 MY_P=${P/opensp/OpenSP}
30
31 DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management"
32 HOMEPAGE="http://openjade.sourceforge.net/"
33 SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz"
34 +S="${WORKDIR}"/${MY_P}
35
36 LICENSE="MIT"
37 SLOT="0"
38 @@ -16,11 +18,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~
39 IUSE="doc elibc_glibc nls static-libs test"
40 RESTRICT="!test? ( test )"
41
42 -RDEPEND="
43 - elibc_glibc? ( net-libs/libnsl:0= )"
44 -
45 -DEPEND="${RDEPEND}
46 - nls? ( sys-devel/gettext )
47 +RDEPEND="elibc_glibc? ( net-libs/libnsl:0= )"
48 +DEPEND="${RDEPEND}"
49 +BDEPEND="nls? ( sys-devel/gettext )
50 doc? (
51 app-text/xmlto
52 app-text/docbook-xml-dtd:4.1.2
53 @@ -31,8 +31,6 @@ DEPEND="${RDEPEND}
54 app-text/sgml-common
55 )"
56
57 -S=${WORKDIR}/${MY_P}
58 -
59 PATCHES=(
60 "${FILESDIR}"/${P}-fix-segfault.patch
61 "${FILESDIR}"/${P}-c11-using.patch