Gentoo Archives: gentoo-commits

From: "Rémi Cardona" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/
Date: Sun, 31 Mar 2019 22:30:24
Message-Id: 1554071386.f9384da5a9895d874a6eb0a8b2c0b9a2152f1c5d.remi@gentoo
1 commit: f9384da5a9895d874a6eb0a8b2c0b9a2152f1c5d
2 Author: Guillaume Castagnino <casta <AT> xwing <DOT> info>
3 AuthorDate: Mon Dec 3 10:38:29 2018 +0000
4 Commit: Rémi Cardona <remi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 22:29:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9384da5
7
8 app-office/grisbi: bump to 1.2.1
9
10 Add a second homepage. The second homepage points
11 directly to the official git repository
12
13 Closes: https://bugs.gentoo.org/show_bug.cgi?id=663392
14 Package-Manager: Portage-2.3.56, Repoman-2.3.12
15 Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
16 Signed-off-by: Rémi Cardona <remi <AT> gentoo.org>
17
18 app-office/grisbi/Manifest | 1 +
19 app-office/grisbi/grisbi-1.2.1.ebuild | 43 +++++++++++++++++++++++++++++++++++
20 app-office/grisbi/metadata.xml | 3 +++
21 3 files changed, 47 insertions(+)
22
23 diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
24 index 01e35c2d0f4..d91390cb417 100644
25 --- a/app-office/grisbi/Manifest
26 +++ b/app-office/grisbi/Manifest
27 @@ -1 +1,2 @@
28 DIST grisbi-1.0.4.tar.bz2 6965398 BLAKE2B f53b5cd7f2e4b0cdcf14732ba7e03315ec7d419c7f6ab3a290fd30a9dc9f7c0dde69b473dca3873aeb90b793cd90287c516f2fe4b7a50d71368abc3e12ce16f6 SHA512 9761ed94db563c39cab793ee076b6a729470231e3111d7ce57d188a6f1681cbb715174f67c15741320f295d4efdf0784f6e3d4d4d58267759efbad56561c7064
29 +DIST grisbi-1.2.1.tar.bz2 7314316 BLAKE2B b34aaaba79608561383e09fa1af7749f8c3cfa322f47a6d9cf350af1a3b96c575140246ed65b33127d92f84a57d959f24c99ef748ab80097ffce2ed8f16319aa SHA512 0193d5777ed191f7f3dac67fc9754f5588f35b9486567f3a7e7f9dd998865ff2130ad04b78a98dae1e1164fbd400a58328bdee777e9d0ff1100d1fd189a5aa2f
30
31 diff --git a/app-office/grisbi/grisbi-1.2.1.ebuild b/app-office/grisbi/grisbi-1.2.1.ebuild
32 new file mode 100644
33 index 00000000000..1cb4dfed211
34 --- /dev/null
35 +++ b/app-office/grisbi/grisbi-1.2.1.ebuild
36 @@ -0,0 +1,43 @@
37 +# Copyright 1999-2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +GNOME2_LA_PUNT="yes"
42 +
43 +inherit gnome2
44 +
45 +DESCRIPTION="Grisbi is a personal accounting application for Linux"
46 +HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
47 +SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/1.2.x/${P}.tar.bz2"
48 +IUSE="goffice libressl nls ofx ssl"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~ppc ~x86"
53 +
54 +RDEPEND="
55 + >=dev-libs/libxml2-2.5:2
56 + >=dev-libs/glib-2.44.0:2
57 + >=x11-libs/gtk+-3.20:3
58 + x11-misc/xdg-utils
59 + >=gnome-extra/libgsf-1.14
60 + ssl? (
61 + libressl? ( dev-libs/libressl:0= )
62 + !libressl? ( >=dev-libs/openssl-1.0.0:0= ) )
63 + ofx? ( >=dev-libs/libofx-0.9.0 )
64 + goffice? ( >=x11-libs/goffice-0.10.0 )
65 +"
66 +DEPEND="${RDEPEND}
67 + virtual/pkgconfig
68 +"
69 +
70 +src_configure() {
71 + gnome2_src_configure \
72 + --with-libxml2 \
73 + --without-cunit \
74 + --disable-static \
75 + $(use_with ssl openssl) \
76 + $(use_with ofx) \
77 + $(use_with goffice) \
78 + $(use_enable nls)
79 +}
80
81 diff --git a/app-office/grisbi/metadata.xml b/app-office/grisbi/metadata.xml
82 index 105a80c6723..b120f01ca37 100644
83 --- a/app-office/grisbi/metadata.xml
84 +++ b/app-office/grisbi/metadata.xml
85 @@ -19,4 +19,7 @@
86 <upstream>
87 <remote-id type="sourceforge">grisbi</remote-id>
88 </upstream>
89 + <use>
90 + <flag name="goffice">enable goffice graphic support</flag>
91 + </use>
92 </pkgmetadata>