diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-25 23:41:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-25 23:55:44 +0200 |
commit | f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc (patch) | |
tree | e77388b085271374f1edfc6eca71c93ad21307bc /dev-libs/libbulletml | |
parent | dev-libs/libbulletml: don't override the system-wide flags (diff) | |
download | gentoo-f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc.tar.gz gentoo-f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc.tar.bz2 gentoo-f3aec25a5c94b378ee71bf0f7c2e2a76a98faabc.zip |
dev-libs/libbulletml: EAPI-7 bump, https
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libbulletml')
-rw-r--r-- | dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch | 12 | ||||
-rw-r--r-- | dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch | 4 | ||||
-rw-r--r-- | dev-libs/libbulletml/libbulletml-0.0.6.ebuild | 16 |
3 files changed, 16 insertions, 16 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 index f7e9bfbab9b1..2cbbda199f4b 100644 --- a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch +++ b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc43.patch @@ -1,5 +1,5 @@ ---- src/calc.yy -+++ src/calc.yy +--- a/calc.yy ++++ b/calc.yy @@ -8,6 +8,7 @@ #include <cmath> @@ -8,8 +8,8 @@ #include <vector> #include <sstream> ---- src/tinyxml/tinyxml.h -+++ src/tinyxml/tinyxml.h +--- a/tinyxml/tinyxml.h ++++ b/tinyxml/tinyxml.h @@ -28,6 +28,8 @@ #include <string>
#include <stdio.h>
@@ -19,8 +19,8 @@ class TiXmlDocument;
class TiXmlElement;
---- src/tinyxml/tinyxmlparser.cpp -+++ src/tinyxml/tinyxmlparser.cpp +--- a/tinyxml/tinyxmlparser.cpp ++++ b/tinyxml/tinyxmlparser.cpp @@ -24,6 +24,7 @@ #include "tinyxml.h"
diff --git a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch index 47e0dc411ac9..ab94deaf7c5f 100644 --- a/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch +++ b/dev-libs/libbulletml/files/libbulletml-0.0.6-gcc46.patch @@ -1,5 +1,5 @@ ---- calc.yy.old 2011-05-18 12:26:38.701666366 +0200 -+++ calc.yy 2011-05-18 12:27:43.020672135 +0200 +--- a/calc.yy 2011-05-18 12:26:38.701666366 +0200 ++++ b/calc.yy 2011-05-18 12:27:43.020672135 +0200 @@ -17,7 +17,7 @@ #include "formula.h" #include "formula-variables.h" diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild index 62b2ec3e1b7d..045879e2c0f5 100644 --- a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild +++ b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit eutils +EAPI=7 DESCRIPTION="A Library of Bullet Markup Language" -HOMEPAGE="http://shinh.skr.jp/libbulletml/index_en.html" -SRC_URI="http://shinh.skr.jp/libbulletml/${P}.tar.bz2" +HOMEPAGE="https://shinh.skr.jp/libbulletml/index_en.html" +SRC_URI="https://shinh.skr.jp/libbulletml/${P}.tar.bz2" LICENSE="BSD" SLOT="0" @@ -16,11 +15,12 @@ IUSE="" DEPEND="dev-libs/boost" RDEPEND=${DEPEND} -S=${WORKDIR}/${PN#lib}/src +PATCHES=( "${FILESDIR}"/${P}-gcc4{3,6}.patch ) + +S="${WORKDIR}"/${PN#lib}/src src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-gcc46.patch + default rm -r boost || die # don't override the system-wide flags |