# 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="Relinq-EagerFetching" HOMEPAGE="https://github.com/re-motion/${NAME}" EGIT_COMMIT="9c3fe22e35f3f66becc197829d8e3bdf8e3dd622" 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 (fetching)." LICENSE="LGPL-2.1" # https://github.com/re-motion/Relinq-EagerFetching/blob/develop/license/LGPLv2.1.txt IUSE="+${USE_DOTNET} +msbuild debug developer doc" COMMON_DEPEND=">=dev-lang/mono-5.4.0.167