From 4b55ba2abf2784f949f525fc09b406047f964def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 4 Jan 2022 14:57:35 +0100 Subject: Bump eobcanka to v3.2.0 --- app-crypt/eobcanka/Manifest | 2 +- app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild | 25 ------------------------- app-crypt/eobcanka/eobcanka-3.2.0.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild create mode 100644 app-crypt/eobcanka/eobcanka-3.2.0.ebuild diff --git a/app-crypt/eobcanka/Manifest b/app-crypt/eobcanka/Manifest index fb27825..e53132b 100644 --- a/app-crypt/eobcanka/Manifest +++ b/app-crypt/eobcanka/Manifest @@ -1 +1 @@ -DIST eobcanka-3.1.3.150.deb 87168072 SHA256 f43a160e7e915164a7ea2f0f06dc30de68689053819d075e3672a9c239942795 SHA512 3820da2f4e464a971bfe9b4e25fc819c531a5dd818415dfe4d35b6857e0893b9921d3265cc99c57bd5ebe05e5105dd80ce548d1ebc0e2291b5b6efd2d58ed328 WHIRLPOOL 188c91bf5bf6efe72c28a0722363d2efa7a27138b46d72c99e00085668af03976ff4ee9372938c5c2b7c401f0b41aa79496ff3ca8e1d1265417dbd7c16b78903 +DIST eobcanka-3.2.0.deb 87438452 SHA256 9a29894b7fda3639ec4df71a46f4c593e01433f995c2372195ebf7490544ed5f SHA512 14c65e56ee10b49d11a8065334000e10322a559c28a5997aa03cc102e7bde01f051bdb0fa33762f0862f875569f83bae04209f50942a62e24cf44c387c59d0fe WHIRLPOOL 21bdc1bfe1284031d7ec636116538a39f65d5757bec6e495fe9d2e8a1f1ead3e007e9f2c0776f2144d6ef0bfd42e21945142d8c6ad2efc18f9c8f2c9be861ec9 diff --git a/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild b/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild deleted file mode 100644 index ce021a2..0000000 --- a/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit unpacker xdg - -DESCRIPTION="Applications and libraries for the Czech eObcanka identity card." -HOMEPAGE="https://info.eidentita.cz/eop" -SRC_URI="https://info.eidentita.cz/download/eObcanka.deb -> ${PN}-${PV}.deb" - -LICENSE="Apache-2.0 LGPL-3 openssl eObcanka" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed" - cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed" -} diff --git a/app-crypt/eobcanka/eobcanka-3.2.0.ebuild b/app-crypt/eobcanka/eobcanka-3.2.0.ebuild new file mode 100644 index 0000000..ce021a2 --- /dev/null +++ b/app-crypt/eobcanka/eobcanka-3.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit unpacker xdg + +DESCRIPTION="Applications and libraries for the Czech eObcanka identity card." +HOMEPAGE="https://info.eidentita.cz/eop" +SRC_URI="https://info.eidentita.cz/download/eObcanka.deb -> ${PN}-${PV}.deb" + +LICENSE="Apache-2.0 LGPL-3 openssl eObcanka" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + cp -R "${WORKDIR}/usr" "${D}" || die "Installation failed" + cp -R "${WORKDIR}/opt" "${D}" || die "Installation failed" +} -- cgit v1.2.3