diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 13:07:56 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 13:07:56 +0000 |
commit | 59f26d80c9ae948102751df09e8d53767af7708f (patch) | |
tree | 230f95e8cdd447602000a984c392ae9534b3b9a6 /app-office | |
parent | Drop old (#508854) (diff) | |
download | gentoo-2-59f26d80c9ae948102751df09e8d53767af7708f.tar.gz gentoo-2-59f26d80c9ae948102751df09e8d53767af7708f.tar.bz2 gentoo-2-59f26d80c9ae948102751df09e8d53767af7708f.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/grisbi/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/grisbi/files/0.8.9-fix-ofx-support.patch | 12 | ||||
-rw-r--r-- | app-office/grisbi/grisbi-0.8.9-r1.ebuild | 44 |
3 files changed, 5 insertions, 57 deletions
diff --git a/app-office/grisbi/ChangeLog b/app-office/grisbi/ChangeLog index daba82d67449..80e0d5740ebb 100644 --- a/app-office/grisbi/ChangeLog +++ b/app-office/grisbi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/grisbi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.67 2014/05/04 12:09:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.68 2014/11/13 13:07:56 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> + -files/0.8.9-fix-ofx-support.patch, -grisbi-0.8.9-r1.ebuild: + Drop old (#508854) 04 May 2014; Pacho Ramos <pacho@gentoo.org> grisbi-1.0.0.ebuild: x86 stable, bug 508862 diff --git a/app-office/grisbi/files/0.8.9-fix-ofx-support.patch b/app-office/grisbi/files/0.8.9-fix-ofx-support.patch deleted file mode 100644 index afafe3df7350..000000000000 --- a/app-office/grisbi/files/0.8.9-fix-ofx-support.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- configure 2011-12-30 21:52:15.000000000 +0100 -+++ configure 2012-07-08 17:00:37.000000000 +0200 -@@ -13920,7 +13920,8 @@ - # Check whether --with-ofx was given. - if test "${with_ofx+set}" = set; then : - withval=$with_ofx; build_ofx=$withval -- build_ofx=no -+else -+ build_ofx=auto - fi - - diff --git a/app-office/grisbi/grisbi-0.8.9-r1.ebuild b/app-office/grisbi/grisbi-0.8.9-r1.ebuild deleted file mode 100644 index f555954edaca..000000000000 --- a/app-office/grisbi/grisbi-0.8.9-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.8.9-r1.ebuild,v 1.4 2012/10/16 04:06:35 blueness Exp $ - -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/0.8.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-plugins - --with-libxml2 - --without-cunit - --disable-static - $(use_with ssl openssl) - $(use_with ofx) - $(use_enable nls)" - DOCS="AUTHORS NEWS README" -} - -src_prepare() { - gnome2_src_prepare - epatch "${FILESDIR}/0.8.9-fix-ofx-support.patch" -} |