public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/
Date: Thu, 29 Aug 2019 05:31:14 +0000 (UTC)	[thread overview]
Message-ID: <1567056672.0abcdc4c764c06e645f35db3e108559d32b5e31f.jer@gentoo> (raw)

commit:     0abcdc4c764c06e645f35db3e108559d32b5e31f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 05:30:52 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 05:31:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abcdc4c

sys-fs/squashfs-tools: Version 4.4

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 sys-fs/squashfs-tools/Manifest                  |  1 +
 sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild | 66 +++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
index 1995aff20fa..41d0f3cbd34 100644
--- a/sys-fs/squashfs-tools/Manifest
+++ b/sys-fs/squashfs-tools/Manifest
@@ -1,3 +1,4 @@
+DIST squashfs-tools-4.4.tar.gz 241842 BLAKE2B 006e2d340bcf6e20873221fb51fa30e0808c4a4d9e1838ca71c11ddbff3bf472dffe730e9edf07c34f535650e6486a8a80a88f82d6c9ef7a7c19aa22098e9197 SHA512 133ce437fb8c929933d52cff710b61dd9181f6f8be58250b0d6a59a7bb79a2b350f68f456b06a0e17c469409a71272d586802d570248273ddcd5dad088c00308
 DIST squashfs-tools_4.3-11.debian.tar.xz 27108 BLAKE2B 948a69f79fbec6af2467a56457410253676d693e1d67efef034f85523c17e6db6d85f1f9e9b2f8ae391ac5783d37b7d2cdb3434acee96c19880bbf6a5b771e40 SHA512 ef22436a6da925f8ac0c61ae4450b4cc9a87930b456035dd2588c3edf0d7530cd1a9d1e7bde90c9462e39687a9a8d0caedea5f181cd2414e4caa8af1d3965b0a
 DIST squashfs-tools_4.3-12.debian.tar.xz 27300 BLAKE2B 60e127f0ab2fde08c58bf255926b47812b8103793ee187633bf0ee12c9b74ae55faf930f992be3eee87b998da9ed7bb42b1150e58903b2855b159b861b542669 SHA512 13b04a85b1237b5a88a0e01f82b992d98e1b29e3a90a29230607c5232e0188d5402de55a08b6cf78b09f7da2eea05ccc6d15ac0de375af8004c468cfac1fe940
 DIST squashfs-tools_4.3-3.debian.tar.xz 15252 BLAKE2B 5273eb8007192190786513f49be68eded38a7acae80d0c84067e8d239d53304a79be454cc4970af0d1c1eff6e58b75403201497dfd18d175f9d5aae5e0102834 SHA512 ab1a707e04e92697549f7e7c667c5da835d39d5e2cb791e47bf549b232e7173e6981c33a87cd373c4a7a4815e4af1b7294fe13e54422a5ccdcff90904bfc51ae

diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
new file mode 100644
index 00000000000..fc9ce8107b2
--- /dev/null
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="tools to create and extract Squashfs filesystems"
+HOMEPAGE="https://github.com/plougher/squashfs-tools"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+IUSE="debug lz4 lzma lzo static xattr +xz zstd"
+
+LIB_DEPEND="
+	sys-libs/zlib[static-libs(+)]
+	!xz? ( !lzo? ( sys-libs/zlib[static-libs(+)] ) )
+	lz4? ( app-arch/lz4[static-libs(+)] )
+	lzma? ( app-arch/xz-utils[static-libs(+)] )
+	lzo? ( dev-libs/lzo[static-libs(+)] )
+	xattr? ( sys-apps/attr[static-libs(+)] )
+	xz? ( app-arch/xz-utils[static-libs(+)] )
+	zstd? ( app-arch/zstd[static-libs(+)] )
+"
+RDEPEND="
+	!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+"
+DEPEND="
+	${RDEPEND}
+	static? ( ${LIB_DEPEND} )
+"
+S=${WORKDIR}/${P}/${PN}
+
+use10() { usex $1 1 0 ; }
+
+src_configure() {
+	# restore GNU89 inline semantics to
+	# emit function symbols, bug 595290
+	append-cflags -std=gnu89
+
+	# set up make command line variables in EMAKE_SQUASHFS_CONF
+	EMAKE_SQUASHFS_CONF=(
+		LZMA_XZ_SUPPORT=$(use10 lzma)
+		LZO_SUPPORT=$(use10 lzo)
+		LZ4_SUPPORT=$(use10 lz4)
+		XATTR_SUPPORT=$(use10 xattr)
+		XZ_SUPPORT=$(use10 xz)
+		ZSTD_SUPPORT=$(use10 zstd)
+	)
+
+	tc-export CC
+	use debug && append-cppflags -DSQUASHFS_TRACE
+	use static && append-ldflags -static
+}
+
+src_compile() {
+	emake "${EMAKE_SQUASHFS_CONF[@]}"
+}
+
+src_install() {
+	dobin mksquashfs unsquashfs
+	cd ..
+	dodoc ACKNOWLEDGEMENTS CHANGES README*
+	dodoc -r RELEASE-READMEs
+}


             reply	other threads:[~2019-08-29  5:31 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29  5:31 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-01 20:05 [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/ Sam James
2023-06-01 20:05 Sam James
2023-06-01 18:35 Jakov Smolić
2023-06-01 17:19 Arthur Zamarin
2023-03-26  3:02 Michał Górny
2023-03-18  6:00 Michał Górny
2023-03-18  6:00 Michał Górny
2022-10-28 20:58 Sam James
2022-09-05 17:43 Michał Górny
2022-09-05 14:03 Agostino Sarubbo
2022-09-04 20:22 Sam James
2022-09-04 18:43 Arthur Zamarin
2022-09-04 18:21 Arthur Zamarin
2022-09-04 17:48 Sam James
2022-09-04 17:45 Sam James
2022-09-04 17:45 Sam James
2022-08-27 10:11 WANG Xuerui
2022-07-27  2:51 Matt Turner
2022-04-27 20:17 Michał Górny
2022-04-27 19:30 Arthur Zamarin
2022-04-27 19:07 Arthur Zamarin
2022-04-27 18:49 Arthur Zamarin
2022-04-27 18:34 Arthur Zamarin
2022-04-27 18:21 Arthur Zamarin
2022-04-27 18:20 Sam James
2022-04-27 18:20 Sam James
2022-03-18 10:08 Michał Górny
2021-12-03  8:42 Michał Górny
2021-12-03  7:52 Arthur Zamarin
2021-12-03  7:52 Arthur Zamarin
2021-12-02 23:39 Sam James
2021-12-02 23:39 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:52 Sam James
2021-12-02 19:48 Sam James
2021-10-15  3:20 Sam James
2021-09-04 22:07 Michał Górny
2021-09-04 21:39 Sam James
2021-09-01 18:32 Sam James
2021-08-29 17:52 Sam James
2021-08-29 10:02 Agostino Sarubbo
2021-08-28  5:36 Agostino Sarubbo
2021-08-27 20:04 Sam James
2021-08-27 20:04 Sam James
2021-07-23  7:17 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 14:22 Sam James
2020-12-18 10:25 Sergei Trofimovich
2020-12-17  4:55 Sam James
2020-12-17  4:54 Sam James
2020-12-16 21:24 Sergei Trofimovich
2020-12-16 19:51 Sam James
2020-11-07  8:39 Michał Górny
2020-11-07  8:39 Michał Górny
2020-11-07  8:39 Michał Górny
2020-11-07  8:39 Michał Górny
2020-05-05 11:51 Joonas Niilola
2020-02-08 10:57 Jeroen Roovers
2019-12-28 15:39 Mikle Kolyada
2019-12-23  9:30 Mikle Kolyada
2019-12-17 19:58 Sergei Trofimovich
2019-12-16 16:56 Aaron Bauman
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 12:48 Agostino Sarubbo
2019-12-15 11:38 Agostino Sarubbo
2019-12-13 21:53 Piotr Karbowski
2019-10-21  7:50 Jeroen Roovers
2019-08-29  5:49 Jeroen Roovers
2019-08-29  5:44 Jeroen Roovers
2019-05-04 19:51 Andreas K. Hüttel
2019-04-14 23:55 Aaron Bauman
2019-04-10 11:40 Jeroen Roovers
2019-04-08  6:51 Mikle Kolyada
2019-04-08  6:51 Mikle Kolyada
2019-04-08  6:51 Mikle Kolyada
2019-04-01 19:58 Thomas Deutschmann
2019-03-25 22:18 Sergei Trofimovich
2019-03-25 11:47 Mikle Kolyada
2019-03-25  9:41 Mikle Kolyada
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-24 16:06 Michał Górny
2019-03-24 10:01 Agostino Sarubbo
2019-03-18 16:52 Jeroen Roovers
2019-03-14 15:15 Jeroen Roovers
2019-03-14 14:53 Jeroen Roovers
2019-03-14 14:47 Jeroen Roovers
2019-03-14 14:47 Jeroen Roovers
2019-03-11  2:39 Aaron Bauman
2019-02-02 14:22 Jeroen Roovers
2018-12-24 19:13 Jeroen Roovers
2018-10-05 21:13 Jeroen Roovers
2018-10-05 21:09 Jeroen Roovers
2018-06-30  9:19 Jeroen Roovers
2018-06-30  9:19 Jeroen Roovers
2017-11-14  6:30 Jeroen Roovers
2017-02-03 22:12 Jeroen Roovers
2017-01-14 11:44 Jeroen Roovers
2016-12-20 21:35 David Seifert
2016-12-17 15:23 Markus Meier
2016-12-06 11:53 Agostino Sarubbo
2016-12-06 11:50 Agostino Sarubbo
2016-12-05 15:49 Tobias Klausmann
2016-11-27  9:17 Mike Frysinger
2016-11-10  5:24 Mike Frysinger
2016-08-01  9:31 Jeroen Roovers
2016-04-13 18:41 Mike Frysinger
2016-04-13 18:41 Mike Frysinger
2015-10-16 18:30 Mike Frysinger

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=1567056672.0abcdc4c764c06e645f35db3e108559d32b5e31f.jer@gentoo \
    --to=jer@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