From 12c3da10850a1373a2c742bbfffffbddf1c28d43 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 29 Jun 2012 05:11:14 +0000 Subject: Avoid regenerating proto.h which requires perl -- the shipped one should work in all places we care about #421625 by László Szalma. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2.0_alpha112/cvs/Linux x86_64) --- net-misc/rsync/ChangeLog | 7 ++++++- net-misc/rsync/rsync-3.0.9-r2.ebuild | 5 +++-- net-misc/rsync/rsync-3.0.9.ebuild | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'net-misc/rsync') diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog index 68746dd5c111..fbd96fa3e31a 100644 --- a/net-misc/rsync/ChangeLog +++ b/net-misc/rsync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/rsync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.226 2012/06/25 10:37:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.227 2012/06/29 05:11:14 vapier Exp $ + + 29 Jun 2012; Mike Frysinger rsync-3.0.9-r2.ebuild, + rsync-3.0.9.ebuild: + Avoid regenerating proto.h which requires perl -- the shipped one should work + in all places we care about #421625 by László Szalma. 25 Jun 2012; Diego E. Pettenò rsync-3.0.9-r2.ebuild, rsync-3.0.9.ebuild: diff --git a/net-misc/rsync/rsync-3.0.9-r2.ebuild b/net-misc/rsync/rsync-3.0.9-r2.ebuild index f4a76d1b9261..d2502260add2 100644 --- a/net-misc/rsync/rsync-3.0.9-r2.ebuild +++ b/net-misc/rsync/rsync-3.0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9-r2.ebuild,v 1.3 2012/06/25 10:37:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9-r2.ebuild,v 1.4 2012/06/29 05:11:14 vapier Exp $ EAPI="4" @@ -39,10 +39,11 @@ src_configure() { $(use_enable ipv6) \ $(use_enable iconv) \ --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf + touch proto.h-tstamp #421625 } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd newinitd "${FILESDIR}"/rsyncd.init.d-r1 rsyncd dodoc NEWS OLDNEWS README TODO tech_report.tex diff --git a/net-misc/rsync/rsync-3.0.9.ebuild b/net-misc/rsync/rsync-3.0.9.ebuild index 56230fe65647..ede644f543aa 100644 --- a/net-misc/rsync/rsync-3.0.9.ebuild +++ b/net-misc/rsync/rsync-3.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9.ebuild,v 1.9 2012/06/25 10:37:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9.ebuild,v 1.10 2012/06/29 05:11:14 vapier Exp $ EAPI="2" @@ -36,8 +36,8 @@ src_configure() { $(use_enable xattr xattr-support) \ $(use_enable ipv6) \ $(use_enable iconv) \ - --with-rsyncd-conf=/etc/rsyncd.conf \ - || die + --with-rsyncd-conf=/etc/rsyncd.conf + touch proto.h-tstamp #421625 } src_install() { -- cgit v1.2.3-65-gdbad