Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-proxy/
Date: Mon, 14 Jun 2021 00:31:52
Message-Id: 1623630678.b75887d338610834b2b90b95870ce4a82bca86fb.gyakovlev@gentoo
1 commit: b75887d338610834b2b90b95870ce4a82bca86fb
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 00:28:24 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 00:31:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75887d3
7
8 app-emulation/docker-proxy: drop versions
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-emulation/docker-proxy/Manifest | 3 --
13 .../docker-proxy-0.8.0_p20200617.ebuild | 35 ---------------------
14 .../docker-proxy-0.8.0_p20201105.ebuild | 36 ----------------------
15 .../docker-proxy-0.8.0_p20201215.ebuild | 36 ----------------------
16 4 files changed, 110 deletions(-)
17
18 diff --git a/app-emulation/docker-proxy/Manifest b/app-emulation/docker-proxy/Manifest
19 index cf61f2b95db..234680e4f15 100644
20 --- a/app-emulation/docker-proxy/Manifest
21 +++ b/app-emulation/docker-proxy/Manifest
22 @@ -1,4 +1 @@
23 -DIST docker-proxy-0.8.0_p20200617.tar.gz 3386043 BLAKE2B b32c3b6ef97f656414fdf026307f4054d4dd11cc91dc44a235eb5e5dc9f5f3da0cc4b001eaa28387b79f8f79f0124e6c01b8aab56d5c9e37d777e21cc186cb9c SHA512 fe8644611e975c051ee6e7ad4871624fb45862d9b4a2fd62ea4283e76ad9804d91d585e2165915b09356f11f9dfb31c40dd9ce6a66d63c5032c8c62354960538
24 -DIST docker-proxy-0.8.0_p20201105.tar.gz 3386010 BLAKE2B 414c3d37cfe2f36dbb5cfafc6047ee0aa299ba2aeb9c5c51da308285b1e2cc0a32e83557628e0de4817651331fbcfd6b430a88fd5a0f97bb7483a8fb10ae0791 SHA512 3d81ba20a91517e14da7e75a24d4e2eeb04c1dcb9c1bfe1115247982dbdb55d2fd72d0130093e9597363b742a20f2647f229c870da9a1cbdefc69aef65f02250
25 -DIST docker-proxy-0.8.0_p20201215.tar.gz 3152956 BLAKE2B 7652bbc027d0cc535c227268bf240132f070dad477ac5a8b82f65d3d3ecf7c2a036a45ba66d0f3f0f0a8025fb990e931429d797f4b9f7c6796507ffd2f41e358 SHA512 dd583218fbeba8aeac2e4143369ad55a3e6c15d64f198f73e3656a80d0281a4374fb3be7bc05b01425461bf830762aa2c950da68ed0e3ae5884643e9d178c69e
26 DIST docker-proxy-0.8.0_p20210525.tar.gz 3154432 BLAKE2B 3f273cd4c2dd3c797117bebfe06eb3ae8ce3b3f70d495cb0c77a372d64e23f1d9ad31e8efef64df494cc462e9f4fda9311c99ae7e7218f0fc41b6bf44cf8c08d SHA512 6a94fe23ce1bab0a428ee4bbe20089f5a4470e72c5da156b2b1a89de01cca803374fd9cdcd4c5b25b86af1c4e956c75a1a5ad7fb6639def7bcec69859a77c047
27
28 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild
29 deleted file mode 100644
30 index 8720f1704d6..00000000000
31 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20200617.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -EGO_PN="github.com/docker/libnetwork"
39 -
40 -if [[ ${PV} == *9999 ]]; then
41 - inherit golang-vcs
42 -else
43 - EGIT_COMMIT="026aabaa659832804b01754aaadd2c0f420c68b6"
44 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
46 - inherit golang-vcs-snapshot
47 -fi
48 -
49 -DESCRIPTION="Docker container networking"
50 -HOMEPAGE="https://github.com/docker/libnetwork"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -S=${WORKDIR}/${P}/src/${EGO_PN}
57 -
58 -# needs dockerd
59 -RESTRICT="test"
60 -
61 -src_compile() {
62 - GOPATH="${WORKDIR}/${P}" go build -o "bin/docker-proxy" ./cmd/proxy || die
63 -}
64 -
65 -src_install() {
66 - dodoc README.md CHANGELOG.md
67 - dobin bin/docker-proxy
68 -}
69
70 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201105.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201105.ebuild
71 deleted file mode 100644
72 index 40d357a97cd..00000000000
73 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201105.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -EGO_PN="github.com/docker/libnetwork"
81 -
82 -if [[ ${PV} == *9999 ]]; then
83 - inherit golang-vcs
84 -else
85 - EGIT_COMMIT="55e924b8a84231a065879156c0de95aefc5f5435"
86 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
87 - KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
88 - inherit golang-vcs-snapshot
89 -fi
90 -
91 -DESCRIPTION="Docker container networking"
92 -HOMEPAGE="https://github.com/docker/libnetwork"
93 -
94 -LICENSE="Apache-2.0"
95 -SLOT="0"
96 -IUSE=""
97 -
98 -S=${WORKDIR}/${P}/src/${EGO_PN}
99 -
100 -# needs dockerd
101 -RESTRICT="test"
102 -
103 -src_compile() {
104 - GO111MODULE=auto GOPATH="${WORKDIR}/${P}" \
105 - go build -o "bin/docker-proxy" ./cmd/proxy || die
106 -}
107 -
108 -src_install() {
109 - dodoc README.md CHANGELOG.md
110 - dobin bin/docker-proxy
111 -}
112
113 diff --git a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild b/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild
114 deleted file mode 100644
115 index 5bf405d992f..00000000000
116 --- a/app-emulation/docker-proxy/docker-proxy-0.8.0_p20201215.ebuild
117 +++ /dev/null
118 @@ -1,36 +0,0 @@
119 -# Copyright 1999-2021 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=7
123 -EGO_PN="github.com/docker/libnetwork"
124 -
125 -if [[ ${PV} == *9999 ]]; then
126 - inherit golang-vcs
127 -else
128 - EGIT_COMMIT=fa125a3512ee0f6187721c88582bf8c4378bd4d7
129 - SRC_URI="https://github.com/docker/libnetwork/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
130 - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
131 - inherit golang-vcs-snapshot
132 -fi
133 -
134 -DESCRIPTION="Docker container networking"
135 -HOMEPAGE="https://github.com/docker/libnetwork"
136 -
137 -LICENSE="Apache-2.0"
138 -SLOT="0"
139 -IUSE=""
140 -
141 -S=${WORKDIR}/${P}/src/${EGO_PN}
142 -
143 -# needs dockerd
144 -RESTRICT="strip test"
145 -
146 -src_compile() {
147 - GO111MODULE=auto GOPATH="${WORKDIR}/${P}" \
148 - go build -o "bin/docker-proxy" ./cmd/proxy || die
149 -}
150 -
151 -src_install() {
152 - dodoc README.md CHANGELOG.md
153 - dobin bin/docker-proxy
154 -}