public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/
Date: Sun, 14 Feb 2021 21:42:49 +0000 (UTC)	[thread overview]
Message-ID: <1613338957.a5d84331184db5b9158f96f5988ec0aecc239968.leio@gentoo> (raw)

commit:     a5d84331184db5b9158f96f5988ec0aecc239968
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 21:40:41 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> 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 <leio <AT> 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)
+}


             reply	other threads:[~2021-02-14 21:42 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14 21:42 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-05  9:34 [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/ 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-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=1613338957.a5d84331184db5b9158f96f5988ec0aecc239968.leio@gentoo \
    --to=leio@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