aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <christoph.junghans@gmail.com>2015-01-12 18:34:40 -0700
committerChristoph Junghans <christoph.junghans@gmail.com>2015-01-12 18:34:40 -0700
commit020e896750029ad764032b2ad756266eaaf101b7 (patch)
treea5a1c5367fcfe479c0be768ba373d655b038c466
parentMerge pull request #333 from marbre/arrayfire (diff)
parentgeant-vmc: Upstream does not provide version_info file anymore, adapt live. (diff)
downloadsci-020e896750029ad764032b2ad756266eaaf101b7.tar.gz
sci-020e896750029ad764032b2ad756266eaaf101b7.tar.bz2
sci-020e896750029ad764032b2ad756266eaaf101b7.zip
Merge pull request #334 from olifre/master
geant-vmc: Upstream does not provide version_info file anymore, adapt live
-rw-r--r--sci-physics/geant-vmc/ChangeLog6
-rw-r--r--sci-physics/geant-vmc/geant-vmc-9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-physics/geant-vmc/ChangeLog b/sci-physics/geant-vmc/ChangeLog
index 1a52d9e24..c8c3e8278 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 <o.freyermuth@googlemail.com>
+ geant-vmc-9999.ebuild:
+ version_number-file not provided anymore.
+
26 Jul 2014; Oliver Freyermuth <o.freyermuth@googlemail.com>
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 f0a1ebe86..e73ea6201 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/*
}