dev-libs/libzip: remove unused patch
[gentoo.git] / dev-libs / libzip / libzip-1.1.1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 AUTOTOOLS_AUTORECONF=1
8 AUTOTOOLS_IN_SOURCE_BUILD=1
9 inherit autotools-utils
10
11 DESCRIPTION="Library for manipulating zip archives"
12 HOMEPAGE="http://www.nih.at/libzip/"
13 SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
14
15 LICENSE="BSD"
16 SLOT="0/4"
17 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
18 IUSE="static-libs"
19
20 RDEPEND="sys-libs/zlib"
21 DEPEND="${RDEPEND}
22         app-arch/xz-utils
23 "
24
25 DOCS=( AUTHORS NEWS README THANKS )
26
27 PATCHES=(
28         "${FILESDIR}/${PN}-0.11.2-headers.patch"
29 )