mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
www-apps/anubis: add 1.19.1, drop 1.17.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST anubis-src-vendor-npm-1.17.0.tar.gz 5103679 BLAKE2B fdbe7e443c29df2eec68cf6b7e6e20150b34d59244dedb188230dffa10d113d1e493981a6cdae46369a01ac87e2bbda733f997934ecbe6edfcb60bd6e99d712f SHA512 7c2688613129582a6ab943a0110e66fd053489aae63e8d71c9d11f13b501576e5ffd09db24674293d67a2bf24f0c377e8681a72279bdc63bb7924996ef70408b
|
||||
DIST anubis-src-vendor-npm-1.18.0.tar.gz 6230012 BLAKE2B e8bdc60a04dc3db70b140462c571cc41e7f355bd49b20871c6e809fc1cadcc9feca8d309f291080f658d589ea4f2f74c8aa2fe82d2e2a6d415a91044936017e7 SHA512 88600b313968a70344cda0e3ba1a3e2a582a0a59ef044c68c107b2d1abbac750f3052e81a7c7e0ae566f801e21d268688b5562c28f4a0b747bc5b3177429f288
|
||||
DIST anubis-src-vendor-npm-1.19.1.tar.gz 10402990 BLAKE2B 08dd83c022d4accfa12c2966b571a747d9aa8b109bc4621af4f8b6edd266e16ab5ade0613416d5a63da9719ad49e4c514850454c1bd2545ebdb032e0b981cbe3 SHA512 74474a485eb916c2ed367e92aa66941e59dbb3f6183f7c74143911b860369f882d88de271b59cfbada2a134de8f77aab4bfce0d1571ef1e9d25a95d1be62499e
|
||||
|
||||
@@ -17,14 +17,14 @@ LICENSE="Apache-2.0 BSD MIT OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=(
|
||||
# from yeetfile.js
|
||||
README.md
|
||||
docs/docs/CHANGELOG.md
|
||||
docs/docs/admin/policies.mdx
|
||||
docs/docs/admin/native-install.mdx
|
||||
data/botPolicies.{json,yaml}
|
||||
)
|
||||
DOCS=( README.md data docs/docs )
|
||||
|
||||
RDEPEND="acct-user/anubis"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
find docs/docs -name _category_.json -delete || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake prebaked-build
|
||||
@@ -32,18 +32,19 @@ src_compile() {
|
||||
|
||||
src_test() {
|
||||
local -x DONT_USE_NETWORK=1
|
||||
ego test ./... || die
|
||||
ego test ./... -skip TestIntegrationGetOGTags_UnixSocket
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin var/anubis
|
||||
systemd_dounit run/anubis@.service
|
||||
|
||||
newinitd "${FILESDIR}"/anubis.initd anubis
|
||||
newconfd "${FILESDIR}"/anubis.confd anubis
|
||||
newinitd run/openrc/anubis.initd anubis
|
||||
newconfd run/openrc/anubis.confd anubis
|
||||
|
||||
insinto /etc/anubis
|
||||
doins run/default.env
|
||||
|
||||
find data -name '*.go' -delete || die
|
||||
einstalldocs
|
||||
}
|
||||
Reference in New Issue
Block a user