commit: de271648ab2a37817c4a02c57a96b49e81e45419 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Sep 26 12:38:19 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Sep 26 14:06:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de271648
dev-libs/libbulletml: drop 0.0.6 Closes: https://bugs.gentoo.org/963195 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/libbulletml/libbulletml-0.0.6.ebuild | 48 --------------------------- 1 file changed, 48 deletions(-) diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild deleted file mode 100644 index 5bd9fa9717b4..000000000000 --- a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A Library of Bullet Markup Language" -HOMEPAGE="https://shinh.skr.jp/libbulletml/index_en.html" -SRC_URI="https://shinh.skr.jp/libbulletml/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -DEPEND="dev-libs/boost" -RDEPEND=${DEPEND} - -PATCHES=( - "${FILESDIR}"/${P}-gcc4{3,6}.patch - "${FILESDIR}"/${P}-Makefile.patch -) - -S="${WORKDIR}"/${PN#lib}/src - -src_prepare() { - default - rm -r boost || die -} - -src_configure() { - tc-export AR CXX -} - -src_install() { - dolib.a libbulletml.a - - 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* -}
