From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBE93158020 for ; Wed, 21 Dec 2022 22:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D7E4E088B; Wed, 21 Dec 2022 22:47:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDC41E088B for ; Wed, 21 Dec 2022 22:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4021534129F for ; Wed, 21 Dec 2022 22:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2EFA7FF for ; Wed, 21 Dec 2022 22:47:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671661549.2308555f37a788fc004b4d84a465036c381b3504.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/homebank/Manifest app-office/homebank/homebank-5.5.2-r1.ebuild X-VCS-Directories: app-office/homebank/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2308555f37a788fc004b4d84a465036c381b3504 X-VCS-Branch: master Date: Wed, 21 Dec 2022 22:47:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bc15fea-bd6c-4e42-8965-88c018b915a2 X-Archives-Hash: 39ad1e8cb8e803af60008b48035a14ff commit: 2308555f37a788fc004b4d84a465036c381b3504 Author: Sam James gentoo org> AuthorDate: Wed Dec 21 22:23:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 21 22:25:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2308555f app-office/homebank: drop 5.5.2-r1 Bug: https://bugs.gentoo.org/886675 Signed-off-by: Sam James gentoo.org> app-office/homebank/Manifest | 1 - app-office/homebank/homebank-5.5.2-r1.ebuild | 41 ---------------------------- 2 files changed, 42 deletions(-) diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index 43286fe627d3..0d64bf52879d 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1,2 +1 @@ -DIST homebank-5.5.2.tar.gz 3056800 BLAKE2B c2c00214cb1311271b6c38ee8643ed1f6c6701ca07222fc60c6eb7d8c2fb4aecaacc188917825e386c13e908d22038602d7293f9d913b2c76d10956b5fbd3636 SHA512 c4279bb0f0d0ab58024c1d32148d987cc61c83ca77d8f523488a9c2dde9009469bce8291e8e90d5fdeae631813ec7556a5b4db7c709624f178fdee165feaa3ef DIST homebank-5.5.4.tar.gz 3089097 BLAKE2B 3b73ca8a016a02c5050bed4d702cb2e71ed34182a2cc41a043e4af8053acc21df738bc91d564cb51b9e08aaa4b60156ea824a38ebd21eea00266f55951d23e59 SHA512 ae85fcc46ef8428a0dca865ec0b51532f4ada28a2515873f00802ac8894cc9ad1c93be64a587a5e119efe3c61436d7aabd1f90ee559af047ddf65c3b59bc066d diff --git a/app-office/homebank/homebank-5.5.2-r1.ebuild b/app-office/homebank/homebank-5.5.2-r1.ebuild deleted file mode 100644 index 85afe9455e65..000000000000 --- a/app-office/homebank/homebank-5.5.2-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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:2.4 - 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) -}