Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/
Date: Sat, 02 Mar 2019 17:32:05
Message-Id: 1551547896.01b88bc60e6301f17cd84f959d286642cc606ed2.mrueg@gentoo
1 commit: 01b88bc60e6301f17cd84f959d286642cc606ed2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 17:31:36 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 17:31:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b88bc6
7
8 dev-util/promu: Remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-util/promu/Manifest | 2 --
14 dev-util/promu/promu-0.1.0.ebuild | 28 ----------------------------
15 dev-util/promu/promu-0.1.0_p20180227.ebuild | 28 ----------------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/dev-util/promu/Manifest b/dev-util/promu/Manifest
19 index b4487b18ac7..0b0d47242d6 100644
20 --- a/dev-util/promu/Manifest
21 +++ b/dev-util/promu/Manifest
22 @@ -1,3 +1 @@
23 -DIST promu-0.1.0.tar.gz 1065003 BLAKE2B f56dfda69dae632b1946182b1a92c059cac52867c677d415c2f321f95800d3902f8f0fbd4d4b670870f3dce34603b0c1a50df9311be70404f27e9f5afbaf4699 SHA512 18ad54b1ec9fe8975a0048b5c85609858cd500a2d3aa34e51e5c2c3d07a0df4337bac9648562e2007d5c8572e07c814c6bba7522b94836c258cde457df5815e2
24 -DIST promu-0.1.0_p20180227.tar.gz 1068386 BLAKE2B b850c1dfa51f86099bd7e32c131ef99a05d4f4caab441a945fddc9a2895e72b74ed3456f18ab69493fc2283902c570e78f99ea303f32998416fdfbf91c3d0cd8 SHA512 6fbe5fe92602437aee90a442028cd846d9d72179b32e601b6167420dab0a3aed22cd9d1c527320ca54a3cfce7b79167753ad9cbeb000762e845056c692212a74
25 DIST promu-0.2.0.tar.gz 1072026 BLAKE2B 2b68d992b37421d6b9a08cc9a9134f9ae52643d4c2844c8e1f6f6724f015582c99a8724ab6b8d1ee69437c660e3b972af85949e3221d8d8c709fd8c1a45e1256 SHA512 4da4716a9d4fb96b6016c9bd452fed0403721ab15f95e6955db2ab6e8e482f3bbb35cb4c1c94f690af9520729a93c100015ee48cb69627e129004ae0b15257ae
26
27 diff --git a/dev-util/promu/promu-0.1.0.ebuild b/dev-util/promu/promu-0.1.0.ebuild
28 deleted file mode 100644
29 index 027fda9afb0..00000000000
30 --- a/dev-util/promu/promu-0.1.0.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit golang-build golang-vcs-snapshot
38 -
39 -EGO_PN="github.com/prometheus/promu"
40 -EGIT_COMMIT="5e82f2f"
41 -SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -KEYWORDS="amd64"
43 -
44 -DESCRIPTION="Prometheus Utility Tool"
45 -HOMEPAGE="https://github.com/prometheus/promu"
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -src_compile() {
51 - LDFLAGS="-X github.com/prometheus/vendor/github.com/prometheus/common/version.Version=$(cat src/${EGO_PN}/VERSION)
52 - -X github.com/prometheus/vendor/github.com/prometheus/common/version.Revision=${EGIT_COMMIT}
53 - -extldflags \"-static\""
54 - GOPATH="${S}" go build -ldflags "${LDFLAGS}" -o bin/promu src/${EGO_PN}/main.go || die
55 -}
56 -
57 -src_install() {
58 - dobin bin/*
59 - dodoc -r src/${EGO_PN}/{doc,{README,CONTRIBUTING}.md}
60 -}
61
62 diff --git a/dev-util/promu/promu-0.1.0_p20180227.ebuild b/dev-util/promu/promu-0.1.0_p20180227.ebuild
63 deleted file mode 100644
64 index 94c084e7161..00000000000
65 --- a/dev-util/promu/promu-0.1.0_p20180227.ebuild
66 +++ /dev/null
67 @@ -1,28 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -inherit golang-build golang-vcs-snapshot
73 -
74 -EGO_PN="github.com/prometheus/promu"
75 -EGIT_COMMIT="5a3cc08574c63bb853a21c570d719a0fb548dae0"
76 -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
77 -KEYWORDS="~amd64"
78 -
79 -DESCRIPTION="Prometheus Utility Tool"
80 -HOMEPAGE="https://github.com/prometheus/promu"
81 -LICENSE="Apache-2.0"
82 -SLOT="0"
83 -IUSE=""
84 -
85 -src_compile() {
86 - LDFLAGS="-X github.com/prometheus/vendor/github.com/prometheus/common/version.Version=$(cat src/${EGO_PN}/VERSION)
87 - -X github.com/prometheus/vendor/github.com/prometheus/common/version.Revision=${EGIT_COMMIT:0:7}
88 - -extldflags \"-static\""
89 - GOPATH="${S}" go build -ldflags "${LDFLAGS}" -o bin/promu src/${EGO_PN}/main.go || die
90 -}
91 -
92 -src_install() {
93 - dobin bin/*
94 - dodoc -r src/${EGO_PN}/{doc,{README,CONTRIBUTING}.md}
95 -}