commit:     9a845fd7d43138859de1db7e60a3eec61f186fe0
Author:     Vladimir Pavljuchenkov <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sat Mar 22 13:28:54 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 12:19:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a845fd7

app-admin/doctl: drop 1.78.0

Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-admin/doctl/Manifest            |  1 -
 app-admin/doctl/doctl-1.78.0.ebuild | 43 -------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/app-admin/doctl/Manifest b/app-admin/doctl/Manifest
index f2e3e2f3aa87..c4bd1be5203c 100644
--- a/app-admin/doctl/Manifest
+++ b/app-admin/doctl/Manifest
@@ -1,2 +1 @@
-DIST doctl-1.78.0.tar.gz 5658172 BLAKE2B 
3213219b1cfbc395c742a59a6bee1c6232f222455ac126de9ce51470a56ebaa9680de4d332cd31580a7ddb9f748b19a8abadef17ff6ea4265dffc2c42b1bb16d
 SHA512 
193fe775885c78312eb6ba14bd34d109ee31acf41cfe68dbacbf6ab19864509b774c658aecf7a61d470598ca89829a6737ea6796eb970b3075d8f37aef747dbe
 DIST doctl-1.79.0.tar.gz 5661873 BLAKE2B 
276cf8355f982070e2a44306f0d2bca5c269eccab3d67fe8b1b68171d393bacfb857e78fc66e036b0c039fa4bcf26505c029a1ba5ccebfeebf81d4dc3f51d82f
 SHA512 
8257fc8d32ee097f78420138bd12572235dd7a6cead65fe1a666a9686d2f31add50a85a99fed45aae641b583b47b079a0ea3ce6e9e017c6ecfc7dfc14f7b5abd

diff --git a/app-admin/doctl/doctl-1.78.0.ebuild 
b/app-admin/doctl/doctl-1.78.0.ebuild
deleted file mode 100644
index 3f5680240a83..000000000000
--- a/app-admin/doctl/doctl-1.78.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 edo go-module
-
-DESCRIPTION="A command line tool for DigitalOcean services"
-HOMEPAGE="https://github.com/digitalocean/doctl";
-SRC_URI="https://github.com/digitalocean/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT BSD BSD-2 ISC MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_compile() {
-       LDFLAGS="-X github.com/digitalocean/doctl.Major=$(ver_cut 1)
-               -X github.com/digitalocean/doctl.Minor=$(ver_cut 2)
-               -X github.com/digitalocean/doctl.Patch=$(ver_cut 3-)
-               -X github.com/digitalocean/doctl.Label=release"
-       GOFLAGS="-v -x -mod=vendor" ego build -ldflags "$LDFLAGS" ./cmd/...
-
-       local completion
-       for completion in bash zsh fish ; do
-               edo ./doctl completion ${completion} > doctl.${completion} \
-                       || die "completion for ${completion} failed"
-       done
-}
-
-src_test() {
-       GOFLAGS="-v -x -mod=vendor" ego test -work ./do/... ./pkg/... .
-}
-
-src_install() {
-       einstalldocs
-       dobin doctl
-
-       newbashcomp doctl.bash doctl
-       insinto /usr/share/zsh/site-functions
-       newins doctl.zsh _doctl
-       insinto /usr/share/fish/completion
-       newins doctl.fish doctl
-}

Reply via email to