diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-10-21 20:53:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-10-21 20:53:07 +0000 |
commit | 9dd0965236f0d1176fa22897106ede8af9b3b370 (patch) | |
tree | 6ec7d7b246130a2cf501a706df5170f70aeece02 /app-office/grisbi | |
parent | live cvs (diff) | |
download | historical-9dd0965236f0d1176fa22897106ede8af9b3b370.tar.gz historical-9dd0965236f0d1176fa22897106ede8af9b3b370.tar.bz2 historical-9dd0965236f0d1176fa22897106ede8af9b3b370.zip |
version bump thanks to: Guillaume Castagnino <guilc@fr.st> in bug #67566
Diffstat (limited to 'app-office/grisbi')
-rw-r--r-- | app-office/grisbi/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/grisbi/Manifest | 4 | ||||
-rw-r--r-- | app-office/grisbi/files/digest-grisbi-0.5.2 | 1 | ||||
-rw-r--r-- | app-office/grisbi/grisbi-0.5.2.ebuild | 75 |
4 files changed, 85 insertions, 2 deletions
diff --git a/app-office/grisbi/ChangeLog b/app-office/grisbi/ChangeLog index beb3c6448a84..5745325010a7 100644 --- a/app-office/grisbi/ChangeLog +++ b/app-office/grisbi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/grisbi # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.7 2004/10/08 15:32:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.8 2004/10/21 20:53:07 seemant Exp $ + +*grisbi-0.5.2 (21 Oct 2004) + + 21 Oct 2004; Seemant Kulleen <seemant@gentoo.org> +grisbi-0.5.2.ebuild: + version bump thanks to: Guillaume Castagnino <guilc@fr.st> in bug #67566 *grisbi-0.5.2_pre1 (08 Oct 2004) diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest index 715d9bec5bea..dc6c15a5d426 100644 --- a/app-office/grisbi/Manifest +++ b/app-office/grisbi/Manifest @@ -1,6 +1,8 @@ MD5 e336a25afa57a9321bbc1c526132ccab grisbi-0.5.0-r1.ebuild 1615 MD5 811962f16c85671dcec8f921b8293f0a grisbi-0.5.2_pre1.ebuild 1711 -MD5 7154cf53e32e40ef388f8658b13b8514 ChangeLog 1335 +MD5 4c70b132c4dd68dc67c724adcf7db008 grisbi-0.5.2.ebuild 1698 +MD5 8c798abcdb7521e3cc22c653d5e4a934 ChangeLog 1514 MD5 5387e76e6294c5f60159aab38850fee9 metadata.xml 443 MD5 ccc62cf2f2a9ecc58aebb729a2cca5c4 files/digest-grisbi-0.5.0-r1 64 +MD5 b38a711add9e8987686540cd0647b5be files/digest-grisbi-0.5.2 64 MD5 f92b45bf4e2cd05295bf5e71266597cf files/digest-grisbi-0.5.2_pre1 68 diff --git a/app-office/grisbi/files/digest-grisbi-0.5.2 b/app-office/grisbi/files/digest-grisbi-0.5.2 new file mode 100644 index 000000000000..5ae083ce397a --- /dev/null +++ b/app-office/grisbi/files/digest-grisbi-0.5.2 @@ -0,0 +1 @@ +MD5 fc32d48605867cbaf04051b33bc62ff2 grisbi-0.5.2.tar.gz 968756 diff --git a/app-office/grisbi/grisbi-0.5.2.ebuild b/app-office/grisbi/grisbi-0.5.2.ebuild new file mode 100644 index 000000000000..afbf2daea2dc --- /dev/null +++ b/app-office/grisbi/grisbi-0.5.2.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.2.ebuild,v 1.1 2004/10/21 20:53:07 seemant Exp $ + +inherit eutils + +IUSE="print nls ofx" + +DESCRIPTION="Grisbi is a personal accounting application for Linux" +HOMEPAGE="http://www.grisbi.org" +SRC_URI="mirror://sourceforge/grisbi/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" + +DEPEND="dev-libs/libxml2 + >=x11-libs/gtk+-2 + ofx? ( dev-libs/libofx )" + +RDEPEND="${DEPEND} + print? ( virtual/tetex + dev-tex/latex-unicode )" + +pkg_setup() { + if ! use print; then + echo + einfo + einfo "NOTE: The USE variable 'print' is not in your USE flags." + einfo "For printing support in grisbi, you will need to restart" + einfo "the build with USE=\"print\"" + einfo + echo + ebeep 5 + fi +} + +src_unpack() { + + unpack ${A} + + # Apply location patchs + ebegin "Applying Gentoo documentation location patch" + cd ${S} + for i in src/Makefile.am src/Makefile.in \ + help/C/Makefile.am help/C/Makefile.in help/C/grisbi-manuel.html \ + help/fr/Makefile.am help/fr/Makefile.in help/fr/grisbi-manuel.html + do + sed -i "s;doc/grisbi/help;doc/${PF}/help;g" ${i} + done + eend 0 +} + +src_compile() { + + local myconf + myconf="`use_enable nls`" + myconf="${myconf} `use_with ofx`" + + econf ${myconf} || die "configure failed" + emake || die +} + +src_install() { + einstall || die + dodoc AUTHORS COPYING ChangeLog NEWS README +} + +pkg_postinst() { + pkg_setup + + einfo "The first thing you should do is set up the browser command in" + einfo "preferences after you start up grisbi. Otherwise you will not" + einfo "be able to see the help and manuals" +} |