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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CE00139694 for ; Thu, 27 Jul 2017 21:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFA71FC06D; Thu, 27 Jul 2017 21:49:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FFF31FC06D for ; Thu, 27 Jul 2017 21:49:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61488341972 for ; Thu, 27 Jul 2017 21:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F25EA74C3 for ; Thu, 27 Jul 2017 21:49:01 +0000 (UTC) From: "Denis Dupeyron" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Dupeyron" Message-ID: <1501192135.08c9a8077411305282ea7a9d3991c6c090613ebf.calchan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/homebank/homebank-5.1.1.ebuild X-VCS-Directories: app-office/homebank/ X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron X-VCS-Revision: 08c9a8077411305282ea7a9d3991c6c090613ebf X-VCS-Branch: master Date: Thu, 27 Jul 2017 21:49:01 +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-Archives-Salt: ed778516-88dc-4c1a-a5de-a27b5f19e9ea X-Archives-Hash: 835e7d5432e9a687cbbc730b5d910ee8 commit: 08c9a8077411305282ea7a9d3991c6c090613ebf Author: Denis Dupeyron gentoo org> AuthorDate: Thu Jul 27 21:23:21 2017 +0000 Commit: Denis Dupeyron gentoo 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 -}