summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-10-10 01:27:25 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-10-10 01:27:25 +0000
commit1e65ed00fbafcfb282d9f9a91c5065a626e3fce8 (patch)
tree0e4841e667966ee600ae8090ad4f0207799ff53c /sci-astronomy
parentStable on amd64 wrt bug #251659 (diff)
downloadgentoo-2-1e65ed00fbafcfb282d9f9a91c5065a626e3fce8.tar.gz
gentoo-2-1e65ed00fbafcfb282d9f9a91c5065a626e3fce8.tar.bz2
gentoo-2-1e65ed00fbafcfb282d9f9a91c5065a626e3fce8.zip
Version bump
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/wcslib/ChangeLog8
-rw-r--r--sci-astronomy/wcslib/wcslib-4.5.4.ebuild (renamed from sci-astronomy/wcslib/wcslib-4.5.3.ebuild)4
-rw-r--r--sci-astronomy/wcslib/wcslib-4.5.ebuild46
3 files changed, 8 insertions, 50 deletions
diff --git a/sci-astronomy/wcslib/ChangeLog b/sci-astronomy/wcslib/ChangeLog
index 5107944846c6..0cfb38963fe0 100644
--- a/sci-astronomy/wcslib/ChangeLog
+++ b/sci-astronomy/wcslib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-astronomy/wcslib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.12 2010/09/23 22:37:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.13 2010/10/10 01:27:25 bicatali Exp $
+
+*wcslib-4.5.4 (10 Oct 2010)
+
+ 10 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org> -wcslib-4.5.ebuild,
+ -wcslib-4.5.3.ebuild, +wcslib-4.5.4.ebuild:
+ Version bump
*wcslib-4.5.3 (23 Sep 2010)
diff --git a/sci-astronomy/wcslib/wcslib-4.5.3.ebuild b/sci-astronomy/wcslib/wcslib-4.5.4.ebuild
index 1807f09b1638..9505f1673a5c 100644
--- a/sci-astronomy/wcslib/wcslib-4.5.3.ebuild
+++ b/sci-astronomy/wcslib/wcslib-4.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.5.3.ebuild,v 1.1 2010/09/23 22:37:20 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.5.4.ebuild,v 1.1 2010/10/10 01:27:25 bicatali Exp $
EAPI=2
inherit eutils virtualx flag-o-matic autotools
@@ -21,11 +21,9 @@ DEPEND="${RDEPEND}
media-fonts/font-cursor-misc )"
src_prepare() {
- #epatch "${FILESDIR}"/${PN}-4.4.2-flibs.patch
epatch "${FILESDIR}"/${PN}-4.4.4-destdir.patch
epatch "${FILESDIR}"/${PN}-4.4.4-ldflags.patch
epatch "${FILESDIR}"/${PN}-4.5.3-fortran.patch
- #append-flags -U_FORTIFY_SOURCE
eautoreconf
}
diff --git a/sci-astronomy/wcslib/wcslib-4.5.ebuild b/sci-astronomy/wcslib/wcslib-4.5.ebuild
deleted file mode 100644
index f75c7a80ab39..000000000000
--- a/sci-astronomy/wcslib/wcslib-4.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.5.ebuild,v 1.1 2010/07/21 16:25:40 bicatali Exp $
-
-EAPI=2
-inherit eutils virtualx flag-o-matic
-
-DESCRIPTION="Astronomical World Coordinate System transformations library"
-HOMEPAGE="http://www.atnf.csiro.au/people/mcalabre/WCS/"
-SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="sci-libs/cfitsio
- sci-libs/pgplot"
-DEPEND="${RDEPEND}
- test? ( media-fonts/font-misc-misc
- media-fonts/font-cursor-misc )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.4.2-flibs.patch
- epatch "${FILESDIR}"/${PN}-4.4.4-destdir.patch
- epatch "${FILESDIR}"/${PN}-4.4.4-ldflags.patch
- append-flags -U_FORTIFY_SOURCE
-}
-
-src_compile() {
- # -j1 forced. build system too crappy to be worth debugging
- emake -j1 || die "emake failed"
-}
-
-src_test() {
- Xemake check || die "emake test failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README || die
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins -r *.pdf html || die
- fi
-}