diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-13 21:46:55 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-13 21:46:55 +0000 |
commit | 7761cf12133798a59d709e7ee1c95a9a9018c197 (patch) | |
tree | 3562a2ce5a2e12b390e52d8fe9c1d1911b1c2ad7 /app-misc/beancounter | |
parent | Imported from sunrise, bug 235494, thanks Lars Wendler (Polynomial-C) for ini... (diff) | |
download | gentoo-2-7761cf12133798a59d709e7ee1c95a9a9018c197.tar.gz gentoo-2-7761cf12133798a59d709e7ee1c95a9a9018c197.tar.bz2 gentoo-2-7761cf12133798a59d709e7ee1c95a9a9018c197.zip |
Version Bump and keyworded for ~amd64, bug 304173
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/beancounter')
-rw-r--r-- | app-misc/beancounter/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/beancounter/beancounter-0.8.9.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-misc/beancounter/ChangeLog b/app-misc/beancounter/ChangeLog index 4f5004aa52a7..a58e6df595a3 100644 --- a/app-misc/beancounter/ChangeLog +++ b/app-misc/beancounter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/beancounter -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.11 2008/06/07 06:56:07 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.12 2010/02/13 21:46:55 jlec Exp $ + +*beancounter-0.8.9 (13 Feb 2010) + + 13 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> + +beancounter-0.8.9.ebuild: + Version Bump and keyworded for ~amd64, bug 304173 07 Jun 2008; Jeremy Olexa <darkside@gentoo.org> ChangeLog: Version bump, bug #221839. Added dev-perl/DBI to RDEPEND, appears it is diff --git a/app-misc/beancounter/beancounter-0.8.9.ebuild b/app-misc/beancounter/beancounter-0.8.9.ebuild new file mode 100644 index 000000000000..4d5088f7d8c1 --- /dev/null +++ b/app-misc/beancounter/beancounter-0.8.9.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.9.ebuild,v 1.1 2010/02/13 21:46:55 jlec Exp $ + +inherit perl-app + +DESCRIPTION="Finance performance calculation engine with full data acquisition and SQL support" +HOMEPAGE="http://dirk.eddelbuettel.com/code/beancounter.html" +SRC_URI="http://eddelbuettel.com/dirk/code/beancounter/beancounter_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="mysql postgres sqlite" + +DEPEND=">=dev-lang/perl-5 + dev-perl/DateManip + dev-perl/Statistics-Descriptive + dev-perl/Finance-YahooQuote + dev-perl/libwww-perl + mysql? ( dev-perl/DBD-mysql ) + sqlite? ( dev-perl/DBD-SQLite ) + postgres? ( dev-perl/DBD-Pg )" + +RDEPEND="dev-perl/DBI" + +mydoc="BUGS THANKS TODO example.* *.txt" |