summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-14 21:41:31 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-14 21:41:31 +0100
commit6d9ee2ea66d1fd0d7c96dd068c6edcdde7315ec4 (patch)
treec62b87fb3e0b5f1d19f70609b9a9fe3a56e59158 /app-misc/smtm/smtm-1.6.10-r1.ebuild
parentapp-misc/tdfsb: Stabilize 0.0.10-r2 ppc, #826438 (diff)
downloadgentoo-6d9ee2ea66d1fd0d7c96dd068c6edcdde7315ec4.tar.gz
gentoo-6d9ee2ea66d1fd0d7c96dd068c6edcdde7315ec4.tar.bz2
gentoo-6d9ee2ea66d1fd0d7c96dd068c6edcdde7315ec4.zip
app-misc/smtm: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc/smtm/smtm-1.6.10-r1.ebuild')
-rw-r--r--app-misc/smtm/smtm-1.6.10-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-misc/smtm/smtm-1.6.10-r1.ebuild b/app-misc/smtm/smtm-1.6.10-r1.ebuild
deleted file mode 100644
index a0c0162b3e3a..000000000000
--- a/app-misc/smtm/smtm-1.6.10-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Stock ticker, profit/loss calculator and chart tool"
-HOMEPAGE="https://eddelbuettel.com/dirk/code/smtm.html"
-SRC_URI="https://eddelbuettel.com/dirk/code/smtm/smtm_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-# This warrants USE examples
-IUSE=""
-
-DEPEND="dev-perl/Tk
- dev-perl/Date-Manip
- dev-perl/HTML-Parser
- dev-perl/Finance-YahooQuote
- dev-perl/libwww-perl"
-
-SRC_TEST="do parallel"
-
-src_install() {
- perl-module_src_install
- # install examples into own folder for now
- docompress -x usr/share/doc/${PF}/examples
- insinto usr/share/doc/${PF}/examples
- doins examples/*
-}