aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCynede <cynede@gentoo.org>2019-10-22 10:27:01 +0400
committerCynede <cynede@gentoo.org>2019-10-22 10:27:01 +0400
commit17eface647386a89438ce31c1d6f14555a2b5e53 (patch)
treef1b04ad9d2afdfddbd7fccb8c77b38976f59fb52
parentMerge pull request #446 from ngg/fix-revisions (diff)
downloaddotnet-17eface647386a89438ce31c1d6f14555a2b5e53.tar.gz
dotnet-17eface647386a89438ce31c1d6f14555a2b5e53.tar.bz2
dotnet-17eface647386a89438ce31c1d6f14555a2b5e53.zip
drop fsharp ebuild
-rw-r--r--dev-lang/fsharp/Manifest1
-rw-r--r--dev-lang/fsharp/fsharp-10.2.1.ebuild31
-rw-r--r--dev-lang/fsharp/metadata.xml8
3 files changed, 0 insertions, 40 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <description>Gentoo Dotnet Project</description>
- </maintainer>
-</pkgmetadata>