summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2018-05-25 11:38:20 +0100
committerMarek Szuba <marecki@gentoo.org>2018-05-25 11:38:20 +0100
commit000feedc52b674112e8cf6c6b927a9cb5fe5a5fc (patch)
tree823912bc25a3491f0420bbb75f96ab243edc3496 /dev-go/siphash
parentdev-go/goptlib: remove old (diff)
downloadgentoo-000feedc52b674112e8cf6c6b927a9cb5fe5a5fc.tar.gz
gentoo-000feedc52b674112e8cf6c6b927a9cb5fe5a5fc.tar.bz2
gentoo-000feedc52b674112e8cf6c6b927a9cb5fe5a5fc.zip
dev-go/siphash: bump to 1.1.0
Package-Manager: Portage-2.3.39, Repoman-2.3.9
Diffstat (limited to 'dev-go/siphash')
-rw-r--r--dev-go/siphash/Manifest1
-rw-r--r--dev-go/siphash/siphash-1.1.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest
index b7acd9328b56..c062986e6e93 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 000000000000..65b8737b5014
--- /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=""