dev-python/axolotl: Drop ebuild from overlay.

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

View File

@ -1,20 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST axolotl-0.1.42.tar.gz 53869 BLAKE2B 045d19b38478404b19717daee431a4fc36d187dc511d42ee950b37ef257d98aaee8ba42633888d596265c0d64bfc33f2da9307d45feb4189ec04c03d69687108 SHA512 db9e1cfab87d690619a672b1782942a18b12b17af555959c17bcc3e2581e9c689c57becc0ea884a1129df9dace17684ba03de38b81f8c8c65cab27962ebdb6c5
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEuys8HR2OLKbSzUtJHR6eQo71h0YFAlrng5EACgkQHR6eQo71
h0ZEew/+KPG5gIyaX8jwI99/L85LvEdF9UglEY/RZ7mXhVDZz6ZV3ctgjnMMEycS
N+ByG+ESRFIfj+R0gIp+FBabS44Q2kExPOoeBe0gM5wUaGajFbWpIIH23JUCqL32
dM9Tw7v6IF8hur1PEkDIjoUy8xEMAtdX7FimBuIr0uQPUTbBXqWXykMgydr9smaV
mrYUgPAb489wBF0NbS5Zj4aKMJK4fhdQoYIUtfkZ1dnY9uOQfl3xzQDqXaREGDJa
DTZYGju+hq+/1UNJ2jmWTyDUiZhGJaeSFdeaaJyolvtUrW27oKEVwyo8Lq5pclDB
1FMOHcr3EcaREJh3LJSGDMeAhk2H8k0CT/hX6JZR84Yqx/h0DPfgbNd+Wxkbg2fk
jHOlY77mEnFwqjtmtGytVi3xpImyn/GcXsfVvoJHF+PZp7X1IghNRvO1v6yoWbc+
4rPDAthdujhCZGFGsGAp8ePk5qtbTJoRdE7ufWuipO/aE4S8Mluwh0R92WayYat0
yPsyJZlq9yzAHcNiSVPIEFw2nr9Y97jS1+I3zXzSMsKV2zqu59/qglSqa/e4n6kg
F2fswaR75X5/7ROp8vASDMCIbcZ/XPIciQDOv0Et0Kwfb2U4t87S7UP0jBp0Aad9
aY4bXUbIxpj76U4Ot339lMVKwwzyJlgDQ5bC7vthlVJ5tXsLo7M=
=K4R6
-----END PGP SIGNATURE-----

View File

@ -1,33 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python port of libaxolotl"
HOMEPAGE="https://github.com/tgalal/python-axolotl"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/tgalal/python-${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="dev-libs/protobuf
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/axolotl-curve25519[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
DOCS=( README.md )

View File

@ -1,33 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python port of libaxolotl"
HOMEPAGE="https://github.com/tgalal/python-axolotl"
if [[ "${PV}" == *9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/tgalal/python-${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="dev-libs/protobuf
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/axolotl-curve25519[${PYTHON_USEDEP}]"
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">tgalal/python-axolotl</remote-id>
</upstream>
</pkgmetadata>