Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/geant-vmc/
Date: Mon, 03 Feb 2014 01:39:30
Message-Id: 1391377957.e73ec8e364662db23944ef9d059f44a80a63b225.bicatali@gentoo
1 commit: e73ec8e364662db23944ef9d059f44a80a63b225
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sun Feb 2 21:52:37 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 21:52:37 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e73ec8e3
7
8 Make header installation work again, include/ contains folders only so doheader must recurse (got broken in 4965054a93b9dd9f630a31b290e20c799dc1cf94 )
9
10 ---
11 sci-physics/geant-vmc/ChangeLog | 5 +++++
12 sci-physics/geant-vmc/geant-vmc-4.2.14b.ebuild | 2 +-
13 sci-physics/geant-vmc/geant-vmc-4.2.15.ebuild | 2 +-
14 3 files changed, 7 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/geant-vmc/ChangeLog b/sci-physics/geant-vmc/ChangeLog
17 index 8f81bf9..bf52756 100644
18 --- a/sci-physics/geant-vmc/ChangeLog
19 +++ b/sci-physics/geant-vmc/ChangeLog
20 @@ -2,6 +2,11 @@
21 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 02 Feb 2014; <o.freyermuth@××××××××××.com> geant-vmc-4.2.14b.ebuild,
25 + geant-vmc-4.2.15.ebuild:
26 + Make header installation work again, include/ contains folders only so
27 + doheader must recurse
28 +
29 06 Jan 2014; Justin Lecher <jlec@g.o> geant-vmc-4.2.14b.ebuild,
30 geant-vmc-4.2.15.ebuild, metadata.xml:
31 Add missing die
32
33 diff --git a/sci-physics/geant-vmc/geant-vmc-4.2.14b.ebuild b/sci-physics/geant-vmc/geant-vmc-4.2.14b.ebuild
34 index 5e39bf8..df2884e 100644
35 --- a/sci-physics/geant-vmc/geant-vmc-4.2.14b.ebuild
36 +++ b/sci-physics/geant-vmc/geant-vmc-4.2.14b.ebuild
37 @@ -51,7 +51,7 @@ src_test() {
38
39 src_install() {
40 dolib.so lib/tgt_*/{libg4root,libgeant4vmc}.so
41 - doheader include/*
42 + doheader -r include/*
43 dodoc README history version_number
44 use doc && dohtml -r Geant4VMC.html doc/*
45 if use examples; then
46
47 diff --git a/sci-physics/geant-vmc/geant-vmc-4.2.15.ebuild b/sci-physics/geant-vmc/geant-vmc-4.2.15.ebuild
48 index c350288..f08e490 100644
49 --- a/sci-physics/geant-vmc/geant-vmc-4.2.15.ebuild
50 +++ b/sci-physics/geant-vmc/geant-vmc-4.2.15.ebuild
51 @@ -50,7 +50,7 @@ src_test() {
52
53 src_install() {
54 dolib.so lib/tgt_*/{libg4root,libgeant4vmc}.so
55 - doheader include/*
56 + doheader -r include/*
57 dodoc README history version_number
58 use doc && dohtml -r Geant4VMC.html doc/*
59 if use examples; then