commit:     d5474c383b50dc4713f9a8f46ccbbba295b837a4
Author:     Poncho <poncho <AT> spahan <DOT> ch>
AuthorDate: Wed Mar 24 08:37:52 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 08:45:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5474c38

app-office/homebank: version bump to 5.5.1

Closes: https://bugs.gentoo.org/773274
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
Closes: https://github.com/gentoo/gentoo/pull/20091
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-office/homebank/Manifest              |  1 +
 app-office/homebank/homebank-5.5.1.ebuild | 41 +++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index b61afbfd248..5db8c77355b 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1 +1,2 @@
 DIST homebank-5.4.3.tar.gz 3014659 BLAKE2B 
7ec6aa1c8bdc7d26bae8ae751200a4ad9effd9aac08bd39a1969897d7904468f60606307be1b6e6587a662fd7874c8f73460e559c6d06820056811dd4e8fb85f
 SHA512 
e2b3b45a6d35205c3d2bf24d4c0c065889fa4e7d92cc9551db873b8b33cc15e6c1dd721936b438db0725509233bf265446b0512e23973cbebae7af4a7dce96ba
+DIST homebank-5.5.1.tar.gz 3054854 BLAKE2B 
8cfab126069b3404223645e3f37038db44040d873c2edbc06a5286ca936584016044d6e8dd4444166910b4c5a87874db5bdad43452aca2aa8f96ba0e7f648fbe
 SHA512 
a13eccf92882d5bfe6b09a99d6c805337f68d5169c58615b750bf5994abd4df0709065e12d4cdc8eb0c80f758f602548b0279dc7eb089f7417f5da8fd1955626

diff --git a/app-office/homebank/homebank-5.5.1.ebuild 
b/app-office/homebank/homebank-5.5.1.ebuild
new file mode 100644
index 00000000000..6eeaf4265c0
--- /dev/null
+++ b/app-office/homebank/homebank-5.5.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg
+
+DESCRIPTION="Free, easy, personal accounting for everyone"
+HOMEPAGE="http://homebank.free.fr/index.php";
+SRC_URI="http://homebank.free.fr/public/${P}.tar.gz";
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+ofx"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=dev-libs/glib-2.39
+       >=net-libs/libsoup-2.26
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf
+       >=x11-libs/gtk+-3.22:3
+       x11-libs/pango
+       ofx? ( >=dev-libs/libofx-0.8.3:= )"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-lang/perl-5.8.1
+       dev-perl/XML-Parser
+       >=dev-util/intltool-0.40.5
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_prepare() {
+       default
+
+       # avoid using eautoreconf
+       sed -i -e 's|\$(datadir)/appdata|\$(datadir)/metainfo|' 
data/Makefile.{am,in} || die
+}
+
+src_configure() {
+       econf $(use_with ofx)
+}

Reply via email to