Skip to content

Commit

Permalink
fix(app-admin/doctl): version bump to 1.120.1, drop old
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderX committed Jan 11, 2025
1 parent ac2dd69 commit 178b3af
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 51 deletions.
3 changes: 1 addition & 2 deletions app-admin/doctl/Manifest
Original file line number Diff line number Diff line change
@@ -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
DIST doctl-1.120.1.tar.gz 8196477 BLAKE2B 18c90faea8cf90cce01787992d4b13b60ac3a51eb4817ad8cf3a0cf67e29fb28919481a32e8d17a185989972806001559232005d80e1ca105aedff290001de1e SHA512 cccfa2ba288122cb75604ebc9c56add60625f8a259363ff0b767697845c25f823b349a0fc74bfc0005323825ea2066f466144de8d61de9feddbb76e034c6df47
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -28,7 +28,12 @@ src_compile() {
}

src_test() {
GOFLAGS="-v -x -mod=vendor" ego test -work ./do/... ./pkg/... .
git init || die "git init failed"
git config user.email "you@example.com" || die "git mail config failed"
git config user.name "Your Name" || die "git user config failed"

GOFLAGS="-v -x -mod=vendor" ego test -work ./commands/... ./do/... \
./pkg/... ./internal/... .
}

src_install() {
Expand Down
43 changes: 0 additions & 43 deletions app-admin/doctl/doctl-1.79.0.ebuild

This file was deleted.

7 changes: 3 additions & 4 deletions app-admin/doctl/doctl-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -9,11 +9,9 @@ inherit bash-completion-r1 edo git-r3 go-module

DESCRIPTION="A command line tool for DigitalOcean services"
HOMEPAGE="https://github.com/digitalocean/doctl"
SRC_URI=""

LICENSE="Apache-2.0 MIT BSD BSD-2 ISC MPL-2.0"
SLOT="0"
KEYWORDS=""

src_unpack() {
git-r3_src_unpack
Expand All @@ -32,7 +30,8 @@ src_compile() {
}

src_test() {
GOFLAGS="-v -x -mod=vendor" ego test -work ./do/... ./pkg/... .
GOFLAGS="-v -x -mod=vendor" ego test -work ./commands/... ./do/... \
./pkg/... ./internal/... .
}

src_install() {
Expand Down

0 comments on commit 178b3af

Please sign in to comment.