commit:     36c5c65f5fc8a09ed25670c8ab39ead412736217
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 20:05:39 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 20:07:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c5c65f

dev-go/toml: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694398
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 ---------------------------------
 profiles/package.mask                   |  1 -
 5 files changed, 78 deletions(-)

diff --git a/dev-go/toml/Manifest b/dev-go/toml/Manifest
deleted file mode 100644
index 27b84c08be4..00000000000
--- 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 9d1797dcd8b..00000000000
--- 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 219ac2df52a..00000000000
--- 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 219ac2df52a..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 7cd8da30731..ecf964831d8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -444,7 +444,6 @@ dev-go/go-oauth2
 # Removal in 30 days.  Bug #694398.
 dev-go/cli
 dev-go/go-gitlab-client
-dev-go/toml
 
 # Thomas Sachau <[email protected]> (2019-09-14)
 # Freemail has been completly rewritten so the current

Reply via email to