mr_bones_ 15/04/02 17:44:35 Modified: geant-data-4.9.6_p02.ebuild ChangeLog Log: fix SRC_URI (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 sci-physics/geant-data/geant-data-4.9.6_p02.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-data/geant-data-4.9.6_p02.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-data/geant-data-4.9.6_p02.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-data/geant-data-4.9.6_p02.ebuild?r1=1.2&r2=1.3 Index: geant-data-4.9.6_p02.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-data/geant-data-4.9.6_p02.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- geant-data-4.9.6_p02.ebuild 10 Jun 2013 17:22:59 -0000 1.2 +++ geant-data-4.9.6_p02.ebuild 2 Apr 2015 17:44:35 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-data/geant-data-4.9.6_p02.ebuild,v 1.2 2013/06/10 17:22:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-data/geant-data-4.9.6_p02.ebuild,v 1.3 2015/04/02 17:44:35 mr_bones_ Exp $ EAPI=5 @@ -19,8 +19,8 @@ G4ABLA.3.0 RealSurface.1.0" -SRC_URI="${SRC_COM}/G4NDL${NDLPV}.TS.tar.gz" SRC_COM="http://geant4.cern.ch/support/source" +SRC_URI="${SRC_COM}/G4NDL${NDLPV}.TS.tar.gz" for d in ${GEANT4_DATA}; do SRC_URI="${SRC_URI} ${SRC_COM}/${d}.tar.gz" done 1.7 sci-physics/geant-data/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-data/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-data/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant-data/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-data/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 30 Mar 2015 20:29:33 -0000 1.6 +++ ChangeLog 2 Apr 2015 17:44:35 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/geant-data # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-data/ChangeLog,v 1.6 2015/03/30 20:29:33 amadio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-data/ChangeLog,v 1.7 2015/04/02 17:44:35 mr_bones_ Exp $ + + 02 Apr 2015; Michael Sterrett <[email protected]> + geant-data-4.9.6_p02.ebuild: + fix SRC_URI 30 Mar 2015; Guilherme Amadio <[email protected]> geant-data-4.10.01.ebuild: Dataset version bumps
