| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/sys-libs/zlib/Attic/zlib-1.2.4.ebuild,v 1.1 2010/03/16 00:35:09 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/Attic/zlib-1.2.4.ebuild,v 1.2 2010/03/19 02:23:53 vapier Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils toolchain-funcs |
5 | inherit eutils toolchain-funcs |
| 6 | |
6 | |
| 7 | DESCRIPTION="Standard (de)compression library" |
7 | DESCRIPTION="Standard (de)compression library" |
| 8 | HOMEPAGE="http://www.zlib.net/" |
8 | HOMEPAGE="http://www.zlib.net/" |
| 9 | SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2 |
9 | SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2 |
| 10 | http://www.zlib.net/${P}.tar.bz2" |
10 | http://www.zlib.net/${P}.tar.bz2" |
| 11 | |
11 | |
| 12 | LICENSE="ZLIB" |
12 | LICENSE="ZLIB" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | # makes xmllint segfault ? #309623 |
|
|
| 15 | #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" |
14 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" |
| 16 | IUSE="" |
15 | IUSE="" |
|
|
16 | |
|
|
17 | RDEPEND="!<dev-libs/libxml2-2.7.7" #309623 |
| 17 | |
18 | |
| 18 | src_unpack() { |
19 | src_unpack() { |
| 19 | unpack ${A} |
20 | unpack ${A} |
| 20 | cd "${S}" |
21 | cd "${S}" |
| 21 | epatch "${FILESDIR}"/${PN}-1.2.4-build.patch |
22 | epatch "${FILESDIR}"/${PN}-1.2.4-build.patch |