diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-01 17:11:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-01 17:12:58 +0200 |
commit | 40c34be253bd172a807e1fdcdfccd60dbf07d38b (patch) | |
tree | ffa65632a1acef792aba7bb9ae6168824d0217d4 /dev-go | |
parent | dev-cpp/icnc: Remove last-rited pkg (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/siphash/Manifest | 2 | ||||
-rw-r--r-- | dev-go/siphash/metadata.xml | 15 | ||||
-rw-r--r-- | dev-go/siphash/siphash-1.0.0.ebuild | 23 | ||||
-rw-r--r-- | dev-go/siphash/siphash-1.2.1.ebuild | 23 |
4 files changed, 0 insertions, 63 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="" |