| 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.2 2012/04/26 14:55:22 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9-r2.ebuild,v 1.3 2012/06/25 10:37:15 flameeyes 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 | |
| … | |
… | |
| 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(+)]" |
| 21 | RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) |
21 | RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) |
| 22 | iconv? ( virtual/libiconv )" |
22 | iconv? ( virtual/libiconv )" |
| 23 | DEPEND="${RDEPEND} |
23 | DEPEND="${RDEPEND} |
|
|
24 | dev-lang/perl |
| 24 | static? ( ${LIB_DEPEND} )" |
25 | static? ( ${LIB_DEPEND} )" |
| 25 | |
26 | |
| 26 | S=${WORKDIR}/${P/_/} |
27 | S=${WORKDIR}/${P/_/} |
| 27 | |
28 | |
| 28 | src_prepare() { |
29 | src_prepare() { |