# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" KEYWORDS="~amd64 ~x86" RESTRICT="mirror" SLOT="31" USE_DOTNET="net45" IUSE="+${USE_DOTNET} debug developer doc" inherit dotnet msbuild gac mono-pkg-config GITHUB_ACCOUNT_NAME="antlr" GITHUB_REPOSITORY_NAME="antlr3" HOMEPAGE="https://github.com/antlr/${GITHUB_REPOSITORY_NAME}" EGIT_COMMIT="69f890e6433edfce316f09f9fa6b7ebf20551344" SRC_URI="https://github.com/${GITHUB_ACCOUNT_NAME}/${GITHUB_REPOSITORY_NAME}/archive/${EGIT_COMMIT}.tar.gz -> ${CATEGORY}-${PN}-${PV}.tar.gz https://github.com/mono/mono/raw/main/mcs/class/mono.snk" S="${WORKDIR}/${GITHUB_REPOSITORY_NAME}-${EGIT_COMMIT}" DESCRIPTION="The C# port of ANTLR 3 (Rubtime library)" LICENSE="BSD" # https://github.com/antlr/antlrcs/blob/master/LICENSE.txt COMMON_DEPEND=">=dev-lang/mono-5.4.0.167