summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-07 19:00:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-07 19:00:49 +0000
commit5158ac74d4d27e52d12d0b2cbcfd2390831fc33f (patch)
tree134b24aee11e570ac0761b2b10be70100fc3fa14 /net-libs/aqbanking
parentold (diff)
downloadgentoo-2-5158ac74d4d27e52d12d0b2cbcfd2390831fc33f.tar.gz
gentoo-2-5158ac74d4d27e52d12d0b2cbcfd2390831fc33f.tar.bz2
gentoo-2-5158ac74d4d27e52d12d0b2cbcfd2390831fc33f.zip
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/aqbanking')
-rw-r--r--net-libs/aqbanking/ChangeLog7
-rw-r--r--net-libs/aqbanking/aqbanking-5.0.1.ebuild63
-rw-r--r--net-libs/aqbanking/aqbanking-5.0.21.ebuild62
-rw-r--r--net-libs/aqbanking/aqbanking-5.0.24.0.ebuild63
-rw-r--r--net-libs/aqbanking/aqbanking-5.0.4.ebuild63
5 files changed, 6 insertions, 252 deletions
diff --git a/net-libs/aqbanking/ChangeLog b/net-libs/aqbanking/ChangeLog
index 1d7e9b6713d5..25e0ca7882e0 100644
--- a/net-libs/aqbanking/ChangeLog
+++ b/net-libs/aqbanking/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/aqbanking
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.98 2012/08/07 18:58:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/ChangeLog,v 1.99 2012/08/07 19:00:49 ssuominen Exp $
+
+ 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -aqbanking-5.0.1.ebuild,
+ -aqbanking-5.0.4.ebuild, -aqbanking-5.0.21.ebuild,
+ -aqbanking-5.0.24.0.ebuild:
+ old
*aqbanking-5.0.25 (07 Aug 2012)
diff --git a/net-libs/aqbanking/aqbanking-5.0.1.ebuild b/net-libs/aqbanking/aqbanking-5.0.1.ebuild
deleted file mode 100644
index 5653f2faea39..000000000000
--- a/net-libs/aqbanking/aqbanking-5.0.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-5.0.1.ebuild,v 1.8 2012/05/05 02:54:26 jdhore Exp $
-
-EAPI=2
-
-DESCRIPTION="Generic Online Banking Interface"
-HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=03&release=74&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
-IUSE="+chipcard debug doc examples gtk ofx"
-
-RDEPEND=">=app-misc/ktoblzcheck-1.28
- dev-libs/gmp
- >=sys-libs/gwenhywfar-4.0.1[gtk?]
- virtual/libintl
- ofx? ( >=dev-libs/libofx-0.9.1 )
- chipcard? ( >=sys-libs/libchipcard-5.0.0 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- doc? ( app-doc/doxygen )"
-
-MAKEOPTS="${MAKEOPTS} -j1" # Last known version to fail is 5.0.1
-
-src_configure() {
- local backends="aqhbci aqnone aqpaypal"
- use ofx && backends="${backends} aqofxconnect"
-
- local myconf
- use gtk && myconf="--enable-gui-tests"
-
- econf \
- --disable-dependency-tracking \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- --with-backends="${backends}" \
- --with-docpath=/usr/share/doc/${PF}/apidoc \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- rm -rf "${D}"/usr/share/doc/{aqbanking,aqhbci,aqpaypal}
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
- README.aqhbci-tool
- newdoc src/plugins/backends/aqpaypal/tools/aqpaypal-tool/README \
- README.aqpaypal-tool
-
- if use examples; then
- docinto tutorials
- dodoc tutorials/*.{c,h} tutorials/README
- fi
-
- find "${D}" -name '*.la' -exec rm -f '{}' +
-}
diff --git a/net-libs/aqbanking/aqbanking-5.0.21.ebuild b/net-libs/aqbanking/aqbanking-5.0.21.ebuild
deleted file mode 100644
index 58cc23ede5d7..000000000000
--- a/net-libs/aqbanking/aqbanking-5.0.21.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-5.0.21.ebuild,v 1.2 2012/05/05 02:54:26 jdhore Exp $
-
-EAPI=4
-
-DESCRIPTION="Generic Online Banking Interface"
-HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=03&release=91&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="chipcard debug doc examples gtk ofx"
-
-RDEPEND=">=app-misc/ktoblzcheck-1.37
- >=dev-libs/gmp-5
- >=sys-libs/gwenhywfar-4.3.1[gtk?]
- virtual/libintl
- ofx? ( >=dev-libs/libofx-0.9.4 )
- chipcard? ( >=sys-libs/libchipcard-5.0.2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- doc? ( app-doc/doxygen )"
-
-MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
-
-src_configure() {
- local backends="aqhbci aqnone aqpaypal"
- use ofx && backends="${backends} aqofxconnect"
-
- local mytest
- use gtk && mytest="--enable-gui-tests"
-
- econf \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- --with-backends="${backends}" \
- --with-docpath=/usr/share/doc/${PF}/apidoc \
- ${mytest}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- rm -rf "${ED}"usr/share/doc/aq{banking,hbci,paypal}
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
- README.aqhbci-tool
- newdoc src/plugins/backends/aqpaypal/tools/aqpaypal-tool/README \
- README.aqpaypal-tool
-
- if use examples; then
- docinto tutorials
- dodoc tutorials/*.{c,h} tutorials/README
- fi
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/net-libs/aqbanking/aqbanking-5.0.24.0.ebuild b/net-libs/aqbanking/aqbanking-5.0.24.0.ebuild
deleted file mode 100644
index 8daef367cbae..000000000000
--- a/net-libs/aqbanking/aqbanking-5.0.24.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-5.0.24.0.ebuild,v 1.1 2012/06/03 17:51:26 hanno Exp $
-
-EAPI=4
-
-DESCRIPTION="Generic Online Banking Interface"
-HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=03&release=94&file=01&dummy=${P}-git.tar.gz -> ${P}-git.tar.gz"
-S="${WORKDIR}/${P}-git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="chipcard debug doc examples gtk ofx"
-
-RDEPEND=">=app-misc/ktoblzcheck-1.37
- >=dev-libs/gmp-5
- >=sys-libs/gwenhywfar-4.3.3[gtk?]
- virtual/libintl
- ofx? ( >=dev-libs/libofx-0.9.4 )
- chipcard? ( >=sys-libs/libchipcard-5.0.2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- doc? ( app-doc/doxygen )"
-
-MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
-
-src_configure() {
- local backends="aqhbci aqnone aqpaypal"
- use ofx && backends="${backends} aqofxconnect"
-
- local mytest
- use gtk && mytest="--enable-gui-tests"
-
- econf \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- --with-backends="${backends}" \
- --with-docpath=/usr/share/doc/${PF}/apidoc \
- ${mytest}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- rm -rf "${ED}"usr/share/doc/aq{banking,hbci,paypal}
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
- README.aqhbci-tool
- newdoc src/plugins/backends/aqpaypal/tools/aqpaypal-tool/README \
- README.aqpaypal-tool
-
- if use examples; then
- docinto tutorials
- dodoc tutorials/*.{c,h} tutorials/README
- fi
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/net-libs/aqbanking/aqbanking-5.0.4.ebuild b/net-libs/aqbanking/aqbanking-5.0.4.ebuild
deleted file mode 100644
index 7163bde6c393..000000000000
--- a/net-libs/aqbanking/aqbanking-5.0.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqbanking/aqbanking-5.0.4.ebuild,v 1.2 2012/05/05 02:54:26 jdhore Exp $
-
-EAPI=2
-
-DESCRIPTION="Generic Online Banking Interface"
-HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=03&release=77&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+chipcard debug doc examples gtk ofx"
-
-RDEPEND=">=app-misc/ktoblzcheck-1.10
- dev-libs/gmp
- >=sys-libs/gwenhywfar-4.0.3[gtk?]
- virtual/libintl
- ofx? ( >=dev-libs/libofx-0.9.1 )
- chipcard? ( >=sys-libs/libchipcard-5.0.0 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/gettext
- doc? ( app-doc/doxygen )"
-
-MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
-
-src_configure() {
- local backends="aqhbci aqnone aqpaypal"
- use ofx && backends="${backends} aqofxconnect"
-
- local myconf
- use gtk && myconf="--enable-gui-tests"
-
- econf \
- --disable-dependency-tracking \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- --with-backends="${backends}" \
- --with-docpath=/usr/share/doc/${PF}/apidoc \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- rm -rf "${D}"/usr/share/doc/{aqbanking,aqhbci,aqpaypal}
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
- README.aqhbci-tool
- newdoc src/plugins/backends/aqpaypal/tools/aqpaypal-tool/README \
- README.aqpaypal-tool
-
- if use examples; then
- docinto tutorials
- dodoc tutorials/*.{c,h} tutorials/README
- fi
-
- find "${D}" -name '*.la' -exec rm -f '{}' +
-}