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

(-)/usr/portage/mail-filter/postgrey/postgrey-1.31.ebuild (-2 / +11 lines)
Lines 6-16 Link Here
6
6
7
DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
7
DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
8
SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
8
SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
9
			http://postgrey.schweikert.ch/pub/old/${P}.tar.gz"
9
			http://postgrey.schweikert.ch/pub/old/${P}.tar.gz
10
			targrey? (http://k2net.hakuba.jp/pub/targrey-0.31-${P}.patch)"
10
HOMEPAGE="http://postgrey.schweikert.ch/"
11
HOMEPAGE="http://postgrey.schweikert.ch/"
11
LICENSE="GPL-2"
12
LICENSE="GPL-2"
12
SLOT="0"
13
SLOT="0"
13
IUSE=""
14
IUSE="targrey"
14
DEPEND=""
15
DEPEND=""
15
RDEPEND=">=dev-lang/perl-5.6.0
16
RDEPEND=">=dev-lang/perl-5.6.0
16
	dev-perl/net-server
17
	dev-perl/net-server
Lines 28-33 Link Here
28
	enewuser ${PN} -1 -1 /dev/null ${PN}
29
	enewuser ${PN} -1 -1 /dev/null ${PN}
29
}
30
}
30
31
32
src_unpack() {
33
	unpack ${A}
34
	cd "${S}"
35
	if use targrey; then
36
		epatch "${DISTDIR}/targrey-0.31-${P}.patch"
37
	fi
38
}
39
31
src_install () {
40
src_install () {
32
	cd ${S}
41
	cd ${S}
33
42

Return to bug 211928