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 C956B138334 for ; Sat, 23 Jun 2018 07:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA5D9E0878; Sat, 23 Jun 2018 07:14:01 +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 A93FFE0878 for ; Sat, 23 Jun 2018 07:14:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 33E1B335C8A 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 57B5A2A1 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: <1529737979.607896b8e42ffe80398fbdad75ca1cf565bf1b88.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-axolotl/Manifest dev-python/python-axolotl/metadata.xml dev-python/python-axolotl/python-axolotl-0.1.42.ebuild X-VCS-Directories: dev-python/python-axolotl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 607896b8e42ffe80398fbdad75ca1cf565bf1b88 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: 9a8c2856-65b1-4371-b42b-3978ad2b0469 X-Archives-Hash: fddc3a235b66ba0b763028a9485dcf20 commit: 607896b8e42ffe80398fbdad75ca1cf565bf1b88 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 23 07:12:59 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 23 07:12:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607896b8 dev-python/python-axolotl: Revert "Initial commit." This commit bypassed proxy-maint project and merged an old (broken) version of the pull request. dev-python/python-axolotl/Manifest | 1 - dev-python/python-axolotl/metadata.xml | 11 ----------- .../python-axolotl/python-axolotl-0.1.42.ebuild | 23 ---------------------- 3 files changed, 35 deletions(-) diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest deleted file mode 100644 index 4e45ae9166c..00000000000 --- a/dev-python/python-axolotl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-axolotl-0.1.42.tar.gz 39472 BLAKE2B 7465468c25daa84a6c6c04e89774214a6f90181014d971cf25cbf2a88e539e1d52fd983f0be8bb95e8598c065c740a618f6017ad1db98a550cfe6cef8ac3e5fe SHA512 83af21f6bc3070227dabe5030fce6812f5c04476c7240f00bb09b0e81d40f0ffaa351316d65f8291853892fdf63f42b83ee4825223125b21c975565167bca7a0 diff --git a/dev-python/python-axolotl/metadata.xml b/dev-python/python-axolotl/metadata.xml deleted file mode 100644 index 045ab82cb65..00000000000 --- a/dev-python/python-axolotl/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - hanno@gentoo.org - - - python-axolotl - tgalal/python-axolotl - - diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild deleted file mode 100644 index b720d024d6f..00000000000 --- a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild +++ /dev/null @@ -1,23 +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 - -DESCRIPTION="Python module for the Axolotl protocol (used by OMEMO)" -HOMEPAGE="https://github.com/tgalal/python-axolotl" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]"