summaryrefslogtreecommitdiff
path: root/app-crypt/eobcanka/eobcanka-3.2.0.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2022-02-02 08:57:35 +0100
committerCtibor Brančík <ctibor@brancik.cz>2022-02-02 08:57:35 +0100
commit3171269360edf055e88b8cf139cdb0dbd4a61b0c (patch)
treedd8fb3273a6d986b3da17ddfb04cfa919ef50295 /app-crypt/eobcanka/eobcanka-3.2.0.ebuild
parent4b55ba2abf2784f949f525fc09b406047f964def (diff)
downloadbrancik-overlay-3171269360edf055e88b8cf139cdb0dbd4a61b0c.tar.gz
brancik-overlay-3171269360edf055e88b8cf139cdb0dbd4a61b0c.tar.bz2
app-crypt/eobcanka: version bump to 3.2.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'app-crypt/eobcanka/eobcanka-3.2.0.ebuild')
-rw-r--r--app-crypt/eobcanka/eobcanka-3.2.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-crypt/eobcanka/eobcanka-3.2.0.ebuild b/app-crypt/eobcanka/eobcanka-3.2.0.ebuild
deleted file mode 100644
index ce021a2..0000000
--- a/app-crypt/eobcanka/eobcanka-3.2.0.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"
-}