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

(-)/usr/portage/net-misc/rsync/rsync-2.6.6-r1.ebuild (-1 / +5 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86"
14
IUSE="build static acl ipv6"
14
IUSE="build static acl ipv6 xinetd"
15
15
16
RDEPEND="!build? ( >=dev-libs/popt-1.5 )
16
RDEPEND="!build? ( >=dev-libs/popt-1.5 )
17
	acl? ( sys-apps/acl )"
17
	acl? ( sys-apps/acl )"
Lines 56-61 Link Here
56
	make DESTDIR="${D}" install || die "make install failed"
56
	make DESTDIR="${D}" install || die "make install failed"
57
	newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd
57
	newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd
58
	newinitd "${FILESDIR}"/rsyncd.init.d rsyncd
58
	newinitd "${FILESDIR}"/rsyncd.init.d rsyncd
59
	if use xinetd ; then
60
		insinto /etc/xinetd.d
61
		newins "${FILESDIR}"/rsync.xinetd.d rsync
62
	fi
59
	if ! use build ; then
63
	if ! use build ; then
60
		dodoc NEWS OLDNEWS README TODO tech_report.tex
64
		dodoc NEWS OLDNEWS README TODO tech_report.tex
61
		insinto /etc
65
		insinto /etc

Return to bug 117466