From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 828D71396D1 for ; Sun, 24 Sep 2017 18:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C6C6E0ECC; Sun, 24 Sep 2017 18:54:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 795A3E0ECC for ; Sun, 24 Sep 2017 18:54:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A15F6340806 for ; Sun, 24 Sep 2017 18:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F189084 for ; Sun, 24 Sep 2017 18:54:29 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1506279252.b44dfcdf105fdfd02fb7ca21995e516a7b10a756.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/promu/Manifest dev-util/promu/promu-0.1.0_p20170607.ebuild X-VCS-Directories: dev-util/promu/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b44dfcdf105fdfd02fb7ca21995e516a7b10a756 X-VCS-Branch: master Date: Sun, 24 Sep 2017 18:54:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a1d33e2-27e5-4c5d-ad18-468c83f70e34 X-Archives-Hash: a8259e22716b866474e30ab1e7ed3485 commit: b44dfcdf105fdfd02fb7ca21995e516a7b10a756 Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 24 18:53:38 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 24 18:54:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44dfcdf dev-util/promu: Remove old Package-Manager: Portage-2.3.10, Repoman-2.3.2 dev-util/promu/Manifest | 1 - dev-util/promu/promu-0.1.0_p20170607.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-util/promu/Manifest b/dev-util/promu/Manifest index 0f76eed18bc..7de33040a2f 100644 --- a/dev-util/promu/Manifest +++ b/dev-util/promu/Manifest @@ -1,2 +1 @@ DIST promu-0.1.0.tar.gz 1065003 SHA256 043c4149bc85e4d51a93390cdb4fee6871d93123ced5c2d3d4f78a2265167bbc SHA512 18ad54b1ec9fe8975a0048b5c85609858cd500a2d3aa34e51e5c2c3d07a0df4337bac9648562e2007d5c8572e07c814c6bba7522b94836c258cde457df5815e2 WHIRLPOOL 3717496ee2296bfa27baf47d601f3bb5eaa4e4e27c3ebd7fd71979ae9e29d833f04065a16add9b2410fb4cff040d98a51e9d628ba316ab8cb488eda2ef4f7b15 -DIST promu-0.1.0_p20170607.tar.gz 399675 SHA256 e2995015d66c25e431284e24623a3ecb5813fdaf45cd31231d1ba5a9a500e1a0 SHA512 38c5230b8a301675b55ea80c2ab461be51d560d96511c8ce4ac101434e484dca0a90ccacb06b3bb9057d151fac407adc443833032ddd226416a1fd5af788edaf WHIRLPOOL d2779d629d1b04ca9ccc78711a591a19ef1beede1ac6708e45f3a0d0fd2bcf309858d7aaeba739c6ce17cf12bd5edc6612a123dee2a41d4796685c0b188e599d diff --git a/dev-util/promu/promu-0.1.0_p20170607.ebuild b/dev-util/promu/promu-0.1.0_p20170607.ebuild deleted file mode 100644 index afa41dc9ac4..00000000000 --- a/dev-util/promu/promu-0.1.0_p20170607.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot - -EGO_PN="github.com/prometheus/promu" -EGIT_COMMIT="85ceabc50a0f1c0072304f694333062836c9f640" -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Prometheus Utility Tool" -HOMEPAGE="https://github.com/prometheus/promu" -SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -src_compile() { - LDFLAGS="-X github.com/prometheus/vendor/github.com/prometheus/common/version.Version=$(cat src/${EGO_PN}/VERSION) - -X github.com/prometheus/vendor/github.com/prometheus/common/version.Revision=${EGIT_COMMIT:0:7} - -extldflags \"-static\"" - GOPATH="${S}" go build -ldflags "${LDFLAGS}" -o bin/promu src/${EGO_PN}/main.go || die -} - -src_install() { - dobin bin/* - dodoc -r src/${EGO_PN}/{doc,{README,CONTRIBUTING}.md} -}