diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-go/siphash | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-go/siphash')
-rw-r--r-- | dev-go/siphash/Manifest | 5 | ||||
-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.1.0.ebuild | 23 |
4 files changed, 0 insertions, 66 deletions
diff --git a/dev-go/siphash/Manifest b/dev-go/siphash/Manifest deleted file mode 100644 index 651a8cb59ae0..000000000000 --- a/dev-go/siphash/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST siphash-1.0.0.tar.gz 4462 BLAKE2B 2939eee829189db0939e2a0ff15701e7bc20b34213a5ea7b0e268a19d8eeb4618b26c11c537fd2902ce7bf3d573845a899f002155274a5172b67472879768cc5 SHA512 e52dc9857974ab362f2d7b2f7389644fbc07e7bb5507a93f138b3f692c1065303846611bb51b3d9c637d851a4d20cc20af146719a553801a8f7e17ec900a736a -DIST siphash-1.1.0.tar.gz 10543 BLAKE2B 50f1125024d37c0692616271c60d48c10584fbf1ea52cd6a7d48fba127d0d34561898ef0c507d62570112419265daf98c893eafd93f0c4f19de04a4facabe469 SHA512 f8892d5638417c610a1e06a4f3417438a4cc87f9ed8b432540a1b2fca8fe2a2feed395538f8cfc2b9663b5870a0f91c645aaa68119db603fc05e769d5f3e102b -EBUILD siphash-1.0.0.ebuild 493 BLAKE2B de02b406f85f9ecabad4b53c49df28cc246ea3ff407ab4c83ac9079440277ff6ea313db2bd98deb73a6ee32674cedbe6b3ad04dd122c3123a309901b48794a1e SHA512 0271de702cf368f63a0e99362822528ee7a1dae3ad2cf791dbc52e69079321d0a4dc2558aea5e4108ee3ec112c7f5d52fb8fc38cb15c50889a0a6529c2e970f1 -EBUILD siphash-1.1.0.ebuild 496 BLAKE2B 0bd5f36e0b21af7921d70ff74a6e182599e29543db3929dfee2f8c3244c62fc57aaa4846b57c80892b616d707cc874c9430c1b5dd3fd46aafc3ce1399331b833 SHA512 116266ce836ae52dffc1931cd4ff55af65a8da19a2891155e3def3e3de31abc038350c201356fc27dc8b34c02dce7705c30495316afa88f0e751691047643347 -MISC metadata.xml 437 BLAKE2B 9591ad8a9a8e98166576492945dd18bb0888975ecab6d9841a6095f9463886192c05d90d72ef3dd19d0c816c85daafef0c9878b248244197ac7cd06dfa091718 SHA512 078b666523821ec3231d88835c2416e52c7da6fc5f07ba80d04b8cff7fc3208fb97851146d7f529c85f8d7f9562e2b6cced73dc7571983bd3dee0a4b45ad883a 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.1.0.ebuild b/dev-go/siphash/siphash-1.1.0.ebuild deleted file mode 100644 index 65b8737b5014..000000000000 --- 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="" |