Diff libcmis-0.5.2-r2 with a libcmis-9999

/usr/portage/dev-cpp/libcmis/libcmis-9999.ebuild 2023-10-09 14:52:29.304368345 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
7 7
	EGIT_REPO_URI="https://github.com/tdf/libcmis.git"
8 8
	inherit git-r3
9 9
else
10
	SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
11
	https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz"
12
	KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
10
	SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86 ~amd64-linux ~x86-linux"
13 12
fi
14 13
inherit autotools
15 14

  
......
40 39
	)
41 40
"
42 41

  
43
PATCHES=(
44
	"${FILESDIR}/${P}-icu-64.2.patch" # bug 674414
45
	"${WORKDIR}/${P}-patchset/${P}-fix-onedrive.patch"
46
	"${WORKDIR}/${P}-patchset/${P}-gdrive-do-not-allow-copying.patch"
47
	"${WORKDIR}/${P}-patchset/${P}-onedrive-do-not-allow-copying.patch"
48
	"${WORKDIR}/${P}-patchset/${P}-fix-gdrive-onedrive.patch"
49
)
50

  
51 42
src_prepare() {
52 43
	default
53 44
	eautoreconf
Thank you!