summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-08-07 17:42:53 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-08-07 17:42:53 +0000
commit42a34edbbc19826257fbf4af30c29ac5ecf60a01 (patch)
treed7b9cd826988df8453d77fc1e67b33343933be9a /sci-astronomy/casacore
parentUpdate mesa-9.2 mask message again. (diff)
downloadgentoo-2-42a34edbbc19826257fbf4af30c29ac5ecf60a01.tar.gz
gentoo-2-42a34edbbc19826257fbf4af30c29ac5ecf60a01.tar.bz2
gentoo-2-42a34edbbc19826257fbf4af30c29ac5ecf60a01.zip
Switch to EAPI5, cleanup
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-astronomy/casacore')
-rw-r--r--sci-astronomy/casacore/ChangeLog8
-rw-r--r--sci-astronomy/casacore/casacore-1.5.0.ebuild13
-rw-r--r--sci-astronomy/casacore/metadata.xml16
3 files changed, 21 insertions, 16 deletions
diff --git a/sci-astronomy/casacore/ChangeLog b/sci-astronomy/casacore/ChangeLog
index 753ccb80d63e..7509259456b4 100644
--- a/sci-astronomy/casacore/ChangeLog
+++ b/sci-astronomy/casacore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/casacore
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/ChangeLog,v 1.6 2012/10/19 10:44:23 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/ChangeLog,v 1.7 2013/08/07 17:42:53 bicatali Exp $
+
+ 07 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> casacore-1.5.0.ebuild,
+ metadata.xml:
+ Switch to EAPI5, cleanup
19 Oct 2012; Justin Lecher <jlec@gentoo.org> casacore-1.5.0.ebuild,
metadata.xml:
diff --git a/sci-astronomy/casacore/casacore-1.5.0.ebuild b/sci-astronomy/casacore/casacore-1.5.0.ebuild
index 96774f73fedd..4f29abd25b6a 100644
--- a/sci-astronomy/casacore/casacore-1.5.0.ebuild
+++ b/sci-astronomy/casacore/casacore-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/casacore-1.5.0.ebuild,v 1.3 2012/10/19 10:44:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/casacore/casacore-1.5.0.ebuild,v 1.4 2013/08/07 17:42:53 bicatali Exp $
-EAPI=4
+EAPI=5
inherit cmake-utils eutils toolchain-funcs fortran-2
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="+data doc fftw hdf5 openmp threads test"
-RDEPEND="sci-libs/cfitsio
+RDEPEND="
+ sci-libs/cfitsio
sci-astronomy/wcslib
sys-libs/readline
virtual/blas
@@ -45,7 +46,7 @@ pkg_setup() {
src_configure() {
has_version sci-libs/hdf5[mpi] && export CXX=mpicxx
- mycmakeargs+=(
+ local mycmakeargs=(
-DENABLE_SHARED=ON
-DDATA_DIR="${EPREFIX}/usr/share/casa/data"
$(cmake-utils_use_build test TESTING)
@@ -64,5 +65,5 @@ src_compile() {
src_install(){
cmake-utils_src_install
- use doc && dohtml -r doc/html
+ use doc && dohtml -r doc/html/*
}
diff --git a/sci-astronomy/casacore/metadata.xml b/sci-astronomy/casacore/metadata.xml
index 818b10a20f47..3f17c8233202 100644
--- a/sci-astronomy/casacore/metadata.xml
+++ b/sci-astronomy/casacore/metadata.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-astronomy</herd>
- <longdescription lang="en">
+<herd>sci-astronomy</herd>
+<longdescription lang="en">
A set of libraries for the the Common Astronomy Software
Applications for radioastronomy. This project contains C++ libraries
which were the code of the discontinued AIPS++ package.
</longdescription>
- <upstream>
- <remote-id type="google-code">casacore</remote-id>
- </upstream>
- <use>
- <flag name="data">Installs measures and data (pulls <pkg>sci-astronomy/casa-data</pkg>)</flag>
- </use>
+<upstream>
+ <remote-id type="google-code">casacore</remote-id>
+</upstream>
+<use>
+ <flag name="data">Installs measures and data (pulls <pkg>sci-astronomy/casa-data</pkg>)</flag>
+</use>
</pkgmetadata>