Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
Date: Thu, 24 Sep 2020 19:01:40
Message-Id: 1600974072.49a4eb921522ecb91c69dbaafef1a2b74ad234b7.epsilon-0@gentoo
1 commit: 49a4eb921522ecb91c69dbaafef1a2b74ad234b7
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Thu Sep 24 19:01:12 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Sep 24 19:01:12 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=49a4eb92
7
8 dev-python/Forthon: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/Forthon/Forthon-0.8.13.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-python/Forthon/Forthon-0.8.13.ebuild b/dev-python/Forthon/Forthon-0.8.13.ebuild
17 deleted file mode 100644
18 index cfa00558c..000000000
19 --- a/dev-python/Forthon/Forthon-0.8.13.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -PYTHON_COMPAT=( python{2_7,3_3} )
27 -
28 -inherit eutils distutils-r1
29 -
30 -DESCRIPTION="Python interface generator for Fortran based codes"
31 -HOMEPAGE="http://hifweb.lbl.gov/Forthon"
32 -SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
37 -IUSE="examples"
38 -
39 -python_prepare_all() {
40 - sed -i -e "/data_files/ s/'License.txt',//" setup.py || die
41 - distutils-r1_python_prepare_all
42 -}
43 -
44 -python_install_all() {
45 - dohtml docs/index.html
46 - if use examples ; then
47 - docinto /usr/share/doc/${PF}
48 - dodoc -r {example,simpleexample}
49 - fi
50 - distutils-r1_python_install_all
51 -}