summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-03-14 07:48:06 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-03-14 07:48:06 +0000
commitdf64cf7f41c9d71bd23f978d97d42935963e4f63 (patch)
tree226ddea1c155b6040562b325737061d62397b546 /dev-libs/libzip
parentEnhance Description (diff)
downloadgentoo-2-df64cf7f41c9d71bd23f978d97d42935963e4f63.tar.gz
gentoo-2-df64cf7f41c9d71bd23f978d97d42935963e4f63.tar.bz2
gentoo-2-df64cf7f41c9d71bd23f978d97d42935963e4f63.zip
Version bump.
Switch to XZ tarball and remove unneeded ebuild cruft that has accumulated over the years. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-libs/libzip')
-rw-r--r--dev-libs/libzip/ChangeLog11
-rw-r--r--dev-libs/libzip/files/libzip-0.11.2-headers.patch12
-rw-r--r--dev-libs/libzip/libzip-0.11.2.ebuild30
3 files changed, 51 insertions, 2 deletions
diff --git a/dev-libs/libzip/ChangeLog b/dev-libs/libzip/ChangeLog
index 70ac9d1e3ca7..c6b1a266c30e 100644
--- a/dev-libs/libzip/ChangeLog
+++ b/dev-libs/libzip/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/libzip
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.72 2013/09/05 14:53:54 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.73 2014/03/14 07:48:06 kensington Exp $
+
+*libzip-0.11.2 (14 Mar 2014)
+
+ 14 Mar 2014; Michael Palimaka <kensington@gentoo.org>
+ +files/libzip-0.11.2-headers.patch, +libzip-0.11.2.ebuild:
+ Version bump. Switch to XZ tarball and remove unneeded ebuild cruft that has
+ accumulated over the years.
05 Sep 2013; Michael Palimaka <kensington@gentoo.org> -libzip-0.11.ebuild:
Remove old.
diff --git a/dev-libs/libzip/files/libzip-0.11.2-headers.patch b/dev-libs/libzip/files/libzip-0.11.2-headers.patch
new file mode 100644
index 000000000000..6b327722ac64
--- /dev/null
+++ b/dev-libs/libzip/files/libzip-0.11.2-headers.patch
@@ -0,0 +1,12 @@
+--- lib/Makefile.am
++++ lib/Makefile.am
+@@ -3,8 +3,7 @@
+
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-nodist_libinclude_HEADERS = zipconf.h
++include_HEADERS = zip.h zipconf.h
+
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS=-no-undefined -version-info 3:0:1
diff --git a/dev-libs/libzip/libzip-0.11.2.ebuild b/dev-libs/libzip/libzip-0.11.2.ebuild
new file mode 100644
index 000000000000..d03016638e40
--- /dev/null
+++ b/dev-libs/libzip/libzip-0.11.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.11.2.ebuild,v 1.1 2014/03/14 07:48:06 kensington Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+inherit autotools-utils
+
+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"
+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 README THANKS )
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.11.2-headers.patch"
+ "${FILESDIR}/${PN}-0.11-fix_pkgconfig.patch"
+)