dev-python/axolotl-curve25519: Drop ebuild from overlay.

This commit is contained in:
Nils Freydank 2018-06-25 16:13:54 +02:00
parent ce585a82fa
commit 354e988764
No known key found for this signature in database
GPG Key ID: 1D1E9E428EF58746
4 changed files with 0 additions and 93 deletions

View File

@ -1,20 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST axolotl-curve25519-0.4.1.tar.gz 100927 BLAKE2B c751b32e9a57ac59aebd9d89545fc4285c3cd21968e41628d5adf2368e39f25624854602caf015458a4ef018f9d8e144296595d2b1a023c928cfe590b726c610 SHA512 72e27c0b7e97a185ae7acb675203d8b98d5007aadd8314f03f85c4cb29483b34fb215da1a0cb4ad708d30ce2ea0fd15ba0766d31506919c8bf6068fd929fa861
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEuys8HR2OLKbSzUtJHR6eQo71h0YFAlrngwMACgkQHR6eQo71
h0a/0Q/+NRgBtSeN1jMCNtW3cMJkUfHLXEdSamUPnNo4NWMIMd6vBvPA7RlBKqY2
qITXG3twN+0Fc3HgURDpzg4r6OIoEZmO3CYvlFMew90R1KDYbZZ62+vfyKUyN41s
jKGHJBaHS7GeZqwZpFUMGQfo2HafecwKfPReRkuDuaKrE/A2k1CJAeUXx5e1KKBf
7YK/ewJbEl8kO0+7lg1De/pvXMhjkS8pE9d2JJpJmZx7E/1Yw0O2Wu1cOyo2xtyz
3ueNgXTVKfA/mi7aokzrPIs0ixhmNqBH8fZ2VUenBrr5woE7XHrZO2nZbLpZ+V2+
ie2V+0dTOqAqw1+PHvsjCBOuZYAruT+5MB5jj+i5lQ3Fm5NYcI1VrxTadxoyZaPY
ZxNEEV/Gw531Mhle6R//8G/W+UnN9sSee6cmDw+DzDRHtMRICfCLgvLTkQGY4Pd4
8pMpht8Y3UHrGzt1V7HqkiobtshgB0XvKhlnjb+0GO6Fgg8yxJ667MaM+WeZNXdw
opoUyd3+31kt+2RL7z4P500wNMFWzyDMcvTXxNlRsUNAzzoMmNxpem+/4tQwBib/
0dr95BkZge1gXtSN89pDY4FML5kWvlylD0hmbscbsuhNHlWfmmfs/shjEOMbErAE
cagkTpMKArawiINeja1y7yFzHPZhoZLzd9L4Al7djjzk3eDGlkY=
=WAH3
-----END PGP SIGNATURE-----

View File

@ -1,31 +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
DESCRIPTION="Python wrapper for the curve25519 library"
HOMEPAGE="https://github.com/gsahbi/python-axolotl-curve25519"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/gsahbi/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/tgalal/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"/python-${P}
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( README.md )

View File

@ -1,31 +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
DESCRIPTION="Python wrapper for the curve25519 library"
HOMEPAGE="https://github.com/gsahbi/python-axolotl-curve25519"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/gsahbi/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/tgalal/python-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"/python-${P}
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( README.md )

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<upstream>
<remote-id type="github">gsahbi/python-axolotl-curve25519</remote-id>
</upstream>
</pkgmetadata>