summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/beancounter/ChangeLog7
-rw-r--r--app-misc/beancounter/beancounter-0.8.1.ebuild25
-rw-r--r--app-misc/beancounter/beancounter-0.8.8.ebuild (renamed from app-misc/beancounter/beancounter-0.8.4.ebuild)4
3 files changed, 9 insertions, 27 deletions
diff --git a/app-misc/beancounter/ChangeLog b/app-misc/beancounter/ChangeLog
index 387a7e2180b0..4f5004aa52a7 100644
--- a/app-misc/beancounter/ChangeLog
+++ b/app-misc/beancounter/ChangeLog
@@ -1,6 +1,11 @@
# 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.10 2008/03/14 10:36:27 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.11 2008/06/07 06:56:07 darkside Exp $
+
+ 07 Jun 2008; Jeremy Olexa <darkside@gentoo.org> ChangeLog:
+ Version bump, bug #221839. Added dev-perl/DBI to RDEPEND, appears it is
+ needed. Also removed old versions, I don't think we need >3 versions in the
+ tree
14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Christian Andreetta (satya, #48841) from metadata.xml.
diff --git a/app-misc/beancounter/beancounter-0.8.1.ebuild b/app-misc/beancounter/beancounter-0.8.1.ebuild
deleted file mode 100644
index ea795c989427..000000000000
--- a/app-misc/beancounter/beancounter-0.8.1.ebuild
+++ /dev/null
@@ -1,25 +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/beancounter/beancounter-0.8.1.ebuild,v 1.5 2005/11/28 12:09:58 mcummings Exp $
-
-inherit perl-app
-
-DESCRIPTION="Finance performance calculation engine with full data acquisition and SQL backend 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="~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 )"
-
-mydoc="BUGS THANKS TODO example.* *.txt"
diff --git a/app-misc/beancounter/beancounter-0.8.4.ebuild b/app-misc/beancounter/beancounter-0.8.8.ebuild
index c5b8e211cc64..f7d814c9c257 100644
--- a/app-misc/beancounter/beancounter-0.8.4.ebuild
+++ b/app-misc/beancounter/beancounter-0.8.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.4.ebuild,v 1.1 2006/02/28 11:59:20 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/beancounter-0.8.8.ebuild,v 1.1 2008/06/07 06:56:07 darkside Exp $
inherit perl-app
@@ -22,4 +22,6 @@ DEPEND=">=dev-lang/perl-5
sqlite? ( dev-perl/DBD-SQLite )
postgres? ( dev-perl/DBD-Pg )"
+RDEPEND="dev-perl/DBI"
+
mydoc="BUGS THANKS TODO example.* *.txt"