diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-05-25 16:00:31 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-05-25 16:00:41 +0200 |
commit | f3d76e96e57b560dabee7e26f3341b1d310cf8d9 (patch) | |
tree | 9b0de6d0f6b71d6d2b9928bcde4d3e54ef9da273 /sys-auth | |
parent | Revert "licenses: Add EUPL-1.2" (diff) | |
download | gentoo-f3d76e96e57b560dabee7e26f3341b1d310cf8d9.tar.gz gentoo-f3d76e96e57b560dabee7e26f3341b1d310cf8d9.tar.bz2 gentoo-f3d76e96e57b560dabee7e26f3341b1d310cf8d9.zip |
Revert "sys-auth/AusweisApp2: New package"
This reverts commit a0aecec5ccb947037a17d7a39371e1d8e38f646e.
This was committed unintentionally, the ebuild is not ready.
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 39 | ||||
-rw-r--r-- | sys-auth/AusweisApp2/AusweisApp2-9999.ebuild | 38 | ||||
-rw-r--r-- | sys-auth/AusweisApp2/Manifest | 1 | ||||
-rw-r--r-- | sys-auth/AusweisApp2/metadata.xml | 8 |
4 files changed, 0 insertions, 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 42a6ddab53d5..000000000000 --- 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 774b124f02cd..000000000000 --- 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 6a730bf1ac79..000000000000 --- 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 6c6206dd10cc..000000000000 --- a/sys-auth/AusweisApp2/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">Governikus/AusweisApp2</remote-id> - </upstream> -</pkgmetadata> |