summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-04 11:53:08 +0000
committerJustin Lecher <jlec@gentoo.org>2012-12-04 11:53:08 +0000
commitd97e541d55096739055f53d675ffbb8dff839fb1 (patch)
tree8da2fa137c449c355c8e7f72e6a98e236b8e8d7b /sci-physics
parentsci-libs/shapelib: Drop old (diff)
downloadgentoo-2-d97e541d55096739055f53d675ffbb8dff839fb1.tar.gz
gentoo-2-d97e541d55096739055f53d675ffbb8dff839fb1.tar.bz2
gentoo-2-d97e541d55096739055f53d675ffbb8dff839fb1.zip
sci-physics/bullet: Drop old
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/bullet/ChangeLog6
-rw-r--r--sci-physics/bullet/bullet-2.77.ebuild52
-rw-r--r--sci-physics/bullet/metadata.xml18
3 files changed, 14 insertions, 62 deletions
diff --git a/sci-physics/bullet/ChangeLog b/sci-physics/bullet/ChangeLog
index 20c0dadc5925..9ec488bb5851 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.32 2012/12/04 10:30:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.33 2012/12/04 11:53:08 jlec Exp $
+
+ 04 Dec 2012; Justin Lecher <jlec@gentoo.org> -bullet-2.77.ebuild,
+ metadata.xml:
+ Drop old
04 Dec 2012; <ago@gentoo.org> bullet-2.80.ebuild:
Stable for x86, wrt bug #436568
diff --git a/sci-physics/bullet/bullet-2.77.ebuild b/sci-physics/bullet/bullet-2.77.ebuild
deleted file mode 100644
index 04adc9e298f8..000000000000
--- a/sci-physics/bullet/bullet-2.77.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.77.ebuild,v 1.6 2011/04/17 11:53:52 jlec Exp $
-
-EAPI=2
-
-inherit eutils cmake-utils
-
-DESCRIPTION="Continuous Collision Detection and Physics Library"
-HOMEPAGE="http://www.bulletphysics.com/"
-SRC_URI="http://bullet.googlecode.com/files/${P}.tgz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux"
-IUSE="doc double-precision examples extras"
-
-RDEPEND="
- media-libs/freeglut
- virtual/opengl"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${P}"-{libdir,soversion}.patch
- "${FILESDIR}"/${P}-gcc46.patch
- )
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- -DBUILD_CPU_DEMOS=OFF
- -DBUILD_DEMOS=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
- dodoc README ChangeLog AUTHORS
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins *.pdf || die
- fi
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r Extras Demos || die
- fi
-}
diff --git a/sci-physics/bullet/metadata.xml b/sci-physics/bullet/metadata.xml
index 376edda44e0d..069a588853dc 100644
--- a/sci-physics/bullet/metadata.xml
+++ b/sci-physics/bullet/metadata.xml
@@ -1,17 +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">
+ <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>
+ <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>