commit: 04e2f71838b67e4d8ca7958804535814d5f27a8e Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 16:01:28 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 16:31:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e2f718
app-office/homebank: drop 5.8.6 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-office/homebank/Manifest | 1 - app-office/homebank/homebank-5.8.6.ebuild | 45 ------------------------------- 2 files changed, 46 deletions(-) diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index 62393722f887..b729631956dc 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1,3 +1,2 @@ -DIST homebank-5.8.6.tar.gz 3780388 BLAKE2B a7a9315c69aa707f6c03ef9cf4a17fcaa04e2b8e395ae6d1c703eb4f982deac9c082a65f8e384563ac2e62820aa171fc81fe3df7ed2f8b71a90fdca5f6e20a2e SHA512 6a00920b30e38b7386bec9fd70df3c5c6fd2d9506ce636b7abce4abdea1642978873ff07e6234407e2a62f8064d102ca21ee4d4d2c89c2db7318d2bb34d7c0f5 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.8.6.ebuild b/app-office/homebank/homebank-5.8.6.ebuild deleted file mode 100644 index baef6e11a850..000000000000 --- a/app-office/homebank/homebank-5.8.6.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) -}
