Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/aqbanking3-tool: ChangeLog aqbanking3-tool-0.0.20081026.ebuild
Date: Wed, 05 Nov 2008 09:04:17
Message-Id: E1KxeJE-0001XN-2a@stork.gentoo.org
1 hanno 08/11/05 09:04:16
2
3 Added: ChangeLog aqbanking3-tool-0.0.20081026.ebuild
4 Log:
5 aqbanking3-tool initial commit
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3-git1 x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/aqbanking3-tool/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aqbanking3-tool/ChangeLog?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aqbanking3-tool/ChangeLog?rev=1.1&content-type=text/plain
13
14 Index: ChangeLog
15 ===================================================================
16 # ChangeLog for net-misc/aqbanking3-tool
17 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
18 # $Header: /var/cvsroot/gentoo-x86/net-misc/aqbanking3-tool/ChangeLog,v 1.1 2008/11/05 09:04:16 hanno Exp $
19
20 *aqbanking3-tool-0.0.20081026 (05 Nov 2008)
21
22 05 Nov 2008; Hanno Boeck <hanno@g.o>
23 +aqbanking3-tool-0.0.20081026.ebuild:
24 Initial commit of aqbanking3-tool, a replacement for the commandline tool
25 that is no longer shipped with aqbanking version 3.0 and above.
26
27
28
29
30 1.1 net-misc/aqbanking3-tool/aqbanking3-tool-0.0.20081026.ebuild
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aqbanking3-tool/aqbanking3-tool-0.0.20081026.ebuild?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aqbanking3-tool/aqbanking3-tool-0.0.20081026.ebuild?rev=1.1&content-type=text/plain
34
35 Index: aqbanking3-tool-0.0.20081026.ebuild
36 ===================================================================
37 # Copyright 1999-2008 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: /var/cvsroot/gentoo-x86/net-misc/aqbanking3-tool/aqbanking3-tool-0.0.20081026.ebuild,v 1.1 2008/11/05 09:04:16 hanno Exp $
40
41 inherit eutils
42
43 DESCRIPTION="Free commandline tool for aqbanking."
44 HOMEPAGE="http://peter.schlaile.de/aqbanking/"
45 SRC_URI="mirror://gentoo/${P}.tar.lzma"
46 LICENSE="GPL-2"
47 SLOT="0"
48 KEYWORDS="~x86 ~amd64"
49 IUSE=""
50 DEPEND=">=net-libs/aqbanking-3.0"
51 S="${WORKDIR}/${PN}"
52
53 src_compile() {
54 emake CC="$(tc-getCC)" || die "emake failed"
55 }
56
57 src_install() {
58 emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed"
59 }