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/homebank/
Date: Wed, 14 Jul 2021 14:32:58
Message-Id: 1626273163.409f9f8ada760b61b9f527b3cd173ec0d5791c4d.juippis@gentoo
1 commit: 409f9f8ada760b61b9f527b3cd173ec0d5791c4d
2 Author: Daniel Brandt <poncho <AT> spahan <DOT> ch>
3 AuthorDate: Mon Jul 5 07:24:22 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 14:32:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f9f8a
7
8 app-office/homebank: remove old version
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
12 Closes: https://github.com/gentoo/gentoo/pull/21534
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-office/homebank/Manifest | 1 -
16 app-office/homebank/homebank-5.4.3.ebuild | 41 -------------------------------
17 2 files changed, 42 deletions(-)
18
19 diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
20 index c75910d7d01..575700ed660 100644
21 --- a/app-office/homebank/Manifest
22 +++ b/app-office/homebank/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST homebank-5.4.3.tar.gz 3014659 BLAKE2B 7ec6aa1c8bdc7d26bae8ae751200a4ad9effd9aac08bd39a1969897d7904468f60606307be1b6e6587a662fd7874c8f73460e559c6d06820056811dd4e8fb85f SHA512 e2b3b45a6d35205c3d2bf24d4c0c065889fa4e7d92cc9551db873b8b33cc15e6c1dd721936b438db0725509233bf265446b0512e23973cbebae7af4a7dce96ba
25 DIST homebank-5.5.1.tar.gz 3054854 BLAKE2B 8cfab126069b3404223645e3f37038db44040d873c2edbc06a5286ca936584016044d6e8dd4444166910b4c5a87874db5bdad43452aca2aa8f96ba0e7f648fbe SHA512 a13eccf92882d5bfe6b09a99d6c805337f68d5169c58615b750bf5994abd4df0709065e12d4cdc8eb0c80f758f602548b0279dc7eb089f7417f5da8fd1955626
26 DIST homebank-5.5.2.tar.gz 3056800 BLAKE2B c2c00214cb1311271b6c38ee8643ed1f6c6701ca07222fc60c6eb7d8c2fb4aecaacc188917825e386c13e908d22038602d7293f9d913b2c76d10956b5fbd3636 SHA512 c4279bb0f0d0ab58024c1d32148d987cc61c83ca77d8f523488a9c2dde9009469bce8291e8e90d5fdeae631813ec7556a5b4db7c709624f178fdee165feaa3ef
27
28 diff --git a/app-office/homebank/homebank-5.4.3.ebuild b/app-office/homebank/homebank-5.4.3.ebuild
29 deleted file mode 100644
30 index 6d469b984de..00000000000
31 --- a/app-office/homebank/homebank-5.4.3.ebuild
32 +++ /dev/null
33 @@ -1,41 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="7"
38 -
39 -inherit xdg
40 -
41 -DESCRIPTION="Free, easy, personal accounting for everyone"
42 -HOMEPAGE="http://homebank.free.fr/index.php"
43 -SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -IUSE="+ofx"
47 -KEYWORDS="amd64 ppc ~ppc64 x86"
48 -
49 -RDEPEND=">=dev-libs/glib-2.39
50 - >=net-libs/libsoup-2.26
51 - x11-libs/cairo
52 - x11-libs/gdk-pixbuf
53 - >=x11-libs/gtk+-3.22:3
54 - x11-libs/pango
55 - ofx? ( >=dev-libs/libofx-0.8.3:= )"
56 -DEPEND="${RDEPEND}"
57 -BDEPEND=">=dev-lang/perl-5.8.1
58 - dev-perl/XML-Parser
59 - >=dev-util/intltool-0.40.5
60 - sys-devel/gettext
61 - virtual/pkgconfig"
62 -
63 -DOCS=( AUTHORS ChangeLog README )
64 -
65 -src_prepare() {
66 - default
67 -
68 - # avoid using eautoreconf
69 - sed -i -e 's|\$(datadir)/appdata|\$(datadir)/metainfo|' data/Makefile.{am,in} ||die
70 -}
71 -
72 -src_configure() {
73 - econf $(use_with ofx)
74 -}