public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/aqbanking: ChangeLog aqbanking-4.1.4.ebuild
Date: Fri, 11 Sep 2009 23:58:52 +0000	[thread overview]
Message-ID: <E1MmG0y-0001Ic-Ok@stork.gentoo.org> (raw)

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
}






             reply	other threads:[~2009-09-11 23:58 UTC|newest]

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

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=E1MmG0y-0001Ic-Ok@stork.gentoo.org \
    --to=patrick@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