From 17eface647386a89438ce31c1d6f14555a2b5e53 Mon Sep 17 00:00:00 2001 From: Cynede Date: Tue, 22 Oct 2019 10:27:01 +0400 Subject: drop fsharp ebuild --- dev-lang/fsharp/Manifest | 1 - dev-lang/fsharp/fsharp-10.2.1.ebuild | 31 ------------------------------- dev-lang/fsharp/metadata.xml | 8 -------- 3 files changed, 40 deletions(-) delete mode 100644 dev-lang/fsharp/Manifest delete mode 100644 dev-lang/fsharp/fsharp-10.2.1.ebuild delete mode 100644 dev-lang/fsharp/metadata.xml diff --git a/dev-lang/fsharp/Manifest b/dev-lang/fsharp/Manifest deleted file mode 100644 index ce0fbe5..0000000 --- a/dev-lang/fsharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fsharp-10.2.1.tar.gz 47566511 SHA256 4192652a162349ac6b4e053853d46cc7ba5469c0e552c78a1159dc9744a8f83b SHA512 cd24e07e26942157dbf3440afcd9ec041aa281620276994807104ccd1ced46f46940fb8a27d0d19884a879e3a13dabf7a59240be9e10b2954a973c7cda12065a WHIRLPOOL d52939983d206d7bfd1a45892b0331cde881821c9f33dd3967c41376e4c3acd257b61b25e313e4fce474726515e97e8a6ee071c53c40c7e68a0597da4f3de8d2 diff --git a/dev-lang/fsharp/fsharp-10.2.1.ebuild b/dev-lang/fsharp/fsharp-10.2.1.ebuild deleted file mode 100644 index 9e11ba6..0000000 --- a/dev-lang/fsharp/fsharp-10.2.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mono-env - -DESCRIPTION="The F# Compiler" -HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -#Broken: Microsoft.FSharp.Targets(129,9): error MSB4127: The "CreateFSharpManifestResourceName" task could not be instantiated from the assembly "/var/tmp/portage/dev-lang/fsharp-10.2.1/work/fsharp-10.2.1/packages/FSharp.Compiler.Tools.4.1.27/tools/FSharp.Build.dll". Please verify the task assembly has been built using the same version of the Microsoft.Build.Framework assembly as the one installed on your computer and that your host application is not missing a binding redirect for Microsoft.Build.Framework. Specified cast is not valid. [/var/tmp/portage/dev-lang/fsharp-10.2.1/work/fsharp-10.2.1/src/fsharp/FSharp.Core/FSharp.Core.fsproj] -#KEYWORDS="~x86 ~amd64" -IUSE="" - -MAKEOPTS+=" -j1" #nowarn -DEPEND=">=dev-lang/mono-5 - dev-util/msbuild" -RDEPEND="${DEPEND}" - -# try to sync certificates -# deprecated way: mozroots --import --sync --machine -pkg_setup() { - #this is horrible, I know - addwrite "/usr/share/.mono/keypairs" - addwrite "/etc/ssl/certs/ca-certificates.crt" - addwrite "/etc/mono/registry" - cert-sync /etc/ssl/certs/ca-certificates.crt -} diff --git a/dev-lang/fsharp/metadata.xml b/dev-lang/fsharp/metadata.xml deleted file mode 100644 index b1262f1..0000000 --- a/dev-lang/fsharp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - -- cgit v1.2.3-65-gdbad