public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/
Date: Mon, 18 Dec 2023 10:19:47 +0000 (UTC)	[thread overview]
Message-ID: <1702894752.ec88a9dd51614cde637d69fcf9422102925ec9aa.pacho@gentoo> (raw)

commit:     ec88a9dd51614cde637d69fcf9422102925ec9aa
Author:     Guillaume Castagnino <casta <AT> xwing <DOT> info>
AuthorDate: Thu Dec 14 06:25:09 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 10:19:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec88a9dd

app-office/grisbi: add 3.0.1

Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
Closes: https://github.com/gentoo/gentoo/pull/34280
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-office/grisbi/Manifest            |  1 +
 app-office/grisbi/grisbi-3.0.1.ebuild | 44 +++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
index 07a54b061531..af65db5b8d34 100644
--- a/app-office/grisbi/Manifest
+++ b/app-office/grisbi/Manifest
@@ -1,2 +1,3 @@
 DIST grisbi-2.0.5.tar.bz2 7465632 BLAKE2B c70fd313660d8fbc0d93d86d89f7470564a0865b8423ae0e8a2f40fc1f4dbe959ed37141963dbc5ab9e6154ff71af3120303bd4c6ccc5554d1da75200c6e8a84 SHA512 16535cbdf0647abc60878bc5a21b22d76090d6a5dab89a9e1ff4029eef25f284a627555ec0724977ba01313f33aee06489b908aaa6600a566f86a87b5f33b7f9
 DIST grisbi-3.0.0.tar.bz2 12447582 BLAKE2B 7e1f2041898811c16eb05f603b7965bea32f6d16ad7b836c1cadfc305e8d794c5ccd82865ed25e3f741b9fad6734b7f9977fcfbf8c73ebd75e84538d3d075248 SHA512 08af544378317c5e4bf67b5dc8e796145587970a530cd9d9065532acab317f7c91e9159b299e7903ec4fa0d29a3004dfae58e17b2f4efe304d8fdd3c0fbe8e04
+DIST grisbi-3.0.1.tar.bz2 12448098 BLAKE2B ae593b4bf3afab3b377bdd79442b8a7fda7627e39a22780cdbc40b906aeceddaec28196a5484b8e3da67b48103a589016193440dd0331cc086b88543d9597827 SHA512 a1bdc10ac4a50f19a5d4d9012f9c3d785782b3fcbc8055e0f60780131cb97d2154dfee05033b7e3a0437bb57d5b7ca3504fae79d4738bd0f2f6f0f0f2861f9ba

diff --git a/app-office/grisbi/grisbi-3.0.1.ebuild b/app-office/grisbi/grisbi-3.0.1.ebuild
new file mode 100644
index 000000000000..cb3f32cce3a4
--- /dev/null
+++ b/app-office/grisbi/grisbi-3.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="Grisbi is a personal accounting application for Linux"
+HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
+SRC_URI="https://downloads.sourceforge.net/${PN}/grisbi%20stable/$(ver_cut 1-2).x/${P}.tar.bz2"
+IUSE="goffice nls ofx ssl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/libxml2:2
+	gnome-extra/libgsf
+	sys-libs/zlib
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	x11-libs/pango
+	x11-misc/xdg-utils
+	ssl? ( >=dev-libs/openssl-1.0.0:0= )
+	ofx? ( >=dev-libs/libofx-0.9.0:= )
+	goffice? ( >=x11-libs/goffice-0.10.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/intltool
+	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:[~2023-12-18 10:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 10:19 Pacho Ramos [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-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-07-04 18:24 Matt Turner
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=1702894752.ec88a9dd51614cde637d69fcf9422102925ec9aa.pacho@gentoo \
    --to=pacho@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