public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/
Date: Sun,  4 Jul 2021 18:24:34 +0000 (UTC)	[thread overview]
Message-ID: <1625422215.3cf6a44731f195a7bedee64e79f841c8c16cf4eb.mattst88@gentoo> (raw)

commit:     3cf6a44731f195a7bedee64e79f841c8c16cf4eb
Author:     Guillaume Castagnino <casta <AT> xwing <DOT> info>
AuthorDate: Wed Jun 30 08:00:20 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 18:10:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf6a447

app-office/grisbi: Version bump to 2.0.4

Closes: https://bugs.gentoo.org/797595
Closes: https://github.com/gentoo/gentoo/pull/21483
Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-office/grisbi/Manifest            |  1 +
 app-office/grisbi/grisbi-2.0.4.ebuild | 40 +++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
index 7fa05f67dc5..14f3db243a5 100644
--- a/app-office/grisbi/Manifest
+++ b/app-office/grisbi/Manifest
@@ -1,2 +1,3 @@
 DIST grisbi-1.2.2.tar.bz2 7325947 BLAKE2B 559ffc8c46edc629fd17aa38042a7d9a39dd9c1866bddc86560bae2750a53916a6e0a451dc6e482b9d21bc1d8d493701d656dfa85b131f5f9b5b3c014249dcd2 SHA512 7d627f9ae588c0d5a8235bb86f3ed160a572114ccfec1dce9c7137296e5525411600033ca4e42b242004edddc42f2160e95c18c0c0cd13516cf62486e081acdd
 DIST grisbi-2.0.3.tar.bz2 7504520 BLAKE2B 28f9fd2535d3d863a4b36237f5dbb0947631764738a45869ad9c15750235cd741043382041eb40189ccbf34901527b950378e086e6f87a1beeeccd1c64f6be7a SHA512 2fdc93051399be2e7818890a88078f0c18976efe703a4f1ca9177484eb30def0533f35c6b7362b62dc29872596d9bb28494045ca2c137eec192d8c9bdde0e8aa
+DIST grisbi-2.0.4.tar.bz2 7506352 BLAKE2B 4c1717b934677b01cc3bb90ff67a3a2cb48c640e81fae40579d7f7007f72ac93f8d0b68fa0e72e41bf383e5be68316d7cc042a4067dfbf5286e28434932c8764 SHA512 755440aaab3d1db82eeca9fce8d63751c8073d082bcff5d97a11a87b1af47e2bbdc44be34270fbad311e3641fbf263f206996833dd08fd1ac27774b28a1fa3b5

diff --git a/app-office/grisbi/grisbi-2.0.4.ebuild b/app-office/grisbi/grisbi-2.0.4.ebuild
new file mode 100644
index 00000000000..5fc8d7898b3
--- /dev/null
+++ b/app-office/grisbi/grisbi-2.0.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2
+
+DESCRIPTION="Grisbi is a personal accounting application for Linux"
+HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
+SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/2.0.x/${P}.tar.bz2"
+IUSE="goffice nls ofx ssl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	>=dev-libs/libxml2-2.5:2
+	>=dev-libs/glib-2.44.0:2
+	>=x11-libs/gtk+-3.20:3
+	x11-misc/xdg-utils
+	>=gnome-extra/libgsf-1.14
+	ssl? ( >=dev-libs/openssl-1.0.0:0= )
+	ofx? ( >=dev-libs/libofx-0.9.0:= )
+	goffice? ( >=x11-libs/goffice-0.10.0 )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--with-libxml2 \
+		--without-cunit \
+		--disable-static \
+		$(use_with ssl openssl) \
+		$(use_with ofx) \
+		$(use_with goffice) \
+		$(use_enable nls)
+}


             reply	other threads:[~2021-07-04 18:24 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-04 18:24 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-26  8:11 [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/ Joonas Niilola
2024-07-26  8:11 Joonas Niilola
2024-01-28 12:24 Pacho Ramos
2023-12-18 10:19 Pacho Ramos
2023-11-24 13:16 Pacho Ramos
2022-09-27 21:22 Sam James
2022-03-19 17:10 David Seifert
2021-12-19 21:21 Jakov Smolić
2021-12-17  8:38 Agostino Sarubbo
2021-09-02 12:54 Joonas Niilola
2021-09-02 12:54 Joonas Niilola
2021-09-02 12:54 Joonas Niilola
2021-05-04  1:01 Matt Turner
2021-05-02 12:42 Mikle Kolyada
2021-01-03 22:56 Sam James
2020-01-28  9:39 Mart Raudsepp
2019-10-08 21:44 Rémi Cardona
2019-03-31 22:30 Rémi Cardona
2018-07-11  8:50 Tony Vroon
2018-04-29  0:08 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-26 17:15 Thomas Deutschmann
2018-02-11 10:25 Michał Górny
2018-01-18 19:54 Amy Liffey
2016-11-03 11:19 Pacho Ramos
2016-11-03 11:19 Pacho Ramos
2016-11-03 11:19 Pacho Ramos
2016-09-18 11:01 Pacho Ramos

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=1625422215.3cf6a44731f195a7bedee64e79f841c8c16cf4eb.mattst88@gentoo \
    --to=mattst88@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