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 6DFB5138334 for ; Sat, 4 Jan 2020 09:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1B40E08BF; Sat, 4 Jan 2020 09:47:10 +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 99976E08BF for ; Sat, 4 Jan 2020 09:47:10 +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 B69E934DEB8 for ; Sat, 4 Jan 2020 09:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA39C3C for ; Sat, 4 Jan 2020 09:47:07 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1578131217.5d376a48a7fc7280b752666e87975bb53ca0c39c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slowaes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slowaes/Manifest dev-python/slowaes/metadata.xml dev-python/slowaes/slowaes-0.1-r2.ebuild X-VCS-Directories: dev-python/slowaes/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5d376a48a7fc7280b752666e87975bb53ca0c39c X-VCS-Branch: master Date: Sat, 4 Jan 2020 09:47:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe2c2d58-6a90-4512-995b-5968c48a126a X-Archives-Hash: 4a66b80d137b3d8cac51e6f0b148593d commit: 5d376a48a7fc7280b752666e87975bb53ca0c39c Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 4 09:46:57 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jan 4 09:46:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d376a48 dev-python/slowaes: remove last-rited pkg Signed-off-by: Mikle Kolyada gentoo.org> dev-python/slowaes/Manifest | 1 - dev-python/slowaes/metadata.xml | 15 --------------- dev-python/slowaes/slowaes-0.1-r2.ebuild | 22 ---------------------- 3 files changed, 38 deletions(-) diff --git a/dev-python/slowaes/Manifest b/dev-python/slowaes/Manifest deleted file mode 100644 index c8d9b5f4a1f..00000000000 --- a/dev-python/slowaes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST slowaes-0.1a1.tar.gz 7017 BLAKE2B d1eb2a520f45214097215e9926b242242199ee7980d847e83d6bf157d0884eebc6ae4a403cc26c376da908fa9b443af0015d02cf4e619791a03a25b0d7d4e789 SHA512 09126a6cf2a0da27c45b12d25c3a9147f47448311f9e36b6db2aa62d8b85f3fdf66f10f8f5d84edf48cde7f6c766d9ed384832f9ca0e28f95104149a7f424d95 diff --git a/dev-python/slowaes/metadata.xml b/dev-python/slowaes/metadata.xml deleted file mode 100644 index f8142d541ad..00000000000 --- a/dev-python/slowaes/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - luke-jr+gentoobugs@utopios.org - Luke Dashjr - - - proxy-maint@gentoo.org - Proxy Maintainers - - - slowaes - - diff --git a/dev-python/slowaes/slowaes-0.1-r2.ebuild b/dev-python/slowaes/slowaes-0.1-r2.ebuild deleted file mode 100644 index b219bb74776..00000000000 --- a/dev-python/slowaes/slowaes-0.1-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -MY_P=${P}a1 -DESCRIPTION="AES implementation in pure Python" -HOMEPAGE="https://code.google.com/p/slowaes/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/setuptools" - -S=${WORKDIR}/${MY_P}