public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/vaultwarden-web-bin/
Date: Mon, 26 Feb 2024 16:30:35 +0000 (UTC)	[thread overview]
Message-ID: <1708926432.45ed00a6a0aff02fb7fd745017385efacbf172c2.ceamac@gentoo> (raw)

commit:     45ed00a6a0aff02fb7fd745017385efacbf172c2
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Wed Feb 21 15:35:37 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 05:47:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45ed00a6

www-apps/vaultwarden-web-bin: precompiled Web UI for Vaultwarden

initial release 2024.1.2b

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

 www-apps/vaultwarden-web-bin/Manifest              |  1 +
 www-apps/vaultwarden-web-bin/metadata.xml          | 13 ++++++++++
 .../vaultwarden-web-bin-2024.1.2b.ebuild           | 29 ++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/www-apps/vaultwarden-web-bin/Manifest b/www-apps/vaultwarden-web-bin/Manifest
new file mode 100644
index 0000000000..41fc04069d
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/Manifest
@@ -0,0 +1 @@
+DIST vaultwarden-web-bin-2024.1.2b.tar.gz 11259948 BLAKE2B 6d899b53972df56ca76c63f84375a95629c8da43026b16f0ffd09b70ab46b8db530163976f6854325cd70513d0be31c394256153b7a9cfec4c3f627fd3d3b80c SHA512 0157c751f5869de261c93624a1fa168a96e86ad1a169727bee428bb9d804b8bfac3d7b8e4b993e2e5d2414ee99a016702eb750d81c3cc71c9e4c659a5ff7b37f

diff --git a/www-apps/vaultwarden-web-bin/metadata.xml b/www-apps/vaultwarden-web-bin/metadata.xml
new file mode 100644
index 0000000000..889a71396a
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>me@rahil.rocks</email>
+		<name>Rahil Bhimjiani</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">dani-garcia/bw_web_builds</remote-id>
+		<bugs-to>https://github.com/dani-garcia/bw_web_builds/issues</bugs-to>
+		<doc>https://github.com/dani-garcia/bw_web_builds/blob/master/README.md</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.1.2b.ebuild b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.1.2b.ebuild
new file mode 100644
index 0000000000..a750806584
--- /dev/null
+++ b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2024.1.2b.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-02-26 16:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 16:30 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-27 11:50 [gentoo-commits] repo/proj/guru:master commit in: www-apps/vaultwarden-web-bin/ Rui Huang
2024-04-08 21:32 Julien Roy
2024-06-15 12:19 Julien Roy
2025-03-18  9:25 David Roman
2025-03-18  9:25 David Roman
2025-04-04  8:56 David Roman

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=1708926432.45ed00a6a0aff02fb7fd745017385efacbf172c2.ceamac@gentoo \
    --to=ceamac@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