| 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/rsync-3.0.9-r2.ebuild,v 1.10 2012/08/19 16:41:22 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9-r2.ebuild,v 1.11 2012/08/20 02:54:12 jer 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 | |
| … | |
… | |
| 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 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
15 | KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 16 | IUSE="acl iconv ipv6 static xattr" |
16 | IUSE="acl iconv ipv6 static xattr" |
| 17 | |
17 | |
| 18 | LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] ) |
18 | LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] ) |
| 19 | xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) ) |
19 | xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) ) |
| 20 | >=dev-libs/popt-1.5[static-libs(+)]" |
20 | >=dev-libs/popt-1.5[static-libs(+)]" |