| 1 | # Copyright 1999-2011 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/rsync-3.0.9.ebuild,v 1.1 2011/10/30 23:18:05 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9.ebuild,v 1.2 2012/02/28 07:09:05 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic |
7 | inherit eutils flag-o-matic |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://rsync.samba.org/" |
10 | HOMEPAGE="http://rsync.samba.org/" |
| 11 | SRC_URI="http://rsync.samba.org/ftp/rsync/src/${P/_/}.tar.gz" |
11 | SRC_URI="http://rsync.samba.org/ftp/rsync/src/${P/_/}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-3" |
13 | LICENSE="GPL-3" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" |
15 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" |
| 16 | IUSE="acl iconv ipv6 static xattr" |
16 | IUSE="acl iconv ipv6 static xattr" |
| 17 | |
17 | |
| 18 | DEPEND=">=dev-libs/popt-1.5 |
18 | DEPEND=">=dev-libs/popt-1.5 |
| 19 | acl? ( virtual/acl ) |
19 | acl? ( virtual/acl ) |
| 20 | xattr? ( kernel_linux? ( sys-apps/attr ) ) |
20 | xattr? ( kernel_linux? ( sys-apps/attr ) ) |