commit:     e4bf7fd267fed9a505fb7b47020c1a8711f5df82
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 12:30:30 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:30:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bf7fd2

dev-go/goversion: Remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-go/goversion/Manifest                         |  2 --
 dev-go/goversion/goversion-1.0.0_p20180403.ebuild | 31 -----------------------
 dev-go/goversion/goversion-1.0.0_p20180404.ebuild | 31 -----------------------
 3 files changed, 64 deletions(-)

diff --git a/dev-go/goversion/Manifest b/dev-go/goversion/Manifest
index 533768c3133..ebb30528916 100644
--- a/dev-go/goversion/Manifest
+++ b/dev-go/goversion/Manifest
@@ -1,3 +1 @@
-DIST goversion-1.0.0_p20180403.tar.gz 8562 BLAKE2B 
937d5531ef0f4cf8d72c1fded8ae0e1c6230f87a6ebadd3444aa87875c6712ff82d12b17ce78fcd41c6e6c2e51944a3dd824dbd0ffc3d768316c0b7b4b96edb9
 SHA512 
d446ca4d7b512b6fd5e510b3a7c2c11a7c72f6e915f4dd0ad9c61f8f93359ef08ff5256133245138798df3b0a3ab6d19157ddf76ea935858ba3230653cfde7ad
-DIST goversion-1.0.0_p20180404.tar.gz 8580 BLAKE2B 
3a9f80194d022c44836bfe5e12f9ff0bc3204be236047bbb9b00147374ae65ead37087376a60509653299d46bfdbb92dc7abec547e47bbfd0855eda134f8b301
 SHA512 
a8b99d9f01ea72ebbd4dad2ea73d1d08b75b3806821cbea3fe70828d748e50f34452c980acdd48a2b5bf4bf1399a28904e80b284f465fda356f46bb9895d6c52
 DIST goversion-1.2.0.tar.gz 8586 BLAKE2B 
76001c1ebbf55bf742a20f7434d7b28da3aaa8e24e2cb6d14c182192735d16184aabbfc47aedb5872ed2610c81c4e6d637f425597cebaacbbd7095f18cd715f4
 SHA512 
27a8ebe71679c9161556c8aa49356c2da54c7e7b3bf580aa18518e49bb919ea836a9958ae9fc8fdc86c3750afc900d6e1c17d87dea406366467a6ea9c8ed8931

diff --git a/dev-go/goversion/goversion-1.0.0_p20180403.ebuild 
b/dev-go/goversion/goversion-1.0.0_p20180403.ebuild
deleted file mode 100644
index 4045bf9cc6b..00000000000
--- a/dev-go/goversion/goversion-1.0.0_p20180403.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="rsc.io/goversion"
-
-EGIT_COMMIT="38f6ce479a8bd51821a711abdc8343164d820be4"
-
-inherit golang-build golang-vcs-snapshot bash-completion-r1
-ARCHIVE_URI="https://github.com/rsc/goversion/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Print version used to build Go executables"
-HOMEPAGE="https://github.com/rsc/goversion https://rsc.io/goversion";
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-src_compile() {
-       pushd src/${EGO_PN} || die
-       GOPATH="${S}" go build -o ${PN} . || die
-       popd || die
-}
-
-src_install() {
-       dobin src/${EGO_PN}/${PN}
-       dodoc src/${EGO_PN}/README.md
-}

diff --git a/dev-go/goversion/goversion-1.0.0_p20180404.ebuild 
b/dev-go/goversion/goversion-1.0.0_p20180404.ebuild
deleted file mode 100644
index 399b7e556a2..00000000000
--- a/dev-go/goversion/goversion-1.0.0_p20180404.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="rsc.io/goversion"
-
-EGIT_COMMIT="597212e462da05a7902d6cea0ec895a0d9b8b218"
-
-inherit golang-build golang-vcs-snapshot bash-completion-r1
-ARCHIVE_URI="https://github.com/rsc/goversion/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Print version used to build Go executables"
-HOMEPAGE="https://github.com/rsc/goversion https://rsc.io/goversion";
-SRC_URI="${ARCHIVE_URI}"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-src_compile() {
-       pushd src/${EGO_PN} || die
-       GOPATH="${S}" go build -o ${PN} . || die
-       popd || die
-}
-
-src_install() {
-       dobin src/${EGO_PN}/${PN}
-       dodoc src/${EGO_PN}/README.md
-}

Reply via email to