commit: f3939ddabde0d3d639e1535671c44ad3a9cffad7 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Tue Jan 13 00:26:08 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Jan 13 00:26:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f3939dda
geant-vmc: Upstream does not provide version_info file anymore, adapt live. --- sci-physics/geant-vmc/ChangeLog | 6 +++++- sci-physics/geant-vmc/geant-vmc-9999.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-physics/geant-vmc/ChangeLog b/sci-physics/geant-vmc/ChangeLog index 1a52d9e..c8c3e82 100644 --- a/sci-physics/geant-vmc/ChangeLog +++ b/sci-physics/geant-vmc/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-physics/geant-vmc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Jan 2015; Oliver Freyermuth <[email protected]> + geant-vmc-9999.ebuild: + version_number-file not provided anymore. + 26 Jul 2014; Oliver Freyermuth <[email protected]> geant-vmc-9999.ebuild: Fix doxygen-generation, adapt to now working way to run the test-suite diff --git a/sci-physics/geant-vmc/geant-vmc-9999.ebuild b/sci-physics/geant-vmc/geant-vmc-9999.ebuild index f0a1ebe..e73ea62 100644 --- a/sci-physics/geant-vmc/geant-vmc-9999.ebuild +++ b/sci-physics/geant-vmc/geant-vmc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,6 +65,6 @@ src_test() { src_install() { cmake-utils_src_install - dodoc README history version_number + dodoc README history use doc && dohtml -r Geant4VMC.html doc/* }
