[gentoo-commits] repo/gentoo:master commit in: dev-db/go-etcd/, profiles/

2021-11-22 Thread Jakov Smolić
commit: 0fc07f4948191053f3aa589b69cd0a949353d0d5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Nov 22 09:13:13 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Nov 22 09:13:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc07f49

dev-db/go-etcd: treeclean

Closes: https://bugs.gentoo.org/771042
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/go-etcd/Manifest|  1 -
 dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild | 48 --
 dev-db/go-etcd/metadata.xml| 11 
 profiles/package.mask  |  5 
 4 files changed, 65 deletions(-)

diff --git a/dev-db/go-etcd/Manifest b/dev-db/go-etcd/Manifest
deleted file mode 100644
index 60c0e298be67..
--- a/dev-db/go-etcd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST go-etcd-2.0.0.tar.gz 18214 BLAKE2B 
ceb14c88dc65c81d0b8f620986ad30d9b0b21f92169979c69d0f7fd97abd81ef0c210dd3cb4bc23f361fc13aa97ba2cf5fcf59524608a14637780a381f3bf21d
 SHA512 
af07b2434bbad219962e989ca1d6ccb86bb40f698aa3f2b681ac04094dc7e878593af6a54e9c1e976d1aeb451661d8100295b0637291b46bafa45452537f1575

