commit: 57418d309d844537bdd46081a6d23419c722b7dd Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Tue Jul 1 06:07:38 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 06:32:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57418d30
app-office/homebank: drop 5.9 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-office/homebank/Manifest | 1 - app-office/homebank/homebank-5.9.ebuild | 45 --------------------------------- 2 files changed, 46 deletions(-) diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index b729631956dc..b3fc88b3e98d 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1,2 +1 @@ DIST homebank-5.9.1.tar.gz 4034657 BLAKE2B 8ac8071e550a33a30c64266378404ddc60baa1dea66bc13e4f36fba4fc332be5db9d3a56b17d31821d864cce0a464edd2ca912b9100b9a67c266d6091175ca81 SHA512 53083044dc71c0e1b41d3adf23452b669c8cc5c0660f7452fc040aef52a5f7845e40ac82e8ff8eda9c79f5c3501f7de791d0757545918e2af91fc9dd9a0fcbeb -DIST homebank-5.9.tar.gz 4033406 BLAKE2B ca8bea0437446d1d975308d2de83fd3988a5e33e4bb52c310cb60bf0d25369a56461a9c83c162ae00f46ea2444e79ce2579e6eca8089de935bd1a07db818c01d SHA512 8bf5ef158db5f02e8e1a8714bc747fe84d5577ee48ecd1f3515636364d1ad6f64107d5d967454f3024d18f9a412d5883c085c410620cd63a5e5ddd8cc604a98e diff --git a/app-office/homebank/homebank-5.9.ebuild b/app-office/homebank/homebank-5.9.ebuild deleted file mode 100644 index baef6e11a850..000000000000 --- a/app-office/homebank/homebank-5.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg - -DESCRIPTION="Free, easy, personal accounting for everyone" -HOMEPAGE=" - https://www.gethomebank.org/ - https://launchpad.net/homebank -" -SRC_URI="https://www.gethomebank.org/public/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" -IUSE="+ofx" - -RDEPEND=" - >=dev-libs/glib-2.39:2 - net-libs/libsoup:3.0 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.22:3 - x11-libs/pango - ofx? ( >=dev-libs/libofx-0.8.3:= ) -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" -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_configure() { - econf $(use_with ofx) -}
