Lines 9-18
Link Here
|
9 |
|
9 |
|
10 |
IUSE="" |
10 |
IUSE="" |
11 |
DESCRIPTION="Scientific Module for Python" |
11 |
DESCRIPTION="Scientific Module for Python" |
12 |
SRC_URI="http://starship.python.net/~hinsen/ScientificPython/${MY_P}.tar.gz" |
12 |
SRC_URI="https://sourcesup.cru.fr/frs/download.php/602/ScientificPython/${MY_P}.tar.gz" |
13 |
HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" |
13 |
HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
LICENSE="as-is" |
15 |
LICENSE="CeCILL" |
16 |
KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" |
16 |
KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" |
17 |
|
17 |
|
18 |
DEPEND="virtual/python |
18 |
DEPEND="virtual/python |
Lines 22-28
Link Here
|
22 |
src_install() { |
22 |
src_install() { |
23 |
distutils_src_install |
23 |
distutils_src_install |
24 |
|
24 |
|
25 |
dodoc MANIFEST.in COPYRIGHT README* |
25 |
dodoc LICENSE LICENCE |
26 |
cd Doc |
26 |
cd Doc |
27 |
dodoc CHANGELOG |
27 |
dodoc CHANGELOG |
28 |
dohtml HTML/* |
28 |
dohtml HTML/* |
Lines 30-33
Link Here
|
30 |
dodir /usr/share/doc/${PF}/pdf |
30 |
dodir /usr/share/doc/${PF}/pdf |
31 |
insinto /usr/share/doc/${PF}/pdf |
31 |
insinto /usr/share/doc/${PF}/pdf |
32 |
doins PDF/* |
32 |
doins PDF/* |
|
|
33 |
|
34 |
cd ../Examples |
35 |
dodir /usr/share/doc/${PF}/Examples |
36 |
insinto /usr/share/doc/${PF}/Examples |
37 |
doins README demomodule.c netcdf_demo.py |
33 |
} |
38 |
} |