diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-09 19:59:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-09 19:59:53 +0000 |
commit | 79455c108d32edaff2cf270869a1bf510b645999 (patch) | |
tree | 29438bfec385a75a74a4dfc3c1c8d22562542307 /dev-python/basemap | |
parent | Removing old (diff) | |
download | gentoo-2-79455c108d32edaff2cf270869a1bf510b645999.tar.gz gentoo-2-79455c108d32edaff2cf270869a1bf510b645999.tar.bz2 gentoo-2-79455c108d32edaff2cf270869a1bf510b645999.zip |
Removing old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/basemap')
-rw-r--r-- | dev-python/basemap/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/basemap/basemap-0.9.9-r1.ebuild | 51 | ||||
-rw-r--r-- | dev-python/basemap/basemap-0.99.1.ebuild | 43 |
3 files changed, 6 insertions, 96 deletions
diff --git a/dev-python/basemap/ChangeLog b/dev-python/basemap/ChangeLog index 9d1096730a2e..d529b8a78ad0 100644 --- a/dev-python/basemap/ChangeLog +++ b/dev-python/basemap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/basemap -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v 1.11 2008/12/11 19:30:34 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v 1.12 2009/01/09 19:59:53 patrick Exp $ + + 09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -basemap-0.9.9-r1.ebuild, + -basemap-0.99.1.ebuild: + Removing old *basemap-0.99.2 (11 Dec 2008) diff --git a/dev-python/basemap/basemap-0.9.9-r1.ebuild b/dev-python/basemap/basemap-0.9.9-r1.ebuild deleted file mode 100644 index c48685f7f781..000000000000 --- a/dev-python/basemap/basemap-0.9.9-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/basemap-0.9.9-r1.ebuild,v 1.2 2008/12/05 12:06:46 bicatali Exp $ - -inherit eutils distutils - -DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html" -SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" - -IUSE="examples" -SLOT="0" -KEYWORDS="~amd64 ~x86" -LICENSE="MIT GPL-2" - -CDEPEND="sci-libs/shapelib - dev-python/numpy - =dev-python/matplotlib-0.91* - =sci-libs/geos-2.2.3*" - -DEPEND="${CDEPEND} - dev-python/setuptools" - -RDEPEND="${CDEPEND} - dev-python/dap" - -DOCS="FAQ API_CHANGES" - -pkg_setup() { - if built_with_use sci-libs/geos python; then - eerror "${P} conflicts with geos python bindings" - eerror "Re-install geos without the python flag" - die "geos python use check failed" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - # patch to use shapelib and geos system libraries - # proj is unfortunately an internal patched version (bug #209895) - epatch "${FILESDIR}"/${P}-syslib.patch -} - -src_install() { - distutils_src_install --install-data=/usr/share/${PN} - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples || die - fi -} diff --git a/dev-python/basemap/basemap-0.99.1.ebuild b/dev-python/basemap/basemap-0.99.1.ebuild deleted file mode 100644 index f18d86345743..000000000000 --- a/dev-python/basemap/basemap-0.99.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/basemap-0.99.1.ebuild,v 1.3 2008/12/05 12:06:46 bicatali Exp $ - -inherit eutils distutils - -DESCRIPTION="matplotlib toolkit to plot map projections" -HOMEPAGE="http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html" -SRC_URI="mirror://sourceforge/matplotlib/${P}.tar.gz" - -IUSE="examples" -SLOT="0" -KEYWORDS="~amd64 ~x86" -LICENSE="MIT GPL-2" - -CDEPEND="sci-libs/shapelib - >=dev-python/matplotlib-0.98 - =sci-libs/geos-2.2.3*" - -DEPEND="${CDEPEND} - dev-python/setuptools" - -RDEPEND="${CDEPEND} - dev-python/dap" - -DOCS="FAQ API_CHANGES" - -src_unpack() { - unpack ${A} - cd "${S}" - # patch to use shapelib and geos system libraries - # proj is unfortunately an internal patched version (bug #209895) - epatch "${FILESDIR}"/${PN}-0.99-syslib.patch -} - -src_install() { - distutils_src_install --install-data=/usr/share/${PN} - rm -f "${D}"/usr/lib*/python*/site-packages/mpl_toolkits/__init__.py - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples || die - fi -} |