Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312457
Collapse All | Expand All

(-)pypolicyd-spf-0.7.1.ebuild (-4 / +4 lines)
Lines 2-16 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/pypolicyd-spf/pypolicyd-spf-0.7.1.ebuild,v 1.2 2009/11/19 16:18:54 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-filter/pypolicyd-spf/pypolicyd-spf-0.7.1.ebuild,v 1.2 2009/11/19 16:18:54 maekke Exp $
4
4
5
inherit distutils eutils
5
inherit distutils eutils versionator
6
6
7
DESCRIPTION="Python based policy daemon for Postfix SPF checking"
7
DESCRIPTION="Python based policy daemon for Postfix SPF checking"
8
SRC_URI="http://www.openspf.org/blobs/${P}.tar.gz"
8
SRC_URI="http://launchpad.net/pypolicyd-spf/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
9
HOMEPAGE="http://www.openspf.org/Software"
9
HOMEPAGE="https://launchpad.net/pypolicyd-spf"
10
10
11
IUSE=""
11
IUSE=""
12
SLOT="0"
12
SLOT="0"
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15
15
16
DEPEND=">=dev-python/pyspf-2.0.3"
16
DEPEND=">=dev-python/pyspf-2.0.3"

Return to bug 312457