From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FB70139694 for ; Fri, 4 Aug 2017 18:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA00E0E21; Fri, 4 Aug 2017 18:14:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E1C5E0E21 for ; Fri, 4 Aug 2017 18:14:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A09A341941 for ; Fri, 4 Aug 2017 18:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2AB7514 for ; Fri, 4 Aug 2017 18:14:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1501870477.4a5d00d9e8560f59744c42729ae5c122b58de6f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/, dev-libs/libzip/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libzip/Manifest dev-libs/libzip/files/libzip-0.11.2-headers.patch dev-libs/libzip/libzip-1.0.1.ebuild X-VCS-Directories: dev-libs/libzip/ dev-libs/libzip/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a5d00d9e8560f59744c42729ae5c122b58de6f4 X-VCS-Branch: master Date: Fri, 4 Aug 2017 18:14:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed2d942a-6ecf-48ae-a5ef-16e2d9680bbd X-Archives-Hash: 388306368b975c6b35f6375c1be50daa commit: 4a5d00d9e8560f59744c42729ae5c122b58de6f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 3 18:57:20 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 4 18:14:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5d00d9 dev-libs/libzip: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-libs/libzip/Manifest | 1 - dev-libs/libzip/files/libzip-0.11.2-headers.patch | 12 ---------- dev-libs/libzip/libzip-1.0.1.ebuild | 28 ----------------------- 3 files changed, 41 deletions(-) diff --git a/dev-libs/libzip/Manifest b/dev-libs/libzip/Manifest index 7165799d5b8..91b982835ed 100644 --- a/dev-libs/libzip/Manifest +++ b/dev-libs/libzip/Manifest @@ -1,2 +1 @@ -DIST libzip-1.0.1.tar.xz 450308 SHA256 f948d597afbb471de8d528d0e35ed977de85b2f4d76fdd74abbb985550e5d840 SHA512 df51ca44e97e2644a5d6930e3c76830453579c1486d11b9529d3cef173bb5ae873ef34b0af0ea6403dd4076805371fa93975a18ce56e37aa2a52500eb279887b WHIRLPOOL 6705e5739417738d474a85e10c72718c2feaae68698d6fc71af17d2761c76acab705fcf6c8c69be165afca9230dc55c47843d9b0281abde445aad23addef1c41 DIST libzip-1.2.0.tar.xz 938284 SHA256 ffc0764395fba3d45dc5a6e32282788854618b9e9838337f8218b596007f1376 SHA512 1ba8626d72e6b47f735568afaf007d1e18beb3ebedf6b69a6b575f9e04d3b84550371191a89be153f8fcedb4a8eac2f996e141da95cdbb52380b6283cc99cf8b WHIRLPOOL 794a462fc4d1529008fccbe6df41c5616b34712ef34721e0cbe555aa12ada7928d22f6e9421de210efdf7b460188a4d6a9a6e53fc0266bcf52d47d6a7e30a5f6 diff --git a/dev-libs/libzip/files/libzip-0.11.2-headers.patch b/dev-libs/libzip/files/libzip-0.11.2-headers.patch deleted file mode 100644 index 6b327722ac6..00000000000 --- a/dev-libs/libzip/files/libzip-0.11.2-headers.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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-1.0.1.ebuild b/dev-libs/libzip/libzip-1.0.1.ebuild deleted file mode 100644 index de7c63b9f2e..00000000000 --- a/dev-libs/libzip/libzip-1.0.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="hppa" -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" -)