| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/dev-libs/apr/apr-1.4.5.ebuild,v 1.3 2011/10/19 11:57:10 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.5.ebuild,v 1.4 2011/10/22 16:17:31 xarthisius Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | |
6 | |
| 7 | inherit autotools eutils libtool multilib |
7 | inherit autotools eutils libtool multilib |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://apr.apache.org/" |
10 | HOMEPAGE="http://apr.apache.org/" |
| 11 | SRC_URI="mirror://apache/apr/${P}.tar.bz2" |
11 | SRC_URI="mirror://apache/apr/${P}.tar.bz2" |
| 12 | |
12 | |
| 13 | LICENSE="Apache-2.0" |
13 | LICENSE="Apache-2.0" |
| 14 | SLOT="1" |
14 | SLOT="1" |
| 15 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" |
15 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" |
| 16 | IUSE="doc elibc_FreeBSD older-kernels-compatibility +urandom +uuid" |
16 | IUSE="doc elibc_FreeBSD older-kernels-compatibility +urandom +uuid" |
| 17 | RESTRICT="test" |
17 | RESTRICT="test" |
| 18 | |
18 | |
| 19 | RDEPEND="uuid? ( !elibc_FreeBSD? ( >=sys-apps/util-linux-2.16 ) )" |
19 | RDEPEND="uuid? ( !elibc_FreeBSD? ( >=sys-apps/util-linux-2.16 ) )" |
| 20 | DEPEND="${RDEPEND} |
20 | DEPEND="${RDEPEND} |