diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2015-10-14 13:30:16 -0600 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2015-10-14 13:30:16 -0600 |
commit | 6467f2c01b13e770b6726a30ce1110b82866d39c (patch) | |
tree | 854079d5e34f8dd98cb79fc6e0a696c69084ebd3 /app-office | |
parent | app-office/homebank: bump to 5.0.5 (diff) | |
download | gentoo-6467f2c01b13e770b6726a30ce1110b82866d39c.tar.gz gentoo-6467f2c01b13e770b6726a30ce1110b82866d39c.tar.bz2 gentoo-6467f2c01b13e770b6726a30ce1110b82866d39c.zip |
app-office/homebank: remove 5.0.0
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/homebank/homebank-5.0.0.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-office/homebank/homebank-5.0.0.ebuild b/app-office/homebank/homebank-5.0.0.ebuild deleted file mode 100644 index 4f4210ce77f0..000000000000 --- a/app-office/homebank/homebank-5.0.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit fdo-mime eutils - -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 ~x86" - -RDEPEND=">=dev-libs/glib-2.28 - x11-libs/cairo - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-3.6.4: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_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update -} |