From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/
Date: Mon, 16 Jun 2025 05:11:04 +0000 (UTC) [thread overview]
Message-ID: <1750050359.500ac1876aa7bead555e1a8760f62900cb57222e.sam@gentoo> (raw)
commit: 500ac1876aa7bead555e1a8760f62900cb57222e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 05:05:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 05:05:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500ac187
app-arch/gnome-autoar: add 0.4.5
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/gnome-autoar/Manifest | 1 +
app-arch/gnome-autoar/gnome-autoar-0.4.5.ebuild | 49 +++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-arch/gnome-autoar/Manifest b/app-arch/gnome-autoar/Manifest
index 1e2bed18fb1e..0fe86369e466 100644
--- a/app-arch/gnome-autoar/Manifest
+++ b/app-arch/gnome-autoar/Manifest
@@ -1 +1,2 @@
DIST gnome-autoar-0.4.4.tar.xz 51300 BLAKE2B db3390f771205166aaf9b6a90da15bd68c80ad5e874cc7ddc14b2a79d4dc2b3d41b9636acd6f44e4a6ce3590c3659c51cd8a910ab4e588aba41cdc7dbcf72725 SHA512 c38d3703e61d7338b97c362127bdc61f77d259eecd662f3963f28bfcb1ce7be8a948e9a57e79a8181a55dfc3635f671f2160ade947a1b5122204a2dc0025682d
+DIST gnome-autoar-0.4.5.tar.xz 51836 BLAKE2B 9abb374f68a633a89bfca915e36205b7355b033cd089ce8b8bf3ff0f0e9709069e6ada0b41f29cf0ffc7476286ded9740e2c976193840c35e208f09577e4d401 SHA512 ba38dfc0ad3c00fd8316d02d1a8e38ce3c743e11032f7c4efff74e7c3f8e8e815a1debe51eae8e2ee653155356d34992f1bc0e35e6cfab82398265fde8648050
diff --git a/app-arch/gnome-autoar/gnome-autoar-0.4.5.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.4.5.ebuild
new file mode 100644
index 000000000000..71b44e1445d2
--- /dev/null
+++ b/app-arch/gnome-autoar/gnome-autoar-0.4.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org meson vala
+
+DESCRIPTION="Automatic archives creating and extracting library"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-autoar"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="gtk gtk-doc +introspection test vala"
+REQUIRED_USE="vala? ( introspection ) gtk-doc? ( gtk )"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=app-arch/libarchive-3.4.0:=
+ >=dev-libs/glib-2.35.6:2
+ gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] )
+ introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ dev-util/glib-utils
+ gtk-doc? ( dev-util/gtk-doc
+ app-text/docbook-xml-dtd:4.3 )
+ vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+ use vala && vala_setup
+ default
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk)
+ $(meson_feature introspection)
+ $(meson_use vala vapi)
+ $(meson_use test tests)
+ $(meson_use gtk-doc gtk_doc)
+ )
+ meson_src_configure
+}
next reply other threads:[~2025-06-16 5:11 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-16 5:11 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-28 17:22 [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/ Arthur Zamarin
2025-07-04 8:39 Arthur Zamarin
2025-06-25 20:46 Arthur Zamarin
2023-05-05 9:34 Arthur Zamarin
2023-05-02 19:53 Arthur Zamarin
2023-05-02 19:16 Sam James
2023-03-17 12:30 Matt Turner
2022-12-05 17:24 WANG Xuerui
2022-10-29 22:33 Matt Turner
2022-02-11 20:56 Matt Turner
2022-02-03 6:20 Matt Turner
2022-01-07 18:56 Matt Turner
2021-11-11 12:59 Pacho Ramos
2021-11-11 12:59 Pacho Ramos
2021-10-04 1:24 Sam James
2021-09-18 17:03 Mart Raudsepp
2021-08-12 21:32 Matt Turner
2021-04-30 20:06 Matt Turner
2021-03-29 15:23 Matt Turner
2021-03-29 14:15 Agostino Sarubbo
2021-03-29 11:50 Agostino Sarubbo
2021-03-28 18:15 Sam James
2021-03-21 0:33 Matt Turner
2021-02-18 22:19 Mart Raudsepp
2021-02-17 3:56 Sam James
2021-02-16 12:26 Sam James
2021-02-15 0:33 Sam James
2021-02-14 21:42 Mart Raudsepp
2021-01-18 21:10 Matt Turner
2020-04-17 19:50 Mart Raudsepp
2020-04-14 17:05 Mart Raudsepp
2019-12-15 16:48 Pacho Ramos
2019-05-22 21:20 Aaron Bauman
2019-05-18 13:41 Mart Raudsepp
2019-03-11 18:17 Mart Raudsepp
2018-07-23 1:15 Mikle Kolyada
2018-03-05 20:26 Sergei Trofimovich
2018-01-10 2:52 Mart Raudsepp
2017-09-30 6:31 Sergei Trofimovich
2017-09-23 20:35 Sergei Trofimovich
2017-07-01 15:24 Alexis Ballier
2017-06-17 8:36 Sergei Trofimovich
2017-03-23 6:11 Mart Raudsepp
2017-03-23 6:11 Mart Raudsepp
2017-03-15 11:44 Mart Raudsepp
2016-11-24 17:45 Tobias Klausmann
2016-11-01 17:31 Gilles Dartiguelongue
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=1750050359.500ac1876aa7bead555e1a8760f62900cb57222e.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