* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-04-23 6:50 Anthony G. Basile
0 siblings, 0 replies; 16+ messages in thread
From: Anthony G. Basile @ 2016-04-23 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 362b8e3902f4226fe8717d0e95d89096dce9830b
Author: Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Thu Apr 21 13:13:00 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:49:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362b8e39
New ebuild: dev-go/siphash.
A Go implementation of SipHash-2.4, a fast short-input PRF created by
Jean-Philippe Aumasson and Daniel J. Bernstein.
This is one of the dependencies of net-proxy/obfs4proxy.
Relevant Gentoo bug: #580628.
dev-go/siphash/Manifest | 3 +++
dev-go/siphash/metadata.xml | 8 ++++++++
dev-go/siphash/siphash-1.0.0.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
new file mode 100644
index 0000000..7885524
--- /dev/null
+++ b/dev-go/siphash/Manifest
@@ -0,0 +1,3 @@
+DIST siphash-1.0.0.tar.gz 4462 SHA256 0a0526e1a09908e18578b6f3464833e03218f2f2a742de58132f29b6622e339b SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a WHIRLPOOL 64296af93b1520a32217f9e82c41ae02f15d211bd35f78b77b8246ae83e1825ce31bc1cac3ee831a1e2d5194792f391f7495c07146113975e17e9a13a120825b
+EBUILD siphash-1.0.0.ebuild 493 SHA256 5766a3148a9736643587014d002f1c6576b233061e7720ce75cebd798e8780d2 SHA512 2c68c85ba01f307c6dcbcd6905dc48cfe79ee488c298acfd27db12376eb1b509e4922773b04d7507a82416248ad82148c7490c9c02bbbfa4440afcd5916105f1 WHIRLPOOL 28112183f86f47029765758fdf61187c73e3282470f0b51c4f22d4c2b4f24fbdfed47fb0777c68e79ba311407f6e8f3eec85339d5fd0da590ffc09ba13286c29
+MISC metadata.xml 252 SHA256 a590e5133cd97a615db4f977b0e28e5c60c56cac76eb3d339109cdf379003b60 SHA512 cbda7bf9832872764ae776ce16b2966c37a2ba3a1982d9817006fd6b82d7b17146434cde428bf114062a483e9053d2acdcdd004695e6ebf428d19cdc09937c65 WHIRLPOOL b209a730a169969b9e3c4d4612368bc5b30bfa5fae275d98d83ba96fd0ad01d308a8fed4f7d67a7c9fa417c624dfeb23ce89ab58923a8a0b5b1bd68ee73f288c
diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
new file mode 100644
index 0000000..d920e3b
--- /dev/null
+++ b/dev-go/siphash/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>blueness@gentoo.org</email>
+ <name>Anthony G. Basile</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
new file mode 100644
index 0000000..4a59f04
--- /dev/null
+++ b/dev-go/siphash/siphash-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-04-23 6:50 Anthony G. Basile
0 siblings, 0 replies; 16+ messages in thread
From: Anthony G. Basile @ 2016-04-23 6:50 UTC (permalink / raw
To: gentoo-commits
commit: b8198afd8789ea7e337bf7adcf30c2d6bb6980e4
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:49:05 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:50:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8198afd
dev-go/siphash: add proxied maintainer
Package-Manager: portage-2.2.26
dev-go/siphash/Manifest | 2 --
dev-go/siphash/metadata.xml | 5 +++++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
index 7885524..7fd104d 100644
--- a/dev-go/siphash/Manifest
+++ b/dev-go/siphash/Manifest
@@ -1,3 +1 @@
DIST siphash-1.0.0.tar.gz 4462 SHA256 0a0526e1a09908e18578b6f3464833e03218f2f2a742de58132f29b6622e339b SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a WHIRLPOOL 64296af93b1520a32217f9e82c41ae02f15d211bd35f78b77b8246ae83e1825ce31bc1cac3ee831a1e2d5194792f391f7495c07146113975e17e9a13a120825b
-EBUILD siphash-1.0.0.ebuild 493 SHA256 5766a3148a9736643587014d002f1c6576b233061e7720ce75cebd798e8780d2 SHA512 2c68c85ba01f307c6dcbcd6905dc48cfe79ee488c298acfd27db12376eb1b509e4922773b04d7507a82416248ad82148c7490c9c02bbbfa4440afcd5916105f1 WHIRLPOOL 28112183f86f47029765758fdf61187c73e3282470f0b51c4f22d4c2b4f24fbdfed47fb0777c68e79ba311407f6e8f3eec85339d5fd0da590ffc09ba13286c29
-MISC metadata.xml 252 SHA256 a590e5133cd97a615db4f977b0e28e5c60c56cac76eb3d339109cdf379003b60 SHA512 cbda7bf9832872764ae776ce16b2966c37a2ba3a1982d9817006fd6b82d7b17146434cde428bf114062a483e9053d2acdcdd004695e6ebf428d19cdc09937c65 WHIRLPOOL b209a730a169969b9e3c4d4612368bc5b30bfa5fae275d98d83ba96fd0ad01d308a8fed4f7d67a7c9fa417c624dfeb23ce89ab58923a8a0b5b1bd68ee73f288c
diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
index d920e3b..f18d043 100644
--- a/dev-go/siphash/metadata.xml
+++ b/dev-go/siphash/metadata.xml
@@ -2,6 +2,11 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
+ <email>Marek.Szuba@cern.ch</email>
+ <name>Marek Szuba</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
+ </maintainer>
+ <maintainer type="person">
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-05-25 9:04 Ian Delaney
0 siblings, 0 replies; 16+ messages in thread
From: Ian Delaney @ 2016-05-25 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 22d48c11311f8b5e14296eb435db0cb2dd1b2712
Author: Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Tue May 24 08:46:44 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed May 25 09:04:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d48c11
dev-go/siphash: remove P-M description from metadata
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1528
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-go/siphash/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
index f18d043..ff16a3d 100644
--- a/dev-go/siphash/metadata.xml
+++ b/dev-go/siphash/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>Marek.Szuba@cern.ch</email>
<name>Marek Szuba</name>
- <description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="person">
<email>blueness@gentoo.org</email>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-07-29 14:17 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2016-07-29 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 9945b292d4167eda9cf3dafa55c293bd455dd7b8
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 14:17:02 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 14:17:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9945b292
dev-go/siphash: update maintainer e-mail.
Package-Manager: portage-2.3.0
dev-go/siphash/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
index ff16a3d..2662d67 100644
--- a/dev-go/siphash/metadata.xml
+++ b/dev-go/siphash/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>Marek.Szuba@cern.ch</email>
+ <email>marecki@gentoo.org</email>
<name>Marek Szuba</name>
</maintainer>
<maintainer type="person">
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-08-24 11:00 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2016-08-24 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 91ff483fd4b7c302f755433519a1086700eae2f5
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 10:34:50 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 10:59:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ff483f
dev-go/siphash: add upstream remote-id to metadata
Package-Manager: portage-2.3.0
dev-go/siphash/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-go/siphash/metadata.xml b/dev-go/siphash/metadata.xml
index 2662d67..3d1f1e5 100644
--- a/dev-go/siphash/metadata.xml
+++ b/dev-go/siphash/metadata.xml
@@ -9,4 +9,7 @@
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">dchest/siphash</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-08-30 20:11 Markus Meier
0 siblings, 0 replies; 16+ messages in thread
From: Markus Meier @ 2016-08-30 20:11 UTC (permalink / raw
To: gentoo-commits
commit: c31122ece92d6c2a2c8e784c86d117dc8520f822
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:10:59 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 20:10:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31122ec
dev-go/siphash: add ~arm, bug #590778
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
dev-go/siphash/siphash-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
index 4a59f04..e3fd7e9 100644
--- a/dev-go/siphash/siphash-1.0.0.ebuild
+++ b/dev-go/siphash/siphash-1.0.0.ebuild
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="~amd64 ~arm"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2016-09-21 13:34 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2016-09-21 13:34 UTC (permalink / raw
To: gentoo-commits
commit: d9ccfd04031fa3daf77de484c827e390b8022d09
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 13:25:23 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 13:34:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ccfd04
dev-go/siphash: add ~x86 keyword
Tested on a x86 virtual machine.
Gentoo-Bug: 590778
Package-Manager: portage-2.3.1
dev-go/siphash/siphash-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
index e3fd7e9..c36ef54 100644
--- a/dev-go/siphash/siphash-1.0.0.ebuild
+++ b/dev-go/siphash/siphash-1.0.0.ebuild
@@ -14,7 +14,7 @@ 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"
+KEYWORDS="~amd64 ~arm ~x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2017-08-10 4:40 Markus Meier
0 siblings, 0 replies; 16+ messages in thread
From: Markus Meier @ 2017-08-10 4:40 UTC (permalink / raw
To: gentoo-commits
commit: 2498e8c81143deff0b7706c553b609a22ec1ba79
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 04:38:27 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 04:38:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2498e8c8
dev-go/siphash: arm stable, bug #626778
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
dev-go/siphash/siphash-1.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
index 1b96d9db6ef..661097863e1 100644
--- a/dev-go/siphash/siphash-1.0.0.ebuild
+++ b/dev-go/siphash/siphash-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~amd64 arm ~x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2017-11-07 22:30 Thomas Deutschmann
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2017-11-07 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 2be06567df3badbd14d4cea90276070b0719b9fb
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 7 18:31:41 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 7 22:30:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be06567
dev-go/siphash: x86 stable (bug #626778)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-go/siphash/siphash-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
index 661097863e1..c047c565485 100644
--- a/dev-go/siphash/siphash-1.0.0.ebuild
+++ b/dev-go/siphash/siphash-1.0.0.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~amd64 arm x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2017-12-16 8:20 Tobias Klausmann
0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann @ 2017-12-16 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 4fbe5524d60b2920f2469a0020ba710401f36f54
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 08:19:55 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 08:19:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbe5524
dev-go/siphash-1.0.0-r0: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/626778
dev-go/siphash/siphash-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/siphash-1.0.0.ebuild b/dev-go/siphash/siphash-1.0.0.ebuild
index c047c565485..8fa94547141 100644
--- a/dev-go/siphash/siphash-1.0.0.ebuild
+++ b/dev-go/siphash/siphash-1.0.0.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2018-05-25 10:47 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2018-05-25 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 000feedc52b674112e8cf6c6b927a9cb5fe5a5fc
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 10:38:20 2018 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 25 10:38:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000feedc
dev-go/siphash: bump to 1.1.0
Package-Manager: Portage-2.3.39, Repoman-2.3.9
dev-go/siphash/Manifest | 1 +
dev-go/siphash/siphash-1.1.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
index b7acd9328b5..c062986e6e9 100644
--- a/dev-go/siphash/Manifest
+++ b/dev-go/siphash/Manifest
@@ -1 +1,2 @@
DIST siphash-1.0.0.tar.gz 4462 BLAKE2B 2939eee829189db0939e2a0ff15701e7bc20b34213a5ea7b0e268a19d8eeb4618b26c11c537fd2902ce7bf3d573845a899f002155274a5172b67472879768cc5 SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a
+DIST siphash-1.1.0.tar.gz 10543 BLAKE2B 50f1125024d37c0692616271c60d48c10584fbf1ea52cd6a7d48fba127d0d34561898ef0c507d62570112419265daf98c893eafd93f0c4f19de04a4facabe469 SHA512 f8892d5638417c610a1e06a4f3417438a4cc87f9ed8b432540a1b2fca8fe2a2feed395538f8cfc2b9663b5870a0f91c645aaa68119db603fc05e769d5f3e102b
diff --git a/dev-go/siphash/siphash-1.1.0.ebuild b/dev-go/siphash/siphash-1.1.0.ebuild
new file mode 100644
index 00000000000..65b8737b501
--- /dev/null
+++ b/dev-go/siphash/siphash-1.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 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=""
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2019-02-08 15:36 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2019-02-08 15:36 UTC (permalink / raw
To: gentoo-commits
commit: be5f5ae7bcbb23c22691451021cda16a6c2074f3
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 8 15:24:58 2019 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 15:36:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5f5ae7
dev-go/siphash: bump to 1.2.1 and EAPI 7
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-go/siphash/Manifest | 1 +
dev-go/siphash/siphash-1.2.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
index c062986e6e9..5b0d6f3c253 100644
--- a/dev-go/siphash/Manifest
+++ b/dev-go/siphash/Manifest
@@ -1,2 +1,3 @@
DIST siphash-1.0.0.tar.gz 4462 BLAKE2B 2939eee829189db0939e2a0ff15701e7bc20b34213a5ea7b0e268a19d8eeb4618b26c11c537fd2902ce7bf3d573845a899f002155274a5172b67472879768cc5 SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a
DIST siphash-1.1.0.tar.gz 10543 BLAKE2B 50f1125024d37c0692616271c60d48c10584fbf1ea52cd6a7d48fba127d0d34561898ef0c507d62570112419265daf98c893eafd93f0c4f19de04a4facabe469 SHA512 f8892d5638417c610a1e06a4f3417438a4cc87f9ed8b432540a1b2fca8fe2a2feed395538f8cfc2b9663b5870a0f91c645aaa68119db603fc05e769d5f3e102b
+DIST siphash-1.2.1.tar.gz 10729 BLAKE2B 445e7839565224045ecb920787b7b75441fce6b028c22af6cbc498820e53c174f81851aff4e390f6d318557b720b4f32332b82f9ce4b4ba3a8725d74866a635f SHA512 bb59a152322350ce4d88f3a8795fcb319621f0c5b2e535f251e7c159ea574b22678f0e29c6dc0fde08ff1be628cd7c76534e902e3f1d332009031cae01491e11
diff --git a/dev-go/siphash/siphash-1.2.1.ebuild b/dev-go/siphash/siphash-1.2.1.ebuild
new file mode 100644
index 00000000000..19d1c036774
--- /dev/null
+++ b/dev-go/siphash/siphash-1.2.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 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=""
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2019-10-08 14:57 Marek Szuba
0 siblings, 0 replies; 16+ messages in thread
From: Marek Szuba @ 2019-10-08 14:57 UTC (permalink / raw
To: gentoo-commits
commit: e5c44bb3b4d05f779f1761354e72678b98fb8d67
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 13:38:05 2019 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 14:56:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c44bb3
dev-go/siphash: remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-go/siphash/Manifest | 1 -
dev-go/siphash/siphash-1.1.0.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
index 5b0d6f3c253..db0fe08936e 100644
--- a/dev-go/siphash/Manifest
+++ b/dev-go/siphash/Manifest
@@ -1,3 +1,2 @@
DIST siphash-1.0.0.tar.gz 4462 BLAKE2B 2939eee829189db0939e2a0ff15701e7bc20b34213a5ea7b0e268a19d8eeb4618b26c11c537fd2902ce7bf3d573845a899f002155274a5172b67472879768cc5 SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a
-DIST siphash-1.1.0.tar.gz 10543 BLAKE2B 50f1125024d37c0692616271c60d48c10584fbf1ea52cd6a7d48fba127d0d34561898ef0c507d62570112419265daf98c893eafd93f0c4f19de04a4facabe469 SHA512 f8892d5638417c610a1e06a4f3417438a4cc87f9ed8b432540a1b2fca8fe2a2feed395538f8cfc2b9663b5870a0f91c645aaa68119db603fc05e769d5f3e102b
DIST siphash-1.2.1.tar.gz 10729 BLAKE2B 445e7839565224045ecb920787b7b75441fce6b028c22af6cbc498820e53c174f81851aff4e390f6d318557b720b4f32332b82f9ce4b4ba3a8725d74866a635f SHA512 bb59a152322350ce4d88f3a8795fcb319621f0c5b2e535f251e7c159ea574b22678f0e29c6dc0fde08ff1be628cd7c76534e902e3f1d332009031cae01491e11
diff --git a/dev-go/siphash/siphash-1.1.0.ebuild b/dev-go/siphash/siphash-1.1.0.ebuild
deleted file mode 100644
index 65b8737b501..00000000000
--- a/dev-go/siphash/siphash-1.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 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=""
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2020-03-20 8:59 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-03-20 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 3ca7c1af837e77d444537363a21144fa934b6b88
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 08:58:58 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 08:58:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca7c1af
dev-go/siphash: amd64 stable wrt bug #713234
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-go/siphash/siphash-1.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-go/siphash/siphash-1.2.1.ebuild b/dev-go/siphash/siphash-1.2.1.ebuild
index 19d1c036774..fd0f928b572 100644
--- a/dev-go/siphash/siphash-1.2.1.ebuild
+++ b/dev-go/siphash/siphash-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 ~arm ~x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2020-03-20 9:04 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-03-20 9:04 UTC (permalink / raw
To: gentoo-commits
commit: ac8fbddc769b6f4e3ac29e9b13ad789fe0c699a0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 09:04:32 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 09:04:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8fbddc
dev-go/siphash: x86 stable wrt bug #713234
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-go/siphash/siphash-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/siphash-1.2.1.ebuild b/dev-go/siphash/siphash-1.2.1.ebuild
index fd0f928b572..058d06eabab 100644
--- a/dev-go/siphash/siphash-1.2.1.ebuild
+++ b/dev-go/siphash/siphash-1.2.1.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 ~arm x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/
@ 2020-03-21 16:48 Agostino Sarubbo
0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2020-03-21 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 1756635a6e345687eb7de90093dd53c29d0f45e5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 16:47:57 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 16:47:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1756635a
dev-go/siphash: arm stable wrt bug #713234
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-go/siphash/siphash-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-go/siphash/siphash-1.2.1.ebuild b/dev-go/siphash/siphash-1.2.1.ebuild
index 058d06eabab..41aeb76b88e 100644
--- a/dev-go/siphash/siphash-1.2.1.ebuild
+++ b/dev-go/siphash/siphash-1.2.1.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="amd64 arm x86"
LICENSE="CC0-1.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2020-03-21 16:48 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 9:04 [gentoo-commits] repo/gentoo:master commit in: dev-go/siphash/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2020-03-21 16:48 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2019-10-08 14:57 Marek Szuba
2019-02-08 15:36 Marek Szuba
2018-05-25 10:47 Marek Szuba
2017-12-16 8:20 Tobias Klausmann
2017-11-07 22:30 Thomas Deutschmann
2017-08-10 4:40 Markus Meier
2016-09-21 13:34 Marek Szuba
2016-08-30 20:11 Markus Meier
2016-08-24 11:00 Marek Szuba
2016-07-29 14:17 Marek Szuba
2016-05-25 9:04 Ian Delaney
2016-04-23 6:50 Anthony G. Basile
2016-04-23 6:50 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox