mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
2025-06-02 08:54:28 UTC
This commit is contained in:
@@ -2,12 +2,12 @@ BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=A tool for managing GitLab groups and projects
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/etke.cc/tools/agru
|
||||
HOMEPAGE=https://github.com/etkecc/agru
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=AGPL-3
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/etke.cc/tools/agru/-/archive/v0.1.10/v0.1.10.tar.bz2 -> agru-0.1.10.tar.bz2 https://xwaretech.info/agru-0.1.10-deps.tar.xz
|
||||
SRC_URI=https://github.com/etkecc/agru/archive/refs/tags/v0.1.15.tar.gz -> agru-0.1.15.tar.gz https://xwaretech.info/agru-0.1.15-deps.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6
|
||||
_md5_=e9afb304c222d6f76aebaed8a7957c10
|
||||
_md5_=7618dc83c55843f5f642c56685bdf2cb
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=compile install
|
||||
DESCRIPTION=Precompiled CLI frontend which connects to Bitwarden comapatible servers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/bitwarden/clients/tree/main/apps/cli
|
||||
INHERIT=shell-completion
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=!app-admin/bitwarden-cli
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2024.6.0/bw-linux-2024.6.0.zip
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=272f4d2e82b6dfa2923b147ad82ccca0
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=compile install
|
||||
DESCRIPTION=Precompiled CLI frontend which connects to Bitwarden comapatible servers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/bitwarden/clients/tree/main/apps/cli
|
||||
INHERIT=shell-completion
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=!app-admin/bitwarden-cli
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2025.2.0/bw-oss-linux-2025.2.0.zip
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=7a743e687e214df787f8da53a3905f75
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=compile install
|
||||
DESCRIPTION=Precompiled CLI frontend which connects to Bitwarden comapatible servers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/bitwarden/clients/tree/main/apps/cli
|
||||
INHERIT=shell-completion
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=!app-admin/bitwarden-cli
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2025.3.0/bw-oss-linux-2025.3.0.zip
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=7a743e687e214df787f8da53a3905f75
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test unpack
|
||||
DEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= 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-bin )
|
||||
DESCRIPTION=Unofficial Bitwarden compatible password manager server written in Rust
|
||||
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
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3 0BSD Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-3.0
|
||||
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= 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-bin ) virtual/tmpfiles
|
||||
REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.33.2.tar.gz -> vaultwarden-1.33.2.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.33.2/deps.tar.xz -> vaultwarden-1.33.2-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.33.2/wiki.tar.xz -> vaultwarden-1.33.2-docs.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 3b042096236a464b8bd9dd7a1120ad23 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a check-reqs 2a9731073c152554078a9a8df8fc0f1b readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=b535856433a9da8e49838f10dd84d997
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test unpack
|
||||
DEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= 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-bin )
|
||||
DESCRIPTION=Unofficial Bitwarden compatible password manager server written in Rust
|
||||
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
|
||||
LICENSE=AGPL-3 0BSD Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-3.0
|
||||
PROPERTIES=live
|
||||
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= 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-bin ) virtual/tmpfiles
|
||||
REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 3b042096236a464b8bd9dd7a1120ad23 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a check-reqs 2a9731073c152554078a9a8df8fc0f1b readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd a964c0cbe818b5729da1dbfcee5be861 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=b535856433a9da8e49838f10dd84d997
|
||||
Reference in New Issue
Block a user