Diff eid-mw-5.1.11-r1 with a eid-mw-9999

/usr/portage/app-crypt/eid-mw/eid-mw-9999.ebuild 2023-10-09 14:52:28.228368318 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools desktop gnome2-utils
6
inherit autotools desktop gnome2-utils git-r3
7 7

  
8 8
DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"
9 9
HOMEPAGE="https://eid.belgium.be"
10
SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/Fedict/${PN}.git"
11 11

  
12 12
LICENSE="LGPL-3"
13 13
SLOT="0"
14
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
15 14
IUSE="+dialogs +gtk p11-kit"
16 15

  
17 16
RDEPEND=">=sys-apps/pcsc-lite-1.2.9
......
33 32
src_prepare() {
34 33
	default
35 34

  
36
	# Buggy internal versioning when autoreconf a tarball release.
37
	# Weird numbering is required otherwise we get a seg fault in
38
	# about-eid-mw program.
39
	echo "${PV}-v${PV}" > .version
40

  
41
	# See bug #862306
42
	sed -i \
43
		-e 's:PACKAGE_VERSION:MAINVERSION:' \
44
		cardcomm/pkcs11/src/libbeidpkcs11.pc.in || die
45

  
46 35
	# xpi module : we don't want it anymore
47 36
	sed -i -e '/SUBDIRS/ s:plugins_tools/xpi ::' Makefile.am || die
48 37
	sed -i -e '/plugins_tools\/xpi/ d' configure.ac || die
Thank you!