summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2022-05-16 20:45:01 -0700
committerZac Medico <zmedico@gentoo.org>2022-05-16 20:45:25 -0700
commit3780635c3512350a8635a73579fedeeb741b3936 (patch)
tree4e941f0520c292c228e8233a2edef21e7dad1d72 /dev-go
parentsys-apps/flatpak: remove .la files (diff)
downloadgentoo-3780635c3512350a8635a73579fedeeb741b3936.tar.gz
gentoo-3780635c3512350a8635a73579fedeeb741b3936.tar.bz2
gentoo-3780635c3512350a8635a73579fedeeb741b3936.zip
dev-go/go-eapache-queue: treeclean
Closes: https://bugs.gentoo.org/844661 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/go-eapache-queue/Manifest1
-rw-r--r--dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild24
-rw-r--r--dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild24
-rw-r--r--dev-go/go-eapache-queue/metadata.xml10
4 files changed, 0 insertions, 59 deletions
diff --git a/dev-go/go-eapache-queue/Manifest b/dev-go/go-eapache-queue/Manifest
deleted file mode 100644
index ac55478ee29a..000000000000
--- a/dev-go/go-eapache-queue/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST go-eapache-queue-1.0.2.tar.gz 3262 BLAKE2B 6d9c333e3808173a3510e8d07a6b5e06f7be3fa47a242268333af887ad12cbdac8ac3132c6446f88ecd2fb91b4e740fba51f86670feaeb0b481f8c52599653aa SHA512 6214822ca9bf9625acf62818205ba1c964e72271a008d99f827a0072c1a48bc5aefee8724c7fc1ea45450084625570f2625443a70eb26c6b0d5032b4811dd5b0
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=""
diff --git a/dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild b/dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild
deleted file mode 100644
index 5236c83846f4..000000000000
--- a/dev-go/go-eapache-queue/go-eapache-queue-9999.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=""
diff --git a/dev-go/go-eapache-queue/metadata.xml b/dev-go/go-eapache-queue/metadata.xml
deleted file mode 100644
index 65b8dce10715..000000000000
--- a/dev-go/go-eapache-queue/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">eapache/queue</remote-id>
- </upstream>
-</pkgmetadata>