mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-go/siphash: Remove last-rited pkg
Closes: https://bugs.gentoo.org/732130 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
@@ -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>
|
||||
@@ -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=""
|
||||
@@ -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=""
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user