dev-python/python-axolotl-curve25519: Revert "Initial commit."
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 Jun 2018 07:13:35 +0000 (09:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 Jun 2018 07:13:35 +0000 (09:13 +0200)
This commit bypassed proxy-maint project and merged an old (broken)
version of the pull request.

dev-python/python-axolotl-curve25519/Manifest [deleted file]
dev-python/python-axolotl-curve25519/metadata.xml [deleted file]
dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild [deleted file]

diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest
deleted file mode 100644 (file)
index e9d3d04..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-axolotl-curve25519-0.4.1.post2.tar.gz 79941 BLAKE2B 51f616670e23591bd77a3b75ecfb487ad5b0360d49cccd736041a3dd12665e19695aea1c772336dbc9642b6ddd2772e1169f02369943bf5311b0ffb6a664fb3d SHA512 2cd0b8607fd1fa7654a5dd02f4594e9617b0553913a59dda1292867de9f6c2160e4b56ec74f83f3d4ef9259e1c77828dd3cd3f58ecb10076d6c9180c61e7d8ef
diff --git a/dev-python/python-axolotl-curve25519/metadata.xml b/dev-python/python-axolotl-curve25519/metadata.xml
deleted file mode 100644 (file)
index 3d3866f..0000000
+++ /dev/null
@@ -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>hanno@gentoo.org</email>
-       </maintainer>
-       <upstream>
-               <remote-id type="pypi">python-axolotl-curve25519</remote-id>
-               <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 (file)
index 4291ed0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-MY_P="${PN}-${PV/_p/.post}"
-DESCRIPTION="Python module for Ed25519 signatures"
-HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""