From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/
Date: Sun, 6 Sep 2020 16:46:19 +0000 (UTC) [thread overview]
Message-ID: <1599410740.047eefc3aa3a26c5be68b9df89b41eae1118bc99.asturm@gentoo> (raw)
commit: 047eefc3aa3a26c5be68b9df89b41eae1118bc99
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 16:31:15 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 16:45:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047eefc3
dev-libs/zziplib: Drop 0.13.69-r1
Closes: https://bugs.gentoo.org/700490
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/zziplib/Manifest | 4 --
dev-libs/zziplib/zziplib-0.13.69-r1.ebuild | 92 ------------------------------
2 files changed, 96 deletions(-)
diff --git a/dev-libs/zziplib/Manifest b/dev-libs/zziplib/Manifest
index 84aef6fe9d6..ecc774b0985 100644
--- a/dev-libs/zziplib/Manifest
+++ b/dev-libs/zziplib/Manifest
@@ -1,5 +1 @@
-DIST zziplib-0.13.69-html.tar.xz 152536 BLAKE2B 05f14b2e6d2e3af4488096eabc1614222cb9607e832618e7534cb55a022f2ba3d2c6f8c6337f4bf9e80a350e43eb05a4c1708b63efa5e0ed10297a5f19ec7adb SHA512 211a83594d4043a29472f9c556d72ad486e40f28d55426b970b8b0617aca76f9dcbd4a3ca5991df943dfac1a1cab623b19aa04fb6ef7807a7740730e01926205
-DIST zziplib-0.13.69-man.tar.xz 10988 BLAKE2B 2c3c5cfd17b3d3e17a3e72031b2246e32c9fe471b9578a4717c128725493054ceafc34763a763d31cf5532f082a596a6bceb8e417ef70476a59f4daa0a14b587 SHA512 5a804896a2d06b1d32d6b8715ffdb374ff7179145d033e919acecd46426dad3e44d4889adabce33e7f6bbc18e2b70b50a8a059498bf4f1f3d6844dda90c33c7e
-DIST zziplib-0.13.69-patches.tar.xz 5000 BLAKE2B 4612052bb8a312831daec9283cad8593b2161e2acd76122a982339154cd76d58b5398c61f605e3e29e0f63399c9a176710f95a1e6632ff4e1249ac596978006b SHA512 16190e20b8c722f3aee8e77ef7cc24026976b067402430c833d21761a13e32ed5f2eff543a2c13469e442d01c2ed5ae373badd6b8851c962852d6c09620a0d91
-DIST zziplib-0.13.69.tar.gz 1132204 BLAKE2B 92e9f5e95665c7a47d1e472f570402e3c174d404abf461bed644ea8a37ff7661ee98b8fa241728aae375e32c470f2f48a817f72410eeda81a6a3be6e6bdb2635 SHA512 ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0
DIST zziplib-0.13.71.tar.gz 1150654 BLAKE2B 00394de5da8b3c5b95ef0aea060e523354845261b846e3c876b13d2d05c6569496475a279d6b211c3215a6f17e6bfe53958baabcebb13cd72d30a9f0c40d9449 SHA512 e035d0ac26dca78335ae3defc652543ff7b353a1a95d76ed1beeb21a08e16f287a62d488f528cfbb77d5b558581b68d439aa0823577524e9aa61a3cf5f208cb5
diff --git a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
deleted file mode 100644
index 852084f7d26..00000000000
--- a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools libtool 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="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~asturm/distfiles/${P}-patches.tar.xz
- https://dev.gentoo.org/~asturm/distfiles/${P}-man.tar.xz
- doc? ( https://dev.gentoo.org/~asturm/distfiles/${P}-html.tar.xz )"
-
-LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc sdl static-libs test"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- virtual/pkgconfig
- test? (
- ${PYTHON_DEPS}
- app-arch/zip
- )
-"
-DEPEND="
- sys-libs/zlib
- sdl? ( >=media-libs/libsdl-1.2.6 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${WORKDIR}"/${P}-patches )
-
-pkg_setup() {
- use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
- default
- eautoreconf
-
- use test && 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 || die
-}
-
-src_configure() {
- cd "${S}"/build || die
-
- append-flags -fno-strict-aliasing # bug reported upstream
-
- local myeconfargs=(
- $(use_enable sdl)
- $(use_enable static-libs static)
- )
-
- # Disable aclocal probing as the default path works #449156
- ECONF_SOURCE=${S} ACLOCAL=true \
- econf "${myeconfargs[@]}"
- MAKEOPTS+=' -C build'
-}
-
-src_install() {
- use doc && local HTML_DOCS=( "${WORKDIR}"/html/. )
- default
- doman "${WORKDIR}"/man3/*
- find "${D}" -name '*.la' -type f -delete || die
-}
-
-src_test() {
- # need this because `make test` will always return true
- # tests fail with -j > 1 (bug #241186)
- emake -j1 check
-}
next reply other threads:[~2020-09-06 16:46 UTC|newest]
Thread overview: 139+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-06 16:46 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 4:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ Arthur Zamarin
2025-09-07 3:39 Arthur Zamarin
2025-09-02 17:24 Arthur Zamarin
2025-09-02 11:48 Sam James
2025-09-02 11:48 Sam James
2025-09-02 11:48 Sam James
2025-07-25 8:22 Petr Vaněk
2025-07-25 8:22 Petr Vaněk
2025-07-25 8:22 Petr Vaněk
2025-07-03 8:51 Sam James
2025-07-03 2:32 Sam James
2025-06-22 17:10 Arthur Zamarin
2025-06-22 16:03 Sam James
2025-04-28 1:40 Sam James
2025-04-28 1:40 Sam James
2025-01-23 0:13 Sam James
2025-01-23 0:13 Sam James
2025-01-09 0:08 Sam James
2024-11-25 21:49 Sam James
2024-11-23 16:02 Michał Górny
2024-11-23 15:42 Michał Górny
2024-11-23 14:51 Sam James
2024-11-20 11:44 Sam James
2024-10-21 21:14 Andreas Sturmlechner
2024-10-18 17:32 Arthur Zamarin
2024-10-15 5:22 Sam James
2024-10-13 22:12 Sam James
2024-10-13 15:53 Sam James
2024-10-13 15:53 Sam James
2024-10-13 15:53 Sam James
2024-10-13 15:53 Sam James
2024-07-10 6:36 Sam James
2024-07-10 6:36 Sam James
2024-03-08 14:24 Sam James
2024-03-08 13:09 Sam James
2024-03-08 13:09 Sam James
2024-01-23 16:40 Sam James
2024-01-23 15:08 Sam James
2024-01-23 15:08 Sam James
2024-01-23 7:44 Joonas Niilola
2024-01-23 5:43 Sam James
2024-01-23 4:27 Sam James
2024-01-23 4:23 Sam James
2024-01-23 4:17 Sam James
2023-03-07 7:57 Sam James
2022-12-20 19:00 Andreas Sturmlechner
2022-12-02 18:55 Arthur Zamarin
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-12-01 22:22 Jakov Smolić
2022-12-01 20:41 Arthur Zamarin
2022-11-24 18:14 Conrad Kostecki
2022-06-05 9:08 Sam James
2022-05-26 23:17 Jakov Smolić
2022-05-26 11:17 Jakov Smolić
2022-05-26 11:17 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-26 11:16 Jakov Smolić
2022-05-14 10:30 WANG Xuerui
2022-02-18 13:05 Matthew Smith
2022-02-18 13:05 Matthew Smith
2021-02-16 12:34 Sam James
2021-02-14 5:37 Sam James
2021-02-11 7:53 Sam James
2021-02-09 22:51 Sam James
2021-02-09 21:30 Sam James
2021-02-09 6:16 Sam James
2021-02-09 6:15 Sam James
2021-02-08 15:08 Sergei Trofimovich
2021-01-09 4:54 Sam James
2021-01-09 4:21 Sam James
2021-01-06 19:34 Fabian Groffen
2020-12-13 7:42 Sam James
2020-12-12 4:49 Sam James
2020-12-11 23:10 Sergei Trofimovich
2020-12-11 23:07 Sergei Trofimovich
2020-12-11 14:49 Joonas Niilola
2020-12-11 7:42 Sergei Trofimovich
2020-12-10 21:41 Thomas Deutschmann
2020-09-17 6:12 Sam James
2020-09-17 6:12 Sam James
2020-09-14 14:31 Sam James
2020-09-14 1:54 Sam James
2020-09-14 1:39 Sam James
2020-09-14 1:35 Sam James
2020-09-06 7:49 Sergei Trofimovich
2020-08-30 5:17 Sam James
2020-08-30 4:03 Sam James
2020-08-29 23:27 Thomas Deutschmann
2020-08-29 23:27 Thomas Deutschmann
2020-08-24 8:29 Mikle Kolyada
2020-08-22 18:52 Andreas Sturmlechner
2020-08-21 7:35 Sam James
2020-08-21 7:35 Sam James
2020-08-19 22:40 Sam James
2020-08-19 18:09 Sam James
2020-08-18 16:53 Agostino Sarubbo
2020-08-18 16:52 Agostino Sarubbo
2020-08-18 11:18 Agostino Sarubbo
2020-08-18 11:16 Agostino Sarubbo
2020-04-05 19:47 Andreas Sturmlechner
2020-03-16 23:39 Andreas Sturmlechner
2020-02-21 20:59 Mart Raudsepp
2020-02-12 16:14 Agostino Sarubbo
2020-02-11 11:37 Agostino Sarubbo
2020-02-06 7:51 Sergei Trofimovich
2020-01-30 12:14 Agostino Sarubbo
2020-01-30 12:11 Agostino Sarubbo
2020-01-30 11:06 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-29 10:17 Agostino Sarubbo
2020-01-17 2:40 Andreas Sturmlechner
2019-02-07 11:41 Mikle Kolyada
2019-02-07 11:41 Mikle Kolyada
2019-02-02 19:18 Sergei Trofimovich
2019-01-31 22:15 Thomas Deutschmann
2019-01-31 20:21 Markus Meier
2019-01-31 7:25 Sergei Trofimovich
2019-01-30 13:20 Tobias Klausmann
2019-01-27 13:48 Mart Raudsepp
2018-06-22 9:46 Mikle Kolyada
2017-04-26 18:05 David Seifert
2017-03-28 22:52 Michael Weber
2017-01-29 16:19 Fabian Groffen
2016-12-23 15:08 Markus Meier
2016-10-18 19:26 Pacho Ramos
2016-10-16 17:45 Tobias Klausmann
2016-10-12 18:33 Pacho Ramos
2016-10-10 15:16 Jeroen Roovers
2016-01-28 5:50 Michael Sterrett
2016-01-13 18:44 Michael Sterrett
2016-01-13 18:44 Michael Sterrett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599410740.047eefc3aa3a26c5be68b9df89b41eae1118bc99.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox