summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/aqmoney/aqmoney-0.6.3.ebuild')
-rw-r--r--app-misc/aqmoney/aqmoney-0.6.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/aqmoney/aqmoney-0.6.3.ebuild b/app-misc/aqmoney/aqmoney-0.6.3.ebuild
deleted file mode 100644
index 1fe53d64b76c..000000000000
--- a/app-misc/aqmoney/aqmoney-0.6.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.3.ebuild,v 1.2 2005/01/01 14:51:03 eradicator 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 ~ppc"
-IUSE=""
-
-DEPEND=">=net-libs/openhbci-0.9.12"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc README INSTALL AUTHORS ChangeLog
-}