diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-22 16:20:03 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-22 16:20:03 +0000 |
commit | 15b7f3f3b1d56d28874e54af3d7706978f2fb4e1 (patch) | |
tree | ceb3a2aefc50b559da37e2813197f3f3a9c2c098 /sci-libs/hypre | |
parent | Adding me as comaintainer. (diff) | |
download | gentoo-2-15b7f3f3b1d56d28874e54af3d7706978f2fb4e1.tar.gz gentoo-2-15b7f3f3b1d56d28874e54af3d7706978f2fb4e1.tar.bz2 gentoo-2-15b7f3f3b1d56d28874e54af3d7706978f2fb4e1.zip |
include files in proper directory
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hypre')
-rw-r--r-- | sci-libs/hypre/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/hypre/hypre-2.8.0b-r1.ebuild (renamed from sci-libs/hypre/hypre-2.8.0b.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog index 3585f8e413a4..e9a8ab94d754 100644 --- a/sci-libs/hypre/ChangeLog +++ b/sci-libs/hypre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/hypre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.1 2012/01/22 03:32:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.2 2012/01/22 16:20:03 bicatali Exp $ + +*hypre-2.8.0b-r1 (22 Jan 2012) + + 22 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -hypre-2.8.0b.ebuild, + +hypre-2.8.0b-r1.ebuild: + include files in proper directory *hypre-2.8.0b (22 Jan 2012) diff --git a/sci-libs/hypre/hypre-2.8.0b.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild index 0c79d0d8013b..fcae71d4a152 100644 --- a/sci-libs/hypre/hypre-2.8.0b.ebuild +++ b/sci-libs/hypre/hypre-2.8.0b-r1.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-libs/hypre/hypre-2.8.0b.ebuild,v 1.1 2012/01/22 03:32:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.1 2012/01/22 16:20:03 bicatali Exp $ EAPI=4 @@ -63,7 +63,7 @@ src_configure() { src_install() { dolib.so hypre/lib/lib* insinto /usr/include/hypre - doins -r hypre/include + doins -r hypre/include/* use doc && dodoc "${WORKDIR}"/${P}/docs/*.pdf if use examples; then |