Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/
Date: Sun, 04 Sep 2016 18:56:57
Message-Id: 1473015399.15be84ce818209a329013b398ec2ae527b59a244.kensington@gentoo
1 commit: 15be84ce818209a329013b398ec2ae527b59a244
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 18:56:33 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 18:56:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15be84ce
7
8 dev-libs/libzip: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/libzip/Manifest | 2 --
13 dev-libs/libzip/libzip-1.1.1.ebuild | 29 -----------------------------
14 dev-libs/libzip/libzip-1.1.2.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-libs/libzip/Manifest b/dev-libs/libzip/Manifest
18 index 5efd174..6aaa979 100644
19 --- a/dev-libs/libzip/Manifest
20 +++ b/dev-libs/libzip/Manifest
21 @@ -1,4 +1,2 @@
22 DIST libzip-1.0.1.tar.xz 450308 SHA256 f948d597afbb471de8d528d0e35ed977de85b2f4d76fdd74abbb985550e5d840 SHA512 df51ca44e97e2644a5d6930e3c76830453579c1486d11b9529d3cef173bb5ae873ef34b0af0ea6403dd4076805371fa93975a18ce56e37aa2a52500eb279887b WHIRLPOOL 6705e5739417738d474a85e10c72718c2feaae68698d6fc71af17d2761c76acab705fcf6c8c69be165afca9230dc55c47843d9b0281abde445aad23addef1c41
23 -DIST libzip-1.1.1.tar.xz 458864 SHA256 69e690f567e172d8f69b58ca237b61a690eaa1c5aa2293e1a2a446496bdf14c1 SHA512 24f6d3026986bbc3b9633ed78bb38e13d468cf9be307871db4fa11cc37218eaf2b2019d49882ec57ce773922e5ab2383472715bd438662db83fcb4ba9c01ce69 WHIRLPOOL 65e8c41b3369edc705a1ac3f1411849d44888611754e8737a9efecb7b5bb34b5d556bd226c274875b0cba4e8a4a3b370ec30b49d6fe5175510c377d57379aaaa
24 -DIST libzip-1.1.2.tar.xz 457140 SHA256 a921b45b5d840e998ff2544197eba4c3593dccb8ad0ee938630c2227c2c59fb3 SHA512 5f34fdb2d3066e61e53c7356fbb7f4ecb83fc5990ad658106dd0e46e5455ed3d370a06c27b0f8c5b0ca52c573ff1c605a8744660756853e1e6b12b3bd3898bd8 WHIRLPOOL 88a8ae534216efa797cc9841063a117488c0181ddc66bc2c0741c96afc3440b6c4c6e9fb009647c161d2f4df0e4d29cdea4ea03e55590127d291c77c6dd79d06
25 DIST libzip-1.1.3.tar.xz 460128 SHA256 729a295a59a9fd6e5b9fe9fd291d36ae391a9d2be0b0824510a214cfaa05ceee SHA512 a3be13a98ab28d5a2c3729ba6b01891c1fdbee724e6827d208a8d33dad7108a57c82108409f8073002a4fddae97490bdbe7697dccb70ac9601ee862d4271f138 WHIRLPOOL ab3434f08542ba34a11b628f451b8e1133230237a9b6f25dc57454950ba57d01ad3cec3f4cc7b076f07eff12457044e273bbbfcf8df0c8f32e074fdcafe8b817
26
27 diff --git a/dev-libs/libzip/libzip-1.1.1.ebuild b/dev-libs/libzip/libzip-1.1.1.ebuild
28 deleted file mode 100644
29 index 741d413..00000000
30 --- a/dev-libs/libzip/libzip-1.1.1.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -AUTOTOOLS_AUTORECONF=1
40 -AUTOTOOLS_IN_SOURCE_BUILD=1
41 -inherit autotools-utils
42 -
43 -DESCRIPTION="Library for manipulating zip archives"
44 -HOMEPAGE="http://www.nih.at/libzip/"
45 -SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0/4"
49 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
50 -IUSE="static-libs"
51 -
52 -RDEPEND="sys-libs/zlib"
53 -DEPEND="${RDEPEND}
54 - app-arch/xz-utils
55 -"
56 -
57 -DOCS=( AUTHORS NEWS README THANKS )
58 -
59 -PATCHES=(
60 - "${FILESDIR}/${PN}-0.11.2-headers.patch"
61 -)
62
63 diff --git a/dev-libs/libzip/libzip-1.1.2.ebuild b/dev-libs/libzip/libzip-1.1.2.ebuild
64 deleted file mode 100644
65 index 18d15ca..00000000
66 --- a/dev-libs/libzip/libzip-1.1.2.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=5
74 -
75 -AUTOTOOLS_AUTORECONF=1
76 -AUTOTOOLS_IN_SOURCE_BUILD=1
77 -inherit autotools-utils
78 -
79 -DESCRIPTION="Library for manipulating zip archives"
80 -HOMEPAGE="http://www.nih.at/libzip/"
81 -SRC_URI="http://www.nih.at/libzip/${P}.tar.xz"
82 -
83 -LICENSE="BSD"
84 -SLOT="0/4"
85 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
86 -IUSE="static-libs"
87 -
88 -RDEPEND="sys-libs/zlib"
89 -DEPEND="${RDEPEND}
90 - app-arch/xz-utils
91 -"
92 -
93 -DOCS=( AUTHORS NEWS API-CHANGES THANKS )
94 -
95 -PATCHES=(
96 - "${FILESDIR}/${PN}-0.11.2-headers.patch"
97 -)