Diff libchipcard-5.1.5_rc2 with a libchipcard-5.1.6

/usr/portage/sys-libs/libchipcard/libchipcard-5.1.6.ebuild 2023-10-09 14:52:35.548368503 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
5

  
6
MY_P="${P/_rc/rc}"
4
EAPI=8
7 5

  
8 6
DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)"
9 7
HOMEPAGE="https://www.aquamaniac.de/rdm/projects/libchipcard"
10
SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/229/${MY_P}.tar.gz"
8
SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/382/${P}.tar.gz"
11 9

  
12 10
LICENSE="LGPL-2.1"
13 11
SLOT="0"
......
28 26

  
29 27
DOCS=( AUTHORS ChangeLog NEWS README TODO doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} )
30 28

  
31
S="${WORKDIR}/${MY_P}"
32

  
33 29
src_configure() {
34 30
	local myeconfargs=(
35 31
		--disable-static
36
		--with-docpath=/usr/share/doc/${PF}/apidoc
32
		--with-docpath=/usr/share/doc/"${PF}"/apidoc
37 33
		$(use_enable doc full-doc)
38 34
	)
39 35
	econf "${myeconfargs[@]}"
Thank you!