diff options
Diffstat (limited to 'dev-python/python-axolotl-curve25519')
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest deleted file mode 100644 index 2f1a11d5eaf0..000000000000 --- a/dev-python/python-axolotl-curve25519/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-axolotl-curve25519-0.4.1-2.tar.gz 100957 BLAKE2B cda4fb7ad7c78df7465a952e2b5f3c6616849876bc1c8b72dde08042a655c2b86233329d311f6bee1bfc6d2b32926968aafc7e6204320209c2c1bd008f1aa361 SHA512 cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d -EBUILD python-axolotl-curve25519-0.4.1_p2.ebuild 573 BLAKE2B 5070cce7a395a7ebab259e367ec3873534eae26e502870d64737d33f0117ab3d122909f96a910392c4b5252e0fc27941f094fbbef92b65a0494cdee6e1e52417 SHA512 0fd6ba8c5ac8ce68e7a3c7336e7ebb0191a29063eff4863b28eafcbbeae5233d4a16e8bd7878dfd3dee18debb7c818ca8811df41f450f145355b38b8bf882bb0 -MISC metadata.xml 877 BLAKE2B 5b32a6d7f8e3a2592800c3805a4d24a18f67b922b4cac977d6cfdd065265c23054468c9bcc96ad433027849381fe4bded34a43ce2d13a0316f833d19d79f03d9 SHA512 a8b07c45bb17e8782b6b9e6fa6f909a1d84296969d8df6c6b66fc4f62a370446b1c59e9fef5ab877ce727b637c0af6620ce34982fab15c36cc112df1d38a9fc9 diff --git a/dev-python/python-axolotl-curve25519/metadata.xml b/dev-python/python-axolotl-curve25519/metadata.xml deleted file mode 100644 index 0d550cd85953..000000000000 --- a/dev-python/python-axolotl-curve25519/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hanno@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>ck+gentoo@bl4ckb0x.de</email> - <name>Conrad Kostecki</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription> - This is a python wrapper for the curve25519 library with ed25519 signatures. - The C code was pulled from libaxolotl-android. - At the moment this wrapper is meant for use by <pkg>dev-python/python-axolotl</pkg>. - </longdescription> - <upstream> - <bugs-to>https://github.com/tgalal/python-axolotl-curve25519/issues</bugs-to> - <remote-id type="github">tgalal/python-axolotl-curve25519</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild deleted file mode 100644 index 46d50ec426bc..000000000000 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 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 - -MY_PV="${PV/_p/-}" - -DESCRIPTION="A python wrapper for the curve25519 library with ed25519 signatures" -HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519" -SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz" - -LICENSE="BSD GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}-${MY_PV}" |