Diff mercury-20.06.1 with a mercury-22.01
/usr/portage/dev-lang/mercury/mercury-22.01.ebuild 2023-10-09 14:52:29.468368350 +0300 | ||
---|---|---|
10 | 10 | |
11 | 11 |
DESCRIPTION="Mercury is a modern general-purpose logic/functional programming language" |
12 | 12 |
HOMEPAGE="https://www.mercurylang.org/index.html" |
13 |
SRC_URI="https://dl.mercurylang.org/release-20.06/${MY_P}.tar.gz |
|
13 |
SRC_URI="https://dl.mercurylang.org/release/${MY_P}.tar.gz |
|
14 | 14 |
https://dev.gentoo.org/~keri/distfiles/mercury/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" |
15 | 15 | |
16 | 16 |
LICENSE="GPL-2 LGPL-2" |
17 | 17 |
SLOT="0" |
18 | 18 |
KEYWORDS="~amd64 ~x86" |
19 | 19 | |
20 |
IUSE="debug doc emacs erlang examples java mono profile readline threads trail" |
|
20 |
IUSE="debug doc emacs examples java mono profile readline threads trail" |
|
21 | 21 | |
22 | 22 |
DEPEND="net-libs/libnsl:0= |
23 | 23 |
readline? ( sys-libs/readline:= ) |
24 |
erlang? ( dev-lang/erlang ) |
|
25 | 24 |
java? ( >=virtual/jdk-1.8:* ) |
26 | 25 |
mono? ( dev-lang/mono ) |
27 | 26 |
doc? ( sys-apps/texinfo )" |
... | ... | |
50 | 49 |
local myconf |
51 | 50 |
myconf="--libdir=/usr/$(get_libdir) \ |
52 | 51 |
$(use_enable mono csharp-grade) \ |
53 |
$(use_enable erlang erlang-grade) \ |
|
54 | 52 |
$(use_enable java java-grade) \ |
55 | 53 |
$(use_enable debug debug-grades) \ |
56 | 54 |
$(use_enable profile prof-grades) \ |
... | ... | |
164 | 162 |
fi |
165 | 163 | |
166 | 164 |
dodoc \ |
167 |
BUGS HISTORY LIMITATIONS NEWS README README.Linux \ |
|
168 |
README.Linux-Alpha README.Linux-m68k README.Linux-PPC \ |
|
165 |
BUGS HISTORY LIMITATIONS.md NEWS README README.md \ |
|
166 |
README.Linux README.Linux-m68k README.Linux-PPC \ |
|
169 | 167 |
RELEASE_NOTES VERSION || die |
170 | 168 | |
171 |
if use erlang; then |
|
172 |
dodoc README.Erlang |
|
173 |
fi |
|
174 | ||
175 | 169 |
if use java; then |
176 | 170 |
dodoc README.Java |
177 | 171 |
fi |