public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
@ 2023-05-19 18:51 Viorel Munteanu
  0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-05-19 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     32b6dba1e28039b14284bb10dfbe6c9ea04ae811
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Thu May 18 14:05:03 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 18 14:09:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32b6dba1

app-arch/fuse-archive: init

Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/Manifest                   |  1 +
 app-arch/fuse-archive/fuse-archive-0.1.14.ebuild | 37 ++++++++++++++++++++++++
 app-arch/fuse-archive/metadata.xml               | 10 +++++++
 3 files changed, 48 insertions(+)

diff --git a/app-arch/fuse-archive/Manifest b/app-arch/fuse-archive/Manifest
new file mode 100644
index 000000000..cb1ac3921
--- /dev/null
+++ b/app-arch/fuse-archive/Manifest
@@ -0,0 +1 @@
+DIST fuse-archive-0.1.14.tar.gz 59066 BLAKE2B f60a9d5c2f722ba1a8a9f853bb268923d16957137dcb503c4b8499415c98ce4f3c55e2db2d77d11e98ecf7539aaaf6851d44499303ec5f286b95cfe0e293b433 SHA512 03bdb9d360e3677dc10e2728919c3c6cdd712487d768db4cd2ccf9f1b7e725828119132bf539f08e54d0fc9df9fa534e4b374a626c4bd1f4ca519e46e90a6a8b

diff --git a/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
new file mode 100644
index 000000000..a57506a3e
--- /dev/null
+++ b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
+HOMEPAGE="https://github.com/google/fuse-archive"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/google/fuse-archive.git"
+else
+	SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	sys-fs/fuse:0
+	app-arch/libarchive
+"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+	dobin out/fuse-archive
+}
+
+# TODO(NRK): enable tests

diff --git a/app-arch/fuse-archive/metadata.xml b/app-arch/fuse-archive/metadata.xml
new file mode 100644
index 000000000..64ed95d08
--- /dev/null
+++ b/app-arch/fuse-archive/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nrk@disroot.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">google/fuse-archive</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
@ 2023-05-21  7:23 Viorel Munteanu
  0 siblings, 0 replies; 6+ messages in thread
From: Viorel Munteanu @ 2023-05-21  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8c977008636aa0e3f2dcdd051ac03298eb042a81
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sat May 20 14:58:59 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 20 14:58:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c977008

app-arch/fuse-archive: disable test phase

Closes: https://bugs.gentoo.org/906830
Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/fuse-archive-0.1.14.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
index a57506a3e..622458094 100644
--- a/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
+++ b/app-arch/fuse-archive/fuse-archive-0.1.14.ebuild
@@ -26,6 +26,11 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+# TODO(NRK): enable tests. requires additional dependency on dev-lang/go and such.
+src_test() {
+	:
+}
+
 src_compile() {
 	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
 }
