Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/grisbi/
Date: Thu, 03 Nov 2016 11:19:35
Message-Id: 1478171933.8f7c80e7319f64150342baafbd40dd93b86ea345.pacho@gentoo
1 commit: 8f7c80e7319f64150342baafbd40dd93b86ea345
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 10:36:18 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 11:18:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7c80e7
7
8 app-office/grisbi: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 app-office/grisbi/grisbi-1.0.0.ebuild | 38 -----------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/app-office/grisbi/grisbi-1.0.0.ebuild b/app-office/grisbi/grisbi-1.0.0.ebuild
16 deleted file mode 100644
17 index fb64b22..00000000
18 --- a/app-office/grisbi/grisbi-1.0.0.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -GCONF_DEBUG="no"
27 -GNOME2_LA_PUNT="yes"
28 -
29 -inherit eutils gnome2
30 -
31 -DESCRIPTION="Grisbi is a personal accounting application for Linux"
32 -HOMEPAGE="http://www.grisbi.org"
33 -SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/1.0.x/${P}.tar.bz2"
34 -IUSE="nls ofx ssl"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~ppc x86"
39 -
40 -RDEPEND="dev-libs/libxml2
41 - >=dev-libs/glib-2.18.0:2
42 - >=x11-libs/gtk+-2.12.0:2
43 - x11-misc/xdg-utils
44 - ssl? ( >=dev-libs/openssl-0.9.5 )
45 - ofx? ( >=dev-libs/libofx-0.7.0 )"
46 -
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig"
49 -
50 -pkg_setup() {
51 - G2CONF+="--with-libxml2
52 - --without-cunit
53 - --disable-static
54 - $(use_with ssl openssl)
55 - $(use_with ofx)
56 - $(use_enable nls)"
57 - DOCS="AUTHORS NEWS README"
58 -}