diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-07-21 16:25:40 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-07-21 16:25:40 +0000 |
commit | 3cd55cc8f163c29b8709ca23d8b0760dcac5144c (patch) | |
tree | 24b1aaf4c0e6d23e8dd35d5840ac743a02c3c5cf /sci-astronomy/wcslib | |
parent | Version bump thanks to Marcin Mirosław (bug #329271). Improve description. (diff) | |
download | gentoo-2-3cd55cc8f163c29b8709ca23d8b0760dcac5144c.tar.gz gentoo-2-3cd55cc8f163c29b8709ca23d8b0760dcac5144c.tar.bz2 gentoo-2-3cd55cc8f163c29b8709ca23d8b0760dcac5144c.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/wcslib')
-rw-r--r-- | sci-astronomy/wcslib/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-4.4.3.ebuild | 50 | ||||
-rw-r--r-- | sci-astronomy/wcslib/wcslib-4.5.ebuild (renamed from sci-astronomy/wcslib/wcslib-4.4.4.ebuild) | 15 |
3 files changed, 14 insertions, 59 deletions
diff --git a/sci-astronomy/wcslib/ChangeLog b/sci-astronomy/wcslib/ChangeLog index 9d78d333ff3b..8dfabdc36751 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.10 2010/05/22 07:30:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/ChangeLog,v 1.11 2010/07/21 16:25:40 bicatali Exp $ + +*wcslib-4.5 (21 Jul 2010) + + 21 Jul 2010; Sébastien Fabbro <bicatali@gentoo.org> -wcslib-4.4.3.ebuild, + -wcslib-4.4.4.ebuild, +wcslib-4.5.ebuild: + Version bump *wcslib-4.4.4-r1 (22 May 2010) diff --git a/sci-astronomy/wcslib/wcslib-4.4.3.ebuild b/sci-astronomy/wcslib/wcslib-4.4.3.ebuild deleted file mode 100644 index cde9be996913..000000000000 --- a/sci-astronomy/wcslib/wcslib-4.4.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcslib/wcslib-4.4.3.ebuild,v 1.1 2009/09/09 16:15:44 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/pgplot - sci-libs/cfitsio" -DEPEND="${RDEPEND} - test? ( - media-fonts/font-misc-misc - media-fonts/font-cursor-misc )" - -src_prepare() { - sed -i \ - -e 's/$(SHRLD)/$(SHRLD) $(LDFLAGS)/' \ - C/GNUmakefile || die - epatch "${FILESDIR}"/${PN}-4.4.2-flibs.patch - epatch "${FILESDIR}"/${PN}-4.4.2-destdir.patch - append-flags -U_FORTIFY_SOURCE -} - -src_compile() { - # -j1 forced. build system too crappy to be worth debugging - # does not really fix anything - 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 - if use doc; then - insinto /usr/share/doc/${PF} - doins -r *.pdf html || die - fi -} diff --git a/sci-astronomy/wcslib/wcslib-4.4.4.ebuild b/sci-astronomy/wcslib/wcslib-4.5.ebuild index f4072aada91a..f75c7a80ab39 100644 --- a/sci-astronomy/wcslib/wcslib-4.4.4.ebuild +++ b/sci-astronomy/wcslib/wcslib-4.5.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.4.4.ebuild,v 1.1 2010/01/29 03:04:27 bicatali Exp $ +# $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 @@ -14,22 +14,21 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" -RDEPEND="sci-libs/pgplot - sci-libs/cfitsio" +RDEPEND="sci-libs/cfitsio + sci-libs/pgplot" DEPEND="${RDEPEND} - test? ( - media-fonts/font-misc-misc - media-fonts/font-cursor-misc )" + 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 - # does not really fix anything emake -j1 || die "emake failed" } @@ -39,7 +38,7 @@ src_test() { src_install () { emake DESTDIR="${D}" install || die "emake install failed" - dodoc README + dodoc README || die if use doc; then insinto /usr/share/doc/${PF} doins -r *.pdf html || die |