commit: 7fffbe38e2f6cca5b91a5d52a94ae11489586008 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 01:44:18 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 01:44:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=7fffbe38
dev-dotnet/nuget: drop 2.8.1, 2.8.3, 2.8.7, 2.8.7-r1, 2.8.7-r2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-dotnet/nuget/nuget-2.8.1.ebuild | 62 -------------------------------- dev-dotnet/nuget/nuget-2.8.3.ebuild | 63 --------------------------------- dev-dotnet/nuget/nuget-2.8.7-r1.ebuild | 62 -------------------------------- dev-dotnet/nuget/nuget-2.8.7-r2.ebuild | 64 ---------------------------------- dev-dotnet/nuget/nuget-2.8.7.ebuild | 61 -------------------------------- 5 files changed, 312 deletions(-) diff --git a/dev-dotnet/nuget/nuget-2.8.1.ebuild b/dev-dotnet/nuget/nuget-2.8.1.ebuild deleted file mode 100644 index 8f87e89..0000000 --- a/dev-dotnet/nuget/nuget-2.8.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_DOTNET="net45" - -inherit dotnet eutils gac - -DESCRIPTION="Nuget - .NET Package Manager" -HOMEPAGE="https://nuget.codeplex.com" -SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop - -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Mask 3.2.0 because of mcs compiler bug : https://stackoverflow.com/a/17926731/238232 -# it fixed in 3.2.3 -DEPEND=">=dev-lang/mono-3.2.3 - <=dev-dotnet/xdt-for-monodevelop-2.8.2 - !dev-dotnet/nuget" -RDEPEND="${DEPEND}" - -# note about blocking nuget: -# there are at least two versions of it - on from mono, one from mrward -# see https://bugzilla.xamarin.com/show_bug.cgi?id=27693 -# i think version from mrward is enough for now, -# that is why there is no slotted install or two different names/locations - -pkg_setup() { - dotnet_pkg_setup - mozroots --import --sync --machine -} - -src_prepare() { - sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die - cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die - epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch" - sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die - epatch "${FILESDIR}/strongnames-for-ebuild-2.8.1.patch" -} - -src_configure() { - export EnableNuGetPackageRestore="true" -} - -src_compile() { -# xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die - source ./build.sh || die -} - -src_install() { - elog "Installing NuGet.Core.dll into GAC" - egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll" - elog "Installing NuGet console application" - insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/ - doins src/CommandLine/obj/Mono\ Release/NuGet.exe - make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe" -} diff --git a/dev-dotnet/nuget/nuget-2.8.3.ebuild b/dev-dotnet/nuget/nuget-2.8.3.ebuild deleted file mode 100644 index 2115fb1..0000000 --- a/dev-dotnet/nuget/nuget-2.8.3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_DOTNET="net45" - -inherit dotnet eutils gac - -DESCRIPTION="Nuget - .NET Package Manager" -HOMEPAGE="https://nuget.codeplex.com" -SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop - -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Mask 3.2.0 because of mcs compiler bug : https://stackoverflow.com/a/17926731/238232 -# it fixed in 3.2.3 -DEPEND=">=dev-lang/mono-3.2.3 - <=dev-dotnet/xdt-for-monodevelop-2.8.2 - !dev-dotnet/nuget-codeplex" -RDEPEND="${DEPEND}" - -# note about blocking nuget: -# there are at least two versions of it - on from mono, one from mrward -# see https://bugzilla.xamarin.com/show_bug.cgi?id=27693 -# i think version from mrward is enough for now, -# that is why there is no slotted install or two different names/locations - -pkg_setup() { - addwrite "/usr/share/.mono/keypairs" - dotnet_pkg_setup - mozroots --import --sync --machine -} - -src_prepare() { - sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die - cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die - epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch" - sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die - epatch "${FILESDIR}/strongnames-for-ebuild-2.8.1.patch" -} - -src_configure() { - export EnableNuGetPackageRestore="true" -} - -src_compile() { -# xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die - source ./build.sh || die -} - -src_install() { - elog "Installing NuGet.Core.dll into GAC" - egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll" - elog "Installing NuGet console application" - insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/ - doins src/CommandLine/obj/Mono\ Release/NuGet.exe - make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe" -} diff --git a/dev-dotnet/nuget/nuget-2.8.7-r1.ebuild b/dev-dotnet/nuget/nuget-2.8.7-r1.ebuild deleted file mode 100644 index 679c402..0000000 --- a/dev-dotnet/nuget/nuget-2.8.7-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_DOTNET="net45" - -inherit dotnet eutils gac - -# This ebuild provides a forked version of nuget modified to work with MonoDevelop. -# See https://bugzilla.xamarin.com/show_bug.cgi?id=27693 -# dev-dotnet/nuget-codeplex provides the upstream version. - -DESCRIPTION="Nuget - .NET Package Manager" -HOMEPAGE="https://nuget.codeplex.com" -SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop - -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Mask 3.2.0 because of mcs compiler bug : https://stackoverflow.com/a/17926731/238232 -# it fixed in 3.2.3 -DEPEND=">=dev-lang/mono-3.2.3 - <=dev-dotnet/xdt-for-monodevelop-2.8.2 - !dev-dotnet/nuget-codeplex - app-misc/ca-certificates" -RDEPEND="${DEPEND}" - -pkg_setup() { - addwrite "/usr/share/.mono/keypairs" - dotnet_pkg_setup - cert-sync /etc/ssl/certs/ca-certificates.crt -} - -src_prepare() { - sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die - cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die - epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch" - sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die - epatch "${FILESDIR}/strongnames-for-ebuild-2.8.1.patch" -} - -src_configure() { - export EnableNuGetPackageRestore="true" -} - -src_compile() { -# xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die - source ./build.sh || die -} - -src_install() { - elog "Installing NuGet.Core.dll into GAC" - egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll" - elog "Installing NuGet console application" - insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/ - doins src/CommandLine/obj/Mono\ Release/NuGet.exe - make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe" -} diff --git a/dev-dotnet/nuget/nuget-2.8.7-r2.ebuild b/dev-dotnet/nuget/nuget-2.8.7-r2.ebuild deleted file mode 100644 index 5ae6f39..0000000 --- a/dev-dotnet/nuget/nuget-2.8.7-r2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -KEYWORDS="~amd64 ~x86" - -USE_DOTNET="net45" - -inherit dotnet eutils gac - -# This ebuild provides a forked version of nuget modified to work with MonoDevelop. -# See https://bugzilla.xamarin.com/show_bug.cgi?id=27693 -# dev-dotnet/nuget-codeplex provides the upstream version. - -DESCRIPTION="Nuget - .NET Package Manager" -HOMEPAGE="https://nuget.codeplex.com" -SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop - -LICENSE="Apache-2.0" -SLOT="0" - -IUSE="" - -# Mask 3.2.0 because of mcs compiler bug : https://stackoverflow.com/a/17926731/238232 -# it fixed in 3.2.3 -DEPEND=">=dev-lang/mono-3.2.3 - <=dev-dotnet/xdt-for-monodevelop-2.8.2[gac] - !dev-dotnet/nuget-codeplex - app-misc/ca-certificates" -RDEPEND="${DEPEND}" - -pkg_setup() { - addwrite "/usr/share/.mono/keypairs" - dotnet_pkg_setup - cert-sync /etc/ssl/certs/ca-certificates.crt -} - -src_prepare() { - sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die - cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die - eapply "${FILESDIR}/add-keyfile-option-to-csproj-r2.patch" - sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die - eapply "${FILESDIR}/strongnames-for-ebuild-2.8.1-r2.patch" - default -} - -src_configure() { - export EnableNuGetPackageRestore="true" -} - -src_compile() { -# xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die - source ./build.sh || die -} - -src_install() { - elog "Installing NuGet.Core.dll into GAC" - egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll" - elog "Installing NuGet console application" - insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/ - doins src/CommandLine/obj/Mono\ Release/NuGet.exe - make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe" -} diff --git a/dev-dotnet/nuget/nuget-2.8.7.ebuild b/dev-dotnet/nuget/nuget-2.8.7.ebuild deleted file mode 100644 index 0e51f5a..0000000 --- a/dev-dotnet/nuget/nuget-2.8.7.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_DOTNET="net45" - -inherit dotnet eutils gac - -# This ebuild provides a forked version of nuget modified to work with MonoDevelop. -# See https://bugzilla.xamarin.com/show_bug.cgi?id=27693 -# dev-dotnet/nuget-codeplex provides the upstream version. - -DESCRIPTION="Nuget - .NET Package Manager" -HOMEPAGE="https://nuget.codeplex.com" -SRC_URI="https://github.com/mrward/nuget/archive/Release-${PV}-MonoDevelop.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/nuget-Release-${PV}-MonoDevelop - -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Mask 3.2.0 because of mcs compiler bug : https://stackoverflow.com/a/17926731/238232 -# it fixed in 3.2.3 -DEPEND=">=dev-lang/mono-3.2.3 - <=dev-dotnet/xdt-for-monodevelop-2.8.2 - !dev-dotnet/nuget-codeplex" -RDEPEND="${DEPEND}" - -pkg_setup() { - addwrite "/usr/share/.mono/keypairs" - dotnet_pkg_setup - mozroots --import --sync --machine -} - -src_prepare() { - sed -i -e 's@RunTests@ @g' "${S}/Build/Build.proj" || die - cp "${FILESDIR}/rsa-4096.snk" "${S}/src/Core/" || die - epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch" - sed -i -E -e "s#(\[assembly: InternalsVisibleTo(.*)\])#/* \1 */#g" "src/Core/Properties/AssemblyInfo.cs" || die - epatch "${FILESDIR}/strongnames-for-ebuild-2.8.1.patch" -} - -src_configure() { - export EnableNuGetPackageRestore="true" -} - -src_compile() { -# xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion="v${FRAMEWORK}" /p:Configuration="Mono Release" /t:GoMono || die - source ./build.sh || die -} - -src_install() { - elog "Installing NuGet.Core.dll into GAC" - egacinstall "src/Core/obj/Mono Release/NuGet.Core.dll" - elog "Installing NuGet console application" - insinto /usr/lib/mono/NuGet/"${FRAMEWORK}"/ - doins src/CommandLine/obj/Mono\ Release/NuGet.exe - make_wrapper nuget "mono /usr/lib/mono/NuGet/${FRAMEWORK}/NuGet.exe" -}
