public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/
Date: Fri, 19 Jun 2020 21:22:01 +0000 (UTC)	[thread overview]
Message-ID: <1592601685.3664d1690fe16259d778de23329485cf23f6607c.conikost@gentoo> (raw)

commit:     3664d1690fe16259d778de23329485cf23f6607c
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat May 23 16:22:11 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 21:21:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3664d169

sys-auth/AusweisApp2: New package

The AusweisApp2 is a software, that you can install on your
Computer/Smartphone/Tablet, to identify yourself online with
your ID card or your electronic residence permit. The App is
availible for the most used operating systems and works in
all common browsers.

This package has been in ::guru since several weeks.

Closes: https://bugs.gentoo.org/344941
Closes: https://github.com/gentoo/gentoo/pull/15878
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 40 ++++++++++++++++++++++++++
 sys-auth/AusweisApp2/AusweisApp2-9999.ebuild   | 39 +++++++++++++++++++++++++
 sys-auth/AusweisApp2/Manifest                  |  1 +
 sys-auth/AusweisApp2/metadata.xml              | 19 ++++++++++++
 4 files changed, 99 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
new file mode 100644
index 00000000000..4cc7a6c7a05
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
@@ -0,0 +1,40 @@
+# 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="
+	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
+}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
new file mode 100644
index 00000000000..a4ae965bed8
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
@@ -0,0 +1,39 @@
+# 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="
+	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
+}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
new file mode 100644
index 00000000000..6a730bf1ac7
--- /dev/null
+++ b/sys-auth/AusweisApp2/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 00000000000..3139b205836
--- /dev/null
+++ b/sys-auth/AusweisApp2/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@pogatzki.net</email>
+		<name>Volkmar W. Pogatzki</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Governikus/AusweisApp2</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-06-19 21:22 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-19 21:22 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 23:16 [gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/ Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-03-03 23:16 Conrad Kostecki
2024-01-20 21:22 Conrad Kostecki
2024-01-14 16:28 Conrad Kostecki
2024-01-14  2:39 Conrad Kostecki
2024-01-02 18:45 Conrad Kostecki
2024-01-02 18:45 Conrad Kostecki
2023-12-23 21:51 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-05 22:41 Conrad Kostecki
2023-08-05 20:32 Conrad Kostecki
2023-07-26 21:23 Conrad Kostecki
2023-05-31 16:00 Conrad Kostecki
2023-05-31 16:00 Conrad Kostecki
2023-05-31 16:00 Conrad Kostecki
2023-04-29 22:25 Conrad Kostecki
2023-04-18 20:38 Conrad Kostecki
2023-04-18 20:38 Conrad Kostecki
2023-04-18 20:38 Conrad Kostecki
2023-03-12 19:00 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2022-12-20 22:03 Conrad Kostecki
2022-11-25 22:20 Conrad Kostecki
2022-11-25 22:20 Conrad Kostecki
2022-11-25 22:20 Conrad Kostecki
2022-11-02 20:53 Conrad Kostecki
2022-10-26 19:43 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-10-10 21:00 Conrad Kostecki
2022-09-07 20:34 Conrad Kostecki
2022-09-07 20:34 Conrad Kostecki
2022-09-02 23:36 Conrad Kostecki
2022-09-02 23:36 Conrad Kostecki
2022-08-22 20:05 Conrad Kostecki
2022-08-20 23:29 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-05-23 17:09 Conrad Kostecki
2022-05-23 17:09 Conrad Kostecki
2022-05-20 15:34 Conrad Kostecki
2022-05-15  0:25 Conrad Kostecki
2022-05-15  0:25 Conrad Kostecki
2022-05-15  0:25 Conrad Kostecki
2022-04-14 20:49 Conrad Kostecki
2022-03-21 20:04 Conrad Kostecki
2022-03-21 20:04 Conrad Kostecki
2022-03-21 20:04 Conrad Kostecki
2022-02-17 22:23 Conrad Kostecki
2022-02-12 14:11 Conrad Kostecki
2022-02-12 14:11 Conrad Kostecki
2022-02-12 14:11 Conrad Kostecki
2022-02-12 14:11 Conrad Kostecki
2022-01-20 23:56 Conrad Kostecki
2021-05-01 16:54 Conrad Kostecki
2021-05-01 16:54 Conrad Kostecki
2021-05-01 16:54 Conrad Kostecki
2021-04-01 16:22 Conrad Kostecki
2021-04-01 16:22 Conrad Kostecki
2021-03-15 20:34 Conrad Kostecki
2021-01-27 18:48 Conrad Kostecki
2021-01-03 20:52 Conrad Kostecki
2021-01-03 20:52 Conrad Kostecki
2020-12-07 21:46 Conrad Kostecki
2020-12-02 21:22 Conrad Kostecki
2020-10-07 15:17 Conrad Kostecki
2020-09-03 21:53 Conrad Kostecki
2020-06-24 18:55 Conrad Kostecki
2020-06-24 18:55 Conrad Kostecki
2020-06-24 18:55 Conrad Kostecki
2020-05-25 14:02 Conrad Kostecki
2020-05-25 11:17 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592601685.3664d1690fe16259d778de23329485cf23f6607c.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox