Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/, dev-libs/libzip/files/
Date: Fri, 04 Aug 2017 18:15:01
Message-Id: 1501870477.4a5d00d9e8560f59744c42729ae5c122b58de6f4.asturm@gentoo
1 commit: 4a5d00d9e8560f59744c42729ae5c122b58de6f4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 3 18:57:20 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 4 18:14:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5d00d9
7
8 dev-libs/libzip: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-libs/libzip/Manifest | 1 -
13 dev-libs/libzip/files/libzip-0.11.2-headers.patch | 12 ----------
14 dev-libs/libzip/libzip-1.0.1.ebuild | 28 -----------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-libs/libzip/Manifest b/dev-libs/libzip/Manifest
18 index 7165799d5b8..91b982835ed 100644
19 --- a/dev-libs/libzip/Manifest
20 +++ b/dev-libs/libzip/Manifest
21 @@ -1,2 +1 @@
22 -DIST libzip-1.0.1.tar.xz 450308 SHA256 f948d597afbb471de8d528d0e35ed977de85b2f4d76fdd74abbb985550e5d840 SHA512 df51ca44e97e2644a5d6930e3c76830453579c1486d11b9529d3cef173bb5ae873ef34b0af0ea6403dd4076805371fa93975a18ce56e37aa2a52500eb279887b WHIRLPOOL 6705e5739417738d474a85e10c72718c2feaae68698d6fc71af17d2761c76acab705fcf6c8c69be165afca9230dc55c47843d9b0281abde445aad23addef1c41
23 DIST libzip-1.2.0.tar.xz 938284 SHA256 ffc0764395fba3d45dc5a6e32282788854618b9e9838337f8218b596007f1376 SHA512 1ba8626d72e6b47f735568afaf007d1e18beb3ebedf6b69a6b575f9e04d3b84550371191a89be153f8fcedb4a8eac2f996e141da95cdbb52380b6283cc99cf8b WHIRLPOOL 794a462fc4d1529008fccbe6df41c5616b34712ef34721e0cbe555aa12ada7928d22f6e9421de210efdf7b460188a4d6a9a6e53fc0266bcf52d47d6a7e30a5f6
24
25 diff --git a/dev-libs/libzip/files/libzip-0.11.2-headers.patch b/dev-libs/libzip/files/libzip-0.11.2-headers.patch
26 deleted file mode 100644
27 index 6b327722ac6..00000000000
28 --- a/dev-libs/libzip/files/libzip-0.11.2-headers.patch
29 +++ /dev/null
30 @@ -1,12 +0,0 @@
31 ---- lib/Makefile.am
32 -+++ lib/Makefile.am
33 -@@ -3,8 +3,7 @@
34 -
35 - lib_LTLIBRARIES = libzip.la
36 - noinst_HEADERS = zipint.h
37 --include_HEADERS = zip.h
38 --nodist_libinclude_HEADERS = zipconf.h
39 -+include_HEADERS = zip.h zipconf.h
40 -
41 - # also update CMakeLists.txt when changing version
42 - libzip_la_LDFLAGS=-no-undefined -version-info 3:0:1
43
44 diff --git a/dev-libs/libzip/libzip-1.0.1.ebuild b/dev-libs/libzip/libzip-1.0.1.ebuild
45 deleted file mode 100644
46 index de7c63b9f2e..00000000000
47 --- a/dev-libs/libzip/libzip-1.0.1.ebuild
48 +++ /dev/null
49 @@ -1,28 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -AUTOTOOLS_AUTORECONF=1
56 -AUTOTOOLS_IN_SOURCE_BUILD=1
57 -inherit autotools-utils
58 -
59 -DESCRIPTION="Library for manipulating zip archives"
60 -HOMEPAGE="http://www.nih.at/libzip/"
61 -SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
62 -
63 -LICENSE="BSD"
64 -SLOT="0"
65 -KEYWORDS="hppa"
66 -IUSE="static-libs"
67 -
68 -RDEPEND="sys-libs/zlib"
69 -DEPEND="${RDEPEND}
70 - app-arch/xz-utils
71 -"
72 -
73 -DOCS=( AUTHORS NEWS README THANKS )
74 -
75 -PATCHES=(
76 - "${FILESDIR}/${PN}-0.11.2-headers.patch"
77 -)