@@ -33,5 +38,3 @@ src_compile() {
 src_install() {
 	dobin out/fuse-archive
 }
-
-# TODO(NRK): enable tests


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
@ 2025-01-06 21:35 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-06 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     29e3e0ec59d7b37e74dd1c0879d6103f841c1012
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Mon Jan  6 04:41:29 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  6 04:46:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29e3e0ec

app-arch/fuse-archive: add v1.4

Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/Manifest                |  5 +++
 app-arch/fuse-archive/fuse-archive-1.4.ebuild | 51 +++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/app-arch/fuse-archive/Manifest b/app-arch/fuse-archive/Manifest
index cb1ac3921..1e4638805 100644
--- a/app-arch/fuse-archive/Manifest
+++ b/app-arch/fuse-archive/Manifest
@@ -1 +1,6 @@
+DIST assert-boost-1.87.0.tar.gz 20645 BLAKE2B 28ba5b22b5b9811140afb640fa9f891638fd21e4c1e57cee85a5371b1f0b85baf5f2a57a0a7219075c1da6bd136e13c1c723831c3855d2355a42e90d555b1196 SHA512 da141f67e0c8926e21d4fae6a1665f1706b300b1a85c1d870546eb74d7382369148846bb939d1d23b84fb0dfc542fdc1dafed613f34adacc5931df7655406276
+DIST config-boost-1.87.0.tar.gz 386554 BLAKE2B e1c7f9dcaf190c8b7d6a70bb161535af3d177c66a4305f25e9e192c4b6fa20e7823bff956859440a5fe41bc10d13f0f1bc85b7ce0c54acabf60be6c10da86d00 SHA512 8958ac0f764ab83481f38931a860c0b7cdad8ced4882d1fa57f570d6ebcb0ef000f33ca896faca392c85336406cbb791bf5114c38a15e0a5dcba5bb69ee5526f
 DIST fuse-archive-0.1.14.tar.gz 59066 BLAKE2B f60a9d5c2f722ba1a8a9f853bb268923d16957137dcb503c4b8499415c98ce4f3c55e2db2d77d11e98ecf7539aaaf6851d44499303ec5f286b95cfe0e293b433 SHA512 03bdb9d360e3677dc10e2728919c3c6cdd712487d768db4cd2ccf9f1b7e725828119132bf539f08e54d0fc9df9fa534e4b374a626c4bd1f4ca519e46e90a6a8b
+DIST fuse-archive-1.4.tar.gz 870121 BLAKE2B 218735c0610ddb461c80157fbab23f3f57bfc88d52af0250d688e42c4d79c1298007670921c82b1c9a23ea85fe13770b51ebf8598f6b8b6388a9f9aaed2c1c83 SHA512 71fc289f99340f3e65e8eb5d9799eb5f1b5a5c020f3b6b53cdcb683c20a6809e3a4ab1ecd7715ffc83209eafd73cad4c675c24eb76e08d1545388639051f3898
+DIST intrusive-boost-1.87.0.tar.gz 342888 BLAKE2B 199a381231c6d4262cb1a434b9f6517dd5d0bc0be6424ad51010c09a7537e392bb3d508b38ed0384ecf71106522ea5bcc5e3d4ba9babc1e36618b4a5d257c8f1 SHA512 121621bd745c26d095f09837db60ea736bd5ae2657407ee7ca82f00c9cfd22e94c5d160809da974912bee07e41b607504b3c5f6634dc390bdf88be48568341f5
+DIST move-boost-1.87.0.tar.gz 133396 BLAKE2B 14946fc2f3bfd70a6e0a76c4d8560ef05ff7c71350b7a72799c1cd935fcf3ba834ad5e52e71d9210650af57257efa107af3d427296c874d3027eb9a907f8a5a1 SHA512 3257cd363abe95c73c0f02df60b60d08ff3b3d28f24de36269ee8f58e1b81a9831052dbf463dcbd1ea789368f37d3eeff37e005bc26fe9dd6c179b949c71ba9b

diff --git a/app-arch/fuse-archive/fuse-archive-1.4.ebuild b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
new file mode 100644
index 000000000..797a38971
--- /dev/null
+++ b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
+HOMEPAGE="https://github.com/google/fuse-archive"
+
+# Only uses some header-only library from boost-intrusive
+# Just vendor it to avoid bringing in entirety of boost as a dependency
+BOOST_VERSION="boost-1.87.0"
+SRC_URI="
+	https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/boostorg/intrusive/archive/refs/tags/${BOOST_VERSION}.tar.gz -> intrusive-${BOOST_VERSION}.tar.gz
+	https://github.com/boostorg/config/archive/refs/tags/${BOOST_VERSION}.tar.gz -> config-${BOOST_VERSION}.tar.gz
+	https://github.com/boostorg/assert/archive/refs/tags/${BOOST_VERSION}.tar.gz -> assert-${BOOST_VERSION}.tar.gz
+	https://github.com/boostorg/move/archive/refs/tags/${BOOST_VERSION}.tar.gz -> move-${BOOST_VERSION}.tar.gz
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	sys-fs/fuse:0
+	app-arch/libarchive
+"
+BDEPEND="virtual/pkgconfig"
+RDEPEND="${DEPEND}"
+
+# TODO(NRK): enable tests. requires python.
+# also takes a lot of disk space (and time) by generating big.zip.
+src_test() {
+	:
+}
+
+src_compile() {
+	local incpath=""
+	incpath="${incpath} -I../intrusive-${BOOST_VERSION}/include"
+	incpath="${incpath} -I../config-${BOOST_VERSION}/include"
+	incpath="${incpath} -I../assert-${BOOST_VERSION}/include"
+	incpath="${incpath} -I../move-${BOOST_VERSION}/include"
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+		CPPFLAGS="${incpath} ${CPPFLAGS}"
+}
+
+src_install() {
+	dobin out/fuse-archive
+	doman fuse-archive.1
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
@ 2025-01-07 12:53 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-07 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f1fa8796e196423e3242322443fa2d2c7d98a6d2
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Mon Jan  6 23:19:00 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  6 23:19:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1fa8796

app-arch/fuse-archive: use flag-o-matic

Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/fuse-archive-1.4.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-arch/fuse-archive/fuse-archive-1.4.ebuild b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
index e26b98368..7db096887 100644
--- a/app-arch/fuse-archive/fuse-archive-1.4.ebuild
+++ b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
 HOMEPAGE="https://github.com/google/fuse-archive"
@@ -35,13 +35,11 @@ src_configure() {
 }
 
 src_compile() {
-	local incpath=""
-	incpath="${incpath} -I../intrusive-${BOOST_VERSION}/include"
-	incpath="${incpath} -I../config-${BOOST_VERSION}/include"
-	incpath="${incpath} -I../assert-${BOOST_VERSION}/include"
-	incpath="${incpath} -I../move-${BOOST_VERSION}/include"
-	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" \
-		CPPFLAGS="${incpath} ${CPPFLAGS}"
+	append-cppflags "-I../intrusive-${BOOST_VERSION}/include"
+	append-cppflags "-I../config-${BOOST_VERSION}/include"
+	append-cppflags "-I../assert-${BOOST_VERSION}/include"
+	append-cppflags "-I../move-${BOOST_VERSION}/include"
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
@ 2025-01-07 12:53 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2025-01-07 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     27e9cedb1a4728e6ff1641de83699ea0a60de676
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Mon Jan  6 23:17:00 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  6 23:17:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27e9cedb

app-arch/fuse-archive: fix #947648

Closes: https://bugs.gentoo.org/
Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/fuse-archive-1.4.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-arch/fuse-archive/fuse-archive-1.4.ebuild b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
index 797a38971..e26b98368 100644
--- a/app-arch/fuse-archive/fuse-archive-1.4.ebuild
+++ b/app-arch/fuse-archive/fuse-archive-1.4.ebuild
@@ -29,10 +29,9 @@ DEPEND="
 BDEPEND="virtual/pkgconfig"
 RDEPEND="${DEPEND}"
 
-# TODO(NRK): enable tests. requires python.
-# also takes a lot of disk space (and time) by generating big.zip.
-src_test() {
-	:
+src_configure() {
+	sed -i 's|-O2||g' Makefile || die "sed failed"
+	sed -i 's|-O0 -g||g' Makefile || die "sed failed"
 }
 
 src_compile() {
@@ -49,3 +48,9 @@ src_install() {
 	dobin out/fuse-archive
 	doman fuse-archive.1
 }
+
+# TODO(NRK): enable tests. requires python.
+# also takes a lot of disk space (and time) by generating big.zip.
+src_test() {
+	:
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/
@ 2025-03-06 18:19 Haelwenn Monnier
  0 siblings, 0 replies; 6+ messages in thread
From: Haelwenn Monnier @ 2025-03-06 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     da0804520e618047cbbb1f3e981f3c76d1f75d00
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Thu Mar  6 17:13:58 2025 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Mar  6 17:24:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da080452

app-arch/fuse-archive: add v1.10

Signed-off-by: NRK <nrk <AT> disroot.org>

 app-arch/fuse-archive/Manifest                 |  1 +
 app-arch/fuse-archive/fuse-archive-1.10.ebuild | 51 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/app-arch/fuse-archive/Manifest b/app-arch/fuse-archive/Manifest
index d84acfb65..2dfa3f920 100644
--- a/app-arch/fuse-archive/Manifest
+++ b/app-arch/fuse-archive/Manifest
@@ -1,6 +1,7 @@
 DIST assert-boost-1.87.0.tar.gz 20645 BLAKE2B 28ba5b22b5b9811140afb640fa9f891638fd21e4c1e57cee85a5371b1f0b85baf5f2a57a0a7219075c1da6bd136e13c1c723831c3855d2355a42e90d555b1196 SHA512 da141f67e0c8926e21d4fae6a1665f1706b300b1a85c1d870546eb74d7382369148846bb939d1d23b84fb0dfc542fdc1dafed613f34adacc5931df7655406276
 DIST config-boost-1.87.0.tar.gz 386554 BLAKE2B e1c7f9dcaf190c8b7d6a70bb161535af3d177c66a4305f25e9e192c4b6fa20e7823bff956859440a5fe41bc10d13f0f1bc85b7ce0c54acabf60be6c10da86d00 SHA512 8958ac0f764ab83481f38931a860c0b7cdad8ced4882d1fa57f570d6ebcb0ef000f33ca896faca392c85336406cbb791bf5114c38a15e0a5dcba5bb69ee5526f
 DIST fuse-archive-0.1.14.tar.gz 59066 BLAKE2B f60a9d5c2f722ba1a8a9f853bb268923d16957137dcb503c4b8499415c98ce4f3c55e2db2d77d11e98ecf7539aaaf6851d44499303ec5f286b95cfe0e293b433 SHA512 03bdb9d360e3677dc10e2728919c3c6cdd712487d768db4cd2ccf9f1b7e725828119132bf539f08e54d0fc9df9fa534e4b374a626c4bd1f4ca519e46e90a6a8b
+DIST fuse-archive-1.10.tar.gz 587535 BLAKE2B 586803a52310e7414bb07534c558435b260e427cb8ef1da24b8b94453e931e4bb2755e7fc2f526959d24f0a67f142c7b85a96515aff747dbd982b96fee6df441 SHA512 15f10ab28f8fe075848f858678ff1a155f9db032d809db06154948408c9b910783b0ede434a6e45bdc5d9be84fbd4ffaf74954d445f4de7212f908ccc710151e
 DIST fuse-archive-1.6.tar.gz 582568 BLAKE2B f9fa7c471724cb65a711037ac8313d824d4c305bea3ef32a7b6ffd5af240bae0f0602e4bca792905ce8169e35377da95672b0ec4eda238da17415ed995d5177f SHA512 c8b4cb82215633aeb1e70227661b89cfe2f24fcd20b3274742aa93150dfd1fa9f85b0d1766764b06b077db87ded91d8244f6eaea48752fd770c88335d5549ad0
 DIST intrusive-boost-1.87.0.tar.gz 342888 BLAKE2B 199a381231c6d4262cb1a434b9f6517dd5d0bc0be6424ad51010c09a7537e392bb3d508b38ed0384ecf71106522ea5bcc5e3d4ba9babc1e36618b4a5d257c8f1 SHA512 121621bd745c26d095f09837db60ea736bd5ae2657407ee7ca82f00c9cfd22e94c5d160809da974912bee07e41b607504b3c5f6634dc390bdf88be48568341f5
 DIST move-boost-1.87.0.tar.gz 133396 BLAKE2B 14946fc2f3bfd70a6e0a76c4d8560ef05ff7c71350b7a72799c1cd935fcf3ba834ad5e52e71d9210650af57257efa107af3d427296c874d3027eb9a907f8a5a1 SHA512 3257cd363abe95c73c0f02df60b60d08ff3b3d28f24de36269ee8f58e1b81a9831052dbf463dcbd1ea789368f37d3eeff37e005bc26fe9dd6c179b949c71ba9b

diff --git a/app-arch/fuse-archive/fuse-archive-1.10.ebuild b/app-arch/fuse-archive/fuse-archive-1.10.ebuild
new file mode 100644
index 000000000..6bc495043
--- /dev/null
+++ b/app-arch/fuse-archive/fuse-archive-1.10.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
+HOMEPAGE="https://github.com/google/fuse-archive"
+
+# Only uses some header-only library from boost-intrusive
+# Just vendor it to avoid bringing in entirety of boost as a dependency
+BOOST_VERSION="boost-1.87.0"
+SRC_URI="
+	https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/boostorg/intrusive/archive/refs/tags/${BOOST_VERSION}.tar.gz -> intrusive-${BOOST_VERSION}.tar.gz
+	https://github.com/boostorg/config/archive/refs/tags/${BOOST_VERSION}.tar.gz -> config-${BOOST_VERSION}.tar.gz
+	https://github.com/boostorg/assert/archive/refs/tags/${BOOST_VERSION}.tar.gz -> assert-${BOOST_VERSION}.tar.gz
+	https://github.com/boostorg/move/archive/refs/tags/${BOOST_VERSION}.tar.gz -> move-${BOOST_VERSION}.tar.gz
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	>=sys-fs/fuse-2.7:0
+	>=app-arch/libarchive-3.7
+"
+BDEPEND="virtual/pkgconfig"
+RDEPEND="${DEPEND}"
+# TODO(NRK): enable tests. requires python + a lot of format support.
+# also takes a lot of disk space (and time) by generating big.zip.
+RESTRICT="test"
+
+src_configure() {
+	sed -i 's|-O2||g' Makefile || die "sed failed"
+	sed -i 's|-O0 -g||g' Makefile || die "sed failed"
+}
+
+src_compile() {
+	append-cppflags "-I../intrusive-${BOOST_VERSION}/include"
+	append-cppflags "-I../config-${BOOST_VERSION}/include"
+	append-cppflags "-I../assert-${BOOST_VERSION}/include"
+	append-cppflags "-I../move-${BOOST_VERSION}/include"
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+	dobin out/fuse-archive
+	doman fuse-archive.1
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-06 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 18:19 [gentoo-commits] repo/proj/guru:master commit in: app-arch/fuse-archive/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 12:53 David Roman
2025-01-07 12:53 David Roman
2025-01-06 21:35 David Roman
2023-05-21  7:23 Viorel Munteanu
2023-05-19 18:51 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox