From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nitrokey-app/
Date: Sun, 11 Mar 2018 10:41:06 +0000 (UTC) [thread overview]
Message-ID: <1520764846.0adc4a25a29c8c6b21890a59827015e84d90284f.soap@gentoo> (raw)
commit: 0adc4a25a29c8c6b21890a59827015e84d90284f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 11 10:40:46 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 10:40:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adc4a25
app-crypt/nitrokey-app: Add live ebuild
Bug: https://bugs.gentoo.org/634474
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-crypt/nitrokey-app/nitrokey-app-9999.ebuild | 33 +++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild
new file mode 100644
index 00000000000..deb598f36ae
--- /dev/null
+++ b/app-crypt/nitrokey-app/nitrokey-app-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+inherit cmake-utils
+
+DESCRIPTION="Cross platform personalization tool for the Nitrokey"
+HOMEPAGE="https://github.com/Nitrokey/nitrokey-app"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/Nitrokey/nitrokey-app"
+
+ # Disable pulling in bundled dependencies
+ EGIT_SUBMODULES=()
+else
+ SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+ app-crypt/libnitrokey:=
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig"
next reply other threads:[~2018-03-11 10:41 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-11 10:41 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-31 18:48 [gentoo-commits] repo/gentoo:master commit in: app-crypt/nitrokey-app/ Sam James
2021-01-25 0:42 Sam James
2020-08-20 14:02 David Seifert
2020-08-20 14:02 David Seifert
2020-08-17 8:49 David Seifert
2020-01-09 6:38 Georgy Yakovlev
2020-01-09 6:38 Georgy Yakovlev
2019-08-12 8:02 Agostino Sarubbo
2019-07-18 14:36 Thomas Deutschmann
2019-07-08 7:51 David Seifert
2019-06-30 20:57 David Seifert
2019-06-30 20:57 David Seifert
2018-07-15 2:54 David Seifert
2018-06-01 10:05 David Seifert
2018-05-26 9:45 David Seifert
2018-04-15 13:06 David Seifert
2018-04-15 10:25 David Seifert
2018-04-11 20:37 David Seifert
2018-04-11 9:36 David Seifert
2018-04-11 9:36 David Seifert
2017-02-01 22:16 David Seifert
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=1520764846.0adc4a25a29c8c6b21890a59827015e84d90284f.soap@gentoo \
--to=soap@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