commit:     51b694d40ca03aab4bb6a65cbab330e79ae70bbe
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Sat Aug  9 05:43:22 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  9 06:29:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b694d4

www-apps/vaultwarden-web: update to 2025.7.1

Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>
Part-of: https://github.com/gentoo/gentoo/pull/43394
Closes: https://github.com/gentoo/gentoo/pull/43394
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apps/vaultwarden-web/Manifest                  |  1 +
 .../vaultwarden-web-2025.7.1.ebuild                | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/vaultwarden-web/Manifest 
b/www-apps/vaultwarden-web/Manifest
index 3ac170ef4662..fbad0d5dd355 100644
--- a/www-apps/vaultwarden-web/Manifest
+++ b/www-apps/vaultwarden-web/Manifest
@@ -1,2 +1,3 @@
 DIST vaultwarden-web-2025.5.0.tar.gz 17927067 BLAKE2B 
7e26c8549e4b58846a59957d1f2d8e1bcb94203b601563e9f9db01f685d82f39ca6607c652c9e2fd71744a786739d250675ee7d855077224f199c6fd4103baa7
 SHA512 
a92d88d9f4baece4e59954c23c0f56a10374db33ad0c96f5278d79692ad36547e6e623c5d168c2d718eba18e8fc60fb188b9ed622b460b51129adafa6854e502
 DIST vaultwarden-web-2025.7.0.tar.gz 20909634 BLAKE2B 
10cd4db359c8cd453c0b063f9a2ae9144dba32cff97a9cbb45a0da1b3a30d5b09a9c2ea68deb90da74d0b1e56ad1451228d70cd4ef0a8c8929d6ef543796e6b2
 SHA512 
4dd8ae30f06e18d2748605a685543f7d0a9af7a8c87171dab5c81a9faa2cfa207935dfbd098be2b4fde2fc4b7878c92e2efebaf4112acd61e44c04e3bc6a5cca
+DIST vaultwarden-web-2025.7.1.tar.gz 21107722 BLAKE2B 
af5aba29093a8232fa1129e9e662016d121303b90499eb01ea3cd00e07c8609f7f4dfb3a9bdbafafad67f7c6a9ba18cf3e09dd7f1edfc1ae490c2589b51c0a59
 SHA512 
06a1c05cb74bdcec6df6f976d79e3ab277b3d81e33299ca6d3b7a6420f91a69ebca70437fc67ecbd1fb958fa51c261eef03c57ddc245ca6f09c014d20ab765c1

diff --git a/www-apps/vaultwarden-web/vaultwarden-web-2025.7.1.ebuild 
b/www-apps/vaultwarden-web/vaultwarden-web-2025.7.1.ebuild
new file mode 100644
index 000000000000..1d0beaaf45db
--- /dev/null
+++ b/www-apps/vaultwarden-web/vaultwarden-web-2025.7.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Prebuilt web vault frontend for Vaultwarden"
+HOMEPAGE="https://github.com/dani-garcia/bw_web_builds";
+
+SRC_URI="https://github.com/dani-garcia/bw_web_builds/releases/download/v${PV}/bw_web_v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+S="${WORKDIR}/web-vault"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+# this package is really useless without vaultwarden, it cannot be run
+# standalone, so pull in vaultwarden to run it
+PDEPEND="app-admin/vaultwarden[web]"
+
+src_install() {
+       insinto /usr/share/webapps/"${PN}"
+       doins -r *
+}

Reply via email to