public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/gnucash: metadata.xml ChangeLog gnucash-2.2.6.ebuild
@ 2008-07-31  8:20 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2008-07-31  8:20 UTC (permalink / raw
  To: gentoo-commits

tove        08/07/31 08:20:43

  Modified:             metadata.xml ChangeLog
  Added:                gnucash-2.2.6.ebuild
  Log:
  Version bump. Add useflags to metadata.
  (Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)

Revision  Changes    Path
1.5                  app-office/gnucash/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	21 Jul 2007 12:14:32 -0000	1.4
+++ metadata.xml	31 Jul 2008 08:20:42 -0000	1.5
@@ -3,7 +3,14 @@
 <pkgmetadata>
 <herd>gnome-office</herd>
 <maintainer>
-  <email>tove@gentoo.org</email>
-  <name>Torsten Veller</name>
+	<email>tove@gentoo.org</email>
+	<name>Torsten Veller</name>
 </maintainer>
+<use>
+	<flag name='chipcard'>Enable support for chipcard reading and
+		processing.</flag>
+	<flag name='hbci'>Enable HBCI support, for connecting to some internet
+		banks</flag>
+	<flag name='quotes'>Enable Online Stock Quote retrieval</flag>
+</use>
 </pkgmetadata>



1.168                app-office/gnucash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	27 Jun 2008 08:02:01 -0000	1.167
+++ ChangeLog	31 Jul 2008 08:20:42 -0000	1.168
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/gnucash
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.167 2008/06/27 08:02:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.168 2008/07/31 08:20:42 tove Exp $
+
+*gnucash-2.2.6 (31 Jul 2008)
+
+  31 Jul 2008; Torsten Veller <tove@gentoo.org> metadata.xml,
+  +gnucash-2.2.6.ebuild:
+  Version bump. Add useflags to metadata.
 
   27 Jun 2008; Torsten Veller <tove@gentoo.org> -gnucash-2.2.3.ebuild,
   -gnucash-2.2.4.ebuild:



1.1                  app-office/gnucash/gnucash-2.2.6.ebuild

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

Index: gnucash-2.2.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.6.ebuild,v 1.1 2008/07/31 08:20:42 tove Exp $

EAPI=1

inherit eutils gnome2

DOC_VER="2.2.0"

DESCRIPTION="A personal finance manager."
HOMEPAGE="http://www.gnucash.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"

IUSE="+doc ofx hbci chipcard debug quotes"

# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.in)

RDEPEND=">=dev-libs/glib-2.6.3
	>=dev-scheme/guile-1.8.3
	>=dev-scheme/slib-3.1.4
	>=sys-libs/zlib-1.1.4
	>=dev-libs/popt-1.5
	>=x11-libs/gtk+-2.10
	>=gnome-base/libgnomeui-2.4
	>=gnome-base/libglade-2.4
	>=gnome-extra/gtkhtml-3.14
	>=dev-libs/libxml2-2.5.10
	>=gnome-base/gconf-2
	>=x11-libs/goffice-0.6
	ofx? ( >=dev-libs/libofx-0.7.0 )
	hbci? ( net-libs/aqbanking
		chipcard? ( sys-libs/libchipcard )
	)
	quotes? ( dev-perl/DateManip
		>=dev-perl/Finance-Quote-1.11
		dev-perl/HTML-TableExtract )
	media-libs/libart_lgpl
	x11-libs/pango"

DEPEND="${RDEPEND}
	  dev-util/pkgconfig
	  dev-util/intltool
	  sys-devel/libtool
	>=app-text/scrollkeeper-0.3"

PDEPEND="doc? ( >=app-doc/gnucash-docs-${DOC_VER} )"
ELTCONF="--patch-only"
DOCS="doc/README.OFX doc/README.HBCI"

# FIXME: no the best thing to do but it'd be even better to fix autofoo
MAKEOPTS="${MAKEOPTS} -j1"

pkg_setup() {
	local diemessage=""
	local flags="deprecated regex"
	if ! built_with_use --missing true dev-scheme/guile ${flags} ; then
		diemessage="dev-scheme/guile must be built with \"${flags}\" use flags. "
	fi
	if ! built_with_use gnome-extra/libgsf gnome ; then
		diemessage="${diemessage}gnome-extra/libgsf must be built with gnome use flag. "
	fi
	if ! built_with_use x11-libs/goffice gnome ; then
		diemessage="${diemessage}x11-libs/goffice must be built with gnome use flag. "
	fi
	[ -n "${diemessage}" ] && die ${diemessage}

	G2CONF="${G2CONF}
		$(use_enable debug)
		$(use_enable ofx)
		$(use_enable hbci aqbanking)
		--disable-doxygen
		--enable-locale-specific-tax
		--disable-error-on-warning"
}

src_test() {
	GUILE_WARN_DEPRECATED=no \
	GNC_DOT_DIR="${T}"/.gnucash \
	emake check \
	|| die "Make check failed. See above for details."
}

src_install() {
	gnome2_src_install GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF}

	cd "${D}"/usr/share/doc/${PF} && \
	rm -rf examples/ COPYING INSTALL *win32-bin.txt projects.html
	prepalldocs
}






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

only message in thread, other threads:[~2008-07-31  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31  8:20 [gentoo-commits] gentoo-x86 commit in app-office/gnucash: metadata.xml ChangeLog gnucash-2.2.6.ebuild Torsten Veller (tove)

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