Сравнение camlp5-8.00.04 с camlp5-8.00.05-r1
/usr/portage/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild 2023-10-09 14:52:29.784368358 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
DESCRIPTION="A preprocessor-pretty-printer of ocaml" |
9 | 9 |
HOMEPAGE="https://camlp5.github.io/" |
10 |
SRC_URI="https://github.com/camlp5/camlp5/archive/rel${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
S="${WORKDIR}/${PN}-rel${PV}" |
|
10 |
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz |
|
11 |
-> ${P}.tar.gz" |
|
12 | 12 | |
13 | 13 |
LICENSE="BSD" |
14 | 14 |
SLOT="0/${PV}" |
15 |
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" |
|
15 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |
|
16 | 16 |
IUSE="doc +ocamlopt" |
17 | 17 | |
18 |
RDEPEND="dev-ml/camlp-streams:=" |
|
18 |
RDEPEND=" |
|
19 |
dev-ml/camlp-streams:= |
|
20 |
dev-ml/rresult:= |
|
21 |
dev-ml/bos:= |
|
22 |
dev-ml/pcre-ocaml:= |
|
23 |
" |
|
19 | 24 | |
20 | 25 |
src_prepare() { |
21 | 26 |
egit_clean |