From 794311d3cf6535fb96964be1036485a952204052 Mon Sep 17 00:00:00 2001 From: Joao Santos Date: Fri, 4 Mar 2022 12:23:31 +0000 Subject: app-misc/autenticacao-gov-bin: drop version 3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: João Santos --- app-misc/autenticacao-gov-bin/Manifest | 1 - .../autenticacao-gov-bin-3.3.1.ebuild | 75 ---------------------- 2 files changed, 76 deletions(-) delete mode 100644 app-misc/autenticacao-gov-bin/Manifest delete mode 100644 app-misc/autenticacao-gov-bin/autenticacao-gov-bin-3.3.1.ebuild diff --git a/app-misc/autenticacao-gov-bin/Manifest b/app-misc/autenticacao-gov-bin/Manifest deleted file mode 100644 index 00c5992..0000000 --- a/app-misc/autenticacao-gov-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pteid-mw_ubuntu20_amd64.deb 2676492 SHA256 a736ea109a5d2d99366212c91baddeeb9a296251810a8d89bad2b0bac8c243db SHA512 04e145bf33c9d8c6a2f60bcb7e63b1327ab4e8a0dabba6b7b460b2cc0db05476f53394f968cdcc0843b3c74ea2751234eb6da60d7dc7447a48bce55855a63921 WHIRLPOOL 5c75ece94e4728fcb9cecad31f8281431ef6143b41b8d1e6400020578d25f19b980940e8f6115257183d5972e169d53bc783cd404d6026cea667ed2f7e7134b0 diff --git a/app-misc/autenticacao-gov-bin/autenticacao-gov-bin-3.3.1.ebuild b/app-misc/autenticacao-gov-bin/autenticacao-gov-bin-3.3.1.ebuild deleted file mode 100644 index 211a33e..0000000 --- a/app-misc/autenticacao-gov-bin/autenticacao-gov-bin-3.3.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit unpacker desktop xdg - -ORIGINAL_PN="pteid-mw" -APP="eidguiV2" -CC_HOME="opt/${PN}" -DESCRIPTION="See and change information on your Portuguese eID Card" -HOMEPAGE="https://www.autenticacao.gov.pt/cc-aplicacao" - -SRC_URI="https://aplicacoes.autenticacao.gov.pt/apps/pteid-mw_ubuntu20_amd64.deb" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -RDEPEND=" - sys-apps/pcsc-tools - app-crypt/ccid - sys-libs/glibc - net-misc/curl - sys-devel/gcc - app-text/poppler[qt5,jpeg2k,png] - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtquickcontrols2:5 - dev-qt/qtwidgets:5 - >=dev-libs/openssl-1.1.0 - dev-libs/xerces-c - >=dev-libs/xml-security-c-2.0.0 - dev-libs/libzip -" - -QA_PREBUILT="/usr/bin/* /usr/lib64/*" -QA_PRESTRIPPED="/usr/bin/* /usr/lib64/*" - -S="${WORKDIR}/" - -src_unpack() { - unpack_deb ${A} -} - -src_prepare() { - # Rename docs directory to our needs. - mv usr/share/doc/{${ORIGINAL_PN},${PF}}/ || die - - # Decompress the docs. - gunzip usr/share/doc/${PF}/changelog.gz || die - - # Move folders to the right place - cp -r usr/local/{bin,include,lib} usr/ || die - rm -r usr/local/{bin,include,lib} || die - mv usr/lib usr/lib64 - - # Create folder for the font - mkdir -p usr/share/fonts || die - mv usr/bin/Lato-Regular.ttf usr/share/fonts/ || die - - eapply_user -} - -src_install() { - insinto /usr - doins -r usr/bin usr/include usr/local usr/lib64 usr/share - - exeinto /usr/bin/ - doexe usr/bin/${APP} -} \ No newline at end of file -- cgit v1.2.3-65-gdbad