From 7953354937d7908474047e0550f5874348d8d8bb Mon Sep 17 00:00:00 2001 From: Paul Healy Date: Mon, 8 Mar 2021 19:32:03 +0000 Subject: remove curve25519-donna Signed-off-by: Paul Healy --- dev-python/curve25519-donna/Manifest | 2 - .../curve25519-donna/curve25519-donna-1.3.ebuild | 28 ------------- licenses/curve25519-donna | 46 ---------------------- 3 files changed, 76 deletions(-) delete mode 100644 dev-python/curve25519-donna/Manifest delete mode 100644 dev-python/curve25519-donna/curve25519-donna-1.3.ebuild delete mode 100644 licenses/curve25519-donna diff --git a/dev-python/curve25519-donna/Manifest b/dev-python/curve25519-donna/Manifest deleted file mode 100644 index 99012a2..0000000 --- a/dev-python/curve25519-donna/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST curve25519-donna-1.3.tar.gz 19549 SHA256 70d012501d13a404631c550e294ba9257faf317786898fa96d0e507fce35b177 SHA512 a7cef5838ec58eb77e833cbdd646fc9a9cd48bf3fe12ee420f12f0e4d2deb53dd78d78767a9a994f9c7e0d6166d18acca0de648371a861b4e52fc43e42226f2c WHIRLPOOL 7d57d8d4c1e9b6adadab5fb34d426b5c94b4baf7e4ba40bd379ccbdb8b537b22822040c05f66691574304279bc97faf746c9029ae8d719aac352fa2046f6b710 -EBUILD curve25519-donna-1.3.ebuild 581 SHA256 b12da71b3d6c559d62d241b15023bd03c5ad7bbb85a146823d43efa1dbe62b07 SHA512 8d5e84510292438dafb47e6dc03d04ffaf7b6125fc3249fb72013a809b4215f400ff861ffcad94b124ac5fce46dd798b9bd9c33ddfa9271107f8dea7f59096f0 WHIRLPOOL 892652eb9f8edbab1a1e80639a00ad72e0dccb74b5100fee587090c604ba4c1e512bcc65a2dbc4275c07bfa8163818393717e68089af8f6bbb8abe8762e004f7 diff --git a/dev-python/curve25519-donna/curve25519-donna-1.3.ebuild b/dev-python/curve25519-donna/curve25519-donna-1.3.ebuild deleted file mode 100644 index a2ed995..0000000 --- a/dev-python/curve25519-donna/curve25519-donna-1.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=(python2_7 python3_{4,5,6}) - -inherit distutils-r1 - -DESCRIPTION="Implementations of a fast Elliptic-curve Diffie-Hellman primitive" -HOMEPAGE="https://github.com/agl/curve25519-donna" -SRC_URI="https://github.com/agl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT="mirror" - -LICENSE="curve25519-donna" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - ${PYTHON_DEPS} -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND} -" - -DOCS="README" diff --git a/licenses/curve25519-donna b/licenses/curve25519-donna deleted file mode 100644 index 33a3240..0000000 --- a/licenses/curve25519-donna +++ /dev/null @@ -1,46 +0,0 @@ -Copyright 2008, Google Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. -* Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -curve25519-donna: Curve25519 elliptic curve, public key function - -http://code.google.com/p/curve25519-donna/ - -Adam Langley - -Derived from public domain C code by Daniel J. Bernstein - -More information about curve25519 can be found here - http://cr.yp.to/ecdh.html - -djb's sample implementation of curve25519 is written in a special assembly -language called qhasm and uses the floating point registers. - -This is, almost, a clean room reimplementation from the curve25519 paper. It -uses many of the tricks described therein. Only the crecip function is taken -from the sample implementation. -- cgit v1.2.3-65-gdbad