Gentoo Archives: gentoo-commits

From: "Guilherme Amadio (amadio)" <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/geant-docs: ChangeLog geant-docs-4.10.1.ebuild
Date: Wed, 04 Mar 2015 02:40:54
Message-Id: 20150304024051.2204B12FE1@oystercatcher.gentoo.org
1 amadio 15/03/04 02:40:51
2
3 Modified: ChangeLog
4 Added: geant-docs-4.10.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xF0DE108F)
9
10 Revision Changes Path
11 1.3 app-doc/geant-docs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/geant-docs/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/geant-docs/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/geant-docs/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-doc/geant-docs/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Dec 2013 06:01:31 -0000 1.2
24 +++ ChangeLog 4 Mar 2015 02:40:51 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-doc/geant-docs
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-doc/geant-docs/ChangeLog,v 1.2 2013/12/20 06:01:31 heroxbd Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-doc/geant-docs/ChangeLog,v 1.3 2015/03/04 02:40:51 amadio Exp $
31 +
32 +*geant-docs-4.10.1 (04 Mar 2015)
33 +
34 + 04 Mar 2015; <amadio@g.o> +geant-docs-4.10.1.ebuild:
35 + version bump
36
37 *geant-docs-4.10.0 (20 Dec 2013)
38
39
40
41
42 1.1 app-doc/geant-docs/geant-docs-4.10.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/geant-docs/geant-docs-4.10.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/geant-docs/geant-docs-4.10.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: geant-docs-4.10.1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-doc/geant-docs/geant-docs-4.10.1.ebuild,v 1.1 2015/03/04 02:40:51 amadio Exp $
52
53 EAPI=5
54
55 DESCRIPTION="User documentation for Geant4 physics simulation toolkit"
56 HOMEPAGE="https://geant4.web.cern.ch/geant4/support/userdocuments.shtml"
57 SRC_DOC="http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides"
58 SRC_URI="
59 ${SRC_DOC}/InstallationGuide/fo/BookInstalGuide.pdf -> BookInstalGuide-${PV}.pdf
60 ${SRC_DOC}/ForApplicationDeveloper/fo/BookForAppliDev.pdf -> BookForAppliDev-${PV}.pdf
61 ${SRC_DOC}/ForToolkitDeveloper/fo/BookForToolDev.pdf -> BookForToolDev-${PV}.pdf
62 ${SRC_DOC}/PhysicsReferenceManual/fo/PhysicsReferenceManual.pdf -> PhysicsReferenceManual-${PV}.pdf
63 "
64
65 LICENSE="geant4"
66 SLOT="4"
67 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
68 IUSE=""
69
70 S="${DISTDIR}"
71
72 src_install() {
73 local d
74 for d in *pdf; do newdoc ${d} ${d/-${PV}}; done
75 echo GEANT_DOC_DIR="${EPREFIX%/}/usr/share/doc/${PF}" >> 99geant-doc
76 doenvd 99geant-doc
77 }