summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 10:49:11 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 10:49:11 +0000
commit233d3753a2b3738628217f20e78154919135270a (patch)
tree8837c8938885bffd622877fb94049df52b68d07d /app-misc/aqmoney
parentDon't assign default to S; header fix (Manifest recommit) (diff)
downloadgentoo-2-233d3753a2b3738628217f20e78154919135270a.tar.gz
gentoo-2-233d3753a2b3738628217f20e78154919135270a.tar.bz2
gentoo-2-233d3753a2b3738628217f20e78154919135270a.zip
Don't assign default to S; header fix
Diffstat (limited to 'app-misc/aqmoney')
-rw-r--r--app-misc/aqmoney/ChangeLog8
-rw-r--r--app-misc/aqmoney/aqmoney-0.6.1.ebuild7
-rw-r--r--app-misc/aqmoney/aqmoney-0.6.2.ebuild7
3 files changed, 14 insertions, 8 deletions
diff --git a/app-misc/aqmoney/ChangeLog b/app-misc/aqmoney/ChangeLog
index b5d737ea5924..2ce0d29e037b 100644
--- a/app-misc/aqmoney/ChangeLog
+++ b/app-misc/aqmoney/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/aqmoney
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/ChangeLog,v 1.2 2003/07/22 08:19:53 hanno Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/ChangeLog,v 1.3 2004/03/14 10:48:30 mr_bones_ Exp $
+
+ 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> aqmoney-0.6.1.ebuild,
+ aqmoney-0.6.2.ebuild:
+ Don't assign default to S; header fix
*aqmoney-0.6.2 (22 Jul 2003)
diff --git a/app-misc/aqmoney/aqmoney-0.6.1.ebuild b/app-misc/aqmoney/aqmoney-0.6.1.ebuild
index 44b29dc92eeb..ba6577275a49 100644
--- a/app-misc/aqmoney/aqmoney-0.6.1.ebuild
+++ b/app-misc/aqmoney/aqmoney-0.6.1.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.1.ebuild,v 1.2 2003/07/11 19:30:24 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.1.ebuild,v 1.3 2004/03/14 10:48:30 mr_bones_ Exp $
DESCRIPTION="Textmode HBCI online banking tool"
HOMEPAGE="http://aqmoney.sourceforge.net/"
SRC_URI="mirror://sourceforge/aqmoney/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
+
DEPEND=">=net-libs/openhbci-0.9.11"
-S=${WORKDIR}/${P}
src_compile() {
econf || die
diff --git a/app-misc/aqmoney/aqmoney-0.6.2.ebuild b/app-misc/aqmoney/aqmoney-0.6.2.ebuild
index a588175654b7..5dee7f33c5f5 100644
--- a/app-misc/aqmoney/aqmoney-0.6.2.ebuild
+++ b/app-misc/aqmoney/aqmoney-0.6.2.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.2.ebuild,v 1.2 2003/10/27 15:42:41 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.2.ebuild,v 1.3 2004/03/14 10:48:30 mr_bones_ Exp $
DESCRIPTION="Textmode HBCI online banking tool"
HOMEPAGE="http://aqmoney.sourceforge.net/"
SRC_URI="mirror://sourceforge/aqmoney/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
+
DEPEND=">=net-libs/openhbci-0.9.12"
-S=${WORKDIR}/${P}
src_compile() {
econf || die