summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/box2d/box2d-2.3.0.ebuild')
-rw-r--r--dev-libs/box2d/box2d-2.3.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/box2d/box2d-2.3.0.ebuild b/dev-libs/box2d/box2d-2.3.0.ebuild
deleted file mode 100644
index a099cc2..0000000
--- a/dev-libs/box2d/box2d-2.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-MY_PN=Box2D
-
-CMAKE_MIN_VERSION=2.8
-inherit cmake-utils eutils
-
-DESCRIPTION="Box2D is an open source physics engine written primarily for games."
-HOMEPAGE="http://www.box2d.org"
-SRC_URI="https://box2d.googlecode.com/files/${MY_PN}_v${PV}.7z"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/freeglut
- app-arch/unzip"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_PN}_v${PV}/${MY_PN}
-
-src_configure() {
- mycmakeargs="${mycmakeargs} -DBOX2D_BUILD_SHARED=ON"
-
- cmake-utils_src_configure
-}