commit: 08c9a8077411305282ea7a9d3991c6c090613ebf Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org> AuthorDate: Thu Jul 27 21:23:21 2017 +0000 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org> CommitDate: Thu Jul 27 21:48:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c9a807
app-office/homebank: remove unneeded 5.1.1 app-office/homebank/homebank-5.1.1.ebuild | 50 ------------------------------- 1 file changed, 50 deletions(-) diff --git a/app-office/homebank/homebank-5.1.1.ebuild b/app-office/homebank/homebank-5.1.1.ebuild deleted file mode 100644 index e123addd900..00000000000 --- a/app-office/homebank/homebank-5.1.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit fdo-mime eutils 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 ~x86" - -RDEPEND=">=dev-libs/glib-2.39 - >=net-libs/libsoup-2.26 - x11-libs/cairo - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-3.12: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() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update -}
