diff options
author | Sebastien Fabbro <sfabbro@uvic.ca> | 2012-07-17 12:55:12 -0700 |
---|---|---|
committer | Sebastien Fabbro <sfabbro@uvic.ca> | 2012-07-17 12:55:12 -0700 |
commit | 8818f7bfd6e5a8730911789f024a59dbf9086f52 (patch) | |
tree | e1ec61278434830a304831dc7988974aafdd75cb /sci-astronomy | |
parent | sci-libs/coinor-symphony: Initial import (diff) | |
download | sci-8818f7bfd6e5a8730911789f024a59dbf9086f52.tar.gz sci-8818f7bfd6e5a8730911789f024a59dbf9086f52.tar.bz2 sci-8818f7bfd6e5a8730911789f024a59dbf9086f52.zip |
sci-astronomy/lephare: prefix keywording, version fix
(Portage version: 2.2.01.20757-prefix/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/lephare/ChangeLog | 4 | ||||
-rw-r--r-- | sci-astronomy/lephare/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/lephare/lephare-2.2.ebuild | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/sci-astronomy/lephare/ChangeLog b/sci-astronomy/lephare/ChangeLog index d21226dbb..00de794c6 100644 --- a/sci-astronomy/lephare/ChangeLog +++ b/sci-astronomy/lephare/ChangeLog @@ -2,9 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> lephare-2.2.ebuild: + sci-astronomy/lephare: prefix keywording, version fix + *lephare-2.2 (14 Jun 2012) 14 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> +files/lephare-2.2-read-int.patch, +lephare-2.2.ebuild, +metadata.xml: sci-astronomy/lephare: Initial import - diff --git a/sci-astronomy/lephare/Manifest b/sci-astronomy/lephare/Manifest index 128ae1b3f..a20630daf 100644 --- a/sci-astronomy/lephare/Manifest +++ b/sci-astronomy/lephare/Manifest @@ -1 +1 @@ -DIST lephare_dev_v2.2.tar.gz 44357629 RMD160 70212c4af407403196a6b4d96815638933cfb22c SHA1 57628d593dd6dea4274dd4219b531f99ee16734b SHA256 f930500c3477d32785da381b88ed6cb82a765401d2861bb80c6c57ecef63a82c SHA512 6a5f0ed7ab3709316e0a4be48e8e0280fc61795969e93223d6181ba15e4e9c067041a33b46c5ec06e0b0a7431b1247f343c5929fdde7d209aa805dee479192a5 WHIRLPOOL 7260a6fbba8fb93e2264a8be1c414e182633402dd3af5eb558060003cc2555fc84386a72da87f97378d8c5faf0c680b93ed2a4d05213ebe9773b1b7969aef85e +DIST lephare_dev_v2.2.tar.gz 44357629 SHA256 f930500c3477d32785da381b88ed6cb82a765401d2861bb80c6c57ecef63a82c SHA512 6a5f0ed7ab3709316e0a4be48e8e0280fc61795969e93223d6181ba15e4e9c067041a33b46c5ec06e0b0a7431b1247f343c5929fdde7d209aa805dee479192a5 WHIRLPOOL 7260a6fbba8fb93e2264a8be1c414e182633402dd3af5eb558060003cc2555fc84386a72da87f97378d8c5faf0c680b93ed2a4d05213ebe9773b1b7969aef85e diff --git a/sci-astronomy/lephare/lephare-2.2.ebuild b/sci-astronomy/lephare/lephare-2.2.ebuild index 0f10100b3..ba8ce048e 100644 --- a/sci-astronomy/lephare/lephare-2.2.ebuild +++ b/sci-astronomy/lephare/lephare-2.2.ebuild @@ -3,9 +3,9 @@ # $Header: $ EAPI=4 -inherit eutils check-reqs fortran-2 +inherit eutils check-reqs fortran-2 versionator -MYP=${PN}_dev_v${PV} +MYP=${PN}_dev_v$(replace_version_separator 2 '') DESCRIPTION="Photometric Analysis for Redshift Estimate for galaxies" HOMEPAGE="http://www.cfht.hawaii.edu/~arnouts/LEPHARE/lephare.html" @@ -13,7 +13,7 @@ SRC_URI="http://www.cfht.hawaii.edu/~arnouts/LEPHARE/DOWNLOAD/${MYP}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND="" |