summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-01 17:11:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-01 17:12:58 +0200
commit40c34be253bd172a807e1fdcdfccd60dbf07d38b (patch)
treeffa65632a1acef792aba7bb9ae6168824d0217d4
parentdev-cpp/icnc: Remove last-rited pkg (diff)
downloadgentoo-40c34be253bd172a807e1fdcdfccd60dbf07d38b.tar.gz
gentoo-40c34be253bd172a807e1fdcdfccd60dbf07d38b.tar.bz2
gentoo-40c34be253bd172a807e1fdcdfccd60dbf07d38b.zip
dev-go/siphash: Remove last-rited pkg
Closes: https://bugs.gentoo.org/732130 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-go/siphash/Manifest2
-rw-r--r--dev-go/siphash/metadata.xml15
-rw-r--r--dev-go/siphash/siphash-1.0.0.ebuild23
-rw-r--r--dev-go/siphash/siphash-1.2.1.ebuild23
-rw-r--r--profiles/package.mask6
5 files changed, 0 insertions, 69 deletions
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
deleted file mode 100644
index db0fe08936e9..000000000000
--- a/dev-go/siphash/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST siphash-1.0.0.tar.gz 4462 BLAKE2B 2939eee829189db0939e2a0ff15701e7bc20b34213a5ea7b0e268a19d8eeb4618b26c11c537fd2902ce7bf3d573845a899f002155274a5172b67472879768cc5 SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a
-DIST siphash-1.2.1.tar.gz 10729 BLAKE2B 445e7839565224045ecb920787b7b75441fce6b028c22af6cbc498820e53c174f81851aff4e390f6d318557b720b4f32332b82f9ce4b4ba3a8725d74866a635f SHA512 bb59a152322350ce4d88f3a8795fcb319621f0c5b2e535f251e7c159ea574b22678f0e29c6dc0fde08ff1be628cd7c76534e902e3f1d332009031cae01491e11
diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
deleted file mode 100644
index 3d1f1e5ff3c7..000000000000
--- a/dev-go/siphash/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marecki@gentoo.org</email>
- <name>Marek Szuba</name>
- </maintainer>
- <maintainer type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </maintainer>
- <upstream>
- <remote-id type="github">dchest/siphash</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
deleted file mode 100644
index 8fa945471411..000000000000
--- a/dev-go/siphash/siphash-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build golang-vcs-snapshot
-
-EGO_SRC=github.com/dchest/siphash
-EGO_PN=${EGO_SRC}/...
-EGIT_COMMIT="v${PV}"
-SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-DESCRIPTION="Go implementation of SipHash-2.4"
-HOMEPAGE="https://github.com/dchest/siphash"
-
-KEYWORDS="amd64 arm x86"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
diff --git a/dev-go/siphash/siphash-1.2.1.ebuild b/dev-go/siphash/siphash-1.2.1.ebuild
deleted file mode 100644
index 41aeb76b88e0..000000000000
--- a/dev-go/siphash/siphash-1.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit golang-build golang-vcs-snapshot
-
-EGO_SRC=github.com/dchest/siphash
-EGO_PN=${EGO_SRC}/...
-EGIT_COMMIT="v${PV}"
-SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-DESCRIPTION="Go implementation of SipHash-2.4"
-HOMEPAGE="https://github.com/dchest/siphash"
-
-KEYWORDS="amd64 arm x86"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
diff --git a/profiles/package.mask b/profiles/package.mask
index b96ce70b3a9a..1f558c6d6d15 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -587,12 +587,6 @@ app-i18n/scim-wijesekera
~app-i18n/scim-sunpinyin-3.0.0_rc1
~app-i18n/xsunpinyin-3.0.0_rc1
-# Marek Szuba <marecki@gentoo.org> (2020-09-01)
-# Uses golang-* eclasses, only a library, all former reverse
-# dependencies have long since switched to vendoring.
-# Removal in 30 days. Bug #732130.
-dev-go/siphash
-
# Piotr Karbowski <slashbeast@gentoo.org> (2020-08-28)
# Temporary mask due to multiple reports of segfaults at startup, bug #739056
=x11-base/xorg-server-1.20.9