# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" KEYWORDS="amd64 ~ppc ~x86" RESTRICT="mirror" SLOT="0" USE_DOTNET="net46" inherit msbuild mono-pkg-config gac NAME="Relinq" HOMEPAGE="https://github.com/re-motion/${NAME}" EGIT_COMMIT="88b1055e0a737faff26c9d5e2789f520ac73ca86" SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${NAME}-${PV}.tar.gz https://github.com/mono/mono/raw/main/mcs/class/mono.snk" S="${WORKDIR}/${NAME}-${EGIT_COMMIT}" DESCRIPTION="Library to create full-featured LINQ providers." LICENSE="Apache2.0" # https://github.com/re-motion/Relinq/blob/develop/license/Apache-2.0.txt IUSE="+${USE_DOTNET} +debug developer doc" COMMON_DEPEND=">=dev-lang/mono-5.4.0.167