Diff docbook2X-0.8.8-r4 with a docbook2X-0.8.8-r5
| /usr/portage/app-text/docbook2X/docbook2X-0.8.8-r5.ebuild 2025-07-29 16:22:12.600448172 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit autotools |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Tools to convert docbook to man and info" |
| 9 |
HOMEPAGE="https://docbook2x.sourceforge.net/" |
|
| 9 | 10 |
SRC_URI="https://downloads.sourceforge.net/docbook2x/${P}.tar.gz"
|
| 10 |
HOMEPAGE="http://docbook2x.sourceforge.net/" |
|
| 11 | 11 | |
| 12 |
LICENSE="MIT" |
|
| 12 | 13 |
SLOT="0" |
| 13 | 14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux ~x64-macos" |
| 14 | 15 |
IUSE="test" |
| 16 | ||
| 15 | 17 |
RESTRICT="!test? ( test )" |
| 16 |
LICENSE="MIT" |
|
| 17 | 18 | |
| 18 | 19 |
# dev-perl/XML-LibXML - although not mentioned upstream is required |
| 19 | 20 |
# for make check to complete. |
| ... | ... | |
| 33 | 34 |
"${FILESDIR}/${P}-error_on_missing_refentry.patch"
|
| 34 | 35 |
# bug #296112 |
| 35 | 36 |
"${FILESDIR}/${P}-drop-htmldir.patch"
|
| 37 |
# https://sourceforge.net/p/docbook2x/bugs/25/ |
|
| 38 |
"${FILESDIR}/${P}-stop-redeclaring-predefined-entity-lt.patch"
|
|
| 36 | 39 |
) |
| 37 | 40 | |
| 38 | 41 |
src_prepare() {
|