summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2016-05-31 16:59:24 -0400
committerChris Reffett <creffett@gentoo.org>2016-05-31 17:00:03 -0400
commit57ff6077ce4f1fe425cc0b0a3745ef16139a24ce (patch)
treecbc462457c49a1752dcf8283177687519db5067e /dev-libs/libzip/libzip-1.1.3.ebuild
parentkde-base/pykde4: Remove 4.14.3 (r0) (diff)
downloadgentoo-57ff6077ce4f1fe425cc0b0a3745ef16139a24ce.tar.gz
gentoo-57ff6077ce4f1fe425cc0b0a3745ef16139a24ce.tar.bz2
gentoo-57ff6077ce4f1fe425cc0b0a3745ef16139a24ce.zip
dev-libs/libzip: Version bump, go to EAPI 6
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/libzip/libzip-1.1.3.ebuild')
-rw-r--r--dev-libs/libzip/libzip-1.1.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libzip/libzip-1.1.3.ebuild b/dev-libs/libzip/libzip-1.1.3.ebuild
new file mode 100644
index 000000000000..3b76b31944c8
--- /dev/null
+++ b/dev-libs/libzip/libzip-1.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Library for manipulating zip archives"
+HOMEPAGE="http://www.nih.at/libzip/"
+SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="static-libs"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+"
+
+DOCS=( AUTHORS NEWS.md API-CHANGES THANKS )
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.1.3-headers.patch"
+)