mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
www-apps/vaultwarden-web-bin: package moved to ::gentoo
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
# New entries go on top.
|
||||
|
||||
# Rahil Bhimjiani <me@rahil.rocks> (2025-07-07)
|
||||
# package renamed to www-apps/vaultwarden-web and moved to ::gentoo
|
||||
www-apps/vaultwarden-web-bin
|
||||
|
||||
# David (stkw0) Roman <davidroman96@gmail.com> (2025-06-25)
|
||||
# Depends on masked dev-libs/libdbusmenu-qt
|
||||
gui-apps/paperde
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
DIST vaultwarden-web-bin-2025.1.1.tar.gz 17834448 BLAKE2B c98b62ad4af21c7ef1b3544f9fcff3940e4fb6e698f8a43cd0707a5baad6ec0c030c786357bc97053b780f9c65bce51f0876d7edbf86d74b644665ac90616977 SHA512 44da40761cfe11915b83380fc7e5bff5f828783996feb0b67c69d14536618fc299a82c1234c86cf314ede89d892908be437afb61945aba029951fdba929da5d2
|
||||
DIST vaultwarden-web-bin-2025.3.1.tar.gz 17130251 BLAKE2B d72f4ab94807fb07a45380c6353f8871199402a5538317a0155a9174e4cf3a49abf87b9b623f01aa75ecba6aff42c77f92ebc58a72df46b6eebe655f25d04ae7 SHA512 dc1be9d64b270a0ffe8be46fc474695de113f1ba842611e1be19f7715813b5d4fe3d30b63e494c950238aa5b07bfade87b26a18ea6016a90dc43442e179f91f7
|
||||
DIST vaultwarden-web-bin-2025.4.0.tar.gz 17124083 BLAKE2B 80fa83f712552baf43ff3b21f003804421227179354c9350706bf83b7571e88f779ab912a607f07738103a8913670685b93400f8d27d5ff335d34c56b9979f20 SHA512 f0cd922e72ecfe92e562c8625011e7b7a751d37e33e86212112c4039b461df375507203dc22562139b9209de0d6d10d81b23568171eb4be9cafa602f2fab4811
|
||||
@@ -1,13 +0,0 @@
|
||||
<?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>
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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 *
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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 *
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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 *
|
||||
}
|
||||
Reference in New Issue
Block a user