diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-03-21 10:14:36 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-21 10:14:36 +0200 |
commit | b5801a5fb4145d0275ad900bfeaafbee2af46bc8 (patch) | |
tree | e51664a7f7abd9335d1805d1a10fcb238e649e94 /app-office/homebank | |
parent | app-emulation/crossover-bin: drop 19.0.2, 20.0.2 (diff) | |
download | gentoo-b5801a5fb4145d0275ad900bfeaafbee2af46bc8.tar.gz gentoo-b5801a5fb4145d0275ad900bfeaafbee2af46bc8.tar.bz2 gentoo-b5801a5fb4145d0275ad900bfeaafbee2af46bc8.zip |
app-office/homebank: drop 5.2.8, 5.4.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-office/homebank')
-rw-r--r-- | app-office/homebank/Manifest | 2 | ||||
-rw-r--r-- | app-office/homebank/homebank-5.2.8.ebuild | 50 | ||||
-rw-r--r-- | app-office/homebank/homebank-5.4.2.ebuild | 50 |
3 files changed, 0 insertions, 102 deletions
diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest index 4457ce0d4332..b61afbfd248e 100644 --- a/app-office/homebank/Manifest +++ b/app-office/homebank/Manifest @@ -1,3 +1 @@ -DIST homebank-5.2.8.tar.gz 2730743 BLAKE2B e5a1cd143f72cdb09b5e097853c89b2dac8ad3e35e0aa5d0f3372350545d887a96ae630cd8a5cb8c605230e84e4402a2c63cef8af76d00ff2c1875aea2313545 SHA512 e1cb0595f1a5cedad83d1b51223d15ea7f37ced9d14edad1f1af8ad8e0eed2938518ed936981558879b5a1bd8aa80d88f4303e69fff0d6e503a8abe61bf872be -DIST homebank-5.4.2.tar.gz 2974448 BLAKE2B 0b6f6ad57633ecf560f821295797e9bcc83bb7f69b7b74ad38792f091593b5ae9dc79693b9d44f46414ee3e6f9e9d4fdc2dd5a174f2a50e79177d68506a2235c SHA512 6c28fed7f7a0019be87cd86d37f52a0ddedb0c2752bd311986a4ddfe33913a34e362eadc69e9238e391009fddb45a3a2b59e1176f2ca3f1901293a1b0989223e DIST homebank-5.4.3.tar.gz 3014659 BLAKE2B 7ec6aa1c8bdc7d26bae8ae751200a4ad9effd9aac08bd39a1969897d7904468f60606307be1b6e6587a662fd7874c8f73460e559c6d06820056811dd4e8fb85f SHA512 e2b3b45a6d35205c3d2bf24d4c0c065889fa4e7d92cc9551db873b8b33cc15e6c1dd721936b438db0725509233bf265446b0512e23973cbebae7af4a7dce96ba diff --git a/app-office/homebank/homebank-5.2.8.ebuild b/app-office/homebank/homebank-5.2.8.ebuild deleted file mode 100644 index ef8c42748659..000000000000 --- a/app-office/homebank/homebank-5.2.8.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit xdg-utils gnome2-utils - -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 - 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} - >=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) -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} diff --git a/app-office/homebank/homebank-5.4.2.ebuild b/app-office/homebank/homebank-5.4.2.ebuild deleted file mode 100644 index 02469b83466e..000000000000 --- a/app-office/homebank/homebank-5.4.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit xdg-utils gnome2-utils - -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 - 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} - >=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) -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} |