# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 KEYWORDS="~amd64" RESTRICT="mirror" SLOT="0" USE_DOTNET="net45" inherit dotnet msbuild gac NAME="antlrcs" HOMEPAGE="https://github.com/antlr/${NAME}" EGIT_COMMIT="ca331b7109e1faa5a6aa7336bb6281ce9363e62b" SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/raw/dev-utils/${PN}-${SLOT}/${PN}-${PV}.tar.gz -> ${NAME}-${PV}.tar.gz https://github.com/mono/mono/raw/main/mcs/class/mono.snk" S="${WORKDIR}" DESCRIPTION="The C# port of ANTLR 3 (Rubtime library)" LICENSE="BSD" # https://github.com/antlr/antlrcs/blob/master/LICENSE.txt IUSE="+${USE_DOTNET} debug developer doc" COMMON_DEPEND=">=dev-lang/mono-5.4.0.167