diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-14 22:05:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-14 22:07:00 +0200 |
commit | 36c5c65f5fc8a09ed25670c8ab39ead412736217 (patch) | |
tree | 63d4dcec93f9cbc88f4fc3f27f455813c7fe3a29 /dev-go | |
parent | sci-biology/goby-cpp: Remove last-rited pkg (diff) | |
download | gentoo-36c5c65f5fc8a09ed25670c8ab39ead412736217.tar.gz gentoo-36c5c65f5fc8a09ed25670c8ab39ead412736217.tar.bz2 gentoo-36c5c65f5fc8a09ed25670c8ab39ead412736217.zip |
dev-go/toml: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694398
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/toml/Manifest | 1 | ||||
-rw-r--r-- | dev-go/toml/metadata.xml | 8 | ||||
-rw-r--r-- | dev-go/toml/toml-0.2.0_p20160716.ebuild | 34 | ||||
-rw-r--r-- | dev-go/toml/toml-9999.ebuild | 34 |
4 files changed, 0 insertions, 77 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">BurntSushi/toml</remote-id> - </upstream> -</pkgmetadata> 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 -} |