Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-go/siphash/
Date: Thu, 01 Oct 2020 15:13:19
Message-Id: 1601565178.40c34be253bd172a807e1fdcdfccd60dbf07d38b.mgorny@gentoo
1 commit: 40c34be253bd172a807e1fdcdfccd60dbf07d38b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 15:11:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 15:12:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c34be2
7
8 dev-go/siphash: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/732130
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-go/siphash/Manifest | 2 --
14 dev-go/siphash/metadata.xml | 15 ---------------
15 dev-go/siphash/siphash-1.0.0.ebuild | 23 -----------------------
16 dev-go/siphash/siphash-1.2.1.ebuild | 23 -----------------------
17 profiles/package.mask | 6 ------
18 5 files changed, 69 deletions(-)
19
20 diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
21 deleted file mode 100644
22 index db0fe08936e..00000000000
23 --- a/dev-go/siphash/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST siphash-1.0.0.tar.gz 4462 BLAKE2B 2939eee829189db0939e2a0ff15701e7bc20b34213a5ea7b0e268a19d8eeb4618b26c11c537fd2902ce7bf3d573845a899f002155274a5172b67472879768cc5 SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a
27 -DIST siphash-1.2.1.tar.gz 10729 BLAKE2B 445e7839565224045ecb920787b7b75441fce6b028c22af6cbc498820e53c174f81851aff4e390f6d318557b720b4f32332b82f9ce4b4ba3a8725d74866a635f SHA512 bb59a152322350ce4d88f3a8795fcb319621f0c5b2e535f251e7c159ea574b22678f0e29c6dc0fde08ff1be628cd7c76534e902e3f1d332009031cae01491e11
28
29 diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
30 deleted file mode 100644
31 index 3d1f1e5ff3c..00000000000
32 --- a/dev-go/siphash/metadata.xml
33 +++ /dev/null
34 @@ -1,15 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <maintainer type="person">
39 - <email>marecki@g.o</email>
40 - <name>Marek Szuba</name>
41 - </maintainer>
42 - <maintainer type="person">
43 - <email>blueness@g.o</email>
44 - <name>Anthony G. Basile</name>
45 - </maintainer>
46 - <upstream>
47 - <remote-id type="github">dchest/siphash</remote-id>
48 - </upstream>
49 -</pkgmetadata>
50
51 diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
52 deleted file mode 100644
53 index 8fa94547141..00000000000
54 --- a/dev-go/siphash/siphash-1.0.0.ebuild
55 +++ /dev/null
56 @@ -1,23 +0,0 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=6
61 -
62 -inherit golang-build golang-vcs-snapshot
63 -
64 -EGO_SRC=github.com/dchest/siphash
65 -EGO_PN=${EGO_SRC}/...
66 -EGIT_COMMIT="v${PV}"
67 -SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
68 -
69 -DESCRIPTION="Go implementation of SipHash-2.4"
70 -HOMEPAGE="https://github.com/dchest/siphash"
71 -
72 -KEYWORDS="amd64 arm x86"
73 -
74 -LICENSE="CC0-1.0"
75 -SLOT="0"
76 -IUSE=""
77 -
78 -DEPEND=""
79 -RDEPEND=""
80
81 diff --git a/dev-go/siphash/siphash-1.2.1.ebuild b/dev-go/siphash/siphash-1.2.1.ebuild
82 deleted file mode 100644
83 index 41aeb76b88e..00000000000
84 --- a/dev-go/siphash/siphash-1.2.1.ebuild
85 +++ /dev/null
86 @@ -1,23 +0,0 @@
87 -# Copyright 1999-2020 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -inherit golang-build golang-vcs-snapshot
93 -
94 -EGO_SRC=github.com/dchest/siphash
95 -EGO_PN=${EGO_SRC}/...
96 -EGIT_COMMIT="v${PV}"
97 -SRC_URI="https://github.com/dchest/siphash/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 -
99 -DESCRIPTION="Go implementation of SipHash-2.4"
100 -HOMEPAGE="https://github.com/dchest/siphash"
101 -
102 -KEYWORDS="amd64 arm x86"
103 -
104 -LICENSE="CC0-1.0"
105 -SLOT="0"
106 -IUSE=""
107 -
108 -DEPEND=""
109 -RDEPEND=""
110
111 diff --git a/profiles/package.mask b/profiles/package.mask
112 index b96ce70b3a9..1f558c6d6d1 100644
113 --- a/profiles/package.mask
114 +++ b/profiles/package.mask
115 @@ -587,12 +587,6 @@ app-i18n/scim-wijesekera
116 ~app-i18n/scim-sunpinyin-3.0.0_rc1
117 ~app-i18n/xsunpinyin-3.0.0_rc1
118
119 -# Marek Szuba <marecki@g.o> (2020-09-01)
120 -# Uses golang-* eclasses, only a library, all former reverse
121 -# dependencies have long since switched to vendoring.
122 -# Removal in 30 days. Bug #732130.
123 -dev-go/siphash
124 -
125 # Piotr Karbowski <slashbeast@g.o> (2020-08-28)
126 # Temporary mask due to multiple reports of segfaults at startup, bug #739056
127 =x11-base/xorg-server-1.20.9