diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 20:42:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-05 20:42:30 +0000 |
commit | c4c2bdcc6e34df76f25efa33f799fb4b11e44ab7 (patch) | |
tree | 5740f3357cec53ce723fc35d872c980a77f4f652 /sci-astronomy | |
parent | Keyword ~arm (diff) | |
download | gentoo-2-c4c2bdcc6e34df76f25efa33f799fb4b11e44ab7.tar.gz gentoo-2-c4c2bdcc6e34df76f25efa33f799fb4b11e44ab7.tar.bz2 gentoo-2-c4c2bdcc6e34df76f25efa33f799fb4b11e44ab7.zip |
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/wcstools/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/wcstools/wcstools-3.8.5.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sci-astronomy/wcstools/ChangeLog b/sci-astronomy/wcstools/ChangeLog index ce303ee3abda..d00d9cd9b795 100644 --- a/sci-astronomy/wcstools/ChangeLog +++ b/sci-astronomy/wcstools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/wcstools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v 1.23 2012/05/06 10:04:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v 1.24 2012/08/05 20:42:30 bicatali Exp $ + + 05 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> wcstools-3.8.5.ebuild: + keyword amd64-linux, x86-linux *wcstools-3.8.5 (06 May 2012) @@ -164,4 +167,3 @@ +wcstools-3.6.2.ebuild: Initial import. Ebuild submitted by Sebastien Fabbro <seb@ist.utl.pt> (bug #65666). - diff --git a/sci-astronomy/wcstools/wcstools-3.8.5.ebuild b/sci-astronomy/wcstools/wcstools-3.8.5.ebuild index 98926f628641..2aaa50502e80 100644 --- a/sci-astronomy/wcstools/wcstools-3.8.5.ebuild +++ b/sci-astronomy/wcstools/wcstools-3.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/wcstools-3.8.5.ebuild,v 1.1 2012/05/06 10:04:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/wcstools-3.8.5.ebuild,v 1.2 2012/08/05 20:42:30 bicatali Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DOCS=( Readme Programs NEWS libned/NED_client ) @@ -33,8 +33,7 @@ src_prepare() { } src_configure() { - econf \ - $(use_enable static-libs static) + econf $(use_enable static-libs static) } src_test() { @@ -43,7 +42,7 @@ src_test() { ./sethead test.fits A=1 B=1 || die "test sethead failed" [[ "$(./gethead test.fits RA)" == "16:32:00.0000" ]] \ || die "test gethead failed" - rm -f test.fits + rm test.fits } src_install() { |