Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/
Date: Mon, 29 Oct 2018 23:15:28
Message-Id: 1540854903.1650b08b6b68055516948f7394a52b0355f4517d.monsieurp@gentoo
1 commit: 1650b08b6b68055516948f7394a52b0355f4517d
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Oct 28 16:17:30 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 23:15:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1650b08b
7
8 dev-python/python-axolotl-curve25519: drop old version.
9
10 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../python-axolotl-curve25519-0.4.1_p2.ebuild | 22 ----------------------
15 1 file changed, 22 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 46d50ec426b..00000000000
20 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29 -
30 -inherit distutils-r1
31 -
32 -MY_PV="${PV/_p/-}"
33 -
34 -DESCRIPTION="A python wrapper for the curve25519 library with ed25519 signatures"
35 -HOMEPAGE="https://github.com/tgalal/python-axolotl-curve25519"
36 -SRC_URI="https://github.com/tgalal/${PN}/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
37 -
38 -LICENSE="BSD GPL-3"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -
42 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
43 -
44 -S="${WORKDIR}/${PN}-${MY_PV}"