diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-09 10:34:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-09 10:34:25 +0000 |
commit | 8d93f63c852f510cfcd248b09ef055d8b87db352 (patch) | |
tree | 6c3c3b6f785b1053c3acb60ca2c50c67afd1baee /sci-physics/pythia | |
parent | Initial import (bug #254480). Ebuild by me. (diff) | |
download | gentoo-2-8d93f63c852f510cfcd248b09ef055d8b87db352.tar.gz gentoo-2-8d93f63c852f510cfcd248b09ef055d8b87db352.tar.bz2 gentoo-2-8d93f63c852f510cfcd248b09ef055d8b87db352.zip |
x86 stable, bug #354013, bug #354015
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r-- | sci-physics/pythia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-6.4.24.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-8.1.45.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog index 3251b7c87e1d..7fd5b3df4b61 100644 --- a/sci-physics/pythia/ChangeLog +++ b/sci-physics/pythia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/pythia # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.34 2011/02/08 17:32:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.35 2011/02/09 10:34:25 phajdan.jr Exp $ + + 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pythia-6.4.24.ebuild, + pythia-8.1.45.ebuild: + x86 stable, bug #354013, bug #354015 08 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org> pythia-8.1.45.ebuild: Added LD_LIBRARY_PATH for the tests to make sure it loads the correct library diff --git a/sci-physics/pythia/pythia-6.4.24.ebuild b/sci-physics/pythia/pythia-6.4.24.ebuild index 7716c5227b3d..cd69cac39c65 100644 --- a/sci-physics/pythia/pythia-6.4.24.ebuild +++ b/sci-physics/pythia/pythia-6.4.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v 1.1 2010/11/20 08:25:12 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v 1.2 2011/02/09 10:34:25 phajdan.jr Exp $ EAPI=2 inherit versionator autotools @@ -24,7 +24,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="public-domain" SLOT="6" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc x86" IUSE="doc examples static-libs" DEPEND="" RDEPEND="${DEPEND}" diff --git a/sci-physics/pythia/pythia-8.1.45.ebuild b/sci-physics/pythia/pythia-8.1.45.ebuild index c27cb1b13d05..8e3b74a52bf0 100644 --- a/sci-physics/pythia/pythia-8.1.45.ebuild +++ b/sci-physics/pythia/pythia-8.1.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.2 2011/02/08 17:32:24 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.3 2011/02/09 10:34:25 phajdan.jr Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://home.thep.lu.se/~torbjorn/${PN}${MV}/${MY_P}.tgz" LICENSE="GPL-2" SLOT="8" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc x86" IUSE="doc examples +hepmc static-libs" DEPEND="hepmc? ( sci-physics/hepmc )" |