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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1A6913835D for ; Sun, 14 Feb 2021 21:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15481E09CE; Sun, 14 Feb 2021 21:42:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E88D8E09CC for ; Sun, 14 Feb 2021 21:42:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF384340E35 for ; Sun, 14 Feb 2021 21:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2C64E4 for ; Sun, 14 Feb 2021 21:42:49 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1613338957.a5d84331184db5b9158f96f5988ec0aecc239968.leio@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.3.0.ebuild X-VCS-Directories: app-arch/gnome-autoar/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a5d84331184db5b9158f96f5988ec0aecc239968 X-VCS-Branch: master Date: Sun, 14 Feb 2021 21:42:49 +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: afb69ae4-ffe4-4ecf-9653-a32e68977e6e X-Archives-Hash: f810275e4431c2241e5c5332dfe8eba6 commit: a5d84331184db5b9158f96f5988ec0aecc239968 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 14 21:40:41 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 14 21:42:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d84331 app-arch/gnome-autoar: security bump to 0.3.0 Bug: https://bugs.gentoo.org/768828 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> app-arch/gnome-autoar/Manifest | 1 + app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild | 43 +++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/app-arch/gnome-autoar/Manifest b/app-arch/gnome-autoar/Manifest index b1d6d031346..ee621193fcf 100644 --- a/app-arch/gnome-autoar/Manifest +++ b/app-arch/gnome-autoar/Manifest @@ -1 +1,2 @@ DIST gnome-autoar-0.2.4.tar.xz 294956 BLAKE2B 20e2054f996443f7c3d84d91c41705c8c63df8aea626cb54c17a9cb0c20c7109dc1dba99ad9489d8870674b0a3bbdef23da6ef07684f9c01870d421873d5bed1 SHA512 66750ae30bf9f59820f06653898eb33ac4edbb63976a02d15417118a068abd9292350220713813ddfdd1f2e77db7b3a8f8980f0c70a93d1bb87a9405e013de19 +DIST gnome-autoar-0.3.0.tar.xz 297072 BLAKE2B 7c7204d605c80a6e0735e0be6dec1024e6073cb99d6bde885a1c8b10b7f6e6476a181c99b5bbb755abfdf86bc56aff3d9b174189ff29cc58d24607b482f242ab SHA512 2f5962e115b25be9578ecad51d9906e426bb60b675e42b364d9f0b67f0751cf59d4afd4dbfc8adc0d13256e5dcee445c5195262e6ff0839ef88350b1c6e5293a diff --git a/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild new file mode 100644 index 00000000000..a9d7513dbdd --- /dev/null +++ b/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala + +DESCRIPTION="Automatic archives creating and extracting library" +HOMEPAGE="https://git.gnome.org/browse/gnome-autoar" + +LICENSE="LGPL-2.1+" +SLOT="0" +IUSE="gtk +introspection vala" +REQUIRED_USE="vala? ( introspection )" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=app-arch/libarchive-3.2.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=" + >=dev-util/gtk-doc-am-1.14 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_prepare() { + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable introspection) \ + $(use_enable vala) \ + $(use_enable gtk) +}