From 56720e8d7aa2e81ab8c7f1295bf6c8ad109746d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 28 Jul 2021 17:21:31 +0200 Subject: Update app-crypt/eobcanka to 3.1.3.150 --- app-crypt/eobcanka/Manifest | 2 +- app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild | 25 +++++++++++++++++++++++++ app-crypt/eobcanka/eobcanka-3.1.3.ebuild | 25 ------------------------- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild delete mode 100644 app-crypt/eobcanka/eobcanka-3.1.3.ebuild diff --git a/app-crypt/eobcanka/Manifest b/app-crypt/eobcanka/Manifest index 5407180..fb27825 100644 --- a/app-crypt/eobcanka/Manifest +++ b/app-crypt/eobcanka/Manifest @@ -1 +1 @@ -DIST eobcanka-3.1.3.deb 87168072 SHA256 f43a160e7e915164a7ea2f0f06dc30de68689053819d075e3672a9c239942795 SHA512 3820da2f4e464a971bfe9b4e25fc819c531a5dd818415dfe4d35b6857e0893b9921d3265cc99c57bd5ebe05e5105dd80ce548d1ebc0e2291b5b6efd2d58ed328 WHIRLPOOL 188c91bf5bf6efe72c28a0722363d2efa7a27138b46d72c99e00085668af03976ff4ee9372938c5c2b7c401f0b41aa79496ff3ca8e1d1265417dbd7c16b78903 +DIST eobcanka-3.1.3.150.deb 87168072 SHA256 f43a160e7e915164a7ea2f0f06dc30de68689053819d075e3672a9c239942795 SHA512 3820da2f4e464a971bfe9b4e25fc819c531a5dd818415dfe4d35b6857e0893b9921d3265cc99c57bd5ebe05e5105dd80ce548d1ebc0e2291b5b6efd2d58ed328 WHIRLPOOL 188c91bf5bf6efe72c28a0722363d2efa7a27138b46d72c99e00085668af03976ff4ee9372938c5c2b7c401f0b41aa79496ff3ca8e1d1265417dbd7c16b78903 diff --git a/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild b/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild new file mode 100644 index 0000000..d768d84 --- /dev/null +++ b/app-crypt/eobcanka/eobcanka-3.1.3.150.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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.1.3.ebuild b/app-crypt/eobcanka/eobcanka-3.1.3.ebuild deleted file mode 100644 index e066bd4..0000000 --- a/app-crypt/eobcanka/eobcanka-3.1.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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