summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/smtm/smtm-1.6.8.ebuild')
-rw-r--r--app-misc/smtm/smtm-1.6.8.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/smtm/smtm-1.6.8.ebuild b/app-misc/smtm/smtm-1.6.8.ebuild
new file mode 100644
index 000000000000..c25a08d75a74
--- /dev/null
+++ b/app-misc/smtm/smtm-1.6.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/smtm/smtm-1.6.8.ebuild,v 1.1 2006/07/04 00:37:02 mcummings Exp $
+
+inherit perl-app
+
+DESCRIPTION="Stock ticker, profit/loss calculator and chart tool"
+HOMEPAGE="http://eddelbuettel.com/dirk/code/smtm.html"
+SRC_URI="http://eddelbuettel.com/dirk/code/smtm/smtm_${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5
+ dev-perl/perl-tk
+ dev-perl/DateManip
+ dev-perl/HTML-Parser
+ dev-perl/Finance-YahooQuote
+ dev-perl/libwww-perl"
+
+mydoc="BUGS THANKS TODO examples/*"