diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-14 22:05:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-14 22:07:01 +0200 |
commit | 8224fec5388dcfb70ef9f6672fb0697f1155c988 (patch) | |
tree | fa1007383d8d1f0bcef70dc8260f10e628032071 /dev-go | |
parent | dev-go/toml: Remove last-rited pkg (diff) | |
download | gentoo-8224fec5388dcfb70ef9f6672fb0697f1155c988.tar.gz gentoo-8224fec5388dcfb70ef9f6672fb0697f1155c988.tar.bz2 gentoo-8224fec5388dcfb70ef9f6672fb0697f1155c988.zip |
dev-go/go-gitlab-client: 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/go-gitlab-client/Manifest | 1 | ||||
-rw-r--r-- | dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild | 20 | ||||
-rw-r--r-- | dev-go/go-gitlab-client/metadata.xml | 8 |
3 files changed, 0 insertions, 29 deletions
diff --git a/dev-go/go-gitlab-client/Manifest b/dev-go/go-gitlab-client/Manifest deleted file mode 100644 index 9a1b6487fc07..000000000000 --- a/dev-go/go-gitlab-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST go-gitlab-client-0_pre20160305.tar.gz 20796 BLAKE2B 6207cd2a1dd3c6dc69271785de9fa95bde8005617607802d1a96d3f446e6c5b5f83ad5ff40316885a4c8837961dde0c3626a04c733e24c49330066f63a0c2081 SHA512 98e8ea278671c53e815fed3adb6691625ad3b4c4952b5789352d8966d7c505e264c6a3f5ee779de573f48a8ef6e40a8a9e9426544c47e070ad8a903613b21a2e diff --git a/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild b/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild deleted file mode 100644 index 83e37fe7646f..000000000000 --- a/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160305.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit golang-build golang-vcs-snapshot - -EGO_PN="github.com/plouc/go-gitlab-client/..." -EGIT_COMMIT="a526ef09e9e03f673a43ecd4a687abf6c25343ca" -ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="A simple gitlab api client written in Go" -HOMEPAGE="https://github.com/plouc/go-gitlab-client" -SRC_URI="${ARCHIVE_URI}" -LICENSE="MIT" -SLOT="0/${PVR}" -IUSE="" - -# Requires dev-go/testify to be packaged -RESTRICT="test" diff --git a/dev-go/go-gitlab-client/metadata.xml b/dev-go/go-gitlab-client/metadata.xml deleted file mode 100644 index f990a5055972..000000000000 --- a/dev-go/go-gitlab-client/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">plouc/go-gitlab-client</remote-id> - </upstream> -</pkgmetadata> |