From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/
Date: Thu, 8 Jun 2023 19:38:15 +0000 (UTC) [thread overview]
Message-ID: <1686253087.15565ce8a19a6c297e7c05cdb3b03fd6af79559d.asturm@gentoo> (raw)
commit: 15565ce8a19a6c297e7c05cdb3b03fd6af79559d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 8 19:09:35 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 19:38:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15565ce8
dev-libs/qtkeychain: add 0.14.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/qtkeychain/Manifest | 1 +
dev-libs/qtkeychain/qtkeychain-0.14.1.ebuild | 45 ++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest
index 5fc04c08d313..0525ebf26372 100644
--- a/dev-libs/qtkeychain/Manifest
+++ b/dev-libs/qtkeychain/Manifest
@@ -1,2 +1,3 @@
DIST qtkeychain-0.13.2.tar.gz 43494 BLAKE2B d90799df83e8bed7f4ee9cdf6c7f56c86b1aee7123735963c4e2f858a69bbf28bcd062c6a302f8687626b1884acde61d7f7882b985517b24a1358b57ea13cdcc SHA512 10f8b1c959a126ba14614b797ea5640404a0b95c71e452225c74856eae90e966aac581ca393508a2106033c3d5ad70427ea6f7ef3f2997eddf6d09a7b4fa26eb
DIST qtkeychain-0.14.0.tar.gz 50655 BLAKE2B e79370b6bf2a6e880d281cd4b12106a88a5297e74e56b09a5d2a0cbef17166798a467d045b50beddb61de2a6ffeb75f1bc3f895236bebb01fc1f425ea3dbe309 SHA512 65118198d82f284c1bb914964657e62fccb81050359071b44530574c73c673913d22b5de17cc30e9099feca06ece556bb9329350f017ce331e845ba074d1f078
+DIST qtkeychain-0.14.1.tar.gz 50743 BLAKE2B 76300eeefc98a40da762a65cdf0a5a406b55cb92e290bb91e643353c3d2efdee1387168805326def60a42196d5cfde4f0d6c36cb2e0c946fc331361891af08f7 SHA512 bf84b19090e667a2946297e63d9813574193d80e4eecbde2fdfca317a66da3f029b3abef326f4ffb32de032a48004f9cf1bc818468af612723d762652dc25eb6
diff --git a/dev-libs/qtkeychain/qtkeychain-0.14.1.ebuild b/dev-libs/qtkeychain/qtkeychain-0.14.1.ebuild
new file mode 100644
index 000000000000..b0c73e9cc490
--- /dev/null
+++ b/dev-libs/qtkeychain/qtkeychain-0.14.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+HOMEPAGE="https://github.com/frankosterfeld/qtkeychain"
+DESCRIPTION="Qt API for storing passwords securely"
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://github.com/frankosterfeld/qtkeychain/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+else
+ inherit git-r3
+ EGIT_REPO_URI="${HOMEPAGE}.git"
+fi
+
+LICENSE="BSD-2"
+SLOT="0/1"
+IUSE="keyring"
+
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ keyring? (
+ app-crypt/libsecret
+ dev-libs/glib:2
+ )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+DOCS=( ChangeLog ReadMe.md )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_WITH_QT6=OFF
+ -DBUILD_TEST_APPLICATION=OFF
+ -DBUILD_TRANSLATIONS=ON
+ -DLIBSECRET_SUPPORT=$(usex keyring)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2023-06-08 19:38 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-08 19:38 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 21:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/ Andreas Sturmlechner
2025-02-18 0:48 Sam James
2025-02-18 0:12 Sam James
2025-02-18 0:12 Sam James
2025-01-16 20:25 Andreas Sturmlechner
2024-06-29 18:41 Andreas Sturmlechner
2024-06-17 5:54 Arthur Zamarin
2024-06-17 5:19 Arthur Zamarin
2024-05-14 17:41 Andreas Sturmlechner
2024-03-06 20:32 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2023-07-09 10:09 Andreas Sturmlechner
2023-06-28 23:59 Sam James
2023-06-28 21:14 Sam James
2023-06-28 21:14 Sam James
2023-06-10 19:04 Andreas Sturmlechner
2023-06-10 19:04 Andreas Sturmlechner
2023-06-03 7:09 WANG Xuerui
2021-12-12 22:15 Andreas Sturmlechner
2021-12-10 22:13 Sam James
2021-12-10 20:54 Sam James
2021-12-10 17:04 Jakov Smolić
2021-11-19 9:55 Andreas Sturmlechner
2021-11-19 9:55 Andreas Sturmlechner
2021-11-09 7:14 Andreas Sturmlechner
2021-11-07 17:23 Andreas Sturmlechner
2021-11-07 16:12 Andreas Sturmlechner
2021-10-11 12:30 Andreas Sturmlechner
2021-10-10 4:45 Yixun Lan
2021-10-02 12:58 Andreas Sturmlechner
2021-07-17 8:47 Andreas Sturmlechner
2021-04-27 18:02 Sam James
2021-04-27 18:01 Sam James
2020-12-08 7:37 Johannes Huber
2020-08-03 23:25 Sam James
2020-03-28 8:33 Johannes Huber
2020-03-19 6:39 Johannes Huber
2020-02-19 1:31 Georgy Yakovlev
2020-02-18 16:58 Johannes Huber
2020-02-17 12:13 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-01-12 11:02 Johannes Huber
2020-01-02 11:42 Johannes Huber
2018-10-07 20:32 Johannes Huber
2018-10-07 11:53 Mikle Kolyada
2018-10-06 23:05 Thomas Deutschmann
2018-07-17 8:31 Johannes Huber
2018-03-31 19:01 Mart Raudsepp
2018-02-22 17:34 Johannes Huber
2018-02-06 15:10 Thomas Deutschmann
2018-01-28 12:10 Johannes Huber
2017-09-05 18:54 Johannes Huber
2017-09-01 21:41 Andreas Sturmlechner
2017-01-10 18:08 Johannes Huber
2017-01-09 10:24 Aaron Bauman
2017-01-08 14:43 Johannes Huber
2016-06-27 18:30 Johannes Huber
2016-05-23 20:04 Johannes Huber
2016-05-23 20:04 Johannes Huber
2016-05-13 8:41 Agostino Sarubbo
2016-04-11 16:59 Johannes Huber
2016-03-13 11:32 Johannes Huber
2016-01-05 10:49 Agostino Sarubbo
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=1686253087.15565ce8a19a6c297e7c05cdb3b03fd6af79559d.asturm@gentoo \
--to=asturm@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