public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/
Date: Wed, 21 Aug 2024 15:26:51 +0000 (UTC)	[thread overview]
Message-ID: <1724251229.81584f0a038a3cdcf067cf9164a7a08e11d34a2d.pastalian46@gentoo> (raw)

commit:     81584f0a038a3cdcf067cf9164a7a08e11d34a2d
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 21 14:23:46 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Aug 21 14:40:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81584f0a

app-arch/libarchive-qt: add 2.0.8

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-arch/libarchive-qt/Manifest                   |  1 +
 app-arch/libarchive-qt/libarchive-qt-2.0.8.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-arch/libarchive-qt/Manifest b/app-arch/libarchive-qt/Manifest
index b13ec6807..943e27505 100644
--- a/app-arch/libarchive-qt/Manifest
+++ b/app-arch/libarchive-qt/Manifest
@@ -1,2 +1,3 @@
 DIST libarchive-qt-2.0.6.tar.bz2 90085 BLAKE2B 7b2cec4a1d9cb21a16c89a6b9c35c7182f34d55051993e6e9e849ed4058f032c473365e429411e8e5ba0957f118f24fcf68b23b0b6a8b21bacaf2784d2641958 SHA512 d2690667843a11249bda5b393d34db5dc319959d0d92f09d6eb4dd23b2237c41f61232fb93a5036b8570a8db1014445118712c4f2d686ea6105b5449c1c17111
 DIST libarchive-qt-2.0.7.tar.bz2 90068 BLAKE2B f2da9011fe5bed9c1a1ec7272fb62075d2817505d2241955b15c360a40088046bdecf0f2dbc71dec44756ce43ed5e3b8313965bdf8604d10238d25a62c237830 SHA512 658225cff805291786b24a941c6f0dce81b3e2412ed6550281d0e55a95a71efaa1a44dfa4790536ecb75e11f0d7ef0e53da944ea0d08b0be214a85f6d969674c
+DIST libarchive-qt-v2.0.8.tar.bz2 62808 BLAKE2B d5ee456e1d14b5e2547319d12bb62c9a8ca4182a68aa31025b14761823f12eebad9692bd09d7af2e3600a0effc060b60a1053e6dbb834758559821ecd69e63e7 SHA512 ce25d207b21659c17efc9110b1e62bfae5270a53b00d2a1e65377fc5df2afb0f3051d31210441d0ea3dadcfbccfb62c994893145d890a4c2215a7bf7dd231d1a

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.8.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.8.ebuild
new file mode 100644
index 000000000..ca1b4725a
--- /dev/null
+++ b/app-arch/libarchive-qt/libarchive-qt-2.0.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg meson
+
+DESCRIPTION="Qt based archiving solution with libarchive backend"
+HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt"
+SRC_URI="https://gitlab.com/marcusbritanicus/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="qt6"
+
+DEPEND="
+	app-arch/libarchive:=
+	sys-libs/zlib
+	!qt6? ( dev-qt/qtcore:5 )
+	qt6? ( dev-qt/qtbase:6 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		-Dinstall_static=false
+		-Duse_qt_version=$(usex qt6 qt6 qt5)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2024-08-21 15:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 15:26 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21 15:26 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/ Takuya Wakazono
2024-08-21 15:26 Takuya Wakazono
2022-03-06  1:39 Aisha Tammy
2022-02-13 20:24 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-02-13 20:07 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-02-13 20:07 Arthur Zamarin
2021-11-28 17:10 Maciej Barć
2021-10-20 23:34 Maciej Barć
2021-09-20 13:38 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-20 13:35 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-04-15 15:21 Maciej Barć
2021-04-13  6:08 Maciej Barć
2021-04-13  6:08 Maciej Barć
2021-04-12 21:10 Maciej Barć
2021-02-27 21:14 Andrew Ammerlaan
2021-01-11 18:15 Maciej Barć
2021-01-11 18:13 Maciej Barć
2020-11-30 11:17 Maciej Barć

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=1724251229.81584f0a038a3cdcf067cf9164a7a08e11d34a2d.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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