diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-07-08 23:32:03 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-07-08 23:32:03 +0000 |
commit | 0efab90798f2f04616842d81d8aa80d01d5aa5b6 (patch) | |
tree | c865b53d9362b680943021374a417cdf89686506 /sci-astronomy/kapteyn | |
parent | Switch to EAPI5, add static-libs flag, include some patches from Debian (diff) | |
download | gentoo-2-0efab90798f2f04616842d81d8aa80d01d5aa5b6.tar.gz gentoo-2-0efab90798f2f04616842d81d8aa80d01d5aa5b6.tar.bz2 gentoo-2-0efab90798f2f04616842d81d8aa80d01d5aa5b6.zip |
Removed old
(Portage version: 2.2.01.22120-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy/kapteyn')
-rw-r--r-- | sci-astronomy/kapteyn/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/kapteyn/kapteyn-2.2.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog index ef9a69a7ad9e..40be0031d1a2 100644 --- a/sci-astronomy/kapteyn/ChangeLog +++ b/sci-astronomy/kapteyn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/kapteyn # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.12 2013/04/24 22:32:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.13 2013/07/08 23:32:03 bicatali Exp $ + + 08 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> -kapteyn-2.2.ebuild: + Removed old *kapteyn-2.2-r1 (24 Apr 2013) diff --git a/sci-astronomy/kapteyn/kapteyn-2.2.ebuild b/sci-astronomy/kapteyn/kapteyn-2.2.ebuild deleted file mode 100644 index 562581917498..000000000000 --- a/sci-astronomy/kapteyn/kapteyn-2.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2.ebuild,v 1.3 2012/08/05 17:57:22 bicatali Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" - -inherit eutils distutils - -DESCRIPTION="Collection of python tools for astronomy" -HOMEPAGE="http://www.astro.rug.nl/software/kapteyn" -SRC_URI="http://www.astro.rug.nl/software/kapteyn/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=">=sci-astronomy/wcslib-4.13.4 - dev-python/numpy" -RDEPEND="${DEPEND} - dev-python/pyfits - dev-python/matplotlib" - -PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") -DOCS="CHANGES.txt README.txt" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}"/${P}-debundle_wcs.patch - rm -rf src/wcslib-4.* -} - -src_install() { - distutils_src_install - dodoc doc/${PN}.pdf -} |