mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lua/toluapp/toluapp: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
MY_PN=${PN/pp/++}
|
||||
COMMIT_ID="b34075b76835b778bb6b2ce0aa224afd9d182887"
|
||||
|
||||
DESCRIPTION="A tool to integrate C/C++ code with Lua"
|
||||
HOMEPAGE="https://github.com/LuaDist/toluapp"
|
||||
SRC_URI="https://github.com/LuaDist/toluapp/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="=dev-lang/lua-5.1*:0=[deprecated]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT_ID}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch
|
||||
)
|
||||
CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
|
||||
@@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
MY_PN=${PN/pp/++}
|
||||
COMMIT_ID="b34075b76835b778bb6b2ce0aa224afd9d182887"
|
||||
|
||||
DESCRIPTION="A tool to integrate C/C++ code with Lua"
|
||||
HOMEPAGE="https://github.com/LuaDist/toluapp"
|
||||
SRC_URI="https://github.com/LuaDist/toluapp/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-lang/lua:0="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT_ID}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.0.93_p20190513-fix-multilib.patch
|
||||
)
|
||||
CMAKE_REMOVE_MODULES_LIST="dist lua FindLua"
|
||||
Reference in New Issue
Block a user