summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-01-24 19:37:29 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-01-24 19:37:29 +0000
commit9d11ccdcaf4c6f4c1185f92e294bcd997f30490e (patch)
tree2a888967d6412a86619cf5c94887de7d0b9e1747 /app-misc
parentFix building w/bison-3 #485818 by Patrick Lauer. (diff)
downloadgentoo-2-9d11ccdcaf4c6f4c1185f92e294bcd997f30490e.tar.gz
gentoo-2-9d11ccdcaf4c6f4c1185f92e294bcd997f30490e.tar.bz2
gentoo-2-9d11ccdcaf4c6f4c1185f92e294bcd997f30490e.zip
Remove version with old EAPI
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/beancounter/ChangeLog7
-rw-r--r--app-misc/beancounter/beancounter-0.8.10.ebuild27
2 files changed, 5 insertions, 29 deletions
diff --git a/app-misc/beancounter/ChangeLog b/app-misc/beancounter/ChangeLog
index 5f9614a89424..4887d932b064 100644
--- a/app-misc/beancounter/ChangeLog
+++ b/app-misc/beancounter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/beancounter
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.16 2013/08/27 16:33:08 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/beancounter/ChangeLog,v 1.17 2014/01/24 19:37:29 zlogene Exp $
+
+ 24 Jan 2014; Mikle Kolyada <zlogene@gentoo.org> -beancounter-0.8.10.ebuild:
+ Remove version with old EAPI
*beancounter-0.8.10-r1 (27 Aug 2013)
diff --git a/app-misc/beancounter/beancounter-0.8.10.ebuild b/app-misc/beancounter/beancounter-0.8.10.ebuild
deleted file mode 100644
index 2cff780280aa..000000000000
--- a/app-misc/beancounter/beancounter-0.8.10.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.10.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/${PN}/${PN}_${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"