public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rahil Bhimjiani" <rahil3108@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/vaultwarden-web-bin/
Date: Sat, 15 Jun 2024 11:41:37 +0000 (UTC)	[thread overview]
Message-ID: <1718451684.f2bc227e3f0790552e66fa208dfa47d8a4c010c5.rahilarious@gentoo> (raw)

commit:     f2bc227e3f0790552e66fa208dfa47d8a4c010c5
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Sat Jun 15 10:18:31 2024 +0000
Commit:     Rahil Bhimjiani <rahil3108 <AT> gmail <DOT> com>
CommitDate: Sat Jun 15 11:41:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2bc227e

www-apps/vaultwarden-web-bin: update to 2024.5.0

Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>

 www-apps/vaultwarden-web-bin/Manifest              |  1 +
 .../vaultwarden-web-bin-2024.5.0.ebuild            | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/www-apps/vaultwarden-web-bin/Manifest b/www-apps/vaultwarden-web-bin/Manifest
index c962bd2ec..eb1e3e386 100644
--- a/www-apps/vaultwarden-web-bin/Manifest
+++ b/www-apps/vaultwarden-web-bin/Manifest
@@ -1,3 +1,4 @@
 DIST vaultwarden-web-bin-2024.1.2b.tar.gz 11259948 BLAKE2B 6d899b53972df56ca76c63f84375a95629c8da43026b16f0ffd09b70ab46b8db530163976f6854325cd70513d0be31c394256153b7a9cfec4c3f627fd3d3b80c SHA512 0157c751f5869de261c93624a1fa168a96e86ad1a169727bee428bb9d804b8bfac3d7b8e4b993e2e5d2414ee99a016702eb750d81c3cc71c9e4c659a5ff7b37f
 DIST vaultwarden-web-bin-2024.3.0.tar.gz 11600867 BLAKE2B 2dfd4181800f613d57721c176763a6f609dba9bdf09f660042b31b07ae3d6ea33c879f24b2ce6ce33e4dcb9eeffbabfcf7aab7f9f3e8213fdc5dac2ff8be3071 SHA512 e17b956082f4788beaf8b7ef4aa73b16b35f264a568fc3d6593b69cf87c817c7ac8c5ff19336795cab3600b7f00de52b129242c84953fab996bc3f8cc94c249b
 DIST vaultwarden-web-bin-2024.3.1.tar.gz 11663162 BLAKE2B e29669ca0ea4ef3a3edc4039ecfbae054d984c3e0268a031aa1687af422eb44c3714cc74f667275d71d8df383da34581ef8992d07d1f6b151962bd73a3f0cba7 SHA512 7c0b55a513a52ba6c84940fed5b4e67c2370d5b38b97510ff657ff2dcae6598470cbf04f4ad80f2f644c7f62a0b68a3a4a7a372ddf3972b5e9db234b932b8b0f
+DIST vaultwarden-web-bin-2024.5.0.tar.gz 11917485 BLAKE2B 00f33e236b3f17347e5abd1b53d85c3c46642cc78089f80e55627235c08654409923e7e0e23f95c34189ed06da589a8a82b80186293f1d367bc9415253b4652e SHA512 09222dd4760f0e60b2d92bb0cfcb52810c3eb9cbf4a7b220e42707a43e47d571f7adc1502c43495850f008576989b42352c687cf656c07e7ebbee48d9e701232

diff --git a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.5.0.ebuild b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.5.0.ebuild
new file mode 100644
index 000000000..a75080658
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Prebuilt Vaultwarden web from upstream"
+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"
+
+RDEPEND="!www-apps/vaultwarden-web"
+
+src_prepare() {
+	default
+	# although following is optional in upstream's build process, it reduced build dir size from 44M to 25M
+	find -name "*.map" -delete || die
+}
+
+src_install() {
+	insinto /usr/share/webapps/"${PN%-bin}"
+	doins -r *
+}


             reply	other threads:[~2024-06-15 11:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 11:41 Rahil Bhimjiani [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-03 16:39 [gentoo-commits] repo/proj/guru:dev commit in: www-apps/vaultwarden-web-bin/ Rahil Bhimjiani
2025-03-17 12:50 Rahil Bhimjiani
2025-03-17 12:50 Rahil Bhimjiani
2024-04-08 11:53 Rahil Bhimjiani
2024-03-26 19:48 Rahil Bhimjiani
2024-02-26  5:49 Rahil Bhimjiani

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=1718451684.f2bc227e3f0790552e66fa208dfa47d8a4c010c5.rahilarious@gentoo \
    --to=rahil3108@gmail.com \
    --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