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 1CE4C138359 for ; Wed, 18 Nov 2020 09:08:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E67AE09D9; Wed, 18 Nov 2020 09:08:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 56B48E09D9 for ; Wed, 18 Nov 2020 09:08:46 +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 6465333EDD8 for ; Wed, 18 Nov 2020 09:08:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16BBD3A2 for ; Wed, 18 Nov 2020 09:08:44 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1605690511.aa616077bfe2bc92a1062a3ff5adccf4b9f8935a.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/courier-pythonfilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild X-VCS-Directories: mail-filter/courier-pythonfilter/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: aa616077bfe2bc92a1062a3ff5adccf4b9f8935a X-VCS-Branch: master Date: Wed, 18 Nov 2020 09:08:44 +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: d2d2d18c-ac4a-433f-8079-4bb097bd2fb0 X-Archives-Hash: 0f752a9606e5ff0598b564950544d681 commit: aa616077bfe2bc92a1062a3ff5adccf4b9f8935a Author: Hanno Böck gentoo org> AuthorDate: Wed Nov 18 09:07:49 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Wed Nov 18 09:08:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa616077 mail-filter/courier-pythonfilter: Remove old Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2 .../courier-pythonfilter-3.0.2.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild deleted file mode 100644 index e37b200da1b..00000000000 --- a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2.ebuild +++ /dev/null @@ -1,19 +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="Python filtering architecture for the Courier MTA" -HOMEPAGE="https://pypi.org/project/courier-pythonfilter/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="mail-mta/courier" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]"