public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Remi Cardona (remi)" <remi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-office/grisbi: grisbi-0.6.0.ebuild ChangeLog
Date: Tue, 25 May 2010 20:22:43 +0000 (UTC)	[thread overview]
Message-ID: <20100525202243.9F39F2CD19@corvid.gentoo.org> (raw)

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."
}






             reply	other threads:[~2010-05-25 20:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25 20:22 Remi Cardona (remi) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-25 20:38 [gentoo-commits] gentoo-x86 commit in app-office/grisbi: grisbi-0.6.0.ebuild ChangeLog Remi Cardona (remi)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100525202243.9F39F2CD19@corvid.gentoo.org \
    --to=remi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox