* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-eapache-queue/
@ 2015-08-10 19:19 William Hubbs
0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs @ 2015-08-10 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 540dfea7cd2f1699cbbfa9287ca7bf05987cac33
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 19:15:34 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 19:18:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540dfea7
dev-go/go-eapache-queue: convert to use the go eclasses
.../go-eapache-queue/go-eapache-queue-1.0.2.ebuild | 35 +---------------------
1 file changed, 1 insertion(+), 34 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
index 8ea5793..a30d4a7 100644
--- 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
@@ -12,6 +12,7 @@ if [[ ${PV} = *9999* ]]; then
else
KEYWORDS="~amd64"
SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
fi
inherit golang-build
@@ -22,37 +23,3 @@ SLOT="0/${PV}"
IUSE=""
DEPEND=""
RDEPEND=""
-
-if [[ ${PV} != *9999* ]]; then
-src_unpack() {
- local f
-
- for f in ${A}
- do
- case "${f}" in
- *.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
- local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
-
- debug-print "${FUNCNAME}: unpacking ${f} to ${destdir}"
-
- # XXX: check whether the directory structure inside is
- # fine? i.e. if the tarball has actually a parent dir.
- mkdir -p "${destdir}" || die
- tar -C "${destdir}" -x --strip-components 1 \
- -f "${DISTDIR}/${f}" || die
- ;;
- *)
- debug-print "${FUNCNAME}: falling back to unpack for ${f}"
-
- # fall back to the default method
- unpack "${f}"
- ;;
- esac
- done
-}
-fi
-
-src_install() {
- rm -rf src/${EGO_SRC}/.git* || die
- golang-build_src_install
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-eapache-queue/
@ 2021-10-24 2:30 Zac Medico
0 siblings, 0 replies; 3+ messages in thread
From: Zac Medico @ 2021-10-24 2:30 UTC (permalink / raw
To: gentoo-commits
commit: 40ed2a9f90b40499396ebb21abf2fac371ba2f3b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 02:24:05 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 02:30:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ed2a9f
dev-go/go-eapache-queue: Bump to EAPI 7
Closes: https://bugs.gentoo.org/819654
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-go/go-eapache-queue/go-eapache-queue-1.0.2.ebuild | 4 ++--
dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 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
index ec9ffb902a8..5236c83846f 100644
--- 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
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
EGO_SRC=github.com/eapache/queue
EGO_PN=${EGO_SRC}/...
diff --git a/dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild b/dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild
index ec9ffb902a8..5236c83846f 100644
--- a/dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild
+++ b/dev-go/go-eapache-queue/go-eapache-queue-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
EGO_SRC=github.com/eapache/queue
EGO_PN=${EGO_SRC}/...
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-eapache-queue/
@ 2022-05-17 3:45 Zac Medico
0 siblings, 0 replies; 3+ messages in thread
From: Zac Medico @ 2022-05-17 3:45 UTC (permalink / raw
To: gentoo-commits
commit: 3780635c3512350a8635a73579fedeeb741b3936
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 03:45:01 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue May 17 03:45:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3780635c
dev-go/go-eapache-queue: treeclean
Closes: https://bugs.gentoo.org/844661
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-go/go-eapache-queue/Manifest | 1 -
.../go-eapache-queue/go-eapache-queue-1.0.2.ebuild | 24 ----------------------
.../go-eapache-queue/go-eapache-queue-9999.ebuild | 24 ----------------------
dev-go/go-eapache-queue/metadata.xml | 10 ---------
4 files changed, 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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-17 3:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 3:45 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-eapache-queue/ Zac Medico
-- strict thread matches above, loose matches on Subject: below --
2021-10-24 2:30 Zac Medico
2015-08-10 19:19 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox