summaryrefslogtreecommitdiff
path: root/dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild')
-rw-r--r--dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild b/dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild
deleted file mode 100644
index 5236c83846f4..000000000000
--- a/dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_SRC=github.com/eapache/queue
-EGO_PN=${EGO_SRC}/...
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64"
- SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Fast golang queue using ring-buffer"
-HOMEPAGE="https://github.com/eapache/queue"
-LICENSE="MIT"
-SLOT="0/${PV}"
-IUSE=""
-DEPEND=""
-RDEPEND=""