From 36c5c65f5fc8a09ed25670c8ab39ead412736217 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 14 Oct 2019 22:05:39 +0200 Subject: dev-go/toml: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/694398 Signed-off-by: Michał Górny --- dev-go/toml/Manifest | 1 - dev-go/toml/metadata.xml | 8 -------- dev-go/toml/toml-0.2.0_p20160716.ebuild | 34 --------------------------------- dev-go/toml/toml-9999.ebuild | 34 --------------------------------- 4 files changed, 77 deletions(-) delete mode 100644 dev-go/toml/Manifest delete mode 100644 dev-go/toml/metadata.xml delete mode 100644 dev-go/toml/toml-0.2.0_p20160716.ebuild delete mode 100644 dev-go/toml/toml-9999.ebuild (limited to 'dev-go') diff --git a/dev-go/toml/Manifest b/dev-go/toml/Manifest deleted file mode 100644 index 27b84c08be4d..000000000000 --- a/dev-go/toml/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST toml-0.2.0_p20160716.tar.gz 39914 BLAKE2B 417f081c9c22c5d5374794e9b4ee810a9d4375029d5a931a3b5ea3e73d26706eda83c504dc9c648ebee818d1a4c860f89d1c6aec3432ae478734e555349f1102 SHA512 c2109e913d5891bf62526b421c4be8c64823ef8ee7ea6dc8120b6f28881633fec1ea46cbb076859a15db011fbcdf900d9c6f9caae06c194135241c42cf65f11d diff --git a/dev-go/toml/metadata.xml b/dev-go/toml/metadata.xml deleted file mode 100644 index 9d1797dcd8b3..000000000000 --- a/dev-go/toml/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - BurntSushi/toml - - diff --git a/dev-go/toml/toml-0.2.0_p20160716.ebuild b/dev-go/toml/toml-0.2.0_p20160716.ebuild deleted file mode 100644 index 219ac2df52af..000000000000 --- a/dev-go/toml/toml-0.2.0_p20160716.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN="github.com/BurntSushi/toml" - -if [[ ${PV} == *9999 ]]; then - inherit golang-vcs -else - EGIT_COMMIT="99064174e013895bbd9b025c31100bd1d9b590ca" - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" - inherit golang-vcs-snapshot -fi - -DESCRIPTION="TOML parser for Golang with reflection" -HOMEPAGE="https://github.com/BurntSushi/toml" - -LICENSE="WTFPL-2" -SLOT="0" -IUSE="" - -S=${WORKDIR}/${P}/src/${EGO_PN} - -RESTRICT="test" - -src_compile() { - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o "bin/tomlv" ./cmd/tomlv || die -} - -src_install() { - dodoc README.md - dobin bin/tomlv -} diff --git a/dev-go/toml/toml-9999.ebuild b/dev-go/toml/toml-9999.ebuild deleted file mode 100644 index 219ac2df52af..000000000000 --- a/dev-go/toml/toml-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -EGO_PN="github.com/BurntSushi/toml" - -if [[ ${PV} == *9999 ]]; then - inherit golang-vcs -else - EGIT_COMMIT="99064174e013895bbd9b025c31100bd1d9b590ca" - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" - inherit golang-vcs-snapshot -fi - -DESCRIPTION="TOML parser for Golang with reflection" -HOMEPAGE="https://github.com/BurntSushi/toml" - -LICENSE="WTFPL-2" -SLOT="0" -IUSE="" - -S=${WORKDIR}/${P}/src/${EGO_PN} - -RESTRICT="test" - -src_compile() { - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -o "bin/tomlv" ./cmd/tomlv || die -} - -src_install() { - dodoc README.md - dobin bin/tomlv -} -- cgit v1.2.3-65-gdbad