Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 550604 | Differences between
and this patch

Collapse All | Expand All

(-)lldpd-0.7.13.ebuild (-1 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils user systemd bash-completion-r1 autotools
7
inherit eutils user systemd bash-completion-r1 autotools s6
8
8
9
DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
9
DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
10
HOMEPAGE="http://vincentbernat.github.com/lldpd/"
10
HOMEPAGE="http://vincentbernat.github.com/lldpd/"
Lines 91-96 Link Here
91
91
92
	newinitd "${FILESDIR}"/${PN}-initd-4 ${PN}
92
	newinitd "${FILESDIR}"/${PN}-initd-4 ${PN}
93
	newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
93
	newconfd "${FILESDIR}"/${PN}-confd-1 ${PN}
94
	newinitd "${FILESDIR}"/${PN}-initd-s6 ${PN}-s6
95
	s6_install_service ${PN} "${FILESDIR}"/${PN}-run-s6
94
	newbashcomp src/client/lldpcli.bash-completion lldpcli
96
	newbashcomp src/client/lldpcli.bash-completion lldpcli
95
97
96
	use doc && dohtml -r doxygen/html/*
98
	use doc && dohtml -r doxygen/html/*

Return to bug 550604