commit: 49a4eb921522ecb91c69dbaafef1a2b74ad234b7
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Sep 24 19:01:12 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Sep 24 19:01:12 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=49a4eb92
dev-python/Forthon: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/Forthon/Forthon-0.8.13.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/dev-python/Forthon/Forthon-0.8.13.ebuild
b/dev-python/Forthon/Forthon-0.8.13.ebuild
deleted file mode 100644
index cfa00558c..000000000
--- a/dev-python/Forthon/Forthon-0.8.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Python interface generator for Fortran based codes"
-HOMEPAGE="http://hifweb.lbl.gov/Forthon"
-SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_prepare_all() {
- sed -i -e "/data_files/ s/'License.txt',//" setup.py || die
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- dohtml docs/index.html
- if use examples ; then
- docinto /usr/share/doc/${PF}
- dodoc -r {example,simpleexample}
- fi
- distutils-r1_python_install_all
-}