Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/files/, dev-libs/zziplib/
Date: Thu, 07 Feb 2019 11:41:58
Message-Id: 1549539701.52e154ed3d53f8c82911656e6689af0ee7735349.zlogene@gentoo
1 commit: 52e154ed3d53f8c82911656e6689af0ee7735349
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 11:41:41 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 11:41:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e154ed
7
8 dev-libs/zziplib: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/zziplib/Manifest | 1 -
14 .../zziplib/files/zziplib-0.13.49-SDL-test.patch | 14 ----
15 dev-libs/zziplib/zziplib-0.13.62-r2.ebuild | 82 ----------------------
16 3 files changed, 97 deletions(-)
17
18 diff --git a/dev-libs/zziplib/Manifest b/dev-libs/zziplib/Manifest
19 index 7ae3c8d24a6..5ec366a6c5a 100644
20 --- a/dev-libs/zziplib/Manifest
21 +++ b/dev-libs/zziplib/Manifest
22 @@ -1,2 +1 @@
23 -DIST zziplib-0.13.62.tar.bz2 685770 BLAKE2B 24ef46370cd490498cedeea4b83abffd40b4bf7092ca994defb0c7c90a2c6863c56d19933dca1b20700ed9a55369cd1e8d3f6e1c5ed966b966d15eed4e5b75aa SHA512 fd3b9e9015ba7603bdebd8f6a2ac6d11003705bfab22f3a0025f75455042664aea69440845b59e6f389417dff5ac777f49541d8cbacb2a220e67d20bb6973e25
24 DIST zziplib-0.13.69.tar.gz 1132204 BLAKE2B 92e9f5e95665c7a47d1e472f570402e3c174d404abf461bed644ea8a37ff7661ee98b8fa241728aae375e32c470f2f48a817f72410eeda81a6a3be6e6bdb2635 SHA512 ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0
25
26 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
27 deleted file mode 100644
28 index 410a2c746c9..00000000000
29 --- a/dev-libs/zziplib/files/zziplib-0.13.49-SDL-test.patch
30 +++ /dev/null
31 @@ -1,14 +0,0 @@
32 -this test isnt even run automatically and the dependencies are all broken,
33 -so just disable it and be done
34 -
35 ---- SDL/Makefile.in
36 -+++ SDL/Makefile.in
37 -@@ -38,7 +38,7 @@
38 - build_triplet = @build@
39 - host_triplet = @host@
40 - target_triplet = @target@
41 --check_PROGRAMS = zzcatsdl$(EXEEXT)
42 -+check_PROGRAMS =
43 - subdir = SDL
44 - DIST_COMMON = $(pkgconfig_HEADERS) $(srcdir)/Makefile.am \
45 - $(srcdir)/Makefile.in
46
47 diff --git a/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild b/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
48 deleted file mode 100644
49 index 6b1da7bf50b..00000000000
50 --- a/dev-libs/zziplib/zziplib-0.13.62-r2.ebuild
51 +++ /dev/null
52 @@ -1,82 +0,0 @@
53 -# Copyright 1999-2018 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=5
57 -
58 -PYTHON_COMPAT=( python2_7 )
59 -
60 -inherit libtool eutils flag-o-matic python-any-r1
61 -
62 -DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file"
63 -HOMEPAGE="http://zziplib.sourceforge.net/"
64 -SRC_URI="mirror://sourceforge/zziplib/${P}.tar.bz2"
65 -
66 -LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
67 -SLOT="0"
68 -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"
69 -IUSE="doc sdl static-libs test"
70 -
71 -RDEPEND="
72 - sys-libs/zlib
73 - sdl? ( >=media-libs/libsdl-1.2.6 )"
74 -DEPEND="${RDEPEND}
75 - ${PYTHON_DEPS}
76 - virtual/pkgconfig
77 - test? ( app-arch/zip )"
78 -
79 -src_prepare() {
80 - epatch "${FILESDIR}"/${PN}-0.13.49-SDL-test.patch
81 -
82 - python_fix_shebang .
83 -
84 - # workaround AX_CREATE_PKGCONFIG_INFO bug #353195
85 - sed -i \
86 - -e '/ax_create_pkgconfig_ldflags/s:$LDFLAGS::' \
87 - -e '/ax_create_pkgconfig_cppflags/s:$CPPFLAGS::' \
88 - configure || die
89 -
90 - # zziplib tries to install backwards compat symlinks we dont want
91 - sed -i -e '/^zzip-postinstall:/s|$|\ndisable-this:|' Makefile.in || die
92 - sed -i -e '/^install-exec-hook:/s|$|\ndisable-this:|' zzip/Makefile.in || die
93 -
94 - elibtoolize
95 -
96 - # Do an out-of-tree build as their configure will do it automatically
97 - # otherwise and that can lead to funky errors. #492816
98 - mkdir -p build
99 -}
100 -
101 -src_configure() {
102 - cd "${S}"/build
103 -
104 - append-flags -fno-strict-aliasing # bug reported upstream
105 - export ac_cv_path_XMLTO= # man pages are bundled in .tar's
106 -
107 - # Disable aclocal probing as the default path works #449156
108 - ECONF_SOURCE=${S} \
109 - ACLOCAL=true \
110 - econf \
111 - $(use_enable sdl) \
112 - $(use_enable static-libs static)
113 - MAKEOPTS+=' -C build'
114 -}
115 -
116 -src_test() {
117 - # need this because `make test` will always return true
118 - # tests fail with -j > 1 (bug #241186)
119 - emake -j1 check
120 -}
121 -
122 -src_install() {
123 - default
124 - # fowners fails when we don't have enough permissions (Prefix)
125 - if [[ ${EUID} == 0 ]] ; then
126 - fowners -R root /usr/share/man #321975
127 - fi
128 -
129 - prune_libtool_files
130 -
131 - if use doc ; then
132 - dohtml -r docs/*
133 - fi
134 -}