summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2015-03-04 02:40:51 +0000
committerGuilherme Amadio <amadio@gentoo.org>2015-03-04 02:40:51 +0000
commitc4fdbf9a49f1e8617a2c1f7cee1da82259a6c28a (patch)
treec0e418a392d37458cd83edbf7763bfe49d2bbe58 /app-doc
parentAutomated update. (diff)
downloadgentoo-2-c4fdbf9a49f1e8617a2c1f7cee1da82259a6c28a.tar.gz
gentoo-2-c4fdbf9a49f1e8617a2c1f7cee1da82259a6c28a.tar.bz2
gentoo-2-c4fdbf9a49f1e8617a2c1f7cee1da82259a6c28a.zip
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xF0DE108F)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/geant-docs/ChangeLog9
-rw-r--r--app-doc/geant-docs/geant-docs-4.10.1.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/app-doc/geant-docs/ChangeLog b/app-doc/geant-docs/ChangeLog
index 931bba92b0d0..ad3b9c381b08 100644
--- a/app-doc/geant-docs/ChangeLog
+++ b/app-doc/geant-docs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-doc/geant-docs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/geant-docs/ChangeLog,v 1.2 2013/12/20 06:01:31 heroxbd Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/geant-docs/ChangeLog,v 1.3 2015/03/04 02:40:51 amadio Exp $
+
+*geant-docs-4.10.1 (04 Mar 2015)
+
+ 04 Mar 2015; <amadio@gentoo.org> +geant-docs-4.10.1.ebuild:
+ version bump
*geant-docs-4.10.0 (20 Dec 2013)
diff --git a/app-doc/geant-docs/geant-docs-4.10.1.ebuild b/app-doc/geant-docs/geant-docs-4.10.1.ebuild
new file mode 100644
index 000000000000..16b21a16d5cd
--- /dev/null
+++ b/app-doc/geant-docs/geant-docs-4.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI=5
+
+DESCRIPTION="User documentation for Geant4 physics simulation toolkit"
+HOMEPAGE="https://geant4.web.cern.ch/geant4/support/userdocuments.shtml"
+SRC_DOC="http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides"
+SRC_URI="
+ ${SRC_DOC}/InstallationGuide/fo/BookInstalGuide.pdf -> BookInstalGuide-${PV}.pdf
+ ${SRC_DOC}/ForApplicationDeveloper/fo/BookForAppliDev.pdf -> BookForAppliDev-${PV}.pdf
+ ${SRC_DOC}/ForToolkitDeveloper/fo/BookForToolDev.pdf -> BookForToolDev-${PV}.pdf
+ ${SRC_DOC}/PhysicsReferenceManual/fo/PhysicsReferenceManual.pdf -> PhysicsReferenceManual-${PV}.pdf
+"
+
+LICENSE="geant4"
+SLOT="4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${DISTDIR}"
+
+src_install() {
+ local d
+ for d in *pdf; do newdoc ${d} ${d/-${PV}}; done
+ echo GEANT_DOC_DIR="${EPREFIX%/}/usr/share/doc/${PF}" >> 99geant-doc
+ doenvd 99geant-doc
+}