aboutsummaryrefslogtreecommitdiffstats
path: root/virtual/secret-service/secret-service-1.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-18 22:06:32 +0200
committerWolfgang Müller2024-09-18 22:08:09 +0200
commit781e68ac5ae03c7d764216f92fc512b2587c49c9 (patch)
tree1456859e5e7dbd7c8af42351b4b9336acb7f735b /virtual/secret-service/secret-service-1.ebuild
parent6831e51dbb9d5d0bea27f42e1ea1020e715bebee (diff)
downloadpramantha-781e68ac5ae03c7d764216f92fc512b2587c49c9.tar.gz
virtual/secret-service: new package, add 1HEADmaster
We seem to have no problems with kwallet as the secret service provider and would like to get rid of gnome-keyring, so add this for now.
Diffstat (limited to 'virtual/secret-service/secret-service-1.ebuild')
-rw-r--r--virtual/secret-service/secret-service-1.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/secret-service/secret-service-1.ebuild b/virtual/secret-service/secret-service-1.ebuild
new file mode 100644
index 0000000..366e49f
--- /dev/null
+++ b/virtual/secret-service/secret-service-1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for a freedesktop.org Secret Service API provider"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="|| (
+ gnome-base/gnome-keyring
+ app-admin/keepassxc
+ kde-frameworks/kwallet
+)"