summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-07 05:02:10 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-07 05:02:10 +0000
commit03d2073f8e8ff4a6a574ab3041f939e2b77bbf5a (patch)
tree02140859d0c6cd668d6d9e5837acb64652f3c33f /sci-physics/bullet
parentkeyword amd64-linux, x86-linux (diff)
downloadgentoo-2-03d2073f8e8ff4a6a574ab3041f939e2b77bbf5a.tar.gz
gentoo-2-03d2073f8e8ff4a6a574ab3041f939e2b77bbf5a.tar.bz2
gentoo-2-03d2073f8e8ff4a6a574ab3041f939e2b77bbf5a.zip
removed old
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/bullet')
-rw-r--r--sci-physics/bullet/ChangeLog7
-rw-r--r--sci-physics/bullet/bullet-2.79-r1.ebuild45
-rw-r--r--sci-physics/bullet/bullet-2.80.ebuild6
-rw-r--r--sci-physics/bullet/metadata.xml22
4 files changed, 20 insertions, 60 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog
index a9fdd205ac2f..9dea6e4ede66 100644
--- a/sci-physics/bullet/ChangeLog
+++ b/sci-physics/bullet/ChangeLog
@@ -1,6 +1,10 @@
# 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.28 2012/06/27 18:12:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.29 2012/08/07 05:02:10 bicatali Exp $
+
+ 07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -bullet-2.79-r1.ebuild,
+ bullet-2.80.ebuild, metadata.xml:
+ removed old
27 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> bullet-2.80.ebuild:
html docs are built with doxygen if doc flag is set, bug #421827, thanks
@@ -140,4 +144,3 @@
+bullet-2.67.ebuild:
Initial import. Thanks Renato Caldas <seventhguardian@gmail.com> for his
initial work. Closing bug #166192
-
diff --git a/sci-physics/bullet/bullet-2.79-r1.ebuild b/sci-physics/bullet/bullet-2.79-r1.ebuild
deleted file mode 100644
index c2bd181c1683..000000000000
--- a/sci-physics/bullet/bullet-2.79-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.79-r1.ebuild,v 1.2 2012/02/27 02:02:56 bicatali Exp $
-
-EAPI=4
-
-inherit eutils cmake-utils
-
-DESCRIPTION="Continuous Collision Detection and Physics Library"
-HOMEPAGE="http://www.bulletphysics.com/"
-SRC_URI="http://bullet.googlecode.com/files/${P}-rev2440.tgz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="doc double-precision examples extras"
-
-RDEPEND="virtual/opengl
- media-libs/freeglut"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch )
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- -DBUILD_CPU_DEMOS=OFF
- -DBUILD_DEMOS=OFF
- -DUSE_GRAPHICAL_BENCHMARK=OFF
- -DINSTALL_LIBS=ON
- -DINSTALL_EXTRA_LIBS=ON
- $(cmake-utils_use_build extras EXTRAS)
- $(cmake-utils_use_use double-precision DOUBLE_PRECISION)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- use doc && dodoc *.pdf
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r Extras Demos
- fi
-}
diff --git a/sci-physics/bullet/bullet-2.80.ebuild b/sci-physics/bullet/bullet-2.80.ebuild
index b214a9721df0..ef5fe9e2a5ee 100644
--- a/sci-physics/bullet/bullet-2.80.ebuild
+++ b/sci-physics/bullet/bullet-2.80.ebuild
@@ -1,6 +1,6 @@
# 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.80.ebuild,v 1.2 2012/06/27 18:12:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v 1.3 2012/08/07 05:02:10 bicatali Exp $
EAPI=4
@@ -33,7 +33,7 @@ src_prepare() {
}
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
-DBUILD_CPU_DEMOS=OFF
-DBUILD_DEMOS=OFF
@@ -55,7 +55,7 @@ src_compile() {
src_install() {
cmake-utils_src_install
- use doc && dodoc *.pdf && dohtml -r html
+ use doc && dodoc *.pdf && dohtml -r html/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins -r Extras Demos
diff --git a/sci-physics/bullet/metadata.xml b/sci-physics/bullet/metadata.xml
index bdc329405b17..376edda44e0d 100644
--- a/sci-physics/bullet/metadata.xml
+++ b/sci-physics/bullet/metadata.xml
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-physics</herd>
- <longdescription lang="en">Bullet is a professional open source multi-threaded
+<herd>sci-physics</herd>
+<longdescription lang="en">
+ Bullet is a professional open source multi-threaded
3D Collision Detection and Rigid Body Dynamics Library
- for games and animation.</longdescription>
- <use>
- <flag name="extras">Build additional libraries</flag>
- <flag name="double-precision">Build libraries in double precision</flag>
- </use>
- <upstream>
- <remote-id type="google-code">bullet</remote-id>
- </upstream>
+ for games and animation.
+</longdescription>
+<use>
+ <flag name="extras">Build additional libraries</flag>
+ <flag name="double-precision">Build libraries in double precision</flag>
+</use>
+<upstream>
+ <remote-id type="google-code">bullet</remote-id>
+</upstream>
</pkgmetadata>