From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-libs/zziplib/Manifest | 4 -- .../zziplib/files/zziplib-0.13.49-SDL-test.patch | 14 ---- dev-libs/zziplib/metadata.xml | 8 --- dev-libs/zziplib/zziplib-0.13.62-r2.ebuild | 82 ---------------------- 4 files changed, 108 deletions(-) delete mode 100644 dev-libs/zziplib/Manifest delete mode 100644 dev-libs/zziplib/files/zziplib-0.13.49-SDL-test.patch delete mode 100644 dev-libs/zziplib/metadata.xml delete mode 100644 dev-libs/zziplib/zziplib-0.13.62-r2.ebuild (limited to 'dev-libs/zziplib') diff --git a/dev-libs/zziplib/Manifest b/dev-libs/zziplib/Manifest deleted file mode 100644 index d7aa56ba45bb..000000000000 --- a/dev-libs/zziplib/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX zziplib-0.13.49-SDL-test.patch 392 BLAKE2B b09eb8e5fa14dd4936e1235ab29e8730182e25b5c2811851a99fbe95c9fcc6a7274bffd41d490bc9c7fece866ded73260d85c94ffbe43c9075a614e038a39d18 SHA512 b5a3e6e7fb4af7ab48a9aa26bdecbde6f3345ee3997c810fafa3d0e348ea0aee9247ae7acab7ccdc3fc1b9ab62daa7f29ac54862013206de8dd094361dd6facf -DIST zziplib-0.13.62.tar.bz2 685770 BLAKE2B 24ef46370cd490498cedeea4b83abffd40b4bf7092ca994defb0c7c90a2c6863c56d19933dca1b20700ed9a55369cd1e8d3f6e1c5ed966b966d15eed4e5b75aa SHA512 fd3b9e9015ba7603bdebd8f6a2ac6d11003705bfab22f3a0025f75455042664aea69440845b59e6f389417dff5ac777f49541d8cbacb2a220e67d20bb6973e25 -EBUILD zziplib-0.13.62-r2.ebuild 2183 BLAKE2B 3d46cdd0afd006f807c8015b93214eec481d120d200a9f92e03176d9ea7d95988fbd10fc6dbdf655c8e73b8f809eeabd39703a9d9cb24261a14ad6f4022fbd53 SHA512 39fc10a12b8374a5b737fa0fbc0c229721ddf3f8a30d3a987633d5890e63a76b4b358a0803517e209365a804a67dcf7af37159c28f8e7f315c6ba1d1d1a0f838 -MISC metadata.xml 244 BLAKE2B fc7489e331f708001ddc94cbb6b4e2c22d80c32883cb48c8044da1c8326143eed049e7f867342bb5b389f9252949f89dcb3084369729d52e49a8924d842d4693 SHA512 73f6d031dd2239ef69ea83120b253dbd61d8db15603514a673da83c3cbe9f7f881613e5fa3387917428b994bab1bd466e49ebe2c7a68829f0f2551e0124620a0 diff --git a/dev-libs/zziplib/files/zziplib-0.13.49-SDL-test.patch b/dev-libs/zziplib/files/zziplib-0.13.49-SDL-test.patch deleted file mode 100644 index 410a2c746c95..000000000000 --- a/dev-libs/zziplib/files/zziplib-0.13.49-SDL-test.patch +++ /dev/null @@ -1,14 +0,0 @@ -this test isnt even run automatically and the dependencies are all broken, -so just disable it and be done - ---- SDL/Makefile.in -+++ SDL/Makefile.in -@@ -38,7 +38,7 @@ - build_triplet = @build@ - host_triplet = @host@ - target_triplet = @target@ --check_PROGRAMS = zzcatsdl$(EXEEXT) -+check_PROGRAMS = - subdir = SDL - DIST_COMMON = $(pkgconfig_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in diff --git a/dev-libs/zziplib/metadata.xml b/dev-libs/zziplib/metadata.xml deleted file mode 100644 index e127af637176..000000000000 --- a/dev-libs/zziplib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - zziplib - - diff --git a/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild b/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild deleted file mode 100644 index 6b1da7bf50b6..000000000000 --- a/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit libtool eutils flag-o-matic python-any-r1 - -DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file" -HOMEPAGE="http://zziplib.sourceforge.net/" -SRC_URI="mirror://sourceforge/zziplib/${P}.tar.bz2" - -LICENSE="|| ( LGPL-2.1 MPL-1.1 )" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="doc sdl static-libs test" - -RDEPEND=" - sys-libs/zlib - sdl? ( >=media-libs/libsdl-1.2.6 )" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig - test? ( app-arch/zip )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.13.49-SDL-test.patch - - python_fix_shebang . - - # workaround AX_CREATE_PKGCONFIG_INFO bug #353195 - sed -i \ - -e '/ax_create_pkgconfig_ldflags/s:$LDFLAGS::' \ - -e '/ax_create_pkgconfig_cppflags/s:$CPPFLAGS::' \ - configure || die - - # zziplib tries to install backwards compat symlinks we dont want - sed -i -e '/^zzip-postinstall:/s|$|\ndisable-this:|' Makefile.in || die - sed -i -e '/^install-exec-hook:/s|$|\ndisable-this:|' zzip/Makefile.in || die - - elibtoolize - - # Do an out-of-tree build as their configure will do it automatically - # otherwise and that can lead to funky errors. #492816 - mkdir -p build -} - -src_configure() { - cd "${S}"/build - - append-flags -fno-strict-aliasing # bug reported upstream - export ac_cv_path_XMLTO= # man pages are bundled in .tar's - - # Disable aclocal probing as the default path works #449156 - ECONF_SOURCE=${S} \ - ACLOCAL=true \ - econf \ - $(use_enable sdl) \ - $(use_enable static-libs static) - MAKEOPTS+=' -C build' -} - -src_test() { - # need this because `make test` will always return true - # tests fail with -j > 1 (bug #241186) - emake -j1 check -} - -src_install() { - default - # fowners fails when we don't have enough permissions (Prefix) - if [[ ${EUID} == 0 ]] ; then - fowners -R root /usr/share/man #321975 - fi - - prune_libtool_files - - if use doc ; then - dohtml -r docs/* - fi -} -- cgit v1.2.3