summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-05-22 17:32:22 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-05-22 17:32:22 +0000
commitbb62d06135359f7d83ced60564ab7e2f818ae8cb (patch)
tree938b225cbfa14ed6b5c776945f5056311d9c35a7 /sci-physics
parentVersion bump, remove old wrt bug #417121. (diff)
downloadhistorical-bb62d06135359f7d83ced60564ab7e2f818ae8cb.tar.gz
historical-bb62d06135359f7d83ced60564ab7e2f818ae8cb.tar.bz2
historical-bb62d06135359f7d83ced60564ab7e2f818ae8cb.zip
Version bump
Package-Manager: portage-2.1.10.60/cvs/Linux x86_64
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/bullet/ChangeLog8
-rw-r--r--sci-physics/bullet/bullet-2.80.ebuild (renamed from sci-physics/bullet/bullet-2.78.ebuild)30
-rw-r--r--sci-physics/pythia/ChangeLog8
-rw-r--r--sci-physics/pythia/pythia-8.1.65.ebuild (renamed from sci-physics/pythia/pythia-8.1.57.ebuild)16
4 files changed, 35 insertions, 27 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog
index b8114b26f7ea..d9c1cca7220f 100644
--- a/sci-physics/bullet/ChangeLog
+++ b/sci-physics/bullet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/bullet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.26 2012/02/27 02:02:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.27 2012/05/22 17:28:09 bicatali Exp $
+
+*bullet-2.80 (22 May 2012)
+
+ 22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> -bullet-2.78.ebuild,
+ +bullet-2.80.ebuild:
+ Version bump
27 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> bullet-2.79-r1.ebuild:
Add dependence on media-libs/freeglut, thanks Julian Bayardo bug #403433
diff --git a/sci-physics/bullet/bullet-2.78.ebuild b/sci-physics/bullet/bullet-2.80.ebuild
index cd71358e69cd..9f22f9f12dc3 100644
--- a/sci-physics/bullet/bullet-2.78.ebuild
+++ b/sci-physics/bullet/bullet-2.80.ebuild
@@ -1,28 +1,30 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.78.ebuild,v 1.2 2011/11/28 22:25:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v 1.1 2012/05/22 17:28:09 bicatali Exp $
-EAPI=2
+EAPI=4
inherit eutils cmake-utils
+# version release, check http://code.google.com/p/bullet/downloads/list
+MYP=${P}-rev2531
+
DESCRIPTION="Continuous Collision Detection and Physics Library"
HOMEPAGE="http://www.bulletphysics.com/"
-SRC_URI="http://bullet.googlecode.com/files/${P}-r2387.tgz"
+SRC_URI="http://bullet.googlecode.com/files/${MYP}.tgz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="doc double-precision examples extras"
-RDEPEND="
- media-libs/freeglut
- virtual/opengl"
+RDEPEND="virtual/opengl
+ media-libs/freeglut"
DEPEND="${RDEPEND}"
-PATCHES=(
- "${FILESDIR}/${P}"-soversion.patch
- )
+PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
+
+S="${WORKDIR}/${MYP}"
src_configure() {
mycmakeargs=(
@@ -40,13 +42,9 @@ src_configure() {
src_install() {
cmake-utils_src_install
- dodoc README ChangeLog AUTHORS
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins *.pdf || die
- fi
+ use doc && dodoc *.pdf
if use examples; then
insinto /usr/share/doc/${PF}/examples
- doins -r Extras Demos || die
+ doins -r Extras Demos
fi
}
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog
index f25444176d60..6b93a184d830 100644
--- a/sci-physics/pythia/ChangeLog
+++ b/sci-physics/pythia/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/pythia
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.44 2012/03/13 17:05:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.45 2012/05/22 17:32:22 bicatali Exp $
+
+*pythia-8.1.65 (22 May 2012)
+
+ 22 May 2012; Sébastien Fabbro <bicatali@gentoo.org> -pythia-8.1.57.ebuild,
+ +pythia-8.1.65.ebuild:
+ Version bump
*pythia-8.1.62 (13 Mar 2012)
diff --git a/sci-physics/pythia/pythia-8.1.57.ebuild b/sci-physics/pythia/pythia-8.1.65.ebuild
index 334cfa108789..c009ec039759 100644
--- a/sci-physics/pythia/pythia-8.1.57.ebuild
+++ b/sci-physics/pythia/pythia-8.1.65.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.57.ebuild,v 1.1 2011/11/25 21:50:37 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.65.ebuild,v 1.1 2012/05/22 17:32:22 bicatali Exp $
EAPI=4
@@ -19,9 +19,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc examples +hepmc static-libs"
DEPEND="hepmc? ( sci-physics/hepmc )"
-RDEPEND="
- virtual/fortran
-${DEPEND}"
+RDEPEND="virtual/fortran
+ ${DEPEND}"
S="${WORKDIR}/${MY_P}"
@@ -48,7 +47,7 @@ src_configure() {
}
src_test() {
- cd "${S}"/examples
+ cd examples
# use emake for parallel instead of long runmains
emake main0{1..9}
for i in main0{1..9}*.exe; do
@@ -56,11 +55,9 @@ src_test() {
./${i} > ${i}.out || die "test ${i} failed"
done
if use hepmc; then
- emake main31 main32
+ emake main31
LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" \
./main31.exe > main31.exe.out || die
- LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" \
- ./main32.exe main32.cmnd hepmcout32.dat > main32.exe.out || die
fi
emake clean && rm -f main*out
}
@@ -75,6 +72,7 @@ src_install() {
# xmldoc needed by root
insinto /usr/share/${PN}
doins -r xmldoc
+
echo "PYTHIA8DATA=${EROOT}usr/share/${PN}/xmldoc" >> 99pythia8
doenvd 99pythia8