Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/
Date: Mon, 25 May 2020 14:02:11
Message-Id: 1590415241.f3d76e96e57b560dabee7e26f3341b1d310cf8d9.conikost@gentoo
1 commit: f3d76e96e57b560dabee7e26f3341b1d310cf8d9
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 14:00:31 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 14:00:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d76e96
7
8 Revert "sys-auth/AusweisApp2: New package"
9
10 This reverts commit a0aecec5ccb947037a17d7a39371e1d8e38f646e.
11 This was committed unintentionally, the ebuild is not ready.
12
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 39 --------------------------
16 sys-auth/AusweisApp2/AusweisApp2-9999.ebuild | 38 -------------------------
17 sys-auth/AusweisApp2/Manifest | 1 -
18 sys-auth/AusweisApp2/metadata.xml | 8 ------
19 4 files changed, 86 deletions(-)
20
21 diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
22 deleted file mode 100644
23 index 42a6ddab53d..00000000000
24 --- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
25 +++ /dev/null
26 @@ -1,39 +0,0 @@
27 -# Copyright 2020 Gentoo Authors
28 -# Distributed under the terms of the GNU General Public License v2
29 -
30 -EAPI=7
31 -
32 -inherit cmake
33 -
34 -DESCRIPTION="Official authentication app for German ID cards and residence permits"
35 -HOMEPAGE="https://www.ausweisapp.bund.de/"
36 -SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
37 -
38 -LICENSE="EUPL-1.2"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -
42 -BDEPEND="virtual/pkgconfig"
43 -
44 -RDEPEND="
45 - dev-qt/qtcore:5
46 - dev-qt/qtnetwork:5
47 - dev-qt/qtgui:5
48 - dev-qt/qtsvg:5
49 - dev-qt/qtwebsockets:5[qml]
50 - dev-qt/qtwidgets:5
51 - dev-qt/qtdeclarative
52 - dev-libs/openssl:0=
53 - sys-apps/pcsc-lite
54 - net-libs/http-parser:0=
55 - virtual/udev"
56 -
57 -DEPEND="${RDEPEND}
58 - dev-qt/qtconcurrent:5
59 - dev-qt/qtquickcontrols2:5
60 - dev-qt/linguist-tools:5"
61 -
62 -src_configure() {
63 - local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
64 - cmake_src_configure
65 -}
66
67 diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
68 deleted file mode 100644
69 index 774b124f02c..00000000000
70 --- a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
71 +++ /dev/null
72 @@ -1,38 +0,0 @@
73 -# Copyright 2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -inherit cmake git-r3
79 -
80 -DESCRIPTION="Official authentication app for German ID cards and residence permits"
81 -HOMEPAGE="https://www.ausweisapp.bund.de/"
82 -EGIT_REPO_URI="https://github.com/Governikus/AusweisApp2.git"
83 -
84 -LICENSE="EUPL-1.2"
85 -SLOT="0"
86 -
87 -BDEPEND="virtual/pkgconfig"
88 -
89 -RDEPEND="
90 - dev-qt/qtcore:5
91 - dev-qt/qtnetwork:5
92 - dev-qt/qtgui:5
93 - dev-qt/qtsvg:5
94 - dev-qt/qtwebsockets:5[qml]
95 - dev-qt/qtwidgets:5
96 - dev-qt/qtdeclarative
97 - dev-libs/openssl:0=
98 - sys-apps/pcsc-lite
99 - net-libs/http-parser:0=
100 - virtual/udev"
101 -
102 -DEPEND="${RDEPEND}
103 - dev-qt/qtconcurrent:5
104 - dev-qt/qtquickcontrols2:5
105 - dev-qt/linguist-tools:5"
106 -
107 -src_configure() {
108 - local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
109 - cmake_src_configure
110 -}
111
112 diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
113 deleted file mode 100644
114 index 6a730bf1ac7..00000000000
115 --- a/sys-auth/AusweisApp2/Manifest
116 +++ /dev/null
117 @@ -1 +0,0 @@
118 -DIST AusweisApp2-1.20.0.tar.gz 9727544 BLAKE2B 23d31b5cff2756948d563052ff53fffb737c6895fddada036969350b0a65f404f8def70f8ac4409a34fe9f83160e15cd8d4b6441f901f8e53e791ca386140383 SHA512 9222bc59521aa3533c79206df14b079e618f6efbdd04c11b4cc754027dc155d2ad4a321cabdbb35b9308f5e9631ca05e828969633125fe0ac651156669a784d0
119
120 diff --git a/sys-auth/AusweisApp2/metadata.xml b/sys-auth/AusweisApp2/metadata.xml
121 deleted file mode 100644
122 index 6c6206dd10c..00000000000
123 --- a/sys-auth/AusweisApp2/metadata.xml
124 +++ /dev/null
125 @@ -1,8 +0,0 @@
126 -<?xml version="1.0" encoding="UTF-8"?>
127 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
128 -<pkgmetadata>
129 - <!-- maintainer-needed -->
130 - <upstream>
131 - <remote-id type="github">Governikus/AusweisApp2</remote-id>
132 - </upstream>
133 -</pkgmetadata>