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 161AA13832E for ; Tue, 9 Aug 2016 04:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3388EE0B7C; Tue, 9 Aug 2016 04:06:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9141E0B7C for ; Tue, 9 Aug 2016 04:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8585E340A23 for ; Tue, 9 Aug 2016 04:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A18D2442 for ; Tue, 9 Aug 2016 04:06:55 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1470715583.bd9101cb9014d8ab7523407a3c0b5571992c5a7c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pypolicyd-spf/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/pypolicyd-spf/Manifest mail-filter/pypolicyd-spf/pypolicyd-spf-1.1.ebuild mail-filter/pypolicyd-spf/pypolicyd-spf-1.3.1.ebuild X-VCS-Directories: mail-filter/pypolicyd-spf/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: bd9101cb9014d8ab7523407a3c0b5571992c5a7c X-VCS-Branch: master Date: Tue, 9 Aug 2016 04:06:55 +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: 060ecd6b-d4b3-45da-b173-18d17adbe401 X-Archives-Hash: 1a4ff0e153fb852bd2cc02998d4ccfec commit: bd9101cb9014d8ab7523407a3c0b5571992c5a7c Author: Michael Orlitzky gentoo org> AuthorDate: Tue Aug 9 04:06:23 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 9 04:06:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9101cb mail-filter/pypolicyd-spf: remove old v1.1 and v1.3.1. Package-Manager: portage-2.2.28 mail-filter/pypolicyd-spf/Manifest | 2 - mail-filter/pypolicyd-spf/pypolicyd-spf-1.1.ebuild | 25 --------- .../pypolicyd-spf/pypolicyd-spf-1.3.1.ebuild | 59 ---------------------- 3 files changed, 86 deletions(-) diff --git a/mail-filter/pypolicyd-spf/Manifest b/mail-filter/pypolicyd-spf/Manifest index 3101a6a..b5d8f01 100644 --- a/mail-filter/pypolicyd-spf/Manifest +++ b/mail-filter/pypolicyd-spf/Manifest @@ -1,3 +1 @@ -DIST pypolicyd-spf-1.1.tar.gz 469687 SHA256 93ca747e1e62d05a3e3fa54b9415f6c6da7fa40644e32507d0bb56980e31cc56 SHA512 7968425ae5b966571b0787769eff484f4d779f02c8460f515b98549117fdf270de70861f61b8c3e7d9da2092e91c191055cd9a312303c50a2b4707e9dd92840e WHIRLPOOL cd47648c122a13e99c08dac9cfee5cbe12b5b4301dc389397ca824ef19ed976beeee02e7f17fb0faf8abe29184be3aeb73c7ab327a0e6b19d7f84434f20b3635 -DIST pypolicyd-spf-1.3.1.tar.gz 32093 SHA256 5b575638e3d30db5583ed4e3c0902b9a6d90ba7e126a9d37b9bffe2e6b201808 SHA512 3ae52b22ef3c4f801a523aa98b6c918b7afd76c5867e8cb431b643555e4191f85b1232d7ef431fbfbdd76cfc59bd021ce452b2f323ab0166ab68d1bf06cc1a10 WHIRLPOOL ebd9997369510ead087c039ec505904fb58fd36eed3c9d38bc1602569b7c3b1e0d1648b69fbf6b1c83a84a7ec4de52f180fc30498cc2850fb53c836cec1e5900 DIST pypolicyd-spf-1.3.2.tar.gz 32973 SHA256 7174c46a26c9c35b0d66ddba821b02b0dc2df9d1f6bf0c9da71dcd60795b2966 SHA512 e80b13a0cf9f8406592db5edcb9770051352b3f637d4d9d5bd96295710bf3728a8350c0697e5b430698b0d9d226c83c9decb67923ed5cdb3502ee15509715af4 WHIRLPOOL 91051b0702098b14d0e8281184219f7c96304b59b8a56b7088810af83383b18feb414b53eb259f9d13a37a108373633adeb4a7f866bbd54a480cb1ec287af6a6 diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-1.1.ebuild b/mail-filter/pypolicyd-spf/pypolicyd-spf-1.1.ebuild deleted file mode 100644 index 1aa44e3..0000000 --- a/mail-filter/pypolicyd-spf/pypolicyd-spf-1.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.*" - -inherit distutils versionator - -DESCRIPTION="Python based policy daemon for Postfix SPF checking" -HOMEPAGE="https://launchpad.net/pypolicyd-spf" -SRC_URI="https://launchpad.net/pypolicyd-spf/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=dev-python/pyspf-2.0.3" -RDEPEND="${DEPEND} - dev-python/authres" - -PYTHON_MODNAME="policydspfsupp.py policydspfuser.py" diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-1.3.1.ebuild b/mail-filter/pypolicyd-spf/pypolicyd-spf-1.3.1.ebuild deleted file mode 100644 index e2537d5..0000000 --- a/mail-filter/pypolicyd-spf/pypolicyd-spf-1.3.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -# With >=python-3.3, the built-in ipaddress module handles the parsing -# of IP addresses. If python is built without ipv6 support, then -# ipaddress can't parse ipv6 addresses, and the daemon will crash if it -# sees an ipv6 SPF record. In other words, it's completely broken. -# -# Ideally this would remain optional for python-2.x, but until there's -# an easy way to do that, "maybe annoying" seems a better option than -# "maybe broken." -PYTHON_REQ_USE="ipv6" - -inherit distutils-r1 versionator - -DESCRIPTION="Python-based policy daemon for Postfix SPF verification" -HOMEPAGE="https://launchpad.net/pypolicyd-spf" -SRC_URI="https://launchpad.net/pypolicyd-spf/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# ipaddr is only needed with