public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Denis Dupeyron" <calchan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/
Date: Tue, 27 Mar 2018 16:12:01 +0000 (UTC)	[thread overview]
Message-ID: <1522167096.f6b4380092c5370c9fd74963ff133c3b92666653.calchan@gentoo> (raw)

commit:     f6b4380092c5370c9fd74963ff133c3b92666653
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 16:11:36 2018 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 16:11:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b43800

app-office/homebank: bump to 5.1.8, bug 635076

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/homebank/Manifest              |  1 +
 app-office/homebank/homebank-5.1.8.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index cb799eb1720..bcc8285ee24 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -2,3 +2,4 @@ DIST homebank-4.6.3.tar.gz 1899045 BLAKE2B e010a5dad0669a26ba9ef100fa57bbf5dd605
 DIST homebank-5.0.9.tar.gz 2734386 BLAKE2B 5173bccb11109c32daf0fb9602373d39a6fa28bd84a8d2b5531f8de262bd749f456e67d60926ef272fc789df79215bde61e5357e71a331ed316c5899e67bf411 SHA512 832229de9812621bcce3037f1f70eb63cf96cb33468e0e76202ebe3a489544090d5b54fdc7b42feefaf7722c3f42c6d9bc45ee5fbd1b8638c2e54b65ea03357f
 DIST homebank-5.1.3.tar.gz 2686661 BLAKE2B bd43e3bc2d5d2c42e80cfc32b2beaa923b7c9110a71a703e52d45f302d16c5d8582cbb1c8463d4457b578844c357a20e7aed67c71a11d1baabf6dfec54960d3f SHA512 c95ac2871c3219d734aeb35d11e1e678efc50e166e2f8c1f05971fd341ac1598d6d672bd4b7cd7bcc206443af5305c9e1eb0557c3fcaab1ea35f4950acdef103
 DIST homebank-5.1.5.tar.gz 2698391 BLAKE2B b562d7902fc8aaa84f9bd74eaccfe269e5690c526d456d3babd3535e45b3ce94f40d0fb7319337edfa515477a0819ca55167daca935dd4c72afa6f41f9ad7c76 SHA512 674a6385f427ba23039745b476d7474c9f41f0183d5a41d6fa340fe36cc9b0b3a4a3da30dfecc4c4c3b8bfc72aba751799a5750b71eaf28b13333475d31e92e0
+DIST homebank-5.1.8.tar.gz 2745061 BLAKE2B b2e95a65f0d352fe167aa589683f3053d6b623f0240c348ea8c08f02f66b308b84873494eb7c307bbde15be28d7feb71ef966d0ae1bbb4d2cc5d22e53a68de08 SHA512 24c02b30878b920fdf8ee190fd8cfcdead1ecb971495880db8a49ca771f4cd140a2c1ff4eb09f3e6770be694480b84c5ff3b0d49568ce81c86e83b95797dbed4

