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 B6C3913835A for ; Wed, 7 Apr 2021 08:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB93FE09CF; Wed, 7 Apr 2021 08:06:45 +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 D485BE09CF for ; Wed, 7 Apr 2021 08:06:45 +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 4E378335D12 for ; Wed, 7 Apr 2021 08:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C0FB64D for ; Wed, 7 Apr 2021 08:06:41 +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: <1617782785.aa93cadcb098e9d28c646435f9e8c4c6d43ed3f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/speg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/speg/speg-0.3-r1.ebuild X-VCS-Directories: dev-python/speg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa93cadcb098e9d28c646435f9e8c4c6d43ed3f1 X-VCS-Branch: master Date: Wed, 7 Apr 2021 08:06:41 +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: 4dd4ddf6-479d-4e7e-9a43-dd196c810a82 X-Archives-Hash: 67d201c4004df634698557bc26ebf47e commit: aa93cadcb098e9d28c646435f9e8c4c6d43ed3f1 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 7 07:42:40 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 7 08:06:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa93cadc dev-python/speg: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/speg/speg-0.3-r1.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/speg/speg-0.3-r1.ebuild b/dev-python/speg/speg-0.3-r1.ebuild deleted file mode 100644 index f2f9c8c6561..00000000000 --- a/dev-python/speg/speg-0.3-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -inherit distutils-r1 -DESCRIPTION="A PEG-based parser interpreter with memoization" -HOMEPAGE="https://github.com/avakar/speg/" -SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~ppc x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=""