public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/homebank: ChangeLog homebank-4.2.ebuild
@ 2010-02-11 14:55 Denis Dupeyron (calchan)
  0 siblings, 0 replies; only message in thread
From: Denis Dupeyron (calchan) @ 2010-02-11 14:55 UTC (permalink / raw
  To: gentoo-commits

calchan     10/02/11 14:55:44

  Modified:             ChangeLog
  Added:                homebank-4.2.ebuild
  Log:
  Version bump, bug #304515.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 app-office/homebank/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	15 Dec 2009 14:51:02 -0000	1.14
+++ ChangeLog	11 Feb 2010 14:55:43 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/homebank
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.14 2009/12/15 14:51:02 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/ChangeLog,v 1.15 2010/02/11 14:55:43 calchan Exp $
+
+*homebank-4.2 (11 Feb 2010)
+
+  11 Feb 2010; Denis Dupeyron <calchan@gentoo.org> +homebank-4.2.ebuild:
+  Version bump, bug #304515.
 
   15 Dec 2009; Peter Volkov <pva@gentoo.org> metadata.xml:
   metadata.xml: added required herd tag.



1.1                  app-office/homebank/homebank-4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/homebank-4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/homebank/homebank-4.2.ebuild?rev=1.1&content-type=text/plain

Index: homebank-4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/homebank/homebank-4.2.ebuild,v 1.1 2010/02/11 14:55:43 calchan Exp $

EAPI="2"

inherit fdo-mime

DESCRIPTION="Free, easy, personal accounting for everyone"
HOMEPAGE="http://homebank.free.fr/index.php"
SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE="ofx"
KEYWORDS="~amd64 ~ppc ~x86"

RDEPEND=">=x11-libs/gtk+-2.14
	>=dev-libs/glib-2.17
	sys-libs/zlib
	ofx? ( >=dev-libs/libofx-0.7 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	>=dev-util/intltool-0.40.5"
RDEPEND="${RDEPEND}
	gnome-base/librsvg"

S="${WORKDIR}/${P/_/}"

src_prepare() {
	sed -i -e 's/true/TRUE/' src/import.c || die "sed failed"
}

src_configure() {
	econf $(use_with ofx)
}

src_install() {
	emake DESTDIR="${D}" install || die "Installation failed"
	dodoc AUTHORS ChangeLog README
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-11 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 14:55 [gentoo-commits] gentoo-x86 commit in app-office/homebank: ChangeLog homebank-4.2.ebuild Denis Dupeyron (calchan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox