From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3FD915ACFB for ; Fri, 14 Apr 2023 15:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A75E07FA; Fri, 14 Apr 2023 15:23:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4284E07FA for ; Fri, 14 Apr 2023 15:23:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 668E0340F56 for ; Fri, 14 Apr 2023 15:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE5DA41 for ; Fri, 14 Apr 2023 15:23:47 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1681485814.c64fb553c75822b9be95066e2789ee9def4ab14d.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/docker-proxy/Manifest app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild X-VCS-Directories: app-containers/docker-proxy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c64fb553c75822b9be95066e2789ee9def4ab14d X-VCS-Branch: master Date: Fri, 14 Apr 2023 15:23:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0398a912-bda3-4f17-8da3-d9eeb7c766e8 X-Archives-Hash: fd894b795b48b6eba3e0cb9bd401c93f commit: c64fb553c75822b9be95066e2789ee9def4ab14d Author: William Hubbs gentoo org> AuthorDate: Fri Apr 14 15:23:34 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Apr 14 15:23:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64fb553 app-containers/docker-proxy: drop 0.8.0_p20220601 Signed-off-by: William Hubbs gentoo.org> app-containers/docker-proxy/Manifest | 1 - .../docker-proxy-0.8.0_p20220601.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/app-containers/docker-proxy/Manifest b/app-containers/docker-proxy/Manifest index 23d1fcb131b9..1e6185c5ff97 100644 --- a/app-containers/docker-proxy/Manifest +++ b/app-containers/docker-proxy/Manifest @@ -1,2 +1 @@ -DIST docker-proxy-0.8.0_p20220601.tar.gz 3154283 BLAKE2B 7651e1862acf60988f6a8bdf3c0befc9b01a388aebda2b86610109bb6affe0d9c64d2750a911f0d1856be0dba970e9e92de2a0d393cc5c3a581d4253c574a623 SHA512 d3d9888f39a9247b6e773b0bfe63e6d248c5c155e7032cdbdd5cfacf995cb6b4cf2f0fb51e09c4554a4b994e3c3d7fc9cd2fde6cf8dda34fba6aa07218ac959c DIST docker-proxy-0.8.0_p20230118.tar.gz 3154267 BLAKE2B 307799d9dab73ed3ed3e537a247d70a65d9b4a51db69ae09518eb9daee949f78478ec104751d088717ca17171f604ff5c450198cc24e79cca266a1c7f61800ad SHA512 079eee720a4e755639e39fd8764f380549e715cbd6be0b46a102771a09f6cce5f085f7e568429c8c35a46f09948aea3e60de5ba2e32e22f0ee1fd9559c2d58f6 diff --git a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild b/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild deleted file mode 100644 index 818853d40572..000000000000 --- a/app-containers/docker-proxy/docker-proxy-0.8.0_p20220601.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -EGO_PN=github.com/moby/libnetwork -GIT_COMMIT=f6ccccb1c082a432c2a5814aaedaca56af33d9ea -inherit golang-vcs-snapshot - -DESCRIPTION="Docker container networking" -HOMEPAGE="https://github.com/docker/libnetwork" -SRC_URI="https://github.com/moby/libnetwork/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86" - -S=${WORKDIR}/${P}/src/${EGO_PN} - -# needs dockerd -RESTRICT="strip test" - -src_compile() { - GO111MODULE=auto GOPATH="${WORKDIR}/${P}" \ - go build -o "bin/docker-proxy" ./cmd/proxy || die -} - -src_install() { - dobin bin/docker-proxy - dodoc README.md CHANGELOG.md -}