* [gentoo-commits] gentoo-x86 commit in app-office/grisbi: grisbi-0.6.0.ebuild ChangeLog
@ 2010-05-25 20:22 Remi Cardona (remi)
0 siblings, 0 replies; 2+ messages in thread
From: Remi Cardona (remi) @ 2010-05-25 20:22 UTC (permalink / raw
To: gentoo-commits
remi 10/05/25 20:22:43
Modified: ChangeLog
Added: grisbi-0.6.0.ebuild
Log:
app-office/grisbi: bump to 0.6.0, rewrite ebuild to use the gnome2 eclass
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.40 app-office/grisbi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 20 Mar 2010 12:55:16 -0000 1.39
+++ ChangeLog 25 May 2010 20:22:43 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for app-office/grisbi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.39 2010/03/20 12:55:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.40 2010/05/25 20:22:43 remi Exp $
+
+*grisbi-0.6.0 (25 May 2010)
+
+ 25 May 2010; Rémi Cardona <remi@gentoo.org> +grisbi-0.6.0.ebuild:
+ bump to 0.6.0, rewrite ebuild to use the gnome2 eclass
20 Mar 2010; Raúl Porcel <armin76@gentoo.org> grisbi-0.6.0_rc2.ebuild:
sparc stable wrt #306033
1.1 app-office/grisbi/grisbi-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: grisbi-0.6.0.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/05/25 20:22:43 remi 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 ~sparc ~x86"
# minimum gtk 2.10 to have print support
RDEPEND="dev-libs/libxml2
>=x11-libs/gtk+-2.10.0
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."
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/grisbi: grisbi-0.6.0.ebuild ChangeLog
@ 2010-05-25 20:38 Remi Cardona (remi)
0 siblings, 0 replies; 2+ messages in thread
From: Remi Cardona (remi) @ 2010-05-25 20:38 UTC (permalink / raw
To: gentoo-commits
remi 10/05/25 20:38:47
Modified: grisbi-0.6.0.ebuild ChangeLog
Log:
app-office/grisbi: simplify bash syntax
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.2 app-office/grisbi/grisbi-0.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild?r1=1.1&r2=1.2
Index: grisbi-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grisbi-0.6.0.ebuild 25 May 2010 20:22:43 -0000 1.1
+++ grisbi-0.6.0.ebuild 25 May 2010 20:38:47 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.1 2010/05/25 20:22:43 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild,v 1.2 2010/05/25 20:38:47 remi Exp $
EAPI="2"
@@ -27,8 +27,8 @@
pkg_setup() {
G2CONF="
- --with-plugins \
- $(use_with ofx) \
+ --with-plugins
+ $(use_with ofx)
$(use_enable nls)"
DOCS="AUTHORS NEWS README"
}
1.41 app-office/grisbi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/grisbi/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 25 May 2010 20:22:43 -0000 1.40
+++ ChangeLog 25 May 2010 20:38:47 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for app-office/grisbi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.40 2010/05/25 20:22:43 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.41 2010/05/25 20:38:47 remi Exp $
+
+ 25 May 2010; Rémi Cardona <remi@gentoo.org> grisbi-0.6.0.ebuild:
+ simplify bash syntax
*grisbi-0.6.0 (25 May 2010)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-25 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 20:38 [gentoo-commits] gentoo-x86 commit in app-office/grisbi: grisbi-0.6.0.ebuild ChangeLog Remi Cardona (remi)
-- strict thread matches above, loose matches on Subject: below --
2010-05-25 20:22 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox