Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/beancounter: beancounter-0.8.10-r1.ebuild ChangeLog
Date: Tue, 27 Aug 2013 16:33:12
Message-Id: 20130827163308.A45292004C@flycatcher.gentoo.org
1 idella4 13/08/27 16:33:08
2
3 Modified: ChangeLog
4 Added: beancounter-0.8.10-r1.ebuild
5 Log:
6 revbump -> EAPI 5
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.16 app-misc/beancounter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beancounter/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beancounter/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beancounter/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 10 May 2012 15:06:33 -0000 1.15
24 +++ ChangeLog 27 Aug 2013 16:33:08 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/beancounter
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.15 2012/05/10 15:06:33 ago Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.16 2013/08/27 16:33:08 idella4 Exp $
31 +
32 +*beancounter-0.8.10-r1 (27 Aug 2013)
33 +
34 + 27 Aug 2013; Ian Delaney <idella4@g.o> +beancounter-0.8.10-r1.ebuild:
35 + revbump -> EAPI 5
36
37 10 May 2012; Agostino Sarubbo <ago@g.o> -beancounter-0.8.8.ebuild,
38 -beancounter-0.8.9.ebuild:
39 @@ -67,4 +72,3 @@
40 04 May 2005; Christian Andreetta <satya@g.o> +metadata.xml,
41 +beancounter-0.8.1.ebuild:
42 initial submission
43 -
44
45
46
47 1.1 app-misc/beancounter/beancounter-0.8.10-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beancounter/beancounter-0.8.10-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beancounter/beancounter-0.8.10-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: beancounter-0.8.10-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.10-r1.ebuild,v 1.1 2013/08/27 16:33:08 idella4 Exp $
57
58 EAPI=5
59
60 inherit perl-module
61
62 DESCRIPTION="Finance performance calculation engine with full data acquisition and SQL support"
63 HOMEPAGE="http://dirk.eddelbuettel.com/code/beancounter.html"
64 SRC_URI="http://eddelbuettel.com/dirk/code/${PN}/${PN}_${PV}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE="mysql postgres sqlite"
70
71 DEPEND="dev-perl/DateManip
72 dev-perl/Statistics-Descriptive
73 dev-perl/Finance-YahooQuote
74 dev-perl/libwww-perl
75 mysql? ( dev-perl/DBD-mysql )
76 sqlite? ( dev-perl/DBD-SQLite )
77 postgres? ( dev-perl/DBD-Pg )"
78
79 RDEPEND="${DEPEND} dev-perl/DBI"
80 mydoc="README example.beancounterrc beancounter_*.txt "
81
82 src_install() {
83 perl-module_src_install
84 # rm unwanted READMEs
85 rm "${D}"usr/share/doc/${PF}/{README.Debian,README.non-gnu} || die
86 }