commit:     a71c7e915a1e8693704948d2b22d2e321c2d8867
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 23:41:50 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 23:42:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71c7e91

sys-auth/AusweisApp: drop 9999

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-auth/AusweisApp/AusweisApp-9999.ebuild | 47 ------------------------------
 1 file changed, 47 deletions(-)

diff --git a/sys-auth/AusweisApp/AusweisApp-9999.ebuild 
b/sys-auth/AusweisApp/AusweisApp-9999.ebuild
deleted file mode 100644
index 2ee0eb3209a0..000000000000
--- a/sys-auth/AusweisApp/AusweisApp-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3 xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/";
-EGIT_REPO_URI="https://github.com/Governikus/AusweisApp.git";
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       virtual/pkgconfig"
-
-RDEPEND="
-       dev-libs/openssl:0=
-       dev-qt/qtconcurrent:5
-       dev-qt/qtcore:5
-       dev-qt/qtdeclarative:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtquickcontrols2:5
-       dev-qt/qtsvg:5
-       dev-qt/qtwebsockets:5[qml]
-       dev-qt/qtwidgets:5
-       net-libs/http-parser:0=
-       sys-apps/pcsc-lite
-       virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to