View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/mail-filter/postgrey/postgrey-1.31.ebuild (-2 / +11 lines)
 Lines 6-16    Link Here 
DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
			http://postgrey.schweikert.ch/pub/old/${P}.tar.gz"
			http://postgrey.schweikert.ch/pub/old/${P}.tar.gz
			targrey? (http://k2net.hakuba.jp/pub/targrey-0.31-${P}.patch)"
HOMEPAGE="http://postgrey.schweikert.ch/"
HOMEPAGE="http://postgrey.schweikert.ch/"
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
IUSE=""
IUSE="targrey"
DEPEND=""
DEPEND=""
RDEPEND=">=dev-lang/perl-5.6.0
RDEPEND=">=dev-lang/perl-5.6.0
	dev-perl/net-server
	dev-perl/net-server
 Lines 28-33    Link Here 
	enewuser ${PN} -1 -1 /dev/null ${PN}
	enewuser ${PN} -1 -1 /dev/null ${PN}
}
}
src_unpack() {
	unpack ${A}
	cd "${S}"
	if use targrey; then
		epatch "${DISTDIR}/targrey-0.31-${P}.patch"
	fi
}
src_install () {
src_install () {
	cd ${S}
	cd ${S}