commit:     e4ff99def2869712caad483d48e49b123c9e74db
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Dec 24 18:37:56 2019 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Dec 24 18:57:27 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=e4ff99de

In portage now

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 dev-libs/box2d/box2d-2.3.1.ebuild           | 45 -----------------------------
 dev-libs/box2d/files/box2d-2.0.1-gcc4.patch | 25 ----------------
 dev-libs/box2d/metadata.xml                 |  8 -----
 3 files changed, 78 deletions(-)

diff --git a/dev-libs/box2d/box2d-2.3.1.ebuild 
b/dev-libs/box2d/box2d-2.3.1.ebuild
deleted file mode 100644
index 1105a8a..0000000
--- a/dev-libs/box2d/box2d-2.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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://github.com/erincatto/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs examples"
-
-RDEPEND="
-       media-libs/freeglut
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"
-
-usx() {
-       usex "${1}" "ON" "OFF"
-}
-#nusx() {
-#      usex "${1}" "OFF" "ON"
-#}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBOX2D_BUILD_SHARED=ON # no-shared build?
-               -DBOX2D_BUILD_STATIC=$(usx static-libs)
-               -DBOX2D_INSTALL_DOC=$(usx doc)
-# Broken:
-#              -DBOX2D_BUILD_EXAMPLES=$(usx examples)
-# So:
-               -DBOX2D_BUILD_EXAMPLES=OFF
-       )
-       cmake-utils_src_configure
-}

diff --git a/dev-libs/box2d/files/box2d-2.0.1-gcc4.patch 
b/dev-libs/box2d/files/box2d-2.0.1-gcc4.patch
deleted file mode 100644
index 16da07c..0000000
--- a/dev-libs/box2d/files/box2d-2.0.1-gcc4.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Naur Box2D/Source/Common/b2BlockAllocator.cpp 
Box2D/Source/Common/b2BlockAllocator.cpp
---- Box2D/Source/Common/b2BlockAllocator.cpp   2007-11-24 11:25:02.000000000 
+0100
-+++ Box2D/Source/Common/b2BlockAllocator.cpp   2009-10-12 15:56:39.000000000 
+0200
-@@ -20,6 +20,7 @@
- #include <cstdlib>
- #include <memory>
- #include <climits>
-+#include <cstring>
- 
- int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] = 
- {
-diff -Naur Box2D/Source/Common/b2Math.h Box2D/Source/Common/b2Math.h
---- Box2D/Source/Common/b2Math.h       2008-04-07 23:35:04.000000000 +0200
-+++ Box2D/Source/Common/b2Math.h       2009-10-12 15:55:44.000000000 +0200
-@@ -23,8 +23,8 @@
- #include <cmath>
- #include <cfloat>
- #include <cstdlib>
--
--#include <stdio.h>
-+#include <cstring>
-+#include <cstdio>
- 
- #ifdef TARGET_FLOAT32_IS_FIXED
- 

diff --git a/dev-libs/box2d/metadata.xml b/dev-libs/box2d/metadata.xml
deleted file mode 100644
index 1811bf7..0000000
--- a/dev-libs/box2d/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-       <email>frostwo...@gmx.de</email>
-       <name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>

Reply via email to