| 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.ebuild,v 1.8 2012/04/01 14:45:58 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9.ebuild,v 1.9 2012/06/25 10:37:15 flameeyes 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 | |
| … | |
… | |
| 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 | RDEPEND=">=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 ) ) |
| 21 | iconv? ( virtual/libiconv )" |
21 | iconv? ( virtual/libiconv )" |
|
|
22 | DEPEND="${RDEPEND} |
|
|
23 | dev-lang/perl" |
| 22 | |
24 | |
| 23 | S=${WORKDIR}/${P/_/} |
25 | S=${WORKDIR}/${P/_/} |
| 24 | |
26 | |
| 25 | src_prepare() { |
27 | src_prepare() { |
| 26 | epatch_user |
28 | epatch_user |