diff --git a/app-office/homebank/homebank-5.1.8.ebuild b/app-office/homebank/homebank-5.1.8.ebuild
new file mode 100644
index 00000000000..1b350f51046
--- /dev/null
+++ b/app-office/homebank/homebank-5.1.8.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit xdg-utils gnome2-utils
+
+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 ~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}
+	>=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_configure() {
+	econf $(use_with ofx)
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2018-03-27 16:12 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 16:12 Denis Dupeyron [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12  5:38 [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/ Jakov Smolić
2024-09-09 21:08 Sam James
2024-09-09 21:08 Sam James
2024-09-09 18:54 Petr Vaněk
2024-08-09 18:39 Petr Vaněk
2024-07-04 11:05 Petr Vaněk
2024-06-26 19:32 Arthur Zamarin
2024-06-26 18:58 Arthur Zamarin
2024-06-26 17:48 Arthur Zamarin
2024-05-26 20:28 Petr Vaněk
2024-05-13 11:43 Petr Vaněk
2024-05-13 11:43 Petr Vaněk
2024-03-15 12:49 Petr Vaněk
2024-03-15  9:47 Sam James
2024-03-15  9:47 Sam James
2024-03-15  9:11 Arthur Zamarin
2024-02-13 10:02 Petr Vaněk
2024-02-13 10:02 Petr Vaněk
2024-02-13 10:02 Petr Vaněk
2024-02-04 21:31 Sam James
2024-02-04 21:31 Sam James
2024-02-04 10:25 Jakov Smolić
2024-02-04  9:25 Petr Vaněk
2023-12-11 13:46 Joonas Niilola
2023-09-24 14:25 Arthur Zamarin
2023-09-22 12:14 Arthur Zamarin
2023-09-22  9:15 Arthur Zamarin
2023-08-11  7:31 Joonas Niilola
2023-05-06 12:01 Sam James
2023-05-05 13:43 Arthur Zamarin
2023-04-04 23:17 Sam James
2023-04-04 19:43 Arthur Zamarin
2023-03-17 17:00 Sam James
2023-03-17 17:00 Sam James
2023-03-17 16:18 Arthur Zamarin
2023-02-23 12:29 Joonas Niilola
2023-02-05  9:13 Joonas Niilola
2023-02-05  9:13 Joonas Niilola
2022-12-21 22:47 Sam James
2022-12-19  0:58 Sam James
2022-12-18 12:45 Sam James
2022-02-11 14:56 Joonas Niilola
2022-02-11 14:56 Joonas Niilola
2021-12-05 18:39 Sam James
2021-12-05 18:31 Sam James
2021-12-05  4:16 Sam James
2021-09-16 19:11 Sam James
2021-07-14 14:32 Joonas Niilola
2021-07-14 14:32 Joonas Niilola
2021-05-06 10:11 Sam James
2021-05-06 10:06 Sam James
2021-05-06 10:04 Sam James
2021-03-29  8:45 Joonas Niilola
2021-03-21  8:24 Joonas Niilola
2021-02-27 17:03 Sam James
2021-02-25 13:54 Agostino Sarubbo
2021-02-24 22:07 Sam James
2021-01-26 17:53 Joonas Niilola
2021-01-26 15:07 Joonas Niilola
2021-01-03 22:56 Sam James
2020-06-20 15:45 Thomas Deutschmann
2020-06-11  8:29 Agostino Sarubbo
2020-06-09 20:51 Denis Dupeyron
2020-03-08 17:27 Denis Dupeyron
2020-03-08 17:23 Denis Dupeyron
2019-10-16 16:09 Denis Dupeyron
2019-06-14  9:18 Agostino Sarubbo
2019-05-21  1:02 Denis Dupeyron
2019-04-03 15:42 Denis Dupeyron
2019-03-16 21:39 Agostino Sarubbo
2019-02-05 17:11 Denis Dupeyron
2019-02-02 21:07 Sergei Trofimovich
2018-03-27 16:15 Denis Dupeyron
2017-07-27 21:49 Denis Dupeyron
2017-07-27 21:49 Denis Dupeyron
2017-06-18 14:01 Agostino Sarubbo
2017-01-30  6:39 Denis Dupeyron
2016-12-07 16:00 Denis Dupeyron
2016-12-07 15:56 Denis Dupeyron
2016-08-11 22:41 Denis Dupeyron
2016-07-16 23:11 Denis Dupeyron
2016-05-19 18:15 Denis Dupeyron
2016-03-18 17:15 Denis Dupeyron
2015-12-10 21:30 Denis Dupeyron
2015-12-09 18:36 Denis Dupeyron
2015-10-14 21:06 Denis Dupeyron
2015-10-14 19:30 Denis Dupeyron
2015-10-14 19:28 Denis Dupeyron

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=1522167096.f6b4380092c5370c9fd74963ff133c3b92666653.calchan@gentoo \
    --to=calchan@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