app-backup/kopia: add 0.23.0, drop 0.22.3, 0.22.3-r1

Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
Itai Ferber
2026-05-11 20:42:47 -04:00
parent 387b1c3310
commit 2d107fae24
3 changed files with 3 additions and 33 deletions

View File

@@ -1,2 +1,2 @@
DIST kopia-0.22.3-deps.tar.xz 275205956 BLAKE2B 4165b8ce6a5966de29bd856140adb85050b9ff040e388334ebc7e0e75ee99f87c9ecbd31d0b68128651d44235cf33b389abefd97c33aee5153777ccbde6902d0 SHA512 8c457c6617eb5186351b14af380911a4daccf0023af8fc82ce1e315ad99dc718d0ba2d859bee842e4d645a7e420dd1676c60a27ae5305a417985fbe151a2a027
DIST kopia-0.22.3.tar.gz 3104192 BLAKE2B a741ce634b1082056a56bbbf2988de79b947a9d173eb14eadb7af91869b096292f60e4d582102a86b8afdf3f1303859d5ffd6a026716768fa9137c3bba2c4840 SHA512 a9bcbf48b8bcb54c507ad04cfe38d5c4718cf94f8733598d081d63eb8cae070c016a62bdc14355e2fab1ffdce0fdb7538d224407fe51904ef5b975a0361b7726
DIST kopia-0.23.0-deps.tar.xz 214390452 BLAKE2B cbbcb0d44b7ca8c1ca4d15ff575722b08d31e003b67a01503643b0d6a98bbe0f1b495d239bf581a9629288a283ff13a1b0b3f63d258a3c1275719df2a00b0600 SHA512 9d1d8c1fc4cec2808f340f9c32d3b3a447eeede1018c7430c0583dba0caf42cb9f842ab8c51e51a91f3a6e35f441d341d617bfd1260d7739704be010e04513bd
DIST kopia-0.23.0.tar.gz 3122310 BLAKE2B ab868fe7b4d3626ab1248c04e905ded2a929156bfc70df61d21d8ce4b33f7c9d547dd60f67f357a012adbc2360fb38e6ed9764b371562ed5a21f5acd0e19100a SHA512 f5c817b63e007be92acc62f6e2d32450165beaa6b5f5f5666ff8bec7045343297199417054882c7c5de1eb0459266b2cb9fc28ae5a0da8730a4e6d6a54e10b82

View File

@@ -1,30 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Kopia - Fast And Secure Open-Source Backup"
HOMEPAGE="https://github.com/kopia/kopia"
SRC_URI="
https://github.com/kopia/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/itaiferber/gentoo-distfiles/releases/download/${CATEGORY}/${P}/${P}-deps.tar.xz
"
LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
src_compile() {
ego build -v -x -work -o ${PN}
}
src_test() {
ego test -v $(ego list ./... | grep -v /vendor/)
}
src_install() {
dobin ${PN}
einstalldocs
}

View File

@@ -16,7 +16,7 @@ LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
BDEPEND=">=dev-lang/go-1.25"
BDEPEND=">=dev-lang/go-1.25.0"
src_compile() {
ego build -v -x -work -o ${PN}