public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-4.1.4.ebuild
@ 2009-09-11 23:58 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-11 23:58 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/11 23:58:52

  Modified:             ChangeLog
  Added:                aqbanking-4.1.4.ebuild
  Log:
  Bump, closes #279930
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.71                 net-libs/aqbanking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	2 Aug 2009 15:24:37 -0000	1.70
+++ ChangeLog	11 Sep 2009 23:58:52 -0000	1.71
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/aqbanking
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.70 2009/08/02 15:24:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.71 2009/09/11 23:58:52 patrick Exp $
+
+*aqbanking-4.1.4 (11 Sep 2009)
+
+  11 Sep 2009; Patrick Lauer <patrick@gentoo.org> +aqbanking-4.1.4.ebuild:
+  Bump, closes #279930
 
   02 Aug 2009; Markus Meier <maekke@gentoo.org> aqbanking-4.0.0.ebuild:
   amd64 stable, bug #275705



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

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

Index: aqbanking-4.1.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v 1.1 2009/09/11 23:58:52 patrick Exp $

EAPI="2"

inherit kde-functions eutils

DESCRIPTION="Generic Online Banking Interface"
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
SRC_URI="http://www2.aquamaniac.de/sites/download/download.php?package=03&release=41&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="chipcard debug kde ofx python qt3"
DEPEND=">=sys-libs/gwenhywfar-3.8.1
	>=app-misc/ktoblzcheck-1.14
	ofx? ( >=dev-libs/libofx-0.8.3 )
	chipcard? ( >=sys-libs/libchipcard-4.2.8 )
	qt3? ( =x11-libs/qt-3* )
	kde? ( >=kde-base/kdelibs-3.1.0 )"
RDEPEND="${DEPEND}"

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

src_configure() {
	KDEMAJORVER="3" set-kdedir

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

	local BACKENDS="aqhbci"
	use ofx && BACKENDS="${BACKENDS} aqofxconnect"

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

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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-4.1.4.ebuild
@ 2009-09-14 12:23 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2009-09-14 12:23 UTC (permalink / raw
  To: gentoo-commits

hanno       09/09/14 12:23:46

  Modified:             ChangeLog aqbanking-4.1.4.ebuild
  Log:
  aqbanking remove inherit eutils, not needed
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 net-libs/aqbanking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	11 Sep 2009 23:58:52 -0000	1.71
+++ ChangeLog	14 Sep 2009 12:23:46 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/aqbanking
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.71 2009/09/11 23:58:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.72 2009/09/14 12:23:46 hanno Exp $
+
+  14 Sep 2009; Hanno Boeck <hanno@gentoo.org> aqbanking-4.1.4.ebuild:
+  Remove unneeded eutils.
 
 *aqbanking-4.1.4 (11 Sep 2009)
 



1.2                  net-libs/aqbanking/aqbanking-4.1.4.ebuild

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

Index: aqbanking-4.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aqbanking-4.1.4.ebuild	11 Sep 2009 23:58:52 -0000	1.1
+++ aqbanking-4.1.4.ebuild	14 Sep 2009 12:23:46 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v 1.1 2009/09/11 23:58:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v 1.2 2009/09/14 12:23:46 hanno Exp $
 
 EAPI="2"
 
-inherit kde-functions eutils
+inherit kde-functions
 
 DESCRIPTION="Generic Online Banking Interface"
 HOMEPAGE="http://www.aquamaniac.de/aqbanking/"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-4.1.4.ebuild
@ 2009-09-14 19:46 Sven Wegener (swegener)
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Wegener (swegener) @ 2009-09-14 19:46 UTC (permalink / raw
  To: gentoo-commits

swegener    09/09/14 19:46:44

  Modified:             ChangeLog aqbanking-4.1.4.ebuild
  Log:
  Bump gwenhywfar dep to 3.10.0.0.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 net-libs/aqbanking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	14 Sep 2009 12:23:46 -0000	1.72
+++ ChangeLog	14 Sep 2009 19:46:44 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/aqbanking
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.72 2009/09/14 12:23:46 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.73 2009/09/14 19:46:44 swegener Exp $
+
+  14 Sep 2009; Sven Wegener <swegener@gentoo.org> aqbanking-4.1.4.ebuild:
+  Bump gwenhywfar dep to 3.10.0.0.
 
   14 Sep 2009; Hanno Boeck <hanno@gentoo.org> aqbanking-4.1.4.ebuild:
   Remove unneeded eutils.



1.3                  net-libs/aqbanking/aqbanking-4.1.4.ebuild

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

Index: aqbanking-4.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aqbanking-4.1.4.ebuild	14 Sep 2009 12:23:46 -0000	1.2
+++ aqbanking-4.1.4.ebuild	14 Sep 2009 19:46:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v 1.2 2009/09/14 12:23:46 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-4.1.4.ebuild,v 1.3 2009/09/14 19:46:44 swegener Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="chipcard debug kde ofx python qt3"
-DEPEND=">=sys-libs/gwenhywfar-3.8.1
+DEPEND=">=sys-libs/gwenhywfar-3.10.0.0
 	>=app-misc/ktoblzcheck-1.14
 	ofx? ( >=dev-libs/libofx-0.8.3 )
 	chipcard? ( >=sys-libs/libchipcard-4.2.8 )






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-14 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14 19:46 [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-4.1.4.ebuild Sven Wegener (swegener)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-14 12:23 Hanno Boeck (hanno)
2009-09-11 23:58 Patrick Lauer (patrick)

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