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 86542138359 for ; Wed, 21 Oct 2020 22:51:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF2E6E0907; Wed, 21 Oct 2020 22:51:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 93EEBE0907 for ; Wed, 21 Oct 2020 22:51:48 +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 2A0D5340B23 for ; Wed, 21 Oct 2020 22:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D1B93A5 for ; Wed, 21 Oct 2020 22:51:45 +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: <1603320679.60d009eae7604160dba0e55e126f491e3913d1ef.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.ebuild X-VCS-Directories: dev-python/speg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60d009eae7604160dba0e55e126f491e3913d1ef X-VCS-Branch: master Date: Wed, 21 Oct 2020 22:51:45 +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: b1678a41-0366-4bbf-a8e5-89c9bfd8abc6 X-Archives-Hash: 428503305bea1caaa73823676f532e55 commit: 60d009eae7604160dba0e55e126f491e3913d1ef Author: Michał Górny gentoo org> AuthorDate: Wed Oct 21 22:48:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 21 22:51:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d009ea dev-python/speg: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/speg/speg-0.3.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/speg/speg-0.3.ebuild b/dev-python/speg/speg-0.3.ebuild deleted file mode 100644 index 4893e033749..00000000000 --- a/dev-python/speg/speg-0.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) -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 x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=""