summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-02-05 23:44:50 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-02-05 23:44:50 +0000
commitf65b7f2118d6b913367b371a6253b928093ebf7e (patch)
tree028ad00cd6f0499f5632de84c3e7061b857db684 /sci-astronomy
parentwork the pyfits depedency, removed old (diff)
downloadgentoo-2-f65b7f2118d6b913367b371a6253b928093ebf7e.tar.gz
gentoo-2-f65b7f2118d6b913367b371a6253b928093ebf7e.tar.bz2
gentoo-2-f65b7f2118d6b913367b371a6253b928093ebf7e.zip
Calling distutils-r1 functions
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/kapteyn/ChangeLog7
-rw-r--r--sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-astronomy/kapteyn/ChangeLog b/sci-astronomy/kapteyn/ChangeLog
index 40be0031d1a2..38830d366815 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.13 2013/07/08 23:32:03 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/ChangeLog,v 1.14 2014/02/05 23:44:50 bicatali Exp $
+
+ 05 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> kapteyn-2.2-r1.ebuild:
+ Calling distutils-r1 functions
08 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> -kapteyn-2.2.ebuild:
Removed old
diff --git a/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild b/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild
index 9ce6042f27b8..39593d3c40e3 100644
--- a/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild
+++ b/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild,v 1.1 2013/04/24 22:32:19 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/kapteyn/kapteyn-2.2-r1.ebuild,v 1.2 2014/02/05 23:44:50 bicatali Exp $
EAPI=5
@@ -29,4 +29,5 @@ DOCS=( CHANGES.txt README.txt doc/${PN}.pdf )
python_prepare_all() {
epatch "${FILESDIR}"/${P}-debundle_wcs.patch
rm -r src/wcslib-4.* || die
+ distutils-r1_python_prepare_all
}