Diff tyxml-4.5.0 with a tyxml-4.6.0
/usr/portage/dev-ml/tyxml/tyxml-4.6.0.ebuild 2023-10-09 14:52:29.808368358 +0300 | ||
---|---|---|
1 |
# Copyright 2022 Gentoo Authors |
|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
6 | 6 |
inherit dune |
7 | 7 | |
8 | 8 |
DESCRIPTION="A library for building correct HTML and SVG documents" |
9 |
HOMEPAGE="https://github.com/ocsigen/tyxml" |
|
9 |
HOMEPAGE="https://github.com/ocsigen/tyxml/" |
|
10 | 10 |
SRC_URI="https://github.com/ocsigen/${PN}/releases/download/${PV}/${P}.tbz" |
11 | 11 | |
12 | 12 |
LICENSE="LGPL-2.1-with-linking-exception" |
... | ... | |
19 | 19 |
dev-ml/markup:= |
20 | 20 |
dev-ml/ppxlib:= |
21 | 21 |
dev-ml/uutf:= |
22 |
dev-ml/re:=" |
|
23 |
DEPEND="${RDEPEND}" |
|
24 |
BDEPEND="test? ( |
|
25 |
dev-ml/alcotest |
|
26 |
dev-ml/reason |
|
27 |
)" |
|
22 |
dev-ml/re:= |
|
23 |
" |
|
24 |
DEPEND=" |
|
25 |
${RDEPEND} |
|
26 |
" |
|
27 |
BDEPEND=" |
|
28 |
test? ( |
|
29 |
dev-ml/alcotest |
|
30 |
dev-ml/reason |
|
31 |
) |
|
32 |
" |
|
28 | 33 | |
29 |
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) |
|
34 |
PATCHES=( "${FILESDIR}"/${PN}-4.5.0-gentoo.patch ) |