Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME.

This commit is contained in:
Augustin Cavalier
2015-07-02 11:12:32 -04:00
parent 827ec2dcbc
commit f561efbc96
1450 changed files with 1674 additions and 1674 deletions

View File

@@ -2,7 +2,7 @@ DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.4.1/numpy-1.4.1.tar.gz/download?"
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"

View File

@@ -2,7 +2,7 @@ DESCRIPTION="
NumPy is the fundamental package needed for scientific computing with Python.
"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.5.0/numpy-1.5.0.tar.gz/download?"
SOURCE_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.5.0/numpy-1.5.0.tar.gz/download?"
CHECKSUM_MD5="3a8bfdc434df782d647161c48943ee09"
REVISION="1"
STATUS_HAIKU="stable"

View File

@@ -9,7 +9,7 @@ create arrays of arbitrary type which also makes NumPy suitable for \
interfacing with general-purpose data-base applications.
"
HOMEPAGE="http://numpy.scipy.org/"
SRC_URI="http://downloads.sourceforge.net/project/numpy/NumPy/$portVersion/numpy-$portVersion.tar.gz"
SOURCE_URI="http://downloads.sourceforge.net/project/numpy/NumPy/$portVersion/numpy-$portVersion.tar.gz"
CHECKSUM_SHA256="325e5f2b0b434ecb6e6882c7e1034cc6cdde3eeeea87dbc482575199a6aeef2a"
LICENSE="BSD (3-clause)"
COPYRIGHT="2005-2011 NumPy Developers."