commit: 7aa4fea6006c8c71e2a7a4c95e802ad9f7759d44 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Thu Dec 13 21:26:14 2018 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Thu Dec 13 21:53:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=7aa4fea6
[dev-cpp/luabind] Broken ebuild, does not compile Removed for treecleaning Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> dev-cpp/luabind/luabind-0.9.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-cpp/luabind/luabind-0.9.ebuild b/dev-cpp/luabind/luabind-0.9.ebuild deleted file mode 100644 index f3f397b..0000000 --- a/dev-cpp/luabind/luabind-0.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -DESCRIPTION="creates bindings for lua on c++" -HOMEPAGE="http://www.rasterbar.com/products/luabind.html" -SRC_URI="mirror://sourceforge/luabind/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -#there is no way to find out which bjam is installed, so i use 1.42 for now, ugly hack -#also doc is missing -#and i dont know an option to nostrip with bjam - -DEPEND="dev-lang/lua" -RDEPEND=" - dev-util/boost-build:1.42 - ${DEPEND}" - -src_compile() { - bjam-1_42 release --prefix="${D}/usr/" link=shared toolset=gcc || die "compile failed" -} - -src_install() { - bjam-1_42 release --prefix="${D}/usr/" link=shared toolset=gcc install || die "install failed" -}
