public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-3.7.2.ebuild
@ 2008-09-01 17:38 Hanno Boeck (hanno)
  0 siblings, 0 replies; only message in thread
From: Hanno Boeck (hanno) @ 2008-09-01 17:38 UTC (permalink / raw
  To: gentoo-commits

hanno       08/09/01 17:38:41

  Modified:             ChangeLog
  Added:                aqbanking-3.7.2.ebuild
  Log:
  aqbanking bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 i686)

Revision  Changes    Path
1.60                 net-libs/aqbanking/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/aqbanking/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/aqbanking/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/aqbanking/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	22 Aug 2008 22:56:54 -0000	1.59
+++ ChangeLog	1 Sep 2008 17:38:41 -0000	1.60
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/aqbanking
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.59 2008/08/22 22:56:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.60 2008/09/01 17:38:41 hanno Exp $
+
+*aqbanking-3.7.2 (01 Sep 2008)
+
+  01 Sep 2008; Hanno Boeck <hanno@gentoo.org> +aqbanking-3.7.2.ebuild:
+  Version bump.
 
   22 Aug 2008; Markus Meier <maekke@gentoo.org> aqbanking-2.3.3.ebuild:
   amd64 stable, bug #233536



1.1                  net-libs/aqbanking/aqbanking-3.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/aqbanking/aqbanking-3.7.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/aqbanking/aqbanking-3.7.2.ebuild?rev=1.1&content-type=text/plain

Index: aqbanking-3.7.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-3.7.2.ebuild,v 1.1 2008/09/01 17:38:41 hanno Exp $

inherit kde-functions

DESCRIPTION="Generic Online Banking Interface"
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
SRC_URI="http://files.hboeck.de/aq//${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="chipcard debug dtaus geldkarte hbci kde ofx python qt3 yellownet"
DEPEND=">=sys-libs/gwenhywfar-3.4.1
	>=app-misc/ktoblzcheck-1.14
	ofx? ( >=dev-libs/libofx-0.8.3 )
	geldkarte? ( >=sys-libs/libchipcard-4.2.0 )
	chipcard? ( >=sys-libs/libchipcard-4.2.0 )
	qt3? ( =x11-libs/qt-3* )
	kde? ( >=kde-base/kdelibs-3.1.0 )"

MAKEOPTS="${MAKEOPTS} -j1"
RESTRICT="test"

src_compile() {
	set-kdedir

	local FRONTENDS="cbanking"
	(use qt3 || use kde) && FRONTENDS="${FRONTENDS} qbanking"
	use kde && FRONTENDS="${FRONTENDS} kbanking"

	local BACKENDS=""
	use hbci && BACKENDS="aqhbci"
	use geldkarte && BACKENDS="${BACKENDS} aqgeldkarte"
	use ofx && BACKENDS="${BACKENDS} aqofxconnect"
	use dtaus && BACKENDS="${BACKENDS} aqdtaus"
	use yellownet && BACKENDS="${BACKENDS} aqyellownet"

	econf PATH="/usr/qt/3/bin:${PATH}" \
		$(use_enable debug) \
		$(use_enable kde kde3) \
		$(use_enable python) \
		--with-frontends="${FRONTENDS}" \
		--with-backends="${BACKENDS}" \
		--with-docpath="/usr/share/doc/${PF}/apidoc"|| die "configure failed"
	emake || die "make failed"
}

src_install() {
	make DESTDIR="${D}" install || die "install failed"
	rm -rf "${D}/usr/share/doc"
	dodoc AUTHORS README doc/* || die "dodoc failed"
	find "${D}" -name '*.la' -delete
}






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

only message in thread, other threads:[~2008-09-01 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 17:38 [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-3.7.2.ebuild Hanno Boeck (hanno)

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