bircoph 15/08/01 19:51:26 Modified: herwig-6.5.21.ebuild ChangeLog herwig-6.5.10.ebuild Log: fix bugs 532146, 553558 Signed-off-by: Andrew Savchenko <[email protected]> (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Revision Changes Path 1.2 sci-physics/herwig/herwig-6.5.21.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/herwig-6.5.21.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/herwig-6.5.21.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/herwig-6.5.21.ebuild?r1=1.1&r2=1.2 Index: herwig-6.5.21.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/herwig/herwig-6.5.21.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- herwig-6.5.21.ebuild 4 Jun 2013 18:00:58 -0000 1.1 +++ herwig-6.5.21.ebuild 1 Aug 2015 19:51:26 -0000 1.2 @@ -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/herwig/herwig-6.5.21.ebuild,v 1.1 2013/06/04 18:00:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/herwig/herwig-6.5.21.ebuild,v 1.2 2015/08/01 19:51:26 bircoph Exp $ EAPI=5 @@ -15,12 +15,11 @@ DESCRIPTION="High Energy Physics Event Generator" HOMEPAGE="http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/" - -COM_URI="http://www.hep.phy.cam.ac.uk/theory/webber/Herwig" -SRC_URI="${COM_URI}/${MY_P}.f - ${COM_URI}/${MY_P}.inc - ${COM_URI}/${MY_PINC} - doc? ( ${COM_URI}/hw65_manual.pdf )" +SRC_URI=" + ${HOMEPAGE}/${MY_P}.f + ${HOMEPAGE}/${MY_P}.inc + ${HOMEPAGE}/${MY_PINC} + doc? ( ${HOMEPAGE}/hw65_manual.pdf )" LICENSE="all-rights-reserved" RESTRICT="mirror bindist" 1.7 sci-physics/herwig/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/herwig/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 4 Jun 2013 18:00:58 -0000 1.6 +++ ChangeLog 1 Aug 2015 19:51:26 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for sci-physics/herwig -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/herwig/ChangeLog,v 1.6 2013/06/04 18:00:58 bicatali Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/herwig/ChangeLog,v 1.7 2015/08/01 19:51:26 bircoph Exp $ + + 01 Aug 2015; Andrew Savchenko <[email protected]> herwig-6.5.10.ebuild, + herwig-6.5.21.ebuild: + Update HOMEPAGE, SRC_URI, Manifest - fixes bugs 532146, 553558. + Patch herwig header for 6.5.10 version. *herwig-6.5.21 (04 Jun 2013) 1.6 sci-physics/herwig/herwig-6.5.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/herwig-6.5.10.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/herwig-6.5.10.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/herwig/herwig-6.5.10.ebuild?r1=1.5&r2=1.6 Index: herwig-6.5.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-physics/herwig/herwig-6.5.10.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- herwig-6.5.10.ebuild 4 Jun 2013 18:00:58 -0000 1.5 +++ herwig-6.5.10.ebuild 1 Aug 2015 19:51:26 -0000 1.6 @@ -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/herwig/herwig-6.5.10.ebuild,v 1.5 2013/06/04 18:00:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/herwig/herwig-6.5.10.ebuild,v 1.6 2015/08/01 19:51:26 bircoph Exp $ EAPI=2 @@ -9,17 +9,16 @@ PV1=$(get_version_component_range 1 ${PV}) PV2=$(get_version_component_range 2 ${PV}) PV3=$(get_version_component_range 3 ${PV}) -MY_P=${PN}${PV1}${PV2}${PV3} +MY_VER=${PV1}${PV2}${PV3} +MY_P=${PN}${MY_VER} MY_PINC="$(echo ${PN}|tr '[:lower:]' '[:upper:]')${PV1}${PV2}.INC" DESCRIPTION="High Energy Physics Event Generator" -HOMEPAGE="http://hepwww.rl.ac.uk/theory/seymour/herwig/" - -COM_URI="http://hepwww.rl.ac.uk/theory/seymour/${PN}" +HOMEPAGE="http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/" SRC_URI=" - ${COM_URI}/${MY_P}.f - ${COM_URI}/${MY_P}.inc - ${COM_URI}/${MY_PINC}" + ${HOMEPAGE}/${MY_P}.f + ${HOMEPAGE}/${MY_P}.inc + ${HOMEPAGE}/${MY_PINC}" LICENSE="all-rights-reserved" RESTRICT="mirror bindist" @@ -38,6 +37,7 @@ } src_prepare() { + sed -i "s/6521/${MY_VER}/" "${MY_PINC}" || die cat > configure.ac <<-EOF AC_INIT(${PN},${PV}) AM_INIT_AUTOMAKE @@ -58,5 +58,5 @@ } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install }
