diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-10-10 19:05:52 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-10-10 19:05:52 +0000 |
commit | 922c7bf32c2e9cf2ac2f903e891b4d979d3d7398 (patch) | |
tree | dfda949caca7ae73f30538f750ad575986e8b786 /app-office/grisbi/grisbi-0.6.0.ebuild | |
parent | Drop .la files as I have just test plugins work still, bug #386665 by Ago. Dr... (diff) | |
download | historical-922c7bf32c2e9cf2ac2f903e891b4d979d3d7398.tar.gz historical-922c7bf32c2e9cf2ac2f903e891b4d979d3d7398.tar.bz2 historical-922c7bf32c2e9cf2ac2f903e891b4d979d3d7398.zip |
Drop .la files, bug #386665 by Ago. Drop old.
Package-Manager: portage-2.1.10.25/cvs/Linux x86_64
Diffstat (limited to 'app-office/grisbi/grisbi-0.6.0.ebuild')
-rw-r--r-- | app-office/grisbi/grisbi-0.6.0.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/app-office/grisbi/grisbi-0.6.0.ebuild b/app-office/grisbi/grisbi-0.6.0.ebuild deleted file mode 100644 index ba90a1af16f3..000000000000 --- a/app-office/grisbi/grisbi-0.6.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild,v 1.4 2011/07/24 11:03:24 armin76 Exp $ - -EAPI="2" - -inherit eutils gnome2 - -IUSE="nls ofx ssl" - -DESCRIPTION="Grisbi is a personal accounting application for Linux" -HOMEPAGE="http://www.grisbi.org" -SRC_URI="mirror://sourceforge/grisbi/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -# minimum gtk 2.10 to have print support -RDEPEND="dev-libs/libxml2 - >=x11-libs/gtk+-2.10.0:2 - ssl? ( dev-libs/openssl ) - ofx? ( >=dev-libs/libofx-0.7.0 )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.20" - -pkg_setup() { - G2CONF=" - --with-plugins - $(use_with ofx) - $(use_enable nls)" - DOCS="AUTHORS NEWS README" -} - -src_prepare() { - gnome2_src_prepare - - # Apply location patchs - ebegin "Applying Gentoo documentation location patch" - for i in \ - $(find ./ -name 'Makefile.am') \ - $(find ./ -name 'grisbi-manuel.html') - do - sed -i "s;doc/grisbi/;doc/${PF}/;g" "${i}" - done - eend 0 - - # Fix Icon value in desktop file - sed -i "s/grisbi.png/grisbi/" share/grisbi.desktop || die -} - -pkg_postinst() { - gnome2_pkg_postinst - elog "The first thing you should do is set up the browser command in" - elog "preferences after you start up grisbi. Otherwise you will not" - elog "be able to see the help and manuals." -} |