| 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/net-dns/c-ares/c-ares-1.7.4.ebuild,v 1.5 2011/07/21 15:57:35 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/c-ares-1.7.4.ebuild,v 1.6 2011/07/24 11:26:10 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | DESCRIPTION="C library that resolves names asynchronously" |
7 | DESCRIPTION="C library that resolves names asynchronously" |
| 8 | HOMEPAGE="http://daniel.haxx.se/projects/c-ares/" |
8 | HOMEPAGE="http://daniel.haxx.se/projects/c-ares/" |
| 9 | SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz" |
9 | SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="MIT" |
11 | LICENSE="MIT" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" |
13 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | DEPEND="" |
16 | DEPEND="" |
| 17 | RDEPEND="" |
17 | RDEPEND="" |
| 18 | |
18 | |