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/cilium-cli/
Date: Thu, 04 Aug 2022 16:48:55
Message-Id: 1659631700.75ae20ec410a378c50982d0042768ba68e2e8219.williamh@gentoo
1 commit: 75ae20ec410a378c50982d0042768ba68e2e8219
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 16:46:05 2022 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 16:48:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ae20ec
7
8 sys-cluster/cilium-cli: new package, add 0.12.1
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 sys-cluster/cilium-cli/Manifest | 1 +
13 sys-cluster/cilium-cli/cilium-cli-0.12.1.ebuild | 21 +++++++++++++++++++++
14 sys-cluster/cilium-cli/metadata.xml | 8 ++++++++
15 3 files changed, 30 insertions(+)
16
17 diff --git a/sys-cluster/cilium-cli/Manifest b/sys-cluster/cilium-cli/Manifest
18 new file mode 100644
19 index 000000000000..28e4b6795b43
20 --- /dev/null
21 +++ b/sys-cluster/cilium-cli/Manifest
22 @@ -0,0 +1 @@
23 +DIST cilium-cli-0.12.1.tar.gz 20888710 BLAKE2B 70444c6aeab762f2107a6e38c28157913d623059e6e95819dcbf9de657e573ffe10bc11f6fac68a2fed589d44b53cd1ad31266002479a253fe6a43db010022b9 SHA512 337a62dce0f7947da46ec9b6162c5c9a6d81770f40ce88413e29be561eef9e91824552356646c357166b474f9fbb40c916eeae4061833d1d9b0dec821ec75c7c
24
25 diff --git a/sys-cluster/cilium-cli/cilium-cli-0.12.1.ebuild b/sys-cluster/cilium-cli/cilium-cli-0.12.1.ebuild
26 new file mode 100644
27 index 000000000000..98a573711555
28 --- /dev/null
29 +++ b/sys-cluster/cilium-cli/cilium-cli-0.12.1.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +inherit go-module
36 +
37 +DESCRIPTION="Next generation command line interface for cilium"
38 +HOMEPAGE="https://cilium.io"
39 +SRC_URI="https://github.com/cilium/cilium-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="Apache-2.0"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +
45 +src_compile() {
46 + emake VERSION=v${PV}
47 +}
48 +
49 +src_install() {
50 + dobin cilium
51 +}
52
53 diff --git a/sys-cluster/cilium-cli/metadata.xml b/sys-cluster/cilium-cli/metadata.xml
54 new file mode 100644
55 index 000000000000..986f23e712b2
56 --- /dev/null
57 +++ b/sys-cluster/cilium-cli/metadata.xml
58 @@ -0,0 +1,8 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 +<maintainer type="person">
63 + <email>williamh@g.o</email>
64 + <name>William Hubbs</name>
65 + </maintainer>
66 +</pkgmetadata>