aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/cfortran/Manifest2
-rw-r--r--dev-lang/cfortran/cfortran-4.4.ebuild28
-rw-r--r--sci-astronomy/sextractor/Manifest2
-rw-r--r--sci-astronomy/sextractor/sextractor-2.4.4.ebuild4
-rw-r--r--sci-astronomy/swarp/Manifest2
-rw-r--r--sci-astronomy/swarp/swarp-2.15.6.ebuild2
-rw-r--r--sci-libs/minuit/ChangeLog4
-rw-r--r--sci-libs/minuit/Manifest4
-rw-r--r--sci-libs/minuit/minuit-1.7.9.ebuild2
-rw-r--r--sci-libs/umfpack/Manifest2
-rw-r--r--sci-libs/umfpack/umfpack-4.4.ebuild13
11 files changed, 37 insertions, 28 deletions
diff --git a/dev-lang/cfortran/Manifest b/dev-lang/cfortran/Manifest
index bd901c915..add4e5737 100644
--- a/dev-lang/cfortran/Manifest
+++ b/dev-lang/cfortran/Manifest
@@ -1,4 +1,4 @@
MD5 42c63ed48cbdea7757b613104c5daeac ChangeLog 235
-MD5 a720769264232492cd194857d09ac0cf cfortran-4.4.ebuild 1032
+MD5 0985fb4af9f9e4363befa5f7a1cac7a6 cfortran-4.4.ebuild 1100
MD5 1c5f5fb0db8525423a59fab929610dc5 files/digest-cfortran-4.4 135
MD5 4db90a73115deea522f922b48cd036f4 metadata.xml 243
diff --git a/dev-lang/cfortran/cfortran-4.4.ebuild b/dev-lang/cfortran/cfortran-4.4.ebuild
index 45b98ed49..dbfc2cf67 100644
--- a/dev-lang/cfortran/cfortran-4.4.ebuild
+++ b/dev-lang/cfortran/cfortran-4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,30 +8,34 @@ DESCRIPTION="Header file allowing to call Fortran routines from C and C++"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PVER}.diff.gz"
HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
LICENSE="LGPL"
-IUSE=""
+IUSE="examples"
SLOT="0"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${WORKDIR}/${PN}_${PV}-${DEB_PVER}.diff
- tar -xzf cfortran.examples.tar.gz
- # rename eg to examples and correct bad links
- mv eg examples
- ln -sfn sz1.c examples/sz1/sz1.C
- ln -sfn pz.c examples/pz/pz.C
+ if use examples; then
+ tar -xzf cfortran.examples.tar.gz
+ mv eg examples
+ ln -sfn sz1.c examples/sz1/sz1.C
+ ln -sfn pz.c examples/pz/pz.C
+ fi
}
src_compile() {
- einfo "No compilation neccessary"
+ einfo "No compilation neccessary"
}
src_install() {
insinto /usr/include/cfortran
doins cfortran.h
- dosym /usr/include/cfortran/cfortran.h /usr/include/cfortran.h
- dodoc -r cfortest.c cfortran.doc cfortran.html \
- index.htm cfortex.f debian examples
+ dosym /usr/include/cfortran/cfortran.h /usr/include/cfortran.h
+ dodoc cfortran.doc debian/{NEWS,changelog,copyright}
+ insinto /usr/share/doc/${PF}
+ doins cfortran.html index.htm cfortest.c cfortex.f
+ use examples && doins -r examples
+
}
diff --git a/sci-astronomy/sextractor/Manifest b/sci-astronomy/sextractor/Manifest
index b489d5d20..46a2e4542 100644
--- a/sci-astronomy/sextractor/Manifest
+++ b/sci-astronomy/sextractor/Manifest
@@ -1,4 +1,4 @@
MD5 8a0e1872a730ee3aa95e7d7531f3594c ChangeLog 271
MD5 1837fe343ad054c084ca09560d8414ba files/digest-sextractor-2.4.4 69
MD5 87811b8b5342ee5676e9185164f15434 metadata.xml 427
-MD5 01121b2e5ffaa649d0c1e2261034e177 sextractor-2.4.4.ebuild 1243
+MD5 ab72af4a3f9c66f21ecb370dfce9497e sextractor-2.4.4.ebuild 1193
diff --git a/sci-astronomy/sextractor/sextractor-2.4.4.ebuild b/sci-astronomy/sextractor/sextractor-2.4.4.ebuild
index efb07d036..e88afd6f7 100644
--- a/sci-astronomy/sextractor/sextractor-2.4.4.ebuild
+++ b/sci-astronomy/sextractor/sextractor-2.4.4.ebuild
@@ -31,9 +31,7 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS BUGS ChangeLog COPYING HISTORY README THANKS
- dodir /usr/share/${PN}
- dodir ${CONFDIR}
+ dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS
insinto ${CONFDIR}
doins config/*
if use doc; then
diff --git a/sci-astronomy/swarp/Manifest b/sci-astronomy/swarp/Manifest
index 1bc2fea42..809493ed6 100644
--- a/sci-astronomy/swarp/Manifest
+++ b/sci-astronomy/swarp/Manifest
@@ -1,4 +1,4 @@
MD5 d8f338413648f675021b3489445a9222 ChangeLog 258
MD5 55cc4a25b090f2fbac8ee76ff19eb5e0 files/digest-swarp-2.15.6 65
MD5 79b02536bd71bf7a4f217cda0ec8edb4 metadata.xml 410
-MD5 fb798d8b187ce043bb60e1cba34198a5 swarp-2.15.6.ebuild 1124
+MD5 ea4249b05b636a9aef8729a55484c2a7 swarp-2.15.6.ebuild 1124
diff --git a/sci-astronomy/swarp/swarp-2.15.6.ebuild b/sci-astronomy/swarp/swarp-2.15.6.ebuild
index a59341bfe..a4e420961 100644
--- a/sci-astronomy/swarp/swarp-2.15.6.ebuild
+++ b/sci-astronomy/swarp/swarp-2.15.6.ebuild
@@ -5,7 +5,7 @@
inherit flag-o-matic
DESCRIPTION="Resample and coadd astronomical FITS images"
-HOMEPAGE="http://terapix.iap.fr/soft/${PN}"
+HOMEPAGE="http://terapix.iap.fr/soft/swarp"
SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
diff --git a/sci-libs/minuit/ChangeLog b/sci-libs/minuit/ChangeLog
index 797925f9d..5915b05d5 100644
--- a/sci-libs/minuit/ChangeLog
+++ b/sci-libs/minuit/ChangeLog
@@ -2,7 +2,11 @@
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+<<<<<<< .mine
+*minuit-1.7.6 (28 Nov 2005)
+=======
*minuit-1.7.9 (10 Jan 2006)
+>>>>>>> .r50
10 Jan 2006; Sebastien Fabbro <seb@ist.utl.pt>
+minuit-1.7.9.ebuild, +ChangeLog, +metadata.xml
diff --git a/sci-libs/minuit/Manifest b/sci-libs/minuit/Manifest
index 0db352b78..4c7e3a9a4 100644
--- a/sci-libs/minuit/Manifest
+++ b/sci-libs/minuit/Manifest
@@ -1,4 +1,4 @@
-MD5 d05504c37d8d12213fbcfb9a2e59db95 ChangeLog 280
+MD5 ffa8967f882003a79dc5a6dba1cbc16a ChangeLog 343
MD5 e0bbe41ea442abe4abf05421c0302674 files/digest-minuit-1.7.9 125
MD5 50df470a6b0cebe69592d36118f247b0 metadata.xml 454
-MD5 5d9a254a0ed5ce7db28a20405afb34dc minuit-1.7.9.ebuild 984
+MD5 4389738e359a2d6fa5dc19aa82b0cd24 minuit-1.7.9.ebuild 983
diff --git a/sci-libs/minuit/minuit-1.7.9.ebuild b/sci-libs/minuit/minuit-1.7.9.ebuild
index 9d1a28eec..3c20ba44a 100644
--- a/sci-libs/minuit/minuit-1.7.9.ebuild
+++ b/sci-libs/minuit/minuit-1.7.9.ebuild
@@ -22,7 +22,7 @@ src_compile() {
emake || die "emake failed"
if use doc; then
make docs || die "make docs failed"
- fi
+ fi
}
src_install() {
diff --git a/sci-libs/umfpack/Manifest b/sci-libs/umfpack/Manifest
index 816a0f39e..f96e4e0f4 100644
--- a/sci-libs/umfpack/Manifest
+++ b/sci-libs/umfpack/Manifest
@@ -1,4 +1,4 @@
MD5 e5010b2f7ca95d3eb4287afc17519cf0 ChangeLog 327
MD5 fff89d024fd6d4d4c35b821657e19cdb files/digest-umfpack-4.4 64
MD5 db6b7bcfdff65546db2b62be1a72fe93 metadata.xml 257
-MD5 473a731a5803378a7b49e84d4f28a62e umfpack-4.4.ebuild 1656
+MD5 d28bd1d49e25af4e40785e169100d410 umfpack-4.4.ebuild 1722
diff --git a/sci-libs/umfpack/umfpack-4.4.ebuild b/sci-libs/umfpack/umfpack-4.4.ebuild
index 204c99c7a..03e7dda1c 100644
--- a/sci-libs/umfpack/umfpack-4.4.ebuild
+++ b/sci-libs/umfpack/umfpack-4.4.ebuild
@@ -8,12 +8,12 @@ MY_PV="v${PV}"
MY_PN="`echo \"${PN}\" | tr a-z A-Z`"
DESCRIPTION="Library for unsymmetric sparse linear algebra using the Unsymmetric MultiFrontal method"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/${PN}/"
+HOMEPAGE="http://www.cise.ufl.edu/research/sparse/umfpack"
SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PV}/${MY_PN}${MY_PV}.tar.gz"
# licence in tar file
LICENSE="UMFPACK"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="blas doc"
DEPEND="blas? ( virtual/blas )"
@@ -27,10 +27,10 @@ src_compile() {
if use blas; then
MYCFLAGS="${MYCFLAGS} $(blas-config --cflags)"
- MYCONFIG="-DCBLAS"
+ MYCONFIG="-DCBLAS"
MYLIB="${MYLIB} $(blas-config --clibs)"
fi
-
+
# upstream Makefile forbids to use parallell builds.
# given its simplicity, we reproduce it here
@@ -65,6 +65,9 @@ src_install() {
dodoc ${udir}/README.txt
docinto ${udir}/Doc
dodoc ${udir}/Doc/ChangeLog
- use doc && dopdf ${udir}/Doc/*.pdf
+ if use doc; then
+ insinto /usr/share/${PF}/${udir}/Doc/ChangeLog
+ doins ${udir}/Doc/*.pdf
+ fi
done
}