commit:     8fc40d962987eb4edd0208e434ccd1ea9603111d
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Mon Jul  7 07:20:04 2025 +0000
Commit:     Rahil Bhimjiani <rahil3108 <AT> gmail <DOT> com>
CommitDate: Mon Jul  7 07:20:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fc40d96

www-apps/vaultwarden-web-bin: package moved to ::gentoo

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

 profiles/package.mask                              |  4 +++
 www-apps/vaultwarden-web-bin/Manifest              |  3 ---
 www-apps/vaultwarden-web-bin/metadata.xml          | 13 ----------
 .../vaultwarden-web-bin-2025.1.1.ebuild            | 29 ----------------------
 .../vaultwarden-web-bin-2025.3.1.ebuild            | 29 ----------------------
 .../vaultwarden-web-bin-2025.4.0.ebuild            | 29 ----------------------
 6 files changed, 4 insertions(+), 103 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 75e1cca6a4..b085fd6c36 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -18,6 +18,10 @@
 
 # New entries go on top.
 
+# Rahil Bhimjiani <[email protected]> (2025-07-07)
+# package renamed to www-apps/vaultwarden-web and moved to ::gentoo
+www-apps/vaultwarden-web-bin
+
 # David (stkw0) Roman <[email protected]> (2025-06-25)
 # Depends on masked dev-libs/libdbusmenu-qt
 gui-apps/paperde

diff --git a/www-apps/vaultwarden-web-bin/Manifest 
b/www-apps/vaultwarden-web-bin/Manifest
deleted file mode 100644
index 7c202ba3c9..0000000000
--- a/www-apps/vaultwarden-web-bin/Manifest
+++ /dev/null
@@ -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

diff --git a/www-apps/vaultwarden-web-bin/metadata.xml 
b/www-apps/vaultwarden-web-bin/metadata.xml
deleted file mode 100644
index 889a71396a..0000000000
--- a/www-apps/vaultwarden-web-bin/metadata.xml
+++ /dev/null
@@ -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>[email protected]</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-2025.1.1.ebuild 
b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.1.1.ebuild
deleted file mode 100644
index a750806584..0000000000
--- a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.1.1.ebuild
+++ /dev/null
@@ -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 *
-}

diff --git a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.3.1.ebuild 
b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.3.1.ebuild
deleted file mode 100644
index a750806584..0000000000
--- a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.3.1.ebuild
+++ /dev/null
@@ -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 *
-}

diff --git a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.4.0.ebuild 
b/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.4.0.ebuild
deleted file mode 100644
index a750806584..0000000000
--- a/www-apps/vaultwarden-web-bin/vaultwarden-web-bin-2025.4.0.ebuild
+++ /dev/null
@@ -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 *
-}

Reply via email to