summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-24 21:29:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-24 21:29:43 +0200
commit30fc49dd8f340fdc6284fef60aab8b1a56183db3 (patch)
treeda08dfe5a96fb9b7fe45a1ccde6af6dd88abfcda
parentpackage.mask: Masked =dev-libs/libfilezilla-0.16.0 (diff)
downloadgentoo-30fc49dd8f340fdc6284fef60aab8b1a56183db3.tar.gz
gentoo-30fc49dd8f340fdc6284fef60aab8b1a56183db3.tar.bz2
gentoo-30fc49dd8f340fdc6284fef60aab8b1a56183db3.zip
dev-libs/libzip: Drop 1.3.0
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/libzip/Manifest1
-rw-r--r--dev-libs/libzip/files/libzip-1.2.0-fts.patch11
-rw-r--r--dev-libs/libzip/files/libzip-1.2.0-headers.patch12
-rw-r--r--dev-libs/libzip/libzip-1.3.0.ebuild48
4 files changed, 0 insertions, 72 deletions
diff --git a/dev-libs/libzip/Manifest b/dev-libs/libzip/Manifest
index b8f03031b829..713cf88635ca 100644
--- a/dev-libs/libzip/Manifest
+++ b/dev-libs/libzip/Manifest
@@ -1,3 +1,2 @@
-DIST libzip-1.3.0.tar.xz 955876 BLAKE2B 9bb59cb34ed7e85e3161770f0eef7ed1f59fb2f7f648cd201fa5dc6c62339481ad72a71024df443c04ef0c7efe6f00838a3ac316da2ef06c0045ab69ade8f71b SHA512 8e12a23fe62b993ff4592e1b9da152533a363b0603fc1f65e6cbb6121d4260c45f98171effbccb76dec4030b0fcdcd273919755a2496ab462431646ac83bb900
DIST libzip-1.5.1.tar.xz 717908 BLAKE2B f2c19d3a8d9d60f3a0a9bc06359104187e75bcb59ab2aa06df611b487f0c91c27cf52f24bcc24e3d4358c5fe11882661b245829e6cdee2b39559f728cd20f899 SHA512 92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d
DIST libzip-1.5.2.tar.xz 725724 BLAKE2B 3d67fc3ed9a242047fdeb1bae7fdbdcbed660853bbb36590b082646619e1cccb1dd49506248bba66759e27691f9a83ed186731eb57f47cc5e21f07f28e391387 SHA512 1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643
diff --git a/dev-libs/libzip/files/libzip-1.2.0-fts.patch b/dev-libs/libzip/files/libzip-1.2.0-fts.patch
deleted file mode 100644
index bd9bf232c0a8..000000000000
--- a/dev-libs/libzip/files/libzip-1.2.0-fts.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac 2016-05-28 10:35:31.000000000 +0100
-+++ b/configure.ac 2017-02-25 23:34:22.309684397 +0100
-@@ -65,6 +65,8 @@
- AC_DEFINE([HAVE___PROGNAME], [1], [Define if libc defines __progname])
- fi
-
-+AC_SEARCH_LIBS(fts_open, fts)
-+
- AC_CACHE_CHECK([whether we are building for a Win32 host], [ac_cv_win32_host],
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#ifdef _WIN32
- choke me
diff --git a/dev-libs/libzip/files/libzip-1.2.0-headers.patch b/dev-libs/libzip/files/libzip-1.2.0-headers.patch
deleted file mode 100644
index f1a6d5d0819d..000000000000
--- a/dev-libs/libzip/files/libzip-1.2.0-headers.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -3,8 +3,7 @@
-
- lib_LTLIBRARIES = libzip.la
- noinst_HEADERS = zipint.h gladman-fcrypt.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.3.0.ebuild b/dev-libs/libzip/libzip-1.3.0.ebuild
deleted file mode 100644
index 14b5af8dd184..000000000000
--- a/dev-libs/libzip/libzip-1.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Library for manipulating zip archives"
-HOMEPAGE="https://nih.at/libzip/"
-SRC_URI="https://www.nih.at/libzip/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0/5"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="bzip2 static-libs"
-
-RDEPEND="
- sys-libs/zlib
- bzip2? ( app-arch/bzip2 )
- elibc_musl? ( sys-libs/fts-standalone )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS.md API-CHANGES THANKS )
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.2.0-headers.patch"
- "${FILESDIR}/${PN}-1.2.0-fts.patch"
-)
-
-src_prepare() {
- default
-
- # fails in portage build only
- sed -i -e "/encryption-nonrandom-aes.*.test/d" regress/Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- econf $(use_with bzip2)
-}
-
-src_install() {
- default
- use static-libs || rm "${ED%/}"/usr/$(get_libdir)/libzip.a || die
- find "${D}" -name '*.la' -delete || die
-}