public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-auth/AusweisApp2/
Date: Thu,  2 Apr 2020 10:12:34 +0000 (UTC)	[thread overview]
Message-ID: <1585811537.077fe406ae78d9934712255fa5fe7fd0e4a934df.andrewammerlaan@gentoo> (raw)

commit:     077fe406ae78d9934712255fa5fe7fd0e4a934df
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr  2 07:12:17 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  2 07:12:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=077fe406

sys-auth/AusweisApp2: add live version

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>

 sys-auth/AusweisApp2/AusweisApp2-9999.ebuild | 69 ++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
new file mode 100644
index 0000000..bccccbf
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-9999.ebuild
@@ -0,0 +1,69 @@
+# 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"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="virtual/pkgconfig"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtconcurrent:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtgui:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwebsockets:5[qml]
+	dev-qt/qtquickcontrols2:5
+	dev-qt/qtwidgets:5
+	dev-libs/openssl:0=
+	sys-apps/pcsc-lite
+	net-libs/http-parser"
+
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5"
+
+src_prepare() {
+	cmake_src_prepare
+	eautoreconf
+}
+
+src_install() {
+	cmake_src_install
+	dolib.so "${BUILD_DIR}"/src/activation/base/libAusweisAppActivation.so
+	dolib.so "${BUILD_DIR}"/src/activation/customscheme/libAusweisAppActivationCustomScheme.so
+	dolib.so "${BUILD_DIR}"/src/activation/intent/libAusweisAppActivationIntent.so
+	dolib.so "${BUILD_DIR}"/src/activation/internal/libAusweisAppActivationInternal.so
+	dolib.so "${BUILD_DIR}"/src/activation/webservice/libAusweisAppActivationWebservice.so
+	dolib.so "${BUILD_DIR}"/src/card/base/libAusweisAppCard.so
+	dolib.so "${BUILD_DIR}"/src/card/drivers/libAusweisAppCardDrivers.so
+	dolib.so "${BUILD_DIR}"/src/card/pcsc/libAusweisAppCardPcsc.so
+	dolib.so "${BUILD_DIR}"/src/configuration/libAusweisAppConfiguration.so
+	dolib.so "${BUILD_DIR}"/src/core/libAusweisAppCore.so
+	dolib.so "${BUILD_DIR}"/src/export/libAusweisAppExport.so
+	dolib.so "${BUILD_DIR}"/src/file_provider/libAusweisAppFileProvider.so
+	dolib.so "${BUILD_DIR}"/src/global/libAusweisAppGlobal.so
+	dolib.so "${BUILD_DIR}"/src/init/libAusweisAppInit.so
+	dolib.so "${BUILD_DIR}"/src/network/libAusweisAppNetwork.so
+	dolib.so "${BUILD_DIR}"/src/remote_device/libAusweisAppRemoteDevice.so
+	dolib.so "${BUILD_DIR}"/src/secure_storage/libAusweisAppSecureStorage.so
+	dolib.so "${BUILD_DIR}"/src/services/libAusweisAppServices.so
+	dolib.so "${BUILD_DIR}"/src/settings/libAusweisAppSettings.so
+	dolib.so "${BUILD_DIR}"/src/ui/aidl/libAusweisAppUiAidl.so
+	dolib.so "${BUILD_DIR}"/src/ui/base/libAusweisAppUi.so
+	dolib.so "${BUILD_DIR}"/src/ui/common/libAusweisAppUiCommon.so
+	dolib.so "${BUILD_DIR}"/src/ui/json/libAusweisAppUiJson.so
+	dolib.so "${BUILD_DIR}"/src/ui/qml/libAusweisAppUiQml.so
+	dolib.so "${BUILD_DIR}"/src/ui/websocket/libAusweisAppUiWebsocket.so
+	dolib.so "${BUILD_DIR}"/src/ui/widget/libAusweisAppUiWidget.so
+	dolib.so "${BUILD_DIR}"/src/whitelist_client/libAusweisAppWhitelistClient.so
+}


             reply	other threads:[~2020-04-02 10:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 10:12 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-26 10:49 [gentoo-commits] repo/proj/guru:master commit in: sys-auth/AusweisApp2/ Andrew Ammerlaan
2020-04-03 21:37 Haelwenn Monnier
2020-04-02 10:12 Andrew Ammerlaan
2020-04-01  8:04 Andrew Ammerlaan
2020-03-31 14:10 Andrew Ammerlaan
2020-03-31 11:21 Andrew Ammerlaan
2020-03-31  9:12 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-31  9:12 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-31  9:10 Andrew Ammerlaan

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=1585811537.077fe406ae78d9934712255fa5fe7fd0e4a934df.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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