diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2013-01-04 11:45:10 -0800 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2013-01-04 11:45:10 -0800 |
commit | b9a6fd9e695831658afbb1993b20284904decc02 (patch) | |
tree | 0194ae57e88ed11ce811d8f0d1aaeccd456e99c7 /sci-astronomy/lephare | |
parent | sci-libs/magma: Fixed URL, thanks James Cloos (diff) | |
download | sci-b9a6fd9e695831658afbb1993b20284904decc02.tar.gz sci-b9a6fd9e695831658afbb1993b20284904decc02.tar.bz2 sci-b9a6fd9e695831658afbb1993b20284904decc02.zip |
sci-astronomy/lephare: Fixed manifest and removed patch, thanks James Cloos
Package-Manager: portage-2.2.01.21476-prefix
Diffstat (limited to 'sci-astronomy/lephare')
-rw-r--r-- | sci-astronomy/lephare/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/lephare/Manifest | 2 | ||||
-rw-r--r-- | sci-astronomy/lephare/files/lephare-2.2-read-int.patch | 11 | ||||
-rw-r--r-- | sci-astronomy/lephare/lephare-2.2.ebuild | 3 |
4 files changed, 7 insertions, 15 deletions
diff --git a/sci-astronomy/lephare/ChangeLog b/sci-astronomy/lephare/ChangeLog index 00de794c6..17d587b47 100644 --- a/sci-astronomy/lephare/ChangeLog +++ b/sci-astronomy/lephare/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-astronomy/lephare -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> + -files/lephare-2.2-read-int.patch, lephare-2.2.ebuild: + sci-astronomy/lephare: Fixed manifest and removed patch, thanks James Cloos + 17 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> lephare-2.2.ebuild: sci-astronomy/lephare: prefix keywording, version fix diff --git a/sci-astronomy/lephare/Manifest b/sci-astronomy/lephare/Manifest index a20630daf..c01ed47de 100644 --- a/sci-astronomy/lephare/Manifest +++ b/sci-astronomy/lephare/Manifest @@ -1 +1 @@ -DIST lephare_dev_v2.2.tar.gz 44357629 SHA256 f930500c3477d32785da381b88ed6cb82a765401d2861bb80c6c57ecef63a82c SHA512 6a5f0ed7ab3709316e0a4be48e8e0280fc61795969e93223d6181ba15e4e9c067041a33b46c5ec06e0b0a7431b1247f343c5929fdde7d209aa805dee479192a5 WHIRLPOOL 7260a6fbba8fb93e2264a8be1c414e182633402dd3af5eb558060003cc2555fc84386a72da87f97378d8c5faf0c680b93ed2a4d05213ebe9773b1b7969aef85e +DIST lephare_dev_v2.2.tar.gz 44360090 SHA256 11bafb4e7fde8ca25eca4633a8c10a7a5d9a17361c5ee5824d81a1aa8f4a4aba SHA512 a4f46b1539df9b4fb03dbbbb0429f19dc1070c40d0e2ab4c2c63cc114c212d162555a462f8197aa35f72ff543f6d3461fc5a4db6566b571863913a06df7665d0 WHIRLPOOL 8af505c08418917db16b46e4d12778b503e752a82109b0b30b05cb3bf5e46bc68764abb03714c596524786fd9003903022dfe2fbb0595409358ed1c114e96f07 diff --git a/sci-astronomy/lephare/files/lephare-2.2-read-int.patch b/sci-astronomy/lephare/files/lephare-2.2-read-int.patch deleted file mode 100644 index 8e6406c89..000000000 --- a/sci-astronomy/lephare/files/lephare-2.2-read-int.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- zphota.f.orig 2012-06-14 22:11:52.000000000 +0100 -+++ zphota.f 2012-06-14 22:12:18.000000000 +0100 -@@ -1725,7 +1725,7 @@ - if (cattyp(1:4).eq.'LONG') then - j=2*imagm+2 - if (gbcont.eq.-1) then -- read(paravc(j),'(E24.0)') conti -+ read(paravc(j),'(I24)') conti - cont = DBLE(conti) - else - cont=gbcont diff --git a/sci-astronomy/lephare/lephare-2.2.ebuild b/sci-astronomy/lephare/lephare-2.2.ebuild index ba8ce048e..616a80e27 100644 --- a/sci-astronomy/lephare/lephare-2.2.ebuild +++ b/sci-astronomy/lephare/lephare-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -24,7 +24,6 @@ S="${WORKDIR}/${PN}_dev/source" CHECKREQS_DISK_BUILD="400M" src_prepare() { - epatch "${FILESDIR}"/${P}-read-int.patch export LEPHAREDIR="${WORKDIR}/${PN}_dev" LEPHAREWORK="${WORKDIR}" # clean up mac left over crap find . -name ._\* -delete |