diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:06:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:06:33 +0000 |
commit | 32892fc71eab3d1b1df0f09fb6f79500bf66e650 (patch) | |
tree | 1befc961d22b98576d6d3509fd02d0041f1ceeb2 /app-misc/beancounter | |
parent | Remove old (diff) | |
download | gentoo-2-32892fc71eab3d1b1df0f09fb6f79500bf66e650.tar.gz gentoo-2-32892fc71eab3d1b1df0f09fb6f79500bf66e650.tar.bz2 gentoo-2-32892fc71eab3d1b1df0f09fb6f79500bf66e650.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/beancounter')
-rw-r--r-- | app-misc/beancounter/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/beancounter/beancounter-0.8.8.ebuild | 27 | ||||
-rw-r--r-- | app-misc/beancounter/beancounter-0.8.9.ebuild | 27 |
3 files changed, 6 insertions, 56 deletions
diff --git a/app-misc/beancounter/ChangeLog b/app-misc/beancounter/ChangeLog index 3ef596783bd0..46a7a8c8f573 100644 --- a/app-misc/beancounter/ChangeLog +++ b/app-misc/beancounter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/beancounter -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.14 2010/09/07 15:21:25 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.15 2012/05/10 15:06:33 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -beancounter-0.8.8.ebuild, + -beancounter-0.8.9.ebuild: + Remove old 07 Sep 2010; Jeroen Roovers <jer@gentoo.org> beancounter-0.8.8.ebuild, beancounter-0.8.9.ebuild, beancounter-0.8.10.ebuild: diff --git a/app-misc/beancounter/beancounter-0.8.8.ebuild b/app-misc/beancounter/beancounter-0.8.8.ebuild deleted file mode 100644 index ce75880c5185..000000000000 --- a/app-misc/beancounter/beancounter-0.8.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.8.ebuild,v 1.3 2010/09/07 15:21:25 jer 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="~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="${DEPEND} dev-perl/DBI" - -mydoc="BUGS THANKS TODO example.* *.txt" diff --git a/app-misc/beancounter/beancounter-0.8.9.ebuild b/app-misc/beancounter/beancounter-0.8.9.ebuild deleted file mode 100644 index a11ab5a310a9..000000000000 --- a/app-misc/beancounter/beancounter-0.8.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.2 2010/09/07 15:21:25 jer 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="${DEPEND} dev-perl/DBI" - -mydoc="BUGS THANKS TODO example.* *.txt" |