diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-02 09:16:29 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-02 09:16:29 +0000 |
commit | d6bb4475d7fa81ba8e1be8da941910b0c92265f8 (patch) | |
tree | 2d3fa480892038502db275e56fdda9a75243aae2 /sci-libs/punc | |
parent | Fixed automagic doxygen usage (diff) | |
download | historical-d6bb4475d7fa81ba8e1be8da941910b0c92265f8.tar.gz historical-d6bb4475d7fa81ba8e1be8da941910b0c92265f8.tar.bz2 historical-d6bb4475d7fa81ba8e1be8da941910b0c92265f8.zip |
Fixed automagic doxygen usage
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/punc')
-rw-r--r-- | sci-libs/punc/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/punc/files/1.4-header.patch | 26 | ||||
-rw-r--r-- | sci-libs/punc/punc-1.4-r1.ebuild (renamed from sci-libs/punc/punc-1.4.ebuild) | 5 |
3 files changed, 36 insertions, 3 deletions
diff --git a/sci-libs/punc/ChangeLog b/sci-libs/punc/ChangeLog index 7ba233d4987e..79ddd719b697 100644 --- a/sci-libs/punc/ChangeLog +++ b/sci-libs/punc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/punc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.6 2010/11/02 08:37:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.7 2010/11/02 09:16:28 jlec Exp $ + +*punc-1.4-r1 (02 Nov 2010) + + 02 Nov 2010; Justin Lecher <jlec@gentoo.org> +files/1.4-header.patch, + -punc-1.4.ebuild, +punc-1.4-r1.ebuild: + Fixed automagic doxygen usage 02 Nov 2010; Justin Lecher <jlec@gentoo.org> +files/1.4-doc.patch, punc-1.4.ebuild: diff --git a/sci-libs/punc/files/1.4-header.patch b/sci-libs/punc/files/1.4-header.patch new file mode 100644 index 000000000000..e0b2d31c924d --- /dev/null +++ b/sci-libs/punc/files/1.4-header.patch @@ -0,0 +1,26 @@ +diff --git a/src/vf2c/punc/vsuperlu.h b/src/vf2c/punc/vsuperlu.h +index d0e7fb3..cb7977a 100644 +--- a/src/vf2c/punc/vsuperlu.h ++++ b/src/vf2c/punc/vsuperlu.h +@@ -34,7 +34,7 @@ + + #include <punc/punc_base.h> + +-#include <punc/slu_ddefs.h> ++#include <superlu/slu_ddefs.h> + + #endif /* _VSUPERLU_H_ */ + +diff --git a/src/vf2c/punc/vumfpack.h b/src/vf2c/punc/vumfpack.h +index 06896f3..e90aca6 100644 +--- a/src/vf2c/punc/vumfpack.h ++++ b/src/vf2c/punc/vumfpack.h +@@ -34,7 +34,7 @@ + + #include <punc/punc_base.h> + +-#include <punc/umfpack.h> ++#include <umfpack.h> + + #endif /* _VUMFPACK_H_ */ + diff --git a/sci-libs/punc/punc-1.4.ebuild b/sci-libs/punc/punc-1.4-r1.ebuild index e55fd253e103..61f3d03ee3a8 100644 --- a/sci-libs/punc/punc-1.4.ebuild +++ b/sci-libs/punc/punc-1.4-r1.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-libs/punc/punc-1.4.ebuild,v 1.2 2010/11/02 08:37:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.1 2010/11/02 09:16:28 jlec Exp $ EAPI="3" @@ -37,7 +37,8 @@ src_prepare() { rm -rf src/{amd,blas,lapack,arpack,superlu,umfpack} epatch \ "${FILESDIR}"/${PV}-linking.patch \ - "${FILESDIR}"/${PV}-doc.patch + "${FILESDIR}"/${PV}-doc.patch \ + "${FILESDIR}"/${PV}-header.patch cp tools/tests/pmg/*.f src/pmg/ -f cp tools/tests/pmg/*.c src/pmg/ -f |