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 D6F011395E1 for ; Thu, 3 Nov 2016 11:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60BE2E0BB2; Thu, 3 Nov 2016 11:19:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46255E0BA7 for ; Thu, 3 Nov 2016 11:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AE6D3410CD for ; Thu, 3 Nov 2016 11:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6BDC249C for ; Thu, 3 Nov 2016 11:19:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478171933.8f7c80e7319f64150342baafbd40dd93b86ea345.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/grisbi/grisbi-1.0.0.ebuild X-VCS-Directories: app-office/grisbi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8f7c80e7319f64150342baafbd40dd93b86ea345 X-VCS-Branch: master Date: Thu, 3 Nov 2016 11:19:28 +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: de39500d-699f-4991-94d8-072748b7df05 X-Archives-Hash: 84f19d7b05a3863c3dbad6527a1c0445 commit: 8f7c80e7319f64150342baafbd40dd93b86ea345 Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 3 10:36:18 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 3 11:18:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7c80e7 app-office/grisbi: Drop old Package-Manager: portage-2.3.2 app-office/grisbi/grisbi-1.0.0.ebuild | 38 ----------------------------------- 1 file changed, 38 deletions(-) diff --git a/app-office/grisbi/grisbi-1.0.0.ebuild b/app-office/grisbi/grisbi-1.0.0.ebuild deleted file mode 100644 index fb64b22..00000000 --- a/app-office/grisbi/grisbi-1.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -DESCRIPTION="Grisbi is a personal accounting application for Linux" -HOMEPAGE="http://www.grisbi.org" -SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/1.0.x/${P}.tar.bz2" -IUSE="nls ofx ssl" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND="dev-libs/libxml2 - >=dev-libs/glib-2.18.0:2 - >=x11-libs/gtk+-2.12.0:2 - x11-misc/xdg-utils - ssl? ( >=dev-libs/openssl-0.9.5 ) - ofx? ( >=dev-libs/libofx-0.7.0 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - G2CONF+="--with-libxml2 - --without-cunit - --disable-static - $(use_with ssl openssl) - $(use_with ofx) - $(use_enable nls)" - DOCS="AUTHORS NEWS README" -}