From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BBF2138334 for ; Sat, 23 Jun 2018 07:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C83A7E0883; Sat, 23 Jun 2018 07:14:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D86EE0883 for ; Sat, 23 Jun 2018 07:14:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0287B335C88 for ; Sat, 23 Jun 2018 07:14:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B9C62E0 for ; Sat, 23 Jun 2018 07:13:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1529738015.5518b80a470b6159782253346e1c27fdda355fdd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl-curve25519/Manifest dev-python/python-axolotl-curve25519/metadata.xml dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild X-VCS-Directories: dev-python/python-axolotl-curve25519/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5518b80a470b6159782253346e1c27fdda355fdd X-VCS-Branch: master Date: Sat, 23 Jun 2018 07:13:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 806fb561-0f7f-491b-be92-d2851d7a3f5f X-Archives-Hash: 3f8a998d461b79a94c295ee4e86aa1b6 commit: 5518b80a470b6159782253346e1c27fdda355fdd Author: Michał Górny gentoo org> AuthorDate: Sat Jun 23 07:13:35 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 23 07:13:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5518b80a dev-python/python-axolotl-curve25519: Revert "Initial commit." This commit bypassed proxy-maint project and merged an old (broken) version of the pull request. dev-python/python-axolotl-curve25519/Manifest | 1 - dev-python/python-axolotl-curve25519/metadata.xml | 11 ----------- .../python-axolotl-curve25519-0.4.1_p2.ebuild | 19 ------------------- 3 files changed, 31 deletions(-) diff --git a/dev-python/python-axolotl-curve25519/Manifest b/dev-python/python-axolotl-curve25519/Manifest deleted file mode 100644 index e9d3d04f14a..00000000000 --- a/dev-python/python-axolotl-curve25519/Manifest +++ /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 index 3d3866fb9b4..00000000000 --- a/dev-python/python-axolotl-curve25519/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - hanno@gentoo.org - - - python-axolotl-curve25519 - tgalal/python-axolotl-curve25519 - - 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 4291ed002ca..00000000000 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2.ebuild +++ /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=""