From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A81015A7DA for ; Fri, 17 Mar 2023 12:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B1AB2BC0C1; Fri, 17 Mar 2023 12:30:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4B8F2BC0C1 for ; Fri, 17 Mar 2023 12:30:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43AB8340F54 for ; Fri, 17 Mar 2023 12:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928478E3 for ; Fri, 17 Mar 2023 12:30:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1679056228.66ee2697fb8727e6cd7214819d247ed746ab2c6b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gnome-autoar/Manifest app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild X-VCS-Directories: app-arch/gnome-autoar/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 66ee2697fb8727e6cd7214819d247ed746ab2c6b X-VCS-Branch: master Date: Fri, 17 Mar 2023 12:30:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01d23365-6f36-405d-b4e0-a190cd341f02 X-Archives-Hash: 97058eec86ecc335084bcc3e2dfba594 commit: 66ee2697fb8727e6cd7214819d247ed746ab2c6b Author: Guillermo Joandet gmail com> AuthorDate: Fri Mar 17 11:41:36 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 17 12:30:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ee2697 app-arch/gnome-autoar: Version bump to 0.4.4 Signed-off-by: Guillermo Joandet gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30170 Signed-off-by: Matt Turner gentoo.org> app-arch/gnome-autoar/Manifest | 1 + app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild | 49 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/app-arch/gnome-autoar/Manifest b/app-arch/gnome-autoar/Manifest index aaf4a60f055b..dd310d6189a0 100644 --- a/app-arch/gnome-autoar/Manifest +++ b/app-arch/gnome-autoar/Manifest @@ -1 +1,2 @@ DIST gnome-autoar-0.4.3.tar.xz 50860 BLAKE2B ab7360d422e3f2d06cc00d765c203e6472a50d8cd9c220cc87b6fc40ca9bdfc3677a2a7d50b383b8f195bba1ffe72773b23773f703cbd24e5768f0f907790e10 SHA512 9f1ba584c4fc8e82d842fb21d3a113d64faa85f8f27cb7afb5d09919f510e350608b6a4e2f3ac527162ab338d008271bd430fb5b8ead265098c1810ffcbcef30 +DIST gnome-autoar-0.4.4.tar.xz 51300 BLAKE2B db3390f771205166aaf9b6a90da15bd68c80ad5e874cc7ddc14b2a79d4dc2b3d41b9636acd6f44e4a6ce3590c3659c51cd8a910ab4e588aba41cdc7dbcf72725 SHA512 c38d3703e61d7338b97c362127bdc61f77d259eecd662f3963f28bfcb1ce7be8a948e9a57e79a8181a55dfc3635f671f2160ade947a1b5122204a2dc0025682d diff --git a/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild new file mode 100644 index 000000000000..acdebc5d274b --- /dev/null +++ b/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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 ~ia64 ~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_src_prepare + 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 +}