diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-02-06 17:25:10 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-02-06 17:25:10 +0000 |
commit | b1f6e76cf2069a321eaaae5aaf5d0ab58b54d12d (patch) | |
tree | 338934d05e1651435fab336995f9311784eb3689 /sci-libs/votca-tools | |
parent | remove old version (diff) | |
download | gentoo-2-b1f6e76cf2069a321eaaae5aaf5d0ab58b54d12d.tar.gz gentoo-2-b1f6e76cf2069a321eaaae5aaf5d0ab58b54d12d.tar.bz2 gentoo-2-b1f6e76cf2069a321eaaae5aaf5d0ab58b54d12d.zip |
added missing base_src_prepare (bug #455844)
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.3-r2.ebuild (renamed from sci-libs/votca-tools/votca-tools-1.2.3-r1.ebuild) | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index c3f996278d4e..f5298089712d 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/votca-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.20 2013/01/27 04:03:19 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.21 2013/02/06 17:25:10 ottxor Exp $ + +*votca-tools-1.2.3-r2 (06 Feb 2013) + + 06 Feb 2013; Christoph Junghans <ottxor@gentoo.org> + +votca-tools-1.2.3-r2.ebuild, -votca-tools-1.2.3-r1.ebuild: + added missing base_src_prepare (bug #455844) *votca-tools-1.2.3-r1 (27 Jan 2013) diff --git a/sci-libs/votca-tools/votca-tools-1.2.3-r1.ebuild b/sci-libs/votca-tools/votca-tools-1.2.3-r2.ebuild index 4677a238af8c..b1e3c50132b1 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.3-r1.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.3-r1.ebuild,v 1.1 2013/01/27 04:03:19 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.3-r2.ebuild,v 1.1 2013/02/06 17:25:10 ottxor Exp $ EAPI="3" @@ -43,6 +43,8 @@ src_prepare() { use gsl || ewarn "Disabling gsl will lead to reduced functionality" use fftw || ewarn "Disabling fftw will lead to reduced functionality" + base_src_prepare + #remove bundled libs if use system-boost; then rm -rf src/libboost |