public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/
Date: Sat,  9 Jan 2021 04:21:53 +0000 (UTC)	[thread overview]
Message-ID: <1610166105.6513d0561cd4bc052b1d6877efc346660e7460d3.sam@gentoo> (raw)

commit:     6513d0561cd4bc052b1d6877efc346660e7460d3
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Jan  5 12:22:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 04:21:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6513d056

dev-libs/zziplib: bump to 0.13.72

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/18954
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/zziplib/Manifest               |  1 +
 dev-libs/zziplib/zziplib-0.13.72.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/zziplib/Manifest b/dev-libs/zziplib/Manifest
index f0ee88ddc3a..56281af571c 100644
--- a/dev-libs/zziplib/Manifest
+++ b/dev-libs/zziplib/Manifest
@@ -1,2 +1,3 @@
 DIST zziplib-0.13.71.tar.gz 1150654 BLAKE2B 00394de5da8b3c5b95ef0aea060e523354845261b846e3c876b13d2d05c6569496475a279d6b211c3215a6f17e6bfe53958baabcebb13cd72d30a9f0c40d9449 SHA512 e035d0ac26dca78335ae3defc652543ff7b353a1a95d76ed1beeb21a08e16f287a62d488f528cfbb77d5b558581b68d439aa0823577524e9aa61a3cf5f208cb5
 DIST zziplib-0.13.71_p20201021.tar.gz 1151849 BLAKE2B b4caf8b6b03d8de742d4e727a2aa03dd8b5e96df50c6e9d5aaf2df9bc072cd8389959019e41c06bd808f3df8e710dd11d198438bf70e58e5ae278a882d854d5b SHA512 ebbc5bc9e403e203d36cacb0ec5aea9d1750f1a8b144a41748c9475e6cc0b1c3af197a4ef7df5f38f90be40bd4f9b68edbcb4624ceff1d48a47127065e570cb3
+DIST zziplib-0.13.72.tar.gz 1162175 BLAKE2B ff5617645e25040e4666e5440651fbb2b04c0505c7bda08b158f44c63c5dd53ec97a9942908314c3b103a4685be49368e964d249fcf9b9d685e328f0ebabdedd SHA512 4bb089e74813c6fac9657cd96e44e4a6469bf86aba3980d885c4573e8db45e74fd07bbdfcec9f36297c72227c8c0b2c37dab1bc4326cef8529960e482fe501c8

diff --git a/dev-libs/zziplib/zziplib-0.13.72.ebuild b/dev-libs/zziplib/zziplib-0.13.72.ebuild
new file mode 100644
index 00000000000..2addb6bfee9
--- /dev/null
+++ b/dev-libs/zziplib/zziplib-0.13.72.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit cmake flag-o-matic python-any-r1
+
+DESCRIPTION="Lightweight library for extracting data from files archived in a single zip file"
+HOMEPAGE="https://github.com/gdraheim/zziplib http://zziplib.sourceforge.net/"
+SRC_URI="https://github.com/gdraheim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
+SLOT="0/13"
+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="sdl static-libs"
+
+# Tests require internet access
+# https://github.com/gdraheim/zziplib/issues/24
+
+BDEPEND="
+	${PYTHON_DEPS}
+"
+DEPEND="
+	sys-libs/zlib
+	sdl? ( >=media-libs/libsdl-1.2.6 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# https://github.com/gdraheim/zziplib/commit/f3bfc0dd6663b7df272cc0cf17f48838ad724a2f#diff-b7b1e314614cf326c6e2b6eba1540682R100
+	append-flags -fno-strict-aliasing
+
+	local mycmakeargs=(
+		-DZZIPSDL="$(usex sdl)"
+		-DBUILD_STATIC_LIBS="$(usex static-libs)"
+		-DBUILD_TESTS=OFF
+		-DZZIPTEST=OFF
+		-DZZIPDOCS=ON
+		-DZZIPWRAP=OFF
+	)
+
+	cmake_src_configure
+}


             reply	other threads:[~2021-01-09  4:21 UTC|newest]

Thread overview: 139+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-09  4:21 Sam James [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-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 16:46 Andreas Sturmlechner
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=1610166105.6513d0561cd4bc052b1d6877efc346660e7460d3.sam@gentoo \
    --to=sam@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