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

(-)netkit-base-0.17-r9.ebuild.old (-3 / +7 lines)
Lines 2-8 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/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild,v 1.4 2012/01/05 13:14:45 ranger Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild,v 1.4 2012/01/05 13:14:45 ranger Exp $
4
4
5
EAPI=2
5
EAPI=4
6
6
7
inherit base
7
inherit base
8
8
Lines 29-40 Link Here
29
		MCONFIG || die
29
		MCONFIG || die
30
}
30
}
31
31
32
src_compile () {
33
	emake CC="$(tc-getCC)"
34
}
35
32
src_install() {
36
src_install() {
33
	sed -i \
37
	sed -i \
34
		-e 's:in\.telnetd$:in.telnetd -L /usr/sbin/telnetlogin:' \
38
		-e 's:in\.telnetd$:in.telnetd -L /usr/sbin/telnetlogin:' \
35
		etc.sample/inetd.conf
39
		etc.sample/inetd.conf || die
36
40
37
	dosbin inetd/inetd || die
41
	dosbin inetd/inetd
38
	doman inetd/inetd.8
42
	doman inetd/inetd.8
39
	newinitd "${FILESDIR}"/inetd.rc6 inetd
43
	newinitd "${FILESDIR}"/inetd.rc6 inetd
40
44

Return to bug 397871