diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-07-02 17:18:56 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-07-02 17:18:56 +0000 |
commit | e955d5a9ae3e7c544b38f511253045a71012af2d (patch) | |
tree | 8613c2159c82fac00ddc7984bb317fd2ac2eaba2 /sci-physics | |
parent | Initial import, ebuild inspired by Derek Dolney patch (bug #474998) (diff) | |
download | gentoo-2-e955d5a9ae3e7c544b38f511253045a71012af2d.tar.gz gentoo-2-e955d5a9ae3e7c544b38f511253045a71012af2d.tar.bz2 gentoo-2-e955d5a9ae3e7c544b38f511253045a71012af2d.zip |
Added doc flag pulling app-doc/geant-docs package
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/geant/geant-4.9.6_p02-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog index 18c7e677fed3..a4a5a8c4e661 100644 --- a/sci-physics/geant/ChangeLog +++ b/sci-physics/geant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/geant # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.75 2013/06/17 19:01:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.76 2013/07/02 17:18:56 bicatali Exp $ + + 02 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> geant-4.9.6_p02-r1.ebuild: + Added doc flag pulling app-doc/geant-docs package 17 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> -geant-4.9.6_p02.ebuild, geant-4.9.6_p02-r1.ebuild, metadata.xml: diff --git a/sci-physics/geant/geant-4.9.6_p02-r1.ebuild b/sci-physics/geant/geant-4.9.6_p02-r1.ebuild index bcbcc624e6fd..45e7b27675be 100644 --- a/sci-physics/geant/geant-4.9.6_p02-r1.ebuild +++ b/sci-physics/geant/geant-4.9.6_p02-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild,v 1.2 2013/06/17 19:01:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.9.6_p02-r1.ebuild,v 1.3 2013/07/02 17:18:56 bicatali Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://geant4.cern.ch/support/source/${MYP}.tar.gz" LICENSE="geant4" SLOT="4" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+data dawn examples gdml geant3 inventor motif opengl +IUSE="+data dawn doc examples gdml geant3 inventor motif opengl raytracerx qt4 static-libs vrml zlib" RDEPEND=" @@ -33,7 +33,9 @@ RDEPEND=" raytracerx? ( x11-libs/libX11 x11-libs/libXmu ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND}" -PDEPEND="data? ( ~sci-physics/geant-data-${PV} )" +PDEPEND=" + data? ( ~sci-physics/geant-data-${PV} ) + doc? ( ~app-doc/geant-docs-${PV1}.${PV2}.${PV3} )" S="${WORKDIR}/${MYP}" |