Diff muParser-2.3.3-r2 with a muParser-2.3.4-r1
/usr/portage/dev-cpp/muParser/muParser-2.3.4-r1.ebuild 2023-10-09 14:52:29.308368346 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
inherit cmake toolchain-funcs |
7 | 7 | |
8 |
# The upstream tag is v2.3.3-1 instead of v2.3.3 |
|
9 |
suffix="-1" |
|
10 | ||
11 | 8 |
DESCRIPTION="Library for parsing mathematical expressions" |
12 | 9 |
HOMEPAGE="https://beltoforion.de/en/muparser/" |
13 |
SRC_URI="https://github.com/beltoforion/muparser/archive/refs/tags/v${PV}${suffix}.tar.gz -> ${P}.tar.gz" |
|
10 |
SRC_URI="https://github.com/beltoforion/muparser/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
|
14 | 11 |
S="${WORKDIR}"/muparser-${PV} |
15 | 12 | |
16 | 13 |
LICENSE="MIT" |
... | ... | |
19 | 16 |
IUSE="doc openmp test" |
20 | 17 |
RESTRICT="!test? ( test )" |
21 | 18 | |
22 |
S="${S}${suffix}" |
|
23 | ||
24 | 19 |
pkg_pretend() { |
25 | 20 |
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp |
26 | 21 |
} |