Сравнение eid-mw-5.1.31 с eid-mw-9999
| /usr/portage/app-crypt/eid-mw/eid-mw-9999.ebuild 2025-06-17 18:21:09.624181541 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 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 |
| ... | ... | |
| 38 | 37 | |
| 39 | 38 |
src_prepare() {
|
| 40 | 39 |
default |
| 41 | ||
| 42 |
# Buggy internal versioning when autoreconf a tarball release. |
|
| 43 |
# Weird numbering is required otherwise we get a seg fault in |
|
| 44 |
# about-eid-mw program. |
|
| 45 |
echo "${PV}-v${PV}" > .version
|
|
| 46 | ||
| 47 | 40 |
eautoreconf |
| 48 | 41 |
} |
| 49 | 42 | |