From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 028371382C5 for ; Mon, 25 May 2020 14:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42F41E085B; Mon, 25 May 2020 14:02:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17DEBE085B for ; Mon, 25 May 2020 14:02:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FF2F34EF06 for ; Mon, 25 May 2020 14:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D9B268 for ; Mon, 25 May 2020 14:02:06 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1590415241.f3d76e96e57b560dabee7e26f3341b1d310cf8d9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild sys-auth/AusweisApp2/AusweisApp2-9999.ebuild sys-auth/AusweisApp2/Manifest sys-auth/AusweisApp2/metadata.xml X-VCS-Directories: sys-auth/AusweisApp2/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f3d76e96e57b560dabee7e26f3341b1d310cf8d9 X-VCS-Branch: master Date: Mon, 25 May 2020 14:02:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b545639b-1186-4fb2-9b63-1c79c41ec925 X-Archives-Hash: 89d99088644653c5a0e6094e34fc3be4 commit: f3d76e96e57b560dabee7e26f3341b1d310cf8d9 Author: Conrad Kostecki gentoo org> AuthorDate: Mon May 25 14:00:31 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon May 25 14:00:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d76e96 Revert "sys-auth/AusweisApp2: New package" This reverts commit a0aecec5ccb947037a17d7a39371e1d8e38f646e. This was committed unintentionally, the ebuild is not ready. Signed-off-by: Conrad Kostecki gentoo.org> sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 39 -------------------------- sys-auth/AusweisApp2/AusweisApp2-9999.ebuild | 38 ------------------------- sys-auth/AusweisApp2/Manifest | 1 - sys-auth/AusweisApp2/metadata.xml | 8 ------ 4 files changed, 86 deletions(-) diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild deleted file mode 100644 index 42a6ddab53d..00000000000 --- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Official authentication app for German ID cards and residence permits" -HOMEPAGE="https://www.ausweisapp.bund.de/" -SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="EUPL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="virtual/pkgconfig" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwebsockets:5[qml] - dev-qt/qtwidgets:5 - dev-qt/qtdeclarative - dev-libs/openssl:0= - sys-apps/pcsc-lite - net-libs/http-parser:0= - virtual/udev" - -DEPEND="${RDEPEND} - dev-qt/qtconcurrent:5 - dev-qt/qtquickcontrols2:5 - dev-qt/linguist-tools:5" - -src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF ) - cmake_src_configure -} diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild deleted file mode 100644 index 774b124f02c..00000000000 --- a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake git-r3 - -DESCRIPTION="Official authentication app for German ID cards and residence permits" -HOMEPAGE="https://www.ausweisapp.bund.de/" -EGIT_REPO_URI="https://github.com/Governikus/AusweisApp2.git" - -LICENSE="EUPL-1.2" -SLOT="0" - -BDEPEND="virtual/pkgconfig" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwebsockets:5[qml] - dev-qt/qtwidgets:5 - dev-qt/qtdeclarative - dev-libs/openssl:0= - sys-apps/pcsc-lite - net-libs/http-parser:0= - virtual/udev" - -DEPEND="${RDEPEND} - dev-qt/qtconcurrent:5 - dev-qt/qtquickcontrols2:5 - dev-qt/linguist-tools:5" - -src_configure() { - local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF ) - cmake_src_configure -} diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest deleted file mode 100644 index 6a730bf1ac7..00000000000 --- a/sys-auth/AusweisApp2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST AusweisApp2-1.20.0.tar.gz 9727544 BLAKE2B 23d31b5cff2756948d563052ff53fffb737c6895fddada036969350b0a65f404f8def70f8ac4409a34fe9f83160e15cd8d4b6441f901f8e53e791ca386140383 SHA512 9222bc59521aa3533c79206df14b079e618f6efbdd04c11b4cc754027dc155d2ad4a321cabdbb35b9308f5e9631ca05e828969633125fe0ac651156669a784d0 diff --git a/sys-auth/AusweisApp2/metadata.xml b/sys-auth/AusweisApp2/metadata.xml deleted file mode 100644 index 6c6206dd10c..00000000000 --- a/sys-auth/AusweisApp2/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - Governikus/AusweisApp2 - -