# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python module for creating plots with G M T (Generic Mapping Tools)." HOMEPAGE="http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/gmt/" SRC_URI="http://www.cdc.noaa.gov/people/jeffrey.s.whitaker/python/gmt/pygmt.tgz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/python >=dev-python/pyx-0.5.1 >=app-sci/gmt-3.4.3" #RDEPEND="" S=${WORKDIR}/gmt-${PV} src_install() { distutils_src_install dodir /usr/share/doc/${PF} cp -R examples ${D}/usr/share/doc/${PF} dodoc README Changelog }