Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/
Date: Thu, 02 Sep 2021 12:54:45
Message-Id: 1630587270.5d00d4d7cd0d1ca0c9e4f57d88422a87ad180284.juippis@gentoo
1 commit: 5d00d4d7cd0d1ca0c9e4f57d88422a87ad180284
2 Author: Guillaume Castagnino <casta <AT> xwing <DOT> info>
3 AuthorDate: Thu Sep 2 08:56:42 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 12:54:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d00d4d7
7
8 app-office/grisbi: remove old
9
10 Signed-off-by: Guillaume Castagnino <casta <AT> xwing.info>
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Closes: https://github.com/gentoo/gentoo/pull/22182
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-office/grisbi/Manifest | 1 -
16 app-office/grisbi/grisbi-2.0.3.ebuild | 40 -----------------------------------
17 2 files changed, 41 deletions(-)
18
19 diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
20 index 8098d535051..cb879790b7d 100644
21 --- a/app-office/grisbi/Manifest
22 +++ b/app-office/grisbi/Manifest
23 @@ -1,4 +1,3 @@
24 DIST grisbi-1.2.2.tar.bz2 7325947 BLAKE2B 559ffc8c46edc629fd17aa38042a7d9a39dd9c1866bddc86560bae2750a53916a6e0a451dc6e482b9d21bc1d8d493701d656dfa85b131f5f9b5b3c014249dcd2 SHA512 7d627f9ae588c0d5a8235bb86f3ed160a572114ccfec1dce9c7137296e5525411600033ca4e42b242004edddc42f2160e95c18c0c0cd13516cf62486e081acdd
25 -DIST grisbi-2.0.3.tar.bz2 7504520 BLAKE2B 28f9fd2535d3d863a4b36237f5dbb0947631764738a45869ad9c15750235cd741043382041eb40189ccbf34901527b950378e086e6f87a1beeeccd1c64f6be7a SHA512 2fdc93051399be2e7818890a88078f0c18976efe703a4f1ca9177484eb30def0533f35c6b7362b62dc29872596d9bb28494045ca2c137eec192d8c9bdde0e8aa
26 DIST grisbi-2.0.4.tar.bz2 7506352 BLAKE2B 4c1717b934677b01cc3bb90ff67a3a2cb48c640e81fae40579d7f7007f72ac93f8d0b68fa0e72e41bf383e5be68316d7cc042a4067dfbf5286e28434932c8764 SHA512 755440aaab3d1db82eeca9fce8d63751c8073d082bcff5d97a11a87b1af47e2bbdc44be34270fbad311e3641fbf263f206996833dd08fd1ac27774b28a1fa3b5
27 DIST grisbi-2.0.5.tar.bz2 7465632 BLAKE2B c70fd313660d8fbc0d93d86d89f7470564a0865b8423ae0e8a2f40fc1f4dbe959ed37141963dbc5ab9e6154ff71af3120303bd4c6ccc5554d1da75200c6e8a84 SHA512 16535cbdf0647abc60878bc5a21b22d76090d6a5dab89a9e1ff4029eef25f284a627555ec0724977ba01313f33aee06489b908aaa6600a566f86a87b5f33b7f9
28
29 diff --git a/app-office/grisbi/grisbi-2.0.3.ebuild b/app-office/grisbi/grisbi-2.0.3.ebuild
30 deleted file mode 100644
31 index 8dd1a9b7182..00000000000
32 --- a/app-office/grisbi/grisbi-2.0.3.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit gnome2
41 -
42 -DESCRIPTION="Grisbi is a personal accounting application for Linux"
43 -HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
44 -SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/2.0.x/${P}.tar.bz2"
45 -IUSE="goffice nls ofx ssl"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~ppc x86"
50 -
51 -RDEPEND="
52 - >=dev-libs/libxml2-2.5:2
53 - >=dev-libs/glib-2.44.0:2
54 - >=x11-libs/gtk+-3.20:3
55 - x11-misc/xdg-utils
56 - >=gnome-extra/libgsf-1.14
57 - ssl? ( >=dev-libs/openssl-1.0.0:0= )
58 - ofx? ( >=dev-libs/libofx-0.9.0:= )
59 - goffice? ( >=x11-libs/goffice-0.10.0 )
60 -"
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig
63 -"
64 -
65 -src_configure() {
66 - gnome2_src_configure \
67 - --with-libxml2 \
68 - --without-cunit \
69 - --disable-static \
70 - $(use_with ssl openssl) \
71 - $(use_with ofx) \
72 - $(use_with goffice) \
73 - $(use_enable nls)
74 -}