Diff uxn-0_p20230803 with a uxn-9999
/usr/portage/app-emulation/uxn/uxn-9999.ebuild 2023-10-09 14:52:28.736368331 +0300 | ||
---|---|---|
12 | 12 |
if [[ ${PV} == *9999* ]] ; then |
13 | 13 |
inherit git-r3 |
14 | 14 |
EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn" |
15 |
elif [[ ${PV} == *_p20230803 ]] ; then |
|
16 |
COMMIT=2ddc20b1b6acc05a1ce8ab468e407d138ccee581 |
|
15 |
elif [[ ${PV} == *_p20230609 ]] ; then |
|
16 |
COMMIT=f3674b2562e6c5557fc008edbac71d9fcfde64ff |
|
17 | 17 |
SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz |
18 | 18 |
-> ${P}.tar.gz" |
19 | 19 |
S="${WORKDIR}"/uxn-${COMMIT} |
20 |
KEYWORDS="amd64 ~x86" |
|
20 |
KEYWORDS="~amd64 ~x86" |
|
21 | 21 |
else |
22 | 22 |
die "wrong package version (PV), given: ${PV}" |
23 | 23 |
fi |
... | ... | |
32 | 32 | |
33 | 33 |
src_compile() { |
34 | 34 |
CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ./build.sh --no-run || |
35 |
die "building with \"build.sh\" failed" |
|
35 |
die "build failed" |
|
36 | 36 | |
37 | 37 |
local f |
38 | 38 |
local f_base |