1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
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/net-misc/rsync/Attic/rsync-3.0.9-r2.ebuild,v 1.3 2012/06/25 10:37:15 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/Attic/rsync-3.0.9-r2.ebuild,v 1.4 2012/06/29 05:11:14 vapier Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | |
6 | |
7 | inherit eutils flag-o-matic prefix |
7 | inherit eutils flag-o-matic prefix |
8 | |
8 | |
… | |
… | |
37 | $(use_enable acl acl-support) \ |
37 | $(use_enable acl acl-support) \ |
38 | $(use_enable xattr xattr-support) \ |
38 | $(use_enable xattr xattr-support) \ |
39 | $(use_enable ipv6) \ |
39 | $(use_enable ipv6) \ |
40 | $(use_enable iconv) \ |
40 | $(use_enable iconv) \ |
41 | --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf |
41 | --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf |
|
|
42 | touch proto.h-tstamp #421625 |
42 | } |
43 | } |
43 | |
44 | |
44 | src_install() { |
45 | src_install() { |
45 | emake DESTDIR="${D}" install |
46 | emake DESTDIR="${ED}" install |
46 | newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd |
47 | newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd |
47 | newinitd "${FILESDIR}"/rsyncd.init.d-r1 rsyncd |
48 | newinitd "${FILESDIR}"/rsyncd.init.d-r1 rsyncd |
48 | dodoc NEWS OLDNEWS README TODO tech_report.tex |
49 | dodoc NEWS OLDNEWS README TODO tech_report.tex |
49 | insinto /etc |
50 | insinto /etc |
50 | newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf |
51 | newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf |