diff options
Diffstat (limited to 'net-misc/rsync/rsync-2.5.2-r1.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-2.5.2-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/rsync/rsync-2.5.2-r1.ebuild b/net-misc/rsync/rsync-2.5.2-r1.ebuild index 7a2060d08124..431ab7d372b3 100644 --- a/net-misc/rsync/rsync-2.5.2-r1.ebuild +++ b/net-misc/rsync/rsync-2.5.2-r1.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.2-r1.ebuild,v 1.1 2002/03/01 07:11:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.2-r1.ebuild,v 1.2 2002/07/09 10:51:40 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="File transfer program to keep remote files into sync" SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz" HOMEPAGE="http://rsync.samba.org" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/glibc" |