Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/etcd-ca/
Date: Wed, 16 Jan 2019 03:54:28
Message-Id: 1547610855.8e51a6a9667531b395c569717b4ec3d9668a6c7e.zmedico@gentoo
1 commit: 8e51a6a9667531b395c569717b4ec3d9668a6c7e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 03:53:37 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 03:54:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e51a6a9
7
8 app-crypt/etcd-ca: remove old
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-crypt/etcd-ca/Manifest | 1 -
14 app-crypt/etcd-ca/etcd-ca-0_p20140903.ebuild | 37 ----------------------------
15 app-crypt/etcd-ca/etcd-ca-0_p20150423.ebuild | 37 ----------------------------
16 3 files changed, 75 deletions(-)
17
18 diff --git a/app-crypt/etcd-ca/Manifest b/app-crypt/etcd-ca/Manifest
19 index 9c3d875ad79..a819f52ce35 100644
20 --- a/app-crypt/etcd-ca/Manifest
21 +++ b/app-crypt/etcd-ca/Manifest
22 @@ -1,2 +1 @@
23 -DIST etcd-ca-0_p20140903.zip 1178338 BLAKE2B 03cbed5111037f547391281e65d5bc9e9e61fbc1c5ddceb9e3ccba2a3714c964304e230407ba3dc6eebae695f3ed51c29dbb0babbf913ef02f10d3650a781bca SHA512 f421be2c835e7ed701f698d8a48cf25fe011ba3a831ff8fa3a80f5f074f6b70fed7f71d64c488cce5e12af8b8ae29685a1b19f8f2cd487954019d483d90f5e1c
24 DIST etcd-ca-0_p20150423.tar.gz 55031 BLAKE2B 39f12fe140a5490e512e9d14c58c58f452769788f0c4c6a8a521590d19a254009c28e134611a10a40c8edc2820c4a333e9c2676e7ace2ad5af88e4245d23432a SHA512 8c7ecb80e056da77997283ff2defb6df9a9acef250b0fac8e18c2bca71cccfedf6d782b7c9bf6491574d88ac5fa358f9bc5f540aa718a2470655d75f2f54fff4
25
26 diff --git a/app-crypt/etcd-ca/etcd-ca-0_p20140903.ebuild b/app-crypt/etcd-ca/etcd-ca-0_p20140903.ebuild
27 deleted file mode 100644
28 index 7a2e5a7d05d..00000000000
29 --- a/app-crypt/etcd-ca/etcd-ca-0_p20140903.ebuild
30 +++ /dev/null
31 @@ -1,37 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -KEYWORDS="~amd64"
38 -DESCRIPTION="A simple certificate manager written in Go. Easy to use with limited capability"
39 -HOMEPAGE="https://github.com/coreos/etcd-ca"
40 -EGIT_COMMIT="812f3626796be16d9db052720ce9c54f5a40bb26"
41 -SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -IUSE="doc"
45 -DEPEND=">=dev-lang/go-1.2"
46 -RDEPEND=""
47 -S=${WORKDIR}/${PN}-${EGIT_COMMIT}
48 -
49 -src_prepare() {
50 - sed -e "s:^\(go install\)\(.*\)$:\\1 -x -ldflags=\"-v -linkmode=external -extldflags '${LDFLAGS}'\" \\2:" \
51 - -i build || die
52 -}
53 -
54 -src_compile() {
55 - CGO_CFLAGS="${CFLAGS}" ./build || die
56 -}
57 -
58 -# go tool: no such tool "cover"; to install:
59 -# go get code.google.com/p/go.tools/cmd/cover
60 -#src_test() {
61 -# ./test || die
62 -#}
63 -
64 -src_install() {
65 - dobin "${S}"/bin/${PN}
66 - dodoc README.md
67 - use doc && dodoc -r Documentation
68 -}
69
70 diff --git a/app-crypt/etcd-ca/etcd-ca-0_p20150423.ebuild b/app-crypt/etcd-ca/etcd-ca-0_p20150423.ebuild
71 deleted file mode 100644
72 index a2f53273437..00000000000
73 --- a/app-crypt/etcd-ca/etcd-ca-0_p20150423.ebuild
74 +++ /dev/null
75 @@ -1,37 +0,0 @@
76 -# Copyright 1999-2015 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -KEYWORDS="~amd64"
82 -DESCRIPTION="A simple certificate manager written in Go. Easy to use with limited capability"
83 -HOMEPAGE="https://github.com/coreos/etcd-ca"
84 -EGIT_COMMIT="31fef42f75294cf8bf1e7facf82648de0c2d87a3"
85 -SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
86 -LICENSE="Apache-2.0"
87 -SLOT="0"
88 -IUSE="doc"
89 -DEPEND=">=dev-lang/go-1.2"
90 -RDEPEND=""
91 -S=${WORKDIR}/${PN}-${EGIT_COMMIT}
92 -
93 -src_prepare() {
94 - sed -e "s:^\(go install\)\(.*\)$:\\1 -x -ldflags=\"-v -linkmode=external -extldflags '${LDFLAGS}'\" \\2:" \
95 - -i build || die
96 -}
97 -
98 -src_compile() {
99 - CGO_CFLAGS="${CFLAGS}" ./build || die
100 -}
101 -
102 -# go tool: no such tool "cover"; to install:
103 -# go get code.google.com/p/go.tools/cmd/cover
104 -#src_test() {
105 -# ./test || die
106 -#}
107 -
108 -src_install() {
109 - dobin "${S}"/bin/${PN}
110 - dodoc README.md
111 - use doc && dodoc -r Documentation
112 -}