commit: e508f263366bed26ae4bf99683dfce46bf17335f Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 07:10:24 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 07:11:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e508f263
app-office/homebank: drop 5.8.4 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-office/homebank/Manifest | 1 - app-office/homebank/homebank-5.8.4.ebuild | 45 ------------------------------- 2 files changed, 46 deletions(-) diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index 3e7abce59eb7..4daa8fbd5c59 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1,4 +1,3 @@ DIST homebank-5.8.2.tar.gz 3771644 BLAKE2B b660ebbab36ce7f42f9db662e0f2dc62fbac425ea91e2335bbcea14bce799f6b2e79fe130a56e47880cf0b55c86095fecc1b9583f91738126122f94e2ba1c241 SHA512 f241a8569209b9504e1a68b3c72168147641666e838a3a0160e56efcf2070c016a1ae906d7fcea8ac26e6785a74f5bf571a3f14f82bd8daa1f0cf33b0c7be983 DIST homebank-5.8.3.tar.gz 3773027 BLAKE2B 0af8b22b113c1be391cee455666ed767c9edefbba3973cdbdd85ca020611a5a8d992d85ee7b5e39ec56ea6693b4ee147cc05591623cb10d71b17466e7c205db2 SHA512 20b08c2329c7f11a4317b460be3e3b99072dab618965f9c96b21ed9355843e3cbb68730fa1517a5c6c90f9ab9fa53f7ed1e4f6d5af62a32d7d92e82acf342944 -DIST homebank-5.8.4.tar.gz 3774312 BLAKE2B 4e68b621fcc4cf6b2242c95061d5a959b1a96d5fdb39113d789e125d89fd7b5f85a17e816dec9b2453b1853d9959e3cb43f009ccd0448f7f07609c551ba6e6bf SHA512 998d0902e1a172565599669a63ed2dc894ed5e8b9e167669c8fb8fed13438ce70155978f034af75c5939778e4ed138315662b18c15e61d0b9c646603548a5e27 DIST homebank-5.8.5.tar.gz 3774684 BLAKE2B cacddb5a0cfead61ebe60f4918ff38b2b8fdd1fd1fcca08100ffd1a59bfc6181f171386303fffb7a526bfcd5473cee58077759a3ee244d41576ce31f7854ab5c SHA512 a58cd73f7f20388fd7821c18a53e240a7efc0253a2f38f57085b747aef1fe605e4ea8b3555b265b42223967d8014ae78512cbf5b1b83867e1c520e36b16d5236 diff --git a/app-office/homebank/homebank-5.8.4.ebuild b/app-office/homebank/homebank-5.8.4.ebuild deleted file mode 100644 index b794b4f11bfc..000000000000 --- a/app-office/homebank/homebank-5.8.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2024 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) -}