Switch 5 recipes to a safe source and delete 9 old receipes. (#935)

Switch these 5 recipes to a safe SOURCE_URI:
* microbe-20130728
* minimizeall-1.0.0
* optipngtranslator-0.0.1
* vwget-20141229
* minesweeper-20150109

Delete these 9 old recipes (and their patches):
* libmicro-0.4.1
* postgresql-9.0.4 & 9.2.3
* redis-2.2.11
* wolfssl-1.6.5 & 1.8.0 & 2.0.2 & 2.5.0
* numpy-1.4.1
This commit is contained in:
vanishakesswani
2016-12-21 02:57:50 +05:30
committed by fbrosson
parent cdb2a41d52
commit 8128305c22
17 changed files with 26 additions and 477 deletions

View File

@@ -1,24 +0,0 @@
DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
SOURCE_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?"
CHECKSUM_MD5="5c7b5349dc3161763f7f366ceb96516b"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-lang/python >= 2.6.5"
BUILD()
{
cd numpy-1.4.1
python setup.py config
python setup.py build
}
INSTALL()
{
cd numpy-1.4.1
python setup.py install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2005 NumPy Developers"