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

(-)a/net-nntp/leafnode/leafnode-1.11.11.ebuild (+8 lines)
Line 0 Link Here
1
diff -x '*~' -purN a/checkpeerlocal.c b/checkpeerlocal.c
2
--- a/checkpeerlocal.c	2015-08-25 00:03:26.000000000 +0200
Lines 3-8 Link Here
3
3
4
EAPI=5
4
EAPI=5
5
5
6
inherit epatch
7
6
DESCRIPTION="A USENET software package designed for small sites"
8
DESCRIPTION="A USENET software package designed for small sites"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
8
HOMEPAGE="http://leafnode.sourceforge.net/"
10
HOMEPAGE="http://leafnode.sourceforge.net/"
Lines 16-21 RDEPEND="${DEPEND} Link Here
16
	virtual/inetd"
18
	virtual/inetd"
17
DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
19
DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
18
20
21
src_prepare() {
22
	epatch "${FILESDIR}/${PN}-${PV}-checkpeerlocal_ipv6_fix.patch"
23
}
24
19
src_configure() {
25
src_configure() {
20
	econf \
26
	econf \
21
		--sysconfdir=/etc/leafnode \
27
		--sysconfdir=/etc/leafnode \

Return to bug 579948