commit:     6d9ee2ea66d1fd0d7c96dd068c6edcdde7315ec4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 20:41:31 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 20:41:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9ee2ea

app-misc/smtm: Drop EAPI-5 ebuild

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-misc/smtm/smtm-1.6.10-r1.ebuild | 32 --------------------------------
 1 file changed, 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/*
-}

Reply via email to