diff options
author | Chris White <chriswhite@gentoo.org> | 2005-01-03 03:29:58 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-01-03 03:29:58 +0000 |
commit | f7e470896edd9ac7d53cd75f6f8127537b566df7 (patch) | |
tree | 5f63751819e0124cb005ed4653a1057d94e9f088 /net-libs/aqhbci | |
parent | amd64 KEYWORDS #76474 (diff) | |
download | historical-f7e470896edd9ac7d53cd75f6f8127537b566df7.tar.gz historical-f7e470896edd9ac7d53cd75f6f8127537b566df7.tar.bz2 historical-f7e470896edd9ac7d53cd75f6f8127537b566df7.zip |
Marked per bug #73702
Diffstat (limited to 'net-libs/aqhbci')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/aqhbci/Manifest | 10 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild | 6 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog index 82b6bec6e2aa..6d1be51292e7 100644 --- a/net-libs/aqhbci/ChangeLog +++ b/net-libs/aqhbci/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/aqhbci -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.3 2004/12/27 01:17:08 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.4 2005/01/03 03:29:58 chriswhite Exp $ + + 03 Jan 2005; Chris White <chriswhite@gentoo.org> + aqhbci-0.9.14_beta.ebuild: + Marked per bug #73702 27 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> aqhbci-0.9.14_beta.ebuild: diff --git a/net-libs/aqhbci/Manifest b/net-libs/aqhbci/Manifest index a7f9d0a4f8b7..41967f1cbcfa 100644 --- a/net-libs/aqhbci/Manifest +++ b/net-libs/aqhbci/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 887eafe0c3fb793f19176ede90195b1a ChangeLog 551 +MD5 c516b97b15153fc322545649cc5ade1d ChangeLog 660 +MD5 5a9db9a93ec019bc9f513f8008a18422 aqhbci-0.9.14_beta.ebuild 708 MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 -MD5 8124db4def4ca612c9c60ad15cb0a01e aqhbci-0.9.14_beta.ebuild 699 MD5 e2940ce849e27d07eaab34d75f48fbba files/digest-aqhbci-0.9.14_beta 69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBz2KkugEuf3OQ0akRAr/5AKCi6//hd5oz5oTfnL0mv5H7xEpUFwCfWMvW -VTwHp5VhB1Oif5yaAjCBE24= -=6sUG +iD8DBQFB2LtUFdQwWVoAgN4RAn9pAKCdL7goaTbBN5ceT5f7V7gs75YcbwCeIZ0m +r1VjANLyrxUobbS0PN6tQZ4= +=Iswb -----END PGP SIGNATURE----- diff --git a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild index d5998614672c..f3414d2bef92 100644 --- a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild +++ b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild,v 1.4 2004/12/27 01:17:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild,v 1.5 2005/01/03 03:29:58 chriswhite Exp $ DESCRIPTION="HBCI backend for AqBanking" HOMEPAGE="http://www.aquamaniac.de/aqbanking/" SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" IUSE="debug" DEPEND=">=net-libs/aqbanking-0.9.6" S=${WORKDIR}/${P/_/} |