diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-11 05:20:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-11 05:20:27 +0000 |
commit | 91b17d4fba167c754db7b94dd15841c4ce90cd55 (patch) | |
tree | aca5fd2d10c149dec92321c065faaeb3ec0d7416 /net-misc/rsync | |
parent | Fixed CFLAGS_n64 (diff) | |
download | gentoo-2-91b17d4fba167c754db7b94dd15841c4ce90cd55.tar.gz gentoo-2-91b17d4fba167c754db7b94dd15841c4ce90cd55.tar.bz2 gentoo-2-91b17d4fba167c754db7b94dd15841c4ce90cd55.zip |
update SRC_URI #73707
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/rsync')
-rw-r--r-- | net-misc/rsync/rsync-2.6.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-2.6.0-r3.ebuild b/net-misc/rsync/rsync-2.6.0-r3.ebuild index 78a2a4d8e2f5..462c99fc2745 100644 --- a/net-misc/rsync/rsync-2.6.0-r3.ebuild +++ b/net-misc/rsync/rsync-2.6.0-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0-r3.ebuild,v 1.10 2005/01/19 13:03:33 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0-r3.ebuild,v 1.11 2005/02/11 05:20:27 vapier Exp $ inherit eutils flag-o-matic gcc gnuconfig DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="http://rsync.samba.org/" SRC_URI="http://rsync.samba.org/ftp/rsync/old-versions/${P}.tar.gz - http://www.imada.sdu.dk/~bardur/personal/patches/${PN}-proxy-auth/${PN}-2.5.6-proxy-auth-1.patch + http://www.imada.sdu.dk/~bardur/personal/40-patches/rsync-proxy-auth/rsync-2.5.6-proxy-auth-1.patch acl? ( http://www.saout.de/misc/${P}-acl.diff.bz2 )" LICENSE="GPL-2" |