Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487210
Collapse All | Expand All

(-)pythia-6.4.27.ebuild (-3 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.27.ebuild,v 1.1 2013/01/17 21:07:11 bicatali Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.27.ebuild,v 1.1 2013/01/17 21:07:11 bicatali Exp $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
inherit autotools fortran-2 versionator
7
inherit autotools fortran-2 versionator
8
8
Lines 17-25 Link Here
17
# pythia6 from root is needed for some files to interface pythia6 with root.
17
# pythia6 from root is needed for some files to interface pythia6 with root.
18
# To produce a split version, replace the 6.4.x by the current version:
18
# To produce a split version, replace the 6.4.x by the current version:
19
# svn export http://svn.hepforge.org/pythia6/tags/v_6_4_x/ pythia-6.4.x
19
# svn export http://svn.hepforge.org/pythia6/tags/v_6_4_x/ pythia-6.4.x
20
# tar cjf pythia-6.4.x.tar.bz2
20
# tar cJf pythia-6.4.x.tar.xz
21
SRC_URI="
21
SRC_URI="
22
	http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2
22
	http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.xz
23
	ftp://root.cern.ch/root/pythia6.tar.gz
23
	ftp://root.cern.ch/root/pythia6.tar.gz
24
	doc? ( http://home.thep.lu.se/~torbjorn/pythia/lutp${DOC_PV}man2.pdf )
24
	doc? ( http://home.thep.lu.se/~torbjorn/pythia/lutp${DOC_PV}man2.pdf )
25
	examples? ( mirror://gentoo/${PN}-${EX_PV}-examples.tar.bz2 )"
25
	examples? ( mirror://gentoo/${PN}-${EX_PV}-examples.tar.bz2 )"

Return to bug 487210