aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-02-02 17:33:36 -0800
committerSébastien Fabbro <bicatali@gentoo.org>2014-02-02 17:33:36 -0800
commita8bb81c3428899e555a647b9598d43a75ca64451 (patch)
treedac82a51dcb10d7701e109e6ac68088b246ed9a0
parentdev-python/healpy: Version bump (diff)
downloadsci-a8bb81c3428899e555a647b9598d43a75ca64451.tar.gz
sci-a8bb81c3428899e555a647b9598d43a75ca64451.tar.bz2
sci-a8bb81c3428899e555a647b9598d43a75ca64451.zip
sci-astronomy/healpix_cxx: Version bump
Package-Manager: portage-2.2.8-prefix
-rw-r--r--sci-astronomy/healpix_cxx/ChangeLog8
-rw-r--r--sci-astronomy/healpix_cxx/Manifest2
-rw-r--r--sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild (renamed from sci-astronomy/healpix_cxx/healpix_cxx-3.11.ebuild)16
3 files changed, 13 insertions, 13 deletions
diff --git a/sci-astronomy/healpix_cxx/ChangeLog b/sci-astronomy/healpix_cxx/ChangeLog
index fa357f4bd..1e48b7415 100644
--- a/sci-astronomy/healpix_cxx/ChangeLog
+++ b/sci-astronomy/healpix_cxx/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-astronomy/healpix_cxx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*healpix_cxx-3.11.2 (03 Feb 2014)
+
+ 03 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org>
+ +healpix_cxx-3.11.2.ebuild, -healpix_cxx-3.11.ebuild:
+ sci-astronomy/healpix_cxx: Version bump
+
*healpix_cxx-3.11 (16 Jun 2013)
16 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> +healpix_cxx-3.11.ebuild,
diff --git a/sci-astronomy/healpix_cxx/Manifest b/sci-astronomy/healpix_cxx/Manifest
index 983581ad4..270d908bb 100644
--- a/sci-astronomy/healpix_cxx/Manifest
+++ b/sci-astronomy/healpix_cxx/Manifest
@@ -1 +1 @@
-DIST Healpix_3.11_2013Apr24.tar.gz 24256278 SHA256 f80aa3633601664afe99c8b7dc7253828f22e6d832187ab46ac90b2ad83e6831 SHA512 aae5592dda40103918a6c6520863e2aeddf40a34531e4ce2f38a1ce7411731218d7e20bd02107f92384a7b371c2415ed640ad27aa398f64857f5ed7d9dba32bb WHIRLPOOL 1e3f0588502b6b9e68c19de9763ae775d01031cd7a3120bb663a71bae1fa7e2baf6ac4997ff07598ca45e610ae919839ecf04c66a201256665f5e5f1727f7299
+DIST healpix_cxx-3.11.2.tar.gz 474320 SHA256 0e36478d82be566e85524c3be15890e1374afb4d83c98eae35bc426b06d1db8d SHA512 61e3183373940386e52d272b53df91278cf8bfaad8c89c0c2246708c69f7154697437593ac6fca06c9c3f42068a1f2be47bff3ba18736527a8fd53215bbadd9a WHIRLPOOL 51ec31f92f8ac9bde061d54c9568e14c6c2ac7fc73db3939ac8800cebd112116cb20aa37c30885c5577e5adeec1092a448218d27c6c1a9c9ff06d546faca5f53
diff --git a/sci-astronomy/healpix_cxx/healpix_cxx-3.11.ebuild b/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild
index 85d289867..502bbd33c 100644
--- a/sci-astronomy/healpix_cxx/healpix_cxx-3.11.ebuild
+++ b/sci-astronomy/healpix_cxx/healpix_cxx-3.11.2.ebuild
@@ -7,12 +7,11 @@ EAPI=5
AUTOTOOLS_AUTORECONF=1
inherit autotools-utils toolchain-funcs
-MYP="Healpix_${PV}"
-MYPP="2013Apr24"
+MYP="Healpix_3.11"
DESCRIPTION="Hierarchical Equal Area isoLatitude Pixelization of a sphere - C++"
HOMEPAGE="http://healpix.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}/${MYP}_${MYPP}.tar.gz"
+SRC_URI="mirror://sourceforge/healpix/${MYP}/autotools_packages/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -25,13 +24,9 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig"
-S="${WORKDIR}/${MYP}/src/cxx/autotools"
-
-DOCS=( ../CHANGES ../../../READ_Copyrights_Licenses.txt )
-
pkg_setup() {
- if use openmp; then
- if [[ $(tc-getCXX)$ == *g++* ]] && ! tc-has-openmp; then
+ if use openmp && [[ $(tc-getCXX)$ == *g++* ]]; then
+ if ! tc-has-openmp; then
ewarn "You are using a g++ without OpenMP capabilities"
die "Need an OpenMP capable compiler"
fi
@@ -39,9 +34,8 @@ pkg_setup() {
}
src_prepare() {
- # respect user flags
- sed -i -e '/^AX_CHECK_COMPILE_FLAG/d' configure.ac || die
# why was static-libtool-libs forced?
+ # it screws up as-neeeded
use static-libs || sed -i -e '/-static-libtool-libs/d' Makefile.am
autotools-utils_src_prepare
}