summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-11-04 00:45:32 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-11-04 00:45:32 +0000
commit5c6c627963ebcd7d94267765a7e549d8b638e589 (patch)
tree70d50ddcf2c5a3c5000123695a65276e693e8a33 /sci-astronomy/scamp
parentVersion bump, thanks to Rafael Goncalves Martins. (diff)
downloadgentoo-2-5c6c627963ebcd7d94267765a7e549d8b638e589.tar.gz
gentoo-2-5c6c627963ebcd7d94267765a7e549d8b638e589.tar.bz2
gentoo-2-5c6c627963ebcd7d94267765a7e549d8b638e589.zip
Version bump
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/scamp')
-rw-r--r--sci-astronomy/scamp/ChangeLog8
-rw-r--r--sci-astronomy/scamp/scamp-1.6.2.ebuild (renamed from sci-astronomy/scamp/scamp-1.4.6.ebuild)13
2 files changed, 12 insertions, 9 deletions
diff --git a/sci-astronomy/scamp/ChangeLog b/sci-astronomy/scamp/ChangeLog
index ae007f9ca5c2..3c6254e5d87f 100644
--- a/sci-astronomy/scamp/ChangeLog
+++ b/sci-astronomy/scamp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-astronomy/scamp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.4 2009/07/28 17:41:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/ChangeLog,v 1.5 2009/11/04 00:45:32 bicatali Exp $
+
+*scamp-1.6.2 (04 Nov 2009)
+
+ 04 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> -scamp-1.4.6.ebuild,
+ +scamp-1.6.2.ebuild:
+ Version bump
28 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org> scamp-1.5.5.ebuild:
Updated license to CeCILL-2
diff --git a/sci-astronomy/scamp/scamp-1.4.6.ebuild b/sci-astronomy/scamp/scamp-1.6.2.ebuild
index 130179d668ec..f8d4c04daa5e 100644
--- a/sci-astronomy/scamp/scamp-1.4.6.ebuild
+++ b/sci-astronomy/scamp/scamp-1.6.2.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.4.6.ebuild,v 1.1 2009/02/26 17:22:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/scamp/scamp-1.6.2.ebuild,v 1.1 2009/11/04 00:45:32 bicatali Exp $
EAPI=2
inherit eutils autotools
DESCRIPTION="Computes astrometric and photometric solutions for astronomical images"
-HOMEPAGE="http://terapix.iap.fr/soft/scamp"
+HOMEPAGE="http://astromatic.iap.fr/software/scamp"
SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc threads plplot"
@@ -23,14 +23,11 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- # use better autotools from svn repo
- epatch "${FILESDIR}"/${P}-autotools.patch
- # gentoo uses cblas instead of ptcblas
+ #epatch "${FILESDIR}"/${P}-autotools.patch
+ # gentoo uses cblas instead of ptcblas (linked to threaded with eselect)
sed -i \
-e 's/ptcblas/cblas/g' \
acx_atlas.m4 || die "sed acx_atlas.m4 failed"
- # use pkgconfig instead of obsolete plplot-config
- # epatch "${FILESDIR}"/${P}-plplot.patch
eautoreconf
}