Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-protobuf/
Date: Sun, 07 Oct 2018 21:40:40
Message-Id: 1538948343.2538dbd7d5b53a782b7a1e51c3a121528161fcca.zmedico@gentoo
1 commit: 2538dbd7d5b53a782b7a1e51c3a121528161fcca
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 21:39:03 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 21:39:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2538dbd7
7
8 dev-go/go-protobuf: remove unmaintained 9999 ebuild
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-go/go-protobuf/go-protobuf-9999.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-go/go-protobuf/go-protobuf-9999.ebuild b/dev-go/go-protobuf/go-protobuf-9999.ebuild
17 deleted file mode 100644
18 index b94987b944e..00000000000
19 --- a/dev-go/go-protobuf/go-protobuf-9999.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -EGO_SRC=github.com/golang/protobuf
28 -EGO_PN=${EGO_SRC}/...
29 -
30 -if [[ ${PV} = *9999* ]]; then
31 - inherit golang-vcs
32 -else
33 - KEYWORDS="~amd64"
34 - EGIT_COMMIT="68c687dc49948540b356a6b47931c9be4fcd0245"
35 - SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
36 - inherit golang-vcs-snapshot
37 -fi
38 -inherit golang-build
39 -
40 -DESCRIPTION="Go support for Google's protocol buffers"
41 -HOMEPAGE="https://github.com/golang/protobuf"
42 -LICENSE="BSD"
43 -SLOT="0/${PV}"
44 -IUSE=""
45 -DEPEND=""
46 -RDEPEND=""
47 -
48 -src_install() {
49 - golang-build_src_install
50 - dobin bin/*
51 -}