diff options
author | 2012-02-16 12:21:11 +0100 | |
---|---|---|
committer | 2012-02-16 12:21:11 +0100 | |
commit | 4933c8445734d504524165c8c6feac76bb58c6b4 (patch) | |
tree | ca5cb331ca6f63658f6649125dccad6c311a92c3 | |
parent | [dev-python/Forthon] initial import, ebuild written by me (diff) | |
download | sci-4933c8445734d504524165c8c6feac76bb58c6b4.tar.gz sci-4933c8445734d504524165c8c6feac76bb58c6b4.tar.bz2 sci-4933c8445734d504524165c8c6feac76bb58c6b4.zip |
Remove Forthon until legal issues are cleared
-rw-r--r-- | dev-python/Forthon/Forthon-0.8.7.ebuild | 34 | ||||
-rw-r--r-- | dev-python/Forthon/Manifest | 1 | ||||
-rw-r--r-- | dev-python/Forthon/metadata.xml | 8 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/Forthon/Forthon-0.8.7.ebuild b/dev-python/Forthon/Forthon-0.8.7.ebuild deleted file mode 100644 index c1512f10e..000000000 --- a/dev-python/Forthon/Forthon-0.8.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Python interface generator for Fortran based codes" -HOMEPAGE="http://hifweb.lbl.gov/Forthon http://pypi.python.org/pypi/Forthon" -SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz" - -LICENSE="Forthon" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -src_prepare() { - sed -i -e "s/'Notice',//" setup.py || die - distutils_src_prepare -} - -src_install() { - distutils_src_install - dohtml docs/index.html - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r {example,example2,simpleexample} - fi -} diff --git a/dev-python/Forthon/Manifest b/dev-python/Forthon/Manifest deleted file mode 100644 index ca42a39e7..000000000 --- a/dev-python/Forthon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Forthon-0.8.7.tgz 86413 SHA256 fb26789ef3ce2b3880573c48b68c9d35d1d0aac1d0fdd1955fb207816c143e69 SHA512 e3c60901cdc83abc1d28611cfd524eff44241e499c593c43ac0b77c52b48ad1c662b92adf1c17a50fb5fbd6c046524320c21fb3eea9e5c26c188ab04004f575d WHIRLPOOL 1e8a0e51c6b1a5b0c89ac246354fad0b2920010f39c03f9d89d338e98950a9deee756f0d5287b81b65506ac44e120b642a750d1a83d013a108add0b4ae610069 diff --git a/dev-python/Forthon/metadata.xml b/dev-python/Forthon/metadata.xml deleted file mode 100644 index 6629da3fa..000000000 --- a/dev-python/Forthon/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>xarthisius@gentoo.org</email> - <name>Kacper Kowalik</name> - </maintainer> -</pkgmetadata> |