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: Thu, 23 Mar 2017 06:11:38 +0000 (UTC) [thread overview]
Message-ID: <1490249188.d527ef6c8a8dff9f05e75e3da8cc8eaa3cad3162.leio@gentoo> (raw)
commit: d527ef6c8a8dff9f05e75e3da8cc8eaa3cad3162
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 06:06:28 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 06:06:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d527ef6c
app-arch/gnome-autoar: bump to 0.2.2
Package-Manager: Portage-2.3.4, Repoman-2.3.1
app-arch/gnome-autoar/Manifest | 1 +
app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 43 +++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-arch/gnome-autoar/Manifest b/app-arch/gnome-autoar/Manifest
index ab010d71a41..3ed202916ff 100644
--- a/app-arch/gnome-autoar/Manifest
+++ b/app-arch/gnome-autoar/Manifest
@@ -1,2 +1,3 @@
DIST gnome-autoar-0.1.1.tar.xz 292536 SHA256 f65cb810b562dc038ced739fbf59739fd5df1a8e848636e21f363ded9f349ac9 SHA512 59606cc7e3150d457b343f99bf30732bc9ea4bb7368133bba771a17d3253f23c8c60a35f4d686569fc2a9d4b4ab1e095b0f8cd7053493e1951e9d193a60c1e31 WHIRLPOOL 4cfc478c9956490cab5b48133585384e1282abf677290c94c93d59eba26ed4a5438d36622cfb73163d28a6692c990fb224782adbe9c9948814d3b83abb3ffcae
DIST gnome-autoar-0.2.1.tar.xz 295316 SHA256 f642935e9213663c114988403fba26c02e79a644b33cb0e4da0d4aec570fb1fb SHA512 c41961a97e04f23407b8929e1a66bb2643b39079c3ea8f21cd00647354d9e0ba1ef91e2f7da976f9f76a74d761e63ac6acfd9ef148ea0b1dc8069dd504df826c WHIRLPOOL 164011d7472c8bcb8e8e3ba534a2b6b8693b5da91186bbe3bb7facc07b368111c414adbdd02c9cdd83d76a31455d423b610d2bbc60dc314e0ce84724df762af4
+DIST gnome-autoar-0.2.2.tar.xz 295488 SHA256 e1fe2c06eed30305c38bf0939c72b0e51b4716658e2663a0cf4a4bf57874ca62 SHA512 78faf8f82eeab4cb5f1f364d6e9caa4d24f21f9b81a79ebde4404253f3e7ae120f44600f236612859810afc6fc6f1a8c6f2e065db98be79103255642139c10a2 WHIRLPOOL 84de57d7953a4653b8ee9d8d710b14566017b09bd63aa38843ff02ed105a79b5d7c5bda6af6610ddb01ce2f6de76ad279db94a7c8e3fe70c5d9ab4cce670b4f7
diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
new file mode 100644
index 00000000000..daa341b6551
--- /dev/null
+++ b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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+ GPL-2+"
+SLOT="0"
+IUSE="gtk +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~x86"
+
+RDEPEND="
+ >=app-arch/libarchive-3.2.0
+ >=dev-libs/glib-2.35.6:2
+ gtk? ( >=x11-libs/gtk+-3.2:3 )
+ introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
+"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.14
+ gnome-base/gnome-common
+ 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)
+}
next reply other threads:[~2017-03-23 6:11 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-23 6:11 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-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-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=1490249188.d527ef6c8a8dff9f05e75e3da8cc8eaa3cad3162.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