Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/k3s/
Date: Sun, 29 Jan 2023 20:34:46
Message-Id: 1675024329.c8bdd9aa2e808211185025407c08335f523c9775.williamh@gentoo
1 commit: c8bdd9aa2e808211185025407c08335f523c9775
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 20:32:09 2023 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:32:09 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bdd9aa
7
8 sys-cluster/k3s: drop EGO_SUM_SRC_URI since it is not set
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 sys-cluster/k3s/k3s-1.25.4_p1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/k3s/k3s-1.25.4_p1.ebuild b/sys-cluster/k3s/k3s-1.25.4_p1.ebuild
16 index aaae4d40b59d..953cdaa09023 100644
17 --- a/sys-cluster/k3s/k3s-1.25.4_p1.ebuild
18 +++ b/sys-cluster/k3s/k3s-1.25.4_p1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021-2022 Gentoo Authors
21 +# Copyright 2021-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,6 @@ CONFIG_CHECK="~BRIDGE_NETFILTER ~CFS_BANDWIDTH ~CGROUP_DEVICE ~CGROUP_PERF ~CGRO
26
27 MY_PV=${PV%_p*}+k3s${PV#*_p}
28 SRC_URI="https://github.com/zmedico/k3s/archive/refs/tags/v${MY_PV}-vendor.tar.gz -> ${P}-vendor.tar.gz
29 - ${EGO_SUM_SRC_URI}
30 https://github.com/k3s-io/containerd/archive/refs/tags/v${K3S_CONTAINERD_VERSION}.tar.gz -> k3s-containerd-${K3S_CONTAINERD_VERSION}.tar.gz
31 https://github.com/opencontainers/runc/archive/refs/tags/${K3S_RUNC_VERSION}.tar.gz -> k3s-runc-${K3S_RUNC_VERSION}.tar.gz
32 https://traefik.github.io/charts/traefik/traefik-${K3S_TRAEFIK_VERSION}.tgz