commit: 15eb290681778649cf2b23562a4f2e0d960c1cbd Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Tue Dec 24 18:40:22 2019 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Tue Dec 24 18:57:36 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=15eb2906
dev-libs/libbulletml: in portage now Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> .../files/libbulletml-0.0.6-gcc43.patch | 31 ------------- dev-libs/libbulletml/libbulletml-0.0.6-r1.ebuild | 52 ---------------------- dev-libs/libbulletml/metadata.xml | 4 -- 3 files changed, 87 deletions(-) diff --git a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch deleted file mode 100644 index e7e4a1d..0000000 --- a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/src/calc.yy -+++ b/src/calc.yy -@@ -8,6 +8,7 @@ - - #include <cmath> - #include <cctype> -+#include <cstring> - - #include <vector> - #include <sstream> ---- a/src/tinyxml/tinyxml.h -+++ b/src/tinyxml/tinyxml.h -@@ -28,6 +28,8 @@ - #include <string> - #include <stdio.h> - #include <assert.h> -+#include <cstring> -+#include <cstdlib> - - class TiXmlDocument; - class TiXmlElement; ---- a/src/tinyxml/tinyxmlparser.cpp -+++ b/src/tinyxml/tinyxmlparser.cpp -@@ -24,6 +24,7 @@ - - #include "tinyxml.h" - #include <ctype.h> -+#include <cstring> - - const char* TiXmlBase::SkipWhiteSpace( const char* p ) - { diff --git a/dev-libs/libbulletml/libbulletml-0.0.6-r1.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6-r1.ebuild deleted file mode 100644 index ee59874..0000000 --- a/dev-libs/libbulletml/libbulletml-0.0.6-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit eutils - -DESCRIPTION="A Library of Bullet Markup Language" -HOMEPAGE="http://user.ecc.u-tokyo.ac.jp/~s31552/wp/libbulletml/index_en.html" -SRC_URI=" - mirror://debian/pool/main/b/${PN#lib}/${PN#lib}_${PV}.orig.tar.gz - mirror://debian/pool/main/b/${PN#lib}/${PN#lib}_${PV}-6.1.debian.tar.bz2 -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S="${WORKDIR}/${PN#lib}" - -PATCHES=( - "${WORKDIR}/debian/patches" - "${FILESDIR}/${P}-gcc43.patch" -) - -src_prepare(){ - sed -i -e "s:\MAJOR=0d2:\MAJOR=0:g" -i "${WORKDIR}"/debian/patches/makefile.patch - default -} - -src_compile() { - emake -C src CFLAGS="${CFLAGS} -fPIC" CXXFLAGS="${CXXFLAGS} -fPIC" LDFLAGS="${LDFLAGS} -fPIC" || die "emake failed" -} - -src_install() { - cd "${S}/src" - - dolib.a libbulletml.a - dolib libbulletml.so* - - insinto /usr/include/bulletml - doins *.h - - insinto /usr/include/bulletml/tinyxml - doins tinyxml/tinyxml.h - - insinto /usr/include/bulletml/ygg - doins ygg/ygg.h - - dodoc ../README* -} diff --git a/dev-libs/libbulletml/metadata.xml b/dev-libs/libbulletml/metadata.xml deleted file mode 100644 index 097975e..0000000 --- a/dev-libs/libbulletml/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata>