2024-06-12 13:35:25 UTC

This commit is contained in:
Repository mirror & CI
2024-06-12 13:35:25 +00:00
parent 6761226647
commit e4f4eaf3fe
173 changed files with 321 additions and 483 deletions

View File

@@ -4,9 +4,9 @@ DESCRIPTION=unofficial bitwarden cli
EAPI=8
HOMEPAGE=https://git.tozt.net/rbw
INHERIT=cargo shell-completion git-r3
IUSE=debug
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 debug
LICENSE=MIT
PROPERTIES=live
SLOT=0
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 172dcb548e750dda201deb8263a17124 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 git-r3 fbb2889c81f3a05910c1524db69425c1
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c rust-toolchain aa01c724f55c868b0aefd0b24b86b2a7 cargo b672a677bc11cdf4c7510b906bfa534f bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=948ae5917f1ee0cd63267b18d7c0ce92

View File

@@ -5,12 +5,12 @@ DESCRIPTION=Unofficial Bitwarden compatible password manager server written in R
EAPI=8
HOMEPAGE=https://github.com/dani-garcia/vaultwarden
INHERIT=cargo check-reqs readme.gentoo-r1 systemd tmpfiles
IUSE=cli mysql postgres sqlite web debug
IUSE=cli mysql postgres sqlite web abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 debug
KEYWORDS=~amd64
LICENSE=AGPL-3 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) ) virtual/tmpfiles
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=0
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.30.3.tar.gz -> vaultwarden-1.30.3.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.30.3/deps.tar.xz -> vaultwarden-1.30.3-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.30.3/wiki.tar.xz -> vaultwarden-1.30.3-docs.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 172dcb548e750dda201deb8263a17124 check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c rust-toolchain aa01c724f55c868b0aefd0b24b86b2a7 cargo b672a677bc11cdf4c7510b906bfa534f check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_md5_=813a23c20a8171a4fe8417ac72802e63

View File

@@ -5,12 +5,12 @@ DESCRIPTION=Unofficial Bitwarden compatible password manager server written in R
EAPI=8
HOMEPAGE=https://github.com/dani-garcia/vaultwarden
INHERIT=cargo check-reqs readme.gentoo-r1 systemd tmpfiles
IUSE=cli mysql postgres sqlite web debug
IUSE=cli mysql postgres sqlite web abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 debug
KEYWORDS=~amd64
LICENSE=AGPL-3 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) ) virtual/tmpfiles
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=0
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.30.4.tar.gz -> vaultwarden-1.30.4.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.30.4/deps.tar.xz -> vaultwarden-1.30.4-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.30.4/wiki.tar.xz -> vaultwarden-1.30.4-docs.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 172dcb548e750dda201deb8263a17124 check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c rust-toolchain aa01c724f55c868b0aefd0b24b86b2a7 cargo b672a677bc11cdf4c7510b906bfa534f check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_md5_=813a23c20a8171a4fe8417ac72802e63

View File

@@ -5,12 +5,12 @@ DESCRIPTION=Unofficial Bitwarden compatible password manager server written in R
EAPI=8
HOMEPAGE=https://github.com/dani-garcia/vaultwarden
INHERIT=cargo check-reqs readme.gentoo-r1 systemd tmpfiles
IUSE=cli mysql postgres sqlite web debug
IUSE=cli mysql postgres sqlite web abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 debug
KEYWORDS=~amd64
LICENSE=AGPL-3 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) ) virtual/tmpfiles
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=0
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.30.5.tar.gz -> vaultwarden-1.30.5.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.30.4/deps.tar.xz -> vaultwarden-1.30.4-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.30.4/wiki.tar.xz -> vaultwarden-1.30.4-docs.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 172dcb548e750dda201deb8263a17124 check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c rust-toolchain aa01c724f55c868b0aefd0b24b86b2a7 cargo b672a677bc11cdf4c7510b906bfa534f check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_md5_=cac70afbd1be794b0377014247312873

View File

@@ -5,11 +5,11 @@ DESCRIPTION=Unofficial Bitwarden compatible password manager server written in R
EAPI=8
HOMEPAGE=https://github.com/dani-garcia/vaultwarden
INHERIT=cargo check-reqs readme.gentoo-r1 systemd tmpfiles git-r3
IUSE=cli mysql postgres sqlite web debug
IUSE=cli mysql postgres sqlite web abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 debug
LICENSE=AGPL-3 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
PROPERTIES=live
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) ) virtual/tmpfiles
REQUIRED_USE=|| ( mysql postgres sqlite )
SLOT=0
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 172dcb548e750dda201deb8263a17124 check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f git-r3 fbb2889c81f3a05910c1524db69425c1
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c rust-toolchain aa01c724f55c868b0aefd0b24b86b2a7 cargo b672a677bc11cdf4c7510b906bfa534f check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=813a23c20a8171a4fe8417ac72802e63