diff options
author | Sam James <sam@gentoo.org> | 2023-05-06 12:56:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-06 12:58:23 +0100 |
commit | 2c849c45b6af83ce1c13365b3b2ace0e7ec1a977 (patch) | |
tree | ada628ac6cb8d1432de5356bdde057534efbeebe /app-office | |
parent | app-emulation/virt-manager: drop 3.2.0-r1, 4.0.0 (diff) | |
download | gentoo-2c849c45b6af83ce1c13365b3b2ace0e7ec1a977.tar.gz gentoo-2c849c45b6af83ce1c13365b3b2ace0e7ec1a977.tar.bz2 gentoo-2c849c45b6af83ce1c13365b3b2ace0e7ec1a977.zip |
app-office/homebank: drop 5.5.4, 5.6.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/homebank/Manifest | 2 | ||||
-rw-r--r-- | app-office/homebank/homebank-5.5.4.ebuild | 41 | ||||
-rw-r--r-- | app-office/homebank/homebank-5.6.1.ebuild | 36 |
3 files changed, 0 insertions, 79 deletions
diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index be5add5b8656..01895ccd919b 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1,3 +1 @@ -DIST homebank-5.5.4.tar.gz 3089097 BLAKE2B 3b73ca8a016a02c5050bed4d702cb2e71ed34182a2cc41a043e4af8053acc21df738bc91d564cb51b9e08aaa4b60156ea824a38ebd21eea00266f55951d23e59 SHA512 ae85fcc46ef8428a0dca865ec0b51532f4ada28a2515873f00802ac8894cc9ad1c93be64a587a5e119efe3c61436d7aabd1f90ee559af047ddf65c3b59bc066d -DIST homebank-5.6.1.tar.gz 3357600 BLAKE2B 487ae9ea6c518a5cf53438a6095a29319dff9b1b77dd52fff6c9f1638eb9c86c34895697c6d9964493cbd62192eeba0220bd3d56a0cc64583d4eb2aa109bba1d SHA512 5d0b7c1a843e61d655cfe5dd3690cbe1f121baa695fd476c5322036458712faa038fcb8f6504378a856cd9181840f1cd1e485e2d8d26b729f93709a887b7b021 DIST homebank-5.6.2.tar.gz 3370041 BLAKE2B 0735535bf4366d2190448272aaa4b49ffff80f38d1b3086fa5f94753e14f0cfe9c88ded7986189fd949e30298e903b35649aaba23ef015682226213f1cb57e5a SHA512 6820e7d23af9097928edd17dd71a875fefa01f4ad9a5e1d9b27ae5080bc0e030c123c1ec2940eea58dc04cf04fb533207a062b87ca5ece7244ef56f9a3971f7d diff --git a/app-office/homebank/homebank-5.5.4.ebuild b/app-office/homebank/homebank-5.5.4.ebuild deleted file mode 100644 index 437e4170273f..000000000000 --- a/app-office/homebank/homebank-5.5.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 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="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) -} diff --git a/app-office/homebank/homebank-5.6.1.ebuild b/app-office/homebank/homebank-5.6.1.ebuild deleted file mode 100644 index 29ac29e41ddd..000000000000 --- a/app-office/homebank/homebank-5.6.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 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="http://homebank.free.fr/index.php" -SRC_URI="http://homebank.free.fr/public/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="+ofx" -KEYWORDS="amd64 ppc ~ppc64 x86" - -RDEPEND=">=dev-libs/glib-2.39:2 - >=net-libs/libsoup-2.26:2.4 - 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) -} |