diff --git a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild 
b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
deleted file mode 100644
index 8080eefda579..
--- a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GO_PN=github.com/coreos/${PN}
-EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
-
-inherit vcs-clean
-
-DESCRIPTION="Go client library for etcd"
-HOMEPAGE="https://github.com/coreos/go-etcd;
-SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.4:="
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
-   default_src_unpack
-   mkdir -p src/${GO_PN%/*} || die
-   mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die
-}
-
-src_compile() {
-   # Create a filtered GOROOT tree out of symlinks,
-   # excluding go-etcd, for bug #503324.
-   cp -sR /usr/lib/go goroot || die
-   rm -rf goroot/src/${GO_PN} || die
-   rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
-   GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \
-   go install -x ${GO_PN}/etcd || die
-}
-
-src_install() {
-   insopts -m0644 -p # preserve timestamps for bug 551486
-   insinto /usr/lib/go
-   doins -r pkg
-   insinto /usr/lib/go/src
-   egit_clean
-   doins -r src/*
-}

diff --git a/dev-db/go-etcd/metadata.xml b/dev-db/go-etcd/metadata.xml
deleted file mode 100644
index ba80a5e26c57..
--- a/dev-db/go-etcd/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-https://github.com/coreos/go-etcd/issues
-https://github.com/coreos/go-etcd/commits/master
-https://godoc.org/github.com/coreos/go-etcd/etcd
-coreos/go-etcd
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index af75eb96596c..8f994dbf125a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -331,11 +331,6 @@ x11-plugins/pidgin-latex
 # Removal on 2021-11-23. Bug #819150.
 x11-plugins/hexchat-javascript
 
-# Zac Medico  (2021-10-23)
-# Mask go-etcd which fails to compile, and etcd-fs revdep.
-# Removal on 2021-11-22. Bug #771042.
-dev-db/go-etcd
-
 # Sam James  (2021-10-10)
 # Needs upstream build system fixes (currently in progress).
 # Python toggles don't work correctly right now.



[gentoo-commits] repo/gentoo:master commit in: dev-db/go-etcd/

2021-10-23 Thread Zac Medico
commit: 9739ceb156e2066247b03919f315e33ecd7682b3
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct 24 04:43:34 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct 24 04:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9739ceb1

dev-db/go-etcd: Drop to maintainer-needed

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/go-etcd/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-db/go-etcd/metadata.xml b/dev-db/go-etcd/metadata.xml
index a6e9b401872..ba80a5e26c5 100644
--- a/dev-db/go-etcd/metadata.xml
+++ b/dev-db/go-etcd/metadata.xml
@@ -1,13 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
   
 https://github.com/coreos/go-etcd/issues
 https://github.com/coreos/go-etcd/commits/master
 https://godoc.org/github.com/coreos/go-etcd/etcd
 coreos/go-etcd
   
-  
-zmed...@gentoo.org
-  
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/go-etcd/

2020-09-27 Thread Aaron Bauman
commit: 1da2d7e78331fd6b399f2a8a676856ec5ac68261
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Sep 28 00:54:44 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Sep 28 00:54:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da2d7e7

dev-db/go-etcd: drop old EAPI=5

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-db/go-etcd/Manifest  |  1 -
 dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild | 48 
 dev-db/go-etcd/go-etcd-2.0.0.ebuild  | 48 
 3 files changed, 97 deletions(-)

diff --git a/dev-db/go-etcd/Manifest b/dev-db/go-etcd/Manifest
index e35e4cbdc68..60c0e298be6 100644
--- a/dev-db/go-etcd/Manifest
+++ b/dev-db/go-etcd/Manifest
@@ -1,2 +1 @@
-DIST go-etcd-0_p20141013.tar.gz 18214 BLAKE2B 
ceb14c88dc65c81d0b8f620986ad30d9b0b21f92169979c69d0f7fd97abd81ef0c210dd3cb4bc23f361fc13aa97ba2cf5fcf59524608a14637780a381f3bf21d
 SHA512 
af07b2434bbad219962e989ca1d6ccb86bb40f698aa3f2b681ac04094dc7e878593af6a54e9c1e976d1aeb451661d8100295b0637291b46bafa45452537f1575
 DIST go-etcd-2.0.0.tar.gz 18214 BLAKE2B 
ceb14c88dc65c81d0b8f620986ad30d9b0b21f92169979c69d0f7fd97abd81ef0c210dd3cb4bc23f361fc13aa97ba2cf5fcf59524608a14637780a381f3bf21d
 SHA512 
af07b2434bbad219962e989ca1d6ccb86bb40f698aa3f2b681ac04094dc7e878593af6a54e9c1e976d1aeb451661d8100295b0637291b46bafa45452537f1575

diff --git a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild 
b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
deleted file mode 100644
index e7ea9c19b91..000
--- a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils vcs-clean
-
-GO_PN=github.com/coreos/${PN}
-DESCRIPTION="Go client library for etcd"
-
-HOMEPAGE="https://github.com/coreos/go-etcd;
-EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
-SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.4"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
-   default_src_unpack
-   mkdir -p src/${GO_PN%/*} || die
-   mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die
-}
-
-src_compile() {
-   # Create a filtered GOROOT tree out of symlinks,
-   # excluding go-etcd, for bug #503324.
-   cp -sR /usr/lib/go goroot || die
-   rm -rf goroot/src/${GO_PN} || die
-   rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
-   GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \
-   go install -x ${GO_PN}/etcd || die
-}
-
-src_install() {
-   insopts -m0644 -p # preserve timestamps for bug 551486
-   insinto /usr/lib/go
-   doins -r pkg
-   insinto /usr/lib/go/src
-   egit_clean
-   doins -r src/*
-}

diff --git a/dev-db/go-etcd/go-etcd-2.0.0.ebuild 
b/dev-db/go-etcd/go-etcd-2.0.0.ebuild
deleted file mode 100644
index b47229902f4..000
--- a/dev-db/go-etcd/go-etcd-2.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils vcs-clean
-
-GO_PN=github.com/coreos/${PN}
-EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
-
-DESCRIPTION="Go client library for etcd"
-HOMEPAGE="https://github.com/coreos/go-etcd;
-SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/go-1.4"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
-   default_src_unpack
-   mkdir -p src/${GO_PN%/*} || die
-   mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die
-}
-
-src_compile() {
-   # Create a filtered GOROOT tree out of symlinks,
-   # excluding go-etcd, for bug #503324.
-   cp -sR /usr/lib/go goroot || die
-   rm -rf goroot/src/${GO_PN} || die
-   rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
-   GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \
-   go install -x ${GO_PN}/etcd || die
-}
-
-src_install() {
-   insopts -m0644 -p # preserve timestamps for bug 551486
-   insinto /usr/lib/go
-   doins -r pkg
-   insinto /usr/lib/go/src
-   egit_clean
-   doins -r src/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/go-etcd/

2020-02-12 Thread David Seifert
commit: 2d380333dafe26b4e4595e9737d63de57d675335
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 12 18:02:15 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Feb 12 18:02:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d380333

dev-db/go-etcd: [QA] inherit vcs-clean.eclass directly

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild | 6 --
 dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild   | 4 +++-
 dev-db/go-etcd/go-etcd-2.0.0.ebuild  | 4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild 
b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
index 798b7e5544c..e7ea9c19b91 100644
--- a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
+++ b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils
+inherit eutils vcs-clean
+
 GO_PN=github.com/coreos/${PN}
 DESCRIPTION="Go client library for etcd"
+
 HOMEPAGE="https://github.com/coreos/go-etcd;
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"

diff --git a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild 
b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
index 78e82a0d677..8080eefda57 100644
--- a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
+++ b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,6 +6,8 @@ EAPI=5
 GO_PN=github.com/coreos/${PN}
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
 
+inherit vcs-clean
+
 DESCRIPTION="Go client library for etcd"
 HOMEPAGE="https://github.com/coreos/go-etcd;
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"

diff --git a/dev-db/go-etcd/go-etcd-2.0.0.ebuild 
b/dev-db/go-etcd/go-etcd-2.0.0.ebuild
index cec9a8d3286..b47229902f4 100644
--- a/dev-db/go-etcd/go-etcd-2.0.0.ebuild
+++ b/dev-db/go-etcd/go-etcd-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils
+inherit eutils vcs-clean
 
 GO_PN=github.com/coreos/${PN}
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"



[gentoo-commits] repo/gentoo:master commit in: dev-db/go-etcd/

2016-01-22 Thread Justin Lecher
commit: 3f6c102dc3d0d6454b7477d8a328b1995a3d432a
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Jan 22 20:47:17 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Jan 22 21:03:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6c102d

dev-db/go-etcd: Use egit_clean to clean workdir

* Sort global scope according to skel.ebuild

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild | 14 +-
 dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild   | 16 ++--
 dev-db/go-etcd/go-etcd-2.0.0.ebuild  | 18 --
 3 files changed, 31 insertions(+), 17 deletions(-)

diff --git a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild 
b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
index 8ea0f6d..15b9646 100644
--- a/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
+++ b/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild
@@ -1,20 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-KEYWORDS="~amd64"
-DESCRIPTION="Go client library for etcd"
+inherit eutils
 GO_PN=github.com/coreos/${PN}
+DESCRIPTION="Go client library for etcd"
 HOMEPAGE="https://${GO_PN};
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+
 SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
 IUSE=""
+
 DEPEND=">=dev-lang/go-1.4"
 RDEPEND=""
+
 S=${WORKDIR}
 
 src_unpack() {
@@ -38,6 +42,6 @@ src_install() {
insinto /usr/lib/go
doins -r pkg
insinto /usr/lib/go/src
-   find src/${GO_PN} -name .gitignore -delete
+   egit_clean
doins -r src/*
 }

diff --git a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild 
b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
index 79358b5..9cf4459 100644
--- a/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
+++ b/dev-db/go-etcd/go-etcd-2.0.0-r1.ebuild
@@ -1,20 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-KEYWORDS="~amd64"
-DESCRIPTION="Go client library for etcd"
 GO_PN=github.com/coreos/${PN}
-HOMEPAGE="https://${GO_PN};
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
+
+DESCRIPTION="Go client library for etcd"
+HOMEPAGE="https://${GO_PN};
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+
 SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
 IUSE=""
+
 DEPEND=">=dev-lang/go-1.4:="
 RDEPEND=""
+
 S=${WORKDIR}
 
 src_unpack() {
@@ -38,6 +42,6 @@ src_install() {
insinto /usr/lib/go
doins -r pkg
insinto /usr/lib/go/src
-   find src/${GO_PN} -name .gitignore -delete
+   egit_clean
doins -r src/*
 }

diff --git a/dev-db/go-etcd/go-etcd-2.0.0.ebuild 
b/dev-db/go-etcd/go-etcd-2.0.0.ebuild
index 8ea0f6d..5139a55 100644
--- a/dev-db/go-etcd/go-etcd-2.0.0.ebuild
+++ b/dev-db/go-etcd/go-etcd-2.0.0.ebuild
@@ -1,20 +1,26 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-KEYWORDS="~amd64"
-DESCRIPTION="Go client library for etcd"
+inherit eutils
+
 GO_PN=github.com/coreos/${PN}
-HOMEPAGE="https://${GO_PN};
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
+
+DESCRIPTION="Go client library for etcd"
+HOMEPAGE="https://${GO_PN};
 SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+
 SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
 IUSE=""
+
 DEPEND=">=dev-lang/go-1.4"
 RDEPEND=""
+
 S=${WORKDIR}
 
 src_unpack() {
@@ -38,6 +44,6 @@ src_install() {
insinto /usr/lib/go
doins -r pkg
insinto /usr/lib/go/src
-   find src/${GO_PN} -name .gitignore -delete
+   egit_clean
doins -r src/*
 }